@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');
:root{--bg:#06111d;--panel:#0a1828;--panel2:#0f2237;--line:#1d3650;--text:#f5f8fb;--muted:#96aabd;--blue:#176cad;--blue2:#0d4f84;--orange:#ff7100;--orange2:#ff9a3d;--max:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:linear-gradient(180deg,#06111d 0,#071625 42%,#06111d 100%);color:var(--text);font-family:Poppins,Arial,sans-serif;font-size:13px}a{color:inherit;text-decoration:none}img{max-width:100%}.inner{width:min(70vw,var(--max));margin-inline:auto}.site-top{background:#071421}.channel-banner{width:100%;height:clamp(190px,18vw,370px);position:relative;background-image:var(--custom-banner,url('/banner-performance.png'));background-size:cover;background-position:center;border-bottom:2px solid rgba(255,113,0,.6);overflow:hidden}.banner-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,7,13,.04),rgba(2,7,13,.14) 72%,rgba(4,13,23,.62));pointer-events:none}.search-wrap{display:flex;justify-content:center;padding:14px 0 11px}.site-search{display:flex;width:min(620px,100%);border:1px solid #264969;border-radius:24px;overflow:hidden;background:#091929;box-shadow:0 8px 30px rgba(0,0,0,.18)}.site-search input{flex:1;min-width:0;border:0;background:transparent;color:#fff;padding:10px 15px;font:inherit;outline:none}.site-search button{border:0;border-left:1px solid var(--line);padding:0 19px;background:#12304d;color:#fff;font:700 10px Poppins;letter-spacing:.55px;cursor:pointer}.site-search button:hover{background:var(--orange);color:#101010}.main-nav{display:flex;justify-content:center;gap:3px;border-top:1px solid rgba(29,54,80,.55);border-bottom:1px solid var(--line);overflow:auto}.main-nav a{padding:12px 16px;font-weight:600;color:#d0dbe5;white-space:nowrap;border-bottom:2px solid transparent}.main-nav a:hover{color:#fff;border-bottom-color:var(--orange)}.category-nav{display:flex;justify-content:center;gap:8px;padding:11px 0 12px;overflow:auto}.cat-link{padding:7px 12px;border:1px solid var(--line);border-radius:8px;background:#0b1b2c;color:#c1cfda;white-space:nowrap;font-size:10px}.cat-link.active,.cat-link:hover{background:linear-gradient(180deg,#124b78,#0d3558);border-color:#2578b5;color:#fff}.content{padding:15px 0 48px}.section-head{display:flex;align-items:end;justify-content:space-between;margin:26px 0 11px}.section-head.home-first{margin-top:11px}.section-head h2{font-size:17px;margin:0;font-weight:700}.section-head p{font-size:10px;color:var(--muted);margin:4px 0 0}.section-head>a{color:var(--orange2);font-size:10px;font-weight:700}.video-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px 15px}.thumb{aspect-ratio:16/9;border-radius:10px;overflow:hidden;background:#0e2237;position:relative;border:1px solid rgba(37,86,126,.35)}.thumb img,.article-thumb img,.article-category-image img{width:100%;height:100%;object-fit:cover;display:block;transition:.22s}.video-card:hover img,.short-card:hover img,.article-card:hover img,.article-category-card:hover img{transform:scale(1.025)}.duration{position:absolute;right:6px;bottom:6px;background:rgba(0,0,0,.84);padding:2px 6px;border-radius:4px;font-size:9px}.video-meta{padding-top:8px}.video-meta>span,.article-card>span,.eyebrow{font-size:9px;color:var(--orange2);font-weight:700}.video-meta h3,.short-card h3,.article-card h3{font-size:12px;line-height:1.45;margin:3px 0 5px;font-weight:600}.video-meta p,.article-card p,.short-card p{font-size:10px;line-height:1.55;color:var(--muted);margin:0}.video-meta p b,.article-card p b,.short-card p span{color:var(--orange2);font-weight:700}.shorts-row{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(145px,1fr);grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;overflow:auto;padding-bottom:7px}.shorts-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.short-card .thumb{aspect-ratio:9/16}.article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;margin-top:10px}.article-grid.spaced{margin-top:28px}.article-card{background:#0a1929;border:1px solid #17314a;border-radius:11px;padding:12px}.article-thumb{aspect-ratio:16/9;border-radius:8px;overflow:hidden;margin-bottom:9px}.article-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.article-category-grid.compact{grid-template-columns:repeat(4,minmax(0,1fr))}.article-category-card{display:flex;min-height:118px;background:linear-gradient(145deg,#0b1928,#0d2237);border:1px solid #1a3a58;border-radius:11px;overflow:hidden;transition:.2s}.article-category-card:hover{border-color:#2e6a9d;transform:translateY(-2px)}.article-category-image{width:44%;min-width:120px;background:#10243a;overflow:hidden}.category-placeholder{width:100%;height:100%;display:grid;place-items:center;font-weight:800;font-size:28px;color:#4a6f90}.article-category-copy{padding:13px}.article-category-copy h3{margin:0 0 5px;font-size:13px}.article-category-copy p{margin:0;color:var(--muted);font-size:10px;line-height:1.5}.player{aspect-ratio:16/9;background:#000;border-radius:12px;overflow:hidden;margin-top:11px}.player iframe{width:100%;height:100%;border:0}.detail-head h1,.article-detail h1{font-size:23px;line-height:1.3;margin:6px 0 12px}.detail-head{margin-top:14px}.description,.article-detail{background:#0a1928;border:1px solid var(--line);border-radius:12px;padding:17px;line-height:1.78;color:#cbd8e2}.article-cover{width:100%;max-height:470px;object-fit:cover;border-radius:10px;margin-bottom:16px}.lead{font-size:14px;color:#dce6ee}.article-body{margin-top:17px;font-size:13px}.article-body img{max-width:100%;height:auto;border-radius:10px;margin:12px 0}.empty{padding:25px;text-align:center;border:1px dashed var(--line);border-radius:10px;color:var(--muted)}
.site-footer{border-top:1px solid #193650;background:#04101b;padding:27px 0 14px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:35px}.footer-grid h4,.footer-grid h3{margin:0 0 9px}.footer-grid p{color:var(--muted);font-size:10px;line-height:1.65;margin:0}.footer-grid a{display:block;color:#c2d0dc;margin:6px 0;font-size:10px}.footer-grid a:hover{color:var(--orange2)}.footer-brand{display:flex;gap:13px}.footer-brand img{width:68px;height:68px;border-radius:50%;object-fit:contain}.footer-bottom{margin-top:22px;padding-top:12px;border-top:1px solid #142d43;color:#71879a;font-size:9px;text-align:center}
/* Admin */
.admin-shell{width:min(94vw,1260px);margin:22px auto}.admin-top{display:flex;align-items:center;gap:12px;margin-bottom:14px}.admin-top img{width:52px;height:52px;border-radius:50%;border:2px solid var(--orange)}.push{margin-left:auto}.admin-tabs{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:14px}.admin-tabs a{padding:9px 12px;border-radius:7px;background:#10233a;border:1px solid var(--line);font-size:10px}.admin-tabs a.active{background:var(--orange);color:#13171b;border-color:var(--orange);font-weight:700}.panel{background:var(--panel);border:1px solid var(--line);border-radius:12px;padding:16px;margin-bottom:15px}.panel h2{font-size:16px;margin:0 0 13px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.form-grid .full{grid-column:1/-1}label{display:block;color:#cad7e2;font-size:10px;margin:8px 0 5px}input,select,textarea{width:100%;background:#081624;border:1px solid var(--line);color:#fff;padding:9px 10px;border-radius:7px;font:11px Poppins}textarea{min-height:105px}button,.btn{display:inline-block;background:var(--orange);color:#16191c;border:0;padding:9px 12px;border-radius:7px;font:700 10px Poppins;cursor:pointer}.btn.secondary{background:#17304d;color:#fff}.btn.danger{background:#4b2029;color:#ffdce3}.actions{display:flex;gap:5px;flex-wrap:wrap}.check{display:inline-flex;gap:7px;align-items:center;margin:12px 16px 12px 0}.check input{width:auto}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:9px;border-bottom:1px solid var(--line);font-size:10px;vertical-align:top}th{color:#ffad58}.note{font-size:9px;color:var(--muted);line-height:1.55}.login{max-width:420px;margin:10vh auto}.login input{margin-bottom:11px}.alert,.success{padding:10px 12px;border-radius:8px}.alert{background:#401e26;color:#ffd6de}.success{background:#123c31;color:#c7ffe9}.admin-thumb{width:90px;height:52px;object-fit:cover;border-radius:7px}.admin-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.admin-stats>div{background:#0d2033;border:1px solid var(--line);border-radius:10px;padding:14px}.admin-stats b{display:block;font-size:22px;color:var(--orange2)}.admin-stats span{color:var(--muted);font-size:10px}.seo-box{padding-top:4px;border-top:1px solid var(--line);margin-top:5px}.seo-box h3{margin:10px 0 4px}.editor-toolbar{display:flex;gap:5px;flex-wrap:wrap;background:#071421;border:1px solid var(--line);border-bottom:0;border-radius:8px 8px 0 0;padding:7px}.editor-toolbar button{padding:6px 9px;background:#17304d;color:#fff}.rich-editor{min-height:340px;background:#fff;color:#17202a;border:1px solid #39536b;border-radius:0 0 8px 8px;padding:18px;font:13px/1.7 Poppins;outline:none}.rich-editor img{max-width:100%;height:auto;border-radius:8px}.rich-editor h2{font-size:22px}.rich-editor h3{font-size:18px}
@media(max-width:1100px){.inner{width:84vw}.article-category-grid.compact{grid-template-columns:repeat(2,1fr)}.shorts-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:820px){.inner{width:92vw}.channel-banner{height:215px;background-position:center}.search-wrap{padding-top:11px}.main-nav,.category-nav{justify-content:flex-start}.video-grid,.article-grid{grid-template-columns:repeat(2,1fr)}.shorts-grid{grid-template-columns:repeat(3,1fr)}.shorts-row{grid-template-columns:none;grid-auto-columns:145px}.article-category-grid{grid-template-columns:repeat(2,1fr)}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.admin-stats{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){body{font-size:12px}.channel-banner{height:160px;background-position:center}.inner{width:94vw}.site-search input{font-size:11px}.main-nav a{padding:10px 12px}.video-grid{grid-template-columns:1fr 1fr;gap:16px 9px}.article-grid,.article-category-grid,.article-category-grid.compact{grid-template-columns:1fr}.article-category-card{min-height:105px}.article-category-image{min-width:112px}.shorts-grid{grid-template-columns:repeat(2,1fr)}.section-head h2{font-size:15px}.video-meta h3,.short-card h3,.article-card h3{font-size:11px}.detail-head h1,.article-detail h1{font-size:19px}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.admin-top{flex-wrap:wrap}.push{margin-left:0}.admin-stats{grid-template-columns:1fr 1fr}}
/* v0.5 additions */
.channel-banner{height:clamp(170px,14.9vw,265px);background-position:center;background-repeat:no-repeat;background-color:#06111d}
.section-inline{display:flex;justify-content:space-between;align-items:center;gap:12px}.section-inline h2{margin:0}
.view-line{font-size:9px;color:#7f96aa;margin:2px 0 5px}.watch-views{color:#9eb1c3;font-size:11px;margin-top:-5px;margin-bottom:10px}
.short-slider{position:relative}.short-track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(205px,23%);gap:11px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:2px 3px 8px}.short-track::-webkit-scrollbar{display:none}.short-slide{scroll-snap-align:start;background:#091a2b;border:1px solid #1b3a57;border-radius:10px;overflow:hidden;display:grid;grid-template-columns:90px 1fr;min-height:122px;transition:.2s}.short-slide:hover{border-color:#ff7100;transform:translateY(-2px)}.short-slide img{width:90px;height:122px;object-fit:cover}.short-slide>div{padding:11px 9px}.short-slide h3{font-size:11px;line-height:1.45;margin:0 0 9px}.short-slide span{font-size:8px;color:#93a8ba}.slider-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:32px;height:44px;border-radius:8px;background:rgba(4,14,24,.92);border:1px solid #285171;color:#fff;font-size:22px;display:grid;place-items:center;padding:0}.slider-btn.prev{left:-15px}.slider-btn.next{right:-15px}.ad-box{min-height:72px;margin:13px 0;border:1px dashed #203d56;border-radius:9px;display:flex;align-items:center;justify-content:center;overflow:hidden}.editor-upload{display:inline-flex!important;align-items:center;background:#17304d;color:#fff!important;padding:6px 9px!important;border-radius:7px!important;margin:0!important;cursor:pointer;font-size:10px!important}.editor-upload input{display:none}.custom-page{max-width:920px;margin:12px auto}.admin-tabs{position:sticky;top:0;background:#06111d;padding:7px 0;z-index:4}
@media(max-width:1100px){.short-track{grid-auto-columns:minmax(210px,34%)}}
@media(max-width:820px){.channel-banner{height:clamp(125px,14.9vw,190px)}.short-track{grid-auto-columns:minmax(205px,52%)}.slider-btn.prev{left:-4px}.slider-btn.next{right:-4px}}
@media(max-width:520px){.channel-banner{height:92px;background-size:cover}.short-track{grid-auto-columns:82%}.short-slide{grid-template-columns:82px 1fr}.short-slide img{width:82px;height:112px}.short-slide{min-height:112px}.section-inline{align-items:flex-start;flex-direction:column}}

/* v0.6 AI */
.ai-page-content .ai-hero{margin-top:14px}.ai-page-content .section-block{max-width:920px;margin:0 auto 22px}
.ai-hero{display:grid;grid-template-columns:1fr auto;gap:25px;align-items:center;margin:24px 0 14px;padding:24px;background:linear-gradient(135deg,#0b2035,#081624 58%,#10243b);border:1px solid #214766;border-radius:14px;box-shadow:0 18px 50px rgba(0,0,0,.18)}
.ai-hero h1{font-size:24px;margin:5px 0 8px}.ai-hero p{max-width:760px;color:#a9bdce;line-height:1.7;margin:0}.eyebrow{font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:#ff8a22;font-weight:800}.ai-limit{width:118px;height:118px;border-radius:50%;display:grid;place-items:center;align-content:center;border:2px solid #ff7200;background:#081725;box-shadow:0 0 0 6px rgba(255,114,0,.07)}.ai-limit b{font-size:30px;color:#fff;line-height:1}.ai-limit span{font-size:8px;color:#9fb2c3;margin-top:7px;text-align:center}.ai-panel{max-width:920px;margin:0 auto 20px}.ai-mode-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:13px}.ai-mode-tabs label{margin:0;padding:8px 10px;border:1px solid #264963;border-radius:8px;background:#0b1c2c;cursor:pointer}.ai-mode-tabs input{width:auto;margin-right:6px}.ai-test-fields{margin:13px 0;border:1px solid #1d3e58;border-radius:10px;padding:11px 13px;background:#071522}.ai-test-fields summary{cursor:pointer;color:#ff9a42;font-weight:700}.ai-submit{margin-top:13px;font-size:11px;padding:11px 16px}.ai-answer{max-width:920px;margin:0 auto 22px}.ai-answer-text{background:#f7fafc;color:#172431;border-radius:12px;padding:20px;line-height:1.8;font-size:12px;white-space:normal}.ai-related{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.ai-related-card{display:flex;flex-direction:column;gap:6px;padding:12px;background:#091a2b;border:1px solid #1b3b56;border-radius:10px}.ai-related-card b{font-size:10px;color:#fff}.ai-related-card span{font-size:9px;color:#93a8ba;line-height:1.5}.ai-related-card:hover{border-color:#ff7500}.main-nav-wrap{background:#06111d;border-bottom:1px solid #18344c}
@media(max-width:820px){.ai-hero{grid-template-columns:1fr}.ai-limit{width:90px;height:90px}.ai-related{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.ai-hero{padding:17px}.ai-hero h1{font-size:20px}.ai-related{grid-template-columns:1fr}.ai-mode-tabs{display:grid;grid-template-columns:1fr}.ai-answer-text{font-size:11px}}

/* v0.7 homepage + analytics */
.content{background:#091a2a;border:1px solid #17364f;border-radius:14px;padding:18px 20px 26px;margin-top:14px;margin-bottom:24px;box-shadow:0 16px 50px rgba(0,0,0,.12)}
.media-slider{position:relative;margin-bottom:12px}.media-track{display:grid;grid-auto-flow:column;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:3px 3px 10px;gap:13px}.media-track::-webkit-scrollbar{display:none}
.video-track{grid-auto-columns:minmax(250px,31%)}.video-slide{scroll-snap-align:start;min-width:0}.video-slide-thumb{position:relative;aspect-ratio:16/9;border-radius:10px;overflow:hidden;background:#06111d;border:1px solid #1c405e}.video-slide-thumb img{width:100%;height:100%;object-fit:cover;display:block}.video-slide-thumb span{position:absolute;right:6px;bottom:6px;background:rgba(0,0,0,.8);padding:3px 5px;border-radius:4px;font-size:8px}.video-slide h3{font-size:11px;line-height:1.45;margin:8px 0 2px}.video-slide-description{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-height:27px;margin:3px 0 5px;color:var(--muted);font-size:9px;line-height:1.5}.video-slide:hover h3{color:#ff9a42}
.short-home-track{grid-auto-columns:minmax(145px,17%)}.short-home-slide{scroll-snap-align:start;min-width:0}.short-home-slide img{width:100%;aspect-ratio:9/16;object-fit:cover;border-radius:10px;border:1px solid #1c405e;background:#06111d}.short-home-slide h3{font-size:10px;line-height:1.42;margin:7px 0 2px}.short-home-slide:hover h3{color:#ff9a42}
.latest-five{grid-template-columns:repeat(5,minmax(0,1fr))}.analytics-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:14px}.panel h2 small{font-weight:400;color:var(--muted);font-size:9px}.seo-auto-btn{margin-top:7px}.analytics-stats b{font-size:20px}
@media(max-width:1100px){.video-track{grid-auto-columns:minmax(245px,42%)}.short-home-track{grid-auto-columns:minmax(135px,23%)}.latest-five{grid-template-columns:repeat(3,1fr)}}
@media(max-width:820px){.content{width:92vw;padding:14px}.video-track{grid-auto-columns:minmax(235px,64%)}.short-home-track{grid-auto-columns:minmax(130px,31%)}.latest-five{grid-template-columns:repeat(2,1fr)}.analytics-grid{grid-template-columns:1fr}}
@media(max-width:520px){.content{width:94vw;padding:11px;border-radius:10px}.video-track{grid-auto-columns:85%}.short-home-track{grid-auto-columns:44%}.latest-five{grid-template-columns:1fr 1fr}.video-slide h3{font-size:10px}.video-slide-description{min-height:24px;font-size:8px}.short-home-slide h3{font-size:9px}}

/* v0.7.1 orange navigation refinement */
.main-nav a{position:relative}.main-nav a:after{content:'';position:absolute;left:16px;right:16px;bottom:5px;height:2px;border-radius:2px;background:var(--orange);transform:scaleX(.18);opacity:.45;transition:.2s}.main-nav a:hover{background:rgba(255,113,0,.065);color:#fff}.main-nav a:hover:after{transform:scaleX(1);opacity:1}.category-nav{border-bottom:1px solid rgba(255,113,0,.16)}

/* v0.7.2 header/search refinement */
.main-nav-strip{
  width:100%;
  background:linear-gradient(90deg,rgba(177,72,0,.52),rgba(255,113,0,.30) 50%,rgba(177,72,0,.52));
  border-top:1px solid rgba(255,153,74,.28);
  border-bottom:1px solid rgba(255,153,74,.34);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
}
.main-nav{
  border-top:0;
  border-bottom:0;
  min-height:46px;
  align-items:center;
}
.main-nav a{
  color:#fff3e8;
  padding:13px 16px;
}
.main-nav a:hover{
  background:rgba(80,28,0,.25);
  color:#fff;
}
.category-nav{
  padding-top:10px;
  padding-bottom:10px;
}
.content-search{
  display:flex;
  justify-content:center;
  padding:0 0 15px;
  margin:0 0 5px;
  border-bottom:1px solid rgba(255,255,255,.055);
}
.content-search .site-search{
  width:min(500px,82%);
  min-height:36px;
  border-radius:20px;
  background:#071725;
}
.content-search .site-search input{
  padding:8px 13px;
  font-size:11px;
}
.content-search .site-search button{
  padding:0 15px;
  font-size:9px;
}
@media(max-width:820px){
  .main-nav-strip .main-nav{justify-content:flex-start}
  .content-search .site-search{width:min(480px,94%)}
}
@media(max-width:520px){
  .main-nav{min-height:40px}
  .main-nav a{padding:10px 12px;font-size:10px}
  .content-search{padding-bottom:11px}
  .content-search .site-search{width:100%}
  .content-search .site-search input{font-size:10px;padding:7px 11px}
}

/* v0.7.3 navigation, search and homepage playlists */
.main-nav-strip{
  background:linear-gradient(90deg,#c9570b 0%,#ed741e 22%,#ff8a2b 50%,#ed741e 78%,#c9570b 100%);
  border-top:1px solid rgba(255,190,137,.35);
  border-bottom:1px solid rgba(82,31,0,.30);
}
.main-nav a{
  color:#14263a;
  font-weight:700;
  border-bottom:0 !important;
  transition:background .18s ease,color .18s ease,transform .18s ease;
}
.main-nav a:after{display:none !important;content:none !important}
.main-nav a:hover{
  color:#fff;
  background:#0e3f66;
  border-radius:7px;
  transform:translateY(-1px);
}
.content-search{
  padding-top:2px;
  padding-bottom:13px;
}
.content-search .site-search{
  width:min(410px,68%);
  min-height:32px;
  border-radius:18px;
  border-color:#24445f;
  box-shadow:0 4px 14px rgba(0,0,0,.12);
}
.content-search .site-search input{padding:7px 12px;font-size:10px}
.content-search .site-search button{padding:0 13px;font-size:8px;letter-spacing:.45px}
.playlist-home-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.playlist-home-card{display:block;background:#091a2b;border:1px solid #183a55;border-radius:11px;overflow:hidden;transition:.2s}
.playlist-home-card:hover{border-color:#ff8221;transform:translateY(-2px)}
.playlist-home-thumb{position:relative;aspect-ratio:16/9;background:#10283e;overflow:hidden}
.playlist-home-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:.22s}
.playlist-home-card:hover .playlist-home-thumb img{transform:scale(1.025)}
.playlist-home-thumb span{position:absolute;left:8px;bottom:7px;background:rgba(4,17,30,.88);border:1px solid rgba(255,138,43,.55);color:#ff9a46;border-radius:5px;padding:3px 6px;font-size:8px;font-weight:700}
.playlist-home-copy{padding:10px 11px 11px}
.playlist-home-copy h3{height:36px;overflow:hidden;margin:0 0 5px;font-size:12px;line-height:1.5;font-weight:700;color:#f3f7fb}
.playlist-home-copy p{height:46px;overflow:hidden;margin:0;color:var(--muted);font-size:10px;line-height:1.55}
@media(max-width:1100px){.playlist-home-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:820px){.content-search .site-search{width:min(390px,82%)}.playlist-home-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.content-search .site-search{width:min(330px,92%)}.playlist-home-grid{grid-template-columns:1fr 1fr;gap:10px}.playlist-home-copy h3{font-size:11px;height:34px}.playlist-home-copy p{font-size:9px;height:42px}}

/* v0.7.4 homepage ordering + black nav labels */
.main-nav a{color:#080808 !important;}
.main-nav a:hover{color:#fff !important;}


/* v0.7.5 playlist/article sliders + regular navigation */
.main-nav a{font-weight:400 !important;}
.playlist-home-track{grid-auto-columns:minmax(250px,31%)}
.playlist-home-track .playlist-home-card{scroll-snap-align:start;min-width:0}
.article-home-track{grid-auto-columns:minmax(250px,31%)}
.article-home-track .article-card{scroll-snap-align:start;min-width:0;height:100%;display:block}
.article-home-track .article-thumb{aspect-ratio:16/9}
@media(max-width:1100px){
  .playlist-home-track,.article-home-track{grid-auto-columns:minmax(245px,42%)}
}
@media(max-width:820px){
  .playlist-home-track,.article-home-track{grid-auto-columns:minmax(235px,64%)}
}
@media(max-width:520px){
  .playlist-home-track,.article-home-track{grid-auto-columns:85%}
}

/* v0.7.6 footer/content integration */
.content{
  margin-bottom:0;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  border-bottom-color:rgba(255,255,255,.04);
}
.site-footer{
  width:70vw;
  margin:0 auto 24px;
  background:#000;
  position:relative;
  overflow:hidden;
  border-top:0;
  border-radius:0 0 14px 14px;
  padding:26px 20px 14px;
  box-shadow:0 18px 50px rgba(0,0,0,.22);
}
.site-footer::before{
  content:'';
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  background-image:var(--footer-bg-image,none);
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  opacity:.15;
  pointer-events:none;
  z-index:0;
}
.site-footer .inner{
  width:100%;
  max-width:none;
  position:relative;
  z-index:1;
}
.site-footer .footer-bottom{
  margin-top:20px;
  border-top-color:#1b1b1b;
}
.site-footer .footer-grid p,
.site-footer .footer-grid a{
  color:#a8b1ba;
}
.site-footer .footer-grid a:hover{
  color:var(--orange2);
}
.footer-background-preview{display:block;width:min(100%,560px);aspect-ratio:3/1;object-fit:cover;margin-top:9px;border:1px solid #294761;border-radius:8px;background:#000}
@media(max-width:1100px){
  .site-footer{width:84vw;}
}
@media(max-width:820px){
  .site-footer{width:92vw;padding:22px 14px 13px;}
}
@media(max-width:520px){
  .site-footer{width:94vw;padding:18px 11px 12px;border-radius:0 0 10px 10px;}
}

/* v0.7.8 module headers + tabular 200 m zone calculator */
.section-head.module-head{
  align-items:center;
  width:100%;
  margin:25px auto 12px;
  padding:0 0 7px;
  background:transparent;
  border:0;
  border-bottom:1px solid #2c7299;
  border-radius:0;
  box-shadow:none;
}
.section-head.module-head.home-first{margin-top:11px}
.section-head.module-head h2{display:flex;align-items:center;gap:8px;color:#fff;font-family:Poppins,Arial,sans-serif;font-size:16px;line-height:1.25;font-weight:700;letter-spacing:0}
.section-head.module-head h2:before{content:'';width:8px;height:8px;flex:0 0 8px;border-radius:50%;background:#ff8a2b;border:1px solid #ffd0a9;box-shadow:none}
.section-head.module-head p{color:var(--muted);font-size:10px;line-height:1.4;margin:3px 0 0 16px}
.section-head.module-head>a{padding:0;border:0;border-radius:0;background:transparent;color:var(--orange2);font-size:10px;line-height:1.3}
.section-head.module-head>a:hover{background:transparent;color:#fff}
.calculator-page{max-width:980px;margin:5px auto 14px}
.calculator-hero{padding:22px 22px 18px;text-align:center}
.calculator-hero h1{margin:6px 0 9px;font-size:25px;line-height:1.3}
.calculator-hero p{max-width:720px;margin:0 auto;color:var(--muted);font-size:11px;line-height:1.7}
.calculator-panel{padding:20px;border:1px solid #214a68;border-radius:14px;background:#081827;box-shadow:0 18px 48px rgba(0,0,0,.18)}
.calculator-form{max-width:650px;margin:0 auto}
.calculator-form>label{margin:0 0 7px;font-size:11px;font-weight:700;color:#f1f6fa}
.calculator-input-row{display:grid;grid-template-columns:1fr auto;gap:9px}
.calculator-input-row input{min-height:44px;font-size:15px;letter-spacing:.04em;border-color:#315c7c;background:#061522}
.calculator-input-row button{min-width:118px;font-size:10px}
.calculator-help,.calculator-error{margin:7px 0 0;font-size:9px;line-height:1.5}
.calculator-help{color:#8fa7b9}.calculator-error{color:#ff9cab}
.zone-results{margin-top:22px;padding-top:20px;border-top:1px solid #1d405a}
.zone-results>h2{margin:0 0 11px;font-size:15px;text-align:center;color:#fff}
.zone-table-wrap{overflow-x:auto;border:1px solid #2b5876;border-radius:10px;background:#091b2a}
.zone-result-table{width:100%;min-width:610px;border-collapse:separate;border-spacing:0}
.zone-result-table th,.zone-result-table td{padding:13px 15px;border:0;border-bottom:1px solid #1d4058;font-size:10px;vertical-align:middle}
.zone-result-table thead th{background:#174b6d;color:#fff;font-size:9px;text-transform:uppercase;letter-spacing:.06em}
.zone-result-table thead th:first-child{border-radius:9px 0 0}.zone-result-table thead th:last-child{border-radius:0 9px 0 0}
.zone-result-table tbody th{color:#edf5fa;font-size:11px;font-weight:700;white-space:nowrap}
.zone-result-table tbody td{color:#abc0cf}
.zone-result-table tbody td:last-child{width:36%;background:#0c2234}
.zone-result-table tbody strong{color:#fff;font-size:15px;letter-spacing:.025em;white-space:nowrap}
.zone-result-table tbody tr:last-child th,.zone-result-table tbody tr:last-child td{border-bottom:0}
.zone-result-table tbody tr:hover th,.zone-result-table tbody tr:hover td{background:#102b40}
.zone-result-table .reference-row th,.zone-result-table .reference-row td{background:#102a40}
.result-dot{display:inline-block;width:9px;height:9px;margin-right:9px;border-radius:50%;vertical-align:middle;box-shadow:0 0 0 3px rgba(255,255,255,.06)}
.reference-dot{background:#f1f6fa}.zone-one-dot{background:#4cb7e8}.zone-two-dot{background:#ffb14a}.zone-three-dot{background:#ff6d4a}
.calculator-note{margin:14px 0 0;text-align:center;color:#839bac;font-size:9px;line-height:1.55}
@media(max-width:820px){.calculator-hero h1{font-size:22px}.zone-result-table th,.zone-result-table td{padding:12px}}
@media(max-width:520px){.section-head.module-head{align-items:center;gap:7px;width:100%;padding:0 0 6px}.section-head.module-head h2{font-size:15px;gap:7px}.section-head.module-head h2:before{width:7px;height:7px;flex-basis:7px}.section-head.module-head p{font-size:9px;margin:3px 0 0 14px}.section-head.module-head>a{font-size:9px;padding:0}.calculator-hero{padding:14px 7px}.calculator-hero h1{font-size:19px}.calculator-panel{padding:14px}.calculator-input-row{grid-template-columns:1fr}.calculator-input-row button{min-height:40px}.zone-results>h2{text-align:left}.zone-result-table{min-width:560px}.zone-result-table tbody strong{font-size:14px}}

/* v0.7.16 full width, advanced editor and security UI */
.content{
  width:100%;
  max-width:none;
  margin:14px 0 0;
  padding:18px clamp(16px,3vw,52px) 28px;
  border-left:0;
  border-right:0;
  border-radius:0;
}
.site-footer{
  width:100%;
  max-width:none;
  margin:0;
  padding:27px clamp(16px,3vw,52px) 14px;
  border-radius:0;
}
.video-track,.playlist-home-track,.article-home-track{grid-auto-columns:minmax(260px,23.5%)}
.short-home-track{grid-auto-columns:minmax(140px,13.5%)}
.article-body img,.rich-editor img{
  display:block;
  width:auto;
  max-width:min(100%,400px);
  height:auto;
  margin:14px auto;
  border-radius:9px;
}
.article-body table,.rich-editor table{width:100%;border-collapse:collapse;margin:16px 0;background:#fff;color:#17202a}
.article-body th,.article-body td,.rich-editor th,.rich-editor td{border:1px solid #9fb0be;padding:8px}
.article-body blockquote,.rich-editor blockquote{margin:14px 0;padding:10px 14px;border-left:4px solid var(--orange);background:rgba(255,113,0,.08)}
.inline-form{display:inline-block;margin-left:6px}.inline-form button{margin:0}
.admin-shell table{display:block;max-width:100%;overflow-x:auto}
.editor-toolbar{position:sticky;top:54px;z-index:6;align-items:center;padding:8px}
.editor-toolbar button,.editor-toolbar select{width:auto;min-height:30px;padding:6px 8px;margin:0;font-size:9px}
.editor-toolbar select{background:#102943;color:#fff;border:1px solid #31536f}
.editor-color{display:inline-flex;align-items:center;gap:5px;margin:0;padding:4px 7px;border-radius:6px;background:#102943;color:#d9e5ee!important;font-size:9px!important}
.editor-color input{width:27px;height:22px;padding:1px;border-radius:4px}
.editor-note{padding:7px 9px;background:#10243a;color:#9fb2c2;font-size:9px;border:1px solid #284761;border-top:0;border-radius:0 0 8px 8px}
.rich-editor{border-radius:0;min-height:430px;overflow:auto}
.editor-fullscreen{position:fixed!important;inset:12px!important;z-index:1000!important;padding:0!important;background:#06111d!important;overflow:auto!important}
.editor-fullscreen .editor-toolbar{top:0}
.editor-fullscreen .rich-editor{min-height:calc(100vh - 122px);border-radius:0}
.editor-fullscreen .editor-note{border-radius:0}
.security-panel{max-width:820px}
@media(max-width:1100px){
  .content,.site-footer{width:100%}
  .video-track,.playlist-home-track,.article-home-track{grid-auto-columns:minmax(245px,32%)}
  .short-home-track{grid-auto-columns:minmax(135px,20%)}
}
@media(max-width:820px){
  .content,.site-footer{width:100%;padding-left:14px;padding-right:14px}
  .video-track,.playlist-home-track,.article-home-track{grid-auto-columns:minmax(235px,64%)}
  .short-home-track{grid-auto-columns:minmax(130px,31%)}
  .editor-toolbar{top:48px}
}
@media(max-width:520px){
  .content,.site-footer{width:100%;padding-left:11px;padding-right:11px}
  .video-track,.playlist-home-track,.article-home-track{grid-auto-columns:85%}
  .short-home-track{grid-auto-columns:44%}
  .editor-toolbar{position:static}
  .editor-fullscreen{inset:0!important}
  .editor-fullscreen .editor-toolbar{position:sticky;top:0}
}

/* v0.7.17 homepage introduction, calculator library and video previews */
.home-intro{position:relative;isolation:isolate;width:100%;min-height:142px;padding:20px clamp(18px,2.2vw,34px);margin:0 0 18px;overflow:hidden;border:0;border-radius:12px;background:linear-gradient(100deg,#0a1d2d 0%,#0a1d2d 58%,#0b2235 100%)}
.home-intro:before{content:'';position:absolute;z-index:-2;top:0;right:0;width:min(45%,540px);height:100%;background-image:var(--home-intro-image,url('/home-intro-swimmer.jpg'));background-position:center;background-size:cover;background-repeat:no-repeat;opacity:var(--home-intro-opacity,.42);filter:saturate(.72) contrast(.9) brightness(.82);transform:scaleX(-1)}
.home-intro:after{content:'';position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,#0a1d2d 0%,rgba(10,29,45,.98) 48%,rgba(10,29,45,.72) 69%,rgba(10,29,45,.18) 100%);pointer-events:none}
.home-intro-heading{display:flex;align-items:center;gap:8px;position:relative;z-index:1}
.home-intro-heading>span{width:8px;height:8px;flex:0 0 8px;border-radius:50%;background:var(--orange2);border:1px solid #ffd0a9}
.home-intro h1{margin:0;font-size:16px;line-height:1.3}
.home-intro p{position:relative;z-index:1;max-width:68%;margin:8px 0 0 16px;color:#b7c8d5;font-size:12px;line-height:1.75}
.youtube-follow-button{position:relative;z-index:1;display:inline-flex;align-items:center;gap:7px;margin:12px 0 0 16px;padding:8px 13px;border:1px solid rgba(255,103,103,.48);border-radius:7px;background:rgba(184,18,27,.78);color:#fff;font-size:10px;font-weight:700;line-height:1.2;transition:background .18s ease,transform .18s ease,border-color .18s ease}
.youtube-follow-button span{display:grid;width:18px;height:18px;place-items:center;border-radius:50%;background:#fff;color:#c71922;font-size:8px;padding-left:1px}
.youtube-follow-button:hover{background:#d51e28;border-color:#ff7c82;transform:translateY(-1px)}

.youtube-preview-host{position:relative;overflow:hidden}
.short-home-thumb{position:relative;width:100%;aspect-ratio:9/16;border-radius:10px;overflow:hidden;border:1px solid #1c405e;background:#06111d}
.short-home-thumb img{width:100%;height:100%;aspect-ratio:auto;object-fit:cover;border:0;border-radius:0;display:block}
.youtube-hover-frame{position:absolute;inset:0;z-index:3;width:100%;height:100%;border:0;pointer-events:none;background:#000}
.youtube-preview-card.is-previewing .duration,.youtube-preview-card.is-previewing .playlist-home-thumb>span{opacity:0}

.calculator-page{max-width:1180px;margin:5px auto 18px}
.calculator-tools-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;align-items:start}
.calculator-tool-card{min-width:0;border:1px solid #234b68;border-radius:15px;background:#081827;overflow:hidden;box-shadow:0 14px 38px rgba(0,0,0,.16);transition:border-color .2s,box-shadow .2s}
.calculator-tool-card:hover,.calculator-tool-card.is-open{border-color:#377da8;box-shadow:0 18px 48px rgba(0,0,0,.24)}
.calculator-tool-card.is-open{grid-column:1/-1}
.calculator-tool-toggle{display:grid;width:100%;grid-template-columns:172px 1fr auto;align-items:stretch;gap:0;padding:0;margin:0;border:0;border-radius:0;background:#0a1d2d;color:#fff;text-align:left;font:inherit}
.calculator-tool-toggle:hover{background:#0d263a}
.calculator-tool-image{display:block;min-height:124px;overflow:hidden;background:#071421}
.calculator-tool-image img{width:100%;height:100%;min-height:124px;object-fit:cover;object-position:79% center;display:block;transform:scale(1);transition:transform .25s}
.calculator-tool-card:hover .calculator-tool-image img,.calculator-tool-card.is-open .calculator-tool-image img{transform:scale(1.04)}
.calculator-tool-summary{display:flex;min-width:0;flex-direction:column;justify-content:center;padding:16px 18px}
.calculator-tool-kicker{color:var(--orange2);font-size:9px;font-weight:800;letter-spacing:.09em}
.calculator-tool-summary strong{margin:4px 0 6px;font-size:16px;line-height:1.35}
.calculator-tool-summary small{color:#9db1c1;font-size:10px;line-height:1.6;font-weight:400}
.calculator-tool-arrow{align-self:center;margin-right:17px;color:var(--orange2);font-size:25px;line-height:1;transition:transform .2s}
.calculator-tool-toggle[aria-expanded="true"] .calculator-tool-arrow{transform:rotate(180deg)}
.calculator-tool-content{padding:20px;border-top:1px solid #21445f;background:#071522}
.calculator-tool-content .calculator-form{max-width:760px}
.calculator-input-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:12px}
.calculator-input-grid label{margin:0 0 7px;font-size:11px;font-weight:700;color:#f1f6fa}
.calculator-input-grid input{min-height:44px;font-size:15px;letter-spacing:.04em;border-color:#315c7c;background:#061522}
.calculator-wide-button{display:block;width:100%;min-height:42px;margin-top:5px}
.calculation-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;max-width:760px;margin:18px auto 0}
.calculation-summary.single{grid-template-columns:1fr}
.calculation-summary>div{padding:15px;border:1px solid #2b5876;border-radius:10px;background:#0d2639;text-align:center}
.calculation-summary span{display:block;color:#96adbe;font-size:9px;margin-bottom:6px}
.calculation-summary strong{display:block;color:#fff;font-size:18px;letter-spacing:.025em}
.calculator-health-note{width:100%;max-width:none;margin:12px 0 0;padding:10px 12px;border-left:3px solid var(--orange);background:rgba(255,113,0,.07);color:#9eb2c2;font-size:9px;line-height:1.65}

@media(max-width:820px){
  .home-intro{min-height:132px;padding:17px 18px}.home-intro:before{width:56%}.home-intro p{max-width:82%}
  .calculator-tools-grid{grid-template-columns:1fr}
  .calculator-tool-card.is-open{grid-column:auto}
  .calculator-tool-toggle{grid-template-columns:145px 1fr auto}
  .calculator-tool-image,.calculator-tool-image img{min-height:118px}
}
@media(max-width:520px){
  .home-intro{min-height:0;padding:15px 13px;margin-bottom:14px;border-radius:9px}.home-intro:before{width:100%}.home-intro:after{background:rgba(10,29,45,.88)}.home-intro h1{font-size:15px}.home-intro p{max-width:100%;margin-left:15px;font-size:11px;line-height:1.65}.youtube-follow-button{margin-left:15px;padding:8px 11px;font-size:9px}
  .calculator-tool-toggle{grid-template-columns:105px 1fr auto}
  .calculator-tool-image,.calculator-tool-image img{min-height:136px}
  .calculator-tool-summary{padding:12px 10px}.calculator-tool-summary strong{font-size:13px}.calculator-tool-summary small{font-size:9px;line-height:1.45}
  .calculator-tool-arrow{margin-right:9px;font-size:21px}
  .calculator-tool-content{padding:14px 11px}
  .calculator-input-grid,.calculation-summary{grid-template-columns:1fr}
}

/* v0.7.18 intro artwork, navigation motif and full-width admin lists */
.main-nav-strip{
  background-color:#0a1928;
  background-image:repeating-linear-gradient(115deg,rgba(255,113,0,.13) 0,rgba(255,113,0,.13) 1px,transparent 1px,transparent 13px),linear-gradient(90deg,#081725,#10273b 50%,#081725);
  border-top:1px solid rgba(255,138,43,.32);
  border-bottom:1px solid rgba(255,138,43,.42);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
}
.main-nav a{color:#ffe9d7!important}
.main-nav a:hover{color:#fff!important;background:rgba(255,113,0,.16)}
.admin-shell .panel{width:100%}
.admin-shell .panel>table{display:table;width:100%;min-width:100%}
@media(max-width:820px){.admin-shell .panel{overflow-x:auto}.admin-shell .panel>table{min-width:680px}}

/* v0.7.19 managed intro image and full-width AI content */
.ai-page-content .ai-panel,.ai-page-content .ai-answer,.ai-page-content .section-block{width:100%;max-width:none;margin-left:0;margin-right:0}
.ai-page-content .ai-answer-text{width:100%}
.intro-image-settings{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px;margin-top:12px}
.intro-image-settings .full{grid-column:1/-1}
.intro-image-settings input[type="range"]{padding:0;accent-color:var(--orange);cursor:pointer}
#homeIntroOpacityValue{color:var(--orange2);font-weight:700}
.home-intro-image-preview{position:relative;width:min(100%,560px);aspect-ratio:16/7;margin-top:10px;overflow:hidden;border:1px solid #294761;border-radius:8px;background:#071522}
.home-intro-image-preview:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,29,45,.95),rgba(10,29,45,.18));pointer-events:none}
.home-intro-image-preview img{width:100%;height:100%;object-fit:cover;object-position:center;opacity:var(--preview-opacity,.42);transform:scaleX(-1)}
@media(max-width:820px){.intro-image-settings{grid-template-columns:1fr}.intro-image-settings .full{grid-column:auto}}

/* EMSWIM v2.3 unified sign-in and Video workspace */
.auth-page{min-height:100vh;margin:0;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 18% 12%,rgba(132,83,224,.28),transparent 33%),linear-gradient(140deg,#090d22,#171037 55%,#291652);color:#1e293b;font:14px/1.5 Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}.auth-card{width:min(100%,460px);background:#fff;border:1px solid rgba(255,255,255,.38);border-radius:20px;padding:28px;box-shadow:0 28px 80px rgba(4,5,22,.45)}.auth-brand{display:flex;align-items:center;gap:12px;margin-bottom:23px}.auth-brand img{width:56px;height:56px;border-radius:50%;object-fit:contain;border:2px solid #8b5cf6}.auth-brand div{display:flex;flex-direction:column}.auth-brand b{font-size:18px;color:#17142e}.auth-brand span{font-size:12px;color:#64748b}.auth-card h1{font-size:25px;margin:0 0 6px;color:#17142e}.auth-card label{color:#475569;font-size:12px;font-weight:750;margin:13px 0 6px}.auth-card input{background:#fff;border:1px solid #cfd5e2;color:#172033;border-radius:10px;padding:11px 12px;font:inherit}.auth-card input:focus{outline:0;border-color:#8056d8;box-shadow:0 0 0 3px rgba(128,86,216,.13)}.auth-card button{width:100%;margin-top:16px;padding:11px;background:linear-gradient(90deg,#6538bb,#8c5de5);color:#fff;border-radius:10px;font:750 13px Inter,ui-sans-serif,system-ui}.auth-card .note{font-size:12px;color:#64748b}.auth-card .alert,.auth-card .success{font-size:12px}.auth-link{display:inline-block;margin-top:15px;color:#6942b6;font-weight:750;font-size:12px}
.video-admin-body{--v-purple:#7649ce;--v-violet:#9c6bea;--v-ink:#20233a;--v-muted:#6e7487;--v-line:#e2deee;--v-bg:#f6f4fa;--v-white:#fff;margin:0;background:var(--v-bg);color:var(--v-ink);font:14px/1.48 Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}.video-admin-body a{color:inherit;text-decoration:none}.video-module-bar{height:72px;background:linear-gradient(110deg,#0c112b,#221743 58%,#43276e);color:#fff;display:flex;align-items:center;padding:0 26px;gap:24px;position:sticky;top:0;z-index:30;box-shadow:0 7px 21px rgba(20,13,48,.25)}.video-module-brand{display:flex;align-items:center;gap:11px;margin-right:auto}.video-module-brand img{width:45px;height:45px;border-radius:50%;object-fit:contain;background:#fff;padding:3px}.video-module-brand span{display:flex;flex-direction:column}.video-module-brand small{opacity:.7;font-size:11px}.video-module-bar nav{display:flex;gap:7px;background:rgba(255,255,255,.08);padding:5px;border-radius:12px}.video-module-bar nav a{padding:9px 14px;border-radius:8px;font-weight:700;opacity:.78}.video-module-bar nav a.active{background:#fff;color:#29194b;opacity:1}.video-module-actions{display:flex;align-items:center;gap:8px}.video-module-actions>a,.video-module-actions button{border:1px solid rgba(255,255,255,.25);border-radius:9px;padding:8px 12px;color:#fff;background:transparent;font:750 12px Inter,ui-sans-serif,system-ui}.video-app-shell{display:grid;grid-template-columns:230px minmax(0,1fr);min-height:calc(100vh - 72px)}.video-sidebar{background:#fff;border-right:1px solid var(--v-line);padding:22px 13px}.video-aside-title{padding:0 12px 10px;color:#91899f;font-size:11px;font-weight:850;letter-spacing:.1em}.video-aside-group{margin:0 0 12px;padding:7px;border:1px solid var(--v-line);border-left:4px solid #8f7aac;border-radius:12px;background:#fcfbfe}.video-aside-group-title{padding:2px 7px 5px;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#7d748c}.video-sidebar a{display:block;padding:9px 10px;border-radius:9px;margin:2px 0;font-weight:680;color:#625d70}.video-sidebar a:hover,.video-sidebar a.active{background:#eee8fa;color:#6537b4}.video-aside-group.general{border-left-color:#7667d7;background:#f7f6ff}.video-aside-group.media{border-left-color:#9b59d0;background:#fbf6ff}.video-aside-group.content{border-left-color:#d25c9a;background:#fff6fb}.video-aside-group.growth{border-left-color:#ee8d39;background:#fff9f3}.video-aside-group.system{border-left-color:#58647e;background:#f7f8fb}.video-aside-group.general a.active{background:#e8e6ff;color:#5144b4}.video-aside-group.media a.active{background:#f0e3fb;color:#7938aa}.video-aside-group.content a.active{background:#fbe3f0;color:#aa3975}.video-aside-group.growth a.active{background:#ffecd9;color:#b55d13}.video-aside-group.system a.active{background:#e9ecf3;color:#38455f}.video-account-link{margin-top:15px!important;border:1px solid #d8cbef}.video-personnel-link{border:1px solid #c8e6df;background:#f3fbf8}.video-visitor-link{margin-top:8px!important;border:1px dashed #c8bfd7}.video-admin-main{padding:27px;max-width:1520px;width:100%;margin:0 auto;min-width:0}.video-page-title{margin-bottom:20px}.video-page-title span{font-size:11px;letter-spacing:.13em;color:#7547c9;font-weight:850}.video-page-title h1{margin:3px 0 0;font-size:27px;color:#211b36}.video-admin-body .panel{width:100%;background:#fff;border:1px solid var(--v-line);border-radius:15px;padding:19px;margin:0 0 16px;box-shadow:0 14px 38px rgba(53,37,82,.08);color:var(--v-ink)}.video-admin-body .panel h2{font-size:17px;margin:0 0 12px;color:#28203d}.video-admin-body .panel h3{color:#342a4d}.video-admin-body .note{font-size:11px;color:var(--v-muted);line-height:1.55}.video-admin-body label{display:block;color:#53586c;font-size:11px;font-weight:750;margin:9px 0 5px}.video-admin-body input,.video-admin-body select,.video-admin-body textarea{width:100%;background:#fff;border:1px solid #d1ccdd;color:#26293a;padding:10px 11px;border-radius:9px;font:12px Inter,ui-sans-serif,system-ui}.video-admin-body input:focus,.video-admin-body select:focus,.video-admin-body textarea:focus{outline:0;border-color:#8b5bdd;box-shadow:0 0 0 3px rgba(139,91,221,.11)}.video-admin-body button,.video-admin-body .btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(90deg,#6e42bf,#8d5edd);color:#fff;border:0;padding:10px 14px;border-radius:9px;font:750 11px Inter,ui-sans-serif,system-ui;cursor:pointer}.video-admin-body .btn.secondary,.video-admin-body button.secondary{background:#eee9f7;color:#55389a}.video-admin-body .btn.danger{background:#fff0f2;color:#b83249}.video-admin-body table{width:100%;border-collapse:collapse;background:#fff}.video-admin-body th,.video-admin-body td{text-align:left;padding:11px 12px;border-bottom:1px solid #eeeaf3;font-size:11px;vertical-align:top;color:#343647}.video-admin-body th{color:#756d82;background:#faf9fc;font-size:10px;text-transform:uppercase;letter-spacing:.04em}.video-admin-body .panel>table{display:table;min-width:100%;overflow:visible}.video-admin-body .admin-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.video-admin-body .admin-stats>div{background:linear-gradient(145deg,#faf8fe,#f2edf9);border:1px solid #e5def0;border-radius:12px;padding:15px;border-left:4px solid #8454d4}.video-admin-body .admin-stats b{display:block;font-size:25px;color:#5f35aa}.video-admin-body .admin-stats span{color:var(--v-muted);font-size:11px}.video-admin-body .seo-box{border-color:#ebe5f2}.video-admin-body .check{color:#474b5d}.video-admin-body .check input{width:auto}.video-admin-body .editor-toolbar{background:#21183a;border-color:#493969}.video-admin-body .editor-toolbar select{width:auto;background:#fff}.video-admin-body .editor-toolbar button{padding:6px 9px;background:#594094}.video-admin-body .rich-editor{background:#fff;color:#17202a}.video-admin-body .alert{background:#fff0f2;color:#a82a40;border:1px solid #f2c9d1}.video-admin-body .success{background:#e9f8f1;color:#176b49;border:1px solid #bee5d3}.permission-summary{display:flex;gap:9px;flex-wrap:wrap;margin:12px 0}.permission-summary span{padding:8px 11px;border-radius:999px;font-size:11px;font-weight:800}.permission-summary .on{background:#e8ddfa;color:#6537b4}.permission-summary .off{background:#edf0f4;color:#8b93a1;text-decoration:line-through}
@media(max-width:1020px){.video-app-shell{grid-template-columns:1fr}.video-sidebar{display:flex;overflow:auto;border-right:0;border-bottom:1px solid var(--v-line);padding:8px;position:sticky;top:72px;z-index:20}.video-aside-title{display:none}.video-aside-group{display:flex;align-items:center;margin:0 6px 0 0;padding:4px;min-width:max-content}.video-aside-group-title{writing-mode:vertical-rl;transform:rotate(180deg);padding:5px 3px}.video-sidebar>a{white-space:nowrap;align-self:center}.video-module-bar nav{display:none}.video-admin-main{padding:18px}}
@media(max-width:720px){.video-module-bar{height:64px;padding:0 13px}.video-app-shell{min-height:calc(100vh - 64px)}.video-sidebar{top:64px}.video-module-brand small,.video-module-actions>a{display:none}.video-module-actions{margin-left:auto}.video-admin-main{padding:13px}.video-page-title h1{font-size:22px}.video-admin-body .panel{padding:15px;overflow-x:auto}.video-admin-body .admin-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.video-admin-body .form-grid{grid-template-columns:1fr}.video-admin-body .form-grid .full{grid-column:auto}}
.video-aside-group-title{cursor:pointer;list-style:none}.video-aside-group-title::-webkit-details-marker{display:none}.video-aside-group-title:after{content:'−';float:right;font-size:13px}.video-aside-group:not([open]) .video-aside-group-title:after{content:'+'}@media(max-width:1020px){.video-aside-group-title:after{display:none}}
.video-admin-body textarea{background:#f1f2f5;border-color:#c9cbd3}.playlist-series-player{margin:0 0 18px;border-radius:14px;overflow:hidden;background:#05070c;aspect-ratio:16/9;box-shadow:0 14px 38px rgba(4,15,27,.22)}.playlist-series-player iframe{width:100%;height:100%;border:0;display:block}.playlist-source-note{margin:-7px 0 18px;color:var(--muted);font-size:10px}

/* v2.5.2 mobile/tablet Video workspace navigation drawer */
.video-admin-body .video-mobile-menu-toggle,.video-admin-body .video-mobile-menu-overlay,.video-mobile-drawer-head,.video-mobile-module-switch{display:none}
@media(max-width:1020px){
    .video-admin-body.video-mobile-menu-open{overflow:hidden}
    .video-module-bar{z-index:50;gap:10px}
    .video-admin-body .video-mobile-menu-toggle{display:inline-flex;min-width:82px;min-height:44px;padding:8px 12px;border:1px solid rgba(255,255,255,.32);border-radius:10px;background:rgba(255,255,255,.1);color:#fff;font-weight:850}
    .video-mobile-menu-icon{font-size:20px;line-height:1}
    .video-admin-body .video-mobile-menu-overlay{display:block;position:fixed;inset:72px 0 0;z-index:35;width:auto;height:auto;margin:0;padding:0;border:0;border-radius:0;background:rgba(14,8,31,.6);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}
    .video-admin-body.video-mobile-menu-open .video-mobile-menu-overlay{opacity:1;visibility:visible;pointer-events:auto}
    .video-app-shell{display:block}
    .video-app-shell>.video-sidebar{display:block;position:fixed;top:72px;bottom:0;left:0;z-index:40;width:min(86vw,350px);height:auto;padding:14px;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;border:0;border-right:1px solid var(--v-line);box-shadow:16px 0 38px rgba(25,14,52,.28);transform:translateX(-105%);transition:transform .22s ease;background:#fff}
    .video-admin-body.video-mobile-menu-open .video-app-shell>.video-sidebar{transform:translateX(0)}
    .video-mobile-drawer-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:2px 2px 12px;color:#29194b}
    .video-admin-body .video-mobile-menu-close{width:44px;height:44px;padding:0;border-radius:50%;background:#eee9f7;color:#5b359e;font-size:27px;line-height:1}
    .video-mobile-module-switch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin:0 0 14px;padding:7px;border-radius:12px;background:#f0ecf7}
    .video-sidebar .video-mobile-module-switch a{display:flex;align-items:center;justify-content:center;min-height:46px;margin:0;padding:8px;text-align:center;font-size:12px;color:#625d70;background:transparent}
    .video-sidebar .video-mobile-module-switch a.active{background:#fff;color:#6537b4;box-shadow:0 3px 10px rgba(53,31,88,.13)}
    .video-app-shell>.video-sidebar .video-aside-title{display:block;padding:0 7px 8px}
    .video-app-shell>.video-sidebar .video-aside-group{display:block;min-width:0;margin:0 0 10px;padding:7px}
    .video-app-shell>.video-sidebar .video-aside-group-title{display:block;writing-mode:horizontal-tb;transform:none;padding:7px;min-height:32px}
    .video-app-shell>.video-sidebar .video-aside-group-title:after{display:block}
    .video-app-shell>.video-sidebar .video-aside-group a,.video-app-shell>.video-sidebar>a{display:flex;align-items:center;min-height:44px;white-space:normal;margin:2px 0;padding:10px 11px}
    .video-module-actions{margin-left:0}
    .video-admin-main{min-width:0}
    .video-admin-body .panel{max-width:100%;-webkit-overflow-scrolling:touch;overscroll-behavior-inline:contain}
}
@media(max-width:720px){
    .video-admin-body .video-mobile-menu-overlay{inset:64px 0 0}
    .video-app-shell>.video-sidebar{top:64px;width:min(91vw,350px)}
    .video-module-brand img{width:40px;height:40px}
    .video-module-bar{gap:7px}
    .video-admin-body .video-mobile-menu-toggle{min-width:44px;width:44px;padding:0}
    .video-mobile-menu-toggle>span:last-child{display:none}
    .video-module-actions button{min-height:42px;padding:7px 9px}
}
@media print{.video-admin-body .video-mobile-menu-toggle,.video-admin-body .video-mobile-menu-overlay,.video-mobile-drawer-head,.video-mobile-module-switch{display:none!important}}

/* v2.5.2 central favicon management */
.favicon-setting-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,360px);gap:18px;align-items:start}.favicon-preview-card{min-height:145px;padding:15px;border:1px solid #d9d3e5;border-radius:13px;background:linear-gradient(145deg,#f7f5fb,#ece8f4)}.favicon-preview-card>span{display:block;margin-bottom:11px;color:#7958aa;font-size:9px;font-weight:900;letter-spacing:.12em}.favicon-browser-tab{display:flex;align-items:center;gap:9px;min-height:52px;padding:10px 13px;border:1px solid #d7d2df;border-radius:10px;background:#fff;box-shadow:0 5px 14px rgba(36,25,57,.08)}.favicon-browser-tab img{width:32px;height:32px;flex:0 0 32px;object-fit:contain;border-radius:6px;background:#f3f4f7}.favicon-browser-tab b{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#28203d;font-size:12px}.favicon-preview-card small{display:block;margin-top:9px;color:#777084;font-size:10px}
@media(max-width:820px){.favicon-setting-grid{grid-template-columns:1fr}.favicon-preview-card{min-height:0}}

/* EMSWIM v2.6.0 Modern management theme, hub and resilient tables */
.admin-hub-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:minmax(245px,1fr);gap:18px;min-height:calc(100vh - 185px)}
.hub-tile{position:relative;isolation:isolate;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;gap:20px;padding:28px;border:1px solid rgba(255,255,255,.18);border-radius:24px;color:#fff!important;box-shadow:0 22px 60px rgba(17,13,49,.2);transition:transform .18s ease,box-shadow .18s ease}
.hub-tile:before{content:'';position:absolute;z-index:-1;inset:auto -18% -58% auto;width:290px;height:290px;border-radius:50%;background:rgba(255,255,255,.10)}
.hub-tile:hover{transform:translateY(-3px);box-shadow:0 28px 70px rgba(17,13,49,.28)}.hub-tile.locked{filter:saturate(.72)}
.hub-brand-tile{background:linear-gradient(135deg,#111c3d,#24356f 58%,#3e2a72)}.hub-backup-tile{background:linear-gradient(135deg,#2b184f,#65409f 58%,#9054ae)}.hub-video-tile{background:linear-gradient(135deg,#3b143b,#812e65 58%,#b24878)}.hub-performance-tile{background:linear-gradient(135deg,#073849,#087a83 56%,#16a7a1)}
.hub-tile>span:nth-child(2){display:flex;flex-direction:column}.hub-tile small{font-size:10px;font-weight:900;letter-spacing:.14em;color:rgba(255,255,255,.7)}.hub-tile b{margin:5px 0;font-size:24px;line-height:1.17}.hub-tile em{font-style:normal;color:rgba(255,255,255,.76)}.hub-tile i{font-style:normal;font-size:12px;font-weight:850}.hub-icon{display:grid!important;place-items:center;width:62px;height:62px;border:1px solid rgba(255,255,255,.23);border-radius:18px;background:rgba(255,255,255,.13);font-size:28px}.hub-icon img{width:50px;height:50px;object-fit:contain;border-radius:50%;background:#fff;padding:3px}
.theme-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:12px 0 16px}.theme-choice{cursor:pointer}.theme-choice input{position:absolute;opacity:0}.theme-choice span{display:flex;flex-direction:column;min-height:90px;padding:16px;border:2px solid #ddd5e9;border-radius:14px;background:#faf8fd}.theme-choice input:checked+span{border-color:#7a4dcc;background:#f0e9fb;box-shadow:0 0 0 3px rgba(122,77,204,.1)}.theme-choice b{font-size:14px}.theme-choice small{margin-top:4px;color:#747085}
.backup-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;background:linear-gradient(120deg,#20133e,#51307d);color:#fff!important}.backup-hero h2{color:#fff!important}.backup-hero .note{color:rgba(255,255,255,.73)}.restore-details{position:relative}.restore-details>summary{cursor:pointer;padding:8px 11px;border-radius:8px;background:#fff0f2;color:#aa2d43;font-weight:800;list-style:none}.restore-details>form{position:absolute;z-index:10;right:0;top:42px;width:min(430px,82vw);padding:16px;border:1px solid #ead7dc;border-radius:14px;background:#fff;box-shadow:0 20px 55px rgba(45,21,35,.23)}.restore-details .check{display:flex;align-items:flex-start;gap:8px}.restore-details .check input{width:auto;margin-top:3px}
.admin-table-wrap,.video-admin-body .panel{max-width:100%}.admin-table-wrap{overflow:auto}.video-admin-body .panel>table{width:max-content;min-width:100%}.video-admin-body th,.video-admin-body td{max-width:320px;white-space:normal;overflow-wrap:anywhere}.video-admin-body th:last-child,.video-admin-body td:last-child{position:sticky;right:0;z-index:2;background:#fff;box-shadow:-7px 0 12px rgba(40,31,65,.05)}.video-admin-body th:last-child{z-index:3;background:#faf9fc}.video-admin-body td.actions:last-child{min-width:150px}.video-admin-body .cell-details>summary{cursor:pointer;color:#6840ad;font-size:11px;font-weight:850}.video-admin-body .cell-details[open]>summary{margin-bottom:6px}.video-admin-body .cell-details>div{white-space:normal}.is-standard-admin form .danger,.is-standard-admin form button.danger{display:none!important}
.theme-em-modern.video-admin-body{--v-bg:#eef1f8;background:radial-gradient(circle at 100% 0,rgba(111,75,196,.09),transparent 32%),var(--v-bg)}.theme-em-modern .video-admin-body .panel,.theme-em-modern.video-admin-body .panel{border-radius:18px}.theme-classic .hub-tile{border-radius:15px;box-shadow:0 12px 28px rgba(27,23,47,.14)}
@media(max-width:840px){.admin-hub-grid{grid-template-columns:1fr;grid-auto-rows:minmax(210px,auto)}.hub-tile{padding:22px}.theme-choice-grid{grid-template-columns:1fr}.backup-hero{align-items:flex-start;flex-direction:column}.restore-details>form{position:fixed;top:92px;right:18px;left:18px;width:auto}}
@media screen and (max-width:720px){.video-admin-body .panel{overflow:visible}.video-admin-body .responsive-data-table{display:block!important;width:100%!important;min-width:0!important;background:transparent}.video-admin-body .responsive-data-table thead,.video-admin-body .responsive-data-table .responsive-table-header{display:none}.video-admin-body .responsive-data-table tbody{display:grid;gap:12px}.video-admin-body .responsive-data-table tr{display:block;padding:7px 12px;border:1px solid var(--v-line);border-radius:13px;background:#fff;box-shadow:0 8px 22px rgba(53,37,82,.08)}.video-admin-body .responsive-data-table td{display:grid;grid-template-columns:minmax(105px,38%) minmax(0,1fr);gap:10px;align-items:start;width:100%;max-width:none;min-width:0;padding:9px 0;border-bottom:1px solid #eeeaf3;white-space:normal}.video-admin-body .responsive-data-table td:before{content:attr(data-label);color:#786f87;font-size:10px;font-weight:850;letter-spacing:.03em;text-transform:uppercase}.video-admin-body .responsive-data-table td:last-child{position:static;min-width:0;border-bottom:0;background:transparent;box-shadow:none}.video-admin-body .responsive-data-table td.actions:last-child{min-width:0}.video-admin-body .responsive-data-table td[colspan]{display:block}.video-admin-body .responsive-data-table td[colspan]:before{display:none}}
@media print{.admin-hub-grid,.restore-details{display:none!important}}
.video-admin-body .panel{overflow-x:auto}

/* EMSWIM v2.6.0 theme2: visually distinct Classic and EM Modern themes */
.theme-classic.admin-hub-page{background:#f6f4fa}
.theme-classic .hub-tile{color:#28203d!important;background:#fff;border:1px solid #ded8e9;border-top:5px solid #7b56c7;box-shadow:0 12px 28px rgba(27,23,47,.10)}
.theme-classic .hub-brand-tile{border-top-color:#365f9c}.theme-classic .hub-backup-tile{border-top-color:#7b56c7}.theme-classic .hub-video-tile{border-top-color:#bc417c}.theme-classic .hub-performance-tile{border-top-color:#0b9294}
.theme-classic .hub-tile:before{background:rgba(107,78,164,.05)}.theme-classic .hub-tile small{color:#7b728b}.theme-classic .hub-tile em{color:#6f6a79}.theme-classic .hub-icon{color:#6540aa;background:#f1ecf8;border-color:#ddd2ee}.theme-classic .hub-icon img{background:#fff}

.theme-em-modern.video-admin-body{--v-bg:#030d20;--v-ink:#eef6ff;--v-muted:#94a9c1;--v-line:#253d60;--v-white:#0b1a31;min-height:100vh;background-color:#030d20;background-image:radial-gradient(circle at 22% 0,rgba(14,99,167,.20),transparent 29%),radial-gradient(circle at 88% 28%,rgba(77,45,145,.17),transparent 31%),linear-gradient(145deg,#020918 0%,#06152c 56%,#020b1c 100%);color:var(--v-ink)}
.theme-em-modern .video-module-bar{background:rgba(2,10,27,.94);border-bottom:1px solid #263b5b;box-shadow:0 8px 28px rgba(0,0,0,.34);backdrop-filter:blur(14px)}
.theme-em-modern .video-module-brand img{border-radius:10px;background:transparent;padding:0}.theme-em-modern .video-module-brand small{color:#9fb1c8;opacity:1}
.theme-em-modern .video-module-bar nav{background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.07)}.theme-em-modern .video-module-bar nav a{color:#a8b8cf}.theme-em-modern .video-module-bar nav a.active{color:#fff;background:linear-gradient(135deg,#6b2fc0,#92336e);box-shadow:0 6px 18px rgba(104,38,142,.35)}
.theme-em-modern .video-module-actions>a,.theme-em-modern .video-module-actions button{border-color:#354866;background:#08162c;color:#edf5ff}
.theme-em-modern .video-sidebar{background:rgba(3,15,34,.96);border-color:#213654}.theme-em-modern .video-aside-title{color:#7f92aa}.theme-em-modern .video-aside-group{background:transparent;border-color:#273b58;border-left-color:#7d3fa8}.theme-em-modern .video-aside-group-title{color:#8092ab}.theme-em-modern .video-sidebar a{color:#b7c4d5}.theme-em-modern .video-sidebar a:hover,.theme-em-modern .video-sidebar a.active{color:#fff;background:linear-gradient(90deg,rgba(173,39,112,.36),rgba(100,44,153,.22));box-shadow:inset 3px 0 #ec3c91}
.theme-em-modern .video-aside-group.general,.theme-em-modern .video-aside-group.media,.theme-em-modern .video-aside-group.content,.theme-em-modern .video-aside-group.growth,.theme-em-modern .video-aside-group.system{background:rgba(255,255,255,.018)}
.theme-em-modern .video-account-link,.theme-em-modern .video-personnel-link,.theme-em-modern .video-visitor-link{border-color:#2b4161!important;background:rgba(255,255,255,.025)}
.theme-em-modern .video-page-title span{color:#e6489a}.theme-em-modern .video-page-title h1{color:#f3f7ff}
.theme-em-modern.video-admin-body .panel{background:linear-gradient(145deg,rgba(13,30,55,.96),rgba(7,20,41,.96));border-color:#294263;border-radius:18px;box-shadow:0 18px 48px rgba(0,0,0,.27);color:#eaf2fd}
.theme-em-modern.video-admin-body .panel h2,.theme-em-modern.video-admin-body .panel h3{color:#f5f8ff}.theme-em-modern.video-admin-body .note{color:#91a5bd}.theme-em-modern.video-admin-body label{color:#c0ccdc}
.theme-em-modern.video-admin-body input,.theme-em-modern.video-admin-body select,.theme-em-modern.video-admin-body textarea{background:#07162b;border-color:#304866;color:#f1f6fd;color-scheme:dark}.theme-em-modern.video-admin-body input:focus,.theme-em-modern.video-admin-body select:focus,.theme-em-modern.video-admin-body textarea:focus{border-color:#e34898;box-shadow:0 0 0 3px rgba(227,72,152,.14)}
.theme-em-modern.video-admin-body button,.theme-em-modern.video-admin-body .btn{background:linear-gradient(90deg,#9b1f63,#c62f79);box-shadow:0 7px 18px rgba(142,25,86,.24)}.theme-em-modern.video-admin-body .btn.secondary,.theme-em-modern.video-admin-body button.secondary{background:#142845;color:#d8e7f9;border:1px solid #355477}.theme-em-modern.video-admin-body .btn.danger{background:#471a2b;color:#ffb9c9}
.theme-em-modern.video-admin-body table{background:#08172d}.theme-em-modern.video-admin-body th,.theme-em-modern.video-admin-body td{color:#d7e2f0;border-color:#213955}.theme-em-modern.video-admin-body th{color:#94a9c2;background:#0c203a}.theme-em-modern.video-admin-body th:last-child{background:#0c203a}.theme-em-modern.video-admin-body td:last-child{background:#08172d;box-shadow:-7px 0 14px rgba(0,0,0,.25)}
.theme-em-modern.video-admin-body .admin-stats>div{background:linear-gradient(145deg,#102440,#0a1a31);border-color:#294361;border-left-color:#e23b91}.theme-em-modern.video-admin-body .admin-stats b{color:#ff5eac}.theme-em-modern.video-admin-body .admin-stats span{color:#9aacc1}
.theme-em-modern .theme-choice span{background:#08192f;border-color:#2b4362;color:#eaf2fd}.theme-em-modern .theme-choice input:checked+span{background:#21163d;border-color:#b248d5;box-shadow:0 0 0 3px rgba(178,72,213,.13)}.theme-em-modern .theme-choice small{color:#94a7bd}
.theme-em-modern .favicon-preview-card,.theme-em-modern .favicon-browser-tab{background:#091a31;border-color:#2c4464}.theme-em-modern .favicon-browser-tab b{color:#eef5ff}.theme-em-modern .favicon-preview-card small{color:#93a6bd}

.theme-em-modern.admin-hub-page .video-app-shell{display:block;min-height:calc(100vh - 72px)}.theme-em-modern.admin-hub-page .video-sidebar{display:none}.theme-em-modern.admin-hub-page .video-admin-main{max-width:1500px;padding:34px clamp(22px,4vw,64px) 48px}.theme-em-modern.admin-hub-page .video-page-title{display:none}
.theme-em-modern .admin-hub-grid{gap:24px;min-height:calc(100vh - 154px)}.theme-em-modern .hub-tile{min-height:310px;padding:34px;border-color:#36577d;border-radius:24px;background-color:#07162c;box-shadow:0 24px 65px rgba(0,0,0,.38)}.theme-em-modern .hub-tile:before{inset:auto -8% -44% auto;width:360px;height:360px;background:rgba(30,139,207,.09)}.theme-em-modern .hub-brand-tile{background-image:radial-gradient(circle at 35% 20%,rgba(16,118,181,.30),transparent 38%),linear-gradient(145deg,#06172f,#071126 65%,#0a1b3b)}.theme-em-modern .hub-backup-tile{background-image:radial-gradient(circle at 18% 30%,rgba(123,72,214,.28),transparent 34%),linear-gradient(145deg,#101334,#17163a 60%,#21154a)}.theme-em-modern .hub-video-tile{background-image:radial-gradient(circle at 18% 32%,rgba(201,43,119,.24),transparent 36%),linear-gradient(145deg,#151126,#21102d 62%,#301035)}.theme-em-modern .hub-performance-tile{background-image:radial-gradient(circle at 19% 34%,rgba(0,195,217,.25),transparent 37%),linear-gradient(145deg,#04192a,#06253a 62%,#04354b)}
.theme-em-modern .hub-tile small{color:#89a2c0}.theme-em-modern .hub-tile b{font-size:clamp(24px,2vw,34px)}.theme-em-modern .hub-tile em{color:#aabbd0}.theme-em-modern .hub-tile i{align-self:flex-start;padding:10px 15px;border:1px solid rgba(255,255,255,.20);border-radius:9px;background:rgba(255,255,255,.07)}.theme-em-modern .hub-icon{width:78px;height:78px;border-color:rgba(255,255,255,.24);border-radius:21px;background:rgba(255,255,255,.08);font-size:36px}.theme-em-modern .hub-icon img{width:68px;height:68px;background:transparent}

@media(max-width:1020px){.theme-em-modern .video-app-shell>.video-sidebar{background:#06172d;border-color:#273e5c}.theme-em-modern.admin-hub-page .video-app-shell>.video-sidebar{display:block}.theme-em-modern.admin-hub-page .video-admin-main{padding:20px}.theme-em-modern.admin-hub-page .video-page-title{display:block}.theme-em-modern .video-mobile-drawer-head{color:#eef5ff}.theme-em-modern .video-mobile-module-switch{background:#0e223d}.theme-em-modern .video-sidebar .video-mobile-module-switch a.active{background:#243759;color:#fff}}
@media(max-width:840px){.theme-em-modern .hub-tile{min-height:230px;padding:24px}.theme-em-modern .hub-icon{width:62px;height:62px;font-size:29px}.theme-em-modern .hub-icon img{width:52px;height:52px}}
@media screen and (max-width:720px){.theme-em-modern.video-admin-body .responsive-data-table tr{background:#091a31;border-color:#294361}.theme-em-modern.video-admin-body .responsive-data-table td{border-color:#213955}.theme-em-modern.video-admin-body .responsive-data-table td:before{color:#8fa5be}.theme-em-modern.video-admin-body .responsive-data-table td:last-child{background:transparent;box-shadow:none}}
@media print{.theme-em-modern.video-admin-body{background:#fff!important;color:#17243a!important}.theme-em-modern.video-admin-body .panel,.theme-em-modern.video-admin-body table,.theme-em-modern.video-admin-body th,.theme-em-modern.video-admin-body td{background:#fff!important;color:#17243a!important;border-color:#dfe8f3!important;box-shadow:none!important}}

/* EMSWIM v2.6.0 Video SEO Center */
.seo-center-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;overflow:hidden!important;background:linear-gradient(125deg,#151b3d,#513381 58%,#8a4aa4)!important;color:#fff!important}.seo-center-hero h2{margin:4px 0 8px!important;color:#fff!important;font-size:25px!important}.seo-center-hero p{max-width:800px;margin:0;color:rgba(255,255,255,.8)}.seo-center-mark{display:grid;place-items:center;flex:0 0 90px;width:90px;height:90px;border:1px solid rgba(255,255,255,.3);border-radius:25px;background:rgba(255,255,255,.13);font-size:25px;font-weight:950;letter-spacing:.05em}.seo-status-grid{margin-bottom:14px}.seo-settings-block{margin:0 0 17px;padding:17px;border:1px solid #e4ddef;border-radius:14px;background:#faf9fd}.seo-settings-block>h2{margin-bottom:4px!important}.seo-ads-details>summary{cursor:pointer;color:#5d3a9f;font-weight:850;list-style:none}.seo-ads-details>summary:after{content:'+';float:right;font-size:18px}.seo-ads-details[open]>summary:after{content:'−'}.seo-ads-details[open]>summary{margin-bottom:12px}.seo-video-editor{grid-column:1/-1;margin:18px 0;padding:17px;border:1px solid #dcd2ec;border-left:5px solid #7b4fc9;border-radius:14px;background:linear-gradient(145deg,#fbf9fe,#f3eef9)}.seo-video-editor h3{margin:3px 0 0}.seo-score{display:inline-flex;align-items:center;width:max-content;padding:5px 9px;border-radius:999px;font-size:10px;font-weight:900;white-space:nowrap}.seo-score-good{background:#dff6eb;color:#16704a}.seo-score-warn{background:#fff2d7;color:#9c5a0b}.seo-score-bad{background:#ffeaee;color:#aa2d43}.seo-score-off{background:#eceff3;color:#667085}.video-seo-content,.video-topic-section{margin:18px 0;padding:20px;border:1px solid #d7e3eb;border-radius:14px;background:#f8fbfd}.video-seo-content h2,.video-topic-section h2{margin:0 0 10px;color:#0c354f;font-size:17px}.video-seo-content p{margin:0;color:#334e60;line-height:1.75}.video-topic-list{display:flex;flex-wrap:wrap;gap:8px}.video-topic-list span{display:inline-flex;padding:7px 10px;border:1px solid #c8dde8;border-radius:999px;background:#fff;color:#185474;font-size:11px;font-weight:750}
@media(max-width:720px){.seo-center-hero{align-items:flex-start}.seo-center-mark{flex-basis:62px;width:62px;height:62px;border-radius:17px;font-size:17px}.seo-settings-block{padding:13px}.seo-score{white-space:normal}.video-seo-content,.video-topic-section{padding:15px}}

/* v2.6.0 theme3: reference management hub and vivid shared icon language */
.admin-nav-icon,.module-link-icon,.module-action-icon,.hub-button-icon,.hub-art-icon{display:inline-grid;place-items:center;flex:0 0 auto}
.admin-nav-icon svg,.module-link-icon svg,.module-action-icon svg,.hub-button-icon svg,.hub-art-icon svg{display:block;width:100%;height:100%;fill:none}
.admin-nav-icon{width:30px;height:30px;padding:6px;border:1px solid rgba(103,74,167,.18);border-radius:9px;color:#7446bd;background:linear-gradient(145deg,#f2edfb,#e8e1f5);box-shadow:0 5px 13px rgba(62,40,104,.11)}
.video-sidebar a{display:flex;align-items:center;gap:9px}.video-sidebar a:hover .admin-nav-icon,.video-sidebar a.active .admin-nav-icon{color:#fff;border-color:rgba(255,255,255,.2);background:linear-gradient(145deg,#d93688,#7b3fc1);box-shadow:0 7px 17px rgba(139,43,128,.25)}
.video-aside-group.media .admin-nav-icon{color:#c83479}.video-aside-group.content .admin-nav-icon{color:#8850c2}.video-aside-group.growth .admin-nav-icon{color:#2c7bb6}.video-aside-group.system .admin-nav-icon{color:#7042ba}
.module-link-icon{width:19px;height:19px;margin-right:7px}.module-action-icon{width:19px;height:19px}.video-module-bar nav a,.admin-header-action{display:inline-flex!important;align-items:center;justify-content:center}
.video-module-actions{gap:9px}.admin-welcome{margin-right:5px;color:#edf4ff;font-size:12px;white-space:nowrap}.admin-welcome b{font-weight:800}.admin-role-badge{display:inline-flex;align-items:center;min-height:38px;padding:7px 14px;border:1px solid #7351d7;border-radius:11px;background:linear-gradient(145deg,#342291,#5935b7);color:#fff;font-weight:800;white-space:nowrap;box-shadow:0 7px 20px rgba(70,37,154,.3)}
.admin-header-action{gap:7px!important;min-height:38px!important}.video-module-actions .admin-header-action{padding:8px 11px}
.theme-em-modern .admin-nav-icon{color:#ee69ad;border-color:#344767;background:linear-gradient(145deg,#172c47,#0c1c33);box-shadow:0 6px 16px rgba(0,0,0,.22)}.theme-em-modern .video-aside-group.media .admin-nav-icon{color:#ff5daf}.theme-em-modern .video-aside-group.content .admin-nav-icon{color:#d781ff}.theme-em-modern .video-aside-group.growth .admin-nav-icon{color:#55bcff}.theme-em-modern .video-aside-group.system .admin-nav-icon{color:#b386ff}.theme-em-modern .video-sidebar a:hover .admin-nav-icon,.theme-em-modern .video-sidebar a.active .admin-nav-icon{color:#fff;border-color:#ec55a5;background:linear-gradient(145deg,#cf287a,#6f36b7);box-shadow:0 0 18px rgba(226,56,151,.28)}

.theme-em-modern.admin-hub-page .video-module-bar{height:74px;padding:0 clamp(20px,3vw,48px)}.theme-em-modern.admin-hub-page .video-module-bar nav{display:none}.theme-em-modern.admin-hub-page .video-module-brand{margin-right:auto}.theme-em-modern.admin-hub-page .video-module-brand img{width:48px;height:48px}.theme-em-modern.admin-hub-page .video-module-brand b{font-size:17px;letter-spacing:.035em}.theme-em-modern.admin-hub-page .video-module-brand small{font-size:9px;letter-spacing:.08em;text-transform:uppercase}
.theme-em-modern.admin-hub-page .video-app-shell{min-height:calc(100vh - 74px)}.theme-em-modern.admin-hub-page .video-admin-main{max-width:1600px;padding:36px clamp(24px,4.2vw,68px) 54px}
.theme-em-modern .admin-hub-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:minmax(360px,1.05fr) minmax(315px,.95fr);gap:28px;min-height:calc(100vh - 164px)}
.theme-em-modern .hub-tile{display:block;min-height:0;padding:34px;border:1px solid #35567d;border-radius:23px;box-shadow:0 26px 70px rgba(0,0,0,.4);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.theme-em-modern .hub-tile:before{inset:-45% auto auto -18%;width:420px;height:420px;background:radial-gradient(circle,rgba(23,129,201,.18),transparent 68%)}.theme-em-modern .hub-tile:after{content:"";position:absolute;z-index:-1;right:-100px;bottom:-150px;width:430px;height:310px;border:1px solid rgba(72,151,233,.15);border-radius:50%;transform:rotate(-9deg);box-shadow:0 -16px 0 -15px rgba(72,151,233,.26),0 -34px 0 -33px rgba(72,151,233,.19),0 -52px 0 -51px rgba(72,151,233,.13)}
.theme-em-modern .hub-tile:hover{transform:translateY(-4px);border-color:#5278a4;box-shadow:0 31px 80px rgba(0,0,0,.47)}
.theme-em-modern .hub-brand-tile{display:grid;place-items:center;background-image:radial-gradient(circle at 28% 0,rgba(0,113,186,.28),transparent 42%),linear-gradient(145deg,#051a35,#061226 64%,#071a37)}
.hub-brand-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center}.hub-brand-content img{width:clamp(150px,14vw,205px);height:clamp(150px,14vw,205px);object-fit:contain;filter:drop-shadow(0 18px 30px rgba(0,0,0,.35))}.hub-brand-content div{display:flex;flex-direction:column;align-items:center}.hub-brand-content strong{margin-top:4px;color:#fff;font-size:clamp(29px,2.7vw,46px);font-weight:900;letter-spacing:.075em;line-height:1.05}.hub-brand-content span{margin-top:10px;color:#39aef5;font-size:clamp(19px,1.8vw,29px);font-weight:600}.hub-brand-content small{margin-top:8px!important;color:#829bb8!important;font-size:11px!important;letter-spacing:.025em!important;text-transform:none}
.hub-card-layout{height:100%;display:grid;grid-template-columns:minmax(150px,215px) minmax(0,1fr);align-items:center;gap:28px}.hub-card-copy{display:flex;flex-direction:column;align-items:flex-start;min-width:0}.theme-em-modern .hub-card-copy>small{color:#869bb7;font-size:10px;letter-spacing:.16em}.theme-em-modern .hub-card-copy>b{margin:10px 0 0;color:#fff;font-size:clamp(25px,2.05vw,36px);line-height:1.15}.hub-card-copy>em{margin-top:15px;line-height:1.55}.hub-accent-line{display:block;width:48px;height:3px;margin-top:18px;border-radius:4px;background:#8753ff;box-shadow:0 0 14px rgba(135,83,255,.65)}
.hub-art{position:relative;display:grid;place-items:center;width:min(100%,205px);aspect-ratio:1;border:1px solid rgba(255,255,255,.12);border-radius:34px;color:#a28aff;background:radial-gradient(circle at 34% 24%,rgba(255,255,255,.2),transparent 33%),linear-gradient(145deg,rgba(132,90,234,.42),rgba(33,22,93,.52));box-shadow:inset 0 1px rgba(255,255,255,.22),0 23px 50px rgba(0,0,0,.28),0 0 34px rgba(124,83,232,.16)}.hub-art>svg,.hub-art>.hub-art-icon{width:73%;height:73%;filter:drop-shadow(0 10px 15px rgba(0,0,0,.28))}.hub-art-video{color:#ff6aad;background:radial-gradient(circle at 32% 22%,rgba(255,255,255,.17),transparent 34%),linear-gradient(145deg,rgba(182,42,113,.42),rgba(58,17,62,.55));box-shadow:inset 0 1px rgba(255,255,255,.2),0 23px 50px rgba(0,0,0,.28),0 0 34px rgba(226,48,132,.13)}.hub-art-performance{color:#25d9f3;background:radial-gradient(circle at 32% 22%,rgba(255,255,255,.18),transparent 34%),linear-gradient(145deg,rgba(0,168,204,.43),rgba(3,61,83,.5));box-shadow:inset 0 1px rgba(255,255,255,.2),0 23px 50px rgba(0,0,0,.28),0 0 36px rgba(0,202,228,.16)}
.hub-tile-actions{display:flex;align-items:center;gap:11px;flex-wrap:wrap;margin-top:23px}.hub-tile-actions form{margin:0}.theme-em-modern.video-admin-body .hub-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;margin-top:23px;padding:11px 16px;border:1px solid rgba(255,255,255,.28);border-radius:10px;color:#fff!important;background:rgba(255,255,255,.06);font-size:12px;font-style:normal;font-weight:800;box-shadow:none;transition:filter .18s ease,transform .18s ease}.theme-em-modern.video-admin-body .hub-tile-actions .hub-cta{margin-top:0}.theme-em-modern.video-admin-body .hub-cta:hover{filter:brightness(1.15);transform:translateY(-1px)}.theme-em-modern.video-admin-body .hub-cta-primary{border-color:#8b62ff;background:linear-gradient(145deg,#6036d4,#3a20a5);box-shadow:0 10px 25px rgba(83,43,198,.3)}.theme-em-modern.video-admin-body .hub-cta-video{border-color:#e63587;background:linear-gradient(145deg,#b61865,#6c113f)}.theme-em-modern.video-admin-body .hub-cta-performance{border-color:#15cce8;background:linear-gradient(145deg,#078dac,#05637c)}.hub-button-icon{width:21px;height:21px}
.theme-em-modern .hub-backup-tile{background-image:radial-gradient(circle at 11% 16%,rgba(124,78,230,.26),transparent 42%),linear-gradient(145deg,#0d1432,#151638 61%,#1a1441)}.theme-em-modern .hub-video-tile{background-image:radial-gradient(circle at 12% 20%,rgba(210,49,130,.2),transparent 43%),linear-gradient(145deg,#141226,#21112d 62%,#2b102f)}.theme-em-modern .hub-performance-tile{background-image:radial-gradient(circle at 11% 19%,rgba(0,196,222,.2),transparent 43%),linear-gradient(145deg,#041a2a,#06263a 62%,#04364c)}.theme-em-modern .hub-video-tile .hub-accent-line{background:#ef3a91;box-shadow:0 0 14px rgba(239,58,145,.6)}.theme-em-modern .hub-performance-tile .hub-accent-line{background:#15d3ec;box-shadow:0 0 14px rgba(21,211,236,.6)}
.theme-classic .hub-card-layout{grid-template-columns:125px minmax(0,1fr)}.theme-classic .hub-art{width:120px;color:#7245b7;background:#f0ebf9;box-shadow:none}.theme-classic .hub-art-video{color:#bf3476;background:#fbeaf3}.theme-classic .hub-art-performance{color:#078b99;background:#e6f7f8}.theme-classic .hub-brand-content img{width:135px;height:135px}.theme-classic .hub-brand-content strong{color:#28203d;font-size:30px}.theme-classic .hub-brand-content span{color:#365f9c}.theme-classic .hub-brand-content small{color:#7b728b!important}.theme-classic .hub-card-copy>b{color:#28203d}.theme-classic .hub-cta{display:inline-flex;align-items:center;gap:7px;margin-top:18px;padding:9px 12px;border:1px solid #d8cfeb;border-radius:9px;color:#56329b;background:#f5f1fb;font-weight:800}
@keyframes hubIconFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}.theme-em-modern .hub-art>svg{animation:hubIconFloat 4.6s ease-in-out infinite}.theme-em-modern .hub-video-tile .hub-art>svg{animation-delay:-1.3s}.theme-em-modern .hub-performance-tile .hub-art>svg{animation-delay:-2.4s}
@media(prefers-reduced-motion:reduce){.theme-em-modern .hub-art>svg{animation:none}.hub-tile{transition:none!important}}
@media(max-width:1320px){.video-module-bar nav a{padding:8px 10px!important}.admin-welcome{display:none}.hub-card-layout{grid-template-columns:minmax(130px,175px) minmax(0,1fr)}}
@media(max-width:1020px){.theme-em-modern.admin-hub-page .video-module-bar nav{display:none}.theme-em-modern.admin-hub-page .video-sidebar{display:none!important}.theme-em-modern.admin-hub-page .video-page-title{display:none}.theme-em-modern.admin-hub-page .video-admin-main{padding:24px}.theme-em-modern .admin-hub-grid{grid-template-columns:1fr;grid-template-rows:none}.theme-em-modern .hub-tile{min-height:310px}.hub-card-layout{grid-template-columns:190px minmax(0,1fr)}}
@media(max-width:720px){.admin-role-badge,.admin-header-action>span:last-child{display:none}.video-module-actions .admin-header-action{width:42px;padding:8px}.theme-em-modern.admin-hub-page .video-module-brand span small{display:none}.theme-em-modern.admin-hub-page .video-admin-main{padding:15px}.theme-em-modern .admin-hub-grid{gap:15px}.theme-em-modern .hub-tile{min-height:0;padding:24px;border-radius:19px}.hub-card-layout{grid-template-columns:1fr;gap:20px}.hub-art{width:128px}.hub-card-copy>b{font-size:25px!important}.hub-brand-content img{width:135px;height:135px}.hub-brand-content strong{font-size:27px}.hub-brand-content span{font-size:20px}.hub-tile-actions{margin-top:18px}.theme-em-modern.video-admin-body .hub-cta{min-height:44px;margin-top:18px}}

/* v2.6.0: Video SEO Merkezi EM Modern tema kontrast duzeltmesi */
.theme-em-modern.video-admin-body .seo-settings-block{
 color:#eaf2fd;
 border-color:#2b4665;
 background:linear-gradient(145deg,#0d2039,#08172c);
 box-shadow:0 12px 30px rgba(0,0,0,.18)
}
.theme-em-modern.video-admin-body .seo-settings-block h2,
.theme-em-modern.video-admin-body .seo-settings-block h3,
.theme-em-modern.video-admin-body .seo-video-editor h3{color:#f5f8ff}
.theme-em-modern.video-admin-body .seo-settings-block .note,
.theme-em-modern.video-admin-body .seo-video-editor .note{color:#95a9c1}
.theme-em-modern.video-admin-body .seo-settings-block label,
.theme-em-modern.video-admin-body .seo-video-editor label{color:#ced9e7}
.theme-em-modern.video-admin-body .seo-settings-block .check,
.theme-em-modern.video-admin-body .seo-video-editor .check{
 border-color:#2b4663;
 background:#0a1c33;
 color:#d8e4f1
}
.theme-em-modern.video-admin-body .seo-ads-details>summary{color:#d6adff}
.theme-em-modern.video-admin-body .seo-video-editor{
 color:#eaf2fd;
 border-color:#354467;
 border-left-color:#c05cea;
 background:linear-gradient(145deg,#111b37,#10162d);
 box-shadow:0 12px 30px rgba(0,0,0,.18)
}
.theme-em-modern.video-admin-body .seo-settings-block input::placeholder,
.theme-em-modern.video-admin-body .seo-settings-block textarea::placeholder,
.theme-em-modern.video-admin-body .seo-video-editor input::placeholder,
.theme-em-modern.video-admin-body .seo-video-editor textarea::placeholder{color:#71869f;opacity:1}
@media print{
 .theme-em-modern.video-admin-body .seo-settings-block,
 .theme-em-modern.video-admin-body .seo-video-editor{background:#fff!important;color:#17243a!important;border-color:#dfe8f3!important;box-shadow:none!important}
 .theme-em-modern.video-admin-body .seo-settings-block h2,
 .theme-em-modern.video-admin-body .seo-settings-block h3,
 .theme-em-modern.video-admin-body .seo-video-editor h3,
 .theme-em-modern.video-admin-body .seo-settings-block label,
 .theme-em-modern.video-admin-body .seo-video-editor label,
 .theme-em-modern.video-admin-body .seo-settings-block .note,
 .theme-em-modern.video-admin-body .seo-video-editor .note{color:#17243a!important}
}
/* v2.7 mobile time inputs: colon character is not required */
.calculator-time-entry{display:grid;grid-template-columns:minmax(90px,130px) minmax(110px,160px) auto;gap:10px;align-items:end}.calculator-time-entry>div span{display:block;margin-bottom:5px;color:#9db1c1;font-size:9px;font-weight:700}.calculator-time-entry input,.calculator-time-pair input{width:100%;min-height:44px;font-size:15px;font-variant-numeric:tabular-nums;border-color:#315c7c;background:#061522}.calculator-time-entry button{min-height:44px}.calculator-time-pair{display:grid;grid-template-columns:1fr 1fr;gap:8px}.calculator-time-pair input:first-child:before{content:'dk'}
@media(max-width:560px){.calculator-time-entry{grid-template-columns:1fr 1fr}.calculator-time-entry button{grid-column:1/-1;width:100%}.calculator-time-pair{grid-template-columns:1fr 1fr}}


/* v2.7.3 independent theme: FUME (does not override Classic or EM Modern) */
.theme-fume.video-admin-body{--bg:#34383d;--panel:#4b5056;--panel2:#5b6067;--line:#7f868f;--text:#f4f5f7;--muted:#ced4da;--orange:#f07b22;--orange2:#ffad66;background:linear-gradient(180deg,#3d4146,#32363a)!important;color:#f4f5f7}
.theme-fume .video-module-bar{background:rgba(52,56,61,.97)!important;border-bottom:1px solid #727981!important;box-shadow:0 7px 24px rgba(0,0,0,.22)}
.theme-fume .video-module-brand small{color:#d0d5db!important}.theme-fume .video-module-bar nav{background:rgba(255,255,255,.05)!important;border-color:#737a83!important}.theme-fume .video-module-bar nav a{color:#eceff2!important}.theme-fume .video-module-bar nav a.active{color:#2b241e!important;background:linear-gradient(90deg,#f07b22,#ffad66)!important;box-shadow:0 6px 18px rgba(240,123,34,.22)!important}
.theme-fume .video-sidebar{background:#303439!important;border-color:#696f77!important}.theme-fume .video-aside-title,.theme-fume .video-aside-group-title{color:#cbd1d7!important}.theme-fume .video-aside-group{background:rgba(255,255,255,.018)!important;border-color:#6d747d!important}.theme-fume .video-sidebar a{color:#edf0f3!important}.theme-fume .video-sidebar a:hover,.theme-fume .video-sidebar a.active{color:#fff!important;background:linear-gradient(90deg,rgba(240,123,34,.25),rgba(240,123,34,.10))!important;box-shadow:inset 3px 0 #f07b22!important}
.theme-fume .admin-nav-icon{color:#ffb16d!important;border-color:#858c95!important;background:linear-gradient(145deg,#5e646b,#4b5056)!important;box-shadow:0 5px 14px rgba(0,0,0,.15)!important}.theme-fume .video-sidebar a:hover .admin-nav-icon,.theme-fume .video-sidebar a.active .admin-nav-icon{color:#fff!important;border-color:#f07b22!important;background:linear-gradient(145deg,#f07b22,#c96418)!important}
.theme-fume .video-admin-main{color:#f3f5f7!important}.theme-fume .video-page-title h1{color:#fff!important}.theme-fume .panel,.theme-fume .seo-settings-block,.theme-fume .seo-video-editor{background:#4b5056!important;border-color:#7b828b!important;color:#f2f4f6!important;box-shadow:0 14px 34px rgba(0,0,0,.15)!important}.theme-fume .panel h2,.theme-fume .panel h3,.theme-fume .seo-settings-block h2,.theme-fume .seo-settings-block h3,.theme-fume .seo-video-editor h3{color:#fff!important}.theme-fume .note,.theme-fume .seo-settings-block .note,.theme-fume .seo-video-editor .note{color:#d0d6dc!important}
.theme-fume label,.theme-fume .seo-settings-block label,.theme-fume .seo-video-editor label{color:#eef1f4!important}.theme-fume input,.theme-fume select,.theme-fume textarea{background:#5b6067!important;border-color:#8b9199!important;color:#fff!important;color-scheme:dark}.theme-fume input::placeholder,.theme-fume textarea::placeholder{color:#d5dae0!important;opacity:1}.theme-fume input:focus,.theme-fume select:focus,.theme-fume textarea:focus{border-color:#ffad66!important;box-shadow:0 0 0 3px rgba(255,173,102,.14)!important}
.theme-fume button,.theme-fume .btn{background:#f07b22!important;color:#261e18!important;box-shadow:0 7px 18px rgba(240,123,34,.18)!important}.theme-fume .btn.secondary,.theme-fume button.secondary{background:#697078!important;color:#fff!important;border:1px solid #8d939b!important}.theme-fume .btn.danger,.theme-fume button.danger{background:#75434b!important;color:#ffe5e9!important}.theme-fume .ghost,.theme-fume .ghost-link{background:#5a6067!important;color:#fff!important;border-color:#858c95!important}
.theme-fume .admin-tabs a{background:#595f66!important;border-color:#858c95!important;color:#f2f4f6!important}.theme-fume .admin-tabs a.active{background:#f07b22!important;color:#261f19!important;border-color:#f07b22!important}.theme-fume .admin-stats>div{background:#555a60!important;border-color:#7f868f!important}.theme-fume .admin-stats b{color:#ffb16d!important}.theme-fume .admin-stats span{color:#d3d8de!important}
.theme-fume table{background:#4b5056!important}.theme-fume th,.theme-fume td{color:#f1f4f6!important;border-color:#737a83!important}.theme-fume th{color:#ffb16d!important;background:#585e65!important}.theme-fume .table-wrap{background:#4b5056!important;border-color:#7b828b!important}.theme-fume .table-wrap th:last-child{background:#585e65!important}.theme-fume .table-wrap td:last-child{background:#4b5056!important;box-shadow:-7px 0 14px rgba(0,0,0,.16)!important}
.theme-fume .theme-choice{background:#555a60!important;border-color:#7e858e!important;color:#f5f6f7!important}.theme-fume .theme-choice:has(input:checked){border-color:#f07b22!important;box-shadow:0 0 0 2px rgba(240,123,34,.18)!important}.theme-fume .theme-choice small{color:#d1d6dc!important}
.theme-fume .hub-tile{border-color:#7c838c!important;box-shadow:0 22px 55px rgba(0,0,0,.22)!important}.theme-fume .hub-tile:hover{border-color:#f29a4c!important}.theme-fume .hub-brand-tile,.theme-fume .hub-backup-tile,.theme-fume .hub-video-tile,.theme-fume .hub-performance-tile{background-image:radial-gradient(circle at 16% 14%,rgba(240,123,34,.18),transparent 42%),linear-gradient(145deg,#4d5258,#3d4146 62%,#33373b)!important}.theme-fume .hub-card-copy>b,.theme-fume .hub-brand-content strong{color:#fff!important}.theme-fume .hub-card-copy>small,.theme-fume .hub-brand-content small{color:#cbd1d7!important}.theme-fume .hub-accent-line,.theme-fume .hub-video-tile .hub-accent-line,.theme-fume .hub-performance-tile .hub-accent-line{background:#f07b22!important;box-shadow:0 0 14px rgba(240,123,34,.42)!important}.theme-fume.video-admin-body .hub-cta,.theme-fume.video-admin-body .hub-cta-primary,.theme-fume.video-admin-body .hub-cta-video,.theme-fume.video-admin-body .hub-cta-performance{border-color:#f29a4c!important;background:linear-gradient(145deg,#f07b22,#c96519)!important;color:#fff!important}
.theme-preview-blue{border-left:5px solid #16c7ef!important}.theme-preview-white{border-left:5px solid #d8dde4!important}.theme-preview-fume{border-left:5px solid #f07b22!important}
@media print{.theme-fume .panel,.theme-fume table,.theme-fume th,.theme-fume td{background:#fff!important;color:#17243a!important;border-color:#dfe4e9!important;box-shadow:none!important}}

/* EMSWIM v2.7.22 compact responsive UI + Ocean Pro */
.video-page-title{display:inline-block;margin-bottom:16px;padding:8px 12px;border:1px solid var(--v-line);border-radius:11px;background:rgba(255,255,255,.72);box-shadow:0 5px 16px rgba(40,32,70,.05)}
.video-page-title h1{font-size:21px;line-height:1.15}.video-page-title span{font-size:9px}.video-admin-body .panel h2{font-size:15px}.video-admin-body .panel h3{font-size:13px}.video-admin-body{font-size:13px}.video-admin-body button,.video-admin-body .btn{padding:8px 11px;min-height:34px;border-radius:8px;font-size:10.5px}.video-module-actions>a,.video-module-actions button{padding:7px 9px}.video-sidebar a{padding:8px 9px;font-size:12px}.video-admin-main{padding:22px}.video-admin-body .panel{padding:16px}.video-admin-body th,.video-admin-body td{padding:9px 10px}
.system-center-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:16px}.system-center-card{display:flex;gap:14px;align-items:flex-start;background:#fff;border:1px solid var(--v-line);border-radius:14px;padding:17px;box-shadow:0 12px 32px rgba(53,37,82,.07);transition:.18s ease}.system-center-card:hover{transform:translateY(-2px);border-color:#9e83d2}.system-center-card h2{font-size:16px;margin:2px 0 5px}.system-center-card p{font-size:11px;color:var(--v-muted);margin:0}.system-center-card span{font-size:9px;font-weight:900;letter-spacing:.1em;color:#7750bd}.system-center-icon{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;border-radius:10px;background:#eee8fa;color:#6537b4}.system-center-icon svg{width:20px;height:20px}.theme-preview-ocean{border-left:5px solid #36d3df!important}.hub-system-center-tile .hub-cta{margin-top:10px}
.theme-ocean-pro{--v-purple:#36d3df;--v-violet:#75aee9;--v-ink:#edf8fb;--v-muted:#a9c0cb;--v-line:#294859;--v-bg:#0b1e2b;--v-white:#153243;background:#0b1e2b;color:#edf8fb}.theme-ocean-pro.video-admin-body{background:#0b1e2b}.theme-ocean-pro .video-module-bar{background:#0a2332!important;border-bottom:1px solid #244d5e!important;box-shadow:0 7px 24px rgba(0,0,0,.26)!important}.theme-ocean-pro .video-sidebar{background:#102b3a!important;border-color:#294859!important}.theme-ocean-pro .video-aside-group{background:#133342!important;border-color:#315466!important}.theme-ocean-pro .video-sidebar a{color:#d9edf3!important}.theme-ocean-pro .video-sidebar a:hover,.theme-ocean-pro .video-sidebar a.active{background:#18465a!important;color:#7de7ec!important}.theme-ocean-pro .video-page-title{background:#123241!important;border-color:#315466!important}.theme-ocean-pro .video-page-title h1,.theme-ocean-pro .panel h2,.theme-ocean-pro .panel h3{color:#f2fbfd!important}.theme-ocean-pro .video-admin-body .panel,.theme-ocean-pro .panel{background:#123241!important;border-color:#315466!important;color:#edf8fb!important;box-shadow:0 14px 36px rgba(0,0,0,.2)!important}.theme-ocean-pro .note,.theme-ocean-pro label{color:#b7cad3!important}.theme-ocean-pro input,.theme-ocean-pro select,.theme-ocean-pro textarea{background:#173b4b!important;border-color:#3b6172!important;color:#fff!important;color-scheme:dark}.theme-ocean-pro button,.theme-ocean-pro .btn{background:#1aaebb!important;color:#fff!important}.theme-ocean-pro .btn.secondary,.theme-ocean-pro button.secondary{background:#244b5d!important;color:#dff8fa!important}.theme-ocean-pro table{background:#123241!important}.theme-ocean-pro th{background:#173b4b!important;color:#7de7ec!important}.theme-ocean-pro td{color:#edf8fb!important;border-color:#294859!important}.theme-ocean-pro .system-center-card{background:#123241;border-color:#315466}.theme-ocean-pro .system-center-card p{color:#a9c0cb}.theme-ocean-pro .system-center-card span{color:#71e1e7}.theme-ocean-pro .system-center-icon{background:#183f50;color:#71e1e7}.theme-ocean-pro .theme-choice{background:#153746!important;border-color:#315466!important;color:#edf8fb!important}
@media(max-width:760px){.video-admin-body{font-size:12px}.video-admin-main{padding:12px}.video-admin-body .panel{padding:13px;border-radius:12px}.video-page-title{padding:7px 10px;margin-bottom:12px}.video-page-title h1{font-size:18px}.video-admin-body .panel h2{font-size:14px}.video-admin-body button,.video-admin-body .btn{padding:7px 9px;min-height:32px;font-size:10px}.system-center-grid{grid-template-columns:1fr;gap:10px}.system-center-card{padding:13px}.system-center-card h2{font-size:14px}.video-module-brand b{font-size:12px}.video-module-brand small{font-size:9px}.video-module-actions .admin-welcome{display:none}}

/* Ocean Pro: üst, yan ve mobil yönetim menülerinde beyaz yüzey bırakma */
.theme-ocean-pro .video-module-bar nav{background:#102f40!important;border:1px solid #315466!important}.theme-ocean-pro .video-module-bar nav a{color:#c7e3ea!important}.theme-ocean-pro .video-module-bar nav a.active{background:#1aaebb!important;color:#fff!important;box-shadow:0 6px 18px rgba(26,174,187,.22)!important}.theme-ocean-pro .video-aside-title,.theme-ocean-pro .video-aside-group-title{color:#a9c7d2!important}.theme-ocean-pro .video-account-link,.theme-ocean-pro .video-personnel-link,.theme-ocean-pro .video-visitor-link{background:#143746!important;border-color:#315466!important;color:#d9edf3!important}.theme-ocean-pro .video-mobile-drawer-head{color:#eff9fb!important}.theme-ocean-pro .video-mobile-module-switch{background:#173b4b!important;border:1px solid #315466!important}.theme-ocean-pro .video-sidebar .video-mobile-module-switch a{color:#c7e3ea!important}.theme-ocean-pro .video-sidebar .video-mobile-module-switch a.active{background:#1d5366!important;color:#79e8ed!important;box-shadow:none!important}.theme-ocean-pro .video-mobile-menu-close{background:#1d5366!important;color:#eff9fb!important}
