:root{--red:#E8192C;--red-hover:#C71422;--red-light:#FFF0F1;--red-bg:#FEF2F2;--white:#FFFFFF;--black:#111111;--dark:#1A1A1A;--g50:#FAFAFA;--g100:#F5F5F5;--g200:#E8E8E8;--g300:#D4D4D4;--g400:#A3A3A3;--g500:#737373;--g600:#525252;--g700:#404040;--g800:#262626;--green:#16A34A;--green-bg:#DCFCE7;--green-50:#D1FAE5;--blue:#2563EB;--blue-bg:#DBEAFE;--orange:#D97706;--orange-bg:#FEF3C7;--purple:#7C3AED;--purple-bg:#F3E8FF;--gold:#EAB308;--font:"Lexend","Be Vietnam Pro","Nunito Sans",system-ui,sans-serif;--font-display:"Baloo 2","Be Vietnam Pro","Lexend",sans-serif}*{box-sizing:border-box;margin:0;padding:0}body,html{font-family:var(--font);color:var(--dark);background:var(--white);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font-family:var(--font);cursor:pointer;border:none;background:none}img{display:block;max-width:100%}input,select,textarea{font-family:var(--font)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--g300);border-radius:5px}::placeholder{color:var(--g400)}.header{background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--g200);position:-webkit-sticky;position:sticky;top:0;z-index:100;height:64px}.header-inner{max-width:1280px;margin:0 auto;padding:0 40px;height:100%;justify-content:space-between}.header-inner,.logo{display:flex;align-items:center}.logo{gap:8px;cursor:pointer}.logo img{width:34px;height:34px;border-radius:50%;object-fit:cover;flex-shrink:0}.logo-text{font-family:var(--font-display);font-weight:600;font-size:15px;color:var(--red);letter-spacing:-.5px}.logo--white .logo-text{color:var(--white)}.nav,.nav-item{display:flex;gap:4px;align-items:center}.nav-item{padding:8px 16px;font-size:14px;font-weight:500;cursor:pointer;color:var(--g700);border-radius:8px;transition:all .15s;position:relative}.nav-item.active,.nav-item:hover{color:var(--red);background:var(--red-light)}.nav-item .chev{width:12px;height:12px}.header-right{gap:12px}.header-right,.icon-btn{display:flex;align-items:center}.icon-btn{width:38px;height:38px;border-radius:10px;background:var(--g100);justify-content:center;cursor:pointer;color:var(--g600)}.icon-btn:hover{background:var(--g200)}.nav-item.has-mega{-webkit-user-select:none;-moz-user-select:none;user-select:none}.nav-item.mega-active{color:var(--red);background:var(--red-light)}.nav-item.mega-active .icon-xs{transform:rotate(180deg)}.nav-item .icon-xs{transition:transform .18s}.mega-wrap{position:absolute;top:64px;left:0;right:0;z-index:99;background:var(--white);border-bottom:1px solid var(--g200);box-shadow:0 24px 60px -10px rgba(17,17,17,.18),0 2px 6px rgba(17,17,17,.04);opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .18s ease,transform .18s ease,visibility .18s;pointer-events:none}.mega-wrap.open{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.mega-wrap:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--red),#FF6B7A 50%,var(--red))}.mm-inner{max-width:1280px;margin:0 auto;padding:24px 40px 32px}.mm-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid var(--g100)}.mm-title{font-size:18px;font-weight:700;color:var(--dark);letter-spacing:-.3px}.mm-viewall{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--red)}.mm-viewall:hover{gap:10px}.mm-body{display:grid;grid-template-columns:280px 1fr;grid-gap:32px;gap:32px}.mm-rail{display:flex;flex-direction:column;gap:4px}.mm-tab{display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:12px;cursor:pointer;border:1px solid transparent;transition:background .15s,border-color .15s}.mm-tab:hover{background:var(--g50)}.mm-tab.active{background:var(--red-light);border-color:rgba(232,25,44,.15)}.mm-tab-icon{width:38px;height:38px;border-radius:10px;background:var(--white);border:1px solid var(--g200);display:flex;align-items:center;justify-content:center;color:var(--g600);flex-shrink:0}.mm-tab.active .mm-tab-icon{background:var(--red);border-color:var(--red);color:var(--white)}.mm-tab-body{flex:1 1;min-width:0}.mm-tab-label{font-size:14px;font-weight:600;color:var(--dark);line-height:1.3}.mm-tab.active .mm-tab-label{color:var(--red)}.mm-tab-desc{font-size:12px;color:var(--g500);margin-top:2px}.mm-tab-arrow{color:var(--g400);opacity:0;transition:opacity .15s,transform .15s}.mm-tab.active .mm-tab-arrow{opacity:1;color:var(--red);transform:translateX(2px)}.mm-tab--link{text-decoration:none;color:inherit}.mm-panels{position:relative;min-height:380px}.mm-panel{display:none;grid-template-columns:1fr 260px;gap:28px;animation:mmFade .22s ease}.mm-cols,.mm-panel.active{display:grid}.mm-cols{grid-template-columns:repeat(3,1fr);grid-gap:24px 28px;gap:24px 28px}.mm-col{min-width:0;opacity:0;animation:mmStagger .28s ease forwards}.mm-col-title{font-size:11px;font-weight:700;color:var(--g500);letter-spacing:1.4px;text-transform:uppercase;padding-bottom:10px;margin-bottom:6px;border-bottom:1px dashed var(--g200)}.mm-leaf{display:block;padding:8px 10px;margin:2px -10px;border-radius:8px;transition:background .12s}.mm-leaf:hover{background:var(--red-light)}.mm-leaf-name{font-size:13.5px;font-weight:500;color:var(--g800);display:flex;align-items:center;gap:8px;line-height:1.4}.mm-leaf:hover .mm-leaf-name{color:var(--red)}.mm-leaf-sub{font-size:11.5px;color:var(--g500);margin-top:2px;line-height:1.4}.mm-tag{font-size:9.5px;font-weight:700;letter-spacing:.4px;padding:1px 6px;border-radius:4px;line-height:14px}.mm-tag--hot{background:var(--red);color:var(--white)}.mm-tag--new{background:var(--green-bg);color:var(--green);border:1px solid #bbf7d0}.mm-tag--live{background:var(--orange-bg);color:var(--orange);border:1px solid #fde68a}.mm-leaf--placeholder{color:rgb(148,163,184);cursor:default;pointer-events:none;opacity:.7}.mm-leaf--placeholder:hover{background:transparent}.mm-leaf--placeholder .mm-leaf-name{color:rgb(148,163,184)}.mm-col-title-link{color:inherit;text-decoration:none}.mm-col-title-link:hover{text-decoration:underline}.mm-promo{background:linear-gradient(160deg,#FFF5F6 0,var(--red-light) 100%);border:1px solid rgba(232,25,44,.15);border-radius:14px;padding:20px;display:flex;flex-direction:column;gap:8px;position:relative;overflow:hidden;text-decoration:none;color:inherit;opacity:0;animation:mmStagger .28s ease forwards;transition:transform .15s,box-shadow .15s}.mm-promo:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(232,25,44,.12)}.mm-promo:after{content:"";position:absolute;right:-30px;bottom:-30px;width:110px;height:110px;border-radius:50%;background:rgba(232,25,44,.08)}.mm-promo-eyebrow{font-size:11px;font-weight:700;color:var(--red);letter-spacing:1.2px;text-transform:uppercase}.mm-promo-title{font-size:15px;font-weight:700;color:var(--dark);line-height:1.4}.mm-promo-sub{font-size:12.5px;color:var(--g600);line-height:1.6;flex:1 1}.mm-promo-cta{align-self:flex-start;margin-top:6px;position:relative;z-index:1}@keyframes mmFade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes mmStagger{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.mm-blog{display:grid;grid-template-columns:1.3fr 1fr .8fr;grid-gap:28px;gap:28px;align-items:start}.mm-blog-col{min-width:0}.mm-blog-side{padding-left:8px;border-left:1px dashed var(--g200)}.mm-blog-feat{display:grid;grid-template-columns:1.1fr 1fr;grid-gap:14px;gap:14px}.mm-blog-feat-side{gap:12px}.mm-bcard,.mm-blog-feat-side{display:flex;flex-direction:column}.mm-bcard{gap:10px;background:var(--white);border:1px solid var(--g200);border-radius:12px;overflow:hidden;transition:transform .18s,box-shadow .18s,border-color .18s}.mm-bcard:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(17,17,17,.08);border-color:rgba(232,25,44,.25)}.mm-bcard-img{height:110px;display:flex;align-items:center;justify-content:center;font-size:38px}.mm-bcard.big{aspect-ratio:1/1}.mm-bcard.big .mm-bcard-img{height:auto;flex:1 1;min-height:0;font-size:64px}.mm-bcard-body{padding:4px 14px 14px;display:flex;flex-direction:column;gap:8px}.mm-bcard-cat{align-self:flex-start;font-size:10px;font-weight:700;letter-spacing:.6px;padding:3px 10px;border-radius:6px;text-transform:uppercase}.mm-bcard-title{font-size:13.5px;font-weight:600;color:var(--dark);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mm-bcard.big .mm-bcard-title{font-size:17px;-webkit-line-clamp:3}.mm-bcard:hover .mm-bcard-title{color:var(--red)}.mm-bcard-meta{display:flex;gap:6px;font-size:11px;color:var(--g500)}.mm-blog-latest{display:flex;flex-direction:column;gap:10px}.mm-brow{display:grid;grid-template-columns:76px 1fr;grid-gap:12px;gap:12px;padding:10px;border-radius:10px;border:1px solid transparent;transition:background .15s,border-color .15s}.mm-brow:hover{background:var(--g50);border-color:var(--g200)}.mm-brow-img{width:76px;height:76px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:26px;flex-shrink:0}.mm-brow-body{display:flex;flex-direction:column;gap:4px;min-width:0}.mm-brow-title{font-size:13px;font-weight:600;color:var(--dark);line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mm-brow:hover .mm-brow-title{color:var(--red)}.mm-chips{display:flex;flex-wrap:wrap;gap:6px}.mm-chip{display:inline-flex;align-items:center;padding:6px 12px;border-radius:20px;background:var(--g100);color:var(--g700);font-size:12px;font-weight:500;border:1px solid transparent;transition:all .15s}.mm-chip:hover{background:var(--red-light);color:var(--red);border-color:rgba(232,25,44,.2)}body.mm-open:after{content:"";position:fixed;left:0;right:0;top:64px;bottom:0;background:rgba(17,17,17,.18);z-index:80;pointer-events:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.btn{display:inline-flex;align-items:center;gap:8px;cursor:pointer;font-family:var(--font);font-weight:600;padding:12px 28px;border-radius:12px;font-size:15px;transition:all .2s;background:var(--g100);color:var(--g700);border:none}.btn:hover{background:var(--g200)}.btn--primary{background:var(--red);color:var(--white);border:1px solid var(--red)}.btn--primary:hover{background:var(--red-hover);border-color:var(--red-hover)}.btn--outline{background:var(--white);color:var(--g700);border:1px solid var(--g300)}.btn--outline:hover{border-color:var(--red);color:var(--red)}.btn--small{padding:8px 16px;border-radius:8px;font-size:13px}.btn--green{background:var(--green-bg);color:var(--green);border:1px solid #bbf7d0}.btn--green:hover{background:#BBF7D0}.btn--block{width:100%;justify-content:center}.btn--large{padding:14px 32px;font-size:16px;border-radius:14px}.btn--ghost{background:transparent;color:var(--g600);border:1px solid transparent}.btn--ghost:hover{background:var(--g100);color:var(--dark)}.badge{display:inline-flex;align-items:center;gap:3px;padding:2px 10px;border-radius:20px;font-size:11px;font-weight:600;line-height:18px;white-space:nowrap}.badge--hot{background:#FEE2E2;color:var(--red);border:1px solid #fecaca}.badge--new{background:var(--green-bg);color:var(--green);border:1px solid #bbf7d0}.badge--popular{background:var(--orange-bg);color:var(--orange);border:1px solid #fde68a}.badge--official{background:var(--blue-bg);color:var(--blue);border:1px solid #bfdbfe}.badge--mock{background:var(--purple-bg);color:var(--purple);border:1px solid #ddd6fe}.breadcrumb{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--g500);margin-bottom:24px;flex-wrap:wrap}.breadcrumb a{color:var(--g500);cursor:pointer}.breadcrumb a:hover{color:var(--red)}.breadcrumb .sep{display:inline-flex}.breadcrumb .current{color:var(--g800);font-weight:500}.icon{width:16px;height:16px;flex-shrink:0;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.icon-sm{width:14px;height:14px}.icon-xs{width:11px;height:11px}.footer{background:var(--black);color:var(--white);padding:64px 40px 32px}.footer-inner{max-width:1280px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;grid-gap:48px;gap:48px;margin-bottom:48px}.footer-about p{margin-top:16px;font-size:14px;color:var(--g500);line-height:1.8}.footer-socials{display:flex;gap:10px;margin-top:20px}.footer-socials>div{width:36px;height:36px;border-radius:8px;background:rgba(255,255,255,.06);display:flex;align-items:center;justify-content:center;font-size:12px;color:var(--g400);cursor:pointer}.footer-col-title{font-size:12px;font-weight:700;color:var(--g400);text-transform:uppercase;letter-spacing:1.2px;margin-bottom:20px}.footer-col-item{display:block;padding:6px 0;font-size:14px;color:var(--g500);cursor:pointer}.footer-col-item:hover{color:var(--white)}.footer-bottom{border-top:1px solid rgba(255,255,255,.06);padding-top:24px;display:flex;justify-content:space-between;font-size:13px;color:var(--g600)}.sidebar{width:260px;flex-shrink:0}.sidebar-cat{margin-bottom:24px}.sidebar-cat-title{font-size:11px;font-weight:700;color:var(--red);letter-spacing:1px;margin-bottom:10px;text-transform:uppercase}.sidebar-item{display:flex;justify-content:space-between;align-items:center;padding:9px 12px;border-radius:8px;cursor:pointer;font-size:14px;margin-bottom:2px;background:transparent;color:var(--g600);font-weight:400}.sidebar-item:hover{background:var(--g100)}.sidebar-item.active{background:var(--red-light);color:var(--red);font-weight:600}.sidebar-item .count{font-size:12px;color:var(--g400);background:var(--g100);padding:2px 8px;border-radius:10px;font-weight:600}.sidebar-item.active .count{color:var(--red);background:rgba(232,25,44,.1)}.card{background:var(--white);border:1px solid var(--g200);border-radius:16px}.card:hover{box-shadow:0 8px 24px rgba(0,0,0,.05)}.container{max-width:1280px;margin:0 auto;padding:0 40px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.section-header h2{font-size:24px;font-weight:700;color:var(--dark);margin:0}.section-header .sub{font-size:14px;color:var(--g500);margin:4px 0 0}.see-all{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:var(--red);cursor:pointer}.see-all:hover{gap:10px}.pill{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;padding:2px 10px;border-radius:10px}.pill-blue{background:var(--blue-bg);color:var(--blue)}.pill-green{background:var(--green-bg);color:var(--green)}.pill-red{background:var(--red);color:var(--white);padding:2px 8px;border-radius:6px}.stats-bar{background:var(--white);border-bottom:1px solid var(--g200);padding:0 40px}.stats-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr)}.stat{padding:28px 0;text-align:center}.stat:not(:last-child){border-right:1px solid var(--g200)}.stat-num{font-size:34px;font-weight:800;color:var(--red);letter-spacing:-1px;line-height:1}.stat-label{font-size:14px;color:var(--g500);margin-top:4px}@media (max-width:900px){.header-right .icon-btn,.nav{display:none}.container,.header-inner{padding:0 16px}.footer-grid{grid-template-columns:1fr 1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}}.mm-event{position:relative;overflow:hidden;background:radial-gradient(120% 80% at 100% 0,rgba(232,25,44,.08) 0,transparent 60%),linear-gradient(160deg,#FFFBF7,#FFF5F6);border:1.5px solid #1a1a1a;border-radius:16px;box-shadow:4px 4px 0 #1A1A1A;padding:18px 18px 16px;display:flex;flex-direction:column;gap:8px;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease}.mm-event:hover{transform:translate(-1px,-1px);box-shadow:5px 5px 0 #1A1A1A}.mm-event-stripe{position:absolute;top:0;left:0;right:0;height:4px;background:repeating-linear-gradient(45deg,var(--red) 0 8px,#FFB300 8px 16px,var(--red) 16px 24px);opacity:.9}.mm-event-eyebrow{font-size:10.5px;font-weight:800;color:var(--red);letter-spacing:1.4px;text-transform:uppercase;display:inline-flex;align-items:center;gap:7px;margin-top:4px}.mm-event-pulse{width:7px;height:7px;border-radius:50%;background:var(--red);box-shadow:0 0 0 0 rgba(232,25,44,.55);animation:mmEvPulse 1.5s infinite}@keyframes mmEvPulse{0%{box-shadow:0 0 0 0 rgba(232,25,44,.55)}70%{box-shadow:0 0 0 10px rgba(232,25,44,0)}to{box-shadow:0 0 0 0 rgba(232,25,44,0)}}.mm-event-date{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap;font-size:12px;font-weight:600;color:var(--dark);background:#fff;border:1px solid var(--g200);border-radius:999px;padding:4px 10px;align-self:flex-start;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.mm-event-date .icon{color:var(--red)}.mm-event-rel{display:block;font-size:11.5px;font-weight:600;color:var(--g500);margin-top:4px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.mm-event-title{font-size:15px;font-weight:800;color:var(--dark);line-height:1.35;margin-top:2px;text-wrap:pretty}.mm-event-sub{font-size:12px;color:var(--g600);line-height:1.55;flex:1 1}.mm-event-cta{align-self:flex-start;margin-top:4px}.mm-event--today{background:radial-gradient(120% 80% at 100% 0,rgba(232,25,44,.18) 0,transparent 60%),linear-gradient(160deg,#FFF5F6,#FFE4E6)}.mm-event--today .mm-event-stripe{background:repeating-linear-gradient(45deg,var(--red) 0 8px,#1A1A1A 8px 16px,var(--red) 16px 24px);height:5px}.mm-panel[data-panel=vao-10] .mm-event{padding:14px 14px 12px;border-radius:14px;gap:6px;align-self:start}.mm-panel[data-panel=vao-10] .mm-event-eyebrow{font-size:9.5px;letter-spacing:1.2px}.mm-panel[data-panel=vao-10] .mm-event-title{font-size:13px;line-height:1.35}.mm-panel[data-panel=vao-10] .mm-event-sub{font-size:11.5px;line-height:1.5}.mm-panel[data-panel=vao-10] .mm-event-date{font-size:11.5px;padding:3px 9px}.ev-pop{position:fixed;right:20px;bottom:20px;width:340px;max-width:calc(100vw - 32px);z-index:9999;font-family:var(--font);transform:translateY(120%) rotate(-1.2deg);opacity:0;transition:transform .5s cubic-bezier(.22,1.4,.36,1),opacity .35s ease;pointer-events:none}.ev-pop.is-open{transform:translateY(0) rotate(-1.2deg);opacity:1;pointer-events:auto}.ev-pop-launcher{position:fixed;right:20px;bottom:20px;z-index:9998;display:none;align-items:center;gap:8px;padding:10px 14px 10px 12px;background:#1A1A1A;color:#fff;border-radius:999px;cursor:pointer;font-family:var(--font);font-size:13px;font-weight:600;letter-spacing:-.1px;box-shadow:0 14px 36px -10px rgba(0,0,0,.4),0 2px 6px rgba(0,0,0,.15);transition:transform .15s,box-shadow .15s;border:none}.ev-pop-launcher.is-visible{display:inline-flex}.ev-pop-launcher:hover{transform:translateY(-2px);box-shadow:0 18px 40px -10px rgba(0,0,0,.45)}.ev-pop-launcher .dot{width:8px;height:8px;border-radius:50%;background:var(--red);box-shadow:0 0 0 0 rgba(232,25,44,.6);animation:evPopDotPulse 1.6s infinite}.ev-pop-launcher[data-state=dap-an] .dot,.ev-pop-launcher[data-state=de] .dot{background:var(--green);box-shadow:0 0 0 0 rgba(22,163,74,.5)}@keyframes evPopDotPulse{0%{box-shadow:0 0 0 0 currentColor}70%{box-shadow:0 0 0 10px transparent}to{box-shadow:0 0 0 0 transparent}}.ev-pop-card{position:relative;background:#fff;border:1.5px solid #1a1a1a;border-radius:22px;box-shadow:6px 6px 0 #1A1A1A,0 24px 60px -20px rgba(0,0,0,.25);padding:22px 22px 18px;overflow:hidden}.ev-pop-card:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:repeating-linear-gradient(45deg,var(--red) 0 10px,#FFB300 10px 20px,var(--red) 20px 30px)}.ev-pop-x{position:absolute;top:12px;right:12px;width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#1A1A1A;border:1.5px solid #1a1a1a;cursor:pointer;transition:transform .15s,background .15s;padding:0}.ev-pop-x:hover{background:#1A1A1A;color:#fff;transform:rotate(90deg)}.ev-pop-x:focus-visible{outline:2px solid var(--red);outline-offset:2px}.ev-pop-x svg{width:14px;height:14px;stroke:currentColor;stroke-width:2.5;fill:none}.ev-pop-chip{display:inline-flex;align-items:center;gap:6px;margin-top:4px;padding:5px 10px;background:var(--red-light);color:var(--red);border:1px solid rgba(232,25,44,.18);border-radius:999px;font-size:10.5px;font-weight:800;letter-spacing:.8px;text-transform:uppercase}.ev-pop-chip .pulse{width:6px;height:6px;border-radius:50%;background:var(--red);box-shadow:0 0 0 0 rgba(232,25,44,.55);animation:evPopDotPulse 1.5s infinite}.ev-pop[data-state=dap-an] .ev-pop-chip,.ev-pop[data-state=de] .ev-pop-chip{background:var(--green-bg);color:#15803D;border-color:#BBF7D0}.ev-pop[data-state=dap-an] .ev-pop-chip .pulse,.ev-pop[data-state=de] .ev-pop-chip .pulse{background:var(--green);box-shadow:0 0 0 0 rgba(22,163,74,.5)}.ev-pop-name{margin:10px 0 0;font-size:16px;font-weight:700;color:#1A1A1A;line-height:1.3;letter-spacing:-.2px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-wrap:pretty}.ev-pop-date{margin-top:4px;font-size:12.5px;color:var(--g500);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.ev-pop-wish{margin:14px 0 0;padding:10px 12px;background:var(--g50);border-left:3px solid var(--red);border-radius:8px;font-size:13.5px;line-height:1.5;color:var(--g700);text-wrap:pretty}.ev-pop-wish .emoji{display:inline-block;margin-right:4px;filter:saturate(1.15)}.ev-pop-banner{position:relative;display:block;margin-top:16px;padding:18px 16px 16px;border-radius:14px;border:1.5px solid #1a1a1a;box-shadow:2px 2px 0 #1A1A1A;text-align:center;overflow:hidden;color:inherit;text-decoration:none;cursor:pointer;transition:transform .15s,box-shadow .15s}.ev-pop-banner:hover{transform:translate(-1px,-1px);box-shadow:4px 4px 0 #1A1A1A}.ev-pop-banner:active{transform:translate(1px,1px);box-shadow:1px 1px 0 #1A1A1A}.ev-pop[data-state=de] .ev-pop-banner{background:linear-gradient(135deg,var(--orange-bg) 0,#FDE68A 100%)}.ev-pop[data-state=dap-an] .ev-pop-banner{background:linear-gradient(135deg,var(--green-bg) 0,#BBF7D0 100%)}.ev-pop-banner-emoji{font-size:30px;line-height:1;display:inline-block;animation:evPopWiggle 2.4s ease-in-out infinite;transform-origin:50% 80%}@keyframes evPopWiggle{0%,to{transform:rotate(-6deg)}50%{transform:rotate(8deg)}}.ev-pop-banner-title{margin:6px 0 2px;font-family:var(--font-display);font-size:22px;font-weight:700;letter-spacing:-.4px;color:#1A1A1A}.ev-pop-banner-sub{font-size:12.5px;color:var(--g600);font-weight:500}.ev-pop-banner:after{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 12% 24%,rgba(255,255,255,.7) 1.5px,transparent 2px),radial-gradient(circle at 88% 18%,rgba(0,0,0,.12) 1.5px,transparent 2px),radial-gradient(circle at 80% 86%,rgba(255,255,255,.6) 1.5px,transparent 2px),radial-gradient(circle at 20% 78%,rgba(0,0,0,.1) 1.5px,transparent 2px);pointer-events:none}.ev-pop-cta{margin-top:14px;width:100%;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 16px;background:#1A1A1A;color:#fff;border:1.5px solid #1a1a1a;border-radius:12px;font-family:var(--font);font-size:14px;font-weight:700;letter-spacing:-.1px;cursor:pointer;text-decoration:none;box-shadow:3px 3px 0 var(--red);transition:transform .15s,box-shadow .15s}.ev-pop-cta:hover{transform:translate(-1px,-1px);box-shadow:4px 4px 0 var(--red)}.ev-pop-cta:active{transform:translate(2px,2px);box-shadow:0 0 0 var(--red)}.ev-pop-cta:focus-visible{outline:2px solid var(--red);outline-offset:3px}.ev-pop-cta svg{width:16px;height:16px;stroke:currentColor;stroke-width:2.2;fill:none}.ev-pop[data-state=de] .ev-pop-cta{box-shadow:3px 3px 0 var(--orange)}.ev-pop[data-state=de] .ev-pop-cta:hover{box-shadow:4px 4px 0 var(--orange)}.ev-pop[data-state=dap-an] .ev-pop-cta{box-shadow:3px 3px 0 var(--green)}.ev-pop[data-state=dap-an] .ev-pop-cta:hover{box-shadow:4px 4px 0 var(--green)}.ev-pop-foot{margin-top:10px;display:flex;justify-content:center}.ev-pop-mute{background:none;border:none;cursor:pointer;font-size:11.5px;font-weight:500;color:var(--g400);font-family:inherit;letter-spacing:0;padding:4px 8px}.ev-pop-mute:hover{color:var(--g500);text-decoration:underline}.ev-pop-mute:focus-visible{outline:2px solid var(--red);outline-offset:2px}@media (max-width:480px){.ev-pop{right:12px;bottom:12px;width:calc(100vw - 24px)}.ev-pop-card{padding:18px 18px 14px;border-radius:18px}.ev-pop-banner-title{font-size:20px}}@media (prefers-reduced-motion:reduce){.ev-pop{transition:opacity .2s ease}.ev-pop,.ev-pop.is-open{transform:none}.ev-pop-banner-emoji,.ev-pop-chip .pulse,.ev-pop-launcher .dot,.mm-event-pulse{animation:none}}@media print{.ev-pop,.ev-pop-launcher{display:none!important}}.menu-toggle{display:none;width:40px;height:40px;border-radius:10px;background:var(--g100);border:none;cursor:pointer;padding:0;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:var(--g700);transition:background .15s}.menu-toggle:hover{background:var(--g200)}.menu-toggle:focus-visible{outline:2px solid var(--red);outline-offset:2px}.menu-toggle-bar{width:18px;height:2px;background:currentColor;border-radius:2px;transition:transform .2s ease,opacity .2s ease;transform-origin:center}.menu-toggle.is-open{background:var(--red-light);color:var(--red)}.menu-toggle.is-open .menu-toggle-bar:first-child{transform:translateY(6px) rotate(45deg)}.menu-toggle.is-open .menu-toggle-bar:nth-child(2){opacity:0}.menu-toggle.is-open .menu-toggle-bar:nth-child(3){transform:translateY(-6px) rotate(-45deg)}@media (max-width:900px){.menu-toggle{display:inline-flex}.header-cta-desktop,.nav{display:none!important}}.mobile-menu{position:absolute;top:64px;left:0;right:0;background:var(--white);border-bottom:1px solid var(--g200);box-shadow:0 20px 40px -10px rgba(17,17,17,.12);padding:12px 16px 20px;display:none;flex-direction:column;gap:2px;z-index:99;max-height:calc(100vh - 64px);overflow-y:auto}.mobile-menu.is-open{display:flex}.mobile-nav-item{display:flex;align-items:center;gap:12px;padding:14px 12px;font-size:15px;font-weight:500;color:var(--g700);border-radius:10px;text-decoration:none;background:none;border:0;text-align:left;font-family:inherit;cursor:pointer;transition:background .12s,color .12s}.mobile-nav-item:active,.mobile-nav-item:hover{background:var(--g50);color:var(--red)}.mobile-nav-item:focus-visible{outline:2px solid var(--red);outline-offset:2px}.mobile-nav-item.active{color:var(--red);background:var(--red-light)}.mobile-nav-item--icon{color:var(--g600);font-size:14px}.mobile-nav-item--icon .icon{width:18px;height:18px;flex-shrink:0}.mobile-menu-divider{height:1px;background:var(--g100);margin:8px 0}.mobile-menu-actions{display:flex;flex-direction:column;gap:10px;padding:12px 4px 0}.mobile-menu-actions .btn{width:100%;justify-content:center;padding:12px 16px;font-size:15px}.mobile-menu-scrim{position:fixed;top:64px;left:0;right:0;bottom:0;background:rgba(17,17,17,.35);opacity:0;visibility:hidden;transition:opacity .18s ease,visibility .18s;z-index:98}.mobile-menu-scrim.is-open{opacity:1;visibility:visible}body.mobile-menu-open{overflow:hidden}@media (prefers-reduced-motion:reduce){.menu-toggle-bar,.mobile-menu-scrim{transition:none}}[hidden]{display:none!important}html{transition:background-color .25s ease,color .25s ease}.badge,.btn,.card,.cd-clock,.cd-quote,.cd-ready,.context-card,.countdown-card,.exam-bar,.exam-card,.example-table,.footer,.head-card,.header,.icon-btn,.img-tab,.mega-wrap,.menu-toggle,.mm-bcard,.mm-brow,.mm-chip,.mm-event,.mm-event-date,.mm-promo,.mm-tab,.mm-tab-icon,.mobile-menu,.opt,.opt .letter,.panel,.pill,.popular-card,.post-card,.qcard,.qmap a,.result-card,.search-bar,.sec-head,.side-card,.sidebar-item,.sidebar-item .count,.stat-mini,.stat-tile,.status-strip,.struct-table,.tab-btn,.tab-pill,.tabs,.tabs-bar,.tabs-jump-menu,.toc-card,.usage-card,body{transition:background-color .25s ease,color .2s ease,border-color .2s ease,box-shadow .25s ease}html[data-theme=dark]{--white:#14151D;--black:#08090F;--dark:#F2F3F8;--g50:#1A1C26;--g100:#1F2230;--g200:#2A2D3D;--g300:#3A3E52;--g400:#5A5F75;--g500:#9499AE;--g600:#B6BAC9;--g700:#DADCE5;--g800:#ECEDF2;--red:#FF3D55;--red-hover:#FF5C70;--red-light:rgba(255,61,85,0.13);--red-bg:rgba(255,61,85,0.09);--green:#34D399;--green-bg:rgba(52,211,153,0.14);--blue:#60A5FA;--blue-bg:rgba(96,165,250,0.14);--orange:#FBBF24;--orange-bg:rgba(251,191,36,0.14);--purple:#A78BFA;--purple-bg:rgba(167,139,250,0.14);--gold:#FACC15;color-scheme:dark}html[data-theme=dark] ::-webkit-scrollbar-thumb{background:var(--g300)}html[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#4A4F66}html[data-theme=dark] .header{background:rgba(20,21,29,.78);border-bottom-color:var(--g200)}html[data-theme=dark] .mobile-menu{background:var(--white);border-bottom-color:var(--g200);box-shadow:0 24px 50px -10px rgba(0,0,0,.6)}html[data-theme=dark] .mobile-menu-scrim{background:rgba(0,0,0,.55)}html[data-theme=dark] .mega-wrap{background:var(--white);border-bottom-color:var(--g200);box-shadow:0 30px 80px -10px rgba(0,0,0,.7),0 2px 8px rgba(0,0,0,.4)}html[data-theme=dark] .mm-header{border-bottom-color:var(--g200)}html[data-theme=dark] .mm-tab-icon{background:var(--g100);border-color:var(--g200);color:var(--g600)}html[data-theme=dark] .mm-tab.active .mm-tab-icon{background:var(--red);border-color:var(--red);color:#fff}html[data-theme=dark] .mm-col-title{color:var(--g500);border-bottom-color:var(--g200)}html[data-theme=dark] .mm-leaf-name{color:var(--g700)}html[data-theme=dark] .mm-tab.active{background:var(--red-light);border-color:rgba(255,61,85,.22)}html[data-theme=dark] .mm-promo{background:linear-gradient(160deg,rgba(255,61,85,.1),rgba(255,61,85,.04));border-color:rgba(255,61,85,.22)}html[data-theme=dark] .mm-promo:after{background:rgba(255,61,85,.1)}html[data-theme=dark] .mm-promo-title{color:var(--dark)}html[data-theme=dark] .mm-promo-sub{color:var(--g600)}html[data-theme=dark] .mm-event{background:radial-gradient(120% 80% at 100% 0,rgba(255,61,85,.14) 0,transparent 60%),linear-gradient(160deg,#20212E,#1B1C26);border-color:#383C4F;box-shadow:4px 4px 0 #08090F}html[data-theme=dark] .mm-event:hover{box-shadow:5px 5px 0 #08090F}html[data-theme=dark] .mm-event-date{background:var(--g100);border-color:var(--g300);color:var(--g800)}html[data-theme=dark] .mm-event--today{background:radial-gradient(120% 80% at 100% 0,rgba(255,61,85,.28) 0,transparent 60%),linear-gradient(160deg,#2A1C28,#20151E)}html[data-theme=dark] .mm-bcard{background:var(--g100);border-color:var(--g200)}html[data-theme=dark] .mm-bcard:hover{border-color:rgba(255,61,85,.4);box-shadow:0 12px 28px rgba(0,0,0,.45)}html[data-theme=dark] .mm-brow:hover{background:var(--g50);border-color:var(--g200)}html[data-theme=dark] .mm-chip{background:var(--g100);color:var(--g700)}html[data-theme=dark] .mm-chip:hover{background:var(--red-light);color:var(--red);border-color:rgba(255,61,85,.3)}html[data-theme=dark] body.mm-open:after{background:rgba(0,0,0,.5)}html[data-theme=dark] .icon-btn{background:var(--g100);color:var(--g600)}html[data-theme=dark] .icon-btn:hover{background:var(--g200);color:var(--g800)}html[data-theme=dark] .menu-toggle{background:var(--g100);color:var(--g700)}html[data-theme=dark] .menu-toggle:hover{background:var(--g200)}html[data-theme=dark] .btn{background:var(--g100);color:var(--g700)}html[data-theme=dark] .btn:hover{background:var(--g200);color:var(--g800)}html[data-theme=dark] .btn--primary{background:var(--red);border-color:var(--red);color:#fff;box-shadow:0 6px 18px -6px rgba(255,61,85,.45)}html[data-theme=dark] .btn--primary:hover{background:var(--red-hover);border-color:var(--red-hover)}html[data-theme=dark] .btn--outline{background:transparent;color:var(--g700);border-color:var(--g300)}html[data-theme=dark] .btn--outline:hover{border-color:var(--red);color:var(--red);background:var(--red-light)}html[data-theme=dark] .btn--green{background:var(--green-bg);color:var(--green);border-color:rgba(52,211,153,.3)}html[data-theme=dark] .btn--green:hover{background:rgba(52,211,153,.22)}html[data-theme=dark] .badge--hot{background:var(--red-light);color:#FF7A8A;border-color:rgba(255,61,85,.3)}html[data-theme=dark] .badge--new{background:var(--green-bg);color:#6EE7B7;border-color:rgba(52,211,153,.3)}html[data-theme=dark] .badge--popular{background:var(--orange-bg);color:#FCD34D;border-color:rgba(251,191,36,.3)}html[data-theme=dark] .badge--official{background:var(--blue-bg);color:#93C5FD;border-color:rgba(96,165,250,.3)}html[data-theme=dark] .badge--mock{background:var(--purple-bg);color:#C4B5FD;border-color:rgba(167,139,250,.3)}html[data-theme=dark] .pill-blue{background:var(--blue-bg);color:#93C5FD}html[data-theme=dark] .pill-green{background:var(--green-bg);color:#6EE7B7}html[data-theme=dark] .mm-tag--hot,html[data-theme=dark] .pill-red{background:var(--red);color:#fff}html[data-theme=dark] .mm-tag--new{background:var(--green-bg);color:#6EE7B7;border-color:rgba(52,211,153,.3)}html[data-theme=dark] .mm-tag--live{background:var(--orange-bg);color:#FCD34D;border-color:rgba(251,191,36,.3)}html[data-theme=dark] .footer{background:var(--black)}html[data-theme=dark] .footer-bottom{border-top-color:rgba(255,255,255,.05)}html[data-theme=dark] .sidebar-item{color:var(--g600)}html[data-theme=dark] .sidebar-item:hover{background:var(--g100)}html[data-theme=dark] .sidebar-item.active{background:var(--red-light);color:var(--red)}html[data-theme=dark] .sidebar-item .count{color:var(--g500);background:var(--g100)}html[data-theme=dark] .sidebar-item.active .count{color:var(--red);background:rgba(255,61,85,.18)}html[data-theme=dark] .card{background:var(--g100);border-color:var(--g200)}html[data-theme=dark] .card:hover{box-shadow:0 8px 24px rgba(0,0,0,.45)}html[data-theme=dark] .stats-bar{background:var(--white);border-bottom-color:var(--g200)}html[data-theme=dark] .stat:not(:last-child){border-right-color:var(--g200)}html[data-theme=dark] .stat-num{color:var(--red)}html[data-theme=dark] .breadcrumb,html[data-theme=dark] .breadcrumb a{color:var(--g500)}html[data-theme=dark] .breadcrumb .current{color:var(--g800)}html[data-theme=dark] .hero{background:radial-gradient(60% 50% at 80% 10%,rgba(255,61,85,.12) 0,transparent 60%),linear-gradient(160deg,#14151D,#181923 60%,#16171F)}html[data-theme=dark] .hero-circle{background:rgba(255,61,85,.05)}html[data-theme=dark] .hero-badge{background:var(--red-light);color:#FF7A8A;border-color:rgba(255,61,85,.25)}html[data-theme=dark] .search-bar{background:var(--g100);border-color:var(--g200);box-shadow:0 8px 28px rgba(0,0,0,.4)}html[data-theme=dark] .search-bar input{color:var(--dark)}html[data-theme=dark] .exam-card,html[data-theme=dark] .popular-card,html[data-theme=dark] .post-card{background:var(--g100);border-color:var(--g200)}html[data-theme=dark] .exam-card:hover{box-shadow:0 12px 32px rgba(255,61,85,.18);border-color:rgba(255,61,85,.4)}html[data-theme=dark] .popular-card:hover{box-shadow:0 12px 32px rgba(0,0,0,.45)}html[data-theme=dark] .post-card:hover{border-color:rgba(255,61,85,.4)}html[data-theme=dark] .exam-card-meta{border-top-color:var(--g200);color:var(--g500)}html[data-theme=dark] .exam-card-title,html[data-theme=dark] .popular-body h3{color:var(--dark)}html[data-theme=dark] .popular-cover{background:linear-gradient(135deg,rgba(255,61,85,.1),rgba(255,61,85,.04))}html[data-theme=dark] .countdown-card{background:#1A1C26;border-color:#2F3247;box-shadow:4px 4px 0 #08090F}html[data-theme=dark] .countdown-card .cd-clock{background:linear-gradient(135deg,#20222F,rgba(255,61,85,.1));border-color:#2F3247;box-shadow:2px 2px 0 #08090F}html[data-theme=dark] .countdown-card .cd-num{color:var(--red)}html[data-theme=dark] .countdown-card .cd-lbl{color:var(--g500)}html[data-theme=dark] .countdown-card .cd-sep{color:rgba(255,61,85,.5)}html[data-theme=dark] .countdown-card .cd-headline{color:var(--dark)}html[data-theme=dark] .countdown-card .cd-quote{background:rgba(255,61,85,.1);border-left-color:var(--red)}html[data-theme=dark] .countdown-card .cd-quote p{color:var(--g700)}html[data-theme=dark] .countdown-card .cd-cap{color:var(--g500)}html[data-theme=dark] .countdown-card .cd-ready{border-color:#2F3247;box-shadow:2px 2px 0 #08090F}html[data-theme=dark] .countdown-card .cd-ready:hover{box-shadow:4px 4px 0 #08090F}html[data-theme=dark] .countdown-card[data-state=de] .cd-ready{background:linear-gradient(135deg,rgba(251,191,36,.18),rgba(251,191,36,.08))}html[data-theme=dark] .countdown-card[data-state=dap-an] .cd-ready{background:linear-gradient(135deg,rgba(52,211,153,.18),rgba(52,211,153,.08))}html[data-theme=dark] .countdown-card .cd-ready-title{color:var(--dark)}html[data-theme=dark] .countdown-card .cd-ready-sub{color:var(--g600)}html[data-theme=dark] .countdown-card .cd-corner-sticker{border-color:#08090F;box-shadow:4px 4px 0 #08090F}html[data-theme=dark] .countdown-card[data-vibe=doodle]{background:radial-gradient(circle at 1px 1px,rgba(255,255,255,.07) 1px,transparent 1.5px) 0 0/16px 16px,#1A1C26}html[data-theme=dark] .head-card,html[data-theme=dark] .status-strip{background:var(--g100);border-color:var(--g200)}html[data-theme=dark] .status-strip{color:var(--g700)}html[data-theme=dark] .status-strip.is-waiting{background:rgba(251,191,36,.12);border-color:rgba(251,191,36,.32);color:#FCD34D}html[data-theme=dark] .status-strip.is-mixed{background:rgba(96,165,250,.12);border-color:rgba(96,165,250,.32);color:#93C5FD}html[data-theme=dark] .status-strip.is-ready{background:rgba(52,211,153,.12);border-color:rgba(52,211,153,.32);color:#6EE7B7}html[data-theme=dark] .tabs-bar,html[data-theme=dark] .tabs-jump-menu{background:var(--g100);border-color:var(--g200)}html[data-theme=dark] .tabs-jump-menu{box-shadow:0 12px 32px rgba(0,0,0,.5)}html[data-theme=dark] .tabs-jump-menu .tjm-item:hover{background:var(--g200)}html[data-theme=dark] .tabs-jump-menu .tjm-item.is-ready{background:rgba(52,211,153,.13);color:#6EE7B7}html[data-theme=dark] .tabs-jump-menu .tjm-item.is-pending{background:rgba(251,191,36,.13);color:#FCD34D}html[data-theme=dark] .tabs-jump-menu .tjm-item.is-active{background:var(--g800);color:var(--white)}html[data-theme=dark] .tabs-head .tabs-head-count{background:var(--g200);color:var(--g600)}html[data-theme=dark] .tabs-head .tabs-head-count.is-partial{background:rgba(251,191,36,.16);color:#FCD34D}html[data-theme=dark] .exam-bar{background:var(--white);border-bottom-color:var(--g200)}html[data-theme=dark] .sec-head{color:var(--dark)}html[data-theme=dark] .opt,html[data-theme=dark] .qcard,html[data-theme=dark] .sec-head{background:var(--g100);border-color:var(--g200)}html[data-theme=dark] .opt{color:var(--g700)}html[data-theme=dark] .opt:hover{background:var(--g50);border-color:var(--g300)}html[data-theme=dark] .opt .letter{background:var(--white);border-color:var(--g300);color:var(--g500)}html[data-theme=dark] .opt input[type=checkbox]:checked+.letter,html[data-theme=dark] .opt input[type=radio]:checked+.letter{background:var(--red);color:#fff;border-color:var(--red)}html[data-theme=dark] .panel{background:var(--g100);border-color:var(--g200)}html[data-theme=dark] .qmap a{background:var(--white);border-color:var(--g200);color:var(--g600)}html[data-theme=dark] .qmap a.answered{background:var(--red-light);border-color:var(--red);color:#FF7A8A}html[data-theme=dark] input[type=email],html[data-theme=dark] input[type=number],html[data-theme=dark] input[type=password],html[data-theme=dark] input[type=search],html[data-theme=dark] input[type=text],html[data-theme=dark] select,html[data-theme=dark] textarea{background:var(--g100);border-color:var(--g300);color:var(--dark)}html[data-theme=dark] ::placeholder{color:var(--g400)}html[data-theme=dark] .context-card,html[data-theme=dark] .example-table,html[data-theme=dark] .img-tab,html[data-theme=dark] .section,html[data-theme=dark] .side-card,html[data-theme=dark] .stat-mini,html[data-theme=dark] .struct-table,html[data-theme=dark] .toc-card,html[data-theme=dark] .usage-card{background:var(--g100);border-color:var(--g200);color:var(--dark)}html[data-theme=dark] .stat-mini .v{color:var(--red)}html[data-theme=dark] .stat-mini.g .v{color:var(--green)}html[data-theme=dark] .model{background:rgba(251,191,36,.1);border-color:rgba(251,191,36,.3);color:var(--dark)}html[data-theme=dark] .qcard.correct{border-color:rgba(52,211,153,.4)}html[data-theme=dark] .qcard.wrong{border-color:rgba(255,61,85,.4)}html[data-theme=dark] .tabs{background:var(--g100);border-color:var(--g200)}html[data-theme=dark] .tab-btn{background:transparent;color:var(--g500)}html[data-theme=dark] .tab-btn:hover{color:var(--g800)}html[data-theme=dark] .tab-btn.active{background:var(--red);color:#fff}html[data-theme=dark] .pron-card .endings span{background:var(--g100)}html[data-theme=dark] .mistake-row .bad{background:rgba(255,61,85,.1);border-color:rgba(255,61,85,.3);color:#FF7A8A}html[data-theme=dark] .mistake-row .good{background:rgba(52,211,153,.1);border-color:rgba(52,211,153,.3);color:#6EE7B7}html[data-theme=dark] .mistake-row .why{background:var(--g100);border-color:var(--g300);color:var(--g600)}html[data-theme=dark] .quiz-list li{background:var(--g100);border-color:var(--g200)}html[data-theme=dark] .struct-table th{background:linear-gradient(135deg,var(--red) 0,#FF6E80 100%);color:#fff}html[data-theme=dark] .struct-table td{border-top-color:var(--g200)}html[data-theme=dark] .example-table th{background:var(--g50);color:var(--dark)}html[data-theme=dark] .example-table td{border-top-color:var(--g200)}html[data-theme=dark] .formula-box code{color:var(--dark)}html[data-theme=dark] .inner-banner{background:radial-gradient(120% 80% at 0 0,rgba(255,61,85,.18) 0,transparent 55%),linear-gradient(135deg,#1A1B25,#1E1F2A 60%,#20211C)}html[data-theme=dark] .inner-banner .blob.b1{background:rgba(255,61,85,.25)}html[data-theme=dark] .inner-banner .blob.b2{background:rgba(251,191,36,.22)}html[data-theme=dark] .inner-banner .blob.b3{background:rgba(255,255,255,.1)}html[data-theme=dark] .inline-cta{background:linear-gradient(120deg,rgba(255,61,85,.1) 0,var(--g100) 70%);border-color:rgba(255,61,85,.28)}html[data-theme=dark] .inline-cta .ico{background:var(--g50);box-shadow:0 4px 14px rgba(255,61,85,.28)}html[data-theme=dark] .inline-cta .copy p{color:var(--g500)}html[data-theme=dark] .related-item .thumb{filter:brightness(.55) saturate(.7)}html[data-theme=dark] .author-bio{background:var(--g50);border-color:var(--g200)}html[data-theme=dark] .pron-card{background:linear-gradient(135deg,var(--g100) 0,rgba(255,61,85,.1) 100%)!important;border-color:var(--g200)!important}html[data-theme=dark] .pron-card .when{color:var(--g500)}html[data-theme=dark] .pron-card .endings span{background:var(--g50);color:var(--dark);border-color:rgba(255,61,85,.3)}html[data-theme=dark] .pron-card .word{color:var(--dark)}html[data-theme=dark] .share-btn:hover{background:var(--red-light);color:var(--red)}html[data-theme=dark] .sidebar-left{background:transparent}html[data-theme=dark] .result-card{background:var(--g100);border-color:var(--g200)}html[data-theme=dark] .stat-tile.s-correct{background:rgba(52,211,153,.13)}html[data-theme=dark] .stat-tile.s-correct .l,html[data-theme=dark] .stat-tile.s-correct .v{color:#6EE7B7}html[data-theme=dark] .stat-tile.s-wrong{background:rgba(255,61,85,.13)}html[data-theme=dark] .stat-tile.s-wrong .l,html[data-theme=dark] .stat-tile.s-wrong .v{color:#FF7A8A}html[data-theme=dark] .stat-tile.s-skip{background:rgba(251,191,36,.13)}html[data-theme=dark] .stat-tile.s-skip .l,html[data-theme=dark] .stat-tile.s-skip .v{color:#FCD34D}html[data-theme=dark] .pdf-card{background:var(--g100);border-color:var(--g200)}html[data-theme=dark] .pdf-toolbar{background:var(--g50);border-bottom-color:var(--g200)}html[data-theme=dark] .pdf-page{background:#FBFBFB}html[data-theme=dark] .tab-pill{background:transparent;border-color:var(--g300);color:var(--g600)}html[data-theme=dark] .tab-pill:hover{background:var(--g100);color:var(--dark)}html[data-theme=dark] .tab-pill.is-active{background:var(--red);color:#fff;border-color:var(--red)}html[data-theme=dark] .tab-pill .tp-dot{background:var(--g400)}html[data-theme=dark] .mm-bcard-cat,html[data-theme=dark] .post-cat{filter:brightness(1.1) saturate(1.1)}html[data-theme=dark] .feat-main .img,html[data-theme=dark] .feat-side-item .img,html[data-theme=dark] .mm-bcard-img,html[data-theme=dark] .mm-brow-img,html[data-theme=dark] .post-card .img{filter:brightness(.55) saturate(.7) contrast(.95)}html[data-theme=dark]{--cs-accent:#FF3D55;--cs-accent-soft:rgba(255,61,85,0.15);--cs-bg:#14151D;--cs-ink:#383C4F;--cs-paper:#1F2230;--cs-shadow-hard:4px 4px 0 #08090F;--cs-shadow-card:0 18px 40px -22px rgba(0,0,0,0.7),0 2px 6px rgba(0,0,0,0.3)}html[data-theme=dark] .cs-eta-bar{background:var(--g50)}html[data-theme=dark] .cs-eta-sep{color:var(--g400)}html[data-theme=dark] .cs-trust b{color:var(--g700)}html[data-theme=dark] .cs-fyi p,html[data-theme=dark] .cs-tile p,html[data-theme=dark] .cs-trust{color:var(--g500)}html[data-theme=dark] .cs-fyi p b,html[data-theme=dark] .cs-tile-eyebrow{color:var(--g700)}html[data-theme=dark] .cs-cta-notify{background:var(--red);color:#fff}html[data-theme=dark] .cs-cta-notify:hover{background:var(--red-hover)}html[data-theme=dark] .cs-notify.is-sent{background:rgba(52,211,153,.14);border-color:#34D399}html[data-theme=dark] .cs-notify.is-sent .cs-cta-notify{background:#34D399;color:#08090F}html[data-theme=dark] .cs-stamp{background:var(--cs-paper)}html[data-theme=dark] .cs-stamp-wip{background:var(--red);color:#fff}html[data-theme=dark] .cs-corner-sticker{color:#fff}html[data-theme=dark] .cs-tile--green .cs-tile-icon{background:rgba(52,211,153,.18);color:#6EE7B7}html[data-theme=dark] .cs-tile--green .cs-tile-cta{color:#6EE7B7}html[data-theme=dark] .cs-tile--purple .cs-tile-icon{background:rgba(167,139,250,.18);color:#C4B5FD}html[data-theme=dark] .cs-tile--purple .cs-tile-cta{color:#C4B5FD}html[data-theme=dark] .cs-tile--orange .cs-tile-icon{background:rgba(251,191,36,.18);color:#FCD34D}html[data-theme=dark] .cs-tile--orange .cs-tile-cta{color:#FCD34D}html[data-theme=dark] .cs-eta-thumb-flag{background:#FBBF24;color:#08090F}html[data-theme=dark] .cs-eta-thumb-flag:after{background:#FBBF24}html[data-theme=dark] .cs-fyi-tape{background:#FBBF24;color:#08090F}html[data-theme=dark] .vibe-sticker .cs-hero,html[data-theme=dark] .vibe-sticker.cs-hero{background:linear-gradient(180deg,#16171F,#1A1B25)}html[data-theme=dark] .vibe-y2k .cs-hero,html[data-theme=dark] .vibe-y2k.cs-hero{background:radial-gradient(120% 80% at 0 0,rgba(192,38,211,.18) 0,transparent 55%),linear-gradient(180deg,#16171F,#1A1825)}html[data-theme=dark] .vibe-y2k .cs-tile{background:linear-gradient(180deg,var(--cs-paper) 0,rgba(167,139,250,.1) 100%)}html[data-theme=dark] .vibe-y2k .cs-blob--1{background:#831843;opacity:.35}html[data-theme=dark] .vibe-y2k .cs-blob--2{background:#1E3A8A;opacity:.35}html[data-theme=dark] .vibe-doodle{background-image:radial-gradient(circle at 1px 1px,rgba(255,255,255,.07) 1px,transparent 1.5px)}html[data-theme=dark] .cs-while{background:var(--cs-bg)}html[data-theme=dark] .cs-art-frame,html[data-theme=dark] .cs-bento,html[data-theme=dark] .cs-card,html[data-theme=dark] .cs-eta,html[data-theme=dark] .cs-feature,html[data-theme=dark] .cs-frame,html[data-theme=dark] .cs-fyi,html[data-theme=dark] .cs-notify,html[data-theme=dark] .cs-tile{background:var(--cs-paper);border-color:var(--cs-ink)}html[data-theme=dark] .cs-notify input{color:var(--dark)}html[data-theme=dark] .cs-notify input::placeholder{color:var(--g500)}html[data-theme=dark] .ev-hero{background:radial-gradient(120% 80% at 0 0,rgba(255,61,85,.18) 0,transparent 55%),linear-gradient(160deg,#1E1F2A,#1A1B25);border-color:#383C4F;box-shadow:6px 6px 0 #08090F}html[data-theme=dark] .ev-hero:before{background:repeating-linear-gradient(45deg,var(--red) 0 10px,#08090F 10px 20px,var(--red) 20px 30px)}html[data-theme=dark] .ev-meta-chip{background:var(--g100);border-color:var(--g300);color:var(--dark)}html[data-theme=dark] .ev-meta-chip.is-soft{background:var(--g50);color:var(--g600)}html[data-theme=dark] .ev-date-feature{background:var(--g100);border-color:#383C4F;box-shadow:4px 4px 0 #08090F}html[data-theme=dark] .ev-date-feature .cal-tile{border-color:#383C4F}html[data-theme=dark] .ev-date-feature .cal-tile .d{background:var(--g100);color:var(--dark)}html[data-theme=dark] .ev-date-feature .date-text .full{color:var(--dark)}html[data-theme=dark] .ev-state-line{background:var(--g100);border-color:var(--g300);color:var(--g700)}html[data-theme=dark] .ev-info-card{background:var(--g100);border-color:var(--g200)}html[data-theme=dark] .ev-fact-list li{border-bottom-color:var(--g200)}html[data-theme=dark] .ev-notify-box{background:linear-gradient(160deg,rgba(255,61,85,.1),rgba(255,61,85,.04));border-color:rgba(255,61,85,.28)}html[data-theme=dark] .ev-notify-box .notify-form input{background:var(--g100);border-color:var(--g300);color:var(--dark)}html[data-theme=dark] .ev-list-item,html[data-theme=dark] .ev-related .card,html[data-theme=dark] .related-card,html[data-theme=dark] .waiting-card{background:var(--g100);border-color:var(--g200)}html[data-theme=dark] .waiting-card.is-de .waiting-icon-wrap{background:linear-gradient(135deg,rgba(255,61,85,.22),rgba(255,61,85,.12));color:var(--red)}html[data-theme=dark] .waiting-card.is-dapan .waiting-icon-wrap{background:linear-gradient(135deg,rgba(52,211,153,.22),rgba(52,211,153,.12));color:var(--green)}html[data-theme=dark] .waiting-meta{border-top-color:var(--g200);border-bottom-color:var(--g200);color:var(--g500)}html[data-theme=dark] .waiting-meta b{color:var(--g700)}html[data-theme=dark] .skel-paper{background:var(--g50);border-color:var(--g200)}html[data-theme=dark] [style*="border: 1.5px solid #1A1A1A"],html[data-theme=dark] [style*="box-shadow: 4px 4px 0 #1A1A1A"],html[data-theme=dark] [style*="box-shadow: 6px 6px 0 #1A1A1A"]{border-color:#383C4F!important}html[data-theme=dark] .article-banner.hero-gradient:before{background:rgba(14,15,22,.52)}html[data-theme=dark] .article-body,html[data-theme=dark] .article-card,html[data-theme=dark] .author-card,html[data-theme=dark] .related-posts,html[data-theme=dark] .toc-floating{background:var(--g100);border-color:var(--g200)}html[data-theme=dark] .article-body blockquote{background:var(--g50);border-left-color:var(--red);color:var(--g700)}html[data-theme=dark] .article-body code,html[data-theme=dark] .article-body pre{background:var(--g50);color:var(--g800);border-color:var(--g200)}html[data-theme=dark] body{background:var(--white)}html[data-theme=dark] .takeaways{background:linear-gradient(180deg,rgba(251,191,36,.12),rgba(251,191,36,.06));border-color:rgba(251,191,36,.3)}html[data-theme=dark] .takeaways li{color:var(--g700)}html[data-theme=dark] .takeaways li:before{background:var(--red);color:#fff}html[data-theme=dark] .callout{background:rgba(234,179,8,.1);border-color:rgba(234,179,8,.28)}html[data-theme=dark] .callout--quote{background:rgba(251,191,36,.08)!important;border-color:rgba(251,191,36,.25)!important}html[data-theme=dark] .like-btn{background:var(--g100);color:var(--g700);border-color:var(--g300)}html[data-theme=dark] .like-btn:hover{background:rgba(255,61,85,.15);color:#FF7A8A;border-color:var(--red)}html[data-theme=dark] .like-btn.liked{background:var(--red);color:#fff;border-color:var(--red)}html[data-theme=dark] .signup-card button{background:var(--red);color:#fff}html[data-theme=dark] .signup-card button:hover{background:var(--red-hover);color:#fff}html[data-theme=dark] .formula-box{background:rgba(255,61,85,.08)!important;border-color:rgba(255,61,85,.28)!important}html[data-theme=dark] .opt.is-selected,html[data-theme=dark] .opt:has(input:checked){background:var(--red-light);border-color:var(--red)}html[data-theme=dark] .opt.is-selected .letter,html[data-theme=dark] .opt:has(input:checked) .letter{background:var(--red);color:#fff;border-color:var(--red)}html[data-theme=dark] [style*="background-color: #fff"]:not(.pdf-page):not(.cs-paper):not(.logo img),html[data-theme=dark] [style*="background-color:#fff"]:not(.pdf-page):not(.cs-paper):not(.logo img),html[data-theme=dark] [style*="background: #fff"]:not(.pdf-page):not(.cs-paper):not(.logo img),html[data-theme=dark] [style*="background:#fff"]:not(.pdf-page):not(.cs-paper):not(.logo img){background:var(--g100)!important}.dm-header-toggle{position:relative;width:44px;height:44px;border-radius:14px;padding:0;cursor:pointer;border:none;background:linear-gradient(135deg,#A5B4FC,#818CF8 55%,#6366F1);box-shadow:0 6px 16px -4px rgba(99,102,241,.45),0 2px 6px rgba(0,0,0,.06),inset 0 1px 0 rgba(255,255,255,.4),inset 0 -1px 0 rgba(49,46,129,.18);display:inline-flex;align-items:center;justify-content:center;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease,background .4s ease;isolation:isolate}html[data-theme=dark] .dm-header-toggle{background:linear-gradient(135deg,#FFFFFF,#FFFBEB 60%,#FEF3C7);box-shadow:0 6px 14px -6px rgba(251,146,60,.38),0 2px 4px rgba(15,23,42,.04),inset 0 1px 0 rgba(255,255,255,.95)}.dm-cat-aura{position:absolute;inset:-7px;border-radius:20px;background:radial-gradient(circle,rgba(129,140,248,.32) 0,rgba(129,140,248,0) 65%);pointer-events:none;z-index:0;animation:dmCatGlow 2.6s ease-in-out infinite}html[data-theme=dark] .dm-cat-aura{background:radial-gradient(circle,rgba(251,191,36,.38) 0,rgba(251,191,36,0) 65%)}@keyframes dmCatGlow{0%,to{opacity:.5;transform:scale(.92)}50%{opacity:1;transform:scale(1.12)}}.dm-header-toggle .dm-cat{position:relative;z-index:1;width:32px;height:32px;margin-top:4px;transform-origin:50% 60%;transition:transform .35s cubic-bezier(.34,1.56,.64,1),opacity .25s ease;filter:drop-shadow(0 1px 1.5px rgba(0,0,0,.18))}.dm-header-toggle .dm-cat-sun{display:none}.dm-header-toggle .dm-cat-moon{display:block}html[data-theme=dark] .dm-header-toggle .dm-cat-moon{display:none}html[data-theme=dark] .dm-header-toggle .dm-cat-sun{display:block}.dm-header-toggle .dm-cat-moon{animation:dmCatSnooze 3.4s ease-in-out infinite}.dm-header-toggle .dm-cat-sun{animation:dmCatPlay 2.6s ease-in-out infinite}@keyframes dmCatSnooze{0%,to{transform:translateY(0) rotate(-4deg) scale(1)}30%{transform:translateY(-2px) rotate(-2deg) scale(1.04)}60%{transform:translateY(-1px) rotate(3deg) scale(1.02)}80%{transform:translateY(-2px) rotate(1deg) scale(1.03)}}@keyframes dmCatPlay{0%,to{transform:translateY(0) rotate(-7deg) scale(1)}25%{transform:translateY(-4px) rotate(4deg) scale(1.06)}50%{transform:translateY(-2px) rotate(-5deg) scale(1.03)}75%{transform:translateY(-3px) rotate(8deg) scale(1.05)}}@media (hover:hover) and (pointer:fine){.dm-header-toggle:hover{transform:translateY(-2px) scale(1.06);box-shadow:0 10px 24px -4px rgba(99,102,241,.55),0 3px 8px rgba(0,0,0,.08),inset 0 1px 0 rgba(255,255,255,.5)}html[data-theme=dark] .dm-header-toggle:hover{box-shadow:0 10px 22px -6px rgba(251,146,60,.45),0 3px 6px rgba(15,23,42,.06),inset 0 1px 0 rgba(255,255,255,1)}.dm-header-toggle:hover .dm-cat-moon{animation:dmCatHoverWiggle .6s ease-in-out infinite}.dm-header-toggle:hover .dm-cat-sun{animation:dmCatHoverWiggle .5s ease-in-out infinite}.dm-header-toggle.is-flash{animation:dmCatPop .55s cubic-bezier(.34,1.56,.64,1)}}@keyframes dmCatHoverWiggle{0%,to{transform:translateY(-2px) rotate(-12deg) scale(1.1)}50%{transform:translateY(-5px) rotate(12deg) scale(1.15)}}.dm-header-toggle:active{transform:translateY(0) scale(.96)}@keyframes dmCatPop{0%{transform:scale(1) rotate(0)}35%{transform:scale(1.2) rotate(-8deg)}65%{transform:scale(.94) rotate(6deg)}to{transform:scale(1) rotate(0)}}.dm-mobile-toggle{cursor:pointer;width:100%;text-align:left;font:inherit;background:none;border:none}.dm-mobile-cat-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:10px;border:none;background:linear-gradient(135deg,#A5B4FC,#818CF8);box-shadow:0 2px 6px -1px rgba(99,102,241,.4),inset 0 1px 0 rgba(255,255,255,.4)}html[data-theme=dark] .dm-mobile-cat-wrap{background:linear-gradient(135deg,#FFFFFF,#FFFBEB);box-shadow:0 2px 6px -2px rgba(251,146,60,.3),inset 0 1px 0 rgba(255,255,255,.95)}.dm-mobile-toggle .dm-cat-mini{width:26px;height:26px;margin-top:3px;filter:drop-shadow(0 1px 1px rgba(0,0,0,.15));transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.dm-mobile-toggle .dm-cat-moon{animation:dmCatSnooze 3.4s ease-in-out infinite}.dm-mobile-toggle .dm-cat-sun{animation:dmCatPlay 2.6s ease-in-out infinite;display:none}.dm-mobile-toggle .dm-cat-moon{display:block}html[data-theme=dark] .dm-mobile-toggle .dm-cat-moon{display:none}html[data-theme=dark] .dm-mobile-toggle .dm-cat-sun{display:block}@media (hover:hover) and (pointer:fine){.dm-mobile-toggle:hover .dm-cat-mini{transform:rotate(-6deg) scale(1.08)}.dm-mobile-toggle.is-flash .dm-cat-mini{animation:dmCatPop .55s cubic-bezier(.34,1.56,.64,1)}}.dm-toggle-label{flex:1 1}#dm-toggle{position:fixed;right:22px;bottom:22px;z-index:9999;width:52px;height:52px;padding:0;border-radius:16px;border:none;background:linear-gradient(135deg,#A5B4FC,#818CF8 55%,#6366F1);box-shadow:0 10px 24px -8px rgba(99,102,241,.5),inset 0 1px 0 rgba(255,255,255,.4);cursor:pointer;-webkit-tap-highlight-color:transparent;isolation:isolate;display:inline-flex;align-items:center;justify-content:center;transition:transform .25s cubic-bezier(.34,1.56,.64,1),box-shadow .25s ease,background .35s ease}html[data-theme=dark] #dm-toggle{background:linear-gradient(135deg,#FFFFFF,#FFFBEB 60%,#FEF3C7);box-shadow:0 10px 24px -10px rgba(251,146,60,.45),0 2px 6px rgba(15,23,42,.05),inset 0 1px 0 rgba(255,255,255,.95)}#dm-toggle .dm-cat-aura{position:absolute;inset:-8px;border-radius:22px;background:radial-gradient(circle,rgba(129,140,248,.32) 0,rgba(129,140,248,0) 65%);z-index:0;pointer-events:none;animation:dmCatGlow 2.6s ease-in-out infinite}html[data-theme=dark] #dm-toggle .dm-cat-aura{background:radial-gradient(circle,rgba(251,191,36,.4) 0,rgba(251,191,36,0) 65%)}#dm-toggle .dm-cat{position:relative;z-index:1;width:38px;height:38px;margin-top:5px;filter:drop-shadow(0 1px 1.5px rgba(0,0,0,.18));transition:transform .3s cubic-bezier(.34,1.56,.64,1)}#dm-toggle .dm-cat-sun{display:none}#dm-toggle .dm-cat-moon{display:block}html[data-theme=dark] #dm-toggle .dm-cat-moon{display:none}html[data-theme=dark] #dm-toggle .dm-cat-sun{display:block}#dm-toggle .dm-cat-moon{animation:dmCatSnooze 3.4s ease-in-out infinite}#dm-toggle .dm-cat-sun{animation:dmCatPlay 2.6s ease-in-out infinite}@media (hover:hover) and (pointer:fine){#dm-toggle:hover{transform:translateY(-2px) scale(1.06);box-shadow:0 14px 32px -8px rgba(99,102,241,.65),inset 0 1px 0 rgba(255,255,255,.5)}html[data-theme=dark] #dm-toggle:hover{box-shadow:0 14px 30px -10px rgba(251,146,60,.55),0 4px 10px rgba(15,23,42,.06),inset 0 1px 0 rgba(255,255,255,1)}#dm-toggle:hover .dm-cat-moon{animation:dmCatHoverWiggle .6s ease-in-out infinite}#dm-toggle:hover .dm-cat-sun{animation:dmCatHoverWiggle .5s ease-in-out infinite}#dm-toggle.is-flash{animation:dmCatPop .55s cubic-bezier(.34,1.56,.64,1)}}#dm-toggle:active{transform:translateY(0) scale(.96)}#dm-toggle:focus-visible{outline:2px solid var(--red);outline-offset:3px}@media (max-width:600px){#dm-toggle{right:14px;bottom:14px;width:48px;height:48px}#dm-toggle .dm-cat{width:34px;height:34px}}::view-transition-new(root),::view-transition-old(root){animation:none;mix-blend-mode:normal}::view-transition-old(root){z-index:1}::view-transition-new(root){z-index:2;animation:dmReveal .95s cubic-bezier(.4,0,.2,1) forwards}@keyframes dmReveal{0%{-webkit-clip-path:circle(0 at var(--dm-origin-x,50%) var(--dm-origin-y,50%));clip-path:circle(0 at var(--dm-origin-x,50%) var(--dm-origin-y,50%))}to{-webkit-clip-path:circle(var(--dm-end-radius,150vmax) at var(--dm-origin-x,50%) var(--dm-origin-y,50%));clip-path:circle(var(--dm-end-radius,150vmax) at var(--dm-origin-x,50%) var(--dm-origin-y,50%))}}html.dm-transitioning #dm-toggle,html.dm-transitioning .dm-header-toggle,html.dm-transitioning .dm-mobile-toggle{view-transition-name:dm-toggle}::view-transition-new(dm-toggle),::view-transition-old(dm-toggle){animation-duration:.3s;z-index:3}@media (prefers-reduced-motion:reduce){::view-transition-new(root){animation:none}}.spl-overlay{position:fixed;inset:0;z-index:9999;display:flex;flex-direction:column;pointer-events:none}.spl-overlay.is-open{pointer-events:auto}.spl-scrim{position:absolute;top:var(--spl-offset,64px);left:0;right:0;bottom:0;background:rgba(17,17,17,.42);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);opacity:0;transition:opacity .32s cubic-bezier(.22,.61,.16,1),-webkit-backdrop-filter .32s ease;transition:opacity .32s cubic-bezier(.22,.61,.16,1),backdrop-filter .32s ease;transition:opacity .32s cubic-bezier(.22,.61,.16,1),backdrop-filter .32s ease,-webkit-backdrop-filter .32s ease}.spl-overlay.is-open .spl-scrim{opacity:1;transition:opacity .32s cubic-bezier(.22,.61,.16,1) .15s,-webkit-backdrop-filter .32s ease .15s;transition:opacity .32s cubic-bezier(.22,.61,.16,1) .15s,backdrop-filter .32s ease .15s;transition:opacity .32s cubic-bezier(.22,.61,.16,1) .15s,backdrop-filter .32s ease .15s,-webkit-backdrop-filter .32s ease .15s}.spl-popup{position:relative;background:#fff;border-bottom:1px solid var(--g200);box-shadow:0 24px 48px -16px rgba(0,0,0,.18);clip-path:inset(0 0 100% 0);-webkit-clip-path:inset(0 0 100% 0);opacity:0;transform-origin:top center;transition:clip-path .42s cubic-bezier(.22,.61,.16,1),-webkit-clip-path .42s cubic-bezier(.22,.61,.16,1),opacity .22s ease;margin-top:var(--spl-offset,64px);max-height:calc(100vh - var(--spl-offset, 64px));overflow-y:auto;overflow-x:hidden}.spl-overlay.is-open .spl-popup{clip-path:inset(0 0 0 0);-webkit-clip-path:inset(0 0 0 0);opacity:1;transition:clip-path .42s cubic-bezier(.22,.61,.16,1) .19s,-webkit-clip-path .42s cubic-bezier(.22,.61,.16,1) .19s,opacity .22s ease .19s,box-shadow .28s ease .19s}.spl-inner>*{opacity:0;transform:translateY(8px);transition:opacity .32s ease .06s,transform .42s cubic-bezier(.22,.61,.16,1) .06s}.spl-overlay.is-open .spl-inner>*{opacity:1;transform:translateY(0);transition-delay:.25s}.spl-overlay.is-open .spl-inner>:nth-child(2){transition-delay:.31s}.spl-overlay.is-open .spl-inner>:nth-child(3){transition-delay:.37s}.spl-overlay.is-open .spl-inner>:nth-child(4){transition-delay:.43s}.spl-overlay:not(.is-open) .spl-inner>*{transition:opacity .14s ease,transform .14s ease}.spl-inner{max-width:1200px;margin:0 auto;padding:14px 32px 16px}.spl-input-row,.spl-input-wrap{display:flex;align-items:center;gap:12px}.spl-input-wrap{flex:1 1;height:44px;padding:0 16px;background:var(--g100);border:1.5px solid transparent;border-radius:12px;transition:all .15s}.spl-input-wrap.focus{background:#fff;border-color:var(--red);box-shadow:0 0 0 4px var(--red-light)}.spl-input-wrap .spl-ic-search{width:22px;height:22px;color:var(--red);flex-shrink:0}.spl-input-wrap input{flex:1 1;border:none;background:transparent;outline:none;font-family:var(--font);font-size:16px;font-weight:500;color:var(--dark);padding:0;min-width:0}.spl-input-wrap input::placeholder{color:var(--g400);font-weight:400}.spl-clear{width:26px;height:26px;border-radius:50%;background:var(--g300);color:#fff;display:none;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;border:none}.spl-clear:hover{background:var(--g500)}.spl-clear svg{width:12px;height:12px}.spl-input-wrap.has-value .spl-clear{display:inline-flex}.spl-kbd{gap:4px;padding:4px 8px;border-radius:6px;background:#fff;border:1px solid var(--g300);font-family:ui-monospace,SF Mono,monospace;font-size:11px;color:var(--g500)}.spl-close,.spl-kbd{display:inline-flex;align-items:center;flex-shrink:0}.spl-close{width:40px;height:40px;border-radius:10px;background:transparent;color:var(--g600);justify-content:center;cursor:pointer;border:none}.spl-close:hover{background:var(--g100);color:var(--dark)}.spl-close svg{width:20px;height:20px}.spl-chips{display:flex;gap:6px;align-items:center;margin-top:10px;flex-wrap:wrap}.spl-chips .lbl{font-size:10.5px;font-weight:700;color:var(--g500);letter-spacing:.08em;text-transform:uppercase;margin-right:2px}.spl-chip{display:inline-flex;align-items:center;gap:6px;padding:5px 11px;border-radius:999px;background:var(--g100);color:var(--g700);font-size:12.5px;font-weight:500;cursor:pointer;transition:all .15s;border:1px solid transparent;font-family:var(--font)}.spl-chip:hover{background:var(--g200)}.spl-chip svg{width:14px;height:14px}.spl-chip.active{background:var(--g800);color:#fff}.spl-chip.active.cat-thpt{background:var(--red)}.spl-chip.active.cat-l10{background:var(--blue)}.spl-chip.active.cat-hsa{background:var(--purple)}.spl-chip.active.cat-blog{background:var(--orange)}.spl-chip .cnt{font-size:10.5px;padding:1.5px 7px;border-radius:999px;background:rgba(0,0,0,.06);color:inherit;font-weight:700;margin-left:2px}.spl-chip.active .cnt{background:rgba(255,255,255,.25);color:#fff}.spl-layout{display:grid;grid-template-columns:1fr 320px;grid-gap:22px;gap:22px;margin-top:12px;min-height:270px;position:relative}.spl-main{min-width:0;position:relative}.spl-side{border-left:1px solid var(--g200);padding-left:20px;display:flex;flex-direction:column;gap:14px}.spl-side>*{flex-shrink:0}.spl-side-h{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:700;color:var(--g500);text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px}.spl-side-h svg{width:14px;height:14px;color:var(--red)}.spl-pickers{display:grid;grid-template-columns:1fr 1fr;grid-gap:22px;gap:22px}.spl-pick-h{display:flex;align-items:center;gap:8px;font-size:10.5px;font-weight:700;color:var(--g500);text-transform:uppercase;letter-spacing:.08em;margin-bottom:7px}.spl-pick-h svg{width:14px;height:14px;color:var(--red)}.spl-tag-row{display:flex;flex-wrap:wrap;gap:8px}.spl-tag{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border-radius:999px;background:#fff;border:1px solid var(--g200);font-size:12.5px;font-weight:500;color:var(--g700);cursor:pointer;transition:all .15s;font-family:var(--font)}.spl-tag:hover{border-color:var(--red);color:var(--red);background:var(--red-light)}.spl-tag .dot{width:6px;height:6px;border-radius:50%;background:var(--g300);flex-shrink:0}.spl-tag.hot{background:linear-gradient(135deg,#fff5f6,#fff);border-color:#fecaca;color:var(--red)}.spl-tag.hot .dot{background:var(--red);animation:splPulse 1.4s infinite}@keyframes splPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.6);opacity:.4}}.spl-tag .ttag{font-size:10px;padding:1px 5px;border-radius:4px;background:var(--g100);color:var(--g500);font-weight:700;letter-spacing:.3px}.spl-tag .pin{width:14px;height:14px;color:var(--red);flex-shrink:0}.spl-recent-row{margin-top:14px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.spl-recent-row .lbl{font-size:10.5px;font-weight:700;color:var(--g500);letter-spacing:.08em;text-transform:uppercase;margin-right:4px}.spl-recent-pill{display:inline-flex;align-items:center;gap:6px;padding:4px 9px 4px 10px;border-radius:999px;background:#fff;border:1px solid var(--g200);font-size:12px;color:var(--g700);font-weight:500;cursor:pointer;font-family:var(--font)}.spl-recent-pill:hover{border-color:var(--red);color:var(--red)}.spl-recent-pill svg{width:12px;height:12px;color:var(--g400)}.spl-recent-pill .x{margin-left:2px;width:16px;height:16px;border-radius:50%;background:var(--g100);color:var(--g500);display:inline-flex;align-items:center;justify-content:center}.spl-recent-pill .x svg{width:8px;height:8px;color:inherit}.spl-recent-pill:hover .x{background:var(--red-light);color:var(--red)}.spl-sect{margin-bottom:12px}.spl-sect:last-child{margin-bottom:0}.spl-sect-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.spl-sect-title{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:700;color:var(--g500);text-transform:uppercase;letter-spacing:.06em}.spl-sect-title .ic-wrap{width:22px;height:22px;border-radius:7px;display:inline-flex;align-items:center;justify-content:center}.spl-sect-title .ic-wrap svg{width:13px;height:13px}.spl-sect-title .ic-wrap.t-thpt{background:var(--red-light);color:var(--red)}.spl-sect-title .ic-wrap.t-l10{background:var(--blue-bg);color:var(--blue)}.spl-sect-title .ic-wrap.t-hsa{background:var(--purple-bg);color:var(--purple)}.spl-sect-title .ic-wrap.t-blog{background:var(--orange-bg);color:var(--orange)}.spl-sect-title .pill{font-size:11px;padding:1px 8px;border-radius:999px;background:var(--g100);color:var(--g600);font-weight:600;letter-spacing:0}.spl-sect-more{display:inline-flex;align-items:center;gap:4px;font-size:12.5px;font-weight:600;color:var(--red);cursor:pointer;background:none;border:none;font-family:var(--font)}.spl-sect-more:hover{gap:8px}.spl-sect-more svg{width:13px;height:13px}.spl-dd-backbar{display:flex;align-items:center;gap:14px;margin-top:12px;padding-bottom:12px;border-bottom:1px solid var(--g100);flex-wrap:wrap}.spl-dd-back{display:inline-flex;align-items:center;gap:7px;padding:6px 13px 6px 10px;border-radius:999px;background:var(--g100);border:1px solid transparent;color:var(--g700);font-size:12.5px;font-weight:600;font-family:var(--font);cursor:pointer;transition:all .15s;flex-shrink:0}.spl-dd-back:hover{background:var(--red-light);color:var(--red)}.spl-dd-back svg{width:15px;height:15px;transition:transform .15s}.spl-dd-back:hover svg{transform:translateX(-2px)}.spl-dd-crumb{gap:9px;min-width:0}.spl-dd-crumb,.spl-dd-crumb .ic-wrap{display:inline-flex;align-items:center}.spl-dd-crumb .ic-wrap{width:26px;height:26px;border-radius:8px;justify-content:center;flex-shrink:0}.spl-dd-crumb .ic-wrap svg{width:15px;height:15px}.spl-dd-crumb .ic-wrap.t-thpt{background:var(--red-light);color:var(--red)}.spl-dd-crumb .ic-wrap.t-l10{background:var(--blue-bg);color:var(--blue)}.spl-dd-crumb .ic-wrap.t-hsa{background:var(--purple-bg);color:var(--purple)}.spl-dd-crumb .ic-wrap.t-blog{background:var(--orange-bg);color:var(--orange)}.spl-dd-crumb-text{min-width:0}.spl-dd-crumb-title{font-family:var(--font-display);font-size:16px;font-weight:600;color:var(--dark);line-height:1.2}.spl-dd-crumb-sub{font-size:12px;color:var(--g500);margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.spl-dd-crumb-sub b{color:var(--red);font-weight:600}.spl-dd-openpage{margin-left:auto;display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:600;color:var(--g500);cursor:pointer;white-space:nowrap;flex-shrink:0;background:none;border:none;font-family:var(--font);text-decoration:none}.spl-dd-openpage:hover{color:var(--red)}.spl-dd-openpage svg{width:13px;height:13px}.spl-dd-toolbar{justify-content:space-between;gap:12px;margin-top:12px}.spl-dd-filters,.spl-dd-toolbar{display:flex;align-items:center;flex-wrap:wrap}.spl-dd-filters{gap:6px;min-width:0}.spl-fchip{display:inline-flex;align-items:center;gap:5px;padding:5px 11px;border-radius:999px;background:#fff;border:1px solid var(--g200);font-size:12px;font-weight:500;color:var(--g700);cursor:pointer;transition:all .15s;font-family:var(--font)}.spl-fchip:hover{border-color:var(--red);color:var(--red)}.spl-fchip.active{background:var(--red-light);border-color:rgba(232,25,44,.28);color:var(--red);font-weight:600}.spl-fchip svg{width:13px;height:13px}.spl-dd-sort{gap:7px;font-size:12px;color:var(--g500);flex-shrink:0;position:relative}.spl-dd-sort,.spl-dd-sortbtn{display:inline-flex;align-items:center}.spl-dd-sortbtn{gap:6px;padding:5px 10px;border-radius:8px;background:#fff;border:1px solid var(--g200);font-size:12.5px;font-weight:600;color:var(--dark);cursor:pointer;font-family:var(--font)}.spl-dd-sortbtn:hover{border-color:var(--red)}.spl-dd-sortbtn .chev,.spl-dd-sortbtn .lead{width:13px;height:13px;color:var(--g400)}.spl-dd-sortbtn .chev{transition:transform .15s}.spl-dd-sort.open .spl-dd-sortbtn .chev{transform:rotate(180deg)}.spl-dd-menu{position:absolute;top:calc(100% + 6px);right:0;min-width:168px;z-index:20;background:#fff;border:1px solid var(--g200);border-radius:12px;box-shadow:0 16px 36px -12px rgba(0,0,0,.22);padding:5px;display:none}.spl-dd-sort.open .spl-dd-menu{display:block;animation:splMenuIn .14s ease}@keyframes splMenuIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.spl-dd-menu button{display:flex;align-items:center;gap:8px;width:100%;padding:8px 10px;border-radius:8px;background:none;border:none;cursor:pointer;font-family:var(--font);font-size:13px;color:var(--g800);text-align:left}.spl-dd-menu button:hover{background:var(--g100)}.spl-dd-menu button .tick{width:14px;height:14px;color:var(--red);opacity:0;flex-shrink:0}.spl-dd-menu button.sel{color:var(--red);font-weight:600}.spl-dd-menu button.sel .tick{opacity:1}.spl-dd-listwrap{position:relative;margin-top:10px}.spl-dd-list{display:flex;flex-direction:column;gap:2px;max-height:min(48vh,360px);overflow-y:auto;padding-right:6px;scrollbar-width:thin;scrollbar-color:var(--g300) transparent}.spl-dd-list::-webkit-scrollbar{width:8px}.spl-dd-list::-webkit-scrollbar-thumb{background:var(--g200);border-radius:999px}.spl-dd-list::-webkit-scrollbar-thumb:hover{background:var(--g300)}.spl-dd-listwrap:after{content:"";position:absolute;left:0;right:6px;bottom:0;height:28px;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,0),#fff 92%)}.spl-dd-list .spl-item{border-radius:10px;padding:9px 12px}.spl-dd-list .spl-item+.spl-item{border-top:1px solid var(--g100)}.spl-dd-yeartag{display:flex;align-items:center;gap:8px;font-size:10.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--g500);margin:12px 4px 4px}.spl-dd-yeartag:first-child{margin-top:2px}.spl-dd-yeartag .ln{flex:1 1;height:1px;background:var(--g100)}.spl-dd-fempty{text-align:center;padding:26px 16px;color:var(--g500);font-size:13px}.spl-dd-fempty b{color:var(--dark)}.spl-dd-fempty .reset{display:inline-block;margin-top:8px;color:var(--red);font-weight:600;cursor:pointer}.spl-dd-cta-row{margin-top:12px;padding-top:12px;border-top:1px solid var(--g100);display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.spl-dd-cta-note{font-size:12px;color:var(--g500)}.spl-dd-cta-note b{color:var(--g700);font-weight:600}.spl-dd-cta{display:inline-flex;align-items:center;gap:8px;padding:9px 18px;border-radius:999px;background:var(--red);color:#fff;font-size:13px;font-weight:600;cursor:pointer;text-decoration:none;box-shadow:0 6px 14px -6px rgba(232,25,44,.55);transition:all .15s}.spl-dd-cta:hover{background:var(--red-hover);transform:translateY(-1px)}.spl-dd-cta svg{width:15px;height:15px;transition:transform .15s}.spl-dd-cta:hover svg{transform:translateX(3px)}@media (max-width:900px){.spl-dd-openpage{display:none}.spl-dd-list{max-height:52vh}.spl-dd-cta-note{display:none}.spl-dd-cta{margin-left:auto}}html[data-theme=dark] .spl-dd-back{background:var(--g100);color:var(--g700)}html[data-theme=dark] .spl-dd-back:hover{background:rgba(255,61,85,.12);color:#FF7A8A}html[data-theme=dark] .spl-dd-crumb-title{color:var(--dark)}html[data-theme=dark] .spl-fchip{background:var(--g100);border-color:var(--g200);color:var(--g700)}html[data-theme=dark] .spl-fchip.active,html[data-theme=dark] .spl-fchip:hover{background:rgba(255,61,85,.12);border-color:rgba(255,61,85,.3);color:#FF7A8A}html[data-theme=dark] .spl-dd-sortbtn{background:var(--g100);border-color:var(--g200);color:var(--dark)}html[data-theme=dark] .spl-dd-menu{background:var(--g50);border-color:var(--g200);box-shadow:0 16px 36px -12px rgba(0,0,0,.55)}html[data-theme=dark] .spl-dd-menu button{color:var(--g800)}html[data-theme=dark] .spl-dd-menu button:hover{background:var(--g100)}html[data-theme=dark] .spl-dd-menu button.sel{color:#FF7A8A}html[data-theme=dark] .spl-dd-list .spl-item+.spl-item{border-top-color:var(--g200)}html[data-theme=dark] .spl-dd-listwrap:after{background:linear-gradient(180deg,rgba(20,21,29,0) 0,var(--white) 92%)}html[data-theme=dark] .spl-dd-crumb .ic-wrap.t-thpt{background:rgba(255,61,85,.18);color:#FF7A8A}html[data-theme=dark] .spl-dd-crumb .ic-wrap.t-l10{background:rgba(96,165,250,.18);color:#93C5FD}html[data-theme=dark] .spl-dd-crumb .ic-wrap.t-hsa{background:rgba(167,139,250,.18);color:#C4B5FD}html[data-theme=dark] .spl-dd-crumb .ic-wrap.t-blog{background:rgba(251,191,36,.18);color:#FCD34D}.spl-list{display:flex;flex-direction:column}.spl-item{display:flex;align-items:center;gap:11px;padding:6px 10px;border-radius:10px;cursor:pointer;transition:background .12s;position:relative;text-decoration:none;color:inherit}.spl-item.focused,.spl-item:hover{background:var(--red-light)}.spl-item.focused .spl-item-arrow,.spl-item:hover .spl-item-arrow{opacity:1;transform:translateX(0)}.spl-thumb{width:36px;height:36px;border-radius:9px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;background:var(--g100);color:var(--g500)}.spl-thumb.t-thpt{background:linear-gradient(135deg,#fee2e2,#fecaca);color:var(--red)}.spl-thumb.t-l10{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:var(--blue)}.spl-thumb.t-hsa{background:linear-gradient(135deg,#f3e8ff,#e9d5ff);color:var(--purple)}.spl-thumb.t-blog{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#b45309}.spl-thumb svg{width:18px;height:18px}.spl-item-body{flex:1 1;min-width:0}.spl-item-title{font-size:13px;font-weight:600;color:var(--dark);line-height:1.35;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.spl-item-meta{display:flex;align-items:center;gap:6px;margin-top:2px;font-size:11.5px;color:var(--g500);flex-wrap:wrap}.spl-item-meta .dot{width:3px;height:3px;border-radius:50%;background:var(--g300);flex-shrink:0}.spl-item-meta .badge-sm{display:inline-flex;align-items:center;gap:4px;padding:1px 6px;border-radius:5px;font-size:10.5px;font-weight:600}.spl-item-meta .badge-sm.b-thpt{background:var(--red-light);color:var(--red)}.spl-item-meta .badge-sm.b-l10{background:var(--blue-bg);color:var(--blue)}.spl-item-meta .badge-sm.b-hsa{background:var(--purple-bg);color:var(--purple)}.spl-item-meta .badge-sm.b-blog{background:var(--orange-bg);color:var(--orange)}.spl-item-arrow{flex-shrink:0;color:var(--red);opacity:0;transform:translateX(-4px);transition:all .15s}.spl-item-arrow svg{width:18px;height:18px}.spl-hl{background:#FEF3C7;color:var(--red);padding:0 3px;border-radius:3px;font-weight:700}.spl-ai{position:relative;overflow:hidden;border-radius:12px;padding:10px 12px;background:linear-gradient(135deg,#fff5f6,#fef3c7);border:1px solid #fde68a}.spl-ai-eyebrow{font-size:9.5px;font-weight:700;letter-spacing:.12em;color:var(--red);text-transform:uppercase;margin-bottom:4px;display:inline-flex;align-items:center;gap:6px}.spl-ai-eyebrow .spark{width:14px;height:14px;background:var(--red);color:#fff;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;font-size:10px}.spl-ai-q{font-size:13px;font-weight:600;color:var(--dark);line-height:1.4;margin-bottom:8px}.spl-ai-q .q-mark{color:var(--red);font-style:italic;font-weight:500}.spl-ai-btn{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border-radius:999px;background:var(--dark);color:#fff;font-size:11.5px;font-weight:600;cursor:pointer;border:none;font-family:var(--font)}.spl-ai-btn svg{width:12px;height:12px}.spl-ai.is-coming>:not(.spl-ai-coming){filter:blur(3px);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.spl-ai-coming{position:absolute;inset:0;flex-direction:column;gap:6px;text-align:center;padding:12px;cursor:pointer;border-radius:inherit;font-weight:600;background:rgba(255,255,255,.55);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);color:var(--g700)}.spl-ai-coming,.spl-ai-coming-ic{display:flex;align-items:center;justify-content:center}.spl-ai-coming-ic{font-size:20px}.spl-ai-coming-ic svg{width:20px;height:20px;color:var(--red)}.spl-ai-coming-txt{font-size:13px}.spl-feat{display:flex;align-items:center;gap:9px;padding:7px 9px;border-radius:10px;background:#fff;border:1px solid var(--g200);transition:all .15s;cursor:pointer;text-decoration:none;color:inherit}.spl-feat:hover{border-color:var(--red);background:var(--red-light)}.spl-feat-thumb{width:36px;height:36px;border-radius:8px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:10px;background:linear-gradient(135deg,var(--red) 0,#ff6b7a 100%);color:#fff;text-align:center;line-height:1.1}.spl-feat-thumb.t-l10{background:linear-gradient(135deg,var(--blue),#60a5fa)}.spl-feat-thumb.t-hsa{background:linear-gradient(135deg,var(--purple),#a78bfa)}.spl-feat-body{flex:1 1;min-width:0}.spl-feat-title{font-size:12.5px;font-weight:600;color:var(--dark);line-height:1.3}.spl-feat-meta{margin-top:2px;font-size:11px;color:var(--g500)}.spl-trend{display:flex;flex-direction:column;gap:4px}.spl-trend-row{display:flex;align-items:center;gap:8px;padding:5px 8px;border-radius:8px;cursor:pointer;font-size:12.5px;color:var(--g800);font-weight:500;background:none;border:none;text-align:left;font-family:var(--font)}.spl-trend-row:hover{background:var(--red-light);color:var(--red)}.spl-trend-row .rank{font-family:var(--font-display);font-weight:700;width:18px;text-align:center;font-size:14px;color:var(--g400);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;flex-shrink:0}.spl-trend-row.r1 .rank{color:var(--red)}.spl-trend-row.r2 .rank{color:var(--orange)}.spl-trend-row.r3 .rank{color:var(--gold)}.spl-trend-row .label{flex:1 1}.spl-trend-row .arrow{margin-left:auto;font-size:11px;color:var(--green);font-weight:600;display:inline-flex;align-items:center;gap:2px}.spl-trend-row .arrow svg{width:10px;height:10px}.spl-mini-spin{display:inline-block;width:12px;height:12px;margin-left:6px;vertical-align:middle;border:2px solid var(--spl-border,#e5e7eb);border-top-color:var(--spl-accent,#ef4444);border-radius:50%;animation:spl-spin .6s linear infinite}@keyframes spl-spin{to{transform:rotate(1turn)}}.spl-loading-status{display:inline-flex;align-items:center;gap:8px;font-size:12.5px;color:var(--g500);margin:4px 0 6px 4px}.spl-spinner{width:14px;height:14px;border:2px solid var(--g200);border-top-color:var(--red);border-radius:50%;animation:splSpin .8s linear infinite}@keyframes splSpin{to{transform:rotate(1turn)}}.spl-skel{background:linear-gradient(90deg,var(--g100) 0,var(--g50) 50%,var(--g100) 100%);background-size:200% 100%;animation:splSkel 1.4s ease infinite;border-radius:6px}@keyframes splSkel{0%{background-position:200% 0}to{background-position:-200% 0}}.spl-skel-row{display:flex;gap:12px;padding:10px 12px;align-items:center}.spl-skel-row .spl-skel.thumb{width:42px;height:42px;border-radius:10px;flex-shrink:0}.spl-skel-row .body{flex:1 1;display:flex;flex-direction:column;gap:7px}.spl-skel-row .body .spl-skel.l1{height:14px}.spl-skel-row .body .spl-skel.l2{height:11px}.spl-empty{text-align:center;padding:14px 20px 6px}.spl-empty-art{width:110px;height:110px;margin:0 auto 8px}.spl-empty h3{font-family:var(--font-display);font-size:18px;font-weight:600;color:var(--dark);margin-bottom:6px}.spl-empty p{font-size:13px;color:var(--g600);margin-bottom:10px;line-height:1.55}.spl-empty p b{color:var(--red);font-weight:700}.spl-empty-sug{font-size:10.5px;color:var(--g500);margin-bottom:8px;text-transform:uppercase;letter-spacing:.08em;font-weight:700}.spl-empty-tags{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.spl-foot{margin-top:10px;padding-top:9px;border-top:1px solid var(--g100);justify-content:space-between;font-size:11.5px;color:var(--g500)}.spl-foot,.spl-foot-kbds{display:flex;align-items:center}.spl-foot-kbds{gap:14px;flex-wrap:wrap}.spl-foot-kbds .grp,.spl-foot-right{display:flex;align-items:center;gap:6px}.spl-foot-right .istudy-mark{width:16px;height:16px;border-radius:50%}@media (max-width:900px){.spl-popup{margin-top:var(--spl-offset-mobile,56px)}.spl-inner{padding:12px 16px 14px}.spl-layout{grid-template-columns:1fr;gap:14px;min-height:auto}.spl-side{border-left:none;padding-left:0;border-top:1px solid var(--g200);padding-top:14px}.spl-pickers{grid-template-columns:1fr;gap:16px}.spl-foot-kbds .grp:first-child,.spl-foot-kbds .grp:nth-child(2){display:none}}body.spl-locked{overflow:hidden}@media (max-width:900px){.header-right>#btnSearch{display:inline-flex}}.header{transition:border-bottom-color .42s cubic-bezier(.22,.61,.16,1),box-shadow .42s cubic-bezier(.22,.61,.16,1)}body.spl-locked .header{z-index:10000;border-bottom-color:transparent}.spl-popup{transition:clip-path .42s cubic-bezier(.22,.61,.16,1),-webkit-clip-path .42s cubic-bezier(.22,.61,.16,1),opacity .22s ease,box-shadow .28s ease}body.spl-locked .spl-popup{border-top:none}#btnSearch.spl-btn-pressed,.icon-btn.spl-btn-pressed{animation:splBtnPulse .42s cubic-bezier(.16,.84,.32,1)}@keyframes splBtnPulse{0%{transform:scale(1);box-shadow:0 0 0 0 rgba(232,25,44,.45)}35%{transform:scale(.92);box-shadow:0 0 0 8px rgba(232,25,44,.12)}to{transform:scale(1);box-shadow:0 0 0 14px rgba(232,25,44,0)}}body.spl-locked #btnSearch{background:var(--red-light);color:var(--red)}.spl-dev-notice{position:absolute;inset:-8px -8px -8px -8px;display:flex;align-items:center;justify-content:center;z-index:5;border-radius:14px;overflow:hidden;background:linear-gradient(180deg,rgba(255,255,255,.86),rgba(255,255,255,.94));-webkit-backdrop-filter:blur(8px) saturate(140%);backdrop-filter:blur(8px) saturate(140%);animation:splDevIn .42s cubic-bezier(.22,.61,.16,1) .12s both}@keyframes splDevIn{0%{opacity:0}to{opacity:1}}.spl-dev-card{max-width:380px;width:calc(100% - 32px);padding:22px 28px;background:#fff;border:1px solid var(--g200);border-radius:18px;box-shadow:inset 0 1px 0 rgba(255,255,255,.6),0 18px 44px -14px rgba(232,25,44,.18),0 6px 16px -8px rgba(17,17,17,.1);text-align:center;position:relative;animation:splDevCard .42s cubic-bezier(.22,.61,.16,1) .2s both}@keyframes splDevCard{0%{opacity:0;transform:translateY(6px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.spl-dev-ic{width:56px;height:56px;margin:0 auto 10px;display:block}.spl-dev-tag{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:999px;font-size:10.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--red);background:var(--red-light);border:1px solid rgba(232,25,44,.18);margin-bottom:10px}.spl-dev-tag:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--red);animation:splDevPulse 1.4s infinite}@keyframes splDevPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.6);opacity:.4}}.spl-dev-title{font-family:var(--font-display);font-size:19px;font-weight:600;color:var(--dark);line-height:1.3;margin-bottom:6px}.spl-dev-sub{font-size:13px;color:var(--g600);line-height:1.55;margin-bottom:16px}.spl-dev-actions{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap}.spl-dev-cta{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:999px;background:var(--red);color:#fff;font-size:13px;font-weight:600;text-decoration:none;transition:all .15s;box-shadow:0 6px 14px -6px rgba(232,25,44,.55)}.spl-dev-cta:hover{background:var(--red-hover);transform:translateY(-1px);box-shadow:0 8px 18px -6px rgba(232,25,44,.65)}.spl-dev-cta .arr{transition:transform .15s}.spl-dev-cta:hover .arr{transform:translateX(3px)}.spl-dev-link{font-size:13px;font-weight:600;color:var(--g600);text-decoration:none;border-bottom:1px dashed var(--g300);padding-bottom:1px}.spl-dev-link:hover{color:var(--red);border-bottom-color:var(--red)}@media (max-width:900px){.spl-dev-card{padding:18px 20px}.spl-dev-title{font-size:17px}.spl-dev-sub{font-size:12.5px}.spl-dev-actions{gap:10px}}html[data-theme=dark] .spl-dev-notice{background:linear-gradient(180deg,rgba(20,21,29,.82),rgba(20,21,29,.94))}html[data-theme=dark] .spl-dev-card{background:var(--g50);border-color:var(--g200);box-shadow:0 18px 44px -14px rgba(0,0,0,.55),inset 0 0 0 1px rgba(255,255,255,.02)}html[data-theme=dark] .spl-dev-tag{color:#FF7A8A;background:rgba(255,61,85,.14);border-color:rgba(255,61,85,.3)}html[data-theme=dark] .spl-dev-tag:before{background:#FF7A8A}html[data-theme=dark] .spl-dev-title{color:var(--dark)}html[data-theme=dark] .spl-dev-sub{color:var(--g600)}html[data-theme=dark] .spl-dev-link{color:var(--g600);border-bottom-color:var(--g300)}html[data-theme=dark] .spl-dev-link:hover{color:#FF7A8A;border-bottom-color:#FF7A8A}html[data-theme=dark] .spl-popup{background:var(--white);border-bottom-color:var(--g200);box-shadow:0 28px 56px -16px rgba(0,0,0,.6)}html[data-theme=dark] body.spl-locked .spl-popup{border-top:none}html[data-theme=dark] .spl-input-wrap{background:var(--g100);border-color:transparent}html[data-theme=dark] .spl-input-wrap.focus{background:var(--g50);border-color:var(--red);box-shadow:0 0 0 4px rgba(255,61,85,.18)}html[data-theme=dark] .spl-input-wrap input{color:var(--dark)}html[data-theme=dark] .spl-input-wrap input::placeholder{color:var(--g400)}html[data-theme=dark] .spl-clear{background:var(--g300)}html[data-theme=dark] .spl-clear:hover{background:var(--g400)}html[data-theme=dark] .spl-kbd{background:var(--g50);border-color:var(--g300);color:var(--g600)}html[data-theme=dark] .spl-close{color:var(--g600)}html[data-theme=dark] .spl-close:hover{background:var(--g100);color:var(--dark)}html[data-theme=dark] .spl-chip{background:var(--g100);color:var(--g700)}html[data-theme=dark] .spl-chip:hover{background:var(--g200);color:var(--dark)}html[data-theme=dark] .spl-chip .cnt{background:rgba(255,255,255,.08)}html[data-theme=dark] .spl-chip.active{background:var(--g700);color:var(--white)}html[data-theme=dark] .spl-feat,html[data-theme=dark] .spl-recent-pill,html[data-theme=dark] .spl-tag{background:var(--g100);border-color:var(--g200);color:var(--g700)}html[data-theme=dark] .spl-feat:hover,html[data-theme=dark] .spl-recent-pill:hover,html[data-theme=dark] .spl-tag:hover{background:var(--red-light);border-color:rgba(255,61,85,.35);color:#FF7A8A}html[data-theme=dark] .spl-tag .dot{background:var(--g400)}html[data-theme=dark] .spl-tag .ttag{background:var(--g200);color:var(--g600)}html[data-theme=dark] .spl-tag.hot{background:rgba(255,61,85,.1);border-color:rgba(255,61,85,.3);color:#FF7A8A}html[data-theme=dark] .spl-recent-pill .x{background:var(--g200);color:var(--g500)}html[data-theme=dark] .spl-recent-pill:hover .x{background:rgba(255,61,85,.18);color:#FF7A8A}html[data-theme=dark] .spl-item-title{color:var(--dark)}html[data-theme=dark] .spl-item-meta{color:var(--g500)}html[data-theme=dark] .spl-item-meta .dot{background:var(--g400)}html[data-theme=dark] .spl-item.focused,html[data-theme=dark] .spl-item:hover{background:rgba(255,61,85,.1)}html[data-theme=dark] .spl-sect-title{color:var(--g500)}html[data-theme=dark] .spl-sect-title .pill{background:var(--g100);color:var(--g600)}html[data-theme=dark] .spl-chips .lbl,html[data-theme=dark] .spl-pick-h,html[data-theme=dark] .spl-recent-row .lbl,html[data-theme=dark] .spl-side-h{color:var(--g500)}html[data-theme=dark] .spl-input-wrap .spl-ic-search,html[data-theme=dark] .spl-pick-h svg,html[data-theme=dark] .spl-side-h svg{color:var(--red)}html[data-theme=dark] .spl-hl{background:rgba(234,179,8,.2);color:#FCD34D}html[data-theme=dark] .spl-side{border-left-color:var(--g200)}html[data-theme=dark] .spl-ai{background:linear-gradient(135deg,rgba(255,61,85,.12),rgba(251,191,36,.1));border-color:rgba(255,61,85,.25)}html[data-theme=dark] .spl-ai-eyebrow{color:#FF7A8A}html[data-theme=dark] .spl-ai-eyebrow .spark{background:var(--red);color:#fff}html[data-theme=dark] .spl-ai-q{color:var(--dark)}html[data-theme=dark] .spl-ai-q .q-mark{color:#FF7A8A}html[data-theme=dark] .spl-ai-btn{background:var(--red);color:#fff;box-shadow:0 4px 14px -4px rgba(255,61,85,.45)}html[data-theme=dark] .spl-ai-btn:hover{background:var(--red-hover)}html[data-theme=dark] .spl-ai-coming{background:rgba(17,24,39,.6);color:var(--g700)}html[data-theme=dark] .spl-feat-title{color:var(--dark)}html[data-theme=dark] .spl-feat-meta{color:var(--g500)}html[data-theme=dark] .spl-feat-thumb{color:#fff}html[data-theme=dark] .spl-trend-row{color:var(--g700)}html[data-theme=dark] .spl-trend-row:hover{background:rgba(255,61,85,.1);color:#FF7A8A}html[data-theme=dark] .spl-trend-row .rank{color:var(--g500)}html[data-theme=dark] .spl-trend-row.r1 .rank{color:#FF7A8A}html[data-theme=dark] .spl-trend-row.r2 .rank{color:#FCD34D}html[data-theme=dark] .spl-trend-row.r3 .rank{color:var(--gold)}html[data-theme=dark] .spl-sect-title .ic-wrap.t-thpt{background:rgba(255,61,85,.18);color:#FF7A8A}html[data-theme=dark] .spl-sect-title .ic-wrap.t-l10{background:rgba(96,165,250,.18);color:#93C5FD}html[data-theme=dark] .spl-sect-title .ic-wrap.t-hsa{background:rgba(167,139,250,.18);color:#C4B5FD}html[data-theme=dark] .spl-sect-title .ic-wrap.t-blog{background:rgba(251,191,36,.18);color:#FCD34D}html[data-theme=dark] .spl-thumb.t-thpt{background:linear-gradient(135deg,rgba(255,61,85,.3),rgba(255,61,85,.18));color:#FF7A8A}html[data-theme=dark] .spl-thumb.t-l10{background:linear-gradient(135deg,rgba(96,165,250,.3),rgba(96,165,250,.18));color:#93C5FD}html[data-theme=dark] .spl-thumb.t-hsa{background:linear-gradient(135deg,rgba(167,139,250,.3),rgba(167,139,250,.18));color:#C4B5FD}html[data-theme=dark] .spl-thumb.t-blog{background:linear-gradient(135deg,rgba(251,191,36,.3),rgba(251,191,36,.18));color:#FCD34D}html[data-theme=dark] .spl-item-meta .badge-sm.b-thpt{background:rgba(255,61,85,.18);color:#FF7A8A}html[data-theme=dark] .spl-item-meta .badge-sm.b-l10{background:rgba(96,165,250,.18);color:#93C5FD}html[data-theme=dark] .spl-item-meta .badge-sm.b-hsa{background:rgba(167,139,250,.18);color:#C4B5FD}html[data-theme=dark] .spl-item-meta .badge-sm.b-blog{background:rgba(251,191,36,.18);color:#FCD34D}html[data-theme=dark] .spl-empty h3{color:var(--dark)}html[data-theme=dark] .spl-empty p{color:var(--g600)}html[data-theme=dark] .spl-empty p b{color:#FF7A8A}html[data-theme=dark] .spl-empty-sug{color:var(--g500)}html[data-theme=dark] .spl-foot{color:var(--g500);border-top-color:var(--g200)}html[data-theme=dark] .spl-loading-status{color:var(--g500)}html[data-theme=dark] .spl-spinner{border-color:var(--g200);border-top-color:var(--red)}html[data-theme=dark] .spl-skel{background:linear-gradient(90deg,var(--g700) 0,var(--g800) 50%,var(--g700) 100%);background-size:200% 100%}html[data-theme=dark] body.spl-locked .header{border-bottom-color:transparent}html[data-theme=dark] body.spl-locked #btnSearch{background:rgba(255,61,85,.18);color:#FF7A8A}