.card-spotlight{--mouse-x:50%;--mouse-y:50%;--spotlight-color:#ffffff0d;background-color:#111;border:1px solid #222;border-radius:1.5rem;padding:2rem;position:relative;overflow:hidden}.card-spotlight:before{content:"";background:radial-gradient(circle at var(--mouse-x) var(--mouse-y), var(--spotlight-color), transparent 80%);opacity:0;pointer-events:none;transition:opacity .5s;position:absolute;inset:0}.card-spotlight:hover:before,.card-spotlight:focus-within:before{opacity:.6}.text-rotate{white-space:pre-wrap;flex-wrap:wrap;display:flex;position:relative}.text-rotate-sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.text-rotate-word{display:inline-flex}.text-rotate-lines{flex-direction:column;width:100%;display:flex}.text-rotate-element{display:inline-block}.text-rotate-space{white-space:pre}.star-border-container{border-radius:20px;display:inline-block;position:relative;overflow:hidden}.border-gradient-bottom{opacity:.7;z-index:0;border-radius:50%;width:300%;height:50%;animation:linear infinite alternate star-movement-bottom;position:absolute;bottom:-12px;right:-250%}.border-gradient-top{opacity:.7;z-index:0;border-radius:50%;width:300%;height:50%;animation:linear infinite alternate star-movement-top;position:absolute;top:-12px;left:-250%}.inner-content{color:#fff;text-align:center;z-index:1;background:#000;border:1px solid #222;border-radius:20px;padding:16px 26px;font-size:16px;position:relative}@keyframes star-movement-bottom{0%{opacity:1;transform:translate(0%)}to{opacity:0;transform:translate(-100%)}}@keyframes star-movement-top{0%{opacity:1;transform:translate(0%)}to{opacity:0;transform:translate(100%)}}.hero-card{padding:var(--s5);border-radius:var(--r-lg);background:var(--surface);-webkit-backdrop-filter:blur(5px)saturate(1.3);border:1px solid #ffffff59;border-top-color:#ffffff8c;position:relative;overflow:hidden;box-shadow:0 8px 32px #281a0c2e,inset 0 1px #ffffff8c,inset 1px 0 #ffffff52,inset 0 -1px #ffffff24}.hero-who{gap:var(--s2);margin:0 0 var(--s3);flex-wrap:wrap;align-items:baseline;display:flex}.hero-name{letter-spacing:.02em;text-transform:uppercase;font-weight:700;font-size:var(--t-cap);color:var(--label-1)}.hero-class{font-size:var(--t-cap);color:#241c10}.hero-answer{align-items:center;gap:var(--s3);display:flex}.hero-dot{background:#59544c;border-radius:50%;flex:none;width:.62rem;height:.62rem}.hero-dot.d-ok{background:#2f7d4f}.hero-dot.d-warn{background:#b07a1e}.hero-dot.d-bad{background:#9b3b34}.hero-dot.d-off{background:#8a847a}.hero-title{letter-spacing:-.022em;color:var(--label-1);flex-wrap:wrap;font-size:clamp(1.9rem,8vw,2.6rem);font-weight:700;line-height:1.06;display:flex}.hero-sub{margin:var(--s2) 0 0;font-size:var(--t-cap);color:#241c10}.hero-figs{gap:var(--s5);margin-top:var(--s5);flex-wrap:wrap;display:flex}.hero-fig b{font-family:var(--mono);font-variant-numeric:tabular-nums;font-size:var(--t-h3);letter-spacing:-.02em;color:var(--label-1);text-shadow:0 0 4px #ffffffd9;font-weight:600;display:block}.hero-fig span{font-size:var(--t-cap);color:#241c10}.c-wrap{width:100%;height:190px;margin-top:var(--s3)}.c-wrap.c-tall{height:250px}.c-wrap.c-mid{height:230px}.c-empty{margin:var(--s4) 0 0;font-size:var(--t-cap);color:#241c10}.recharts-wrapper{cursor:pointer}.recharts-surface{overflow:visible}.c-wrap:focus{outline:none}.c-wrap:focus-visible{outline:2px solid var(--tint);outline-offset:3px;border-radius:var(--r-sm)}.recharts-tooltip-wrapper{z-index:10}.c-tip{border-radius:var(--r-sm);font-size:var(--t-cap);color:#241c10;background:#fffffff0;border:1px solid #4a2d1424;flex-direction:column;gap:1px;padding:.5rem .65rem;display:flex;box-shadow:0 6px 22px #281a0c29}.c-tip b{color:var(--label-1);font-weight:600}.c-tip em{font-style:normal;font-family:var(--mono);font-variant-numeric:tabular-nums;font-size:var(--t-sub);color:var(--label-1);font-weight:600}.c-tip-bad{color:#9b3b34}.c-tip-ok{color:#2f7d4f}.rings{gap:var(--s4);margin-top:var(--s3);grid-template-columns:repeat(3,1fr);display:grid}.ring{text-align:center;flex-direction:column;align-items:center;gap:.15rem;display:flex}.ring-chart{aspect-ratio:1;width:100%;max-width:6.5rem;position:relative}.ring-num{pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ring-val{white-space:nowrap;font-family:var(--mono);font-variant-numeric:tabular-nums;font-size:var(--t-sub);letter-spacing:-.02em;color:var(--label-1);text-shadow:0 0 3px #fffffff2,0 0 7px #ffffffd9;align-items:baseline;font-weight:600;display:inline-flex}.ring-label{font-size:var(--t-cap);color:var(--label-1);font-weight:600}.ring-sub{font-size:var(--t-cap);color:#241c10}@media (max-width:359px){.rings{grid-template-columns:repeat(2,1fr)}}.strip{margin-top:var(--s3);grid-template-columns:repeat(10,1fr);gap:.3rem;display:grid}.strip-cell{aspect-ratio:1;border-radius:var(--r-sm);cursor:pointer;font-family:var(--mono);font-variant-numeric:tabular-nums;color:#0f0b05;background:#ede6dc;border:0;place-items:center;padding:0;font-size:.68rem;font-weight:600;transition:transform .14s,box-shadow .14s;display:grid}.strip-cell:hover{transform:translateY(-2px)}.strip-cell.is-on{box-shadow:0 0 0 2px var(--tint)}.strip-cell.t-ok{background:#bfdcc9}.strip-cell.t-warn{background:#f0ddb6}.strip-cell.t-bad{background:#f2c9c5}.strip-cell.t-off{color:#3a342c;background:#e4ded5}@media (max-width:400px){.strip{grid-template-columns:repeat(7,1fr)}}.day-scrim{z-index:80;padding:var(--s4);-webkit-backdrop-filter:blur(3px);background:#281a0c57;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}@media (min-width:700px){.day-scrim{align-items:center}}.day-sheet{width:100%;max-width:30rem;max-height:82dvh;padding:var(--s5);border-radius:var(--r-lg);-webkit-backdrop-filter:blur(18px)saturate(1.5);background:#ffffffe6;border:1px solid #ffffff8c;overflow:auto;box-shadow:0 18px 50px #281a0c47}.day-head{justify-content:space-between;align-items:baseline;gap:var(--s3);display:flex}.day-head b{font-size:var(--t-h3);letter-spacing:-.02em;font-weight:700}.day-head span{margin-left:var(--s2);font-size:var(--t-cap);color:#241c10}.day-x{cursor:pointer;color:#241c10;background:0 0;border:0;padding:0 .25rem;font-size:1.5rem;line-height:1}.day-figs{gap:var(--s3);margin-top:var(--s4);grid-template-columns:repeat(4,1fr);display:grid}.day-figs b{font-family:var(--mono);font-variant-numeric:tabular-nums;font-size:var(--t-sub);color:var(--label-1);font-weight:600;display:block}.day-figs span{font-size:var(--t-cap);color:#241c10}.day-flag{margin:var(--s4) 0 0;font-size:var(--t-cap)}.day-lessons{margin:var(--s4) 0 0;padding:0;list-style:none}.day-lessons li{align-items:center;gap:var(--s3);padding:var(--s3) 0;border-top:1px solid #4a2d141a;display:flex}.sl-time{width:3.1rem;font-family:var(--mono);font-size:var(--t-cap);color:#241c10;flex:none}.sl-name{font-weight:600;font-size:var(--t-cap);color:var(--label-1);flex:1}.sl-att{background:#4a2d141f;border-radius:999px;flex:none;width:3rem;height:.32rem;overflow:hidden}.sl-att i{background:var(--tint);height:100%;display:block}.sl-status{font-size:var(--t-cap);flex:none;font-weight:600}.sl-status.t-ok{color:#08301a}.sl-status.t-warn{color:#402400}.sl-status.t-bad{color:#450e0b}.sl-status.t-off{color:#2e2a24}.skeleton{border-radius:var(--r-lg);-webkit-backdrop-filter:blur(5px);background:#ffffff4d;border:1px solid #ffffff59;animation:1.5s ease-in-out infinite sk}.skeleton+.skeleton{margin-top:var(--s5)}.s-hero{height:12rem}.s-panel{height:16rem}@keyframes sk{0%,to{opacity:.55}50%{opacity:.9}}@media (prefers-reduced-motion:reduce){.skeleton{animation:none}}.c-loading{margin-top:var(--s3);border-radius:var(--r-sm);background:#ffffff2e;animation:1.5s ease-in-out infinite sk}@media (prefers-reduced-motion:reduce){.c-loading{animation:none}}#parentRoot svg text.recharts-text{paint-order:stroke fill;stroke:#ffffffeb;stroke-width:3.2px;stroke-linejoin:round}.idcard{padding:var(--s5);border-radius:var(--r-lg);background:var(--surface);-webkit-backdrop-filter:blur(16px)saturate(1.32);border:1px solid #ffffff59;border-top-color:#ffffff8c;position:relative;overflow:hidden;box-shadow:0 8px 32px #281a0c2e,inset 0 1px #ffffff8c,inset 1px 0 #ffffff52,inset 0 -1px #ffffff24}.id-kicker{margin:0 0 var(--s4);letter-spacing:.14em;text-transform:uppercase;color:#3a3229;text-shadow:0 0 4px #ffffffe6;font-size:.66rem;font-weight:700}.id-top{align-items:flex-start;gap:var(--s5);display:flex}.id-who{flex:1;min-width:0}.id-name{letter-spacing:-.022em;color:var(--label-1);text-shadow:0 0 5px #fffc;overflow-wrap:anywhere;margin:0;font-size:clamp(1.5rem,6.2vw,2rem);font-weight:700;line-height:1.08}.id-line{font-size:var(--t-cap);color:#241c10;text-shadow:0 0 4px #ffffffd9;margin:.18rem 0 0}.id-line.id-dim{color:#3a3229}.id-badge{margin-top:var(--s3);font-size:var(--t-cap);letter-spacing:-.005em;background:#ffffffb8;border:1px solid #4a2d1424;border-radius:999px;align-items:center;gap:.4rem;padding:.24rem .6rem .26rem;font-weight:600;display:inline-flex;box-shadow:0 1px 2px #4a2d1414}.id-badge i{border-radius:50%;flex:none;width:.45rem;height:.45rem}.id-badge.b-ok{color:#08301a}.id-badge.b-ok i{background:#2f7d4f}.id-badge.b-warn{color:#402400}.id-badge.b-warn i{background:#b07a1e}.id-badge.b-bad{color:#450e0b}.id-badge.b-bad i{background:#9b3b34}.id-badge.b-off{color:#2e2a24}.id-badge.b-off i{background:#8a847a}.avatar{border-radius:var(--r-sm);border:1px solid #ffffff8c;flex:none;width:clamp(3.4rem,15vw,4.4rem);position:relative;overflow:hidden;box-shadow:0 2px 10px #281a0c24,inset 0 1px #ffffffb3}.avatar-art{width:100%;height:auto;display:block}.avatar-head,.avatar-body{fill:#4a2d1442}.avatar.a-ok .avatar-head,.avatar.a-ok .avatar-body{fill:#2f7d4f57}.avatar.a-warn .avatar-head,.avatar.a-warn .avatar-body{fill:#b07a1e5c}.avatar.a-bad .avatar-head,.avatar.a-bad .avatar-body{fill:#9b3b3457}.avatar-initial{text-align:center;font-family:var(--mono);letter-spacing:.1em;color:#1a18159e;font-size:.6rem;font-weight:700;position:absolute;inset:auto 0 .18rem}.id-figs{gap:var(--s3);margin:var(--s5) 0 0;padding-top:var(--s4);border-top:1px solid #4a2d1424;grid-template-columns:repeat(4,1fr);display:grid}.id-figs>div{min-width:0}.id-figs dt{font-size:var(--t-cap);color:#241c10;text-shadow:0 0 4px #ffffffd9;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.id-figs dd{font-family:var(--mono);font-variant-numeric:tabular-nums;font-size:var(--t-sub);letter-spacing:-.02em;color:var(--label-1);text-shadow:0 0 4px #ffffffd9;margin:0 0 .1rem;font-weight:600}@media (max-width:359px){.id-figs{row-gap:var(--s4);grid-template-columns:repeat(2,1fr)}}.id-serial{margin:var(--s4) 0 0;font-family:var(--mono);letter-spacing:.06em;color:#3a3229;text-align:right;text-shadow:0 0 4px #ffffffd9;font-size:.62rem}.insight-line{margin:var(--s5) 0 0;min-height:2.6rem;font-size:var(--t-cap);color:#1a1815;text-shadow:0 0 5px #ffffffeb,0 0 10px #ffffffb3;align-items:center;display:flex}.insight-rot{flex-wrap:wrap;display:inline-flex}.insight-word{display:inline-block}.range{gap:var(--s2);margin:var(--s4) 0 var(--s5);flex-wrap:wrap;display:flex}.range-pill{cursor:pointer;font-size:var(--t-cap);color:#241c10;-webkit-backdrop-filter:blur(4px);background:#ffffff9e;border:1px solid #4a2d1424;border-radius:999px;padding:.34rem .72rem;font-weight:600;transition:background .15s,color .15s,box-shadow .15s}.range-pill:hover:not(:disabled){background:#ffffffd1}.range-pill.is-on{background:var(--tint);color:var(--on-tint);border-color:#0000;box-shadow:0 2px 10px #4a2d1438}.range-pill:disabled{cursor:progress}.pv-main.is-busy .section{opacity:.72;transition:opacity .2s}.cal-head,.cal-grid{grid-template-columns:repeat(5,1fr);gap:.34rem;display:grid}.cal-head{margin-bottom:.34rem}.cal-head span{text-align:center;letter-spacing:.1em;text-transform:uppercase;color:#3a3229;text-shadow:0 0 4px #ffffffe6;font-size:.64rem;font-weight:700}.cal-cell{aspect-ratio:1;cursor:pointer;border-radius:calc(var(--r-sm) + 1px);background:#e4ded5;border:0;justify-content:center;align-items:center;padding:0;transition:transform .14s,box-shadow .14s;display:flex;position:relative}.cal-cell.is-empty{cursor:default;box-shadow:none;background:0 0}.cal-cell.is-today{outline-offset:-4px;outline:1.5px dashed #4a2d1473}.cal-cell.t-ok{background:#bfdcc9}.cal-cell.t-warn{background:#f0ddb6}.cal-cell.t-bad{background:#f2c9c5}.cal-cell.t-off{background:#e4ded5}.cal-num{font-family:var(--mono);font-variant-numeric:tabular-nums;color:#0f0b05;font-size:.72rem;font-weight:600}.cal-late{background:#9b3b34;border-radius:50%;width:.3rem;height:.3rem;position:absolute;top:.22rem;right:.22rem}.cal-att{background:#ffffff8c;border-radius:999px;height:.2rem;position:absolute;bottom:.24rem;left:.28rem;right:.28rem;overflow:hidden;box-shadow:inset 0 0 0 1px #4a2d141a}.cal-att i{background:#4a2d14;border-radius:999px;height:100%;display:block}.cal-key{gap:var(--s3);margin:var(--s4) 0 0;font-size:var(--t-cap);color:#241c10;flex-wrap:wrap;padding:0;list-style:none;display:flex}.cal-key li{align-items:center;gap:.34rem;display:flex}.cal-key i{border-radius:.2rem;flex:none;width:.62rem;height:.62rem}.cal-key .t-ok{background:#bfdcc9}.cal-key .t-warn{background:#f0ddb6}.cal-key .t-bad{background:#f2c9c5}.cal-key .k-late{background:#9b3b34;border-radius:50%}.tl{margin-top:var(--s5);position:relative}.tl-rule{background:#4a2d142e;width:1px;position:absolute;top:0;bottom:0;left:3.05rem}.tl-block{align-items:center;gap:var(--s3);padding:.28rem 0;display:flex;position:absolute;left:0;right:0}.tl-clock{text-align:right;width:2.6rem;font-family:var(--mono);font-variant-numeric:tabular-nums;color:#3a3229;flex:none;font-size:.7rem}.tl-block:before{content:"";background:#4a2d144d;border-radius:2px;width:3px;position:absolute;top:.28rem;bottom:.28rem;left:2.9rem}.tl-block.t-ok:before{background:#2f7d4f}.tl-block.t-warn:before{background:#b07a1e}.tl-block.t-bad:before{background:#9b3b34}.tl-name{min-width:0;font-size:var(--t-cap);color:var(--label-1);white-space:nowrap;text-overflow:ellipsis;flex:1;margin-left:.85rem;font-weight:600;overflow:hidden}.tl-att{flex:none;align-items:center;gap:.34rem;width:4.4rem;display:flex}.tl-bar{background:#4a2d1424;border-radius:999px;flex:1;height:.3rem;overflow:hidden}.tl-bar i{background:var(--tint);border-radius:999px;height:100%;display:block}.tl-att b{font-family:var(--mono);font-variant-numeric:tabular-nums;color:#241c10;font-size:.62rem;font-weight:600}.tl-status{color:#2e2a24;flex:none;font-size:.66rem;font-weight:600}.tl-block.t-ok .tl-status{color:#08301a}.tl-block.t-warn .tl-status{color:#402400}.tl-block.t-bad .tl-status{color:#450e0b}.tl-mark{pointer-events:none;border-top:1.5px dashed #2f7d4f8c;height:0;position:absolute;left:2.75rem;right:0;transform:translateY(-50%)}.tl-mark i{background:#2f7d4f;border-radius:50%;width:.56rem;height:.56rem;position:absolute;top:-.28rem;left:-.28rem;box-shadow:0 0 0 3px #ffffffe6}.tl-mark.m-out{border-top-color:#8a847a99}.tl-mark.m-out i{background:#8a847a}.tl-mark.m-in.is-late{border-top-color:#9b3b349e}.tl-mark.m-in.is-late i{background:#9b3b34}.day-flag{margin:var(--s3) 0 0;font-size:var(--t-cap);font-weight:600}.day-flag.t-bad{color:#5e1310}.day-flag.t-warn{color:#5c3400}.tl-key{gap:var(--s4);margin:var(--s4) 0 0;color:#241c10;padding:0;font-size:.66rem;list-style:none;display:flex}.tl-key li{align-items:center;gap:.34rem;display:flex}.tl-key i{border-radius:50%;flex:none;width:.5rem;height:.5rem}.tl-key .k-in{background:#2f7d4f}.tl-key .k-late{background:#9b3b34}.tl-key .k-out{background:#8a847a}.sig-none{margin:var(--s3) 0 0;font-size:var(--t-cap);color:#241c10}.sig-wrap{width:100%;margin-top:var(--s3);display:block}.sig-list,.msg-list,.miss-list{margin:var(--s3) 0 0;padding:0;list-style:none}.sig-list li{align-items:baseline;gap:var(--s3);padding:var(--s3) 0;border-top:1px solid #4a2d141a;display:flex}.sig-list li:first-child{border-top:0}.sig-when{color:#3a3229;flex-direction:column;flex:none;width:4.6rem;font-size:.66rem;line-height:1.25;display:flex}.sig-when b{font-family:var(--mono);color:#241c10;font-size:.66rem;font-weight:600}.sig-what{min-width:0;font-size:var(--t-cap);color:var(--label-1);flex:1}.sig-list li.is-severe .sig-what{color:#450e0b;font-weight:600}.sig-clock{font-family:var(--mono);font-variant-numeric:tabular-nums;color:#3a3229;flex:none;font-size:.66rem}.msg-list li{padding:var(--s4) 0;border-top:1px solid #4a2d141a}.msg-list li:first-child{padding-top:var(--s3);border-top:0}.msg-body{font-size:var(--t-cap);color:var(--label-1);margin:0;line-height:1.5}.msg-from{gap:var(--s3);color:#3a3229;align-items:baseline;margin:.34rem 0 0;font-size:.66rem;display:flex}.msg-from b{color:#241c10;font-weight:600}.miss-list li{border-top:1px solid #4a2d141a}.miss-list li:first-child{border-top:0}.miss-list button{align-items:center;gap:var(--s3);width:100%;padding:var(--s3) 0;cursor:pointer;text-align:left;background:0 0;border:0;display:flex}.miss-date{width:2.6rem;font-family:var(--mono);font-variant-numeric:tabular-nums;color:#3a3229;flex:none;font-size:.68rem}.miss-name{min-width:0;font-size:var(--t-cap);color:var(--label-1);white-space:nowrap;text-overflow:ellipsis;flex:1;font-weight:600;overflow:hidden}.miss-time{font-family:var(--mono);color:#3a3229;flex:none;font-size:.66rem}.miss-why{flex:none;font-size:.66rem;font-weight:600}.miss-why.w-sick,.miss-why.w-excused{color:#402400}.miss-why.w-skipped{color:#450e0b}.miss-why.w-unknown{color:#2e2a24}.bar-key{gap:var(--s4);margin:var(--s3) 0 0;font-size:var(--t-cap);color:#241c10;padding:0;list-style:none;display:flex}.bar-key li{align-items:center;gap:.36rem;display:flex}.bar-key i{border-radius:999px;flex:none;width:.9rem;height:.4rem}.bar-key .k-att{background:#b07a1e}.id-kicker{display:inline-block}.id-name{flex-wrap:wrap;display:flex}#parentRoot :is(.eyebrow,.section-note,.miss-date,.miss-time,.miss-why,.miss-name,.sig-when,.sig-what,.sig-clock,.msg-from,.msg-body,.cal-key,.bar-key,.tl-key,.id-line,.id-serial,.sig-none,.c-empty,.ring-label,.ring-sub,.tl-clock,.tl-status),#parentRoot .sig-when b,#parentRoot .msg-from b,#parentRoot .cal-head span,#parentRoot .cal-key li,#parentRoot .bar-key li,#parentRoot .tl-key li,#parentRoot .tl-att b{text-shadow:0 0 3px #fffffff2,0 0 7px #fffc}#parentRoot :is(.miss-time,.sig-clock,.sig-when,.msg-from,.id-serial,.tl-clock),#parentRoot .sig-when b,#parentRoot .cal-head span{color:#241c10}#parentRoot :is(.eyebrow,.section-note),#parentRoot .miss-date{color:#0f0b05;text-shadow:0 0 4px #fffffffa,0 0 9px #ffffffeb,0 0 14px #ffffffb3}#parentRoot .id-line.id-dim,#parentRoot .ring-sub{color:#241c10}#parentRoot .range-pill.is-on{text-shadow:none}:root{--ink:#1a1815;--ink-2:#241c10;--ink-3:#3a3229;--hair:#4a2d1424;--hair-soft:#4a2d1417;--pane:#ffffff6b;--pane-lift:#ffffff9e}.id-top{gap:var(--s5);align-items:center}.id-name{font-size:clamp(1.7rem,7vw,2.3rem)}.id-line{flex-wrap:wrap;align-items:baseline;gap:.34rem;margin-top:.3rem;display:flex}.id-dot{opacity:.45}.id-badge{box-shadow:none;margin-top:var(--s3);font-size:var(--t-cap);color:var(--ink);text-shadow:0 0 4px #ffffffe6;background:0 0;border:0;padding:0;font-weight:600}.id-badge i{background:var(--ink);opacity:.75;width:.42rem;height:.42rem}.id-badge.b-ok i,.id-badge.b-warn i,.id-badge.b-bad i,.id-badge.b-off i{background:var(--ink)}.id-badge.b-ok,.id-badge.b-warn,.id-badge.b-bad,.id-badge.b-off{color:var(--ink)}.id-badge.b-bad{font-weight:700}.id-badge.b-bad i{opacity:1}.avatar{border-radius:calc(var(--r-sm) + 2px);width:clamp(4.6rem,21vw,6rem)}.avatar-head,.avatar-body,.avatar.a-ok .avatar-head,.avatar.a-ok .avatar-body,.avatar.a-warn .avatar-head,.avatar.a-warn .avatar-body,.avatar.a-bad .avatar-head,.avatar.a-bad .avatar-body{fill:#4a2d1447}.avatar-initial{color:#1a18158c;font-size:.66rem}.id-figs{gap:var(--s4) var(--s3)}.id-figs dd{font-size:calc(var(--t-sub) + .06rem)}.seg{margin:var(--s4) 0 var(--s5);-webkit-backdrop-filter:blur(6px)saturate(1.2);background:#ffffff57;border:1px solid #fff6;border-radius:999px;gap:.1rem;padding:.2rem;display:flex;box-shadow:inset 0 1px #ffffff80}.seg-btn{cursor:pointer;min-width:0;font-size:var(--t-cap);color:var(--ink-2);background:0 0;border:0;border-radius:999px;flex:1;padding:.4rem .3rem;font-weight:600;transition:color .18s;position:relative}.seg-btn:disabled{cursor:progress}.seg-btn.is-on{color:var(--ink)}.seg-thumb{z-index:0;background:#ffffffe0;border-radius:999px;position:absolute;inset:0;box-shadow:0 1px 3px #281a0c2e,inset 0 1px #ffffffe6}.seg-label{z-index:1;text-shadow:0 0 4px #ffffffbf;white-space:nowrap;position:relative}.seg-btn.is-on .seg-label{text-shadow:none}.range{display:none}@media (max-width:359px){.gauges{gap:var(--s4);grid-template-columns:repeat(2,1fr)}}.gauge{flex-direction:column;align-items:center;margin:0;display:flex}.gauge-stage{aspect-ratio:124/140;width:100%;position:relative}.gauge-svg{transform-origin:50% 46%;width:100%;height:100%;overflow:visible;transform:perspective(340px)rotateX(24deg)}.g-deck{fill:none;stroke:var(--ink);stroke-opacity:.13;stroke-width:1px}.g-deck-2{stroke-opacity:.18}.g-tick{stroke:var(--ink);stroke-opacity:.22;stroke-width:1px}.g-tick-major{stroke-opacity:.4;stroke-width:1.2px}.g-tnum{font-family:var(--mono);fill:var(--ink);fill-opacity:.55;font-size:5.4px;font-weight:600}.g-seg{fill:var(--ink);fill-opacity:.07}.g-seg.is-lit{fill-opacity:.2}.g-seg.is-part{fill-opacity:.13}.g-value{stroke:var(--ink);stroke-width:7px;stroke-linecap:butt;stroke-opacity:.85}.g-inner{fill:none;stroke:var(--ink);stroke-opacity:.3;stroke-width:1px}.g-hair{fill:none;stroke:var(--ink);stroke-opacity:.12;stroke-width:.8px}.gauge-read{pointer-events:none;flex-direction:column;justify-content:center;align-items:center;gap:.05rem;height:88.6%;display:flex;position:absolute;inset:0 0 auto}.gauge-read b{font-family:var(--mono);font-variant-numeric:tabular-nums;letter-spacing:-.04em;color:var(--ink);text-shadow:0 0 5px #fffffff2,0 0 11px #fffc;font-size:clamp(1.25rem,6vw,1.7rem);font-weight:700;line-height:1}.gauge-read i{letter-spacing:.18em;text-transform:uppercase;color:var(--ink-2);text-shadow:0 0 4px #ffffffe6;font-size:.56rem;font-style:normal;font-weight:600}.gauge figcaption{text-align:center;flex-direction:column;align-items:center;gap:.05rem;margin-top:.2rem;display:flex}.gauge-label{font-size:var(--t-cap);color:var(--ink);text-shadow:0 0 4px #ffffffe6;font-weight:600}.gauge-sub{color:var(--ink-2);text-shadow:0 0 4px #ffffffe6;font-size:.66rem}@media (prefers-reduced-motion:reduce){.gauge-svg{transform:none}}.cal{margin-top:var(--s3)}.cal-head,.cal-grid{grid-template-columns:repeat(5,1fr);gap:.3rem}.cal-head span{color:var(--ink-3);font-size:.6rem}.cal-cell{aspect-ratio:auto;border-radius:var(--r-sm);background:var(--pane);-webkit-backdrop-filter:blur(3px);border:1px solid #ffffff57;flex-direction:column;justify-content:center;gap:.06rem;min-height:3.15rem;padding:.3rem .18rem;transition:transform .16s,box-shadow .16s,background .16s;box-shadow:0 1px 3px #281a0c1a,inset 0 1px #ffffff80}.cal-cell.is-empty{box-shadow:none;background:0 0;border:0;min-height:0}.cal-cell.s-in{background:var(--pane-lift);box-shadow:0 3px 9px #281a0c24,inset 0 1px #ffffffbf}.cal-cell.s-off{background:#ffffff57;box-shadow:0 1px 2px #281a0c12,inset 0 1px #fff6}.cal-cell.s-out{background:#fff3;border-color:#ffffff38;box-shadow:inset 0 2px 5px #281a0c2e,inset 0 -1px #ffffff4d}.cal-cell.s-none{box-shadow:none;background:#ffffff21;border-style:dashed;border-color:#4a2d1429}.cal-cell:hover:not(.is-empty){transform:translateY(-2px)}.cal-cell.is-on{box-shadow:0 0 0 1.5px var(--ink), 0 3px 9px #281a0c29}.cal-cell.is-today{border-color:#1a181580;outline:none;box-shadow:0 0 0 1px #1a181559,0 4px 12px #281a0c2e,inset 0 1px #fffc}.cal-date{flex-direction:column;align-items:center;line-height:1;display:flex}.cal-date b{font-family:var(--mono);font-variant-numeric:tabular-nums;letter-spacing:-.03em;color:var(--ink);text-shadow:0 0 4px #ffffffe6;font-size:.92rem;font-weight:700}.cal-date i{letter-spacing:.02em;color:var(--ink-3);text-shadow:0 0 3px #ffffffe6;font-size:.5rem;font-style:normal}.cal-word{letter-spacing:-.01em;color:var(--ink-2);text-shadow:0 0 4px #ffffffeb;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:.55rem;font-weight:600;overflow:hidden}.cal-cell.s-out .cal-word{color:var(--ink);font-weight:700}.cal-cell.s-none .cal-word{opacity:.5}.cal-late{letter-spacing:.02em;color:var(--ink-2);opacity:.85;text-shadow:0 0 3px #ffffffe6;font-size:.48rem}.cal-key{display:none}.sub{margin-top:var(--s3)}.sub-row{border-top:1px solid var(--hair-soft)}.sub-row:first-child{border-top:0}.sub-row button{align-items:center;gap:var(--s3);width:100%;padding:var(--s3) 0;cursor:pointer;text-align:left;background:0 0;border:0;display:flex}.sub-name{width:5.6rem;font-size:var(--t-cap);color:var(--ink);text-shadow:0 0 4px #ffffffe0;white-space:nowrap;text-overflow:ellipsis;flex:none;font-weight:600;overflow:hidden}.sub-track{flex-direction:column;flex:1;justify-content:center;gap:.14rem;min-width:0;height:1.05rem;display:flex;position:relative}.sub-fill{border-radius:999px;height:.34rem;display:block}.sub-fill.f-att{background:var(--ink);opacity:.72}.sub-fill.f-focus{background:var(--ink);opacity:.26;height:.26rem}.sub-pct{text-align:right;width:2.4rem;font-family:var(--mono);font-variant-numeric:tabular-nums;font-size:var(--t-cap);color:var(--ink);text-shadow:0 0 4px #ffffffe6;flex:none;font-weight:600}.sub-note{margin:0 0 var(--s3);color:var(--ink-2);text-shadow:0 0 4px #ffffffe6;padding-left:6.4rem;font-size:.68rem;overflow:hidden}@media (max-width:359px){.sub-name{width:4.6rem}.sub-note{padding-left:5.4rem}}.bar-key{margin-top:var(--s4)}.bar-key i{height:.3rem}.bar-key .k-att{background:var(--ink);opacity:.72}.bar-key .k-focus{background:var(--ink);opacity:.26}.spider{margin-top:var(--s3);position:relative}.spider-svg{width:100%;height:auto;display:block;overflow:visible}.sp-ring{fill:none;stroke:var(--ink);stroke-opacity:.09;stroke-width:1px}.sp-spoke{stroke:var(--ink);stroke-opacity:.09;stroke-width:1px}.sp-outer{stroke:var(--ink);stroke-opacity:.45;stroke-width:1.6px}.sp-inner{stroke:var(--ink);stroke-opacity:.7;stroke-width:1.4px}.sp-node{fill:var(--ink);fill-opacity:.6}.sp-label{fill:var(--ink);paint-order:stroke fill;stroke:#ffffffeb;stroke-width:3px;stroke-linejoin:round;font-size:8.5px;font-weight:600}.sp-val{font-family:var(--mono);fill:var(--ink);fill-opacity:.72;paint-order:stroke fill;stroke:#ffffffeb;stroke-width:3px;stroke-linejoin:round;font-size:8px;font-weight:600}.sp-key{gap:var(--s4);margin:var(--s3) 0 0;font-size:var(--t-cap);color:var(--ink-2);justify-content:center;padding:0;list-style:none;display:flex}.sp-key li{align-items:center;gap:.36rem;display:flex}.sp-key i{background:var(--ink);border-radius:999px;width:.9rem;height:.32rem}.sp-key .k-in{opacity:.7}.sp-note{margin:var(--s2) 0 0;text-align:center;color:var(--ink-2);font-size:.68rem}.c-band{fill:#1a18150e}.c-zone-late{fill:#1a181512}.c-zone-grace{fill:#1a181509}.c-dot-best circle{fill:#fff;stroke:var(--ink);stroke-width:1.6px}.c-dot-worst circle{fill:var(--ink);stroke:#fff;stroke-width:1.6px}.c-bubble{border-radius:var(--r-sm);background:#fffffff2;border:1px solid #4a2d141f;flex-direction:column;align-items:center;gap:0;padding:.32rem .6rem .36rem;display:flex;transform:translate(-50%);box-shadow:0 6px 20px #281a0c2e}.c-bubble b{font-family:var(--mono);font-variant-numeric:tabular-nums;font-size:var(--t-sub);letter-spacing:-.02em;color:var(--ink);font-weight:700}.c-bubble span{color:var(--ink-2);white-space:nowrap;font-size:.64rem}.c-bubble-flag{color:var(--ink);font-weight:600}#parentRoot :is(.sl-status,.tl-status,.miss-why,.sig-what,.day-flag){color:var(--ink-2)}#parentRoot :is(.tl-status.t-bad,.miss-why.w-skipped,.day-flag.t-bad),#parentRoot .sig-list li.is-severe .sig-what{color:var(--ink);font-weight:700}#parentRoot :is(.tl-status.t-warn,.miss-why.w-sick,.miss-why.w-excused,.day-flag.t-warn){color:var(--ink-2);font-weight:600}#parentRoot .tl-block.t-ok:before{background:var(--ink);opacity:.55}#parentRoot .tl-block.t-warn:before{background:var(--ink);opacity:.3}#parentRoot .tl-block.t-bad:before{background:var(--ink);opacity:.85}#parentRoot .tl-bar i{background:var(--ink);opacity:.55}#parentRoot .tl-mark{border-top-color:#1a181566}#parentRoot .tl-mark i{background:var(--ink)}#parentRoot .tl-mark.m-out{border-top-color:#1a181538}#parentRoot .tl-mark.m-out i{background:var(--ink);opacity:.45}#parentRoot .tl-mark.m-in.is-late{border-top-color:#1a181599}#parentRoot .tl-key i{background:var(--ink)}#parentRoot .tl-key .k-out{opacity:.45}#parentRoot .tl-key .k-late{opacity:1}#parentRoot .section+.section{margin-top:var(--s5)}#parentRoot .section-head{margin-bottom:var(--s3)}#parentRoot .eyebrow{letter-spacing:.13em;font-size:.68rem}#parentRoot .section-note{font-size:.68rem}#parentRoot .insight-line{margin-top:var(--s5);line-height:1.5}#parentRoot .cal-late{background:0 0;border-radius:0;width:auto;height:auto;line-height:1;display:block;position:static}.gauges{gap:var(--s4) var(--s3);grid-template-columns:repeat(2,1fr)}.gauges>.gauge:first-child{grid-column:1/-1}.gauges>.gauge:first-child .gauge-stage{width:min(15rem,78%);margin-inline:auto}.gauges>.gauge:first-child .gauge-read b{font-size:clamp(1.9rem,9vw,2.6rem)}.gauges>.gauge:first-child .gauge-read i{font-size:.62rem}@media (min-width:760px){.gauges{grid-template-columns:repeat(3,1fr)}.gauges>.gauge:first-child{grid-column:auto}.gauges>.gauge:first-child .gauge-stage{width:100%}}.c-fill-top{stop-color:#1a1815;stop-opacity:.52}.c-fill-mid{stop-color:#1a1815;stop-opacity:.22}.c-fill-end{stop-color:#1a1815;stop-opacity:.03}.sp-inner{stroke-opacity:.8;stroke-width:1.6px}.sp-outer{stroke-opacity:.5;stroke-width:1.5px}.sp-key .k-out{opacity:.5}.g-tnum{paint-order:stroke fill;stroke:#fffffff0;stroke-width:2.2px;stroke-linejoin:round;fill-opacity:.75}.gauge figcaption{z-index:1;padding:.12rem .3rem 0;position:relative}.gauge-label{text-shadow:0 0 4px #fffffffa,0 0 9px #ffffffeb,0 0 15px #ffffffbf}.gauge-sub{color:var(--ink-2);text-shadow:0 0 4px #fffffffa,0 0 9px #ffffffeb,0 0 15px #ffffffbf}.gauge-deck{opacity:.42}#parentRoot .sub-name{color:var(--ink);text-shadow:0 0 4px #fffffffa,0 0 9px #ffffffe6}.id-name{overflow-wrap:normal;word-break:normal}.id-name.is-long{letter-spacing:-.03em;font-size:clamp(1.25rem,5.2vw,1.7rem)}.id-line+.id-line{margin-top:.1rem}.empty-lead{margin:var(--s3) 0 0;font-size:var(--t-sub);color:var(--ink);text-shadow:0 0 4px #ffffffeb;font-weight:600}.empty-note{margin:var(--s3) 0 0;font-size:var(--t-cap);color:var(--ink-2);text-shadow:0 0 4px #ffffffeb;line-height:1.5}.err-acts{margin-top:var(--s5)}.err-btn{cursor:pointer;font-size:var(--t-cap);color:var(--on-tint);background:var(--tint);border:0;border-radius:999px;padding:.5rem 1rem;font-weight:600;box-shadow:0 2px 10px #4a2d1438}.err-btn:hover{filter:brightness(1.06)}.err-detail{margin:var(--s4) 0 0;font-family:var(--mono);color:var(--ink-3);opacity:.75;text-shadow:0 0 4px #ffffffe6;font-size:.62rem}@keyframes gauge-breathe{0%,to{transform:perspective(340px)rotateX(22deg)}50%{transform:perspective(340px)rotateX(27deg)}}.gauge-svg{animation:14s ease-in-out infinite gauge-breathe}@media (prefers-reduced-motion:reduce){.gauge-svg{animation:none;transform:perspective(340px)rotateX(24deg)}}.cal-months{margin:0 0 var(--s4);-webkit-backdrop-filter:blur(5px);background:#ffffff4d;border:1px solid #ffffff61;border-radius:999px;gap:.15rem;width:fit-content;padding:.18rem;display:flex}.cal-month{cursor:pointer;color:var(--ink-2);background:0 0;border:0;border-radius:999px;padding:.3rem .78rem;font-size:.74rem;font-weight:600;position:relative}.cal-month.is-on{color:var(--ink)}.cal-month-thumb{background:#ffffffe6;border-radius:999px;position:absolute;inset:0;box-shadow:0 1px 3px #281a0c29}.cal-month>span{z-index:1;white-space:nowrap;position:relative}.cal-cell{gap:.14rem;min-height:3rem}.cal-num{font-family:var(--mono);font-variant-numeric:tabular-nums;letter-spacing:-.03em;color:var(--ink);font-size:1rem;font-weight:700;line-height:1}.cal-word{font-size:.56rem}.cal-late{background:var(--ink);opacity:.75;border-radius:50%;width:.3rem;height:.3rem;position:absolute;top:.26rem;right:.26rem}.cal-date{display:none}.c-line-hi{stop-color:#100d08;stop-opacity:.95}.c-line-lo{stop-color:#4a423a;stop-opacity:.75}.c-dot-last circle{fill:#fff;stroke:var(--ink);stroke-width:2.4px}text.c-endlabel{font-family:var(--mono);font-variant-numeric:tabular-nums;fill:var(--ink);font-size:11.5px;font-weight:700}.ridge{margin-top:var(--s3)}.ridge-svg{width:100%;height:auto;display:block;overflow:visible}.ridge-g{cursor:default}.ridge-name{letter-spacing:.005em;font-size:8.4px;font-weight:600}.ridge-val{font-family:var(--mono);font-variant-numeric:tabular-nums;font-size:8.4px;font-weight:700}.ridge-note{margin:var(--s3) 0 0;color:var(--ink-2);text-shadow:0 0 4px #ffffffeb;font-size:.68rem}.wheel{margin-top:var(--s3);flex-direction:column;align-items:center;display:flex}.wheel-svg{width:min(15rem,82%);height:auto;display:block;overflow:visible}.wheel-seg{cursor:pointer}.wheel-band{fill:#ffffff80;stroke:#4a2d141f;stroke-width:.5px}.wheel-seg.is-on .wheel-band{fill:#ffffffd9}.wheel-label{letter-spacing:.04em;fill:var(--ink);font-size:6.4px;font-weight:700}.wheel-mid-v{font-family:var(--mono);font-variant-numeric:tabular-nums;letter-spacing:-.04em;fill:var(--ink);font-size:13px;font-weight:700}.wheel-mid-l{letter-spacing:.1em;fill:var(--ink-2);font-size:5.6px}.wheel-key{gap:var(--s4);margin:var(--s3) 0 0;color:var(--ink-2);padding:0;font-size:.66rem;list-style:none;display:flex}.wheel-key li{align-items:center;gap:.36rem;display:flex}.wheel-key i{border-radius:2px;flex:none;width:.8rem;height:.34rem}.wheel-note{margin:var(--s2) 0 0;color:var(--ink-2);text-align:center;text-shadow:0 0 4px #ffffffeb;font-size:.68rem}#parentRoot svg text.recharts-text,#parentRoot .wheel-label,#parentRoot .wheel-mid-v,#parentRoot .wheel-mid-l,#parentRoot text.c-endlabel{paint-order:normal;stroke:none;filter:drop-shadow(0 0 1.5px #fffffffa)drop-shadow(0 0 4px #ffffffeb)drop-shadow(0 0 9px #ffffffa6)}#parentRoot .ridge-name,#parentRoot .ridge-val{filter:drop-shadow(0 0 1.5px #fff)drop-shadow(0 0 3.5px #fffffff2);fill:#0b0805}#parentRoot .wheel-label{fill:#0f0b05;filter:drop-shadow(0 0 1.5px #fff)drop-shadow(0 0 3.5px #fffffff2);font-size:6.8px;font-weight:800}#parentRoot .wheel-band{fill:#ffffffb8}#parentRoot svg text.recharts-text{fill:#0b0805;filter:drop-shadow(0 0 1.5px #fff)drop-shadow(0 0 3.5px #fffffff5)drop-shadow(0 0 8px #ffffffb3)}.arc{margin-top:var(--s4)}.arc-svg{width:min(17rem,92%);height:auto;margin:0 auto;display:block;overflow:visible}.arc-track{fill:#4a2d141a}.arc-seg{cursor:pointer;transition:opacity .15s}.arc-seg:hover{opacity:.86}.arc-seg.is-on{stroke:#fff;stroke-width:2px}.arc-tick line{stroke:var(--ink);stroke-width:1.6px;stroke-linecap:round}.arc-tick text{font-family:var(--mono);font-variant-numeric:tabular-nums;fill:var(--ink);font-size:8px;font-weight:700}.arc-tick.m-out line{stroke:var(--ink);stroke-opacity:.45}.arc-tick.m-out text{fill:var(--ink);fill-opacity:.7}.arc-mid-v{font-family:var(--mono);font-variant-numeric:tabular-nums;letter-spacing:-.045em;fill:var(--ink);font-size:26px;font-weight:700}.arc-mid-l{letter-spacing:.16em;text-transform:uppercase;fill:var(--ink-2);font-size:8px}.arc-mid-s{font-family:var(--mono);font-variant-numeric:tabular-nums;fill:var(--ink-2);font-size:9px;font-weight:600}.arc-list{margin:var(--s5) 0 0;padding:0;list-style:none}.arc-list li{border-top:1px solid var(--hair-soft)}.arc-list li:first-child{border-top:0}.arc-list button{align-items:center;gap:var(--s3);cursor:pointer;text-align:left;background:0 0;border:0;width:100%;padding:.5rem 0;display:flex}.arc-list li.is-on button{border-radius:var(--r-sm);background:#ffffff4d}.arc-chip{border-radius:2px;flex:none;width:.55rem;height:1.1rem}.arc-time{width:2.7rem;font-family:var(--mono);font-variant-numeric:tabular-nums;color:var(--ink-2);flex:none;font-size:.7rem}.arc-name{min-width:0;font-size:var(--t-cap);color:var(--ink);white-space:nowrap;text-overflow:ellipsis;flex:1;font-weight:600;overflow:hidden}.arc-att{text-align:right;width:2.5rem;font-family:var(--mono);font-variant-numeric:tabular-nums;color:var(--ink);flex:none;font-size:.7rem;font-weight:600}.arc-status{text-align:right;width:3.6rem;color:var(--ink-2);flex:none;font-size:.66rem}#parentRoot :is(.arc-tick text,.arc-mid-v,.arc-mid-l,.arc-mid-s){filter:drop-shadow(0 0 1.5px #fff)drop-shadow(0 0 4px #ffffffe6)}:root{--f-body:15px;--f-label:12.5px;--f-meta:11.5px;--f-micro:10px}#parentRoot :is(.msg-body,.empty-note){font-size:var(--f-body)}#parentRoot :is(.id-line,.id-figs dt,.seg-label,.gauge-label,.sig-what,.arc-name,.miss-name,.sub-name,.insight-line,.empty-lead,.cal-month,.sig-none,.c-empty){font-size:var(--f-label)}#parentRoot :is(.eyebrow,.section-note,.ridge-note,.miss-date,.miss-time,.miss-why,.sig-clock,.sig-when,.sig-when b,.msg-from,.msg-from b,.gauge-sub,.id-serial,.arc-time,.arc-att,.arc-status,.wheel-key,.wheel-key li,.wheel-note,.bar-key,.bar-key li,.cal-head span,.err-detail,.day-flag){font-size:var(--f-meta)}#parentRoot :is(.cal-word,.avatar-initial,.gauge-read i){font-size:var(--f-micro)}#parentRoot .cal-month{min-height:40px;padding:.4rem .85rem}#parentRoot .seg-btn{min-height:40px}#parentRoot .cal-cell{min-height:3.4rem}#parentRoot .day-x{min-width:40px;min-height:40px}#parentRoot .gauge-read b>span,#parentRoot .ring-val>span{line-height:1;display:block}:root{--f-fig:16px}#parentRoot :is(.cal-num,.id-figs dd){font-size:var(--f-fig)}#parentRoot .wheel-band{fill:#fbf8f4;stroke:#4a2d142e}#parentRoot .wheel-seg.is-on .wheel-band{fill:#fff}#parentRoot .cal-head span{color:#0b0805;text-shadow:0 0 4px #fffffffa,0 0 9px #fffffff0,0 0 15px #ffffffbf;font-weight:700}#parentRoot .section.is-quiet{padding:var(--s4) var(--s5)}#parentRoot .section.is-quiet .insight-line{min-height:0;margin:0}#parentRoot :is(.eyebrow,.section-note,.miss-date,.cal-head span){text-shadow:0 0 3px #ffffffeb,0 0 7px #ffffffb3}#parentRoot :is(.id-line,.id-serial,.sig-when,.msg-from,.arc-status,.gauge-sub,.ridge-note,.wheel-note,.cal-word){text-shadow:0 0 3px #ffffffe6}#parentRoot :is(.sig-clock,.miss-date,.miss-time,.arc-time,.gauge-read i){text-shadow:0 0 3px #fffffffa,0 0 8px #ffffffe0,0 0 14px #ffffffa6}@media (min-width:900px){#parentRoot .c-wrap{padding-inline:var(--s4)}}#parentRoot .g-tnum{paint-order:normal;stroke:none;fill:#0b0805;fill-opacity:1;filter:drop-shadow(0 0 1.2px #fff)drop-shadow(0 0 2.6px #fffffffa)drop-shadow(0 0 5px #ffffffe6)drop-shadow(0 0 10px #ffffffb3);font-size:6.2px;font-weight:700}#parentRoot svg text.recharts-text{filter:drop-shadow(0 0 1.5px #fff)drop-shadow(0 0 4px #fffffff5)drop-shadow(0 0 9px #ffffffd1)drop-shadow(0 0 15px #fff9)}#parentRoot :is(.id-name,.id-line,.id-figs dt,.id-figs dd,.cal-num,.gauge-label,.gauge-read b,.msg-body,.sig-what,.sig-none,.c-empty,.arc-name,.arc-att,.miss-name,.miss-why,.insight-line,.empty-lead,.empty-note,.seg-label,.day-flag,.sl-name,.err-detail){text-shadow:none}.gauges{gap:var(--s4) var(--s3);margin-top:var(--s4);grid-template-columns:repeat(2,1fr);display:grid}.gauges>.dial:first-child{grid-column:1/-1}@media (min-width:760px){.gauges{grid-template-columns:repeat(3,1fr)}.gauges>.dial:first-child{grid-column:auto}}.dial{min-width:0;margin:0}.dial-stage{aspect-ratio:320/214;width:100%;position:relative;container-type:inline-size}.gauges>.dial:first-child .dial-stage{width:min(19rem,88%);margin-inline:auto}.dial-svg{display:block;overflow:visible}.dial-read{pointer-events:none;color:#14161a;flex-direction:column;align-items:center;gap:.5cqw;display:flex;position:absolute;top:36.5%;left:0;right:0;transform:translateY(-50%)}.dial-read b{letter-spacing:-.02em;font-variant-numeric:tabular-nums;font-size:14cqw;font-weight:800;line-height:.86}.dial-read i{letter-spacing:.22em;text-indent:.22em;opacity:.7;white-space:nowrap;font-size:4.1cqw;font-style:normal;font-weight:500;line-height:1}.dial-strip{font:500 9.5px/1 var(--mono);letter-spacing:.14em;text-transform:uppercase;color:#14161a9e;border-top:1px solid #14161a1f;justify-content:space-between;align-items:center;gap:10px;margin:2px 6px 0;padding-top:7px;display:flex}.dial-strip span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.dial-name{color:#14161ad9;flex:0 auto;font-weight:700}.dial-sub{opacity:.8;flex:0 auto}.dial-exact{flex:none;margin-left:auto}@media (max-width:759.98px){.gauges>.dial:not(:first-child) .dial-sub{display:none}.gauges>.dial:not(:first-child) .dial-strip{letter-spacing:.08em}}.dial-lab{font-family:var(--font)}@keyframes dialGhostA{to{stroke-dashoffset:-360px}}@keyframes dialGhostB{to{stroke-dashoffset:360px}}.dial-ghost-a{animation:42s linear infinite dialGhostA}.dial-ghost-b{animation:58s linear infinite dialGhostB}@media (prefers-reduced-motion:reduce){.dial-ghost-a,.dial-ghost-b{animation:none}}#parentRoot .dial-strip{color:#14161ac7}#parentRoot .dial-name{color:#14161a;font-weight:700}#parentRoot .dial-sub{opacity:.85}#parentRoot .dial-exact{color:#14161ad1}.rdg{margin-top:var(--s3)}.rdg-foot{margin:var(--s3) 0 0;font-size:var(--f-meta);color:#2b1b0cad;text-shadow:0 0 3px #ffffffe6;border-top:1px solid #3a24101a;padding-top:10px}.ridge-note{display:none}.wh3{margin-top:var(--s3);container-type:inline-size}.wh3-stage{aspect-ratio:260/210;margin-top:4px;position:relative}.wh3-svg{display:block;overflow:visible}.wh3-hit{cursor:pointer}.wh3-over{pointer-events:none;color:#3a2410;position:absolute;inset:0}.wh3-label{white-space:nowrap;letter-spacing:.04em;text-shadow:0 0 3px #fffdfaf2,0 0 7px #fffdfacc;font-size:max(9px,3cqw);font-weight:700;line-height:1;position:absolute;transform:translate(-50%,-50%)}.wh3-hub{text-align:center;background:#fffdfae6;border:1px solid #3a24101a;border-radius:999px;flex-direction:column;align-items:center;gap:1px;padding:7px 13px 8px;display:flex;position:absolute;left:50%;transform:translate(-50%,-50%);box-shadow:0 5px 16px #3a241024}.wh3-hub b{letter-spacing:-.03em;font-variant-numeric:tabular-nums;font-size:max(19px,6.6cqw);font-weight:800;line-height:.9}.wh3-hub i{letter-spacing:.06em;opacity:.72;white-space:nowrap;font-size:max(9px,2.8cqw);font-style:normal;font-weight:500;line-height:1}.wh3-key{color:#3a2410;font-size:var(--f-meta);justify-content:center;align-items:center;gap:18px;margin:2px 0 0;padding:0;font-weight:600;list-style:none;display:flex}.wh3-key li{align-items:center;gap:6px;display:flex}.wh3-key i{border-radius:2px;flex:none;width:13px;height:8px}.wh3-note{text-align:center;color:#3a2410;font-size:var(--f-meta);text-shadow:0 0 3px #ffffffeb;border-top:1px solid #3a24101a;margin:9px 0 0;padding-top:8px}.gauges>.dial:first-child .dial-stage{width:min(23rem,100%)}.gauges{gap:var(--s5) var(--s4)}.dial-read i{opacity:1;color:#0b0805;font-weight:600}.dial-read b{color:#0b0805}#parentRoot .rdg svg text{fill:#2b1b0c;filter:drop-shadow(0 0 1.5px #fff)drop-shadow(0 0 4px #fffffff2)drop-shadow(0 0 9px #ffffffbf)}#parentRoot :is(.dial,.rdg,.wh3),#parentRoot :is(.dial,.rdg,.wh3) text{font-family:var(--font)}#parentRoot :is(.dial-read b,.dial-strip,.wh3-hub b){font-family:var(--mono)}#parentRoot .dial-name{font-family:var(--font)}#parentRoot .rdg svg text[font-family*=Mono],#parentRoot .rdg svg text[font-family*=mono]{font-family:var(--mono)}.dial-strip{justify-content:flex-start;gap:.55rem}.dial-name{flex:none;overflow:visible}.dial-sub{flex:0 auto;margin-left:auto}@media (max-width:759.98px){.gauges>.dial:not(:first-child) .dial-sub{display:none}.gauges>.dial:not(:first-child) .dial-strip{letter-spacing:.06em;justify-content:center}}#parentRoot :not(svg):not(path):not(ellipse):not(circle):not(line):not(rect):not(g){text-shadow:none}#parentRoot svg text,#parentRoot svg tspan{filter:none;paint-order:normal;stroke:none}#parentRoot :is(.eyebrow,.section-note,.id-name,.id-line,.id-figs dt,.id-figs dd,.cal-num,.cal-word,.cal-head span,.msg-body,.msg-from,.sig-what,.sig-when,.sig-clock,.miss-name,.miss-why,.arc-name,.arc-status,.insight-line,.empty-lead,.empty-note,.dial-name,.dial-strip,.wh3-label,.wh3-note,.rdg-foot,.seg-label,.day-flag){color:#0b0805}#parentRoot :is(.section-note,.id-line.id-dim,.sig-when,.msg-from,.msg-from span,.id-serial){color:#0b0805;font-weight:500}#parentRoot svg text{fill:#0b0805}#parentRoot .rdg svg text{fill:#2b1b0c}#parentRoot :is(.miss-date,.miss-time,.sig-clock,.arc-time){letter-spacing:.01em;font-size:12px;font-weight:700}#parentRoot .rdg svg text[font-family*=Mono],#parentRoot .rdg svg text[font-family*=mono],#parentRoot svg text.recharts-text{font-weight:600}.dial-strip{font:600 var(--f-meta)/1 var(--font);letter-spacing:.02em;text-transform:none;border-top:1px solid #14161a24;justify-content:center;gap:0;margin:6px 0 0;padding-top:8px}.dial-name{text-align:center;flex:0 auto;font-weight:600}.dial-sub{display:none}#parentRoot .cal-head{border-radius:var(--r-sm);background:#ffffff8c;margin-bottom:.4rem;padding:.28rem 0}#parentRoot .cal-head span{color:#0b0805;font-weight:700}#parentRoot .miss-list li{background:0 0}#parentRoot#parentRoot .rdg{font-family:var(--font)!important}#parentRoot#parentRoot .rdg :is(text,tspan){font-family:var(--font)}#parentRoot .wh3-hub{-webkit-backdrop-filter:blur(14px)saturate(1.3);background:#ffffff52;border:1px solid #ffffff73;border-top-color:#ffffff9e;border-radius:999px;padding:9px 19px 10px;box-shadow:inset 0 1px #ffffff8c,inset 1px 0 #ffffff4d,inset 0 -1px #ffffff24;top:42.4%!important}#parentRoot .wh3-hub b{color:#0b0805}#parentRoot .wh3-hub i{opacity:1;color:#0b0805;font-weight:600}#parentRoot .miss-list button{padding-inline:.5rem}#parentRoot :is(.c-bubble span,.c-tip span,.arc-mid-s,.arc-mid-l){color:#0b0805}#parentRoot :is(.arc-mid-s,.arc-mid-l){fill:#0b0805;fill-opacity:1}#parentRoot .c-bubble{background:#fffffff7}#parentRoot#parentRoot :not(svg):not(path):not(ellipse):not(circle):not(line):not(rect):not(g){text-shadow:none}#parentRoot#parentRoot :is(svg text,svg tspan,text){filter:none;paint-order:normal;stroke:none}.gauge-caveats{margin:var(--s4) 0 0;padding:var(--s3) 0 0;gap:var(--s2);font-size:var(--f-meta);color:#14161ac7;border-top:1px solid #14161a1f;flex-direction:column;line-height:1.5;list-style:none;display:flex}.gauge-caveats li{max-width:62ch}.gauge-caveats b{color:#0b0805;font-weight:600}#parentRoot .gauge-caveats{color:#241c10}#parentRoot .gauge-caveats b{color:#0b0805}.id-source{font-size:var(--f-micro);letter-spacing:.02em;color:#241c10;vertical-align:middle;background:#ffffff6b;border:1px solid #14161a24;border-radius:999px;margin-left:.45rem;padding:.14rem .45rem;font-weight:600;display:inline-block}#parentRoot .id-source{color:#0b0805}.pv-foot{margin:var(--s6) 0 0;padding-top:var(--s4);font-size:var(--f-meta);color:#14161ac7;border-top:1px solid #14161a1f;max-width:62ch;line-height:1.55}#parentRoot .pv-foot{color:#241c10}.acad-list{margin:var(--s3) 0 0;padding:0;list-style:none}.acad-list li{align-items:baseline;gap:var(--s3);padding:var(--s3) 0;border-top:1px solid #4a2d141a;display:flex}.acad-list li:first-child{border-top:0}.acad-main{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.acad-name{font-size:var(--f-label);color:#0b0805;font-weight:600}.acad-sub{font-size:var(--f-meta);color:#241c10}.acad-score{font-family:var(--mono);font-variant-numeric:tabular-nums;font-size:var(--f-label);color:#0b0805;flex:none;font-weight:700}.acad-score.status-ok{color:#2c6349}.acad-score.status-warn{color:#7a4b1f}.acad-score.status-bad{color:#8c2f1e}.acad-summary{margin:var(--s4) 0 0;padding-top:var(--s3);font-size:var(--f-label);color:#241c10;border-top:1px solid #4a2d141a;max-width:62ch;line-height:1.55}.acad-insight{margin:var(--s3) 0 0;padding:var(--s3) var(--s4);border-radius:var(--r-lg);-webkit-backdrop-filter:blur(14px)saturate(1.3);background:#ffffff52;border:1px solid #ffffff73;border-top-color:#ffffff9e;box-shadow:inset 0 1px #ffffff8c}.acad-insight-label{margin:0 0 var(--s2);font-size:var(--f-micro);letter-spacing:.1em;text-transform:uppercase;color:#7a4b1f;font-weight:700}.acad-insight-body{font-size:var(--f-label);color:#0b0805;max-width:62ch;margin:0;line-height:1.6}.acad-insight-body.is-waiting{color:#241c10;font-style:italic}.acad-insight-foot{margin:var(--s2) 0 0;font-size:var(--f-micro);color:#241c10}
