:root{color-scheme:dark;background:#08080f;color:#eef2ff;font-family:Inter,ui-sans-serif,system-ui,sans-serif;--surface:hsla(0,0%,100%,.04);--surface-hover:hsla(0,0%,100%,.07);--surface-strong:hsla(0,0%,100%,.09);--border:rgba(148,163,184,.14);--border-bright:rgba(148,163,184,.28);--text:#e2e8f0;--muted:#64748b;--muted-light:#94a3b8;--primary:#f59e0b;--primary-strong:#d97706;--primary-dim:rgba(245,158,11,.15);--accent:#10b981;--accent-dim:rgba(16,185,129,.14);--blue:#38bdf8;--blue-dim:rgba(56,189,248,.12);--danger:#fb7185;--radius-sm:12px;--radius-md:18px;--radius-lg:24px}*{box-sizing:border-box}body{margin:0;padding:0;background:radial-gradient(ellipse at 10% 5%,rgba(245,158,11,.1) 0,transparent 40%),radial-gradient(ellipse at 90% 90%,rgba(16,185,129,.08) 0,transparent 40%),radial-gradient(ellipse at 50% 50%,rgba(56,189,248,.04) 0,transparent 70%),#08080f;min-height:100vh}a{color:var(--blue)}.main{min-height:100vh;padding:36px 24px 60px;max-width:1280px;margin:0 auto}.app-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:12px}.app-title{margin:0 0 6px;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;letter-spacing:-.02em;background:linear-gradient(135deg,var(--primary) 0,#fbbf24 40%,var(--accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.app-subtitle{margin:0;color:var(--muted-light);font-size:.97rem;line-height:1.6}.stats-bar{display:flex;flex-wrap:wrap;gap:12px;margin:24px 0 32px}.stat-pill{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:999px;background:var(--surface-strong);border:1px solid var(--border);font-size:.88rem;color:var(--muted-light)}.stat-pill strong{color:var(--text);font-weight:600}.stat-pill.gold{border-color:rgba(245,158,11,.3)}.stat-pill.gold strong{color:var(--primary)}.stat-pill.green{border-color:rgba(16,185,129,.3)}.stat-pill.green strong{color:var(--accent)}.stat-pill.blue{border-color:rgba(56,189,248,.3)}.stat-pill.blue strong{color:var(--blue)}.card{background:rgba(13,17,30,.92);padding:28px;box-shadow:0 20px 60px rgba(0,0,0,.32)}.auth-summary,.card{border:1px solid var(--border);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.auth-summary{background:rgba(13,17,30,.88);padding:20px 24px}.auth-summary-row{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.auth-username{font-weight:700;font-size:1rem;color:var(--text);margin:0 0 4px}.auth-meta{margin:0;font-size:.875rem;color:var(--muted-light)}.chip{display:inline-flex;align-items:center;padding:4px 12px;border-radius:999px;font-size:.8rem;font-weight:500;margin-top:8px}.chip.admin{background:rgba(245,158,11,.16);color:var(--primary);border:1px solid rgba(245,158,11,.3)}.chip.standard{background:var(--surface-strong);color:var(--muted-light);border:1px solid var(--border)}.status{margin:20px 0;padding:14px 20px;border-radius:var(--radius-md);background:var(--accent-dim);border:1px solid rgba(16,185,129,.25);color:#a7f3d0;font-size:.93rem}.status.error{background:rgba(251,113,133,.12);border-color:rgba(251,113,133,.25);color:#fca5a5}.auth-grid{display:flex;justify-content:center;margin-bottom:32px}.auth-panel{background:rgba(13,17,30,.95);border:1px solid var(--border-bright);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);padding:32px;width:min(100%,400px);box-shadow:0 32px 80px rgba(0,0,0,.4);display:grid;grid-gap:24px;gap:24px}.panel-header h2{margin:0 0 6px;font-size:clamp(1.25rem,2.5vw,1.6rem);font-weight:700}.panel-subtitle{margin:0;color:var(--muted-light);line-height:1.6;font-size:.93rem}.auth-form{display:grid;grid-gap:16px;gap:16px}.panel-footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:.9rem;color:var(--muted-light)}.tip-text{margin:0;color:var(--muted);font-size:.83rem;line-height:1.6}.input-label{display:grid;grid-gap:7px;gap:7px;color:var(--muted-light);font-size:.88rem;font-weight:500}.input-field{background:hsla(0,0%,100%,.06);border:1px solid rgba(148,163,184,.2);border-radius:var(--radius-sm);color:#f8fafc;padding:11px 14px;width:100%;min-height:44px;font:inherit;font-size:.95rem;transition:border-color .2s ease,box-shadow .2s ease}.input-field:focus{outline:none;border-color:rgba(245,158,11,.7);box-shadow:0 0 0 3px rgba(245,158,11,.1)}.button{font:inherit;border:none;border-radius:var(--radius-sm);padding:12px 18px;cursor:pointer;font-size:.92rem;font-weight:600;transition:transform .15s ease,opacity .15s ease,box-shadow .15s ease}.button:hover{transform:translateY(-1px)}.button:active{transform:translateY(0)}.button.primary{background:linear-gradient(135deg,var(--primary),var(--primary-strong));color:#0a0a0f;box-shadow:0 8px 24px rgba(245,158,11,.22);min-height:44px}.button.primary:hover{box-shadow:0 12px 32px rgba(245,158,11,.32)}.button.secondary{background:var(--surface-strong);color:var(--text);border:1px solid var(--border-bright)}.button.small{font-size:.78rem;padding:6px 12px;min-height:unset;font-weight:600}.button.text{background:transparent;color:var(--primary);padding:0;font-weight:600;text-decoration:underline;text-underline-offset:2px}.countries-grid{display:grid;grid-gap:20px;gap:20px}.country-card{background:rgba(13,17,30,.9);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.country-card.has-data{border-color:rgba(245,158,11,.25);box-shadow:0 0 0 0 transparent}.country-card.has-data:hover{border-color:rgba(245,158,11,.45);box-shadow:0 8px 32px rgba(245,158,11,.08)}.country-card.no-data:hover{border-color:var(--border-bright)}.country-toggle{width:100%;display:flex;align-items:center;gap:14px;padding:20px 24px;background:none;border:none;cursor:pointer;text-align:left;color:inherit;font:inherit;transition:background .15s ease}.country-toggle:hover{background:var(--surface)}.country-flag{font-size:1.75rem;line-height:1;flex-shrink:0}.country-info{flex:1 1;min-width:0}.country-name{font-size:1.05rem;font-weight:700;color:var(--text);display:block}.country-count{font-size:.82rem;color:var(--muted-light);display:block;margin-top:3px}.country-count strong{color:var(--primary)}.country-badges{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:999px;font-size:.75rem;font-weight:600;white-space:nowrap}.badge.file{background:rgba(245,158,11,.15);color:var(--primary);border:1px solid rgba(245,158,11,.28)}.badge.db{background:var(--accent-dim);color:var(--accent);border:1px solid rgba(16,185,129,.28)}.chevron{width:20px;height:20px;color:var(--muted);transition:transform .25s ease;flex-shrink:0}.chevron.open{transform:rotate(180deg)}.country-body{padding:0 24px 24px;display:grid;grid-gap:20px;gap:20px;border-top:1px solid var(--border)}.entry-form{display:grid;grid-gap:12px;gap:12px;padding-top:20px}@media (min-width:600px){.entry-form{grid-template-columns:2fr 2fr 1fr auto;align-items:end}}.entry-form .button.primary{white-space:nowrap;min-height:44px}.no-access-note{padding-top:16px;font-size:.88rem;color:var(--muted-light);margin:0}.playlist-section{border:1px solid rgba(245,158,11,.18);border-radius:var(--radius-md);background:rgba(245,158,11,.04);overflow:hidden}.playlist-section-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;border-bottom:1px solid rgba(245,158,11,.14);background:rgba(245,158,11,.06)}.playlist-section-title{margin:0;font-size:.9rem;font-weight:600;color:var(--primary)}.playlist-count{font-size:.8rem;color:var(--muted-light)}.playlist-list{list-style:none;margin:0;padding:10px;display:grid;grid-gap:4px;gap:4px;max-height:320px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(245,158,11,.3) transparent}.playlist-list li{padding:8px 12px;border-radius:10px;background:hsla(0,0%,100%,.03);color:var(--muted-light);font-size:.875rem;line-height:1.4;transition:background .12s ease}.playlist-list li:hover{background:rgba(245,158,11,.08);color:var(--text)}.playlist-artist{font-weight:600;color:var(--text)}.playlist-song{color:var(--muted-light)}.entries-section{border:1px solid rgba(16,185,129,.2);border-radius:var(--radius-md);background:rgba(16,185,129,.04);overflow:hidden}.entries-section-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid rgba(16,185,129,.14);background:rgba(16,185,129,.06)}.entries-section-title{margin:0;font-size:.9rem;font-weight:600;color:var(--accent)}.community-list{list-style:none;margin:0;padding:10px;display:grid;grid-gap:4px;gap:4px;max-height:420px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(16,185,129,.3) transparent}.community-list li{padding:8px 12px;border-radius:10px;background:hsla(0,0%,100%,.03);color:var(--muted-light);font-size:.875rem;line-height:1.4;transition:background .12s ease}.community-list li:hover{background:rgba(16,185,129,.08);color:var(--text)}.community-meta{font-size:.72rem;color:var(--muted);margin-top:2px}.community-edit{display:grid;grid-template-columns:1fr 1fr;grid-gap:6px;gap:6px}.community-actions{justify-content:flex-end;margin-top:4px}@media (max-width:600px){.community-edit{grid-template-columns:1fr}}.lang-selector{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.lang-btn{display:flex;align-items:center;gap:5px;padding:5px 10px;border-radius:999px;background:var(--surface);border:1px solid var(--border);color:var(--muted-light);font:inherit;font-size:.78rem;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.lang-btn:hover{background:var(--surface-hover);border-color:var(--border-bright);color:var(--text)}.lang-btn.active{background:rgba(245,158,11,.14);border-color:rgba(245,158,11,.4);color:var(--primary)}.lang-flag{font-size:1rem;line-height:1}.lang-label{letter-spacing:.04em}.track-row{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%}.track-info{flex:1 1;min-width:0}.track-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.vote-btn{display:inline-flex;align-items:center;gap:4px;padding:3px 9px;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--muted-light);font:inherit;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .15s ease;white-space:nowrap;min-height:26px}.vote-btn:hover{border-color:rgba(245,158,11,.4)}.vote-btn.voted,.vote-btn:hover{color:var(--primary);background:var(--primary-dim)}.vote-btn.voted{border-color:rgba(245,158,11,.5)}.music-links{display:flex;gap:4px;align-items:center}.music-link{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:6px;text-decoration:none;transition:all .15s ease;opacity:.65}.music-link:hover{opacity:1;transform:scale(1.12)}.music-link.spotify{color:#1db954;background:rgba(29,185,84,.12)}.music-link.apple{color:#fc3c44;background:rgba(252,60,68,.12)}.music-link.deezer{color:#a238ff;background:rgba(162,56,255,.12)}.my-contrib-panel{margin:20px 0;background:rgba(13,17,30,.92);border:1px solid rgba(56,189,248,.3);border-radius:var(--radius-lg);padding:20px 24px;box-shadow:0 8px 32px rgba(56,189,248,.08)}.my-contrib-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.my-contrib-header h3{margin:0;font-size:1rem;font-weight:700;color:var(--blue);display:flex;align-items:center;gap:10px}.my-contrib-header .button.text{font-size:1.4rem;text-decoration:none;color:var(--muted-light)}.my-contrib-count{background:var(--blue-dim);color:var(--blue);padding:2px 9px;border-radius:999px;font-size:.78rem;font-weight:700}.my-contrib-list{list-style:none;margin:0;padding:0;display:grid;grid-gap:8px;gap:8px;max-height:420px;overflow-y:auto}.my-contrib-item{justify-content:space-between;padding:10px 14px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);flex-wrap:wrap}.my-contrib-info,.my-contrib-item{display:flex;align-items:center;gap:12px}.my-contrib-info{flex:1 1;min-width:0}.my-contrib-flag{font-size:1.4rem;line-height:1}.my-contrib-track{font-size:.92rem;color:var(--text)}.my-contrib-meta{font-size:.78rem;color:var(--muted-light);margin-top:2px}.my-contrib-edit{display:grid;grid-template-columns:1fr 1fr;grid-gap:6px;gap:6px}@media (max-width:600px){.my-contrib-edit{grid-template-columns:1fr}}.inline-edit{padding:5px 8px;min-height:unset;font-size:.88rem;width:100%;min-width:100px}.entry-row-actions{display:flex;gap:6px;align-items:center;white-space:nowrap}.row-action-btn{font:inherit;font-size:.75rem;font-weight:600;padding:3px 10px;border-radius:999px;border:1px solid transparent;cursor:pointer;transition:all .15s ease;min-height:26px}.row-action-btn.edit{background:var(--surface-strong);color:var(--muted-light);border-color:var(--border)}.row-action-btn.edit:hover{border-color:var(--blue);color:var(--blue);background:var(--blue-dim)}.row-action-btn.delete{background:transparent;color:var(--muted);border-color:var(--border)}.row-action-btn.delete:hover{border-color:var(--danger);color:var(--danger);background:rgba(251,113,133,.1)}.row-action-btn.save{background:var(--accent-dim);color:var(--accent);border-color:rgba(16,185,129,.35)}.row-action-btn.save:hover{background:rgba(16,185,129,.22)}.row-action-btn.cancel{background:transparent;color:var(--muted-light);border-color:var(--border)}.row-action-btn.cancel:hover{border-color:var(--border-bright);color:var(--text)}@media (max-width:600px){.main{padding:20px 14px 48px}.auth-panel,.card{padding:20px}.country-toggle{padding:16px}.country-body{padding:0 16px 20px}.track-actions,.track-row{flex-wrap:wrap}}