:root{color:#171717;font-synthesis:none;--gold:#c99a31;--gold-deep:#9a6d10;--ink:#171717;--muted:#6c6c6c;--line:#dededb;--soft:#f5f5f2;background:#fff;font-family:Inter,Avenir Next,Avenir,Helvetica Neue,Arial,sans-serif}*{box-sizing:border-box}body{min-width:320px;margin:0}button,a{font:inherit}button{color:inherit}.app-shell{grid-template-columns:minmax(0,1fr) 340px;min-height:100vh;display:grid}.main-column{min-width:0}.topbar{border-bottom:1px solid var(--line);z-index:5;background:#fff;align-items:center;gap:38px;height:92px;padding:0 42px;display:flex;position:relative}.topbar>a{color:var(--ink);text-underline-offset:5px;font-size:14px}.topbar-title{font-size:17px}.brand{color:var(--ink);border-right:1px solid var(--line);align-items:center;gap:12px;padding-right:32px;text-decoration:none;display:flex}.brand-monogram{color:var(--gold-deep);letter-spacing:-7px;padding-right:7px;font-family:Georgia,serif;font-size:31px}.brand-name{text-transform:uppercase;letter-spacing:1.8px;font-size:12px;font-weight:700;line-height:1.05}.hero{background:#f4f2ef;height:390px;position:relative;overflow:hidden}.hero>img{object-fit:cover;object-position:center;width:100%;height:100%}.hero-copy{pointer-events:none;background:linear-gradient(90deg,#fffffffa 0%,#ffffffed 58%,#fff0 100%);flex-direction:column;justify-content:center;width:54%;padding:44px;display:flex;position:absolute;inset:0 auto 0 0}.hero-copy h1{letter-spacing:-3.6px;max-width:680px;margin:0 0 26px;font-size:clamp(42px,4vw,64px);line-height:.98}.hero-copy p{color:#565656;max-width:470px;margin:0;font-size:20px;line-height:1.45}.builder{padding:24px 40px 80px}.progress{gap:14px;font-size:13px;font-weight:600;display:grid}.progress-rule{background:#e7e7e5;height:3px;display:block}.progress-rule i{background:var(--gold);width:13%;height:100%;display:block}.room-picker{padding:28px 0}.room-picker h2{letter-spacing:-1.2px;margin:0 0 8px;font-size:32px}.room-picker>p{color:var(--muted);margin:0 0 22px}.room-rail{grid-template-columns:repeat(4,minmax(132px,1fr));gap:12px;display:grid}.room-option{text-align:left;cursor:pointer;background:#fff;border:1px solid #d6d6d2;border-radius:12px;flex-direction:column;justify-content:space-between;align-items:flex-start;min-height:126px;padding:18px;transition:all .2s;display:flex;position:relative}.room-option:hover{border-color:#9d9d98;transform:translateY(-2px)}.room-option:focus-visible,.choice:focus-visible,.primary-action:focus-visible,.install-toggle:focus-visible{outline-offset:3px;outline:3px solid #c99a3159}.room-option svg{fill:none;stroke:currentColor;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;width:30px;height:30px}.room-option span{font-weight:650}.room-option b{background:var(--gold);color:#fff;border-radius:50%;place-items:center;width:25px;height:25px;font-size:13px;display:grid;position:absolute;top:12px;right:12px}.room-option.is-selected{border-color:var(--gold);box-shadow:0 0 0 1px var(--gold)}.room-config{border-top:1px solid var(--line);padding:34px 0 44px}.room-config-head{justify-content:space-between;align-items:end;margin-bottom:24px;display:flex}.room-config-head h3{letter-spacing:-1px;margin:4px 0 0;font-size:30px}.room-index{text-transform:uppercase;letter-spacing:1.2px;color:var(--gold-deep);font-size:11px;font-weight:750}.text-button,.back-link{text-underline-offset:5px;cursor:pointer;background:0 0;border:0;text-decoration:underline}.question-block{border-top:1px solid #ededeb;padding:22px 0}.question-block h4{margin:0 0 16px;font-size:20px}.choice-grid{gap:12px;display:grid}.choice-grid.three{grid-template-columns:repeat(3,1fr)}.choice-grid.two{grid-template-columns:repeat(2,1fr)}.choice{text-align:left;cursor:pointer;background:#fff;border:1px solid #d7d7d3;border-radius:12px;align-items:flex-start;gap:13px;min-height:104px;padding:18px;display:flex}.choice:hover{border-color:#999}.choice.is-selected{border-color:var(--gold);box-shadow:0 4px 16px #6c4d0c14}.choice-radio{border:1px solid #bbb;border-radius:50%;flex:0 0 22px;width:22px;height:22px;position:relative}.choice.is-selected .choice-radio{border-color:var(--gold)}.choice.is-selected .choice-radio:after{content:"";background:var(--gold);border-radius:50%;position:absolute;inset:4px}.choice strong,.choice small,.surround-check strong,.surround-check small{display:block}.choice strong{font-size:15px}.choice small{color:var(--muted);margin-top:7px;line-height:1.35}.reveal{animation:.28s both rise}@keyframes rise{0%{opacity:0;transform:translateY(8px)}}.surround-check{cursor:pointer;border:1px solid #d7d7d3;border-radius:12px;align-items:center;gap:13px;margin-top:14px;padding:16px 18px;display:flex}.surround-check input{opacity:0;position:absolute}.custom-check{color:#0000;border:1px solid #bbb;border-radius:6px;place-items:center;width:24px;height:24px;display:grid}.surround-check input:checked+.custom-check{background:var(--gold);border-color:var(--gold);color:#fff}.surround-check small{color:var(--muted);margin-top:3px}.summary{border-left:1px solid var(--line);z-index:4;background:#fff;flex-direction:column;height:100vh;padding:38px 30px;display:flex;position:sticky;top:0}.summary-kicker{text-transform:uppercase;letter-spacing:1.1px;color:var(--gold-deep);margin:0;font-size:13px}.summary h2{letter-spacing:-1px;margin:5px 0 0;font-size:30px}.summary-lines{border-top:1px solid var(--line);border-bottom:1px solid var(--line);min-height:102px;max-height:220px;margin:22px 0;overflow:auto}.summary-empty{color:var(--muted);line-height:1.45}.summary-room{border-bottom:1px solid #eee;justify-content:space-between;gap:15px;padding:13px 0;font-size:14px;display:flex}.summary-room:last-child{border:0}.summary-room span:last-child{color:var(--muted);text-align:right;font-size:12px}.install-toggle{text-align:left;cursor:pointer;background:#f8f8f6;border:1px solid #d8d8d4;border-radius:12px;align-items:center;gap:12px;padding:15px;display:flex}.toggle-dot{background:#c9c9c5;border-radius:100px;width:39px;height:23px;transition:all .2s;position:relative}.toggle-dot:after{content:"";background:#fff;border-radius:50%;width:17px;height:17px;transition:all .2s;position:absolute;top:3px;left:3px}.install-toggle.is-on{border-color:var(--gold)}.install-toggle.is-on .toggle-dot{background:var(--gold)}.install-toggle.is-on .toggle-dot:after{transform:translate(16px)}.install-toggle strong,.install-toggle small{display:block}.install-toggle small{color:var(--muted);margin-top:4px}.summary-total{justify-content:space-between;align-items:start;margin-top:auto;padding:25px 0 18px;display:flex}.summary-total span strong,.summary-total span small{display:block}.summary-total span small{color:var(--muted);margin-top:4px;font-size:12px}.summary-total>strong{font-size:26px}.primary-action,.secondary-action{cursor:pointer;border:0;border-radius:8px;min-height:54px;padding:0 20px;font-weight:700}.primary-action{background:var(--gold);justify-content:space-between;align-items:center;display:flex}.primary-action:hover{background:#d7aa46}.primary-action:disabled{opacity:.42;cursor:not-allowed}.summary-note{color:var(--muted);font-size:11px;line-height:1.5}.mobile-review{display:none}.review-page{max-width:1440px;margin:auto;padding:54px 64px 90px}.back-link{margin-bottom:32px;padding:0}.review-heading{background:#f5f5f2;grid-template-columns:1fr .8fr;align-items:center;min-height:330px;display:grid;overflow:hidden}.review-heading>div{padding:54px}.review-heading h1{letter-spacing:-3px;margin:0 0 22px;font-size:52px;line-height:1}.review-heading p{color:var(--muted);font-size:18px;line-height:1.5}.review-heading img{object-fit:cover;mix-blend-mode:multiply;width:100%;height:100%}.review-grid{grid-template-columns:minmax(0,1fr) 330px;gap:60px;padding-top:45px;display:grid}.review-lines section{border-top:1px solid var(--line);padding:26px 0}.review-lines h2{margin:0 0 16px;font-size:24px}.review-line{justify-content:space-between;gap:25px;padding:12px 0;display:flex}.review-line span strong,.review-line span small{display:block}.review-line span small{color:var(--muted);margin-top:5px}.purchase-panel{border:1px solid var(--line);align-self:start;padding:28px;position:sticky;top:24px}.purchase-panel>p:first-child{margin:0 0 8px}.purchase-panel>strong{letter-spacing:-1px;font-size:38px;display:block}.purchase-panel>small{color:var(--muted);margin:8px 0 24px;line-height:1.4;display:block}.purchase-panel .primary-action,.purchase-panel .secondary-action{width:100%;margin-top:10px}.secondary-action{background:#fff;border:1px solid #aaa}.fine-print{color:var(--muted);margin-top:22px;font-size:11px;line-height:1.5}@media (width<=1080px){.app-shell{grid-template-columns:1fr}.summary{border-left:0;border-top:1px solid var(--line);height:auto;padding:30px 40px;position:relative}.summary-total{margin-top:18px}.summary .primary-action,.summary-note{display:none}.mobile-review{display:block}.mobile-review .primary-action{width:100%}.room-rail{grid-template-columns:repeat(3,1fr)}}@media (width<=720px){.topbar{gap:18px;height:72px;padding:0 18px}.brand{border:0;padding:0}.brand-name{display:none}.topbar-title{font-size:14px}.topbar>a{margin-left:auto}.hero{height:470px}.hero-copy{background:linear-gradient(#fff 0%,#ffffffeb 44%,#fff0 72%);justify-content:flex-start;width:100%;padding:34px 22px}.hero-copy h1{letter-spacing:-2.4px;font-size:42px}.hero-copy p{width:88%;font-size:17px}.hero>img{object-position:68% center}.builder{padding:22px 18px 60px}.room-picker h2{font-size:28px}.room-rail{scroll-snap-type:x mandatory;padding:2px 2px 12px;display:flex;overflow:auto}.room-option{scroll-snap-align:start;min-width:145px}.choice-grid.three,.choice-grid.two{grid-template-columns:1fr}.choice{min-height:90px}.summary{padding:30px 18px}.review-page{padding:30px 18px 60px}.review-heading{grid-template-columns:1fr}.review-heading>div{padding:34px 24px}.review-heading h1{font-size:40px}.review-heading img{height:230px}.review-grid{grid-template-columns:1fr;gap:25px}.purchase-panel{position:static}.room-config-head{align-items:center}}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.site-header{z-index:20;background:#fff;border-bottom:1px solid #eee;align-items:center;gap:34px;height:120px;padding:0 clamp(28px,6.5vw,96px);display:flex;position:relative}.site-header .brand{border:0;flex:none;align-items:center;padding:0;text-decoration:none;display:flex}.site-header .brand img{object-fit:contain;width:181px;height:63px;display:block}.site-header nav{justify-content:flex-end;align-items:center;gap:clamp(16px,1.75vw,32px);margin-left:auto;display:flex}.site-header nav a{color:#151515;white-space:nowrap;font-size:18px;font-weight:400;text-decoration:none;position:relative}.site-header nav a:after{content:"";background:#151515;height:1px;transition:right .2s;position:absolute;bottom:-8px;left:0;right:100%}.site-header nav a:hover:after,.site-header nav a[aria-current=page]:after{right:0}.site-header nav .builder-link{font-weight:650}.menu-button{cursor:pointer;background:0 0;border:0;width:42px;height:42px;padding:8px;display:none}.menu-button>span:not(.sr-only){background:#111;height:2px;margin:5px 0;display:block}.app-shell{min-height:calc(100vh - 120px)}@media (width<=1120px){.site-header{height:92px;padding:0 28px}.site-header .brand img{width:155px;height:auto}.site-header nav{gap:14px}.site-header nav a{font-size:15px}.app-shell{min-height:calc(100vh - 92px)}}@media (width<=850px){.site-header{height:78px;padding:0 18px}.site-header .brand img{width:145px}.menu-button{margin-left:auto;display:block}.site-header nav{background:#fff;border-top:1px solid #eee;border-bottom:1px solid #ddd;flex-direction:column;align-items:flex-start;gap:0;padding:14px 18px 20px;display:none;position:absolute;top:78px;left:0;right:0}.site-header nav.is-open{display:flex}.site-header nav a{width:100%;padding:11px 4px;font-size:17px}.site-header nav a:after{display:none}.app-shell{min-height:calc(100vh - 78px)}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.purchase-panel a.primary-action,.purchase-panel a.secondary-action{color:var(--ink);text-decoration:none}.purchase-panel a.secondary-action{justify-content:center;align-items:center;display:flex}.system-enquiry{border-top:1px solid var(--line);gap:13px;margin-top:24px;padding-top:22px;display:grid}.system-enquiry h2{letter-spacing:-.5px;margin:0;font-size:22px}.system-enquiry>p{color:var(--muted);margin:0;font-size:13px;line-height:1.45}.system-enquiry label{gap:6px;font-size:12px;font-weight:700;display:grid}.system-enquiry label small{color:var(--muted);font-weight:400;display:inline}.system-enquiry input{width:100%;min-height:46px;color:var(--ink);font:inherit;background:#fff;border:1px solid #c7c7c2;border-radius:7px;padding:10px 12px;font-size:15px}.system-enquiry input:focus{border-color:var(--gold-deep);outline:3px solid #c99a3138}.enquiry-row{grid-template-columns:1fr 1fr;gap:10px;display:grid}.system-enquiry .primary-action,.system-enquiry .secondary-action{width:100%;margin:0}.system-enquiry button:disabled{opacity:.55;cursor:wait}.enquiry-status{min-height:19px}.enquiry-status.is-success{font-weight:700;color:#16794c!important}.enquiry-status.is-error{font-weight:700;color:#b42318!important}@media (width<=480px){.enquiry-row{grid-template-columns:1fr}}.configured-rooms{border-top:1px solid var(--line);padding-top:30px}.configured-rooms-heading{justify-content:space-between;align-items:end;gap:28px;margin-bottom:18px;display:flex}.configured-rooms-heading h2{letter-spacing:-1px;margin:0;font-size:28px}.configured-rooms-heading p{color:var(--muted);text-align:right;margin:0}.room-config.is-open{border:1px solid var(--line);background:#fff;border-radius:14px;margin:14px 0;padding:30px;box-shadow:0 14px 40px #1414140d}.room-config.is-collapsed{border:1px solid var(--line);background:#fff;border-radius:12px;align-items:center;margin:10px 0;padding:0;display:flex;overflow:hidden}.room-collapsed-main{text-align:left;cursor:pointer;background:#fff;border:0;flex:1;grid-template-columns:minmax(150px,.65fr) minmax(220px,1fr) auto;align-items:center;gap:24px;min-height:86px;padding:16px 20px;display:grid}.room-collapsed-main:hover{background:#fafaf8}.room-collapsed-main span small,.room-collapsed-main span strong{display:block}.room-collapsed-main span small{text-transform:uppercase;letter-spacing:.8px;color:var(--gold-deep);margin-bottom:5px;font-size:11px}.room-collapsed-main span strong{font-size:14px}.room-collapsed-main .room-edit{white-space:nowrap;font-size:13px;font-weight:700}.room-remove{margin:0 18px}.question-help{color:var(--muted);max-width:720px;margin:-7px 0 17px;line-height:1.5}.speaker-tiers .choice{min-height:160px}.choice-meta{color:var(--ink);margin-top:15px;font-size:13px;font-style:normal;font-weight:750;display:block}.amp-explainer{background:var(--soft);border:1px solid #d8d8d4;border-radius:12px;align-items:center;gap:14px;margin-top:14px;padding:16px 18px;display:flex}.amp-explainer>span:nth-child(2){flex:1}.amp-explainer strong,.amp-explainer small{display:block}.amp-explainer small{color:var(--muted);margin-top:4px;line-height:1.35}.amp-mark{color:#fff;letter-spacing:1px;background:#171717;border-radius:5px;place-items:center;width:50px;height:32px;font-size:10px;font-weight:800;display:grid}.room-actions{border-top:1px solid #ededeb;align-items:center;gap:18px;padding-top:22px;display:flex}.room-actions .primary-action{min-width:240px}.room-actions>small,.mobile-review>small{color:var(--muted);line-height:1.4}.summary-room{cursor:pointer;text-align:left;background:#fff;border-top:0;border-left:0;border-right:0;width:100%}.summary-room:hover{background:#fafaf8}.summary-room:focus-visible,.room-collapsed-main:focus-visible{outline-offset:-3px;outline:3px solid #c99a3159}@media (width<=720px){.configured-rooms-heading{display:block}.configured-rooms-heading p{text-align:left;margin-top:7px}.room-config.is-open{margin-left:-2px;margin-right:-2px;padding:22px 16px}.room-collapsed-main{grid-template-columns:1fr auto;gap:10px;padding:15px}.room-collapsed-main>span:nth-child(2){grid-column:1/-1}.room-remove{margin:0 12px 0 0}.speaker-tiers .choice{min-height:118px}.amp-explainer{flex-wrap:wrap;align-items:flex-start}.amp-explainer>strong{margin-left:64px}.room-actions{display:block}.room-actions .primary-action{width:100%;min-width:0}.room-actions>small,.mobile-review>small{margin-top:10px;display:block}.summary-room{padding-left:0;padding-right:0}}.buyer-guide{background:var(--soft);border-top:1px solid var(--line);padding:64px 40px 78px}.buyer-guide-intro{grid-template-columns:minmax(260px,.8fr) minmax(320px,1.2fr);align-items:start;gap:60px;display:grid}.buyer-guide h2{letter-spacing:-2px;margin:0;font-size:clamp(34px,3.2vw,50px);line-height:1.02}.buyer-guide-intro>p{color:#4f4f4f;max-width:700px;margin:2px 0 0;font-size:18px;line-height:1.65}.buyer-points{grid-template-columns:repeat(3,1fr);gap:28px;margin-top:54px;display:grid}.buyer-points>div{border-top:2px solid var(--gold);padding-top:20px}.buyer-points strong{font-size:18px}.buyer-points p{color:var(--muted);margin:10px 0 0;line-height:1.55}.buyer-faq{max-width:850px;margin:68px auto 0}.buyer-faq h3{letter-spacing:-1px;margin:0 0 20px;font-size:30px}.buyer-faq details{border-top:1px solid #d5d5d0;padding:19px 0}.buyer-faq details:last-child{border-bottom:1px solid #d5d5d0}.buyer-faq summary{cursor:pointer;margin-left:18px;font-size:17px;font-weight:700;list-style-position:outside}.buyer-faq details p{color:var(--muted);max-width:720px;margin:12px 0 0 18px;line-height:1.6}.mobile-system-bar{display:none}@media (width<=1080px){.mobile-review{display:none}.mobile-system-bar{z-index:40;border-top:1px solid var(--line);padding:12px max(18px,env(safe-area-inset-left)) calc(12px + env(safe-area-inset-bottom));background:#fff;justify-content:space-between;align-items:center;gap:16px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -10px 32px #0000001a}.mobile-system-bar>span small,.mobile-system-bar>span strong{display:block}.mobile-system-bar>span small{color:var(--muted);font-size:11px}.mobile-system-bar>span strong{letter-spacing:-.5px;font-size:24px}.mobile-system-bar .primary-action{min-width:190px;min-height:48px}.main-column{padding-bottom:92px}}@media (width<=720px){.hero{height:440px}.hero-copy{background:linear-gradient(#fff 0%,#fffffff0 48%,#fff0 76%);padding:30px 22px}.hero-copy h1{letter-spacing:-2.2px;margin-bottom:18px;font-size:40px;line-height:1.01}.hero-copy p{width:92%}.review-page{padding-bottom:110px}.buyer-guide{padding:48px 18px 64px}.buyer-guide-intro{display:block}.buyer-guide h2{font-size:36px}.buyer-guide-intro>p{margin-top:20px;font-size:16px}.buyer-points{grid-template-columns:1fr;gap:24px;margin-top:40px}.buyer-points>div{padding-top:16px}.buyer-faq{margin-top:48px}.buyer-faq h3{font-size:27px}.mobile-system-bar{gap:10px}.mobile-system-bar>span strong{font-size:21px}.mobile-system-bar .primary-action{min-width:0;min-height:46px;padding:0 14px;font-size:13px}}.seo-fallback{max-width:900px;margin:0 auto;padding:64px 24px}.seo-fallback h1{margin:0 0 24px;font-size:clamp(40px,6vw,72px);line-height:1}.seo-fallback h2{margin:48px 0 16px;font-size:32px}.seo-fallback p{font-size:18px;line-height:1.6}.product-tier-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.product-tier-choice{text-align:left;cursor:pointer;background:#fff;border:1px solid #d9d9d5;border-radius:14px;flex-direction:column;min-width:0;padding:0;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex;overflow:hidden}.product-tier-choice:hover{border-color:#aaa;transform:translateY(-2px);box-shadow:0 14px 28px #14141414}.product-tier-choice.is-selected{border-color:var(--gold);box-shadow:0 0 0 2px #c99a3133,0 14px 30px #14141414}.product-tier-choice:focus-visible{outline-offset:3px;outline:3px solid #c99a3166}.product-image{background:linear-gradient(145deg,#fff,#f3f3f0);border-bottom:1px solid #ecece8;place-items:center;width:100%;height:190px;display:grid;overflow:hidden}.product-image img{object-fit:contain;mix-blend-mode:multiply;width:100%;height:100%;padding:13px;display:block}.product-choice-copy{flex-direction:column;flex:1;padding:18px;display:flex}.product-choice-top{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.product-choice-top>span:first-child{min-width:0}.product-choice-top small,.product-choice-top strong{display:block}.product-choice-top small{text-transform:uppercase;letter-spacing:1px;color:var(--gold-deep);margin-bottom:7px;font-size:11px;font-weight:750;line-height:1}.product-choice-top strong{letter-spacing:-.25px;font-size:18px;line-height:1.15}.product-tier-choice .choice-radio{flex:none;margin-top:1px}.product-description{color:#555;margin-top:13px;font-size:13px;line-height:1.48}.upgrade-reason{color:#303030;border-top:1px solid #ecece8;margin-top:15px;padding-top:14px;font-size:12px;line-height:1.45;display:block}.upgrade-reason b{color:var(--gold-deep);text-transform:uppercase;letter-spacing:.8px;margin-bottom:6px;font-size:10px;line-height:1;display:block}.product-tier-choice .choice-meta{margin-top:auto;padding-top:16px;font-size:13px;line-height:1.25}.speaker-tier-block .amp-explainer{position:relative}.amp-mark{flex:none}.buyer-points>div:nth-child(3) p{max-width:350px}@media (width<=1240px) and (width>=721px){.product-tier-grid{grid-template-columns:1fr}.product-tier-choice{grid-template-columns:190px minmax(0,1fr);display:grid}.product-image{border-bottom:0;border-right:1px solid #ecece8;height:100%;min-height:205px}}@media (width<=720px){.product-tier-grid{grid-template-columns:1fr;gap:12px}.product-tier-choice{border-radius:12px;grid-template-columns:116px minmax(0,1fr);display:grid;transform:none!important}.product-image{border-bottom:0;border-right:1px solid #ecece8;height:100%;min-height:190px}.product-image img{padding:8px}.product-choice-copy{padding:15px 14px}.product-choice-top strong{font-size:16px}.product-choice-top small{font-size:10px}.product-description{margin-top:10px;font-size:12px}.upgrade-reason{margin-top:11px;padding-top:10px;font-size:11px}.product-tier-choice .choice-meta{padding-top:12px;font-size:12px}.question-help{font-size:14px}.speaker-tier-block{margin-left:-2px;margin-right:-2px}.speaker-tier-block .amp-explainer{margin-top:12px}.amp-explainer>strong{margin-left:0}.room-actions{padding-bottom:4px}.room-config.is-open{scroll-margin-top:88px}}
