@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:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;overflow:hidden}.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,#7f00ff,#e100ff);top:-10%;left:-10%;animation-delay:0s}.orb-2{width:400px;height:400px;background:linear-gradient(135deg,#00c6ff,#0072ff);bottom:-15%;right:-10%;animation-delay:5s}.orb-3{width:350px;height:350px;background:linear-gradient(135deg,#f093fb,#f5576c);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}.progress-text{color:#fff;font-size:.95rem;font-weight:600;margin-bottom:.75rem;text-align:center;letter-spacing:.5px}.progress-bar-bg{width:100%;height:10px;background:#fff3;border-radius:20px;overflow:hidden;box-shadow:0 2px 10px #0000001a}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#00c6ff,#e100ff,#00c6ff);background-size:200% 100%;border-radius:20px;box-shadow:0 0 20px #e100ff99;transition:width .4s ease;animation:shimmer 2s linear infinite}@keyframes shimmer{0%{background-position:0% 0%}to{background-position:200% 0%}}.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:1fr 1fr;gap:2.5rem;width:100%;margin-bottom:1.5rem}.major-section,.subfields-section{display:flex;flex-direction:column;background:#ffffff14;padding:1.5rem;border-radius:20px;border:1px solid rgba(255,255,255,.15)}.section-subtitle{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;text-align:left;text-shadow:0 2px 4px rgba(0,0,0,.2)}.options-container-sidebyside{display:flex;flex-wrap:wrap;gap:.875rem;overflow-y:auto;max-height:380px;padding:.5rem;align-items:flex-start;align-content:flex-start;justify-content:flex-start}.options-container-sidebyside::-webkit-scrollbar{width:6px}.options-container-sidebyside::-webkit-scrollbar-track{background:#667eea1a;border-radius:10px}.options-container-sidebyside::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px}.loading-subfields,.no-subfields{text-align:center;color:#ffffffe6;padding:1.5rem;font-size:1rem}.onboarding-main{position:relative;z-index:10;width:100%;max-width:950px;display:flex;justify-content:center;align-items:center}.onboarding-card{background:linear-gradient(135deg,#1e3a8a,#3b82f6);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border-radius:32px;padding:3.5rem 2.5rem;box-shadow:0 25px 70px #1e3a8a59,0 10px 30px #3b82f640;width:100%;max-width:900px;min-height:520px;display:flex;flex-direction:column}.card-content{display:flex;flex-direction:column;height:100%}.question-text{font-size:2.8rem;font-weight:800;color:#fff;margin-bottom:3.5rem;text-align:center;line-height:1.3;letter-spacing:-.5px;text-shadow:0 2px 8px rgba(0,0,0,.2)}.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:#667eea1a;border-radius:10px}.options-container::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#1e3a8a,#3b82f6);border-radius:10px}.options-container::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#3b82f6,#1e3a8a)}.option-card{position:relative;background:#fff;border:2px solid #e8eaf6;border-radius:16px;padding:1rem 1.5rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-weight:600;color:#2c3e50;display:inline-flex;align-items:center;justify-content:center;text-align:center;min-height:56px;box-shadow:0 2px 8px #0000000d;flex-shrink:0;overflow:hidden;white-space:nowrap}.option-card:hover:not(.disabled){background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;border-color:transparent;box-shadow:0 8px 24px #1e3a8a59,0 0 0 1px #fff3;transform:translateY(-4px)}.option-card.selected{background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;border-color:transparent;box-shadow:0 0 0 4px #3b82f640,0 12px 32px #1e3a8a80;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}.coming-soon-badge{position:absolute;top:-8px;right:-8px;background:linear-gradient(135deg,#e100ff,#7f00ff);color:#fff;font-size:.7rem;padding:.3rem .6rem;border-radius:12px;font-weight:700;box-shadow:0 4px 12px #e100ff66}.card-actions{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;gap:1rem}.nav-arrow{background:#fff3;border:2px solid rgba(255,255,255,.4);color:#fff;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:#ffffff4d;border-color:#fff9;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:#fff;color:#1e3a8a;box-shadow:0 8px 20px #00000026}.continue-button:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 15px 35px #00000040;background:#f8f9ff}.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:2em;margin-bottom:2.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.3rem;margin-bottom:1.25rem}.options-container-sidebyside{max-height:280px}}@media (max-width: 480px){.question-text{font-size:1.85rem;margin-bottom:2.5rem}.major-section,.subfields-section{padding:1rem}.section-subtitle{font-size:1.15rem;margin-bottom:1rem}.onboarding-card{padding:2rem 1.5rem}.options-container-sidebyside{max-height:220px}}.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}.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}.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}.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}.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}.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}.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}.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}.checkboxsignup{width:30px;height:30px;cursor:pointer}.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}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}@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}}@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:280px;transition:margin-left .3s ease}.dashboard-main.sidebar-collapsed{margin-left:80px}.dashboard-content{flex:1;overflow-y:auto}.sidebar{position:fixed;top:0;left:0;height:100vh;background:#f8f9fc;color:#1a1a1a;display:flex;flex-direction:column;transition:all .3s ease;overflow-y:auto;z-index:1000;box-shadow:2px 0 10px #0000000d}.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:70px;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:0 2rem;z-index:100;box-shadow:0 2px 10px #0000000d}.topbar-left{display:flex;align-items:center;gap:1rem}.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}.topbar-right{display:flex;align-items:center;gap:1.5rem}.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}.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}.sidebar{transform:translate(-100%);width:280px!important}.sidebar.open{transform:translate(0)}.sidebar-overlay{display:block;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999}.collapse-toggle,.menu-toggle.desktop-collapse{display:none}.menu-toggle.mobile-menu{display:flex}.dashboard-content{padding:1.5rem 1rem}.page-title{font-size:2rem}.content-grid,.planner-content,.community-content{grid-template-columns:1fr}}.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-level-badge{position:absolute;top:16px;left:16px;background:#fff;color:#1f2937;padding:8px 16px;border-radius:20px;font-size:.85rem;font-weight:600;box-shadow:0 2px 8px #00000026}.premium-partner-badge{position:absolute;top:16px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:8px 16px;border-radius:20px;font-size:.85rem;font-weight:700;box-shadow:0 2px 8px #f59e0b66}.country-badge-top{position:absolute;top:16px;right:16px;background:#6366f1;color:#fff;padding:8px 12px;border-radius:20px;font-size:.85rem;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-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 2rem 2rem;width:100%}.highlight-icon .course-card-content-wrapper{display:flex;flex-direction:column;align-items:center;max-width:420px;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:1rem;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 (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:4rem 2rem;background:linear-gradient(135deg,#ffffff0d,#ffffff05);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:20px}.empty-state-icon{font-size:4rem;margin-bottom:1rem}.empty-state-card h3{font-size:1.5rem;color:#fff;margin-bottom:.5rem}.empty-state-card p{font-size:1rem;color:#aaa;max-width:500px;margin:0 auto}.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}.premium-upgrade-card{background:linear-gradient(135deg,#fff9e6,#ffe8b3);border:3px solid #F59E0B;border-radius:24px;padding:40px 32px;text-align:center;max-width:420px;box-shadow:0 8px 32px #f59e0b33}.premium-icon{width:80px;height:80px;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;margin:0 auto 24px;box-shadow:0 4px 16px #f59e0b4d}.premium-title{font-size:1.8rem;font-weight:700;color:#d97706;margin-bottom:12px}.premium-subtitle{font-size:1.1rem;font-weight:600;color:#92400e;margin-bottom:8px}.premium-description{font-size:.95rem;color:#78350f;margin-bottom:28px}.premium-features{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:32px}.feature-box{background:#fff;padding:16px;border-radius:12px;box-shadow:0 2px 8px #0000000d}.feature-icon{font-size:1.5rem;margin-bottom:8px}.feature-text{font-size:.9rem;font-weight:600;color:#1f2937}.view-more-btn{width:100%;padding:16px 24px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;box-shadow:0 4px 16px #f59e0b66;transition:all .3s ease}.view-more-btn:hover{box-shadow:0 6px 24px #f59e0b80}.premium-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:20px}.premium-modal-content{background:#fff;border-radius:24px;padding:40px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #0000004d}.modal-close-btn{position:absolute;top:20px;right:20px;background:#f3f4f6;border:none;width:36px;height:36px;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:all .2s ease}.modal-close-btn:hover{background:#e5e7eb;color:#1f2937}.modal-icon{width:80px;height:80px;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;margin:0 auto 24px;box-shadow:0 4px 16px #f59e0b4d}.modal-title{font-size:2rem;font-weight:700;color:#1f2937;text-align:center;margin-bottom:12px}.modal-subtitle{font-size:1rem;color:#6b7280;text-align:center;margin-bottom:32px;line-height:1.6}.modal-features{display:grid;gap:16px;margin-bottom:32px}.modal-feature-box{display:flex;align-items:flex-start;gap:16px;padding:20px;background:#f9fafb;border-radius:12px;transition:all .3s ease}.modal-feature-box:hover{background:#f3f4f6;transform:translateY(-2px)}.modal-feature-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.modal-feature-icon.purple{background:linear-gradient(135deg,#a855f7,#9333ea);color:#fff}.modal-feature-icon.green{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.modal-feature-icon.orange{background:linear-gradient(135deg,#f97316,#ea580c);color:#fff}.modal-feature-icon.cyan{background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff}.modal-feature-content h4{font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:4px}.modal-feature-content p{font-size:.875rem;color:#6b7280;line-height:1.5}.modal-pricing{text-align:center;padding:24px;background:linear-gradient(135deg,#fff9e6,#ffe8b3);border-radius:16px;margin-bottom:24px}.price-tag{font-size:2.5rem;font-weight:700;color:#d97706;margin-bottom:8px}.modal-pricing p{font-size:.9rem;color:#78350f}.upgrade-premium-btn{width:100%;padding:16px 24px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;box-shadow:0 4px 16px #f59e0b66;transition:all .3s ease}.upgrade-premium-btn:hover{box-shadow:0 6px 24px #f59e0b80;transform:translateY(-2px)}.payment-section{margin-top:20px}.payment-section h3{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:8px;text-align:center}.payment-description{text-align:center;color:#6b7280;margin-bottom:24px}.checkout-form{margin-top:20px}.checkout-actions{display:flex;gap:12px;margin-top:24px}.cancel-payment-btn{flex:1;padding:12px 24px;background:#f3f4f6;color:#1f2937;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.submit-payment-btn{flex:2;padding:12px 24px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s ease}.submit-payment-btn:hover:not(:disabled){box-shadow:0 4px 12px #f59e0b66}.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}.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;width:85%;max-width:1200px;background:#fff;border-radius:24px;box-shadow:0 10px 40px #0000001f;padding:30px 40px;gap:30px}.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}.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}.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}.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}}@media (max-width: 768px){.form-grid{grid-template-columns:1fr}.cover-section{height:220px}.profile-card{flex-direction:column;bottom:-100px;width:90%;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}.ep-score-card{min-width:100%;padding:20px}.ep-score-card h3{font-size:2.5rem}.score-breakdown-container{padding-top:120px}.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}}.eduplanner-container{max-width:1400px;margin:0 auto;padding:2rem}.eduplanner-container:before{content:"";position:fixed;top:0;left:0;right:0;height:450px;background:linear-gradient(135deg,#c7d2fe,#a5f3fc);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}.book-consultation-btn{background:#7c3aed;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s}.book-consultation-btn:hover{background:#6d28d9;transform:translateY(-2px)}.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}.payment-info-banner{background:linear-gradient(135deg,#fef3c7,#fde68a);border-left:4px solid #f59e0b;padding:1rem;border-radius:8px;margin-top:1rem;font-weight:600;color:#92400e}.free-session-banner{background:linear-gradient(135deg,#d1fae5,#a7f3d0);border-left:4px solid #10b981;padding:1rem;border-radius:8px;margin-top:1rem;font-weight:600;color:#065f46}.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}.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}.left-column,.right-column{display:flex;flex-direction:column;gap:1.5rem}.section-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 2px 8px #0000000d}.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)}.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}.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}.day-header{background:#f9fafb;padding:.75rem;text-align:center;font-weight:600;font-size:.875rem;color:#6b7280}.week-days-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:1px;background:#e5e7eb;border-radius:0 0 8px 8px;overflow:hidden}.day-cell{background:#fff;min-height:120px;padding:.75rem;position:relative}.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}.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}.legend-item{display:flex;align-items:center;gap:.5rem}.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}.consultation-modal{max-width:600px;max-height:85vh;overflow-y:auto;display:flex;flex-direction:column}.consultation-header{text-align:center;margin-bottom:24px}.consultation-header h3{font-size:1.5rem;color:#1f2937;margin-bottom:8px}.consultation-subtitle{color:#6b7280;font-size:.95rem;line-height:1.5}.consultation-form{flex:1;overflow-y:auto;margin-bottom:16px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:.9rem;font-weight:600;color:#374151}.form-group input,.form-group textarea{padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:.95rem;transition:all .2s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.consultation-info{background:#f3f4f6;padding:14px;border-radius:8px;margin-top:8px}.consultation-info p{font-size:.85rem;color:#4b5563;line-height:1.6;margin:0}.modal-actions .submit-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-weight:600}.modal-actions .submit-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #10b9814d}@media (max-width: 640px){.form-row{grid-template-columns:1fr}.consultation-modal{max-width:95%;padding:24px}}@media (max-width: 1024px){.planner-grid,.stats-grid{grid-template-columns:1fr}}.consultation-modal .modal-actions{position:sticky;bottom:0;background:#fff;padding:16px 0;border-top:1px solid #eee;margin-top:auto}.payment-section{max-height:calc(85vh - 120px);overflow-y:auto;padding:0 4px}.payment-section h3{font-size:1.5rem;color:#1f2937;margin-bottom:8px;position:sticky;top:0;background:#fff;padding:16px 0 8px;z-index:10}.payment-description{color:#6b7280;font-size:.95rem;margin-bottom:24px;position:sticky;top:60px;background:#fff;padding-bottom:16px;z-index:10}.checkout-form{padding-bottom:16px}.checkout-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px;padding-top:16px;border-top:1px solid #e5e7eb;position:sticky;bottom:0;background:#fff;z-index:10}.cancel-payment-btn,.submit-payment-btn{padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s}.cancel-payment-btn{background:#f3f4f6;color:#374151}.cancel-payment-btn:hover{background:#e5e7eb}.submit-payment-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.submit-payment-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #10b9814d}.submit-payment-btn:disabled{opacity:.6;cursor:not-allowed}.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:linear-gradient(135deg,#667eea,#a78bfa);text-align:center;padding:3rem 2rem 2rem;color:#fff}.community-gradient-header h1{font-size:2.5rem;font-weight:700;margin:0 0 1rem;letter-spacing:-.5px}.community-gradient-header p{font-size:1rem;opacity:.95;max-width:700px;margin:0 auto;line-height:1.6}.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}.posts-feed{display:flex;flex-direction:column;gap:1rem;max-width:680px;margin:0 auto;padding:0 1rem 2rem}.post-card{background:#fff;border-radius:12px;padding:0;box-shadow:0 1px 3px #0000001a;transition:all .3s ease}.post-card:hover{box-shadow:0 4px 12px #0000001f}.post-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;border-bottom:1px solid #f3f4f6;gap:1rem}.post-author{display:flex;align-items:center;gap:.75rem;flex:1}.author-avatar{width:44px;height:44px;min-width:44px;min-height:44px;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;overflow:hidden;flex-shrink:0}.author-avatar img{width:100%;height:100%;object-fit:cover}.author-info h4{margin:0;color:#111827;font-size:.95rem;font-weight:600}.post-time{color:#6b7280;font-size:.8rem;margin-top:2px;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}.delete-btn:hover{color:#ef4444;background:#ef44441a}.delete-btn svg{display:block}.post-content{padding:1.25rem}.post-content p{color:#374151;line-height:1.6;margin:0;font-size:.95rem;white-space:pre-wrap;word-wrap:break-word}.post-media{margin-top:1rem;border-radius:8px;overflow:hidden;background:#000}.post-media img,.post-media video{width:100%;max-height:500px;object-fit:cover;display:block}.post-actions{display:flex;gap:1rem;padding:1rem 1.25rem;border-top:1px solid #f3f4f6;align-items:center;flex-wrap:wrap}.action-btn{background:#f9fafb;border:1px solid #e5e7eb;color:#6b7280;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:10px;white-space:nowrap;min-height:40px;min-width:fit-content}.action-icon{font-size:1.1rem;line-height:1;display:inline-flex;align-items:center;justify-content:center}.action-count,.action-text{font-size:.9rem;font-weight:600;line-height:1}.action-btn:hover{color:#667eea;background:#667eea1a;border-color:#667eea;transform:translateY(-1px)}.action-btn.liked{color:#ef4444;background:#ef44441a;border-color:#fecaca}.action-btn.liked:hover{background:#ef444426;border-color:#ef4444}.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}.add-comment{display:flex;gap:.75rem;margin-bottom:1rem}.comment-input{flex:1;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:20px;font-size:.9rem;background:#fff;color:#374151;transition:all .3s}.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:1rem;border-radius:12px;margin-bottom:.75rem;border:none;transition:all .2s}.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:.5rem}.comment-author{display:flex;align-items:flex-start;gap:.625rem;flex:1}.comment-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.85rem;overflow:hidden;flex-shrink:0}.comment-avatar img{width:100%;height:100%;object-fit:cover}.comment-author strong{color:#111827;font-size:.9rem;font-weight:600;display:block}.comment-time{color:#9ca3af;font-size:.75rem;margin-left:.5rem;font-weight:400}.comment-content{color:#374151;margin:.5rem 0;line-height:1.4;font-size:.9rem;padding-left:44px}.comment-actions{display:flex;gap:1.5rem;margin-top:.5rem;padding-left:44px}.comment-action{background:none;border:none;color:#6b7280;font-weight:500;font-size:.8rem;cursor:pointer;padding:0;transition:all .2s;display:flex;align-items:center;gap:.35rem}.comment-action:hover{color:#667eea}.comment-action.liked{color:#ef4444}.reply-input-container{display:flex;gap:.5rem;margin-top:.75rem;padding-left:44px}.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{background:#ef4444;color:#fff}.modal-delete-btn:hover{background:#dc2626;box-shadow:0 4px 12px #ef444466}.toast-notification{position:fixed;bottom:2rem;right:2rem;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-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: 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}.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-icon{font-size:4rem;margin-bottom:1.5rem}.access-denied-card h3{font-size:1.75rem;color:#111827;margin-bottom:1rem}.access-denied-card p{color:#6b7280;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;gap:1rem;margin-bottom:2rem;background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #00000014}.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}.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}.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-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){.network-grid{grid-template-columns:1fr}.network-search-bar{flex-direction:column}.chat-modal{width:95%;max-height:90vh}}.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}}.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}}.nav-btn{width:100%;padding:12px 16px;margin-bottom:8px;background:transparent;border:none;border-radius:8px;text-align:left;font-size:15px;color:#374151;cursor:pointer;transition:all .3s;display:flex;align-items:center;gap:12px}.admin-link{border-top:2px solid #e5e7eb;margin-top:12px;padding-top:20px!important;color:#dc2626!important;font-weight:600}.admin-link:hover{background:#fef2f2!important}.dashboard-header{margin-bottom:32px}.dashboard-header h1{margin:0 0 8px;font-size:28px;color:#111827;font-weight:700}.dashboard-header p{margin:0;font-size:15px;color:#6b7280}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-bottom:32px}.stat-card{background:#fff;border-radius:20px;padding:28px;box-shadow:0 1px 3px #0000000f;display:flex;flex-direction:column;gap:12px;transition:all .3s;border:1px solid #f3f4f6}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001a}.stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0;margin-bottom:8px}.stat-content{flex:1}.stat-content h3{margin:0 0 12px;font-size:13px;color:#6b7280;font-weight:500;display:flex;align-items:center;gap:8px}.stat-value{margin:0 0 8px;font-size:36px;font-weight:700;color:#111827;line-height:1}.stat-growth{margin:0;font-size:13px;font-weight:500;display:inline-block}.recent-activity-section{background:#fff;border-radius:16px;padding:24px;box-shadow:0 2px 8px #00000014}.recent-activity-section h2{margin:0 0 8px;font-size:20px;color:#111827}.recent-activity-section>p{margin:0 0 24px;font-size:14px;color:#6b7280}.activity-list{display:flex;flex-direction:column;gap:16px}.activity-item{display:flex;align-items:center;gap:16px;padding:16px;background:#f9fafb;border-radius:12px;transition:background .3s}.activity-item:hover{background:#f3f4f6}.activity-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.activity-dot.premium_upgrade{background:#a855f7}.activity-dot.verification_request{background:#10b981}.activity-dot.session_registration{background:#3b82f6}.activity-content{flex:1}.activity-user{margin:0 0 4px;font-size:14px;font-weight:600;color:#111827}.activity-action{margin:0;font-size:13px;color:#6b7280}.activity-time{margin:0;font-size:12px;color:#9ca3af;white-space:nowrap}.view-header{margin-bottom:24px}.view-header h1{margin:0 0 8px;font-size:28px;color:#111827}.view-header p{margin:0;font-size:14px;color:#6b7280}.search-input{margin-top:16px;width:100%;max-width:400px;padding:12px 16px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px}.users-table,.sessions-table{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #00000014}th{padding:16px;text-align:left;font-size:13px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}.badge.premium{background:#ede9fe;color:#7c3aed}.badge.free{background:#f3f4f6;color:#6b7280}.badge.verified{background:#d1fae5;color:#059669}.badge.pending{background:#fef3c7;color:#d97706}.badge.unverified{background:#fee2e2;color:#dc2626}.action-buttons{display:flex;gap:8px}.btn-small{padding:6px 12px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;font-size:12px;cursor:pointer;transition:all .3s}.btn-small:hover{background:#f3f4f6}.btn-small.btn-danger{color:#dc2626;border-color:#fecaca}.btn-small.btn-danger:hover{background:#fee2e2}.verifications-list{display:grid;gap:24px}.verification-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 2px 8px #00000014}.verification-header h3{margin:0 0 4px;font-size:18px;color:#111827}.verification-header p{margin:0;font-size:14px;color:#6b7280}.verification-documents{margin:16px 0}.verification-documents h4{margin:0 0 8px;font-size:14px;color:#374151}.verification-documents ul{margin:0;padding-left:20px}.verification-documents li{margin-bottom:4px;font-size:13px;color:#6b7280}.verification-actions{display:flex;gap:12px;margin-top:16px}.btn-verify,.btn-reject{flex:1;padding:10px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s}.btn-verify{background:#10b981;color:#fff}.btn-verify:hover{background:#059669}.btn-reject{background:#ef4444;color:#fff}.btn-reject:hover{background:#dc2626}.referral-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px;margin-bottom:32px}.stat-box{background:#fff;border-radius:16px;padding:24px;box-shadow:0 2px 8px #00000014;text-align:center}.stat-box h3{margin:0 0 12px;font-size:14px;color:#6b7280;font-weight:500}.big-number{margin:0;font-size:36px;font-weight:700;color:#111827}.big-number.success{color:#10b981}.big-number.pending{color:#f59e0b}.top-referrers{background:#fff;border-radius:16px;padding:24px;box-shadow:0 2px 8px #00000014}.top-referrers h2{margin:0 0 24px;font-size:20px;color:#111827}.admin-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background:#f5f6fa}.spinner{width:50px;height:50px;border:4px solid #e5e7eb;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite}.settings-content{background:#fff;border-radius:16px;padding:32px;box-shadow:0 2px 8px #00000014;min-height:400px}.admin-portal{display:flex;height:100vh;background:#f5f6fa;overflow:hidden}.admin-sidebar{width:280px;background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;box-shadow:2px 0 8px #0000000d}.admin-header{padding:24px;border-bottom:1px solid #e5e7eb}.admin-logo{margin-bottom:16px}.logo-circle{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;font-weight:700}.admin-title h2{margin:0 0 4px;font-size:20px;color:#111827}.admin-title p{margin:0;font-size:14px;color:#6b7280}.logout-btn{margin-top:16px;width:100%;padding:10px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;color:#374151;font-size:14px;cursor:pointer;transition:all .3s}.logout-btn:hover{background:#e5e7eb}.admin-nav{flex:1;padding:16px;overflow-y:auto}.nav-btn{width:100%;padding:12px 16px;margin-bottom:8px;background:transparent;border:none;border-radius:8px;text-align:left;font-size:15px;color:#374151;cursor:pointer;transition:all .3s;display:flex;align-items:center;gap:12px;text-decoration:none}.nav-btn:hover{background:#f3f4f6}.nav-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600}.admin-content{flex:1;overflow-y:auto;padding:32px}.admin-users-page{min-height:100vh;background:#f5f6fa;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}@keyframes spin{to{transform:rotate(360deg)}}.admin-users-header{margin-bottom:32px;display:flex;justify-content:space-between;align-items:flex-start}.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 8px;font-size:32px;color:#111827;font-weight:700}.subtitle{margin:0;font-size:16px;color:#6b7280}.users-controls{margin-bottom:24px;display:flex;justify-content:space-between;align-items:center;gap:16px}.search-form{display:flex;gap:12px;flex:1;max-width:600px}.search-input{flex:1;padding:12px 16px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;transition:border-color .3s}.search-input:focus{outline:none;border-color:#667eea}.search-btn{padding:12px 24px;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:transform .3s}.search-btn:hover{transform:translateY(-2px)}.clear-btn{padding:12px 20px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;font-size:14px;cursor:pointer;transition:all .3s}.clear-btn:hover{background:#f3f4f6}.users-table-container{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #00000014;margin-bottom:24px}.users-table{width:100%;border-collapse:collapse}.users-table thead{background:#f9fafb}.users-table th{padding:16px;text-align:left;font-size:13px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #e5e7eb}.users-table td{padding:16px;border-top:1px solid #f3f4f6;font-size:14px;color:#374151}.user-id{font-weight:600;color:#6b7280}.name-cell{display:flex;align-items:center;gap:12px}.avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600}.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{width:32px;height:32px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;transition:all .3s}.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:#fee2e2;border-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}.user-details-modal{background:#fff;border-radius:16px;width:100%;max-width:800px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.close-btn{width:32px;height:32px;border:none;background:#f3f4f6;border-radius:8px;cursor:pointer;font-size:20px;color:#6b7280;transition:all .3s}.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}.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:10px 20px;border:none;border-radius:8px;font-size:14px;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.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-table{font-size:12px}.users-table th,.users-table td{padding:12px 8px}.detail-grid{grid-template-columns:1fr}.modal-actions{flex-direction:column}.modal-btn{width:100%}}.admin-referrals-page{padding:32px;background:#f5f6fa;min-height:100vh}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;margin-bottom:32px}.stat-box{background:#fff;border-radius:16px;padding:24px;box-shadow:0 2px 8px #00000014;display:flex;align-items:center;gap:16px}.stat-icon{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:28px;flex-shrink:0}.stat-content h3{margin:0 0 8px;font-size:14px;color:#6b7280;font-weight:500}.stat-value{margin:0;font-size:32px;font-weight:700;color:#111827}.stat-value.success{color:#10b981}.stat-value.pending{color:#f59e0b}.top-referrers-section,.all-referrals-section{background:#fff;border-radius:16px;padding:24px;box-shadow:0 2px 8px #00000014;margin-bottom:24px}.top-referrers-section h2,.all-referrals-section h2{margin:0 0 24px;font-size:20px;color:#111827}.table-container{overflow-x:auto}table{width:100%;border-collapse:collapse}thead{background:#f9fafb}th{padding:12px 16px;text-align:left;font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}td{padding:16px;border-top:1px solid #f3f4f6;font-size:14px;color:#374151}.rank-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}.rank-1{background:linear-gradient(135deg,gold,#ffed4e);color:#92400e}.rank-2{background:linear-gradient(135deg,silver,#e8e8e8);color:#374151}.rank-3{background:linear-gradient(135deg,#cd7f32,#e5a869);color:#78350f}.earnings{color:#10b981;font-weight:600}.user-cell{display:flex;flex-direction:column;gap:4px}.user-cell .email{font-size:12px;color:#9ca3af}.status-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}.status-verified{background:#d1fae5;color:#059669}.status-pending_verification{background:#fef3c7;color:#d97706}.status-joined{background:#dbeafe;color:#2563eb}.status-paid{background:#ede9fe;color:#7c3aed}.commission{color:#10b981;font-weight:600}.pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:24px;padding-top:24px;border-top:1px solid #e5e7eb}.pagination-btn{padding:8px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;font-size:14px;cursor:pointer;transition:all .3s}.pagination-btn:hover:not(:disabled){background:#f3f4f6}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.page-info{font-size:14px;color:#6b7280}@media (max-width: 768px){.admin-referrals-page{padding:16px}.stats-grid{grid-template-columns:1fr}table{font-size:12px}th,td{padding:8px}}.admin-sessions-page{padding:32px;background:#f5f6fa;min-height:100vh}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px}.filter-controls{display:flex;gap:12px;align-items:center}.btn-create-session{padding:10px 20px;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:transform .3s}.btn-create-session:hover{transform:translateY(-2px)}.filter-select{padding:10px 16px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;font-size:14px;color:#374151;cursor:pointer;min-width:150px}.sessions-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px;margin-bottom:32px}.stat-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 2px 8px #00000014}.stat-card h3{margin:0 0 12px;font-size:14px;color:#6b7280;font-weight:500}.stat-number{margin:0;font-size:36px;font-weight:700;color:#111827}.sessions-table-container{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #00000014}.sessions-table{width:100%;border-collapse:collapse}.sessions-table thead{background:#f9fafb}.sessions-table th{padding:16px;text-align:left;font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.sessions-table td{padding:16px;border-top:1px solid #f3f4f6;font-size:14px;color:#374151}.session-title{font-weight:600;color:#111827}.type-badge{display:inline-block;padding:4px 12px;background:#dbeafe;color:#2563eb;border-radius:12px;font-size:12px;font-weight:600}.registrations{color:#7c3aed}.fill-rate{display:flex;align-items:center;gap:8px}.fill-bar{flex:1;height:8px;background:#f3f4f6;border-radius:4px;overflow:hidden}.fill-progress{height:100%;transition:width .3s}.fill-text{font-size:12px;font-weight:600;min-width:40px;text-align:right}.btn-edit{padding:6px 12px;background:#dbeafe;border:1px solid #bfdbfe;border-radius:6px;color:#2563eb;font-size:12px;font-weight:600;cursor:pointer;transition:all .3s}.btn-edit:hover{background:#bfdbfe}.btn-delete{padding:6px 12px;background:#fee2e2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;font-size:12px;font-weight:600;cursor:pointer;transition:all .3s}.btn-delete:hover{background:#fecaca}.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}.create-session-modal{background:#fff;border-radius:16px;width:100%;max-width:700px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.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}.close-btn:hover{background:#e5e7eb}.session-form{padding:24px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-size:14px;font-weight:600;color:#374151}.form-group input,.form-group textarea{width:100%;padding:10px 12px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.btn-cancel{padding:10px 20px;background:#f3f4f6;border:none;border-radius:8px;color:#374151;font-size:14px;font-weight:600;cursor:pointer}.btn-cancel:hover{background:#e5e7eb}.btn-submit{padding:10px 20px;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;font-size:14px;font-weight:600;cursor:pointer}.btn-submit:hover{transform:translateY(-2px)}@media (max-width: 768px){.admin-sessions-page{padding:16px}.page-header{flex-direction:column;gap:16px}.sessions-table{font-size:12px}.sessions-table th,.sessions-table td{padding:8px}.fill-rate{flex-direction:column;align-items:flex-start}.form-row{grid-template-columns:1fr}}.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}.universities-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.universities-header h1{font-size:2rem;color:#1f2937}.add-university-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}.add-university-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.universities-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.university-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:all .3s ease}.university-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.university-image-container{width:100%;height:180px;background:#f3f4f6;display:flex;align-items:center;justify-content:center}.university-image-container img{width:100%;height:100%;object-fit:cover}.no-image-placeholder{color:#9ca3af;font-size:1rem}.university-details{padding:1rem}.university-details h3{font-size:1.1rem;color:#1f2937;margin-bottom:1rem}.university-actions{display:flex;gap:.5rem}.upload-image-btn{flex:1;background:#667eea;color:#fff;padding:.5rem 1rem;border-radius:6px;font-size:.9rem;cursor:pointer;text-align:center;transition:all .3s ease}.upload-image-btn:hover{background:#5568d3}.delete-university-btn{background:#ef4444;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.9rem;cursor:pointer;transition:all .3s ease}.delete-university-btn:hover{background:#dc2626}.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}.modal-content{background:#fff;padding:2rem;border-radius:12px;width:90%;max-width:500px}.modal-content h2{margin-bottom:1.5rem;color:#1f2937}.university-name-input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;margin-bottom:1.5rem}.modal-actions{display:flex;gap:1rem}.confirm-btn,.cancel-btn{flex:1;padding:.75rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.confirm-btn{background:#667eea;color:#fff}.confirm-btn:hover{background:#5568d3}.cancel-btn{background:#e5e7eb;color:#374151}.cancel-btn:hover{background:#d1d5db}@media (max-width: 768px){.universities-grid{grid-template-columns: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}[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}[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}
