:root{--bg:#030303;--card:#09090a;--hover:#101012;--pink:#ff287c;--text:#fff;--muted:#929297;--line:#29292d;--green:#27d980}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,"Noto Sans SC",Arial,sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font:inherit}.page{width:min(560px,calc(100% - 28px));margin:auto}.mini-header{display:none}.brand-icon{width:31px;height:31px;position:relative;display:inline-block;transform:skew(-8deg)}.brand-icon i{position:absolute;width:13px;height:28px;border-radius:2px}.brand-icon i:first-child{left:1px;bottom:0;background:#fff;clip-path:polygon(0 0,100% 0,100% 58%,0 100%)}.brand-icon i:last-child{right:1px;top:0;background:var(--pink);clip-path:polygon(0 42%,100% 0,100% 100%,0 100%)}
.hero{height:320px;position:relative;overflow:hidden;background:#080808}.hero>img{position:absolute;inset:0 0 0 34%;width:66%;height:100%;object-fit:cover;object-position:center 28%;filter:saturate(.76) contrast(1.04)}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,#050505 0%,#050505 31%,rgba(5,5,5,.79) 52%,rgba(5,5,5,.08) 100%),linear-gradient(0deg,rgba(3,3,3,.25),transparent 55%)}.hero-copy{position:absolute;z-index:2;left:34px;top:50%;transform:translateY(-50%)}.hero-brand{display:flex;align-items:center;gap:11px}.hero-brand>b{font-size:22px;letter-spacing:2px}.hero h1{font-size:39px;line-height:1.08;letter-spacing:-2px;margin:34px 0 10px;max-width:230px}.hero-copy p{font-size:11px;color:var(--muted);margin:0}.hero-domain{position:absolute;right:18px;bottom:15px;font-size:9px;color:rgba(255,255,255,.65)}
.featured{width:500px;max-width:100%;margin:22px auto 0}.section-title{display:flex;align-items:end;justify-content:space-between;margin-bottom:13px}.section-title h2{font-size:15px;margin:0}.section-title p{font-size:9px;color:#777;margin:0}.cards{display:grid;grid-template-columns:1fr;gap:12px}.recommendation{display:block;min-height:84px;padding:15px 16px;border:1px solid var(--pink);border-radius:11px;background:var(--card);transition:background .18s}.recommendation:hover{background:var(--hover)}.recommendation--featured{min-height:84px}.card-head{display:flex;align-items:center;gap:8px}.card-head>b{font-size:14px}.card-head>i{font-style:normal;font-size:9px;color:#aaa;padding:4px 8px;border-radius:5px;background:#18181b}.recommendation--featured .card-head>i{color:#ff9dbf;background:#2c0d19}.card-body{display:flex;align-items:end;justify-content:space-between;margin-top:7px}.card-body>span{display:flex;flex-direction:column;gap:3px}.card-body strong,.recommendation--featured .card-body strong,.recommendation--disabled .card-body strong{font-size:13px;font-weight:500;letter-spacing:0;color:#aaa}.card-body small{font-size:8px;color:#666}.card-body em{font-style:normal;font-size:9px;color:#777;background:none;min-width:0;height:auto;padding:0}.recommendation--featured .card-body em{color:var(--pink);background:none;font-weight:600}.recommendation--disabled{opacity:.72;cursor:default}
.actions{width:500px;max-width:100%;display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:14px auto 0}.actions button{height:60px;padding:0 18px;border:1px solid var(--line);border-radius:10px;background:#0b0b0d;color:#fff;display:flex;align-items:center;justify-content:center;text-align:left;cursor:pointer}.actions button:hover{background:#111113}.action-icon{width:25px;height:25px;display:grid;place-items:center;margin-right:9px}.action-icon svg{width:19px;fill:none;stroke:currentColor;stroke-width:1.6}.actions button>span:last-child{display:flex;flex-direction:column;gap:2px}.actions b{font-size:11px}.actions small{font-size:8px;color:#777}
.information-grid{width:500px;max-width:100%;display:grid;grid-template-columns:1fr;gap:13px;margin:22px auto 0}.announcement{height:88px;padding:0 18px;border:1px solid var(--line);border-radius:12px;background:linear-gradient(90deg,#0a0a0b,#10070b);color:#fff;display:flex;align-items:center;text-align:left;cursor:pointer}.announcement-copy{display:flex;flex-direction:column;gap:4px}.announcement-copy small{font-size:9px;color:#aaa}.announcement-copy b{font-size:12px}.announcement-copy em{font-style:normal;color:var(--pink)}.announcement-copy>span{font-size:8px;color:#777}.announcement-action{margin-left:auto;font-size:9px;color:var(--pink)}.notice{padding:18px;border:1px solid #1d1d20;border-radius:10px;background:#080809;display:grid;grid-template-columns:auto 1fr;gap:13px}.notice-icon{font-size:15px;color:var(--pink)}.notice h2{font-size:11px;margin:0 0 6px}.notice p{font-size:8px;line-height:1.75;color:#777;margin:0}.notice strong{color:#aaa}
.shortcut-nav{width:500px;max-width:100%;display:grid;grid-template-columns:repeat(5,1fr);gap:6px;margin:31px auto 33px}.shortcut-nav a,.shortcut-nav button{display:flex;flex-direction:column;align-items:center;gap:7px;border:0;background:none;color:#fff;padding:0;cursor:pointer}.shortcut-nav span{width:48px;height:48px;border:1px solid #343438;border-radius:50%;display:grid;place-items:center}.shortcut-nav svg{width:19px;fill:none;stroke:currentColor;stroke-width:1.7}.shortcut-nav b{font-size:9px;white-space:nowrap}.shortcut-nav a:hover span,.shortcut-nav button:hover span{color:var(--pink);border-color:var(--pink)}.footer{width:500px;max-width:100%;margin:auto;padding:24px 0 36px;text-align:center;border-top:1px solid #1c1c1f}.footer-brand{display:flex;justify-content:center;align-items:baseline;gap:8px}.footer-brand b{font-size:14px}.footer-brand b span{color:var(--pink)}.footer-brand small{font-size:8px;color:#777}.footer>p{font-size:8px;line-height:1.8;color:#68686d}.footer>p:first-of-type{margin:11px 0 5px}.footer a{color:#999;text-decoration:underline}.footer>span{display:block;margin-top:13px;font-size:7px;color:#4f4f53}.mobile-featured{display:none}.toast{position:fixed;left:50%;bottom:24px;z-index:50;transform:translate(-50%,15px);background:#fff;color:#111;padding:10px 16px;border-radius:22px;font-size:10px;font-weight:700;opacity:0;pointer-events:none;transition:.2s}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:600px){.page{width:calc(100% - 24px)}.hero{height:min(72vw,310px);min-height:245px}.hero>img{inset:0;width:100%;height:100%;object-position:center 24%}.hero-shade{background:linear-gradient(0deg,#050505 0%,rgba(5,5,5,.91) 44%,rgba(5,5,5,.12) 88%)}.hero-copy{left:20px;right:20px;top:auto;bottom:22px;transform:none}.hero-brand .brand-icon{width:25px;height:25px}.hero-brand .brand-icon i{width:11px;height:23px}.hero-brand>b{font-size:18px}.hero h1{font-size:clamp(30px,9vw,38px);max-width:none;margin:12px 0 7px}.hero-domain{top:14px;right:14px;bottom:auto}.featured{margin-top:18px}.section-title p{font-size:8px}.recommendation{min-height:82px}.actions{gap:10px}.actions button{height:56px;padding:0 10px}.information-grid{margin-top:18px}.shortcut-nav{margin:28px auto}.shortcut-nav span{width:42px;height:42px}.shortcut-nav b{font-size:8px}.footer{padding-bottom:91px}.mobile-featured{position:fixed;display:flex;align-items:center;justify-content:space-between;left:10px;right:10px;bottom:max(10px,env(safe-area-inset-bottom));min-height:57px;padding:0 18px;border-radius:8px;background:var(--pink);box-shadow:0 14px 38px rgba(0,0,0,.55);z-index:30}.mobile-featured b{font-size:12px}.mobile-featured i{font-style:normal;font-size:18px}}
@media(max-width:370px){.hero{min-height:235px}.hero h1{font-size:29px}.section-title p{max-width:118px;text-align:right;line-height:1.45}.actions{grid-template-columns:1fr}.shortcut-nav{gap:3px}.shortcut-nav span{width:38px;height:38px}.shortcut-nav b{font-size:7px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
.shortcut-nav img{display:block;width:25px;height:25px;object-fit:contain}
