:root{--color-primary: #2563eb;--color-primary-dark: #1e40af;--color-primary-light: #3b82f6;--color-secondary: #64748b;--color-secondary-dark: #475569;--color-secondary-light: #94a3b8;--color-accent: #f59e0b;--color-accent-dark: #d97706;--color-accent-light: #fbbf24;--color-success: #10b981;--color-warning: #f59e0b;--color-error: #ef4444;--color-info: #0ea5e9;--color-bg: #ffffff;--color-bg-secondary: #f9fafb;--color-bg-tertiary: #f3f4f6;--color-bg-elevated: #ffffff;--color-border: #e5e7eb;--color-border-secondary: #d1d5db;--color-text: #111827;--color-text-secondary: #4b5563;--color-text-tertiary: #6b7280;--color-header-bg: #ffffff;--color-header-border: #e5e7eb;--color-footer-bg: #111827;--color-footer-text: #f3f4f6;--color-footer-text-secondary: #9ca3af}html.light{--color-bg: #ffffff;--color-bg-secondary: #f9fafb;--color-bg-tertiary: #f3f4f6;--color-bg-elevated: #ffffff;--color-border: #e5e7eb;--color-border-secondary: #d1d5db;--color-text: #111827;--color-text-secondary: #4b5563;--color-text-tertiary: #6b7280;--color-header-bg: #ffffff;--color-header-border: #e5e7eb;--color-footer-bg: #111827;--color-footer-text: #f3f4f6;--color-footer-text-secondary: #9ca3af}@media (prefers-color-scheme: dark){:root{--color-bg: #111827;--color-bg-secondary: #1f2937;--color-bg-tertiary: #374151;--color-bg-elevated: #1f2937;--color-border: #374151;--color-border-secondary: #4b5563;--color-text: #f9fafb;--color-text-secondary: #d1d5db;--color-text-tertiary: #9ca3af;--color-header-bg: #1f2937;--color-header-border: #374151;--color-footer-bg: #000000;--color-footer-text: #f3f4f6;--color-footer-text-secondary: #9ca3af}}html.dark,html[data-theme=dark]{--color-bg: #111827;--color-bg-secondary: #1f2937;--color-bg-tertiary: #374151;--color-bg-elevated: #1f2937;--color-border: #374151;--color-border-secondary: #4b5563;--color-text: #f9fafb;--color-text-secondary: #d1d5db;--color-text-tertiary: #9ca3af;--color-header-bg: #1f2937;--color-header-border: #374151;--color-footer-bg: #000000;--color-footer-text: #f3f4f6;--color-footer-text-secondary: #9ca3af}.grid{display:grid;gap:1rem}.grid-cols-1{display:grid;gap:1rem;grid-auto-flow:row;grid-template-columns:repeat(1,1fr)}.grid-cols-2{display:grid;gap:1rem;grid-auto-flow:row;grid-template-columns:repeat(2,1fr)}.grid-cols-3{display:grid;gap:1rem;grid-auto-flow:row;grid-template-columns:repeat(3,1fr)}.grid-cols-4{display:grid;gap:1rem;grid-auto-flow:row;grid-template-columns:repeat(4,1fr)}.grid-rows-1{display:grid;gap:1rem;grid-auto-flow:column;grid-template-rows:repeat(1,auto)}.grid-rows-2{display:grid;gap:1rem;grid-auto-flow:column;grid-template-rows:repeat(2,auto)}.grid-rows-3{display:grid;gap:1rem;grid-auto-flow:column;grid-template-rows:repeat(3,auto)}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1rem;line-height:1.5;color:var(--color-text);background-color:var(--color-bg);transition:background-color .25s ease-in-out,color .25s ease-in-out}h1{font-size:2.25rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}h2{font-size:1.875rem;font-weight:700;line-height:1.2;margin-bottom:1rem}h3{font-size:1.5rem;font-weight:600;line-height:1.2;margin-bottom:1rem}h4,h5,h6{font-size:1.125rem;font-weight:600;margin-bottom:1rem}p{margin-bottom:1rem}p:last-child{margin-bottom:0}a{color:var(--color-primary);text-decoration:none;transition:color .25s ease-in-out}a:hover{color:var(--color-primary-dark)}a:focus-visible{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 3px #2563eb1a,0 0 0 5px #2563eb;border-radius:.25rem}ul,ol{margin-bottom:1rem;padding-left:2rem}li{margin-bottom:.5rem}input,textarea,select,button{font-family:inherit;font-size:inherit}input,textarea,select{padding:.5rem 1rem;border:1px solid var(--color-border);border-radius:.5rem;background-color:var(--color-bg);color:var(--color-text);transition:border-color .25s ease-in-out,box-shadow .25s ease-in-out}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--color-primary);outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 3px #2563eb1a,0 0 0 5px #2563eb}input:disabled,textarea:disabled,select:disabled{opacity:.6;cursor:not-allowed;pointer-events:none;background-color:var(--color-bg-secondary)}button{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.5rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .25s ease-in-out}button:focus-visible{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 3px #2563eb1a,0 0 0 5px #2563eb}button:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}button{background-color:var(--color-primary);color:#fff}button:hover:not(:disabled){background-color:var(--color-primary-dark);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}button:active:not(:disabled){background-color:#1e40af}main{flex:1;width:100%}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 768px){.container{padding:0 1.5rem}}.inner{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 768px){.inner{padding:0 1.5rem}}code,pre{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.875rem}code{background-color:var(--color-bg-secondary);padding:.25rem .5rem;border-radius:.25rem;color:#ef4444}pre{background-color:var(--color-text);color:var(--color-bg);padding:1rem;border-radius:.5rem;overflow-x:auto;margin-bottom:1rem}pre code{background-color:transparent;color:inherit;padding:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;font-size:20px;line-height:1;display:inline-block}._footer_53kxs_1{background-color:var(--color-footer-bg);color:var(--color-footer-text);border-top:1px solid var(--color-header-border);margin-top:auto}._inner_53kxs_8{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding:1rem 1.5rem;max-width:1280px;margin:0 auto}@media (min-width: 768px){._inner_53kxs_8{padding:1.5rem 2rem}}._copyright_53kxs_24{font-size:.75rem;color:var(--color-footer-text-secondary)}._links_53kxs_29{display:flex;align-items:center;justify-content:space-between;gap:1rem}._links_53kxs_29 a{color:var(--color-footer-text-secondary);font-size:.875rem;font-weight:500;transition:color .25s ease-in-out}._links_53kxs_29 a:hover{color:var(--color-primary)}._links_53kxs_29 a:focus-visible{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 3px #2563eb33,0 0 0 5px #2563eb;border-radius:.25rem}._themeToggle_ri74w_1{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;background:none;border:1px solid var(--color-border);border-radius:.5rem;cursor:pointer;transition:all .25s ease-in-out;color:var(--color-text)}._themeToggle_ri74w_1:hover{background-color:var(--color-bg-secondary);border-color:var(--color-border-secondary)}._themeToggle_ri74w_1:active{transform:scale(.95)}._themeToggle_ri74w_1:focus-visible{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 3px #2563eb33,0 0 0 5px #2563eb}._icon_ri74w_28{font-size:1.25rem;display:flex;align-items:center;justify-content:center}._header_1wliz_1{background-color:var(--color-header-bg);border-bottom:1px solid var(--color-header-border);position:sticky;top:0;z-index:1020;box-shadow:0 1px 2px #0000000d}._inner_1wliz_10{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;max-width:1280px;margin:0 auto}@media (min-width: 768px){._inner_1wliz_10{padding:1.5rem 2rem}}._menuBtn_1wliz_24{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:1px solid var(--color-border);border-radius:.5rem;background:var(--color-bg);color:var(--color-text);cursor:pointer;transition:background-color .25s ease-in-out}._menuBtn_1wliz_24:hover{background-color:var(--color-bg-secondary)}@media (min-width: 768px){._menuBtn_1wliz_24{display:none}}._brand_1wliz_46{font-size:1.25rem;font-weight:700;color:var(--color-text);transition:color .25s ease-in-out}._brand_1wliz_46:hover{color:var(--color-primary)}._nav_1wliz_56{display:flex;align-items:center;justify-content:space-between;gap:2rem;display:none}@media (min-width: 768px){._nav_1wliz_56{display:flex}}._nav_1wliz_56 a{color:var(--color-text-secondary);font-weight:500;font-size:1rem;transition:color .25s ease-in-out;position:relative}._nav_1wliz_56 a:hover,._nav_1wliz_56 a._active_1wliz_78{color:var(--color-primary)}._nav_1wliz_56 a._active_1wliz_78:after{content:"";position:absolute;bottom:-.5rem;left:0;right:0;height:2px;background-color:var(--color-primary);border-radius:9999px}._sidenav_1olzr_1{position:fixed;top:0;right:0;left:auto;height:100vh;width:280px;background:var(--color-bg);border-left:1px solid var(--color-border);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translate(100%);transition:transform .15s ease-in-out;z-index:1050;display:flex;flex-direction:column}._open_1olzr_18{transform:translate(0)}._inner_1olzr_22{display:flex;flex-direction:column;justify-content:space-between;gap:1rem;padding:1rem 1.5rem;height:100%}@media (min-width: 768px){._inner_1olzr_22{padding:1.5rem 2rem}}._content_1olzr_36{display:flex;flex-direction:column;gap:1rem}._closeBtn_1olzr_42{align-self:flex-end;width:2.5rem;height:2.5rem;border:1px solid var(--color-border);border-radius:.5rem;background:var(--color-bg);color:var(--color-text);font-size:1.25rem;cursor:pointer;transition:background-color .25s ease-in-out}._closeBtn_1olzr_42:hover{background-color:var(--color-bg-secondary)}._links_1olzr_58{display:flex;flex-direction:column;gap:.75rem}._links_1olzr_58 a{color:var(--color-text);font-size:1rem;transition:color .25s ease-in-out}._links_1olzr_58 a:hover,._links_1olzr_58 a._active_1olzr_71{color:var(--color-primary)}._themeRow_1olzr_75{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding-top:.75rem;border-top:1px solid var(--color-border-secondary);margin-top:auto}._themeLabel_1olzr_85{color:var(--color-text-secondary);font-size:.875rem}._app_1wqso_1{display:flex;flex-direction:column;min-height:100vh}._main_1wqso_7{flex:1;width:100%;padding:1rem}@media (min-width: 768px){._main_1wqso_7{padding:1.5rem}}._overlay_1wqso_18{position:fixed;inset:0;background-color:#00000080;z-index:999;cursor:pointer}
