.home-container{color:var(--text-primary)}.hero-section{text-align:center;padding:6rem 1rem;background:linear-gradient(135deg,#0a0a14cc,#1e1432e6),url(https://images.unsplash.com/photo-1593305844229-e7d63b4491a6?q=80&w=2070&auto=format&fit=crop);background-size:cover;background-position:center;border-radius:8px;border:1px solid rgba(148,163,184,.2)}.hero-content h1{font-size:3.5rem;font-weight:900;margin-bottom:1rem;text-shadow:0 4px 15px rgba(0,0,0,.4)}.hero-content .subtitle{font-size:1.25rem;color:var(--text-secondary);max-width:600px;margin:0 auto 2rem}[data-theme=light] .hero-section{background:linear-gradient(135deg,#f8fafccc,#e2e8f0e6),url(https://images.unsplash.com/photo-1593305844229-e7d63b4491a6?q=80&w=2070&auto=format&fit=crop)}.cta-button{display:inline-block;background-color:var(--primary);color:#fff;padding:1rem 2rem;border-radius:50px;font-weight:700;font-size:1.1rem;text-transform:uppercase;letter-spacing:1px;transition:transform .3s ease,background-color .3s ease,box-shadow .3s ease;box-shadow:0 5px 20px #6366f180}.cta-button:hover{background-color:var(--primary-hover);transform:translateY(-3px);box-shadow:0 8px 25px #4f46e599;color:#fff}.features-section{padding:5rem 1rem;text-align:center}.features-section h2{font-size:2.5rem;margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.feature-card{background-color:var(--surface);padding:2.5rem;border-radius:12px;text-align:left;transition:transform .3s ease,box-shadow .3s ease;border:1px solid var(--border)}.feature-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px #0003}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;display:flex;align-items:center;gap:.75rem;color:var(--primary)}.feature-card h3 svg{stroke:var(--primary)}.feature-card p{color:var(--text-secondary);line-height:1.6}@media(max-width:1024px){.hero-section{padding:5rem 1.5rem}.hero-content h1{font-size:3rem}}@media(max-width:768px){.hero-section{padding:4rem 1.25rem}.hero-content h1{font-size:2.5rem}.hero-content .subtitle{font-size:1.1rem}.features-section{padding:4rem 1rem}.features-section h2{font-size:2rem;margin-bottom:2rem}.features-grid{grid-template-columns:1fr}.feature-card{padding:2rem}}@media(max-width:480px){.hero-section{padding:3.25rem 1rem}.hero-content h1{font-size:2.1rem}.hero-content .subtitle{font-size:1rem}.cta-button{width:100%;text-align:center;padding:.9rem 1.25rem;font-size:1rem}.feature-card{padding:1.5rem}}.login-page-container{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 200px)}.login-box{background-color:var(--surface);padding:3rem;border-radius:12px;text-align:center;max-width:450px;width:100%;box-shadow:var(--shadow-soft);border:1px solid var(--border)}.login-box h2{font-size:2rem;margin-bottom:.5rem}.login-box p{color:var(--text-secondary);margin-bottom:2rem}.discord-login-button{background-color:#5865f2;color:#fff;display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:1.1rem;padding:.8rem 1.5rem;border-radius:8px;transition:background-color .3s ease,transform .2s ease}.discord-login-button:hover{background-color:#4752c4;transform:translateY(-2px)}.discord-login-button:disabled{background-color:#4a5568;cursor:not-allowed}.discord-login-button:before{content:"";display:inline-block;width:24px;height:24px;background-image:url(https://www.svgrepo.com/show/353655/discord-icon.svg);background-size:contain;background-repeat:no-repeat;filter:brightness(0) invert(1)}@media(max-width:768px){.login-page-container{padding:1.5rem 1rem;min-height:calc(100vh - 140px)}.login-box{padding:2.25rem 1.75rem}.login-box h2{font-size:1.75rem}.login-box p{margin-bottom:1.5rem}}@media(max-width:480px){.login-page-container{padding:1.25rem .75rem;min-height:calc(100vh - 120px)}.login-box{padding:1.75rem 1.25rem;border-radius:10px}.discord-login-button{font-size:1rem;padding:.75rem 1.25rem}}.dashboard-container{--surface: radial-gradient(circle at top, rgba(30, 41, 59, .92), rgba(15, 23, 42, .98));--surface-2: rgba(15, 23, 42, .72);--surface-3: rgba(10, 15, 24, .7);--border: rgba(148, 163, 184, .18);--border-strong: rgba(148, 163, 184, .3);--text: #e2e8f0;--muted: rgba(226, 232, 240, .7);--primary: #38bdf8;--primary-strong: #6366f1;--danger: #ef4444;--success: #10b981;--warning: #f59e0b;--radius-lg: 16px;--radius-md: 12px;--radius-sm: 8px;--shadow-lg: 0 24px 60px -36px rgba(0, 0, 0, .8);--shadow-md: 0 16px 40px -28px rgba(0, 0, 0, .7);--shadow-sm: 0 10px 24px -20px rgba(0, 0, 0, .65);padding:2.5rem;max-width:1200px;margin:0 auto;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);color:var(--text)}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;border-bottom:1px solid var(--border);padding-bottom:1.25rem;gap:1.5rem}.dashboard-header .MuiTypography-root,.dashboard-header h4{font-weight:700;letter-spacing:-.02em}.user-credits{background:linear-gradient(135deg,#3b82f62e,#6366f114);padding:.65rem 1.1rem;border-radius:var(--radius-sm);border:1px solid rgba(99,102,241,.35);box-shadow:inset 0 0 0 1px #0f172ab3;display:flex;align-items:center;gap:.35rem;color:var(--muted)}.user-credits strong{color:#bfdbfe;font-size:1.2rem;letter-spacing:-.01em}.dashboard-grid{display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr);gap:2rem}.add-server-section,.credit-info-section,.general-banners-section,.server-card{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-md)}.add-server-section{padding:1.75rem}.add-server-section form{display:flex;flex-direction:column;gap:1rem}.add-server-section input,.add-server-section textarea{padding:.85rem .95rem;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.95rem;background:var(--surface-3);color:var(--text);transition:border-color .2s,box-shadow .2s;min-height:44px}.add-server-section input::placeholder,.add-server-section textarea::placeholder{color:#e2e8f080}.add-server-section input:focus,.add-server-section textarea:focus{outline:none;border-color:#38bdf8a6;box-shadow:0 0 0 3px #38bdf82e}.section-hint{font-size:.85rem;color:var(--muted);margin-bottom:1rem}.dashboard-container button,.dashboard-container .MuiButton-root{text-transform:none;border-radius:10px;font-weight:600;letter-spacing:-.01em}.add-server-section button{background:linear-gradient(135deg,#6366f1,#38bdf8);color:#fff;padding:.75rem;height:44px;border:none;border-radius:10px;font-weight:600;cursor:pointer;transition:transform .2s,filter .2s}.add-server-section button:hover:not(:disabled){filter:brightness(1.06);transform:translateY(-1px)}.add-server-section button:disabled{background:#475569;cursor:not-allowed}.dashboard-container .MuiOutlinedInput-root,.dashboard-container .MuiInputBase-root{border-radius:var(--radius-sm);min-height:44px;align-items:center}.dashboard-container .MuiOutlinedInput-notchedOutline{border-color:var(--border)}.dashboard-container .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#38bdf8b3;box-shadow:0 0 0 3px #38bdf829}.dashboard-container .MuiInputBase-input{color:var(--text);padding:10px 12px;line-height:1.2}.dashboard-container .MuiOutlinedInput-inputMultiline{padding:12px;min-height:44px;align-items:flex-start}.dashboard-container .MuiSelect-select{display:flex;align-items:center;min-height:44px}.dashboard-container .MuiSelect-icon{top:50%;transform:translateY(-50%)}.dashboard-container .MuiFormLabel-root,.dashboard-container .MuiInputLabel-root{color:var(--muted);font-weight:500}.dashboard-container .MuiToggleButtonGroup-root{border-radius:var(--radius-sm);overflow:hidden;border:1px solid var(--border)}.dashboard-container .MuiToggleButton-root{text-transform:none;font-weight:600;border:none;color:var(--muted);background:#0f172a80}.dashboard-container .MuiToggleButton-root.Mui-selected{color:var(--text);background:linear-gradient(135deg,#38bdf859,#6366f140)}.dashboard-container .MuiChip-root{border-radius:999px;font-weight:600;font-size:.8rem;border:1px solid var(--border);background:#0f172a8c;color:var(--text)}.dashboard-container .MuiChip-root.MuiChip-filledPrimary{background:#38bdf833;border-color:#38bdf866;color:#e0f2fe}.credit-info-section{margin-top:2rem;padding:1.5rem}.credit-info-section button{height:40px}.your-servers-section h3{margin-bottom:1.25rem;font-size:1.2rem;letter-spacing:-.015em}.server-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.server-card{padding:1.5rem;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s,border-color .2s}.server-card:hover{transform:translateY(-3px);box-shadow:0 22px 44px -28px #000c;border-color:#38bdf873}.server-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:.75rem}.server-card p{font-size:.92rem;margin-bottom:1rem;color:var(--muted)}.status-badge{font-size:.72rem;padding:.3rem .6rem;border-radius:999px;font-weight:700;letter-spacing:.02em}.status-badge.verified{background:#10b9812e;color:#5eead4;border:1px solid rgba(16,185,129,.35)}.status-badge.unverified{background:#f59e0b33;color:#fbbf24;border:1px solid rgba(245,158,11,.4)}.cfx-code code{background:#0f172ab3;padding:.2rem .45rem;border-radius:6px;font-family:JetBrains Mono,SFMono-Regular,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.verification-box{margin:1rem 0;padding:1rem;background:#f59e0b14;border:1px dashed rgba(245,158,11,.6);border-radius:var(--radius-sm)}.verification-box p{font-size:.85rem;margin-bottom:.5rem;color:var(--muted)}.verify-btn{width:100%;background:linear-gradient(135deg,#f59e0b,#f97316);color:#fff;border:none;padding:.5rem;height:36px;border-radius:10px;font-weight:600;cursor:pointer}.server-card-footer{margin-top:auto;display:flex;gap:.75rem;align-items:stretch;padding-top:1rem}.edit-btn,.delete-btn{flex:1;padding:.6rem;height:38px;border-radius:10px;border:1px solid var(--border);background:#0f172a99;cursor:pointer;color:var(--text);transition:border-color .2s,background .2s,transform .2s}.edit-btn:hover{border-color:#38bdf873;background:#1e293bcc;transform:translateY(-1px)}.delete-btn:hover{background:#ef444426;color:#fca5a5;border-color:#ef444480;transform:translateY(-1px)}.modal-backdrop{background:#0f172a99}.modal-content{background:#18202dfa;color:#e2e8f0;border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg)}.modal-content label{color:#cbd5f5}.modal-content input,.modal-content textarea{background:#090d14d9;border:1px solid var(--border);color:#e2e8f0;border-radius:10px}.modal-content input::placeholder,.modal-content textarea::placeholder{color:#94a3b8cc}.general-banners-section{margin-top:3rem;padding:1.5rem}.general-banners-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;gap:1rem}.empty-msg{color:var(--muted);font-size:.9rem}.error-msg{color:#f87171;font-size:.9rem}.success-msg{color:#34d399;font-size:.9rem}@media(max-width:1024px){.dashboard-container{padding:2rem}.dashboard-grid{grid-template-columns:1fr}}@media(max-width:768px){.dashboard-container{padding:1.5rem}.dashboard-header{flex-direction:column;align-items:flex-start}.user-credits strong{font-size:1.05rem}.add-server-section,.credit-info-section,.general-banners-section{padding:1.25rem}.server-grid{grid-template-columns:1fr}.server-card-header{flex-direction:column;gap:.75rem;align-items:flex-start}.server-card-footer{flex-direction:column}.edit-btn,.delete-btn,.verify-btn{height:40px}.server-card h3{font-size:1.05rem}.server-card p{font-size:.85rem;margin-bottom:.75rem}.verification-box p{font-size:.8rem}.status-badge{font-size:.7rem}.cfx-code code{display:inline-block;margin-top:.25rem;word-break:break-all}.general-banners-header{flex-direction:column;align-items:flex-start}}@media(max-width:480px){.dashboard-container{padding:1.1rem;border-radius:12px}.add-server-section,.credit-info-section,.general-banners-section{padding:1rem}.verification-box{padding:.75rem}.server-card{padding:1.25rem}.server-card-footer{gap:.75rem}}[data-theme=light] .dashboard-container{--surface: #ffffff;--surface-2: #ffffff;--surface-3: #f8fafc;--border: #e2e8f0;--border-strong: #cbd5e1;--text: #0f172a;--muted: #475569;--primary: #2563eb;--primary-strong: #1d4ed8;--danger: #dc2626;--success: #16a34a;--warning: #d97706;--shadow-lg: 0 18px 36px -24px rgba(15, 23, 42, .2);--shadow-md: 0 12px 28px -22px rgba(15, 23, 42, .18);--shadow-sm: 0 8px 20px -18px rgba(15, 23, 42, .12);background:var(--surface)}[data-theme=light] .user-credits{background:linear-gradient(135deg,#2563eb1f,#6366f114);box-shadow:inset 0 0 0 1px #94a3b866}[data-theme=light] .user-credits strong{color:#1d4ed8}[data-theme=light] .add-server-section input,[data-theme=light] .add-server-section textarea{background:#f8fafc;border-color:#cbd5e1;color:#0f172a}[data-theme=light] .dashboard-container .MuiOutlinedInput-notchedOutline{border-color:#cbd5e1}[data-theme=light] .dashboard-container .MuiInputBase-input{color:#0f172a}[data-theme=light] .dashboard-container .MuiFormLabel-root,[data-theme=light] .dashboard-container .MuiInputLabel-root{color:#64748b}[data-theme=light] .dashboard-container .MuiToggleButtonGroup-root{border-color:#cbd5e1;background:#fff}[data-theme=light] .dashboard-container .MuiToggleButton-root{background:#fff;color:#64748b;border-right:1px solid #e2e8f0}[data-theme=light] .dashboard-container .MuiToggleButtonGroup-grouped:last-of-type{border-right:none}[data-theme=light] .dashboard-container .MuiToggleButton-root.Mui-selected{color:#1d4ed8;background:#2563eb1f}[data-theme=light] .dashboard-container .MuiChip-root{background:#f8fafc;color:#0f172a}[data-theme=light] .cfx-code code{background:#e2e8f0}[data-theme=light] .verification-box{background:#f59e0b1f}[data-theme=light] .edit-btn,[data-theme=light] .delete-btn{background:#fff;border-color:#cbd5e1;color:#0f172a}[data-theme=light] .modal-backdrop{background:#0f172a66}[data-theme=light] .modal-content{background:#fff;color:#0f172a;border-color:#cbd5e1;box-shadow:0 24px 60px -36px #0f172a4d}[data-theme=light] .modal-content label{color:#475569}[data-theme=light] .modal-content input,[data-theme=light] .modal-content textarea{background:#f8fafc;border-color:#cbd5e1;color:#0f172a}[data-theme=light] .status-badge.verified{background:#10b9811f;color:#047857;border-color:#10b98166}[data-theme=light] .status-badge.unverified{background:#f59e0b26;color:#b45309;border-color:#f59e0b80}:root{--background: #121824;--surface: #1f2937;--surface-strong: #0f172a;--primary: #6366f1;--primary-hover: #4f46e5;--text-primary: #f8fafc;--text-secondary: #a0aec0;--border: #334155;--error: #f56565;--success: #48bb78;--shadow-soft: 0 12px 24px -18px rgba(0, 0, 0, .6)}[data-theme=light]{--background: #f1f5f9;--surface: #ffffff;--surface-strong: #e5e7eb;--primary: #2563eb;--primary-hover: #1d4ed8;--text-primary: #0f172a;--text-secondary: #1f2937;--border: #cbd5e1;--error: #dc2626;--success: #16a34a;--shadow-soft: 0 12px 24px -18px rgba(15, 23, 42, .25)}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:var(--background);color:var(--text-primary);line-height:1.6;position:relative}body:before{content:"";position:fixed;inset:0;z-index:-1;background-image:radial-gradient(1200px 600px at -10% -10%,rgba(56,189,248,.08),transparent 60%),radial-gradient(900px 500px at 110% 0%,rgba(99,102,241,.12),transparent 55%);background-repeat:no-repeat}[data-theme=light] body:before{background-image:radial-gradient(1200px 600px at -10% -10%,rgba(37,99,235,.08),transparent 60%),radial-gradient(900px 500px at 110% 0%,rgba(99,102,241,.08),transparent 55%)}a{color:var(--primary);text-decoration:none;transition:color .2s ease-in-out}a:hover{color:var(--primary-hover)}nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:var(--surface);border-bottom:1px solid var(--border);gap:1rem;flex-wrap:wrap}nav .logo{font-size:1.5rem;font-weight:700}nav .nav-links{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.nav-toggle{display:none;width:44px;height:40px;border-radius:8px;border:1px solid var(--border);background:#0f172a99;padding:.5rem;align-items:center;justify-content:center;gap:.25rem;cursor:pointer}.nav-toggle-bar{display:block;width:22px;height:2px;background:var(--text-primary);border-radius:999px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}nav .nav-links a{margin-left:0;font-weight:500}.main{padding:2rem;max-width:1200px;margin:0 auto}.auth-container,.dashboard-section{background-color:var(--surface);padding:2rem;border-radius:8px;box-shadow:var(--shadow-soft);max-width:500px;margin:2rem auto}.dashboard-section{max-width:none;margin-bottom:2rem}h1,h2,h3{margin-bottom:1rem;color:var(--text-primary)}h2{border-bottom:1px solid var(--border);padding-bottom:.5rem}input,textarea,select{width:100%;padding:.75rem;margin-bottom:1rem;background-color:var(--surface-strong);border:1px solid var(--border);border-radius:4px;color:var(--text-primary);font-size:1rem}button{width:100%;padding:.75rem;background-color:var(--primary);border:none;border-radius:4px;color:#fff;font-size:1rem;font-weight:700;cursor:pointer;transition:background-color .2s ease-in-out}button:hover{background-color:var(--primary-hover)}button:disabled{background-color:#4a5568;cursor:not-allowed}.error{color:var(--error);margin-top:1rem}.success{color:var(--success);margin-top:1rem}.server-list,.banner-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.server-card,.banner-item{background-color:var(--background);border:1px solid var(--border);padding:1.5rem;border-radius:8px;transition:transform .2s ease,box-shadow .2s ease}.server-card:hover,.banner-item:hover{transform:translateY(-5px);box-shadow:0 10px 15px #0003}.server-card h3,.banner-item img{margin-bottom:1rem}.server-card p{color:var(--text-secondary);margin-bottom:1rem}.banner-item img{max-width:100%;border-radius:4px}.modal-backdrop{position:fixed;inset:0;background:#000000b3;display:flex;justify-content:center;align-items:center}.modal-content{background:var(--surface);padding:2rem;border-radius:8px;width:90%;max-width:600px}@media(max-width:768px){nav{padding:.75rem 1rem}nav .logo{font-size:1.25rem}.nav-toggle{display:inline-flex}nav .nav-links{width:100%;flex-direction:column;align-items:flex-start;gap:.75rem;padding-top:.75rem;border-top:1px solid var(--border);display:none}nav .nav-links.open{display:flex}.main{padding:1.5rem 1rem}.auth-container,.dashboard-section{padding:1.5rem;margin:1.5rem auto}.server-list,.banner-list{grid-template-columns:1fr}.server-card,.banner-item{box-shadow:0 10px 22px -16px #000000a6}.server-card:hover,.banner-item:hover{transform:none;box-shadow:0 12px 24px -18px #000000b3}body{-webkit-overflow-scrolling:touch}}@media(max-width:480px){nav{align-items:flex-start}nav .nav-links{justify-content:flex-start}.main{padding:1.25rem .75rem}.auth-container,.dashboard-section{padding:1.25rem;border-radius:6px}.modal-content{padding:1.25rem}.server-card,.banner-item{border-radius:10px}}
