/* Shell nativo Apps2; el tono se inyecta por portal mediante variables. */
:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:#182235;background:#f5f8fb}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#f5f8fb}a{color:var(--portal-primary);text-decoration:none}a:hover{text-decoration:underline}.vb-auth{min-height:100vh;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(390px,.85fr);gap:28px;padding:28px}.vb-auth-visual{position:relative;min-height:680px;border-radius:26px;overflow:hidden;padding:clamp(30px,6vw,76px);display:flex;align-items:flex-end;color:#fff;background:linear-gradient(135deg,var(--portal-primary),var(--portal-secondary));box-shadow:0 20px 60px #1c34551c}.vb-auth-visual:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 15%,#ffffff42,transparent 36%),linear-gradient(180deg,#001b3020,#0013299e);pointer-events:none}.vb-auth-visual img{position:absolute;top:38px;left:clamp(30px,6vw,76px);width:180px;z-index:1}.vb-auth-visual>div{position:relative;z-index:1;max-width:520px}.vb-auth-kicker,.vb-eyebrow{text-transform:uppercase;letter-spacing:.14em;font-weight:800;font-size:11px;margin:0 0 14px}.vb-auth-kicker{color:#dffaf6}.vb-auth-visual h1{font-size:clamp(32px,4vw,58px);line-height:1.04;letter-spacing:-.05em;margin:0 0 18px}.vb-auth-visual p:last-child{font-size:17px;line-height:1.55;color:#eef9fa;max-width:440px;margin:0}.vb-auth-panel{display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e1e8f0;border-radius:26px;padding:clamp(28px,5vw,74px);box-shadow:0 20px 60px #1c345510}.vb-auth-form{width:min(100%,390px)}.vb-logo{width:min(100%,210px);height:auto;margin-bottom:30px}.vb-auth-form h2{font-size:29px;letter-spacing:-.035em;margin:0 0 8px}.vb-muted{color:#707d8f;line-height:1.55}.vb-auth-form label{display:block;color:#344258;font-size:13px;font-weight:750;margin:19px 0 7px}.vb-auth-form input{display:block;width:100%;min-height:48px;border:1px solid #dbe4ee;border-radius:10px;background:#fbfcfe;padding:12px 14px;font:inherit;color:#182235}.vb-auth-form input:focus{outline:0;border-color:var(--portal-primary);box-shadow:0 0 0 4px color-mix(in srgb,var(--portal-primary) 15%,transparent)}.vb-button{display:inline-flex;justify-content:center;align-items:center;min-height:48px;border:1px solid var(--portal-primary);border-radius:10px;background:var(--portal-primary);color:#fff;font-weight:750;padding:11px 18px;cursor:pointer;box-shadow:0 10px 18px color-mix(in srgb,var(--portal-primary) 22%,transparent)}.vb-button:hover{color:#fff;text-decoration:none;filter:brightness(.95)}.vb-auth-form form .vb-button{width:100%;margin-top:24px}.vb-button--outline{background:#fff;color:var(--portal-primary);box-shadow:none}.vb-button--outline:hover{color:var(--portal-primary)}.vb-auth-link{text-align:center;margin:20px 0 0;font-size:13px}.vb-auth-form small{display:block;color:#8b96a5;text-align:center;margin-top:28px;font-size:11px}.vb-error,.vb-notice{border-radius:10px;padding:12px 14px;margin-top:18px;font-size:13px;line-height:1.45}.vb-error{color:#9d3131;background:#fff0f0;border:1px solid #f1cccc}.vb-notice{color:#255b62;background:#edfafa;border:1px solid #caebeb}.vb-shell{max-width:1160px;margin:0 auto;padding:clamp(24px,5vw,64px)}.vb-topbar{display:flex;justify-content:space-between;align-items:flex-start;gap:28px;margin-bottom:30px}.vb-topbar h1{font-size:clamp(29px,4vw,46px);letter-spacing:-.045em;margin:0 0 9px}.vb-topbar p{color:#6f7d8e;max-width:590px;line-height:1.55;margin:0}.vb-topbar .vb-button{flex:0 0 auto}.vb-dashboard-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:20px}.vb-card{background:#fff;border:1px solid #e1e8f0;border-radius:20px;padding:clamp(22px,3vw,36px);box-shadow:0 14px 40px #1c34550b}.vb-card--hero{background:linear-gradient(145deg,color-mix(in srgb,var(--portal-primary) 11%,#fff),#fff 70%);border-color:color-mix(in srgb,var(--portal-primary) 18%,#e1e8f0)}.vb-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:var(--portal-primary);color:#fff;font-size:23px;margin-bottom:30px}.vb-card h2{font-size:24px;letter-spacing:-.03em;margin:0 0 12px}.vb-card p{color:#657386;line-height:1.6}.vb-status{display:inline-flex;align-items:center;gap:8px;color:#327a62;font-size:12px;font-weight:750;margin-top:22px}.vb-status i{width:8px;height:8px;border-radius:50%;background:#38a875}.vb-placeholder{border:1px dashed #cad7e4;border-radius:14px;padding:22px;margin-top:26px;text-align:center}.vb-placeholder span{display:block;color:var(--portal-primary);font-size:27px;margin-bottom:8px}.vb-placeholder strong,.vb-placeholder small{display:block}.vb-placeholder small{color:#8a96a5;margin-top:7px;line-height:1.45}.vb-footer{display:flex;justify-content:space-between;color:#8a96a5;font-size:11px;margin-top:30px;padding:0 4px}@media(max-width:900px){.vb-auth{grid-template-columns:1fr;padding:16px;gap:16px}.vb-auth-visual{min-height:300px;max-height:410px;border-radius:20px;padding:28px}.vb-auth-visual img{top:25px;left:28px;width:155px}.vb-auth-visual h1{font-size:35px}.vb-auth-panel{min-height:560px;border-radius:20px;padding:38px 24px}.vb-dashboard-grid{grid-template-columns:1fr}.vb-topbar{align-items:stretch;flex-direction:column}.vb-topbar .vb-button{width:100%}}@media(max-width:480px){.vb-auth-visual{min-height:250px;max-height:320px;padding:22px}.vb-auth-visual h1{font-size:29px}.vb-auth-visual p:last-child{font-size:14px}.vb-auth-panel{padding:30px 18px}.vb-shell{padding:22px 16px}.vb-footer{gap:12px;flex-direction:column}}
