:root{color-scheme:dark;--page:#e8e9ec;--bg:#111214;--surface:#1d1e22;--line:#2b2c30;--text:#f5f4f0;--muted:#a0a1aa;--accent:#f0522c}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:136px}body{margin:0;background:var(--page);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;-webkit-font-smoothing:antialiased}button,input,a{-webkit-tap-highlight-color:transparent}button,input{font:inherit}button,a{touch-action:manipulation}a{color:inherit;text-decoration:none}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible{outline:2px solid #ffb29c;outline-offset:5px}.phone-shell{max-width:520px;min-height:100svh;margin:auto;background:var(--bg);box-shadow:0 0 60px #0000000b;padding:max(28px,env(safe-area-inset-top)) 20px max(30px,env(safe-area-inset-bottom))}.masthead{display:flex;align-items:center;justify-content:space-between;margin-bottom:23px}.brand{display:flex;gap:11px;align-items:center}.brand-mark{display:grid;grid-template-columns:repeat(2,9px);gap:4px;transform:rotate(-9deg);margin-right:2px}.brand-mark i{width:9px;height:9px;border-radius:2px;background:var(--accent)}.brand-mark i:last-child{opacity:.42}h1{font-size:22px;font-weight:800;letter-spacing:1px;margin:0 0 4px}.brand-sub{font-size:10px;color:var(--muted);letter-spacing:1px}.header-note{font-size:10px;color:#a7a6ad;border:1px solid #3c3b40;border-radius:20px;padding:7px 10px;white-space:nowrap}.notice{display:flex;gap:9px;align-items:center;color:#d7d3ce;font-size:12px;line-height:1.6;margin-bottom:19px}.notice svg{width:17px;flex:none;fill:none;stroke:var(--accent);stroke-width:1.8;stroke-linejoin:round}.notice p{margin:0;flex:1}.notice>span{font-size:16px;color:#74747e}.sticky-controls{position:sticky;top:0;z-index:2;background:var(--bg);padding-top:1px;padding-bottom:28px}.tabs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-bottom:15px}.tabs button{border:0;min-height:42px;border-radius:25px;color:#252426;background:#eeede9;font-size:14px;font-weight:600;transition:background .15s,color .15s}.tabs button[aria-selected=true]{background:var(--accent);color:#fff}.tabs button:hover{filter:brightness(1.09)}.search-wrap{height:40px;display:flex;align-items:center;border:1px solid var(--line);border-radius:11px;background:#1a1b1e;padding:0 12px;gap:9px}.search-wrap svg{width:16px;height:16px;fill:none;stroke:#868791;stroke-width:1.8}.search-wrap input{width:100%;min-width:0;border:0;background:transparent;color:var(--text);font-size:12px;outline-offset:3px;height:32px}.search-wrap input::placeholder{color:#9b9ba5}.search-wrap kbd{color:#8c8d95;font-family:inherit;font-size:18px}.section-heading{display:flex;align-items:center;justify-content:space-between;margin:14px 0 20px}.section-heading h2{margin:0;font-size:13px;font-weight:600;color:#e2e2e7;letter-spacing:.5px}.section-heading span{font-size:10px;color:#a5a5af}.site-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));column-gap:16px;row-gap:34px}.site{min-width:0;text-align:center;display:block;border-radius:15px}.site-icon{aspect-ratio:1;position:relative;display:flex;align-items:center;justify-content:center;border-radius:20%;overflow:hidden;background:var(--tile);color:var(--ink,#fff);box-shadow:inset 0 0 0 1px #ffffff14,0 3px 8px #0002;transition:transform .16s}.site-icon:after{content:"";position:absolute;inset:0;border:1px solid #ffffff12;border-radius:inherit;pointer-events:none}.icon-glyph{font-weight:850;font-size:clamp(23px,6.6vw,35px);letter-spacing:-1px;line-height:1;position:relative}.icon-glyph.small{font-size:clamp(17px,4.5vw,25px);letter-spacing:-1.5px}.icon-glyph.wide{font-size:clamp(15px,3.6vw,20px);letter-spacing:-1px}.site:nth-child(5n+3) .icon-glyph{font-weight:900}.icon-foot{position:absolute;bottom:7px;font-size:7px;font-weight:600;opacity:.72;letter-spacing:1.4px}.has-foot .icon-glyph{transform:translateY(-4px)}.site-name{display:block;font-size:12px;font-weight:450;line-height:1.5;margin-top:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#e6e4e2}.site:hover .site-icon{transform:translateY(-3px)}.site:active .site-icon{transform:scale(.94)}footer{border-top:1px solid #28282e;margin-top:34px;padding-top:24px;text-align:center}footer p{font-size:12px;color:#c8c5c3;margin:8px 0}footer small{display:block;color:#9998a2;font-size:10px;line-height:1.7}footer a{display:inline-block;color:#c6c2bd;font-size:11px;margin-top:18px;padding:10px}.footer-mark{color:var(--accent);font-size:23px}.empty{text-align:center;padding:35px 4px}.empty[hidden]{display:none}.empty>span{font-size:40px;color:var(--muted)}.empty h2{font-size:16px}.empty p{font-size:12px;color:var(--muted);line-height:1.6}.empty button{border:1px solid #5b4340;background:#2a211f;color:#ffb29c;min-height:44px;padding:0 16px;border-radius:22px;margin-top:10px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.skip-link{position:fixed;top:-70px;left:20px;padding:12px;background:var(--accent);z-index:9;border-radius:8px}.skip-link:focus{top:12px}.no-script{font-size:14px;line-height:1.8}.no-script a{text-decoration:underline}
@media(min-width:600px){.phone-shell{margin-top:28px;margin-bottom:28px;min-height:calc(100svh - 56px);border-radius:24px;padding:28px 24px 22px}.sticky-controls{top:0}.site-name{font-size:13px}}
@media(max-width:359px){.phone-shell{padding-left:14px;padding-right:14px}.site-grid{column-gap:12px;row-gap:30px}.tabs{gap:6px}.tabs button{font-size:13px}.site-name{font-size:11px}.header-note{display:none}.icon-foot{font-size:6px;bottom:5px;letter-spacing:.5px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}
.site[hidden],.site-grid[hidden]{display:none}
.notice-speaker{font-size:21px;flex:none;line-height:1.3}
.ad-carousel{margin:0 0 28px}.ad-window{overflow:hidden;border-radius:16px}.ad-track{display:flex;transition:transform .45s ease}.ad-slide{flex:0 0 100%;min-width:0;aspect-ratio:2.35;position:relative;overflow:hidden;padding:18px 20px;color:#fff}.ad-orange{background:#b83920}.ad-blue{background:#234ca1}.ad-green{background:#216557}.ad-label{position:relative;z-index:1;font-size:10px;letter-spacing:1px;opacity:.9}.ad-slide strong{display:block;position:relative;z-index:1;font-size:clamp(22px,6vw,32px);line-height:1.25;margin:10px 0;font-weight:850}.ad-caption{position:relative;z-index:1;font-size:10px;opacity:.85}.ad-art{position:absolute;right:12px;top:50%;transform:translateY(-50%) rotate(-12deg);font-size:110px;line-height:1;color:#fff3}.ad-slide img{display:block;width:100%;height:100%;object-fit:cover}.ad-slide:has(img){padding:0}
@media(max-width:359px){.ad-slide{padding:14px 16px}.ad-slide strong{font-size:22px;margin:8px 0}.ad-art{font-size:90px}}

.notice{justify-content:center;text-align:center;margin-bottom:24px}.notice p{flex:0 1 auto}


.tabs{margin-bottom:0}html{scroll-padding-top:70px}

