:root{--paper:#f5f7f8;--ink:#172329;--muted:#637178;--line:#dce3e7;--green:#145b48;--red:#aa343a;--yellow:#97651e;--white:#fff;--mint:#dceee6;--blue:#336b8c}*{box-sizing:border-box;letter-spacing:0}body{margin:0;background:var(--paper);color:var(--ink);font:14px/1.5 -apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}button,input,textarea,select{font:inherit}button{cursor:pointer;border:1px solid var(--line);border-radius:6px;background:white;color:var(--ink);padding:9px 13px;font-weight:600}button:hover{border-color:#9caca4;background:#f1f7f3}button:disabled{opacity:.45;cursor:not-allowed}button.primary{background:var(--green);color:white;border-color:var(--green)}a{color:var(--green)}h1,h2,h3,p{margin:0}h1{font-size:34px;line-height:1.15}h2{font-size:20px}h3{font-size:15px}.sidebar{position:fixed;inset:0 auto 0 0;width:226px;background:#fff;border-right:1px solid var(--line);padding:28px 18px;display:flex;flex-direction:column}.brand{display:flex;align-items:center;gap:10px;color:var(--ink);text-decoration:none;font-size:25px;font-weight:750}.brand img{border-radius:7px}.word-office{font-weight:400;margin-left:5px}.nav-label{font-size:10px;font-weight:700;color:var(--muted);margin:44px 12px 10px}nav{display:grid;gap:5px}nav button{text-align:left;border:0;background:none;display:flex;align-items:center;gap:12px;padding:12px;font-weight:500}nav button.active{color:var(--green);background:var(--mint);font-weight:700}nav .icon{width:22px;display:inline-block;text-align:center;font-size:17px}.sidebar footer{margin-top:auto;font-size:11px;color:var(--muted);line-height:2}.sidebar footer button{margin-top:10px;font-size:12px}.dot{display:inline-block;width:7px;height:7px;background:var(--green);border-radius:50%;margin-right:5px}main{margin-left:226px;padding:0 34px;max-width:1700px}.topbar{min-height:78px;display:flex;justify-content:space-between;align-items:center;gap:12px;border-bottom:1px solid var(--line);font-size:12px;color:var(--muted)}.topbar>div{display:flex;gap:8px}.heading{padding:32px 0 24px;display:flex;align-items:center;justify-content:space-between;gap:15px}.heading p:not(.eyebrow){margin-top:8px;color:var(--muted)}.eyebrow{font-size:10px;font-weight:800;margin-bottom:10px;color:var(--green)}.mode{font-size:10px;border:1px solid var(--line);padding:6px 10px;border-radius:4px;white-space:nowrap;color:var(--muted)}.metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-bottom:28px}.metric{padding:18px 16px;border-right:1px solid var(--line)}.metric:first-child{padding-left:0}.metric:last-child{border:0}.metric .value{font-size:29px;font-weight:650;line-height:1.4}.metric .label{color:var(--muted);font-size:12px}.metric .hint{font-size:10px;color:var(--muted)}.section-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin:24px 0 14px}.tabs{display:flex;gap:5px;flex-wrap:wrap}.tabs button{font-size:12px;padding:6px 10px}.tabs button.active{background:var(--ink);color:white}.split{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:24px}.list{border-top:1px solid var(--line)}.post{display:grid;grid-template-columns:46px minmax(0,1fr) auto;gap:13px;padding:17px 0;border-bottom:1px solid var(--line);align-items:center}.datebox{text-align:center;background:#e9eef1;border-radius:5px;font-weight:750;font-size:19px;line-height:1.25;padding:7px 2px}.datebox small{display:block;font-size:9px;color:var(--muted);font-weight:500}.post .meta{font-size:11px;color:var(--muted);margin-bottom:3px}.post h3{font-weight:650;line-height:1.45;overflow-wrap:anywhere}.post .reason{font-size:11px;color:var(--yellow);margin-top:6px}.badge{font-size:10px;display:inline-block;padding:3px 6px;border-radius:4px;background:#e7ecef;color:var(--muted);white-space:nowrap}.badge.OK,.badge.APPROVED,.badge.LIVE,.badge.DRAFT_VERIFIED{background:#dceddf;color:#236340}.badge.RED,.badge.EXPIRED,.badge.failed{background:#fbe6e6;color:var(--red)}.badge.HELD,.badge.ATTENTION{background:#fff0d5;color:#845613}.badge.STALE,.badge.UNKNOWN{background:#ece9f3;color:#675d7e}.account{padding:14px 0;border-bottom:1px solid var(--line)}.account>div{display:flex;justify-content:space-between;gap:10px}.account p{font-size:12px;color:var(--muted);margin-top:4px}.source{font-size:10px;color:var(--muted);overflow-wrap:anywhere;margin:9px 0;line-height:1.65}.empty{padding:25px 0;color:var(--muted)}.notice{background:#fff0d5;color:#754f18;border-left:3px solid #c08b29;padding:12px;margin-bottom:20px;font-size:12px}.calendar{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));border-top:1px solid var(--line);border-left:1px solid var(--line)}.day{min-height:112px;padding:7px;border-bottom:1px solid var(--line);border-right:1px solid var(--line);background:white}.day>span{font-size:11px;color:var(--muted)}.day button{display:block;width:100%;text-align:left;font-size:10px;padding:5px;margin-top:5px;overflow-wrap:anywhere;background:#e9f2ed}.day.blank{background:transparent}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%;font-size:12px}td,th{padding:11px 10px;text-align:left;border-bottom:1px solid var(--line);vertical-align:top}th{color:var(--muted);font-weight:500}td:first-child{min-width:180px}code{font-size:11px;white-space:pre-wrap;overflow-wrap:anywhere}.waiting-item{padding:18px 0;border-bottom:1px solid var(--line)}.waiting-item p{margin:6px 0;color:var(--muted)}.page-footer{padding:30px 0;font-size:10px;color:var(--muted)}dialog{width:min(720px,95vw);max-height:94dvh;border:1px solid var(--line);border-radius:8px;padding:25px;background:var(--paper)}dialog::backdrop{background:rgba(13,25,28,.6)}dialog .close{float:right;font-size:23px;line-height:1;padding:6px 10px}label{display:block;font-size:12px;margin:14px 0 5px}input:not([type=checkbox]),textarea{display:block;width:100%;padding:10px;border:1px solid #c5d0d5;background:white;border-radius:5px;color:var(--ink)}textarea{resize:vertical}fieldset{margin:18px 0;border:1px solid var(--line);border-radius:5px}fieldset label{display:flex;align-items:flex-start;gap:9px;margin:9px 0}legend{font-size:12px;font-weight:700}.actions{display:flex;gap:7px;flex-wrap:wrap;margin-top:18px}.danger{color:var(--red)}#editor-error,#error{color:var(--red);font-size:12px;margin-top:12px}.login{min-height:100dvh;display:grid;place-items:center;background:#edf2ef}.login-panel{margin:0;width:min(450px,100%);padding:40px}.login-panel h1{font-size:36px;margin-bottom:30px}.login-panel img{margin-bottom:25px}.login-panel button{width:100%;margin-top:20px;display:flex;justify-content:space-between}.status-row{display:flex;justify-content:space-between;align-items:center}.stub{padding:25px 0;border-top:1px solid var(--line)}.stub p{margin-top:8px;color:var(--muted)}
@media(max-width:1100px){.split{grid-template-columns:1fr}main{padding:0 24px}.sidebar{width:195px}main{margin-left:195px}}
@media(max-width:700px){.sidebar{position:static;width:100%;padding:15px;border-right:0;border-bottom:1px solid var(--line)}.brand{font-size:21px}.nav-label,.sidebar footer{display:none}nav{display:flex;overflow:auto;margin-top:15px;gap:3px}nav button{white-space:nowrap;font-size:12px;padding:8px 10px}nav .icon{display:none}main{margin:0;padding:0 17px}.topbar{min-height:65px}.topbar>span{display:none}.topbar>div{width:100%;justify-content:space-between}.topbar button{font-size:11px}.heading{padding:24px 0 20px}.mode{display:none}h1{font-size:29px}.metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.metric{padding:13px 8px}.metric:first-child{padding-left:8px}.metric:nth-child(2){border:0}.metric:nth-child(n+3){border-top:1px solid var(--line)}.metric .value{font-size:26px}.post{grid-template-columns:35px minmax(0,1fr);gap:9px}.post>button{grid-column:2;justify-self:start;padding:5px 10px}.calendar{grid-template-columns:repeat(7,minmax(0,1fr))}.day{min-height:95px;padding:3px}.day button{font-size:8px;padding:3px}.section-head{align-items:flex-start;flex-direction:column}.tabs button{font-size:11px}dialog{padding:18px}.actions button{flex-grow:1}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}
.office-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--muted);font-size:12px}.office-toolbar>div{display:flex;gap:6px}.office-toolbar button{width:36px;height:36px;padding:8px}.office-toolbar svg{width:18px;height:18px}#office-world{height:570px;width:100%;margin:12px 0 0;background:#edf1f2;overflow:hidden}#office-world canvas{display:block;width:100%;height:100%;touch-action:pan-y;cursor:grab}#office-world canvas:active{cursor:grabbing}.room-directory{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--line)}.room-directory>button{min-width:0;text-align:left;background:transparent;border:0;border-bottom:1px solid var(--line);border-radius:0;padding:18px 12px}.room-directory>button:hover{background:var(--mint)}.room-directory>button>div{display:flex;justify-content:space-between;gap:8px;flex-wrap:wrap}.room-directory p{font-size:12px;margin:7px 0;font-weight:400}.room-directory small{font-size:10px;font-weight:400;color:var(--muted);overflow-wrap:anywhere}@media(max-width:700px){#office-world{height:430px}.room-directory{grid-template-columns:repeat(2,minmax(0,1fr))}.office-toolbar{font-size:11px}.room-directory>button{padding:15px 7px}}
