@import "https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&family=Outfit:wght@300;400;500;600;700&display=swap";
:root{--background:#eaf5ee;--background-sub:#fff;--foreground:#091b11;--foreground-sub:#384c40;--accent:#059669;--accent-hover:#047857;--accent-rgb:5, 150, 105;--card-bg:#ffffffeb;--border:#0596692e;--border-hover:#05966966;--shadow:#091b1114;--selection-bg:#a7f3d0;--selection-color:#047857;--glow:#0596691f;--font-sans:"Outfit", "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:#0b1c11a6;--border:#34d39926;--border-hover:#34d39966;--shadow:#00000059;--selection-bg:#064e3b;--selection-color:#a7f3d0;--glow:#34d39940}@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:#0b1c11a6;--border:#34d39926;--border-hover:#34d39966;--shadow:#00000059;--selection-bg:#064e3b;--selection-color:#a7f3d0;--glow:#34d39940}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;height:100%}body{min-height:100%;color:var(--foreground);background:var(--background);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;transition:background-color .4s cubic-bezier(.4,0,.2,1),color .4s cubic-bezier(.4,0,.2,1);display:flex;overflow-x:hidden}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--border-hover);border:2px solid var(--background);border-radius:9999px}::-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,opacity .2s}.container{width:100%;max-width:1100px;margin:0 auto;padding:0 1.5rem}.glow-hover{transition:all .3s;position:relative}.glow-hover:after{content:"";border-radius:inherit;box-shadow:0 0 15px var(--glow);opacity:0;pointer-events:none;transition:opacity .3s;position:absolute;inset:0}.glow-hover:hover:after{opacity:1}.glass{background:var(--card-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border);box-shadow:0 8px 32px var(--shadow);border-radius:16px;transition:border-color .3s,box-shadow .3s}.glass:hover{border-color:var(--border-hover)}
.Header-module__hBw1pG__header{z-index:100;background:var(--card-bg);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);width:100%;box-shadow:0 4px 20px var(--shadow);transition:background-color .4s,border-color .4s;position:sticky;top:0}.Header-module__hBw1pG__container{justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto;padding:1rem 1.5rem;display:flex}.Header-module__hBw1pG__logo{color:var(--foreground);letter-spacing:-.025em;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;transition:opacity .2s;display:flex}.Header-module__hBw1pG__logoDot{background:var(--accent);width:8px;height:8px;box-shadow:0 0 8px var(--accent);border-radius:9999px;display:inline-block}.Header-module__hBw1pG__nav{align-items:center;gap:1.5rem;display:flex}.Header-module__hBw1pG__navLink{color:var(--foreground-sub);padding:.25rem 0;font-size:.95rem;font-weight:500;position:relative}.Header-module__hBw1pG__navLink:hover{color:var(--foreground)}.Header-module__hBw1pG__navLinkActive{color:var(--accent)!important}.Header-module__hBw1pG__navLink:after{content:"";background:var(--accent);transform-origin:100%;width:100%;height:2px;transition:transform .3s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.Header-module__hBw1pG__navLink:hover:after,.Header-module__hBw1pG__navLinkActive:after{transform-origin:0;transform:scaleX(1)}.Header-module__hBw1pG__actions{align-items:center;gap:1rem;display:flex}.Header-module__hBw1pG__themeToggle{border:1px solid var(--border);width:40px;height:40px;color:var(--foreground);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.Header-module__hBw1pG__themeToggle:hover{border-color:var(--accent);background:#10b98114;transform:rotate(15deg)}.Header-module__hBw1pG__icon{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}@media (max-width:768px){.Header-module__hBw1pG__container{padding:.85rem 1rem}.Header-module__hBw1pG__nav{display:none}}
.Footer-module__S6Hkya__footer{border-top:1px solid var(--border);background:#fff3;width:100%;margin-top:auto;padding:3rem 1.5rem;transition:background-color .4s,border-color .4s}html.Footer-module__S6Hkya__dark .Footer-module__S6Hkya__footer{background:#0b1c1133}.Footer-module__S6Hkya__container{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;max-width:1100px;margin:0 auto;display:flex}.Footer-module__S6Hkya__brand{color:var(--foreground);align-items:center;gap:.35rem;font-size:1.1rem;font-weight:700;display:flex}.Footer-module__S6Hkya__brandDot{background:var(--accent);width:6px;height:6px;box-shadow:0 0 6px var(--accent);border-radius:9999px;display:inline-block}.Footer-module__S6Hkya__info{color:var(--foreground-sub);max-width:500px;font-size:.85rem;line-height:1.6}.Footer-module__S6Hkya__links{color:var(--foreground-sub);gap:1.5rem;font-size:.9rem;font-weight:500;display:flex}.Footer-module__S6Hkya__links a:hover{color:var(--accent)}.Footer-module__S6Hkya__copyright{color:var(--foreground-sub);opacity:.8;margin-top:.5rem;font-size:.8rem}@media (max-width:768px){.Footer-module__S6Hkya__footer{padding:2rem 1rem}}
