:root{--bg-0: #f8fafc;--bg-1: #f8fafc;--bg-panel: #ffffff;--bg-elevated:#ffffff;--bg-2: #f1f5f9;--bg-card: #ffffff;--bg-glass: rgba(255,255,255,0.9);--code-bg: #0b1220;--border: #e2e8f0;--border-subtle: rgba(15,23,42,0.08);--border-teal: rgba(20,184,166,0.22);--border-blue: rgba(59,130,246,0.2);--text-1: #0f172a;--text-2: #475569;--text-3: #64748b;--text-code: #7DD3FC;--text-primary: #0f172a;--text-secondary: #475569;--text-muted: #64748b;--blue: #3B82F6;--blue-dim: rgba(59,130,246,0.1);--blue-glow: rgba(59,130,246,0.15);--teal: #14B8A6;--teal-dim: rgba(20,184,166,0.1);--teal-glow: rgba(20,184,166,0.15);--violet: #8B5CF6;--violet-dim: rgba(139,92,246,0.1);--violet-glow: rgba(139,92,246,0.15);--purple: #8B5CF6;--purple-dim: rgba(139,92,246,0.1);--amber: #F59E0B;--amber-dim: rgba(245,158,11,0.1);--coral: #F97316;--coral-dim: rgba(249,115,22,0.1);--green: #10B981;--green-dim: rgba(16,185,129,0.1);--red: #EF4444;--red-dim: rgba(239,68,68,0.1);--accent: var(--blue);--accent-dim: var(--blue-dim);--accent-rgb: 59,130,246;--font-sans: 'Inter',system-ui,-apple-system,sans-serif;--font-mono: 'IBM Plex Mono','JetBrains Mono',monospace;--font-icon: 'Material Symbols Rounded';--text-xs: 0.75rem;--text-sm: 0.875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--text-4xl: 2.25rem;--text-5xl: 3rem;--s1: 0.25rem;--s2: 0.5rem;--s3: 0.75rem;--s4: 1rem;--s5: 1.25rem;--s6: 1.5rem;--s8: 2rem;--s10: 2.5rem;--s12: 3rem;--s16: 4rem;--s20: 5rem;--s24: 6rem;--r-sm: 4px;--r-md: 8px;--r-lg: 12px;--r-xl: 16px;--r-2xl: 20px;--r-full: 9999px;--shadow-sm: 0 1px 3px rgba(15,23,42,0.08);--shadow-md: 0 4px 20px rgba(15,23,42,0.08);--glow-blue: 0 0 40px rgba(59,130,246,0.12);--glow-teal: 0 0 40px rgba(20,184,166,0.12);--glow-violet: 0 0 40px rgba(139,92,246,0.12);--max-w: 1280px;--max-w-narrow: 748px;--header-h: 60px;--status-h: 30px;--mobile-nav-h: 58px;--ease: cubic-bezier(0.4,0,0.2,1);--ease-spring: cubic-bezier(0.34,1.56,0.64,1);--ease-out: cubic-bezier(0.0,0.0,0.2,1);--text-0: #0f172a;--surface-2: rgba(15,23,42,0.03);--border-1: #e2e8f0;--radius: var(--r-md);--radius-lg: var(--r-lg);--s7: 1.75rem;--shadow-lg: 0 8px 32px rgba(15,23,42,0.10)}*,*::before,*::after{box-sizing: border-box;margin: 0;padding: 0}.skip-link{position: absolute;left: -9999px;top: 0;z-index: 1000;padding: 10px 18px;background: var(--bg-elevated);color: var(--text-1);border: 1px solid var(--border);border-radius: 0 0 var(--r-md) 0;text-decoration: none;font-size: var(--text-sm)}.skip-link:focus{left: 0}html{background: var(--bg-0);color: var(--text-1);font-family: var(--font-sans);font-size: 16px;line-height: 1.6;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;scroll-behavior: smooth;text-rendering: optimizeLegibility;overflow-x: hidden}html body{background: var(--bg-0);min-height: 100vh;overflow-x: hidden;max-width: 100vw}::selection{background: rgba(59,130,246,0.28);color: var(--text-1)}::-webkit-scrollbar{width: 4px;height: 4px}::-webkit-scrollbar-track{background: var(--bg-panel)}::-webkit-scrollbar-thumb{background: rgba(255,255,255,0.07);border-radius: 2px}::-webkit-scrollbar-thumb:hover{background: rgba(255,255,255,0.13)}h1,h2,h3,h4,h5,h6{font-family: var(--font-sans);font-weight: 600;line-height: 1.2;color: var(--text-1);letter-spacing: -0.02em}p{color: var(--text-2);line-height: 1.75}a{color: var(--teal);text-decoration: none;transition: color 0.18s var(--ease)}a:hover{color: var(--text-1)}img{max-width: 100%;height: auto;display: block}svg:not([width]){width: 1em;height: 1em;flex-shrink: 0}button{cursor: pointer;border: none;background: none;font: inherit}input,textarea,select{font: inherit}ul,ol{padding-left: var(--s6)}li{color: var(--text-2);line-height: 1.75;margin-bottom: var(--s2)}code,pre,kbd{font-family: var(--font-mono)}code:not(pre code){background: rgba(15,23,42,0.06);color: #0E7490;padding: 0.15em 0.4em;border-radius: var(--r-sm);font-size: 0.85em;border: 1px solid rgba(15,23,42,0.12)}pre{background: var(--code-bg) !important;border: 1px solid var(--border);border-radius: var(--r-lg);padding: var(--s6);overflow-x: auto;position: relative;line-height: 1.65;font-size: var(--text-sm);margin: var(--s8) 0}pre code{background: transparent;color: var(--text-code);padding: 0;border: none;font-size: 1em}.ms-icon{font-family: 'Material Symbols Rounded';font-weight: 300;font-style: normal;font-size: 20px;line-height: 1;letter-spacing: normal;text-transform: none;display: inline-block;white-space: nowrap;word-wrap: normal;direction: ltr;font-variation-settings: 'FILL' 0,'wght' 300,'GRAD' 0,'opsz' 20;-webkit-font-smoothing: antialiased;vertical-align: middle;transition: font-variation-settings 0.2s var(--ease)}.ms-icon--filled{font-variation-settings: 'FILL' 1,'wght' 300,'GRAD' 0,'opsz' 20}.ms-icon--sm{font-size: 16px;line-height: 1}.ms-icon--lg{font-size: 20px;line-height: 1}.quick-access-card__icon .ms-icon,.topic-card__icon .ms-icon,.error-category-card__icon .ms-icon{font-size: 18px}.container{width: 100%;max-width: var(--max-w);margin: 0 auto;padding: 0 var(--s6)}.container--narrow{max-width: var(--max-w-narrow);margin: 0 auto;padding: 0 var(--s6)}@keyframes pulse-dot{0%,100%{opacity: 1;transform: scale(1)}50%{opacity: 0.55;transform: scale(0.85)}}@keyframes pulse-ring{0%{transform: scale(1);opacity: 0.6}100%{transform: scale(2.2);opacity: 0}}@keyframes logo-pulse{0%,100%{transform: scale(1);opacity: 1}50%{transform: scale(1.2);opacity: 0.7}}@keyframes blink-cursor{0%,100%{border-color: var(--teal)}50%{border-color: transparent}}@keyframes glow-pulse{0%,100%{opacity: 0.5}50%{opacity: 1}}@keyframes fade-in{from{opacity: 0;transform: translateY(-6px)}to{opacity: 1;transform: translateY(0)}}@keyframes slide-up{from{opacity: 0;transform: translateY(16px)}to{opacity: 1;transform: translateY(0)}}@keyframes flow-right{from{stroke-dashoffset: 100}to{stroke-dashoffset: 0}}@keyframes node-pulse{0%,100%{opacity: 1}50%{opacity: 0.55}}@keyframes shimmer{0%{background-position: -200% 0}100%{background-position: 200% 0}}@keyframes data-stream{0%{transform: translateX(-100%);opacity: 0}10%{opacity: 1}90%{opacity: 1}100%{transform: translateX(100%);opacity: 0}}.reading-progress{position: fixed;top: 0;left: 0;width: 100%;height: 2px;background: transparent;z-index: 400;pointer-events: none}.reading-progress__bar{height: 100%;width: 0;background: linear-gradient(90deg,var(--blue),var(--teal));transition: width 0.1s linear;box-shadow: 0 0 10px rgba(59,130,246,0.6)}.member-bar{background: var(--ink,#0b1220);border-bottom: 1px solid rgba(255,255,255,0.07);height: 34px;display: flex;align-items: center;position: sticky;top: 0;z-index: 9000}.member-bar__inner{display: flex;align-items: center;justify-content: space-between;width: 100%;max-width: var(--site-w,1280px);margin: 0 auto;padding: 0 var(--s6);gap: var(--s4)}.member-bar__left,.member-bar__right{display: flex;align-items: center;gap: var(--s3)}.member-bar__icon{font-size: 16px;color: rgba(255,255,255,0.5)}.member-bar__name{font-size: var(--text-xs);color: rgba(255,255,255,0.75);font-weight: 500;max-width: 160px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap}.member-bar__badge{font-size: 10px;font-weight: 700;letter-spacing: 0.06em;text-transform: uppercase;padding: 2px 7px;border-radius: var(--r-full);line-height: 1.5}.member-bar__badge--pro{background: rgba(225,29,72,0.2);color: #fb7185;border: 1px solid rgba(225,29,72,0.35)}.member-bar__badge--free{background: rgba(100,116,139,0.2);color: #94a3b8;border: 1px solid rgba(100,116,139,0.25)}.member-bar__link{font-size: var(--text-xs);color: rgba(255,255,255,0.6);text-decoration: none;transition: color 0.15s}.member-bar__link:hover{color: #fff}.member-bar__upgrade{font-size: var(--text-xs);font-weight: 600;color: #fbbf24;text-decoration: none;padding: 3px 10px;border: 1px solid rgba(251,191,36,0.35);border-radius: var(--r-full);transition: background 0.15s,color 0.15s;white-space: nowrap}.member-bar__upgrade:hover{background: rgba(251,191,36,0.15);color: #fde68a}@media (max-width: 480px){.member-bar__name{display: none}.member-bar__icon{display: none}}.status-bar{background: var(--bg-panel);border-bottom: 1px solid var(--border);height: var(--status-h);display: flex;align-items: center;padding: 0 var(--s6);font-size: 10px;font-family: var(--font-mono);color: var(--text-3);gap: var(--s5);overflow: hidden}.status-node{display: flex;align-items: center;gap: var(--s2);white-space: nowrap;flex-shrink: 0}.status-node__dot{width: 5px;height: 5px;border-radius: 50%;background: var(--green);flex-shrink: 0;animation: pulse-dot 2.2s ease-in-out infinite;position: relative}.status-node__dot::after{content: '';position: absolute;inset: -3px;border-radius: 50%;background: var(--green);opacity: 0;animation: pulse-ring 2.2s ease-out infinite}.status-node__dot--blue{background: var(--blue)}.status-node__dot--blue::after{background: var(--blue)}.status-node__dot--teal{background: var(--teal)}.status-node__dot--teal::after{background: var(--teal)}.status-node__dot--amber{background: var(--amber);animation: none}.status-bar__divider{color: var(--border);user-select: none;flex-shrink: 0}.status-bar__spacer{flex: 1}.site-header{position: sticky;top: 0;z-index: 200;background: rgba(7,11,20,0.94);backdrop-filter: blur(20px) saturate(160%);-webkit-backdrop-filter: blur(20px) saturate(160%);border-bottom: 1px solid var(--border);height: var(--header-h);transition: all 0.3s var(--ease)}.site-header.is-scrolled{background: rgba(7,11,20,0.98);border-bottom-color: rgba(59,130,246,0.1);box-shadow: 0 1px 28px rgba(0,0,0,0.6)}.header-inner{max-width: var(--max-w);margin: 0 auto;padding: 0 var(--s6);height: 100%;display: flex;align-items: center;gap: var(--s4)}.site-branding{display: flex;align-items: center;gap: var(--s2);flex-shrink: 0}.logo-pulse{width: 7px;height: 7px;background: var(--teal);border-radius: 50%;flex-shrink: 0;animation: logo-pulse 3s ease-in-out infinite;position: relative}.logo-pulse::after{content: '';position: absolute;inset: -4px;border-radius: 50%;background: var(--teal);opacity: 0;animation: pulse-ring 3s ease-out infinite}.site-title{font-size: var(--text-base);font-weight: 700;color: var(--text-1);letter-spacing: -0.02em}.site-title .title-highlight{color: var(--teal)}.header-ai-badge{font-family: var(--font-mono);font-size: 9px;font-weight: 500;color: var(--violet);background: var(--violet-dim);border: 1px solid rgba(139,92,246,0.2);padding: 2px 7px;border-radius: var(--r-full);letter-spacing: 0.08em;text-transform: uppercase;flex-shrink: 0}.main-nav{flex: 1;display: flex;align-items: center;gap: 0;padding: 0 var(--s3)}.main-nav a{font-size: var(--text-sm);font-weight: 500;color: var(--text-2);padding: var(--s2) var(--s3);border-radius: var(--r-md);transition: all 0.15s var(--ease);white-space: nowrap;position: relative}.main-nav a:hover,.main-nav a.current-menu-item{color: var(--text-1);background: rgba(255,255,255,0.04)}.main-nav a.current-menu-item::after{content: '';position: absolute;bottom: 2px;left: 50%;transform: translateX(-50%);width: 12px;height: 1px;background: var(--teal);border-radius: var(--r-full)}.main-nav a.nav-btn-pricing,.main-nav li.nav-btn-pricing > a{color: var(--teal);border: 1px solid var(--teal);border-radius: var(--r-full);padding: calc(var(--s2) - 1px) var(--s4);font-weight: 600;margin-left: var(--s2)}.main-nav a.nav-btn-pricing:hover,.main-nav a.nav-btn-pricing.current-menu-item,.main-nav li.nav-btn-pricing > a:hover,.main-nav li.nav-btn-pricing.current-menu-item > a{background: var(--teal);color: #fff}.main-nav a.nav-btn-pricing::after,.main-nav li.nav-btn-pricing > a::after{display: none}.header-actions{display: flex;align-items: center;gap: var(--s2);flex-shrink: 0}.cmd-palette-trigger{display: flex;align-items: center;gap: var(--s2);background: var(--bg-elevated);border: 1px solid var(--border);border-radius: var(--r-md);padding: 6px 10px;color: var(--text-3);font-size: var(--text-xs);font-family: var(--font-mono);transition: all 0.15s var(--ease);cursor: pointer}.cmd-palette-trigger:hover{border-color: rgba(59,130,246,0.3);color: var(--text-2);background: var(--blue-dim)}.cmd-palette-trigger svg{width: 13px;height: 13px;opacity: 0.5}.cmd-kbd{background: rgba(255,255,255,0.05);border: 1px solid rgba(255,255,255,0.08);border-radius: 3px;padding: 1px 5px;font-size: 9px}.theme-toggle{width: 32px;height: 32px;display: flex;align-items: center;justify-content: center;border-radius: var(--r-md);color: var(--text-3);transition: all 0.15s var(--ease)}.theme-toggle:hover{background: rgba(255,255,255,0.05);color: var(--text-2)}.theme-toggle svg{width: 15px;height: 15px}.btn-subscribe-header{display: flex;align-items: center;gap: 6px;background: var(--blue);color: #fff;font-size: 13px;font-weight: 600;padding: 7px 14px;border-radius: var(--r-full);transition: background 0.2s,transform 0.2s;white-space: nowrap;max-width: 180px;overflow: hidden;text-overflow: ellipsis}.btn-subscribe-header:hover{background: #60A5FA;color: #fff;transform: translateY(-1px)}.btn-subscribe-header svg{width: 13px;height: 13px;flex-shrink: 0}.mobile-more-menu{position: fixed;bottom: var(--mobile-nav-h,64px);left: 0;right: 0;background: var(--bg-elevated,#1a2234);border-top: 1px solid var(--border);display: flex;flex-wrap: wrap;padding: var(--s3) var(--s4);gap: var(--s2);z-index: 1001;animation: slide-up 0.18s ease}.mobile-more-menu[hidden]{display: none}.mobile-more-item{display: flex;align-items: center;gap: var(--s2);padding: 10px 14px;border-radius: var(--r-lg);background: var(--bg-panel);color: var(--text-2);font-size: var(--text-sm);font-weight: 500;flex: 1 1 calc(50% - var(--s2));min-width: 120px;text-decoration: none;transition: background 0.15s,color 0.15s}.mobile-more-item:hover,.mobile-more-item:focus{background: var(--bg-elevated);color: var(--text-1)}.mobile-more-item .ms-icon{font-size: 18px;color: var(--teal)}.menu-toggle{display: none;width: 36px;height: 36px;align-items: center;justify-content: center;border-radius: var(--r-md);color: var(--text-2);transition: all 0.15s var(--ease)}.menu-toggle:hover{background: rgba(255,255,255,0.05)}.menu-toggle svg{width: 18px;height: 18px}.mobile-bottom-nav{display: none;position: fixed;bottom: 0;left: 0;right: 0;height: var(--mobile-nav-h);background: rgba(7,11,20,0.97);backdrop-filter: blur(20px);border-top: 1px solid var(--border);z-index: 300;padding: 0 var(--s2);padding-bottom: env(safe-area-inset-bottom,0px)}.mobile-bottom-nav__inner{display: flex;align-items: stretch;justify-content: space-around;height: 100%}.mobile-nav-item{display: flex;flex-direction: column;align-items: center;justify-content: center;gap: 3px;flex: 1 1 0;min-width: 0;max-width: 20%;width: 20%;font-size: 9px;font-family: var(--font-mono);color: var(--text-3);text-transform: uppercase;letter-spacing: 0;transition: color 0.15s var(--ease);text-decoration: none;padding: var(--s1) 1px;position: relative;overflow: hidden;box-sizing: border-box}.mobile-nav-item > span:last-child{display: block;width: 100%;text-align: center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: 8px;line-height: 1.1}.mobile-nav-item .ms-icon{font-size: 20px}.mobile-nav-item.is-active{color: var(--teal)}.mobile-nav-item.is-active .ms-icon{font-variation-settings: 'FILL' 1,'wght' 300,'GRAD' 0,'opsz' 20}.mobile-nav-item--ai{color: var(--violet)}.mobile-nav-item--ai .ms-icon{font-size: 22px}@media (max-width: 380px){.mobile-nav-item > span:last-child{display: none}.mobile-nav-item .ms-icon{font-size: 24px}.mobile-nav-item--ai .ms-icon{font-size: 26px}}.cmd-palette-overlay{position: fixed;inset: 0;background: rgba(0,0,0,0.75);backdrop-filter: blur(12px);z-index: 600;display: flex;align-items: flex-start;justify-content: center;padding-top: min(18vh,110px);opacity: 0;pointer-events: none;transition: opacity 0.18s var(--ease)}.cmd-palette-overlay.is-open{opacity: 1;pointer-events: all}.cmd-palette{background: var(--bg-elevated);border: 1px solid rgba(255,255,255,0.09);border-radius: var(--r-2xl);width: 100%;max-width: 620px;margin: 0 var(--s6);box-shadow: 0 24px 80px rgba(0,0,0,0.7),var(--glow-blue);overflow: hidden;transform: scale(0.96) translateY(-10px);transition: transform 0.2s var(--ease)}.cmd-palette-overlay.is-open .cmd-palette{transform: scale(1) translateY(0)}.cmd-palette__search{display: flex;align-items: center;gap: var(--s3);padding: var(--s4) var(--s5);border-bottom: 1px solid var(--border)}.cmd-palette__search svg{width: 17px;height: 17px;color: var(--text-3);flex-shrink: 0}.cmd-palette__input{flex: 1;background: transparent;border: none;outline: none;color: var(--text-1);font-size: var(--text-base)}.cmd-palette__input::placeholder{color: var(--text-3)}.cmd-palette__esc{font-family: var(--font-mono);font-size: 10px;color: var(--text-3);background: var(--bg-panel);border: 1px solid var(--border);border-radius: 3px;padding: 2px 6px}.cmd-palette__sections{max-height: 400px;overflow-y: auto}.cmd-section-label{font-family: var(--font-mono);font-size: 10px;text-transform: uppercase;letter-spacing: 0.1em;color: var(--text-3);padding: var(--s3) var(--s5);background: var(--bg-panel);border-top: 1px solid var(--border-subtle)}.cmd-item{display: flex;align-items: center;gap: var(--s3);padding: 10px var(--s5);cursor: pointer;transition: background 0.1s}.cmd-item:hover,.cmd-item.is-selected{background: rgba(59,130,246,0.06)}.cmd-item__icon{width: 32px;height: 32px;background: var(--bg-0);border-radius: var(--r-md);display: flex;align-items: center;justify-content: center;flex-shrink: 0;font-size: 14px}.cmd-item__text{flex: 1;min-width: 0}.cmd-item__name{font-size: var(--text-sm);font-weight: 500;color: var(--text-1)}.cmd-item__desc{font-size: 11px;color: var(--text-3);font-family: var(--font-mono)}.cmd-palette__footer{display: flex;align-items: center;gap: var(--s5);padding: var(--s3) var(--s5);border-top: 1px solid var(--border);font-family: var(--font-mono);font-size: 10px;color: var(--text-3);background: var(--bg-panel)}.topology-canvas{position: absolute;inset: 0;pointer-events: none;opacity: 0.45}.hero-grid-overlay{position: absolute;inset: 0;background-image: linear-gradient(rgba(59,130,246,0.03) 1px,transparent 1px),linear-gradient(90deg,rgba(59,130,246,0.03) 1px,transparent 1px);background-size: 60px 60px;pointer-events: none}.hero-glow-orb{position: absolute;top: -30%;left: 50%;transform: translateX(-50%);width: 800px;height: 600px;background: radial-gradient(ellipse at center,rgba(59,130,246,0.07) 0%,rgba(139,92,246,0.04) 40%,transparent 70%);pointer-events: none;animation: glow-pulse 6s ease-in-out infinite}.hero-glow-orb--secondary{top: 40%;left: 20%;width: 400px;height: 300px;background: radial-gradient(ellipse at center,rgba(20,184,166,0.05) 0%,transparent 70%);animation: glow-pulse 8s ease-in-out infinite reverse}.site-hero{background: var(--bg-panel);border-bottom: 1px solid var(--border);padding: var(--s16) 0 var(--s12);position: relative;overflow: hidden;text-align: center}.site-hero__inner{position: relative;z-index: 2;max-width: 820px;margin: 0 auto;padding: 0 var(--s6)}.hero-badge,.hero-system-status{display: inline-flex;align-items: center;gap: var(--s2);background: rgba(16,185,129,0.06);border: 1px solid rgba(16,185,129,0.18);border-radius: var(--r-full);padding: 5px 14px 5px 9px;font-family: var(--font-mono);font-size: var(--text-xs);color: var(--green);letter-spacing: 0.08em;text-transform: uppercase;margin-bottom: var(--s8)}.pulse,.hero-system-status__dot{width: 6px;height: 6px;background: var(--green);border-radius: 50%;flex-shrink: 0;animation: pulse-dot 2s ease-in-out infinite}.hero-title{font-size: clamp(2.6rem,7vw,5rem);font-weight: 800;line-height: 1.06;letter-spacing: -0.04em;color: var(--text-1);margin-bottom: var(--s5)}.hero-title .teal{color: var(--teal)}.hero-title .accent{color: var(--blue)}.hero-title .accent-violet{color: var(--violet)}.hero-typewriter-line{min-height: 1.8em;line-height: 1.6;font-family: var(--font-mono);font-size: var(--text-sm);color: var(--text-3);margin-bottom: var(--s8);letter-spacing: 0.01em}.hero-typewriter__static{margin-right: 4px}.hero-typewriter{color: var(--teal);border-right: 2px solid var(--teal);animation: blink-cursor 0.9s step-end infinite}.hero-description,.hero-sub{font-size: var(--text-base);color: var(--text-2);max-width: 540px;margin: 0 auto var(--s10);line-height: 1.7}.hero-search{display: flex;align-items: center;max-width: 560px;margin: 0 auto var(--s6);background: var(--bg-elevated);border: 1px solid var(--border-blue);border-radius: var(--r-full);padding: 5px 5px 5px 20px;transition: all 0.3s var(--ease)}.hero-search:focus-within{border-color: var(--blue);box-shadow: 0 0 0 3px rgba(59,130,246,0.12),var(--glow-blue)}.hero-search__icon{color: var(--text-3);flex-shrink: 0;margin-right: var(--s3)}.hero-search__icon svg{width: 16px;height: 16px}.hero-search__input{flex: 1;background: transparent;border: none;outline: none;color: var(--text-1);font-size: var(--text-sm);padding: 0;min-width: 0}.hero-search__input::placeholder{color: var(--text-3)}.hero-search__btn{background: var(--blue);color: #fff;font-size: var(--text-sm);font-weight: 600;padding: 9px 20px;border-radius: var(--r-full);transition: all 0.2s var(--ease);white-space: nowrap;flex-shrink: 0;display: flex;align-items: center;gap: var(--s2)}.hero-search__btn:hover{background: #60A5FA;color: #fff}.hero-chips{display: flex;flex-wrap: wrap;align-items: center;justify-content: center;gap: var(--s2);margin-bottom: var(--s10)}.hero-chip{display: inline-flex;align-items: center;gap: var(--s1);font-family: var(--font-mono);font-size: 10px;color: var(--text-3);background: var(--bg-elevated);border: 1px solid var(--border);border-radius: var(--r-full);padding: 3px 10px;cursor: pointer;transition: all 0.15s var(--ease)}.hero-chip:hover{color: var(--blue);border-color: rgba(59,130,246,0.3);background: var(--blue-dim)}.hero-chip--label{color: var(--text-3);background: transparent;border-color: transparent;cursor: default}.hero-chip--label:hover{color: var(--text-3);background: transparent;border-color: transparent}.hero-platform-stats{display: flex;align-items: center;justify-content: center;gap: var(--s8);margin-bottom: var(--s10)}.hero-stat{text-align: center}.hero-stat__value{display: block;font-family: var(--font-mono);font-size: var(--text-xl);font-weight: 700;color: var(--text-1);letter-spacing: -0.02em}.hero-stat__label{display: block;font-family: var(--font-mono);font-size: 10px;color: var(--text-3);text-transform: uppercase;letter-spacing: 0.08em}.hero-stat-divider{width: 1px;height: 32px;background: var(--border);flex-shrink: 0}.hero-subscribe-form{display: flex;align-items: center;max-width: 520px;margin: 0 auto var(--s8);background: var(--bg-elevated);border: 1px solid var(--border);border-radius: var(--r-full);padding: 5px 5px 5px 20px;transition: all 0.3s var(--ease)}.hero-subscribe-form:focus-within{border-color: var(--teal);box-shadow: 0 0 0 3px rgba(20,184,166,0.1)}.hero-subscribe-form input[type="email"]{flex: 1;background: transparent;border: none;outline: none;color: var(--text-1);font-size: var(--text-sm);padding: 0;min-width: 0}.hero-subscribe-form input::placeholder{color: var(--text-3)}.btn-hero-subscribe{background: var(--teal);color: #000;font-size: var(--text-sm);font-weight: 600;padding: 9px 20px;border-radius: var(--r-full);transition: all 0.2s var(--ease);flex-shrink: 0;display: flex;align-items: center;gap: var(--s2)}.btn-hero-subscribe:hover{background: #5EEAD4}.hero-social-proof,.hero-trust{display: flex;align-items: center;justify-content: center;flex-wrap: wrap;gap: var(--s4);font-size: 11px;color: var(--text-3);font-family: var(--font-mono)}.proof-item{display: flex;align-items: center;gap: var(--s2)}.proof-divider{width: 3px;height: 3px;background: var(--border);border-radius: 50%}.company-logos{margin-top: var(--s10);padding-top: var(--s8);border-top: 1px solid var(--border);text-align: center}.logos-label{display: block;font-size: 10px;letter-spacing: 0.12em;text-transform: uppercase;color: var(--text-3);font-family: var(--font-mono);margin-bottom: var(--s4)}.company-logos span:not(.logos-label){display: inline-block;font-family: var(--font-mono);font-size: 10px;color: var(--text-3);letter-spacing: 0.1em;opacity: 0.32;margin: 0 var(--s4)}.quick-access{background: var(--bg-0);border-bottom: 1px solid var(--border);padding: var(--s5) 0}.quick-access__grid{display: grid;grid-template-columns: repeat(4,1fr);gap: var(--s3)}.quick-access-card{display: flex;align-items: center;gap: var(--s3);background: var(--bg-elevated);border: 1px solid var(--border-subtle);border-radius: var(--r-lg);padding: var(--s4);transition: all 0.2s var(--ease);text-decoration: none}.quick-access-card:hover{border-color: rgba(59,130,246,0.2);background: rgba(59,130,246,0.04);transform: translateY(-1px)}.quick-access-card__icon{width: 32px;height: 32px;border-radius: var(--r-md);display: flex;align-items: center;justify-content: center;flex-shrink: 0;font-size: 18px;line-height: 1}.quick-access-card__icon--teal{background: var(--teal-dim);color: var(--teal)}.quick-access-card__icon--blue{background: var(--blue-dim);color: var(--blue)}.quick-access-card__icon--violet{background: var(--violet-dim);color: var(--violet)}.quick-access-card__icon--coral{background: var(--coral-dim);color: var(--coral)}.quick-access-card__icon--purple{background: var(--violet-dim);color: var(--violet)}.quick-access-card__label{display: block;font-size: 11px;font-weight: 600;color: var(--text-1)}.quick-access-card__sub{display: block;font-size: 10px;color: var(--text-3);font-family: var(--font-mono)}.section-label,.topics-section__label{font-family: var(--font-mono);font-size: 10px;text-transform: uppercase;letter-spacing: 0.14em;color: var(--text-3);margin-bottom: var(--s3);display: flex;align-items: center;gap: var(--s2)}.section-label::before{content: '';width: 14px;height: 1px;background: var(--border)}.section-header{display: flex;align-items: baseline;justify-content: space-between;margin-bottom: var(--s8);gap: var(--s4)}.section-title{font-size: var(--text-2xl);font-weight: 700;color: var(--text-1);letter-spacing: -0.03em}.section-link{font-size: 11px;color: var(--blue);font-family: var(--font-mono);display: flex;align-items: center;gap: var(--s1);flex-shrink: 0;transition: color 0.15s var(--ease)}.section-link:hover{color: var(--text-1)}.sev-badge{display: inline-flex;align-items: center;gap: 4px;font-family: var(--font-mono);font-size: 9px;font-weight: 700;text-transform: uppercase;letter-spacing: 0.08em;padding: 2px 8px;border-radius: var(--r-full);border: 1px solid transparent}.sev-badge--critical{background: rgba(239,68,68,0.1);color: #F87171;border-color: rgba(239,68,68,0.22)}.sev-badge--critical::before{content:'';width:5px;height:5px;border-radius:50%;background:#F87171;flex-shrink:0}.sev-badge--warning{background: var(--amber-dim);color: var(--amber);border-color: rgba(245,158,11,0.22)}.sev-badge--memory{background: var(--blue-dim);color: var(--blue);border-color: var(--border-blue)}.sev-badge--replication{background: var(--teal-dim);color: var(--teal);border-color: var(--border-teal)}.sev-badge--storage{background: var(--coral-dim);color: var(--coral);border-color: rgba(249,115,22,0.2)}.sev-badge--wal{background: var(--violet-dim);color: var(--violet);border-color: rgba(139,92,246,0.2)}.sev-badge--performance{background: var(--green-dim);color: var(--green);border-color: rgba(16,185,129,0.2)}.sev-badge--info{background: rgba(255,255,255,0.04);color: var(--text-3);border-color: var(--border)}.env-tag{display: inline-flex;align-items: center;gap: 4px;font-family: var(--font-mono);font-size: 9px;color: var(--text-3);background: var(--bg-elevated);border: 1px solid var(--border);border-radius: 3px;padding: 2px 6px;text-transform: uppercase;letter-spacing: 0.06em}.env-tag--aurora{color: #F472B6;border-color: rgba(244,114,182,0.2);background: rgba(244,114,182,0.05)}.env-tag--rds{color: var(--amber);border-color: rgba(245,158,11,0.2);background: var(--amber-dim)}.env-tag--k8s{color: var(--blue);border-color: var(--border-blue);background: var(--blue-dim)}.env-tag--docker{color: #38BDF8;border-color: rgba(56,189,248,0.2);background: rgba(56,189,248,0.06)}.env-tag--bare-metal{color: var(--text-2);border-color: var(--border);background: var(--bg-elevated)}.env-tag--gcp{color: var(--teal);border-color: var(--border-teal);background: var(--teal-dim)}.post-type-badge{display: inline-flex;align-items: center;gap: 4px;font-family: var(--font-mono);font-size: 9px;font-weight: 700;text-transform: uppercase;letter-spacing: 0.07em;padding: 2px 7px;border-radius: var(--r-full);border: 1px solid transparent}.post-type-badge--incident{background: var(--coral-dim);color: var(--coral);border-color: rgba(249,115,22,0.2)}.post-type-badge--deepdive{background: var(--violet-dim);color: var(--violet);border-color: rgba(139,92,246,0.2)}.post-type-badge--explainer{background: var(--green-dim);color: var(--green);border-color: rgba(16,185,129,0.2)}.post-type-badge--career{background: var(--blue-dim);color: var(--blue);border-color: rgba(59,130,246,0.2)}.post-type-badge--runbook{background: var(--amber-dim);color: var(--amber);border-color: rgba(245,158,11,0.2)}.ai-badge{display: inline-flex;align-items: center;gap: 4px;font-family: var(--font-mono);font-size: 9px;padding: 2px 6px;border-radius: var(--r-full);background: var(--violet-dim);color: var(--violet);border: 1px solid rgba(139,92,246,0.18);letter-spacing: 0.04em}.ai-badge::before{content: '';width: 4px;height: 4px;background: var(--violet);border-radius: 50%;flex-shrink: 0;animation: pulse-dot 2s ease-in-out infinite}.difficulty-badge{display: inline-flex;align-items: center;font-family: var(--font-mono);font-size: 9px;font-weight: 500;padding: 2px 7px;border-radius: var(--r-full);text-transform: uppercase;letter-spacing: 0.07em;border: 1px solid transparent}.difficulty-badge--beginner{background: var(--green-dim);color: var(--green);border-color: rgba(16,185,129,0.2)}.difficulty-badge--intermediate{background: var(--blue-dim);color: var(--blue);border-color: rgba(59,130,246,0.2)}.difficulty-badge--advanced{background: var(--amber-dim);color: var(--amber);border-color: rgba(245,158,11,0.2)}.difficulty-badge--expert{background: var(--red-dim);color: var(--red);border-color: rgba(239,68,68,0.2)}.topics-section{padding: var(--s16) 0;background: var(--bg-0)}.topics-grid{display: grid;grid-template-columns: repeat(3,1fr);gap: var(--s4);max-width: var(--max-w);margin: 0 auto;padding: 0 var(--s6)}.topic-card{display: flex;align-items: flex-start;gap: var(--s4);background: var(--bg-elevated);border: 1px solid var(--border-subtle);border-radius: var(--r-xl);padding: var(--s5);transition: all 0.22s var(--ease);position: relative;overflow: hidden;text-decoration: none;color: inherit;cursor: pointer}.topic-card::before{content: '';position: absolute;top: 0;left: 0;right: 0;height: 1px;background: linear-gradient(90deg,transparent,var(--card-accent,var(--blue)),transparent);opacity: 0;transition: opacity 0.3s}.topic-card:hover{border-color: rgba(255,255,255,0.08);background: rgba(255,255,255,0.02);transform: translateY(-2px)}.topic-card:hover::before{opacity: 1}.topic-card:nth-child(1){--card-accent: var(--coral)}.topic-card:nth-child(2){--card-accent: var(--blue)}.topic-card:nth-child(3){--card-accent: var(--green)}.topic-card:nth-child(4){--card-accent: var(--teal)}.topic-card:nth-child(5){--card-accent: var(--amber)}.topic-card:nth-child(6){--card-accent: var(--violet)}.topic-card__icon{width: 34px;height: 34px;border-radius: var(--r-md);display: flex;align-items: center;justify-content: center;flex-shrink: 0;font-size: 18px;line-height: 1}.topic-card__icon svg{width: 18px;height: 18px}.topic-card:nth-child(1) .topic-card__icon{background: var(--coral-dim);color: var(--coral)}.topic-card:nth-child(2) .topic-card__icon{background: var(--blue-dim);color: var(--blue)}.topic-card:nth-child(3) .topic-card__icon{background: var(--green-dim);color: var(--green)}.topic-card:nth-child(4) .topic-card__icon{background: var(--teal-dim);color: var(--teal)}.topic-card:nth-child(5) .topic-card__icon{background: var(--amber-dim);color: var(--amber)}.topic-card:nth-child(6) .topic-card__icon{background: var(--violet-dim);color: var(--violet)}.topic-card__title,.topic-card__name{font-size: var(--text-sm);font-weight: 600;color: var(--text-1);margin-bottom: var(--s2);line-height: 1.3}.topic-card__desc{font-size: 11px;color: var(--text-3);line-height: 1.55}.posts-grid,.articles-grid{display: grid;grid-template-columns: repeat(2,1fr);gap: var(--s4)}.posts-grid__ad{grid-column: 1 / -1}.article-card,.post-card{background: var(--bg-elevated);border: 1px solid var(--border-subtle);border-radius: var(--r-xl);padding: var(--s6);transition: all 0.22s var(--ease);display: flex;flex-direction: column;gap: var(--s4);position: relative;overflow: hidden}.article-card:hover,.post-card:hover{border-color: rgba(59,130,246,0.18);background: rgba(59,130,246,0.03);transform: translateY(-2px)}.article-card::before,.post-card::before{content: '';position: absolute;top: 0;left: 0;right: 0;height: 1px;background: linear-gradient(90deg,transparent,var(--blue),transparent);opacity: 0;transition: opacity 0.3s}.article-card:hover::before,.post-card:hover::before{opacity: 0.5}.article-card--featured,.post-card--featured{grid-column: 1 / -1;flex-direction: row;gap: var(--s8)}.article-card__meta,.post-card__meta{display: flex;align-items: center;gap: var(--s2);flex-wrap: wrap}.article-card__title,.post-card__title,.article-card__title a{font-size: var(--text-lg);font-weight: 600;color: var(--text-1);line-height: 1.35;letter-spacing: -0.02em;transition: color 0.18s var(--ease);display: block}.article-card:hover .article-card__title,.article-card:hover .article-card__title a{color: var(--blue)}.article-card__excerpt,.post-card__excerpt{font-size: var(--text-sm);color: var(--text-2);line-height: 1.65;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;flex: 1}.article-card__footer,.post-card__footer{display: flex;align-items: center;justify-content: space-between;padding-top: var(--s3);border-top: 1px solid var(--border-subtle)}.article-card__byline,.article-card__read-time{display: flex;align-items: center;gap: var(--s2);font-size: 11px;color: var(--text-3);font-family: var(--font-mono)}.article-card__badges{display: flex;align-items: center;gap: var(--s2)}.article-card__read-link,.card-read-link{font-size: 11px;color: var(--blue);display: inline-flex;align-items: center;gap: 2px;transition: gap 0.15s var(--ease)}.article-card:hover .article-card__read-link{gap: 5px}.incident-card{background: var(--bg-elevated);border: 1px solid var(--border);border-left: 3px solid var(--coral);border-radius: 0 var(--r-lg) var(--r-lg) 0;padding: var(--s4) var(--s5);transition: all 0.2s var(--ease);display: flex;align-items: flex-start;gap: var(--s4)}.incident-card:hover{background: rgba(249,115,22,0.03);border-color: rgba(249,115,22,0.3);transform: translateX(2px)}.incident-card--critical{border-left-color: var(--red)}.incident-card--warning{border-left-color: var(--amber)}.incident-card--resolved{border-left-color: var(--green)}.incident-card__num{font-family: var(--font-mono);font-size: 11px;color: var(--text-3);min-width: 24px;padding-top: 2px;flex-shrink: 0}.incident-card__body{flex: 1;min-width: 0}.incident-card__title{font-size: var(--text-sm);font-weight: 600;color: var(--text-1);line-height: 1.4;margin-bottom: var(--s2);transition: color 0.15s var(--ease)}.incident-card:hover .incident-card__title{color: var(--coral)}.incident-card__meta{display: flex;align-items: center;gap: var(--s2);flex-wrap: wrap}.incident-card__trending{display: flex;align-items: center;gap: 3px;font-family: var(--font-mono);font-size: 9px;color: var(--coral)}.ai-summary-card{background: linear-gradient(135deg,rgba(139,92,246,0.06) 0%,rgba(59,130,246,0.04) 100%);border: 1px solid rgba(139,92,246,0.18);border-radius: var(--r-xl);padding: var(--s5) var(--s6);position: relative;overflow: hidden}.ai-summary-card::before{content: '';position: absolute;top: 0;left: 0;right: 0;height: 1px;background: linear-gradient(90deg,transparent,var(--violet),transparent);opacity: 0.5}.ai-summary-card__label{display: flex;align-items: center;gap: var(--s2);font-family: var(--font-mono);font-size: 10px;text-transform: uppercase;letter-spacing: 0.1em;color: var(--violet);margin-bottom: var(--s3)}.ai-summary-card__label::before{content: '';width: 5px;height: 5px;background: var(--violet);border-radius: 50%;animation: pulse-dot 2s ease-in-out infinite}.ai-summary-card__text{font-size: var(--text-sm);color: var(--text-2);line-height: 1.7}.ai-summary-card__text p{color: var(--text-2)}.likely-cause-card{background: rgba(20,184,166,0.04);border: 1px solid rgba(20,184,166,0.14);border-radius: var(--r-lg);padding: var(--s4) var(--s5);display: flex;align-items: flex-start;gap: var(--s3);margin: var(--s4) 0}.likely-cause-card__icon{width: 28px;height: 28px;background: var(--teal-dim);border-radius: var(--r-md);display: flex;align-items: center;justify-content: center;flex-shrink: 0;font-size: 14px}.likely-cause-card__label{font-family: var(--font-mono);font-size: 9px;text-transform: uppercase;letter-spacing: 0.1em;color: var(--teal);margin-bottom: var(--s1)}.likely-cause-card__text{font-size: var(--text-sm);color: var(--text-1);font-weight: 500;line-height: 1.4}.incident-timeline{list-style: none;padding: 0;position: relative;margin: var(--s6) 0}.incident-timeline::before{content: '';position: absolute;left: 10px;top: 0;bottom: 0;width: 1px;background: var(--border)}.timeline-item{display: flex;align-items: flex-start;gap: var(--s4);padding: 0 0 var(--s5) var(--s8);position: relative;margin-bottom: 0}.timeline-item:last-child{padding-bottom: 0}.timeline-dot{position: absolute;left: 6px;top: 5px;width: 9px;height: 9px;border-radius: 50%;background: var(--border);border: 2px solid var(--bg-0);flex-shrink: 0}.timeline-dot--active{background: var(--teal)}.timeline-dot--critical{background: var(--red)}.timeline-dot--warning{background: var(--amber)}.timeline-dot--resolved{background: var(--green)}.timeline-item__time{font-family: var(--font-mono);font-size: 10px;color: var(--text-3);min-width: 50px;flex-shrink: 0}.timeline-item__body{flex: 1}.timeline-item__event{font-size: var(--text-sm);font-weight: 500;color: var(--text-1);margin-bottom: var(--s1)}.timeline-item__detail{font-size: 11px;color: var(--text-3);font-family: var(--font-mono);line-height: 1.5}.faq-block{border: 1px solid var(--border);border-radius: var(--r-xl);overflow: hidden;margin: var(--s8) 0}.faq-block__header{background: var(--bg-panel);padding: var(--s4) var(--s6);border-bottom: 1px solid var(--border);display: flex;align-items: center;gap: var(--s2);font-family: var(--font-mono);font-size: 10px;text-transform: uppercase;letter-spacing: 0.1em;color: var(--text-3)}.faq-item{border-bottom: 1px solid var(--border-subtle)}.faq-item:last-child{border-bottom: none}.faq-question{width: 100%;display: flex;align-items: center;justify-content: space-between;gap: var(--s4);padding: var(--s4) var(--s6);background: transparent;text-align: left;font-size: var(--text-sm);font-weight: 500;color: var(--text-1);cursor: pointer;transition: background 0.15s}.faq-question:hover{background: rgba(255,255,255,0.02)}.faq-question svg{width: 14px;height: 14px;color: var(--text-3);flex-shrink: 0;transition: transform 0.2s var(--ease)}.faq-question[aria-expanded="true"] svg{transform: rotate(180deg)}.faq-answer{padding: 0 var(--s6) var(--s4);font-size: var(--text-sm);color: var(--text-2);line-height: 1.7;border-top: 1px solid var(--border-subtle)}.faq-answer p{color: var(--text-2)}.pathway-card{background: var(--bg-elevated);border: 1px solid var(--border);border-radius: var(--r-xl);padding: var(--s5) var(--s6);display: flex;align-items: center;gap: var(--s5);transition: all 0.2s var(--ease);text-decoration: none;position: relative;overflow: hidden}.pathway-card:hover{border-color: rgba(59,130,246,0.2);background: rgba(59,130,246,0.03);transform: translateY(-1px)}.pathway-card__step{font-family: var(--font-mono);font-size: var(--text-2xl);font-weight: 700;color: var(--border);flex-shrink: 0;line-height: 1;min-width: 36px}.pathway-card__body{flex: 1;min-width: 0}.pathway-card__level{font-family: var(--font-mono);font-size: 9px;text-transform: uppercase;letter-spacing: 0.1em;color: var(--blue);margin-bottom: var(--s1)}.pathway-card__title{font-size: var(--text-sm);font-weight: 600;color: var(--text-1);margin-bottom: var(--s1);line-height: 1.3}.pathway-card__desc{font-size: 11px;color: var(--text-3);line-height: 1.45}.pathway-card__count{font-family: var(--font-mono);font-size: 11px;color: var(--text-3);flex-shrink: 0;text-align: right}.pathways-homepage-grid{display: grid;grid-template-columns: repeat(2,1fr);gap: var(--s4)}@media (max-width: 640px){.pathways-homepage-grid{grid-template-columns: 1fr}.pathway-card__count{display: none}}.trending-section{padding: var(--s12) 0;background: var(--bg-panel);border-top: 1px solid var(--border);border-bottom: 1px solid var(--border)}.trending-list{display: flex;flex-direction: column;gap: var(--s3)}.trending-item{display: flex;align-items: center;gap: var(--s4);padding: var(--s4) var(--s5);background: var(--bg-elevated);border: 1px solid var(--border-subtle);border-radius: var(--r-lg);text-decoration: none;transition: all 0.2s var(--ease)}.trending-item:hover{border-color: rgba(249,115,22,0.2);background: rgba(249,115,22,0.03);transform: translateX(3px)}.trending-item__rank{font-family: var(--font-mono);font-size: 11px;color: var(--text-3);min-width: 20px;flex-shrink: 0}.trending-item__body{flex: 1;min-width: 0}.trending-item__title{font-size: var(--text-sm);font-weight: 500;color: var(--text-1);line-height: 1.35;margin-bottom: var(--s1);transition: color 0.15s;white-space: nowrap;overflow: hidden;text-overflow: ellipsis}.trending-item:hover .trending-item__title{color: var(--coral)}.trending-item__meta{display: flex;align-items: center;gap: var(--s2)}.trending-item__arrow{font-size: var(--text-sm);color: var(--text-3);flex-shrink: 0;transition: transform 0.15s}.trending-item:hover .trending-item__arrow{transform: translateX(2px);color: var(--coral)}.error-intel-section{padding: var(--s12) 0;background: var(--bg-0)}.error-category-grid{display: grid;grid-template-columns: repeat(3,1fr);gap: var(--s4)}.error-category-card{background: var(--bg-elevated);border: 1px solid var(--border);border-radius: var(--r-xl);padding: var(--s5);transition: all 0.2s var(--ease);text-decoration: none;position: relative;overflow: hidden}.error-category-card:hover{border-color: rgba(255,255,255,0.1);transform: translateY(-2px);box-shadow: var(--shadow-md)}.error-category-card__icon{width: 36px;height: 36px;border-radius: var(--r-lg);display: flex;align-items: center;justify-content: center;margin-bottom: var(--s3);font-size: 18px;line-height: 1;position: relative}.error-category-card__icon--memory{background: var(--blue-dim);color: var(--blue)}.error-category-card__icon--replication{background: var(--teal-dim);color: var(--teal)}.error-category-card__icon--storage{background: var(--coral-dim);color: var(--coral)}.error-category-card__icon--wal{background: var(--violet-dim);color: var(--violet)}.error-category-card__icon--performance{background: var(--green-dim);color: var(--green)}.error-category-card__icon--security{background: var(--amber-dim);color: var(--amber)}.error-category-card__name{font-size: var(--text-sm);font-weight: 600;color: var(--text-1);margin-bottom: var(--s2)}.error-category-card__count{font-family: var(--font-mono);font-size: 10px;color: var(--text-3);margin-bottom: var(--s4)}.error-category-card__bar{height: 2px;background: var(--border);border-radius: var(--r-full);overflow: hidden}.error-category-card__bar-fill{height: 100%;border-radius: var(--r-full);background: var(--blue);transition: width 1s var(--ease-out)}.site-layout{display: grid;grid-template-columns: 1fr 310px;gap: var(--s8);max-width: var(--max-w);margin: 0 auto;padding: var(--s10) var(--s6);align-items: start}.site-main{min-width: 0}.sidebar{position: sticky;top: calc(var(--header-h) + var(--s4));display: flex;flex-direction: column;gap: var(--s4);max-height: calc(100vh - var(--header-h) - var(--s8));overflow-y: auto;scrollbar-width: none}.sidebar::-webkit-scrollbar{display: none}.widget{background: var(--bg-elevated);border: 1px solid var(--border);border-radius: var(--r-xl);padding: var(--s5)}.widget-title{font-family: var(--font-mono);font-size: 10px;text-transform: uppercase;letter-spacing: 0.1em;color: var(--text-3);margin-bottom: var(--s4);padding-bottom: var(--s3);border-bottom: 1px solid var(--border-subtle);display: flex;align-items: center;gap: var(--s2)}.reading-stats{display: grid;grid-template-columns: 1fr 1fr;gap: var(--s2)}.reading-stat{background: var(--bg-2);border-radius: var(--r-md);padding: var(--s3)}.reading-stat__value{font-size: var(--text-xl);font-weight: 700;color: var(--text-1);font-family: var(--font-mono);line-height: 1;margin-bottom: var(--s1)}.reading-stat__label{font-size: 9px;color: var(--text-3);font-family: var(--font-mono);text-transform: uppercase;letter-spacing: 0.06em}.knowledge-trail{display: flex;flex-wrap: wrap;gap: var(--s2);min-height: 20px}.knowledge-node{font-size: 10px;font-family: var(--font-mono);padding: 2px 7px;border-radius: var(--r-full);border: 1px solid var(--border);color: var(--text-3);background: transparent;text-transform: lowercase;transition: all 0.15s var(--ease)}.knowledge-node--visited{background: var(--blue-dim);border-color: rgba(59,130,246,0.2);color: var(--blue)}.knowledge-node--new{background: var(--violet-dim);border-color: rgba(139,92,246,0.2);color: var(--violet);animation: node-pulse 2.5s ease-in-out infinite}.widget-ai-entry{background: linear-gradient(135deg,rgba(139,92,246,0.06) 0%,rgba(59,130,246,0.04) 100%);border-color: rgba(139,92,246,0.14)}.ai-entry-suggestions{display: flex;flex-wrap: wrap;gap: var(--s2)}.ai-suggestion-chip{font-size: 10px;font-family: var(--font-mono);padding: 3px 8px;background: var(--bg-2);border: 1px solid var(--border);border-radius: var(--r-full);color: var(--text-2);cursor: pointer;transition: all 0.15s var(--ease);text-align: left}.ai-suggestion-chip:hover{background: var(--violet-dim);border-color: rgba(139,92,246,0.25);color: var(--violet)}.widget-subscribe{background: linear-gradient(135deg,rgba(59,130,246,0.05) 0%,rgba(20,184,166,0.03) 100%);border-color: rgba(59,130,246,0.14)}.widget-subscribe__count{display: inline-flex;align-items: center;gap: var(--s2);font-family: var(--font-mono);font-size: var(--text-xs);color: var(--blue);margin-bottom: var(--s3)}.widget-subscribe__text{font-size: var(--text-sm);color: var(--text-2);margin-bottom: var(--s4);line-height: 1.5}.btn-subscribe-sidebar{display: block;text-align: center;width: 100%;background: var(--blue);color: #fff;font-weight: 600;font-size: var(--text-sm);padding: 10px var(--s4);border-radius: var(--r-md);transition: all 0.2s var(--ease)}.btn-subscribe-sidebar:hover{background: #60A5FA;color: #fff}.popular-posts-list{display: flex;flex-direction: column;gap: var(--s3)}.popular-post-item{display: flex;align-items: flex-start;gap: var(--s3)}.popular-post-num{font-family: var(--font-mono);font-size: 11px;color: var(--text-3);min-width: 18px;padding-top: 1px;flex-shrink: 0}.popular-post-title{font-size: var(--text-sm);font-weight: 500;color: var(--text-2);line-height: 1.4;transition: color 0.15s var(--ease)}.popular-post-title:hover{color: var(--blue)}.tag-list{display: flex;flex-wrap: wrap;gap: var(--s2)}.article-tag{font-family: var(--font-mono);font-size: 10px;text-transform: lowercase;padding: 3px 8px;border-radius: var(--r-full);background: var(--bg-2);border: 1px solid var(--border);color: var(--text-3);transition: all 0.15s var(--ease)}.article-tag:hover{background: var(--blue-dim);border-color: rgba(59,130,246,0.25);color: var(--blue)}.search-form{display: flex;gap: var(--s2);align-items: center}.search-form label{flex: 1;min-width: 0;margin: 0}.search-field{width: 100%;box-sizing: border-box;background: var(--bg-2);border: 1px solid var(--border);border-radius: var(--r-md);padding: 8px var(--s3);color: var(--text-1);font-size: var(--text-sm);font-family: inherit;outline: none;transition: border-color 0.15s var(--ease)}.search-field:focus{border-color: var(--blue)}.search-submit{flex-shrink: 0;background: var(--blue);color: #fff;font-weight: 600;font-size: var(--text-sm);font-family: inherit;padding: 8px var(--s4);border: 0;border-radius: var(--r-md);cursor: pointer;white-space: nowrap;-webkit-appearance: none;appearance: none;transition: background 0.15s var(--ease)}.search-submit:hover{background: #60A5FA}.toc-widget{max-height: 280px;overflow-y: auto}.toc-list{list-style: none;padding: 0;display: flex;flex-direction: column}.toc-list li{margin: 0}.toc-list a{display: block;font-size: 11px;color: var(--text-3);padding: var(--s2) var(--s3);border-left: 2px solid var(--border);font-family: var(--font-mono);transition: all 0.15s var(--ease)}.toc-list a:hover,.toc-list a.is-active{color: var(--blue);border-left-color: var(--blue);background: var(--blue-dim)}.post-header{padding: var(--s12) 0 var(--s8)}.post-header-meta,.post-tags{display: flex;align-items: center;gap: var(--s2);flex-wrap: wrap;margin-bottom: var(--s6)}.post-title{font-size: clamp(1.8rem,4.5vw,2.9rem);font-weight: 800;letter-spacing: -0.04em;line-height: 1.12;margin-bottom: var(--s6)}.post-excerpt-lead{font-size: var(--text-xl);color: var(--text-2);line-height: 1.6;max-width: 640px;margin-bottom: var(--s6)}.post-byline{display: flex;align-items: center;gap: var(--s3);padding: var(--s4) 0;border-top: 1px solid var(--border-subtle);border-bottom: 1px solid var(--border-subtle)}.byline-avatar{width: 36px;height: 36px;border-radius: 50%;object-fit: cover;flex-shrink: 0;border: 1px solid var(--border)}.byline-info{display: flex;flex-direction: column;gap: 2px}.byline-name{font-weight: 600;font-size: var(--text-sm);color: var(--text-1)}.byline-meta{font-size: var(--text-xs);color: var(--text-3);font-family: var(--font-mono)}.article-tldr{background: rgba(59,130,246,0.04);border: 1px solid rgba(59,130,246,0.18);border-radius: var(--r-lg);padding: var(--s5) var(--s6);margin: var(--s8) 0;display: flex;gap: var(--s4);align-items: flex-start}.article-tldr__label{flex-shrink: 0;font-family: var(--font-mono);font-size: 9px;font-weight: 700;text-transform: uppercase;letter-spacing: 0.12em;color: var(--blue);background: var(--blue-dim);padding: 3px 8px;border-radius: var(--r-full);margin-top: 2px;border: 1px solid rgba(59,130,246,0.2)}.article-tldr__text,.article-tldr p{margin: 0;color: var(--text-2);font-size: var(--text-sm);line-height: 1.68}.article-faq{margin: var(--s8) 0}.article-faq__title{font-size: var(--text-lg);margin: 0 0 var(--s4)}.article-faq__item{border: 1px solid var(--border);border-radius: var(--r-lg);padding: var(--s4) var(--s5);margin-bottom: var(--s3);background: var(--surface,rgba(127,127,127,0.03))}.article-faq__item[open]{border-color: rgba(var(--accent-rgb),0.35)}.article-faq__q{cursor: pointer;font-weight: 600;color: var(--text-1);list-style: none;display: flex;justify-content: space-between;gap: var(--s4)}.article-faq__q::-webkit-details-marker{display: none}.article-faq__q::after{content: "+";color: var(--accent);font-weight: 700;flex-shrink: 0}.article-faq__item[open] .article-faq__q::after{content: "\2212"}.article-faq__a{margin-top: var(--s3);color: var(--text-2);font-size: var(--text-sm);line-height: 1.68}.article-faq__a p{margin: 0 0 var(--s2)}.byline-updated{white-space: nowrap}.sev1-termlink{color: inherit;text-decoration: none;border-bottom: 1px dotted rgba(var(--accent-rgb),0.55)}.sev1-termlink:hover{color: var(--accent);border-bottom-color: var(--accent)}.entry-content{font-size: var(--text-base);color: var(--text-2);line-height: 1.85}.entry-content h2,.entry-content h3,.entry-content h4{margin-top: var(--s10);margin-bottom: var(--s4);color: var(--text-1)}.entry-content h2{font-size: var(--text-2xl);padding-bottom: var(--s3);border-bottom: 1px solid var(--border)}.entry-content h3{font-size: var(--text-xl)}.entry-content h4{font-size: var(--text-lg);color: var(--text-2)}.entry-content p{margin-bottom: var(--s5)}.entry-content ul,.entry-content ol{margin-bottom: var(--s5)}.entry-content blockquote{border-left: 3px solid var(--blue);padding: var(--s4) var(--s6);margin: var(--s8) 0;background: rgba(59,130,246,0.04);border-radius: 0 var(--r-md) var(--r-md) 0}.entry-content blockquote p{color: var(--text-1);font-style: italic;margin: 0}.entry-content table{width: 100%;border-collapse: collapse;margin: var(--s8) 0;font-size: var(--text-sm)}.sev1-table-wrap{overflow-x: auto;-webkit-overflow-scrolling: touch;margin: var(--s8) 0}.sev1-table{width: 100%;border-collapse: collapse;font-size: var(--text-sm)}.sev1-table th{background: var(--bg-panel);color: var(--text-1);font-weight: 600;padding: var(--s3) var(--s4);text-align: left;border: 1px solid var(--border);font-family: var(--font-mono);font-size: 10px;text-transform: uppercase;letter-spacing: 0.06em}.sev1-table td{padding: var(--s3) var(--s4);border: 1px solid var(--border-subtle);color: var(--text-2);vertical-align: top}.sev1-table tr:hover td{background: rgba(255,255,255,0.02)}.entry-content th{background: var(--bg-panel);color: var(--text-1);font-weight: 600;padding: var(--s3) var(--s4);text-align: left;border: 1px solid var(--border);font-family: var(--font-mono);font-size: 10px;text-transform: uppercase;letter-spacing: 0.06em}.entry-content td{padding: var(--s3) var(--s4);border: 1px solid var(--border-subtle);color: var(--text-2)}.entry-content tr:hover td{background: rgba(255,255,255,0.02)}.entry-content img{border-radius: var(--r-lg);border: 1px solid var(--border);margin: var(--s8) auto}.entry-content hr{border: none;border-top: 1px solid var(--border);margin: var(--s12) 0}.entry-content a{color: var(--blue);text-decoration: underline;text-decoration-color: rgba(59,130,246,0.3);text-underline-offset: 2px}.entry-content a:hover{color: var(--text-1);text-decoration-color: rgba(255,255,255,0.3)}.copy-code-btn{position: absolute;top: var(--s3);right: var(--s3);background: rgba(255,255,255,0.05);border: 1px solid var(--border);border-radius: var(--r-sm);padding: 3px 8px;font-size: 10px;font-family: var(--font-mono);color: var(--text-3);transition: all 0.15s var(--ease);opacity: 0;cursor: pointer}pre:hover .copy-code-btn{opacity: 1}.copy-code-btn:hover{background: rgba(255,255,255,0.08);color: var(--text-1)}.copy-code-btn.copied{color: var(--green);border-color: rgba(16,185,129,0.3)}.post-cover{width: 100%;aspect-ratio: 16/7;object-fit: cover;border-radius: var(--r-xl);border: 1px solid var(--border);margin: var(--s8) 0}.post-breadcrumb{display: flex;align-items: center;gap: var(--s2);font-size: 11px;font-family: var(--font-mono);color: var(--text-3);margin-bottom: var(--s6)}.post-breadcrumb a{color: var(--text-3)}.post-breadcrumb a:hover{color: var(--blue)}.post-breadcrumb__sep{opacity: 0.3}.inline-subscribe{background: linear-gradient(135deg,rgba(59,130,246,0.06) 0%,rgba(20,184,166,0.04) 100%);border: 1px solid rgba(59,130,246,0.18);border-radius: var(--r-xl);padding: var(--s8);text-align: center;margin: var(--s12) 0;position: relative;overflow: hidden}.inline-subscribe::before{content: '';position: absolute;top: 0;left: 0;right: 0;height: 1px;background: linear-gradient(90deg,transparent,var(--blue),transparent);opacity: 0.5}.inline-subscribe__icon{font-size: 1.8rem;margin-bottom: var(--s4)}.inline-subscribe__title{font-size: var(--text-2xl);font-weight: 700;color: var(--text-1);letter-spacing: -0.03em;margin-bottom: var(--s3)}.inline-subscribe__text{font-size: var(--text-base);color: var(--text-2);margin-bottom: var(--s6);max-width: 440px;margin-left: auto;margin-right: auto}.inline-subscribe__badges{display: flex;align-items: center;justify-content: center;flex-wrap: wrap;gap: var(--s4);margin-top: var(--s4)}.inline-subscribe__badge{font-size: var(--text-xs);color: var(--text-3);font-family: var(--font-mono)}.post-navigation{display: grid;grid-template-columns: 1fr 1fr;gap: var(--s4);margin: var(--s12) 0;padding-top: var(--s8);border-top: 1px solid var(--border)}.post-nav-link{display: flex;flex-direction: column;gap: var(--s2);padding: var(--s4);background: var(--bg-elevated);border: 1px solid var(--border-subtle);border-radius: var(--r-lg);transition: all 0.2s var(--ease)}.post-nav-link:hover{border-color: rgba(59,130,246,0.2);background: var(--blue-dim)}.post-nav-link--next{text-align: right}.post-nav-label{font-family: var(--font-mono);font-size: var(--text-xs);text-transform: uppercase;letter-spacing: 0.08em;color: var(--blue)}.post-nav-title{font-size: var(--text-sm);font-weight: 500;color: var(--text-2);line-height: 1.4;transition: color 0.15s var(--ease)}.post-nav-link:hover .post-nav-title{color: var(--text-1)}.related-posts{margin: var(--s12) 0;padding-top: var(--s8);border-top: 1px solid var(--border)}.related-posts__title{font-size: var(--text-lg);font-weight: 600;color: var(--text-1);margin-bottom: var(--s6)}.related-posts__grid{display: grid;grid-template-columns: repeat(3,1fr);gap: var(--s3)}.related-post-card{display: flex;flex-direction: column;gap: var(--s2);padding: var(--s4);background: var(--bg-elevated);border: 1px solid var(--border-subtle);border-radius: var(--r-lg);transition: all 0.2s var(--ease);text-decoration: none}.related-post-card:hover{border-color: rgba(59,130,246,0.2);background: var(--blue-dim)}.related-post-card__title{font-size: var(--text-sm);font-weight: 500;color: var(--text-1);line-height: 1.4;transition: color 0.15s var(--ease)}.related-post-card:hover .related-post-card__title{color: var(--blue)}.related-post-card__date{font-size: 10px;color: var(--text-3);font-family: var(--font-mono)}.quiz-section{padding: var(--s16) 0;background: var(--bg-panel);border-top: 1px solid var(--border);border-bottom: 1px solid var(--border)}.quiz-inner{max-width: 700px;margin: 0 auto;padding: 0 var(--s6)}.quiz-widget{background: var(--bg-elevated);border: 1px solid var(--border);border-radius: var(--r-xl);overflow: hidden;position: relative}.quiz-widget::before{content: '';position: absolute;top: 0;left: 0;right: 0;height: 1px;background: linear-gradient(90deg,transparent,var(--violet),transparent)}.quiz-widget__header{padding: var(--s4) var(--s6);border-bottom: 1px solid var(--border-subtle);display: flex;align-items: center;justify-content: space-between}.quiz-widget__label{display: flex;align-items: center;gap: var(--s2);font-family: var(--font-mono);font-size: 10px;text-transform: uppercase;letter-spacing: 0.1em;color: var(--violet)}.quiz-widget__label::before{content: '';width: 6px;height: 6px;background: var(--violet);border-radius: 50%;animation: pulse-dot 2s ease-in-out infinite}.quiz-widget__date{font-family: var(--font-mono);font-size: 11px;color: var(--text-3)}.quiz-widget__body{padding: var(--s6)}.quiz-widget__question{font-size: var(--text-xl);font-weight: 600;color: var(--text-1);line-height: 1.4;letter-spacing: -0.02em;margin-bottom: var(--s6)}.quiz-widget__reveal{display: inline-flex;align-items: center;gap: var(--s2);font-family: var(--font-mono);font-size: var(--text-sm);color: var(--violet);padding: 8px 18px;background: var(--violet-dim);border: 1px solid rgba(139,92,246,0.2);border-radius: var(--r-full);transition: all 0.2s var(--ease);cursor: pointer}.quiz-widget__reveal:hover{background: rgba(139,92,246,0.14);transform: translateY(-1px)}.quiz-widget__reveal svg{width: 14px;height: 14px;transition: transform 0.2s var(--ease)}.quiz-widget__reveal[aria-expanded="true"] svg{transform: rotate(180deg)}.quiz-widget__answer{margin-top: var(--s5);padding: var(--s5);background: rgba(139,92,246,0.04);border: 1px solid rgba(139,92,246,0.1);border-radius: var(--r-lg);font-size: var(--text-sm);color: var(--text-2);line-height: 1.72;animation: fade-in 0.28s var(--ease)}.ai-float-btn{position: fixed;bottom: var(--s6);right: var(--s6);z-index: 250;width: 52px;height: 52px;background: linear-gradient(135deg,var(--violet) 0%,var(--blue) 100%);border-radius: 50%;display: flex;align-items: center;justify-content: center;box-shadow: 0 4px 24px rgba(139,92,246,0.4);cursor: pointer;transition: transform 0.2s var(--ease);animation: ai-float-pulse 3s ease-in-out infinite;will-change: transform,opacity}.ai-float-btn:hover{transform: scale(1.08) translateY(-2px)}.ai-float-btn .ms-icon{color: #fff;font-size: 22px;font-variation-settings: 'FILL' 1,'wght' 300,'GRAD' 0,'opsz' 24}.ai-float-btn-tooltip{position: absolute;right: 60px;background: var(--bg-elevated);border: 1px solid var(--border);border-radius: var(--r-md);padding: 5px 10px;font-family: var(--font-mono);font-size: 11px;color: var(--text-2);white-space: nowrap;opacity: 0;pointer-events: none;transition: opacity 0.15s}.ai-float-btn:hover .ai-float-btn-tooltip{opacity: 1}@keyframes ai-float-pulse{0%,100%{opacity: 1;transform: scale(1)}50%{opacity: 0.8;transform: scale(1.04)}}.ai-panel{position: fixed;bottom: calc(var(--s6) + 64px);right: var(--s6);z-index: 250;width: 320px;background: var(--bg-elevated);border: 1px solid rgba(139,92,246,0.25);border-radius: var(--r-2xl);box-shadow: 0 16px 48px rgba(0,0,0,0.6),var(--glow-violet);overflow: hidden;transform: scale(0.9) translateY(12px);opacity: 0;pointer-events: none;transition: all 0.2s var(--ease)}.ai-panel.is-open{transform: scale(1) translateY(0);opacity: 1;pointer-events: all}.ai-panel__header{background: linear-gradient(135deg,rgba(139,92,246,0.1) 0%,rgba(59,130,246,0.06) 100%);border-bottom: 1px solid rgba(139,92,246,0.15);padding: var(--s4) var(--s5);display: flex;align-items: center;justify-content: space-between}.ai-panel__title{display: flex;align-items: center;gap: var(--s2);font-family: var(--font-mono);font-size: 11px;font-weight: 600;color: var(--violet);text-transform: uppercase;letter-spacing: 0.08em}.ai-panel__title::before{content: '';width: 6px;height: 6px;background: var(--violet);border-radius: 50%;animation: pulse-dot 2s ease-in-out infinite}.ai-panel__close{width: 24px;height: 24px;display: flex;align-items: center;justify-content: center;border-radius: var(--r-sm);color: var(--text-3);transition: all 0.15s;font-size: 14px}.ai-panel__close:hover{background: rgba(255,255,255,0.06);color: var(--text-1)}.ai-panel__body{padding: var(--s4) var(--s5)}.ai-panel__hint{font-size: 11px;color: var(--text-3);font-family: var(--font-mono);margin-bottom: var(--s4);line-height: 1.5}.ai-panel__actions{display: flex;flex-direction: column;gap: var(--s2)}.ai-panel__action{display: flex;align-items: center;gap: var(--s3);padding: var(--s3) var(--s4);background: var(--bg-2);border: 1px solid var(--border);border-radius: var(--r-md);font-size: 11px;color: var(--text-2);cursor: pointer;transition: all 0.15s var(--ease);text-align: left;width: 100%}.ai-panel__action:hover{background: var(--violet-dim);border-color: rgba(139,92,246,0.2);color: var(--violet)}.ai-panel__action .ms-icon{font-size: 16px;flex-shrink: 0}.gumroad-card{display: flex;align-items: flex-start;gap: var(--s4);background: var(--bg-elevated);border: 1px solid var(--border);border-radius: var(--r-xl);padding: var(--s5);margin: var(--s8) 0}.gumroad-card__badge{background: var(--amber-dim);color: var(--amber);border: 1px solid rgba(245,158,11,0.2);font-family: var(--font-mono);font-size: var(--text-sm);font-weight: 600;padding: var(--s2) var(--s4);border-radius: var(--r-md);white-space: nowrap;flex-shrink: 0}.gumroad-card__title{font-weight: 600;color: var(--text-1);margin-bottom: var(--s2)}.gumroad-card__desc{font-size: var(--text-sm)}.btn-gumroad{display: inline-flex;align-items: center;gap: var(--s2);background: var(--amber);color: #000;font-size: var(--text-sm);font-weight: 600;padding: 8px var(--s4);border-radius: var(--r-full);margin-top: var(--s3);transition: all 0.2s var(--ease)}.btn-gumroad:hover{background: #FCD34D;color: #000;transform: translateY(-1px)}.ad-slot{margin: var(--s8) 0}.ad-slot__label{display: block;font-family: var(--font-mono);font-size: 9px;text-transform: uppercase;letter-spacing: 0.1em;color: var(--text-3);margin-bottom: var(--s2);opacity: 0.35}.scroll-top{position: fixed;bottom: var(--s6);right: calc(var(--s6) + 64px);z-index: 240;width: 36px;height: 36px;background: var(--bg-elevated);border: 1px solid var(--border);border-radius: var(--r-md);display: flex;align-items: center;justify-content: center;cursor: pointer;opacity: 0;pointer-events: none;transform: translateY(8px);transition: all 0.2s var(--ease);color: var(--text-3)}.scroll-top.is-visible{opacity: 1;pointer-events: all;transform: translateY(0)}.scroll-top:hover{background: var(--blue-dim);color: var(--blue);border-color: rgba(59,130,246,0.2)}.scroll-top svg{width: 14px;height: 14px}.site-footer{background: var(--bg-panel);border-top: 1px solid var(--border);padding: var(--s16) 0 var(--s8)}.footer-top{display: grid;grid-template-columns: 2fr 1fr 1fr 1fr;gap: var(--s10);max-width: var(--max-w);margin: 0 auto;padding: 0 var(--s6) var(--s12);border-bottom: 1px solid var(--border)}.footer-brand .site-title{font-size: var(--text-lg);color: var(--text-1);display: block;margin-bottom: var(--s3)}.footer-brand .site-title .title-highlight{color: var(--teal)}.footer-desc{font-size: var(--text-sm);color: var(--text-3);line-height: 1.65;margin-bottom: var(--s5);max-width: 240px}.footer-social{display: flex;align-items: center;gap: var(--s3)}.footer-social a{width: 32px;height: 32px;display: flex;align-items: center;justify-content: center;background: var(--bg-elevated);border: 1px solid var(--border);border-radius: var(--r-md);color: var(--text-3);transition: all 0.15s var(--ease)}.footer-social a:hover{background: var(--blue-dim);border-color: rgba(59,130,246,0.2);color: var(--blue)}.footer-social a svg{width: 13px;height: 13px}.footer-col-title{font-family: var(--font-mono);font-size: 10px;text-transform: uppercase;letter-spacing: 0.12em;color: var(--text-3);margin-bottom: var(--s4)}.footer-links{list-style: none;padding: 0;display: flex;flex-direction: column;gap: var(--s3)}.footer-links a{font-size: var(--text-sm);color: var(--text-3);transition: color 0.15s var(--ease)}.footer-links a:hover{color: var(--blue)}.footer-bottom{max-width: var(--max-w);margin: 0 auto;padding: var(--s6) var(--s6) 0;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;gap: var(--s4)}.footer-copy{font-family: var(--font-mono);font-size: 11px;color: var(--text-3)}.footer-schema-links{display: flex;align-items: center;gap: var(--s4)}.footer-schema-links a{font-family: var(--font-mono);font-size: 10px;color: var(--text-3);transition: color 0.15s}.footer-schema-links a:hover{color: var(--blue)}.sev1-light{--bg-0: #F8FAFC;--bg-1: #F8FAFC;--bg-panel: #F1F5F9;--bg-elevated:#FFFFFF;--bg-2: #F1F5F9;--bg-card: rgba(255,255,255,0.9);--bg-glass: rgba(248,250,252,0.92);--border: #E2E8F0;--border-subtle: rgba(226,232,240,0.7);--border-1: #E2E8F0;--text-1: #0F172A;--text-2: #475569;--text-3: #64748B;--text-code: #0E7490;--text-primary: #0F172A;--text-secondary: #475569;--text-muted: #64748B;--text-0: #0B1220;--surface-2: rgba(15,23,42,0.04);--shadow-lg: 0 8px 40px rgba(15,23,42,0.12)}.sev1-light .site-header{background: rgba(248,250,252,0.96)}.sev1-light .cmd-palette-overlay{background: rgba(255,255,255,0.6)}.sev1-light .status-bar{background: #EEF2F7;border-bottom-color: #D8E0EA;color: var(--text-2)}.sev1-light .status-bar__divider{color: #CBD5E1}.sev1-light pre{background: #EEF2F8 !important;border: 1px solid #D1D9E6 !important;border-radius: var(--r-lg)}.sev1-light pre code{background: transparent;color: #1E3A5F}.sev1-light code:not(pre code){background: rgba(15,23,42,0.07);color: #0E4F6B;border-color: rgba(15,23,42,0.12)}.sev1-light .entry-content{color: var(--text-1)}.sev1-light .entry-content p,.sev1-light .entry-content li{color: var(--text-2)}.sev1-light .entry-content strong,.sev1-light .entry-content b{color: var(--text-1);font-weight: 700}.sev1-light .entry-content em{color: var(--text-2)}.sev1-light .entry-content code{background: rgba(15,23,42,0.07);color: #0E7490;border-color: rgba(15,23,42,0.1)}.sev1-light .entry-content a{color: var(--blue);text-decoration-color: rgba(59,130,246,0.4)}.sev1-light .entry-content a:hover{color: #1D4ED8;text-decoration-color: rgba(29,78,216,0.5)}.sev1-light .entry-content tr:hover td,.sev1-light .sev1-table tr:hover td{background: rgba(15,23,42,0.03)}.sev1-light .entry-content a:hover{text-decoration-color: rgba(15,23,42,0.4)}.sev1-light ::selection{background: rgba(59,130,246,0.18);color: var(--text-1)}@media (max-width: 1100px){.site-layout{grid-template-columns: 1fr 280px}.topics-grid{grid-template-columns: repeat(2,1fr)}.footer-top{grid-template-columns: 1fr 1fr;gap: var(--s8)}.quick-access__grid{grid-template-columns: repeat(2,1fr)}.error-category-grid{grid-template-columns: repeat(2,1fr)}}@media (max-width: 900px){.main-nav a:not(.current-menu-item){display: none}.menu-toggle{display: flex}.main-nav{position: absolute;top: var(--header-h);left: 0;right: 0;background: rgba(7,11,20,0.98);backdrop-filter: blur(16px);border-bottom: 1px solid var(--border);flex-direction: column;align-items: flex-start;padding: var(--s4) var(--s6);gap: var(--s2);transform: translateY(-8px);opacity: 0;pointer-events: none;transition: all 0.2s var(--ease);z-index: 200}.main-nav.is-open{transform: translateY(0);opacity: 1;pointer-events: all}.main-nav.is-open a{display: flex;width: 100%}.main-nav a{display: flex;width: 100%}.site-layout{grid-template-columns: 1fr}.sidebar{display: none}}@media (max-width: 768px){:root{--header-h: 54px}.status-bar{display: none}.mobile-bottom-nav{display: flex}body{padding-bottom: var(--mobile-nav-h)}.hero-title{font-size: clamp(2rem,8vw,3rem)}.hero-platform-stats{gap: var(--s4)}.hero-stat__value{font-size: var(--text-lg)}.topics-grid{grid-template-columns: 1fr}.posts-grid{grid-template-columns: 1fr}.article-card--featured{flex-direction: column}.quick-access__grid{grid-template-columns: repeat(2,1fr)}.error-category-grid{grid-template-columns: repeat(2,1fr)}.post-navigation{grid-template-columns: 1fr}.related-posts__grid{grid-template-columns: 1fr}.footer-top{grid-template-columns: repeat(3,1fr);gap: var(--s5)}.footer-top > .footer-brand{grid-column: 1 / -1}.footer-bottom{flex-direction: column;text-align: center}.ai-float-btn{bottom: calc(var(--mobile-nav-h) + var(--s4))}.ai-panel{right: var(--s4);width: calc(100vw - var(--s8));max-width: 340px}.scroll-top{bottom: calc(var(--mobile-nav-h) + var(--s4));right: calc(var(--s6) + 64px)}.btn-subscribe-header{display: none}.menu-toggle{display: none}}@media (max-width: 520px){.container,.container--narrow{padding: 0 var(--s4)}.site-layout{padding: var(--s6) var(--s4)}.hero-subscribe-form,.hero-search{max-width: 100%}.hero-chips{gap: var(--s1)}.hero-platform-stats{gap: var(--s3);flex-wrap: wrap}.hero-stat-divider{display: none}.quick-access__grid{grid-template-columns: 1fr}.error-category-grid{grid-template-columns: 1fr 1fr}.trending-item__title{font-size: 12px}.cmd-palette{margin: 0 var(--s3);border-radius: var(--r-xl)}.header-ai-badge{display: none}.cmd-palette-trigger span:not(.cmd-kbd){display: none}.post-title{font-size: clamp(1.6rem,6vw,2.2rem)}.inline-subscribe{padding: var(--s6)}.inline-subscribe__title{font-size: var(--text-xl)}.topics-grid,.posts-grid{gap: var(--s3)}}@media (prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration: 0.01ms !important;transition-duration: 0.1ms !important}}@media print{.site-header,.sidebar,.site-footer,.mobile-bottom-nav,.ai-float-btn,.ai-panel,.scroll-top,.cmd-palette-overlay{display: none !important}.site-layout{grid-template-columns: 1fr}body{background: white;color: black}}.error-header{background: var(--bg-panel);border-bottom: 1px solid var(--border);padding: var(--s8) 0 var(--s10)}.error-header__inner{max-width: 800px}.error-header__meta{display: flex;align-items: center;flex-wrap: wrap;gap: var(--s2);margin-bottom: var(--s4)}.error-sqlstate-badge{font-family: var(--font-mono);font-size: 11px;font-weight: 600;background: var(--coral-dim);color: var(--coral);border: 1px solid rgba(239,68,68,0.2);border-radius: var(--r-sm);padding: 3px 8px;letter-spacing: 0.05em}.error-class-badge{font-family: var(--font-mono);font-size: 10px;color: var(--text-3);background: var(--bg-elevated);border: 1px solid var(--border-subtle);border-radius: var(--r-sm);padding: 3px 8px}.error-title{font-size: clamp(1.5rem,3vw,2.25rem);font-weight: 800;color: var(--text-1);line-height: 1.15;letter-spacing: -0.02em;margin-bottom: var(--s3)}.error-condition{display: block;font-family: var(--font-mono);font-size: 0.65em;font-weight: 500;color: var(--teal);letter-spacing: 0.05em;margin-bottom: var(--s2)}.error-excerpt{font-size: var(--text-base);color: var(--text-2);line-height: 1.6;max-width: 680px;margin-bottom: var(--s5)}.error-header__badges{display: flex;align-items: center;flex-wrap: wrap;gap: var(--s2)}.error-meta-pill{display: inline-flex;align-items: center;gap: 4px;font-family: var(--font-mono);font-size: 10px;color: var(--text-3);background: var(--bg-elevated);border: 1px solid var(--border-subtle);border-radius: var(--r-full);padding: 4px 10px}.error-meta-pill--link{text-decoration: none;color: var(--blue);border-color: rgba(59,130,246,0.2)}.error-meta-pill--link:hover{background: rgba(59,130,246,0.06)}.error-layout{display: grid;grid-template-columns: 1fr 260px;gap: var(--s8);padding: var(--s8) 0 var(--s16);align-items: start}.error-content{min-width: 0}.error-sidebar{position: sticky;top: var(--s6)}.error-section{margin-bottom: var(--s8);padding-bottom: var(--s8);border-bottom: 1px solid var(--border)}.error-section:last-child{border-bottom: none}.error-section__title{display: flex;align-items: center;gap: var(--s2);font-size: var(--text-sm);font-weight: 700;color: var(--text-1);text-transform: uppercase;letter-spacing: 0.08em;margin-bottom: var(--s5);font-family: var(--font-mono)}.error-section__body{color: var(--text-2);line-height: 1.7;font-size: var(--text-base)}.error-section__body h2{font-size: var(--text-lg);font-weight: 700;color: var(--text-1);margin: var(--s6) 0 var(--s3)}.error-section__body h3{font-size: var(--text-base);font-weight: 600;color: var(--text-1);margin: var(--s5) 0 var(--s2)}.error-section__body p{margin-bottom: var(--s4)}.error-section__body ul,.error-section__body ol{padding-left: var(--s6);margin-bottom: var(--s4)}.error-section__body li{margin-bottom: var(--s2)}.error-section__body code{font-family: var(--font-mono);font-size: 0.88em;background: rgba(15,23,42,0.06);border: 1px solid rgba(15,23,42,0.12);border-radius: 3px;padding: 1px 5px;color: #0E7490}.error-section__body pre{background: var(--code-bg);border: 1px solid var(--border);border-radius: var(--r-lg);padding: var(--s5);overflow-x: auto;margin: var(--s4) 0}.error-section__body pre code{background: none;border: none;padding: 0;font-size: var(--text-sm);color: #e2e8f0}.error-section--references .error-section__body a{color: var(--blue);text-decoration: none}.error-section--references .error-section__body a:hover{text-decoration: underline}.premium-gate{position: relative;border-radius: var(--r-xl);overflow: hidden;border: 1px solid rgba(20,184,166,0.2);background: var(--bg-0);margin-top: var(--s4)}.premium-gate__preview{padding: var(--s6);font-family: var(--font-mono);font-size: var(--text-sm);color: var(--text-3);line-height: 1.6;filter: blur(4px);user-select: none;pointer-events: none;background: var(--bg-elevated)}.premium-gate__overlay{position: relative;background: linear-gradient(to bottom,rgba(20,184,166,0.06) 0%,var(--bg-0) 60%);display: flex;flex-direction: column;align-items: center;justify-content: center;padding: var(--s8) var(--s6);text-align: center}.premium-gate__preview + .premium-gate__overlay{position: absolute;inset: 0;background: linear-gradient(to bottom,transparent 0%,var(--bg-0) 35%)}.premium-gate__icon{width: 52px;height: 52px;background: rgba(20,184,166,0.1);border: 1px solid rgba(20,184,166,0.2);border-radius: 50%;display: flex;align-items: center;justify-content: center;margin-bottom: var(--s4);color: var(--teal)}.premium-gate__heading{font-size: var(--text-lg);font-weight: 700;color: var(--text-1);margin-bottom: var(--s2)}.premium-gate__sub{font-size: var(--text-sm);color: var(--text-3);max-width: 380px;margin-bottom: var(--s5);line-height: 1.6}.premium-gate__actions{display: flex;flex-direction: column;align-items: center;gap: var(--s3);width: 100%;max-width: 300px}.btn-premium-gate{width: 100%;background: var(--teal);color: var(--bg-0);border: none;border-radius: var(--r-lg);padding: var(--s3) var(--s6);font-weight: 700;font-size: var(--text-sm);text-align: center;text-decoration: none;transition: opacity 0.15s;cursor: pointer}.btn-premium-gate:hover{opacity: 0.9}.btn-premium-gate--secondary{background: transparent;color: var(--text-3);border: 1px solid var(--border);font-weight: 500}.btn-premium-gate--secondary:hover{border-color: var(--teal);color: var(--teal)}.premium-gate__login-note{font-size: 11px;color: var(--text-3);margin-top: var(--s3)}.premium-gate__login-note a{color: var(--blue);text-decoration: none}.paywall-outline{width: 100%;max-width: 340px;text-align: left;margin: 0 auto var(--s5);padding: var(--s4);border: 1px solid rgba(20,184,166,0.18);border-radius: var(--r-lg);background: rgba(20,184,166,0.04)}.paywall-outline__label{font-size: 11px;font-weight: 700;letter-spacing: .04em;text-transform: uppercase;color: var(--teal);margin: 0 0 var(--s3)}.paywall-outline__list{list-style: none;margin: 0;padding: 0}.paywall-outline__list li{display: flex;align-items: flex-start;gap: 8px;font-size: var(--text-sm);color: var(--text-2);line-height: 1.5;padding: 4px 0}.paywall-outline__list li .ms-icon{color: var(--text-3);margin-top: 2px;flex-shrink: 0}.premium-gate__included{list-style: none;margin: 0 0 var(--s5);padding: 0;display: flex;flex-direction: column;gap: 6px;text-align: left}.premium-gate__included li{display: flex;align-items: center;gap: 8px;font-size: var(--text-sm);color: var(--text-2)}.premium-gate__included li .ms-icon{color: var(--teal);flex-shrink: 0}.premium-gate__guarantee{display: flex;flex-wrap: wrap;justify-content: center;gap: var(--s2) var(--s4);margin-top: var(--s4);font-size: 11px;color: var(--text-3)}.premium-gate__guarantee span{display: inline-flex;align-items: center;gap: 5px}.premium-gate__guarantee .ms-icon{color: var(--teal);opacity: .8}.sidebar-card{background: var(--bg-elevated);border: 1px solid var(--border-subtle);border-radius: var(--r-xl);padding: var(--s5);margin-bottom: var(--s4)}.sidebar-card--premium{border-color: rgba(20,184,166,0.25);background: rgba(20,184,166,0.04);text-align: center}.sidebar-card__title{font-family: var(--font-mono);font-size: 10px;font-weight: 600;text-transform: uppercase;letter-spacing: 0.1em;color: var(--text-3);margin-bottom: var(--s3)}.sidebar-card__value{font-size: var(--text-sm);color: var(--text-2)}.sidebar-card__value code{font-family: var(--font-mono);font-size: 11px;background: var(--bg-0);border: 1px solid var(--border);border-radius: 3px;padding: 1px 5px;color: var(--teal);margin-right: 4px}.sidebar-card__link{display: inline-block;margin-top: var(--s3);font-size: 11px;color: var(--blue);text-decoration: none}.sidebar-card__link:hover{text-decoration: underline}.sidebar-card__desc{font-size: 12px;color: var(--text-3);line-height: 1.55;margin-bottom: var(--s4)}.sidebar-related-list{list-style: none;padding: 0;margin: 0}.sidebar-related-list li{border-bottom: 1px solid var(--border);padding: var(--s2) 0}.sidebar-related-list li:last-child{border-bottom: none}.sidebar-related-list a{font-size: 12px;color: var(--text-2);text-decoration: none;display: flex;align-items: center;gap: var(--s2)}.sidebar-related-list a:hover{color: var(--blue)}.sidebar-related-list code{font-family: var(--font-mono);font-size: 10px;background: var(--bg-0);border: 1px solid var(--border);border-radius: 2px;padding: 1px 4px;color: var(--teal);flex-shrink: 0}.sidebar-doc-link{display: inline-flex;align-items: center;gap: var(--s2);font-size: 12px;color: var(--blue);text-decoration: none}.sidebar-doc-link:hover{text-decoration: underline}.btn-premium-sidebar{display: block;background: var(--teal);color: var(--bg-0);font-weight: 700;font-size: var(--text-sm);text-align: center;padding: var(--s3) var(--s4);border-radius: var(--r-lg);text-decoration: none;margin-top: var(--s3);transition: opacity 0.15s}.btn-premium-sidebar:hover{opacity: 0.88}.version-matrix{display: flex;flex-wrap: wrap;gap: var(--s2)}.version-pill{font-family: var(--font-mono);font-size: 10px;padding: 3px 7px;border-radius: var(--r-sm);background: var(--bg-0);border: 1px solid var(--border);color: var(--text-3)}.version-pill--active{background: rgba(20,184,166,0.08);border-color: rgba(20,184,166,0.2);color: var(--teal)}.cloud-variant{margin-bottom: var(--s5)}.cloud-variant__label{font-family: var(--font-mono);font-size: 10px;font-weight: 600;text-transform: uppercase;letter-spacing: 0.1em;padding: 3px 8px;border-radius: var(--r-sm);margin-bottom: var(--s3);display: inline-block}.cloud-variant__label--aws{background: rgba(251,146,60,0.1);color: #fb923c;border: 1px solid rgba(251,146,60,0.2)}.cloud-variant__label--azure{background: rgba(59,130,246,0.08);color: var(--blue);border: 1px solid rgba(59,130,246,0.2)}.cloud-variant__label--gcp{background: rgba(34,197,94,0.08);color: var(--green);border: 1px solid rgba(34,197,94,0.2)}@media (max-width: 900px){.error-layout{grid-template-columns: 1fr}.error-sidebar{display: none}}@media (max-width: 640px){.error-title{font-size: 1.6rem}.premium-gate__overlay{padding: var(--s6) var(--s4)}.premium-gate__heading{font-size: var(--text-base)}}.archive-hero{background: var(--bg-panel);border-bottom: 1px solid var(--border);padding: var(--s10) 0 var(--s8)}.archive-hero__eyebrow{display: inline-flex;align-items: center;gap: var(--s2);font-family: var(--font-mono);font-size: 11px;font-weight: 600;text-transform: uppercase;letter-spacing: 0.12em;color: var(--teal);margin-bottom: var(--s4)}.archive-hero__title{font-size: clamp(2rem,4vw,3rem);font-weight: 800;color: var(--text-1);line-height: 1.1;letter-spacing: -0.03em;margin-bottom: var(--s3)}.archive-hero__title em{color: var(--blue);font-style: normal}.archive-hero__sub{font-size: var(--text-base);color: var(--text-3);max-width: 620px;line-height: 1.6;margin-bottom: var(--s5)}.archive-hero__stats{display: flex;flex-wrap: wrap;gap: var(--s3)}.stat-chip{font-family: var(--font-mono);font-size: 11px;color: var(--text-3);background: var(--bg-elevated);border: 1px solid var(--border-subtle);border-radius: var(--r-full);padding: 4px 12px}.stat-chip strong{color: var(--text-1)}.archive-filter-bar{background: var(--bg-0);border-bottom: 1px solid var(--border);padding: var(--s4) 0;position: sticky;top: 0;z-index: 80}.archive-filters{display: flex;align-items: center;gap: var(--s3);flex-wrap: wrap}.filter-group{position: relative;display: flex;align-items: center}.filter-group--search{flex: 1;min-width: 220px}.filter-icon{position: absolute;left: 10px;font-size: 16px;color: var(--text-3);pointer-events: none}.filter-input{width: 100%;background: var(--bg-elevated);border: 1px solid var(--border);border-radius: var(--r-lg);padding: 9px 36px 9px 34px;font-size: var(--text-sm);color: var(--text-1);font-family: var(--font-mono);transition: border-color 0.15s}.filter-input:focus{outline: none;border-color: var(--blue)}.filter-input::placeholder{color: var(--text-3)}.filter-clear{position: absolute;right: 10px;color: var(--text-3);line-height: 1;text-decoration: none;font-size: 16px}.filter-clear:hover{color: var(--text-1)}.filter-select{background: var(--bg-elevated);border: 1px solid var(--border);border-radius: var(--r-lg);padding: 9px 32px 9px 12px;font-size: var(--text-sm);color: var(--text-2);appearance: none;cursor: pointer;min-width: 160px;transition: border-color 0.15s;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat: no-repeat;background-position: right 10px center}.filter-select:focus{outline: none;border-color: var(--blue)}.filter-submit{display: inline-flex;align-items: center;gap: var(--s2);background: var(--blue);color: #fff;border: none;border-radius: var(--r-lg);padding: 9px 18px;font-size: var(--text-sm);font-weight: 600;cursor: pointer;transition: opacity 0.15s}.filter-submit:hover{opacity: 0.9}.filter-reset{font-size: var(--text-sm);color: var(--text-3);text-decoration: none;padding: 4px 8px}.filter-reset:hover{color: var(--coral)}.archive-results{padding: var(--s8) 0 var(--s16)}.archive-result-count{font-size: var(--text-sm);color: var(--text-3);margin-bottom: var(--s6)}.archive-result-count strong{color: var(--text-1)}.error-archive-grid{display: grid;grid-template-columns: repeat(auto-fill,minmax(300px,1fr));gap: var(--s4);margin-bottom: var(--s8)}.error-archive-card{display: flex;flex-direction: column;background: var(--bg-elevated);border: 1px solid var(--border-subtle);border-radius: var(--r-xl);padding: var(--s5);text-decoration: none;transition: border-color 0.15s,transform 0.15s}.error-archive-card:hover{border-color: var(--blue);transform: translateY(-2px)}.error-archive-card__head{display: flex;align-items: center;gap: var(--s2);margin-bottom: var(--s3)}.error-archive-card__code{font-family: var(--font-mono);font-size: 11px;font-weight: 700;color: var(--blue);background: rgba(59,130,246,0.08);border: 1px solid rgba(59,130,246,0.15);border-radius: var(--r-sm);padding: 2px 7px}.error-archive-card__sev{font-family: var(--font-mono);font-size: 10px;font-weight: 600;text-transform: uppercase;letter-spacing: 0.08em;border-radius: var(--r-sm);padding: 2px 6px}.sev--panic{background: rgba(239,68,68,0.15);color: #ef4444;border: 1px solid rgba(239,68,68,0.2)}.sev--fatal{background: rgba(239,68,68,0.1);color: #f87171;border: 1px solid rgba(239,68,68,0.15)}.sev--error{background: rgba(251,146,60,0.1);color: #fb923c;border: 1px solid rgba(251,146,60,0.15)}.sev--warning{background: rgba(234,179,8,0.1);color: #eab308;border: 1px solid rgba(234,179,8,0.15)}.sev--info{background: var(--bg-elevated);color: var(--text-3);border: 1px solid var(--border)}.error-archive-card__title{font-size: var(--text-base);font-weight: 700;color: var(--text-1);line-height: 1.3;margin-bottom: var(--s2)}.error-archive-card__condition{font-family: var(--font-mono);font-size: 11px;color: var(--teal);margin-bottom: var(--s3)}.error-archive-card__excerpt{font-size: var(--text-sm);color: var(--text-3);line-height: 1.55;flex: 1;margin-bottom: var(--s4)}.error-archive-card__foot{display: flex;align-items: center;justify-content: space-between;margin-top: auto;padding-top: var(--s3);border-top: 1px solid var(--border)}.error-archive-card__class{font-family: var(--font-mono);font-size: 10px;color: var(--text-3)}.error-archive-card__arrow{font-size: 18px;color: var(--text-3);transition: color 0.15s,transform 0.15s}.error-archive-card:hover .error-archive-card__arrow{color: var(--blue);transform: translateX(3px)}.archive-pagination{display: flex;align-items: center;justify-content: center;gap: var(--s2);padding-top: var(--s4)}.archive-pagination .page-numbers{display: inline-flex;align-items: center;justify-content: center;min-width: 36px;height: 36px;padding: 0 var(--s2);border-radius: var(--r-lg);font-size: var(--text-sm);font-weight: 500;text-decoration: none;color: var(--text-2);background: var(--bg-elevated);border: 1px solid var(--border);transition: all 0.15s}.archive-pagination .page-numbers:hover{border-color: var(--blue);color: var(--blue)}.archive-pagination .page-numbers.current{background: var(--blue);color: #fff;border-color: var(--blue)}.archive-pagination .page-numbers.dots{background: transparent;border: none}.archive-empty{text-align: center;padding: var(--s16) var(--s6)}.archive-empty__icon{font-size: 48px;color: var(--text-3);margin-bottom: var(--s4);display: block}.archive-empty__title{font-size: var(--text-xl);font-weight: 700;color: var(--text-1);margin-bottom: var(--s2)}.archive-empty__sub{font-size: var(--text-base);color: var(--text-3);margin-bottom: var(--s6)}@media (max-width: 768px){.archive-filters{flex-direction: column;align-items: stretch}.filter-group--search{min-width: unset}.filter-select{min-width: unset}.error-archive-grid{grid-template-columns: 1fr}}@media (max-width: 480px){.archive-hero__title{font-size: 1.8rem}.archive-hero__stats{flex-direction: column;gap: var(--s2)}}.access-badge{display: inline-flex;align-items: center;gap: 3px;font-family: var(--font-mono);font-size: 9px;font-weight: 700;text-transform: uppercase;letter-spacing: 0.07em;padding: 2px 7px;border-radius: var(--r-full);border: 1px solid transparent;line-height: 1.4}.access-badge--free{background: var(--green-dim);color: var(--green);border-color: rgba(16,185,129,0.22)}.access-badge--pro{background: var(--teal-dim);color: var(--teal);border-color: rgba(20,184,166,0.25)}.cookbook-teaser{position: relative;font-size: var(--text-base);color: var(--text-2);line-height: 1.85;margin-bottom: 0;max-height: 30rem;overflow: hidden}.cookbook-teaser p{color: var(--text-2)}.cookbook-teaser::after{content: "";position: absolute;left: 0;right: 0;bottom: 0;height: 9rem;pointer-events: none;background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,var(--bg-0) 92%)}.auth-page{padding-top: var(--s12);padding-bottom: var(--s16)}.auth-card{max-width: 440px;margin: 0 auto;background: var(--bg-1);border: 1px solid var(--border-1);border-radius: var(--r-xl);padding: var(--s8) var(--s7);box-shadow: var(--shadow-lg)}.auth-card__head{text-align: center;margin-bottom: var(--s6)}.auth-card__eyebrow{font-family: var(--font-mono);font-size: 11px;font-weight: 700;text-transform: uppercase;letter-spacing: 0.1em;color: var(--teal)}.auth-card__title{font-size: 1.7rem;font-weight: 800;margin: var(--s2) 0 var(--s2);color: var(--text-0)}.auth-card__sub{font-size: var(--text-sm);color: var(--text-2);margin: 0}.auth-form{display: flex;flex-direction: column;gap: var(--s4)}.auth-field{display: flex;flex-direction: column;gap: 5px}.auth-field__label{font-size: var(--text-sm);font-weight: 600;color: var(--text-1)}.auth-field input{width: 100%;background: var(--bg-0);border: 1px solid var(--border-1);border-radius: var(--r-md);padding: 11px 13px;color: var(--text-0);font-size: var(--text-base);font-family: inherit;transition: border-color .15s ease,box-shadow .15s ease}.auth-field input:focus{outline: none;border-color: var(--teal);box-shadow: 0 0 0 3px var(--teal-dim)}.auth-field__hint{font-size: 12px;color: var(--text-3)}.auth-remember{display: flex;align-items: center;gap: 8px;font-size: var(--text-sm);color: var(--text-2);cursor: pointer}.auth-submit{display: inline-flex;align-items: center;justify-content: center;gap: 8px;width: 100%;padding: 12px 18px;background: var(--teal);color: #04201c;font-weight: 700;font-size: var(--text-base);border: none;border-radius: var(--r-md);cursor: pointer;text-decoration: none;transition: transform .12s ease,filter .12s ease}.auth-submit:hover{filter: brightness(1.08);transform: translateY(-1px)}.auth-submit--ghost{background: transparent;color: var(--teal);border: 1px solid var(--teal)}.auth-hp{position: absolute;left: -9999px;height: 0;overflow: hidden}.auth-alt{text-align: center;margin: var(--s5) 0 0;font-size: var(--text-sm);color: var(--text-2)}.auth-alt a{color: var(--teal);font-weight: 600;text-decoration: none}.auth-alt a:hover{text-decoration: underline}.auth-alt__sep{margin: 0 6px;color: var(--text-3)}.auth-notice{border-radius: var(--r-md);padding: 11px 14px;font-size: var(--text-sm);margin-bottom: var(--s4);border: 1px solid transparent}.auth-notice--ok{background: var(--green-dim);color: var(--green);border-color: rgba(16,185,129,0.25)}.auth-notice--error{background: rgba(239,68,68,0.12);color: #f87171;border-color: rgba(239,68,68,0.3)}.account-page{max-width: 720px}.account-head{text-align: center;margin-bottom: var(--s6)}.account-head__eyebrow{font-family: var(--font-mono);font-size: 11px;font-weight: 700;text-transform: uppercase;letter-spacing: 0.1em;color: var(--teal)}.account-head__title{font-size: 1.9rem;font-weight: 800;margin: var(--s2) 0 4px;color: var(--text-0)}.account-head__email{font-size: var(--text-sm);color: var(--text-3);margin: 0}.account-plan{background: var(--bg-1);border: 1px solid var(--border-1);border-radius: var(--r-lg);padding: var(--s5) var(--s6);margin-bottom: var(--s6)}.account-plan__row{display: flex;align-items: center;justify-content: space-between;gap: var(--s4)}.account-plan__label{font-weight: 600;color: var(--text-1)}.account-plan__meta{font-size: var(--text-sm);color: var(--text-3);margin: 10px 0 0}.account-upgrade{background: var(--bg-1);border: 1px solid var(--border-1);border-radius: var(--r-xl);padding: var(--s7) var(--s6);text-align: center}.account-upgrade--active{background: var(--teal-dim);border-color: rgba(20,184,166,0.25)}.account-upgrade__title{font-size: 1.4rem;font-weight: 800;margin: 0 0 var(--s2);color: var(--text-0)}.account-upgrade__sub{font-size: var(--text-sm);color: var(--text-2);margin: 0 auto var(--s6);max-width: 460px}.account-upgrade__note{font-size: 12px;color: var(--text-3);margin: var(--s5) 0 0}.account-upgrade__cards{display: grid;grid-template-columns: repeat(3,1fr);gap: var(--s4)}.upgrade-card{position: relative;display: flex;flex-direction: column;align-items: center;gap: var(--s3);background: var(--bg-0);border: 1px solid var(--border-1);border-radius: var(--r-lg);padding: var(--s5) var(--s4)}.upgrade-card--best{border-color: var(--teal);box-shadow: 0 0 0 3px var(--teal-dim)}.upgrade-card__tag{position: absolute;top: -10px;left: 50%;transform: translateX(-50%);background: var(--teal);color: #04201c;font-size: 10px;font-weight: 700;text-transform: uppercase;letter-spacing: 0.06em;padding: 3px 9px;border-radius: var(--r-full)}.upgrade-card__name{font-size: var(--text-sm);font-weight: 600;color: var(--text-1)}.upgrade-card__price{font-size: 1.6rem;font-weight: 800;color: var(--text-0)}.upgrade-card__price small{font-size: 0.85rem;font-weight: 500;color: var(--text-3)}.upgrade-card .auth-submit{margin-top: auto}.account-security{margin-top: var(--s7);padding: var(--s6);border: 1px solid var(--border-1,var(--border));border-radius: var(--radius-lg,14px);background: var(--bg-2)}.account-security__title{font-size: var(--text-lg);font-weight: 700;color: var(--text-1);margin: 0 0 var(--s2)}.account-security__sub{font-size: var(--text-sm);color: var(--text-3);margin: 0 0 var(--s5)}.account-password-form{display: flex;flex-direction: column;gap: var(--s4);max-width: 420px}.account-password-form .auth-submit{align-self: flex-start}.account-foot{text-align: center;margin: var(--s7) 0 0;font-size: var(--text-sm)}.account-foot a{color: var(--text-2);text-decoration: none}.account-foot a:hover{color: var(--teal);text-decoration: underline}@media (max-width: 600px){.account-upgrade__cards{grid-template-columns: 1fr}}.btn-account-header{display: inline-flex;align-items: center;gap: 5px;padding: 7px 12px;border: 1px solid var(--border-1);border-radius: var(--r-md);color: var(--text-1);font-size: var(--text-sm);font-weight: 600;text-decoration: none;transition: border-color .15s ease,color .15s ease}.btn-account-header:hover{border-color: var(--teal);color: var(--teal)}@media (max-width: 900px){.btn-account-header__label{display: none}}.pricing-page{padding: var(--s12) 0 var(--s16)}.pricing-hero{text-align: center;max-width: 720px;margin: 0 auto var(--s10)}.pricing-hero__eyebrow{font-family: var(--font-mono);font-size: 11px;font-weight: 700;text-transform: uppercase;letter-spacing: 0.1em;color: var(--teal)}.pricing-hero__title{font-size: clamp(1.8rem,4vw,2.6rem);font-weight: 800;line-height: 1.15;margin: var(--s3) 0 var(--s4);color: var(--text-0)}.pricing-hero__sub{font-size: var(--text-lg);color: var(--text-2);margin: 0;line-height: 1.7}.pricing-grid{display: grid;grid-template-columns: repeat(3,1fr);gap: var(--s5);align-items: stretch;max-width: 1000px;margin: 0 auto}.pricing-card{display: flex;flex-direction: column;background: var(--bg-1);border: 1px solid var(--border-1);border-radius: var(--r-xl);padding: var(--s7) var(--s6);position: relative}.pricing-card--featured{border-color: var(--teal);box-shadow: 0 0 0 3px var(--teal-dim),var(--shadow-lg)}.pricing-card__badge{position: absolute;top: -12px;left: 50%;transform: translateX(-50%);background: var(--teal);color: #04201c;font-size: 10px;font-weight: 700;text-transform: uppercase;letter-spacing: 0.06em;padding: 4px 12px;border-radius: var(--r-full)}.pricing-card__head{text-align: center;padding-bottom: var(--s5);border-bottom: 1px solid var(--border-1);margin-bottom: var(--s5)}.pricing-card__name{font-size: 1.3rem;font-weight: 700;margin: 0 0 var(--s2);color: var(--text-0)}.pricing-card__price{font-size: 2.4rem;font-weight: 800;color: var(--text-0);line-height: 1}.pricing-card__price small{font-size: 0.9rem;font-weight: 500;color: var(--text-3)}.pricing-card__tagline{font-size: var(--text-sm);color: var(--text-2);margin: var(--s3) 0 0}.pricing-card__features{list-style: none;padding: 0;margin: 0 0 var(--s6);flex: 1;display: flex;flex-direction: column;gap: var(--s3)}.pricing-card__features li{position: relative;padding-left: 26px;font-size: var(--text-sm);color: var(--text-1);line-height: 1.5}.pricing-card__features li::before{content: "check";font-family: 'Material Symbols Rounded',sans-serif;position: absolute;left: 0;top: 0;font-size: 17px;color: var(--green)}.pricing-card__features strong{color: var(--text-0)}.pricing-card__cta{display: block;text-align: center;padding: 12px 18px;background: var(--teal);color: #04201c;font-weight: 700;border-radius: var(--r-md);text-decoration: none;transition: transform .12s ease,filter .12s ease}.pricing-card__cta:hover{filter: brightness(1.08);transform: translateY(-1px)}.pricing-card__cta--ghost{background: transparent;color: var(--teal);border: 1px solid var(--teal)}.pricing-card__cta--current{background: var(--bg-2);color: var(--text-2);cursor: default}.pricing-card__cta--current:hover{transform: none;filter: none}.pricing-card__cta-alt{display: block;text-align: center;margin-top: var(--s3);font-size: var(--text-sm);color: var(--text-2);text-decoration: none}.pricing-card__cta-alt:hover{color: var(--teal);text-decoration: underline}.pricing-faq{max-width: 1000px;margin: var(--s16) auto 0}.pricing-faq__title{text-align: center;font-size: 1.6rem;font-weight: 800;margin: 0 0 var(--s8);color: var(--text-0)}.pricing-faq__grid{display: grid;grid-template-columns: repeat(2,1fr);gap: var(--s6)}.pricing-faq__item h3{font-size: var(--text-base);font-weight: 700;margin: 0 0 var(--s2);color: var(--text-0)}.pricing-faq__item p{font-size: var(--text-sm);color: var(--text-2);line-height: 1.7;margin: 0}.pricing-value{max-width: 1000px;margin: var(--s16) auto 0;padding: var(--s10) var(--s8);background: var(--surface-1);border: 1px solid var(--border);border-radius: var(--radius-lg)}.pricing-value__title{text-align: center;font-size: 1.3rem;font-weight: 800;margin: 0 0 var(--s8);color: var(--text-0)}.pricing-value__cols{display: grid;grid-template-columns: repeat(3,1fr);gap: var(--s6)}.pricing-value__col h3{font-size: var(--text-base);font-weight: 700;margin: 0 0 var(--s2);color: var(--accent)}.pricing-value__col p{font-size: var(--text-sm);color: var(--text-2);line-height: 1.7;margin: 0}@media (max-width: 860px){.pricing-grid{grid-template-columns: 1fr;max-width: 540px}.pricing-faq__grid{grid-template-columns: 1fr}.pricing-value__cols{grid-template-columns: 1fr}}.account-cancel{margin-top: var(--s8)}.account-cancel__details{border: 1px solid var(--border);border-radius: var(--radius-md);overflow: hidden}.account-cancel__summary{padding: var(--s3) var(--s4);font-size: var(--text-sm);color: var(--text-3);cursor: pointer;list-style: none;user-select: none}.account-cancel__summary:hover{color: var(--red,#EF4444)}.account-cancel__body{padding: var(--s4);border-top: 1px solid var(--border);background: var(--surface-1)}.account-cancel__note{font-size: var(--text-sm);color: var(--text-2);margin: 0 0 var(--s4);line-height: 1.6}.account-cancel__pending{font-size: var(--text-sm);color: var(--text-2);padding: var(--s3) var(--s4);border: 1px solid var(--border);border-radius: var(--radius-md);margin: 0}.auth-submit--destructive{background: transparent;border: 1px solid var(--red,#EF4444);color: var(--red,#EF4444)}.auth-submit--destructive:hover{background: var(--red,#EF4444);color: #fff}.pathways-page{padding: var(--s12) 0 var(--s16)}.pathways-hero{text-align: center;max-width: 780px;margin: 0 auto var(--s10)}.pathways-hero__eyebrow{font-family: var(--font-mono);font-size: 11px;font-weight: 700;text-transform: uppercase;letter-spacing: 0.1em;color: var(--teal)}.pathways-hero__title{font-size: clamp(1.9rem,4.5vw,2.8rem);font-weight: 800;line-height: 1.12;margin: var(--s3) 0 var(--s4);color: var(--text-0)}.pathways-hero__sub{font-size: var(--text-lg);color: var(--text-2);margin: 0 0 var(--s6);line-height: 1.7}.pathways-hero__points{display: flex;flex-wrap: wrap;justify-content: center;gap: var(--s4)}.pathways-hero__point{display: inline-flex;align-items: center;gap: 6px;font-size: var(--text-sm);color: var(--text-1);background: var(--bg-1);border: 1px solid var(--border-1);border-radius: var(--r-full);padding: 7px 14px}.pathways-hero__point .ms-icon{color: var(--teal);font-size: 16px}.pathways-promise{display: grid;grid-template-columns: repeat(3,1fr);gap: var(--s5);max-width: 960px;margin: 0 auto var(--s12)}.pathways-promise__card{background: var(--bg-1);border: 1px solid var(--border-1);border-radius: var(--r-lg);padding: var(--s6);text-align: center}.pathways-promise__card .ms-icon{font-size: 30px;color: var(--teal)}.pathways-promise__card h3{font-size: var(--text-base);font-weight: 700;margin: var(--s3) 0 var(--s2);color: var(--text-0)}.pathways-promise__card p{font-size: var(--text-sm);color: var(--text-2);line-height: 1.6;margin: 0}.pathways-list{display: grid;grid-template-columns: repeat(2,1fr);gap: var(--s5);max-width: 960px;margin: 0 auto var(--s12)}.pathway-tile{display: flex;gap: var(--s4);background: var(--bg-1);border: 1px solid var(--border-1);border-radius: var(--r-xl);padding: var(--s6);text-decoration: none;transition: border-color .15s ease,transform .15s ease}.pathway-tile:hover{border-color: var(--teal);transform: translateY(-2px)}.pathway-tile__icon{flex: 0 0 auto;width: 52px;height: 52px;display: flex;align-items: center;justify-content: center;background: var(--teal-dim);border-radius: var(--r-lg)}.pathway-tile__icon .ms-icon{font-size: 26px;color: var(--teal)}.pathway-tile__body{flex: 1}.pathway-tile__name{font-size: 1.2rem;font-weight: 700;margin: 0 0 var(--s2);color: var(--text-0)}.pathway-tile__desc{font-size: var(--text-sm);color: var(--text-2);line-height: 1.6;margin: 0 0 var(--s4)}.pathway-tile__meta{display: flex;align-items: center;justify-content: space-between}.pathway-tile__count{font-family: var(--font-mono);font-size: 11px;font-weight: 600;text-transform: uppercase;letter-spacing: 0.06em;color: var(--text-3)}.pathway-tile__arrow .ms-icon{color: var(--teal);font-size: 18px}.pathways-empty{text-align: center;color: var(--text-3)}.pathways-access{display: grid;grid-template-columns: 1fr 1fr;gap: var(--s5);max-width: 960px;margin: 0 auto}.pathways-access__free,.pathways-access__pro{border: 1px solid var(--border-1);border-radius: var(--r-xl);padding: var(--s7) var(--s6);background: var(--bg-1)}.pathways-access__pro{background: var(--teal-dim);border-color: rgba(20,184,166,0.25)}.pathways-access h3{font-size: 1.2rem;font-weight: 700;margin: var(--s3) 0 var(--s2);color: var(--text-0)}.pathways-access p{font-size: var(--text-sm);color: var(--text-2);line-height: 1.7;margin: 0 0 var(--s4)}.pathways-access__cta{display: inline-flex;align-items: center;gap: 6px;padding: 11px 20px;background: var(--teal);color: #04201c;font-weight: 700;border-radius: var(--r-md);text-decoration: none;transition: transform .12s ease,filter .12s ease}.pathways-access__cta:hover{filter: brightness(1.08);transform: translateY(-1px)}.pathways-access__cta--current{background: var(--bg-2);color: var(--text-2);cursor: default}.pathways-access__cta--current:hover{transform: none;filter: none}@media (max-width: 860px){.pathways-promise,.pathways-list,.pathways-access{grid-template-columns: 1fr;max-width: 480px}}.lang-toggle{display: inline-flex;border: 1px solid var(--border-1);border-radius: var(--r-md);overflow: hidden}.lang-toggle__opt{font-family: var(--font-mono);font-size: 11px;font-weight: 700;letter-spacing: 0.04em;padding: 6px 9px;color: var(--text-3);text-decoration: none;line-height: 1;transition: background .15s ease,color .15s ease}.lang-toggle__opt:hover{color: var(--text-1)}.lang-toggle__opt.is-active{background: var(--teal);color: #04201c}.sev1-cpt-head{margin-bottom: var(--s6)}.sev1-cpt-eyebrow{display: inline-flex;align-items: center;gap: .4em;font-family: var(--font-mono);font-size: var(--text-xs);text-transform: uppercase;letter-spacing: .08em;color: var(--teal);margin-bottom: var(--s3)}.sev1-cpt-title{font-size: var(--text-3xl);line-height: 1.1;margin: 0 0 var(--s3)}.sev1-cpt-title code{font-family: var(--font-mono);font-size: .9em}.sev1-meta-badges{display: flex;flex-wrap: wrap;gap: var(--s2);margin: var(--s4) 0}.sev1-badge{display: inline-flex;align-items: center;gap: .35em;padding: .25em .7em;border-radius: 999px;font-family: var(--font-mono);font-size: var(--text-xs);background: var(--surface-2,rgba(255,255,255,.04));border: 1px solid var(--border,rgba(255,255,255,.08));color: var(--text-2)}.sev1-badge strong{color: var(--text-1);font-weight: 600}.sev1-lang-toggle{display: inline-flex;gap: 2px;padding: 3px;margin: 0 0 var(--s5);border-radius: 10px;background: var(--surface-2,rgba(255,255,255,.04));border: 1px solid var(--border,rgba(255,255,255,.08))}.sev1-lang-btn{appearance: none;cursor: pointer;border: 0;border-radius: 8px;padding: .4em 1em;font-size: var(--text-sm);font-weight: 600;background: transparent;color: var(--text-3);transition: background .15s ease,color .15s ease}.sev1-lang-btn:hover{color: var(--text-1)}.sev1-lang-btn.is-active{background: var(--teal);color: #04201c}.sev1-lang[hidden]{display: none}.sev1-lang-toggle,.lang-toggle{display: none !important}.sev1-lang-es{display: none !important}.sev1-aka{color: var(--text-3);font-size: var(--text-sm);margin: 0 0 var(--s4)}.sev1-table-wrap{overflow-x: auto;margin: var(--s4) 0 var(--s6)}table.sev1-table{width: 100%;border-collapse: collapse;font-size: var(--text-sm)}table.sev1-table th,table.sev1-table td{text-align: left;padding: .6em .8em;border-bottom: 1px solid var(--border,rgba(255,255,255,.08));vertical-align: top}table.sev1-table thead th{font-family: var(--font-mono);font-size: var(--text-xs);text-transform: uppercase;letter-spacing: .06em;color: var(--text-3)}table.sev1-table td code{font-family: var(--font-mono)}.sev1-related-h{margin-top: var(--s8)}ul.sev1-related{list-style: none;padding: 0;margin: 0;display: grid;gap: var(--s2)}ul.sev1-related li{border: 1px solid var(--border,rgba(255,255,255,.08));border-radius: 10px;background: var(--surface-2,rgba(255,255,255,.03));transition: border-color .15s ease,background .15s ease}ul.sev1-related li:hover{border-color: var(--teal)}ul.sev1-related a{display: block;padding: .75em 1em;color: var(--text-1);text-decoration: none}ul.sev1-related a::before{content: '→';color: var(--teal);margin-right: .6em}ul.sev1-collist{list-style: none;padding: 0;margin: var(--s4) 0;display: grid;gap: var(--s2)}ul.sev1-collist li{border: 1px solid var(--border,rgba(255,255,255,.08));border-left: 3px solid var(--teal);border-radius: 8px;background: var(--surface-2,rgba(255,255,255,.03));padding: .6em .9em;line-height: 1.5}ul.sev1-collist .sev1-ref{color: var(--text-2,#9aa);font-size: .9em;margin-left: .4em}.sev1-index-grid{display: grid;grid-template-columns: repeat(auto-fill,minmax(260px,1fr));gap: var(--s4)}.sev1-index-card{display: block;padding: var(--s4);text-decoration: none;border: 1px solid var(--border,rgba(255,255,255,.08));border-radius: 12px;background: var(--surface-2,rgba(255,255,255,.03));transition: border-color .15s ease,transform .15s ease}.sev1-index-card:hover{border-color: var(--teal);transform: translateY(-2px)}.sev1-index-card__name{font-weight: 700;color: var(--text-1);margin: 0 0 .35em;font-family: var(--font-mono)}.sev1-index-card__desc{color: var(--text-3);font-size: var(--text-sm);margin: 0;line-height: 1.5}.sev1-index-card__cat{display:inline-block;margin-top:.6em;font-size: var(--text-xs);color: var(--teal);font-family: var(--font-mono)}.sev1-filter-bar{display: flex;flex-wrap: wrap;gap: var(--s3);margin: var(--s5) 0}.sev1-filter-bar input[type=search],.sev1-filter-bar select{padding: .55em .9em;border-radius: 10px;font-size: var(--text-sm);background: var(--surface-2,rgba(255,255,255,.04));border: 1px solid var(--border,rgba(255,255,255,.1));color: var(--text-1)}.sev1-cat-group{margin-top: var(--s8)}.sev1-cat-group__title{font-size: var(--text-xl);margin: 0 0 var(--s4);padding-bottom: var(--s2);border-bottom: 1px solid var(--border,rgba(255,255,255,.08))}.pathway-tax{padding: var(--s10) 0 var(--s16)}.pathway-tax__crumbs{display: flex;flex-wrap: wrap;gap: var(--s2);align-items: center;font-size: var(--text-sm);color: var(--text-3);margin: 0 0 var(--s6)}.pathway-tax__crumbs a{color: var(--teal);text-decoration: none}.pathway-tax__crumbs a:hover{text-decoration: underline}.pathway-tax__hero{display: flex;gap: var(--s5);align-items: flex-start;padding: 0 0 var(--s8);margin: 0 0 var(--s8);border-bottom: 1px solid var(--border,rgba(255,255,255,.08))}.pathway-tax__icon{flex: 0 0 auto;width: 56px;height: 56px;border-radius: 14px;display: grid;place-items: center;background: var(--teal-dim,rgba(20,184,166,.12));border: 1px solid rgba(20,184,166,.25)}.pathway-tax__icon .ms-icon{font-size: 28px;color: var(--teal)}.pathway-tax__eyebrow{display: inline-block;font-size: var(--text-xs);font-weight: 700;letter-spacing: .08em;text-transform: uppercase;color: var(--teal);margin: 0 0 var(--s2)}.pathway-tax__title{font-size: clamp(1.6rem,3vw,2.2rem);margin: 0 0 var(--s2);color: var(--text-0)}.pathway-tax__desc{font-size: var(--text-base);color: var(--text-2);line-height: 1.6;margin: 0 0 var(--s3)}.pathway-tax__count{font-size: var(--text-sm);color: var(--text-3)}.pathway-tax__back{margin-top: var(--s10)}.sev1-lesson-list{list-style: none;counter-reset: none;margin: 0;padding: 0}.sev1-lesson{margin: 0 0 var(--s3)}.sev1-lesson__link{display: flex;gap: var(--s4);align-items: center;text-decoration: none;padding: var(--s4) var(--s5);border-radius: var(--radius,12px);background: var(--surface-2,rgba(255,255,255,.03));border: 1px solid var(--border,rgba(255,255,255,.08));transition: border-color .15s ease,transform .15s ease,background .15s ease}.sev1-lesson__link:hover{border-color: var(--teal);transform: translateY(-1px)}.sev1-lesson__num{flex: 0 0 auto;font-size: var(--text-lg);font-weight: 800;color: var(--teal);min-width: 2ch;font-variant-numeric: tabular-nums}.sev1-lesson__body{flex: 1;min-width: 0;display: flex;flex-direction: column;gap: 2px}.sev1-lesson__title{font-size: var(--text-base);font-weight: 700;color: var(--text-0)}.sev1-lesson__excerpt{font-size: var(--text-sm);color: var(--text-3);line-height: 1.5}.sev1-lesson__tag .ms-icon{color: var(--teal)}.sev1-lesson--locked .sev1-lesson__link{opacity: .72}.sev1-lesson--locked .sev1-lesson__num,.sev1-lesson--locked .sev1-lesson__tag .ms-icon{color: var(--text-3)}.sev1-lesson-paywall{margin-top: var(--s8);padding: var(--s6);text-align: center;border-radius: var(--radius,12px);background: var(--teal-dim,rgba(20,184,166,.1));border: 1px solid rgba(20,184,166,.25)}.sev1-lesson-paywall p{color: var(--text-2);margin: var(--s3) 0 var(--s4)}.sev1-lesson-nav{display: grid;grid-template-columns: 1fr 1fr;gap: var(--s4);margin: var(--s8) 0}.sev1-lesson-nav__link{display: flex;flex-direction: column;gap: var(--s1,4px);padding: var(--s4) var(--s5);text-decoration: none;border-radius: var(--radius,12px);background: var(--surface-2,rgba(255,255,255,.03));border: 1px solid var(--border,rgba(255,255,255,.08));transition: border-color .15s ease}.sev1-lesson-nav__link:hover{border-color: var(--teal)}.sev1-lesson-nav__link--next{text-align: right;align-items: flex-end}.sev1-lesson-nav__dir{font-size: var(--text-xs);font-weight: 700;text-transform: uppercase;letter-spacing: .06em;color: var(--teal);display: inline-flex;align-items: center;gap: 4px}.sev1-lesson-nav__title{font-size: var(--text-sm);font-weight: 600;color: var(--text-1)}@media (max-width: 640px){.sev1-lesson-nav{grid-template-columns: 1fr}.sev1-lesson-nav__link--next{text-align: left;align-items: flex-start}}.sev1db-method-sep{border: 0;border-top: 1px solid var(--border,rgba(255,255,255,.1));margin: var(--s10) 0 var(--s6)}.sev1db-methodology{padding: var(--s5) var(--s6);border-radius: var(--radius,12px);background: var(--surface-2,rgba(255,255,255,.03));border: 1px solid var(--border,rgba(255,255,255,.08));border-left: 3px solid var(--teal)}.sev1db-methodology h2{font-size: var(--text-base);margin: 0 0 var(--s3);color: var(--text-0)}.sev1db-methodology p{font-size: var(--text-sm);color: var(--text-2);line-height: 1.65;margin: 0 0 var(--s2)}.sev1db-methodology p:last-child{margin-bottom: 0}.search-bestmatch{display: flex;align-items: center;gap: var(--s3);flex-wrap: wrap;margin-top: var(--s6);padding: var(--s4) var(--s5);border-radius: var(--radius,12px);background: linear-gradient(90deg,rgba(20,184,166,.10),rgba(20,184,166,.02));border: 1px solid var(--teal);text-decoration: none;transition: transform .12s ease,box-shadow .12s ease}.search-bestmatch:hover{transform: translateY(-1px);box-shadow: 0 6px 24px rgba(20,184,166,.18)}.search-bestmatch__tag{font-size: var(--text-xs);font-weight: 700;text-transform: uppercase;letter-spacing: .06em;color: #04110e;background: var(--teal);padding: 3px 8px;border-radius: 6px}.search-bestmatch__code{font-family: var(--font-mono);font-size: var(--text-sm);font-weight: 700;color: var(--teal)}.search-bestmatch__title{font-size: var(--text-base);font-weight: 600;color: var(--text-0);flex: 1 1 auto}.search-bestmatch__go{font-size: var(--text-lg);color: var(--teal);font-weight: 700}@media (max-width: 560px){.search-bestmatch__title{flex-basis: 100%}}.trust-badge{display: flex;flex-wrap: wrap;align-items: center;gap: var(--s2) var(--s4);margin-top: var(--s4)}.trust-badge__item{display: inline-flex;align-items: center;gap: 6px;font-size: var(--text-xs);font-weight: 600;color: var(--text-2,var(--text-muted));font-family: var(--font-mono);letter-spacing: .01em}.trust-badge__item--rev{color: var(--teal)}.trust-badge__item .ms-icon{opacity: .85}.sev1db-citation,.error-references cite,.error-references a{font-family: var(--font-mono);font-size: var(--text-sm)}.error-references{border-left: 3px solid var(--teal);padding: var(--s3) var(--s4);margin-top: var(--s4);background: var(--surface-2,rgba(255,255,255,.03));border-radius: 0 var(--radius,12px) var(--radius,12px) 0}.error-references a{color: var(--teal);word-break: break-word}.code-copy{position: absolute;top: 8px;right: 8px;display: inline-flex;align-items: center;justify-content: center;width: 30px;height: 30px;background: var(--surface-2,rgba(255,255,255,.06));border: 1px solid var(--border);border-radius: 8px;color: var(--text-3);cursor: pointer;opacity: 0;transition: opacity .15s,color .15s,border-color .15s}pre:hover .code-copy,.code-copy:focus-visible{opacity: 1}.code-copy:hover{color: var(--teal);border-color: var(--teal)}.code-copy.is-copied{color: var(--teal);border-color: var(--teal);opacity: 1}.sev1-cpt-actions{display: flex;flex-wrap: wrap;gap: var(--s2);margin-top: var(--s4)}.sev1db-bookmark,.sev1db-progress{display: inline-flex;align-items: center;gap: 6px;background: transparent;border: 1px solid var(--border);border-radius: 999px;padding: 6px 14px;font-size: var(--text-sm);font-weight: 600;color: var(--text-2);cursor: pointer;transition: border-color .15s,color .15s,background .15s}.sev1db-bookmark:hover,.sev1db-progress:hover{border-color: var(--teal);color: var(--teal)}.sev1db-bookmark .sev1db-bookmark__on,.sev1db-bookmark__label--on{display: none}.sev1db-bookmark.is-saved .sev1db-bookmark__off,.sev1db-bookmark.is-saved .sev1db-bookmark__label--off{display: none}.sev1db-bookmark.is-saved .sev1db-bookmark__on,.sev1db-bookmark.is-saved .sev1db-bookmark__label--on{display: inline}.sev1db-bookmark.is-saved{color: var(--teal);border-color: var(--teal);background: rgba(20,184,166,.08)}.sev1db-progress .sev1db-progress__on,.sev1db-progress .sev1db-progress__label--on{display: none}.sev1db-progress.is-done .sev1db-progress__off,.sev1db-progress.is-done .sev1db-progress__label--off{display: none}.sev1db-progress.is-done .sev1db-progress__on,.sev1db-progress.is-done .sev1db-progress__label--on{display: inline}.sev1db-progress.is-done{color: var(--teal);border-color: var(--teal);background: rgba(20,184,166,.08)}.sev1db-feedback{margin: var(--s6) 0 var(--s2);padding: var(--s4) var(--s5);border: 1px solid var(--border);border-radius: var(--r-lg,12px);background: var(--surface-2,rgba(255,255,255,.02))}.sev1db-feedback.is-voted .sev1db-feedback__btns{opacity: .55}.sev1db-feedback__ask{display: flex;flex-wrap: wrap;align-items: center;gap: var(--s3) var(--s4)}.sev1db-feedback__q{font-size: var(--text-sm);font-weight: 700;color: var(--text-1)}.sev1db-feedback__btns{display: inline-flex;gap: var(--s2)}.sev1db-feedback__vote{display: inline-flex;align-items: center;gap: 5px;background: transparent;border: 1px solid var(--border);border-radius: 8px;padding: 5px 12px;font-size: var(--text-sm);color: var(--text-2);cursor: pointer;transition: border-color .15s,color .15s}.sev1db-feedback__vote:hover{border-color: var(--teal);color: var(--teal)}.sev1db-feedback__report-link{margin-left: auto;display: inline-flex;align-items: center;gap: 5px;background: none;border: none;cursor: pointer;font-size: var(--text-xs);color: var(--text-3)}.sev1db-feedback__report-link:hover{color: var(--teal)}.sev1db-feedback__report{margin-top: var(--s4)}.sev1db-feedback__label{display: block;font-size: var(--text-sm);color: var(--text-2);margin-bottom: var(--s2)}.sev1db-feedback__note{width: 100%;box-sizing: border-box;background: var(--bg-0);border: 1px solid var(--border);border-radius: 8px;padding: var(--s3);color: var(--text-1);font-family: inherit;font-size: var(--text-sm);resize: vertical}.sev1db-feedback__note:focus{outline: none;border-color: var(--teal)}.sev1db-feedback__report-actions{display: flex;gap: var(--s2);margin-top: var(--s3)}.sev1db-feedback__send{background: var(--teal);color: var(--bg-0);border: none;border-radius: 8px;padding: 7px 16px;font-weight: 700;font-size: var(--text-sm);cursor: pointer}.sev1db-feedback__cancel{background: transparent;border: 1px solid var(--border);border-radius: 8px;padding: 7px 16px;color: var(--text-3);font-size: var(--text-sm);cursor: pointer}.sev1db-feedback__thanks{font-size: var(--text-sm);color: var(--teal);margin: 0}.account-saved,.account-progress{margin-top: var(--s8)}.account-saved__title,.account-progress__title{font-size: var(--text-lg);font-weight: 700;color: var(--text-1);margin-bottom: var(--s4)}.account-saved__list{list-style: none;margin: 0;padding: 0;display: flex;flex-direction: column;gap: var(--s2)}.account-saved__item a{display: flex;align-items: center;gap: var(--s3);padding: var(--s3) var(--s4);border: 1px solid var(--border);border-radius: var(--r-lg,12px);text-decoration: none;color: var(--text-1);transition: border-color .15s,background .15s}.account-saved__item a:hover{border-color: var(--teal);background: rgba(20,184,166,.05)}.account-saved__kind{font-size: 10px;font-weight: 700;letter-spacing: .05em;text-transform: uppercase;color: var(--teal);background: rgba(20,184,166,.1);padding: 3px 8px;border-radius: 6px;flex-shrink: 0}.account-saved__name{font-size: var(--text-sm)}.account-saved__item--done a .ms-icon{color: var(--teal)}.news-cta{margin: var(--s10) 0;padding: var(--s6);border: 1px solid var(--border);border-radius: var(--r-lg);background: linear-gradient(135deg,rgba(59,130,246,0.07),rgba(20,184,166,0.04));text-align: center}.news-cta__icon{font-size: 1.75rem;line-height: 1}.news-cta__title{font-size: var(--text-xl);color: var(--text-1);font-weight: 700;margin: var(--s2) 0 var(--s2);line-height: 1.3}.news-cta__text{color: var(--text-2);font-size: var(--text-sm);line-height: 1.7;max-width: 48ch;margin: 0 auto var(--s4)}.news-cta__btn{display: inline-block;background: var(--blue);color: #fff;font-weight: 600;padding: 0.7em 1.7em;border-radius: var(--r-md);text-decoration: none;transition: filter 0.15s var(--ease-out),transform 0.15s var(--ease-out)}.news-cta__btn:hover{filter: brightness(1.08);transform: translateY(-1px)}.news-cta__fine{color: var(--text-3);font-size: var(--text-xs);margin: var(--s3) 0 0}.news-slidein{position: fixed;right: 20px;bottom: 20px;z-index: 300;width: 340px;max-width: calc(100vw - 32px);padding: var(--s5) var(--s5) var(--s4);background: var(--bg-elevated);border: 1px solid var(--border);border-radius: var(--r-lg);box-shadow: var(--shadow-lg);transform: translateY(140%);opacity: 0;transition: transform 0.35s var(--ease),opacity 0.35s var(--ease)}.news-slidein.is-visible{transform: translateY(0);opacity: 1}.news-slidein__close{position: absolute;top: 8px;right: 11px;background: none;border: 0;padding: 0;color: var(--text-3);font-size: 22px;line-height: 1;cursor: pointer}.news-slidein__close:hover{color: var(--text-1)}.news-slidein__icon{font-size: 1.5rem;line-height: 1}.news-slidein__title{font-size: var(--text-base);color: var(--text-1);font-weight: 700;line-height: 1.35;margin: var(--s2) 0 var(--s2);padding-right: var(--s5)}.news-slidein__text{font-size: var(--text-sm);color: var(--text-2);line-height: 1.6;margin: 0 0 var(--s4)}.news-slidein__btn{display: block;text-align: center;background: var(--blue);color: #fff;font-weight: 600;padding: 0.65em 1em;border-radius: var(--r-md);text-decoration: none;transition: filter 0.15s var(--ease-out)}.news-slidein__btn:hover{filter: brightness(1.08)}.news-slidein__later{display: block;width: 100%;background: none;border: 0;cursor: pointer;color: var(--text-3);font-size: var(--text-sm);margin-top: var(--s2);padding: var(--s2)}.news-slidein__later:hover{color: var(--text-2)}.news-slidein__fine{color: var(--text-3);font-size: var(--text-xs);text-align: center;margin: var(--s2) 0 0}@media (max-width: 560px){.news-slidein{right: 0;left: 0;bottom: var(--mobile-nav-h);width: 100%;max-width: 100%;border-radius: var(--r-lg) var(--r-lg) 0 0}}@media (prefers-reduced-motion: reduce){.news-slidein{transform: none;transition: opacity 0.2s linear}.news-slidein.is-visible{transform: none}.news-cta__btn:hover{transform: none}}.sev1db-post{--accent: #00d4aa;--accent2: #5b8fff;--warn: #f59e0b;--danger: #ef4444;--text: #e2e8f0;--muted: #8892a4;--surface: #181c25;--border: #2a2f3d;--code-bg: #12161f;--font-mono: 'JetBrains Mono','Fira Code',Consolas,monospace;font-size: 16px;line-height: 1.75;color: var(--text);width: 100%;max-width: 100%;min-width: 0;box-sizing: border-box;overflow-wrap: break-word;word-break: break-word}.sev1db-post p{margin-bottom: 1.2rem}.sev1db-post li{overflow-wrap: break-word}.sev1db-post a{color: var(--accent);text-decoration: none}.sev1db-post a:hover{text-decoration: underline}.sev1db-post strong{color: #f0f4ff;font-weight: 600}.sev1db-post em{font-style: italic;color: var(--muted)}.sev1db-post h2{font-size: 1.45rem;font-weight: 700;color: #f0f4ff;margin: 52px 0 16px;padding-bottom: 10px;border-bottom: 1px solid var(--border)}.sev1db-post h3{font-size: 1.1rem;font-weight: 600;color: var(--accent);margin: 32px 0 10px}.sev1db-post h4{font-size: .95rem;font-weight: 600;color: var(--muted);text-transform: uppercase;letter-spacing: .07em;margin: 28px 0 8px}.sev1db-post ul,.sev1db-post ol{padding-left: 1.4rem;margin-bottom: 1.2rem}.sev1db-post li{margin-bottom: .45rem}.sev1db-post code{font-family: var(--font-mono);font-size: .82em;background: rgba(15,23,42,0.07);border: 1px solid rgba(15,23,42,0.12);padding: 1px 5px;border-radius: 3px;color: #0E7490}.sev1db-post pre{background: var(--code-bg) !important;border: 1px solid var(--border) !important;border-radius: 8px;padding: 20px 22px;max-width: 100%;overflow-x: auto;-webkit-overflow-scrolling: touch;word-break: normal;white-space: pre;margin: 20px 0 28px}.sev1db-post pre code{background: none !important;border: none;padding: 0;font-size: .83rem;line-height: 1.65;color: #e2e8f0}.sev1db-post .comment{color: #4a5568}.sev1db-post .kw{color: #93c5fd}.sev1db-post .fn{color: #6ee7b7}.sev1db-post .str{color: #fde68a}.sev1db-post .num{color: #f9a8d4}.sev1db-post .op{color: #94a3b8}.sev1db-post .type{color: #c4b5fd}.sev1db-post .table-wrap{overflow-x: auto;margin: 20px 0 28px;-webkit-overflow-scrolling: touch}.sev1db-post table{width: 100%;border-collapse: collapse;font-size: .88rem}.sev1db-post th{background: var(--surface);color: var(--muted);font-weight: 600;font-size: .78rem;text-transform: uppercase;letter-spacing: .08em;text-align: left;padding: 10px 14px;border-bottom: 2px solid var(--border)}.sev1db-post td{padding: 10px 14px;border-bottom: 1px solid var(--border);vertical-align: top}.sev1db-post tr:last-child td{border-bottom: none}.sev1db-post .tag-yes{color: #34d399;font-weight: 600}.sev1db-post .tag-no{color: var(--danger);font-weight: 600}.sev1db-post .tag-warn{color: var(--warn);font-weight: 600}.sev1db-post .callout{border-left: 3px solid var(--accent);background: rgba(0,212,170,.06);border-radius: 0 8px 8px 0;padding: 14px 18px;margin: 20px 0 28px;font-size: .92rem}.sev1db-post .callout.warn{border-color: var(--warn);background: rgba(245,158,11,.06)}.sev1db-post .callout.danger{border-color: var(--danger);background: rgba(239,68,68,.06)}.sev1db-post .callout-title{font-weight: 700;font-size: .8rem;text-transform: uppercase;letter-spacing: .1em;margin-bottom: 6px;color: var(--accent)}.sev1db-post .callout.warn .callout-title{color: var(--warn)}.sev1db-post .callout.danger .callout-title{color: var(--danger)}.sev1db-post .divider{border: none;border-top: 1px solid var(--border);margin: 48px 0}.sev1db-post .cost-grid{display: grid;grid-template-columns: repeat(auto-fit,minmax(180px,1fr));gap: 14px;margin: 20px 0 28px}.sev1db-post .cost-card{background: var(--surface);border: 1px solid var(--border);border-radius: 8px;padding: 18px 20px}.sev1db-post .cost-card .label{font-size: .75rem;text-transform: uppercase;letter-spacing: .1em;color: var(--muted);margin-bottom: 6px}.sev1db-post .cost-card .price{font-size: 1.5rem;font-weight: 800;color: var(--accent);font-family: var(--font-mono)}.sev1db-post .cost-card .sub{font-size: .78rem;color: var(--muted);margin-top: 4px}.sev1db-post .toc{background: var(--surface);border: 1px solid var(--border);border-radius: 8px;padding: 20px 24px;margin: 32px 0}.sev1db-post .toc-title{font-size: .78rem;font-weight: 700;text-transform: uppercase;letter-spacing: .1em;color: var(--muted);margin-bottom: 12px}.sev1db-post .toc ol{counter-reset: toc-counter;padding-left: 0;list-style: none}.sev1db-post .toc li{counter-increment: toc-counter;display: flex;align-items: baseline;gap: 10px;font-size: .88rem;margin-bottom: 6px}.sev1db-post .toc li::before{content: counter(toc-counter,decimal-leading-zero);font-family: var(--font-mono);font-size: .75rem;color: var(--accent);min-width: 22px}.sev1db-post .toc a{color: var(--text)}.sev1db-post .toc a:hover{color: var(--accent)}.sev1db-post .arch-diagram{margin: 24px 0 32px}.sev1db-post .arch-row{display: flex;justify-content: center;gap: 12px}.sev1db-post .arch-node{border-radius: 10px;padding: 12px 18px;text-align: center;font-size: .82rem;font-weight: 600;line-height: 1.4;min-width: 130px}.sev1db-post .arch-node .sub{font-size: .72rem;font-weight: 400;color: var(--muted);margin-top: 4px}.sev1db-post .node-client{background: rgba(255,255,255,.04);border: 1px solid var(--border);color: var(--text)}.sev1db-post .node-compute{background: rgba(0,212,170,.12);border: 1.5px solid var(--accent);color: var(--accent)}.sev1db-post .node-storage{background: rgba(91,143,255,.12);border: 1.5px solid var(--accent2);color: var(--accent2)}.sev1db-post .node-blob{background: rgba(91,143,255,.07);border: 1px dashed var(--accent2);color: #93c5fd}.sev1db-post .arch-label{font-size: .68rem;font-weight: 600;text-transform: uppercase;letter-spacing: .1em;color: var(--muted);background: var(--code-bg);border: 1px solid var(--border);border-radius: 4px;padding: 2px 8px;white-space: nowrap}.sev1db-post .arch-label.rw{color: var(--accent);border-color: rgba(0,212,170,.35);background: rgba(0,212,170,.08)}.sev1db-post .arch-label.wal{color: var(--accent2);border-color: rgba(91,143,255,.35);background: rgba(91,143,255,.08)}.sev1db-post .v-line{width: 2px;background: var(--border);flex-shrink: 0}.sev1db-post .v-line.accent{background: rgba(0,212,170,.4)}.sev1db-post .v-line.accent2{background: rgba(91,143,255,.4)}.sev1db-post .arrow-down{width: 0;height: 0;border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 7px solid var(--border)}.sev1db-post .arrow-down.accent{border-top-color: rgba(0,212,170,.6)}.sev1db-post .arrow-down.accent2{border-top-color: rgba(91,143,255,.6)}.sev1db-post .arch-section-label{font-size: .7rem;text-transform: uppercase;letter-spacing: .1em;color: var(--muted);text-align: center;margin: 6px 0 4px}.sev1db-post .arch-badge{display: inline-block;font-size: .68rem;background: rgba(0,212,170,.1);border: 1px solid rgba(0,212,170,.2);color: var(--accent);border-radius: 3px;padding: 1px 6px;margin: 2px}.sev1-light .sev1db-post{background: #0F172A;padding: var(--s5);border-radius: var(--r-lg);border: 1px solid #1E2A3D;color: #e2e8f0;box-sizing: border-box}.sev1-light .sev1db-post p,.sev1-light .sev1db-post li{color: #e2e8f0}.sev1-light .sev1db-post strong,.sev1-light .sev1db-post b{color: #f0f4ff;font-weight: 600}.sev1-light .sev1db-post em{color: #8892a4}.sev1-light .sev1db-post a{color: #00d4aa}@media (max-width: 560px){.sev1db-post .arch-node{min-width: 100px;font-size: .75rem;padding: 10px}.sev1db-post .cost-grid{grid-template-columns: repeat(auto-fit,minmax(140px,1fr))}}.pathway-tile__progress-bar{height: 3px;background: var(--bg-2);border-radius: 0 0 var(--r-lg) var(--r-lg);margin-top: var(--s3);overflow: hidden}.pathway-tile__progress-fill{height: 100%;background: linear-gradient(90deg,var(--teal),var(--blue));border-radius: inherit;transition: width 0.4s var(--ease)}.pathway-tile.has-progress{border-color: rgba(0,212,170,0.25)}.pathway-tile__resume{display: inline-flex;align-items: center;gap: 4px;font-size: var(--text-xs);font-family: var(--font-mono);color: var(--teal);background: rgba(0,212,170,0.08);border: 1px solid rgba(0,212,170,0.22);border-radius: var(--r-sm);padding: 2px 8px;margin-bottom: var(--s2);text-decoration: none;transition: background 0.15s var(--ease)}.pathway-tile__resume:hover{background: rgba(0,212,170,0.15)}.widget-pathway-progress{border-color: rgba(0,212,170,0.18)}.pw-widget__name{font-weight: 600;font-size: var(--text-sm);color: var(--teal);margin: 0 0 var(--s2)}.pw-widget__bar{height: 6px;background: var(--bg-2);border-radius: 3px;overflow: hidden;margin-bottom: var(--s2)}.pw-widget__fill{height: 100%;background: linear-gradient(90deg,var(--teal),var(--blue));border-radius: inherit;transition: width 0.4s var(--ease)}.pw-widget__stat{font-size: var(--text-xs);font-family: var(--font-mono);color: var(--text-3);margin: 0 0 var(--s3)}.pw-widget__next{display: inline-block;font-size: var(--text-xs);font-weight: 600;color: var(--teal);text-decoration: none}.pw-widget__next:hover{text-decoration: underline}.pw-widget__done{font-size: var(--text-xs);color: var(--green);font-family: var(--font-mono)}