.top-header{background:#282828;border-bottom:1px solid rgba(255,255,255,.08);padding:1rem 2rem}.header-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;gap:.75rem}.logo-text{font-weight:900;font-size:1.35rem;color:#e63946;letter-spacing:-.5px;text-decoration:none;transition:opacity .15s ease}.logo-text:hover{opacity:.85}.header-divider{color:#ffffff26;font-size:1.2rem;user-select:none}.subtitle-text{font-weight:600;font-size:1.1rem;color:#e0e0e0;letter-spacing:2px;text-transform:uppercase;text-decoration:none;transition:opacity .15s ease}.subtitle-text:hover{opacity:.85}.hero-section{text-align:center;padding:3.5rem 2rem 2.5rem;position:relative}.hero-section:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(90deg,var(--color-red),var(--color-yellow-accent));border-radius:2px}.hero-title{display:flex;flex-direction:column;align-items:center;gap:.25rem}.hero-line{display:block;line-height:1.1}.hero-line-1{font-size:clamp(1rem,3vw,2rem);font-weight:800;color:var(--color-text);letter-spacing:3px;text-transform:uppercase;margin-bottom:10px}.hero-line-2{font-size:clamp(2.2rem,5vw,3.5rem);font-weight:900;color:var(--color-yellow);letter-spacing:6px;text-transform:uppercase}.search-row{display:flex;justify-content:space-between;margin-bottom:1rem;min-height:44px}.search-bar{display:flex;align-items:center;justify-content:flex-end;max-width:500px;margin-right:20px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);overflow:hidden;transition:border-color .2s ease;box-shadow:var(--shadow-sm)}.search-bar:focus-within{border-color:var(--color-red)}.search-bar input{background:transparent;border:none;outline:none;color:var(--color-text);padding:.7rem 1rem;font-size:.95rem;flex:1;font-family:inherit}.search-bar input::placeholder{color:var(--color-text-muted)}.search-bar button{background:var(--color-red);border:none;color:#fff;padding:.7rem 1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease}.search-bar button:hover:not(:disabled){background:var(--color-red-dark)}.search-bar button:disabled{opacity:.5;cursor:not-allowed}.search-bar button i{font-size:1.15rem}@media(max-width:640px){.search-row{flex-direction:column;align-items:stretch;gap:.75rem}.search-bar{max-width:100%;margin-left:0}.search-bar input{width:100%}}.loading-indicator{display:inline-flex;align-items:center;margin-left:40px;gap:.5rem;color:var(--color-text);font-size:.9rem;font-weight:600;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease;flex-shrink:0}.loading-indicator.visible{opacity:1;visibility:visible}.spinner{width:16px;height:16px;border:2px solid var(--color-border);border-top-color:var(--color-red);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:640px){.loading-indicator{justify-content:center}}.table-container{background:var(--color-surface);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--color-border);overflow:hidden}.table-inner{overflow-x:auto}table{width:100%;border-collapse:collapse}thead{background:var(--color-red-table)}thead tr{border-bottom:2px solid var(--color-yellow-accent)}th{padding:1rem 1.25rem;text-align:left;font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:1.5px;color:var(--color-surface);white-space:nowrap}.col-artist{width:35%}.col-title{width:45%}.col-ref{width:20%;text-align:center}tbody tr{border-bottom:1px solid var(--color-border-light);transition:background .15s ease}tbody tr:hover{background:var(--color-surface-hover)}tbody tr:last-child{border-bottom:none}td{padding:.85rem 1.25rem;font-size:.95rem;color:#4a4a4a}td.col-artist{color:var(--color-text);font-weight:600}td.col-title{color:#3a3a3a}td.col-ref{text-align:center;font-family:monospace;font-size:.85rem;color:#3a3a3a}td.no-results-cell{text-align:center;padding:2.5rem 1rem;color:var(--color-red);font-weight:600;font-size:1rem}.pagination-wrapper{display:flex;justify-content:center;align-items:center;gap:.4rem;margin-top:1.5rem;flex-wrap:wrap}.page-btn{background:var(--color-surface);color:var(--color-text-secondary);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:.5rem .85rem;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .15s ease;font-family:inherit;min-width:38px}.page-btn:hover:not(:disabled){background:var(--color-surface-hover);color:var(--color-text);border-color:var(--color-border)}.page-btn:disabled{opacity:.3;cursor:not-allowed}.page-btn-active{background:var(--color-red);color:#fff;border-color:var(--color-red)}.page-btn-active:hover{background:var(--color-red-dark);border-color:var(--color-red-dark)}.table-wrapper{max-width:1100px;margin:0 auto;padding:2rem 2rem 4rem}@media(max-width:640px){.table-wrapper{padding:1.5rem 1rem 3rem}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{font-family:Roboto,Helvetica Neue,-apple-system,Segoe UI,Oxygen,Ubuntu,Cantarell,sans-serif;background:var(--color-bg);color:var(--color-text);min-height:100vh}:root{--color-bg: #f4e8ce;--color-surface: #ffffff;--color-surface-hover: #faf3e6;--color-red: #c0392b;--color-red-dark: #a93226;--color-red-table: #851307;--color-yellow: #d4a017;--color-yellow-accent: #e6b422;--color-text: #2c2c2c;--color-text-secondary: #6b6b6b;--color-text-muted: #999999;--color-border: #e8ddd0;--color-border-light: #f0e8dc;--radius: 14px;--radius-sm: 8px;--shadow: 0 4px 24px rgba(120, 90, 50, .1);--shadow-sm: 0 2px 8px rgba(120, 90, 50, .06)}
