@import"https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;500;600;700;800&display=swap";:root{--bg: #f4f6f8;--surface: #ffffff;--surface-muted: #eef2f6;--border: #d8e0ea;--text: #172033;--muted: #64748b;--primary: #1f6feb;--primary-dark: #174ea6;--danger: #c2410c;--danger-bg: #fff1ed;--success: #0f766e;--shadow: 0 14px 40px rgba(23, 32, 51, .08)}*{box-sizing:border-box}body{margin:0;min-width:320px;background:var(--bg);color:var(--text);font-family:Golos Text,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,select,textarea{font:inherit}button{border:0}.app-shell{width:min(1480px,100%);min-height:100vh;margin:0 auto;padding:24px}.topbar,.panel,.login-panel{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow)}.topbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 18px;border-radius:8px}.brand{display:flex;align-items:center;gap:12px;min-width:0}.brand-mark{display:grid;place-items:center;width:42px;height:42px;flex:0 0 auto;border-radius:8px;background:#172033;color:#fff;font-weight:800}.brand-title{font-size:20px;font-weight:800}.brand-subtitle{color:var(--muted);font-size:13px;margin-top:2px}.topbar-stats{display:flex;align-items:stretch;justify-content:flex-end;gap:10px;flex-wrap:wrap}.stat{min-width:112px;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:var(--surface-muted)}.stat span{display:block;color:var(--muted);font-size:12px}.stat strong{display:block;margin-top:4px;font-size:18px}.tabs{display:flex;gap:6px;margin:18px 0;border-bottom:1px solid var(--border)}.tab{padding:12px 16px;color:var(--muted);background:transparent;border-bottom:3px solid transparent;cursor:pointer;font-weight:700}.tab.active{color:var(--primary);border-bottom-color:var(--primary)}.notice{margin-bottom:18px;padding:12px 14px;border:1px solid #bfdbfe;border-radius:8px;background:#eff6ff;color:#1e3a8a}.collector-layout,.settings-layout{display:grid;grid-template-columns:minmax(360px,.8fr) minmax(520px,1.2fr);gap:18px;align-items:start}.settings-layout{grid-template-columns:minmax(420px,1fr) minmax(320px,.7fr)}.panel{border-radius:8px;padding:18px}.panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.panel-heading h1,.panel-heading h2{margin:0;font-size:22px}.panel-heading p{margin:6px 0 0;color:var(--muted);line-height:1.45}.field-grid{display:grid;grid-template-columns:1.4fr 1fr .8fr;gap:12px}.field{display:grid;gap:7px}.field span{color:var(--muted);font-size:13px;font-weight:700}.field input,.field select,.field textarea,.search-input{width:100%;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--text);outline:none;transition:border-color .15s,box-shadow .15s}.field input,.field select,.search-input{min-height:44px;padding:0 12px}.combo{position:relative}.combo input{padding-right:32px;text-overflow:ellipsis}.combo:after{content:"";position:absolute;top:18px;right:13px;width:8px;height:8px;border-right:2px solid var(--muted);border-bottom:2px solid var(--muted);pointer-events:none;transform:rotate(45deg)}.combo-menu{position:absolute;z-index:20;top:calc(100% + 6px);left:0;right:0;max-height:300px;overflow:auto;border:1px solid var(--border);border-radius:8px;background:#fff;box-shadow:0 18px 38px #17203324}.combo-option{display:flex;width:100%;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-bottom:1px solid var(--border);background:#fff;color:var(--text);cursor:pointer;text-align:left}.combo-option:last-child{border-bottom:0}.combo-option:hover,.combo-option.active{background:#eef5ff}.combo-option span{color:var(--text);font-size:14px;font-weight:600;overflow-wrap:anywhere}.combo-option small{color:var(--muted);font-size:12px;white-space:nowrap}.combo-empty{padding:12px;color:var(--muted)}.field textarea{min-height:240px;padding:12px;line-height:1.45;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus,.search-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #1f6feb24}.phrase-field{margin-top:14px}.action-row,.export-actions,.history-actions,.result-controls{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.action-row{margin-top:14px}.primary-button,.secondary-button,.ghost-button{min-height:40px;padding:0 14px;border-radius:8px;cursor:pointer;font-weight:800;transition:background-color .15s,color .15s,border-color .15s}.primary-button{color:#fff;background:var(--primary)}.primary-button:hover{background:var(--primary-dark)}.secondary-button{color:var(--text);background:var(--surface-muted);border:1px solid var(--border)}.secondary-button:hover{border-color:#b9c6d6;background:#e3e9f0}.ghost-button{color:var(--primary);background:#eef5ff}.danger{color:var(--danger);background:var(--danger-bg)}button:disabled{cursor:not-allowed;opacity:.55}.progress-box{margin-top:16px;padding:14px;border:1px solid var(--border);border-radius:8px;background:#fbfdff}.progress-meta{display:flex;justify-content:space-between;color:var(--muted);font-size:13px;font-weight:800;margin-bottom:8px}.progress-track{height:10px;overflow:hidden;border-radius:999px;background:#dbe5f0}.progress-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--primary),var(--success));transition:width .25s ease}.progress-message{margin-top:8px;color:var(--muted);font-size:13px;overflow-wrap:anywhere}.metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));gap:10px;margin-bottom:16px}.result-controls{justify-content:space-between;margin-bottom:14px}.segmented{display:inline-flex;padding:4px;border:1px solid var(--border);border-radius:8px;background:var(--surface-muted)}.segmented button{min-height:34px;padding:0 12px;border-radius:6px;color:var(--muted);background:transparent;cursor:pointer;font-weight:800}.segmented button.active{color:var(--text);background:#fff;box-shadow:0 2px 8px #17203314}.search-input{max-width:280px}.table-wrap{overflow:auto;border:1px solid var(--border);border-radius:8px}.pagination{display:grid;grid-template-columns:minmax(140px,1fr) auto auto;gap:12px;align-items:center;margin-top:14px}.pagination-summary{color:var(--muted);font-size:13px;font-weight:700}.pagination-controls{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.pagination-controls .secondary-button{min-height:34px;padding:0 10px}.pagination-page{min-width:82px;color:var(--muted);font-size:13px;font-weight:800;text-align:center}.page-size{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:13px;font-weight:700}.page-size select{min-height:34px;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--text);padding:0 8px}table{width:100%;min-width:640px;border-collapse:collapse;background:#fff}th,td{padding:12px;border-bottom:1px solid var(--border);text-align:left;vertical-align:top}th{position:sticky;top:0;background:#f8fafc;color:var(--muted);font-size:12px;text-transform:uppercase}td:last-child{font-weight:800;color:var(--primary);white-space:nowrap}.empty-state{display:grid;min-height:180px;place-items:center;border:1px dashed var(--border);border-radius:8px;color:var(--muted);background:#fbfdff}.history-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px}.history-item{border:1px solid var(--border);border-radius:8px;padding:14px;background:#fff}.history-head{display:flex;justify-content:space-between;gap:12px;margin-bottom:12px}.history-head h2{margin:0;font-size:17px;overflow-wrap:anywhere}.history-head span{color:var(--muted);white-space:nowrap}.history-item dl,.settings-list{display:grid;gap:8px;margin:0 0 14px}.history-item dl div,.info-row{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid var(--border)}dt,.info-row span{color:var(--muted)}dd,.info-row strong{margin:0;text-align:right;overflow-wrap:anywhere}.login-screen,.shell-loader{display:grid;min-height:100vh;place-items:center;padding:24px;background:var(--bg)}.login-panel{width:min(420px,100%);padding:24px;border-radius:8px}.login-brand{margin-bottom:24px}.login-error{margin-top:12px;padding:10px 12px;border:1px solid #fed7aa;border-radius:8px;background:#fff7ed;color:#9a3412}.login-button{width:100%;margin-top:14px}.spinner{width:34px;height:34px;border:3px solid #d8e0ea;border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1080px){.collector-layout,.settings-layout{grid-template-columns:1fr}}@media(max-width:760px){.app-shell{padding:14px}.topbar,.panel-heading,.result-controls,.pagination{align-items:stretch;flex-direction:column}.topbar-stats,.export-actions,.action-row,.history-actions{width:100%}.topbar-stats .stat,.topbar-stats button,.action-row button,.export-actions button,.history-actions button{flex:1 1 140px}.field-grid,.metrics-grid{grid-template-columns:1fr}.tabs{overflow-x:auto}.search-input{max-width:none}.pagination{display:flex}}
