:root{
  --sov-accent:#7c5cff;
  --sov-accent-dark:#1f1637;
  --sov-bg:#0c0f15;
  --sov-card:#11131a;
  --sov-card-2:#161926;
  --sov-text:#f7f7fb;
  --sov-muted:#b3b8cc;
  --sov-border:rgba(255,255,255,.08);
  --sov-shadow:0 20px 60px rgba(0,0,0,.35);
  --sov-radius:24px;
}
.sov-store-grid,.sov-dashboard,.sov-single-wrap,.sov-checkout-wrap{color:var(--sov-text);}
.sov-store-grid,.sov-dash-grid,.sov-download-grid{display:grid;gap:24px;}
.sov-store-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));}
.sov-card,.sov-panel,.sov-checkout-card,.sov-hero-card,.sov-module,.sov-auth-card,.sov-download-card,.sov-list-item{
  background:linear-gradient(180deg,var(--sov-card),var(--sov-card-2));
  border:1px solid var(--sov-border);
  border-radius:var(--sov-radius);
  box-shadow:var(--sov-shadow);
}
.sov-card{overflow:hidden;display:flex;flex-direction:column;}
.sov-card-thumb{position:relative;display:block;aspect-ratio:16/10;overflow:hidden;background:#0b0d12;}
.sov-card-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease;}
.sov-card:hover img{transform:scale(1.05);}
.sov-badge{display:inline-flex;align-items:center;padding:8px 14px;border-radius:999px;background:rgba(124,92,255,.16);border:1px solid rgba(124,92,255,.35);color:#d7ccff;font-size:12px;letter-spacing:.06em;text-transform:uppercase;}
.sov-badge-top{position:absolute;left:16px;top:16px;z-index:2;}
.sov-card-body{padding:22px;display:flex;flex-direction:column;gap:14px;}
.sov-card-type{color:var(--sov-muted);font-size:13px;letter-spacing:.08em;text-transform:uppercase;}
.sov-card h3,.sov-hero-copy h1,.sov-section-head h2,.sov-checkout-summary h1,.sov-panel h3,.sov-module h3{margin:0;line-height:1.12;color:#fff;}
.sov-card h3 a,.sov-list-item strong,.sov-download-card strong{color:#fff;text-decoration:none;}
.sov-card p,.sov-note,.sov-time-left,.sov-list-item span,.sov-richtext,.sov-locked,.sov-empty,.sov-protect-note{color:var(--sov-muted);}
.sov-card-foot,.sov-price-box,.sov-list-item,.sov-hero-meta,.sov-action-row{display:flex;align-items:center;justify-content:space-between;gap:14px;}
.sov-price{font-size:1.15rem;font-weight:700;color:#fff;}
.sov-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;padding:0 20px;border:none;border-radius:14px;background:linear-gradient(135deg,var(--sov-accent),#9578ff);color:#fff !important;text-decoration:none !important;font-weight:700;cursor:pointer;transition:transform .2s ease, box-shadow .2s ease;box-shadow:0 10px 26px rgba(124,92,255,.28);}
.sov-btn:hover{transform:translateY(-1px);}
.sov-btn-outline{background:transparent;border:1px solid rgba(255,255,255,.12);box-shadow:none;}
.sov-btn-large{min-height:54px;padding:0 26px;font-size:16px;}
.sov-btn.is-busy,.sov-mark-complete.is-busy{opacity:.7;pointer-events:none;}

.sov-single-wrap{display:grid;gap:32px;}
.sov-hero-card{display:grid;grid-template-columns:1.15fr .95fr;gap:28px;padding:28px;}
.sov-hero-copy{display:flex;flex-direction:column;gap:18px;}
.sov-hero-copy h1{font-size:clamp(2rem,3vw,3.4rem);}
.sov-richtext p{margin:0 0 1em;}
.sov-hero-media,.sov-video-shell{position:relative;overflow:hidden;border-radius:22px;background:#07090d;border:1px solid rgba(255,255,255,.08);}
.sov-video-shell iframe,.sov-video-shell video{width:100%;aspect-ratio:16/9;display:block;border:0;background:#000;}
.sov-video-overlay{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,transparent,rgba(0,0,0,.08));}
.sov-video-placeholder{min-height:320px;display:grid;place-items:center;color:var(--sov-muted);padding:28px;text-align:center;}
.sov-watermark{position:absolute;left:16px;top:16px;z-index:5;background:rgba(0,0,0,.55);color:#fff;padding:6px 10px;border-radius:999px;font-size:12px;backdrop-filter:blur(8px);}
.sov-protect-note{padding:12px 16px 14px;font-size:13px;}
.sov-security-strip{display:flex;flex-wrap:wrap;gap:10px;}
.sov-security-strip span,.sov-progress-pill{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);font-size:12px;color:#dde3f7;}
.sov-section{display:grid;gap:20px;}
.sov-section-head{display:flex;align-items:end;justify-content:space-between;gap:14px;}
.sov-section-head p{margin:0;color:var(--sov-muted);}
.sov-module-list{display:grid;gap:22px;}
.sov-module{padding:24px;display:grid;gap:16px;}
.sov-module-meta{display:flex;justify-content:space-between;align-items:center;gap:12px;}
.sov-module-num,.sov-module-status{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;font-size:12px;background:rgba(255,255,255,.06);color:#d9dded;}
.sov-module-status{background:rgba(55,208,145,.12);color:#8ff0c7;}
.sov-download-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));}
.sov-download-card{padding:18px;text-decoration:none !important;display:flex;flex-direction:column;gap:8px;}
.sov-download-card.locked{opacity:.7;}
.sov-dashboard{display:grid;gap:22px;}
.sov-dash-grid{grid-template-columns:1fr 1fr;}
.sov-panel{padding:24px;display:grid;gap:16px;}
.sov-list{display:grid;gap:12px;}
.sov-list-item{padding:16px;}
.sov-list-item>div{display:grid;gap:6px;}
.sov-checkout-wrap{max-width:840px;margin:0 auto;}
.sov-checkout-card{padding:28px;display:grid;gap:22px;}
.sov-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;}
.sov-field{display:grid;gap:8px;}
.sov-field label{color:#dce0ef;font-weight:600;}
.sov-field input,.sov-field select,.sov-field textarea{width:100%;min-height:50px;border-radius:14px;border:1px solid rgba(255,255,255,.09);background:#0e1118;color:#fff;padding:12px 14px;box-sizing:border-box;}
.sov-field textarea{min-height:130px;}
.sov-auth-card{max-width:540px;margin:0 auto;padding:32px;text-align:center;display:grid;gap:18px;}
.sov-loading,.sov-error{margin-top:16px;padding:14px 16px;border-radius:14px;}
.sov-loading{background:rgba(124,92,255,.12);color:#ddd4ff;}
.sov-error{background:rgba(255,88,88,.12);color:#ffcccc;}
@media (max-width:980px){.sov-hero-card,.sov-dash-grid,.sov-form-grid{grid-template-columns:1fr;}}
@media (max-width:640px){.sov-card-body,.sov-panel,.sov-checkout-card,.sov-module,.sov-hero-card{padding:18px;}.sov-price-box,.sov-card-foot,.sov-list-item,.sov-hero-meta,.sov-action-row{flex-direction:column;align-items:flex-start;}.sov-btn,.sov-btn-outline{width:100%;}}
.sov-protected-player{position:relative;z-index:2;}
.sov-watermark{position:absolute;left:16px;top:16px;z-index:6;background:rgba(0,0,0,.45);color:#fff;padding:8px 11px;border-radius:999px;font-size:12px;backdrop-filter:blur(9px);pointer-events:none;max-width:calc(100% - 32px);transition:left .7s ease, top .7s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.sov-video-shell.sov-video-protected{padding-bottom:10px;}
.sov-video-shell.sov-video-protected video{background:#000;}

.sov-quality-menu{position:absolute;right:14px;top:14px;z-index:5;display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:14px;background:rgba(7,9,13,.82);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.12);box-shadow:0 10px 24px rgba(0,0,0,.24);}
.sov-quality-menu label{font-size:12px;font-weight:700;color:#f4f6ff;letter-spacing:.02em;}
.sov-quality-menu select{appearance:none;border:1px solid rgba(255,255,255,.18);background:#10131c;color:#f7f7fb;border-radius:10px;padding:8px 12px;font-size:12px;font-weight:700;min-width:110px;}
.sov-quality-menu select:focus{outline:none;border-color:rgba(124,92,255,.6);box-shadow:0 0 0 3px rgba(124,92,255,.16);}

.sov-video-overlay{position:absolute;inset:0;z-index:3;pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.08));}

@media (max-width:782px){.sov-quality-menu{left:10px;right:10px;top:10px;justify-content:space-between;padding:7px 9px;}.sov-quality-menu select{min-width:96px;padding:7px 10px;}}

.sov-module-video-stack{display:grid;gap:20px;}
.sov-module-video-item{display:grid;gap:12px;padding:18px;border:1px solid rgba(255,255,255,.08);border-radius:20px;background:rgba(255,255,255,.03);}
.sov-module-video-head{display:flex;align-items:center;gap:12px;flex-wrap:wrap;}
.sov-module-video-head h4{margin:0;color:#fff;font-size:1rem;}

.sov-store-shell{display:grid;gap:22px;}
.sov-store-head{display:flex;justify-content:space-between;align-items:end;gap:20px;flex-wrap:wrap;}
.sov-store-head h2{margin:6px 0 0;color:#fff;font-size:clamp(1.8rem,2.8vw,2.8rem);}
.sov-store-head p{margin:8px 0 0;color:var(--sov-muted);max-width:780px;}
.sov-kicker{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:rgba(124,92,255,.14);border:1px solid rgba(124,92,255,.26);color:#d8d0ff;font-size:12px;letter-spacing:.08em;text-transform:uppercase;}
.sov-filter-bar{display:flex;flex-wrap:wrap;gap:10px;}
.sov-filter-btn{appearance:none;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.03);color:#fff;border-radius:999px;padding:10px 16px;font-weight:600;cursor:pointer;transition:.2s ease;}
.sov-filter-btn:hover,.sov-filter-btn.is-active{background:linear-gradient(135deg,var(--sov-accent),#9578ff);border-color:transparent;box-shadow:0 10px 22px rgba(124,92,255,.26);}
.sov-card.is-hidden{display:none;}
.sov-card-eyebrow-row{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap;}
.sov-card-meta-mini{font-size:12px;color:#d7dcf1;background:rgba(255,255,255,.06);padding:6px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.08);}
.sov-chip-row{display:flex;flex-wrap:wrap;gap:8px;}
.sov-chip-row-wide{margin-top:4px;}
.sov-chip-lite{display:inline-flex;align-items:center;padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);font-size:12px;color:#e8ecfb;}
.sov-lead{margin:0;font-size:1.08rem;line-height:1.7;color:#eef2ff;}
.sov-detail-panel .sov-panel{padding:28px;}
.sov-cover-stage{position:relative;overflow:hidden;border-radius:22px;background:#07090d;border:1px solid rgba(255,255,255,.08);min-height:420px;}
.sov-cover-stage img{width:100%;height:100%;object-fit:cover;display:block;min-height:420px;}
.sov-media-gallery{display:grid;gap:14px;}
.sov-media-tabs{display:flex;gap:10px;flex-wrap:wrap;}
.sov-media-tab{appearance:none;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.04);color:#fff;border-radius:999px;padding:10px 15px;font-weight:700;cursor:pointer;}
.sov-media-tab.is-active{background:linear-gradient(135deg,var(--sov-accent),#9578ff);border-color:transparent;box-shadow:0 10px 22px rgba(124,92,255,.26);}
.sov-media-panel{display:none;}
.sov-media-panel.is-active{display:block;}
.sov-video-shell.sov-video-embedded,.sov-video-shell.sov-video-protected,.sov-cover-stage{box-shadow:var(--sov-shadow);}
.sov-download-card span{color:var(--sov-muted);}
@media (max-width:640px){
  .sov-filter-bar{overflow:auto;flex-wrap:nowrap;padding-bottom:6px;}
  .sov-filter-btn{white-space:nowrap;}
  .sov-cover-stage,.sov-cover-stage img{min-height:260px;}
}


.sov-filter-wrap{display:grid;gap:14px;}
.sov-filter-topline{display:flex;flex-wrap:wrap;align-items:center;gap:14px 18px;padding:16px 18px;border-radius:22px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.08);box-shadow:var(--sov-shadow);}
.sov-filter-group{display:flex;align-items:center;gap:12px;flex-wrap:wrap;}
.sov-filter-group-label{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#bfc7e8;font-weight:700;white-space:nowrap;}
.sov-filter-divider{width:1px;align-self:stretch;min-height:38px;background:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,.16),rgba(255,255,255,0));}
.sov-filter-group .sov-filter-bar{display:flex;flex-wrap:wrap;gap:10px;}
@media (max-width:900px){
  .sov-filter-topline{align-items:flex-start;}
  .sov-filter-divider{display:none;}
}
@media (max-width:640px){
  .sov-filter-topline{padding:14px;gap:12px;}
  .sov-filter-group{display:grid;gap:10px;width:100%;}
  .sov-filter-group .sov-filter-bar{overflow:auto;flex-wrap:nowrap;padding-bottom:4px;}
  .sov-filter-group-label{padding-left:2px;}
}

body.sov-modal-open{overflow:hidden;}
.sov-site-modal{position:fixed;inset:0;z-index:999999;display:none;}
.sov-site-modal.is-open{display:block;}
.sov-site-modal__backdrop{position:absolute;inset:0;background:rgba(4,6,10,.72);backdrop-filter:blur(10px);}
.sov-site-modal__dialog{position:relative;z-index:2;width:min(96vw,1680px);height:min(94vh,1100px);margin:3vh auto;background:#070a10;border:1px solid rgba(255,255,255,.1);border-radius:28px;overflow:hidden;box-shadow:0 30px 120px rgba(0,0,0,.45);display:grid;grid-template-rows:auto 1fr;}
.sov-site-modal.is-login .sov-site-modal__dialog,.sov-site-modal.is-logout .sov-site-modal__dialog{width:min(92vw,920px);height:min(86vh,900px);}
.sov-site-modal__bar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 22px;border-bottom:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02));}
.sov-site-modal__meta{display:flex;align-items:center;gap:14px;flex-wrap:wrap;color:#fff;}
.sov-site-modal__meta strong{font-size:1rem;}
.sov-site-modal__close{appearance:none;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04);color:#fff;font-size:28px;line-height:1;border-radius:14px;width:48px;height:48px;cursor:pointer;}
.sov-site-modal__frame-wrap{position:relative;min-height:0;}
.sov-site-modal__frame{display:block;width:100%;height:100%;min-height:0;border:0;background:#081018;}
.sov-site-modal__loading{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:14px;background:linear-gradient(180deg,rgba(7,10,16,.95),rgba(7,10,16,.86));z-index:3;color:#fff;}
.sov-site-modal__loading span{width:18px;height:18px;border-radius:50%;border:3px solid rgba(255,255,255,.18);border-top-color:#fff;animation:sovSpin .8s linear infinite;}
@keyframes sovSpin{to{transform:rotate(360deg);}}

.sov-shell-page{background:radial-gradient(circle at top left, rgba(124,92,255,.12), transparent 30%), #071018;color:#fff;margin:0;min-height:100vh;}
.sov-shell-page__inner{max-width:1680px;margin:0 auto;padding:26px;display:grid;gap:24px;}
.sov-shell-page--compact .sov-shell-page__inner{max-width:880px;}
.sov-shell-header{display:flex;justify-content:space-between;align-items:end;gap:18px;flex-wrap:wrap;}
.sov-shell-header h1{margin:8px 0 0;color:#fff;font-size:clamp(1.8rem,3vw,3rem);}
.sov-shell-header p{margin:8px 0 0;color:var(--sov-muted);max-width:780px;}
.sov-shell-actions{display:flex;gap:12px;flex-wrap:wrap;}
.sov-shell-main{display:grid;gap:24px;}

.sov-auth-card-left{text-align:left;max-width:none;}
.sov-auth-card-left h2{margin:0;}
.sov-login-form-wrap form{display:grid;gap:14px;}
.sov-login-form-wrap label{display:grid;gap:8px;color:#dce0ef;font-weight:600;}
.sov-login-form-wrap input[type="text"],
.sov-login-form-wrap input[type="password"]{width:100%;min-height:50px;border-radius:14px;border:1px solid rgba(255,255,255,.09);background:#0e1118;color:#fff;padding:12px 14px;box-sizing:border-box;}
.sov-login-form-wrap input[type="submit"]{appearance:none;border:none;border-radius:14px;background:linear-gradient(135deg,var(--sov-accent),#9578ff);color:#fff;font-weight:700;min-height:48px;padding:0 20px;cursor:pointer;box-shadow:0 10px 26px rgba(124,92,255,.28);}
.sov-login-form-wrap .login-remember{display:flex;align-items:center;gap:10px;color:var(--sov-muted);}
.sov-login-form-wrap .login-remember label{display:flex;align-items:center;gap:10px;font-weight:500;}
.sov-auth-links{display:flex;gap:14px;flex-wrap:wrap;}
.sov-auth-links a{color:#ddd4ff;text-decoration:none;}

.sov-dash-grid-profile{grid-template-columns:1.15fr .85fr;}
.sov-profile-card{display:flex;gap:18px;align-items:center;}
.sov-profile-avatar img{width:88px;height:88px;border-radius:50%;border:2px solid rgba(255,255,255,.1);display:block;}
.sov-profile-copy{display:grid;gap:8px;}
.sov-profile-copy h3{margin:0;color:#fff;}
.sov-profile-copy p{margin:0;color:var(--sov-muted);}
.sov-quick-actions{display:flex;gap:12px;flex-wrap:wrap;}

.sov-shell-page .sov-store-shell,
.sov-shell-page .sov-dashboard,
.sov-shell-page .sov-single-wrap{padding-bottom:8px;}
.sov-shell-page .sov-store-head{padding:0;}

@media (max-width:980px){
  .sov-site-modal__dialog{width:min(100vw,1680px);height:100vh;margin:0;border-radius:0;}
  .sov-dash-grid-profile{grid-template-columns:1fr;}
}
@media (max-width:640px){
  .sov-site-modal__bar{padding:14px 16px;}
  .sov-site-modal__close{width:42px;height:42px;font-size:24px;}
  .sov-shell-page__inner{padding:18px;}
}

/* 1.7.2 visual refresh for MOT Studio style */
:root{
  --sov-accent:#9f8a56;
  --sov-accent-2:#b79f68;
  --sov-accent-dark:#2a2415;
  --sov-bg:#090909;
  --sov-bg-soft:#121212;
  --sov-card:#0c0c0d;
  --sov-card-2:#151515;
  --sov-text:#f3efe3;
  --sov-muted:#c5bcaa;
  --sov-border:rgba(183,159,104,.18);
  --sov-shadow:0 18px 40px rgba(0,0,0,.34);
  --sov-radius:18px;
}

.sov-store-shell,.sov-dashboard,.sov-single-wrap,.sov-checkout-wrap,.sov-auth-card{font-family:inherit;}
.sov-store-shell{gap:16px;}
.sov-shell-page{background:rgba(5,5,5,.72);}
.sov-shell-page__inner{max-width:none;padding:20px 22px 26px;gap:18px;}
.sov-shell-header{padding:0 2px 8px;display:flex;align-items:flex-end;justify-content:space-between;gap:18px;border-bottom:1px solid rgba(183,159,104,.12);}
.sov-shell-header h1{margin:8px 0 0;color:var(--sov-text);font-size:clamp(1.7rem,2vw,2.25rem);font-weight:600;letter-spacing:.02em;}
.sov-shell-header p{margin:6px 0 0;color:var(--sov-muted);font-size:14px;max-width:760px;}
.sov-shell-page--store .sov-store-head{display:none;}
.sov-shell-page--store .sov-filter-wrap{margin-top:2px;}

.sov-site-modal__backdrop{background:rgba(6,6,6,.78);backdrop-filter:blur(6px);}
.sov-site-modal__dialog{background:linear-gradient(180deg,rgba(12,12,12,.98),rgba(8,8,8,.97));border:1px solid rgba(183,159,104,.20);border-radius:22px;box-shadow:0 28px 100px rgba(0,0,0,.55);}
.sov-site-modal__bar{padding:14px 18px;border-bottom:1px solid rgba(183,159,104,.14);background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,0));}
.sov-site-modal__close{border-color:rgba(183,159,104,.22);background:rgba(183,159,104,.06);color:#f6f0df;}
.sov-site-modal__meta strong{font-size:.98rem;font-weight:600;letter-spacing:.03em;}
.sov-kicker,.sov-badge,.sov-badge-top{background:rgba(159,138,86,.12);border-color:rgba(183,159,104,.30);color:#eadfbf;}

.sov-filter-wrap{display:grid;gap:10px;padding:14px 16px;border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,.01));border:1px solid rgba(183,159,104,.12);}
.sov-filter-topline{display:flex;align-items:center;gap:14px;flex-wrap:wrap;}
.sov-filter-group{display:flex;align-items:center;gap:12px;flex-wrap:wrap;min-width:0;}
.sov-filter-group-label{color:#a89568;font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;white-space:nowrap;}
.sov-filter-divider{width:1px;align-self:stretch;min-height:34px;background:linear-gradient(180deg,transparent,rgba(183,159,104,.22),transparent);}
.sov-filter-bar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;}
.sov-filter-btn{border-color:rgba(183,159,104,.14);background:rgba(255,255,255,.02);color:var(--sov-text);padding:10px 15px;font-size:13px;font-weight:600;}
.sov-filter-btn:hover,.sov-filter-btn.is-active{background:linear-gradient(135deg,rgba(183,159,104,.24),rgba(159,138,86,.18));box-shadow:none;color:#fff;}

.sov-store-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:16px;align-items:start;}
.sov-card{position:relative;overflow:hidden;background:linear-gradient(180deg,rgba(15,15,15,.98),rgba(10,10,10,.98));border:1px solid rgba(183,159,104,.14);border-radius:18px;box-shadow:none;min-width:0;}
.sov-card-thumb{aspect-ratio:1/1;}
.sov-card-thumb::after{content:'';position:absolute;inset:auto 0 0;height:38%;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.78));pointer-events:none;}
.sov-card-thumb img{transition:transform .35s ease,opacity .35s ease;}
.sov-card:hover .sov-card-thumb img{transform:scale(1.04);opacity:.96;}
.sov-badge-top{left:10px;top:10px;padding:6px 9px;font-size:10px;letter-spacing:.09em;}
.sov-card-body{padding:12px 12px 14px;gap:8px;}
.sov-card-eyebrow-row{gap:8px;}
.sov-card-type{font-size:10px;letter-spacing:.12em;color:#a89568;}
.sov-card-meta-mini,.sov-chip-row,.sov-card p{display:none;}
.sov-card h3{font-size:15px;line-height:1.25;min-height:2.4em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.sov-card h3 a{color:var(--sov-text);}
.sov-card-foot{align-items:center;gap:10px;}
.sov-price{font-size:15px;color:#f5edd8;}
.sov-btn{min-height:42px;padding:0 16px;border-radius:12px;background:linear-gradient(135deg,#a8925d,#867141);box-shadow:none;color:#fff !important;}
.sov-btn:hover{transform:none;filter:brightness(1.06);}
.sov-btn-outline{background:transparent;border:1px solid rgba(183,159,104,.20);color:#f4eddc !important;}
.sov-card .sov-btn{min-height:34px;padding:0 12px;font-size:12px;border-radius:10px;}

.sov-hero-card,.sov-panel,.sov-module,.sov-download-card,.sov-list-item,.sov-auth-card,.sov-checkout-card{background:linear-gradient(180deg,rgba(16,16,16,.98),rgba(10,10,10,.98));border:1px solid rgba(183,159,104,.14);box-shadow:none;}
.sov-hero-card{gap:22px;padding:22px;grid-template-columns:minmax(0,1fr) minmax(360px,.92fr);}
.sov-hero-copy h1{font-size:clamp(1.9rem,3vw,3rem);font-weight:600;}
.sov-lead{font-size:1rem;line-height:1.65;color:#e0d6c0;}
.sov-richtext,.sov-note,.sov-time-left,.sov-list-item span,.sov-locked,.sov-empty,.sov-protect-note,.sov-store-head p,.sov-shell-header p{color:var(--sov-muted);}
.sov-action-row{justify-content:flex-start;flex-wrap:wrap;}
.sov-cover-stage,.sov-video-shell,.sov-hero-media{border-radius:16px;border:1px solid rgba(183,159,104,.10);background:#050505;}
.sov-detail-panel .sov-panel{padding:22px;}

.sov-download-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;}
.sov-download-card{padding:16px;border-radius:16px;}
.sov-dashboard{gap:16px;}
.sov-dash-grid{gap:16px;}
.sov-list{gap:10px;}
.sov-list-item{padding:14px;}

.sov-auth-card{padding:26px;border-radius:18px;}
.sov-login-form-wrap form{display:grid;gap:12px;text-align:left;}
.sov-login-form-wrap label{display:block;margin-bottom:6px;color:#e9e1cf;}
.sov-login-form-wrap input[type="text"],
.sov-login-form-wrap input[type="password"],
.sov-login-form-wrap input[type="email"]{width:100%;min-height:50px;border-radius:12px;border:1px solid rgba(183,159,104,.14);background:#0d0d0d;color:#fff;padding:12px 14px;}
.sov-login-form-wrap .login-submit input[type="submit"]{width:100%;min-height:46px;border:0;border-radius:12px;background:linear-gradient(135deg,#a8925d,#867141);color:#fff;font-weight:700;cursor:pointer;}

@media (max-width:1600px){
  .sov-store-grid{grid-template-columns:repeat(5,minmax(0,1fr));}
}
@media (max-width:1280px){
  .sov-store-grid{grid-template-columns:repeat(4,minmax(0,1fr));}
  .sov-download-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media (max-width:980px){
  .sov-site-modal__dialog{width:100vw;height:100vh;margin:0;border-radius:0;}
  .sov-shell-page__inner{padding:16px 14px 20px;}
  .sov-shell-header{padding-bottom:10px;}
  .sov-store-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;}
  .sov-hero-card,.sov-dash-grid,.sov-form-grid{grid-template-columns:1fr;}
  .sov-download-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:767px){
  .sov-site-modal__bar{padding:12px 14px;}
  .sov-shell-header{display:block;}
  .sov-shell-header p{font-size:13px;}
  .sov-filter-wrap{padding:12px;overflow:hidden;}
  .sov-filter-topline{display:block;}
  .sov-filter-group{display:block;}
  .sov-filter-group + .sov-filter-divider{display:none;}
  .sov-filter-group-label{display:block;margin:0 0 8px;}
  .sov-filter-bar{flex-wrap:nowrap;overflow-x:auto;padding-bottom:6px;scrollbar-width:thin;}
  .sov-filter-bar::-webkit-scrollbar{height:6px;}
  .sov-filter-btn{white-space:nowrap;flex:0 0 auto;}
  .sov-store-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}
  .sov-card-thumb{aspect-ratio:1/1;}
  .sov-card-body{padding:10px;}
  .sov-card h3{font-size:14px;min-height:auto;}
  .sov-card-foot,.sov-price-box,.sov-list-item,.sov-hero-meta,.sov-action-row{flex-direction:column;align-items:flex-start;}
  .sov-card .sov-btn,.sov-btn,.sov-btn-outline{width:100%;}
  .sov-hero-card,.sov-panel,.sov-module,.sov-checkout-card,.sov-auth-card{padding:16px;}
  .sov-video-placeholder{min-height:220px;}
}
@media (max-width:480px){
  .sov-shell-page__inner{padding:12px 10px 16px;}
  .sov-store-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .sov-download-grid{grid-template-columns:1fr;}
  .sov-card .sov-btn{min-height:32px;font-size:11px;}
  .sov-badge-top{font-size:9px;padding:5px 8px;}
}


/* 1.7.3 page polish and full-page restoration */
.sov-shell-copy{display:grid;gap:4px;}
.sov-shell-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;}
.sov-shell-openfull{min-width:152px;}
.sov-shell-page .sov-store-shell,
.sov-shell-page .sov-dashboard,
.sov-shell-page .sov-single-wrap,
.sov-shell-page .sov-checkout-wrap,
.sov-shell-page .sov-auth-card{max-width:none;margin:0;}
body:not(.sov-shell-page) .sov-store-shell,
body:not(.sov-shell-page) .sov-dashboard,
body:not(.sov-shell-page) .sov-single-wrap,
body:not(.sov-shell-page) .sov-checkout-wrap,
body:not(.sov-shell-page) .sov-auth-card{max-width:1500px;margin:24px auto 44px;padding:0 18px;box-sizing:border-box;}
body:not(.sov-shell-page) .sov-checkout-wrap{max-width:980px;}
body:not(.sov-shell-page) .sov-auth-card{max-width:760px;}
body:not(.sov-shell-page) .sov-store-head,
body:not(.sov-shell-page) .sov-dashboard > .sov-section-head,
body:not(.sov-shell-page) .sov-single-wrap > .sov-section-head{padding:2px 4px 4px;}
body:not(.sov-shell-page) .sov-store-shell{gap:20px;}
body:not(.sov-shell-page) .sov-filter-wrap{padding:16px 18px;}
body:not(.sov-shell-page) .sov-store-grid{gap:18px;}
body:not(.sov-shell-page) .sov-single-wrap{gap:24px;}
body:not(.sov-shell-page) .sov-hero-card{padding:30px;gap:28px;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);}
body:not(.sov-shell-page) .sov-dash-grid-profile{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);}
body:not(.sov-shell-page) .sov-dashboard{gap:20px;}
body:not(.sov-shell-page) .sov-panel{padding:22px 24px;gap:16px;}
body:not(.sov-shell-page) .sov-dashboard .sov-panel h3,
body:not(.sov-shell-page) .sov-checkout-card h1,
body:not(.sov-shell-page) .sov-single-wrap h2{letter-spacing:.01em;}
.sov-dashboard .sov-list-item{border-radius:14px;background:rgba(255,255,255,.02);border:1px solid rgba(183,159,104,.08);}
.sov-dashboard .sov-list-item strong{font-size:1rem;line-height:1.3;}
.sov-dashboard .sov-empty,
.sov-checkout-wrap .sov-auth-card p{max-width:58ch;}
.sov-checkout-card{max-width:none;}
.sov-checkout-summary{display:grid;gap:12px;}
.sov-checkout-summary h1{margin:0;line-height:1.08;font-size:clamp(2rem,3vw,3rem);}
.sov-checkout-wrap .sov-security-strip{margin-top:2px;}
.sov-store-head h2,
.sov-dashboard .sov-section-head h2{font-size:clamp(2rem,3vw,2.8rem);line-height:1.05;}
.sov-dashboard .sov-section-head{align-items:flex-end;}
.sov-profile-panel{overflow:hidden;}
.sov-profile-copy h3{font-size:clamp(1.5rem,2vw,2rem);}
.sov-module{gap:18px;}
.sov-module-video-item{padding:20px;}
.sov-shell-page .sov-store-grid{padding-bottom:2px;}
.sov-shell-page .sov-store-shell{gap:18px;}
.sov-shell-page .sov-dashboard{gap:18px;}
.sov-shell-page .sov-panel{padding:20px 22px;}
.sov-shell-page--store .sov-filter-wrap{margin-top:4px;}
.sov-shell-page--dashboard .sov-section-head{padding-bottom:2px;}
@media (max-width:1180px){
  body:not(.sov-shell-page) .sov-hero-card,
  body:not(.sov-shell-page) .sov-dash-grid-profile{grid-template-columns:1fr;}
}
@media (max-width:980px){
  body:not(.sov-shell-page) .sov-store-shell,
  body:not(.sov-shell-page) .sov-dashboard,
  body:not(.sov-shell-page) .sov-single-wrap,
  body:not(.sov-shell-page) .sov-checkout-wrap,
  body:not(.sov-shell-page) .sov-auth-card{padding:0 14px;margin:18px auto 30px;}
  body:not(.sov-shell-page) .sov-hero-card{padding:22px;gap:22px;}
  body:not(.sov-shell-page) .sov-panel{padding:18px;}
}
@media (max-width:767px){
  .sov-shell-actions{width:100%;justify-content:flex-start;}
  .sov-shell-openfull,.sov-shell-actions .sov-btn{min-width:0;}
  body:not(.sov-shell-page) .sov-store-shell,
  body:not(.sov-shell-page) .sov-dashboard,
  body:not(.sov-shell-page) .sov-single-wrap,
  body:not(.sov-shell-page) .sov-checkout-wrap,
  body:not(.sov-shell-page) .sov-auth-card{padding:0 10px;}
  body:not(.sov-shell-page) .sov-filter-wrap{padding:12px;}
  body:not(.sov-shell-page) .sov-hero-card,
  body:not(.sov-shell-page) .sov-panel,
  body:not(.sov-shell-page) .sov-module,
  body:not(.sov-shell-page) .sov-checkout-card,
  body:not(.sov-shell-page) .sov-auth-card{padding:16px;}
  .sov-shell-page__inner{padding:12px 10px 18px;}
}
