:root{--p4-blue:#1769ff;--p4-navy:#071424;--p4-text:#101827;--p4-muted:#68758b;--p4-border:#d9e2ee;--p4-bg:#f2f5f8}.p4-page{margin:0;background:var(--p4-bg);color:var(--p4-text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.p4-shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}.p4-header{background:#0b1524;color:#fff}.p4-header-inner{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}.p4-brand{display:flex;align-items:center;gap:12px;color:#fff;text-decoration:none}.p4-brand>span{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#35b6ff,#1769ff);display:grid;place-items:center;font-weight:900}.p4-brand strong{font-size:17px}.p4-brand small{display:block;letter-spacing:.18em;font-size:9px;color:#a9b6c9}.p4-header nav{display:flex;gap:12px}.p4-header nav a{color:#fff;text-decoration:none;font-weight:800;font-size:13px;padding:10px 13px;border:1px solid rgba(255,255,255,.15);border-radius:10px}.p4-main{padding:38px 0 80px}.p4-hero{padding:38px;border-radius:24px;background:linear-gradient(120deg,#071424,#103b82);color:#fff;box-shadow:0 24px 50px rgba(15,43,82,.16)}.p4-hero>p,.p4-section-head p{margin:0 0 8px;color:#68a9ff;font-size:12px;font-weight:900;letter-spacing:.16em}.p4-hero h1{font-size:clamp(40px,6vw,72px);margin:0 0 12px;line-height:.98}.p4-hero>div{color:#c6d2e4}.p4-summary{display:flex;gap:12px!important;margin-top:26px}.p4-summary span{display:flex;align-items:baseline;gap:8px;padding:12px 16px;border-radius:13px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12)}.p4-summary strong{font-size:25px;color:#fff}.p4-section{margin-top:34px;padding:28px;border:1px solid var(--p4-border);background:#fff;border-radius:22px;box-shadow:0 18px 38px rgba(23,49,82,.08)}.p4-section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:20px}.p4-section-head h2{margin:0;font-size:30px}.p4-section-head>span{min-width:42px;height:42px;border-radius:999px;background:#e9f1ff;color:var(--p4-blue);display:grid;place-items:center;font-weight:900}.p4-release-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.p4-release-card{border:1px solid var(--p4-border);border-radius:18px;overflow:hidden;background:#fff;transition:.2s}.p4-release-card:hover{transform:translateY(-3px);box-shadow:0 18px 30px rgba(27,57,92,.12)}.p4-cover{display:block;aspect-ratio:1/1;background:#e8edf4}.p4-cover img{width:100%;height:100%;object-fit:cover;display:block}.p4-cover>span{height:100%;display:grid;place-items:center;color:var(--p4-muted)}.p4-card-body{padding:17px}.p4-card-top{display:flex;justify-content:space-between;gap:10px;align-items:center}.p4-card-top span{font-size:11px;font-weight:800;color:var(--p4-blue);background:#edf4ff;padding:5px 8px;border-radius:999px}.p4-card-body h3{margin:13px 0 5px;font-size:20px}.p4-card-body a{color:inherit;text-decoration:none}.p4-artist-link{color:var(--p4-blue)!important;font-weight:750;font-size:13px}.p4-card-actions{display:flex;gap:9px;margin-top:18px}.p4-card-actions>a,.p4-toggle{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:10px 12px;border-radius:10px;border:1px solid var(--p4-border);background:#fff;font:inherit;font-size:12px;font-weight:850;cursor:pointer}.p4-toggle.is-active{color:#fff;background:var(--p4-blue);border-color:var(--p4-blue)}.p4-artist-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.p4-artist-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:15px;padding:15px;border:1px solid var(--p4-border);border-radius:17px}.p4-avatar{width:62px;height:62px;border-radius:50%;overflow:hidden;background:#0d192a;color:#fff;display:grid;place-items:center;text-decoration:none;font-size:22px;font-weight:900}.p4-avatar img{width:100%;height:100%;object-fit:cover}.p4-artist-card h3,.p4-artist-card p{margin:0}.p4-artist-card h3 a{text-decoration:none;color:inherit}.p4-artist-card p{color:var(--p4-muted);margin-top:4px;font-size:13px}.p4-artist-card .p4-toggle{min-width:115px}.p4-empty{text-align:center;padding:42px;border:1px dashed #cbd7e5;border-radius:16px;background:#f8fafc}.p4-empty h3{margin:0 0 8px}.p4-empty p{color:var(--p4-muted)}.p4-empty a{display:inline-block;margin-top:10px;padding:11px 16px;background:var(--p4-blue);color:#fff;border-radius:10px;text-decoration:none;font-weight:850}.p4-toast{position:fixed;right:22px;bottom:22px;max-width:360px;padding:13px 16px;border-radius:12px;background:#0d192a;color:#fff;box-shadow:0 18px 40px rgba(0,0,0,.25);opacity:0;transform:translateY(10px);pointer-events:none;transition:.2s}.p4-toast.show{opacity:1;transform:none}.p4-favorite-card{position:absolute;z-index:4;right:11px;top:11px;width:39px;height:39px;border-radius:50%;border:1px solid rgba(255,255,255,.8);background:rgba(9,18,32,.78);color:#fff;display:grid;place-items:center;cursor:pointer;box-shadow:0 7px 20px rgba(0,0,0,.22);font-size:17px}.p4-favorite-card.is-active{background:#1769ff}.track-card,.catalog-card,.card{position:relative}.p4-community-nav{white-space:nowrap}.p4-inline-count{font-size:11px;opacity:.85}@media(max-width:800px){.p4-release-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.p4-artist-grid{grid-template-columns:1fr}.p4-shell{width:min(100% - 24px,1180px)}}@media(max-width:560px){.p4-header-inner{align-items:flex-start;padding:14px 0;flex-direction:column}.p4-header nav{width:100%}.p4-header nav a{flex:1;text-align:center}.p4-main{padding-top:20px}.p4-hero,.p4-section{padding:20px;border-radius:17px}.p4-summary{flex-direction:column}.p4-release-grid{grid-template-columns:1fr}.p4-section-head h2{font-size:25px}.p4-artist-card{grid-template-columns:auto 1fr}.p4-artist-card .p4-toggle{grid-column:1/-1;width:100%}.p4-card-actions{flex-direction:column}}

.p4-collection-player{margin-top:16px}.p4-release-card .p3-card-player{min-height:72px}.p4-card-actions>a:first-child{background:#0d192a;color:#fff;border-color:#0d192a}

/* Globaler Warenkorb in der Sammlung */
.p4-header nav .p4-cart-link{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.08)}
.p4-header nav .p4-cart-link b{display:grid;place-items:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#1769ff;color:#fff;font-size:11px;line-height:1}
.p4-header nav .p4-cart-link:hover{background:rgba(255,255,255,.14)}
