
*{box-sizing:border-box;margin:0;padding:0;}
html,body{height:100%;font-family:'Inter',sans-serif;background:#fafafa;color:#0f172a;-webkit-font-smoothing:antialiased;}
.page{display:none;flex-direction:column;min-height:100vh;}
.page.active{display:flex;}
.wrap{width:min(1180px,calc(100% - 48px));margin:0 auto;}
i.ti{padding:0;border:none;font-style:normal;}

/* ══ SHARED NAV ══ */
.promo-bar{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;background:#e8520a;color:#fff;font-size:13px;font-weight:500;text-align:center;padding:9px 16px;letter-spacing:.01em;}
.promo-sep{opacity:.55;}
.nav-credit-pill{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border-radius:999px;background:rgba(232,82,10,.1);color:#c4430a;font-size:12px;font-weight:600;white-space:nowrap;}
.nav-credit-pill i{font-size:14px;}
.main-nav{position:sticky;top:0;z-index:200;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);border-bottom:1px solid rgba(15,23,42,.08);}
.nav-inner{width:min(1180px,calc(100% - 48px));margin:0 auto;height:72px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;}
.nav-logo{display:flex;align-items:center;gap:10px;cursor:pointer;justify-self:start;}
.nav-logo-name{font-family:'Playfair Display',serif;font-size:20px;font-weight:700;color:#0f172a;line-height:1;}
.nav-logo-name em{font-style:italic;color:#e8520a;}
.nav-logo-tag{font-size:9px;color:#94a3b8;letter-spacing:.07em;text-transform:uppercase;margin-top:2px;}
.nav-links-pub{display:flex;gap:22px;list-style:none;align-items:center;}
.nav-links-pub a{font-size:14px;color:#475569;text-decoration:none;font-weight:500;}
.nav-links-pub a:hover{color:#0f172a;}
.nav-right-pub{display:flex;gap:8px;align-items:center;justify-self:end;}
.btn-login{padding:8px 16px;border-radius:999px;font-size:13px;font-weight:600;cursor:pointer;font-family:'Inter',sans-serif;background:transparent;border:1px solid rgba(15,23,42,.14);color:#0f172a;}
.btn-how{padding:8px 16px;border-radius:999px;font-size:13px;font-weight:700;cursor:pointer;font-family:'Inter',sans-serif;background:#fff;border:1px solid rgba(15,23,42,.14);color:#0f172a;}
.btn-register{padding:9px 18px;border-radius:999px;font-size:13px;font-weight:600;cursor:pointer;font-family:'Inter',sans-serif;background:#e8520a;border:none;color:#fff;}

/* ══ LANDING HERO ══ */
.hero{position:relative;overflow:hidden;padding:72px 0 36px;text-align:center;
  background:radial-gradient(ellipse 70% 50% at 15% 0%,rgba(232,82,10,.10) 0%,transparent 60%),
    radial-gradient(ellipse 60% 45% at 90% 8%,rgba(99,102,241,.10) 0%,transparent 55%),
    radial-gradient(ellipse 50% 40% at 50% 0%,rgba(14,165,233,.08) 0%,transparent 50%),
    linear-gradient(180deg,#fff 0%,#f8fafc 100%);}
.hero-canvas{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:1;}
.hero-content{position:relative;z-index:2;}
.badge{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;padding:7px 16px;border-radius:999px;background:rgba(26,122,94,.1);border:1px solid rgba(26,122,94,.18);color:#1a7a5e;margin-bottom:22px;}
.live-dot{width:6px;height:6px;border-radius:50%;background:#1a7a5e;animation:blink 2s infinite;}
@keyframes blink{0%,100%{opacity:1;}50%{opacity:.3;}}
.hero h1{font-family:'Inter',sans-serif;font-size:56px;font-weight:600;line-height:1.08;letter-spacing:-.035em;max-width:720px;margin:0 auto 8px;color:#0f172a;}
.hero h1 span{color:#e8520a;}
.hero-sub{font-size:17px;color:#475569;max-width:520px;margin:16px auto 8px;line-height:1.65;font-weight:400;}
.hero-nudge{font-size:13px;color:#64748b;margin-bottom:28px;}
.search-wrap{max-width:560px;margin:0 auto 10px;}
.sbox{display:flex;background:#fff;border:1px solid rgba(15,23,42,.12);border-radius:999px;overflow:hidden;box-shadow:0 10px 30px rgba(15,23,42,.06);}
.sbox:focus-within{border-color:#e8520a;}
.sbox input{flex:1;padding:16px 22px;font-size:14px;background:transparent;border:none;outline:none;color:#0f172a;font-family:'Courier New',monospace;letter-spacing:.06em;min-width:0;}
.sbox input::placeholder{font-family:'Inter',sans-serif;letter-spacing:0;color:#94a3b8;font-size:13px;}
.sbox button{padding:14px 26px;margin:4px;background:#e8520a;border:none;color:#fff;font-size:14px;font-weight:600;cursor:pointer;font-family:'Inter',sans-serif;border-radius:999px;}
.sbox button:hover{background:#d04608;}
.snote{font-size:12px;color:#94a3b8;margin-bottom:18px;}
.snote strong{color:#1a7a5e;}
.hero-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-bottom:40px;}
.hero-preview{max-width:720px;margin:0 auto;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:16px;box-shadow:0 18px 50px rgba(15,23,42,.08);text-align:left;overflow:hidden;}
.hp-chrome{display:flex;align-items:center;gap:12px;padding:10px 14px;background:#f8fafc;border-bottom:1px solid rgba(15,23,42,.06);}
.hp-dots{width:42px;height:10px;border-radius:999px;background:linear-gradient(90deg,#f87171 0 10px,#fbbf24 16px 26px,#34d399 32px 42px);}
.hp-url{font-size:12px;color:#64748b;}
.hp-body{padding:18px 20px 20px;}
.hp-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:14px;}
.hp-k{font-size:11px;color:#94a3b8;margin-bottom:4px;}
.hp-v{font-size:14px;font-weight:600;color:#0f172a;}
.hp-warn{color:#c4430a;}
.hp-chips{display:flex;flex-wrap:wrap;gap:8px;}
.hp-chips span{font-size:12px;padding:5px 10px;border-radius:999px;background:#f1f5f9;color:#475569;}
.hstats{display:flex;justify-content:center;gap:24px;}
.hs{font-size:12px;color:#64748b;display:flex;align-items:center;gap:5px;}
.hs strong{color:#0f172a;font-weight:600;font-size:13px;}
.hs-dot{width:3px;height:3px;border-radius:50%;background:#cbd5e1;}
.trust-bar{background:#fff;border-top:1px solid rgba(15,23,42,.06);border-bottom:1px solid rgba(15,23,42,.06);}
.trust-inner{display:flex;justify-content:center;}
.trust-item{padding:18px 28px;text-align:center;border-right:1px solid rgba(15,23,42,.06);flex:1;}
.trust-item:last-child{border-right:none;}
.tnum{font-family:'Inter',sans-serif;font-size:15px;font-weight:700;margin-bottom:4px;color:#0f172a;}
.tlbl{font-size:12px;color:#64748b;}

/* PROBLEM, HOW, FEATURES, AI, PRICING, TESTI, CTA, FOOTER */
.problem{background:#f8fafc;padding:80px 0;}
.prob-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;}
.eyebrow{font-size:11px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:#e8520a;margin-bottom:12px;}
.sec-h{font-family:'Inter',sans-serif;font-size:34px;font-weight:600;line-height:1.2;letter-spacing:-.03em;margin-bottom:16px;color:#0f172a;}
.sec-h em{font-style:normal;color:#e8520a;}
.sec-p{font-size:15px;color:#64748b;line-height:1.78;margin-bottom:28px;}
.stat-row{display:flex;flex-direction:column;gap:10px;}
.stat-pill{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:12px;padding:13px 18px;}
.stat-pill strong{font-family:'Inter',sans-serif;font-size:22px;font-weight:700;color:#e8520a;min-width:52px;}
.stat-pill span{font-size:13px;color:#64748b;line-height:1.4;}
.pcard-stack{display:flex;flex-direction:column;gap:12px;}
.pcard{background:#fff;border:1px solid rgba(15,23,42,.07);border-radius:16px;padding:20px;box-shadow:0 8px 24px rgba(15,23,42,.04);}
.pcard-top{display:flex;align-items:center;gap:10px;margin-bottom:7px;}
.pico{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.pcard h4{font-size:14px;font-weight:600;color:#0f172a;}
.pcard p{font-size:13px;color:#64748b;line-height:1.6;}
.how{background:#fff;padding:80px 0;}
.how-grid{display:grid;grid-template-columns:5fr 7fr;gap:64px;align-items:start;}
.steps{display:flex;flex-direction:column;}
.step{display:flex;gap:18px;padding:22px 0;border-bottom:1px solid rgba(15,23,42,.06);}
.step:last-child{border-bottom:none;}
.sn{width:34px;height:34px;border-radius:50%;background:#e8520a;color:#fff;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.sbody h4{font-size:15px;font-weight:600;color:#0f172a;margin-bottom:5px;}
.sbody p{font-size:13px;color:#64748b;line-height:1.65;}
.features{background:#f8fafc;padding:80px 0;}
.feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:44px;}
.feat{background:#fff;border-radius:16px;padding:26px 22px;border:1px solid rgba(15,23,42,.06);box-shadow:0 8px 24px rgba(15,23,42,.03);}
.fico{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;font-size:19px;}
.feat h3{font-size:14px;font-weight:600;color:#0f172a;margin-bottom:8px;}
.feat p{font-size:13px;color:#64748b;line-height:1.65;}
.ai-sec{background:#0f172a;padding:76px 52px;position:relative;overflow:hidden;}
.ai-glow{position:absolute;left:-100px;top:50%;transform:translateY(-50%);width:500px;height:500px;background:radial-gradient(ellipse,rgba(232,82,10,.12) 0%,transparent 60%);pointer-events:none;}
.ai-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;position:relative;z-index:1;}
.ai-eyebrow{font-size:11px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:#e8520a;margin-bottom:12px;}
.ai-grid h2{font-family:'Inter',sans-serif;font-size:34px;font-weight:600;line-height:1.2;margin-bottom:14px;color:#f0efe8;}
.ai-grid h2 em{font-style:normal;color:#e8520a;}
.ai-grid>div>p{font-size:14px;color:rgba(240,239,232,.5);line-height:1.78;margin-bottom:22px;}
.atags{display:flex;flex-wrap:wrap;gap:8px;}
.atag{font-size:12px;padding:5px 13px;border:1px solid rgba(232,82,10,.3);border-radius:20px;color:rgba(240,239,232,.65);background:rgba(232,82,10,.08);}
.mock{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:22px;}
.mhead{display:flex;align-items:flex-start;gap:10px;margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.1);}
.wico{width:30px;height:30px;border-radius:7px;background:rgba(232,82,10,.2);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.mt{font-size:13px;font-weight:600;color:#f0efe8;}
.ms{font-size:11px;color:rgba(240,239,232,.36);margin-top:2px;}
.rbadge{font-size:10px;font-weight:700;padding:3px 10px;border-radius:20px;background:rgba(232,82,10,.2);color:#f0efe8;border:1px solid rgba(232,82,10,.3);}
.mrow{display:flex;align-items:center;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.07);font-size:13px;gap:8px;}
.mrow:last-of-type{border-bottom:none;}
.mp{color:rgba(240,239,232,.5);flex:1;}
.mo{color:#f87171;text-decoration:line-through;font-size:12px;}
.mn{color:#6ee7b7;font-weight:600;font-size:12px;}
.mok{color:rgba(110,231,183,.55);font-size:12px;}
.rbar{margin-top:14px;padding-top:14px;border-top:1px solid rgba(255,255,255,.07);}
.rlabels{display:flex;justify-content:space-between;font-size:11px;color:rgba(240,239,232,.38);margin-bottom:7px;}
.rscore{color:#e8520a;font-weight:700;}
.rtrack{height:5px;background:rgba(255,255,255,.1);border-radius:3px;overflow:hidden;}
.rfill{height:100%;width:62%;background:linear-gradient(90deg,#1a7a5e,#e8520a);border-radius:3px;}
.pricing{background:#fff;padding:80px 0;}
.ptop{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:36px;gap:24px;}
.ptop-note{font-size:13px;color:#64748b;max-width:280px;text-align:right;line-height:1.6;}
.pgrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;align-items:stretch;}
.pgrid-3{grid-template-columns:repeat(3,minmax(0,1fr));}
.pc{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:16px;padding:22px 16px;display:flex;flex-direction:column;min-width:0;box-shadow:0 8px 24px rgba(15,23,42,.04);}
.pc.pop{border:2px solid #e8520a;}
.pc:not(.pop) .pname{margin-top:28px;}
.ppill{font-size:10px;font-weight:700;padding:4px 10px;border-radius:999px;background:rgba(232,82,10,.1);color:#c4430a;border:1px solid rgba(232,82,10,.18);display:inline-block;margin-bottom:12px;letter-spacing:.06em;text-transform:uppercase;align-self:flex-start;}
.pname{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#94a3b8;margin-bottom:10px;}
.pbig{font-family:'Inter',sans-serif;font-size:28px;font-weight:700;line-height:1.15;margin-bottom:4px;color:#0f172a;letter-spacing:-.03em;}
.pbig span{font-size:14px;font-weight:500;color:#94a3b8;font-family:'Inter',sans-serif;}
.psub{font-size:12px;color:#64748b;margin-bottom:16px;}
.pdiv{height:1px;background:rgba(15,23,42,.07);margin-bottom:14px;}
.plist{list-style:none;margin-bottom:16px;flex:1;}
.plist li{font-size:13px;color:#475569;padding:5px 0;display:flex;align-items:flex-start;gap:8px;line-height:1.4;}
.ck{color:#1a7a5e;font-size:14px;flex-shrink:0;margin-top:1px;}
.cx{color:#cbd5e1;font-size:14px;flex-shrink:0;margin-top:1px;}
.pbtn{display:block;width:100%;padding:11px 12px;border-radius:999px;font-size:13px;font-weight:600;cursor:pointer;font-family:'Inter',sans-serif;text-align:center;text-decoration:none;margin-top:auto;box-sizing:border-box;}
.pbtn.out{background:#fff;border:1px solid rgba(15,23,42,.14);color:#334155;}
.pbtn.sol{background:#e8520a;border:1px solid #e8520a;color:#fff;}
.testi{background:#fff;padding:76px 52px;text-align:center;border-top:1px solid rgba(15,23,42,.07);}
.stars{color:#e8520a;font-size:18px;letter-spacing:4px;margin-bottom:10px;}
.quote{font-family:'Inter',sans-serif;font-size:28px;font-style:italic;font-weight:600;color:#334155;max-width:620px;margin:0 auto 22px;line-height:1.5;}
.qauthor{font-size:13px;color:#94a3b8;letter-spacing:.07em;text-transform:uppercase;}
.contact-sec{padding:76px 0;background:#fff;border-top:1px solid rgba(15,23,42,.07);}
.contact-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,420px);gap:40px;align-items:start;}
.contact-copy .sec-h{margin-bottom:12px;}
.contact-card{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:16px;padding:28px 24px;box-shadow:0 8px 24px rgba(15,23,42,.04);}
.contact-card .form-group{margin-bottom:14px;}
.contact-card .alert{margin-bottom:14px;}
.contact-submit{width:100%;padding:13px 18px;border:none;border-radius:999px;background:#e8520a;color:#fff;font-size:14px;font-weight:600;cursor:pointer;font-family:'Inter',sans-serif;}
.contact-submit:hover{background:#d04608;}
.cta-sec{background:#fff7f2;padding:88px 0;text-align:center;}
.cta-glow{display:none;}
.cta-sec h2{font-family:'Inter',sans-serif;font-size:40px;font-weight:600;color:#0f172a;line-height:1.15;letter-spacing:-.03em;margin-bottom:14px;}
.cta-sec h2 em{font-style:normal;color:#e8520a;}
.cta-sec>p,.cta-sec .wrap>p{font-size:16px;color:#64748b;margin-bottom:28px;}
.cta-btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;}
.cta-btns button{padding:14px 28px;border-radius:999px;font-size:15px;font-weight:600;cursor:pointer;font-family:'Inter',sans-serif;}
.cmain{display:inline-flex;align-items:center;justify-content:center;background:#e8520a;border:none;color:#fff;padding:12px 22px;border-radius:999px;font-size:14px;font-weight:600;text-decoration:none;}
.csec{display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1px solid rgba(255,255,255,.2);color:rgba(255,255,255,.7);padding:12px 22px;border-radius:999px;font-size:14px;font-weight:600;text-decoration:none;}
.csec-light{display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1px solid rgba(15,23,42,.14);color:#0f172a;padding:12px 22px;border-radius:999px;font-size:14px;font-weight:600;text-decoration:none;}
.cnote{font-size:12px;color:rgba(255,255,255,.25);margin-top:20px;position:relative;}
.cnote strong{color:rgba(232,82,10,.7);}
.footer{background:#fff;padding:48px 0 24px;border-top:1px solid rgba(15,23,42,.08);margin-top:auto;}
.footer-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr .8fr;gap:32px;padding-bottom:28px;}
.footer-brand p{font-size:13px;color:#64748b;line-height:1.65;margin-top:10px;max-width:280px;}
.footer-h{font-size:12px;font-weight:700;color:#0f172a;margin-bottom:12px;letter-spacing:.04em;text-transform:uppercase;}
.footer-col{display:flex;flex-direction:column;gap:8px;}
.footer-col a,.footer-col span{font-size:13px;color:#64748b;text-decoration:none;}
.footer-col a:hover{color:#0f172a;}
.footer-copy{font-size:12px;color:#94a3b8;padding-top:18px;border-top:1px solid rgba(15,23,42,.06);}
.flogo{font-family:'Playfair Display',serif;font-size:20px;font-weight:700;color:#0f172a;}
.flogo em{font-style:italic;color:#e8520a;}

/* ══ DASHBOARD CSS ══ */
.app{display:flex;height:100vh;overflow:hidden;flex:1;background:#f8fafc;}
.sb{width:240px;flex-shrink:0;background:#fff;display:flex;flex-direction:column;overflow-y:auto;border-right:1px solid rgba(15,23,42,.08);}
.sb-logo{padding:20px 16px 16px;border-bottom:1px solid rgba(15,23,42,.06);display:flex;align-items:center;gap:10px;}
.sb-logo-text{font-family:'Playfair Display',serif;font-size:19px;font-weight:700;color:#0f172a;}
.sb-logo-text em{font-style:italic;color:#e8520a;}
.cc{margin:12px;background:#e8520a;border-radius:14px;padding:14px 15px;}
.cc-label{font-size:10px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:rgba(255,255,255,.7);margin-bottom:2px;}
.cc-amount{font-family:'Inter',sans-serif;font-size:32px;font-weight:700;color:#fff;line-height:1;}
.cc-sub{font-size:11px;color:rgba(255,255,255,.55);margin-top:2px;margin-bottom:10px;}
.cc-btn{width:100%;padding:7px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.22);border-radius:999px;color:#fff;font-size:12px;font-weight:600;cursor:pointer;font-family:'Inter',sans-serif;text-align:center;}
.plan-box{margin:0 12px 10px;padding:12px 14px;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:14px;}
.plan-box-lbl{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8;margin-bottom:2px;}
.plan-box-name{font-size:16px;font-weight:700;color:#0f172a;line-height:1.2;}
.plan-box-btn{display:block;margin-top:10px;padding:7px 10px;background:#e8520a;color:#fff;border-radius:999px;font-size:12px;font-weight:700;text-align:center;text-decoration:none;}
.plan-bar{background:#fff;border:1px solid rgba(26,26,46,.07);border-radius:14px;padding:16px 18px;margin-bottom:16px;display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;}
.plan-bar-lbl{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(26,26,46,.35);margin-bottom:4px;}
.plan-bar-name{font-family:'Playfair Display',serif;font-size:24px;font-weight:700;color:#1a1a2e;line-height:1;}
.plan-bar-actions{display:flex;gap:8px;flex-wrap:wrap;}
.sc-val.money{font-size:22px;white-space:nowrap;}
.sb-sec{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#94a3b8;padding:10px 14px 4px;}
.sb-item{display:flex;align-items:center;gap:9px;padding:8px 12px;border-radius:10px;cursor:pointer;color:#64748b;font-size:13px;margin:1px 8px;transition:all .15s;}
.sb-item:hover{background:#f8fafc;color:#0f172a;}
.sb-item.active{background:rgba(232,82,10,.1);color:#0f172a;font-weight:600;}
.sb-item.active i{color:#e8520a;}
.sb-item i{font-size:16px;width:18px;flex-shrink:0;}
.sb-badge{margin-left:auto;font-size:10px;font-weight:700;padding:2px 7px;border-radius:20px;background:rgba(232,82,10,.12);color:#c4430a;}
.sb-user{margin-top:auto;padding:13px 16px;border-top:1px solid rgba(15,23,42,.06);display:flex;align-items:center;gap:10px;}
.sb-ava{width:30px;height:30px;border-radius:50%;background:#e8520a;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#fff;flex-shrink:0;}
.sb-uname{font-size:13px;font-weight:500;color:#0f172a;}
.sb-urole{font-size:11px;color:#94a3b8;}
.dash-main{flex:1;display:flex;flex-direction:column;overflow:hidden;background:#f8fafc;}
.topbar{background:#fff;border-bottom:1px solid rgba(15,23,42,.07);padding:0 28px;height:56px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0;}
.tb-title{font-family:'Inter',sans-serif;font-size:18px;font-weight:600;color:#0f172a;}
.tb-title em{font-style:normal;color:#e8520a;}
.tb-right{display:flex;gap:9px;align-items:center;}
.btn{padding:8px 18px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;font-family:'Inter',sans-serif;transition:all .2s;display:inline-flex;align-items:center;gap:6px;border:none;}
.btn-primary{background:#e8520a;color:#fff;}
.btn-ghost{background:transparent;border:1px solid rgba(26,26,46,.13);color:rgba(26,26,46,.55);}
.btn-dark{background:#1a1a2e;color:#fff;}
.btn-outline{background:transparent;border:1px solid rgba(26,26,46,.13);color:rgba(26,26,46,.55);}
.btn-danger{background:#a32d2d;color:#fff;}
.btn-link-danger{background:none;border:none;padding:0;color:#a32d2d;font-size:13px;font-weight:600;cursor:pointer;font-family:'Inter',sans-serif;}
.btn-link-danger:hover{text-decoration:underline;}
.admin-row-actions{display:flex;align-items:center;gap:10px;white-space:nowrap;}
.admin-row-actions form{margin:0;}
.admin-table .th-sort{color:inherit;text-decoration:none;display:inline-flex;align-items:center;gap:2px;}
.admin-table .th-sort:hover{color:#e8520a;}
.admin-table thead .filter-row th{background:#fff;padding:8px 10px;border-bottom:1px solid rgba(26,26,46,.07);text-transform:none;letter-spacing:0;font-weight:400;}
.admin-table .col-filter{width:100%;max-width:160px;padding:6px 8px;border:1px solid rgba(26,26,46,.12);border-radius:6px;font-size:12px;font-family:'Inter',sans-serif;background:#fff;color:#1a1a2e;box-sizing:border-box;}
.qrow-rich{align-items:flex-start;}
.fpills{display:flex;flex-wrap:wrap;gap:5px;margin-top:6px;}
.fpill{display:inline-flex;align-items:center;font-size:10px;font-weight:600;padding:3px 8px;border-radius:6px;border:1.5px solid;line-height:1.25;white-space:nowrap;}
.fpill-firm{color:#0f6e56;background:rgba(26,122,94,.08);border-color:#1a7a5e;}
.fpill-city{color:#1e3a5f;background:rgba(26,58,92,.08);border-color:#1a3a5c;}
.fpill-user{color:#5b21b6;background:rgba(109,40,217,.08);border-color:#7c3aed;}
.fpill-date{color:#9a3412;background:rgba(232,82,10,.08);border-color:#e8520a;}
.fpill-upload{color:#0f4c81;background:rgba(14,116,144,.08);border-color:#0e7490;}
.fpill-km{color:#166534;background:rgba(22,163,74,.1);border-color:#16a34a;}
.fpill-status{color:#633806;background:rgba(133,79,11,.1);border-color:#b45309;}
.fpill-vin{color:#1a1a2e;background:#f5f4ef;border-color:rgba(26,26,46,.18);}
.pc-content{flex:1;overflow-y:auto;padding:24px 28px;}
.dp{display:none;}
.dp.active{display:block;}
.hero-bar{background:#1a1a2e;border-radius:14px;padding:22px 26px;margin-bottom:20px;display:flex;align-items:center;gap:24px;}
.hb-left{flex:1;}
.hb-eye{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(240,239,232,.3);margin-bottom:5px;}
.hb-title{font-family:'Playfair Display',serif;font-size:17px;font-weight:700;color:#f0efe8;margin-bottom:13px;}
.hb-search{display:flex;background:rgba(255,255,255,.07);border:1.5px solid rgba(255,255,255,.1);border-radius:10px;overflow:hidden;}
.hb-search:focus-within{border-color:rgba(232,82,10,.5);}
.hb-search input{flex:1;padding:11px 15px;background:transparent;border:none;outline:none;color:#f0efe8;font-family:'Courier New',monospace;font-size:13px;}
.hb-search input::placeholder{font-family:'Inter',sans-serif;color:rgba(240,239,232,.22);font-size:13px;}
.hb-search button{padding:11px 20px;background:#e8520a;border:none;color:#fff;font-size:13px;font-weight:700;cursor:pointer;font-family:'Inter',sans-serif;}
.hb-credit{font-size:11px;color:rgba(240,239,232,.28);margin-top:8px;display:flex;align-items:center;gap:5px;}
.hb-credit strong{color:#e8520a;}
.hb-right{text-align:center;padding-left:22px;border-left:1px solid rgba(255,255,255,.08);}
.hb-num{font-family:'Playfair Display',serif;font-size:44px;font-weight:700;color:#e8520a;line-height:1;}
.hb-num-lbl{font-size:11px;color:rgba(240,239,232,.28);margin-top:4px;}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:20px;}
.sc{background:#fff;border-radius:12px;padding:16px 17px;border:1px solid rgba(26,26,46,.07);}
.sc-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px;}
.sc-lbl{font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:rgba(26,26,46,.3);}
.sc-ico{width:30px;height:30px;border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:15px;}
.sc-val{font-family:'Playfair Display',serif;font-size:26px;font-weight:700;color:#1a1a2e;line-height:1;margin-bottom:2px;}
.sc-sub{font-size:11px;color:rgba(26,26,46,.35);}
.panel{background:#fff;border-radius:12px;border:1px solid rgba(26,26,46,.07);overflow:hidden;}
.ph{display:flex;align-items:center;justify-content:space-between;padding:13px 17px;border-bottom:1px solid rgba(26,26,46,.06);}
.ph-t{font-size:13px;font-weight:600;color:#1a1a2e;}
.ph-lnk{font-size:12px;color:#e8520a;cursor:pointer;font-weight:500;}

/* CANLI AKIŞ */
.feed-wrap{display:grid;grid-template-columns:2fr 1fr;gap:16px;margin-bottom:20px;}
.ph-live{display:flex;align-items:center;gap:6px;font-size:11px;color:#1a7a5e;font-weight:600;}
.ph-live-dot{width:6px;height:6px;border-radius:50%;background:#1a7a5e;animation:blink 2s infinite;flex-shrink:0;}
.feed-item{display:flex;align-items:center;gap:12px;padding:11px 17px;border-bottom:1px solid rgba(26,26,46,.05);cursor:pointer;transition:background .15s;animation:slideIn .35s ease;}
@keyframes slideIn{from{opacity:0;transform:translateY(-6px);}to{opacity:1;transform:translateY(0);}}
.feed-item:hover{background:#fafaf8;}
.feed-item:last-child{border-bottom:none;}
.feed-ico{width:36px;height:36px;border-radius:9px;background:#1a1a2e;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.feed-ico i{font-size:17px;color:rgba(240,239,232,.65);}
.feed-info{flex:1;min-width:0;}
.feed-firm{font-size:13px;font-weight:600;color:#1a1a2e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.feed-car{font-size:11px;color:rgba(26,26,46,.48);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.feed-meta{text-align:right;flex-shrink:0;}
.feed-time{font-size:10px;color:rgba(26,26,46,.3);margin-bottom:4px;}
.feed-bdg{font-size:10px;font-weight:700;padding:2px 8px;border-radius:20px;}
.fb-new{background:rgba(26,122,94,.1);color:#0f6e56;}
.fb-risk{background:rgba(163,45,45,.1);color:#791f1f;}
.fb-warn{background:rgba(133,79,11,.12);color:#633806;}
.fb-ok{background:rgba(26,122,94,.08);color:#0f6e56;}
.feed-cta-box{display:flex;align-items:center;justify-content:space-between;padding:12px 17px;background:#f5f4ef;border-top:1px solid rgba(26,26,46,.05);}
.feed-cta-text{font-size:12px;color:rgba(26,26,46,.45);}
.feed-cta-btn{font-size:12px;font-weight:600;color:#e8520a;cursor:pointer;}

/* TAKİP + SORGULAR sidebar */
.side-panels{display:flex;flex-direction:column;gap:12px;}
.qrow{display:flex;align-items:center;gap:11px;padding:11px 17px;border-bottom:1px solid rgba(26,26,46,.05);cursor:pointer;transition:background .15s;}
.qrow:hover{background:#fafaf8;}
.qrow:last-child{border-bottom:none;}
.qplate{font-family:'Courier New',monospace;font-size:11px;font-weight:700;background:#f5f4ef;padding:3px 8px;border-radius:5px;border:1px solid rgba(26,26,46,.09);flex-shrink:0;color:#1a1a2e;}
.qi{flex:1;min-width:0;}
.qn{font-size:12px;font-weight:500;color:#1a1a2e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.qd{font-size:10px;color:rgba(26,26,46,.34);margin-top:1px;}
.bdg{font-size:10px;font-weight:700;padding:2px 8px;border-radius:20px;flex-shrink:0;}
.bok{background:rgba(26,122,94,.1);color:#0f6e56;}
.bwn{background:rgba(133,79,11,.12);color:#633806;}
.brk{background:rgba(163,45,45,.1);color:#791f1f;}
.trow{display:flex;align-items:center;gap:10px;padding:10px 17px;border-bottom:1px solid rgba(26,26,46,.05);cursor:pointer;}
.trow:last-child{border-bottom:none;}
.tdot{width:8px;height:8px;border-radius:50%;flex-shrink:0;}
.ti2{flex:1;min-width:0;}
.tn{font-size:12px;font-weight:500;color:#1a1a2e;}
.ts2{font-size:10px;color:rgba(26,26,46,.34);margin-top:1px;}
.tnew{font-size:10px;font-weight:700;color:#c4430a;background:rgba(232,82,10,.1);padding:2px 7px;border-radius:20px;}

/* SORGU SAYFASI */
.qtabs{display:flex;gap:6px;}
.qtab{padding:6px 14px;border-radius:7px;font-size:12px;font-weight:600;cursor:pointer;}
.qtab.on{background:#e8520a;color:#fff;}
.qtab.off{background:transparent;border:1px solid rgba(26,26,46,.12);color:rgba(26,26,46,.5);}
.view{display:none;}
.view.on{display:block;}
.rh{background:#fff;border-radius:12px;border:1px solid rgba(26,26,46,.07);padding:14px 18px;margin-bottom:14px;display:flex;align-items:center;gap:12px;}
.rh-plate{font-family:'Courier New',monospace;font-size:13px;font-weight:700;background:#f5f4ef;border:1px solid rgba(26,26,46,.1);padding:5px 12px;border-radius:6px;color:#1a1a2e;flex-shrink:0;}
.rh-model{font-size:14px;font-weight:600;color:#1a1a2e;}
.rh-meta{font-size:11px;color:rgba(26,26,46,.38);margin-top:2px;}
.rtwo{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin-bottom:13px;}
.schema-panel{background:#fff;border-radius:12px;border:1px solid rgba(26,26,46,.07);overflow:hidden;}
.cp-panel{background:#fff;border-radius:12px;border:1px solid rgba(26,26,46,.07);overflow:hidden;display:flex;flex-direction:column;}
.crow{display:flex;align-items:flex-start;gap:9px;padding:10px 16px;border-bottom:1px solid rgba(26,26,46,.05);}
.crow:last-of-type{border-bottom:none;}
.cdot{width:7px;height:7px;border-radius:50%;flex-shrink:0;margin-top:4px;}
.ci{flex:1;}
.cp2{font-size:13px;font-weight:500;color:#1a1a2e;}
.cd{font-size:11px;color:rgba(26,26,46,.42);margin-top:1px;display:flex;align-items:center;gap:4px;}
.cold{color:#a32d2d;text-decoration:line-through;}
.cnew{color:#1a7a5e;font-weight:600;}
.cfirm{font-size:10px;color:rgba(26,26,46,.3);margin-top:2px;}
.risk-box{padding:13px 16px;border-top:1px solid rgba(26,26,46,.06);margin-top:auto;}
.rl{display:flex;justify-content:space-between;font-size:11px;color:rgba(26,26,46,.38);margin-bottom:7px;}
.rs{color:#e8520a;font-weight:700;}
.rt{height:5px;background:rgba(26,26,46,.07);border-radius:3px;overflow:hidden;}
.rf{height:100%;border-radius:3px;background:linear-gradient(90deg,#1a7a5e,#e8520a);}
.ai-box{background:#fff;border-radius:12px;border:1px solid rgba(26,26,46,.07);margin-bottom:13px;overflow:hidden;}
.ai-hd{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid rgba(26,26,46,.06);background:#fafaf8;}
.ai-title-r{font-size:13px;font-weight:600;color:#1a1a2e;display:flex;align-items:center;gap:7px;}
.ai-bdg{font-size:10px;font-weight:700;padding:2px 8px;border-radius:20px;background:rgba(109,40,217,.1);color:#5b21b6;}
.ai-find{display:flex;align-items:flex-start;gap:9px;padding:11px 16px;border-bottom:1px solid rgba(26,26,46,.05);}
.ai-find:last-child{border-bottom:none;}
.ai-ico{width:26px;height:26px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:13px;flex-shrink:0;}
.ai-ft{font-size:13px;font-weight:500;color:#1a1a2e;margin-bottom:3px;}
.ai-fd{font-size:12px;color:rgba(26,26,46,.48);line-height:1.65;}
.acts{display:flex;gap:10px;margin-bottom:14px;}
.acts .btn{flex:1;justify-content:center;}
.empty-st{background:#fff;border-radius:12px;border:1px solid rgba(26,26,46,.07);padding:52px;text-align:center;}
.empty-st i{font-size:40px;color:rgba(26,26,46,.1);display:block;margin-bottom:14px;}
.empty-st-t{font-size:14px;font-weight:500;color:rgba(26,26,46,.35);}
.empty-st-s{font-size:12px;color:rgba(26,26,46,.24);margin-top:5px;}
.sband{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:13px;}
.sbc{background:#fff;border-radius:10px;border:1px solid rgba(26,26,46,.07);padding:13px 14px;text-align:center;}
.sbc-v{font-family:'Playfair Display',serif;font-size:22px;font-weight:700;line-height:1;margin-bottom:3px;}
.sbc-l{font-size:10px;color:rgba(26,26,46,.38);font-weight:500;}
.note-b{background:#fff8f0;border:1px solid rgba(232,82,10,.2);border-radius:10px;padding:12px 16px;margin-bottom:13px;display:flex;align-items:flex-start;gap:10px;}
.note-t{font-size:12px;font-weight:600;color:#c4430a;margin-bottom:3px;}
.note-s{font-size:11px;color:rgba(26,26,46,.5);line-height:1.6;}
.twrap{background:#fff;border-radius:10px;border:1px solid rgba(26,26,46,.07);overflow:hidden;margin-bottom:13px;}
.thead{display:grid;grid-template-columns:22px 1.4fr 0.8fr 0.9fr 0.7fr 72px;background:#f5f4ef;border-bottom:1px solid rgba(26,26,46,.07);padding:8px 14px;}
.th{font-size:9px;font-weight:600;color:rgba(26,26,46,.38);letter-spacing:.04em;text-transform:uppercase;}
.trow2{display:grid;grid-template-columns:22px 1.4fr 0.8fr 0.9fr 0.7fr 72px;padding:10px 14px;border-bottom:1px solid rgba(26,26,46,.05);align-items:center;}
.trow2:last-child{border-bottom:none;}
.trow2:hover{background:#fafaf8;}
.td{font-size:12px;color:#1a1a2e;}
.td-s{font-size:10px;color:rgba(26,26,46,.35);margin-top:1px;}
.td-ok{color:#1a7a5e;font-weight:600;font-size:11px;display:flex;align-items:center;gap:3px;}
.td-w{color:#dc2626;font-weight:700;font-size:12px;}
.km-ok{font-size:9px;color:#1a7a5e;display:flex;align-items:center;gap:2px;}
.km-w{font-size:9px;color:#dc2626;font-weight:700;display:flex;align-items:center;gap:2px;}
.tsum{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:13px;}
.tsc{background:#fff;border-radius:10px;border:1px solid rgba(26,26,46,.07);padding:14px 16px;}
.tsl{font-size:9px;font-weight:600;color:rgba(26,26,46,.35);text-transform:uppercase;letter-spacing:.06em;margin-bottom:5px;}
.tsv{font-family:'Playfair Display',serif;font-size:24px;font-weight:700;color:#1a1a2e;margin-bottom:3px;}
.tss{font-size:11px;color:rgba(26,26,46,.42);}
.dc-cta{background:#1a1a2e;border-radius:10px;padding:14px 18px;display:flex;align-items:center;justify-content:space-between;margin-bottom:13px;}
.dc-btn{padding:8px 18px;background:#e8520a;border:none;color:#fff;border-radius:8px;font-size:12px;font-weight:700;cursor:pointer;font-family:'Inter',sans-serif;display:flex;align-items:center;gap:5px;}
.d-hdr{background:#1a1a2e;border-radius:12px;padding:16px 20px;margin-bottom:14px;display:flex;align-items:center;justify-content:space-between;}
.d-title{font-family:'Playfair Display',serif;font-size:15px;font-weight:700;color:#f0efe8;}
.d-sub{font-size:11px;color:rgba(240,239,232,.38);margin-top:3px;}
.back-b{padding:7px 14px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);border-radius:7px;color:#f0efe8;font-size:12px;font-weight:600;cursor:pointer;font-family:'Inter',sans-serif;display:flex;align-items:center;gap:5px;}
.exp-c{background:#fff;border-radius:11px;border:1px solid rgba(26,26,46,.07);overflow:hidden;margin-bottom:10px;}
.exp-h{display:flex;flex-direction:column;align-items:stretch;padding:12px 16px;border-bottom:1px solid rgba(26,26,46,.06);gap:12px;}
.exp-view{flex-shrink:0;padding:7px 12px;font-size:12px;text-decoration:none;}
.exp-view-hot{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:13px 18px;font-size:15px;font-weight:700;text-decoration:none;border:none;cursor:pointer;border-radius:10px;background:#e8520a;color:#fff;box-shadow:0 8px 18px rgba(232,82,10,.28);}
.exp-view-hot:hover{filter:brightness(1.05);}
.unlock-box{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;padding:16px 18px;}
.unlock-t{font-weight:700;color:#1a1a2e;}
.unlock-s{font-size:12px;color:rgba(26,26,46,.45);margin-top:4px;max-width:420px;}
.vehicle-summary{background:#fff;border:1px solid rgba(26,26,46,.07);border-radius:12px;overflow:hidden;margin:16px 0;}
.vs-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:0;}
.vs-grid>div{padding:14px 16px;border-right:1px solid rgba(26,26,46,.06);}
.vs-grid>div:last-child{border-right:none;}
.vs-l{font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:rgba(26,26,46,.35);margin-bottom:4px;}
.vs-v{font-size:16px;font-weight:700;color:#1a1a2e;}
.landing-reports{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:22px;}
.landing-reports-track{overflow:hidden;margin-top:22px;mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);}
.landing-reports-marquee{display:flex;gap:14px;width:max-content;animation:reports-marquee 42s linear infinite;}
.landing-reports-track .landing-report{flex:0 0 280px;min-width:280px;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:14px;padding:16px;box-shadow:0 8px 24px rgba(15,23,42,.04);}
.lr-parts{font-size:12px;color:#64748b;margin-top:6px;}
@keyframes reports-marquee{0%{transform:translateX(0);}100%{transform:translateX(-50%);}}
.tramer-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;}
.tramer-flags{display:flex;flex-direction:column;gap:4px;margin-top:8px;}
.tramer-panel .tramer-row{padding:12px 16px;border-top:1px solid rgba(15,23,42,.06);}
.tramer-panel .tramer-row:first-of-type{border-top:none;}
.tramer-label{font-size:14px;font-weight:600;color:#0f172a;}
.parts-footnote{font-size:11px;color:#64748b;line-height:1.45;margin:8px 0 0;}
.report-display-note{margin:0 16px 14px;padding:12px 14px;border-radius:10px;background:#fff8f0;border:1px solid rgba(232,82,10,.18);color:#9a3412;font-size:13px;line-height:1.45;}
.landing-report{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:14px;padding:16px 18px;}
.lr-brand{font-size:16px;font-weight:700;color:#0f172a;}
.lr-meta{font-size:13px;color:#64748b;margin-top:6px;}
.lr-km{font-size:12px;color:#e8520a;font-weight:600;margin-top:8px;}
.rpt-safe{padding:16px 18px;font-size:13px;color:rgba(26,26,46,.55);line-height:1.5;}
.rv-page{display:flex;flex-direction:column;height:100vh;min-height:100vh;background:#f5f4ef;}
.rv-bar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:8px;height:44px;padding:0 12px;background:#fff;border-bottom:1px solid rgba(26,26,46,.08);flex-shrink:0;z-index:5;}
.rv-side{display:flex;align-items:center;min-width:0;}
.rv-side-l{justify-content:flex-start;}
.rv-side-r{justify-content:flex-end;}
.rv-title{font-family:'Playfair Display',serif;font-size:15px;font-weight:700;line-height:1;color:#1a1a2e;text-align:center;white-space:nowrap;letter-spacing:-.02em;}
.rv-title em{font-style:italic;color:#e8520a;font-weight:600;}
.rv-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:28px;padding:0 10px;box-sizing:border-box;border-radius:6px;border:1px solid rgba(26,26,46,.12);background:#fff;color:#1a1a2e;font-size:12px;font-weight:600;line-height:1;text-decoration:none;font-family:'Inter',sans-serif;white-space:nowrap;transition:background .15s,border-color .15s,color .15s;}
.rv-btn:hover{background:#f5f4ef;border-color:rgba(26,26,46,.22);color:#1a1a2e;}
.rv-btn svg{width:13px;height:13px;flex:0 0 13px;display:block;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transform:translateY(1px);}
.rv-btn span{display:block;line-height:1;}
.rv-btn-accent{background:#1a1a2e;border-color:#1a1a2e;color:#fff;}
.rv-btn-accent:hover{background:#e8520a;border-color:#e8520a;color:#fff;}
.rv-frame{display:block;width:100%;height:calc(100vh - 44px);min-height:calc(100vh - 44px);border:0;background:#fff;flex:1;}
.exp-firm{font-size:13px;font-weight:600;color:#1a1a2e;}
.exp-meta{font-size:10px;color:rgba(26,26,46,.38);margin-top:3px;display:flex;flex-wrap:wrap;gap:8px;}
.exp-sec{padding:10px 16px;border-bottom:1px solid rgba(26,26,46,.05);}
.exp-sec:last-child{border-bottom:none;}
.exp-sec-t{font-size:9px;font-weight:700;color:rgba(26,26,46,.32);text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px;}
.er{display:flex;align-items:center;justify-content:space-between;padding:5px 0;border-bottom:1px solid rgba(26,26,46,.04);font-size:12px;}
.er:last-child{border-bottom:none;}
.ep{color:rgba(26,26,46,.5);}
.vok{color:#1a7a5e;font-weight:500;font-size:11px;}
.vch{color:#c4430a;font-weight:500;font-size:11px;}
.vpa{color:#854f0b;font-weight:500;font-size:11px;}
.vlo{color:#633806;font-weight:500;font-size:11px;}
.trr{display:flex;align-items:center;justify-content:space-between;padding:5px 0;border-bottom:1px solid rgba(26,26,46,.04);font-size:12px;}
.trr:last-child{border-bottom:none;}
.tr-amt{font-weight:700;color:#dc2626;}
.cf-flag{display:flex;align-items:center;gap:4px;font-size:10px;color:#791f1f;background:rgba(163,45,45,.08);padding:5px 16px;}
.km-bok{font-size:9px;font-weight:600;color:#1a7a5e;background:rgba(26,122,94,.08);padding:2px 7px;border-radius:20px;}
.km-bw{font-size:9px;font-weight:700;color:#dc2626;background:rgba(220,38,38,.08);padding:2px 7px;border-radius:20px;border:1px solid rgba(220,38,38,.2);}
.km-alert{display:flex;align-items:center;gap:6px;padding:8px 16px;background:rgba(220,38,38,.05);border-bottom:1px solid rgba(220,38,38,.15);font-size:11px;color:#dc2626;font-weight:600;}
.upload-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin-bottom:18px;}
.upload-opt{background:#fff;border:1.5px dashed rgba(26,26,46,.13);border-radius:13px;padding:28px 20px;text-align:center;cursor:pointer;}
.upload-opt:hover{border-color:#e8520a;}
.upload-opt i{font-size:32px;color:rgba(26,26,46,.18);margin-bottom:12px;display:block;}
.upload-opt:hover i{color:#e8520a;}
.upload-opt h4{font-size:13px;font-weight:600;color:#1a1a2e;margin-bottom:5px;}
.upload-opt p{font-size:12px;color:rgba(26,26,46,.42);line-height:1.65;}
.utag{display:inline-block;margin-top:11px;font-size:11px;font-weight:500;padding:3px 12px;background:#f5f4ef;border-radius:20px;color:rgba(26,26,46,.4);}
.bal-box{background:#1a1a2e;border-radius:14px;padding:24px 28px;margin-bottom:20px;display:flex;}
.bal-left{flex:1;}
.bal-eye{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(240,239,232,.3);margin-bottom:5px;}
.bal-amt{font-family:'Playfair Display',serif;font-size:54px;font-weight:700;color:#e8520a;line-height:1;margin-bottom:4px;}
.bal-sub{font-size:13px;color:rgba(240,239,232,.38);}
.bal-right{border-left:1px solid rgba(255,255,255,.08);padding-left:28px;display:flex;flex-direction:column;gap:10px;justify-content:center;}
.bal-row{font-size:13px;color:rgba(240,239,232,.45);display:flex;align-items:center;gap:8px;}
.cp-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:14px;align-items:stretch;}
.cp{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:16px;padding:24px 22px 20px;text-align:center;display:flex;flex-direction:column;min-width:0;min-height:320px;box-shadow:0 8px 24px rgba(15,23,42,.04);}
.cp.featured{border:2px solid #e8520a;}
.cp-head{min-height:48px;margin-bottom:8px;}
.cp-pill{font-size:10px;font-weight:700;color:#c4430a;background:rgba(232,82,10,.1);padding:3px 10px;border-radius:999px;display:inline-block;margin-bottom:8px;letter-spacing:.04em;text-transform:uppercase;}
.cp-pill.ghost{visibility:hidden;}
.cp-name{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8;}
.cp-amount{font-family:'Inter',sans-serif;font-size:40px;font-weight:700;color:#0f172a;margin-bottom:4px;line-height:1;letter-spacing:-.03em;}
.cp-credits{font-size:13px;color:#1a7a5e;font-weight:600;margin-bottom:6px;}
.cp-price{font-size:15px;font-weight:600;color:#0f172a;margin-bottom:4px;}
.cp-save{font-size:11px;color:#1a7a5e;font-weight:600;display:block;margin-top:1px;}
.cp-blurb{flex:1;font-size:13px;line-height:1.55;color:#64748b;margin:16px 0 0;padding:12px 0 0;border-top:1px solid rgba(15,23,42,.06);}
.cp-btn{display:block;box-sizing:border-box;margin-top:20px;width:100%;padding:12px 16px;border-radius:999px;font-size:13px;font-weight:600;cursor:pointer;font-family:'Inter',sans-serif;border:1px solid rgba(15,23,42,.14);background:#fff;color:#334155;text-align:center;text-decoration:none;flex-shrink:0;}
.cp.featured .cp-btn,.cp-btn:hover{background:#e8520a;border-color:#e8520a;color:#fff;}
.sub-banner{background:#eef3ff;border-radius:12px;padding:20px 22px;display:flex;align-items:center;justify-content:space-between;gap:18px;}
.sub-title{font-size:14px;font-weight:600;color:#1a3a5c;margin-bottom:4px;}
.cars-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;}
.car-card{background:#fff;border-radius:12px;border:1px solid rgba(26,26,46,.07);padding:17px;cursor:pointer;}
.car-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:10px;}
.car-plate{font-family:'Courier New',monospace;font-size:11px;font-weight:700;background:#f5f4ef;border:1px solid rgba(26,26,46,.09);padding:4px 9px;border-radius:5px;color:#1a1a2e;}
.car-name{font-size:13px;font-weight:600;color:#1a1a2e;margin-bottom:2px;}
.car-meta{font-size:12px;color:rgba(26,26,46,.36);}
.score-row{display:flex;align-items:center;gap:8px;margin-top:11px;padding-top:11px;border-top:1px solid rgba(26,26,46,.06);}
.score-bar{flex:1;height:4px;background:rgba(26,26,46,.07);border-radius:2px;overflow:hidden;}
.score-fill{height:100%;border-radius:2px;}
.score-val{font-size:12px;font-weight:700;}
.car-add{border:1.5px dashed rgba(26,26,46,.12);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;min-height:118px;background:#fff;border-radius:12px;cursor:pointer;}
.car-add:hover{border-color:#e8520a;}
.car-add i{font-size:22px;color:rgba(26,26,46,.16);}
.car-add span{font-size:12px;color:rgba(26,26,46,.3);font-weight:500;}
.sec-lbl{font-size:13px;font-weight:600;color:#1a1a2e;margin-bottom:12px;}


/* ══ AUTH / FORMS / ADMIN extras ══ */
a{color:inherit;}
.alert{padding:12px 16px;border-radius:10px;font-size:13px;margin-bottom:14px;line-height:1.5;}
.alert-ok{background:rgba(26,122,94,.1);border:1px solid rgba(26,122,94,.2);color:#0f6e56;}
.alert-err{background:rgba(163,45,45,.08);border:1px solid rgba(163,45,45,.18);color:#791f1f;}
.alert-info{background:#eef3ff;border:1px solid rgba(26,58,92,.12);color:#1a3a5c;}
.alert-warn{background:#fff8f0;border:1px solid rgba(232,82,10,.2);color:#c4430a;}
.form-card{background:#fff;border:1px solid rgba(26,26,46,.08);border-radius:16px;padding:32px 28px;max-width:440px;width:100%;margin:0 auto;}
.form-group{margin-bottom:14px;}
.form-group label{display:block;font-size:12px;font-weight:600;color:rgba(26,26,46,.55);margin-bottom:6px;}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 14px;border:1.5px solid rgba(26,26,46,.12);border-radius:10px;font-size:14px;font-family:'Inter',sans-serif;background:#fff;color:#1a1a2e;box-sizing:border-box;}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#e8520a;}
.form-group textarea{min-height:96px;resize:vertical;line-height:1.45;}
.form-error{font-size:12px;color:#a32d2d;margin-top:5px;}
.auth-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 20px;background:#f8fafc;}
.muted{font-size:13px;color:rgba(26,26,46,.45);}
.admin-table{width:100%;border-collapse:collapse;font-size:13px;}
.admin-table th{text-align:left;font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:rgba(26,26,46,.38);padding:10px 14px;border-bottom:1px solid rgba(26,26,46,.07);background:#f5f4ef;}
.admin-table td{padding:11px 14px;border-bottom:1px solid rgba(26,26,46,.05);color:#1a1a2e;}
.admin-table tr:hover td{background:#fafaf8;}
.filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px;}
.filters input,.filters select{padding:8px 12px;border:1px solid rgba(26,26,46,.12);border-radius:8px;font-size:13px;font-family:'Inter',sans-serif;}
.soon{font-size:10px;font-weight:700;padding:2px 7px;border-radius:20px;background:#f1f5f9;color:#94a3b8;margin-left:auto;}
.verify-banner{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:16px 20px 0;padding:14px 16px;border-radius:12px;background:#fff8f0;border:1px solid rgba(232,82,10,.22);color:#9a3412;font-size:13px;line-height:1.45;}
.verify-banner strong{display:block;margin-bottom:2px;}
.verify-banner em{font-style:normal;font-weight:600;}
.vbadge{display:inline-block;font-size:11px;font-weight:700;padding:3px 8px;border-radius:999px;vertical-align:middle;}
.vbadge-ok{background:rgba(26,122,94,.12);color:#0f6e56;}
.vbadge-warn{background:rgba(217,119,6,.12);color:#9a3412;}
.vbadge-no{background:rgba(163,45,45,.1);color:#791f1f;}
.integ-stats{margin-bottom:14px;}
.integ-status-val,.integ-gateway-val,.integ-time-val{font-family:'Inter',sans-serif;font-size:18px;font-weight:700;line-height:1.3;margin-bottom:4px;}
.integ-status-val .vbadge{font-size:13px;padding:5px 12px;}
.integ-gateway-val{text-transform:uppercase;letter-spacing:.04em;color:#1a1a2e;}
.integ-time-val{font-size:15px;font-weight:600;word-break:break-word;}
.rpt-hero{display:flex;justify-content:space-between;gap:16px;align-items:flex-end;flex-wrap:wrap;margin-bottom:14px;padding:20px 22px;background:#fff;border:1px solid rgba(26,26,46,.08);border-radius:14px;}
.rpt-kicker{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(26,26,46,.4);margin-bottom:6px;}
.rpt-vin{font-family:'Inter',ui-sans-serif,system-ui,sans-serif;font-size:28px;font-weight:700;line-height:1.25;letter-spacing:.06em;color:#1a1a2e;word-break:break-all;font-variant-numeric:lining-nums tabular-nums;font-feature-settings:"tnum" 1,"lnum" 1;}
.rpt-hero-meta{margin-top:8px;font-size:13px;color:rgba(26,26,46,.45);}
.rpt-hero-badges{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end;}
.rpt-notes{margin:0;padding:14px 18px 18px;font-size:13px;line-height:1.55;color:#9a3412;background:#fff8f0;border-top:1px solid rgba(232,82,10,.12);}
.rpt-actions{display:flex;gap:8px;flex-wrap:wrap;}
.rpt-preview{width:100%;min-height:72vh;border:0;background:#f8fafc;display:block;}
.rpt-file-card .ph{display:flex;align-items:center;justify-content:space-between;gap:10px;}
.rpt-image-wrap{padding:12px;background:#f8fafc;}
.rpt-image-wrap img{display:block;width:100%;height:auto;border-radius:10px;border:1px solid rgba(26,26,46,.08);}
.rpt-user-grid{align-items:start;}
.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;letter-spacing:.03em;}
.member-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.75fr);gap:14px;margin-bottom:14px;align-items:start;}
.member-side{display:flex;flex-direction:column;gap:14px;}
.kv{display:grid;grid-template-columns:132px 1fr;gap:0;margin:0;padding:6px 0;}
.kv dt,.kv dd{padding:11px 18px;border-bottom:1px solid rgba(26,26,46,.05);font-size:13px;}
.kv dt{color:rgba(26,26,46,.42);font-weight:700;letter-spacing:.03em;text-transform:uppercase;font-size:11px;display:flex;align-items:center;}
.kv dd{color:#1a1a2e;margin:0;display:flex;align-items:center;gap:8px;flex-wrap:wrap;}
.kv dt:nth-last-of-type(-n+1),.kv dd:last-child{border-bottom:none;}
.member-card{padding:16px 18px 18px;}
.member-card-mail{font-size:14px;font-weight:600;color:#1a1a2e;margin-bottom:8px;word-break:break-all;}
.member-card .muted{margin-bottom:14px;line-height:1.5;}
.admin-form-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap;}
.admin-form-row select{padding:10px 12px;border:1.5px solid rgba(26,26,46,.12);border-radius:10px;font-size:13px;font-family:'Inter',sans-serif;background:#fff;color:#1a1a2e;min-width:160px;}
.table-wrap{overflow-x:auto;}
@media(max-width:900px){.member-grid{grid-template-columns:1fr;}.kv{grid-template-columns:1fr;}.kv dt{padding-bottom:0;border-bottom:none;}.kv dd{padding-top:4px;}.rpt-hero{align-items:flex-start;}.rpt-hero-badges{justify-content:flex-start;}.rpt-vin{font-size:22px;}}
@media(max-width:900px){.verify-banner{flex-direction:column;align-items:flex-start;margin:12px;}}
.flash-stack{margin-bottom:16px;}
.page.active{display:flex;}
.sb-upload{display:flex;align-items:center;gap:8px;margin:0 12px 10px;padding:11px 12px;background:#e8520a;color:#fff;border-radius:12px;text-decoration:none;font-size:13px;font-weight:700;line-height:1.25;box-shadow:0 8px 18px rgba(232,82,10,.28);}
.sb-upload i{font-size:18px;flex-shrink:0;}
.sb-upload:hover,.sb-upload.active{filter:brightness(1.06);color:#fff;}
.qgo{font-size:11px;font-weight:700;color:#e8520a;flex-shrink:0;display:inline-flex;align-items:center;gap:2px;}
.upload-earn{padding:56px 0;background:#fff7f2;}
.upload-earn-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;}
.upload-earn .sec-h{margin-bottom:8px;}
.cc-btn{display:block;text-decoration:none;}
.pagination{display:flex;gap:6px;padding:14px;justify-content:flex-end;}
.pagination a,.pagination span{padding:6px 10px;border-radius:7px;font-size:12px;border:1px solid rgba(26,26,46,.1);text-decoration:none;color:#1a1a2e;}
.pagination .active span{background:#e8520a;color:#fff;border-color:#e8520a;}
.mobile-toggle{display:none;background:transparent;border:1px solid rgba(26,26,46,.13);border-radius:8px;padding:8px 12px;cursor:pointer;}
@media(max-width:1100px){
  .pgrid,.pgrid-3{grid-template-columns:repeat(2,minmax(0,1fr));}
  .nav-credit-pill{display:none;}
  .nav-inner{grid-template-columns:1fr auto;height:auto;min-height:64px;padding:10px 0;}
  .nav-links-pub{display:none;}
}
@media(max-width:900px){
  .wrap{width:min(1180px,calc(100% - 32px));}
  .main-nav{padding:0;}
  .hero{padding:40px 0 28px;}
  .hero h1{font-size:32px;}
  .hero-preview{margin-bottom:8px;}
  .hp-row{grid-template-columns:1fr;}
  .problem,.how,.features,.ai-sec,.pricing,.testi,.contact-sec,.cta-sec{padding:48px 0;}
  .contact-inner{grid-template-columns:1fr;}
  .prob-grid,.how-grid,.ai-grid,.feat-grid,.stats-grid,.cars-grid,.cp-grid,.rtwo,.upload-grid,.feed-wrap,.sband,.tsum,.vs-grid,.landing-reports{grid-template-columns:1fr;}
  .hstats{flex-direction:column;align-items:center;gap:8px;}
  .trust-inner{flex-wrap:wrap;}
  .trust-item{flex:1 1 40%;border-right:none;border-bottom:1px solid rgba(15,23,42,.06);}
  .ptop,.sub-banner,.bal-box,.hero-bar,.plan-bar,.d-hdr,.dc-cta{flex-direction:column;align-items:flex-start;}
  .ptop-note{text-align:left;max-width:none;}
  .hb-right,.bal-right{border-left:none;padding-left:0;border-top:1px solid rgba(255,255,255,.08);padding-top:16px;width:100%;}
  .footer-grid{grid-template-columns:1fr 1fr;gap:20px;}
  .app{flex-direction:column;height:auto;min-height:100vh;}
  .sb{width:100%;}
  .dash-main{min-height:100vh;}
  .thead,.trow2{grid-template-columns:1fr 1fr;}
  .rv-bar{grid-template-columns:1fr 1fr;height:auto;min-height:44px;padding:8px 10px;}
  .rv-title{grid-column:1 / -1;order:-1;font-size:14px;}
  .rv-btn{padding:0 8px;font-size:11px;}
}
@media(max-width:640px){
  .pgrid,.footer-grid{grid-template-columns:1fr;}
  .hero-actions,.cta-btns{flex-direction:column;align-items:stretch;}
  .cmain,.csec-light{width:100%;}
}
.plan-bar-meta{margin-top:8px;font-size:13px;color:rgba(26,26,46,.55);line-height:1.45;}
.warn-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px;}
.warn-chip{background:#fff4e8;color:#b45309;border:1px solid #f5d0a9;border-radius:999px;padding:2px 8px;font-size:11px;font-weight:700;}
.upbar{display:none;margin:0 0 16px;}
.upbar.is-on{display:block;}
.upbar-row{display:flex;justify-content:space-between;gap:12px;font-size:12px;font-weight:600;color:rgba(26,26,46,.55);margin-bottom:8px;}
.upbar-row #upload-progress-pct{color:#e8520a;flex-shrink:0;}
.upbar-track{height:10px;border-radius:999px;background:rgba(232,82,10,.12);overflow:hidden;}
.upbar-fill{height:100%;width:0;border-radius:999px;background:#e8520a;transition:width .25s linear;}
.published-reports{padding:56px 0 24px;background:linear-gradient(180deg,#fff7f0 0%,#f5f4ef 100%);}
.landing-report{box-shadow:0 10px 28px rgba(232,82,10,.08);border-color:rgba(232,82,10,.16);}
.trust-item{position:relative;}
.trust-item .tico{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin:0 auto 8px;font-size:18px;}
.ti-vin .tico{background:rgba(26,58,92,.08);color:#1a3a5c;}
.ti-rapor .tico{background:rgba(232,82,10,.1);color:#e8520a;}
.ti-kredi .tico{background:rgba(26,122,94,.1);color:#1a7a5e;}
.ti-takip .tico{background:rgba(109,40,217,.08);color:#6d28d9;}
.pkg-lead{margin:0 0 16px;font-size:13px;line-height:1.5;color:rgba(26,26,46,.5);max-width:720px;}
.pkg-section{margin-bottom:16px;}
.pkg-list{display:flex;flex-direction:column;gap:12px;padding:14px 16px 16px;}
.pkg-card{background:#fafaf8;border:1px solid rgba(26,26,46,.08);border-radius:14px;padding:16px 16px 14px;}
.pkg-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px;}
.pkg-card-name{font-size:16px;font-weight:700;color:#1a1a2e;}
.pkg-card-meta{margin-top:4px;font-size:12px;color:rgba(26,26,46,.45);}
.pkg-card-meta a{color:#e8520a;font-weight:600;text-decoration:none;}
.pkg-card-meta a:hover{text-decoration:underline;}
.pkg-edit-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;}
.pkg-edit-grid .form-group{margin-bottom:0;}
.pkg-edit-grid .pkg-span{grid-column:1 / -1;}
.pkg-card-actions{display:flex;justify-content:flex-end;margin-top:14px;}
.pkg-add{display:grid;grid-template-columns:2fr 1fr 1fr .7fr auto;gap:12px;align-items:end;padding:16px 16px 8px;}
.pkg-add .form-group{margin-bottom:8px;}
.pkg-add-btn{padding-bottom:8px;}
@media(max-width:980px){
  .pkg-edit-grid,.pkg-add{grid-template-columns:1fr 1fr;}
  .pkg-add-btn{grid-column:1 / -1;}
}
@media(max-width:640px){
  .pkg-edit-grid,.pkg-add{grid-template-columns:1fr;}
}
.dup-alert{margin-bottom:16px;border-color:rgba(220,38,38,.22);background:#fff5f5;}
.dup-alert .ph-t{color:#b91c1c;}
.dup-row{padding:10px 16px;border-top:1px solid rgba(26,26,46,.06);font-size:13px;line-height:1.5;}
.dup-row:first-of-type{border-top:none;}
.dup-row-warn{background:rgba(254,226,226,.35);}
.dup-row a{color:#e8520a;font-weight:600;text-decoration:none;}
.dup-row a:hover{text-decoration:underline;}
.dup-tabs .dup-tab-row{display:flex;flex-wrap:wrap;gap:8px;}
.dup-tab{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:8px;border:1px solid rgba(26,26,46,.1);text-decoration:none;color:#1a1a2e;font-size:13px;font-weight:600;}
.dup-tab.is-active{background:#fff5f5;border-color:rgba(220,38,38,.25);color:#b91c1c;}
.dup-tab-count{background:#dc2626;color:#fff;border-radius:999px;padding:1px 7px;font-size:11px;}
.dup-actions form{display:inline;}
.dup-actions button{background:none;border:none;padding:0;color:#e8520a;font-size:12px;font-weight:600;cursor:pointer;text-decoration:underline;}
.dup-match-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:12px;padding:0 16px 12px;align-items:center;}
.dup-match-card{background:#fff;border:1px solid rgba(26,26,46,.08);border-radius:12px;padding:12px;}
.dup-match-label{font-size:11px;font-weight:700;text-transform:uppercase;color:rgba(26,26,46,.45);margin-bottom:4px;}
.dup-match-id{font-size:18px;font-weight:700;margin-bottom:4px;}
.dup-match-id a{color:#e8520a;text-decoration:none;}
.dup-match-arrow{font-size:24px;color:rgba(26,26,46,.35);text-align:center;}
.dup-action-bar{display:flex;flex-wrap:wrap;gap:10px;align-items:center;padding:0 16px 16px;}
@media(max-width:760px){
  .dup-match-grid{grid-template-columns:1fr;}
  .dup-match-arrow{transform:rotate(90deg);}
}