
:root{
  --aa-bg:#07101f;
  --aa-panel:#0d1728;
  --aa-panel2:#111e33;
  --aa-line:rgba(125,172,255,.22);
  --aa-blue:#1687ff;
  --aa-blue2:#48a7ff;
  --aa-text:#f8fbff;
  --aa-muted:#9fb0c8;
}
body.aa-account-pro-page{
  background:
    radial-gradient(circle at 82% 8%, rgba(22,135,255,.19), transparent 30%),
    linear-gradient(180deg,#091221 0%,#07101f 100%) !important;
  color:var(--aa-text);
}
body.aa-account-pro-page .site-main,
body.aa-account-pro-page main,
body.aa-account-pro-page .entry-content{
  background:transparent!important;
}
body.aa-account-pro-page .woocommerce{
  width:min(1180px,calc(100% - 34px));
  margin:0 auto;
  padding:46px 0 72px;
  color:var(--aa-text);
}
body.aa-account-pro-page .woocommerce::after{content:"";display:block;clear:both}
body.aa-account-pro-page .woocommerce-MyAccount-navigation{
  width:230px!important;
  float:left!important;
  margin:0 24px 0 0!important;
}
body.aa-account-pro-page .woocommerce-MyAccount-content{
  width:calc(100% - 254px)!important;
  float:left!important;
}
.aa-account-nav{
  padding:14px;
  border:1px solid var(--aa-line);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(17,30,51,.96),rgba(10,19,34,.96));
  box-shadow:0 20px 50px rgba(0,0,0,.18);
}
.aa-account-nav-title{
  padding:10px 12px 14px;
  color:#7dbaff;
  font-size:11px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.aa-account-nav ul{list-style:none!important;margin:0!important;padding:0!important}
.aa-account-nav li{margin:3px 0!important}
.aa-account-nav a{
  display:block;
  padding:12px 13px;
  border-radius:10px;
  color:#dce8f8!important;
  text-decoration:none!important;
  font-weight:750;
  font-size:14px;
}
.aa-account-nav li.is-active a,
.aa-account-nav a:hover{
  background:linear-gradient(135deg,#1175e8,#21a0ff);
  color:white!important;
  box-shadow:0 8px 24px rgba(22,135,255,.25);
}
.aa-account-main{display:grid;gap:18px}
.aa-account-hero,.aa-auth-hero{
  position:relative;
  overflow:hidden;
  padding:34px 36px;
  border:1px solid rgba(70,151,255,.35);
  border-radius:22px;
  background:
    radial-gradient(circle at 88% 30%,rgba(26,124,255,.42),transparent 28%),
    linear-gradient(135deg,#111b31,#122a55 68%,#0c6deb);
  box-shadow:0 20px 55px rgba(0,0,0,.2);
}
.aa-account-hero:after,.aa-auth-hero:after{
  content:"";
  position:absolute;right:-80px;bottom:-110px;width:250px;height:250px;
  border:1px solid rgba(255,255,255,.16);border-radius:50%;
}
.aa-kicker{
  display:block;
  margin-bottom:7px;
  color:#8fc8ff;
  font-size:11px;
  font-weight:950;
  letter-spacing:.16em;
}
.aa-account-hero h1,.aa-auth-hero h1{
  margin:0 0 7px!important;color:white!important;
  font-size:clamp(30px,4vw,46px)!important;line-height:1.05!important;
}
.aa-account-hero p,.aa-auth-hero p{margin:0;color:#d8e6f7}
.aa-account-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.aa-account-card{
  display:block;
  min-height:135px;
  padding:20px;
  border:1px solid var(--aa-line);
  border-radius:16px;
  background:linear-gradient(145deg,rgba(18,32,54,.98),rgba(10,20,36,.98));
  color:white!important;
  text-decoration:none!important;
  transition:.18s ease;
}
.aa-account-card:hover{transform:translateY(-2px);border-color:rgba(72,167,255,.65);box-shadow:0 14px 32px rgba(0,0,0,.2)}
.aa-card-index{display:inline-grid;place-items:center;width:30px;height:30px;margin-bottom:13px;border-radius:9px;background:#1687ff;color:white;font-size:10px;font-weight:900}
.aa-card-label{display:block;color:#aebed3;font-size:12px;font-weight:800}
.aa-account-card strong{display:block;margin:4px 0;color:white;font-size:25px}
.aa-account-card small{color:#8fa2bb}
.aa-account-benefits{
  padding:24px 26px;border:1px solid var(--aa-line);border-radius:17px;
  background:linear-gradient(135deg,rgba(14,32,58,.98),rgba(15,55,100,.86));
}
.aa-account-benefits h2{margin:4px 0 15px!important;color:white!important;font-size:22px!important}
.aa-benefit-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px 22px;color:#d8e6f7;font-size:14px}
.aa-auth-shell{display:grid;gap:18px}
.aa-auth-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.aa-auth-grid--single{grid-template-columns:1fr}
.aa-auth-card{
  padding:28px;
  border:1px solid var(--aa-line);
  border-radius:20px;
  background:linear-gradient(145deg,#111e33,#0b1526);
  box-shadow:0 18px 45px rgba(0,0,0,.18);
}
.aa-auth-card h2{margin:0 0 7px!important;color:white!important;font-size:28px!important}
.aa-auth-intro,.aa-generated-password-note{color:var(--aa-muted);line-height:1.55}
body.aa-account-pro-page .woocommerce-form label{color:#dce7f5;font-weight:750}
body.aa-account-pro-page .woocommerce-form .input-text,
body.aa-account-pro-page .woocommerce-EditAccountForm .input-text,
body.aa-account-pro-page .woocommerce-address-fields .input-text{
  width:100%;box-sizing:border-box;
  padding:13px 14px!important;
  border:1px solid #293b56!important;
  border-radius:10px!important;
  background:#081220!important;
  color:white!important;
  box-shadow:none!important;
}
body.aa-account-pro-page .select2-container--default .select2-selection--single{
  min-height:46px;border:1px solid #293b56!important;border-radius:10px!important;background:#081220!important;color:white!important
}
.aa-auth-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
.aa-primary-btn,
body.aa-account-pro-page .woocommerce button.button,
body.aa-account-pro-page .woocommerce a.button{
  border:0!important;border-radius:10px!important;
  background:linear-gradient(135deg,#1175e8,#20a0ff)!important;
  color:white!important;
  padding:12px 18px!important;
  font-weight:850!important;
}
body.aa-account-pro-page .lost_password a,
body.aa-account-pro-page .woocommerce a{color:#66b3ff}
body.aa-account-pro-page .woocommerce-info,
body.aa-account-pro-page .woocommerce-message{
  border:1px solid var(--aa-line)!important;
  border-radius:12px!important;
  background:#101d31!important;
  color:#dce8f8!important;
}
body.aa-account-pro-page table.shop_table{
  border-color:var(--aa-line)!important;
  background:#0d1728!important;
  color:#eaf2fc!important;
}
body.aa-account-pro-page table.shop_table th{color:white!important}
body.aa-account-pro-page table.shop_table td{border-color:var(--aa-line)!important}
body.aa-account-pro-page .woocommerce-Addresses .woocommerce-Address{
  padding:20px;border:1px solid var(--aa-line);border-radius:15px;background:#0d1728;color:#dce8f8
}
body.aa-account-pro-page address{color:#c8d6e7}
@media(max-width:800px){
  body.aa-account-pro-page .woocommerce{width:min(100% - 22px,1180px);padding-top:24px}
  body.aa-account-pro-page .woocommerce-MyAccount-navigation,
  body.aa-account-pro-page .woocommerce-MyAccount-content{width:100%!important;float:none!important;margin:0!important}
  .aa-account-nav{margin-bottom:16px!important}
  .aa-account-nav ul{display:flex;gap:6px;overflow-x:auto;padding-bottom:4px!important}
  .aa-account-nav li{flex:0 0 auto}
  .aa-account-nav a{white-space:nowrap}
  .aa-account-grid,.aa-auth-grid,.aa-benefit-grid{grid-template-columns:1fr}
  .aa-account-hero,.aa-auth-hero{padding:27px 22px}
}
