:root{color-scheme:dark;font-family:Arial,Helvetica,sans-serif;background:#000;color:#fff}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%;background:#000;color:#fff}a{color:inherit;text-decoration:none}.artist-shell{min-height:100vh;display:grid;grid-template-columns:260px 1fr;background:#000}.artist-sidebar{border-right:1px solid #27272a;background:#09090b;padding:20px}.artist-brand{font-size:24px;font-weight:700;margin-bottom:24px}.artist-nav{display:grid;gap:8px}.artist-nav-link{padding:12px 14px;border-radius:10px;color:#a1a1aa;background:transparent}.artist-nav-link:hover{background:#18181b;color:#fff}.artist-nav-link.active{background:#dc2626;color:#fff}.artist-main{display:flex;flex-direction:column;min-width:0}.artist-topbar{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #27272a;background:#09090b;padding:18px 24px}.artist-topbar-title{font-size:20px;font-weight:700}.artist-topbar-subtitle{font-size:13px;color:#a1a1aa;margin-top:4px}.artist-content{padding:24px}.artist-page{display:grid;gap:20px}.artist-card{background:#09090b;border:1px solid #27272a;border-radius:16px;padding:20px}.artist-card h1,.artist-card h2{margin:0 0 10px}.artist-card p{margin:0;color:#a1a1aa}.artist-grid{display:grid;gap:16px;grid-template-columns:repeat(4,minmax(0,1fr))}.artist-stat{background:#09090b;border:1px solid #27272a;border-radius:16px;padding:18px}.artist-stat-label{font-size:12px;color:#71717a;text-transform:uppercase;letter-spacing:.05em}.artist-stat-value{font-size:28px;font-weight:700;margin-top:8px}.artist-btn{border:0;border-radius:10px;padding:10px 14px;font-weight:700;cursor:pointer}.artist-btn.primary{background:#dc2626;color:#fff}.artist-btn.secondary{background:#27272a;color:#fff}.artist-login-wrap{min-height:100vh;display:grid;place-items:center;padding:24px;background:#000}.artist-login-card{width:100%;max-width:480px;background:#09090b;border:1px solid #27272a;border-radius:18px;padding:28px}.artist-login-card h1{margin:0 0 10px}.artist-login-card p{margin:0 0 20px;color:#a1a1aa}.artist-field{display:grid;gap:8px;margin-bottom:16px}.artist-field label{font-size:14px;font-weight:700}.artist-field input,.artist-field textarea,.artist-field select{width:100%;border:1px solid #3f3f46;border-radius:10px;background:#18181b;color:#fff;padding:12px 14px;outline:none}.artist-field textarea{min-height:120px;resize:vertical}.artist-page-title{font-size:30px;font-weight:700}.artist-page-subtitle{color:#a1a1aa;margin-top:6px}@media(max-width:1100px){.artist-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.artist-shell{grid-template-columns:1fr}.artist-sidebar{border-right:0;border-bottom:1px solid #27272a}.artist-topbar{gap:12px;align-items:flex-start;flex-direction:column}.artist-grid{grid-template-columns:1fr}}
