
:root{color-scheme:dark;--bg:#050506;--surface:#0d0d10;--text:#f2f2f4;--muted:#96969f;--line:#26262c;--accent:#b8abef}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif;font-size:14px;-webkit-font-smoothing:antialiased}body.light{color-scheme:light;--bg:#f7f7f8;--surface:#fff;--text:#19191d;--muted:#63636d;--line:#dedee4;--accent:#65509c}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button,a,select{touch-action:manipulation}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid var(--accent);outline-offset:4px}header{height:88px;max-width:1440px;padding:0 54px;margin:auto;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:10px;font-size:21px;font-weight:600;letter-spacing:-.7px}.brand svg{width:30px;fill:none;stroke:currentColor;stroke-width:2}.brand span{font-size:12px;color:var(--muted);font-weight:400;letter-spacing:1px}nav{display:flex;gap:8px}nav a{padding:10px 17px;color:var(--muted);border:1px solid transparent;border-radius:7px}nav a.active{color:var(--text);background:linear-gradient(120deg,#ffffff08,#ffffff15);border-color:#ffffff25}nav a span{font-size:12px}.header-actions{display:flex;gap:24px;align-items:center}.header-actions button{color:var(--text);background:none;border:1px solid var(--line);border-radius:7px;width:36px;height:36px;font-size:20px}.saved-link{font-size:13px}main{max-width:1240px;margin:auto;padding:0 28px;min-height:70vh}.hero{padding:65px 0 42px;position:relative;background:radial-gradient(ellipse at 75% 20%,#a5a2d30c,transparent 60%)}.eyebrow{color:var(--muted);font-size:10px;letter-spacing:3px;display:flex;align-items:center;gap:9px}.eyebrow i{height:6px;width:6px;background:#b7b0d9;border-radius:50%}.hero h1{font-size:48px;letter-spacing:-2px;font-weight:500;line-height:1.25;margin:22px 0 15px}.hero h1 span{color:#9e9da7}.hero p{font-size:14px;color:var(--muted);line-height:1.8}.hero-word{position:absolute;right:14px;top:40px;font:italic 100px Georgia,serif;color:#ffffff07;pointer-events:none}.status-row{display:flex;justify-content:space-between;align-items:center;margin-top:30px;gap:15px;color:var(--muted);font-size:11px}.status-row strong{font-weight:400;color:var(--accent)}.status-row button,.outline{background:transparent;border:1px solid var(--line);color:var(--text);border-radius:6px;padding:9px 14px}.demo-note{font-size:11px;color:var(--accent);padding:10px 14px;border:1px solid #b8abef25;border-radius:7px;background:#b8abef06;margin-bottom:24px}.toolbar{display:flex;gap:16px;align-items:center;border-bottom:1px solid var(--line);padding:0 0 20px}.search{display:flex;align-items:center;gap:12px;width:100%;background:var(--surface);border:1px solid var(--line);border-radius:9px;padding:13px 17px;color:var(--muted)}.search input{width:100%;border:0;background:transparent;color:var(--text);outline:none}.search kbd{font-size:10px;white-space:nowrap;border:1px solid var(--line);border-radius:3px;padding:2px 5px}.categories{display:flex;gap:7px;overflow:auto;padding:18px 0 24px;white-space:nowrap}.categories button{background:transparent;border:1px solid transparent;color:var(--muted);padding:9px 13px;border-radius:6px;font-size:12px}.categories button.selected{background:var(--text);color:var(--bg)}.layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:40px}.section-head{display:flex;justify-content:space-between;align-items:center;padding:0 0 17px;border-bottom:1px solid var(--line);gap:12px}.section-head h2{font-size:17px;font-weight:500;margin:0}.section-head small{font-size:10px;color:var(--muted);margin-left:10px}.filters{display:flex;gap:6px}.filters select{background:var(--bg);color:var(--muted);border:0;max-width:115px;font-size:11px;padding:5px}.story{padding:25px 0;border-bottom:1px solid var(--line)}.meta{font-size:10px;color:var(--muted);display:flex;align-items:center;gap:9px;flex-wrap:wrap}.source-dot{height:17px;width:17px;display:inline-grid;place-items:center;background:#a99acf1a;color:var(--accent);border-radius:4px;font-size:9px}.new{color:var(--accent);font-size:9px;letter-spacing:1px}.story h3{font-size:19px;line-height:1.55;font-weight:500;margin:12px 0 9px;letter-spacing:-.3px}.story h3 a:hover{color:var(--accent)}.story p{color:var(--muted);font-size:13px;line-height:1.85;margin:0 0 18px}.story-bottom{display:flex;justify-content:space-between;align-items:center}.tag{font-size:10px;color:var(--muted);padding:4px 8px;border-radius:4px;background:#8888880c}.story-actions{display:flex;gap:18px;color:var(--muted);font-size:11px}.bookmark{border:0;background:none;color:inherit;padding:4px;font-size:16px}.bookmark.on{color:var(--accent)}.hot-panel{border:1px solid var(--line);border-radius:10px;background:linear-gradient(150deg,#ffffff04,transparent);padding:23px}.hot-panel h2{font-size:16px;font-weight:500;margin:0}.hot-panel .sub{font-size:10px;color:var(--muted);margin:10px 0 23px}.hot-item{display:grid;grid-template-columns:26px 1fr;gap:9px;padding:17px 0;border-top:1px solid var(--line)}.rank{font:italic 21px Georgia,serif;color:var(--muted)}.hot-item:first-of-type .rank{color:var(--accent)}.hot-item h3{font-size:12px;line-height:1.8;font-weight:500;margin:0 0 7px}.hot-item p{font-size:10px;color:var(--muted);margin:0}.panel-link{display:block;text-align:center;font-size:11px;padding:14px 0 0;margin-top:8px;border-top:1px solid var(--line);color:var(--muted)}.aside-note{padding:25px 4px;color:var(--muted);font-size:11px;line-height:1.9}.aside-note h3{color:var(--text);font-size:12px;font-weight:500}.aside-note a{color:var(--accent)}.load-more{width:100%;margin:25px 0;background:transparent;color:var(--muted);padding:12px;border:1px solid var(--line);border-radius:6px}footer{max-width:1184px;border-top:1px solid var(--line);margin:65px auto 0;padding:27px 0 35px;display:flex;align-items:center;gap:24px;color:var(--muted);font-size:10px}footer .brand{color:var(--text);font-size:15px}footer p{flex:1}footer span{font-size:9px}.empty{padding:60px 15px;text-align:center;color:var(--muted);line-height:2}.page-title{padding-top:55px;font-size:34px;font-weight:500}.prose{max-width:780px;margin:40px auto 80px;line-height:1.9}.prose h1{font-size:34px;line-height:1.5;font-weight:500}.prose h2{font-size:20px;margin-top:35px}.prose p,.prose li{color:var(--muted)}.prose .primary{display:inline-block;background:linear-gradient(#fff,#ccc);color:#111;padding:11px 20px;border-radius:7px;margin:20px 12px 20px 0}.source-row{padding:16px 0;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:15px}.source-row span{color:var(--muted);font-size:12px}.skip{position:fixed;top:-100px;background:var(--text);color:var(--bg);z-index:20;padding:12px}.skip:focus{top:0}#toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);background:var(--text);color:var(--bg);padding:12px 20px;border-radius:8px;display:none;z-index:30}.skeleton{height:160px;background:linear-gradient(100deg,var(--surface),#88888810,var(--surface));margin:20px 0;border-radius:8px}.notice{color:var(--accent);font-size:12px}.wide-hot{max-width:850px;margin:25px auto}.wide-hot .hot-item h3{font-size:18px}.wide-hot .hot-item{padding:25px 0}.light .hero-word{color:#00000006}@media(min-width:1400px){main{padding:0}.hero{padding-top:72px}}@media(max-width:950px){header{padding:0 25px}.brand span{display:none}.layout{grid-template-columns:minmax(0,1fr) 270px;gap:24px}.hero h1{font-size:39px}.hero-word{display:none}footer{margin-left:28px;margin-right:28px;flex-wrap:wrap}nav a{padding:9px}.filters{flex-wrap:wrap}}@media(max-width:700px){header{height:72px;padding:0 18px;flex-wrap:wrap}.brand{font-size:18px}.brand svg{width:24px}nav{order:3;width:100%;justify-content:center;gap:20px;padding:9px 0;border-bottom:1px solid var(--line);background:var(--bg)}nav a{font-size:12px;padding:8px}.header-actions{gap:15px}.saved-link span{display:none}main{padding:0 20px}.hero{padding:75px 0 28px}.hero h1{font-size:31px;letter-spacing:-1px}.hero p{font-size:12px;max-width:290px}.eyebrow{font-size:9px}.status-row{align-items:flex-start;line-height:1.8}.status-row button{white-space:nowrap}.layout{display:flex;flex-direction:column}.layout aside{order:-1}.hot-panel{padding:18px}.hot-panel .hot-item:nth-of-type(n+4){display:none}.aside-note{display:none}.hot-item{padding:12px 0}.hot-panel .sub{margin-bottom:12px}.categories{padding-bottom:16px}.section-head{align-items:flex-start}.section-head small{display:none}.filters{justify-content:flex-end}.filters select{max-width:92px}.story h3{font-size:18px}.search kbd{display:none}.prose{margin-top:65px}.prose h1{font-size:27px}.page-title{padding-top:65px}footer{margin:40px 20px 0;gap:15px}footer p{flex-basis:50%}footer span{display:none}.source-row{flex-direction:column}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

@media(min-width:701px){.mobile-break{display:none}.hero{padding-top:48px;padding-bottom:30px}.hero h1{font-size:44px}.status-row{margin-top:23px}}
