.album-modal-content{background:#fff;height:100%;display:flex;flex-direction:column;overflow:hidden}.album-modal-header{flex-shrink:0;background:#fff;padding:1rem;display:flex;justify-content:flex-end;z-index:10}.album-modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--text-primary);transition:color .2s;margin:0;padding:0}.album-modal-close:hover{color:#000}.album-modal-body{flex:1;overflow-y:auto;overflow-x:hidden;padding:0 1.5rem;-webkit-overflow-scrolling:touch}.album-header-section{display:flex;flex-direction:column;margin-bottom:1.5rem}.album-modal-image{text-align:center;margin-bottom:1.5rem}.album-modal-image img{max-width:300px;width:100%;border-radius:8px;box-shadow:0 4px 12px #00000026}.album-modal-info h2{margin:0 0 .5rem;font-size:1.5rem}.album-artist{margin:0 0 1.5rem;font-size:1.1rem;color:#666}.album-artist a{color:inherit;text-decoration:none;transition:color .2s}.album-artist a:hover{color:#333;text-decoration:underline}.album-details{margin-bottom:1.5rem}.album-detail{margin-bottom:.5rem;color:#555}.album-detail strong{margin-right:.5rem}.album-notes{margin-bottom:1.5rem}.album-notes i,.album-notes em{font-style:italic}.album-notes b,.album-notes strong{font-weight:700}.album-notes a{color:#06c;text-decoration:underline}.album-notes p{margin:.5em 0}.album-notes p:first-child{margin-top:0}.album-notes p:last-child{margin-bottom:0}.album-tracks{margin-bottom:1.5rem}.album-tracks h3{margin:0 0 1rem;font-size:1.2rem}.album-tracks ol{margin:0;padding-left:1.5rem}.album-tracks li{margin-bottom:.75rem;padding:.5rem;border-radius:4px;transition:background-color .2s}.album-tracks li:hover{background-color:#f5f5f5}.track-info{display:flex;justify-content:space-between;align-items:center;gap:1rem}.track-name{flex:1}.track-actions{display:flex;align-items:center;gap:.5rem}.track-duration{color:#888;font-size:.9rem;white-space:nowrap}.album-credits{margin-top:2rem;padding-top:1rem;border-top:1px solid #eee}.copyright-text{font-size:.85rem;color:#888;margin:.5rem 0}.album-modal.mobile .album-modal-content{animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.album-modal.desktop .album-modal-content{animation:fadeIn .2s ease-out}@media(min-width:768px){.album-header-section{flex-direction:row;gap:2rem;align-items:flex-start}.album-modal-image{flex-shrink:0;margin-bottom:0;text-align:left}.album-modal-image img{max-width:250px}.album-modal-info-wrapper{flex:1;min-width:0}.album-details{margin-bottom:0}}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.album-modal-body::-webkit-scrollbar{width:8px}.album-modal-body::-webkit-scrollbar-track{background:#f1f1f1}.album-modal-body::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.album-modal-body::-webkit-scrollbar-thumb:hover{background:#555}
