:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#101214;color:#f6efe6}*{box-sizing:border-box}html,body,#app{min-height:100%;width:100%;max-width:100vw;overflow-x:hidden}body{margin:0;background:radial-gradient(circle at 50% -10%,rgba(240,138,36,.16),transparent 420px),#101214}button,input,textarea{font:inherit}button{border:0}.page{display:grid;min-height:100vh;width:100%;max-width:100vw;overflow-x:hidden;place-items:center;padding:22px}.product{display:grid;gap:22px;width:100%;max-width:760px;min-width:0;overflow:hidden}.hero{text-align:center}.mark{margin:0 0 10px;color:#f4a45d;font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}h1{margin:0;font-size:clamp(38px,7vw,72px);line-height:.98;letter-spacing:-.03em;overflow-wrap:break-word}.hero p:not(.mark){max-width:520px;margin:18px auto 0;color:#f6efe6ad;font-size:18px;line-height:1.45}.workCard{display:grid;gap:14px;width:100%;min-width:0;max-width:100%;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:#171a1eeb;padding:18px;box-shadow:0 30px 90px #00000061}.uploadGrid{display:grid;gap:12px}.upload{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:16px;width:100%;min-height:92px;border:1px dashed rgba(244,164,93,.48);border-radius:16px;background:#f4a45d14;color:#f6efe6;padding:18px;text-align:left;cursor:pointer}.fileInput{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.upload:hover{border-color:#f4a45dd1}.upload.uploaded{border-style:solid;border-color:#6bde8f7a;background:#6bde8f14}.uploadIcon{display:grid;width:54px;height:54px;place-items:center;border-radius:16px;background:#f08a24;color:#160f09;font-size:30px;font-weight:900}.uploaded .uploadIcon{background:#6bde8f}.upload strong,.result strong{display:block;overflow-wrap:anywhere;font-size:20px;line-height:1.2}.upload em,.result p{display:block;margin-top:4px;color:#f6efe68f;font-size:14px;font-style:normal}.recognized{display:flex;flex-wrap:wrap;gap:8px}.recognized span{border-radius:999px;background:#ffffff12;color:#f6efe6b8;padding:7px 10px;font-size:13px;font-weight:700}.sheetPreview{display:grid;gap:8px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:#0f1114;padding:10px}.sheetRow{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(86px,.8fr) auto;align-items:center;gap:10px;min-height:42px;border-radius:10px;background:#ffffff09;padding:0 10px}.sheetRow strong,.sheetRow span,.sheetRow em{min-width:0;overflow-wrap:anywhere}.sheetRow strong{color:#f6efe6;font-size:15px}.sheetRow span{color:#f6efe6a8;font-size:14px}.sheetRow em{border-radius:999px;padding:5px 8px;font-size:12px;font-style:normal;font-weight:900}.okStatus{background:#6bde8f1f;color:#6bde8f}.waitStatus{background:#ffc45c24;color:#ffc45c}.request{display:grid;gap:8px}.request span{color:#f6efe67a;font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}textarea{width:100%;min-height:96px;resize:vertical;border:1px solid rgba(255,255,255,.1);border-radius:14px;outline:none;background:#0f1114;color:#f6efe6;padding:14px;font-size:17px;line-height:1.45}textarea:focus{border-color:#f4a45dbf}.question{border:1px solid rgba(255,196,92,.28);border-radius:14px;background:#ffc45c14;padding:14px}.question strong{display:block;color:#ffc45c;font-size:14px}.question p{margin:6px 0 12px;color:#f6efe6c2;line-height:1.45}.question button{min-height:34px;border-radius:10px;background:#ffc45c2e;color:#ffc45c;padding:0 12px;font-weight:800;cursor:pointer}.result{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:14px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:#0f1114;padding:14px;opacity:.58}.result.ready{border-color:#6bde8f66;opacity:1}.docIcon{display:grid;width:58px;height:58px;place-items:center;border-radius:15px;background:#ffffff14;color:#f4a45d;font-size:15px;font-weight:900}.ready .docIcon{background:#6bde8f26;color:#6bde8f}.primary{min-height:54px;border-radius:14px;background:#f08a24;color:#160f09;font-size:17px;font-weight:900;cursor:pointer}.primary:disabled{background:#ffffff14;color:#f6efe66b;cursor:not-allowed}@media (max-width: 560px){.page{align-items:start;padding:16px}h1{font-size:30px;line-height:1.03}.hero p:not(.mark){font-size:14px}.workCard{width:min(100%,340px);justify-self:center;padding:14px}.upload,.result{grid-template-columns:minmax(0,1fr)}.sheetRow{grid-template-columns:minmax(0,1fr);align-items:start;padding:10px}textarea{font-size:15px}}
