.header-right { display:flex; align-items:center; gap:8px; }
.plus-toolbar { display:flex; flex:0 0 auto; flex-wrap:wrap; align-items:center; gap:8px; padding:10px 14px; border-bottom:1px solid #3a4456; background:#171c29; }
.plus-toolbar a { color:#dbc276; text-decoration:none; font-size:12px; }
.plus-toolbar button { padding:7px 10px; color:#e8e6e3; border:1px solid #596173; border-radius:5px; background:#252b3d; font:inherit; font-size:12px; cursor:pointer; }
.plus-toolbar #btn-download-mp4 { color:#171c29; background:#d0b257; border-color:#d0b257; font-weight:700; }
.plus-toolbar #plus-plan-label { font-size:11px; color:#aba99f; margin-left:auto; }
.plus-overlay { position:fixed; inset:0; z-index:12000; background:rgba(5,8,17,.85); display:flex; align-items:center; justify-content:center; padding:20px; }
.plus-overlay.hidden { display:none; }
.plus-dialog { width:100%; max-width:560px; max-height:90vh; overflow:auto; padding:28px; border:1px solid #c9a84c; border-radius:12px; background:#1a1a2e; color:#e8e6e3; box-shadow:0 24px 90px #0009; line-height:1.55; }
.plus-dialog h2 { color:#e0c872; font-size:25px; margin:8px 0 12px; }
.plus-dialog p { margin:12px 0; }
.plus-dialog ul { padding-left:22px; margin:16px 0; }
.plus-dialog li { margin:8px 0; }
.plus-dialog button { font:inherit; border-radius:6px; border:1px solid #697083; background:transparent; color:#e8e6e3; padding:10px 15px; cursor:pointer; }
.plus-dialog button:disabled { opacity:.5; cursor:default; }
.plus-dialog .plus-primary { color:#1a1a2e; background:#c9a84c; border-color:#c9a84c; font-weight:700; width:100%; }
.plus-dialog .plus-signin-link { display:block; border:0; padding:12px 0 0; color:#e0c872; font-size:13px; text-align:left; }
.plus-dialog .plus-close { float:right; padding:3px 9px; font-size:23px; }
.plus-dialog .plus-wordmark { color:#c9a84c; letter-spacing:3px; font-family:Georgia,serif; font-weight:bold; }
.plus-dialog .plus-price { font-size:30px; font-weight:700; margin-bottom:0; }
.plus-dialog .plus-note { font-size:13px; color:#bcb9b2; }
.plus-dialog .plus-error { color:#ffbcad; }
.plus-dialog progress { width:100%; height:14px; accent-color:#c9a84c; margin:12px 0; }
.plus-dialog .plus-actions { display:flex; justify-content:flex-end; gap:12px; margin-top:20px; }
.plus-dialog a { color:#e0c872; }
.plus-dialog [hidden] { display:none !important; }
@media(max-width:600px) { .plus-dialog { padding:22px; } .plus-toolbar { gap:6px; padding:8px; } .plus-toolbar #plus-plan-label { display:none; } }
@media(min-width:769px) { body { display:flex; flex-direction:column; height:100dvh; overflow:hidden; } #header, .buy-banner { flex:0 0 auto; } #app { height:auto; flex:1 1 auto; min-height:0; } }
