:root{color:#0f172a;--bg:#eef4ff;--surface:#ffffffeb;--surface-2:#f8fbff;--text:#0f172a;--muted:#64748b;--line:#dbe7f6;--primary:#4f46e5;--primary-dark:#3730a3;--accent:#06b6d4;--danger:#dc2626;--success:#16a34a;--shadow:0 20px 55px #1e293b1a;background:#eef4ff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:radial-gradient(circle at top left, #4f46e529, transparent 34%), radial-gradient(circle at top right, #06b6d426, transparent 28%), var(--bg);min-height:100vh;margin:0}button,input,select,textarea{font:inherit}.navbar{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:20;background:#ffffffe0;justify-content:space-between;align-items:center;padding:18px 34px;display:flex;position:sticky;top:0}.brand{color:var(--text);align-items:center;gap:10px;font-weight:900;text-decoration:none;display:flex}.brand-mark{color:#fff;background:linear-gradient(135deg,var(--primary),var(--accent));border-radius:12px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex;box-shadow:0 12px 24px #4f46e540}.nav-links{align-items:center;gap:18px;display:flex}.nav-links a,.nav-links button{color:var(--text);cursor:pointer;background:0 0;border:0;font-size:15px;font-weight:700;text-decoration:none}.nav-pill{border-radius:999px;padding:9px 14px;color:#3730a3!important;background:#e0e7ff!important}.container{max-width:1200px;margin:0 auto;padding:62px 24px}.narrow{max-width:600px}.hero{align-items:center;min-height:72vh;display:flex}.hero-card{max-width:850px;box-shadow:var(--shadow);background:linear-gradient(135deg,#fffffff2,#ffffffb8);border:1px solid #ffffffe6;border-radius:30px;padding:46px}h1{letter-spacing:-.05em;margin:0 0 22px;font-size:clamp(38px,6vw,72px);line-height:1.02}h2,h3{letter-spacing:-.03em;margin-top:0}.eyebrow{text-transform:uppercase;letter-spacing:.14em;color:#475569;font-size:12px;font-weight:900}.muted,.hint,.tag,small{color:var(--muted)}.hint{margin-top:14px;display:block}.actions,.page-header{justify-content:space-between;align-items:center;gap:18px;margin-bottom:28px;display:flex}.compact-header{margin-bottom:10px}.slim-actions{margin:0}.btn,.btn-small{cursor:pointer;background:linear-gradient(135deg,var(--primary),var(--accent));border:0;border-radius:14px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:12px 18px;font-weight:900;text-decoration:none;display:inline-flex;box-shadow:0 14px 28px #4f46e538;color:#fff!important}.btn.secondary{box-shadow:none;background:#e8eef8;color:#172033!important}.btn.ghost{box-shadow:none;border:1px solid var(--line);background:0 0;color:var(--primary)!important}.btn-small{min-height:34px;padding:8px 12px}.grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-top:24px;display:grid}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.cards-grid{align-items:stretch}.card,.panel,.stat-card{background:var(--surface);box-shadow:var(--shadow);border:1px solid #dbe7f6f2;border-radius:24px;padding:26px}.card.wide-card{grid-column:1/-1}.profile-panel{justify-content:space-between;align-items:flex-start;display:flex}.plan-card,.app-card{position:relative;overflow:hidden}.plan-card:after,.app-card:after{content:"";background:#4f46e514;border-radius:50%;width:130px;height:130px;position:absolute;inset:auto -30px -60px auto}.app-icon{width:44px;height:44px;color:var(--primary);background:#eef2ff;border-radius:16px;justify-content:center;align-items:center;margin-bottom:14px;font-weight:900;display:inline-flex}.price{letter-spacing:-.05em;font-size:34px;font-weight:950;line-height:1}.empty-state{color:var(--muted);background:#fff;border:1px dashed #cbd5e1;border-radius:16px;padding:18px}.form{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:24px;flex-direction:column;gap:12px;padding:26px;display:flex}.form.glass{background:#ffffffd1}.form.compact{box-shadow:none;background:0 0;border:0;padding:0}.form-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}label{font-weight:850}input,select,textarea{width:100%;color:var(--text);background:#fff;border:1px solid #cbd5e1;border-radius:14px;outline:none;padding:13px 14px;font-size:15px}input:focus,select:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 4px #4f46e51f}textarea{resize:vertical;min-height:96px}.check-row{align-items:center;gap:10px;font-weight:700;display:flex}.check-row input{width:auto}.button-row{flex-wrap:wrap;gap:10px;margin-top:6px;display:flex}.error,.success{border-radius:16px;margin:14px 0;padding:14px 16px;font-weight:800}.error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.success{color:#14532d;background:#ecfdf5;border:1px solid #bbf7d0}.admin-layout{grid-template-columns:260px 1fr;gap:24px;max-width:1500px;margin:0 auto;padding:28px;display:grid}.admin-sidebar{color:#fff;background:linear-gradient(#111827,#1e1b4b);border-radius:28px;align-self:start;min-height:calc(100vh - 120px);padding:22px;position:sticky;top:88px;box-shadow:0 25px 70px #0f172a3d}.sidebar-logo{border-bottom:1px solid #ffffff1f;align-items:center;gap:12px;margin-bottom:18px;padding-bottom:22px;display:flex}.sidebar-logo small{color:#c7d2fe;margin-top:3px;display:block}.side-menu{flex-direction:column;gap:8px;display:flex}.side-menu button{text-align:left;color:#dbeafe;cursor:pointer;background:0 0;border:0;border-radius:14px;width:100%;padding:13px 14px;font-weight:850}.side-menu button:hover,.side-menu button.active{color:#fff;background:#ffffff1f}.admin-content{min-width:0}.admin-section{align-items:start}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:24px;display:grid}.stat-card{background:linear-gradient(#fffffff2,#f8fbfff2);min-height:140px}.stat-card span{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;font-size:13px;font-weight:850;display:block}.stat-card strong{letter-spacing:-.06em;font-size:38px;display:block}.stat-card.highlight{color:#fff;background:linear-gradient(135deg,#4f46e5,#06b6d4)}.stat-card.highlight span,.stat-card.highlight small{color:#e0f2fe}.table-wrap{width:100%;overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:14px}th,td{text-align:left;vertical-align:top;border-bottom:1px solid #e5edf7;padding:13px 12px}th{color:#475569;text-transform:uppercase;letter-spacing:.06em;background:#f8fbff;font-size:12px}tbody tr:hover{background:#fbfdff}.badge{background:#e2e8f0;border-radius:999px;align-items:center;padding:5px 9px;font-size:12px;font-weight:900;display:inline-flex}.badge.active{color:#14532d;background:#dcfce7}.badge.trial{color:#075985;background:#e0f2fe}.badge.past_due{color:#92400e;background:#fef3c7}.badge.cancelled,.badge.expired{color:#7f1d1d;background:#fee2e2}.row-actions{flex-wrap:wrap;gap:8px;display:flex}.row-actions button,.link-button{color:var(--primary);cursor:pointer;background:#fff;border:1px solid #dbe7f6;border-radius:10px;padding:7px 10px;font-weight:800}.row-actions button.danger,.link-button.danger{color:var(--danger)}.preview-box{border:1px solid var(--line);background:linear-gradient(#fff,#f8fbff);border-radius:20px;margin-top:20px;padding:18px}.mini-apps{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.mini-apps span{color:#3730a3;background:#eef2ff;border-radius:999px;padding:8px 10px;font-size:13px;font-weight:850}@media (width<=1000px){.admin-layout{grid-template-columns:1fr}.admin-sidebar{min-height:0;position:relative;top:0}.side-menu{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));display:grid}.grid.two,.stats-grid{grid-template-columns:1fr}}@media (width<=720px){.navbar,.page-header,.actions{flex-direction:column;align-items:flex-start}.nav-links{flex-wrap:wrap}.container,.admin-layout{padding:24px 16px}.form-grid{grid-template-columns:1fr}h1{font-size:36px}}.landing-hero{background:radial-gradient(circle at 15% 20%,#4f46e538,#0000 32%),radial-gradient(circle at 85% 10%,#06b6d42e,#0000 28%);align-items:center;min-height:76vh;display:flex}.landing-hero-inner{grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);align-items:center;gap:28px;padding-top:72px;padding-bottom:72px;display:grid}.landing-copy{max-width:860px}.landing-lead{color:var(--muted);max-width:780px;font-size:20px;line-height:1.7}.landing-actions{flex-wrap:wrap;justify-content:flex-start;margin-top:28px;margin-bottom:0}.landing-summary-card{box-shadow:var(--shadow);background:#ffffffeb;border:1px solid #dbe7f6f2;border-radius:28px;padding:28px}.steps-list{color:var(--text);margin:16px 0 0;padding-left:20px}.steps-list li{margin-bottom:14px;font-weight:750;line-height:1.5}.landing-section{padding-top:42px;padding-bottom:42px}.section-title{max-width:820px;margin-bottom:18px}.section-title h2{margin-bottom:12px;font-size:clamp(30px,4vw,48px);line-height:1.08}.feature-card{min-height:220px}.feature-icon{width:46px;height:46px;color:var(--primary);background:#eef2ff;border-radius:16px;justify-content:center;align-items:center;margin-bottom:18px;font-weight:950;display:inline-flex}.featured-plan{min-height:310px}.featured-plan.strong{border:2px solid #4f46e559}.public-app-card{min-height:260px}.payment-note{box-shadow:var(--shadow);background:#ffffffd1;border:1px solid #dbe7f6;border-radius:22px;margin-top:36px;padding:24px}.selected-plan-box{color:#3730a3;background:#eef2ff;border:1px solid #c7d2fe;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.selected-plan-box a{color:#3730a3;font-weight:900}@media (width<=900px){.landing-hero-inner{grid-template-columns:1fr}.landing-summary-card{max-width:100%}}.register-page{max-width:1280px;padding-top:56px}.register-heading{max-width:820px;margin:0 auto 26px}.register-heading h1{margin-bottom:14px}.register-layout{grid-template-columns:minmax(360px,.9fr) minmax(420px,1.1fr);align-items:start;gap:26px;display:grid}.register-form-card,.register-access-card{min-width:0}.register-form{height:100%}.register-access-card .access-info-box{margin-top:0}.clean-access-info-header{display:block}.clean-access-info-header p{max-width:100%}.register-access-card .access-info-header{grid-template-columns:1fr}.register-access-card .access-info-grid{grid-template-columns:1fr 1fr}.register-access-card .access-info-box h2{font-size:clamp(28px,3vw,42px)}.register-access-card .access-info-box{min-height:100%}@media (width<=1000px){.register-layout{grid-template-columns:1fr}.register-heading{margin-left:0;margin-right:0}}@media (width<=650px){.register-page{padding-top:28px}.register-access-card .access-info-grid{grid-template-columns:1fr}.selected-plan-box{flex-direction:column;align-items:flex-start}}.access-info-box{box-shadow:var(--shadow);background:linear-gradient(135deg,#fffffff5,#f8fbffeb);border:1px solid #c7d2fef2;border-radius:26px;margin-top:0;padding:28px}.access-info-box h2{margin-bottom:12px;font-size:clamp(28px,3vw,42px)}.access-info-box p{color:var(--muted);line-height:1.65}.access-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:22px;display:grid}.access-info-grid div{background:#eef2ff;border:1px solid #c7d2fe;border-radius:18px;padding:16px}.access-info-grid span{color:#475569;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px;font-size:13px;font-weight:900;display:block}.access-info-grid strong{color:#312e81}.access-steps{margin:22px 0 0;padding-left:22px}.access-steps li{margin-bottom:9px;font-weight:750;line-height:1.5}@media (width<=650px){.access-info-grid{grid-template-columns:1fr}}.user-dashboard{max-width:1280px}.dashboard-hero{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:28px;display:flex}.dashboard-hero h1{margin-bottom:14px}.dashboard-lead{max-width:760px;color:var(--muted);font-size:18px;line-height:1.65}.loading-card{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:28px;padding:36px}.dashboard-summary-grid{grid-template-columns:1.4fr repeat(3,1fr);gap:18px;margin-bottom:32px;display:grid}.summary-card{box-shadow:var(--shadow);background:#ffffffeb;border:1px solid #dbe7f6f2;border-radius:24px;padding:22px}.summary-card span{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;font-size:12px;font-weight:900;display:block}.summary-card strong{letter-spacing:-.04em;margin-bottom:6px;font-size:24px;display:block}.summary-card small{line-height:1.4;display:block}.primary-summary{background:linear-gradient(135deg, var(--primary), var(--accent));color:#fff}.primary-summary span,.primary-summary small{color:#e0f2fe}.dashboard-empty-layout{grid-template-columns:minmax(360px,.9fr) minmax(420px,1.1fr);align-items:stretch;gap:24px;margin-bottom:34px;display:grid}.empty-access-card{flex-direction:column;justify-content:center;display:flex}.empty-access-card h2{font-size:clamp(28px,3vw,42px)}.empty-access-card p{color:var(--muted);line-height:1.65}.empty-actions{flex-wrap:wrap;gap:12px;margin-top:18px;display:flex}.dashboard-section-title{margin-top:24px}.apps-dashboard-grid{margin-bottom:34px}.user-app-card{flex-direction:column;min-height:300px;display:flex}.user-app-card .btn{margin-top:auto}.user-app-card button:disabled{opacity:.65;cursor:not-allowed}.dashboard-help-card{box-shadow:var(--shadow);background:#ffffffeb;border:1px solid #dbe7f6f2;border-radius:26px;justify-content:space-between;align-items:center;gap:22px;margin-top:34px;padding:26px;display:flex}.dashboard-help-card p{color:var(--muted);margin-bottom:0;line-height:1.6}@media (width<=1050px){.dashboard-summary-grid,.dashboard-empty-layout{grid-template-columns:1fr 1fr}}@media (width<=760px){.dashboard-hero,.dashboard-help-card{flex-direction:column;align-items:flex-start}.dashboard-summary-grid,.dashboard-empty-layout{grid-template-columns:1fr}.summary-card strong{font-size:22px}}.admin-dashboard-redesign{flex-direction:column;gap:24px;display:flex}.admin-welcome-card{box-shadow:var(--shadow);background:radial-gradient(circle at 0 0,#4f46e538,#0000 34%),linear-gradient(135deg,#fffffff5,#f8fbffeb);border:1px solid #c7d2fef2;border-radius:28px;justify-content:space-between;align-items:center;gap:28px;padding:30px;display:flex}.admin-welcome-card h2{margin-bottom:12px;font-size:clamp(30px,4vw,48px)}.admin-welcome-card p{color:var(--muted);max-width:760px;line-height:1.65}.admin-quick-actions{flex-direction:column;gap:12px;min-width:220px;display:flex}.admin-guide-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.admin-guide-card{flex-direction:column;min-height:245px;display:flex}.admin-guide-card p{color:var(--muted);line-height:1.55}.admin-guide-card .link-button{width:fit-content;margin-top:auto}.admin-guide-number{width:44px;height:44px;color:var(--primary);background:#eef2ff;border-radius:16px;justify-content:center;align-items:center;margin-bottom:16px;font-weight:950;display:inline-flex}.admin-recent-grid{margin-top:0}.admin-content .page-header{box-shadow:var(--shadow);background:#ffffffb8;border:1px solid #dbe7f6f2;border-radius:26px;padding:26px}.admin-content .page-header h1{font-size:clamp(34px,4vw,56px)}.admin-section .card h2{font-size:28px}.side-menu button{transition:transform .15s,background .15s}.side-menu button:hover{transform:translate(3px)}.table-wrap{background:#fff;border:1px solid #e5edf7;border-radius:16px}@media (width<=1200px){.admin-guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-welcome-card{flex-direction:column;align-items:flex-start}.admin-quick-actions{flex-flow:wrap}}@media (width<=700px){.admin-guide-grid{grid-template-columns:1fr}.admin-quick-actions{flex-direction:column;width:100%}.admin-quick-actions .btn{width:100%}}.admin-section{gap:26px}.admin-section .card{position:relative}.admin-section .card>h2{margin-bottom:14px}.admin-section .form label{color:#1e293b}.admin-section input,.admin-section select,.admin-section textarea{background:#fff}.admin-section .wide-card{min-height:420px}.admin-section .button-row .btn,.admin-section .button-row .btn.ghost{min-width:150px}.admin-section table td,.admin-section table th{white-space:nowrap}.admin-section table td:first-child,.admin-section table td:nth-child(2){white-space:normal}.admin-section .row-actions button{min-width:76px}.admin-section .form.compact{gap:14px}.admin-section .check-row{background:#f8fbff;border:1px solid #e5edf7;border-radius:12px;margin-top:6px;padding:10px 12px}.admin-section textarea{min-height:110px}.admin-section .form-grid{gap:14px}.admin-section .card:before{content:"";background:linear-gradient(90deg, var(--primary), var(--accent));opacity:.75;border-radius:24px 24px 0 0;width:100%;height:5px;position:absolute;inset:0 auto auto 0}.admin-section .wide-card:before{opacity:.35}.preview-box h3{margin-bottom:6px}.preview-box h4{margin-top:18px;margin-bottom:8px}.admin-content .success,.admin-content .error{z-index:10;position:sticky;top:88px}.internal-app-page{max-width:1280px}.internal-app-hero h1{margin-bottom:14px}.internal-app-card h2{margin-bottom:12px;font-size:clamp(30px,4vw,48px)}.internal-app-card p{color:var(--muted);line-height:1.65}.internal-app-status-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:24px;display:grid}.internal-app-status-grid div{background:#eef2ff;border:1px solid #c7d2fe;border-radius:18px;padding:16px}.internal-app-status-grid span{color:#475569;text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px;font-size:12px;font-weight:900;display:block}.internal-app-status-grid strong{color:#312e81}.internal-app-next{background:#f8fbff;border:1px solid #e5edf7;border-radius:20px;margin-top:28px;padding:22px}@media (width<=850px){.internal-app-hero{flex-direction:column}.internal-app-status-grid{grid-template-columns:1fr}}.internal-app-page,.incidents-page{max-width:1280px}.internal-app-hero{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:30px;display:flex}.internal-app-lead{max-width:760px;color:var(--muted);font-size:18px;line-height:1.65}.internal-app-card{box-shadow:var(--shadow);background:#fffffff0;border:1px solid #dbe7f6f2;border-radius:28px;padding:32px}.incidents-layout{grid-template-columns:minmax(340px,.75fr) minmax(0,1.25fr);align-items:start;gap:24px;display:grid}.incident-form-card{position:sticky;top:96px}.incident-form-card textarea{min-height:150px}.incidents-list-card{min-height:480px}.incidents-list{flex-direction:column;gap:14px;display:flex}.incident-card{background:linear-gradient(#fff,#f8fbff);border:1px solid #e5edf7;border-radius:20px;padding:18px}.incident-main{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.incident-main h3{margin-bottom:7px}.incident-main p{color:var(--muted);margin:0;line-height:1.55}.incident-badges{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.priority-badge,.status-badge{border:1px solid #0000;border-radius:999px;align-items:center;padding:7px 10px;font-size:12px;font-weight:900;display:inline-flex}.priority-baja{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.priority-media{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.priority-alta{color:#c2410c;background:#fff7ed;border-color:#fed7aa}.priority-critica{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.status-abierta{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.status-en_proceso{color:#a16207;background:#fefce8;border-color:#fde68a}.status-resuelta{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.status-cerrada{color:#475569;background:#f1f5f9;border-color:#cbd5e1}.incident-meta{color:var(--muted);flex-wrap:wrap;gap:12px;margin-top:14px;font-size:13px;display:flex}.incident-actions{border-top:1px solid #e5edf7;flex-wrap:wrap;gap:12px;margin-top:14px;padding-top:14px;display:flex}@media (width<=1050px){.incidents-layout{grid-template-columns:1fr}.incident-form-card{position:relative;top:0}}@media (width<=720px){.internal-app-hero,.incident-main{flex-direction:column}.incident-badges{justify-content:flex-start}}.incident-stats-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;margin-bottom:24px;display:grid}.incident-stat-card{box-shadow:var(--shadow);background:#fffffff0;border:1px solid #dbe7f6f2;border-radius:22px;padding:20px}.incident-stat-card span{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;font-size:12px;font-weight:900;display:block}.incident-stat-card strong{letter-spacing:-.05em;margin-bottom:4px;font-size:32px;display:block}.incident-stat-card small{color:var(--muted)}.incident-filters{background:#f8fbff;border:1px solid #e5edf7;border-radius:18px;grid-template-columns:minmax(240px,1fr) 180px 180px;gap:14px;margin:18px 0 22px;padding:16px;display:grid}.incident-filters label{color:#1e293b;margin-bottom:6px;font-weight:850;display:block}.incident-filters input,.incident-filters select{width:100%}.incident-actions .danger{margin-left:auto}@media (width<=1100px){.incident-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.incident-filters{grid-template-columns:1fr}.incident-actions .danger{margin-left:0}}@media (width<=620px){.incident-stats-grid{grid-template-columns:1fr}}
