:root{--bg:#0b0809;--panel:#120d0f;--ink:#f6ece5;--muted:#9f8e88;--line:#332326;--gold:#d6a768;--red:#d65045;--rose:#d7a09a}
    *{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:radial-gradient(circle at 12% 5%,#361219 0,transparent 30rem),radial-gradient(circle at 90% 50%,#241126 0,transparent 32rem),var(--bg);color:var(--ink);font-family:"Microsoft YaHei","PingFang SC",system-ui,sans-serif}button{font:inherit;color:inherit}.shell{width:min(1180px,calc(100% - 32px));margin:auto}.top{height:78px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px}.brand i{width:34px;height:34px;border:1px solid #8c6744;display:grid;place-items:center;color:var(--gold);font-style:normal;transform:rotate(45deg)}.brand i span{transform:rotate(-45deg)}.brand b{display:block;letter-spacing:.18em}.brand small{display:block;margin-top:3px;color:#776864;font:9px Georgia,serif;letter-spacing:.3em}.local{font-size:11px;color:#8f807b;display:flex;gap:7px;align-items:center}.local::before{content:"";width:6px;height:6px;border-radius:50%;background:#69a874;box-shadow:0 0 9px #69a874}
    .hero{padding:58px 0 42px;display:grid;grid-template-columns:1fr 1.15fr;gap:70px;align-items:end}.eyebrow{margin:0;color:var(--gold);font-size:10px;font-weight:700;letter-spacing:.25em}.hero h1{font-family:Georgia,"STSong",serif;font-size:clamp(42px,6vw,69px);font-weight:500;line-height:1.14;letter-spacing:-.04em;margin:14px 0 18px}.hero h1 em{color:var(--rose);font-weight:500}.lead{max-width:500px;color:var(--muted);font-size:14px;line-height:1.9;margin:0}.filter-title{margin-bottom:14px;color:var(--gold);font-size:10px;letter-spacing:.23em}.filters{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--line)}.filter{min-height:94px;border:0;border-right:1px solid var(--line);background:#0d090a99;cursor:pointer;display:grid;place-items:center;padding:11px 5px;transition:.2s}.filter:last-child{border-right:0}.filter:hover{background:#211317}.filter.active{background:#401a1d;box-shadow:inset 0 -2px var(--red)}.filter strong{display:block;font-size:12px}.filter small{display:block;color:#796966;font-size:9px;margin-top:5px}.filter .symbol{color:var(--gold);font-size:19px;margin-bottom:7px}
    .game{display:grid;grid-template-columns:minmax(0,1.42fr) minmax(330px,.72fr);min-height:620px;border:1px solid var(--line);background:#0c090ad9;box-shadow:0 30px 90px #0006;margin-bottom:60px}.stage{min-height:620px;border-right:1px solid var(--line);display:flex;align-items:center;justify-content:center;gap:clamp(44px,6vw,84px);padding:54px;overflow:hidden;position:relative}.stage::before{content:"";position:absolute;width:430px;height:430px;border:1px solid #d6a76812;border-radius:50%;left:2%;box-shadow:0 0 0 70px #d6a76806,0 0 0 140px #d6a76804}.scene{width:252px;height:378px;perspective:1400px;position:relative;flex:none}.stack{position:absolute;inset:0;border:1px solid #a7755055;border-radius:17px;background:#260f14}.s1{transform:rotate(-7deg) translate(-12px,8px);opacity:.4}.s2{transform:rotate(4deg) translate(9px,4px);opacity:.65}.card{position:absolute;inset:0;transform-style:preserve-3d;transition:transform .7s cubic-bezier(.2,.75,.2,1)}.scene.reveal .card{transform:rotateY(180deg)}.scene.shuffle .card{animation:shuffle .6s ease}@keyframes shuffle{40%{transform:translate(70px,-18px) rotate(9deg)}}.face{position:absolute;inset:0;border-radius:17px;overflow:hidden;backface-visibility:hidden;box-shadow:0 25px 60px #000a}.back{border:1px solid #e5b77c88;background:#190b0e;display:grid;place-items:center}.back::before{content:"";position:absolute;inset:10px;border:2px solid var(--foil,#b9715d);border-radius:11px;box-shadow:inset 0 0 0 5px #11090b,inset 0 0 0 6px var(--foil,#b9715d)}.back::after{content:attr(data-symbol);width:128px;height:128px;border:1px solid var(--foil,#b9715d);border-radius:50%;display:grid;place-items:center;color:var(--foil,#b9715d);font:58px Georgia,serif;box-shadow:0 0 0 10px #10090b,0 0 0 11px var(--foil,#b9715d),0 0 40px #0008}.back.tease{--foil:#df806d;background:radial-gradient(circle,#621b22,#210b10 62%)}.back.desire{--foil:#d6a768;background:radial-gradient(circle,#3a1423,#170b12 65%)}.back.intimate_action{--foil:#bd684e;background:repeating-radial-gradient(circle,#34100f 0 9px,#190a0a 10px 18px)}.back.scenario{--foil:#c5a36b;background:radial-gradient(circle,#30133e,#0d0911 68%)}.back.danger{--foil:#ef4141;background:repeating-linear-gradient(135deg,#1b0507 0 18px,#36080c 19px 36px)}.front{transform:rotateY(180deg);background:#eee1d7;color:#32191a;padding:24px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid #c79a70}.front::before{content:"";position:absolute;inset:10px;border:1px solid #59353677;border-radius:10px}.front>*{position:relative;z-index:1}.front-head,.front-foot{display:flex;justify-content:space-between;font-size:9px;font-weight:700;letter-spacing:.16em}.front-main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:8px 1px}.front-icon{width:66px;height:66px;display:grid;place-items:center}.front-icon img{width:100%;height:100%;object-fit:contain;display:block}.front-title{margin:0;color:#84383b;font-size:22px;line-height:1.2;font-weight:800;letter-spacing:.2em;text-indent:.2em}.front-copy{margin:0;text-align:center;font-size:14px;font-weight:700;line-height:1.65;letter-spacing:.035em}.heat{color:#9c3e3f;letter-spacing:.08em}.controls{width:min(255px,100%);position:relative}.notice{min-height:44px;margin:0 0 16px;color:#978782;font-size:12px;line-height:1.7}.draw{width:100%;height:64px;border:0;background:var(--red);padding:0 19px 0 24px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-weight:700;letter-spacing:.08em;transition:.2s}.draw:hover:not(:disabled){background:#ef6656;transform:translateY(-2px)}.draw:disabled{opacity:.45;cursor:not-allowed}.draw i{font-style:normal;width:30px;height:30px;border-radius:50%;background:#ffffff22;display:grid;place-items:center}.remaining{text-align:center;color:#71635f;font-size:10px;margin-top:13px;letter-spacing:.1em}
    .history{padding:30px 26px 24px;min-width:0;display:flex;flex-direction:column}.history-header{display:flex;align-items:end;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:19px}.history-header p{margin:0 0 7px;color:var(--gold);font-size:9px;letter-spacing:.22em}.history-header h2{margin:0;font-size:21px}.clear{border:0;background:none;color:#887873;font-size:11px;cursor:pointer}.clear:disabled{opacity:.3}.list{max-height:505px;overflow:auto;scrollbar-width:thin;scrollbar-color:#4e2b31 transparent}.empty{height:330px;display:grid;place-content:center;text-align:center;color:#71635f}.empty span{font:34px Georgia;color:#664b50}.empty p{font-size:12px;margin:14px 0 4px}.empty small{font-size:10px;color:#554947}.item{width:100%;border:0;border-bottom:1px solid var(--line);background:transparent;display:grid;grid-template-columns:42px 1fr 22px;gap:12px;align-items:center;text-align:left;padding:13px 0;cursor:pointer}.item:hover{background:#ffffff05}.mini{width:38px;height:56px;border-radius:5px;border:1px solid #8c6552;background:var(--mini);display:grid;place-items:center;color:#d5a76c;font:19px Georgia}.item-copy{min-width:0}.meta{display:flex;justify-content:space-between;color:#6f605c;font-size:9px}.meta b{color:#c29a91;letter-spacing:.1em}.item-text{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-top:6px;color:#a79690;font-size:11px;line-height:1.55}.num{color:#5b4b48;font:14px Georgia;text-align:right}.foot{display:flex;justify-content:space-between;gap:20px;color:#665956;font-size:10px;letter-spacing:.07em;padding-bottom:32px}.foot p{margin:0}.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
    @media(max-width:960px){.hero{grid-template-columns:1fr;gap:35px}.game{grid-template-columns:1fr}.stage{border-right:0;border-bottom:1px solid var(--line)}}
    @media(max-width:650px){.shell{width:min(100% - 24px,1180px)}.top{height:70px}.local{font-size:0}.hero{padding:43px 0 32px}.hero h1{font-size:42px}.filters{grid-template-columns:repeat(2,1fr)}.filter{min-height:78px;border-bottom:1px solid var(--line)}.filter:first-child{grid-column:span 2}.stage{min-height:735px;flex-direction:column;gap:38px;padding:50px 22px 38px}.scene{width:232px;height:348px}.controls{max-width:320px;width:100%}.notice{text-align:center}.history{padding:26px 18px}.foot{flex-direction:column;line-height:1.6}}
    @media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;transition-duration:.01ms!important}}
