.awm-backdrop{position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,.75);display:flex;align-items:center;justify-content:center;padding:1rem}.awm-container{background:linear-gradient(165deg,#0f172a,#1e1b4b 55%,#1e293b);border-radius:20px;width:100%;max-width:860px;border:1px solid rgba(165,180,252,.25);box-shadow:0 4px 6px rgba(15,23,42,.3),0 24px 64px rgba(49,46,129,.45),inset 0 1px 0 rgba(255,255,255,.08);overflow:hidden;display:flex;flex-direction:column}.awm-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem 1rem;border-bottom:1px solid var(--border,rgba(255,255,255,.08))}.awm-header-text{display:flex;flex-direction:column;gap:.25rem}.awm-title{margin:0;font-size:1.1rem;font-weight:700;color:var(--text-primary,#fff);line-height:1.3}.awm-subtitle{margin:0;font-size:.85rem}.awm-close,.awm-subtitle{color:var(--text-secondary,rgba(255,255,255,.6))}.awm-close{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;border:none;background:var(--surface-raised,rgba(255,255,255,.08));cursor:pointer;font-size:1rem;transition:background .2s,color .2s}.awm-close:hover{background:var(--surface-hover,rgba(255,255,255,.14));color:var(--text-primary,#fff)}.awm-video-wrap{position:relative;width:100%;aspect-ratio:16/9;background:#000}.awm-iframe{position:absolute;inset:0;width:100%;height:100%;border:none}.awm-footer{padding:1rem 1.5rem;display:flex;justify-content:flex-end;border-top:1px solid var(--border,rgba(255,255,255,.08))}.awm-btn-close{padding:.5rem 1.25rem;border-radius:.5rem;border:none;background:var(--primary,#6366f1);color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:opacity .2s}.awm-btn-close:hover{opacity:.85}@media (max-width:600px){.awm-container{max-height:92dvh;overflow-y:auto}.awm-title{font-size:1rem}}