@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";.welcome-container{position:relative;width:100vw;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#fff;font-family:Poppins,sans-serif;animation:fadeIn .8s ease-out}.welcome-container.fade-out{animation:fadeOut .6s ease-out forwards}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.video-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.intro-video{width:100%;height:100%;object-fit:cover;opacity:.25}.video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.welcome-logo-container{position:relative;z-index:3;text-align:center;animation:logoFadeIn 1.2s ease-out}@keyframes logoFadeIn{0%{opacity:0;transform:scale(.8) translateY(30px)}to{opacity:1;transform:scale(1) translateY(0)}}.welcome-logo{max-width:320px;height:auto;margin-bottom:30px;filter:drop-shadow(0 0 40px rgba(255,255,255,.8)) drop-shadow(0 10px 50px rgba(102,126,234,.5)) brightness(1.15);animation:logoFloat 3s ease-in-out infinite}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.welcome-tagline{color:#667eea;font-size:32px;font-weight:700;margin-bottom:12px;letter-spacing:-.5px;text-shadow:0 2px 8px rgba(102,126,234,.3);animation:textSlideIn 1s ease-out .3s backwards}@keyframes textSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.welcome-subtitle{color:#764ba2;font-size:18px;font-weight:600;letter-spacing:2px;text-transform:uppercase;text-shadow:0 1px 4px rgba(118,75,162,.2);animation:textSlideIn 1s ease-out .6s backwards}.skip-btn{position:absolute;top:40px;right:40px;z-index:4;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50px;padding:14px 32px;color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);animation:slideInRight .8s ease-out .5s backwards;box-shadow:0 8px 24px #667eea59}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.skip-btn:hover{background:linear-gradient(135deg,#7c8ff0,#8a5bb8);transform:translateY(-2px);box-shadow:0 12px 32px #667eea80}.skip-btn:active{transform:translateY(0)}.loading-indicator{position:absolute;bottom:50px;left:50%;transform:translate(-50%);z-index:4;display:flex;gap:10px;animation:fadeIn 1s ease-out 1s backwards}.loading-indicator span{width:12px;height:12px;background:#667eea;border-radius:50%;animation:dotPulse 1.4s ease-in-out infinite;box-shadow:0 0 10px #667eea99}.loading-indicator span:nth-child(2){animation-delay:.2s}.loading-indicator span:nth-child(3){animation-delay:.4s}@keyframes dotPulse{0%,to{opacity:.4;transform:scale(.8)}50%{opacity:1;transform:scale(1.3);box-shadow:0 0 20px #667eeacc}}.auth-card,.onboarding-card{background:linear-gradient(135deg,#2e3a50,#1f2937);color:#e2e8f0;border-radius:16px;padding:32px;box-shadow:0 10px 30px #0000004d;margin:20px}.loading-spinner{display:flex;flex-direction:column;align-items:center;gap:1.5rem;color:#1f2937}.circular-loader{width:60px;height:60px;border:4px solid rgba(30,58,138,.2);border-top-color:#1e3a8a;border-radius:50%;animation:spin 1s linear infinite}.loading-spinner p{font-size:1.2rem;font-weight:600;color:#4b5563}@media (max-width: 768px){.welcome-logo{max-width:240px;margin-bottom:20px}.welcome-tagline{font-size:24px;padding:0 20px}.welcome-subtitle{font-size:14px;letter-spacing:1.5px}.skip-btn{top:20px;right:20px;padding:10px 20px;font-size:14px}.loading-indicator{bottom:30px}.auth-card,.onboarding-card{padding:24px;margin:15px}}@media (max-width: 480px){.welcome-tagline{font-size:20px}.welcome-subtitle{font-size:12px}.skip-btn{padding:8px 16px;font-size:13px}.loading-indicator span{width:10px;height:10px}.auth-card,.onboarding-card{padding:20px;margin:10px}}.onboarding-container{position:relative;min-height:100vh;background:#f8fafc;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;overflow:hidden;box-sizing:border-box}.onboarding-background{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0}.gradient-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.3;animation:float 20s infinite ease-in-out}.orb-1{width:500px;height:500px;background:linear-gradient(135deg,#dbeafe,#e2e8f0);top:-10%;left:-10%;animation-delay:0s}.orb-2{width:400px;height:400px;background:linear-gradient(135deg,#bfdbfe,#c7d2fe);bottom:-15%;right:-10%;animation-delay:5s}.orb-3{width:350px;height:350px;background:linear-gradient(135deg,#e2e8f0,#f1f5f9);top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:10s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.progress-container{position:relative;z-index:10;width:100%;max-width:950px;margin-bottom:2rem;box-sizing:border-box}.progress-text{color:#475569;font-size:.95rem;font-weight:600;margin-bottom:.75rem;text-align:center;letter-spacing:.5px}.progress-bar-bg{width:100%;height:10px;background:#e2e8f0;border-radius:20px;overflow:hidden;box-shadow:inset 0 1px 2px #0f172a14}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#1d4ed8,#3b82f6);border-radius:20px;box-shadow:0 4px 12px #3b82f640;transition:width .4s ease}.search-input{width:100%;padding:.875rem 1.25rem;border:2px solid #e8eaf6;border-radius:16px;font-size:1rem;margin-bottom:1.5rem;transition:all .3s ease;background:#f8f9fa}.search-input:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 3px #667eea1a}.search-input::placeholder{color:#9ca3af}.major-subfields-wrapper{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1.25rem;width:100%;margin-bottom:1.5rem;align-items:stretch}.major-section,.subfields-section{display:flex;flex-direction:column;background:#fff;padding:1.25rem;border-radius:20px;border:1px solid #e2e8f0;min-width:0;box-sizing:border-box}.section-subtitle{color:#0f172a;font-size:1.15rem;font-weight:700;margin-bottom:1rem;text-align:left}.options-container-sidebyside{display:flex;flex-wrap:wrap;gap:.875rem;overflow-y:auto;max-height:420px;padding:.5rem;align-items:flex-start;align-content:flex-start;justify-content:flex-start}.major-section .options-container-sidebyside{max-height:240px}.subfields-section .options-container-sidebyside{min-height:260px}.options-container-sidebyside::-webkit-scrollbar{width:6px}.options-container-sidebyside::-webkit-scrollbar-track{background:#e2e8f0;border-radius:10px}.options-container-sidebyside::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:10px}.loading-subfields,.no-subfields{text-align:center;color:#64748b;padding:1.5rem;font-size:1rem}.onboarding-main{position:relative;z-index:10;width:100%;max-width:1120px;display:flex;justify-content:center;align-items:center;box-sizing:border-box}.onboarding-card{background:#fff;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border-radius:32px;padding:2.75rem 2.5rem;box-shadow:0 30px 60px #0f172a14,0 10px 24px #0f172a0f;width:100%;max-width:980px;min-height:520px;display:flex;flex-direction:column;border:1px solid #e2e8f0;box-sizing:border-box}@media (min-width: 1280px){.onboarding-card{max-width:1120px;min-height:600px;padding:3.25rem 3rem}}@media (min-width: 1536px){.onboarding-card{max-width:1200px;min-height:640px}}.card-content{display:flex;flex-direction:column;height:100%}.question-text{font-size:2rem;font-weight:800;color:#0f172a;margin-bottom:1.5rem;text-align:center;line-height:1.3;letter-spacing:-.5px}.options-container{flex:1;display:flex;flex-wrap:wrap;gap:.875rem;margin-bottom:1.5rem;overflow-y:auto;max-height:300px;padding:.5rem;align-items:flex-start;align-content:flex-start;justify-content:flex-start}.options-container::-webkit-scrollbar{width:8px}.options-container::-webkit-scrollbar-track{background:#e2e8f0;border-radius:10px}.options-container::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:10px}.options-container::-webkit-scrollbar-thumb:hover{background:#64748b}.option-card{position:relative;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1rem 1.5rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-weight:600;color:#1f2937;display:inline-flex;align-items:center;justify-content:center;text-align:center;min-height:56px;box-shadow:0 1px 4px #0f172a0f;flex-shrink:0;overflow:hidden;max-width:100%;white-space:normal;box-sizing:border-box}.option-card:hover:not(.disabled){background:#eff6ff;color:#1e40af;border-color:#bfdbfe;box-shadow:0 10px 20px #1e40af1f;transform:translateY(-4px)}.option-card.selected{background:#1e3a8a;color:#fff;border-color:#1e3a8a;box-shadow:0 0 0 3px #1e40af33,0 12px 28px #1e40af59;transform:scale(1.02)}.option-card.disabled{opacity:.4;cursor:not-allowed;background:#f5f5f5;border-color:#e0e0e0}.option-text{font-size:.95rem;line-height:1.3;word-break:break-word;overflow-wrap:break-word;max-width:100%;-webkit-hyphens:auto;hyphens:auto}@media (min-width: 1024px){.major-subfields-wrapper{grid-template-columns:minmax(0,1fr) minmax(0,1.3fr)}}.coming-soon-badge{position:absolute;top:-8px;right:-8px;background:#1d4ed8;color:#fff;font-size:.7rem;padding:.3rem .6rem;border-radius:12px;font-weight:700;box-shadow:0 4px 12px #1d4ed859}.card-actions{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;gap:1rem}.nav-arrow{background:#f8fafc;border:1px solid #e2e8f0;color:#1e293b;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;cursor:pointer;transition:all .3s ease;font-weight:700}.nav-arrow:hover{background:#e2e8f0;border-color:#cbd5f5;transform:scale(1.1)}.nav-arrow:disabled{opacity:0;pointer-events:none}.continue-button{flex:1;max-width:400px;padding:1.25rem 2.5rem;border-radius:20px;font-weight:700;font-size:1.1rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border:none;background:#1d4ed8;color:#fff;box-shadow:0 12px 26px #1d4ed840;box-sizing:border-box}.continue-button:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 18px 36px #1d4ed84d;background:#1e40af}.continue-button:active:not(:disabled){transform:translateY(0)}.continue-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.loading-screen,.completion-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#1f2937;text-align:center}.circular-loader{width:60px;height:60px;border:4px solid rgba(30,58,138,.2);border-top-color:#1e3a8a;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1.5rem}.completion-screen h2{font-size:2rem;margin-bottom:.5rem;font-weight:700;color:#1f2937}.completion-screen p{font-size:1.2rem;opacity:.8;color:#4b5563}@media (max-width: 768px){.onboarding-container{padding:1rem}.onboarding-card{padding:2.5rem 1.75rem;min-height:480px;border-radius:24px}.question-text{font-size:1.75rem;margin-bottom:1.5rem}.options-container{max-height:350px;gap:.75rem}.option-card{min-height:55px;padding:1rem 1.25rem}.option-text{font-size:.95rem}.continue-button{font-size:1rem;padding:1.1rem 2rem}.subfields-container{gap:.75rem}.onboarding-card{max-width:650px}.major-subfields-wrapper{grid-template-columns:1fr;gap:1.5rem}.major-section,.subfields-section{padding:1.25rem}.section-subtitle{font-size:1.05rem;margin-bottom:.9rem}.options-container-sidebyside{max-height:260px;min-height:200px}.major-section .options-container-sidebyside,.subfields-section .options-container-sidebyside{max-height:260px;min-height:0}}@media (max-width: 480px){.onboarding-container{padding:.75rem}.question-text{font-size:1.5rem;margin-bottom:1.25rem}.major-section,.subfields-section{padding:1rem}.section-subtitle{font-size:1rem;margin-bottom:.75rem}.onboarding-card{padding:2rem 1.5rem}.options-container-sidebyside{max-height:220px;min-height:180px}.major-section .options-container-sidebyside,.subfields-section .options-container-sidebyside{max-height:220px;min-height:0}}.role-selector{margin:20px 0 16px;animation:fadeInUp .5s ease-out}.role-selector-title{color:#fff;font-size:16px;font-weight:600;margin-bottom:14px;text-align:center;letter-spacing:-.3px}.role-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.role-card{background:#ffffff1a;border:2px solid rgba(255,255,255,.2);border-radius:14px;padding:14px 10px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;text-align:center}.role-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:var(--card-gradient);opacity:0;transition:opacity .3s ease;z-index:-1}.role-card:hover{transform:translateY(-4px);border-color:#ffffff80;box-shadow:0 8px 24px #0003}.role-card:hover:before{opacity:.15}.role-card.selected{border-color:#fff;background:#ffffff26;transform:scale(1.05)}.role-card.selected:before{opacity:.25}.role-icon{font-size:28px;margin-bottom:8px;animation:bounce .6s ease}.role-name{color:#fff;font-size:14px;font-weight:600;margin-bottom:4px;letter-spacing:-.3px}.role-tagline{color:#ffffffe6;font-size:11px;font-weight:500;margin-bottom:6px}.role-description{color:#ffffffbf;font-size:10px;line-height:1.3;margin:0}.role-check{position:absolute;top:8px;right:8px;width:24px;height:24px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(0);transition:all .3s cubic-bezier(.68,-.55,.265,1.55)}.role-card.selected .role-check{opacity:1;transform:scale(1)}.role-check span{color:#667eea;font-size:16px;font-weight:700}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@media (max-width: 768px){.role-cards{grid-template-columns:1fr;gap:10px}.role-card{padding:16px}.role-icon{font-size:32px;margin-bottom:8px}.role-name{font-size:15px}.role-tagline{font-size:12px}.role-description{font-size:11px}}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow-y:auto;overflow-x:hidden;font-family:Poppins,sans-serif;background:#fff;padding:10px 0;box-sizing:border-box}.auth-background{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;background:#fff}.auth-content{position:relative;z-index:1;width:100%;max-width:460px;padding:20px;box-sizing:border-box}.auth-logo{text-align:center;margin-bottom:8px;padding:0}.auth-logo img{max-width:260px;height:auto;display:block;margin:0 auto}.auth-tagline{text-align:center;color:#3b82f6;font-size:16px;font-weight:600;margin-bottom:12px;letter-spacing:-.5px}.auth-card-container{position:relative;perspective:1200px;min-height:500px;width:100%;box-sizing:border-box}.signup-card{min-height:620px}.auth-card{position:absolute;width:100%;background:linear-gradient(135deg,#1e3a8a,#3b82f6);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:28px;padding:35px;box-shadow:0 25px 70px #1e3a8a59,0 10px 30px #3b82f640;transition:all .6s cubic-bezier(.68,-.55,.265,1.55);border:none;animation:scaleIn .5s cubic-bezier(.34,1.56,.64,1);visibility:hidden;box-sizing:border-box}.auth-card h2{font-size:28px;font-weight:700;color:#fff;margin-bottom:8px;letter-spacing:-1px}.card-subtitle{color:#ffffffe6;font-size:14px;margin-bottom:24px;font-weight:400}.login-card.active{transform:translate(0) rotateY(0);opacity:1;pointer-events:all;visibility:visible}.login-card.inactive{transform:translate(-100%) rotateY(-20deg);opacity:0;pointer-events:none}.signup-card.active{transform:translate(0) rotateY(0);opacity:1;pointer-events:all;visibility:visible}.signup-card.inactive{transform:translate(100%) rotateY(20deg);opacity:0;pointer-events:none}.auth-card-standalone{position:relative;visibility:visible;opacity:1;pointer-events:all;transform:none}.input-row{display:flex;gap:14px}.input-group{margin-bottom:18px;flex:1}.input-group input{width:100%;padding:16px 20px;border:2px solid rgba(255,255,255,.3);border-radius:14px;font-size:15px;font-family:Poppins,sans-serif;transition:all .3s ease;background:#fffffff2;color:#1e293b;font-weight:400;box-sizing:border-box}.input-group input::placeholder{color:#94a3b8}.input-group input:focus{outline:none;border-color:#fffc;box-shadow:0 0 0 4px #ffffff40;background:#fff}.primary-btn{width:100%;padding:16px;background:#fff;color:#1e3a8a;border:none;border-radius:14px;font-size:16px;font-weight:600;font-family:Poppins,sans-serif;cursor:pointer;transition:all .3s ease;margin-top:12px;box-shadow:0 8px 20px #00000026;letter-spacing:.3px;position:relative;overflow:hidden;box-sizing:border-box}.primary-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}.primary-btn:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 15px 35px #00000040;background:#f8f9ff}.primary-btn:hover:not(:disabled):before{left:100%}.primary-btn:active:not(:disabled){transform:translateY(-1px)}.primary-btn:disabled{opacity:.5;cursor:not-allowed}.divider{display:flex;align-items:center;margin:28px 0;color:#ffffffe6;font-size:14px;font-weight:500}.divider:before,.divider:after{content:"";flex:1;height:1px;background:#ffffff4d}.divider span{padding:0 18px}.social-btn{width:100%;padding:14px;border:2px solid rgba(255,255,255,.3);background:#ffffff1a;border-radius:14px;font-size:15px;font-weight:500;font-family:Poppins,sans-serif;cursor:pointer;margin-bottom:14px;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:12px;color:#fff}.social-btn:hover{border-color:#fff9;background:#fff3;transform:translateY(-2px);box-shadow:0 8px 20px #0003}.social-btn span{font-size:22px}.forgot-password{text-align:right;margin-top:12px;margin-bottom:8px}.forgot-password span{color:#fffffff2;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.forgot-password span:hover{color:#fff;text-decoration:underline}.toggle-mode{text-align:center;margin-top:24px;color:#ffffffe6;font-size:15px;font-weight:400}.toggle-mode span{color:#fff;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:underline}.toggle-mode span:hover{opacity:.8}.error-message{background:#fee2e2f2;color:#dc2626;padding:14px 18px;border-radius:12px;margin-bottom:20px;font-size:14px;text-align:center;font-weight:500;border:1px solid #fca5a5}.terms-checkbox-container{display:flex;gap:.5rem;margin-bottom:1.5rem;align-items:flex-start}.terms-checkbox-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;font-size:.9rem;color:#fffffff2;line-height:1.6;font-weight:500}.terms-checkbox{margin-top:.25rem;width:18px;height:18px;cursor:pointer;accent-color:#ffffff;flex-shrink:0}.terms-checkbox-label a{color:#fff;text-decoration:underline;font-weight:700;transition:all .2s}.terms-checkbox-label a:hover{opacity:.8}.terms-error{color:#fff;font-size:.9rem;margin-top:.75rem;padding:.75rem 1rem;background:#ff5733f2;border-radius:12px;border:2px solid #ff5733;font-weight:700;box-shadow:0 4px 12px #ff573366;animation:shake .4s ease-in-out}@media (max-width: 768px){.auth-container{padding:10px 0}.auth-content{max-width:95%;padding:5px}.auth-logo{padding:0;margin-bottom:6px}.auth-logo img{max-width:180px}.auth-tagline{font-size:14px;margin-bottom:10px}.auth-card{padding:30px 24px}.auth-card h2{font-size:26px;margin-bottom:8px}.card-subtitle{font-size:14px;margin-bottom:20px}.input-row{flex-direction:column;gap:0}.input-group{margin-bottom:14px}.input-group input{padding:14px 18px;font-size:14px}.primary-btn{padding:14px;font-size:15px}.social-btn{padding:12px;font-size:14px}.gradient-orb{filter:blur(60px)}}@media (max-width: 480px){.auth-logo img{max-width:160px}.auth-tagline{font-size:13px;margin-bottom:8px}.auth-card{padding:25px 20px}.auth-card h2{font-size:24px}.auth-card-container,.signup-card{min-height:auto}}@media (min-height: 900px){.auth-container{align-items:center}}@media (max-height: 700px){.auth-container{align-items:flex-start;padding-top:15px}.auth-logo{margin-bottom:6px}.auth-logo img{max-width:220px}.auth-tagline{margin-bottom:10px;font-size:15px}}.success-toast{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.8);background:linear-gradient(135deg,#1e3a8a,#3b82f6);padding:2rem 2.5rem;border-radius:24px;box-shadow:0 20px 60px #0006;z-index:10000;display:flex;align-items:center;gap:1.5rem;opacity:0;transition:all .3s cubic-bezier(.34,1.56,.64,1);max-width:500px;width:90%}.success-toast.show{opacity:1;transform:translate(-50%,-50%) scale(1)}.toast-icon{font-size:3rem;line-height:1}.toast-content h4{color:#fff;font-size:1.5rem;font-weight:700;margin:0 0 .5rem}.toast-content p{color:#fffffff2;font-size:1rem;margin:0;line-height:1.5}.dashboard-layout{display:flex;min-height:100vh;background:#fff;position:relative}.dashboard-main{flex:1;display:flex;flex-direction:column;margin-left:0;transition:margin-left .3s ease;min-width:0}.dashboard-main.sidebar-collapsed{margin-left:0}.dashboard-content{flex:1}.sidebar{position:sticky;top:0;height:100vh;align-self:flex-start;overflow:hidden;background:#f8f9fc;color:#1a1a1a;display:flex;flex-direction:column;flex-shrink:0;transition:width .3s ease;z-index:100;box-shadow:2px 0 10px #0000000d}.sidebar-header,.sidebar-footer{flex-shrink:0}.sidebar-header{padding:2rem 1.5rem;border-bottom:1px solid rgba(0,0,0,.08);display:flex;justify-content:space-between;align-items:center}.sidebar-logo-container{width:100%}.sidebar-logo{display:flex;align-items:center;gap:.75rem}.logo-image{height:50px;width:auto;object-fit:contain}.collapse-toggle{background:#667eea1a;border:none;color:#667eea;width:32px;height:32px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem;transition:all .2s ease}.collapse-toggle:hover{background:#667eea33}.nav-section-title{padding:1.5rem 1.5rem .75rem;font-size:.75rem;font-weight:700;letter-spacing:.5px;color:#667eea;text-transform:uppercase}.sidebar-nav{flex:1;padding:.5rem 1rem;display:flex;flex-direction:column;gap:.5rem}.nav-item{display:flex;align-items:center;gap:1rem;padding:.875rem 1rem;border-radius:12px;color:#4b5563;text-decoration:none;transition:all .3s ease;font-weight:500;position:relative;overflow:hidden;font-size:.95rem}.nav-item:hover{background:#667eea14;color:#667eea}.nav-item.active{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 12px #10b9814d}.nav-icon{font-size:1.35rem;display:flex;align-items:center;justify-content:center;min-width:24px}.nav-label{font-size:.95rem;white-space:nowrap}.sidebar.collapsed .nav-item{justify-content:center;padding:1rem}.sidebar-footer{padding:1rem;border-top:1px solid rgba(0,0,0,.08)}.user-profile-card{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:12px;background:#fff;box-shadow:0 2px 8px #0000000d}.user-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;overflow:hidden}.user-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.user-avatar-initials{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%}.user-info{flex:1;overflow:hidden}.user-name{font-size:.8rem;font-weight:600;color:#1a1a1a;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-email{font-size:.7rem;color:#6b7280;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar{position:sticky;top:0;height:auto;min-height:64px;background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(102,126,234,.1);display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;flex-wrap:wrap;row-gap:.5rem;z-index:100;box-shadow:0 2px 10px #0000000d}.topbar-left{display:flex;align-items:center;gap:1rem;min-width:0}.menu-toggle{background:#667eea1a;border:none;width:40px;height:40px;border-radius:10px;font-size:1.25rem;cursor:pointer;color:#667eea;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.menu-toggle:hover{background:#667eea33;transform:scale(1.05)}.menu-toggle.desktop-collapse{display:flex}.menu-toggle.mobile-menu{display:none}.topbar-logo{font-size:1.5rem;font-weight:800;white-space:nowrap}.topbar-right{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;justify-content:flex-end;min-width:0;margin-left:auto}.premium-button{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#7b3ff4,#5b21b6);color:#fff;border:none;padding:.75rem 1.4rem;border-radius:14px;font-weight:700;cursor:pointer;box-shadow:0 12px 24px #7b3ff44d;transition:transform .2s ease,box-shadow .2s ease;white-space:nowrap}.premium-button:hover{transform:translateY(-1px);box-shadow:0 14px 28px #7b3ff459}.premium-button:active{transform:translateY(0)}.premium-icon{font-size:1rem}.user-menu{position:relative}.user-avatar{background:none;border:none;cursor:pointer;padding:0}.avatar-circle{width:45px;height:45px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d}.user-avatar:hover .avatar-circle{transform:scale(1.05);box-shadow:0 6px 16px #667eea66}.dropdown-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:999}.user-dropdown{position:absolute;top:60px;right:0;background:#fff;border-radius:16px;box-shadow:0 10px 40px #00000026;overflow:hidden;min-width:200px;z-index:1000;border:1px solid rgba(102,126,234,.1)}.dropdown-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:1rem 1.5rem;border:none;background:none;text-align:left;cursor:pointer;font-weight:600;color:#4a5568;transition:all .2s ease}.dropdown-item:hover{background:#667eea14;color:#667eea}.dropdown-item.logout:hover{background:#ef444414;color:#ef4444}.dropdown-icon{font-size:1.125rem}.dropdown-divider{height:1px;background:#667eea1a;margin:.5rem 0}.single-card-container{display:flex;align-items:center;justify-content:center;padding:2rem;min-height:600px;width:100%}.page-container{display:flex;flex-direction:column}.page-header{margin-bottom:2.5rem;padding:0}.learning-path-heading{width:100%;padding:16px 18px;background:#ede9f3;border-bottom:1px solid rgba(148,163,184,.25)}.learning-path-heading-inner{display:flex;flex-direction:column;gap:4px;max-width:1200px}.learning-path-heading-title{margin:0;font-size:1.6rem;font-weight:800;letter-spacing:-.02em;color:#1f2937}.learning-path-heading-primary{color:#1e40af}.learning-path-heading-accent{color:#7c3aed}.learning-path-heading-subtitle{margin:0;font-size:.9rem;color:#64748b;font-weight:500}.learning-path-controls{width:100%;padding:12px 18px 0}.learning-path-controls-inner{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;flex-wrap:wrap}.learning-path-controls .learning-path-toggle-group{background:#eef2ff;border-radius:999px;border:1px solid rgba(99,102,241,.2);padding:6px;display:inline-flex;gap:6px;box-shadow:0 8px 18px #6366f11f}.learning-path-controls .learning-path-toggle-btn{padding:.6rem 1.1rem;font-size:.9rem;border-radius:999px;min-height:38px;color:#1f2937;font-weight:600;display:inline-flex;align-items:center;gap:6px;background:transparent;transition:all .2s ease}.learning-path-controls .learning-path-toggle-btn.active{background:linear-gradient(135deg,#1e40af,#4f46e5);color:#fff;box-shadow:0 6px 14px #1e40af40}.learning-path-controls .learning-path-toggle-btn.active svg{color:#fff}.learning-path-controls .learning-path-saved-btn{padding:.6rem 1.1rem!important;font-size:.9rem!important;border-radius:999px!important;font-weight:600!important;border:1px solid rgba(15,23,42,.12)!important;box-shadow:0 8px 18px #0f172a14}.learning-path-controls .learning-path-saved-btn.active{background:linear-gradient(135deg,#1e40af,#4f46e5)!important;color:#fff!important;border-color:transparent!important;box-shadow:0 6px 14px #1e40af40}.learning-path-controls .learning-path-saved-btn.active svg{color:#fff!important}@media (max-width: 640px){.learning-path-heading{padding:14px 16px}.learning-path-heading-title{font-size:1.35rem}.learning-path-heading-subtitle{font-size:.85rem}.learning-path-controls{padding:10px 16px 0}.learning-path-controls-inner{flex-direction:column;align-items:stretch}.learning-path-controls .learning-path-toggle-group{width:100%;justify-content:space-between}.learning-path-controls .learning-path-toggle-btn{flex:1;justify-content:center}.learning-path-controls .learning-path-saved-btn{width:100%}}@media (max-width: 480px){.learning-path-heading{padding:12px 14px}.learning-path-heading-title{font-size:1.2rem}.learning-path-controls{padding:10px 14px 0}}.page-title{font-size:2.5rem;font-weight:800;color:#1f2937;margin-bottom:.5rem}.page-subtitle{font-size:1.125rem;color:#4b5563}.content-grid,.planner-content,.community-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}.course-card,.planner-card,.community-card{background:#fffffffa;border-radius:24px;padding:2rem;box-shadow:0 10px 30px #0000001a;transition:all .4s cubic-bezier(.34,1.56,.64,1);opacity:0;animation:fadeInUp .6s ease-out forwards}.course-card:nth-child(1),.planner-card:nth-child(1),.community-card:nth-child(1){animation-delay:.1s}.course-card:nth-child(2),.planner-card:nth-child(2),.community-card:nth-child(2){animation-delay:.2s}.course-card:nth-child(3),.planner-card:nth-child(3),.community-card:nth-child(3){animation-delay:.3s}.course-card:hover,.planner-card:hover,.community-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 25px 60px #667eea59}.card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.card-icon{font-size:2rem}.card-header h3{font-size:1.5rem;font-weight:700;color:#2d3748;margin:0}.card-text{color:#718096;line-height:1.6;margin-bottom:1.5rem}.card-action{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.875rem 1.75rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease}.card-action:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.profile-content{display:flex;flex-direction:column;gap:2rem}.profile-card{background:#fffffffa;border-radius:24px;padding:3rem;text-align:center}.profile-avatar-large{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-size:3rem;font-weight:700;margin:0 auto 1.5rem}.profile-name{font-size:2rem;font-weight:700;color:#2d3748;margin-bottom:.5rem}.profile-email{color:#718096;font-size:1.125rem}.info-section{background:#fffffffa;border-radius:24px;padding:2rem}.section-title{font-size:1.5rem;font-weight:700;color:#2d3748;margin-bottom:1.5rem}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.25rem;margin-bottom:2rem}.info-item{display:flex;flex-direction:column;gap:.5rem}.info-label{font-size:.875rem;color:#718096;font-weight:600}.info-value{font-size:1.125rem;color:#2d3748;font-weight:600}.edit-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.875rem 1.75rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease}.edit-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.sidebar-overlay{display:none}@media (max-width: 768px){.dashboard-main,.dashboard-main.sidebar-collapsed{margin-left:0;padding-left:72px}.sidebar{position:fixed;top:0;left:0;height:100vh;transform:translate(0);width:72px!important;z-index:1200;display:flex!important;visibility:visible;opacity:1}.sidebar.open{transform:none}.sidebar-overlay,.collapse-toggle,.menu-toggle.desktop-collapse{display:none}.menu-toggle.mobile-menu{display:flex}.dashboard-content{padding:1rem .5rem}.topbar{padding:.6rem .9rem}.topbar-logo{font-size:1.25rem}.topbar-right{gap:.75rem}.premium-button{padding:.6rem 1rem;font-size:.85rem}.page-title{font-size:2rem}.content-grid,.planner-content,.community-content{grid-template-columns:1fr}}@media (max-width: 480px){.topbar{padding:.5rem .75rem}.topbar-right{width:100%;justify-content:flex-end}.premium-button{padding:.5rem .85rem;font-size:.8rem}}.courses-grid-modern{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:2rem;padding:1rem 0}.modern-course-card{background:linear-gradient(135deg,#667eea,#764ba2);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem;transition:all .4s cubic-bezier(.34,1.56,.64,1);cursor:pointer;box-shadow:0 4px 12px #764ba24d;position:relative;overflow:hidden}.modern-course-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.1) 0%,transparent 60%);pointer-events:none;opacity:0;transition:opacity .4s ease}.modern-course-card:hover{border-color:#fff6;transform:translateY(-10px) scale(1.01);box-shadow:0 8px 24px #764ba280}.modern-course-card:hover:before{opacity:1}.course-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.course-title-section{flex:1}.course-name-link{text-decoration:none;cursor:pointer;display:inline-block;position:relative;transition:all .3s ease}.course-name-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:linear-gradient(90deg,#667eea,#764ba2);transition:width .3s ease}.course-name-link:hover:after{width:100%}.course-name{font-size:1.2rem;font-weight:700;color:#fff;margin:0 0 .5rem;line-height:1.3;text-shadow:0 1px 2px rgba(0,0,0,.2);transition:all .3s ease}.course-name-link:hover .course-name{text-shadow:0 0 10px rgba(255,255,255,.5)}.course-provider{font-size:.9rem;color:#f8f8ff;margin:0 0 .25rem;text-shadow:0 1px 2px rgba(0,0,0,.2)}.course-level{font-size:.85rem;color:#e8eaf6;margin:.25rem 0 0;font-weight:500;text-shadow:0 1px 2px rgba(0,0,0,.2)}.course-description-section{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:1rem;margin-top:1rem}.description-title{font-size:.9rem;font-weight:600;color:#fff;margin:0 0 .5rem;text-shadow:0 1px 2px rgba(0,0,0,.2)}.description-text{font-size:.85rem;color:#f8f8ff;line-height:1.6;margin:0;text-shadow:0 1px 2px rgba(0,0,0,.1)}.show-more-btn{background:#ffffff26;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.4rem 1rem;border-radius:8px;cursor:pointer;font-size:.8rem;font-weight:600;margin-top:.75rem;transition:all .3s ease;width:100%}.show-more-btn:hover{background:#ffffff40;border-color:#ffffff80}.course-country-badge{display:flex;align-items:center;gap:.4rem;background:#fff3;border:1.5px solid rgba(255,255,255,.3);padding:.4rem .8rem;border-radius:12px;white-space:nowrap;box-shadow:0 2px 6px #00000026;transition:all .3s ease}.modern-course-card:hover .course-country-badge{border-color:#ffffff80;box-shadow:0 4px 10px #0003}.country-flag{font-size:1.2rem;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3))}.country-name{font-size:.85rem;font-weight:600;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.2)}.course-card-body{display:flex;flex-direction:column;gap:1.25rem}.course-stats-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.course-stat{display:flex;flex-direction:column;gap:.3rem;background:#ffffff26;padding:.8rem;border-radius:12px;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.modern-course-card:hover .course-stat{background:#fff3;border-color:#ffffff4d}.stat-icon{font-size:1.2rem;margin-bottom:.2rem;filter:drop-shadow(0 1px 2px rgba(0,0,0,.2))}.stat-label{font-size:.75rem;color:#f8f8ff;text-transform:uppercase;letter-spacing:.5px;opacity:.9}.stat-value{font-size:.95rem;font-weight:600;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.2)}.match-section{display:flex;flex-direction:column;gap:.6rem}.match-header{display:flex;justify-content:space-between;align-items:center}.match-label{font-size:.85rem;font-weight:600;color:#f8f8ff;opacity:.95}.match-value{font-size:1.1rem;font-weight:700;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.3)}.match-progress-bar{height:10px;background:#fff3;border-radius:10px;overflow:hidden;position:relative;box-shadow:inset 0 1px 3px #0003}.match-progress-fill{height:100%;background:linear-gradient(90deg,#532f96,#8b5cf6,#f59e0b,#fcd34d);background-size:200% 100%;border-radius:10px;transition:width .8s cubic-bezier(.34,1.56,.64,1);box-shadow:0 0 15px #8b5cf699,0 2px 8px #6b46c166,inset 0 1px #ffffff4d;animation:shimmer 2s ease-in-out infinite;position:relative}.match-progress-fill:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:slideProgress 2s ease-in-out infinite}@keyframes shimmer{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes slideProgress{0%{left:-100%}to{left:100%}}.key-highlights{display:flex;flex-direction:column;gap:.6rem;background:#ffffff1a;padding:1rem;border-radius:12px;border:1px solid rgba(255,255,255,.15)}.highlights-title{font-size:.85rem;font-weight:600;color:#fff;margin:0;text-transform:uppercase;letter-spacing:.5px;opacity:.95}.highlights-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.highlight-item{display:flex;align-items:center;gap:.6rem;font-size:.9rem;color:#fff;line-height:1.4;text-shadow:0 1px 2px rgba(0,0,0,.2)}.courses-grid-new{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:2rem;padding:1rem 0}.new-course-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:all .3s ease;position:relative;max-width:420px}.new-course-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #0000001f}.course-image-section{position:relative;width:100%;height:220px;overflow:hidden}.course-main-image{width:100%;height:100%;object-fit:cover}.course-badges-row{position:absolute;top:12px;left:12px;right:12px;display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap;pointer-events:none}.course-badges-row>*{pointer-events:auto}.course-level-badge{background:#fff;color:#1f2937;padding:6px 12px;border-radius:16px;font-size:.8rem;font-weight:600;box-shadow:0 2px 8px #00000026}.premium-partner-badge{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:6px 12px;border-radius:16px;font-size:.8rem;font-weight:700;box-shadow:0 2px 8px #f59e0b66}.country-badge-top{background:#6366f1;color:#fff;padding:6px 10px;border-radius:16px;font-size:.8rem;font-weight:600;display:flex;align-items:center;gap:6px;box-shadow:0 2px 8px #6366f166}.country-flag-badge{font-size:1rem}.country-name-badge{font-size:.85rem}.match-percentage-badge{position:absolute;bottom:16px;left:16px;background:#fff;color:#6366f1;padding:10px 20px;border-radius:30px;display:flex;align-items:center;gap:8px;box-shadow:0 4px 12px #00000026;border:3px solid #6366f1}.match-percentage-badge.best-match{border-color:#8b5cf6;color:#8b5cf6}.match-number{font-size:1.25rem;font-weight:700;color:#6366f1}.match-text{font-size:.9rem;font-weight:600;color:#6366f1}.course-content-section{padding:20px;max-height:380px;overflow-y:auto}.course-content-section::-webkit-scrollbar{width:6px}.course-content-section::-webkit-scrollbar-track{background:#f3f4f6;border-radius:10px}.course-content-section::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:10px}.course-content-section::-webkit-scrollbar-thumb:hover{background:#9ca3af}.course-title-link{text-decoration:none;color:inherit;display:block}.new-course-title{font-size:1.2rem;font-weight:700;color:#1f2937;margin:0 0 12px;line-height:1.3;transition:color .2s ease}.course-title-link:hover .new-course-title{color:#6366f1}.course-provider-info,.course-location-info{display:flex;align-items:center;gap:8px;margin-bottom:6px;color:#4b5563;font-size:.9rem}.provider-icon,.location-icon{font-size:1.1rem}.provider-name,.location-name{font-weight:500}.course-stats-compact{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:16px 0}.stat-compact{display:flex;align-items:flex-start;gap:8px;padding:12px;background:#f9fafb;border-radius:10px;border:1px solid #e5e7eb}.stat-compact-icon{font-size:1.2rem;margin-top:2px}.stat-compact-content{display:flex;flex-direction:column;gap:4px}.stat-compact-label{font-size:.7rem;color:#6b7280;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.stat-compact-value{font-size:1rem;color:#1f2937;font-weight:700}.course-description-section{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:16px;margin:16px 0}.description-header{font-size:.75rem;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px}.course-description-text{font-size:.9rem;color:#1f2937;line-height:1.6;margin:0}.key-highlights-section{margin:24px 0}.highlights-header{font-size:.85rem;font-weight:700;color:#1f2937;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.highlights-list-new{display:flex;flex-direction:column;gap:8px}.highlight-item-new{display:flex;align-items:center;gap:10px;font-size:.9rem;color:#4b5563}.highlight-check{color:#10b981;font-weight:700;font-size:1.1rem}.view-requirements-btn{width:100%;padding:14px;background:#eff6ff;color:#2563eb;border:2px solid #2563eb;border-radius:12px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:16px}.view-requirements-btn:hover:not(:disabled){background:#2563eb;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #2563eb4d}.view-requirements-btn:disabled{opacity:.6;cursor:not-allowed}.loading-spinner-small{display:inline-block;width:12px;height:12px;border:2px solid rgba(37,99,235,.3);border-top-color:#2563eb;border-radius:50%;animation:spin .8s linear infinite;margin-right:8px}.analysis-section-compact{margin-top:16px;background:#f9fafb;border-radius:12px;overflow:hidden}.analysis-content-compact{padding:16px}.analysis-header-with-info{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.analysis-title-compact{font-size:1rem;font-weight:700;color:#1f2937;margin:0}.info-icon-wrapper{cursor:pointer;padding:4px 8px;border-radius:50%;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center}.info-icon-wrapper:hover{background-color:#e5e7eb}.info-icon{font-size:1rem;color:#6366f1}.eligibility-summary-compact{font-size:.9rem;color:#4b5563;line-height:1.6;margin-bottom:12px}.requirements-compact{display:flex;flex-direction:column;gap:8px}.requirement-item-compact{display:flex;align-items:flex-start;gap:10px;padding:12px;background:#f9fafb;border-radius:8px;font-size:.9rem;color:#1f2937;margin-bottom:8px;line-height:1.5}.requirement-item-compact.matched{border-left:3px solid #10b981;background:#f0fdf4}.requirement-item-compact.unmatched{border-left:3px solid #f59e0b;background:#fffbeb}.requirement-item-compact .req-icon{font-size:1.1rem;flex-shrink:0;margin-top:2px;font-weight:700}.requirement-item-compact .req-icon.unmatched-icon{color:#dc2626}.requirement-item-compact span:not(.req-icon){color:#374151;font-weight:500}.requirements-section{margin-bottom:16px}.requirements-subtitle{font-size:.85rem;font-weight:600;color:#4b5563;margin:0 0 8px}.requirements-subtitle.matched-subtitle{color:#10b981}.requirements-subtitle.unmatched-subtitle{color:#f59e0b}.recommendation-section{background:#f0f9ff;border:1px solid #bfdbfe;border-left:3px solid #3b82f6;border-radius:8px;padding:12px;margin-top:16px}.recommendation-section h5{font-size:.85rem;font-weight:600;color:#1e40af;margin:0 0 8px}.recommendation-text{font-size:.85rem;color:#374151;line-height:1.6;margin:0;font-weight:500}.card-navigation-icons{display:flex;justify-content:space-between;align-items:center;padding:24px 32px;border-top:1px solid #e5e7eb;background:#fafafa}.nav-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:linear-gradient(135deg,#10b98140,#05966933);border:2px solid rgba(16,185,129,.5);border-radius:50%;cursor:pointer;transition:all .3s ease;font-size:1.25rem;font-weight:600}.nav-icon-btn.nav-save.saved{background:linear-gradient(135deg,#f59e0b,#d97706);border-color:#f59e0b;color:#fff}.nav-prev{background:#f97316;color:#fff;box-shadow:0 4px 12px #f973164d}.nav-prev:hover{background:#ea580c;box-shadow:0 6px 16px #f9731666;transform:scale(1.08)}.nav-save{background:#fff;color:#6366f1;border:2px solid #e5e7eb;box-shadow:0 4px 12px #00000014}.nav-save:hover{background:#eff6ff;border-color:#6366f1;transform:scale(1.08)}.nav-next{background:#6366f1;color:#fff;box-shadow:0 4px 12px #6366f14d}.nav-next:hover{background:#4f46e5;box-shadow:0 6px 16px #6366f166;transform:scale(1.08)}.see-more-card{background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:24px;padding:40px 32px;text-align:center;border:3px solid #f59e0b;box-shadow:0 4px 20px #f59e0b33;position:relative}.see-more-icon{font-size:3.5rem;background:linear-gradient(135deg,#f59e0b,#d97706);width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;box-shadow:0 8px 16px #f59e0b4d}.see-more-title{font-size:1.75rem;font-weight:700;color:#92400e;margin:0 0 8px}.see-more-subtitle{font-size:1rem;color:#78350f;font-weight:600;margin:0 0 12px}.see-more-description{font-size:.95rem;color:#92400e;margin:0 0 24px;line-height:1.6}.see-more-features{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:28px}.feature-item{display:flex;align-items:center;gap:8px;background:#fff;padding:12px 16px;border-radius:12px;border:2px solid #fbbf24;font-size:.9rem;font-weight:600;color:#78350f}.feature-icon{font-size:1.1rem}.view-more-btn{width:100%;padding:16px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none;border-radius:12px;font-size:1.05rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #f59e0b66;margin-bottom:20px}.view-more-btn:hover{background:linear-gradient(135deg,#d97706,#b45309);transform:translateY(-2px);box-shadow:0 6px 16px #f59e0b80}@media (max-width: 768px){.courses-grid-new{grid-template-columns:1fr;gap:1.5rem}.course-stats-compact,.see-more-features{grid-template-columns:1fr}}.highlight-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;background:linear-gradient(135deg,#10b98140,#05966933);border:1.5px solid rgba(16,185,129,.5);border-radius:50%;font-size:.7rem;color:#10b981;flex-shrink:0;box-shadow:0 0 8px #10b98166,inset 0 1px #fff3;font-weight:700}.highlight-icon .single-card-container{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:1rem 1.5rem 2rem;width:100%}.highlight-icon .course-card-content-wrapper{display:flex;flex-direction:column;align-items:center;max-width:680px;width:100%}.highlight-icon .single-card-wrapper{max-width:100%;width:100%;max-height:calc(100vh - 180px);margin-top:0}.highlight-icon .new-course-card{max-height:calc(100vh - 180px);display:flex;flex-direction:column}.highlight-icon .course-image-section{flex-shrink:0}.highlight-icon .course-content-section{flex:1;overflow-y:auto;min-height:0}@media (max-width: 768px){.highlight-icon .single-card-container{padding:.75rem;min-height:calc(100vh - 120px)}.highlight-icon .course-card-content-wrapper,.highlight-icon .course-card-content-wrapper .course-progress-container{max-width:100%}.highlight-icon .single-card-wrapper{max-width:100%;max-height:calc(100vh - 140px)}.highlight-icon .new-course-card{max-height:calc(100vh - 140px)}}@media (max-width: 480px){.highlight-icon .single-card-container{padding:.5rem}}@media (min-height: 900px){.highlight-icon .single-card-wrapper,.highlight-icon .new-course-card{max-height:750px}}@media (max-height: 600px){.highlight-icon .course-image-section{height:160px}}.highlight-icon .header-content{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;width:100%}.highlight-icon .header-left{flex:1}.highlight-icon .header-right{display:flex;align-items:center;justify-content:flex-end;flex-shrink:0;padding-top:.25rem}.highlight-icon .learning-path-title{font-size:2.5rem!important;font-weight:800!important;margin:0 0 .5rem!important;line-height:1.2!important}.highlight-icon .title-blue{color:#1e40af!important}.highlight-icon .title-purple{color:#9333ea!important}.highlight-icon .page-header .page-subtitle{margin:0!important;font-size:1rem!important;background-color:#dd1a1a!important}.highlight-icon .view-toggle-buttons{display:flex!important;align-items:center!important;gap:.5rem!important;flex-wrap:wrap!important}.highlight-icon .view-toggle-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:.5rem!important;padding:.75rem 1.25rem!important;border:none!important;border-radius:12px!important;font-size:.875rem!important;font-weight:500!important;cursor:pointer!important;transition:all .2s ease!important;background:#f3f4f6!important;color:#1f2937!important;white-space:nowrap!important;min-height:40px!important}.highlight-icon .view-toggle-btn:hover:not(.active){background:#e5e7eb!important}.highlight-icon .view-toggle-btn.active{background:#1e40af!important;color:#fff!important}.highlight-icon .view-toggle-btn.active svg{color:#fff!important}.highlight-icon .view-toggle-btn:not(.active){background:#f3f4f6!important;color:#1f2937!important}.highlight-icon .view-toggle-btn:not(.active) svg{color:#1f2937!important}.highlight-icon .view-toggle-btn svg{font-size:.875rem!important;flex-shrink:0!important;width:16px!important;height:16px!important}.highlight-icon .view-saved-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.875rem 2rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d;display:inline-flex;align-items:center;gap:8px}.highlight-icon .view-saved-btn:hover{box-shadow:0 8px 20px #667eea66;transform:translateY(-2px)}.highlight-icon .view-saved-btn:active{transform:translateY(0)}@media (max-width: 768px){.highlight-icon .header-content{flex-direction:column;align-items:flex-start;gap:1rem}.highlight-icon .learning-path-title{font-size:2rem}.highlight-icon .view-toggle-buttons{width:100%;flex-wrap:wrap}.highlight-icon .view-toggle-btn{flex:1;min-width:0}.highlight-icon .header-right{width:100%;justify-content:flex-start}.highlight-icon .view-saved-btn{width:100%;text-align:center}}.course-card-footer{padding-top:.5rem;border-top:1px solid rgba(255,255,255,.05)}.apply-btn{width:100%;padding:1rem;background:linear-gradient(90deg,#8b5cf6,#7c3aed,#9333ea);background-size:200% 100%;color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .4s cubic-bezier(.34,1.56,.64,1);box-shadow:0 4px 12px #7c3aed4d;text-shadow:0 1px 2px rgba(0,0,0,.2);position:relative;overflow:hidden}.apply-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.apply-btn:hover{background:linear-gradient(90deg,#9333ea,#7c3aed,#8b5cf6);background-size:200% 100%;box-shadow:0 0 12px #9333ea99;transform:translateY(-3px) scale(1.02)}.apply-btn:hover:before{left:100%}.apply-btn:active{transform:translateY(-1px) scale(1)}.empty-state-card{grid-column:1 / -1;text-align:center;padding:3.5rem 2.25rem;background:linear-gradient(180deg,#fff,#f7f8fc);border:1px solid rgba(20,20,30,.08);border-radius:22px;box-shadow:0 18px 40px #0f172a14}.empty-state-icon{font-size:4rem;margin-bottom:1rem}.empty-state-card h3{font-size:1.6rem;color:#1f2937;margin-bottom:.35rem;letter-spacing:-.01em}.empty-state-card p{font-size:1rem;color:#6b7280;max-width:520px;margin:0 auto}.empty-state-content{display:flex;flex-direction:column;align-items:center;gap:1rem}.empty-state-message{max-width:620px;margin:.6rem auto 0;padding:1rem 1.2rem;display:flex;flex-direction:column;gap:.5rem;border-radius:16px;background:#fffffff2;border:1px solid rgba(99,102,241,.16);box-shadow:0 10px 22px #1e293b14}.empty-state-lead{font-size:1.05rem;font-weight:600;color:#111827}.empty-state-sub{font-size:.98rem;color:#4b5563;line-height:1.55}.empty-state-actions{display:flex;justify-content:center;margin-top:.25rem}.empty-state-cta{border:none;border-radius:999px;padding:.7rem 1.4rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#4f46e5,#6366f1);box-shadow:0 12px 24px #4f46e540;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.empty-state-cta:hover{transform:translateY(-1px);box-shadow:0 16px 30px #4f46e54d}.empty-state-cta:active{transform:translateY(0)}.course-url-modal{background:linear-gradient(135deg,#fffffff2,#f5f5fff2);border-radius:24px;padding:3rem 2.5rem;max-width:500px;width:100%;box-shadow:0 20px 60px #667eea4d,0 0 0 1px #667eea1a;text-align:center;position:relative;overflow:hidden}.course-url-modal:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#667eea,#764ba2,#667eea);background-size:200% 100%;animation:shimmerWarning 2s infinite}.course-url-modal h2{color:#1f2937;font-size:1.75rem;font-weight:700;margin:0 0 1rem}.course-url-modal p{color:#4b5563;font-size:1.05rem;line-height:1.6;margin:0 0 2rem}.modal-btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.875rem 2rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d}.modal-btn-primary:hover{box-shadow:0 8px 20px #667eea66;transform:translateY(-2px)}@media (max-width: 768px){.courses-grid-modern{grid-template-columns:1fr;gap:1.5rem}.course-stats-row{grid-template-columns:1fr}.course-card-header{flex-direction:column;align-items:flex-start}.course-country-badge{align-self:flex-start}}.analysis-section-inline{background:#ffffff26;border:1px solid rgba(255,255,255,.25);border-radius:16px;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.analysis-content-inline{padding:1.5rem}.analysis-header-inline{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:.75rem}.analysis-title-inline{margin:0;font-size:1.1rem;font-weight:700;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.2)}.eligibility-badge{display:inline-flex;align-items:center;padding:.4rem .9rem;border-radius:20px;font-size:.85rem;font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.2);box-shadow:0 2px 8px #00000026;transition:all .3s ease}.eligibility-badge.eligible{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:1px solid rgba(255,255,255,.3)}.eligibility-badge.not-eligible{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:1px solid rgba(255,255,255,.3)}.eligibility-summary{background:#ffffff1a;border-left:3px solid rgba(255,255,255,.4);padding:.9rem 1rem;margin:1rem 0;border-radius:8px;font-size:.9rem;line-height:1.6;color:#f8f8ff;text-shadow:0 1px 2px rgba(0,0,0,.1)}.all-requirements-container{display:flex;flex-direction:column;gap:.5rem;margin:1rem 0}.requirement-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;border-radius:10px;font-size:.9rem;line-height:1.5;transition:all .2s ease;background:#ffffff14;border:1px solid rgba(255,255,255,.15)}.requirement-item:hover{background:#ffffff1f;transform:translate(4px)}.requirement-item.matched-item{border-left:3px solid #10b981}.requirement-item.unmatched-item{border-left:3px solid #ef4444}.requirement-icon{font-size:1.1rem;flex-shrink:0;filter:drop-shadow(0 1px 2px rgba(0,0,0,.2))}.requirement-text{color:#fff;flex:1;text-shadow:0 1px 2px rgba(0,0,0,.1)}.ai-recommendation-box{background:linear-gradient(135deg,#ffffff26,#ffffff14);border:1px solid rgba(255,255,255,.25);border-radius:12px;padding:1.25rem;margin-top:1.25rem;box-shadow:0 4px 12px #0000001a}.recommendation-header{display:flex;align-items:center;gap:.6rem;margin-bottom:.75rem}.recommendation-icon{font-size:1.4rem;filter:drop-shadow(0 1px 2px rgba(0,0,0,.2))}.recommendation-label{font-size:1rem;font-weight:700;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.2)}.recommendation-text{margin:0;font-size:.9rem;line-height:1.6;color:#00000a;text-shadow:0 1px 2px rgba(0,0,0,.1)}.analysis-error-inline{background:#ef444433;border:1px solid rgba(239,68,68,.4);border-radius:10px;padding:1rem;margin-top:1rem}.analysis-error-inline p{margin:0;color:#fff;font-size:.9rem;text-shadow:0 1px 2px rgba(0,0,0,.2)}.loading-spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite;margin-right:.5rem}.action-btn.secondary{width:100%;padding:.9rem 1.25rem;background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;border-radius:12px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-shadow:0 1px 2px rgba(0,0,0,.2);display:flex;align-items:center;justify-content:center;gap:.5rem}.action-btn.secondary:hover:not(:disabled){background:#ffffff4d;border-color:#ffffff80;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.action-btn.secondary:disabled{opacity:.6;cursor:not-allowed}.analysis-modal{margin-top:1rem;background:#f9fafb;border-radius:12px;border:1px solid #e5e7eb;overflow:hidden}.analysis-content{padding:1.5rem}.analysis-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.analysis-header h3{margin:0;font-size:1.2rem;color:#1f2937}.close-analysis{background:transparent;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.close-analysis:hover{background:#e5e7eb;color:#1f2937}.analysis-summary{background:#fff;padding:1rem;border-radius:8px;margin-bottom:1rem;border:1px solid #e5e7eb}.match-badge{display:inline-block;padding:.5rem 1rem;border-radius:20px;font-weight:600;margin-bottom:.75rem;font-size:.9rem}.match-badge.match{background:#d1fae5;color:#065f46}.match-badge.no-match{background:#fee2e2;color:#991b1b}.eligibility-text{margin:0;color:#4b5563;line-height:1.6}.requirements-section{background:#fff;padding:1rem;border-radius:8px;margin-bottom:1rem;border-left:4px solid}.requirements-section.matched{border-left-color:#10b981}.requirements-section.unmatched{border-left-color:#ef4444}.requirements-section.recommendation{border-left-color:#8b5cf6;background:#f5f3ff}.requirements-section h4{margin:0 0 .75rem;font-size:1rem;color:#1f2937}.requirements-section ul{margin:0;padding-left:1.5rem;list-style-type:disc}.requirements-section li{margin-bottom:.5rem;color:#4b5563;line-height:1.5}.requirements-section p{margin:0;color:#4b5563;line-height:1.6}.analysis-error{margin-top:1rem;padding:1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#991b1b}.course-card-content-wrapper .course-progress-container{max-width:100%;width:100%;margin-bottom:1.5rem;margin-top:0}.course-progress-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.course-progress-text,.course-progress-percentage{font-size:.95rem;color:#9ca3af;font-weight:500}.course-progress-bar-bg{width:100%;height:8px;background:#f3f4f6;border-radius:4px;overflow:hidden}.course-progress-bar-fill{height:100%;background:#3b82f6;border-radius:4px;box-shadow:0 1px 3px #3b82f64d}.dashboard-layout{display:flex;min-height:100vh;background:#fff;position:relative;overflow:hidden}.dashboard-main{flex:1;display:flex;flex-direction:column;margin-left:280px;transition:margin-left .3s ease;min-width:0;height:100vh;overflow:hidden}.dashboard-main.sidebar-collapsed{margin-left:80px}.dashboard-content{flex:1;overflow-y:auto;overflow-x:hidden;height:100%}.sidebar{position:fixed;top:0;left:0;height:100vh;background:#f8f9fc;color:#1a1a1a;display:flex;flex-direction:column;flex-shrink:0;transition:width .3s ease;z-index:100;box-shadow:2px 0 10px #0000000d;overflow-y:auto;overflow-x:hidden}.sidebar-nav{flex:1;padding:.5rem 1rem;display:flex;flex-direction:column;gap:.5rem;overflow-y:auto;overflow-x:hidden}@media (max-width: 768px){.dashboard-main,.dashboard-main.sidebar-collapsed{margin-left:0;padding-left:72px;width:100%;box-sizing:border-box}.sidebar{position:fixed;top:0;left:0;height:100vh;transform:translate(0);transition:transform .3s ease,width .3s ease;width:72px!important;z-index:1200;display:flex!important;visibility:visible;opacity:1}.sidebar.open{transform:translate(0);width:280px!important}.sidebar-overlay{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:99}}.premium-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;justify-content:center;align-items:center;z-index:9999;padding:24px}.premium-modal-content{background:#fff;border-radius:24px;padding:44px 48px;max-width:960px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 30px 80px #00000059}.modal-close-btn{position:absolute;top:20px;right:20px;background:#f3f4f6;border:none;width:36px;height:36px;border-radius:50%;font-size:1.4rem;cursor:pointer;color:#6b7280}.modal-close-btn:hover{background:#e5e7eb;color:#111827}.pricing-title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:6px;color:#111827}.pricing-subtitle{text-align:center;font-size:1rem;color:#6b7280;margin-bottom:36px}.pricing-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.pricing-card{background:#fff;border-radius:18px;padding:28px 26px 30px;border:2px solid #e5e7eb;display:flex;flex-direction:column}.pricing-card h3{font-size:1.25rem;font-weight:700;margin-bottom:4px}.plan-tag{font-size:.85rem;color:#6b7280;margin-bottom:18px}.price{font-size:2.6rem;font-weight:800;margin-bottom:8px}.price span{font-size:.95rem;color:#6b7280}.price.purple{color:#7c3aed}.billing-note{font-size:.85rem;color:#6b7280;margin-bottom:22px}.pricing-card ul{list-style:none;padding:0;margin:18px 0 24px}.pricing-card ul li{font-size:.95rem;line-height:1.6;margin-bottom:10px;color:#111827;position:relative;padding-left:26px}.pricing-card ul li:before{content:"✓";position:absolute;left:0;top:0;color:#16a34a;font-weight:700}.restricted-title{font-size:.85rem;color:#9ca3af;margin-top:12px}.restricted li{color:#9ca3af;font-size:.85rem}.pricing-card .restricted li:before{content:"✕";color:#ef4444;font-weight:700}.primary-btn{margin-top:auto;padding:14px 18px;border-radius:12px;background:linear-gradient(135deg,#7c3aed,#9333ea);color:#fff;font-size:.95rem;font-weight:700;border:none;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.primary-btn:hover{transform:translateY(-1px);box-shadow:0 8px 24px #7c3aed59}.current-plan-btn{margin-top:auto;padding:14px 18px;border-radius:12px;background:#e5e7eb;color:#6b7280;font-size:.95rem;font-weight:700;border:none}.best{border-color:#7c3aed;position:relative;box-shadow:0 20px 40px #7c3aed2e;transform:translateY(-6px)}.best-badge{position:absolute;top:-14px;right:18px;background:#7c3aed;color:#fff;font-size:.7rem;font-weight:700;padding:4px 10px;border-radius:999px}.save-chip{display:inline-block;background:#dcfce7;color:#166534;font-size:.75rem;padding:4px 10px;border-radius:999px;margin-bottom:6px}.pricing-footer{text-align:center;font-size:.85rem;color:#6b7280;margin-top:36px}.payment-section{margin-top:20px}.payment-section h3{font-size:1.5rem;font-weight:600;text-align:center;margin-bottom:6px}.payment-description{text-align:center;font-size:.9rem;color:#6b7280;margin-bottom:24px}.checkout-actions{display:flex;gap:12px;margin-top:24px}.cancel-payment-btn{flex:1;padding:12px;border-radius:10px;background:#f3f4f6;border:none;font-weight:600;cursor:pointer}.submit-payment-btn{flex:2;padding:12px;border-radius:10px;background:linear-gradient(135deg,#7c3aed,#9333ea);color:#fff;border:none;font-weight:700}@media (max-width: 960px){.pricing-cards{grid-template-columns:1fr;gap:24px}.premium-modal-content{padding:32px 24px}}.notification-bell{position:relative;display:inline-block}.bell-button{position:relative;background:none;border:none;cursor:pointer;padding:.5rem;color:#6b7280;font-size:1.25rem;transition:color .2s;display:flex;align-items:center;justify-content:center}.bell-button:hover{color:#3b82f6}.bell-button .badge{position:absolute;top:0;right:0;background:#ef4444;color:#fff;border-radius:50%;width:18px;height:18px;font-size:.75rem;font-weight:600;display:flex;align-items:center;justify-content:center;border:2px solid white}.dropdown-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#0000001a;z-index:999}.notification-dropdown{position:absolute;top:calc(100% + .5rem);right:0;width:380px;max-height:500px;background:#fff;border-radius:12px;box-shadow:0 10px 25px #00000026;z-index:1000;display:flex;flex-direction:column;overflow:hidden}.dropdown-header{padding:1rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.dropdown-header h3{margin:0;font-size:1.125rem;font-weight:600;color:#1f2937;flex:1}.admin-section-filter{padding:.375rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;background:#fff;color:#374151;cursor:pointer}.admin-section-filter:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.mark-all-read-btn{padding:.375rem .75rem;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s}.mark-all-read-btn:hover{background:#2563eb}.notification-list{overflow-y:auto;max-height:400px}.notification-item{padding:1rem;border-bottom:1px solid #f3f4f6;cursor:pointer;transition:background .2s;display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.notification-item:hover{background:#f9fafb}.notification-item.unread{background:#eff6ff;border-left:3px solid #3b82f6}.notification-item.read{opacity:.7}.notification-content{flex:1;min-width:0}.notification-content .message{margin:0 0 .5rem;color:#1f2937;font-size:.875rem;line-height:1.5;word-wrap:break-word}.notification-meta{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#6b7280}.notification-meta .time{font-weight:500}.notification-meta .actor{color:#9ca3af}.mark-read-btn{padding:.25rem .5rem;background:#e5e7eb;color:#374151;border:none;border-radius:4px;font-size:.875rem;cursor:pointer;transition:background .2s;flex-shrink:0}.mark-read-btn:hover{background:#d1d5db}.loading-state,.empty-state{padding:2rem;text-align:center;color:#6b7280;font-size:.875rem}@media (max-width: 768px){.notification-dropdown{width:320px;right:-1rem}}.browse-all-page{width:100%;padding:2rem;overflow-x:hidden}.browse-all-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:1rem;flex-wrap:wrap}.browse-all-search{position:relative;flex:1;min-width:0;max-width:520px}.browse-all-search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#9ca3af}.browse-all-search-input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid #e5e7eb;border-radius:10px;font-size:.875rem;outline:none;transition:all .2s ease;background:#fff}.browse-all-filters{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.browse-all-filter-select{padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:10px;font-size:.875rem;outline:none;cursor:pointer;background:#fff;min-width:0!important}.browse-all-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-bottom:2rem}.browse-all-summary-card{background:#f3f4f6;padding:1.25rem;border-radius:12px;display:flex;align-items:center;gap:1rem;min-width:0}.browse-all-summary-card-top{background:#f3e8ff}.browse-all-summary-card-interested{background:#dcfce7}.browse-all-summary-card-premium{background:#fef3c7}.browse-all-summary-icon{padding:.75rem;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-size:1.25rem}.browse-all-summary-icon-programs{background:#dbeafe;color:#1e40af}.browse-all-summary-icon-top{background:#e9d5ff;color:#9333ea}.browse-all-summary-icon-interested{background:#bbf7d0;color:#16a34a}.browse-all-summary-icon-premium{background:#fde68a;color:#f59e0b}.browse-all-summary-label{font-size:.875rem;color:#6b7280;margin-bottom:.25rem}.browse-all-summary-value{font-size:1.25rem;font-weight:700;color:#1f2937}.browse-all-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.browse-all-card{border:1px solid rgba(226,232,240,.8);box-shadow:0 10px 22px #0f172a14;transition:transform .2s ease,box-shadow .2s ease}.browse-all-metrics{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1rem;font-size:.85rem}.browse-all-metric{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .6rem;border-radius:999px;font-weight:600;background:#f8fafc;color:#1f2937}.browse-all-metric.duration{background:#3b82f61f;color:#1e3a8a}.browse-all-metric.tuition{background:#10b9811f;color:#065f46}@media (max-width: 900px){.browse-all-page{padding:1.5rem}.browse-all-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.browse-all-page{padding:1rem}.browse-all-toolbar{flex-direction:column;align-items:stretch}.browse-all-search{max-width:100%}.browse-all-filters{width:100%}.browse-all-filter-select{flex:1 1 160px}.browse-all-summary,.browse-all-grid{grid-template-columns:1fr}.browse-all-metrics{gap:.5rem}}.profile-page{width:100%;min-height:100vh;background-color:#f5f6fa}.loading-container{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;position:relative;z-index:10}.cover-section{position:relative;height:300px;min-height:300px}.cover-change-wrapper{position:absolute;top:20px;right:20px;z-index:10}.change-cover-btn{background:#fffffff2;color:#16376a;border:none;padding:10px 20px;border-radius:12px;font-size:.9rem;font-weight:600;cursor:pointer;box-shadow:0 4px 12px #00000026;transition:all .3s ease;display:flex;align-items:center;gap:8px}.change-cover-btn:hover{background:#fff;transform:translateY(-2px);box-shadow:0 6px 16px #0003}.cover-dropdown{position:absolute;top:50px;right:0;background:#fff;border-radius:12px;box-shadow:0 8px 24px #0003;padding:12px;min-width:200px;z-index:100}.cover-option{display:flex;align-items:center;gap:12px;padding:10px;cursor:pointer;border-radius:8px;transition:all .2s ease}.cover-option:hover{background:#f5f6fa}.cover-option>div{width:60px;height:40px;border-radius:6px;border:2px solid #e2e8f0;flex-shrink:0}.cover-option span{font-size:.9rem;font-weight:500;color:#1a202c}.profile-card{position:absolute;bottom:-80px;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;width:85%;max-width:1200px;background:#fff;border-radius:24px;box-shadow:0 10px 40px #0000001f;padding:30px 40px;gap:30px;box-sizing:border-box}.profile-score-column{display:flex;flex-direction:column;align-items:center;gap:12px;flex-shrink:0}.profile-pic-wrapper{position:relative;flex-shrink:0}.profile-pic-container{width:140px;height:140px;border-radius:50%;background:#fff;border:6px solid #ffffff;box-shadow:0 4px 20px #00000026;overflow:hidden;display:flex;align-items:center;justify-content:center}.profile-pic{width:100%;height:100%;border-radius:50%;object-fit:cover}.profile-pic-initials{width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,#2563eb,#1d4ed8);display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:700;color:#fff;text-transform:uppercase}.upload-btn{position:absolute;bottom:8px;right:8px;background:#16376a;color:#fff;border-radius:50%;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem;box-shadow:0 2px 8px #16376a66;transition:all .3s ease}.upload-btn:hover{background:#2a5e9e;transform:scale(1.1)}.user-info-section{flex:1;display:flex;flex-direction:column;gap:8px}.user-name{font-size:2rem;font-weight:700;color:#1a202c;line-height:1.2;text-align:left}.user-details{display:flex;align-items:center;gap:8px;margin-top:4px}.user-email{color:#64748b;font-size:.9rem;font-weight:400}.detail-separator{color:#cbd5e1;font-size:.75rem}.user-location{color:#64748b;font-size:.9rem;font-weight:400}.profile-info{flex:1;display:flex;flex-direction:column;gap:4px}.profile-info h2{margin:0;font-size:2rem;font-weight:700;color:#1a202c;line-height:1.2}.profile-email{color:#4a5568;margin:0;font-size:.95rem}.profile-location{color:#718096;margin:0;font-size:.9rem;display:flex;align-items:center;gap:4px}.ep-score-card{background:linear-gradient(135deg,#f59e0b,#ea580c);color:#fff;border-radius:20px;padding:24px 36px;text-align:center;box-shadow:0 8px 24px #f59e0b59;flex-shrink:0;min-width:180px;transition:all .3s ease}.ep-score-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #f59e0b73}.ep-score-card h3{font-size:3rem;font-weight:800;margin:0;line-height:1}.ep-score-card p{margin:8px 0 4px;font-size:.95rem;font-weight:600;opacity:.95}.ep-score-card span{font-size:.85rem;opacity:.9;font-weight:500;display:block;margin-top:4px}.verification-badge-container{margin-top:16px;display:flex;justify-content:center;width:100%}.subscription-status-card{margin-top:16px;padding:14px 18px;background:#ffffffd9;border-radius:16px;box-shadow:0 6px 16px #0f172a14;display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;width:100%;max-width:280px;box-sizing:border-box;text-align:center}.subscription-status-text{min-width:0}.subscription-note{word-break:break-word}.subscription-status-text{display:flex;flex-direction:column;gap:4px;align-items:center}.subscription-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#64748b;font-weight:600}.subscription-value{font-size:1rem;font-weight:700;color:#1f2937}.subscription-note{font-size:.85rem;color:#64748b}.subscription-cancel-btn{padding:8px 14px;border-radius:999px;border:none;background:#fee2e2;color:#b91c1c;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease}.subscription-cancel-btn:hover:not(:disabled){background:#fecaca}.subscription-cancel-btn:disabled{opacity:.6;cursor:not-allowed}.subscription-upgrade-btn{padding:8px 14px;border-radius:999px;border:none;background:#e0f2fe;color:#0369a1;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease}.subscription-upgrade-btn:hover{background:#bae6fd}.verification-badge{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:50px;font-weight:600;font-size:.9rem;box-shadow:0 4px 12px #0000001a;transition:all .3s ease;cursor:default}.get-verified-btn{border:none;cursor:pointer;font:inherit;line-height:inherit}.verification-badge:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000026}.verification-badge[style*="cursor: pointer"]:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0003}.verification-badge[style*="cursor: pointer"]:active{transform:translateY(-1px)}.verification-badge.verified{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.verification-badge.pending{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.verification-badge.unverified{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff}.badge-icon{font-size:1.1rem;display:flex;align-items:center}.badge-text{font-size:.9rem;letter-spacing:.3px}.verified-check{display:inline-flex;align-items:center;justify-content:center;margin-left:8px;width:18px;height:18px;border-radius:50%;background:#1d9bf0;box-shadow:0 2px 6px #1d9bf066;vertical-align:middle}.verified-check svg{width:12px;height:12px;fill:none;stroke:#fff;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.score-breakdown-container{width:100%;display:flex;justify-content:center;padding:140px 20px 40px;background-color:#f5f6fa}.score-breakdown-card{width:85%;max-width:1200px;background:#fff;border-radius:24px;box-shadow:0 10px 40px #0000001f;overflow:hidden}.score-breakdown-header{background:linear-gradient(to right,#16376a,#3d6fa8);padding:24px 32px;display:flex;justify-content:space-between;align-items:center;color:#fff}.score-breakdown-header h3{margin:0;font-size:1.5rem;font-weight:700}.score-breakdown-header p{margin:4px 0 0;font-size:.9rem;opacity:.9}.info-btn{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);padding:8px 16px;border-radius:8px;font-size:.85rem;cursor:pointer;transition:all .3s ease}.info-btn:hover{background:#ffffff4d}.score-boxes-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:32px}.score-box{background:#f8fafc;border-radius:16px;padding:20px;display:flex;flex-direction:column;align-items:center;text-align:center;transition:all .3s ease}.score-box:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001a}.score-icon{font-size:2rem;margin-bottom:12px}.score-content{width:100%}.score-content h4{margin:0 0 8px;font-size:1rem;font-weight:600;color:#1a202c}.score-value{font-size:2rem;font-weight:800;color:#2563eb;margin-bottom:12px}.progress-bar-wrapper{width:100%;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden;margin-bottom:8px}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#2563eb);border-radius:4px;transition:width .6s ease}.max-points{margin:0;font-size:.8rem;color:#64748b}.current-band-section{display:flex;justify-content:space-between;align-items:center;padding:24px 32px;border-top:2px solid #f1f5f9;background:#f8fafc}.band-info{flex:1}.band-label{margin:0 0 4px;font-size:1rem;color:#1a202c;font-weight:500}.band-name{font-weight:700;font-size:1.1rem}.band-description{margin:0;font-size:.9rem;color:#64748b}.total-score-box{background:linear-gradient(135deg,#f59e0b,#ea580c);color:#fff;padding:16px 28px;border-radius:16px;box-shadow:0 4px 12px #f59e0b4d;display:flex;align-items:baseline;gap:4px}.total-score{font-size:2.5rem;font-weight:800;line-height:1}.total-max{font-size:1.2rem;opacity:.9;font-weight:600}.profile-info-container{width:100%;display:flex;justify-content:center;padding:0 20px 40px;background-color:#f5f6fa}.profile-info-section{width:85%;max-width:1200px;background:#fff;border-radius:24px;box-shadow:0 10px 40px #0000001f;overflow:hidden}.info-header{background:linear-gradient(to right,#2a5a9e,#16376a);border-bottom:1px solid rgba(255,255,255,.1);border-radius:24px 24px 0 0;padding:24px 32px;display:flex;justify-content:space-between;align-items:center;color:#fff}.info-header h3{margin:0;font-size:1.5rem;font-weight:700}.info-header p{margin:4px 0 0;font-size:.9rem;opacity:.9}.edit-btn{background:#16376a;color:#fff;border:none;padding:8px 16px;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:6px}.edit-btn:hover{background:#2a5a9e;transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.info-body{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;padding:32px}.info-column{display:flex;flex-direction:column;gap:16px}.column-title{margin:0 0 8px;font-size:1.1rem;font-weight:700;color:#1a202c}.info-field{background:#f8fafc;border-radius:12px;padding:14px 16px;display:flex;align-items:center;gap:12px;transition:all .3s ease}.info-field:hover{background:#f1f5f9;transform:translate(2px)}.info-content{flex:1;display:flex;flex-direction:column;gap:2px}.info-label{font-size:.75rem;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.info-value{font-size:.95rem;color:#1a202c;font-weight:500}.info-input{width:100%;padding:8px 12px;border:2px solid #e2e8f0;border-radius:8px;font-size:.95rem;color:#1a202c;font-weight:500;transition:all .2s ease;background:#fff}.info-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.info-input::placeholder{color:#9ca3af;font-weight:400}select.info-input{padding-right:32px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23475569' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:12px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}select.info-input::-ms-expand{display:none}.records-body{padding:32px;display:flex;flex-direction:column;gap:20px}.record-card{background:#f8fafc;border-radius:12px;padding:20px;display:flex;gap:16px;align-items:flex-start;transition:all .3s ease;border-left:4px solid #3b82f6}.record-card:hover{background:#f1f5f9;transform:translate(2px)}.record-icon{font-size:2rem;flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:10px;box-shadow:0 2px 8px #00000014}.record-content{flex:1;display:flex;flex-direction:column;gap:12px}.record-title{margin:0;font-size:1.1rem;font-weight:700;color:#1a202c}.record-heading{font-size:1.1rem;font-weight:700;color:#1a202c;margin-bottom:10px}.record-field{display:flex;flex-direction:column;gap:4px}.record-label{font-size:.75rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.record-value{font-size:.95rem;color:#1a202c;font-weight:500}.no-records{text-align:center;color:#9ca3af;font-style:italic;padding:32px;margin:0}.add-record-btn{width:100%;padding:14px 20px;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:12px;color:#475569;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:8px}.add-record-btn:hover{background:#f1f5f9;border-color:#94a3b8;color:#1e293b;transform:translateY(-2px)}.education-form-card{background:#f8fafc;border-radius:12px;padding:20px;margin-bottom:20px;border:2px solid #e2e8f0}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:16px}.form-field.full-width{grid-column:1 / -1}.form-field label{font-size:.85rem;font-weight:600;color:#4b5563}.form-field textarea{resize:vertical;min-height:80px;font-family:inherit}.form-actions{display:flex;gap:12px;justify-content:flex-end;padding-top:12px;border-top:1px solid #e2e8f0}.delete-btn{background:#16376a;color:#fff;border:none;padding:8px 16px;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:6px}.delete-btn:hover{background:#2a5a9e;transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.form-actions .cancel-btn{background:#16376a;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:6px;box-shadow:0 2px 4px #16376a33}.form-actions .cancel-btn:hover{background:#2a5a9e;transform:translateY(-1px);box-shadow:0 4px 8px #16376a66}.form-actions .save-btn{background:#16376a;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:6px;box-shadow:0 2px 4px #16376a33}.form-actions .save-btn:hover{background:#2a5a9e;transform:translateY(-1px);box-shadow:0 4px 8px #16376a66}@media (max-width: 1024px){.score-boxes-grid{grid-template-columns:repeat(2,1fr)}.info-body{grid-template-columns:1fr;gap:24px}.cover-section{height:auto;min-height:260px;padding:20px 16px 32px}.profile-card{position:static;transform:none;width:calc(100% - 32px);margin:16px auto 24px;padding:24px 28px;justify-content:center;text-align:center}.user-info-section{align-items:center}}@media (max-width: 768px){.form-grid{grid-template-columns:1fr}.cover-section{height:auto;min-height:220px;padding:24px 16px 32px}.profile-card{position:static;transform:none;flex-direction:column;width:100%;max-width:640px;margin:16px auto 24px;padding:24px;text-align:center;gap:20px}.profile-pic{width:100px;height:100px}.profile-info{align-items:center}.profile-info h2{font-size:1.5rem}.verification-badge-container{order:2;width:100%}.ep-score-card{order:3;width:100%}.subscription-status-card{order:4;max-width:100%}.ep-score-card{min-width:100%;padding:20px}.ep-score-card h3{font-size:2.5rem}.score-breakdown-container{padding-top:16px}.score-breakdown-card{width:90%}.score-breakdown-header{flex-direction:column;gap:12px;align-items:flex-start}.score-boxes-grid{grid-template-columns:1fr;padding:20px;gap:16px}.current-band-section{flex-direction:column;gap:16px;align-items:flex-start}.total-score-box{align-self:stretch;justify-content:center}.profile-info-container{padding:0 20px 40px}.profile-info-section{width:90%}.info-header{flex-direction:column;gap:12px;align-items:flex-start}.info-body{grid-template-columns:1fr;padding:20px;gap:20px}.info-field{padding:12px 14px}.records-body{padding:20px;gap:16px}.record-card{padding:16px;flex-direction:column;align-items:flex-start}.record-icon{width:40px;height:40px;font-size:1.5rem}.add-record-btn{padding:12px 16px;font-size:.9rem}}.skills-body{padding:32px}.skills-tags-container{display:flex;flex-wrap:wrap;gap:12px}.skill-tag{display:inline-flex;align-items:center;gap:8px;background:#fff;border:2px solid #a78bfa;border-radius:20px;padding:10px 18px;transition:all .3s ease;box-shadow:0 2px 8px #a78bfa26}.skill-tag:hover{transform:translateY(-2px);box-shadow:0 4px 12px #a78bfa40;border-color:#8b5cf6}.skill-name{font-size:.95rem;font-weight:600;color:#6b21a8}.skill-level{font-size:.8rem;font-weight:500;color:#8b5cf6;background:#f3e8ff;padding:2px 10px;border-radius:12px}.skill-actions{display:flex;gap:4px;margin-left:4px}.skill-action-btn{background:transparent;border:none;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease;color:#6b21a8;display:flex;align-items:center;justify-content:center}.skill-action-btn:hover{background:#a78bfa33}.skill-action-btn.delete{color:#dc2626}.skill-action-btn.delete:hover{background:#dc26261a}.skill-action-btn:disabled{opacity:.5;cursor:not-allowed}.skill-edit-card{background:#f8fafc;border-radius:12px;padding:16px;border:2px solid #e2e8f0;width:100%}.english-test-body{padding:32px;display:flex;flex-direction:column;gap:24px}.english-test-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid #e2e8f0}.english-test-title{margin:0;font-size:1.3rem;font-weight:700;color:#1a202c}.test-type-display{background:#f8fafc;border-radius:12px;padding:18px 24px;display:flex;align-items:center;gap:12px;border:1px solid #e2e8f0;margin-bottom:24px}.test-type-label{font-size:.9rem;font-weight:600;color:#64748b}.test-type-value{font-size:1.05rem;font-weight:700;color:#1a202c}.overall-score-display{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:16px;padding:40px;text-align:center;border:2px solid #bae6fd;box-shadow:0 4px 16px #38bdf826;margin-bottom:28px}.overall-score-label{margin:0 0 16px;font-size:1rem;font-weight:600;color:#0369a1;text-transform:uppercase;letter-spacing:.5px}.overall-score-value{margin:0 0 16px;font-size:4.5rem;font-weight:800;color:#0c4a6e;line-height:1}.test-date-display{margin:0;font-size:.95rem;color:#64748b;font-weight:500}.subscores-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:24px}.subscore-box{background:#f8fafc;border-radius:12px;padding:24px 20px;text-align:center;border:1px solid #e2e8f0;transition:all .3s ease}.subscore-box:hover{background:#f1f5f9;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.subscore-label{margin:0 0 12px;font-size:.875rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.subscore-value{margin:0;font-size:2.25rem;font-weight:800;color:#2563eb}.score-range-info{background:#f8fafc;border-radius:12px;padding:14px 24px;text-align:center;border:1px solid #e2e8f0}.score-range-info p{margin:0;font-size:.9rem;color:#64748b;font-style:italic;font-weight:500}.preferences-body{padding:32px}.preferences-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.preference-box{background:#f8fafc;border-radius:12px;padding:18px 20px;display:flex;align-items:center;gap:14px;transition:all .3s ease;border:1px solid #e2e8f0}.preference-box:hover{background:#f1f5f9;transform:translate(2px);box-shadow:0 2px 8px #0000000d}.preference-icon{font-size:1.8rem;flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:10px;box-shadow:0 2px 8px #00000014}.preference-content{flex:1;display:flex;flex-direction:column;gap:4px}.preference-label{font-size:.75rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.preference-value{font-size:.95rem;color:#1a202c;font-weight:600}.subfields-multi-select{width:100%}.subfields-options-container{display:flex;flex-wrap:wrap;gap:.75rem;padding:.5rem 0}.subfield-option-tag{padding:.5rem 1rem;background:#ffffff0d;border:1.5px solid rgba(99,102,241,.3);border-radius:20px;cursor:pointer;transition:all .3s ease;font-size:.9rem;color:#1a202c;-webkit-user-select:none;user-select:none}.subfield-option-tag:hover{background:#6366f11a;border-color:#6366f180;transform:translateY(-2px)}.subfield-option-tag.selected{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-color:#6366f1;color:#fff;font-weight:600}.edit-personal-modal{background:#fff;border-radius:16px;max-width:700px;width:100%;max-height:85vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.edit-form{display:flex;flex-direction:column;gap:24px}.form-section{display:flex;flex-direction:column;gap:16px}.form-section-title{margin:0;font-size:1rem;font-weight:600;color:#1a202c;padding-bottom:8px;border-bottom:2px solid #e2e8f0}.form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.form-field{display:flex;flex-direction:column;gap:6px}.form-field label{font-size:.875rem;font-weight:600;color:#4b5563}.form-field input,.form-field select{padding:10px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:.9rem;transition:all .2s;background:#fff}.form-field input:focus,.form-field select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-actions{display:flex;gap:12px;justify-content:flex-end;padding-top:16px;border-top:1px solid #e2e8f0}.info-header .cancel-btn,.info-header .save-btn{padding:8px 16px;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s;border:none;display:flex;align-items:center;justify-content:center;gap:6px}.info-header .cancel-btn{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.3)}.info-header .cancel-btn:hover{background:#ffffff4d;border-color:#ffffff80}.info-header .save-btn{background:#fff;color:#16376a}.info-header .save-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ffffff4d}.save-btn:disabled,.cancel-btn:disabled,.edit-btn:disabled,.delete-btn:disabled{opacity:1;background:#16376a;color:#fff;cursor:not-allowed;transform:none;box-shadow:0 2px 4px #16376a33}.save-btn:disabled:hover,.cancel-btn:disabled:hover,.edit-btn:disabled:hover,.delete-btn:disabled:hover{transform:none;box-shadow:0 2px 4px #16376a33}.score-info-modal{background:#fff;border-radius:16px;max-width:900px;width:100%;max-height:80vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 32px;border-bottom:2px solid #f1f5f9;position:sticky;top:0;background:#fff;z-index:10}.modal-title{font-size:1.75rem;font-weight:700;background:linear-gradient(to right,#2a5a9e,#16376a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.modal-close-btn{background:transparent;border:none;font-size:1.5rem;color:#64748b;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s}.modal-close-btn:hover{background:#f1f5f9;color:#1a202c}.modal-description{padding:0 32px;margin:8px 0 0;color:#64748b;font-size:.95rem}.modal-content{padding:24px 32px 32px}.total-score-info{padding:16px 20px;background:linear-gradient(to right,#2a5a9e1a,#16376a1a);border-radius:12px;border:2px solid rgba(22,55,106,.2);margin-bottom:24px}.total-score-info h3{margin:0 0 4px;font-size:1.1rem;font-weight:700;color:#16376a}.total-score-info p{margin:0;font-size:.9rem;color:#64748b}.score-breakdown-section{margin-bottom:24px}.score-breakdown-section h4{margin:0 0 16px;font-size:1rem;font-weight:600;color:#1a202c}.breakdown-card{padding:16px 20px;border-radius:12px;margin-bottom:16px}.breakdown-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.breakdown-header h5{margin:0;font-size:1rem;font-weight:600}.breakdown-header span{font-size:.9rem;font-weight:700}.breakdown-card ul{list-style:none;padding:0;margin:0}.breakdown-card li{font-size:.9rem;color:#4b5563;margin-bottom:4px}.personal-info-card{background:#dbeafe;border:1px solid #93c5fd}.personal-info-card .breakdown-header h5{color:#1e3a8a}.personal-info-card .breakdown-header span{color:#1d4ed8}.education-card{background:#d1fae5;border:1px solid #6ee7b7}.education-card .breakdown-header h5{color:#065f46}.education-card .breakdown-header span{color:#047857}.experience-card{background:#f3e8ff;border:1px solid #d8b4fe}.experience-card .breakdown-header h5{color:#581c87}.experience-card .breakdown-header span{color:#7c3aed}.experience-section{margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #e9d5ff}.experience-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.section-subtitle{font-size:.9rem;font-weight:600;color:#4b5563;margin:0 0 8px}.note{font-size:.8rem;color:#7c3aed;font-weight:500;margin:8px 0 0}.english-card{background:#fed7aa;border:1px solid #fdba74}.english-card .breakdown-header h5{color:#7c2d12}.english-card .breakdown-header span{color:#c2410c}.additional-rules{margin-bottom:24px}.additional-rules h4{margin:0 0 12px;font-size:1rem;font-weight:600;color:#1a202c}.rule-card{padding:12px 16px;border-radius:12px;margin-bottom:12px}.rule-title{font-size:.9rem;font-weight:600;margin:0 0 4px}.rule-card p:last-child{font-size:.85rem;color:#4b5563;margin:0}.penalty-card{background:#fef3c7;border:1px solid #fcd34d}.penalty-card .rule-title{color:#78350f}.recovery-card{background:#d1fae5;border:1px solid #6ee7b7}.recovery-card .rule-title{color:#065f46}.score-bands{margin-bottom:24px}.score-bands h4{margin:0 0 12px;font-size:1rem;font-weight:600;color:#1a202c}.bands-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.band-card{padding:12px 16px;border-radius:12px}.band-name{font-size:.9rem;font-weight:700;margin:0 0 4px}.band-desc{font-size:.8rem;color:#64748b;margin:0}.foundations-band{background:#fee2e2;border:1px solid #fca5a5}.foundations-band .band-name{color:#991b1b}.momentum-band{background:#fef3c7;border:1px solid #fcd34d}.momentum-band .band-name{color:#78350f}.reach-band{background:#dbeafe;border:1px solid #93c5fd}.reach-band .band-name{color:#1e3a8a}.greenlight-band{background:#d1fae5;border:1px solid #6ee7b7}.greenlight-band .band-name{color:#065f46}.example-calculation{padding:16px 20px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.example-calculation h4{margin:0 0 12px;font-size:1rem;font-weight:600;color:#1a202c}.example-calculation p{font-size:.9rem;color:#4b5563;margin:4px 0}.total-example{font-weight:700;color:#16376a;padding-top:12px;margin-top:12px;border-top:1px solid #cbd5e1}@media (max-width: 768px){.edit-personal-modal{max-width:95%}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}.cancel-btn,.save-btn{width:100%}.modal-header{padding:20px}.modal-title{font-size:1.4rem}.modal-description{padding:0 20px}.modal-content{padding:20px}.bands-grid{grid-template-columns:1fr}.skills-body{padding:20px}.skills-tags-container{gap:10px}.skill-tag{padding:8px 14px}.english-test-body{padding:20px;gap:20px}.english-test-header{flex-direction:column;align-items:flex-start;gap:12px}.overall-score-display{padding:32px 24px}.overall-score-value{font-size:3.5rem}.subscores-grid{grid-template-columns:repeat(2,1fr);gap:16px}.subscore-box{padding:20px 16px}.subscore-value{font-size:1.75rem}.preferences-body{padding:20px}.preferences-grid{grid-template-columns:1fr;gap:16px}.preference-box{padding:14px 16px}.preference-icon{width:40px;height:40px;font-size:1.5rem}}@media (max-width: 640px){.cover-section{height:auto;min-height:200px;padding-top:20px;padding-bottom:28px}.cover-change-wrapper{top:12px;right:12px}.change-cover-btn{padding:8px 12px;font-size:.8rem}.profile-card{margin:12px auto 24px;width:100%;padding:20px}.profile-pic-container{width:110px;height:110px}.profile-pic-initials{font-size:2.2rem}.user-name,.profile-info h2{font-size:1.4rem;text-align:center}.user-info-section{align-items:center;text-align:center}.user-details{flex-direction:column;gap:4px;align-items:center;text-align:center}.verification-badge-container{margin-top:12px;margin-bottom:4px}.verification-badge{padding:8px 14px;font-size:.8rem}.verification-badge .badge-text{display:none}.ep-score-card{min-width:100%}.subscription-status-card{max-width:100%;justify-content:center;text-align:center}.profile-info-container{padding:0 12px 32px}.profile-info-section{width:100%}.info-header{padding:20px}.breakdown-header{flex-direction:column;align-items:flex-start;gap:6px}.score-breakdown-container{padding-top:12px}.score-breakdown-card{width:calc(100% - 24px)}}@media (max-width: 480px){.cover-section{height:auto;min-height:180px;padding-top:16px;padding-bottom:24px}.profile-card{margin:8px auto 20px;padding:18px}.profile-pic-container{width:96px;height:96px}.profile-pic-initials{font-size:2rem}.user-name,.profile-info h2{font-size:1.2rem}.ep-score-card h3{font-size:2.1rem}.score-breakdown-container{padding-top:10px}.profile-info-container{padding:0 10px 28px}.info-header{padding:18px}.info-body,.records-body,.skills-body,.preferences-body{padding:16px}}.saved-courses-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin-top:1rem}.saved-course-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer;min-width:0}.saved-course-media{position:relative;height:220px;overflow:hidden}.saved-course-image{width:100%;height:100%;object-fit:cover}.saved-course-content{padding:1.5rem;min-width:0}.saved-course-title{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0 0 .5rem;line-height:1.3;overflow-wrap:anywhere}.saved-course-subtitle{font-size:.875rem;color:#6b7280;margin:0 0 1rem;overflow-wrap:anywhere}.saved-course-meta{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;align-items:center}.saved-course-chip{background:#3b82f6;color:#fff;padding:.375rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600}.saved-course-stat{display:flex;align-items:center;gap:.375rem;color:#6b7280;font-size:.875rem;min-width:0}.saved-course-stat-text{overflow-wrap:anywhere}.saved-course-action{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.875rem 1rem;border-radius:10px;font-size:.875rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease;white-space:normal}@media (max-width: 1024px){.saved-courses-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.saved-course-media{height:210px}}@media (max-width: 640px){.saved-courses-grid{grid-template-columns:1fr;gap:1.25rem}.saved-course-content{padding:1.25rem}.saved-course-media{height:200px}.saved-course-meta{gap:.5rem}}@media (max-width: 480px){.saved-course-content{padding:1rem}.saved-course-media{height:180px}.saved-course-title{font-size:1.1rem}}.verification-toast{max-width:520px;display:flex;flex-direction:column;gap:.6rem;color:#111827;background:#fff;border:1px solid rgba(15,23,42,.12);border-radius:12px;padding:.9rem 1rem;box-shadow:0 14px 30px #0f172a2e}.verification-toast strong{font-size:.95rem;font-weight:700;color:#111827}.verification-toast p{margin:0;font-size:.85rem;line-height:1.5;color:#4b5563}.verification-toast-cta{font-weight:700;color:#111827}.eduplanner-container{max-width:1400px;margin:0 auto;padding:2rem;overflow-x:hidden}.eduplanner-container:before{content:"";position:fixed;top:0;left:0;right:0;height:0;background:transparent;z-index:-1;pointer-events:none}.eduplanner-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.eduplanner-title{font-size:2rem;font-weight:700;color:#7c3aed;margin:0}.eduplanner-subtitle{font-size:1rem;color:#6b7280;margin:.5rem 0 0}.quote-card{background:linear-gradient(135deg,#ede9fe,#fef3c7);padding:2rem;border-radius:16px;margin-bottom:1.5rem;position:relative}.quote-icon{font-size:3rem;color:#7c3aed;opacity:.3;position:absolute;top:1rem;left:1.5rem}.quote-text{font-size:1.1rem;font-style:italic;color:#374151;margin:0 0 .5rem;padding-left:3rem}.quote-author{font-size:.9rem;color:#6b7280;margin:0;padding-left:3rem}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem}.stat-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000000d;position:relative;overflow:hidden;min-width:0}.stat-streak{background:linear-gradient(135deg,#fff7ed,#ffedd5)}.stat-label{font-size:.875rem;color:#6b7280;margin-bottom:.5rem}.stat-value{font-size:2rem;font-weight:700;color:#1f2937}.stat-icon{position:absolute;top:1rem;right:1rem;font-size:2rem;opacity:.5}.planner-grid{display:grid;grid-template-columns:350px 1fr;gap:1.5rem;min-width:0}.left-column,.right-column{display:flex;flex-direction:column;gap:1.5rem;min-width:0}.section-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 2px 8px #0000000d;min-width:0}.section-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.section-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0}.section-subtitle{font-size:.875rem;color:#6b7280;margin:.25rem 0 0}.add-btn{background:#7c3aed;color:#fff;border:none;width:32px;height:32px;border-radius:8px;font-size:1.25rem;cursor:pointer;transition:all .3s}.add-btn:hover{background:#6d28d9;transform:scale(1.1)}.edit-btn{background:#4f46e5;color:#fff;border:none;padding:.5rem 1rem;border-radius:999px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s;white-space:nowrap}.edit-btn:hover{background:#4338ca;transform:translateY(-1px)}.goals-list{display:flex;flex-direction:column;gap:.75rem}.goal-item{padding:1rem;background:#f9fafb;border-radius:8px;transition:all .3s;display:flex;gap:.75rem;align-items:center;justify-content:space-between}.goal-item:hover{background:#f3f4f6}.goal-content{flex:1;cursor:pointer}.goal-content h4{margin:0 0 .25rem;font-size:1rem;color:#1f2937}.goal-content h4.completed{text-decoration:line-through;color:#9ca3af}.goal-content p{margin:0;font-size:.875rem;color:#6b7280}.mark-done-btn{padding:.5rem 1rem;background:#10b981;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s;white-space:nowrap}.mark-done-btn:hover{background:#059669;transform:translateY(-2px)}.mark-done-btn.completed{background:#6b7280}.mark-done-btn.completed:hover{background:#4b5563}.event-badge{padding:.5rem 1rem;border:none;border-radius:6px;font-size:.875rem;font-weight:600;white-space:nowrap;cursor:default;display:inline-block;width:auto}.event-badge.scheduled{background:#3b82f6;color:#fff}.event-badge.done{background:#10b981;color:#fff}.empty-message{color:#9ca3af;font-size:.875rem;text-align:center;padding:1.5rem}.reflection-preview{padding:1rem;background:#fef3c7;border-radius:8px;font-size:.875rem;color:#374151;line-height:1.6}.calendar-controls{display:flex;gap:.5rem;align-items:center}.calendar-controls button{padding:.5rem 1rem;background:#f3f4f6;border:none;border-radius:6px;cursor:pointer;transition:all .3s;font-size:.875rem;font-weight:500}.calendar-controls button:hover{background:#e5e7eb}.add-event-btn{background:#7c3aed!important;color:#fff!important}.add-event-btn:hover{background:#6d28d9!important}.week-calendar{margin-top:1rem}.task-item{display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem;background:#f9fafb;border-radius:6px;margin-bottom:.5rem;transition:all .3s}.task-item:hover{background:#f3f4f6}.task-item span:first-child{flex:1;font-size:.875rem;color:#1f2937;min-width:0;word-break:break-word}.task-item .completed-task{text-decoration:line-through;color:#9ca3af}.delete-confirm-modal{max-width:450px}.delete-confirm-text{margin:1.5rem 0;font-size:.95rem;color:#4b5563;line-height:1.6}.week-days-header{display:grid;grid-template-columns:repeat(7,1fr);gap:1px;background:#e5e7eb;border-radius:8px 8px 0 0;overflow:hidden;width:100%}.day-header{background:#f9fafb;padding:.75rem;text-align:center;font-weight:600;font-size:.875rem;color:#6b7280;min-width:0}.week-days-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:1px;background:#e5e7eb;border-radius:0 0 8px 8px;overflow:hidden;width:100%}.day-cell{background:#fff;min-height:120px;padding:.75rem;position:relative;min-width:0}.day-cell.today{background:#ede9fe}.day-number{font-weight:600;color:#1f2937;margin-bottom:.5rem}.day-cell.today .day-number{background:#7c3aed;color:#fff;width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.day-events-list{display:flex;flex-direction:column;gap:.25rem}.event-pill{font-size:.75rem;padding:.25rem .5rem;background:#f9fafb;border-left:3px solid;border-radius:4px;cursor:pointer;transition:all .2s;word-break:break-word}.event-pill:hover{background:#f3f4f6;transform:translate(2px)}.category-legend{display:flex;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb;font-size:.875rem;flex-wrap:wrap}.legend-item{display:flex;align-items:center;gap:.5rem;min-width:0;white-space:normal}.legend-item span{width:12px;height:12px;border-radius:50%;display:inline-block}.tasks-list{display:flex;flex-direction:column;gap:.5rem}.task-item{padding:.75rem;background:#f9fafb;border-radius:6px;font-size:.875rem;color:#374151}.modal-content{background:#fff;border-radius:16px;padding:2rem;max-width:500px;width:90%;max-height:80vh;overflow-y:auto}.modal-content h3{margin:0 0 1.5rem;font-size:1.5rem;color:#1f2937}.modal-content input,.modal-content textarea,.modal-content select{width:100%;padding:.75rem;margin-bottom:1rem;border:1px solid #e5e7eb;border-radius:8px;font-size:1rem}.form-label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem;margin-top:.5rem}.modal-content textarea{resize:vertical;min-height:100px}.reflection-textarea{min-height:200px!important}.reflection-week{color:#6b7280;font-size:.875rem;margin:-.5rem 0 1rem}.modal-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.5rem}.modal-actions button{padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s}.modal-actions button:first-child:not(.delete-btn){background:#f3f4f6;color:#374151}.modal-actions button:last-child{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff}.delete-btn{background:#ef4444!important;color:#fff!important;margin-right:auto}.loading-spinner{display:flex;justify-content:center;align-items:center;height:100vh;font-size:1.25rem;color:#7c3aed}@media (max-width: 1024px){.planner-grid,.stats-grid{grid-template-columns:1fr}}@media (max-width: 900px){.eduplanner-container{padding:1.5rem}.eduplanner-header{flex-direction:column;align-items:flex-start;gap:.75rem}.quote-card{padding:1.5rem}}@media (max-width: 640px){.eduplanner-container{padding:1.25rem .9rem}.eduplanner-title{font-size:1.6rem}.eduplanner-subtitle{font-size:.9rem}.quote-card{padding:1.25rem}.quote-text,.quote-author{padding-left:2.5rem}.stats-grid{gap:.75rem}.section-card{padding:1.25rem}.section-header{flex-direction:column;align-items:flex-start;gap:.75rem}.calendar-controls{flex-wrap:wrap}.calendar-controls button{flex:1 1 auto}.week-days-header,.week-days-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.day-cell{min-height:100px;padding:.6rem}.category-legend{gap:.5rem;font-size:.8rem}.legend-item{flex:1 1 140px}}@media (max-width: 480px){.eduplanner-container{padding:1rem .75rem}.eduplanner-title{font-size:1.45rem}.quote-icon{font-size:2.4rem;left:1rem}.quote-text,.quote-author{padding-left:2.2rem}.stat-card{padding:1.15rem}.section-card{padding:1.1rem}.week-days-header,.week-days-grid{grid-template-columns:1fr}}.gradient-orb{position:fixed;border-radius:50%;filter:blur(140px);opacity:.6;z-index:0;pointer-events:none;transition:transform .6s ease}.community-container{min-height:100vh;padding:0;background:#f5f7fa;position:relative;overflow-x:hidden}.modern-loader-container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;position:relative;z-index:10}.neon-ring{width:120px;height:120px;border:4px solid transparent;border-top-color:#667eea;border-right-color:#764ba2;border-radius:50%;box-shadow:0 0 20px #667eea99,0 0 40px #764ba266,inset 0 0 20px #667eea4d;filter:blur(.5px)}.neon-ring-small{width:80px;height:80px;border:3px solid transparent;border-bottom-color:#764ba2;border-left-color:#667eea;border-radius:50%;box-shadow:0 0 15px #764ba299,0 0 30px #667eea66,inset 0 0 15px #764ba24d;filter:blur(.5px)}.pulse-orb{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 0 30px #667eeacc,0 0 60px #764ba299,0 0 90px #667eea66;position:absolute}.loader-text{margin-top:160px;font-size:1.1rem;font-weight:600;color:#667eea;letter-spacing:1px}.community-gradient-header{background:transparent;text-align:left;padding:2.25rem 1.25rem 1.5rem;color:#111827}.community-header-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.community-header-text{display:flex;flex-direction:column;gap:.4rem}.community-header-icon{border:none;background:#eef2ff;color:#1f3c88;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:8px;border-radius:999px;box-shadow:0 6px 16px #1f3c8833}.community-header-icon:hover{background:#e0e7ff;color:#1e40af}.community-header-toggle{display:inline-flex;gap:6px;padding:4px;border-radius:999px;background:#eef2ff;box-shadow:0 6px 16px #1f3c8829;margin:0 auto;flex-wrap:wrap}.header-toggle-btn{border:none;background:transparent;color:#6b7280;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:8px 10px;border-radius:999px;gap:6px;font-weight:600;font-size:.85rem}.header-toggle-btn.active{background:#fff;color:#1f3c88;box-shadow:0 4px 10px #0f172a1f}.community-gradient-header h1{font-size:2.5rem;font-weight:700;margin:0 0 .75rem;letter-spacing:-.5px}.community-gradient-header p{font-size:1rem;margin:0;opacity:.9;max-width:700px;line-height:1.6;color:#4b5563}.community-profile-card{max-width:100%;width:100%;margin:0 0 20px;background:#fff;border-radius:16px;box-shadow:0 8px 24px #00000014;overflow:hidden;justify-self:start}.profile-card-gradient{height:64px;background:linear-gradient(90deg,#2fbcff,#7c3aed)}.profile-card-body{display:flex;flex-direction:column;gap:16px;padding:20px 22px 22px}.profile-feedback-btn{width:100%;padding:10px 12px;border-radius:12px;border:1px solid rgba(99,102,241,.2);background:#f8f9ff;color:#4338ca;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease}.profile-feedback-btn:hover{background:#6366f114;border-color:#6366f159}.feedback-modal{background:#fff;border-radius:16px;padding:20px;width:100%;max-width:520px;box-shadow:0 20px 60px #00000040}.feedback-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.feedback-modal-header h3{margin:0;font-size:1.2rem;color:#111827}.feedback-modal-close{width:32px;height:32px;border:none;border-radius:8px;background:#f3f4f6;color:#6b7280;font-size:20px;cursor:pointer}.feedback-modal-subtitle{margin:0 0 12px;color:#6b7280;font-size:.9rem}.feedback-modal-input{width:100%;border-radius:12px;border:1px solid #e5e7eb;padding:12px;font-size:.95rem;resize:vertical;font-family:inherit;color:#111827;box-sizing:border-box;margin-bottom:12px}.feedback-modal-submit{width:100%;border:none;border-radius:12px;background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff;font-weight:600;padding:12px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 12px 24px #4f46e540}.feedback-modal-submit:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.feedback-modal-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 16px 28px #4f46e54d}.profile-card-top{display:flex;align-items:center;gap:12px}.profile-card-avatar{width:72px;height:72px;border-radius:50%;background:#e5e7eb;display:flex;align-items:center;justify-content:center;font-weight:700;color:#374151;overflow:hidden;flex-shrink:0}.profile-card-avatar img{width:100%;height:100%;object-fit:cover}.profile-card-info{display:flex;flex-direction:column;gap:6px}.profile-card-name{font-weight:700;font-size:1.15rem;color:#111827}.profile-card-role{color:#6b7280;font-size:.95rem}.profile-card-progress{display:flex;flex-direction:column;gap:8px;padding-top:10px;border-top:1px solid #eef2f7;color:#111827}.profile-card-progress-header{display:flex;align-items:center;justify-content:space-between;font-size:1rem}.profile-card-level{font-weight:700;font-size:1rem}.profile-card-xp-amount{font-weight:700;color:#111827;font-size:.95rem}.profile-progress-track{width:100%;height:12px;background:#eef2ff;border-radius:999px;overflow:hidden}.profile-progress-fill{height:100%;background:linear-gradient(90deg,#6d28d9,#8b5cf6);border-radius:999px}.community-top-row{width:100%;max-width:100%;margin:0 auto;padding:0 1rem;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2fr) minmax(0,1fr);gap:24px;align-items:start;justify-content:center}.community-center-column{display:flex;flex-direction:column;gap:16px;width:100%}.community-profile-card,.community-center-column,.community-right-column,.posts-feed{min-width:0}.post-composer-card{background:#fff;border-radius:16px;box-shadow:0 8px 24px #00000014;padding:20px 22px 22px;justify-self:stretch}.composer-top{display:flex;gap:12px;align-items:flex-start}.composer-avatar{width:46px;height:46px;font-size:1rem}.composer-input{flex:1;border:none;background:linear-gradient(180deg,#f9fafb,#fff);border-radius:12px;padding:14px 16px;font-size:.95rem;min-height:120px;resize:vertical;box-shadow:inset 0 0 0 1px #e5e7eb}.composer-input:focus{outline:none;box-shadow:inset 0 0 0 1px #667eea,0 2px 8px #667eea33}.composer-divider{height:1px;background:#e5e7eb;margin:12px 0}.composer-media-preview{margin-top:12px;border-radius:12px;overflow:hidden;position:relative;background:#0f172a;box-shadow:inset 0 0 0 1px #94a3b833}.composer-media-preview img{width:100%;max-height:320px;object-fit:cover;display:block}.composer-remove-media{position:absolute;top:8px;right:8px;width:32px;height:32px;border-radius:999px;border:none;background:#0f172abf;color:#fff;font-size:1.2rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .2s ease}.composer-remove-media:hover{background:#0f172ae6}.composer-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.composer-options{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.composer-option{display:inline-flex;align-items:center;gap:8px;padding:6px 0;border-radius:0;border:none;background:transparent;color:#6b7280;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease}.composer-option .option-icon{width:18px;height:18px;display:block}.composer-option.photo-option:hover{color:#1f3c88}.composer-option input{display:none}.composer-option:disabled{opacity:.5;cursor:not-allowed}.composer-post-btn{padding:10px 18px;background:#1f3c88;color:#fff;border:none;border-radius:16px;font-weight:700;box-shadow:0 6px 16px #1f3c8840;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.composer-post-btn:hover{transform:translateY(-1px);box-shadow:0 8px 20px #1f3c884d}.composer-post-btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.people-card{background:#fff;border-radius:16px;box-shadow:0 8px 24px #00000014;padding:16px;width:100%;max-width:100%;justify-self:end}.people-search-wrapper{margin:12px 0 16px}.people-search-wrapper .network-search-bar{width:100%;border-radius:18px}.people-search-wrapper .network-search-input,.people-search-wrapper .network-filter-select{background:#fff}.feed-search-top{max-width:1200px;margin:0 auto 1.5rem;padding:0 .75rem}.feed-search-bar{width:100%;border-radius:18px}.people-search-bar{background:#f8fafc;box-shadow:none;border:1px solid #e5e7eb;padding:12px}.people-results-meta{margin-top:8px;font-size:.85rem;color:#6b7280}.people-list{max-height:520px;overflow-y:auto;padding-right:6px;display:grid;grid-auto-rows:minmax(64px,auto);gap:10px}.people-list::-webkit-scrollbar{width:6px}.people-list::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:999px}.people-list::-webkit-scrollbar-track{background:transparent}.community-right-column{display:flex;justify-content:flex-end;width:100%}.people-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.people-header h4{margin:0}.people-header-icon{border:none;background:transparent;color:#6b7280;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:6px;border-radius:8px}.people-header-icon:hover{background:#f3f4f6;color:#374151}.hive-panel{display:flex;flex-direction:column;gap:14px}.hive-section h5{margin:0 0 8px;font-size:.85rem;color:#6b7280;font-weight:600}.people-card h4{margin:0 0 12px;color:#1f3c88;font-size:1.05rem}.people-empty{margin:0;color:#6b7280;font-size:.9rem}.centered-message{text-align:center;padding:18px 12px}.empty-state-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:16px;text-align:center;color:#64748b;box-shadow:0 6px 16px #0f172a14}.connections-locked-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:18px 20px;text-align:center;color:#475569;box-shadow:0 8px 18px #0f172a14;display:flex;flex-direction:column;gap:8px;align-items:center}.connections-locked-card p{margin:0}.connections-locked-action{border:none;background:#2563eb;color:#fff;font-weight:600;font-size:.9rem;padding:8px 14px;border-radius:999px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.connections-locked-action:hover{transform:translateY(-1px);box-shadow:0 6px 12px #2563eb4d}.people-see-more{margin-top:8px;border:none;background:transparent;color:#2563eb;font-size:.85rem;cursor:pointer;padding:0}.blurred-list{filter:blur(6px);pointer-events:none}.connections-view{display:flex;flex-direction:column;gap:16px}.connections-tabs{display:inline-flex;gap:8px;background:#f1f5f9;padding:6px;border-radius:999px;align-self:center}.connections-tab{border:none;background:transparent;color:#64748b;font-weight:600;font-size:.85rem;padding:6px 14px;border-radius:999px;cursor:pointer}.connections-tab.active{background:#fff;color:#1f3c88;box-shadow:0 4px 10px #0f172a14}.request-actions{display:inline-flex;gap:8px}.reject-btn{border-color:#fca5a5;color:#b91c1c;background:#fef2f2}.reject-btn:hover{border-color:#ef4444;background:#fee2e2}.cancel-btn{border-color:#e2e8f0;color:#475569;background:#f8fafc}.cancel-btn:hover{border-color:#cbd5f5;background:#eef2ff}.connections-section h3{margin:0 0 8px;font-size:1rem;color:#1f3c88}.people-verify-link{border:none;background:transparent;color:#2563eb;font-size:.9rem;text-align:left;padding:0;cursor:pointer}.people-item{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:12px;padding:10px 8px;border-radius:12px;background:#fff;border:1px solid #f1f5f9}.people-item:hover{background:#f8fafc;border-color:#e2e8f0}.people-avatar{width:46px;height:46px;border-radius:50%;background:#e5e7eb;display:flex;align-items:center;justify-content:center;overflow:hidden;font-weight:700;color:#374151}.people-avatar img{width:100%;height:100%;object-fit:cover}.profile-info-btn{width:32px;height:32px;border-radius:50%;border:none;background:#1f3c881a;color:#1f3c88;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.profile-info-btn:hover{transform:translateY(-1px);box-shadow:0 6px 14px #1f3c8833}.people-info{display:flex;flex-direction:column;gap:4px}.people-name{font-weight:700;color:#111827;font-size:.95rem}.people-meta{color:#6b7280;font-size:.85rem}.people-meta-secondary{display:flex;flex-wrap:wrap;gap:6px 10px;color:#6b7280;font-size:.78rem}.people-meta-secondary span{display:inline-flex;align-items:center;gap:4px}.connect-btn{padding:6px 12px;border-radius:999px;border:1px solid #e5e7eb;background:#f9fafb;font-weight:700;color:#1f3c88;font-size:.8rem;cursor:pointer;transition:all .2s ease}.connect-btn:hover{border-color:#1f3c88;background:#eef2ff}.connect-btn:disabled{border-color:#e5e7eb;background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.people-upgrade-hint{margin:12px 0 0;font-size:.85rem;color:#6b7280}.community-tabs{display:flex;justify-content:center;gap:.5rem;background:transparent;padding:1.5rem 2rem;border-bottom:none}.tab-btn{padding:.75rem 2.5rem;background:#fff;border:none;color:#6b7280;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;border-radius:24px;position:relative;box-shadow:0 1px 3px #0000001a}.tab-btn:hover{color:#667eea;box-shadow:0 2px 6px #00000026}.tab-btn.active{color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 12px #667eea4d}.create-post-section{background:#fff;border-radius:12px;padding:1.5rem;margin:0 auto 1.5rem;max-width:680px;box-shadow:0 1px 3px #0000001a}.create-post-header{display:flex;gap:1rem;margin-bottom:1rem}.user-avatar-placeholder{width:48px;height:48px;min-width:48px;min-height:48px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);flex-shrink:0;overflow:hidden}.user-avatar-placeholder img{width:100%;height:100%;object-fit:cover}.create-post-input{flex:1;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;font-size:.95rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;resize:none;transition:all .2s;background:#f9fafb}.create-post-input::placeholder{color:#9ca3af}.create-post-input:focus{outline:none;border-color:#667eea;background:#fff}.create-post-footer{display:flex;justify-content:flex-end;align-items:center;gap:.75rem}.upload-image-btn{width:40px;height:40px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;font-size:1.25rem;color:#6b7280}.upload-image-btn:hover{background:#e5e7eb;border-color:#667eea;color:#667eea}.upload-image-btn input{display:none}.share-btn{padding:.625rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:20px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 2px 8px #667eea4d}.share-btn:hover{box-shadow:0 4px 12px #667eea80;transform:translateY(-1px)}.share-btn:disabled{opacity:.5;cursor:not-allowed}.community-feed-row{width:100%;max-width:100%;margin:12px auto 32px;padding:0 1rem;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2fr) minmax(0,1fr);gap:24px;align-items:start;justify-content:center}.posts-feed{display:flex;flex-direction:column;gap:14px;width:100%;padding:0 0 1.5rem}.post-card{background:#fff;border-radius:12px;padding:0;border:1px solid #e5e7eb;box-shadow:0 1px 4px #0f172a14;width:100%}.post-card:hover{box-shadow:0 1px 4px #0f172a14}.post-header{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;gap:12px}.post-options-btn{width:36px;height:36px;border-radius:50%;border:none;background:#0f172a0f;color:#1f2937;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.post-options-btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #0f172a26}.post-author{display:flex;align-items:center;gap:.75rem;flex:1}.author-avatar{width:32px;height:32px;min-width:32px;min-height:32px;border-radius:50%;background:#5563ff;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.85rem;overflow:hidden;flex-shrink:0}.author-avatar img{width:100%;height:100%;object-fit:cover}.author-info h4{margin:0;color:#111827;font-size:.9rem;font-weight:700}.author-meta{display:flex;align-items:flex-start;flex-direction:column;gap:6px;font-size:.75rem;color:#9ca3af}.author-role{color:#9ca3af}.post-time{color:#9ca3af;font-size:.8rem;display:block}.delete-btn{background:none;border:none;cursor:pointer;color:#9ca3af;transition:all .3s;padding:.5rem;line-height:1;display:flex;align-items:center;justify-content:center;border-radius:8px;flex-shrink:0;box-shadow:none;outline:none;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:transparent}.delete-btn:hover{color:#9ca3af;background:transparent}.post-card .delete-btn{background:transparent!important;color:#9ca3af!important;border:none!important;box-shadow:none!important}.delete-btn svg{display:block}.post-content{padding:6px 12px 4px}.post-content p{color:#374151;line-height:1.5;margin:0;font-size:.95rem;white-space:pre-wrap;word-wrap:break-word}.post-media{margin-top:.75rem;border-radius:8px;overflow:hidden;background:#000}.post-stats{display:flex;justify-content:space-between;align-items:center;padding:6px 12px;color:#9ca3af;font-size:.74rem;gap:12px}.post-stat{display:inline-flex;align-items:center;gap:6px}.post-like-icon{color:#ef4444}.post-stat.meta-stat{color:#9ca3af}.post-media img,.post-media video{width:100%;max-height:500px;object-fit:cover;display:block}.post-actions{display:flex;justify-content:space-around;gap:1rem;border-top:1px solid #e5e7eb;align-items:center;flex-wrap:wrap}.post-actions .action-btn{border:none!important;background:transparent!important;box-shadow:none!important}.action-btn{background:transparent;border:none;color:#6b7280;font-weight:600;font-size:.7rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.25rem;padding:2px 4px;border-radius:6px;white-space:nowrap;min-height:20px;outline:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.action-btn:focus,.action-btn:focus-visible,.action-btn:active{outline:none;box-shadow:none;border:none;background:transparent}.action-btn:focus:not(:focus-visible){outline:none;box-shadow:none}.action-icon{width:12px;height:12px;font-size:.1rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;fill:none;stroke:currentColor;stroke-width:2;flex-shrink:0;background:transparent}.action-icon{transform:scale(.5)}.action-count,.action-text{font-size:.7rem;font-weight:600;line-height:1}.action-btn.liked{color:#ef4444}.action-btn.liked .like-icon{fill:#ef4444}.action-btn:hover{color:#6b7280;background:transparent;transform:none}.action-btn.liked{color:#ef4444;background:transparent;border:none}.action-btn.liked:hover{background:transparent;border:none}.action-btn.connect-btn-post{margin-left:auto;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.625rem 1.5rem;border-radius:10px;font-weight:600;box-shadow:0 2px 8px #667eea4d;min-height:40px}.action-btn.connect-btn-post:hover{box-shadow:0 4px 12px #667eea66;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);transform:translateY(-2px)}.comments-section{padding:1rem 1.25rem;border-top:1px solid #f3f4f6;background:#fafbfc;box-sizing:border-box;max-width:100%}.add-comment{display:flex;gap:.75rem;margin-bottom:1rem;align-items:center;width:100%}.comment-input{flex:1;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:20px;font-size:.9rem;background:#fff;color:#374151;transition:all .3s;min-width:0}.comment-input::placeholder{color:#9ca3af}.comment-input:focus{outline:none;border-color:#667eea}.send-btn{width:40px;height:40px;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50%;color:#fff;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s;flex-shrink:0}.send-btn:hover{box-shadow:0 4px 12px #667eea66;transform:scale(1.1)}.comment-item{background:#f3f4f6;padding:.75rem .9rem;border-radius:12px;margin-bottom:.75rem;border:none;transition:all .2s;min-width:0}.comment-item:hover{background:#e5e7eb}.comment-item.reply{background:#e9ecef;border:none;margin-left:2rem;margin-top:.5rem}.comment-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.35rem;gap:.75rem}.comment-author{display:flex;align-items:flex-start;gap:.5rem;flex:1}.comment-avatar{width:32px;height:32px;border-radius:50%;background:#e5e7eb;display:flex;align-items:center;justify-content:center;color:#6b7280;font-weight:600;font-size:.85rem;overflow:hidden;flex-shrink:0}.comment-avatar img{width:100%;height:100%;object-fit:cover}.comment-body{flex:1;min-width:0}.comment-line{display:flex;flex-wrap:wrap;align-items:center;gap:6px;color:#111827;font-size:.9rem}.comment-name{font-weight:600}.comment-text{color:#4b5563}.verified-check{display:inline-flex;align-items:center;justify-content:center;margin-left:6px;width:16px;height:16px;border-radius:50%;background:#1d9bf0;box-shadow:0 2px 6px #1d9bf066;vertical-align:middle}.verified-check svg{width:10px;height:10px;fill:none;stroke:#fff;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.comment-time{color:#9ca3af;font-size:.75rem;font-weight:400}.comment-meta{display:flex;align-items:center;gap:12px;margin-top:4px}.comment-reply-btn{border:none;background:transparent;color:#6b7280;font-size:.75rem;cursor:pointer;padding:0}.comment-delete-btn{border:none;background:transparent;color:#9ca3af;cursor:pointer;padding:0;display:inline-flex;align-items:center;justify-content:center}.comment-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.comment-options-btn{background:none;border:none;color:#9ca3af;cursor:pointer;padding:0;display:inline-flex;align-items:center;justify-content:center;transition:color .2s}.comment-options-btn:hover{color:#6b7280}.comment-action{background:none;border:none;color:#9ca3af;font-weight:500;font-size:.8rem;cursor:pointer;padding:0;transition:all .2s;display:flex;align-items:center;gap:.35rem}.comment-action:hover{color:#6b7280}.comment-action.liked{color:#ef4444}.comment-like-icon{stroke:currentColor;fill:none}.comment-action.liked .comment-like-icon{fill:currentColor}.reply-input-container{display:flex;gap:.5rem;margin-top:.75rem;padding-left:40px;align-items:center;width:100%;max-width:100%;box-sizing:border-box}.reply-input-container .comment-input{min-width:0;width:100%}.comment-view-replies{margin-top:6px;border:none;background:transparent;color:#6b7280;font-size:.75rem;display:inline-flex;align-items:center;gap:8px;cursor:pointer;padding-left:40px}@media (max-width: 640px){.comments-section{padding:.85rem .9rem}.add-comment{gap:.5rem}.send-btn{width:36px;height:36px}.comment-item.reply{margin-left:1rem}.reply-input-container{padding-left:28px}.reply-input-container .send-btn{width:36px;height:36px}.comment-view-replies{padding-left:28px}}@media (max-width: 480px){.comments-section{padding:.75rem}.add-comment{gap:.4rem}.send-btn{width:34px;height:34px}.comment-item.reply{margin-left:.75rem}.reply-input-container{padding-left:0}.reply-input-container .send-btn{width:34px;height:34px}.comment-view-replies{padding-left:20px}}.comment-view-line{display:inline-block;width:18px;height:1px;background:#e5e7eb}.reply-input{flex:1;padding:.625rem .875rem;border:1px solid #e5e7eb;border-radius:16px;font-size:.85rem;background:#fff;color:#374151;transition:all .3s}.reply-input::placeholder{color:#9ca3af}.reply-input:focus{outline:none;border-color:#667eea}.empty-tab-content{text-align:center;padding:4rem 2rem;color:#6b7280;font-size:1.1rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}.confirmation-modal{background:#fff;border-radius:16px;padding:2rem;max-width:400px;width:100%;box-shadow:0 20px 60px #0000004d}.confirmation-modal h3{margin:0 0 1rem;color:#111827;font-size:1.5rem;font-weight:700}.confirmation-modal p{margin:0 0 1.5rem;color:#6b7280;font-size:.95rem;line-height:1.6}.modal-actions{display:flex;gap:1rem;justify-content:flex-end}.modal-cancel-btn,.modal-delete-btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s}.modal-cancel-btn{background:#f3f4f6;color:#374151}.modal-cancel-btn:hover{background:#e5e7eb}.modal-delete-btn{color:#fff}.profile-info-sheet{background:#fff;border-radius:18px;padding:1.5rem;width:min(420px,90vw);box-shadow:0 20px 60px #0f172a4d}.profile-info-overlay{align-items:flex-end;padding-bottom:2rem}.profile-info-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.profile-info-avatar{width:64px;height:64px;border-radius:50%;background:#e5e7eb;display:flex;align-items:center;justify-content:center;font-weight:700;color:#334155;overflow:hidden}.profile-info-avatar img{width:100%;height:100%;object-fit:cover}.profile-info-details h4{margin:0 0 .25rem;font-size:1.1rem;color:#0f172a}.profile-info-details p{margin:0;color:#64748b;font-size:.9rem}.profile-info-actions{display:grid;gap:.75rem}.profile-info-action{border:none;border-radius:14px;padding:.75rem 1rem;font-weight:700;cursor:pointer;background:#1f3c88;color:#fff;transition:transform .15s ease,box-shadow .15s ease;box-shadow:0 6px 16px #1f3c8840}.profile-info-action:hover{transform:translateY(-1px);box-shadow:0 8px 20px #1f3c884d}.profile-info-action.danger{background:#ef4444;box-shadow:0 6px 16px #ef44444d}.profile-info-action.cancel{background:#e2e8f0;color:#1f2937;box-shadow:none}.post-options-sheet{background:#fff;border-radius:18px;padding:1rem;width:min(360px,90vw);box-shadow:0 20px 60px #0f172a4d;display:grid;gap:.75rem}.post-options-action{border:none;border-radius:14px;padding:.8rem 1rem;font-weight:600;cursor:pointer;background:#f8fafc;color:#111827;transition:transform .15s ease,box-shadow .15s ease}.post-options-action:hover{transform:translateY(-1px);box-shadow:0 8px 18px #0f172a26}.post-options-action.danger{background:#fee2e2;color:#b91c1c}.post-options-action.cancel{background:#e2e8f0;color:#1f2937;box-shadow:none}.report-overlay{align-items:center}.report-sheet{background:#fff;border-radius:18px;padding:0;width:min(540px,92vw);box-shadow:0 20px 60px #0f172a4d;overflow:hidden}.report-sheet-header{display:grid;grid-template-columns:40px 1fr 40px;align-items:center;padding:1rem 1.25rem .75rem;border-bottom:1px solid #e2e8f0}.report-sheet-header h3{margin:0;text-align:center;font-size:1.1rem;color:#0f172a}.report-close-btn{border:none;background:transparent;font-size:1.25rem;cursor:pointer;color:#0f172a}.report-sheet p{margin:0;padding:.75rem 1.5rem;font-weight:600;color:#0f172a}.report-options{display:grid}.report-option{width:100%;border:none;background:#fff;padding:.9rem 1.5rem;display:flex;align-items:center;justify-content:space-between;font-size:.95rem;color:#0f172a;cursor:pointer;border-top:1px solid #e2e8f0}.report-option:first-child{border-top:none}.report-option:hover{background:#f8fafc}.report-option-arrow{color:#94a3b8;font-size:1.2rem}.report-success-sheet{background:#fff;border-radius:18px;padding:1.5rem;width:min(540px,92vw);text-align:center;box-shadow:0 20px 60px #0f172a4d}.report-success-icon{width:48px;height:48px;border-radius:50%;border:3px solid #22c55e;color:#22c55e;display:inline-flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:.75rem}.report-success-sheet h3{margin:0 0 .5rem;color:#0f172a}.report-success-sheet p{margin:0 0 1.25rem;color:#64748b;font-size:.95rem}.report-success-actions{border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;margin-bottom:1rem}.report-success-row{width:100%;border:none;background:transparent;padding:.9rem 0;font-weight:600;color:#0f172a;cursor:pointer}.report-success-row+.report-success-row{border-top:1px solid #e2e8f0}.report-success-row.danger{color:#ef4444}.report-success-close{width:100%;border:none;border-radius:12px;padding:.8rem 1rem;font-weight:600;background:#4f46e5;color:#fff;cursor:pointer}.report-field{display:flex;flex-direction:column;gap:.5rem;padding:.75rem 1.5rem 1rem;border-top:1px solid #e2e8f0}.report-field label{font-weight:600;color:#111827;font-size:.9rem}.report-field select,.report-field textarea{border:1px solid #d1d5db;border-radius:10px;padding:.65rem .75rem;font-size:.95rem;font-family:inherit;resize:vertical;width:100%;box-sizing:border-box;background:#fff}.report-field select:focus,.report-field textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea33}.report-submit-btn{background:linear-gradient(135deg,#ef4444,#b91c1c)}.report-submit-btn:hover{transform:translateY(-1px)}.post-secondary-actions{display:flex;gap:.5rem;align-items:center}.post-report-btn,.comment-report-btn{padding:8px 14px;background:#1f3c88;color:#fff;border:none;border-radius:16px;font-weight:700;box-shadow:0 6px 16px #1f3c8840;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;font-size:.8rem}.post-report-btn:hover,.comment-report-btn:hover{transform:translateY(-1px);box-shadow:0 8px 20px #1f3c884d}.toast-notification{position:fixed;top:2rem;left:50%;transform:translate(-50%);color:#fff;padding:1rem 1.5rem;border-radius:12px;box-shadow:0 8px 24px #0000004d;z-index:10000;display:flex;align-items:center;gap:1rem;min-width:280px;max-width:400px}.toast-notification{background:linear-gradient(135deg,#667eea,#764ba2)}.toast-notification.error{background:linear-gradient(135deg,#ef4444,#b91c1c)}.toast-icon{width:32px;height:32px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;flex-shrink:0}.toast-message{font-size:.95rem;font-weight:500;line-height:1.4}@media (max-width: 1200px){.community-top-row,.community-feed-row{grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);gap:24px}.community-right-column{grid-column:1 / -1;justify-content:center}.people-card{max-width:100%}}@media (max-width: 1100px){.community-top-row,.community-feed-row{grid-template-columns:1fr;gap:20px;padding:0 1rem}.community-right-column{order:2}.community-center-column{order:3}.community-profile-card{order:1}.community-right-column{justify-content:stretch}}@media (max-width: 900px){.community-top-row,.community-feed-row{grid-template-columns:1fr;gap:20px;padding:0 1.25rem}.posts-feed{grid-column:auto;max-width:100%}.community-profile-card,.post-composer-card,.people-card{max-width:100%}.community-profile-card,.people-card{justify-self:stretch}.community-right-column{justify-content:stretch}}@media (max-width: 768px){.community-gradient-header h1{font-size:1.75rem}.community-gradient-header p{font-size:.9rem}.community-tabs{overflow-x:auto}.tab-btn{padding:1rem 2rem;white-space:nowrap}.create-post-section{margin:1rem;border-radius:8px}.posts-feed{max-width:100%;margin:0;padding:0 0 2rem}.post-card{border-radius:0}.people-item{grid-template-columns:auto 1fr}.connect-btn{grid-column:1 / -1;justify-self:flex-start}.post-hint{flex-direction:column;align-items:flex-start}.hint-text{margin-left:0}.share-btn{padding:.625rem 1.5rem}.toast-notification{bottom:1rem;right:1rem;left:1rem;min-width:auto;max-width:none}}.sessions-container{max-width:1200px;margin:0 auto;padding:0 1rem 2rem}.sessions-header{text-align:center;padding:2rem 1rem;background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:12px;margin-bottom:2rem}.sessions-header h2{font-size:1.5rem;color:#4c1d95;margin:0;font-weight:600}.sessions-loading{text-align:center;padding:3rem;color:#6b7280}.sessions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem}.session-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;transition:all .3s ease;border:1px solid #f3f4f6}.session-card:hover{box-shadow:0 8px 24px #667eea26;transform:translateY(-2px)}.session-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.session-avatar-placeholder{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);flex-shrink:0}.session-lead-info h3{margin:0;color:#667eea;font-size:1rem;font-weight:600}.session-lead-info p{margin:.25rem 0 0;color:#6b7280;font-size:.85rem}.session-title{font-size:1.1rem;font-weight:600;color:#111827;margin:0 0 1rem;line-height:1.4}.session-details{display:flex;flex-direction:column;gap:.625rem;margin-bottom:1rem}.session-detail-item{display:flex;align-items:center;gap:.5rem;color:#374151;font-size:.9rem}.session-detail-item .icon{font-size:1.1rem}.session-tag{display:inline-block;margin-bottom:1.25rem}.session-tag span{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.375rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.session-actions{display:flex;flex-direction:column;gap:.75rem}.register-btn{width:100%;padding:.875rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d;text-decoration:none;display:block;text-align:center}.register-btn:hover:not(:disabled){box-shadow:0 6px 16px #667eea66;transform:translateY(-1px)}.register-btn:disabled{background:#d1d5db;cursor:not-allowed;box-shadow:none;opacity:.6}.registered-actions{display:flex;flex-direction:column;gap:.75rem}.session-link-btn{width:100%;padding:.875rem 1.5rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 4px 12px #10b9814d;text-align:center;text-decoration:none;display:block}.session-link-btn:hover{box-shadow:0 6px 16px #10b98166;transform:translateY(-1px)}.calendar-added-badge{flex:1;padding:12px 20px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:2px solid #10b981;border-radius:12px;font-size:.95rem;font-weight:600;text-align:center;display:flex;align-items:center;justify-content:center;gap:8px}.calendar-btn{flex:1;padding:.875rem 1.5rem;background:#fff;color:#667eea;border:2px solid #667eea;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s}.calendar-btn:hover{background:#667eea;color:#fff}@media (max-width: 768px){.sessions-grid{grid-template-columns:1fr}.sessions-header h2{font-size:1.25rem}}.network-container{max-width:1200px;margin:0 auto;padding:0 1rem 2rem}.access-denied-container{display:flex;justify-content:center;align-items:center;padding:4rem 2rem}.access-denied-card{background:#fff;border-radius:16px;padding:3rem 2rem;text-align:center;max-width:500px;box-shadow:0 4px 16px #0000001a}.access-denied-hero{max-width:720px;padding:2.5rem 2.75rem 2.75rem;border:1px solid #eef2ff;box-shadow:0 20px 40px #0f172a14}.access-denied-illustration{display:flex;justify-content:center;margin-bottom:1.5rem}.access-denied-illustration svg{width:min(360px,100%);height:auto}.access-icon{font-size:4rem;margin-bottom:1.5rem}.access-denied-card h3{font-size:1.75rem;color:#111827;margin-bottom:1rem}.access-denied-title{font-size:2rem;font-weight:700;color:#111827;margin-bottom:.5rem}.access-denied-subtitle{color:#111827;font-size:1rem;line-height:1.6;margin-bottom:.75rem}.access-denied-card p{color:#111827;font-size:1rem;line-height:1.6;margin-bottom:.5rem}.access-hint{font-size:.9rem;color:#9ca3af;font-style:italic}.upgrade-now-btn{margin-top:2rem;padding:1rem 2.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;box-shadow:0 4px 16px #667eea66;transition:all .3s}.upgrade-now-btn:hover{box-shadow:0 6px 20px #667eea80;transform:translateY(-2px)}.network-search-bar{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;margin-bottom:2rem;background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #00000014}.network-search-fields{display:flex;flex:1;flex-wrap:wrap;gap:.75rem;min-width:240px}.network-filter-wrap{position:relative;min-width:220px;flex:0 0 auto}.network-filter-wrap:after{content:"▾";position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:.85rem;color:#64748b;pointer-events:none}.network-search-input{flex:1;padding:.875rem 1.25rem;border:2px solid #e5e7eb;border-radius:10px;font-size:.95rem;transition:all .3s}.network-search-input:focus{outline:none;border-color:#667eea}.network-filter-select{width:100%;padding:.875rem 2.25rem .875rem 1.25rem;border:1px solid #e2e8f0;border-radius:12px;font-size:.95rem;font-weight:600;color:#0f172a;background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 1px #0f172a0a;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:all .2s ease}.network-filter-select:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f12e}.network-filter-select:disabled{background:#f1f5f9;color:#94a3b8;cursor:not-allowed}.network-filter-select option{color:#0f172a}.network-clear-btn{padding:.75rem 1.5rem;border:2px solid #e5e7eb;border-radius:10px;background:#f9fafb;color:#374151;font-weight:600;cursor:pointer;transition:all .3s}.network-clear-btn:hover:not(:disabled){border-color:#c7d2fe;background:#eef2ff;color:#4338ca}.network-clear-btn:disabled{cursor:not-allowed;opacity:.6}.search-btn{padding:.875rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;box-shadow:0 2px 8px #667eea4d;transition:all .3s}.network-results-header{background:linear-gradient(135deg,#667eea1a,#764ba21a);padding:1rem 1.5rem;border-radius:12px;margin-bottom:2rem;text-align:center}.network-results-header p{color:#667eea;font-weight:600;font-size:1rem;margin:0}.network-loading{text-align:center;padding:3rem;color:#6b7280}.feed-search-panel{background:#fff;border-radius:16px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 2px 8px #00000014}.feed-search-header{margin-bottom:1rem}.feed-search-header h3{margin:0 0 .35rem;color:#111827;font-size:1.1rem}.feed-search-header p{margin:0;color:#6b7280;font-size:.95rem}.feed-search-bar{background:#f9fafb;box-shadow:none;padding:1rem}.feed-network-grid,.feed-results-header{margin-top:1rem}.network-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(450px,1fr));gap:1.5rem}.network-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 2px 8px #00000014;transition:all .3s ease;border:2px solid transparent}.network-card:hover{box-shadow:0 8px 24px #667eea26;border-color:#e9d5ff;transform:translateY(-2px)}.network-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.network-info-btn{margin-left:8px}.network-user-avatar{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.25rem;overflow:hidden;flex-shrink:0}.network-user-avatar img{width:100%;height:100%;object-fit:cover}.network-user-info h4{margin:0;color:#111827;font-size:1.1rem;font-weight:600}.network-card-details{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}.network-detail-item{display:flex;align-items:center;gap:.5rem;color:#4b5563;font-size:.9rem}.detail-icon{font-size:1.1rem}.network-card-actions{display:flex;gap:.75rem}.connect-btn-network,.chat-btn,.pending-btn{flex:1;padding:.875rem 1.5rem;border:none;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.connect-btn-network{background:linear-gradient(135deg,#a78bfa,#8b5cf6);color:#fff;box-shadow:0 4px 12px #8b5cf64d}.connect-btn-network:hover{box-shadow:0 6px 16px #8b5cf666;transform:translateY(-1px);color:#fff}.chat-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 12px #10b9814d}.chat-btn:hover{box-shadow:0 6px 16px #10b98166;transform:translateY(-1px);color:#fff}.pending-btn{background:#f3f4f6;color:#9ca3af;cursor:not-allowed;opacity:.7}.verification-note{text-align:center;font-size:.8rem;color:#9ca3af;margin-top:.75rem;margin-bottom:0}.chat-modal{background:#fff;border-radius:20px;width:90%;max-width:500px;max-height:80vh;display:flex;flex-direction:column;overflow:hidden}.chat-modal-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;border-bottom:1px solid #dbdbdb;background:#fff}.chat-header-user{display:flex;align-items:center;gap:12px}.chat-header-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:16px}.chat-header-avatar img{width:100%;height:100%;object-fit:cover}.chat-modal-header h3{margin:0;font-size:16px;font-weight:600}.chat-messages-container{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:12px;background:#fafafa}.chat-message{max-width:70%;padding:10px 15px;border-radius:18px;word-wrap:break-word;position:relative}.chat-message.sent{align-self:flex-end;background:#0095f6;color:#fff;border-bottom-right-radius:4px}.chat-message.received{align-self:flex-start;background:#efefef;color:#1a1a1a;border-bottom-left-radius:4px}.chat-message p{margin:0;line-height:1.4}.message-time{display:block;font-size:11px;margin-top:4px;opacity:.7}.chat-input-container{display:flex;gap:10px;padding:15px 20px;border-top:1px solid #dbdbdb;background:#fff}.chat-message-input{flex:1;padding:10px 15px;border:1px solid #dbdbdb;border-radius:22px;font-size:14px;outline:none;background:#fafafa}.chat-message-input:focus{background:#fff;border-color:#a8a8a8}.send-message-btn{width:40px;height:40px;border-radius:50%;border:none;background:#0095f6;color:#fff;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.send-message-btn:hover{background:#0081d6}.send-message-btn:disabled{background:#b3d4fc;cursor:not-allowed}.chats-container,.requests-container{max-width:600px;margin:0 auto;padding:20px}.conversations-list,.requests-list{display:flex;flex-direction:column;gap:0}.conversation-item{display:flex;align-items:center;gap:15px;padding:15px 20px;background:#fff;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:all .2s ease}.conversation-item:hover{background:#f8f9fa}.conv-avatar{position:relative;width:56px;height:56px;border-radius:50%;overflow:hidden;flex-shrink:0;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:20px}.conv-avatar img{width:100%;height:100%;object-fit:cover}.unread-badge{position:absolute;top:0;right:0;background:#ef4444;color:#fff;font-size:11px;font-weight:700;padding:2px 6px;border-radius:10px;min-width:20px;text-align:center}.conv-details{flex:1;min-width:0}.conv-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.conv-header h4{margin:0;font-size:15px;font-weight:600;color:#1a1a1a}.conv-time{font-size:13px;color:#8e8e8e}.conv-message{margin:0;font-size:14px;color:#8e8e8e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conv-message.unread{color:#1a1a1a;font-weight:500}.requests-tabs{display:flex;gap:0;background:#fff;border-bottom:1px solid #dbdbdb;margin-bottom:0}.requests-tab-btn{flex:1;padding:15px;background:none;border:none;color:#8e8e8e;font-size:14px;font-weight:600;cursor:pointer;border-bottom:1px solid transparent;transition:all .2s ease}.requests-tab-btn.active{color:#1a1a1a;border-bottom-color:#1a1a1a}.requests-tab-btn:hover{color:#1a1a1a}.request-item{display:flex;align-items:center;justify-content:space-between;padding:15px 20px;background:#fff;border-bottom:1px solid #f0f0f0}.request-user{display:flex;align-items:center;gap:12px}.request-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:18px}.request-avatar img{width:100%;height:100%;object-fit:cover}.request-info h4{margin:0 0 4px;font-size:15px;font-weight:600;color:#1a1a1a}.request-time{margin:0;font-size:13px;color:#8e8e8e}.request-status{margin:4px 0;font-size:13px;color:#0095f6;font-weight:500}.request-actions{display:flex;gap:10px}.accept-btn,.reject-btn{padding:8px 20px;border-radius:8px;border:none;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none}.accept-btn{background:#0095f6;color:#fff}.accept-btn:hover{background:#0081d6;transform:translateY(-1px);box-shadow:0 2px 8px #0095f64d}.reject-btn{background:#f0f0f0;color:#1a1a1a}.reject-btn:hover{background:#e0e0e0;transform:translateY(-1px)}.empty-state{text-align:center;padding:60px 20px}.empty-icon{font-size:64px;margin-bottom:20px}.empty-state h3{margin:0 0 10px;font-size:20px;color:#1a1a1a}.empty-state p{margin:0;font-size:14px;color:#8e8e8e}.connection-request-actions{display:flex;gap:8px;width:100%}.accept-btn-small,.reject-btn-small{flex:1;padding:8px 16px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none}.accept-btn-small{background:#0095f6;color:#fff}.accept-btn-small:hover{background:#0081d6;transform:translateY(-1px);box-shadow:0 2px 8px #0095f64d}.reject-btn-small{background:#f0f0f0;color:#1a1a1a}.reject-btn-small:hover{background:#e0e0e0;transform:translateY(-1px)}@media (max-width: 768px){.community-gradient-header{padding:2rem 1.25rem 1rem}.community-header-toggle{width:100%;justify-content:space-between}.header-toggle-btn{flex:1 1 120px;justify-content:center}.network-grid{grid-template-columns:1fr}.network-search-bar{flex-direction:column;align-items:stretch;padding:1.25rem;gap:.75rem}.network-search-fields{flex-direction:column;min-width:0}.network-clear-btn{width:100%}.chat-modal{width:95%;max-height:90vh}}@media (max-width: 640px){.community-gradient-header{padding:1.75rem 1rem 1rem}.community-header-row{flex-direction:column;align-items:flex-start}.community-header-toggle{width:100%;justify-content:space-between}.header-toggle-btn{flex:1;justify-content:center}.feed-search-top{padding:0 .75rem}.network-search-input,.network-filter-select{width:100%;min-width:0}.profile-card-body{padding:16px 18px 18px}.profile-card-avatar{width:56px;height:56px;font-size:1.1rem}.composer-top{flex-direction:column;align-items:stretch}.composer-avatar{align-self:flex-start}.post-header{flex-direction:column;align-items:flex-start;gap:10px}.post-stats{flex-direction:column;align-items:flex-start}.post-actions{flex-wrap:wrap;justify-content:space-between}}@media (max-width: 480px){.community-top-row,.community-feed-row{padding:0 .75rem}.community-gradient-header{padding:1.5rem .75rem .75rem}.community-header-toggle{flex-wrap:nowrap;gap:4px;padding:3px}.header-toggle-btn{flex:1 1 0;font-size:.8rem;padding:6px 8px}.header-toggle-btn span{white-space:nowrap}.post-composer-card{padding:16px}.post-content p{font-size:.95rem}.profile-card-avatar{width:52px;height:52px}}.refer-rise-container{max-width:1200px;margin:0 auto;padding:2rem}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1rem}.modern-loader-container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;position:relative;z-index:10}.neon-ring-outer,.neon-ring-inner{position:absolute;display:flex;justify-content:center;align-items:center}.neon-ring{width:140px;height:140px;border:4px solid transparent;border-top-color:#667eea;border-right-color:#764ba2;border-radius:50%;box-shadow:0 0 20px #667eea99,0 0 40px #764ba266,inset 0 0 20px #667eea4d;filter:blur(.5px)}.neon-ring-small{width:90px;height:90px;border:3px solid transparent;border-bottom-color:#764ba2;border-left-color:#667eea;border-radius:50%;box-shadow:0 0 15px #764ba299,0 0 30px #667eea66,inset 0 0 15px #764ba24d;filter:blur(.5px)}.pulse-orb{width:50px;height:50px;position:absolute;border-radius:50%;background:radial-gradient(circle,#667eeacc,#764ba299);filter:blur(8px)}.loader-text{margin-top:180px;font-size:1.1rem;font-weight:600;color:#1f2937;letter-spacing:1px;text-shadow:0 0 10px rgba(102,126,234,.3),0 0 20px rgba(118,75,162,.2)}.refer-rise-hero{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:24px;padding:3rem 2rem;text-align:center;color:#fff;margin-bottom:2rem}.hero-icon{width:80px;height:80px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;margin:0 auto 1.5rem}.hero-title{font-size:3rem;font-weight:800;margin-bottom:.5rem}.hero-subtitle{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.hero-description{font-size:1.1rem;opacity:.95}.tabs-container{display:flex;gap:1rem;margin-bottom:2rem;justify-content:center}.tab-button{padding:1rem 2rem;border:none;background:#fff;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;gap:.5rem}.tab-button.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 16px #667eea4d}.pro-badge{background:#f59e0b;color:#fff;padding:.25rem .5rem;border-radius:6px;font-size:.75rem;font-weight:700}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 16px #0000001a;border:3px solid}.stat-card.purple{border-color:#8b5cf6;background:linear-gradient(135deg,#faf5ff,#f3e8ff)}.stat-card.green{border-color:#10b981;background:linear-gradient(135deg,#f0fdf4,#dcfce7)}.stat-card.orange{border-color:#f59e0b;background:linear-gradient(135deg,#fffbeb,#fef3c7)}.stat-icon{font-size:2rem;margin-bottom:1rem}.stat-label{font-size:.9rem;color:#6b7280;font-weight:600;margin-bottom:.5rem}.stat-value{font-size:2.5rem;font-weight:800;color:#1f2937;margin-bottom:.5rem}.stat-description{font-size:.85rem;color:#6b7280}.policy-card{background:linear-gradient(135deg,#fef2f2,#fee2e2);border:2px solid #ef4444;border-radius:16px;padding:1.5rem;margin-bottom:2rem;display:flex;gap:1rem}.policy-icon{font-size:2rem;flex-shrink:0}.policy-content{flex:1}.policy-content strong{color:#dc2626;font-size:1rem;display:block;margin-bottom:.5rem}.policy-content p{color:#7f1d1d;font-size:.9rem;line-height:1.6}.main-content-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(480px,1fr));gap:2rem;margin-bottom:2rem}.section-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 16px #0000001a}.section-card.full-width{grid-column:1 / -1}.section-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.section-icon{font-size:2rem}.section-card h3{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.section-description{color:#6b7280;margin-bottom:1.5rem;line-height:1.6}.generate-button{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #667eea4d}.generate-button:hover{transform:translateY(-2px);box-shadow:0 6px 24px #667eea66}.referral-link-section{margin-top:1.5rem}.referral-link-section label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem}.link-input-group{display:flex;gap:.5rem}.link-input{flex:1;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.95rem;background:#f9fafb}.copy-button,.share-button{padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.copy-button{background:#f3f4f6;color:#374151}.copy-button:hover{background:#e5e7eb}.share-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.share-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}.works-subtitle{color:#6b7280;margin-bottom:1.5rem}.steps-list{display:flex;flex-direction:column;gap:1.5rem}.step-item{display:flex;gap:1rem;align-items:flex-start}.step-number{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.25rem;color:#fff;flex-shrink:0}.step-number.purple{background:#8b5cf6}.step-number.blue{background:#3b82f6}.step-number.pink{background:#ec4899}.step-number.green{background:#10b981}.step-number.orange{background:#f59e0b}.step-content h4{font-weight:700;color:#1f2937;margin-bottom:.25rem}.step-content p{color:#6b7280;font-size:.9rem;line-height:1.6}.history-subtitle{color:#6b7280;margin-bottom:1.5rem}.empty-history{text-align:center;padding:3rem;color:#6b7280}.empty-icon{font-size:3rem;margin-bottom:1rem}.history-list{display:flex;flex-direction:column;gap:1rem}.history-item{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border:2px solid #f3f4f6;border-radius:12px;transition:all .3s ease}.history-item:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea1a}.history-info h4{font-weight:700;color:#1f2937;margin-bottom:.25rem}.history-info p{color:#6b7280;font-size:.9rem;margin-bottom:.25rem}.history-date{color:#9ca3af;font-size:.85rem}.history-status{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.status-badge{padding:.5rem 1rem;border-radius:8px;color:#fff;font-size:.85rem;font-weight:600}.history-amount{font-size:1.25rem;font-weight:800;color:#10b981}.connect-banner,.connect-success-banner{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 4px 16px #667eea4d}.connect-success-banner{background:linear-gradient(135deg,#10b981,#059669)}.connect-banner-content{display:flex;align-items:center;gap:1.5rem;color:#fff}.connect-icon{font-size:2.5rem}.connect-text{flex:1}.connect-text h4{font-size:1.25rem;font-weight:700;margin-bottom:.25rem;color:#fff}.connect-text p{font-size:.9rem;opacity:.9;margin:0}.connect-button,.dashboard-button{padding:.75rem 1.5rem;background:#fff;color:#667eea;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.connect-success-banner .dashboard-button{color:#10b981}.connect-button:hover,.dashboard-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.connect-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.premium-required-card{background:#fff;border-radius:16px;padding:3rem;text-align:center;box-shadow:0 4px 16px #0000001a}.lock-icon{width:80px;height:80px;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;margin:0 auto 1.5rem}.premium-required-card h2{font-size:2rem;font-weight:800;color:#1f2937;margin-bottom:1rem}.premium-required-card p{color:#6b7280;margin-bottom:2rem;font-size:1.1rem}.upgrade-button{padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #667eea4d}.upgrade-button:hover{transform:translateY(-2px);box-shadow:0 6px 24px #667eea66}.womp-content{display:flex;flex-direction:column;gap:2rem}.womp-hero-card{background:linear-gradient(135deg,#fef3c7,#fde68a);border:3px solid #f59e0b;border-radius:16px;padding:2.5rem}.womp-badge{display:inline-block;background:#fff;border:2px solid #f59e0b;padding:.5rem 1rem;border-radius:8px;font-size:.85rem;font-weight:600;color:#92400e;margin-bottom:1rem}.womp-title{font-size:2.5rem;font-weight:800;color:#78350f;margin-bottom:.5rem}.womp-subtitle{font-size:1.5rem;font-weight:600;color:#92400e;margin-bottom:1rem}.womp-description{font-size:1.1rem;color:#78350f;margin-bottom:.75rem;line-height:1.6}.womp-badges{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.5rem}.womp-feature-badge{background:#d97706;color:#fff;padding:.75rem 1.25rem;border-radius:8px;font-weight:700;font-size:.95rem}.womp-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.womp-feature-card{background:#fff;border:2px solid #fde68a;border-radius:16px;padding:2rem;text-align:center}.womp-feature-icon{font-size:3rem;margin-bottom:1rem}.womp-feature-card h3{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:.75rem}.womp-feature-card p{color:#6b7280;line-height:1.6}.womp-how-it-works{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 16px #0000001a}.womp-how-it-works h3{font-size:1.75rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.womp-works-subtitle{color:#6b7280;margin-bottom:2rem}.womp-steps{display:flex;flex-direction:column;gap:2rem}.womp-step{display:flex;gap:1.5rem;align-items:flex-start}.womp-step-number{width:56px;height:56px;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.5rem;color:#fff;flex-shrink:0}.womp-step-content h4{font-weight:700;color:#1f2937;margin-bottom:.5rem;font-size:1.1rem}.womp-step-content p{color:#6b7280;line-height:1.6}.womp-cta-card{background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:16px;padding:3rem;text-align:center}.womp-cta-card h3{font-size:2rem;font-weight:800;color:#78350f;margin-bottom:1rem}.womp-cta-card p{color:#92400e;font-size:1.1rem;margin-bottom:2rem}.womp-register-button{padding:1.25rem 2.5rem;background:linear-gradient(135deg,#d97706,#b45309);color:#fff;border:none;border-radius:12px;font-size:1.25rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #d977064d}.womp-register-button:hover{transform:translateY(-2px);box-shadow:0 6px 24px #d9770666}.loading-spinner{text-align:center;padding:3rem;color:#6b7280;font-size:1.1rem}@media (max-width: 768px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.2rem}.main-content-grid{grid-template-columns:1fr}.link-input-group{flex-direction:column}.womp-title{font-size:1.75rem}}.course-detail-page{width:100%;min-height:100vh;background:#f9fafb;overflow-x:hidden}.course-detail-header{padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;background:#fff;border-bottom:1px solid #e5e7eb}.course-detail-banner{position:relative;height:300px;overflow:hidden}.course-detail-banner-content{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);padding:2rem;color:#fff}.course-detail-title{font-size:2.5rem;font-weight:800;margin:0 0 .5rem;overflow-wrap:anywhere}.course-detail-subtitle{font-size:1.125rem;opacity:.95;overflow-wrap:anywhere}.course-apply-banner-btn{margin-top:1rem;background:#f59e0b;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:999px;font-size:.95rem;font-weight:700;cursor:pointer;box-shadow:0 12px 25px #f59e0b59;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.course-apply-banner-btn:hover{background:#d97706;transform:translateY(-2px);box-shadow:0 16px 30px #f59e0b66}.course-apply-banner-btn:active{transform:translateY(0)}.course-detail-content{max-width:1200px;margin:0 auto;padding:2rem;display:grid;grid-template-columns:1fr 350px;gap:2rem;min-width:0}.course-detail-left,.course-detail-right{min-width:0}.apply-now-card{background:#fff;border-radius:16px;padding:1.75rem;margin-bottom:1.5rem;box-shadow:0 1px 3px #0000001a}.apply-now-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.apply-now-header h3{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0}.apply-now-icon{background:#f59e0b;color:#fff;padding:.75rem;border-radius:12px;font-size:1.1rem;display:flex;align-items:center;justify-content:center}.apply-now-text{font-size:.9rem;color:#6b7280;margin-bottom:1.25rem;line-height:1.6}.apply-now-button{width:100%;background:#f59e0b;color:#fff;border:none;padding:1rem;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;box-shadow:0 12px 25px #f59e0b40}.apply-now-button:hover{background:#d97706;transform:translateY(-2px);box-shadow:0 16px 30px #f59e0b4d}.apply-now-button:active{transform:translateY(0)}@media (max-width: 1024px){.course-detail-content{grid-template-columns:1fr;padding:1.5rem}}@media (max-width: 768px){.course-detail-header{padding:1.25rem}.course-detail-banner{height:240px}.course-detail-banner-content{padding:1.5rem}.course-detail-title{font-size:2rem}.course-detail-subtitle{font-size:1rem}.course-apply-banner-btn{width:100%;text-align:center}.course-detail-stats{grid-template-columns:1fr!important}}@media (max-width: 480px){.course-detail-header,.course-detail-content{padding:1rem}.course-detail-banner{height:200px}.course-detail-title{font-size:1.6rem}}.legal-container{min-height:100vh;background:#fff;padding:2rem;display:flex;justify-content:center}.legal-content{max-width:900px;width:100%;background:#fff;padding:3rem;border-radius:16px;box-shadow:0 4px 20px #0000001a}.back-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:600;margin-bottom:2rem;transition:all .3s}.back-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}.legal-content h1{font-size:2.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.5rem;font-weight:800}.last-updated{color:#64748b;font-size:.9rem;margin-bottom:2rem}.legal-content section{margin-bottom:2rem}.legal-content h2{color:#1f2937;font-size:1.5rem;margin-bottom:1rem;font-weight:700}.legal-content p{color:#4b5563;line-height:1.8;margin-bottom:1rem}.legal-content ul{margin-left:1.5rem;margin-bottom:1rem}.legal-content li{color:#4b5563;line-height:1.8;margin-bottom:.5rem}.legal-content a{color:#667eea;text-decoration:none;font-weight:600}.legal-content a:hover{text-decoration:underline}@media (max-width: 768px){.legal-container{padding:1rem}.legal-content{padding:2rem 1.5rem}.legal-content h1{font-size:2rem}.legal-content h2{font-size:1.3rem}}.admin-dashboard{max-width:1600px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.dashboard-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.dashboard-header h1{margin:0 0 .5rem;font-size:2rem;color:#0f172a;font-weight:700}.dashboard-header p{margin:0;font-size:1rem;color:#64748b}.dashboard-meta{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.meta-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .8rem;border-radius:999px;background:#eef2ff;color:#4338ca;font-weight:600;font-size:.85rem}.meta-time{font-size:.85rem;color:#94a3b8}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.2rem}.stat-card{background:#fff;border-radius:18px;padding:1.4rem 1.5rem;display:flex;align-items:flex-start;gap:1rem;flex-wrap:nowrap;box-shadow:0 12px 24px #0f172a14;position:relative;overflow:hidden;border:1px solid rgba(148,163,184,.18)}.stat-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,rgba(255,255,255,.4),transparent 60%);opacity:.6;pointer-events:none}.stat-content{flex:1;min-width:0}.stat-content h3{margin:0 0 .35rem;font-size:.8rem;letter-spacing:.01em;text-transform:uppercase;color:#0f172a99;line-height:1.35;max-width:100%;white-space:normal;word-break:break-word;overflow-wrap:anywhere}.stat-value{margin:0 0 .35rem;font-size:2.85rem;font-weight:900;color:#0f172a;line-height:1.05}.stat-growth{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.trend{display:inline-flex;align-items:center;gap:.35rem;font-size:.88rem;font-weight:600}.trend-meta{font-size:.78rem;color:#94a3b8}.stat-card.indigo .stat-icon{background:linear-gradient(135deg,#6366f1,#8b5cf6)}.stat-card.orange .stat-icon{background:linear-gradient(135deg,#f97316,#facc15)}.stat-card.emerald .stat-icon{background:linear-gradient(135deg,#10b981,#22c55e)}.stat-card.red .stat-icon{background:linear-gradient(135deg,#ef4444,#fb7185)}.stat-card.blue .stat-icon{background:linear-gradient(135deg,#38bdf8,#2563eb)}.stat-card.violet .stat-icon{background:linear-gradient(135deg,#8b5cf6,#ec4899)}.dashboard-charts{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.chart-card{border-radius:18px;padding:1.4rem;color:#fff;position:relative;overflow:hidden;min-height:220px;display:flex;flex-direction:column;gap:1.2rem;box-shadow:0 18px 30px #0f172a2e}.chart-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.chart-header h3{margin:0 0 .35rem;font-size:1.1rem}.chart-header p{margin:0;font-size:.85rem;opacity:.8}.chart-tag{font-size:.85rem;font-weight:600;padding:.3rem .7rem;border-radius:999px;background:#fff3}.chart-bars{display:grid;grid-template-columns:repeat(10,1fr);align-items:end;gap:.45rem;flex:1}.chart-bars span{display:block;width:100%;border-radius:8px;background:#fff9;min-height:18px}.chart-footnote{font-size:.75rem;opacity:.8}.gradient-green{background:linear-gradient(135deg,#16a34a,#22c55e)}.gradient-orange{background:linear-gradient(135deg,#f97316,#f59e0b)}.gradient-red{background:linear-gradient(135deg,#ef4444,#f97316)}.dashboard-bottom{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:1.5rem}.activity-card{background:#fff;border-radius:18px;padding:1.6rem;box-shadow:0 12px 24px #0f172a14;display:flex;flex-direction:column;gap:1.2rem}.activity-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.activity-header h3{margin:0 0 .25rem;color:#0f172a}.activity-header p{margin:0;color:#64748b;font-size:.9rem}.activity-cta{background:#eef2ff;color:#4338ca;border:none;border-radius:999px;padding:.5rem 1.1rem;font-weight:600;cursor:pointer}.activity-list{display:flex;flex-direction:column;gap:.75rem}.activity-item{display:grid;grid-template-columns:auto 1fr auto;gap:.75rem;align-items:center;padding:.7rem .9rem;border-radius:12px;background:#f8fafc}.activity-dot{width:10px;height:10px;border-radius:50%;background:#94a3b8}.activity-dot.success{background:#22c55e}.activity-dot.warning{background:#f59e0b}.activity-dot.error{background:#ef4444}.activity-content{display:flex;flex-direction:column;gap:.2rem}.activity-user{margin:0;font-weight:600;color:#0f172a;font-size:.9rem}.activity-action{margin:0;color:#64748b;font-size:.85rem}.activity-time{margin:0;color:#94a3b8;font-size:.75rem}.activity-empty{padding:1rem;color:#94a3b8;text-align:center}.quick-insights{display:grid;gap:1rem}.insight-card{background:#fff;border-radius:16px;padding:1.3rem;box-shadow:0 12px 24px #0f172a14;display:flex;flex-direction:column;gap:.45rem}.insight-card h4{margin:0;font-size:.95rem;color:#0f172a}.insight-value{margin:0;font-size:1.8rem;font-weight:800;color:#4338ca}.insight-card span{font-size:.78rem;color:#94a3b8}@media (max-width: 1100px){.dashboard-bottom{grid-template-columns:1fr}}@media (max-width: 768px){.dashboard-header{flex-direction:column;align-items:flex-start}.stats-grid{grid-template-columns:1fr}.stat-card{grid-template-columns:auto 1fr}.dashboard-charts{grid-template-columns:1fr}}@media (max-width: 520px){.stat-value{font-size:2rem}.activity-item{grid-template-columns:auto 1fr}.activity-time{justify-self:start}}@media (max-width: 900px){.stat-card{padding:1.1rem 1.2rem}.stat-icon{width:42px;height:42px;border-radius:12px;font-size:1.1rem}.stat-value{font-size:2.4rem}}@media (max-width: 640px){.stats-grid{grid-template-columns:1fr}.stat-card{padding:1rem 1.1rem}.stat-content h3{font-size:.72rem;letter-spacing:.02em}.stat-value{font-size:2.2rem}.trend{font-size:.7rem}.trend-meta{font-size:.68rem}}@media (max-width: 420px){.stat-card{padding:.9rem 1rem}.stat-icon{width:36px;height:36px;border-radius:10px;font-size:.95rem}.stat-value{font-size:2rem}.stat-growth{gap:.5rem}}@media (max-width: 360px){.stat-content h3{font-size:.68rem;letter-spacing:0;text-transform:none}}.admin-portal{display:flex;min-height:100vh;background:linear-gradient(180deg,#f8f9ff,#eef2ff);position:relative;overflow:visible}.admin-portal:before{content:"";position:fixed;inset:-20% 20% auto auto;width:420px;height:420px;background:radial-gradient(circle at center,rgba(102,126,234,.18),transparent 70%);filter:blur(10px);pointer-events:none;z-index:0}.admin-sidebar{width:290px;background:#f8f9fc;border-right:1px solid rgba(99,102,241,.12);display:flex;flex-direction:column;box-shadow:4px 0 18px #0f172a0f;position:relative;z-index:1}.admin-sidebar .admin-header{padding:24px;border-bottom:1px solid rgba(99,102,241,.12);background:linear-gradient(180deg,#ffffffeb,#f8f9ffeb)}.admin-sidebar .admin-logo{margin-bottom:16px}.admin-sidebar .logo-circle{width:56px;height:56px;border-radius:18px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;font-weight:700;box-shadow:0 12px 24px #667eea47}.admin-sidebar .admin-title h2{margin:0 0 4px;font-size:20px;color:#0f172a}.admin-sidebar .admin-title p{margin:0;font-size:13px;color:#64748b}.admin-sidebar .admin-header-actions{margin-top:16px;display:flex;align-items:center;gap:.75rem}.logout-btn{flex:1;padding:10px 14px;background:#fff;border:1px solid rgba(99,102,241,.18);border-radius:12px;color:#4338ca;font-size:14px;cursor:pointer;transition:all .2s ease}.logout-btn:hover{background:#6366f114;border-color:#6366f14d}.admin-nav{flex:1;padding:18px 16px 24px;overflow:visible;display:flex;flex-direction:column;gap:18px}.admin-nav-scroll{flex:1;min-height:0;display:flex;flex-direction:column;gap:18px;overflow-y:auto;padding-right:4px}.admin-nav-section{display:flex;flex-direction:column;gap:8px}.admin-nav-title{padding:0 12px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#6366f1}.nav-btn{width:100%;padding:12px 14px;background:transparent;border:1px solid transparent;border-radius:12px;text-align:left;font-size:15px;color:#1f2937;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:12px;text-decoration:none}.nav-btn:hover{background:#eef2ff;border-color:#6366f133;color:#4338ca}.nav-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600;box-shadow:0 10px 24px #667eea4d}.nav-btn.active .nav-icon{color:#fff}.nav-icon{font-size:1.05rem;color:#6366f1}.admin-content{flex:1;overflow-y:auto;padding:0;display:flex;flex-direction:column;position:relative;z-index:2}.admin-content-inner{flex:1;padding:32px;min-height:0}@media (max-width: 1100px){.admin-sidebar{width:250px}}@media (max-width: 900px){.admin-portal{flex-direction:column}.admin-sidebar{width:100%;box-shadow:none;border-right:none;border-bottom:1px solid rgba(99,102,241,.12)}.admin-nav{padding:16px}.admin-nav-section{gap:10px}.nav-btn{justify-content:flex-start}.admin-content{padding:0}.admin-content-inner{padding:24px 18px 32px}}@media (max-width: 680px){.admin-sidebar .admin-header{padding:20px}.admin-sidebar .admin-header-actions{flex-direction:column;align-items:stretch}.logout-btn{width:100%}}.mentorhub-container{width:100%;background:#fff}.mentorhub-header{background:linear-gradient(90deg,#415c85,#2a599d);color:#fff;padding:2rem 3rem;box-shadow:0 4px 6px #0000001a}.mentorhub-header-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.mentorhub-logo-section{flex:1}.mentorhub-logo{font-size:2.5rem;font-weight:700;margin:0 0 .5rem;display:flex;align-items:center;gap:1rem}.new-badge{background:gold;color:#333;font-size:.75rem;font-weight:700;padding:.25rem .75rem;border-radius:12px;text-transform:uppercase;letter-spacing:.5px}.mentorhub-tagline{font-size:1rem;opacity:.9;margin:0}.mentorhub-header-actions{display:flex;gap:1rem}.header-btn{padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;border:none;cursor:pointer;transition:all .3s ease}.header-btn.primary{background:#fff;color:#667eea}.header-btn.primary:hover{background:#f8f9fa;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.header-btn.secondary{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.3)}.header-btn.secondary:hover{background:#ffffff4d}.mentorhub-nav-tabs{display:flex;gap:.5rem}.nav-tab{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#ffffff1a;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.nav-tab:hover{background:#fff3}.nav-tab.active{background:#fff;box-shadow:0 2px 8px #0000001a;color:#667eea}.tab-icon{font-size:1rem}.mentorhub-content{padding:2rem 3rem;max-width:1400px;margin:0 auto}.mentorhub-search-container{position:relative;margin-bottom:2rem}.search-icon{position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:1.25rem}.mentorhub-search-input{width:100%;padding:1rem 1rem 1rem 3.5rem;font-size:1rem;border:2px solid #e5e7eb;border-radius:12px;background:#f9fafb;transition:all .3s ease}.mentorhub-search-input:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 3px #667eea1a}.mentorhub-categories{display:flex;gap:.75rem;margin-bottom:2rem;flex-wrap:wrap}.category-filter{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:#fff;border:2px solid #e5e7eb;border-radius:8px;font-size:.9rem;font-weight:600;color:#4b5563;cursor:pointer;transition:all .3s ease}.category-filter:hover{border-color:#667eea;color:#667eea}.category-filter.active{background:#667eea;color:#fff;border-color:#667eea}.category-icon{font-size:1rem}.mentorhub-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.mentor-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 2px 8px #00000014;transition:all .3s ease;position:relative;border:1px solid #e5e7eb}.mentor-card:hover{box-shadow:0 8px 24px #0000001f}.top-rated-badge{position:absolute;top:1rem;right:1rem;background:gold;color:#333;font-size:.75rem;font-weight:700;padding:.25rem .75rem;border-radius:12px;text-transform:uppercase;letter-spacing:.5px}.mentor-card-header{display:flex;gap:1rem;margin-bottom:1rem}.mentor-card-dropdown-btn:hover{background:#f3f4f6!important}.mentor-avatar-container{position:relative}.mentor-avatar{width:64px;height:64px;border-radius:50%;background:linear-gradient(90deg,#415c85,#2a599d);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:700;overflow:hidden}.mentor-avatar img{width:100%;height:100%;object-fit:cover}.online-indicator{position:absolute;bottom:2px;right:2px;width:14px;height:14px;background:#10b981;border:2px solid white;border-radius:50%}.mentor-info{flex:1}.mentor-name{font-size:1.25rem;font-weight:700;margin:0 0 .25rem;color:#1f2937}.mentor-title{font-size:.875rem;color:#6b7280;margin:0}.mentor-description{font-size:.9rem;color:#4b5563;line-height:1.5;margin-bottom:1rem}.mentor-expertise{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.expertise-tag{padding:.375rem .75rem;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;font-size:.8rem;color:#4b5563;font-weight:500}.mentor-stats{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.mentor-rating{display:flex;align-items:center;gap:.5rem}.star-icon{color:#fbbf24;font-size:1rem}.rating-value{font-weight:700;color:#1f2937}.reviews-count,.mentor-sessions{color:#6b7280;font-size:.875rem}.mentor-pricing{margin-bottom:.75rem}.price{font-size:1.5rem;font-weight:700;color:#1f2937}.duration{font-size:.9rem;color:#6b7280}.mentor-availability{font-size:.875rem;font-weight:600;margin-bottom:1rem}.mentor-availability.blue{color:#3b82f6}.mentor-availability.green{color:#10b981}.mentor-availability.gray{color:#6b7280}.book-session-btn{width:100%;padding:.875rem;background:#2a599d;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.book-session-btn:hover{background:#5568d3;transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}.empty-state{text-align:center;padding:4rem 2rem;color:#6b7280}.empty-state h2{font-size:2rem;color:#1f2937;margin-bottom:.5rem}.empty-state p{font-size:1.1rem}.help-requests-content{padding:2rem 3rem;max-width:1200px;margin:0 auto}.help-requests-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.help-requests-title{font-size:2rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.help-requests-subtitle{font-size:1rem;color:#6b7280;margin:0}.post-request-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#667eea;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.post-request-btn:hover{background:#5568d3;transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}.plus-icon{font-size:1rem}.help-requests-list{display:flex;flex-direction:column;gap:1.5rem}.help-request-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014;border:1px solid #e5e7eb;transition:all .3s ease}.help-request-card:hover{box-shadow:0 4px 16px #0000001f}.request-card-header{display:flex;gap:1rem}.request-user-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(90deg,#415c85,#2a599d);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.25rem;font-weight:700;flex-shrink:0;overflow:hidden}.request-user-avatar img{width:100%;height:100%;object-fit:cover}.request-card-content{flex:1}.request-title-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.request-title{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0;flex:1}.request-category{padding:.25rem .75rem;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:12px;font-size:.75rem;font-weight:600;color:#4b5563;margin-left:1rem}.request-posted-by{font-size:.875rem;color:#6b7280;margin:0 0 .75rem}.request-description{font-size:.95rem;color:#4b5563;line-height:1.6;margin:0 0 1rem}.request-footer{display:flex;justify-content:space-between;align-items:center}.request-pricing{display:flex;flex-direction:column;gap:.25rem}.price-range{font-size:1rem;font-weight:700;color:#10b981}.responses-count{font-size:.875rem;color:#6b7280}.make-offer-btn{padding:.625rem 1.25rem;background:#fff;color:#667eea;border:2px solid #667eea;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.make-offer-btn:hover{background:#667eea;color:#fff}.my-mentoring-content{padding:2rem 3rem;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.mentoring-dashboard-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 2px 8px #00000014;border:1px solid #e5e7eb}.dashboard-title{font-size:1.75rem;font-weight:700;color:#1f2937;margin:0 0 1.5rem}.dashboard-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}@media (min-width: 768px){.dashboard-stats{grid-template-columns:repeat(4,1fr)}}.stat-card{padding:1.5rem;border-radius:12px;text-align:center}.stat-earned{background:#dbeafe}.stat-sessions{background:#d1fae5}.stat-rating{background:#fef3c7}.stat-value{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.stat-label{font-size:.9rem;color:#6b7280;font-weight:600}.start-earning-section{text-align:center;padding:2rem;background:#f9fafb;border-radius:12px;margin-bottom:2rem}.graduation-icon{font-size:3rem;color:#667eea;margin-bottom:1rem}.start-earning-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 .75rem}.start-earning-description{font-size:1rem;color:#6b7280;margin:0 0 1.5rem;line-height:1.6}.create-profile-btn{padding:.875rem 2rem;background:#1f2937;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.create-profile-btn:hover{background:#374151;transform:translateY(-2px);box-shadow:0 4px 12px #1f29374d}.how-it-works-section{padding-top:1.5rem;border-top:1px solid #e5e7eb}.how-it-works-title{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0 0 1rem}.how-it-works-list{margin:0;padding-left:1.5rem;color:#4b5563;line-height:2}.how-it-works-list li{margin-bottom:.5rem}.booked-sessions-card{background:#fff;border-radius:16px;padding:0;box-shadow:0 2px 8px #00000014;border:1px solid #e5e7eb;overflow:hidden}.booked-sessions-header{background:#10b981;color:#fff;padding:1.5rem 2rem;display:flex;align-items:center;gap:.75rem}.check-icon{font-size:1.5rem}.booked-sessions-title{font-size:1.5rem;font-weight:700;margin:0}.booked-sessions-list{padding:2rem}.booked-session-item{display:flex;gap:1.5rem;padding:1.5rem;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:1rem}.booked-session-item:last-child{margin-bottom:0}.session-mentor-avatar{width:64px;height:64px;border-radius:50%;background:linear-gradient(90deg,#415c85,#2a599d);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:700;flex-shrink:0;overflow:hidden}.session-mentor-avatar img{width:100%;height:100%;object-fit:cover}.session-details{flex:1}.session-mentor-name{font-size:1.125rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.session-topic{font-size:.95rem;color:#4b5563;margin:0 0 .5rem}.session-date-time{font-size:.875rem;color:#6b7280;margin:0 0 1rem}.session-reminder{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280}.phone-icon{font-size:.875rem}.session-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.75rem}.session-status{padding:.375rem .75rem;background:#d1fae5;color:#065f46;border-radius:6px;font-size:.875rem;font-weight:600}.start-session-btn{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:#10b981;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.start-session-btn:hover{background:#059669;transform:translateY(-2px);box-shadow:0 4px 12px #10b9814d}.video-icon{font-size:1rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem}.book-session-modal,.post-request-modal,.become-mentor-modal{background:#fff;border-radius:16px;width:100%;max-width:600px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 60px #0000004d}.modal-header{padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.modal-body{padding:2rem;overflow-y:auto;flex-grow:1}.book-session-header{background:#1f2937;color:#fff;border-radius:16px 16px 0 0}.book-session-header-content{display:flex;align-items:center;gap:1rem}.book-session-avatar{width:56px;height:56px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:700;overflow:hidden}.book-session-avatar img{width:100%;height:100%;object-fit:cover}.book-session-title{font-size:1.25rem;font-weight:700;margin:0;color:#fff}.book-session-rate{font-size:.9rem;margin:.25rem 0 0;color:#ffffffe6}.post-request-header,.become-mentor-header{background:#1f2937;color:#fff;border-radius:16px 16px 0 0}.post-request-header h3,.become-mentor-header h3{font-size:1.25rem;font-weight:700;margin:0;color:#fff}.modal-close-btn{background:transparent;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s ease}.modal-close-btn:hover{background:#ffffff1a}.modal-body{padding:2rem;flex:1}.form-group:last-child{margin-bottom:0}.form-label{display:block;font-size:.95rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.form-label .phone-label-icon{margin-right:.5rem;font-size:.875rem}.form-input,.form-select,.form-textarea{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;color:#1f2937;transition:all .3s ease;font-family:inherit}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%234b5563' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:12px;padding-right:2.5rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.date-input-wrapper{position:relative}.calendar-icon{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:#6b7280;font-size:1rem;pointer-events:none}.duration-buttons{display:flex;gap:1rem}.duration-btn{flex:1;padding:.875rem 1.5rem;border:2px solid #e5e7eb;border-radius:24px;background:#fff;color:#4b5563;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.duration-btn:hover{border-color:#667eea;color:#667eea}.duration-btn.active{background:#1f2937;color:#fff;border-color:#1f2937}.expertise-tags-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.expertise-select-tag{padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;background:#fff;color:#4b5563;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-align:center}.expertise-select-tag:hover:not(:disabled){border-color:#667eea;color:#667eea}.expertise-select-tag.selected{background:#667eea;color:#fff;border-color:#667eea}.expertise-select-tag:disabled{opacity:.5;cursor:not-allowed}.form-hint{font-size:.875rem;color:#6b7280;margin:.5rem 0 0}.modal-footer{padding:1.5rem 2rem;border-top:1px solid #e5e7eb;display:flex;gap:1rem;justify-content:flex-end}.modal-btn{padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none}.cancel-btn{background:#fff;color:#4b5563;border:2px solid #e5e7eb}.cancel-btn:hover{background:#f9fafb;border-color:#d1d5db}.submit-btn{background:#1f2937;color:#fff}.submit-btn:hover{background:#374151;transform:translateY(-2px);box-shadow:0 4px 12px #1f29374d}.video-call-container{position:fixed;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,#415c85,#2a599d);z-index:10001;display:flex;flex-direction:column;color:#fff}.video-call-container.minimized{top:auto;left:auto;right:20px;bottom:20px;width:400px;height:300px;border-radius:12px;box-shadow:0 10px 40px #00000080}.video-call-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:#0003;border-bottom:1px solid rgba(255,255,255,.1)}.video-call-header-left{display:flex;align-items:center;gap:1rem}.header-profile-icon{font-size:2rem;color:#ffffffe6}.video-call-mentor-name{font-size:1rem;font-weight:600;margin:0;color:#fff}.video-call-topic{font-size:.875rem;margin:.25rem 0 0;color:#fffc}.video-call-header-right{display:flex;align-items:center;gap:1rem}.session-duration-badge{padding:.5rem 1rem;background:#ffffff26;border-radius:6px;font-size:.875rem;font-weight:600}.minimize-btn{background:#ffffff26;border:none;color:#fff;width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.minimize-btn:hover{background:#ffffff40}.video-call-main{flex:1;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.mentor-video-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative}.mentor-video-placeholder{width:300px;height:300px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:3px solid rgba(255,255,255,.2)}.mentor-avatar-large{width:100%;height:100%;background:linear-gradient(90deg,#415c85,#2a599d);display:flex;align-items:center;justify-content:center;color:#fff;font-size:6rem;font-weight:700}.mentor-video-placeholder img{width:100%;height:100%;object-fit:cover}.mentor-name-overlay{position:absolute;bottom:80px;left:50%;transform:translate(-50%);text-align:center}.mentor-name-text{font-size:1.5rem;font-weight:700;margin:0 0 .5rem;color:#fff}.connecting-status{font-size:1rem;margin:0;color:#fffc}.user-camera-preview{position:absolute;bottom:100px;right:30px;width:200px;height:150px;background:#0009;border-radius:12px;overflow:hidden;border:2px solid rgba(255,255,255,.3)}.camera-label{position:absolute;top:8px;left:8px;font-size:.75rem;font-weight:600;color:#ffffffe6;z-index:1;background:#00000080;padding:.25rem .5rem;border-radius:4px}.user-video-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#ffffff1a}.user-placeholder-icon{font-size:3rem;color:#ffffff80}.user-camera-preview.camera-off .user-video-placeholder{background:#000c;cursor:pointer}.camera-off-overlay{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:#ffffffb3}.camera-off-icon{font-size:2rem}.camera-off-overlay span{font-size:.875rem;font-weight:600}.video-call-controls{display:flex;justify-content:center;align-items:center;gap:1rem;padding:1.5rem;background:#0000004d;border-top:1px solid rgba(255,255,255,.1)}.control-btn{width:56px;height:56px;border-radius:50%;border:none;background:#ffffff26;color:#fff;font-size:1.25rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.control-btn:hover{background:#ffffff40;transform:scale(1.1)}.control-btn.active{background:#667eeacc}.control-btn.active:hover{background:#667eea}.control-btn.muted{background:#ef4444cc}.control-btn.muted:hover{background:#ef4444}.end-call-btn{background:#ef4444e6}.end-call-btn:hover{background:#ef4444;transform:scale(1.1)}.chat-sidebar,.documents-sidebar,.files-sidebar{position:absolute;top:0;right:0;width:400px;height:100%;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:-4px 0 20px #0000004d;display:flex;flex-direction:column;z-index:10002}.sidebar-header{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;background:#f9fafb}.sidebar-header h3{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0}.chat-header{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;background:#f9fafb}.chat-header h3{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0}.close-chat-btn,.close-sidebar-btn{background:transparent;border:none;color:#6b7280;font-size:1.25rem;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.close-chat-btn:hover,.close-sidebar-btn:hover{background:#e5e7eb;color:#1f2937}.chat-messages-container{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.chat-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#6b7280;text-align:center}.chat-empty-state p{margin:.5rem 0}.chat-hint{font-size:.875rem;color:#9ca3af}.chat-message{display:flex;flex-direction:column;max-width:80%;animation:slideIn .3s ease}.chat-message.sent{align-self:flex-end;align-items:flex-end}.chat-message.received{align-self:flex-start;align-items:flex-start}.message-text{padding:.75rem 1rem;border-radius:12px;margin:0;font-size:.95rem;line-height:1.5;word-wrap:break-word}.chat-message.sent .message-text{background:#667eea;color:#fff;border-bottom-right-radius:4px}.chat-message.received .message-text{background:#f3f4f6;color:#1f2937;border-bottom-left-radius:4px}.message-time{font-size:.75rem;color:#9ca3af;margin-top:.25rem;padding:0 .5rem}.chat-input-container{padding:1rem 1.5rem;border-top:1px solid #e5e7eb;background:#f9fafb;display:flex;gap:.75rem;align-items:center}.chat-input{flex:1;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:24px;font-size:.95rem;color:#1f2937;transition:all .3s ease}.chat-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.send-message-btn{width:44px;height:44px;border-radius:50%;background:#667eea;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;font-size:1rem}.send-message-btn:hover{background:#5568d3;transform:scale(1.05)}.sidebar-content{flex:1;overflow-y:auto;padding:1.5rem}.empty-sidebar-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#6b7280;text-align:center}.empty-icon{font-size:3rem;color:#d1d5db;margin-bottom:1rem}.empty-sidebar-state p{font-size:1rem;margin:0}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.video-call-container.minimized .video-call-main,.video-call-container.minimized .video-call-controls{display:none}.video-call-container.minimized .mentor-video-container{display:flex;align-items:center;justify-content:center;height:200px}.video-call-container.minimized .mentor-video-placeholder{width:120px;height:120px}.video-call-container.minimized .mentor-avatar-large{font-size:3rem}.video-call-container.minimized .mentor-name-overlay{bottom:20px}.video-call-container.minimized .mentor-name-text{font-size:.875rem}.video-call-container.minimized .connecting-status{font-size:.75rem}.video-call-container.minimized .user-camera-preview,.video-call-container.minimized .chat-sidebar,.video-call-container.minimized .documents-sidebar,.video-call-container.minimized .files-sidebar{display:none}@media (max-width: 768px){.user-camera-preview{width:150px;height:112px;bottom:80px;right:20px}.mentor-video-placeholder{width:250px;height:250px}.mentor-avatar-large{font-size:5rem}.video-call-controls{gap:.75rem;padding:1rem}.control-btn{width:48px;height:48px;font-size:1rem}.video-call-container.minimized{width:300px;height:250px}.chat-sidebar,.documents-sidebar,.files-sidebar{width:100%;max-width:100%}}@media (max-width: 768px){body .book-session-modal,body .post-request-modal,body .become-mentor-modal{max-width:100%!important;border-radius:16px 16px 0 0!important;max-height:95vh!important}.modal-header{padding:1.25rem 1.5rem}.modal-body{padding:1.5rem}.modal-footer{padding:1.25rem 1.5rem;flex-direction:column}.modal-btn{width:100%}.duration-buttons{flex-direction:column}.expertise-tags-grid{grid-template-columns:1fr}}@media (max-width: 1024px){.mentorhub-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.dashboard-stats{grid-template-columns:repeat(3,1fr)}.booked-session-item{flex-direction:column}.session-actions{width:100%;flex-direction:row;justify-content:space-between;align-items:center}}@media (max-width: 768px){.mentorhub-header{padding:1.5rem}.mentorhub-header-top{flex-direction:column;gap:1.5rem}.mentorhub-header-actions{width:100%}.header-btn{flex:1}.mentorhub-nav-tabs{flex-direction:column}.nav-tab{width:100%;justify-content:center}.mentorhub-content,.help-requests-content,.my-mentoring-content{padding:1.5rem}.mentorhub-grid{grid-template-columns:1fr}.mentorhub-categories{overflow-x:auto;flex-wrap:nowrap;padding-bottom:.5rem}.category-filter{white-space:nowrap}.help-requests-header{flex-direction:column;gap:1rem}.post-request-btn{width:100%;justify-content:center}.request-title-row{flex-direction:column;align-items:flex-start;gap:.5rem}.request-category{margin-left:0}.request-footer{flex-direction:column;align-items:flex-start;gap:1rem}.make-offer-btn{width:100%}.dashboard-stats{grid-template-columns:1fr}.booked-session-item{flex-direction:column}.session-actions{width:100%;flex-direction:column;align-items:stretch}.start-session-btn{width:100%;justify-content:center}}.received-offers-section{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.received-offers-header{display:flex;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.header-icon{color:#667eea}.offer-selected-badge{background:#fef3c7;color:#92400e;font-size:.75rem;padding:.25rem .5rem;border-radius:9999px;margin-left:auto;font-weight:600}.status-banner{margin-bottom:1.5rem;padding:1rem;border-radius:8px;display:flex;justify-content:space-between;align-items:center}.status-banner.warning{background:#fffbeb;border:1px solid #fcd34d;color:#92400e}.status-banner.success{background:#ecfdf5;border:1px solid #6ee7b7;color:#065f46}.banner-content strong{display:block;margin-bottom:.25rem;font-size:.95rem}.banner-content p{margin:0 0 .5rem;font-size:.875rem;opacity:.9}.banner-content small{display:flex;align-items:center;gap:.25rem;font-size:.8rem;opacity:.8}.inline-icon{font-size:.9rem}.offers-list{display:flex;flex-direction:column;gap:1rem}.offer-card{border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;background:#fff;transition:all .2s ease}.offer-card:hover{box-shadow:0 4px 6px #0000000d}.offer-card.selected{border:2px solid #fbbf24;background:#fffbeb}.offer-card.confirmed{border:2px solid #10b981;background:#ecfdf5}.offer-card.disabled-blur{opacity:.6;filter:blur(1px);pointer-events:none;cursor:not-allowed;position:relative}.offer-card.disabled-blur:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffff80;z-index:1;border-radius:12px}.offer-card.confirmed{opacity:1!important;filter:none!important;pointer-events:auto!important;z-index:2;position:relative}.offer-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.offer-mentor-info{display:flex;gap:1rem}.offer-mentor-avatar{width:56px;height:56px;border-radius:50%;background:#e5e7eb;overflow:hidden;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#6b7280}.offer-mentor-avatar img{width:100%;height:100%;object-fit:cover}.offer-mentor-name{margin:0 0 .25rem;font-size:1.1rem;font-weight:700;color:#1f2937;display:flex;align-items:center;gap:.5rem}.status-badge{font-size:.75rem;padding:.15rem .5rem;border-radius:4px;font-weight:600}.status-badge.warning{background:#fcd34d;color:#78350f}.status-badge.success{background:#10b981;color:#fff}.offer-mentor-bio{margin:0 0 .5rem;font-size:.875rem;color:#6b7280}.offer-mentor-stats{display:flex;gap:1rem;font-size:.875rem;color:#6b7280}.rating{font-weight:600;color:#1f2937;display:flex;align-items:center;gap:.25rem}.offer-price{text-align:right}.offer-price .amount{display:block;font-size:1.5rem;font-weight:700;color:#10b981}.offer-price .period{font-size:.8rem;color:#6b7280}.offer-details-grid{display:flex;gap:2rem;padding:1rem 0;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;margin-bottom:1rem}.detail-item{display:flex;align-items:flex-start;gap:.75rem}.detail-icon{color:#6b7280;margin-top:.2rem}.detail-text label{display:block;font-size:.75rem;color:#6b7280;text-transform:uppercase;font-weight:600}.detail-text span{font-size:.9rem;color:#1f2937;font-weight:500}.offer-message{background:#f9fafb;padding:1rem;border-radius:8px;margin-bottom:1.5rem;border-left:3px solid #e5e7eb}.message-label{font-size:.7rem;text-transform:uppercase;color:#9ca3af;font-weight:600;margin:0 0 .5rem}.message-text{font-size:.95rem;color:#4b5563;margin:0;font-style:italic;line-height:1.5}.offer-actions{display:flex;justify-content:flex-end;gap:1rem}.offer-actions.vertical{flex-direction:column}.accept-btn{background:#10b981;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:20px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s}.accept-btn:hover{background:#059669}.decline-btn{background:#fff;color:#ef4444;border:1px solid #ef4444;padding:.75rem 1.5rem;border-radius:20px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s}.decline-btn:hover{background:#fef2f2}.complete-payment-btn{background:#1e3a8a;color:#fff;border:none;padding:.75rem;border-radius:20px;font-weight:600;width:100%;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:.5rem}.complete-payment-btn:hover{background:#1e40af}.revert-btn{background:transparent;color:#6b7280;border:1px solid #e5e7eb;padding:.5rem;border-radius:20px;font-size:.9rem;width:100%;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:.5rem}.revert-btn:hover{background:#f3f4f6;color:#374151}.confirmed-btn{background:#10b981;color:#fff;border:none;padding:.75rem;border-radius:8px;width:100%;text-align:center;font-weight:600;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;cursor:default}.confirmed-btn small{font-weight:400;opacity:.9}.expertise-select-tag.error{border-color:#ef4444;border-width:2px;animation:shake .3s ease-in-out}.expertise-warning{background:#fef3c7;border:1px solid #fbbf24;border-radius:6px;padding:.75rem 1rem;margin-top:.5rem;color:#92400e;font-size:.875rem;display:block;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.payment-modal{background:#fff;border-radius:12px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.modal-header h2{margin:0;font-size:1.5rem;font-weight:600;color:#1f2937}.close-button{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}.close-button:hover{background:#f3f4f6;color:#374151}.payment-form{display:flex;flex-direction:column;gap:1.5rem}.payment-summary{background:#f9fafb;border-radius:8px;padding:1.5rem;border:1px solid #e5e7eb}.payment-summary h3{margin:0 0 1rem;font-size:1.25rem;font-weight:600;color:#1f2937}.summary-section{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.summary-label{font-size:.875rem;color:#6b7280;font-weight:500}.summary-value{font-size:.875rem;color:#1f2937;font-weight:600}.summary-value.highlight{font-size:1.125rem;color:#10b981}.escrow-notice{background:#dbeafe;border:1px solid #93c5fd;border-radius:6px;padding:1rem;display:flex;gap:.75rem;align-items:flex-start}.lock-icon{color:#2563eb;font-size:1.25rem;margin-top:.125rem;flex-shrink:0}.escrow-notice p{margin:0;font-size:.875rem;color:#1e40af;line-height:1.5}.escrow-notice strong{font-weight:600}.card-element-container{display:flex;flex-direction:column;gap:.5rem}.card-label{font-size:.875rem;font-weight:600;color:#374151}.card-element-wrapper{padding:1rem;border:1px solid #d1d5db;border-radius:8px;background:#fff;transition:border-color .2s}.card-element-wrapper:focus-within{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.billing-note{margin-top:.5rem;font-size:.75rem;color:#6b7280;font-style:italic}.card-hint{margin-top:.5rem;font-size:.75rem;color:#f59e0b;font-weight:500}.billing-details-section{display:flex;flex-direction:column;gap:1rem}.billing-details-section h4{margin:0;font-size:1rem;font-weight:600;color:#374151;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.billing-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.billing-form-grid .form-group.full-width{grid-column:1 / -1}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;font-weight:600;color:#374151}.form-group label .required{color:#ef4444}.form-group input,.form-group select{padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;color:#1f2937;transition:all .2s;background:#fff}.form-group input:focus,.form-group select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input:disabled,.form-group select:disabled{background-color:#f3f4f6;cursor:not-allowed;opacity:.7}.form-group input::placeholder{color:#9ca3af}.error-message{background:#fee2e2;border:1px solid #fca5a5;border-radius:6px;padding:.75rem 1rem;display:flex;align-items:center;gap:.5rem;color:#991b1b;font-size:.875rem}.error-icon{font-size:1rem;flex-shrink:0}.payment-actions{display:flex;gap:1rem;margin-top:.5rem}.cancel-button,.pay-button{flex:1;padding:.875rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;border:none;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.cancel-button{background:#f3f4f6;color:#374151}.cancel-button:hover:not(:disabled){background:#e5e7eb}.cancel-button:disabled{opacity:.6;cursor:not-allowed}.pay-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.pay-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.pay-button:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width: 640px){.payment-modal{max-width:100%;margin:.5rem}.modal-header,.modal-body{padding:1rem}.payment-actions{flex-direction:column}.cancel-button,.pay-button{width:100%}.billing-form-grid{grid-template-columns:1fr}.billing-form-grid .form-group.full-width{grid-column:1}}.admin-users-page{min-height:100vh;background:#f4f7fb;padding:32px}.admin-nav-header{margin-bottom:16px}.admin-users-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:16px}.spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite}.admin-users-header{margin-bottom:20px;display:flex;justify-content:space-between;align-items:flex-start;background:#fff;padding:24px;border-radius:18px;box-shadow:0 12px 30px #0f172a14;border:1px solid #eef2f7}.users-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:20px}.users-stat-card{background:#fff;border-radius:16px;padding:18px 20px;box-shadow:0 12px 30px #0f172a0f;border:1px solid #eef2f7}.users-stat-card .stat-label{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8;margin-bottom:6px}.users-stat-card .stat-value{font-size:28px;font-weight:800;color:#0f172a}.header-left{flex:1}.back-btn{padding:8px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;font-size:14px;cursor:pointer;margin-bottom:16px;transition:all .3s}.back-btn:hover{background:#f3f4f6}.admin-users-header h1{margin:0 0 6px;font-size:28px;color:#0f172a;font-weight:700}.subtitle{margin:0;font-size:15px;color:#64748b}.subtitle.secondary{margin-top:6px;font-size:13px;color:#94a3b8}.users-controls{margin-bottom:24px;display:flex;justify-content:space-between;align-items:center;gap:16px;background:#fff;padding:18px 20px;border-radius:16px;box-shadow:0 12px 30px #0f172a0f;border:1px solid #eef2f7}.search-form{display:flex;gap:12px;flex:1;flex-wrap:nowrap;align-items:center;max-width:100%}.search-input{flex:1;padding:12px 16px;border:1px solid #e2e8f0;border-radius:12px;font-size:14px;transition:border-color .3s,box-shadow .3s;background:#f8fafc}.search-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f12e}.search-btn{padding:12px 18px;background:#111827;border:none;border-radius:12px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:transform .3s,box-shadow .3s;display:inline-flex;align-items:center;gap:8px;box-shadow:0 8px 20px #0f172a33}.search-btn:hover{transform:translateY(-2px)}.clear-btn{padding:12px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;color:#475569;font-size:14px;cursor:pointer;transition:all .3s}.filters-group{display:inline-flex;gap:10px;flex-wrap:nowrap;align-items:center;margin-left:auto}@media (max-width: 1100px){.users-controls{flex-direction:column;align-items:stretch}.search-form{flex-wrap:wrap}.filters-group{width:100%;justify-content:flex-start;margin-left:0;flex-wrap:wrap}}.filter-select{padding:10px 14px;border:1px solid #e2e8f0;border-radius:12px;font-size:13px;background:#f8fafc;color:#334155}.filter-select:focus{outline:none;border-color:#667eea}.clear-btn:hover{background:#f3f4f6}.users-table-container{background:#fff;border-radius:18px;overflow:hidden;overflow-x:auto;box-shadow:0 12px 30px #0f172a14;margin-bottom:24px;border:1px solid #eef2f7}.users-table{width:100%;border-collapse:collapse;min-width:900px}.users-table thead{background:#f8fafc}.users-table th{padding:14px 18px;text-align:left;font-size:12px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid #e2e8f0}.users-table td{padding:16px 18px;border-top:1px solid #f1f5f9;font-size:14px;color:#334155}.users-table tbody tr:hover{background:#f8fafc}.user-id{font-weight:600;color:#6b7280}.name-cell{display:flex;align-items:center;gap:12px}.avatar{width:36px;height:36px;border-radius:12px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;text-transform:uppercase}.user-email{color:#6b7280;font-size:13px}.status-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;text-transform:capitalize}.subscription-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}.subscription-badge.premium{background:#ede9fe;color:#7c3aed}.subscription-badge.free{background:#f3f4f6;color:#6b7280}.date-cell{color:#6b7280;font-size:13px}.actions-cell{display:flex;gap:8px}.action-btn{padding:8px 12px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;cursor:pointer;font-size:14px;display:inline-flex;align-items:center;justify-content:center;gap:6px;transition:all .3s;color:#475569}.search-btn{background:#111827}.search-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0f172a33}.action-btn:hover{transform:translateY(-2px)}.view-btn:hover{background:#dbeafe;border-color:#3b82f6}.premium-btn:hover{background:#ede9fe;border-color:#7c3aed}.delete-btn:hover{background:#f8fafc;border-color:#cbd5e1}.delete-btn{color:#dc2626}.no-users{padding:48px;text-align:center;color:#6b7280}.pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:24px}.page-btn{padding:10px 20px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;font-size:14px;cursor:pointer;transition:all .3s}.page-btn:hover:not(:disabled){background:#f3f4f6}.page-btn:disabled{opacity:.5;cursor:not-allowed}.page-info{font-size:14px;color:#6b7280;font-weight:500}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.user-details-modal{background:#fff;border-radius:16px;width:min(100%,900px);margin:0 auto;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;box-sizing:border-box}.modal-header{padding:24px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.modal-header h2{margin:0;font-size:24px;color:#111827}.close-btn{width:32px;height:32px;border:none;background:#f3f4f6;border-radius:8px;cursor:pointer;font-size:20px;color:#6b7280;transition:all .3s}.close-btn:hover{background:#e5e7eb}.modal-content{padding:24px}.detail-section{margin-bottom:24px}.detail-section h3{margin:0 0 16px;font-size:18px;color:#111827;font-weight:600}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}.detail-item{display:flex;flex-direction:column;gap:4px}.detail-item label{font-size:12px;color:#6b7280;text-transform:uppercase;font-weight:600;letter-spacing:.5px}.detail-item span{font-size:14px;color:#111827;font-weight:500}.detail-item .verified{color:#10b981}.detail-item .unverified{color:#ef4444}.referral-code{font-family:monospace;background:#f3f4f6;padding:4px 8px;border-radius:4px}.earnings{color:#10b981;font-weight:600}.premium-text{color:#7c3aed;font-weight:600}.modal-actions{padding:24px;border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:flex-end}.modal-btn{padding:8px 14px;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .3s}.modal-btn.premium-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.modal-btn.premium-btn:hover{transform:translateY(-2px)}.modal-btn.verify-btn{background:#10b981;color:#fff}.modal-btn.verify-btn:hover{background:#059669}.modal-btn.unverify-btn{background:#f97316;color:#fff}.modal-btn.unverify-btn:hover{background:#ea580c}.modal-btn.delete-btn{background:#dc2626;color:#fff}.modal-btn.delete-btn:hover{background:#b91c1c}.modal-btn.cancel-btn{background:#f3f4f6;color:#374151}.modal-btn.cancel-btn:hover{background:#e5e7eb}@media (max-width: 768px){.admin-users-page{padding:16px}.users-stats{grid-template-columns:1fr}.users-stat-card .stat-value{font-size:24px}.users-table{font-size:12px}.users-table th,.users-table td{padding:12px 8px}.users-controls{padding:16px}.search-btn,.clear-btn{width:100%;justify-content:center}.filters-group{width:100%;gap:8px}.detail-grid{grid-template-columns:1fr}.modal-actions{flex-direction:column}.modal-btn{width:100%}}.admin-settings-page{min-height:100vh;background:#f5f6fa;padding:32px}.admin-settings-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:16px}.settings-header{margin-bottom:32px}.settings-header h1{margin:0 0 8px;font-size:32px;color:#111827;font-weight:700}.settings-header p{margin:0;font-size:16px;color:#6b7280}.settings-content{max-width:1000px}.settings-section{background:#fff;border-radius:16px;padding:32px;margin-bottom:24px;box-shadow:0 2px 8px #00000014}.settings-section h2{margin:0 0 24px;font-size:20px;color:#111827;font-weight:600}.settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.setting-item{display:flex;flex-direction:column;gap:8px}.setting-item label{font-size:14px;font-weight:600;color:#374151}.setting-item input{padding:12px 16px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;transition:border-color .3s}.setting-item input:focus{outline:none;border-color:#667eea}.setting-item input[readonly]{background:#f9fafb;color:#6b7280}.stats-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.stat-item{display:flex;flex-direction:column;gap:8px;padding:16px;background:#f9fafb;border-radius:12px}.stat-label{font-size:13px;color:#6b7280;font-weight:500}.stat-value{font-size:24px;color:#111827;font-weight:700}.settings-checkboxes{display:flex;flex-direction:column;gap:16px}.checkbox-label{display:flex;align-items:center;gap:12px;font-size:14px;color:#374151;cursor:pointer}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer}.secondary-btn{padding:10px 20px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;font-size:14px;font-weight:500;cursor:pointer;margin-right:12px;transition:all .3s}.secondary-btn:hover{background:#f3f4f6}.settings-actions{margin-top:32px;display:flex;gap:12px}.save-btn{padding:12px 32px;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s}.save-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.save-btn:disabled{opacity:.6;cursor:not-allowed}.cancel-btn{padding:12px 32px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s}.cancel-btn:hover{background:#f3f4f6}.admin-universities-container{padding:2rem;max-width:1400px;margin:0 auto;min-height:100vh}.admin-universities-container{background:transparent}.universities-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;background:#fff;padding:1.75rem 2rem;border-radius:18px;box-shadow:0 12px 30px #0f172a14;border:1px solid #eef2f7}.universities-header h1{font-size:1.9rem;color:#0f172a;margin:0 0 .35rem}.universities-header p{margin:0;color:#64748b;font-size:.95rem}.providers-toolbar{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-bottom:1.5rem}.toolbar-card{background:#fff;border-radius:16px;padding:1rem 1.2rem;box-shadow:0 10px 24px #0f172a14;border:1px solid #eef2f7;display:flex;flex-direction:column;gap:.6rem}.toolbar-card label{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8;font-weight:600}.toolbar-card input,.toolbar-card select{width:100%;border:1px solid #e2e8f0;border-radius:12px;padding:.65rem .8rem;font-size:.85rem;background:#f8fafc;color:#1f2937}.toolbar-card input:focus,.toolbar-card select:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}.toolbar-card.muted{background:#f8fafc;border-style:dashed;justify-content:center;font-size:.85rem;color:#475569;font-weight:500}.providers-header-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.providers-filter{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#475569}.providers-filter select{border:1px solid #d1d5db;border-radius:8px;padding:.4rem .6rem;font-size:.85rem}.refresh-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.refresh-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.add-provider-btn{background:#111827;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.add-provider-btn:hover{background:#0f172a}.providers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem}@media (max-width: 1024px){.providers-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}}@media (max-width: 900px){.providers-toolbar{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.providers-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}.provider-card{background:#fff;border-radius:14px;box-shadow:0 2px 10px #0f172a14;overflow:hidden;display:flex;flex-direction:column;border:1px solid #eef2f7;transition:transform .2s ease,box-shadow .2s ease}.provider-card .btn-primary{background:#111827}.provider-card .btn-primary:hover{background:#0f172a}.provider-card .btn-danger{background:#fee2e2;color:#b91c1c}.provider-card:hover{transform:translateY(-4px);box-shadow:0 16px 24px #0f172a1f}.provider-image-wrapper{height:170px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;position:relative}.provider-image-wrapper img{width:100%;height:100%;object-fit:cover}.provider-image-placeholder{color:#94a3b8;font-size:.9rem}.provider-upload-btn{position:absolute;right:10px;bottom:10px;background:#0f172ad9;color:#fff;border-radius:999px;padding:.35rem .75rem;font-size:.7rem;cursor:pointer;text-transform:uppercase;letter-spacing:.06em}.provider-upload-btn input{display:none}.provider-card-body{padding:1.1rem 1.25rem 1.35rem;display:flex;flex-direction:column;gap:.6rem}.provider-header{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem}.provider-header h3{margin:0;font-size:1.1rem;color:#0f172a}.provider-status{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:#64748b;background:#e2e8f0;padding:.2rem .5rem;border-radius:999px}.provider-slug{margin:0;font-size:.85rem;color:#64748b}.provider-link{font-size:.85rem;color:#2563eb;text-decoration:none;word-break:break-word}.provider-link:hover{text-decoration:underline}.provider-meta{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;color:#475569}.provider-link-button{background:none;border:none;padding:0;font:inherit;color:#2563eb;cursor:pointer;text-align:left}.provider-link-button:hover{text-decoration:underline}.provider-card-actions{display:flex;gap:.5rem;margin-top:.75rem}@media (max-width: 680px){.provider-card-actions{flex-direction:column}.provider-card-actions .btn-primary,.provider-card-actions .btn-secondary,.provider-card-actions .btn-danger{width:100%}}.btn-primary,.btn-secondary,.btn-danger{border:none;padding:.5rem .9rem;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer}.btn-primary{background:#4f46e5;color:#fff}.btn-primary:hover{background:#4338ca}.btn-secondary{background:#e2e8f0;color:#1f2937}.btn-secondary:hover{background:#cbd5f5}.btn-danger{background:#fee2e2;color:#b91c1c}.btn-danger:hover{background:#fecaca}.provider-edit-form{display:flex;flex-direction:column;gap:.6rem}.form-row{display:flex;flex-direction:column;gap:.35rem}.form-row label{font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.06em;font-weight:600}.form-row input{border:1px solid #d1d5db;border-radius:8px;padding:.45rem .6rem;font-size:.85rem}.checkbox-row{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#475569}.checkbox-row-inline{justify-content:flex-start}.checkbox-row-inline input{margin:0}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;padding:1.5rem;border-radius:12px;width:min(520px,92vw)}.modal-content-wide{width:96vw;max-width:1600px;max-height:85vh;overflow:hidden;display:flex;flex-direction:column}.modal-content.modal-content-wide{width:96vw;max-width:1600px;padding:1.25rem 1.5rem}.modal-content h2{margin:0 0 1rem;font-size:1.25rem;color:#0f172a}.modal-form{display:flex;flex-direction:column;gap:.6rem}.modal-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem 1rem}.modal-form-grid .checkbox-row{grid-column:span 2;justify-self:start;width:100%;justify-content:flex-start}@media (max-width: 640px){.modal-form-grid{grid-template-columns:1fr}.modal-form-grid .checkbox-row{grid-column:span 1}}.modal-actions{display:flex;gap:.75rem;margin-top:1rem}.courses-table-wrapper{overflow:auto;margin-top:.75rem;border:1px solid #e5e7eb;border-radius:10px;flex:1}.courses-table{width:100%;border-collapse:collapse;min-width:720px}.courses-table th,.courses-table td{text-align:left;padding:.7rem .75rem;border-bottom:1px solid #e5e7eb;font-size:.8rem}.courses-table td{vertical-align:top}.courses-table td a{color:#2563eb;text-decoration:none;word-break:break-word}.courses-table td a:hover{text-decoration:underline}.courses-table th:nth-child(1),.courses-table td:nth-child(1){width:38%}.courses-table th:nth-child(2),.courses-table td:nth-child(2){width:18%}.courses-table th:nth-child(3),.courses-table td:nth-child(3){width:44%}.courses-table th{position:sticky;top:0;background:#f9fafb;text-transform:uppercase;letter-spacing:.04em;font-size:.7rem;color:#64748b}.loading-inline,.empty-inline{padding:1.5rem .5rem;color:#64748b;font-size:.9rem}@media (max-width: 900px){.modal-content-wide{width:96vw}.courses-table{min-width:640px}.courses-table th,.courses-table td{font-size:.75rem;padding:.6rem .65rem}}@media (max-width: 640px){.modal-content-wide{width:98vw;max-height:90vh}.courses-table{min-width:520px}.modal-actions{flex-direction:column}.modal-actions .btn-secondary{width:100%}}@media (max-width: 768px){.admin-universities-container{padding:1.25rem}.universities-header{flex-direction:column;align-items:flex-start;gap:.75rem}}@media (max-width: 520px){.admin-universities-container{padding:1rem}.universities-header{padding:1.25rem 1.5rem}.providers-toolbar{grid-template-columns:1fr}.provider-image-wrapper{height:150px}.provider-card-body{padding:1rem 1.1rem 1.2rem}}.payments-table td{padding:.625rem;border-bottom:1px solid #f3f4f6;color:#1f2937;font-size:.75rem;vertical-align:middle}.payments-table th:last-child{padding-right:1.5rem}.payments-header{margin-bottom:2rem}.payments-header h1{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.payments-header p{color:#6b7280;font-size:1rem}.tabs-container{display:flex;gap:1rem;margin-bottom:2rem;border-bottom:2px solid #e5e7eb}.tab-button{padding:.75rem 1.5rem;background:none;border:none;border-bottom:3px solid transparent;font-size:1rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s;margin-bottom:-2px}.tab-button:hover{color:#1f2937}.tab-button.active{color:#3b82f6;border-bottom-color:#3b82f6}.payments-table-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;overflow-x:auto;overflow-y:auto;max-height:70vh;margin-bottom:1.5rem;border:1px solid #e5e7eb;position:relative}.status-badge{display:inline-block;padding:6px 12px;border-radius:8px;font-size:.75rem;font-weight:600;text-transform:capitalize;box-shadow:0 1px 2px #0000000d;border:1px solid rgba(0,0,0,.1)}.action-buttons{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.btn-release,.btn-refund{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:.625rem 1.25rem}.btn-release{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.625rem 1.25rem}.btn-release:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px);box-shadow:0 4px 6px #10b9814d}.btn-refund{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:.625rem 1.25rem}.btn-refund:hover:not(:disabled){background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-1px);box-shadow:0 4px 6px #ef44444d}.btn-release:disabled,.btn-refund:disabled{opacity:.5;cursor:not-allowed}.empty-state{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;border:2px dashed #e5e7eb}.empty-state:before{content:"🔍";font-size:3rem;display:block;margin-bottom:1rem}.empty-state p{color:#6b7280;font-size:1.125rem;font-weight:500;margin:0}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.payment-modal{background:#fff;border-radius:8px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a}.modal-header h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0}.close-btn{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.close-btn:hover:not(:disabled){background:#f3f4f6;color:#1f2937}.close-btn:disabled{opacity:.5;cursor:not-allowed}.payment-info{background:#f9fafb;padding:1rem;border-radius:6px;margin-bottom:1.5rem}.payment-info p{margin:.5rem 0;color:#374151;font-size:.875rem}.payment-info strong{color:#1f2937;font-weight:600}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151;font-size:.875rem}.form-group textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;font-family:inherit;resize:vertical;transition:border-color .2s}.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group textarea:disabled{background:#f3f4f6;cursor:not-allowed}.modal-footer{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem;border-top:1px solid #e5e7eb}.btn-cancel,.btn-confirm{padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-cancel{background:#f3f4f6;color:#374151}.btn-cancel:hover:not(:disabled){background:#e5e7eb}.btn-confirm{background:#10b981;color:#fff}.btn-confirm:hover:not(:disabled){background:#059669}.btn-confirm:disabled{opacity:.5;cursor:not-allowed}.admin-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a}.admin-loading .spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite}.admin-loading p{margin-top:1rem;color:#6b7280;font-weight:500}.user-info-compact{display:flex;flex-direction:column;gap:.125rem;line-height:1.3}.user-name-compact{font-weight:600;color:#1f2937;font-size:.6875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-email-compact{font-size:.625rem;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2rem}.metric-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;display:flex;align-items:center;gap:1rem}.metric-icon{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.metric-content{flex:1}.metric-value{font-size:1.875rem;font-weight:700;color:#1f2937;line-height:1.2;margin-bottom:.25rem}.metric-label{font-size:.875rem;color:#6b7280;font-weight:500}.filters-section-new{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem;padding:1.5rem}.filters-header-new{display:flex;align-items:center;margin-bottom:1.5rem;color:#1f2937;font-weight:600;font-size:1.125rem}.filters-grid-new{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.filter-group-new{display:flex;flex-direction:column;gap:.5rem}.filter-group-new label{font-weight:500;color:#374151;font-size:.875rem}.filter-group-new select{padding:.625rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;background:#fff;color:#1f2937;transition:border-color .2s}.filter-group-new select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.search-input-wrapper{position:relative;display:flex;align-items:center}.search-input-wrapper .search-icon{position:absolute;left:.75rem;color:#9ca3af;font-size:.875rem;z-index:1}.search-input-wrapper input{width:100%;padding:.625rem .75rem .625rem 2.5rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:border-color .2s}.search-input-wrapper input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.date-input-wrapper{position:relative;display:flex;align-items:center}.date-input-wrapper .calendar-icon{position:absolute;right:.75rem;color:#9ca3af;font-size:.875rem;pointer-events:none;z-index:1}.date-input-wrapper input{width:100%;padding:.625rem 2.5rem .625rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:border-color .2s}.date-input-wrapper input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.sessions-header{margin-bottom:1.5rem}.sessions-header h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0}.sessions-list{display:flex;flex-direction:column;gap:1.5rem}.session-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:1.5rem;transition:box-shadow .2s}.session-card:hover{box-shadow:0 4px 6px #0000001a}.session-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.session-id{font-size:.875rem;font-weight:600;color:#6b7280}.session-status-badges{display:flex;gap:.5rem;flex-wrap:wrap}.session-card-body{margin-bottom:1.5rem}.session-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0 0 1rem}.session-details-row{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.session-detail-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280}.session-detail-item .detail-icon{color:#9ca3af;font-size:.875rem}.session-detail-item.price{color:#16a34a;font-weight:600;font-size:1rem;margin-left:auto}.session-participants{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f9fafb;border-radius:8px}.participant{display:flex;align-items:center;gap:.75rem;flex:1}.participant-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:1rem;flex-shrink:0}.participant-info{flex:1;min-width:0}.participant-name{font-weight:600;color:#1f2937;font-size:.875rem;margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.participant-role{font-size:.75rem;color:#6b7280}.participant-arrow{color:#9ca3af;font-size:.875rem;flex-shrink:0}.session-card-actions{display:flex;gap:1rem;justify-content:flex-end;padding-top:1rem;border-top:1px solid #e5e7eb}.btn-view-details{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-view-details:hover{background:#f9fafb;border-color:#9ca3af}.btn-view-details .fa-caret-down{font-size:.75rem}.btn-refund{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:#ef4444;border:none;border-radius:6px;color:#fff;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-refund:hover:not(:disabled){background:#dc2626}.btn-refund:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 1200px){.dashboard-metrics{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.dashboard-metrics,.filters-grid-new{grid-template-columns:1fr}.session-participants{flex-direction:column;align-items:flex-start}.participant-arrow{transform:rotate(90deg);align-self:center}}.session-card{padding:.875rem!important}.session-card-header{margin-bottom:.625rem!important;padding-bottom:.625rem!important}.session-card-body{margin-bottom:.875rem!important}.session-title{font-size:.9375rem!important;margin:0 0 .625rem!important}.session-details-row{gap:1rem!important;margin-bottom:.625rem!important}.session-detail-item{gap:.375rem!important;font-size:.8125rem!important}.session-detail-item.price{font-size:.875rem!important}.session-participants{gap:.75rem!important;padding:.625rem!important}.admin-templates-container{padding:2rem;max-width:1800px;margin:0 auto;background:#f4f7fb;min-height:100vh}.templates-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;width:100%}.template-category{margin-bottom:2rem;width:100%}.template-category-header{display:flex;align-items:center;justify-content:space-between;margin:0 0 .75rem;padding:0 .25rem}.category-toggle{width:100%;border:none;background:#fff;padding:.75rem .5rem;border-radius:10px;box-shadow:0 1px 2px #0f172a14;display:flex;align-items:center;justify-content:space-between;gap:.75rem;cursor:pointer}.category-title{font-size:1.05rem;font-weight:700;color:#111827}.category-meta{font-size:.75rem;font-weight:600;color:#64748b;background:#f1f5f9;border-radius:999px;padding:.25rem .6rem}.category-caret-btn{font-size:1rem;color:#475569;background:#f1f5f9;border-radius:999px;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease,background .2s ease;border:1px solid #e2e8f0;cursor:pointer;padding:0}.category-toggle:hover .category-caret-btn{background:#e2e8f0}.category-toggle:active .category-caret-btn{transform:scale(.96)}.template-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden;transition:transform .2s,box-shadow .2s}.template-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px #0000001a}.template-card.inactive{opacity:.7;border-left:4px solid #ef4444}.template-card-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem;border-bottom:1px solid #e5e7eb;background:#f9fafb}.template-title{flex:1}.template-title h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.template-status{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.template-status.active{background:#d1fae5;color:#065f46}.template-status.inactive{background:#fee2e2;color:#991b1b}.template-actions{display:flex;gap:.5rem}.icon-btn{background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;color:#6b7280}.icon-btn:hover{background:#f3f4f6;border-color:#9ca3af;color:#374151}.preview-btn:hover{color:#3b82f6;border-color:#3b82f6}.toggle-btn:hover{color:#10b981;border-color:#10b981}.template-card-body{padding:1.5rem}.template-key{font-size:.875rem;color:#6b7280;margin-bottom:1rem}.template-key code{background:#f3f4f6;padding:.25rem .5rem;border-radius:4px;font-family:monospace;color:#1f2937}.template-description{color:#6b7280;font-size:.875rem;margin-bottom:1rem}.template-preview{margin-bottom:1rem}.preview-item{margin-bottom:.75rem}.preview-item strong{display:block;font-size:.875rem;color:#6b7280;margin-bottom:.25rem}.preview-item p{color:#1f2937;font-size:.9375rem}.template-meta{font-size:.75rem;color:#9ca3af;margin-top:.5rem}.template-card-footer{padding-top:1rem;border-top:1px solid #e5e7eb}.btn-edit{width:100%;padding:.75rem;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background .2s}.btn-edit:hover{background:#2563eb}.edit-form{margin-top:1rem}.form-group label{display:block;font-weight:600;color:#374151;font-size:.875rem;margin-bottom:.5rem}.form-input,.form-textarea{width:100%;padding:.625rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;font-family:inherit;transition:border-color .2s}.form-input:focus,.form-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.variables-info{background:#f3f4f6;padding:1rem;border-radius:6px;margin-bottom:1rem}.variables-info strong{display:block;margin-bottom:.5rem;color:#374151;font-size:.875rem}.variables-info pre{background:#fff;padding:.75rem;border-radius:4px;font-size:.75rem;overflow-x:auto;color:#1f2937}.form-actions{display:flex;gap:.5rem;margin-top:1rem}.btn-save,.btn-cancel{flex:1;padding:.75rem;border:none;border-radius:6px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s}.btn-save{background:#10b981;color:#fff}.btn-save:hover:not(:disabled){background:#059669}.btn-cancel{background:#e5e7eb;color:#374151}.btn-cancel:hover:not(:disabled){background:#d1d5db}.btn-save:disabled,.btn-cancel:disabled{opacity:.5;cursor:not-allowed}.loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;color:#6b7280}.preview-modal{background:#fff;border-radius:12px;max-width:800px;width:100%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a}.preview-section{margin-bottom:2rem}.preview-section h3{font-size:1rem;font-weight:600;color:#374151;margin-bottom:.75rem}.preview-section p{color:#1f2937;line-height:1.6}@media (max-width: 1024px){.templates-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}}@media (min-width: 1200px){.templates-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 1600px){.templates-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width: 768px){.admin-templates-container{padding:1.25rem}.admin-header{padding:1.5rem}.templates-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}}@media (max-width: 520px){.templates-grid{grid-template-columns:1fr}}.html-preview{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:1rem;min-height:200px}.text-preview,.variables-preview{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:1rem;font-family:monospace;font-size:.875rem;white-space:pre-wrap;word-wrap:break-word;overflow-x:auto;color:#1f2937}.admin-email-queue-container{padding:2rem;max-width:1600px;margin:0 auto;background:#f4f7fb;min-height:100vh}.admin-email-queue-container.embedded{padding:0;background:transparent;min-height:auto}.admin-header{margin-bottom:2rem;background:#fff;padding:2rem;border-radius:18px;box-shadow:0 12px 30px #0f172a14;border:1px solid #eef2f7}.admin-header h1{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.admin-header p{color:#6b7280;font-size:1rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;display:flex;align-items:center;gap:1rem;transition:transform .2s,box-shadow .2s}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px #0000001a}.stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.stat-icon.pending{background:#fef3c7;color:#d97706}.stat-icon.sent{background:#d1fae5;color:#059669}.stat-icon.failed{background:#fee2e2;color:#dc2626}.stat-icon.retrying{background:#fed7aa;color:#ea580c}.stat-icon.total{background:#e0e7ff;color:#6366f1}.stat-content h3{font-size:2rem;font-weight:700;color:#1f2937;margin:0}.stat-content p{font-size:.875rem;color:#6b7280;margin:0}.filters-section{background:#fff;border-radius:18px;box-shadow:0 12px 30px #0f172a14;border:1px solid #eef2f7;padding:1.5rem;margin-bottom:2rem;display:grid;grid-template-columns:.8fr .8fr 1.2fr;gap:1.5rem;align-items:end}.filter-group{display:flex;flex-direction:column;gap:.5rem;min-width:0;max-width:320px}.filter-group label{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#475569;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase}.search-group{position:relative;display:flex;align-items:center;gap:.75rem;min-width:0;max-width:320px;grid-column:span 1}.filter-select,.filter-input{padding:.7rem .9rem;border:1px solid #e2e8f0;border-radius:999px;font-size:.9rem;transition:border-color .2s,box-shadow .2s,background .2s;width:100%;background:#f8fafc;color:#0f172a}.search-group .filter-input{flex:1;min-width:0}.filter-select{padding-left:.625rem}.filter-input:focus,.filter-select:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f126;background:#fff}.search-group:focus-within .search-icon{color:#6366f1}.emails-table-container{background:#fff;border-radius:18px;box-shadow:0 12px 30px #0f172a14;border:1px solid #eef2f7;overflow:hidden;overflow-x:auto}.loading-spinner,.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;color:#6b7280}.empty-state{font-size:3rem;margin-bottom:1rem}.empty-state p{font-size:1.125rem;margin-top:1rem}.spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.emails-table{display:flex;flex-direction:column;min-width:900px}.table-header{display:grid;grid-template-columns:120px 170px minmax(240px,1.6fr) minmax(260px,2fr) 160px 80px;gap:1rem;padding:1rem 1.5rem;background:#f4f7fb;border-bottom:2px solid #e5e7eb;font-weight:600;font-size:.875rem;color:#374151;text-transform:uppercase;letter-spacing:.05em}.table-body{display:flex;flex-direction:column}.table-row{display:grid;grid-template-columns:120px 170px minmax(240px,1.6fr) minmax(260px,2fr) 160px 80px;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb;transition:background .2s}.table-row:hover{background:#f4f7fb}.col-status{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600}.status-icon{font-size:1rem}.status-icon.sent{color:#10b981}.status-icon.failed{color:#ef4444}.status-icon.retrying{color:#f59e0b;animation:spin 2s linear infinite}.status-icon.pending{color:#6b7280}.col-type{display:flex;align-items:center}.email-type-badge{background:#e0e7ff;color:#4338ca;padding:.25rem .6rem;border-radius:999px;font-size:.72rem;font-weight:600;text-transform:capitalize;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:160px;display:inline-block}.col-recipient{display:flex;align-items:center;min-width:0}.recipient-info{display:flex;flex-direction:column;gap:.25rem}.recipient-info>div:first-child{font-weight:500;color:#1f2937;font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.recipient-name{font-size:.75rem;color:#6b7280}.col-subject{display:flex;align-items:center;color:#374151;font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.col-date{display:flex;align-items:center;font-size:.875rem;color:#6b7280}.col-actions{display:flex;align-items:center;justify-content:center}.view-btn{background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;color:#6b7280}.view-btn:hover{background:#f3f4f6;border-color:#3b82f6;color:#3b82f6}.email-details-modal{background:#fff;border-radius:12px;max-width:700px;width:100%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a}.modal-header h2{font-size:1.5rem;font-weight:600;color:#1f2937}.close-btn{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:.25rem;line-height:1;transition:color .2s}.close-btn:hover{color:#1f2937}.modal-body{padding:1.5rem;overflow-y:auto;flex:1}.detail-section{margin-bottom:2rem}.detail-section h3{font-size:1rem;font-weight:600;color:#374151;margin-bottom:.75rem}.status-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:6px;color:#fff;font-weight:600;font-size:.875rem}.detail-grid{display:grid;gap:1rem}.detail-item{display:flex;flex-direction:column;gap:.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.detail-item:last-child{border-bottom:none}.detail-item strong{font-size:.875rem;color:#6b7280;font-weight:600}.detail-item span{color:#1f2937;font-size:.9375rem}.error-message{background:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:1rem;color:#991b1b;font-size:.875rem;font-family:monospace;white-space:pre-wrap;word-wrap:break-word}@media (max-width: 1200px){.table-header,.table-row{grid-template-columns:100px 120px 150px 2fr 150px 60px;gap:.75rem;font-size:.8125rem}}@media (max-width: 980px){.admin-email-queue-container,.admin-header{padding:1.5rem}.filters-section{gap:1rem}}@media (max-width: 768px){.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-card{padding:1rem;gap:.75rem}.stat-content h3{font-size:1.5rem}.table-header,.table-row{grid-template-columns:1fr;gap:.5rem}.table-header{display:none}.table-row{padding:1rem}.table-header>div,.table-row>div{padding:.5rem 0}.col-status:before{content:"Status: ";font-weight:600}.col-type:before{content:"Type: ";font-weight:600}.col-recipient:before{content:"Recipient: ";font-weight:600}.col-subject:before{content:"Subject: ";font-weight:600}.col-date:before{content:"Date: ";font-weight:600}}@media (max-width: 640px){.filters-section{padding:1rem}.filter-group,.search-group{min-width:100%;flex:1 1 100%}.search-group{order:3}.stats-grid{grid-template-columns:1fr}.emails-table-container{border-radius:10px}}@media (max-width: 480px){.admin-email-queue-container{padding:1rem}.admin-header h1{font-size:1.5rem}.admin-header p{font-size:.9rem}}@media (max-width: 900px){.filters-section{grid-template-columns:1fr}.search-group{grid-column:span 1}.emails-table{min-width:100%}.table-header{display:none}.table-row{grid-template-columns:1fr;gap:.4rem;padding:1rem 1rem .8rem}.table-row>div{padding:0}.col-status,.col-type,.col-recipient,.col-subject,.col-date,.col-actions{display:flex;justify-content:space-between;align-items:center;width:100%}.col-status:before{content:"Status";font-weight:600;color:#64748b}.col-type:before{content:"Type";font-weight:600;color:#64748b}.col-recipient:before{content:"Recipient";font-weight:600;color:#64748b}.col-subject:before{content:"Subject";font-weight:600;color:#64748b}.col-date:before{content:"Created";font-weight:600;color:#64748b}.col-actions{justify-content:flex-end}}.search-btn{background:#111827;min-width:110px;color:#fff;border:none;border-radius:12px;padding:.7rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex;align-items:center;gap:.4rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.search-btn:hover{background:#0f172a;transform:translateY(-1px);box-shadow:0 10px 20px #0f172a33}@media (max-width: 640px){.search-group{flex-direction:column;align-items:stretch}.search-btn{width:100%;justify-content:center}}.admin-email-management{max-width:1600px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.admin-email-header{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 12px 30px #0f172a14;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.5rem}.admin-email-title h1{font-size:2rem;color:#111827;margin-bottom:.4rem}.admin-email-title p{color:#64748b;font-size:1rem}.admin-email-tabs{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem;background:#eef2ff;border-radius:999px;border:1px solid rgba(99,102,241,.15)}.admin-email-tab{border:none;background:transparent;color:#4338ca;font-weight:600;padding:.55rem 1rem;border-radius:999px;display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;transition:all .2s ease;font-size:.95rem}.admin-email-tab:hover{background:#6366f11f}.admin-email-tab.active{background:#fff;color:#312e81;box-shadow:0 6px 16px #6366f133}.admin-email-content{display:flex;flex-direction:column;gap:1.5rem}@media (max-width: 768px){.admin-email-header{padding:1.5rem}.admin-email-tabs{width:100%;justify-content:space-between}.admin-email-tab{flex:1;justify-content:center}}@media (max-width: 520px){.admin-email-header{padding:1.25rem}.admin-email-title h1{font-size:1.6rem}.admin-email-tabs{flex-direction:column;align-items:stretch;border-radius:16px}.admin-email-tab{width:100%}}.admin-reports{display:flex;flex-direction:column;gap:24px}.admin-reports-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.admin-reports-header h2{margin:0 0 4px;font-size:22px;color:#0f172a}.admin-reports-header p{margin:0;color:#64748b}.admin-reports-filters label{font-size:.9rem;color:#475569;display:flex;flex-direction:column;gap:6px}.admin-reports-filters select{border:1px solid #d1d5db;border-radius:10px;padding:8px 12px;font-size:.9rem}.admin-reports-tabs{display:flex;gap:10px;background:#eef2ff;border-radius:12px;padding:6px;width:fit-content}.admin-tab{border:none;background:transparent;padding:8px 14px;border-radius:10px;font-weight:600;color:#4b5563;cursor:pointer}.admin-tab.active{background:#1f3c88;color:#fff;box-shadow:0 8px 18px #1f3c8833}.admin-reports-table{background:#fff;border-radius:16px;box-shadow:0 12px 32px #0f172a14;overflow:hidden}.admin-reports-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr auto;gap:12px;padding:14px 20px;align-items:center;border-bottom:1px solid #eef2f7;font-size:.9rem}.admin-reports-row.header{background:#f8fafc;font-weight:700;color:#64748b;text-transform:uppercase;font-size:.75rem;letter-spacing:.04em}.report-content-type{font-weight:600;color:#0f172a}.status-pill{padding:4px 10px;border-radius:999px;font-size:.75rem;text-transform:capitalize;background:#e2e8f0;color:#334155;width:max-content}.status-pill.open{background:#fee2e2;color:#b91c1c}.status-pill.dismissed{background:#f1f5f9;color:#475569}.status-pill.action_taken{background:#dcfce7;color:#15803d}.report-view-btn{border:none;border-radius:10px;padding:8px 12px;background:#1f3c88;color:#fff;font-weight:600;cursor:pointer}.admin-reports-loading,.admin-reports-empty{background:#fff;border-radius:16px;padding:24px;text-align:center;color:#64748b}.admin-report-detail{background:#fff;border-radius:18px;padding:24px;width:min(860px,92vw);max-height:80vh;overflow:auto;box-shadow:0 20px 60px #0f172a33}.admin-report-detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.admin-report-detail-header h3{margin:0}.admin-report-detail-header button{border:none;background:transparent;font-size:1.2rem;cursor:pointer}.admin-report-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:20px}.detail-card{background:#f8fafc;border-radius:14px;padding:14px}.detail-card.highlight{background:#fff;border:1px solid #e2e8f0;box-shadow:0 10px 24px #0f172a14}.detail-card.split{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.detail-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.detail-row{display:flex;flex-direction:column;gap:4px;margin-bottom:10px;color:#475569}.detail-row strong{color:#0f172a}.admin-report-detail-grid h4{margin:0 0 8px;color:#0f172a}.report-content-preview{background:#f8fafc;border-radius:12px;padding:12px;font-size:.8rem;white-space:pre-wrap}.admin-report-actions{display:flex;flex-wrap:wrap;gap:10px}.action-btn{border:none;border-radius:10px;padding:10px 14px;background:#e2e8f0;color:#1f2937;cursor:pointer;font-weight:600}.action-btn.danger{background:#fee2e2;color:#b91c1c}.admin-feedback-page{display:flex;flex-direction:column;gap:1.5rem}.admin-feedback-header h2{margin:0 0 .25rem;font-size:1.6rem;color:#111827}.admin-feedback-header p{margin:0;color:#6b7280}.admin-feedback-loading,.admin-feedback-empty,.admin-feedback-error{padding:1rem 1.25rem;background:#fff;border-radius:12px;border:1px solid #e5e7eb;color:#6b7280}.admin-feedback-error{color:#b91c1c;border-color:#fecaca;background:#fff1f2}.admin-feedback-list{display:flex;flex-direction:column;gap:1rem}.admin-feedback-card{background:#fff;border-radius:14px;border:1px solid #e5e7eb;padding:1.25rem;box-shadow:0 8px 20px #0f172a0a}.admin-feedback-meta{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:.75rem}.admin-feedback-user{display:flex;flex-direction:column;gap:.2rem;color:#111827}.admin-feedback-user span,.admin-feedback-date{color:#6b7280;font-size:.85rem}.admin-feedback-message{color:#374151;line-height:1.6;white-space:pre-wrap}@media (max-width: 768px){.admin-feedback-card{padding:1rem}}.ep-influencer-page{padding:2rem;max-width:1400px;margin:0 auto}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.page-header h1{font-size:1.75rem;font-weight:600;color:#1a1a2e;display:flex;align-items:center;gap:.5rem}.dashboard-welcome{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;padding:2rem 2.5rem;margin-bottom:2rem;display:flex;justify-content:space-between;align-items:center;gap:2rem;box-shadow:0 10px 40px #667eea4d}.dashboard-welcome .welcome-content h1{font-size:2rem;font-weight:700;color:#fff;margin-bottom:.5rem}.dashboard-welcome .welcome-content p{font-size:1rem;color:#ffffffe6;margin:0;max-width:500px}.dashboard-welcome .btn-primary{background:#fff;color:#667eea;font-weight:600;padding:1rem 2rem;white-space:nowrap}.dashboard-welcome .btn-primary:hover{background:#f0f0ff;transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.dashboard-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.dashboard-actions .btn-secondary{background:#fff3;border:1px solid rgba(255,255,255,.5);color:#fff}.dashboard-actions .btn-secondary:hover{background:#ffffff4d;transform:translateY(-2px)}.btn-lg{padding:1rem 2rem!important;font-size:1rem}.section-title{margin-bottom:1.5rem}.section-title h2{font-size:1.25rem;font-weight:600;color:#1a1a2e;margin:0}.onboarding-hero{min-height:70vh;display:flex;align-items:center;justify-content:center;padding:2rem}.onboarding-card{background:#fff;border-radius:20px;padding:2.5rem 3rem 2rem;max-width:550px;width:100%;text-align:center;box-shadow:0 20px 60px #667eea26;border:1px solid rgba(102,126,234,.1);margin:0 auto}.onboarding-icon{width:100px;height:100px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;box-shadow:0 10px 30px #667eea4d}.onboarding-icon svg{font-size:2.5rem;color:#fff}.onboarding-card h1{font-size:2rem;font-weight:700;color:#1a1a2e;margin-bottom:1rem}.onboarding-description{font-size:1.1rem;color:#6b7280;line-height:1.7;margin-bottom:2.5rem;max-width:450px;margin-left:auto;margin-right:auto}.onboarding-features{display:inline-flex;flex-direction:column;gap:.75rem;margin-bottom:2rem;padding:1.25rem 2rem;background:#f8f9ff;border-radius:16px}.feature-item{display:flex;align-items:center;justify-content:flex-start;gap:.75rem;font-size:.95rem;color:#374151}.feature-icon{color:#667eea;font-size:1.25rem;flex-shrink:0}.btn-xl{padding:.75rem 1.5rem!important;font-size:.95rem!important;border-radius:8px!important;display:inline-flex!important;width:auto!important}.btn-compact{padding:.6rem 1.25rem!important;font-size:.9rem!important}.onboarding-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 2rem;font-size:.95rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease}.onboarding-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}@media (max-width: 640px){.onboarding-card{padding:2rem 1.5rem;border-radius:16px}.onboarding-icon{width:80px;height:80px;margin-bottom:1.5rem}.onboarding-icon svg{font-size:2rem}.onboarding-card h1{font-size:1.5rem}.onboarding-description{font-size:1rem;margin-bottom:2rem}.onboarding-features{padding:1rem 1.25rem}.feature-item{font-size:.9rem}.btn-xl{width:100%;justify-content:center}}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .3s ease}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#fff;color:#667eea;border:2px solid #667eea;border-radius:8px;font-weight:500;cursor:pointer;transition:all .3s ease}.btn-secondary:hover{background:#667eea;color:#fff}.btn-icon{padding:.5rem;background:transparent;border:none;color:#6b7280;cursor:pointer;border-radius:6px;transition:all .2s ease}.btn-icon:hover{background:#f3f4f6;color:#667eea}.btn-icon.verify{color:#10b981}.btn-icon.edit{color:#f59e0b}.btn-icon.delete{color:#ef4444}.btn-icon.delete:hover{background:#fef2f2;color:#dc2626}.header-actions{display:flex;align-items:center;gap:1rem}.btn-filter{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s ease}.btn-filter:hover{background:#e5e7eb;color:#374151}.btn-filter.active{background:#667eea1a;border-color:#667eea;color:#667eea}.status-toggle{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .5rem;background:transparent;border:none;cursor:pointer;font-size:1rem;font-weight:600;border-radius:6px;transition:all .2s ease}.status-toggle.active{color:#10b981}.status-toggle.active:hover{background:#10b9811a}.status-toggle.inactive{color:#ef4444}.status-toggle.inactive:hover{background:#ef44441a}.status-toggle svg{font-size:1.5rem}.btn-back{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:transparent;border:none;color:#6b7280;cursor:pointer;font-size:.875rem}.btn-back:hover{color:#667eea}.btn-link{background:none;border:none;color:#667eea;cursor:pointer;font-size:.875rem;text-decoration:underline}.btn-full{width:100%;justify-content:center}.action-buttons{display:flex;gap:.5rem}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}.loading-spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a}.empty-state h3{font-size:1.25rem;color:#1a1a2e;margin-bottom:.5rem}.empty-state p{color:#6b7280;margin-bottom:1.5rem}.empty-state-inline{text-align:center;padding:2rem;color:#6b7280}.dashboard-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 1px 3px #0000001a}.stat-card .stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:#fff;margin-bottom:1rem}.stat-card.leads .stat-icon{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.stat-card.won .stat-icon{background:linear-gradient(135deg,#10b981,#059669)}.stat-card.earnings .stat-icon{background:linear-gradient(135deg,#f59e0b,#d97706)}.stat-card.pending .stat-icon{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.stat-card h2{font-size:1.75rem;font-weight:600;color:#1a1a2e}.stat-card p{color:#6b7280;font-size:.875rem}.admin-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.admin-stat-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;gap:1rem;cursor:pointer;transition:all .3s ease}.admin-stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.admin-stat-card .stat-icon{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff}.admin-stat-card .stat-icon.influencers{background:linear-gradient(135deg,#667eea,#764ba2)}.admin-stat-card .stat-icon.leads{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.admin-stat-card .stat-icon.partners{background:linear-gradient(135deg,#10b981,#059669)}.admin-stat-card .stat-icon.earnings{background:linear-gradient(135deg,#f59e0b,#d97706)}.admin-stat-card .stat-content h2{font-size:1.5rem;font-weight:600;color:#1a1a2e}.admin-stat-card .stat-content p{color:#6b7280;font-size:.875rem}.admin-stat-card .stat-detail{font-size:.75rem;color:#9ca3af}.admin-dashboard-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem}@media (max-width: 1024px){.admin-dashboard-grid{grid-template-columns:1fr}}.section-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 1px 3px #0000001a}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header h2{font-size:1.125rem;font-weight:600;color:#1a1a2e;display:flex;align-items:center;gap:.5rem}.status-breakdown{display:flex;flex-direction:column;gap:.75rem}.status-item{display:flex;align-items:center;gap:1rem}.status-label{width:80px;font-size:.875rem;color:#6b7280}.status-bar{flex:1;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.status-fill{height:100%;border-radius:4px;transition:width .5s ease}.status-fill.new{background:#3b82f6}.status-fill.contacted{background:#8b5cf6}.status-fill.qualified{background:#f59e0b}.status-fill.proposal{background:#06b6d4}.status-fill.won{background:#10b981}.status-fill.lost{background:#ef4444}.status-count{width:40px;text-align:right;font-weight:600;color:#1a1a2e}.dashboard-sections{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2rem}@media (max-width: 900px){.dashboard-sections{grid-template-columns:1fr}}.dashboard-sections .section-card h2{font-size:1rem;font-weight:600;color:#1a1a2e;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid #f0f0f0}.recent-leads-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}.lead-item{display:flex;justify-content:space-between;align-items:center;padding:.875rem 1rem;background:#f9fafb;border-radius:8px;transition:background .2s ease}.lead-item:hover{background:#f3f4f6}.lead-info{display:flex;flex-direction:column;gap:.25rem}.lead-name{font-size:.9rem;font-weight:500;color:#1a1a2e}.lead-partner{font-size:.8rem;color:#6b7280}.lead-status{font-size:.75rem;font-weight:500;padding:.25rem .625rem;border-radius:12px;text-transform:capitalize}.lead-status.status-new{background:#dbeafe;color:#1d4ed8}.lead-status.status-contacted{background:#ede9fe;color:#6d28d9}.lead-status.status-qualified{background:#fef3c7;color:#b45309}.lead-status.status-proposal{background:#cffafe;color:#0891b2}.lead-status.status-won{background:#d1fae5;color:#047857}.lead-status.status-lost{background:#fee2e2;color:#b91c1c}.no-data{text-align:center;color:#9ca3af;font-size:.9rem;padding:2rem 1rem;background:#f9fafb;border-radius:8px;margin-bottom:1rem}.quick-actions{display:flex;flex-direction:column;gap:.75rem}.action-btn{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s ease}.action-btn:hover{background:#f3f4f6;border-color:#667eea}.action-btn svg:last-child{margin-left:auto;color:#9ca3af}.metrics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.metric-item{text-align:center}.metric-value{display:block;font-size:1.5rem;font-weight:600;color:#1a1a2e}.metric-label{font-size:.875rem;color:#6b7280}.filter-bar{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.filter-bar.filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;align-items:center}.filter-group{display:flex;align-items:center;gap:.5rem;color:#6b7280;padding:10px}.filter-input{width:100%;padding:.5rem 1rem;border:1px solid #e5e7eb;border-radius:8px;background:#fff;font-size:.875rem}.filter-input:focus{outline:none;border-color:#667eea}.filter-actions{display:flex;gap:.5rem;align-items:center}.btn-apply-filters{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.875rem;cursor:pointer;transition:background .2s}.btn-apply-filters:hover{background:#2563eb}.btn-clear-filters{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ef4444;color:#fff;border:none;border-radius:8px;font-size:.875rem;cursor:pointer;transition:background .2s}.btn-clear-filters:hover{background:#dc2626}.filter-group select{width:100%;padding:.5rem 1rem;border:1px solid #e5e7eb;border-radius:8px;background:#fff;font-size:.875rem;cursor:pointer}.filter-group select:focus{outline:none;border-color:#667eea}.leads-table-container,.products-table-container,.transactions-table-container{overflow-x:auto}.data-table{width:100%;border-collapse:collapse}.data-table th,.data-table td{padding:1rem;text-align:left;border-bottom:1px solid #e5e7eb}.data-table th{background:#f9fafb;font-weight:600;color:#6b7280;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em}.data-table td{color:#1a1a2e;font-size:.875rem}.data-table tr:hover{background:#f9fafb}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500;color:#fff;text-transform:capitalize}.status-badge.verified{background:#10b981;display:inline-flex;align-items:center;gap:.25rem}.status-badge.pending{background:#f59e0b;display:inline-flex;align-items:center;gap:.25rem}.status-badge.active{background:#10b981}.status-badge.inactive{background:#6b7280}.status-badge.completed{background:#10b981}.user-info{display:flex;flex-direction:column}.user-info strong{color:#1a1a2e}.user-email{font-size:.75rem;color:#6b7280}.bio-preview{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#6b7280}.social-icons-mini{display:flex;gap:.5rem;font-size:1rem}.social-icons-mini .instagram{color:#e4405f}.social-icons-mini .linkedin{color:#0a66c2}.social-icons-mini .twitter{color:#1da1f2}.social-icons-mini .youtube{color:red}.social-icons-mini .tiktok{color:#000}.social-icons-mini .website{color:#6b7280}.stats-mini{display:flex;flex-direction:column;font-size:.75rem}.reward-info-cell{display:flex;align-items:center;gap:.5rem}.paid-icon{color:#10b981}.reward-paid{color:#10b981;font-weight:600}.reward-pending{color:#f59e0b}.reward-potential{color:#6b7280}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:16px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0f172a40}.modal-content.lead-detail-modal,.modal-content.influencer-detail-modal{max-width:600px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.modal-header h2{font-size:1.35rem;font-weight:700;color:#1a1a2e}.close-btn{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:.5rem;min-width:40px;min-height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background .2s,color .2s;position:relative;z-index:10}.close-btn:hover{background:#f3f4f6;color:#1f2937}.modal-body{padding:1.5rem}.modal-footer{display:flex;gap:1rem;padding:1.5rem;border-top:1px solid #e5e7eb;justify-content:flex-end}.how-steps{display:flex;flex-direction:column;gap:1rem}.how-step{display:grid;gap:.5rem;padding:.75rem 0;border-bottom:1px solid #eef2f7}.how-step:last-child{border-bottom:none}.how-step h3{margin:0;font-size:1rem;font-weight:700;color:#1f2937}.how-step p{margin:0;font-size:.9rem;color:#4b5563;line-height:1.5}.how-note{margin-top:1rem;font-size:.85rem;color:#6b7280}.modal-footer .btn-primary,.modal-footer .btn-secondary{padding:.65rem 1.1rem;border-radius:10px;font-size:.9rem;font-weight:600}.detail-section{margin-bottom:1.5rem}.detail-section h3{font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.detail-section p{margin-bottom:.5rem;color:#1a1a2e}.social-links-detail{display:flex;flex-wrap:wrap;gap:.75rem}.social-links-detail a{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f3f4f6;border-radius:8px;color:#1a1a2e;text-decoration:none;font-size:.875rem;transition:all .2s ease}.social-links-detail a:hover{background:#e5e7eb}.stats-grid-modal{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.stats-grid-modal .stat-item{text-align:center;padding:1rem;background:#f9fafb;border-radius:8px}.stats-grid-modal .stat-value{display:block;font-size:1.25rem;font-weight:600;color:#1a1a2e}.stats-grid-modal .stat-label{font-size:.75rem;color:#6b7280}.connected{color:#10b981;font-weight:500}.not-connected{color:#ef4444;font-weight:500}.lead-summary{padding:1rem;background:#f9fafb;border-radius:8px;margin-bottom:1rem}.warning-box{background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;padding:1rem;margin-top:1rem}.warning-box p{color:#92400e;margin-bottom:.5rem}.warning-box ul{margin:.5rem 0;padding-left:1.5rem}.warning-box li{color:#92400e;font-size:.875rem}.partners-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.partner-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.partner-header{display:flex;gap:1rem;margin-bottom:1rem}.partner-logo{width:60px;height:60px;border-radius:10px;object-fit:contain;background:#f8f9fc;padding:8px;border:1px solid #e2e8f0;flex-shrink:0}.partner-logo-placeholder{width:60px;height:60px;border-radius:10px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;flex-shrink:0}.partner-title h3{font-size:1.125rem;font-weight:600;color:#1a1a2e}.partner-title a{font-size:.75rem;color:#667eea;text-decoration:none;display:flex;align-items:center;gap:.25rem}.partner-description{color:#6b7280;font-size:.875rem;margin-bottom:1rem;line-height:1.5}.partner-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding:1rem 0;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;margin-bottom:1rem}.partner-stats .stat{text-align:center}.partner-stats .stat-value{display:block;font-weight:600;color:#1a1a2e}.partner-stats .stat-label{font-size:.75rem;color:#6b7280}.partner-actions{display:flex;gap:.5rem;margin-bottom:1rem}.partner-actions .btn-secondary{flex:1;justify-content:center}.funding-link-section{text-align:center}.partner-detail-header{display:flex;justify-content:space-between;align-items:flex-start;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem;flex-wrap:wrap;gap:2rem}.partner-info-section{display:flex;gap:1.5rem;align-items:center}.partner-logo-large{width:100px;height:100px;border-radius:12px;object-fit:contain;background:#f8f9fc;padding:12px;border:1px solid #e2e8f0;flex-shrink:0}.partner-logo-large.placeholder{background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-size:2.5rem;padding:0;border:none}.partner-details h1{font-size:1.5rem;font-weight:600;color:#1a1a2e;margin-bottom:.5rem}.partner-details p{color:#6b7280;margin-bottom:.5rem}.website-link{display:inline-flex;align-items:center;gap:.5rem;color:#667eea;text-decoration:none;font-size:.875rem}.partner-balance-section{text-align:right}.balance-card{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:linear-gradient(135deg,#10b981,#059669);border-radius:12px;color:#fff;margin-bottom:.5rem}.balance-icon{font-size:1.5rem}.balance-content h2{font-size:1.5rem;font-weight:600}.balance-content p{font-size:.75rem;opacity:.9}.balance-card .btn-secondary{background:#fff3;border:none;color:#fff;padding:.5rem 1rem}.balance-card .btn-secondary:hover{background:#ffffff4d}.reward-preview{background:#f0fdf4;border:1px solid #86efac;border-radius:8px;padding:1rem;margin-top:1rem}.reward-preview h4{font-size:.875rem;color:#166534;margin-bottom:.5rem}.reward-preview p{color:#166534;font-size:.875rem;margin-bottom:.25rem}.form-help{font-size:.75rem;color:#6b7280;margin-top:.25rem}.transaction-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.summary-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;gap:1rem;align-items:center}.summary-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:#fff}.summary-card.deposits .summary-icon{background:linear-gradient(135deg,#10b981,#059669)}.summary-card.payouts .summary-icon{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.summary-card.fees .summary-icon{background:linear-gradient(135deg,#f59e0b,#d97706)}.summary-content h2{font-size:1.25rem;font-weight:600;color:#1a1a2e}.summary-content p{color:#6b7280;font-size:.875rem}.transaction-type{display:flex;align-items:center;gap:.5rem}.transaction-type svg.deposit{color:#10b981}.transaction-type svg.payout{color:#3b82f6}.transaction-type svg.fee{color:#f59e0b}.transaction-type svg.refund{color:#ef4444}.amount.positive{color:#10b981}.amount.negative{color:#3b82f6}.form-container,.onboarding-container{max-width:600px;margin:0 auto;background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 6px #0000001a}.form-header,.onboarding-header{text-align:center;margin-bottom:2rem}.form-header h1,.onboarding-header h1{font-size:1.5rem;font-weight:600;color:#1a1a2e;margin-bottom:.5rem}.form-header p,.onboarding-header p{color:#6b7280}.lead-form,.onboarding-form{display:flex;flex-direction:column;gap:1.5rem}.form-section{padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.form-section h3{font-size:1rem;font-weight:600;color:#1a1a2e;margin-bottom:1rem}.form-group{margin-bottom:1rem}.form-group label{display:flex;align-items:center;gap:.5rem;font-weight:500;color:#374151;margin-bottom:.5rem;font-size:.875rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.875rem;transition:all .2s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input:disabled,.form-group select:disabled{background:#f9fafb;cursor:not-allowed}.form-actions{display:flex;gap:1rem;justify-content:flex-end}.reward-info{background:#f0fdf4;border:1px solid #86efac;border-radius:8px;padding:1rem}.reward-info p{color:#166534;font-size:.875rem;margin-bottom:.25rem}.social-links-section{margin-top:1.5rem}.social-links-section h3{font-size:1rem;font-weight:600;color:#1a1a2e;margin-bottom:.5rem}.section-description{color:#6b7280;font-size:.875rem;margin-bottom:1rem}.social-icon{font-size:1rem}.social-icon.instagram{color:#e4405f}.social-icon.linkedin{color:#0a66c2}.social-icon.twitter{color:#1da1f2}.social-icon.youtube{color:red}.social-icon.tiktok{color:#000}.social-icon.website{color:#6b7280}.profile-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (max-width: 768px){.profile-grid{grid-template-columns:1fr}.dashboard-welcome{flex-direction:column;text-align:center;padding:1.5rem}.dashboard-welcome .welcome-content h1{font-size:1.5rem}.dashboard-welcome .welcome-content p{max-width:100%}.dashboard-welcome .btn-primary{width:100%;justify-content:center}}.profile-section{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 1px 3px #0000001a}.profile-section h2{font-size:1rem;font-weight:600;color:#1a1a2e;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.profile-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1rem}.profile-stats .stat{text-align:center}.profile-stats .stat-value{display:block;font-size:1.25rem;font-weight:600;color:#1a1a2e}.profile-stats .stat-label{font-size:.75rem;color:#6b7280}.bio-section textarea{width:100%;padding:.875rem 1rem;font-size:.9375rem;font-family:inherit;border:1px solid #e5e7eb;border-radius:10px;background:#f9fafb;color:#1a1a2e;resize:vertical;min-height:120px;transition:all .2s ease}.bio-section textarea:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 3px #667eea1a}.bio-section textarea::placeholder{color:#9ca3af}.bio-section p{color:#4b5563;line-height:1.6}.verification-status{padding-top:1rem;border-top:1px solid #e5e7eb}.verification-status .verified{display:inline-flex;align-items:center;gap:.5rem;color:#10b981;font-weight:500}.verification-status .pending{color:#f59e0b;font-weight:500}.stripe-status{padding:1rem 0}.status-success{color:#10b981}.status-success p{color:#6b7280;font-size:.875rem;margin-top:.5rem}.status-warning{color:#f59e0b}.status-warning p{color:#6b7280;font-size:.875rem;margin-bottom:1rem}.stripe-setup p{color:#6b7280;margin-bottom:1rem}.social-display{display:flex;gap:1rem;font-size:1.5rem}.social-display a{color:#6b7280;transition:color .2s ease}.social-display a:hover{color:#667eea}.earnings-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.earnings-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;gap:1rem;align-items:center}.earnings-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:#fff}.earnings-card.total .earnings-icon{background:linear-gradient(135deg,#10b981,#059669)}.earnings-card.pending .earnings-icon{background:linear-gradient(135deg,#f59e0b,#d97706)}.earnings-card.won .earnings-icon{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.earnings-content h2{font-size:1.25rem;font-weight:600;color:#1a1a2e}.earnings-content p{color:#6b7280;font-size:.875rem}.transactions-list{display:flex;flex-direction:column;gap:.75rem}.transaction-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f9fafb;border-radius:8px}.txn-info{display:flex;flex-direction:column}.txn-type{font-weight:500;color:#1a1a2e}.txn-description{font-size:.75rem;color:#6b7280}.txn-details{text-align:right}.txn-amount{font-weight:600;color:#10b981}.txn-date{display:block;font-size:.75rem;color:#6b7280}.recent-activity{display:flex;flex-direction:column}.activity-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem 0;border-bottom:1px solid #e5e7eb}.activity-item:last-child{border-bottom:none}.activity-icon{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem}.activity-content{flex:1}.activity-content p{color:#1a1a2e;margin-bottom:.25rem}.activity-date{font-size:.75rem;color:#6b7280}.public-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem;display:flex;align-items:center;justify-content:center}.public-container{width:100%;max-width:500px}.partner-funding-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 20px 40px #0003}.funding-header{display:flex;gap:1rem;align-items:center;margin-bottom:1.5rem}.partner-logo-funding{width:80px;height:80px;border-radius:12px;object-fit:contain;background:#fff;padding:8px;border:1px solid #e2e8f0}.partner-logo-funding.placeholder{background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem}.funding-title h1{font-size:1.5rem;font-weight:600;color:#1a1a2e}.funding-title p{color:#6b7280}.funding-description{margin-bottom:1.5rem;color:#6b7280;line-height:1.6}.payment-form{margin-bottom:2rem}.amount-input-wrapper{position:relative}.amount-input-wrapper .input-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#6b7280}.amount-input-wrapper input{padding-left:2.5rem}.card-element-wrapper{padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:8px;background:#fff}.error-message{color:#ef4444;font-size:.875rem;margin-bottom:1rem}.payment-disclaimer{text-align:center;font-size:.75rem;color:#9ca3af;margin-top:1rem}.funding-info{background:#f9fafb;border-radius:12px;padding:1.5rem}.funding-info h3{font-size:1rem;font-weight:600;color:#1a1a2e;margin-bottom:1rem}.funding-info ol{padding-left:1.25rem;color:#6b7280}.funding-info li{margin-bottom:.5rem;line-height:1.5}.powered-by{text-align:center;margin-top:1.5rem}.powered-by p{color:#ffffffb3;font-size:.875rem}.success-container{background:#fff;border-radius:16px;padding:3rem 2rem;text-align:center;box-shadow:0 20px 40px #0003}.success-icon{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#10b981,#059669);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff;font-size:2.5rem}.success-container h1{font-size:1.5rem;font-weight:600;color:#1a1a2e;margin-bottom:.5rem}.success-container p{color:#6b7280;margin-bottom:.5rem}.success-note{font-size:.875rem;color:#9ca3af;margin-bottom:1.5rem}.error-container{background:#fff;border-radius:16px;padding:3rem 2rem;text-align:center;max-width:400px}.error-container h2{color:#ef4444;margin-bottom:.5rem}.error-container p{color:#6b7280}@media (max-width: 640px){.ep-influencer-page{padding:1rem}.page-header{flex-direction:column;gap:1rem;align-items:flex-start}.admin-stats-grid{grid-template-columns:1fr}.metrics-grid{grid-template-columns:repeat(3,1fr);gap:.5rem}.partners-grid{grid-template-columns:1fr}.partner-detail-header{flex-direction:column}.partner-balance-section{text-align:left;width:100%}.modal-content{margin:1rem}.form-actions{flex-direction:column}.form-actions button{width:100%}}.lead-details-page{max-width:900px;margin:0 auto}.lead-header-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;padding:2rem;margin-bottom:1.5rem;color:#fff;box-shadow:0 10px 40px #667eea4d}.lead-header-main{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;flex-wrap:wrap}.lead-avatar{width:72px;height:72px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3)}.lead-header-info{flex:1;min-width:200px}.lead-header-info h1{font-size:1.75rem;font-weight:700;margin:0 0 .25rem;color:#fff}.lead-email{font-size:.95rem;opacity:.9;margin:0}.lead-status-badge-large{padding:.625rem 1.25rem;border-radius:50px;font-weight:600;font-size:.875rem;border:2px solid;text-transform:uppercase;letter-spacing:.05em}.lead-header-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;background:#ffffff1a;border-radius:12px;padding:1.25rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.stat-item{display:flex;align-items:center;gap:.875rem}.stat-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.125rem;flex-shrink:0}.stat-content{display:flex;flex-direction:column;gap:.125rem}.stat-label{font-size:.75rem;opacity:.8;text-transform:uppercase;letter-spacing:.05em}.stat-value{font-size:1rem;font-weight:600}.lead-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;margin-bottom:1.5rem}.lead-detail-card{background:#fff;border-radius:16px;padding:1.75rem;box-shadow:0 1px 3px #00000014,0 4px 12px #0000000d;border:1px solid #f0f0f5;transition:box-shadow .2s ease,transform .2s ease}.lead-detail-card:hover{box-shadow:0 4px 12px #0000001a,0 8px 24px #00000014;transform:translateY(-2px)}.card-title{display:flex;align-items:center;gap:.75rem;font-size:1rem;font-weight:600;color:#1a1a2e;margin:0 0 1.25rem;padding-bottom:1rem;border-bottom:1px solid #f0f0f5}.card-title-icon{color:#667eea;font-size:1.125rem}.info-list{display:flex;flex-direction:column;gap:1rem}.info-row{display:flex;align-items:flex-start;gap:1rem;padding:.75rem;background:#f9fafb;border-radius:10px;transition:background .2s ease}.info-row:hover{background:#f3f4f6}.info-icon{color:#9ca3af;font-size:1rem;margin-top:.125rem;flex-shrink:0}.info-content{display:flex;flex-direction:column;gap:.25rem;min-width:0}.info-label{font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;font-weight:500}.info-value{font-size:.9375rem;color:#1a1a2e;font-weight:500;word-break:break-word}.timeline-list{position:relative;padding-left:1.5rem}.timeline-list:before{content:"";position:absolute;left:.4375rem;top:.5rem;bottom:.5rem;width:2px;background:linear-gradient(to bottom,#667eea,#e5e7eb);border-radius:1px}.timeline-item{position:relative;padding:.75rem 0}.timeline-item:last-child{padding-bottom:0}.timeline-dot{position:absolute;left:-1.5rem;top:1rem;width:12px;height:12px;background:#fff;border:3px solid #667eea;border-radius:50%;z-index:1}.timeline-item.success .timeline-dot{border-color:#10b981;background:#10b981}.timeline-content{display:flex;flex-direction:column;gap:.25rem;padding:.75rem 1rem;background:#f9fafb;border-radius:10px;margin-left:.5rem}.timeline-label{font-size:.875rem;font-weight:600;color:#1a1a2e}.timeline-date{font-size:.8125rem;color:#6b7280}.lead-notes-card{grid-column:1 / -1}.notes-content{font-size:.9375rem;line-height:1.7;color:#4b5563;margin:0;padding:1rem;background:#f9fafb;border-radius:10px;white-space:pre-wrap}.text-success{color:#10b981!important;font-weight:600}.text-warning{color:#f59e0b!important;font-weight:600}@media (max-width: 640px){.lead-header-card{padding:1.5rem}.lead-header-main{flex-direction:column;text-align:center}.lead-header-info h1{font-size:1.5rem}.lead-header-stats{grid-template-columns:1fr 1fr}.lead-details-grid{grid-template-columns:1fr}.stat-item{flex-direction:column;text-align:center;gap:.5rem}}.add-lead-page{max-width:1100px;margin:0 auto}.add-lead-header{display:flex;align-items:center;gap:1.25rem;margin-bottom:2rem;padding:1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;color:#fff;box-shadow:0 10px 40px #667eea4d}.add-lead-header-icon{width:56px;height:56px;background:#fff3;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.add-lead-header-content h1{font-size:1.5rem;font-weight:700;margin:0 0 .25rem;color:#fff}.add-lead-header-content p{margin:0;opacity:.9;font-size:.9375rem}.add-lead-form{width:100%}.add-lead-grid{display:grid;grid-template-columns:1fr 340px;gap:1.5rem;align-items:start}.add-lead-form-column{display:flex;flex-direction:column;gap:1.5rem}.add-lead-card{background:#fff;border-radius:16px;padding:1.75rem;box-shadow:0 1px 3px #00000014,0 4px 12px #0000000d;border:1px solid #f0f0f5}.add-lead-sidebar{display:flex;flex-direction:column;gap:1rem;position:sticky;top:1rem}.form-field{margin-bottom:1.25rem}.form-field:last-child{margin-bottom:0}.form-field label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.field-icon{color:#9ca3af;font-size:.875rem}.field-optional{margin-left:auto;font-size:.75rem;font-weight:400;color:#9ca3af;background:#f3f4f6;padding:.125rem .5rem;border-radius:4px}.required{color:#ef4444;margin-left:.25rem}.form-input,.form-select,.form-textarea{width:100%;padding:.875rem 1rem;font-size:.9375rem;border:2px solid #e5e7eb;border-radius:10px;background:#f9fafb;color:#1a1a2e;transition:all .2s ease}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 4px #667eea1a}.form-input::placeholder,.form-textarea::placeholder{color:#9ca3af}.form-select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%239ca3af'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:1.25rem;padding-right:2.5rem}.form-select:disabled{opacity:.6;cursor:not-allowed}.form-textarea{resize:vertical;min-height:100px}.reward-preview-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 1px 3px #00000014,0 4px 12px #0000000d;border:1px solid #f0f0f5}.reward-preview-title{font-size:1rem;font-weight:600;color:#1a1a2e;margin:0 0 1.25rem;padding-bottom:.75rem;border-bottom:1px solid #f0f0f5}.reward-preview-content{display:flex;flex-direction:column;gap:.75rem}.reward-preview-partner,.reward-preview-product{display:flex;align-items:center}.preview-label{font-size:.8125rem;color:#6b7280}.preview-value{font-size:.875rem;font-weight:600;color:#1a1a2e;padding:10px}.reward-divider{height:1px;background:#e5e7eb;margin:.5rem 0}.reward-amount-display{display:flex;align-items:center;gap:1rem;padding:1rem;background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-radius:12px;margin:.5rem 0}.reward-icon{width:48px;height:48px;background:#10b981;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.25rem}.reward-details{display:flex;flex-direction:column;gap:.125rem}.reward-label{font-size:.75rem;color:#059669;text-transform:uppercase;letter-spacing:.05em;font-weight:500}.reward-value{font-size:1.5rem;font-weight:700;color:#047857}.reward-breakdown{padding:.75rem;background:#f9fafb;border-radius:8px}.breakdown-item{display:flex;justify-content:space-between;font-size:.8125rem;color:#6b7280}.breakdown-item span:last-child{font-weight:600;color:#374151}.reward-note{font-size:.75rem;color:#9ca3af;margin:.5rem 0 0;line-height:1.5}.reward-preview-empty{text-align:center;padding:2rem 1rem}.empty-icon{width:56px;height:56px;background:#f3f4f6;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#9ca3af;font-size:1.5rem}.reward-preview-empty p{font-size:.875rem;color:#6b7280;margin:0;line-height:1.5}.add-lead-actions{display:flex;flex-direction:column;gap:.75rem}.btn-submit-lead{display:flex;align-items:center;justify-content:center;gap:.625rem;width:100%;padding:1rem 1.5rem;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 14px #667eea66}.btn-submit-lead:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea80}.btn-submit-lead:disabled{opacity:.7;cursor:not-allowed;transform:none}.btn-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.btn-cancel-lead{width:100%;padding:.875rem 1.5rem;font-size:.9375rem;font-weight:500;color:#6b7280;background:#fff;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .2s ease}.btn-cancel-lead:hover{background:#f9fafb;border-color:#d1d5db;color:#374151}@media (max-width: 900px){.add-lead-grid{grid-template-columns:1fr}.add-lead-sidebar{position:static;order:-1}.reward-preview-card{display:none}.add-lead-actions{flex-direction:row}.btn-submit-lead,.btn-cancel-lead{flex:1}}@media (max-width: 640px){.add-lead-header{flex-direction:column;text-align:center;padding:1.25rem}.add-lead-header-content h1{font-size:1.25rem}.add-lead-card{padding:1.25rem}.add-lead-actions{flex-direction:column}}.admin-dashboard-page{max-width:1200px;margin:0 auto}.admin-dashboard-header{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;padding:1.75rem 2rem;margin-bottom:1.5rem;box-shadow:0 10px 40px #667eea4d}.admin-header-content{display:flex;align-items:center;gap:1.25rem}.admin-header-icon{width:56px;height:56px;background:#fff3;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.admin-header-text h1{font-size:1.5rem;font-weight:700;margin:0 0 .25rem;color:#fff}.admin-header-text p{margin:0;color:#ffffffe6;font-size:.9375rem}.admin-stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem}.admin-stat-card-new{background:#fff;border-radius:16px;padding:1.5rem;display:flex;align-items:center;gap:1rem;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #00000014,0 4px 12px #0000000d;border:1px solid #f0f0f5}.admin-stat-card-new:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001f}.stat-card-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.375rem;color:#fff;flex-shrink:0}.stat-card-info{display:flex;flex-direction:column;gap:.125rem;min-width:0}.stat-card-value{font-size:1.5rem;font-weight:700;color:#1a1a2e;line-height:1.2}.stat-card-label{font-size:.8125rem;color:#6b7280;font-weight:500}.stat-card-sub{display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:#9ca3af;margin-top:.25rem}.stat-card-sub svg{font-size:.625rem}.admin-dashboard-content{display:grid;grid-template-columns:1fr 380px;gap:1.5rem}.admin-dashboard-left,.admin-dashboard-right{display:flex;flex-direction:column;gap:1.5rem}.admin-section-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 1px 3px #00000014,0 4px 12px #0000000d;border:1px solid #f0f0f5}.section-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid #f0f0f5}.section-card-header h3{display:flex;align-items:center;gap:.625rem;font-size:1rem;font-weight:600;color:#1a1a2e;margin:0}.section-card-header h3 svg{color:#667eea}.view-all-btn{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:500;color:#667eea;background:none;border:none;cursor:pointer;padding:.375rem .75rem;border-radius:6px;transition:all .2s ease}.view-all-btn:hover{background:#f5f3ff}.pipeline-container{display:flex;flex-direction:column;gap:1rem}.pipeline-item{display:flex;flex-direction:column;gap:.5rem}.pipeline-header{display:flex;justify-content:space-between;align-items:center}.pipeline-status{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.pipeline-count{font-size:.875rem;font-weight:600;color:#1a1a2e}.pipeline-bar{height:8px;background:#f3f4f6;border-radius:4px;overflow:hidden}.pipeline-fill{height:100%;border-radius:4px;transition:width .5s ease;min-width:4px}.metrics-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.metric-card{display:flex;align-items:center;gap:.875rem;padding:1rem;background:#f9fafb;border-radius:12px;transition:background .2s ease}.metric-card:hover{background:#f3f4f6}.metric-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.125rem;flex-shrink:0}.metric-info{display:flex;flex-direction:column;gap:.125rem}.metric-value-lg{font-size:1.25rem;font-weight:700;color:#1a1a2e}.metric-label{font-size:.75rem;color:#6b7280}.quick-actions-list{display:flex;flex-direction:column;gap:.75rem}.quick-action-item{display:flex;align-items:center;gap:1rem;width:100%;padding:1rem;background:#f9fafb;border:none;border-radius:12px;cursor:pointer;transition:all .2s ease;text-align:left}.quick-action-item:hover{background:#f3f4f6;transform:translate(4px)}.action-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.action-content{flex:1;display:flex;flex-direction:column;gap:.125rem}.action-title{font-size:.875rem;font-weight:600;color:#1a1a2e}.action-count{font-size:.75rem;color:#6b7280}.action-arrow{color:#9ca3af;font-size:.875rem;transition:transform .2s ease}.quick-action-item:hover .action-arrow{transform:translate(4px);color:#667eea}.highlight-card{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none}.highlight-content{display:flex;align-items:center;gap:1.25rem;margin-bottom:1rem}.highlight-icon{width:56px;height:56px;background:#fff3;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.highlight-info{display:flex;flex-direction:column}.highlight-value{font-size:2rem;font-weight:700;line-height:1.2}.highlight-label{font-size:.9375rem;opacity:.9}.highlight-footer{padding-top:1rem;border-top:1px solid rgba(255,255,255,.2);font-size:.875rem;opacity:.9}.pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem;padding:1rem;background:var(--card-bg);border-radius:8px;border:1px solid var(--border-color)}.pagination-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#3b82f6;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s ease}.pagination-btn:hover:not(:disabled){background:#2563eb;transform:translateY(-1px)}.pagination-btn:disabled{background:#9ca3af;color:#e5e7eb;cursor:not-allowed;opacity:1}.pagination-info{font-size:.875rem;color:var(--text-secondary)}@media (max-width: 1100px){.admin-stats-row{grid-template-columns:repeat(2,1fr)}.admin-dashboard-content{grid-template-columns:1fr}}@media (max-width: 640px){.admin-stats-row{grid-template-columns:1fr}.admin-dashboard-header{padding:1.25rem}.admin-header-content{flex-direction:column;text-align:center}.admin-header-text h1{font-size:1.25rem}.metrics-cards{grid-template-columns:1fr}.admin-section-card{padding:1.25rem}}@media (max-width: 768px){.dashboard-actions{width:100%;justify-content:flex-start}.dashboard-actions .btn-secondary,.dashboard-actions .btn-primary{flex:1 1 160px;justify-content:center;white-space:normal}.modal-header{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1.25rem}.modal-body{padding:1.25rem}.modal-footer{padding:1.25rem;flex-direction:column;align-items:stretch}.modal-footer button{width:100%}.modal-overlay{padding-left:calc(.75rem + 72px)}.modal-header h2{font-size:1.2rem}.how-step h3{font-size:.95rem}.how-step p{font-size:.85rem}}@media (max-width: 480px){.modal-overlay{padding:.75rem .75rem .75rem calc(.75rem + 72px)}.modal-content{margin:0;max-height:92vh}.modal-header,.modal-body,.modal-footer{padding:1rem}.how-step{padding:.6rem 0}}.poster-page-header{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:1.5rem 2rem;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:1.5rem}.poster-header-info h1{font-size:1.5rem;font-weight:600;color:#1a1a2e;display:flex;align-items:center;gap:.75rem;margin:0 0 .25rem}.poster-header-info p{color:#6b7280;margin:0}.posters-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.poster-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a;transition:transform .2s ease,box-shadow .2s ease}.poster-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001f}.poster-image-container{position:relative;width:100%;height:200px;overflow:hidden;background:#f3f4f6}.poster-image{width:100%;height:100%;object-fit:cover}.poster-inactive-badge{position:absolute;top:.5rem;right:.5rem;background:#6b7280e6;color:#fff;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500}.poster-card-body{padding:1rem 1.25rem;display:flex;justify-content:space-between;align-items:center}.poster-card-body h3{font-size:.9375rem;font-weight:600;color:#1a1a2e;margin:0}.poster-card-actions{display:flex;gap:.5rem}.btn-icon-danger{color:#ef4444!important}.btn-icon-danger:hover{background:#fef2f2!important}.poster-upload-area{display:flex;flex-direction:column;gap:.75rem}.poster-preview{width:100%;max-height:250px;border-radius:8px;overflow:hidden;border:1px solid #e5e7eb}.poster-preview img{width:100%;height:auto;max-height:250px;object-fit:contain}.file-input{width:100%;padding:.75rem;border:2px dashed #e5e7eb;border-radius:8px;background:#f9fafb;cursor:pointer;font-size:.875rem}.file-input:hover{border-color:#667eea;background:#f5f3ff}.referral-forms-page{max-width:1100px;margin:0 auto}.referral-builder-grid{display:grid;grid-template-columns:1fr 380px;gap:1.5rem;align-items:start}.referral-builder-column{display:flex;flex-direction:column;gap:1.5rem}.referral-preview-column{position:sticky;top:1rem}.poster-select-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem}.poster-select-item{border:2px solid #e5e7eb;border-radius:10px;overflow:hidden;cursor:pointer;transition:all .2s ease}.poster-select-item:hover{border-color:#667eea}.poster-select-item.selected{border-color:#667eea;box-shadow:0 0 0 3px #667eea33}.poster-select-item img{width:100%;height:100px;object-fit:cover}.poster-select-none{height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#9ca3af;gap:.5rem;font-size:.8125rem}.poster-select-title{display:block;padding:.375rem .5rem;font-size:.75rem;font-weight:500;color:#374151;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.referral-url-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 1px 3px #00000014,0 4px 12px #0000000d;border:1px solid #f0f0f5}.referral-poster-preview{width:100%;border-radius:10px;overflow:hidden;margin-bottom:1rem}.referral-poster-preview img{width:100%;height:auto;max-height:200px;object-fit:cover}.referral-url-box{display:flex;gap:.5rem;margin-bottom:1rem}.referral-url-box .form-input{flex:1;font-size:.8125rem;padding:.625rem .75rem}.btn-copy{display:flex;align-items:center;gap:.375rem;padding:.625rem 1rem;background:#667eea;color:#fff;border:none;border-radius:10px;cursor:pointer;font-size:.8125rem;font-weight:600;white-space:nowrap;transition:background .2s ease}.btn-copy:hover{background:#5a6fd6}.share-buttons{display:flex;gap:.5rem;margin-bottom:1rem}.share-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.375rem;padding:.625rem .75rem;border:none;border-radius:10px;cursor:pointer;font-size:.8125rem;font-weight:600;color:#fff;transition:opacity .2s ease}.share-btn:hover{opacity:.9}.share-btn.whatsapp{background:#25d366}.share-btn.facebook{background:#1877f2}.share-btn.instagram{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.referral-info-box{padding:.75rem 1rem;background:#f9fafb;border-radius:8px}.referral-info-box p{font-size:.8125rem;color:#6b7280;margin:.25rem 0}.referral-info-box strong{color:#374151}.referral-landing-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem;display:flex;align-items:center;justify-content:center}.referral-landing-container{width:100%;max-width:600px}.referral-poster-section{margin-bottom:1.5rem}.referral-landing-poster{width:100%;border-radius:16px;box-shadow:0 20px 60px #0000004d}.referral-landing-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 20px 40px #0003}.referral-landing-partner{display:flex;gap:1rem;align-items:center;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.referral-partner-logo{width:60px;height:60px;border-radius:12px;object-fit:contain;background:#f8f9fc;padding:8px;border:1px solid #e2e8f0;flex-shrink:0}.referral-partner-logo.placeholder{background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;padding:0;border:none}.referral-landing-partner h3{font-size:1.125rem;font-weight:600;color:#1a1a2e;margin:0 0 .25rem}.referral-landing-partner p{font-size:.875rem;color:#6b7280;margin:0}.referral-landing-product h1{font-size:1.75rem;font-weight:700;color:#1a1a2e;margin:0 0 .5rem}.referral-landing-product p{color:#6b7280;line-height:1.6;margin:0 0 1.5rem}.referral-referred-by{font-size:.875rem;color:#6b7280;margin-bottom:1.5rem}.referral-cta-btn{width:100%;font-size:1.125rem;padding:1.125rem 1.5rem}.referral-lead-form-page{min-height:100vh;background:#f3f4f6;padding:2rem;display:flex;justify-content:center}.referral-lead-form-container{width:100%;max-width:520px;padding-top:1rem}.referral-back-btn{margin-bottom:1rem;color:#667eea}.referral-form-header{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px 16px 0 0;padding:1.5rem 2rem;color:#fff}.referral-form-partner-info{display:flex;gap:1rem;align-items:center}.referral-form-logo{width:50px;height:50px;border-radius:10px;object-fit:contain;background:#fff3;padding:6px;flex-shrink:0}.referral-form-logo.placeholder{display:flex;align-items:center;justify-content:center;font-size:1.25rem}.referral-form-partner-info h2{font-size:1.25rem;font-weight:600;margin:0 0 .125rem;color:#fff}.referral-form-partner-info p{font-size:.875rem;opacity:.9;margin:0}.referral-form-card{background:#fff;border-radius:0 0 16px 16px;padding:2rem;box-shadow:0 4px 12px #0000001a}.referral-form-card h3{font-size:1.125rem;font-weight:600;color:#1a1a2e;margin:0 0 1.5rem}.input-error{border-color:#ef4444!important}.field-error{color:#ef4444;font-size:.75rem;margin-top:.25rem}@media (max-width: 900px){.referral-builder-grid{grid-template-columns:1fr}.referral-preview-column{position:static}.posters-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (max-width: 640px){.poster-page-header{flex-direction:column;gap:1rem;align-items:flex-start}.posters-grid{grid-template-columns:1fr}.share-buttons{flex-direction:column}.referral-landing-page{padding:1rem}.referral-landing-card{padding:1.5rem}.referral-landing-product h1{font-size:1.375rem}.referral-lead-form-page{padding:1rem}.referral-form-card{padding:1.5rem}.poster-select-grid{grid-template-columns:repeat(auto-fill,minmax(110px,1fr))}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{margin:0;padding:0;width:100%;min-height:100vh;height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;background-attachment:fixed;background-size:cover}.App{min-height:100vh;width:100%}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes slideInBounce{0%{transform:translateY(-100%) scale(.8);opacity:0}50%{transform:translateY(10px) scale(1.05);opacity:1}to{transform:translateY(0) scale(1);opacity:1}}@keyframes floatUp{0%{transform:translateY(0) scale(1);opacity:1}to{transform:translateY(-20px) scale(.95);opacity:0}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}[data-sonner-toaster] [data-sonner-toast],.Toaster__toast{position:relative;overflow:hidden;cursor:pointer}[data-sonner-toaster] [data-sonner-toast]:before,.Toaster__toast:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 2s infinite;pointer-events:none}[data-sonner-toaster] [data-sonner-toast]:after,.Toaster__toast:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 1px,transparent 1px);background-size:20px 20px;animation:floatParticles 3s infinite linear;pointer-events:none}@keyframes floatParticles{0%{transform:translate(0) rotate(0)}to{transform:translate(10px,-10px) rotate(360deg)}}.animate-fade-in{animation:fadeIn .6s ease-out}.animate-fade-in-up{animation:fadeInUp .6s ease-out}.animate-fade-in-down{animation:fadeInDown .6s ease-out}.animate-scale-in{animation:scaleIn .5s cubic-bezier(.34,1.56,.64,1)}.animate-slide-in-left{animation:slideInLeft .5s ease-out}.animate-slide-in-right{animation:slideInRight .5s ease-out}.stagger-delay-1{animation-delay:.1s}.stagger-delay-2{animation-delay:.2s}.stagger-delay-3{animation-delay:.3s}.stagger-delay-4{animation-delay:.4s}.stagger-delay-5{animation-delay:.5s}
