/* The yes belongs to an action. The world remains the subject. */
.has-authorization-scene #cards .card[data-a="0.506"],
.has-authorization-scene #slips .slip[data-a="0.560"] { display:none; }
.has-authorization-scene #world-panel-business .world-request,
body:not(.has-authorization-scene) [data-proof-open] { display:none; }
.in-authorization #world-context { display:none; }
.in-authorization:has(#intent-dialog[open]) .authorization-scene { visibility:hidden; }
.authorization-scene {
  position:fixed;z-index:29;left:var(--rail);bottom:18vh;width:350px;max-width:calc(100vw - 48px);
  padding:22px 24px 18px;color:#303a39;
  background:linear-gradient(90deg,rgba(249,244,231,.96),rgba(249,244,231,.88) 80%,rgba(249,244,231,.6));
  pointer-events:none;
}
.authorization-scene[hidden] { display:none; }
.auth-request>p { margin:0 0 10px;font:400 11px/1.5 'IBM Plex Mono',monospace;color:#705022; }
.auth-request h2 { margin:0;font:500 clamp(21px,1.85vw,28px)/1.3 Cinzel,serif;letter-spacing:-.02em;text-wrap:balance; }
.auth-gates { display:flex;gap:20px;margin:24px 0 20px; }
.auth-gates>div { display:flex;align-items:center;gap:9px;flex:1; }
.auth-gates svg { width:30px;height:30px;flex:0 0 30px;stroke:#876027;stroke-width:1.2; }
.auth-gates .gate-track { opacity:.24; }
.auth-gates .gate-progress { stroke-dasharray:100;stroke-dashoffset:calc(100 - var(--gate,0)*100);transform:rotate(-90deg);transform-origin:50% 50%; }
.auth-gates svg path { opacity:calc(.15 + var(--gate,0)*.85);stroke-linecap:round;stroke-linejoin:round; }
.auth-gates span { font:500 11px/1.5 'IBM Plex Mono',monospace;white-space:nowrap; }
.auth-gates small { display:block;margin-top:3px;font-size:10px;font-weight:400;color:#615c50; }
.auth-window-meta { display:flex;justify-content:space-between;gap:12px;margin-bottom:7px;font:400 10px/1.5 'IBM Plex Mono',monospace;color:#625843; }
.auth-window { height:1px;background:rgba(129,90,35,.2);margin-bottom:15px; }
.auth-window>span { display:block;width:100%;height:100%;background:#947034;transform:scaleX(var(--proof-window,1));transform-origin:left; }
.auth-outcome { margin:0 0 8px;font:500 14px/1.6 'IBM Plex Mono',monospace; }
.auth-explanation { margin:0;font:400 11px/1.8 'IBM Plex Mono',monospace; }
.auth-explore { display:flex;align-items:center;justify-content:space-between;gap:32px;min-height:44px;width:100%;margin-top:12px;padding:8px 0;border:0;background:none;color:#684719;font:500 11px/1.5 'IBM Plex Mono',monospace;cursor:pointer;pointer-events:auto;text-align:left; }
.auth-explore>span { font-size:18px; }
.authorization-scene[data-phase="expired"] .auth-window>span { background:#685b47; }
.intent-dialog {
  --intent-gold:#866027;position:fixed;inset:0 0 0 auto;margin:0;
  width:min(560px,100vw);max-width:100vw;height:100svh;max-height:100svh;
  padding:28px 42px 30px;border:0;background:#faf5e9;color:#303a39;
  overflow-y:auto;overscroll-behavior:contain;
}
.intent-dialog::backdrop { background:rgba(235,222,192,.12);backdrop-filter:blur(2px); }
.intent-head { display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 0 24px;font:400 10px/1.5 'IBM Plex Mono',monospace; }
.intent-head button { min-height:44px;padding:0;border:0;background:none;color:inherit;font:400 11px/1.5 'IBM Plex Mono',monospace;display:flex;align-items:center;gap:18px;cursor:pointer; }
.intent-head button>span { font-size:25px; }
.intent-dialog h2 { margin:0 0 20px;font:500 clamp(32px,3.2vw,46px)/1.15 Cinzel,serif;letter-spacing:-.025em; }
.intent-dialog h2 em { font-style:normal;color:var(--intent-gold); }
.intent-intro { margin:0 0 10px;font:400 12px/1.85 'IBM Plex Mono',monospace;max-width:40ch; }
#intent-demo-note { margin-bottom:22px;max-width:44ch; }
.intent-action { margin:0 0 22px;padding:18px 0;border-block:1px solid rgba(117,91,47,.22); }
.intent-action figcaption { font:400 10px/1.6 'IBM Plex Mono',monospace;color:#625843; }
.intent-action blockquote { margin:13px 0 15px;font:500 30px/1.3 Cinzel,serif;letter-spacing:-.025em; }
.intent-action strong { font-weight:500;color:var(--intent-gold); }
.intent-action>p { margin:0;font:400 11px/1.8 'IBM Plex Mono',monospace; }
.intent-gates { display:flex;gap:24px;margin-bottom:20px; }
.intent-gates>div { display:flex;align-items:flex-start;gap:10px;flex:1; }
.intent-gate-mark { display:flex;align-items:center;justify-content:center;width:25px;height:25px;flex:0 0 25px;border:1px solid #9a7b46;border-radius:50%;font-size:14px;color:#76541f; }
.intent-gates p { margin:1px 0 0;font:500 11px/1.7 'IBM Plex Mono',monospace; }
.intent-gates small { display:block;font-size:10px;font-weight:400;margin-top:5px;color:#645d4e; }
.intent-lifetime>div:first-child { display:flex;justify-content:space-between;font:400 10px/1.7 'IBM Plex Mono',monospace;margin-bottom:9px;color:#625843; }
#intent-seconds { font-variant-numeric:tabular-nums; }
.intent-time-track { height:2px;background:rgba(117,91,47,.2); }
.intent-time-track>span { display:block;height:100%;background:var(--intent-gold);transform:scaleX(var(--intent-time,1));transform-origin:left; }
.intent-result { min-height:100px;margin:22px 0 8px; }
.intent-result h3 { margin:0 0 12px;font:500 23px/1.3 Cinzel,serif;letter-spacing:-.015em;text-wrap:balance; }
.intent-result p { margin:0;font:400 12px/1.8 'IBM Plex Mono',monospace; }
.intent-controls { display:flex;gap:24px;flex-wrap:wrap; }
.intent-controls button { min-height:48px;padding:10px 0;border:0;border-bottom:1px solid var(--intent-gold);background:none;color:#67481b;font:500 11px/1.5 'IBM Plex Mono',monospace;cursor:pointer;display:flex;gap:16px;align-items:center; }
.intent-controls button[hidden] { display:none; }
.intent-controls button>span { font-size:17px; }
.intent-privacy { margin:24px 0 18px;font:400 12px/1.8 'IBM Plex Mono',monospace; }
.intent-demo-note { margin:0;font:400 10px/1.8 'IBM Plex Mono',monospace;color:#645d4e; }
.intent-dialog .site-copyright { font-size:10px;line-height:1.6;margin-top:24px; }
.intent-dialog[data-state="changed"] #intent-action-gate .intent-gate-mark,
.intent-dialog[data-state="expired"] #intent-action-gate .intent-gate-mark { border-color:#625c51;color:#514d44; }
@media(max-width:1200px) and (orientation:portrait) {
  .authorization-scene { inset:0;width:100%;max-width:none;padding:0;background:none; }
  .auth-request { position:absolute;left:24px;right:24px;top:104px;text-align:center; }
  .auth-request h2 { font-size:26px; }
  .auth-request>p { font-size:11px;margin-bottom:8px; }
  .auth-proof { position:absolute;left:24px;right:24px;bottom:115px;padding:16px 18px 6px;background:linear-gradient(180deg,rgba(248,242,226,.94),rgba(248,242,226,.9)); }
  .auth-gates { margin:0 0 16px;justify-content:space-between;gap:14px; }
  .auth-gates>div { flex:none; }
  .auth-outcome { font-size:13px; }
  .auth-explore { margin-top:5px; }
  .intent-dialog { padding:22px 24px 28px; }
  .intent-head { margin-bottom:25px; }
}
@media(max-width:760px) and (max-height:700px) and (orientation:portrait) {
  .auth-request { top:90px; }
  .auth-request h2 { font-size:21px; }
  .auth-proof { bottom:109px;padding:12px 12px 3px; }
  .auth-gates { gap:8px;margin-bottom:12px; }
  .auth-gates>div { gap:6px; }
  .auth-gates svg { width:23px;height:23px;flex-basis:23px; }
  .auth-gates span { font-size:10px; }
  .auth-gates small { font-size:9px; }
  .auth-window { margin-bottom:11px; }
  .auth-outcome { font-size:12px;margin-bottom:0; }
  .auth-explanation { display:none; }
}
@media(max-height:600px) and (orientation:landscape) {
  .authorization-scene { inset:0;width:100%;max-width:none;padding:0;background:none; }
  .auth-request { position:absolute;top:92px;left:24px;width:205px; }
  .auth-request h2 { font-size:23px; }
  .auth-proof { position:absolute;right:24px;bottom:93px;width:255px;padding:14px 14px 4px;background:rgba(248,242,226,.94); }
  .auth-gates { gap:10px;margin:0 0 12px; }
  .auth-gates svg { width:22px;height:22px;flex-basis:22px; }
  .auth-gates>div { gap:5px; }
  .auth-gates span { font-size:10px; }
  .auth-gates small { font-size:9px; }
  .auth-outcome { font-size:12px; }
  .auth-explanation { display:none; }
  .auth-explore { margin-top:2px; }
}
@media(min-width:2200px) {
  .authorization-scene { width:480px;padding:30px; }
  .auth-request h2 { font-size:38px; }
  .auth-request>p,.auth-explanation,.auth-explore { font-size:14px; }
  .auth-gates span { font-size:15px; }.auth-gates small { font-size:12px; }
  .auth-outcome { font-size:18px; }
}
@media(max-width:640px) and (max-height:600px) and (orientation:landscape) {
  .auth-proof { width:228px;bottom:87px; }
  .auth-gates svg { display:none; }
  .auth-gates small { font-size:10px; }
  .auth-gates { margin-bottom:10px; }
}
@media(max-width:640px) and (max-height:360px) and (orientation:landscape) {
  .auth-outcome { position:absolute;width:1px;height:1px;clip-path:inset(50%);overflow:hidden;white-space:nowrap; }
}
@media(prefers-reduced-motion:reduce) {
  .intent-dialog::backdrop { backdrop-filter:none; }
  .intent-time-track>span { transform:none;width:calc(var(--intent-time,1)*100%); }
}
.intent-dialog { padding-top:calc(28px + env(safe-area-inset-top,0px));padding-bottom:calc(30px + env(safe-area-inset-bottom,0px)); }
