*{box-sizing:border-box}:root{--bg:#f4f2ee;--panel:#fff;--panel-border:#e6e2db;--text:#252220;--muted:#7d756b;--green:#2f7f53;--sand:#cab772}html,body{color:var(--text);background:radial-gradient(circle at top,#faf9f7 0%,var(--bg)70%);margin:0;padding:0;font-family:Avenir Next,Segoe UI,Helvetica Neue,sans-serif}.app{min-height:100vh;display:flex}.sidebar{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-right:1px solid var(--panel-border);background:#ffffffd9;flex-direction:column;width:280px;min-width:280px;padding:30px 18px;transition:width .22s,min-width .22s,padding .22s,opacity .18s;display:flex}.sidebarTopRow{gap:10px;display:grid}.appSidebarClosed .sidebar{opacity:0;pointer-events:none;border-right:none;width:0;min-width:0;padding:0;overflow:hidden}.sidebarControlRow{gap:8px;display:flex}.sidebarControlButton{border:1px solid var(--panel-border);color:#3c362e;cursor:pointer;background:#fff;border-radius:10px;padding:8px 10px;font-weight:600}.sidebarControlButton.active{color:#1f6c44;background:#f0f4ef}.sidebarRevealRow{flex-wrap:wrap;gap:10px;margin-bottom:14px;display:flex}.logoBlock{margin-bottom:10px}.logo{color:var(--green);letter-spacing:.04em;margin:0;font-size:34px;font-weight:700}.sidebarNav{flex-direction:column;gap:8px;display:flex}.sidebarFooter{margin-top:auto;padding-top:18px}.sidebarLink{color:#5f594f;border-radius:12px;padding:12px 14px;font-weight:600;text-decoration:none}.sidebarLink.active{color:#1f6c44;background:#f0f4ef}.main{flex:1;padding:24px;overflow:auto}.authMain{justify-content:center;align-items:center;min-height:100vh;padding:28px;display:flex}.authLayout{grid-template-columns:minmax(240px,360px) minmax(340px,460px);align-items:stretch;gap:18px;width:min(980px,100%);display:grid}.authBrandCard,.authCard{background:var(--panel);border:1px solid var(--panel-border);border-radius:16px;padding:24px}.authBrandCard{flex-direction:column;justify-content:center;display:flex}.authBrandCard h1{margin:8px 0 10px;font-size:34px}.authBrandCard p{color:var(--muted);margin:0;line-height:1.5}.authCard h2{margin:0 0 12px}.authForm{gap:4px;display:grid}.authSubmitButton{margin-top:8px}.authLinksRow{flex-wrap:wrap;gap:14px;margin-top:12px;display:flex}.authLinksRow a{color:#1f6c44;font-weight:600;text-decoration:none}.authLinksRow a:hover{text-decoration:underline}.turnstileWrap{margin-top:10px}.dashboardPage{grid-template-rows:auto 1fr;gap:8px;height:calc(100dvh - 96px);min-height:560px;display:grid;overflow:hidden}.dashboardTopBar{background:var(--panel);border:1px solid var(--panel-border);border-radius:12px;justify-content:space-between;align-items:center;gap:10px;padding:8px 12px;display:flex}.topBarRight{align-items:center;gap:10px;min-width:0;margin-left:auto;display:flex}.dashboardTopBar h1{margin:0;font-size:clamp(20px,2.1vw,28px)}.eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin:0;font-size:12px}.subtleText{color:var(--muted);margin:0}.statusText{color:var(--muted);text-align:right;max-width:64ch;margin:0;font-size:13px}.topBarControlButton{white-space:nowrap;padding:8px 12px}.errorTextInline{color:#b64234}.softButton,.ghostButton{border:1px solid var(--panel-border);background:var(--panel);color:var(--text);cursor:pointer;border-radius:12px;padding:10px 14px;font-weight:600}.softButton:disabled,.ghostButton:disabled{opacity:.6;cursor:not-allowed}.softButton{background:#f6f7f2}.ghostButton{background:#fff}.fullWidth{width:100%}.fullWidth+.fullWidth{margin-top:8px}.dashboardGrid{align-items:start;gap:12px;min-height:0;display:grid}.dashboardGrid-desktop{grid-template-columns:minmax(258px,296px) minmax(0,1fr)}.dashboardGrid-tablet{grid-template-columns:minmax(228px,252px) minmax(0,1fr)}.dashboardGrid-mobile{grid-template-columns:minmax(0,1fr)}.controlPanel{background:var(--panel);border:1px solid var(--panel-border);border-radius:14px;height:100%;padding:9px;overflow:auto}.controlPanelCompact{padding:8px}.controlPanelCompact .panelSection+.panelSection{margin-top:8px;padding-top:8px}.controlPanelCompact .panelSection h2{margin-bottom:6px;font-size:15px}.controlPanelCompact .fieldLabel{margin:6px 0 4px;font-size:11px}.controlPanelCompact .selectField,.controlPanelCompact .toggleChip,.controlPanelCompact .formatButton{padding:6px 8px;font-size:13px}.controlPanelCompact .zoomButton{min-width:38px;padding:8px 10px}.controlPanelCompact .helperText{display:none}.panelSection+.panelSection{border-top:1px solid #ece7df;margin-top:10px;padding-top:10px}.panelSection h2{margin:0 0 8px;font-size:16px}.swatchRow{gap:10px;display:flex}.swatch{border:1px solid #d9d2c6;border-radius:8px;width:34px;height:34px}.swatchDeep{background:#1f2438}.swatchGreen{background:#2f7f53}.swatchSand{background:#cab772}.swatchMist{background:#c7ccd6}.inputStub{color:#5f594f;background:#fcfbf9;border:1px solid #e0dbd2;border-radius:10px;margin-bottom:8px;padding:10px 12px}.fieldLabel{color:var(--muted);margin:8px 0 5px;font-size:12px;font-weight:600;display:block}.selectField{color:#3d372f;width:100%;font:inherit;background:#fcfbf9;border:1px solid #e0dbd2;border-radius:9px;padding:7px 9px;font-size:14px}.scopeToggle{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.toggleChip{color:#5f594f;cursor:pointer;background:#fbfaf8;border:1px solid #dfd8cc;border-radius:9px;padding:7px 9px;font-size:13px;font-weight:600}.toggleChip.active{color:#1f6c44;background:#eff6f1;border-color:#84ae92}.toggleRow{color:#5f594f;align-items:center;gap:8px;padding:3px 0;font-size:13px;display:flex}.toggleRow input{accent-color:var(--green)}.zoomRow{align-items:center;gap:6px;margin-top:4px;display:flex}.zoomButton{min-width:44px}.zoomValue{text-align:center;color:#5f594f;min-width:56px;font-weight:600}.menuTagRow{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.menuTag{color:#5f594f;background:#faf7f1;border:1px solid #d9d2c6;border-radius:999px;padding:4px 10px;font-size:12px}.formatButtons{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.formatButton{letter-spacing:.01em;color:#585146;cursor:pointer;background:linear-gradient(#fff 0%,#f7f3ed 100%);border:1px solid #d8d0c3;border-radius:16px;min-height:52px;padding:10px 12px;font-size:16px;font-weight:700;transition:transform .14s,box-shadow .14s,border-color .14s,background .14s,color .14s;box-shadow:inset 0 1px #ffffffd9,0 1px 2px #2c251d14}.formatButton:hover{border-color:#c8bca8;box-shadow:inset 0 1px #ffffffe6,0 2px 4px #2c251d1a}.formatButton:active{transform:translateY(1px);box-shadow:inset 0 1px 2px #2c251d1a}.formatButton:focus-visible{outline-offset:2px;outline:2px solid #8ab99a}.formatButton.active{color:#1f6c44;background:linear-gradient(#eef8f1 0%,#deefe4 100%);border-color:#6fa285;box-shadow:inset 0 1px #fffffff2,0 1px 2px #1f6c4433}.helperText{color:var(--muted);margin:8px 0 0;font-size:12px}.errorText{color:#b64234;margin:8px 0 0;font-size:13px}.previewStage{justify-content:center;align-items:center;height:100%;min-height:0;display:flex;overflow:hidden}.previewStage.panEnabled{cursor:grab}.previewStage.panning{cursor:grabbing}.previewStage.panning *{-webkit-user-select:none;user-select:none}.previewViewport{touch-action:none;justify-content:center;align-items:center;width:100%;min-width:0;height:100%;min-height:0;display:flex;overflow:hidden}.previewPan,.previewScale{transform-origin:50%}.previewCanvas{border:1px solid var(--panel-border);-moz-text-size-adjust:none;text-size-adjust:none;background:#f5f1eb;border-radius:24px;flex:none;padding:18px;box-shadow:0 14px 36px #2f2a2314}.emptyPreview{text-align:center;background:#fffdf9;border:1px solid #e5ddd1;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:24px;display:flex}.emptyPreview h2{margin:0}.emptyPreview p{color:var(--muted);max-width:360px;margin:8px 0 0}.advancedSection{background:#fcfbf8}.advancedSection>summary{cursor:pointer;color:#4f493f;font-weight:600;list-style:none}.advancedSection>summary::-webkit-details-marker{display:none}.advancedBody{margin-top:10px}.advancedBody h3{color:#6a6258;text-transform:uppercase;letter-spacing:.04em;margin:10px 0 6px;font-size:14px}.mobileControlFab,.mobileControlScrim,.mobileControlDrawer{display:none}.mobileControlFab{z-index:35;position:fixed;bottom:14px;right:14px;box-shadow:0 8px 20px #221f1a29}.mobileControlScrim{opacity:0;pointer-events:none;z-index:36;background:#110f0c57;border:0;margin:0;padding:0;position:fixed;inset:0}.mobileControlScrim.open{opacity:1;pointer-events:auto}.mobileControlDrawer{background:var(--panel);z-index:37;border-top:1px solid #d6cec0;border-top-left-radius:16px;border-top-right-radius:16px;grid-template-rows:auto 1fr;max-height:min(80dvh,700px);transition:transform .2s;position:fixed;bottom:0;left:0;right:0;transform:translateY(104%);box-shadow:0 -10px 30px #23201b2e}.mobileControlDrawer.open{transform:translateY(0)}.mobileDrawerHead{border-bottom:1px solid #ece7df;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}.mobileDrawerHead p{color:#4f493f;margin:0;font-size:14px;font-weight:700}.mobileDrawerBody{padding:0 12px 14px;overflow:auto}.mobileDrawerBody .panelSection+.panelSection{margin-top:8px;padding-top:8px}.mobileDrawerBody .helperText,.mobileDrawerBody .menuTagRow{display:none}.preview-square{--preview-ratio:1}.preview-portrait{--preview-ratio:.8}.preview-landscape{--preview-ratio:1.7778}.detachedSpotlightCard{background:radial-gradient(120% 110% at 50% 100%,#1878d85c 0%,#09358200 55%),linear-gradient(#08357d 0%,#05205b 100%);border:1px solid #163b79;border-radius:20px;grid-template-rows:minmax(0,1fr) auto auto;gap:14px;height:100%;padding:18px;display:grid;overflow:hidden;box-shadow:inset 0 1px #9fd5ff40,0 14px 30px #0714375c}.detachedHeroPanel{background:radial-gradient(80% 75% at 50% 60%,#7cd3ffe6 0%,#287ed79e 44%,#0b3780db 100%),linear-gradient(#1658ae 0%,#0a3275 100%);border:1px solid #98d1ff52;border-radius:16px;grid-template-rows:auto minmax(0,1fr);display:grid;overflow:hidden}.detachedHeroTop{text-align:center;padding:16px 18px 8px}.detachedHeroTop h2{letter-spacing:.012em;text-transform:uppercase;color:#e7f7ff;text-shadow:0 3px 14px #03173e9e;margin:0;font-size:62px;font-weight:900;line-height:.94}.detachedHeroSub{align-items:center;gap:12px;margin-top:8px;display:flex}.detachedHeroSub p{letter-spacing:.065em;color:#b9def8;white-space:nowrap;margin:0;font-size:30px;font-weight:800;line-height:1}.detachedHeroSubLine{background:linear-gradient(90deg,#bee4ff26,#c5e5ffe0);border-radius:999px;flex:1;height:2px}.detachedHeroSubLine:last-child{background:linear-gradient(90deg,#c5e5ffe0,#bee4ff26)}.detachedHeroTop span{letter-spacing:.06em;text-transform:uppercase;color:#e6f5ff;opacity:.95;margin-top:10px;font-size:14px;font-weight:700;display:inline-block}.detachedSkyScene{background:#6fb7e6;border:1px solid #c1e5ff73;border-radius:12px;min-height:0;margin:0 14px 14px;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff73,0 6px 16px #072b5e38}.detachedSkyScene:before{content:"";pointer-events:none;background:linear-gradient(#ffffff14,#032b5517);position:absolute;inset:0}.detachedSkyScene:after{content:"";pointer-events:none;background:radial-gradient(circle at 50% 120%,#0b366547,#0b366500);position:absolute;inset:0}.detachedSceneArt{z-index:1;width:100%;height:100%;display:block;position:relative}.detachedCloud{filter:blur(.4px);background:#f0faff7a;border-radius:999px;position:absolute}.detachedCloud:before,.detachedCloud:after{content:"";background:inherit;border-radius:999px;position:absolute}.detachedCloudA{width:150px;height:38px;top:22%;left:14%}.detachedCloudA:before{width:44px;height:34px;top:-16px;left:20px}.detachedCloudA:after{width:56px;height:38px;top:-13px;right:18px}.detachedCloudB{width:176px;height:45px;top:30%;right:9%}.detachedCloudB:before{width:56px;height:39px;top:-16px;left:24px}.detachedCloudB:after{width:67px;height:44px;top:-14px;right:17px}.detachedCloudC{width:128px;height:34px;top:43%;left:38%}.detachedCloudC:before{width:42px;height:30px;top:-13px;left:16px}.detachedCloudC:after{width:52px;height:33px;top:-11px;right:13px}.detachedHouse{aspect-ratio:1.6;width:46%;min-width:300px;max-width:520px;position:absolute;bottom:10%;left:50%;transform:translate(-50%)}.detachedRoof{clip-path:polygon(50% 0,100% 100%,0 100%);background:linear-gradient(#253448 0%,#121c2e 100%);border:1px solid #f1faff73;height:28%;position:absolute;inset:6% 8% auto}.detachedBody{background:linear-gradient(#ffe430e6 0%,#efb81bf0 100%),repeating-linear-gradient(#ad780a52 0 3px,#ad780a00 3px 12px);border:1px solid #764a0380;border-radius:6px;position:absolute;inset:27% 7% 0}.detachedDoor{background:linear-gradient(#3c2a18 0%,#25180e 100%);border:1px solid #fff0b666;border-radius:3px 3px 0 0;width:9%;height:34%;position:absolute;bottom:0;left:46%}.detachedWindow{background:linear-gradient(#b8ecff 0%,#79caee 100%),linear-gradient(90deg,#17527259 48%,#1752721a 52%);border:2px solid #fff4c4b8;border-radius:2px;width:12%;height:18%;position:absolute;top:42%}.detachedWindowLeft{left:26%}.detachedWindowRight{right:26%}.detachedStatsPanel{background:linear-gradient(#f5f8fb 0%,#eef2f7 100%);border:1px solid #ccdae8;border-radius:14px;grid-template-columns:1fr .7fr;gap:0;display:grid;overflow:hidden;box-shadow:inset 0 1px #ffffffbf}.detachedSalesBlock,.detachedTrendBlock{padding:16px 20px}.detachedTrendBlock{text-align:center;border-left:1px solid #c9d6e4;align-content:center;justify-items:center;gap:8px;display:grid}.detachedSalesMain{align-items:baseline;gap:14px;display:inline-flex}.detachedSalesValue{color:#1f7f36;letter-spacing:-.03em;margin:0;font-size:112px;font-weight:900;line-height:.92}.detachedSalesLabel{color:#166328;letter-spacing:.02em;text-transform:uppercase;margin:0;font-size:70px;font-weight:800;line-height:.95}.detachedPriceDelta{color:#1e7331;border-top:1px solid #d1dbe6;align-items:center;gap:8px;margin:10px 0 0;padding-top:10px;font-size:33px;font-weight:800;line-height:1;display:inline-flex}.detachedPriceDelta-good{color:#1f7f36}.detachedPriceDelta-bad{color:#c03535}.detachedPriceDelta-neutral{color:#58606f}.detachedDeltaArrow{font-size:36px;line-height:1}.detachedDeltaArrow-good{color:#1f7f36}.detachedDeltaArrow-bad{color:#c03535}.detachedDeltaArrow-neutral{color:#58606f}.detachedTrendValue{letter-spacing:-.03em;align-items:baseline;gap:8px;margin:0;font-size:92px;font-weight:900;line-height:.9;display:inline-flex}.detachedTrendArrow{font-size:74px;line-height:.9}.detachedTrendValue-good{color:#2a8f22}.detachedTrendValue-bad{color:#c03535}.detachedTrendValue-neutral{color:#58606f}.detachedTrendLabel{letter-spacing:.02em;text-transform:uppercase;color:#effff2;border:1px solid #0000;border-radius:999px;margin:0;padding:7px 22px;font-size:28px;font-weight:900;line-height:1}.detachedTrendLabel-good{background:linear-gradient(#3cb833 0%,#1f8e26 100%);border-color:#0c762159}.detachedTrendLabel-bad{background:linear-gradient(#de5349 0%,#b12e2a 100%);border-color:#85141452}.detachedTrendLabel-neutral{background:linear-gradient(#70809a 0%,#52607a 100%);border-color:#3f4a5e59}.detachedStrengthBadge{clip-path:polygon(3% 0,97% 0,94% 100%,6% 100%);border:1px solid #ffffff57;border-radius:12px;justify-content:center;justify-self:center;align-items:center;gap:10px;width:min(88%,760px);min-height:60px;display:inline-flex;box-shadow:0 8px 22px #07143742,inset 0 1px #ffffff47}.detachedStrengthBadge strong{letter-spacing:.014em;text-transform:uppercase;text-shadow:0 1px #0b141f42;font-size:44px;line-height:1}.detachedStrengthBadge span{font-size:33px;line-height:1}.detachedStrengthBadge-good{color:#e8ffd8;background:linear-gradient(#2ea21f 0%,#1a7f17 100%)}.detachedStrengthBadge-bad{color:#ffe8df;background:linear-gradient(#d14a3f 0%,#a42a22 100%)}.detachedStrengthBadge-neutral{color:#eff3fa;background:linear-gradient(#677286 0%,#4d5768 100%)}.preview-landscape .detachedHeroTop h2{font-size:48px}.preview-landscape .detachedHeroSub p{font-size:24px}.preview-landscape .detachedSalesValue{font-size:86px}.preview-landscape .detachedSalesLabel{font-size:50px}.preview-landscape .detachedTrendValue{font-size:72px}.preview-landscape .detachedTrendArrow{font-size:58px}.preview-landscape .detachedPriceDelta{font-size:26px}.preview-landscape .detachedTrendLabel{font-size:22px}.preview-landscape .detachedStrengthBadge strong{font-size:34px}.reportCard{border:1px solid var(--panel-border);background:radial-gradient(120% 100% at 100% 0,#24835214,#0000 55%),radial-gradient(100% 120% at 0 100%,#b83b3b14,#0000 52%),linear-gradient(#fffdf9 0%,#fff 100%);border-radius:20px;flex-direction:column;height:100%;padding:22px;display:flex;overflow:hidden}.reportHead{justify-content:space-between;align-items:baseline;gap:12px;padding-bottom:6px;display:flex}.reportHead h2{margin:0;font-size:28px;line-height:1.1}.reportHead span{color:#5f594f;font-weight:600}.reportDivider{gap:5px;margin-bottom:14px;display:grid}.reportDividerPrimary{background:linear-gradient(90deg,#2f7f53 0%,#c6a84e 52%,#c24f4f 100%);border-radius:999px;width:100%;height:3px}.reportDividerSecondary{opacity:.8;background:linear-gradient(90deg,#2f7f538c,#c24f4f8c);border-radius:999px;width:100%;height:2px}.priceBlock{background:#fff;border:1px solid #e6e1d7;border-radius:14px;margin:8px 0 10px;padding:12px 14px}.priceBlock p{color:#6a6258;margin:0 0 6px;font-weight:600}.priceBlock h3{color:#1d1a18;margin:0 0 8px;font-size:58px;line-height:1.05}.metricGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:10px;display:grid}.metricTile{background:#faf8f4;border:1px solid #ede7de;border-left-width:4px;border-radius:12px;gap:3px;padding:10px;display:grid}.metricTile-good{background:#eff8f2;border-left-color:#2f7f53}.metricTile-bad{background:#fdf1f1;border-left-color:#bf4a4a}.metricTile-neutral{background:#faf8f4;border-left-color:#c5bda8}.metricTile p{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin:0;font-size:12px}.metricTile strong{margin-top:1px;font-size:24px;display:block}.metricDelta{color:#6a6258;align-items:center;gap:6px;font-size:12px;font-weight:700;display:inline-flex}.metricDeltaArrow{justify-content:center;align-items:center;font-size:13px;line-height:1;display:inline-flex}.metricDeltaArrow-good{color:#1f6c44}.metricDeltaArrow-bad{color:#b64234}.metricDeltaArrow-neutral{color:#6a6258}.metricTile-good .metricDelta{color:#1f6c44}.metricTile-bad .metricDelta{color:#b64234}.deltaPill{border:1px solid #0000;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:700;display:inline-flex}.deltaArrow{justify-content:center;align-items:center;font-size:13px;line-height:1;display:inline-flex}.deltaArrow-good{color:#1f6c44}.deltaArrow-bad{color:#b64234}.deltaArrow-neutral{color:#6a6258}.deltaPill-good{color:#1f6c44;background:#eaf6ef;border-color:#cde6d6}.deltaPill-bad{color:#b64234;background:#fdecea;border-color:#f3cbc4}.deltaPill-neutral{color:#6a6258;background:#f4f3ef;border-color:#ded9cf}.trendWrap{border-top:1px solid #ece7df;flex:1;min-height:170px;margin-top:18px;padding-top:12px}.emptyTrend{color:var(--muted);margin:0}.settingsPage{align-content:start;gap:16px;display:grid}.settingsCard{background:var(--panel);border:1px solid var(--panel-border);border-radius:16px;padding:18px}.settingsCard h1{margin:0 0 12px}.settingsCard h2{margin:0 0 10px;font-size:20px}.settingsSubhead{margin:16px 0 8px;font-size:16px}.settingsText{color:var(--muted);margin:0 0 10px}.settingsTable{border-collapse:collapse;width:100%;max-width:640px}.settingsTable th{border-bottom:1px solid #ddd;padding:8px 0}.settingsTable td{border-bottom:1px solid #eee;padding:8px 0}.settingsForm{gap:6px;max-width:520px;display:grid}.textField{color:#3d372f;width:100%;font:inherit;background:#fcfbf9;border:1px solid #e0dbd2;border-radius:10px;padding:9px 10px}.okText{color:#1f6c44;margin:10px 0 0;font-size:13px}.jobStatusBadge{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;align-items:center;padding:2px 10px;font-size:12px;font-weight:700;display:inline-flex}.jobStatusBadgeSuccess{color:#1f6c44;background:#eaf6ef;border:1px solid #cde6d6}.jobStatusBadgeError{color:#b64234;background:#fdecea;border:1px solid #f3cbc4}.jobStatusBadgeSkipped{color:#6a6258;background:#f4f3ef;border:1px solid #ded9cf}.triggerCard{background:#fcfbf8;border:1px solid #e6e2db;border-radius:12px;padding:12px}.triggerGood{color:#1f6c44;font-weight:700}.triggerDue{color:#9b6b12;font-weight:700}.triggerLate{color:#b64234;font-weight:700}.healthCardGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px;margin-bottom:12px;display:grid}.healthCard{background:#fff;border:1px solid #e6e2db;border-radius:12px;padding:12px}.healthCardHead{justify-content:space-between;align-items:center;gap:10px;display:flex}.healthCardHead h4{margin:0;font-size:15px}.healthBadge{text-transform:uppercase;letter-spacing:.04em;border:1px solid #0000;border-radius:999px;align-items:center;padding:3px 10px;font-size:11px;font-weight:700;display:inline-flex}.healthBadge-healthy{color:#1f6c44;background:#eaf6ef;border-color:#cde6d6}.healthBadge-attention{color:#9b6b12;background:#fff4e2;border-color:#f0d7a3}.healthBadge-critical{color:#b64234;background:#fdecea;border-color:#f3cbc4}.healthBadge-paused{color:#6a6258;background:#f4f3ef;border-color:#ded9cf}.boardAccessGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px;display:grid}.boardAccessCard{background:#fff;border:1px solid #e6e2db;border-radius:12px;align-content:start;gap:10px;padding:12px;display:grid}.boardAccessHead{justify-content:space-between;align-items:center;gap:10px;display:flex}.boardAccessHead h3{overflow-wrap:anywhere;margin:0;font-size:16px}.boardCheckboxWrap{gap:4px;display:grid}@media (max-width:980px){.app{flex-direction:column}.sidebar{border-right:none;border-bottom:1px solid var(--panel-border);width:100%;padding:20px}.sidebarNav{flex-direction:row;overflow-x:auto}.main{padding:14px}.authMain{align-items:stretch;padding:14px}.authLayout{grid-template-columns:1fr;width:100%}.dashboardPage{height:calc(100dvh - 86px);min-height:440px}.dashboardGrid{grid-template-columns:1fr;min-height:0}.previewStage{overflow:hidden}.previewViewport{width:100%;height:100%;min-height:0}.statusText{text-align:left}.mobileControlFab,.mobileControlScrim,.mobileControlDrawer{display:grid}}@media (max-width:600px){.dashboardTopBar{flex-wrap:wrap;align-items:start}.topBarRight{justify-content:space-between;align-items:center;width:100%}.statusText{max-width:none;font-size:12px}.topBarControlButton{padding:7px 10px;font-size:12px}}
