@charset "UTF-8";
:root{--ink:#152133;--navy:#101d30;--deep:#0c1727;--paper:#f3f1e9;--white:#fffdf7;--yellow:#efc74b;--yellow-light:#fae6a0;--red:#bf4b40;--muted:#686f77;--line:rgba(21,33,51,.17);--font:"Noto Sans CJK JP","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;--serif:"Noto Serif CJK JP","Yu Mincho","Hiragino Mincho ProN",serif;--mono:ui-monospace,"SFMono-Regular",Consolas,monospace;--max:1240px;--ease:cubic-bezier(.22,.65,.2,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:94px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font);font-feature-settings:"palt";line-height:1.8;-webkit-font-smoothing:antialiased}body.modal-open{overflow:hidden}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}button:not(:disabled),summary{cursor:pointer}button:disabled{cursor:not-allowed}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}svg{display:block}::selection{background:var(--yellow);color:var(--ink)}:focus-visible{outline:3px solid var(--red);outline-offset:5px}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.55}a,button{touch-action:manipulation}button{border:0}button svg,a svg{pointer-events:none}button:disabled{opacity:.48}ul{margin:0;padding:0;list-style:none}.wrap{width:min(var(--max),calc(100% - 112px));margin-inline:auto}.eyebrow{font-family:var(--mono);font-size:11px;font-weight:600;letter-spacing:.16em;line-height:1.5;text-transform:uppercase}.dot{display:inline-block;width:6px;height:6px;margin-right:9px;background:var(--yellow);vertical-align:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;left:20px;top:-70px;background:var(--yellow);padding:12px 24px;z-index:1000}.skip-link:focus{top:10px}.icon{width:20px;height:20px;flex:0 0 20px}.arrow{width:19px;height:19px}.section-index{display:flex;gap:12px;align-items:center;line-height:1.2;font-family:var(--mono);font-size:11px;letter-spacing:.15em;white-space:nowrap}.section-index b{font-weight:500;color:var(--muted)}.section-index::before{content:"";width:24px;height:1px;background:currentColor;opacity:.5}.section-top{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:37px}.section-top .aside-label{font-family:var(--mono);font-size:10px;letter-spacing:.12em;opacity:.55}.section-title{font-size:clamp(28px,3.4vw,45px);font-weight:850;letter-spacing:.015em;line-height:1.6}.accent{color:var(--yellow)}.under{background:linear-gradient(transparent 64%,var(--yellow) 64%,var(--yellow) 87%,transparent 87%)}.button{display:inline-flex;align-items:center;justify-content:center;gap:18px;min-height:58px;padding:15px 28px;border:1px solid transparent;font-size:14px;font-weight:750;letter-spacing:.035em;transition:background .2s,color .2s,transform .2s}.button:hover{transform:translateY(-2px)}.button--yellow{color:var(--ink);background:var(--yellow)}.button--yellow:hover{background:#ffdc70}.button--outline{border-color:rgba(255,255,255,.36);color:var(--white);background:transparent}.button--outline:hover{background:rgba(255,255,255,.09)}.button--ink{background:var(--ink);color:var(--white)}.button--ink:hover{background:#243952}.text-link{display:inline-flex;align-items:center;gap:16px;font-weight:700;font-size:13px;border-bottom:1px solid currentColor;padding:4px 0}.text-link .icon{width:15px;height:15px}.tiny{font-size:11px;line-height:1.9;color:var(--muted)}
/* Identity / navigation */
.site-header{height:80px;position:sticky;top:0;z-index:40;background:rgba(12,23,39,.96);color:var(--white);border-bottom:1px solid rgba(255,255,255,.15);backdrop-filter:blur(14px)}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:30px;width:calc(100% - 88px);margin:auto}.wordmark{display:flex;flex-direction:column;align-items:center;gap:2px;flex-shrink:0;line-height:1.05}.wordmark__jp{font-weight:900;letter-spacing:-.065em;font-size:26px;white-space:nowrap}.wordmark__jp em{font-style:normal;display:inline-block;color:var(--yellow);transform:skewX(-11deg);margin-inline:1px}.wordmark__en{font-family:var(--mono);font-size:6px;letter-spacing:.33em;font-weight:500;padding-left:3px}.main-nav{display:flex;align-items:center;gap:31px}.main-nav>a{display:flex;flex-direction:column;align-items:center;line-height:1.4;padding:9px 0;position:relative}.main-nav>a span{font-family:var(--mono);font-size:11px;letter-spacing:.08em}.main-nav>a small{font-size:9px;color:#c0c6ce;margin-top:2px}.main-nav>a::after{content:"";position:absolute;bottom:2px;height:2px;width:0;background:var(--yellow);transition:width .2s}.main-nav>a:hover::after,.main-nav>a[aria-current="location"]::after{width:100%}.header-play{display:inline-flex;align-items:center;gap:9px;background:var(--yellow);color:var(--ink);padding:9px 14px;font-weight:700;font-size:11px;white-space:nowrap}.header-play .icon{width:17px;height:17px}.menu-toggle{display:none;background:transparent;color:var(--white);align-items:center;justify-content:center;flex-direction:column;gap:5px;width:44px;height:44px}.menu-toggle span{height:1px;width:24px;background:currentColor;transition:transform .2s}.menu-toggle small{font:8px var(--mono);margin-top:4px}.reading-progress{height:2px;background:var(--yellow);width:0;position:absolute;bottom:-1px;left:0}
/* Opening visual */
.hero{background:var(--deep);color:var(--white);position:relative;isolation:isolate;overflow:hidden;min-height:740px;display:flex;align-items:center}.hero::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#0c1727 0%,#0c1727 24%,rgba(12,23,39,.95) 38%,rgba(12,23,39,.6) 52%,rgba(12,23,39,0) 70%),linear-gradient(0deg,rgba(12,23,39,.65),transparent 22%)}.hero-art{position:absolute;z-index:-2;right:0;top:0;bottom:0;width:61%;overflow:hidden}.hero-art img{width:100%;height:100%;object-fit:cover;object-position:52% 45%;filter:saturate(.87)}.hero-art::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(12,23,39,.3),transparent 50%,rgba(12,23,39,.06))}.hero-grid{position:absolute;inset:0;z-index:-1;opacity:.055;background-image:linear-gradient(to right,#d1dce8 1px,transparent 1px),linear-gradient(to bottom,#d1dce8 1px,transparent 1px);background-size:100px 100px;mask-image:linear-gradient(90deg,#000,transparent 65%)}.hero-content{padding:58px 0 64px;position:relative;width:100%;}.hero-kicker{display:flex;gap:12px;align-items:center;font-size:10px;letter-spacing:.18em;margin-bottom:33px}.hero-kicker .label{color:var(--yellow);border:1px solid rgba(239,199,75,.5);padding:3px 10px;font-size:10px;letter-spacing:.08em}.hero h1{font-weight:900;font-size:clamp(42px,4.6vw,68px);line-height:1.46;letter-spacing:.015em;margin-bottom:26px}.hero h1 .line{display:block}.hero h1 .last{color:var(--yellow)}.hero-caption{font-size:13px;line-height:2.15;color:#c8ccd3;max-width:395px;margin-top:21px}.hero-logo{display:flex;flex-direction:column;align-items:flex-start;gap:5px;margin-bottom:24px}.hero-logo .wordmark__jp{font-size:37px;letter-spacing:-.045em}.hero-logo .wordmark__en{font-size:7px;letter-spacing:.52em;padding-left:4px}.hero-actions{display:flex;gap:12px;margin-top:28px}.hero-actions .button{min-height:57px;padding-inline:23px;font-size:13px}.hero-bottom{margin-top:35px;display:flex;align-items:center;gap:20px}.hero-bottom .rail-line{width:60px;height:1px;background:rgba(255,255,255,.3)}.hero-bottom p{font-size:10px;color:#a9b2c1;letter-spacing:.06em}.hero-side{position:absolute;right:22px;top:42px;writing-mode:vertical-rl;font-family:var(--mono);font-size:9px;letter-spacing:.2em;color:white;opacity:.75}.hero-annotation{position:absolute;right:34px;bottom:43px;display:flex;align-items:center;gap:13px;background:rgba(12,23,39,.7);border-left:2px solid var(--yellow);padding:13px 17px;backdrop-filter:blur(8px)}.hero-annotation strong{font:28px var(--mono);color:var(--yellow)}.hero-annotation p{font:9px/1.65 var(--mono);letter-spacing:.1em}.hero-scroll{display:flex;align-items:center;gap:12px;position:absolute;bottom:23px;left:50%;font:9px var(--mono);letter-spacing:.12em;color:rgba(255,255,255,.7)}.hero-scroll span{height:25px;width:1px;background:var(--yellow)}.ticker{background:var(--yellow);color:var(--ink);padding:14px 0;overflow:hidden}.ticker-inner{display:flex;align-items:center;justify-content:center;gap:31px;white-space:nowrap;font-weight:800;letter-spacing:.1em;font-size:12px}.ticker .icon{width:17px;height:17px}.ticker .eng{font:10px var(--mono);font-weight:700;letter-spacing:.18em}.ticker .divider{width:35px;height:1px;background:var(--ink);opacity:.5}
/* World and introduction */
.world{padding:80px 0 74px}.world-main{display:grid;grid-template-columns:1.18fr 1fr;gap:85px;align-items:start}.world-main .section-title{font-size:clamp(26px,3vw,41px)}.world-copy{padding-top:7px;font-size:13px;line-height:2.25}.world-copy p+p{margin-top:13px}.world-copy strong{font-weight:850}.rules{display:grid;grid-template-columns:repeat(3,1fr);margin-top:42px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.rule{padding:22px 24px 21px 0;display:flex;gap:16px;align-items:flex-start}.rule+.rule{border-left:1px solid var(--line);padding-left:26px}.rule-no{font-family:var(--mono);font-size:12px;color:var(--red);margin-top:3px}.rule h3{font-size:14px;font-weight:800;margin-bottom:7px}.rule p{font-size:11px;color:var(--muted);line-height:1.95}.rule-question{margin-top:24px}.rule-question summary{display:flex;align-items:center;justify-content:space-between;font-size:12px;font-weight:650;padding:12px 0;list-style:none;border-bottom:1px solid var(--line)}.rule-question summary::-webkit-details-marker{display:none}.rule-question summary::after{content:"+";font:22px var(--mono)}.rule-question[open] summary::after{content:"−"}.rule-question .answer{padding:16px 0 0;font-size:12px;color:var(--muted);max-width:850px;line-height:2.1}
/* Interactive world */
.experience{padding:70px 0 66px;color:var(--white);background:var(--ink);position:relative;overflow:hidden}.experience::before{content:"06";position:absolute;right:-28px;top:5px;font:400 340px/1 var(--mono);letter-spacing:-.12em;color:rgba(255,255,255,.025);pointer-events:none}.experience .section-index b{color:var(--yellow)}.experience-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:35px;margin-bottom:30px;position:relative}.experience-heading .section-title{font-size:clamp(28px,3.5vw,44px);line-height:1.4}.experience-heading>p{font-size:12px;line-height:2;color:#b8c0cd;max-width:320px}.experience-heading .section-title .small-line{display:block;font-size:12px;letter-spacing:.05em;color:var(--yellow);font-weight:500;margin-bottom:12px}.experience-tags{display:flex;gap:10px;font-size:10px;color:#ccd1d9;margin-bottom:25px;align-items:center}.experience-tags span{border:1px solid rgba(255,255,255,.19);padding:3px 10px}.experience-tags .tag-dot{border:0;padding:0;color:var(--yellow)}.game{display:grid;grid-template-columns:1fr 1.04fr;gap:0;background:var(--paper);color:var(--ink);position:relative}.game-board{padding:29px 30px 28px;border-right:1px solid var(--line);min-width:0}.game-board-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.game-board-top h3{font-size:15px;font-weight:850}.game-board-top .step{font:9px var(--mono);color:var(--muted);display:block;letter-spacing:.1em;margin-bottom:5px}.game-counter{display:flex;align-items:baseline;font:22px var(--mono);gap:5px;white-space:nowrap}.game-counter span{font-size:13px;color:var(--muted)}.prepared-meter{height:3px;display:grid;grid-template-columns:repeat(6,1fr);gap:4px;margin-bottom:20px}.prepared-meter i{background:#d5d7d5;transition:background .25s}.prepared-meter i.filled{background:var(--red)}.future-list{display:flex;flex-direction:column;gap:8px}.future{display:grid;grid-template-columns:32px 1fr 57px;gap:13px;text-align:left;width:100%;align-items:center;padding:12px 12px;border:1px solid var(--line);background:rgba(255,255,255,.65);transition:background .2s,border-color .2s;position:relative;min-height:77px}.future:hover:not(:disabled){background:#fffdf7;border-color:var(--ink)}.future[aria-pressed="true"]{background:#eee8d8;border-color:rgba(21,33,51,.4)}.future.selected{outline:2px solid var(--red);outline-offset:0}.future:disabled{opacity:1;cursor:default}.future-die{width:28px;height:28px;border:1px solid currentColor;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);gap:2px;padding:5px;border-radius:3px;background:#fffdf8;color:var(--ink)}.pip{background:currentColor;border-radius:50%;width:100%;height:100%}.pip-off{visibility:hidden}.future-die[data-value="1"]{color:var(--red)}.future-name{display:block;font-size:12px;font-weight:800;line-height:1.6}.future-prep{font-size:10px;color:var(--muted);display:block;line-height:1.7;margin-top:2px}.future[aria-pressed="true"] .future-prep{color:#384952}.future-state{align-self:center;font-size:10px;display:flex;flex-direction:column;align-items:center;gap:4px;color:var(--muted);font-weight:600;white-space:nowrap}.future-state .state-icon{width:16px;height:16px;display:grid;place-items:center;font-size:11px;border:1px solid #adb0ac;border-radius:50%;line-height:1}.future[aria-pressed="true"] .state-icon{background:var(--ink);border-color:var(--ink);color:white}.future[aria-pressed="true"] .future-state{color:var(--ink)}.game-hint{font-size:10px;color:var(--muted);line-height:1.9;margin-top:16px;display:flex;justify-content:space-between;gap:15px;align-items:center}.game-hint button{background:transparent;text-decoration:underline;white-space:nowrap;font-size:10px;padding:7px 0}.game-roll{padding:29px 30px 28px;display:flex;flex-direction:column;position:relative;background:#f9f8f2;min-width:0}.game-roll-top{display:flex;justify-content:space-between;align-items:center}.game-roll-top h3{font-size:15px;font-weight:850}.game-roll-top .step{font:9px var(--mono);letter-spacing:.1em;color:var(--muted);display:block;margin-bottom:5px}.sound-toggle{background:transparent;display:flex;align-items:center;gap:6px;font:9px var(--mono);padding:9px 0 9px 7px;color:var(--muted);white-space:nowrap}.sound-toggle .icon{width:16px;height:16px;flex-basis:16px}.sound-toggle[aria-pressed="true"]{color:var(--ink)}.dice-stage{position:relative;min-height:218px;display:flex;align-items:center;justify-content:center;perspective:900px;margin-top:10px;isolation:isolate}.dice-stage::before{content:"";position:absolute;width:230px;height:120px;border:1px solid var(--line);border-radius:50%;transform:rotate(-14deg);bottom:35px;z-index:-1}.dice-stage::after{content:"";position:absolute;width:132px;height:27px;bottom:26px;border-radius:50%;background:rgba(21,33,51,.16);filter:blur(9px);z-index:-1}.stage-coord{position:absolute;bottom:16px;left:5px;font:8px var(--mono);letter-spacing:.1em;color:#878b8a}.stage-coord.right{left:auto;right:4px}.dice-tilt{transform-style:preserve-3d;transform:rotateX(-17deg) rotateY(-21deg) rotateZ(-5deg);position:relative;margin-top:-7px}.dice-cube{--die-size:92px;width:var(--die-size);height:var(--die-size);position:relative;transform-style:preserve-3d;transform:rotateX(0deg) rotateY(0deg);transition:transform 1.15s cubic-bezier(.17,.64,.22,1)}.dice-face{position:absolute;inset:0;background:#fffdf7;border:1px solid #bdbbb2;border-radius:10px;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);gap:9px;padding:18px;color:var(--ink);backface-visibility:hidden;box-shadow:inset 0 0 10px rgba(21,33,51,.04)}.dice-face[data-value="1"]{transform:translateZ(calc(var(--die-size)/2));color:var(--red)}.dice-face[data-value="6"]{transform:rotateY(180deg) translateZ(calc(var(--die-size)/2));background:#eeeee6}.dice-face[data-value="3"]{transform:rotateY(90deg) translateZ(calc(var(--die-size)/2));background:#e3e3da}.dice-face[data-value="4"]{transform:rotateY(-90deg) translateZ(calc(var(--die-size)/2));background:#f2f1e9}.dice-face[data-value="2"]{transform:rotateX(90deg) translateZ(calc(var(--die-size)/2));background:#fffefb}.dice-face[data-value="5"]{transform:rotateX(-90deg) translateZ(calc(var(--die-size)/2));background:#dcded6}.roll-button{width:100%;background:var(--ink);color:var(--white);min-height:58px;display:flex;align-items:center;justify-content:center;gap:17px;font-size:14px;font-weight:800;transition:background .2s}.roll-button:hover:not(:disabled){background:#2b425e}.roll-button.is-ready{background:var(--red)}.roll-button.is-ready:hover:not(:disabled){background:#a63e35}.roll-note{text-align:center;font-size:10px;color:var(--muted);margin-top:9px;line-height:1.7;min-height:17px}.game-result{margin-top:20px;padding:21px 20px 18px;background:#eeeae0;position:relative;min-height:143px;flex:1;display:flex;flex-direction:column;justify-content:center}.game-result .result-eyebrow{font:9px var(--mono);letter-spacing:.12em;color:#777e83;margin-bottom:9px}.game-result h4{font-size:15px;margin:0 0 7px;font-weight:850;line-height:1.7}.game-result p{font-size:11px;line-height:2;color:#636c76}.game-result.success{background:#eee4c3;border-left:3px solid var(--yellow)}.game-result.missed{background:#f0e1db;border-left:3px solid var(--red)}.result-actions{margin-top:12px;display:flex;gap:15px;flex-wrap:wrap}.result-actions button{background:transparent;padding:4px 0;border-bottom:1px solid currentColor;font-size:11px;font-weight:700}.result-number{position:absolute;right:13px;top:4px;font:56px var(--mono);opacity:.075;pointer-events:none}.experience-footer{margin-top:16px;font-size:10px;color:#a8b2c2;line-height:1.9;display:flex;align-items:flex-start;justify-content:space-between;gap:25px}.experience-footer .note{max-width:760px}.experience-footer .random-note{font-family:var(--mono);font-size:9px;white-space:nowrap;padding-top:3px;letter-spacing:.04em}.collection{display:flex;justify-content:space-between;align-items:center;gap:30px;padding-top:32px;margin-top:30px;border-top:1px solid rgba(255,255,255,.17)}.collection-heading h3{font-size:17px;font-weight:750;letter-spacing:.03em;margin-bottom:5px}.collection-heading p{font-size:10px;color:#a8b2c2;line-height:1.8}.collection-controls{display:flex;gap:17px;align-items:center}.collection-count{font:13px var(--mono);color:var(--yellow);min-width:42px}.collection-slots{display:flex;gap:9px}.collection-slot{width:47px;height:50px;border:1px solid rgba(255,255,255,.23);background:transparent;color:#6e7a8c;display:flex;align-items:center;justify-content:center;position:relative;transition:all .2s}.collection-slot .future-die{background:transparent;color:inherit;border:0;width:25px;height:25px;padding:4px}.collection-slot.unlocked{background:var(--yellow);color:var(--ink);border-color:var(--yellow)}.collection-slot:hover{transform:translateY(-3px);border-color:var(--yellow)}.collection-bonus{font-size:11px;margin-top:20px;background:transparent;color:var(--yellow);border-bottom:1px solid var(--yellow);padding:5px 0}
/* Characters */
.characters{padding:82px 0 84px}.characters .section-top{margin-bottom:24px}.characters-intro{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:34px}.characters-intro .section-title{font-size:34px}.characters-intro p{font-size:12px;color:var(--muted);line-height:2.1}.character-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.character-card{display:grid;grid-template-columns:44% 56%;min-height:362px;background:#fffdf6;position:relative;overflow:hidden;border:1px solid var(--line)}.character-image{position:relative;overflow:hidden;min-width:0;background:var(--yellow)}.character-image::after{position:absolute;content:"";inset:0;background:linear-gradient(0deg,rgba(12,23,39,.6),transparent 60%)}.character-image img{height:100%;width:100%;object-fit:cover;object-position:55% 30%;transition:transform .7s var(--ease)}.character-card:hover .character-image img{transform:scale(1.045)}.character-image .character-no{position:absolute;left:15px;bottom:12px;z-index:1;color:var(--white);font:9px var(--mono);letter-spacing:.1em}.character-text{padding:25px 24px 26px;position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start}.character-role{font-size:10px;color:var(--muted);margin-bottom:9px;font-weight:700}.character-text h3{font-size:29px;font-weight:900;letter-spacing:.065em;line-height:1.35;white-space:nowrap}.character-reading{font:9px var(--mono);letter-spacing:.15em;margin-top:6px;margin-bottom:14px;color:var(--red)}.character-meta{font-size:10px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:8px 0;width:100%;margin-bottom:13px}.character-desc{font-size:11px;line-height:1.95;color:var(--muted);margin-bottom:20px}.character-quote{font-size:13px;font-weight:800;line-height:1.95;margin-bottom:22px}.character-text .text-link{font-size:11px;margin-top:auto}.character-card.ritsu .character-reading{color:#496a9b}.character-card.ritsu .character-image{background:#e7e8e5}.duo-dialogue{margin-top:22px;padding:20px 25px;background:#e8e6dd;display:flex;justify-content:space-between;align-items:center;gap:30px}.duo-dialogue>p{font-size:12px;color:#60686f}.duo-dialogue>p strong{color:var(--ink)}.duo-dialogue button{background:transparent;font-size:11px;font-weight:700;display:flex;gap:12px;align-items:center;white-space:nowrap}
/* Novel */
.novel{background:var(--deep);color:var(--white);padding:72px 0 66px;overflow:hidden;position:relative}.novel::after{content:"STORY";position:absolute;bottom:-65px;left:20px;font:200px/1 var(--mono);letter-spacing:-.05em;color:rgba(255,255,255,.025);pointer-events:none}.novel .section-index b{color:var(--yellow)}.novel-inner{display:grid;grid-template-columns:.74fr 1.26fr;gap:100px;align-items:center;position:relative;z-index:1}.book-scene{perspective:1000px;padding:14px 0 28px;display:flex;align-items:center;justify-content:center;position:relative}.book{width:min(260px,80%);aspect-ratio:659/1242;transform:rotateY(14deg) rotateZ(-5deg);position:relative;box-shadow:22px 23px 34px rgba(0,0,0,.35);transition:transform .7s}.book-scene:hover .book{transform:rotateY(2deg) rotateZ(-2deg)}.book::before{content:"";position:absolute;inset:3px -8px 3px auto;width:10px;background:repeating-linear-gradient(to right,#d2d0ca 0 1px,#f1ede1 1px 3px);transform-origin:left;transform:rotateY(40deg);z-index:-1}.book::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.22),rgba(255,255,255,.15) 2%,transparent 5%,transparent 93%,rgba(0,0,0,.17));pointer-events:none}.book img{width:100%;height:100%;object-fit:cover}.book-label{position:absolute;left:3%;bottom:15px;padding:9px 15px;background:var(--yellow);color:var(--ink);font:9px var(--mono);letter-spacing:.12em;transform:rotate(-5deg);z-index:2}.novel-copy .eyebrow{color:var(--yellow);margin-bottom:17px;font-size:10px}.novel-copy .section-title{font-size:37px;margin-bottom:22px;line-height:1.65}.novel-copy>p{font-size:13px;color:#c0c7d1;line-height:2.25;max-width:490px}.novel-excerpt{margin:22px 0 26px;padding:17px 22px;border-left:2px solid var(--yellow);font-family:var(--serif);font-size:16px;line-height:2;color:#e1e3e8;background:rgba(255,255,255,.035)}.novel-actions{display:flex;gap:15px;align-items:center;flex-wrap:wrap;margin-bottom:15px}.novel-actions .button{font-size:12px}.novel-status{font-size:10px;border:1px solid rgba(255,255,255,.25);padding:5px 10px;color:#b5bfcd;white-space:nowrap}.novel-copy .novel-note{font-size:10px;color:#8e9caf;line-height:1.85;max-width:460px}.novel-track{display:flex;justify-content:space-between;gap:14px;border-top:1px solid rgba(255,255,255,.13);margin-top:40px;padding-top:20px;position:relative;z-index:1}.novel-track>div{display:flex;align-items:center;gap:13px}.novel-track b{font:11px var(--mono);color:var(--yellow)}.novel-track span{font-size:11px;color:#adb8c8}.novel-track>div:not(:last-child)::after{content:"→";margin-left:28px;color:#637083}
/* Updates / social */
.journal{padding:77px 0 78px}.journal .section-top{margin-bottom:29px}.journal-list{display:grid;grid-template-columns:repeat(3,1fr);gap:27px}.journal-item{display:block}.journal-image{height:170px;overflow:hidden;position:relative;background:#c5c8c6}.journal-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease)}.journal-item:hover .journal-image img{transform:scale(1.05)}.journal-image::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(12,23,39,.25),transparent)}.journal-image span{position:absolute;left:14px;bottom:12px;color:white;z-index:1;font:10px var(--mono);letter-spacing:.09em}.journal-item small{display:block;color:var(--red);font-size:9px;letter-spacing:.05em;margin-top:17px;margin-bottom:6px}.journal-item h3{font-size:15px;line-height:1.8;display:flex;justify-content:space-between;gap:16px;align-items:center}.journal-item h3 .icon{width:15px;height:15px;flex-basis:15px}.journal-item p{font-size:11px;color:var(--muted);line-height:1.95;margin-top:8px}.share-section{background:var(--yellow);padding:58px 0 60px;position:relative;overflow:hidden}.share-inner{display:flex;align-items:center;justify-content:space-between;gap:60px}.share-title .eyebrow{font-size:9px;margin-bottom:12px}.share-title h2{font-size:30px;line-height:1.6;font-weight:900;margin-bottom:12px}.share-title p{font-size:11px;line-height:1.9}.share-tools{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end;max-width:380px}.share-tools .button{font-size:12px;min-height:52px;padding:12px 21px}.share-tools .button--copy{border:1px solid var(--ink);background:transparent}.share-tools .button--copy:hover{background:rgba(255,255,255,.3)}.share-tools small{flex-basis:100%;text-align:right;font-size:10px;line-height:1.8;opacity:.7}.official-x{display:inline-flex;gap:8px;font-size:11px;font-weight:700;align-items:center;border-bottom:1px solid currentColor}.site-footer{background:var(--deep);color:var(--white);padding:48px 0 30px}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;padding-bottom:30px;border-bottom:1px solid rgba(255,255,255,.15)}.footer-top .wordmark{align-items:flex-start}.footer-top .wordmark__jp{font-size:30px}.footer-top .wordmark__en{font-size:6px;letter-spacing:.42em;padding-top:4px}.footer-credit{font-size:12px;letter-spacing:.04em}.footer-credit a{font-weight:700}.footer-credit small{display:block;font:8px var(--mono);letter-spacing:.14em;color:#8491a5;margin-top:8px}.footer-bottom{display:flex;justify-content:space-between;gap:30px;margin-top:22px}.footer-legal{font-size:10px;color:#919cac;line-height:2}.copyright{font:9px/1.8 var(--mono);letter-spacing:.05em;margin-top:8px;color:#919cac}.footer-links{display:flex;gap:20px;align-items:flex-start;font-size:10px;white-space:nowrap}.footer-links button{color:#919cac;background:transparent;padding:0;font-size:10px}.footer-links a{color:#919cac}.back-to-top{display:flex;align-items:center;gap:10px}.back-to-top .icon{width:14px;height:14px;flex-basis:14px}
/* Dialogs / reader */
dialog{border:0;padding:0;background:var(--paper);color:var(--ink);max-width:min(780px,calc(100% - 36px));width:780px;max-height:calc(100dvh - 64px);box-shadow:0 25px 100px rgba(0,0,0,.35);margin:auto}dialog::backdrop{background:rgba(7,16,28,.8);backdrop-filter:blur(7px)}dialog:not([open]){display:none}.dialog-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:17px 25px;border-bottom:1px solid var(--line);position:sticky;top:0;background:var(--paper);z-index:2}.dialog-head .eyebrow{font-size:10px;line-height:1.8}.dialog-head .eyebrow strong{font-family:var(--font);font-size:12px;letter-spacing:.04em;display:block}.dialog-close{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--line);background:transparent;flex-shrink:0}.dialog-close .icon{width:17px;height:17px}.dialog-body{padding:32px 38px 38px}.dialog-body h2{font-size:25px;line-height:1.7;margin-bottom:18px}.dialog-body h3{font-size:17px;margin-top:25px;margin-bottom:12px}.dialog-body p{font-size:13px;line-height:2.1;margin-bottom:15px}.dialog-body .eyebrow{color:var(--red);font-size:10px;margin-bottom:10px}.dialog-portrait{float:right;width:170px;margin:0 0 20px 25px;max-height:255px;object-fit:cover}.dialog-body::after{content:"";display:block;clear:both}.profile-spec{display:grid;grid-template-columns:90px 1fr;border-top:1px solid var(--line);margin:20px 0}.profile-spec dt,.profile-spec dd{padding:8px 0;border-bottom:1px solid var(--line);margin:0;font-size:11px}.profile-spec dt{color:var(--muted)}.reader-toolbar{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding:12px 26px;gap:20px;background:#ebe8de}.reader-toolbar p{font-size:10px;color:var(--muted);line-height:1.7}.reader-tools{display:flex;align-items:center;gap:4px;flex-shrink:0}.reader-tools button{font-family:var(--serif);height:32px;min-width:34px;background:#f6f4ed;border:1px solid var(--line)}.reader-tools button[aria-pressed="true"]{border-color:var(--ink);background:var(--ink);color:var(--white)}.reader-content{--reader-size:16px;font-size:var(--reader-size);font-family:var(--serif);padding:40px 48px 48px;line-height:2.45}.reader-content h2{font-size:26px;font-family:var(--font);font-weight:850;line-height:1.8;margin-bottom:5px}.reader-content .chapter-kicker{font-family:var(--mono);font-size:9px;letter-spacing:.16em;color:var(--red);margin-bottom:12px}.reader-content .reader-subtitle{font-size:10px;color:var(--muted);font-family:var(--font);margin-bottom:35px}.reader-content p{font-size:inherit;line-height:inherit;margin:0 0 1.4em}.reader-content .scene-divider{text-align:center;margin:32px 0;color:var(--red);font-size:13px;letter-spacing:1em}.reader-content .reader-end{margin-top:35px;padding-top:25px;border-top:1px solid var(--line);font-family:var(--font);font-size:11px;line-height:2.1;color:var(--muted)}.reader-page{max-width:820px;margin:50px auto 80px;background:#fffdf7;border:1px solid var(--line)}.reader-page .reader-content{padding-inline:65px}.reader-breadcrumb{font-size:11px;padding:25px 65px 0;color:var(--muted)}.reader-page-title{display:none}.dialogue-line{display:grid;grid-template-columns:42px 1fr;gap:18px;margin-top:20px;align-items:start}.dialogue-line img{width:42px;height:48px;object-fit:cover;border-radius:3px}.dialogue-line>div{background:#fffdf6;padding:13px 16px;border:1px solid var(--line);font-size:13px;line-height:2}.dialogue-line strong{font-size:10px;color:var(--red);display:block;margin-bottom:4px}.quote-card{border:1px solid var(--line);padding:30px;background:#fffdf6;position:relative}.quote-card .quote-value{font:80px/1 var(--mono);opacity:.06;position:absolute;right:18px;top:18px}.quote-card blockquote{font:700 24px/1.9 var(--serif);margin:15px 0 25px;position:relative}.quote-card .quote-speaker{font-size:12px}.quote-card .quote-brand{font-size:9px;color:var(--muted);margin-top:24px}.quote-share{margin-top:24px}.site-notice{padding:12px 25px;background:var(--yellow);color:var(--ink);font-size:12px}.toast{position:fixed;left:50%;bottom:28px;transform:translate(-50%,18px);opacity:0;pointer-events:none;background:var(--white);border:1px solid var(--ink);padding:13px 22px;box-shadow:0 7px 30px rgba(0,0,0,.17);color:var(--ink);font-size:12px;line-height:1.8;z-index:90;max-width:calc(100% - 32px);width:max-content;transition:opacity .2s,transform .2s}.toast.visible{transform:translate(-50%,0);opacity:1}.copy-field{width:100%;min-height:145px;resize:vertical;padding:14px;background:#fffdf8;border:1px solid var(--line);font-size:13px;line-height:1.9;margin-bottom:15px}.save-note{font-size:10px;color:var(--muted)}.hidden,[hidden]{display:none!important}.reveal{transition:opacity .7s var(--ease),transform .7s var(--ease)}html.motion-ok .reveal.pending{opacity:0;transform:translateY(22px)}.loading-signal{display:inline-block;width:5px;height:5px;background:var(--yellow);margin-left:8px;border-radius:50%;animation:pulse .8s infinite alternate}@keyframes pulse{from{opacity:.3}to{opacity:1}}.progress-all{color:var(--red)}
@media(min-width:1500px){.hero{min-height:800px}.hero-art{width:58%}.hero-art img{object-position:52% 45%}.hero-content{padding:75px 0}.hero h1{font-size:70px}.hero::after{background:linear-gradient(90deg,#0c1727 0%,#0c1727 29%,rgba(12,23,39,.9) 42%,rgba(12,23,39,.4) 55%,transparent 72%),linear-gradient(0deg,rgba(12,23,39,.6),transparent 20%)}}
@media(max-width:1150px){.wrap{width:calc(100% - 72px)}.header-inner{width:calc(100% - 56px)}.main-nav{gap:22px}.header-play{display:none}.hero{min-height:710px}.hero h1{font-size:55px}.hero-logo .wordmark__jp{font-size:33px}.hero-art{width:65%}.hero::after{background:linear-gradient(90deg,#0c1727 0%,rgba(12,23,39,.98) 28%,rgba(12,23,39,.86) 43%,rgba(12,23,39,.2) 69%,transparent 85%),linear-gradient(0deg,rgba(12,23,39,.7),transparent 30%)}.hero-annotation{right:26px;bottom:29px}.hero-actions{gap:10px}.hero-actions .button{padding-inline:20px;font-size:12px}.world-main{gap:45px}.character-grid{gap:17px}.character-card{grid-template-columns:42% 58%}.character-text{padding:22px 18px}.character-text h3{font-size:25px}.character-desc{font-size:10px}.character-quote{font-size:12px}.novel-inner{gap:62px}.novel-copy .section-title{font-size:33px}.game-board,.game-roll{padding:25px 22px}.future{grid-template-columns:28px 1fr 48px;gap:10px;padding:11px 9px}.future-name{font-size:11px}.future-prep{font-size:9px}.experience-heading>p{max-width:280px}.collection-slots{gap:6px}.collection-slot{width:42px;height:46px}.collection-controls{gap:13px}.share-inner{gap:30px}.share-title h2{font-size:27px}.share-tools{max-width:310px}.share-tools .button{padding-inline:16px}}
@media(max-width:850px){.wrap{width:calc(100% - 48px)}.site-header{height:70px}.header-inner{width:calc(100% - 40px)}.wordmark__jp{font-size:24px}.main-nav{gap:18px}.main-nav>a span{font-size:9px}.main-nav>a small{font-size:8px}.hero h1{font-size:48px}.hero{min-height:690px}.hero-art{width:68%}.hero-caption{font-size:12px;max-width:330px}.hero-kicker{font-size:8px}.hero-logo .wordmark__jp{font-size:29px}.hero-logo .wordmark__en{font-size:6px}.hero h1{margin-bottom:24px}.hero-actions{flex-wrap:wrap;max-width:340px}.hero-actions .button{min-height:51px;padding-inline:17px}.hero-annotation{right:20px;bottom:20px;padding:10px 12px}.hero-side{right:12px;font-size:8px}.hero-bottom{margin-top:24px}.hero-scroll{display:none}.world-main{grid-template-columns:1fr;gap:20px}.world{padding-top:57px;padding-bottom:54px}.world-main .section-title br{display:none}.world-main .section-title{font-size:31px;line-height:1.75}.world-copy{padding-top:0;display:grid;grid-template-columns:1fr 1fr;gap:25px;font-size:12px}.world-copy p+p{margin-top:0}.rules{margin-top:30px}.rule{gap:10px;padding-right:15px}.rule+.rule{padding-left:15px}.rule h3{font-size:12px}.rule p{font-size:10px}.section-top{margin-bottom:25px}.experience{padding-top:52px;padding-bottom:45px}.experience-heading .section-title{font-size:32px}.experience-heading>p{max-width:240px;font-size:11px}.game{grid-template-columns:1fr 1fr}.game-board,.game-roll{padding:22px 17px}.future{grid-template-columns:24px 1fr 25px;gap:8px;min-height:81px}.future-die{width:24px;height:24px;padding:4px;gap:1.5px}.future-state{font-size:0}.future-state .state-icon{width:17px;height:17px;font-size:11px}.future-name{font-size:11px}.future-prep{font-size:9px}.game-board-top h3,.game-roll-top h3{font-size:13px}.game-counter{font-size:20px}.dice-stage{min-height:234px}.game-result{padding:16px 15px}.game-result h4{font-size:13px}.game-result p{font-size:10px}.roll-button{font-size:12px}.collection{gap:20px}.collection-heading h3{font-size:15px}.collection-heading p{font-size:9px}.collection-slots{gap:5px}.collection-slot{width:35px;height:41px}.collection-controls{gap:8px}.collection-count{font-size:12px;min-width:37px}.characters{padding:55px 0}.characters-intro{margin-bottom:26px;gap:30px}.characters-intro .section-title{font-size:29px}.characters-intro p{font-size:11px}.character-card{grid-template-columns:1fr;min-height:0}.character-image{height:258px}.character-image img{object-position:50% 19%;}.character-text{padding:23px}.character-text h3{font-size:28px}.character-desc{font-size:11px}.character-quote{font-size:13px}.character-reading{font-size:10px}.character-meta{font-size:11px}.character-text .text-link{font-size:12px}.character-card.nagi .character-image img{object-position:50% 14%}.character-card.ritsu .character-image img{object-position:50% 27%}.character-no{background:rgba(12,23,39,.7);padding:2px 7px}.novel{padding-top:52px;padding-bottom:40px}.novel-inner{gap:42px;grid-template-columns:.7fr 1.3fr}.novel-copy .section-title{font-size:28px}.novel-copy>p{font-size:12px}.novel-excerpt{padding:13px 15px;font-size:13px}.book-scene{padding-block:35px}.book{width:88%}.book-label{font-size:7px;padding:7px 9px;left:-7%;bottom:35px}.novel-track>div{gap:8px}.novel-track span{font-size:9px}.novel-track>div:not(:last-child)::after{margin-left:10px}.journal{padding:55px 0}.journal-list{gap:20px}.journal-image{height:140px}.journal-item h3{font-size:13px;gap:8px}.journal-item p{font-size:10px}.share-section{padding:42px 0}.share-inner{gap:25px}.share-title h2{font-size:24px}.share-title p{font-size:10px}.share-tools{max-width:270px;gap:8px}.share-tools .button{font-size:11px;min-height:47px;gap:10px;padding:10px 15px}.share-tools .icon{width:15px;height:15px;flex-basis:15px}.site-footer{padding-top:37px}.footer-credit{font-size:10px}.footer-top .wordmark__jp{font-size:26px}.footer-bottom{gap:15px}.footer-legal{font-size:9px}.copyright{font-size:8px}.footer-links{gap:15px;font-size:9px}.footer-links button{font-size:9px}}
@media(max-width:640px){html{scroll-padding-top:80px}.wrap{width:calc(100% - 40px)}.site-header{height:64px}.header-inner{width:calc(100% - 34px);gap:12px}.wordmark__jp{font-size:23px}.wordmark__en{font-size:5px;letter-spacing:.32em}.menu-toggle{display:flex;margin-left:auto}.main-nav{display:none;position:fixed;top:64px;left:0;right:0;background:var(--deep);padding:24px 28px 28px;border-bottom:1px solid rgba(255,255,255,.2);grid-template-columns:repeat(2,1fr);gap:15px 24px;box-shadow:0 15px 25px rgba(0,0,0,.18)}.main-nav.is-open{display:grid}.main-nav>a{align-items:flex-start;padding:8px 0}.main-nav>a span{font-size:13px;letter-spacing:.12em}.main-nav>a small{font-size:10px;margin-top:5px}.main-nav>a::after{display:none}.menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(3px) rotate(45deg)}.menu-toggle[aria-expanded="true"] span:nth-child(2){transform:translateY(-3px) rotate(-45deg)}.header-play{display:flex;padding:7px 10px;font-size:10px;gap:5px}.header-play .icon{width:14px;height:14px;flex-basis:14px}.hero{min-height:775px;align-items:stretch;display:block}.hero-art{width:100%;height:535px;top:0;bottom:auto}.hero-art img{object-fit:cover;object-position:50% 35%;filter:saturate(.85)}.hero::after{background:linear-gradient(90deg,rgba(12,23,39,.79) 0%,rgba(12,23,39,.15) 40%,transparent 65%),linear-gradient(0deg,#0c1727 0%,#0c1727 23%,rgba(12,23,39,.96) 32%,rgba(12,23,39,.18) 53%,rgba(12,23,39,.06) 76%)}.hero-grid{background-size:75px 75px}.hero-content{padding:32px 0 29px;min-height:775px;display:flex;flex-direction:column;align-items:flex-start}.hero-kicker{margin-bottom:15px;font-size:8px;gap:8px;letter-spacing:.09em}.hero-kicker .label{font-size:8px;padding:3px 6px}.hero h1{font-size:37px;line-height:1.56;margin-top:21px;margin-bottom:0;text-shadow:0 2px 18px rgba(12,23,39,.6);letter-spacing:.025em}.hero h1 .last{color:white}.hero-logo{margin-top:auto;margin-bottom:15px;gap:8px}.hero-logo .wordmark__jp{font-size:39px;letter-spacing:-.05em}.hero-logo .wordmark__en{font-size:7px;letter-spacing:.4em;padding-left:4px}.hero-caption{font-size:11px;line-height:2.1;margin-top:0;max-width:330px}.hero-actions{width:100%;gap:9px;max-width:none;margin-top:24px;flex-wrap:nowrap}.hero-actions .button{font-size:11px;padding:13px 12px;min-height:51px;gap:12px;flex:1}.hero-actions .icon{width:18px;height:18px;flex-basis:18px}.hero-bottom{margin-top:20px;gap:11px}.hero-bottom .rail-line{width:30px}.hero-bottom p{font-size:8px}.hero-side{right:10px;top:25px;font-size:7px;letter-spacing:.15em}.hero-annotation{bottom:auto;top:377px;right:18px;border-left-width:1px;padding:8px 11px;gap:8px}.hero-annotation strong{font-size:23px}.hero-annotation p{font-size:7px}.ticker{padding:12px 0}.ticker-inner{gap:18px;font-size:10px;justify-content:center;letter-spacing:.055em}.ticker .eng,.ticker .divider{display:none}.ticker .icon{width:15px;height:15px}.world{padding:45px 0 44px}.section-index{font-size:9px;gap:10px;letter-spacing:.12em}.section-index::before{width:17px}.section-top .aside-label{font-size:8px;letter-spacing:.07em}.world-main{gap:18px}.world-main .section-title{font-size:27px;line-height:1.75;letter-spacing:0}.world-main .section-title br{display:block}.world-copy{display:block;font-size:12px;line-height:2.2}.world-copy p+p{margin-top:13px}.rules{grid-template-columns:1fr;margin-top:26px}.rule{padding:20px 0;gap:16px}.rule+.rule{border-left:0;border-top:1px solid var(--line);padding-left:0}.rule-no{font-size:11px;margin-top:3px}.rule h3{font-size:13px;margin-bottom:5px}.rule p{font-size:11px;line-height:1.9}.rule-question{margin-top:15px}.rule-question summary{font-size:11px;gap:15px}.rule-question .answer{font-size:11px}.experience{padding:42px 0 40px}.experience .section-top{margin-bottom:28px}.experience-heading{display:block;margin-bottom:21px}.experience-heading .section-title{font-size:29px;line-height:1.6;letter-spacing:0}.experience-heading .section-title .small-line{font-size:10px;margin-bottom:11px}.experience-heading>p{font-size:11px;max-width:none;margin-top:13px;line-height:2.1}.experience-tags{gap:6px;font-size:9px;flex-wrap:wrap;margin-bottom:20px}.experience-tags span{padding:3px 7px}.game{grid-template-columns:1fr}.game-board{border-right:0;border-bottom:1px solid var(--line);padding:23px 18px 18px}.game-board-top{margin-bottom:17px}.game-board-top h3{font-size:14px}.game-counter{font-size:22px}.prepared-meter{margin-bottom:18px}.future-list{gap:7px}.future{grid-template-columns:28px 1fr 50px;gap:11px;padding:11px 12px;min-height:76px}.future-die{width:26px;height:26px;padding:4px;gap:2px}.future-name{font-size:12px}.future-prep{font-size:10px;line-height:1.7}.future-state{font-size:9px;gap:3px}.game-hint{margin-top:14px;font-size:9px;gap:12px}.game-hint button{font-size:9px}.game-roll{padding:23px 18px 21px}.game-roll-top h3{font-size:14px}.dice-stage{min-height:210px;margin-top:4px}.dice-cube{--die-size:90px}.dice-stage::before{width:215px;height:105px;bottom:28px}.dice-stage::after{bottom:21px}.roll-button{min-height:55px;font-size:13px}.roll-note{font-size:9px}.game-result{margin-top:17px;min-height:132px;padding:18px}.game-result h4{font-size:14px}.game-result p{font-size:11px}.game-result .result-eyebrow{font-size:8px}.game-result .result-actions button{font-size:10px}.experience-footer{display:block;margin-top:14px}.experience-footer .note{font-size:9px;line-height:1.95}.experience-footer .random-note{display:none}.collection{display:block;margin-top:25px;padding-top:23px}.collection-heading{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.collection-heading h3{font-size:15px;white-space:nowrap}.collection-heading p{font-size:9px;line-height:1.85;max-width:185px}.collection-controls{justify-content:space-between;gap:14px;margin-top:18px}.collection-slots{gap:7px;flex:1;justify-content:flex-end}.collection-slot{flex:1;max-width:46px;height:46px;min-width:0}.collection-slot .future-die{width:24px;height:24px}.collection-count{font-size:11px;min-width:34px}.characters{padding:45px 0}.characters-intro{display:block;margin-bottom:24px}.characters-intro .section-title{font-size:28px;line-height:1.7}.characters-intro p{margin-top:12px;font-size:11px;line-height:2}.character-grid{grid-template-columns:1fr;gap:17px}.character-card{grid-template-columns:41% 59%;min-height:333px}.character-image{height:auto}.character-image img{object-position:51% 30%}.character-card.nagi .character-image img{object-position:60% 35%}.character-card.ritsu .character-image img{object-position:56% 34%}.character-text{padding:21px 17px 22px}.character-role{font-size:9px;margin-bottom:10px}.character-text h3{font-size:25px}.character-reading{font-size:8px;letter-spacing:.13em;margin-bottom:13px}.character-meta{font-size:9px;padding:7px 0;margin-bottom:12px}.character-desc{font-size:10px;line-height:1.95;margin-bottom:14px}.character-quote{font-size:11px;line-height:2;margin-bottom:18px}.character-text .text-link{font-size:10px}.character-image .character-no{left:9px;bottom:10px;font-size:7px;padding:4px 5px}.duo-dialogue{display:block;margin-top:18px;padding:18px}.duo-dialogue>p{font-size:11px;line-height:2}.duo-dialogue button{font-size:11px;margin-top:13px;padding:0}.novel{padding:43px 0 33px}.novel .section-top{margin-bottom:20px}.novel-inner{display:flex;flex-direction:column;gap:25px}.book-scene{width:100%;padding:10px 0 20px;min-height:324px}.book{width:168px;aspect-ratio:659/1242}.book-label{font-size:8px;padding:8px 12px;left:calc(50% - 117px);bottom:16px}.novel-copy .eyebrow{font-size:9px;margin-bottom:14px}.novel-copy .section-title{font-size:28px;line-height:1.7;margin-bottom:17px}.novel-copy>p{font-size:11px;line-height:2.2;max-width:none}.novel-excerpt{font-size:13px;margin:20px 0 23px;padding:13px 16px}.novel-actions{gap:12px;margin-bottom:13px}.novel-actions .button{font-size:11px;min-height:54px;padding-inline:22px}.novel-status{font-size:9px;padding:4px 8px}.novel-copy .novel-note{font-size:9px;line-height:1.9}.novel-track{margin-top:28px;gap:14px 24px;display:grid;grid-template-columns:1fr 1fr}.novel-track>div{gap:10px}.novel-track span{font-size:9px}.novel-track b{font-size:10px}.novel-track>div:not(:last-child)::after{display:none}.journal{padding:42px 0}.journal-list{grid-template-columns:1fr;gap:25px}.journal-item{display:grid;grid-template-columns:107px 1fr;column-gap:18px;align-items:start}.journal-image{height:109px;grid-row:1/5}.journal-image span{font-size:7px;left:9px;bottom:8px}.journal-item small{font-size:8px;margin-top:0;margin-bottom:6px}.journal-item h3{font-size:12px;gap:5px;line-height:1.8}.journal-item h3 .icon{width:13px;height:13px;flex-basis:13px}.journal-item p{font-size:10px;margin-top:6px;line-height:1.9}.share-section{padding:37px 0}.share-inner{display:block}.share-title .eyebrow{font-size:8px;margin-bottom:12px}.share-title h2{font-size:26px;line-height:1.65;margin-bottom:12px}.share-title p{font-size:11px;line-height:2}.share-tools{max-width:none;margin-top:24px;justify-content:flex-start;gap:10px}.share-tools .button{font-size:11px;min-height:51px;padding:12px 19px;gap:10px}.share-tools small{text-align:left;font-size:9px;margin-top:1px}.site-footer{padding:32px 0 25px}.footer-top{display:block;padding-bottom:25px}.footer-top .wordmark__jp{font-size:27px}.footer-top .wordmark__en{font-size:6px;letter-spacing:.33em}.footer-credit{margin-top:24px;font-size:11px}.footer-credit small{font-size:7px;margin-top:5px}.footer-bottom{display:flex;flex-direction:column;gap:20px;margin-top:21px}.footer-legal{font-size:9px;line-height:2.1}.copyright{font-size:8px;margin-top:12px;letter-spacing:.025em}.footer-links{justify-content:space-between;font-size:10px;gap:15px}.footer-links button{font-size:10px}.back-to-top .icon{width:12px;height:12px;flex-basis:12px}dialog{width:calc(100% - 24px);max-width:calc(100% - 24px);max-height:calc(100dvh - 30px)}.dialog-head{padding:12px 16px}.dialog-head .eyebrow{font-size:8px}.dialog-head .eyebrow strong{font-size:11px}.dialog-close{width:35px;height:35px}.dialog-body{padding:25px 23px 29px}.dialog-body h2{font-size:22px}.dialog-body p{font-size:12px}.dialog-body h3{font-size:15px}.dialog-portrait{width:110px;margin-left:15px;max-height:185px}.profile-spec{grid-template-columns:72px 1fr}.profile-spec dt,.profile-spec dd{font-size:10px}.reader-toolbar{padding:11px 16px;gap:12px}.reader-toolbar p{font-size:8px;max-width:170px}.reader-tools button{width:30px;min-width:30px;height:31px}.reader-content{padding:28px 23px 33px;--reader-size:15px;line-height:2.35}.reader-content h2{font-size:23px}.reader-content .chapter-kicker{font-size:8px}.reader-content .reader-subtitle{font-size:9px;margin-bottom:27px}.reader-content .reader-end{font-size:10px}.reader-page{margin:20px 12px 40px}.reader-page .reader-content{padding-inline:22px}.reader-breadcrumb{padding:20px 22px 0;font-size:10px}.quote-card{padding:24px}.quote-card blockquote{font-size:20px;line-height:2}.dialogue-line{gap:12px;grid-template-columns:34px 1fr}.dialogue-line img{width:34px;height:42px}.dialogue-line>div{font-size:12px;padding:12px 13px}.dialogue-line strong{font-size:9px}.toast{font-size:11px;padding:12px 16px;bottom:18px;max-width:calc(100% - 28px)}}
@media(max-width:359px){.wrap{width:calc(100% - 32px)}.header-inner{width:calc(100% - 26px)}.header-play{font-size:0;gap:0;padding:9px}.header-play .icon{width:18px;height:18px;flex-basis:18px}.hero h1{font-size:33px}.hero-logo .wordmark__jp{font-size:35px}.hero-actions .button{padding-inline:9px;gap:7px;font-size:10px}.hero-kicker{letter-spacing:0;font-size:7px}.game-board,.game-roll{padding-inline:14px}.future{padding-inline:9px;gap:9px}.future-name{font-size:11px}.future-prep{font-size:9px}.character-text{padding-inline:14px}.character-text h3{font-size:23px}.character-role{font-size:8px}.character-quote{font-size:10px}.collection-heading p{max-width:153px;font-size:8px}.collection-slot{height:39px}.collection-slots{gap:5px}.share-title h2{font-size:24px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.reveal{opacity:1!important;transform:none!important}.dice-cube{transition:transform .05s!important}.character-card:hover .character-image img,.journal-item:hover img{transform:none}.book,.book-scene:hover .book{transform:none}.hero-art img{transform:none}}
@media print{.site-header,.hero-actions,.game,.collection,.share-section,.footer-links,.journal,.sound-toggle,.reader-toolbar,.dialog-close,.reading-progress,.toast{display:none!important}body{background:#fff;color:#000}.hero{min-height:0;color:#000;background:white}.hero-art,.hero::after,.hero-grid{display:none}.hero-content{padding:20px 0;min-height:0}.hero h1 .last{color:#000}.hero-caption{color:#555}.hero-logo{margin-top:20px}.novel,.experience,.site-footer{background:white;color:#000}.wrap{width:100%}.reader-page{border:0;margin:0}.reader-content{font-size:12pt}.novel-copy>p,.novel-excerpt,.footer-legal{color:#333}}
/* Fine alignment of result actions and nested modal scrolling. */
.result-actions button{display:inline-flex;align-items:center;gap:5px}.result-actions .icon{width:12px;height:12px;flex-basis:12px}dialog{overscroll-behavior:contain}.quote-share{font-size:12px}
/* Preserve both faces in the opening artwork; keep mobile CTA labels intact. */
.hero-art img{object-position:52% 0%}
.hero-art::after{background:linear-gradient(90deg,#0c1727 0%,rgba(12,23,39,.95) 11%,rgba(12,23,39,.3) 24%,transparent 43%)}
.dice-cube{--die-size:124px}.dice-face{padding:24px;gap:12px}.dice-stage{min-height:285px}
.dice-tilt{transition:transform .25s}.dice-hit-area{position:absolute;width:180px;height:190px;left:calc(50% - 90px);top:30px;background:transparent;border-radius:30px;z-index:2}.dice-hit-area:disabled{cursor:default}.dice-hit-area:focus-visible{outline-color:var(--red);outline-offset:0}
@media(max-width:850px) and (min-width:641px){.dice-cube{--die-size:110px}.dice-face{padding:21px;gap:11px}.dice-stage{min-height:276px}}
@media(max-width:640px){.hero-art img{object-position:50% 35%}.hero-art::after{background:linear-gradient(90deg,rgba(12,23,39,.8),rgba(12,23,39,.4) 12%,transparent 36%)}.hero-actions .button{white-space:nowrap;gap:9px;padding-inline:10px}.hero-actions .button--yellow .icon:last-child{display:none}.dice-cube{--die-size:100px}.dice-face{padding:20px;gap:10px}.dice-stage{min-height:224px}.dice-hit-area{height:165px;top:10px}.hero{min-height:760px}.hero-content{min-height:760px}}
@media(max-width:359px){.hero-actions .button{gap:7px;padding-inline:9px}}
.text-link{background:transparent}
