.container{background:#fff;border-radius:20px;padding:40px;max-width:500px;width:100%;box-shadow:0 20px 60px #0000004d}h1{color:var(--text);margin-bottom:20px;text-align:center;font-size:28px;font-weight:700}h2{color:var(--text);font-size:20px;font-weight:600}p{color:var(--text-light);line-height:1.6;margin-bottom:20px}.info{background:var(--bg);padding:15px;border-radius:10px;margin-bottom:20px}.info-item{display:flex;align-items:center;margin-bottom:10px}.info-item:last-child{margin-bottom:0}.icon{font-size:20px;margin-right:10px}.error-icon{font-size:60px;margin-bottom:20px;text-align:center}.error-title{color:var(--error);text-align:center}.landing-page{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;min-height:100vh;overflow-y:auto;overflow-x:hidden;z-index:10;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5}.bot-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0;background:#fff3;border:2px solid rgba(255,255,255,.4)}.nav-cta{display:inline-flex;align-items:center;background:#fff;color:#667eea;font-weight:700;padding:10px 18px;border-radius:10px;text-decoration:none;margin-left:8px;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 14px #00000026;border:none;cursor:pointer;font-size:.95rem}.nav-cta:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0003}.nav-cta-disabled{background:#ffffff80;color:#fffc;cursor:not-allowed}.nav-cta-disabled:hover{transform:none;box-shadow:0 4px 14px #00000026}.mobile-nav-toggle{display:none;background:transparent;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:4px 8px}.hero{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center;max-width:1200px;margin:0 auto;padding:80px 24px 60px}.hero-content h1{font-size:clamp(2.2rem,5vw,3.6rem);font-weight:800;line-height:1.1;margin-bottom:20px;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.1)}.hero-subtitle{font-size:clamp(1.05rem,2vw,1.25rem);color:#ffffffeb;margin-bottom:32px;max-width:560px}.hero-actions{display:flex;flex-wrap:wrap;gap:16px}.hero-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;border-radius:12px;font-size:1rem;font-weight:700;text-decoration:none;border:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 14px #00000026}.hero-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #0003}.hero-btn-primary{background:#fff;color:#667eea}.hero-btn-primary:disabled{background:#ffffff80;color:#ffffffd9;cursor:not-allowed}.hero-btn-secondary{background:#ffffff2e;color:#fff;border:1px solid rgba(255,255,255,.3)}.hero-card{background:#ffffff26;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.25);border-radius:24px;padding:32px;display:flex;flex-direction:column;gap:20px;box-shadow:0 20px 40px #0003}.hero-card-item{display:flex;align-items:flex-start;gap:16px;color:#fff}.hero-card-icon{font-size:1.8rem;flex-shrink:0}.hero-card-item strong{display:block;font-size:1.05rem;margin-bottom:4px}.hero-card-item p{margin:0;color:#ffffffd9;font-size:.92rem}.trust-bar{display:flex;justify-content:center;flex-wrap:wrap;gap:40px;padding:32px 24px;max-width:1200px;margin:0 auto;color:#fff}.trust-item{display:flex;align-items:center;gap:10px;font-size:.95rem;background:#ffffff1f;padding:10px 18px;border-radius:999px;border:1px solid rgba(255,255,255,.18)}.trust-item span{font-size:1.2rem}.content-section{max-width:1200px;margin:0 auto;padding:72px 24px}.content-section-alt{background:#ffffff14;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);max-width:none}.content-section-alt>*{max-width:1200px;margin-left:auto;margin-right:auto}.section-header{text-align:center;margin-bottom:48px}.section-header h2{font-size:clamp(1.7rem,3.5vw,2.4rem);font-weight:700;margin-bottom:12px;color:#fff}.section-header p{font-size:1.05rem;color:#ffffffd9;max-width:600px;margin:0 auto}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.feature-card{background:#ffffffeb;color:#333;border-radius:20px;padding:28px;box-shadow:0 12px 30px #0000001f;transition:transform .2s ease,box-shadow .2s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0000002e}.feature-icon{font-size:2rem;margin-bottom:14px}.feature-card h3{font-size:1.15rem;font-weight:700;margin-bottom:8px;color:#1f2937}.feature-card p{font-size:.95rem;color:#4b5563;line-height:1.5;margin:0}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px}.step-card{background:#ffffff1a;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:28px;color:#fff}.step-number{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;background:#fff;color:#667eea;font-weight:800;border-radius:50%;margin-bottom:16px;font-size:1.1rem}.step-card h3{font-size:1.15rem;font-weight:700;margin-bottom:8px}.step-card p{font-size:.95rem;color:#ffffffd9;margin:0}.use-case-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}.use-case-card{display:flex;align-items:center;justify-content:center;gap:10px;background:#ffffff26;border:1px solid rgba(255,255,255,.22);border-radius:16px;padding:22px;font-size:1rem;font-weight:500;color:#fff;text-align:center;transition:background .2s ease}.use-case-card:hover{background:#ffffff38}.members-inner{text-align:center}.members-inner h2{font-size:1.9rem;font-weight:700;margin-bottom:20px}.members-inner p{font-size:1.05rem;color:#ffffffe6;max-width:680px;margin:0 auto 16px}.members-inner code{background:#ffffff40;color:#fff;padding:2px 8px;border-radius:6px;font-family:Courier New,monospace;font-size:.95rem}.final-cta{text-align:center;padding:80px 24px;background:#ffffff1f;border-top:1px solid rgba(255,255,255,.15)}.final-cta h2{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;margin-bottom:12px}.final-cta p{font-size:1.1rem;color:#ffffffe6;margin-bottom:28px}.footer-divider{opacity:.5}@media (max-width: 900px){.hero{grid-template-columns:1fr;text-align:center;padding-top:48px}.hero-subtitle{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-card{max-width:480px;margin:0 auto}.trust-bar{gap:16px}.content-section{padding:56px 24px}}@media (max-width: 720px){.landing-nav-links{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;background:#667eeafa;padding:16px 24px;gap:8px;border-bottom:1px solid rgba(255,255,255,.15)}.landing-nav-links.open{display:flex}.nav-cta{margin-left:0;margin-top:8px;width:100%;justify-content:center}.mobile-nav-toggle{display:block}.hero{padding:40px 20px}.hero-actions{flex-direction:column;align-items:center}.hero-btn{width:100%;max-width:280px}.trust-bar{flex-direction:column;align-items:center}.trust-item{width:100%;max-width:280px;justify-content:center}.feature-grid,.steps-grid,.use-case-grid{grid-template-columns:1fr}}.header{text-align:center;margin-bottom:40px}.header h1{font-size:28px;font-weight:700;color:var(--text);margin-bottom:8px}.header p{font-size:15px;color:var(--text-light)}.container-large{background:#fff;border-radius:24px;padding:48px;max-width:640px;width:100%;box-shadow:0 32px 64px #0003}.qr-section{display:block;text-align:center;margin-bottom:32px;padding:32px 24px;background:var(--bg);border-radius:16px}.qr-title{font-size:20px;font-weight:600;color:var(--text);margin-bottom:12px}.qr-description{font-size:15px;color:var(--text-light);margin-bottom:24px;line-height:1.5}.qr-code{display:flex;align-items:center;justify-content:center;padding:20px;background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000026}.qr-code canvas{display:block}.qr-code img{width:250px;height:250px;display:block}.qr-note{margin-top:20px;font-size:13px;color:var(--text-light);font-style:italic}.stepper{display:flex;justify-content:space-between;margin-bottom:40px;position:relative}.stepper:before{content:"";position:absolute;top:20px;left:0;right:0;height:2px;background:var(--border);z-index:0}.step{display:flex;flex-direction:column;align-items:center;position:relative;z-index:1;flex:1}.step-circle{width:40px;height:40px;border-radius:50%;background:#fff;border:2px solid var(--border);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;color:var(--text-light);transition:all .3s ease}.step.active .step-circle{border-color:var(--primary);background:var(--primary);color:#fff}.step.completed .step-circle{border-color:var(--success);background:var(--success);color:#fff}.step-label{margin-top:8px;font-size:12px;font-weight:500;color:var(--text-light)}.step.active .step-label{color:var(--primary)}.step.completed .step-label{color:var(--success)}.step-content{display:none}.step-content.active{display:block}.step-title{font-size:20px;font-weight:600;color:var(--text);margin-bottom:8px;text-align:center}.step-description{font-size:14px;color:var(--text-light);text-align:center;margin-bottom:32px;line-height:1.5}.form-group{margin-bottom:24px}.form-label{display:block;font-size:14px;font-weight:500;color:var(--text);margin-bottom:8px}.form-input{width:100%;padding:12px 16px;border:2px solid var(--border);border-radius:12px;font-size:15px;transition:all .2s ease;background:#fff}.form-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #667eea1a}.form-checkbox{width:20px;height:20px;cursor:pointer;accent-color:var(--primary)}.file-upload-zone{border:2px dashed var(--border);border-radius:16px;padding:32px;text-align:center;cursor:pointer;transition:all .2s ease;background:var(--bg)}.file-upload-zone:hover{border-color:var(--primary);background:#667eea0d}.file-upload-zone.has-file{border-style:solid;border-color:var(--success);background:#4caf500d}.upload-icon{font-size:48px;margin-bottom:16px;color:var(--text-light)}.upload-text{font-size:15px;font-weight:500;color:var(--text);margin-bottom:4px}.upload-subtext{font-size:13px;color:var(--text-light)}.camera-container{position:relative;width:100%;aspect-ratio:4 / 3;background:#000;border-radius:12px;overflow:hidden;margin-bottom:24px}.camera-preview{width:100%;height:100%;object-fit:cover;display:block}.camera-canvas{display:none}.captured-image{width:100%;height:100%;object-fit:cover;display:block}.oval-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;pointer-events:none}.oval-overlay svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.oval-border{fill:none;stroke-width:2.5;transition:stroke .3s ease}.ghost-silhouette{position:absolute;width:90px;height:120px;opacity:.07;background:linear-gradient(to bottom,transparent,#e8f4f8);clip-path:polygon(35% 0%,65% 0%,80% 28%,82% 58%,92% 70%,100% 100%,0% 100%,8% 70%,18% 58%,20% 28%);pointer-events:none}.corner-marker{position:absolute;width:20px;height:3px;background:#00d4b4;border-radius:2px;pointer-events:none}.guidance-text{text-align:center;color:#00d4b4;font-size:14px;font-weight:500;margin-bottom:12px}.face-status-bar{height:4px;background:#ffffff1a;border-radius:2px;overflow:hidden;margin:12px 0}.face-status-progress{height:100%;background:#00d4b4;width:0%;transition:width .2s ease}.camera-controls{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.fallback-upload{margin-top:24px;padding-top:24px;border-top:1px solid var(--border)}.fallback-upload p{text-align:center;margin-bottom:12px}.btn{width:100%;padding:14px 24px;background:var(--primary);color:#fff;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}.btn:hover{background:var(--primary-dark);transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn:disabled{background:var(--border);cursor:not-allowed;transform:none}.btn-secondary{background:#fff;color:var(--text);border:2px solid var(--border)}.btn-secondary:hover{background:var(--bg);border-color:var(--text-light)}.message{padding:16px;border-radius:12px;margin-bottom:24px;font-size:14px;display:none;animation:slideDown .3s ease}.message.show{display:block}.message.info{background:#667eea1a;color:var(--primary);border-left:4px solid var(--primary)}.message.error{background:#f443361a;color:var(--error);border-left:4px solid var(--error)}.message.success{background:#4caf501a;color:var(--success);border-left:4px solid var(--success)}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.success-animation{text-align:center;margin-bottom:32px}.checkmark-circle{width:80px;height:80px;border-radius:50%;background:var(--success);display:flex;align-items:center;justify-content:center;margin:0 auto;animation:scaleIn .5s ease}.checkmark{width:50px;height:50px;position:relative}.checkmark:after{content:"";position:absolute;width:15px;height:30px;border:solid white;border-width:0 3px 3px 0;transform:rotate(45deg);left:15px;top:5px;animation:checkmarkDraw .5s ease .3s forwards;opacity:0}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes checkmarkDraw{to{opacity:1}}.success-details{background:var(--bg);border-radius:12px;padding:24px;margin-bottom:24px}.detail-item{display:flex;align-items:center;gap:16px;margin-bottom:16px}.detail-item:last-child{margin-bottom:0}.detail-icon{font-size:32px}.detail-text{text-align:left}.detail-label{font-size:12px;color:var(--text-light);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.detail-value{font-size:16px;font-weight:600;color:var(--text)}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@media (min-width: 481px){.qr-section{display:block!important;margin-bottom:32px}.stepper,.step-content{display:none!important}.qr-code canvas{display:block!important;visibility:visible!important}}@media (max-width: 480px){.qr-section{display:none!important}.stepper{display:flex!important}.step-content{display:none}.step-content.active{display:block}}@media (max-width: 640px){.container-large{padding:32px 24px}.step-circle{width:36px;height:36px;font-size:12px}.step-label{font-size:11px}.qr-code svg{width:200px;height:200px}}.error-container{text-align:center}.error-title{color:var(--error)}.admin-container{min-height:100vh;background:#0f172a;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px}.admin-login-card{background:#1e293b;border:1px solid #334155;border-radius:16px;padding:48px;text-align:center;max-width:400px;width:100%}.admin-logo{width:72px;height:72px;background:#6366f1;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:36px;margin:0 auto 24px}.admin-title{font-size:28px;font-weight:700;color:#f8fafc;margin-bottom:8px}.admin-subtitle{font-size:15px;color:#94a3b8;margin-bottom:32px}.admin-error{background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:8px;padding:12px;color:#ef4444;font-size:14px;margin-bottom:20px}.admin-discord-btn{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;padding:14px 24px;background:#6366f1;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.admin-discord-btn:hover{background:#4f46e5}.admin-note{font-size:13px;color:#64748b;margin-top:24px}.admin-loading{text-align:center;color:#94a3b8}.spinner{width:40px;height:40px;border:3px solid #334155;border-top-color:#6366f1;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 16px}@keyframes spin{to{transform:rotate(360deg)}}.admin-error-card,.admin-empty-card{background:#1e293b;border:1px solid #334155;border-radius:16px;padding:48px;text-align:center;max-width:400px;width:100%}.admin-error-icon,.admin-empty-icon{font-size:56px;margin-bottom:20px}.admin-error-card h2,.admin-empty-card h2{font-size:22px;font-weight:700;color:#f8fafc;margin-bottom:12px}.admin-error-card p,.admin-empty-card p{font-size:15px;color:#94a3b8;margin-bottom:24px}.admin-btn{padding:10px 18px;background:#6366f1;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.admin-btn:hover{background:#4f46e5}.admin-btn-secondary{background:#334155;color:#f8fafc;border:1px solid #334155}.admin-btn-secondary:hover{background:#475569}.admin-logout-btn{padding:8px 16px;background:#1e293b;color:#ef4444;border:1px solid #334155;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}.admin-logout-btn:hover{background:#ef44441a;border-color:#ef444433}.admin-header{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin-bottom:40px;padding:20px 0;border-bottom:1px solid #334155}.admin-header h1{font-size:30px;font-weight:700;color:#f8fafc;letter-spacing:-.5px}.server-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;width:100%}.server-card{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:20px;display:flex;align-items:center;flex-wrap:wrap;gap:16px;cursor:pointer;transition:all .2s}.server-info{min-width:0;flex:1}.server-info h3{overflow-wrap:break-word}.server-card:hover{border-color:#6366f1;transform:translateY(-2px)}.server-icon{width:56px;height:56px;border-radius:10px;object-fit:cover}.server-icon-placeholder{width:56px;height:56px;border-radius:10px;background:#6366f1;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;color:#fff}.server-info h3{font-size:17px;font-weight:600;color:#f8fafc;margin-bottom:4px}.server-badge{display:inline-block;padding:4px 8px;background:#6366f126;color:#6366f1;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.server-badge-warning{background:#f59e0b26;color:#f59e0b}.server-card-no-bot{border-color:#f59e0b;opacity:.8}.server-card-no-bot:hover{border-color:#f59e0b;background:#f59e0b0d}.admin-app{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a;display:flex;flex-direction:column;overflow:hidden}.admin-topbar{position:sticky;top:0;z-index:100;background:#1e293b;border-bottom:1px solid #334155;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.admin-topbar-left{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.admin-guild-info{display:flex;align-items:center;gap:10px}.admin-guild-icon{width:36px;height:36px;border-radius:8px;object-fit:cover;background:#334155}.admin-guild-name{font-size:16px;font-weight:600;color:#f8fafc;overflow-wrap:break-word;max-width:100%}.admin-dashboard{display:grid;grid-template-columns:220px 1fr;grid-template-rows:minmax(0,1fr);flex:1;min-height:0;width:100%;padding:24px;gap:24px}.admin-page{flex:1;display:flex;flex-direction:column;min-height:0;width:100%;padding:24px}.admin-sidebar{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:12px;overflow-y:auto}.admin-sidebar-item{display:flex;align-items:center;gap:10px;padding:10px 12px;color:#94a3b8;border-radius:6px;cursor:pointer;transition:background-color .15s ease,color .15s ease;margin-bottom:2px;font-size:14px;font-weight:500;box-sizing:border-box}.admin-sidebar-item:hover{background:#334155;color:#f8fafc}.admin-sidebar-item.active{background:#6366f1;color:#fff}.admin-main{flex:1 1 auto;min-height:0;min-width:0;width:100%;background:#1e293b;border:1px solid #334155;border-radius:12px;padding:28px;overflow-y:auto}.admin-section-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:24px}.admin-section-header h2{font-size:20px;font-weight:700;color:#f8fafc;letter-spacing:-.3px}.admin-filters{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:24px}.admin-search{padding:10px 14px;background:#0f172a;border:1px solid #334155;border-radius:6px;color:#f8fafc;font-size:14px;min-width:250px}.admin-search::placeholder{color:#64748b}.admin-search:focus{outline:none;border-color:#6366f1}.admin-select{padding:10px 14px;background:#0f172a;border:1px solid #334155;border-radius:6px;color:#f8fafc;font-size:14px;cursor:pointer}.admin-select:focus{outline:none;border-color:#6366f1}.admin-select option{background:#1e293b;color:#f8fafc}.admin-table{width:100%;border-collapse:collapse;font-size:14px}.admin-table th{text-align:left;padding:12px 16px;color:#94a3b8;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #334155;background:#0f172a}.admin-table td{padding:14px 16px;color:#f8fafc;border-bottom:1px solid #334155;vertical-align:middle}.admin-table tr:hover{background:#0f172a}.admin-table tr:last-child td{border-bottom:none}.data-table{width:100%;border-collapse:collapse;font-size:14px;margin-top:20px}.data-table th{text-align:left;padding:14px 16px;color:#f8fafc;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #334155;background:#1e293b}.data-table td{padding:16px;color:#f8fafc;border-bottom:1px solid #334155;vertical-align:middle}.data-table tbody tr{transition:background .2s}.data-table tbody tr:hover{background:#1e293b}.data-table tr:last-child td{border-bottom:none}.details-cell{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-badge{display:inline-block;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:600}.status-badge.pending{background:#f59e0b26;color:#f59e0b}.status-badge.verified{background:#22c55e26;color:#22c55e}.status-badge.rejected{background:#ef444426;color:#ef4444}.badge{display:inline-block;padding:6px 12px;border-radius:4px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.badge-gold{background:#f9731633;color:#fb923c}.badge-blue{background:#6366f133;color:#818cf8}.badge-green{background:#22c55e33;color:#86efac}.badge-red{background:#ef444433;color:#fca5a5}.badge-yellow{background:#f59e0b33;color:#fcd34d}.badge-gray{background:#6b728033;color:#d1d5db}.admin-actions{display:flex;gap:6px}.admin-action-btn{padding:6px 10px;border:none;border-radius:4px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s}.admin-action-btn.approve{background:#22c55e26;color:#22c55e}.admin-action-btn.approve:hover{background:#22c55e40}.admin-action-btn.reject{background:#ef444426;color:#ef4444}.admin-action-btn.reject:hover{background:#ef444440}.admin-action-btn.view{background:#6366f126;color:#6366f1}.admin-action-btn.view:hover{background:#6366f140}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-bottom:24px}.stat-card{background:#0f172a;border:1px solid #334155;border-radius:10px;padding:18px;transition:all .2s}.stat-card:hover{border-color:#6366f1}.stat-value{font-size:28px;font-weight:700;color:#f8fafc;margin-bottom:4px;letter-spacing:-.5px}.stat-label{font-size:13px;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{background:#1e293b;border:1px solid #334155;border-radius:16px;max-width:500px;width:100%;padding:28px}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.modal-header h2{font-size:20px;font-weight:700;color:#f8fafc;margin:0}.modal-close{background:none;border:none;color:#64748b;font-size:28px;cursor:pointer;transition:color .2s;width:36px;height:36px;border-radius:6px;display:flex;align-items:center;justify-content:center;padding:0;line-height:1}.modal-close:hover{color:#f8fafc;background:#334155}.modal-body{margin-bottom:24px}.modal-body p{color:#94a3b8;font-size:15px;margin-bottom:12px;line-height:1.5}.modal-body p:last-child{margin-bottom:0}.modal-body strong{color:#f8fafc}.modal-footer{display:flex;gap:12px;justify-content:flex-end}.admin-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.admin-modal{background:#1e293b;border:1px solid #334155;border-radius:16px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;padding:28px}.admin-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.admin-modal-header h3{font-size:20px;font-weight:700;color:#f8fafc;letter-spacing:-.3px;overflow-wrap:break-word;max-width:calc(100% - 44px)}.admin-modal-close{background:none;border:none;color:#64748b;font-size:24px;cursor:pointer;transition:color .2s;width:36px;height:36px;border-radius:6px;display:flex;align-items:center;justify-content:center}.admin-modal-close:hover{color:#f8fafc;background:#334155}.admin-modal-body{display:flex;flex-direction:column;gap:24px}.admin-modal-section h4{font-size:15px;font-weight:600;color:#f8fafc;margin-bottom:12px}.admin-modal-images{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}.admin-modal-image{width:100%;border-radius:8px;border:1px solid #334155;cursor:pointer;transition:transform .2s}.admin-modal-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.admin-detail-item{background:#0f172a;padding:14px;border-radius:8px;border:1px solid #334155}.admin-detail-label{font-size:11px;color:#94a3b8;margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px}.admin-detail-value{font-size:15px;font-weight:600;color:#f8fafc}.admin-modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px;padding-top:24px;border-top:1px solid #334155}@media (max-width: 1024px){.admin-dashboard{display:flex;flex-direction:column}.admin-sidebar{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;padding:10px;gap:6px;scrollbar-width:none;-ms-overflow-style:none}.admin-sidebar::-webkit-scrollbar{display:none}.admin-sidebar-item{white-space:nowrap;flex-shrink:0}.charts-container{grid-template-columns:1fr}}@media (max-width: 768px){.admin-topbar{padding:12px 16px;gap:10px}.admin-topbar-left{gap:10px}.admin-dashboard{padding:16px;gap:16px}.admin-page{padding:16px}.admin-main{padding:20px}.admin-header{flex-direction:column;align-items:flex-start;gap:16px}.admin-login-card{padding:32px 24px}.server-grid{grid-template-columns:1fr}.admin-table,.data-table{font-size:13px}.admin-table th,.admin-table td,.data-table th,.data-table td{padding:10px 12px}.admin-actions{flex-direction:column;align-items:stretch}.admin-action-btn{width:100%}.bulk-actions{flex-direction:column;align-items:stretch}.bulk-buttons{flex-direction:column}.stats-grid{grid-template-columns:repeat(2,1fr)}.admin-modal{max-width:100%;margin:16px;padding:20px}.admin-modal-actions{flex-direction:column}.admin-modal-actions .admin-btn{width:100%}.admin-modal-images,.admin-modal-details{grid-template-columns:1fr}.admin-section-header{flex-direction:column;align-items:flex-start;gap:12px}.admin-filters{flex-direction:column;width:100%}.queue-header,.audit-header{flex-direction:column;align-items:flex-start}.queue-filters,.audit-filters{width:100%;flex-direction:column}.admin-search,.admin-select{width:100%;min-width:auto}.modal-content{max-width:100%;margin:16px;padding:20px}}@media (max-width: 480px){.admin-title{font-size:24px}.admin-topbar{padding:10px 12px;gap:8px}.admin-topbar-left{gap:8px}.admin-guild-name{font-size:14px}.admin-dashboard{padding:10px;gap:12px}.admin-page{padding:10px}.admin-main{padding:14px}.admin-sidebar{padding:8px;gap:4px}.admin-sidebar-item{padding:8px 10px;font-size:13px}.admin-section-header{margin-bottom:16px}.stats-grid{grid-template-columns:1fr}.stat-value{font-size:24px}.admin-modal{padding:16px;border-radius:12px}.admin-modal-header h3{font-size:18px}.modal-content{padding:16px}.admin-table,.data-table{font-size:12px}.admin-table th,.admin-table td,.data-table th,.data-table td{padding:8px 10px}}.admin-action-btn:focus-visible,.admin-btn:focus-visible,.admin-logout-btn:focus-visible,.admin-sidebar-item:focus-visible,.admin-discord-btn:focus-visible{outline:2px solid #6366f1;outline-offset:2px}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid #6366f1;outline-offset:2px}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.user-queue{width:100%}.table-wrapper{width:100%;overflow-x:auto;border-radius:8px;border:1px solid #334155}.queue-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.queue-header h2{font-size:20px;font-weight:700;color:#f8fafc;margin:0;letter-spacing:-.3px}.queue-filters{display:flex;gap:12px;flex-wrap:wrap}.empty-state{text-align:center;padding:40px;color:#64748b;background:#0f172a;border:1px solid #334155;border-radius:10px}.image-container{margin-bottom:16px}.image-label{color:#94a3b8;margin-bottom:8px;font-size:14px}.admin-modal-image{width:100%;max-width:300px;border-radius:8px;border:1px solid #334155;cursor:pointer;transition:transform .2s}.admin-modal-image:hover{transform:scale(1.02)}.zoom-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px;cursor:pointer}.zoomed-image{max-width:90%;max-height:90%;object-fit:contain;border-radius:8px}.reject-section{display:flex;flex-direction:column;gap:12px;margin-top:16px}.reject-reason{width:100%;min-height:80px;padding:12px;background:#0f172a;border:1px solid #334155;border-radius:6px;color:#f8fafc;font-size:14px;resize:vertical}.reject-reason::placeholder{color:#64748b}.reject-reason:focus{outline:none;border-color:#6366f1}.server-config{width:100%}.config-header{margin-bottom:32px}.config-header h2{font-size:20px;font-weight:700;color:#f8fafc;margin-bottom:8px;letter-spacing:-.3px}.config-subtitle{color:#94a3b8;margin:0;font-size:15px}.config-form{display:flex;flex-direction:column;gap:24px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;font-weight:600;color:#f8fafc}.form-input{width:100%;box-sizing:border-box;padding:12px 16px;background:#0f172a;border:1px solid #334155;border-radius:6px;color:#f8fafc;font-size:14px;transition:all .2s}.form-input:focus{outline:none;border-color:#6366f1}.form-input::placeholder{color:#64748b}.form-hint{font-size:12px;color:#64748b;margin:0}.checkbox-group{flex-direction:row;align-items:flex-start;gap:12px}.checkbox-label{display:flex;align-items:center;gap:8px;color:#f8fafc;cursor:pointer}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#6366f1}.form-actions{margin-top:16px}.statistics-panel{width:100%}.stats-header{margin-bottom:24px}.stats-header h2{font-size:20px;font-weight:700;color:#f8fafc;margin:0;letter-spacing:-.3px}.charts-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;margin-top:32px}@media (max-width: 1024px){.charts-container{grid-template-columns:1fr}}.chart-card{background:#0f172a;border:1px solid #334155;border-radius:10px;padding:20px}.chart-card h3{font-size:16px;font-weight:600;color:#f8fafc;margin-bottom:16px;letter-spacing:-.3px}.bulk-actions{display:flex;justify-content:space-between;align-items:center;padding:14px;background:#0f172a;border:1px solid #334155;border-radius:10px;margin-bottom:24px}.bulk-info{color:#f8fafc;font-weight:600;font-size:14px}.bulk-count{color:#6366f1}.bulk-buttons{display:flex;gap:10px}.bulk-approve-btn{background:#22c55e26;color:#22c55e}.bulk-approve-btn:hover{background:#22c55e40}.bulk-reject-btn{background:#ef444426;color:#ef4444}.bulk-reject-btn:hover{background:#ef444440}.bulk-confirm-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px}.bulk-confirm-modal{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:24px;max-width:400px;width:100%}.bulk-confirm-modal h3{font-size:18px;font-weight:700;color:#f8fafc;margin-bottom:16px;letter-spacing:-.3px}.bulk-confirm-actions{display:flex;gap:12px;justify-content:flex-end;flex-wrap:wrap;margin-top:24px}.audit-log{width:100%}.audit-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.audit-header h2{font-size:20px;font-weight:700;color:#f8fafc;margin:0;letter-spacing:-.3px}.audit-filters{display:flex;gap:12px;flex-wrap:wrap}@media (max-width: 480px){.queue-header,.audit-header{gap:12px}.queue-filters,.audit-filters{flex-direction:column}.queue-filters .admin-search,.queue-filters .admin-select,.audit-filters .admin-search,.audit-filters .admin-select{width:100%}.chart-card{padding:14px}.bulk-confirm-modal{padding:16px}}.verification-embed-editor{border-top:1px solid #334155;padding-top:28px}.embed-editor-header{margin-bottom:20px}.embed-editor-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(260px,.8fr);gap:24px;align-items:start}.embed-editor-fields{display:flex;flex-direction:column;gap:18px}.embed-two-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.embed-textarea,.embed-field-row textarea{min-height:96px;resize:vertical}.color-input-row{display:flex;gap:8px;align-items:center}.color-input-row input[type=color]{width:44px;height:42px;padding:2px;border:1px solid #334155;background:#0f172a;border-radius:6px}.color-input-row .form-input{flex:1}.embed-section-card,.embed-preview-card{border:1px solid #334155;background:#111827;border-radius:8px;padding:16px}.embed-section-title{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;color:#f8fafc}.embed-section-title .admin-btn,.embed-field-row .admin-btn{padding:7px 11px;font-size:12px}.embed-field-row{display:grid;grid-template-columns:1fr 1.5fr auto auto;gap:8px;align-items:start;padding-top:12px;margin-top:12px;border-top:1px solid #334155}.embed-field-row .checkbox-label{padding-top:12px;white-space:nowrap}.embed-preview-card{position:sticky;top:20px}.embed-preview-card h3{margin:0 0 14px;color:#f8fafc}.discord-embed-preview{min-height:130px;border-left:4px solid #5865f2;background:#1e1f22;border-radius:4px;padding:14px;color:#dbdee1;white-space:pre-wrap;overflow-wrap:anywhere}.discord-embed-preview strong{display:block;color:#fff;margin-bottom:8px}.discord-embed-preview p{margin:0 0 12px;color:#dbdee1}.preview-author,.discord-embed-preview small{display:block;color:#b5bac1;font-size:12px;margin-bottom:8px}.preview-field{margin-top:10px}.preview-field span{display:block;color:#b5bac1;margin-top:3px}.preview-button{border:0;border-radius:3px;padding:8px 14px;margin-top:12px;color:#fff;font-weight:600}.preview-button-primary{background:#5865f2}.preview-button-secondary{background:#4e5058}.preview-button-success{background:#248046}.preview-button-danger{background:#da373c}@media (max-width: 900px){.embed-editor-grid{grid-template-columns:1fr}.embed-preview-card{position:static}}@media (max-width: 640px){.embed-two-column,.embed-field-row{grid-template-columns:1fr}.embed-field-row .checkbox-label{padding-top:0}}.faq-page{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;min-height:100vh;overflow-y:auto;overflow-x:hidden;z-index:10;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5}.faq-page .hero{display:block;text-align:center;padding:80px 24px 60px}.faq-page .hero-content{max-width:1200px;margin:0 auto}.faq-page .hero-subtitle{margin:0 auto 32px;max-width:600px;text-align:center}.faq-content{max-width:1200px;margin:0 auto;padding:0 24px 60px}.faq-items{display:flex;flex-direction:column;gap:12px}.faq-item{background:#fffffff2;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:box-shadow .2s ease}.faq-item:hover{box-shadow:0 8px 20px #00000026}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background:transparent;border:none;color:#1f2937;font-size:1.05rem;font-weight:600;text-align:left;cursor:pointer;transition:background .2s ease}.faq-question:hover{background:#667eea0d}.faq-question span{flex:1;margin-right:12px}.faq-answer{padding:0 24px 20px;color:#4b5563;font-size:.95rem;line-height:1.6}@media (max-width: 720px){.faq-header{padding:40px 20px 30px}.faq-content{padding:0 20px 40px}.faq-section-header h2{font-size:1.4rem}.faq-question{padding:16px 20px;font-size:1rem}.faq-answer{padding:0 20px 16px;font-size:.9rem}}.help-page{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;min-height:100vh;overflow-y:auto;overflow-x:hidden;z-index:10;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5}.landing-nav{position:sticky;top:0;z-index:100;padding:16px 24px;background:#ffffff1a;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.15)}.landing-nav-inner{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto}.landing-logo{display:flex;align-items:center;gap:10px;font-size:1.2rem;font-weight:700;cursor:pointer;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.1);-webkit-user-select:none;user-select:none}.landing-nav-links{display:flex;align-items:center;gap:8px}.nav-link{background:transparent;border:none;color:#fff;font-size:.95rem;font-weight:500;padding:8px 14px;border-radius:8px;cursor:pointer;transition:background .2s ease}.nav-link:hover{background:#ffffff26}.help-page .hero{display:block;text-align:center;padding:80px 24px 60px}.help-page .hero-content{max-width:1200px;margin:0 auto}.help-page .hero-subtitle{margin:0 auto 32px;max-width:600px;text-align:center}.help-content{max-width:1200px;margin:0 auto;padding:0 24px 60px}.help-guide-section{margin-bottom:48px}.help-guide-header{margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.2)}.help-guide-header h2{font-size:1.6rem;font-weight:700;color:#fff;margin:0}.help-steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}.help-step-card{background:#fffffff2;border-radius:20px;padding:28px;color:#333;box-shadow:0 4px 12px #0000001a;transition:transform .2s ease,box-shadow .2s ease}.help-step-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000026}.help-step-number{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;background:#667eea;color:#fff;font-weight:800;border-radius:50%;margin-bottom:16px;font-size:1.1rem}.help-step-card h3{font-size:1.15rem;font-weight:700;margin-bottom:8px;color:#1f2937}.help-step-card p{font-size:.95rem;color:#4b5563;line-height:1.5;margin:0}.troubleshooting-section{margin-top:60px;padding-top:40px;border-top:1px solid rgba(255,255,255,.2)}.troubleshooting-list{display:flex;flex-direction:column;gap:16px}.troubleshooting-item{background:#fffffff2;border-radius:16px;padding:24px;box-shadow:0 4px 12px #0000001a}.troubleshooting-issue{display:flex;align-items:center;gap:12px;margin-bottom:12px;color:#1f2937;font-size:1.05rem;font-weight:600}.troubleshooting-solution{color:#4b5563;font-size:.95rem;line-height:1.6;padding-left:32px}.landing-footer{background:#0003;padding:32px 24px;text-align:center;color:#ffffffb3}.footer-links{display:flex;justify-content:center;align-items:center;gap:12px;margin-bottom:12px;flex-wrap:wrap}.footer-link{background:transparent;border:none;color:#ffffffd9;cursor:pointer;font-size:.95rem;text-decoration:underline}.footer-link:hover{color:#fff}.footer-copy{font-size:.9rem;opacity:.8;margin:0}@media (max-width: 720px){.help-header{padding:40px 20px 30px}.help-content{padding:0 20px 40px}.help-guide-header h2{font-size:1.4rem}.help-steps-grid{grid-template-columns:1fr}.troubleshooting-section{margin-top:40px;padding-top:30px}.troubleshooting-item{padding:20px}.troubleshooting-solution{padding-left:0}}:root{--primary: #667eea;--primary-dark: #5568d3;--success: #4caf50;--error: #f44336;--warning: #ff9800;--text: #333;--text-light: #666;--border: #e0e0e0;--bg: #f5f5f5}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px}#root{width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}code{background:var(--bg);padding:2px 6px;border-radius:4px;font-family:Courier New,monospace}
