.bt-notice-root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--sans:Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--mono:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;--max:1240px;--background:#f7f7f2;--foreground:#101310;--card:#fff;--card-foreground:#101310;--muted:#eff1ec;--muted-foreground:#555e57;--border:#c9d0c8;--input:#68736a;--ring:#2e47b8;--primary:#101310;--primary-foreground:#fff;--secondary:#eff1ec;--secondary-foreground:#101310;--accent:#e7eccf;--accent-foreground:#101310;--interactive:#2e47b8;--interactive-foreground:#fff;--selected:#beea62;--selected-foreground:#17210f;--evidence:#0b6370;--evidence-foreground:#fff;--scene-point:#101310;--scene-point-secondary:#68736a;--scene-point-selected:#beea62}.dark .bt-notice-root,.bt-notice-root.dark{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--background:#0c0f0d;--foreground:#f2f4ef;--card:#121713;--card-foreground:#f2f4ef;--muted:#1a211c;--muted-foreground:#aab3ab;--border:#38423a;--input:#7a857c;--ring:#a9b8ff;--primary:#f2f4ef;--primary-foreground:#0c0f0d;--secondary:#1a211c;--secondary-foreground:#f2f4ef;--accent:#253228;--accent-foreground:#f2f4ef;--interactive:#a9b8ff;--interactive-foreground:#0c0f0d;--selected:#beea62;--selected-foreground:#17210f;--evidence:#83d5e2;--evidence-foreground:#0c0f0d;--scene-point:#f2f4ef;--scene-point-secondary:#7a857c;--scene-point-selected:#beea62}:where(.bt-notice-root,.bt-notice-root *){box-sizing:border-box}.bt-notice-root{background:var(--background);min-width:320px;color:var(--foreground);font:400 16px/24px var(--sans);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;padding:0;position:fixed;inset:0;overflow:hidden}:where(.bt-notice-root) ::selection{background:var(--selected);color:var(--selected-foreground)}:where(.bt-notice-root a){color:inherit;text-decoration:none}:where(.bt-notice-root) :focus-visible{outline:2px solid var(--ring);outline-offset:2px}
.bt-notice{grid-template-rows:auto auto auto auto;align-content:center;gap:clamp(12px,2.2vh,28px);height:100dvh;padding:clamp(16px,2.6vh,28px) 0 clamp(16px,2.4vh,26px);display:grid;overflow:hidden}.bt-notice-top,.bt-content,.bt-notice-foot{width:min(100%, var(--max));margin-inline:auto;padding-inline:clamp(20px,5vw,48px)}.bt-notice-top{justify-content:space-between;align-items:center;gap:24px;display:flex}.bt-brand{color:var(--foreground);align-items:center;gap:10px;display:inline-flex}.bt-brand-name{letter-spacing:.16em;font-size:15px;font-weight:600}.bt-locale-switch{border:1px solid var(--border);color:var(--muted-foreground);font-family:var(--mono);border-radius:9999px;padding:5px 12px;font-size:12px;line-height:16px;transition:color .14s ease-out,border-color .14s ease-out}.bt-locale-switch:hover{border-color:var(--input);color:var(--foreground)}.bt-stage{height:clamp(170px,40vh,420px);margin:0;position:relative}.bt-stage-canvas{touch-action:none;cursor:grab;width:100%;height:100%;display:block}.bt-stage-canvas:active{cursor:grabbing}.bt-stage-fallback{color:var(--foreground);opacity:0;position:absolute;top:50%;left:50%;translate:-50% -50%}.bt-stage-fallback[data-visible=true]{opacity:1}.bt-eyebrow{color:var(--muted-foreground);font-family:var(--mono);letter-spacing:.13em;text-transform:uppercase;margin:0 0 clamp(10px,1.6vh,18px);font-size:12px;line-height:16px}.bt-headline{letter-spacing:-.022em;text-wrap:balance;flex-direction:column;max-width:22ch;margin:0;font-size:clamp(30px,5.4vw,60px);font-weight:600;line-height:1.06;display:flex}.bt-headline>span:first-child{color:var(--muted-foreground)}.bt-headline-resolved{color:var(--foreground)}.bt-support{max-width:62ch;color:var(--muted-foreground);margin:clamp(12px,1.8vh,20px) 0 0;font-size:clamp(14px,1.5vw,16.5px);line-height:1.55}.bt-actions{flex-wrap:wrap;align-items:center;gap:clamp(12px,2vw,24px);margin-top:clamp(16px,2.6vh,30px);display:flex}.bt-cta{background:var(--primary);height:44px;color:var(--primary-foreground);border-radius:6px;align-items:center;gap:10px;padding:0 20px;font-size:15px;font-weight:600;transition:opacity .14s ease-out,translate .14s ease-out;display:inline-flex}.bt-cta:hover{opacity:.88}.bt-cta span{font-weight:400;transition:translate .14s ease-out}.bt-cta:hover span{translate:2px -2px}.bt-contact{color:var(--interactive);font-size:15px;font-weight:500}.bt-contact:hover{text-underline-offset:3px;text-decoration:underline}.bt-notice-foot{border-top:1px solid var(--border);color:var(--muted-foreground);font-family:var(--mono);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-top:clamp(12px,1.8vh,18px);font-size:12px;line-height:16px;display:flex}.bt-route,.bt-entity{margin:0}.bt-route{align-items:center;gap:10px;display:inline-flex}.bt-route-joint{background:var(--border);width:34px;height:1px;display:inline-block;position:relative}.bt-route-joint:after{content:"";background:var(--selected);width:5px;height:5px;position:absolute;top:50%;left:50%;translate:-50% -50%;rotate:45deg}.bt-route-target{color:var(--foreground)}.bt-skip-link{z-index:20;background:var(--foreground);color:var(--background);border-radius:6px;padding:8px 14px;font-size:13px;font-weight:600;transition:top .14s ease-out;position:fixed;top:-56px;left:16px}.bt-skip-link:focus{top:16px}.bt-visually-hidden{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (prefers-reduced-motion:reduce){.bt-cta,.bt-cta span,.bt-locale-switch,.bt-skip-link{transition:none}.bt-cta:hover span{translate:none}.bt-stage-canvas{cursor:default}}@media (max-height:620px){.bt-stage{height:clamp(110px,24vh,190px)}}
