:root{--background:#eaf5ee;--background-sub:#ffffff;--foreground:#091b11;--foreground-sub:#384c40;--accent:#059669;--accent-hover:#047857;--accent-rgb:5,150,105;--card-bg:rgba(255,255,255,0.92);--border:rgba(5,150,105,0.18);--border-hover:rgba(5,150,105,0.4);--shadow:rgba(9,27,17,0.08);--selection-bg:#a7f3d0;--selection-color:#047857;--glow:rgba(5,150,105,0.12);--font-sans:var(--font-outfit),var(--font-noto-sans-tc),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}html.dark{--background:#06110a;--background-sub:#0b1c11;--foreground:#ecfdf5;--foreground-sub:#86efac;--accent:#34d399;--accent-hover:#6ee7b7;--accent-rgb:52,211,153;--card-bg:rgba(11,28,17,0.65);--border:rgba(52,211,153,0.15);--border-hover:rgba(52,211,153,0.4);--shadow:rgba(0,0,0,0.35);--selection-bg:#064e3b;--selection-color:#a7f3d0;--glow:rgba(52,211,153,0.25)}@media (prefers-color-scheme:dark){html:not(.light){--background:#06110a;--background-sub:#0b1c11;--foreground:#ecfdf5;--foreground-sub:#86efac;--accent:#34d399;--accent-hover:#6ee7b7;--accent-rgb:52,211,153;--card-bg:rgba(11,28,17,0.65);--border:rgba(52,211,153,0.15);--border-hover:rgba(52,211,153,0.4);--shadow:rgba(0,0,0,0.35);--selection-bg:#064e3b;--selection-color:#a7f3d0;--glow:rgba(52,211,153,0.25)}}*{box-sizing:border-box;padding:0;margin:0}html{height:100%;scroll-behavior:smooth}body{min-height:100%;display:flex;flex-direction:column;color:var(--foreground);background:var(--background);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .4s cubic-bezier(.4,0,.2,1),color .4s cubic-bezier(.4,0,.2,1);overflow-x:hidden}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--border-hover);border-radius:9999px;border:2px solid var(--background)}::-webkit-scrollbar-thumb:hover{background:var(--accent)}::selection{background:var(--selection-bg);color:var(--selection-color)}a{color:inherit;text-decoration:none;transition:color .2s ease,opacity .2s ease}.container{width:100%;max-width:1100px;margin:0 auto;padding:0 1.5rem}.glow-hover{position:relative;transition:all .3s ease}.glow-hover:after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:0 0 15px var(--glow);opacity:0;transition:opacity .3s ease;pointer-events:none}.glow-hover:hover:after{opacity:1}.glass{background:var(--card-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border);box-shadow:0 8px 32px var(--shadow);border-radius:16px;transition:border-color .3s ease,box-shadow .3s ease}.glass:hover{border-color:var(--border-hover)}.Footer_footer__UaG1g{width:100%;padding:3rem 1.5rem;margin-top:auto;border-top:1px solid var(--border);background:rgba(255,255,255,.2);transition:background-color .4s ease,border-color .4s ease}html.Footer_dark__xkZCP .Footer_footer__UaG1g{background:rgba(11,28,17,.2)}.Footer_container__Z8cUU{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}.Footer_brand___zP6t{font-size:1.1rem;font-weight:700;color:var(--foreground);display:flex;align-items:center;gap:.35rem}.Footer_brandDot__VkNQd{width:6px;height:6px;background:var(--accent);border-radius:9999px;display:inline-block;box-shadow:0 0 6px var(--accent)}.Footer_info__z1Rhg{font-size:.85rem;color:var(--foreground-sub);max-width:500px;line-height:1.6}.Footer_links__oDyjI{display:flex;gap:1.5rem;font-size:.9rem;font-weight:500;color:var(--foreground-sub)}.Footer_links__oDyjI a:hover{color:var(--accent)}.Footer_copyright__j5CNb{font-size:.8rem;color:var(--foreground-sub);opacity:.8;margin-top:.5rem}@media (max-width:768px){.Footer_footer__UaG1g{padding:2rem 1rem}}.Header_header__MvnS2{position:sticky;top:0;z-index:100;width:100%;background:var(--card-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);box-shadow:0 4px 20px var(--shadow);transition:background-color .4s ease,border-color .4s ease}.Header_container__L4JQR{display:flex;align-items:center;justify-content:space-between;max-width:1100px;margin:0 auto;padding:1rem 1.5rem}.Header_logo__j7oID{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;color:var(--foreground);letter-spacing:-.025em;transition:opacity .2s ease}.Header_logoDot__BmA0n{width:8px;height:8px;background:var(--accent);border-radius:9999px;display:inline-block;box-shadow:0 0 8px var(--accent)}.Header_nav__EE71E{display:flex;align-items:center;gap:1.5rem}.Header_navLink__Q_hTB{font-size:.95rem;font-weight:500;color:var(--foreground-sub);position:relative;padding:.25rem 0}.Header_navLink__Q_hTB:hover{color:var(--foreground)}.Header_navLinkActive__FX8vk{color:var(--accent)!important}.Header_navLink__Q_hTB:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:var(--accent);transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.Header_navLinkActive__FX8vk:after,.Header_navLink__Q_hTB:hover:after{transform:scaleX(1);transform-origin:left}.Header_actions__AFxTd{display:flex;align-items:center;gap:1rem}.Header_themeToggle__wzqwa{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:transparent;border:1px solid var(--border);color:var(--foreground);cursor:pointer;transition:all .3s ease}.Header_themeToggle__wzqwa:hover{border-color:var(--accent);background:rgba(16,185,129,.08);transform:rotate(15deg)}.Header_icon__JOAy9{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.Header_iconSun__0qQWn,html.Header_dark__TdDNS .Header_iconMoon__essOe{display:none}html.Header_dark__TdDNS .Header_iconSun__0qQWn{display:block}@media (max-width:768px){.Header_container__L4JQR{padding:.85rem 1rem}.Header_nav__EE71E{display:none}}