/* WIMAX Fiber Planner v6 - Bootstrap skin */
:root{
  --wimax-blue:#1557ff;
  --wimax-blue-2:#0a8cff;
  --wimax-ink:#111827;
  --wimax-muted:#607089;
  --wimax-line:#dbe7ff;
  --wimax-bg:#f6f9ff;
}
html,body{min-height:100%}
body{font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;background:radial-gradient(circle at 50% -5%,#eaf3ff 0,#f7fbff 45%,#f5f7fb 100%);color:var(--wimax-ink)}
a{text-decoration:none}
.app-navbar{height:72px;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(219,231,255,.9);position:sticky;top:0;z-index:1030}
.brand-badge{width:38px;height:38px;border-radius:14px;background:linear-gradient(135deg,var(--wimax-blue),#33d4ff);display:grid;place-items:center;color:#fff;box-shadow:0 14px 28px rgba(21,87,255,.24);font-weight:900}
.brand-title{font-weight:900;letter-spacing:-.04em;line-height:1}
.brand-title small{display:block;font-size:.72rem;letter-spacing:.01em;color:#7485a0;font-weight:700;margin-top:2px}
.nav-pills .nav-link{border-radius:999px;color:#34425a;font-weight:700;padding:.65rem .95rem}
.nav-pills .nav-link.active{background:#0f5bff;color:#fff;box-shadow:0 12px 24px rgba(21,87,255,.18)}
.nav-pills .nav-link:hover{background:#eef5ff}
.page-wrap{max-width:1180px;margin:0 auto;padding:42px 18px 60px}
.hero-title{font-size:clamp(2.1rem,4vw,4.2rem);letter-spacing:-.06em;line-height:1.02;font-weight:900}
.section-title{font-size:clamp(2rem,3vw,3.2rem);letter-spacing:-.05em;font-weight:900}
.hero-lead{font-size:1.18rem;line-height:1.65;color:#55657d;max-width:760px}
.kicker{display:inline-flex;align-items:center;gap:.45rem;border:1px solid var(--wimax-line);background:#fff;color:#0f5bff;border-radius:999px;padding:.45rem .8rem;text-transform:uppercase;letter-spacing:.14em;font-weight:900;font-size:.74rem;box-shadow:0 10px 26px rgba(21,87,255,.08)}
.btn-wimax{--bs-btn-bg:#1557ff;--bs-btn-border-color:#1557ff;--bs-btn-hover-bg:#0648ea;--bs-btn-hover-border-color:#0648ea;--bs-btn-color:#fff;--bs-btn-hover-color:#fff;border-radius:14px;font-weight:800;padding:.78rem 1.1rem;box-shadow:0 14px 28px rgba(21,87,255,.22)}
.btn-dark-soft{background:#0f172a;color:#fff;border-radius:14px;font-weight:800;padding:.78rem 1.1rem}
.btn-light-soft{background:#fff;border:1px solid var(--wimax-line);color:#111827;border-radius:14px;font-weight:800;padding:.78rem 1.1rem}
.soft-card{background:rgba(255,255,255,.92);border:1px solid var(--wimax-line);border-radius:24px;box-shadow:0 22px 55px rgba(15,23,42,.08)}
.soft-card-sm{background:#fff;border:1px solid var(--wimax-line);border-radius:18px;box-shadow:0 14px 34px rgba(15,23,42,.055)}
.stat-value{font-size:2.35rem;font-weight:900;letter-spacing:-.05em}
.stat-label{text-transform:uppercase;letter-spacing:.08em;font-weight:800;font-size:.74rem;color:#7b8ca8}
.feature-icon{width:48px;height:48px;border-radius:16px;background:#edf4ff;color:#1557ff;display:grid;place-items:center;font-weight:900;box-shadow:0 10px 20px rgba(21,87,255,.09)}
.phone-frame{width:min(270px,100%);border-radius:42px;padding:10px;background:#111827;box-shadow:0 32px 80px rgba(15,23,42,.28);margin:auto}
.phone-screen{height:530px;border-radius:32px;background:#f7f9fc;overflow:hidden;position:relative}
.mock-map{position:absolute;inset:0;background:linear-gradient(90deg,#e9edf5 1px,transparent 1px),linear-gradient(#e9edf5 1px,transparent 1px);background-size:54px 54px}
.mock-line{position:absolute;height:5px;border-radius:99px;background:#24bf74;box-shadow:0 0 0 3px rgba(36,191,116,.12);transform-origin:left center}.mock-line.blue{background:#1557ff}.mock-line.purple{background:#8b5cf6}.mock-dot{position:absolute;width:14px;height:14px;border:3px solid white;border-radius:99px;background:#1557ff;box-shadow:0 8px 18px rgba(15,23,42,.25)}
.mock-bottom{position:absolute;left:14px;right:14px;bottom:14px;background:rgba(255,255,255,.94);border-radius:22px;padding:12px;box-shadow:0 16px 40px rgba(15,23,42,.16)}
.plan-card{min-height:430px;position:relative}
.plan-card.popular{border:2px solid #1557ff;box-shadow:0 26px 65px rgba(21,87,255,.16)}
.popular-badge{position:absolute;top:-16px;left:50%;transform:translateX(-50%);background:#1557ff;color:#fff;border-radius:999px;font-weight:900;padding:.32rem .9rem;font-size:.82rem}
.check-list{list-style:none;padding-left:0;margin:0}.check-list li{display:flex;gap:.7rem;margin:.85rem 0;color:#495a73}.check-list li:before{content:"✓";color:#1557ff;font-weight:900}
.login-page{min-height:100vh;display:grid;grid-template-columns:1.1fr .9fr;gap:34px;align-items:center;padding:40px;position:relative;overflow:hidden}
.login-page:before{content:"";position:absolute;inset:-20%;z-index:-1;background:radial-gradient(circle at 18% 12%,#dcecff,transparent 30%),radial-gradient(circle at 78% 20%,#d6fbff,transparent 26%)}
.login-panel{max-width:460px;width:100%;margin:auto}
.map-shell{height:calc(100vh - 72px);display:grid;grid-template-columns:360px 1fr}
.map-sidebar{overflow:auto;background:rgba(255,255,255,.94);border-right:1px solid var(--wimax-line);padding:18px}
.map-canvas{height:100%;min-height:620px}
.tool-grid{display:grid;grid-template-columns:1fr 1fr;gap:.55rem}
.tool-grid button{border:1px solid var(--wimax-line);background:#fff;border-radius:13px;padding:.65rem .5rem;font-weight:800;color:#34425a}
.tool-grid button.active{background:#1557ff;color:#fff;border-color:#1557ff}
.status{padding:.75rem .85rem;border-radius:14px;background:#eef5ff;color:#24436f;font-size:.87rem}
.status.danger,.danger{color:#b91c1c;background:#fff1f2}
.form-control,.form-select{border-color:#d7e2f3;border-radius:13px;padding:.73rem .85rem}
.form-control:focus,.form-select:focus{border-color:#8db4ff;box-shadow:0 0 0 .25rem rgba(21,87,255,.10)}
.table{--bs-table-border-color:#edf3ff}.table thead th{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#71819b;background:#f5f8ff}
.diagram-canvas{min-height:460px;background:#fff;border:1px solid var(--wimax-line);border-radius:24px;box-shadow:0 22px 55px rgba(15,23,42,.08);position:relative;overflow:hidden}
.badge-soft{border:1px solid var(--wimax-line);background:#f8fbff;color:#334155}
@media(max-width:992px){.login-page{grid-template-columns:1fr;padding:22px}.map-shell{grid-template-columns:1fr;height:auto}.map-canvas{height:70vh}.map-sidebar{border-right:0;border-bottom:1px solid var(--wimax-line)}.hero-title{font-size:2.4rem}.app-navbar{height:auto;padding:.8rem 0}.nav-pills{margin-top:.8rem}}


/* v7 dashboard operativo */
.dashboard-title{
  font-size:clamp(2.2rem,4vw,3.8rem);
  font-weight:900;
  letter-spacing:-.06em;
  line-height:1.02;
}
.quick-action{
  display:flex;
  align-items:center;
  gap:.8rem;
  padding:1rem;
  border:1px solid var(--wimax-line);
  border-radius:18px;
  background:#fff;
  color:#111827;
  font-weight:800;
}
.quick-action:hover{
  background:#eef5ff;
  color:#1557ff;
  transform:translateY(-1px);
}
.quick-action i{
  width:38px;
  height:38px;
  border-radius:14px;
  background:#edf4ff;
  display:grid;
  place-items:center;
  color:#1557ff;
}

/* v8 diagramas por hilos */
.diagram-board{
  min-height:420px;
  background:linear-gradient(180deg,#ffffff 0%,#f9fbff 100%);
  border:1px solid var(--wimax-line);
  border-radius:24px;
  padding:18px;
}
.route-diagram{
  border:1px solid #dce8fb;
  border-radius:22px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 16px 38px rgba(15,23,42,.045);
}
.route-head{
  padding:16px;
  background:#f5f8ff;
  border-bottom:1px solid #e9f0ff;
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
}
.core-grid{
  padding:16px;
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(116px,1fr));
  gap:10px;
}
.core-pill{
  border:1px solid #dbe7ff;
  background:white;
  border-radius:16px;
  padding:10px;
  text-align:left;
  cursor:pointer;
  min-height:70px;
}
.core-pill:hover{border-color:#1557ff;box-shadow:0 12px 26px rgba(21,87,255,.12)}
.core-num{display:inline-grid;place-items:center;width:26px;height:26px;border-radius:9px;background:#eef5ff;color:#1557ff;font-weight:900;margin-right:6px}
.core-meta{font-weight:800;color:#253653}
.core-pill small{display:block;color:#64748b;margin-top:5px}
.core-usado{border-color:#86efac;background:#f0fdf4}
.core-reservado{border-color:#fde68a;background:#fffbeb}
.core-dañado{border-color:#fecaca;background:#fef2f2}
.splitter-ports{display:grid;grid-template-columns:repeat(auto-fill,minmax(38px,1fr));gap:8px}
.port-dot{height:34px;border-radius:12px;border:1px solid #dbe7ff;background:#fff;font-weight:800;font-size:.8rem}
.port-usado{background:#dcfce7;border-color:#86efac}.port-reservado{background:#fffbeb;border-color:#fde68a}.port-dañado{background:#fef2f2;border-color:#fecaca}
.legend-row{display:flex;align-items:center;gap:10px;color:#475569;font-weight:700}
.legend-dot{width:14px;height:14px;border-radius:50%;border:2px solid white;box-shadow:0 0 0 1px #cbd5e1}
.legend-dot.libre{background:#e2e8f0}.legend-dot.usado{background:#22c55e}.legend-dot.reservado{background:#f59e0b}.legend-dot.dañado{background:#ef4444}
@media print{
  .app-navbar,.btn,.kicker form,.col-xl-4{display:none!important}
  body{background:white}
  .page-wrap{max-width:100%;padding:0}
  .soft-card,.diagram-board{box-shadow:none}
}

/* v9 esquema visual FTTH */
.diagram-tabs .nav-link{font-weight:900}
.scheme-wrap{width:100%;overflow:auto;border:1px solid #dbe7ff;border-radius:26px;background:#fff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.8)}
.ftth-svg{min-width:980px;width:100%;height:auto;display:block}
.grid-bg line{stroke:#eef4ff;stroke-width:1}
.fiber-line{fill:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:round}
.fiber-line.trunk{stroke-width:7}.fiber-line.secondary{stroke:#1557ff}.fiber-line.drop{stroke-width:4;opacity:.95}
.diagram-node rect{fill:#fff;stroke:#dbe7ff;stroke-width:1.5}
.diagram-node.node-olt rect{fill:#f7fbff;stroke:#8db4ff}
.diagram-node.node-nap rect{fill:#fffaf0;stroke:#f6c36b}
.diagram-node.node-splitter rect{fill:#f5f3ff;stroke:#b9a8ff}
.diagram-node.node-client rect{fill:#f0fdf4;stroke:#8de3ad}
.diagram-node.state-planificado rect{fill:#f8fbff;stroke:#bfdbfe}
.diagram-node.state-offline rect,.diagram-node.state-LOS rect{fill:#fef2f2;stroke:#fecaca}
.node-kicker{font-size:11px;letter-spacing:.12em;font-weight:900;fill:#1557ff;text-transform:uppercase}
.node-title{font-size:17px;font-weight:900;fill:#111827}
.node-title.small{font-size:13px}
.node-sub{font-size:12px;fill:#64748b}
.wire-label{font-size:12px;fill:#334155;font-weight:800}
.legend-line{width:36px;height:5px;border-radius:99px;display:inline-block}
@media print{
  .diagram-tabs,#managePane,.alert-warning,.app-navbar,.btn{display:none!important}
  #schemePane{display:block!important;opacity:1!important}
  .scheme-wrap{box-shadow:none;border:0}
  .page-wrap{max-width:none;padding:0}
}

/* v10 mapa editable y leyenda */
.map-legend{
  display:grid;
  gap:.55rem;
  font-size:.88rem;
  color:#334155;
}
.map-legend > div{
  display:flex;
  align-items:center;
  gap:.55rem;
  font-weight:700;
}
.map-dot{
  width:15px;
  height:15px;
  border-radius:50%;
  display:inline-block;
  border:2px solid #fff;
  box-shadow:0 0 0 1px #cbd5e1;
}
.map-line{
  width:28px;
  height:5px;
  border-radius:999px;
  background:#1557ff;
  display:inline-block;
  box-shadow:0 0 0 1px rgba(21,87,255,.12);
}
.tool-grid button{
  transition:.15s ease;
}
.tool-grid button:hover{
  transform:translateY(-1px);
  border-color:#8db4ff;
}

/* v11 esquema por continuidad */
.topology-shell{
  display:grid;
  grid-template-columns:340px 1fr;
  gap:18px;
  align-items:start;
}
.topology-side{position:sticky;top:90px}
.color-legend-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:.55rem;
}
.legend-chip{
  display:flex;
  align-items:center;
  gap:.55rem;
  font-size:.88rem;
  color:#334155;
  font-weight:700;
}
.legend-dot-xl{
  width:16px;
  height:16px;
  border-radius:50%;
  display:inline-block;
  border:2px solid #fff;
  box-shadow:0 0 0 1px #cbd5e1;
}
.route-stack{
  border:1px solid #e3ecfb;
  border-radius:18px;
  padding:12px;
  background:#fbfdff;
}
.tube-block + .tube-block{margin-top:.8rem}
.tube-title{
  font-size:.72rem;
  text-transform:uppercase;
  letter-spacing:.09em;
  color:#64748b;
  font-weight:900;
  margin-bottom:.45rem;
}
.core-ribbon{
  display:flex;
  flex-wrap:wrap;
  gap:.45rem;
}
.core-mini{
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  border:1px solid #dbe7ff;
  background:#fff;
  border-radius:999px;
  padding:.38rem .6rem;
  font-size:.82rem;
  font-weight:800;
  color:#334155;
}
.core-mini:hover{border-color:#1557ff; box-shadow:0 10px 20px rgba(21,87,255,.10)}
.core-mini-dot{width:10px;height:10px;border-radius:50%;display:inline-block;box-shadow:0 0 0 2px rgba(255,255,255,.95),0 0 0 3px rgba(148,163,184,.3)}
.topology-card{
  background:#fff;
  border:1px solid #dbe7ff;
  border-radius:26px;
  padding:22px;
  box-shadow:0 18px 42px rgba(15,23,42,.07);
}
.topology-header{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:flex-start;
  margin-bottom:18px;
}
.splitter-flow{
  display:grid;
  grid-template-columns:minmax(240px,300px) 80px minmax(280px,1fr);
  gap:16px;
  align-items:center;
}
.flow-box{
  border:1px solid #dbe7ff;
  border-radius:22px;
  background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);
  padding:18px;
}
.flow-source{background:linear-gradient(180deg,#f8fbff 0%,#eef5ff 100%)}
.flow-splitter{background:linear-gradient(180deg,#fdfbff 0%,#f5f3ff 100%)}
.flow-title{
  font-size:.77rem;
  text-transform:uppercase;
  letter-spacing:.09em;
  color:#64748b;
  font-weight:900;
  margin-bottom:.8rem;
}
.input-core-chip{display:flex;align-items:center;gap:.8rem;padding:.8rem;border:1px solid #dbe7ff;border-radius:18px;background:#fff}
.flow-arrow-wrap{display:flex;flex-direction:column;align-items:center;gap:.5rem}
.flow-arrow-line{width:100%;height:6px;border-radius:999px;background:linear-gradient(90deg,#1557ff,#8b5cf6);position:relative}
.flow-arrow-line:after{content:"";position:absolute;right:-1px;top:50%;transform:translateY(-50%);border-left:12px solid #8b5cf6;border-top:8px solid transparent;border-bottom:8px solid transparent}
.flow-arrow-label{font-size:.78rem;color:#64748b;font-weight:800}
.splitter-core-center{display:flex;align-items:center;gap:.9rem}
.splitter-badge{width:52px;height:52px;border-radius:18px;background:#8b5cf6;color:#fff;display:grid;place-items:center;box-shadow:0 14px 32px rgba(139,92,246,.25);font-size:1.2rem}
.splitter-summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}
.splitter-summary-grid div{border:1px solid #ddd6fe;background:#fff;border-radius:16px;padding:.8rem .7rem}
.splitter-summary-grid span{display:block;font-size:.73rem;text-transform:uppercase;letter-spacing:.08em;color:#64748b;font-weight:800}
.splitter-summary-grid b{font-size:1.15rem;display:block;margin-top:.2rem}
.ports-area{
  margin-top:20px;
  padding-top:18px;
  border-top:1px solid #edf3ff;
}
.ports-visual-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(188px,1fr));
  gap:14px;
}
.port-card{
  text-align:left;
  border:1px solid #dbe7ff;
  border-radius:20px;
  background:#fff;
  padding:14px;
  transition:.16s ease;
}
.port-card:hover{transform:translateY(-2px);border-color:#8db4ff;box-shadow:0 14px 32px rgba(21,87,255,.10)}
.port-card.status-usado{background:#f0fdf4;border-color:#86efac}
.port-card.status-reservado{background:#fffbeb;border-color:#fde68a}
.port-card.status-dañado{background:#fef2f2;border-color:#fecaca}
.port-head{display:flex;justify-content:space-between;gap:.7rem;align-items:center;margin-bottom:.9rem}
.port-badge{min-width:48px;padding:.38rem .55rem;border-radius:12px;color:#fff;font-weight:900;text-align:center}
.port-state{font-size:.73rem}
.port-body{font-size:.93rem}
.port-client{font-weight:800;color:#0f172a;min-height:24px}
.empty-topology{
  min-height:280px;
  display:grid;
  place-items:center;
  text-align:center;
  border:1px dashed #cbd5e1;
  border-radius:24px;
  background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);
  padding:28px;
}
@media(max-width:1200px){
  .splitter-flow{grid-template-columns:1fr;}
  .flow-arrow-wrap{display:none}
}
@media(max-width:992px){
  .topology-shell{grid-template-columns:1fr}
  .topology-side{position:static}
  .color-legend-grid{grid-template-columns:1fr}
}
@media print{
  .topology-shell{grid-template-columns:1fr}
  .topology-side,.diagram-tabs,#managePane,.app-navbar,.btn{display:none!important}
}

/* v12 diseño general y editor inspirado en referencias */
:root{
  --bg:#f4f7fb;
  --panel:#ffffff;
  --line:#dfe8f5;
  --text:#0f172a;
  --muted:#64748b;
  --primary:#2563eb;
  --primary-2:#1d4ed8;
  --shadow:0 12px 34px rgba(15,23,42,.08);
}
body{background:linear-gradient(180deg,#f8fbff 0%,#f4f7fb 100%); color:var(--text)}
.page-wrap{max-width:1400px; margin:0 auto; padding:28px 20px 42px}
.app-navbar{position:sticky;top:0;z-index:1040;background:rgba(255,255,255,.88);backdrop-filter:blur(16px);border-bottom:1px solid rgba(219,231,255,.95)}
.app-navbar .nav-link{border-radius:14px;padding:.62rem .95rem;font-weight:700;color:#334155}
.app-navbar .nav-link.active,.app-navbar .nav-link:hover{background:#ecf3ff;color:#1557ff}
.brand-badge{width:40px;height:40px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(135deg,#2563eb,#8b5cf6);color:#fff;box-shadow:0 10px 28px rgba(37,99,235,.28)}
.brand-title{font-size:1.08rem;font-weight:900;letter-spacing:-.02em}.brand-title small{display:block;font-size:.72rem;color:#64748b;font-weight:700;letter-spacing:.02em}
.hero-banner{display:flex;justify-content:space-between;gap:18px;align-items:flex-end;flex-wrap:wrap;background:linear-gradient(135deg,#fff 0%,#f4f8ff 100%);border:1px solid #dfe8f5;border-radius:28px;padding:24px;box-shadow:var(--shadow)}
.metric-card{background:#fff;border:1px solid #dfe8f5;border-radius:24px;padding:22px;box-shadow:var(--shadow);height:100%}.metric-card span{display:block;color:#64748b;font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.metric-card b{display:block;font-size:1.9rem;margin:.32rem 0;color:#0f172a}.metric-card small{color:#64748b}
.project-list{display:grid;gap:12px}.project-row{display:grid;grid-template-columns:1.5fr 1fr auto;gap:16px;align-items:center;padding:16px 18px;border:1px solid #e7eef9;background:#fbfdff;border-radius:22px}.project-pills{display:flex;gap:8px;flex-wrap:wrap}.project-pills span,.type-chip{border:1px solid #dbe6f8;background:#fff;border-radius:999px;padding:.45rem .7rem;font-size:.84rem;font-weight:700;color:#475569}.type-chip{display:flex;justify-content:space-between;align-items:center;border-radius:18px;padding:.8rem 1rem}
.quick-action{display:flex;align-items:center;gap:.75rem;padding:14px 16px;border-radius:18px;border:1px solid #e4ecf9;background:#fbfdff;color:#0f172a;text-decoration:none;font-weight:700}.quick-action i{font-size:1.15rem;color:#2563eb}.quick-action:hover{border-color:#9bbfff;transform:translateY(-1px)}
.login-page{min-height:100vh;display:grid;grid-template-columns:1.15fr minmax(340px,460px);background:radial-gradient(circle at top left,#eef4ff 0%,#f6f9ff 42%,#f3f6fb 100%)}
.login-hero{padding:64px 7vw;display:flex;flex-direction:column;justify-content:center}.login-panel{padding:32px;display:grid;place-items:center;background:rgba(255,255,255,.56);backdrop-filter:blur(8px)}
.hero-board{display:grid;gap:14px}.hero-chip{display:flex;gap:12px;align-items:center;padding:16px 18px;background:rgba(255,255,255,.85);border:1px solid #dfe8f5;border-radius:20px;box-shadow:var(--shadow)}.hero-chip i{width:40px;height:40px;display:grid;place-items:center;border-radius:14px;background:#eff6ff;color:#1557ff}
.login-card{max-width:430px}
.btn-light-soft{background:#f7faff;border:1px solid #dbe7ff;color:#0f172a}.btn-light-soft:hover{background:#edf4ff;border-color:#b9d2ff}
.btn-wimax{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:0;box-shadow:0 12px 24px rgba(37,99,235,.24)} .btn-wimax:hover{color:#fff;transform:translateY(-1px);filter:brightness(.98)}
.soft-card,.soft-card-sm{background:#fff;border:1px solid #dfe8f5;border-radius:26px;box-shadow:var(--shadow)} .soft-card-sm{border-radius:20px}
.kicker{display:inline-flex;align-items:center;gap:.45rem;background:#eef4ff;color:#1557ff;border-radius:999px;padding:.48rem .85rem;font-size:.79rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 8px 16px rgba(37,99,235,.08)}
.hero-title,.dashboard-title,.section-title{font-weight:900;letter-spacing:-.04em;color:#0f172a}.hero-lead{color:#64748b;font-size:1.03rem}

/* Mapa editor */
.map-editor-app{display:grid;grid-template-columns:320px 1fr 360px;grid-template-rows:auto 1fr;gap:16px;min-height:calc(100vh - 74px);padding:16px}
.editor-topbar{grid-column:1 / -1;display:flex;justify-content:space-between;gap:16px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:24px;padding:14px 16px;box-shadow:var(--shadow);flex-wrap:wrap}
.editor-breadcrumb{display:flex;align-items:center;gap:10px;font-weight:700;color:#475569}.editor-breadcrumb a{color:#1557ff;text-decoration:none}
.editor-tools{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.editor-tools button{width:42px;height:42px;border-radius:14px;border:1px solid #dbe7ff;background:#f8fbff;color:#334155;display:grid;place-items:center;font-size:1.08rem}.editor-tools button.active,.editor-tools button:hover{background:#1557ff;color:#fff;border-color:#1557ff;box-shadow:0 12px 24px rgba(21,87,255,.20)} .tool-sep{width:1px;height:28px;background:#dbe6f8;margin:0 4px}
.editor-config{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.editor-dd{border-radius:14px;border:1px solid #dbe7ff;padding:.62rem .9rem;font-weight:700;background:#fff}.fiber-swatch{width:12px;height:12px;border-radius:50%;display:inline-block;background:#ef4444;box-shadow:0 0 0 2px #fff, 0 0 0 3px rgba(148,163,184,.35);margin-right:.45rem}.ratio-badge{display:inline-flex;min-width:42px;justify-content:center;border-radius:999px;background:#eff6ff;color:#1557ff;padding:.2rem .5rem;font-weight:800;margin-right:.45rem}
.basemap-switcher{display:flex;padding:4px;border-radius:14px;border:1px solid #dbe7ff;background:#f8fbff}.basemap-switcher button{border:0;background:transparent;padding:.48rem .82rem;border-radius:10px;font-weight:800;color:#475569}.basemap-switcher button.active{background:#fff;box-shadow:0 4px 12px rgba(15,23,42,.07);color:#1557ff}
.layers-panel,.properties-panel{background:#fff;border:1px solid var(--line);border-radius:26px;box-shadow:var(--shadow);overflow:hidden;display:flex;flex-direction:column;min-height:0}
.panel-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;padding:18px 18px 14px}.panel-head h3{margin:0;font-size:1.15rem;font-weight:900}.panel-head p{margin:2px 0 0;color:#64748b;font-size:.92rem}
.icon-btn{width:38px;height:38px;border-radius:12px;border:1px solid #dbe7ff;background:#f8fbff;color:#334155}.icon-btn:hover{background:#edf4ff}
.layer-tip{margin:0 18px 12px;background:#f8fbff;border:1px solid #e4ecf9;border-radius:16px;padding:12px 14px;color:#475569;font-size:.9rem;display:flex;gap:8px;align-items:flex-start}
.layer-list{padding:0 18px 18px;overflow:auto;display:grid;gap:12px}.layer-group{border:1px solid #e4ecf9;background:#fbfdff;border-radius:18px;overflow:hidden}.layer-row{display:grid;grid-template-columns:1fr auto;align-items:center}.layer-label{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 14px;border:0;background:transparent;font-weight:800;color:#0f172a;text-align:left}.layer-label span{display:flex;gap:8px;align-items:center}.layer-toggle{border:0;background:transparent;padding:12px 14px;color:#64748b}.layer-items{padding:0 12px 12px;display:grid;gap:8px}.layer-items em{font-size:.88rem;color:#64748b;padding:0 2px}.layer-item{display:flex;justify-content:space-between;gap:8px;align-items:center;border:1px solid #e8eef8;background:#fff;border-radius:14px;padding:10px 12px;color:#0f172a;font-weight:700;text-align:left}.layer-item small{color:#64748b;font-weight:600}.layer-item:hover{border-color:#a6c3ff;background:#f8fbff}
.map-stage{position:relative;min-height:0;border-radius:28px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow);background:#fff}.map-canvas-pro{height:calc(100vh - 160px);min-height:640px}
.stage-statbar{position:absolute;left:18px;top:16px;display:flex;gap:10px;z-index:5;flex-wrap:wrap}.mini-stat{background:rgba(255,255,255,.96);border:1px solid #dbe7ff;border-radius:16px;padding:10px 12px;box-shadow:0 10px 22px rgba(15,23,42,.08)}.mini-stat span{display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:#64748b;font-weight:900}.mini-stat b{font-size:.95rem}
.map-footer{position:absolute;left:16px;right:16px;bottom:16px;z-index:5;display:flex;gap:14px;flex-wrap:wrap;align-items:center;background:rgba(15,23,42,.82);color:#fff;border-radius:16px;padding:10px 14px;font-size:.88rem;backdrop-filter:blur(6px)}.status-dot{width:8px;height:8px;border-radius:50%;display:inline-block;background:#22c55e}
.drawing-toast{position:absolute;top:80px;right:20px;z-index:6;background:rgba(255,255,255,.96);border:1px solid #dbe7ff;box-shadow:var(--shadow);border-radius:18px;padding:12px 14px;display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.properties-panel{padding-bottom:16px}.empty-props{padding:20px;display:grid;gap:14px}.empty-icon{width:56px;height:56px;border-radius:18px;display:grid;place-items:center;background:#eff6ff;color:#1557ff;font-size:1.4rem}.mini-help-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.mini-help-grid div{border:1px solid #e4ecf9;background:#fbfdff;border-radius:18px;padding:12px;display:grid;gap:5px}.mini-help-grid i{color:#1557ff}.mini-help-grid b{font-size:.95rem}.mini-help-grid span{font-size:.82rem;color:#64748b}.soft-alert{background:#f8fbff;border:1px solid #e2eaf9;color:#475569;border-radius:18px;padding:12px 14px;display:flex;gap:8px}
.prop-form{padding:18px;overflow:auto}.prop-identity{display:flex;gap:12px;align-items:center;margin-bottom:18px}.prop-icon{width:48px;height:48px;border-radius:16px;background:#eff6ff;color:#1557ff;display:grid;place-items:center;font-size:1.2rem}.quick-meta-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.quick-meta-grid div{padding:12px;border-radius:16px;border:1px solid #e4ecf9;background:#fbfdff}.quick-meta-grid span{display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:#64748b;font-weight:900}.prop-actions{display:flex;gap:10px;flex-wrap:wrap}
.dropdown-item .fiber-swatch{vertical-align:middle}
.text-purple{color:#a855f7!important}

@media (max-width: 1400px){.map-editor-app{grid-template-columns:300px 1fr 340px}}
@media (max-width: 1200px){.map-editor-app{grid-template-columns:280px 1fr}.properties-panel{grid-column:1 / -1}.map-canvas-pro{height:560px}}
@media (max-width: 992px){.login-page{grid-template-columns:1fr}.map-editor-app{grid-template-columns:1fr}.layers-panel,.properties-panel{order:2}.map-stage{order:1}.map-canvas-pro{height:460px}.project-row{grid-template-columns:1fr;}.page-wrap{padding:20px 14px 34px}}


/* v13 proporcionalidad mapa + popup operativo */
body:has(.map-editor-app){
  overflow:hidden;
}
body:has(.map-editor-app) .app-navbar{
  height:58px;
  min-height:58px;
}
body:has(.map-editor-app) .app-navbar .navbar-brand,
body:has(.map-editor-app) .app-navbar .nav-link,
body:has(.map-editor-app) .app-navbar .btn{
  transform:scale(.92);
  transform-origin:left center;
}
.map-editor-app{
  height:calc(100vh - 58px);
  min-height:0;
  grid-template-columns:310px minmax(0,1fr) 330px;
  grid-template-rows:58px minmax(0,1fr);
  gap:10px;
  padding:8px;
  background:#f4f7fb;
}
.editor-topbar{
  min-height:58px;
  padding:8px 10px;
  border-radius:16px;
  overflow:visible;
}
.editor-tools{
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  top:8px;
  background:#fff;
  border:1px solid #dbe7ff;
  border-radius:15px;
  padding:5px;
  box-shadow:0 8px 24px rgba(15,23,42,.10);
  z-index:20;
}
.editor-tools button{
  width:34px;
  height:34px;
  border-radius:10px;
  font-size:.98rem;
}
.editor-config{
  margin-left:auto;
}
.editor-dd{
  padding:.48rem .65rem;
  font-size:.86rem;
}
.basemap-switcher button{
  padding:.38rem .58rem;
  font-size:.82rem;
}
.editor-breadcrumb{
  font-size:.86rem;
  max-width:330px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.layers-panel,.properties-panel{
  border-radius:18px;
  height:100%;
  min-height:0;
}
.panel-head{
  padding:14px 14px 10px;
}
.panel-head h3{
  font-size:1rem;
}
.panel-head p{
  font-size:.78rem;
}
.layer-tip{
  margin:0 12px 8px;
  padding:9px 10px;
  font-size:.76rem;
}
.layer-list{
  padding:0 12px 12px;
  gap:8px;
}
.layer-group{
  border-radius:14px;
}
.layer-label{
  padding:9px 10px;
  font-size:.83rem;
}
.layer-toggle{
  padding:9px 10px;
}
.layer-items{
  padding:0 8px 8px;
  gap:6px;
}
.layer-item{
  padding:7px 9px;
  border-radius:10px;
  font-size:.78rem;
}
.map-stage{
  height:100%;
  min-height:0;
  border-radius:18px;
}
.map-canvas-pro{
  position:absolute;
  inset:0;
  width:100%;
  height:100% !important;
  min-height:0;
}
.map-stage .gm-style{
  width:100% !important;
  height:100% !important;
}
.stage-statbar{
  left:12px;
  top:12px;
  gap:7px;
}
.mini-stat{
  padding:7px 9px;
  border-radius:11px;
}
.mini-stat span{
  font-size:.62rem;
}
.mini-stat b{
  font-size:.78rem;
}
.map-footer{
  left:10px;
  right:10px;
  bottom:10px;
  padding:7px 10px;
  border-radius:11px;
  font-size:.76rem;
}
.properties-panel .prop-form{
  padding:14px;
}
.empty-props{
  padding:16px;
}
.mini-help-grid{
  grid-template-columns:1fr 1fr;
}
.mini-help-grid div{
  padding:10px;
  border-radius:14px;
}
.prop-identity{
  margin-bottom:12px;
}
.prop-icon{
  width:42px;
  height:42px;
  border-radius:13px;
}
.prop-identity h4,
.empty-props h4{
  font-size:1rem;
  margin:0;
}
.prop-identity p,
.empty-props p{
  font-size:.82rem;
  margin:0;
}
.form-label{
  font-size:.82rem;
}
.form-control,.form-select{
  padding:.55rem .7rem;
  border-radius:11px;
  font-size:.9rem;
}
.quick-meta-grid div{
  padding:9px;
  border-radius:13px;
}
.prop-actions .btn{
  padding:.55rem .75rem;
  border-radius:11px;
}

/* popup cliente tipo plataforma */
.wimax-map-popup{
  font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  width:340px;
  padding:0;
  color:#0f172a;
}
.wimax-map-popup.compact{
  width:300px;
}
.gm-style .gm-style-iw-c{
  border-radius:20px !important;
  padding:0 !important;
  box-shadow:0 22px 60px rgba(15,23,42,.22) !important;
}
.gm-style .gm-style-iw-d{
  overflow:hidden !important;
}
.gm-ui-hover-effect{
  top:6px !important;
  right:6px !important;
}
.popup-head{
  display:flex;
  align-items:center;
  gap:12px;
  padding:16px 18px 14px;
  border-bottom:1px solid #e7eef9;
}
.popup-icon{
  width:42px;
  height:42px;
  border-radius:13px;
  display:grid;
  place-items:center;
  background:#eff6ff;
  color:#1557ff;
  font-size:1.1rem;
  box-shadow:0 10px 18px rgba(21,87,255,.12);
}
.popup-icon.client{
  background:linear-gradient(135deg,#7c3aed,#a855f7);
  color:#fff;
}
.popup-head h3{
  margin:0;
  font-size:1.05rem;
  font-weight:900;
}
.popup-head p{
  margin:1px 0 0;
  color:#64748b;
  font-size:.82rem;
}
.popup-status{
  margin-left:auto;
  border-radius:999px;
  padding:.32rem .55rem;
  font-size:.74rem;
  font-weight:900;
  background:#fff7ed;
  color:#c2410c;
}
.popup-status.status-online,
.popup-status.status-instalado{
  background:#dcfce7;
  color:#15803d;
}
.popup-status.status-offline,
.popup-status.status-LOS{
  background:#fee2e2;
  color:#b91c1c;
}
.popup-row{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:12px 18px;
  border-bottom:1px solid #eef3fb;
}
.popup-row span{
  color:#64748b;
}
.popup-row b{
  text-align:right;
}
.popup-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  border-bottom:1px solid #eef3fb;
}
.popup-metric{
  padding:14px 18px;
  background:#f8fbff;
}
.popup-metric + .popup-metric{
  border-left:1px solid #eef3fb;
}
.popup-metric span{
  display:block;
  font-size:.72rem;
  text-transform:uppercase;
  letter-spacing:.06em;
  color:#64748b;
  font-weight:900;
}
.popup-metric b{
  display:block;
  margin-top:4px;
  font-size:1.28rem;
  font-weight:900;
}
.popup-note{
  margin:12px 18px;
  padding:10px 12px;
  border:1px dashed #cbd5e1;
  border-radius:13px;
  color:#475569;
  background:#fbfdff;
  font-size:.82rem;
}
.popup-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  border-top:1px solid #e7eef9;
}
.popup-actions button{
  border:0;
  background:#fff;
  padding:13px 10px;
  color:#0f172a;
  font-weight:800;
}
.popup-actions button:hover{
  background:#eff6ff;
  color:#1557ff;
}
.popup-actions button + button{
  border-left:1px solid #e7eef9;
}

@media(max-width:1300px){
  .map-editor-app{
    grid-template-columns:270px minmax(0,1fr) 300px;
  }
  .editor-tools{
    position:static;
    transform:none;
    order:3;
    width:100%;
    justify-content:center;
  }
}
@media(max-width:1050px){
  body:has(.map-editor-app){overflow:auto}
  .map-editor-app{
    height:auto;
    grid-template-columns:1fr;
    grid-template-rows:auto auto auto auto;
  }
  .map-stage{height:70vh;min-height:520px}
  .layers-panel,.properties-panel{height:auto;max-height:none}
}

/* v14 topbar y panel lateral más parecido a referencia */
body:has(.map-editor-app) .app-navbar{
  height:64px;
  min-height:64px;
}
body:has(.map-editor-app) .app-navbar .navbar-brand,
body:has(.map-editor-app) .app-navbar .nav-link,
body:has(.map-editor-app) .app-navbar .btn{
  transform:none;
}
.map-editor-app{
  height:calc(100vh - 64px);
  grid-template-columns:340px minmax(0,1fr) 380px;
  grid-template-rows:74px minmax(0,1fr);
  gap:12px;
  padding:10px;
}
.editor-topbar{
  display:grid;
  grid-template-columns:minmax(220px,1fr) auto minmax(420px,1fr);
  align-items:center;
  min-height:74px;
  padding:10px 14px;
  border-radius:20px;
  gap:14px;
  position:relative;
}
.editor-topbar__left,
.editor-topbar__right{
  min-width:0;
}
.editor-topbar__center{
  display:flex;
  justify-content:center;
}
.editor-projectmeta{
  font-size:.78rem;
  color:#64748b;
  margin-top:4px;
}
.editor-breadcrumb{
  max-width:none;
}
.editor-breadcrumb strong{font-size:1.1rem;color:#0f172a}
.editor-tools{
  position:static;
  transform:none;
  top:auto;
  left:auto;
  box-shadow:none;
  border-radius:16px;
}
.editor-topbar__right{
  display:grid;
  justify-items:end;
  gap:10px;
}
.editor-quickicons{
  display:flex;
  gap:8px;
  align-items:center;
}
.editor-quickicons .icon-btn{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:12px;
  border:1px solid #dbe7ff;
  background:#fff;
  color:#334155;
}
.editor-quickicons .icon-btn.is-active,
.editor-quickicons .icon-btn:hover{
  background:#eef4ff;
  color:#1557ff;
}
.editor-config{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:8px;
  margin-left:0;
}
.editor-dd{min-width:170px}
.basemap-switcher{display:inline-flex;align-items:center;gap:4px;padding:4px;background:#f8fbff;border:1px solid #dbe7ff;border-radius:14px}
.basemap-switcher button{padding:.45rem .72rem;border-radius:10px}
.layers-panel,.properties-panel{border-radius:22px}
.layer-list{overflow:auto}
.properties-panel{overflow:auto}
.prop-livecard{margin:14px;border:1px solid #e3ebf9;background:linear-gradient(180deg,#fbfdff 0%, #f5f8ff 100%);border-radius:18px;box-shadow:0 14px 40px rgba(15,23,42,.06)}
.prop-livecard__head{display:flex;align-items:center;gap:12px;padding:14px 14px 10px;border-bottom:1px solid #e8eef8}
.prop-liveicon{width:40px;height:40px;border-radius:13px;display:grid;place-items:center;background:#edf4ff;color:#1557ff;font-size:1.05rem}
.prop-livecard__head h4{margin:0;font-size:1rem;font-weight:900}
.prop-livecard__head p{margin:2px 0 0;color:#64748b;font-size:.8rem}
.prop-livegrid{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:12px}
.prop-livegrid div{border:1px solid #e5ecf8;background:#fff;border-radius:14px;padding:10px 12px;display:grid;gap:3px}
.prop-livegrid span{font-size:.72rem;color:#64748b;text-transform:uppercase;font-weight:800;letter-spacing:.04em}
.prop-livegrid b{font-size:.96rem;color:#0f172a}
.prop-livehint{margin:0 12px 12px;padding:10px 12px;border:1px dashed #cbd5e1;border-radius:12px;background:#fff;color:#475569;font-size:.8rem}
.empty-props{padding-top:10px}
.prop-form{padding-top:6px !important}
.map-stage{overflow:hidden;border-radius:22px}
.stage-statbar{top:14px;left:14px;z-index:4}
.map-footer{z-index:4}
.map-canvas-pro{border-radius:22px}

@media(max-width:1600px){
  .map-editor-app{grid-template-columns:320px minmax(0,1fr) 350px}
  .editor-topbar{grid-template-columns:minmax(180px,1fr) auto minmax(380px,1fr)}
}
@media(max-width:1350px){
  .map-editor-app{grid-template-columns:300px minmax(0,1fr) 320px}
  .editor-topbar{grid-template-columns:1fr;justify-items:stretch}
  .editor-topbar__center{order:2}
  .editor-topbar__right{order:3;justify-items:start}
  .editor-config{justify-content:flex-start}
}
@media(max-width:1050px){
  .map-editor-app{height:auto;grid-template-columns:1fr;grid-template-rows:auto auto auto auto}
  .editor-topbar__center{justify-content:flex-start}
  .editor-tools{justify-content:flex-start;flex-wrap:wrap}
}


/* v15 FIX: mapa estable, topbar usable y controles contextuales */
html, body { height:100%; }
body:has(.map-editor-app){
  overflow:hidden !important;
  background:#eef4fb !important;
}
body:has(.map-editor-app) .app-navbar{
  height:64px !important;
  min-height:64px !important;
  position:relative !important;
  z-index:50 !important;
  border-bottom:1px solid #dbe7ff !important;
}
.map-editor-app{
  position:relative !important;
  display:block !important;
  height:calc(100vh - 64px) !important;
  min-height:640px !important;
  padding:0 !important;
  background:#eef4fb !important;
  overflow:hidden !important;
}
.editor-topbar{
  position:absolute !important;
  left:12px !important;
  right:12px !important;
  top:12px !important;
  height:96px !important;
  min-height:96px !important;
  z-index:30 !important;
  display:grid !important;
  grid-template-columns:360px 1fr 520px !important;
  grid-template-areas:
    "left center right"
    "left center controls" !important;
  align-items:center !important;
  gap:8px 14px !important;
  padding:12px 14px !important;
  background:rgba(255,255,255,.94) !important;
  border:1px solid #dbe7ff !important;
  border-radius:22px !important;
  box-shadow:0 20px 50px rgba(15,23,42,.12) !important;
  backdrop-filter:blur(14px);
}
.editor-topbar__left{grid-area:left;min-width:0}
.editor-topbar__center{grid-area:center;display:flex;justify-content:center;min-width:0}
.editor-topbar__right{grid-area:right;display:flex !important;justify-content:flex-end;align-items:center;gap:8px;min-width:0}
.editor-config{grid-area:controls;display:flex !important;justify-content:flex-end;align-items:center;gap:8px;margin:0 !important}
.editor-breadcrumb{font-size:.95rem !important;max-width:100% !important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.editor-breadcrumb strong{font-size:1.05rem;color:#0f172a}
.editor-projectmeta{font-size:.82rem;color:#64748b;margin-top:4px}
.editor-tools{
  position:static !important;
  transform:none !important;
  inset:auto !important;
  display:flex !important;
  flex-wrap:nowrap !important;
  justify-content:center !important;
  gap:7px !important;
  width:auto !important;
  padding:6px !important;
  background:#fff !important;
  border:1px solid #dbe7ff !important;
  border-radius:17px !important;
  box-shadow:0 10px 28px rgba(15,23,42,.10) !important;
}
.editor-tools button{
  width:38px !important;
  height:38px !important;
  border-radius:12px !important;
  font-size:1rem !important;
}
.editor-quickicons{display:flex;align-items:center;gap:7px}
.editor-quickicons .icon-btn{width:38px;height:38px;border-radius:12px}
.editor-dd{
  min-width:165px;
  height:42px;
  border-radius:14px !important;
  background:#fff !important;
  border:1px solid #dbe7ff !important;
  font-size:.9rem !important;
  font-weight:800 !important;
}
.ratio-control, .fiber-control{display:none}
body[data-map-tool="route"] .fiber-control{display:block}
body[data-map-tool="nap"] .ratio-control,
body[data-map-tool="splitter"] .ratio-control{display:block}
body[data-map-tool="select"] .fiber-control,
body[data-map-tool="select"] .ratio-control,
body[data-map-tool="pan"] .fiber-control,
body[data-map-tool="pan"] .ratio-control{display:block}
.basemap-switcher{height:42px}
.map-stage{
  position:absolute !important;
  inset:0 !important;
  height:auto !important;
  min-height:0 !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  background:#ddd !important;
  overflow:hidden !important;
}
.map-canvas-pro{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  min-height:0 !important;
  border-radius:0 !important;
}
.layers-panel{
  position:absolute !important;
  left:24px !important;
  top:130px !important;
  bottom:24px !important;
  width:360px !important;
  height:auto !important;
  z-index:25 !important;
  border-radius:22px !important;
}
.properties-panel{
  position:absolute !important;
  right:24px !important;
  top:130px !important;
  bottom:24px !important;
  width:380px !important;
  height:auto !important;
  z-index:25 !important;
  border-radius:22px !important;
}
.stage-statbar{
  top:128px !important;
  left:404px !important;
  z-index:22 !important;
}
.map-footer{
  z-index:22 !important;
  left:404px !important;
  right:404px !important;
  bottom:14px !important;
}
.gm-style .gm-style-iw-c{z-index:35}
.prop-livecard{display:block}
.prop-capacity-field{
  background:#f8fbff;
  border:1px solid #e5edf9;
  border-radius:16px;
  padding:12px;
  margin-bottom:12px;
}
.dropdown-menu{z-index:2000}
@media(max-width:1500px){
  .editor-topbar{grid-template-columns:300px 1fr 450px !important}
  .layers-panel{width:320px}
  .properties-panel{width:340px}
  .stage-statbar{left:360px !important}
  .map-footer{left:360px !important;right:360px !important}
}
@media(max-width:1200px){
  body:has(.map-editor-app){overflow:auto !important}
  .map-editor-app{height:auto !important;min-height:100vh !important;overflow:visible !important;padding:12px !important;display:grid !important;grid-template-columns:1fr !important;gap:12px !important}
  .editor-topbar,.map-stage,.layers-panel,.properties-panel{position:relative !important;inset:auto !important;left:auto !important;right:auto !important;top:auto !important;bottom:auto !important;width:auto !important}
  .editor-topbar{height:auto !important;grid-template-columns:1fr !important;grid-template-areas:"left" "center" "right" "controls" !important}
  .map-stage{height:72vh !important;min-height:520px !important;border-radius:22px !important;border:1px solid #dbe7ff !important}
  .stage-statbar,.map-footer{left:12px !important;right:12px !important}
}


/* =========================================================
   v16 - diseño final estilo Fiber Planner: menos zoom + sidebar
   ========================================================= */
:root{
  --fp-sidebar:252px;
  --fp-topbar:58px;
  --fp-bg:#f7f9fc;
  --fp-card:#ffffff;
  --fp-border:#dfe6f0;
  --fp-text:#0f172a;
  --fp-muted:#667085;
  --fp-blue:#1557ff;
}
html{font-size:14px}
body{
  font-size:14px !important;
  background:var(--fp-bg) !important;
  color:var(--fp-text);
}
body:not(:has(.map-editor-app)){
  padding-left:var(--fp-sidebar);
  padding-top:var(--fp-topbar);
}
.fp-sidebar{
  position:fixed;left:0;top:0;bottom:0;width:var(--fp-sidebar);z-index:1050;
  background:#fff;border-right:1px solid var(--fp-border);display:flex;flex-direction:column;
}
.fp-brand{height:82px;display:flex;align-items:center;gap:12px;padding:16px 18px;border-bottom:1px solid #eef2f7}
.fp-logo{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,#1557ff,#7c3aed);color:#fff;display:grid;place-items:center;font-size:1.15rem;box-shadow:0 12px 24px rgba(21,87,255,.18)}
.fp-brand b{display:block;font-size:1.18rem;font-weight:900;line-height:1}.fp-brand small{display:block;color:#667085;line-height:1.18;margin-top:2px;font-weight:600}
.fp-side-scroll{padding:14px 12px;overflow:auto;flex:1}
.fp-section{color:#667085;font-size:.78rem;margin:8px 6px 7px;font-weight:600}
.fp-side-scroll a{height:36px;display:flex;align-items:center;gap:10px;border-radius:8px;padding:0 10px;color:#344054;text-decoration:none;font-weight:600;margin:2px 0}
.fp-side-scroll a i{font-size:1rem;color:#667085}.fp-side-scroll a.active{background:#1557ff;color:#fff}.fp-side-scroll a.active i{color:#fff}.fp-side-scroll a:hover:not(.active){background:#eef4ff;color:#1557ff}
.fp-side-scroll hr{border:0;border-top:1px solid #eef2f7;margin:14px 0}
.fp-dot{width:8px;height:8px;background:#0ea5e9;border-radius:50%;display:inline-block;margin-left:auto}
.fp-user{border-top:1px solid #eef2f7;padding:13px 16px;display:flex;align-items:center;gap:10px}
.fp-user span{width:34px;height:34px;border-radius:50%;background:#3b82f6;color:#fff;display:grid;place-items:center;font-weight:800}
.fp-user b{display:block;font-size:.88rem}.fp-user small{display:block;font-size:.74rem;color:#667085;max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.fp-version{font-size:.72rem;color:#98a2b3;padding:0 16px 12px}
.fp-topbar{
  position:fixed;left:var(--fp-sidebar);right:0;top:0;height:var(--fp-topbar);z-index:1045;background:#f5f8ff;border-bottom:1px solid #dbe7ff;
  display:flex;align-items:center;justify-content:space-between;padding:0 24px;
}
.fp-top-left{display:flex;align-items:center;gap:10px}.fp-top-left b{font-size:.95rem}.fp-top-left small{color:#667085}.fp-top-right{display:flex;align-items:center;gap:10px}
.page-wrap.fp-page,.page-wrap{
  max-width:none !important;
  margin:0 !important;
  padding:26px 32px 48px !important;
}
.fp-pagebar{height:34px;display:flex;align-items:center;gap:12px;color:#344054;border-bottom:1px solid #eef2f7;margin:-8px -32px 28px;padding:0 32px 20px}
.fp-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:20px}
.fp-title-row h1,.dashboard-title,.section-title{font-size:2.15rem !important;line-height:1.05;font-weight:900;letter-spacing:-.035em;margin:0 0 6px}
.fp-title-row p{font-size:1rem;color:#667085;margin:0}
.hero-banner{background:transparent !important;border:0 !important;box-shadow:none !important;border-radius:0 !important;padding:0 !important;margin-bottom:20px !important}
.hero-banner .dashboard-title,.hero-banner .section-title{font-size:2.15rem !important}
.hero-banner .kicker{display:none}
.metric-card,.fp-metric{
  background:#fff;border:1px solid var(--fp-border);border-radius:14px;box-shadow:none;padding:20px 22px;position:relative;min-height:112px;
}
.fp-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}
.fp-metric span,.metric-card span{display:block;color:#667085;text-transform:uppercase;letter-spacing:.02em;font-size:.78rem;font-weight:700}
.fp-metric b,.metric-card b{display:block;font-size:2rem;line-height:1;margin-top:12px;font-weight:900}
.fp-metric i,.metric-card i{position:absolute;right:18px;top:18px;width:38px;height:38px;border-radius:10px;background:#eef4ff;color:#1557ff;display:grid;place-items:center}
.fp-filterbar{display:grid;grid-template-columns:1.6fr repeat(4,minmax(140px,220px));gap:10px;margin-bottom:14px}
.fp-search{height:40px;border:1px solid var(--fp-border);border-radius:9px;background:#fff;display:flex;align-items:center;gap:10px;padding:0 12px;color:#667085}
.fp-search input{border:0;outline:0;background:transparent;flex:1}
.form-select,.form-control{border-color:var(--fp-border);border-radius:9px;min-height:40px;font-size:.95rem}
.btn-wimax{background:#1557ff !important;border-color:#1557ff !important;color:#fff !important;border-radius:8px !important;font-weight:700;box-shadow:0 5px 12px rgba(21,87,255,.18) !important}
.btn-light-soft{background:#fff !important;border:1px solid var(--fp-border) !important;color:#101828 !important;border-radius:8px !important;font-weight:700}
.soft-card,.fp-table-card{background:#fff;border:1px solid var(--fp-border);border-radius:14px;box-shadow:none}
.project-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(430px,520px));gap:16px;align-items:start}
.project-row{display:block;background:#fff;border:1px solid var(--fp-border);border-radius:14px;padding:0;overflow:hidden;box-shadow:none}
.project-row>div:first-child{padding:16px 18px}
.project-pills{display:grid !important;grid-template-columns:repeat(3,1fr);gap:0 !important;border-top:1px solid #eef2f7;border-bottom:1px solid #eef2f7}
.project-pills span{border:0!important;border-right:1px solid #eef2f7!important;border-radius:0!important;text-align:center;background:#fff!important;padding:12px!important}
.project-row .btn-wimax{margin:14px 16px 16px;width:calc(100% - 32px)}
.fp-table-card{overflow:hidden}.fp-table-card th{font-size:.82rem;color:#667085;font-weight:700;background:#fff}.fp-table-card td,.fp-table-card th{padding:14px 18px;border-bottom:1px solid #eef2f7}
.fp-pagination{display:flex;align-items:center;gap:12px;color:#667085;margin-top:14px}.fp-pagination span{flex:1}
.quick-action,.type-chip{box-shadow:none}

/* mapa v16: ocupa pantalla y no se achica */
body:has(.map-editor-app){
  padding-left:var(--fp-sidebar) !important;
  padding-top:var(--fp-topbar) !important;
  overflow:hidden !important;
}
body:has(.map-editor-app) .fp-topbar{display:none}
body:has(.map-editor-app) .fp-sidebar{display:none}
body:has(.map-editor-app){padding:0!important}
body:has(.map-editor-app) .app-navbar{display:none!important}
.map-editor-app{
  position:fixed!important;inset:0!important;width:100vw!important;height:100vh!important;min-height:0!important;padding:0!important;display:block!important;background:#eef2f7!important;overflow:hidden!important;
}
.map-stage{position:absolute!important;inset:72px 0 0 0!important;border:0!important;border-radius:0!important;box-shadow:none!important;z-index:1}
.map-canvas-pro{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;min-height:0!important}
.editor-topbar{
  position:absolute!important;left:0!important;right:0!important;top:0!important;height:72px!important;min-height:72px!important;z-index:40!important;
  display:grid!important;grid-template-columns:340px 1fr 560px!important;align-items:center!important;gap:12px!important;background:rgba(255,255,255,.98)!important;border:0!important;border-bottom:1px solid #dbe7ff!important;border-radius:0!important;box-shadow:none!important;padding:10px 16px!important;
}
.editor-topbar__center{display:flex!important;justify-content:center!important}
.editor-tools{position:static!important;display:flex!important;gap:6px!important;background:#fff!important;border:1px solid #e5edf8!important;border-radius:13px!important;padding:5px!important;box-shadow:0 8px 20px rgba(15,23,42,.08)!important;transform:none!important}
.editor-tools button{width:36px!important;height:36px!important;border-radius:9px!important;border:0!important;background:#fff!important;color:#111827!important}
.editor-tools button.active{background:#1557ff!important;color:#fff!important}
.editor-topbar__right{display:flex!important;flex-direction:column!important;align-items:flex-end!important;gap:8px!important}
.editor-config{display:flex!important;align-items:center!important;gap:8px!important}
.editor-quickicons{display:flex;gap:6px}
.editor-quickicons .icon-btn{width:34px;height:34px;border-radius:9px;border:1px solid #dbe7ff;background:#fff}
.layers-panel{position:absolute!important;left:24px!important;top:96px!important;bottom:24px!important;width:330px!important;height:auto!important;z-index:30!important;border-radius:14px!important;box-shadow:0 18px 40px rgba(15,23,42,.14)!important}
.properties-panel{position:absolute!important;right:24px!important;top:96px!important;bottom:24px!important;width:360px!important;height:auto!important;z-index:30!important;border-radius:14px!important;box-shadow:0 18px 40px rgba(15,23,42,.14)!important}
.stage-statbar{top:92px!important;left:370px!important}
.map-footer{left:370px!important;right:390px!important;bottom:10px!important}
.ratio-control,.fiber-control{display:none}
body[data-map-tool="route"] .fiber-control{display:block}
body[data-map-tool="nap"] .ratio-control,body[data-map-tool="splitter"] .ratio-control{display:block}
body[data-map-tool="pan"] .fiber-control,body[data-map-tool="pan"] .ratio-control,body[data-map-tool="select"] .fiber-control,body[data-map-tool="select"] .ratio-control{display:block}
.basemap-switcher button{font-size:.86rem}.editor-dd{height:38px!important;min-width:155px!important;font-size:.86rem!important}

@media(max-width:1200px){
  html{font-size:13px}
  body:not(:has(.map-editor-app)){padding-left:0}
  .fp-sidebar{position:relative;width:auto;height:auto}
  .fp-topbar{position:relative;left:0}
  .page-wrap.fp-page,.page-wrap{padding:22px!important}
  .fp-metrics{grid-template-columns:repeat(2,1fr)}
  .fp-filterbar{grid-template-columns:1fr}
}

/* =========================================================
   v17 - correcciones finales: sin trial, escala compacta, mapa estable
   ========================================================= */
:root{
  --fp-sidebar:236px;
  --fp-bg:#f7f9fc;
  --fp-border:#dfe6f0;
  --fp-blue:#1557ff;
  --fp-text:#0f172a;
  --fp-muted:#667085;
}
html{font-size:13px!important;height:100%}
body{font-size:13px!important;background:var(--fp-bg)!important;color:var(--fp-text);min-height:100%}
body:not(:has(.map-editor-app)){padding-left:var(--fp-sidebar)!important;padding-top:0!important;overflow:auto!important}
.fp-topbar{display:none!important}
.fp-sidebar{width:var(--fp-sidebar)!important;z-index:1050!important;background:#fff!important;border-right:1px solid var(--fp-border)!important;overflow:hidden!important}
.fp-brand{height:74px!important;padding:14px 16px!important}
.fp-logo{width:38px!important;height:38px!important;border-radius:12px!important}.fp-brand b{font-size:1.05rem!important}.fp-brand small{font-size:.78rem!important}
.fp-side-scroll{padding:12px 10px!important;scrollbar-width:thin}.fp-side-scroll a{height:34px!important;border-radius:8px!important;font-size:.92rem!important;margin:1px 0!important}.fp-section{font-size:.74rem!important;margin:7px 6px 5px!important}.fp-user{padding:10px 14px!important}.fp-version{padding:0 14px 10px!important}
.page-wrap.fp-page,.page-wrap{padding:24px 28px 44px!important;max-width:none!important;margin:0!important}.fp-pagebar{display:none!important}
.fp-title-row{margin-bottom:16px!important}.fp-title-row h1,.dashboard-title,.section-title,.hero-banner .dashboard-title,.hero-banner .section-title{font-size:1.9rem!important;line-height:1.08!important}.fp-title-row p,.hero-lead{font-size:.98rem!important;color:#667085!important}
.hero-banner{padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;margin-bottom:16px!important}.kicker{display:none!important}
.fp-metrics{gap:12px!important;margin-bottom:16px!important}.fp-metric,.metric-card{min-height:96px!important;padding:16px 18px!important;border-radius:12px!important;box-shadow:none!important}.fp-metric b,.metric-card b{font-size:1.7rem!important;margin-top:10px!important}.fp-metric i,.metric-card i{width:34px!important;height:34px!important;right:14px!important;top:14px!important}
.soft-card,.fp-table-card,.project-row{border-radius:12px!important;box-shadow:none!important}.project-list{grid-template-columns:repeat(auto-fill,minmax(380px,500px))!important;gap:14px!important}.project-row .btn-wimax{margin:12px!important;width:calc(100% - 24px)!important}
.btn-wimax{border-radius:8px!important;font-size:.92rem!important;padding:.55rem .85rem!important}.btn-light-soft{border-radius:8px!important;font-size:.92rem!important;padding:.55rem .85rem!important}.form-select,.form-control{min-height:38px!important;font-size:.9rem!important;border-radius:8px!important}
.fp-filterbar{gap:9px!important;margin-bottom:13px!important}.fp-table-card td,.fp-table-card th{padding:12px 16px!important}

/* mapa a pantalla completa sin sidebar externo */
body:has(.map-editor-app){padding:0!important;overflow:hidden!important;background:#eef2f7!important}
body:has(.map-editor-app) .fp-sidebar,body:has(.map-editor-app) .fp-topbar,body:has(.map-editor-app) .app-navbar{display:none!important}
.map-editor-app{position:fixed!important;inset:0!important;width:100vw!important;height:100vh!important;min-height:0!important;display:block!important;background:#eef2f7!important;overflow:hidden!important;padding:0!important}
.map-stage{position:absolute!important;inset:68px 0 0 0!important;height:auto!important;min-height:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;z-index:1!important;background:#ddd!important;overflow:hidden!important}.map-canvas-pro{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;min-height:0!important;border-radius:0!important}.map-stage .gm-style{width:100%!important;height:100%!important}
.editor-topbar{position:absolute!important;left:0!important;right:0!important;top:0!important;height:68px!important;min-height:68px!important;z-index:40!important;display:grid!important;grid-template-columns:minmax(270px,380px) 1fr minmax(430px,600px)!important;grid-template-areas:"left center right"!important;align-items:center!important;gap:12px!important;background:rgba(255,255,255,.98)!important;border:0!important;border-bottom:1px solid #dbe7ff!important;border-radius:0!important;box-shadow:none!important;padding:8px 14px!important;backdrop-filter:blur(10px)}
.editor-topbar__left{grid-area:left!important;min-width:0!important}.editor-topbar__center{grid-area:center!important;display:flex!important;justify-content:center!important;min-width:0!important}.editor-topbar__right{grid-area:right!important;display:flex!important;flex-direction:row!important;justify-content:flex-end!important;align-items:center!important;gap:8px!important;min-width:0!important}.editor-projectmeta{display:none!important}.editor-breadcrumb{font-size:.92rem!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.editor-breadcrumb strong{font-size:1rem!important}
.editor-tools{position:static!important;transform:none!important;display:flex!important;flex-wrap:nowrap!important;gap:5px!important;width:auto!important;padding:5px!important;background:#fff!important;border:1px solid #dbe7ff!important;border-radius:12px!important;box-shadow:0 8px 20px rgba(15,23,42,.08)!important}.editor-tools button{width:34px!important;height:34px!important;border-radius:8px!important;border:0!important;background:#fff!important;color:#0f172a!important;font-size:.95rem!important}.editor-tools button.active,.editor-tools button:hover{background:var(--fp-blue)!important;color:#fff!important;box-shadow:none!important}.tool-sep{height:24px!important;margin:0 2px!important}
.editor-quickicons{display:none!important}.editor-config{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;margin:0!important;grid-area:auto!important}.editor-dd{height:38px!important;min-width:155px!important;border-radius:10px!important;padding:.45rem .7rem!important;background:#fff!important;border:1px solid #dbe7ff!important;font-size:.86rem!important;font-weight:800!important}.basemap-switcher{height:38px!important;padding:3px!important;border-radius:10px!important}.basemap-switcher button{padding:.35rem .65rem!important;font-size:.84rem!important;border-radius:8px!important}.dropdown-menu{z-index:3000!important}
.ratio-control,.fiber-control{display:none!important}body[data-map-tool="route"] .fiber-control{display:block!important}body[data-map-tool="nap"] .ratio-control,body[data-map-tool="splitter"] .ratio-control{display:block!important}body[data-map-tool="pan"] .fiber-control,body[data-map-tool="pan"] .ratio-control,body[data-map-tool="select"] .fiber-control,body[data-map-tool="select"] .ratio-control{display:block!important}
.layers-panel{position:absolute!important;left:20px!important;top:88px!important;bottom:20px!important;width:330px!important;height:auto!important;z-index:30!important;border-radius:16px!important;box-shadow:0 18px 46px rgba(15,23,42,.16)!important;background:#fff!important;overflow:hidden!important}.properties-panel{position:absolute!important;right:20px!important;top:88px!important;bottom:20px!important;width:360px!important;height:auto!important;z-index:30!important;border-radius:16px!important;box-shadow:0 18px 46px rgba(15,23,42,.16)!important;background:#fff!important;overflow:hidden!important}.panel-head{padding:14px!important}.panel-head h3{font-size:1rem!important}.panel-head p{font-size:.8rem!important}.panel-actions{display:flex;gap:6px}.layer-list,.prop-form,.properties-panel{scrollbar-width:thin}.layer-list{padding:0 12px 12px!important;overflow:auto!important}.layer-label{padding:9px 10px!important;font-size:.86rem!important}.layer-item{padding:8px 10px!important;font-size:.8rem!important}.layer-tip{font-size:.78rem!important;margin:0 12px 10px!important;padding:9px 10px!important}
.properties-panel.panel-hidden,.layers-panel.panel-hidden{display:none!important}.floating-panel-btn{position:absolute;z-index:35;border:1px solid #dbe7ff;background:#fff;color:#1557ff;border-radius:999px;padding:9px 13px;font-weight:800;box-shadow:0 14px 32px rgba(15,23,42,.14)}.floating-layers{left:20px;top:88px}.floating-props{right:20px;top:88px}
.stage-statbar{top:88px!important;left:370px!important;z-index:20!important}.mini-stat{padding:7px 9px!important;border-radius:10px!important}.mini-stat span{font-size:.58rem!important}.mini-stat b{font-size:.76rem!important}.map-footer{left:370px!important;right:400px!important;bottom:10px!important;z-index:20!important;padding:7px 10px!important;font-size:.75rem!important;border-radius:10px!important}.prop-livecard{margin:12px!important}.empty-props{padding:14px!important}.prop-form{padding:12px!important;overflow:auto!important}.prop-identity h4,.empty-props h4{font-size:1rem!important}.quick-meta-grid div,.mini-help-grid div{padding:9px!important;border-radius:12px!important}
@media(max-width:1280px){.editor-topbar{grid-template-columns:270px 1fr 440px!important}.layers-panel{width:300px!important}.properties-panel{width:330px!important}.stage-statbar{left:340px!important}.map-footer{left:340px!important;right:360px!important}.editor-tools button{width:32px!important}.editor-dd{min-width:140px!important}}
@media(max-width:980px){body:not(:has(.map-editor-app)){padding-left:0!important}.fp-sidebar{position:relative!important;width:auto!important;height:auto!important}.map-editor-app{position:relative!important;height:auto!important;min-height:100vh!important;overflow:auto!important;padding:10px!important;display:grid!important;grid-template-columns:1fr!important;gap:10px!important}.editor-topbar,.map-stage,.layers-panel,.properties-panel{position:relative!important;inset:auto!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;width:auto!important}.editor-topbar{height:auto!important;grid-template-columns:1fr!important;grid-template-areas:"left" "center" "right"!important}.editor-topbar__right{justify-content:flex-start!important;flex-wrap:wrap!important}.map-stage{height:70vh!important;min-height:480px!important;border-radius:14px!important}.stage-statbar,.map-footer{left:10px!important;right:10px!important}.fp-metrics{grid-template-columns:1fr 1fr!important}.fp-filterbar{grid-template-columns:1fr!important}}

/* v18 - controles superiores contextuales por tipo de elemento */
.editor-dd #ratioPrefix{
  display:inline-block;
  margin-right:.45rem;
  color:#64748b;
  font-weight:800;
}
.editor-dd #ratioLabel{
  font-weight:900;
  color:#0f172a;
}
body[data-map-tool="route"] .fiber-control{display:block!important}
body[data-map-tool="route"] .ratio-control{display:none!important}
body[data-map-tool="nap"] .fiber-control{display:none!important}
body[data-map-tool="nap"] .ratio-control{display:block!important}
body[data-map-tool="splitter"] .fiber-control{display:none!important}
body[data-map-tool="splitter"] .ratio-control{display:block!important}
body[data-map-tool="select"] .fiber-control,
body[data-map-tool="select"] .ratio-control,
body[data-map-tool="pan"] .fiber-control,
body[data-map-tool="pan"] .ratio-control{display:block!important}
body[data-map-tool="cliente"] .fiber-control,
body[data-map-tool="cliente"] .ratio-control,
body[data-map-tool="poste"] .fiber-control,
body[data-map-tool="poste"] .ratio-control,
body[data-map-tool="mufa"] .fiber-control,
body[data-map-tool="mufa"] .ratio-control,
body[data-map-tool="olt"] .fiber-control,
body[data-map-tool="olt"] .ratio-control{display:none!important}
.editor-topbar:after{
  content:"";
  position:absolute;
  left:16px; right:16px; bottom:-1px; height:1px;
  background:linear-gradient(90deg, transparent, rgba(21,87,255,.25), transparent);
}
.editor-context-hint{font-size:.78rem;color:#64748b;font-weight:700}
@media(max-width:1500px){
  .editor-dd{min-width:145px!important;max-width:190px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
}
