:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--bg: #f6f7fb;--card: #ffffff;--text: #0f172a;--muted: #64748b;--border: #e8e8ee;--shadow: 0 14px 40px rgba(15, 23, 42, .08);--radius: 18px;--radius2: 14px}*{box-sizing:border-box}img{max-width:100%;display:block}html,body,#root{height:100%;width:100%;margin:0;padding:0}.page{min-height:100vh;width:100%;background:radial-gradient(800px 400px at 30% 0%,#eef2ff 0%,transparent 60%),radial-gradient(700px 420px at 85% 10%,#f0f9ff 0%,transparent 60%),var(--bg);display:flex;justify-content:center;align-items:flex-start;padding:22px}.shell{width:100%;max-width:1800px;margin:0 auto}.header{width:100%;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:18px 20px;box-shadow:var(--shadow);display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.kicker{font-size:12px;color:var(--muted);letter-spacing:.5px;text-transform:uppercase}.title{margin:6px 0 0;font-size:24px;color:var(--text)}.subtitle{margin:8px 0 0;color:#475569;line-height:1.45}.env .pill{font-size:12px;padding:7px 10px;border:1px solid #e5e7eb;border-radius:999px;background:#fafafa;color:#111;-webkit-user-select:none;user-select:none;font-weight:800}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:14px 0}.step{background:#ffffffbf;border:1px solid var(--border);border-radius:var(--radius2);padding:12px;display:flex;align-items:center;gap:12px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.step .dot{width:30px;height:30px;border-radius:999px;display:grid;place-items:center;border:1px solid #e5e7eb;background:#fff;color:#111;font-weight:900}.step.done .dot{background:#111;color:#fff;border-color:#111}.stepTitle{font-weight:900;color:var(--text);font-size:13px}.stepDesc{color:var(--muted);font-size:12px;margin-top:2px}.grid{display:grid;grid-template-columns:1.35fr .65fr;gap:16px;margin-top:12px}@media(max-width:860px){.steps,.grid{grid-template-columns:1fr}}.dropzone{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:16px;box-shadow:var(--shadow);transition:transform .15s ease,border-color .2s ease,background .2s ease}.dropzone.drag{border-color:#94a3b8;transform:translateY(-1px);background:#fbfdff}.zoneHead{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.zoneTitle{font-weight:950;color:var(--text)}.zoneMeta{margin-top:6px;display:flex;flex-wrap:wrap;gap:8px}.zoneActions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.badge{font-size:12px;padding:6px 10px;border-radius:999px;border:1px solid #e5e7eb;background:#fafafa;color:#111;font-weight:800}.badge.soft{background:#f8fafc;color:#0f172a}.btnGhost{border:1px solid #e5e7eb;background:#fff;padding:8px 10px;border-radius:12px;cursor:pointer;font-weight:900;color:#111;transition:transform .1s ease,background .2s ease}.btnGhost:hover{background:#f8fafc;transform:translateY(-1px)}.btnSmall{border:none;background:#111;color:#fff;padding:8px 10px;border-radius:12px;cursor:pointer;font-weight:950;display:inline-flex;align-items:center;gap:8px;transition:transform .1s ease,background .2s ease}.btnSmall:hover{background:#000;transform:translateY(-1px)}.hiddenInput{display:none}.empty{margin-top:14px;border:1px dashed #d1d5db;border-radius:var(--radius2);padding:16px;display:flex;gap:12px;align-items:center;background:linear-gradient(180deg,#fff,#fbfbfe)}.emptyIcon{width:44px;height:44px;border-radius:14px;background:#f1f5f9;display:grid;place-items:center;font-size:20px}.emptyTitle{font-weight:950;color:var(--text)}.emptySub{color:var(--muted);margin-top:3px;font-size:13px}.muted{color:var(--muted);font-size:12px}.thumbGrid{margin-top:14px;display:grid;grid-template-columns:repeat(4,1fr);gap:10px}@media(max-width:860px){.thumbGrid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.thumbGrid{grid-template-columns:1fr}}@media(min-width:1200px){.thumbGrid{grid-template-columns:repeat(5,1fr)}}@media(min-width:1600px){.thumbGrid{grid-template-columns:repeat(6,1fr)}}.thumb{border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;background:#fff;position:relative}.thumbImg{aspect-ratio:16 / 10;background:#f1f5f9;position:relative}.thumbImg img{width:100%;height:100%;object-fit:cover}.thumbIndex{position:absolute;left:10px;bottom:10px;font-size:12px;background:#111111d9;color:#fff;padding:5px 9px;border-radius:999px;font-weight:950}.thumbInfo{padding:10px}.thumbName{font-weight:950;color:var(--text);font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.thumbMeta{margin-top:4px;font-size:12px;color:var(--muted)}.thumbRemove{position:absolute;right:10px;top:10px;width:32px;height:32px;border-radius:12px;border:1px solid #e5e7eb;background:#fffffff5;color:#111;font-weight:900;font-size:18px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 16px #0f172a1a}.thumbRemove:hover{background:#fff;transform:translateY(-1px)}.fileCard{margin-top:14px;border:1px solid #e5e7eb;border-radius:var(--radius2);padding:14px;display:flex;gap:12px;align-items:center;background:#fff}.fileIcon{width:52px;height:52px;border-radius:16px;background:#dcfce7;border:1px solid #bbf7d0;color:#166534;font-weight:1000;display:grid;place-items:center}.fileName{font-weight:950;color:var(--text)}.fileSub{margin-top:3px;color:var(--muted);font-size:12px}.actionBar{margin-top:14px;display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center}@media(max-width:720px){.actionBar{grid-template-columns:1fr}}.btnPrimary{width:100%;border:none;background:#111;color:#fff;padding:12px 14px;border-radius:14px;font-weight:1000;cursor:pointer;transition:transform .1s ease,background .2s ease,opacity .2s ease}.btnPrimary:hover:not(:disabled){background:#000;transform:translateY(-1px)}.btnPrimary:disabled{opacity:.5;cursor:not-allowed}.actionHint{color:var(--muted);font-size:13px;justify-self:end}@media(max-width:720px){.actionHint{justify-self:start}}.btnRow{display:inline-flex;align-items:center;gap:10px;justify-content:center}.spinner{width:16px;height:16px;border-radius:999px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.progressWrap{margin-top:10px;height:10px;background:#eef2f7;border-radius:999px;overflow:hidden;border:1px solid #e5e7eb}.progressBar{height:100%;background:#111;width:0%;transition:width .2s ease}.toast{margin-top:12px;padding:12px 14px;border-radius:14px;border:1px solid;box-shadow:0 10px 22px #0f172a0f;font-weight:800}.toast.ok{background:#f0fff5;border-color:#b7f0c8;color:#166534}.toast.err{background:#fff2f2;border-color:#ffd1d1;color:#991b1b}.resultCard{margin-top:14px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:14px;box-shadow:var(--shadow)}.resultHead{display:flex;align-items:center;justify-content:space-between;gap:10px}.resultList{list-style:none;padding:0;margin:12px 0 0;display:grid;gap:10px}.resultItem{border:1px solid #e5e7eb;border-radius:14px;padding:10px;display:flex;justify-content:space-between;gap:12px;align-items:center;background:#fff}.resultLeft{display:flex;gap:10px;align-items:center;min-width:0}.pdfIcon{width:46px;height:46px;border-radius:16px;background:#fee2e2;border:1px solid #fecaca;display:grid;place-items:center;font-weight:1000;color:#991b1b}.resultName{font-weight:950;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:720px}.btnLink{padding:10px 12px;border-radius:12px;background:#111;color:#fff;text-decoration:none;font-weight:1000;white-space:nowrap}.btnLink:hover{background:#000}.footer{margin-top:14px}.footerBox{background:#ffffffbf;border:1px solid var(--border);border-radius:var(--radius);padding:14px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.footerTitle{font-weight:1000;color:var(--text)}.footerText{margin-top:6px;color:#475569;line-height:1.5;font-size:13px}code{background:#f1f5f9;padding:2px 6px;border-radius:8px;border:1px solid #e5e7eb}.dlPanel{margin-top:10px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:14px;box-shadow:var(--shadow)}.dlTop{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.dlTitle{min-width:0}.dlHeading{font-weight:1000;font-size:14px;color:var(--text)}.dlMeta{display:flex;gap:8px;margin-top:6px;flex-wrap:wrap}.dlButtons{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.dlSearchRow{display:flex;gap:10px;align-items:center;justify-content:space-between;flex-wrap:wrap;margin:10px 0 12px}.dlSearch{flex:1;min-width:240px;border:1px solid var(--border);background:#fff;color:var(--text);border-radius:12px;padding:10px 12px;outline:none;box-shadow:0 8px 18px #0f172a0d}.dlSearch::placeholder{color:#94a3b8;font-weight:700}.dlSearch:focus{border-color:#cbd5e1}.dlCount{white-space:nowrap}.dlEmpty{display:flex;gap:12px;align-items:center;padding:14px;border-radius:var(--radius2);background:linear-gradient(180deg,#fff,#fbfbfe);border:1px dashed #d1d5db}.dlEmptyIcon{width:44px;height:44px;border-radius:14px;background:#f1f5f9;display:grid;place-items:center;font-size:18px}.dlEmptyTitle{font-weight:950;color:var(--text);margin-bottom:2px}.dlGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:10px}.dlCard{display:flex;align-items:center;gap:10px;padding:12px;border-radius:14px;border:1px solid #e5e7eb;background:#fff;text-decoration:none;color:inherit;transition:transform .1s ease,box-shadow .12s ease,border-color .12s ease;box-shadow:0 10px 22px #0f172a0f}.dlCard:hover{transform:translateY(-1px);border-color:#cbd5e1;box-shadow:0 14px 28px #0f172a1a}.dlCardIcon{width:46px;height:46px;border-radius:16px;background:#fee2e2;border:1px solid #fecaca;display:grid;place-items:center;font-weight:1000;color:#991b1b;letter-spacing:.4px}.dlCardText{flex:1;min-width:0}.dlCardName{font-weight:950;font-size:13px;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dlCardSub{margin-top:3px;font-size:12px;color:var(--muted)}.dlCardArrow{font-size:22px;opacity:.55;color:var(--muted)}.dlWaiting{padding:10px 0}.dlButtons .btnPrimary{width:auto;padding:10px 12px;border-radius:12px}.dlButtons .btnGhost{padding:10px 12px;border-radius:12px}
