.BottomSheet-module__0MgWVG__backdrop{z-index:1000;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);opacity:0;background:#2a26226b;transition:opacity .22s;position:fixed;inset:0}.BottomSheet-module__0MgWVG__backdropVisible{opacity:1}.BottomSheet-module__0MgWVG__sheet{z-index:1001;background:var(--bg-cream);border:.5px solid var(--line);border-radius:var(--radius)var(--radius)0 0;height:90dvh;box-shadow:var(--shadow-lift);will-change:transform;touch-action:none;overscroll-behavior:contain;border-bottom:0;flex-direction:column;transition:transform .24s cubic-bezier(.22,.61,.36,1);display:flex;position:fixed;bottom:0;left:0;right:0;transform:translateY(100%)}.BottomSheet-module__0MgWVG__grabber{cursor:grab;touch-action:none;flex-shrink:0;place-items:center;padding:.55rem 0 .35rem;display:grid}.BottomSheet-module__0MgWVG__grabber:active{cursor:grabbing}.BottomSheet-module__0MgWVG__handle{border-radius:var(--radius-pill);background:var(--line);background:#3a333038;width:40px;height:4px}.BottomSheet-module__0MgWVG__content{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;min-height:0;padding:.25rem 1.25rem calc(1.25rem + env(safe-area-inset-bottom,0px));flex:auto;overflow-y:auto}
.Assistant-module__NLuC2W__trigger{border:1px solid var(--line);width:36px;height:36px;color:var(--rose-deep);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;transition:background .15s,transform .1s;display:inline-flex}.Assistant-module__NLuC2W__trigger:hover{background:color-mix(in srgb,var(--rose)18%,transparent)}.Assistant-module__NLuC2W__trigger:active{transform:scale(.94)}.Assistant-module__NLuC2W__backdrop{z-index:70;background:color-mix(in srgb,var(--ink)18%,transparent);opacity:0;transition:opacity .2s;position:fixed;inset:0}.Assistant-module__NLuC2W__backdropVisible{opacity:1}.Assistant-module__NLuC2W__panel{z-index:71;background:var(--bg-page,var(--bg-cream));border-left:1px solid var(--line);width:min(420px,100vw);box-shadow:var(--shadow-card);flex-direction:column;transition:transform .22s;display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%)}.Assistant-module__NLuC2W__panelVisible{transform:translate(0)}.Assistant-module__NLuC2W__body{flex-direction:column;flex:1;height:100%;min-height:0;display:flex}.Assistant-module__NLuC2W__header{border-bottom:1px solid var(--line);color:var(--ink);flex-shrink:0;align-items:center;gap:.6rem;padding:.9rem 1.1rem .7rem;display:flex}.Assistant-module__NLuC2W__headerTitle{font-family:var(--font-display);flex:1;font-size:1.25rem}.Assistant-module__NLuC2W__headerIcon{color:var(--rose-deep);display:inline-flex}.Assistant-module__NLuC2W__closeBtn{width:32px;height:32px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.Assistant-module__NLuC2W__closeBtn:hover{background:color-mix(in srgb,var(--ink)7%,transparent)}.Assistant-module__NLuC2W__messages{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;gap:.7rem;min-height:0;padding:1rem 1.1rem;display:flex;overflow-y:auto}.Assistant-module__NLuC2W__bubbleUser,.Assistant-module__NLuC2W__bubbleAssistant{border-radius:var(--radius);white-space:pre-wrap;overflow-wrap:break-word;max-width:88%;padding:.6rem .85rem;font-size:.92rem;line-height:1.5}.Assistant-module__NLuC2W__bubbleUser{background:color-mix(in srgb,var(--rose)35%,var(--bg-cream));color:var(--ink);border-bottom-right-radius:6px;align-self:flex-end}.Assistant-module__NLuC2W__bubbleAssistant{background:var(--bg-cream);border:1px solid var(--line);color:var(--ink);border-bottom-left-radius:6px;align-self:flex-start}.Assistant-module__NLuC2W__typing{color:var(--text-faint);align-self:flex-start;padding:.15rem .2rem;font-size:.85rem}.Assistant-module__NLuC2W__notice{border:1px dashed var(--line);border-radius:var(--radius);background:color-mix(in srgb,var(--champagne)22%,transparent);color:var(--text-muted);flex-direction:column;align-self:stretch;align-items:flex-start;gap:.45rem;padding:.85rem 1rem;font-size:.88rem;line-height:1.5;display:flex}.Assistant-module__NLuC2W__noticeTitle{color:var(--ink);align-items:center;gap:.45rem;font-weight:600;display:inline-flex}.Assistant-module__NLuC2W__greeting{text-align:center;color:var(--text-muted);flex-direction:column;align-items:center;gap:.5rem;padding:1.6rem 1rem .8rem;display:flex}.Assistant-module__NLuC2W__greeting strong{font-family:var(--font-display);color:var(--ink);font-size:1.3rem;font-weight:500}.Assistant-module__NLuC2W__greeting svg{color:var(--rose-deep)}.Assistant-module__NLuC2W__greeting p{margin:0;font-size:.9rem;line-height:1.5}.Assistant-module__NLuC2W__quickRow{flex-wrap:wrap;flex-shrink:0;gap:.45rem;padding:.35rem 1.1rem .5rem;display:flex}.Assistant-module__NLuC2W__quickPill{border:1px solid var(--line);background:var(--bg-cream);color:var(--ink);cursor:pointer;border-radius:999px;padding:.32rem .75rem;font-family:inherit;font-size:.8rem;transition:background .15s,border-color .15s}.Assistant-module__NLuC2W__quickPill:hover{background:color-mix(in srgb,var(--rose)20%,var(--bg-cream));border-color:color-mix(in srgb,var(--rose-deep)45%,var(--line))}.Assistant-module__NLuC2W__aiHint{color:var(--text-faint);flex-shrink:0;margin:0;padding:0 1.1rem .35rem;font-size:.72rem}.Assistant-module__NLuC2W__inputRow{padding:0 1.1rem calc(.9rem + env(safe-area-inset-bottom,0px));flex-shrink:0;align-items:center;gap:.55rem;display:flex}.Assistant-module__NLuC2W__inputRow input{flex:1;min-width:0}.Assistant-module__NLuC2W__sendBtn{background:var(--rose-deep);width:40px;height:40px;color:var(--bg-cream);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:transform .1s,opacity .15s;display:inline-flex}.Assistant-module__NLuC2W__sendBtn:hover{opacity:.9}.Assistant-module__NLuC2W__sendBtn:active{transform:scale(.94)}.Assistant-module__NLuC2W__sendBtn:disabled{opacity:.45;cursor:default}
.EditorToolbar-module__a5QEpa__actions{flex-wrap:wrap;align-items:center;gap:.4rem .5rem;display:flex}@media (min-width:768px) and (max-width:1024px){.EditorToolbar-module__a5QEpa__btnText{display:none}}.EditorToolbar-module__a5QEpa__moreButton{align-items:center;gap:.35rem;display:none}.EditorToolbar-module__a5QEpa__sheetTitle{font-family:var(--font-display);color:var(--ink);margin:.25rem 0 .75rem;font-size:1.35rem}.EditorToolbar-module__a5QEpa__sheetList{flex-direction:column;gap:.6rem;display:flex}.EditorToolbar-module__a5QEpa__sheetRow{border:.5px solid var(--line);border-radius:var(--radius);background:var(--bg-cream);width:100%;min-height:56px;color:var(--text);text-align:left;cursor:pointer;align-items:center;gap:.85rem;padding:.9rem 1.05rem;font-size:1rem;font-weight:600;display:flex}.EditorToolbar-module__a5QEpa__sheetRow:active{background:var(--bg-cream-soft)}.EditorToolbar-module__a5QEpa__sheetRowIcon{color:var(--text-muted);flex-shrink:0;display:flex}.EditorToolbar-module__a5QEpa__sheetRowLabel{flex-direction:column;flex:1;gap:.15rem;display:flex}.EditorToolbar-module__a5QEpa__sheetRowHint{color:var(--text-muted);font-size:.8rem;font-weight:500}.EditorToolbar-module__a5QEpa__sheetSelectRow{flex-direction:column;gap:.45rem;padding:.25rem .1rem .35rem;display:flex}.EditorToolbar-module__a5QEpa__sheetSelectLabel{color:var(--text-muted);font-size:.85rem;font-weight:600}.EditorToolbar-module__a5QEpa__sheetSelect{border-radius:var(--radius);border:.5px solid var(--line);background:var(--bg-cream);width:100%;min-height:52px;color:var(--text);padding:.75rem .9rem;font-size:1rem;font-weight:600}@media (min-width:1920px){.EditorToolbar-module__a5QEpa__actions{zoom:1.5}}@media (max-width:767px){.EditorToolbar-module__a5QEpa__secondaryInline{display:none!important}.EditorToolbar-module__a5QEpa__moreButton{display:inline-flex}}
.RoomPlanner-module__sshEWG__workspace{--room-floor:#e8ddd0;--room-wall:#f5eee5;--room-wood:#9e7b5d;--room-grid:#d5c7b7;flex:1;min-height:0;display:flex;overflow:hidden}.RoomPlanner-module__sshEWG__stage{background:radial-gradient(ellipse at 50% 45%,var(--bg-cream),var(--bg-page)75%);flex:1;min-width:0;position:relative;overflow:hidden}.RoomPlanner-module__sshEWG__stageHeader{z-index:2;pointer-events:none;justify-content:space-between;gap:12px;display:flex;position:absolute;top:26px;left:30px;right:30px}.RoomPlanner-module__sshEWG__stageHeader h1{margin-top:5px;font-size:clamp(2rem,3vw,3rem);line-height:1.1}.RoomPlanner-module__sshEWG__stageHeader .RoomPlanner-module__sshEWG__stats{text-align:right;flex-direction:column;gap:3px;padding-top:4px;font-size:.8rem;display:flex}.RoomPlanner-module__sshEWG__stats strong{font-size:1.3rem;font-weight:500}.RoomPlanner-module__sshEWG__stats span{color:var(--text-muted)}.RoomPlanner-module__sshEWG__viewport{touch-action:none;position:absolute;inset:0}.RoomPlanner-module__sshEWG__viewport canvas{touch-action:none;width:100%;height:100%;display:block}.RoomPlanner-module__sshEWG__labels{pointer-events:none;position:absolute;inset:0;overflow:hidden}.RoomPlanner-module__sshEWG__tableLabel{border:1px solid var(--line);background:var(--bg-cream);max-width:200px;min-height:38px;color:var(--ink);box-shadow:var(--shadow-card);pointer-events:auto;white-space:nowrap;border-radius:9px;align-items:center;gap:9px;padding:8px 10px;font-size:.75rem;font-weight:600;display:flex;position:absolute;top:0;left:0}.RoomPlanner-module__sshEWG__tableLabel span{color:var(--text-muted);font-size:.7rem;font-weight:400}.RoomPlanner-module__sshEWG__tableLabel strong{font:inherit;text-overflow:ellipsis;overflow:hidden}.RoomPlanner-module__sshEWG__tableLabel b{display:none}.RoomPlanner-module__sshEWG__tableLabel[aria-pressed=true]{border-color:var(--rose-deep);background:var(--rose-tint)}.RoomPlanner-module__sshEWG__tableLabel[hidden]{display:none}.RoomPlanner-module__sshEWG__viewControls{z-index:2;background:var(--bg-cream);border-radius:var(--radius-pill);box-shadow:var(--shadow-card);padding:4px;display:flex;position:absolute;top:115px;left:30px}.RoomPlanner-module__sshEWG__viewControls button{color:var(--text-muted);border-radius:var(--radius-pill);background:0 0;border:0;min-height:40px;padding:9px 15px;font-size:.82rem}.RoomPlanner-module__sshEWG__viewControls button[aria-pressed=true]{background:var(--ink);color:var(--bg-cream)}.RoomPlanner-module__sshEWG__sceneTools{pointer-events:none;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;display:flex;position:absolute;bottom:58px;left:24px;right:24px}.RoomPlanner-module__sshEWG__toolGroup{background:var(--bg-cream);border:1px solid var(--line);box-shadow:var(--shadow-lift);pointer-events:auto;border-radius:14px;padding:4px;display:flex}.RoomPlanner-module__sshEWG__toolGroup button{min-width:42px;min-height:42px;color:var(--text);background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:9px 12px;font-size:.82rem;display:flex}.RoomPlanner-module__sshEWG__toolGroup button[aria-pressed=true]{background:var(--rose-tint);color:var(--ink)}.RoomPlanner-module__sshEWG__stageFooter{color:var(--text-muted);justify-content:space-between;align-items:center;gap:15px;font-size:.75rem;display:flex;position:absolute;bottom:16px;left:24px;right:24px}.RoomPlanner-module__sshEWG__stageFooter button{color:var(--text);white-space:nowrap;background:0 0;border:none;min-height:32px;font-size:.8rem}.RoomPlanner-module__sshEWG__sceneState{z-index:4;background:var(--bg-page);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:28px;display:flex;position:absolute;inset:0}.RoomPlanner-module__sshEWG__sceneState p{max-width:320px;margin:0;line-height:1.6}.RoomPlanner-module__sshEWG__emptyRoom{text-align:center;pointer-events:none;position:absolute;top:43%;left:15%;right:15%}.RoomPlanner-module__sshEWG__emptyRoom h2{font-size:2rem}.RoomPlanner-module__sshEWG__emptyRoom p{font-size:.9rem}.RoomPlanner-module__sshEWG__inspector{background:var(--bg-cream);border-left:1px solid var(--line);flex-direction:column;flex-shrink:0;width:340px;min-height:0;display:flex}.RoomPlanner-module__sshEWG__panelContent{flex-direction:column;flex:1;min-height:0;display:flex}.RoomPlanner-module__sshEWG__panelTabs{border-bottom:1px solid var(--line);flex-shrink:0;gap:4px;padding:16px 18px 0;display:flex}.RoomPlanner-module__sshEWG__panelTabs button{color:var(--text-muted);background:0 0;border:0;border-bottom:2px solid #0000;flex:1;justify-content:center;align-items:center;gap:8px;padding:14px 6px;font-size:.9rem;display:flex}.RoomPlanner-module__sshEWG__panelTabs button[aria-pressed=true]{color:var(--ink);border-bottom-color:var(--rose-deep)}.RoomPlanner-module__sshEWG__panelTabs button span{background:var(--bg-page);border-radius:6px;padding:2px 6px;font-size:.75rem}.RoomPlanner-module__sshEWG__panelScroll{overscroll-behavior:contain;flex-direction:column;gap:16px;padding:22px;display:flex;overflow-y:auto}.RoomPlanner-module__sshEWG__panelScroll .field-label{gap:7px;font-size:.8rem}.RoomPlanner-module__sshEWG__panelScroll .field{width:100%;min-height:44px;font-size:.9rem}:is(.RoomPlanner-module__sshEWG__panelScroll .btn-ghost,.RoomPlanner-module__sshEWG__panelScroll .btn-primary){min-height:42px;font-size:.8rem}.RoomPlanner-module__sshEWG__sectionHeading{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.RoomPlanner-module__sshEWG__sectionHeading h2{font-size:1.5rem}.RoomPlanner-module__sshEWG__sectionHeading>span{color:var(--text-muted);white-space:nowrap;font-size:.75rem}.RoomPlanner-module__sshEWG__help{color:var(--text-muted);margin:0;font-size:.82rem;line-height:1.6}.RoomPlanner-module__sshEWG__footnote{border-top:1px solid var(--line);color:var(--text-muted);margin:10px 0 0;padding-top:18px;font-size:.75rem;line-height:1.7}.RoomPlanner-module__sshEWG__tableList{flex-direction:column;gap:8px;display:flex}.RoomPlanner-module__sshEWG__tableList button{border:1px solid var(--line);text-align:left;width:100%;color:var(--text);background:0 0;border-radius:12px;align-items:center;gap:10px;padding:13px 10px;display:flex}.RoomPlanner-module__sshEWG__tableList button>span:nth-child(2){flex:1;min-width:0}.RoomPlanner-module__sshEWG__tableList button>span:nth-child(3){white-space:nowrap;color:var(--text-muted);font-size:.75rem}.RoomPlanner-module__sshEWG__tableList strong,.RoomPlanner-module__sshEWG__guestPicker strong,.RoomPlanner-module__sshEWG__guestDirectory strong{overflow-wrap:anywhere;font-size:.85rem;font-weight:500;display:block}.RoomPlanner-module__sshEWG__tableList small,.RoomPlanner-module__sshEWG__guestPicker small,.RoomPlanner-module__sshEWG__guestDirectory small{color:var(--text-muted);margin-top:4px;font-size:.75rem;display:block}.RoomPlanner-module__sshEWG__tableSymbol{background:var(--rose-tint);width:38px;height:38px;color:var(--rose-deep);border-radius:10px;flex-shrink:0;place-items:center;display:grid}.RoomPlanner-module__sshEWG__tableSymbol[data-shape=round]{border-radius:50%}.RoomPlanner-module__sshEWG__legend{color:var(--text-muted);flex-wrap:wrap;gap:16px;padding-top:10px;font-size:.75rem;display:flex}.RoomPlanner-module__sshEWG__legend span{align-items:center;gap:6px;display:flex}.RoomPlanner-module__sshEWG__legend i{border-radius:3px;width:9px;height:9px}.RoomPlanner-module__sshEWG__freeDot{background:var(--champagne)}.RoomPlanner-module__sshEWG__occupiedDot{background:var(--sage)}.RoomPlanner-module__sshEWG__blockedDot{background:var(--text-faint)}.RoomPlanner-module__sshEWG__formRow{grid-template-columns:1fr 1fr;gap:12px;display:grid}.RoomPlanner-module__sshEWG__positionControls{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:6px;display:flex}.RoomPlanner-module__sshEWG__positionControls>span{width:100%}.RoomPlanner-module__sshEWG__nudge{gap:3px;display:flex}.RoomPlanner-module__sshEWG__nudge button{width:39px;padding:0}.RoomPlanner-module__sshEWG__seatGrid{grid-template-columns:repeat(4,1fr);gap:7px;display:grid}.RoomPlanner-module__sshEWG__seatGrid button{border:1px solid var(--line);min-width:0;color:var(--text);background:0 0;border-radius:10px;padding:7px 3px}.RoomPlanner-module__sshEWG__seatGrid button>span{background:var(--champagne);border-radius:50%;place-items:center;width:32px;height:32px;margin:0 auto 5px;font-size:.8rem;display:grid}.RoomPlanner-module__sshEWG__seatGrid button[data-occupied=true]>span{background:var(--sage)}.RoomPlanner-module__sshEWG__seatGrid button[data-blocked=true]>span{background:var(--bg-page)}.RoomPlanner-module__sshEWG__seatGrid button[aria-pressed=true]{border-color:var(--rose-deep);background:var(--rose-tint)}.RoomPlanner-module__sshEWG__seatGrid small{text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;display:block;overflow:hidden}.RoomPlanner-module__sshEWG__seatDetail{background:var(--bg-cream-soft);border-radius:10px;padding:12px;font-size:.82rem}.RoomPlanner-module__sshEWG__seatDetail>div{flex-wrap:wrap;gap:5px;margin-top:8px;display:flex}.RoomPlanner-module__sshEWG__seatDetail .btn-ghost{padding:7px 9px}.RoomPlanner-module__sshEWG__guestPicker{overscroll-behavior:contain;border:1px solid var(--line);border-radius:10px;flex-shrink:0;max-height:265px;overflow-y:auto}.RoomPlanner-module__sshEWG__guestPicker>button,.RoomPlanner-module__sshEWG__guestName{text-align:left;width:100%;color:var(--text);background:0 0;border:none;align-items:center;gap:9px;padding:11px;display:flex}.RoomPlanner-module__sshEWG__guestPicker button+button{border-top:1px solid var(--line)}.RoomPlanner-module__sshEWG__guestPicker button>span:nth-child(2),.RoomPlanner-module__sshEWG__guestName>span:nth-child(2){flex:1;min-width:0}.RoomPlanner-module__sshEWG__avatar{background:var(--rose-tint);width:32px;height:32px;color:var(--rose-deep);border-radius:50%;flex-shrink:0;place-items:center;font-size:.7rem;display:grid}.RoomPlanner-module__sshEWG__guestDirectory{flex-direction:column;gap:7px;display:flex}.RoomPlanner-module__sshEWG__guestDirectory>div{border:1px solid var(--line);border-radius:10px}.RoomPlanner-module__sshEWG__exclude{color:var(--text-muted);text-align:left;background:0 0;border:none;min-height:38px;padding:5px 11px 12px;font-size:.75rem;display:block}.RoomPlanner-module__sshEWG__exclude[aria-pressed=true]{color:var(--rose-deep)}.RoomPlanner-module__sshEWG__tableActions{flex-wrap:wrap;gap:8px;display:flex}.RoomPlanner-module__sshEWG__feedback{color:var(--sage-deep);margin:0;font-size:.8rem;line-height:1.5}.RoomPlanner-module__sshEWG__feedback:empty,.RoomPlanner-module__sshEWG__mobileHandle{display:none}.RoomPlanner-module__sshEWG__workspace button:focus-visible{outline:2px solid var(--rose-deep);outline-offset:3px}.RoomPlanner-module__sshEWG__workspace button:hover{filter:brightness(.97)}@media (max-width:1100px) and (min-width:769px){.RoomPlanner-module__sshEWG__inspector{width:300px}.RoomPlanner-module__sshEWG__panelScroll{padding:16px}.RoomPlanner-module__sshEWG__stageHeader{left:20px;right:20px}.RoomPlanner-module__sshEWG__stageHeader .RoomPlanner-module__sshEWG__stats{font-size:.75rem}.RoomPlanner-module__sshEWG__gestureHint{max-width:260px}}@media (max-width:768px){.RoomPlanner-module__sshEWG__workspace{flex-direction:column;position:relative}.RoomPlanner-module__sshEWG__stage{flex:1;min-height:0}.RoomPlanner-module__sshEWG__stageHeader{top:18px;left:18px;right:18px}.RoomPlanner-module__sshEWG__stageHeader h1{font-size:2.2rem}.RoomPlanner-module__sshEWG__stageHeader .eyebrow{font-size:.6rem}.RoomPlanner-module__sshEWG__stats strong{font-size:1rem}.RoomPlanner-module__sshEWG__stageHeader .RoomPlanner-module__sshEWG__stats{font-size:.7rem}.RoomPlanner-module__sshEWG__viewControls{top:91px;left:18px}.RoomPlanner-module__sshEWG__viewControls button{padding:8px 13px;font-size:.75rem}.RoomPlanner-module__sshEWG__sceneTools{gap:7px;bottom:42px;left:10px;right:10px}.RoomPlanner-module__sshEWG__toolGroup{border-radius:11px;padding:3px}.RoomPlanner-module__sshEWG__toolGroup button{gap:4px;min-width:36px;min-height:42px;padding:7px;font-size:.72rem}.RoomPlanner-module__sshEWG__stageFooter{gap:8px;font-size:.65rem;bottom:5px;left:15px;right:15px}.RoomPlanner-module__sshEWG__gestureHint{max-width:240px}.RoomPlanner-module__sshEWG__stageFooter button{font-size:.7rem}.RoomPlanner-module__sshEWG__inspector{border-left:0;border-top:1px solid var(--line);z-index:6;width:100%;min-height:58px;padding-bottom:env(safe-area-inset-bottom);flex:none}.RoomPlanner-module__sshEWG__mobileHandle{min-height:58px;color:var(--text);background:var(--bg-cream);text-align:left;border:none;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:14px 20px;font-size:.85rem;display:flex}.RoomPlanner-module__sshEWG__panelContent{display:none}.RoomPlanner-module__sshEWG__inspectorOpen .RoomPlanner-module__sshEWG__panelContent{display:flex}.RoomPlanner-module__sshEWG__inspectorOpen{height:min(70%,580px);box-shadow:var(--shadow-lift);border-radius:18px 18px 0 0;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.RoomPlanner-module__sshEWG__panelTabs{padding-top:0}.RoomPlanner-module__sshEWG__panelTabs button{padding-top:7px;padding-bottom:12px}.RoomPlanner-module__sshEWG__panelScroll{padding:18px 20px}.RoomPlanner-module__sshEWG__panelScroll .field{font-size:1rem}.RoomPlanner-module__sshEWG__tableLabel{touch-action:none;border-radius:50%;justify-content:center;width:38px;height:38px;min-height:38px;padding:0}.RoomPlanner-module__sshEWG__tableLabel strong,.RoomPlanner-module__sshEWG__tableLabel span{display:none}.RoomPlanner-module__sshEWG__tableLabel b{font-size:.85rem;font-weight:500;display:block}}@media (max-height:540px) and (max-width:768px){.RoomPlanner-module__sshEWG__stageHeader{top:8px}.RoomPlanner-module__sshEWG__stageHeader h1{font-size:1.6rem}.RoomPlanner-module__sshEWG__stageHeader .eyebrow{display:none}.RoomPlanner-module__sshEWG__viewControls{top:48px}.RoomPlanner-module__sshEWG__sceneTools{justify-content:flex-end;bottom:8px}.RoomPlanner-module__sshEWG__stageFooter{display:none}.RoomPlanner-module__sshEWG__inspectorOpen{height:95%}}
