
.cc-dashboard-page .entry-header,
.cc-dashboard-page .page-header,
.cc-dashboard-page .entry-title{
  display:none!important;
}

.cc-dashboard-page .site-main,
.cc-dashboard-page .content-area,
.cc-dashboard-page .entry-content,
.cc-dashboard-page .container{
  max-width:none!important;
  width:100%!important;
  padding:0!important;
  margin:0!important;
}

.cc-dashboard-v2{
  min-height:calc(100vh - 80px);
  background:#ece7dc;
  color:#111;
}

.cc-dashboard-v2-shell{
  display:grid;
  grid-template-columns:260px minmax(0,1fr);
  min-height:calc(100vh - 80px);
}

.cc-dashboard-sidebar{
  position:sticky;
  top:0;
  align-self:start;
  min-height:100vh;
  background:linear-gradient(180deg,#08090b,#121419);
  border-right:1px solid rgba(215,173,82,.22);
  padding:26px 18px;
}

.cc-dashboard-brand{
  display:flex;
  align-items:center;
  gap:12px;
  color:#fff!important;
  text-decoration:none!important;
  padding:0 9px 23px;
  border-bottom:1px solid #26292f;
}

.cc-dashboard-brand>span{
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  border-radius:14px;
  background:linear-gradient(135deg,#d7ad52,#f2d67e);
  color:#090a0b;
  font-size:20px;
  font-weight:1000;
  letter-spacing:-.08em;
}

.cc-dashboard-brand strong,
.cc-dashboard-brand small{
  display:block;
}

.cc-dashboard-brand strong{
  font-size:16px;
}

.cc-dashboard-brand small{
  color:#8d9199;
  margin-top:2px;
  font-size:10px;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.cc-dashboard-sidebar nav{
  display:grid;
  gap:6px;
  margin-top:20px;
}

.cc-dashboard-sidebar nav a{
  display:flex;
  align-items:center;
  gap:11px;
  min-height:45px;
  border-radius:11px;
  color:#d6d8dc!important;
  text-decoration:none!important;
  padding:9px 11px;
  transition:.18s ease;
}

.cc-dashboard-sidebar nav a:hover,
.cc-dashboard-sidebar nav a.is-active{
  background:#211d14;
  color:#f2d67e!important;
}

.cc-dashboard-sidebar nav a.is-logout{
  margin-top:15px;
  color:#ffaaa5!important;
}

.cc-dashboard-main{
  padding:34px;
}

.cc-dashboard-hero{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
  padding:28px;
  border-radius:23px;
  background:
    radial-gradient(circle at 85% 20%,rgba(215,173,82,.2),transparent 30%),
    linear-gradient(135deg,#0a0b0d,#1a1d23);
  border:1px solid rgba(215,173,82,.28);
  color:#fff;
  box-shadow:0 18px 45px rgba(0,0,0,.12);
}

.cc-dashboard-user{
  display:flex;
  align-items:center;
  gap:18px;
}

.cc-dashboard-avatar{
  display:grid;
  place-items:center;
  flex:0 0 70px;
  width:70px;
  height:70px;
  border-radius:21px;
  background:linear-gradient(135deg,#d7ad52,#f2d67e);
  color:#0a0b0d;
  font-size:33px;
  box-shadow:0 10px 25px rgba(215,173,82,.18);
}

.cc-dashboard-member-id{
  display:block;
  color:#d7ad52;
  font-size:10px;
  font-weight:950;
  letter-spacing:.16em;
}

.cc-dashboard-hero h1{
  color:#fff;
  font-size:clamp(31px,4vw,48px);
  letter-spacing:-.045em;
  margin:5px 0;
}

.cc-dashboard-hero p{
  color:#c4c6ca;
  margin:0;
}

.cc-dashboard-hero>a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  border:1px solid rgba(215,173,82,.45);
  border-radius:11px;
  color:#f2d67e!important;
  text-decoration:none!important;
  padding:9px 14px;
  font-weight:900;
}

.cc-dashboard-stat-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(170px,1fr));
  gap:14px;
  margin:18px 0;
}

.cc-dashboard-stat{
  position:relative;
  display:grid;
  gap:5px;
  min-height:145px;
  border:1px solid #d9d2c4;
  border-radius:18px;
  background:#fff;
  color:#111!important;
  text-decoration:none!important;
  padding:20px;
  box-shadow:0 10px 28px rgba(25,20,12,.05);
  transition:.2s ease;
}

.cc-dashboard-stat:hover{
  transform:translateY(-4px);
  border-color:#d7ad52;
  box-shadow:0 17px 38px rgba(25,20,12,.10);
}

.cc-dashboard-stat>span{
  font-size:24px;
}

.cc-dashboard-stat small{
  color:#756f65;
  font-weight:800;
}

.cc-dashboard-stat strong{
  margin-top:auto;
  font-size:27px;
  letter-spacing:-.035em;
}

.cc-dashboard-stat.has-debt{
  border-color:#d7ad52;
  background:linear-gradient(135deg,#fff4cd,#fff);
}

.cc-dashboard-content-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:18px;
}

.cc-dashboard-rank-card,
.cc-dashboard-quick-card,
.cc-dashboard-orders{
  border:1px solid #d9d2c4;
  border-radius:20px;
  background:#fff;
  padding:22px;
  box-shadow:0 10px 30px rgba(25,20,12,.05);
}

.cc-dashboard-section-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
}

.cc-dashboard-section-head span{
  display:block;
  color:#9b6c0e;
  font-size:9px;
  font-weight:950;
  letter-spacing:.17em;
}

.cc-dashboard-section-head h2{
  font-size:27px;
  margin:5px 0 0;
}

.cc-dashboard-section-head>a{
  color:#171717!important;
  text-decoration:none!important;
  font-weight:850;
  border-bottom:1px solid #d7ad52;
}

.cc-dashboard-rank-progress{
  height:12px;
  margin:23px 0 13px;
  border-radius:999px;
  overflow:hidden;
  background:#e9e3d7;
}

.cc-dashboard-rank-progress span{
  display:block;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,#d7ad52,#f2d67e);
}

.cc-dashboard-rank-card p{
  color:#6f695f;
  margin:0;
}

.cc-dashboard-quick-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:9px;
  margin-top:18px;
}

.cc-dashboard-quick-grid a{
  display:flex;
  align-items:center;
  gap:9px;
  min-height:52px;
  border:1px solid #ddd6ca;
  border-radius:12px;
  color:#171717!important;
  text-decoration:none!important;
  padding:10px 12px;
  transition:.18s ease;
}

.cc-dashboard-quick-grid a:hover{
  border-color:#d7ad52;
  background:#fff7dc;
}

.cc-dashboard-orders{
  margin-top:18px;
}

.cc-dashboard-order-list{
  display:grid;
  gap:8px;
  margin-top:16px;
}

.cc-dashboard-order-list a{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto auto;
  align-items:center;
  gap:20px;
  border:1px solid #e1dbd0;
  border-radius:12px;
  color:#171717!important;
  text-decoration:none!important;
  padding:13px 14px;
}

.cc-dashboard-order-list a:hover{
  border-color:#d7ad52;
  background:#fffaf0;
}

.cc-dashboard-order-list div strong,
.cc-dashboard-order-list div span{
  display:block;
}

.cc-dashboard-order-list div span,
.cc-dashboard-order-list small{
  color:#736d63;
  margin-top:2px;
}

.cc-dashboard-empty,
.cc-dashboard-login-required{
  border:1px dashed #c8b996;
  border-radius:18px;
  background:#fff;
  padding:45px 25px;
  text-align:center;
}

.cc-dashboard-login-required{
  max-width:720px;
  margin:70px auto;
}

.cc-dashboard-login-required>span{
  color:#9b6c0e;
  font-size:10px;
  font-weight:950;
  letter-spacing:.16em;
}

.cc-dashboard-login-required h1{
  font-size:40px;
}

.cc-dashboard-login-required p{
  color:#6f695f;
}

.cc-dashboard-login-required a{
  display:inline-flex;
  min-height:46px;
  align-items:center;
  border-radius:11px;
  background:linear-gradient(135deg,#d7ad52,#f2d67e);
  color:#090a0b!important;
  padding:10px 16px;
  text-decoration:none!important;
  font-weight:950;
}

@media(max-width:1050px){
  .cc-dashboard-v2-shell{
    grid-template-columns:88px minmax(0,1fr);
  }

  .cc-dashboard-brand div,
  .cc-dashboard-sidebar nav a strong{
    display:block;
    white-space:nowrap;
    font-size:12px;
  }

  .cc-dashboard-sidebar nav a{
    min-width:auto;
    gap:7px;
  }

  .cc-dashboard-sidebar nav a{
    justify-content:center;
    font-size:19px;
  }

  .cc-dashboard-brand{
    justify-content:center;
    padding-inline:0;
  }

  .cc-dashboard-stat-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:760px){
  .cc-dashboard-v2-shell{
    display:block;
  }

  .cc-dashboard-sidebar{
    position:relative;
    min-height:0;
    padding:12px;
  }

  .cc-dashboard-brand{
    justify-content:flex-start;
    padding:0 5px 12px;
  }

  .cc-dashboard-brand div{
    display:block;
  }

  .cc-dashboard-sidebar nav{
    display:flex;
    overflow-x:auto;
    padding-bottom:3px;
    gap:7px;
    scrollbar-width:none;
  }

  .cc-dashboard-sidebar nav::-webkit-scrollbar{
    display:none;
  }

  .cc-dashboard-sidebar nav a{
    flex:0 0 auto;
    min-width:48px;
    padding:8px 11px;
  }

  .cc-dashboard-sidebar nav a strong{
    display:none;
  }

  .cc-dashboard-sidebar nav a.is-logout{
    margin-top:0;
  }

  .cc-dashboard-main{
    padding:14px;
  }

  .cc-dashboard-hero{
    align-items:flex-start;
    flex-direction:column;
    padding:21px;
  }

  .cc-dashboard-user{
    align-items:flex-start;
  }

  .cc-dashboard-avatar{
    flex-basis:56px;
    width:56px;
    height:56px;
    border-radius:17px;
    font-size:26px;
  }

  .cc-dashboard-hero>a{
    width:100%;
  }

  .cc-dashboard-content-grid{
    grid-template-columns:1fr;
  }

  .cc-dashboard-stat-grid{
    gap:10px;
  }

  .cc-dashboard-stat{
    min-height:125px;
    padding:16px;
  }

  .cc-dashboard-stat strong{
    font-size:22px;
  }

  .cc-dashboard-order-list a{
    grid-template-columns:1fr auto;
  }

  .cc-dashboard-order-list small{
    display:none;
  }
}

@media(max-width:430px){
  .cc-dashboard-stat-grid{
    grid-template-columns:1fr;
  }

  .cc-dashboard-quick-grid{
    grid-template-columns:1fr;
  }

  .cc-dashboard-user{
    width:100%;
  }
}


/* v2.4.1 – Dashboard internal pages */
.cc-dashboard-subpage{
  border:1px solid #d9d2c4;
  border-radius:22px;
  background:#fff;
  padding:24px;
  box-shadow:0 12px 35px rgba(25,20,12,.06);
}

.cc-dashboard-card-list{
  display:grid;
  gap:11px;
  margin-top:18px;
}

.cc-dashboard-list-card{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto auto;
  align-items:center;
  gap:22px;
  padding:17px 18px;
  border:1px solid #e0d9cd;
  border-radius:15px;
  background:#fff;
}

.cc-dashboard-list-card>div>span{
  display:block;
  color:#9b6c0e;
  font-size:9px;
  font-weight:950;
  letter-spacing:.14em;
}

.cc-dashboard-list-card h3{
  margin:4px 0;
  font-size:20px;
}

.cc-dashboard-list-card p{
  margin:0;
  color:#70695f;
}

.cc-dashboard-list-meta{
  text-align:right;
}

.cc-dashboard-list-meta strong,
.cc-dashboard-list-meta span{
  display:block;
}

.cc-dashboard-list-meta span{
  color:#6f695f;
  margin-top:4px;
}

.cc-dashboard-list-card>a,
.cc-dashboard-feature-card>a,
.cc-dashboard-inline-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  border-radius:10px;
  background:#15171b;
  color:#f2d67e!important;
  padding:8px 12px;
  text-decoration:none!important;
  font-weight:900;
}

.cc-dashboard-feature-card{
  display:grid;
  gap:10px;
  margin-top:18px;
  padding:25px;
  border-radius:18px;
  background:linear-gradient(135deg,#111318,#252832);
  color:#fff;
  border:1px solid rgba(215,173,82,.3);
}

.cc-dashboard-feature-card>span{
  color:#c3c5c9;
}

.cc-dashboard-feature-card>strong{
  color:#f2d67e;
  font-size:34px;
}

.cc-dashboard-feature-card p{
  margin:0;
  color:#d5d5d5;
}

.cc-dashboard-feature-card>a{
  justify-self:start;
}

@media(max-width:700px){
  .cc-dashboard-list-card{
    grid-template-columns:1fr;
    gap:12px;
  }

  .cc-dashboard-list-meta{
    text-align:left;
  }

  .cc-dashboard-list-card>a{
    width:100%;
  }
}


/* v2.5.0 – Native dashboard modules */
.cc-dashboard-subpage .cc-wallet-page,
.cc-dashboard-subpage .cc-notification-page,
.cc-dashboard-subpage .cc-watchlist-page,
.cc-dashboard-subpage .cc-debt-account{
  margin-top:18px;
}

.cc-points-native-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:18px;
}

.cc-points-balance-card{
  display:grid;
  gap:6px;
  border-radius:17px;
  background:linear-gradient(135deg,#111318,#252832);
  color:#fff;
  padding:22px;
  border:1px solid rgba(215,173,82,.3);
}

.cc-points-balance-card span,
.cc-points-balance-card small{
  color:#c6c8cc;
}

.cc-points-balance-card strong{
  color:#f2d67e;
  font-size:34px;
}

.cc-points-rank-native{
  margin-top:14px;
  border:1px solid #ddd6ca;
  border-radius:17px;
  padding:22px;
  background:#fffaf0;
}

.cc-points-rank-native>div:first-child>span{
  color:#9b6c0e;
  font-size:9px;
  font-weight:950;
  letter-spacing:.16em;
}

.cc-points-rank-native h3{
  margin:6px 0 0;
  font-size:27px;
}

.cc-points-note{
  margin-top:14px;
}

.cc-dashboard-profile-form{
  margin-top:18px;
}

.cc-profile-form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.cc-profile-form-grid label{
  display:grid;
  gap:7px;
}

.cc-profile-form-grid label.is-wide{
  grid-column:1/-1;
}

.cc-profile-form-grid label>span,
.cc-dashboard-avatar-field legend{
  font-weight:900;
  color:#38342d;
}

.cc-profile-form-grid input{
  width:100%;
  min-height:48px;
  border:1px solid #d6cec0;
  border-radius:11px;
  background:#fff;
  padding:10px 12px;
  font-size:15px;
}

.cc-profile-form-grid input:focus{
  outline:none;
  border-color:#d7ad52;
  box-shadow:0 0 0 3px rgba(215,173,82,.12);
}

.cc-profile-form-grid small{
  color:#766f64;
}

.cc-dashboard-avatar-field{
  margin:20px 0;
  border:1px solid #ddd6ca;
  border-radius:15px;
  padding:16px;
}

.cc-dashboard-avatar-field>div{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:10px;
}

.cc-dashboard-avatar-field label{
  cursor:pointer;
}

.cc-dashboard-avatar-field input{
  position:absolute;
  opacity:0;
}

.cc-dashboard-avatar-field label span{
  display:grid;
  place-items:center;
  width:50px;
  height:50px;
  border:1px solid #d6cec0;
  border-radius:12px;
  background:#fff;
  font-size:24px;
}

.cc-dashboard-avatar-field input:checked+span{
  border-color:#d7ad52;
  background:#fff2c3;
  box-shadow:0 0 0 3px rgba(215,173,82,.15);
}

.cc-dashboard-save-button{
  min-height:48px;
  border:0;
  border-radius:11px;
  background:linear-gradient(135deg,#d7ad52,#f2d67e);
  color:#090a0b;
  padding:11px 18px;
  font-weight:950;
  cursor:pointer;
}

.cc-profile-success{
  margin-top:16px;
  border:1px solid #69b77b;
  border-radius:11px;
  background:#ebf8ee;
  color:#1c6d2f;
  padding:12px 14px;
  font-weight:800;
}

@media(max-width:700px){
  .cc-points-native-grid,
  .cc-profile-form-grid{
    grid-template-columns:1fr;
  }

  .cc-profile-form-grid label.is-wide{
    grid-column:auto;
  }
}

/* v2.12.0 – Carlos Prestige System */
.cc-prestige-page{max-width:1180px}
.cc-prestige-hero{position:relative;overflow:hidden;margin-top:18px;padding:30px;border-radius:24px;color:#fff;background:linear-gradient(135deg,#15171d,#292d37);border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 45px rgba(15,17,22,.16);display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:start}
.cc-prestige-hero:before{content:"";position:absolute;inset:-40% -10% auto auto;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.16),transparent 66%);pointer-events:none}
.cc-prestige-hero.is-bronze{background:linear-gradient(135deg,#2a1b16,#7c4935)}
.cc-prestige-hero.is-silver{background:linear-gradient(135deg,#20242a,#6d7680)}
.cc-prestige-hero.is-gold{background:linear-gradient(135deg,#19150d,#8a641c)}
.cc-prestige-hero.is-platinum{background:linear-gradient(135deg,#1d2228,#687886)}
.cc-prestige-hero.is-diamond{background:linear-gradient(135deg,#071b2d,#176b8c)}
.cc-prestige-hero.is-legend{background:linear-gradient(135deg,#080808,#382907 55%,#8c6413)}
.cc-prestige-label{display:block;font-size:10px;font-weight:950;letter-spacing:.18em;color:rgba(255,255,255,.68);margin-bottom:12px}
.cc-prestige-title{display:flex;align-items:center;gap:14px}
.cc-prestige-icon{display:grid;place-items:center;width:62px;height:62px;border-radius:18px;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.16);font-size:32px;backdrop-filter:blur(8px)}
.cc-prestige-title h3{margin:0;color:#fff;font-size:clamp(25px,3vw,38px);line-height:1.05}
.cc-prestige-title p{margin:7px 0 0;color:rgba(255,255,255,.78);font-weight:750}
.cc-prestige-score{text-align:right;position:relative;z-index:1}
.cc-prestige-score strong{display:block;color:#fff;font-size:clamp(34px,4vw,50px);line-height:1}
.cc-prestige-score span{display:block;margin-top:7px;color:rgba(255,255,255,.72);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}
.cc-prestige-progress-wrap{grid-column:1/-1;position:relative;z-index:1;padding-top:4px}
.cc-prestige-progress-head{display:flex;justify-content:space-between;gap:12px;margin-bottom:9px;font-size:13px;font-weight:850;color:rgba(255,255,255,.88)}
.cc-prestige-progress{height:13px;border-radius:999px;background:rgba(0,0,0,.28);padding:2px;overflow:hidden;border:1px solid rgba(255,255,255,.1)}
.cc-prestige-progress span{display:block;height:100%;min-width:4px;border-radius:999px;background:linear-gradient(90deg,#d6ab49,#ffe59b);box-shadow:0 0 18px rgba(255,219,123,.42)}
.cc-prestige-progress-wrap p{margin:12px 0 0;color:rgba(255,255,255,.84);font-size:14px}
.cc-prestige-progress-wrap p span{display:inline-block;margin-left:8px;color:rgba(255,255,255,.62)}
.cc-prestige-balances{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:16px}
.cc-prestige-balances article{display:flex;align-items:center;gap:16px;padding:20px;border:1px solid #ded7cb;border-radius:18px;background:#fff;box-shadow:0 7px 20px rgba(34,30,23,.05)}
.cc-prestige-balance-icon{display:grid;place-items:center;flex:0 0 52px;height:52px;border-radius:15px;background:#fbf3df;font-size:25px}
.cc-prestige-balances small{display:block;color:#766f64;font-weight:850;text-transform:uppercase;letter-spacing:.07em;font-size:10px}
.cc-prestige-balances strong{display:block;margin-top:2px;color:#1c1b18;font-size:29px;line-height:1.1}
.cc-prestige-balances p{margin:5px 0 0;color:#746e65;font-size:12px}
.cc-prestige-info{margin-top:16px;border:1px solid #e3d7b9;border-radius:18px;background:#fff9e9;padding:20px}
.cc-prestige-info>div{display:flex;gap:14px;align-items:flex-start}
.cc-prestige-info>div>span{font-size:24px}
.cc-prestige-info h3{margin:0 0 6px;font-size:18px}
.cc-prestige-info p{margin:0;color:#5e574c;line-height:1.65}
.cc-prestige-ranks{margin-top:22px}
.cc-prestige-section-title>span{color:#9b6c0e;font-size:10px;font-weight:950;letter-spacing:.16em}
.cc-prestige-section-title h3{margin:5px 0 4px;font-size:25px}
.cc-prestige-section-title p{margin:0;color:#756e63}
.cc-prestige-rank-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;margin-top:15px}
.cc-prestige-rank-card{position:relative;min-height:170px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:20px;border:1px solid #ded8cf;border-radius:18px;background:#f8f7f4;opacity:.68;overflow:hidden}
.cc-prestige-rank-card:before{content:"";position:absolute;inset:0;background:linear-gradient(145deg,rgba(255,255,255,.76),transparent);pointer-events:none}
.cc-prestige-rank-card.is-unlocked{opacity:1;background:#fff}
.cc-prestige-rank-card.is-current{border:2px solid #c9972e;box-shadow:0 10px 28px rgba(170,120,22,.16);transform:translateY(-2px)}
.cc-prestige-rank-icon{position:relative;font-size:34px;margin-bottom:auto}
.cc-prestige-rank-card h4{position:relative;margin:16px 0 5px;font-size:18px}
.cc-prestige-rank-card strong{position:relative;color:#4a4339;font-size:12px}
.cc-prestige-rank-card small{position:relative;margin-top:5px;color:#80786d;font-size:11px}
.cc-prestige-current-chip{position:absolute;top:13px;right:13px;border-radius:999px;background:#1a1a18;color:#f1d375;padding:5px 8px;font-size:8px;font-weight:950;letter-spacing:.09em;z-index:1}
.cc-prestige-rank-card.is-bronze{background:linear-gradient(145deg,#fff,#f0ded4)}
.cc-prestige-rank-card.is-silver{background:linear-gradient(145deg,#fff,#e6e9ec)}
.cc-prestige-rank-card.is-gold{background:linear-gradient(145deg,#fff,#f7e6b7)}
.cc-prestige-rank-card.is-platinum{background:linear-gradient(145deg,#fff,#dfe8ed)}
.cc-prestige-rank-card.is-diamond{background:linear-gradient(145deg,#fff,#d7f0f8)}
.cc-prestige-rank-card.is-legend{background:linear-gradient(145deg,#26231c,#090909);color:#fff;border-color:#8e6d22}
.cc-prestige-rank-card.is-legend strong,.cc-prestige-rank-card.is-legend small{color:#d8cba6}

@media(max-width:800px){
  .cc-prestige-hero{grid-template-columns:1fr;padding:22px;border-radius:20px;gap:18px}
  .cc-prestige-score{text-align:left;display:flex;align-items:baseline;gap:8px}
  .cc-prestige-score strong{font-size:36px}
  .cc-prestige-score span{margin:0}
  .cc-prestige-balances{grid-template-columns:1fr}
  .cc-prestige-rank-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:480px){
  .cc-prestige-title{align-items:flex-start}
  .cc-prestige-icon{width:52px;height:52px;border-radius:15px;font-size:27px}
  .cc-prestige-title h3{font-size:24px}
  .cc-prestige-progress-head{font-size:11px}
  .cc-prestige-progress-wrap p span{display:block;margin:4px 0 0}
  .cc-prestige-balances article{padding:16px}
  .cc-prestige-rank-grid{grid-template-columns:1fr}
  .cc-prestige-rank-card{min-height:145px}
  .cc-prestige-info{padding:16px}
}

/* v2.13.0 – Carlos Cards Badge System */
.cc-badges{margin-top:28px}.cc-badges-head{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;padding:24px;border:1px solid #dfd5c1;border-radius:20px;background:linear-gradient(135deg,#111,#2a2214);color:#fff}.cc-badges-head span{font-size:10px;font-weight:950;letter-spacing:.18em;color:#d8b762}.cc-badges-head h3{margin:6px 0 5px;color:#fff;font-size:27px}.cc-badges-head p{margin:0;color:rgba(255,255,255,.72)}.cc-badges-head>strong{flex:0 0 auto;padding:10px 14px;border:1px solid rgba(216,183,98,.42);border-radius:999px;color:#f3d477;background:rgba(0,0,0,.24);font-size:17px}.cc-badge-category{margin-top:22px}.cc-badge-category>h4{margin:0 0 11px;font-size:20px}.cc-badge-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.cc-badge-card{display:flex;gap:14px;min-height:142px;padding:17px;border:1px solid #ded8cd;border-radius:18px;background:#fff;box-shadow:0 7px 20px rgba(31,27,20,.05);transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.cc-badge-card:hover,.cc-badge-card:focus{outline:none;transform:translateY(-2px);box-shadow:0 12px 28px rgba(31,27,20,.1)}.cc-badge-card.is-locked{filter:grayscale(1);opacity:.47}.cc-badge-emblem{flex:0 0 66px;height:66px;display:grid;place-items:center;border-radius:50%;color:#d7ae4a;background:radial-gradient(circle at 35% 30%,#343434,#090909 70%);border:3px double #c79b36;box-shadow:inset 0 0 0 3px #111,0 6px 16px rgba(0,0,0,.16)}.cc-badge-emblem svg{width:34px;height:34px}.cc-badge-copy strong{display:block;color:#1f1c17;font-size:16px}.cc-badge-copy p{margin:6px 0 9px;color:#6b645a;font-size:12px;line-height:1.45}.cc-badge-copy small{color:#9b741e;font-size:10px;font-weight:850}.cc-badge-card.rarity-rare .cc-badge-emblem{color:#79b8ff;border-color:#5493d5}.cc-badge-card.rarity-epic .cc-badge-emblem{color:#c38cff;border-color:#9457c6}.cc-badge-card.rarity-legendary .cc-badge-emblem{color:#ffe181;border-color:#d4a52c}.cc-badge-card.rarity-mythic .cc-badge-emblem{color:#ffe591;border-color:#f0c44d;box-shadow:inset 0 0 0 3px #111,0 0 22px rgba(224,175,52,.38)}
@media(max-width:900px){.cc-badge-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.cc-badges-head{padding:19px;display:block}.cc-badges-head>strong{display:inline-block;margin-top:14px}.cc-badge-grid{grid-template-columns:1fr}.cc-badge-card{min-height:0}.cc-badge-emblem{flex-basis:58px;height:58px}.cc-badge-emblem svg{width:30px;height:30px}}

/* v2.20.4 – személyes toplista összegző */
.cc-dashboard-ranking-summary{margin-top:16px;padding:20px;border:1px solid #ddd7ca;border-radius:18px;background:#fff;box-shadow:0 9px 26px rgba(0,0,0,.045)}
.cc-dashboard-ranking-summary .cc-dashboard-section-head>a{color:#8d6517;font-weight:900;text-decoration:none}
.cc-dashboard-ranking-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
.cc-dashboard-ranking-grid article{min-width:0;padding:15px;border:1px solid #e1dbcf;border-radius:14px;background:#f8f6f1}
.cc-dashboard-ranking-grid small,.cc-dashboard-ranking-grid span{display:block;color:#6d6962;font-size:12px}
.cc-dashboard-ranking-grid strong{display:block;margin:5px 0 2px;font-size:28px}.cc-dashboard-ranking-grid strong.is-empty{color:#aaa}
.cc-dashboard-ranking-note{margin:12px 0 0;color:#6d6962;font-size:13px}
@media(max-width:1000px){.cc-dashboard-ranking-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:650px){.cc-dashboard-ranking-grid{grid-template-columns:1fr 1fr}}

/* v2.22.5 – Profilközpont kiegészítések */
.cc-profile-wishlist-editor{margin:26px 0;padding:22px;border:1px solid #dbe3ef;border-radius:18px;background:#f8fafc}.cc-profile-editor-heading span{font-size:12px;font-weight:900;letter-spacing:.1em}.cc-profile-editor-heading h3{margin:5px 0}.cc-profile-editor-heading p{margin:0 0 18px;color:#64748b}

.cc-cover-upload-card{grid-column:1/-1}.cc-profile-cover-preview{display:grid;place-items:center;width:100%;height:220px;margin:12px 0;overflow:hidden;border:1px solid #dbe3ef;border-radius:16px;background:#f8fafc}.cc-profile-cover-preview img{width:100%;height:100%;object-fit:cover}


/* v2.23.8 – Active and historical spots */
.cc-spot-history-filters{display:flex;gap:9px;flex-wrap:wrap;margin:18px 0 4px}.cc-spot-history-filters a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:8px 14px;border:1px solid #d9d2c4;border-radius:999px;background:#fff;color:#302c25!important;text-decoration:none!important;font-weight:900}.cc-spot-history-filters a:hover,.cc-spot-history-filters a.is-active{border-color:#d7ad52;background:#15171b;color:#f2d67e!important}.cc-spot-history-order{margin-top:6px!important;font-size:12px}.cc-spot-break-state{margin-top:6px!important;font-size:11px;font-weight:900}.cc-spot-break-state.is-active{color:#1f7a43!important}.cc-spot-break-state.is-closed{color:#847b6e!important}.cc-spot-history-card>a{max-width:210px;text-align:center}.cc-spot-history-card>div>span{line-height:1.45}@media(max-width:700px){.cc-spot-history-filters{display:grid;grid-template-columns:1fr 1fr 1fr}.cc-spot-history-filters a{padding:8px 6px;font-size:12px}.cc-spot-history-card>a{max-width:none}}


/* v2.25.3 – mobile navigation hint, extended quick access, Elite status */
.cc-dashboard-mobile-scroll-hint{
  display:none;
}

.cc-dashboard-quick-grid a small{
  margin-left:auto;
  color:#756f65;
  font-size:11px;
  font-weight:900;
  white-space:nowrap;
}

.cc-dashboard-quick-grid a.cc-dashboard-quick-elite.is-active{
  border-color:#d7ad52;
  background:#fffaf0;
}

.cc-dashboard-quick-grid a.cc-dashboard-quick-elite.is-active small{
  color:#1f7a43;
}

.cc-dashboard-quick-grid a.cc-dashboard-quick-elite.is-inactive small{
  color:#9a5a21;
}

.cc-dashboard-elite-status{
  margin-top:14px;
  border:1px solid #ddd6ca;
  border-radius:16px;
  padding:17px;
  background:#fbfaf7;
}

.cc-dashboard-elite-status.is-active{
  border-color:rgba(215,173,82,.7);
  background:linear-gradient(135deg,#fffaf0,#fff);
}

.cc-dashboard-elite-status-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}

.cc-dashboard-elite-status-head div>span,
.cc-dashboard-elite-status-head div>strong{
  display:block;
}

.cc-dashboard-elite-status-head div>span{
  color:#9b6c0e;
  font-size:10px;
  font-weight:950;
  letter-spacing:.14em;
}

.cc-dashboard-elite-status-head div>strong{
  margin-top:4px;
  font-size:19px;
}

.cc-dashboard-elite-status-head>a,
.cc-dashboard-elite-status p a{
  color:#805c0c!important;
  font-weight:900;
  text-decoration:none!important;
}

.cc-dashboard-elite-status p{
  margin:14px 0 0;
  color:#6f695f;
  line-height:1.55;
}

.cc-dashboard-elite-dates{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:9px;
  margin-top:14px;
}

.cc-dashboard-elite-dates>span,
.cc-dashboard-elite-usage>span{
  display:grid;
  gap:3px;
  border-radius:11px;
  background:#fff;
  border:1px solid #e8e1d5;
  padding:11px 12px;
}

.cc-dashboard-elite-dates small,
.cc-dashboard-elite-usage small{
  color:#756f65;
  font-size:11px;
}

.cc-dashboard-elite-usage{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:9px;
  margin-top:9px;
}

.cc-dashboard-elite-usage>span{
  font-size:12px;
  color:#554f46;
}

.cc-dashboard-elite-usage strong{
  color:#171717;
  font-size:13px;
}

@media(max-width:760px){
  .cc-dashboard-sidebar{
    overflow:hidden;
  }

  .cc-dashboard-sidebar nav{
    position:relative;
    padding-right:44px;
    -webkit-overflow-scrolling:touch;
  }

  .cc-dashboard-mobile-scroll-hint{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:5px;
    color:#d7ad52;
    font-size:10px;
    font-weight:900;
    letter-spacing:.03em;
    padding:5px 3px 0;
  }

  .cc-dashboard-mobile-scroll-hint span{
    font-size:16px;
    line-height:1;
  }

  .cc-dashboard-elite-status-head{
    align-items:flex-start;
    flex-direction:column;
    gap:8px;
  }

  .cc-dashboard-elite-dates,
  .cc-dashboard-elite-usage{
    grid-template-columns:1fr;
  }
}
