:root{
  --bg:#f4f4f7;
  --card:#ffffff;
  --text:#101828;
  --muted:#6b7280;
  --line:#e9e9ef;
  --primary:#6150df;
  --primary2:#4d86ff;
  --accent:#6f58e9;
  --shadow:0 4px 16px rgba(17,24,39,.08);
  --radius:22px;
}
*{box-sizing:border-box}
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:'Noto Sans Bengali',Inter,system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;
}
.app-shell{
  max-width:420px;
  margin:0 auto;
  min-height:100vh;
  background:var(--bg);
  padding-bottom:94px;
}
.topbar{
  background:#fff;
  border-bottom:1px solid #dddfe6;
  padding:16px 16px 14px;
}
.profile-block{
  display:flex;
  align-items:center;
  gap:14px;
}
.avatar-ring{
  width:62px;
  height:62px;
  border-radius:50%;
  border:3px solid #6d58ea;
  background:#222;
  overflow:hidden;
  flex:0 0 auto;
  display:grid;
  place-items:center;
}
.avatar-img{width:100%;height:100%;object-fit:cover;display:none}
.avatar-fallback{color:#fff;font-weight:800;font-size:24px}
.topbar h1{
  margin:0;
  font-size:19px;
  line-height:1.1;
  font-weight:800;
}
.topbar p{
  margin:3px 0 0;
  color:var(--muted);
  font-size:16px;
}
.notice-wrap{padding:14px 16px 4px}
.notice-bar{
  border:2px solid #7260e9;
  color:#5f52c8;
  border-radius:18px;
  background:#fff;
  padding:12px 16px;
  font-size:14px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
main{padding:8px 16px 0}
.card{
  background:var(--card);
  border-radius:24px;
  box-shadow:var(--shadow);
  padding:22px;
  margin-bottom:18px;
}
.hero-card{
  background:linear-gradient(135deg,var(--primary),var(--primary2));
  color:#fff;
  min-height:160px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.hero-card h2{
  margin:0 0 8px;
  font-size:17px;
  font-weight:800;
}
.hero-card p{
  margin:0 0 20px;
  font-size:14px;
  color:rgba(255,255,255,.92);
}
.hero-btn{
  border:none;
  border-radius:18px;
  background:#fff;
  color:#5f52c8;
  min-width:250px;
  width:76%;
  font-size:16px;
  font-weight:800;
  padding:16px 18px;
  text-align:center;
}
.grid-2{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.stat-card{
  text-align:center;
  min-height:170px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.large-stat{
  min-height:170px;
}
.mini-icon{
  width:62px;
  height:62px;
  border-radius:18px;
  background:#f3efff;
  color:#6353dc;
  display:grid;
  place-items:center;
  font-size:25px;
  margin:0 auto 16px;
}
.stat-value{
  font-size:26px;
  font-weight:900;
  line-height:1.1;
  margin:0;
}
.stat-label{
  color:var(--muted);
  font-size:13px;
  margin-top:4px;
}
.page-title{
  text-align:center;
  font-size:32px;
  font-weight:900;
  margin:12px 0 20px;
  letter-spacing:-.02em;
}
.big-balance{
  text-align:center;
  margin:10px 0 24px;
}
.big-balance .label{
  color:var(--muted);
  font-size:15px;
}
.big-balance .value{
  color:#6554de;
  font-weight:500;
  font-size:34px;
  margin-top:8px;
}
.section-title{
  margin:0 0 16px;
  font-size:18px;
  font-weight:800;
}
.field{margin-bottom:16px}
.label{
  display:block;
  color:#5b6472;
  font-size:15px;
  margin-bottom:8px;
}
.input, select{
  width:100%;
  border:1px solid #e6e6ee;
  background:#fff;
  border-radius:16px;
  padding:16px 18px;
  font-size:16px;
  color:var(--text);
}
.primary-btn{
  width:100%;
  border:none;
  border-radius:16px;
  background:var(--primary);
  color:#fff;
  font-size:18px;
  font-weight:800;
  padding:16px 18px;
}
.telegram-btn{
  width:100%;
  border:none;
  border-radius:16px;
  background:var(--primary);
  color:#fff;
  font-size:17px;
  font-weight:800;
  padding:16px 18px;
}
.link-box{
  display:flex;
  align-items:center;
  border:1px solid #d8dbe4;
  border-radius:20px;
  overflow:hidden;
  background:#fff;
  margin:14px 0 16px;
}
.link-box input{
  border:none;
  flex:1;
  padding:18px 18px;
  font-size:15px;
  color:#7a7d87;
  outline:none;
}
.copy-side{
  width:70px;
  border-left:1px solid #4444;
  align-self:stretch;
  display:grid;
  place-items:center;
  color:#5d6470;
  background:#fff;
}
.share-head{
  color:#1d84bb;
  font-size:18px;
  font-weight:700;
  margin:0 0 8px;
}
.desc{
  color:#666d78;
  font-size:14px;
  line-height:1.45;
  margin:0;
}
.table{
  width:100%;
  border-collapse:collapse;
  font-size:14px;
}
.table th,.table td{
  padding:14px 8px;
  border-bottom:1px solid #ececf1;
  text-align:left;
  color:#6b7280;
}
.table th{font-weight:700}
.table td{color:#5b6472}
.table .empty-cell{
  text-align:center;
  color:#777;
  font-size:16px;
  padding:28px 8px;
}
.profile-card{
  text-align:center;
  padding-top:34px;
  padding-bottom:34px;
}
.profile-avatar{
  width:100px;
  height:100px;
  border-radius:50%;
  border:4px solid #6a57ea;
  overflow:hidden;
  background:#222;
  margin:0 auto 16px;
  display:grid;
  place-items:center;
}
.profile-avatar img{width:100%;height:100%;object-fit:cover}
.profile-name{
  margin:0;
  font-size:24px;
  font-weight:500;
}
.profile-user{
  color:#7a7f88;
  font-size:16px;
  margin-top:6px;
}
.summary-table td{
  padding:16px 0;
  border-bottom:1px solid #ececf1;
  font-size:15px;
}
.summary-table tr:last-child td{border-bottom:none}
.right{text-align:right}
.green{color:#59c78f;font-weight:700}
.bottom-nav{
  position:fixed;
  left:50%;
  transform:translateX(-50%);
  bottom:0;
  width:min(420px,100%);
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:2px;
  background:#fff;
  border-top:1px solid #e5e7ee;
  padding:10px 8px 14px;
}
.bottom-nav button{
  border:none;
  background:transparent;
  color:#708090;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:4px;
  font-size:12px;
  font-weight:500;
  padding:4px 2px;
}
.bottom-nav button.active{color:var(--accent)}
.nav-icon{font-size:26px;line-height:1}
.method-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:18px}
.method-item{
  background:#fff;
  border:1px solid #ececf1;
  border-radius:18px;
  padding:12px;
  display:flex;
  align-items:center;
  gap:10px;
}
.method-item img{width:32px;height:32px;object-fit:contain;border-radius:8px}
.method-logo-fallback{
  width:32px;height:32px;border-radius:8px;background:#f3efff;color:#6353dc;display:grid;place-items:center;font-weight:800
}
.vpn-overlay.hidden{display:none}
.vpn-overlay{
  z-index:9999;
  position:fixed;
  inset:0;
  z-index:50;
}

@media (max-width:360px){
  .grid-2,.method-list{grid-template-columns:1fr}
}


.notice-bar{
  overflow:hidden;
  position:relative;
}
.notice-scroll{
  display:inline-block;
  white-space:nowrap;
  padding-left:100%;
  animation: notice-scroll 14s linear infinite;
}
@keyframes notice-scroll{
  0%{transform:translateX(0)}
  100%{transform:translateX(-100%)}
}
.topbar h1{
  max-width:260px;
  white-space:normal;
  word-break:break-word;
}
.bot-footer{
  text-align:center;
  color:#5f52c8;
  font-weight:600;
  padding:10px 16px 0;
  font-size:13px;
}

.vpn-modal p{
  margin:0;
  font-size:14px;
  line-height:1.55;
  color:#555;
  text-align:left;
  word-break:break-word;
  white-space:pre-wrap;
}


.boot-loader{
  position:fixed;
  inset:0;
  background:#f4f4f7;
  z-index:9998;
}
body.app-loading{
  overflow:hidden;
}


.selected-method-logo{
  margin-top:12px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 14px;
  border:1px solid #ececf1;
  border-radius:16px;
  background:#fff;
}
.selected-method-logo img{
  width:34px;
  height:34px;
  object-fit:contain;
  border-radius:10px;
}
.selected-method-logo span{
  font-weight:700;
  color:#4b5563;
}

.work-off-image{box-shadow:0 4px 12px rgba(0,0,0,.08);background:#fff}


.primary-btn[disabled]{
  opacity:.65;
  cursor:not-allowed;
}


.video-popup-wrap{
  position:fixed;
  inset:0;
  display:none;
  align-items:center;
  justify-content:center;
  z-index:10001;
}
.video-popup-backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.55);
}
.video-popup-card{
  position:relative;
  width:min(92vw,420px);
  background:#000;
  border-radius:18px;
  overflow:hidden;
  z-index:1;
  box-shadow:0 20px 60px rgba(0,0,0,.35);
}
.video-popup-player{
  width:100%;
  display:block;
  background:#000;
  max-height:70vh;
}
.video-popup-close{
  position:absolute;
  top:8px;
  right:8px;
  width:34px;
  height:34px;
  border:none;
  border-radius:999px;
  background:rgba(255,255,255,.9);
  color:#111827;
  font-size:24px;
  line-height:1;
  z-index:2;
}




.vpn-backdrop{
  background:rgba(0,0,0,.38);
  backdrop-filter:blur(6px);
}
.vpn-modal{
  position:absolute;
  left:16px;
  right:16px;
  top:50%;
  transform:translateY(-50%);
  background:#fff;
  border-radius:34px;
  padding:26px 22px 24px;
  max-width:360px;
  width:calc(100% - 32px);
  max-height:72vh;
  overflow:auto;
  margin:0 auto;
  box-shadow:0 24px 80px rgba(0,0,0,.18);
}
.vpn-icon{
  width:74px;
  height:74px;
  border:none;
  background:#4e9632;
  color:#fff;
  font-size:38px;
  border-radius:999px;
  margin:0 auto 14px;
  display:grid;
  place-items:center;
}
.vpn-modal h2{
  margin:0 0 12px;
  font-size:20px;
  font-weight:800;
  text-align:center;
  color:#222;
}
.vpn-modal p{
  margin:0;
  font-size:14px;
  line-height:1.55;
  color:#555;
  text-align:left;
  word-break:break-word;
  white-space:pre-wrap;
}
.vpn-btn{
  background:#4d992f;
  color:#fff;
  border:none;
  border-radius:999px;
  padding:13px 34px;
  font-weight:700;
  font-size:15px;
  display:block;
  margin:18px auto 0;
  min-width:120px;
}
.vpn-modal.start-popup-mode .vpn-icon{
  width:74px;
  height:74px;
  border:none;
  background:#4e9632;
  color:#fff;
  font-size:38px;
  border-radius:999px;
  margin:0 auto 14px;
  display:grid;
  place-items:center;
}
.vpn-modal.start-popup-mode h2{
  font-size:22px;
  margin-bottom:14px;
}
.vpn-modal.start-popup-mode p{
  font-size:15px;
  line-height:1.65;
}
.vpn-modal.start-popup-mode .vpn-btn{
  background:#4d992f;
  color:#fff;
  border:none;
  border-radius:999px;
  padding:13px 34px;
  font-weight:700;
  font-size:15px;
  display:block;
  margin:18px auto 0;
  min-width:120px;
}
@media (max-width:480px){
  .vpn-modal{
  position:absolute;
  left:16px;
  right:16px;
  top:50%;
  transform:translateY(-50%);
  background:#fff;
  border-radius:34px;
  padding:26px 22px 24px;
  max-width:360px;
  width:calc(100% - 32px);
  max-height:72vh;
  overflow:auto;
  margin:0 auto;
  box-shadow:0 24px 80px rgba(0,0,0,.18);
}
  .vpn-icon{
  width:74px;
  height:74px;
  border:none;
  background:#4e9632;
  color:#fff;
  font-size:38px;
  border-radius:999px;
  margin:0 auto 14px;
  display:grid;
  place-items:center;
}
  .vpn-modal h2{
  margin:0 0 12px;
  font-size:20px;
  font-weight:800;
  text-align:center;
  color:#222;
}
  .vpn-modal p{
  margin:0;
  font-size:14px;
  line-height:1.55;
  color:#555;
  text-align:left;
  word-break:break-word;
  white-space:pre-wrap;
}
}

.vpn-modal p{
  margin:0;
  font-size:14px;
  line-height:1.55;
  color:#555;
  text-align:left;
  word-break:break-word;
  white-space:pre-wrap;
}

.vpn-modal.start-popup-mode{
  max-width:340px;
  max-height:70vh;
}
.vpn-modal.start-popup-mode .vpn-icon{
  width:70px;
  height:70px;
  font-size:34px;
  margin-bottom:12px;
}
.vpn-modal.start-popup-mode h2{
  font-size:18px;
  margin-bottom:10px;
}
.vpn-modal.start-popup-mode p{
  font-size:13px;
  line-height:1.5;
}
.vpn-modal.start-popup-mode .vpn-btn{
  margin-top:16px;
}
.work-off-image{
  max-width:180px !important;
  max-height:150px !important;
}

/* slim scrollbar inside popup */
.vpn-modal::-webkit-scrollbar{
  width:6px;
}
.vpn-modal::-webkit-scrollbar-thumb{
  background:#d1d5db;
  border-radius:999px;
}


/* closer match for start popup */
.vpn-modal.start-popup-mode{
  max-width: 332px;
  width: calc(100% - 32px);
  max-height: 72vh;
  padding: 26px 20px 22px;
  border-radius: 30px;
  overflow: auto;
}
.vpn-modal.start-popup-mode .vpn-icon{
  width: auto;
  height: auto;
  margin: 0 auto 14px;
  background: transparent;
  border-radius: 0;
  font-size: 62px;
  line-height: 1;
  color: #4f9b31;
  display: block;
  text-align: center;
}
.vpn-modal.start-popup-mode h2{
  font-size: 17px;
  line-height: 1.25;
  margin: 0 0 14px;
  text-align: center;
  color: #222;
  font-weight: 800;
}
.vpn-modal.start-popup-mode p{
  font-size: 13px;
  line-height: 1.62;
  color: #666;
  text-align: left;
  white-space: pre-wrap;
  word-break: break-word;
}
.vpn-modal.start-popup-mode .vpn-btn{
  margin-top: 22px;
  background: #4f9b31;
  padding: 12px 34px;
  min-width: 110px;
  font-size: 14px;
  font-weight: 700;
}
.vpn-modal.start-popup-mode .work-off-image{
  display:none !important;
}
.vpn-modal.start-popup-mode::-webkit-scrollbar{
  width: 5px;
}
.vpn-modal.start-popup-mode::-webkit-scrollbar-thumb{
  background:#d3d6db;
  border-radius:999px;
}

/* updated popup sizing */

.vpn-overlay{
  position:fixed;
  inset:0;
  z-index:10000;
}
.vpn-overlay.hidden{
  display:none;
}
.vpn-backdrop{
  position:absolute;
  inset:0;
  background:rgba(24,24,27,.34);
  backdrop-filter:blur(8px);
}
.vpn-modal{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  background:#fff;
  border-radius:34px;
  padding:26px 22px 22px;
  width:min(332px, calc(100vw - 32px));
  box-shadow:0 24px 80px rgba(0,0,0,.18);
}
.vpn-modal.start-popup-mode{
  height:auto;
  max-height:none;
  overflow:visible;
}
.vpn-modal.start-popup-mode .vpn-icon{
  width:auto;
  height:auto;
  margin:0 auto 12px;
  background:transparent;
  border-radius:0;
  font-size:62px;
  line-height:1;
  color:#4f9b31;
  display:block;
  text-align:center;
}
.vpn-modal.start-popup-mode h2{
  font-size:17px;
  line-height:1.25;
  margin:0 0 14px;
  text-align:center;
  color:#222;
  font-weight:800;
}
.vpn-modal.start-popup-mode p{
  font-size:13px;
  line-height:1.62;
  color:#666;
  text-align:left;
  white-space:pre-wrap;
  word-break:break-word;
}
.vpn-modal.start-popup-mode .vpn-btn{
  margin-top:22px;
  background:#4f9b31;
  padding:12px 34px;
  min-width:110px;
  font-size:14px;
  font-weight:700;
}
.vpn-btn{
  border:none;
  color:#fff;
  border-radius:999px;
  cursor:pointer;
}


/* compact popup with visible button */
.vpn-overlay{
  position:fixed;
  inset:0;
  z-index:10000;
}
.vpn-overlay.hidden{
  display:none;
}
.vpn-backdrop{
  position:absolute;
  inset:0;
  background:rgba(15,23,42,.34);
  backdrop-filter:blur(8px);
}
.vpn-modal{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:min(332px, calc(100vw - 32px));
  background:#fff;
  border-radius:32px;
  box-shadow:0 24px 80px rgba(0,0,0,.18);
}
.vpn-modal.start-popup-mode{
  padding:20px 18px 18px !important;
  max-height:80vh !important;
  overflow-y:auto !important;
}
.vpn-modal.start-popup-mode .vpn-icon{
  width:auto !important;
  height:auto !important;
  margin:0 auto 10px !important;
  background:transparent !important;
  border-radius:0 !important;
  font-size:52px !important;
  line-height:1 !important;
  color:#4f9b31 !important;
  display:block !important;
  text-align:center !important;
}
.vpn-modal.start-popup-mode h2{
  font-size:17px !important;
  line-height:1.25 !important;
  margin:0 0 10px !important;
  text-align:center !important;
  font-weight:800 !important;
  color:#222 !important;
}
.vpn-modal.start-popup-mode p{
  font-size:12.5px !important;
  line-height:1.5 !important;
  color:#666 !important;
  white-space:pre-wrap !important;
  word-break:break-word !important;
}
.vpn-modal.start-popup-mode .vpn-btn{
  position:sticky;
  bottom:0;
  display:block;
  margin:16px auto 0 !important;
  min-width:118px !important;
  padding:12px 30px !important;
  border:none;
  border-radius:999px !important;
  background:#4f9b31 !important;
  color:#fff !important;
  font-size:14px !important;
  font-weight:700 !important;
  z-index:3;
}
.vpn-modal.start-popup-mode::-webkit-scrollbar{
  width:6px;
}
.vpn-modal.start-popup-mode::-webkit-scrollbar-thumb{
  background:#d1d5db;
  border-radius:999px;
}


.ghost-btn{
  width:100%;
  border:1px solid #d9dced;
  border-radius:16px;
  background:#fff;
  color:var(--text);
  font-size:16px;
  font-weight:700;
  padding:14px 18px;
  margin-top:14px;
}
.table-scroll{overflow-x:auto}
.rank-highlight-card{
  background:linear-gradient(135deg,#f5f3ff,#ffffff);
  border:1px solid #ece7ff;
}
.rank-highlight-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.rank-highlight-label{color:#7c83a1;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.rank-highlight-value{font-size:24px;font-weight:800;color:#2d3142;margin-top:4px}
.rank-highlight-views{font-size:14px;font-weight:700;color:#6a57ea;white-space:nowrap}
.rank-user-wrap{display:flex;flex-direction:column;gap:4px}
.rank-user-wrap strong{color:#2d3142;font-size:14px}
.rank-user-wrap span{color:#7a7f88;font-size:12px}
.my-rank-row{background:#f7f4ff}
.me-badge{
  display:inline-block;
  margin-left:6px;
  padding:2px 8px;
  border-radius:999px;
  background:#6a57ea;
  color:#fff;
  font-size:11px;
  font-weight:800;
  vertical-align:middle;
}


.rank-podium-card,
.rank-list-card{
  background:#fff;
}
.rank-section-title{
  font-size:14px;
  font-weight:800;
  color:#6f7692;
  text-transform:uppercase;
  letter-spacing:.05em;
  margin-bottom:14px;
}
.rank-podium-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.podium-item{
  position:relative;
  border-radius:20px;
  padding:16px 14px;
  border:1px solid #eceff7;
  background:linear-gradient(180deg,#ffffff 0%,#faf8ff 100%);
  text-align:center;
  box-shadow:0 12px 24px rgba(36,45,72,.06);
}
.podium-item.podium-me{
  box-shadow:0 16px 30px rgba(106,87,234,.16);
}
.podium-medal{
  font-size:28px;
  line-height:1;
}
.podium-rank{
  margin-top:10px;
  font-size:12px;
  font-weight:800;
  color:#6f7692;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.podium-name{
  margin-top:8px;
  font-size:15px;
  font-weight:800;
  color:#20263a;
  line-height:1.35;
}
.podium-username{
  margin-top:6px;
  font-size:12px;
  color:#79819c;
  word-break:break-word;
}
.podium-earnings{
  margin-top:12px;
  font-size:18px;
  font-weight:900;
  color:#2d3142;
  white-space:nowrap;
}
.podium-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:12px;
  padding:4px 10px;
  border-radius:999px;
  background:#6a57ea;
  color:#fff;
  font-size:11px;
  font-weight:800;
}
.rank-list-wrap{
  display:flex;
  flex-direction:column;
  gap:12px;
}
.rank-list-item{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px;
  border-radius:18px;
  border:1px solid #eceff7;
  background:#fbfcff;
}
.rank-list-item-me{
  background:linear-gradient(180deg,#f8f5ff 0%,#ffffff 100%);
  border-color:#dcd1ff;
  box-shadow:0 14px 28px rgba(106,87,234,.12);
}
.rank-left-block{
  min-width:0;
  display:flex;
  align-items:center;
  gap:12px;
  flex:1;
}
.rank-badge{
  min-width:54px;
  height:54px;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#eef1f8;
  color:#2d3142;
  font-size:16px;
  font-weight:900;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.7);
}
.rank-medal-icon{
  font-size:26px;
  line-height:1;
}
.rank-earning-box{
  flex-shrink:0;
  min-width:118px;
  padding:12px 14px;
  border-radius:16px;
  background:#f3f5fb;
  text-align:right;
}
.rank-earning-label{
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.05em;
  color:#7d85a2;
}
.rank-earning-value{
  margin-top:6px;
  font-size:20px;
  line-height:1.1;
  font-weight:900;
  color:#22283a;
  white-space:nowrap;
}
.rank-accent-1 .rank-badge,
.rank-accent-1 .rank-earning-box,
.rank-accent-1.podium-item{
  background:linear-gradient(180deg,#fff8dd 0%,#fff4b8 100%);
  border-color:#f3d36b;
}
.rank-accent-2 .rank-badge,
.rank-accent-2 .rank-earning-box,
.rank-accent-2.podium-item{
  background:linear-gradient(180deg,#f5f7fb 0%,#e9eef8 100%);
  border-color:#cfd7e5;
}
.rank-accent-3 .rank-badge,
.rank-accent-3 .rank-earning-box,
.rank-accent-3.podium-item{
  background:linear-gradient(180deg,#fff1e6 0%,#ffe0c7 100%);
  border-color:#f2bf8f;
}
.rank-accent-4 .rank-badge{
  background:#eef1f8;
}
@media (max-width: 560px){
  .rank-highlight-top{
    align-items:flex-start;
    flex-direction:column;
  }
  .rank-highlight-views{
    white-space:normal;
  }
  .rank-podium-grid{
    grid-template-columns:1fr;
  }
  .podium-item{
    text-align:left;
  }
  .rank-list-item{
    flex-direction:column;
    align-items:stretch;
  }
  .rank-earning-box{
    width:100%;
    text-align:left;
    min-width:0;
  }
  .rank-earning-value{
    white-space:normal;
    word-break:break-word;
  }
}
