.office-stage{--navy:#0a192f;--purple:#493759;--gold:#d4af37;--text:#f0ede8;width:100%;max-width:1120px;color:var(--text);flex-direction:column;align-items:center;margin:0 auto;font-family:"M PLUS 1p",sans-serif;display:flex}.office-ceo-tier{width:200px;margin-bottom:32px}.room--ceo{box-shadow:0 10px 24px -8px #000000b3}.office-floor{background:var(--navy);border:2px solid var(--purple);border-radius:10px;width:100%;position:relative;overflow:hidden}.office-floor__row{display:flex}.office-floor__row--upper .room{flex:50%;min-height:132px}.office-floor__row--lower .room--advisor,.office-floor__row--lower .room--developer{flex:24%}.office-floor__row--lower .room--reception{flex:52%}.office-floor__row--lower .room{min-height:156px}.office-floor__row--upper .room+.room,.office-floor__row--lower .room+.room{border-left:2px solid var(--purple)}.office-floor__row--lower{border-top:2px solid var(--purple)}.room{background:var(--navy);border:2px solid var(--purple);border-radius:8px;flex-direction:column;justify-content:flex-end;align-items:center;padding:10px 8px 14px;transition:border-color .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden}.office-floor .room{border:none;border-radius:0}.room:before{content:"";background:radial-gradient(closest-side, var(--room-accent,transparent), transparent 72%);opacity:.12;pointer-events:none;z-index:0;width:150%;height:65%;position:absolute;bottom:-18%;left:50%;transform:translate(-50%)}.room:after{content:"";background:var(--room-accent,var(--purple));opacity:.55;pointer-events:none;z-index:1;border-radius:2px;height:2px;position:absolute;top:2px;left:14%;right:14%}.room__label{text-align:center;letter-spacing:.05em;color:var(--text);opacity:.85;z-index:2;font-size:12px;position:absolute;top:8px;left:0;right:0}.room__icon{fill:none;width:40px;height:28px;stroke:var(--room-accent,var(--purple));stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;opacity:.9;z-index:1;margin-top:16px;position:relative}.room__stage{z-index:1;justify-content:center;align-items:flex-end;width:100%;height:64px;display:flex;position:relative}.sheep{--idle-delay:0s;transform-origin:50% 100%;width:52px;animation:3.6s ease-in-out infinite sheep-breathe;animation-delay:var(--idle-delay);position:relative}.sheep__svg-wrap svg{z-index:1;width:100%;height:auto;display:block;position:relative}.sheep__glow{background:radial-gradient(closest-side, var(--room-accent,#38bdf8), transparent 75%);opacity:.5;filter:blur(2px);pointer-events:none;z-index:-1;width:70px;height:24px;position:absolute;bottom:-6px;left:50%;transform:translate(-50%)}.sheep-part--wool,.sheep-part--arm{fill:var(--sheep-wool)}.sheep-part--body{fill:var(--sheep-outfit)}.sheep-part--face{fill:var(--sheep-face)}.sheep-part--eye{fill:#1b2a2e;transform-box:fill-box;transform-origin:50%;animation:4.6s ease-in-out infinite sheep-blink;animation-delay:calc(var(--idle-delay) + .5s)}.sheep-part--arm-r{transform-box:fill-box;transform-origin:50% 0;animation:10.5s ease-in-out infinite sheep-fidget;animation-delay:calc(var(--idle-delay) + 2.2s)}.sheep__role-label{white-space:nowrap;letter-spacing:.04em;opacity:.75;font-size:10px;position:absolute;bottom:-15px;left:50%;transform:translate(-50%)}@keyframes sheep-breathe{0%,to{transform:scaleY(1)}50%{transform:scaleY(1.02)translateY(-1px)}}@keyframes sheep-blink{0%,90%,to{transform:scaleY(1)}94%{transform:scaleY(.15)}}@keyframes sheep-fidget{0%,82%,to{transform:translateY(0)rotate(0)}88%{transform:translateY(-3px)rotate(-8deg)}92%{transform:translateY(0)rotate(0)}}@media (prefers-reduced-motion:reduce){.sheep,.sheep-part--eye,.sheep-part--arm-r,.sheep-part--hair{animation:none!important}}.sheep-part--jacket{fill:none;stroke:#ffffff80;stroke-width:2px;stroke-linecap:round}.sheep-part--glasses{fill:none;stroke:#0a192f;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.sheep-part--hair{fill:#4a3728;transform-box:fill-box;transform-origin:55% 5%;animation:3.6s ease-in-out infinite sheep-hair-sway;animation-delay:var(--idle-delay)}.sheep-part--hair-tie{fill:var(--gold)}@keyframes sheep-hair-sway{0%,to{transform:rotate(0)}50%{transform:rotate(2deg)}}.ceo-absent,.ceo-present{justify-content:center;align-items:flex-end;width:100%;height:100%;display:flex}.room--ceo[data-ceo-state=absent] .ceo-present,.room--ceo[data-ceo-state=present] .ceo-absent{display:none}.room--ceo{cursor:pointer}.ceo-door{border:2px solid var(--purple);transform-origin:0;background:linear-gradient(100deg,#f5e6c847,#f5e6c800 65%);border-radius:2px;width:26px;height:46px;margin-bottom:4px;position:relative;transform:perspective(80px)rotateY(22deg)}.ceo-door:before{content:"";filter:blur(1px);background:radial-gradient(closest-side,#f5e6c873,#f5e6c800);width:14px;position:absolute;top:8%;bottom:8%;left:-10px}.room--active{border-color:var(--gold);box-shadow:0 0 0 1px var(--gold) inset}.room--active .room__icon{stroke:var(--gold)}@media (width<=720px){.office-ceo-tier{width:100%;margin:0 auto 16px}.office-floor__row,.office-floor__row--upper .room,.office-floor__row--lower .room--advisor,.office-floor__row--lower .room--reception,.office-floor__row--lower .room--developer{flex-direction:column;flex:auto}.office-floor__row{display:block}.office-floor__row .room+.room{border-left:none;border-top:2px solid var(--purple)}}body{box-sizing:border-box;background:#05101f;justify-content:center;align-items:center;min-height:100vh;margin:0;padding:32px 16px;display:flex}
