@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/assets/inter-latin-8kRkwJBP.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,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(/assets/inter-latin-ext-B_-bZUTo.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,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: rgba(99, 102, 241, .15);--secondary: #a1a1aa;--border: #27272a;--border-hover: #3f3f46;--muted: #18181b;--success: #22c55e;--success-muted: rgba(34, 197, 94, .15);--warning: #eab308;--warning-muted: rgba(234, 179, 8, .15);--error: #ef4444;--error-muted: rgba(239, 68, 68, .15);--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .4), 0 2px 4px -2px rgba(0, 0, 0, .3);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .4), 0 4px 6px -4px rgba(0, 0, 0, .3);--shadow-glow: 0 0 20px rgba(99, 102, 241, .15);--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;padding:0;margin:0}html{max-width:100vw;color-scheme:dark}body{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Inter,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}a{color:inherit;text-decoration:none;transition:color var(--transition-fast)}button{cursor:pointer;font-family:inherit;transition:all var(--transition-fast)}input,textarea,select{font-family:inherit;background:var(--background);color:var(--foreground);transition:border-color var(--transition-fast),box-shadow var(--transition-fast)}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-muted)}::selection{background:var(--primary-muted);color:var(--foreground)}[data-puck-editor] input,[data-puck-editor] textarea,[data-puck-editor] select{background:#fff;color:#000;color-scheme:light}[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{position:fixed;top:0;right:0;bottom:0;left:0;background:#000c;-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)}.mobile-menu-overlay.open{opacity:1;visibility:visible}.mobile-menu-drawer{position:fixed;top:0;right:0;bottom:0;width:280px;max-width:85vw;background:var(--background-elevated);border-left:1px solid var(--border);z-index:101;transform:translate(100%);transition:transform var(--transition-normal);display:flex;flex-direction:column}.mobile-menu-drawer.open{transform:translate(0)}.bottom-nav{position:fixed;bottom:0;left:0;right:0;height:var(--mobile-nav-height);background:var(--background-elevated);border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-around;z-index:50;padding-bottom:env(safe-area-inset-bottom)}@media(min-width:1024px){.bottom-nav{display:none}}.bottom-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;padding:.5rem 1rem;color:var(--foreground-muted);text-decoration:none;font-size:.625rem;font-weight:500;min-width:64px;min-height:44px;border-radius:var(--radius-md);transition:all var(--transition-fast)}.bottom-nav-item.active{color:var(--primary)}.bottom-nav-item-icon{width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;border-radius:var(--radius-sm);background:var(--muted)}.bottom-nav-item.active .bottom-nav-item-icon{background:var(--primary-muted);color:var(--primary)}.table-wrapper{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.mobile-cards{display:flex;flex-direction:column;gap:.75rem}@media(min-width:640px){.mobile-cards{display:none}}.desktop-table{display:none}@media(min-width:640px){.desktop-table{display:block}}.responsive-grid{display:grid;gap:var(--section-gap);grid-template-columns:1fr}@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{width:100%;max-width:100%;max-height:100vh;border-radius:0}@media(min-width:640px){.modal-content{max-width:600px;max-height:90vh;border-radius:var(--radius-xl);margin:1rem}}.touch-target{min-width:44px;min-height:44px}.hamburger-btn{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;background:transparent;border:none;cursor:pointer;padding:.5rem}.hamburger-line{width:20px;height:2px;background:var(--foreground);border-radius:1px;transition:all var(--transition-fast)}.hamburger-btn.open .hamburger-line:nth-child(1){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:spin 1s linear infinite}.animate-fadeIn{animation:fadeIn var(--transition-normal) ease}.animate-slideUp{animation:slideUp var(--transition-normal) ease}
