:root{--bg:#061421;--panel:#0a1d2d;--line:#173a52;--text:#f5f8fb;--muted:#9db2c5;--accent:#22c55e;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 50% 0,#12314b 0,#061421 42%,#03101a 100%);color:var(--text);font-family:Inter,Segoe UI,Arial,sans-serif;min-height:100vh}.app-shell{width:min(1060px,calc(100% - 28px));margin:auto}.topbar{display:flex;align-items:center;gap:16px;padding:28px 0}.brand-mark{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;font-weight:900;background:linear-gradient(145deg,#23c55e,#0c8b47);box-shadow:0 12px 30px #0007}.topbar h1{font-size:23px;margin:0 0 5px}.topbar p{margin:0;color:var(--muted);font-size:14px}.card{background:linear-gradient(180deg,#0b2234,#081a29);border:1px solid #1d4057;border-radius:22px;box-shadow:0 25px 70px #0007;padding:24px;margin-bottom:24px}.upload-card{max-width:720px;margin:20px auto 26px;text-align:center}.eyebrow{display:inline-flex;border:1px solid #33536b;background:#132d42;border-radius:999px;padding:7px 12px;font-size:11px;font-weight:800;letter-spacing:.08em}.card h2{margin:14px 0 8px}.lead,.note{color:var(--muted);line-height:1.6}.drop-zone{margin:24px 0 16px;border:1.5px dashed #3c637d;background:#071724;border-radius:18px;min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:.2s}.drop-zone:hover,.drop-zone.drag{border-color:#3ddc84;background:#09251d}.drop-zone input{display:none}.upload-icon{font-size:43px;color:#50da91}.drop-zone strong{font-size:17px}.drop-zone small{color:var(--muted)}button{font:inherit}.primary-btn,.download-btn{border:0;border-radius:13px;padding:13px 22px;font-weight:800;cursor:pointer;transition:.2s}.primary-btn{width:100%;color:#052011;background:linear-gradient(135deg,#66ed9f,#22c55e);box-shadow:0 12px 30px #22c55e33}.primary-btn:hover,.download-btn:hover{transform:translateY(-1px)}button:disabled{opacity:.55;cursor:not-allowed;transform:none}.status{min-height:24px;margin-top:13px;color:#c7d7e5}.hidden{display:none}.result-card{overflow:hidden}.result-head{display:flex;align-items:center;justify-content:space-between;gap:18px}.provider-badge{display:inline-flex;padding:6px 11px;border-radius:999px;background:#334155;font-size:11px;font-weight:900}.stats{display:flex;gap:9px}.stats div{min-width:105px;border:1px solid #1b4560;background:#061725;border-radius:13px;text-align:center;padding:10px}.stats b{display:block;font-size:15px}.stats span{font-size:10px;color:#86a4ba}.preview-frame{margin-top:18px;border:8px solid #e4edf2;border-radius:14px;background:#d7dde1;overflow:auto;max-height:660px}.preview-frame img{display:block;width:100%;min-width:900px;height:auto}.actions{display:flex;gap:12px;justify-content:center;margin-top:18px}.download-btn{min-width:220px;color:#fff}.pdf-btn{background:linear-gradient(135deg,#ef4444,#b91c1c)}.photo-btn{background:linear-gradient(135deg,#0ea5e9,#0369a1)}.site-footer{text-align:center;color:#6f8799;padding:8px 0 30px;font-size:12px}@media(max-width:720px){.result-head{align-items:flex-start;flex-direction:column}.stats{width:100%;overflow:auto}.stats div{min-width:95px}.actions{flex-direction:column}.download-btn{width:100%}.card{padding:17px}.topbar h1{font-size:19px}}
