:root{--bp-primary: rgb(28, 44, 92);--bp-accent: rgb(255, 221, 0);--bp-bg: #d4d5e1;--bp-bg-soft: #eef3ff;--bp-surface: #ffffff;--bp-text: #162033;--bp-muted: #5f6f8f;--bp-border: rgba(28, 44, 92, .1);--bp-shadow-lg: 0 18px 45px rgba(15, 23, 42, .08);--bp-shadow-md: 0 8px 26px rgba(15, 23, 42, .08);--bp-radius-lg: 20px;--bp-radius-md: 16px;--bp-radius-sm: 12px;--bp-success: #027a48;--bp-warning: #b54708;--bp-danger: #b42318}*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--bp-bg);color:var(--bp-text)}.container{padding:24px;max-width:1200px;margin:0 auto}.page{display:grid;gap:20px}.stack{display:grid;gap:12px}.row{display:flex;gap:10px;flex-wrap:wrap}.surface{background:var(--bp-surface);border:1px solid var(--bp-border);border-radius:var(--bp-radius-lg);box-shadow:var(--bp-shadow-lg)}.header{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:16px 18px;background:var(--bp-surface);border:1px solid var(--bp-border);border-radius:20px;box-shadow:var(--bp-shadow-md)}.brand{display:inline-grid;place-items:center;background:var(--bp-primary);color:#fff;padding:10px 12px;border-radius:12px;font-weight:700}.header-left-grid{display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-rows:24px 24px auto;column-gap:12px;row-gap:0;align-items:start}.brand.header-brand-cell{width:34px;height:34px;padding:0;display:inline-flex;align-items:center;justify-content:center;line-height:1;grid-column:1;grid-row:1}.header-empty-cell{grid-column:1}.header-product-title{font-weight:600;font-size:22px;display:flex;align-items:center;height:24px;line-height:1;padding:0;margin:0;letter-spacing:-.01em;color:#1c2c5c}.header-title{font-weight:600;font-size:20px;line-height:1;margin-top:6px;margin-bottom:0;letter-spacing:-.01em;color:#1c2c5c}.header-description{margin-top:6px;margin-bottom:0;color:var(--bp-muted);font-size:14px;line-height:1.35}.header-user{display:grid;justify-items:end;gap:4px;text-align:right}.header-user-welcome{display:block}.header-user-profile{color:var(--bp-muted)}.nav{display:flex;gap:8px;flex-wrap:wrap}.btn{padding:10px 14px;border-radius:12px;border:1px solid transparent;font-weight:600;cursor:pointer;transition:.2s}.btn:focus-visible,input:focus-visible{outline:3px solid rgba(255,221,0,.55);outline-offset:2px}.btn-primary{background:var(--bp-primary);color:#fff}.btn-primary:hover{transform:translateY(-1px)}.btn-secondary{background:#fff;border-color:var(--bp-border)}.btn-ghost{background:transparent;border-color:var(--bp-border)}.btn:disabled{opacity:.5;cursor:not-allowed}input,select{width:100%;padding:11px 12px;border:1px solid var(--bp-border);border-radius:12px;background:#fff}.label{font-size:.86rem;color:var(--bp-muted);margin-bottom:6px;display:block}.login-wrap{min-height:100vh;display:grid;place-items:center;padding:20px;background:linear-gradient(180deg,#f8faff,#edf2ff)}.login-card{width:min(470px,96vw);padding:24px;display:grid;gap:12px}.accent-line{height:4px;border-radius:99px;background:linear-gradient(90deg,var(--bp-accent),#ffe96f)}.info-banner{padding:12px;border-radius:14px;background:#f8fbff;border:1px solid var(--bp-border);font-size:.9rem}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}.module-card{text-align:left;padding:18px;border-radius:18px;background:#fff;border:1px solid var(--bp-border);box-shadow:var(--bp-shadow-md)}.badge{display:inline-block;padding:4px 10px;border-radius:999px;font-size:.74rem;font-weight:700}.badge-ok{background:#e7f6ee;color:var(--bp-success)}.badge-warn{background:#fff5e8;color:var(--bp-warning)}.panel{padding:14px;border:1px solid var(--bp-border);border-radius:18px;background:#fff}.panel-title{display:flex;justify-content:space-between;width:100%;background:transparent;border:none;padding:0;font-size:1.02rem;font-weight:700;cursor:pointer}.table-wrap{overflow:auto}.table{width:100%;border-collapse:separate;border-spacing:0}.table th,.table td{padding:10px;border-bottom:1px solid var(--bp-border);text-align:left}.table tbody tr:hover{background:#f8fbff}.drop{padding:14px;border:1px dashed #97a9cf;border-radius:16px;background:#fafcff}.drop-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.segment{display:flex;gap:8px;padding:6px;background:#eef3ff;border-radius:14px}.segment button{border-radius:10px;border:none;background:transparent;padding:10px 14px}.segment .active{background:#fff;border:1px solid var(--bp-border)}.tabs{display:flex;gap:10px;overflow:auto;padding-bottom:4px}.wtab{min-width:170px;padding:12px;border-radius:14px;border:1px solid var(--bp-border);background:#fff;text-align:left}.wtab.active{box-shadow:inset 0 0 0 2px var(--bp-primary)}.wtab.Nuevo{border-top:4px solid var(--bp-primary)}.wtab.Añadir{border-top:4px solid var(--bp-accent)}.wtab.Mantenimiento{border-top:4px solid var(--bp-warning)}.workspace{padding:16px;border-radius:20px;border:1px solid var(--bp-border);background:#fff;min-height:420px}.sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:10px}.tile{padding:14px;border:1px solid var(--bp-border);background:#fbfdff;border-radius:14px}.modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#09112666;display:grid;place-items:center;padding:18px}.modal-card{width:min(460px,94vw);padding:18px;border-radius:18px;background:#fff;border:1px solid var(--bp-border)}@media (max-width:760px){.container{padding:14px}.header{align-items:flex-start;flex-direction:column}.header-left-grid{width:100%;grid-template-rows:auto auto auto;row-gap:2px}.header-product-title{font-size:26px}.header-title{font-size:18px}.header-user{justify-items:start;text-align:left}}.hero-panel{padding:20px}.err-text{color:var(--bp-danger)}.modal-actions{margin-top:10px}.mock-progress{margin-top:10px;height:6px;background:#e9eefb;border-radius:99px}.mock-progress-fill{width:68%;height:100%;background:var(--bp-primary);border-radius:99px}.muted-top{margin:8px 0 0;color:var(--bp-muted)}.panel{overflow:hidden;padding:0;margin-bottom:14px;border:1px solid var(--bp-border);border-radius:18px;background:#fff}.panel-title-bar{width:100%;min-height:44px;display:flex;justify-content:space-between;align-items:center;padding:12px 18px;border:none;border-radius:18px 18px 0 0;background:#1c2c5c;color:#fd0;font-size:18px;font-weight:700;cursor:pointer}.panel-title-text,.panel-toggle-icon{color:#fd0}.panel-toggle-icon{margin-left:12px;font-size:22px;line-height:1;font-weight:800}.panel-description{margin:0;padding:12px 18px 16px;color:var(--bp-muted);font-size:15px;background:#fff}.panel-content{padding:0 18px 18px;background:#fff}.panel.is-collapsed .panel-title-bar{border-radius:18px 18px 0 0}.profiles-manager{display:grid;gap:16px;padding:18px;border:1px solid var(--bp-border);border-radius:14px;background:#fff}.profiles-form{display:grid;gap:12px}.profiles-form h3{margin:0}.profile-field-row{display:grid;grid-template-columns:minmax(220px,320px) 1fr;gap:16px;align-items:end}.permissions-tree{max-height:320px;overflow-y:auto;overflow-x:hidden;border:1px solid var(--bp-border);border-radius:12px;padding:10px;background:#fff}.permission-app{min-width:0;overflow:hidden;border:1px solid #e7ebf3;border-radius:10px;margin-bottom:10px}.permission-app-header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;padding:10px 12px;border:0;background:#f5f8ff;color:var(--bp-text);cursor:pointer;text-align:left}.permission-app-header strong{min-width:0;overflow-wrap:anywhere}.permission-count{justify-self:end;font-size:13px;color:var(--bp-muted);white-space:nowrap}.permission-list{list-style:none;padding:0;margin:0;min-width:0}.permission-children{margin-top:6px}.permission-item{min-width:0;padding:8px 12px;border-top:1px solid #f0f3f9}.permission-row{display:flex;align-items:flex-start;gap:8px;width:100%;min-width:0}.permission-row input[type=checkbox]{flex:0 0 auto;margin-top:2px}.permission-label{flex:1 1 auto;min-width:0;max-width:100%;overflow-wrap:anywhere;word-break:normal;line-height:1.25}.permission-item-level-1{padding-left:12px}.permission-item-level-2{padding-left:28px}.permission-item-level-3{padding-left:44px}.permission-checkbox-lg{width:18px;height:18px}.profiles-submit{width:100%;margin-top:12px}.profile-feedback{margin:0;font-weight:600}.profile-feedback-success{color:var(--bp-success)}.profile-feedback-error{color:var(--bp-danger)}.profile-feedback-info{color:var(--bp-primary)}.profile-subpanel{border:1px solid var(--bp-border);border-radius:12px;padding:12px;background:#fff}.profile-subpanel h4{margin:0 0 8px}.profiles-toolbar{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:10px}.profiles-table th{text-align:center}.profiles-table td{text-align:left}.profile-row-selected{background:#eef4ff!important}.profile-access-box{display:inline-block;width:14px;height:14px;border:1px solid var(--bp-border);border-radius:2px;background:#fff}.profile-access-box.is-active{background:#31a24c;border-color:#31a24c}.profile-pager{display:flex;justify-content:space-between;align-items:center;margin-top:10px}@media (max-width:760px){.profiles-toolbar{flex-direction:column;align-items:stretch}.profile-field-row{grid-template-columns:1fr}.panel{width:100%;border-radius:16px;margin-bottom:12px}.panel-title-bar{min-height:42px;padding:10px 14px;gap:12px}.panel-title-text{min-width:0;overflow-wrap:anywhere;text-align:left}.panel-toggle-icon{flex:0 0 auto;margin-left:auto}.panel-description{padding:10px 14px 12px;font-size:14px;line-height:1.3}.panel-content{padding:0 14px 14px;overflow-x:hidden}.permissions-tree{max-height:300px;padding:8px;overflow-y:auto;overflow-x:hidden}.permission-app-header{grid-template-columns:minmax(0,1fr);gap:4px}.permission-count{justify-self:start;white-space:normal}.permission-item{padding:8px}.permission-item-level-1{padding-left:8px}.permission-item-level-2{padding-left:16px}.permission-item-level-3{padding-left:24px}.permission-row{gap:8px;align-items:flex-start}.permission-label{flex:1 1 auto;min-width:0;overflow-wrap:anywhere}}
