:root{--bg:#FFFFFF;--surface:#F2F2F2;--surface-hi:#E5E5E5;--border:#E5E5E5;--text:#0D0D0D;--muted:#5D5D5D;--faint:#757575;--primary:#0D0D0D;--primary-text:#FFFFFF;--accent:#10A37F;--accent-soft:rgba(16,163,127,.12);--scrim:rgba(0,0,0,.5);--panel:#FFFFFF;--shadow:0 8px 30px rgba(0,0,0,.14);--banner:#0D0D0D;--banner-text:#F2F2F3;color-scheme:light}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#131314;--surface:#232326;--surface-hi:#2E2E33;--border:#2C2C30;--text:#F2F2F3;--muted:#A9A9AF;--faint:#8B8B92;--primary:#F2F2F3;--primary-text:#131314;--accent:#2DD4A7;--accent-soft:rgba(45,212,167,.14);--scrim:rgba(0,0,0,.6);--panel:#1E1E21;--shadow:0 8px 30px rgba(0,0,0,.5);--banner:#F2F2F3;--banner-text:#131314;color-scheme:dark}}:root[data-theme=dark]{--bg:#131314;--surface:#232326;--surface-hi:#2E2E33;--border:#2C2C30;--text:#F2F2F3;--muted:#A9A9AF;--faint:#8B8B92;--primary:#F2F2F3;--primary-text:#131314;--accent:#2DD4A7;--accent-soft:rgba(45,212,167,.14);--scrim:rgba(0,0,0,.6);--panel:#1E1E21;--shadow:0 8px 30px rgba(0,0,0,.5);--banner:#F2F2F3;--banner-text:#131314;color-scheme:dark}*{box-sizing:border-box}html,body{height:100%}body{background:var(--bg);color:var(--text);font:14px/1.4 -apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased}button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--accent);outline-offset:2px}h1,h2,h3{text-wrap:balance;margin:0}p{margin:0}svg.i{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:none}.top{position:sticky;top:env(safe-area-inset-top,0px);z-index:30;display:flex;align-items:center;gap:12px;height:56px;padding:0 16px;background:var(--bg)}.iconbtn{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;flex:none}.iconbtn:hover{background:var(--surface)}.logo{display:flex;align-items:center;gap:8px;font-weight:800;font-size:19px;letter-spacing:-.02em}.logo .mk{width:26px;height:26px;border-radius:8px;background:var(--primary);color:var(--primary-text);display:grid;place-items:center;font-size:15px}.search{flex:1;min-width:0;max-width:640px;margin:0 auto;display:flex;height:40px}.search input{flex:1;min-width:0;height:100%;border:1px solid var(--border);border-right:0;border-radius:999px 0 0 999px;background:var(--bg);color:var(--text);padding:0 16px;font:inherit;font-size:15px}.search button{width:64px;border:1px solid var(--border);border-radius:0 999px 999px 0;background:var(--surface);display:grid;place-items:center}.create{display:flex;align-items:center;gap:6px;height:36px;padding:0 14px 0 10px;border-radius:999px;background:var(--surface);font-weight:600}.create:hover{background:var(--surface-hi)}.me{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#6b4fd0,#10a37f);color:#fff;display:grid;place-items:center;font-weight:700;font-size:13px}.menu{position:absolute;right:56px;top:52px;background:var(--panel);border-radius:12px;box-shadow:var(--shadow);padding:8px 0;min-width:240px;border:1px solid var(--border)}.menu button{display:flex;gap:12px;align-items:center;width:100%;padding:9px 16px;text-align:left}.menu button:hover{background:var(--surface)}.menu .dot{width:22px;height:22px;border-radius:6px;flex:none}.shell{display:flex;min-height:calc(100% - 56px)}.side{width:232px;flex:none;padding:4px 12px 24px;position:sticky;top:56px;height:calc(100vh - 56px);overflow-y:auto}.side .grp{padding:10px 0;border-bottom:1px solid var(--border)}.side .grp:last-child{border:0}.side h4{margin:4px 12px 6px;font-size:15px;font-weight:700;display:flex;align-items:center;gap:4px}.nav{display:flex;align-items:center;gap:20px;width:100%;height:40px;padding:0 12px;border-radius:10px;font-size:14px;text-align:left}.nav:hover{background:var(--surface)}.nav[aria-current=true]{background:var(--surface);font-weight:700}.nav .ap{width:22px;height:22px;border-radius:6px;display:grid;place-items:center;color:#fff;font-size:11px;font-weight:800;flex:none}.nav .lock{margin-left:auto;color:var(--faint);font-size:11px}.main{flex:1;min-width:0;padding:0 24px 48px}.side.mini{width:76px;padding:4px 4px 24px}.side.mini .nav{flex-direction:column;justify-content:center;gap:5px;height:74px;padding:14px 0 12px;font-size:10px;border-radius:10px}.side.mini .nav svg{width:24px;height:24px}.side.mini .nav[aria-current=true]{font-weight:600}.chips{position:sticky;top:56px;z-index:20;background:var(--bg);display:flex;gap:12px;padding:12px 0;overflow-x:auto;scrollbar-width:none}.chips::-webkit-scrollbar{display:none}.chip{flex:none;height:32px;padding:0 12px;border-radius:8px;background:var(--surface);font-weight:600;font-size:14px;white-space:nowrap}.chip:hover{background:var(--surface-hi)}.chip[aria-pressed=true]{background:var(--primary);color:var(--primary-text)}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:40px 16px;padding:8px 0 24px}.card{cursor:pointer;min-width:0;border-radius:6px;transition:background .15s,box-shadow .15s}.card:hover{background:var(--surface);box-shadow:0 0 0 10px var(--surface)}.thumb{position:relative;container-type:inline-size;aspect-ratio:16/9;border-radius:12px;overflow:hidden;max-width:100%;background:#222}.badge{position:absolute;right:8px;bottom:8px;background:#000c;color:#fff;font-size:12px;font-weight:600;padding:2px 6px;border-radius:4px;font-variant-numeric:tabular-nums}.badge.live{background:#cc2f35}.badge.tl{inset:8px auto auto 8px;background:#fff;color:#0d0d0d}.cmeta{display:flex;gap:12px;padding-top:12px}.av{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:800;font-size:14px;flex:none}.cmeta h3{font-size:16px;font-weight:600;line-height:22px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cmeta p{color:var(--muted);font-size:14px;line-height:20px}.kebab{margin-left:auto;align-self:flex-start;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;opacity:0}.card:hover .kebab{opacity:1}.kebab svg{width:18px;height:18px}.shelf{padding:24px 0 32px;border-top:4px solid var(--surface);border-bottom:4px solid var(--surface);margin:8px 0 24px}.shelf-h{display:flex;align-items:center;gap:12px;margin-bottom:16px}.shelf-h .av{width:32px;height:32px}.shelf-h h2{font-size:20px;font-weight:700}.shelf-h p{color:var(--muted);font-size:12px}.shelf-h .va{margin-left:auto;height:36px;padding:0 16px;border-radius:999px;border:1px solid var(--border);font-weight:600}.shelf-row{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(170px,1fr);gap:16px;overflow-x:auto;padding-bottom:6px}.tall{cursor:pointer;min-width:0}.tall .frame{border-radius:12px;overflow:hidden;border:3px solid var(--fr,#333)}.tall .thumb{aspect-ratio:3/4;border-radius:0}.tall .go{display:block;width:calc(100% - 16px);margin:-44px 8px 8px;position:relative;height:30px;border-radius:999px;background:#ffffffeb;color:#0d0d0d;font-weight:600;font-size:13px}.tall h3{font-size:14px;font-weight:600;margin-top:8px;line-height:19px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tall p{color:var(--muted);font-size:12px}.empty{padding:60px 0;text-align:center;color:var(--muted)}.art{position:absolute;inset:0;overflow:hidden;color:#fff}.halftone{position:absolute;inset:0;background-image:radial-gradient(rgba(0,0,0,.18) 1.2px,transparent 1.4px);background-size:7px 7px}.cover{position:relative;height:100%;aspect-ratio:3/4;max-width:100%;margin:0 auto;container-type:size;background:var(--c);box-shadow:0 0 0 1px #0003;overflow:hidden}.cover .mast{position:absolute;left:0;right:0;top:0;padding:7% 8% 5%;background:#f4e7c8;color:#141414;font:900 11cqw/1 Impact,Arial Black,sans-serif;text-transform:uppercase;letter-spacing:.01em;white-space:nowrap;overflow:hidden;text-overflow:clip}.cover .fig{position:absolute;left:50%;top:58%;width:62%;aspect-ratio:1;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle at 35% 30%,rgba(255,255,255,.55),transparent 45%),var(--c2);box-shadow:0 0 0 5px #00000040}.cover .num{position:absolute;right:6%;top:21%;background:#141414;color:#f4e7c8;font:800 6.5cqw/1 Impact,sans-serif;padding:.25em .4em}@container (max-width:100px){.cover .ct{display:none}}.cover .ct{position:absolute;left:6%;right:6%;bottom:5%;font:800 6.5cqw/1.15 Impact,Arial Black,sans-serif;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-transform:uppercase;color:#fff;text-shadow:1px 1px 0 #000}.comicwide{background:linear-gradient(90deg,#141414,var(--c) 50%,#141414);padding:10px 0;display:flex}.cqw{container-type:inline-size;height:100%}.gsud{background:#1e2640;display:grid;place-items:center}.gsud .g{display:grid;grid-template-columns:repeat(4,1fr);gap:3px;width:52%;max-width:190px;aspect-ratio:1}.gsud .g span{background:#f4f6fb;color:#1e2640;display:grid;place-items:center;font:700 6cqw/1 ui-monospace,Menlo,monospace;border-radius:3px}.gsud .g span.e{background:#3a4670}.gws{background:#0f4f3e;display:grid;place-items:center}.gws .g{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;width:62%;max-width:230px;font:700 4.5cqw/1 ui-monospace,Menlo,monospace}.gws .g span{aspect-ratio:1;display:grid;place-items:center;color:#cfe9df}.gws .g span.h{background:#f7c548;color:#0f4f3e;border-radius:4px}.gwf{background:#6e2338;display:grid;place-items:center}.gwf .f{position:relative;width:46%;max-width:160px;aspect-ratio:1}.gwf .f span{position:absolute;width:32%;aspect-ratio:1;border-radius:50%;background:#f8d7df;color:#6e2338;display:grid;place-items:center;font:800 6cqw/1 system-ui;left:34%;top:34%}.gwf .f span.c{background:#f7c548}.gwc{background:#1d4e7e;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px}.gwc span{background:#fff;color:#1d4e7e;font:800 4.8cqw/1 system-ui;padding:6px 14px;border-radius:999px;letter-spacing:.06em}.gwc span.q{background:transparent;border:2px dashed rgba(255,255,255,.7);color:#fff}.gwy{background:linear-gradient(160deg,#8a5a12,#3b2708);display:grid;place-items:center;text-align:center}.gwy b{font:900 17cqw/1 Georgia,serif;letter-spacing:-.02em;color:#f4e2b8}.gwy small{display:block;font-size:12px;opacity:.8;margin-top:4px;letter-spacing:.12em;text-transform:uppercase}.ggw{background:#2b2d8c;display:grid;place-items:center}.ggw .g{display:grid;grid-template-columns:repeat(5,1fr);gap:3px;width:50%;max-width:180px}.ggw .g span{aspect-ratio:1;background:#e8e9ff;color:#2b2d8c;border-radius:4px;display:grid;place-items:center;font:800 4.8cqw/1 system-ui}.ggw .g span.h{background:#f7c548}.gjg{background:#4a2b55;display:grid;place-items:center}.gjg .g{display:grid;grid-template-columns:repeat(3,1fr);gap:3px;width:48%;max-width:170px;aspect-ratio:1}.gjg .g span{background:linear-gradient(135deg,#f2a65a,#d65780 50%,#5b4fc7);background-size:300% 300%;border-radius:3px}.sum{background:radial-gradient(120% 90% at 80% 20%,var(--c),#0B0B0C 70%);padding:6% 7%;display:flex;flex-direction:column;justify-content:flex-end}.sum .k{font-size:3.3cqw;font-weight:700;letter-spacing:.14em;text-transform:uppercase;opacity:.8;margin-bottom:6px}.sum .h{font:900 7.6cqw/1.05 Arial Black,Impact,sans-serif;text-transform:uppercase;max-width:85%}.sum .h em{font-style:normal;color:#ffd84d}.vid{background:linear-gradient(135deg,var(--c),var(--c2));display:grid;place-items:center;text-align:center;padding:8%}.vid .h{font:800 7cqw/1.1 system-ui;text-shadow:0 2px 12px rgba(0,0,0,.35)}.vid .blob{position:absolute;width:55%;aspect-ratio:1;border-radius:50%;background:#ffffff1f;right:-12%;bottom:-25%}.sld{background:#e9e6df;display:grid;place-items:center}.sld .s{width:78%;aspect-ratio:16/9;background:#fff;box-shadow:0 6px 20px #0000002e;padding:6%;color:#1b1b1b;display:flex;flex-direction:column;gap:6%}.sld .s b{font:800 5cqw/1.1 Georgia,serif}.sld .s i{display:block;height:6%;background:var(--c);width:60%;border-radius:2px}.sld .s i+i{width:44%;background:#d8d4cb}.mkt{background:#0e1114;padding:7%;display:flex;flex-direction:column}.mkt .q{font:700 4.8cqw/1.2 system-ui;max-width:80%}.mkt .pct{margin-top:auto;font:800 9cqw/1 system-ui;color:#3bd49a}.mkt .pct small{font-size:12px;color:#9aa3ad;font-weight:600;margin-left:6px}.mkt svg{position:absolute;right:0;bottom:0;width:70%;height:55%}.hor{background:radial-gradient(90% 90% at 30% 20%,#34427a,#0f1530);display:grid;place-items:center;text-align:center}.hor .g{font:400 22cqw/1 Apple Symbols,Segoe UI Symbol,serif;color:#dfe4f3}.hor small{display:block;letter-spacing:.2em;text-transform:uppercase;font-size:3.4cqw;font-weight:700;color:#aeb7da;margin-top:6px}.pnt{background:#fffdf7}.pnt svg{width:100%;height:100%}.site{background:#dce6ec;padding:7% 8% 0}.site .w{height:100%;background:#fff;border-radius:8px 8px 0 0;box-shadow:0 4px 18px #00000026;overflow:hidden;color:#222}.site .bar{height:14%;background:#f1f1f1;display:flex;gap:4px;align-items:center;padding:0 6px}.site .bar i{width:6px;height:6px;border-radius:50%;background:#c9c9c9}.site .hero{padding:6% 8%;font:800 5.2cqw/1.1 Georgia,serif}.site .hero small{display:block;font:500 10px system-ui;color:#777;margin-top:4px}.site .btn{display:inline-block;margin:0 8%;background:var(--c);color:#fff;font:700 3.2cqw system-ui;padding:.4em .9em;border-radius:999px;white-space:nowrap}.site .hero small{font-size:2.8cqw}.watch{display:grid;grid-template-columns:minmax(0,1fr) 402px;gap:24px;padding-top:24px;max-width:1720px}.player{position:relative;aspect-ratio:16/9;max-height:calc(100vh - 200px);width:100%;background:#0b0b0c;border-radius:12px;overflow:hidden;color:#f2f2f3}.player.theater{border-radius:0}.ptop{position:absolute;right:10px;top:10px;display:flex;gap:4px;z-index:5}.ptop button{width:36px;height:36px;border-radius:50%;background:#00000073;display:grid;place-items:center;color:#fff}.ptop svg{width:18px;height:18px}.stage{position:absolute;inset:0 0 52px;display:grid;place-items:center;overflow:hidden;container-type:size}.pbar{position:absolute;left:0;right:0;bottom:0;height:52px;display:flex;align-items:center;gap:10px;padding:0 12px;background:#0b0b0c;border-top:1px solid #222}.pbar button{height:34px;min-width:34px;padding:0 10px;border-radius:999px;display:inline-flex;align-items:center;gap:6px;color:#f2f2f3;font-weight:600;font-size:13px}.pbar button:hover{background:#26262a}.pbar button:disabled{opacity:.35;cursor:default;background:none}.pbar .count{font-size:13px;color:#c9c9ce;font-variant-numeric:tabular-nums}.pbar .sp{flex:1}.pbar .track{flex:1;height:4px;background:#3a3a40;border-radius:2px;position:relative;cursor:pointer}.pbar .track i{position:absolute;left:0;top:0;bottom:0;background:#f2f2f3;border-radius:2px}.pbar .dots{display:flex;gap:5px;flex:1;justify-content:center}.pbar .dots i{width:7px;height:7px;border-radius:50%;background:#4a4a50}.pbar .dots i.on{background:#f2f2f3}.cpage{height:94%;aspect-ratio:3/4;max-width:94%;background:#f6eedc;padding:2.2%;display:grid;gap:2.2%;box-shadow:0 10px 40px #0009}.cpage.l1{grid-template:1fr 1fr / 1fr 1fr}.cpage.l1 .pn:first-child{grid-column:1/3}.cpage.l2{grid-template:1fr 1fr 1fr / 1.2fr 1fr}.cpage.l2 .pn:nth-child(3){grid-row:2/4;grid-column:2}.pn{position:relative;border:2px solid #141414;background:linear-gradient(160deg,var(--a),var(--b));overflow:hidden}.pn .bub{position:absolute;left:6%;top:7%;max-width:74%;background:#fff;color:#141414;font:700 clamp(8px,1vw,12px)/1.2 "Comic Sans MS","Chalkboard SE",sans-serif;padding:5px 8px;border-radius:14px;border:1.5px solid #141414;text-transform:uppercase}.pn .cap{position:absolute;left:0;right:0;bottom:0;background:#f4e2a0;color:#141414;font:700 clamp(8px,.9vw,11px)/1.2 system-ui;padding:4px 6px;border-top:2px solid #141414}.pn .sil{position:absolute;bottom:0;left:var(--x,40%);width:22%;height:58%;background:#0000008c;border-radius:40% 40% 0 0}.cover.big{height:94%}.scard{width:min(560px,88%);max-height:92%;overflow:auto;background:#fbf8f2;color:#1a1a1a;border-radius:18px;padding:clamp(18px,3vw,34px);box-shadow:0 10px 40px #00000080}.scard .k{font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--c)}.scard h2{font:800 clamp(18px,2.4vw,28px)/1.15 Georgia,serif;margin:8px 0 12px}.scard p{font-size:15px;line-height:1.55;color:#333;max-width:60ch}.scard blockquote{margin:14px 0 0;padding-left:12px;border-left:3px solid var(--c);font:italic 15px/1.5 Georgia,serif;color:#444}.scard .why{margin-top:14px;background:#efe9dd;border-radius:10px;padding:10px 12px;font-size:14px}.scard .why b{display:block;font-size:11px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:2px}.slide{width:88%;aspect-ratio:16/9;max-height:92%;background:#fff;color:#1b1b1b;padding:5% 6%;box-shadow:0 10px 40px #00000080;display:flex;flex-direction:column;gap:4%}.slide h2{font:800 clamp(16px,2.6vw,34px)/1.1 Georgia,serif}.slide ul{margin:0;padding-left:1.2em;font-size:clamp(11px,1.3vw,17px);line-height:1.6;color:#333}.slide .rule{height:5px;width:18%;background:var(--c)}.slide.cv{background:var(--c);color:#fff;justify-content:flex-end}.slide.cv h2{font-size:clamp(20px,3.4vw,44px)}.vstage{position:absolute;inset:0 0 52px;display:grid;place-items:center;text-align:center;padding:8%;transition:background 1s}.vstage .h{font:800 clamp(20px,3.4vw,44px)/1.1 system-ui;text-shadow:0 2px 20px rgba(0,0,0,.4);max-width:80%}.vstage .sub{position:absolute;left:50%;bottom:28px;transform:translate(-50%);background:#000000bf;padding:6px 12px;border-radius:6px;font-size:clamp(12px,1.4vw,17px);max-width:86%}.gstart{text-align:center;display:flex;flex-direction:column;align-items:center;gap:14px;padding:20px}.gstart .ic{width:84px;height:84px;border-radius:22px;position:relative;overflow:hidden;container-type:inline-size}.gstart h2{font-size:clamp(20px,2.6vw,30px);font-weight:800}.gstart p{color:#b9b9c0;max-width:46ch}.pill{height:44px;padding:0 26px;border-radius:999px;background:#f2f2f3;color:#131314;font-weight:700;font-size:15px}.pill.ghost{background:#2a2a2e;color:#f2f2f3}.loadbar{width:220px;height:3px;background:#333;border-radius:2px;overflow:hidden}.loadbar i{display:block;height:100%;width:0;background:#f2f2f3;animation:ld 1s ease forwards}@keyframes ld{to{width:100%}}.sud{display:flex;gap:clamp(12px,3vw,32px);align-items:center;flex-wrap:wrap;justify-content:center;padding:10px}.sgrid{display:grid;grid-template-columns:repeat(9,1fr);width:min(88cqh,56cqw,420px);aspect-ratio:1;background:#f4f6fb;border:2px solid #F4F6FB}.sgrid button{border:1px solid #C9CFDF;color:#1e2640;font:600 min(4.6cqh,20px)/1 ui-monospace,Menlo,monospace;background:#fff;padding:0}.sgrid button.gv{background:#e7ebf5;font-weight:800}.sgrid button.bad{color:#cc2f35}.sgrid button.br{border-right:2px solid #1E2640}.sgrid button.bb{border-bottom:2px solid #1E2640}.pad{display:grid;grid-template-columns:repeat(3,min(48px,17cqh));gap:min(8px,2cqh)}.pad button{height:min(48px,17cqh);border-radius:10px;background:#26262a;font:700 18px ui-monospace,Menlo,monospace}.pad button:hover{background:#34343a}.pad .wide{grid-column:span 3;font:600 13px system-ui}.gy{width:min(560px,90%);text-align:center}.gy .m{font:800 clamp(18px,2.6vw,30px)/1.2 Georgia,serif;margin:10px 0 20px}.gy .opts{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.gy .opts button{height:54px;border-radius:12px;background:#2a2a2e;font:800 20px Georgia,serif}.gy .opts button.ok{background:#0a7a58}.gy .opts button.no{background:#a3232a}.gy .step{color:#9a9aa1;font-size:13px;letter-spacing:.1em;text-transform:uppercase}.mk{width:min(640px,92%);display:flex;flex-direction:column;gap:14px}.mk .top2{display:flex;align-items:baseline;gap:10px}.mk .top2 b{font-size:clamp(28px,4vw,44px);color:#3bd49a}.mk .top2 span{color:#9aa3ad}.mk svg{width:100%;height:auto}.mk .yn{display:grid;grid-template-columns:1fr 1fr;gap:10px}.mk .yn button{height:48px;border-radius:12px;font-weight:800;font-size:16px}.mk .y{background:#0a7a58;color:#fff}.mk .n{background:#a3232a;color:#fff}.hr{width:min(620px,92%);max-height:92%;overflow:auto;padding:4px}.hr .g{font:400 54px/1 Apple Symbols,Segoe UI Symbol,serif;color:#dfe4f3}.hr h2{font:800 26px/1.2 Georgia,serif;margin:6px 0 10px}.hr p{color:#d0d4e4;font-size:16px;line-height:1.6;max-width:60ch}.hr dl{display:grid;grid-template-columns:auto 1fr;gap:6px 16px;margin:18px 0 0;font-size:14px}.hr dt{color:#8f97ba;font-weight:700;text-transform:uppercase;letter-spacing:.1em;font-size:11px;padding-top:3px}.hr dd{margin:0}.upnext{position:absolute;inset:0;z-index:8;background:#000000d1;display:grid;place-items:center;text-align:center;padding:16px}.upnext .in{display:flex;flex-direction:column;align-items:center;gap:12px;max-width:420px;width:100%}.upnext .done{font-weight:700;color:#3bd49a;font-size:14px}.upnext .lbl{color:#b9b9c0;font-size:13px}.upnext .un{display:flex;gap:12px;align-items:center;text-align:left;background:#1e1e21;border-radius:12px;padding:8px;width:100%}.upnext .un .thumb{width:132px;flex:none;border-radius:8px}.upnext .un h3{font-size:15px;font-weight:700;line-height:1.25}.upnext .un p{color:#a9a9af;font-size:12px;margin-top:2px}.upnext .ring{width:56px;height:56px}.upnext .ring circle{fill:none;stroke-width:4}.upnext .row{display:flex;gap:10px}.below h1{font-size:20px;font-weight:700;line-height:28px;margin:12px 0 10px}.owner{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.owner .who{display:flex;align-items:center;gap:12px;margin-right:8px}.owner .who b{display:block;font-size:16px}.owner .who small{color:var(--muted);font-size:12px}.openapp{height:36px;padding:0 16px;border-radius:999px;background:var(--primary);color:var(--primary-text);font-weight:600}.acts{margin-left:auto;display:flex;gap:8px;flex-wrap:wrap}.act{height:36px;padding:0 14px;border-radius:999px;background:var(--surface);display:inline-flex;align-items:center;gap:6px;font-weight:600}.act:hover{background:var(--surface-hi)}.act svg{width:20px;height:20px}.act[aria-pressed=true]{background:var(--primary);color:var(--primary-text)}.desc{margin-top:12px;background:var(--surface);border-radius:12px;padding:12px;font-size:14px;line-height:20px}.desc b{font-weight:700}.desc .tags{color:var(--accent);font-weight:600;margin-left:6px}.rail .chips{position:static;padding-top:0}.rail-h{display:flex;align-items:center;justify-content:space-between;margin:0 0 12px}.rail-h h3{font-size:16px;font-weight:700}.tog{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:13px;font-weight:600}.tog i{width:34px;height:20px;border-radius:999px;background:var(--surface-hi);position:relative;transition:background .2s}.tog i:after{content:"";position:absolute;left:3px;top:3px;width:14px;height:14px;border-radius:50%;background:var(--bg);transition:left .2s}.tog[aria-pressed=true] i:after{left:17px}.rlist{display:flex;flex-direction:column;gap:8px}.row-card{display:flex;gap:8px;cursor:pointer;border-radius:10px;padding:2px}.row-card .thumb{width:168px;flex:none;border-radius:8px}.row-card h3{font-size:14px;font-weight:600;line-height:20px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.row-card p{color:var(--muted);font-size:12px;line-height:18px}.row-card .nx{display:inline-block;background:var(--accent-soft);color:var(--accent);font-weight:700;font-size:11px;padding:1px 6px;border-radius:4px;margin-top:3px}.rgrid{display:grid;grid-template-columns:1fr 1fr;gap:18px 10px}.rgrid .tall .go{display:none}.toast{position:fixed;left:16px;bottom:16px;z-index:60;background:var(--primary);color:var(--primary-text);padding:12px 16px;border-radius:10px;font-weight:600;box-shadow:var(--shadow);max-width:calc(100% - 32px)}@media(max-width:1100px){.watch{grid-template-columns:1fr}.rgrid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}@media(max-width:860px){.side{position:fixed;left:0;top:56px;z-index:40;background:var(--bg);box-shadow:var(--shadow);transform:translate(-105%);transition:transform .2s}.side.open{transform:none}.scrim{position:fixed;inset:56px 0 0;z-index:35;background:var(--scrim)}.main{padding:0 16px 40px}.create span,.logo .wm{display:none}.search button{width:48px}}@media(max-width:700px){.player.fit{aspect-ratio:auto;max-height:none;min-height:56vw}.player.fit .stage{position:relative;inset:auto;container-type:normal;padding:52px 12px 20px;min-height:56vw}.player.fit .pbar{position:relative}.player.fit .sgrid{width:min(100%,420px)}.player.fit .sgrid button{font-size:clamp(13px,4.4vw,20px)}.player.fit .pad{grid-template-columns:repeat(5,1fr);width:min(100%,420px)}.player.fit .pad button{height:44px}.player.fit .pad .wide{grid-column:span 5}.player.fit .sud{flex-direction:column;width:100%}.player.fit .scard,.player.fit .mk,.player.fit .hr,.player.fit .gy{width:100%;max-height:none}}@media(max-width:560px){.grid{grid-template-columns:1fr}.search input{display:none}.search{flex:0 0 auto;margin:0 0 0 auto}.search button{border-radius:50%;border:0;background:none;width:40px}.top.searching>:not(.search){display:none}.top.searching .search{flex:1}.top.searching .search input{display:block}.top.searching .search button{border-radius:0 999px 999px 0;border:1px solid var(--border);background:var(--surface);width:48px}.top{gap:6px;padding:0 8px}.create{padding:0 10px}.row-card .thumb{width:140px}.acts{margin-left:0}.pbar .count{display:none}.sud{flex-direction:column}}@media(prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}.art img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.coverwide{background:#141414}.coverwide .blur{filter:blur(18px) brightness(.55);transform:scale(1.2)}.coverwide .page{position:absolute;left:50%;top:6%;height:88%;width:auto;transform:translate(-50%);object-fit:contain;box-shadow:0 4px 18px #00000080}.mkt .mkbg{opacity:.28}.mkt .q,.mkt .pct{position:relative}.upnext .un{color:inherit;font:inherit;border:0;cursor:pointer;width:100%}.upnext .un .thumb{position:relative}a{color:inherit;text-decoration:none}a.card,a.tall,a.row-card{display:block}a.row-card{display:flex}.linkish{color:var(--accent);font-weight:600}.page{padding-block:24px}.page h1{font-size:28px;letter-spacing:-.01em;margin-bottom:6px}.page .sub{color:var(--muted);margin-bottom:20px}.skel{background:var(--surface);border-radius:12px;animation:pulse 1.2s ease-in-out infinite}@keyframes pulse{50%{opacity:.55}}.err{padding:48px 0;text-align:center;color:var(--muted);display:grid;gap:12px;justify-items:center}.btn{height:36px;padding:0 16px;border-radius:999px;background:var(--primary);color:var(--primary-text);font-weight:600;display:inline-flex;align-items:center;gap:8px}.btn.ghost{background:var(--surface);color:var(--text)}.signin{height:36px;padding:0 14px 0 10px;border-radius:999px;border:1px solid var(--border);display:inline-flex;align-items:center;gap:6px;color:var(--accent);font-weight:600}.acct{position:absolute;right:16px;top:52px;background:var(--panel);border-radius:12px;box-shadow:var(--shadow);border:1px solid var(--border);min-width:240px;padding:8px 0;z-index:50}.acct .who{padding:10px 16px 12px;border-bottom:1px solid var(--border);margin-bottom:6px}.acct .who b{display:block}.acct .who small{color:var(--muted)}.acct button,.acct a{display:flex;gap:12px;align-items:center;width:100%;padding:9px 16px;text-align:left}.acct button:hover,.acct a:hover{background:var(--surface)}.me{overflow:hidden;border:0;cursor:pointer}.channel{display:flex;gap:20px;align-items:center;padding:24px 0 8px;flex-wrap:wrap}.channel .big{width:96px;height:96px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:40px;font-weight:800;flex:none;overflow:hidden;position:relative}.channel .big img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.channel h1{font-size:30px;margin:0}.channel p{color:var(--muted);max-width:70ch}.banner-hero{aspect-ratio:6/1;border-radius:16px;overflow:hidden;position:relative;margin-top:16px;max-width:100%}.banner-hero img{width:100%;height:100%;object-fit:cover}.privatepanel{position:absolute;inset:0;display:grid;place-items:center;text-align:center;padding:24px;background:linear-gradient(135deg,var(--a),var(--b))}.privatepanel .in{max-width:480px;display:grid;gap:12px;justify-items:center;color:#fff}.privatepanel h2{font-size:26px}.privatepanel p{opacity:.9}.stores{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.stores a{height:44px;padding:0 18px;border-radius:12px;background:#0d0d0d;color:#fff;display:inline-flex;align-items:center;font-weight:700}.loginpage{max-width:420px;margin:48px auto;display:grid;gap:14px;text-align:center}.loginpage h1{font-size:28px}.loginpage p{color:var(--muted)}.gbtn{height:48px;border-radius:999px;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;gap:10px;font-weight:600;font-size:15px;background:var(--bg)}.gbtn:hover{background:var(--surface)}.field{display:grid;gap:6px;text-align:left}.field input{height:44px;border-radius:10px;border:1px solid var(--border);background:var(--bg);color:var(--text);padding:0 12px;font:inherit;font-size:15px}.or{color:var(--faint);font-size:13px;display:flex;align-items:center;gap:10px}.or:before,.or:after{content:"";flex:1;height:1px;background:var(--border)}.formerr{color:#d92d33;font-size:14px}.pageimg{max-height:94%;max-width:94%;object-fit:contain;box-shadow:0 10px 40px #0009;background:#fff}video.vid{width:100%;height:100%;background:#000;display:block}.iframe{width:100%;height:100%;border:0;background:#fff}.nav.on{background:var(--surface);font-weight:700}.side.mini .nav.on{font-weight:600}.menu a{display:flex;gap:12px;align-items:center;width:100%;padding:9px 16px}.menu a:hover{background:var(--surface)}.menu-h{padding:4px 16px 8px;color:var(--muted);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.legal{color:var(--faint);font-size:12px;padding:16px 12px;line-height:1.5}.me{font-weight:700}.scrim{position:fixed;inset:56px 0 0;z-index:35;background:var(--scrim)}.side.open{position:fixed;left:0;top:56px;z-index:40;background:var(--bg);box-shadow:var(--shadow);transform:none;height:calc(100vh - 56px);height:calc(100dvh - 56px)}@media(max-width:560px){.signin-l{display:none}.signin{padding:0 8px;border:0}}.chip{display:inline-flex;align-items:center}@keyframes draw{to{stroke-dashoffset:0}}.pageimg.comicpage{background:#f6eedc}.paintview{width:100%;height:100%;display:grid;place-items:center}.paintview svg{height:94%;max-width:94%}.art.pnt svg{position:absolute;inset:0;width:100%;height:100%}.art.pnt{background:#fffdf7}.gmsg{color:#c9c9ce;max-width:40ch;text-align:center;padding:16px}.ytlink{display:inline-flex;align-items:center;gap:6px;margin-top:14px;color:#7a4a86;font-weight:700;font-size:14px}.dl{position:absolute;right:12px;top:12px;z-index:6;height:34px;padding:0 14px;border-radius:999px;background:#ffffffeb;color:#131314;font-weight:700;font-size:13px;display:inline-flex;align-items:center}.sheettabs .dl,.doc .dl{position:static;background:#26262a;color:#f2f2f3}.docscroll{place-items:start center;overflow:auto;padding:24px 16px}.doc{background:#fbf8f2;color:#1a1a1a;max-width:720px;width:100%;border-radius:12px;padding:clamp(20px,4vw,48px);line-height:1.6}.doc h1{font:800 clamp(22px,3vw,32px)/1.15 Georgia,serif;margin:0 0 18px}.doc h2{font:700 19px/1.3 Georgia,serif;margin:22px 0 6px}.doc p{margin:0 0 10px;color:#333}.doc ul{margin:6px 0 10px;padding-left:1.2em;color:#333}.sheetwrap{display:flex;flex-direction:column;place-items:stretch;align-items:stretch;background:#f4f4f4}.sheettabs{display:flex;gap:6px;padding:10px 12px;background:#1e1e21;overflow-x:auto;align-items:center;flex:none}.sheettabs button{height:32px;padding:0 12px;border-radius:8px;background:#2a2a2e;color:#f2f2f3;font-weight:600;font-size:13px;white-space:nowrap}.sheettabs button[aria-selected=true]{background:#f2f2f3;color:#131314}.sheettabs .dl{margin-left:auto}.sheetscroll{flex:1;overflow:auto;background:#fff}table.sheet{border-collapse:collapse;font-size:13px;color:#1a1a1a;min-width:100%}table.sheet th,table.sheet td{border:1px solid #E1E1E1;padding:6px 10px;text-align:left;vertical-align:top;max-width:320px}table.sheet th{background:#f1f4f2;position:sticky;top:0;font-weight:700;color:#17795f}table.sheet td.num{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.sitewrap{background:#fff;place-items:stretch}.slide ul{max-height:62%;overflow:auto}.seg3{display:flex;gap:6px;background:#1e1e21;padding:4px;border-radius:999px}.seg3 button{height:36px;padding:0 16px;border-radius:999px;color:#f2f2f3;font-weight:600}.seg3 button[aria-checked=true]{background:#f2f2f3;color:#131314}a.pill{display:inline-flex;align-items:center;justify-content:center}.sgrid button.same{background:#dce6ff}.sgrid button.sel{background:#ffe69a}.pad button:disabled{opacity:.3;cursor:default}.pbar .hint{color:#8b8b92;font-size:12px}.ws{display:flex;gap:clamp(12px,3vw,32px);align-items:center;justify-content:center;flex-wrap:wrap;padding:8px;width:100%}.wsgrid{display:grid;width:min(86cqh,58cqw,440px);aspect-ratio:1;background:#0f4f3e;border-radius:12px;padding:6px;touch-action:none;user-select:none;-webkit-user-select:none}.wsgrid span{display:grid;place-items:center;font:700 min(3.6cqh,18px)/1 ui-monospace,Menlo,monospace;color:#cfe9df;border-radius:6px;cursor:pointer}.wsgrid span.f{background:#f7c54859;color:#fff}.wsgrid span.d{background:#f7c548;color:#0f4f3e}.wsgrid span.a{outline:2px solid #F7C548}.wsgrid.shake{animation:shake .3s}@keyframes shake{25%{transform:translate(-5px)}75%{transform:translate(5px)}}.wslist{min-width:160px;color:#f2f2f3}.wstheme{font-weight:800;font-size:16px;margin-bottom:8px}.wslist ul{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:4px 16px;font-size:14px;text-transform:uppercase;letter-spacing:.04em}.wslist li.got{text-decoration:line-through;color:#6fcfa4}.gy .opts button:disabled{cursor:default}.gyclue{color:#b9b9c0;margin:-10px 0 16px}.gynote{margin-top:16px;display:grid;gap:12px;justify-items:center;color:#d0d0d6;font-size:14px;max-width:52ch;margin-inline:auto}.gynote b{color:#fff;display:block}.gyrecap{text-align:left;color:#d0d0d6;font-size:14px;display:grid;gap:6px;margin:0 0 18px;padding-left:1.2em}.gyrecap b{color:#fff}.gyrecap span{color:#8b8b92}.flower-game,.gw{display:flex;gap:clamp(16px,4vw,48px);align-items:center;justify-content:center;flex-wrap:wrap;width:100%;padding:8px;color:#f2f2f3}.fl-left,.gw-left{display:flex;flex-direction:column;align-items:center;gap:10px}.fl-word{font:800 26px/1.2 system-ui;letter-spacing:.08em;min-height:32px}.fl-word .ph{color:#6b6b72;font-weight:600;font-size:15px;letter-spacing:0}.fl-note{font-size:13px;font-weight:700;min-height:18px}.good{color:#3bd49a}.bad{color:#ff6b70}.fl-flower{position:relative;width:min(58cqh,240px);aspect-ratio:1}.fl-flower button{position:absolute;width:26%;aspect-ratio:1;border-radius:50%;background:#f8d7df;color:#6e2338;font:800 min(5cqh,24px)/1 system-ui}.fl-flower button.c{left:37%;top:37%;background:#f7c548;color:#3b2708}.fl-actions{display:flex;gap:8px}.fl-actions button{height:40px;padding:0 16px;border-radius:999px;background:#2a2a2e;font-weight:600;color:#f2f2f3}.fl-actions button.primary{background:#f2f2f3;color:#131314}.fl-actions button:disabled{opacity:.4}.fl-right{min-width:200px;max-width:280px;max-height:100%;overflow:auto}.fl-right h4{margin:12px 0 4px;font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#8b8b92}.fl-rank{font-size:15px}.fl-count{color:#a9a9af;font-size:13px;margin-top:2px}.fl-found{list-style:none;padding:0;margin:8px 0 0;display:flex;flex-wrap:wrap;gap:6px}.fl-found li{background:#26262a;border-radius:6px;padding:2px 8px;font-size:13px}.fl-found small{color:#3bd49a}.lb{margin:0;padding-left:1.2em;font-size:13px;display:grid;gap:2px}.lb li span{display:inline-block;min-width:120px}.gwgrid{display:grid;grid-template-columns:repeat(5,1fr);gap:6px;width:min(60cqh,300px)}.gwgrid button{aspect-ratio:1;border-radius:10px;background:#e8e9ff;color:#2b2d8c;font:800 min(5cqh,22px)/1 system-ui}.gwgrid button.on{background:#f7c548;color:#3b2708}.gwgrid.off{opacity:.4;pointer-events:none}.chain{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px;width:min(520px,100%);color:#f2f2f3}.chain .link{min-width:140px;text-align:center;padding:8px 16px;border-radius:999px;font:800 15px/1 system-ui;letter-spacing:.08em;border:2px dashed #4A4A50;color:#8b8b92}.chain .link.end{background:#f2f2f3;color:#1d4e7e;border:0}.chain .link.got{background:#1d4e7e;color:#fff;border:0}.chain .link.now{border-color:#f7c548;color:#f7c548}.chainstep{display:flex;flex-direction:column;align-items:center;gap:4px}.chainstep .clue{font-size:13px;color:#a9a9af;min-height:0;text-align:center;max-width:44ch}.chainopts{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap;justify-content:center}.chainopts button{height:46px;padding:0 20px;border-radius:12px;background:#2a2a2e;color:#f2f2f3;font:800 15px system-ui;letter-spacing:.06em}.chainopts button.no{background:#a3232a;opacity:.7}.mk .yn a,.mk .yn button{height:48px;border-radius:12px;font-weight:800;font-size:16px;display:grid;place-items:center;color:#fff}.mk .yn .ghostbtn{background:#2a2f36}.mk .yn button:disabled{opacity:.5}.mkline{color:#aeb6bf;font-size:14px}.mkline.good{color:#3bd49a}.mkline.bad{color:#ff6b70}.mkrule{color:#8b949e;font-size:13px;line-height:1.5}.mkrule b{color:#c9d1d9}.mk{max-height:100%;overflow:auto;padding:12px 0}.betbox{display:grid;gap:10px}.betrow{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#f2f2f3;font-weight:700}.stepper{display:flex;align-items:center;background:#1b2027;border-radius:12px;overflow:hidden}.stepper button{width:40px;height:40px;font-size:20px;color:#f2f2f3}.stepper input{width:64px;height:40px;background:transparent;border:0;color:#f2f2f3;text-align:center;font:700 16px system-ui}.notice{background:var(--surface);border-radius:14px;padding:18px 20px;margin:12px 0 24px;display:grid;gap:8px;justify-items:start;max-width:760px}.notice h2{font-size:18px}.notice p{color:var(--muted);line-height:1.55}.secth{font-size:20px;margin:8px 0 4px}@media(max-width:700px){.player.fit .ws{flex-direction:column}.player.fit .wsgrid{width:min(100%,420px)}.player.fit .wsgrid span{font-size:clamp(13px,4vw,18px)}.player.fit .fl-flower{width:min(72vw,260px)}.player.fit .fl-flower button{font-size:clamp(16px,5vw,24px)}.player.fit .gwgrid{width:min(86vw,320px)}.player.fit .gwgrid button{font-size:clamp(16px,5vw,22px)}.player.fit .flower-game,.player.fit .gw{flex-direction:column}.player.fit .fl-right{max-width:none;width:100%}.player.fit .sheetwrap{min-height:70vh}.player.fit .sitewrap{min-height:75vh}.player.fit .docscroll{padding:12px 0}.player.fit .gy .opts{grid-template-columns:1fr!important}}:root{--bg:#FBFAF7;--surface:#F1EFEA;--surface-hi:#E6E3DC;--border:#E4E0D8;--text:#17150F;--muted:#5E5A51;--faint:#77726A;--primary:#17150F;--primary-text:#FBFAF7;--accent:#0E8F70;--accent-soft:rgba(16,163,127,.12);--panel:#FFFFFF;--shadow:0 10px 30px rgba(40,32,20,.12);--lift:0 14px 28px -12px rgba(40,32,20,.35);--display:"Bricolage Grotesque",ui-sans-serif,-apple-system,"Segoe UI",sans-serif}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#12110F;--surface:#1D1B18;--surface-hi:#2A2824;--border:#2C2A26;--text:#F3F1EC;--muted:#A9A49A;--faint:#8C877E;--primary:#F3F1EC;--primary-text:#12110F;--accent:#2DD4A7;--accent-soft:rgba(45,212,167,.14);--panel:#1D1B18;--shadow:0 10px 30px rgba(0,0,0,.5);--lift:0 16px 30px -12px rgba(0,0,0,.8);color-scheme:dark}}:root[data-theme=dark]{--bg:#12110F;--surface:#1D1B18;--surface-hi:#2A2824;--border:#2C2A26;--text:#F3F1EC;--muted:#A9A49A;--faint:#8C877E;--primary:#F3F1EC;--primary-text:#12110F;--accent:#2DD4A7;--accent-soft:rgba(45,212,167,.14);--panel:#1D1B18;--shadow:0 10px 30px rgba(0,0,0,.5);--lift:0 16px 30px -12px rgba(0,0,0,.8);color-scheme:dark}.top{height:64px;gap:14px;border-bottom:1px solid transparent}.logo{font-family:var(--display);font-weight:800;font-size:22px;letter-spacing:-.03em;gap:10px}.logo .mk{width:30px;height:30px;border-radius:9px;font-family:var(--display);font-weight:800;font-size:20px;line-height:1;padding-bottom:3px;background:#10a37f;color:#fff}.search{position:relative;height:42px;max-width:620px}.search input{border-radius:999px;border:1px solid var(--border);border-right:1px solid var(--border);background:var(--surface);padding:0 48px 0 20px;transition:background .15s,border-color .15s,box-shadow .15s}.search input:focus{outline:none;background:var(--bg);border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.search button{position:absolute;right:4px;top:4px;width:34px;height:34px;border:0;border-radius:50%;background:transparent;color:var(--muted)}.search button:hover{background:var(--surface-hi);color:var(--text)}.create{height:38px;background:var(--primary);color:var(--primary-text);padding:0 16px 0 12px}.create:hover{background:var(--primary);opacity:.88}.me{background:linear-gradient(140deg,#0e8f70,#6b4fd0)}.signin{color:var(--text);border-color:var(--border);height:38px}.signin:hover{background:var(--surface)}.chips,.side{top:64px}.side{height:calc(100vh - 64px)}.scrim,.side.open{top:64px}.side.open{height:calc(100dvh - 64px)}.nav{border-radius:12px}.nav.on{background:var(--accent-soft);color:var(--text)}.nav.on svg{color:var(--accent)}.side h4{font-family:var(--display);font-size:15px;letter-spacing:-.01em}.nav .ap{border-radius:7px}.side.mini .nav.on{background:transparent}.side.mini .nav.on svg{background:var(--accent-soft);border-radius:10px;padding:3px;width:32px;height:30px}.chips{gap:8px;padding:14px 0 12px}.chip{height:34px;padding:0 14px;border-radius:999px;background:transparent;border:1px solid var(--border);font-weight:600;color:var(--text)}.chip:hover{background:var(--surface);border-color:var(--surface-hi)}.chip[aria-pressed=true]{background:var(--primary);color:var(--primary-text);border-color:var(--primary)}.grid{gap:36px 20px}.card{border-radius:16px;transition:none}.card:hover{background:transparent;box-shadow:none}.card .thumb,.row-card .thumb{border-radius:14px;box-shadow:0 0 0 1px #0000000a}.card .thumb .art,.row-card .thumb .art{transition:transform .35s cubic-bezier(.2,.7,.2,1)}.card .thumb,.row-card .thumb,.tall .frame{transition:transform .25s cubic-bezier(.2,.7,.2,1),box-shadow .25s}.card:hover .thumb,.tall:hover .frame{transform:translateY(-3px);box-shadow:var(--lift)}.card:hover .thumb .art,.row-card:hover .thumb .art{transform:scale(1.035)}.card:focus-visible .thumb{outline:3px solid var(--accent);outline-offset:3px}.cmeta{gap:12px;padding-top:12px}.cmeta h3{font-size:15.5px;line-height:21px;font-weight:650;letter-spacing:-.005em}.cmeta p{font-size:13.5px;line-height:19px}.cmeta p:first-of-type{color:var(--text);opacity:.8;font-weight:500}.av{border-radius:10px;overflow:hidden;position:relative;box-shadow:0 0 0 1px #0000000f}.av img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.kebab{color:var(--muted)}.ttag{position:absolute;left:10px;top:10px;z-index:2;display:inline-flex;align-items:center;gap:6px;height:22px;padding:0 9px 0 7px;border-radius:999px;background:#12110fb8;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);color:#fff;font:700 11px/1 var(--display);letter-spacing:.02em}.ttag:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--t);box-shadow:0 0 0 2px #ffffff40}.ttag.live{background:#d63a3f}.ttag.live:before{background:#fff;animation:blink 1.4s ease-in-out infinite}@keyframes blink{50%{opacity:.3}}.badge{right:10px;bottom:10px;border-radius:6px;background:#12110fc7;backdrop-filter:blur(6px);font-weight:600}.badge.today{background:var(--accent);color:#06261d;left:auto}.row-card .ttag{height:18px;font-size:10px;left:6px;top:6px;padding:0 7px 0 5px}.row-card .ttag:before{width:6px;height:6px}.row-card{border-radius:12px;padding:4px;gap:10px}.row-card:hover{background:var(--surface)}.row-card h3{font-weight:650}.shelf{border:0;margin:12px 0 36px;padding:22px 22px 24px;border-radius:24px;background:linear-gradient(160deg,var(--surface) 0%,transparent 90%);box-shadow:inset 0 0 0 1px var(--border)}.shelf-h h2{font-family:var(--display);font-size:24px;font-weight:750;letter-spacing:-.02em}.shelf-h p{font-size:13px}.shelf-h .va{border-color:var(--border);background:var(--bg);display:inline-flex;align-items:center}.shelf-h .va:hover{border-color:var(--accent);color:var(--accent)}.tall .frame{border:0;border-radius:16px;box-shadow:0 0 0 1px #0000000f}.tall .go{background:#fffffff0;font-family:var(--display);font-weight:700;display:grid;place-items:center;margin-top:-46px}.tall h3{font-weight:650}.tall .ttag{top:8px;left:8px}.watch{gap:28px}.player{border-radius:18px;box-shadow:0 0 0 1px #00000014,0 20px 50px -24px #0009}.below h1{font-family:var(--display);font-size:24px;line-height:30px;font-weight:750;letter-spacing:-.02em;margin:16px 0 12px}.owner .who b{font-family:var(--display);font-weight:700;letter-spacing:-.01em}.openapp{background:var(--primary);display:inline-flex;align-items:center}.act{background:var(--surface);border:1px solid var(--border)}.act[aria-pressed=true]{background:var(--accent-soft);color:var(--accent);border-color:transparent}.desc{border-radius:16px;background:var(--surface);border:1px solid var(--border);padding:14px 16px}.desc .tags{color:var(--accent)}.rail-h h3{font-family:var(--display);font-size:18px;letter-spacing:-.01em}.tog[aria-pressed=true] i{background:var(--accent)}.page h1,.channel h1,.loginpage h1{font-family:var(--display);letter-spacing:-.025em;font-weight:800}.secth,.notice h2{font-family:var(--display);letter-spacing:-.015em}.channel .big,.banner-hero{border-radius:24px}.notice{border-radius:18px;border:1px solid var(--border)}.btn{font-family:var(--display);font-weight:700}.toast{border-radius:14px;font-weight:600}.empty{font-size:15px}.stage>img.pageimg{position:absolute;inset:12px;width:calc(100% - 24px);height:calc(100% - 24px);max-width:none;max-height:none;object-fit:contain;background:transparent;box-shadow:none;filter:drop-shadow(0 10px 28px rgba(0,0,0,.55))}.pageimg.comicpage{background:transparent}.card:focus-within .kebab,.card .kebab:focus-visible{opacity:1}@media(hover:none){.kebab{opacity:1}}.kebab{width:32px;height:32px}.top{background:color-mix(in srgb,var(--bg) 78%,transparent);backdrop-filter:saturate(1.4) blur(16px);-webkit-backdrop-filter:saturate(1.4) blur(16px);border-bottom:1px solid color-mix(in srgb,var(--border) 70%,transparent)}.chips{background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.side.mini{width:84px;padding:12px 10px}.side.mini{background:transparent}.side.mini .nav{height:64px;padding:10px 0 8px;margin-bottom:6px;border-radius:18px;font-size:10.5px;font-weight:600;color:var(--muted)}.side.mini .nav:hover{background:var(--surface);color:var(--text)}.side.mini .nav.on{background:var(--surface);color:var(--text);box-shadow:inset 0 0 0 1px var(--border)}.side.mini .nav.on svg{background:none;padding:0;width:24px;height:24px;color:var(--accent)}@media(min-width:861px){.side.mini{position:sticky;top:76px;height:auto;margin:0 0 0 12px;align-self:flex-start;border-radius:24px;background:var(--surface);box-shadow:inset 0 0 0 1px var(--border);padding:8px}.side.mini .nav{margin-bottom:4px}.side.mini .nav:last-child{margin-bottom:0}.side.mini .nav.on{background:var(--bg)}}.greet{padding:22px 0 4px}.greet h1{font-family:var(--display);font-size:clamp(26px,3.2vw,36px);font-weight:800;letter-spacing:-.03em;line-height:1.05}.greet p{color:var(--muted);margin-top:6px;font-size:14.5px}.cmeta{display:flex;gap:8px;padding:12px 2px 0}.cbody{flex:1;min-width:0;display:grid;gap:6px}.cbody h3{margin:0}.capp{display:inline-flex;align-items:center;gap:7px;justify-self:start;max-width:100%;height:24px;padding:0 10px 0 3px;border-radius:999px;background:var(--surface);border:1px solid var(--border);font-size:12.5px;font-weight:600;color:var(--text)}.capp span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.capp .av{border-radius:999px;box-shadow:none;flex:none}.cbody p{color:var(--muted);font-size:13px;line-height:18px}.cmeta p:first-of-type{opacity:1;font-weight:400;color:var(--muted)}.logo svg.mk{width:30px;height:30px;padding:0;background:none;display:block;flex:none}
