@keyframes fadeIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes loading{0%{background-position:200% 0}100%{background-position:-200% 0}}*{box-sizing:border-box;margin:0;padding:0}html,body{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:16px;line-height:1.5}.container{max-width:1200px;margin:0 auto;padding:20px;min-height:100vh;display:flex;flex-direction:column}.header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.header h1{font-size:2rem;font-weight:600}.controls{margin-bottom:20px}.search-box{margin-bottom:15px}#searchInput{width:100%;height:40px;padding:8px 12px;border-radius:6px;font-size:16px}.controls-row{display:flex;justify-content:space-between;align-items:center}.filter-buttons{display:flex;gap:10px;flex-wrap:wrap;min-width:300px}.filter-btn{padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;min-width:80px;text-align:center;white-space:nowrap}.table-container{overflow:hidden}.music-table{width:100%;border-collapse:collapse}.music-table th{padding:16px 12px;text-align:left;font-weight:600;font-size:14px;text-transform:uppercase;letter-spacing:.5px}.music-table td{padding:16px 12px;vertical-align:middle}html{height:100%;overflow-x:hidden;contain:layout style}body{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:16px;line-height:1.5;font-weight:400;font-size-adjust:.5;min-height:100vh;height:100vh;max-height:100vh;width:100vw;max-width:100vw;overflow-x:hidden;overflow-y:auto;margin:0;padding:0;position:relative;contain:layout style size}h1,h2,h3,h4,h5,h6{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:600;line-height:1.2;font-size-adjust:.5}*{font-display:swap;transition:none !important;box-sizing:border-box;contain:layout style}.filter-buttons{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:500;font-size:14px;line-height:1.4;contain:layout style}.filter-btn{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:500;font-size:14px;line-height:1.4;min-height:36px;padding:8px 16px;contain:layout style;height:36px;min-height:36px;max-height:36px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.main-content{flex:1;min-height:400px;contain:layout style;overflow-y:auto}.header{contain:layout style;flex-shrink:0}.controls{contain:layout style;flex-shrink:0}.search-box{height:48px;min-height:48px;max-height:48px;contain:layout style}.search-input-wrapper{height:40px;min-height:40px;max-height:40px;contain:layout style}#searchInput{height:40px;min-height:40px;max-height:40px;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:16px;line-height:1.4;contain:layout style}.controls-row{height:auto;min-height:48px;max-height:none;contain:layout style;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.table-container{min-height:400px;contain:layout style;overflow-y:auto;max-height:calc(100vh - 300px)}.music-table{min-height:400px;width:100%;table-layout:fixed}.music-table thead{height:60px}.music-table tbody{min-height:140px}.music-table tbody tr{height:80px;contain:layout style}.music-table tbody td{height:80px;contain:layout style;vertical-align:middle}.album-cover{width:60px;height:60px;min-width:60px;min-height:60px;max-width:60px;max-height:60px;object-fit:cover;border-radius:4px;display:block}.no-cover{width:60px;height:60px;min-width:60px;min-height:60px;max-width:60px;max-height:60px;display:flex;align-items:center;justify-content:center;border-radius:4px;font-size:10px;text-align:center}.status-badge{min-width:50px;height:24px;display:inline-flex;align-items:center;justify-content:center}.btn-edit,.btn-delete{min-width:60px;height:32px}.add-btn{height:44px;min-height:44px;max-height:44px;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:500;font-size:14px;line-height:.8;contain:layout style;white-space:nowrap}.artist-name,.album-name{display:flex;align-items:center;line-height:1.4}@media(max-width: 768px){.artist-name,.album-name{min-height:44px}}.artist-name a,.album-name a{display:flex;align-items:center;text-decoration:none}@media(max-width: 768px){.artist-name a,.album-name a{min-height:44px;min-width:44px;padding:8px 4px;margin:-8px -4px;border-radius:4px}}.cover-modal-info .artist-name,.cover-modal-info .album-name{display:block;text-align:center}.cover-modal-info .artist-name a,.cover-modal-info .album-name a{display:block;text-align:center}.cover-modal-info .artist-name{font-size:1.1rem}.cover-modal-info .album-name{font-style:italic}.year-badge{min-width:50px;height:24px;display:inline-flex;align-items:center;justify-content:center;padding:2px 8px;border-radius:12px;font-size:12px;font-weight:500}.status-owned,.status-wanted{min-width:50px;height:24px;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;font-size:12px;font-weight:500}.loading{min-height:200px;display:flex;align-items:center;justify-content:center}img,video,iframe,embed,object{max-width:100%;height:auto;contain:layout style}p,h1,h2,h3,h4,h5,h6,span,div{contain:layout style}.music-table th:nth-child(1),.music-table td:nth-child(1){width:80px}.music-table th:nth-child(2),.music-table td:nth-child(2){width:auto}.music-table th:nth-child(3),.music-table td:nth-child(3){width:80px}.music-table th:nth-child(4),.music-table td:nth-child(4){width:60px}.music-table th:nth-child(5),.music-table td:nth-child(5){width:60px}.music-table th:nth-child(6),.music-table td:nth-child(6){width:120px}@media(max-width: 768px){.filter-buttons{gap:8px;min-width:auto;width:100%}.filter-btn{flex:1;min-width:80px;max-width:120px;font-size:13px;padding:6px 12px}.controls-row{flex-direction:column;gap:12px;height:auto;min-height:auto;max-height:none;align-items:stretch}.add-btn{height:44px;min-height:44px;max-height:44px}}@media(min-width: 769px){.controls-row{height:auto;min-height:auto;max-height:none;align-items:center}.add-btn{flex-shrink:0;width:auto}}/*# sourceMappingURL=critical.css.map */
