html, body, body.pb-site {
    margin: 0 !important;
    padding: 0 !important;
    background: #050505 !important;
    color: #f5f5f5 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
    min-height: 100% !important;
}
.pb-ig-top {
    position: sticky; top: 0; z-index: 30;
    height: 56px; display: flex; align-items: center; gap: 16px;
    padding: 0 22px; background: rgba(5,5,5,.92);
    border-bottom: 1px solid #1c1c1c;
    backdrop-filter: blur(12px);
}
.pb-ig-logo {
    font-size: 22px; font-weight: 600; letter-spacing: -0.4px;
    font-family: "Segoe Script", "Snell Roundhand", cursive, sans-serif;
    color: #fff; text-decoration: none; margin-right: auto;
}
.pb-top-nav { display: flex; gap: 22px; }
.pb-top-nav a {
    color: #cfcfcf; text-decoration: none; font-size: 16px; font-weight: 600;
}
.pb-top-nav a:hover { color: #fff; }
.pb-top-link {
    color: #4dabf7; text-decoration: none; font-weight: 650; font-size: 16px;
    white-space: nowrap;
}
.pb-ig-main { min-height: calc(100vh - 56px); }
.pb-home { overflow: hidden; }
.pb-kicker {
    margin: 0 0 10px; color: #4dabf7; font-size: 11px; font-weight: 700;
    letter-spacing: 0.12em; text-transform: uppercase;
}
.pb-muted { color: #8e8e8e; font-size: 13px; line-height: 1.5; }
.pb-btn {
    background: #0095f6; color: #fff !important; border: 0; border-radius: 12px;
    padding: 13px 18px; font-weight: 650; cursor: pointer; font-size: 15px;
    text-decoration: none; display: inline-flex; align-items: center; justify-content: center;
}
.pb-btn:disabled { opacity: 0.5; cursor: default; }
.pb-btn-inline { width: auto; }
.pb-btn-ghost {
    color: #e5e5e5; text-decoration: none; font-weight: 650; font-size: 15px;
    padding: 13px 8px;
}
.pb-btn-ghost:hover { color: #fff; }

.pb-hero {
    max-width: 1120px; margin: 0 auto;
    padding: 48px 24px 28px;
    display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center;
}
.pb-hero h1 {
    margin: 0 0 16px; font-size: clamp(34px, 4.6vw, 52px);
    font-weight: 720; letter-spacing: -0.045em; line-height: 1.08;
}
.pb-hero .lead {
    color: #b8b8b8; font-size: 18px; line-height: 1.55; margin: 0 0 22px; max-width: 34rem;
}
.pb-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 16px; margin-bottom: 22px; }
.pb-hero-pills { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.pb-hero-pills li {
    font-size: 12px; color: #d4d4d4; background: #141414; border: 1px solid #2a2a2a;
    border-radius: 999px; padding: 6px 11px;
}

.pb-hero-visual {
    position: relative; min-height: 520px;
}
.pb-phone {
    width: min(320px, 100%); margin: 0 auto;
    background: #0a0a0a; border: 1px solid #2a2a2a; border-radius: 28px;
    padding: 10px 10px 16px; box-shadow: 0 30px 80px rgba(0,149,246,.12);
    transform: rotate(2deg);
}
.pb-phone-bar {
    display: flex; justify-content: space-between; align-items: center;
    padding: 8px 10px 12px; font-size: 14px; font-weight: 700;
}
.pb-phone-bar em {
    font-style: normal; font-size: 11px; color: #fff;
    background: #e11d48; border-radius: 999px; padding: 3px 8px;
}
.pb-fake-card { margin-bottom: 14px; }
.pb-fake-head { display: flex; gap: 8px; align-items: center; padding: 0 6px 8px; }
.pb-ava {
    width: 32px; height: 32px; border-radius: 50%; background: #1f1f1f;
    display: flex; align-items: center; justify-content: center; font-size: 16px;
}
.pb-fake-head b { display: block; font-size: 13px; }
.pb-fake-head small { color: #8e8e8e; font-size: 11px; }
.pb-fake-photo {
    height: 168px; border-radius: 12px;
    background: radial-gradient(circle at 30% 20%, #3b82f6, transparent 45%),
                radial-gradient(circle at 80% 80%, #db2777, #111 55%);
}
.pb-photo-b {
    height: 120px;
    background: radial-gradient(circle at 70% 30%, #22c55e, transparent 40%),
                radial-gradient(circle at 20% 80%, #f59e0b, #111 55%);
}
.pb-fake-cap { margin: 8px 6px 0; font-size: 12px; color: #d4d4d4; line-height: 1.4; }
.pb-float {
    position: absolute; display: flex; align-items: center; gap: 8px;
    background: #111; border: 1px solid #333; border-radius: 12px;
    padding: 10px 12px; font-size: 12px; font-weight: 650;
    box-shadow: 0 12px 40px rgba(0,0,0,.45);
}
.pb-float i { color: #0095f6; }
.pb-float-qr { left: 0; top: 72px; }
.pb-float-live { right: 0; bottom: 64px; }

.pb-section {
    max-width: 1120px; margin: 0 auto; padding: 56px 24px 8px;
}
.pb-section > h2 {
    margin: 0 0 22px; font-size: clamp(24px, 3vw, 32px); letter-spacing: -0.03em;
}

.pb-lead-soft {
    color: #b8b8b8; font-size: 17px; line-height: 1.55; margin: -8px 0 22px; max-width: 36rem;
}

.pb-how {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
}
.pb-how article {
    background: #101010; border: 1px solid #262626; border-radius: 18px; padding: 20px 18px 22px;
}
.pb-n {
    display: inline-flex; min-width: 36px; height: 28px; padding: 0 8px; border-radius: 8px;
    align-items: center; justify-content: center;
    background: #0095f6; color: #fff; font-weight: 800; font-size: 12px; letter-spacing: 0.04em;
    margin-bottom: 12px;
}
.pb-how h3 { margin: 0 0 8px; font-size: 17px; }
.pb-how p { margin: 0; color: #8e8e8e; font-size: 14px; line-height: 1.5; }

.pb-story {
    list-style: none; margin: 0; padding: 0;
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; counter-reset: ato;
}
.pb-story li {
    background: #101010; border: 1px solid #262626; border-radius: 18px; padding: 20px 18px 22px;
    counter-increment: ato;
}
.pb-story li::before {
    content: counter(ato, decimal-leading-zero);
    display: block; color: #4dabf7; font-size: 11px; font-weight: 800;
    letter-spacing: 0.12em; margin-bottom: 10px;
}
.pb-story b { display: block; font-size: 16px; margin-bottom: 6px; }
.pb-story span { color: #8e8e8e; font-size: 14px; line-height: 1.5; }

.pb-evidence {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
}
.pb-ev-shot {
    position: relative; margin: 0; height: 220px; border-radius: 16px; overflow: hidden;
    border: 1px solid #2a2a2a;
}
.pb-ev-shot figcaption {
    position: absolute; left: 10px; bottom: 10px;
    font-size: 12px; font-weight: 700; color: #fff;
    text-shadow: 0 1px 8px #000;
}
.pb-ev-hud {
    position: absolute; top: 10px; left: 10px;
    font-family: ui-monospace, "Cascadia Mono", Consolas, monospace;
    font-size: 10px; font-weight: 700; letter-spacing: 0.06em; color: #7ee0a3;
    text-shadow: 0 1px 6px #000;
}
.pb-ev-hud-b { top: auto; bottom: 34px; color: #7ee0a3; }
.pb-ev-stamp {
    position: absolute; top: 46%; left: 50%; transform: translate(-50%, -50%) rotate(-12deg);
    font-size: 13px; font-weight: 800; letter-spacing: 0.18em; color: rgba(255,180,180,.85);
    border: 2px solid rgba(255,180,180,.7); padding: 4px 10px;
}
.ev-cctv {
    background:
        repeating-linear-gradient(180deg, rgba(0,0,0,.18) 0 2px, transparent 2px 4px),
        radial-gradient(circle at 40% 30%, #14532d, #052e16 70%);
}
.ev-nv {
    background:
        radial-gradient(circle at 50% 40%, #4ade80, transparent 42%),
        linear-gradient(180deg, #022c22, #000);
    filter: contrast(1.15);
}
.ev-vhs {
    background:
        linear-gradient(90deg, rgba(255,0,80,.18), transparent 18%, rgba(0,180,255,.16) 82%),
        radial-gradient(circle at 70% 40%, #7c3aed, #1e1b4b 60%);
}
.ev-evd {
    background:
        radial-gradient(circle at 30% 20%, #78716c, transparent 40%),
        linear-gradient(180deg, #292524, #0c0a09);
}

.pb-mis-demo {
    display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
}
.pb-mis-demo article {
    border-radius: 18px; padding: 24px 22px;
}
.pb-mis-code {
    margin: 0 0 10px; font-size: 11px; font-weight: 800;
    letter-spacing: 0.12em; text-transform: uppercase;
}
.pb-mis-demo h3 { margin: 0 0 8px; font-size: 22px; letter-spacing: -0.03em; }
.pb-mis-demo p { margin: 0; color: #b0b0b0; font-size: 15px; line-height: 1.5; }
.pb-xp {
    display: inline-block; margin-top: 16px; background: #0095f6; color: #fff;
    font-size: 12px; font-weight: 800; border-radius: 999px; padding: 5px 10px;
}
.pb-mis-live {
    background: #101010; border: 1px solid #2a4a6a;
}
.pb-mis-live .pb-mis-code { color: #4dabf7; }
.pb-mis-done {
    background: linear-gradient(180deg, #1a1508, #101010);
    border: 1px solid #e8c547;
}
.pb-mis-done .pb-mis-code { color: #e8c547; }

.pb-close {
    max-width: 720px; margin: 48px auto 0; padding: 48px 24px 8px; text-align: center;
}
.pb-close-quote {
    margin: 0 0 22px; font-size: clamp(26px, 4vw, 38px); font-weight: 720;
    letter-spacing: -0.04em; line-height: 1.2;
}
.pb-close-brand {
    margin: 0 0 10px; font-size: 28px; font-weight: 600;
    font-family: "Segoe Script", "Snell Roundhand", cursive, sans-serif;
}
.pb-close-sub { margin: 0 0 22px; color: #b8b8b8; font-size: 18px; }

.pb-signup-wrap {
    max-width: 1120px; margin: 40px auto 0; padding: 0 24px 72px;
}
.pb-signup {
    max-width: 460px; margin: 0 auto;
    background: #101010; border: 1px solid #2a2a2a; border-radius: 22px;
    padding: 28px 24px 24px;
    box-shadow: 0 24px 80px rgba(0,149,246,.08);
}
.pb-signup h2 { margin: 0 0 8px; font-size: 26px; letter-spacing: -0.03em; }
.pb-home label { display: block; font-size: 12px; font-weight: 650; margin: 14px 0 6px; color: #b8b8b8; }
.pb-home input {
    width: 100%; box-sizing: border-box; background: #0a0a0a; color: #f5f5f5;
    border: 1px solid #363636; border-radius: 10px; padding: 12px;
}
.pb-signup .pb-btn { width: 100%; margin-top: 18px; }
.pb-home .hint { margin-top: 10px; }
.pb-home a { color: #4dabf7; text-decoration: none; }
.pb-home a.pb-btn { color: #fff !important; }

.pb-login-back {
    position: fixed; inset: 0; z-index: 80;
    background: rgba(0,0,0,.72);
    display: flex; align-items: center; justify-content: center;
    padding: 20px;
}
.pb-login-back[hidden] { display: none !important; }
.pb-login-card {
    position: relative; width: min(420px, 100%);
    background: #101010; border: 1px solid #2a2a2a; border-radius: 22px;
    padding: 28px 24px 22px;
    box-shadow: 0 24px 80px rgba(0,0,0,.55);
}
.pb-login-card h2 { margin: 0 0 6px; font-size: 26px; letter-spacing: -0.03em; }
.pb-login-x {
    position: absolute; top: 12px; right: 14px;
    background: none; border: 0; color: #8e8e8e; font-size: 28px; line-height: 1;
    cursor: pointer;
}
.pb-login-x:hover { color: #fff; }
.pb-login-card label { display: block; font-size: 12px; font-weight: 650; margin: 14px 0 6px; color: #b8b8b8; }
.pb-login-card input[type="email"],
.pb-login-card input[type="password"] {
    width: 100%; box-sizing: border-box; background: #0a0a0a; color: #f5f5f5;
    border: 1px solid #363636; border-radius: 10px; padding: 12px;
}
.pb-login-remember {
    display: flex !important; align-items: center; gap: 8px;
    margin-top: 14px !important; font-size: 13px !important; color: #b8b8b8; font-weight: 500 !important;
}
.pb-login-remember input { width: auto; }
.pb-login-card .pb-btn { width: 100%; margin-top: 16px; color: #fff !important; }
.pb-login-err {
    margin: 10px 0 0; color: #fb7185; font-size: 13px; line-height: 1.4;
}
.pb-login-card a { color: #4dabf7; text-decoration: none; }

@media (max-width: 960px) {
    .pb-hero, .pb-how, .pb-story, .pb-evidence, .pb-mis-demo { grid-template-columns: 1fr; }
    .pb-hero { padding-top: 28px; gap: 28px; }
    .pb-hero-visual { min-height: 0; }
    .pb-phone { transform: none; }
    .pb-float-qr { display: none; }
    .pb-float-live { right: 12px; bottom: 12px; }
    .pb-top-nav { display: none; }
    .pb-how, .pb-story { grid-template-columns: 1fr 1fr; }
    .pb-evidence { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
    .pb-how, .pb-story, .pb-evidence, .pb-mis-demo { grid-template-columns: 1fr; }
}
