@charset "UTF-8";
:root{
  --ebv-bg:#120020;
  --ebv-bg-2:#07040d;
  --ebv-panel:rgba(17,13,29,.86);
  --ebv-panel-2:rgba(255,255,255,.055);
  --ebv-line:rgba(255,255,255,.13);
  --ebv-line-2:rgba(255,255,255,.2);
  --ebv-text:#f7f3ff;
  --ebv-muted:#b9abc9;
  --ebv-soft:#ded4ee;
  --ebv-gold:#f5b21a;
  --ebv-pink:#ec2cff;
  --ebv-purple:#7b16ff;
  --ebv-card-shadow:0 28px 80px rgba(0,0,0,.38);
  --ebv-glow:0 0 0 1px rgba(236,44,255,.22),0 20px 60px rgba(236,44,255,.16);
}
.ebv-page{box-sizing:border-box;min-height:76vh;width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);background:radial-gradient(circle at 8% 8%,rgba(123,22,255,.55),transparent 32%),radial-gradient(circle at 78% 5%,rgba(236,44,255,.25),transparent 28%),linear-gradient(180deg,#150022 0%,#07040d 46%,#08050d 100%);color:var(--ebv-text);font-family:inherit;overflow:hidden;position:relative}.ebv-page:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.9),transparent 70%);pointer-events:none}.ebv-page *{box-sizing:border-box}.ebv-container{width:min(1440px,calc(100% - 48px));margin:0 auto;position:relative;z-index:1}.ebv-hero{padding:74px 0 44px;position:relative}.ebv-hero-inner{display:flex;align-items:flex-end;justify-content:space-between;gap:28px}.ebv-hero h1{max-width:900px;font-size:clamp(42px,6.5vw,86px);line-height:.96;margin:12px 0 16px;font-weight:950;letter-spacing:-.065em;color:#fff;text-wrap:balance}.ebv-hero p{max-width:820px;font-size:clamp(16px,1.4vw,20px);line-height:1.6;color:var(--ebv-soft);margin:0}.ebv-eyebrow{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--ebv-line-2);background:rgba(255,255,255,.075);backdrop-filter:blur(14px);border-radius:999px;padding:8px 12px;color:#fff;font-weight:900;letter-spacing:.01em;font-size:13px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.04)}.ebv-eyebrow:before{content:"";width:10px;height:10px;border-radius:50%;background:var(--ebv-gold);box-shadow:0 0 0 5px rgba(245,178,26,.14)}.ebv-section{padding:38px 0}.ebv-section h2{font-size:clamp(28px,3vw,44px);line-height:1.04;margin:0 0 24px;font-weight:950;letter-spacing:-.045em;color:#fff}.ebv-back{display:inline-flex;align-items:center;gap:7px;margin-bottom:20px;color:#fff;text-decoration:none;font-weight:900;border:1px solid var(--ebv-line);background:rgba(255,255,255,.06);border-radius:999px;padding:10px 13px}.ebv-back:hover{border-color:rgba(236,44,255,.6);box-shadow:var(--ebv-glow);text-decoration:none}.ebv-btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:16px;background:linear-gradient(135deg,#b600ff,#ff2af5);color:#fff!important;font-weight:950;text-decoration:none;padding:13px 20px;cursor:pointer;box-shadow:0 16px 40px rgba(236,44,255,.28);transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.ebv-btn:hover{transform:translateY(-2px);filter:saturate(1.1);box-shadow:0 22px 55px rgba(236,44,255,.38);text-decoration:none;color:#fff!important}.ebv-btn-ghost{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);box-shadow:none;white-space:nowrap}.ebv-preview-notice,.ebv-success{position:relative;z-index:1;margin:0 auto 20px;background:rgba(245,178,26,.14);border:1px solid rgba(245,178,26,.38);color:#ffe8a8;border-radius:18px;padding:14px 16px;font-weight:800}.ebv-success{background:rgba(34,197,94,.13);border-color:rgba(34,197,94,.36);color:#d5ffe2}.ebv-video-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.ebv-card{position:relative;background:linear-gradient(180deg,rgba(255,255,255,.085),rgba(255,255,255,.035));border:1px solid var(--ebv-line);border-radius:24px;box-shadow:var(--ebv-card-shadow);overflow:hidden;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;backdrop-filter:blur(18px)}.ebv-card:hover{transform:translateY(-5px);border-color:rgba(236,44,255,.48);box-shadow:var(--ebv-glow),var(--ebv-card-shadow)}.ebv-card-locked{opacity:.86}.ebv-thumb{display:block;position:relative;aspect-ratio:16/9;background:#06040a;color:#fff;text-decoration:none;overflow:hidden}.ebv-thumb:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.72),rgba(0,0,0,.06) 56%);z-index:1}.ebv-thumb:before{content:"▶";position:absolute;left:50%;top:50%;z-index:3;transform:translate(-50%,-50%);width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--ebv-gold),#ffce4a);color:#08050d;font-weight:950;box-shadow:0 16px 34px rgba(0,0,0,.45)}.ebv-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease,filter .25s ease}.ebv-card:hover .ebv-thumb img{transform:scale(1.045);filter:saturate(1.08)}.ebv-thumb-fallback{position:absolute;inset:0;display:grid;place-items:center;font-size:46px;background:radial-gradient(circle at center,rgba(236,44,255,.24),transparent 45%),linear-gradient(135deg,#130322,#07040d)}.ebv-duration,.ebv-status-badge{position:absolute;z-index:4;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:900;backdrop-filter:blur(10px)}.ebv-duration{right:10px;bottom:10px;background:rgba(0,0,0,.72);color:#fff}.ebv-status-badge{left:10px;top:10px;background:rgba(245,178,26,.92);color:#12020d}.ebv-card-body{padding:18px 19px 20px}.ebv-card h3{font-size:18px;line-height:1.22;margin:0 0 10px;font-weight:950;letter-spacing:-.02em}.ebv-card h3 a{color:#fff;text-decoration:none}.ebv-card h3 a:hover{color:#ffd166}.ebv-vendor,.ebv-meta{margin:6px 0;color:var(--ebv-muted);font-size:14px}.ebv-vendor a{color:#ffd166;text-decoration:none;font-weight:900}.ebv-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.ebv-category-card{background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.035));border:1px solid var(--ebv-line);border-radius:24px;display:flex;flex-direction:column;text-decoration:none;color:var(--ebv-text);box-shadow:var(--ebv-card-shadow);overflow:hidden;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;backdrop-filter:blur(18px)}.ebv-category-card:hover{transform:translateY(-5px);border-color:rgba(236,44,255,.48);box-shadow:var(--ebv-glow),var(--ebv-card-shadow);text-decoration:none}.ebv-category-image{display:block;aspect-ratio:16/9;background:#07040d;overflow:hidden;margin:14px 14px 0;border-radius:18px}.ebv-category-image img{width:100%;height:100%;object-fit:cover;display:block}.ebv-category-fallback{display:grid;place-items:center;width:100%;height:100%;font-size:42px;color:#fff;background:radial-gradient(circle at 30% 20%,rgba(236,44,255,.45),transparent 44%),linear-gradient(135deg,#2b0642,#07040d)}.ebv-category-copy{display:flex;flex-direction:column;gap:7px;padding:15px 16px 18px}.ebv-category-card strong{font-size:18px;color:#fff;font-weight:950}.ebv-category-card span span{color:var(--ebv-soft);font-size:14px;line-height:1.42}.ebv-category-card small{color:#ffd166;font-size:13px;font-weight:850}.ebv-single{padding:48px 0 70px}.ebv-single h1{font-size:clamp(34px,5vw,66px);line-height:1;margin:12px 0 10px;font-weight:950;letter-spacing:-.055em;color:#fff}.ebv-single-vendor{font-size:17px;color:var(--ebv-soft)}.ebv-single-vendor a{color:#ffd166;text-decoration:none;font-weight:950}.ebv-player{position:relative;aspect-ratio:16/9;background:#030207;border:1px solid var(--ebv-line);border-radius:30px;overflow:hidden;margin:28px 0;box-shadow:0 32px 90px rgba(0,0,0,.55)}.ebv-player iframe,.ebv-player video{position:absolute;inset:0;width:100%;height:100%;border:0}.ebv-player-empty{display:grid;place-items:center;color:var(--ebv-muted);font-weight:800}.ebv-single-content{font-size:18px;line-height:1.72;background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));border:1px solid var(--ebv-line);border-radius:24px;padding:26px;color:var(--ebv-soft);box-shadow:var(--ebv-card-shadow)}.ebv-single-content a{color:#ffd166}.ebv-term-row{display:flex;flex-wrap:wrap;gap:9px;margin:22px 0}.ebv-term-row a{background:rgba(255,255,255,.08);color:#fff;border:1px solid var(--ebv-line);border-radius:999px;padding:8px 13px;text-decoration:none;font-weight:900;font-size:13px}.ebv-term-row a:hover{border-color:rgba(236,44,255,.6)}.ebv-related{margin-top:38px}.ebv-empty,.ebv-auth-box,.ebv-upgrade-box{background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.04));border:1px solid var(--ebv-line);border-radius:24px;padding:28px;color:var(--ebv-soft);box-shadow:var(--ebv-card-shadow);backdrop-filter:blur(18px)}.ebv-auth-box h2,.ebv-upgrade-box h2{color:#fff;margin-top:0}.ebv-dashboard-page .ebv-dashboard,.ebv-dashboard{width:min(1440px,calc(100% - 48px));max-width:1440px!important;margin:22px auto 70px!important;position:relative;z-index:1}.ebv-dashboard-grid{display:grid;grid-template-columns:minmax(460px,560px) minmax(0,1fr);gap:28px;align-items:start}.ebv-form,.ebv-my-list{background:linear-gradient(180deg,rgba(255,255,255,.095),rgba(255,255,255,.04));border:1px solid var(--ebv-line);border-radius:28px;padding:28px;box-shadow:var(--ebv-card-shadow);backdrop-filter:blur(18px)}.ebv-form h2,.ebv-my-list h2{margin:0 0 18px;font-size:clamp(24px,2.5vw,34px);font-weight:950;letter-spacing:-.04em;color:#fff}.ebv-form label{display:flex!important;flex-direction:column;gap:8px;font-weight:900;margin:16px 0 0;color:#fff;line-height:1.25}.ebv-form input[type=text],.ebv-form input[type=url],.ebv-form input[type=number],.ebv-form textarea{width:100%!important;max-width:none!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:15px!important;padding:13px 14px!important;min-height:48px;background:rgba(0,0,0,.28)!important;color:#fff!important;box-shadow:none!important;font:inherit;outline:none}.ebv-form input:focus,.ebv-form textarea:focus{border-color:rgba(236,44,255,.7)!important;box-shadow:0 0 0 4px rgba(236,44,255,.13)!important}.ebv-form textarea{min-height:130px;resize:vertical}.ebv-form input[type=file]{display:block;margin-top:4px;width:100%;font-size:13px;color:var(--ebv-soft)}.ebv-form input::placeholder,.ebv-form textarea::placeholder{color:rgba(255,255,255,.42)}.ebv-two-cols{display:grid;grid-template-columns:1fr 1fr;gap:15px}.ebv-form fieldset{border:1px solid rgba(255,255,255,.14);border-radius:20px;padding:16px;margin:19px 0;background:rgba(0,0,0,.16)}.ebv-form legend{font-weight:950;padding:0 8px;color:#fff}.ebv-checkbox-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;margin-top:8px}.ebv-checkbox-grid label{display:flex!important;flex-direction:row!important;align-items:flex-start;gap:9px;margin:0!important;padding:10px 11px;border:1px solid rgba(255,255,255,.13);border-radius:14px;background:rgba(255,255,255,.055);font-weight:800;font-size:13px;line-height:1.25;color:var(--ebv-soft)}.ebv-checkbox-grid label:hover{border-color:rgba(245,178,26,.38);background:rgba(245,178,26,.08)}.ebv-checkbox-grid input{margin-top:2px;flex:0 0 auto;accent-color:var(--ebv-pink)}.ebv-my-list{min-height:220px}.ebv-my-item{display:grid;grid-template-columns:150px 1fr;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.1)}.ebv-my-item:last-child{border-bottom:0}.ebv-my-item img{width:150px;aspect-ratio:16/9;object-fit:cover;border-radius:16px;background:#07040d}.ebv-my-item strong{display:block;font-size:17px;line-height:1.25;color:#fff}.ebv-my-item small{display:block;color:var(--ebv-muted);margin:5px 0 8px}.ebv-my-item a{color:#ffd166;font-weight:900;text-decoration:none}.ebv-danger{color:#ff8a9a!important;margin-left:10px;font-weight:900}.ebv-pagination{display:flex;gap:8px;flex-wrap:wrap;margin-top:30px}.ebv-pagination a,.ebv-pagination .current{display:inline-flex;min-width:40px;height:40px;align-items:center;justify-content:center;border-radius:13px;border:1px solid var(--ebv-line);background:rgba(255,255,255,.07);text-decoration:none;color:#fff;font-weight:900}.ebv-pagination .current{background:linear-gradient(135deg,#b600ff,#ff2af5);border-color:transparent}.emu-panel .ebv-video-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.emu-panel .ebv-card{box-shadow:none}.emu-panel .ebv-card-body{padding:12px}.emu-panel .ebv-card h3{font-size:16px}.ebv-admin-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:18px 0}.ebv-admin-card,.ebv-admin-panel{background:#fff;border:1px solid #dcdcde;border-radius:8px;padding:16px;margin-top:18px;color:#1d2327}.ebv-admin-card strong{display:block;color:#1d2327}.ebv-admin-card span{display:block;font-size:30px;font-weight:800;margin:6px 0}.ebv-admin-card small{color:#646970}.ebv-admin-panel .description{color:#646970}
@media (max-width:1180px){.ebv-dashboard-grid{grid-template-columns:1fr}.ebv-video-grid,.ebv-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ebv-admin-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ebv-hero-inner{align-items:flex-start;flex-direction:column}}
@media (max-width:680px){.ebv-container,.ebv-dashboard,.ebv-dashboard-page .ebv-dashboard{width:min(100% - 28px,1440px)}.ebv-video-grid,.ebv-category-grid,.ebv-two-cols{grid-template-columns:1fr}.ebv-my-item{grid-template-columns:1fr}.ebv-my-item img{width:100%}.ebv-admin-grid{grid-template-columns:1fr}.ebv-hero{padding:46px 0 28px}.ebv-form,.ebv-my-list{padding:20px}.ebv-checkbox-grid{grid-template-columns:1fr}.ebv-page{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}}
.ebv-category-card-root .ebv-category-copy{gap:10px}.ebv-category-children{display:flex!important;flex-wrap:wrap;gap:7px;margin-top:4px}.ebv-category-children em{font-style:normal;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);border-radius:999px;padding:5px 8px;color:#fff;font-size:12px;font-weight:850}.ebv-subcategory-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.ebv-subcategory-chip{display:flex;flex-direction:column;gap:6px;text-decoration:none;color:#fff;border:1px solid var(--ebv-line);background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));border-radius:18px;padding:16px;box-shadow:var(--ebv-card-shadow);transition:transform .18s ease,border-color .18s ease}.ebv-subcategory-chip:hover{transform:translateY(-3px);border-color:rgba(236,44,255,.55);text-decoration:none}.ebv-subcategory-chip strong{font-size:16px;font-weight:950;color:#fff}.ebv-subcategory-chip span{font-size:13px;line-height:1.35;color:var(--ebv-soft)}.ebv-subcategory-chip small{font-size:12px;color:#ffd166;font-weight:900}.ebv-play-label{position:absolute;z-index:5;left:12px;bottom:12px;border-radius:999px;background:linear-gradient(135deg,#b600ff,#ff2af5);color:#fff;font-size:12px;font-weight:950;padding:7px 10px;box-shadow:0 12px 28px rgba(236,44,255,.32)}.ebv-admin-player-wrap{max-width:980px;background:#08050d;border-radius:18px;padding:12px;border:1px solid #dcdcde}.ebv-admin-player-wrap .ebv-player{margin:0;border-radius:14px}.ebv-admin-player-wrap .ebv-player:before{display:none}
@media (max-width:1180px){.ebv-subcategory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:680px){.ebv-subcategory-grid{grid-template-columns:1fr}}

/* v1.6.0 guided upload wizard */
.ebv-wizard-form{padding:0!important;overflow:hidden;border-radius:32px!important;background:linear-gradient(180deg,rgba(255,255,255,.105),rgba(255,255,255,.035))!important}.ebv-form-head{padding:30px 30px 22px;border-bottom:1px solid rgba(255,255,255,.12);background:radial-gradient(circle at 18% 10%,rgba(236,44,255,.22),transparent 42%),linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,0))}.ebv-form-head h2{margin:8px 0 10px!important}.ebv-form-head p{margin:0;color:var(--ebv-soft);font-size:15px;line-height:1.55}.ebv-wizard-step{padding:26px 30px;border-top:1px solid rgba(255,255,255,.08);position:relative}.ebv-wizard-step:first-of-type{border-top:0}.ebv-wizard-step:nth-of-type(even){background:rgba(0,0,0,.12)}.ebv-step-title{display:grid;grid-template-columns:48px 1fr;gap:14px;align-items:start;margin-bottom:18px}.ebv-step-title>span{width:48px;height:48px;display:grid;place-items:center;border-radius:16px;background:linear-gradient(135deg,#b600ff,#ff2af5);box-shadow:0 14px 34px rgba(236,44,255,.3);color:#fff;font-weight:950;font-size:18px}.ebv-step-title h3{margin:0 0 5px;color:#fff;font-size:22px;line-height:1.15;font-weight:950;letter-spacing:-.035em}.ebv-step-title p{margin:0;color:var(--ebv-soft);font-size:14px;line-height:1.45}.ebv-choice-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px}.ebv-choice-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}.ebv-choice-card{display:flex!important;position:relative;flex-direction:column!important;gap:8px!important;margin:0!important;padding:18px!important;border:1px solid rgba(255,255,255,.14);border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));cursor:pointer;min-height:126px;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease}.ebv-choice-card:hover{transform:translateY(-3px);border-color:rgba(245,178,26,.48);box-shadow:0 18px 40px rgba(0,0,0,.22)}.ebv-choice-card input{position:absolute;right:15px;top:15px;width:20px;height:20px;accent-color:var(--ebv-pink)}.ebv-choice-card:has(input:checked){border-color:rgba(245,178,26,.86);background:radial-gradient(circle at 18% 8%,rgba(245,178,26,.2),transparent 42%),linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.045));box-shadow:0 0 0 3px rgba(245,178,26,.12),0 22px 58px rgba(0,0,0,.32)}.ebv-choice-icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:rgba(245,178,26,.14);border:1px solid rgba(245,178,26,.26);color:#ffd166;font-weight:950;font-size:22px}.ebv-choice-card strong{color:#fff;font-size:17px;line-height:1.15;font-weight:950;padding-right:26px}.ebv-choice-card small{color:var(--ebv-soft);font-size:13px;line-height:1.35;font-weight:700}.ebv-genre-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.ebv-genre-card{min-height:102px;padding:15px!important}.ebv-genre-card[style*="none"]{display:none!important}.ebv-genre-empty{border:1px dashed rgba(255,255,255,.18);border-radius:18px;padding:16px;color:var(--ebv-muted);background:rgba(0,0,0,.18);font-weight:850}.ebv-btn-wide{width:100%;justify-content:center;margin-top:8px}.ebv-wizard-form .ebv-two-cols{margin-top:0}.ebv-wizard-form label:not(.ebv-choice-card){font-size:15px}.ebv-wizard-form input[type=file]{padding:12px!important;border:1px dashed rgba(255,255,255,.18);border-radius:15px;background:rgba(0,0,0,.18)}
@media (max-width:780px){.ebv-choice-grid-two,.ebv-choice-grid{grid-template-columns:1fr}.ebv-form-head,.ebv-wizard-step{padding-left:20px;padding-right:20px}.ebv-step-title{grid-template-columns:40px 1fr}.ebv-step-title>span{width:40px;height:40px;border-radius:14px}}

/* v1.8.0 external video hosting notice */
.ebv-inline-note{margin:12px 0 4px;padding:13px 14px;border:1px solid rgba(245,178,26,.34);border-radius:15px;background:rgba(245,178,26,.10);color:#ffe2a3;font-weight:850;font-size:13px;line-height:1.45}

/* v1.9.0 compact upload wizard */
.ebv-wizard-form .ebv-form-head{padding:24px 26px 18px}
.ebv-wizard-form .ebv-form-head p{font-size:14px;line-height:1.45}
.ebv-wizard-form .ebv-wizard-step{padding:18px 26px}
.ebv-wizard-form .ebv-step-title{grid-template-columns:40px 1fr;gap:12px;margin-bottom:12px}
.ebv-wizard-form .ebv-step-title>span{width:40px;height:40px;border-radius:14px;font-size:16px}
.ebv-wizard-form .ebv-step-title h3{font-size:19px;margin-bottom:3px}
.ebv-wizard-form .ebv-step-title p{font-size:13px;line-height:1.35}
.ebv-wizard-form .ebv-choice-grid{gap:10px}
.ebv-wizard-form .ebv-choice-card{min-height:84px!important;padding:13px 14px!important;border-radius:18px;gap:6px!important}
.ebv-wizard-form .ebv-choice-card strong{font-size:15px;line-height:1.15}
.ebv-wizard-form .ebv-choice-card small{font-size:12px;line-height:1.3}
.ebv-wizard-form .ebv-choice-icon{width:34px;height:34px;border-radius:12px;font-size:18px}
.ebv-wizard-form .ebv-genre-card{min-height:70px!important}
.ebv-wizard-form.ebv-has-section .ebv-section-card:has(input:not(:checked)),
.ebv-wizard-form.ebv-has-genre .ebv-genre-card:has(input:not(:checked)){display:none!important}
.ebv-mini-change{margin-top:10px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.08);color:#fff;padding:8px 12px;font-weight:900;cursor:pointer}
.ebv-mini-change:hover{border-color:rgba(245,178,26,.48);background:rgba(245,178,26,.1)}
.ebv-thumbnail-row{align-items:end}
.ebv-wizard-form input[type=file]{padding:12px!important;border:1px dashed rgba(255,255,255,.22);border-radius:15px;background:rgba(0,0,0,.20);color:var(--ebv-soft)!important;min-height:48px}
.ebv-wizard-form input[type=file]::file-selector-button{border:0;border-radius:10px;background:linear-gradient(135deg,#b600ff,#ff2af5);color:#fff;font-weight:900;padding:8px 10px;margin-right:10px;cursor:pointer}
.ebv-wizard-form .ebv-two-cols{gap:12px}
.ebv-wizard-form label{margin-top:12px!important}
@media (max-width:780px){.ebv-wizard-form .ebv-form-head,.ebv-wizard-form .ebv-wizard-step{padding-left:18px;padding-right:18px}.ebv-thumbnail-row{grid-template-columns:1fr}}

/* v2.0.0 admin-only views and automatic duration */
.ebv-auto-note{margin:12px 0 0;padding:12px 14px;border:1px solid rgba(255,255,255,.14);border-radius:15px;background:rgba(255,255,255,.055);color:var(--ebv-soft);font-weight:800;font-size:13px;line-height:1.45}

/* v2.1.0 marketplace shell, filters and ratings */
html:has(.ebv-marketplace-shell), body.ebv-body{background:#07040d;overflow-x:hidden}
.ebv-marketplace-shell{min-height:100vh;background:#07040d;color:#fff;overflow-x:hidden}
.ebv-marketplace-shell .ebv-page{width:100%;max-width:100%;margin-left:0;margin-right:0;overflow:hidden}
.ebv-market-header{z-index:50}
.ebv-market-footer{position:relative;z-index:2}
.ebv-filter-bar{display:flex;align-items:end;gap:12px;flex-wrap:wrap;margin:0 0 24px;padding:16px;border:1px solid rgba(255,255,255,.13);border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.035));box-shadow:var(--ebv-card-shadow);backdrop-filter:blur(18px)}
.ebv-filter-bar label{display:flex;flex-direction:column;gap:7px;color:#fff;font-weight:950;font-size:13px;min-width:190px;margin:0!important}
.ebv-filter-bar label span{color:var(--ebv-soft);font-weight:850}
.ebv-filter-bar select{width:100%;min-height:46px;border:1px solid rgba(255,255,255,.16);border-radius:14px;background:rgba(0,0,0,.34);color:#fff;padding:0 13px;font-weight:900;outline:none}
.ebv-filter-bar select:focus{border-color:rgba(236,44,255,.7);box-shadow:0 0 0 4px rgba(236,44,255,.12)}
.ebv-filter-bar .ebv-btn{min-height:46px;padding:0 18px;border-radius:14px}
.ebv-reset{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 14px;border:1px solid rgba(255,255,255,.16);border-radius:14px;color:#fff;text-decoration:none;font-weight:950;background:rgba(255,255,255,.06)}
.ebv-reset:hover{text-decoration:none;color:#fff;border-color:rgba(245,178,26,.48);background:rgba(245,178,26,.12)}
.ebv-rating-box{margin:24px 0;background:linear-gradient(180deg,rgba(255,255,255,.085),rgba(255,255,255,.035));border:1px solid var(--ebv-line);border-radius:24px;padding:24px;box-shadow:var(--ebv-card-shadow)}
.ebv-rating-box h2{margin:0 0 10px;color:#fff;font-size:26px;font-weight:950;letter-spacing:-.035em}
.ebv-rating-current{color:var(--ebv-soft);margin:0 0 14px;font-weight:850}.ebv-rating-current strong{color:#ffd166;font-size:22px}
.ebv-rating-form{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.ebv-star-choices{display:flex;gap:8px;flex-wrap:wrap;align-items:center}
.ebv-star-choices label{cursor:pointer;margin:0!important}.ebv-star-choices input{position:absolute;opacity:0;pointer-events:none}.ebv-star-choices span{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(255,255,255,.07);color:#ffd166;min-height:42px;padding:0 12px;font-weight:950;letter-spacing:.04em}.ebv-star-choices input:checked+span,.ebv-star-choices label:hover span{border-color:rgba(245,178,26,.75);background:rgba(245,178,26,.14);box-shadow:0 0 0 4px rgba(245,178,26,.08)}
.ebv-card .ebv-meta{font-weight:800}.ebv-card .ebv-meta::first-letter{text-transform:uppercase}
@media(max-width:720px){.ebv-filter-bar{display:grid;grid-template-columns:1fr}.ebv-filter-bar label{min-width:0}.ebv-rating-form{display:grid}.ebv-star-choices{display:grid;grid-template-columns:1fr}.ebv-star-choices span{justify-content:flex-start}}


/* v2.4.3 footer: match marketplace homepage footer and avoid mojibake arrows */
.ebv-marketplace-shell .emu-footer-col a{
  list-style:none !important;
  display:flex !important;
  align-items:center !important;
  gap:8px !important;
}
.ebv-marketplace-shell .emu-footer-col a::before{
  content:"\203A" !important;
  display:inline-flex !important;
  color:#ff35f5 !important;
  font-weight:1000 !important;
  line-height:1 !important;
}
.ebv-marketplace-shell .emu-footer-col a::after{
  content:"" !important;
  display:none !important;
}
.ebv-market-footer-v243 .emu-footer-brand-divider{
  display:inline-block !important;
}
.ebv-footer-socials{
  display:flex !important;
  gap:10px !important;
  flex-wrap:wrap !important;
  margin-top:20px !important;
}
.ebv-footer-socials a{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:46px !important;
  height:46px !important;
  border-radius:999px !important;
  background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.035)) !important;
  border:1px solid rgba(255,255,255,.13) !important;
  color:#fff !important;
  font-size:0 !important;
}
.ebv-footer-socials svg{width:21px!important;height:21px!important;display:block!important}
.ebv-market-footer-v243 .emu-footer-bottom{
  display:grid !important;
  grid-template-columns:1fr auto 1fr 1fr !important;
  gap:18px !important;
  align-items:center !important;
}
.ebv-market-footer-v243 .emu-footer-bottom span:nth-child(3){text-align:center!important;}
.ebv-market-footer-v243 .emu-footer-bottom span:nth-child(4){text-align:right!important;}
@media(max-width:900px){
  .ebv-market-footer-v243 .emu-footer-bottom{grid-template-columns:1fr!important;text-align:left!important;}
  .ebv-market-footer-v243 .emu-footer-bottom span{text-align:left!important;}
}

/* v2.4.0 admin category image manager */
.ebv-image-settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:18px;margin:18px 0 8px}
.ebv-image-setting-card{display:grid;grid-template-columns:180px 1fr;gap:16px;padding:16px;border:1px solid #dcdcde;border-radius:14px;background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.04)}
.ebv-image-setting-preview img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:12px;border:1px solid #e2e2e2;background:#0f0f14}
.ebv-image-setting-fields h3{margin:0 0 6px}
.ebv-image-setting-fields p{margin:0 0 12px}
.ebv-image-setting-fields input{width:100%;max-width:none}
.ebv-image-setting-actions{display:flex;gap:8px;flex-wrap:wrap;margin:10px 0}
@media (max-width:782px){.ebv-image-setting-card{grid-template-columns:1fr}}

/* v2.4.1 bigger desktop root category cards */
@media (min-width:1181px){
  .ebv-root-category-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:30px!important;
    max-width:100%!important;
  }
  .ebv-category-card-root{
    min-height:520px;
    border-radius:30px;
  }
  .ebv-category-card-root .ebv-category-image{
    margin:18px 18px 0;
    border-radius:24px;
    aspect-ratio:16/8.1;
  }
  .ebv-category-card-root .ebv-category-image img{
    object-fit:cover;
  }
  .ebv-category-card-root .ebv-category-copy{
    padding:22px 24px 26px;
    gap:11px;
  }
  .ebv-category-card-root strong{
    font-size:25px;
    line-height:1.05;
    letter-spacing:-.035em;
  }
  .ebv-category-card-root span span{
    font-size:16px;
    line-height:1.5;
    max-width:640px;
  }
  .ebv-category-card-root small{
    font-size:15px;
  }
  .ebv-category-card-root .ebv-category-children{
    gap:9px;
    margin-top:8px;
  }
  .ebv-category-card-root .ebv-category-children em{
    font-size:13px;
    padding:7px 10px;
  }
}
@media (min-width:1500px){
  .ebv-container{width:min(1580px,calc(100% - 64px));}
  .ebv-category-card-root{min-height:560px;}
  .ebv-category-card-root .ebv-category-image{aspect-ratio:16/8.35;}
}
@media (max-width:1180px){
  .ebv-root-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media (max-width:760px){
  .ebv-root-category-grid{grid-template-columns:1fr!important;}
  .ebv-category-card-root .ebv-category-image{aspect-ratio:16/9;}
}

/* v2.4.2 footer heading fix: use hardcoded uppercase labels and prevent CSS uppercasing/accent glitches */
.ebv-marketplace-shell .emu-footer-col h4{
  text-transform:none !important;
  letter-spacing:.04em !important;
}

/* v2.4.4 footer heading lock: match homepage footer headings without Greek accent uppercasing issues */
.ebv-marketplace-shell .emu-footer-v230 .emu-footer-col h4{text-transform:none!important;}

/* v2.4.8: make section/category/tag filters explicit and visible */
.ebv-filter-bar-full{display:grid;grid-template-columns:repeat(4,minmax(180px,1fr));align-items:end}
.ebv-filter-bar-full label{min-width:0}
.ebv-filter-bar-full .ebv-filter-category,.ebv-filter-bar-full .ebv-filter-tag{grid-column:span 1}
.ebv-filter-bar-full .ebv-btn,.ebv-filter-bar-full .ebv-reset{width:100%}
@media(max-width:1100px){.ebv-filter-bar-full{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:720px){.ebv-filter-bar-full{grid-template-columns:1fr}.ebv-filter-bar-full .ebv-btn,.ebv-filter-bar-full .ebv-reset{width:100%}}
