.command-center{min-width:0}.cc-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.cc-heading h2{margin:0;font:24px Georgia,serif}.cc-heading p{font-size:11px;margin:4px 0;color:#697d60}.cc-actions{display:flex;gap:7px;flex-wrap:wrap}.cc-actions button{font-size:11px;padding:7px 11px}.cc-body{display:grid;grid-template-columns:minmax(0,1fr) 225px;gap:14px}.cc-months{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;align-items:start}.cc-month{border:1px solid #d4dfcf;border-radius:9px;background:white;overflow:hidden}.cc-month h3{font-size:12px;margin:0;padding:6px 8px;background:#e6ecdf}.cc-week{min-height:68px;padding:2px 5px;border-top:1px solid #e3e8de}.cc-week-heading{display:flex;align-items:center;justify-content:space-between;gap:3px;margin-bottom:2px;line-height:12px;font-size:10px}.cc-week-heading strong{font-size:10px;white-space:nowrap}.cc-week-heading strong span{font-weight:400}.cc-week-heading small{font-size:9px;max-width:50%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#846423}.cc-slots{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2px}.cc-slot{display:flex;align-items:center;gap:2px;min-width:0;min-height:15px;height:15px;line-height:13px;font-size:11px;border:1px solid #c5d4b9;background:#edf3e5;border-radius:3px;padding:0 3px;text-align:left;font-weight:550}.cc-slot>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;flex:1}.cc-slot>b{font-size:8px;flex:none;color:#65517f;border-left:1px solid #cbbede;padding-left:2px}.cc-slot.cc-empty{background:#fff;border-style:dashed;color:#718367}.cc-slot.cc-town{background:#ede9f6;border-color:#b8aad0}.cc-slot:hover{background:#dceaca}.cc-slot.cc-drop{outline:1px solid #6e964f;background:#ddecce}.cc-sidebar{display:flex;flex-direction:column;gap:12px}.cc-sidebar>section{border:1px solid #d9e1d3;border-radius:10px;background:white;padding:14px}.cc-sidebar .cc-current{background:#294f3c;color:white}.cc-current h3{font-size:20px;margin:7px 0}.cc-current p{font-size:11px;margin:4px 0 12px}.cc-current small{font-size:9px;color:#c7d7b7;letter-spacing:1px}.cc-current .textlink{color:white}.cc-current .turn-countdown{font-size:13px;display:block;margin-bottom:12px;color:white}.cc-upcoming{padding:6px 0;border-bottom:1px solid #ffffff20;font-size:11px}.cc-recent h3{margin:0 0 5px}.cc-recent article{padding:9px 0;border-bottom:1px solid #e5e9e1}.cc-recent article>div{display:flex;align-items:center;justify-content:space-between;gap:6px}.cc-recent strong{font-size:11px}.cc-recent small{font-size:9px}.cc-recent p{font-size:10px;margin:5px 0}.cc-recent button{font-size:10px;padding:4px 8px;min-height:27px}.cc-recent details{position:relative}.cc-recent summary{cursor:pointer;list-style:none;padding:2px 8px;font-size:18px}.cc-recent details>button{position:absolute;right:0;top:25px;white-space:nowrap;z-index:4;box-shadow:0 5px 15px #19333122}.cc-tools{margin-top:16px}.cc-tools>summary{cursor:pointer;padding:12px;font-weight:650}.cc-tools>.live-dashboard{margin-top:10px}.cc-tools .dash-command{position:static}.cc-changed{animation:cc-flash 2s ease-out}@keyframes cc-flash{from{background:#ffe2a3}to{background:white}}#cc-dialog{width:480px;max-width:94vw;max-height:88vh;overflow:auto;padding:26px;border:1px solid #cad6c1;border-radius:12px;color:#243e36}#cc-dialog::backdrop{background:#19333166}#cc-dialog h2{font:24px Georgia,serif}#cc-dialog label{margin:12px 0}#cc-dialog select{width:100%}.cc-close{position:absolute;right:8px;top:8px;border:0;font-size:19px}#cc-dialog p{font-size:12px}
@media(min-width:1600px){main.dashboard-page{max-width:1920px;padding:10px 20px}.dashboard-page>.pageheading{margin-bottom:8px;min-height:0}.dashboard-page>.pageheading h1{font-size:27px}.dashboard-page .cc-week{min-height:64px}.dashboard-page>.pageheading p{display:none}}
@media(max-width:1599px){.cc-months{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:1000px){.cc-months{grid-template-columns:repeat(3,minmax(0,1fr))}.cc-body{grid-template-columns:1fr}.cc-sidebar{display:grid;grid-template-columns:1fr 1fr}.cc-heading{align-items:start;flex-direction:column}}
@media(max-width:600px){.cc-months{grid-template-columns:repeat(2,minmax(0,1fr))}.cc-sidebar{grid-template-columns:1fr}.cc-slot{font-size:10px}}
@media(prefers-reduced-motion:reduce){.cc-changed{animation:none;outline:2px solid #c59940}}
@media(min-width:1600px){
body:has(.command-center) #app>header{height:42px;min-height:42px;padding-block:2px}
body:has(.command-center) header .brand{font-size:16px;gap:8px}
body:has(.command-center) header .brand small{display:none}
body:has(.command-center) header .mark{padding:4px 8px}
body:has(.command-center) header .mark span{font-size:18px}
.dashboard-page .cc-week{min-height:0}
.dashboard-page .cc-heading h2{display:none}
.dashboard-page .cc-heading p{margin:0}
.dashboard-page .cc-heading{min-height:38px}
.dashboard-page .cc-current .turn-countdown{margin-bottom:8px}
}
@media(min-width:1600px){.dashboard-page .cc-heading{min-height:0;margin-bottom:8px}.dashboard-page>.pageheading{gap:14px}.dashboard-page>.pageheading .heading-status{margin-left:auto}.dashboard-page .cc-heading p{line-height:14px}}
.cc-body{align-items:start}.cc-months{align-content:start}.cc-recent details{margin:0}.cc-recent article>div{min-height:0}.cc-recent article>div>span{min-height:0}

/* Only the requested supporting panel is visible beneath the live grid. */
.cc-tools .cc-optional:not([open]){display:none}
.cc-tools .cc-optional{max-width:950px;margin:16px auto;padding:20px}
.cc-tools .cc-optional>summary{display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:16px;font-weight:650;list-style:none;margin-bottom:16px;gap:16px}
.cc-tools .cc-optional>summary span{font-size:12px;font-weight:400;white-space:nowrap}
.cc-tools .cc-optional>summary::-webkit-details-marker{display:none}
.cc-tools .dash-tools>.card{margin:12px 0 0}
.cc-clock-tool{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;background:#eef3e8;border-radius:9px;flex-wrap:wrap}

.cc-upcoming{display:flex;align-items:center;justify-content:space-between;gap:5px;flex-wrap:wrap}.cc-upcoming>b{font-size:9px;font-weight:500;letter-spacing:0;background:#ffffff18;border-radius:4px;padding:2px 4px;color:#e6eddf}.cc-upcoming-skip>b{background:#f4dfab;color:#493b1d}.cc-upcoming-skip>span{color:#d4ddce}

/* Blue dashed targets distinguish legal destinations from assigned vacations. */
.cc-slot.cc-drop{background:#d9efff;color:#084d80;border:1px dashed #1475b5;outline:1px solid #1475b5;outline-offset:0}
.cc-slot.cc-drop>b{color:#084d80;border-color:#77afd2}
.cc-slot.cc-drop:hover{background:#b5dfff;color:#06395e;outline:2px solid #08649f}
.command-center.cc-large .cc-months{grid-template-columns:repeat(3,minmax(0,1fr))}
.command-center.cc-large .cc-slot{height:auto;min-height:32px;font-size:13px;line-height:1.4;padding:5px}
.command-center.cc-large .cc-slot span{white-space:normal;overflow-wrap:anywhere}
.command-center.cc-large .cc-week{min-height:0;padding:7px}
.command-center.cc-large .cc-week-heading{font-size:12px;line-height:1.5;margin-bottom:5px}
.command-center.cc-large .cc-week-heading strong{font-size:12px}
@media(max-width:700px){.command-center.cc-large .cc-months{grid-template-columns:1fr}.command-center.cc-large .cc-slot{min-height:40px}}
.cc-current>button:not(.textlink){background:#f0f4e9;color:#294b3b;border-color:#d3dfc9}
/* Keep the readable grid readable on narrow laptops and landscape tablets. */
@media(min-width:701px) and (max-width:1199px){.command-center.cc-large .cc-months{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* Small-screen meeting controls stay available while reviewing the grid. */
.cc-recent-shortcut{display:none}
.cc-recent,.cc-optional{scroll-margin-top:110px}
@media(max-width:1599px){
 .cc-heading{display:contents}
 .cc-heading>div:first-child{margin-bottom:10px}
 .cc-actions{position:sticky;top:var(--meeting-header-height,108px);z-index:20;background:#f7f8f5;border-bottom:1px solid #d5dfcf;padding:8px 0;margin-bottom:12px;box-shadow:0 5px 8px #243e3608}
 .cc-recent-shortcut{display:block}
}
@media(max-width:700px){
 .cc-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px}
 .cc-actions button{min-height:40px;padding:6px;font-size:11px}
 .cc-actions #cc-pause{grid-column:1;grid-row:1}
 .cc-actions #cc-advance{grid-column:2;grid-row:1}
 .cc-actions #cc-undo{grid-column:3;grid-row:1}
 .cc-actions #cc-size{grid-column:4;grid-row:1}
 .cc-actions [data-cc-tools="tools"]{grid-column:3 / span 2}
 .cc-actions #cc-size[aria-pressed="true"]{background:#e7eddf}
 .cc-slots{grid-template-columns:repeat(2,minmax(0,1fr))}
 .cc-slot{height:auto;min-height:36px;line-height:1.3;font-size:12px;padding:4px}
 .cc-slot>span{white-space:normal;overflow-wrap:anywhere}
 .cc-week{padding:5px}
 .cc-recent button,.cc-recent summary{min-height:40px}
}
