@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&family=Inter:wght@400;500;600&display=swap";
:root{--bg-primary:#f8f8f8;--bg-secondary:#fff;--text-primary:#1a1a1a;--text-secondary:#666;--text-muted:#999;--border:#e0e0e0;--accent-red:#8b3a3a;--accent-green:#4a6b4a;--hover-bg:#f0f0f0;--font-mono:"IBM Plex Mono","SF Mono",monospace;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,sans-serif}:root.light{--bg-primary:#f8f8f8;--bg-secondary:#fff;--text-primary:#1a1a1a;--text-secondary:#666;--text-muted:#999;--border:#e0e0e0;--hover-bg:#f0f0f0}:root.dark{--bg-primary:#0a0a0a;--bg-secondary:#141414;--text-primary:#e8e8e8;--text-secondary:#999;--text-muted:#666;--border:#2a2a2a;--hover-bg:#1a1a1a}@media (prefers-color-scheme:dark){:root:not(.light):not(.dark){--bg-primary:#0a0a0a;--bg-secondary:#141414;--text-primary:#e8e8e8;--text-secondary:#999;--text-muted:#666;--border:#2a2a2a;--hover-bg:#1a1a1a}}*{box-sizing:border-box;margin:0;padding:0}html{font-size:14px}body{font-family:var(--font-sans);background:var(--bg-primary);color:var(--text-primary);min-height:100vh;line-height:1.5}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}.main-container{max-width:1400px;margin:0 auto;padding:40px 20px}@media (max-width:1024px){.main-container{padding:32px 20px}}@media (max-width:768px){.main-container{padding:24px 16px}}@media (max-width:480px){.main-container{padding:20px 12px}}.btn{cursor:pointer;border:none;justify-content:center;align-items:center;padding:12px 24px;font-size:13px;font-weight:500;transition:all .15s;display:inline-flex}.btn-primary{background:var(--text-primary);color:var(--bg-primary)}.btn-primary:hover{opacity:.9;text-decoration:none}.btn-secondary{border:1px solid var(--border);color:var(--text-primary);background:0 0}.btn-secondary:hover{background:var(--hover-bg);text-decoration:none}.btn-outline{border:1px solid var(--border);color:var(--text-primary);background:0 0}.btn-outline:hover{background:var(--hover-bg);text-decoration:none}
.ThemeSwitcher-module__qPAEQG__themeButton{border:1px solid var(--border);background:var(--bg-primary);cursor:pointer;width:32px;height:32px;color:var(--text-primary);border-radius:4px;justify-content:center;align-items:center;padding:0;font-size:16px;transition:all .2s;display:flex}.ThemeSwitcher-module__qPAEQG__themeButton:hover{background:var(--hover-bg);border-color:var(--text-muted)}.ThemeSwitcher-module__qPAEQG__themeIcon{justify-content:center;align-items:center;line-height:1;display:flex}
.SearchBox-module__80XeQa__searchForm{align-items:center;width:100%;display:flex}.SearchBox-module__80XeQa__searchInput{width:100%;color:var(--text-primary);background:0 0;border:none;outline:none;font-size:13px}
.Header-module__hBw1pG__header{border-bottom:1px solid var(--border);background:var(--bg-secondary);z-index:1100;position:sticky;top:0}.Header-module__hBw1pG__headerInner{justify-content:space-between;align-items:center;max-width:1400px;min-height:56px;margin:0 auto;padding:8px 20px;display:flex}.Header-module__hBw1pG__logoContainer{flex-direction:column;flex-shrink:0;gap:2px;display:flex}.Header-module__hBw1pG__logo{font-family:var(--font-mono);letter-spacing:.05em;text-transform:uppercase;font-size:13px;font-weight:600}.Header-module__hBw1pG__tagline{color:var(--text-muted);font-size:11px;font-family:var(--font-sans);display:block}.Header-module__hBw1pG__menuToggle{cursor:pointer;z-index:101;background:0 0;border:none;flex-direction:column;justify-content:center;gap:4px;width:28px;height:28px;padding:8px;display:none}.Header-module__hBw1pG__menuToggle span{background:var(--text-primary);transform-origin:50%;width:100%;height:2px;transition:all .3s;display:block}.Header-module__hBw1pG__menuToggle span:first-child{transform-origin:0 0}.Header-module__hBw1pG__menuToggle span:nth-child(2){opacity:1}.Header-module__hBw1pG__menuToggle span:nth-child(3){transform-origin:0 100%}.Header-module__hBw1pG__menuToggleOpen span:first-child{transform:rotate(45deg)translate(2px,-2px)}.Header-module__hBw1pG__menuToggleOpen span:nth-child(2){opacity:0}.Header-module__hBw1pG__menuToggleOpen span:nth-child(3){transform:rotate(-45deg)translate(2px,2px)}.Header-module__hBw1pG__nav{align-items:center;gap:24px;display:flex}.Header-module__hBw1pG__nav a{color:var(--text-secondary);white-space:nowrap;font-size:13px;transition:color .15s}.Header-module__hBw1pG__nav a:hover{color:var(--text-primary);text-decoration:none}.Header-module__hBw1pG__searchBox{background:var(--bg-primary);border:1px solid var(--border);align-items:center;width:200px;min-width:150px;padding:6px 12px;display:flex}.Header-module__hBw1pG__searchBox input{width:100%;color:var(--text-primary);background:0 0;border:none;outline:none;font-size:13px}.Header-module__hBw1pG__userMenu{position:relative}.Header-module__hBw1pG__userMenuToggle{color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;gap:4px;padding:0;font-family:inherit;font-size:13px;transition:color .15s;display:flex}.Header-module__hBw1pG__userMenuToggle:hover{color:var(--text-primary)}.Header-module__hBw1pG__userMenuArrow{font-size:10px;line-height:1}.Header-module__hBw1pG__dropdown{background:var(--bg-secondary);border:1px solid var(--border);z-index:1200;flex-direction:column;min-width:160px;display:flex;position:absolute;top:calc(100% + 8px);right:0}.Header-module__hBw1pG__dropdownItem{color:var(--text-secondary);border:none;border-bottom:1px solid var(--border);cursor:pointer;text-align:left;white-space:nowrap;background:0 0;padding:10px 16px;font-family:inherit;font-size:13px;text-decoration:none;transition:color .15s,background .15s;display:block}.Header-module__hBw1pG__dropdownItem:last-child{border-bottom:none}.Header-module__hBw1pG__dropdownItem:hover{color:var(--text-primary);background:var(--bg-primary);text-decoration:none}.Header-module__hBw1pG__dropdownItem:disabled{opacity:.5;cursor:not-allowed}@media (max-width:1024px){.Header-module__hBw1pG__searchBox{width:180px}}@media (max-width:768px){.Header-module__hBw1pG__headerInner{flex-wrap:wrap;padding:12px 16px}.Header-module__hBw1pG__tagline{font-size:10px;display:block}.Header-module__hBw1pG__menuToggle{display:flex}.Header-module__hBw1pG__nav{background:var(--bg-secondary);border-bottom:1px solid var(--border);flex-direction:column;align-items:stretch;gap:0;max-height:0;padding:0 16px;transition:max-height .3s;position:absolute;top:100%;left:0;right:0;overflow:hidden}.Header-module__hBw1pG__navOpen{gap:12px;max-height:500px;padding:16px}.Header-module__hBw1pG__nav a{border-bottom:1px solid var(--border);padding:8px 0}.Header-module__hBw1pG__nav a:last-child{border-bottom:none}.Header-module__hBw1pG__searchBox{width:100%;margin-bottom:8px}.Header-module__hBw1pG__nav form{border-bottom:1px solid var(--border);width:100%;padding:8px 0}.Header-module__hBw1pG__nav form button{text-align:left;width:100%}.Header-module__hBw1pG__userMenu{position:static}.Header-module__hBw1pG__userMenuToggle{border-bottom:1px solid var(--border);width:100%;padding:8px 0}.Header-module__hBw1pG__dropdown{border:none;min-width:0;padding-left:16px;position:static}.Header-module__hBw1pG__dropdownItem{padding:8px 0}}@media (max-width:480px){.Header-module__hBw1pG__headerInner{padding:10px 12px}.Header-module__hBw1pG__logo{font-size:12px}.Header-module__hBw1pG__tagline{font-size:9px}}
.layout-module__L5FxyW__footer{border-top:1px solid var(--border);margin-top:80px;padding:48px 20px}.layout-module__L5FxyW__footerInner{gap:80px;max-width:1400px;margin:0 auto;display:flex}.layout-module__L5FxyW__footerAbout{flex:2}.layout-module__L5FxyW__footerHeading{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:16px;font-size:11px}.layout-module__L5FxyW__footerAbout p{color:var(--text-secondary);max-width:600px;margin-bottom:8px;font-size:13px}.layout-module__L5FxyW__footerTagline{font-family:var(--font-mono);color:var(--text-muted);margin-top:16px;font-size:11px}.layout-module__L5FxyW__footerLinks{flex-direction:column;flex:1;gap:12px;display:flex}.layout-module__L5FxyW__footerLinks a{color:var(--text-secondary);font-size:13px}@media (max-width:1024px){.layout-module__L5FxyW__footerInner{gap:60px}}@media (max-width:768px){.layout-module__L5FxyW__footer{margin-top:60px;padding:32px 16px}.layout-module__L5FxyW__footerInner{flex-direction:column;gap:32px}.layout-module__L5FxyW__footerAbout p{font-size:12px}}@media (max-width:480px){.layout-module__L5FxyW__footer{margin-top:40px;padding:24px 12px}.layout-module__L5FxyW__footerHeading{font-size:10px}.layout-module__L5FxyW__footerAbout p{font-size:11px}.layout-module__L5FxyW__footerLinks a{font-size:12px}}
