
.auth-shell{min-height:100vh;display:grid;place-items:center;padding:40px 20px}.auth-card{width:min(520px,100%);padding:32px;border:1px solid var(--border);border-radius:var(--radius-lg);background:rgba(18,16,26,.94);box-shadow:var(--shadow)}.auth-card-wide{width:min(760px,100%)}.auth-brand{display:inline-flex;align-items:center;gap:10px;margin-bottom:28px;font-weight:900;letter-spacing:.08em}.auth-brand img{width:38px;height:38px}.auth-card h1,.auth-card h2{margin:4px 0 8px}.auth-muted,.auth-switch,.auth-back{color:var(--muted)}.auth-form{display:grid;gap:16px;margin-top:24px}.auth-form label{display:grid;gap:7px}.auth-form label span{font-size:.78rem;font-weight:800;color:#d8d2e2}.auth-form input,.auth-form textarea,.auth-form select{width:100%;padding:13px 14px;border:1px solid var(--border);border-radius:12px;color:var(--text);background:#0d0b13;outline:none}.auth-form input:focus{border-color:var(--accent)}.auth-grid{grid-template-columns:1fr 1fr}.auth-grid .full{grid-column:1/-1}.auth-message:empty{display:none}.auth-message{padding:12px 14px;border:1px solid rgba(80,200,130,.35);border-radius:12px;color:#8be5ad;background:rgba(80,200,130,.08)}.auth-message.error{border-color:rgba(255,64,87,.35);color:#ff9eaa;background:rgba(255,64,87,.08)}.auth-switch{margin:22px 0 10px}.auth-switch a,.auth-back{color:var(--accent-2);font-weight:800}.account-header{display:flex;align-items:center;justify-content:space-between;gap:20px;width:min(1180px,calc(100% - 40px));margin:0 auto;padding:24px 0}.account-actions{display:flex;align-items:center;gap:10px}.account-actions form{margin:0}.account-shell{width:min(1100px,calc(100% - 40px));margin:20px auto 80px}.account-hero{display:flex;align-items:center;gap:24px;margin-bottom:30px}.account-hero img{width:112px;height:112px;object-fit:cover;border:1px solid var(--border);border-radius:28px;background:var(--surface-light)}.account-hero h1{margin:4px 0}.account-hero p{margin:0;color:var(--muted)}.role-pill{display:inline-flex;padding:4px 9px;border:1px solid rgba(143,91,255,.35);border-radius:999px;color:var(--accent-2);background:var(--accent-soft);font-size:.78rem;font-weight:800}.account-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.account-grid .auth-card{width:100%}.application-summary{width:100%;margin-top:20px;display:grid;grid-template-columns:1fr 2fr auto;align-items:center;gap:22px}.application-list{display:grid;gap:8px}.application-row{display:flex;justify-content:space-between;gap:16px;padding:10px 12px;border:1px solid var(--border);border-radius:12px}.status-pending{color:#c99cff}.status-accepted{color:#7de2a4}.status-refused{color:#ff8795}@media(max-width:760px){.auth-grid,.account-grid{grid-template-columns:1fr}.auth-grid .full{grid-column:auto}.account-header,.account-actions,.account-hero{align-items:flex-start}.account-header{flex-direction:column}.application-summary{grid-template-columns:1fr}.account-hero img{width:86px;height:86px}}

.ticket-summary{width:100%;margin-top:20px;display:flex;align-items:center;justify-content:space-between;gap:22px}.ticket-summary p{margin:5px 0 0;color:var(--muted)}@media(max-width:760px){.ticket-summary{align-items:flex-start;flex-direction:column}.ticket-summary .button{width:100%}}
