:root {
  --lime:#B5F857;
  --ink:#041912;
  --green:#04560C;
  --action:#1A990F;
  --bg:#F9F8F3;
  --surface:#FFFFFF;
  --warm:#EBEAE5;
  --warm2:#CDCABF;
  --muted:#66736D;
  --muted2:#8A948F;
  --line:rgba(4,25,18,.10);
  --line2:rgba(4,25,18,.16);
  --efile:#5462E2;
  --efile-soft:#BBC0F3;
  --efile-bright:#8B9BF7;
  --efile-night:#060517;
  --efile-deep:#080353;
  --gov-red:#C62118;
  --gov-coral:#F7645C;
  --gov-soft:#FFB4B0;
  --yellow:#F7BA14;
  --orange:#F77214;
  --shadow:0 20px 60px rgba(4,25,18,.07);
  --shadow-soft:0 8px 24px rgba(4,25,18,.045);
  --radius-xl:34px;
  --radius-lg:24px;
  --radius-md:18px;
  --radius-sm:14px;
  --header-h:74px;
  --font:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --page-crop:74px;
}
*{box-sizing:border-box}
html,body{height:100%}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  font-family:var(--font);
  background:
    radial-gradient(circle at 86% 4%, rgba(181,248,87,.20), transparent 28rem),
    radial-gradient(circle at 12% 86%, rgba(84,98,226,.12), transparent 30rem),
    linear-gradient(180deg,#FFFFFF 0%, var(--bg) 68%, #FFFFFF 100%);
  -webkit-font-smoothing:antialiased;
  text-rendering:geometricPrecision;
  letter-spacing:-.014em;
  overflow:hidden;
}
a{color:inherit;text-decoration:none}
button{font:inherit;cursor:pointer}
.slx-wrap{width:min(1560px,calc(100% - 72px));margin-inline:auto}
.slx-topbar{
  position:sticky;top:0;z-index:100;
  height:var(--header-h);
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(18px);
  border-bottom:1px solid var(--line);
  display:flex;align-items:center;
}
.slx-nav{display:flex;align-items:center;justify-content:space-between;gap:18px;width:100%}
.slx-brand{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:850;letter-spacing:-.045em;white-space:nowrap;flex:0 0 auto}
.slx-mark{--mark-bg:var(--green);--mark-bolt:var(--lime);width:38px;height:38px;display:inline-grid;place-items:center;position:relative;flex:0 0 auto}
.slx-mark:before{content:"";position:absolute;inset:0;background:var(--mark-bg);clip-path:polygon(50% 0%,61% 32%,100% 50%,61% 68%,50% 100%,39% 68%,0% 50%,39% 32%)}
.slx-bolt{width:16px;height:23px;position:relative;z-index:1;background:var(--mark-bolt);clip-path:polygon(62% 0%,20% 52%,48% 52%,37% 100%,84% 38%,56% 38%)}
.slx-mobile-toggle{display:none;width:40px;height:40px;border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--ink);font-weight:950;flex:0 0 auto}
.slx-site-nav{display:flex;align-items:center;justify-content:center;gap:2px;flex:1;overflow:auto;padding-bottom:2px;scrollbar-width:none}
.slx-site-nav::-webkit-scrollbar{display:none}
.slx-site-nav a{display:inline-flex;align-items:center;gap:6px;min-height:38px;padding:0 10px;border-radius:999px;color:rgba(4,25,18,.68);font-size:13.2px;font-weight:720;white-space:nowrap;border:1px solid transparent;background:transparent;letter-spacing:-.01em;transition:.18s ease}
.slx-site-nav a:hover{color:var(--ink);background:var(--bg);border-color:var(--line)}
.slx-site-nav a.active{background:rgba(181,248,87,.30);color:var(--green);border-color:rgba(4,86,12,.14)}
.slx-site-nav .nav-bolt{font-weight:950;line-height:1;font-size:14px;color:var(--lime)}
.slx-site-nav .gov-tender .nav-bolt,.slx-site-nav .gov-pricing .nav-bolt{color:var(--gov-coral)}
.slx-site-nav a.efile-nav{color:#58635e;font-weight:850}
.slx-site-nav a.efile-nav.active{background:rgba(181,248,87,.20);color:#58635e;border-color:rgba(4,86,12,.12)}
.slx-account{position:relative;flex:0 0 auto}
.slx-account-trigger{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:42px;min-height:38px;padding:0;border-radius:999px;font-size:13px;font-weight:830;color:var(--muted);border:1px solid var(--line);background:#fff;white-space:nowrap;transition:.18s ease}
.slx-account-trigger:hover,.slx-account.open .slx-account-trigger,.slx-account-trigger.active{color:var(--ink);background:var(--bg);border-color:var(--line2)}
.slx-account-trigger.gdrive-active{background:rgba(84,98,226,.08);color:var(--efile-deep);border-color:rgba(84,98,226,.18)}
.slx-account-menu{position:absolute;top:calc(100% + 10px);right:0;min-width:260px;padding:10px;display:none;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow-soft);z-index:120}
.slx-account:hover .slx-account-menu,.slx-account:focus-within .slx-account-menu,.slx-account.open .slx-account-menu{display:grid}
.slx-account-menu a{padding:10px 12px;border-radius:12px;color:var(--muted);font-size:14px;font-weight:700}
.slx-account-menu a:hover,.slx-account-menu a.active{background:var(--bg);color:var(--ink)}
.slx-account-divider{height:1px;background:var(--line);margin:8px 2px}
.slx-shell{height:calc(100vh - var(--header-h));display:grid;grid-template-rows:1fr;overflow:hidden}
.slx-frame-stage{position:relative;min-height:0;overflow:hidden;background:linear-gradient(180deg,#fff,var(--bg))}
.slx-frame-shell{position:absolute;inset:0;overflow:hidden;background:#fff}
.slx-page-frame{position:absolute;left:0;right:0;top:calc(var(--page-crop)*-1);width:100%;height:calc(100% + var(--page-crop));border:0;background:#fff;display:block}
.slx-stage-loader{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:14px;background:linear-gradient(180deg,rgba(249,248,243,.88),rgba(255,255,255,.88));backdrop-filter:blur(8px);z-index:5;opacity:0;pointer-events:none;transition:.22s ease}
.slx-stage-loader.active{opacity:1;pointer-events:auto}
.slx-spinner{width:16px;height:16px;border-radius:50%;border:2px solid rgba(4,25,18,.12);border-top-color:var(--green);animation:slx-spin .8s linear infinite;margin-left:-4px}
@keyframes slx-spin{to{transform:rotate(360deg)}}
.slx-toast{position:fixed;left:50%;bottom:18px;transform:translateX(-50%) translateY(20px);min-height:42px;display:flex;align-items:center;padding:0 14px;border-radius:999px;background:var(--ink);color:#fff;box-shadow:var(--shadow);font-size:13px;font-weight:780;opacity:0;pointer-events:none;transition:.22s ease;z-index:160;white-space:nowrap}
.slx-toast.active{opacity:1;transform:translateX(-50%) translateY(0)}
@media (max-width:1180px){
  .slx-mobile-toggle{display:grid;place-items:center}
  .slx-site-nav{position:fixed;top:var(--header-h);left:0;right:0;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);padding:12px 18px;display:none;flex-wrap:wrap;justify-content:flex-start;gap:8px;max-height:calc(100vh - var(--header-h));overflow:auto}
  .slx-site-nav.open{display:flex}
}
@media (max-width:760px){
  .slx-wrap{width:min(100% - 24px,1560px)}
  .slx-topbar{height:auto;min-height:var(--header-h);padding:10px 0}
  .slx-nav{flex-wrap:wrap;gap:10px}
  .slx-brand{order:1}
  .slx-mobile-toggle{order:2;margin-left:auto}
  .slx-account{order:3;margin-left:auto}
  .slx-shell{height:calc(100vh - 84px)}
  .slx-account-menu{min-width:min(92vw,260px)}
}
.slx-auth-pill{display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:0 12px;border-radius:999px;border:1px solid var(--line);background:#fff;color:var(--muted);font-size:12.5px;font-weight:850;white-space:nowrap;transition:.18s ease;flex:0 0 auto}
.slx-auth-pill:hover{background:var(--bg);color:var(--ink);border-color:var(--line2)}
.slx-auth-pill:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 4px rgba(247,186,20,.16)}
.slx-auth-pill.online{background:rgba(181,248,87,.20);color:var(--green);border-color:rgba(4,86,12,.14)}
.slx-auth-pill.online:before{background:var(--action);box-shadow:0 0 0 4px rgba(181,248,87,.24)}
.slx-account-menu .slx-auth-menu-action{font-weight:850;color:var(--green)}
.slx-auth-control{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 12px;border-radius:999px;font-size:12.5px;font-weight:850;color:var(--muted);border:1px solid var(--line);background:#fff;white-space:nowrap;transition:.18s ease;flex:0 0 auto}
.slx-auth-control span{width:8px;height:8px;border-radius:50%;background:var(--warm2);box-shadow:0 0 0 4px rgba(4,25,18,.04)}
.slx-auth-control.online{color:var(--green);background:rgba(181,248,87,.18);border-color:rgba(4,86,12,.18)}
.slx-auth-control.online span{background:var(--action);box-shadow:0 0 0 4px rgba(181,248,87,.24)}
.slx-auth-control:hover{color:var(--ink);background:var(--bg);border-color:var(--line2)}
@media (max-width:760px){.slx-auth-control{order:3}.slx-account{order:4}}


/* Ajustes SmartLicit Beta 1.1: Drive persistente, rayitos y eFile */
.slx-account-menu a[data-page="efile"], .slx-account-menu a.slx-efile-link{color:#063C83;font-weight:850;display:flex;align-items:center;gap:7px}
.slx-account-menu a[data-page="efile"] .efile-bolt, .slx-efile-link .efile-bolt{color:#063C83;font-weight:950}
.slx-drive-control{display:inline-flex;align-items:center;gap:8px;min-height:38px;max-width:455px;padding:0 12px;border-radius:999px;border:1px solid rgba(66,133,244,.22);background:#fff;color:var(--muted);font-size:12.2px;font-weight:820;white-space:nowrap;transition:.18s ease;overflow:hidden;text-overflow:ellipsis;flex:0 1 auto}
.slx-drive-control:hover{background:#F7FBFF;color:var(--ink);border-color:rgba(66,133,244,.38);box-shadow:var(--shadow-soft)}
.slx-drive-control img{width:20px;height:20px;flex:none}
.slx-drive-control strong{color:#063C83;font-weight:920}
.slx-drive-control .drive-detail{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.slx-drive-control.disconnected{border-color:rgba(4,25,18,.12);color:var(--ink);max-width:240px}
.slx-drive-control.disconnected strong{color:var(--green)}
.slx-shell-modal{position:fixed;inset:0;z-index:260;display:none;align-items:center;justify-content:center;padding:22px;background:rgba(4,25,18,.32);backdrop-filter:blur(10px)}
.slx-shell-modal.open{display:flex}
.slx-shell-modal-card{width:min(640px,100%);background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:0 28px 90px rgba(4,25,18,.22);overflow:hidden}
.slx-shell-modal-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;padding:20px 22px;border-bottom:1px solid var(--line)}
.slx-shell-modal-head h2{margin:0;font-size:23px;letter-spacing:-.04em}
.slx-shell-modal-head p{margin:7px 0 0;color:var(--muted);font-size:14px;line-height:1.45}
.slx-shell-modal-close{width:36px;height:36px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--muted);font-weight:950}
.slx-shell-modal-body{padding:18px 22px 22px;display:grid;gap:12px}
.slx-shell-modal-row{border:1px solid var(--line);border-radius:16px;background:#FBFAF6;padding:12px 14px;display:flex;gap:12px;align-items:flex-start}
.slx-shell-modal-row img{width:24px;height:24px;flex:none}
.slx-shell-modal-row strong{display:block;font-size:14px}.slx-shell-modal-row span{display:block;margin-top:4px;color:var(--muted);font-size:12.5px;line-height:1.42}
.slx-shell-modal-actions{display:flex;justify-content:flex-end;gap:9px;flex-wrap:wrap;margin-top:4px}
.slx-shell-btn{min-height:38px;border-radius:999px;border:1px solid var(--line);background:#fff;color:var(--ink);padding:0 13px;font-weight:850;font-size:13px}.slx-shell-btn.primary{background:var(--ink);border-color:var(--ink);color:#fff}.slx-shell-btn.efile{background:rgba(84,98,226,.08);border-color:rgba(84,98,226,.20);color:#063C83}
@media (max-width:1380px){.slx-drive-control{max-width:340px}.slx-drive-control .optional{display:none}}
@media (max-width:1180px){.slx-drive-control{order:3;max-width:calc(100vw - 290px)}.slx-auth-control{order:4}.slx-account{order:5}}
@media (max-width:760px){.slx-drive-control{order:3;width:100%;max-width:none;justify-content:flex-start}.slx-auth-control{order:4}.slx-account{order:5}.slx-shell-modal{align-items:flex-end;padding:0}.slx-shell-modal-card{border-radius:24px 24px 0 0}}


/* Ajustes SmartLicit Beta 1.6 */
.slx-user-icon{position:relative;width:17px;height:17px;display:inline-block;flex:none;color:currentColor}
.slx-user-icon:before{content:"";position:absolute;left:50%;top:1px;width:6px;height:6px;border:2px solid currentColor;border-radius:50%;transform:translateX(-50%);background:#fff}
.slx-user-icon:after{content:"";position:absolute;left:50%;bottom:1px;width:15px;height:8px;border:2px solid currentColor;border-radius:999px 999px 4px 4px;transform:translateX(-50%);background:#fff}
.slx-account-caret{font-size:10px;line-height:1;margin-left:1px;color:currentColor}
.slx-auth-control{width:40px;min-width:40px;height:38px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-size:19px;font-weight:950;color:var(--ink);border:1px solid var(--line);background:#fff;white-space:nowrap;transition:.18s ease;flex:0 0 auto;line-height:1}
.slx-auth-control .slx-auth-ray{display:inline-block;color:var(--ink);transform:translateY(-1px);filter:none}
.slx-auth-control.online{background:rgba(181,248,87,.18);border-color:rgba(4,86,12,.18);color:var(--lime)}
.slx-auth-control.online .slx-auth-ray{color:var(--lime)}
.slx-auth-control:hover{background:var(--bg);border-color:var(--line2);transform:translateY(-1px)}
@media (max-width:1180px){.slx-wrap{width:min(1560px,calc(100% - 40px))}}
@media (max-width:760px){.slx-account-trigger{width:40px}.slx-auth-control{order:4}.slx-account{order:5}}


/* Ajustes SmartLicit Beta 1.7: reacomodo exclusivo de header global */
@media (min-width:1181px){
  .slx-site-nav{overflow:visible}
}
.slx-nav-dropdown{position:relative;display:inline-flex;align-items:center;flex:0 0 auto}
.slx-nav-trigger{display:inline-flex;align-items:center;gap:6px;min-height:38px;padding:0 10px;border-radius:999px;color:rgba(4,25,18,.68);font-size:13.2px;font-weight:720;white-space:nowrap;border:1px solid transparent;background:transparent;letter-spacing:-.01em;transition:.18s ease}
.slx-nav-trigger:hover,.slx-nav-trigger.active,.slx-nav-dropdown.open .slx-nav-trigger,.slx-nav-dropdown:focus-within .slx-nav-trigger{color:var(--ink);background:var(--bg);border-color:var(--line)}
.slx-nav-trigger.active{background:rgba(181,248,87,.30);color:var(--green);border-color:rgba(4,86,12,.14)}
.slx-nav-caret{font-size:10px;line-height:1;color:currentColor;margin-left:1px;transform:translateY(1px)}
.slx-nav-menu{position:absolute;top:calc(100% + 10px);left:0;min-width:190px;padding:8px;display:none;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow-soft);z-index:140}
.slx-nav-dropdown:hover .slx-nav-menu,.slx-nav-dropdown:focus-within .slx-nav-menu,.slx-nav-dropdown.open .slx-nav-menu{display:grid;gap:2px}
.slx-site-nav .slx-nav-menu a{width:100%;justify-content:flex-start;border-radius:13px;padding:0 11px;min-height:36px;font-size:13px}
.slx-site-nav .slx-nav-menu a[data-placeholder="true"]{color:rgba(4,25,18,.52)}
.slx-site-nav .slx-nav-menu a[data-placeholder="true"]:hover{color:var(--ink);background:var(--bg)}
.slx-site-nav .slx-nav-dropdown.active .slx-nav-trigger .nav-bolt{color:var(--lime)}
@media (max-width:1180px){
  .slx-nav-dropdown{display:grid;align-items:start}
  .slx-nav-menu{position:static;min-width:min(260px,calc(100vw - 36px));margin-top:6px;box-shadow:none;background:#fff;border-radius:16px}
  .slx-nav-dropdown:not(.open):not(:focus-within) .slx-nav-menu{display:none}
  .slx-nav-dropdown.open .slx-nav-menu,.slx-nav-dropdown:focus-within .slx-nav-menu{display:grid;gap:2px}
}
@media (max-width:760px){
  .slx-nav-dropdown{width:100%}
  .slx-nav-trigger{width:100%;justify-content:space-between}
  .slx-nav-trigger .nav-bolt{margin-right:4px}
  .slx-nav-menu{width:100%;min-width:100%}
}

.slx-account-trigger{width:auto;min-width:42px;padding:0 11px}
.slx-account-label{font-size:12.5px;font-weight:850;letter-spacing:-.01em;white-space:nowrap}
@media (max-width:760px){.slx-account-trigger{width:auto}}

/* SmartLicit UX/content QA: brand SVG and thunderSL menu icons */
.slx-brand-logo{height:38px;width:auto;display:block;flex:none}
.slx-site-nav .nav-bolt.nav-bolt-img{width:16px;height:16px;display:inline-grid;place-items:center;line-height:1;color:inherit;flex:none}
.slx-site-nav .nav-bolt.nav-bolt-img img{width:16px;height:16px;display:block;object-fit:contain}


/* SmartLicit Beta 2.1: iconografía por vertical y botón online/offline */
.slx-auth-control{width:42px!important;min-width:42px!important;height:42px!important;padding:0!important;border-radius:50%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:#ffffff!important;border:1px solid var(--line)!important;box-shadow:none!important;color:var(--ink)!important;}
.slx-auth-control.online{background:#B9D651!important;border-color:rgba(4,86,12,.18)!important;color:var(--ink)!important;}
.slx-auth-control .slx-auth-icon{width:19px;height:19px;display:block;object-fit:contain;}
.slx-auth-control .slx-auth-ray{display:none!important;}
.slx-site-nav .efile-nav{display:inline-flex;align-items:center;gap:6px;}
.slx-site-nav .nav-bolt.nav-bolt-img img{width:16px;height:16px;display:block;object-fit:contain;}


/* SmartLicit Beta 2.2: header icon and online/offline button state assets */
.slx-nav-trigger .nav-bolt.nav-bolt-img img[src$="thunderSLheader.svg"]{width:16px;height:16px;display:block;object-fit:contain;}
.slx-auth-control{width:42px!important;min-width:42px!important;height:42px!important;border-radius:50%!important;padding:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:#ffffff!important;border:1px solid var(--line)!important;box-shadow:none!important;}
.slx-auth-control.online{background:#b5f857!important;border-color:rgba(4,86,12,.18)!important;}
.slx-auth-control .slx-auth-icon{width:20px!important;height:20px!important;display:block!important;object-fit:contain!important;margin:0!important;}


/* SmartLicit Beta 2.6: ID 3.0 header item */
.slx-site-nav a.id3-nav{color:#58635e;}
.slx-site-nav a.id3-nav:hover{color:#58635e;}

/* SmartLicit requested patch: ID 3.0, eFile, Bond, Credit and Deemby online/offline assets */
.slx-site-nav a.id3-nav,
.slx-site-nav a.efile-nav,
.slx-nav-dropdown[data-nav-group="bond"] .slx-nav-trigger,
.slx-nav-dropdown[data-nav-group="credit"] .slx-nav-trigger,
.slx-nav-dropdown[data-nav-group="bond"] .slx-nav-menu a,
.slx-nav-dropdown[data-nav-group="credit"] .slx-nav-menu a{
  color:#58635e!important;
}
.slx-site-nav a.id3-nav:hover,
.slx-site-nav a.efile-nav:hover,
.slx-site-nav a.id3-nav.active,
.slx-site-nav a.efile-nav.active,
.slx-nav-dropdown[data-nav-group="bond"] .slx-nav-trigger:hover,
.slx-nav-dropdown[data-nav-group="credit"] .slx-nav-trigger:hover,
.slx-nav-dropdown[data-nav-group="bond"].active .slx-nav-trigger,
.slx-nav-dropdown[data-nav-group="credit"].active .slx-nav-trigger,
.slx-nav-dropdown[data-nav-group="bond"] .slx-nav-trigger.active,
.slx-nav-dropdown[data-nav-group="credit"] .slx-nav-trigger.active{
  color:#58635e!important;
}
.slx-site-nav a.id3-nav.active,
.slx-site-nav a.efile-nav.active,
.slx-nav-dropdown[data-nav-group="bond"] .slx-nav-trigger.active,
.slx-nav-dropdown[data-nav-group="credit"] .slx-nav-trigger.active{
  background:rgba(181,248,87,.20)!important;
  border-color:rgba(4,86,12,.12)!important;
}
.slx-nav-dropdown[data-nav-group="bond"] .slx-nav-trigger .nav-bolt img,
.slx-nav-dropdown[data-nav-group="credit"] .slx-nav-trigger .nav-bolt img,
.slx-site-nav a.id3-nav .nav-bolt img,
.slx-site-nav a.efile-nav .nav-bolt img{
  width:16px!important;
  height:16px!important;
}
.slx-auth-control{background:#fff!important;}
.slx-auth-control.online{background:#b5f857!important;}
.slx-auth-control .slx-auth-icon{width:20px!important;height:20px!important;object-fit:contain!important;}
@media (min-width:1181px){
  .slx-site-nav{gap:1px;}
  .slx-site-nav a,.slx-nav-trigger{padding-left:8px;padding-right:8px;font-size:13px;}
}

/* SmartLicit Home/header patch: circular session controls */
.slx-circle-control,
.slx-drive-control,
.slx-efile-control,
.slx-account-trigger,
.slx-auth-control{
  width:42px!important;
  min-width:42px!important;
  height:42px!important;
  min-height:42px!important;
  padding:0!important;
  border-radius:50%!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 42px!important;
  background:#fff!important;
  border:1px solid var(--line)!important;
  color:var(--ink)!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.slx-drive-control .drive-detail,
.slx-account-trigger .slx-account-label,
.slx-account-trigger .slx-account-caret,
.slx-account-trigger .slx-user-icon{display:none!important}
.slx-control-icon,
.slx-circle-control img,
.slx-drive-control img,
.slx-efile-control img,
.slx-account-trigger img,
.slx-auth-control .slx-auth-icon{
  width:22px!important;
  height:22px!important;
  object-fit:contain!important;
  display:block!important;
  margin:0!important;
  max-width:22px!important;
  max-height:22px!important;
}
.slx-drive-control.connected,
.slx-efile-control.selected,
.slx-account-trigger.active,
.slx-auth-control.online{
  background:#b5f857!important;
  border-color:rgba(4,86,12,.18)!important;
}
.slx-account-trigger.active img{filter:brightness(0) invert(1)}
.slx-account{position:relative;flex:0 0 auto!important}
.slx-account-menu{right:0;top:calc(100% + 10px);min-width:188px;padding:8px;border-radius:18px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-soft)}
.slx-account-menu a{min-height:36px;border-radius:12px;padding:0 11px;display:flex;align-items:center;font-size:13px;font-weight:820;color:var(--muted)}
.slx-account-menu a:hover{background:var(--bg);color:var(--ink)}
.slx-shell-modal-body .slx-efile-current{border:1px solid var(--line);border-radius:16px;background:rgba(181,248,87,.10);padding:12px 14px;display:grid;gap:4px}
.slx-shell-modal-body .slx-efile-current strong{font-size:13px;color:var(--ink)}
.slx-shell-modal-body .slx-efile-current span{font-size:12.5px;color:var(--muted)}
.slx-efile-options{display:grid;gap:9px}
.slx-efile-option{border:1px solid var(--line);border-radius:16px;background:#fff;padding:12px 14px;text-align:left;display:grid;gap:4px;color:var(--ink);cursor:pointer;transition:.16s ease}
.slx-efile-option:hover{background:var(--bg);border-color:var(--line2);transform:translateY(-1px)}
.slx-efile-option strong{font-size:14px}.slx-efile-option span{font-size:12.5px;color:var(--muted);line-height:1.35}
@media (max-width:1180px){
  .slx-drive-control,.slx-efile-control,.slx-auth-control,.slx-account{order:4;width:42px!important;max-width:42px!important}
  .slx-account{order:5}
}
@media (max-width:760px){
  .slx-drive-control,.slx-efile-control,.slx-auth-control,.slx-account{width:42px!important;max-width:42px!important;flex:0 0 42px!important}
  .slx-account-trigger{width:42px!important}
}
.slx-drive-options{display:grid;gap:9px}.slx-drive-option{border:1px solid var(--line);border-radius:16px;background:#fff;padding:12px 14px;text-align:left;display:grid;gap:4px;color:var(--ink);cursor:pointer;transition:.16s ease}.slx-drive-option:hover{background:var(--bg);border-color:var(--line2);transform:translateY(-1px)}.slx-drive-option strong{font-size:14px}.slx-drive-option span{font-size:12.5px;color:var(--muted);line-height:1.35}

/* SmartLicit Tender/Pricing interoperability patch: header controls */
.slx-shell-btn.danger{border-color:rgba(198,33,24,.22)!important;background:rgba(198,33,24,.07)!important;color:#8A130C!important}
.slx-shell-btn.danger:hover{background:rgba(198,33,24,.11)!important}
.slx-drive-control.disconnected .slx-control-icon{width:24px!important;height:24px!important;max-width:24px!important;max-height:24px!important}
.slx-shell-modal-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}

/* SmartLicit eFile public nav patch */
.slx-site-nav a.efile-nav .efile-nav-icon{
  width:18px!important;height:18px!important;min-width:18px!important;
  border-radius:6px;background:#5462E2;padding:3px;display:inline-grid!important;place-items:center;
}
.slx-site-nav a.efile-nav .efile-nav-icon img{
  width:12px!important;height:12px!important;max-width:12px!important;max-height:12px!important;object-fit:contain!important;
}

/* SmartLicit Beta 2.7: logo principal y eFile header */
.slx-brand-logo{height:34px;width:auto;max-width:190px;object-fit:contain}
.slx-efile-control .slx-control-icon{width:24px;height:24px;object-fit:contain}
@media(max-width:1180px){.slx-brand-logo{height:30px;max-width:168px}}

/* SmartLicit Beta 2.7: eFile header debe usar efilegreen.svg sin contenedor azul */
.slx-site-nav a.efile-nav .efile-nav-icon{
  background:transparent!important;
  padding:0!important;
  border-radius:0!important;
  width:18px!important;
  height:18px!important;
  min-width:18px!important;
}
.slx-site-nav a.efile-nav .efile-nav-icon img{
  width:18px!important;
  height:18px!important;
  max-width:18px!important;
  max-height:18px!important;
}

/* SmartLicit task · Planes icon inherits nav icon sizing */
.slx-site-nav a[data-page="planes"] .nav-bolt.nav-bolt-img img{width:16px;height:16px;display:block;object-fit:contain}


/* SmartLicit Beta 2.8.4 · ajuste puntual header respecto a Beta 2.8.3: logo 80px izquierda y controles 80px derecha */
@media (min-width:1181px){
  .slx-brand{transform:translateX(20px)!important;}
  .slx-efile-control,
  .slx-drive-control,
  .slx-auth-control,
  .slx-account{transform:translateX(-20px)!important;}
}
.slx-site-nav a[data-page="planes"] .nav-bolt.nav-bolt-img img[src$="plans.svg"]{
  width:13px!important;
  height:13px!important;
  max-width:13px!important;
  max-height:13px!important;
}

/* SmartLicit Account Settings update: On/Off @vatar modal */
.slx-account:empty{width:0!important;min-width:0!important;max-width:0!important;flex:0 0 0!important;margin:0!important;padding:0!important;overflow:hidden!important}
.slx-onoff-grid,.slx-access-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.slx-onoff-card,.slx-access-card{border:1px solid var(--line);background:#fff;border-radius:18px;min-height:132px;padding:14px;display:grid;gap:8px;text-align:left;color:var(--ink);box-shadow:var(--shadow-soft)}
.slx-onoff-card:hover,.slx-access-card:hover{border-color:rgba(4,86,12,.20);transform:translateY(-1px)}
.slx-onoff-card img,.slx-access-card img{width:30px;height:30px;object-fit:contain}.slx-onoff-card strong,.slx-access-card strong{font-size:14px}.slx-onoff-card span,.slx-access-card span{color:var(--muted);font-size:12.5px;line-height:1.35}.slx-gear{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#041912;color:#B5F857;font-size:18px;font-weight:900}.slx-avatar-ok{padding:14px;border:1px solid rgba(4,86,12,.16);background:rgba(181,248,87,.14);border-radius:18px}.slx-avatar-ok strong{display:block;font-size:15px}.slx-avatar-ok span{display:block;color:var(--muted);font-size:13px;margin-top:4px}.slx-login-grid,.slx-signup-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.slx-login-grid label,.slx-signup-grid label,.slx-otp-field{display:grid;gap:6px;color:var(--muted);font-size:12px;font-weight:800}.slx-login-grid input,.slx-signup-grid input,.slx-otp-field input{height:40px;border:1px solid var(--line);border-radius:12px;padding:0 12px;background:#fff;color:var(--ink);outline:0}.slx-modal-methods{grid-column:1/-1;display:flex;gap:8px;flex-wrap:wrap}.slx-modal-check{display:flex!important;gap:8px;align-items:flex-start;color:var(--muted);font-size:12.5px;line-height:1.35;font-weight:650}.slx-modal-check input{margin-top:2px;accent-color:#04560C}.slx-mini-note{margin:0;color:var(--muted);font-size:12.5px;line-height:1.45}.slx-warning-note{margin:0;border:1px solid rgba(247,186,20,.24);background:rgba(247,186,20,.12);border-radius:14px;padding:10px;color:#6F4B00;font-size:12.5px;line-height:1.42}.slx-avatar-pick{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.slx-avatar-pick button{min-height:68px;border:1px solid var(--line);border-radius:14px;background:#fff;display:grid;place-items:center;gap:5px;font-weight:850}.slx-avatar-pick button.active{background:rgba(181,248,87,.18);border-color:rgba(4,86,12,.20)}.slx-avatar-pick img{width:24px;height:24px}.slx-verified-result{border:1px solid rgba(26,153,15,.20);background:rgba(26,153,15,.08);border-radius:18px;padding:18px;display:grid;gap:6px}.slx-verified-result .slx-check{width:34px;height:34px;border-radius:50%;background:#1A990F;color:white;display:grid;place-items:center;font-weight:950}.slx-verified-result p{margin:0;color:var(--muted);font-size:13px;line-height:1.42}.slx-shell-btn.danger{color:#C62118;background:rgba(198,33,24,.08);border-color:rgba(198,33,24,.20)}.slx-logout-card{background:linear-gradient(135deg,rgba(181,248,87,.22),#fff);border-color:rgba(4,86,12,.18)}.slx-logout-card .slx-shell-btn{width:max-content;justify-self:start;margin-top:4px}
@media (max-width:760px){.slx-onoff-grid,.slx-access-grid,.slx-login-grid,.slx-signup-grid{grid-template-columns:1fr}.slx-onoff-card,.slx-access-card{min-height:104px}.slx-modal-methods{display:grid}}


/* Beta 2.9.3.2 · Settings / On-Off visual QA */
body[data-page="micuenta"] .slx-page-frame{top:0!important;height:100%!important;}
.slx-access-session{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;border:1px solid rgba(4,86,12,.16);background:linear-gradient(135deg,rgba(181,248,87,.18),#fff);border-radius:18px;box-shadow:var(--shadow-soft)}
.slx-access-session>div{display:flex;align-items:center;gap:10px}.slx-access-session img{width:30px;height:30px;object-fit:contain}.slx-access-session strong{display:block;font-size:14px}.slx-access-session span{display:block;margin-top:3px;color:var(--muted);font-size:12.5px;line-height:1.35}.slx-deemby-intro,.slx-avatar-brand{border:1px solid rgba(4,25,18,.10);background:#fff;border-radius:18px;padding:14px;display:flex;align-items:center;gap:12px;box-shadow:var(--shadow-soft)}.slx-deemby-intro img,.slx-avatar-brand img{width:42px;height:42px;object-fit:contain;flex:none}.slx-deemby-intro p,.slx-avatar-brand p{margin:0;color:var(--muted);font-size:13.5px;line-height:1.45;font-weight:650}.slx-avatar-brand{grid-column:1/-1;background:linear-gradient(135deg,rgba(181,248,87,.16),#fff)}
@media(max-width:760px){.slx-access-session{display:grid}.slx-access-session .slx-shell-btn{width:max-content}.slx-deemby-intro,.slx-avatar-brand{align-items:flex-start}}

/* SmartLicit Beta 2.9.4.5 · OnLine/OffLine split visual adjustments */
.slx-deemby-intro-split{justify-content:space-between!important;gap:14px!important}
.slx-deemby-intro-split p{flex:1 1 auto!important}
.slx-deemby-intro-split img{width:42px!important;height:42px!important;object-fit:contain!important;flex:0 0 42px!important}
.slx-onoff-card .slx-settings-icon,
.slx-access-card .slx-settings-icon{width:34px!important;height:34px!important;object-fit:contain!important;display:block!important}
.slx-access-grid-auth{grid-template-columns:minmax(0,1fr) minmax(0,1.35fr) minmax(0,1fr)!important;align-items:stretch!important}
.slx-access-choice-panel{border:1px solid var(--line);background:#fff;border-radius:18px;min-height:132px;padding:10px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;box-shadow:var(--shadow-soft)}
.slx-access-choice-panel .slx-access-card{min-height:112px!important;box-shadow:none!important;border-radius:15px!important;padding:12px!important}
.slx-access-card.demo-disabled{opacity:.54!important;cursor:not-allowed!important;filter:grayscale(.15)}
.slx-access-card.demo-disabled:hover{transform:none!important;border-color:var(--line)!important}
.slx-access-card.demo-disabled img{opacity:.82}.slx-access-card[disabled]{pointer-events:none}
.slx-modal-brand-line{border:1px solid rgba(4,25,18,.10);background:#fff;border-radius:18px;padding:12px 14px;display:flex;align-items:center;gap:10px;box-shadow:var(--shadow-soft);font-weight:900;color:var(--ink)}
.slx-modal-brand-line img{width:24px;height:24px;object-fit:contain;flex:none}.slx-modal-brand-line span{font-size:14px;letter-spacing:-.02em}.slx-modal-brand-line-split{justify-content:space-between}.slx-modal-brand-line-split span{flex:1}.slx-modal-brand-line-split img{width:28px;height:28px}
.slx-btn-icon{width:17px!important;height:17px!important;min-width:17px!important;object-fit:contain!important;display:inline-block!important;margin-right:7px!important;vertical-align:-3px!important}.slx-shell-btn .slx-btn-icon{margin-left:-2px}.slx-modal-brand-icon{width:26px!important;height:26px!important;object-fit:contain!important}.slx-verified-deemby{grid-template-columns:42px 1fr!important;align-items:center!important}.slx-verified-deemby img{width:42px;height:42px;object-fit:contain;grid-row:span 3}.slx-verified-deemby strong{font-size:16px}.slx-verified-deemby p{grid-column:2}
@media(max-width:760px){.slx-access-grid-auth,.slx-access-choice-panel{grid-template-columns:1fr!important}.slx-deemby-intro-split{align-items:center!important}.slx-modal-brand-line-split{align-items:center!important}}


/* SmartLicit Beta 2.9.10 · Deemby OnLine/OffLine modal icon patch */
.slx-avatar-ok-deemby{display:flex!important;align-items:center!important;gap:12px!important;}
.slx-avatar-ok-deemby>img{width:42px!important;height:42px!important;object-fit:contain!important;flex:0 0 42px!important;}
.slx-avatar-ok-deemby>div{min-width:0!important;}
.slx-onoff-card[data-onoff-login]>img{width:42px!important;height:42px!important;object-fit:contain!important;}
.slx-onoff-card[data-onoff-signup]>img{width:42px!important;height:42px!important;object-fit:contain!important;}

/* slx-beta2916-footer-icons */
/* SmartLicit Beta 2.9.16 · footer icon alignment */
.slx-global-footer .slx-foot-icon{width:14px!important;height:14px!important;max-width:14px!important;max-height:14px!important;object-fit:contain!important;display:inline-block!important;flex:0 0 14px!important;margin-right:0!important;background:transparent!important;border-radius:0!important;padding:0!important;box-sizing:border-box!important}.slx-global-footer .slx-footer-duo-icons{display:inline-flex!important;align-items:center!important;gap:3px!important;margin-right:0!important;flex:0 0 auto!important}.slx-global-footer .slx-footer-duo-icons img{width:14px!important;height:14px!important;max-width:14px!important;max-height:14px!important;object-fit:contain!important;display:block!important;margin:0!important;background:transparent!important;border-radius:0!important;padding:0!important}.slx-global-footer .slx-footer-drive-icon,.slx-global-footer .slx-footer-urdaten-icon{width:14px!important;height:14px!important;max-width:14px!important;max-height:14px!important;background:transparent!important;border-radius:0!important;padding:0!important;box-sizing:border-box!important;object-fit:contain!important}.slx-global-footer .slx-footer-drive span{color:inherit!important;font-weight:inherit!important}


/* SmartLicit Google Drive Workspace · Beta 2.9.17 */
.slx-drive-control.authenticated{background:rgba(181,248,87,.22)!important;border-color:rgba(4,86,12,.20)!important}
.slx-drive-control.offline{background:#fff!important;border-color:rgba(4,25,18,.12)!important;opacity:.82!important}
.slx-drive-control[data-drive-state="offline"] .slx-control-icon{filter:grayscale(.25)!important;opacity:.78!important}
.slx-shell-modal-row[data-drive-folder] strong{color:#04560C!important}
.slx-shell-modal-body .slx-mini-note{margin:0;border:1px solid rgba(247,186,20,.24);background:rgba(247,186,20,.10);border-radius:14px;padding:10px;color:#6F4B00;font-size:12.5px;line-height:1.42}
.slx-drive-option[data-drive-choice]{position:relative}
.slx-drive-option[data-drive-choice]:after{content:"";position:absolute;right:13px;top:50%;width:7px;height:7px;border-radius:50%;background:#B5F857;transform:translateY(-50%);opacity:.62}

/* Beta 3.0 surgical controls: Offline-only inactive eFile/Drive states */
.slx-efile-control.offline,
.slx-efile-control[aria-disabled="true"],
.slx-drive-control[aria-disabled="true"]{
  opacity:.54;
  cursor:not-allowed;
  filter:grayscale(.18) saturate(.82);
}
.slx-efile-control.offline .slx-control-icon,
.slx-efile-control[aria-disabled="true"] .slx-control-icon{
  opacity:.9;
}
.slx-efile-control[disabled]{
  pointer-events:none;
}
