:root{color-scheme:light;font-family:Noto Sans SC,PingFang SC,Microsoft YaHei,Helvetica Neue,sans-serif}*{box-sizing:border-box}html,body,#root{margin:0;height:100%;min-height:100%}body{min-height:100vh;background:#fff;color:#09090b}a{color:inherit;text-decoration:none}button,input{font:inherit}.app-shell{background:#fff;color:#09090b}.app-shell__frame{display:flex;min-height:100vh;gap:0}.app-shell__sidebar{position:sticky;top:0;height:100vh;max-height:100vh;border-width:0 1px 0 0;border-radius:0;background:#fff;box-shadow:none}.app-shell__content{min-width:0;background:transparent}.app-shell__header{border-bottom:1px solid #e4e4e7;background:#fff}.app-shell__main{min-height:0;overflow:auto;padding:1.5rem}.app-shell__goal{display:none}.workbench-grid{display:grid;height:100%;min-height:0;gap:1rem;grid-template-columns:minmax(0,1fr)}.workbench-rail,.workbench-placeholder{min-height:0}.workbench-placeholder{display:flex;align-items:center}.sidebar-provider{display:flex;min-height:100vh;gap:1rem}.sidebar{display:flex;width:300px;min-width:280px;max-height:100vh;flex-direction:column;border:1px solid #e4e4e7;border-radius:0;background:#fff;color:#09090b;box-shadow:none}.sidebar__header,.sidebar__footer{padding:1rem}.sidebar__header{border-bottom:1px solid #e2e8f0}.sidebar__footer{border-top:1px solid #e2e8f0}.sidebar__content{flex:1 1 0%;min-height:0;overflow-y:auto;padding:.75rem}.sidebar-inset{padding:0}.building-page,.building-workspace,.sidebar-inset{display:flex;min-height:0;flex-direction:column;gap:1rem}.building-page{height:100%}.building-page__toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;border:1px solid #e4e4e7;border-radius:.5rem;background:#fff;padding:1rem}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;align-items:stretch;justify-content:flex-end;background:#0f172a61;opacity:0;transition:opacity .18s ease}.drawer-overlay[data-state=open]{opacity:1}.drawer-overlay[data-state=closed]{opacity:0}.drawer-content{display:flex;width:100%;max-width:min(1080px,92vw);height:100%;flex-direction:column;background:#fff;box-shadow:-24px 0 60px #0f172a2e;transform:translate(100%);transition:transform .22s cubic-bezier(.22,1,.36,1)}.drawer-content[data-state=open]{transform:translate(0)}.drawer-content[data-state=closed]{transform:translate(100%)}.sidebar-menu__button>a,.sidebar-menu__button[href],.sidebar-menu__button.app-shell__nav-link{text-decoration:none}.sidebar-menu__button span,.sidebar-menu__sub-button span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-menu__sub--rooms{margin-left:.5rem}.sidebar-inset{flex:1 1 0%;min-width:0}.room-layout-split{display:grid;gap:1rem;grid-template-columns:minmax(0,1fr)}.allocation-assignment-row{display:grid;gap:.75rem;grid-template-columns:minmax(0,1fr) 90px 90px;border:0;border-bottom:1px solid #f1f5f9;background:#fff;padding:.75rem 1rem}.allocation-assignment-row:hover,.allocation-assignment-row--active{background:#f8fafc}.allocation-assignment-row:focus-visible{outline:2px solid #e2e8f0;outline-offset:-2px}.allocation-assignment-row:last-child{border-bottom-width:0}.allocation-room-list{overflow:hidden;border:1px solid #e2e8f0;border-radius:.5rem;background:#fff}.allocation-room-list__button{position:relative;display:block;width:100%;border:0;border-bottom:1px solid #f1f5f9;background:#fff;color:inherit;cursor:pointer;padding:.75rem;text-align:left;transition:background-color .2s ease}.allocation-room-list__button:hover,.allocation-room-list__button--active{background:#f8fafc}.allocation-room-list__button--active:before{position:absolute;inset:.5rem auto .5rem 0;width:2px;border-radius:0 999px 999px 0;background:#94a3b8;content:""}.allocation-room-list__button:focus-visible{outline:2px solid #e2e8f0;outline-offset:-2px}.allocation-room-list__button:last-child{border-bottom-width:0}.allocation-room-list__icon{color:#64748b;transition:color .2s ease}.allocation-room-list__button:hover .allocation-room-list__icon{color:#334155}.allocation-sidebar,.allocation-main,.allocation-inspector{padding-right:.25rem}.sidebar-group{position:relative;padding:.5rem 0}.sidebar-group__label{padding:.25rem 2rem .5rem .5rem;font-size:.75rem;font-weight:600;color:#71717a;text-transform:uppercase}.sidebar-group__action{position:absolute;top:.35rem;right:.25rem;display:inline-flex;height:1.75rem;width:1.75rem;align-items:center;justify-content:center;border:0;border-radius:.375rem;background:transparent;color:#71717a;cursor:pointer}.sidebar-group__action:hover{background:#f4f4f5;color:#09090b}.sidebar-group__action:disabled{cursor:not-allowed;opacity:.45}.sidebar-menu,.sidebar-menu__sub{list-style:none;margin:0;padding:0}.sidebar-menu__button,.sidebar-menu__sub-button{display:flex;width:100%;align-items:center;gap:.5rem;border:0;border-radius:.375rem;background:transparent;color:#3f3f46;cursor:pointer;font:inherit;min-height:2.25rem;padding:.5rem;text-align:left}.sidebar-menu__button:hover,.sidebar-menu__sub-button:hover{background:#f4f4f5;color:#09090b}.sidebar-menu__button--active,.sidebar-menu__sub-button--active{background:#f4f4f5;color:#09090b;font-weight:600}.sidebar-menu__sub{border-left:1px solid #e2e8f0;margin-left:.75rem;padding-left:.5rem}.sidebar-rail{display:none}.grid{display:grid}.flex{display:flex}.inline-flex{display:inline-flex}.hidden{display:none}.relative{position:relative}.min-h-0{min-height:0}.min-h-screen{min-height:100vh}.h-full{height:100%}.flex-1{flex:1 1 0%}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.space-y-1\.5>:not([hidden])~:not([hidden]){margin-top:.375rem}.space-y-2>:not([hidden])~:not([hidden]){margin-top:.5rem}.space-y-3>:not([hidden])~:not([hidden]){margin-top:.75rem}.space-y-4>:not([hidden])~:not([hidden]){margin-top:1rem}.w-full{width:100%}.w-10{width:2.5rem}.h-9{height:2.25rem}.h-10{height:2.5rem}.max-h-\[32vh\]{max-height:32vh}.max-h-\[34vh\]{max-height:34vh}.max-h-\[36vh\]{max-height:36vh}.max-h-\[58vh\]{max-height:58vh}.max-h-\[calc\(100vh-22rem\)\]{max-height:calc(100vh - 22rem)}.max-h-\[calc\(100vh-29rem\)\]{max-height:calc(100vh - 29rem)}.min-h-\[10rem\]{min-height:10rem}.min-h-\[16rem\]{min-height:16rem}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.border{border-width:1px;border-style:solid}.border-b{border-bottom-width:1px;border-bottom-style:solid}.border-dashed{border-style:dashed}.border-slate-200{border-color:#cbd5e1}.border-slate-300{border-color:#94a3b8}.border-slate-800{border-color:#475569}.border-slate-950{border-color:#0f172a}.border-blue-500\/40{border-color:#3b82f666}.border-blue-600{border-color:#2563eb}.border-emerald-500\/40{border-color:#10b98166}.border-amber-300\/60{border-color:#fcd34d99}.border-amber-500\/60{border-color:#f59e0b99}.border-rose-200{border-color:#fecdd3}.bg-white{background-color:#fff}.bg-white\/12{background-color:#ffffff1f}.bg-white\/70{background-color:#ffffffb3}.bg-white\/78{background-color:#ffffffc7}.bg-white\/88{background-color:#ffffffe0}.bg-slate-50{background-color:#f8fafc}.bg-slate-900{background-color:#1e293b}.bg-slate-950{background-color:#0f172a}.bg-blue-50{background-color:#eff6ff}.bg-blue-950\/10{background-color:#1e40af1a}.bg-blue-950\/30{background-color:#1e40af4d}.bg-emerald-950\/20{background-color:#064e3b33}.bg-amber-950\/20{background-color:#78350f33}.bg-rose-50{background-color:#fff1f2}.bg-\[linear-gradient\(180deg\,\#f8fafc_0\%\,\#e2e8f0_100\%\)\]{background:linear-gradient(180deg,#f8fafc,#e2e8f0)}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.pr-1{padding-right:.25rem}.pt-0{padding-top:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mb-3{margin-bottom:.75rem}.text-left{text-align:left}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-none{line-height:1}.tracking-tight{letter-spacing:-.025em}.tracking-\[0\.2em\]{letter-spacing:.2em}.tracking-\[0\.24em\]{letter-spacing:.24em}.uppercase{text-transform:uppercase}.text-white{color:#fff}.text-slate-50{color:#f8fafc}.text-slate-100{color:#f1f5f9}.text-slate-200{color:#e2e8f0}.text-slate-300{color:#cbd5e1}.text-slate-400{color:#94a3b8}.text-slate-500{color:#64748b}.text-slate-600{color:#475569}.text-slate-700{color:#334155}.text-slate-900{color:#0f172a}.text-slate-950{color:#020617}.text-blue-700{color:#1d4ed8}.text-emerald-200{color:#a7f3d0}.text-amber-100\/90{color:#fef3c7e6}.text-amber-200{color:#fde68a}.text-rose-300{color:#fda4af}.text-rose-600{color:#e11d48}.text-rose-700{color:#be123c}.shadow-sm{box-shadow:0 12px 30px #0f172a14}.shadow{box-shadow:0 10px 24px #0f172a1a}.shadow-lg{box-shadow:0 20px 40px #0f172a1f}.shadow-slate-900\/10{box-shadow:0 20px 40px #0f172a1a}.backdrop-blur{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.transition-colors{transition:background-color .2s ease,border-color .2s ease,color .2s ease}.transition-transform{transition:transform .2s ease}.transition-all{transition:all .2s ease}.hover\:bg-slate-200:hover{background-color:#e2e8f0}.hover\:bg-slate-800:hover{background-color:#1e293b}.hover\:bg-white:hover{background-color:#fff}.hover\:border-slate-300:hover{border-color:#94a3b8}.hover\:text-slate-50:hover{color:#f8fafc}.focus-visible\:outline-none:focus-visible{outline:none}.focus-visible\:ring-1:focus-visible,.focus-visible\:ring-slate-300:focus-visible{box-shadow:0 0 0 3px #94a3b840}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.placeholder\:text-slate-500::placeholder{color:#64748b}@media(min-width:640px){.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1024px){.app-shell__goal{display:block}.app-shell__main{padding:1.5rem}.workbench-grid--allocation{grid-template-columns:300px minmax(0,1fr) 380px}.room-layout-split{align-items:start;grid-template-columns:minmax(0,1fr) 360px}}@media(min-width:1280px){.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:900px){.sidebar-provider{flex-direction:column}.sidebar{width:100%;max-height:none}.app-shell__sidebar{position:relative;height:auto;border-width:0 0 1px 0}.building-page__toolbar{flex-direction:column}}@media(min-width:1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}
