.resp-page{background:var(--color-bg-alt);min-height:70vh}.login-card{max-width:480px;margin:0 auto;background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:var(--radius-xl);padding:var(--space-8);box-shadow:var(--shadow-md)}.login-header{text-align:center;margin-bottom:var(--space-6)}.login-header h1{margin-top:var(--space-4);margin-bottom:var(--space-2);font-size:1.75rem}.login-desc{color:var(--color-text-muted);font-size:.9375rem}.login-form{display:flex;flex-direction:column;gap:var(--space-4)}.login-btn{width:100%;margin-top:var(--space-2)}.login-help{text-align:center;font-size:.8125rem;color:var(--color-text-muted)}.resp-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:var(--space-6)}.resp-header h1{margin-bottom:var(--space-1)}.resp-org-name{font-size:1.0625rem;color:var(--color-text-muted);display:flex;align-items:center;gap:var(--space-2)}.resp-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-4);margin-bottom:var(--space-5)}.resp-stat{background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:var(--radius-lg);padding:var(--space-4) var(--space-5);display:flex;flex-direction:column;gap:var(--space-1)}.resp-stat--alert{border-color:#c5303033;background:#c5303005}.resp-stat--alert .resp-stat-value{color:var(--color-error)}.resp-stat-value{font-size:1.75rem;font-weight:500;color:var(--color-primary)}.resp-stat-label{font-size:.8125rem;color:var(--color-text-muted);font-weight:500}.resp-alert{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-4) var(--space-5);background:#2e7d6f0f;border:1px solid rgba(46,125,111,.2);border-radius:var(--radius-lg);margin-bottom:var(--space-5);font-size:.9375rem;color:var(--color-secondary);font-weight:500}.resp-alert-close{margin-left:auto;background:none;border:none;font-size:1.25rem;color:var(--color-secondary);cursor:pointer;padding:var(--space-1)}.resp-table-card{background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-sm)}.resp-table-title{font-size:1.125rem;padding:var(--space-5) var(--space-5) 0;margin-bottom:var(--space-4)}.resp-na{color:var(--color-text-muted)}.resp-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1c2b3a80;display:flex;align-items:center;justify-content:center;z-index:200;padding:var(--space-5)}.resp-modal{background:var(--color-surface);border-radius:var(--radius-xl);padding:var(--space-6);max-width:600px;width:100%;box-shadow:var(--shadow-xl)}.resp-modal h2{font-size:1.25rem;margin-bottom:var(--space-5)}.resp-modal-actions{display:flex;justify-content:flex-end;gap:var(--space-3);margin-top:var(--space-5)}@media(max-width:900px){.resp-stats{grid-template-columns:1fr 1fr}.resp-table-card{overflow-x:auto}}@media(max-width:600px){.resp-header{flex-direction:column;gap:var(--space-3)}}
