:root{--bg:#f6f7f9;--card:#fff;--text:#20242b;--muted:#6b7280;--line:#e5e7eb;--accent:#2563eb;--danger:#b42318}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font:14px/1.5 system-ui,-apple-system,sans-serif}.sidebar{position:fixed;inset:0 auto 0 0;width:220px;padding:28px 18px;background:#fff;border-right:1px solid var(--line)}.sidebar a{text-decoration:none}.brand{display:block;padding:0 12px 28px;color:var(--text);font-size:18px;font-weight:700}.sidebar nav{display:flex;flex-direction:column;gap:5px}.sidebar nav a{padding:10px 12px;border-radius:7px;color:var(--text)}.sidebar nav a:hover,.sidebar nav a.active{background:#eff6ff;color:var(--accent)}.content{min-height:100vh;margin-left:220px}main{max-width:1440px;margin:0 auto;padding:36px 28px}h1{margin:4px 0;font-size:28px}h2{font-size:17px;margin:0 0 16px}.page-head,.toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:22px}.page-head p{color:var(--muted);margin:5px 0}.card{background:var(--card);border:1px solid var(--line);border-radius:10px;padding:20px;margin-bottom:20px}.table-wrap{padding:0;overflow:auto}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:13px 15px;border-bottom:1px solid var(--line);vertical-align:top}th{font-size:12px;color:var(--muted);background:#fafafa;white-space:nowrap}tbody tr:last-child td{border-bottom:0}td small{display:block;color:var(--muted);margin-top:4px}.actions,.files,.toolbar{display:flex;gap:14px;align-items:center}.actions{white-space:nowrap}.actions form{display:inline}a{color:var(--accent)}button,.button{border:0;border-radius:7px;background:var(--accent);color:white;padding:9px 14px;font:inherit;text-decoration:none;cursor:pointer}.link{padding:0;background:none;color:var(--accent)}.danger{color:var(--danger)}.status{display:inline-block;padding:4px 9px;border-radius:20px;background:#e5e7eb;font-size:12px}.status-готово{background:#dcfce7;color:#166534}.status-ошибка{background:#fee2e2;color:#991b1b}.status-расчет{background:#dbeafe;color:#1e40af}.external{background:#fff2cc}.empty{text-align:center;color:var(--muted);padding:38px}.form-card{max-width:620px;margin:auto}.form-card form>div{margin:18px 0}.form-card label{display:block;font-weight:600;margin-bottom:6px}.form-card input,.form-card textarea{width:100%;border:1px solid #cfd4dc;border-radius:7px;padding:10px;font:inherit}.back{color:var(--muted);text-decoration:none}.error,.message{padding:12px 16px;border-radius:8px;margin-bottom:20px;background:#fee2e2;color:#991b1b}.message{background:#e0f2fe;color:#075985}.upload form{display:flex;align-items:center;gap:15px}@media(max-width:700px){.sidebar{position:static;width:auto;padding:18px 20px;border-right:0;border-bottom:1px solid var(--line)}.brand{padding:0 0 14px}.sidebar nav{flex-direction:row}.content{margin-left:0}main{padding:22px 14px}.page-head{align-items:flex-start}.page-head,.toolbar{flex-wrap:wrap}}
.status-queued{background:#f3e8ff;color:#6b21a8}.status-processing{background:#dbeafe;color:#1e40af}.status-ready{background:#dcfce7;color:#166534}.status-error{background:#fee2e2;color:#991b1b}.notice{padding:12px 16px;border-radius:8px;margin-bottom:20px;background:#fff7d6;color:#795900}.processing-card{position:relative;display:flex;align-items:center;gap:18px;min-height:104px;padding:20px 24px;margin-bottom:20px;overflow:hidden;border:1px solid #bfdbfe;border-radius:12px;background:linear-gradient(115deg,#eff6ff,#f5f3ff 55%,#ecfeff)}.processing-card:after{content:"";position:absolute;width:160px;height:160px;right:-55px;top:-80px;border-radius:50%;background:rgba(255,255,255,.58);animation:float 4s ease-in-out infinite}.processing-card strong{display:block;margin-bottom:4px;font-size:16px;color:#172554}.processing-card p{margin:0;color:#64748b;transition:opacity .25s}.ai-icon{display:grid;place-items:center;flex:0 0 56px;width:56px;height:56px;border-radius:14px;background:#fff;box-shadow:0 8px 24px rgba(37,99,235,.14);animation:iconPulse 2.2s ease-in-out infinite}.ai-icon svg{width:32px;height:32px;fill:none;stroke:#2563eb;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.processing-dots{display:flex;gap:5px;margin-left:auto;margin-right:35px}.processing-dots i{width:7px;height:7px;border-radius:50%;background:#60a5fa;animation:dot 1.2s infinite}.processing-dots i:nth-child(2){animation-delay:.2s}.processing-dots i:nth-child(3){animation-delay:.4s}@keyframes dot{0%,60%,100%{transform:translateY(0);opacity:.35}30%{transform:translateY(-6px);opacity:1}}@keyframes iconPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.06)}}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(14px)}}@media(max-width:700px){.processing-card{padding:16px}.processing-dots{display:none}.ai-icon{flex-basis:48px;width:48px;height:48px}}
.money-column{min-width:145px;white-space:nowrap}
.upload small{display:block;margin-top:10px;color:var(--muted)}
.button-secondary{background:#fff;color:var(--accent);border:1px solid #93b4f8;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.45}
.page-actions{display:flex;align-items:center;gap:12px}.page-actions form{display:flex;margin:0}.page-actions .button{display:inline-flex;align-items:center;justify-content:center;min-height:39px;white-space:nowrap}.modal[hidden]{display:none}.modal{position:fixed;z-index:100;inset:0;display:grid;place-items:center;padding:28px}.modal-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.48);backdrop-filter:blur(2px)}.modal-window{position:relative;display:flex;flex-direction:column;width:min(1180px,96vw);max-height:88vh;padding:22px;background:#fff;border-radius:13px;box-shadow:0 24px 70px rgba(15,23,42,.28)}.modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:18px}.modal-head h2{margin:0;font-size:21px}.modal-head p{margin:4px 0 0;color:var(--muted)}.modal-close{padding:0;width:34px;height:34px;background:#f3f4f6;color:#4b5563;font-size:24px;line-height:1}.modal-loading{display:flex;align-items:center;justify-content:center;gap:14px;min-height:220px;color:#475569}.spinner{width:28px;height:28px;border:3px solid #dbeafe;border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}.preview-summary{display:flex;gap:22px;margin-bottom:12px;color:var(--muted)}.preview-table{max-height:55vh;overflow:auto;border:1px solid var(--line);border-radius:8px}.preview-table table{min-width:900px}.preview-table th{position:sticky;z-index:1;top:0}.preview-table td:nth-child(5){min-width:135px;white-space:nowrap}.modal-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:18px}.modal-open{overflow:hidden}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:700px){.page-head .page-actions{width:100%;flex-wrap:wrap}.modal{padding:10px}.modal-window{width:100%;max-height:94vh;padding:16px}.preview-table{max-height:62vh}}
.modal-window{height:min(760px,88vh);overflow:hidden}.modal-head{flex:0 0 auto}.modal-loading{flex:1;min-height:0}.modal-preview{display:flex;flex:1;min-height:0;flex-direction:column;overflow:hidden}.modal-preview[hidden]{display:none}.preview-summary{flex:0 0 auto}.preview-table{flex:1;min-height:0;max-height:none}.modal-error{flex:1;min-height:0;overflow:auto}.modal-actions{flex:0 0 auto;margin-top:auto;background:#fff}
.button.is-disabled{pointer-events:none;opacity:.6}
.modal-loading[hidden]{display:none}
