:root { color-scheme: dark; --ink:#f5f2ea; --muted:#97968e; --line:#2d2d2a; --accent:#d8ff43; --panel:#191917; }
* { box-sizing:border-box; }
body { margin:0; min-height:100vh; background:#0e0e0d; color:var(--ink); font:16px/1.45 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
body::before { content:""; position:fixed; inset:0; pointer-events:none; opacity:.22; background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E"); }
main { width:min(920px,calc(100% - 36px)); margin:auto; padding:34px 0 70px; position:relative; }
.brand { display:flex; gap:12px; align-items:center; margin-bottom:72px; }
.brand .mark { display:grid; place-items:center; width:38px; height:38px; background:var(--accent); color:#111; font-weight:900; border-radius:4px 14px 14px 14px; }
.brand strong,.brand span { display:block; }.brand span { color:var(--muted); font-size:12px; letter-spacing:.08em; text-transform:uppercase; }
.card { width:min(460px,100%); margin:8vh auto; padding:38px; background:var(--panel); border:1px solid var(--line); border-radius:18px; }
.eyebrow { color:var(--accent); text-transform:uppercase; font-size:12px; letter-spacing:.16em; font-weight:750; }
h1 { font-size:clamp(42px,7vw,76px); line-height:.97; letter-spacing:-.055em; margin:14px 0 20px; }
.login h1 { font-size:44px; }.muted { color:var(--muted); }
label:not(.dropzone) { display:block; font-size:13px; margin:28px 0 8px; }
input { width:100%; color:var(--ink); background:#10100f; border:1px solid #3a3a36; border-radius:8px; padding:13px 14px; font:inherit; outline:none; }
input:focus { border-color:var(--accent); box-shadow:0 0 0 3px #d8ff4320; }
button { border:0; cursor:pointer; font:700 14px inherit; }
form button { width:100%; display:flex; justify-content:space-between; margin-top:14px; padding:14px 16px; border-radius:8px; background:var(--accent); color:#111; }
.error { color:#ff7e78; min-height:1.3em; font-size:13px; }
.hero { display:flex; align-items:flex-start; justify-content:space-between; gap:20px; }.hero em { color:var(--accent); font-style:normal; }
.ghost { color:var(--muted); background:transparent; padding:10px 0; }.ghost:hover { color:var(--ink); }
.dropzone { display:grid; justify-items:center; gap:8px; padding:70px 20px; border:1px dashed #494943; border-radius:20px; background:#151513; cursor:pointer; transition:.2s; text-align:center; }
.dropzone:hover,.dropzone.dragging { border-color:var(--accent); background:#1b1d15; transform:translateY(-2px); }
.dropzone input { position:absolute; opacity:0; pointer-events:none; width:1px; }
.dropzone strong { font-size:22px; }.dropzone span,.dropzone small { color:var(--muted); }.dropzone small { margin-top:18px; }
.upload-icon { display:grid; place-items:center; width:48px; height:48px; color:#111!important; background:var(--accent); border-radius:50%; font-size:24px; margin-bottom:12px; }
.results { display:grid; gap:10px; margin-top:18px; }
.result { display:grid; grid-template-columns:72px 1fr; gap:16px; align-items:center; padding:12px; background:var(--panel); border:1px solid var(--line); border-radius:12px; }
.result img { width:72px; height:58px; border-radius:7px; object-fit:cover; background:#242421; }.result strong,.result span { display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }.result .status { color:var(--muted); font-size:13px; }
.link-row { display:flex; gap:8px; margin-top:8px; }.link-row input { padding:8px 10px; font-size:13px; }.copy { background:var(--accent); color:#111; border-radius:6px; padding:0 12px; }
@media(max-width:600px){ main{padding-top:22px}.brand{margin-bottom:48px}.card{padding:26px}.hero{display:block}.ghost{position:absolute;right:0;top:18px}.dropzone{padding:50px 14px} }
