@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/inter-latin.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/inter-latin-ext.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}:root{--background:#09090b;--background-elevated:#18181b;--foreground:#fafafa;--foreground-muted:#a1a1aa;--primary:#6366f1;--primary-hover:#4f46e5;--primary-muted:#6366f126;--secondary:#a1a1aa;--border:#27272a;--border-hover:#3f3f46;--muted:#18181b;--success:#22c55e;--success-muted:#22c55e26;--warning:#eab308;--warning-muted:#eab30826;--error:#ef4444;--error-muted:#ef444426;--shadow-sm:0 1px 2px 0 #0000004d;--shadow-md:0 4px 6px -1px #0006,0 2px 4px -2px #0000004d;--shadow-lg:0 10px 15px -3px #0006,0 4px 6px -4px #0000004d;--shadow-glow:0 0 20px #6366f126;--radius-sm:.375rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem;--transition-fast:.15s ease;--transition-normal:.2s ease;--page-padding:1rem;--section-gap:1.5rem;--card-padding:1.25rem;--mobile-nav-height:64px;--sidebar-width:260px}@media (min-width:640px){:root{--page-padding:1.5rem;--section-gap:2rem;--card-padding:1.5rem}}@media (min-width:1024px){:root{--page-padding:2.5rem;--section-gap:2.5rem;--card-padding:1.75rem}}*{box-sizing:border-box;margin:0;padding:0}html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;max-width:100vw}body{max-width:100vw;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;overflow-x:hidden}a{color:inherit;transition:color var(--transition-fast);text-decoration:none}button{cursor:pointer;transition:all var(--transition-fast);font-family:inherit}input,textarea,select{background:var(--background);color:var(--foreground);transition:border-color var(--transition-fast),box-shadow var(--transition-fast);font-family:inherit}input:focus,textarea:focus,select:focus{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-muted);outline:none}::selection{background:var(--primary-muted);color:var(--foreground)}[data-puck-editor] input,[data-puck-editor] textarea,[data-puck-editor] select{color:#000;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:#fff}[data-puck-editor] input:focus,[data-puck-editor] textarea:focus,[data-puck-editor] select:focus{border-color:#6366f1;box-shadow:0 0 0 2px #6366f126}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--border-hover);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--secondary)}.hide-mobile{display:none!important}@media (min-width:640px){.hide-mobile{display:flex!important}}.show-mobile{display:flex!important}@media (min-width:640px){.show-mobile{display:none!important}}.hide-tablet{display:none!important}@media (min-width:1024px){.hide-tablet{display:flex!important}}.show-tablet{display:flex!important}@media (min-width:1024px){.show-tablet{display:none!important}}.mobile-menu-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;opacity:0;visibility:hidden;transition:opacity var(--transition-normal),visibility var(--transition-normal);background:#000c;position:fixed;inset:0}.mobile-menu-overlay.open{opacity:1;visibility:visible}.mobile-menu-drawer{background:var(--background-elevated);border-left:1px solid var(--border);z-index:101;width:280px;max-width:85vw;transition:transform var(--transition-normal);flex-direction:column;display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%)}.mobile-menu-drawer.open{transform:translate(0)}.bottom-nav{height:var(--mobile-nav-height);background:var(--background-elevated);border-top:1px solid var(--border);z-index:50;padding-bottom:env(safe-area-inset-bottom);justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}@media (min-width:1024px){.bottom-nav{display:none}}.bottom-nav-item{color:var(--foreground-muted);border-radius:var(--radius-md);min-width:64px;min-height:44px;transition:all var(--transition-fast);flex-direction:column;justify-content:center;align-items:center;gap:.25rem;padding:.5rem 1rem;font-size:.625rem;font-weight:500;text-decoration:none;display:flex}.bottom-nav-item.active{color:var(--primary)}.bottom-nav-item-icon{border-radius:var(--radius-sm);background:var(--muted);justify-content:center;align-items:center;width:1.5rem;height:1.5rem;font-size:.875rem;font-weight:600;display:flex}.bottom-nav-item.active .bottom-nav-item-icon{background:var(--primary-muted);color:var(--primary)}.table-wrapper{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.mobile-cards{flex-direction:column;gap:.75rem;display:flex}@media (min-width:640px){.mobile-cards{display:none}}.desktop-table{display:none}@media (min-width:640px){.desktop-table{display:block}}.responsive-grid{gap:var(--section-gap);grid-template-columns:1fr;display:grid}@media (min-width:640px){.responsive-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.responsive-grid{grid-template-columns:repeat(3,1fr)}}.modal-content{border-radius:0;width:100%;max-width:100%;max-height:100vh}@media (min-width:640px){.modal-content{border-radius:var(--radius-xl);max-width:600px;max-height:90vh;margin:1rem}}.touch-target{min-width:44px;min-height:44px}.hamburger-btn{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;padding:.5rem;display:flex}.hamburger-line{background:var(--foreground);width:20px;height:2px;transition:all var(--transition-fast);border-radius:1px}.hamburger-btn.open .hamburger-line:first-child{transform:rotate(45deg)translate(5px,5px)}.hamburger-btn.open .hamburger-line:nth-child(2){opacity:0}.hamburger-btn.open .hamburger-line:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-spin{animation:1s linear infinite spin}.animate-fadeIn{animation:fadeIn var(--transition-normal)ease}.animate-slideUp{animation:slideUp var(--transition-normal)ease}

