/* Senim Compact Player — base styles */
.senim-cp-wrap{width:100%}
.senim-cp{display:flex;align-items:stretch;overflow:hidden;border-radius:12px;background:var(--senim-cp-bg,#3CC9F5);box-shadow:0 8px 22px rgba(0,0,0,.08);min-height:var(--senim-cp-minh,160px);color:var(--senim-cp-text,#fff)}
.senim-cp__cover{width:var(--senim-cp-cover-w,38%);min-width:220px;max-width:320px;background:rgba(255,255,255,.08);position:relative}
.senim-cp__cover img{width:100%;height:100% !important;object-fit:cover;display:block}
.senim-cp__body{flex:1;padding:22px 22px 18px;display:flex;flex-direction:column;justify-content:center;gap:14px;color:var(--senim-cp-text,#fff);position:relative}
.senim-cp__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.senim-cp__title{font-size:34px;line-height:1.1;font-weight:700;letter-spacing:.2px}
.senim-cp__subtitle{margin-top:6px;font-size:18px;color:var(--senim-cp-subtext,rgba(255,255,255,.9));font-weight:600}
.senim-cp__bigplay{width:58px;height:58px;border-radius:999px;border:none;cursor:pointer;background:var(--senim-cp-play-bg,rgba(255,255,255,.95));display:flex;align-items:center;justify-content:center;flex:0 0 auto;box-shadow:0 10px 20px rgba(0,0,0,.14); padding:25px;}
.senim-cp__bigplay-icon{width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:16px solid var(--senim-cp-play-icon,#ff3b30);margin-left:3px}
.senim-cp.is-playing .senim-cp__bigplay-icon{width:16px;height:18px;border:none;margin-left:0;background:linear-gradient(90deg,var(--senim-cp-play-icon,#ff3b30) 0 40%,transparent 40% 60%,var(--senim-cp-play-icon,#ff3b30) 60% 100%)}
.senim-cp__progress{display:flex;align-items:center;gap:14px}
.senim-cp__time{font-size:14px;opacity:.95;font-variant-numeric:tabular-nums;min-width:42px}
.senim-cp__bar{position:relative;height:4px;flex:1;background:var(--senim-cp-progress-bg,rgba(255,255,255,.35));border-radius:999px;cursor:pointer;outline:none}
.senim-cp__bar-fill{position:absolute;left:0;top:0;bottom:0;width:0%;background:var(--senim-cp-progress-fill,rgba(255,255,255,.95));border-radius:999px}
.senim-cp__bar-knob{position:absolute;top:50%;left:0%;transform:translate(-50%,-50%);width:12px;height:12px;border-radius:999px;background:#fff;box-shadow:0 6px 14px rgba(0,0,0,.18);opacity:0;transition:opacity .15s ease}
.senim-cp__bar:hover .senim-cp__bar-knob,.senim-cp__bar:focus .senim-cp__bar-knob{opacity:1}
.senim-cp__controls{display:flex;align-items:center;gap:14px;justify-content:flex-end}
.senim-cp__btn{width:36px;height:36px;border-radius:10px;border:none;background:transparent;cursor:pointer;position:relative;opacity:.95; padding:20px;}
.senim-cp__btn:hover{opacity:1;transform:translateY(-1px)}
.senim-cp__btn:active{transform:translateY(0)}
.senim-cp__btn::before{content:'';position:absolute;inset:0;margin:auto;width:18px;height:18px;background:var(--senim-cp-icon,rgba(255,255,255,.95));-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;mask-size:contain;mask-repeat:no-repeat;mask-position:center}
.senim-cp__prev::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 5v14' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M19 5l-10 7 10 7z' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 5v14' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M19 5l-10 7 10 7z' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E")}
.senim-cp__next::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18 5v14' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M5 5l10 7-10 7z' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18 5v14' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M5 5l10 7-10 7z' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E")}
.senim-cp__list::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 7h14M6 12h14M6 17h14' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M3.5 7h.01M3.5 12h.01M3.5 17h.01' stroke='black' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 7h14M6 12h14M6 17h14' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M3.5 7h.01M3.5 12h.01M3.5 17h.01' stroke='black' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E")}
.senim-cp__download::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3v10' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M8.5 10.5L12 13.9l3.5-3.4' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 18h14' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3v10' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M8.5 10.5L12 13.9l3.5-3.4' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 18h14' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")}
.senim-cp__playlist{position:absolute;right:18px;bottom:54px;width:min(420px,92%);background:rgba(255,255,255,.98);color:#0b0b0b;border-radius:14px;box-shadow:0 18px 40px rgba(0,0,0,.18);overflow:hidden;z-index:10}
.senim-cp__playlist-inner{max-height:320px;overflow:auto}
.senim-cp__pl-item{display:flex;gap:10px;align-items:center;padding:10px 12px;border-bottom:1px solid rgba(0,0,0,.06);cursor:pointer}
.senim-cp__pl-item:hover{background:rgba(0,0,0,.04)}
.senim-cp__pl-item.is-active{background:rgba(0,0,0,.06)}
.senim-cp__pl-title{font-weight:700;font-size:14px;line-height:1.2}
.senim-cp__pl-sub{font-size:12px;opacity:.7;margin-top:2px}
.senim-cp.no-cover{display:block}
@media (max-width:767px){.senim-cp{flex-direction:column}.senim-cp__cover{width:100%;min-width:unset;max-width:unset;height:190px}.senim-cp__body{padding:18px}.senim-cp__title{font-size:26px}.senim-cp__controls{justify-content:flex-start}.senim-cp__playlist{right:10px;bottom:58px}}
