@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap");*{margin:0;padding:0;box-sizing:border-box}html{font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6}body{background-color:#0f172a;color:#ffffff;min-height:100vh;padding-top:5rem}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}.grid-cols-6{grid-template-columns:repeat(6,1fr)}.hidden{display:none}.block{display:block}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.inset-0{top:0;right:0;bottom:0;left:0}.z-40{z-index:40}.z-50{z-index:50}.w-full{width:100%}.h-full{height:100%}.min-h-screen{min-height:100vh}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-4{padding-left:1rem;padding-right:1rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-24{padding-bottom:15rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mr-2{margin-right:.5rem}.text-white{color:#ffffff}.text-gray-300{color:#d1d5db}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.bg-gray-800{background-color:#1f2937}.bg-gray-900{background-color:#111827}.bg-gray-950{background-color:#0f172a}.bg-green-600{background-color:#16a34a}.bg-green-700{background-color:#15803d}.border{border-width:1px}.border-gray-700{border-color:#374151}.border-gray-800{border-color:#1f2937}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-center{text-align:center}.cursor-pointer{cursor:pointer}.transition-colors{transition-property:color,background-color,border-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hover\:bg-gray-700:hover{background-color:#374151}.hover\:bg-gray-800:hover{background-color:#1f2937}.hover\:bg-green-700:hover{background-color:#15803d}.hover\:text-white:hover{color:#ffffff}@media (min-width:768px){.md\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.md\:flex{display:flex}.md\:hidden{display:none}.md\:block{display:block}}@media (min-width:1024px){.lg\:grid-cols-4{grid-template-columns:repeat(4,1fr)}.lg\:hidden{display:none}}@media (min-width:1280px){.xl\:grid-cols-6{grid-template-columns:repeat(6,1fr)}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:.375rem;font-weight:500;text-decoration:none;border:none;cursor:pointer;transition:all .2s}.btn-primary{background-color:#16a34a;color:white}.btn-primary:hover{background-color:#15803d}.btn-ghost{background-color:transparent;color:#d1d5db}.btn-ghost:hover{background-color:#1f2937;color:white}.btn-outline{background-color:transparent;border:1px solid #374151;color:#d1d5db}.btn-outline:hover{background-color:#1f2937}.card{background-color:#111827;border:1px solid #1f2937;border-radius:.5rem;overflow:hidden}.card-header{padding:1.5rem 1.5rem 0}.card-content{padding:1.5rem}.card-title{font-size:1.125rem;font-weight:600;color:white}.input{width:100%;padding:.5rem .75rem;background-color:#1f2937;border:1px solid #374151;border-radius:.375rem;color:white;font-size:.875rem}.input:focus{outline:none;border-color:#16a34a;box-shadow:0 0 0 3px rgba(22,163,74,.1)}.input:disabled{opacity:.5;cursor:not-allowed}.label{display:block;font-size:.875rem;font-weight:500;color:#d1d5db;margin-bottom:.5rem}.avatar{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;overflow:hidden;background-color:#16a34a;color:white;font-weight:600}.avatar img{width:100%;height:100%;object-fit:cover}.dropdown{position:relative;display:inline-block}.dropdown-content{position:absolute;right:0;top:100%;min-width:14rem;background-color:#1f2937;border:1px solid #374151;border-radius:.375rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);z-index:50;margin-top:.25rem}.dropdown-item{display:flex;align-items:center;width:100%;padding:.5rem .75rem;color:#d1d5db;text-decoration:none;border:none;background:none;cursor:pointer;font-size:.875rem}.dropdown-item:hover,.dropdown-separator{background-color:#374151}.dropdown-separator{height:1px;margin:.25rem 0}.sidebar-overlay{position:fixed;inset:0;background-color:rgba(0,0,0,.5);z-index:40}@media (min-width:1024px){.sidebar-overlay{display:none}}.sidebar{position:fixed;left:0;top:0;height:100%;width:17.5rem;background-color:#111827;border-right:1px solid #1f2937;z-index:50;display:flex;flex-direction:column;transition:transform .3s ease-out}.sidebar.closed{transform:translateX(-100%)}.sidebar.open{transform:translateX(0)}.sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid #1f2937}.sidebar-title{font-size:1.125rem;font-weight:600;color:white}.close-button{background:none;border:none;color:#9ca3af;cursor:pointer;padding:.5rem;border-radius:.375rem;transition:color .2s}.close-button:hover{color:white}.sidebar-nav{flex:1 1;padding:1rem}.nav-list{display:flex;flex-direction:column;gap:.5rem}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;border-radius:.5rem;text-decoration:none;transition:all .2s}.nav-item.active{background-color:#16a34a;color:white}.nav-item:not(.active){color:#d1d5db}.nav-item:not(.active):hover{background-color:#1f2937;color:white}.nav-icon{width:1.25rem;height:1.25rem}.sidebar-footer{padding:1rem;border-top:1px solid #1f2937}.notice-card{background-color:#1f2937;padding:1rem;border-radius:.5rem}.notice-title{font-size:.875rem;font-weight:500;color:#d1d5db;margin-bottom:.5rem}.notice-text{font-size:.75rem;color:#9ca3af}.styles_header__qR_al{position:fixed;top:0;left:0;right:0;z-index:50;background-color:#111827;border-bottom:1px solid #1f2937;padding:.5rem .75rem}.styles_headerContainer__6N9h6{display:flex;align-items:center;justify-content:space-between;max-width:80rem;margin:0 auto}.styles_headerLeft__OReta{display:flex;align-items:center;gap:.75rem}.styles_menuButton__Dy_5B{background:none;border:none;color:#d1d5db;cursor:pointer;padding:.35rem;border-radius:.375rem;transition:all .2s}.styles_menuButton__Dy_5B:hover{color:#fff;background-color:#1f2937}.styles_menuButton__Dy_5B:focus-visible{outline:2px solid #22d3ee;outline-offset:2px}.styles_icon__ATOgJ{width:1.5rem;height:1.5rem}.styles_logoLink__onEsS{display:flex;align-items:center;gap:.4rem;text-decoration:none}.styles_logoIcon__pMGIq{background:linear-gradient(90deg,#10b981,#16a34a);padding:.35rem;border-radius:.375rem}.styles_logoSvg__zd4lx{width:1.5rem;height:1.5rem;color:#fff}.styles_logoText__TRfFX{font-size:1rem;font-weight:600;color:#fff}.styles_balanceDisplay__75qLN{display:none;align-items:center;gap:.35rem;background-color:#1f2937;padding:.35rem .75rem;border-radius:.375rem;font-size:.9rem}@media (min-width:768px){.styles_balanceDisplay__75qLN{display:flex}}.styles_balanceIcon__T0uz6{width:1rem;height:1rem;color:#eab308}.styles_balanceAmount__Eb83D{color:#fff;font-weight:500}.styles_authSection__UTW_i{display:flex;align-items:center;gap:.35rem}.styles_loadingPlaceholder__b9LY7{height:1.5rem;width:4rem;background-color:#1f2937;border-radius:.25rem;animation:styles_pulse__57aG_ 2s infinite}.styles_loginBtn__ifUFT{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:10px;border:1px solid #2a2a40;background:#16a34a;color:#fff;cursor:pointer;text-decoration:none}.styles_loginBtn__ifUFT:hover{background:#15803d}.styles_signupBtn__M3QDg{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:10px;border:1px solid #2a2a40;background:#151525;color:#fff;cursor:pointer;text-decoration:none}.styles_signupBtn__M3QDg:hover{background:#1c1c2e}.styles_dropdown___874a{position:relative}.styles_userMenuTrigger__yI1_Y{background:none;border:none;cursor:pointer;border-radius:999px;padding:0;width:36px;height:36px;display:grid;place-items:center;background:#1f2937}.styles_userMenuTrigger__yI1_Y:focus-visible{outline:2px solid #22d3ee;outline-offset:2px}.styles_dropdownContent__AAS5R{position:absolute;right:0;top:calc(100% + 8px);z-index:60;background:#1f2937;border:1px solid #374151;border-radius:.375rem;min-width:11rem;box-shadow:0 2px 8px rgba(0,0,0,.2);display:flex;flex-direction:column;padding:4px}.styles_dropdownItem__BBx2l{display:flex;align-items:center;gap:.35rem;padding:.5rem .75rem;color:#fff;cursor:pointer;text-decoration:none;transition:background-color .2s}.styles_dropdownItem__BBx2l:hover{background-color:#374151}.styles_dropdownIcon__3333A{width:1rem;height:1rem}.styles_dropdownSeparator__GkgHK{height:1px;background-color:#374151;margin:.25rem 0}.styles_dropdownBalanceRow__lSGyi{display:flex;align-items:center;gap:8px;padding:6px 10px;color:#b9b9c9}@keyframes styles_pulse__57aG_{0%,to{opacity:1}50%{opacity:.5}}.styles_authButtons__X2Rga{display:inline-flex;align-items:center;gap:8px}.styles_signinButton__KSZs5{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:10px;border:1px solid #2a2a40;background:#16a34a;color:#fff;cursor:pointer;text-decoration:none;font-weight:600;transition:background-color .15s ease,transform .06s ease}.styles_signinButton__KSZs5:hover{background:#15803d}.styles_signinButton__KSZs5:active{transform:translateY(1px)}.styles_signinButton__KSZs5:focus-visible{outline:2px solid #22d3ee;outline-offset:2px}.styles_signinIcon__YWHTg{width:16px;height:16px}.styles_signupButton__63658{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:10px;border:1px solid #2a2a40;background:#151525;color:#fff;cursor:pointer;text-decoration:none;font-weight:600;transition:background-color .15s ease,border-color .15s ease,transform .06s ease}.styles_signupButton__63658:hover{background:#1c1c2e;border-color:#3a3a55}.styles_signupButton__63658:active{transform:translateY(1px)}.styles_signupButton__63658:focus-visible{outline:2px solid #22d3ee;outline-offset:2px}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.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}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,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 Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}