.highlights-page :where(*){box-sizing:border-box}.highlights-page{--bg:#f6f0e8;--bg-alt:#ede7db;--bg-card:#fffffff2;--bg-card-hover:#fff;--bg-header:#f6f0e8eb;--bg-sidebar:#faf5eed9;--border:#00000014;--border-med:#00000021;--border-strong:#0003;--accent-bg:#ff660017;--accent-border:#ff660038;--accent-text:#c40;--shadow-sm:0 1px 4px #0000000f;--shadow-md:0 4px 16px #00000017;--shadow-lg:0 12px 40px #00000021;--blur-hl:blur(20px) saturate(160%);--text-primary:var(--text-1);--text-secondary:var(--text-2);--text-muted:var(--text-3);--border-1:var(--border);--border-2:var(--border-med);--glass-1:var(--bg-card);--glass-2:var(--bg-card-hover);z-index:1;flex-direction:column;height:100vh;display:flex;position:relative}[data-theme=dark] .highlights-page{--bg:#1c1710;--bg-alt:#221d14;--bg-card:#2a241af2;--bg-card-hover:#342c20;--bg-header:#18130ceb;--bg-sidebar:#1c1710d9;--border:#ffc86414;--border-med:#ffc86424;--border-strong:#ffc86438;--accent-bg:#ff66001f;--accent-border:#ff660047;--accent-text:#f83;--shadow-sm:0 1px 4px #0000004d;--shadow-md:0 4px 16px #0006;--shadow-lg:0 12px 40px #00000080;--blur-hl:blur(24px) saturate(180%)}.aurora{z-index:0;pointer-events:none;position:fixed;inset:0;overflow:hidden}.aurora:before{content:"";background:radial-gradient(55% 45% at 20% 25%,#7c3aed33 0%,#0000 65%),radial-gradient(45% 55% at 80% 15%,#4f46e529 0%,#0000 60%),radial-gradient(50% 40% at 65% 80%,#ff66001a 0%,#0000 55%),radial-gradient(35% 45% at 5% 80%,#3b82f617 0%,#0000 50%);width:140%;height:140%;animation:24s ease-in-out infinite alternate aurora-drift;position:absolute;top:-20%;left:-20%}.aurora:after{content:"";opacity:.6;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.032'/%3E%3C/svg%3E") 0 0/200px;position:absolute;inset:0}@keyframes aurora-drift{0%{transform:translate(0)rotate(0)scale(1)}50%{transform:translate(1.5%,1%)rotate(1deg)scale(1.015)}to{transform:translate(-1%,1.5%)rotate(-1.5deg)scale(.985)}}.highlights-page .hdr{background:var(--bg-header);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(40px)saturate(200%);z-index:50;height:56px;box-shadow:var(--shadow-sm), inset 0 1px 0 #ffffff8c;flex-shrink:0;align-items:center;gap:14px;padding:0 20px;display:flex;position:relative}[data-theme=dark] .highlights-page .hdr{box-shadow:var(--shadow-sm), inset 0 1px 0 #ffdca02e}.highlights-page .hdr:after{content:"";background:linear-gradient(90deg, var(--accent) 0%, #ff66004d 40%, transparent 100%);opacity:.6;height:2px;position:absolute;bottom:0;left:0;right:0}.highlights-page .search-wrap{flex:1;max-width:360px;position:relative}.highlights-page .search-input{background:var(--bg-card);border:1px solid var(--border);width:100%;height:33px;color:var(--text-1);-webkit-backdrop-filter:var(--blur-hl);box-shadow:var(--shadow-sm);border-radius:10px;outline:none;padding:0 34px;font-family:Inter,sans-serif;font-size:13px;transition:all .18s}.highlights-page .search-input::placeholder{color:var(--text-4)}.highlights-page .search-input:focus{border-color:var(--accent-border);box-shadow:0 0 0 3px #ff66001a, var(--shadow-sm);background:var(--bg-card-hover)}.highlights-page .search-ico{color:var(--text-3);justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.highlights-page .search-kbd{color:var(--text-4);cursor:pointer;pointer-events:all;background:0 0;border:none;align-items:center;padding:2px;display:flex;position:absolute;top:50%;right:9px;transform:translateY(-50%)}.highlights-page .hnav{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;gap:4px;padding:3px;display:flex}.highlights-page .hnav-btn{height:27px;color:var(--text-2);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:7px;align-items:center;gap:5px;padding:0 12px;font-size:12.5px;font-weight:500;text-decoration:none;transition:all .14s;display:flex}.highlights-page .hnav-btn:hover{color:var(--text-1);background:var(--bg-alt);border-color:var(--border)}.highlights-page .hnav-btn.active{color:var(--accent);background:var(--accent-bg);border-color:var(--accent-border);font-weight:600}.highlights-page .hdr-right{align-items:center;gap:8px;margin-left:auto;display:flex}.highlights-page .submit-btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:5px;height:30px;padding:0 13px;font-family:Syne,sans-serif;font-size:12.5px;font-weight:700;transition:all .14s;display:flex;box-shadow:0 2px 8px #ff66004d}.highlights-page .submit-btn:hover{transform:translateY(-1px);box-shadow:0 4px 14px #ff660061}.highlights-page .icon-btn{background:var(--bg-card);border:1px solid var(--border);cursor:pointer;width:30px;height:30px;color:var(--text-2);border-radius:8px;justify-content:center;align-items:center;transition:all .14s;display:flex}.highlights-page .icon-btn:hover{background:var(--bg-card-hover);color:var(--text-1)}.highlights-page .theme-toggle{background:var(--bg-card);border:1px solid var(--border);cursor:pointer;width:30px;height:30px;color:var(--text-2);border-radius:8px;justify-content:center;align-items:center;font-size:14px;transition:all .14s;display:flex}.highlights-page .theme-toggle:hover{background:var(--bg-card-hover);color:var(--text-1)}.highlights-page .login-btn{background:var(--bg-card);border:1px solid var(--border-med);height:30px;color:var(--text-2);cursor:pointer;border-radius:8px;padding:0 13px;font-size:12.5px;font-weight:500;transition:all .14s}.highlights-page .login-btn:hover{background:var(--bg-card-hover);color:var(--text-1)}.highlights-page .logo{flex-shrink:0;align-items:center;gap:9px;text-decoration:none;display:flex}.highlights-page .logo-box{background:var(--accent);color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-family:Syne,sans-serif;font-size:12px;font-weight:800;display:flex;box-shadow:0 2px 8px #ff660059}.highlights-page .logo-rotator{height:20px;display:inline-block;position:relative;overflow:hidden}.highlights-page .logo-rot-spacer{letter-spacing:.16em;text-transform:uppercase;visibility:hidden;white-space:nowrap;font-family:Syne,sans-serif;font-size:10px;font-weight:600;line-height:20px;display:block}.highlights-page .logo-rot-item{letter-spacing:-.3px;width:100%;height:20px;color:var(--text-1);white-space:nowrap;will-change:transform, opacity;align-items:center;font-family:Syne,sans-serif;font-weight:700;display:flex;position:absolute;top:0;left:0}.highlights-page .logo-rot-item.r1{font-size:15px;animation:7s ease-in-out infinite logoFlipA}.highlights-page .logo-rot-item.r2{letter-spacing:.16em;text-transform:uppercase;color:var(--text-2);font-size:10px;font-weight:600;animation:7s ease-in-out infinite logoFlipB}@keyframes logoFlipA{0%,42%{opacity:1;transform:translateY(0)}50%,92%{opacity:0;transform:translateY(-22px)}to{opacity:1;transform:translateY(0)}}@keyframes logoFlipB{0%,42%{opacity:0;transform:translateY(22px)}50%,92%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-22px)}}.highlights-page .page-body{flex:1;overflow-y:auto}.highlights-page .page-inner{max-width:1280px;margin:0 auto;padding:28px 28px 80px}.highlights-page .section-row{z-index:2;align-items:center;gap:14px;margin-bottom:16px;padding:8px 0 14px;display:flex;position:relative}.highlights-page .section-title{letter-spacing:-.5px;color:var(--text-1);margin:0;padding:0 0 6px;font-family:Syne,sans-serif;font-size:26px;font-weight:800;line-height:1.6;display:inline-block;overflow:visible}.highlights-page .section-see-more{background:var(--bg-card);border:1px solid var(--border);height:32px;color:var(--text-2);cursor:pointer;-webkit-backdrop-filter:blur(20px)saturate(160%);box-shadow:var(--shadow-sm), inset 0 1px 0 #ffffff80;border-radius:8px;align-items:center;gap:6px;margin-left:auto;padding:0 14px;font-size:12.5px;font-weight:600;transition:all .14s;display:inline-flex}[data-theme=dark] .highlights-page .section-see-more{box-shadow:var(--shadow-sm), inset 0 1px 0 #ffdca01f}.highlights-page .section-see-more:hover{background:var(--bg-card-hover);border-color:var(--border-med);color:var(--text-1);transform:translateY(-1px)}.highlights-page .hero-grid{grid-template-rows:440px;grid-template-columns:1fr 270px 270px 220px;gap:10px;margin-bottom:36px;display:grid}.highlights-page .hero-card{cursor:pointer;border:1px solid var(--border-1);background:#111420;border-radius:20px;grid-area:1/1;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden}.highlights-page .hero-card:hover{transform:translateY(-2px);box-shadow:0 16px 50px #00000080}.highlights-page .hero-card-bg{background-position:50%;background-size:cover;position:absolute;inset:0}.highlights-page .hero-card-overlay{background:linear-gradient(#06081014 0%,#06081040 35%,#060810bf 65%,#060810f7 100%);position:absolute;inset:0}.highlights-page .hero-card-content{padding:26px 26px 24px;position:absolute;bottom:0;left:0;right:0}.highlights-page .hero-card-number{color:#ffffff0f;letter-spacing:-4px;-webkit-user-select:none;user-select:none;pointer-events:none;font-family:Syne,sans-serif;font-size:72px;font-weight:800;line-height:1;position:absolute;top:20px;right:22px}.highlights-page .secondary-col{flex-direction:column;grid-row:1;gap:10px;display:flex}.highlights-page .secondary-card{cursor:pointer;border:1px solid var(--border-1);background:#111420;border-radius:16px;flex:1;transition:transform .18s,box-shadow .18s;position:relative;overflow:hidden}.highlights-page .secondary-card:hover{transform:translateY(-2px);box-shadow:0 12px 36px #00000073}.highlights-page .secondary-card-bg{background-position:50%;background-size:cover;position:absolute;inset:0}.highlights-page .secondary-card-overlay{background:linear-gradient(#06081026 0%,#060810a6 55%,#060810f2 100%);position:absolute;inset:0}.highlights-page .secondary-card-content{padding:16px 16px 14px;position:absolute;bottom:0;left:0;right:0}.highlights-page .headlines-panel{background:var(--glass-1);border:1px solid var(--border-1);-webkit-backdrop-filter:blur(24px);border-radius:18px;flex-direction:column;grid-area:1/4;display:flex;position:relative;overflow:hidden}.highlights-page .headlines-panel:before{content:"";background:linear-gradient(90deg,#0000,#ffffff24 50%,#0000);height:1px;position:absolute;top:0;left:12px;right:12px}.highlights-page .headlines-header{border-bottom:1px solid var(--border-1);flex-shrink:0;padding:18px 18px 14px}.highlights-page .headlines-header-top{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.highlights-page .headlines-label{color:var(--text-1);letter-spacing:-.2px;font-family:Syne,sans-serif;font-size:14px;font-weight:700;line-height:1.4}.highlights-page .popular-icon{background:#ff660026;border:1px solid #f603;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-size:13px;display:flex}.highlights-page .headlines-sub{color:var(--text-muted);font-size:11px}.highlights-page .headlines-list{flex:1;padding:10px 0;overflow-y:auto}.highlights-page .headline-item{cursor:pointer;text-align:left;width:100%;color:inherit;background:0 0;border:0;border-left:2px solid #0000;align-items:flex-start;gap:10px;padding:9px 16px;font-family:inherit;text-decoration:none;transition:background .12s;display:flex}.highlights-page .headline-item:hover{border-left-color:var(--accent);background:#ffffff0a}.highlights-page .headline-pip{background:var(--accent);border-radius:1px;flex-shrink:0;width:5px;height:5px;margin-top:5px;box-shadow:0 0 6px #f609}.highlights-page .headline-text{color:var(--text-secondary);text-wrap:pretty;font-size:12px;line-height:1.5}.highlights-page .headline-item:hover .headline-text{color:var(--text-1)}.highlights-page .card-category{letter-spacing:.12em;text-transform:uppercase;border-radius:99px;align-items:center;margin-bottom:7px;padding:3px 9px;font-family:JetBrains Mono,monospace;font-size:9.5px;font-weight:500;display:inline-flex}.highlights-page .card-title-hero{letter-spacing:-.3px;color:#fff;text-wrap:pretty;margin-bottom:10px;padding-bottom:3px;font-family:Syne,sans-serif;font-size:22px;font-weight:700;line-height:1.4}.highlights-page .card-title-secondary{letter-spacing:-.2px;color:#fff;text-wrap:pretty;margin-bottom:6px;padding-bottom:2px;font-family:Syne,sans-serif;font-size:15px;font-weight:600;line-height:1.42}.highlights-page .card-byline{color:#ffffff80;align-items:center;gap:8px;font-family:JetBrains Mono,monospace;font-size:11.5px;display:flex}.highlights-page .card-byline-dot{background:#ffffff40;border-radius:50%;width:3px;height:3px}.highlights-page .card-score{color:#fff9;background:#ffffff14;border:1px solid #ffffff1f;border-radius:99px;align-items:center;gap:4px;margin-left:auto;padding:3px 9px;font-family:JetBrains Mono,monospace;font-size:10px;display:inline-flex}.highlights-page .category-chips{flex-wrap:wrap;gap:8px;margin-bottom:22px;display:flex}.highlights-page .cat-chip{background:var(--bg-card);border:1px solid var(--border);height:28px;color:var(--text-2);box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(20px);cursor:pointer;border-radius:99px;align-items:center;gap:7px;padding:0 12px 0 10px;font-family:JetBrains Mono,monospace;font-size:10.5px;font-weight:500;transition:all .14s;display:inline-flex}[data-theme=dark] .highlights-page .cat-chip{box-shadow:var(--shadow-sm), inset 0 1px 0 #ffdca01f}.highlights-page .cat-chip:before{content:"";background:var(--cat-color,transparent);width:6px;height:6px;box-shadow:0 0 6px var(--cat-color,transparent);border-radius:50%}.highlights-page .cat-chip[data-cat=all]:before{display:none}.highlights-page .cat-chip[data-cat=ai]{--cat-color:#f60}.highlights-page .cat-chip[data-cat=security]{--cat-color:#db2777}.highlights-page .cat-chip[data-cat=hardware]{--cat-color:#ca8a04}.highlights-page .cat-chip[data-cat=startups]{--cat-color:#16a34a}.highlights-page .cat-chip[data-cat=engineering]{--cat-color:#7c3aed}.highlights-page .cat-chip[data-cat=web],.highlights-page .cat-chip[data-cat=science]{--cat-color:#0891b2}.highlights-page .cat-chip[data-cat=business]{--cat-color:#16a34a}.highlights-page .cat-chip:hover{background:var(--bg-card-hover);border-color:var(--border-med);color:var(--text-1);transform:translateY(-1px)}.highlights-page .cat-chip.active{background:var(--accent);border-color:var(--accent);color:#fff;font-weight:600;box-shadow:0 2px 10px #ff660052}.highlights-page .cat-chip.active:before{box-shadow:0 0 6px #ffffff8c}.highlights-page .cat-chip.active:hover{background:var(--accent);color:#fff;border-color:var(--accent);transform:translateY(-1px)}.highlights-page .latest-grid{grid-template-columns:1fr 260px;align-items:start;gap:28px;display:grid}.highlights-page .latest-feed{flex-direction:column;gap:1px;display:flex}.highlights-page .latest-item{background:var(--glass-1);border:1px solid var(--border-1);cursor:pointer;-webkit-backdrop-filter:blur(16px);border-radius:14px;grid-template-columns:80px 1fr;align-items:center;gap:14px;margin-bottom:6px;padding:14px 16px;text-decoration:none;transition:all .16s;display:grid;position:relative;overflow:hidden}.highlights-page .latest-item:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff08 0%,#0000 60%);position:absolute;inset:0}.highlights-page .latest-item:after{content:"";background:linear-gradient(90deg,#0000,#ffffff17 50%,#0000);height:1px;position:absolute;top:0;left:10px;right:10px}.highlights-page .latest-item:hover{background:var(--glass-2);border-color:var(--border-2);transform:translateY(-1px);box-shadow:0 8px 28px #0000004d}.highlights-page .latest-thumb{background-position:50%;background-size:cover;border-radius:10px;flex-shrink:0;width:80px;height:60px;position:relative;overflow:hidden}.highlights-page .latest-thumb-fallback{background:var(--glass-2);border:1px solid var(--border-1);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:60px;font-size:22px;display:flex}.highlights-page .latest-body{min-width:0}.highlights-page .latest-category{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);align-items:center;gap:6px;margin-bottom:5px;font-family:JetBrains Mono,monospace;font-size:9.5px;font-weight:500;display:flex}.highlights-page .latest-category:before{content:"";background:var(--accent);border-radius:50%;width:4px;height:4px;display:inline-block;box-shadow:0 0 5px #ff6600b3}.highlights-page .latest-title{color:var(--text-1);text-wrap:pretty;letter-spacing:-.15px;margin-bottom:6px;padding-bottom:2px;font-family:Syne,sans-serif;font-size:14px;font-weight:600;line-height:1.5}.highlights-page .latest-meta{color:var(--text-muted);align-items:center;gap:8px;font-family:JetBrains Mono,monospace;font-size:10.5px;display:flex}.highlights-page .side-panels{flex-direction:column;gap:14px;display:flex;position:sticky;top:0}.highlights-page .side-panel{background:var(--glass-1);border:1px solid var(--border-1);-webkit-backdrop-filter:blur(20px);border-radius:16px;padding:18px;position:relative;overflow:hidden}.highlights-page .side-panel:before{content:"";background:linear-gradient(90deg,#0000,#ffffff1c 50%,#0000);height:1px;position:absolute;top:0;left:10px;right:10px}.highlights-page .side-panel-heading{align-items:center;gap:8px;margin-bottom:14px;display:flex}.highlights-page .side-panel-title{color:var(--text-1);letter-spacing:-.1px;font-family:Syne,sans-serif;font-size:13px;font-weight:700;line-height:1.4}.highlights-page .side-panel-dot{background:var(--accent);border-radius:50%;width:5px;height:5px;box-shadow:0 0 7px #ff6600b3}.highlights-page .pop-item{border-bottom:1px solid var(--border-1);cursor:pointer;text-align:left;width:100%;color:inherit;background:0 0;border-top:0;border-left:0;border-right:0;align-items:flex-start;gap:10px;padding:8px 0;font-family:inherit;text-decoration:none;transition:all .12s;display:flex}.highlights-page .pop-item:last-child{border-bottom:none;padding-bottom:0}.highlights-page .pop-item:hover .pop-text{color:var(--text-1)}.highlights-page .pop-num{color:var(--accent);opacity:.65;min-width:16px;padding-top:1px;font-family:JetBrains Mono,monospace;font-size:11px;font-weight:500}.highlights-page .pop-text{color:var(--text-secondary);text-wrap:pretty;font-size:12.5px;line-height:1.45}.highlights-page .stat-box{grid-template-columns:1fr 1fr;gap:10px;margin-top:2px;display:grid}.highlights-page .stat-cell{border:1px solid var(--border-1);background:#ffffff09;border-radius:10px;padding:11px 12px}.highlights-page .stat-cell-val{color:var(--text-1);letter-spacing:-.5px;margin-bottom:2px;padding-bottom:2px;font-family:Syne,sans-serif;font-size:20px;font-weight:700;line-height:1.25}.highlights-page .stat-cell-val.orange{color:var(--accent)}.highlights-page .stat-cell-label{color:var(--text-muted);font-size:10.5px}@keyframes sk{0%,to{opacity:.22}50%{opacity:.45}}.highlights-page .sk{background:#ffffff17;border-radius:6px;animation:1.6s ease-in-out infinite sk}.highlights-page .listen-overlay{z-index:4;background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;padding:0;transition:transform .15s,box-shadow .15s,background .15s;display:inline-flex;position:absolute;box-shadow:0 3px 10px #f606,0 0 0 1px #ffffff2e}.highlights-page .listen-overlay:hover:not(:disabled){transform:scale(1.08);box-shadow:0 5px 14px #ff66008c,0 0 0 1px #ffffff40}.highlights-page .listen-overlay:disabled{cursor:default;opacity:.85}.highlights-page .listen-overlay.playing{color:var(--accent);background:#fff}.highlights-page .listen-overlay svg{width:9px;height:9px}.highlights-page .audio-btn{border:1px solid var(--accent-border);height:26px;color:var(--accent-text);cursor:pointer;white-space:nowrap;background:linear-gradient(#ff66002e,#ff660014);border-radius:999px;flex-shrink:0;align-items:center;gap:7px;padding:0 11px 0 8px;font-family:JetBrains Mono,monospace;font-size:10.5px;font-weight:600;transition:all .14s;display:inline-flex;box-shadow:inset 0 1px #ffffff80,0 2px 8px #ff66002e}.highlights-page .audio-btn:hover{background:linear-gradient(#ff660042,#ff66001f)}.highlights-page .audio-btn .audio-btn-glyph{background:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:8px;display:inline-flex}.highlights-page .audio-btn.is-playing{background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:inset 0 1px #ffffff59,0 4px 14px #ff660073}.highlights-page .audio-btn .audio-eq{align-items:flex-end;gap:1.5px;height:12px;display:inline-flex}.highlights-page .audio-btn .audio-eq span{background:currentColor;border-radius:1px;width:2px}@media (prefers-reduced-motion:no-preference){.highlights-page .audio-btn.is-playing .audio-eq span{animation:1s ease-in-out infinite hnpp-eq}.highlights-page .audio-btn.is-playing .audio-eq span:first-child{height:60%;animation-delay:0s}.highlights-page .audio-btn.is-playing .audio-eq span:nth-child(2){height:100%;animation-delay:.1s}.highlights-page .audio-btn.is-playing .audio-eq span:nth-child(3){height:70%;animation-delay:.2s}.highlights-page .audio-btn.is-playing .audio-eq span:nth-child(4){height:90%;animation-delay:.3s}.highlights-page .audio-btn.is-playing .audio-eq span:nth-child(5){height:55%;animation-delay:.4s}}@keyframes hnpp-eq{0%,to{transform:scaleY(.3)}50%{transform:scaleY(1)}}.highlights-page .audio-player-bar{z-index:200;background:var(--bg-header);border-top:1px solid var(--border-med);height:62px;-webkit-backdrop-filter:var(--blur-strong);box-shadow:0 -8px 32px #0000001a, inset 0 1px 0 var(--glass-edge);align-items:center;gap:16px;padding:0 20px;display:flex;position:fixed;bottom:0;left:0;right:0}.highlights-page .audio-player-bar:before{content:"";background:linear-gradient(90deg, var(--accent), #f603, transparent);height:2px;position:absolute;top:0;left:0;right:0}.highlights-page .ap-thumb{border:1px solid var(--border);background-position:50%;background-size:cover;border-radius:7px;flex-shrink:0;width:38px;height:38px}.highlights-page .ap-info{flex:1;min-width:0}.highlights-page .ap-title{color:var(--text-1);white-space:nowrap;text-overflow:ellipsis;margin-bottom:1px;font-family:Syne,sans-serif;font-size:12px;font-weight:600;line-height:1.5;overflow:hidden}.highlights-page .ap-sub{color:var(--text-3);font-family:JetBrains Mono,monospace;font-size:9.5px}.highlights-page .ap-controls{align-items:center;gap:9px;display:flex}.highlights-page .ap-play-btn{background:var(--accent);cursor:pointer;color:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:all .13s;display:flex;box-shadow:0 2px 8px #ff66004d}.highlights-page .ap-play-btn:hover{transform:scale(1.08);box-shadow:0 4px 14px #f606}.highlights-page .ap-skip{background:var(--bg-card);border:1px solid var(--border);cursor:pointer;width:26px;height:26px;color:var(--text-2);border-radius:50%;justify-content:center;align-items:center;transition:all .13s;display:flex}.highlights-page .ap-skip:hover{background:var(--bg-card-hover);color:var(--text-1)}.highlights-page .ap-progress-wrap{flex:1;align-items:center;max-width:280px;display:flex}.highlights-page .ap-progress-track{cursor:grab;touch-action:none;background:0 0;border-radius:99px;width:100%;height:14px;position:relative;overflow:visible}.highlights-page .ap-progress-track:before{content:"";background:var(--border-med);border-radius:99px;height:4px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.highlights-page .ap-progress-track.is-dragging{cursor:grabbing}.highlights-page .ap-progress-fill{background:var(--accent);border-radius:99px;height:4px;transition:width .5s linear;position:absolute;top:50%;left:0;transform:translateY(-50%)}.highlights-page .ap-progress-track.is-dragging .ap-progress-fill{transition:none}.highlights-page .ap-progress-thumb{background:var(--accent);border:2px solid var(--bg-header);pointer-events:none;border-radius:50%;width:12px;height:12px;transition:left .5s linear,transform .13s;position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 1px 4px #00000040}.highlights-page .ap-progress-track:hover .ap-progress-thumb,.highlights-page .ap-progress-track.is-dragging .ap-progress-thumb{transform:translate(-50%,-50%)scale(1.3)}.highlights-page .ap-progress-track.is-dragging .ap-progress-thumb{transition:transform .13s}.highlights-page .ap-time{color:var(--text-3);white-space:nowrap;font-family:JetBrains Mono,monospace;font-size:9.5px}.highlights-page .ap-close{background:var(--bg-card);border:1px solid var(--border);cursor:pointer;width:26px;height:26px;color:var(--text-3);border-radius:7px;justify-content:center;align-items:center;font-size:13px;transition:all .13s;display:flex}.highlights-page .ap-close:hover{background:var(--bg-card-hover);color:var(--text-1)}.highlights-page .page-body{padding-bottom:80px}
