/* GestionaSST 360 v1.3.0-B9.6 — Experiencia transversal */
:root{--g360-brand:#0f4c81;--g360-brand-strong:#0a355b;--g360-surface:#fff;--g360-bg:#f4f7fb;--g360-border:#dbe4ee;--g360-text:#142235;--g360-muted:#64748b;--g360-success:#16803c;--g360-warning:#b66a00;--g360-danger:#b42318;--g360-radius:14px;--g360-shadow:0 12px 34px rgba(15,45,75,.10)}
body{background:var(--g360-bg);color:var(--g360-text)}
.g360-page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.g360-page-head h1{margin:0;font-size:clamp(25px,3vw,38px);line-height:1.12;color:var(--g360-brand-strong)}.g360-page-head p{margin:7px 0 0;color:var(--g360-muted);max-width:780px}.g360-page-actions{display:flex;gap:8px;flex-wrap:wrap}
.panel,.g360-panel{border:1px solid var(--g360-border);border-radius:var(--g360-radius);box-shadow:0 4px 18px rgba(15,45,75,.05);background:var(--g360-surface)}
.g360-status-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.g360-status-item{padding:15px;border:1px solid var(--g360-border);border-radius:12px;background:#fff}.g360-status-item strong,.g360-status-item small{display:block}.g360-status-item strong{font-size:14px}.g360-status-item small{margin-top:6px;color:var(--g360-muted);line-height:1.45}.g360-status-item.is-ok{border-left:4px solid var(--g360-success)}.g360-status-item.is-warn{border-left:4px solid var(--g360-warning)}
.auth-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at top right,rgba(15,76,129,.18),transparent 34%),linear-gradient(145deg,#edf4fb,#f8fafc)}.auth-card{width:min(100%,430px);padding:34px;border:1px solid rgba(219,228,238,.9);border-radius:20px;background:rgba(255,255,255,.96);box-shadow:var(--g360-shadow)}.auth-card .logo{width:58px;height:58px;border-radius:16px;display:grid;place-items:center;margin:0 auto 16px;background:linear-gradient(135deg,var(--g360-brand),var(--g360-brand-strong));color:#fff;font-weight:800;letter-spacing:.03em}.auth-card h1{text-align:center;margin:0;color:var(--g360-brand-strong)}.auth-card>p{text-align:center;color:var(--g360-muted);margin:7px 0 24px}.auth-card form{display:grid;gap:15px}.auth-card label{display:grid;gap:7px;font-weight:650;color:#334155}.auth-card input{width:100%;box-sizing:border-box;border:1px solid var(--g360-border);border-radius:10px;padding:12px 13px;background:#fff}.auth-card input:focus{outline:3px solid rgba(15,76,129,.14);border-color:var(--g360-brand)}.auth-card .btn{width:100%;justify-content:center;min-height:44px}.auth-card .error{border-radius:10px;margin-bottom:15px}
.alert-cards{gap:12px!important}.alert-card{border-color:var(--g360-border)!important;border-radius:12px!important;box-shadow:0 3px 13px rgba(15,45,75,.04)}.alert-card strong{color:var(--g360-brand-strong)!important}.notice{border-radius:12px;border:1px solid #cfe0f1;background:#eef6ff;color:#1d4f78;padding:12px 14px}.table-actions .btn{min-height:34px}.badge{letter-spacing:.01em}
.g360-password-panel{max-width:660px}.g360-password-help{font-size:12px;color:var(--g360-muted);line-height:1.55;margin:4px 0 14px}
@media(max-width:900px){.g360-page-head{flex-direction:column}.g360-status-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.auth-page{padding:14px}.auth-card{padding:25px 20px;border-radius:16px}.g360-status-grid{grid-template-columns:1fr}.g360-page-actions{width:100%}.g360-page-actions .btn{flex:1 1 auto}.alert-cards{grid-template-columns:1fr 1fr!important}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
@media print{aside,.toolbar,.g360-page-actions{display:none!important}.layout{display:block!important}main{padding:0!important}.panel{box-shadow:none!important}}
