
  :root{
    --ink:#303847;
    --ink-soft:#4b5565;
    --copper:#0b5fb6;
    --copper-soft:#0a4f9a;
    --growth:#0b5fb6;
    --growth-soft:#084b91;
    --paper:#f4f7fb;
    --paper-deep:#eaf2fb;
    --gold:#ffc400;
    --graphite:#303847;
    --line:#dfe6ef;
    --white:#ffffff;
    --blue:#0d4388;
    --blue-soft:#eaf4ff;
  }
  *{box-sizing:border-box;}
  html,body{margin:0;padding:0;}
  body{ background:#fff; color:var(--graphite); font-family:'IBM Plex Sans', sans-serif; -webkit-font-smoothing:antialiased; }
  h1,h2,h3,.display{ font-family:'Space Grotesk', sans-serif; letter-spacing:-0.01em; }
  .mono{font-family:'IBM Plex Mono', monospace;}
  a{ color:inherit; }
  button{ font-family:'IBM Plex Sans', sans-serif; }

  .app{ max-width:none; margin:0 auto; min-height:100vh; display:flex; flex-direction:column; }

  header.topbar{ background:var(--white); color:var(--ink); position:sticky; top:0; z-index:60; border-bottom:1px solid var(--line); }
  .topbar-inner{ max-width:1180px; margin:0 auto; display:flex; align-items:center; justify-content:space-between; gap:16px; padding:14px 24px; flex-wrap:nowrap; }
  .logo{ display:flex; align-items:center; gap:10px; font-weight:700; font-size:25px; white-space:nowrap; color:var(--blue); background:transparent; border:0; padding:0; font-family:inherit; cursor:pointer; }
  .logo .dot{ width:11px;height:11px;border-radius:50%; background:#ff7a00; box-shadow:0 4px 0 #ff7a00; }

  nav.tabs{ display:flex; gap:4px; flex-wrap:wrap; }
  nav.tabs button{ background:transparent; border:none; color:#4d5563; font-size:14.5px; font-weight:600; padding:9px 14px; border-bottom:3px solid transparent; cursor:pointer; transition:all .15s ease; white-space:nowrap; }
  nav.tabs button:hover{ color:var(--blue); }
  nav.tabs button.active{ color:var(--blue); border-bottom-color:var(--blue); }

  .topbar-actions{ display:flex; gap:8px; align-items:center; flex-wrap:nowrap; }
  .regional-controls{ display:inline-flex; align-items:center; }
  .regional-icon-btn{ width:42px; height:42px; display:inline-flex; align-items:center; justify-content:center; gap:9px; border:1px solid #d9e3ef; border-radius:999px; background:#fff; color:var(--blue); cursor:pointer; box-shadow:0 8px 18px rgba(13,67,136,.10); }
  .regional-icon-btn svg{ width:24px; height:24px; stroke:currentColor; stroke-width:2.1; fill:none; stroke-linecap:round; stroke-linejoin:round; }
  .regional-icon-btn:hover,.regional-icon-btn:focus-visible{ outline:none; transform:translateY(-1px); background:var(--blue-soft); border-color:#b8d4f3; box-shadow:0 12px 24px rgba(13,67,136,.16); }
  .link-ghost{ background:transparent; border:1px solid var(--blue); color:var(--blue); font-size:13.5px; padding:10px 20px; border-radius:999px; cursor:pointer; white-space:nowrap; font-weight:700; }
  .session-logout[hidden], [data-logout][hidden]{ display:none !important; }
  .cta-publish{ background:var(--blue); color:var(--white); border:none; font-weight:700; font-size:14px; padding:11px 20px; border-radius:999px; cursor:pointer; white-space:nowrap; }
  .cta-publish:hover{ background:#082f65; }

  .hamburger{ display:none; background:#fff; border:1px solid var(--line); border-radius:8px; width:42px; height:38px; cursor:pointer; flex-shrink:0; align-items:center; justify-content:center; }
  .hamburger span, .hamburger span::before, .hamburger span::after{ display:block; width:18px; height:2px; background:var(--blue); position:relative; transition:.2s; }
  .hamburger span::before{ content:''; position:absolute; top:-6px; }
  .hamburger span::after{ content:''; position:absolute; top:6px; }
  .hamburger.open span{ background:transparent; }
  .hamburger.open span::before{ top:0; transform:rotate(45deg); }
  .hamburger.open span::after{ top:0; transform:rotate(-45deg); }

  .mobile-menu{ display:none; flex-direction:column; background:#fff; border-top:1px solid var(--line); padding:10px 16px 16px; gap:4px; box-shadow:0 16px 30px rgba(28,49,89,.12); }
  .mobile-menu.open{ display:flex; }
  .mobile-menu button{ background:transparent; border:none; color:var(--ink); text-align:left; font-size:15px; padding:11px 8px; border-radius:8px; cursor:pointer; }
  .mobile-regional-controls{ display:flex; width:100%; padding:4px 8px; }
  .mobile-regional-controls .regional-icon-btn{ width:100%; justify-content:flex-start; padding:0 14px; font-weight:800; }
  .mobile-menu button.active{ color:var(--blue); background:var(--blue-soft); font-weight:700; }
  .mobile-menu hr{ border:none; border-top:1px solid var(--line); margin:6px 0; }

  @media (max-width:760px){
    nav.tabs{ display:none; }
    .regional-controls{ display:none; }
    .link-ghost{ display:none; }
    .hamburger{ display:flex; }
  }

  .regional-modal{ position:fixed; inset:0; z-index:160; display:none; align-items:center; justify-content:center; padding:22px; }
  .regional-modal.open{ display:flex; }
  .regional-backdrop{ position:absolute; inset:0; background:rgba(8,13,24,.38); backdrop-filter:blur(4px); }
  .regional-dialog{ position:relative; width:min(560px,94vw); background:#fff; border-radius:22px; padding:46px 48px 42px; box-shadow:0 28px 80px rgba(6,19,40,.24); color:#16171b; }
  .regional-close{ position:absolute; right:20px; top:18px; width:42px; height:42px; border:0; border-radius:999px; background:#f7f7f7; color:#666; font:800 30px/1 'IBM Plex Sans',sans-serif; cursor:pointer; }
  .regional-dialog h2{ margin:0 auto 30px; max-width:340px; text-align:center; color:#15161a; font:900 36px/1.08 'Space Grotesk',sans-serif; letter-spacing:0; }
  .regional-field{ display:block; margin:0 0 18px; }
  .regional-field > span{ display:block; margin:0 0 8px; color:#a5a5a5; font:800 16px/1 'IBM Plex Sans',sans-serif; }
  .regional-field select{ width:100%; height:58px; border:2px solid #e2e2e2; border-radius:14px; background:#fff; color:#202228; font:800 18px 'IBM Plex Sans',sans-serif; padding:0 46px 0 20px; appearance:none; background-image:linear-gradient(45deg, transparent 50%, #6b7280 50%), linear-gradient(135deg, #6b7280 50%, transparent 50%); background-position:calc(100% - 31px) 26px, calc(100% - 22px) 26px; background-size:9px 9px,9px 9px; background-repeat:no-repeat; }
  .regional-save{ width:100%; height:58px; margin-top:22px; border:0; border-radius:999px; background:#4057ff; color:#fff; font:900 19px 'IBM Plex Sans',sans-serif; cursor:pointer; }
  .regional-save:hover,.regional-save:focus-visible{ background:#3047ea; outline:none; }

  @media (max-width:760px){
    .regional-dialog{ padding:42px 20px 26px; width:min(380px,94vw); border-radius:20px; }
    .regional-dialog h2{ font-size:28px; margin-bottom:24px; }
    .regional-close{ right:14px; top:12px; width:36px; height:36px; font-size:28px; }
    .regional-field > span{ font-size:14px; }
    .regional-field select,.regional-save{ height:52px; font-size:16px; }
  }

  .hero{ position:relative; padding:58px 24px 44px; background:linear-gradient(rgba(18,32,58,.58), rgba(18,32,58,.42)), url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1800&q=80") center/cover; text-align:center; color:#fff; }
  .hero h1{ font-size:clamp(26px,3.6vw,40px); color:var(--ink); margin:0 0 10px; max-width:680px; }
  .hero h1{ color:#fff; margin-left:auto; margin-right:auto; }
  .hero p{ font-size:18px; color:#f3f7fb; max-width:720px; margin:0 auto 22px; line-height:1.5; }
  .hero-cta-row{ display:flex; gap:12px; flex-wrap:wrap; justify-content:center; margin-bottom:22px; }
  .btn-lg-primary{ background:var(--ink); color:var(--white); border:none; padding:13px 22px; border-radius:10px; font-weight:600; font-size:15px; cursor:pointer; }
  .btn-lg-primary:hover{ background:var(--ink-soft); }
  .btn-lg-secondary{ background:var(--gold); color:var(--ink); border:none; padding:13px 22px; border-radius:10px; font-weight:600; font-size:15px; cursor:pointer; }
  .btn-lg-secondary:hover{ background:#dcaf52; }
  .hero-stats{ display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; max-width:920px; margin:22px auto 0; padding-top:18px; border-top:1px dashed rgba(255,255,255,.45); align-items:start; }
  .hero-stats .stat{ min-width:0; text-align:center; }
  .hero-stats .num{ font-family:'Space Grotesk',sans-serif; font-size:30px; font-weight:800; color:#fff; }
  .hero-stats .num.green{ color:#fff; }
  .hero-stats .label{ font-size:12px; color:rgba(255,255,255,.86); font-family:'IBM Plex Mono',monospace; text-transform:uppercase; letter-spacing:.04em; white-space:nowrap; }

  .hero-search-mode-row{ display:flex; align-items:center; justify-content:center; gap:14px; margin:0 auto 16px; flex-wrap:wrap; }
  .hero-search-tabs{ display:inline-flex; align-items:center; gap:6px; background:rgba(22,31,46,.66); border:1px solid rgba(255,255,255,.34); border-radius:999px; padding:7px; backdrop-filter:blur(10px); box-shadow:0 18px 34px rgba(0,0,0,.16); }
  .hero-search-tabs button{ appearance:none; border:0; background:transparent; color:rgba(255,255,255,.9); border-radius:999px; padding:11px 22px; font:800 14px 'IBM Plex Sans',sans-serif; cursor:pointer; transition:background .18s ease, color .18s ease, box-shadow .18s ease; }
  .hero-search-tabs button.active{ background:#fff; color:var(--blue); box-shadow:0 10px 22px rgba(0,0,0,.16); }
  .hero-search-tabs button:hover:not(.active){ background:rgba(255,255,255,.14); color:#fff; }
  .searchbar{ display:flex; gap:0; background:var(--white); border:1px solid var(--line); border-radius:999px; overflow:hidden; max-width:720px; margin:6px auto 0; box-shadow:0 12px 30px rgba(12,38,78,.18); }
  .searchbar input{ flex:1; border:none; padding:20px 22px; font-size:16px; background:transparent; color:var(--graphite); font-family:'IBM Plex Sans',sans-serif; }
  .searchbar input:focus{ outline:none; }
  .searchbar button{ background:var(--copper); color:var(--white); border:none; padding:0 22px; font-weight:600; font-size:14px; cursor:pointer; }
  .searchbar button:hover,
  .searchbar button:focus-visible{ background:var(--copper-soft); color:#fff; outline:none; }
  .hero-searchbar{ max-width:1010px; display:grid; grid-template-columns:minmax(320px,1.65fr) minmax(180px,.76fr) minmax(170px,.74fr) 190px; align-items:center; gap:0; background:rgba(255,255,255,.98); border:3px solid rgba(255,255,255,.94); overflow:hidden; text-align:left; border-radius:999px; box-shadow:0 16px 34px rgba(6,19,40,.18); }
  .hero-search-field{ min-width:0; min-height:62px; display:grid; grid-template-columns:24px minmax(0,1fr); align-items:center; gap:14px; padding:0 22px; background:#fff; border-right:1px solid #e2e9f2; }
  .hero-search-field svg{ width:22px; height:22px; stroke:var(--blue); stroke-width:1.85; fill:none; stroke-linecap:round; stroke-linejoin:round; }
  .hero-field-copy{ min-width:0; display:flex; flex-direction:column; gap:1px; }
  .hero-field-copy small{ color:#8d897d; font:800 10px 'IBM Plex Mono',monospace; text-transform:uppercase; letter-spacing:.08em; }
  .hero-search-field input,
  .hero-search-field select{ width:100%; border:0; padding:0; background:transparent; color:#3a4354; font:600 15px 'IBM Plex Sans',sans-serif; outline:0; min-height:24px; }
  .hero-search-field input::placeholder{ color:#7d7a70; font-weight:500; }
  .hero-search-field select{ appearance:none; background-image:linear-gradient(45deg, transparent 50%, var(--blue) 50%), linear-gradient(135deg, var(--blue) 50%, transparent 50%); background-position:calc(100% - 13px) 10px, calc(100% - 6px) 10px; background-size:7px 7px, 7px 7px; background-repeat:no-repeat; padding-right:28px; cursor:pointer; }
  .hero-searchbar button{ height:54px; margin:4px; display:inline-flex; align-items:center; justify-content:center; gap:10px; background:var(--blue); font-size:16px; border-radius:999px; font-weight:800; }
  .hero-searchbar button svg{ width:22px; height:22px; stroke:#fff; stroke-width:2; fill:none; stroke-linecap:round; stroke-linejoin:round; }
  .hero-searchbar button:hover,
  .hero-searchbar button:focus-visible{ background:var(--blue-dark); color:#fff !important; outline:none; }
  .hero-searchbar button:hover span,
  .hero-searchbar button:focus-visible span{ color:#fff !important; }
  .hero-searchbar button:hover svg,
  .hero-searchbar button:focus-visible svg{ stroke:#fff; }
  .hero-search-suggestions{ position:absolute; left:50%; top:auto; z-index:50; width:calc(100% - 48px); max-width:1010px; max-height:min(560px,70vh); margin:0; transform:translateX(-50%); background:#fff; color:var(--ink); border:1px solid #dfe7f1; border-radius:18px; box-shadow:0 22px 48px rgba(6,19,40,.22); overflow:auto; text-align:left; }
  .hero-search-suggestions[hidden]{ display:none; }
  .software-vs-hero{ width:100%; margin:0 0 28px; display:grid; grid-template-columns:minmax(0,.9fr) minmax(360px,1.15fr); gap:22px; align-items:center; text-align:left; color:var(--ink); background:linear-gradient(135deg,#f3f8ff 0%,#fff 48%,#fff8e5 100%); border:1px solid #c9ddf4; box-shadow:0 22px 52px rgba(28,49,89,.12); }
  .software-vs-copy span,.compare-page-head span{ display:inline-flex; color:var(--blue); font-size:12px; font-weight:900; text-transform:uppercase; letter-spacing:.08em; }
  .software-vs-copy h2,.compare-page-head h2{ margin:8px 0 8px; font:900 28px/1.08 'Space Grotesk',sans-serif; letter-spacing:0; }
  .software-vs-copy p,.compare-page-head p{ margin:0; color:#586579; font-size:15px; line-height:1.55; }
  .software-vs-box{ position:relative; padding:18px 18px 16px 44px; border-radius:22px; background:#fff; border:1px solid #dce7f3; box-shadow:0 18px 44px rgba(28,49,89,.12); overflow:hidden; }
  .software-vs-inputs{ position:relative; display:grid; gap:8px; }
  .software-vs-mark{ position:absolute; left:-25px; top:41px; color:var(--blue); font:800 18px 'IBM Plex Sans',sans-serif; text-transform:lowercase; }
  .software-vs-mark::before,.software-vs-mark::after{ content:""; position:absolute; left:7px; width:2px; height:40px; background:var(--blue); opacity:.72; }
  .software-vs-mark::before{ bottom:27px; }
  .software-vs-mark::after{ top:28px; }
  .software-vs-inputs label{ position:relative; display:block; }
  .software-vs-inputs input{ width:100%; height:58px; border:1px solid #d9e3ef; border-radius:999px; padding:0 58px 0 28px; background:#fff; color:#171717; font:700 24px 'IBM Plex Sans',sans-serif; outline:0; box-shadow:0 8px 18px rgba(28,49,89,.08); }
  .software-vs-inputs input::placeholder{ color:#777; font-weight:700; }
  .software-suggest-menu{ display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px; margin:6px 0 0; }
  .software-suggest-menu[hidden]{ display:none; }
  .software-suggest-menu button{ display:flex; align-items:center; gap:10px; min-width:0; padding:10px 12px; border-radius:14px; border:1px solid #dce7f3; background:#f8fbff; color:var(--ink); text-align:left; cursor:pointer; box-shadow:0 8px 18px rgba(28,49,89,.07); }
  .software-suggest-menu button:hover{ border-color:var(--blue); background:#fff; transform:translateY(-1px); }
  .software-suggest-icon,.software-tool-icon{ flex:0 0 auto; display:inline-flex; align-items:center; justify-content:center; width:36px; height:36px; border-radius:12px; background:#e9f2ff; color:var(--blue); }
  .software-suggest-icon svg,.software-tool-icon svg,.software-metric b svg{ width:18px; height:18px; fill:none; stroke:currentColor; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }
  .software-suggest-menu b{ display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font:900 14px/1.15 'IBM Plex Sans',sans-serif; }
  .software-suggest-menu small{ display:block; margin-top:2px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color:#667085; font-size:12px; }
  .software-clear-input{ position:absolute; right:12px; top:50%; transform:translateY(-50%); width:36px; height:36px; margin:0; border:0; border-radius:999px; background:transparent; color:#5f5f5f; font:400 34px/1 'IBM Plex Sans',sans-serif; box-shadow:none; cursor:pointer; }
  .software-vs-actions{ display:grid; grid-template-columns:1fr 120px; gap:12px; margin-top:14px; }
  .software-vs-actions button{ min-height:52px; border-radius:999px; border:0; font:900 18px 'IBM Plex Sans',sans-serif; cursor:pointer; }
  .software-vs-actions button:first-child{ background:var(--blue); color:#fff; box-shadow:0 12px 24px rgba(13,67,136,.22); }
  .software-vs-actions button:last-child{ background:#eef3f8; color:#334155; border:1px solid #d9e3ef; }
  .software-vs-results,.smart-comparison-panel{ margin:14px auto 0; background:#fff; color:var(--ink); border:1px solid #e0e8f2; border-radius:18px; box-shadow:0 18px 44px rgba(6,19,40,.14); overflow:hidden; }
  .software-vs-results[hidden],.smart-comparison-panel[hidden]{ display:none; }
  .software-compare-head,.smart-compare-head{ display:flex; align-items:flex-start; justify-content:space-between; gap:16px; padding:18px 20px; border-bottom:1px solid #edf1f6; background:#fbfcfe; }
  .software-compare-head h3,.smart-compare-head h3{ margin:0; font:900 20px/1.15 'Space Grotesk',sans-serif; letter-spacing:0; }
  .software-compare-head p,.smart-compare-head p{ margin:5px 0 0; color:#667085; font-size:14px; line-height:1.45; }
  .software-compare-grid{ display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:0; }
  .software-compare-card{ padding:20px; border-right:1px solid #edf1f6; }
  .software-compare-card:last-child{ border-right:0; }
  .software-card-top{ display:flex; align-items:center; justify-content:space-between; gap:10px; margin-bottom:14px; }
  .software-tool-type{ display:inline-flex; align-items:center; min-height:30px; padding:6px 10px; border-radius:999px; background:#fff8e5; color:#755f05; font:900 12px 'IBM Plex Sans',sans-serif; }
  .software-compare-card h4{ margin:0 0 8px; font:900 24px/1 'Space Grotesk',sans-serif; }
  .software-compare-card p{ margin:0 0 14px; color:#586579; line-height:1.5; }
  .software-card-actions{ display:flex; flex-wrap:wrap; gap:8px; margin-top:16px; }
  .software-card-actions a,.software-card-actions button{ display:inline-flex; align-items:center; justify-content:center; min-height:40px; border-radius:999px; padding:9px 14px; font:900 13px 'IBM Plex Sans',sans-serif; text-decoration:none; }
  .software-card-actions .primary{ background:var(--blue); color:#fff; border:1px solid var(--blue); }
  .software-card-actions .ghost{ background:#eef3f8; color:#334155; border:1px solid #d9e3ef; }
  .software-card-actions button[disabled]{ opacity:.72; cursor:not-allowed; }
  .software-metrics,.smart-compare-table{ display:grid; gap:8px; }
  .software-metric,.smart-compare-row{ display:grid; grid-template-columns:120px minmax(0,1fr); gap:12px; align-items:start; padding:10px 0; border-top:1px solid #eef2f6; }
  .software-metric b,.smart-compare-row b{ color:#667085; font-size:12px; text-transform:uppercase; letter-spacing:.04em; }
  .software-metric b{ display:flex; align-items:center; gap:6px; }
  .software-metric b svg{ width:15px; height:15px; color:var(--blue); }
  .software-verdict{ padding:18px 20px; border-top:1px solid #edf1f6; background:#fff8e5; color:#4a3a08; font-weight:800; }
  .software-bussyn-opinion{ padding:20px; border-top:1px solid #edf1f6; background:linear-gradient(135deg,#f3f8ff 0%,#fff8e5 100%); }
  .software-bussyn-opinion span{ display:inline-flex; margin-bottom:8px; color:var(--blue); font:900 12px 'IBM Plex Sans',sans-serif; text-transform:uppercase; letter-spacing:.08em; }
  .software-bussyn-opinion p{ margin:0; color:#203044; font:800 16px/1.55 'IBM Plex Sans',sans-serif; }
  .smart-comparison-panel{ max-width:1010px; }
  .explore-search-panel .smart-comparison-panel,.dir-tools .smart-comparison-panel{ max-width:1010px; }
  .smart-compare-cards{ display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:0; }
  .smart-compare-card{ padding:18px; border-right:1px solid #edf1f6; }
  .smart-compare-card:last-child{ border-right:0; }
  .smart-compare-card-top{ display:grid; grid-template-columns:54px minmax(0,1fr); gap:12px; align-items:center; margin-bottom:12px; }
  .smart-compare-image{ width:54px; height:54px; border-radius:14px; background:#e8eef6; color:var(--blue); display:grid; place-items:center; overflow:hidden; font:900 20px 'Space Grotesk',sans-serif; }
  .smart-compare-image img{ width:100%; height:100%; object-fit:cover; display:block; }
  .smart-compare-card h4{ margin:0 0 8px; font:900 17px/1.2 'Space Grotesk',sans-serif; }
  .smart-compare-card-top h4{ margin:0 0 4px; }
  .smart-compare-card p{ margin:0 0 12px; color:#647083; font-size:13px; line-height:1.45; }
  .smart-compare-card-top p{ margin:0; }
  .smart-compare-actions{ display:flex; flex-wrap:wrap; gap:8px; padding:16px 18px; border-top:1px solid #edf1f6; background:#fbfcfe; }
  .smart-compare-actions button{ border:0; border-radius:999px; padding:9px 14px; font-weight:900; cursor:pointer; }
  .smart-compare-actions .primary{ background:var(--blue); color:#fff; }
  .smart-compare-actions .ghost{ background:#eef3f8; color:#334155; }
  .btn-compare-card{ border:1px solid #d6e0eb; background:#fff; color:#26384f; font-weight:800; font-size:13px; padding:8px 12px; border-radius:8px; cursor:pointer; }
  .compare-page{ width:min(1120px,92vw); margin:0 auto; padding:34px 0 70px; }
  .compare-page-head{ color:var(--ink); margin-bottom:18px; }
  .compare-page-vs{ margin-bottom:16px; }
  .selected-comparison-panel{ max-width:none; }
  .hero-suggest-section{ padding:14px; border-top:1px solid #edf2f7; }
  .hero-suggest-section:first-child{ border-top:0; }
  .hero-suggest-title{ color:#7f8795; font:800 11px 'IBM Plex Mono',monospace; text-transform:uppercase; letter-spacing:.08em; margin:0 0 8px; }
  .hero-suggest-list{ display:grid; gap:4px; }
  .hero-suggest-item{ width:100%; min-height:56px; display:grid; grid-template-columns:38px minmax(0,1fr); align-items:center; gap:10px; padding:8px; border:0; border-radius:12px; background:transparent; color:var(--ink); text-align:left; cursor:pointer; }
  .hero-suggest-item.no-marker{ grid-template-columns:minmax(0,1fr); padding-left:12px; }
  .hero-suggest-item:hover,
  .hero-suggest-item:focus-visible{ background:#f4f7fb; outline:none; }
  .hero-suggest-item strong{ display:block; color:var(--ink); font:800 14px 'IBM Plex Sans',sans-serif; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
  .hero-suggest-item small{ display:block; color:#687386; font:600 12px 'IBM Plex Sans',sans-serif; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
  .hero-suggest-avatar{ width:38px; height:38px; display:grid; place-items:center; border-radius:12px; background:#e8eef6; color:var(--blue); font-weight:900; overflow:hidden; }
  .hero-suggest-avatar img{ width:100%; height:100%; object-fit:cover; }
  .hero-suggest-all{ width:100%; min-height:38px; margin-top:8px; border:1px solid #dbe5f1; border-radius:12px; background:#fff; color:var(--blue); font:800 13px 'IBM Plex Sans',sans-serif; cursor:pointer; }
  .hero-suggest-all:hover,
  .hero-suggest-all:focus-visible{ background:var(--blue-soft); outline:none; }
  .hero-suggest-empty{ padding:16px; color:#687386; font:700 14px 'IBM Plex Sans',sans-serif; text-align:center; }
  #searchBtn,
  #exploreSearchBtn,
  #dirSearchBtn{
    background:var(--blue) !important;
    color:#fff !important;
    border-color:var(--blue) !important;
  }
  #searchBtn span,
  #exploreSearchBtn span,
  #dirSearchBtn span{ color:#fff !important; }
  #searchBtn svg,
  #exploreSearchBtn svg,
  #dirSearchBtn svg{ stroke:#fff !important; }
  #searchBtn:hover,
  #searchBtn:focus,
  #searchBtn:focus-visible,
  #searchBtn:active,
  #exploreSearchBtn:hover,
  #exploreSearchBtn:focus,
  #exploreSearchBtn:focus-visible,
  #exploreSearchBtn:active,
  #dirSearchBtn:hover,
  #dirSearchBtn:focus,
  #dirSearchBtn:focus-visible,
  #dirSearchBtn:active{
    background:var(--blue-dark) !important;
    color:#fff !important;
    border-color:var(--blue-dark) !important;
    outline:none !important;
  }
  #searchBtn:hover span,
  #searchBtn:focus span,
  #searchBtn:focus-visible span,
  #searchBtn:active span,
  #exploreSearchBtn:hover span,
  #exploreSearchBtn:focus span,
  #exploreSearchBtn:focus-visible span,
  #exploreSearchBtn:active span,
  #dirSearchBtn:hover span,
  #dirSearchBtn:focus span,
  #dirSearchBtn:focus-visible span,
  #dirSearchBtn:active span{ color:#fff !important; }
  #searchBtn:hover svg,
  #searchBtn:focus svg,
  #searchBtn:focus-visible svg,
  #searchBtn:active svg,
  #exploreSearchBtn:hover svg,
  #exploreSearchBtn:focus svg,
  #exploreSearchBtn:focus-visible svg,
  #exploreSearchBtn:active svg,
  #dirSearchBtn:hover svg,
  #dirSearchBtn:focus svg,
  #dirSearchBtn:focus-visible svg,
  #dirSearchBtn:active svg{ stroke:#fff !important; }

  main{ padding:34px 24px 60px; flex:1; max-width:1180px; width:100%; margin:0 auto; }
  .home-section{ margin:0 0 28px; background:#fff; border:1px solid var(--line); border-radius:18px; padding:24px; box-shadow:0 8px 22px rgba(28,49,89,.06); }
  .home-section-head{ display:flex; justify-content:space-between; align-items:flex-start; gap:18px; margin-bottom:18px; }
  .home-section-head h2{ margin:4px 0 8px; color:var(--ink); font-size:28px; line-height:1.08; }
  .home-section-head p{ margin:0; color:#706d64; max-width:700px; line-height:1.5; font-size:16px; }
  .home-intro{ display:grid; grid-template-columns:minmax(0,1.05fr) minmax(390px,.95fr); align-items:center; gap:34px; background:linear-gradient(135deg,#f5f9ff 0%,#fff 54%,#fff7e7 100%); padding:30px; }
  .home-startup{ position:relative; overflow:hidden; padding:40px; border-color:#c9ddf4; background:radial-gradient(circle at 88% 12%,rgba(255,193,7,.20),transparent 32%),linear-gradient(135deg,#f3f8ff 0%,#fff 45%,#fff8e5 100%); box-shadow:0 22px 52px rgba(28,49,89,.12); }
  .home-startup:before{ content:""; position:absolute; inset:18px; border:1px dashed rgba(15,77,150,.14); border-radius:16px; pointer-events:none; }
  .home-startup:after{ content:""; position:absolute; inset:auto 26px 24px auto; width:210px; height:210px; border:1px solid rgba(15,77,150,.14); border-radius:999px; pointer-events:none; }
  .home-intro-copy,.home-intro-actions{ position:relative; z-index:1; }
  .home-intro h2{ margin:4px 0 12px; color:var(--ink); font-size:46px; line-height:1.01; max-width:860px; letter-spacing:0; }
  .home-intro p{ margin:0; color:#5f5b52; max-width:820px; font-size:18px; line-height:1.5; }
  .home-intro-actions{ display:flex; gap:12px; flex-wrap:wrap; justify-content:flex-start; margin-top:22px; }
  .home-proof-row{ display:flex; flex-wrap:wrap; gap:10px; margin-top:20px; }
  .home-proof-row span{ display:inline-flex; align-items:center; min-height:34px; padding:7px 12px; border:1px solid #cfe1f5; border-radius:999px; background:#fff; color:var(--blue); font:800 12px 'IBM Plex Mono',monospace; text-transform:uppercase; letter-spacing:.035em; }
  .home-visual-stack{ position:relative; z-index:1; display:grid; grid-template-columns:1.12fr .88fr; gap:10px; min-height:330px; }
  .home-visual-stack img{ width:100%; height:100%; object-fit:cover; display:block; border:1px solid #d1e3f6; border-radius:18px; box-shadow:0 18px 34px rgba(28,49,89,.14); filter:saturate(1.04) contrast(1.02); }
  .home-visual-stack > img{ min-height:330px; }
  .home-visual-stack > div{ display:grid; gap:10px; grid-template-rows:1fr 1fr; }
  .home-visual-badge{ position:absolute; right:14px; bottom:14px; min-height:38px; display:inline-flex; align-items:center; padding:8px 13px; border-radius:999px; background:#fff; border:1px solid #cfe1f5; color:var(--blue); font:900 12px 'IBM Plex Mono',monospace; text-transform:uppercase; box-shadow:0 12px 24px rgba(28,49,89,.16); }
  .home-category-show{ background:#fff; overflow:hidden; }
  .home-category-show .home-section-head h2{ max-width:760px; }
  .home-category-strip{ display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:12px; }
  .home-category-strip article{ position:relative; min-height:210px; border-radius:18px; overflow:hidden; border:1px solid #d6e4f3; background:#0d2444; box-shadow:0 10px 24px rgba(28,49,89,.08); }
  .home-category-strip img{ width:100%; height:100%; object-fit:cover; display:block; filter:saturate(1.04); transition:transform .22s ease; }
  .home-category-strip article:hover img{ transform:scale(1.035); }
  .home-category-strip article:after{ content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(9,28,55,.02),rgba(9,28,55,.62)); }
  .home-category-strip span{ position:absolute; left:14px; right:14px; bottom:14px; z-index:1; color:#fff; font-weight:900; font-size:19px; line-height:1.08; text-shadow:0 2px 12px rgba(0,0,0,.35); }
  .home-platform{ padding:28px; background:#fbfdff; }
  .home-value-grid{ display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; }
  .home-value-grid article{ border:1px solid #d7e4f3; border-radius:18px; background:#fff; padding:22px; min-height:190px; display:flex; flex-direction:column; gap:10px; overflow:hidden; }
  .home-value-grid article.home-image-value{ padding:10px; min-height:0; box-shadow:0 10px 24px rgba(28,49,89,.06); }
  .home-image-value img{ width:100%; aspect-ratio:1.45 / 1; object-fit:cover; border-radius:14px; border:1px solid #d8e5f3; display:block; margin-bottom:10px; }
  .home-image-value span,.home-image-value h3,.home-image-value p{ margin-left:8px; margin-right:8px; }
  .home-image-value p{ padding-bottom:10px; }
  .home-value-grid span{ width:max-content; border-radius:999px; background:#eaf4ff; border:1px solid #c7ddf7; color:var(--blue); padding:5px 10px; font:800 12px 'IBM Plex Mono',monospace; text-transform:uppercase; letter-spacing:.04em; }
  .home-value-grid h3{ margin:4px 0 0; color:var(--ink); font-size:24px; line-height:1.08; }
  .home-value-grid p{ margin:0; color:#68645a; font-size:16px; line-height:1.42; }
  .home-showcase{ padding:28px; }
  .home-priority-section{ border-color:#c4ddf7; box-shadow:0 14px 34px rgba(28,49,89,.09); }
  .home-priority-section .home-section-head h2{ font-size:32px; }
  .home-providers{ background:linear-gradient(180deg,#fff,#f7fbff); }
  .home-feed-grid{ display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; align-items:stretch; }
  .home-activity-tile{ position:relative; overflow:hidden; border:1px solid var(--line); border-radius:18px; background:#fff; padding:16px; display:flex; flex-direction:column; gap:12px; min-width:0; min-height:260px; cursor:pointer; transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease; box-shadow:0 6px 18px rgba(28,49,89,.08); }
  .home-activity-tile:hover{ transform:translateY(-2px); border-color:#cfe1f5; box-shadow:0 10px 28px rgba(28,49,89,.16); }
  .home-activity-tile[data-kind="proveedor"],
  .home-activity-tile[data-live-kind="publication"]{ border-color:#b8d8ff; background:linear-gradient(180deg,#f2f8ff 0,#fff 46%); }
  .home-activity-tile[data-kind="proveedor"]::before,
  .home-activity-tile[data-live-kind="publication"]::before{ content:""; position:absolute; inset:0 auto 0 0; width:6px; background:var(--blue); }
  .home-activity-tile.collab{ background:linear-gradient(180deg,#fff8e2 0,#fff 46%); border-color:#ffd28a; }
  .home-activity-tile.collab::before{ content:""; position:absolute; inset:0 auto 0 0; width:6px; background:#f97702; }
  .home-activity-tile-head{ display:flex; align-items:center; justify-content:space-between; gap:8px; }
  .home-status{ color:#9f7500; background:#fff6db; border:1px solid #f2d783; border-radius:999px; padding:4px 8px; font:800 10px 'IBM Plex Mono',monospace; text-transform:uppercase; white-space:nowrap; }
  .home-activity-tile h3{ margin:0; color:var(--ink); font-size:20px; line-height:1.12; letter-spacing:0; }
  .home-activity-tile[data-kind="proveedor"] h3,
  .home-activity-tile[data-live-kind="publication"] h3{ color:#0b3f7a; }
  .home-activity-tile.collab h3{ color:#8a4a00; }
  .home-activity-tile p{ margin:0; color:#665f55; font-size:14.5px; line-height:1.38; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; }
  .home-activity-author{ margin-top:auto; display:grid; grid-template-columns:42px 1fr; gap:10px; align-items:center; }
  .home-author-avatar{ width:42px; height:42px; border-radius:50%; overflow:hidden; border:1px solid #cfe1f5; background:#edf6ff; display:grid; place-items:center; color:var(--blue); font-weight:900; }
  .home-author-avatar img{ width:100%; height:100%; object-fit:cover; }
  .home-author-avatar span{ font-size:18px; }
  .home-activity-author strong{ display:block; color:var(--ink); font-size:14px; line-height:1.1; }
  .home-activity-author span{ display:block; color:#807b70; font-size:12.5px; margin-top:2px; line-height:1.25; }
  .home-activity-foot{ border-top:1px dashed var(--line); padding-top:10px; display:flex; justify-content:space-between; gap:10px; color:var(--blue); font:800 12px 'IBM Plex Mono',monospace; text-transform:uppercase; letter-spacing:.02em; }
  .home-activity-tile.collab .home-activity-foot{ color:#a25200; border-top-color:#ffd28a; }
  .home-offer-thumbs{ display:flex; gap:7px; margin-top:-2px; overflow:hidden; }
  .home-offer-thumbs span{ width:46px; height:46px; border-radius:10px; overflow:hidden; border:1px solid #d6e4f3; background:#f4f8fd; flex:0 0 auto; }
  .home-offer-thumbs img{ width:100%; height:100%; object-fit:cover; display:block; }
  .home-provider-directory-grid{ display:grid; grid-auto-flow:column; grid-auto-columns:minmax(282px,324px); grid-template-columns:none; gap:16px; align-items:stretch; overflow-x:auto; overscroll-behavior-x:contain; scroll-snap-type:x mandatory; padding:4px 2px 14px; scrollbar-width:thin; }
  .home-provider-card{ min-width:0; scroll-snap-align:start; border:1px solid #d6e4f3; border-radius:18px; background:#fff; padding:10px; cursor:pointer; display:grid; gap:11px; box-shadow:0 8px 18px rgba(28,49,89,.05); transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease; }
  .home-provider-card:hover{ transform:translateY(-2px); border-color:#a9cdf3; box-shadow:0 16px 30px rgba(28,49,89,.12); }
  .home-provider-card .prov-gallery{ aspect-ratio:1 / 1; border-radius:14px; box-shadow:none; }
  .home-provider-card .prov-gallery.empty{ font-size:38px; }
  .home-provider-card .prov-gallery-arrow{ width:30px; height:30px; font-size:21px; }
  .home-provider-card .prov-gallery-count{ font-size:10px; }
  .home-provider-card-body{ display:grid; gap:11px; }
  .home-provider-head{ display:grid; grid-template-columns:54px 1fr auto; gap:10px; align-items:center; }
  .home-provider-head .prov-avatar{ width:54px; height:54px; font-size:17px; }
  .home-provider-head h3{ margin:0; color:var(--ink); font-size:18px; line-height:1.08; }
  .home-provider-head p{ margin:4px 0 0; color:#7a756b; font-size:13.5px; line-height:1.28; }
  .home-provider-card .btn-provider-follow-card{ padding:8px 12px; font-size:13px; }
  .home-provider-desc{ margin:0; color:#5f5b52; font-size:15px; line-height:1.38; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; }
  .home-provider-tags{ display:flex; flex-wrap:wrap; gap:8px; }
  .home-provider-tags span{ border:1px solid #d5e4f4; background:#f7fbff; color:var(--blue); border-radius:999px; padding:5px 9px; font:800 10.5px 'IBM Plex Mono',monospace; text-transform:uppercase; }
  .home-provider-card .btn-directory-profile{ width:100%; min-height:42px; border-radius:999px; margin-top:0; }
  .home-showcase-grid{ display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; }
  .home-column{ border:1px solid var(--line); background:#fbfdff; border-radius:18px; padding:14px; min-width:0; }
  .home-column-head{ display:flex; justify-content:space-between; align-items:flex-start; gap:10px; margin-bottom:12px; }
  .home-column-head span{ color:#8a8778; font:800 11px 'IBM Plex Mono',monospace; text-transform:uppercase; letter-spacing:.055em; }
  .home-column-head strong{ color:var(--ink); font-size:15px; line-height:1.15; text-align:right; }
  .home-mini-list{ display:grid; gap:10px; }
  .home-mini-card{ width:100%; min-height:132px; border:1px solid #d7e4f3; border-radius:15px; background:#fff; padding:13px; text-align:left; cursor:pointer; display:grid; gap:8px; font-family:'IBM Plex Sans',sans-serif; transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease; }
  .home-mini-card:hover{ transform:translateY(-2px); border-color:#b8d6f8; box-shadow:0 12px 22px rgba(28,49,89,.10); }
  .home-mini-card.collab{ background:#f2f8ff; border-color:#bad7fa; }
  .home-mini-card.provider{ grid-template-columns:74px 1fr; align-items:start; column-gap:12px; }
  .home-mini-card.provider img{ width:74px; height:74px; border-radius:12px; object-fit:cover; border:1px solid var(--line); grid-row:1 / span 4; }
  .home-mini-card strong{ color:var(--ink); font-size:16px; line-height:1.18; }
  .home-mini-card small{ color:#777367; line-height:1.35; font-size:13px; }
  .home-mini-card em{ color:var(--blue); font-style:normal; font-weight:800; font-size:13px; align-self:end; }
  .home-provider-grid{ display:grid; gap:10px; }
  .home-provider-mini{ width:100%; border:1px solid #d7e4f3; background:#fff; border-radius:15px; padding:9px; display:grid; grid-template-columns:56px 1fr; gap:11px; align-items:center; text-align:left; cursor:pointer; text-decoration:none; font-family:'IBM Plex Sans',sans-serif; transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease; }
  .home-provider-mini:hover{ transform:translateY(-2px); border-color:#b8d6f8; box-shadow:0 12px 22px rgba(28,49,89,.10); }
  .home-provider-mini img,.home-provider-mini > span{ width:56px; height:56px; border-radius:12px; object-fit:cover; border:1px solid var(--line); background:#edf6ff; display:grid; place-items:center; color:var(--blue); font-weight:900; }
  .home-provider-mini strong{ display:block; color:var(--ink); font-size:15px; line-height:1.15; }
  .home-provider-mini small{ display:block; color:#777367; margin-top:3px; line-height:1.25; font-size:12.5px; }
  .home-activity-grid{ display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:14px; }
  .home-activity-card{ min-height:190px; border:1px solid #d7e4f3; border-radius:16px; padding:16px; background:#f8fbff; cursor:pointer; display:flex; flex-direction:column; gap:10px; justify-content:flex-start; transition:.16s ease; overflow:hidden; }
  .home-activity-card:hover{ transform:translateY(-2px); box-shadow:0 12px 24px rgba(28,49,89,.12); }
  .home-activity-card.provider{ background:#fff; }
  .home-activity-card.collab{ background:#eef6ff; border-color:#bad7fa; }
  .home-activity-card img{ width:100%; height:78px; object-fit:cover; border-radius:12px; border:1px solid var(--line); }
  .home-activity-card h3{ margin:0; color:var(--ink); font-size:18px; line-height:1.18; }
  .home-activity-card p{ margin:0; color:#706d64; line-height:1.35; font-size:14px; }
  .home-activity-card > span:last-child{ margin-top:auto; color:var(--blue); font-weight:800; font-size:13px; }
  .home-how{ background:linear-gradient(135deg,#f7fbff,#fff); }
  .home-steps{ display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; }
  .home-steps article,.home-resource-grid article{ border:1px solid var(--line); background:#fff; border-radius:16px; padding:18px; }
  .home-steps article{ min-height:130px; background:linear-gradient(180deg,#fff,#f8fbff); }
  .home-steps strong{ width:38px; height:38px; border-radius:12px; display:grid; place-items:center; background:var(--blue); color:#fff; margin-bottom:14px; }
  .home-steps h3,.home-resource-grid h3{ margin:0 0 8px; color:var(--ink); font-size:18px; }
  .home-steps p,.home-resource-grid p{ margin:0; color:#706d64; line-height:1.45; }
  .home-resource-grid{ display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; }
  .home-resource-grid span{ display:inline-flex; width:max-content; background:#fff6db; color:#8a6600; border:1px solid #f2d783; border-radius:999px; padding:4px 9px; font-size:11px; font-weight:800; font-family:'IBM Plex Mono',monospace; text-transform:uppercase; letter-spacing:.035em; margin-bottom:10px; }
  .home-news-hub{ background:linear-gradient(180deg,#fff,#f8fbff); }
  .home-news-layout{ display:grid; grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr); gap:16px; align-items:stretch; }
  .home-news-main{ border:1px solid #d6e4f3; background:#fff; border-radius:18px; overflow:hidden; display:grid; grid-template-columns:minmax(260px,.9fr) minmax(0,1.1fr); box-shadow:0 12px 26px rgba(28,49,89,.07); }
  .home-news-image{ min-height:100%; background:#eaf3ff; }
  .home-news-image img{ width:100%; height:100%; min-height:260px; object-fit:cover; display:block; }
  .home-news-copy{ padding:24px; display:flex; flex-direction:column; justify-content:center; gap:12px; }
  .home-news-copy span,.home-news-stack span{ display:inline-flex; width:max-content; background:#fff6db; color:#8a6600; border:1px solid #f2d783; border-radius:999px; padding:4px 9px; font:800 11px 'IBM Plex Mono',monospace; text-transform:uppercase; letter-spacing:.035em; }
  .home-news-copy h3{ margin:0; color:var(--ink); font-size:28px; line-height:1.08; max-width:650px; }
  .home-news-copy p{ margin:0; color:#625f56; font-size:16px; line-height:1.52; }
  .home-news-copy .dir-section-link{ margin-top:4px; width:max-content; }
  .home-news-stack{ display:grid; gap:12px; }
  .home-news-stack article{ border:1px solid #d6e4f3; background:#fff; border-radius:18px; padding:10px; min-height:0; display:grid; align-content:start; gap:9px; box-shadow:0 8px 18px rgba(28,49,89,.045); overflow:hidden; }
  .home-news-stack img{ width:100%; height:96px; object-fit:cover; border-radius:13px; border:1px solid #d8e5f3; display:block; }
  .home-news-stack span,.home-news-stack h3{ margin-left:8px; margin-right:8px; }
  .home-news-stack h3{ margin:0; color:var(--ink); font-size:18px; line-height:1.15; }
  .home-news-stack p{ margin:0; color:#706d64; line-height:1.4; font-size:14px; }
  .home-cta-band{ margin:0 0 28px; border:1px solid #b8d6f8; border-radius:20px; padding:28px; display:grid; grid-template-columns:minmax(0,1fr) auto; gap:20px; align-items:center; background:linear-gradient(135deg,#0f4d96,#0b3264); color:#fff; box-shadow:0 18px 34px rgba(11,50,100,.18); }
  .home-cta-band h2{ margin:4px 0 8px; color:#fff; font-size:30px; line-height:1.08; }
  .home-cta-band p{ margin:0; color:rgba(255,255,255,.82); max-width:760px; line-height:1.5; }
  .home-cta-band .section-kicker{ color:#d8eaff; }
  .explore-search-panel{ margin:0 0 20px; background:#f7fbff; border:1px solid var(--line); border-radius:18px; padding:18px; }
  .explore-searchbar{ margin:0 auto; box-shadow:0 10px 24px rgba(12,38,78,.10); }

  .browse{ display:grid; grid-template-columns:250px 1fr; gap:26px; margin-top:22px; align-items:start; }
  .sidebar{ background:var(--white); border:1px solid var(--line); border-radius:14px; padding:20px; position:sticky; top:78px; }
  .sidebar h4{ font-size:12px; text-transform:uppercase; letter-spacing:.04em; color:#8a8778; font-family:'IBM Plex Mono',monospace; margin:0 0 10px; padding-top:16px; border-top:1px solid var(--line); }
  .sidebar h4:first-child{ padding-top:0; border-top:none; }
  .facet-note{ color:#8a8778; font-size:12.5px; line-height:1.35; margin:0 0 10px; }
  .facet-list{ list-style:none; margin:0; padding:0; }
  .facet-list li{ margin-bottom:2px; }
  .facet-list button{ width:100%; text-align:left; background:none; border:none; padding:6px 8px; border-radius:7px; font-size:13.5px; color:var(--graphite); cursor:pointer; display:flex; justify-content:space-between; gap:6px; }
  .facet-list button:hover{ background:var(--paper); }
  .facet-list button.active{ background:var(--ink); color:var(--white); }
  .facet-count{ color:#a8a494; font-family:'IBM Plex Mono',monospace; font-size:11.5px; }
  .facet-list button.active .facet-count{ color:rgba(255,255,255,0.6); }

  .legend{ display:flex; gap:14px; margin-bottom:14px; flex-wrap:wrap; }
  .legend-item{ display:flex; align-items:center; gap:7px; font-size:12.5px; color:#7a776c; }
  .legend-dot{ width:10px; height:10px; border-radius:3px; }
  .legend-dot.navy{ background:#f97702; }
  .legend-dot.green{ background:var(--growth); }
  .legend-dot.collab{ background:#0b61bd; }

  .grid{ display:grid; grid-template-columns:1fr; gap:16px; }

  .ticket{ display:flex; background:var(--white); border:1px solid var(--line); border-radius:10px; overflow:hidden; position:relative; box-shadow:0 6px 18px rgba(28,49,89,.08); cursor:pointer; transition:.15s ease; }
  .ticket:hover{ box-shadow:0 10px 28px rgba(28,49,89,.16); transform:translateY(-1px); }
  .ticket.destacada{ border-color:#cfe1f5; box-shadow:0 0 0 1px #cfe1f5 inset, 0 6px 18px rgba(28,49,89,.08); }
  .ticket.provider-ticket{ border-color:#b8d8ff; background:linear-gradient(90deg, #f2f8ff 0, #fff 44%); }
  .ticket.provider-ticket::before{ content:""; position:absolute; inset:0 auto 0 0; width:7px; background:var(--blue); }
  .ticket.provider-ticket .ticket-title{ color:#0b3f7a; }
  .ticket.provider-ticket .ticket-flag{ background:#eaf4ff; color:var(--blue); }
  .ticket.collab-ticket{ border-color:#ffd28a; background:linear-gradient(90deg, #fff8e2 0, #fff 44%); }
  .ticket.collab-ticket::before{ content:""; position:absolute; inset:0 auto 0 0; width:7px; background:#f97702; }
  .ticket.collab-ticket .ticket-title{ color:#8a4a00; }
  .ticket.collab-ticket .ticket-flag{ background:#fff1d6; color:#a25200; border:1px solid #ffd28a; }
  .ticket .stub{ display:none; width:104px; min-width:104px; background:var(--ink); align-items:center; justify-content:center; position:relative; }
  .ticket .stub.stub-provider{ background:var(--growth); }
  .ticket .stub.stub-collab{ background:#f97702; }
  .stamp{ width:72px;height:72px; border-radius:50%; border:2px solid var(--gold); display:flex; align-items:center; justify-content:center; text-align:center; color:var(--gold); font-family:'IBM Plex Mono',monospace; font-size:10px; line-height:1.25; letter-spacing:.03em; text-transform:uppercase; transform:rotate(-8deg); padding:4px; }
  .perforation{ position:absolute; right:-1px; top:0; bottom:0; width:1px; background-image:radial-gradient(circle, var(--paper) 2.5px, transparent 2.6px); background-size:12px 14px; background-repeat:repeat-y; background-position:center; }
  .ticket-body{ padding:22px 24px; flex:1; display:flex; flex-direction:column; gap:7px; min-width:0; }
  .ticket-top{ display:flex; justify-content:space-between; align-items:flex-start; gap:10px; flex-wrap:wrap; }
  .ticket-title{ font-size:22px; font-weight:700; color:var(--ink); margin:0; line-height:1.25; }
  .ticket-flag{ font-size:10.5px; font-family:'IBM Plex Mono',monospace; text-transform:uppercase; letter-spacing:.03em; background:rgba(200,155,60,0.16); color:var(--gold); padding:3px 8px; border-radius:6px; white-space:nowrap; }
  .ticket-flag.urgent{ background:#fff1d6; color:#a25200; border:1px solid #ffd28a; }
  .ticket-flag.closed{ background:#eef2f6; color:#697386; border:1px solid var(--line); }
  .ticket-flag.cycle{ background:#fff7df; color:#9a6500; border:1px solid #ffd778; }
  .ticket.cycle-ticket{ border-color:#f2c35e; box-shadow:0 0 0 1px rgba(242,195,94,.24), 0 12px 30px rgba(10,42,85,.08); }
  .expiry-pill{ display:inline-flex; align-items:center; gap:6px; width:max-content; margin-top:2px; font-family:'IBM Plex Mono',monospace; font-size:10.5px; letter-spacing:.025em; color:#8a6600; background:#fff8e2; border:1px solid #ffe09a; border-radius:999px; padding:4px 9px; text-transform:uppercase; }
  .expiry-pill.closed{ color:#697386; background:#f1f4f8; border-color:var(--line); }
  .ticket-sub{ font-size:13px; color:#7a776c; margin:0 0 2px; }
  .ticket-sub b{ color:var(--ink); font-weight:600; }
  .ticket-date{ font-size:12px; color:#a8a494; font-family:'IBM Plex Mono',monospace; margin-bottom:4px; }
  .ticket-desc{ font-size:14px; color:#48453d; line-height:1.5; margin:2px 0 4px; }
  .ticket-desc .vermas{ color:var(--copper); font-weight:600; cursor:pointer; }
  .ticket-benefits{ display:flex; gap:6px; flex-wrap:wrap; margin:2px 0 4px; }
  .benefit-pill{ font-size:11px; background:var(--paper); border:1px solid var(--line); color:#5b5850; padding:3px 9px; border-radius:999px; }
  .cycle-compact{ display:flex; align-items:center; gap:6px; flex-wrap:wrap; margin:3px 0 5px; }
  .cycle-compact-label{ font-family:'IBM Plex Mono',monospace; font-size:10px; color:#8a8778; text-transform:uppercase; letter-spacing:.04em; }
  .cycle-dot{ width:8px; height:8px; border-radius:50%; background:#d6dee8; }
  .cycle-dot.done{ background:var(--blue); }
  .cycle-dot.active{ width:auto; height:auto; background:#fff1d6; color:#8a6600; border:1px solid #ffd28a; border-radius:999px; padding:3px 8px; font-family:'IBM Plex Mono',monospace; font-size:10px; font-weight:800; text-transform:uppercase; }
  .cycle-panel{ grid-column:1/-1; border:1px solid #cfe1f5; background:#f7fbff; border-radius:14px; padding:14px; margin:2px 0 10px; }
  .cycle-panel h3{ margin:0 0 10px; font-size:15px; color:var(--ink); }
  .cycle-timeline{ display:grid; grid-template-columns:repeat(5, minmax(0,1fr)); gap:8px; }
  .cycle-step{ border:1px solid var(--line); background:#fff; border-radius:10px; padding:9px 8px; min-width:0; }
  .cycle-step strong{ display:block; color:#8a8778; font-family:'IBM Plex Mono',monospace; font-size:9.5px; text-transform:uppercase; letter-spacing:.035em; margin-bottom:3px; }
  .cycle-step span{ display:block; color:var(--ink); font-size:12px; line-height:1.25; }
  .cycle-step.done{ border-color:#b8d8ff; background:#eef6ff; }
  .cycle-step.active{ border-color:#ffd28a; background:#fff8e2; box-shadow:0 0 0 1px #ffe3a6 inset; }
  .market-pill{ display:inline-flex; width:max-content; align-items:center; gap:6px; font-family:'IBM Plex Mono',monospace; font-size:10.5px; text-transform:uppercase; letter-spacing:.035em; border-radius:999px; padding:4px 9px; margin-bottom:2px; font-weight:700; }
  .market-pill.supply{ background:#eef6ff; color:var(--blue); border:1px solid #cfe1f5; }
  .market-pill.service{ background:#fff6db; color:#8a6600; border:1px solid #f2d783; }
  .market-pill.collab{ background:#fff1d6; color:#a25200; border:1px solid #ffd28a; }
  .spec-row{ display:grid; grid-template-columns:repeat(2, minmax(0,1fr)); gap:6px; margin:4px 0 2px; }
  .spec-chip{ border:1px solid var(--line); background:#fbfdff; border-radius:9px; padding:7px 9px; min-width:0; }
  .spec-chip b{ display:block; color:#8a8778; font-family:'IBM Plex Mono',monospace; font-size:9.5px; letter-spacing:.035em; text-transform:uppercase; margin-bottom:2px; }
  .spec-chip span{ display:block; color:var(--ink); font-size:12.5px; line-height:1.25; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }

  .photo-strip{ display:flex; gap:8px; margin:2px 0 6px; overflow:hidden; }
  .photo-strip img, .photo-placeholder{ width:76px; height:76px; border-radius:10px; object-fit:cover; flex-shrink:0; border:1px solid var(--line); }
  .photo-strip-more{ width:76px; height:76px; border-radius:10px; display:grid; place-items:center; background:#eef6ff; color:var(--blue); border:1px solid #cfe1f5; font-weight:800; flex:0 0 auto; cursor:pointer; }
  .photo-placeholder{ display:block; background:url("https://images.unsplash.com/photo-1524758631624-e2822e304c36?auto=format&fit=crop&w=300&q=80") center/cover; }
  .provider-identity{ display:flex; align-items:center; gap:11px; margin:2px 0 6px; }
  .provider-avatar-sm{ width:54px; height:54px; border-radius:50%; overflow:hidden; flex:0 0 auto; background:var(--blue-soft); color:var(--blue); display:grid; place-items:center; font-weight:800; font-size:18px; border:1px solid #cfe1f5; }
  .provider-avatar-sm img{ width:100%; height:100%; object-fit:cover; display:block; }
  .provider-identity strong{ display:block; color:var(--ink); font-size:15px; }
  .provider-identity span{ display:block; color:#7a776c; font-size:12.5px; margin-top:2px; }
  .provider-name-link{ color:var(--blue); text-decoration:none; font-weight:800; }
  .provider-name-link:hover{ color:#0b61bd; text-decoration:underline; text-underline-offset:3px; }
  .prov-name .provider-name-link,
  .home-provider-name-link{ color:var(--ink); }
  .modal-provider-name-link{ font-size:inherit; }
  .ticket-socials{ display:flex; flex-wrap:wrap; gap:6px; margin:2px 0 4px; }

  .ticket-bottom{ display:flex; align-items:center; justify-content:space-between; gap:10px; flex-wrap:wrap; margin-top:auto; padding-top:8px; border-top:1px dashed var(--line); }
  .badge-cat{ font-size:11.5px; font-family:'IBM Plex Mono',monospace; background:rgba(43,110,78,0.1); color:var(--growth); padding:3px 9px; border-radius:6px; text-transform:uppercase; letter-spacing:.03em; }
  .badge-cat.copper{ background:rgba(181,84,31,0.1); color:var(--copper); }
  .badge-cat.collab{ background:#fff1d6; color:#a25200; }
  .props-count{ font-size:12.5px; color:#7a776c; }
  .ticket-icons{ display:flex; gap:14px; flex-wrap:nowrap; align-items:center; justify-content:flex-end; }
  .icon-btn{ width:52px;height:52px; border-radius:50%; border:0; background:var(--blue-soft); color:var(--blue); cursor:pointer; font-size:24px; display:flex; align-items:center; justify-content:center; }
  .icon-btn:hover{ background:#dcefff; }
  .icon-btn svg{ width:25px; height:25px; stroke:currentColor; fill:none; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }
  .metric-action{ appearance:none; border:0; background:transparent; padding:0; margin:0; display:inline-flex; flex:0 0 auto; flex-direction:row; align-items:center; justify-content:center; gap:7px; color:var(--blue); font-family:'IBM Plex Mono',monospace; font-size:12px; font-weight:800; line-height:1; min-height:52px; white-space:nowrap; cursor:pointer; }
  .metric-action:hover .metric-icon-circle{ background:#dcefff; }
  .metric-action .metric-icon-circle{ pointer-events:none; flex:0 0 52px; width:52px; height:52px; }
  .metric-number{ color:var(--blue); min-width:18px; transform:translateY(1px); text-align:left; }
  .btn-postular{ background:var(--copper); color:var(--white); border:none; font-weight:600; font-size:13.5px; padding:8px 15px; border-radius:8px; cursor:pointer; }
  .btn-postular:hover{ background:var(--copper-soft); }
  .btn-postular.done{ background:#8a8778; cursor:default; }
  .btn-postular.contact{ background:var(--growth); }
  .btn-postular.contact:hover{ background:var(--growth-soft); }

  .publishers{ display:none; margin-top:38px; }
  .publishers h3{ font-size:15px; color:#7a776c; font-weight:500; margin-bottom:14px; }
  .publisher-row{ display:flex; gap:14px; flex-wrap:wrap; }
  .publisher-chip{ display:flex; align-items:center; gap:9px; background:var(--white); border:1px solid var(--line); border-radius:999px; padding:8px 14px 8px 8px; }
  .publisher-chip .av{ width:30px;height:30px;border-radius:50%; color:var(--white); display:flex;align-items:center;justify-content:center; font-family:'Space Grotesk',sans-serif; font-weight:600; font-size:12.5px; }
  .publisher-chip .av.navy{ background:var(--ink); }
  .publisher-chip .av.green{ background:var(--growth); }
  .publisher-chip span{ font-size:13px; color:var(--graphite); }

  .publish-toggle{ display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; margin:0 auto 22px; max-width:920px; }
  .publish-toggle button{ flex:1; padding:14px 12px; border-radius:12px; border:1px solid var(--line); background:var(--white); cursor:pointer; text-align:left; }
  .publish-toggle button .t1{ font-weight:600; font-size:14.5px; color:var(--ink); display:block; margin-bottom:2px; }
  .publish-toggle button .t2{ font-size:12.5px; color:#8a8778; }
  .publish-toggle button.active{ border-color:var(--copper); box-shadow:0 0 0 1px var(--copper) inset; }
  .publish-toggle button.active#modeProv{ border-color:var(--growth); box-shadow:0 0 0 1px var(--growth) inset; }
  .publish-toggle button.active#modeCollab{ border-color:#f97702; box-shadow:0 0 0 1px #f97702 inset; background:#fff8e2; }

  .panel{ background:var(--white); border:1px solid var(--line); border-radius:14px; padding:26px 26px 22px; max-width:640px; margin-left:auto; margin-right:auto; }
  .panel.wide-panel{ max-width:860px; }
  .panel h2{ margin-top:0; font-size:21px; color:var(--ink); }
  .panel .sub{ font-size:14px; color:#7a776c; margin-top:-8px; margin-bottom:20px;}
  label{ display:block; font-size:12.5px; font-family:'IBM Plex Mono',monospace; text-transform:uppercase; letter-spacing:.03em; color:#7a776c; margin:16px 0 6px; }
  input[type=text], textarea, select{ width:100%; border:1px solid var(--line); background:var(--paper); border-radius:8px; padding:10px 12px; font-size:14.5px; font-family:'IBM Plex Sans',sans-serif; color:var(--graphite); }
  input:focus, textarea:focus, select:focus{ outline:2px solid var(--copper); outline-offset:1px; background:var(--white); }
  textarea{ resize:vertical; min-height:80px; }
  .row2{ display:grid; grid-template-columns:1fr 1fr; gap:14px; }
  .submit-row{ margin-top:22px; display:flex; align-items:center; gap:14px; }
  .btn-primary{ background:var(--ink); color:var(--white); border:none; padding:11px 20px; border-radius:8px; font-weight:600; font-size:14.5px; cursor:pointer; }
  .btn-primary:hover{ background:var(--ink-soft); }
  .btn-primary.provider{ background:var(--growth); }
  .btn-primary.provider:hover{ background:var(--growth-soft); }
  .btn-secondary{ background:#eef4fb; color:var(--blue); border:none; padding:11px 20px; border-radius:8px; font-weight:700; font-size:14.5px; cursor:pointer; }
  .btn-secondary:hover{ background:#dbeeff; }

  .publish-intro{ display:grid; gap:8px; margin-bottom:18px; }
  .publish-kicker{ width:fit-content; background:var(--blue-soft); color:var(--blue); border-radius:999px; padding:6px 11px; font-family:'IBM Plex Mono',monospace; font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:.04em; }
  .wizard-progress{ display:grid; grid-template-columns:repeat(3, 1fr); gap:10px; margin:16px 0 18px; }
  .wizard-progress button{ border:1px solid var(--line); border-radius:14px; background:#f8fbff; color:#7a776c; padding:11px; display:flex; align-items:center; gap:9px; text-align:left; cursor:pointer; }
  .wizard-progress button.active,
  .wizard-progress button.complete{ border-color:var(--blue); background:#eef6ff; color:var(--blue); }
  .wizard-progress strong{ width:30px; height:30px; border-radius:10px; display:grid; place-items:center; background:#dfe8f4; color:var(--blue); flex:0 0 auto; }
  .wizard-progress button.active strong,
  .wizard-progress button.complete strong{ background:var(--blue); color:#fff; }
  .wizard-progress span{ font-weight:700; font-size:13px; }
  .form-step{ display:none; gap:16px; border:1px solid var(--line); border-radius:16px; background:#fbfdff; padding:22px; }
  .form-step.active{ display:grid; }
  .form-step h3{ margin:0; color:var(--ink); font-size:23px; }
  .form-step .hint{ margin:-8px 0 0; color:#7a776c; font-size:14.5px; line-height:1.45; }
  .choice-grid{ display:grid; grid-template-columns:repeat(2, minmax(0, 1fr)); gap:12px; }
  .choice-card{ position:relative; margin:0; min-height:112px; padding:16px 16px 16px 52px; border:1px solid var(--line); border-radius:16px; background:#fff; text-transform:none; letter-spacing:0; color:var(--ink); cursor:pointer; }
  .choice-card input{ position:absolute; left:16px; top:20px; width:20px; height:20px; accent-color:var(--blue); }
  .choice-card:has(input:checked){ border-color:var(--blue); background:#eef6ff; box-shadow:0 0 0 2px rgba(13,67,136,.08); }
  .choice-card strong{ display:block; font-family:'Space Grotesk',sans-serif; font-size:18px; color:var(--ink); margin-bottom:4px; }
  .choice-card span{ display:block; color:#6b7280; font-size:13.5px; line-height:1.35; font-family:'IBM Plex Sans',sans-serif; }
  .wizard-actions{ display:flex; justify-content:space-between; align-items:center; gap:12px; border-top:1px solid var(--line); padding-top:18px; margin-top:2px; }
  .wizard-actions .btn-primary{ margin-left:auto; }
  .field-error{ border-color:#e25757 !important; box-shadow:0 0 0 3px rgba(226,87,87,.14); background:#fffafa !important; }
  .provider-form-note{ border:1px solid #cfe1f5; background:#f4f9ff; color:#3b4452; border-radius:12px; padding:12px 14px; font-size:13.5px; line-height:1.45; margin:14px 0 2px; }
  .provider-dynamic-section{ display:none; border:1px solid var(--line); background:#fbfdff; border-radius:14px; padding:16px; margin-top:16px; }
  .provider-dynamic-section.active{ display:block; }
  .provider-dynamic-section.creator-active{ border-color:#b8d8ff; background:linear-gradient(180deg,#f2f8ff,#fff); box-shadow:0 8px 20px rgba(13,67,136,.08); }
  .section-mini-title{ margin:0 0 4px; color:var(--ink); font-size:16px; font-weight:800; }
  .section-mini-copy{ margin:0 0 12px; color:#6b7280; font-size:13.5px; line-height:1.45; }
  .social-grid{ display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
  .social-preview{ display:flex; flex-wrap:wrap; gap:7px; margin-top:10px; }
  .social-pill{ display:inline-flex; align-items:center; gap:6px; border:1px solid var(--line); background:#fff; color:#4b5565; border-radius:999px; padding:5px 9px; font-size:11.5px; font-weight:700; max-width:100%; }
  a.social-pill{ text-decoration:none; cursor:pointer; }
  a.social-pill:hover{ border-color:#9fc7f3; color:var(--blue); background:#eef6ff; }
  .social-pill.creator{ background:#eef6ff; border-color:#b8d8ff; color:var(--blue); box-shadow:0 4px 12px rgba(13,67,136,.08); }
  .social-pill.muted{ background:#f7f9fc; color:#667085; }
  .social-pill span{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }

  .file-drop{ border:1.5px dashed var(--line); background:var(--paper); border-radius:10px; padding:16px; text-align:center; cursor:pointer; font-size:13.5px; color:#7a776c; }
  .file-drop:hover{ border-color:var(--growth); color:var(--growth-soft); }
  .file-drop input{ display:none; }
  .preview-row{ display:flex; gap:10px; flex-wrap:wrap; margin-top:10px; }
  .preview-thumb{ position:relative; width:64px; height:64px; }
  .preview-thumb img{ width:100%; height:100%; object-fit:cover; border-radius:8px; border:1px solid var(--line); }
  .preview-thumb button{ position:absolute; top:-6px; right:-6px; width:20px; height:20px; border-radius:50%; border:none; background:var(--ink); color:var(--white); font-size:11px; cursor:pointer; line-height:1; }

  .view-hidden{ display:none !important; }

  .profile-card{ background:var(--white); border:1px solid var(--line); border-radius:14px; padding:26px; max-width:560px; }
  .profile-top{ display:flex; gap:16px; align-items:center; margin-bottom:18px; }
  .profile-avatar{ width:72px;height:72px; flex:0 0 72px; aspect-ratio:1 / 1; border:3px solid #fff; border-radius:999px; background:var(--copper); color:var(--white); display:flex;align-items:center;justify-content:center; font-family:'Space Grotesk',sans-serif; font-weight:700; font-size:22px; overflow:hidden; box-shadow:0 10px 24px rgba(13,67,136,.16); }
  .profile-avatar img{ width:100%; height:100%; border-radius:inherit; object-fit:cover; display:block; }
  .profile-name{ font-size:19px; font-weight:600; color:var(--ink); }
  .verified-badge{ width:30px; height:30px; flex:0 0 auto; display:inline-block; vertical-align:middle; }
  .verified-badge .badge-seal{ fill:var(--blue); }
  .verified-badge .badge-check{ fill:none; stroke:#fff; stroke-width:2.8; stroke-linecap:round; stroke-linejoin:round; }
  .verif{ display:inline-flex; align-items:center; gap:6px; font-size:11.5px; font-family:'IBM Plex Mono',monospace; color:var(--blue); background:#eef6ff; border:1px solid #cfe1f5; padding:3px 9px; border-radius:999px; margin-top:4px; font-weight:800; }
  .verif .verified-badge{ width:17px; height:17px; }
  .toggle-row{ display:flex; gap:8px; margin-bottom:20px; }
  .toggle-row button{ flex:1; padding:9px; border-radius:8px; border:1px solid var(--line); background:var(--paper); font-size:13.5px; cursor:pointer; }
  .toggle-row button.active{ background:var(--ink); color:var(--white); border-color:var(--ink); }
  .profile-stats{ display:grid; grid-template-columns:1fr 1fr; gap:14px; }
  .profile-stats .box{ background:var(--paper); border-radius:10px; padding:14px; text-align:center; }
  .profile-stats .box .n{ font-family:'Space Grotesk',sans-serif; font-size:24px; font-weight:700; color:var(--ink); }
  .profile-stats .box .l{ font-size:12px; color:#8a8778; font-family:'IBM Plex Mono',monospace; }
  .profile-review-strip{ display:flex; align-items:center; gap:12px; flex-wrap:wrap; margin:12px 0 14px; padding:12px 14px; border:1px solid #cfe1f5; background:#f4f9ff; border-radius:14px; }
  .profile-review-strip strong{ color:var(--ink); font-size:24px; font-family:'Space Grotesk',sans-serif; }
  .profile-review-strip span{ color:#536174; font-size:13px; }
  .admin-grid{ display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; margin-top:16px; }
  .admin-card{ background:#fff; border:1px solid var(--line); border-radius:14px; padding:18px; }
  .admin-card h3{ margin:0 0 10px; color:var(--ink); font-size:17px; }
  .admin-list{ display:grid; gap:9px; }
  .admin-row{ display:flex; align-items:center; justify-content:space-between; gap:10px; padding:10px 0; border-bottom:1px solid var(--line); color:#536174; }
  .admin-row:last-child{ border-bottom:0; }
  .admin-row strong{ color:var(--ink); font-size:14px; }
  .admin-row span{ font-size:12px; }

  .empty{ text-align:center; padding:50px 20px; color:#8a8778; font-size:14.5px; }

  #toast{ position:fixed; bottom:22px; left:50%; transform:translateX(-50%) translateY(20px); background:var(--ink); color:var(--white); padding:12px 20px; border-radius:999px; font-size:14px; opacity:0; pointer-events:none; transition:all .25s ease; z-index:100; display:flex; align-items:center; gap:8px; }
  #toast.show{ opacity:1; transform:translateX(-50%) translateY(0); }
  #toast .dot{ width:8px;height:8px;border-radius:50%;background:var(--growth); }

  .view{ display:none; }
  .view.active{ display:block; }

  footer.site{ border-top:1px solid var(--line); padding:22px 24px; margin-top:20px; }
  .footer-row{ display:flex; justify-content:space-between; gap:12px; flex-wrap:wrap; align-items:center; font-size:12.5px; color:#8a8778; }
  .footer-row .logo-mini{ font-family:'Space Grotesk',sans-serif; font-weight:700; color:var(--ink); }
  .footer-links{ display:flex; gap:14px; flex-wrap:wrap; }

  /* --- Directorio de proveedores --- */
  .directory-panel{ margin-top:18px; }
  .directory-home-view[hidden],
  .directory-list-view[hidden]{ display:none !important; }
  .directory-list-view{ margin-top:20px; }
  .directory-filters{ display:none; }
  .directory-panel.filters-open .directory-filters{ display:block; }
  .directory-filters{ position:static; margin-bottom:16px; }
  .directory-filters h4{ display:none; }
  .filter-groups{ display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:14px; }
  .filter-group{ border-top:0; }
  .filter-group-title{ font-size:12px; text-transform:uppercase; letter-spacing:.04em; color:#8a8778; font-family:'IBM Plex Mono',monospace; margin:0 0 10px; }
  .directory-intro{ display:flex; align-items:flex-end; justify-content:space-between; gap:14px; margin-bottom:14px; flex-wrap:wrap; }
  .directory-intro h2{ margin:0; color:var(--ink); font-size:28px; line-height:1.1; }
  .directory-intro p{ margin:5px 0 0; color:#5b5850; font-size:14px; }
  .dir-toolbar{ display:flex; gap:12px; margin-bottom:16px; flex-wrap:wrap; align-items:center; justify-content:space-between; }
  .dir-count{ font-size:13px; color:#7a776c; }
  .dir-tools{ display:grid; grid-template-columns:minmax(0,1fr) auto; gap:10px; flex:1; min-width:280px; align-items:start; }
  .dir-tools .searchbar{ max-width:none; flex:1; box-shadow:0 10px 26px rgba(12,38,78,.12); }
  .dir-tools .directory-searchbar{ grid-template-columns:minmax(280px,1.5fr) minmax(180px,.72fr) minmax(170px,.7fr) 170px; border:2px solid #d9e6f5; }
  .dir-tools .smart-comparison-panel{ grid-column:1 / -1; width:100%; max-width:none; order:3; margin-top:4px; }
  .dir-tools .directory-searchbar .hero-search-field{ min-height:58px; }
  .dir-tools .directory-searchbar button{ background:var(--blue); padding:0 24px; color:#fff; }
  .dir-tools .directory-searchbar button:hover,
  .dir-tools .directory-searchbar button:focus-visible{ background:#0b3f7a; color:#fff; }
  .btn-filter{ border:1px solid #cfe1f5; background:#fff; color:var(--blue); border-radius:999px; padding:12px 16px; font-weight:800; cursor:pointer; white-space:nowrap; }
  .btn-filter.active{ background:var(--blue); color:#fff; border-color:var(--blue); }
  .directory-section{ margin:20px 0 24px; }
  .directory-section-head{ display:flex; align-items:end; justify-content:space-between; gap:14px; margin-bottom:12px; }
  .directory-section-head h3{ margin:2px 0 0; color:var(--ink); font-size:23px; line-height:1.1; }
  .section-kicker{ font-family:'IBM Plex Mono',monospace; text-transform:uppercase; letter-spacing:.08em; color:var(--blue); font-weight:800; font-size:12px; }
  .dir-section-link{ border:1px solid #cfe1f5; background:#fff; color:var(--blue); border-radius:999px; padding:10px 16px; font-weight:800; cursor:pointer; }
  .dir-section-link:hover{ background:#eef6ff; color:#0b3f7a; }
  .directory-carousel{ display:grid; grid-auto-flow:column; grid-auto-columns:minmax(310px,360px); gap:18px; overflow-x:auto; padding:2px 2px 12px; scroll-snap-type:x mandatory; }
  .directory-showcase-card{ scroll-snap-align:start; background:#fff; border:1px solid #d9e4f1; border-radius:16px; overflow:hidden; display:flex; flex-direction:column; min-height:360px; cursor:pointer; box-shadow:0 8px 22px rgba(28,49,89,.06); }
  .directory-showcase-media{ aspect-ratio:1 / 1; background:#eef6ff; display:grid; place-items:center; color:var(--blue); font-family:'Space Grotesk',sans-serif; font-size:42px; font-weight:800; overflow:hidden; }
  .directory-showcase-media img{ width:100%; height:100%; object-fit:cover; display:block; transition:transform .25s ease; }
  .directory-showcase-card:hover .directory-showcase-media img{ transform:scale(1.04); }
  .directory-showcase-body{ display:grid; gap:10px; padding:16px; flex:1; }
  .directory-showcase-body h4{ margin:0; color:var(--ink); font-size:18px; line-height:1.1; }
  .directory-showcase-body p{ margin:2px 0 0; color:#777368; font-size:12px; }
  .directory-showcase-meta{ color:#5b5850; font-size:12px; }
  .directory-showcase-body .btn-directory-profile{ align-self:end; }
  .directory-category-grid{ display:grid; grid-template-columns:repeat(6,minmax(0,1fr)); gap:12px; }
  .directory-category-box{ border:1px solid #d9e4f1; background:#fff; border-radius:16px; padding:16px 12px; display:grid; gap:8px; text-align:left; cursor:pointer; color:var(--ink); box-shadow:0 5px 15px rgba(28,49,89,.04); }
  .directory-category-box:hover{ border-color:#8fc5ff; background:#f7fbff; }
  .directory-category-icon{ width:42px; height:42px; border-radius:14px; background:#eef6ff; color:var(--blue); display:grid; place-items:center; font-size:24px; font-weight:800; }
  .directory-category-icon svg{ width:23px; height:23px; fill:none; stroke:currentColor; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }
  .directory-category-box strong{ font-size:14px; line-height:1.15; }
  .directory-category-box small{ color:#7a776c; font-size:11.5px; }
  .directory-all-head{ margin-top:26px; }
  .dir-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(310px,1fr)); gap:18px; }
  .prov-card{ background:#fff; border:1px solid #d9e4f1; border-radius:18px; padding:16px; display:flex; flex-direction:column; gap:14px; align-items:stretch; box-shadow:0 5px 16px rgba(28,49,89,.05); min-height:100%; }
  .directory-carousel .prov-card{ scroll-snap-align:start; min-width:0; }
  .prov-card.destacado{ border-color:#8fc5ff; box-shadow:0 0 0 1px #cfe1f5 inset, 0 8px 22px rgba(13,67,136,.10); }
  .prov-gallery{ position:relative; width:100%; aspect-ratio:1 / 1; border-radius:12px; overflow:hidden; border:1px solid #d9e4f1; background:#eef6ff; box-shadow:0 8px 18px rgba(28,49,89,.08); }
  .prov-gallery.empty{ display:grid; place-items:center; color:var(--blue); font-family:'Space Grotesk',sans-serif; font-size:44px; font-weight:800; }
  .prov-gallery-track{ width:100%; height:100%; }
  .prov-gallery img{ display:none; width:100%; height:100%; object-fit:cover; }
  .prov-gallery img.active{ display:block; }
  .prov-gallery-arrow{ position:absolute; top:50%; transform:translateY(-50%); width:34px; height:34px; border:0; border-radius:50%; background:rgba(255,255,255,.92); color:var(--blue); display:grid; place-items:center; font-size:24px; line-height:1; cursor:pointer; box-shadow:0 6px 16px rgba(14,38,74,.18); }
  .prov-gallery-arrow.prev{ left:8px; }
  .prov-gallery-arrow.next{ right:8px; }
  .prov-gallery-arrow:hover{ background:#fff; color:#0b3f7a; }
  .prov-gallery-count{ position:absolute; right:9px; bottom:9px; border-radius:999px; background:rgba(13,67,136,.88); color:#fff; font-family:'IBM Plex Mono',monospace; font-size:10.5px; padding:4px 7px; }
  .prov-card-top{ display:flex; align-items:center; gap:12px; }
  .directory-provider-info-row{ display:flex; align-items:flex-start; justify-content:space-between; gap:12px; }
  .prov-avatar{ width:62px;height:62px;border-radius:50%; background:var(--growth); color:var(--white); display:flex;align-items:center;justify-content:center; font-family:'Space Grotesk',sans-serif; font-weight:700; font-size:18px; flex-shrink:0; overflow:hidden; border:1px solid #cfe1f5; }
  .prov-avatar.small{ width:46px; height:46px; font-size:14px; }
  .prov-avatar img{ width:100%; height:100%; object-fit:cover; display:block; }
  .prov-name{ font-size:20px; font-weight:700; color:var(--ink); margin:0; }
  .prov-meta{ font-size:12.5px; color:#7a776c; margin:2px 0 0; }
  .prov-verif{ display:inline-flex; align-items:center; gap:6px; font-size:10.5px; font-family:'IBM Plex Mono',monospace; text-transform:uppercase; letter-spacing:.03em; color:var(--blue); background:#eef6ff; border:1px solid #cfe1f5; padding:3px 8px; border-radius:999px; margin-top:4px; font-weight:800; width:max-content; }
  .prov-verif .verified-badge{ width:16px; height:16px; }
  .prov-verif.nuevo{ color:var(--gold); background:rgba(200,155,60,0.14); }
  .prov-desc{ font-size:13.5px; color:#48453d; line-height:1.5; margin:8px 0 0; }
  .prov-offers{ display:flex; flex-wrap:wrap; gap:6px; }
  .prov-offer-pill{ font-size:11px; background:var(--paper); border:1px solid var(--line); color:#5b5850; padding:3px 9px; border-radius:999px; }
  .prov-card-main{ min-width:0; }
  .prov-card-side{ min-width:0; display:grid; justify-items:stretch; gap:10px; margin-top:auto; }
  .prov-card-bottom{ display:flex; align-items:center; justify-content:flex-end; gap:10px; margin-top:auto; }
  .prov-offer-count{ font-size:12px; color:#7a776c; font-family:'IBM Plex Mono',monospace; }
  .prov-actions{ display:flex; gap:7px; flex-wrap:wrap; justify-content:center; }
  .btn-provider-follow-card{ flex:0 0 auto; border:1.5px solid var(--blue); background:#fff; color:var(--blue); border-radius:999px; padding:8px 13px; font-family:'Space Grotesk',sans-serif; font-size:13px; font-weight:700; line-height:1; cursor:pointer; white-space:nowrap; }
  .btn-provider-follow-card:hover{ background:#eef6ff; color:#0b3f7a; }
  .btn-provider-follow-card.following{ background:#eef6ff; border-color:#8fc5ff; color:#0b3f7a; }
  .btn-provider-follow-card:disabled{ opacity:.82; cursor:default; }
  .btn-directory-profile{ width:100%; border:0; border-radius:999px; background:var(--blue); color:#fff; display:inline-flex; align-items:center; justify-content:center; box-sizing:border-box; font-weight:800; font-size:14px; padding:12px 18px; cursor:pointer; text-decoration:none; }
  .btn-directory-profile:hover{ background:#0b3f7a; }
  .btn-profile{ background:var(--ink); color:var(--white); border:none; font-weight:600; font-size:13px; padding:8px 12px; border-radius:8px; cursor:pointer; }
  .btn-profile:hover{ background:var(--ink-soft); }
  .btn-quote{ background:var(--gold); color:var(--ink); border:none; font-weight:600; font-size:13px; padding:8px 12px; border-radius:8px; cursor:pointer; }
  .btn-quote:hover{ background:#dcaf52; }
  .profile-service-list{ display:flex; gap:8px; flex-wrap:wrap; margin-top:14px; }
  .profile-socials{ display:flex; flex-wrap:wrap; gap:8px; margin-top:14px; }
  .profile-socials.creator-featured{ display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; margin-top:16px; }
  .profile-socials.creator-featured .social-pill{ justify-content:space-between; min-height:52px; padding:10px 12px; border-radius:14px; background:#eef6ff; border-color:#b8d8ff; box-shadow:0 8px 20px rgba(13,67,136,.10); font-size:13px; }
  .profile-socials.creator-featured .social-pill strong{ color:var(--blue); }
  .creator-media-kit{ display:none; margin-top:18px; border:1px solid #cfe1f5; background:linear-gradient(180deg,#f5faff,#fff); border-radius:14px; padding:18px; }
  .creator-media-kit.active{ display:block; }
  .creator-media-kit h3{ margin:0 0 12px; color:var(--ink); font-size:17px; }
  .creator-stats{ display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:10px; }
  .creator-stat{ border:1px solid #cfe1f5; background:#fff; border-radius:12px; padding:12px; }
  .creator-stat strong{ display:block; color:var(--blue); font-family:'Space Grotesk',sans-serif; font-size:22px; line-height:1.1; }
  .creator-stat span{ display:block; color:#667386; font-family:'IBM Plex Mono',monospace; font-size:10.5px; text-transform:uppercase; margin-top:5px; }
  .creator-fit{ display:flex; gap:8px; flex-wrap:wrap; margin-top:12px; }
  .creator-fit span{ border:1px solid #cfe1f5; background:#fff; color:var(--ink); border-radius:999px; padding:6px 10px; font-size:12px; font-weight:700; }
  .profile-actions{ display:flex; gap:8px; flex-wrap:wrap; margin-top:18px; }
  .btn-whatsapp{ background:#1f9d63; color:var(--white); border:none; font-weight:600; font-size:13px; padding:8px 12px; border-radius:8px; cursor:pointer; display:inline-flex; align-items:center; justify-content:center; gap:7px; }
  .btn-whatsapp svg{ width:18px; height:18px; fill:currentColor; }
  .btn-whatsapp:hover{ background:#188452; }
  .provider-profile-layout{ display:grid; grid-template-columns:1fr; gap:18px; align-items:start; max-width:980px; margin-left:auto; margin-right:auto; }
  .provider-profile-layout .profile-card{ max-width:none; }
  .publisher-profile-layout{ display:grid; grid-template-columns:1fr; gap:18px; align-items:start; max-width:980px; margin-left:auto; margin-right:auto; }
  .publisher-profile-layout .profile-card{ max-width:none; }
  .profile-role-pill{ display:inline-flex; align-items:center; gap:6px; width:max-content; color:var(--blue); background:#eef6ff; border:1px solid #cfe1f5; border-radius:999px; padding:5px 10px; font-size:11.5px; font-weight:800; margin-top:6px; }
  .publisher-opportunity-list{ display:grid; gap:12px; }
  .publisher-opportunity-card{ background:var(--paper); border:1px solid var(--line); border-radius:12px; padding:14px; display:grid; gap:8px; }
  .publisher-opportunity-card h4{ margin:0; color:var(--ink); font-size:16px; }
  .publisher-opportunity-card p{ margin:0; color:#5b5850; line-height:1.45; font-size:13px; }
  .publisher-opportunity-meta{ display:flex; flex-wrap:wrap; gap:7px; }
  .profile-section{ margin-top:22px; padding-top:18px; border-top:1px dashed var(--line); }
  .profile-section h3{ margin:0 0 12px; color:var(--ink); font-size:17px; }
  .product-grid{ display:grid; grid-template-columns:repeat(2, 1fr); gap:12px; align-items:stretch; }
  .product-card{ border:1px solid var(--line); background:var(--paper); border-radius:12px; padding:13px; display:flex; flex-direction:column; gap:8px; height:100%; }
  .product-media{ width:100%; aspect-ratio:1 / 1; border-radius:10px; border:1px solid var(--line); background:linear-gradient(135deg, rgba(43,110,78,0.14), rgba(200,155,60,0.14)); display:flex; align-items:center; justify-content:center; overflow:hidden; font-size:30px; }
  .product-media img{ width:100%; height:100%; object-fit:cover; }
  .product-carousel{ width:100%; height:100%; display:flex; overflow-x:auto; scroll-snap-type:x mandatory; scrollbar-width:thin; }
  .product-carousel img{ min-width:100%; flex:0 0 100%; scroll-snap-align:start; }
  .product-card h4{ margin:0; color:var(--ink); font-size:14.5px; }
  .product-card p{ margin:0; color:#5b5850; font-size:12.8px; line-height:1.45; }
  .product-price{ font-family:'IBM Plex Mono',monospace; color:var(--growth); font-size:12px; }
  .product-specs{ display:grid; gap:6px; margin-top:2px; }
  .product-card .product-specs{ margin-bottom:auto; }
  .product-spec{ display:flex; align-items:flex-start; gap:8px; color:#3b4452; font-size:12.5px; }
  .product-spec svg{ width:16px; height:16px; flex:0 0 auto; stroke:#8b97a8; fill:none; stroke-width:2; }
  .plan-list{ display:flex; gap:6px; flex-wrap:wrap; }
  .plan-pill{ border:1px solid #cfe1f5; background:#fff; color:var(--blue); border-radius:999px; padding:4px 8px; font-size:11.5px; font-weight:700; }
  .review-panel{ background:var(--white); border:1px solid var(--line); border-radius:14px; padding:24px; margin-top:22px; }
  .review-summary{ display:grid; grid-template-columns:260px 1fr; gap:28px; border-bottom:1px solid var(--line); padding-bottom:22px; margin-bottom:18px; align-items:center; }
  .review-score-big{ font-family:'Space Grotesk',sans-serif; font-size:76px; line-height:.9; font-weight:700; color:var(--ink); }
  .review-score-label{ color:#536174; font-size:21px; margin-top:8px; }
  .review-bars{ display:grid; gap:12px; }
  .review-bar{ display:grid; grid-template-columns:24px 1fr 48px; gap:12px; align-items:center; color:#4b5565; font-size:16px; }
  .bar-track{ height:20px; border-radius:999px; background:#e8ebef; overflow:hidden; }
  .bar-fill{ height:100%; border-radius:999px; background:#6b912c; }
  .bar-fill.mid{ background:#92b64e; }
  .bar-fill.warn{ background:#ffc439; }
  .bar-fill.low{ background:#dfad8e; }
  .bar-fill.bad{ background:#ea5f7a; }
  .review-meters{ display:grid; grid-template-columns:repeat(4,1fr); gap:18px; margin:22px 0; }
  .meter{ text-align:center; color:#536174; }
  .meter-arc{ width:116px; height:58px; border-radius:116px 116px 0 0; margin:0 auto 8px; background:conic-gradient(from 270deg, var(--blue) 0 68%, #eef0f3 68% 100%); position:relative; overflow:hidden; }
  .meter-arc::after{ content:""; position:absolute; left:14px; right:14px; bottom:0; height:44px; background:#fff; border-radius:90px 90px 0 0; }
  .meter strong{ display:block; color:var(--ink); font-size:28px; margin-top:-20px; position:relative; z-index:1; }
  .stars{ color:var(--gold); letter-spacing:1px; white-space:nowrap; }
  .review-item{ border-bottom:1px solid var(--line); padding:12px 0; }
  .review-item:last-child{ border-bottom:none; }
  .review-item strong{ color:var(--ink); font-size:13.5px; }
  .review-item p{ margin:5px 0 0; color:#5b5850; font-size:13px; line-height:1.45; }
  .review-form{ margin-top:16px; padding-top:14px; border-top:1px dashed var(--line); }
  .review-form .row2{ gap:10px; }
  .benefits-panel{ margin-top:22px; padding-top:18px; border-top:1px solid var(--line); }
  .benefits-grid{ display:grid; grid-template-columns:repeat(2, minmax(0,1fr)); gap:22px; }
  .benefit-block{ display:grid; grid-template-columns:54px 1fr; gap:14px; align-items:start; }
  .benefit-block svg{ width:42px; height:42px; stroke:#95a1b2; fill:none; stroke-width:1.7; }
  .benefit-block strong{ display:block; font-size:18px; color:var(--ink); margin-bottom:6px; }
  .benefit-block span{ display:block; color:#3b4452; font-size:16px; line-height:1.45; }
  .tools-grid{ display:grid; grid-template-columns:repeat(2, 1fr); gap:16px; max-width:920px; margin-left:auto; margin-right:auto; }
  .tool-card{ background:var(--white); border:1px solid var(--line); border-radius:14px; padding:22px; }
  .tool-card h3{ margin:0 0 8px; color:var(--ink); font-size:18px; }
  .tool-card p{ margin:0 0 14px; color:#5b5850; font-size:14px; line-height:1.5; }
  .tool-actions{ display:flex; gap:8px; flex-wrap:wrap; }
  .product-card .tool-actions{ margin-top:auto; }
  .detail-modal{ position:fixed; inset:0; background:rgba(22,32,48,.46); display:none; align-items:flex-start; justify-content:center; padding:36px 18px; z-index:100; overflow:auto; }
  .detail-modal.open{ display:flex; }
  .modal-sheet{ width:min(980px,100%); background:#fff; border-radius:12px; box-shadow:0 24px 70px rgba(18,32,58,.28); padding:30px 34px; position:relative; }
  .modal-close{ position:absolute; right:18px; top:18px; width:42px; height:42px; border-radius:50%; border:0; background:var(--blue-soft); color:var(--blue); font-size:22px; cursor:pointer; }
  .modal-head{ display:block; }
  .modal-profile-line{ display:flex; align-items:center; gap:14px; margin:14px 0 10px; border:0; background:transparent; padding:0; width:max-content; max-width:100%; cursor:pointer; text-align:left; font-family:inherit; }
  .modal-profile-line:hover .modal-company{ text-decoration:underline; }
  .modal-avatar{ width:72px; height:72px; border-radius:50%; border:1px solid #cfe1f5; background:var(--blue-soft); color:var(--blue); display:grid; place-items:center; overflow:hidden; font-family:'Space Grotesk',sans-serif; font-size:24px; font-weight:800; box-shadow:0 10px 24px rgba(13,67,136,.10); flex:0 0 auto; }
  .modal-avatar img{ width:100%; height:100%; object-fit:cover; display:block; }
  .modal-title{ font-size:32px; line-height:1.18; margin:0 0 8px; color:var(--ink); }
  .modal-subtitle{ font-size:21px; margin:0 0 8px; color:var(--ink); font-weight:700; }
  .modal-meta{ display:flex; flex-wrap:wrap; gap:14px; align-items:center; color:#8b97a8; font-size:20px; }
  .modal-company{ color:var(--blue); font-size:26px; font-weight:700; line-height:1.1; }
  .modal-rating strong{ color:var(--ink); }
  .modal-star{ color:#ffc400; font-size:30px; vertical-align:-3px; }
  .verified-line{ display:flex; align-items:center; gap:13px; margin:22px 0; color:var(--ink); font-size:22px; font-weight:500; }
  .verified-line .verified-badge{ width:36px; height:36px; filter:drop-shadow(0 5px 10px rgba(13,67,136,.20)); }
  .modal-actions{ display:flex; gap:18px; flex-wrap:wrap; margin:28px 0 30px; }
  .main-contact{ min-width:230px; border:0; border-radius:999px; padding:18px 26px; color:#fff; background:var(--blue); font-weight:800; font-size:21px; cursor:pointer; }
  .main-quote{ min-width:230px; border-radius:999px; padding:18px 26px; font-weight:800; font-size:21px; }
  .modal-actions.provider-actions .main-contact,
  .modal-actions.provider-actions .main-quote{ flex:1 1 230px; }
  .modal-divider{ border-top:1px solid var(--line); margin:20px 0 28px; }
  .modal-facts{ display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px; color:var(--ink); font-size:15px; margin:12px 0 18px; }
  .modal-facts .spec-row{ grid-column:1/-1; }
  .modal-fact{ display:flex; gap:14px; align-items:center; border:1px solid var(--line); background:#fbfdff; border-radius:10px; padding:10px 12px; }
  .modal-fact-icon{ width:26px; height:26px; display:inline-flex; align-items:center; justify-content:center; color:#303847; flex:0 0 auto; }
  .modal-fact svg{ width:24px; height:24px; stroke:currentColor; fill:none; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; flex:0 0 auto; }
  .modal-desc{ color:var(--ink); font-size:20px; line-height:1.45; margin:0 0 14px; }
  .modal-gallery{ display:none; grid-template-columns:1.35fr repeat(2,minmax(0,.75fr)); gap:10px; margin:4px 0 18px; }
  .modal-gallery.active{ display:grid; }
  .modal-gallery img{ width:100%; height:126px; object-fit:cover; border-radius:12px; border:1px solid var(--line); background:#f4f7fb; }
  .modal-gallery img:first-child{ grid-row:span 2; height:262px; }
  .application-modal{ position:fixed; inset:0; background:rgba(22,32,48,.50); display:none; align-items:flex-start; justify-content:center; padding:36px 18px; z-index:160; overflow:auto; }
  .application-modal.open{ display:flex; }
  .soft-gate-modal{ position:fixed; inset:0; background:rgba(22,32,48,.55); display:none; align-items:center; justify-content:center; padding:24px; z-index:170; }
  .soft-gate-modal.open{ display:flex; }
  .soft-gate-sheet{ width:min(520px,100%); background:#fff; border:1px solid var(--line); border-radius:18px; box-shadow:0 24px 70px rgba(18,32,58,.32); padding:30px; position:relative; text-align:left; }
  .soft-gate-kicker{ display:inline-flex; border-radius:999px; background:var(--blue-soft); color:var(--blue); font-family:'IBM Plex Mono',monospace; font-size:12px; font-weight:800; text-transform:uppercase; padding:7px 11px; margin-bottom:14px; }
  .soft-gate-sheet h2{ margin:0 0 10px; color:var(--ink); font-size:clamp(28px,5vw,38px); line-height:1.08; }
  .soft-gate-sheet p{ margin:0; color:#536174; font-size:18px; line-height:1.5; }
  .soft-gate-actions{ display:flex; flex-wrap:wrap; gap:10px; margin-top:22px; }
  .soft-gate-actions button{ min-height:54px; }
  .share-modal{ position:fixed; inset:0; background:rgba(22,32,48,.52); display:none; align-items:center; justify-content:center; padding:24px; z-index:180; }
  .share-modal.open{ display:flex; }
  .share-sheet{ width:min(560px,100%); background:#fff; border:1px solid var(--line); border-radius:20px; box-shadow:0 24px 70px rgba(18,32,58,.32); padding:30px; position:relative; text-align:left; }
  .share-kicker{ display:inline-flex; border-radius:999px; background:var(--blue-soft); color:var(--blue); font-family:'IBM Plex Mono',monospace; font-size:12px; font-weight:800; text-transform:uppercase; padding:7px 11px; margin-bottom:14px; }
  .share-sheet h2{ margin:0 48px 10px 0; color:var(--ink); font-size:clamp(27px,5vw,38px); line-height:1.08; }
  .share-sheet p{ margin:0 0 20px; color:#536174; font-size:17px; line-height:1.5; }
  .share-grid{ display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
  .share-option{ min-height:58px; border:1px solid #cfe1f5; background:#f8fbff; color:var(--blue); border-radius:14px; display:flex; align-items:center; justify-content:center; padding:12px 14px; font-weight:800; text-decoration:none; cursor:pointer; font-family:'IBM Plex Sans',sans-serif; font-size:15px; }
  .share-option:hover{ background:#eef6ff; border-color:#9cc9f5; color:var(--blue); }
  .share-option.whatsapp{ background:#f2fbf7; border-color:#bdebd6; color:#168556; }
  .share-option.facebook{ background:#f4f8ff; color:#1d5fab; }
  .share-option.linkedin{ background:#f2f8fc; color:#0a66c2; }
  .share-option.twitter{ background:#f6f8fb; color:#1f2937; }
  .share-option.email{ background:#fffaf0; border-color:#f1d391; color:#9a6400; }
  .share-option.copy{ background:var(--blue); border-color:var(--blue); color:#fff; }
  .share-option.copy:hover{ background:#0b3f7a; color:#fff; }
  .application-sheet{ width:min(720px,100%); background:#fff; border-radius:14px; box-shadow:0 24px 70px rgba(18,32,58,.30); padding:28px; position:relative; }
  .application-sheet h2{ margin:0 0 6px; color:var(--ink); font-size:28px; }
  .application-sheet p{ margin:0 0 18px; color:#536174; line-height:1.45; }
  .application-context{ border:1px solid #cfe1f5; background:#f4f9ff; border-radius:12px; padding:12px 14px; margin-bottom:16px; color:#3b4452; }
  .application-context strong{ display:block; color:var(--ink); margin-bottom:3px; }
  .contact-options{ display:none; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; margin:0 0 16px; }
  .contact-options.active{ display:grid; }
  .contact-option{ border:1px solid #cfe1f5; background:#fff; color:var(--ink); border-radius:12px; padding:13px 14px; cursor:pointer; text-align:left; font-weight:800; }
  .contact-option span{ display:block; color:#536174; font-size:12.5px; font-weight:500; margin-top:3px; }
  .contact-option.whatsapp{ border-color:#bdebd6; background:#f2fbf7; color:#168556; }
  .contact-option.email{ border-color:#cfe1f5; background:#f4f9ff; color:var(--blue); }
  .application-proposal-extras{ display:none; border:1px solid #d9e4f1; border-radius:14px; padding:14px; margin-top:14px; background:#fbfdff; }
  .application-proposal-extras.active{ display:block; }
  .field-help{ display:block; color:#7b776c; font-size:12px; line-height:1.35; margin-top:6px; }
  .application-image-preview{ display:flex; flex-wrap:wrap; gap:8px; margin-top:10px; }
  .application-image-preview span{ border:1px solid #d9e4f1; background:#f2f6fb; color:#536174; border-radius:999px; padding:6px 10px; font-size:12px; font-weight:800; max-width:100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
  .application-actions{ display:flex; gap:10px; justify-content:flex-end; flex-wrap:wrap; margin-top:14px; }
  .modal-related{ display:none; margin-top:22px; padding-top:18px; border-top:1px dashed var(--line); }
  .modal-related.active{ display:block; }
  .modal-related h3{ margin:0 0 12px; color:var(--ink); font-size:18px; }
  .modal-related-list{ display:flex; flex-wrap:wrap; gap:8px; }
  .more-menu{ position:fixed; display:none; z-index:140; width:230px; background:#fff; border:1px solid var(--line); border-radius:12px; box-shadow:0 18px 42px rgba(18,32,58,.20); padding:8px; }
  .more-menu.open{ display:block; }
  .more-menu button{ width:100%; border:0; background:transparent; color:var(--ink); display:flex; align-items:center; gap:10px; padding:11px 12px; border-radius:8px; cursor:pointer; text-align:left; font-weight:600; }
  .more-menu button:hover{ background:var(--blue-soft); color:var(--blue); }
  .user-profile{ max-width:980px; margin-left:auto; margin-right:auto; }
  .user-hero{ background:#fff; border:1px solid var(--line); border-radius:16px; padding:26px; display:grid; grid-template-columns:80px 1fr auto; gap:18px; align-items:center; box-shadow:0 8px 22px rgba(28,49,89,.07); }
  .user-avatar{ width:80px; height:80px; border-radius:50%; background:var(--blue); color:#fff; display:grid; place-items:center; font-size:32px; font-weight:800; }
  .user-hero h2{ margin:0; color:var(--ink); font-size:28px; }
  .user-hero p{ margin:5px 0 0; color:#536174; }
  .user-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:16px; }
  .user-card{ background:#fff; border:1px solid var(--line); border-radius:14px; padding:18px; }
  .user-card strong{ display:block; font-size:30px; color:var(--ink); }
  .user-card span{ color:#536174; }
  .user-section{ background:#fff; border:1px solid var(--line); border-radius:14px; padding:22px; margin-top:16px; }
  .user-section h3{ margin:0 0 14px; color:var(--ink); }
  .activity-list{ display:grid; gap:10px; }
  .activity-item{ display:flex; justify-content:space-between; gap:12px; border-bottom:1px solid var(--line); padding:10px 0; color:#536174; }
  .activity-item:last-child{ border-bottom:0; }
  .auth-layout{ max-width:980px; margin:0 auto; display:grid; grid-template-columns:minmax(0,1fr) 360px; gap:18px; align-items:start; }
  .auth-panel{ background:#fff; border:1px solid var(--line); border-radius:16px; padding:28px; box-shadow:0 8px 22px rgba(28,49,89,.07); }
  .auth-panel h2{ margin:0 0 8px; color:var(--ink); font-size:30px; }
  .auth-panel p{ margin:0 0 18px; color:#536174; line-height:1.5; }
  .account-type-grid{ display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; margin:14px 0; }
  .account-type{ border:1px solid var(--line); background:#fbfdff; border-radius:14px; padding:16px; cursor:pointer; }
  .account-type.active{ border-color:var(--blue); background:#eef6ff; box-shadow:0 0 0 2px rgba(13,67,136,.08); }
  .account-type strong{ display:block; color:var(--ink); margin-bottom:4px; }
  .account-type span{ color:#667085; font-size:13px; line-height:1.35; }
  .auth-side{ background:#f4f9ff; border:1px solid #cfe1f5; border-radius:16px; padding:22px; }
  .auth-side h3{ margin:0 0 12px; color:var(--ink); }
  .auth-checklist{ list-style:none; padding:0; margin:0; display:grid; gap:10px; color:#536174; }
  .auth-checklist li::before{ content:"✓"; color:var(--blue); font-weight:800; margin-right:8px; }
  .auth-tabs{ display:flex; gap:8px; margin:18px 0; }
  .auth-tabs button{ flex:1; border:1px solid var(--line); background:#f7f9fc; color:var(--ink); border-radius:999px; padding:11px 14px; cursor:pointer; font-weight:800; }
  .auth-tabs button.active{ background:var(--blue); border-color:var(--blue); color:#fff; }
  .auth-view{ display:none; }
  .auth-view.active{ display:block; }
  .auth-progress{ display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; margin:16px 0 18px; }
  .auth-progress button{ border:1px solid var(--line); background:#f8fbff; color:#7a776c; border-radius:14px; padding:11px; display:flex; align-items:center; gap:9px; text-align:left; cursor:pointer; }
  .auth-progress button.active,.auth-progress button.complete{ border-color:var(--blue); background:#eef6ff; color:var(--blue); }
  .auth-progress strong{ width:30px; height:30px; border-radius:10px; display:grid; place-items:center; background:#dfe8f4; color:var(--blue); flex:0 0 auto; }
  .auth-progress button.active strong,.auth-progress button.complete strong{ background:var(--blue); color:#fff; }
  .auth-step{ display:none; }
  .auth-step.active{ display:block; }
  .profile-image-demo{ display:flex; align-items:center; gap:12px; margin-top:8px; }
  .profile-image-demo .avatar-demo{ width:56px; height:56px; border-radius:50%; background:var(--blue-soft); color:var(--blue); display:grid; place-items:center; font-weight:800; overflow:hidden; border:1px solid #cfe1f5; }
  .profile-image-demo .avatar-demo img{ width:100%; height:100%; object-fit:cover; }
  .auth-upload{ border:1.5px dashed var(--line); background:var(--paper); border-radius:12px; padding:16px; display:flex; align-items:center; justify-content:space-between; gap:12px; cursor:pointer; color:#536174; font-size:13.5px; }
  .auth-upload:hover{ border-color:var(--blue); color:var(--blue); background:#f4f9ff; }
  .auth-upload input{ display:none; }
  .auth-upload strong{ color:var(--ink); display:block; margin-bottom:2px; }
  .auth-upload span{ display:block; }
  .news-header{ max-width:980px; margin:0 auto 22px; }
  .news-header span{ display:inline-flex; background:var(--blue-soft); color:var(--blue); border-radius:999px; padding:6px 11px; font-family:'IBM Plex Mono',monospace; font-size:11px; font-weight:800; text-transform:uppercase; letter-spacing:.04em; }
  .news-header h2{ margin:12px 0 8px; color:var(--ink); font-size:32px; }
  .news-header p{ margin:0; color:#536174; font-size:16px; line-height:1.5; max-width:720px; }
  .news-layout{ max-width:980px; margin:0 auto; display:grid; grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr); gap:18px; align-items:start; }
  .news-featured,.news-side,.resource-card{ background:#fff; border:1px solid var(--line); border-radius:16px; overflow:hidden; box-shadow:0 8px 22px rgba(28,49,89,.07); }
  .news-featured img{ width:100%; height:260px; object-fit:cover; display:block; }
  .news-body{ padding:22px; }
  .news-tag{ display:inline-flex; width:max-content; background:#fff6db; color:#8a6600; border:1px solid #f2d783; border-radius:999px; padding:4px 9px; font-size:11px; font-weight:800; font-family:'IBM Plex Mono',monospace; text-transform:uppercase; letter-spacing:.035em; }
  .news-body h3{ margin:12px 0 8px; color:var(--ink); font-size:24px; }
  .news-body p{ margin:0 0 14px; color:#536174; line-height:1.5; }
  .news-side{ padding:18px; display:grid; gap:12px; }
  .news-side h3{ margin:0; color:var(--ink); }
  .headline{ display:grid; grid-template-columns:74px 1fr; gap:12px; align-items:center; padding-bottom:12px; border-bottom:1px solid var(--line); }
  .headline:last-child{ border-bottom:0; padding-bottom:0; }
  .headline img{ width:74px; height:58px; object-fit:cover; border-radius:10px; }
  .headline span{ display:block; color:#8a8778; font-size:11px; font-family:'IBM Plex Mono',monospace; margin-bottom:4px; }
  .headline strong{ color:var(--ink); font-size:14px; line-height:1.25; }
  .resource-grid{ max-width:980px; margin:18px auto 0; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; }
  .resource-card{ padding:18px; }
  .resource-card h3{ margin:0 0 8px; color:var(--ink); font-size:17px; }
  .resource-card p{ margin:0 0 12px; color:#536174; line-height:1.45; font-size:14px; }
  .resource-card button{ width:100%; }

  @media (max-width:980px){ .home-showcase-grid{ grid-template-columns:1fr; } .home-feed-grid{ grid-template-columns:repeat(2,minmax(0,1fr)); } .home-provider-directory-grid{ grid-template-columns:none; grid-auto-flow:column; grid-auto-columns:minmax(280px,78vw); } .home-news-layout,.home-news-main{ grid-template-columns:1fr; } .home-news-image img{ min-height:220px; } .home-intro,.home-cta-band{ grid-template-columns:1fr; } .home-visual-stack{ min-height:0; grid-template-columns:1.15fr .85fr; } .home-visual-stack > img{ min-height:220px; } .home-category-strip{ grid-template-columns:repeat(2,minmax(0,1fr)); } .home-category-strip article{ min-height:190px; } .home-value-grid{ grid-template-columns:1fr; } .home-intro-actions{ justify-content:flex-start; } }
  @media (max-width:980px){ .software-vs-hero{ grid-template-columns:1fr; } .smart-compare-cards,.software-compare-grid{ grid-template-columns:1fr; } .smart-compare-card,.software-compare-card{ border-right:0; border-bottom:1px solid #edf1f6; } .smart-compare-card:last-child,.software-compare-card:last-child{ border-bottom:0; } }
  @media (max-width:860px){ .browse{ grid-template-columns:1fr; } .sidebar{ position:static; } .filter-groups{ grid-template-columns:1fr; } .dir-tools{ min-width:0; width:100%; grid-template-columns:1fr; } .dir-tools .searchbar{ min-width:100%; order:1; } .btn-filter{ order:2; width:100%; } .dir-tools .smart-comparison-panel{ order:3; } .dir-grid{ grid-template-columns:1fr; } .directory-category-grid{ grid-template-columns:repeat(2,minmax(0,1fr)); } .directory-carousel{ grid-auto-columns:minmax(220px,78vw); } .prov-gallery{ max-width:none; } .prov-card-side{ min-width:0; justify-items:stretch; } .provider-profile-layout{ grid-template-columns:1fr; } }
  @media (max-width:640px){
    .hero{ padding:42px 14px 34px; }
    .hero-search-mode-row{ width:100%; max-width:420px; gap:10px; }
    .hero-search-tabs{ width:100%; max-width:420px; display:grid; grid-template-columns:1fr 1fr; border-radius:22px; padding:6px; gap:6px; }
    .hero-search-tabs button:first-child{ grid-column:1 / -1; }
    .hero-search-tabs button{ padding:10px 8px; font-size:13px; }
    .hero-searchbar{ width:100%; max-width:420px; grid-template-columns:1fr; border-radius:24px; border-width:3px; overflow:hidden; }
    .hero-search-suggestions{ width:calc(100% - 28px); max-width:420px; max-height:min(480px,68vh); border-radius:16px; }
    .software-vs-hero{ width:100%; max-width:420px; margin-top:18px; }
    .software-vs-box{ padding:16px 14px 14px 36px; border-radius:22px; }
    .software-vs-inputs input{ height:54px; font-size:20px; padding-left:22px; }
    .software-vs-actions,.software-suggest-menu{ grid-template-columns:1fr; }
    .software-vs-copy h2,.compare-page-head h2{ font-size:24px; }
    .software-metric,.smart-compare-row{ grid-template-columns:92px minmax(0,1fr); }
    .smart-compare-actions{ align-items:stretch; }
    .smart-compare-actions button{ flex:1 1 100%; }
    .hero-search-query{ grid-column:1 / -1; }
    .hero-search-field{ min-height:58px; padding:0 14px; gap:9px; grid-template-columns:20px minmax(0,1fr); }
    .hero-search-field svg{ width:20px; height:20px; }
    .hero-field-copy small{ font-size:9px; }
    .hero-search-field input,
    .hero-search-field select{ font-size:14px; }
    .hero-search-field{ border-right:0; border-top:1px solid var(--line); }
    .hero-search-field:first-child{ border-top:0; }
    .hero-search-field:nth-of-type(2){ border-top:1px solid var(--line); }
    .hero-search-field:nth-of-type(3){ border-right:0; border-top:1px solid var(--line); }
    .hero-searchbar button{ grid-column:1 / -1; min-height:52px; height:52px; margin:4px; border-radius:18px; font-size:16px; }
    .hero-stats{ grid-template-columns:repeat(4,minmax(0,1fr)); gap:6px; max-width:420px; padding-top:14px; overflow:visible; }
    .hero-stats .num{ font-size:24px; line-height:1; }
    .hero-stats .label{ margin-top:5px; font-size:8px; line-height:1; letter-spacing:.01em; white-space:normal; overflow-wrap:normal; word-break:normal; }
    .home-section{ padding:18px; border-radius:16px; }
    .home-section-head{ display:grid; gap:12px; }
    .home-section-head h2{ font-size:24px; }
    .home-intro{ padding:20px; }
    .home-startup{ padding:22px; }
    .home-intro h2{ font-size:30px; }
    .home-intro p{ font-size:16px; }
    .home-intro-actions{ margin-top:16px; }
    .home-intro-actions .btn-primary,
    .home-intro-actions .btn-secondary{ flex:1 1 100%; }
    .home-visual-stack{ grid-template-columns:1fr; }
    .home-visual-stack > img{ min-height:190px; aspect-ratio:1.7 / 1; }
    .home-visual-stack > div{ grid-template-columns:1fr 1fr; grid-template-rows:none; }
    .home-visual-stack > div img{ aspect-ratio:1.2 / 1; }
    .home-visual-badge{ right:10px; bottom:10px; min-height:34px; font-size:10px; }
    .home-proof-row span{ width:100%; justify-content:center; }
    .home-showcase{ padding:18px; }
    .home-showcase-grid,.home-feed-grid,.home-activity-grid,.home-steps,.home-resource-grid,.home-category-strip{ grid-template-columns:1fr; }
    .home-category-strip article{ min-height:170px; }
    .home-provider-directory-grid{ grid-template-columns:none; grid-auto-flow:column; grid-auto-columns:minmax(260px,84vw); }
    .home-activity-tile{ min-height:220px; }
    .home-provider-head{ grid-template-columns:42px 1fr; }
    .home-provider-head .btn-provider-follow-card{ grid-column:1 / -1; width:max-content; }
    .home-news-copy{ padding:18px; }
    .home-news-copy h3{ font-size:23px; }
    .home-news-image img{ min-height:180px; }
    .home-mini-card.provider{ grid-template-columns:64px 1fr; }
    .home-mini-card.provider img{ width:64px; height:64px; }
    .home-cta-band{ padding:22px; }
    .home-cta-band h2{ font-size:25px; }
    .ticket{ flex-direction:column; }
    .ticket .stub{ width:100%; padding:14px 0; }
    .perforation{ display:none; }
    .row2{ grid-template-columns:1fr; }
    .panel{ padding:20px 16px; }
    .profile-stats{ grid-template-columns:1fr; }
    .publish-toggle{ grid-template-columns:1fr; }
    .wizard-progress{ gap:7px; }
    .wizard-progress button{ display:grid; justify-items:center; padding:9px 4px; text-align:center; }
    .wizard-progress strong{ width:28px; height:28px; }
    .wizard-progress span{ font-size:11.5px; }
    .choice-grid{ grid-template-columns:1fr; }
    .spec-row{ grid-template-columns:1fr; }
    .social-grid{ grid-template-columns:1fr; }
    .choice-card{ min-height:96px; }
    .form-step{ padding:17px; }
    .wizard-actions{ display:grid; grid-template-columns:1fr; }
    .wizard-actions .btn-primary,
    .wizard-actions .btn-secondary{ width:100%; margin-left:0; }
    .tools-grid{ grid-template-columns:1fr; }
    .product-grid{ grid-template-columns:1fr; }
    .profile-socials.creator-featured{ grid-template-columns:1fr; }
    .creator-stats{ grid-template-columns:repeat(2,minmax(0,1fr)); }
    .benefits-grid{ grid-template-columns:1fr; }
    .review-summary{ grid-template-columns:1fr; }
    .review-meters{ grid-template-columns:repeat(2,1fr); }
    .user-hero{ grid-template-columns:1fr; }
    .user-grid{ grid-template-columns:1fr; }
    .admin-grid{ grid-template-columns:1fr; }
    .auth-layout,.news-layout{ grid-template-columns:1fr; }
    .account-type-grid,.resource-grid{ grid-template-columns:1fr; }
    .modal-head{ grid-template-columns:1fr; }
    .modal-profile-line{ align-items:center; gap:11px; width:100%; }
    .modal-avatar{ width:58px; height:58px; font-size:20px; }
    .modal-title{ font-size:25px; }
    .modal-company{ font-size:22px; }
    .modal-facts{ grid-template-columns:1fr; }
    .cycle-timeline{ grid-template-columns:1fr; }
    .modal-gallery{ grid-template-columns:repeat(2,minmax(0,1fr)); }
    .modal-gallery img,
    .modal-gallery img:first-child{ height:140px; grid-row:auto; }
    .modal-subtitle,.modal-meta,.modal-desc{ font-size:17px; }
    .share-sheet{ padding:24px; border-radius:16px; }
    .share-grid{ grid-template-columns:1fr; }
    .contact-options{ grid-template-columns:1fr; }
    .main-contact{ width:100%; }
    .provider-actions,
    .opportunity-actions{ display:grid; grid-template-columns:repeat(4,52px); gap:14px; justify-content:start; align-items:center; }
    .provider-actions .main-contact,
    .provider-actions .main-quote{ grid-column:1/-1; width:100%; min-width:0; }
    .opportunity-actions .main-contact{ grid-column:1/-1; width:100%; min-width:0; }
    .provider-actions .icon-btn,
    .opportunity-actions .icon-btn{ justify-self:center; }
  }
  @media (prefers-reduced-motion: reduce){ *{ transition:none !important; } }
  :focus-visible{ outline:2px solid var(--copper); outline-offset:2px; }

  /* Search CTAs must keep contrast on hover, focus, click and mobile tap states. */
  button#searchBtn,
  button#exploreSearchBtn,
  button#dirSearchBtn,
  .hero-searchbar button#searchBtn,
  .hero-searchbar button#exploreSearchBtn,
  .hero-searchbar button#dirSearchBtn,
  .searchbar button#searchBtn,
  .searchbar button#exploreSearchBtn,
  .searchbar button#dirSearchBtn{
    appearance:none !important;
    background:#0d4b95 !important;
    border-color:#0d4b95 !important;
    color:#fff !important;
    opacity:1 !important;
    -webkit-tap-highlight-color:transparent;
  }

  button#searchBtn:hover,
  button#searchBtn:focus,
  button#searchBtn:focus-visible,
  button#searchBtn:active,
  button#exploreSearchBtn:hover,
  button#exploreSearchBtn:focus,
  button#exploreSearchBtn:focus-visible,
  button#exploreSearchBtn:active,
  button#dirSearchBtn:hover,
  button#dirSearchBtn:focus,
  button#dirSearchBtn:focus-visible,
  button#dirSearchBtn:active,
  .hero-searchbar button#searchBtn:hover,
  .hero-searchbar button#searchBtn:focus,
  .hero-searchbar button#searchBtn:focus-visible,
  .hero-searchbar button#searchBtn:active,
  .hero-searchbar button#exploreSearchBtn:hover,
  .hero-searchbar button#exploreSearchBtn:focus,
  .hero-searchbar button#exploreSearchBtn:focus-visible,
  .hero-searchbar button#exploreSearchBtn:active,
  .hero-searchbar button#dirSearchBtn:hover,
  .hero-searchbar button#dirSearchBtn:focus,
  .hero-searchbar button#dirSearchBtn:focus-visible,
  .hero-searchbar button#dirSearchBtn:active,
  .searchbar button#searchBtn:hover,
  .searchbar button#searchBtn:focus,
  .searchbar button#searchBtn:focus-visible,
  .searchbar button#searchBtn:active,
  .searchbar button#exploreSearchBtn:hover,
  .searchbar button#exploreSearchBtn:focus,
  .searchbar button#exploreSearchBtn:focus-visible,
  .searchbar button#exploreSearchBtn:active,
  .searchbar button#dirSearchBtn:hover,
  .searchbar button#dirSearchBtn:focus,
  .searchbar button#dirSearchBtn:focus-visible,
  .searchbar button#dirSearchBtn:active{
    background:#083a78 !important;
    border-color:#083a78 !important;
    color:#fff !important;
    box-shadow:none !important;
    outline-color:#f97702 !important;
  }

  button#searchBtn span,
  button#searchBtn:hover span,
  button#searchBtn:focus span,
  button#searchBtn:active span,
  button#exploreSearchBtn span,
  button#exploreSearchBtn:hover span,
  button#exploreSearchBtn:focus span,
  button#exploreSearchBtn:active span,
  button#dirSearchBtn span,
  button#dirSearchBtn:hover span,
  button#dirSearchBtn:focus span,
  button#dirSearchBtn:active span{
    color:#fff !important;
  }

  button#searchBtn svg,
  button#searchBtn:hover svg,
  button#searchBtn:focus svg,
  button#searchBtn:active svg,
  button#exploreSearchBtn svg,
  button#exploreSearchBtn:hover svg,
  button#exploreSearchBtn:focus svg,
  button#exploreSearchBtn:active svg,
  button#dirSearchBtn svg,
  button#dirSearchBtn:hover svg,
  button#dirSearchBtn:focus svg,
  button#dirSearchBtn:active svg{
    color:#fff !important;
    stroke:#fff !important;
  }
