:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#171717;background:#f5f6f8}*{box-sizing:border-box}body{margin:0}.top{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:16px 28px;background:#111;color:#fff}.brand{font-weight:850;font-size:23px;color:#fff;text-decoration:none;letter-spacing:-.5px}.tagline{font-size:12px;opacity:.65;margin-left:10px}.top nav{display:flex;align-items:center;gap:14px}.top nav a,.linkbtn{color:#fff;text-decoration:none}.wrap{max-width:1120px;margin:36px auto;padding:0 20px}.hero{padding:68px 0}.hero h1{font-size:58px;line-height:1.02;letter-spacing:-2px;margin:8px 0 14px;max-width:850px}.hero p{font-size:20px;line-height:1.55;color:#555;max-width:780px}.tenant-hero{padding:48px 0}.tenant-hero h1{font-size:48px}.eyebrow{font-size:12px;letter-spacing:1.8px;font-weight:900;color:#6b7280}.card,.map-card{background:#fff;border:1px solid #e2e4e8;border-radius:16px;padding:24px;margin-bottom:20px;box-shadow:0 4px 18px rgba(0,0,0,.035)}.map-card{border-left:5px solid #111}.map-card h2{font-size:25px;margin-top:0}.mini-card{background:#f8f9fb;border:1px solid #e7e9ed;border-radius:12px;padding:16px;margin:10px 0}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}.button,button{display:inline-block;border:0;border-radius:9px;background:#111;color:#fff;padding:11px 16px;text-decoration:none;font-weight:750;cursor:pointer;font:inherit}.button.secondary,button.secondary{background:#eceef2;color:#111}.button.danger,button.danger{background:#a21a1a}.button.small{padding:8px 12px;font-size:13px}.inline{display:inline}.linkbtn{background:transparent;padding:0;font-weight:400}label{display:block;font-weight:700;margin:14px 0 6px}input,select,textarea{width:100%;padding:11px;border:1px solid #cfd3d9;border-radius:8px;background:#fff;font:inherit}textarea{line-height:1.45;resize:vertical}.big-input textarea{font-size:18px;padding:17px}.narrow{max-width:640px;margin-left:auto;margin-right:auto}.flash{border-radius:9px;padding:12px 14px;margin-bottom:18px}.flash.success{background:#e9f8ef}.flash.error{background:#ffecec}.muted{color:#6b7280}.metric{font-size:30px;font-weight:850}.tenantbar{background:#e9edf7;border-radius:8px;padding:10px 12px;margin-bottom:18px}.footer{text-align:center;color:#888;padding:40px 20px}.danger-zone{border-color:#f0b8b8}.status{font-weight:700}.status.live{color:#18763b}.status.deleted{color:#a21a1a}.row{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.row>*{flex:1}.row .fit{flex:0 0 auto}.admin-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:18px}.admin-head h1,.admin-head h2{margin:4px 0}.admin-head p{margin:6px 0;color:#666}.builder-step{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-bottom:25px;color:#737982;font-size:14px}.builder-step span,.builder-step i{display:inline-flex;width:28px;height:28px;border-radius:50%;align-items:center;justify-content:center;background:#111;color:#fff;font-style:normal;font-weight:800}.builder-step i{background:#dfe3e8;color:#111}.builder-step strong{color:#111}.next-step{display:flex;gap:30px;align-items:center;justify-content:space-between}.next-step>div,.next-step>form{flex:1}.next-step h2{margin-top:0}.chip-row{display:flex;flex-wrap:wrap;gap:9px}.chip{display:inline-block;border-radius:999px;padding:8px 12px;background:#111;color:#fff;text-decoration:none;font-size:14px}.chip.static{background:#eef0f3;color:#20242a}.pill{display:inline-block;border-radius:999px;padding:5px 9px;background:#eef0f3;color:#555;font-size:12px;font-weight:700}.pill.good{background:#e6f7ec;color:#126c34}.pill.warn{background:#fff0e6;color:#8a4100}.price{font-size:26px;font-weight:850;margin:7px 0}.callout{border-left:5px solid #111}.clean-list{padding-left:20px}.clean-list li{margin:6px 0}.content-section p{line-height:1.6}.json-preview{white-space:pre-wrap;word-break:break-word;background:#111;color:#eaeaea;padding:16px;border-radius:10px;max-height:520px;overflow:auto;font-size:12px}.check{font-weight:500;display:flex;gap:8px;align-items:center}.check input{width:auto}hr{border:0;border-top:1px solid #e5e7eb;margin:25px 0}table{width:100%;border-collapse:collapse}th,td{text-align:left;border-bottom:1px solid #eceef2;padding:10px 8px;vertical-align:top}code{background:#eef0f3;padding:2px 5px;border-radius:5px}summary{cursor:pointer}@media(max-width:760px){.top{align-items:flex-start;flex-direction:column}.top nav{flex-wrap:wrap}.hero h1{font-size:40px}.admin-head,.next-step{flex-direction:column}.next-step>div,.next-step>form{width:100%}.wrap{margin-top:24px}.tagline{display:block;margin:3px 0 0}}
.json-editor{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:12px;white-space:pre}.regenerate{margin:0 0 20px}

.version{opacity:.7;margin-left:.35rem;font-size:.9em}

/* 0.2.4 long-running AI/build feedback */
.working-overlay{position:fixed;inset:0;z-index:99999;background:rgba(245,246,248,.9);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;padding:24px;opacity:0;pointer-events:none;transition:opacity .14s ease}.working-overlay.visible{opacity:1;pointer-events:all}.working-card{width:min(440px,100%);background:#fff;border:1px solid #e1e4e8;border-radius:18px;padding:34px 30px;text-align:center;box-shadow:0 18px 55px rgba(0,0,0,.12)}.working-spinner{width:54px;height:54px;border-radius:50%;border:5px solid #e4e7eb;border-top-color:#111;margin:0 auto 20px;animation:insitely-spin .8s linear infinite}.working-title{font-size:22px;font-weight:850;margin-bottom:8px}.working-message{font-size:16px;line-height:1.45;color:#34383e}.working-note{font-size:12px;color:#777;margin-top:16px}@keyframes insitely-spin{to{transform:rotate(360deg)}}button:disabled,input[type="submit"]:disabled{opacity:.58;cursor:wait}.error-detail{max-width:420px;white-space:pre-wrap;word-break:break-word;font-size:12px;line-height:1.4;color:#8a1f1f;margin-top:7px}

/* 0.3.6 website style selection */
.style-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:18px;margin-bottom:24px}.style-choice{display:flex!important;gap:18px;align-items:flex-start;margin:0!important;padding:18px;border:2px solid #e1e4e8;border-radius:16px;background:#fff;cursor:pointer;transition:border-color .15s,box-shadow .15s,transform .15s}.style-choice:hover{transform:translateY(-1px);box-shadow:0 7px 24px rgba(0,0,0,.07)}.style-choice.selected,.style-choice:has(input:checked){border-color:#111;box-shadow:0 0 0 2px rgba(17,17,17,.06)}.style-choice>input{width:auto;margin:5px 0 0;flex:0 0 auto}.style-copy{display:flex;flex-direction:column;gap:9px;min-width:0}.style-title{font-size:19px;font-weight:850}.style-title em{font-style:normal;font-size:11px;text-transform:uppercase;letter-spacing:.6px;background:#e9f8ef;color:#126c34;border-radius:999px;padding:5px 7px;margin-left:5px;vertical-align:2px}.style-description,.style-best{font-weight:400;line-height:1.45;color:#4f5660}.style-best{font-size:13px}.style-traits{display:flex;flex-wrap:wrap;gap:6px}.style-traits b{font-size:11px;font-weight:700;padding:5px 7px;border-radius:999px;background:#f0f2f4;color:#49505a}.style-sample{width:112px;min-width:112px;height:96px;border:1px solid #d9dde2;background:var(--tenant-bg,#f7f8fc);border-radius:10px;overflow:hidden;display:block;box-shadow:0 3px 10px rgba(0,0,0,.05)}.style-sample .sample-top{height:16px;display:block;background:var(--tenant-top,#111827)}.style-sample .sample-hero{height:30px;margin:10px 9px 7px;display:block;border-radius:4px;background:linear-gradient(90deg,var(--tenant-accent,#5b4ee5) 0 42%,var(--tenant-surface,#fff) 42% 100%)}.style-sample .sample-grid{display:flex;gap:4px;margin:0 9px}.style-sample .sample-grid i{display:block;flex:1;height:22px;border-radius:var(--tenant-radius-small,4px);background:var(--tenant-surface,#fff);border:1px solid var(--tenant-border,#ddd)}

/* Shared tenant design variables. These five classes are deliberately data-independent:
   switching a tenant style never changes its pages, customers, records, or business logic. */
.tenant-style-clean-professional{--tenant-bg:#f4f7f9;--tenant-surface:#fff;--tenant-top:#172431;--tenant-accent:#23658b;--tenant-text:#18212a;--tenant-muted:#64717c;--tenant-border:#d9e0e5;--tenant-radius:9px;--tenant-radius-small:6px;--tenant-shadow:0 3px 12px rgba(17,36,51,.055)}
.tenant-style-modern-saas{--tenant-bg:#f7f8fc;--tenant-surface:#fff;--tenant-top:#111827;--tenant-accent:#5b4ee5;--tenant-text:#171827;--tenant-muted:#686b78;--tenant-border:#e2e3ec;--tenant-radius:19px;--tenant-radius-small:11px;--tenant-shadow:0 8px 28px rgba(31,31,58,.07)}
.tenant-style-bold-impact{--tenant-bg:#efefec;--tenant-surface:#fff;--tenant-top:#090909;--tenant-accent:#e74f2f;--tenant-text:#0b0b0b;--tenant-muted:#5e5e5a;--tenant-border:#c9c9c4;--tenant-radius:3px;--tenant-radius-small:2px;--tenant-shadow:5px 5px 0 rgba(0,0,0,.12)}
.tenant-style-warm-community{--tenant-bg:#fbf6ef;--tenant-surface:#fffdf9;--tenant-top:#403229;--tenant-accent:#ad6247;--tenant-text:#352b25;--tenant-muted:#776960;--tenant-border:#eadfd4;--tenant-radius:24px;--tenant-radius-small:15px;--tenant-shadow:0 7px 24px rgba(93,68,51,.08)}
.tenant-style-editorial-premium{--tenant-bg:#f5f2eb;--tenant-surface:#fcfbf8;--tenant-top:#1a1815;--tenant-accent:#806b48;--tenant-text:#26221c;--tenant-muted:#726b60;--tenant-border:#d9d1c4;--tenant-radius:0px;--tenant-radius-small:0px;--tenant-shadow:0 1px 0 rgba(38,34,28,.12)}

body.tenant-site{background:var(--tenant-bg);color:var(--tenant-text)}body.tenant-site .top{background:var(--tenant-top);padding-top:19px;padding-bottom:19px}body.tenant-site .wrap{max-width:1180px}body.tenant-site .card,body.tenant-site .map-card{background:var(--tenant-surface);border-color:var(--tenant-border);border-radius:var(--tenant-radius);box-shadow:var(--tenant-shadow)}body.tenant-site .mini-card{background:var(--tenant-surface);border-color:var(--tenant-border);border-radius:var(--tenant-radius-small)}body.tenant-site .hero h1,body.tenant-site .tenant-hero h1{color:var(--tenant-text)}body.tenant-site .hero p,body.tenant-site .content-section p,body.tenant-site .muted{color:var(--tenant-muted)}body.tenant-site .button,body.tenant-site button{background:var(--tenant-accent);border-radius:var(--tenant-radius-small)}body.tenant-site .button.secondary,body.tenant-site button.secondary{background:var(--tenant-surface);color:var(--tenant-text);border:1px solid var(--tenant-border)}body.tenant-site .pill{border-radius:var(--tenant-radius-small)}body.tenant-site .footer{color:var(--tenant-muted)}body.tenant-style-bold-impact .tenant-hero h1{font-size:60px;text-transform:uppercase;letter-spacing:-2.5px}body.tenant-style-bold-impact .card{border-width:2px}body.tenant-style-warm-community .tenant-hero{text-align:center;max-width:850px;margin-left:auto;margin-right:auto}body.tenant-style-warm-community .tenant-hero h1{letter-spacing:-1.5px}body.tenant-style-editorial-premium .brand,body.tenant-style-editorial-premium h1,body.tenant-style-editorial-premium h2,body.tenant-style-editorial-premium h3{font-family:Georgia,"Times New Roman",serif;font-weight:600}body.tenant-style-editorial-premium .tenant-hero{padding:74px 0;border-bottom:1px solid var(--tenant-border);margin-bottom:28px}body.tenant-style-editorial-premium .tenant-hero h1{font-size:56px;letter-spacing:-1px}body.tenant-style-clean-professional .tenant-hero{border-bottom:1px solid var(--tenant-border);margin-bottom:24px}
@media(max-width:760px){.style-grid{grid-template-columns:1fr}.style-choice{flex-direction:column}.style-sample{width:100%;height:82px}.style-sample .sample-grid i{height:17px}body.tenant-style-bold-impact .tenant-hero h1,body.tenant-style-editorial-premium .tenant-hero h1{font-size:40px}}

/* 0.3.6 controlled design-system contract
   Mobile is the primary layout. Every visual style inherits these usability,
   sizing, navigation, hierarchy, and interaction rules. */
.brand-area{min-width:0;display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.menu-toggle{display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-left:auto;min-height:44px;padding:9px 11px;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:transparent;color:#fff;font-weight:750}.menu-toggle-icon{display:inline-flex;flex-direction:column;gap:3px}.menu-toggle-icon i{display:block;width:18px;height:2px;border-radius:2px;background:currentColor}.menu-toggle-label{font-size:13px}.site-nav{display:none;width:100%;flex-direction:column;align-items:stretch;gap:2px;padding-top:10px}.site-nav.open{display:flex}.site-nav>a,.site-nav .linkbtn,.nav-more>summary{min-height:44px;display:flex;align-items:center;width:100%;padding:10px 4px;color:#fff;text-decoration:none;font-weight:650;border-radius:7px}.site-nav .linkbtn{justify-content:flex-start;background:transparent}.site-nav .nav-inline{width:100%}.nav-more{position:relative;color:#fff}.nav-more>summary{list-style:none;cursor:pointer}.nav-more>summary::-webkit-details-marker{display:none}.nav-more>summary:after{content:'▾';margin-left:auto;font-size:11px;opacity:.75}.nav-more[open]>summary:after{transform:rotate(180deg)}.nav-more-menu{display:flex;flex-direction:column;padding:3px 0 4px 12px;border-left:1px solid rgba(255,255,255,.18)}.nav-more-menu a{min-height:42px;display:flex;align-items:center;color:#fff;text-decoration:none;font-weight:600}.nav-cta{justify-content:center!important;padding-left:14px!important;padding-right:14px!important;background:#fff!important;color:#111!important}.insitely-platform .nav-cta{background:#fff!important;color:#111!important}

body.tenant-site{font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}body.tenant-site .top{padding:10px 16px;align-items:center;flex-direction:row;flex-wrap:wrap;gap:8px}body.tenant-site .brand{font-size:20px;line-height:1.2}body.tenant-site .tagline{width:100%;margin:2px 0 0;font-size:11px;line-height:1.3}body.tenant-site .wrap{width:100%;max-width:1180px;margin:18px auto;padding:0 16px}body.tenant-site h1,body.tenant-site h2,body.tenant-site h3{line-height:1.12;margin-top:0}body.tenant-site h1{font-size:clamp(2rem,9vw,2.65rem);letter-spacing:-1.4px}body.tenant-site h2{font-size:1.45rem;letter-spacing:-.45px}body.tenant-site h3{font-size:1.08rem}body.tenant-site p{margin:0 0 1em}body.tenant-site .hero,body.tenant-site .tenant-hero{padding:30px 0}body.tenant-site .hero p,body.tenant-site .tenant-hero p{font-size:1.05rem;line-height:1.6}body.tenant-site .card,body.tenant-site .map-card{padding:18px;margin-bottom:14px}body.tenant-site .mini-card{padding:15px}body.tenant-site .grid{grid-template-columns:1fr;gap:12px}body.tenant-site .button,body.tenant-site button:not(.linkbtn):not(.menu-toggle),body.tenant-site input[type="submit"]{min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;font-size:15px;line-height:1.2;font-weight:750}body.tenant-site input,body.tenant-site select,body.tenant-site textarea{min-height:46px;font-size:16px;padding:11px 12px}body.tenant-site textarea{min-height:110px}body.tenant-site label{margin-top:16px}body.tenant-site table{font-size:14px}body.tenant-site th,body.tenant-site td{padding:10px 7px}body.tenant-site .content-section{overflow-wrap:anywhere}body.tenant-site .site-nav{font-size:15px}body.tenant-site .nav-cta{background:var(--tenant-accent)!important;color:#fff!important;border-radius:var(--tenant-radius-small)}body.tenant-site .footer{padding:28px 16px;font-size:12px}

/* Style-specific execution remains inside semantic tokens; shared component
   dimensions and behavior never change from page to page. */
body.tenant-style-clean-professional{--tenant-control-height:44px}body.tenant-style-modern-saas{--tenant-control-height:44px}body.tenant-style-bold-impact{--tenant-control-height:44px}body.tenant-style-warm-community{--tenant-control-height:44px}body.tenant-style-editorial-premium{--tenant-control-height:44px}

@media(min-width:761px){.top{flex-direction:row;flex-wrap:nowrap}.menu-toggle{display:none}.site-nav{display:flex!important;width:auto;flex-direction:row;align-items:center;gap:14px;padding-top:0;margin-left:auto}.site-nav>a,.site-nav .linkbtn,.nav-more>summary{width:auto;min-height:38px;padding:7px 0}.site-nav .nav-inline{width:auto}.nav-more-menu{display:none;position:absolute;z-index:50;right:0;top:100%;min-width:190px;padding:8px;background:#111;border:1px solid rgba(255,255,255,.15);border-radius:10px;box-shadow:0 14px 36px rgba(0,0,0,.2)}.nav-more[open] .nav-more-menu{display:flex}.nav-more-menu a{padding:8px 10px;border-radius:7px}.nav-more-menu a:hover{background:rgba(255,255,255,.08)}.nav-cta{min-height:38px!important;padding:7px 12px!important}body.tenant-site .top{padding:16px 28px;flex-wrap:nowrap;gap:20px}body.tenant-site .brand{font-size:23px}body.tenant-site .tagline{width:auto;margin-left:4px;font-size:12px}body.tenant-site .wrap{margin:32px auto;padding:0 24px}body.tenant-site .grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}body.tenant-site .card,body.tenant-site .map-card{padding:24px;margin-bottom:20px}body.tenant-site .hero,body.tenant-site .tenant-hero{padding:56px 0}body.tenant-site h1{font-size:clamp(2.7rem,5vw,3.8rem)}body.tenant-site h2{font-size:1.7rem}body.tenant-site .hero p,body.tenant-site .tenant-hero p{font-size:1.18rem}.tenant-style-bold-impact .tenant-hero h1{font-size:60px}.tenant-style-editorial-premium .tenant-hero h1{font-size:56px}}

@media(max-width:760px){body.tenant-site .tenant-hero{margin-bottom:14px!important;border-bottom:0!important}body.tenant-site .tenant-hero h1{font-size:clamp(2rem,10vw,2.65rem)!important;letter-spacing:-1.2px!important}body.tenant-site .admin-head{gap:12px}body.tenant-site .row{gap:8px}body.tenant-site .row>*{flex-basis:100%}.site-nav.open{max-height:calc(100vh - 72px);overflow:auto;-webkit-overflow-scrolling:touch}}
.style-direction{margin-top:8px;font-weight:400}.style-direction summary{font-size:12px;font-weight:800;color:#4f5660}.style-direction p{margin:8px 0 0;font-size:13px;line-height:1.5;color:#5f6670}.design-contract-callout{border-left:5px solid #111}.design-contract-callout h2{margin-bottom:8px}.design-contract-callout p{margin-bottom:0;line-height:1.55}
/* Specificity guard against legacy .top nav rules. */
.top .site-nav{display:none}.top .site-nav.open{display:flex}@media(min-width:761px){.top .site-nav{display:flex!important}}


/* 0.3.6 — tenant navigation is ALWAYS a burger menu, including desktop.
   These rules intentionally override the platform's desktop navigation rules. */
body.tenant-site .top{position:relative;flex-direction:row;flex-wrap:nowrap;align-items:center}
body.tenant-site .brand-area{flex:1 1 auto;min-width:0;display:block}
body.tenant-site .brand-area .brand{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}
body.tenant-site .brand-area .tagline{display:block;width:auto;margin:3px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body.tenant-site .menu-toggle{display:inline-flex!important;flex:0 0 auto;margin-left:auto;width:46px;height:46px;min-height:46px;padding:0;border-radius:var(--tenant-radius-small);position:relative;z-index:102}
body.tenant-site .menu-toggle-label{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
body.tenant-site .menu-toggle-icon{gap:4px}
body.tenant-site .menu-toggle-icon i{width:20px;height:2px;transition:transform .18s ease,opacity .18s ease}
body.tenant-site .menu-toggle[aria-expanded="true"] .menu-toggle-icon i:nth-child(1){transform:translateY(6px) rotate(45deg)}
body.tenant-site .menu-toggle[aria-expanded="true"] .menu-toggle-icon i:nth-child(2){opacity:0}
body.tenant-site .menu-toggle[aria-expanded="true"] .menu-toggle-icon i:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
body.tenant-site .top .site-nav{display:none!important;position:absolute;z-index:101;right:16px;top:calc(100% - 4px);width:min(320px,calc(100vw - 32px));max-height:calc(100vh - 86px);overflow:auto;-webkit-overflow-scrolling:touch;flex-direction:column;align-items:stretch;gap:2px;margin:0;padding:10px;background:var(--tenant-top);border:1px solid rgba(255,255,255,.14);border-radius:var(--tenant-radius-small);box-shadow:0 18px 48px rgba(0,0,0,.24)}
body.tenant-site .top .site-nav.open{display:flex!important}
body.tenant-site .site-nav>a,body.tenant-site .site-nav .linkbtn{width:100%;min-height:46px;padding:11px 12px;border-radius:var(--tenant-radius-small);display:flex;align-items:center;justify-content:flex-start;text-align:left}
body.tenant-site .site-nav>a:hover,body.tenant-site .site-nav>a:focus-visible,body.tenant-site .site-nav .linkbtn:hover,body.tenant-site .site-nav .linkbtn:focus-visible{background:rgba(255,255,255,.08);outline:none}
body.tenant-site .site-nav .nav-inline{display:block;width:100%}
body.tenant-site .site-nav .nav-cta{justify-content:center!important;margin-top:4px}
@media(min-width:761px){body.tenant-site .menu-toggle{display:inline-flex!important}body.tenant-site .top .site-nav{display:none!important;right:28px;top:calc(100% - 7px);width:300px}body.tenant-site .top .site-nav.open{display:flex!important}body.tenant-site .brand-area .tagline{display:inline-block;margin:0 0 0 8px;vertical-align:middle;max-width:42vw}body.tenant-site .top{padding:16px 28px}}
@media(max-width:760px){body.tenant-site .top .site-nav{left:8px;right:8px;top:calc(100% - 2px);width:auto;max-height:calc(100vh - 74px);border-radius:0 0 var(--tenant-radius) var(--tenant-radius)}body.tenant-site .brand-area{max-width:calc(100% - 58px)}}

/* 0.3.6 runtime readiness indicators */
.runtime-ready{border-color:#b8d8c1!important}.runtime-partial{border-color:#e4ca83!important}.runtime-planned{border-color:#e1b1b1!important}
.pill.runtime-ready{background:#edf8f0}.pill.runtime-partial{background:#fff8df}.pill.runtime-planned{background:#fff0f0}
