:root{
  --respect-bg:#080b12;
  --respect-panel:#111726;
  --respect-panel-2:#0d1220;
  --respect-line:#20283d;
  --respect-text:#eef3ff;
  --respect-muted:#92a0c5;
  --respect-accent:#ff8d3b;
}
.respect-cases-menu{display:grid;gap:24px;margin:20px 0}
.respect-cases-menu.columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.respect-cases-menu.columns-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.respect-cases-menu.columns-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.respect-case-card,.respect-opening-wrap{background:linear-gradient(180deg,#090d17 0%,#0b1120 100%);border:1px solid rgba(255,255,255,.08);border-radius:24px;box-shadow:0 20px 60px rgba(0,0,0,.45);color:var(--respect-text)}
.respect-case-card{overflow:hidden}
.respect-case-card__image{display:flex;align-items:center;justify-content:center;aspect-ratio:16/10;background:radial-gradient(circle at center, rgba(98,0,255,.18), transparent 58%), #0c1120;padding:18px}
.respect-case-card__image img{width:50%;max-width:180px;height:auto;object-fit:contain;display:block;filter:drop-shadow(0 14px 20px rgba(0,0,0,.45))}
.respect-case-card__body{padding:20px;text-align:center}
.respect-case-card__body h3{margin:0 0 10px;font-size:24px;color:#fff}
.respect-case-card__price,.respect-price,.respect-overline,.respect-item-rarity,.respect-item-subtitle,.respect-balance-note{color:var(--respect-muted)}
.respect-button,.respect-open-button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border:none;cursor:pointer;border-radius:14px;font-weight:700;transition:.2s ease;background:linear-gradient(180deg,#2d8c57,#1a603c);color:#e7ffef;padding:14px 22px;min-width:180px;box-shadow:0 10px 28px rgba(20,100,60,.35)}
.respect-button:hover,.respect-open-button:hover{transform:translateY(-1px);filter:brightness(1.08)}
.respect-open-button[disabled]{opacity:.65;cursor:not-allowed;filter:none}
.respect-opening-wrap{padding:28px;margin:28px 0}
.respect-opening-header{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:24px}
.respect-opening-header h2{margin:6px 0 8px;font-size:34px;line-height:1.1;color:#fff}
.respect-opening-case-image{width:180px;height:180px;object-fit:contain;border-radius:22px;border:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at center, rgba(98,0,255,.18), transparent 58%), #0c1120;padding:14px}
.respect-roulette-shell{position:relative;overflow:hidden;height:220px;border-radius:22px;background:linear-gradient(180deg,#070a12,#0d1322);border:1px solid var(--respect-line);display:flex;align-items:center}
.respect-pointer{position:absolute;left:50%;top:0;transform:translateX(-50%);width:2px;height:100%;background:linear-gradient(180deg,transparent,rgba(255,136,56,.92),transparent);box-shadow:0 0 18px rgba(255,122,0,.85);z-index:4}
.respect-pointer::before{content:"";position:absolute;top:10px;left:50%;transform:translateX(-50%);border-left:9px solid transparent;border-right:9px solid transparent;border-top:12px solid #ff9f43}
.respect-roulette-track{display:flex;gap:0;padding:0 20px;will-change:transform;transform:translate3d(0,0,0)}
.respect-roulette-item{position:relative;width:160px;min-width:160px;height:170px;margin:0 2px;background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,.01));border-radius:0;border:1px solid rgba(255,255,255,.05);overflow:hidden}
.respect-roulette-item::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at center, color-mix(in srgb, var(--rarity) 16%, transparent), transparent 60%)}
.respect-roulette-item::after{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:var(--rarity)}
.respect-roulette-item__glow{position:absolute;inset:auto 0 0 0;height:64px;background:linear-gradient(0deg,color-mix(in srgb, var(--rarity) 26%, transparent),transparent)}
.respect-roulette-item__image{height:98px;display:flex;align-items:center;justify-content:center;padding:10px;position:relative;z-index:1}
.respect-roulette-item__image img{max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 10px 16px rgba(0,0,0,.45))}
.respect-roulette-item__meta{position:absolute;left:0;right:0;bottom:0;padding:12px;z-index:1}
.respect-item-name{font-weight:700;color:#fff;line-height:1.15}
.respect-opening-controls{display:flex;justify-content:flex-start;gap:20px;align-items:center;margin:22px 0}
.respect-items-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin-top:16px}
.respect-result{margin-top:18px}
.respect-result-title,.respect-section-title{font-size:22px;font-weight:800;margin:18px 0 12px;color:#fff}
.respect-result-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}
.respect-drop-result{display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:18px;background:linear-gradient(180deg,#0d1220,#0a0f1b);border:1px solid rgba(255,255,255,.06);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--rarity) 22%, transparent)}
.respect-drop-result img{width:72px;height:72px;object-fit:contain}
.respect-empty,.respect-error{padding:18px 20px;border-radius:16px;background:#131a2b;color:#fff;border:1px solid rgba(255,255,255,.08)}
.respect-inventory{margin-top:26px}
.respect-inventory-grid .respect-inventory-item{height:190px;border-radius:18px}
.respect-winning-card{animation:respectPulse .8s ease 1}
@keyframes respectPulse{0%{transform:scale(1)}50%{transform:scale(1.04)}100%{transform:scale(1)}}
@media (max-width: 900px){
  .respect-cases-menu.columns-2,.respect-cases-menu.columns-3,.respect-cases-menu.columns-4{grid-template-columns:1fr}
  .respect-opening-header,.respect-opening-controls{flex-direction:column;align-items:flex-start}
  .respect-opening-case-image{width:120px;height:120px}
}




/* compact item cards */
.respect-items-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(185px,1fr));gap:16px;margin-top:16px}
.respect-roulette-item{height:196px;border-radius:18px;overflow:hidden;background:linear-gradient(180deg,#0d1322 0%,#0a1020 100%)}
.respect-roulette-item__image{height:96px;padding:12px 12px 6px}
.respect-roulette-item__image img{max-width:88%;max-height:88%}
.respect-roulette-item__meta{display:flex;flex-direction:column;gap:8px;padding:12px 12px 14px}
.respect-item-rarity{font-size:12px;line-height:1.2;font-weight:700;letter-spacing:.02em;color:#c7d2f4;opacity:.95}
.respect-item-name{font-size:15px;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:36px}
.respect-item-subtitle{font-size:12px;line-height:1.2;color:var(--respect-muted);display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}
.respect-item-meta-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto}
.respect-item-price{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:rgba(255,255,255,.06);font-size:12px;font-weight:800;color:#fff;white-space:nowrap}
.respect-item-date{font-size:12px;color:var(--respect-muted);white-space:nowrap}
.respect-items-grid .respect-roulette-item__glow{height:54px}

/* inventory refined */
.respect-inventory-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:18px;align-items:stretch;justify-content:stretch}
.respect-inventory-grid .respect-inventory-item{width:100%;min-width:0;height:210px;border-radius:20px}
.respect-inventory-grid .respect-roulette-item__image{height:94px;padding:12px 12px 4px}
.respect-inventory-grid .respect-roulette-item__meta{padding:12px 12px 14px}
.respect-inventory-grid .respect-item-name{min-height:36px}
.respect-inventory-grid .respect-item-date{font-size:11px}

/* hover actions — variant 1 neon side buttons */
.respect-item-actions-hover{
  position:absolute;right:10px;top:10px;z-index:6;
  display:flex;flex-direction:column;gap:10px;
  opacity:0;transform:translateX(12px) scale(.96);
  transition:opacity .18s ease, transform .18s ease;
  pointer-events:none;
}
.respect-inventory-item:hover{
  border-color:rgba(47,255,109,.28);
  box-shadow:0 0 0 1px rgba(47,255,109,.16),0 20px 50px rgba(0,0,0,.44),inset 0 0 34px rgba(44,255,104,.08);
}
.respect-inventory-item:hover .respect-item-actions-hover,.respect-roulette-item:hover .respect-item-actions-hover{
  opacity:1;transform:translateX(0) scale(1);pointer-events:auto;
}
.respect-item-action{
  width:42px;height:42px;border-radius:999px;
  border:1px solid rgba(74,255,125,.42);
  background:radial-gradient(circle at 50% 35%,rgba(47,255,111,.18),rgba(6,16,17,.82) 62%);
  backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);
  color:#5dff91;cursor:pointer;display:flex;align-items:center;justify-content:center;
  font-size:19px;line-height:1;
  box-shadow:0 0 0 1px rgba(74,255,125,.08),0 10px 22px rgba(0,0,0,.42),inset 0 0 18px rgba(74,255,125,.06);
  transition:transform .16s ease, box-shadow .16s ease, background .16s ease, border-color .16s ease, color .16s ease, filter .16s ease;
}
.respect-item-action:hover{
  transform:translateY(-1px) scale(1.08);
  border-color:rgba(74,255,125,.86);
  background:radial-gradient(circle at 50% 36%,rgba(62,255,128,.58),rgba(10,52,33,.94) 64%);
  color:#ecfff1;
  box-shadow:0 0 0 1px rgba(74,255,125,.24),0 0 24px rgba(50,255,109,.36),0 12px 26px rgba(0,0,0,.48),inset 0 0 22px rgba(74,255,125,.18);
}
.respect-item-action.is-delete{
  border-color:rgba(255,80,80,.34);
  color:#ff6868;
  background:radial-gradient(circle at 50% 35%,rgba(255,80,80,.13),rgba(16,8,14,.84) 62%);
}
.respect-item-action.is-delete:hover{
  border-color:rgba(255,80,80,.9);
  color:#fff;
  background:radial-gradient(circle at 50% 36%,rgba(255,67,67,.68),rgba(82,16,20,.96) 64%);
  box-shadow:0 0 0 1px rgba(255,80,80,.24),0 0 24px rgba(255,70,70,.36),0 12px 26px rgba(0,0,0,.48),inset 0 0 22px rgba(255,80,80,.2);
}
.respect-item-action.is-withdraw{
  border-color:rgba(92,255,156,.34);
  color:#64ffa3;
}
.respect-item-action.is-use-key{
  border-color:rgba(255,211,84,.42);
  color:#ffd866;
  background:radial-gradient(circle at 50% 35%,rgba(255,211,84,.18),rgba(22,17,8,.84) 62%);
}
.respect-item-action.is-use-key:hover{
  border-color:rgba(255,211,84,.9);
  background:radial-gradient(circle at 50% 36%,rgba(255,211,84,.58),rgba(82,55,10,.96) 64%);
}

/* custom modal */
.respect-no-scroll{overflow:hidden}
.respect-modal-overlay{position:fixed;inset:0;z-index:99999;background:rgba(4,7,14,.72);backdrop-filter:blur(8px);display:none;align-items:center;justify-content:center;padding:18px}
.respect-modal{width:min(480px,100%);border-radius:22px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#0b1020 0%,#090d18 100%);box-shadow:0 30px 70px rgba(0,0,0,.5);overflow:hidden;color:#fff}
.respect-modal__head{padding:18px 20px 8px}
.respect-modal__eyebrow{font-size:12px;font-weight:700;color:var(--respect-muted);text-transform:uppercase;letter-spacing:.08em}
.respect-modal__title{font-size:24px;font-weight:800;line-height:1.15}
.respect-modal__body{padding:8px 20px 0}
.respect-modal__text{font-size:15px;line-height:1.5;color:#d7def7}
.respect-modal__actions{display:flex;justify-content:flex-end;gap:12px;padding:20px}
.respect-modal-btn{border:none;cursor:pointer;border-radius:14px;font-weight:800;padding:12px 16px;transition:.18s ease}
.respect-modal-btn.is-secondary{background:rgba(255,255,255,.06);color:#fff}
.respect-modal-btn.is-primary{background:linear-gradient(180deg,#2d8c57,#1a603c);color:#e7ffef}
.respect-modal-btn:hover{transform:translateY(-1px);filter:brightness(1.06)}

@media (max-width:700px){
  .respect-inventory-grid,.respect-items-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:480px){
  .respect-inventory-grid,.respect-items-grid{grid-template-columns:1fr}
  .respect-modal__actions{flex-direction:column-reverse}
  .respect-modal-btn{width:100%}
}


.respect-inventory-item.has-request-status{box-shadow:inset 0 0 0 1px rgba(255,214,102,.18), 0 18px 48px rgba(0,0,0,.38)}
.respect-item-request-status{display:inline-flex;align-items:center;justify-content:center;margin-top:8px;padding:6px 10px;border-radius:999px;background:rgba(255,214,102,.12);border:1px solid rgba(255,214,102,.24);color:#ffe08a;font-size:12px;font-weight:800}


.respect-key-button,.respect-gift-key-button{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border:none;cursor:pointer;border-radius:14px;font-size:20px;background:rgba(255,255,255,.06);color:#fff;box-shadow:0 10px 28px rgba(0,0,0,.26)}
.respect-key-button:hover,.respect-gift-key-button:hover{transform:translateY(-1px);filter:brightness(1.08)}
.respect-key-button.is-disabled{opacity:.45;cursor:not-allowed;filter:none}
.respect-key-note{color:var(--respect-muted);font-size:14px;font-weight:700}
.respect-modal__extra{margin-top:14px}
.respect-gift-field{display:block;margin-bottom:8px;font-weight:700;color:#fff}
.respect-gift-select{width:100%;border-radius:12px;padding:12px;border:1px solid rgba(255,255,255,.1);background:#fff;color:#000}
.respect-gift-price{margin-top:10px;color:#d7def7}
.respect-inventory-item.is-key-item{box-shadow:inset 0 0 0 1px rgba(255,215,0,.22),0 18px 48px rgba(0,0,0,.38)}
.respect-inventory-item.is-key-item .respect-item-request-status{display:none}

.respect-case-timers{display:flex;flex-wrap:wrap;gap:14px;margin-top:16px}
.respect-timer-card{min-width:260px;flex:1 1 280px;padding:16px 18px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02));box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}
.respect-timer-card.is-locked{background:linear-gradient(180deg,rgba(255,128,0,.12),rgba(255,255,255,.02))}
.respect-timer-card.is-daily{background:linear-gradient(180deg,rgba(48,193,129,.12),rgba(255,255,255,.02))}
.respect-timer-card.is-ready{box-shadow:inset 0 0 0 1px rgba(78,232,165,.24),0 12px 32px rgba(0,0,0,.28)}
.respect-timer-card__label{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#a9b8e6;font-weight:800;margin-bottom:8px}
.respect-timer-card__value{font-size:20px;line-height:1.25;font-weight:900;color:#fff}
.respect-timer-card__sub{margin-top:8px;font-size:13px;color:var(--respect-muted)}
.respect-open-free-button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border:none;cursor:pointer;border-radius:14px;font-weight:800;transition:.2s ease;background:linear-gradient(180deg,#2e6eff,#1e4fbd);color:#eef4ff;padding:14px 22px;min-width:200px;box-shadow:0 10px 28px rgba(28,74,180,.35)}
.respect-open-free-button:hover{transform:translateY(-1px);filter:brightness(1.08)}
.respect-open-free-button.is-disabled,.respect-open-free-button[disabled]{opacity:.55;cursor:not-allowed;filter:none}
.respect-case-card__timer{margin-top:10px;padding:10px 12px;border-radius:14px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.07);font-size:13px;font-weight:700;color:#d7def7;min-height:42px;display:flex;align-items:center}
.respect-case-card__timer.is-daily{background:rgba(70,191,120,.10);border-color:rgba(70,191,120,.18)}
.respect-case-card__timer.is-ready{color:#98f0be}
@media (max-width:900px){.respect-case-timers{width:100%}.respect-timer-card{min-width:100%}}


/* v1.8 compact menu + cleaner items */
.respect-cases-menu{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}
.respect-case-card{display:flex;align-items:center;padding:14px 16px;gap:14px;border-radius:20px}
.respect-case-card__image{flex:0 0 112px;aspect-ratio:1/1;border-radius:18px;padding:12px;background:radial-gradient(circle at center, rgba(98,0,255,.14), transparent 58%), #0c1120}
.respect-case-card__image img{width:72%;max-width:110px}
.respect-case-card__body{padding:0;text-align:left;flex:1;display:flex;flex-direction:column;gap:10px}
.respect-case-card__body h3{font-size:20px;line-height:1.1;margin:0}
.respect-case-card__price{font-size:14px}
.respect-case-card__actions,.respect-opening-controls{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.respect-button,.respect-open-button,.respect-open-free-button,.respect-open-monthly-button{min-width:0;padding:12px 18px;border-radius:14px}
.respect-open-free-button,.respect-open-monthly-button{background:linear-gradient(180deg,#305c9a,#223f6b);color:#eef4ff;box-shadow:0 10px 24px rgba(34,63,107,.35)}
.respect-icon-info-button{width:44px;height:44px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.06);color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;box-shadow:0 8px 18px rgba(0,0,0,.25)}
.respect-icon-info-button:hover{transform:translateY(-1px);filter:brightness(1.06)}
.respect-case-badges{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}
.respect-case-badge{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:800;letter-spacing:.04em;background:rgba(255,255,255,.06);color:#fff}
.respect-case-badge.is-daily{background:rgba(40,147,87,.18);color:#a7efc3}
.respect-case-badge.is-monthly{background:rgba(54,102,199,.20);color:#bad1ff}
.respect-opening-controls{margin:18px 0 8px}
.respect-opening-time-info{margin-left:auto}

.respect-items-grid{grid-template-columns:repeat(auto-fit,minmax(165px,1fr));gap:12px}
.respect-roulette-item{height:184px;border-radius:18px}
.respect-roulette-item__image{height:84px;padding:10px 10px 4px}
.respect-roulette-item__image img{max-width:78%;max-height:78%}
.respect-roulette-item__meta{padding:10px 12px 12px;gap:6px}
.respect-item-rarity{font-size:11px;line-height:1.15;opacity:.88}
.respect-item-name{font-size:14px;min-height:32px}
.respect-item-subtitle{font-size:11px}
.respect-item-meta-row{margin-top:2px;justify-content:flex-start}
.respect-item-price{font-size:11px;padding:0 8px;min-height:24px}
.respect-item-date{font-size:11px}
.respect-inventory-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:14px}
.respect-inventory-grid .respect-inventory-item{height:198px}
.respect-inventory-grid .respect-item-meta-row{justify-content:space-between}
.respect-item-request-status{margin-top:4px;font-size:11px;color:#ffd8a8}

.respect-gift-select{width:100%;padding:12px 14px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:#ffffff;color:#111}
.respect-gift-price{margin-top:12px;font-size:14px;color:#d7def7}
.respect-modal-timer{margin-top:12px;padding:12px 14px;border-radius:14px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);font-weight:800;color:#fff}

@media (max-width:900px){
  .respect-case-card{padding:14px;align-items:flex-start}
  .respect-case-card__image{flex-basis:92px}
  .respect-case-card__body h3{font-size:18px}
}
@media (max-width:560px){
  .respect-case-card{flex-direction:column;align-items:stretch}
  .respect-case-card__image{width:100%;max-width:none;aspect-ratio:16/9}
  .respect-case-card__actions{justify-content:space-between}
  .respect-opening-time-info{margin-left:0}
}


/* menu refresh */
.respect-cases-menu{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px}
.respect-case-card{position:relative;display:grid;grid-template-columns:140px 1fr;align-items:center;gap:18px;padding:18px;border-radius:26px;background:linear-gradient(135deg,rgba(8,14,28,.98) 0%,rgba(5,17,45,.96) 58%,rgba(5,12,26,.98) 100%);border:1px solid rgba(255,255,255,.08);box-shadow:0 22px 60px rgba(0,0,0,.38)}
.respect-case-card::before{content:'';position:absolute;inset:0;border-radius:26px;background:radial-gradient(circle at 18% 40%, rgba(39,113,255,.16), transparent 30%),radial-gradient(circle at 76% 60%, rgba(0,224,168,.10), transparent 26%);pointer-events:none}
.respect-case-card__image{position:relative;z-index:1;min-height:140px;border-radius:24px;padding:16px;background:radial-gradient(circle at 50% 45%, rgba(80,136,255,.22), transparent 45%),linear-gradient(180deg, rgba(11,23,52,.95) 0%, rgba(5,10,26,.96) 100%);border:1px solid rgba(255,255,255,.06);box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 14px 28px rgba(0,0,0,.28)}
.respect-case-card__image img{width:88%;max-width:160px;filter:drop-shadow(0 18px 28px rgba(0,0,0,.45))}
.respect-case-card__body{position:relative;z-index:1;gap:12px}
.respect-case-card__topline{display:flex;gap:8px;flex-wrap:wrap}
.respect-case-card__badge{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:800;letter-spacing:.02em;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.06);color:#eef4ff}
.respect-case-card__badge.is-daily{background:rgba(46,191,115,.14);border-color:rgba(46,191,115,.26);color:#b8ffd0}
.respect-case-card__badge.is-monthly{background:rgba(82,128,255,.16);border-color:rgba(82,128,255,.28);color:#dbe5ff}
.respect-case-card__body h3{font-size:32px;line-height:1.05;margin:0 0 2px;color:#fff;text-wrap:balance}
.respect-case-card__price{font-size:18px;font-weight:700;color:#bfc9e7}
.respect-case-card__actions .respect-button{min-width:170px;justify-content:center;padding:14px 22px;border-radius:18px;font-size:20px;font-weight:800;box-shadow:0 16px 28px rgba(11,108,66,.22)}
.respect-case-card.is-free-case .respect-button{background:linear-gradient(180deg,#2ea866 0%,#1f8a51 100%)}
.respect-case-card.is-free-case .respect-button:hover{filter:brightness(1.06)}
@media (max-width: 767px){
  .respect-case-card{grid-template-columns:1fr}
  .respect-case-card__image{min-height:180px}
  .respect-case-card__body h3{font-size:24px}
  .respect-case-card__actions .respect-button{width:100%}
}

/* v1.11 cases menu redesign */
.respect-cases-menu{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(230px,1fr));
  gap:18px;
  margin:24px 0;
}

.respect-case-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:292px;
  padding:14px 14px 18px;
  border-radius:0;
  overflow:hidden;
  text-decoration:none;
  color:var(--respect-text);
  background:
    radial-gradient(circle at 50% 115%, rgba(24,43,86,.55), transparent 38%),
    linear-gradient(180deg, rgba(10,16,30,.98) 0%, rgba(7,12,24,.98) 100%);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 14px 34px rgba(0,0,0,.30);
  transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.respect-case-card:hover{
  transform:translateY(-4px);
  border-color:rgba(255,255,255,.22);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 22px 46px rgba(0,0,0,.38);
}

.respect-case-card::before{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(255,255,255,.03), transparent 28%);
  pointer-events:none;
}

.respect-case-card__header,
.respect-case-card__image,
.respect-case-card__footer{
  position:relative;
  z-index:1;
}

.respect-case-card__header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  min-height:54px;
}

.respect-case-card__titles{min-width:0;}

.respect-case-card__body,
.respect-case-card__topline,
.respect-case-card__actions{display:none !important;}

.respect-case-card h3,
.respect-case-card__titles h3{
  margin:0;
  color:#f3f5fb;
  font-size:18px;
  line-height:1.15;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.01em;
}

.respect-case-card__meta{
  margin-top:4px;
  color:rgba(255,255,255,.56);
  font-size:13px;
  line-height:1.2;
}

.respect-case-card__flags{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:6px;
  max-width:44%;
}

.respect-case-card__badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:18px;
  padding:2px 6px;
  border:none;
  border-radius:2px;
  background:#cb1f1f;
  color:#fff;
  font-size:10px;
  font-weight:900;
  letter-spacing:.04em;
  box-shadow:0 0 0 1px rgba(255,255,255,.08);
}

.respect-case-card__badge.is-daily{background:#1f8f58;}
.respect-case-card__badge.is-monthly{background:#315fcb;}
.respect-case-card__badge.is-new{background:#e31d1d;}

.respect-case-card__image{
  display:flex;
  align-items:flex-end;
  justify-content:center;
  flex:1 1 auto;
  min-height:160px;
  padding:8px 4px 0;
  background:none;
  border:none;
  box-shadow:none;
}

.respect-case-card__image img{
  width:100%;
  max-width:220px;
  max-height:168px;
  object-fit:contain;
  filter:drop-shadow(0 14px 20px rgba(0,0,0,.4));
}

.respect-case-card__placeholder{
  width:100%;
  max-width:220px;
  height:148px;
  border:1px dashed rgba(255,255,255,.14);
  background:rgba(255,255,255,.03);
}

.respect-case-card__footer{
  display:flex;
  justify-content:center;
  padding-top:10px;
}

.respect-case-card__price{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:92px;
  min-height:32px;
  padding:0 18px;
  border:1px solid #e15b2f;
  background:rgba(12,16,27,.88);
  color:#ff9d6a;
  font-size:14px;
  font-weight:500;
  line-height:1;
}

.respect-case-card__price.is-free{
  border-color:#2ea866;
  color:#8df0b5;
}

@media (max-width: 767px){
  .respect-cases-menu{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;}
  .respect-case-card{min-height:250px;padding:12px 12px 16px;}
  .respect-case-card h3,
  .respect-case-card__titles h3{font-size:16px;}
  .respect-case-card__meta{font-size:12px;}
  .respect-case-card__image{min-height:138px;}
  .respect-case-card__image img{max-height:142px;}
}

/* v1.12 miner */
.respect-miner-wrap{margin:28px 0}
.respect-miner-card{position:relative;padding:24px;border-radius:24px;background:linear-gradient(180deg,rgba(10,16,30,.98),rgba(7,12,24,.98));border:1px solid rgba(255,255,255,.1);box-shadow:0 24px 60px rgba(0,0,0,.34)}
.respect-miner-card::before{content:'';position:absolute;inset:0;border-radius:24px;background:radial-gradient(circle at top right,rgba(46,110,255,.16),transparent 24%),radial-gradient(circle at bottom left,rgba(40,197,134,.12),transparent 24%);pointer-events:none}
.respect-miner-card__header{position:relative;z-index:1;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}
.respect-miner-card__header h2{margin:4px 0 0;color:#fff}
.respect-miner-rate{display:inline-flex;align-items:center;padding:10px 14px;border-radius:999px;background:rgba(46,191,115,.14);border:1px solid rgba(46,191,115,.28);font-weight:800;color:#bbffd4}
.respect-miner-status{margin-top:10px;display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;font-size:13px;font-weight:800;background:rgba(255,255,255,.06);color:#d6e0ff}
.respect-miner-status.is-running{background:rgba(46,191,115,.14);color:#bbffd4}
.respect-miner-status.is-stopped{background:rgba(255,120,120,.12);color:#ffc1c1}
.respect-miner-stats{position:relative;z-index:1;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin-bottom:18px}
.respect-miner-stat{padding:16px 18px;border-radius:18px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08)}
.respect-miner-stat__label{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#95a6d8;font-weight:800;margin-bottom:8px}
.respect-miner-stat__value{font-size:24px;line-height:1.2;font-weight:900;color:#fff}
.respect-miner-actions{position:relative;z-index:1;display:flex;gap:12px;flex-wrap:wrap}
.respect-miner-actions .respect-button{min-width:210px;justify-content:center}
.respect-miner-note,.respect-miner-message{position:relative;z-index:1}
.respect-miner-note{margin-top:14px;color:#aebce0;font-size:14px}
.respect-miner-message{margin-top:12px;font-weight:700;color:#fff;min-height:24px}
@media (max-width:640px){.respect-miner-card__header{flex-direction:column}.respect-miner-actions .respect-button{width:100%}}


/* v1.13 miner shop + coin */
.respect-coin-price{display:inline-flex;align-items:center;gap:8px;font-weight:800;color:#ffe39c}
.respect-coin-price__icon{width:20px;height:20px;object-fit:contain;display:block;filter:drop-shadow(0 4px 10px rgba(255,212,102,.22))}
.respect-coin-price.is-large .respect-coin-price__icon{width:24px;height:24px}
.respect-coin-price.is-old{opacity:.58;filter:grayscale(.1)}
.respect-coin-price.is-old .respect-coin-price__value{text-decoration:line-through}
.respect-case-card__price .respect-coin-price{justify-content:center;color:#ffd98f}
.respect-price .respect-coin-price{font-size:22px}

.respect-miner-banner{position:relative;overflow:hidden;margin:28px 0;padding:28px;border-radius:26px;background:linear-gradient(135deg,#10192f 0%,#0a1121 48%,#111a31 100%);border:1px solid rgba(255,255,255,.1);box-shadow:0 28px 70px rgba(0,0,0,.34)}
.respect-miner-banner::before{content:'';position:absolute;inset:auto -40px -60px auto;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(255,211,102,.24),transparent 62%);pointer-events:none}
.respect-miner-banner__content{position:relative;z-index:1;max-width:760px}
.respect-miner-banner__content h2{margin:4px 0 10px;color:#fff;font-size:34px;line-height:1.08}
.respect-miner-banner__content p{margin:0;color:#c6d4f8;font-size:16px;line-height:1.55;max-width:680px}
.respect-miner-banner__price-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:18px;color:#fff;font-weight:700}
.respect-miner-banner__old-price{display:inline-flex}
.respect-miner-banner__actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}
.respect-button-secondary{background:rgba(255,255,255,.06)!important;border:1px solid rgba(255,255,255,.12)!important;color:#fff!important}
.respect-miner-modal-card{padding:14px;border-radius:16px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);margin-top:8px}
.respect-miner-modal-card__row{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.06);color:#d7def7}
.respect-miner-modal-card__row:last-child{border-bottom:none}
.respect-miner-modal-card__row b{display:inline-flex;align-items:center;gap:8px;color:#fff}
.respect-miner-modal-card__row img{width:18px;height:18px;object-fit:contain}
.respect-miner-modal-card__hint{margin-top:10px;color:#aebce0;font-size:14px;line-height:1.45}
@media (max-width:640px){.respect-miner-banner{padding:20px}.respect-miner-banner__content h2{font-size:28px}.respect-miner-banner__actions .respect-button,.respect-miner-banner__actions a{width:100%;justify-content:center}}

/* v1.14 mobile hotfix */
@media (max-width: 767px){
  .respect-opening-wrap{
    padding:16px;
    margin:16px 0;
    border-radius:18px;
  }

  .respect-opening-header{
    gap:14px;
    margin-bottom:16px;
  }

  .respect-opening-header h2{
    font-size:24px;
    line-height:1.15;
    overflow-wrap:anywhere;
  }

  .respect-overline,
  .respect-balance-note,
  .respect-price,
  .respect-opening-time-info,
  .respect-key-note,
  .respect-case-card__meta{
    overflow-wrap:anywhere;
  }

  .respect-opening-case-image{
    width:100%;
    max-width:220px;
    height:auto;
    aspect-ratio:1 / 1;
    align-self:center;
  }

  .respect-roulette-shell{
    height:170px;
    border-radius:16px;
  }

  .respect-roulette-track{
    padding:0 12px;
  }

  .respect-roulette-item{
    width:118px;
    min-width:118px;
    height:146px;
    margin:0 1px;
    border-radius:12px;
  }

  .respect-roulette-item__image,
  .respect-inventory-grid .respect-roulette-item__image{
    height:68px;
    padding:8px 8px 4px;
  }

  .respect-roulette-item__meta,
  .respect-inventory-grid .respect-roulette-item__meta{
    padding:8px 9px 10px;
    gap:4px;
  }

  .respect-item-rarity{
    font-size:10px;
  }

  .respect-item-name,
  .respect-inventory-grid .respect-item-name{
    min-height:28px;
    font-size:12px;
  }

  .respect-item-subtitle,
  .respect-item-date,
  .respect-inventory-grid .respect-item-date{
    font-size:10px;
  }

  .respect-item-meta-row{
    gap:6px;
    flex-wrap:wrap;
  }

  .respect-item-price{
    min-height:22px;
    padding:0 7px;
    font-size:10px;
  }

  .respect-opening-controls,
  .respect-case-card__actions,
  .respect-modal__actions,
  .respect-miner-actions,
  .respect-miner-banner__actions{
    flex-direction:column;
    align-items:stretch;
    gap:10px;
  }

  .respect-opening-controls > *,
  .respect-case-card__actions > *,
  .respect-modal__actions > *,
  .respect-miner-actions > *,
  .respect-miner-banner__actions > *{
    width:100%;
    min-width:0;
  }

  .respect-button,
  .respect-open-button,
  .respect-open-free-button,
  .respect-open-monthly-button,
  .respect-modal-btn,
  .respect-miner-actions .respect-button,
  .respect-miner-banner__actions .respect-button,
  .respect-miner-banner__actions a{
    width:100%;
    min-width:0;
  }

  .respect-key-button,
  .respect-gift-key-button,
  .respect-icon-info-button{
    min-height:46px;
  }

  .respect-case-card{
    min-height:0;
    padding:12px 12px 14px;
  }

  .respect-case-card__header{
    align-items:flex-start;
  }

  .respect-case-card__flags{
    max-width:50%;
    justify-content:flex-end;
  }

  .respect-case-card__image{
    min-height:120px;
    padding-top:6px;
  }

  .respect-case-card__image img{
    max-height:128px;
  }

  .respect-case-card__price{
    width:100%;
    min-width:0;
    padding:10px 12px;
  }

  .respect-items-grid,
  .respect-inventory-grid,
  .respect-result-list,
  .respect-miner-stats{
    grid-template-columns:1fr 1fr;
    gap:10px;
  }

  .respect-result-list{
    display:grid;
  }

  .respect-drop-result{
    padding:12px;
    gap:10px;
  }

  .respect-drop-result img{
    width:56px;
    height:56px;
  }

  .respect-inventory-grid .respect-inventory-item{
    height:168px;
  }

  .respect-item-actions-hover{
    opacity:1;
    transform:none;
    right:8px;
    top:8px;
    gap:7px;
    pointer-events:auto;
  }

  .respect-item-action{
    width:34px;
    height:34px;
    border-radius:999px;
    font-size:16px;
  }

  .respect-modal{
    border-radius:18px;
  }

  .respect-modal-overlay{
    padding:12px;
  }

  .respect-modal__head,
  .respect-modal__body,
  .respect-modal__actions{
    padding-left:14px;
    padding-right:14px;
  }

  .respect-modal__title{
    font-size:20px;
  }

  .respect-miner-card,
  .respect-miner-banner,
  .respect-timer-card{
    padding:16px;
    border-radius:18px;
  }

  .respect-miner-banner__content h2,
  .respect-miner-card__header h2{
    font-size:24px;
    line-height:1.15;
  }
}

@media (max-width: 480px){
  .respect-cases-menu,
  .respect-items-grid,
  .respect-inventory-grid,
  .respect-result-list,
  .respect-miner-stats{
    grid-template-columns:1fr;
  }

  .respect-case-card__header{
    flex-direction:column;
    gap:8px;
  }

  .respect-case-card__flags{
    max-width:none;
    justify-content:flex-start;
  }

  .respect-roulette-shell{
    height:156px;
  }

  .respect-roulette-item{
    width:110px;
    min-width:110px;
    height:140px;
  }

  .respect-pointer::before{
    top:8px;
    border-left-width:7px;
    border-right-width:7px;
    border-top-width:10px;
  }

  .respect-result-title,
  .respect-section-title{
    font-size:18px;
  }
}

/* v2.0 premium CS-style case opening page */
.respect-opening-wrap{
  --green:#36d642;
  --green-soft:rgba(54,214,66,.28);
  --glass:rgba(10,17,20,.78);
  --glass-2:rgba(9,14,18,.92);
  width:min(1480px,calc(100vw - 36px));
  margin:0 auto 28px!important;
  padding:26px!important;
  border:0!important;
  border-radius:0!important;
  background:
    radial-gradient(circle at 53% 14%, rgba(58,255,66,.30), transparent 21%),
    radial-gradient(circle at 50% 24%, rgba(49,159,49,.16), transparent 36%),
    radial-gradient(circle at 10% 80%, rgba(23,113,44,.10), transparent 30%),
    linear-gradient(180deg,#02080a 0%,#061012 44%,#03080a 100%)!important;
  box-shadow:none!important;
  color:#f4f6f5;
  min-height:100vh;
  position:relative;
  isolation:isolate;
}
.respect-opening-wrap::before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.36)),radial-gradient(ellipse at 50% 29%, rgba(49,204,59,.22), transparent 20%);mask-image:linear-gradient(#000 0%,#000 76%,transparent 100%)}
.respect-opening-pagebar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 26px;position:relative;z-index:2}
.respect-opening-back{color:#dce5de!important;text-decoration:none!important;font-weight:700;font-size:14px;opacity:.92}
.respect-opening-top-actions{display:flex;gap:14px;align-items:center}
.respect-demo-button,.respect-sound-button{border:1px solid rgba(255,255,255,.10);background:rgba(12,18,22,.72);color:#eaf5eb;border-radius:10px;height:42px;padding:0 16px;font-weight:800;box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}
.respect-sound-button{width:42px;padding:0;font-size:18px}.respect-demo-button{opacity:.96!important}
.respect-opening-layout{display:grid;grid-template-columns:minmax(0,1fr) 304px;gap:18px;align-items:start}
.respect-opening-main{min-width:0}.respect-opening-sidebar{display:flex;flex-direction:column;gap:18px;position:sticky;top:16px}
.respect-opening-header{min-height:260px;display:grid!important;grid-template-columns:340px minmax(260px,1fr);align-items:center;gap:32px;margin:0 0 18px!important;position:relative;z-index:1}
.respect-opening-header>div:first-child{order:1}.respect-opening-case-image{order:2;justify-self:center;width:min(380px,40vw)!important;height:260px!important;padding:0!important;border:0!important;background:transparent!important;border-radius:0!important;filter:drop-shadow(0 26px 42px rgba(0,0,0,.58)) drop-shadow(0 0 42px rgba(54,214,66,.25))}
.respect-overline{display:inline-flex;padding:7px 12px;border-radius:9px;background:rgba(53,214,66,.18);border:1px solid rgba(53,214,66,.26);color:#d9ffe0!important;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.respect-overline::before{content:"CLASSIC"}.respect-overline{font-size:0}.respect-overline::before{font-size:12px}
.respect-opening-header h2{margin:18px 0 8px!important;font-size:46px!important;line-height:.98!important;letter-spacing:-.04em;text-transform:uppercase;color:#fff!important;text-shadow:0 2px 22px rgba(0,0,0,.6)}
.respect-price{font-size:26px;font-weight:900;color:var(--green)!important}.respect-balance-note{margin-top:20px;color:#bfc8c2!important;font-size:17px}.respect-balance-value{color:#fff;font-size:18px}.respect-balance-note::after{content:" +";display:inline-flex;align-items:center;justify-content:center;margin-left:12px;width:38px;height:38px;border-radius:10px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.08);font-size:26px;line-height:1;color:#fff}
.respect-case-badges{margin-top:12px}.respect-case-badge{background:rgba(54,214,66,.18)!important;color:#defde2!important;border-color:rgba(54,214,66,.24)!important;border-radius:8px!important;text-transform:uppercase}
.respect-side-card{background:linear-gradient(180deg,rgba(19,28,32,.82),rgba(10,17,20,.76));border:1px solid rgba(255,255,255,.07);border-radius:12px;padding:18px;box-shadow:0 18px 45px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.04);backdrop-filter:blur(10px)}
.respect-side-title,.respect-section-title{display:flex;align-items:center;gap:10px;margin:0 0 16px!important;color:#fff!important;font-size:14px!important;font-weight:900;text-transform:uppercase;letter-spacing:.02em}.respect-section-title::before,.respect-side-title::before{content:"";width:13px;height:13px;border-radius:50%;border:2px solid var(--green);box-shadow:0 0 14px var(--green-soft)}
.respect-chance-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 0;color:#c8d0cc;font-size:14px}.respect-chance-name{display:flex;align-items:center;gap:10px}.respect-chance-name i{width:9px;height:9px;border-radius:50%;box-shadow:0 0 12px currentColor}.respect-chance-row b{color:#fff;font-size:15px}
.respect-roulette-shell{height:220px!important;border-radius:10px!important;background:rgba(9,18,20,.68)!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.03),0 20px 50px rgba(0,0,0,.34);overflow:hidden!important;margin:2px 0 20px}.respect-roulette-shell::before,.respect-roulette-shell::after{content:"";position:absolute;top:0;bottom:0;width:80px;z-index:3;pointer-events:none}.respect-roulette-shell::before{left:0;background:linear-gradient(90deg,#081113,transparent)}.respect-roulette-shell::after{right:0;background:linear-gradient(270deg,#081113,transparent)}
.respect-pointer{width:0!important;background:none!important;box-shadow:none!important}.respect-pointer::before,.respect-pointer::after{content:"";position:absolute;left:50%;transform:translateX(-50%);z-index:5;border-left:12px solid transparent;border-right:12px solid transparent;filter:drop-shadow(0 0 10px var(--green))}.respect-pointer::before{top:0;border-top:18px solid var(--green)}.respect-pointer::after{bottom:0;border-bottom:18px solid var(--green)}
.respect-roulette-track{padding:0 36px!important}.respect-roulette-item{width:178px!important;min-width:178px!important;height:198px!important;margin:0 3px!important;border-radius:8px!important;background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.015))!important;border:1px solid rgba(255,255,255,.07)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}.respect-roulette-item::after{display:none}.respect-roulette-item::before{background:radial-gradient(circle at 50% 38%,color-mix(in srgb,var(--rarity) 22%,transparent),transparent 55%)!important}.respect-roulette-item.is-winner-slot{border-color:rgba(54,214,66,.75)!important;box-shadow:0 0 0 1px rgba(54,214,66,.85),0 0 34px rgba(54,214,66,.32),inset 0 1px 0 rgba(255,255,255,.08)}
.respect-roulette-item__image{height:108px!important;padding:16px 12px 4px!important}.respect-roulette-item__image img{max-width:90%!important;max-height:90%!important;filter:drop-shadow(0 14px 18px rgba(0,0,0,.45))}.respect-roulette-item__meta{padding:10px 16px 14px!important;gap:5px!important}.respect-item-rarity{font-size:0!important}.respect-item-rarity::before{content:"";display:block;width:8px;height:8px;border-radius:50%;background:var(--rarity);box-shadow:0 0 12px var(--rarity);margin-bottom:7px}.respect-item-name{font-size:14px!important;line-height:1.25!important;color:#fff!important;font-weight:800!important;min-height:0!important}.respect-item-subtitle{font-size:13px!important;color:#d5ddd7!important}.respect-item-price{background:transparent!important;border:0!important;padding:0!important;color:#bfc8c2!important;font-size:14px!important;font-weight:700!important}
.respect-opening-controls{justify-content:center!important;margin:20px 0 22px!important}.respect-open-button,.respect-open-free-button{min-width:520px!important;max-width:100%;height:66px;border-radius:10px!important;background:linear-gradient(180deg,#44cf4a,#249b32)!important;color:#fff!important;font-size:22px!important;text-transform:uppercase;box-shadow:0 0 32px rgba(54,214,66,.28),inset 0 1px 0 rgba(255,255,255,.18)!important}.respect-key-button,.respect-gift-key-button,.respect-icon-info-button{height:52px!important;width:52px!important;border-radius:10px!important;background:rgba(255,255,255,.07)!important;border:1px solid rgba(255,255,255,.08)!important}
.respect-result{margin:14px 0}.respect-items-grid{display:grid;grid-auto-flow:column;grid-auto-columns:178px;grid-template-columns:none!important;gap:10px!important;overflow-x:auto;padding:0 0 10px;scrollbar-width:thin}.respect-inventory{margin-top:12px}.respect-inventory .respect-items-grid{grid-auto-columns:150px}.respect-inventory-grid .respect-inventory-item{height:178px!important;width:150px!important;min-width:150px!important}.respect-inventory-grid .respect-roulette-item__image{height:88px!important}.respect-inventory-grid .respect-item-name{font-size:13px!important}
.respect-recent-card{padding:16px 12px}.respect-recent-drop{display:grid;grid-template-columns:86px 1fr;gap:10px;align-items:center;padding:10px;border-radius:10px;background:rgba(255,255,255,.025);border:1px solid rgba(255,255,255,.045);margin-bottom:9px;box-shadow:inset 3px 0 0 color-mix(in srgb,var(--rarity) 55%,transparent)}.respect-recent-img{height:68px;border-radius:8px;background:radial-gradient(circle,color-mix(in srgb,var(--rarity) 18%,transparent),transparent 60%);display:flex;align-items:center;justify-content:center}.respect-recent-img img{max-width:94%;max-height:88%;filter:drop-shadow(0 10px 14px rgba(0,0,0,.45))}.respect-recent-rarity{font-size:11px;color:#b7c1bb}.respect-recent-drop strong{display:block;color:#fff;font-size:13px;line-height:1.18}.respect-recent-drop span{display:block;margin-top:4px;color:#ffd95b;font-weight:900;font-size:12px}.respect-recent-drop small{display:block;color:#84918a;font-size:11px}.respect-empty.is-compact{padding:10px!important;font-size:13px!important;background:transparent!important;border:0!important}
@media (max-width:1100px){.respect-opening-layout{grid-template-columns:1fr}.respect-opening-sidebar{position:static;display:grid;grid-template-columns:1fr 1fr}.respect-opening-header{grid-template-columns:1fr;text-align:left}.respect-opening-case-image{justify-self:center;width:min(420px,90vw)!important}.respect-open-button,.respect-open-free-button{min-width:360px!important}}
@media (max-width:680px){.respect-opening-wrap{width:100%;padding:16px!important}.respect-opening-pagebar{align-items:flex-start}.respect-opening-top-actions{display:none}.respect-opening-sidebar{grid-template-columns:1fr}.respect-opening-header{min-height:0;gap:12px}.respect-opening-header h2{font-size:38px!important}.respect-opening-case-image{height:210px!important}.respect-roulette-shell{height:198px!important}.respect-roulette-item{width:150px!important;min-width:150px!important;height:178px!important}.respect-opening-controls{justify-content:stretch!important}.respect-open-button,.respect-open-free-button{min-width:0!important;width:100%;font-size:18px!important}.respect-key-button,.respect-gift-key-button,.respect-icon-info-button{flex:1}}

/* Reveal the green winner frame only after the roulette fully stops. */
.respect-roulette-item.is-winner-slot{border-color:rgba(255,255,255,.07)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.04)!important}
.respect-roulette-item.respect-winning-card{border-color:rgba(54,214,66,.78)!important;box-shadow:0 0 0 1px rgba(54,214,66,.88),0 0 34px rgba(54,214,66,.34),inset 0 1px 0 rgba(255,255,255,.08)!important}

/* Inventory: three visible rows + numbered pages. */
.respect-inventory .respect-items-grid.respect-inventory-grid{display:grid!important;grid-auto-flow:row!important;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))!important;grid-auto-columns:initial!important;overflow:visible!important;gap:10px!important;padding:0!important}
.respect-inventory-item.is-page-hidden{display:none!important}
.respect-inventory-pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin:16px 0 2px}
.respect-inventory-pagination button{min-width:36px;height:36px;border-radius:9px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.06);color:#eaf5eb;font-weight:900;cursor:pointer}
.respect-inventory-pagination button.is-active{background:linear-gradient(180deg,#44cf4a,#249b32);border-color:rgba(54,214,66,.75);color:#fff;box-shadow:0 0 18px rgba(54,214,66,.22)}
.respect-inventory-pagination button:disabled{opacity:.35;cursor:not-allowed}
.respect-chance-admin-row{padding:12px;border:1px solid #dcdcde;background:#fff;border-radius:8px}.respect-chance-admin-row input{margin-top:6px}

.respect-demo-button{background:#3a1010!important;border-color:#a92b2b!important;color:#ffb0b0!important}.respect-demo-button.is-active{background:#103a18!important;border-color:#2bd85f!important;color:#caffd7!important;box-shadow:0 0 18px rgba(43,216,95,.35)!important}

/* v3 fixes: show the full possible-drop list as a real grid, not as a cropped roulette strip. */
.respect-opening-main > .respect-items-grid:not(.respect-inventory-grid){
  display:grid!important;
  grid-auto-flow:row!important;
  grid-template-columns:repeat(auto-fill,minmax(150px,1fr))!important;
  grid-auto-columns:initial!important;
  overflow:visible!important;
  gap:10px!important;
  padding:0!important;
}
.respect-opening-main > .respect-items-grid:not(.respect-inventory-grid) .respect-roulette-item{
  width:100%!important;
  min-width:0!important;
}
.respect-recent-list{display:block;}

.respect-coin-price.is-compact{display:inline-flex;align-items:center;gap:4px;font-size:inherit;line-height:1;color:inherit}
.respect-coin-price.is-compact .respect-coin-price__icon{width:13px;height:13px;object-fit:contain;display:inline-block;filter:drop-shadow(0 2px 6px rgba(255,212,102,.25))}
.respect-coin-price.is-compact .respect-coin-price__value{line-height:1}
.respect-recent-drop .respect-coin-price.is-compact{color:#ffe39c;font-weight:800}
.respect-item-price .respect-coin-price.is-compact{color:inherit;font-weight:inherit}


.respect-inventory-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:12px 0 18px;
}

.respect-inventory-sort,
.respect-sell-all{
  border:none;
  border-radius:12px;
  padding:10px 14px;
  font-weight:700;
  color:#fff;
  background:#1f1f1f;
}

.respect-sell-all{
  cursor:pointer;
  background:linear-gradient(180deg,#44cf4a,#249b32);
}

.respect-case-card__badge.is-privilege,
.respect-case-badge.is-privilege{
  box-shadow:0 0 18px rgba(124,58,237,.45);
  transform:translateY(-1px);
}

.respect-privilege-panel{
  margin-top:14px;
  padding:14px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  background:linear-gradient(135deg,rgba(124,58,237,.20),rgba(34,197,94,.10));
  box-shadow:0 18px 50px rgba(0,0,0,.22);
  max-width:620px;
}

.respect-privilege-panel__title{
  font-weight:900;
  letter-spacing:.02em;
  margin-bottom:10px;
  color:#fff;
}

.respect-privilege-panel__item{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px 10px;
  padding:9px 0;
  border-top:1px solid rgba(255,255,255,.10);
}

.respect-privilege-panel__item:first-of-type{
  border-top:0;
}

.respect-privilege-panel__badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:26px;
  padding:5px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.respect-privilege-panel__text{
  color:rgba(255,255,255,.92);
  font-weight:700;
}

.respect-privilege-panel__uses{
  margin-left:auto;
  color:rgba(255,255,255,.72);
  font-size:13px;
  font-weight:700;
}

/* Privileges redesign */
.respect-privilege-panel{
  position:relative;
  overflow:hidden;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.16);
  background:
    radial-gradient(circle at 10% 0%, rgba(124,58,237,.32), transparent 34%),
    radial-gradient(circle at 90% 20%, rgba(34,197,94,.20), transparent 28%),
    linear-gradient(135deg, rgba(16,16,24,.92), rgba(25,27,38,.88));
}
.respect-privilege-panel:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(120deg, transparent, rgba(255,255,255,.08), transparent);
  transform:translateX(-70%);
}
.respect-privilege-panel__title{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:16px;
}
.respect-privilege-panel__title:before{
  content:"★";
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:26px;
  height:26px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  color:#ffe08a;
}
.respect-privilege-panel__item{
  border-radius:16px;
  padding:10px 12px;
  margin-top:8px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.09);
}
.respect-privilege-panel__badge{
  box-shadow:0 8px 22px rgba(0,0,0,.22);
}
.respect-case-card__badge.is-privilege,
.respect-case-badge.is-privilege{
  animation:respectPrivilegeGlow 2.4s ease-in-out infinite;
}
@keyframes respectPrivilegeGlow{
  0%,100%{filter:brightness(1);}
  50%{filter:brightness(1.18);}
}


.respect-old-price{opacity:.55;text-decoration:line-through;margin-right:8px}
.respect-discount-tag{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;background:linear-gradient(180deg,#22c55e,#16a34a);color:#fff;font-weight:900;font-size:.78em;vertical-align:middle}
.respect-case-card__price s{opacity:.55;margin-right:6px}

.respect-xp-wrap{display:flex;flex-direction:column;gap:18px;color:#eaf2ff}.respect-xp-hero{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:28px 34px;border:1px solid rgba(54,214,66,.18);border-radius:20px;background:radial-gradient(circle at 72% 50%,rgba(54,214,66,.16),transparent 28%),linear-gradient(135deg,rgba(10,34,26,.9),rgba(12,17,31,.96));box-shadow:0 20px 80px rgba(0,0,0,.32)}.respect-xp-kicker{display:block;color:#b9c5d6;margin-bottom:6px}.respect-xp-hero h2{margin:0 0 20px;font-size:30px;letter-spacing:.02em}.respect-xp-hero h2 b{color:#36d642}.respect-xp-bar{position:relative;width:min(760px,70vw);height:36px;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:rgba(255,255,255,.055);overflow:hidden}.respect-xp-bar span{position:absolute;inset:0 auto 0 0;background:linear-gradient(90deg,#27c451,#36d642);box-shadow:0 0 30px rgba(54,214,66,.35)}.respect-xp-bar strong{position:relative;z-index:2;display:flex;align-items:center;height:100%;padding-left:18px;color:#fff}.respect-xp-next{display:flex;flex-direction:column;align-items:flex-end;gap:8px;color:#b9c5d6}.respect-xp-next b{color:#fff;font-size:22px}.respect-xp-grid{display:grid;grid-template-columns:minmax(0,1fr) 430px;gap:18px}.respect-xp-card{border:1px solid rgba(255,255,255,.08);border-radius:18px;background:linear-gradient(180deg,rgba(14,22,38,.96),rgba(8,14,24,.96));padding:22px;box-shadow:0 18px 60px rgba(0,0,0,.28)}.respect-xp-card h3{margin:0 0 6px;font-size:22px}.respect-xp-card>p{margin:0 0 16px;color:#aab6c9}.respect-xp-task{display:grid;grid-template-columns:64px 1fr 128px;gap:16px;align-items:center;padding:16px;border:1px solid rgba(255,255,255,.07);border-radius:16px;background:rgba(255,255,255,.035);margin-bottom:10px}.respect-xp-ico{display:grid;place-items:center;width:56px;height:56px;border-radius:14px;background:rgba(54,214,66,.12);font-size:26px;box-shadow:inset 0 0 25px rgba(54,214,66,.08)}.respect-xp-task-main h4{margin:0 0 4px;font-size:16px}.respect-xp-task-main p{margin:0 0 10px;color:#9facbf}.respect-xp-mini{height:8px;border-radius:999px;background:rgba(255,255,255,.08);overflow:hidden}.respect-xp-mini span{display:block;height:100%;background:#36d642;border-radius:999px}.respect-xp-task-side{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.respect-xp-task-side b{color:#36d642}.respect-xp-task-side small{color:#b7c1d1}.respect-xp-task-side a,.respect-xp-claim-reward{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 14px;border-radius:9px;border:1px solid rgba(54,214,66,.35);background:rgba(54,214,66,.09);color:#baffc4;text-decoration:none;cursor:pointer}.respect-xp-done{color:#36d642;font-weight:700}.respect-xp-reward{display:grid;grid-template-columns:44px 1fr auto;gap:14px;align-items:center;padding:14px;border:1px solid rgba(255,255,255,.07);border-radius:14px;background:rgba(255,255,255,.035);margin-bottom:10px}.respect-xp-reward.is-ready{border-color:rgba(54,214,66,.6);background:linear-gradient(90deg,rgba(54,214,66,.16),rgba(255,255,255,.035))}.respect-xp-reward strong{font-size:20px;color:#d8e2f2}.respect-xp-reward p{margin:4px 0 0;color:#9facbf}.respect-xp-empty{padding:20px;border-radius:14px;background:rgba(255,255,255,.04);color:#aab6c9}@media(max-width:1000px){.respect-xp-grid{grid-template-columns:1fr}.respect-xp-hero{flex-direction:column;align-items:flex-start}.respect-xp-bar{width:100%}.respect-xp-task{grid-template-columns:52px 1fr}.respect-xp-task-side{grid-column:2;align-items:flex-start}.respect-xp-next{align-items:flex-start}}

.respect-xp-wrap{max-width:1480px;margin:0 auto;padding:18px;color:#eef7ff}.respect-xp-hero{display:grid;grid-template-columns:1fr auto 360px;gap:28px;align-items:center;padding:28px 34px;border:1px solid rgba(54,211,111,.18);border-radius:18px;background:radial-gradient(circle at 70% 35%,rgba(31,212,95,.16),transparent 34%),linear-gradient(135deg,#07120f,#0c1422 55%,#071018);box-shadow:0 18px 55px rgba(0,0,0,.32)}.respect-xp-kicker,.respect-xp-next span,.respect-xp-next-reward span{display:block;color:#b8c6d8;font-size:13px;margin-bottom:8px}.respect-xp-hero h2{margin:0 0 22px;font-size:28px;line-height:1;text-transform:uppercase}.respect-xp-hero h2 b{color:#37f26f}.respect-xp-bar{height:38px;border-radius:10px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.08);position:relative;overflow:hidden}.respect-xp-bar span{position:absolute;left:0;top:0;bottom:0;background:linear-gradient(90deg,#1aa84a,#39e873);box-shadow:0 0 22px rgba(57,232,115,.35)}.respect-xp-bar strong{position:relative;z-index:2;display:flex;align-items:center;height:100%;padding-left:18px;color:#fff}.respect-xp-next b{font-size:18px;color:#fff}.respect-xp-next-reward{display:grid;grid-template-columns:110px 1fr;gap:16px;align-items:center}.respect-xp-next-img{height:96px;border-radius:16px;background:rgba(15,25,43,.9);display:flex;align-items:center;justify-content:center;box-shadow:inset 0 0 30px rgba(52,255,115,.15)}.respect-xp-next-img img{max-width:120px;max-height:95px;object-fit:contain}.respect-xp-next-img span{font-size:42px}.respect-xp-next-reward b{display:block;font-size:19px;text-transform:uppercase}.respect-xp-next-reward small{color:#ffd84d}.respect-xp-grid{display:grid;grid-template-columns:1fr 450px;gap:24px;margin-top:24px}.respect-xp-card{border:1px solid rgba(255,255,255,.08);border-radius:18px;background:linear-gradient(180deg,rgba(14,23,38,.96),rgba(7,13,22,.98));padding:22px;box-shadow:0 16px 48px rgba(0,0,0,.28)}.respect-xp-card h3{margin:0 0 4px;font-size:22px}.respect-xp-card p{margin:0;color:#aab8ca}.respect-xp-task{display:grid;grid-template-columns:74px 1fr 145px;gap:16px;align-items:center;margin-top:14px;padding:14px;border-radius:14px;border:1px solid rgba(255,255,255,.07);background:rgba(255,255,255,.035)}.respect-xp-task.is-ready{border-color:rgba(46,245,110,.42);box-shadow:0 0 0 1px rgba(46,245,110,.08)}.respect-xp-ico{width:64px;height:64px;border-radius:14px;background:linear-gradient(135deg,rgba(45,234,106,.17),rgba(255,255,255,.035));display:flex;align-items:center;justify-content:center;overflow:hidden;color:#37f26f;font-size:28px}.respect-xp-ico img{width:100%;height:100%;object-fit:cover}.respect-xp-task-main h4{margin:0 0 4px;font-size:16px}.respect-xp-task-main p{font-size:13px;margin-bottom:10px}.respect-xp-mini{height:8px;border-radius:99px;background:rgba(255,255,255,.08);overflow:hidden}.respect-xp-mini span{display:block;height:100%;background:linear-gradient(90deg,#1bb852,#34f172)}.respect-xp-task-side{text-align:right}.respect-xp-task-side b{display:block;color:#37f26f;margin-bottom:5px}.respect-xp-task-side small{display:block;color:#b4c0cf;margin-bottom:8px}.respect-xp-task-side a,.respect-xp-task-side span,.respect-xp-claim-reward{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 14px;border-radius:9px;border:1px solid rgba(255,255,255,.16);background:rgba(17,29,46,.92);color:#d8ffe3;text-decoration:none;font-weight:700}.respect-xp-task-side .respect-xp-done,.respect-xp-check{color:#35ef76;border:0;background:transparent}.respect-xp-reward{display:grid;grid-template-columns:44px 72px 1fr auto;gap:12px;align-items:center;margin-top:12px;padding:12px;border-radius:14px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.07)}.respect-xp-reward.is-ready{border-color:rgba(42,235,105,.52);background:linear-gradient(90deg,rgba(32,196,84,.16),rgba(255,255,255,.035))}.respect-xp-reward>strong{font-size:20px;color:#cbd7e8;text-align:center}.respect-xp-reward-img{width:70px;height:54px;border-radius:12px;background:#0b1422;display:flex;align-items:center;justify-content:center;overflow:hidden}.respect-xp-reward-img img{width:100%;height:100%;object-fit:contain}.respect-xp-reward-img span{font-size:26px}.respect-xp-reward b{display:block}.respect-xp-reward p{font-size:13px}.respect-xp-empty{margin-top:14px;padding:18px;border-radius:14px;background:rgba(255,255,255,.035);color:#aab8ca}@media(max-width:1100px){.respect-xp-hero,.respect-xp-grid{grid-template-columns:1fr}.respect-xp-task{grid-template-columns:58px 1fr}.respect-xp-task-side{grid-column:1/-1;text-align:left}.respect-xp-reward{grid-template-columns:38px 58px 1fr}.respect-xp-reward button{grid-column:1/-1}}


.respect-xp-paywall{max-width:1180px;margin:0 auto;padding:18px;color:#eef7ff}.respect-xp-buy-card{display:grid;grid-template-columns:1fr 320px;gap:26px;align-items:center;padding:32px;border-radius:22px;border:1px solid rgba(54,214,66,.2);background:radial-gradient(circle at 84% 30%,rgba(54,214,66,.22),transparent 32%),linear-gradient(135deg,rgba(7,18,15,.98),rgba(12,18,32,.98));box-shadow:0 22px 70px rgba(0,0,0,.36)}.respect-xp-buy-card h2{margin:0 0 12px;font-size:32px;text-transform:uppercase}.respect-xp-buy-card p{margin:0 0 18px;color:#b6c4d7}.respect-xp-price-row{display:flex;flex-wrap:wrap;gap:10px}.respect-xp-price-row span{display:inline-flex;gap:8px;align-items:center;padding:10px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.11);background:rgba(255,255,255,.05);color:#b7c4d4}.respect-xp-price-row span.is-active{border-color:rgba(54,214,66,.55);background:rgba(54,214,66,.12);color:#fff}.respect-xp-buy-side{display:flex;flex-direction:column;gap:12px;align-items:stretch;padding:20px;border-radius:18px;background:rgba(5,10,18,.55);border:1px solid rgba(255,255,255,.09)}.respect-xp-buy-side small,.respect-xp-buy-side em{color:#aebccd;font-style:normal}.respect-xp-buy-side strong{font-size:34px;color:#37f26f;line-height:1}.respect-xp-buy-access{min-height:48px;border:0;border-radius:13px;background:linear-gradient(180deg,#39e872,#1db14f);color:#06120a;font-weight:900;cursor:pointer;box-shadow:0 14px 28px rgba(28,197,84,.24)}.respect-xp-buy-access:disabled{opacity:.65;cursor:wait}@media(max-width:900px){.respect-xp-buy-card{grid-template-columns:1fr}.respect-xp-buy-side{max-width:none}}

/* Premium XP paywall redesign */
.respect-xp-paywall.is-premium-locked{
  max-width:1420px;
  margin:0 auto;
  padding:28px;
  color:#f4f7ff;
}
.respect-xp-breadcrumbs{
  display:flex;
  gap:10px;
  align-items:center;
  margin:0 0 14px;
  color:#aeb8ca;
  font-size:14px;
}
.respect-xp-breadcrumbs b{color:#a846ff;font-weight:800}.respect-xp-breadcrumbs i{opacity:.55;font-style:normal}
.respect-xp-paywall-title{
  margin:0 0 22px;
  font-size:34px;
  line-height:1;
  text-transform:uppercase;
  letter-spacing:.02em;
}
.respect-xp-premium-card{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:1fr;
  gap:24px;
  min-height:720px;
  padding:38px 46px 34px;
  border-radius:20px;
  border:1px solid rgba(161,68,255,.78);
  background:
    radial-gradient(circle at 50% 24%, rgba(153,57,255,.45), transparent 26%),
    radial-gradient(circle at 80% 18%, rgba(62,20,115,.38), transparent 32%),
    radial-gradient(circle at 20% 85%, rgba(97,22,174,.2), transparent 28%),
    linear-gradient(180deg, rgba(12,15,31,.98), rgba(5,9,18,.99));
  box-shadow:0 28px 88px rgba(0,0,0,.48), inset 0 0 0 1px rgba(255,255,255,.035), 0 0 42px rgba(141,45,255,.18);
}
.respect-xp-premium-card:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 18% 26%, rgba(159,59,255,.9) 0 1px, transparent 2px),
    radial-gradient(circle at 70% 34%, rgba(171,91,255,.7) 0 1px, transparent 2px),
    radial-gradient(circle at 82% 58%, rgba(108,41,220,.65) 0 1px, transparent 2px),
    radial-gradient(circle at 36% 62%, rgba(155,71,255,.6) 0 1px, transparent 2px);
  opacity:.55;
  pointer-events:none;
}
.respect-xp-premium-art{
  position:relative;
  z-index:1;
  height:230px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.respect-xp-premium-glow{
  position:absolute;
  width:440px;
  height:220px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(167,57,255,.86), rgba(102,30,183,.3) 44%, transparent 72%);
  filter:blur(18px);
  opacity:.85;
}
.respect-xp-premium-chest{
  position:relative;
  width:320px;
  height:170px;
  border-radius:28px 28px 22px 22px;
  background:
    linear-gradient(135deg, rgba(208,124,255,.22), rgba(63,28,103,.2)),
    linear-gradient(180deg, #39215a, #151022 64%, #070912);
  border:2px solid rgba(202,113,255,.72);
  box-shadow:0 0 0 8px rgba(121,44,205,.16), 0 34px 70px rgba(91,23,153,.48), inset 0 20px 42px rgba(255,255,255,.08), inset 0 -18px 35px rgba(0,0,0,.5);
}
.respect-xp-premium-chest:before,
.respect-xp-premium-chest:after{
  content:"";
  position:absolute;
  left:22px;
  right:22px;
  height:14px;
  background:linear-gradient(90deg, transparent, rgba(194,91,255,.95), transparent);
  box-shadow:0 0 22px rgba(184,69,255,.75);
}
.respect-xp-premium-chest:before{top:36px}.respect-xp-premium-chest:after{bottom:42px}
.respect-xp-premium-chest span{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  display:grid;
  place-items:center;
  width:94px;
  height:94px;
  border-radius:50%;
  background:linear-gradient(180deg,#ba63ff,#6c20d8);
  border:4px solid rgba(241,205,255,.45);
  box-shadow:0 0 42px rgba(183,69,255,.9), inset 0 -10px 18px rgba(0,0,0,.24);
  font-size:44px;
}
.respect-xp-premium-copy{
  position:relative;
  z-index:1;
  max-width:850px;
  margin:0 auto;
  text-align:center;
}
.respect-xp-premium-copy h2{
  margin:0 0 12px;
  font-size:36px;
  line-height:1.12;
  text-transform:uppercase;
  letter-spacing:.02em;
}
.respect-xp-premium-copy h2 b{color:#a847ff;text-shadow:0 0 20px rgba(168,71,255,.48)}
.respect-xp-premium-copy p{
  max-width:730px;
  margin:0 auto;
  color:#b9c1d3;
  font-size:17px;
  line-height:1.55;
}
.respect-xp-premium-price{
  position:relative;
  z-index:1;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:22px;
  width:min(560px,100%);
  margin:0 auto;
  padding:18px 22px;
  border-radius:18px;
  border:1px solid rgba(178,70,255,.72);
  background:linear-gradient(90deg, rgba(40,13,68,.82), rgba(14,15,29,.82));
  box-shadow:0 0 30px rgba(143,50,255,.18), inset 0 0 24px rgba(186,74,255,.08);
}
.respect-xp-main-price{font-size:48px;font-weight:950;line-height:1;color:#fff;text-shadow:0 10px 28px rgba(0,0,0,.3)}
.respect-xp-premium-price>span{color:#bfc5d1;align-self:flex-end;margin-bottom:8px}
.respect-xp-miner-badge{
  padding:7px 12px;
  border-radius:9px;
  background:linear-gradient(180deg,#36e66e,#16aa47);
  color:#fff;
  font-weight:900;
  box-shadow:0 12px 26px rgba(34,210,84,.25);
}
.respect-xp-miner-price{font-size:26px;color:#36e66e;font-weight:950}.respect-xp-miner-hint{color:#34e76d;font-weight:800}
.respect-xp-premium-features{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
  max-width:1180px;
  width:100%;
  margin:10px auto 0;
}
.respect-xp-premium-features div{display:grid;grid-template-columns:58px 1fr;column-gap:14px;align-items:center}
.respect-xp-premium-features i{
  grid-row:1/3;
  display:grid;
  place-items:center;
  width:58px;
  height:58px;
  border-radius:16px;
  background:linear-gradient(135deg, rgba(151,58,255,.45), rgba(82,28,151,.28));
  color:#c26cff;
  border:1px solid rgba(184,89,255,.22);
  font-style:normal;
  font-weight:900;
  box-shadow:0 15px 30px rgba(81,25,151,.25);
}
.respect-xp-premium-features strong{font-size:15px;color:#fff}.respect-xp-premium-features small{color:#aeb7c9;line-height:1.35}
.respect-xp-premium-button{
  position:relative;
  z-index:1;
  width:min(1180px,100%);
  min-height:72px;
  margin:6px auto 0;
  border:0;
  border-radius:12px;
  background:linear-gradient(180deg,#af3dff,#7212d5);
  color:#fff;
  text-transform:uppercase;
  font-size:25px;
  letter-spacing:.02em;
  font-weight:950;
  cursor:pointer;
  box-shadow:0 18px 42px rgba(124,31,222,.38), inset 0 1px 0 rgba(255,255,255,.22);
}
.respect-xp-premium-button:hover{filter:brightness(1.08)}.respect-xp-premium-button:disabled{opacity:.7;cursor:wait}
.respect-xp-premium-secure{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin:0;
  color:#aeb8ca;
  text-align:center;
}
@media(max-width:980px){
  .respect-xp-paywall.is-premium-locked{padding:16px}.respect-xp-premium-card{padding:26px 18px;min-height:auto}.respect-xp-premium-copy h2{font-size:27px}.respect-xp-premium-price{flex-wrap:wrap}.respect-xp-premium-features{grid-template-columns:1fr 1fr}.respect-xp-premium-button{font-size:18px}.respect-xp-premium-chest{width:250px;height:145px}
}
@media(max-width:620px){.respect-xp-premium-features{grid-template-columns:1fr}.respect-xp-main-price{font-size:38px}.respect-xp-premium-art{height:190px}.respect-xp-premium-card{border-radius:16px}}


/* XP access WooCommerce order-pay page: design like Respect WC Shop */
body.respect-checkout-designed{
  --r-green:#37f25d;--r-green2:#16a934;--r-bg:#050a10;--r-card:#0b131d;--r-line:rgba(255,255,255,.1);--r-text:#fff;--r-muted:#98a6b8;
  background:radial-gradient(circle at 50% -10%,rgba(55,242,93,.13),transparent 36%),linear-gradient(180deg,#050a10,#03070b)!important;
  color:var(--r-text)!important;
}
body.respect-checkout-designed #main,
body.respect-checkout-designed .site-main,
body.respect-checkout-designed .entry-content,
body.respect-checkout-designed .woocommerce{max-width:1180px!important;margin:0 auto!important;padding:24px 14px!important}
body.respect-checkout-designed .woocommerce{font-family:Inter,Arial,sans-serif!important}
body.respect-checkout-designed .woocommerce-error,
body.respect-checkout-designed .woocommerce-message,
body.respect-checkout-designed .woocommerce-info{border:1px solid rgba(55,242,93,.22)!important;border-radius:16px!important;background:#0b131d!important;color:#fff!important;box-shadow:0 18px 45px rgba(0,0,0,.25)!important}
body.respect-checkout-designed form#order_review{position:relative;isolation:isolate;overflow:hidden;border:1px solid rgba(55,242,93,.14)!important;border-radius:28px!important;background:radial-gradient(circle at 72% 0%,rgba(55,242,93,.18),transparent 32%),linear-gradient(145deg,#071017,#050910 72%)!important;box-shadow:0 30px 90px rgba(0,0,0,.43)!important;padding:26px!important;color:#fff!important}
body.respect-checkout-designed form#order_review:before{content:"";position:absolute;inset:-40%;background:radial-gradient(circle,rgba(55,242,93,.08) 0 1px,transparent 2px);background-size:42px 42px;opacity:.38;pointer-events:none;z-index:0}
body.respect-checkout-designed form#order_review>*{position:relative;z-index:1}
body.respect-checkout-designed .respect-pay-hero{display:grid;grid-template-columns:220px minmax(0,1fr);gap:24px;align-items:center;margin-bottom:24px;padding:28px;border:1px solid rgba(255,255,255,.1);border-radius:24px;background:linear-gradient(90deg,rgba(10,18,28,.96),rgba(10,25,20,.74)),radial-gradient(circle at 85% 40%,rgba(55,242,93,.24),transparent 35%)}
body.respect-checkout-designed .respect-pay-coin{width:180px;height:180px;display:grid;place-items:center;border-radius:999px;margin:auto;background:radial-gradient(circle,rgba(55,242,93,.45),rgba(55,242,93,.14) 36%,transparent 68%);filter:drop-shadow(0 0 34px rgba(55,242,93,.55))}
body.respect-checkout-designed .respect-pay-coin img{max-width:150px;max-height:150px;object-fit:contain;transform:rotate(-9deg)}
body.respect-checkout-designed .respect-pay-title-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:10px}
body.respect-checkout-designed .respect-pay-title-row h2{margin:0!important;color:#fff!important;font-size:31px!important;line-height:1.1!important;text-transform:none!important}
body.respect-checkout-designed .respect-pay-subtitle{margin:0 0 18px!important;color:#b7c4d4!important;font-size:15px!important}
body.respect-checkout-designed .respect-pay-secure{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid rgba(55,242,93,.22);border-radius:12px;background:rgba(0,0,0,.28);color:#eaffef;font-weight:900;white-space:nowrap}
body.respect-checkout-designed table.shop_table{width:100%!important;border:0!important;border-collapse:separate!important;border-spacing:0!important;margin:0!important;background:transparent!important;color:#fff!important}
body.respect-checkout-designed table.shop_table thead{display:none!important}
body.respect-checkout-designed table.shop_table tr,body.respect-checkout-designed table.shop_table td,body.respect-checkout-designed table.shop_table th{background:transparent!important;border:0!important;color:#fff!important}
body.respect-checkout-designed table.shop_table tr{display:grid!important;grid-template-columns:260px 1fr!important;align-items:center!important;border-bottom:1px solid rgba(255,255,255,.09)!important}
body.respect-checkout-designed table.shop_table tr:last-child{border-bottom:0!important}
body.respect-checkout-designed table.shop_table th,body.respect-checkout-designed table.shop_table td{padding:17px 0!important;font-size:17px!important;text-align:left!important}
body.respect-checkout-designed table.shop_table th{color:#e5edf5!important;font-weight:900!important}
body.respect-checkout-designed table.shop_table td{font-weight:800!important;color:#fff!important}
body.respect-checkout-designed table.shop_table tfoot tr:last-child th,body.respect-checkout-designed table.shop_table tfoot tr:last-child td{color:var(--r-green)!important;font-size:22px!important}
body.respect-checkout-designed .respect-pay-separator{display:flex;align-items:center;gap:18px;margin:26px 0 14px;color:#aeb9c7;font-weight:900;justify-content:center;text-transform:uppercase;letter-spacing:.04em}
body.respect-checkout-designed .respect-pay-separator:before,body.respect-checkout-designed .respect-pay-separator:after{content:"";height:1px;flex:1;background:linear-gradient(90deg,transparent,rgba(255,255,255,.16),transparent)}
body.respect-checkout-designed #payment{margin-top:0!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:22px!important;overflow:hidden!important;background:linear-gradient(180deg,rgba(17,24,35,.98),rgba(9,15,25,.98))!important;color:#fff!important}
body.respect-checkout-designed #payment ul.payment_methods{padding:22px!important;border-bottom:1px solid rgba(255,255,255,.1)!important;background:rgba(12,19,29,.74)!important}
body.respect-checkout-designed #payment ul.payment_methods li{color:#fff!important}
body.respect-checkout-designed #payment ul.payment_methods label{color:#fff!important;font-weight:900!important;font-size:17px!important}
body.respect-checkout-designed #payment ul.payment_methods label:before{content:"💳";margin-right:10px;color:var(--r-green)}
body.respect-checkout-designed #payment div.payment_box{background:rgba(4,9,15,.55)!important;color:#dce6f1!important;border:1px solid rgba(255,255,255,.09)!important;border-radius:16px!important;margin:18px 0 0!important;padding:18px!important}
body.respect-checkout-designed #payment div.payment_box:before{border-bottom-color:rgba(4,9,15,.55)!important}
body.respect-checkout-designed #payment input[type="text"],body.respect-checkout-designed #payment input[type="email"],body.respect-checkout-designed #payment input[type="tel"],body.respect-checkout-designed #payment select,body.respect-checkout-designed #payment .wc-stripe-elements-field,body.respect-checkout-designed #payment .StripeElement{background:#070d15!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:12px!important;color:#fff!important;min-height:48px!important;padding:13px 15px!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.02)!important}
body.respect-checkout-designed #payment input:focus,body.respect-checkout-designed #payment select:focus,body.respect-checkout-designed #payment .wc-stripe-elements-field.focused,body.respect-checkout-designed #payment .StripeElement--focus{outline:none!important;border-color:rgba(55,242,93,.75)!important;box-shadow:0 0 22px rgba(55,242,93,.18)!important}
body.respect-checkout-designed #payment .form-row label{color:#dfe8f2!important;font-weight:800!important;margin-bottom:8px!important}
body.respect-checkout-designed #payment .form-row{margin-bottom:16px!important}
body.respect-checkout-designed #payment .place-order{display:grid!important;grid-template-columns:minmax(0,1fr) 380px!important;gap:24px;align-items:center;padding:22px!important;background:rgba(5,10,16,.56)!important}
body.respect-checkout-designed #payment .woocommerce-privacy-policy-text{margin:0!important;padding:18px 18px 18px 62px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:rgba(255,255,255,.03);color:#d9e3ee!important;position:relative}
body.respect-checkout-designed #payment .woocommerce-privacy-policy-text:before{content:"🛡️";position:absolute;left:18px;top:50%;transform:translateY(-50%);width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:rgba(55,242,93,.14)}
body.respect-checkout-designed #payment .woocommerce-privacy-policy-text p{margin:0!important;color:#d9e3ee!important;line-height:1.55!important}
body.respect-checkout-designed #payment a{color:var(--r-green)!important;text-decoration:underline!important;text-underline-offset:3px}
body.respect-checkout-designed #payment #place_order,body.respect-checkout-designed #payment button[type="submit"]{width:100%!important;min-height:74px!important;border:1px solid rgba(55,242,93,.72)!important;border-radius:16px!important;background:linear-gradient(180deg,rgba(55,242,93,.35),rgba(18,126,35,.84))!important;color:#fff!important;font-size:20px!important;font-weight:1000!important;text-transform:none!important;box-shadow:0 0 36px rgba(55,242,93,.28),inset 0 0 26px rgba(55,242,93,.15)!important}
body.respect-checkout-designed #payment #place_order:before{content:"🔒 "}
body.respect-checkout-designed #payment #place_order:hover{filter:brightness(1.12);transform:translateY(-1px)}
body.respect-checkout-designed .respect-pay-footer{display:flex;justify-content:space-between;gap:18px;align-items:center;margin-top:24px;padding:20px 24px;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:rgba(8,14,22,.78);color:#b8c4d1}
body.respect-checkout-designed .respect-pay-footer b{color:var(--r-green)}
body.respect-checkout-designed .respect-pay-footer nav{display:flex;gap:24px;flex-wrap:wrap}
body.respect-checkout-designed .respect-pay-footer a{color:#d9e3ee!important;text-decoration:none!important}
@media(max-width:900px){body.respect-checkout-designed .respect-pay-hero{grid-template-columns:1fr;padding:22px}body.respect-checkout-designed .respect-pay-coin{display:none!important}body.respect-checkout-designed table.shop_table tr{grid-template-columns:1fr!important;gap:0}body.respect-checkout-designed table.shop_table th,body.respect-checkout-designed table.shop_table td{padding:10px 0!important}body.respect-checkout-designed #payment .place-order{grid-template-columns:1fr!important}body.respect-checkout-designed .respect-pay-title-row{display:block}body.respect-checkout-designed .respect-pay-secure{margin-top:12px}}

.respect-xp-toast{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:999999;
  display:grid;
  grid-template-columns:56px 1fr;
  gap:14px;
  align-items:center;
  min-width:320px;
  max-width:min(440px,calc(100vw - 32px));
  padding:16px 18px;
  border:1px solid rgba(55,242,111,.44);
  border-radius:18px;
  background:radial-gradient(circle at 20% 0%,rgba(55,242,111,.20),transparent 42%),linear-gradient(145deg,rgba(11,20,32,.98),rgba(6,11,20,.98));
  color:#fff;
  box-shadow:0 24px 70px rgba(0,0,0,.45),0 0 34px rgba(55,242,111,.18);
  transform:translateY(22px);
  opacity:0;
  transition:.24s ease;
}
.respect-xp-toast.is-show{transform:translateY(0);opacity:1}
.respect-xp-toast-icon{width:56px;height:56px;border-radius:16px;display:grid;place-items:center;background:rgba(55,242,111,.14);font-size:28px;box-shadow:inset 0 0 25px rgba(55,242,111,.12)}
.respect-xp-toast b{display:block;margin-bottom:4px;font-size:16px;color:#37f26f}.respect-xp-toast p{margin:0;color:#cdd8e6;font-size:13px;line-height:1.35}
@media(max-width:620px){.respect-xp-toast{left:16px;right:16px;bottom:16px;min-width:0}}

.respect-xp-rotation-badge{
  position:absolute;
  right:18px;
  top:18px;
  display:flex;
  flex-direction:column;
  gap:3px;
  padding:10px 14px;
  border-radius:16px;
  border:1px solid rgba(121,255,132,.28);
  background:linear-gradient(135deg,rgba(20,40,25,.88),rgba(7,9,14,.82));
  box-shadow:0 12px 36px rgba(60,255,96,.12), inset 0 0 22px rgba(92,255,120,.08);
  color:#dfffe6;
  z-index:2;
}
.respect-xp-rotation-badge span{font-size:11px;opacity:.78;text-transform:uppercase;letter-spacing:.08em}
.respect-xp-rotation-badge b{font-size:14px;color:#71ff84}
.respect-xp-miner-tag{
  display:inline-flex;
  align-items:center;
  margin-left:6px;
  padding:2px 7px;
  border-radius:999px;
  background:linear-gradient(135deg,#46ff7c,#ffe45c);
  color:#071108;
  font-size:10px;
  font-style:normal;
  font-weight:900;
  letter-spacing:.08em;
  vertical-align:middle;
}
.respect-xp-hero{position:relative;overflow:hidden}
@media(max-width:720px){.respect-xp-rotation-badge{position:static;margin:0 0 12px;display:inline-flex}}

/* Pass rewards: multi-item cards */
.respect-xp-reward-img{width:auto;min-width:70px;height:auto;min-height:54px;background:transparent;overflow:visible;}
.respect-xp-reward-stack{display:flex;align-items:center;gap:8px;min-height:58px;}
.respect-xp-reward-stack.is-count-1{gap:0;}
.respect-xp-reward-thumb{width:70px;height:58px;border-radius:12px;background:#0b1422;border:1px solid rgba(105,125,255,.45);display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:inset 0 0 24px rgba(83,111,255,.12),0 8px 22px rgba(0,0,0,.22);}
.respect-xp-reward-thumb:nth-child(2){border-color:rgba(211,62,255,.56);}
.respect-xp-reward-thumb:nth-child(3){border-color:rgba(54,242,111,.48);}
.respect-xp-reward-thumb img{width:100%;height:100%;object-fit:contain;}
.respect-xp-reward:has(.respect-xp-reward-stack.is-count-2),.respect-xp-reward:has(.respect-xp-reward-stack.is-count-3){grid-template-columns:44px auto 1fr auto;}
.respect-xp-next-img{width:auto;min-width:110px;overflow:visible;}
.respect-xp-next-img .respect-xp-reward-stack{justify-content:center;}
.respect-xp-next-img .respect-xp-reward-thumb{width:82px;height:76px;}
@media(max-width:640px){.respect-xp-reward{grid-template-columns:36px 1fr;}.respect-xp-reward-img{grid-column:1/-1}.respect-xp-reward-stack{flex-wrap:wrap}.respect-xp-reward-thumb{width:64px;height:54px}.respect-xp-check,.respect-xp-claim-reward{grid-column:1/-1;justify-self:start}}

/* XP pass layout: timer strip above tasks, not inside hero */
.respect-xp-left-col{display:flex;flex-direction:column;gap:18px;min-width:0;}
.respect-xp-rotation-strip{min-height:62px;border:1px solid rgba(52,242,111,.75);border-radius:18px;background:linear-gradient(90deg,rgba(35,192,85,.12),rgba(8,18,29,.72));box-shadow:inset 0 0 30px rgba(52,242,111,.07),0 10px 36px rgba(0,0,0,.22);display:flex;align-items:center;justify-content:center;gap:12px;padding:14px 18px;color:#dce7f5;text-align:center;}
.respect-xp-rotation-strip .respect-xp-rotation-icon{width:24px;height:24px;border-radius:999px;border:1px solid rgba(52,242,111,.7);display:inline-flex;align-items:center;justify-content:center;color:#37f26f;font-size:17px;line-height:1;box-shadow:0 0 18px rgba(52,242,111,.24);}
.respect-xp-rotation-strip .respect-xp-rotation-label{text-transform:uppercase;letter-spacing:.08em;font-size:13px;color:#b9c6d8;}
.respect-xp-rotation-strip b{font-size:19px;line-height:1;color:#55ff7e;text-shadow:0 0 16px rgba(52,242,111,.26);}
.respect-xp-grid{align-items:start;}
.respect-xp-card.respect-xp-tasks{height:auto;}
@media(max-width:1100px){.respect-xp-rotation-strip{justify-content:flex-start;flex-wrap:wrap}.respect-xp-rotation-strip b{font-size:17px}}
@media(max-width:620px){.respect-xp-rotation-strip{align-items:flex-start;text-align:left;gap:8px}.respect-xp-rotation-strip .respect-xp-rotation-label{font-size:11px}.respect-xp-rotation-strip b{width:100%;padding-left:34px}}

/* PASS UI final alignment: ровная следующая награда + выделение MINER */
.respect-xp-wrap{max-width:1520px;margin:0 auto;padding:18px;color:#eef7ff;}
.respect-xp-hero{display:grid!important;grid-template-columns:minmax(0,1fr) 110px minmax(360px,520px)!important;gap:28px!important;align-items:center!important;padding:28px 34px!important;border-radius:20px!important;min-height:150px;}
.respect-xp-hero-main{min-width:0;}
.respect-xp-bar{width:100%!important;max-width:820px;}
.respect-xp-next{align-items:flex-start!important;justify-self:end;text-align:left;min-width:90px;}
.respect-xp-next span{line-height:1.35!important;margin:0 0 10px!important;}
.respect-xp-next b{white-space:nowrap;}
.respect-xp-next-reward{display:grid!important;grid-template-columns:auto minmax(180px,1fr)!important;gap:18px!important;align-items:center!important;justify-self:end;width:100%;max-width:500px;}
.respect-xp-next-img{height:auto!important;min-height:96px!important;background:transparent!important;box-shadow:none!important;justify-content:flex-start!important;overflow:visible!important;}
.respect-xp-next-img .respect-xp-reward-stack{display:flex!important;gap:10px!important;align-items:center!important;justify-content:flex-start!important;flex-wrap:nowrap!important;}
.respect-xp-next-img .respect-xp-reward-thumb{width:90px!important;height:90px!important;border-radius:14px!important;background:rgba(12,20,36,.95)!important;}
.respect-xp-next-reward span{font-size:13px!important;color:#c3cedd!important;margin:0 0 8px!important;}
.respect-xp-next-reward b{display:block!important;font-size:18px!important;line-height:1.2!important;text-transform:uppercase!important;color:#fff!important;word-break:normal!important;}
.respect-xp-next-reward small{display:block;margin-top:8px;color:#ffd84d!important;font-weight:800;}
.respect-xp-grid{grid-template-columns:minmax(0,1fr) 450px!important;gap:24px!important;align-items:start;}
.respect-xp-rotation-strip{margin-bottom:18px;}
.respect-xp-reward{min-height:104px;grid-template-columns:44px auto minmax(0,1fr) auto!important;padding:16px!important;}
.respect-xp-reward.is-miner-reward{border-color:rgba(54,242,111,.92)!important;background:linear-gradient(90deg,rgba(35,204,88,.20),rgba(255,255,255,.035))!important;box-shadow:0 0 0 1px rgba(54,242,111,.20),0 0 24px rgba(54,242,111,.18),inset 0 0 34px rgba(54,242,111,.08)!important;}
.respect-xp-reward.is-miner-reward .respect-xp-reward-thumb:first-child,.respect-xp-reward.is-miner-reward .respect-xp-reward-img{border-color:rgba(54,242,111,.55)!important;box-shadow:inset 0 0 24px rgba(54,242,111,.12),0 8px 22px rgba(0,0,0,.22)!important;}
.respect-xp-miner-tag{display:inline-flex!important;align-items:center;vertical-align:middle;margin-left:8px;padding:3px 9px;border-radius:999px;background:linear-gradient(135deg,#b7ff5a,#64ff72);color:#06140b!important;font-size:10px!important;line-height:1;font-style:normal!important;font-weight:900!important;letter-spacing:.04em;box-shadow:0 0 16px rgba(106,255,114,.24);}
@media(max-width:1180px){.respect-xp-hero{grid-template-columns:1fr!important}.respect-xp-next{justify-self:start}.respect-xp-next-reward{justify-self:start;max-width:100%}.respect-xp-grid{grid-template-columns:1fr!important}}
@media(max-width:640px){.respect-xp-next-reward{grid-template-columns:1fr!important}.respect-xp-next-img .respect-xp-reward-stack{flex-wrap:wrap!important}.respect-xp-reward{grid-template-columns:36px 1fr!important}.respect-xp-reward-img{grid-column:1/-1}.respect-xp-check,.respect-xp-claim-reward{grid-column:1/-1;justify-self:start}}

/* Withdraw limits */
.respect-item-action.is-disabled,
.respect-item-action:disabled {
    opacity: .55;
    cursor: not-allowed;
    filter: grayscale(1);
}

/* Beautiful key gift notifications */
.respect-key-notice{
  position:fixed;
  left:50%;
  top:50%;
  transform:translate(-50%,-46%) scale(.96);
  width:min(760px,calc(100vw - 28px));
  min-height:132px;
  display:grid;
  grid-template-columns:118px minmax(0,1fr);
  gap:24px;
  align-items:center;
  padding:28px 72px 28px 34px;
  border-radius:22px;
  color:#f4f7ff;
  z-index:100000;
  opacity:0;
  pointer-events:none;
  overflow:hidden;
  backdrop-filter:blur(18px);
  transition:opacity .24s ease,transform .24s ease;
  box-shadow:0 28px 90px rgba(0,0,0,.58),inset 0 0 38px rgba(255,255,255,.035);
}
.respect-key-notice.is-show{opacity:1;transform:translate(-50%,-50%) scale(1);pointer-events:auto;}
.respect-key-notice::before{content:"";position:absolute;inset:0;border-radius:inherit;border:1px solid rgba(255,255,255,.12);pointer-events:none;}
.respect-key-notice::after{content:"";position:absolute;left:0;top:0;bottom:0;width:6px;box-shadow:0 0 28px currentColor;}
.respect-key-notice.is-success{background:linear-gradient(135deg,rgba(19,46,30,.94),rgba(8,14,18,.91));border:1px solid rgba(88,255,116,.38);box-shadow:0 28px 90px rgba(0,0,0,.58),0 0 44px rgba(65,255,97,.13),inset 0 0 38px rgba(93,255,115,.07);}
.respect-key-notice.is-error{background:linear-gradient(135deg,rgba(54,18,20,.95),rgba(10,10,15,.92));border:1px solid rgba(255,78,78,.42);box-shadow:0 28px 90px rgba(0,0,0,.58),0 0 44px rgba(255,74,74,.13),inset 0 0 38px rgba(255,78,78,.07);}
.respect-key-notice.is-success::after{background:#55ff70;color:#55ff70;}
.respect-key-notice.is-error::after{background:#ff4d4d;color:#ff4d4d;}
.respect-key-notice__icon{
  width:84px;
  height:84px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:54px;
  font-weight:900;
  line-height:1;
  justify-self:center;
  position:relative;
}
.respect-key-notice__icon::before{content:"";position:absolute;inset:-10px;border-radius:inherit;opacity:.23;filter:blur(10px);}
.respect-key-notice.is-success .respect-key-notice__icon{color:#74ff83;border:3px solid rgba(91,255,112,.78);box-shadow:0 0 36px rgba(91,255,112,.28),inset 0 0 20px rgba(91,255,112,.08);}
.respect-key-notice.is-success .respect-key-notice__icon::before{background:#55ff70;}
.respect-key-notice.is-error .respect-key-notice__icon{color:#ff5757;border:3px solid rgba(255,78,78,.82);box-shadow:0 0 36px rgba(255,78,78,.28),inset 0 0 20px rgba(255,78,78,.08);}
.respect-key-notice.is-error .respect-key-notice__icon::before{background:#ff4d4d;}
.respect-key-notice__title{font-size:28px;line-height:1.13;font-weight:950;color:#fff;text-shadow:0 2px 0 rgba(0,0,0,.35);}
.respect-key-notice__text{margin-top:12px;font-size:17px;line-height:1.42;color:rgba(239,244,255,.78);font-weight:650;}
.respect-key-notice__detail{margin-top:4px;font-size:18px;font-weight:950;color:#62e66f;}
.respect-key-notice.is-error .respect-key-notice__detail{color:#ff6969;}
.respect-key-notice__close{position:absolute;right:24px;top:22px;width:36px;height:36px;border:none;background:transparent;color:rgba(255,255,255,.55);font-size:38px;line-height:32px;cursor:pointer;transition:.18s ease;}
.respect-key-notice__close:hover{transform:scale(1.08);color:#fff;}
.respect-key-notice.is-success .respect-key-notice__close{color:rgba(99,255,113,.62);}
.respect-key-notice.is-error .respect-key-notice__close{color:rgba(255,82,82,.72);}
@media(max-width:640px){.respect-key-notice{grid-template-columns:1fr;text-align:center;gap:14px;padding:28px 26px 30px;}.respect-key-notice__close{right:14px;top:12px}.respect-key-notice__title{font-size:23px}.respect-key-notice__text{font-size:15px}.respect-key-notice__icon{width:70px;height:70px;font-size:45px}}

/* Premium item action modals */
.respect-modal-overlay{
  background:rgba(2,7,13,.78)!important;
  backdrop-filter:blur(12px)!important;
  -webkit-backdrop-filter:blur(12px)!important;
}
.respect-modal{
  width:min(620px,calc(100vw - 28px))!important;
  display:grid!important;
  grid-template-columns:118px minmax(0,1fr)!important;
  gap:24px!important;
  align-items:center!important;
  padding:28px 28px 26px!important;
  border-radius:22px!important;
  border:1px solid rgba(255,255,255,.1)!important;
  background:linear-gradient(135deg,rgba(12,20,36,.96),rgba(7,12,22,.94))!important;
  box-shadow:0 32px 90px rgba(0,0,0,.64), inset 0 0 42px rgba(255,255,255,.035)!important;
  position:relative!important;
  overflow:hidden!important;
}
.respect-modal::before{content:"";position:absolute;inset:0;border-radius:inherit;border-left:5px solid rgba(83,136,255,.78);pointer-events:none;box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}
.respect-modal.is-success::before{border-left-color:#42ef6f;box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 0 34px rgba(66,239,111,.14)}
.respect-modal.is-error::before{border-left-color:#ff4d5a;box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 0 34px rgba(255,77,90,.14)}
.respect-modal__main{min-width:0;position:relative;z-index:1}.respect-modal__head,.respect-modal__body,.respect-modal__actions{padding:0!important}.respect-modal__eyebrow{font-size:12px!important;font-weight:900!important;letter-spacing:.16em!important;color:#b8c6ff!important;margin-bottom:8px!important}.respect-modal.is-success .respect-modal__eyebrow{color:#38f26a!important}.respect-modal.is-error .respect-modal__eyebrow{color:#ff5864!important}.respect-modal__title{font-size:27px!important;line-height:1.08!important;font-weight:950!important;color:#fff!important;text-shadow:0 2px 0 rgba(0,0,0,.36)!important}.respect-modal__text{margin-top:14px!important;font-size:16px!important;line-height:1.5!important;color:rgba(239,244,255,.84)!important;font-weight:600!important}.respect-modal__extra{margin-top:16px!important}.respect-modal__actions{display:flex!important;justify-content:flex-start!important;gap:12px!important;margin-top:24px!important}.respect-modal-btn{min-height:48px!important;border-radius:14px!important;padding:12px 20px!important;font-size:15px!important;font-weight:950!important;box-shadow:0 12px 30px rgba(0,0,0,.28)!important}.respect-modal-btn.is-secondary{background:rgba(255,255,255,.08)!important;color:#fff!important}.respect-modal-btn.is-primary{background:linear-gradient(180deg,#45d66a,#258a45)!important;color:#fff!important}.respect-modal.is-error .respect-modal-btn.is-primary{background:linear-gradient(180deg,#ff5c66,#b92834)!important}.respect-modal__icon{width:88px;height:88px;border-radius:999px;display:grid;place-items:center;justify-self:center;position:relative;z-index:1;font-size:54px;font-weight:950;line-height:1;color:#8fb1ff;border:4px solid rgba(91,125,255,.55);box-shadow:0 0 34px rgba(91,125,255,.18),inset 0 0 22px rgba(91,125,255,.08)}.respect-modal__icon::after{content:"";position:absolute;inset:-10px;border-radius:inherit;background:currentColor;opacity:.16;filter:blur(10px);z-index:-1}.respect-modal.is-success .respect-modal__icon{color:#5dff78;border-color:rgba(93,255,120,.75);box-shadow:0 0 38px rgba(93,255,120,.28),inset 0 0 22px rgba(93,255,120,.1)}.respect-modal.is-error .respect-modal__icon{color:#ff5560;border-color:rgba(255,85,96,.78);box-shadow:0 0 38px rgba(255,85,96,.28),inset 0 0 22px rgba(255,85,96,.1)}.respect-modal__x{position:absolute;right:18px;top:15px;z-index:2;width:38px;height:38px;border:0;background:transparent;color:rgba(255,255,255,.48);font-size:38px;line-height:34px;cursor:pointer;transition:.18s ease}.respect-modal__x:hover{color:#fff;transform:scale(1.08)}.respect-modal.is-success .respect-modal__x{color:rgba(93,255,120,.58)}.respect-modal.is-error .respect-modal__x{color:rgba(255,85,96,.66)}
@media(max-width:640px){.respect-modal{grid-template-columns:1fr!important;text-align:center!important;padding:28px 22px!important}.respect-modal__actions{justify-content:center!important;flex-direction:column-reverse!important}.respect-modal-btn{width:100%!important}.respect-modal__title{font-size:23px!important}.respect-modal__text{font-size:15px!important}.respect-modal__icon{width:72px;height:72px;font-size:44px}.respect-modal__x{right:10px;top:8px}}

/* v1.24 premium miner purchase modal */
.respect-confirm-modal:has(.respect-miner-purchase){width:min(1180px,calc(100vw - 32px));max-width:1180px;display:block;padding:34px;background:radial-gradient(circle at 18% 10%,rgba(61,118,255,.22),transparent 34%),radial-gradient(circle at 82% 80%,rgba(255,202,66,.16),transparent 32%),linear-gradient(145deg,#07101f 0%,#0b1425 52%,#050911 100%);border:1px solid rgba(108,143,255,.28);box-shadow:0 30px 110px rgba(0,0,0,.68),inset 0 0 0 1px rgba(255,255,255,.04)}
.respect-confirm-modal:has(.respect-miner-purchase)::before{content:'';position:absolute;inset:0;border-radius:inherit;background:linear-gradient(90deg,rgba(68,112,255,.7),transparent 22%,transparent 78%,rgba(255,198,48,.38));opacity:.28;pointer-events:none}
.respect-confirm-modal:has(.respect-miner-purchase) .respect-modal__icon{display:none}
.respect-confirm-modal:has(.respect-miner-purchase) .respect-modal__main{width:100%;position:relative;z-index:1}
.respect-confirm-modal:has(.respect-miner-purchase) .respect-modal__head{margin-bottom:26px}
.respect-confirm-modal:has(.respect-miner-purchase) .respect-modal__eyebrow{color:#7fa2ff;letter-spacing:.22em;font-weight:900;text-shadow:0 0 18px rgba(73,126,255,.45)}
.respect-confirm-modal:has(.respect-miner-purchase) .respect-modal__title{font-size:46px;line-height:1.02;color:#fff;text-shadow:0 12px 34px rgba(0,0,0,.45)}
.respect-confirm-modal:has(.respect-miner-purchase) .respect-modal__text{font-size:20px;color:#c8d2ea;margin-bottom:28px}
.respect-confirm-modal:has(.respect-miner-purchase) .respect-modal__actions{display:grid;grid-template-columns:minmax(220px,1fr) minmax(280px,1.15fr);gap:22px;margin-top:26px}
.respect-confirm-modal:has(.respect-miner-purchase) .respect-modal-btn{height:64px;border-radius:15px;font-size:17px;font-weight:900}
.respect-confirm-modal:has(.respect-miner-purchase) .respect-modal-btn.is-primary{background:linear-gradient(90deg,#316dff,#9336ea)!important;box-shadow:0 18px 44px rgba(84,91,255,.32), inset 0 1px 0 rgba(255,255,255,.2)}
.respect-confirm-modal:has(.respect-miner-purchase) .respect-modal-btn.is-secondary{background:linear-gradient(180deg,rgba(31,42,62,.9),rgba(22,30,45,.95))!important;border:1px solid rgba(255,255,255,.08)!important;color:#fff!important}
.respect-miner-purchase{display:grid;grid-template-columns:minmax(330px,.95fr) minmax(420px,1.35fr);gap:34px;align-items:stretch}
.respect-miner-purchase__hero,.respect-miner-purchase__panel{position:relative;border-radius:24px;background:linear-gradient(180deg,rgba(19,30,51,.78),rgba(10,16,29,.9));border:1px solid rgba(113,143,255,.18);box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 18px 60px rgba(0,0,0,.2)}
.respect-miner-purchase__hero{padding:20px;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;min-height:620px}
.respect-miner-purchase__hero::before{content:'';position:absolute;left:-16%;right:-16%;top:0;height:58%;background:radial-gradient(circle at 45% 40%,rgba(255,206,50,.2),transparent 42%),radial-gradient(circle at 55% 50%,rgba(34,107,255,.22),transparent 54%);pointer-events:none}
.respect-miner-purchase__hero>img{position:relative;z-index:1;width:100%;height:auto;max-height:360px;object-fit:contain;filter:drop-shadow(0 28px 45px rgba(0,0,0,.58));transform:scale(1.08);margin:-10px 0 18px}
.respect-miner-purchase__placeholder{position:relative;z-index:1;width:220px;height:220px;margin:0 auto 28px;border-radius:44px;display:grid;place-items:center;font-size:96px;font-weight:1000;color:#ffd34f;background:rgba(255,255,255,.06);border:1px solid rgba(255,215,90,.3)}
.respect-miner-purchase__bonus{position:relative;z-index:2;padding:22px;border-radius:20px;background:rgba(8,14,27,.76);border:1px solid rgba(123,151,255,.18);backdrop-filter:blur(10px)}
.respect-miner-purchase__section-title{font-size:14px;letter-spacing:.13em;text-transform:uppercase;color:#91abff;font-weight:1000;margin-bottom:16px}
.respect-miner-bonus{display:grid;grid-template-columns:52px 1fr;gap:14px;align-items:center;margin-top:16px;color:#fff}
.respect-miner-bonus:first-of-type{margin-top:0}
.respect-miner-bonus__icon{width:52px;height:52px;border-radius:14px;display:grid;place-items:center;font-size:25px;font-weight:900;border:1px solid rgba(255,255,255,.12);box-shadow:0 12px 28px rgba(0,0,0,.25)}
.respect-miner-bonus__icon.is-blue{background:linear-gradient(135deg,rgba(76,102,255,.34),rgba(44,179,255,.18));color:#70baff}
.respect-miner-bonus__icon.is-gold{background:linear-gradient(135deg,rgba(255,181,35,.32),rgba(255,110,45,.13));color:#ffd45a}
.respect-miner-bonus__icon.is-green{background:linear-gradient(135deg,rgba(36,203,93,.3),rgba(41,255,171,.12));color:#66ff93}
.respect-miner-bonus b{display:block;font-size:16px;line-height:1.25;color:#fff}
.respect-miner-bonus small{display:block;margin-top:4px;color:#aeb9d3;font-size:14px;line-height:1.35}
.respect-miner-purchase__panel{padding:26px 28px;display:flex;flex-direction:column;gap:24px}
.respect-miner-purchase__stats{display:grid;grid-template-columns:1fr 1fr;gap:0;border-radius:20px;background:rgba(14,22,38,.74);border:1px solid rgba(125,152,255,.18);overflow:hidden}
.respect-miner-purchase__stat{padding:25px 28px;min-height:138px}
.respect-miner-purchase__stat+.respect-miner-purchase__stat{border-left:1px solid rgba(255,255,255,.08)}
.respect-miner-purchase__stat span{display:block;text-transform:uppercase;letter-spacing:.1em;color:#89a5ff;font-weight:1000;font-size:13px;margin-bottom:12px}
.respect-miner-purchase__stat b{display:block;color:#fff;font-size:28px;line-height:1.1;margin-bottom:12px;text-shadow:0 8px 28px rgba(255,255,255,.08)}
.respect-miner-purchase__stat small{display:inline-flex;padding:6px 12px;border-radius:999px;background:rgba(255,255,255,.06);color:#b8c3d9;font-size:13px}
.respect-miner-purchase__price{padding:24px 28px;border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.035));border:1px solid rgba(255,197,51,.46);box-shadow:0 0 0 1px rgba(93,115,255,.2),0 14px 40px rgba(255,182,29,.08)}
.respect-miner-purchase__price span{display:block;text-transform:uppercase;letter-spacing:.13em;color:#91abff;font-weight:1000;font-size:14px;margin-bottom:14px}
.respect-miner-purchase__price b{display:flex;align-items:center;gap:14px;color:#fff;font-size:38px;line-height:1}
.respect-miner-purchase__price img{width:42px;height:42px;object-fit:contain;filter:drop-shadow(0 8px 18px rgba(255,211,75,.35))}
.respect-miner-purchase__get{display:flex;align-items:center;gap:14px;color:#cbd5ea;font-size:17px;font-weight:700}
.respect-miner-purchase__get span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#2f74ff,#8f39ee);color:#fff;box-shadow:0 9px 20px rgba(68,105,255,.3)}
.respect-miner-purchase__hint{margin-top:auto;padding-top:18px;border-top:1px solid rgba(255,255,255,.08);color:#91a0bd;font-size:14px;line-height:1.45}
@media (max-width:980px){.respect-miner-purchase{grid-template-columns:1fr}.respect-miner-purchase__hero{min-height:auto}.respect-miner-purchase__hero>img{max-height:300px}.respect-confirm-modal:has(.respect-miner-purchase) .respect-modal__title{font-size:36px}}
@media (max-width:640px){.respect-confirm-modal:has(.respect-miner-purchase){padding:22px;width:calc(100vw - 18px)}.respect-miner-purchase__stats{grid-template-columns:1fr}.respect-miner-purchase__stat+.respect-miner-purchase__stat{border-left:0;border-top:1px solid rgba(255,255,255,.08)}.respect-confirm-modal:has(.respect-miner-purchase) .respect-modal__actions{grid-template-columns:1fr}.respect-confirm-modal:has(.respect-miner-purchase) .respect-modal__title{font-size:30px}.respect-confirm-modal:has(.respect-miner-purchase) .respect-modal__text{font-size:16px}.respect-miner-purchase__panel{padding:20px}.respect-miner-purchase__price b{font-size:32px}}


/* v1.25 fixed miner purchase modal layout (no :has dependency) */
.respect-modal.is-miner{
  width:min(1260px,calc(100vw - 32px))!important;
  max-width:1260px!important;
  max-height:calc(100vh - 32px)!important;
  display:block!important;
  grid-template-columns:none!important;
  align-items:initial!important;
  gap:0!important;
  overflow:auto!important;
  padding:34px!important;
  text-align:left!important;
  border-radius:26px!important;
  background:
    radial-gradient(circle at 14% 8%,rgba(255,197,38,.20),transparent 32%),
    radial-gradient(circle at 84% 16%,rgba(30,112,255,.22),transparent 34%),
    linear-gradient(145deg,#07101d 0%,#0b1324 48%,#050911 100%)!important;
  border:1px solid rgba(113,143,255,.28)!important;
  box-shadow:0 32px 120px rgba(0,0,0,.72),inset 0 0 0 1px rgba(255,255,255,.045)!important;
}
.respect-modal.is-miner::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  border-left:5px solid rgba(255,198,49,.75)!important;
  border-radius:inherit!important;
  background:linear-gradient(90deg,rgba(255,198,49,.16),transparent 18%,transparent 78%,rgba(53,117,255,.16))!important;
  pointer-events:none!important;
  box-shadow:none!important;
}
.respect-modal.is-miner .respect-modal__icon{display:none!important;}
.respect-modal.is-miner .respect-modal__main{width:100%!important;position:relative!important;z-index:1!important;}
.respect-modal.is-miner .respect-modal__head{padding:0!important;margin:0 54px 24px 0!important;}
.respect-modal.is-miner .respect-modal__eyebrow{color:#8facff!important;letter-spacing:.24em!important;font-size:13px!important;font-weight:1000!important;text-shadow:0 0 18px rgba(86,139,255,.45)!important;}
.respect-modal.is-miner .respect-modal__title{font-size:48px!important;line-height:1!important;font-weight:1000!important;color:#fff!important;text-shadow:0 12px 34px rgba(0,0,0,.45)!important;}
.respect-modal.is-miner .respect-modal__body{padding:0!important;}
.respect-modal.is-miner .respect-modal__text{margin:0 0 28px!important;font-size:20px!important;line-height:1.45!important;color:#cbd5ea!important;font-weight:750!important;max-width:760px!important;}
.respect-modal.is-miner .respect-modal__extra{margin:0!important;}
.respect-modal.is-miner .respect-modal__actions{
  display:grid!important;
  grid-template-columns:minmax(220px,.9fr) minmax(300px,1.1fr)!important;
  gap:22px!important;
  margin-top:26px!important;
  padding:0!important;
  justify-content:stretch!important;
  flex-direction:initial!important;
}
.respect-modal.is-miner .respect-modal-btn{width:100%!important;min-height:66px!important;border-radius:16px!important;font-size:18px!important;font-weight:1000!important;}
.respect-modal.is-miner .respect-modal-btn.is-primary{background:linear-gradient(90deg,#2f73ff,#8f35e8)!important;color:#fff!important;box-shadow:0 18px 44px rgba(75,91,255,.34),inset 0 1px 0 rgba(255,255,255,.22)!important;}
.respect-modal.is-miner .respect-modal-btn.is-secondary{background:linear-gradient(180deg,rgba(31,42,62,.95),rgba(18,26,41,.95))!important;border:1px solid rgba(255,255,255,.08)!important;color:#fff!important;}
.respect-modal.is-miner .respect-modal__x{right:18px!important;top:16px!important;z-index:4!important;}
.respect-modal.is-miner .respect-miner-purchase{display:grid!important;grid-template-columns:minmax(440px,.95fr) minmax(520px,1.25fr)!important;gap:34px!important;align-items:stretch!important;width:100%!important;min-width:0!important;}
.respect-modal.is-miner .respect-miner-purchase__hero,.respect-modal.is-miner .respect-miner-purchase__panel{min-width:0!important;}
.respect-modal.is-miner .respect-miner-purchase__hero{min-height:610px!important;padding:22px!important;justify-content:flex-end!important;}
.respect-modal.is-miner .respect-miner-purchase__hero>img{width:100%!important;max-width:none!important;max-height:390px!important;height:auto!important;object-fit:contain!important;transform:scale(1.10)!important;margin:-18px 0 22px!important;}
.respect-modal.is-miner .respect-miner-purchase__bonus{padding:22px!important;}
.respect-modal.is-miner .respect-miner-purchase__panel{padding:26px 28px!important;gap:24px!important;}
.respect-modal.is-miner .respect-miner-purchase__stats{grid-template-columns:1fr 1fr!important;}
.respect-modal.is-miner .respect-miner-purchase__stat{padding:25px 28px!important;min-height:138px!important;}
.respect-modal.is-miner .respect-miner-purchase__stat b{font-size:30px!important;word-break:normal!important;}
.respect-modal.is-miner .respect-miner-purchase__price b{font-size:42px!important;}
@media (max-width:1100px){
  .respect-modal.is-miner .respect-miner-purchase{grid-template-columns:1fr!important;}
  .respect-modal.is-miner .respect-miner-purchase__hero{min-height:auto!important;}
  .respect-modal.is-miner .respect-miner-purchase__hero>img{max-height:330px!important;transform:scale(1.04)!important;}
  .respect-modal.is-miner .respect-modal__title{font-size:38px!important;}
}
@media (max-width:680px){
  .respect-modal.is-miner{width:calc(100vw - 18px)!important;max-height:calc(100vh - 18px)!important;padding:22px!important;border-radius:22px!important;}
  .respect-modal.is-miner .respect-modal__head{margin-right:42px!important;}
  .respect-modal.is-miner .respect-modal__title{font-size:31px!important;}
  .respect-modal.is-miner .respect-modal__text{font-size:16px!important;}
  .respect-modal.is-miner .respect-miner-purchase__stats{grid-template-columns:1fr!important;}
  .respect-modal.is-miner .respect-miner-purchase__stat+.respect-miner-purchase__stat{border-left:0!important;border-top:1px solid rgba(255,255,255,.08)!important;}
  .respect-modal.is-miner .respect-modal__actions{grid-template-columns:1fr!important;}
  .respect-modal.is-miner .respect-miner-purchase__panel{padding:20px!important;}
  .respect-modal.is-miner .respect-miner-purchase__price b{font-size:32px!important;}
}

/* v1.26 redesigned miner page: separated info cards, purchasable levels, animated speed gauge */
.respect-miner-v2{position:relative;overflow:hidden;margin:28px 0;padding:28px;border-radius:26px;background:radial-gradient(circle at 28% 55%,rgba(27,190,84,.16),transparent 30%),linear-gradient(180deg,rgba(8,15,28,.98),rgba(5,10,20,.98));border:1px solid rgba(58,255,142,.13);box-shadow:0 28px 80px rgba(0,0,0,.36),inset 0 1px 0 rgba(255,255,255,.04)}
.respect-miner-v2::before{content:'';position:absolute;inset:-1px;background:radial-gradient(circle at 87% 6%,rgba(35,219,102,.12),transparent 26%),radial-gradient(circle at 8% 0%,rgba(46,110,255,.12),transparent 22%);pointer-events:none}
.respect-miner-v2>*{position:relative;z-index:1}.respect-miner-v2__top{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:26px}.respect-miner-v2__top h2{margin:0 0 14px!important;color:#fff!important;font-size:34px!important;line-height:1!important;text-transform:uppercase;text-shadow:0 0 22px rgba(255,255,255,.08)}
.respect-miner-v2 .respect-miner-status{margin:0;padding:10px 16px;border-radius:999px;font-size:14px;font-weight:1000}.respect-miner-v2 .respect-miner-status::after{content:'';width:8px;height:8px;margin-left:10px;border-radius:50%;background:currentColor;box-shadow:0 0 16px currentColor}.respect-miner-v2 .respect-miner-status.is-running{background:rgba(37,210,104,.13);color:#5eff9b}.respect-miner-v2 .respect-miner-status.is-stopped{background:rgba(255,89,113,.13);color:#ff7f92}
.respect-miner-v2 .respect-miner-rate{min-width:176px;justify-content:center;gap:6px;border-radius:20px;padding:14px 18px;background:rgba(5,23,24,.78);border:1px solid rgba(39,255,137,.22);font-size:18px;font-weight:1000;color:#eafff2;box-shadow:0 0 24px rgba(23,218,102,.08)}.respect-miner-rate-icon{font-size:24px;color:#20e56b}.respect-miner-v2 .respect-miner-rate small{display:block;width:100%;font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#9cb8ad;text-align:center;margin-top:3px}
.respect-miner-v2__stats{display:grid!important;grid-template-columns:repeat(4,minmax(190px,1fr))!important;gap:18px!important;margin:0 0 24px!important}.respect-miner-v2 .respect-miner-stat{min-height:104px;display:flex;align-items:center;gap:18px;padding:20px 22px!important;border-radius:17px!important;background:linear-gradient(180deg,rgba(17,27,43,.7),rgba(9,17,30,.72))!important;border:1px solid rgba(255,255,255,.075)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.035)}.respect-miner-v2 .respect-miner-stat__ico{flex:0 0 48px;width:48px;height:48px;display:grid;place-items:center;font-size:31px;color:#23d86c;filter:drop-shadow(0 0 14px rgba(35,216,108,.3))}.respect-miner-v2 .respect-miner-stat__ico.is-gold{color:#ffd457}.respect-miner-v2 .respect-miner-stat__label{margin:0 0 7px!important;font-size:13px!important;line-height:1.2;letter-spacing:.08em;color:#b7c6e8!important}.respect-miner-v2 .respect-miner-stat__value{font-size:26px!important;line-height:1.05!important}.respect-miner-v2 .respect-miner-stat__value small{display:block;margin-top:5px;font-size:13px;color:#c8d4e8;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.respect-miner-v2__main{display:grid;grid-template-columns:minmax(420px,1.02fr) minmax(430px,.98fr);gap:22px;align-items:stretch}.respect-miner-machine,.respect-miner-speed-card{min-height:365px;border-radius:22px;background:linear-gradient(180deg,rgba(10,23,34,.78),rgba(7,14,25,.88));border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 16px 48px rgba(0,0,0,.22)}.respect-miner-machine{display:grid;grid-template-columns:minmax(220px,.95fr) minmax(250px,1fr);gap:22px;align-items:center;padding:28px;overflow:hidden}.respect-miner-machine::before{content:'';position:absolute;inset:auto auto -90px -90px;width:390px;height:390px;background:radial-gradient(circle,rgba(25,202,83,.2),transparent 66%);pointer-events:none}.respect-miner-machine__image img{width:100%;max-height:270px;object-fit:contain;filter:drop-shadow(0 28px 34px rgba(0,0,0,.55)) drop-shadow(0 0 28px rgba(30,203,97,.2));animation:respectMinerIdle 4.8s ease-in-out infinite}.respect-miner-v2.is-running .respect-miner-machine__image img{animation:respectMinerRun 1.5s ease-in-out infinite}.respect-miner-machine__content h3{margin:0 0 14px;color:#fff;font-size:24px;text-transform:uppercase}.respect-miner-machine__content h3 span{display:inline-block;width:10px;height:10px;border-radius:50%;margin-left:12px;background:#ff5c78;box-shadow:0 0 16px #ff5c78}.respect-miner-v2.is-running .respect-miner-machine__content h3 span{background:#39ff84;box-shadow:0 0 16px #39ff84}.respect-miner-machine__content p{margin:0 0 24px;color:#cdd7e8;font-size:16px;line-height:1.55}.respect-miner-v2 .respect-miner-actions{display:grid!important;grid-template-columns:1fr;gap:12px!important}.respect-miner-v2 .respect-miner-actions .respect-button{width:100%;min-height:62px;border-radius:14px;font-size:17px;font-weight:1000}.respect-miner-v2 .respect-miner-toggle{background:linear-gradient(90deg,#229848,#36d968)!important;box-shadow:0 16px 34px rgba(35,210,100,.22),inset 0 1px 0 rgba(255,255,255,.16)!important}
.respect-miner-speed-card{padding:28px}.respect-miner-speed-card__title{font-size:17px;color:#fff;font-weight:1000;text-transform:uppercase;margin-bottom:18px}.respect-miner-speed-card__title span{color:#8393a8}.respect-miner-gauge{position:relative;width:265px;height:172px;margin:8px 0 20px}.respect-miner-gauge__arc{position:absolute;inset:0;border-radius:265px 265px 0 0;background:conic-gradient(from 270deg at 50% 100%,#2ee36d 0 62deg,rgba(255,255,255,.09) 62deg 180deg,transparent 180deg);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.respect-miner-gauge__arc::after{content:'';position:absolute;left:28px;right:28px;top:28px;bottom:-26px;border-radius:220px 220px 0 0;background:#08111e}.respect-miner-gauge__ticks{position:absolute;left:20px;right:20px;top:14px;height:140px;border-radius:180px 180px 0 0;border-top:2px dashed rgba(68,255,136,.23)}.respect-miner-gauge__needle{position:absolute;left:50%;bottom:25px;width:5px;height:106px;background:linear-gradient(180deg,#35ff85,#0e8741);border-radius:999px;transform-origin:50% 92%;transform:translateX(-50%) rotate(-82deg);box-shadow:0 0 20px rgba(54,255,130,.34);transition:transform 1.1s cubic-bezier(.18,.9,.26,1.25)}.respect-miner-v2.is-running .respect-miner-gauge__needle{transform:translateX(-50%) rotate(-18deg);animation:respectNeedleBoost 1.7s ease-in-out infinite}.respect-miner-gauge__center{position:absolute;left:50%;bottom:8px;transform:translateX(-50%);display:grid;place-items:center;color:#fff;text-align:center}.respect-miner-gauge__center>b{display:block;margin-top:4px;font-size:30px;line-height:1}.respect-miner-gauge__center>small{display:block;margin-top:2px;font-size:12px;text-transform:uppercase;font-weight:900;color:#c7d5e7}.respect-miner-upgrades{margin-left:295px;margin-top:-190px;border-radius:16px;overflow:hidden;background:rgba(7,15,25,.58);border:1px solid rgba(255,255,255,.07)}.respect-miner-upgrades__head{padding:14px 18px;color:#fff;font-weight:1000;text-transform:uppercase;background:rgba(255,255,255,.035)}.respect-miner-upgrade-row{width:100%;display:grid;grid-template-columns:1fr auto auto;gap:14px;align-items:center;padding:15px 18px;background:rgba(255,255,255,.018);border:0;border-top:1px solid rgba(255,255,255,.055);color:#dce7f3;text-align:left;font:inherit}.respect-miner-upgrade-row span{font-weight:900;text-transform:uppercase}.respect-miner-upgrade-row b{color:#35ff83}.respect-miner-upgrade-row em{font-style:normal;display:inline-flex;align-items:center;gap:7px;justify-content:center;min-width:120px;border-radius:10px;padding:9px 12px;font-weight:1000;background:rgba(255,255,255,.04);color:#8b98aa}.respect-miner-upgrade-row em img{width:18px;height:18px}.respect-miner-upgrade-row.is-available{cursor:pointer;background:rgba(31,155,75,.09)}.respect-miner-upgrade-row.is-available em{background:linear-gradient(90deg,#208d47,#31ca60);color:#fff}.respect-miner-upgrade-row.is-available:hover{background:rgba(36,211,101,.16)}.respect-miner-upgrade-row.is-owned{opacity:.66}.respect-miner-upgrade-row:disabled{cursor:not-allowed}.respect-miner-v2 .respect-miner-note{display:flex;gap:16px;align-items:flex-start;margin-top:24px;padding:20px 24px;border-radius:16px;background:linear-gradient(90deg,rgba(0,155,77,.14),rgba(0,105,85,.05));border:1px solid rgba(35,255,137,.13);color:#d8e5f0;font-size:15px;line-height:1.55}.respect-miner-v2 .respect-miner-note span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;border:2px solid rgba(35,255,137,.6);color:#27f47b;font-weight:1000}.respect-miner-v2 .respect-miner-message{margin-top:12px;color:#fff;font-weight:900;min-height:26px}
@keyframes respectMinerIdle{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes respectMinerRun{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-8px) scale(1.015)}}@keyframes respectNeedleBoost{0%,100%{transform:translateX(-50%) rotate(-18deg)}50%{transform:translateX(-50%) rotate(-7deg)}}
@media (max-width:1180px){.respect-miner-v2__stats{grid-template-columns:repeat(2,minmax(190px,1fr))!important}.respect-miner-v2__main{grid-template-columns:1fr}.respect-miner-upgrades{margin-left:0;margin-top:12px}.respect-miner-gauge{margin-left:auto;margin-right:auto}}
@media (max-width:720px){.respect-miner-v2{padding:18px;border-radius:20px}.respect-miner-v2__top{flex-direction:column}.respect-miner-v2__stats{grid-template-columns:1fr!important}.respect-miner-machine{grid-template-columns:1fr;padding:20px}.respect-miner-upgrade-row{grid-template-columns:1fr}.respect-miner-upgrade-row em{width:100%}}

.respect-miner-machine{position:relative}

/* XP Pass rewards: horizontal track above tasks */
.respect-xp-grid{display:block!important;margin-top:24px!important;}
.respect-xp-left-col{width:100%;display:flex;flex-direction:column;gap:18px;}
.respect-xp-rewards-line{width:100%;overflow:hidden;padding:18px 22px!important;}
.respect-xp-rewards-line h3{margin-bottom:14px!important;}
.respect-xp-rewards-track{display:flex;align-items:stretch;gap:12px;overflow-x:auto;overflow-y:hidden;padding:4px 4px 12px;scrollbar-color:rgba(54,242,111,.7) rgba(255,255,255,.08);}
.respect-xp-rewards-track::-webkit-scrollbar{height:8px;}
.respect-xp-rewards-track::-webkit-scrollbar-track{background:rgba(255,255,255,.08);border-radius:999px;}
.respect-xp-rewards-track::-webkit-scrollbar-thumb{background:rgba(54,242,111,.75);border-radius:999px;}
.respect-xp-rewards-line .respect-xp-reward{position:relative;flex:0 0 118px;width:118px;height:118px;min-height:118px;margin:0!important;padding:10px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:16px!important;overflow:visible!important;}
.respect-xp-rewards-line .respect-xp-reward>strong{position:absolute;left:50%;bottom:-18px;transform:translateX(-50%);z-index:4;min-width:42px;height:18px;display:flex;align-items:center;justify-content:center;border-radius:0 0 8px 8px;background:#083b8f;color:#22a8ff!important;font-size:13px!important;font-weight:900;text-align:center;}
.respect-xp-rewards-line .respect-xp-reward-img{width:100%!important;height:100%!important;min-width:0!important;min-height:0!important;background:transparent!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:visible!important;}
.respect-xp-rewards-line .respect-xp-reward-stack{width:100%;min-height:0!important;height:100%;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;flex-wrap:nowrap!important;}
.respect-xp-rewards-line .respect-xp-reward-thumb{position:relative;width:76px!important;height:76px!important;border-radius:10px!important;background:rgba(6,13,24,.42)!important;box-shadow:0 8px 24px rgba(0,0,0,.25),inset 0 0 18px rgba(255,255,255,.08)!important;}
.respect-xp-rewards-line .respect-xp-reward-stack.is-count-2 .respect-xp-reward-thumb{width:52px!important;height:62px!important;}
.respect-xp-rewards-line .respect-xp-reward-stack.is-count-3 .respect-xp-reward-thumb{width:38px!important;height:58px!important;}
.respect-xp-rewards-line .respect-xp-reward-thumb img{width:100%!important;height:100%!important;object-fit:contain!important;}
.respect-xp-rewards-line .respect-xp-miner-tag{position:absolute;right:6px;top:6px;z-index:5;font-size:10px;padding:2px 7px;border-radius:999px;background:#d8ff31;color:#08130b;box-shadow:0 0 12px rgba(216,255,49,.75);}
.respect-xp-rewards-line .respect-xp-check{position:absolute;right:8px;bottom:8px;z-index:6;color:#39ff76!important;font-size:20px!important;}
.respect-xp-rewards-line .respect-xp-claim-reward{position:absolute;left:50%;bottom:8px;transform:translateX(-50%);z-index:6;min-height:26px!important;padding:0 9px!important;font-size:11px!important;white-space:nowrap;}
.respect-xp-respects-amount{position:absolute;right:-8px;bottom:-7px;z-index:5;min-width:34px;height:26px;padding:0 8px;border-radius:9px;background:linear-gradient(135deg,#2a113f,#5b0dac);border:2px solid #af3cff;color:#fff;font-style:normal;font-weight:900;font-size:18px;line-height:24px;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.65);box-shadow:0 0 14px rgba(175,60,255,.55);}
.respect-xp-rarity-common{background:linear-gradient(135deg,#1b2636,#263447)!important;border-color:rgba(180,200,220,.5)!important;}
.respect-xp-rarity-uncommon{background:linear-gradient(135deg,#07351c,#25a944)!important;border-color:rgba(54,242,111,.75)!important;box-shadow:inset 0 0 28px rgba(54,242,111,.17)!important;}
.respect-xp-rarity-rare{background:linear-gradient(135deg,#053f82,#18a8ff)!important;border-color:rgba(24,168,255,.85)!important;box-shadow:inset 0 0 28px rgba(24,168,255,.2)!important;}
.respect-xp-rarity-epic{background:linear-gradient(135deg,#4b0b84,#ce3cff)!important;border-color:rgba(206,60,255,.9)!important;box-shadow:inset 0 0 30px rgba(206,60,255,.23)!important;}
.respect-xp-rarity-legendary{background:linear-gradient(135deg,#7a3900,#ff8b10)!important;border-color:rgba(255,139,16,.95)!important;box-shadow:inset 0 0 32px rgba(255,139,16,.26)!important;}
.respect-xp-rarity-mythic{background:linear-gradient(135deg,#730814,#ff2e54 52%,#ffd54a)!important;border-color:rgba(255,213,74,.98)!important;box-shadow:inset 0 0 36px rgba(255,213,74,.28),0 0 22px rgba(255,46,84,.18)!important;}
@media(max-width:640px){.respect-xp-rewards-line .respect-xp-reward{flex-basis:96px;width:96px;height:96px;min-height:96px}.respect-xp-rewards-line .respect-xp-reward-thumb{width:64px!important;height:64px!important}.respect-xp-rewards-line .respect-xp-reward-stack.is-count-2 .respect-xp-reward-thumb{width:44px!important;height:54px!important}.respect-xp-rewards-line .respect-xp-reward-stack.is-count-3 .respect-xp-reward-thumb{width:32px!important;height:48px!important}}

/* XP Pass rewards redesign: clean Fortnite-like level strip, no duplicate inner frames */
.respect-xp-rewards-line{
  padding:20px 24px 26px!important;
  border-radius:20px!important;
  background:linear-gradient(180deg,rgba(9,18,32,.94),rgba(6,12,22,.94))!important;
  border:1px solid rgba(80,110,150,.28)!important;
  box-shadow:inset 0 0 34px rgba(25,130,255,.05),0 16px 46px rgba(0,0,0,.28)!important;
}
.respect-xp-rewards-line h3{
  margin:0 0 22px!important;
  color:#fff!important;
  font-size:22px!important;
  letter-spacing:.035em!important;
}
.respect-xp-rewards-track{
  align-items:flex-start!important;
  gap:28px!important;
  padding:6px 10px 22px!important;
}
.respect-xp-rewards-line .respect-xp-reward{
  flex:0 0 160px!important;
  width:160px!important;
  height:136px!important;
  min-height:136px!important;
  padding:0!important;
  border-radius:18px!important;
  border:2px solid rgba(255,255,255,.14)!important;
  overflow:visible!important;
  isolation:isolate;
  transform:translateZ(0);
}
.respect-xp-rewards-line .respect-xp-reward::before{
  content:'';
  position:absolute;
  inset:0;
  z-index:-1;
  border-radius:16px;
  background:radial-gradient(circle at 50% 20%,rgba(255,255,255,.15),transparent 40%),linear-gradient(145deg,rgba(255,255,255,.08),rgba(0,0,0,.18));
  opacity:.9;
}
.respect-xp-rewards-line .respect-xp-reward::after{
  content:'';
  position:absolute;
  left:18px;
  right:18px;
  bottom:28px;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.28),transparent);
  opacity:.55;
}
.respect-xp-rewards-line .respect-xp-reward>strong{
  bottom:-22px!important;
  min-width:56px!important;
  height:24px!important;
  border-radius:0 0 10px 10px!important;
  background:linear-gradient(180deg,#0d66d8,#06449a)!important;
  color:#fff!important;
  font-size:16px!important;
  box-shadow:0 8px 18px rgba(0,73,180,.35)!important;
}
.respect-xp-rewards-line .respect-xp-reward-img{
  position:absolute!important;
  inset:12px 12px 24px!important;
  width:auto!important;
  height:auto!important;
  padding:0!important;
}
.respect-xp-rewards-line .respect-xp-reward-stack{
  width:100%!important;
  height:100%!important;
  gap:0!important;
}
.respect-xp-rewards-line .respect-xp-reward-thumb,
.respect-xp-rewards-line .respect-xp-reward.is-miner-reward .respect-xp-reward-thumb:first-child,
.respect-xp-rewards-line .respect-xp-reward.is-miner-reward .respect-xp-reward-img{
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.respect-xp-rewards-line .respect-xp-reward-stack.is-count-1 .respect-xp-reward-thumb{
  width:112px!important;
  height:92px!important;
}
.respect-xp-rewards-line .respect-xp-reward-stack.is-count-2{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:8px!important;
  align-items:center!important;
  justify-items:center!important;
}
.respect-xp-rewards-line .respect-xp-reward-stack.is-count-2::before{
  content:'';
  position:absolute;
  left:50%;
  top:16px;
  bottom:36px;
  width:1px;
  background:linear-gradient(180deg,transparent,rgba(255,255,255,.24),transparent);
  transform:translateX(-50%);
}
.respect-xp-rewards-line .respect-xp-reward-stack.is-count-2 .respect-xp-reward-thumb{
  width:62px!important;
  height:76px!important;
  filter:drop-shadow(0 10px 14px rgba(0,0,0,.42));
}
.respect-xp-rewards-line .respect-xp-reward-stack.is-count-3{
  display:grid!important;
  grid-template-columns:repeat(3,1fr)!important;
  gap:4px!important;
}
.respect-xp-rewards-line .respect-xp-reward-stack.is-count-3 .respect-xp-reward-thumb{
  width:44px!important;
  height:70px!important;
  filter:drop-shadow(0 9px 12px rgba(0,0,0,.42));
}
.respect-xp-rewards-line .respect-xp-reward-thumb img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  filter:drop-shadow(0 14px 16px rgba(0,0,0,.42));
}
.respect-xp-rewards-line .respect-xp-miner-tag{
  right:10px!important;
  top:8px!important;
  padding:4px 10px!important;
  background:linear-gradient(135deg,#eeff31,#a7ff4d)!important;
  color:#06130b!important;
  border:1px solid rgba(255,255,255,.45)!important;
}
.respect-xp-rewards-line .respect-xp-check{
  right:10px!important;
  bottom:12px!important;
  font-size:24px!important;
  color:#21b8ff!important;
  text-shadow:0 0 16px rgba(33,184,255,.65)!important;
}
.respect-xp-rewards-line .respect-xp-claim-reward{
  bottom:10px!important;
  height:28px!important;
  min-height:28px!important;
  padding:0 16px!important;
  border-radius:999px!important;
  font-size:12px!important;
  font-weight:900!important;
  background:linear-gradient(180deg,#29f06d,#087b39)!important;
  border:1px solid rgba(140,255,170,.58)!important;
  box-shadow:0 0 18px rgba(35,255,104,.28)!important;
}
.respect-xp-respects-amount{
  right:-10px!important;
  bottom:0!important;
  min-width:42px!important;
  height:30px!important;
  line-height:27px!important;
  border-radius:12px!important;
  font-size:20px!important;
}
.respect-xp-rarity-common{background:linear-gradient(145deg,#1a2637,#25354a)!important;border-color:rgba(160,185,215,.62)!important;box-shadow:inset 0 0 35px rgba(190,215,255,.06),0 0 0 1px rgba(255,255,255,.05)!important;}
.respect-xp-rarity-uncommon{background:linear-gradient(145deg,#053b20,#0e7335)!important;border-color:rgba(48,255,103,.9)!important;box-shadow:0 0 24px rgba(48,255,103,.2),inset 0 0 36px rgba(48,255,103,.16)!important;}
.respect-xp-rarity-rare{background:linear-gradient(145deg,#073b78,#075cb5)!important;border-color:rgba(20,157,255,.95)!important;box-shadow:0 0 24px rgba(20,157,255,.22),inset 0 0 36px rgba(20,157,255,.16)!important;}
.respect-xp-rarity-epic{background:linear-gradient(145deg,#351052,#6b1a8e)!important;border-color:rgba(194,60,255,.95)!important;box-shadow:0 0 24px rgba(194,60,255,.24),inset 0 0 38px rgba(194,60,255,.18)!important;}
.respect-xp-rarity-legendary{background:linear-gradient(145deg,#513700,#9d7200)!important;border-color:rgba(255,204,28,.98)!important;box-shadow:0 0 25px rgba(255,204,28,.25),inset 0 0 40px rgba(255,204,28,.18)!important;}
.respect-xp-rarity-mythic{background:linear-gradient(145deg,#5c0714,#a60b28 52%,#a67300)!important;border-color:rgba(255,226,75,.98)!important;box-shadow:0 0 28px rgba(255,61,94,.24),inset 0 0 42px rgba(255,226,75,.18)!important;}
@media(max-width:640px){
  .respect-xp-rewards-track{gap:18px!important;}
  .respect-xp-rewards-line .respect-xp-reward{flex-basis:126px!important;width:126px!important;height:112px!important;min-height:112px!important;}
  .respect-xp-rewards-line .respect-xp-reward-stack.is-count-1 .respect-xp-reward-thumb{width:88px!important;height:74px!important;}
  .respect-xp-rewards-line .respect-xp-reward-stack.is-count-2 .respect-xp-reward-thumb{width:48px!important;height:62px!important;}
  .respect-xp-rewards-line .respect-xp-reward-stack.is-count-3 .respect-xp-reward-thumb{width:34px!important;height:56px!important;}
}

/* XP Pass reward hover-claim + info popup */
.respect-xp-rewards-line .respect-xp-reward{cursor:pointer;transition:transform .22s ease,filter .22s ease,box-shadow .22s ease!important;}
.respect-xp-rewards-line .respect-xp-reward:hover{transform:translateY(-8px) scale(1.025)!important;filter:brightness(1.08);}
.respect-xp-rewards-line .respect-xp-reward.is-ready{animation:respectRewardFloat 2.2s ease-in-out infinite!important;}
.respect-xp-rewards-line .respect-xp-reward.is-ready::before{box-shadow:inset 0 0 44px rgba(43,255,103,.22),0 0 28px rgba(43,255,103,.22)!important;}
.respect-xp-rewards-line .respect-xp-reward.is-ready .respect-xp-reward-img::after{content:'';position:absolute;left:26px;right:26px;bottom:8px;height:10px;border-radius:50%;background:radial-gradient(ellipse at center,rgba(44,255,104,.8),rgba(44,255,104,0) 70%);filter:blur(3px);opacity:.9;animation:respectRewardGlow 1.7s ease-in-out infinite;}
.respect-xp-rewards-line .respect-xp-fertig{position:absolute;left:50%;top:-34px;transform:translateX(-50%);z-index:12;display:inline-flex;align-items:center;gap:6px;padding:5px 14px;border-radius:999px;background:rgba(16,255,86,.16);border:1px solid rgba(70,255,120,.72);color:#58ff7f;font-size:18px;font-weight:900;line-height:1;text-shadow:0 0 14px rgba(50,255,100,.75);box-shadow:0 0 22px rgba(35,255,100,.28);pointer-events:none;}
.respect-xp-rewards-line .respect-xp-fertig::before,.respect-xp-rewards-line .respect-xp-fertig::after{content:'✧';font-size:14px;color:#b7ff35;}
.respect-xp-rewards-line .respect-xp-claim-reward{display:none!important;}
.respect-xp-rewards-line .respect-xp-reward.is-claiming{pointer-events:none;filter:saturate(1.25) brightness(1.18);}
.respect-xp-rewards-line .respect-xp-reward.is-claiming::after{content:'Выдаём...';position:absolute;left:50%;bottom:10px;z-index:20;transform:translateX(-50%);padding:5px 12px;border-radius:999px;background:rgba(5,14,20,.84);border:1px solid rgba(80,255,130,.55);color:#baffc8;font-size:12px;font-weight:900;white-space:nowrap;}
.respect-xp-rewards-line .respect-xp-reward.is-claimed{opacity:.78;animation:none!important;}
.respect-xp-rewards-line .respect-xp-reward.is-claimed .respect-xp-fertig{display:none!important;}
.respect-xp-reward-info-pop{position:fixed;z-index:999999;max-width:320px;padding:14px 16px;border-radius:16px;background:linear-gradient(180deg,rgba(8,18,31,.97),rgba(4,10,18,.97));border:1px solid rgba(70,255,120,.42);box-shadow:0 18px 50px rgba(0,0,0,.45),0 0 28px rgba(35,255,100,.12);color:#eaf7ff;opacity:0;transform:translateY(8px) scale(.96);transition:opacity .16s ease,transform .16s ease;font-family:inherit;}
.respect-xp-reward-info-pop.is-show{opacity:1;transform:translateY(0) scale(1);}
.respect-xp-reward-info-pop b{display:block;margin-bottom:5px;color:#fff;font-size:15px;}
.respect-xp-reward-info-pop p{margin:0 0 10px;color:#b9c8d8;font-size:13px;line-height:1.35;}
.respect-xp-reward-info-pop small{display:flex;justify-content:space-between;gap:12px;color:#58ff7f;font-size:12px;font-weight:800;}
@keyframes respectRewardFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}
@keyframes respectRewardGlow{0%,100%{opacity:.45;transform:scaleX(.86)}50%{opacity:1;transform:scaleX(1.08)}}
@media(max-width:640px){.respect-xp-rewards-line .respect-xp-fertig{top:-28px;font-size:14px;padding:4px 10px}.respect-xp-reward-info-pop{left:14px!important;right:14px!important;top:auto!important;bottom:18px!important;max-width:none}}

/* XP Pass hotfix: respect amount badge must stay on its own reward image, including next reward preview */
.respect-xp-reward-thumb,
.respect-xp-next-img .respect-xp-reward-thumb{
  position:relative!important;
  overflow:visible!important;
}
.respect-xp-next-img .respect-xp-respects-amount{
  right:-10px!important;
  bottom:-6px!important;
  z-index:20!important;
}

/* XP Pass hotfix: ready reward is only claimed by click/tap, not automatically on hover */
.respect-xp-rewards-line .respect-xp-reward.is-ready{
  cursor:pointer!important;
}
.respect-xp-rewards-line .respect-xp-reward.is-ready:hover{
  transform:translateY(-8px) scale(1.025)!important;
}


/* XP Pass hotfix: give floating ready rewards enough vertical room so animation is not clipped */
.respect-xp-rewards-line{
  overflow:visible!important;
  padding-top:24px!important;
}
.respect-xp-rewards-track{
  overflow-x:auto!important;
  overflow-y:visible!important;
  padding-top:44px!important;
  margin-top:-28px!important;
}
.respect-xp-rewards-line h3{
  margin-bottom:30px!important;
}
@media(max-width:640px){
  .respect-xp-rewards-track{padding-top:36px!important;margin-top:-22px!important;}
  .respect-xp-rewards-line h3{margin-bottom:24px!important;}
}

/* Pass rewards: same quality colors as case items */
.respect-xp-rarity-consumer{background:linear-gradient(145deg,rgba(176,195,217,.18),rgba(31,45,62,.95))!important;border-color:rgba(176,195,217,.9)!important;box-shadow:0 0 22px rgba(176,195,217,.18),inset 0 0 36px rgba(176,195,217,.10)!important;}
.respect-xp-rarity-industrial{background:linear-gradient(145deg,rgba(94,152,217,.22),rgba(7,47,88,.96))!important;border-color:rgba(94,152,217,.95)!important;box-shadow:0 0 24px rgba(94,152,217,.22),inset 0 0 38px rgba(94,152,217,.14)!important;}
.respect-xp-rarity-mil_spec{background:linear-gradient(145deg,rgba(75,105,255,.22),rgba(8,31,93,.96))!important;border-color:rgba(75,105,255,.98)!important;box-shadow:0 0 24px rgba(75,105,255,.24),inset 0 0 38px rgba(75,105,255,.15)!important;}
.respect-xp-rarity-restricted{background:linear-gradient(145deg,rgba(136,71,255,.24),rgba(43,13,91,.96))!important;border-color:rgba(136,71,255,.98)!important;box-shadow:0 0 25px rgba(136,71,255,.25),inset 0 0 40px rgba(136,71,255,.17)!important;}
.respect-xp-rarity-classified{background:linear-gradient(145deg,rgba(211,44,230,.24),rgba(70,9,80,.96))!important;border-color:rgba(211,44,230,.98)!important;box-shadow:0 0 26px rgba(211,44,230,.26),inset 0 0 42px rgba(211,44,230,.18)!important;}
.respect-xp-rarity-covert{background:linear-gradient(145deg,rgba(235,75,75,.24),rgba(86,13,18,.96))!important;border-color:rgba(235,75,75,.98)!important;box-shadow:0 0 27px rgba(235,75,75,.27),inset 0 0 42px rgba(235,75,75,.18)!important;}
.respect-xp-rarity-contraband{background:linear-gradient(145deg,rgba(228,174,57,.26),rgba(82,55,6,.96))!important;border-color:rgba(228,174,57,.98)!important;box-shadow:0 0 28px rgba(228,174,57,.28),inset 0 0 44px rgba(228,174,57,.19)!important;}
.respect-xp-rarity-extraordinary{background:linear-gradient(145deg,rgba(255,215,0,.28),rgba(92,69,0,.96))!important;border-color:rgba(255,215,0,.98)!important;box-shadow:0 0 30px rgba(255,215,0,.32),inset 0 0 46px rgba(255,215,0,.22)!important;}

/* XP Pass tooltip: показываем все награды, включая ключ кейса */
.respect-xp-reward-details{display:none!important;}
.respect-xp-reward-info-pop{width:360px;max-width:calc(100vw - 20px);}
.respect-xp-reward-info-pop .respect-xp-pop-title{display:block;margin-bottom:10px;color:#fff;font-size:15px;line-height:1.25;}
.respect-xp-reward-info-pop .respect-xp-pop-body{display:block;margin:0 0 12px;}
.respect-xp-detail-list{display:flex;flex-direction:column;gap:10px;}
.respect-xp-detail-row{display:grid;grid-template-columns:54px 1fr;gap:10px;align-items:center;min-width:0;}
.respect-xp-detail-icon,.respect-xp-detail-empty{width:54px;height:54px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(180deg,rgba(34,242,111,.12),rgba(10,18,32,.78));border:1px solid rgba(52,242,111,.28);position:relative;overflow:visible;}
.respect-xp-detail-icon img{width:48px;height:48px;object-fit:contain;filter:drop-shadow(0 8px 14px rgba(0,0,0,.38));}
.respect-xp-detail-icon em{position:absolute;right:-7px;bottom:-5px;min-width:30px;height:20px;padding:0 7px;border-radius:9px;background:linear-gradient(180deg,#9f33ff,#4d168b);border:1px solid rgba(255,255,255,.55);box-shadow:0 5px 14px rgba(95,25,170,.45);display:flex;align-items:center;justify-content:center;color:#fff;font-style:normal;font-size:12px;font-weight:1000;line-height:1;}
.respect-xp-detail-row b{display:block;color:#fff;font-size:13px;line-height:1.2;margin:0 0 3px;}
.respect-xp-detail-row p{margin:0!important;color:#b8c7d8!important;font-size:11px!important;line-height:1.35!important;}
.respect-xp-reward-stack.is-count-2 .respect-xp-reward-thumb{width:48%;}
.respect-xp-reward-stack.is-count-3 .respect-xp-reward-thumb{width:31%;}

/* XP Pass: показывать MINER-награды всем, но блокировать получение без майнера */
.respect-xp-rewards-line .respect-xp-reward.is-miner-locked{
  cursor:help!important;
  opacity:.62!important;
  filter:grayscale(.25) saturate(.7) brightness(.78)!important;
  animation:none!important;
  border-color:rgba(165,185,210,.28)!important;
  box-shadow:inset 0 0 28px rgba(0,0,0,.22)!important;
}
.respect-xp-rewards-line .respect-xp-reward.is-miner-locked:hover{
  transform:translateY(-3px) scale(1.01)!important;
  filter:grayscale(.15) saturate(.8) brightness(.88)!important;
}
.respect-xp-rewards-line .respect-xp-reward.is-miner-locked::after{
  content:'LOCKED';
  position:absolute;
  left:50%;
  bottom:8px;
  z-index:10;
  transform:translateX(-50%);
  padding:3px 8px;
  border-radius:999px;
  background:rgba(4,10,18,.86);
  border:1px solid rgba(210,230,255,.22);
  color:#c7d6ea;
  font-size:10px;
  font-weight:900;
  letter-spacing:.06em;
  pointer-events:none;
}
.respect-xp-rewards-line .respect-xp-reward.is-miner-locked .respect-xp-fertig{
  display:none!important;
}

/* XP Pass hotfix: no page-level horizontal scrollbar from the rewards strip */
.respect-xp-wrap,
.respect-xp-wrap *{
  box-sizing:border-box!important;
}
.respect-xp-wrap{
  max-width:100%!important;
  overflow-x:hidden!important;
}
.respect-xp-card,
.respect-xp-rewards-line,
.respect-xp-tasks,
.respect-xp-rotation-strip,
.respect-xp-hero{
  max-width:100%!important;
}
.respect-xp-rewards-track{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  overscroll-behavior-x:contain;
}
.respect-xp-left-col{
  min-width:0!important;
}

/* XP Pass: MINER tasks are visible for all, locked without miner */
.respect-xp-task.is-miner-locked{
  opacity:.78!important;
  border-color:rgba(216,255,49,.28)!important;
  background:linear-gradient(180deg,rgba(18,28,42,.82),rgba(10,18,30,.86))!important;
}
.respect-xp-task.is-miner-locked .respect-xp-mini span{
  background:linear-gradient(90deg,#7d8798,#d8ff31)!important;
}
.respect-xp-buy-miner-task{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:34px!important;
  padding:0 14px!important;
  border-radius:9px!important;
  background:linear-gradient(180deg,#d8ff31,#79d51e)!important;
  border:1px solid rgba(255,255,255,.45)!important;
  color:#06130b!important;
  font-weight:1000!important;
  text-decoration:none!important;
  box-shadow:0 0 18px rgba(216,255,49,.24)!important;
  white-space:nowrap!important;
}
.respect-xp-buy-miner-task:hover{
  filter:brightness(1.08)!important;
  transform:translateY(-1px);
}

/* XP Pass privilege reward preview */
.respect-xp-reward-stack.has-pass-privilege .respect-xp-reward-thumb.is-pass-privilege{
  position:relative;
  flex-direction:column;
  gap:2px;
  padding:5px;
  text-align:center;
  background:radial-gradient(circle at 50% 12%,rgba(255,255,255,.22),transparent 30%),linear-gradient(135deg,#432170,#8c3cff 56%,#20e86a)!important;
  border:1px solid rgba(255,255,255,.42)!important;
  color:#fff;
  overflow:hidden;
  box-shadow:0 10px 28px rgba(124,58,237,.35),inset 0 0 22px rgba(255,255,255,.14)!important;
}
.respect-xp-reward-stack.has-pass-privilege .respect-xp-reward-thumb.is-pass-privilege:before{
  content:"";
  position:absolute;
  inset:-45% -20% auto;
  height:70%;
  transform:rotate(-18deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.34),transparent);
}
.respect-xp-reward-thumb.is-pass-privilege i{
  position:relative;
  z-index:2;
  width:26px;
  height:26px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:10px;
  background:rgba(4,10,18,.46);
  border:1px solid rgba(255,255,255,.22);
  color:#dfff7a;
  font-style:normal;
  font-size:17px;
  line-height:1;
  font-weight:1000;
}
.respect-xp-reward-thumb.is-pass-privilege b{
  position:relative;
  z-index:2;
  display:block;
  max-width:100%;
  color:#fff!important;
  font-size:9px!important;
  line-height:1.05!important;
  font-weight:1000!important;
  text-transform:uppercase;
  white-space:normal;
  overflow:hidden;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  text-shadow:0 1px 2px rgba(0,0,0,.55);
}
.respect-xp-reward-thumb.is-pass-privilege small{
  position:relative;
  z-index:2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:13px;
  padding:0 5px;
  border-radius:999px;
  background:rgba(6,13,24,.66);
  border:1px solid rgba(255,255,255,.16);
  color:#b9ffca;
  font-size:7px;
  line-height:1;
  font-weight:1000;
  letter-spacing:.08em;
}
.respect-xp-rewards-line .respect-xp-reward-stack.has-pass-privilege .respect-xp-reward-thumb.is-pass-privilege{width:76px!important;height:76px!important;}
.respect-xp-rewards-line .respect-xp-reward-stack.has-pass-privilege.is-count-2 .respect-xp-reward-thumb{width:52px!important;height:62px!important;}
.respect-xp-rewards-line .respect-xp-reward-stack.has-pass-privilege.is-count-3 .respect-xp-reward-thumb{width:38px!important;height:58px!important;}
.respect-xp-rewards-line .respect-xp-reward-stack.has-pass-privilege.is-count-3 .respect-xp-reward-thumb.is-pass-privilege b{font-size:7px!important;-webkit-line-clamp:2;}
.respect-xp-rewards-line .respect-xp-reward-stack.has-pass-privilege.is-count-3 .respect-xp-reward-thumb.is-pass-privilege i{width:20px;height:20px;font-size:13px;border-radius:7px;}
.respect-xp-next-img .respect-xp-reward-thumb.is-pass-privilege{width:90px!important;height:90px!important;}
@media(max-width:640px){
  .respect-xp-rewards-line .respect-xp-reward-stack.has-pass-privilege .respect-xp-reward-thumb.is-pass-privilege{width:64px!important;height:64px!important;}
  .respect-xp-rewards-line .respect-xp-reward-stack.has-pass-privilege.is-count-3 .respect-xp-reward-thumb.is-pass-privilege{width:32px!important;height:48px!important;}
}

/* XP Pass locked purchase page: reward summary and preview */
.respect-xp-paywall-rewards{position:relative;z-index:1;margin:18px 0 20px;padding:18px;border-radius:22px;border:1px solid rgba(255,255,255,.11);background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}
.respect-xp-paywall-rewards-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:16px}
.respect-xp-paywall-kicker{display:inline-flex;align-items:center;gap:7px;margin-bottom:5px;padding:6px 10px;border-radius:999px;background:rgba(54,214,66,.12);border:1px solid rgba(54,214,66,.24);color:#68ff91;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.respect-xp-paywall-kicker:before{content:'✦';color:#b976ff;text-shadow:0 0 12px rgba(185,118,255,.8)}
.respect-xp-paywall-rewards h3{margin:0;color:#fff;font-size:24px;line-height:1.1;text-transform:uppercase;letter-spacing:.02em}
.respect-xp-paywall-stats{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;max-width:520px}
.respect-xp-paywall-stats span{display:inline-flex;align-items:center;gap:6px;min-height:34px;padding:7px 10px;border-radius:12px;background:rgba(8,15,28,.58);border:1px solid rgba(255,255,255,.09);color:#bfc8d7;font-size:12px;font-weight:800;text-transform:uppercase}
.respect-xp-paywall-stats b{color:#fff;font-size:16px;text-shadow:0 0 14px rgba(54,214,66,.35)}
.respect-xp-paywall-reward-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;max-height:640px;overflow-y:auto;overflow-x:hidden;padding-right:8px;scrollbar-width:thin;scrollbar-color:rgba(54,214,66,.55) rgba(8,15,28,.55)}.respect-xp-paywall-reward-grid::-webkit-scrollbar{width:8px}.respect-xp-paywall-reward-grid::-webkit-scrollbar-track{background:rgba(8,15,28,.55);border-radius:999px}.respect-xp-paywall-reward-grid::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#39e872,#1db14f);border-radius:999px}
.respect-xp-paywall-reward{position:relative;overflow:hidden;min-height:190px;padding:12px;border-radius:18px;border:1px solid rgba(255,255,255,.1);background:radial-gradient(circle at 50% 0,rgba(54,214,66,.18),transparent 45%),linear-gradient(180deg,rgba(9,18,32,.94),rgba(5,9,17,.96));box-shadow:0 16px 36px rgba(0,0,0,.22);display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}
.respect-xp-paywall-reward:before{content:'';position:absolute;inset:-1px;pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,.14),transparent 35%,rgba(54,214,66,.12));opacity:.75}
.respect-xp-paywall-level{position:relative;z-index:1;align-self:flex-start;padding:5px 8px;border-radius:999px;background:rgba(54,214,66,.14);border:1px solid rgba(54,214,66,.22);color:#7dff9d;font-size:10px;font-weight:950;letter-spacing:.08em}
.respect-xp-paywall-reward-img{position:relative;z-index:1;width:100%;height:76px;display:flex;align-items:center;justify-content:center}
.respect-xp-paywall-reward-img .respect-xp-reward-stack{justify-content:center!important;min-height:0!important;gap:6px!important;flex-wrap:nowrap!important}
.respect-xp-paywall-reward-img .respect-xp-reward-thumb{width:64px!important;height:64px!important;border-radius:16px!important;background:rgba(255,255,255,.065)!important}
.respect-xp-paywall-reward-img .respect-xp-reward-stack.is-count-2 .respect-xp-reward-thumb{width:50px!important;height:60px!important}
.respect-xp-paywall-reward-img .respect-xp-reward-stack.is-count-3 .respect-xp-reward-thumb{width:38px!important;height:56px!important}
.respect-xp-paywall-reward-img .respect-xp-reward-thumb.is-pass-privilege{width:64px!important;height:64px!important}
.respect-xp-paywall-reward strong{position:relative;z-index:1;color:#fff;font-size:14px;line-height:1.2;max-width:100%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.respect-xp-paywall-reward small{position:relative;z-index:1;color:#aeb9c9;font-size:11px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.respect-xp-paywall-empty{padding:16px;border-radius:16px;background:rgba(0,0,0,.18);border:1px dashed rgba(255,255,255,.14);color:#bfc8d7;text-align:center}
@media(max-width:980px){.respect-xp-paywall-rewards-head{align-items:flex-start;flex-direction:column}.respect-xp-paywall-stats{justify-content:flex-start;max-width:none}.respect-xp-paywall-reward-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.respect-xp-paywall-rewards{padding:14px;border-radius:18px}.respect-xp-paywall-rewards h3{font-size:20px}.respect-xp-paywall-reward-grid{grid-template-columns:1fr}.respect-xp-paywall-reward{min-height:170px}.respect-xp-paywall-stats span{flex:1 1 calc(50% - 8px);justify-content:center}}
