*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,sans-serif;font-size:17px;line-height:1.5;color:#2b2620;background:#faf8f4}.screen{min-height:100%;display:flex;flex-direction:column;align-items:center;padding:24px 16px 64px}.card{width:100%;max-width:420px;display:flex;flex-direction:column;gap:16px}h1{font-size:1.6rem;margin:0 0 4px}h2{font-size:1.2rem;margin:24px 0 4px}p{margin:0}.muted{color:#6b6357;font-size:16px}label{display:flex;flex-direction:column;gap:6px;font-size:16px;font-weight:600}input[type=text],input[type=email]{font-size:17px;padding:12px 14px;min-height:44px;border:1px solid #cbc2b3;border-radius:8px;background:#fff}button{font-size:17px;font-weight:600;min-height:44px;padding:10px 18px;border-radius:8px;border:none;cursor:pointer;background:#4a4232;color:#fff}button:disabled{opacity:.6;cursor:default}button.secondary{background:transparent;color:#4a4232;border:1px solid #cbc2b3}button.link{background:none;color:#4a4232;text-decoration:underline;padding:4px 8px;min-height:44px;display:inline-flex;align-items:center;font-weight:400}button.danger{background:#7a3b32}.error-banner{background:#f6dede;color:#7a3b32;border-radius:8px;padding:12px 14px;font-size:16px}.skeleton{color:#6b6357}.roster-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid #e6e0d4}.badge{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;background:#e6e0d4;color:#4a4232;padding:2px 8px;border-radius:999px}.row-actions{display:flex;gap:8px}hr{width:100%;border:none;border-top:1px solid #e6e0d4;margin:8px 0}
