html,body{margin:0;min-height:100%;background:#0c0c0b;color:#fffef8;font:16px Arial,Helvetica,sans-serif}
*{box-sizing:border-box}
.host-shell{min-height:100vh}
.host-header{border-bottom:1px solid #44433e;padding:16px max(20px,calc((100vw - 1180px)/2));display:flex;flex-wrap:wrap;align-items:center;gap:16px}
.host-brand{color:#f5cf38;text-decoration:none;display:flex;align-items:center;gap:10px;font-weight:800;letter-spacing:.04em}
.host-stage{font:11px ui-monospace,monospace;color:#c7c5bd;letter-spacing:.08em}
.host-header mlma-navigation{width:100%}
.host-main{max-width:1180px;margin:auto;padding:48px 20px 80px}
.host-main h1{font-size:clamp(36px,6vw,72px);line-height:1.02;max-width:780px;margin:0 0 20px}
.host-main p{max-width:680px;line-height:1.55;color:#c7c5bd}
.host-actions{max-width:1180px;margin:0 auto;padding:12px 20px}
.host-actions a,.host-actions button{color:#f5cf38;background:none;border:0;text-decoration:underline;font:inherit;cursor:pointer;margin-right:20px}
.host-login{max-width:520px;background:#171715;padding:28px;border:1px solid #44433e}
.host-login label{display:block;margin:20px 0 6px;font-weight:700}
.host-login input{width:100%;background:#fffef8;color:#0c0c0b;border:1px solid #44433e;padding:14px;font:inherit}
.host-login button{margin-top:24px;padding:14px 22px;background:#f5cf38;color:#0c0c0b;border:0;font:inherit;font-weight:700;cursor:pointer}
.host-login [role=status]{min-height:24px;color:#ff9385}
.host-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-top:30px}
.host-card{border:1px solid #44433e;background:#171715;padding:20px;color:#fffef8}
.host-card img{width:100%;max-height:180px;object-fit:cover}
.host-card h2{color:#f5cf38}
.host-card a,.host-main a{color:#f5cf38}
.host-track-list{list-style:none;padding:0;display:grid;gap:8px;margin-top:28px}
.host-track-list li{padding:16px;border:1px solid #44433e;background:#171715;display:flex;justify-content:space-between;gap:16px;align-items:center}
.host-track-list span{color:#c7c5bd;white-space:nowrap}
.host-primary{display:inline-block;background:#f5cf38;color:#0c0c0b;border:0;padding:14px 20px;font:inherit;font-weight:700;cursor:pointer}
.host-primary:disabled{opacity:.55;cursor:wait}
@media(max-width:600px){.host-track-list li{align-items:flex-start;flex-direction:column}.host-track-list span{white-space:normal}}
.host-footer{border-top:1px solid #44433e;padding:30px max(20px,calc((100vw - 1180px)/2));color:#c7c5bd}
