:root{--bg:#101112;--panel:#181a1c;--panel-2:#202325;--border:#31353a;--text:#ecedee;--muted:#9ba1a6;--accent:#f59e0b;--accent-2:#34d399;--danger:#ef4444;--warn:#e6c169;--warn-line:#d1a646;--info:#9db8ff;--info-line:#7aa2ff;--info-alt:#5a6ec0;--chart-grid:rgba(255,255,255,0.05);--chart-bg:transparent;--google:#4285f4;--yandex:#ff3333;--radius:8px;--shadow:0 10px 28px rgba(0,0,0,0.5)}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.5}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;font-size:14px;cursor:pointer;border:1px solid var(--border);background:var(--panel-2);color:var(--text);padding:8px 14px;border-radius:8px;transition:background .15s,border-color .15s,opacity .15s}button:hover:not(:disabled){border-color:var(--accent)}button:disabled{opacity:.5;cursor:not-allowed}button.primary{background:var(--accent);border-color:var(--accent);color:#1a1206;font-weight:600}button.google{background:var(--google);border-color:var(--google);color:#fff;font-weight:600}button.yandex{background:var(--yandex);border-color:var(--yandex);color:#fff;font-weight:600}button.ghost{background:transparent}button.danger{background:var(--danger);border-color:var(--danger);color:#fff;font-weight:600}input[type=date],input[type=password],input[type=text],input[type=url],select,textarea{font-family:inherit;font-size:14px;background:var(--panel-2);color:var(--text);border:1px solid var(--border);border-radius:8px;padding:8px 10px;min-width:0}input[type=password],input[type=text],input[type=url]{width:100%}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--accent)}textarea{width:100%;resize:vertical;line-height:1.5;font-size:13px}code,textarea{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}code{font-size:.92em;background:var(--panel-2);border:1px solid var(--border);border-radius:5px;padding:1px 5px;word-break:break-all}label{display:block;color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px}.page{max-width:1280px;margin:0 auto;padding:24px}.header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px;flex-wrap:wrap}.header h1{font-size:20px;margin:0}.header .sub{color:var(--muted);font-size:13px}.panel{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:18px;box-shadow:var(--shadow)}.grid{display:grid;grid-gap:16px;gap:16px}.controls-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:14px;gap:14px;align-items:end}.params-row{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end}.params-row>div{min-width:0}.row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.layout{display:grid;grid-template-columns:1fr 340px;grid-gap:16px;gap:16px;align-items:start}@media (max-width:980px){.layout{grid-template-columns:1fr}}.chart-wrap{position:relative;height:460px;background:var(--chart-bg);border-radius:8px;overflow:hidden;min-width:0;max-width:100%}.badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;padding:3px 9px;border-radius:999px;border:1px solid var(--border);background:var(--panel-2)}.badge.ok{border-color:var(--accent-2);color:var(--accent-2)}.badge.off{color:var(--muted)}.dot{width:8px;height:8px;border-radius:50%;display:inline-block}.muted{color:var(--muted)}.small{font-size:12px}.error{color:var(--danger)}.steps{display:flex;flex-direction:column;gap:16px}.step-title{font-size:13px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin:0 0 12px}.checkbox{display:inline-flex;align-items:center;gap:8px;cursor:pointer;text-transform:none;letter-spacing:0;font-size:14px;color:var(--text);margin:0}.checkbox input{width:16px;height:16px;accent-color:var(--accent)}.checkbox-stack{display:flex;flex-direction:column;gap:6px;padding-top:8px}.updates-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));grid-gap:10px;gap:10px}.update-item{border:1px solid var(--border);border-left-width:3px;border-radius:8px;padding:10px 12px;background:var(--panel-2)}.update-item .u-date{font-size:12px;color:var(--muted)}.update-item .u-name{font-weight:600;margin:2px 0 4px}.update-item .u-desc{font-size:12px;color:var(--muted)}.update-item .u-sources{display:flex;flex-wrap:wrap;gap:4px 12px;margin-top:6px;font-size:12px}.spinner{display:inline-block;width:16px;height:16px;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite;vertical-align:middle}@keyframes spin{to{transform:rotate(1turn)}}.sidebar{position:fixed;top:0;left:0;bottom:0;width:220px;background:var(--panel);border-right:1px solid var(--border);padding:20px 16px;display:flex;flex-direction:column;gap:6px;overflow-y:auto;z-index:10}.sidebar-brand{font-weight:700;color:var(--text);letter-spacing:.02em;font-size:16px;margin-bottom:14px}.sidebar-nav{display:flex;flex-direction:column;gap:4px}.sidebar-nav a{color:var(--muted);font-size:14px;padding:8px 10px;border-radius:8px}.sidebar-nav a:hover{color:var(--text);background:var(--panel-2);text-decoration:none}.app-main{margin-left:220px}.app-main--full{margin-left:0}.sidebar-user{margin-top:auto;padding-top:14px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:8px;font-size:12px;color:var(--muted);word-break:break-all}.logout-btn{align-self:flex-start}.theme-switcher{display:flex;flex-direction:column;gap:4px;margin-bottom:4px}.theme-switcher select{width:100%;font-size:12px;padding:6px 8px}@media (max-width:720px){.sidebar{position:static;width:auto;flex-direction:row;align-items:center;gap:14px;padding:12px 16px;bottom:auto}.sidebar-brand{margin-bottom:0}.sidebar-nav{flex-direction:row}.app-main{margin-left:0}}.badge.warn{border-color:var(--warn-line);color:var(--warn)}.badge.err{border-color:var(--danger);color:var(--danger)}.badge.run{border-color:var(--accent);color:var(--accent)}.badge.sched{border-color:var(--info-line);color:var(--info)}.in-form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}@media (max-width:640px){.in-form-grid{grid-template-columns:1fr}}.project-card{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.project-name{font-size:16px;font-weight:600;color:var(--text)}.project-name:hover{color:var(--accent);text-decoration:none}.keyfile-url{overflow-wrap:anywhere}.pbar{position:relative;height:20px;background:var(--panel-2);border:1px solid var(--border);border-radius:999px;overflow:hidden;margin-top:8px;max-width:420px}.pbar-fill{height:100%;width:0;background:var(--accent);transition:width .4s ease}.pbar-fill.success{background:var(--accent-2)}.pbar-fill.partial{background:var(--warn-line)}.pbar-fill.error{background:var(--danger)}.pbar-fill.scheduled{background:repeating-linear-gradient(45deg,var(--info-line),var(--info-line) 10px,var(--info-alt) 10px,var(--info-alt) 20px)}.pbar-label{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:11px;color:var(--text);text-shadow:0 1px 2px rgba(0,0,0,.5)}.sub-card{border:1px solid var(--border);border-radius:10px;background:var(--panel-2);padding:12px 14px}.sub-head{display:flex;gap:10px;align-items:flex-start}.sub-toggle{padding:2px 8px;font-size:14px;line-height:1.2}.sub-meta{flex:1 1;min-width:0}.sub-date{font-size:13px;color:var(--text);font-weight:600}.sub-body{margin-top:12px;padding-top:12px;border-top:1px solid var(--border);display:grid;grid-gap:12px;gap:12px}.engine-block{border-left:2px solid var(--border);padding-left:10px}.engine-title{font-weight:600;font-size:13px;margin-bottom:4px}.batch-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:2px 0}.batch-resp{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:320px}.dot-ok{background:var(--accent-2)}.dot-err{background:var(--danger)}.dot-run{background:var(--muted)}.dot-sched{background:var(--info-line)}.usage-panel{display:flex;align-items:center;gap:14px;flex-wrap:wrap;padding:12px 18px}.url-details summary{cursor:pointer;color:var(--muted);font-size:13px}.url-box{margin-top:8px;max-height:260px;overflow:auto;background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:8px 10px}.url-line{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;color:var(--muted);padding:1px 0;word-break:break-all}button.small{padding:4px 10px;font-size:12px}.radio-row{display:flex;align-items:flex-start;gap:8px;cursor:pointer;text-transform:none;letter-spacing:0;font-size:13px;color:var(--text);margin:0}.radio-row input{margin-top:3px;accent-color:var(--accent)}.data-table{width:100%;border-collapse:collapse;font-size:13px}.data-table td,.data-table th{border:1px solid var(--border);padding:6px 10px;white-space:nowrap}.data-table thead th{background:var(--panel-2);color:var(--muted);font-weight:600;position:-webkit-sticky;position:sticky;top:0}.data-table tbody tr:nth-child(2n){background:rgba(255,255,255,.02)}.ws-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:14px;gap:14px;align-items:end}.ws-region-picker{display:grid;grid-gap:8px;gap:8px}.ws-chips{display:flex;flex-wrap:wrap;gap:6px}.ws-chip{display:inline-flex;align-items:center;gap:6px;background:var(--panel-2);border:1px solid var(--border);border-radius:999px;padding:3px 6px 3px 10px;font-size:13px}.ws-chip-x{border:none;background:transparent;color:var(--muted);padding:0 4px;font-size:16px;line-height:1;border-radius:999px}.ws-chip-x:hover{color:var(--danger);border-color:transparent}.ws-region-input{position:relative}.ws-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:20;max-height:260px;overflow-y:auto;background:var(--panel);border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow);padding:4px}.ws-option{display:flex;justify-content:space-between;align-items:center;gap:12px;width:100%;text-align:left;border:none;background:transparent;padding:7px 10px;border-radius:6px}.ws-option:hover:not(:disabled){background:var(--panel-2);border-color:transparent}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:12px;gap:12px}.stat-card{border:1px solid var(--border);border-radius:10px;padding:12px 14px;background:var(--panel-2)}.stat-value{font-size:26px;font-weight:700;margin-top:4px}.data-table td.pos-cell{text-align:center;font-weight:600}.pos-top3{background:rgba(46,209,158,.22);color:#7ff0c8}.pos-top5{background:rgba(126,197,255,.2);color:#a9d4ff}.pos-top10{background:rgba(247,179,43,.18);color:#ffcf7a}.pos-rest{background:rgba(255,107,107,.15);color:#ff9d9d}.pos-none{color:var(--muted)}.pos-legend{display:inline-flex;align-items:center;padding:2px 8px;border-radius:6px}.auth-wrap{display:flex;justify-content:center;align-items:flex-start;padding:48px 16px}.auth-card{display:flex;flex-direction:column;gap:12px;width:100%;max-width:420px;background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:24px}.auth-card h1,.auth-card h2{margin:0 0 4px}.auth-card h2{font-size:16px}.auth-card label{display:flex;flex-direction:column;gap:4px;font-size:13px;color:var(--muted)}.auth-card input{background:var(--panel-2);border:1px solid var(--border);color:var(--text);font-size:14px}.auth-card input,.auth-error{border-radius:8px;padding:8px 10px}.auth-error{background:rgba(255,107,107,.15);color:#ff9d9d}.auth-ok{background:rgba(46,209,158,.18);color:#7ff0c8;border-radius:8px;padding:8px 10px}.auth-alt{color:var(--muted);font-size:13px;margin:0}.admin-users{width:100%;border-collapse:collapse;font-size:13px}.admin-users td,.admin-users th{text-align:left;padding:6px 8px;border-bottom:1px solid var(--border)}[data-theme=m3-amber]{--md-sys-color-primary:#f9bb71;--md-sys-color-on-primary:#462b00;--md-sys-color-primary-container:#653e02;--md-sys-color-on-primary-container:#ffddb9;--md-sys-color-secondary:#dbc2aa;--md-sys-color-on-secondary:#3e2d1a;--md-sys-color-secondary-container:#56432f;--md-sys-color-on-secondary-container:#f7dec6;--md-sys-color-tertiary:#b4cea5;--md-sys-color-on-tertiary:#203615;--md-sys-color-tertiary-container:#364d2a;--md-sys-color-on-tertiary-container:#d0eac0;--md-sys-color-error:#ffb3b0;--md-sys-color-on-error:#670116;--md-sys-color-error-container:#920123;--md-sys-color-on-error-container:#ffdad8;--md-sys-color-surface:#18120c;--md-sys-color-on-surface:#e8e1db;--md-sys-color-surface-variant:#4f453b;--md-sys-color-on-surface-variant:#d1c4b8;--md-sys-color-surface-container-lowest:#130d05;--md-sys-color-surface-container-low:#1f1b16;--md-sys-color-surface-container:#231f1a;--md-sys-color-surface-container-high:#2e2924;--md-sys-color-surface-container-highest:#39342f;--md-sys-color-outline:#9b8f83;--md-sys-color-outline-variant:#4f453b;--md-sys-color-inverse-surface:#e8e1db;--md-sys-color-inverse-on-surface:#34302b;--md-sys-color-warn:#f2b95c;--md-sys-color-warn-container:#4a3410;--md-sys-color-on-warn-container:#ffdfae;--md-sys-color-info:#a9c0ff;--md-sys-color-info-container:#22376b;--md-sys-color-on-info-container:#d9e2ff;--md-sys-color-info-alt:#5a6ec0;--bg:var(--md-sys-color-surface);--panel:var(--md-sys-color-surface-container-low);--panel-2:var(--md-sys-color-surface-container-high);--border:var(--md-sys-color-outline-variant);--text:var(--md-sys-color-on-surface);--muted:var(--md-sys-color-on-surface-variant);--accent:var(--md-sys-color-primary);--accent-2:var(--md-sys-color-tertiary);--danger:var(--md-sys-color-error);--warn:var(--md-sys-color-warn);--warn-line:var(--md-sys-color-warn);--info:var(--md-sys-color-info);--info-line:var(--md-sys-color-info);--info-alt:var(--md-sys-color-info-alt);--radius:12px;--shadow:none;--chart-grid:#4f453b59;--chart-bg:transparent}[data-theme=m3-indigo]{--md-sys-color-primary:#5855a4;--md-sys-color-on-primary:#ffffff;--md-sys-color-primary-container:#e4dfff;--md-sys-color-on-primary-container:#001453;--md-sys-color-secondary:#5f5b75;--md-sys-color-on-secondary:#ffffff;--md-sys-color-secondary-container:#e4dffd;--md-sys-color-on-secondary-container:#1b192f;--md-sys-color-tertiary:#366851;--md-sys-color-on-tertiary:#ffffff;--md-sys-color-tertiary-container:#b8eed3;--md-sys-color-on-tertiary-container:#002113;--md-sys-color-error:#be0131;--md-sys-color-on-error:#ffffff;--md-sys-color-error-container:#ffdad8;--md-sys-color-on-error-container:#410004;--md-sys-color-surface:#faf9fe;--md-sys-color-on-surface:#1c1b20;--md-sys-color-surface-variant:#e3e1f0;--md-sys-color-on-surface-variant:#474552;--md-sys-color-surface-container-lowest:#ffffff;--md-sys-color-surface-container-low:#f4f3fa;--md-sys-color-surface-container:#eeedf5;--md-sys-color-surface-container-high:#e9e7ef;--md-sys-color-surface-container-highest:#e3e1e9;--md-sys-color-outline:#787583;--md-sys-color-outline-variant:#c7c5d3;--md-sys-color-inverse-surface:#313035;--md-sys-color-inverse-on-surface:#f1f0f7;--md-sys-color-warn:#8a5a00;--md-sys-color-warn-container:#ffdfae;--md-sys-color-on-warn-container:#2b1b00;--md-sys-color-info:#2c4fa8;--md-sys-color-info-container:#dbe2ff;--md-sys-color-on-info-container:#0b1a4d;--md-sys-color-info-alt:#8fa3e0;--bg:var(--md-sys-color-surface);--panel:var(--md-sys-color-surface-container-low);--panel-2:var(--md-sys-color-surface-container-high);--border:var(--md-sys-color-outline-variant);--text:var(--md-sys-color-on-surface);--muted:var(--md-sys-color-on-surface-variant);--accent:var(--md-sys-color-primary);--accent-2:var(--md-sys-color-tertiary);--danger:var(--md-sys-color-error);--warn:var(--md-sys-color-warn);--warn-line:var(--md-sys-color-warn);--info:var(--md-sys-color-info);--info-line:var(--md-sys-color-info);--info-alt:var(--md-sys-color-info-alt);--radius:12px;--shadow:none;--chart-grid:#d8d5e4;--chart-bg:#c2bfce}[data-theme=m3-teal]{--md-sys-color-primary:#3dddbe;--md-sys-color-on-primary:#04372e;--md-sys-color-primary-container:#035043;--md-sys-color-on-primary-container:#62fada;--md-sys-color-secondary:#a6cfc4;--md-sys-color-on-secondary:#10362e;--md-sys-color-secondary-container:#284d44;--md-sys-color-on-secondary-container:#c1ebe0;--md-sys-color-tertiary:#90cfeb;--md-sys-color-on-tertiary:#013545;--md-sys-color-tertiary-container:#094d61;--md-sys-color-on-tertiary-container:#bce9fe;--md-sys-color-error:#ffb3b0;--md-sys-color-on-error:#670116;--md-sys-color-error-container:#920123;--md-sys-color-on-error-container:#ffdad8;--md-sys-color-surface:#0c1513;--md-sys-color-on-surface:#dae5e2;--md-sys-color-surface-variant:#394a46;--md-sys-color-on-surface-variant:#b7cbc5;--md-sys-color-surface-container-lowest:#05100d;--md-sys-color-surface-container-low:#161d1b;--md-sys-color-surface-container:#1a211f;--md-sys-color-surface-container-high:#242c29;--md-sys-color-surface-container-highest:#2e3634;--md-sys-color-outline:#82958f;--md-sys-color-outline-variant:#394a46;--md-sys-color-inverse-surface:#dae5e2;--md-sys-color-inverse-on-surface:#2a3230;--md-sys-color-warn:#f2b95c;--md-sys-color-warn-container:#4a3410;--md-sys-color-on-warn-container:#ffdfae;--md-sys-color-info:#a9c0ff;--md-sys-color-info-container:#22376b;--md-sys-color-on-info-container:#d9e2ff;--md-sys-color-info-alt:#5a6ec0;--bg:var(--md-sys-color-surface);--panel:var(--md-sys-color-surface-container-low);--panel-2:var(--md-sys-color-surface-container-high);--border:var(--md-sys-color-outline-variant);--text:var(--md-sys-color-on-surface);--muted:var(--md-sys-color-on-surface-variant);--accent:var(--md-sys-color-primary);--accent-2:var(--md-sys-color-tertiary);--danger:var(--md-sys-color-error);--warn:var(--md-sys-color-warn);--warn-line:var(--md-sys-color-warn);--info:var(--md-sys-color-info);--info-line:var(--md-sys-color-info);--info-alt:var(--md-sys-color-info-alt);--radius:12px;--shadow:none;--chart-grid:#394a4659;--chart-bg:transparent}[data-theme=m3-violet]{--md-sys-color-primary:#66519f;--md-sys-color-on-primary:#ffffff;--md-sys-color-primary-container:#e9ddff;--md-sys-color-on-primary-container:#170f52;--md-sys-color-secondary:#635a74;--md-sys-color-on-secondary:#ffffff;--md-sys-color-secondary-container:#e8defc;--md-sys-color-on-secondary-container:#1e182d;--md-sys-color-tertiary:#366851;--md-sys-color-on-tertiary:#ffffff;--md-sys-color-tertiary-container:#b8eed3;--md-sys-color-on-tertiary-container:#002113;--md-sys-color-error:#be0131;--md-sys-color-on-error:#ffffff;--md-sys-color-error-container:#ffdad8;--md-sys-color-on-error-container:#410004;--md-sys-color-surface:#faf8fe;--md-sys-color-on-surface:#1d1b20;--md-sys-color-surface-variant:#e6e0ef;--md-sys-color-on-surface-variant:#494551;--md-sys-color-surface-container-lowest:#ffffff;--md-sys-color-surface-container-low:#f5f2fa;--md-sys-color-surface-container:#efedf4;--md-sys-color-surface-container-high:#eae7ee;--md-sys-color-surface-container-highest:#e4e1e9;--md-sys-color-outline:#7a7582;--md-sys-color-outline-variant:#c9c4d3;--md-sys-color-inverse-surface:#312f35;--md-sys-color-inverse-on-surface:#f2eff7;--md-sys-color-warn:#8a5a00;--md-sys-color-warn-container:#ffdfae;--md-sys-color-on-warn-container:#2b1b00;--md-sys-color-info:#2c4fa8;--md-sys-color-info-container:#dbe2ff;--md-sys-color-on-info-container:#0b1a4d;--md-sys-color-info-alt:#8fa3e0;--bg:var(--md-sys-color-surface);--panel:var(--md-sys-color-surface-container-low);--panel-2:var(--md-sys-color-surface-container-high);--border:var(--md-sys-color-outline-variant);--text:var(--md-sys-color-on-surface);--muted:var(--md-sys-color-on-surface-variant);--accent:var(--md-sys-color-primary);--accent-2:var(--md-sys-color-tertiary);--danger:var(--md-sys-color-error);--warn:var(--md-sys-color-warn);--warn-line:var(--md-sys-color-warn);--info:var(--md-sys-color-info);--info-line:var(--md-sys-color-info);--info-alt:var(--md-sys-color-info-alt);--radius:12px;--shadow:none;--chart-grid:#dad5e4;--chart-bg:#c4bfcd}[data-theme=m3-sand]{--md-sys-color-primary:#924b1b;--md-sys-color-on-primary:#ffffff;--md-sys-color-primary-container:#ffdbc8;--md-sys-color-on-primary-container:#2d1600;--md-sys-color-secondary:#745949;--md-sys-color-on-secondary:#ffffff;--md-sys-color-secondary-container:#fddcc9;--md-sys-color-on-secondary-container:#2c1604;--md-sys-color-tertiary:#59623b;--md-sys-color-on-tertiary:#ffffff;--md-sys-color-tertiary-container:#dee7b9;--md-sys-color-on-tertiary-container:#1a1e01;--md-sys-color-error:#be0131;--md-sys-color-on-error:#ffffff;--md-sys-color-error-container:#ffdad8;--md-sys-color-on-error-container:#410004;--md-sys-color-surface:#fff8f4;--md-sys-color-on-surface:#201a17;--md-sys-color-surface-variant:#f1dfd6;--md-sys-color-on-surface-variant:#52443d;--md-sys-color-surface-container-lowest:#ffffff;--md-sys-color-surface-container-low:#fbf2ed;--md-sys-color-surface-container:#f5ece7;--md-sys-color-surface-container-high:#efe6e2;--md-sys-color-surface-container-highest:#eae1dc;--md-sys-color-outline:#83746c;--md-sys-color-outline-variant:#d4c3ba;--md-sys-color-inverse-surface:#362f2c;--md-sys-color-inverse-on-surface:#f8efea;--md-sys-color-warn:#8a5a00;--md-sys-color-warn-container:#ffdfae;--md-sys-color-on-warn-container:#2b1b00;--md-sys-color-info:#2c4fa8;--md-sys-color-info-container:#dbe2ff;--md-sys-color-on-info-container:#0b1a4d;--md-sys-color-info-alt:#8fa3e0;--bg:var(--md-sys-color-surface);--panel:var(--md-sys-color-surface-container-low);--panel-2:var(--md-sys-color-surface-container-high);--border:var(--md-sys-color-outline-variant);--text:var(--md-sys-color-on-surface);--muted:var(--md-sys-color-on-surface-variant);--accent:var(--md-sys-color-primary);--accent-2:var(--md-sys-color-tertiary);--danger:var(--md-sys-color-error);--warn:var(--md-sys-color-warn);--warn-line:var(--md-sys-color-warn);--info:var(--md-sys-color-info);--info-line:var(--md-sys-color-info);--info-alt:var(--md-sys-color-info-alt);--radius:12px;--shadow:none;--chart-grid:#e5d4cb;--chart-bg:#cebeb5}[data-theme=brand]{--md-sys-color-primary:#ff9902;--md-sys-color-on-primary:#1c1c1c;--md-sys-color-primary-container:#d97707;--md-sys-color-on-primary-container:#1c1c1c;--md-sys-color-secondary:#c8bffe;--md-sys-color-on-secondary:#282965;--md-sys-color-secondary-container:#5b66f7;--md-sys-color-on-secondary-container:#ffffff;--md-sys-color-tertiary:#9dd2b7;--md-sys-color-on-tertiary:#023824;--md-sys-color-tertiary-container:#1e4f3a;--md-sys-color-on-tertiary-container:#b8eed3;--md-sys-color-error:#ffb3b0;--md-sys-color-on-error:#670116;--md-sys-color-error-container:#920123;--md-sys-color-on-error-container:#ffdad8;--md-sys-color-surface:#1c1c1c;--md-sys-color-on-surface:#e2e2e2;--md-sys-color-surface-variant:#474747;--md-sys-color-on-surface-variant:#c6c6c6;--md-sys-color-surface-container-lowest:#0e0e0e;--md-sys-color-surface-container-low:#1b1b1b;--md-sys-color-surface-container:#1f1f1f;--md-sys-color-surface-container-high:#2a2a2a;--md-sys-color-surface-container-highest:#353535;--md-sys-color-outline:#919191;--md-sys-color-outline-variant:#474747;--md-sys-color-inverse-surface:#e2e2e2;--md-sys-color-inverse-on-surface:#303030;--md-sys-color-warn:#f2b95c;--md-sys-color-warn-container:#4a3410;--md-sys-color-on-warn-container:#ffdfae;--md-sys-color-info:#a9c0ff;--md-sys-color-info-container:#22376b;--md-sys-color-on-info-container:#d9e2ff;--md-sys-color-info-alt:#5a6ec0;--bg:var(--md-sys-color-surface);--panel:var(--md-sys-color-surface-container-low);--panel-2:var(--md-sys-color-surface-container-high);--border:var(--md-sys-color-outline-variant);--text:var(--md-sys-color-on-surface);--muted:var(--md-sys-color-on-surface-variant);--accent:var(--md-sys-color-primary);--accent-2:var(--md-sys-color-tertiary);--danger:var(--md-sys-color-error);--warn:var(--md-sys-color-warn);--warn-line:var(--md-sys-color-warn);--info:var(--md-sys-color-info);--info-line:var(--md-sys-color-info);--info-alt:var(--md-sys-color-info-alt);--radius:12px;--shadow:none;--chart-grid:#47474759;--chart-bg:transparent}[data-theme=brand-light]{--md-sys-color-primary:#d97707;--md-sys-color-on-primary:#1c1c1c;--md-sys-color-primary-container:#ff9902;--md-sys-color-on-primary-container:#1c1c1c;--md-sys-color-secondary:#5b66f7;--md-sys-color-on-secondary:#ffffff;--md-sys-color-secondary-container:#e0e3ff;--md-sys-color-on-secondary-container:#141a5e;--md-sys-color-tertiary:#366851;--md-sys-color-on-tertiary:#ffffff;--md-sys-color-tertiary-container:#b8eed3;--md-sys-color-on-tertiary-container:#002113;--md-sys-color-error:#be0131;--md-sys-color-on-error:#ffffff;--md-sys-color-error-container:#ffdad8;--md-sys-color-on-error-container:#410004;--md-sys-color-surface:#f9f9f9;--md-sys-color-on-surface:#1c1c1c;--md-sys-color-surface-variant:#e2e2e2;--md-sys-color-on-surface-variant:#474747;--md-sys-color-surface-container-lowest:#ffffff;--md-sys-color-surface-container-low:#f3f3f3;--md-sys-color-surface-container:#eeeeee;--md-sys-color-surface-container-high:#e8e8e8;--md-sys-color-surface-container-highest:#e2e2e2;--md-sys-color-outline:#777777;--md-sys-color-outline-variant:#c6c6c6;--md-sys-color-inverse-surface:#303030;--md-sys-color-inverse-on-surface:#f1f1f1;--md-sys-color-warn:#8a5a00;--md-sys-color-warn-container:#ffdfae;--md-sys-color-on-warn-container:#2b1b00;--md-sys-color-info:#2c4fa8;--md-sys-color-info-container:#dbe2ff;--md-sys-color-on-info-container:#0b1a4d;--md-sys-color-info-alt:#8fa3e0;--bg:var(--md-sys-color-surface);--panel:var(--md-sys-color-surface-container-low);--panel-2:var(--md-sys-color-surface-container-high);--border:var(--md-sys-color-outline-variant);--text:var(--md-sys-color-on-surface);--muted:var(--md-sys-color-on-surface-variant);--accent:var(--md-sys-color-primary);--accent-2:var(--md-sys-color-tertiary);--danger:var(--md-sys-color-error);--warn:var(--md-sys-color-warn);--warn-line:var(--md-sys-color-warn);--info:var(--md-sys-color-info);--info-line:var(--md-sys-color-info);--info-alt:var(--md-sys-color-info-alt);--radius:12px;--shadow:none;--chart-grid:#d7d7d7;--chart-bg:#c1c1c1}[data-theme=brand-light],[data-theme=brand],[data-theme=m3-amber],[data-theme=m3-indigo],[data-theme=m3-sand],[data-theme=m3-teal],[data-theme=m3-violet]{color-scheme:light dark}[data-theme=brand-light] button,[data-theme=brand] button,[data-theme=m3-amber] button,[data-theme=m3-indigo] button,[data-theme=m3-sand] button,[data-theme=m3-teal] button,[data-theme=m3-violet] button{border-radius:9999px;padding:10px 24px;font-weight:500;letter-spacing:.006em;border:1px solid transparent;background:var(--md-sys-color-secondary-container);color:var(--md-sys-color-on-secondary-container)}[data-theme=brand-light] button.small,[data-theme=brand] button.small,[data-theme=m3-amber] button.small,[data-theme=m3-indigo] button.small,[data-theme=m3-sand] button.small,[data-theme=m3-teal] button.small,[data-theme=m3-violet] button.small{padding:6px 16px}[data-theme=brand-light] button.primary,[data-theme=brand] button.primary,[data-theme=m3-amber] button.primary,[data-theme=m3-indigo] button.primary,[data-theme=m3-sand] button.primary,[data-theme=m3-teal] button.primary,[data-theme=m3-violet] button.primary{background:var(--md-sys-color-primary);color:var(--md-sys-color-on-primary);border-color:transparent}[data-theme=brand-light] button.ghost,[data-theme=brand] button.ghost,[data-theme=m3-amber] button.ghost,[data-theme=m3-indigo] button.ghost,[data-theme=m3-sand] button.ghost,[data-theme=m3-teal] button.ghost,[data-theme=m3-violet] button.ghost{background:transparent;border-color:var(--md-sys-color-outline);color:var(--md-sys-color-primary)}[data-theme=brand-light] button.danger,[data-theme=brand] button.danger,[data-theme=m3-amber] button.danger,[data-theme=m3-indigo] button.danger,[data-theme=m3-sand] button.danger,[data-theme=m3-teal] button.danger,[data-theme=m3-violet] button.danger{background:var(--md-sys-color-error);color:var(--md-sys-color-on-error)}[data-theme=brand-light] button.google,[data-theme=brand] button.google,[data-theme=m3-amber] button.google,[data-theme=m3-indigo] button.google,[data-theme=m3-sand] button.google,[data-theme=m3-teal] button.google,[data-theme=m3-violet] button.google{background:var(--md-sys-color-primary-container);color:var(--md-sys-color-on-primary-container);border-color:transparent}[data-theme=brand-light] .panel,[data-theme=brand] .panel,[data-theme=m3-amber] .panel,[data-theme=m3-indigo] .panel,[data-theme=m3-sand] .panel,[data-theme=m3-teal] .panel,[data-theme=m3-violet] .panel{background:var(--md-sys-color-surface-container-low);border:1px solid var(--md-sys-color-outline-variant);border-radius:12px;box-shadow:none;padding:24px}[data-theme=brand-light] input[type=date],[data-theme=brand-light] input[type=password],[data-theme=brand-light] input[type=text],[data-theme=brand-light] input[type=url],[data-theme=brand-light] select,[data-theme=brand-light] textarea,[data-theme=brand] input[type=date],[data-theme=brand] input[type=password],[data-theme=brand] input[type=text],[data-theme=brand] input[type=url],[data-theme=brand] select,[data-theme=brand] textarea,[data-theme=m3-amber] input[type=date],[data-theme=m3-amber] input[type=password],[data-theme=m3-amber] input[type=text],[data-theme=m3-amber] input[type=url],[data-theme=m3-amber] select,[data-theme=m3-amber] textarea,[data-theme=m3-indigo] input[type=date],[data-theme=m3-indigo] input[type=password],[data-theme=m3-indigo] input[type=text],[data-theme=m3-indigo] input[type=url],[data-theme=m3-indigo] select,[data-theme=m3-indigo] textarea,[data-theme=m3-sand] input[type=date],[data-theme=m3-sand] input[type=password],[data-theme=m3-sand] input[type=text],[data-theme=m3-sand] input[type=url],[data-theme=m3-sand] select,[data-theme=m3-sand] textarea,[data-theme=m3-teal] input[type=date],[data-theme=m3-teal] input[type=password],[data-theme=m3-teal] input[type=text],[data-theme=m3-teal] input[type=url],[data-theme=m3-teal] select,[data-theme=m3-teal] textarea,[data-theme=m3-violet] input[type=date],[data-theme=m3-violet] input[type=password],[data-theme=m3-violet] input[type=text],[data-theme=m3-violet] input[type=url],[data-theme=m3-violet] select,[data-theme=m3-violet] textarea{background:var(--md-sys-color-surface-container-highest);border:1px solid var(--md-sys-color-outline);border-radius:8px;color:var(--md-sys-color-on-surface);padding:10px 12px}[data-theme=brand-light] .badge,[data-theme=brand] .badge,[data-theme=m3-amber] .badge,[data-theme=m3-indigo] .badge,[data-theme=m3-sand] .badge,[data-theme=m3-teal] .badge,[data-theme=m3-violet] .badge{border-radius:8px;border:none;background:var(--md-sys-color-secondary-container);color:var(--md-sys-color-on-secondary-container);padding:4px 10px;font-weight:500}[data-theme=brand-light] .badge.ok,[data-theme=brand] .badge.ok,[data-theme=m3-amber] .badge.ok,[data-theme=m3-indigo] .badge.ok,[data-theme=m3-sand] .badge.ok,[data-theme=m3-teal] .badge.ok,[data-theme=m3-violet] .badge.ok{background:var(--md-sys-color-tertiary-container);color:var(--md-sys-color-on-tertiary-container)}[data-theme=brand-light] .badge.off,[data-theme=brand] .badge.off,[data-theme=m3-amber] .badge.off,[data-theme=m3-indigo] .badge.off,[data-theme=m3-sand] .badge.off,[data-theme=m3-teal] .badge.off,[data-theme=m3-violet] .badge.off{background:var(--md-sys-color-surface-container-highest);color:var(--md-sys-color-on-surface-variant)}[data-theme=brand-light] .badge.warn,[data-theme=brand] .badge.warn,[data-theme=m3-amber] .badge.warn,[data-theme=m3-indigo] .badge.warn,[data-theme=m3-sand] .badge.warn,[data-theme=m3-teal] .badge.warn,[data-theme=m3-violet] .badge.warn{background:var(--md-sys-color-warn-container);color:var(--md-sys-color-on-warn-container)}[data-theme=brand-light] .badge.sched,[data-theme=brand] .badge.sched,[data-theme=m3-amber] .badge.sched,[data-theme=m3-indigo] .badge.sched,[data-theme=m3-sand] .badge.sched,[data-theme=m3-teal] .badge.sched,[data-theme=m3-violet] .badge.sched{background:var(--md-sys-color-info-container);color:var(--md-sys-color-on-info-container)}[data-theme=brand-light] .pos-top3,[data-theme=brand] .pos-top3,[data-theme=m3-amber] .pos-top3,[data-theme=m3-indigo] .pos-top3,[data-theme=m3-sand] .pos-top3,[data-theme=m3-teal] .pos-top3,[data-theme=m3-violet] .pos-top3{background:var(--md-sys-color-tertiary-container);color:var(--md-sys-color-on-tertiary-container)}[data-theme=brand-light] .pos-top5,[data-theme=brand] .pos-top5,[data-theme=m3-amber] .pos-top5,[data-theme=m3-indigo] .pos-top5,[data-theme=m3-sand] .pos-top5,[data-theme=m3-teal] .pos-top5,[data-theme=m3-violet] .pos-top5{background:var(--md-sys-color-primary-container);color:var(--md-sys-color-on-primary-container)}[data-theme=brand-light] .pos-top10,[data-theme=brand] .pos-top10,[data-theme=m3-amber] .pos-top10,[data-theme=m3-indigo] .pos-top10,[data-theme=m3-sand] .pos-top10,[data-theme=m3-teal] .pos-top10,[data-theme=m3-violet] .pos-top10{background:var(--md-sys-color-secondary-container);color:var(--md-sys-color-on-secondary-container)}[data-theme=brand-light] .pos-rest,[data-theme=brand] .pos-rest,[data-theme=m3-amber] .pos-rest,[data-theme=m3-indigo] .pos-rest,[data-theme=m3-sand] .pos-rest,[data-theme=m3-teal] .pos-rest,[data-theme=m3-violet] .pos-rest{background:var(--md-sys-color-error-container);color:var(--md-sys-color-on-error-container)}[data-theme=brand-light] .update-item,[data-theme=brand] .update-item,[data-theme=m3-amber] .update-item,[data-theme=m3-indigo] .update-item,[data-theme=m3-sand] .update-item,[data-theme=m3-teal] .update-item,[data-theme=m3-violet] .update-item{background:var(--md-sys-color-surface-container);border:none;border-left:4px solid var(--md-sys-color-primary);border-radius:12px;padding:14px 16px}[data-theme=brand-light] .url-box,[data-theme=brand] .url-box,[data-theme=m3-amber] .url-box,[data-theme=m3-indigo] .url-box,[data-theme=m3-sand] .url-box,[data-theme=m3-teal] .url-box,[data-theme=m3-violet] .url-box{background:var(--md-sys-color-surface-container-highest);border:none;border-radius:8px}[data-theme=brand-light] .sidebar,[data-theme=brand] .sidebar,[data-theme=m3-amber] .sidebar,[data-theme=m3-indigo] .sidebar,[data-theme=m3-sand] .sidebar,[data-theme=m3-teal] .sidebar,[data-theme=m3-violet] .sidebar{background:var(--md-sys-color-surface-container);border-right:none;padding:12px}[data-theme=brand-light] .sidebar-nav a,[data-theme=brand] .sidebar-nav a,[data-theme=m3-amber] .sidebar-nav a,[data-theme=m3-indigo] .sidebar-nav a,[data-theme=m3-sand] .sidebar-nav a,[data-theme=m3-teal] .sidebar-nav a,[data-theme=m3-violet] .sidebar-nav a{border-radius:9999px;padding:12px 16px;font-weight:500;color:var(--md-sys-color-on-surface-variant)}[data-theme=brand-light] .sidebar-nav a:hover,[data-theme=brand] .sidebar-nav a:hover,[data-theme=m3-amber] .sidebar-nav a:hover,[data-theme=m3-indigo] .sidebar-nav a:hover,[data-theme=m3-sand] .sidebar-nav a:hover,[data-theme=m3-teal] .sidebar-nav a:hover,[data-theme=m3-violet] .sidebar-nav a:hover{background:var(--md-sys-color-surface-container-high);color:var(--md-sys-color-on-surface)}[data-theme=brand-light] .header h1,[data-theme=brand] .header h1,[data-theme=m3-amber] .header h1,[data-theme=m3-indigo] .header h1,[data-theme=m3-sand] .header h1,[data-theme=m3-teal] .header h1,[data-theme=m3-violet] .header h1{font-weight:400;font-size:22px;letter-spacing:0}[data-theme=brand-light] .spinner,[data-theme=brand] .spinner,[data-theme=m3-amber] .spinner,[data-theme=m3-indigo] .spinner,[data-theme=m3-sand] .spinner,[data-theme=m3-teal] .spinner,[data-theme=m3-violet] .spinner{border-color:var(--md-sys-color-surface-container-highest);border-top-color:var(--md-sys-color-primary)}