:root{font-family:Inter,Noto Sans SC,Microsoft YaHei,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;color:#111827;background:#fff;font-synthesis:none;text-rendering:optimizeLegibility;--bg: #ffffff;--surface: #ffffff;--surface-soft: #f7f9fb;--text: #111827;--muted: #667085;--border: #d8dee7;--border-strong: #c4ccd7;--normal: #178447;--normal-soft: #ebf8f0;--warning: #d48700;--warning-soft: #fff7e8;--critical: #d92d20;--critical-soft: #fff1ef;--neutral: #667085;--neutral-soft: #f2f4f7;--focus: #2563eb;--shadow: 0 8px 30px rgba(15, 23, 42, .055)}:root[data-theme=dark]{color:#f4f7fb;background:#0e1218;--bg: #0e1218;--surface: #151a22;--surface-soft: #10151c;--text: #f4f7fb;--muted: #a6b0bf;--border: #2d3542;--border-strong: #414b5b;--normal: #5bd28c;--normal-soft: #112b1d;--warning: #f8b84e;--warning-soft: #33250d;--critical: #ff746a;--critical-soft: #351613;--neutral: #b1bac8;--neutral-soft: #202733;--focus: #7ca8ff;--shadow: 0 10px 32px rgba(0, 0, 0, .24)}*{box-sizing:border-box}html{background:var(--bg)}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg);color:var(--text)}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit}a{color:inherit;text-decoration:none}:focus-visible{outline:3px solid color-mix(in srgb,var(--focus) 72%,transparent);outline-offset:3px}.shell{width:min(1420px,calc(100% - 64px));margin-inline:auto}.loading-screen{min-height:100vh;display:grid;place-content:center;justify-items:center;gap:14px;color:var(--muted)}.loading-screen span{width:34px;height:34px;border:3px solid var(--border);border-top-color:var(--normal);border-radius:50%;animation:spin .8s linear infinite}.loading-screen p{margin:0;font-size:14px}.login-page{min-height:100vh;padding:32px 20px;display:grid;place-items:center;background:radial-gradient(circle at 50% 0%,color-mix(in srgb,var(--normal) 10%,transparent),transparent 44%),var(--bg)}.login-card{width:min(100%,440px);padding:34px;border:1px solid var(--border);border-radius:20px;background:var(--surface);box-shadow:var(--shadow)}.login-brand{display:flex;align-items:center;gap:12px;padding-bottom:24px;border-bottom:1px solid var(--border)}.login-brand>span{width:42px;height:42px;display:grid;place-items:center;border:2px solid var(--normal);border-radius:13px 13px 13px 4px;color:var(--normal)}.login-brand svg{width:24px;height:24px}.login-brand div{display:grid;gap:3px}.login-brand b{font-size:18px}.login-brand small{color:var(--muted)}.login-heading{margin:28px 0 24px;display:flex;align-items:flex-start;gap:14px}.login-heading>svg{width:25px;height:25px;margin-top:3px;color:var(--normal)}.login-heading h1{margin:0 0 6px;font-size:26px;letter-spacing:-.035em}.login-heading p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}.login-card form{display:grid;gap:18px}.login-card label{display:grid;gap:8px;color:var(--muted);font-size:13px;font-weight:700}.login-card label>div{min-height:48px;padding:0 13px;display:flex;align-items:center;gap:10px;border:1px solid var(--border-strong);border-radius:11px;background:var(--surface-soft)}.login-card label svg{width:18px;height:18px;color:var(--muted)}.login-card input{width:100%;border:0;outline:0;background:transparent;color:var(--text);font:inherit;font-size:15px}.login-card form>button{min-height:49px;border:0;border-radius:11px;background:var(--normal);color:#fff;font-weight:760;cursor:pointer}.login-card form>button:hover:not(:disabled){filter:brightness(.94)}.login-card form>button:disabled{opacity:.68;cursor:wait}.login-error{margin:-5px 0 0;padding:10px 12px;border:1px solid color-mix(in srgb,var(--critical) 50%,var(--border));border-radius:9px;background:var(--critical-soft);color:var(--critical);font-size:13px}.login-security{margin:20px 0 0;color:var(--muted);font-size:11px;line-height:1.65;text-align:center}.api-error{margin-top:18px;padding:12px 14px;display:flex;justify-content:space-between;align-items:center;gap:14px;border:1px solid var(--critical);border-radius:10px;background:var(--critical-soft);color:var(--critical);font-size:13px}.api-error button{padding:6px 12px;border:1px solid currentColor;border-radius:7px;background:transparent;color:inherit;cursor:pointer}.empty-state{margin:0;padding:24px;color:var(--muted);text-align:center}.app-header{position:sticky;top:0;z-index:20;min-height:82px;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--bg) 94%,transparent);backdrop-filter:blur(14px)}.header-inner{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:14px;font-size:24px;font-weight:760;letter-spacing:-.03em}.brand-mark{width:42px;height:42px;display:grid;place-items:center;color:var(--normal);border:2px solid currentColor;border-radius:13px 13px 13px 4px;transform:rotate(-2deg)}.brand-mark svg{width:25px;height:25px;stroke-width:2.2}.app-header nav{display:flex;align-items:center;gap:12px}.app-header nav a,.theme-button{min-height:46px;padding:0 16px;display:inline-flex;align-items:center;gap:9px;border:1px solid var(--border-strong);border-radius:11px;background:var(--surface);color:var(--text);font-size:14px;font-weight:650;cursor:pointer}.app-header nav a:hover,.theme-button:hover{border-color:var(--text);background:var(--surface-soft)}.app-header nav svg{width:18px;height:18px;stroke-width:2}.dashboard-page{padding-block:30px 42px}.overall-summary{position:relative;min-height:160px;padding:34px 42px;display:grid;grid-template-columns:minmax(0,1.4fr) minmax(370px,.6fr);align-items:center;gap:44px;border:1px solid var(--border);border-radius:17px;background:var(--surface);box-shadow:var(--shadow);overflow:hidden}.overall-summary:before{content:"";position:absolute;inset:0 auto 0 0;width:9px;background:var(--normal)}.overall-summary.has-critical:before{background:var(--critical)}.overall-copy{display:flex;align-items:center;gap:28px}.overall-icon{width:72px;height:72px;flex:0 0 72px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--normal)}.has-critical .overall-icon{background:var(--critical)}.overall-icon svg{width:38px;height:38px;stroke-width:2.4}.overall-copy h1{margin:0 0 10px;font-size:clamp(28px,3vw,43px);line-height:1.14;letter-spacing:-.045em}.overall-copy p{margin:0;color:var(--muted);font-size:17px;line-height:1.7}.status-counts{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.status-counts>div{min-width:92px;display:grid;grid-template-columns:auto auto;justify-content:center;align-items:center;column-gap:10px;row-gap:1px}.status-counts>div:not(:first-child){border-left:1px solid var(--border)}.status-counts strong{font-size:28px;line-height:1}.status-counts>div>span:last-child{grid-column:2;color:var(--muted);font-size:13px;font-weight:600}.status-counts.compact{padding-block:18px;border-block:1px solid var(--border)}.status-counts.compact strong{font-size:20px}.status-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border:2px solid currentColor;border-radius:50%}.status-icon svg{stroke-width:2.5}.status-icon.size-small{width:27px;height:27px}.status-icon.size-small svg{width:15px;height:15px}.status-icon.size-medium{width:34px;height:34px}.status-icon.size-medium svg{width:19px;height:19px}.status-icon.size-large{width:46px;height:46px;border:0;color:#fff}.status-icon.size-large svg{width:25px;height:25px}.status-ok{color:var(--normal)}.status-warning{color:var(--warning);border-radius:9px}.status-critical{color:var(--critical)}.status-not_run,.status-forbidden{color:var(--neutral)}.status-icon.size-large.status-ok{background:var(--normal)}.status-icon.size-large.status-warning{background:var(--warning)}.status-icon.size-large.status-critical{background:var(--critical)}.status-icon.size-large.status-not_run,.status-icon.size-large.status-forbidden{background:var(--neutral)}.text-ok{color:var(--normal)}.text-warning{color:var(--warning)}.text-critical{color:var(--critical)}.text-not_run,.text-forbidden{color:var(--neutral)}.projects-section{margin-top:30px}.section-heading{display:flex;align-items:baseline;justify-content:space-between;gap:24px;margin-bottom:15px}.section-heading h2{margin:0;font-size:22px;letter-spacing:-.025em}.section-heading p{margin:0;color:var(--muted);font-size:13px}.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.project-card{position:relative;min-width:0;padding:25px 24px 20px;display:flex;flex-direction:column;border:1px solid var(--border);border-radius:16px;background:var(--surface);box-shadow:0 4px 18px #0f172a09;overflow:hidden}.project-card:before{content:"";position:absolute;inset:0 auto 0 0;width:5px;background:var(--normal)}.project-card.card-warning:before{background:var(--warning)}.project-card.card-critical:before{background:var(--critical)}.project-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.project-title{min-width:0;display:flex;align-items:center;gap:14px}.project-title h3{margin:0;font-size:21px;letter-spacing:-.02em;overflow-wrap:anywhere}.project-title p{margin:5px 0 0;color:var(--muted);font-size:12px;line-height:1.5}.status-label{padding:5px 9px;flex:0 0 auto;border:1px solid currentColor;border-radius:999px;background:var(--surface);font-size:12px;font-weight:720}.last-check{margin:17px 0 13px;display:flex;align-items:center;gap:7px;color:var(--muted);font-size:12px}.last-check svg{width:15px;height:15px}.project-summary{min-height:54px;margin:17px 0 20px;color:var(--muted);font-size:14px;line-height:1.75}.project-actions{margin-top:auto;display:grid;grid-template-columns:1fr auto;gap:10px}.primary-check,.project-actions a{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--border-strong);border-radius:10px;background:var(--surface);color:var(--text);font-size:13px;font-weight:700;cursor:pointer}.primary-check:hover:not(:disabled),.project-actions a:hover{border-color:var(--text);background:var(--surface-soft)}.primary-check:disabled{cursor:wait;opacity:.72}.primary-check svg,.project-actions a svg{width:16px;height:16px}.project-actions a{padding-inline:13px;color:var(--muted)}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.lower-grid{margin-top:20px;display:grid;grid-template-columns:1fr 1fr;gap:20px}.issue-panel{border:1px solid var(--border);border-radius:16px;background:var(--surface);overflow:hidden}.panel-heading{padding:20px 22px 14px;display:flex;justify-content:space-between;align-items:center}.panel-heading h2{margin:0;display:flex;align-items:center;gap:8px;font-size:18px}.panel-heading h2 svg{width:18px;height:18px;color:var(--normal)}.panel-heading a{display:inline-flex;align-items:center;gap:4px;color:var(--muted);font-size:12px;font-weight:650}.panel-heading a svg{width:15px}.incident-list{margin-inline:14px;border:1px solid var(--border);border-radius:11px;overflow:hidden}.incident-row{min-height:66px;padding:12px 15px;display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:13px}.incident-row+.incident-row{border-top:1px solid var(--border)}.incident-row:hover{background:var(--surface-soft)}.incident-row>div{min-width:0;display:grid;gap:3px}.incident-row strong{font-size:13px;overflow-wrap:anywhere}.incident-row div span{color:var(--muted);font-size:11px;overflow-wrap:anywhere}.incident-row>svg{width:16px;color:var(--muted)}.incident-project{padding:5px 8px;border-radius:6px;background:var(--neutral-soft);color:var(--muted);font-size:11px;font-weight:700}.panel-footnote{margin:14px 0 0;padding:13px 20px;border-top:1px solid var(--border);color:var(--muted);font-size:11px}.data-note{margin:22px 0 0;text-align:center;color:var(--muted);font-size:11px}.back-link{margin-top:28px;display:inline-flex;align-items:center;gap:7px;color:var(--muted);font-size:13px;font-weight:650}.back-link svg{width:17px}.detail-page,.history-page{padding-bottom:48px}.detail-header{margin-top:18px;padding:28px 30px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:30px;border:1px solid var(--border);border-radius:16px;background:var(--surface)}.detail-header>div:first-child{display:flex;align-items:center;gap:16px}.detail-header h1{margin:0;font-size:32px;letter-spacing:-.035em}.detail-header p{margin:7px 0 0;color:var(--muted)}.report-section{margin-top:28px}.check-table{border:1px solid var(--border);border-radius:15px;background:var(--surface);overflow:hidden}.check-row{padding:19px 22px;display:grid;grid-template-columns:1fr 1.1fr 1.1fr 1.45fr;gap:22px;align-items:start}.check-row+.check-row{border-top:1px solid var(--border)}.check-row.table-head{padding-block:12px;background:var(--surface-soft);color:var(--muted);font-size:11px;font-weight:750;text-transform:uppercase;letter-spacing:.04em}.check-name{display:flex;align-items:center;gap:11px}.check-name>div,.check-row>div:not(.check-name){display:grid;gap:6px}.check-name strong,.check-row>div>strong{font-size:13px}.check-name span,.check-row>div>span{color:var(--muted);font-size:11px;line-height:1.5}.check-row>div>span:has(svg){display:flex;align-items:center;gap:5px}.check-row>div>span svg{width:13px;height:13px}.check-verdict p{margin:0;color:var(--muted);font-size:12px;line-height:1.6}.check-verdict b{font-size:11px;font-weight:650;line-height:1.55}.page-title{margin-top:18px}.page-title h1{margin:0;font-size:36px;letter-spacing:-.04em}.page-title p{margin:8px 0 0;color:var(--muted)}.comparison,.changes-section{margin-top:30px}.comparison-runs{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:52px}.comparison-runs article{padding:22px;display:grid;gap:10px;border:1px solid var(--border);border-radius:14px;background:var(--surface)}.comparison-runs article>span{color:var(--muted);font-size:11px;font-weight:750}.comparison-runs article>strong{font-size:15px}.comparison-arrow{position:absolute;left:50%;top:50%;width:24px;transform:translate(-50%,-50%);color:var(--muted)}.change-list{border:1px solid var(--border);border-radius:14px;background:var(--surface);overflow:hidden}.change-row{min-height:88px;padding:17px 20px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:15px}.change-row+.change-row{border-top:1px solid var(--border)}.change-row>svg{width:28px;color:var(--critical)}.change-row.stable>svg{color:var(--warning)}.change-row>div{display:grid;grid-template-columns:auto auto;justify-content:start;gap:6px 16px}.change-row strong{font-size:14px}.change-row div span{color:var(--muted);font-size:12px}.change-row p{grid-column:1 / -1;margin:0;color:var(--muted);font-size:12px}.change-row>span{padding:5px 8px;border-radius:6px;background:var(--critical-soft);color:var(--critical);font-size:11px;font-weight:750}.change-row.stable>span{background:var(--warning-soft);color:var(--warning)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media(max-width:1080px){.shell{width:min(100% - 40px,940px)}.overall-summary{grid-template-columns:1fr;gap:24px}.overall-summary>.status-counts{max-width:470px;padding-left:98px}.project-grid{grid-template-columns:1fr}.project-card,.project-summary{min-height:0}.check-row{grid-template-columns:1fr 1fr}.check-row.table-head{display:none}}@media(max-width:720px){.shell{width:calc(100% - 32px)}.app-header,.header-inner{min-height:70px}.brand{gap:10px;font-size:19px}.brand-mark{width:36px;height:36px;border-radius:11px 11px 11px 4px}.brand-mark svg{width:21px;height:21px}.app-header nav a{width:42px;min-height:42px;padding:0;font-size:0}.app-header nav a svg{width:18px;height:18px}.theme-button{width:42px;min-height:42px;padding:0}.theme-button span{display:none}.dashboard-page{padding-block:22px 32px}.overall-summary{min-height:0;padding:24px 20px 22px 25px;border:0;border-radius:0;box-shadow:none}.overall-summary:before{width:6px;border-radius:4px}.overall-copy{align-items:flex-start;gap:13px}.overall-icon{width:42px;height:42px;flex-basis:42px}.overall-icon svg{width:23px;height:23px}.overall-copy h1{margin-top:4px;font-size:25px;line-height:1.3}.overall-copy p{margin-top:12px;font-size:14px}.overall-summary>.status-counts{max-width:none;padding-left:0}.overall-summary>.status-counts>div{min-width:0}.projects-section{margin-top:22px}.section-heading{align-items:flex-end}.section-heading h2{font-size:20px}.section-heading p{max-width:180px;text-align:right;font-size:10px}.project-grid{gap:14px}.project-card{padding:21px 17px 17px 21px;border-radius:13px}.project-card-heading{align-items:center}.project-title p,.status-label{display:none}.project-title h3{font-size:20px}.status-icon.size-large{width:40px;height:40px}.last-check{justify-content:flex-end;margin:-2px 0 13px}.status-counts.compact{padding-block:14px}.status-counts>div{min-width:0;column-gap:6px}.status-counts.compact strong{font-size:17px}.status-counts>div>span:last-child{font-size:11px}.project-summary{margin:15px 0 16px;font-size:13px}.project-actions{grid-template-columns:1fr}.project-actions a{min-height:38px}.lower-grid{grid-template-columns:1fr;gap:14px}.issue-panel{border-radius:13px}.panel-heading{padding:17px 16px 12px}.panel-heading h2{font-size:16px}.incident-list{margin-inline:9px}.incident-row{padding-inline:11px;grid-template-columns:auto minmax(0,1fr) auto}.incident-row>svg:last-child{display:none}.incident-project{font-size:9px}.detail-header{grid-template-columns:1fr;padding:22px 18px}.detail-header h1{font-size:26px}.check-table{border-radius:12px}.check-row{padding:17px 15px;grid-template-columns:1fr;gap:14px}.check-row>div:not(.check-name):before{content:attr(data-label);color:var(--muted);font-size:9px;font-weight:750;text-transform:uppercase;letter-spacing:.05em}.page-title h1{font-size:30px}.comparison-runs{grid-template-columns:1fr;gap:14px}.comparison-arrow{display:none}.change-row{grid-template-columns:auto 1fr}.change-row>span{grid-column:2;justify-self:start}.change-row>div{grid-template-columns:1fr;gap:4px}}
