.oyht-plantbased-finder {
      --turquoise:#0fa3a3;
      --deep:#073b3a;
      --gold:#d6a84f;
      --cream:#fff9ef;
      --soft:#eefafa;
      --ink:#172026;
      --muted:#63717a;
      font-family: "Glacial Indifference", Arial, sans-serif;
      max-width: 1100px;
      margin: 0 auto;
      padding: 28px;
      border-radius: 26px;
      background: linear-gradient(135deg,#ffffff,#efffff,#fff7e6);
      box-shadow: 0 18px 45px rgba(0,0,0,.08);
      color: var(--ink);
    }

    .oyht-plantbased-finder * { box-sizing:border-box; }

    .oyht-pb-header { text-align:center; margin-bottom:24px; }

    .oyht-pb-kicker {
      color:var(--gold);
      font-size:.78rem;
      text-transform:uppercase;
      letter-spacing:.12em;
      font-weight:800;
      margin-bottom:8px;
    }

    .oyht-pb-header h2 {
      margin:0 0 12px;
      font-size:clamp(2rem,5vw,3.25rem);
      line-height:1.05;
      color:var(--deep);
      font-weight:900;
    }

    .oyht-pb-header p {
      max-width:780px;
      margin:0 auto;
      color:var(--muted);
      line-height:1.65;
      font-size:1rem;
    }

    .oyht-pb-controls {
      display:grid;
      grid-template-columns:1.6fr 1fr 1fr;
      gap:12px;
      background:rgba(255,255,255,.9);
      border:1px solid rgba(15,163,163,.18);
      border-radius:20px;
      padding:16px;
      margin:24px 0;
    }

    .oyht-pb-controls input,
    .oyht-pb-controls select {
      width:100%;
      padding:14px;
      border-radius:14px;
      border:1px solid rgba(23,32,38,.18);
      font:inherit;
      outline:none;
      background:#fff;
    }

    .oyht-pb-controls input:focus,
    .oyht-pb-controls select:focus {
      border-color:var(--turquoise);
      box-shadow:0 0 0 3px rgba(15,163,163,.14);
    }

    .oyht-pb-legend {
      display:flex;
      flex-wrap:wrap;
      justify-content:center;
      gap:8px;
      margin-bottom:18px;
    }

    .oyht-pb-pill {
      display:inline-flex;
      align-items:center;
      border-radius:999px;
      padding:7px 11px;
      font-size:.82rem;
      font-weight:800;
      border:1px solid rgba(0,0,0,.08);
      background:#fff;
    }

    .superstar { background:#dcfce7; color:#075e54; }
    .strong { background:#e0f2fe; color:#075985; }
    .moderate { background:#f3e8ff; color:#6b21a8; }
    .mixed { background:#fef3c7; color:#92400e; }
    .weak { background:#fee2e2; color:#991b1b; }

    .oyht-pb-count {
      text-align:center;
      color:var(--muted);
      margin:12px 0 16px;
      font-size:.95rem;
    }

    .oyht-pb-grid {
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:16px;
    }

    .oyht-pb-card {
      background:rgba(255,255,255,.95);
      border:1px solid rgba(15,163,163,.16);
      border-radius:22px;
      padding:18px;
      box-shadow:0 12px 30px rgba(0,0,0,.06);
      position:relative;
      overflow:hidden;
    }

    .oyht-pb-card:before {
      content:"";
      position:absolute;
      top:0;
      left:0;
      right:0;
      height:6px;
      background:linear-gradient(90deg,var(--turquoise),var(--gold));
    }

    .oyht-pb-rank {
      font-weight:900;
      color:var(--gold);
      font-size:.9rem;
      margin-top:8px;
    }

    .oyht-pb-card h3 {
      margin:6px 0 6px;
      font-size:1.25rem;
      line-height:1.2;
      color:var(--deep);
    }

    .oyht-pb-location {
      color:var(--muted);
      font-size:.92rem;
      margin-bottom:10px;
    }

    .oyht-pb-card p {
      line-height:1.55;
      margin:0 0 10px;
    }

    .oyht-pb-meta {
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:10px;
      margin:12px 0;
    }

    .oyht-pb-meta div {
      background:var(--soft);
      padding:10px;
      border-radius:14px;
      font-size:.88rem;
    }

    .oyht-pb-meta strong {
      display:block;
      color:var(--deep);
      text-transform:uppercase;
      letter-spacing:.06em;
      font-size:.72rem;
      margin-bottom:4px;
    }

    .oyht-pb-sources {
      border-top:1px solid rgba(0,0,0,.08);
      margin-top:12px;
      padding-top:12px;
    }

    .oyht-pb-sources a {
      color:#087c7b;
      font-weight:800;
      text-decoration:none;
      border-bottom:1px solid rgba(15,163,163,.35);
      display:inline-block;
      margin:4px 8px 4px 0;
      font-size:.86rem;
    }

    .oyht-pb-empty {
      display:none;
      background:#fff;
      border:1px dashed rgba(15,163,163,.4);
      padding:26px;
      border-radius:18px;
      text-align:center;
      color:var(--muted);
    }

    .oyht-pb-note {
      margin-top:22px;
      padding:16px;
      border-radius:16px;
      background:#fff8e8;
      border-left:5px solid var(--gold);
      line-height:1.55;
      color:#4b3b1f;
      font-size:.94rem;
    }


    .oyht-pb-disclaimer-overlay{
      position:fixed;
      inset:0;
      z-index:999999;
      display:none;
      align-items:center;
      justify-content:center;
      padding:20px;
      background:rgba(7,59,58,.58);
      backdrop-filter:blur(6px);
    }

    .oyht-pb-disclaimer-overlay.show{
      display:flex;
    }

    .oyht-pb-disclaimer-box{
      max-width:580px;
      width:100%;
      background:
        radial-gradient(circle at top right, rgba(214,168,79,.22), transparent 36%),
        linear-gradient(135deg,#ffffff,#efffff,#fff7e6);
      border-radius:30px;
      padding:28px;
      border:2px solid rgba(214,168,79,.42);
      box-shadow:0 25px 70px rgba(0,0,0,.28);
      text-align:center;
      position:relative;
      overflow:hidden;
    }

    .oyht-pb-disclaimer-box:before{
      content:"";
      position:absolute;
      width:190px;
      height:190px;
      left:-95px;
      bottom:-105px;
      background:radial-gradient(circle, rgba(15,163,163,.16), rgba(15,163,163,0) 70%);
      pointer-events:none;
    }

    .oyht-pb-disclaimer-kicker{
      color:var(--gold);
      text-transform:uppercase;
      letter-spacing:.15em;
      font-size:.78rem;
      font-weight:900;
      margin-bottom:8px;
      position:relative;
      z-index:1;
    }

    .oyht-pb-disclaimer-box h3{
      margin:0 0 12px;
      color:var(--deep);
      font-size:clamp(1.8rem,4vw,2.45rem);
      line-height:1.05;
      position:relative;
      z-index:1;
    }

    .oyht-pb-disclaimer-box p{
      color:var(--muted);
      line-height:1.65;
      margin:0 auto 14px;
      max-width:500px;
      position:relative;
      z-index:1;
    }

    .oyht-pb-disclaimer-box strong{
      color:var(--deep);
    }

    .oyht-pb-disclaimer-check{
      display:flex;
      align-items:flex-start;
      gap:10px;
      text-align:left;
      margin:18px auto;
      font-size:.92rem;
      color:var(--ink);
      font-weight:700;
      line-height:1.4;
      max-width:500px;
      position:relative;
      z-index:1;
    }

    .oyht-pb-disclaimer-check input{
      margin-top:3px;
      accent-color:var(--turquoise);
      transform:scale(1.1);
      flex:0 0 auto;
    }

    .oyht-pb-disclaimer-button{
      width:100%;
      max-width:380px;
      border:none;
      border-radius:999px;
      padding:14px 18px;
      background:linear-gradient(135deg,var(--turquoise),var(--deep));
      color:white;
      font-weight:900;
      font-size:.95rem;
      cursor:pointer;
      box-shadow:0 12px 28px rgba(7,59,58,.22);
      transition:transform .2s ease, opacity .2s ease;
      position:relative;
      z-index:1;
    }

    .oyht-pb-disclaimer-button:hover{
      transform:translateY(-2px);
    }

    .oyht-pb-disclaimer-button:disabled{
      opacity:.45;
      cursor:not-allowed;
      transform:none;
    }

    .oyht-pb-disclaimer-note{
      margin-top:11px;
      color:var(--muted);
      font-size:.8rem;
      line-height:1.35;
      position:relative;
      z-index:1;
    }


    @media(max-width:800px){
      .oyht-pb-controls,
      .oyht-pb-grid,
      .oyht-pb-meta { grid-template-columns:1fr; }
      .oyht-plantbased-finder { padding:20px; }
    }

.oyht-pb-loading {
  text-align:center;
  padding:18px;
  border-radius:16px;
  background:#fff;
  color:var(--muted);
}
.oyht-pb-error {
  text-align:center;
  padding:18px;
  border-radius:16px;
  background:#fff0f0;
  border:1px solid rgba(153,27,27,.18);
  color:#7f1d1d;
}
