:root{--bg-color: #0d1117;--text-color: #c9d1d9;--heading-color: #ffffff;--accent-color: #58a6ff;--accent-glow: rgba(88, 166, 255, .4);--link-color: #58a6ff;--border-color: #30363d;--header-bg: #161b22;--code-bg: #161b22;--card-bg: #161b22;--secondary-text: #8b949e;--nav-hover-bg: rgba(88, 166, 255, .08);--nav-active-bg: rgba(88, 166, 255, .12);--nav-active-shadow: rgba(88, 166, 255, .2);--font-mono: "JetBrains Mono", "Fira Code", Consolas, Monaco, "Courier New", "PingFang SC", "Microsoft YaHei", "Noto Sans SC", monospace;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;--font-body: "Noto Serif SC", "Source Han Serif SC", "Songti SC", serif}:root[data-theme=light]{--bg-color: #f6f8fa;--text-color: #24292f;--heading-color: #1f2328;--accent-color: #0969da;--accent-glow: rgba(9, 105, 218, .3);--link-color: #0969da;--border-color: #d0d7de;--header-bg: #ffffff;--code-bg: #f0f2f5;--card-bg: #ffffff;--secondary-text: #57606a;--nav-hover-bg: rgba(9, 105, 218, .06);--nav-active-bg: rgba(9, 105, 218, .1);--nav-active-shadow: rgba(9, 105, 218, .15)}*{box-sizing:border-box}body{margin:0;padding:0;font-family:var(--font-body);background-color:var(--bg-color);color:var(--text-color);line-height:1.6;font-size:16px}a{color:var(--link-color);text-decoration:none;transition:color .25s ease,text-shadow .25s ease}a:hover{text-decoration:underline;text-shadow:0 0 8px var(--accent-glow)}h1,h2,h3,h4,h5,h6{color:var(--heading-color);font-weight:700;margin-top:1.5em;margin-bottom:.5em;transition:color .3s ease,text-shadow .3s ease}h1:hover,h2:hover,h3:hover{color:var(--accent-color);text-shadow:0 0 12px var(--accent-glow)}.container{max-width:800px;margin:0 auto;padding:0 20px}header{border-bottom:1px solid var(--border-color);padding:14px 0;margin-bottom:40px}nav{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}@media(max-width:768px){nav{flex-direction:column;gap:12px}}nav .logo{font-size:1.4rem;font-weight:700;color:var(--heading-color);text-decoration:none;transition:color .3s ease,text-shadow .3s ease}nav .logo:before{content:"~/ ";color:var(--accent-color);font-family:var(--font-mono)}nav .logo:hover{color:var(--accent-color);text-shadow:0 0 14px var(--accent-glow);text-decoration:none}nav ul{list-style:none;display:flex;gap:4px;margin:0;padding:0;flex-wrap:wrap;justify-content:center;align-items:center;flex-grow:1}.nav-actions{display:flex;align-items:center;gap:8px}nav ul a,.lang-switch a{color:var(--secondary-text);font-size:.85rem;font-weight:700;padding:4px 12px;background-color:transparent;border:none;border-radius:6px;transition:color .2s ease,background-color .2s ease,box-shadow .2s ease;display:inline-block;text-decoration:none;cursor:pointer}nav ul a:hover,.lang-switch a:hover{color:var(--heading-color);background-color:var(--nav-hover-bg);text-decoration:none}nav ul a.active{color:var(--heading-color);background-color:var(--nav-active-bg);box-shadow:0 0 6px var(--nav-active-shadow);text-decoration:none}footer{margin-top:80px;padding:30px 0;border-top:1px dashed var(--border-color);text-align:center;font-size:.85rem;color:var(--secondary-text)}.page-title{font-size:2rem;margin-bottom:2rem;border-bottom:1px dashed var(--border-color);padding-bottom:10px;transition:color .3s ease,text-shadow .3s ease}.page-title:hover{color:var(--accent-color);text-shadow:0 0 12px var(--accent-glow)}.page-title:before{content:"$ cd ";color:var(--accent-color);font-family:var(--font-mono)}code{font-family:var(--font-mono);background-color:var(--code-bg);padding:.2em .4em;border-radius:3px;font-size:.9em;border:1px solid var(--border-color)}pre{background-color:var(--code-bg);padding:16px;border-radius:6px;overflow-x:auto;border:1px solid var(--border-color)}pre code{background-color:transparent;padding:0;border:none}.theme-toggle[data-astro-cid-x3pjskd3]{background:transparent;border:none;border-radius:6px;padding:4px 12px;cursor:pointer;font-size:.85rem;font-weight:700;color:var(--secondary-text);transition:color .2s ease,background-color .2s ease,box-shadow .2s ease}.theme-toggle[data-astro-cid-x3pjskd3]:hover{color:var(--heading-color);background-color:var(--nav-hover-bg)}:root[data-theme=dark] .light-label[data-astro-cid-x3pjskd3],:root:not([data-theme]) .light-label[data-astro-cid-x3pjskd3]{display:inline}:root[data-theme=dark] .dark-label[data-astro-cid-x3pjskd3],:root:not([data-theme]) .dark-label[data-astro-cid-x3pjskd3]{display:none}:root[data-theme=light] .light-label[data-astro-cid-x3pjskd3]{display:none}:root[data-theme=light] .dark-label[data-astro-cid-x3pjskd3]{display:inline}.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}.cursor-glow[data-astro-cid-37fxchfa]{position:fixed;width:350px;height:350px;border-radius:50%;background:radial-gradient(circle,rgba(88,166,255,.06) 0%,transparent 70%);pointer-events:none;transform:translate(-50%,-50%);z-index:0;opacity:0;transition:opacity .4s ease}.ambient-glow[data-astro-cid-37fxchfa]{position:fixed;top:-15vw;left:50%;transform:translate(-50%);width:80vw;height:40vw;background:radial-gradient(ellipse at center,var(--accent-glow) 0%,transparent 70%);filter:blur(80px);opacity:.5;z-index:0;pointer-events:none}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}main[data-astro-cid-37fxchfa]{animation:fadeSlideIn .3s ease-out;position:relative;z-index:1}.contact-wrapper[data-astro-cid-37fxchfa]{position:relative;display:inline-block}.contact-trigger[data-astro-cid-37fxchfa]{color:var(--secondary-text);font-size:.85rem;font-weight:700;padding:4px 12px;border-radius:6px;cursor:pointer;transition:color .2s ease,background-color .2s ease;user-select:none}.contact-trigger[data-astro-cid-37fxchfa]:hover{color:#fff;background-color:#58a6ff14}.contact-dropdown[data-astro-cid-37fxchfa]{display:none;position:absolute;right:0;top:calc(100% + 8px);background-color:#161b22;border:1px solid var(--border-color);border-radius:8px;padding:14px 18px;min-width:220px;box-shadow:0 8px 24px #0006,0 0 12px #58a6ff14;z-index:100}.contact-dropdown[data-astro-cid-37fxchfa]:before{content:"";position:absolute;top:-8px;left:0;right:0;height:8px}.contact-item[data-astro-cid-37fxchfa]{display:flex;align-items:center;gap:12px;margin-bottom:14px;white-space:nowrap}.contact-item[data-astro-cid-37fxchfa]:last-child{margin-bottom:0}.contact-icon[data-astro-cid-37fxchfa]{width:18px;height:18px;object-fit:contain}.github-icon[data-astro-cid-37fxchfa]{color:var(--text-color);transition:color .2s ease}.contact-item[data-astro-cid-37fxchfa]:hover .github-icon[data-astro-cid-37fxchfa]{color:var(--heading-color)}.contact-dropdown[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]{color:var(--secondary-text);text-decoration:none;font-size:.95rem;transition:color .2s ease}.contact-dropdown[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]:hover{color:var(--accent-color);text-decoration:none}.global-back-nav[data-astro-cid-37fxchfa]{margin-top:60px;padding-top:20px;border-top:1px dashed var(--border-color)}.global-back-link[data-astro-cid-37fxchfa]{font-size:1.1rem;font-weight:700;color:var(--accent-color);text-decoration:none;transition:text-decoration .2s ease}.global-back-link[data-astro-cid-37fxchfa]:hover{text-decoration:underline}.contact-wrapper[data-astro-cid-37fxchfa]:hover .contact-dropdown[data-astro-cid-37fxchfa],.contact-wrapper[data-astro-cid-37fxchfa].show .contact-dropdown[data-astro-cid-37fxchfa]{display:block}
