.wpsvm-library { --wpsvm-bg: #0f0f0f; --wpsvm-panel: #181818; --wpsvm-panel-hover: #272727; --wpsvm-line: #303030; --wpsvm-text: #f1f1f1; --wpsvm-muted: #aaa; --wpsvm-red: #ff0033; min-height: 720px; margin: 0; color: var(--wpsvm-text); background: var(--wpsvm-bg); font-family: Arial, sans-serif; }
body:has(.wpsvm-library) header.wp-block-template-part, body:has(.wpsvm-library) header.wp-block-template-part .wp-block-group { color: #f1f1f1; background: #0f0f0f !important; }
body:has(.wpsvm-library) header.wp-block-template-part a { color: #f1f1f1; }
body.wpsvm-modal-open { overflow: hidden; }
.wpsvm-shell { display: flex; max-width: 1700px; min-height: 720px; margin: 0 auto; }
.wpsvm-sidebar { width: 216px; flex: 0 0 216px; padding: 20px 12px; background: #0f0f0f; }
.wpsvm-brand { display: grid; grid-template-columns: 32px 1fr; align-items: center; column-gap: 8px; padding: 4px 12px 28px; font-size: 15px; }
.wpsvm-brand strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.wpsvm-brand small { grid-column: 2; color: var(--wpsvm-muted); font-size: 11px; }
.wpsvm-brand__mark { display: grid; width: 28px; height: 22px; place-items: center; border-radius: 6px; color: #fff; background: var(--wpsvm-red); font-size: 11px; }
.wpsvm-nav a, .wpsvm-sidebar__links { display: flex; align-items: center; gap: 18px; min-height: 40px; padding: 0 13px; border-radius: 8px; color: var(--wpsvm-text); font-size: 13px; text-decoration: none; }
.wpsvm-nav a:hover, .wpsvm-nav a.is-active { background: #272727; }
.wpsvm-nav a span, .wpsvm-sidebar__links span { width: 16px; color: #ddd; font-size: 17px; text-align: center; }
.wpsvm-sidebar__line { height: 1px; margin: 22px 12px; background: var(--wpsvm-line); }
.wpsvm-sidebar__title { padding: 0 13px; color: var(--wpsvm-muted); font-size: 12px; }
.wpsvm-app { min-width: 0; flex: 1; padding: 0 24px 56px; background: var(--wpsvm-bg); }
.wpsvm-topbar { display: flex; align-items: center; gap: 24px; height: 76px; }
.wpsvm-menu { display: none; border: 0; color: var(--wpsvm-text); background: transparent; font-size: 22px; }
.wpsvm-search { display: flex; width: min(620px, 100%); height: 40px; margin: 0 auto; border: 1px solid #3d3d3d; border-radius: 22px; background: #121212; overflow: hidden; }
.wpsvm-search input { min-width: 0; flex: 1; padding: 0 18px; border: 0; outline: 0; color: var(--wpsvm-text); background: transparent; font-size: 14px; }
.wpsvm-search input::placeholder { color: #8d8d8d; }
.wpsvm-search button { width: 54px; border: 0; border-left: 1px solid #3d3d3d; color: var(--wpsvm-text); background: #252525; font-size: 23px; cursor: pointer; }
.wpsvm-topbar__account { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: #b8d7ff; background: #305c9b; font-size: 11px; }
.wpsvm-library__heading { margin: 8px 0 16px; }
.wpsvm-eyebrow { color: #ff6a6a; font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.wpsvm-library h1 { margin: 8px 0 0; color: var(--wpsvm-text); font-size: 28px; line-height: 1.15; }
.wpsvm-chips { display: flex; gap: 10px; margin: 0 0 22px; overflow-x: auto; scrollbar-width: none; }
.wpsvm-chips::-webkit-scrollbar { display: none; }
.wpsvm-chips button { flex: 0 0 auto; padding: 9px 14px; border: 0; border-radius: 8px; color: var(--wpsvm-text); background: #272727; font-size: 12px; font-weight: 600; cursor: pointer; }
.wpsvm-chips button:hover, .wpsvm-chips button.is-active { color: #111; background: #f1f1f1; }
.wpsvm-library__bar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; color: var(--wpsvm-text); font-size: 13px; }
.wpsvm-library__bar span { color: var(--wpsvm-muted); font-size: 12px; }
.wpsvm-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px 18px; }
.wpsvm-card { min-width: 0; border-radius: 9px; background: transparent; transition: transform .18s ease; }
.wpsvm-card:hover { transform: translateY(-3px); }
.wpsvm-card__media { position: relative; overflow: hidden; aspect-ratio: 16 / 9; border-radius: 9px; background: #292929; }
.wpsvm-card__media img, .wpsvm-card__fallback { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.wpsvm-card__fallback { background: linear-gradient(135deg, #27374a, #c04d4d); }
.wpsvm-card__duration { position: absolute; right: 6px; bottom: 6px; z-index: 2; padding: 3px 5px; border-radius: 3px; color: #fff; background: rgba(0,0,0,.8); font-size: 11px; }
.wpsvm-card__play { position: absolute; inset: 0; z-index: 3; width: 100%; height: 100%; border: 0; color: transparent; background: transparent; cursor: pointer; }
.wpsvm-card__play::before { content: '▶'; position: absolute; top: 50%; left: 50%; display: grid; width: 52px; height: 52px; place-items: center; border-radius: 50%; color: #fff; background: rgba(255,0,51,.92); opacity: 0; transform: translate(-50%, -50%) scale(.8); transition: opacity .18s ease, transform .18s ease; }
.wpsvm-card:hover .wpsvm-card__play::before, .wpsvm-card__play:focus::before { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.wpsvm-card__body { display: flex; gap: 11px; padding: 12px 2px 0; }
.wpsvm-card__avatar { display: grid; width: 34px; height: 34px; flex: 0 0 34px; place-items: center; border-radius: 50%; color: #fff; background: #4d5d75; font-size: 13px; font-weight: 700; }
.wpsvm-card__details { min-width: 0; }
.wpsvm-card h2 { display: -webkit-box; overflow: hidden; margin: 0 0 5px; color: var(--wpsvm-text); font-size: 15px; line-height: 1.3; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.wpsvm-card p { overflow: hidden; margin: 0; color: var(--wpsvm-muted); font-size: 12px; line-height: 1.45; text-overflow: ellipsis; white-space: nowrap; }
.wpsvm-card p span { padding: 0 3px; }
.wpsvm-message { padding: 34px 20px; border: 1px dashed #555; border-radius: 8px; color: var(--wpsvm-muted); text-align: center; background: var(--wpsvm-panel); }
.wpsvm-message-error { color: #ff8a8a; }
.wpsvm-no-results { display: none; margin: 28px 0; color: var(--wpsvm-muted); text-align: center; }
.wpsvm-modal { display: none; position: fixed; inset: 0; z-index: 99999; align-items: center; justify-content: center; padding: 24px; }
.wpsvm-modal.is-open { display: flex; }
.wpsvm-modal__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.84); }
.wpsvm-modal__dialog { position: relative; z-index: 1; width: min(100%, 980px); padding: 18px; border-radius: 10px; background: #181818; box-shadow: 0 20px 80px #000; }
.wpsvm-modal__dialog h2 { margin: 0 0 14px; color: #fff; font-size: 16px; }
.wpsvm-modal__close { position: absolute; top: 7px; right: 10px; border: 0; color: #fff; background: transparent; font-size: 28px; cursor: pointer; }
.wpsvm-modal__player { overflow: hidden; aspect-ratio: 16 / 9; border-radius: 6px; background: #000; }
.wpsvm-modal__player iframe { width: 100%; height: 100%; border: 0; }
@media (max-width: 1100px) { .wpsvm-sidebar { width: 76px; flex-basis: 76px; padding-inline: 8px; } .wpsvm-brand { grid-template-columns: 1fr; justify-items: center; padding-inline: 0; } .wpsvm-brand strong, .wpsvm-brand small, .wpsvm-nav a:not(.is-active)::after, .wpsvm-nav a { font-size: 0; } .wpsvm-brand__mark { margin-bottom: 5px; } .wpsvm-nav a { justify-content: center; gap: 0; padding-inline: 0; } .wpsvm-nav a span { font-size: 19px; } .wpsvm-sidebar__title, .wpsvm-sidebar__links { justify-content: center; padding-inline: 0; font-size: 0; } .wpsvm-sidebar__links span { font-size: 17px; } }
@media (max-width: 720px) { .wpsvm-sidebar { display: none; } .wpsvm-app { padding: 0 14px 42px; } .wpsvm-menu { display: block; } .wpsvm-topbar { gap: 10px; height: 62px; } .wpsvm-topbar__account { display: none; } .wpsvm-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 10px; } .wpsvm-card__body { gap: 7px; } .wpsvm-card__avatar { width: 28px; height: 28px; flex-basis: 28px; font-size: 11px; } .wpsvm-card h2 { font-size: 13px; } }
@media (max-width: 460px) { .wpsvm-grid { grid-template-columns: 1fr; } .wpsvm-card h2 { font-size: 15px; } }