:root{color:#171717;font-synthesis:none;text-rendering:optimizelegibility;background:#f7f2ea;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:radial-gradient(circle at 0 0,#ffffffe6,#0000 32rem),#f7f2ea;min-width:320px;min-height:100vh;margin:0}button,input,textarea,select{font:inherit}a{color:inherit}.page{width:min(1120px,100% - 32px);margin:0 auto;padding:28px 0 56px}.narrow{width:min(640px,100% - 32px)}.hero{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:#8a6f55;margin:0 0 8px;font-size:.78rem;font-weight:700}h1{letter-spacing:-.07em;margin:0;font-size:clamp(2rem,8vw,4.7rem);line-height:.95}h2{letter-spacing:-.03em;margin:0;font-size:1.15rem;line-height:1.1}.muted{color:#746b62;line-height:1.5}.adminButton,.primaryButton,.secondaryButton,.ghostButton{cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:0 17px;font-weight:750;text-decoration:none;display:inline-flex}.adminButton,.primaryButton{color:#fff;background:#171717;box-shadow:0 10px 28px #00000024}.secondaryButton{color:#171717;cursor:pointer;background:#ffffffdb;border:1px solid #0000001f;border-radius:999px;width:100%;min-height:44px;padding:0 17px;font-weight:750}.secondaryButton:disabled{opacity:.55;cursor:not-allowed}.ghostButton{color:#171717;background:#ffffffb3;border:1px solid #00000014}.primaryButton{width:100%}.primaryButton:disabled{opacity:.58;cursor:not-allowed}.filters{z-index:2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);padding:12px 0 18px;position:sticky;top:0}.searchBox{background:#ffffffc7;border:1px solid #00000014;border-radius:18px;align-items:center;gap:10px;width:100%;min-height:48px;padding:0 14px;display:flex}.searchBox input{background:0 0;border:0;outline:0;width:100%}.tagRow{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.tagRow.small{margin-top:14px}.chip{cursor:pointer;color:#4b4038;background:#ffffffbd;border:1px solid #0000001a;border-radius:999px;padding:7px 11px;font-size:.88rem}.chip.active{color:#fff;background:#171717}.grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:18px;display:grid}.songCard{background:#ffffffc7;border:1px solid #00000014;border-radius:28px;overflow:hidden;box-shadow:0 16px 48px #0000000f}.coverWrap{aspect-ratio:1;background:#eadfce}.coverWrap img{object-fit:cover;width:100%;height:100%;display:block}.coverFallback{color:#8d7763;place-items:center;width:100%;height:100%;display:grid}.songBody{padding:16px}.songTop{justify-content:space-between;gap:14px;display:flex}.artist{color:#5b5048;margin:5px 0 0;font-weight:650}.album,.dateLine,.platform{color:#8a7d72;margin:5px 0 0;font-size:.92rem}.notes{color:#312b25;margin:14px 0 0;line-height:1.45}.linkIcon{background:#f2eadf;border-radius:50%;flex:none;place-items:center;width:48px;height:48px;text-decoration:none;display:grid;box-shadow:0 8px 18px #00000014}.empty{color:#776b61;border:1px dashed #00000029;border-radius:28px;place-items:center;min-height:220px;display:grid}.panel{background:#ffffffd1;border:1px solid #00000014;border-radius:28px;padding:20px;box-shadow:0 16px 48px #0000000f}.stack,.formPanel{gap:14px;display:grid}.formPanel label,.stack label{color:#3a3029;gap:7px;font-weight:750;display:grid}input,textarea,select{background:#fffffff5;border:1px solid #0000001c;border-radius:16px;outline:none;width:100%;min-height:48px;padding:12px 13px}textarea{resize:vertical;min-height:110px}input:focus,textarea:focus,select:focus{border-color:#171717}.twoCol{grid-template-columns:1fr 1fr;gap:12px;display:grid}.status{color:#4f4034;margin:4px 0 0;font-weight:700}.backLink{color:#66594f;margin-bottom:18px;font-weight:750;text-decoration:none;display:inline-block}.adminHeader{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px;display:flex}.viewToggle{gap:8px;margin-top:10px;display:flex}.viewButton{cursor:pointer;color:#4b4038;background:#ffffffbd;border:1px solid #0000001a;border-radius:999px;padding:8px 12px;font-size:.88rem;font-weight:800}.viewButton.active{color:#fff;background:#171717}.listView{gap:10px;display:grid}.listView .songCard{border-radius:20px;grid-template-columns:92px minmax(0,1fr);display:grid}.listView .coverWrap{aspect-ratio:1;height:100%;min-height:92px}.listView .songBody{padding:12px}.listView h2{font-size:1rem}.listView .notes{margin-top:8px;font-size:.86rem}.listView .tagRow.small{margin-top:8px}.listView .cardActions{margin-top:10px}@media (width<=860px){.grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=620px){.page{width:min(100% - 18px,1120px);padding-top:16px}.hero{flex-direction:column;align-items:stretch}.adminButton{width:100%}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.songCard{border-radius:18px}.songBody{padding:10px}.songTop{gap:8px}h2{font-size:.92rem;line-height:1.12}.artist{font-size:.82rem}.album,.dateLine,.platform{font-size:.74rem}.notes{margin-top:8px;font-size:.78rem;line-height:1.35}.chip{padding:5px 8px;font-size:.72rem}.tagRow.small{gap:5px;margin-top:8px}.linkIcon{width:38px;height:38px}.twoCol{grid-template-columns:1fr}.adminHeader{flex-direction:column}.ghostButton,.heroButtons{width:100%}.heroButtons .ghostButton,.heroButtons .adminButton{flex:1;width:auto}.cardActions{gap:5px;margin-top:10px}.voteButton,.commentCountButton{min-height:28px;padding:0 7px;font-size:.68rem}.commentCountButton{flex:1;margin-left:0}.commentsPanel{font-size:.78rem}.commentForm input,.commentForm textarea{font-size:.8rem}.viewToggle{width:100%}.viewButton{flex:1}.listView .songTop>div{text-align:right;flex:1;min-width:0}.listView .artist,.listView .album,.listView .dateLine,.listView .platform{text-align:right}.listView .songBody{padding-left:16px}.listView .songTop{align-items:flex-start}.listView .linkIcon{margin-left:10px}.listView .songCard{border-radius:16px;grid-template-columns:72px minmax(0,1fr)}.listView .coverWrap{min-height:72px}.listView .songBody{padding:9px}.listView h2{font-size:.86rem}.listView .notes{display:none}.sortControls{grid-template-columns:1fr;gap:8px}.editSongButton{flex:1;min-height:28px;margin-left:0;padding:0 7px;font-size:.68rem}}.passwordPanel{margin-bottom:16px}.heroButtons{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.modeToggle{gap:8px;margin:14px 0;display:flex}.cardActions{flex-wrap:wrap;align-items:center;gap:7px;margin-top:14px;display:flex}.voteButton,.commentCountButton{color:#3b332d;cursor:pointer;background:#ffffffb8;border:1px solid #0000001a;border-radius:999px;min-height:32px;padding:0 10px;font-size:.82rem;font-weight:800}.voteButton.active{color:#fff;background:#171717}.commentCountButton{margin-left:auto}.commentsPanel{border-top:1px solid #00000014;margin-top:12px;padding-top:12px}.commentItem{border-bottom:1px solid #0000000f;padding:9px 0}.commentItem p{margin:4px 0 0;font-size:.9rem;line-height:1.35}.commentMeta{color:#7b6b5f;font-size:.76rem;font-weight:850}.commentForm{gap:8px;margin-top:12px;display:grid}.commentForm input,.commentForm textarea{border-radius:14px;min-height:40px;font-size:.9rem}.loginPrompt{color:#171717;margin-top:10px;font-size:.86rem;font-weight:850;display:inline-flex}.tiny{font-size:.82rem}.sortControls{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px;margin-top:10px;display:grid}.sortControls label{color:#5d5047;gap:6px;font-size:.78rem;font-weight:850;display:grid}.sortControls select{border-radius:999px;min-height:42px;padding:8px 12px}.footerBar{text-align:center;color:#746b62;background:#ffffffad;border:1px solid #00000014;border-radius:22px;margin-top:36px;padding:18px 14px;font-size:.9rem;font-weight:700}.footerBar p{margin:0}.listView .songBody{padding-left:12px}.editSongButton,.secondaryLinkButton{color:#3b332d;cursor:pointer;background:#ffffffbd;border:1px solid #0000001a;border-radius:999px;justify-content:center;align-items:center;min-height:32px;padding:0 10px;font-size:.82rem;font-weight:850;text-decoration:none;display:inline-flex}.editSongButton{margin-left:auto}.secondaryLinkButton{width:100%;min-height:44px}
