:root{--bg:#080d0b;--panel:#101714;--panel2:#17211d;--line:#293a32;--green:#39ff88;--green2:#10b981;--text:#eef7f2;--muted:#9eb2a8;--danger:#ff8c8c;--shadow:0 24px 80px rgba(0,0,0,.35)}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,Segoe UI,Arial,sans-serif;background:var(--bg);color:var(--text)}button,input,select{font:inherit}.hidden{display:none!important}.eyebrow{margin:0 0 8px;color:var(--green);font-size:11px;font-weight:800;letter-spacing:.14em}.muted{color:var(--muted)}
.login-layout{min-height:100vh;display:grid;grid-template-columns:1.1fr .9fr}.brand-panel{padding:8vw;display:flex;flex-direction:column;justify-content:center;gap:42px;background:radial-gradient(circle at 22% 18%,rgba(57,255,136,.16),transparent 32%),linear-gradient(140deg,#07100b,#101b16)}.brand-mark,.mini-mark{display:grid;place-items:center;border:1px solid rgba(57,255,136,.5);background:rgba(57,255,136,.08);color:var(--green);box-shadow:0 0 34px rgba(57,255,136,.15)}.brand-mark{width:72px;height:72px;border-radius:22px;font-size:36px;font-weight:900}.brand-panel h1{font-size:clamp(42px,6vw,82px);margin:0;line-height:.95}.tagline{color:var(--muted);font-size:18px}.brand-copy{display:flex;flex-direction:column;gap:8px;max-width:520px}.brand-copy strong{font-size:24px}.brand-copy span{color:var(--muted);line-height:1.6}.login-panel{display:grid;place-items:center;padding:40px;background:#0b110e}.login-card{width:min(420px,100%);display:flex;flex-direction:column;gap:22px;background:var(--panel);border:1px solid var(--line);border-radius:26px;padding:36px;box-shadow:var(--shadow)}h2,h3{margin:0}.login-card label,.modal label{display:flex;flex-direction:column;gap:8px;color:var(--muted);font-size:13px;font-weight:700}.login-card input,.modal input,.context-select select{border:1px solid var(--line);background:#0a100d;color:var(--text);border-radius:12px;padding:14px;outline:none}.login-card input:focus,.modal input:focus,.context-select select:focus{border-color:var(--green2);box-shadow:0 0 0 3px rgba(16,185,129,.14)}.primary{border:0;border-radius:12px;background:var(--green);color:#06110a;padding:14px 18px;font-weight:900;cursor:pointer}.primary:disabled{opacity:.55;cursor:not-allowed}.error{padding:12px;border-radius:10px;background:rgba(255,80,80,.12);color:var(--danger);font-size:13px}.app{min-height:100vh;display:grid;grid-template-columns:250px 1fr}.sidebar{position:sticky;top:0;height:100vh;padding:24px 18px;display:flex;flex-direction:column;background:#0b120f;border-right:1px solid var(--line)}.logo-row{display:flex;gap:12px;align-items:center;margin-bottom:34px}.mini-mark{width:40px;height:40px;border-radius:13px;font-weight:900}.logo-row div:last-child{display:flex;flex-direction:column}.logo-row small{color:var(--muted);margin-top:3px}.sidebar nav{display:flex;flex-direction:column;gap:7px}.nav-item,.text-button{border:0;background:none;color:var(--muted);cursor:pointer;text-align:left}.nav-item{padding:12px 14px;border-radius:10px;font-weight:700}.nav-item:hover,.nav-item.active{background:rgba(57,255,136,.08);color:var(--green)}.sidebar-footer{margin-top:auto;display:flex;flex-direction:column;gap:5px;padding:14px}.sidebar-footer small{color:var(--muted)}.text-button{padding:12px 0;color:var(--danger)}.workspace{min-width:0}.topbar{min-height:90px;padding:18px 32px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:rgba(8,13,11,.88);backdrop-filter:blur(12px);position:sticky;top:0;z-index:5}.context-select{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:12px;font-weight:800}.context-select select{min-width:230px;padding:10px}.content{padding:32px;display:flex;flex-direction:column;gap:32px}.hero-card{display:flex;justify-content:space-between;gap:30px;padding:30px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(120deg,rgba(57,255,136,.08),transparent 42%),var(--panel)}.hero-card p{color:var(--muted);max-width:700px}.hero-status{min-width:210px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:7px;padding:18px;border-radius:16px;background:#0b120f}.hero-status small{color:var(--muted)}.pulse{width:10px;height:10px;border-radius:50%;background:var(--green);box-shadow:0 0 18px var(--green)}.section-title{display:flex;justify-content:space-between;margin-bottom:16px}.module-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:16px}.module-card{min-height:180px;padding:20px;display:flex;flex-direction:column;gap:12px;border:1px solid var(--line);border-radius:18px;background:var(--panel);cursor:pointer;transition:.18s transform,.18s border-color}.module-card:hover{transform:translateY(-3px);border-color:rgba(57,255,136,.48)}.module-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:rgba(57,255,136,.09);color:var(--green);font-weight:900}.module-card p{color:var(--muted);font-size:13px;line-height:1.5;margin:0}.module-meta{margin-top:auto;display:flex;justify-content:space-between;align-items:center}.badge{padding:5px 8px;border-radius:999px;background:#24332c;color:#b8cec2;font-size:10px;font-weight:900}.badge.borrador{background:rgba(57,255,136,.1);color:var(--green)}.badge.planificado{background:rgba(255,190,70,.1);color:#ffd084}.toast{position:fixed;right:24px;bottom:24px;z-index:30;padding:14px 18px;border-radius:12px;background:#173324;color:var(--text);box-shadow:var(--shadow)}.loading{position:fixed;inset:0;z-index:40;display:grid;place-items:center;background:rgba(3,7,5,.62)}.spinner{width:42px;height:42px;border:4px solid rgba(57,255,136,.18);border-top-color:var(--green);border-radius:50%;animation:spin .75s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.modal-backdrop{position:fixed;inset:0;z-index:35;display:grid;place-items:center;background:rgba(0,0,0,.72);padding:20px}.modal{width:min(440px,100%);padding:28px;display:flex;flex-direction:column;gap:18px;border:1px solid var(--line);border-radius:20px;background:var(--panel);box-shadow:var(--shadow)}
@media(max-width:860px){.login-layout{grid-template-columns:1fr}.brand-panel{display:none}.app{grid-template-columns:1fr}.sidebar{height:auto;position:static;flex-direction:row;align-items:center;gap:16px}.sidebar nav{flex-direction:row}.sidebar-footer{margin:0 0 0 auto}.sidebar-footer span,.sidebar-footer small{display:none}.topbar{position:static;align-items:flex-start;gap:15px}.content{padding:20px}.hero-card{flex-direction:column}.context-select{flex-direction:column;align-items:flex-start}.context-select select{min-width:180px}}@media(max-width:600px){.sidebar{overflow-x:auto}.logo-row div:last-child,.sidebar-footer{display:none}.topbar{flex-direction:column}.context-select,.context-select select{width:100%}.module-grid{grid-template-columns:1fr}}
.backend-note{margin-top:8px;color:var(--muted);font-size:12px}.primary[aria-busy="true"]{opacity:.65;pointer-events:none}
