:root{color-scheme:dark;--bg-primary: #061526;--bg-secondary: #0a1f35;--bg-tertiary: #0d2847;--text-primary: #ffffff;--text-secondary: rgba(255,255,255,.75);--text-tertiary: rgba(255,255,255,.5);--border-primary: rgba(255,255,255,.15);--border-secondary: rgba(255,255,255,.08);--brand-primary: #35dcc7;--brand-secondary: #2f6bff;--brand-accent: #7c3aed;--success: #35dcc7;--warning: #faad14;--error: #ff4d4f;--info: #2f6bff;--ink: #07111f;--paper: #f5f8fb;--white: #ffffff;--muted: #a7b6c8;--muted-2: #96a9be;--line: #dfe8f2;--navy: #040b17;--navy-2: #08182c;--blue: #2f6bff;--blue-2: #67a8ff;--aqua: #35dcc7;--aqua-2: #8af7df;--text-body: #dce8f6;--text-muted: #9fb0c3;--max: 1392px;--radius: 8px;--ease-out: cubic-bezier(.4, 0, .2, 1);--ease-standard: cubic-bezier(.4, 0, .2, 1);--ease-decelerate: cubic-bezier(0, 0, .2, 1);--ease-accelerate: cubic-bezier(.4, 0, 1, 1);--ease-emphasized: cubic-bezier(.2, 0, 0, 1);--shadow-card: 0 1px 2px rgba(0,0,0,.3), 0 4px 12px rgba(0,0,0,.2), 0 16px 48px rgba(0,0,0,.15);--shadow-card-hover: 0 2px 4px rgba(0,0,0,.3), 0 8px 24px rgba(0,0,0,.25), 0 24px 64px rgba(53,220,199,.15);--shadow-button: 0 2px 4px rgba(47,107,255,.3), 0 8px 24px rgba(47,107,255,.25), 0 16px 48px rgba(53,220,199,.2);--shadow-button-hover: 0 4px 8px rgba(47,107,255,.35), 0 12px 32px rgba(47,107,255,.3), 0 24px 64px rgba(53,220,199,.25);--shadow-glow: 0 0 20px rgba(53,220,199,.3);--gradient-primary: linear-gradient(135deg, #35dcc7, #2f6bff);--gradient-secondary: linear-gradient(135deg, #2f6bff, #7c3aed);--gradient-card: linear-gradient(135deg, rgba(53,220,199,.1), rgba(47,107,255,.1));--heading-gradient: linear-gradient(135deg, #ffffff 0%, #b7d8ff 100%);--surface-card: rgba(255, 255, 255, .035);--surface-subtle: rgba(255, 255, 255, .05);--theme-menu-bg: rgba(10, 31, 53, .98);font-family:Inter,SF Pro Display,PingFang SC,Microsoft YaHei,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:clip}body{margin:0;min-width:320px;overflow-x:clip;background:var(--bg-primary);color:var(--text-primary)}a{color:inherit;text-decoration:none}img{display:block;width:100%;height:100%;object-fit:cover}.img-contain{object-fit:contain}button,input,textarea,select{font:inherit}input,textarea,select{transition:all .25s var(--ease-standard)}input:focus,textarea:focus,select:focus{outline:none;border-color:#35dcc7!important;box-shadow:0 0 0 3px #35dcc733,0 0 20px #35dcc71a}.container{width:min(var(--max),calc(100% - 48px));margin:0 auto}main section[id],main [id]{scroll-margin-top:104px}hr,.divider{border:none;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);margin:0}h1,h2,h3,h4,h5,h6{margin:0;font-weight:800;letter-spacing:-.02em}h1,h2{background:linear-gradient(135deg,#fff,#b7d8ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}h3,h4,h5,h6{color:var(--text-primary)}p{margin:0;line-height:1.8;color:var(--text-body)}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.24em;text-transform:uppercase;color:var(--aqua);margin-bottom:16px;display:inline-block;padding:6px 12px;border-radius:999px;background:#35dcc714;border:1px solid rgba(53,220,199,.2);box-shadow:0 2px 8px #35dcc71a}.button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;padding:0 20px;border:1px solid transparent;border-radius:var(--radius);font-weight:700;cursor:pointer;transition:all .25s var(--ease-standard);text-decoration:none;-webkit-user-select:none;user-select:none}.button:hover{transform:translateY(-2px)}.button:active{transform:translateY(1px) scale(.98);transition-duration:.1s}.button-primary{background:linear-gradient(135deg,var(--blue) 0%,#5a8dff 100%);color:#fff;box-shadow:var(--shadow-button)}.button-primary:hover{background:linear-gradient(135deg,#3d78ff,#6b9aff);box-shadow:var(--shadow-button-hover);filter:brightness(1.05)}.button-primary:active{background:linear-gradient(135deg,#285ce6,#4a7fe8);box-shadow:0 2px 4px #2f6bff4d,0 4px 12px #2f6bff40}.button-secondary{border-color:#8af7df6b;color:#eafffb;background:#35dcc71f}.button-secondary:hover{background:#35dcc733;border-color:#8af7df99;box-shadow:0 12px 32px #35dcc726}.button-secondary:active{background:#35dcc740;border-color:#8af7dfb3}.button-ghost{border-color:#ffffff3d;color:#fff;background:#ffffff0a}.button-ghost:hover{background:#ffffff14;border-color:#fff6;box-shadow:0 12px 32px #0003}.button-ghost:active{background:#ffffff1f;border-color:#ffffff80}.text-link{color:var(--aqua);font-weight:600;border-bottom:1px solid rgba(53,220,199,.3);transition:border-color .2s ease}.text-link:hover{border-color:var(--aqua)}.section-head{text-align:center;margin-bottom:56px}.section-head.compact{max-width:720px;margin-left:auto;margin-right:auto}.section-head h2{font-size:clamp(28px,4vw,48px);line-height:1.15;margin-bottom:16px}.section-head p{color:var(--muted);font-size:16px}.section-title-line{display:block}.site-header{position:fixed;inset:0 0 auto 0;z-index:100;background:linear-gradient(180deg,#061526f5,#061526e6);border-bottom:1px solid var(--border-secondary);box-shadow:0 18px 44px #0000002e;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:all .3s cubic-bezier(.4,0,.2,1)}.site-header.scrolled{background:linear-gradient(180deg,#061526fa,#061526f2);box-shadow:0 4px 20px #0000004d;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.site-header.scrolled .nav{min-height:64px}.site-header.scrolled .brand-logo{transform:scale(.9);transition:transform .3s cubic-bezier(.4,0,.2,1)}.brand-logo{transition:transform .3s cubic-bezier(.4,0,.2,1)}.nav{position:relative;min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px}.mobile-menu-toggle{display:none;width:42px;height:42px;padding:10px;border:1px solid var(--border-secondary);border-radius:50%;background:var(--bg-secondary);color:var(--text-primary);cursor:pointer;flex-direction:column;align-items:center;justify-content:center;gap:4px}.mobile-menu-toggle span{width:18px;height:2px;border-radius:2px;background:currentColor}.brand{display:flex;align-items:center;flex:0 0 auto;gap:12px;color:var(--text-primary);font-weight:800;font-size:16px}.brand-logo{width:40px;height:40px;border-radius:8px;overflow:hidden;flex-shrink:0}.brand small{display:block;margin-top:2px;color:#93a5ba;font-size:9px;letter-spacing:.18em;font-weight:500}.nav-links{display:flex;align-items:center;justify-content:center;gap:4px;margin-left:auto;padding:6px;border:1px solid var(--border-secondary);border-radius:999px;background:var(--bg-secondary);color:var(--text-secondary);font-size:14px;box-shadow:inset 0 1px 0 var(--border-secondary)}.nav-links a{min-height:38px;display:inline-flex;align-items:center;justify-content:center;padding:0 15px;border:1px solid transparent;border-radius:999px;white-space:nowrap;transition:color .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease;cursor:pointer}.nav-links a:hover{color:var(--text-primary);background:var(--bg-tertiary);border-color:var(--border-secondary)}.nav-links a.is-active{color:#061526;background:linear-gradient(135deg,#8af7df,#b7d8ff);box-shadow:0 10px 28px #35dcc72e}.nav-actions{display:flex;align-items:center;flex:0 0 auto;gap:10px}.theme-toggle{position:relative;width:42px;height:42px;border-radius:50%;border:1px solid var(--border-secondary);background:var(--bg-secondary);color:var(--text-secondary);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .25s var(--ease-standard);padding:0}.theme-toggle:hover{color:var(--text-primary);border-color:var(--border-primary);background:var(--bg-tertiary);transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.theme-toggle:active{transform:translateY(1px) scale(.95)}.theme-control{position:relative;flex:0 0 auto}.theme-toggle.is-auto:after{content:"";position:absolute;right:3px;bottom:3px;width:7px;height:7px;border-radius:50%;background:var(--aqua);border:2px solid var(--bg-secondary)}.theme-menu{position:absolute;top:calc(100% + 12px);right:0;width:236px;padding:10px;border:1px solid var(--border-primary);border-radius:14px;background:var(--theme-menu-bg);box-shadow:0 22px 60px #00000052;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);z-index:120}.theme-menu-title{padding:8px 10px 10px;color:var(--text-tertiary);font-size:11px;font-weight:700;letter-spacing:.12em}.theme-option{width:100%;min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 10px;border:1px solid transparent;border-radius:10px;background:transparent;color:var(--text-primary);text-align:left;cursor:pointer;transition:background .2s ease,border-color .2s ease}.theme-option:hover,.theme-option.is-selected{background:var(--surface-subtle);border-color:var(--border-primary)}.theme-option-copy{display:grid;gap:3px}.theme-option-copy strong{font-size:14px;font-weight:700}.theme-option-copy small{color:var(--text-tertiary);font-size:11px;line-height:1.4}.theme-option-indicator{width:16px;height:16px;border:1px solid var(--border-primary);border-radius:50%;flex:0 0 auto}.theme-option.is-selected .theme-option-indicator{border:5px solid var(--aqua)}.hero{position:relative;overflow:hidden;padding:160px 0 120px;background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(47,107,255,.15),transparent),linear-gradient(180deg,var(--navy),var(--navy-2))}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;border-radius:999px;background:var(--gradient-card);border:1px solid rgba(53,220,199,.25);color:var(--aqua);font-size:13px;font-weight:600;letter-spacing:.05em;margin-bottom:24px;box-shadow:0 2px 12px #35dcc726}.hero-copy h1{font-size:clamp(40px,6vw,72px);line-height:1.05;margin-bottom:16px;background:linear-gradient(135deg,#fff,#b7d8ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-title{font-size:clamp(24px,3vw,36px);font-weight:600;margin-bottom:24px;color:#dce8f6}.hero-lead{font-size:18px;color:var(--muted);margin-bottom:40px;max-width:520px}.hero-actions{display:flex;gap:16px;flex-wrap:wrap}.hero-ambient{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.92;pointer-events:none;z-index:0}.hero-waterline{position:absolute;left:0;right:0;bottom:0;width:100%;height:auto;opacity:1;pointer-events:none;z-index:1}.hero-system{position:relative;margin:0;width:min(104%,640px);justify-self:center}.hero-system-visual{position:relative;z-index:1;width:100%;aspect-ratio:1017 / 850;display:grid;place-items:center;background:radial-gradient(ellipse at center,rgba(2,14,34,.96) 0%,rgba(2,14,34,.82) 56%,rgba(2,14,34,.34) 72%,transparent 88%)}.hero-system-asset{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 28px 46px rgba(0,0,0,.28))}.trust-strip{padding:28px 0;background:#ffffff05;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}.trust-strip .container{display:flex;justify-content:center;gap:48px;flex-wrap:wrap}.trust-strip span{color:var(--muted);font-size:14px;font-weight:500}.article-card{position:relative;background:var(--bg-secondary);border:1px solid var(--border-secondary);border-radius:var(--radius);overflow:hidden;transition:all .25s var(--ease-standard);cursor:pointer;display:flex;flex-direction:column;box-shadow:var(--shadow-card)}.article-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--radius);padding:1px;background:linear-gradient(135deg,#ffffff1a,#ffffff05);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;transition:background .25s var(--ease-out)}.article-card:after{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);pointer-events:none}.article-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-card-hover);border-color:transparent}.article-card:hover:before{background:linear-gradient(135deg,#35dcc780,#2f6bff4d)}.article-card-cover{width:100%;aspect-ratio:16 / 9;background:linear-gradient(135deg,var(--navy-2),var(--navy));overflow:hidden;position:relative}.article-card-cover:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 50%,rgba(4,11,23,.6) 100%);pointer-events:none;opacity:0;transition:opacity .25s var(--ease-out)}.article-card:hover .article-card-cover:after{opacity:1}.article-card-cover img{width:100%;height:100%;object-fit:cover;transition:transform .4s var(--ease-standard),filter .4s var(--ease-standard)}.article-card:hover .article-card-cover img{transform:scale(1.03);filter:brightness(.85)}.article-card-body{padding:24px;flex:1;display:flex;flex-direction:column;position:relative;z-index:1}.article-card-category{display:inline-block;padding:4px 12px;border-radius:999px;background:var(--gradient-card);color:var(--aqua);font-size:12px;font-weight:600;margin-bottom:12px;align-self:flex-start;border:1px solid rgba(53,220,199,.2);box-shadow:0 2px 8px #35dcc71a}.article-card h3{font-size:18px;line-height:1.4;margin-bottom:12px;color:var(--text-primary);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-card-summary{color:var(--text-muted);font-size:14px;line-height:1.7;margin-bottom:16px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}.article-card-meta{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:var(--muted)}.article-detail{padding-top:120px;padding-bottom:80px}.article-detail-header{max-width:800px;margin:0 auto 48px;text-align:center}.article-detail-breadcrumb{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;margin-bottom:20px;color:var(--text-secondary);font-size:13px}.article-detail-breadcrumb a:hover{color:var(--brand-primary)}.article-detail-category{display:inline-block;padding:6px 14px;border-radius:4px;background:#35dcc71a;color:var(--aqua);font-size:13px;font-weight:600;margin-bottom:20px}.article-detail-header h1{font-size:clamp(32px,5vw,48px);line-height:1.2;margin-bottom:20px;color:#fff}.article-detail-meta{display:flex;align-items:center;justify-content:center;gap:24px;color:var(--muted);font-size:14px}.article-detail-cover{max-width:1000px;margin:0 auto 48px;border-radius:12px;overflow:hidden;aspect-ratio:16 / 9;background:linear-gradient(135deg,var(--navy-2),var(--navy))}.article-detail-cover img{width:100%;height:100%;object-fit:cover}.article-detail-content{max-width:760px;margin:0 auto;color:#dce8f6;font-size:17px;line-height:1.8}.article-detail-content h2{font-size:28px;margin:48px 0 20px;color:#fff}.article-detail-content h3{font-size:22px;margin:36px 0 16px;color:#fff}.article-detail-content p{margin-bottom:20px;color:#dce8f6}.article-detail-content img{max-width:100%;border-radius:8px;margin:24px 0}.article-detail-content ul,.article-detail-content ol{margin:20px 0;padding-left:24px}.article-detail-content li{margin-bottom:10px}.article-detail-content blockquote{margin:24px 0;padding:16px 24px;border-left:4px solid var(--aqua);background:#35dcc70d;color:#b7d8ff;font-style:italic}.article-detail-content code{background:#ffffff14;padding:2px 6px;border-radius:4px;font-family:SF Mono,Monaco,monospace;font-size:.9em}.article-detail-content pre{background:#0000004d;padding:20px;border-radius:8px;overflow-x:auto;margin:24px 0}.article-detail-content pre code{background:none;padding:0}.article-geo-summary,.article-facts,.article-faq,.article-author-card{max-width:760px;margin:0 auto 28px;padding:24px;border:1px solid var(--border-secondary);border-radius:16px;background:var(--surface-card);color:var(--text-primary)}.article-geo-summary{border-color:#35dcc759;background:linear-gradient(135deg,#35dcc714,#2f6bff14)}.article-geo-summary>span{display:block;margin-bottom:10px;color:var(--brand-primary);font-size:12px;font-weight:800;letter-spacing:.14em}.article-geo-summary p,.article-author-card p{color:var(--text-secondary);line-height:1.75}.article-facts h2,.article-faq h2{margin-bottom:16px;font-size:22px}.article-facts ul{display:grid;gap:12px;padding-left:20px}.article-facts li{color:var(--text-secondary);line-height:1.7}.article-faq details{border-top:1px solid var(--border-secondary);padding:16px 0}.article-faq summary{cursor:pointer;font-weight:700}.article-faq details p{padding-top:10px;color:var(--text-secondary);line-height:1.7}.article-author-card{margin-top:40px}.article-author-card strong{display:block;margin-bottom:8px;font-size:18px}.article-author-card small{display:block;margin-top:12px;color:var(--text-tertiary)}.site-footer{padding:64px 0 32px;background:var(--bg-secondary);border-top:1px solid var(--border-secondary);color:var(--text-secondary)}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}.footer-brand{font-size:18px;font-weight:800;color:var(--text-primary);margin-bottom:16px}.footer-brand small{display:block;font-size:10px;color:var(--muted);font-weight:500;letter-spacing:.15em;margin-top:4px}.footer-desc{font-size:14px;line-height:1.7;margin-bottom:16px}.footer-col h4{color:var(--text-primary);font-size:15px;margin-bottom:20px}.footer-col ul{list-style:none;padding:0;margin:0}.footer-col li{margin-bottom:12px}.footer-col a{color:var(--muted);font-size:14px;transition:color .2s ease}.footer-col a:hover{color:var(--aqua)}.footer-social{display:flex;gap:12px;margin-top:20px}.footer-social-icon{width:40px;height:40px;border-radius:50%;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:var(--muted);transition:all .25s var(--ease-standard)}.footer-social-icon:hover{color:var(--aqua);border-color:#35dcc766;background:#35dcc71a;transform:scale(1.1);box-shadow:0 4px 12px #35dcc733}.footer-highlights{margin-top:20px;padding-top:20px;border-top:1px solid rgba(255,255,255,.06)}.footer-highlight-item{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--text-muted);margin-bottom:10px}.footer-highlight-item:last-child{margin-bottom:0}.footer-highlight-dot{width:6px;height:6px;border-radius:50%;background:var(--gradient-primary);flex-shrink:0}.footer-contact{margin-top:20px;padding-top:20px;border-top:1px solid rgba(255,255,255,.06)}.footer-contact-item{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:var(--text-muted);margin-bottom:12px;line-height:1.5}.footer-contact-item:last-child{margin-bottom:0}.footer-contact-icon{font-size:14px;color:var(--aqua);flex-shrink:0;margin-top:1px}.footer-bottom{padding-top:32px;border-top:1px solid rgba(255,255,255,.06);display:flex;justify-content:space-between;align-items:center;font-size:13px;flex-wrap:wrap;gap:16px}.footer-bottom-left{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.footer-icp{color:var(--muted);font-size:12px;opacity:.7}.footer-bottom-links{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.footer-bottom-links a{color:var(--muted);transition:color .2s ease;font-size:13px}.footer-bottom-links a:hover{color:var(--aqua)}.footer-bottom-links span{color:var(--muted);opacity:.6}.search-bar{display:flex;align-items:center;gap:12px;padding:8px 16px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:999px;min-width:280px;transition:all .25s var(--ease-out)}.search-bar:focus-within{border-color:#35dcc780;box-shadow:0 0 0 3px #35dcc71f,0 0 24px #35dcc726;background:#ffffff14}.search-bar input{flex:1;background:none;border:none;outline:none;color:#fff;font-size:14px}.search-bar input::placeholder{color:var(--muted)}.filter-tags{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:32px}.filter-tag{padding:8px 18px;border-radius:999px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:var(--muted);font-size:14px;cursor:pointer;transition:all .25s var(--ease-standard)}.filter-tag:hover{border-color:#35dcc74d;color:#fff;background:#35dcc714;box-shadow:0 4px 12px #35dcc71a}.filter-tag.active{background:var(--gradient-card);border-color:#35dcc766;color:var(--aqua);box-shadow:0 4px 12px #35dcc726}.pagination{display:flex;justify-content:center;gap:8px;margin-top:48px}.pagination button{min-width:40px;height:40px;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#ffffff08;color:var(--muted);cursor:pointer;transition:all .2s ease}.pagination button:hover:not(:disabled){border-color:#35dcc74d;color:#fff}.pagination button.active{background:var(--blue);border-color:var(--blue);color:#fff}.pagination button:disabled{opacity:.4;cursor:not-allowed}.loading-container{display:flex;justify-content:center;align-items:center;min-height:300px}.loading-spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.1);border-top-color:var(--aqua);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.contact-form{max-width:600px;margin:0 auto;display:flex;flex-direction:column;gap:20px}.contact-form input,.contact-form textarea,.contact-form select{width:100%;padding:14px 18px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-size:15px;transition:all .25s var(--ease-out);font-family:inherit}.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{outline:none;border-color:#35dcc799;box-shadow:0 0 0 3px #35dcc71f,0 0 20px #35dcc71a;background:#ffffff0f}.contact-form input::placeholder,.contact-form textarea::placeholder{color:var(--muted)}.contact-form textarea{resize:vertical;min-height:120px}.contact-form select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' stroke='%23647386' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;font-weight:600;color:var(--text-body);letter-spacing:.01em}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-support-label{min-height:19px;font-size:14px;font-weight:600;color:var(--text-body)}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px;text-align:center}.empty-state-icon{width:120px;height:120px;margin-bottom:32px;display:flex;align-items:center;justify-content:center;font-size:64px;background:linear-gradient(135deg,#35dcc71a,#2f6bff1a);border:1px solid rgba(255,255,255,.08);border-radius:32px;box-shadow:0 8px 32px #0003,inset 0 1px #ffffff0d;position:relative}.empty-state-icon:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:32px;padding:1px;background:linear-gradient(135deg,#35dcc74d,#2f6bff33);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.empty-state-title{font-size:24px;font-weight:700;margin-bottom:12px;color:#fff}.empty-state-desc{font-size:15px;color:var(--text-muted);max-width:400px;margin-bottom:32px;line-height:1.7}.empty-state-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.hot-searches{margin-top:24px;display:flex;flex-direction:column;align-items:center;gap:12px}.hot-searches-label{font-size:13px;color:var(--muted)}.hot-searches-tags{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.hot-search-tag{padding:6px 14px;border-radius:999px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:var(--text-muted);font-size:13px;cursor:pointer;transition:all .25s var(--ease-standard)}.hot-search-tag:hover{border-color:#35dcc766;color:var(--aqua);background:#35dcc71a;transform:translateY(-1px);box-shadow:0 4px 12px #35dcc726}.search-highlight{background:linear-gradient(135deg,#35dcc740,#2f6bff40);color:#8af7df;padding:0 2px;border-radius:3px;font-weight:600}.search-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px;text-align:center}.search-empty-illustration{margin-bottom:32px;animation:floatY 4s ease-in-out infinite}@keyframes floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.search-empty-title{font-size:28px;font-weight:700;margin-bottom:12px;background:linear-gradient(135deg,#fff,#b7d8ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.search-empty-desc{font-size:16px;color:var(--text-muted);max-width:480px;margin-bottom:32px;line-height:1.7}.search-empty-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-bottom:48px}.search-empty-hot{padding:24px 32px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;max-width:500px;width:100%}.privacy-toc{position:sticky;top:120px;padding:24px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;align-self:flex-start}.privacy-toc h4{font-size:13px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--aqua);margin-bottom:16px}.privacy-toc ul{list-style:none;padding:0;margin:0}.privacy-toc li{margin-bottom:8px}.privacy-toc a{display:block;padding:8px 12px;border-radius:6px;font-size:14px;color:var(--text-muted);transition:all .2s ease;text-decoration:none}.privacy-toc a:hover{color:var(--aqua);background:#35dcc714}.privacy-toc a.active{color:var(--aqua);background:#35dcc71f;font-weight:600}.privacy-quote{margin:24px 0;padding:20px 24px;border-left:4px solid var(--aqua);background:#35dcc70f;border-radius:0 8px 8px 0;color:#b7d8ff;font-style:italic;line-height:1.8}.related-section{margin-top:80px;padding-top:48px;border-top:1px solid rgba(255,255,255,.08)}.related-section h3{font-size:24px;margin-bottom:32px;color:#fff;text-align:center}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.fade-in-up{opacity:1;transform:none;transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1)}.fade-in-up.in-view{opacity:1;transform:translateY(0)}.fade-in-left{opacity:1;transform:none;transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1)}.fade-in-left.in-view{opacity:1;transform:translate(0)}.fade-in-right{opacity:1;transform:none;transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1)}.fade-in-right.in-view{opacity:1;transform:translate(0)}.scale-in{opacity:1;transform:none;transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1)}.scale-in.in-view{opacity:1;transform:scale(1)}@media (prefers-reduced-motion: reduce){.fade-in-up,.fade-in-left,.fade-in-right,.scale-in{opacity:1;transform:none;transition:none}}.hero-system-breathe{animation:none}@keyframes heroBreathe{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.hero-sparkle{position:absolute;border-radius:50%;background:radial-gradient(circle,#35dcc7cc,#35dcc700 70%);pointer-events:none;animation:none}@keyframes sparkleFloat{0%,to{transform:translate(0) scale(1);opacity:.6}25%{transform:translate(10px,-15px) scale(1.1);opacity:.8}50%{transform:translate(-5px,-25px) scale(.9);opacity:.5}75%{transform:translate(15px,-10px) scale(1.05);opacity:.7}}.hero-glow{position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(53,220,199,.15) 0%,rgba(47,107,255,.1) 40%,transparent 70%);filter:blur(40px);animation:none;pointer-events:none}@keyframes glowPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}@media (max-width: 960px){.hero-sparkle:nth-child(n+5){display:none}.hero-grid{grid-template-columns:1fr;text-align:center}.hero-system{width:min(100%,680px)}.hero-lead{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.footer-grid{grid-template-columns:1fr 1fr}.related-grid{grid-template-columns:1fr}.nav-links{display:none}.mobile-menu-toggle{display:inline-flex}.nav-links.is-open{position:absolute;top:calc(100% + 10px);left:0;right:0;display:flex;flex-direction:column;align-items:stretch;gap:4px;margin:0;padding:12px;border-radius:16px;background:#061526fa;box-shadow:0 20px 50px #00000061}.nav-links.is-open a{width:100%;min-height:44px}.form-row{grid-template-columns:1fr}.contact-layout{grid-template-columns:1fr!important;gap:40px!important}.contact-card{padding:32px!important}.trust-strip .container{gap:24px}}@media (min-width: 961px) and (max-width: 1120px){.container.nav{width:calc(100% - 32px)}.nav{gap:10px}.brand{gap:8px;font-size:15px}.brand-logo{width:36px;height:36px}.brand small{display:none}.nav-links{flex-shrink:0;font-size:13px}.nav-links a{padding-inline:10px}.nav-actions{gap:8px}.nav-actions>.button{padding-inline:14px}}@media (max-width: 640px){.container{width:calc(100% - 32px)}.hero{padding:120px 0 80px}.nav{min-height:70px;gap:10px}.brand{gap:8px}.brand-logo{width:36px;height:36px}.brand small{display:none}.nav-actions>.button{display:none}.footer-grid{grid-template-columns:1fr;gap:32px}.contact-page{padding:112px 0 72px!important}.contact-layout{gap:28px!important}.contact-intro{padding-top:0!important}.contact-heading{font-size:clamp(38px,12vw,48px)!important;line-height:1.08!important}.contact-steps,.contact-flow-image{display:none!important}.contact-card{padding:24px 18px!important;border-radius:14px!important}.contact-form{gap:16px}}@media (max-width: 480px){.verification-row{display:grid!important;grid-template-columns:1fr}.verification-row .button{width:100%;min-width:0!important;min-height:46px}}[data-theme=light]{color-scheme:light;--bg-primary: #ffffff;--bg-secondary: #f5f7fa;--bg-tertiary: #e8ecf1;--text-primary: #1a1a1a;--text-secondary: #666666;--text-tertiary: #999999;--border-primary: #e5e7eb;--border-secondary: #f0f2f5;--brand-primary: #0d9488;--brand-secondary: #2f6bff;--brand-accent: #7c3aed;--success: #0d9488;--warning: #faad14;--error: #ff4d4f;--info: #2f6bff;--navy: #ffffff;--navy-2: #f5f7fa;--paper: #1a1a1a;--muted: #666666;--muted-2: #999999;--text-body: #444444;--text-muted: #888888;--aqua: #0d9488;--aqua-2: #14b8a6;--line: #e5e7eb;--shadow-card: 0 1px 2px rgba(0,0,0,.05), 0 4px 12px rgba(0,0,0,.08), 0 16px 48px rgba(0,0,0,.06);--shadow-card-hover: 0 2px 4px rgba(0,0,0,.08), 0 8px 24px rgba(0,0,0,.12), 0 24px 64px rgba(13,148,136,.1);--shadow-button: 0 2px 4px rgba(47,107,255,.2), 0 8px 24px rgba(47,107,255,.15), 0 16px 48px rgba(13,148,136,.15);--shadow-button-hover: 0 4px 8px rgba(47,107,255,.25), 0 12px 32px rgba(47,107,255,.2), 0 24px 64px rgba(13,148,136,.2);--shadow-glow: 0 0 20px rgba(13,148,136,.2);--gradient-card: linear-gradient(135deg, rgba(13,148,136,.08), rgba(47,107,255,.08));--gradient-primary: linear-gradient(135deg, #0d9488, #2f6bff);--gradient-secondary: linear-gradient(135deg, #2f6bff, #7c3aed);--heading-gradient: linear-gradient(135deg, #15243d 0%, #2f6bff 100%);--surface-card: rgba(0, 0, 0, .025);--surface-subtle: rgba(13, 148, 136, .07);--theme-menu-bg: rgba(255, 255, 255, .98)}[data-theme=light] h1,[data-theme=light] h2,[data-theme=light] .hero-copy h1{background:linear-gradient(135deg,#1a1a1a,#2f6bff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme=light] .hero-title{color:var(--text-body)}[data-theme=light] .site-header{background:linear-gradient(180deg,#fffffff5,#ffffffe6);box-shadow:0 18px 44px #0000000f}[data-theme=light] .site-header.scrolled{background:linear-gradient(180deg,#fffffffa,#fffffff2);box-shadow:0 4px 20px #00000014}[data-theme=light] .brand small{color:#888}[data-theme=light] .nav-links a.is-active{color:#fff;background:linear-gradient(135deg,#0d9488,#2f6bff);box-shadow:0 10px 28px #0d94882e}[data-theme=light] .hero{background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(47,107,255,.1),transparent),linear-gradient(180deg,#fff,#f5f7fa)}[data-theme=light] .hero-badge{color:var(--aqua);background:#0d948814;border-color:#0d948833;box-shadow:0 2px 12px #0d94881a}[data-theme=light] .trust-strip{background:#00000005;border-top:1px solid var(--border-secondary);border-bottom:1px solid var(--border-secondary)}[data-theme=light] .button-primary{background:linear-gradient(135deg,#2f6bff,#5a8dff);color:#fff}[data-theme=light] .button-primary:hover{background:linear-gradient(135deg,#3d78ff,#6b9aff);filter:brightness(1.05)}[data-theme=light] .button-secondary{border-color:#0d94884d;color:var(--aqua);background:#0d948814}[data-theme=light] .button-secondary:hover{background:#0d94881f;border-color:#0d948866;box-shadow:0 12px 32px #0d94881f}[data-theme=light] .button-ghost{border-color:#00000026;color:var(--text-primary);background:#00000008}[data-theme=light] .button-ghost:hover{background:#0000000f;border-color:#00000040;box-shadow:0 12px 32px #00000014}[data-theme=light] .eyebrow{color:var(--aqua);background:#0d948814;border-color:#0d948833;box-shadow:0 2px 8px #0d948814}[data-theme=light] .section-head p{color:var(--text-secondary)}[data-theme=light] hr,[data-theme=light] .divider{background:linear-gradient(90deg,transparent,rgba(0,0,0,.1),transparent)}[data-theme=light] .article-card:before{background:linear-gradient(135deg,#00000014,#00000005)}[data-theme=light] .article-card:after{background:linear-gradient(90deg,transparent,rgba(0,0,0,.08),transparent)}[data-theme=light] .article-card:hover:before{background:linear-gradient(135deg,#0d948866,#2f6bff40)}[data-theme=light] .article-card-cover{background:linear-gradient(135deg,#f5f7fa,#e8ecf1)}[data-theme=light] .article-card-cover:after{background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.4) 100%)}[data-theme=light] .article-card:hover .article-card-cover img{filter:brightness(.92)}[data-theme=light] .article-card-category{color:var(--aqua);background:var(--gradient-card);border-color:#0d948833;box-shadow:0 2px 8px #0d948814}[data-theme=light] .search-bar{background:#0000000a;border-color:#00000014}[data-theme=light] .search-bar:focus-within{border-color:#0d948866;box-shadow:0 0 0 3px #0d94881a,0 0 24px #0d94881f;background:#00000005}[data-theme=light] .search-bar input{color:var(--text-primary)}[data-theme=light] .search-bar input::placeholder{color:var(--text-tertiary)}[data-theme=light] .filter-tag{background:#00000008;border-color:#00000014;color:var(--text-secondary)}[data-theme=light] .filter-tag:hover{border-color:#0d94884d;color:var(--text-primary);background:#0d94880f;box-shadow:0 4px 12px #0d948814}[data-theme=light] .filter-tag.active{background:var(--gradient-card);border-color:#0d94884d;color:var(--aqua);box-shadow:0 4px 12px #0d94881f}[data-theme=light] .pagination button{border-color:#0000001a;background:#00000005;color:var(--text-secondary)}[data-theme=light] .pagination button:hover:not(:disabled){border-color:#0d94884d;color:var(--text-primary)}[data-theme=light] .pagination button.active{background:var(--blue);border-color:var(--blue);color:#fff}[data-theme=light] .loading-spinner{border-color:#0000001a;border-top-color:var(--aqua)}[data-theme=light] .contact-form input,[data-theme=light] .contact-form textarea,[data-theme=light] .contact-form select{background:#00000005;border-color:#0000001a;color:var(--text-primary)}[data-theme=light] .contact-form input:focus,[data-theme=light] .contact-form textarea:focus,[data-theme=light] .contact-form select:focus{border-color:#0d948880;box-shadow:0 0 0 3px #0d94881a,0 0 20px #0d948814;background:#00000003}[data-theme=light] .contact-form input::placeholder,[data-theme=light] .contact-form textarea::placeholder{color:var(--text-tertiary)}[data-theme=light] .contact-form select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' stroke='%23666666' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:12px 12px}[data-theme=light] .form-group label{color:var(--text-body)}[data-theme=light] .empty-state-icon{background:linear-gradient(135deg,#0d948814,#2f6bff14);border-color:#0000000f;box-shadow:0 8px 32px #0000000f,inset 0 1px #fffc}[data-theme=light] .empty-state-icon:before{background:linear-gradient(135deg,#0d948840,#2f6bff26)}[data-theme=light] .empty-state-title{color:var(--text-primary)}[data-theme=light] .hot-search-tag{background:#00000008;border-color:#00000014;color:var(--text-secondary)}[data-theme=light] .hot-search-tag:hover{border-color:#0d948859;color:var(--aqua);background:#0d948814;box-shadow:0 4px 12px #0d94881f}[data-theme=light] .search-highlight{background:linear-gradient(135deg,#0d948833,#2f6bff33);color:#0d9488}[data-theme=light] .search-empty-title{background:linear-gradient(135deg,#1a1a1a,#2f6bff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme=light] .search-empty-hot,[data-theme=light] .privacy-toc{background:#00000005;border-color:#0000000f}[data-theme=light] .privacy-toc a:hover{color:var(--aqua);background:#0d948814}[data-theme=light] .privacy-toc a.active{color:var(--aqua);background:#0d94881a}[data-theme=light] .privacy-quote{background:#0d94880f;color:#2f6bff}[data-theme=light] .related-section{border-top-color:#0000000f}[data-theme=light] .related-section h3{color:var(--text-primary)}[data-theme=light] .article-detail-header h1{color:var(--text-primary);-webkit-text-fill-color:var(--text-primary);background:none;-webkit-background-clip:initial;background-clip:initial}[data-theme=light] .article-detail-category{background:#0d94881a;color:var(--aqua)}[data-theme=light] .article-detail-cover{background:linear-gradient(135deg,#f5f7fa,#e8ecf1)}[data-theme=light] .article-detail-content{color:var(--text-body)}[data-theme=light] .article-detail-content h2,[data-theme=light] .article-detail-content h3{color:var(--text-primary)}[data-theme=light] .article-detail-content p{color:var(--text-body)}[data-theme=light] .article-detail-content blockquote{background:#0d94880f;color:#2f6bff}[data-theme=light] .article-detail-content code{background:#0000000f}[data-theme=light] .article-detail-content pre{background:#0000000a}[data-theme=light] .footer-social-icon{background:#00000008;border-color:#00000014;color:var(--text-secondary)}[data-theme=light] .footer-social-icon:hover{color:var(--aqua);border-color:#0d948859;background:#0d948814;box-shadow:0 4px 12px #0d948826}[data-theme=light] .footer-highlights,[data-theme=light] .footer-contact,[data-theme=light] .footer-bottom{border-top-color:#0000000f}[data-theme=light] .text-link{color:var(--aqua);border-bottom-color:#0d94884d}[data-theme=light] .text-link:hover{border-color:var(--aqua)}[data-theme=light] input:focus,[data-theme=light] textarea:focus,[data-theme=light] select:focus{border-color:var(--aqua)!important;box-shadow:0 0 0 3px #0d948826,0 0 20px #0d948814}[data-theme=light] .hero-ambient{opacity:.15;mix-blend-mode:multiply}[data-theme=light] .hero-waterline{opacity:.25;filter:brightness(1.5) contrast(.7)}[data-theme=light] .hero-system-visual{background:radial-gradient(ellipse at center,rgba(4,20,47,.96) 0%,rgba(4,20,47,.84) 55%,rgba(47,107,255,.14) 72%,transparent 88%)}[data-theme=light] .hero-system-asset{box-shadow:none;filter:drop-shadow(0 24px 38px rgba(37,76,134,.2))}[data-theme=light] .hero-glow{opacity:.4}[data-theme=light] .hero-sparkle{opacity:.5}[data-theme=light] .button-primary:active{background:linear-gradient(135deg,#285ce6,#4a7fe8);box-shadow:0 2px 4px #2f6bff40,0 4px 12px #2f6bff33}[data-theme=light] .button-secondary:active{background:#0d948829;border-color:#0d948880}[data-theme=light] .button-ghost:active{background:#00000014;border-color:#0000004d}[data-theme=light] .footer-highlight-dot{background:var(--gradient-primary)}[data-theme=light] .footer-contact-icon,[data-theme=light] .button-secondary{color:var(--aqua)}[data-theme=light] .section-head h2{background:linear-gradient(135deg,#1a1a1a,#2f6bff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme=light] .nav-links{background:var(--bg-secondary);box-shadow:inset 0 1px 0 var(--border-secondary)}[data-theme=light] .nav-links a:hover{background:var(--bg-tertiary)}[data-theme=light] .theme-toggle:hover{box-shadow:0 4px 12px #00000014}[data-theme=light] .hero-badge{color:var(--aqua)}[data-theme=light] .hero-lead{color:var(--text-secondary)}[data-theme=light] .article-card h3{color:var(--text-primary)}[data-theme=light] .article-card-summary{color:var(--text-muted)}[data-theme=light] .article-card-meta,[data-theme=light] .article-detail-meta{color:var(--text-secondary)}[data-theme=light] .article-detail-content ul,[data-theme=light] .article-detail-content ol{color:var(--text-body)}[data-theme=light] .hot-searches-label{color:var(--text-secondary)}[data-theme=light] .footer-brand,[data-theme=light] .footer-col h4{color:var(--text-primary)}[data-theme=light] .footer-col a{color:var(--text-secondary)}[data-theme=light] .footer-col a:hover{color:var(--aqua)}[data-theme=light] .footer-desc{color:var(--text-secondary)}[data-theme=light] .footer-highlight-item,[data-theme=light] .footer-contact-item{color:var(--text-muted)}[data-theme=light] .footer-icp{color:var(--text-tertiary)}[data-theme=light] .footer-bottom-links a{color:var(--text-secondary)}[data-theme=light] .footer-bottom-links a:hover{color:var(--aqua)}[data-theme=light] .footer-bottom-links span{color:var(--text-tertiary)}[data-theme=light] .trust-strip span{color:var(--text-secondary)}[data-theme=light] .success-next-card{background:linear-gradient(180deg,#00000005,#00000003),var(--bg-secondary);border-color:var(--border-primary);box-shadow:var(--shadow-card)}[data-theme=light] .success-next-card:before{background:linear-gradient(135deg,#00000014,#00000005)}[data-theme=light] .success-next-card:hover{box-shadow:var(--shadow-card-hover)}[data-theme=light] .success-next-card:hover:before{background:linear-gradient(135deg,#0d948866,#2f6bff40)}[data-theme=light] .success-next-card-icon{background:var(--gradient-card);border-color:var(--border-primary)}[data-theme=light] .success-next-card h3{color:var(--text-primary)}[data-theme=light] .success-next-card p{color:var(--text-muted)}[data-theme=light] .success-next-card-link{color:var(--aqua)}[data-theme=light] .brand{color:var(--text-primary)}[data-theme=light] p{color:var(--text-body)}[data-theme=light] h3,[data-theme=light] h4,[data-theme=light] h5,[data-theme=light] h6{color:var(--text-primary)}[data-theme=light] .eyebrow{color:var(--aqua)}[data-theme=light] .hero-copy h1{background:linear-gradient(135deg,#1a1a1a,#2f6bff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dark-surface{--text-primary: #ffffff;--text-secondary: #93a5ba;--text-body: #dce8f6;--text-muted: #9fb0c3;--border-primary: rgba(255, 255, 255, .14);--border-secondary: rgba(255, 255, 255, .08);--bg-secondary: #0a1f35;--bg-tertiary: #0d2847;--aqua: #35dcc7;--aqua-2: #8af7df;--heading-gradient: linear-gradient(135deg, #ffffff 0%, #b7d8ff 100%);--surface-card: rgba(255, 255, 255, .035);--surface-subtle: rgba(255, 255, 255, .06)}[data-theme=light] .dark-surface h1,[data-theme=light] .dark-surface h2{background:var(--heading-gradient)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}[data-theme=light] .dark-surface h3,[data-theme=light] .dark-surface h4,[data-theme=light] .dark-surface h5,[data-theme=light] .dark-surface h6{color:var(--text-primary)!important}[data-theme=light] .dark-surface p{color:var(--text-body)}[data-theme=light] .dark-surface .button-secondary{border-color:#8af7df6b;color:#eafffb;background:#35dcc71f}@media (max-width: 640px){.theme-menu{position:fixed;top:72px;right:16px;left:16px;width:auto}}
