.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)}.room--attention{border-color:var(--gold);animation:1.1s ease-in-out infinite room-attention-pulse}.room--attention .room__icon{stroke:var(--gold)}@keyframes room-attention-pulse{0%,to{box-shadow:0 0 0 1px var(--gold) inset}50%{box-shadow:0 0 0 3px var(--gold) inset}}@media (prefers-reduced-motion:reduce){.room--attention{box-shadow:0 0 0 2px var(--gold) inset;animation:none}}.sheep--typing .sheep-part--arm-r{animation:.9s ease-in-out infinite sheep-typing-bounce}@keyframes sheep-typing-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.input-area{flex-direction:column;gap:10px;width:100%;margin-top:20px;display:flex}.input-area__chips{flex-wrap:wrap;gap:8px;display:flex}.chip{color:var(--text);border:1px solid var(--purple);cursor:pointer;background:#f0ede80f;border-radius:999px;padding:7px 14px;font-family:inherit;font-size:12px;transition:border-color .15s,background .15s}.chip:hover:not(:disabled){border-color:var(--gold)}.chip:disabled{opacity:.5;cursor:not-allowed}.input-area__row{align-items:flex-end;gap:8px;display:flex}.input-area__textarea{resize:none;color:var(--text);border:1px solid var(--purple);background:#f0ede80d;border-radius:8px;flex:1;padding:10px 12px;font-family:inherit;font-size:13px}.input-area__textarea:disabled{opacity:.5}.input-area__submit{color:var(--navy);background:var(--text);cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:10px 18px;font-family:inherit;font-size:13px}.input-area__submit:disabled{opacity:.5;cursor:not-allowed}.reply-panel{border:1px solid var(--purple);background:#f0ede80a;border-radius:10px;width:100%;min-height:64px;margin-top:16px;padding:12px 16px}.reply-panel__question{border-bottom:1px solid #f0ede826;margin-bottom:10px;padding-bottom:10px}.reply-panel__question-label{letter-spacing:.05em;opacity:.6;margin-bottom:2px;font-size:11px;display:block}.reply-panel__question-text{white-space:pre-wrap;margin:0;font-size:13px;line-height:1.6}.reply-panel__header{align-items:baseline;gap:8px;margin-bottom:4px;display:flex}.reply-panel__room-label{color:var(--gold);font-size:12px;font-weight:700}.reply-panel__opening-line{opacity:.85;font-size:12px}.reply-panel__text{white-space:pre-wrap;margin:0;font-size:13px;line-height:1.7}.reply-panel__placeholder{opacity:.6;margin:0;font-size:12px}.reply-panel:not(.is-idle) .reply-panel__placeholder,.reply-panel.is-idle .reply-panel__question,.reply-panel.is-idle .reply-panel__header,.reply-panel.is-idle .reply-panel__text,.reply-panel.is-idle .reply-panel__typing{display:none}.reply-panel__typing{gap:4px;padding:2px 0;display:none}.reply-panel.is-waiting .reply-panel__typing{display:flex}.reply-panel__typing span{background:var(--gold);opacity:.4;border-radius:50%;width:5px;height:5px;animation:1.1s ease-in-out infinite reply-typing-blink}.reply-panel__typing span:nth-child(2){animation-delay:.2s}.reply-panel__typing span:nth-child(3){animation-delay:.4s}@keyframes reply-typing-blink{0%,80%,to{opacity:.3}40%{opacity:1}}@media (prefers-reduced-motion:reduce){.reply-panel__typing span{opacity:.7;animation:none}}@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}
