/*
Theme Name: Gestor Web Child
Theme URI: https://example.com/
Description: Tema hijo de Twenty Twenty-Five para el portal privado Gestor Web.
Author: Gestor Web
Template: twentytwentyfive
Version: 1.3.1
Text Domain: gestor-web-child
*/

:root{
  --gw-primary:#6750e6;
  --gw-primary-dark:#4f38c8;
  --gw-bg:#f5f7fb;
  --gw-card:#ffffff;
  --gw-text:#192033;
  --gw-muted:#758095;
  --gw-line:#e7eaf1;
  --gw-shadow:0 20px 60px rgba(28,36,58,.10);
}

html{scroll-behavior:smooth}
body{background:var(--gw-bg);color:var(--gw-text)}
body.gwa-portal-page{background:var(--gw-bg);overflow-x:hidden!important}
.gwa-portal-page .wp-site-blocks{padding:0!important}
.gwa-portal-page header.wp-block-template-part,
.gwa-portal-page footer.wp-block-template-part{display:none!important}
.gwa-portal-page main,
.gwa-portal-page .entry-content,
.gwa-portal-page .wp-block-post-content,
.gwa-portal-page .is-layout-constrained,
.gwa-portal-page .is-layout-flow{max-width:none!important;width:100%!important;margin:0!important;padding:0!important}
.gwa-portal-page .entry-title,
.gwa-portal-page .wp-block-post-title{display:none!important}
.gwa-portal-page .wp-block-shortcode,
.gwa-portal-page .wp-block-post-content>.wp-block-shortcode,
.gwa-dashboard-home .wp-block-shortcode{
  display:block!important;
  box-sizing:border-box!important;
  width:100vw!important;
  min-width:100vw!important;
  max-width:100vw!important;
  margin:0!important;
  padding:0!important;
}
.gwa-dashboard-home .wp-block-shortcode>*{max-width:none!important}

/* Inicio público: acceso y solicitud de registro */
.gwa-auth-page{display:grid;grid-template-columns:minmax(360px,.9fr) minmax(430px,1.1fr);min-height:100vh;background:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--gw-text)}
.gwa-auth-intro{position:sticky;top:0;box-sizing:border-box;height:100vh;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;padding:48px;background:linear-gradient(145deg,#37269f 0%,#5b43d4 55%,#7b60ea 100%);color:#fff}
.gwa-auth-intro:before,.gwa-auth-intro:after{content:"";position:absolute;border-radius:50%;border:70px solid rgba(255,255,255,.055)}.gwa-auth-intro:before{width:330px;height:330px;right:-190px;top:-160px}.gwa-auth-intro:after{width:250px;height:250px;left:-180px;bottom:-150px}
.gwa-auth-brand{position:relative;z-index:1;display:flex;align-items:center;gap:12px}.gwa-auth-brand span{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#fff;color:#5b43d4;font-size:22px;font-weight:850}.gwa-auth-brand strong{font-size:19px}
.gwa-auth-intro>div:nth-child(2){position:relative;z-index:1;max-width:520px}.gwa-auth-intro .gwa-eyebrow{color:#dcd5ff}.gwa-auth-intro h1{margin:0 0 18px!important;color:#fff!important;font-size:clamp(35px,4vw,58px)!important;line-height:1.06!important;letter-spacing:-1.5px}.gwa-auth-intro p{max-width:470px;margin:0 0 28px;color:#e6e1ff;font-size:16px;line-height:1.65}.gwa-auth-intro ul{display:grid;gap:12px;margin:0;padding:0;list-style:none}.gwa-auth-intro li{display:flex;align-items:center;gap:10px;font-size:14px}.gwa-auth-intro li:before{content:"✓";display:grid;place-items:center;width:23px;height:23px;border-radius:50%;background:rgba(255,255,255,.15);font-weight:800}.gwa-auth-intro>small{position:relative;z-index:1;color:#dcd5ff}
.gwa-auth-box{box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;max-width:650px;width:100%;margin:auto;padding:55px 65px}.gwa-auth-card{padding:28px;background:#fff;border:1px solid var(--gw-line);border-radius:17px;box-shadow:0 10px 35px rgba(27,36,57,.065)}.gwa-auth-card h2{margin:0 0 6px!important;color:var(--gw-text)!important;font-size:23px!important}.gwa-auth-card>p{margin:0 0 22px;color:var(--gw-muted);font-size:13px}.gwa-auth-card form{display:grid;gap:15px}.gwa-auth-card label{display:flex;flex-direction:column;gap:7px;color:#444e61;font-size:12px;font-weight:700}.gwa-auth-card label small{color:#939baa;font-weight:500}.gwa-auth-card input{box-sizing:border-box;width:100%;padding:12px 13px;border:1px solid #d8dce5;border-radius:9px;background:#fff;font-size:14px}.gwa-auth-card input:focus{outline:3px solid #e6e1ff;border-color:var(--gw-primary)}.gwa-auth-primary,.gwa-auth-secondary{width:100%;padding:12px 16px;border:0;border-radius:9px;cursor:pointer;font-weight:750}.gwa-auth-primary{background:var(--gw-primary);color:#fff;box-shadow:0 8px 18px rgba(103,80,230,.23)}.gwa-auth-secondary{background:#f0edff;color:var(--gw-primary-dark);border:1px solid #dcd5ff}.gwa-forgot{margin-top:-5px;color:var(--gw-primary)!important;text-align:center;text-decoration:none!important;font-size:12px}.gwa-auth-divider{display:flex;align-items:center;gap:12px;margin:22px 0;color:#929aa9;font-size:11px}.gwa-auth-divider:before,.gwa-auth-divider:after{content:"";height:1px;flex:1;background:var(--gw-line)}.gwa-auth-card.register{box-shadow:none}.gwa-auth-message{margin-bottom:16px;padding:13px 15px;border-radius:10px;font-size:13px}.gwa-auth-message.success{background:#dcfce7;color:#166534}.gwa-auth-message.error{background:#fee2e2;color:#991b1b}

/* Panel de administrador */
.gwa-admin-portal{
  display:grid;
  grid-template-columns:250px minmax(0,1fr);
  min-height:100vh;
  max-width:none;
  margin:0;
  background:var(--gw-bg);
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--gw-text);
  width:100vw!important;
  min-width:100vw!important;
  max-width:100vw!important;
  box-sizing:border-box!important;
}
.gwa-side{
  position:sticky;
  top:0;
  height:100vh;
  box-sizing:border-box;
  display:flex;
  flex-direction:column;
  padding:28px 18px;
  background:#fff;
  border-right:1px solid var(--gw-line);
  z-index:10;
}
.gwa-brand{display:flex;align-items:center;gap:12px;padding:0 10px 32px}
.gwa-brand>span{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:linear-gradient(145deg,var(--gw-primary),#8b74f2);color:#fff;font-size:22px;font-weight:800;box-shadow:0 8px 18px rgba(103,80,230,.28)}
.gwa-brand>div{display:flex;flex-direction:column;line-height:1.2}
.gwa-brand strong{font-size:16px}.gwa-brand small{font-size:11px;color:var(--gw-muted);margin-top:4px}
.gwa-side nav{display:flex;flex-direction:column;gap:5px}
.gwa-side nav a{display:flex;align-items:center;gap:13px;padding:12px 14px;border-radius:11px;color:#596477!important;text-decoration:none!important;font-size:14px;font-weight:650;transition:.2s ease}
.gwa-side nav a span{width:22px;text-align:center;font-size:18px}
.gwa-side nav a:hover,.gwa-side nav a.active{background:#f0edff;color:var(--gw-primary)!important;transform:translateX(2px)}
.gwa-side-foot{display:flex;flex-direction:column;gap:4px;min-width:0;max-width:100%;margin-top:auto;padding:20px 10px 0;border-top:1px solid var(--gw-line);overflow:hidden}
.gwa-side-foot small{color:var(--gw-muted)}.gwa-side-foot strong{display:block;max-width:100%;font-size:13px;line-height:1.35;overflow-wrap:anywhere;word-break:break-word}.gwa-side-foot a{margin-top:5px;color:var(--gw-primary)!important;font-size:12px}
.gwa-admin-main{position:relative;z-index:1;width:calc(100vw - 250px)!important;min-width:0;max-width:none!important;padding:42px;box-sizing:border-box;overflow:visible}
.gwa-top{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:30px}
.gwa-eyebrow{display:block;margin-bottom:7px;color:var(--gw-primary);font-size:11px;font-weight:800;letter-spacing:1.4px}
.gwa-top h1{margin:0 0 7px!important;color:var(--gw-text)!important;font-size:29px!important;line-height:1.2!important;font-weight:750!important}
.gwa-top p{margin:0;color:var(--gw-muted);font-size:14px}
.gwa-top-actions{display:flex;gap:10px;white-space:nowrap}
.gwa-top-actions a{padding:11px 17px;border-radius:10px;text-decoration:none!important;font-size:13px;font-weight:700;transition:.2s ease}
.gwa-soft-btn{background:#fff;color:#505b70!important;border:1px solid var(--gw-line)}
.gwa-primary-btn{background:var(--gw-primary);color:#fff!important;box-shadow:0 8px 20px rgba(103,80,230,.25)}
.gwa-top-actions a:hover{transform:translateY(-2px)}
.gwa-admin-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px}
.gwa-admin-stats article{display:flex;align-items:center;gap:14px;min-width:0;padding:19px;background:#fff;border:1px solid var(--gw-line);border-radius:15px;box-shadow:0 4px 14px rgba(27,36,57,.035)}
.gwa-stat-icon{display:grid;place-items:center;flex:0 0 45px;width:45px;height:45px;border-radius:13px;font-size:20px;font-weight:800}
.gwa-stat-icon.violet{background:#ede9fe;color:#6549df}.gwa-stat-icon.blue{background:#e0f2fe;color:#1674c5}.gwa-stat-icon.amber{background:#fff2cf;color:#b46b0b}.gwa-stat-icon.green{background:#dcfce7;color:#16854e}
.gwa-admin-stats article>div:last-child{display:grid;grid-template-columns:auto auto;align-items:end;column-gap:8px;min-width:0}
.gwa-admin-stats span{grid-column:1/-1;color:var(--gw-muted);font-size:12px}.gwa-admin-stats strong{font-size:26px;line-height:1}.gwa-admin-stats small{color:#9aa3b2;font-size:10px;white-space:nowrap}
.gwa-admin-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(270px,1fr);gap:20px;margin-bottom:20px}
.gwa-admin-card{min-width:0;padding:22px;background:#fff;border:1px solid var(--gw-line);border-radius:16px;box-shadow:0 4px 14px rgba(27,36,57,.035)}
.gwa-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:16px}
.gwa-card-head h2{margin:0 0 4px!important;color:var(--gw-text)!important;font-size:16px!important;font-weight:750!important}.gwa-card-head p{margin:0;color:var(--gw-muted);font-size:12px}.gwa-card-head>a{color:var(--gw-primary)!important;text-decoration:none!important;font-size:12px;font-weight:700}
.gwa-responsive-table{overflow:auto}.gwa-responsive-table table{width:100%;border-collapse:collapse;font-size:12px}.gwa-responsive-table th{padding:10px 8px;border-bottom:1px solid var(--gw-line);color:#8b94a5;text-align:left;font-size:10px;text-transform:uppercase;letter-spacing:.5px}.gwa-responsive-table td{padding:14px 8px;border-bottom:1px solid #f0f2f6;white-space:nowrap}.gwa-responsive-table tbody tr:hover{background:#fafaff}.gwa-row-link{color:var(--gw-primary)!important;text-decoration:none!important;font-weight:700}
.gwa-status{display:inline-block;padding:5px 9px;border-radius:99px;background:#eef1f6;color:#596478;font-size:10px;font-weight:700}.gwa-status.adsense,.gwa-status.both,.gwa-status.created,.gwa-status.approved{background:#dcfce7;color:#147547}.gwa-status.admanager{background:#dff2ff;color:#1665a5}.gwa-status.limited,.gwa-status.pending,.gwa-status.review{background:#fff1c9;color:#94610a}.gwa-status.banned,.gwa-status.rejected{background:#fee2e2;color:#a52b2b}
.gwa-quick-list{display:flex;flex-direction:column}.gwa-quick-list>a{display:grid;grid-template-columns:38px 1fr 12px;align-items:center;gap:11px;padding:12px 2px;border-bottom:1px solid #f0f2f6;color:var(--gw-text)!important;text-decoration:none!important}.gwa-quick-list>a>span{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:#f1efff;color:var(--gw-primary);font-size:16px}.gwa-quick-list div{display:flex;flex-direction:column}.gwa-quick-list strong{font-size:12px}.gwa-quick-list small{margin-top:2px;color:var(--gw-muted);font-size:10px}.gwa-quick-list b{color:#a5adba;font-size:18px}.gwa-quick-list>a:hover b{color:var(--gw-primary)}
.gwa-empty{display:flex;flex-direction:column;align-items:center;gap:8px;padding:30px;color:var(--gw-muted)}.gwa-empty>span{color:#c4bafb;font-size:29px}.gwa-empty a{color:var(--gw-primary)!important;text-decoration:none!important;font-weight:700}.gwa-empty.compact{padding:16px}.gwa-last{margin-bottom:28px}

/* Portal de clientes */
.gwa-portal{box-sizing:border-box;max-width:1180px;margin:0 auto;padding:42px 24px;color:var(--gw-text);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.gwa-hero{position:relative;overflow:hidden;padding:38px;border-radius:20px;background:linear-gradient(135deg,#5540d0,var(--gw-primary),#8b72f0);color:#fff;box-shadow:0 18px 40px rgba(88,65,208,.22)}
.gwa-hero:after{content:"";position:absolute;right:-70px;top:-90px;width:260px;height:260px;border:55px solid rgba(255,255,255,.08);border-radius:50%}
.gwa-hero h2{position:relative;z-index:1;margin:0 0 8px!important;color:#fff!important;font-size:29px!important}.gwa-hero p{position:relative;z-index:1;margin:0;color:#eeeaff}
.gwa-portal>h3{margin:32px 0 14px!important;font-size:17px!important}
.gwa-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}.gwa-cards article,.gwa-request{padding:21px;background:#fff;border:1px solid var(--gw-line);border-radius:15px;box-shadow:0 6px 18px rgba(27,36,57,.045)}.gwa-cards h4{margin:0 0 13px!important}.gwa-cards p{margin:7px 0;color:#5e687a;font-size:13px}
.gwa-request{margin-top:30px}.gwa-request h3{margin-top:0!important}.gwa-request form{display:grid;grid-template-columns:1fr 1fr;gap:17px}.gwa-request label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:650}.gwa-request input,.gwa-request select,.gwa-request textarea{box-sizing:border-box;width:100%;padding:11px;border:1px solid #d8dce5;border-radius:9px;background:#fff}.gwa-request input:focus,.gwa-request select:focus,.gwa-request textarea:focus{outline:2px solid #d9d2ff;border-color:var(--gw-primary)}
.gwa-btn{display:inline-block;padding:11px 18px;border:0;border-radius:9px;background:var(--gw-primary);color:#fff!important;text-decoration:none!important;cursor:pointer;font-weight:700}.gwa-table{overflow:auto;background:#fff;border:1px solid var(--gw-line);border-radius:14px}.gwa-table table{width:100%;border-collapse:collapse}.gwa-table th,.gwa-table td{padding:13px;text-align:left;border-bottom:1px solid var(--gw-line);font-size:13px}.gwa-alert{margin-bottom:18px;padding:13px;border-radius:10px;background:#dcfce7;color:#166534}.gwa-badge{display:inline-block;padding:3px 8px;border-radius:99px;font-size:10px;font-weight:700}.gwa-badge.ok{background:#dcfce7;color:#166534}.gwa-badge.warning{background:#fef3c7;color:#92400e}.gwa-badge.danger{background:#fee2e2;color:#991b1b}.gwa-badge.muted{background:#eef2f7;color:#64748b}

/* Panel fijo: independiente de los contenedores de Twenty Twenty-Five */
body.admin-bar .gwa-admin-portal{position:fixed!important;top:32px!important;right:0!important;bottom:0!important;left:0!important;z-index:9990!important;width:auto!important;min-width:0!important;max-width:none!important;height:calc(100vh - 32px)!important;min-height:0!important;overflow:hidden!important}
body.admin-bar .gwa-side{position:relative!important;top:auto!important;width:250px;height:100%!important;overflow:hidden}
body.admin-bar .gwa-admin-main{width:auto!important;height:100%!important;min-height:0!important;overflow-x:hidden!important;overflow-y:auto!important;background:linear-gradient(145deg,#e7ecf5 0%,#f0eef8 52%,#e6edf5 100%)}

/* Resumen visual de cuentas */
.gwa-account-summary{margin-bottom:20px;padding:24px;border:1px solid rgba(103,80,230,.12);border-radius:18px;background:linear-gradient(135deg,#252a47 0%,#3b3764 55%,#4b3f83 100%);box-shadow:0 14px 30px rgba(39,42,72,.16);color:#fff}
.gwa-summary-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:19px}.gwa-summary-head .gwa-eyebrow{color:#cfc7ff}.gwa-summary-head h2{margin:0 0 5px!important;color:#fff!important;font-size:20px!important}.gwa-summary-head p{margin:0;color:#c7c9da;font-size:12px}.gwa-summary-head>a{padding:9px 12px;border-radius:9px;background:rgba(255,255,255,.1);color:#fff!important;text-decoration:none!important;font-size:11px;font-weight:700}
.gwa-account-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:11px}.gwa-account-grid article{display:flex;align-items:center;gap:11px;min-width:0;padding:14px;border:1px solid rgba(255,255,255,.12);border-radius:13px;background:rgba(255,255,255,.085)}.gwa-account-icon{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border-radius:10px;background:#fff;color:#4f43a3;font-weight:850}.gwa-account-grid article>div{display:flex;min-width:0;flex-direction:column}.gwa-account-grid small{color:#d9d9e7;font-size:10px}.gwa-account-grid strong{color:#fff;font-size:23px;line-height:1.1}.gwa-account-grid em{overflow:hidden;color:#bfc0d3;font-size:8px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.gwa-account-grid .adsense{background:rgba(24,174,102,.18)}.gwa-account-grid .admanager{background:rgba(44,139,220,.18)}.gwa-account-grid .limited{background:rgba(241,164,42,.18)}.gwa-account-grid .banned{background:rgba(225,76,88,.18)}.gwa-account-grid .pending{background:rgba(174,129,245,.18)}.gwa-account-grid .users{background:rgba(64,197,184,.18)}
.gwa-admin-stats article:nth-child(1){background:#eeeaff}.gwa-admin-stats article:nth-child(2){background:#e5f3ff}.gwa-admin-stats article:nth-child(3){background:#fff3d4}.gwa-admin-stats article:nth-child(4){background:#e3f7ec}.gwa-admin-card{background:rgba(255,255,255,.80)}

@media(max-width:1050px){
  .gwa-auth-intro{padding:35px}.gwa-auth-box{padding:45px 35px}
  .gwa-admin-portal{grid-template-columns:82px minmax(0,1fr)}
  .gwa-admin-main{width:calc(100vw - 82px)!important}body.admin-bar .gwa-side{width:82px}.gwa-account-grid{grid-template-columns:repeat(3,1fr)}
  .gwa-side{padding:25px 12px}.gwa-brand{justify-content:center;padding:0 0 28px}.gwa-brand>div,.gwa-side-foot{display:none}.gwa-side nav a{justify-content:center;font-size:0}.gwa-side nav a span{font-size:19px}
  .gwa-admin-main{padding:30px}.gwa-admin-stats{grid-template-columns:1fr 1fr}.gwa-admin-grid{grid-template-columns:1fr}
}
@media(max-width:700px){
  .gwa-auth-page{display:block}.gwa-auth-intro{position:relative;height:auto;min-height:330px;padding:30px 22px}.gwa-auth-intro>div:nth-child(2){margin:55px 0 25px}.gwa-auth-intro h1{font-size:36px!important}.gwa-auth-intro ul,.gwa-auth-intro>small{display:none}.gwa-auth-box{padding:24px 14px 40px}.gwa-auth-card{padding:22px}
  .gwa-admin-portal{display:block;min-height:100vh}.gwa-admin-main{width:100vw!important}.gwa-side{position:sticky;height:auto;padding:9px 12px;border:0;border-bottom:1px solid var(--gw-line)}.gwa-brand{justify-content:flex-start;padding:3px 2px 9px}.gwa-brand>span{width:35px;height:35px}.gwa-brand>div{display:flex}.gwa-side nav{display:grid;grid-template-columns:repeat(5,1fr);overflow:auto}.gwa-side nav a{justify-content:center;padding:8px;font-size:0}.gwa-side nav a:nth-child(6){display:none}.gwa-side nav a:hover{transform:none}body.admin-bar .gwa-admin-portal{top:46px!important;height:calc(100vh - 46px)!important;overflow:auto!important}body.admin-bar .gwa-side{position:relative!important;width:100%!important;height:auto!important}body.admin-bar .gwa-admin-main{height:auto!important;min-height:calc(100vh - 150px)!important}.gwa-account-grid{grid-template-columns:1fr 1fr}.gwa-summary-head{flex-direction:column}
  .gwa-admin-main{padding:22px 14px}.gwa-top{align-items:flex-start;flex-direction:column}.gwa-top h1{font-size:24px!important}.gwa-top-actions{width:100%}.gwa-top-actions a{flex:1;text-align:center}.gwa-admin-stats{gap:9px}.gwa-admin-stats article{padding:12px}.gwa-stat-icon{flex-basis:37px;width:37px;height:37px}.gwa-admin-stats strong{font-size:21px}.gwa-admin-stats small{display:none}.gwa-admin-card{padding:16px}.gwa-responsive-table{margin:0 -7px}
  .gwa-portal{padding:22px 14px}.gwa-hero{padding:27px 22px}.gwa-hero h2{font-size:24px!important}.gwa-request form{grid-template-columns:1fr}
}

/* Corrección final de escritorio + modo nocturno */
@media(min-width:701px){
  body.admin-bar .gwa-admin-portal{display:block!important;background:#0f172a!important}
  body.admin-bar .gwa-side{position:absolute!important;top:0!important;bottom:0!important;left:0!important;width:250px!important;height:auto!important;background:#111827!important;border-color:#273449!important}
  body.admin-bar .gwa-admin-main{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:250px!important;width:auto!important;height:auto!important;margin:0!important;padding:38px!important;background:linear-gradient(145deg,#0b1220 0%,#111827 48%,#151329 100%)!important;overflow-x:hidden!important;overflow-y:auto!important}
}
.gwa-side .gwa-brand strong,.gwa-side .gwa-side-foot strong{color:#f4f7ff!important}.gwa-side .gwa-brand small,.gwa-side .gwa-side-foot small{color:#8f9bb0!important}.gwa-side nav a{color:#aeb8ca!important}.gwa-side nav a:hover,.gwa-side nav a.active{background:#272343!important;color:#a997ff!important}.gwa-side-foot{border-color:#273449!important}.gwa-side-foot a{color:#a997ff!important}
.gwa-admin-main .gwa-eyebrow{color:#9f8cff}.gwa-admin-main .gwa-top h1{color:#f5f7ff!important}.gwa-admin-main .gwa-top p{color:#9aa6ba}.gwa-admin-main .gwa-soft-btn{background:#1f2937!important;border-color:#344159!important;color:#d8dfeb!important}.gwa-admin-main .gwa-primary-btn{background:#7562e8!important}
.gwa-admin-main .gwa-admin-stats article{border-color:#2c3950!important;box-shadow:none!important}.gwa-admin-main .gwa-admin-stats article:nth-child(1){background:#252044!important}.gwa-admin-main .gwa-admin-stats article:nth-child(2){background:#142f46!important}.gwa-admin-main .gwa-admin-stats article:nth-child(3){background:#3a2c18!important}.gwa-admin-main .gwa-admin-stats article:nth-child(4){background:#17372e!important}.gwa-admin-main .gwa-admin-stats span,.gwa-admin-main .gwa-admin-stats small{color:#9aa6ba!important}.gwa-admin-main .gwa-admin-stats strong{color:#f7f9ff!important}
.gwa-admin-main .gwa-admin-card{background:#182235!important;border-color:#2b3950!important;box-shadow:0 12px 25px rgba(0,0,0,.16)!important}.gwa-admin-main .gwa-card-head h2{color:#eef2fa!important}.gwa-admin-main .gwa-card-head p{color:#8996aa!important}.gwa-admin-main .gwa-card-head>a,.gwa-admin-main .gwa-row-link{color:#a997ff!important}.gwa-admin-main .gwa-responsive-table th{border-color:#2b3950!important;color:#8e9ab0!important}.gwa-admin-main .gwa-responsive-table td{border-color:#253249!important;color:#d5dce8!important}.gwa-admin-main .gwa-responsive-table tbody tr:hover{background:#202d43!important}.gwa-admin-main .gwa-quick-list>a{border-color:#2b3950!important;color:#e5eaf3!important}.gwa-admin-main .gwa-quick-list small{color:#8794a8!important}.gwa-admin-main .gwa-quick-list>a>span{background:#28244a!important;color:#ae9cff!important}.gwa-admin-main .gwa-empty{color:#8f9bb0!important}
