.demo-root{height:100vh;background:var(--ivory);height:100dvh;color:var(--ink);font-family:var(--font-ui);-webkit-font-smoothing:antialiased;flex-direction:column;display:flex;overflow:hidden}.demo-hero{text-align:center;flex-shrink:0;max-width:720px;margin:0 auto;padding:110px 28px 24px;display:none}.demo-root--empty .demo-hero{padding:140px 28px 40px;display:block}.demo-hero-title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--ink);margin-bottom:8px;font-size:clamp(26px,3vw,38px);font-weight:500;line-height:1.12}.demo-hero-accent{color:var(--green);font-style:italic}.demo-hero-sub{color:var(--taupe);max-width:540px;margin:0 auto;font-size:14px;line-height:1.55}.demo-main{flex:1;align-items:stretch;gap:0;width:100%;min-height:0;padding:76px 0 0;display:flex}@media (max-width:900px){.demo-main{flex-direction:column}}.demo-panel{background:var(--paper);border-left:1px solid var(--line);flex-direction:column;flex:0 0 420px;gap:22px;min-height:0;padding:26px 24px;display:flex}.demo-panel-label{font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.08em;color:var(--taupe);margin-bottom:12px;font-size:12px;font-weight:700}.demo-panel-current{padding-bottom:4px}.demo-panel-name{font-family:var(--font-display);letter-spacing:-.01em;color:var(--ink);font-size:26px;font-weight:500;line-height:1.15}.demo-panel-price{color:var(--taupe);margin-top:4px;font-size:15px}.demo-size-toggle{gap:10px;display:inline-flex}.demo-size-btn{border:1px solid var(--line-strong);background:var(--paper);color:var(--ink);font-family:var(--font-ui);cursor:pointer;border-radius:10px;padding:12px 26px;font-size:14px;font-weight:600;transition:background .2s,color .2s,border-color .2s}.demo-size-btn:hover{border-color:var(--ink)}.demo-size-btn--active{background:var(--ink);border-color:var(--ink);color:var(--ivory)}.demo-suggest{flex-direction:column;flex:1;min-height:0;display:flex}.demo-suggest-grid{scrollbar-width:thin;scrollbar-color:var(--line-strong) transparent;flex:1;grid-template-columns:1fr 1fr;align-content:start;gap:12px;min-height:0;padding-right:8px;display:grid;overflow-y:auto}.demo-suggest-grid::-webkit-scrollbar{width:6px}.demo-suggest-grid::-webkit-scrollbar-track{background:0 0}.demo-suggest-grid::-webkit-scrollbar-thumb{background:var(--line-strong);border-radius:3px}.demo-suggest-grid::-webkit-scrollbar-thumb:hover{background:var(--taupe)}.demo-suggest-card{color:var(--ink);cursor:pointer;text-align:left;font-family:var(--font-ui);background:0 0;border:1px solid #0000;border-radius:10px;flex-direction:column;align-items:flex-start;gap:2px;padding:0;transition:border-color .2s;display:flex}.demo-suggest-card:hover .demo-suggest-thumb{border-color:var(--line-strong);box-shadow:var(--shadow-card)}.demo-suggest-card--active .demo-suggest-thumb{border-color:var(--green);box-shadow:0 0 0 1px var(--green)}.demo-suggest-thumb{aspect-ratio:4/3;border:1px solid var(--line);background:#fff;border-radius:10px;justify-content:center;align-items:center;width:100%;margin-bottom:8px;transition:border-color .2s,box-shadow .2s;display:flex;overflow:hidden}.demo-suggest-thumb img{object-fit:contain;width:100%;height:100%;padding:10px}.demo-suggest-placeholder{width:56px;color:var(--line-strong)}.demo-suggest-name{color:var(--ink);font-size:14px;font-weight:700;line-height:1.3}.demo-suggest-sub{color:var(--taupe);font-size:13px;line-height:1.3}.demo-viewport-frame[data-consent=pending],.demo-viewport-frame[data-consent=declined]{background:var(--paper)}.demo-consent{text-align:center;flex-direction:column;align-items:center;width:100%;height:100%;padding:36px 40px;display:flex;overflow-y:auto}.demo-consent>:first-child{margin-top:auto}.demo-consent-actions{margin-bottom:auto}.demo-consent-icon{width:84px;height:84px;color:var(--green);margin-bottom:20px}.demo-consent-kicker{text-transform:uppercase;letter-spacing:.1em;color:var(--green);margin-bottom:10px;font-size:12px;font-weight:700}.demo-consent-title{font-family:var(--font-display);letter-spacing:-.01em;color:var(--ink);max-width:380px;margin-bottom:14px;font-size:24px;font-weight:500;line-height:1.25}.demo-consent-lead{color:var(--taupe);max-width:420px;margin-bottom:22px;font-size:14.5px;line-height:1.6}.demo-consent-checks{flex-direction:column;gap:12px;margin-bottom:24px;padding:0;list-style:none;display:flex}.demo-consent-checks li{color:var(--ink-soft);text-align:left;align-items:center;gap:10px;font-size:15px;font-weight:500;display:flex}.demo-consent-check{width:22px;height:22px;color:var(--green);flex-shrink:0}.demo-consent-policy{color:var(--ink-soft);margin-bottom:10px;font-size:14px}.demo-consent-policy a{color:var(--ink);text-underline-offset:2px;font-weight:700;text-decoration:underline}.demo-consent-policy a:hover{color:var(--green)}.demo-consent-provider{color:var(--taupe);max-width:340px;margin-bottom:28px;font-size:13px;line-height:1.55}.demo-consent-provider strong{color:var(--ink-soft);font-weight:700}.demo-consent-actions{gap:12px;display:flex}.demo-consent-btn{font-family:var(--font-ui);cursor:pointer;border-radius:999px;padding:13px 34px;font-size:15px;font-weight:600;transition:background .2s,color .2s,border-color .2s,transform .15s}.demo-consent-btn:active{transform:scale(.98)}.demo-consent-btn--primary{background:var(--ink);border:1px solid var(--ink);color:var(--ivory)}.demo-consent-btn--primary:hover{background:var(--green-deep);border-color:var(--green-deep)}.demo-consent-btn--secondary{border:1px solid var(--line-strong);color:var(--ink-soft);background:0 0}.demo-consent-btn--secondary:hover{border-color:var(--ink);color:var(--ink)}.demo-viewport{flex:1;min-width:0;min-height:0;display:flex}.demo-viewport-frame{background:var(--espresso);flex:1;min-width:0;position:relative;overflow:hidden}.demo-viewport-frame .webarview-root,.demo-viewport-frame .webarview-canvas{width:100%!important;height:100%!important}.demo-viewport-frame .webarview-root{border-radius:0}@media (max-width:900px){.demo-root{height:auto;min-height:100vh;min-height:100dvh;display:block;overflow:hidden visible}.demo-hero{padding:100px 16px 16px;display:block}.demo-hero-title{font-size:28px}.demo-main{flex-direction:column;gap:20px;padding:0 12px 32px}.demo-panel{background:0 0;border-left:none;flex:auto;width:100%;padding:0 4px}.demo-viewport{width:100%}.demo-viewport-frame{aspect-ratio:1;border:1px solid var(--line);border-radius:12px;flex:none;width:100%}.demo-viewport-frame[data-consent=pending],.demo-viewport-frame[data-consent=declined]{aspect-ratio:auto;height:auto}.demo-suggest-grid{flex:none;padding-right:0;overflow-y:visible}.demo-suggest-thumb{background:var(--paper)}.demo-consent{height:auto;padding:36px 20px;overflow-y:visible}.demo-consent-title{font-size:21px}.demo-consent-kicker,.demo-consent-lead{display:none}}
