:root{--bg: #081127;--surface: #101935;--surface-2: #0d1730;--border: #24345f;--text: #ffffff;--muted: #a9b7d9;--accent: #f59e0b;--accent-text: #111827;--shadow: rgba(0, 0, 0, .22);--theme-light-button-bg: #f5f7fb;--theme-light-button-border: #d6e0f5;--theme-light-button-text: #0f172a;--theme-dark-button-bg: #081127;--theme-dark-button-border: #24345f;--theme-dark-button-text: #ffffff}:root[data-theme=light]{--bg: #f5f7fb;--surface: #ffffff;--surface-2: #eef3ff;--border: #d6e0f5;--text: #0f172a;--muted: #475569;--accent: #f59e0b;--accent-text: #111827;--shadow: rgba(15, 23, 42, .08);--theme-light-button-bg: #f5f7fb;--theme-light-button-border: #d6e0f5;--theme-light-button-text: #0f172a;--theme-dark-button-bg: #081127;--theme-dark-button-border: #24345f;--theme-dark-button-text: #ffffff}html{scroll-behavior:smooth}html,body{transition:background-color .35s ease,color .35s ease}body{margin:0;font-family:Arial,sans-serif;background:var(--bg);color:var(--text)}a{color:inherit;transition:color .35s ease,border-color .35s ease,background-color .35s ease,opacity .35s ease}.topbar{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;padding:16px 24px;background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);transition:background-color .35s ease,border-color .35s ease,color .35s ease,box-shadow .35s ease}.topbar-left{display:flex;align-items:center;gap:20px}.brand{text-decoration:none;font-weight:700;letter-spacing:.02em;transition:color .35s ease,opacity .35s ease}.topnav{display:flex;align-items:center;gap:14px}.topnav a{text-decoration:none;color:var(--muted);font-size:14px;font-weight:700}.topnav a:hover{color:var(--text)}.theme-toggle{display:flex;gap:10px}.theme-toggle button{width:42px;height:42px;border-radius:999px;cursor:pointer;font-size:18px;box-shadow:0 8px 24px var(--shadow);transition:background-color .35s ease,color .35s ease,border-color .35s ease,box-shadow .35s ease,transform .2s ease,opacity .35s ease,outline-color .35s ease}.theme-toggle button:hover{transform:translateY(-1px)}#light-mode-btn{background:var(--theme-light-button-bg);border:1px solid var(--theme-light-button-border);color:var(--theme-light-button-text)}#dark-mode-btn{background:var(--theme-dark-button-bg);border:1px solid var(--theme-dark-button-border);color:var(--theme-dark-button-text)}.theme-toggle button.is-active{outline:2px solid var(--accent);outline-offset:1px}.page-shell{max-width:1120px;margin:0 auto;padding:48px 24px 72px;transition:background-color .35s ease,color .35s ease}.hero{padding-top:20px}.hero h1{font-size:64px;line-height:1.06;margin:0 0 16px;transition:color .35s ease,opacity .35s ease}.hero p{font-size:22px;line-height:1.7;max-width:760px;color:var(--muted);margin:0;transition:color .35s ease,opacity .35s ease}.button-row{margin-top:28px;display:flex;gap:12px;flex-wrap:wrap}.btn-primary,.btn-secondary{display:inline-block;padding:14px 20px;border-radius:12px;text-decoration:none;font-weight:700;transition:background-color .35s ease,color .35s ease,border-color .35s ease,box-shadow .35s ease,opacity .35s ease,transform .2s ease}.btn-primary:hover,.btn-secondary:hover{transform:translateY(-1px)}.btn-primary{background:var(--accent);color:var(--accent-text)}.btn-secondary{border:1px solid var(--border);background:var(--surface);color:var(--text)}.section{margin-top:72px}.section h2{font-size:38px;margin:0 0 12px;transition:color .35s ease,opacity .35s ease}.section p.lead{color:var(--muted);line-height:1.8;max-width:760px;margin:0 0 28px;transition:color .35s ease,opacity .35s ease}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}.card{display:block;background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:20px;text-decoration:none;color:var(--text);box-shadow:0 10px 28px var(--shadow);transition:background-color .35s ease,color .35s ease,border-color .35s ease,box-shadow .35s ease,opacity .35s ease,transform .2s ease}.card-link:hover{transform:translateY(-2px)}.card-code{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.08em;color:var(--accent);margin-bottom:12px;transition:color .35s ease,opacity .35s ease}.card h3{font-size:22px;line-height:1.4;margin:0 0 10px;transition:color .35s ease,opacity .35s ease}.card p{margin:0;color:var(--muted);line-height:1.7;transition:color .35s ease,opacity .35s ease}.back-link{display:inline-block;margin-bottom:24px;color:var(--accent);text-decoration:none;font-weight:700;transition:color .35s ease,opacity .35s ease}.category-box{background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:28px;box-shadow:0 10px 28px var(--shadow);transition:background-color .35s ease,color .35s ease,border-color .35s ease,box-shadow .35s ease,opacity .35s ease}.category-box h1{font-size:44px;margin:0 0 12px;transition:color .35s ease,opacity .35s ease}.category-box p{font-size:18px;line-height:1.8;color:var(--muted);max-width:760px;margin:0;transition:color .35s ease,opacity .35s ease}.video-card{padding-bottom:16px}.video-frame{margin-top:16px;aspect-ratio:16 / 9;border-radius:14px;overflow:hidden;border:1px solid var(--border);background:var(--surface-2);transition:background-color .35s ease,border-color .35s ease,box-shadow .35s ease}.video-frame iframe{width:100%;height:100%;border:0;display:block}.video-placeholder{width:100%;height:100%;display:grid;place-items:center;text-align:center;padding:20px;background:linear-gradient(135deg,color-mix(in srgb,var(--surface-2) 92%,var(--accent) 8%),var(--surface-2))}.video-placeholder-icon{width:56px;height:56px;border-radius:999px;display:grid;place-items:center;background:var(--accent);color:var(--accent-text);font-size:24px;font-weight:700;margin:0 auto 14px;box-shadow:0 8px 24px var(--shadow)}.video-placeholder-title{font-weight:700;color:var(--text);margin-bottom:8px}.video-placeholder-note{color:var(--muted);line-height:1.7;max-width:320px;margin:0 auto}.video-empty-state{max-width:720px}.article-list-card{display:block}.article-meta{display:flex;flex-wrap:wrap;gap:10px;color:var(--muted);font-size:14px;margin-bottom:14px}.article-cover{min-height:220px;border-radius:20px;border:1px solid var(--border);background:linear-gradient(135deg,color-mix(in srgb,var(--surface-2) 90%,var(--accent) 10%),var(--surface));display:grid;place-items:center;padding:24px;box-shadow:0 10px 28px var(--shadow)}.article-cover-label{font-size:52px;font-weight:800;letter-spacing:.04em;color:var(--text);text-align:center}.article-shell{max-width:820px}.article-title{font-size:52px;line-height:1.1;margin:20px 0 16px}.article-excerpt{font-size:20px;line-height:1.8;color:var(--muted);margin:0 0 20px}.article-body{margin-top:32px;display:grid;gap:18px}.article-body p{margin:0;line-height:1.9;color:var(--text)}@media(max-width:700px){.hero h1{font-size:42px}.section h2{font-size:30px}.category-box h1{font-size:34px}.topbar-left{gap:12px}.topnav{gap:10px}.topnav a{font-size:13px}.article-cover-label{font-size:34px}.article-title{font-size:36px}.article-excerpt{font-size:18px}}html{--bg-color: #000a38;--surface-color: #07154a;--header-bg: rgba(0, 10, 56, .94);--card-bg: #102466;--card-border: rgba(124, 149, 226, .18);--text-color: #f7f7fb;--text-soft: #b9c4df;--muted-color: #9ca9ce;--accent-color: #ffb10a;--purple-accent: #b774f2;--youtube-red: #ff0033}html[data-theme=light]{--bg-color: #eef3fb;--surface-color: #ffffff;--header-bg: rgba(255, 255, 255, .94);--card-bg: #ffffff;--card-border: rgba(27, 56, 125, .12);--text-color: #0f172a;--text-soft: #475569;--muted-color: #64748b;--accent-color: #f5a000;--purple-accent: #b774f2;--youtube-red: #ff0033}html,body{margin:0;padding:0}body{background:var(--bg-color);color:var(--text-color);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.container{width:min(1180px,calc(100% - 32px));margin:0 auto}.site-header[data-astro-cid-37fxchfa]{position:sticky;top:0;z-index:40;border-bottom:1px solid var(--card-border);background:var(--header-bg);backdrop-filter:blur(16px)}.site-header__inner[data-astro-cid-37fxchfa]{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;min-height:78px}.site-brand[data-astro-cid-37fxchfa]{display:inline-flex;align-items:center}.site-brand__logo[data-astro-cid-37fxchfa]{width:auto;height:42px}.site-nav--desktop[data-astro-cid-37fxchfa]{display:flex;align-items:center;gap:28px;justify-self:start}.site-nav--desktop[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]{font-weight:800;color:var(--text-soft)}.site-nav--desktop[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]:hover{color:var(--text-color)}.site-actions[data-astro-cid-37fxchfa]{display:flex;align-items:center;gap:12px}.theme-switch[data-astro-cid-37fxchfa]{position:relative;display:inline-flex;align-items:center;justify-content:space-between;width:98px;height:50px;padding:4px;border-radius:999px;border:1px solid rgba(120,136,196,.28);background:#040c2c;box-shadow:inset 0 0 0 1px #ffffff05,0 6px 16px #00000029}.theme-switch[data-astro-cid-37fxchfa]:after{content:"";position:absolute;top:4px;left:4px;width:40px;height:40px;border-radius:999px;transition:transform .18s ease,background .18s ease,box-shadow .18s ease;z-index:0}.theme-switch[data-astro-cid-37fxchfa][data-active-theme=light]:after{transform:translate(0);background:#fff;box-shadow:0 4px 12px #ffffff2e,inset 0 -2px #0000000f}.theme-switch[data-astro-cid-37fxchfa][data-active-theme=dark]:after{transform:translate(48px);background:#c792f4;box-shadow:0 6px 18px #c792f452,inset 0 -2px #00000014}.theme-switch__button[data-astro-cid-37fxchfa]{position:relative;z-index:1;width:40px;height:40px;border:0;border-radius:999px;background:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .18s ease,color .18s ease,opacity .18s ease}.theme-switch__button[data-astro-cid-37fxchfa]:hover{transform:translateY(-1px)}.theme-switch__button[data-astro-cid-37fxchfa] svg[data-astro-cid-37fxchfa]{width:18px;height:18px;fill:none;stroke-linecap:round;stroke-linejoin:round}.theme-switch__button--light[data-astro-cid-37fxchfa] svg[data-astro-cid-37fxchfa]{stroke-width:1.9}.theme-switch__button--dark[data-astro-cid-37fxchfa] svg[data-astro-cid-37fxchfa]{stroke-width:2.45}.theme-switch[data-astro-cid-37fxchfa][data-active-theme=light] .theme-switch__button--light[data-astro-cid-37fxchfa] svg[data-astro-cid-37fxchfa]{stroke:#f4a300}.theme-switch[data-astro-cid-37fxchfa][data-active-theme=light] .theme-switch__button--dark[data-astro-cid-37fxchfa] svg[data-astro-cid-37fxchfa]{stroke:#6d6296}.theme-switch[data-astro-cid-37fxchfa][data-active-theme=dark] .theme-switch__button--light[data-astro-cid-37fxchfa] svg[data-astro-cid-37fxchfa]{stroke:#f4a300}.theme-switch[data-astro-cid-37fxchfa][data-active-theme=dark] .theme-switch__button--dark[data-astro-cid-37fxchfa] svg[data-astro-cid-37fxchfa]{stroke:#24173b}.site-nav-toggle[data-astro-cid-37fxchfa]{display:none;width:46px;height:46px;border-radius:14px;border:1px solid var(--card-border);background:var(--surface-color);color:var(--text-color);cursor:pointer}.site-nav-toggle[data-astro-cid-37fxchfa] svg[data-astro-cid-37fxchfa]{width:22px;height:22px;stroke:currentColor;stroke-width:2;fill:none}.site-nav-mobile[data-astro-cid-37fxchfa]{display:none;border-top:1px solid var(--card-border)}.site-nav-mobile[data-astro-cid-37fxchfa][data-open=true]{display:block}.site-nav-mobile__inner[data-astro-cid-37fxchfa]{display:flex;flex-direction:column;padding:10px 0 16px}.site-nav-mobile__inner[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]{padding:14px 0;font-weight:800;border-bottom:1px solid var(--card-border)}.site-main[data-astro-cid-37fxchfa]{min-height:calc(100vh - 78px)}.site-footer[data-astro-cid-37fxchfa]{margin-top:68px;border-top:1px solid var(--card-border);background:#00000014}.site-footer__inner[data-astro-cid-37fxchfa]{display:grid;grid-template-columns:1.35fr .85fr;gap:36px;padding:34px 0 22px}.site-footer__column--brand[data-astro-cid-37fxchfa]{max-width:760px}.site-footer__title[data-astro-cid-37fxchfa]{font-size:1.25rem;font-weight:900;margin-bottom:12px}.site-footer__column[data-astro-cid-37fxchfa] p[data-astro-cid-37fxchfa]{margin:0;color:var(--text-soft);line-height:1.8}.site-footer__heading[data-astro-cid-37fxchfa]{font-size:1rem;font-weight:900;margin-bottom:12px}.site-footer__links[data-astro-cid-37fxchfa]{display:flex;flex-direction:column;gap:10px}.site-footer__links[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]{color:var(--text-soft);font-weight:700}.site-footer__links[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]:hover{color:var(--text-color)}.site-footer__bottom[data-astro-cid-37fxchfa]{padding:0 0 28px;color:var(--muted-color);font-size:.95rem}@media(max-width:900px){.site-header__inner[data-astro-cid-37fxchfa]{grid-template-columns:auto auto;justify-content:space-between}.site-nav--desktop[data-astro-cid-37fxchfa]{display:none}.site-nav-toggle[data-astro-cid-37fxchfa]{display:inline-flex;align-items:center;justify-content:center}.site-footer__inner[data-astro-cid-37fxchfa]{grid-template-columns:1fr}}@media(max-width:640px){.container{width:min(1180px,calc(100% - 24px))}.site-brand__logo[data-astro-cid-37fxchfa]{height:36px}.theme-switch[data-astro-cid-37fxchfa]{width:90px;height:46px}.theme-switch[data-astro-cid-37fxchfa]:after{width:36px;height:36px}.theme-switch[data-astro-cid-37fxchfa][data-active-theme=dark]:after{transform:translate(44px)}.theme-switch__button[data-astro-cid-37fxchfa]{width:36px;height:36px}.theme-switch__button[data-astro-cid-37fxchfa] svg[data-astro-cid-37fxchfa]{width:16px;height:16px}.site-nav-toggle[data-astro-cid-37fxchfa]{width:44px;height:44px}.site-footer[data-astro-cid-37fxchfa]{margin-top:54px}}
