:root{--navy:#0d3c7a;--blue:#1565c0;--blue-mid:#2979d4;--blue-lt:#5b9ef5;--blue-pale:#dbeeff;--red:#e53935;--red-soft:#ffebee;--white:#fff;--bg:#f4f7fc;--border:#dce6f5;--border-md:#b8c9e8;--text:#111827;--text-sm:#374151;--text-muted:#6b7280;--shadow:0 4px 24px #0d3c7a1a;--radius:12px}*{box-sizing:border-box;margin:0;padding:0}.topbar{z-index:100;background:linear-gradient(90deg, var(--navy) 0%, var(--blue) 70%, var(--blue-mid) 100%);justify-content:space-between;align-items:center;height:52px;padding:0 32px;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 12px #0d3c7a40}.topbar-brand{align-items:center;gap:10px;display:flex}.topbar-logo{background:#fff;border-radius:8px;justify-content:center;align-items:center;padding:4px 8px;display:flex}.topbar-logo img{width:auto;height:32px;display:block}.topbar-name{display:none}.topbar-right{align-items:center;gap:8px;display:flex}.topbar-tag{background:var(--red);color:#fff;letter-spacing:1.5px;text-transform:uppercase;border-radius:20px;padding:4px 10px;font-size:10px;font-weight:600;box-shadow:0 2px 6px #e5393566}.topbar-step{color:#ffffffb3;letter-spacing:.3px;font-size:11px}body{background:var(--bg);justify-content:center;align-items:flex-start;min-height:100vh;padding-top:52px;padding-bottom:40px;font-family:DM Sans,sans-serif;display:flex}#root{width:100%}.wrapper{width:100%;max-width:740px;margin:0 auto;padding:32px 16px 0}.header{text-align:center;margin-bottom:28px;animation:.5s both fadeDown}.header h1{color:var(--navy);margin-bottom:6px;font-family:Playfair Display,serif;font-size:clamp(26px,4.5vw,38px);font-weight:700;line-height:1.15}.header h1 em{color:var(--red);font-style:normal}.header p{color:var(--text-muted);font-size:14px;font-weight:300}.card{background:var(--white);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:20px;animation:.6s .1s both fadeUp;overflow:hidden}.card-topbar{background:linear-gradient(90deg, var(--navy), var(--blue), var(--red));height:5px}.card-inner{padding:36px 40px}@media (width<=520px){.card-inner{padding:24px 20px}}.steps{justify-content:center;align-items:center;gap:0;margin-bottom:32px;display:flex}.step{color:var(--border-md);align-items:center;gap:8px;font-size:13px;font-weight:500;display:flex}.step.active{color:var(--navy)}.step.done{color:var(--blue)}.step-num{width:30px;height:30px;color:var(--border-md);border:2px solid var(--border);background:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;font-size:12px;font-weight:700;transition:all .3s;display:flex}.step.active .step-num{background:var(--navy);color:#fff;border-color:var(--navy);box-shadow:0 0 0 4px #0d3c7a26}.step.done .step-num{background:var(--blue);color:#fff;border-color:var(--blue)}.step-line{background:var(--border);width:52px;height:2px;margin:0 4px}.step-line.done{background:var(--blue)}.section-label{letter-spacing:2.5px;text-transform:uppercase;color:var(--navy);border-bottom:2px solid var(--border);align-items:center;gap:8px;margin-bottom:16px;padding-bottom:10px;font-size:10px;font-weight:700;display:flex}.section-label .sl-icon{background:var(--navy);color:#fff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;display:flex}.section-label.accent:before{content:"";background:var(--red);border-radius:2px;width:3px;height:16px;display:inline-block}.category-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:8px;display:grid}@media (width<=480px){.category-grid{grid-template-columns:1fr}}.cat-block{cursor:pointer;position:relative}.cat-block input[type=radio]{display:none}.cat-block label{border-radius:var(--radius);border:2px solid var(--border);background:var(--white);cursor:pointer;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:96px;padding:20px 12px;transition:all .2s;display:flex}.cat-block label:hover{border-color:var(--blue-mid);background:#f0f7ff;box-shadow:0 2px 12px #1565c01a}.cat-block input:checked+label{border-color:var(--blue);background:linear-gradient(145deg,#e8f0fd,#f0f7ff);box-shadow:0 0 0 3px #1565c026,0 4px 16px #1565c01f}.cat-icon{font-size:24px;line-height:1}.cat-name{color:var(--text);letter-spacing:.2px;font-size:12px;font-weight:700}.cat-sub{color:var(--text-muted);font-size:10px}.cat-block input:checked+label .cat-name{color:var(--navy)}.cat-check{background:var(--red);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:700;display:none;position:absolute;top:8px;right:8px;box-shadow:0 2px 6px #e5393566}.cat-block input:checked~.cat-check{display:flex}#role-wrapper{margin-bottom:20px;animation:.3s both slideDown;display:none}#role-wrapper.visible{display:block}.form-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (width<=520px){.form-grid{grid-template-columns:1fr}}.form-group{flex-direction:column;gap:5px;display:flex}.form-group.full{grid-column:1/-1}label.field-label{color:var(--text);letter-spacing:.2px;font-size:12px;font-weight:600}label.field-label .req{color:var(--red);margin-left:2px}input[type=text],input[type=number],input[type=date],input[type=time],input[type=email],input[type=password],input[type=tel],select,textarea,.input-field{border:1.5px solid var(--border);background:var(--white);width:100%;color:var(--text);appearance:none;border-radius:8px;outline:none;padding:11px 14px;font-family:DM Sans,sans-serif;font-size:14px;transition:all .2s}input:focus,select:focus{border-color:var(--blue);background:var(--white);box-shadow:0 0 0 3px #1565c01f}select option{color:var(--text)}.select-wrap{position:relative}.select-wrap:after{content:"▾";color:var(--blue-mid);pointer-events:none;font-size:12px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.phone-wrap{gap:8px;display:flex}.phone-prefix{flex-shrink:0;width:100px}.photo-box{border:2px dashed var(--border-md);border-radius:var(--radius);text-align:center;cursor:pointer;background:#f8faff;padding:28px 16px;transition:all .25s;position:relative}.photo-box:hover{border-color:var(--blue);background:#eef5ff}.photo-preview{object-fit:cover;border:3px solid var(--blue);border-radius:50%;width:80px;height:80px;margin:0 auto 8px;display:none;box-shadow:0 4px 12px #1565c040}.photo-icon{margin-bottom:8px;font-size:32px}.photo-text{color:var(--text-sm);font-size:13px}.photo-text strong{color:var(--blue);font-weight:600}.photo-sub{color:var(--text-muted);margin-top:4px;font-size:11px}.photo-badge{background:var(--red);color:#fff;letter-spacing:1px;text-transform:uppercase;border-radius:10px;padding:3px 8px;font-size:9px;font-weight:700;position:absolute;top:10px;right:10px}.tnc-wrap{border:1.5px solid var(--border);border-radius:var(--radius);cursor:pointer;background:#f8faff;align-items:flex-start;gap:10px;padding:14px;transition:all .2s;display:flex}.tnc-wrap:hover{border-color:var(--blue);background:#eef5ff}.tnc-wrap input[type=checkbox]{display:none}.tnc-box{border:2px solid var(--border-md);color:#fff;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:1px;font-size:11px;transition:all .2s;display:flex}.tnc-wrap.checked .tnc-box{background:var(--blue);border-color:var(--blue)}.tnc-text{color:var(--text-sm);font-size:13px;line-height:1.5}.tnc-text a{color:var(--blue);font-weight:500;text-decoration:underline}.btn-submit{border-radius:var(--radius);background:linear-gradient(135deg, var(--navy), var(--blue));color:#fff;cursor:pointer;letter-spacing:.3px;border:none;width:100%;padding:14px;font-family:DM Sans,sans-serif;font-size:15px;font-weight:600;transition:all .25s;position:relative;overflow:hidden;box-shadow:0 4px 14px #0d3c7a4d,inset 0 1px #ffffff1a}.btn-submit:hover{transform:translateY(-1px);box-shadow:0 6px 20px #0d3c7a66}.btn-submit:active{transform:translateY(0)}.btn-submit:after{content:"";background:var(--red);opacity:.6;height:3px;position:absolute;bottom:0;left:0;right:0}.btn-sec{border:1.5px solid var(--border-md);color:var(--text-sm);cursor:pointer;background:#fff;border-radius:8px;padding:11px 20px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:500;transition:all .2s}.btn-sec:hover{border-color:var(--blue);color:var(--navy)}.btn-primary-sm{background:var(--blue);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:10px 20px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:600}.btn-primary-sm:hover{background:var(--navy)}#otpPage{display:none}#otpPage.active{display:block}.otp-alert{border:1.5px solid var(--blue-lt);border-left:4px solid var(--blue);border-radius:var(--radius);background:linear-gradient(135deg,#e8f0fd,#dbeeff);align-items:flex-start;gap:12px;margin-bottom:28px;padding:14px 18px;display:flex}.otp-alert-icon{flex-shrink:0;font-size:22px;line-height:1}.otp-alert-text{color:var(--navy);font-size:13px;line-height:1.5}.otp-alert-text strong{color:var(--red);font-weight:700}.otp-inputs{justify-content:center;gap:10px;margin-bottom:24px;display:flex}.otp-inputs input{text-align:center;border:2px solid var(--border);width:52px;height:60px;color:var(--navy);background:#f8faff;border-radius:10px;outline:none;font-family:Playfair Display,serif;font-size:22px;font-weight:700;transition:all .2s}.otp-inputs input:focus{border-color:var(--blue);background:#fff;box-shadow:0 0 0 3px #1565c01f}.otp-inputs input.filled{border-color:var(--blue);background:#e8f0fd}.otp-timer{text-align:center;color:var(--text-muted);margin-bottom:20px;font-size:13px}.otp-timer span{color:var(--red);font-weight:700}.resend-link{color:var(--blue);cursor:pointer;font-weight:500;text-decoration:underline}#successPage{text-align:center;padding:20px 0;display:none}#successPage.active{display:block}.success-icon{background:linear-gradient(135deg, var(--navy), var(--blue));border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 20px;font-size:36px;animation:.4s cubic-bezier(.175,.885,.32,1.275) both popIn;display:flex;box-shadow:0 8px 24px #0d3c7a4d}.success-title{color:var(--navy);margin-bottom:8px;font-family:Playfair Display,serif;font-size:26px}.success-badge{background:var(--red);color:#fff;letter-spacing:1px;text-transform:uppercase;border-radius:20px;margin-bottom:16px;padding:4px 14px;font-size:11px;font-weight:600;display:inline-block}.field-error{color:var(--red);align-items:center;gap:4px;margin-top:3px;font-size:11px;display:flex}.field-error:before{content:"!";background:var(--red);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;font-size:9px;font-weight:700;display:flex}input.error-input,select.error-input{border-color:var(--red);background:var(--red-soft)}.divider{border:none;border-top:1px solid var(--border);margin:24px 0}.info-box{border:1px solid var(--border);border-left:3px solid var(--red);border-radius:var(--radius);color:var(--text-sm);background:#f8faff;padding:14px 16px;font-size:13px}.info-box div{padding:4px 0}.info-box strong{color:var(--navy)}.go-dashboard{background:linear-gradient(135deg,var(--navy),var(--blue));color:#fff;cursor:pointer;border:none;border-radius:10px;margin-top:20px;padding:12px 32px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;text-decoration:none;display:inline-block;box-shadow:0 4px 14px #0d3c7a4d}.footer-note{text-align:center;color:var(--text-muted);margin-top:20px;font-size:12px}#videoModal{z-index:999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0d3c7ad9;justify-content:center;align-items:center;display:none;position:fixed;inset:0}#videoModal.open{display:flex}.modal-box{text-align:center;background:#fff;border-radius:20px;width:90%;max-width:420px;padding:28px;animation:.3s fadeUp}.modal-box h3{color:var(--navy);margin-bottom:6px;font-family:Playfair Display,serif;font-size:20px}.modal-box p{color:var(--text-muted);margin-bottom:16px;font-size:13px}#videoEl{object-fit:cover;background:#000;border-radius:12px;width:100%;max-height:260px;margin-bottom:16px}.modal-btns{justify-content:center;gap:10px;display:flex}@keyframes fadeDown{0%{opacity:0;transform:translateY(-14px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:200px}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}@keyframes popIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}#loginPage{background:linear-gradient(135deg, #06204a 0%, var(--navy) 50%, #0a2d6e 100%);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex;position:relative;overflow:hidden}#loginPage:before{content:"";background:radial-gradient(at 20% 30%,#e539351f 0%,#0000 50%),radial-gradient(at 80% 70%,#1565c033 0%,#0000 50%);position:absolute;inset:0}.login-dots{opacity:.05;background-image:radial-gradient(circle,#fff 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0}.login-card{z-index:1;background:#fff;border-radius:24px;width:100%;max-width:420px;animation:.5s both fadeUp;position:relative;overflow:hidden;box-shadow:0 32px 80px #06204a66}.login-header{background:linear-gradient(135deg,var(--navy),var(--blue));text-align:center;padding:32px 36px 24px;position:relative}.login-header:after{content:"";background:linear-gradient(90deg,var(--red),#ff6659,var(--blue-lt));height:3px;position:absolute;bottom:0;left:0;right:0}.login-logo{background:#fff;border-radius:10px;margin-bottom:14px;padding:6px 12px;display:inline-block}.login-logo img{width:auto;height:38px;display:block}.login-header h2{color:#fff;margin-bottom:4px;font-family:Cormorant Garamond,serif;font-size:22px;font-weight:700}.login-header p{color:#ffffff8c;letter-spacing:.5px;text-transform:uppercase;font-size:12px}.login-body{padding:32px 36px}.login-group{margin-bottom:18px}.login-group label{color:var(--text);letter-spacing:.2px;margin-bottom:6px;font-size:12px;font-weight:600;display:block}.login-group input{border:1.5px solid var(--border);background:var(--bg);width:100%;color:var(--text);border-radius:8px;outline:none;padding:11px 14px;font-family:Outfit,sans-serif;font-size:14px;transition:all .2s}.login-group input:focus{border-color:var(--blue);background:#fff;box-shadow:0 0 0 3px #1565c01f}.login-hint{background:var(--blue-pale);border:1px solid var(--border);border-left:3px solid var(--blue);color:var(--navy);border-radius:8px;margin-bottom:18px;padding:10px 14px;font-size:12px}.login-hint strong{color:var(--red)}.btn-login{background:linear-gradient(135deg,var(--navy),var(--blue));color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;padding:14px;font-family:Outfit,sans-serif;font-size:15px;font-weight:600;transition:all .25s;position:relative;overflow:hidden;box-shadow:0 4px 14px #0d3c7a4d}.btn-login:hover{transform:translateY(-1px);box-shadow:0 6px 20px #0d3c7a66}.btn-login:after{content:"";background:var(--red);opacity:.6;height:3px;position:absolute;bottom:0;left:0;right:0}.login-error{color:var(--red);margin-top:6px;font-size:12px;display:none}.group-chat-container{flex:1;display:flex;overflow:hidden}.group-chat-sidebar{border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;width:280px;min-width:280px;max-width:280px;display:flex;overflow:hidden auto}@media (width<=768px){.group-chat-container{flex-direction:column!important}.group-chat-sidebar{border-bottom:2px solid var(--border);flex-shrink:0;height:180px;border-right:none!important;width:100%!important;min-width:100%!important;max-width:100%!important}}.homepage{--ink:#0a1628;--blue:#1642a8;--accent:#e8541a;--accent2:#ff6b35;--teal:#00c9bb;--gold:#f5a321;--surface:#f0f3f9;--panel:#fff;--muted:#6b7a99;--hp-border:#e2e7f0;--r:12px;--shadow:0 2px 16px #0a162814;--shadow-md:0 6px 28px #0a162821;background:var(--surface);color:var(--ink);flex-direction:column;min-height:100vh;font-family:Inter,sans-serif;display:flex}.homepage *,.homepage :before,.homepage :after{box-sizing:border-box}@media (width>=900px){.homepage{height:100vh;overflow:hidden}}.hp-scrollable{overflow:hidden auto}.hp-scrollable::-webkit-scrollbar{width:3px}.hp-scrollable::-webkit-scrollbar-thumb{background:#0000001a;border-radius:2px}.hp-navbar{background:var(--ink);z-index:100;border-bottom:1px solid #ffffff0f;flex-shrink:0;justify-content:space-between;align-items:center;height:56px;padding:0 28px;display:flex;position:sticky;top:0}.hp-logo{align-items:center;gap:10px;display:flex}.hp-logo-mark{background:linear-gradient(140deg, var(--accent), var(--gold));color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:11px;font-weight:800;display:flex}.hp-logo-text .t1{color:#fff;font-size:13px;font-weight:700;line-height:1.3}.hp-logo-text .t2{color:#ffffff61;font-size:10px;font-weight:500}.hp-nav-links{gap:2px;display:flex}.hp-nl{color:#ffffff8c;cursor:pointer;border-radius:7px;padding:6px 12px;font-size:12.5px;font-weight:500;text-decoration:none;transition:all .15s}.hp-nl:hover,.hp-nl.on{color:#fff;background:#ffffff17}.hp-nav-r{align-items:center;gap:10px;display:flex}.hp-hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.hp-hamburger span{background:#ffffffb3;border-radius:2px;width:22px;height:2px;transition:all .25s;display:block}.hp-hamburger.open span:first-child{transform:translateY(7px)rotate(45deg)}.hp-hamburger.open span:nth-child(2){opacity:0}.hp-hamburger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.hp-live-badge{color:var(--teal);letter-spacing:.3px;background:#00c9bb1a;border:1px solid #00c9bb47;border-radius:20px;align-items:center;gap:5px;padding:5px 12px;font-size:10.5px;font-weight:700;display:flex}.hp-live-badge:before{content:"";background:var(--teal);border-radius:50%;width:6px;height:6px;animation:1.6s ease-in-out infinite hp-blink}@keyframes hp-blink{0%,to{opacity:1}50%{opacity:.3}}.hp-btn-login{background:linear-gradient(135deg, var(--accent), var(--accent2));color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:9px;padding:9px 22px;font-family:Inter,sans-serif;font-size:12.5px;font-weight:700;transition:transform .15s,box-shadow .15s;box-shadow:0 4px 14px #e8541a59}.hp-btn-login:hover{transform:translateY(-1px);box-shadow:0 6px 20px #e8541a73}.hp-mobile-nav{background:var(--ink);z-index:99;border-bottom:1px solid #ffffff12;flex-direction:column;gap:4px;padding:12px 20px 16px;display:none;position:sticky;top:56px}.hp-mobile-nav.open{display:flex}.hp-mobile-nav .hp-nl{padding:10px 12px;font-size:14px}.hp-ticker{background:linear-gradient(90deg,#081020,#0d1e3c);border-bottom:1px solid #ffffff0d;flex-shrink:0;align-items:center;height:30px;display:flex;overflow:hidden}.hp-tick-lbl{letter-spacing:.8px;color:var(--gold);background:#f5a3211a;border-right:1px solid #ffffff0d;flex-shrink:0;align-items:center;height:100%;padding:0 14px;font-size:9px;font-weight:800;display:flex}.hp-tick-wrap{flex:1;overflow:hidden}.hp-tick-track{white-space:nowrap;gap:44px;padding-left:28px;animation:38s linear infinite hp-tickMove;display:flex}@keyframes hp-tickMove{0%{transform:translate(0)}to{transform:translate(-50%)}}.hp-ti{color:#ffffffa6;align-items:center;gap:7px;font-size:11.5px;display:flex}.hp-td{border-radius:50%;flex-shrink:0;width:5px;height:5px}.hp-tg{background:#10b981}.hp-to{background:var(--gold)}.hp-tb{background:#60a5fa}.hp-tt{background:var(--teal)}.hp-root{flex:1;grid-template-columns:290px 1fr 265px;min-height:0;display:grid;overflow:hidden}.hp-col-left{background:var(--ink);border-right:1px solid #ffffff0f;flex-direction:column;display:flex}.hp-hero-pane{background:linear-gradient(165deg,#081428 0%,#0f2050 100%);border-bottom:1px solid #ffffff12;flex-shrink:0;padding:22px 22px 18px}.hp-hero-eyebrow{letter-spacing:1.2px;color:var(--gold);opacity:.85;margin-bottom:10px;font-size:9px;font-weight:800}.hp-hero-hl{color:#fff;margin-bottom:10px;font-family:Playfair Display,serif;font-size:23px;font-weight:800;line-height:1.2}.hp-hero-hl em{color:var(--gold);font-style:normal}.hp-hero-sub{color:#ffffff7a;margin-bottom:18px;font-size:11.5px;line-height:1.65}.hp-hero-btns{gap:8px;margin-bottom:18px;display:flex}.hp-btn-join{background:linear-gradient(135deg, var(--accent), var(--accent2));color:#fff;cursor:pointer;border:none;border-radius:9px;flex:1;padding:11px 12px;font-family:Inter,sans-serif;font-size:12px;font-weight:700;transition:transform .15s;box-shadow:0 3px 10px #e8541a4d}.hp-btn-join:hover{transform:translateY(-1px)}.hp-btn-explore{color:#ffffffc7;cursor:pointer;background:#ffffff12;border:1px solid #ffffff21;border-radius:9px;flex:1;padding:11px 12px;font-family:Inter,sans-serif;font-size:12px;font-weight:600;transition:background .15s}.hp-btn-explore:hover{background:#ffffff1f}.hp-hero-nums{border-top:1px solid #ffffff12;grid-template-columns:1fr 1fr 1fr;padding-top:14px;display:grid}.hp-hn{text-align:center}.hp-hn+.hp-hn{border-left:1px solid #ffffff12}.hp-hn-v{color:#fff;font-size:17px;font-weight:800}.hp-hn-l{color:#ffffff4d;letter-spacing:.5px;margin-top:2px;font-size:9px;font-weight:600}.hp-stats-pane{border-bottom:1px solid #ffffff0f;flex-shrink:0;padding:18px 22px 16px}.hp-pane-title{letter-spacing:.9px;color:#ffffff4d;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:13px;font-size:9.5px;font-weight:800;display:flex}.hp-pane-title:after{content:"";background:#ffffff12;flex:1;height:1px}.hp-stat-grid{grid-template-columns:1fr 1fr;gap:9px;display:grid}.hp-stat-card{cursor:default;border-radius:11px;padding:13px 14px 11px;transition:transform .18s;position:relative;overflow:hidden}.hp-stat-card:hover{transform:translateY(-2px)}.hp-sc-a{background:linear-gradient(135deg,#063a2e,#0a5940);border:1px solid #00c98c2e}.hp-sc-b{background:linear-gradient(135deg,#2a1a08,#4a300e);border:1px solid #f5a32133}.hp-sc-c{background:linear-gradient(135deg,#0a1a3a,#122a5c);border:1px solid #60a5fa2e}.hp-sc-d{background:linear-gradient(135deg,#0e1f3a,#0a2e50);border:1px solid #00c9bb2e}.hp-sc-glow{opacity:.18;filter:blur(18px);pointer-events:none;border-radius:50%;width:70px;height:70px;position:absolute;top:-16px;right:-16px}.hp-sg-a{background:#00c98c}.hp-sg-b{background:#f5a321}.hp-sg-c{background:#60a5fa}.hp-sg-d{background:#00c9bb}.hp-sc-val{z-index:1;margin-bottom:4px;font-size:34px;font-weight:800;line-height:1;position:relative}.hp-sv-a{color:#00e6a8}.hp-sv-b{color:#ffc14d}.hp-sv-c{color:#90c0ff}.hp-sv-d{color:#00ddd0}.hp-sc-lbl{letter-spacing:.5px;opacity:.58;z-index:1;font-size:9px;font-weight:700;line-height:1.3;position:relative}.hp-sl-a{color:#00e6a8}.hp-sl-b{color:#ffc14d}.hp-sl-c{color:#90c0ff}.hp-sl-d{color:#00ddd0}.hp-why-pane{flex:1;padding:16px 22px;overflow-y:auto}.hp-why-pane::-webkit-scrollbar{width:3px}.hp-why-pane::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:2px}.hp-why-items{flex-direction:column;gap:0;display:flex}.hp-why-row{border-bottom:1px solid #ffffff0d;align-items:flex-start;gap:11px;padding:11px 0;display:flex}.hp-why-row:last-child{border-bottom:none}.hp-why-ico{border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:15px;display:flex}.hp-wi-g{background:#10b98124}.hp-wi-o{background:#f5a32124}.hp-wi-b{background:#60a5fa24}.hp-wi-t{background:#00c9bb24}.hp-wi-r{background:#ef444424}.hp-wi-p{background:#a78bfa24}.hp-why-head{color:#fff;margin-bottom:2px;font-size:11px;font-weight:700}.hp-why-txt{color:#ffffff80;font-size:10.5px;line-height:1.5}.hp-col-centre{background:var(--surface);flex-direction:column;min-width:0;display:flex}.hp-sec-hd{flex-shrink:0;justify-content:space-between;align-items:center;margin-bottom:13px;display:flex}.hp-sec-hd-l{color:var(--ink);letter-spacing:.5px;text-transform:uppercase;align-items:center;gap:8px;font-size:11px;font-weight:800;display:flex}.hp-sec-hd-l .bar{background:var(--accent);border-radius:2px;width:3px;height:16px}.hp-sec-hd a{color:var(--blue);font-size:11px;font-weight:600;text-decoration:none}.hp-sec-hd a:hover{text-decoration:underline}.hp-events-sec{flex-shrink:0;padding:16px 16px 10px}.hp-ev-grid{grid-template-columns:repeat(3,1fr);gap:11px;display:grid}.hp-ev{background:var(--panel);border-radius:var(--r);box-shadow:var(--shadow);cursor:pointer;flex-direction:column;transition:transform .17s,box-shadow .17s;display:flex;overflow:hidden}.hp-ev:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.hp-ev:before{content:"";flex-shrink:0;height:4px;display:block}.hp-ev-summit:before{background:linear-gradient(90deg,#1642a8,#3b82f6)}.hp-ev-chapter:before{background:linear-gradient(90deg, var(--accent), var(--accent2))}.hp-ev-fam:before{background:linear-gradient(90deg,#0ea5a0,#34d3ce)}.hp-ev-webinar:before{background:linear-gradient(90deg,#7c3aed,#a78bfa)}.hp-ev-trade:before{background:linear-gradient(90deg,#0f766e,#14b8a6)}.hp-ev-inner{flex-direction:column;flex:1;padding:14px 15px 12px;display:flex}.hp-ev-top{justify-content:space-between;align-items:flex-start;margin-bottom:9px;display:flex}.hp-ev-badge{letter-spacing:.4px;border-radius:20px;padding:3px 8px;font-size:9px;font-weight:800}.hp-eb-s{color:#1d4ed8;background:#eff6ff}.hp-eb-c{color:#c2410c;background:#fff4ef}.hp-eb-f{color:#0f766e;background:#f0fdfa}.hp-eb-w{color:#6d28d9;background:#f5f3ff}.hp-eb-t{color:#166534;background:#f0fdf4}.hp-ev-cal{text-align:right;flex-shrink:0}.hp-ev-cal .dd{color:var(--ink);font-size:21px;font-weight:800;line-height:1}.hp-ev-cal .mm{color:var(--muted);letter-spacing:.4px;font-size:9px;font-weight:700}.hp-ev-title{color:var(--ink);margin-bottom:5px;font-size:12.5px;font-weight:700;line-height:1.35}.hp-ev-loc{color:var(--muted);font-size:11px}.hp-ev-foot{border-top:1px solid var(--hp-border);justify-content:space-between;align-items:center;margin-top:auto;padding-top:10px;display:flex}.hp-ev-att{color:var(--muted);font-size:11px}.hp-btn-ev{background:var(--ink);color:#fff;cursor:pointer;border:none;border-radius:7px;padding:5px 12px;font-family:Inter,sans-serif;font-size:10.5px;font-weight:700;transition:background .15s}.hp-btn-ev:hover{background:var(--blue)}.hp-gallery-sec{flex-direction:column;flex:1;min-height:0;padding:0 16px 14px;display:flex}.hp-gallery-grid{flex:1;grid-template-rows:1fr 1fr;grid-template-columns:repeat(5,1fr);gap:8px;min-height:0;display:grid}.hp-gc{cursor:pointer;border-radius:9px;transition:transform .18s,box-shadow .18s;position:relative;overflow:hidden}.hp-gc:first-child{grid-area:span 2/span 2}.hp-gc:hover{transform:scale(1.025);box-shadow:0 6px 20px #0a16282e}.hp-gc:hover .hp-gov{opacity:1}.hp-gc1{background:linear-gradient(145deg,#0c4a6e,#0369a1,#38bdf8)}.hp-gc2{background:linear-gradient(145deg,#14532d,#15803d,#4ade80)}.hp-gc3{background:linear-gradient(145deg,#7f1d1d,#b91c1c,#f87171)}.hp-gc4{background:linear-gradient(145deg,#4a1d96,#6d28d9,#a78bfa)}.hp-gc5{background:linear-gradient(145deg,#78350f,#b45309,#fcd34d)}.hp-gc6{background:linear-gradient(145deg,#134e4a,#0d9488,#2dd4bf)}.hp-gc7{background:linear-gradient(145deg,#1e1b4b,#3730a3,#818cf8)}.hp-gc8{background:linear-gradient(145deg,#831843,#be185d,#f9a8d4)}.hp-gc-img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.hp-ge{opacity:.2;pointer-events:none;font-size:34px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hp-gc:first-child .hp-ge{font-size:60px}.hp-gov{opacity:0;background:linear-gradient(#0000 45%,#0a1628b8 100%);align-items:flex-end;padding:10px 12px;transition:opacity .2s;display:flex;position:absolute;inset:0}.hp-gc:first-child .hp-gov{opacity:1}.hp-gcap{color:#fff;font-size:11px;font-weight:600;line-height:1.35}.hp-gc:first-child .hp-gcap{font-size:13px}.hp-col-right{border-left:1px solid var(--hp-border);background:var(--panel);flex-direction:column;display:flex}.hp-rb{border-bottom:1px solid var(--hp-border);padding:16px 16px 14px}.hp-rb:last-child{border-bottom:none;flex:1}.hp-rb-title{letter-spacing:.8px;color:var(--muted);text-transform:uppercase;justify-content:space-between;align-items:center;margin-bottom:11px;font-size:9.5px;font-weight:800;display:flex}.hp-rb-title a{color:var(--blue);font-size:10px;font-weight:600;text-decoration:none}.hp-rb-title a:hover{text-decoration:underline}.hp-cta-block{background:linear-gradient(135deg, var(--ink), #183080);text-align:center;border-radius:11px;padding:18px 16px}.hp-cta-icon{margin-bottom:8px;font-size:28px}.hp-cta-h{color:#fff;margin-bottom:5px;font-size:15px;font-weight:800}.hp-cta-p{color:#ffffff80;margin-bottom:14px;font-size:11px;line-height:1.6}.hp-cta-perks{text-align:left;flex-direction:column;gap:6px;margin-bottom:14px;display:flex}.hp-cp{color:#ffffffa6;align-items:flex-start;gap:8px;font-size:11px;display:flex}.hp-cp-ico{flex-shrink:0;margin-top:1px;font-size:13px}.hp-btn-cta-join{background:linear-gradient(135deg, var(--accent), var(--accent2));color:#fff;cursor:pointer;border:none;border-radius:9px;width:100%;padding:11px;font-family:Inter,sans-serif;font-size:13px;font-weight:700;transition:transform .15s;box-shadow:0 3px 12px #e8541a4d}.hp-btn-cta-join:hover{transform:translateY(-1px)}.hp-cta-login{color:#ffffff61;margin-top:9px;font-size:11px}.hp-cta-login a{color:#ffffffa6;cursor:pointer;font-weight:600;text-decoration:none}.hp-cta-login a:hover{text-decoration:underline}.hp-news-list{flex-direction:column;gap:8px;display:flex}.hp-ni{cursor:pointer;border-radius:8px;align-items:flex-start;gap:10px;padding:4px;transition:background .15s;display:flex}.hp-ni:hover{background:var(--surface)}.hp-ni-th{border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:44px;font-size:19px;display:flex}.hp-nt1{background:linear-gradient(135deg,#0f4c75,#1b77a8)}.hp-nt2{background:linear-gradient(135deg,#2d3748,#4a5568)}.hp-nt3{background:linear-gradient(135deg,#744210,#d97706)}.hp-nt4{background:linear-gradient(135deg,#14532d,#16a34a)}.hp-ni-src{color:var(--muted);letter-spacing:.4px;text-transform:uppercase;margin-bottom:3px;font-size:9px;font-weight:700}.hp-ni-title{color:var(--ink);font-size:11.5px;font-weight:700;line-height:1.35}.hp-fam-list{flex-direction:column;gap:7px;display:flex}.hp-fr{background:var(--surface);cursor:pointer;border-radius:9px;align-items:center;gap:10px;padding:9px 11px;transition:background .15s,transform .15s;display:flex}.hp-fr:hover{background:var(--hp-border);transform:translate(2px)}.hp-fr-flag{flex-shrink:0;font-size:22px}.hp-fr-body{flex:1;min-width:0}.hp-fr-dest{color:var(--ink);margin-bottom:1px;font-size:12px;font-weight:700}.hp-fr-org{color:var(--muted);font-size:10px}.hp-fr-r{text-align:right;flex-shrink:0}.hp-fr-price{color:var(--ink);font-size:12px;font-weight:800}.hp-fr-seats{color:var(--accent);font-size:9.5px;font-weight:700}.hp-ql-list{flex-direction:column;gap:5px;display:flex}.hp-ql{background:var(--surface);cursor:pointer;color:inherit;border-radius:9px;align-items:center;gap:10px;padding:8px 11px;text-decoration:none;transition:background .15s;display:flex}.hp-ql:hover{background:var(--hp-border)}.hp-qi{border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:13px;display:flex}.hp-qi-b{background:#eff6ff}.hp-qi-g{background:#f0fdf4}.hp-qi-o{background:#fff4ef}.hp-qi-t{background:#f0fdfa}.hp-qi-p{background:#fdf4ff}.hp-qi-y{background:#fefce8}.hp-ql-lbl{color:var(--ink);font-size:12px;font-weight:600}.hp-ql-cnt{background:var(--ink);color:#fff;border-radius:10px;margin-left:auto;padding:2px 7px;font-size:9px;font-weight:800}.hp-modal-bg{z-index:200;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#050c1ccc;justify-content:center;align-items:center;padding:16px;display:none;position:fixed;inset:0}.hp-modal-bg.open{display:flex}.hp-modal{background:var(--panel);border-radius:18px;width:100%;max-width:408px;padding:36px 30px 26px;animation:.22s hp-mIn;position:relative;box-shadow:0 32px 80px #050c1c80}@keyframes hp-mIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.hp-m-close{background:var(--surface);cursor:pointer;width:30px;height:30px;color:var(--muted);border:none;border-radius:7px;justify-content:center;align-items:center;font-size:14px;display:flex;position:absolute;top:14px;right:14px}.hp-m-close:hover{background:var(--hp-border)}.hp-m-logo{align-items:center;gap:9px;margin-bottom:20px;display:flex}.hp-m-h{color:var(--ink);margin-bottom:4px;font-size:21px;font-weight:800}.hp-m-sub{color:var(--muted);margin-bottom:22px;font-size:12.5px}.hp-fg{margin-bottom:13px}.hp-fl{color:var(--ink);margin-bottom:5px;font-size:11.5px;font-weight:600;display:block}.hp-fi{border:1.5px solid var(--hp-border);width:100%;color:var(--ink);box-sizing:border-box;background:#fff;border-radius:9px;outline:none;padding:10px 13px;font-family:Inter,sans-serif;font-size:13.5px;transition:border-color .15s}.hp-fi:focus{border-color:var(--blue)}.hp-f-row{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.hp-f-chk{color:var(--muted);cursor:pointer;align-items:center;gap:6px;font-size:11.5px;display:flex}.hp-f-chk input{accent-color:var(--blue)}.hp-f-fp{color:var(--blue);font-size:11.5px;font-weight:600;text-decoration:none}.hp-btn-sign{background:linear-gradient(135deg, var(--ink), var(--blue));color:#fff;cursor:pointer;border:none;border-radius:10px;width:100%;margin-bottom:11px;padding:13px;font-family:Inter,sans-serif;font-size:14px;font-weight:700;transition:transform .15s;box-shadow:0 4px 16px #0a162833}.hp-btn-sign:hover{transform:translateY(-1px)}.hp-btn-sign:disabled{opacity:.6;cursor:not-allowed;transform:none}.hp-m-div{color:var(--muted);align-items:center;gap:11px;margin-bottom:11px;font-size:12px;display:flex}.hp-m-div:before,.hp-m-div:after{content:"";background:var(--hp-border);flex:1;height:1px}.hp-btn-apply{background:var(--surface);width:100%;color:var(--ink);border:1.5px solid var(--hp-border);cursor:pointer;text-align:center;border-radius:10px;padding:11px;font-family:Inter,sans-serif;font-size:14px;font-weight:700;text-decoration:none;transition:background .15s;display:block}.hp-btn-apply:hover{background:var(--hp-border)}.hp-m-terms{color:var(--muted);text-align:center;margin-top:14px;font-size:10.5px;line-height:1.6}.hp-m-terms a{color:var(--blue)}.hp-login-error{color:#e53935;text-align:center;background:#ffebee;border:1px solid #ffcdd2;border-radius:8px;margin-bottom:12px;padding:8px 12px;font-size:12px}.hp-lb-bg{z-index:300;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#050c1ceb;justify-content:center;align-items:center;padding:20px;animation:.2s hp-lbFade;display:flex;position:fixed;inset:0}@keyframes hp-lbFade{0%{opacity:0}to{opacity:1}}.hp-lb-close{color:#fff;cursor:pointer;z-index:2;background:#ffffff1a;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;transition:background .15s,transform .15s;display:flex;position:absolute;top:18px;right:18px}.hp-lb-close:hover{background:#fff3;transform:scale(1.1)}.hp-lb-arrow{color:#fff;cursor:pointer;z-index:2;background:#ffffff14;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-family:Inter,sans-serif;font-size:28px;transition:background .15s,transform .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.hp-lb-arrow:hover{background:#ffffff2e;transform:translateY(-50%)scale(1.08)}.hp-lb-prev{left:18px}.hp-lb-next{right:18px}.hp-lb-content{flex-direction:column;align-items:center;max-width:85vw;max-height:85vh;animation:.25s hp-lbSlide;display:flex}@keyframes hp-lbSlide{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.hp-lb-img{object-fit:contain;border-radius:12px;max-width:85vw;max-height:72vh;box-shadow:0 20px 60px #00000080}.hp-lb-placeholder{border-radius:12px;justify-content:center;align-items:center;width:60vw;max-width:500px;height:50vh;max-height:400px;display:flex;box-shadow:0 20px 60px #00000080}.hp-lb-emoji{opacity:.4;font-size:80px}.hp-lb-caption{text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border:1px solid #ffffff1a;border-radius:10px;margin-top:16px;padding:12px 24px}.hp-lb-cap-title{color:#fff;margin-bottom:2px;font-size:15px;font-weight:700}.hp-lb-cap-sub{color:#ffffff80;font-size:12px}.hp-lb-counter{color:#ffffff59;margin-top:4px;font-size:11px;font-weight:600}@media (width<=640px){.hp-lb-arrow{width:36px;height:36px;font-size:22px}.hp-lb-prev{left:8px}.hp-lb-next{right:8px}.hp-lb-img{max-width:92vw;max-height:65vh}.hp-lb-placeholder{width:85vw;height:40vh}.hp-lb-close{width:34px;height:34px;top:10px;right:10px}}.hp-loading{background:var(--surface);justify-content:center;align-items:center;min-height:100vh;font-family:Inter,sans-serif;display:flex}.hp-loading-inner{text-align:center}.hp-loading-spinner{border:3px solid var(--hp-border);border-top-color:var(--accent);border-radius:50%;width:40px;height:40px;margin:0 auto 16px;animation:.8s linear infinite hp-spin}@keyframes hp-spin{to{transform:rotate(360deg)}}.hp-loading-text{color:var(--muted);font-size:14px;font-weight:500}@media (width<=899px){.homepage{height:auto;overflow:auto}.hp-root{flex-direction:column;display:flex;overflow:visible}.hp-col-left,.hp-col-centre,.hp-col-right{border-left:none;border-right:none;width:100%;overflow:visible}.hp-hero-pane{padding:20px 18px 16px}.hp-hero-hl{font-size:26px}.hp-stat-grid{grid-template-columns:1fr 1fr}.hp-sc-val{font-size:30px}.hp-ev-grid{grid-template-columns:1fr}@media (width>=600px){.hp-ev-grid{grid-template-columns:1fr 1fr}}.hp-events-sec{padding:16px 14px 10px}.hp-gallery-sec{flex:none;padding:0 14px 16px}.hp-gallery-grid{grid-template-rows:none;grid-template-columns:repeat(2,1fr);height:280px}.hp-gc:first-child{grid-area:span 1/span 2}.hp-gc:first-child .hp-gov{opacity:1}.hp-col-right{border-left:none;border-top:1px solid var(--hp-border)}.hp-rb{padding:14px 14px 12px}@media (width<=380px){.hp-live-badge,.hp-logo-text .t2{display:none}}.hp-nav-links{display:none}.hp-hamburger{display:flex}.hp-why-pane{flex:none;padding:14px 18px 16px}.hp-why-items{grid-template-columns:1fr 1fr;gap:0;display:grid}.hp-why-row{padding:10px 6px}@media (width<=480px){.hp-why-items{flex-direction:column;display:flex}}.hp-tick-lbl{padding:0 10px;font-size:8.5px}}.dashboard-page{background:var(--bg);color:var(--text);width:100%;min-height:100vh;margin-top:-52px;font-family:Outfit,sans-serif;overflow-x:hidden}@media (width>=701px){.main-topbar-logo-img,.main-topbar-logo-divider{display:none!important}}.dashboard-page .sidebar{background:linear-gradient(180deg, var(--navy) 0%, #0a2d5e 100%);z-index:100;flex-direction:column;width:260px;transition:transform .3s;display:flex;position:fixed;top:0;bottom:0;left:0;box-shadow:4px 0 20px #0d3c7a40}.dashboard-page .sidebar-accent{background:linear-gradient(90deg, var(--red), #ff6659, var(--blue));height:4px}.dashboard-page .sidebar-logo{border-bottom:1px solid #ffffff14;padding:20px 24px 16px}.dashboard-page .logo-mark{align-items:center;display:flex}.dashboard-page .member-card{background:#ffffff14;border:1px solid #ffffff1f;border-radius:12px;margin:14px 16px;padding:14px;position:relative;overflow:hidden}.dashboard-page .member-card:before{content:"";background:linear-gradient(90deg,var(--red),var(--blue-lt));height:2px;position:absolute;top:0;left:0;right:0}.dashboard-page .member-avatar{background:linear-gradient(135deg,var(--red),#ff6659);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:8px;font-family:Cormorant Garamond,serif;font-size:17px;font-weight:700;display:flex;box-shadow:0 3px 10px #e5393566}.dashboard-page .member-name{color:#fff;margin-bottom:2px;font-size:13px;font-weight:600}.dashboard-page .member-id{color:#ffffff80;letter-spacing:.5px;font-size:10px}.dashboard-page .member-badge{color:#ffcdd2;letter-spacing:1px;text-transform:uppercase;background:#e5393533;border:1px solid #e5393566;border-radius:20px;align-items:center;gap:4px;margin-top:6px;padding:3px 8px;font-size:9px;display:inline-flex}.dashboard-page .member-badge:before{content:"";background:var(--red);border-radius:50%;width:5px;height:5px;animation:2s infinite pulse}.dashboard-page .nav{flex:1;padding:8px 12px;overflow-y:auto}.dashboard-page .nav-label{letter-spacing:2px;text-transform:uppercase;color:#ffffff59;padding:12px 8px 6px;font-size:9px;font-weight:600}.dashboard-page .nav-item{color:#ffffff8c;cursor:pointer;border-radius:10px;align-items:center;gap:10px;margin-bottom:2px;padding:10px 12px;font-size:13px;text-decoration:none;transition:all .2s;display:flex}.dashboard-page .nav-item:hover{color:#ffffffd9;background:#ffffff12}.dashboard-page .nav-item.active{color:#fff;border-left:3px solid var(--red);background:#1565c04d;font-weight:600}.dashboard-page .nav-item .ni{text-align:center;width:20px;font-size:16px}.dashboard-page .sidebar-footer{color:#fff3;text-align:center;border-top:1px solid #ffffff12;padding:16px;font-size:11px}.dashboard-page .main{min-height:100vh;margin-left:260px}.dashboard-page .topbar{background:linear-gradient(90deg, var(--navy) 0%, var(--blue) 60%, var(--blue-mid) 100%);z-index:50;justify-content:space-between;align-items:center;height:60px;padding:0 36px;display:flex;position:sticky;top:0;box-shadow:0 2px 16px #0d3c7a4d}.dashboard-page .page-title{color:#fff;font-family:Cormorant Garamond,serif;font-size:22px;font-weight:600}.dashboard-page .page-title em{color:#ffcdd2;font-style:normal}.dashboard-page .topbar-right{align-items:center;gap:14px;display:flex}.dashboard-page .notif-btn{cursor:pointer;background:#ffffff1f;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;transition:all .2s;display:flex;position:relative}.dashboard-page .notif-btn:hover{background:#fff3}.dashboard-page .notif-dot{background:var(--red);border:2px solid var(--blue);border-radius:50%;width:8px;height:8px;position:absolute;top:5px;right:5px}.dashboard-page .topbar-date{color:#fff9;font-size:12px}.dashboard-page .topbar-badge{background:var(--red);color:#fff;letter-spacing:1px;text-transform:uppercase;border-radius:20px;padding:4px 10px;font-size:10px;font-weight:600;box-shadow:0 2px 6px #e5393566}.dashboard-page .content{padding:32px 36px}.dashboard-page .welcome-hero{background:linear-gradient(135deg, var(--navy) 0%, #071e52 55%, #06174a 100%);box-shadow:var(--shadow-lg);border-radius:20px;margin-bottom:28px;animation:.6s both fadeUp;position:relative;overflow:hidden}.dashboard-page .hero-topbar{background:linear-gradient(90deg, var(--red), #ff6659 30%, var(--blue) 60%, var(--blue-lt) 100%);height:4px}.dashboard-page .welcome-hero:before{content:"";background:radial-gradient(at 85% 40%,#1565c033 0%,#0000 55%),radial-gradient(at 15% 80%,#e539351f 0%,#0000 50%);position:absolute;inset:0}.dashboard-page .hero-bg-dots{opacity:.06;background-image:radial-gradient(circle,#fff 1px,#0000 1px);background-size:20px 20px;width:320px;position:absolute;top:0;bottom:0;right:0}.dashboard-page .hero-inner{z-index:1;grid-template-columns:1fr auto;align-items:center;gap:32px;padding:36px 44px;display:grid;position:relative}@media (width<=700px){.dashboard-page .hero-inner{grid-template-columns:1fr}.dashboard-page .hero-visual{display:none}}.dashboard-page .welcome-tag{color:#ffcdd2;letter-spacing:2px;text-transform:uppercase;background:#e5393533;border:1px solid #e5393566;border-radius:20px;align-items:center;gap:6px;margin-bottom:14px;padding:4px 12px;font-size:10px;display:inline-flex}.dashboard-page .welcome-h{color:#fff;margin-bottom:10px;font-family:Cormorant Garamond,serif;font-size:clamp(24px,3.2vw,36px);font-weight:600;line-height:1.2}.dashboard-page .welcome-h em{color:#90caf9;font-style:italic}.dashboard-page .welcome-sub{color:#ffffff80;max-width:460px;margin-bottom:24px;font-size:13px;font-weight:300;line-height:1.6}.dashboard-page .globe-container{justify-content:center;align-items:center;width:190px;height:190px;display:flex;position:relative}.dashboard-page .globe-ring{border-radius:50%;animation:3s ease-in-out infinite ringPulse;position:absolute}.dashboard-page .globe-ring:first-child{border:1.5px solid #1565c04d;width:160px;height:160px;animation-delay:0s}.dashboard-page .globe-ring:nth-child(2){border:1px solid #e5393533;width:200px;height:200px;animation-delay:.6s}.dashboard-page .globe-ring:nth-child(3){border:1px solid #5b9ef526;width:240px;height:240px;animation-delay:1.2s}.dashboard-page .globe-wrap{z-index:2;background:radial-gradient(circle at 35% 35%, var(--blue-mid), var(--navy));border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;font-size:52px;animation:4s ease-in-out infinite floatGlobe;display:flex;box-shadow:0 0 40px #1565c066,inset 0 0 20px #0003}.dashboard-page .section-head{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.dashboard-page .section-h{color:var(--navy);align-items:center;gap:10px;font-family:Cormorant Garamond,serif;font-size:22px;font-weight:600;display:flex}.dashboard-page .section-h:before{content:"";background:linear-gradient(180deg,var(--red),var(--blue));border-radius:2px;width:4px;height:22px;display:inline-block}.dashboard-page .see-all{color:var(--blue);cursor:pointer;font-size:12px;font-weight:500;text-decoration:none}.dashboard-page .see-all:hover{color:var(--navy)}.dashboard-page .services-section{margin-bottom:32px;animation:.6s .1s both fadeUp}.dashboard-page .services-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}@media (width<=950px){.dashboard-page .services-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=580px){.dashboard-page .services-grid{grid-template-columns:1fr}}.dashboard-page .service-card{background:var(--white);border:1px solid var(--border);cursor:pointer;box-shadow:var(--shadow-sm);border-radius:20px;flex-direction:column;transition:all .3s cubic-bezier(.175,.885,.32,1.1);display:flex;overflow:hidden}.dashboard-page .service-card:hover{box-shadow:var(--shadow-lg);border-color:var(--border-md);transform:translateY(-6px)scale(1.01)}.dashboard-page .service-card:after{content:"";background:linear-gradient(90deg,var(--navy),var(--blue),var(--red));opacity:0;height:3px;transition:opacity .3s;display:block}.dashboard-page .service-card:hover:after{opacity:1}.dashboard-page .sc-img{justify-content:center;align-items:center;height:190px;display:flex;position:relative;overflow:hidden}.dashboard-page .sc-palpal .sc-img{background:linear-gradient(150deg, var(--bg) 0%, #e8eef9 60%, var(--blue-pale) 100%)}.dashboard-page .sc-neo .sc-img{background:linear-gradient(150deg, #06204a 0%, var(--navy) 60%, #112d6b 100%)}.dashboard-page .sc-web .sc-img{background:linear-gradient(150deg, var(--navy) 0%, #0a2d6e 50%, #0d3c7a 100%)}.dashboard-page .palpal-logo-wrap{justify-content:center;align-items:center;padding:24px;display:flex}.dashboard-page .palpal-logo-wrap img{object-fit:contain;filter:drop-shadow(0 4px 12px #0d3c7a26);width:190px;height:auto;transition:transform .3s}.dashboard-page .service-card:hover .palpal-logo-wrap img{transform:scale(1.06)}.dashboard-page .neo-card-visual{background:linear-gradient(135deg,#0a2a5e,var(--blue));border:1px solid #ffffff1f;border-radius:14px;width:230px;height:142px;padding:16px;transition:transform .3s;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000059,0 0 0 1px #ffffff0d}.dashboard-page .service-card:hover .neo-card-visual{transform:rotate(-2deg)scale(1.04)}.dashboard-page .neo-card-visual:before{content:"";background:radial-gradient(circle,#e539354d,#0000);border-radius:50%;width:100px;height:100px;position:absolute;top:-30px;right:-30px}.dashboard-page .neo-card-visual:after{content:"";background:radial-gradient(circle,#5b9ef540,#0000);border-radius:50%;width:80px;height:80px;position:absolute;bottom:-20px;left:-20px}.dashboard-page .neo-chip{z-index:1;background:linear-gradient(135deg,#ffcc80,#ff9800);border-radius:4px;width:32px;height:24px;margin-bottom:20px;position:relative}.dashboard-page .neo-number{letter-spacing:2px;color:#fff9;z-index:1;margin-bottom:10px;font-family:Courier New,monospace;font-size:10px;position:relative}.dashboard-page .neo-bottom{z-index:1;justify-content:space-between;align-items:flex-end;display:flex;position:relative}.dashboard-page .neo-name{color:#ffffffbf;letter-spacing:1px;font-size:10px;font-weight:500}.dashboard-page .neo-brand{color:#ffcc80;letter-spacing:.5px;font-family:Cormorant Garamond,serif;font-size:12px;font-weight:700}.dashboard-page .web-browser-visual{background:#0d2951;border-radius:10px;width:240px;transition:transform .3s;overflow:hidden;box-shadow:0 14px 35px #00000059}.dashboard-page .service-card:hover .web-browser-visual{transform:translateY(-4px)rotate(1deg)}.dashboard-page .browser-bar{background:#06204a;align-items:center;gap:5px;padding:8px 10px;display:flex}.dashboard-page .b-dot{border-radius:50%;width:7px;height:7px}.dashboard-page .browser-url{background:#ffffff14;border-radius:4px;flex:1;height:13px;margin:0 8px}.dashboard-page .browser-body{padding:10px}.dashboard-page .bb-hero{background:linear-gradient(135deg,var(--blue),var(--blue-mid));color:#fffc;letter-spacing:1.5px;border-radius:6px;justify-content:center;align-items:center;height:56px;margin-bottom:8px;font-size:9px;font-weight:600;display:flex}.dashboard-page .bb-row{gap:5px;margin-bottom:5px;display:flex}.dashboard-page .bb-block{background:#ffffff1a;border-radius:3px;height:9px}.dashboard-page .sc-img-tag{letter-spacing:1.5px;text-transform:uppercase;border-radius:10px;padding:4px 10px;font-size:9px;font-weight:700;position:absolute;top:12px;right:12px}.dashboard-page .tag-popular{color:#fff;background:#1565c0d9}.dashboard-page .tag-new{background:var(--red);color:#fff;box-shadow:0 2px 6px #e5393566}.dashboard-page .tag-hot{background:linear-gradient(135deg,var(--red),#ff5722);color:#fff}.dashboard-page .sc-body{flex-direction:column;flex:1;padding:20px;display:flex}.dashboard-page .sc-title{color:var(--navy);margin-bottom:6px;font-family:Cormorant Garamond,serif;font-size:19px;font-weight:700}.dashboard-page .sc-desc{color:var(--text-muted);flex:1;margin-bottom:14px;font-size:12px;line-height:1.65}.dashboard-page .sc-footer{justify-content:space-between;align-items:center;display:flex}.dashboard-page .sc-price{color:var(--text-muted);font-size:12px}.dashboard-page .sc-price strong{color:var(--navy);font-family:Cormorant Garamond,serif;font-size:14px;font-weight:700}.dashboard-page .sc-rating{color:var(--red);margin-bottom:6px;font-size:11px}.dashboard-page .sc-btn{background:linear-gradient(135deg,var(--navy),var(--blue));color:#fff;cursor:pointer;letter-spacing:.3px;border:none;border-radius:8px;padding:8px 18px;font-family:Outfit,sans-serif;font-size:11px;font-weight:600;transition:all .2s;box-shadow:0 3px 10px #0d3c7a40}.dashboard-page .sc-btn:hover{background:linear-gradient(135deg,var(--blue),var(--blue-mid));border-radius:8px;transform:translateY(-1px);box-shadow:0 6px 16px #0d3c7a66}.dashboard-page .bottom-grid{grid-template-columns:1fr 330px;gap:20px;animation:.6s .2s both fadeUp;display:grid}@media (width<=1000px){.dashboard-page .bottom-grid{grid-template-columns:1fr}}.dashboard-page .quick-links{background:var(--white);border:1px solid var(--border);border-radius:var(--r);box-shadow:var(--shadow-sm);overflow:hidden}.dashboard-page .ql-topbar{background:linear-gradient(90deg,var(--navy),var(--blue),var(--blue-lt));height:4px}.dashboard-page .ql-content{padding:22px}.dashboard-page .ql-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px;display:grid}@media (width<=700px){.dashboard-page .ql-grid{grid-template-columns:repeat(2,1fr)}}.dashboard-page .ql-item{border:1.5px solid var(--border);background:var(--bg);cursor:pointer;text-align:center;border-radius:12px;flex-direction:column;align-items:center;gap:8px;padding:16px 8px;transition:all .2s;display:flex}.dashboard-page .ql-item:hover{border-color:var(--blue);background:#eef5ff;transform:translateY(-2px);box-shadow:0 4px 12px #1565c01a}.dashboard-page .ql-icon{font-size:24px}.dashboard-page .ql-name{color:var(--text-sm);font-size:11px;font-weight:600;line-height:1.3}.dashboard-page .announcements{background:var(--white);border:1px solid var(--border);border-radius:var(--r);box-shadow:var(--shadow-sm);overflow:hidden}.dashboard-page .ann-topbar{background:linear-gradient(90deg,var(--red),#ff6659,var(--blue-lt));height:4px}.dashboard-page .ann-content{padding:22px}.dashboard-page .announce-item{border-bottom:1px solid var(--border);cursor:pointer;border-radius:8px;gap:12px;padding:11px 8px;transition:all .2s;display:flex}.dashboard-page .announce-item:last-child{border-bottom:none}.dashboard-page .announce-item:hover{background:var(--bg);padding-left:12px}.dashboard-page .an-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;display:flex}.dashboard-page .an-icon.blue{background:#e8f0fd}.dashboard-page .an-icon.red{background:var(--red-soft)}.dashboard-page .an-icon.navy{background:#e3eaf7}.dashboard-page .an-title{color:var(--navy);margin-bottom:2px;font-size:13px;font-weight:600}.dashboard-page .an-sub{color:var(--text-muted);font-size:11px}.dashboard-page .an-time{color:var(--border-md);margin-top:3px;font-size:10px}.dashboard-page .modal-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:200;background:#0d3c7abf;justify-content:center;align-items:center;padding:20px;display:none;position:fixed;inset:0}.dashboard-page .modal-overlay.open{display:flex}.dashboard-page .modal-content{background:#fff;border-radius:22px;width:100%;max-width:480px;max-height:90vh;padding:32px;animation:.3s fadeUp;position:relative;overflow-y:auto}.dashboard-page .modal-topbar{background:linear-gradient(90deg,var(--red),var(--blue),var(--blue-lt));border-radius:22px 22px 0 0;height:4px;position:absolute;top:0;left:0;right:0}.dashboard-page .modal-close{background:var(--bg);border:1px solid var(--border);cursor:pointer;width:30px;height:30px;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;font-size:14px;transition:all .2s;display:flex;position:absolute;top:14px;right:14px}.dashboard-page .modal-close:hover{background:var(--red);color:#fff;border-color:var(--red)}.dashboard-page .modal-img{text-align:center;margin-top:8px;margin-bottom:16px}.dashboard-page .modal-img img{object-fit:contain;width:160px;height:auto}.dashboard-page .modal-title{color:var(--navy);margin-bottom:6px;font-family:Cormorant Garamond,serif;font-size:24px;font-weight:700}.dashboard-page .modal-sub{color:var(--text-muted);margin-bottom:20px;font-size:13px;line-height:1.6}.dashboard-page .modal-features{margin-bottom:22px}.dashboard-page .mf-item{border-bottom:1px solid var(--border);color:var(--text-sm);align-items:center;gap:10px;padding:8px 0;font-size:13px;display:flex}.dashboard-page .mf-item:last-child{border-bottom:none}.dashboard-page .mf-tick{background:var(--blue);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:10px;font-weight:700;display:flex}.dashboard-page .modal-cta{background:linear-gradient(135deg,var(--navy),var(--blue));color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;padding:13px;font-family:Outfit,sans-serif;font-size:14px;font-weight:600;transition:all .25s;position:relative;overflow:hidden;box-shadow:0 4px 14px #0d3c7a4d}.dashboard-page .modal-cta:hover{transform:translateY(-1px);box-shadow:0 6px 18px #0d3c7a66}.dashboard-page .modal-cta:after{content:"";background:var(--red);opacity:.6;height:3px;position:absolute;bottom:0;left:0;right:0}.dashboard-page .hamburger{z-index:300;background:var(--navy);cursor:pointer;border:none;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:38px;height:38px;display:none;position:fixed;top:12px;left:12px}.dashboard-page .hamburger span{background:#fff;border-radius:2px;width:18px;height:2px}.dashboard-page .overlay-mob{z-index:90;background:#0d3c7a99;display:none;position:fixed;inset:0}@media (width<=768px){.dashboard-page .sidebar{transform:translate(-100%)}.dashboard-page .sidebar.open{transform:translate(0)}.dashboard-page .main{margin-left:0}.dashboard-page .hamburger{display:flex}.dashboard-page .topbar{padding:0 16px 0 60px}.dashboard-page .content{padding:20px 16px}.dashboard-page .overlay-mob.open{display:block}}@keyframes floatGlobe{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes ringPulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.1;transform:scale(1.04)}}.vc-container{max-width:860px;margin:0 auto;padding:28px 0 40px;font-family:Inter,sans-serif}.vc-loading{text-align:center;color:#9ca3af;padding:60px;font-size:15px}.vc-header{color:#fff;background:linear-gradient(135deg,#1e3a5f,#2d6a9f);border-radius:16px;align-items:center;gap:18px;margin-bottom:32px;padding:24px 28px;display:flex}.vc-header-icon{font-size:40px}.vc-title{margin:0;font-family:Cormorant Garamond,serif;font-size:22px;font-weight:700}.vc-subtitle{opacity:.8;margin:4px 0 0;font-size:13px}.vc-stepper{justify-content:center;align-items:center;gap:0;margin-bottom:24px;display:flex}.vc-step{align-items:center;gap:10px;display:flex;position:relative}.vc-step-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;font-weight:700;transition:all .3s;display:flex}.vc-step.done .vc-step-icon{box-shadow:0 0 0 4px #22c55e33}.vc-step-label{flex-direction:column;gap:1px;display:flex}.vc-step-num{color:#9ca3af;font-size:11px;font-weight:500}.vc-step-name{color:#374151;font-size:13px;font-weight:600}.vc-step.done .vc-step-name{color:#374151}.vc-step-line{background:#e5e7eb;flex-shrink:0;width:60px;height:2px;margin:0 12px;transition:background .3s}.vc-step-line.done{background:#22c55e}.vc-badge-row{text-align:center;margin-bottom:28px}.vc-badge{letter-spacing:.02em;border-radius:20px;padding:6px 18px;font-size:13px;font-weight:600;display:inline-block}.vc-section{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:28px;box-shadow:0 2px 12px #0000000d}.vc-section-head{align-items:flex-start;gap:16px;margin-bottom:24px;display:flex}.vc-section-icon{flex-shrink:0;font-size:32px}.vc-section-title{color:#1e3a5f;margin-bottom:4px;font-size:17px;font-weight:700}.vc-section-desc{color:#6b7280;font-size:13px;line-height:1.5}.vc-done-section{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;align-items:center;gap:18px;padding:20px 24px;display:flex}.vc-done-icon{font-size:36px}.vc-done-title{color:#166534;font-size:16px;font-weight:700}.vc-done-desc{color:#4d7c0f;margin-top:2px;font-size:13px}.vc-form-grid{flex-direction:column;gap:16px;margin-bottom:18px;display:flex}.vc-form-grid.two-col{grid-template-columns:1fr 1fr;gap:20px;display:grid}@media (width<=640px){.vc-form-grid.two-col{grid-template-columns:1fr}}.vc-field{flex-direction:column;gap:6px;display:flex}.vc-label{color:#374151;text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:600}.vc-input{color:#111827;background:#fafafa;border:1.5px solid #d1d5db;border-radius:8px;outline:none;padding:10px 14px;font-size:14px;transition:border-color .2s}.vc-input:focus{background:#fff;border-color:#2d6a9f}.vc-file-drop{text-align:center;color:#6b7280;cursor:pointer;background:#f9fafb;border:2px dashed #d1d5db;border-radius:10px;padding:16px;font-size:13px;transition:border-color .2s,background .2s}.vc-file-drop:hover{color:#2d6a9f;background:#eff6ff;border-color:#2d6a9f}.vc-file-drop-error{background:#fef2f2!important;border-color:#fca5a5!important}.vc-info-box{color:#1e40af;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;align-items:flex-start;gap:10px;margin-bottom:20px;padding:14px 16px;font-size:13px;line-height:1.5;display:flex}.vc-alert{border-radius:10px;margin-bottom:18px;padding:14px 16px;font-size:13px;line-height:1.5}.vc-alert-success{color:#166534;background:#f0fdf4;border:1px solid #86efac}.vc-alert-error{color:#991b1b;background:#fef2f2;border:1px solid #fca5a5}.vc-alert-warn{color:#92400e;background:#fffbeb;border:1px solid #fcd34d}.vc-alert-info{color:#1e40af;background:#eff6ff;border:1px solid #93c5fd}.vc-btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1e3a5f,#2d6a9f);border:none;border-radius:10px;align-items:center;gap:8px;padding:13px 28px;font-size:15px;font-weight:600;transition:opacity .2s,transform .1s;display:inline-flex}.vc-btn-primary:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.vc-btn-primary:disabled{opacity:.55;cursor:not-allowed}.vc-spinner{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite vc-spin;display:inline-block}@keyframes vc-spin{to{transform:rotate(360deg)}}.vc-unlock-table{border:1px solid #e5e7eb;border-radius:12px;margin-top:36px;overflow:hidden}.vc-unlock-row{border-bottom:1px solid #f3f4f6;grid-template-columns:1fr 60px 60px 60px;align-items:center;padding:11px 18px;font-size:13px;display:grid}.vc-unlock-row:last-child{border-bottom:none}.vc-unlock-row.head{text-transform:uppercase;letter-spacing:.06em;color:#6b7280;background:#f8fafc;font-size:11px;font-weight:700}.vc-unlock-row span:not(:first-child){text-align:center}
