
:root{color-scheme:dark;--bg:#14131e;--ink:#f1e7d7;--muted:#b6a9bd;--line:#403648;--accent:#dcc49a}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN",sans-serif}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;cursor:pointer}a{color:inherit}button:focus-visible,a:focus-visible,canvas:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid var(--accent);outline-offset:5px}[hidden]{display:none!important}
.shell{max-width:1440px;margin:auto;padding:52px 5vw 24px}.topline{display:flex;align-items:center;gap:10px;font-size:10px;letter-spacing:.24em;color:#c6b2d2;margin:0 0 26px}.moon{width:15px;height:15px;border-radius:50%;box-shadow:-4px 2px 0 0 #dcc49a;transform:rotate(-18deg);margin-right:2px}.layout{display:grid;grid-template-columns:290px minmax(0,1fr);grid-template-areas:'brand room' 'actions room';grid-template-rows:1fr 1fr;gap:0 42px}.brand{grid-area:brand;align-self:end;padding-bottom:32px}.brand h1{font-family:"Hiragino Mincho ProN","Yu Mincho",serif;font-weight:500;font-size:56px;line-height:1.5;letter-spacing:.12em;margin:0 0 16px}.brand h1 span{display:block}.subtitle{font-family:"Hiragino Mincho ProN",serif;letter-spacing:.12em;font-size:15px;color:#cebdca;margin:0}.room{grid-area:room;min-width:0}.stage-label{font-size:11px;letter-spacing:.16em;color:var(--muted);margin:0 0 12px 4px;display:flex;justify-content:space-between}.stage-label span:last-child{font-size:9px;letter-spacing:.12em;color:#84758f}.stage{height:clamp(510px,66svh,690px);position:relative;border:1px solid var(--line);border-radius:28px;overflow:hidden;background:#151520}canvas{display:block;width:100%;height:100%;touch-action:pan-y pinch-zoom;cursor:grab;outline-offset:-6px}canvas:active{cursor:grabbing}.loading{position:absolute;inset:0;display:grid;place-content:center;text-align:center;background:#191724;color:#d5c0e7;gap:14px}.loading strong{font-size:16px;font-weight:400;letter-spacing:.15em}.loading span{font-size:11px}.fallback{width:100%;height:100%;object-fit:contain}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:14px}.segmented{display:inline-flex;border:1px solid var(--line);border-radius:30px;padding:4px;gap:3px}.segmented button{border:0;border-radius:24px;background:transparent;color:#c9bdce;padding:9px 18px;min-width:54px;font-size:12px;min-height:38px}.segmented button[aria-pressed=true]{background:#d8c6e6;color:#30263c}.view-toggle{border:1px solid #66516e;background:transparent;color:#e2cfe7;border-radius:24px;font-size:12px;padding:12px 17px;min-height:46px;white-space:nowrap}.view-toggle:before{content:'⌕';font-size:17px;vertical-align:-1px;margin-right:7px}.gesture-hint{font-size:10px;color:#95869f;margin:12px 4px 0;line-height:1.8;letter-spacing:.04em}.actions{grid-area:actions;align-self:start}.story-link{display:flex;align-items:center;justify-content:space-between;gap:15px;min-height:58px;padding:17px 20px;border:1px solid #71604a;background:#d8c299;color:#30291e;text-decoration:none;border-radius:12px;font-size:14px;letter-spacing:.03em}.story-link[aria-disabled=true]{background:#302a30;color:#cabcaa;border-color:#544951;cursor:default}.story-link small{font-size:10px;white-space:nowrap;color:#b6a99d}.social{display:flex;gap:22px;margin-top:25px;align-items:center}.social a{font-size:13px;letter-spacing:.08em;text-decoration:none;color:#d2c3d7;padding:10px 0;border-bottom:1px solid #65516d}.social .external{font-size:11px;color:#9f8da9;margin-left:15px}.legal{display:flex;justify-content:space-between;gap:20px;color:#8b7d92;font-size:10px;letter-spacing:.06em;border-top:1px solid #302936;padding-top:19px;margin-top:42px}.skip{position:absolute;top:-80px;left:20px;background:var(--ink);color:#211b29;padding:12px;z-index:3}.skip:focus{top:10px}
#debug-tools{margin-top:32px;border:1px dashed #746080;padding:20px;border-radius:12px;font-size:12px}#debug-tools h2{font-size:17px;font-weight:500}#debug-tools .controls{display:flex;flex-wrap:wrap;gap:10px}#debug-tools button{border:1px solid #66536e;border-radius:18px;background:#282131;color:#d9cbe7;padding:8px 13px;font-size:11px}#debug-tools button[aria-pressed=true]{background:#c4acd9;color:#302637}#debug-tools label{display:inline-flex;gap:8px;align-items:center}#debug-tools select{padding:8px}#debug-tools p,#debug-tools output{line-height:1.9;color:#c2b0cd}#debug-tools output{display:block}#debug-tools a{color:#dec3ec}button:disabled{opacity:.4;cursor:wait}input{accent-color:#d3bbe5}
@media(max-width:1050px) and (min-width:761px){.layout{grid-template-columns:220px minmax(0,1fr);gap:24px}.brand h1{font-size:43px}.stage{height:550px}.shell{padding:38px 4vw 24px}.story-link{font-size:12px;padding:15px}.toolbar{flex-wrap:wrap}}
@media(max-width:760px){.shell{padding:24px 16px 22px}.topline{font-size:9px;margin-bottom:17px;letter-spacing:.17em}.layout{grid-template-columns:minmax(0,1fr);grid-template-areas:'brand' 'room' 'actions';grid-template-rows:auto auto auto;gap:20px}.brand{padding:0;align-self:auto}.brand h1{font-size:30px;line-height:1.4;letter-spacing:.11em;margin:0 0 7px}.brand h1 span{display:inline}.brand h1 span+span{margin-left:.06em}.subtitle{font-size:11px;letter-spacing:.13em}.stage-label{margin-bottom:9px;font-size:10px}.stage{height:clamp(340px,48svh,430px);border-radius:22px}.toolbar{margin-top:12px;gap:8px}.segmented button{padding:8px 16px;min-width:48px;min-height:36px}.view-toggle{padding:10px 13px;min-height:44px;font-size:11px}.gesture-hint{font-size:9px;margin-top:9px}.actions{margin-top:0}.story-link{font-size:14px;min-height:54px}.social{margin-top:10px;justify-content:center;gap:36px}.legal{margin-top:26px;font-size:9px;padding-top:16px}.stage-label span:last-child{font-size:8px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
