:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:rgba(255,255,255,.87);background-color:#0a0a0a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#C41E3A;text-decoration:inherit}a:hover{color:#ff4a5f}body{margin:0;min-width:320px;background-color:#0a0a0a}button,h1,h2,h3,h4,h5,h6{margin:0;padding:0}button{border:none;cursor:pointer;font-family:inherit;background:none;color:inherit}button:focus{outline:none}button:focus-visible{outline:2px solid rgba(196,30,58,.5);outline-offset:2px}input,select,textarea{font-family:inherit}*{box-sizing:border-box}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.85);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:linear-gradient(135deg,#1a1a1a,#0d0d0d);border:1px solid #c41e3a;border-radius:16px;max-width:800px;width:100%;max-height:90vh;max-height:calc(100dvh - 2rem);overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;position:relative;animation:slideUp .4s ease;box-shadow:0 25px 50px rgba(196,30,58,.3)}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close{position:absolute;top:1rem;right:1rem;background-color:rgba(196,30,58,.1);border:1px solid #c41e3a;color:#C41E3A;width:40px;height:40px;border-radius:50%;cursor:pointer;font-size:1.5rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10}.modal-close:hover{background-color:#C41E3A;color:white;transform:rotate(90deg)}.modal-header{position:relative}.modal-image{width:100%;height:300px;object-fit:cover;border-radius:16px 16px 0 0}.modal-header-info{padding:2rem;background:linear-gradient(180deg,transparent,rgba(0,0,0,.9));position:absolute;bottom:0;left:0;right:0}.modal-header-info h2{color:#f5f5f5;font-size:2rem;margin-bottom:1rem;font-weight:700}.modal-meta{display:flex;flex-wrap:wrap;gap:.75rem;font-size:.9rem;color:#bbb;align-items:center}.modal-body{padding:2rem}@media (max-width:768px){.modal-overlay{padding:.75rem}.modal-content{max-height:calc(100dvh - 1.5rem);border-radius:14px;overflow:hidden}.modal-content,.modal-header{display:flex;flex-direction:column}.modal-image{height:200px;border-radius:14px 14px 0 0}.modal-header-info{position:static;padding:1rem 3.75rem 1rem 1.25rem;background:rgba(0,0,0,.78)}.modal-header-info h2{font-size:1.5rem;margin-bottom:.75rem}.modal-meta{font-size:.85rem;gap:.6rem;align-items:flex-start}.modal-meta>span{width:100%;display:block}.modal-body{padding:1rem 1.25rem 1.5rem;overflow-y:auto;-webkit-overflow-scrolling:touch;flex:1 1}}@media (max-width:600px){.modal-image{height:170px}.artist-link-chip{font-size:.82rem;padding:.4rem .65rem}.artist-sheet-section p{font-size:.98rem;line-height:1.7}}.artist-link-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .75rem;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.06);color:#f5f5f5;font-size:.85rem;text-decoration:none;transition:all .2s ease}.artist-link-chip:hover{border-color:rgba(196,30,58,.8);background:rgba(196,30,58,.16);transform:translateY(-1px)}.artist-sheet-section{margin-bottom:2rem}.artist-sheet-section h3{color:#C41E3A;font-size:1.2rem;margin:0 0 .75rem;font-weight:700;text-transform:uppercase;letter-spacing:2px}.artist-sheet-section p{color:#bbb;line-height:1.8;font-size:1.02rem;margin:0 0 .9rem}