:root{--bg:#f5f3ef;--ink:#151515;--muted:#6f6a63;--card:#fff;--line:#ded9d0;--accent:#151515;--good:#2c7a55;--warn:#a15e19}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--ink)}a{color:inherit}.topbar{height:68px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;border-bottom:1px solid var(--line);background:rgba(245,243,239,.9);backdrop-filter:blur(12px);position:sticky;top:0;z-index:10}.brand{font-weight:900;letter-spacing:.18em;text-decoration:none;font-size:14px}.topbar nav{display:flex;gap:24px}.topbar nav a{text-decoration:none;font-size:14px;color:var(--muted)}.shell{max-width:1100px;margin:auto;padding:68px 24px 100px}.hero{margin-bottom:42px;max-width:760px}.hero.compact{margin-bottom:28px}.eyebrow,.pill{font-size:11px;font-weight:800;letter-spacing:.13em}.hero h1{font-size:clamp(38px,6vw,72px);line-height:.96;margin:14px 0 18px;letter-spacing:-.055em}.hero.compact h1{font-size:clamp(34px,5vw,58px)}.hero p{font-size:19px;color:var(--muted);line-height:1.5}.tool-card,.panel{background:var(--card);border:1px solid var(--line);border-radius:20px}.tool-card{padding:28px;text-decoration:none;display:flex;justify-content:space-between;align-items:center;box-shadow:0 8px 30px rgba(0,0,0,.035)}.tool-card h2,.panel h2{margin:8px 0 7px;font-size:24px}.tool-card p{margin:0;color:var(--muted)}.arrow{font-size:34px}.grid.two{display:grid;grid-template-columns:1fr 1fr;gap:18px}.panel{padding:24px}.panel-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:18px}.dropzone{border:1.5px dashed #bcb5aa;border-radius:16px;padding:44px 20px;text-align:center;display:flex;flex-direction:column;gap:8px;cursor:pointer;transition:.2s;background:#faf9f7}.dropzone.dragging{border-color:#151515;background:#f0ede7}.dropzone input{display:none}.dropzone span{color:var(--muted);font-size:14px}.drop-icon{font-size:34px}.file-list{min-height:20px;margin:12px 0;color:var(--muted);font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}button,.button-link,.secondary-button{appearance:none;border:0;border-radius:11px;padding:13px 18px;font:inherit;font-weight:700;text-decoration:none;display:inline-block;cursor:pointer}.button-link,button{background:var(--ink);color:white}.secondary-button{background:#efede8}.status{display:flex;align-items:center;gap:9px;font-weight:700;margin-bottom:14px}.status span{width:9px;height:9px;border-radius:50%;background:var(--good)}.folder-flow{display:flex;gap:9px;align-items:center;flex-wrap:wrap;margin:16px 0}.folder-flow code{background:#f0ede7;padding:7px 9px;border-radius:8px}.muted{color:var(--muted);line-height:1.5}.activity{margin-top:18px}.events{display:flex;flex-direction:column}.event{display:flex;gap:12px;padding:12px 0;border-top:1px solid #ece8e1}.event:first-child{border-top:0}.event-status{width:9px;height:9px;border-radius:50%;background:#999;margin-top:6px;flex:0 0 auto}.event-status.converted{background:var(--good)}.event-status.needs_review,.event-status.error{background:var(--warn)}.event small{display:block;color:var(--muted);margin-top:3px;line-height:1.4}.login-bg{min-height:100vh;display:grid;place-items:center;padding:24px}.login-card{width:min(390px,100%);background:white;border:1px solid var(--line);border-radius:20px;padding:34px}.logo{font-weight:900;letter-spacing:.17em}.login-card form{display:flex;flex-direction:column;gap:10px;margin-top:24px}.login-card input{padding:13px;border:1px solid var(--line);border-radius:10px;font:inherit}.error{background:#fff0ed;color:#8d3228;padding:10px;border-radius:10px;margin-top:14px}@media(max-width:760px){.grid.two{grid-template-columns:1fr}.shell{padding-top:42px}.topbar nav a:last-child{display:none}}
