.wol-modal{--wol-surface:var(--surface-alpha-1);--wol-surface-hover:var(--surface-alpha-2);--wol-border:rgba(255,255,255,0.08);--wol-text:var(--text-primary);--wol-text-muted:var(--text-secondary);--wol-accent-rgb:var(--accent-rgb,108,99,255);--wol-accent:rgb(var(--wol-accent-rgb));--wol-gold:#f5c542;--wol-gold-dim:#555;--wol-radius:var(--radius-card,24px);position:fixed;inset:0;width:min(680px,96vw);max-height:92vh;margin:auto;background:rgba(18,18,26,.98);border:1px solid var(--wol-border);border-radius:var(--wol-radius);overflow-y:auto;padding:0;color:var(--wol-text);box-shadow:var(--shadow-xl,0 12px 48px rgba(0,0,0,.3));animation:wol-modal-in .25s ease-out}.wol-modal::backdrop{background:rgba(0,0,0,.6);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}@keyframes wol-modal-in{0%{opacity:0;transform:scale(.95) translateY(8px)}}.wol-modal__inner{padding:32px;display:flex;flex-direction:column;gap:20px}.wol-modal__close{position:absolute;top:16px;right:16px;background:var(--wol-surface-hover);border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:var(--wol-text-muted);cursor:pointer;transition:color .15s,background .15s}.wol-modal__close:hover{color:var(--wol-text);background:var(--wol-surface)}.wol-modal__author{border-top:none;padding-top:0}.wol-modal__actions,.wol-modal__date-mark,.wol-modal__rating{display:flex;align-items:center;gap:8px}.wol-modal__rating{gap:12px;flex-wrap:wrap}.wol-modal__title{font-family:var(--font-display,var(--font-family-display,"Anton",sans-serif));font-size:30px;font-weight:400;text-transform:uppercase;line-height:1.05}.wol-modal__video{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;margin-bottom:24px;border-radius:8px}.wol-modal__video iframe{position:absolute;inset:0;width:100%;height:100%;border:none}.wol-modal__quote{font-size:16px;line-height:1.7;color:var(--wol-text-muted);white-space:pre-line}.wol-modal__tags{display:flex;flex-wrap:wrap;gap:6px}.wol-tag{background:var(--wol-surface);border:1px solid var(--wol-border);border-radius:var(--radius-pill,9999px);padding:4px 10px;font-size:11px;color:var(--wol-text-muted)}.wol-modal__footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:20px;border-top:1px solid var(--wol-border)}.wol-modal__date-mark span{font-size:13px;color:var(--wol-text-muted)}@media (max-width:640px){.wol-modal__inner{padding:24px}.wol-modal__footer{align-items:flex-start;flex-direction:column}.wol-modal__actions{flex-wrap:wrap}}[data-theme^=light] .wol-modal{background:#ffffff;--wol-border:rgba(0,0,0,0.1);--wol-gold-dim:#cbd5e0}[data-theme^=light] .wol-modal::backdrop{background:rgba(0,0,0,.4)}