:root{color-scheme:dark;--bg:#191d23;--panel:#242830;--line:#333842;--text:#e8ebf1;--muted:#9299a5;--accent:#d9f891;--green:#4be88d;--blue:#53a4ff}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font:13px/1.4 'Segoe UI',Arial,sans-serif}a{color:inherit;text-decoration:none}a:hover{color:var(--accent)}button,select{font:inherit;color:var(--text);background:transparent;border:1px solid var(--line);border-radius:4px;padding:4px 9px;cursor:pointer}button:disabled{opacity:.3;cursor:default}select{background:var(--panel)}button:focus-visible,a:focus-visible,select:focus-visible{outline:2px solid var(--accent)}.shell{max-width:1920px;margin:auto;padding:18px}header{display:flex;align-items:center;justify-content:space-between;background:var(--panel);border-radius:8px;padding:15px 18px;margin-bottom:10px}h1{margin:0;font-size:23px;font-weight:600;color:var(--accent)}.header-right{display:flex;align-items:center;gap:16px;color:var(--muted);font-size:11px}.button{padding:4px 9px;border:1px solid var(--line);border-radius:4px}nav{display:flex;gap:16px;margin:0 0 12px}nav button{border:0;border-radius:0;color:var(--muted);padding:5px 0}nav button.active{color:var(--accent);border-bottom:1px solid var(--accent)}.layout{display:grid;grid-template-columns:310px minmax(0,1fr);gap:12px}.right{display:flex;flex-direction:column;gap:12px;min-width:0}.panel{background:var(--panel);border-radius:8px;overflow:hidden;min-width:0}.panel-head{display:flex;align-items:center;gap:12px;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--line)}h2{margin:0;font-size:14px;font-weight:600}h3{margin:0;font-size:12px;font-weight:500}small,.sub{font-size:11px;color:var(--muted)}.panel-body{padding:16px}.legend{display:flex;gap:22px;font-size:11px;color:var(--muted)}.legend>span:before{content:'';display:inline-block;background:var(--muted);width:22px;height:2px;vertical-align:middle;margin-right:5px}.legend>.blue:before{background:var(--blue)}.forum-stats{display:flex;gap:20px;align-items:center;padding:12px 16px 0}.forum-stats>div{min-width:140px;text-align:center;padding:8px 16px;background:#1e222a;border-radius:6px}.forum-stats strong{display:block;font-size:35px;font-weight:500;line-height:1.2}.forum-stats>div:first-child strong{color:var(--blue)}.forum-stats>span{color:var(--muted)}.chart{width:100%;display:block;height:205px;overflow:visible}.chart text{fill:var(--muted);font:10px 'Segoe UI',sans-serif}.chart line{stroke:var(--line)}.chart path{fill:none;stroke-width:1.7}.chart .current{stroke:var(--blue)}.chart .average{stroke:#8b929b}.chart .point-value{fill:var(--blue);font-size:10px}.graph-body{padding:4px 16px 10px}.weekly{height:172px}.dot{display:inline-block;width:9px;height:9px;border-radius:3px;background:var(--green);margin-right:6px}aside>.panel{height:100%;display:flex;flex-direction:column}aside .panel-head{flex-wrap:wrap;gap:3px}.roster{padding:0 14px;flex:1}.dev{display:flex;gap:10px;align-items:center;padding:14px 0;border-bottom:1px solid var(--line)}.avatar{width:43px;height:43px;flex-shrink:0;border-radius:50%;display:grid;place-items:center;background:#3a414d;font-size:16px}.dev-info{flex:1;min-width:0}.dev-name{display:flex;justify-content:space-between;gap:5px;font-weight:600}.seen{font-size:11px;font-weight:400;color:var(--green);white-space:nowrap}.timestamp{font-size:10px;margin-top:2px}.trail{display:flex;gap:2px;margin-top:7px;height:9px}.trail i{width:5px;background:#294737}.trail i.on{background:var(--green)}.offline{padding:12px 14px;border-top:1px solid var(--line)}.offline h3{margin-bottom:8px;color:var(--muted)}.offline h3 small{margin-left:5px}.offline-list{display:flex;flex-wrap:wrap;gap:5px 10px;font-size:11px;color:var(--muted)}.calendar{display:grid;grid-template-columns:27px repeat(6,minmax(0,1fr));gap:12px;align-items:start;min-height:185px}.month h3{margin-bottom:8px;color:var(--text)}.month-grid{display:grid;grid-template-rows:repeat(7,21px);grid-auto-flow:column;grid-auto-columns:minmax(0,1fr);gap:3px}.day{display:grid;place-items:center;font-size:10px;color:#596371;border:1px solid #333e4a;border-radius:3px;min-width:0}.day.measured{color:#e2f2e6;border-color:transparent}.day[style*="dcfc69"]{color:#182715}.weekdays{display:grid;grid-template-rows:repeat(7,21px);gap:3px;margin-top:25px;font-size:9px;color:var(--muted);align-items:center}.heat-key{display:flex;align-items:center;justify-content:flex-end;gap:4px;margin-top:14px;color:var(--muted);font-size:10px}.heat-key i{height:13px;width:15px;border-radius:3px}.spacer{flex:1}.calendar-controls{display:flex;gap:9px;align-items:center;font-size:11px;color:var(--muted)}.calendar-controls button{padding:0 7px}.experimental-tools{display:flex;align-items:center;gap:12px;font-size:11px;color:var(--muted)}.experimental-tools b{color:var(--accent)}.bottom-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:16px;padding:14px 16px}.apps{display:grid;grid-template-columns:1fr 1fr;gap:12px}.app strong{font-size:13px;color:var(--accent);display:block;font-weight:500;margin:3px 0}.app small{display:block;font-size:10px}.release-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.release-stat{display:flex;flex-direction:column}.release-stat strong{font-size:24px;font-weight:400}.release-stat>span{font-size:10px;color:var(--muted)}.rhythm-foot{display:flex;justify-content:space-between;gap:10px;margin-top:14px;font-size:10px;color:var(--muted)}table{width:100%;border-collapse:collapse;text-align:left}th,td{padding:10px 16px;border-bottom:1px solid var(--line);font-size:12px}th{color:var(--muted);font-weight:400}td:first-child{white-space:nowrap;color:var(--muted)}.empty{padding:24px 10px;color:var(--muted);font-size:12px}.discord-status{display:flex;gap:40px}.grip{color:var(--accent);font-size:20px}.move{margin-left:auto}.arranging .right .panel-head{cursor:grab;outline:1px dashed var(--muted);outline-offset:-3px}#connection:not(:empty){padding:10px;color:#edc477}.capture nav,.capture .header-right button,.capture .button,.capture .calendar-controls button,.capture .source-link{display:none}.capture .shell{padding:16px}.capture header{padding:14px 18px}.capture .layout{grid-template-columns:310px minmax(0,1fr)}.capture .calendar{gap:10px}.capture .chart{height:200px}.capture .weekly{height:162px}.capture .experimental-tools select{border:0;appearance:none}.capture .dev{padding:12px 0}@media(max-width:1100px){.layout{grid-template-columns:260px minmax(0,1fr)}.calendar{grid-template-columns:25px repeat(3,minmax(0,1fr));gap:16px}.calendar .month:nth-child(5){grid-column:2}.bottom-grid{grid-template-columns:1fr}.header-right{gap:8px}.month-grid{grid-auto-columns:minmax(0,1fr)}}@media(max-width:700px){.shell{padding:10px}header{gap:12px;align-items:flex-start}h1{font-size:18px}.header-right{flex-wrap:wrap;justify-content:flex-end;font-size:10px}#clock{width:100%;text-align:right}.layout{grid-template-columns:1fr}.calendar{grid-template-columns:22px repeat(2,minmax(0,1fr))}.calendar .month:nth-child(4),.calendar .month:nth-child(6){grid-column:2}.calendar .month:nth-child(5){grid-column:auto}.panel-head{gap:8px;flex-wrap:wrap}.forum-stats>div{min-width:110px}.weekly{height:150px}.experimental-tools{gap:8px}.chart .point-value{font-size:8px}.rhythm-foot{flex-wrap:wrap}table{display:block;overflow:auto}.offline-list{gap:8px 12px}.calendar-controls{margin-left:auto}}
.capture .chart{height:172px}.capture .weekly{height:138px}.capture .forum-stats{padding-top:8px}.capture .forum-stats>div{padding:5px 16px}.capture .forum-stats strong{font-size:30px}.capture .panel-head{padding:10px 16px}.capture .panel-body{padding:10px 16px}.capture .calendar{min-height:175px}.capture .month-grid{grid-template-rows:repeat(7,19px)}.capture .weekdays{grid-template-rows:repeat(7,19px)}.capture .heat-key{margin-top:6px}.capture .bottom-grid{padding:10px 16px}.capture .graph-body{padding-top:0;padding-bottom:5px}
.capture .shell{padding-top:12px;padding-bottom:12px}
.discord-roster{padding:12px 14px;border-top:1px solid var(--line)}.discord-roster h3{margin-bottom:8px;color:var(--muted)}.discord-roster .presence-online{color:var(--green)}.discord-roster .presence-idle{color:#f3d56d}.discord-roster .presence-dnd{color:#ed8686}.discord-roster .presence-offline,.discord-roster .presence-invisible{color:#9299a5}.discord-roster .presence-unknown{color:#747b87}
/* Readable full-width plots and a fixed full-HD capture. */
.chart text{font-size:13px}.chart .point-value{font-size:12px}.chart path{stroke-width:2;vector-effect:non-scaling-stroke}.confidence{margin-top:10px;color:var(--accent);font-size:16px;font-weight:600}.reference-key{margin-right:14px;color:var(--muted)}
.capture .shell{width:1920px;max-width:none;height:1080px;padding:12px 16px;display:flex;flex-direction:column}.capture header{flex:0 0 58px;margin-bottom:10px;padding:12px 18px}.capture h1{font-size:27px}.capture #content{flex:1;min-height:0}.capture .layout{height:100%;grid-template-columns:330px minmax(0,1fr);gap:14px}.capture .right{display:grid;grid-template-rows:300px 252px 228px minmax(0,1fr);gap:10px;height:100%}.capture [data-section]{min-height:0;display:flex;flex-direction:column}.capture .panel-head{flex:0 0 42px;padding:8px 16px}.capture h2{font-size:17px}.capture h3{font-size:14px}.capture small,.capture .sub{font-size:13px}.capture .legend,.capture .experimental-tools,.capture .header-right{font-size:13px}.capture .forum-stats{padding-top:8px;flex:0 0 72px}.capture .forum-stats>div{padding:3px 16px;min-width:150px}.capture .forum-stats strong{font-size:30px}.capture .panel-body{min-height:0;padding:10px 16px}.capture .graph-body{flex:1;padding-top:0;padding-bottom:6px}.capture .chart,.capture .weekly{height:100%;width:100%}.capture [data-section=experimental] .panel-body{flex:1}.capture .calendar{min-height:0;gap:12px}.capture .month-grid{grid-template-rows:repeat(7,20px);gap:3px}.capture .weekdays{grid-template-rows:repeat(7,20px);font-size:11px}.capture .day{font-size:12px}.capture .heat-key{font-size:11px;margin-top:8px}.capture .bottom-grid{padding:9px 16px;gap:18px;grid-template-columns:1fr 1.3fr}.capture .apps{gap:6px 14px}.capture .app strong{font-size:18px;margin:2px 0}.capture .app small{font-size:11px}.capture .release-stat strong{font-size:24px}.capture .release-stat>span{font-size:12px}.capture .rhythm-foot{font-size:11px;margin-top:6px}.capture .confidence{margin-top:5px}.capture .offline-list{font-size:13px;gap:6px 10px}.capture .dev-name{font-size:15px}.capture .dev{padding:11px 0}.capture .seen,.capture .timestamp{font-size:12px}.capture .roster{min-height:0;overflow:hidden}.capture .avatar{width:44px;height:44px}.capture .trail{gap:2px}.capture .offline,.capture .discord-roster{padding:10px 14px}.capture .discord-roster h3,.capture .offline h3{font-size:14px}
.capture .right{display:flex}.capture [data-section=forums]{flex:0 0 300px}.capture [data-section=calendar]{flex:0 0 252px}.capture [data-section=experimental]{flex:0 0 228px}.capture [data-section=bottom]{flex:1}.capture [data-section=bottom] .panel-head{flex-basis:36px}.capture .roster.dense .timestamp,.capture .roster.very-dense .timestamp,.capture .roster.very-dense .trail{display:none}.capture .roster.dense .dev{padding:6px 0}.capture .roster.very-dense .dev{padding:3px 0}.capture .roster.very-dense .avatar{height:28px;width:28px;font-size:12px}.capture .roster.very-dense .dev .sub{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.capture .roster.very-dense .dev-name{font-size:12px}
.capture .layout{min-height:0;grid-template-rows:minmax(0,1fr)}.capture .right,.capture aside{min-height:0}.capture [data-section=forums]{flex-basis:290px}.capture [data-section=calendar]{flex-basis:270px}.capture [data-section=experimental]{flex-basis:220px}.day[style*="dcff64"]{color:#16250e}.capture .rhythm-foot span:last-child{display:none}
.capture [data-section=bottom] .panel-head{padding:6px 16px}.capture .bottom-grid{padding:6px 16px}.capture .apps{row-gap:4px}.capture .app h3{font-size:13px}.capture .app strong{margin:1px 0}.capture .app small{font-size:10px}.capture .rhythm-foot{display:none}

/* Compact screenshot headers leave the plot its full vertical space. */
.capture [data-section=forums] .panel-head,.capture [data-section=bottom] .panel-head{justify-content:flex-start;gap:24px}
.capture .capture-forum-summary{display:flex;align-items:center;gap:14px;font-size:14px;color:var(--muted)}
.capture .capture-forum-summary strong{font-size:20px;margin-left:5px;color:var(--text)}
.capture .capture-forum-summary>span:first-child strong{color:var(--blue)}
.capture .capture-forum-summary .versus{font-size:12px}
.capture [data-section=forums] .legend{margin-left:auto}
.capture [data-section=bottom] .panel-head .confidence{margin:0;font-size:15px}

.brand{display:flex;align-items:baseline;gap:14px;flex-wrap:wrap}.byline{font-size:13px;color:var(--muted)}.byline a{color:var(--accent)}.fan-footer{padding:18px 0 4px;text-align:center;color:var(--muted);font-size:12px}.capture .fan-footer{display:none}.major-timer{font-variant-numeric:tabular-nums;white-space:nowrap;font-size:24px!important}.data-sources{max-width:450px}.data-sources summary{cursor:pointer}.data-sources a{color:var(--accent)}.data-sources div{line-height:1.8;padding-top:6px}.public-view nav,.public-view #arrange,.public-view .header-right .button{display:none}

.project-notice{text-align:center;color:var(--muted);font-size:12px;padding:18px 20px 0}.capture .project-notice,.capture #announcements,.capture #edit-site{display:none}.major-timer{color:var(--text)}
.yoshi-alert,.site-announcement{border:1px solid var(--line);background:var(--panel);border-radius:8px;margin-bottom:14px;padding:14px 18px}.yoshi-alert a,.site-announcement a{color:var(--accent)}.yoshi-alert small{margin-left:12px;color:var(--muted)}.site-announcement p{white-space:pre-wrap}.site-announcement img{display:block;max-width:100%;max-height:400px;margin-top:12px;border-radius:6px}
#site-editor{background:#242931;color:#eef1f6;border:1px solid #46515f;border-radius:10px;width:560px;max-width:90vw;max-height:90vh;padding:24px}#site-editor::backdrop{background:#000a}#site-editor label{display:flex;flex-direction:column;gap:5px;margin:12px 0;font-size:13px}#site-editor input,#site-editor textarea{padding:8px;background:#191d24;border:1px solid #46515f;color:#eef1f6;border-radius:4px;font:inherit}#site-editor textarea{min-height:70px}#site-editor button{padding:8px 16px}#site-editor .editor-actions{display:flex;justify-content:flex-end;gap:12px}#image-preview{max-width:100%;max-height:200px}

.release-stat .major-timer{color:var(--text)}

.capture .roster.dense .dev{padding:5px 0}.capture .roster.dense .avatar{width:36px;height:36px}.capture .roster.very-dense .dev{padding:3px 0}

[data-section=bottom] .panel-head{justify-content:flex-start;gap:24px}[data-section=bottom] .panel-head .confidence{margin:0;font-size:15px}#clock{font-variant-numeric:tabular-nums}
.fan-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;text-align:left}.hosting-tip{display:flex;flex-direction:column;align-items:flex-end;gap:5px;text-align:right}.hosting-tip a{color:var(--accent);text-decoration:none}.hosting-tip a:hover{text-decoration:underline}.hosting-tip a:focus-visible{outline:2px solid var(--accent);outline-offset:4px}@media(max-width:600px){.fan-footer{flex-direction:column;align-items:stretch}.hosting-tip{align-self:flex-end}}

.forums-content{display:flex;min-height:0}.forums-main{flex:1;min-width:0}.pizza{width:250px;flex-shrink:0;padding:12px 14px;border-left:1px solid var(--line);color:var(--text)}.pizza h3{font-size:14px;font-weight:600;margin:0 0 8px}.pizza h4{margin:0 0 3px;font-size:13px;font-weight:600}.pizza-status{font-size:12px;color:var(--muted)}.pizza-details{font-size:10px;color:var(--muted);margin-top:3px}.pizza-venue+.pizza-venue{margin-top:12px}.pizza-bars{height:49px;display:grid;grid-template-columns:repeat(18,minmax(0,1fr));gap:2px;margin-top:8px}.pizza-bars>div{display:flex;align-items:flex-end}.pizza-bars i{display:block;width:100%;background:var(--line);border-radius:2px 2px 0 0}.pizza-bars .now{background:var(--accent)}.pizza-axis{display:grid;grid-template-columns:repeat(18,minmax(0,1fr));font-size:8px;color:var(--muted);margin-top:4px}.pizza-axis span{white-space:nowrap;text-align:center}.capture .forums-content,.capture .forums-main{display:flex;flex-direction:column;flex:1;min-height:0}@media(max-width:999px){.forums-content{flex-direction:column}.pizza{width:auto;border-left:0;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:0 20px}.pizza h3{grid-column:1/-1}.pizza-venue+.pizza-venue{margin-top:0}}

.confidence-block{min-width:0}.confidence-note{display:block;font-size:10px;font-weight:400;color:var(--muted);margin-top:3px}.capture [data-section=bottom] .panel-head{flex-basis:48px}.capture .confidence-note{font-size:10px}

.design-anchor{position:relative}.design-artifact{position:absolute;z-index:5;overflow-wrap:anywhere}.design-artifact img{display:block;width:100%;height:auto;border-radius:6px}.artifact-text{white-space:pre-wrap;background:var(--panel);border:1px solid var(--line);padding:10px;border-radius:6px}.design-toolbar{position:sticky;top:0;z-index:100;background:var(--panel);border:1px solid var(--accent);border-radius:6px;padding:12px;margin-bottom:12px}.design-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.design-toolbar label{display:inline-flex;align-items:center;gap:8px}.design-toolbar details{margin-top:8px}.design-toolbar details label{margin:8px 12px 0 0;align-items:flex-start}.design-toolbar input,.design-toolbar textarea{background:var(--bg);color:var(--text);border:1px solid var(--line);padding:5px}.design-toolbar input[type=range]{width:90px}.design-toolbar textarea{height:65px}.editing-site [data-design-key]{outline:1px dashed #9299a566;cursor:text;min-width:6px}.editing-site [data-design-key]:focus{outline:1px solid var(--accent)}.editing-site .design-artifact{outline:1px dashed var(--accent)}.artifact-handle{position:absolute;top:-24px;left:0;background:var(--panel);color:var(--accent);cursor:move;touch-action:none;font-size:11px;padding:2px 6px}.editing-site .panel{overflow:visible}.editing-site #announcements{min-height:20px}.capture .design-toolbar,.capture .artifact-handle{display:none}
