:root{--bg: #faf8ff;--white: #ffffff;--surface: #faf8ff;--surface-strong: #e9edff;--text: #151b29;--muted: #424656;--line: #c2c6d9;--blue: #0061ff;--blue-dark: #004bca;--green: #008038;--green-accent: #4ae176;--amber: #fdc003;--max: 1200px;--primary: #004bca;--on-primary: #ffffff;--primary-container: #0061ff;--on-primary-container: #f1f2ff;--surface-container-lowest: #ffffff;--surface-container-low: #f1f3ff;--surface-container: #e9edff;--surface-container-high: #e2e8fc;--surface-container-highest: #dde2f6;--on-surface: #151b29;--on-surface-variant: #424656;--inverse-surface: #2a303f;--inverse-on-surface: #edf0ff;--outline: #737687;--outline-variant: #c2c6d9;--secondary: #785900;--secondary-container: #fdc003;--on-secondary-container: #6c5000;--tertiary: #00642a;--tertiary-container: #008038;--on-tertiary-container: #ceffd0;--rounded-sm: .25rem;--rounded: .5rem;--rounded-md: .75rem;--rounded-lg: 1rem;--rounded-xl: 1.5rem;--rounded-full: 9999px;--spacing-base: 8px;--stack-sm: 4px;--stack-md: 16px;--stack-lg: 32px;--container-margin-mobile: 16px;--container-margin-desktop: 40px}:root[data-theme=dark]{--bg: #0f131d;--white: #181d28;--surface: #0f131d;--surface-strong: #202635;--text: #edf0ff;--muted: #a6adbb;--line: #2d3548;--blue: #3b82f6;--blue-dark: #1d4ed8;--green: #10b981;--green-accent: #34d399;--amber: #fbbf24;--primary: #3b82f6;--on-primary: #0f131d;--primary-container: #1d4ed8;--on-primary-container: #f1f2ff;--surface-container-lowest: #0c0f16;--surface-container-low: #141924;--surface-container: #1c2232;--surface-container-high: #242c3f;--surface-container-highest: #2d354b;--on-surface: #edf0ff;--on-surface-variant: #a6adbb;--inverse-surface: #edf0ff;--inverse-on-surface: #151b29;--outline: #64748b;--outline-variant: #334155;--secondary: #fbbf24;--secondary-container: #d97706;--on-secondary-container: #fef3c7;--tertiary: #10b981;--tertiary-container: #065f46;--on-tertiary-container: #d1fae5}*{box-sizing:border-box}html{color:var(--text);background:var(--bg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:0}h1,h2,h3,h4,h5,h6{font-family:Hanken Grotesk,Inter,ui-sans-serif,system-ui,sans-serif;font-weight:700;letter-spacing:-.01em}body{margin:0;background-color:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}svg{flex-shrink:0}.site-shell{min-height:100vh;background:linear-gradient(180deg,#075ce50a,#075ce500 340px),var(--bg)}.container{width:min(var(--max),calc(100% - 40px));margin:0 auto}.topbar{position:sticky;top:0;z-index:20;border-bottom:1px solid color-mix(in srgb,var(--line) 40%,transparent);background:color-mix(in srgb,var(--bg) 80%,transparent);backdrop-filter:blur(20px) saturate(190%);box-shadow:0 1px 2px #10141905,0 4px 16px #10141908}.nav{display:flex;min-height:76px;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:10px;font-size:1.55rem;font-weight:850}.brand-mark{display:grid;width:34px;height:34px;place-items:center;border-radius:8px;background:linear-gradient(135deg,var(--blue),var(--green-accent));color:#fff;font-size:1.05rem}.brand span:last-child strong{color:var(--blue)}.nav-links{display:flex;align-items:center;gap:26px;color:var(--text);font-size:.95rem;font-weight:720}.nav-links a{transition:color .25s cubic-bezier(.4,0,.2,1);position:relative}.nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:2px;background:var(--blue);transform:scaleX(0);transform-origin:right;transition:transform .25s cubic-bezier(.4,0,.2,1)}.nav-links a:hover{color:var(--blue)}.nav-links a:hover:after{transform:scaleX(1);transform-origin:left}.button{display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:8px;border:1px solid var(--blue);border-radius:8px;background:var(--blue);color:#fff;font-weight:800;padding:0 16px;box-shadow:0 1px 3px #075ce50d,0 8px 16px #075ce51a,0 16px 24px #075ce51f;transition:background-color .2s cubic-bezier(.4,0,.2,1),transform .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1)}.button:hover{background:var(--blue-dark);transform:translateY(-1px);box-shadow:0 2px 4px #075ce514,0 12px 24px #075ce526,0 20px 32px #075ce52e}.button:active{transform:translateY(0)}.hero{border-bottom:1px solid var(--line);background:linear-gradient(135deg,rgba(7,92,229,.08),rgba(9,154,85,.05) 48%,transparent 48%),var(--bg)}.hero-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,450px);gap:54px;align-items:center;min-height:610px;padding:64px 0 54px}.hero-copy{max-width:760px}.hero h1{max-width:760px;margin:0;font-size:clamp(3.2rem,6vw,5.4rem);line-height:1;letter-spacing:0}.hero h1 span{color:var(--blue)}.hero p{max-width:640px;color:var(--muted);font-size:clamp(1.1rem,2vw,1.42rem);line-height:1.55}.search-panel{display:flex;max-width:640px;align-items:center;gap:10px;border:1px solid var(--line);border-radius:8px;background:var(--white);padding:10px;box-shadow:0 1px 3px #10141905,0 8px 24px #1014190a,0 20px 48px #1014190f}.search-panel svg{width:20px;height:20px;margin-left:8px;color:var(--blue)}.search-panel input{min-width:0;flex:1;border:0;color:var(--text);font:inherit;font-size:1rem;outline:0;padding:12px}.quick-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:26px;max-width:720px}.quick-action{display:flex;min-height:88px;align-items:center;justify-content:space-between;gap:14px;border:1px solid var(--line);border-radius:8px;background:color-mix(in srgb,var(--white) 90%,transparent);padding:18px;font-weight:850;box-shadow:0 1px 3px #10141903,0 8px 16px #10141908,0 16px 32px #1014190a;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1),border-color .25s cubic-bezier(.4,0,.2,1)}.quick-action:hover{transform:translateY(-3px);border-color:var(--blue);box-shadow:0 4px 12px #10141905,0 16px 32px #1014190d,0 24px 48px #10141914}.quick-action:nth-child(2):hover{border-color:var(--green)}.quick-action:nth-child(3):hover{border-color:var(--amber)}.quick-action svg{width:28px;height:28px;color:var(--blue)}.quick-action:nth-child(2) svg{color:var(--green)}.quick-action:nth-child(3) svg{color:var(--amber)}.hero-feature{overflow:hidden;border:1px solid rgba(7,92,229,.14);border-radius:8px;background:var(--white);box-shadow:0 2px 6px #10141905,0 16px 32px #1014190f,0 32px 64px #10141914;transition:transform .35s cubic-bezier(.4,0,.2,1),box-shadow .35s cubic-bezier(.4,0,.2,1)}.hero-feature:hover{transform:translateY(-4px);box-shadow:0 4px 12px #1014190a,0 24px 48px #10141914,0 48px 80px #1014191f}.hero-feature img{width:100%;aspect-ratio:16 / 11;object-fit:cover;transition:transform .4s cubic-bezier(.4,0,.2,1)}.hero-feature:hover img{transform:scale(1.03)}.hero-feature-body{padding:22px}.hero-feature h2{margin:12px 0 10px;font-size:clamp(1.55rem,2vw,2.15rem);line-height:1.08}.hero-feature p{display:-webkit-box;margin:0 0 14px;overflow:hidden;color:var(--muted);font-size:.98rem;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:3}.section-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:52px;padding:44px 0 36px}.section-title{display:flex;align-items:center;gap:12px;margin:0 0 20px;font-size:1.6rem}.section-title svg{width:30px;height:30px;color:var(--blue)}.article-list{display:grid;gap:16px}.article-row{display:grid;grid-template-columns:330px minmax(0,1fr);gap:32px;border-bottom:1px solid var(--outline-variant);padding:0 0 24px;margin-bottom:24px}.article-row img{width:100%;aspect-ratio:16 / 9;border-radius:var(--rounded-lg);object-fit:cover;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1)}.article-row:hover img{transform:translateY(-2px);box-shadow:0 12px 24px #151b2914}.meta-line{display:flex;align-items:center;justify-content:space-between;gap:16px;color:var(--muted);font-size:.85rem}.category{color:var(--primary);font-weight:700;letter-spacing:.05em;text-transform:uppercase;font-size:.75rem}.article-row h3,.post-card h3{margin:10px 0 8px;font-size:1.35rem;line-height:1.25;font-family:Hanken Grotesk,sans-serif;font-weight:700}.article-row p,.post-card p{color:var(--on-surface-variant);line-height:1.55;margin:0 0 16px;font-size:.92rem}.read-link{color:var(--primary);font-weight:700;text-decoration:none;font-size:.9rem;transition:color .2s;display:inline-flex;align-items:center}.sidebar{border-left:1px solid var(--line);padding-left:28px}.week-list{display:grid;gap:18px;margin-bottom:28px}.week-item{display:grid;grid-template-columns:46px 1fr;gap:14px;align-items:start;text-decoration:none;transition:opacity .2s}.week-item:hover{opacity:.8}.week-icon{display:grid;width:46px;height:46px;place-items:center;border-radius:var(--rounded-full);background:var(--surface-container-high);color:var(--primary)}.week-icon svg{width:20px;height:20px}.week-item strong{display:block;line-height:1.25;font-family:Hanken Grotesk,sans-serif;font-size:.95rem;font-weight:700;color:var(--on-surface)}.week-item span{color:var(--on-surface-variant);font-size:.85rem}.newsletter{border:1px solid var(--outline-variant);border-radius:var(--rounded-lg);background:var(--white);padding:24px;transition:background-color .3s,border-color .3s}:root[data-theme=dark] .newsletter{background:var(--surface-container-low)}.newsletter h3{margin:0 0 8px;font-family:Hanken Grotesk,sans-serif;font-weight:700;color:var(--on-surface)}.newsletter p{color:var(--on-surface-variant);line-height:1.5;font-size:.9rem}.newsletter input{width:100%;border:1px solid var(--outline);border-radius:var(--rounded-md);background:var(--surface-container-lowest);color:var(--on-surface);font:inherit;margin:8px 0 12px;padding:12px;outline:none;transition:border-color .2s,box-shadow .2s}.newsletter input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #0061ff1a}.newsletter .button{width:100%;background:var(--primary);border-color:var(--primary);color:var(--white);border-radius:var(--rounded-md);box-shadow:none}.newsletter .button:hover{background:#0051d4;border-color:#0051d4}.topic-strip{border-block:1px solid var(--line);background:var(--white)}.topics{display:grid;grid-template-columns:repeat(5,1fr)}.topic{display:flex;min-height:88px;align-items:center;justify-content:space-between;gap:14px;border-right:1px solid var(--line);padding:16px;font-weight:820}.topic svg{width:20px;height:20px;color:var(--blue)}.topic:first-child{border-left:1px solid var(--line)}.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;padding:34px 0 64px}.post-card{border:1px solid var(--outline-variant);border-radius:var(--rounded-lg);overflow:hidden;background:var(--white);box-shadow:0 4px 12px #151b290a;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1),background-color .3s,border-color .3s;display:flex;flex-direction:column}:root[data-theme=dark] .post-card{border-color:#3341554d;box-shadow:0 4px 12px #0003}.post-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #151b2914}:root[data-theme=dark] .post-card:hover{box-shadow:0 12px 24px #0006}.post-card img{width:100%;aspect-ratio:16 / 10;object-fit:cover;transition:transform .4s cubic-bezier(.4,0,.2,1)}.post-card:hover img{transform:scale(1.05)}.post-card-body{padding:24px;display:flex;flex-direction:column;flex-grow:1}.footer{border-top:1px solid var(--line);color:var(--muted);padding:46px 0}.footer-content{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px}.footer p{margin:0}.footer .credit a{color:var(--text);font-weight:800;text-decoration:underline;text-decoration-color:var(--blue)}.footer .credit a:hover{color:var(--blue)}@media(max-width:720px){.footer-content{flex-direction:column;text-align:center}}.article-page{width:min(860px,calc(100% - 40px));margin:0 auto;padding:54px 0 72px}.article-page h1{margin:12px 0 18px;font-size:clamp(2.4rem,5vw,4.8rem);line-height:1.02}.article-hero{width:100%;border-radius:8px;margin:30px 0;max-height:520px;object-fit:cover}.content{color:var(--text);font-size:1.1rem;line-height:1.75}.content a{color:var(--blue);font-weight:800}.content img{border-radius:8px;height:auto}.category-page{padding:46px 0 70px}.category-header{max-width:780px}.category-header h1{margin:0;font-size:clamp(2.6rem,5vw,4.6rem)}.category-header p{color:var(--muted);font-size:1.15rem;line-height:1.6}@media(max-width:980px){.nav{align-items:flex-start;flex-direction:column;padding:18px 0}.nav-links{flex-wrap:wrap;gap:14px 20px}.hero,.section-grid{grid-template-columns:1fr}.hero-inner{min-height:0}.hero-inner{grid-template-columns:1fr;gap:32px;padding:46px 0}.sidebar{border-left:0;border-top:1px solid var(--line);padding:28px 0 0}.post-grid,.topics{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){.container{width:min(100% - 24px,var(--max))}.hero-copy{padding:0}.hero h1{font-size:3rem}.search-panel,.quick-actions,.article-row,.post-grid,.topics{grid-template-columns:1fr}.search-panel{align-items:stretch;flex-direction:column}.search-panel .button{width:100%}.article-row{grid-template-columns:80px minmax(0,1fr)!important;gap:16px!important;padding:16px!important;background:var(--white);border:1px solid var(--outline-variant);border-radius:var(--rounded-md);box-shadow:0 2px 6px #151b2905;margin-bottom:12px;align-items:center}:root[data-theme=dark] .article-row{border-color:#3341554d;background:var(--surface-container-low)}.article-row img{aspect-ratio:1 / 1!important;border-radius:var(--rounded-sm)!important;height:80px!important;width:80px!important}.article-row h3{font-size:.95rem!important;margin:4px 0!important;font-weight:600!important;line-height:1.3!important}.article-row p{font-size:.82rem!important;margin-bottom:0!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:var(--on-surface-variant)}.article-row .read-link{display:none!important}.article-row .meta-line{font-size:.72rem!important;margin-bottom:2px!important}.nav-links .button{width:100%}}.topbar-new{position:sticky;top:0;z-index:100;height:80px;background:var(--white);border-bottom:1px solid var(--outline-variant);box-shadow:0 4px 12px #151b290a;display:flex;align-items:center;transition:background-color .3s,border-color .3s}:root[data-theme=dark] .topbar-new{background:var(--surface-container-lowest);border-bottom-color:var(--outline-variant)}.topbar-container{width:100%;max-width:1200px;margin:0 auto;padding:0 var(--container-margin-desktop);display:flex;align-items:center;justify-content:space-between}.mobile-menu-toggle{display:none;background:none;border:none;color:var(--text);cursor:pointer;padding:8px;border-radius:var(--rounded);align-items:center;justify-content:center}.mobile-menu-toggle:active{background:var(--surface-container)}.brand-new{text-decoration:none;font-family:Hanken Grotesk,sans-serif;font-size:1.5rem;font-weight:800;color:var(--primary)}.brand-new strong{color:var(--primary)}:root[data-theme=dark] .brand-new{color:var(--primary)}.desktop-nav-links{display:flex;gap:32px}.desktop-nav-links a{text-decoration:none;font-size:.9rem;font-weight:600;color:var(--on-surface-variant);transition:color .2s}.desktop-nav-links a:hover{color:var(--primary)}.topbar-actions{display:flex;align-items:center;gap:16px}.topbar-search{position:relative;display:flex;align-items:center}.topbar-search .search-icon{position:absolute;left:12px;color:var(--outline);font-size:20px;pointer-events:none}.topbar-search input{padding:8px 16px 8px 40px;background:var(--surface-container-low);border:1px solid transparent;border-radius:var(--rounded-full);font-size:.85rem;color:var(--on-surface);width:170px;transition:all .2s;outline:none}.topbar-search input:focus{width:220px;background:var(--white);border-color:var(--primary);box-shadow:0 0 0 3px #0061ff1a}:root[data-theme=dark] .topbar-search input:focus{background:var(--surface-container-high)}.user-avatar{width:40px;height:40px;border-radius:var(--rounded-full);background:var(--surface-container-high);display:flex;align-items:center;justify-content:center;font-weight:600;color:var(--primary);font-size:.85rem;cursor:pointer;overflow:hidden}.bottom-nav-bar{display:none}.drawer-overlay{position:fixed;inset:0;background:#151b2966;backdrop-filter:blur(4px);z-index:199;opacity:0;pointer-events:none;transition:opacity .3s ease}.drawer-overlay.active{opacity:1;pointer-events:auto}.nav-drawer{position:fixed;top:0;left:0;bottom:0;width:280px;background:var(--white);z-index:200;box-shadow:4px 0 24px #151b2914;transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;padding:var(--spacing-base)}:root[data-theme=dark] .nav-drawer{background:var(--surface-container-lowest)}.nav-drawer.active{transform:translate(0)}.drawer-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid var(--outline-variant)}.drawer-profile{display:flex;align-items:center;gap:12px}.drawer-avatar{width:44px;height:44px;border-radius:var(--rounded-full);background:var(--primary-container);color:var(--on-primary-container);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem}.drawer-profile-info{display:flex;flex-direction:column}.profile-name{margin:0;font-weight:600;font-size:.9rem;color:var(--on-surface)}.profile-role{margin:0;font-size:.75rem;color:var(--on-surface-variant)}.drawer-close{background:none;border:none;color:var(--on-surface-variant);cursor:pointer;padding:8px;border-radius:var(--rounded-full);display:flex;align-items:center;justify-content:center}.drawer-close:active{background:var(--surface-container)}.drawer-nav-links{flex:1;overflow-y:auto;padding:16px 8px;display:flex;flex-direction:column;gap:4px}.drawer-section-title{font-size:.75rem;font-weight:700;text-transform:uppercase;color:var(--outline);letter-spacing:.05em;margin:16px 8px 8px}.drawer-nav-links a{display:flex;align-items:center;gap:16px;padding:12px;text-decoration:none;font-size:.9rem;font-weight:550;color:var(--on-surface);border-radius:var(--rounded-md);transition:background-color .2s,color .2s}.drawer-nav-links a:hover{background:var(--surface-container-low);color:var(--primary)}.drawer-nav-links a .material-symbols-outlined{color:var(--outline);font-size:20px}.drawer-nav-links a:hover .material-symbols-outlined{color:var(--primary)}.drawer-divider{height:1px;background:var(--outline-variant);margin:16px 8px}.drawer-footer{padding:16px;border-top:1px solid var(--outline-variant);display:flex;flex-direction:column;gap:4px}.drawer-footer p{margin:0;font-size:.75rem;color:var(--outline)}.shadow-lvl1{box-shadow:0 1px 3px #151b2905}.shadow-lvl2{box-shadow:0 8px 24px #151b290a}.shadow-lvl3{box-shadow:0 24px 48px #151b2914}:global([data-theme=dark]) .shadow-lvl2{box-shadow:0 8px 24px #0006,0 0 20px #3b82f60a}:global([data-theme=dark]) .shadow-lvl3{box-shadow:0 24px 48px #00000080,0 0 30px #3b82f60f}.active-scale{transition:transform .2s cubic-bezier(.4,0,.2,1)}.active-scale:active{transform:scale(.95)}@media(max-width:1024px){.topbar-new{height:64px}.desktop-nav-links,.topbar-search{display:none}.mobile-menu-toggle{display:flex}.topbar-container{padding:0 var(--container-margin-mobile)}.brand-new{font-size:1.3rem}}@media(max-width:768px){.bottom-nav-bar{display:flex;position:fixed;bottom:0;left:0;width:100%;height:64px;background:var(--white);border-top:1px solid var(--outline-variant);box-shadow:0 -4px 12px #151b290a;z-index:99;justify-content:space-around;align-items:center;padding-bottom:env(safe-area-inset-bottom);border-top-left-radius:12px;border-top-right-radius:12px}:root[data-theme=dark] .bottom-nav-bar{background:var(--surface-container-lowest);border-top-color:var(--outline-variant)}.bottom-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;color:var(--on-surface-variant);font-size:.7rem;font-weight:600;gap:2px;flex:1;height:100%;transition:color .2s,transform .1s}.bottom-nav-item .material-symbols-outlined{font-size:22px;color:var(--outline);transition:transform .2s}.bottom-nav-item:hover,.bottom-nav-item.active,.bottom-nav-item:hover .material-symbols-outlined,.bottom-nav-item.active .material-symbols-outlined{color:var(--primary)}.bottom-nav-item:active{transform:scale(.95)}body{padding-bottom:64px}}.theme-toggle[data-astro-cid-x3pjskd3]{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;padding:0;border:1px solid var(--line);border-radius:50%;background:var(--surface);color:var(--text);cursor:pointer;transition:background-color .2s cubic-bezier(.4,0,.2,1),border-color .2s cubic-bezier(.4,0,.2,1),transform .2s cubic-bezier(.4,0,.2,1)}.theme-toggle[data-astro-cid-x3pjskd3]:hover{background:var(--surface-strong);border-color:var(--blue);transform:scale(1.05)}.theme-toggle[data-astro-cid-x3pjskd3]:active{transform:scale(.95)}.sun-icon[data-astro-cid-x3pjskd3]{display:none;width:18px;height:18px}.moon-icon[data-astro-cid-x3pjskd3]{display:block;width:18px;height:18px}[data-theme=dark] .sun-icon[data-astro-cid-x3pjskd3]{display:block}[data-theme=dark] .moon-icon[data-astro-cid-x3pjskd3]{display:none}
