
:root{--vmyt-red:#ff0033;--vmyt-navy:#082744;--vmyt-blue:#0759c7;--vmyt-line:#cbd8e6;--vmyt-gold:#ffbf47}
.vmyt-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;min-height:34px!important;padding:5px 9px!important;border-radius:8px!important;border:1px solid #d29ca6!important;background:#fff!important;color:#8c1323!important;font:inherit!important;font-weight:900!important;cursor:pointer!important}
.vmyt-button::before{content:"▶";font-size:.82em}.vmyt-button:hover,.vmyt-button:focus-visible{outline:3px solid var(--vmyt-gold)!important;outline-offset:2px!important}
#vmyt-dialog{border:0;padding:0;border-radius:16px;width:min(720px,calc(100% - 24px));max-height:90vh;overflow:auto;box-shadow:0 24px 80px rgba(0,0,0,.35);font-family:system-ui,-apple-system,"Segoe UI",Arial,sans-serif;color:#111820}
#vmyt-dialog::backdrop{background:rgba(3,16,30,.66)}
.vmyt-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;background:linear-gradient(135deg,#7d0017,#d6002a);color:#fff;padding:17px 18px}.vmyt-head h2{margin:.15rem 0;font-size:1.55rem;line-height:1.1}.vmyt-head p{margin:.3rem 0;font-size:.9rem;color:#ffeef1}
.vmyt-close{width:40px;height:40px;border:1px solid rgba(255,255,255,.6);border-radius:9px;background:transparent;color:#fff;font-size:1.35rem;cursor:pointer}
.vmyt-body{padding:18px}.vmyt-brand{display:flex;align-items:center;gap:10px;padding:11px 12px;background:#f6f9fd;border:1px solid var(--vmyt-line);border-radius:11px}.vmyt-logo{width:42px;height:30px;border-radius:9px;background:var(--vmyt-red);color:#fff;display:grid;place-items:center;font-weight:950}.vmyt-brand strong{display:block;color:#0c355d}
.vmyt-note{padding:11px 13px;border-left:5px solid var(--vmyt-gold);background:#fff9e8;border-radius:9px;margin:13px 0;font-size:.9rem}.vmyt-source{padding:11px 13px;border-left:5px solid #157347;background:#effaf3;border-radius:9px;margin:13px 0;font-size:.88rem}
.vmyt-preview{width:100%;min-height:150px;border:1px solid #98aec2;border-radius:10px;padding:11px;font:14px/1.45 ui-monospace,SFMono-Regular,Consolas,monospace;resize:vertical;background:#fff}
.vmyt-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:13px 0}.vmyt-action{display:flex;align-items:center;justify-content:center;min-height:46px;padding:8px 11px;border:1px solid #91a9c0;border-radius:9px;background:#fff;color:#123d63;font:inherit;font-weight:900;cursor:pointer;text-decoration:none!important;text-align:center}.vmyt-action.primary{background:var(--vmyt-red);border-color:var(--vmyt-red);color:#fff!important}.vmyt-action.blue{background:var(--vmyt-blue);border-color:var(--vmyt-blue);color:#fff!important}.vmyt-action:hover,.vmyt-action:focus-visible{outline:3px solid var(--vmyt-gold);outline-offset:2px}.vmyt-status{font-size:.87rem;font-weight:850;min-height:24px;color:#155d39}
.vmyt-channel-promo{display:inline-flex;align-items:center;gap:6px;min-height:44px;padding:8px 12px;border-radius:9px;background:#ff0033;color:#fff!important;text-decoration:none!important;font-weight:950}.vmyt-channel-promo::before{content:"▶"}
@media(max-width:600px){.vmyt-grid{grid-template-columns:1fr}.vmyt-body{padding:14px}.vmyt-head{padding:14px}.vmyt-action{width:100%}}
