/* Veillée: bright operating surfaces, tactile universe controls, one door-opening gesture. */
:root,[data-theme="medieval"]{--paper:#edf2ed;--surface:#fffefa;--ink:#24352f;--muted:#586c60;--line:#c9d6cb;--green:#28563e;--green-soft:#e0ece1;--copper:#94501e;--copper-soft:#f7e7d4;--blue:#386380;--theme-accent:var(--green);--theme-soft:var(--green-soft);--theme-title-font:Georgia,"Times New Roman",serif;--theme-button-radius:5px;--theme-door:url('/themes/medieval-door.webp');--theme-button-texture:linear-gradient(110deg,#ffffff12,transparent 30%,#00000010 58%,#ffffff10);--theme-metal:#b79655;--radius:12px;--shadow:0 12px 36px #20362612;color-scheme:light}
[data-theme="horror"]{--paper:#f3edf2;--surface:#fffafd;--ink:#382536;--muted:#72576c;--line:#dbcbd8;--green:#75304e;--green-soft:#f1dfe8;--copper:#703966;--copper-soft:#efe2ed;--blue:#53697e;--theme-button-radius:2px;--theme-title-font:Georgia,"Times New Roman",serif;--theme-door:url('/themes/horror-door.webp');--theme-button-texture:repeating-linear-gradient(90deg,#ffffff06 0 1px,transparent 1px 4px);--theme-metal:#bea1b6}
[data-theme="modern"]{--paper:#eef2f8;--surface:#ffffff;--ink:#20314a;--muted:#586a80;--line:#cbd6e4;--green:#254f8c;--green-soft:#e1eaf7;--copper:#a25325;--copper-soft:#f9e9dc;--blue:#396a88;--theme-button-radius:12px;--theme-title-font:"Avenir Next",Avenir,"Segoe UI",sans-serif;--theme-door:url('/themes/modern-door.webp');--theme-button-texture:linear-gradient(180deg,#ffffff12,transparent);--theme-metal:#aabbd0}
[data-theme="scifi"]{--paper:#edf7f8;--surface:#fcffff;--ink:#153f47;--muted:#486c73;--line:#bddbdf;--green:#116476;--green-soft:#d7f0f4;--copper:#9a4b28;--copper-soft:#fbe7dc;--blue:#305f9c;--theme-button-radius:3px;--theme-title-font:"Avenir Next",Avenir,"Segoe UI",sans-serif;--theme-door:url('/themes/scifi-door.webp');--theme-button-texture:linear-gradient(180deg,#ffffff20,transparent 50%,#00000008 51%);--theme-metal:#72b8c4}
[data-theme="star-trek"]{--paper:#f2f1fb;--surface:#ffffff;--ink:#322d52;--muted:#675e7c;--line:#d4cfe7;--green:#8c441a;--green-soft:#f9e4d0;--copper:#665394;--copper-soft:#eae4f8;--blue:#4666a5;--theme-button-radius:24px 6px 6px 24px;--theme-title-font:"Avenir Next",Avenir,"Segoe UI",sans-serif;--theme-door:url('/themes/star-trek-door.webp');--theme-button-texture:linear-gradient(90deg,#ffffff0c 0 80%,#ffffff22 80% 82%,transparent 82%);--theme-metal:#d8a77c}
[data-theme="star-wars"]{--paper:#edf3fa;--surface:#ffffff;--ink:#213650;--muted:#516c85;--line:#c7d6e7;--green:#245ca6;--green-soft:#dfecff;--copper:#985017;--copper-soft:#faebcf;--blue:#43667e;--theme-button-radius:3px;--theme-title-font:"Avenir Next",Avenir,"Segoe UI",sans-serif;--theme-door:url('/themes/star-wars-door.webp');--theme-button-texture:linear-gradient(180deg,#ffffff1a 0 48%,#00000009 49% 53%,transparent 54%);--theme-metal:#a7c9ee}
[data-theme="cyberpunk"]{--paper:#fbf0f8;--surface:#ffffff;--ink:#432541;--muted:#785c75;--line:#e1c7dd;--green:#952775;--green-soft:#f8deee;--copper:#186573;--copper-soft:#d7f1f3;--blue:#604fa2;--theme-button-radius:2px;--theme-title-font:"Avenir Next",Avenir,"Segoe UI",sans-serif;--theme-door:url('/themes/cyberpunk-door.webp');--theme-button-texture:repeating-linear-gradient(-35deg,transparent 0 13px,#ffffff09 13px 14px);--theme-metal:#dd80b6}
[data-theme="gritty"]{--paper:#eeeDE8;--surface:#fcfbf7;--ink:#373a34;--muted:#62675b;--line:#cecec0;--green:#535f3f;--green-soft:#e4e8d9;--copper:#995239;--copper-soft:#f5e5db;--blue:#496578;--theme-button-radius:2px;--theme-title-font:"Avenir Next Condensed","Arial Narrow","Avenir Next",sans-serif;--theme-door:url('/themes/gritty-door.webp');--theme-button-texture:repeating-linear-gradient(172deg,transparent 0 17px,#ffffff0b 18px,transparent 19px 39px),linear-gradient(90deg,#0000000a,transparent 25%,#ffffff05 62%,transparent);--theme-metal:#a1a18d}
body{background:var(--paper);color:var(--ink)}::selection{background:var(--green);color:white}input,textarea{caret-color:var(--green)}*{scrollbar-color:var(--line) var(--paper);scrollbar-width:thin}a{text-underline-offset:3px}.button:focus-visible,.icon-button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,a:focus-visible,button:focus-visible{outline:3px solid var(--blue);outline-offset:3px}
/* Operating interface: images lead; navigation and content remain bright. */
.topbar{background:var(--surface);box-shadow:0 3px 18px #20334b07}.brand-name,h1,.location-info h2,.presentation-banner strong{font-family:var(--theme-title-font)}.brand-mark{background:var(--green);border:1px solid var(--theme-metal);box-shadow:inset 0 0 0 3px var(--green)}.rail{background:var(--surface)}.rail button.active{box-shadow:inset 0 0 0 1px var(--line)}.side-panel{background:color-mix(in srgb,var(--paper),var(--surface) 25%)}.button{border-radius:var(--theme-button-radius);min-height:38px}.button.primary,.button.copper{background-image:var(--theme-button-texture);box-shadow:inset 0 1px 0 #ffffff25,0 2px 4px #25334612}.button.primary{border-color:var(--green)}.button.copper{border-color:var(--copper)}.button.primary:hover:not(:disabled){filter:brightness(1.09)}.button.primary:active:not(:disabled){transform:translateY(1px)}.mixer,.panel,.playlist,.track-card,.gallery-card{box-shadow:0 3px 12px #22364c05}.mixer-footer{background:var(--paper)}.track-art,.channel-symbol{border:1px solid var(--line)}.tab.active{border-bottom-width:3px}.chip.active{border-color:var(--green)}.location-image{background:var(--paper)}.location-thumb.active{border-color:var(--green)}.side-section,.actor-row{border-color:var(--line)}.badge{border:1px solid var(--line)}.presentation-banner{border-color:var(--line)}.empty{border-color:var(--line);background:var(--surface)}.track-card .icon-button:hover{background:var(--green-soft)}
[data-theme="medieval"] .button.primary{border-color:var(--theme-metal);box-shadow:inset 0 0 0 2px var(--green),inset 0 0 0 3px #b7965570,0 3px 6px #253a241c}
[data-theme="horror"] .button.primary{box-shadow:inset 0 0 0 3px var(--green),inset 0 0 0 4px #c69baf88,0 3px 7px #5923411a}
[data-theme="scifi"] .button.primary{border-top-color:var(--theme-metal);border-bottom-width:3px}
[data-theme="star-trek"] .rail button.active{border-radius:22px 6px 6px 22px}
[data-theme="star-wars"] .button.primary{border-bottom:3px solid #183e70;letter-spacing:.015em}
[data-theme="cyberpunk"] .button.primary{border-bottom:3px solid #57133f;border-right:4px solid var(--theme-metal)}
/* Entrance composition. Artwork can carry night locations; every control is on a light surface. */
.veillee-entry{min-height:100svh;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(420px,.9fr);background:var(--surface);isolation:isolate}.entry-art{position:relative;min-height:100svh;overflow:hidden;background:var(--green-soft);perspective:1600px}.entry-door-space{position:absolute;inset:0;overflow:hidden;perspective:1800px;background:var(--green-soft)}.entry-door-space::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 50% 50%,#ffffff,#f1ecd0 40%,var(--green-soft) 80%);opacity:.8}.entry-door-leaf{position:absolute;inset-block:0;width:50%;overflow:hidden;backface-visibility:hidden;transition:transform 1000ms cubic-bezier(.25,.7,.2,1),filter 1000ms ease;will-change:auto}.entry-door-leaf::before{content:"";position:absolute;inset-block:0;width:200%;background-image:var(--theme-door);background-repeat:no-repeat;background-size:cover;background-position:center}.entry-door-left{left:0;transform-origin:left center}.entry-door-left::before{left:0}.entry-door-right{right:0;transform-origin:right center}.entry-door-right::before{right:0}.entry-art-shade{position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,#10181277,transparent 30%,transparent 54%,#101812be)}.entry-brand{position:absolute;top:38px;left:42px;display:flex;align-items:center;gap:12px;color:white;text-decoration:none;font:500 38px/1 var(--theme-title-font);text-shadow:0 2px 12px #00000070}.entry-brand svg{height:47px;width:39px}.entry-world-copy{position:absolute;bottom:46px;left:48px;right:36px;color:white;text-shadow:0 2px 15px #00000070}.entry-world-copy h2{font:400 clamp(34px,4vw,64px)/1.1 var(--theme-title-font);letter-spacing:-.025em;margin:0 0 12px;text-wrap:balance}.entry-world-copy p{font-size:16px;line-height:1.6;max-width:35ch;margin:0;color:#fff}.entry-content{padding:clamp(32px,4.8vw,80px);display:flex;flex-direction:column;justify-content:center;gap:42px;min-width:0;background:var(--surface);border-top:6px solid var(--green)}.entry-welcome{width:100%;max-width:480px;margin-inline:auto}.entry-welcome h1{font:500 clamp(34px,3.2vw,49px)/1.12 var(--theme-title-font);letter-spacing:-.03em;max-width:13ch;margin-bottom:16px;text-wrap:balance}.entry-table-title{font-size:17px;line-height:1.5;color:var(--muted);margin:0 0 27px;overflow-wrap:anywhere}.entry-form{margin:0}.entry-explanation{font-size:14px;line-height:1.6;color:var(--muted);max-width:43ch;margin:0 0 22px}.entry-field{display:grid;gap:9px;font-size:14px;font-weight:600;margin-bottom:12px}.entry-field input{width:100%;min-height:54px;border:1px solid var(--line);border-radius:6px;background:white;padding:12px 14px;font-size:16px;color:var(--ink);box-shadow:0 2px 3px #20324b04}.entry-field input::placeholder{color:var(--muted);opacity:1;font-weight:400}.entry-field .entry-code{font-size:25px;font-weight:500;letter-spacing:.2em;font-variant-numeric:tabular-nums}.entry-field .entry-code::placeholder{font-size:20px;letter-spacing:.1em}.entry-help{font-size:12px;line-height:1.6;color:var(--muted);margin:9px 0 20px}.entry-submit{width:100%;min-height:54px;margin-top:6px;padding:14px 19px;font-size:15px;font-weight:650;justify-content:space-between;gap:12px}.entry-submit-arrow{font-size:24px;line-height:1;transition:transform .2s ease}.entry-submit:hover:not(:disabled) .entry-submit-arrow{transform:translateX(3px)}.entry-text-button{background:none;border:0;text-decoration:underline;text-underline-offset:4px;padding:12px 0;color:var(--green);font-size:13px;min-height:44px}.entry-status:empty{display:none}.entry-status{font-size:13px;color:var(--muted);line-height:1.5;margin:16px 0 0}.entry-error{padding:12px 14px;border:1px solid #e0a19b;border-radius:6px;background:#fff1ef;color:#923329;font-size:13px;line-height:1.5;margin:15px 0 0}.entry-error[hidden]{display:none}.entry-theme-chooser{width:100%;max-width:480px;margin-inline:auto;border-top:1px solid var(--line);padding-top:26px}.entry-theme-chooser h2{font-size:14px;font-weight:600;margin:0 0 15px}.entry-theme-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px 10px}.entry-theme-option{display:flex;flex-direction:column;gap:7px;align-items:stretch;text-align:center;border:0;background:none;padding:0 0 6px;min-width:0;min-height:44px;font-size:11px;line-height:1.35;color:var(--muted);border-radius:5px}.entry-theme-option>span:last-child{padding:0 2px;overflow-wrap:anywhere}.entry-theme-preview{display:block;aspect-ratio:1.45;width:100%;background-size:cover;background-position:center;border:2px solid transparent;border-radius:5px;box-shadow:0 2px 5px #24364a12;filter:saturate(.72);transition:filter .18s,border-color .18s}.entry-theme-option[aria-pressed="true"]{color:var(--green);font-weight:750}.entry-theme-option[aria-pressed="true"] .entry-theme-preview{border-color:var(--green);box-shadow:0 0 0 2px var(--surface),0 0 0 3px var(--green);filter:saturate(1)}.entry-theme-option:hover .entry-theme-preview{filter:saturate(1)}.entry-theme-note{font-size:11px;line-height:1.6;color:var(--muted);margin:14px 0 0;max-width:45ch}.entry-opening .entry-door-left{transform:rotateY(-100deg);filter:brightness(.65)}.entry-opening .entry-door-right{transform:rotateY(100deg);filter:brightness(.65)}.entry-opening .entry-art-shade,.entry-opening .entry-world-copy{opacity:0;transition:opacity .5s ease}.entry-opening .entry-content{opacity:.55;transition:opacity .75s ease}.entry-opening .entry-door-leaf{will-change:transform}
@media(min-width:1600px){.veillee-entry{grid-template-columns:minmax(0,1.25fr) minmax(540px,.75fr)}.entry-content{gap:58px}.entry-theme-preview{aspect-ratio:1.3}}
@media(max-width:1050px){.veillee-entry{grid-template-columns:minmax(0,1fr) minmax(380px,1fr)}.entry-content{padding:36px 28px;gap:30px}.entry-brand{left:28px;top:30px}.entry-world-copy{left:30px;bottom:35px}.entry-theme-grid{gap:10px 8px}}
@media(max-width:760px){.veillee-entry{display:block;min-height:100svh}.entry-art{min-height:0;height:35svh;min-height:225px;max-height:400px}.entry-door-leaf::before{background-position:center 48%}.entry-brand{left:24px;top:22px;font-size:29px;gap:9px}.entry-brand svg{width:29px;height:35px}.entry-world-copy{left:25px;bottom:23px;right:22px}.entry-world-copy h2{font-size:32px;margin-bottom:5px}.entry-world-copy p{font-size:13px;max-width:42ch}.entry-content{padding:32px 25px 35px;gap:28px;border-top:4px solid var(--green)}.entry-welcome h1{font-size:36px;max-width:20ch}.entry-table-title{font-size:15px;margin-bottom:22px}.entry-theme-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px 10px}.entry-theme-preview{aspect-ratio:1.65}.entry-theme-chooser{padding-top:23px}.entry-explanation{font-size:14px}.entry-art-shade{background:linear-gradient(180deg,#10181280,transparent 44%,#101812a0)}}
@media(max-width:360px){.entry-content{padding-inline:18px}.entry-theme-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.entry-welcome h1{font-size:32px}}
@media(prefers-reduced-motion:reduce){.veillee-entry *{animation:none!important;transition:none!important}.entry-opening .entry-door-left,.entry-opening .entry-door-right{transform:none;filter:none}.entry-opening .entry-door-space{opacity:.8}.entry-submit-arrow{transform:none!important}}

/* Material continuity across every console page and editor. */
:root{--theme-panel-radius:10px;--theme-control-radius:5px;--theme-surface-texture:linear-gradient(115deg,#ffffff10,transparent 55%)}
[data-theme="horror"]{--theme-panel-radius:4px;--theme-control-radius:2px;--theme-surface-texture:repeating-linear-gradient(90deg,transparent 0 7px,#75304e02 7px 8px)}
[data-theme="modern"]{--theme-panel-radius:14px;--theme-control-radius:9px;--theme-surface-texture:linear-gradient(180deg,#ffffff66,transparent)}
[data-theme="gritty"]{--theme-panel-radius:3px;--theme-control-radius:2px;--theme-surface-texture:repeating-linear-gradient(171deg,transparent 0 48px,#666c4405 49px,transparent 50px 82px),repeating-linear-gradient(87deg,transparent 0 69px,#99523904 70px,transparent 71px 103px)}
[data-theme="scifi"]{--theme-panel-radius:6px;--theme-control-radius:3px;--theme-surface-texture:linear-gradient(180deg,#ffffff55,transparent 60%)}
[data-theme="star-trek"]{--theme-panel-radius:18px 6px 6px 18px;--theme-control-radius:14px 4px 4px 14px;--theme-surface-texture:linear-gradient(90deg,#66539403,transparent 75%)}
[data-theme="star-wars"]{--theme-panel-radius:5px;--theme-control-radius:3px;--theme-surface-texture:linear-gradient(180deg,#245ca603,transparent 25%)}
[data-theme="cyberpunk"]{--theme-panel-radius:3px;--theme-control-radius:2px;--theme-surface-texture:repeating-linear-gradient(-35deg,transparent 0 32px,#95277502 32px 33px)}
.mixer,.panel,.playlist,.track-card,.gallery-card,.location-stage,.location-playlist-bank,.location-audio-slot,.location-upload-zone,dialog{border-radius:var(--theme-panel-radius);background-image:var(--theme-surface-texture)}
.button:not(.primary):not(.copper),.icon-button,.token-bank-item,.location-choice{background-image:var(--theme-surface-texture);border-color:var(--line)}
.icon-button,.rail button,.journal-item,.token-bank-item,.location-choice,input:not([type=range]):not([type=checkbox]),select,textarea{border-radius:var(--theme-control-radius)}
input[type=checkbox],input[type=radio]{accent-color:var(--green)}
.icon-button:hover:not(:disabled),.button:not(.primary):not(.copper):hover:not(:disabled){background-color:var(--green-soft);border-color:var(--green)}
.location-placeholder{background:var(--green-soft);color:var(--green)}.actor-photo{background:var(--green-soft);color:var(--green)}.roll-total{background:var(--green-soft);border-color:var(--line);color:var(--green)}.channel.location .channel-symbol{background:color-mix(in srgb,var(--blue) 12%,var(--surface));color:var(--blue)}.playlist-entry{border-color:var(--line)}.location-stage{border-color:var(--line)}.side-panel,.rail,.topbar{background-image:var(--theme-surface-texture)}
#toast:not(.failure){background:var(--surface);border-color:var(--green);color:var(--ink)}
[data-theme="gritty"] .button.primary,[data-theme="gritty"] .button.copper{box-shadow:inset 0 1px 0 #ffffff20,0 1px 2px #30352c17;border:1px solid var(--theme-metal);font-weight:650;letter-spacing:.01em}
[data-theme="gritty"] .panel,[data-theme="gritty"] .mixer,[data-theme="gritty"] .playlist,[data-theme="gritty"] .location-stage{box-shadow:0 2px 5px #41452f0b}
[data-theme="gritty"] .brand-mark{border-radius:3px;box-shadow:inset 0 0 0 2px var(--green),inset 0 0 0 3px #a1a18d88}
.entry-theme-option>span:last-child{min-height:2.7em;display:flex;align-items:flex-start;justify-content:center}
