@import"https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap";.landing{width:100%;min-height:100vh;overflow-x:hidden;background:#fff}.headerLogoImg{width:44px;height:44px;object-fit:contain;filter:contrast(1.2) saturate(1.1)}.headerBtn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:10px 28px;background:#9381ff;color:#fff;font-size:14px;font-weight:700;border:none;border-radius:100px;cursor:pointer;transition:background .2s,transform .2s}.hero{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:85vh;padding:120px 24px 60px;background:#fff;overflow:hidden}.heroBadge{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;background:#f5f3ff;border-radius:100px;font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#9381ff;margin-bottom:24px;z-index:1}.heroBadgeDot{width:6px;height:6px;border-radius:50%;background:#9381ff}.heroTitle{font-size:clamp(36px,7vw,64px);font-weight:850;line-height:1.05;letter-spacing:-2px;color:#1e1b4b;max-width:800px;margin-bottom:20px;z-index:1}.heroTitleGradient{color:#9381ff}.heroSubtitle{font-size:18px;color:#64748b;max-width:520px;line-height:1.6;margin-bottom:40px;z-index:1}.heroBtn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 40px;background:#9381ff;color:#fff;font-size:16px;font-weight:700;border:none;border-radius:100px;cursor:pointer;z-index:1;transition:all .2s ease;height:56px;box-sizing:border-box}.showcaseSection{padding:40px 24px 80px;background:#fff;overflow:hidden}.showcaseWrapper{position:relative;max-width:1000px;margin:0 auto;display:flex;align-items:center}.showcaseViewport{flex:1;overflow:hidden}.showcaseGrid{display:flex;justify-content:center;gap:40px;padding:20px 0;transition:transform .3s ease-out}.screenshotWrapper{width:180px;flex-shrink:0;opacity:0;transform:translateY(40px);transition:opacity .8s ease-out,transform .8s ease-out}.screenshotWrapper.visible{opacity:1;transform:translateY(0)}.screenshotCard{width:100%;aspect-ratio:9/19;border-radius:20px;overflow:hidden;border:1px solid #f1f5f9;box-shadow:0 10px 40px #0000000a;background:#f8fafc}.screenshotImg{width:100%;height:100%;object-fit:cover;display:block}@media (max-width: 768px){.showcaseGrid{justify-content:flex-start;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;gap:24px;padding:20px 40px;-ms-overflow-style:none;scrollbar-width:none}.showcaseGrid::-webkit-scrollbar{display:none}.screenshotWrapper{scroll-snap-align:center;width:220px}}.section{padding:100px 24px;max-width:1200px;margin:0 auto}.sectionLabel{display:inline-flex;align-items:center;gap:8px;font-size:.75rem;font-weight:800;color:#9381ff;text-transform:uppercase;letter-spacing:.1em;margin-bottom:12px}.sectionTitle{font-size:clamp(24px,5vw,42px);font-weight:850;color:#1e1b4b;margin-bottom:56px;letter-spacing:-1.5px}.featureGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.featureCard{background:#fff;border:1px solid #f1f5f9;border-radius:24px;padding:40px 32px;transition:transform .2s,box-shadow .2s;opacity:0;transform:translateY(20px)}.featureCard.visible{opacity:1;transform:translateY(0);transition:opacity .5s ease-out,transform .5s ease-out}.featureCard:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0000000a}.featureIconWrap{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:12px;margin-bottom:24px}.iconPurple{background:#f5f3ff;color:#9381ff}.iconBlue{background:#eff6ff;color:#3b82f6}.iconGreen{background:#f0fdf4;color:#10b981}.iconOrange{background:#fff7ed;color:#f97316}.iconPink{background:#fdf2f8;color:#ec4899}.iconTeal{background:#f0fdfa;color:#14b8a6}.featureCardTitle{font-size:18px;font-weight:700;color:#1e1b4b;margin-bottom:10px}.featureCardDesc{font-size:14px;line-height:1.65;color:#6b7280}.faqSection{padding:80px 24px;background:#f9f8ff}.faqInner{max-width:720px;margin:0 auto}.faqItem{border-bottom:1px solid #ede9fe;opacity:0;transform:translateY(20px)}.faqItem.visible{opacity:1;transform:translateY(0);transition:opacity .5s ease-out,transform .5s ease-out}.faqQuestion{display:flex;align-items:center;justify-content:space-between;width:100%;padding:20px 0;background:none;border:none;cursor:pointer;font-size:16px;font-weight:600;color:#1e1b4b;text-align:left}.faqQuestion:hover{color:#7c3aed}.faqChevron{flex-shrink:0;transition:transform .3s;color:#9381ff}.faqChevronOpen{transform:rotate(180deg)}.faqAnswer{overflow:hidden;max-height:0;transition:max-height .35s ease,padding .35s ease}.faqAnswerOpen{max-height:500px;padding-bottom:20px}.faqAnswerText{font-size:14px;line-height:1.7;color:#6b7280}.ctaFooter{text-align:center;padding:100px 24px;background:#f8fafc}.ctaFooterTitle{font-size:clamp(24px,4vw,36px);font-weight:850;color:#1e1b4b;margin-bottom:12px;letter-spacing:-1.5px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.ctaFooterSub{font-size:15px;color:#6b7280;margin-bottom:32px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.footerBrandTagline{font-size:14px;color:#64748b}.footerCopy{text-align:center;font-size:13px;color:#94a3b8}@media (max-width: 768px){.featureGrid{grid-template-columns:1fr;gap:16px}.section,.faqSection,.ctaFooter{padding:56px 20px}.heroBtn{width:100%;justify-content:center}.header{padding:12px 16px}.headerLogoText{font-size:16px}.headerBtn{padding:8px 16px;font-size:13px}.footerInner{flex-direction:column;gap:24px;text-align:center}.footerBrand{flex-direction:column}.footer{padding:40px 20px 28px}}.header{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:14px 28px;background:#ffffffbf;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(237,233,254,.6);transition:box-shadow .3s}.headerScrolled{box-shadow:0 4px 24px #9381ff14}.headerLogo{display:flex;align-items:center;gap:10px}.headerLogoImg{width:38px;height:38px;object-fit:contain;filter:contrast(1.2) saturate(1.1)}.headerLogoText{font-size:18px;font-weight:850;color:#1e1b4b;letter-spacing:-.5px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.headerBtn{display:inline-flex;align-items:center;gap:10px;padding:10px 28px;background:#9381ff;color:#fff;font-size:14px;font-weight:700;border:none;border-radius:100px;cursor:pointer;transition:background .2s,transform .2s}.headerBtn:hover{background:#7c3aed;transform:scale(1.02)}@media (max-width: 768px){.header{padding:12px 16px}.headerLogoText{font-size:16px}.headerBtn{padding:8px 16px;font-size:13px}}.footer{background:#fff;padding:64px 28px 32px;border-top:1px solid #f1f5f9}.footerInner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.footerBrand{display:flex;align-items:center;gap:14px}.footerLogoImg{width:42px;height:42px;object-fit:contain;filter:contrast(1.2) saturate(1.1)}.footerBrandText{display:flex;flex-direction:column;gap:2px}.footerBrandName{font-size:20px;font-weight:850;color:#1e1b4b;letter-spacing:-.5px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.footerBrandTagline{font-size:14px;color:#64748b;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.footerSocials{display:flex;align-items:center;gap:12px}.footerSocialLink{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:#f8fafc;color:#64748b;transition:all .2s;text-decoration:none}.footerSocialLink:hover{background:#f1f5f9;color:#9381ff;transform:translateY(-2px)}.footerDivider{border:none;border-top:1px solid #f1f5f9;max-width:1200px;margin:40px auto 24px}.footerCopy{text-align:center;font-size:13px;color:#94a3b8;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}@media (max-width: 768px){.footerInner{flex-direction:column;gap:24px;text-align:center}.footerBrand{flex-direction:column}.footer{padding:40px 20px 28px}}.registration-page{min-height:100vh;display:flex;flex-direction:column;background:#fff;padding-top:80px}.registration-container{flex:1;max-width:600px;margin:60px auto;padding:0 24px;width:100%}.form-header{text-align:center;margin-bottom:40px}.form-title{font-size:clamp(28px,5vw,42px);font-weight:850;color:#1e1b4b;margin-bottom:12px;letter-spacing:-1.5px}.form-subtitle{font-size:16px;color:#64748b;line-height:1.6}.registration-form{display:flex;flex-direction:column;gap:24px;background:#fff;border:1px solid #f1f5f9;border-radius:24px;padding:40px;box-shadow:0 10px 30px #00000005}.form-group{display:flex;flex-direction:column;gap:8px}.form-label{font-size:14px;font-weight:700;color:#1e1b4b}.form-input{padding:14px 18px;border:1px solid #e2e8f0;border-radius:12px;font-size:15px;transition:all .2s;background:#f8fafc}.form-input:focus{outline:none;border-color:#9381ff;background:#fff;box-shadow:0 0 0 4px #9381ff1a}.role-selector{display:grid;grid-template-columns:1fr 1fr;gap:12px}.role-option{padding:16px;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;text-align:center;transition:all .2s;background:#fff}.role-option:hover{border-color:#9381ff;background:#f5f3ff}.role-option.selected{border-color:#9381ff;background:#f5f3ff;box-shadow:0 0 0 1px #9381ff}.role-title{font-size:15px;font-weight:700;color:#1e1b4b}.role-option.selected .role-title{color:#9381ff}.error-message{font-size:13px;color:#ef4444;margin-top:4px}.success-popup{flex:1;display:flex;align-items:center;justify-content:center;padding:40px 24px}.success-content{text-align:center;max-width:480px}.success-icon{font-size:64px;margin-bottom:24px}.success-title{font-size:32px;font-weight:850;color:#1e1b4b;margin-bottom:16px;letter-spacing:-1px}.success-message{font-size:18px;color:#64748b;line-height:1.6;margin-bottom:32px}@media (max-width: 640px){.registration-form{padding:24px}.role-selector{grid-template-columns:1fr}}.heroBtn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 40px!important;background:#9381ff;color:#fff;font-size:16px;font-weight:700;border:none;border-radius:100px;cursor:pointer;transition:all .2s ease;height:56px!important;box-sizing:border-box}.heroBtn:hover{background:#7c3aed;transform:translateY(-1px)}.heroBtn:active{transform:translateY(0)}.heroBtn:disabled{background:#cbd5e1;cursor:not-allowed;transform:none}.heroBtn.is-loading{opacity:.8;cursor:wait}.admin-login{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#fff;padding:20px}.login-container{background:#fff;padding:40px;border-radius:12px;box-shadow:0 10px 30px #0000001a;width:100%;max-width:400px;border:1px solid #e1e5e9}.login-container h1{text-align:center;margin-bottom:30px;color:#333;font-size:2rem}.login-container form{display:flex;flex-direction:column;gap:20px}.login-container input{padding:12px 16px;border:2px solid #e1e5e9;border-radius:8px;font-size:16px;transition:border-color .3s ease}.login-container input:focus{outline:none;border-color:#667eea}.login-container button{padding:12px;background:#667eea;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .3s ease}.login-container button:hover:not(:disabled){background:#5a6fd8}.login-container button:disabled{opacity:.7;cursor:not-allowed}.error{color:#e74c3c;text-align:center;padding:10px;background:#fdf2f2;border-radius:6px;border:1px solid #fecaca}.admin-dashboard{min-height:100vh;background:#fff;padding:20px}.dashboard-header{background:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:20px;display:flex;justify-content:space-between;align-items:center}.dashboard-header h1{margin:0;color:#333}.admin-info{display:flex;align-items:center;gap:15px}.admin-info span{color:#666}.logout-btn{background:#e74c3c;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:14px}.logout-btn:hover{background:#c0392b}.dashboard-content{display:grid;gap:20px}.waitlist-section,.team-section{background:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 4px #0000001a}.waitlist-section h2,.team-section h2{margin:0 0 20px;color:#333}.users-sections{display:grid;grid-template-columns:1fr 1fr;gap:20px}.user-section{background:#f8f9fa;border-radius:6px;padding:15px;border:1px solid #e9ecef}.section-title{margin:0 0 15px;color:#333;font-size:16px;font-weight:600;padding-bottom:8px;border-bottom:2px solid #dee2e6}.users-list{display:flex;flex-direction:column;gap:8px;max-height:400px;overflow-y:auto;padding-right:8px}.users-list::-webkit-scrollbar{width:6px}.users-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.users-list::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.users-list::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.user-row{background:#fff;padding:12px;border-radius:4px;border:1px solid #e9ecef;transition:box-shadow .2s ease}.user-row:hover{box-shadow:0 2px 4px #0000001a}.user-info{display:flex;flex-direction:column;gap:4px}.user-name{font-weight:600;color:#333;font-size:14px}.user-email{color:#666;font-size:12px}.user-instagram{color:#e4405f;font-size:12px;font-weight:500}.instagram-link{color:#e4405f;text-decoration:none;transition:color .2s ease}.instagram-link:hover{color:#c13584;text-decoration:underline}.user-followers{color:#28a745;font-size:11px;font-weight:500}.user-niche{color:#6f42c1;font-size:11px;font-weight:500;background:#f8f9fa;padding:2px 6px;border-radius:3px;display:inline-block;width:fit-content}.user-gender{color:#17a2b8;font-size:11px;font-weight:500;text-transform:capitalize}.user-city{color:#fd7e14;font-size:11px;font-weight:500}.user-platform{color:#6c757d;font-size:11px;font-weight:500}.user-price{color:#28a745;font-size:11px;font-weight:600}.user-bio,.user-description{color:#495057;font-size:11px;font-style:italic;line-height:1.3}.user-stage{color:#6f42c1;font-size:11px;font-weight:500;text-transform:capitalize;background:#f8f9fa;padding:2px 6px;border-radius:3px;display:inline-block;width:fit-content}.user-budget,.user-verified{color:#28a745;font-size:11px;font-weight:600}.user-inactive{color:#dc3545;font-size:11px;font-weight:600}.user-brand{color:#667eea;font-size:12px;font-weight:500}.user-date{color:#999;font-size:11px}.empty-state{text-align:center;padding:20px;color:#999;font-style:italic;background:#fff;border-radius:4px;border:1px dashed #dee2e6}.team-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.add-team-btn{background:#667eea;color:#fff;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500}.add-team-btn:hover{background:#5a6fd8}.add-team-form{background:#f8f9fa;padding:20px;border-radius:8px;margin-bottom:20px;border:1px solid #e9ecef}.add-team-form h3{margin:0 0 20px;color:#333}.form-group{margin-bottom:15px}.form-group label{display:block;margin-bottom:5px;font-weight:500;color:#333}.form-group input,.form-group textarea{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;font-size:14px;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea}.form-group textarea{resize:vertical;min-height:80px}.file-input{padding:8px;border:2px dashed #ddd;border-radius:4px;background:#fafafa;cursor:pointer}.file-input:hover{border-color:#667eea;background:#f8f9fa}.file-preview{margin-top:10px;padding:10px;background:#fff;border-radius:4px;border:1px solid #e9ecef}.image-preview{max-width:150px;max-height:150px;border-radius:4px;margin-bottom:8px;object-fit:cover}.file-info{margin:0;font-size:12px;color:#666}.form-actions{margin-top:20px}.submit-btn{background:#28a745;color:#fff;border:none;padding:12px 24px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500}.submit-btn:hover:not(:disabled){background:#218838}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.team-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.team-card{background:#f8f9fa;padding:15px;border-radius:6px;border:1px solid #e9ecef;position:relative}.team-card:hover{box-shadow:0 2px 8px #0000001a}.team-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px}.team-card-header h3{margin:0;color:#333;font-size:18px;flex:1}.delete-btn{background:#dc3545;color:#fff;border:none;width:24px;height:24px;border-radius:50%;cursor:pointer;font-size:16px;font-weight:700;display:flex;align-items:center;justify-content:center;margin-left:10px;transition:background-color .2s ease}.delete-btn:hover{background:#c82333}.team-card p{margin:5px 0;color:#666;font-size:14px}.team-card strong{color:#333}.member-photo{margin-top:10px;text-align:center}.admin-dashboard .social-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.admin-dashboard .social-link{text-decoration:none}.admin-dashboard .social-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#fff;border:1px solid #e9ecef;color:#333;font-size:14px;box-shadow:0 1px 2px #0000000f;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease,color .15s ease}.admin-dashboard .social-link:hover .social-icon{transform:translateY(-1px);box-shadow:0 2px 6px #00000014;border-color:#667eea;color:#667eea}.admin-dashboard .social-icon svg{width:14px;height:14px;display:block}.member-image{max-width:100px;max-height:100px;border-radius:50%;object-fit:cover;border:2px solid #e9ecef}.delete-confirmation{margin-top:15px;padding:15px;background:#fff3cd;border:1px solid #ffeaa7;border-radius:4px}.delete-confirmation p{margin:0 0 10px;color:#856404;font-size:14px}.delete-actions{display:flex;gap:10px}.confirm-delete-btn{background:#dc3545;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:12px;font-weight:500}.confirm-delete-btn:hover:not(:disabled){background:#c82333}.confirm-delete-btn:disabled{opacity:.7;cursor:not-allowed}.cancel-delete-btn{background:#6c757d;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:12px;font-weight:500}.cancel-delete-btn:hover{background:#5a6268}.loading{text-align:center;padding:40px;color:#666}.error{color:#e74c3c;background:#fdf2f2;padding:15px;border-radius:6px;border:1px solid #fecaca;margin-bottom:20px}@media (max-width: 768px){.dashboard-header{flex-direction:column;gap:15px;text-align:center}.users-sections{grid-template-columns:1fr;gap:15px}.team-header{flex-direction:column;gap:15px;align-items:stretch}.add-team-btn{width:100%}.team-grid{grid-template-columns:1fr}.delete-actions{flex-direction:column}.confirm-delete-btn,.cancel-delete-btn{width:100%}}:root{--primary-color: #9381ff;--primary-gradient: linear-gradient(135deg, #9381ff 0%, #7d6aff 100%);--secondary-gradient: linear-gradient(135deg, #3b82f6 0%, #2dd4bf 100%);--bg-color: #ffffff;--glass-bg: #f8f9ff;--glass-border: transparent;--text-primary: #0f172a;--text-secondary: #64748b;--error: #ef4444;--success: #10b981}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{background-color:var(--bg-color);color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh;overflow-x:hidden;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{cursor:pointer;border:none;background:none;font-family:inherit;transition:all .3s cubic-bezier(.4,0,.2,1)}input,textarea,select{font-family:inherit}.skeleton{background:#f1f5f9;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:skeleton-loading-global 1.5s infinite;border-radius:4px}@keyframes skeleton-loading-global{0%{background-position:200% 0}to{background-position:-200% 0}}
