:root{--navy:#061526;--navy-2:#0a2138;--panel:#0d2842;--gold:#d7aa55;--gold-light:#f0c875;--ivory:#f4efe6;--muted:#b8c0ca;--line:rgba(215,170,85,.55);--green:#42d98a;--danger:#ef6a70}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;min-height:100vh;background:radial-gradient(circle at 72% 35%,#0b2944 0,transparent 35%),linear-gradient(135deg,#06111f,#071a2c 65%,#04111e);color:var(--ivory);font-family:Arial,Helvetica,sans-serif;padding:42px 20px;text-align:center}
body:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.12;background-image:radial-gradient(rgba(255,255,255,.12) .6px,transparent .7px);background-size:4px 4px}
a{color:var(--gold-light);text-decoration:none;font-weight:700}
a:hover{color:#ffe1a3}
h1,h2,h3{font-family:Georgia,'Times New Roman',serif}
h1{color:var(--ivory);font-size:clamp(34px,4vw,56px);font-weight:500}
h2{color:var(--gold-light)}
p{line-height:1.7}
.home-page{padding:0;text-align:left}
.site-header{height:100px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 3.2%;border-bottom:1px solid var(--line);position:relative;z-index:2}
.brand{display:flex;align-items:center;gap:14px;font-family:Georgia,serif;font-size:31px;color:var(--ivory)}
.brand-shield,.mini-shield{display:grid;place-items:center;color:var(--gold-light);font-family:Georgia,serif;border:2px solid var(--gold);border-radius:48% 48% 44% 44% / 34% 34% 66% 66%;background:rgba(215,170,85,.04)}
.brand-shield{width:52px;height:60px;font-size:30px}
.site-header nav{display:flex;gap:50px;color:#d6d0c8}
.nav-dropdown{position:relative;display:inline-flex}.dropdown-menu{display:none;position:absolute;top:72px;left:-18px;min-width:210px;padding:10px;background:#071b2e;border:1px solid var(--line);border-radius:8px;box-shadow:0 18px 40px rgba(0,0,0,.4);z-index:20}.nav-dropdown:hover .dropdown-menu{display:flex;flex-direction:column;gap:0}.dropdown-menu a{padding:12px 14px!important;border:0!important;white-space:nowrap}.dropdown-menu a:hover{background:#0d2a46}
.site-header nav a{color:#d6d0c8;padding:34px 0 14px;border-bottom:2px solid transparent}
.site-header nav a:hover,.site-header nav .active{color:var(--gold-light);border-color:var(--gold-light)}
.header-actions{justify-self:end;display:flex;align-items:center;gap:34px}
.login-link{font-family:Georgia,serif;font-size:20px;color:var(--ivory)}
.gold-button,.outline-button{display:inline-flex;align-items:center;justify-content:center;min-height:58px;padding:0 42px;border-radius:6px;font-weight:700;font-size:18px;transition:.2s}
.gold-button{color:#16120c;background:linear-gradient(135deg,#f3cc7c,#c9963e);border:1px solid #f1c871;box-shadow:inset 0 1px rgba(255,255,255,.35),0 10px 35px rgba(0,0,0,.2)}
.gold-button:hover{color:#16120c;transform:translateY(-2px);filter:brightness(1.06)}
.gold-button.compact{min-height:52px;padding:0 30px}
.outline-button{border:1px solid var(--gold);color:var(--ivory)}
.hero{max-width:1510px;margin:auto;min-height:660px;padding:55px 3% 35px;display:grid;grid-template-columns:.86fr 1.14fr;gap:70px;align-items:center}
.eyebrow{text-transform:uppercase;letter-spacing:4px;color:var(--gold-light);font-weight:700;font-size:14px}
.hero h1{font-size:clamp(44px,4vw,68px);line-height:1.16;letter-spacing:-1.5px;margin:26px 0}
.hero-text{color:#d1ccc4;font-family:Georgia,serif;font-size:22px;line-height:1.65;max-width:610px}
.hero-actions{display:flex;gap:22px;margin-top:42px}
.portal-preview{min-height:535px;border:1px solid rgba(134,184,224,.45);border-radius:22px;overflow:hidden;display:grid;grid-template-columns:145px 1fr;background:linear-gradient(145deg,rgba(10,32,53,.96),rgba(8,26,44,.92));box-shadow:0 28px 70px rgba(0,0,0,.4)}
.preview-sidebar{background:rgba(2,17,31,.55);display:flex;flex-direction:column;padding-top:18px}
.mini-shield{width:42px;height:50px;font-size:24px;margin:0 auto 18px}
.preview-sidebar>span:not(.mini-shield){padding:16px 18px;color:#c8cbd0;border-left:3px solid transparent}
.preview-sidebar .selected{background:linear-gradient(90deg,rgba(215,170,85,.14),rgba(47,91,127,.3));border-left-color:var(--gold);color:#fff}
.preview-main{padding:32px 24px}
.metric-grid,.dashboard-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.metric-grid article,.activity-card,.dashboard-metrics article,.sponsor-panel,.quick-grid a,.task-card,.submission-card,.withdrawal-card,.registration-card{border:1px solid rgba(121,167,205,.32);background:linear-gradient(145deg,rgba(20,53,82,.88),rgba(8,29,48,.92));border-radius:10px;box-shadow:0 16px 45px rgba(0,0,0,.22)}
.metric-grid article{min-height:140px;padding:22px 18px;display:flex;flex-direction:column;gap:13px}
.metric-grid strong{font-family:Georgia,serif;font-size:26px}
.metric-grid small{color:var(--muted)}
.green{color:var(--green)!important}
.activity-card{margin-top:18px;padding:18px}
.activity-title{display:flex;justify-content:space-between;font-family:Georgia,serif;font-size:20px}
.activity-title span{font-family:Arial,sans-serif;font-size:13px;color:var(--gold-light)}
.task-row{display:grid;grid-template-columns:1.8fr .8fr .8fr;align-items:center;min-height:48px;border-top:1px solid rgba(124,155,182,.25);font-size:13px}
.task-head{color:#b9c0c7}
.status{justify-self:start;border-radius:16px;padding:5px 12px}
.completed{color:#68df9d;background:#0b503c}
.reviewing{color:#f1ca66;background:#51421a}
.pending{color:#bcd6ef;background:#263e5c}
.trust-strip{max-width:1440px;margin:0 auto 42px;border:1px solid var(--line);border-radius:9px;display:grid;grid-template-columns:repeat(4,1fr);min-height:140px;background:rgba(4,19,33,.62)}
.trust-strip article{display:flex;align-items:center;justify-content:center;gap:20px;position:relative;font-family:Georgia,serif;font-size:22px}
.trust-icon{width:62px;height:62px;display:grid;place-items:center;border:1px solid var(--gold);border-radius:50%;color:var(--gold-light);font-size:26px}
form{width:min(700px,94%);margin:28px auto;padding:32px;text-align:left;border:1px solid var(--line);border-radius:12px;background:linear-gradient(145deg,rgba(14,42,67,.96),rgba(6,25,42,.96));box-shadow:0 24px 60px rgba(0,0,0,.35)}
label{display:inline-block;margin-bottom:8px;color:var(--gold-light);font-weight:700}
input,select,textarea{width:100%;padding:14px 15px;color:var(--ivory);background:#071b2e;border:1px solid #33526d;border-radius:7px;font-size:15px}
input:focus,select:focus,textarea:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px rgba(215,170,85,.12)}
textarea{min-height:110px;resize:vertical}
button{width:100%;min-height:50px;border:1px solid var(--gold-light);border-radius:7px;background:linear-gradient(135deg,#edc36f,#bc8934);color:#16120c;font-weight:800;font-size:16px;cursor:pointer}
button:hover{filter:brightness(1.08)}
table{width:min(1200px,96%);margin:28px auto;border-collapse:collapse;background:rgba(7,27,46,.92);border:1px solid var(--line);box-shadow:0 20px 50px rgba(0,0,0,.25)}
th,td{padding:14px;border:1px solid rgba(123,158,186,.25);text-align:left}
th{color:var(--gold-light);background:#0d2a46}
.task-card,.submission-card,.withdrawal-card,.registration-card{width:min(820px,94%);margin:24px auto;padding:28px;text-align:left}
.payment-details{width:min(700px,94%);margin:20px auto;padding:18px 26px;border:1px solid var(--line);border-radius:10px;background:rgba(8,30,50,.9);text-align:left}
.portal-page{padding:0;text-align:left}
.portal-header{height:88px;padding:0 34px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}
.portal-header .brand{font-size:26px}
.portal-header .brand-shield{width:42px;height:49px;font-size:23px}
.portal-user{color:var(--muted)}
.app-shell{display:grid;grid-template-columns:250px 1fr;min-height:calc(100vh - 88px)}
.app-sidebar{padding:26px 14px;background:rgba(3,17,30,.78);border-right:1px solid rgba(215,170,85,.25);display:flex;flex-direction:column;gap:8px}
.app-sidebar a{padding:13px 16px;color:#c9ced5;border-left:3px solid transparent}
.app-sidebar a:hover,.app-sidebar .selected{color:#fff;background:rgba(48,87,120,.28);border-left-color:var(--gold)}
.sidebar-label{margin:24px 16px 5px;color:var(--gold-light);font-size:11px;text-transform:uppercase;letter-spacing:2px}
.dashboard-content{padding:42px;max-width:1300px;width:100%;margin:auto}
.page-heading{display:flex;justify-content:space-between;align-items:end}
.page-heading h1{margin:8px 0 30px;font-size:42px}
.account-pill{padding:9px 18px;border-radius:20px;color:var(--green);background:#0a4836;border:1px solid #197458}
.dashboard-metrics article{min-height:170px;padding:24px;display:flex;flex-direction:column;gap:16px}
.dashboard-metrics strong{font-family:Georgia,serif;font-size:29px}
.dashboard-metrics small{color:var(--muted)}
.sponsor-panel{margin-top:22px;padding:24px 28px;display:flex;align-items:center;justify-content:space-between}
.sponsor-panel div{display:flex;flex-direction:column;gap:8px}
.sponsor-panel strong{font-family:Georgia,serif;font-size:28px;color:var(--gold-light);letter-spacing:2px}
.sponsor-panel button{width:auto;padding:0 28px}
.quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:22px}
.quick-grid a{padding:24px;display:flex;flex-direction:column;gap:10px;color:var(--ivory)}
.quick-grid span{color:var(--muted);font-weight:400}
@media(max-width:1050px){.site-header{grid-template-columns:1fr auto}
.site-header nav{display:none}
.hero{grid-template-columns:1fr}
.trust-strip{grid-template-columns:1fr 1fr;margin:25px}
.app-shell{grid-template-columns:1fr}
.app-sidebar{display:none}
.dashboard-metrics,.quick-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:650px){body{padding:25px 12px}
.home-page,.portal-page{padding:0}
.site-header{height:82px;padding:0 16px}
.brand{font-size:22px}
.brand-shield{width:40px;height:46px;font-size:22px}
.login-link{display:none}
.gold-button.compact{min-height:44px;padding:0 14px;font-size:13px}
.hero{padding:48px 18px 20px;gap:38px}
.hero h1{font-size:40px}
.hero-text{font-size:18px}
.hero-actions{flex-direction:column}
.portal-preview{grid-template-columns:1fr;min-height:auto}
.preview-sidebar{display:none}
.preview-main{padding:14px}
.metric-grid,.dashboard-metrics,.quick-grid{grid-template-columns:1fr}
.task-row{grid-template-columns:1.6fr .8fr}
.task-row span:last-child{display:none}
.trust-strip{grid-template-columns:1fr}
.portal-header{padding:0 16px}
.portal-user{font-size:12px}
.dashboard-content{padding:26px 16px}
.page-heading{align-items:start;flex-direction:column}
.sponsor-panel{align-items:stretch;flex-direction:column;gap:20px}
.sponsor-panel button{width:100%}
table{display:block;overflow-x:auto;white-space:nowrap}
}

/* Public content pages */
.content-page{padding:0;text-align:left}.content-shell{max-width:1240px;margin:auto;padding:76px 28px}.page-hero{max-width:900px;margin:0 auto 58px;text-align:center}.page-hero h1{font-size:clamp(42px,5vw,68px);margin:20px 0}.page-hero>p:last-child{font-family:Georgia,serif;color:#c9c4bd;font-size:21px}.feature-grid,.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.process-grid{grid-template-columns:repeat(4,1fr)}.feature-grid article,.process-grid article,.split-panel>div,.record-list article{border:1px solid rgba(215,170,85,.34);border-radius:10px;background:linear-gradient(145deg,rgba(18,50,77,.9),rgba(7,27,46,.94));padding:28px;box-shadow:0 20px 50px rgba(0,0,0,.22)}.feature-grid article>span,.process-grid article>strong{color:var(--gold-light);font-size:28px;font-family:Georgia,serif}.feature-grid h2,.process-grid h2{color:var(--ivory)}.feature-grid p,.process-grid p,.split-panel p{color:var(--muted)}.notice-panel{max-width:940px;margin:36px auto;padding:22px 28px;border:1px solid var(--line);border-radius:8px;background:rgba(42,35,18,.42);line-height:1.7}.center-actions{display:flex;justify-content:center;gap:18px;margin-top:38px}.split-panel{display:grid;grid-template-columns:1fr 1fr;gap:22px}.record-list{display:grid;gap:15px}.record-list article{display:flex;justify-content:space-between;align-items:center}.record-list article>div:last-child{display:flex;align-items:end;flex-direction:column;gap:14px}.record-list h2{margin:8px 0}.record-list span{color:var(--muted)}.record-status{padding:7px 13px;border-radius:18px}.record-status.approved{background:#0b503c;color:#70e4a5}.record-status.rejected{background:#55212a;color:#ff9299}.record-status.pending{background:#263e5c;color:#c5dcf2}.policy-copy{max-width:900px}.policy-copy h1{border-bottom:1px solid var(--line);padding-bottom:25px}.policy-copy h2{margin-top:34px}.policy-copy p{color:#ccd0d4;font-size:17px}.site-footer{border-top:1px solid var(--line);padding:48px max(4%,24px);display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;background:rgba(2,15,27,.8)}.site-footer>div{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.site-footer strong{color:var(--gold-light);margin-bottom:8px}.site-footer a:not(.brand){color:#bfc5cb;font-weight:400}.footer-brand{font-size:25px}.footer-brand .brand-shield{width:42px;height:48px;font-size:22px}.site-footer p{max-width:410px;color:var(--muted)}.copyright{text-align:center;padding:18px;color:#8f9aa4;background:#020e19;border-top:1px solid rgba(255,255,255,.08)}

@media(max-width:1050px){.content-page .site-header{padding-left:24px;padding-right:24px}.feature-grid,.process-grid{grid-template-columns:1fr 1fr}.site-footer{grid-template-columns:1fr 1fr}}
@media(max-width:650px){.feature-grid,.process-grid,.split-panel,.site-footer{grid-template-columns:1fr}.content-shell{padding:48px 16px}.center-actions{flex-direction:column}.record-list article{align-items:flex-start;flex-direction:column;gap:20px}.record-list article>div:last-child{align-items:flex-start}}

/* Professional light application interface */
body:not(.home-page):not(.content-page){background:#f2f5fa;color:#142238;padding:36px 20px}
body:not(.home-page):not(.content-page):before{opacity:.35;background-image:linear-gradient(rgba(19,49,83,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(19,49,83,.025) 1px,transparent 1px);background-size:28px 28px}
body:not(.home-page):not(.content-page) h1{color:#10233d;font-weight:700;font-size:clamp(32px,4vw,48px)}
body:not(.home-page):not(.content-page) h2{color:#132d4d}
body:not(.home-page):not(.content-page) a{color:#165bd8}
body:not(.home-page):not(.content-page) a:hover{color:#0c3e9f}
body:not(.home-page):not(.content-page) form{background:#fff;border:1px solid #dce4ef;box-shadow:0 18px 55px rgba(31,55,86,.10)}
body:not(.home-page):not(.content-page) label{color:#182c48}
body:not(.home-page):not(.content-page) input,body:not(.home-page):not(.content-page) select,body:not(.home-page):not(.content-page) textarea{color:#17263a;background:#fff;border:1px solid #cad6e6}
body:not(.home-page):not(.content-page) input:focus,body:not(.home-page):not(.content-page) select:focus,body:not(.home-page):not(.content-page) textarea:focus{border-color:#d6a844;box-shadow:0 0 0 4px rgba(214,168,68,.15)}
body:not(.home-page):not(.content-page) button{border:0;background:linear-gradient(135deg,#f1bd48,#ffd977);box-shadow:0 9px 22px rgba(197,145,35,.2)}
body:not(.home-page):not(.content-page) table{background:#fff;border:1px solid #dbe3ee;border-radius:12px;overflow:hidden;box-shadow:0 18px 45px rgba(31,55,86,.09)}
body:not(.home-page):not(.content-page) th{color:#fff;background:#102b4a}
body:not(.home-page):not(.content-page) th,body:not(.home-page):not(.content-page) td{border-color:#e2e8f0}
body:not(.home-page):not(.content-page) tr:nth-child(even) td{background:#f8fafd}
body:not(.home-page):not(.content-page) .task-card,body:not(.home-page):not(.content-page) .submission-card,body:not(.home-page):not(.content-page) .withdrawal-card,body:not(.home-page):not(.content-page) .registration-card{color:#17263a;background:#fff;border:1px solid #dce5f0;box-shadow:0 16px 45px rgba(31,55,86,.09);border-radius:15px}
body:not(.home-page):not(.content-page) .notice-panel{color:#533d06;background:#fff8df;border-color:#efd48c}

/* Authentication */
.auth-page{padding:0!important;display:grid;place-items:center}
.auth-layout{width:min(1120px,94%);min-height:650px;display:grid;grid-template-columns:1.05fr .95fr;margin:46px auto;border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 28px 85px rgba(19,45,78,.16)}
.auth-intro{padding:64px 58px;text-align:left;color:#edf3fa;background:radial-gradient(circle at 85% 15%,rgba(220,171,72,.18),transparent 28%),linear-gradient(145deg,#071a2e,#102f50)}
.auth-intro .brand{color:#fff;margin-bottom:78px}.auth-intro h1{color:#fff!important;font-family:Georgia,serif;font-size:47px!important;line-height:1.15}.auth-intro>p:not(.eyebrow){color:#c8d3df;font-size:18px;line-height:1.7}.auth-benefits{display:grid;gap:13px;margin-top:35px;color:#f5d685;font-weight:700}
.auth-card{position:relative;padding:58px 60px;text-align:left;display:flex;flex-direction:column;justify-content:center}.auth-card h2{font-size:30px;margin:6px 0 7px}.auth-subtitle{color:#69778a;margin-top:0}.auth-lock{width:60px;height:68px;display:grid;place-items:center;margin-bottom:20px;border:2px solid #d6aa50;border-radius:45% 45% 42% 42% / 32% 32% 65% 65%;color:#b98524;background:#fff8e9;font-family:Georgia,serif;font-size:30px;font-weight:700}
.auth-form{width:100%!important;margin:18px 0 14px!important;padding:0!important;border:0!important;box-shadow:none!important}.auth-form label{margin-top:18px}.auth-form input{height:50px}.password-field{position:relative}.password-field input{padding-right:72px}.password-toggle{position:absolute;right:8px;top:8px;width:auto!important;min-height:34px!important;padding:0 12px;background:#eef3f9!important;box-shadow:none!important;color:#234363!important;font-size:12px!important}.primary-submit{margin-top:25px}.auth-switch{text-align:center;color:#5f6d80}.back-home{align-self:center;font-size:14px}
.form-message{width:min(760px,94%);margin:20px auto;padding:14px 18px;border-radius:9px;background:#fff8db;border:1px solid #e8cb72;color:#5d4608;text-align:center}.error-message{width:100%;margin:12px 0;background:#fff0f1;border-color:#edb7bd;color:#a12938}

/* Registration */
.signup-page{padding:0!important}.simple-header{height:86px;padding:0 max(4%,26px);display:flex;justify-content:space-between;align-items:center;background:#081d33;border-bottom:3px solid #d4a441}.simple-header .brand{color:#fff}.registration-shell{width:min(980px,94%);margin:0 auto;padding:55px 0 80px}.registration-heading{text-align:center;max-width:760px;margin:0 auto 28px}.registration-heading h1{margin:9px 0}.registration-heading>p:not(.eyebrow){color:#647287;font-size:18px}.fee-badge{display:inline-block;margin-top:13px;padding:10px 18px;border-radius:22px;background:#102f50;color:#f7d278;font-weight:800}.payment-card{max-width:760px!important;background:#0f2c4b!important;color:#e9f0f8!important;border:0!important;box-shadow:0 15px 40px rgba(20,48,79,.17)}.payment-card h2{color:#f6d37b!important}.payment-card strong{color:#f6d37b}.payment-card small{display:block;color:#bfccda;border-top:1px solid rgba(255,255,255,.14);padding-top:14px}.registration-form{max-width:760px!important;padding:42px!important;border-radius:18px!important}.registration-form h2{margin-top:0;padding-bottom:15px;border-bottom:1px solid #e2e8f0}.registration-form .form-section-title{margin-top:35px}

/* Dashboard */
.portal-page{background:#f1f4f9!important;color:#15243a!important}
.portal-header{background:#081d33;border-bottom:3px solid #d4a441;box-shadow:0 5px 20px rgba(12,34,58,.15)}.portal-header .brand{color:#fff}.portal-user{color:#c8d3df}.portal-user strong{color:#fff}
.app-sidebar{background:#0d2946;border-right:0;box-shadow:8px 0 30px rgba(17,45,76,.08)}.app-sidebar a{color:#cbd6e3;border-radius:7px;border-left:0}.app-sidebar a:hover,.app-sidebar .selected{color:#142237;background:linear-gradient(135deg,#efbc4d,#f8d57e);border-left:0}.sidebar-label{color:#f2ca70}
.dashboard-content{padding:42px 48px}.page-heading h1{color:#10243f!important}.account-pill{color:#087e4d;background:#ddf7e9;border-color:#9ce2c1}
.dashboard-metrics article,.sponsor-panel,.quick-grid a{background:#fff;border:1px solid #dbe4ef;box-shadow:0 13px 35px rgba(25,53,85,.08);border-radius:14px;color:#17263a}.dashboard-metrics article{position:relative;overflow:hidden}.dashboard-metrics article:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:#d7a83f}.dashboard-metrics strong{color:#112d4d}.dashboard-metrics small,.quick-grid span{color:#67758a}.sponsor-panel strong{color:#b37d17}.quick-grid a{transition:.2s}.quick-grid a:hover{transform:translateY(-3px);border-color:#d7a83f}.quick-grid strong{color:#16375c;font-size:17px}

@media(max-width:820px){.auth-layout{grid-template-columns:1fr;margin:20px auto}.auth-intro{display:none}.auth-card{padding:42px 28px}.registration-form{padding:26px!important}.simple-header .brand{font-size:20px}}
@media(max-width:650px){body:not(.home-page):not(.content-page){padding:24px 10px}.portal-page,.signup-page,.auth-page{padding:0!important}.auth-card h2{font-size:26px}.dashboard-content{padding:28px 16px}.portal-header .brand span:last-child{display:none}}

/* Light public homepage — isolated from the internal portal */
.light-home{background:#fff;color:#10223a;font-family:Arial,Helvetica,sans-serif}.light-home:before{display:none}.light-home h1,.light-home h2,.light-home h3{font-family:Arial,Helvetica,sans-serif;color:#0b1d35}.light-home p{color:#637188}.light-home .eyebrow{color:#00986b;font-size:12px;letter-spacing:2px}.light-header{height:82px;background:#fff;border-bottom:1px solid #edf1f5;padding:0 max(5%,28px);position:sticky;top:0;box-shadow:0 7px 24px rgba(20,48,78,.06);z-index:50}.light-header .brand{color:#10233d;font-family:Georgia,serif;font-weight:700}.light-header .brand-shield{color:#b27b1c;background:#fff9ea}.light-header nav{gap:34px}.light-header nav a{color:#132137;padding:28px 0 12px}.light-header nav a:hover,.light-header nav .active{color:#057f5d;border-color:#f3bd3f}.light-header .login-link{color:#132137;font-family:Arial,sans-serif;font-size:15px}.light-header .dropdown-menu{top:63px;background:#fff;border-color:#e2e8f0;box-shadow:0 16px 38px rgba(27,48,76,.12)}.light-header .dropdown-menu a:hover{background:#f4f8fc}.light-home .gold-button{color:#131c2c;background:linear-gradient(135deg,#ffc536,#ffe282);border:0;border-radius:6px;box-shadow:0 10px 25px rgba(218,163,35,.22);font-size:13px;letter-spacing:.2px}.light-home .gold-button:hover{color:#131c2c}
.light-hero{min-height:600px;padding:80px max(5%,28px);display:grid;grid-template-columns:.92fr 1.08fr;gap:70px;align-items:center;background:radial-gradient(circle at 8% 48%,#e4f5ff 0,rgba(228,245,255,.85) 22%,transparent 42%),linear-gradient(132deg,#fff 0 56%,#eaf6fd 56% 100%);position:relative;overflow:hidden}.light-hero:after{content:"";position:absolute;left:-4%;right:-4%;bottom:-58px;height:95px;border-radius:50% 50% 0 0;background:linear-gradient(90deg,#073747,#07815f)}.light-hero-copy{position:relative;z-index:2;max-width:630px}.light-hero h1{font-size:clamp(48px,5vw,74px);line-height:1.03;letter-spacing:-2.8px;margin:20px 0}.light-hero-copy>p:not(.eyebrow){font-size:19px;line-height:1.8;max-width:600px}.light-outline-button{display:inline-flex;align-items:center;justify-content:center;min-height:58px;padding:0 34px;border:1px solid #cad5e2;border-radius:6px;color:#12233b;background:#fff;font-size:13px;font-weight:800}.light-outline-button:hover{border-color:#f0bd45;color:#12233b}.hero-photo-wrap{position:relative;z-index:2}.hero-photo-wrap>img{display:block;width:100%;aspect-ratio:1.58/1;object-fit:cover;border-radius:10px;box-shadow:0 25px 65px rgba(30,57,83,.18)}.availability-badge{position:absolute;left:-22px;bottom:30px;min-width:138px;padding:17px 20px;background:#fff;border-left:4px solid #ffc534;border-radius:8px;box-shadow:0 14px 36px rgba(26,50,76,.18);display:flex;flex-direction:column}.availability-badge strong{font-size:25px;color:#10243c}.availability-badge span{color:#68758a;font-size:12px;margin-top:5px}
.smart-section,.opportunity-section{padding:90px max(5%,28px)}.section-heading{text-align:center;max-width:760px;margin:0 auto 55px}.section-heading h2{font-size:38px;margin:12px 0}.section-heading>p:last-child{font-size:16px}.smart-grid{max-width:1040px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.smart-image{position:relative}.smart-image:after{content:"";position:absolute;left:20px;right:-12px;bottom:-12px;height:80%;background:#087d61;border-radius:9px;z-index:-1}.smart-image img{width:100%;display:block;border-radius:9px;box-shadow:0 18px 40px rgba(24,53,82,.14)}.smart-copy h2{font-size:34px;line-height:1.14;margin:13px 0}.smart-copy>p:not(.eyebrow){font-size:16px}.benefit-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px 24px;margin:25px 0 30px;color:#1c3552;font-size:14px;font-weight:700}.benefit-grid span::first-letter{color:#00a974}
.opportunity-section{background:#f2f7fc}.visual-task-grid{max-width:1240px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.visual-task-grid article{background:#fff;border:1px solid #e3eaf2;border-radius:13px;overflow:hidden;box-shadow:0 14px 35px rgba(28,57,88,.07);transition:.25s}.visual-task-grid article:hover{transform:translateY(-7px);box-shadow:0 20px 42px rgba(28,57,88,.13);border-color:#d8b05b}.visual-task-grid img{display:block;width:100%;height:170px;object-fit:cover;background:#fff}.visual-task-grid article>div{padding:21px 20px 25px}.visual-task-grid span{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:#fff3cd;color:#73500e;font-size:12px;font-weight:800}.visual-task-grid h3{font-size:18px;margin:16px 0 10px}.visual-task-grid p{font-size:13px;line-height:1.65;margin:0}
.home-stats{background:#0c213b;padding:40px max(5%,28px);display:grid;grid-template-columns:repeat(4,1fr);color:#fff}.home-stats article{min-height:65px;display:flex;align-items:center;justify-content:center;flex-direction:column;border-right:1px solid rgba(255,255,255,.18)}.home-stats article:last-child{border:0}.home-stats strong{font-size:29px}.home-stats span{font-size:10px;letter-spacing:1px;color:#f6d574;margin-top:7px}.home-about{padding:70px max(5%,28px);display:grid;grid-template-columns:1fr 1.5fr auto;gap:55px;align-items:center;border-bottom:4px solid #f6c641}.home-about h2{font-size:34px;margin:12px 0}.home-about>p{font-size:15px}.light-home .site-footer{border-top:0;background:#060b14}.light-home .copyright{background:#040810}
@media(max-width:1050px){.light-header nav{display:none}.light-hero{grid-template-columns:1fr;gap:45px}.light-hero-copy{max-width:760px}.visual-task-grid{grid-template-columns:repeat(2,1fr)}.smart-grid{gap:38px}.home-about{grid-template-columns:1fr 1fr}.home-about>a{grid-column:1/-1;justify-self:start}}
@media(max-width:650px){.light-header{height:74px;padding:0 14px}.light-header .brand{font-size:21px}.light-header .header-actions{gap:10px}.light-header .login-link{display:none}.light-hero{padding:55px 18px 90px;gap:35px}.light-hero h1{font-size:47px}.light-hero-copy>p:not(.eyebrow){font-size:16px}.light-hero .hero-actions{flex-direction:column}.light-outline-button{width:100%}.availability-badge{left:12px;bottom:12px}.smart-section,.opportunity-section{padding:65px 16px}.section-heading h2{font-size:31px}.smart-grid{grid-template-columns:1fr}.smart-copy h2{font-size:29px}.benefit-grid{grid-template-columns:1fr}.visual-task-grid{grid-template-columns:1fr}.visual-task-grid img{height:210px}.home-stats{grid-template-columns:1fr 1fr;padding:20px 12px}.home-stats article{border-right:0;border-bottom:1px solid rgba(255,255,255,.14)}.home-about{grid-template-columns:1fr;padding:55px 18px;gap:20px}.home-about>a{grid-column:auto}.light-home .site-footer{grid-template-columns:1fr}}

/* Modern light public pages */
.light-public-page{background:#fff;color:#12243c}.light-public-page:before{display:none}.light-public-page h1,.light-public-page h2,.light-public-page h3{font-family:Arial,Helvetica,sans-serif;color:#0b1f38}.light-public-page p{color:#647389}.light-public-page .eyebrow{color:#008e67;font-family:Arial,sans-serif;font-size:12px;letter-spacing:2px}.light-public-page .site-footer{background:#060b14;border-top:4px solid #f2bf3d}.light-public-page .copyright{background:#040810}.public-main{min-height:62vh}.public-title{padding:90px max(6%,30px) 70px;text-align:center;background:radial-gradient(circle at 15% 10%,#e7f6ff,transparent 36%),linear-gradient(140deg,#fff,#f3f9fd)}.public-title h1{font-size:clamp(42px,5vw,66px);max-width:900px;margin:16px auto}.public-title>p:last-child{font-size:18px;max-width:780px;margin:0 auto;line-height:1.75}.public-hero{padding:75px max(6%,30px);display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center;background:radial-gradient(circle at 10% 40%,#e7f6ff,transparent 36%),#fff}.public-hero.reverse>div{order:2}.public-hero.reverse>img{order:1}.public-hero h1{font-size:clamp(42px,5vw,64px);line-height:1.08;margin:18px 0}.public-hero>div>p:not(.eyebrow){font-size:18px;line-height:1.8}.public-hero img{width:100%;max-height:500px;object-fit:cover;border-radius:14px;box-shadow:0 25px 65px rgba(28,55,84,.15)}.public-hero .center-actions{justify-content:flex-start}.public-section{padding:80px max(6%,30px)}.public-section.soft{background:#f3f8fc}.public-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;max-width:1200px;margin:auto}.public-card-grid article{padding:30px;border:1px solid #e0e8f1;border-radius:13px;background:#fff;box-shadow:0 14px 38px rgba(28,55,84,.07)}.public-card-grid article>b{color:#008e67;font-size:12px;letter-spacing:1px}.public-card-grid h3{font-size:22px;margin:17px 0 10px}.public-card-grid p{margin-bottom:0}.service-cards article{padding:0;overflow:hidden}.service-cards article>img{width:100%;height:210px;object-fit:cover}.service-cards article>h3,.service-cards article>p{margin-left:24px;margin-right:24px}.service-cards article>p{margin-bottom:27px}.public-band,.public-cta{padding:55px max(6%,30px);display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;background:#0c2542;color:#fff}.public-band h2,.public-cta h2{color:#fff;font-size:34px}.public-band p,.public-cta p{color:#c7d3e0}.public-checks{display:grid;grid-template-columns:1fr 1fr;gap:17px;color:#f4d271;font-weight:700}.public-cta{grid-template-columns:1fr auto}.public-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1250px;margin:auto}.public-steps article{position:relative;padding:30px 24px;border:1px solid #dfe7f0;border-radius:12px;background:#fff;box-shadow:0 12px 32px rgba(28,55,84,.07)}.public-steps b{width:43px;height:43px;display:grid;place-items:center;border-radius:50%;background:#fff2c9;color:#704c07}.public-steps h3{margin:20px 0 9px}.tag-cloud{max-width:960px;margin:auto;display:flex;justify-content:center;flex-wrap:wrap;gap:13px}.tag-cloud span{padding:13px 20px;border-radius:25px;background:#fff;border:1px solid #dce6ef;color:#193452;font-weight:700;box-shadow:0 8px 20px rgba(28,55,84,.05)}.public-note{max-width:1000px;margin:42px auto 0;padding:22px 26px;border-radius:10px;border:1px solid #eed083;background:#fff7db;color:#604706;line-height:1.7}.success-note{border-color:#a5dfc5;background:#eaf9f2;color:#0a603f}.contact-layout{display:grid;grid-template-columns:1.3fr .7fr;gap:30px;max-width:1200px;margin:auto}.contact-layout .public-card-grid{grid-template-columns:1fr}.contact-guide{padding:35px;border-radius:14px;background:#0c2948;color:#fff}.contact-guide h2{color:#fff}.contact-guide li{margin:15px 0;color:#d4deea}.contact-guide .gold-button{margin-top:18px}.campaign-empty{max-width:800px;margin:50px auto 0;text-align:center;padding:50px 30px;border:1px dashed #bdcbd9;border-radius:15px;background:#f7fafd}.campaign-empty>span{font-size:42px;color:#e4ad2b}.policy-title{padding-bottom:55px}.public-policy{max-width:980px;margin:70px auto 90px;padding:0 22px;display:grid;gap:16px}.public-policy article{display:grid;grid-template-columns:55px 1fr;gap:20px;padding:28px;border:1px solid #e0e8f1;border-radius:12px;background:#fff;box-shadow:0 10px 30px rgba(28,55,84,.06)}.public-policy article>b{width:43px;height:43px;display:grid;place-items:center;border-radius:50%;background:#fff1c2;color:#76520d}.public-policy h2{margin:4px 0 8px;font-size:23px}.public-policy p{margin:0}.light-public-page .gold-button{color:#131c2c;background:linear-gradient(135deg,#ffc536,#ffe282);border:0}.light-public-page .light-outline-button{color:#13243b}.light-public-page .site-footer small{color:#f2c95f}
@media(max-width:950px){.public-hero{grid-template-columns:1fr}.public-hero.reverse>div,.public-hero.reverse>img{order:initial}.public-card-grid,.public-steps{grid-template-columns:1fr 1fr}.contact-layout{grid-template-columns:1fr}.public-band{grid-template-columns:1fr}.public-cta{grid-template-columns:1fr}.public-cta>a{justify-self:start}}
@media(max-width:650px){.public-title,.public-hero,.public-section{padding:55px 17px}.public-title h1,.public-hero h1{font-size:42px}.public-card-grid,.public-steps{grid-template-columns:1fr}.public-checks{grid-template-columns:1fr}.public-band,.public-cta{padding:45px 18px}.public-policy{margin:45px auto 65px}.public-policy article{grid-template-columns:1fr;padding:24px}.service-cards article>img{height:220px}}

/* Unique two-image treatment for every public page */
.light-public-page .public-title,.light-public-page .public-hero{position:relative;overflow:hidden}.light-public-page .public-title>*{position:relative;z-index:3}.light-public-page .public-title:before,.light-public-page .public-title:after,.light-public-page .public-hero:after{content:"";position:absolute;background-repeat:no-repeat;background-position:center;background-size:cover;border-radius:14px;box-shadow:0 18px 45px rgba(24,52,82,.15);z-index:1}.light-public-page .public-title:before{width:26%;height:66%;left:3%;bottom:8%}.light-public-page .public-title:after{width:26%;height:66%;right:3%;top:8%}.light-public-page .public-title>h1,.light-public-page .public-title>p{max-width:620px;padding-left:14px;padding-right:14px;background:rgba(255,255,255,.88);border-radius:10px}.light-public-page .public-title>p.eyebrow{display:table}.light-public-page .public-title:has(h1) h1{padding-top:8px;padding-bottom:8px}.light-public-page .public-hero:after{width:190px;height:135px;right:calc(6% - 10px);bottom:35px;border:7px solid #fff}.light-public-page .public-hero>img{content:var(--page-hero);}.light-public-page .public-hero:after{background-image:var(--page-support)}
.page-about-us{--page-hero:url('assets/pages/about-hero.png');--page-support:url('assets/home/ai-tools-wallet.png')}
.page-services .public-title:before{background-image:url('assets/pages/services-hero.png')}.page-services .public-title:after{background-image:url('assets/home/ai-tools-wallet.png')}
.page-job-tasks{--page-hero:url('assets/pages/tasks-hero.png');--page-support:url('assets/home/copy-data.png')}
.page-contact-us .public-title:before{background-image:url('assets/pages/contact-hero.png')}.page-contact-us .public-title:after{background-image:url('assets/home/email-support.png')}
.page-working-bonus .public-title:before{background-image:url('assets/pages/bonus-hero.png')}.page-working-bonus .public-title:after{background-image:url('assets/home/ai-tools-wallet.png')}
.page-rewards .public-title:before{background-image:url('assets/pages/rewards-hero.png')}.page-rewards .public-title:after{background-image:url('assets/home/video-feedback.png')}
.page-withdraw-method{--page-hero:url('assets/pages/withdraw-hero.png');--page-support:url('assets/home/ai-tools-wallet.png')}
.page-career-skills{--page-hero:url('assets/pages/career-hero.png');--page-support:url('assets/home/writing-transcription.png')}
.page-terms-conditions .public-title:before{background-image:url('assets/pages/terms-hero.png')}.page-terms-conditions .public-title:after{background-image:url('assets/home/email-support.png')}
.page-privacy-policy .public-title:before{background-image:url('assets/pages/privacy-hero.png')}.page-privacy-policy .public-title:after{background-image:url('assets/home/ai-tools-wallet.png')}
.page-refund-policy .public-title:before{background-image:url('assets/pages/refund-hero.png')}.page-refund-policy .public-title:after{background-image:url('assets/home/ecommerce.png')}
@media(max-width:1050px){.light-public-page .public-title{padding-left:29%;padding-right:29%}.light-public-page .public-title>h1,.light-public-page .public-title>p{max-width:100%}}
@media(max-width:760px){.light-public-page .public-title{padding:280px 17px 55px}.light-public-page .public-title:before{width:58%;height:210px;left:3%;top:35px}.light-public-page .public-title:after{width:34%;height:145px;right:3%;top:110px;border:5px solid #fff}.light-public-page .public-hero:after{width:125px;height:92px;right:25px;bottom:20px}.light-public-page .public-title>h1,.light-public-page .public-title>p{background:#fff}.light-public-page .public-hero>img{min-height:260px}}

/* Bonus, rewards and withdrawal detail layouts */
.bonus-detail-section,.reward-rules,.withdraw-options{max-width:1200px;margin:70px auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.bonus-detail-section>img,.reward-rules>img,.withdraw-options>img{width:100%;border-radius:14px;box-shadow:0 20px 55px rgba(29,55,84,.14)}.bonus-copy h2,.reward-rules h2,.withdraw-options h2{font-size:36px;margin:12px 0}.bonus-levels{display:grid;gap:14px;margin-top:27px}.bonus-levels article{display:grid;grid-template-columns:72px 1fr;gap:18px;align-items:center;padding:16px;border:1px solid #dfe8f0;border-radius:11px;background:#fff;box-shadow:0 10px 25px rgba(29,55,84,.06)}.bonus-levels article>b{width:58px;height:58px;display:grid;place-items:center;border-radius:50%;background:#fff1c5;color:#76520d}.bonus-levels h3,.bonus-levels p{margin:3px 0}.reward-showcase{max-width:1240px;margin:70px auto;padding:0 24px;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.reward-showcase article{overflow:hidden;border:1px solid #dfe7f0;border-radius:13px;background:#fff;box-shadow:0 14px 35px rgba(29,55,84,.08)}.reward-showcase img{display:block;width:100%;height:180px;object-fit:cover}.reward-showcase article>div{padding:22px}.reward-showcase span{color:#008d67;font-size:11px;font-weight:800;letter-spacing:1px}.reward-showcase h2{font-size:21px;margin:12px 0}.reward-showcase p{font-size:14px;margin:0}.reward-rules{padding:45px;background:#f2f7fb;border-radius:16px}.reward-rules li{margin:13px 0;color:#40536b}.method-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:25px}.method-grid span{padding:15px 18px;border:1px solid #dce6ef;border-radius:9px;background:#fff;color:#173552;font-weight:800;box-shadow:0 8px 20px rgba(29,55,84,.05)}.method-grid span:before{content:"✓";color:#00966b;margin-right:10px}.page-working-bonus .public-title:before,.page-working-bonus .public-title:after,.page-rewards .public-title:before,.page-rewards .public-title:after{display:none}.page-working-bonus .public-title,.page-rewards .public-title{padding:75px max(6%,30px)}.page-working-bonus .public-title>h1,.page-working-bonus .public-title>p,.page-rewards .public-title>h1,.page-rewards .public-title>p{max-width:850px}
@media(max-width:950px){.bonus-detail-section,.reward-rules,.withdraw-options{grid-template-columns:1fr}.reward-showcase{grid-template-columns:1fr 1fr}}
@media(max-width:650px){.bonus-detail-section,.reward-rules,.withdraw-options{margin:45px auto;padding:0 16px;gap:28px}.reward-rules{padding:26px 16px}.reward-showcase{grid-template-columns:1fr;padding:0 16px;margin:45px auto}.reward-showcase img{height:230px}.method-grid{grid-template-columns:1fr}.bonus-levels article{grid-template-columns:58px 1fr}.page-working-bonus .public-title,.page-rewards .public-title{padding:55px 17px}}

/* Sponsor ID request and approval flow */
.sponsor-help-card{max-width:820px;margin:0 auto 25px;padding:22px 25px;display:flex;justify-content:space-between;align-items:center;gap:25px;background:#fff8df;border:1px solid #edcd72;border-radius:14px;box-shadow:0 12px 30px rgba(40,61,85,.07)}.sponsor-help-card b{color:#102a48;font-size:19px}.sponsor-help-card p{margin:6px 0 0;color:#657286}.sponsor-field-heading{display:flex;justify-content:space-between;align-items:center;margin-top:5px}.sponsor-field-heading a{padding:7px 12px;border-radius:7px;background:#fff1bd;color:#775300;font-size:13px;font-weight:800}.field-help{display:block;color:#6b7788;margin:7px 0 20px}.success-message{background:#e9f8f0!important;border-color:#9eddbd!important;color:#08603e!important}
.sponsor-request-shell{width:min(1180px,92%);margin:55px auto 80px}.sponsor-request-intro{text-align:center;max-width:820px;margin:0 auto 36px}.sponsor-request-intro h1,.request-result-card h1{font-size:44px;margin:10px 0 15px;color:#102d4e}.sponsor-request-intro>p:last-child{font-size:17px;line-height:1.75;color:#617086}.payment-account-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:30px auto}.payment-account-grid article{padding:24px 20px;background:#fff;border:1px solid #dae4ee;border-top:4px solid #efbd41;border-radius:12px;box-shadow:0 12px 32px rgba(24,52,82,.08);display:flex;flex-direction:column;gap:9px}.payment-account-grid b{font-size:14px;color:#087858}.payment-account-grid strong{font-size:18px;color:#122d4a}.payment-account-grid span{font-size:13px;color:#69778a}.payment-warning{max-width:900px;margin:25px auto;padding:17px 20px;background:#fff7d8;border:1px solid #edce74;border-radius:9px;color:#654a09}.sponsor-request-form{max-width:800px;margin:30px auto}.sponsor-request-form label:not(.confirmation-check){margin-top:17px}.confirmation-check{display:flex!important;align-items:flex-start;gap:10px;margin:20px 0;color:#3e5066}.confirmation-check input{width:auto!important;margin-top:4px}.request-result-card{max-width:780px;margin:90px auto;padding:50px;text-align:center;background:#fff;border:1px solid #dce5ef;border-radius:18px;box-shadow:0 22px 60px rgba(26,52,82,.12)}.reference-box,.approved-code{margin:25px auto;padding:20px;border-radius:12px;background:#f1f7fc;display:flex;flex-direction:column;gap:8px}.reference-box strong,.approved-code strong{font-size:29px;letter-spacing:2px;color:#0b7b59}.approved-code{background:#e8f8ef;border:1px solid #a5dfbf}.result-actions{display:flex;justify-content:center;gap:12px;margin:27px 0}.status-chip{display:inline-block;padding:7px 12px;border-radius:20px;font-size:12px;font-weight:800}.status-pending{background:#fff0bd;color:#745000}.status-approved{background:#dff7ea;color:#076141}.status-rejected{background:#fee5e5;color:#9a2222}
.admin-review-page{background:#f1f6fb;padding:0}.admin-review-shell{width:min(1250px,94%);margin:45px auto}.available-sponsors{background:#fff;border:1px solid #dbe4ee;border-radius:11px;padding:18px 22px;margin:22px 0}.available-sponsors summary{font-weight:800;cursor:pointer}.available-sponsors div{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;margin-top:17px}.available-sponsors span{padding:10px;background:#f4f8fb;border-radius:7px}.admin-request-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.admin-request-card{background:#fff;border:1px solid #dbe5ef;border-radius:15px;padding:25px;box-shadow:0 14px 36px rgba(27,54,84,.08)}.request-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:15px}.request-card-head h2{margin:6px 0}.admin-request-card dl{display:grid;grid-template-columns:130px 1fr;gap:10px;margin:20px 0}.admin-request-card dt{font-weight:800;color:#324c67}.admin-request-card dd{margin:0;overflow-wrap:anywhere}.proof-preview{display:block;border:1px solid #dce5ee;border-radius:10px;overflow:hidden;text-align:center;margin:18px 0;background:#f5f8fb}.proof-preview img{width:100%;height:220px;object-fit:contain;display:block}.proof-preview span{display:block;padding:10px;font-weight:800}.admin-request-card form{max-width:none;margin:15px 0 0;padding:18px}.admin-request-card form label{display:block;margin:12px 0 6px}.admin-action-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px}.danger-button{background:#c53939!important}.campaign-empty{display:block}
@media(max-width:900px){.payment-account-grid{grid-template-columns:1fr 1fr}.admin-request-grid{grid-template-columns:1fr}}@media(max-width:600px){.sponsor-help-card,.result-actions{flex-direction:column;align-items:stretch}.payment-account-grid{grid-template-columns:1fr}.sponsor-request-shell{margin-top:30px}.request-result-card{padding:30px 20px;margin:45px auto}.sponsor-request-intro h1,.request-result-card h1{font-size:35px}.available-sponsors div{grid-template-columns:1fr}.admin-request-card dl{grid-template-columns:1fr}.admin-request-card dd{margin-bottom:8px}}

/* Working membership selection and task locking */
.plans-page{background:#f2f6fb;padding:0}.plans-shell{width:min(1240px,94%);margin:40px auto 80px}.plans-hero{display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;gap:45px;background:#fff;border:1px solid #dce5ef;border-radius:20px;overflow:hidden;box-shadow:0 18px 55px rgba(28,52,81,.1)}.plans-hero>div{padding:45px}.plans-hero h1{font-size:44px;line-height:1.08;color:#102c4d}.plans-hero p{color:#647388;line-height:1.7}.plans-hero img{width:100%;height:380px;object-fit:cover}.membership-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin:45px 0}.membership-card{position:relative;padding:30px;border:2px solid transparent;border-radius:17px;background:#fff;box-shadow:0 14px 38px rgba(26,52,82,.09);cursor:pointer;transition:.22s;overflow:hidden}.membership-card:hover{transform:translateY(-5px)}.membership-card.selected{transform:translateY(-7px);box-shadow:0 22px 55px rgba(25,51,81,.18)}.membership-card.tier-bronze{border-color:#c89062}.membership-card.tier-silver{border-color:#aebbc9}.membership-card.tier-gold{border-color:#e5b83f}.membership-card.tier-bronze.selected{background:#fff4eb;box-shadow:0 22px 55px rgba(161,95,46,.24)}.membership-card.tier-silver.selected{background:#f2f7fb;box-shadow:0 22px 55px rgba(100,120,142,.24)}.membership-card.tier-gold.selected{background:#fff8dc;box-shadow:0 22px 55px rgba(199,149,27,.28)}.plan-medal{display:inline-block;padding:7px 12px;border-radius:20px;font-size:11px;font-weight:900;letter-spacing:1px}.tier-bronze .plan-medal{background:#ead0b8;color:#75421e}.tier-silver .plan-medal{background:#e1e7ed;color:#435467}.tier-gold .plan-medal{background:#ffe89b;color:#6e4d00}.membership-card h2{font-size:28px;margin:17px 0}.plan-price{display:flex;justify-content:space-between;align-items:flex-end;padding-bottom:20px;border-bottom:1px solid #e1e7ed}.plan-price b{font-size:38px;color:#102e4f}.plan-price span{color:#617187;font-weight:800}.membership-card ul{list-style:none;padding:10px 0;margin:0}.membership-card li{padding:9px 0;color:#44566d}.membership-card li:before{content:'✓';color:#07855f;font-weight:900;margin-right:9px}.membership-card button{width:100%;margin-top:15px}.selection-mark{position:absolute;right:16px;top:15px;opacity:0;padding:6px 10px;border-radius:18px;background:#087e5b;color:#fff;font-size:11px;font-weight:900}.membership-card.selected .selection-mark{opacity:1}.plan-payment-panel{display:none;max-width:820px;margin:30px auto;padding:34px;background:#fff;border:1px solid #dce5ef;border-radius:17px;box-shadow:0 15px 45px rgba(25,52,81,.1)}.plan-payment-panel.visible{display:block}.plan-payment-panel label{display:block;margin:16px 0 7px;font-weight:800}.plan-payment-panel input,.plan-payment-panel select{width:100%}.plan-payment-panel>button{width:100%;margin-top:22px}.plan-disclaimer{padding:13px;background:#fff5d3;border:1px solid #ead077;border-radius:8px;color:#674d0c}.mini-payment-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.mini-payment-grid span{display:flex;flex-direction:column;padding:14px;background:#f3f7fb;border-radius:8px;color:#53647a}.mini-payment-grid b{color:#173654;margin-bottom:5px}.active-membership-banner,.membership-status-panel{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:23px 26px;border-radius:13px;background:#e7f8ef;border:1px solid #9dddd0}.active-membership-banner span,.membership-status-panel small{color:#50647b}.active-membership-banner a,.membership-status-panel a{padding:11px 17px;border-radius:7px;background:#0b805d;color:#fff;font-weight:800}.membership-status-panel div{display:flex;flex-direction:column;gap:5px}.membership-locked{background:#fff5d6;border-color:#ebce76}.membership-locked a{background:#d49d20}.plan-request-history{max-width:820px;margin:40px auto}.plan-request-history article{display:grid;grid-template-columns:1fr auto;gap:8px;padding:18px;margin:10px 0;background:#fff;border:1px solid #dce5ee;border-radius:10px}.plan-request-history small,.plan-request-history p{grid-column:1/-1}.task-lock-banner{max-width:900px;margin:20px auto;padding:25px;text-align:center;background:#fff4d5;border:1px solid #e8c868;border-radius:13px}.locked-task-card{position:relative;border-color:#d4dbe4!important}.locked-task-card:before{content:'LOCKED';position:absolute;right:15px;top:15px;padding:5px 9px;background:#243a54;color:#fff;border-radius:15px;font-size:10px;font-weight:900}.locked-instructions{display:flex;flex-direction:column;align-items:center;gap:6px;padding:25px;background:#edf2f7;border:1px dashed #aebbc9;border-radius:9px;color:#34495f}.locked-instructions span{font-size:28px}.locked-task-button{display:inline-block;padding:10px 18px;border-radius:7px;background:#d7a638;color:#13243a!important;font-weight:900}.active-access-note{color:#087a58;font-weight:800}.admin-plan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.admin-plan-form{max-width:none;margin:0;padding:25px;border-top:5px solid #aaa}.admin-plan-form.tier-bronze{border-top-color:#b87947}.admin-plan-form.tier-silver{border-top-color:#9baabb}.admin-plan-form.tier-gold{border-top-color:#dbad2e}.admin-plan-form label{display:block;margin:14px 0 6px}.admin-plan-form textarea{min-height:170px}
@media(max-width:900px){.plans-hero{grid-template-columns:1fr}.membership-card-grid,.admin-plan-grid{grid-template-columns:1fr}.plans-hero img{height:300px}.mini-payment-grid{grid-template-columns:1fr}}@media(max-width:600px){.plans-hero>div{padding:28px}.plans-hero h1{font-size:35px}.membership-status-panel,.active-membership-banner{align-items:flex-start;flex-direction:column}.plan-payment-panel{padding:24px 18px}}

/* Premium task centre */
.premium-tasks-page{padding:0!important;background:#f2f6fb;color:#172b43}.task-app-shell{min-height:calc(100vh - 80px)}.premium-task-content{padding:34px;width:100%;min-width:0}.task-page-hero{min-height:300px;display:grid;grid-template-columns:1fr .8fr;align-items:center;overflow:hidden;border-radius:20px;background:linear-gradient(125deg,#092b4b,#123e68);box-shadow:0 20px 55px rgba(15,43,72,.18);color:#fff}.task-page-hero>div{padding:45px 50px}.task-page-hero h1{margin:8px 0 12px;color:#fff;font-size:48px}.task-page-hero p:not(.eyebrow){max-width:650px;color:#d4e1ee;line-height:1.7}.task-page-hero img{width:100%;height:300px;object-fit:cover;mask-image:linear-gradient(90deg,transparent,#000 22%);-webkit-mask-image:linear-gradient(90deg,transparent,#000 22%)}.task-hero-actions{display:flex;gap:12px;margin-top:25px}.task-hero-actions a{padding:11px 17px;border:1px solid rgba(255,255,255,.3);border-radius:8px;color:#fff;font-weight:800}.task-hero-actions a:last-child{background:#efbd44;border-color:#efbd44;color:#14253b}.task-summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:25px 0}.task-summary-grid article{padding:23px 25px;display:flex;flex-direction:column;gap:6px;background:#fff;border:1px solid #dce5ef;border-radius:13px;box-shadow:0 11px 30px rgba(24,51,81,.07)}.task-summary-grid span{font-size:13px;font-weight:800;color:#6b788b}.task-summary-grid strong{font-size:25px;color:#123553}.task-summary-grid small{color:#7b8797}.access-open{border-left:5px solid #0b9a6e!important}.access-open strong{color:#087b59}.access-locked{border-left:5px solid #d3a12d!important}.access-locked strong{color:#9b6d07}.premium-lock-banner,.premium-access-banner{display:flex;align-items:center;gap:18px;margin:24px 0;padding:22px 25px;border-radius:13px}.premium-lock-banner{background:#fff7dc;border:1px solid #e8ce7d}.lock-symbol{width:52px;height:52px;display:grid;place-items:center;border-radius:50%;background:#fff;font-size:24px}.premium-lock-banner b{font-size:18px;color:#3e330f}.premium-lock-banner p{margin:5px 0 0;color:#77662d}.premium-lock-banner>a{margin-left:auto;white-space:nowrap;padding:12px 18px;border-radius:8px;background:#d8a62f;color:#172439;font-weight:900}.premium-access-banner{background:#e7f8ef;border:1px solid #a0dfc1}.premium-access-banner>span{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#0b9168;color:#fff;font-weight:900}.premium-access-banner div{display:flex;flex-direction:column;gap:3px}.premium-task-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.premium-task-card{position:relative;padding:26px;background:#fff;border:1px solid #dbe4ee;border-radius:16px;box-shadow:0 14px 38px rgba(25,52,82,.08);overflow:hidden;transition:.2s}.premium-task-card:hover{transform:translateY(-3px);box-shadow:0 20px 45px rgba(25,52,82,.13)}.premium-task-card.is-locked{background:linear-gradient(145deg,#fff,#f6f8fa)}.task-card-top{display:grid;grid-template-columns:54px 1fr auto;gap:14px;align-items:start}.category-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(145deg,#0c3459,#176093);color:#f4ce69;font-size:21px;font-weight:900}.task-card-top small{color:#078565;font-weight:800}.task-card-top h2{margin:5px 0;color:#112f50;font-size:22px}.task-state{padding:6px 9px;border-radius:15px;background:#e4f7ee;color:#087954;font-size:10px;font-weight:900}.is-locked .task-state{background:#eef1f5;color:#5c6b7d}.task-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:22px 0}.task-meta span{padding:11px;background:#f3f7fa;border-radius:8px;color:#43566d;font-size:12px}.task-meta b{display:block;margin-bottom:5px;color:#193754}.task-detail-body{color:#55667a}.instruction-preview{margin:15px 0;padding:16px;background:#f5f8fb;border-left:4px solid #dbae3e;border-radius:7px}.instruction-preview p{margin:7px 0 0}.reference-link{display:inline-block;margin:5px 0 18px;font-weight:800}.task-primary-action{display:block;padding:13px;text-align:center;border-radius:8px;background:#12568a;color:#fff!important;font-weight:900}.locked-action{background:#d6a331;color:#17263b!important}.premium-locked-detail{min-height:150px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:20px;margin:18px 0;border:1px dashed #bdc8d4;border-radius:10px;background:rgba(234,239,244,.65)}.premium-locked-detail span{font-size:30px}.premium-locked-detail b{margin:8px 0;color:#31475e}.premium-locked-detail p{max-width:350px;margin:0;color:#718094}.premium-empty-state{display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;gap:45px;padding:35px;background:#fff;border:1px solid #dce5ee;border-radius:18px;box-shadow:0 16px 45px rgba(25,52,82,.09)}.empty-visual{position:relative}.empty-visual img{display:block;width:100%;height:300px;object-fit:cover;border-radius:13px}.empty-visual span{position:absolute;left:18px;bottom:18px;padding:9px 13px;border-radius:7px;background:#fff;color:#0d7557;font-weight:900;box-shadow:0 8px 22px rgba(20,43,67,.16)}.premium-empty-state h2{font-size:34px;color:#112f50;margin:8px 0}.premium-empty-state p:not(.eyebrow){color:#65758a;line-height:1.7}.empty-state-actions{display:flex;gap:11px;margin-top:22px}.empty-state-actions a{padding:12px 17px;border:1px solid #cfd9e4;border-radius:8px;font-weight:800}
@media(max-width:1050px){.task-page-hero{grid-template-columns:1fr}.task-page-hero img{display:none}.premium-task-grid{grid-template-columns:1fr}.premium-empty-state{grid-template-columns:1fr}.premium-lock-banner{align-items:flex-start;flex-wrap:wrap}.premium-lock-banner>a{margin-left:70px}}@media(max-width:700px){.premium-task-content{padding:20px 13px}.task-page-hero>div{padding:32px 24px}.task-page-hero h1{font-size:38px}.task-summary-grid{grid-template-columns:1fr}.task-card-top{grid-template-columns:48px 1fr}.task-state{grid-column:2}.task-meta{grid-template-columns:1fr}.premium-empty-state{padding:18px;gap:22px}.empty-visual img{height:220px}.premium-empty-state h2{font-size:28px}.premium-lock-banner>a{margin-left:0}.task-hero-actions,.empty-state-actions{flex-direction:column}}

/* Premium dashboard command centre */
.premium-dashboard-page{padding:0!important;background:#eef3f8}.premium-portal-header{height:78px;background:linear-gradient(90deg,#061b31,#0c2e4e);border-bottom:2px solid #d9aa35}.online-dot{width:8px;height:8px;border-radius:50%;background:#38d394;box-shadow:0 0 0 4px rgba(56,211,148,.14)}.premium-portal-header .portal-user{display:flex;align-items:center;gap:8px}.logout-link{margin-left:12px;padding:8px 12px;border:1px solid rgba(255,255,255,.2);border-radius:7px}.premium-dashboard-shell{min-height:calc(100vh - 78px)}.premium-sidebar{width:250px;padding:20px 14px;background:linear-gradient(180deg,#0b2c4b,#071f36);box-shadow:12px 0 35px rgba(9,32,55,.12)}.sidebar-profile{display:flex;align-items:center;gap:11px;margin:0 5px 20px;padding:15px 10px;border-bottom:1px solid rgba(255,255,255,.12)}.sidebar-profile>span{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:#e2b244;color:#14283e;font-weight:900}.sidebar-profile div{min-width:0;display:flex;flex-direction:column;color:#fff}.sidebar-profile b{max-width:155px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-profile small{color:#91a9bf;margin-top:4px}.premium-sidebar>a{display:flex;align-items:center;gap:11px;margin:4px 0;padding:12px 13px;border-radius:8px;color:#c8d6e3}.premium-sidebar>a i{width:20px;text-align:center;color:#e3b84d;font-style:normal;font-size:17px}.premium-sidebar>a:hover{background:rgba(255,255,255,.07);color:#fff}.premium-sidebar>a.selected{background:linear-gradient(110deg,#e8b73f,#ffe08a);color:#12263b;box-shadow:0 9px 24px rgba(212,158,32,.2)}.premium-sidebar>a.selected i{color:#12263b}.premium-sidebar .sidebar-label{color:#ecc95e;margin:24px 13px 8px}.premium-dashboard-content{width:calc(100% - 250px);padding:32px;min-width:0}.dashboard-welcome-hero{min-height:310px;display:grid;grid-template-columns:1fr .9fr;align-items:center;overflow:hidden;border-radius:20px;background:linear-gradient(125deg,#092a49,#124e78);box-shadow:0 22px 60px rgba(14,43,72,.2)}.dashboard-welcome-hero>div{padding:44px 48px;position:relative;z-index:2}.dashboard-welcome-hero h1{font-size:48px;line-height:1.05;color:#fff;margin:10px 0 15px}.dashboard-welcome-hero>div>p:not(.eyebrow){color:#ccdae7;max-width:620px;line-height:1.7}.hero-status-row{display:flex;gap:12px;align-items:center;margin-top:24px;color:#d8e3ed;font-size:13px}.hero-status-row span{padding:9px 13px;border:1px solid rgba(255,255,255,.18);border-radius:20px}.hero-status-row .verified-status{color:#6ce2ae;background:rgba(20,153,103,.16);border-color:rgba(91,222,166,.3)}.hero-dashboard-art{position:relative;height:310px}.hero-dashboard-art img{width:100%;height:100%;object-fit:cover;mask-image:linear-gradient(90deg,transparent,#000 30%);-webkit-mask-image:linear-gradient(90deg,transparent,#000 30%)}.hero-dashboard-art>span{position:absolute;right:25px;bottom:24px;padding:9px 13px;background:#fff;border-radius:7px;color:#0b7657;font-size:12px;font-weight:900}.premium-metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:22px 0}.premium-metric-grid article{display:flex;align-items:center;gap:15px;padding:22px;background:#fff;border:1px solid #dae4ee;border-radius:14px;box-shadow:0 12px 32px rgba(24,51,80,.07)}.metric-icon{flex:0 0 50px;height:50px;display:grid;place-items:center;border-radius:12px;font-size:21px;font-weight:900}.metric-icon.blue{background:#e6f1fb;color:#12609a}.metric-icon.green{background:#dff6eb;color:#07815b}.metric-icon.gold{background:#fff2c8;color:#a67106}.metric-icon.purple{background:#eee9fc;color:#6844aa}.premium-metric-grid article>div:last-child{min-width:0;display:flex;flex-direction:column;gap:4px}.premium-metric-grid span{font-size:12px;color:#6d7b8e;font-weight:800}.premium-metric-grid strong{font-size:21px;color:#112f4f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.premium-metric-grid a{font-size:12px;font-weight:800}.premium-metric-grid small{color:#758397}.dashboard-two-column{display:grid;grid-template-columns:1.15fr .85fr;gap:18px;margin:20px 0}.premium-sponsor-card,.premium-membership-card,.admin-command-centre,.premium-quick-actions,.recent-wallet-panel{background:#fff;border:1px solid #dae4ee;border-radius:16px;padding:26px;box-shadow:0 14px 38px rgba(25,52,81,.07)}.sponsor-card-heading,.section-title-row{display:flex;align-items:center;justify-content:space-between;gap:20px}.sponsor-card-heading h2,.section-title-row h2{margin:5px 0;color:#133452}.sponsor-card-heading>span{padding:6px 11px;border-radius:18px;background:#e1f7eb;color:#087957;font-size:11px;font-weight:900}.sponsor-code-display{display:flex;align-items:center;gap:15px;margin:20px 0}.sponsor-code-display strong{flex:1;padding:17px 20px;border-radius:10px;background:#f2f6fa;border:1px dashed #b5c4d3;color:#b07a12;font-size:27px;letter-spacing:2px}.sponsor-code-display button{padding:16px 20px}.premium-sponsor-card>p{margin-bottom:0;color:#6a788b}.premium-membership-card{display:grid;grid-template-columns:auto 1fr;gap:15px;align-items:center}.membership-crown{width:58px;height:58px;display:grid;place-items:center;border-radius:14px;background:#fff0bd;color:#9e6f08;font-size:25px}.premium-membership-card h2{margin:4px 0;color:#133452}.premium-membership-card p{color:#68778a;margin:7px 0}.premium-membership-card>a{grid-column:1/-1;padding:12px;text-align:center;border-radius:8px;background:#d7a532;color:#15263a;font-weight:900}.premium-membership-card.active-plan{border-color:#a8dfc8}.premium-membership-card.active-plan>a{background:#0c8a63;color:#fff}.admin-command-centre{margin:20px 0}.section-title-row>span{padding:7px 11px;border-radius:17px;background:#fff2c8;color:#795607;font-size:11px;font-weight:900}.admin-count-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin-top:20px}.admin-count-grid a{padding:19px;border:1px solid #dce5ee;border-radius:11px;background:#f8fafc;display:flex;flex-direction:column;gap:7px}.admin-count-grid a>span{font-size:29px;color:#b47b10;font-weight:900}.admin-count-grid b{color:#173653}.admin-count-grid small{color:#758397}.dashboard-lower-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:18px;margin:20px 0}.quick-action-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:20px}.quick-action-grid a{display:flex;align-items:center;gap:13px;padding:15px;border:1px solid #dfe7ef;border-radius:10px;background:#f8fafc;transition:.2s}.quick-action-grid a:hover{transform:translateY(-2px);border-color:#d4a73b}.quick-action-grid a>span{width:40px;height:40px;display:grid;place-items:center;border-radius:10px;background:#e7f0f8;color:#155785;font-size:18px;font-weight:900}.quick-action-grid div{display:flex;flex-direction:column;gap:4px}.quick-action-grid b{color:#173653}.quick-action-grid small{color:#778598}.section-title-row>a{font-size:12px;font-weight:900}.activity-empty{min-height:210px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;color:#728094}.activity-empty>span{font-size:42px;color:#d6a536}.activity-empty b{color:#344d66;margin:8px 0}.activity-list{margin-top:16px}.activity-list article{display:grid;grid-template-columns:38px 1fr auto;gap:10px;align-items:center;padding:13px 0;border-bottom:1px solid #edf1f5}.activity-type{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;font-weight:900}.activity-type.credit{background:#e0f6ea;color:#07805a}.activity-type.debit{background:#fee7e7;color:#a43131}.activity-list div{display:flex;min-width:0;flex-direction:column;gap:3px}.activity-list div b{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#29445f}.activity-list small{color:#8490a0;font-size:10px}.activity-list>article>strong{font-size:12px;color:#173653}
@media(max-width:1180px){.premium-metric-grid{grid-template-columns:1fr 1fr}.dashboard-lower-grid,.dashboard-two-column{grid-template-columns:1fr}.admin-count-grid{grid-template-columns:1fr 1fr}}@media(max-width:850px){.premium-sidebar{width:210px}.premium-dashboard-content{width:calc(100% - 210px);padding:20px}.dashboard-welcome-hero{grid-template-columns:1fr}.hero-dashboard-art{display:none}.dashboard-welcome-hero>div{padding:36px 30px}}@media(max-width:650px){.premium-dashboard-shell{display:block}.premium-sidebar{width:100%;display:flex;overflow:auto;padding:10px}.sidebar-profile,.premium-sidebar .sidebar-label{display:none}.premium-sidebar>a{white-space:nowrap}.premium-dashboard-content{width:100%;padding:14px}.dashboard-welcome-hero h1{font-size:37px}.premium-metric-grid,.admin-count-grid,.quick-action-grid{grid-template-columns:1fr}.sponsor-code-display{align-items:stretch;flex-direction:column}.sponsor-code-display strong{font-size:21px}.hero-status-row{align-items:flex-start;flex-direction:column}.premium-portal-header .portal-user>strong{display:none}}

/* Homepage-matched light dashboard palette */
.premium-dashboard-page{background:#f5f8fc}.premium-portal-header{background:#fff;border-bottom:1px solid #e1e8f0;box-shadow:0 7px 25px rgba(24,52,82,.08)}.premium-portal-header .brand{color:#102e4e}.premium-portal-header .brand-shield{background:#fff9e8;color:#a9700c;border-color:#d9a72d}.premium-portal-header .portal-user{color:#53647a}.premium-portal-header .portal-user strong{color:#173552}.premium-portal-header .logout-link{color:#163b61;border-color:#d7e0e9;background:#f7fafc}.premium-portal-header .online-dot{background:#17ae79}.premium-sidebar{background:#fff;border-right:1px solid #e0e8f0;box-shadow:9px 0 28px rgba(26,52,81,.06)}.sidebar-profile{border-bottom-color:#e4eaf1}.sidebar-profile>span{background:#fff1c4;color:#765109}.sidebar-profile div,.sidebar-profile b{color:#173652}.sidebar-profile small{color:#778597}.premium-sidebar>a{color:#42566e}.premium-sidebar>a i{color:#b68118}.premium-sidebar>a:hover{background:#f1f6fa;color:#0c7f5c}.premium-sidebar>a.selected{background:linear-gradient(110deg,#fff1c1,#ffe18a);color:#17324e;box-shadow:none;border:1px solid #edcb6c}.premium-sidebar .sidebar-label{color:#0b8762}.dashboard-welcome-hero{background:radial-gradient(circle at 4% 50%,#e3f5ff 0,rgba(227,245,255,.75) 30%,transparent 51%),linear-gradient(125deg,#fff 0 58%,#edf7fc 58%);border:1px solid #dae6ef;box-shadow:0 18px 50px rgba(24,52,82,.09)}.dashboard-welcome-hero h1{color:#102e4e}.dashboard-welcome-hero>div>p:not(.eyebrow){color:#627188}.dashboard-welcome-hero .eyebrow{color:#078765}.hero-status-row{color:#51647a}.hero-status-row span{background:#fff;border-color:#d5e0ea;box-shadow:0 6px 18px rgba(24,52,82,.05)}.hero-status-row .verified-status{color:#087b58;background:#e5f8ee;border-color:#a7dfc4}.hero-dashboard-art{margin:25px 28px 25px 0;height:260px;border-radius:15px;overflow:hidden;box-shadow:0 16px 40px rgba(26,52,82,.14)}.hero-dashboard-art img{mask-image:none;-webkit-mask-image:none}.hero-dashboard-art>span{color:#087957}.premium-metric-grid article,.premium-sponsor-card,.premium-membership-card,.admin-command-centre,.premium-quick-actions,.recent-wallet-panel{box-shadow:0 11px 32px rgba(25,52,81,.06)}.premium-metric-grid article:hover,.quick-action-grid a:hover,.admin-count-grid a:hover{border-color:#e1ba56;background:#fffdf6}.admin-count-grid a,.quick-action-grid a{background:#fbfcfe}.membership-crown{background:#fff3cb}.premium-membership-card.locked-plan{background:#fffdf8;border-color:#ecd88f}.premium-membership-card.active-plan{background:#f6fffa}.sponsor-code-display strong{background:#f7fafc}.premium-dashboard-content:before{content:"";position:fixed;inset:78px 0 0 250px;pointer-events:none;background:radial-gradient(circle at 82% 10%,rgba(220,242,253,.6),transparent 28%);z-index:-1}
@media(max-width:850px){.premium-dashboard-content:before{left:210px}}@media(max-width:650px){.premium-dashboard-content:before{left:0;top:138px}.hero-dashboard-art{display:none}}

/* Final dashboard typography and refined brand colors */
.premium-dashboard-page,.premium-dashboard-page button,.premium-dashboard-page input,.premium-dashboard-page select,.premium-dashboard-page textarea{font-family:"Segoe UI",Tahoma,Arial,sans-serif}.premium-dashboard-page h1,.premium-dashboard-page h2,.premium-dashboard-page h3,.premium-dashboard-page .brand{font-family:Georgia,"Times New Roman",serif}.premium-dashboard-page{color:#263b52}.premium-portal-header .brand{color:#12385e;font-size:25px;letter-spacing:-.3px}.premium-portal-header .brand span:last-child{color:#12385e}.premium-portal-header .brand-shield{font-family:Georgia,"Times New Roman",serif;color:#9b6810}.premium-portal-header .portal-user{font-size:13px;color:#607187}.premium-portal-header .portal-user strong{font-weight:700;color:#183b5c}.premium-portal-header a{color:#176b91}.premium-sidebar>a{font-size:14px;font-weight:650;color:#344f6a}.premium-sidebar>a i{color:#ad7916}.premium-sidebar>a:hover{color:#08795a}.premium-sidebar>a.selected{color:#163754}.premium-sidebar .sidebar-label{font-size:10px;font-weight:800;letter-spacing:1.5px;color:#087a5a}.sidebar-profile b{font-size:13px}.sidebar-profile small{font-size:10px}.dashboard-welcome-hero .eyebrow,.premium-dashboard-content .eyebrow{font-family:"Segoe UI",Tahoma,Arial,sans-serif;font-size:10px;font-weight:800;letter-spacing:3px;color:#087b5d}.dashboard-welcome-hero h1{font-size:46px;letter-spacing:-1.5px;color:#102f4e;text-shadow:none}.dashboard-welcome-hero>div>p:not(.eyebrow){font-size:15px;color:#60738a}.hero-status-row{font-size:11px}.hero-status-row .verified-status{font-weight:700}.premium-metric-grid span{font-size:11px;font-weight:700;color:#718095}.premium-metric-grid strong{font-family:Georgia,"Times New Roman",serif;font-size:22px;color:#173856}.premium-metric-grid a{color:#0b7890;font-weight:750}.premium-metric-grid a:hover{color:#087653}.premium-metric-grid small{font-size:11px}.sponsor-card-heading h2,.section-title-row h2,.premium-membership-card h2{font-size:25px;letter-spacing:-.3px;color:#173957}.sponsor-code-display strong{font-family:"Segoe UI",Tahoma,Arial,sans-serif;color:#9d6b10;font-weight:750}.premium-sponsor-card>p,.premium-membership-card p{font-size:13px;line-height:1.65;color:#68798c}.premium-membership-card>a,.sponsor-code-display button{font-family:"Segoe UI",Tahoma,Arial,sans-serif;letter-spacing:.1px}.admin-count-grid b,.quick-action-grid b{font-size:13px;color:#24445f}.admin-count-grid small,.quick-action-grid small{font-size:11px}.quick-action-grid a{color:#24445f}.section-title-row>a,.activity-list>article>strong{color:#0b7890}.activity-list div b{color:#2c475f}.logout-link{font-weight:650}.premium-dashboard-page a{transition:color .18s,background .18s,border-color .18s,transform .18s}.premium-dashboard-page a:focus-visible,.premium-dashboard-page button:focus-visible{outline:3px solid rgba(8,133,96,.24);outline-offset:2px}
@media(max-width:650px){.dashboard-welcome-hero h1{font-size:36px;letter-spacing:-.8px}.premium-portal-header .brand{font-size:21px}}

/* Premium light e-commerce centre */
.premium-commerce-page{padding:0!important;background:#f4f8fc;font-family:"Segoe UI",Tahoma,Arial,sans-serif;color:#293f56}.commerce-app-shell{min-height:calc(100vh - 78px)}.commerce-content{width:calc(100% - 250px);padding:32px;min-width:0}.commerce-hero{min-height:340px;display:grid;grid-template-columns:1fr .85fr;align-items:center;overflow:hidden;border:1px solid #dbe6ef;border-radius:20px;background:radial-gradient(circle at 5% 50%,#e3f6ff,transparent 45%),linear-gradient(125deg,#fff 0 58%,#edf8fc 58%);box-shadow:0 18px 50px rgba(25,52,81,.09)}.commerce-hero>div{padding:45px 48px}.commerce-hero h1{font-family:Georgia,"Times New Roman",serif;font-size:46px;line-height:1.08;letter-spacing:-1.2px;color:#102f4e;margin:10px 0 15px}.commerce-hero>div>p:not(.eyebrow){max-width:630px;color:#60738a;line-height:1.7}.commerce-hero>img{width:calc(100% - 45px);height:285px;object-fit:cover;border-radius:15px;box-shadow:0 17px 42px rgba(25,53,82,.14)}.commerce-hero-links{display:flex;gap:12px;margin-top:25px}.commerce-hero-links a{padding:12px 17px;border:1px solid #d5e0e9;border-radius:8px;background:#fff;color:#174362;font-weight:800}.commerce-hero-links a:first-child{background:#f1c34e;border-color:#f1c34e;color:#17304b}.commerce-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:22px 0}.commerce-stats article{padding:22px;background:#fff;border:1px solid #dce5ee;border-radius:13px;box-shadow:0 11px 30px rgba(25,52,81,.06);display:flex;flex-direction:column;gap:6px}.commerce-stats span{font-size:11px;font-weight:750;color:#728095}.commerce-stats strong{font-family:Georgia,"Times New Roman",serif;font-size:23px;color:#173856}.commerce-stats small{font-size:11px;color:#8290a1}.commerce-info-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:22px 0;padding:18px;background:#e8f8f1;border:1px solid #a9dfc7;border-radius:12px}.commerce-info-strip span{color:#17644d;font-size:12px;font-weight:750;text-align:center}.commerce-section{margin:24px 0;padding:28px;background:#fff;border:1px solid #dce5ee;border-radius:17px;box-shadow:0 14px 40px rgba(25,52,81,.07)}.commerce-section-title{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:23px}.commerce-section-title h2{font-family:Georgia,"Times New Roman",serif;font-size:29px;color:#173856;margin:6px 0}.commerce-section-title>span{padding:7px 12px;border-radius:17px;background:#fff2c8;color:#765308;font-size:11px;font-weight:800}.premium-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.premium-product-card{overflow:hidden;border:1px solid #dce5ee;border-radius:14px;background:#fff;box-shadow:0 12px 32px rgba(25,52,81,.07);transition:.2s}.premium-product-card:hover{transform:translateY(-4px);box-shadow:0 19px 43px rgba(25,52,81,.12)}.product-image-wrap{position:relative;height:220px;background:#f3f7fa}.product-image-wrap img{width:100%;height:100%;display:block;object-fit:cover}.product-image-wrap>span{position:absolute;left:14px;bottom:14px;padding:7px 10px;border-radius:16px;background:#fff;color:#087b5b;font-size:10px;font-weight:900;box-shadow:0 7px 20px rgba(20,44,68,.14)}.product-card-body{padding:22px}.product-card-body>small{color:#0a8060;font-size:10px;font-weight:800;letter-spacing:1px}.product-card-body h3{font-family:Georgia,"Times New Roman",serif;font-size:23px;color:#173856;margin:9px 0}.product-card-body>p{color:#68788b;font-size:13px;line-height:1.6}.product-money{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:17px 0}.product-money span{padding:12px;background:#f3f7fa;border-radius:8px;color:#1a4b69;font-size:12px;font-weight:800}.product-money b{display:block;color:#738196;font-size:9px;margin-bottom:5px;text-transform:uppercase;letter-spacing:.5px}.product-card-body details{margin:13px 0;padding:13px;border:1px solid #dce5ee;border-radius:8px;background:#fbfcfe}.product-card-body summary{cursor:pointer;color:#24516d;font-size:12px;font-weight:800}.product-submit-button{display:block;padding:12px;text-align:center;border-radius:8px;background:#0d7f60;color:#fff!important;font-weight:850}.commerce-empty-state{display:grid;grid-template-columns:.85fr 1.15fr;gap:42px;align-items:center}.commerce-empty-image{position:relative}.commerce-empty-image img{display:block;width:100%;height:300px;object-fit:cover;border-radius:14px}.commerce-empty-image span{position:absolute;left:17px;bottom:17px;padding:8px 12px;border-radius:7px;background:#fff;color:#087a5b;font-size:11px;font-weight:900}.commerce-empty-state h2{font-family:Georgia,"Times New Roman",serif;font-size:33px;color:#173856;margin:8px 0}.commerce-empty-state>div:last-child>p:not(.eyebrow){color:#68798d;line-height:1.7}.sale-history-section{margin-top:24px}.sale-history-empty{min-height:210px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;border:1px dashed #bdc9d5;border-radius:11px;background:#f8fafc}.sale-history-empty>span{font-size:40px;color:#d0a02d}.sale-history-empty b{margin:8px 0;color:#304c66}.sale-history-empty p{color:#778598}.sale-history-list article{display:grid;grid-template-columns:70px 1fr auto;align-items:center;gap:15px;padding:15px 0;border-bottom:1px solid #edf1f5}.sale-history-list img{width:70px;height:60px;object-fit:cover;border-radius:8px}.sale-history-list div{display:flex;flex-direction:column;gap:4px;min-width:0}.sale-history-list b{color:#21425e}.sale-history-list small,.sale-history-list p{color:#7b8899;font-size:11px;margin:0}.sale-history-list em{color:#8b650c;font-size:11px}.commerce-section-title>a{color:#0b7890;font-size:12px;font-weight:850}
@media(max-width:1150px){.premium-product-grid{grid-template-columns:1fr 1fr}.commerce-stats{grid-template-columns:1fr 1fr}.commerce-info-strip{grid-template-columns:1fr 1fr}}@media(max-width:850px){.commerce-content{width:calc(100% - 210px);padding:20px}.commerce-hero{grid-template-columns:1fr}.commerce-hero>img{display:none}.commerce-empty-state{grid-template-columns:1fr}}@media(max-width:650px){.commerce-app-shell{display:block}.commerce-content{width:100%;padding:14px}.commerce-hero>div{padding:32px 23px}.commerce-hero h1{font-size:37px}.commerce-stats,.commerce-info-strip,.premium-product-grid,.product-money{grid-template-columns:1fr}.commerce-section{padding:20px 15px}.commerce-section-title{align-items:flex-start;flex-direction:column}.commerce-empty-image img{height:220px}.commerce-hero-links,.empty-state-actions{flex-direction:column}.sale-history-list article{grid-template-columns:55px 1fr}.sale-history-list img{width:55px;height:50px}.sale-history-list .status-chip{grid-column:2}}

/* Premium AI directory */
.premium-ai-page{padding:0!important;background:#f4f8fc;color:#293f56;font-family:"Segoe UI",Tahoma,Arial,sans-serif}.ai-content{width:calc(100% - 250px);padding:32px;min-width:0}.ai-directory-hero{min-height:340px;display:grid;grid-template-columns:1fr .82fr;align-items:center;overflow:hidden;border:1px solid #dbe6ef;border-radius:20px;background:radial-gradient(circle at 5% 50%,#e3f6ff,transparent 46%),linear-gradient(125deg,#fff 0 58%,#edf8fc 58%);box-shadow:0 18px 50px rgba(25,52,81,.09)}.ai-directory-hero>div{padding:46px 49px}.ai-directory-hero h1{margin:10px 0 15px;font:700 47px/1.08 Georgia,"Times New Roman",serif;letter-spacing:-1.2px;color:#102f4e}.ai-directory-hero p:not(.eyebrow){max-width:650px;color:#60738a;line-height:1.7}.ai-directory-hero>div>a{display:inline-block;margin-top:21px;padding:12px 19px;border-radius:8px;background:#f1c34e;color:#17304b;font-weight:850}.ai-directory-hero>img{width:calc(100% - 45px);height:285px;object-fit:cover;border-radius:15px;box-shadow:0 17px 42px rgba(25,53,82,.14)}.ai-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:17px;margin:22px 0}.ai-stats article{display:flex;flex-direction:column;gap:5px;padding:22px 25px;border:1px solid #dce5ee;border-radius:13px;background:#fff;box-shadow:0 11px 30px rgba(25,52,81,.06)}.ai-stats strong{font:700 25px Georgia,"Times New Roman",serif;color:#173856}.ai-stats span{font-size:11px;font-weight:750;color:#728095}.ai-directory-section{padding:29px;border:1px solid #dce5ee;border-radius:17px;background:#fff;box-shadow:0 14px 40px rgba(25,52,81,.07)}.ai-empty-state{display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:42px;padding:12px}.ai-empty-state>img{width:100%;height:285px;object-fit:cover;border-radius:14px}.ai-empty-state h2{margin:8px 0;font:700 33px Georgia,"Times New Roman",serif;color:#173856}.ai-empty-state p:not(.eyebrow){color:#68798d;line-height:1.7}.empty-state-actions{display:flex;gap:11px;margin-top:22px}.empty-state-actions a{padding:12px 17px;border:1px solid #d6e0e9;border-radius:8px;color:#174362;font-weight:800}.empty-state-actions .gold-button{border-color:#f1c34e;background:#f1c34e;color:#17304b}.ai-tool-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.ai-tool-grid article{position:relative;padding:24px;border:1px solid #dce5ee;border-radius:14px;background:linear-gradient(145deg,#fff,#f9fbfd);box-shadow:0 12px 32px rgba(25,52,81,.07);transition:.2s}.ai-tool-grid article:hover{transform:translateY(-4px);box-shadow:0 19px 43px rgba(25,52,81,.12)}.ai-tool-icon{width:48px;height:48px;display:grid;place-items:center;margin-bottom:16px;border-radius:12px;background:#e3f5ff;color:#087b8d;font-size:21px}.ai-tool-grid small{color:#0a8060;font-size:10px;font-weight:800;letter-spacing:.7px}.ai-tool-grid h3{margin:9px 0;font:700 23px Georgia,"Times New Roman",serif;color:#173856}.ai-tool-grid p{color:#68788b;font-size:13px;line-height:1.6}.ai-tool-grid details{margin:14px 0;padding:13px;border:1px solid #dce5ee;border-radius:8px;background:#fff}.ai-tool-grid summary{cursor:pointer;color:#24516d;font-size:12px;font-weight:800}.ai-tool-grid article>a{display:block;margin-top:16px;padding:11px;text-align:center;border-radius:8px;background:#0d7f60;color:#fff;font-weight:850}

/* Unified premium treatment for remaining functional pages */
.legacy-premium-page{width:min(1120px,94%);min-height:100vh;margin:0 auto;padding:48px 24px 85px!important;text-align:left!important;background:radial-gradient(circle at 8% 5%,rgba(221,244,255,.8),transparent 28%),linear-gradient(135deg,#f8fbfe,#edf4fa);color:#293f56;font-family:"Segoe UI",Tahoma,Arial,sans-serif}.legacy-premium-page:before{content:"WOMEN DIGITAL HUB • LEARN • WORK • GROW";display:block;margin:0 0 11px;color:#07805f;font-size:10px;font-weight:850;letter-spacing:2.5px}.legacy-premium-page>h1{margin:0;padding:30px 34px 9px;border:1px solid #dce6ef;border-bottom:0;border-radius:18px 18px 0 0;background:#fff;font:700 40px/1.12 Georgia,"Times New Roman",serif;color:#102f4e;box-shadow:0 15px 45px rgba(25,52,81,.07)}.legacy-premium-page>h1+*{margin-top:0;padding:12px 34px 27px;border:1px solid #dce6ef;border-top:0;border-radius:0 0 18px 18px;background:#fff;box-shadow:0 15px 45px rgba(25,52,81,.07)}.legacy-premium-page>h2{font:700 28px Georgia,"Times New Roman",serif;color:#173856}.legacy-premium-page a{color:#087a8f;font-weight:750}.legacy-premium-page>form,.legacy-premium-page .task-card,.legacy-premium-page .submission-card,.legacy-premium-page .withdrawal-card,.legacy-premium-page>table,.legacy-premium-page .table-wrap{margin:24px 0;padding:28px;border:1px solid #dce5ee;border-radius:16px;background:#fff;box-shadow:0 13px 38px rgba(25,52,81,.07)}.legacy-premium-page form h2,.legacy-premium-page .task-card h2,.legacy-premium-page .submission-card h2{margin-top:0;font:700 25px Georgia,"Times New Roman",serif;color:#173856}.legacy-premium-page label{display:block;margin:6px 0 7px;color:#294862;font-size:12px;font-weight:800}.legacy-premium-page input,.legacy-premium-page select,.legacy-premium-page textarea{box-sizing:border-box;width:100%;padding:13px 14px;border:1px solid #cfdbe7;border-radius:8px;background:#f9fbfd;color:#253d55;font:14px "Segoe UI",Tahoma,Arial,sans-serif;outline:0}.legacy-premium-page input:focus,.legacy-premium-page select:focus,.legacy-premium-page textarea:focus{border-color:#58a9ba;box-shadow:0 0 0 3px rgba(65,159,178,.13);background:#fff}.legacy-premium-page textarea{min-height:125px;resize:vertical}.legacy-premium-page button{padding:12px 19px;border:0;border-radius:8px;background:linear-gradient(135deg,#efbd43,#f5d877);color:#19324a;font-weight:850;cursor:pointer;box-shadow:0 8px 20px rgba(209,158,36,.19)}.legacy-premium-page button:hover{transform:translateY(-1px)}.legacy-premium-page table{width:100%;padding:0;border-collapse:separate;border-spacing:0;overflow:hidden}.legacy-premium-page th{padding:14px;background:#e8f4fa;color:#173a58;font-size:12px;text-align:left}.legacy-premium-page td{padding:13px;border-top:1px solid #e5ecf2;color:#52657a;font-size:12px}.legacy-premium-page tr:hover td{background:#f8fbfd}.legacy-premium-page .notice-panel{padding:15px 18px;border:1px solid #a9dfc7;border-radius:9px;background:#e8f8f1;color:#17644d}.legacy-premium-page .task-card,.legacy-premium-page .submission-card,.legacy-premium-page .withdrawal-card{border-left:5px solid #e8b63d}.legacy-premium-page .submission-card form,.legacy-premium-page .withdrawal-card form,.legacy-premium-page .task-card form{padding:20px;border:1px solid #e1e8ef;border-radius:11px;background:#f8fafc}.legacy-empty-state{min-height:230px;margin:25px 0;padding:35px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;border:1px dashed #bfcbd7;border-radius:15px;background:#fff}.legacy-empty-state>span{width:50px;height:50px;display:grid;place-items:center;border-radius:50%;background:#e5f7ef;color:#087b59;font-size:22px}.legacy-empty-state h2{margin:15px 0 5px;font:700 27px Georgia,"Times New Roman",serif;color:#173856}.legacy-empty-state p{color:#728196}.wide-admin-page{width:min(1380px,97%)}.wallet-premium-page>h2:first-of-type,.withdraw-premium-page>h2:first-of-type{margin:24px 0;padding:27px;border:1px solid #a9dfc7;border-radius:14px;background:linear-gradient(125deg,#e8f8f1,#fff);font-size:32px}.submission-premium-page{width:min(820px,94%)}.submission-premium-page>form{margin-top:25px}.admin-premium-page>form{max-width:850px}.admin-premium-page .task-card form{max-width:100%}
@media(max-width:1050px){.ai-tool-grid{grid-template-columns:1fr 1fr}}@media(max-width:850px){.ai-content{width:calc(100% - 210px);padding:20px}.ai-directory-hero{grid-template-columns:1fr}.ai-directory-hero>img{display:none}.ai-empty-state{grid-template-columns:1fr}.legacy-premium-page{width:96%;padding:30px 15px 70px!important}}@media(max-width:650px){.ai-content{width:100%;padding:14px}.ai-directory-hero>div{padding:31px 23px}.ai-directory-hero h1{font-size:37px}.ai-stats,.ai-tool-grid{grid-template-columns:1fr}.ai-directory-section{padding:20px 15px}.ai-empty-state>img{height:220px}.legacy-premium-page>h1{padding:25px 20px 8px;font-size:34px}.legacy-premium-page>h1+*{padding:10px 20px 23px}.legacy-premium-page>form,.legacy-premium-page .task-card,.legacy-premium-page .submission-card,.legacy-premium-page .withdrawal-card{padding:20px 16px}.legacy-premium-page{overflow-x:auto}}

/* Dedicated premium wallet centre */
.premium-wallet-page{padding:0!important;background:#f3f8fc;color:#293f56;font-family:"Segoe UI",Tahoma,Arial,sans-serif}.wallet-app-shell{min-height:calc(100vh - 78px)}.wallet-content{width:calc(100% - 250px);padding:32px;min-width:0}.wallet-hero{min-height:385px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;overflow:hidden;border:1px solid #d7e5ef;border-radius:21px;background:radial-gradient(circle at 5% 40%,#dff5ff,transparent 45%),linear-gradient(125deg,#fff 0 60%,#eef8fc 60%);box-shadow:0 20px 55px rgba(25,52,81,.1)}.wallet-hero>div:first-child{padding:44px 50px}.wallet-hero h1{margin:8px 0 10px;font:700 48px/1.08 Georgia,"Times New Roman",serif;letter-spacing:-1.2px;color:#102f4e}.wallet-hero>div>p:not(.eyebrow){max-width:620px;margin-bottom:24px;color:#60738a;line-height:1.65}.wallet-balance-label{font-size:11px;font-weight:800;letter-spacing:.8px;color:#087b5b;text-transform:uppercase}.wallet-main-balance{display:block;margin:5px 0 20px;font:700 42px Georgia,"Times New Roman",serif;color:#123856}.wallet-main-balance small{font:800 13px "Segoe UI",Tahoma,Arial,sans-serif;color:#7390a2}.wallet-hero-actions{display:flex;gap:11px}.wallet-hero-actions a{padding:12px 18px;border:1px solid #d3e0e9;border-radius:8px;background:#fff;color:#174362;font-size:13px;font-weight:850}.wallet-hero-actions a:first-child{border-color:#f1c34e;background:#f1c34e;color:#17304b}.wallet-visual{position:relative;margin-right:38px}.wallet-visual img{display:block;width:100%;height:285px;object-fit:cover;border-radius:15px;box-shadow:0 17px 42px rgba(25,53,82,.14)}.wallet-visual>span{position:absolute;right:15px;bottom:15px;padding:9px 13px;border-radius:8px;background:#fff;color:#087b5b;font-size:11px;font-weight:900;box-shadow:0 8px 20px rgba(25,53,82,.12)}.wallet-summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px;margin:22px 0}.wallet-summary-grid article{display:flex;align-items:center;gap:15px;padding:22px 24px;border:1px solid #dce5ee;border-radius:14px;background:#fff;box-shadow:0 11px 30px rgba(25,52,81,.06)}.wallet-summary-grid article>div{display:flex;flex-direction:column;gap:4px}.wallet-summary-grid small{color:#718095;font-size:10px;font-weight:800}.wallet-summary-grid strong{font:700 21px Georgia,"Times New Roman",serif;color:#173856}.wallet-summary-grid p{margin:0;color:#8491a1;font-size:10px}.wallet-stat-icon{width:48px;height:48px;display:grid;place-items:center;flex:0 0 48px;border-radius:12px;font-size:20px;font-weight:900}.wallet-stat-icon.credit{background:#dff5ea;color:#07825d}.wallet-stat-icon.debit{background:#fff1ca;color:#a27209}.wallet-stat-icon.records{background:#e9e4f9;color:#6049a0}.wallet-ledger{margin-top:22px;padding:29px;border:1px solid #dce5ee;border-radius:18px;background:#fff;box-shadow:0 15px 42px rgba(25,52,81,.07)}.wallet-section-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;padding-bottom:21px;border-bottom:1px solid #e8eef3}.wallet-section-heading h2{margin:5px 0;font:700 29px Georgia,"Times New Roman",serif;color:#173856}.wallet-section-heading p:not(.eyebrow){margin:0;color:#7a899a;font-size:12px}.wallet-section-heading>a{padding:10px 14px;border:1px solid #d7e1e9;border-radius:8px;color:#0b7890;font-size:11px;font-weight:800}.wallet-empty{min-height:280px;display:grid;grid-template-columns:210px 1fr;align-items:center;gap:42px;padding:30px 55px}.wallet-empty-art{position:relative;width:175px;height:175px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,#e5f7ff,#e7f7ef);box-shadow:inset 0 0 0 15px rgba(255,255,255,.65)}.wallet-empty-art span{width:82px;height:82px;display:grid;place-items:center;border-radius:19px;background:#fff;color:#b88312;font:700 36px Georgia,"Times New Roman",serif;box-shadow:0 14px 35px rgba(25,52,81,.12)}.wallet-empty-art i{position:absolute;right:20px;top:22px;width:37px;height:37px;display:grid;place-items:center;border-radius:50%;background:#0d8f67;color:#fff;font-style:normal}.wallet-empty h3{margin:7px 0;font:700 29px Georgia,"Times New Roman",serif;color:#173856}.wallet-empty>div:last-child>p:not(.eyebrow){max-width:620px;color:#6e7e91;line-height:1.7}.wallet-empty-actions{display:flex;gap:10px;margin-top:20px}.wallet-empty-actions a{padding:11px 16px;border:1px solid #d5e0e9;border-radius:8px;color:#174362;font-size:12px;font-weight:850}.wallet-empty-actions a:first-child{border-color:#f1c34e;background:#f1c34e;color:#17304b}.wallet-table-wrap{overflow-x:auto;margin-top:20px}.wallet-table-wrap table{width:100%;border-collapse:collapse}.wallet-table-wrap th{padding:14px;background:#edf6fa;color:#254660;font-size:11px;text-align:left}.wallet-table-wrap td{padding:15px 14px;border-bottom:1px solid #e8eef3;color:#5d6f82;font-size:12px}.wallet-type{width:28px;height:28px;display:inline-grid;place-items:center;margin-right:8px;border-radius:50%;font-weight:900}.wallet-type.credit{background:#def6e9;color:#087b59}.wallet-type.debit{background:#fff0d0;color:#9e6d06}.wallet-amount{font-weight:850!important;text-align:right}.wallet-amount.credit{color:#087b59}.wallet-amount.debit{color:#a26e05}
@media(max-width:1000px){.wallet-hero{grid-template-columns:1fr}.wallet-visual{display:none}.wallet-summary-grid{grid-template-columns:1fr 1fr}.wallet-empty{grid-template-columns:160px 1fr;padding:30px 20px}.wallet-empty-art{width:145px;height:145px}}@media(max-width:850px){.wallet-content{width:calc(100% - 210px);padding:20px}.wallet-summary-grid{grid-template-columns:1fr}.wallet-empty{grid-template-columns:1fr;text-align:center}.wallet-empty-art{margin:auto}.wallet-empty-actions{justify-content:center}}@media(max-width:650px){.wallet-app-shell{display:block}.wallet-content{width:100%;padding:14px}.wallet-hero>div:first-child{padding:32px 23px}.wallet-hero h1{font-size:38px}.wallet-main-balance{font-size:34px}.wallet-hero-actions,.wallet-empty-actions{flex-direction:column}.wallet-ledger{padding:20px 15px}.wallet-section-heading{align-items:flex-start;flex-direction:column}.wallet-empty{padding:25px 5px}.wallet-table-wrap{margin-left:-5px;margin-right:-5px}}

/* Refined light portal navigation */
.premium-portal-header{padding:0 24px!important}.premium-portal-header .brand{min-width:225px;display:flex;align-items:center;gap:12px;white-space:nowrap;overflow:visible}.premium-portal-header .brand-shield{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border:1.5px solid #d5a531;border-radius:50%;background:linear-gradient(145deg,#fffaf0,#fff3ca);box-shadow:0 7px 20px rgba(192,139,17,.11)}.premium-portal-header .brand span:last-child{font-size:24px;letter-spacing:-.4px}.premium-sidebar{position:relative;padding:18px 13px 25px!important;background:linear-gradient(180deg,#f9fcff 0,#f1f7fb 55%,#edf5f9 100%)!important;border-right:1px solid #d8e5ee!important;box-shadow:10px 0 32px rgba(27,55,82,.07)!important;gap:3px!important}.premium-sidebar:before{content:"MEMBER WORKSPACE";display:block;margin:1px 12px 10px;color:#7890a4;font-size:9px;font-weight:900;letter-spacing:1.7px}.premium-sidebar:after{content:"✓ Secure Portal\A Your activity is protected";white-space:pre;display:block;margin:auto 7px 0;padding:15px 16px;border:1px solid #cfe5dc;border-radius:12px;background:linear-gradient(145deg,#f3fff9,#fff);color:#187259;font-size:10px;font-weight:750;line-height:1.65}.sidebar-profile{margin:0 0 15px!important;padding:14px!important;border:1px solid #dce6ee!important;border-radius:13px;background:#fff;box-shadow:0 8px 24px rgba(28,55,82,.06)}.sidebar-profile>span{width:42px!important;height:42px!important;flex:0 0 42px;border:1px solid #efd37b;background:linear-gradient(145deg,#fff5d3,#ffe69a)!important;color:#825d09!important}.sidebar-profile b{max-width:145px!important;color:#183a58!important;font-size:12px!important}.sidebar-profile small{color:#7c8da0!important;font-size:9px!important}.premium-sidebar>a{position:relative;min-height:46px;box-sizing:border-box;display:flex!important;align-items:center!important;gap:11px!important;margin:2px 0!important;padding:6px 10px!important;border:1px solid transparent!important;border-radius:11px!important;color:#36536c!important;font-size:12px!important;font-weight:750!important;transition:.2s!important}.premium-sidebar>a i{width:32px!important;height:32px;flex:0 0 32px;display:grid!important;place-items:center;border-radius:9px;background:#fff;border:1px solid #dde7ee;color:#a67414!important;font-size:14px!important;box-shadow:0 4px 12px rgba(28,55,82,.04)}.premium-sidebar>a:hover{padding-left:12px!important;border-color:#d9e5ed!important;background:#fff!important;color:#08775a!important;box-shadow:0 7px 20px rgba(27,55,82,.06)}.premium-sidebar>a:hover i{border-color:#b9dfd1;background:#eaf9f3;color:#08795a!important}.premium-sidebar>a.selected{border-color:#edcc6b!important;background:linear-gradient(110deg,#fff8df,#ffecad)!important;color:#173a57!important;box-shadow:0 8px 22px rgba(191,137,17,.1)!important}.premium-sidebar>a.selected:after{content:"";position:absolute;right:9px;width:6px;height:6px;border-radius:50%;background:#0d8b65;box-shadow:0 0 0 4px rgba(13,139,101,.1)}.premium-sidebar>a.selected i{border-color:#e0b94b!important;background:#fff!important;color:#8c640d!important;box-shadow:0 5px 14px rgba(178,126,14,.12)}.premium-sidebar .sidebar-label{display:flex;align-items:center;gap:8px;margin:19px 10px 7px!important;color:#0b7a5c!important;font-size:9px!important;font-weight:900!important;letter-spacing:1.7px!important}.premium-sidebar .sidebar-label:after{content:"";height:1px;flex:1;background:#d5e5df}.premium-sidebar .sidebar-label~a:not(.selected){min-height:40px;padding-top:4px!important;padding-bottom:4px!important;font-size:11px!important}.premium-sidebar .sidebar-label~a:not(.selected):before{content:"";width:7px;height:7px;margin:0 6px;border:2px solid #d2a83d;border-radius:2px;transform:rotate(45deg)}.premium-sidebar .sidebar-label~a:not(.selected) i{display:none!important}
@media(max-width:850px) and (min-width:651px){.premium-portal-header{padding:0 16px!important}.premium-portal-header .brand{min-width:185px}.premium-portal-header .brand span:last-child{font-size:20px}.premium-sidebar{padding-left:9px!important;padding-right:9px!important}.premium-sidebar>a{font-size:11px!important}.sidebar-profile b{max-width:110px!important}.premium-sidebar:after{padding:12px 9px;font-size:9px}}@media(max-width:650px){.premium-portal-header .brand{min-width:0}.premium-portal-header .brand span:last-child{font-size:19px}.premium-sidebar:before,.premium-sidebar:after{display:none}.premium-sidebar{background:#f8fbfe!important;border-bottom:1px solid #dce6ee!important}.premium-sidebar>a{min-height:42px;white-space:nowrap}.premium-sidebar>a i{width:29px!important;height:29px;flex-basis:29px}.premium-sidebar>a.selected:after{display:none}}

/* Visual system for admin and submission forms */
.admin-premium-page>h1,.submission-premium-page>h1{min-height:190px;box-sizing:border-box;display:flex;align-items:center;padding-right:48%!important;background-color:#fff!important;background-repeat:no-repeat!important;background-position:right center!important;background-size:48% auto!important}.admin-premium-page>h1{background-image:linear-gradient(90deg,#fff 0 48%,rgba(255,255,255,.18) 70%),url("assets/portal/admin-operations.png")!important}.submission-premium-page>h1{background-image:linear-gradient(90deg,#fff 0 47%,rgba(255,255,255,.15) 70%),url("assets/portal/task-submission.png")!important}.submission-premium-page>h1+*{padding-right:34px}.admin-review-page .page-heading{position:relative;min-height:210px;box-sizing:border-box;padding:37px 43% 37px 38px;border:1px solid #dce6ef;border-radius:18px;background:linear-gradient(90deg,#fff 0 48%,rgba(255,255,255,.2) 72%),url("assets/portal/admin-operations.png") right center/47% auto no-repeat;box-shadow:0 17px 48px rgba(25,52,81,.08);overflow:hidden}.admin-review-page .page-heading h1{margin:7px 0;font:700 38px/1.1 Georgia,"Times New Roman",serif;color:#102f4e}.admin-review-page .page-heading p:not(.eyebrow){color:#66788c;line-height:1.6}.admin-review-page .page-heading>a{position:absolute;left:38px;bottom:25px}.admin-review-page .admin-request-grid{margin-top:24px}.admin-review-page .admin-request-card{overflow:hidden;border-top:4px solid #e6b73f}.admin-review-page input,.admin-review-page select,.admin-review-page textarea{box-sizing:border-box;width:100%;padding:12px 13px;border:1px solid #cfdae5;border-radius:8px;background:#f9fbfd;font-family:"Segoe UI",Tahoma,Arial,sans-serif}.admin-review-page button{border-radius:8px}.legacy-premium-page>form{position:relative;overflow:hidden}.legacy-premium-page>form:before{content:"SECURE FORM";display:inline-block;margin-bottom:16px;padding:6px 10px;border-radius:15px;background:#e7f7ef;color:#087b59;font-size:9px;font-weight:900;letter-spacing:1.2px}.legacy-premium-page>form button{min-height:45px}.legacy-premium-page input[type=file]{padding:10px;background:#edf6fb;border-style:dashed}.legacy-premium-page select{cursor:pointer}.legacy-premium-page .notice-panel{box-shadow:0 8px 24px rgba(23,116,84,.06)}

/* Dedicated premium withdrawal centre */
.premium-withdraw-page{padding:0!important;background:#f3f8fc;color:#293f56;font-family:"Segoe UI",Tahoma,Arial,sans-serif}.withdraw-app-shell{min-height:calc(100vh - 78px)}.withdraw-content{width:calc(100% - 250px);padding:32px;min-width:0}.withdraw-hero{min-height:365px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;overflow:hidden;border:1px solid #d7e5ef;border-radius:21px;background:radial-gradient(circle at 5% 40%,#dff5ff,transparent 45%),linear-gradient(125deg,#fff 0 60%,#eef8fc 60%);box-shadow:0 20px 55px rgba(25,52,81,.1)}.withdraw-hero>div{padding:43px 49px}.withdraw-hero h1{margin:8px 0 12px;font:700 47px/1.08 Georgia,"Times New Roman",serif;color:#102f4e}.withdraw-hero>div>p:not(.eyebrow){color:#60738a;line-height:1.65}.withdraw-hero>img{width:calc(100% - 38px);height:290px;object-fit:cover;border-radius:15px;box-shadow:0 17px 42px rgba(25,53,82,.14)}.withdraw-balance{margin:22px 0 18px}.withdraw-balance span{display:block;color:#087b5b;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:1px}.withdraw-balance strong{font:700 38px Georgia,"Times New Roman",serif;color:#173856}.withdraw-balance small{font:800 12px "Segoe UI",Tahoma,Arial,sans-serif;color:#778b9d}.withdraw-hero>div>a{display:inline-block;padding:12px 18px;border-radius:8px;background:#f1c34e;color:#17304b;font-weight:850}.withdraw-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:17px;margin:22px 0}.withdraw-metrics article{display:flex;flex-direction:column;gap:6px;padding:22px 24px;border:1px solid #dce5ee;border-radius:14px;background:#fff;box-shadow:0 11px 30px rgba(25,52,81,.06)}.withdraw-metrics small{color:#718095;font-size:10px;font-weight:800}.withdraw-metrics strong{font:700 21px Georgia,"Times New Roman",serif;color:#173856}.withdraw-notice{padding:15px 18px;border:1px solid #a9dfc7;border-radius:9px;background:#e8f8f1;color:#17644d}.withdraw-form-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:35px;margin:24px 0;padding:31px;border:1px solid #dce5ee;border-radius:18px;background:#fff;box-shadow:0 15px 42px rgba(25,52,81,.07)}.withdraw-form-intro{padding:19px}.withdraw-form-intro h2{margin:7px 0;font:700 31px Georgia,"Times New Roman",serif;color:#173856}.withdraw-form-intro>p:not(.eyebrow){color:#6d7d8f;line-height:1.7}.withdraw-form-intro>div{display:flex;flex-direction:column;gap:10px;margin-top:25px}.withdraw-form-intro span{color:#187158;font-size:12px;font-weight:750}.withdraw-form-section form{margin:0;padding:26px;border:1px solid #dfe7ee;border-radius:13px;background:#f9fbfd}.withdraw-form-section label{display:block;margin:12px 0 7px;color:#294862;font-size:12px;font-weight:800}.withdraw-form-section input,.withdraw-form-section select{box-sizing:border-box;width:100%;padding:13px 14px;border:1px solid #cfdbe7;border-radius:8px;background:#fff;font-family:inherit}.withdraw-form-section input:focus,.withdraw-form-section select:focus{outline:0;border-color:#54aaba;box-shadow:0 0 0 3px rgba(65,159,178,.13)}.withdraw-form-section button{width:100%;margin-top:20px;padding:14px;border:0;border-radius:8px;background:linear-gradient(135deg,#efbd43,#f5d877);color:#19324a;font-weight:900}.withdraw-form-section form>small{display:block;margin-top:13px;color:#7c8998;font-size:10px;text-align:center}.withdraw-history{margin-top:24px;padding:29px;border:1px solid #dce5ee;border-radius:18px;background:#fff;box-shadow:0 15px 42px rgba(25,52,81,.07)}.withdraw-empty{min-height:220px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}.withdraw-empty>span{width:58px;height:58px;display:grid;place-items:center;border-radius:16px;background:#e6f4fb;color:#0a7590;font-size:25px}.withdraw-empty h3{margin:14px 0 5px;font:700 27px Georgia,"Times New Roman",serif;color:#173856}.withdraw-empty p{color:#748397}.withdraw-history-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:22px}.withdraw-history-grid article{padding:23px;border:1px solid #dce5ee;border-radius:13px;background:#fbfcfe}.withdraw-card-head{display:flex;justify-content:space-between;gap:15px}.withdraw-card-head small{color:#7a8999}.withdraw-card-head h3{margin:6px 0;font:700 26px Georgia,"Times New Roman",serif;color:#173856}.withdraw-history-grid dl{display:grid;grid-template-columns:120px 1fr;gap:9px;margin:18px 0}.withdraw-history-grid dt{color:#3c5870;font-size:11px;font-weight:800}.withdraw-history-grid dd{margin:0;color:#66778a;font-size:11px;overflow-wrap:anywhere}.withdraw-proof{display:grid;grid-template-columns:70px 1fr;align-items:center;gap:13px;padding:10px;border:1px solid #dbe5ed;border-radius:9px;background:#fff;color:#0b7890;font-size:11px;font-weight:850}.withdraw-proof img{width:70px;height:55px;object-fit:cover;border-radius:7px}
@media(max-width:1000px){.withdraw-hero{grid-template-columns:1fr}.withdraw-hero>img{display:none}.withdraw-form-section{grid-template-columns:1fr}.withdraw-history-grid{grid-template-columns:1fr}.admin-premium-page>h1,.submission-premium-page>h1{padding-right:34px!important;background-image:none!important}.admin-review-page .page-heading{padding-right:38px;background-image:none}}@media(max-width:850px){.withdraw-content{width:calc(100% - 210px);padding:20px}.withdraw-metrics{grid-template-columns:1fr}.admin-review-page .page-heading>a{position:static;display:inline-block;margin-top:12px}}@media(max-width:650px){.withdraw-app-shell{display:block}.withdraw-content{width:100%;padding:14px}.withdraw-hero>div{padding:32px 23px}.withdraw-hero h1{font-size:37px}.withdraw-form-section,.withdraw-history{padding:20px 15px}.withdraw-form-intro{padding:5px}.withdraw-history-grid dl{grid-template-columns:1fr}.admin-review-page .page-heading{padding:28px 22px}.admin-premium-page>h1,.submission-premium-page>h1{min-height:auto}}

/* Premium light authentication and registration visuals */
.auth-page{background:radial-gradient(circle at 8% 12%,#e1f5ff,transparent 34%),linear-gradient(135deg,#f8fbfe,#edf4fa)!important}.auth-layout{border:1px solid #dbe6ef;box-shadow:0 30px 90px rgba(19,45,78,.14)}.auth-intro{position:relative;overflow:hidden;padding:58px 52px;color:#29455f;background:linear-gradient(90deg,rgba(244,251,255,.98) 0,rgba(244,251,255,.92) 52%,rgba(244,251,255,.15) 100%),url("assets/portal/admin-operations.png") 65% bottom/auto 58% no-repeat}.auth-intro:after{content:"";position:absolute;inset:auto -80px -100px auto;width:330px;height:330px;border-radius:50%;background:rgba(209,239,250,.45);z-index:0}.auth-intro>*{position:relative;z-index:1}.auth-intro .brand{margin-bottom:70px;color:#153a5b}.auth-intro h1{max-width:560px;color:#102f4e!important;font-size:46px!important}.auth-intro>p:not(.eyebrow){max-width:560px;color:#63758a}.auth-benefits{display:flex;flex-wrap:wrap;gap:9px;margin-top:28px;color:#176e56}.auth-benefits span{padding:9px 12px;border:1px solid #cce4da;border-radius:20px;background:rgba(255,255,255,.86);font-size:11px;box-shadow:0 6px 18px rgba(24,52,82,.05)}.auth-card{background:linear-gradient(180deg,#fff,#fbfdff)}.auth-lock{box-shadow:0 10px 28px rgba(185,133,28,.1)}.auth-form input{border-radius:9px;background:#f8fbfd}.primary-submit{height:50px;border-radius:9px!important}.signup-page{background:radial-gradient(circle at 8% 10%,#e1f5ff,transparent 30%),linear-gradient(135deg,#f8fbfe,#edf4fa)!important}.signup-page .simple-header{background:#fff;border-bottom:1px solid #dce6ef;box-shadow:0 7px 25px rgba(24,52,82,.07)}.signup-page .simple-header .brand{color:#153a5b}.signup-page .simple-header>a:last-child{padding:10px 15px;border:1px solid #d7e2ea;border-radius:8px;color:#0b7890;font-size:12px;font-weight:800}.registration-heading{box-sizing:border-box;max-width:none;min-height:265px;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;margin-bottom:25px;padding:38px 47% 38px 42px;text-align:left;border:1px solid #dbe6ef;border-radius:19px;background:linear-gradient(90deg,#fff 0 48%,rgba(255,255,255,.2) 72%),url("assets/portal/secure-payments.png") right center/48% auto no-repeat;box-shadow:0 17px 48px rgba(25,52,81,.08)}.registration-heading h1{font-size:41px;color:#102f4e}.registration-heading>p:not(.eyebrow){font-size:15px;line-height:1.65}.sponsor-help-card{border-radius:13px;box-shadow:0 11px 30px rgba(25,52,81,.06)}.registration-form{border:1px solid #dce5ee!important;background:#fff!important;box-shadow:0 18px 50px rgba(25,52,81,.09)!important}.registration-form label{color:#294862;font-size:12px}.registration-form input,.registration-form select,.registration-form textarea{border-radius:9px;background:#f8fbfd}.registration-form input:focus,.registration-form select:focus,.registration-form textarea:focus{background:#fff;border-color:#55a9ba;box-shadow:0 0 0 3px rgba(65,159,178,.13)}.registration-form button{min-height:50px;border-radius:9px}.sponsor-request-page .registration-heading{background-image:linear-gradient(90deg,#fff 0 48%,rgba(255,255,255,.2) 72%),url("assets/portal/secure-payments.png")}.payment-card{background:linear-gradient(145deg,#123d61,#0d6f6b)!important;border-radius:16px!important}.payment-card p{line-height:1.6}
@media(max-width:900px){.registration-heading{padding-right:42px;background-image:none}.auth-intro{background:#eff9fd}.auth-intro h1{font-size:40px!important}}@media(max-width:650px){.registration-heading{min-height:auto;padding:29px 22px}.registration-heading h1{font-size:34px}.auth-card{padding:38px 24px}}

/* Unified Women Digital Hub custom SVG navigation icon family */
.premium-sidebar>a i{font-size:0!important}.premium-sidebar>a i:before{content:"";width:18px;height:18px;display:block;background:#a87512;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;mask-repeat:no-repeat;mask-position:center;mask-size:contain;transition:.2s}.premium-sidebar>a:hover i:before{background:#08795a}.premium-sidebar>a.selected i:before{background:#173a57}.premium-sidebar>a[href="dashboard.php"] i:before{-webkit-mask-image:url("assets/icons/dashboard.svg");mask-image:url("assets/icons/dashboard.svg")}.premium-sidebar>a[href="tasks.php"] i:before{-webkit-mask-image:url("assets/icons/tasks.svg");mask-image:url("assets/icons/tasks.svg")}.premium-sidebar>a[href="membership-plans.php"] i:before{-webkit-mask-image:url("assets/icons/membership.svg");mask-image:url("assets/icons/membership.svg")}.premium-sidebar>a[href="wallet.php"] i:before{-webkit-mask-image:url("assets/icons/wallet.svg");mask-image:url("assets/icons/wallet.svg")}.premium-sidebar>a[href="withdraw.php"] i:before{-webkit-mask-image:url("assets/icons/withdraw.svg");mask-image:url("assets/icons/withdraw.svg")}.premium-sidebar>a[href="products.php"] i:before{-webkit-mask-image:url("assets/icons/ecommerce.svg");mask-image:url("assets/icons/ecommerce.svg")}.premium-sidebar>a[href="ai-tools.php"] i:before{-webkit-mask-image:url("assets/icons/ai-tools.svg");mask-image:url("assets/icons/ai-tools.svg")}.premium-sidebar>a i{border-color:#d9e4ec!important;background:linear-gradient(145deg,#fff,#f8fbfd)!important}.premium-sidebar>a:hover i{border-color:#b9dfd1!important;background:#eaf9f3!important}.premium-sidebar>a.selected i{border-color:#e0b94b!important;background:#fffdf5!important}.premium-sidebar>a[href="dashboard.php"] i,.premium-sidebar>a[href="tasks.php"] i,.premium-sidebar>a[href="membership-plans.php"] i,.premium-sidebar>a[href="wallet.php"] i,.premium-sidebar>a[href="withdraw.php"] i,.premium-sidebar>a[href="products.php"] i,.premium-sidebar>a[href="ai-tools.php"] i{box-shadow:0 5px 14px rgba(28,55,82,.06)}
