:root{
      --page:#07151a;
      --page-2:#0b242b;
      --phone:#071b21;
      --phone-2:#09232b;
      --glass:rgba(255,255,255,.075);
      --glass-2:rgba(255,255,255,.115);
      --line:rgba(255,255,255,.12);
      --line-strong:rgba(255,255,255,.18);
      --text:#f5fbff;
      --muted:#a9c5cd;
      --muted-2:#d2e8ee;
      --brand:#15b58f;
      --brand-2:#1699e8;
      --brand-3:#27d989;
      --header:#0a7d70;
      --header-2:#0e95a9;
      --bubble-agent:#17323a;
      --bubble-user:#0b7f72;
      --bubble-user-2:#0fa06f;
      --danger:#ff9c9c;
      --warning:#ffd58d;
      --shadow:0 28px 90px rgba(0,0,0,.46);
      --radius:28px;
    }
    *{box-sizing:border-box}
    html,body{height:100%}
    body{
      margin:0;
      min-height:100vh;
      color:var(--text);
      font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      background:
        radial-gradient(circle at 14% 12%, rgba(22,153,232,.28), transparent 26%),
        radial-gradient(circle at 86% 90%, rgba(39,217,137,.22), transparent 29%),
        linear-gradient(145deg, #031014 0%, var(--page) 44%, var(--page-2) 100%);
      display:flex;
      align-items:center;
      justify-content:center;
      padding:18px;
      overflow:hidden;
    }
    button,input{font:inherit}
    button{border:0;color:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent}
    input{outline:none}

    .phone{
      width:min(100%, 460px);
      height:min(910px, calc(100vh - 36px));
      min-height:640px;
      background:linear-gradient(180deg, rgba(10,31,38,.98), rgba(6,21,26,.98));
      border:1px solid var(--line);
      border-radius:var(--radius);
      overflow:hidden;
      box-shadow:var(--shadow);
      display:flex;
      flex-direction:column;
      position:relative;
      isolation:isolate;
    }
    .phone::before{
      content:"";
      position:absolute;
      inset:0;
      pointer-events:none;
      background:
        radial-gradient(circle at 16% 10%, rgba(255,255,255,.08), transparent 16%),
        radial-gradient(circle at 84% 94%, rgba(37,211,102,.10), transparent 23%);
      z-index:-1;
    }

    .header{
      flex:0 0 auto;
      padding:14px 15px 13px;
      background:linear-gradient(135deg, #08796e 0%, #0e9889 58%, #159fe9 100%);
      border-bottom:1px solid rgba(255,255,255,.16);
      display:grid;
      grid-template-columns:auto minmax(0,1fr) auto;
      grid-template-areas:
        "avatar copy club"
        "actions actions actions";
      align-items:center;
      column-gap:12px;
      row-gap:10px;
    }
    .avatar{
      grid-area:avatar;
      width:45px;
      height:45px;
      border-radius:16px;
      display:grid;
      place-items:center;
      flex:0 0 auto;
      color:#07343b;
      font-weight:950;
      letter-spacing:-1px;
      background:linear-gradient(135deg,#ffffff,#7df3cf 50%,#51c4ff);
      box-shadow:0 10px 24px rgba(0,0,0,.20);
    }
    .head-copy{grid-area:copy;min-width:0;min-width:0}
    .head-copy h1{margin:0;font-size:17px;line-height:1.05;font-weight:900;letter-spacing:-.25px}
    .head-copy p{margin:5px 0 0;font-size:12px;color:rgba(245,251,255,.84);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
    .online{
      display:flex;
      align-items:center;
      gap:7px;
      font-size:12px;
      font-weight:800;
      color:rgba(245,251,255,.92);
      background:rgba(0,0,0,.13);
      border:1px solid rgba(255,255,255,.12);
      border-radius:999px;
      padding:8px 9px;
      white-space:nowrap;
    }
    .online-visually-hidden{
      position:absolute !important;
      width:1px !important;
      height:1px !important;
      padding:0 !important;
      margin:-1px !important;
      overflow:hidden !important;
      clip:rect(0,0,0,0) !important;
      white-space:nowrap !important;
      border:0 !important;
      opacity:0 !important;
      pointer-events:none !important;
    }
    .online-dot{width:8px;height:8px;border-radius:999px;background:#34ffb0;box-shadow:0 0 0 5px rgba(52,255,176,.13)}
    .quote-header-btn{
      display:none;
      width:100%;
      align-items:center;
      justify-content:center;
      gap:9px;
      margin-top:2px;
      min-height:48px;
      border-radius:18px;
      color:#07343b;
      background:linear-gradient(135deg,#ffffff 0%,#ccfff0 38%,#7ee8ff 100%);
      font-size:15px;
      font-weight:950;
      letter-spacing:-.12px;
      box-shadow:0 14px 32px rgba(0,0,0,.18), inset 0 0 0 1px rgba(255,255,255,.45);
    }
    .quote-header-btn:active{transform:translateY(1px)}
    .phone.in-chat .quote-header-btn{display:flex}

    .login{
      flex:1;
      min-height:0;
      padding:20px;
      display:flex;
      align-items:center;
      justify-content:center;
      background:
        linear-gradient(180deg, rgba(255,255,255,.025), transparent 38%),
        radial-gradient(circle at 50% 0%, rgba(22,153,232,.12), transparent 33%);
    }
    .login-card{
      width:100%;
      max-width:370px;
      background:rgba(255,255,255,.065);
      border:1px solid var(--line);
      border-radius:26px;
      padding:22px;
      box-shadow:0 18px 60px rgba(0,0,0,.20);
      backdrop-filter:blur(14px);
    }
    .login-card .pill{
      width:max-content;
      max-width:100%;
      margin:0 0 14px;
      color:#dcfff4;
      background:rgba(39,217,137,.12);
      border:1px solid rgba(39,217,137,.22);
      border-radius:999px;
      padding:7px 10px;
      font-size:12px;
      font-weight:850;
    }
    .login h2{margin:0 0 8px;font-size:26px;letter-spacing:-.7px;line-height:1.05}
    .login p{margin:0 0 18px;color:var(--muted);line-height:1.48;font-size:14px}
    label{display:block;color:#d8edf3;font-size:12px;font-weight:850;margin:14px 0 7px;letter-spacing:.18px}
    input{
      width:100%;
      border:1px solid rgba(255,255,255,.13);
      background:rgba(4,16,20,.76);
      color:var(--text);
      border-radius:16px;
      padding:14px 15px;
      font-size:15px;
      caret-color:var(--brand-3);
    }
    input::placeholder{color:rgba(218,238,244,.47)}
    input:focus{border-color:rgba(39,217,137,.75);box-shadow:0 0 0 4px rgba(39,217,137,.11)}
    .primary{
      margin-top:18px;
      width:100%;
      padding:14px 16px;
      border-radius:17px;
      color:#ffffff;
      background:linear-gradient(135deg,#10b981,#159fe9);
      font-weight:900;
      box-shadow:0 14px 34px rgba(21,159,233,.22);
    }
    .primary:active{transform:translateY(1px)}
    .warn{
      display:none;
      margin:0 0 14px;
      color:var(--warning);
      background:rgba(255,205,120,.11);
      border:1px solid rgba(255,205,120,.22);
      padding:12px;
      border-radius:16px;
      font-size:13px;
      line-height:1.35;
    }

    .chat{
      display:none;
      flex:1;
      min-height:0;
      flex-direction:column;
      background:rgba(5,18,22,.74);
    }
    .messages{
      flex:1;
      min-height:0;
      overflow-y:auto;
      padding:18px 13px 15px;
      scroll-behavior:smooth;
      background:
        radial-gradient(circle at 18px 18px, rgba(255,255,255,.035) 1px, transparent 1.4px),
        linear-gradient(180deg, rgba(255,255,255,.015), transparent 45%);
      background-size:28px 28px, auto;
    }
    .messages::-webkit-scrollbar{width:7px}
    .messages::-webkit-scrollbar-thumb{background:rgba(255,255,255,.16);border-radius:999px}
    .day{
      width:max-content;
      margin:0 auto 14px;
      padding:6px 12px;
      border-radius:999px;
      background:rgba(255,255,255,.08);
      color:#d9edf2;
      font-size:11px;
      font-weight:900;
      letter-spacing:.45px;
    }
    .empty{
      margin:28px auto 0;
      max-width:320px;
      text-align:center;
      color:var(--muted);
      font-size:13px;
      line-height:1.48;
      background:rgba(255,255,255,.052);
      border:1px solid var(--line);
      border-radius:22px;
      padding:18px 16px;
    }
    .empty strong{display:block;color:#e8fbff;font-size:14px;margin-bottom:4px}
    .msg{display:flex;margin:9px 0;align-items:flex-end;gap:7px;animation:popIn .14s ease-out both}
    @keyframes popIn{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}
    .msg.in{justify-content:flex-start}.msg.out{justify-content:flex-end}
    .bubble{
      max-width:82%;
      padding:10px 12px 8px;
      border-radius:19px;
      position:relative;
      line-height:1.36;
      font-size:14.5px;
      border:1px solid rgba(255,255,255,.075);
      box-shadow:0 8px 18px rgba(0,0,0,.13);
      white-space:pre-wrap;
      overflow-wrap:anywhere;
    }
    .in .bubble{background:var(--bubble-agent);border-bottom-left-radius:7px;color:#f0fbff}
    .out .bubble{background:linear-gradient(135deg,var(--bubble-user),var(--bubble-user-2));border-bottom-right-radius:7px;color:#fbfffc}
    .agent{display:block;color:#bffbe4;font-weight:900;font-size:11px;margin-bottom:4px}
    .meta{display:block;text-align:right;color:rgba(245,251,255,.62);font-size:10.5px;margin-top:5px;white-space:nowrap}

    .composer{
      flex:0 0 auto;
      padding:9px 10px calc(9px + env(safe-area-inset-bottom));
      background:rgba(6,21,26,.96);
      border-top:1px solid rgba(255,255,255,.08);
      display:flex;
      gap:8px;
      align-items:flex-end;
      position:relative;
    }
    .plus,.send{
      width:43px;
      height:43px;
      border-radius:16px;
      flex:0 0 auto;
      display:grid;
      place-items:center;
      color:#e8fbff;
    }
    .plus{
      background:rgba(255,255,255,.085);
      border:1px solid rgba(255,255,255,.11);
      font-size:24px;
      line-height:1;
      transition:.14s ease;
    }
    .plus.open{background:rgba(39,217,137,.15);border-color:rgba(39,217,137,.28);transform:rotate(45deg)}
    .composer input{
      height:43px;
      flex:1;
      min-width:0;
      border-radius:17px;
      background:rgba(255,255,255,.085);
      border-color:rgba(255,255,255,.11);
      padding:12px 14px;
    }
    .send{
      display:none;
      color:#ffffff;
      background:linear-gradient(135deg,#10b981,#159fe9);
      font-size:18px;
      font-weight:900;
      box-shadow:0 10px 24px rgba(21,159,233,.22);
    }
    .send.ready{display:grid}
    .actions{
      position:absolute;
      left:10px;
      right:10px;
      bottom:62px;
      background:rgba(9,34,41,.98);
      border:1px solid rgba(255,255,255,.13);
      border-radius:22px;
      padding:8px;
      display:none;
      box-shadow:0 18px 56px rgba(0,0,0,.40);
      z-index:5;
      backdrop-filter:blur(16px);
    }
    .actions.open{display:grid;grid-template-columns:1fr 1fr;gap:7px}
    .actions button{
      min-height:48px;
      display:flex;
      align-items:center;
      gap:9px;
      text-align:left;
      background:rgba(255,255,255,.065);
      border:1px solid rgba(255,255,255,.08);
      border-radius:16px;
      padding:10px;
      color:#effbff;
      font-weight:850;
      font-size:12.5px;
      line-height:1.15;
    }
    .actions button:active{transform:translateY(1px)}

    .quote-sheet{
      position:absolute;
      inset:0;
      display:none;
      align-items:flex-end;
      justify-content:center;
      z-index:20;
      background:rgba(0,0,0,.42);
      backdrop-filter:blur(8px);
    }
    .quote-sheet.open{display:flex}
    .quote-panel{
      width:100%;
      max-height:88%;
      overflow:hidden;
      display:flex;
      flex-direction:column;
      background:linear-gradient(180deg, rgba(12,44,52,.99), rgba(6,23,28,.99));
      border:1px solid rgba(255,255,255,.14);
      border-radius:28px 28px 0 0;
      box-shadow:0 -24px 70px rgba(0,0,0,.42);
      animation:quoteUp .16s ease-out both;
    }
    @keyframes quoteUp{from{transform:translateY(18px);opacity:.76}to{transform:translateY(0);opacity:1}}
    .quote-head{
      flex:0 0 auto;
      padding:16px 16px 13px;
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:12px;
      border-bottom:1px solid rgba(255,255,255,.10);
    }
    .quote-head h2{margin:0;font-size:19px;letter-spacing:-.45px;line-height:1.05}
    .quote-head p{margin:6px 0 0;color:var(--muted);font-size:12.5px;line-height:1.35}
    .quote-close{
      width:38px;
      height:38px;
      flex:0 0 auto;
      display:grid;
      place-items:center;
      border-radius:14px;
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.12);
      font-size:22px;
      line-height:1;
    }
    .quote-body{
      flex:1;
      min-height:0;
      overflow:auto;
      padding:14px 16px 16px;
    }
    .quote-body::-webkit-scrollbar{width:7px}
    .quote-body::-webkit-scrollbar-thumb{background:rgba(255,255,255,.16);border-radius:999px}
    .quote-step-label{
      margin:0 0 9px;
      color:#d9f3f8;
      font-size:12px;
      font-weight:950;
      letter-spacing:.18px;
    }
    .quote-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:14px}
    .quote-chip{
      min-height:47px;
      padding:10px 11px;
      border-radius:16px;
      background:rgba(255,255,255,.065);
      border:1px solid rgba(255,255,255,.095);
      color:#eefbff;
      text-align:left;
      font-size:12.5px;
      font-weight:900;
      line-height:1.15;
    }
    .quote-chip.active{
      color:#063b3e;
      background:linear-gradient(135deg,#ffffff,#bdfce9 48%,#84e6ff);
      border-color:rgba(255,255,255,.44);
      box-shadow:0 10px 26px rgba(21,159,233,.14);
    }
    .quote-form-row{display:grid;grid-template-columns:1fr 104px;gap:8px;margin:9px 0 12px}
    .quote-field{display:flex;flex-direction:column;gap:7px}
    .quote-field span{font-size:12px;color:#d9f3f8;font-weight:900}
    .quote-select,
    .quote-notes{
      width:100%;
      border:1px solid rgba(255,255,255,.13);
      background:rgba(4,16,20,.76);
      color:var(--text);
      border-radius:16px;
      padding:13px 13px;
      font:inherit;
      outline:none;
    }
    .quote-select:focus,
    .quote-notes:focus{border-color:rgba(39,217,137,.75);box-shadow:0 0 0 4px rgba(39,217,137,.11)}
    .quote-notes{resize:none;min-height:68px;line-height:1.35}
    .quote-add{
      width:100%;
      min-height:47px;
      margin:4px 0 13px;
      border-radius:16px;
      color:#07343b;
      background:linear-gradient(135deg,#ffffff,#9af4dd 46%,#65d7ff);
      font-weight:950;
      box-shadow:0 12px 26px rgba(21,159,233,.16);
    }
    .quote-list{
      display:none;
      margin:0 0 13px;
      padding:10px;
      border-radius:18px;
      border:1px solid rgba(255,255,255,.10);
      background:rgba(255,255,255,.045);
    }
    .quote-list.show{display:block}
    .quote-list-title{font-size:12px;font-weight:950;color:#e9fbff;margin:0 0 7px}
    .quote-item{
      display:flex;
      justify-content:space-between;
      gap:8px;
      padding:9px 8px;
      border-radius:13px;
      background:rgba(255,255,255,.055);
      color:#f3fbff;
      font-size:12.5px;
      line-height:1.25;
      margin-top:6px;
    }
    .quote-remove{
      width:28px;
      height:28px;
      flex:0 0 auto;
      border-radius:10px;
      background:rgba(255,255,255,.08);
      color:#ffd6d6;
      font-weight:950;
    }
    .quote-footer{
      flex:0 0 auto;
      display:flex;
      gap:8px;
      padding:12px 16px calc(12px + env(safe-area-inset-bottom));
      border-top:1px solid rgba(255,255,255,.10);
      background:rgba(5,20,25,.92);
    }
    .quote-secondary,
    .quote-send{
      min-height:46px;
      border-radius:16px;
      font-size:13px;
      font-weight:950;
    }
    .quote-secondary{width:40%;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.10);color:#e9fbff}
    .quote-send{flex:1;background:linear-gradient(135deg,#10b981,#159fe9);color:#fff;box-shadow:0 12px 28px rgba(21,159,233,.18)}
    .quote-send:disabled{opacity:.48;cursor:not-allowed;box-shadow:none}


    /* Cotizador modelo CRM: pasos grandes para cliente final */
    .quote-panel{
      max-height:min(820px, calc(100dvh - 38px));
    }
    .quote-progress{
      display:flex;
      gap:6px;
      padding:10px 16px 8px;
      overflow-x:auto;
      border-bottom:1px solid rgba(255,255,255,.08);
      background:rgba(6,23,28,.72);
    }
    .quote-progress::-webkit-scrollbar{display:none}
    .quote-progress-dot{
      flex:0 0 auto;
      padding:7px 9px;
      border-radius:999px;
      font-size:11px;
      font-weight:900;
      color:rgba(232,251,255,.62);
      background:rgba(255,255,255,.055);
      border:1px solid rgba(255,255,255,.08);
    }
    .quote-progress-dot.active{
      color:#06333b;
      background:linear-gradient(135deg,#ffffff,#a7ffe7 55%,#8ee7ff);
      border-color:rgba(255,255,255,.42);
    }
    .quote-body{
      padding:16px;
    }
    .quote-step-title{
      margin:0 0 7px;
      font-size:21px;
      line-height:1.08;
      font-weight:950;
      letter-spacing:-.55px;
      color:#f7fdff;
    }
    .quote-step-hint{
      margin:0 0 14px;
      color:#b7d5dd;
      font-size:13.5px;
      line-height:1.42;
    }
    .quote-family-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:10px;
    }
    .quote-family-card{
      min-height:86px;
      display:flex;
      align-items:center;
      gap:12px;
      width:100%;
      padding:10px 11px;
      border-radius:20px;
      text-align:left;
      background:linear-gradient(135deg, rgba(255,255,255,.105), rgba(255,255,255,.052));
      border:1px solid rgba(255,255,255,.12);
      box-shadow:0 12px 28px rgba(0,0,0,.16);
    }
    .quote-family-card:active{transform:translateY(1px)}
    .quote-family-card:focus-visible{outline:3px solid rgba(126,232,255,.55);outline-offset:2px}
    .quote-family-img-wrap{
      width:64px;
      height:64px;
      flex:0 0 64px;
      border-radius:19px;
      display:grid;
      place-items:center;
      overflow:hidden;
      background:linear-gradient(135deg, var(--family-accent, #15b58f), rgba(255,255,255,.14));
      border:1px solid rgba(255,255,255,.14);
    }
    .quote-family-img-wrap.no-img::after{content:'SC';font-size:18px;font-weight:950;color:#08363d}
    .quote-family-img-wrap img{width:100%;height:100%;object-fit:cover;display:block}
    .quote-family-copy{min-width:0;display:flex;flex-direction:column;gap:4px;flex:1}
    .quote-family-copy strong{font-size:17px;line-height:1.12;color:#f6fdff;letter-spacing:-.25px}
    .quote-family-copy small{font-size:12px;line-height:1.25;color:#b6d5dd;font-weight:750}
    .quote-family-arrow{
      width:34px;
      height:34px;
      border-radius:999px;
      display:grid;
      place-items:center;
      flex:0 0 auto;
      font-size:28px;
      line-height:1;
      color:#052e34;
      background:linear-gradient(135deg,#ffffff,#9fffe8);
      font-weight:800;
    }
    .quote-selected-card{
      display:flex;
      align-items:center;
      gap:11px;
      padding:10px;
      margin:0 0 15px;
      border-radius:20px;
      background:rgba(255,255,255,.065);
      border:1px solid rgba(255,255,255,.10);
    }
    .quote-selected-card img{
      width:56px;
      height:56px;
      object-fit:cover;
      border-radius:17px;
      flex:0 0 auto;
      background:rgba(255,255,255,.08);
    }
    .quote-selected-card span{display:block;font-size:11px;color:#a8cbd4;font-weight:900;margin-bottom:3px}
    .quote-selected-card strong{display:block;font-size:15px;color:#f4fbff;line-height:1.2}
    .quote-option-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:10px;
      margin-top:12px;
    }
    .quote-option-card{
      min-height:64px;
      border-radius:18px;
      padding:12px 10px;
      background:rgba(255,255,255,.085);
      border:1px solid rgba(255,255,255,.12);
      box-shadow:0 10px 24px rgba(0,0,0,.12);
      color:#f5fbff;
      text-align:center;
    }
    .quote-option-card strong{font-size:17px;line-height:1.15;font-weight:950}
    .quote-option-card.aroma{min-height:58px}
    .quote-option-card:active{transform:translateY(1px)}
    .quote-option-card:focus-visible{outline:3px solid rgba(39,217,137,.48);outline-offset:2px}
    .quote-qty-box{
      display:grid;
      grid-template-columns:70px 1fr 70px;
      gap:10px;
      align-items:center;
      margin:18px 0 12px;
    }
    .quote-qty-btn,
    .quote-qty-value{
      min-height:64px;
      border-radius:20px;
      display:grid;
      place-items:center;
      background:rgba(255,255,255,.085);
      border:1px solid rgba(255,255,255,.13);
      color:#f5fbff;
      font-size:28px;
      font-weight:950;
    }
    .quote-qty-value{
      font-size:34px;
      color:#07343b;
      background:linear-gradient(135deg,#ffffff,#a7ffe7 54%,#8ee7ff);
    }
    .quote-quick-qty{
      display:grid;
      grid-template-columns:repeat(4, 1fr);
      gap:8px;
      margin:0 0 15px;
    }
    .quote-quick-btn{
      min-height:46px;
      border-radius:15px;
      background:rgba(255,255,255,.07);
      border:1px solid rgba(255,255,255,.10);
      color:#dff5fb;
      font-weight:950;
    }
    .quote-quick-btn.active{
      background:linear-gradient(135deg,#10b981,#159fe9);
      color:#fff;
    }
    .quote-primary-action,
    .quote-secondary-action,
    .quote-mini-action{
      min-height:50px;
      border-radius:17px;
      font-size:14px;
      font-weight:950;
      padding:0 14px;
    }
    .quote-primary-action{
      width:100%;
      color:#fff;
      background:linear-gradient(135deg,#10b981,#159fe9);
      box-shadow:0 14px 30px rgba(21,159,233,.18);
    }
    .quote-secondary-action{
      width:100%;
      color:#eafcff;
      background:rgba(255,255,255,.075);
      border:1px solid rgba(255,255,255,.11);
    }
    .quote-summary-list{display:grid;gap:9px;margin:14px 0}
    .quote-summary-list-lower{margin:9px 0 0}
    .quote-summary-products-block{
      margin-top:16px;
      padding-top:14px;
      border-top:1px solid rgba(255,255,255,.10);
    }
    .quote-products-title{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      margin-bottom:9px;
      color:#eefcff;
    }
    .quote-products-title strong{
      font-size:15px;
      letter-spacing:-.2px;
    }
    .quote-products-title span{
      flex:0 0 auto;
      padding:5px 9px;
      border-radius:999px;
      color:#07353d;
      background:linear-gradient(135deg,#ffffff,#a7ffe7 55%,#8ee7ff);
      font-size:11px;
      font-weight:950;
    }
    .quote-total-box-priority{
      margin-top:14px;
    }
    .quote-notes-field-priority{
      margin-top:12px;
    }
    .quote-summary-actions-priority{
      margin:12px 0 0;
    }
    .quote-summary-item{
      display:flex;
      align-items:center;
      gap:10px;
      padding:10px;
      border-radius:18px;
      background:rgba(255,255,255,.067);
      border:1px solid rgba(255,255,255,.10);
    }
    .quote-summary-item img{
      width:45px;
      height:45px;
      border-radius:14px;
      object-fit:cover;
      flex:0 0 auto;
    }
    .quote-summary-copy{flex:1;min-width:0;font-size:13px;line-height:1.3;color:#f4fbff}
    .quote-summary-copy strong{font-weight:850}
    .quote-summary-actions{display:grid;grid-template-columns:1fr;gap:9px;margin-top:12px}
    .quote-empty-cart{
      padding:18px;
      border-radius:20px;
      background:rgba(255,255,255,.06);
      border:1px solid rgba(255,255,255,.10);
      color:#c7e1e8;
      margin:14px 0;
      text-align:center;
    }
    .quote-empty-cart strong{display:block;color:#f5fbff;margin-bottom:5px}
    .quote-cart-bar{
      display:none;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      padding:10px 16px;
      background:rgba(39,217,137,.10);
      border-top:1px solid rgba(39,217,137,.17);
      border-bottom:1px solid rgba(39,217,137,.13);
      color:#eafff8;
      font-size:13px;
    }
    .quote-cart-bar.show{display:flex}
    .quote-cart-bar strong{font-size:16px;color:#8effd8}
    .quote-mini-action{
      min-height:38px;
      flex:0 0 auto;
      background:rgba(255,255,255,.10);
      color:#ffffff;
      border:1px solid rgba(255,255,255,.12);
    }
    .quote-notes-field{margin-top:12px}
    .quote-notes{
      width:100%;
      min-height:78px;
    }
    .quote-footer{
      justify-content:space-between;
    }
    .quote-secondary{
      width:auto;
      min-width:92px;
      padding:0 15px;
    }
    .toast{
      position:absolute;
      left:14px;
      right:14px;
      bottom:74px;
      display:none;
      z-index:10;
      background:rgba(13,41,48,.98);
      border:1px solid rgba(255,255,255,.13);
      border-radius:17px;
      padding:12px 14px;
      color:#eaffff;
      font-size:13px;
      line-height:1.35;
      box-shadow:0 14px 40px rgba(0,0,0,.34);
    }
    .toast.error{color:#ffe5e5;border-color:rgba(255,156,156,.30)}
    .hidden{display:none!important}

    @media (max-width:520px){
      body{padding:0;overflow:hidden}
      .phone{width:100%;height:100dvh;min-height:100dvh;border-radius:0;border:0}
      .header{padding-top:calc(13px + env(safe-area-inset-top))}
      .actions.open{grid-template-columns:1fr}
      .online span:last-child{display:none}
      .quote-header-btn{min-height:46px;font-size:14.5px}
    }

    /* APP-WEB-CATALOGO-CRM-FORMATO-COTIZACION-07 */
    .quote-option-card small{
      display:block;
      margin-top:5px;
      color:#a9e8d8;
      font-size:12px;
      font-weight:900;
      line-height:1.2;
    }
    .quote-selected-card em{
      display:block;
      margin-top:4px;
      color:#9fffe8;
      font-style:normal;
      font-size:12px;
      font-weight:950;
    }
    .quote-step-hint strong{
      color:#9fffe8;
      font-weight:950;
    }
    .quote-total-box{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:13px 14px;
      border-radius:18px;
      background:linear-gradient(135deg, rgba(16,185,129,.18), rgba(21,159,233,.14));
      border:1px solid rgba(126,232,255,.18);
      color:#effdff;
      margin:11px 0 4px;
    }
    .quote-total-box span{
      font-size:13px;
      color:#c6e7ef;
      font-weight:900;
    }
    .quote-total-box strong{
      font-size:20px;
      color:#9fffe8;
      letter-spacing:-.35px;
    }
    .quote-catalog-status{
      padding:18px;
      border-radius:20px;
      background:rgba(255,255,255,.055);
      border:1px solid rgba(255,255,255,.10);
    }


    .quote-branch-step{
  gap:18px;
}
.quote-branch-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:14px;
  margin-top:10px;
}
.quote-branch-card{
  width:100%;
  min-height:250px;
  border-radius:28px;
  padding:18px 16px 18px;
  display:flex;
  flex-direction:column;
  align-items:stretch;
  justify-content:flex-start;
  gap:14px;
  text-align:left;
  color:#f6fbff;
  background:linear-gradient(180deg, rgba(22,34,43,.92), rgba(8,17,23,.96));
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 18px 34px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.05);
  position:relative;
  overflow:hidden;
}
.quote-branch-card::before{
  content:'';
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 18% 10%, rgba(36,255,193,.10), transparent 38%),
             radial-gradient(circle at 80% 85%, rgba(0,194,255,.10), transparent 38%);
  pointer-events:none;
}
.quote-branch-card-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  position:relative;
  z-index:1;
}
.quote-branch-icon{
  width:76px;
  height:76px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:36px;
  background:linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.16);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
}
.quote-branch-check{
  width:44px;
  height:44px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  font-weight:900;
  color:#fff;
  background:linear-gradient(180deg,#20d98f,#0e9e63);
  box-shadow:0 12px 22px rgba(15,163,104,.28);
  border:1px solid rgba(255,255,255,.18);
}
.quote-branch-card-copy{
  position:relative;
  z-index:1;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:10px;
}
.quote-branch-card strong{
  font-size:28px;
  line-height:1.02;
  font-weight:950;
  letter-spacing:-.6px;
  color:#fff;
}
.quote-branch-status{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:42px;
  padding:0 16px;
  border-radius:999px;
  font-size:15px;
  font-weight:850;
  color:#effff8;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.10);
}
.quote-branch-status::before{
  content:'';
  width:12px;
  height:12px;
  border-radius:50%;
  background:rgba(255,255,255,.35);
  box-shadow:0 0 0 4px rgba(255,255,255,.06);
}
.quote-branch-divider{
  display:block;
  width:100%;
  height:1px;
  background:linear-gradient(90deg, rgba(255,255,255,.14), rgba(255,255,255,.03));
}
.quote-branch-card small{
  color:#c4d1d8;
  font-size:14px;
  line-height:1.6;
  font-weight:650;
}
.quote-branch-card.active{
  background:linear-gradient(135deg, rgba(12,108,78,.86), rgba(5,55,76,.96));
  border-color:rgba(45,255,182,.72);
  box-shadow:0 22px 38px rgba(0,0,0,.28), 0 0 0 1px rgba(45,255,182,.18) inset, 0 0 36px rgba(27,220,143,.18);
}
.quote-branch-card.active .quote-branch-status{
  color:#e9fff6;
  background:linear-gradient(180deg, rgba(34,163,111,.52), rgba(15,107,73,.62));
  border-color:rgba(75,255,196,.22);
}
.quote-branch-card.active .quote-branch-status::before{
  background:#62ffbd;
  box-shadow:0 0 0 4px rgba(98,255,189,.16);
}
.quote-branch-card.active small{
  color:#d9fff0;
}
@media (max-width:560px){
  .quote-branch-grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
    gap:12px;
  }
  .quote-branch-card{
    min-height:228px;
    border-radius:24px;
    padding:16px 14px;
    gap:12px;
  }
  .quote-branch-icon{
    width:62px;
    height:62px;
    font-size:30px;
  }
  .quote-branch-check{
    width:38px;
    height:38px;
    font-size:20px;
  }
  .quote-branch-card strong{
    font-size:22px;
  }
  .quote-branch-status{
    min-height:36px;
    padding:0 12px;
    font-size:13px;
  }
  .quote-branch-card small{
    font-size:13px;
    line-height:1.48;
  }
}
@media (max-width:380px){
  .quote-branch-card strong{
    font-size:20px;
  }
  .quote-branch-status{
    font-size:12px;
    padding:0 11px;
  }
}
.quote-branch-chip{
      align-self:flex-start;
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:8px 11px;
      border-radius:999px;
      background:rgba(255,255,255,.10);
      border:1px solid var(--line);
      color:var(--muted-2);
      font-size:12px;
      font-weight:850;
      margin-bottom:4px;
    }
    .quote-branch-chip strong{
      color:var(--text);
      letter-spacing:.2px;
    }

    /* APP-WEB-COTIZADOR-VARIANTES-NO-APLICA-10C */
    .quote-option-card.variant strong{
      font-size:15.5px;
      line-height:1.18;
      word-break:break-word;
    }

/* APP-WEB-CATALOGO-VISUAL-FAMILIAS-10D2 */
.quote-family-grid-catalog{
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:11px;
}
.quote-family-card-catalog{
  min-height:196px;
  flex-direction:column;
  align-items:stretch;
  justify-content:flex-start;
  padding:10px;
  gap:9px;
  overflow:hidden;
  position:relative;
}
.quote-family-card-catalog.featured,
.quote-product-card.featured{
  border-color:rgba(159,255,232,.42);
  box-shadow:0 14px 34px rgba(16,185,129,.18);
}
.quote-family-img-wrap-catalog{
  width:100%;
  height:104px;
  flex:0 0 104px;
  border-radius:18px;
}
.quote-family-card-catalog .quote-family-copy{
  gap:5px;
}
.quote-family-card-catalog .quote-family-copy strong{
  font-size:15.5px;
  line-height:1.12;
}
.quote-family-card-catalog .quote-family-copy small{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.quote-family-card-catalog .quote-family-copy em{
  width:max-content;
  max-width:100%;
  margin-top:2px;
  padding:4px 8px;
  border-radius:999px;
  color:#07343b;
  background:linear-gradient(135deg,#ffffff,#a7ffe7 55%,#8ee7ff);
  font-size:11px;
  line-height:1;
  font-style:normal;
  font-weight:950;
}
.quote-product-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
  margin-top:12px;
}
.quote-product-card{
  width:100%;
  min-height:104px;
  display:grid;
  grid-template-columns:84px 1fr auto;
  align-items:center;
  gap:11px;
  padding:10px;
  border-radius:22px;
  text-align:left;
  color:#f5fbff;
  background:linear-gradient(135deg, rgba(255,255,255,.105), rgba(255,255,255,.055));
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 12px 28px rgba(0,0,0,.16);
}
.quote-product-card:active{transform:translateY(1px)}
.quote-product-card:focus-visible{outline:3px solid rgba(39,217,137,.48);outline-offset:2px}
.quote-product-img-wrap{
  width:84px;
  height:84px;
  border-radius:20px;
  display:grid;
  place-items:center;
  overflow:hidden;
  background:linear-gradient(135deg, rgba(39,217,137,.28), rgba(126,232,255,.16));
  border:1px solid rgba(255,255,255,.14);
}
.quote-product-img-wrap.no-img::after{content:'SC';font-size:18px;font-weight:950;color:#dff5fb}
.quote-product-img-wrap img{width:100%;height:100%;object-fit:cover;display:block}
.quote-product-copy{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:5px;
}
.quote-product-copy strong{
  font-size:15.5px;
  line-height:1.14;
  color:#f6fdff;
  letter-spacing:-.2px;
}
.quote-product-copy small,
.quote-selected-card small{
  color:#b7d5dd;
  font-size:12px;
  font-weight:850;
  line-height:1.22;
}
.quote-product-copy em{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  color:#9fffe8;
  font-style:normal;
  font-size:11.5px;
  font-weight:850;
  line-height:1.25;
}
.quote-product-price{
  align-self:start;
  min-width:64px;
  padding:7px 8px;
  border-radius:999px;
  text-align:center;
  color:#07343b;
  background:linear-gradient(135deg,#ffffff,#a7ffe7 55%,#8ee7ff);
  font-size:12px;
  font-weight:950;
  white-space:nowrap;
}
.quote-selected-card-product img{
  width:68px;
  height:68px;
  flex-basis:68px;
}

@media (max-width:380px){
  .quote-family-grid-catalog{grid-template-columns:1fr}
  .quote-family-card-catalog{min-height:auto}
  .quote-family-img-wrap-catalog{height:126px;flex-basis:126px}
  .quote-product-card{grid-template-columns:74px 1fr;align-items:start}
  .quote-product-price{grid-column:2;justify-self:start;align-self:auto;margin-top:-2px}
  .quote-product-img-wrap{width:74px;height:74px;border-radius:18px}
}

/* APP-WEB-RESPONSIVE-MOBILE-FIT-10E */
html{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}
body{
  width:100%;
  max-width:100%;
  min-height:100vh;
  min-height:100svh;
  min-height:100dvh;
  overflow-x:hidden;
  overscroll-behavior:none;
}
img,svg,video,canvas{
  max-width:100%;
}
.phone{
  max-width:100vw;
  max-height:calc(100dvh - 36px);
}
.header,
.head-copy,
.quote-head,
.quote-body,
.quote-family-copy,
.quote-product-copy,
.quote-summary-copy{
  min-width:0;
}
.quote-step-title,
.quote-step-hint,
.quote-family-copy strong,
.quote-family-copy small,
.quote-product-copy strong,
.quote-product-copy small,
.quote-product-copy em,
.quote-summary-copy{
  overflow-wrap:anywhere;
}
.quote-body,
.messages{
  -webkit-overflow-scrolling:touch;
}

@media (max-width:720px){
  html,
  body{
    height:100%;
    min-height:100%;
    overflow:hidden;
  }
  body{
    padding:0;
    align-items:stretch;
    justify-content:stretch;
    background:#07151a;
  }
  .phone{
    width:100vw;
    max-width:100vw;
    height:100vh;
    height:100svh;
    height:100dvh;
    min-height:0;
    max-height:none;
    border-radius:0;
    border:0;
  }
  .header{
    padding-top:calc(12px + env(safe-area-inset-top));
    padding-left:calc(12px + env(safe-area-inset-left));
    padding-right:calc(12px + env(safe-area-inset-right));
    gap:9px;
  }
  .avatar{
    width:42px;
    height:42px;
    border-radius:15px;
  }
  .head-copy h1{
    font-size:16px;
  }
  .online{
    padding:7px 8px;
  }
  .quote-header-btn{
    min-height:46px;
    border-radius:16px;
  }
  .messages{
    padding-left:12px;
    padding-right:12px;
  }
  .composer{
    padding-left:calc(9px + env(safe-area-inset-left));
    padding-right:calc(9px + env(safe-area-inset-right));
  }
  .quote-sheet{
    position:absolute;
    inset:0;
    align-items:stretch;
    justify-content:stretch;
  }
  .quote-panel{
    width:100%;
    height:100%;
    max-height:none;
    border-left:0;
    border-right:0;
    border-bottom:0;
    border-radius:0;
  }
  .quote-head{
    padding-top:calc(14px + env(safe-area-inset-top));
    padding-left:calc(14px + env(safe-area-inset-left));
    padding-right:calc(14px + env(safe-area-inset-right));
  }
  .quote-progress{
    padding-left:calc(14px + env(safe-area-inset-left));
    padding-right:calc(14px + env(safe-area-inset-right));
  }
  .quote-body{
    padding-left:calc(14px + env(safe-area-inset-left));
    padding-right:calc(14px + env(safe-area-inset-right));
  }
  .quote-footer{
    padding-left:calc(12px + env(safe-area-inset-left));
    padding-right:calc(12px + env(safe-area-inset-right));
  }
  .quote-cart-bar{
    padding-left:calc(14px + env(safe-area-inset-left));
    padding-right:calc(14px + env(safe-area-inset-right));
  }
  .toast{
    left:calc(12px + env(safe-area-inset-left));
    right:calc(12px + env(safe-area-inset-right));
  }
}

@media (max-width:430px){
  .login{
    padding:14px;
  }
  .login-card{
    padding:18px;
    border-radius:22px;
  }
  .quote-head h2{
    font-size:18px;
  }
  .quote-head p{
    font-size:12px;
  }
  .quote-step-title{
    font-size:19px;
  }
  .quote-step-hint{
    font-size:12.5px;
  }
  .quote-family-grid-catalog{
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:8px;
  }
  .quote-family-card-catalog{
    min-height:166px;
    padding:8px;
    border-radius:18px;
    gap:7px;
  }
  .quote-family-img-wrap-catalog{
    height:84px;
    flex-basis:84px;
    border-radius:15px;
  }
  .quote-family-card-catalog .quote-family-copy strong{
    font-size:14px;
  }
  .quote-family-card-catalog .quote-family-copy small{
    font-size:11.5px;
  }
  .quote-product-card{
    grid-template-columns:68px minmax(0, 1fr);
    align-items:start;
    min-height:92px;
    padding:9px;
    gap:9px;
    border-radius:20px;
  }
  .quote-product-img-wrap{
    width:68px;
    height:68px;
    border-radius:17px;
  }
  .quote-product-price{
    grid-column:2;
    justify-self:start;
    align-self:auto;
    margin-top:0;
  }
  .quote-product-copy strong{
    font-size:14.5px;
  }
  .quote-option-grid,
  .quote-grid{
    grid-template-columns:1fr;
  }
  .quote-form-row{
    grid-template-columns:1fr;
  }
  .quote-qty-box{
    grid-template-columns:58px minmax(0, 1fr) 58px;
    gap:8px;
  }
  .quote-qty-btn,
  .quote-qty-value{
    min-height:58px;
  }
  .quote-quick-qty{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
  .quote-summary-item{
    align-items:flex-start;
  }
  .quote-total-box{
    align-items:flex-start;
    flex-direction:column;
    gap:5px;
  }
}

@media (max-width:340px){
  .quote-family-grid-catalog{
    grid-template-columns:1fr;
  }
  .quote-family-card-catalog{
    min-height:auto;
  }
  .quote-family-img-wrap-catalog{
    height:118px;
    flex-basis:118px;
  }
}


/* APP-WEB-NO-AUTOFOCUS-MOBILE-10F */
input,
select,
textarea{
  font-size:16px;
}

@media (max-width:720px){
  html,
  body{
    touch-action:manipulation;
  }
  input,
  select,
  textarea,
  .composer input,
  .quote-select,
  .quote-notes{
    font-size:16px;
  }
  .composer input{
    height:46px;
  }
  .plus,
  .send{
    width:46px;
    height:46px;
  }
}

/* APP-WEB-PRECIO-VARIANTE-MOBILE-10G */
.quote-product-price{
  min-width:82px;
  min-height:34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:9px 12px;
  font-size:16px;
  line-height:1;
  letter-spacing:-.2px;
  box-shadow:0 8px 18px rgba(167,255,231,.10);
}

@media (max-width:720px){
  .quote-product-card{
    grid-template-columns:72px minmax(0, 1fr) minmax(84px, auto);
    gap:10px;
  }
  .quote-product-price{
    grid-column:auto;
    justify-self:end;
    align-self:start;
    min-width:84px;
    min-height:36px;
    padding:10px 12px;
    font-size:17px;
    border-radius:14px;
  }
}

@media (max-width:380px){
  .quote-product-card{
    grid-template-columns:68px minmax(0, 1fr);
  }
  .quote-product-price{
    grid-column:2;
    justify-self:start;
    align-self:auto;
    min-width:86px;
    margin-top:2px;
  }
}


/* APP-WEB-CARDS-MOBILE-LAYOUT-10H */
.quote-product-card{
  position:relative;
  grid-template-columns:86px minmax(0, 1fr);
  grid-template-rows:auto auto;
  align-items:center;
  column-gap:14px;
  row-gap:6px;
  min-height:112px;
  padding:12px;
  overflow:hidden;
}
.quote-product-img-wrap{
  grid-column:1;
  grid-row:1 / span 2;
  width:86px;
  height:86px;
  border-radius:20px;
  align-self:center;
}
.quote-product-copy{
  grid-column:2;
  grid-row:1;
  min-width:0;
  padding-right:2px;
}
.quote-product-copy strong{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  font-size:16px;
  line-height:1.18;
  letter-spacing:-.25px;
}
.quote-product-copy small{
  display:block;
  margin-top:2px;
  font-size:12.5px;
  line-height:1.25;
}
.quote-product-price{
  grid-column:2;
  grid-row:2;
  justify-self:start;
  align-self:start;
  min-width:104px;
  min-height:38px;
  margin-top:0;
  padding:10px 13px;
  border-radius:15px;
  font-size:18px;
  line-height:1;
  color:#062f36;
  box-shadow:0 9px 20px rgba(167,255,231,.13);
}
.quote-step-hint{
  max-width:54ch;
}

@media (max-width:720px){
  .quote-step-hint{
    margin-bottom:12px;
    font-size:13px;
  }
  .quote-product-grid{
    gap:11px;
  }
  .quote-product-card{
    grid-template-columns:82px minmax(0, 1fr);
    grid-template-rows:auto auto;
    align-items:center;
    column-gap:13px;
    row-gap:6px;
    min-height:112px;
    padding:11px;
    border-radius:21px;
  }
  .quote-product-img-wrap{
    grid-column:1;
    grid-row:1 / span 2;
    width:82px;
    height:82px;
    border-radius:19px;
  }
  .quote-product-copy{
    grid-column:2;
    grid-row:1;
    padding-right:0;
  }
  .quote-product-copy strong{
    font-size:15.5px;
    line-height:1.18;
  }
  .quote-product-copy small{
    font-size:12.5px;
  }
  .quote-product-price{
    grid-column:2;
    grid-row:2;
    justify-self:start;
    align-self:start;
    min-width:106px;
    min-height:38px;
    margin-top:0;
    padding:10px 13px;
    font-size:18px;
    border-radius:15px;
  }
}

@media (max-width:430px){
  .quote-step-title{
    margin-bottom:6px;
  }
  .quote-step-hint{
    font-size:12.5px;
    line-height:1.35;
  }
  .quote-product-card{
    grid-template-columns:78px minmax(0, 1fr);
    column-gap:12px;
    min-height:108px;
    padding:10px;
  }
  .quote-product-img-wrap{
    width:78px;
    height:78px;
    border-radius:18px;
  }
  .quote-product-copy strong{
    font-size:15px;
  }
  .quote-product-copy small{
    font-size:12px;
  }
  .quote-product-price{
    min-width:102px;
    min-height:37px;
    font-size:17px;
  }
}

@media (max-width:360px){
  .header{column-gap:8px}
  .quote-product-card{
    grid-template-columns:72px minmax(0, 1fr);
    column-gap:10px;
    padding:9px;
  }
  .quote-product-img-wrap{
    width:72px;
    height:72px;
    border-radius:17px;
  }
  .quote-product-copy strong{
    font-size:14.5px;
  }
  .quote-product-price{
    min-width:96px;
    min-height:36px;
    padding:9px 12px;
    font-size:16.5px;
  }
}

/* APP-WEB-GRID-CATALOGO-FAMILIAS-VARIANTES-10I */
.quote-family-grid-catalog{
  grid-template-columns:repeat(auto-fit, minmax(148px, 1fr));
  gap:10px;
}
.quote-family-card-catalog{
  min-height:168px;
}
.quote-family-img-wrap-catalog{
  height:90px;
  flex-basis:90px;
}
.quote-product-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(156px, 1fr));
  gap:10px;
  align-items:stretch;
}
.quote-product-card{
  min-height:0;
  display:flex;
  flex-direction:column;
  align-items:stretch;
  justify-content:flex-start;
  gap:7px;
  padding:9px;
  border-radius:20px;
  text-align:left;
  overflow:hidden;
}
.quote-product-img-wrap{
  width:100%;
  height:102px;
  flex:0 0 102px;
  border-radius:16px;
}
.quote-product-copy{
  display:flex;
  flex-direction:column;
  gap:4px;
  min-width:0;
  padding-right:0;
}
.quote-product-copy strong{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  min-height:32px;
  font-size:13.6px;
  line-height:1.18;
  letter-spacing:-.15px;
}
.quote-product-copy small{
  display:block;
  min-height:15px;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  font-size:11.2px;
  line-height:1.15;
}
.quote-product-copy em{
  -webkit-line-clamp:2;
  font-size:11px;
}
.quote-product-price{
  align-self:flex-start;
  justify-self:auto;
  margin-top:auto;
  min-width:0;
  min-height:0;
  padding:7px 10px;
  border-radius:13px;
  font-size:16.5px;
  line-height:1;
  box-shadow:0 9px 22px rgba(167,255,231,.12);
}

@media (min-width:721px){
  .quote-product-grid{
    grid-template-columns:repeat(auto-fit, minmax(170px, 1fr));
  }
  .quote-product-img-wrap{
    height:112px;
    flex-basis:112px;
  }
}

@media (max-width:720px){
  .quote-product-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:9px;
  }
  .quote-product-card{
    display:flex;
    grid-template-columns:none;
    grid-template-rows:none;
    align-items:stretch;
    row-gap:7px;
    column-gap:0;
    min-height:0;
    padding:8px;
    border-radius:18px;
  }
  .quote-product-img-wrap{
    grid-column:auto;
    grid-row:auto;
    width:100%;
    height:92px;
    flex:0 0 92px;
    border-radius:15px;
  }
  .quote-product-copy{
    grid-column:auto;
    grid-row:auto;
  }
  .quote-product-copy strong{
    font-size:13.2px;
    line-height:1.16;
    min-height:31px;
  }
  .quote-product-copy small{
    font-size:10.8px;
  }
  .quote-product-price{
    grid-column:auto;
    grid-row:auto;
    align-self:flex-start;
    justify-self:auto;
    min-width:0;
    min-height:0;
    margin-top:auto;
    padding:7px 9px;
    font-size:16px;
    border-radius:12px;
  }
}

@media (max-width:430px){
  .quote-family-grid-catalog{
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:8px;
  }
  .quote-product-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:8px;
  }
  .quote-product-card{
    grid-template-columns:none;
    min-height:0;
    padding:8px;
    gap:7px;
    border-radius:17px;
  }
  .quote-product-img-wrap{
    width:100%;
    height:86px;
    flex-basis:86px;
    border-radius:15px;
  }
  .quote-product-copy strong{
    font-size:12.8px;
    line-height:1.15;
    min-height:30px;
  }
  .quote-product-copy small{
    font-size:10.5px;
  }
  .quote-product-price{
    min-width:0;
    min-height:0;
    padding:7px 9px;
    font-size:15.5px;
  }
}

@media (max-width:360px){
  .header{column-gap:8px}
  .quote-product-grid{
    gap:7px;
  }
  .quote-product-card{
    grid-template-columns:none;
    padding:7px;
  }
  .quote-product-img-wrap{
    width:100%;
    height:78px;
    flex-basis:78px;
    border-radius:14px;
  }
  .quote-product-copy strong{
    font-size:12.2px;
    min-height:28px;
  }
  .quote-product-price{
    padding:6px 8px;
    font-size:14.5px;
  }
}

/* APP-WEB-CATALOGO-TARJETAS-CLARAS-10J */
.quote-family-card-catalog,
.quote-product-card{
  color:#0b1f24;
  background:linear-gradient(180deg, #fbfffd 0%, #f2f8f6 58%, #eaf4f1 100%);
  border:1px solid rgba(255,255,255,.72);
  box-shadow:0 14px 30px rgba(0,0,0,.23), inset 0 1px 0 rgba(255,255,255,.78);
}
.quote-family-card-catalog:hover,
.quote-product-card:hover{
  border-color:rgba(116,231,198,.82);
  box-shadow:0 16px 34px rgba(0,0,0,.27), 0 0 0 1px rgba(39,217,137,.12), inset 0 1px 0 rgba(255,255,255,.9);
}
.quote-family-card-catalog.featured,
.quote-product-card.featured{
  border-color:rgba(16,185,129,.55);
  box-shadow:0 16px 34px rgba(0,0,0,.25), 0 0 0 2px rgba(16,185,129,.12), inset 0 1px 0 rgba(255,255,255,.88);
}
.quote-family-img-wrap-catalog,
.quote-product-img-wrap{
  background:linear-gradient(135deg, rgba(7,53,60,.10), rgba(22,153,232,.12));
  border:1px solid rgba(7,53,60,.09);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.36);
}
.quote-family-img-wrap-catalog.no-img::after,
.quote-product-img-wrap.no-img::after{
  color:#0f3a42;
}
.quote-family-card-catalog .quote-family-copy strong,
.quote-product-copy strong{
  color:#0a1f25;
  text-shadow:none;
}
.quote-family-card-catalog .quote-family-copy small,
.quote-product-copy small{
  color:#52666d;
}
.quote-family-card-catalog .quote-family-copy em{
  color:#075f50;
  background:linear-gradient(135deg, #e4faf3 0%, #d4f4ea 100%);
  border:1px solid rgba(16,185,129,.18);
  box-shadow:none;
}
.quote-product-copy em{
  color:#08705f;
}
.quote-product-price{
  color:#063e35;
  background:linear-gradient(135deg, #e7fff6 0%, #c9f5e7 100%);
  border:1px solid rgba(16,185,129,.20);
  box-shadow:0 8px 18px rgba(8,112,95,.10);
}
.quote-product-card:focus-visible,
.quote-family-card-catalog:focus-visible{
  outline:3px solid rgba(22,153,232,.46);
  outline-offset:2px;
}


/* APP-WEB-CATALOGO-FAMILIAS-MATCH-REFERENCIA-10K */
.quote-panel{
  background:
    radial-gradient(circle at 18% 7%, rgba(20,150,170,.18), transparent 30%),
    radial-gradient(circle at 86% 86%, rgba(16,185,129,.14), transparent 32%),
    linear-gradient(180deg, #06232b 0%, #03151a 58%, #041216 100%);
  border-color:rgba(147,230,238,.14);
}
.quote-head{
  padding:28px 30px 20px;
  border-bottom:0;
  background:linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,0));
}
.quote-head h2{
  font-size:32px;
  line-height:1.04;
  letter-spacing:-1.15px;
  font-weight:950;
  text-shadow:0 2px 14px rgba(0,0,0,.30);
}
.quote-head p{
  margin-top:10px;
  font-size:17px;
  line-height:1.35;
  color:rgba(232,251,255,.78);
}
.quote-close{
  width:56px;
  height:56px;
  border-radius:22px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.12);
  font-size:34px;
  font-weight:500;
  box-shadow:0 12px 24px rgba(0,0,0,.12), inset 0 1px 0 rgba(255,255,255,.04);
}
.quote-progress{
  gap:12px;
  padding:8px 30px 20px;
  border-bottom:0;
  background:transparent;
}
.quote-progress-dot{
  min-height:42px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 18px;
  border-radius:999px;
  font-size:14px;
  color:rgba(232,251,255,.55);
  background:rgba(3,16,20,.46);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035);
}
.quote-progress-dot::before{
  content:'';
  width:14px;
  height:14px;
  border-radius:999px;
  border:2px solid currentColor;
  opacity:.75;
}
.quote-progress-dot.active{
  color:#073c35;
  background:linear-gradient(135deg, #b8fff0 0%, #15b58f 70%, #0b9277 100%);
  border-color:rgba(183,255,238,.55);
  box-shadow:0 10px 24px rgba(16,185,129,.18), inset 0 1px 0 rgba(255,255,255,.22);
}
.quote-progress-dot.active::before{
  background:rgba(255,255,255,.72);
  border-color:rgba(255,255,255,.78);
  box-shadow:inset 0 0 0 4px rgba(14,125,112,.34);
}
.quote-body{
  padding:10px 30px 24px;
}
.quote-branch-chip{
  margin-bottom:10px;
  padding:8px 13px;
  color:#f4fbff;
  background:rgba(255,255,255,.075);
  border:1px solid rgba(255,255,255,.12);
  font-size:15px;
  box-shadow:0 8px 18px rgba(0,0,0,.10);
}
.quote-branch-chip strong{
  color:#62e4c5;
}
.quote-step-title{
  margin:0 0 9px;
  font-size:31px;
  line-height:1.06;
  letter-spacing:-1px;
  color:#f7fdff;
  text-shadow:0 2px 14px rgba(0,0,0,.28);
}
.quote-step-hint{
  margin:0 0 22px;
  color:rgba(232,251,255,.72);
  font-size:17px;
  line-height:1.4;
}
.quote-family-grid-catalog{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:18px;
  align-items:stretch;
}
.quote-family-card-catalog{
  min-height:342px;
  padding:14px;
  gap:14px;
  border-radius:24px;
  color:#0b1f24;
  background:linear-gradient(180deg, #ffffff 0%, #f7fbfa 54%, #eef6f4 100%);
  border:1px solid rgba(255,255,255,.82);
  box-shadow:0 18px 36px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.92);
}
.quote-family-card-catalog:hover,
.quote-family-card-catalog:active{
  border-color:rgba(22,153,232,.28);
  box-shadow:0 22px 42px rgba(0,0,0,.31), 0 0 0 2px rgba(16,185,129,.08), inset 0 1px 0 rgba(255,255,255,.92);
}
.quote-family-card-catalog.featured{
  border-color:rgba(16,185,129,.42);
  box-shadow:0 22px 42px rgba(0,0,0,.29), 0 0 0 2px rgba(16,185,129,.10), inset 0 1px 0 rgba(255,255,255,.92);
}
.quote-family-img-wrap-catalog{
  width:100%;
  height:174px;
  flex:0 0 174px;
  border-radius:19px;
  background:#ecf3f1;
  border:0;
  box-shadow:none;
}
.quote-family-img-wrap-catalog img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.quote-family-img-wrap-catalog.no-img{
  background:
    radial-gradient(circle at 18% 16%, rgba(255,255,255,.70), transparent 18%),
    linear-gradient(135deg, rgba(16,185,129,.20), rgba(22,153,232,.22));
}
.quote-family-img-wrap-catalog.no-img::after{
  content:'SC';
  width:54px;
  height:54px;
  border-radius:17px;
  display:grid;
  place-items:center;
  color:#0b4d4f;
  background:rgba(255,255,255,.66);
  font-size:18px;
  font-weight:950;
}
.quote-family-card-catalog .quote-family-copy{
  padding:0 4px 2px;
  gap:7px;
}
.quote-family-card-catalog .quote-family-copy strong{
  color:#0a1e25;
  font-size:23px;
  line-height:1.05;
  letter-spacing:-.65px;
  text-shadow:none;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.quote-family-card-catalog .quote-family-copy small{
  min-height:22px;
  color:#52636b;
  font-size:16px;
  line-height:1.3;
  font-weight:650;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.quote-family-card-catalog .quote-family-copy em{
  width:max-content;
  max-width:100%;
  margin-top:5px;
  padding:9px 14px;
  border-radius:14px;
  color:#08705f;
  background:#e5f8f1;
  border:1px solid rgba(16,185,129,.16);
  font-size:15px;
  line-height:1;
  font-style:normal;
  font-weight:950;
  box-shadow:none;
}
.quote-family-card-catalog .quote-family-copy em::before{
  content:'🏷️';
  margin-right:7px;
  font-size:13px;
}
.quote-product-card{
  color:#0b1f24;
  background:linear-gradient(180deg, #ffffff 0%, #f7fbfa 54%, #eef6f4 100%);
  border:1px solid rgba(255,255,255,.82);
  box-shadow:0 16px 32px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.92);
}
.quote-product-copy strong{color:#0a1e25;text-shadow:none}
.quote-product-copy small{color:#52636b}
.quote-product-copy em{color:#08705f}
.quote-product-price{
  color:#073e35;
  background:#e3f8f0;
  border:1px solid rgba(16,185,129,.18);
  box-shadow:none;
}
.quote-footer{
  padding:20px 30px calc(20px + env(safe-area-inset-bottom));
  border-top:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg, rgba(3,17,21,.80), rgba(3,13,16,.96));
  justify-content:space-between;
}
.quote-secondary{
  min-height:62px;
  width:auto;
  min-width:172px;
  padding:0 28px;
  border-radius:25px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  color:#f2fbff;
  font-size:20px;
  box-shadow:0 12px 26px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.04);
}
#quoteBackBtn::before{
  content:'←';
  margin-right:12px;
  font-size:23px;
  line-height:1;
}
#quoteCancelBtn{
  color:#ffffff;
  background:linear-gradient(135deg,#0f8f78 0%,#0ab690 100%);
  border-color:rgba(159,255,232,.24);
  box-shadow:0 14px 30px rgba(16,185,129,.18), inset 0 1px 0 rgba(255,255,255,.10);
}
#quoteCancelBtn::after{
  content:'×';
  display:inline-grid;
  place-items:center;
  width:18px;
  height:18px;
  margin-left:9px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.58);
  font-size:14px;
  line-height:1;
}

@media (max-width:720px){
  .quote-head{
    padding-top:calc(17px + env(safe-area-inset-top));
    padding-left:calc(14px + env(safe-area-inset-left));
    padding-right:calc(14px + env(safe-area-inset-right));
    padding-bottom:13px;
  }
  .quote-head h2{
    font-size:24px;
    letter-spacing:-.75px;
  }
  .quote-head p{
    margin-top:6px;
    font-size:14px;
  }
  .quote-close{
    width:44px;
    height:44px;
    border-radius:17px;
    font-size:28px;
  }
  .quote-progress{
    gap:8px;
    padding:7px calc(14px + env(safe-area-inset-right)) 14px calc(14px + env(safe-area-inset-left));
  }
  .quote-progress-dot{
    min-height:34px;
    padding:8px 11px;
    font-size:12px;
  }
  .quote-progress-dot::before{
    width:10px;
    height:10px;
    border-width:2px;
  }
  .quote-body{
    padding:9px calc(14px + env(safe-area-inset-right)) 18px calc(14px + env(safe-area-inset-left));
  }
  .quote-branch-chip{
    font-size:12px;
    padding:7px 10px;
    margin-bottom:8px;
  }
  .quote-step-title{
    font-size:23px;
    letter-spacing:-.62px;
    margin-bottom:6px;
  }
  .quote-step-hint{
    font-size:14px;
    margin-bottom:15px;
  }
  .quote-family-grid-catalog{
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:12px;
  }
  .quote-family-card-catalog{
    min-height:238px;
    padding:9px;
    gap:10px;
    border-radius:20px;
  }
  .quote-family-img-wrap-catalog{
    height:120px;
    flex-basis:120px;
    border-radius:16px;
  }
  .quote-family-card-catalog .quote-family-copy{
    padding:0 2px 1px;
    gap:5px;
  }
  .quote-family-card-catalog .quote-family-copy strong{
    font-size:16.5px;
    line-height:1.05;
    letter-spacing:-.35px;
  }
  .quote-family-card-catalog .quote-family-copy small{
    min-height:28px;
    font-size:12.5px;
    line-height:1.2;
  }
  .quote-family-card-catalog .quote-family-copy em{
    padding:7px 9px;
    border-radius:12px;
    font-size:12px;
  }
  .quote-footer{
    padding:12px calc(14px + env(safe-area-inset-right)) calc(12px + env(safe-area-inset-bottom)) calc(14px + env(safe-area-inset-left));
  }
  .quote-secondary{
    min-height:52px;
    min-width:96px;
    padding:0 18px;
    border-radius:20px;
    font-size:14px;
  }
}

@media (max-width:380px){
  .quote-family-grid-catalog{
    gap:10px;
  }
  .quote-family-card-catalog{
    min-height:218px;
    padding:8px;
    border-radius:18px;
  }
  .quote-family-img-wrap-catalog{
    height:108px;
    flex-basis:108px;
    border-radius:15px;
  }
  .quote-family-card-catalog .quote-family-copy strong{
    font-size:15px;
  }
  .quote-family-card-catalog .quote-family-copy small{
    font-size:11.5px;
  }
  .quote-family-card-catalog .quote-family-copy em{
    font-size:11.5px;
    padding:6px 8px;
  }
}

/* APP-WEB-CATALOGO-FAMILIAS-SIN-BADGE-10L */
.quote-family-card-catalog .quote-family-copy em{
  display:none !important;
}
.quote-family-img-wrap-catalog{
  height:205px;
  flex-basis:205px;
}
.quote-family-card-catalog .quote-family-copy{
  gap:8px;
}

@media (max-width:720px){
  .quote-family-card-catalog{
    min-height:236px;
    gap:9px;
  }
  .quote-family-img-wrap-catalog{
    height:150px;
    flex-basis:150px;
  }
  .quote-family-card-catalog .quote-family-copy small{
    min-height:auto;
    -webkit-line-clamp:1;
  }
}

@media (max-width:380px){
  .quote-family-card-catalog{
    min-height:220px;
  }
  .quote-family-img-wrap-catalog{
    height:138px;
    flex-basis:138px;
  }
}

/* APP-WEB-VARIANTE-DETALLE-MAS-LEGIBLE-10M */
.quote-product-copy small{
  font-size:14px;
  line-height:1.28;
  font-weight:900;
  color:#31494f;
  letter-spacing:.02em;
  white-space:normal;
  overflow:visible;
  text-overflow:clip;
  min-height:auto;
}

@media (max-width:720px){
  .quote-product-copy small{
    font-size:13px;
    line-height:1.25;
    font-weight:900;
  }
}

@media (max-width:430px){
  .quote-product-copy small{
    font-size:12.8px;
    line-height:1.24;
  }
}

@media (max-width:360px){
  .header{column-gap:8px}
  .quote-product-copy small{
    font-size:12.3px;
    line-height:1.22;
  }
}

/* APP-WEB-AROMA-NOMBRE-TARJETA-10O */
.quote-aroma-card .quote-product-copy strong,
.quote-aroma-grid .quote-product-copy strong{
  min-height:auto;
  font-size:20px;
  line-height:1.08;
  letter-spacing:-.35px;
  font-weight:950;
  -webkit-line-clamp:2;
}
.quote-aroma-card .quote-product-copy small,
.quote-aroma-grid .quote-product-copy small{
  margin-top:2px;
  font-size:12.8px;
  line-height:1.2;
}

@media (max-width:720px){
  .quote-aroma-card .quote-product-copy strong,
  .quote-aroma-grid .quote-product-copy strong{
    font-size:18.5px;
    line-height:1.08;
  }
}

@media (max-width:430px){
  .quote-aroma-card .quote-product-copy strong,
  .quote-aroma-grid .quote-product-copy strong{
    font-size:17.5px;
    line-height:1.08;
  }
}

@media (max-width:360px){
  .header{column-gap:8px}
  .quote-aroma-card .quote-product-copy strong,
  .quote-aroma-grid .quote-product-copy strong{
    font-size:16.5px;
  }
}

/* APP-WEB-VOLUMEN-SIN-DETALLE-DUPLICADO-10P */
.quote-volume-card .quote-product-copy small{
  display:none !important;
}
.quote-volume-card .quote-product-copy em{
  display:none !important;
}
.quote-volume-card .quote-product-copy{
  gap:0;
}
.quote-volume-card .quote-product-copy strong{
  min-height:auto;
  font-size:16px;
  line-height:1.08;
  letter-spacing:-.25px;
}
.quote-volume-card .quote-product-img-wrap{
  height:132px;
  flex-basis:132px;
}
.quote-volume-card .quote-product-price{
  margin-top:4px;
}

@media (max-width:720px){
  .quote-volume-card .quote-product-img-wrap{
    height:122px;
    flex-basis:122px;
  }
  .quote-volume-card .quote-product-copy strong{
    font-size:15px;
  }
}

@media (max-width:430px){
  .quote-volume-grid{
    gap:9px;
  }
  .quote-volume-card{
    padding:8px;
    gap:7px;
  }
  .quote-volume-card .quote-product-img-wrap{
    height:112px;
    flex-basis:112px;
  }
  .quote-volume-card .quote-product-copy strong{
    font-size:14.2px;
    line-height:1.08;
  }
}

@media (max-width:360px){
  .header{column-gap:8px}
  .quote-volume-card .quote-product-img-wrap{
    height:102px;
    flex-basis:102px;
  }
  .quote-volume-card .quote-product-copy strong{
    font-size:13.5px;
  }
}


/* APP-WEB-VOLUMEN-TITULO-PRECIO-MISMA-LINEA-10T */
.quote-volume-card .quote-volume-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:8px;
  width:100%;
}
.quote-volume-card .quote-volume-head .quote-product-price{
  margin:0 !important;
  flex:0 0 auto;
  align-self:flex-start;
  font-size:18px;
  line-height:1;
  padding:5px 10px;
  border-radius:999px;
}
.quote-volume-card .quote-product-copy{
  width:100%;
}
.quote-volume-card .quote-product-copy strong{
  font-size:18px !important;
  line-height:1.08;
  letter-spacing:-.2px;
  flex:1 1 auto;
}
@media (max-width:430px){
  .quote-volume-card .quote-volume-head .quote-product-price{
    font-size:16px;
    padding:4px 9px;
  }
  .quote-volume-card .quote-product-copy strong{
    font-size:16.5px !important;
  }
}
@media (max-width:360px){
  .header{column-gap:8px}
  .quote-volume-card .quote-volume-head{
    gap:6px;
  }
  .quote-volume-card .quote-volume-head .quote-product-price{
    font-size:15px;
    padding:4px 8px;
  }
  .quote-volume-card .quote-product-copy strong{
    font-size:15.5px !important;
  }
}


/* APP-WEB-VARIANTES-FORMATO-UNIFICADO-10U */
.quote-choice-card .quote-product-copy,
.quote-volume-card .quote-product-copy{
  width:100%;
}
.quote-choice-card .quote-card-head,
.quote-volume-card .quote-card-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:8px;
  width:100%;
}
.quote-choice-card .quote-card-head strong,
.quote-volume-card .quote-card-head strong{
  flex:1 1 auto;
  min-width:0;
}
.quote-choice-card .quote-card-head .quote-product-price,
.quote-volume-card .quote-card-head .quote-product-price{
  margin:0 !important;
  flex:0 0 auto;
  align-self:flex-start;
  font-size:17px;
  line-height:1;
  padding:5px 9px;
  border-radius:999px;
  white-space:nowrap;
}
.quote-choice-card .quote-product-copy small{
  margin-top:3px;
}
.quote-choice-card > .quote-product-price,
.quote-volume-card > .quote-product-price{
  display:none !important;
}
@media (max-width:430px){
  .quote-choice-card .quote-card-head,
  .quote-volume-card .quote-card-head{
    gap:6px;
  }
  .quote-choice-card .quote-card-head .quote-product-price,
  .quote-volume-card .quote-card-head .quote-product-price{
    font-size:15.5px;
    padding:4px 8px;
  }
  .quote-choice-card .quote-card-head strong{
    font-size:15.5px;
    line-height:1.08;
  }
}
@media (max-width:360px){
  .header{column-gap:8px}
  .quote-choice-card .quote-card-head .quote-product-price,
  .quote-volume-card .quote-card-head .quote-product-price{
    font-size:14.5px;
    padding:4px 7px;
  }
  .quote-choice-card .quote-card-head strong{
    font-size:14.5px;
  }
}


/* APP-WEB-VARIANTES-UNA-SOLA-DESCRIPCION-10V */
.quote-choice-card .quote-product-copy small,
.quote-volume-card .quote-product-copy small{
  display:block;
  margin-top:4px;
  min-height:1.2em;
}
.quote-choice-card .quote-product-copy em,
.quote-volume-card .quote-product-copy em{
  display:none !important;
}


/* APP-WEB-COTIZADOR-UI-PRESENTACION-10D6 */
.quote-body{
  padding-bottom:32px;
  scroll-padding-bottom:120px;
}
.quote-step:last-child{
  padding-bottom:10px;
}
.quote-volume-card .quote-product-copy{
  gap:4px;
}
.quote-volume-card .quote-product-copy small{
  display:block !important;
  margin-top:4px;
  min-height:1.2em;
  color:#52636b;
  font-size:13px;
  line-height:1.22;
  font-weight:850;
}

@media (max-width:720px){
  .quote-body{
    padding-bottom:40px;
  }
  .quote-volume-card .quote-product-copy small{
    font-size:12.6px;
    line-height:1.2;
  }
}

@media (max-width:430px){
  .quote-body{
    padding-bottom:48px;
  }
  .quote-volume-card .quote-product-copy small{
    font-size:12.2px;
  }
}


/* APP-WEB-COTIZADOR-ANDROID-BACK-SIN-BOTON-10D7 */
#quoteBackBtn{
  display:none !important;
}
.quote-footer{
  justify-content:flex-end;
}
#quoteCancelBtn{
  min-width:172px;
}

@media (max-width:720px){
  .quote-footer{
    justify-content:flex-end;
  }
  #quoteCancelBtn{
    min-width:132px;
  }
}


/* APP-WEB-COTIZADOR-CHAT-PERSISTENTE-10D11 */
.quote-chat-btn{
  flex:0 0 auto;
  min-height:44px;
  padding:0 18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  color:#07343b;
  background:linear-gradient(135deg,#ffffff 0%,#ccfff0 42%,#7ee8ff 100%);
  border:1px solid rgba(255,255,255,.44);
  font-size:15px;
  line-height:1;
  font-weight:950;
  letter-spacing:-.1px;
  box-shadow:0 12px 26px rgba(21,159,233,.16), inset 0 1px 0 rgba(255,255,255,.50);
}
.quote-chat-btn:active{transform:translateY(1px)}
.quote-footer[hidden],
#quoteCancelBtn{
  display:none !important;
}
.quote-panel{
  padding-bottom:0;
}
.quote-body{
  padding-bottom:56px;
}

@media (max-width:720px){
  .quote-chat-btn{
    min-height:42px;
    padding:0 16px;
    border-radius:16px;
    font-size:14px;
  }
  .quote-body{
    padding-bottom:64px;
  }
}

/* APP-WEB-AUTH-WHATSAPP-OTP-10D12-P2 */
.auth-code-box{
  margin-top:14px;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.10);
}
.auth-code-box[hidden]{display:none !important}
.auth-status{
  display:none;
  margin:0 0 12px;
  padding:11px 12px;
  border-radius:15px;
  color:#dcfff4;
  background:rgba(39,217,137,.12);
  border:1px solid rgba(39,217,137,.22);
  font-size:13px;
  line-height:1.35;
  font-weight:800;
}
.auth-status.error{
  color:var(--warning);
  background:rgba(255,205,120,.11);
  border-color:rgba(255,205,120,.22);
}
.auth-verify-btn{
  margin-top:14px;
}
.auth-link-btn{
  width:100%;
  margin-top:10px;
  min-height:44px;
  border-radius:16px;
  color:#dffff5;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.12);
  font-weight:900;
}
.auth-link-btn:disabled,
.primary:disabled{
  opacity:.62;
  cursor:not-allowed;
  transform:none !important;
}
#authCodeInput{
  text-align:center;
  letter-spacing:.18em;
  font-size:20px;
  font-weight:900;
}

/* APP-WEB-AUTH-OTP-UX-PEGAR-10D13 */
.login-card{
  max-width:400px;
  padding:22px;
}
.login h2{
  font-size:29px;
  margin-bottom:10px;
}
.login p{
  font-size:15px;
  line-height:1.48;
  margin-bottom:18px;
}
.auth-section{
  margin-top:4px;
}
.auth-step-title{
  display:flex;
  align-items:center;
  gap:10px;
  margin:14px 0 10px;
  color:#f4fbff;
  font-size:15px;
  line-height:1.15;
  font-weight:950;
}
.auth-step-title span{
  width:28px;
  height:28px;
  display:inline-grid;
  place-items:center;
  flex:0 0 28px;
  border-radius:999px;
  color:#9fffe8;
  background:rgba(16,185,129,.13);
  border:1px solid rgba(39,217,137,.52);
  box-shadow:0 8px 18px rgba(16,185,129,.10);
  font-size:15px;
  font-weight:950;
}
.auth-contact-section label,
.auth-code-box label{
  font-size:12px;
  margin-top:10px;
}
.auth-contact-section input:disabled{
  color:#f6fdff;
  -webkit-text-fill-color:#f6fdff;
  opacity:1;
  background:rgba(4,16,20,.86);
  border-color:rgba(159,255,232,.18);
}
.auth-change-btn{
  display:inline-flex;
  align-items:center;
  width:auto;
  margin:10px 0 2px;
  padding:0;
  color:#4ef0c6;
  background:transparent;
  border:0;
  font-size:13px;
  font-weight:950;
}
.auth-code-box{
  margin-top:16px;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.12);
}
.auth-status{
  white-space:pre-line;
  margin:0 0 13px;
  padding:12px 13px;
  border-radius:17px;
  color:#dcfff4;
  background:linear-gradient(135deg, rgba(16,185,129,.18), rgba(21,159,233,.08));
  border:1px solid rgba(39,217,137,.30);
  font-size:13px;
  line-height:1.34;
  font-weight:900;
}
.auth-status:not(.error)::before{
  content:'✓';
  display:inline-grid;
  place-items:center;
  width:20px;
  height:20px;
  margin-right:8px;
  border-radius:999px;
  color:#07343b;
  background:#6dffd6;
  font-size:13px;
  font-weight:950;
  vertical-align:middle;
}
.auth-status.error::before{
  content:'!';
  display:inline-grid;
  place-items:center;
  width:20px;
  height:20px;
  margin-right:8px;
  border-radius:999px;
  color:#3b2500;
  background:#ffd58d;
  font-size:13px;
  font-weight:950;
  vertical-align:middle;
}
.auth-code-hidden-input{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  border:0 !important;
  opacity:0 !important;
  pointer-events:none !important;
}
.auth-otp-grid{
  display:grid;
  grid-template-columns:repeat(6, minmax(0, 1fr));
  gap:8px;
  margin:8px 0 9px;
}
.auth-otp-input{
  width:100%;
  min-width:0;
  height:56px;
  padding:0;
  text-align:center;
  border-radius:15px;
  color:#f7fdff;
  background:rgba(4,16,20,.80);
  border:1px solid rgba(39,217,137,.42);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
  font-size:24px;
  line-height:1;
  font-weight:950;
  caret-color:#74ffd6;
  letter-spacing:0;
}
.auth-otp-input:focus{
  border-color:rgba(85,225,255,.95);
  box-shadow:0 0 0 4px rgba(21,159,233,.14), 0 0 22px rgba(21,159,233,.20);
}
.auth-otp-input::placeholder{
  color:rgba(255,255,255,.28);
}
.auth-paste-helper{
  display:flex;
  align-items:center;
  gap:7px;
  color:rgba(218,238,244,.70);
  font-size:12.5px;
  line-height:1.25;
  font-weight:800;
  margin:2px 0 0;
  cursor:pointer;
  user-select:none;
}
.auth-verify-btn{
  margin-top:14px;
  min-height:50px;
  font-size:15px;
}
.auth-link-btn{
  width:100%;
  min-height:auto;
  margin-top:12px;
  padding:7px 10px;
  border:0;
  border-radius:12px;
  color:#b9d1d8;
  background:transparent;
  font-size:12.5px;
  line-height:1.2;
  font-weight:900;
  box-shadow:none;
}
.auth-link-btn:not(:disabled){
  color:#55f0c9;
  background:rgba(39,217,137,.08);
  border:1px solid rgba(39,217,137,.16);
}
.auth-link-btn:disabled{
  opacity:.66;
  background:rgba(255,255,255,.035);
  cursor:not-allowed;
}

@media (max-width:720px){
  .login{
    padding:16px 18px;
    align-items:center;
  }
  .login-card{
    max-width:100%;
    padding:22px 20px;
    border-radius:25px;
  }
  .login h2{
    font-size:28px;
  }
  .auth-otp-grid{
    gap:7px;
  }
  .auth-otp-input{
    height:54px;
    border-radius:14px;
    font-size:23px;
  }
}

@media (max-width:380px){
  .login-card{
    padding:20px 16px;
  }
  .auth-otp-grid{
    gap:6px;
  }
  .auth-otp-input{
    height:49px;
    border-radius:13px;
    font-size:21px;
  }
  .auth-status{
    font-size:12.5px;
  }
}

/* APP-WEB-CANTIDAD-DETALLE-PRODUCTO-10D20 */
.quote-qty-detail-step{
  padding-bottom:12px;
}
.quote-qty-product-panel{
  width:100%;
  display:flex;
  flex-direction:column;
  gap:14px;
  padding:16px;
  border-radius:26px;
  background:linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.038));
  border:1px solid rgba(159,255,232,.20);
  box-shadow:0 18px 46px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.06);
}
.quote-qty-product-image-wrap{
  width:100%;
  height:260px;
  display:grid;
  place-items:center;
  overflow:hidden;
  border-radius:24px;
  background:linear-gradient(135deg, rgba(39,217,137,.18), rgba(21,159,233,.12));
  border:1px solid rgba(255,255,255,.16);
}
.quote-qty-product-image-wrap.no-img::after{
  content:'SC';
  color:#dcfff4;
  font-size:34px;
  font-weight:950;
  letter-spacing:-.05em;
}
.quote-qty-product-image-wrap img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.quote-qty-product-info{
  display:flex;
  flex-direction:column;
  gap:7px;
  padding:0 2px;
}
.quote-qty-product-info strong{
  color:#f8fdff;
  font-size:32px;
  line-height:1.02;
  font-weight:950;
  letter-spacing:-.04em;
}
.quote-qty-product-info small{
  color:#b8d2da;
  font-size:17px;
  line-height:1.25;
  font-weight:850;
}
.quote-qty-product-info em{
  color:#8dffe5;
  font-size:18px;
  line-height:1.25;
  font-style:normal;
  font-weight:950;
}
.quote-qty-product-divider{
  height:1px;
  margin:2px 0 0;
  background:rgba(255,255,255,.11);
}
.quote-qty-product-panel .quote-step-title{
  margin:2px 0 -8px;
}
.quote-qty-product-panel .quote-step-hint{
  margin:0;
}
.quote-qty-box-detail{
  margin:4px 0 0;
  grid-template-columns:72px minmax(0, 1fr) 72px;
  gap:14px;
}
.quote-qty-box-detail .quote-qty-btn,
.quote-qty-box-detail .quote-qty-value{
  min-height:66px;
  border-radius:22px;
}
.quote-qty-box-detail .quote-qty-value{
  color:#f8fdff;
  background:linear-gradient(135deg, rgba(255,255,255,.09), rgba(39,217,137,.15));
  border-color:rgba(141,255,229,.56);
  box-shadow:0 0 0 1px rgba(141,255,229,.10), inset 0 1px 0 rgba(255,255,255,.08);
}

@media (max-width:720px){
  .quote-qty-product-panel{
    padding:14px;
    border-radius:24px;
    gap:12px;
  }
  .quote-qty-product-image-wrap{
    height:220px;
    border-radius:21px;
  }
  .quote-qty-product-info strong{
    font-size:28px;
  }
  .quote-qty-product-info small{
    font-size:15.5px;
  }
  .quote-qty-product-info em{
    font-size:16.5px;
  }
  .quote-qty-box-detail{
    grid-template-columns:64px minmax(0, 1fr) 64px;
    gap:10px;
  }
}

@media (max-width:430px){
  .quote-qty-product-panel{
    padding:12px;
    gap:10px;
  }
  .quote-qty-product-image-wrap{
    height:188px;
    border-radius:20px;
  }
  .quote-qty-product-info strong{
    font-size:25px;
  }
  .quote-qty-product-info small{
    font-size:14px;
  }
  .quote-qty-product-info em{
    font-size:15px;
  }
  .quote-qty-product-panel .quote-step-title{
    font-size:23px;
  }
  .quote-qty-box-detail{
    grid-template-columns:54px minmax(0, 1fr) 54px;
    gap:9px;
  }
  .quote-qty-box-detail .quote-qty-btn,
  .quote-qty-box-detail .quote-qty-value{
    min-height:58px;
    border-radius:19px;
  }
}


/* APP-WEB-CANTIDAD-AGREGAR-CARRITO-10D20B */
.quote-add-cart-detail{
  width:100%;
  margin-top:2px;
  min-height:58px;
  border-radius:20px;
  font-size:16px;
  font-weight:950;
}

@media (max-width:430px){
  .quote-add-cart-detail{
    min-height:54px;
    border-radius:18px;
    font-size:15px;
  }
}

/* 10D21 - resumen rediseñado + sin encabezado repetitivo ni indicador de avance */
#quoteTitle,
#quoteSubtitle,
.quote-head > div:first-child{
  display:none !important;
}
.quote-progress{
  display:none !important;
}
.quote-head{
  justify-content:flex-end !important;
  padding-bottom:12px !important;
}
.quote-chat-btn{
  min-width:120px;
}
.quote-body{
  padding-top:12px !important;
}
.quote-summary-step-compact{
  gap:14px;
}
.quote-summary-top-actions{
  display:grid;
  grid-template-columns:minmax(0,0.95fr) minmax(0,1.2fr) minmax(0,0.95fr);
  gap:10px;
  align-items:stretch;
}
.quote-summary-top-btn{
  min-height:58px;
  border-radius:18px;
  padding:10px 12px;
  font-size:14px;
  font-weight:900;
  line-height:1.15;
}
.quote-summary-top-btn-send{
  box-shadow:0 14px 30px rgba(21,159,233,.18);
}
.quote-total-box-summary-redesign{
  margin:0;
  min-height:96px;
  align-items:flex-start;
  flex-direction:column;
  justify-content:center;
  gap:8px;
  padding:18px 18px;
  border-radius:22px;
}
.quote-total-box-summary-redesign span{
  font-size:14px;
}
.quote-total-box-summary-redesign strong{
  font-size:24px;
}
.quote-summary-products-block-compact{
  margin-top:0;
  padding-top:0;
  border-top:0;
}
.quote-products-title-compact{
  margin-bottom:10px;
}
.quote-summary-list-compact{
  gap:8px;
  margin:0;
}
.quote-summary-item-compact{
  align-items:center;
  gap:10px;
  padding:9px 10px;
  border-radius:18px;
}
.quote-summary-item-compact img{
  width:48px;
  height:48px;
  border-radius:14px;
}
.quote-summary-copy-compact{
  font-size:12.5px;
  line-height:1.22;
}
.quote-summary-copy-compact strong{
  display:block;
  font-size:13.5px;
  line-height:1.18;
  margin-bottom:4px;
  color:#f6fbff;
}
.quote-summary-meta{
  color:#d3e8ef;
  font-size:12px;
}
.quote-summary-subtotal{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin-top:5px;
  color:#d3e8ef;
  font-size:12px;
}
.quote-summary-subtotal b{
  color:#8effd8;
  font-size:13.5px;
}
.quote-remove{
  align-self:center;
  width:30px;
  height:30px;
  border-radius:12px;
  font-size:18px;
}
@media (max-width:430px){
  .quote-head{
    padding-top:calc(12px + env(safe-area-inset-top)) !important;
    padding-bottom:10px !important;
  }
  .quote-chat-btn{
    min-width:108px;
    min-height:44px;
    border-radius:16px;
    font-size:14px;
    padding:0 14px;
  }
  .quote-summary-top-actions{
    grid-template-columns:minmax(0,0.92fr) minmax(0,1.16fr) minmax(0,0.92fr);
    gap:8px;
  }
  .quote-summary-top-btn{
    min-height:54px;
    padding:8px 10px;
    font-size:13px;
    border-radius:16px;
  }
  .quote-total-box-summary-redesign{
    min-height:88px;
    padding:16px;
  }
  .quote-total-box-summary-redesign strong{
    font-size:22px;
  }
  .quote-summary-item-compact{
    gap:9px;
    padding:8px 9px;
  }
  .quote-summary-item-compact img{
    width:44px;
    height:44px;
  }
  .quote-summary-copy-compact strong{
    font-size:13px;
  }
  .quote-summary-meta,
  .quote-summary-subtotal{
    font-size:11.5px;
  }
}

/* 10D22 - resumen exacto con iconos y sin botón superior duplicado */
.quote-head{
  display:none !important;
}
.quote-body{
  padding-top:18px !important;
}
.quote-summary-step-compact{
  gap:16px;
}
.quote-summary-top-actions-icons{
  grid-template-columns:minmax(0,1fr) minmax(0,1.18fr) minmax(0,1fr);
  gap:10px;
}
.quote-summary-top-actions-icons .quote-summary-top-btn{
  min-height:78px;
  border-radius:22px;
  padding:12px 10px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  text-align:center;
  font-size:14px;
  font-weight:950;
  line-height:1.12;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.055), 0 12px 24px rgba(0,0,0,.16);
}
.quote-summary-top-actions-icons .quote-summary-top-btn-send{
  background:linear-gradient(135deg,#10dca6 0%, #19aee7 100%);
  border:1px solid rgba(171,255,238,.46);
  box-shadow:0 16px 34px rgba(21,159,233,.20), inset 0 1px 0 rgba(255,255,255,.22);
}
.quote-action-icon{
  width:31px;
  height:31px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#f5fbff;
  border:2px solid rgba(236,255,252,.88);
  background:rgba(255,255,255,.035);
  font-size:19px;
  line-height:1;
  font-weight:900;
}
.quote-summary-top-btn-send .quote-action-icon{
  border:0;
  background:rgba(255,255,255,.96);
  color:#0b9f91;
  font-size:18px;
  transform:rotate(-18deg);
}
.quote-summary-top-btn-send .quote-action-icon + span{
  max-width:120px;
}
.quote-total-box-summary-iconic{
  min-height:128px;
  display:flex !important;
  align-items:center !important;
  flex-direction:row !important;
  justify-content:flex-start !important;
  gap:16px;
  padding:22px 20px;
  border-radius:24px;
  background:
    radial-gradient(circle at 88% 18%, rgba(126,232,255,.13), transparent 32%),
    linear-gradient(135deg, rgba(16,185,129,.20), rgba(21,159,233,.16));
  border:1px solid rgba(94,236,220,.28);
}
.quote-total-icon{
  width:62px;
  height:62px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  background:linear-gradient(180deg, rgba(36,255,193,.16), rgba(21,159,233,.08));
  border:1px solid rgba(126,232,255,.16);
  color:#eafff9;
  font-weight:950;
  font-size:18px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
}
.quote-total-copy{
  display:flex;
  flex-direction:column;
  gap:6px;
  min-width:0;
}
.quote-total-copy em{
  font-style:normal;
  color:#c9e8ef;
  font-size:15px;
  font-weight:900;
}
.quote-total-copy strong{
  color:#8effd8;
  font-size:34px !important;
  line-height:1;
  letter-spacing:-.8px;
}
.quote-summary-products-block-iconic{
  margin-top:0;
}
.quote-products-title-iconic{
  align-items:center;
  margin-bottom:12px;
}
.quote-products-title-left{
  display:flex;
  align-items:center;
  gap:11px;
  min-width:0;
}
.quote-products-title-left i{
  width:42px;
  height:42px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  color:#9fffe8;
  background:rgba(16,185,129,.14);
  border:1px solid rgba(126,232,255,.12);
  font-style:normal;
  font-size:18px;
}
.quote-products-title-left strong{
  font-size:18px;
  letter-spacing:-.35px;
}
.quote-summary-list-compact{
  gap:10px;
}
.quote-summary-item-compact{
  display:grid;
  grid-template-columns:72px minmax(0,1fr) 34px;
  align-items:center;
  gap:12px;
  padding:13px 12px;
  border-radius:24px;
  background:linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.045));
  border:1px solid rgba(255,255,255,.12);
}
.quote-summary-item-compact img{
  width:72px;
  height:72px;
  border-radius:20px;
  object-fit:cover;
}
.quote-summary-copy-compact{
  min-width:0;
}
.quote-summary-copy-compact strong{
  font-size:18px;
  line-height:1.16;
  margin-bottom:8px;
  letter-spacing:-.35px;
}
.quote-summary-meta{
  font-size:14px;
  color:#c7dbe3;
}
.quote-summary-subtotal{
  grid-column:1 / -1;
  border-top:1px solid rgba(255,255,255,.10);
  padding-top:10px;
  margin-top:8px;
  font-size:14px;
}
.quote-summary-subtotal b{
  font-size:18px;
  color:#8effd8;
}
.quote-summary-item-compact .quote-remove{
  grid-column:3;
  grid-row:1;
  width:34px;
  height:34px;
  border-radius:14px;
  font-size:20px;
  align-self:center;
  justify-self:end;
}
@media (max-width:430px){
  .quote-body{
    padding-top:14px !important;
  }
  .quote-summary-step-compact{
    gap:14px;
  }
  .quote-summary-top-actions-icons{
    gap:8px;
  }
  .quote-summary-top-actions-icons .quote-summary-top-btn{
    min-height:72px;
    border-radius:20px;
    padding:10px 8px;
    gap:7px;
    font-size:12.5px;
  }
  .quote-action-icon{
    width:28px;
    height:28px;
    font-size:17px;
  }
  .quote-total-box-summary-iconic{
    min-height:112px;
    padding:18px 16px;
    gap:13px;
  }
  .quote-total-icon{
    width:54px;
    height:54px;
    font-size:16px;
  }
  .quote-total-copy em{
    font-size:14px;
  }
  .quote-total-copy strong{
    font-size:29px !important;
  }
  .quote-products-title-left{
    gap:9px;
  }
  .quote-products-title-left i{
    width:38px;
    height:38px;
    font-size:17px;
  }
  .quote-products-title-left strong{
    font-size:17px;
  }
  .quote-summary-item-compact{
    grid-template-columns:62px minmax(0,1fr) 32px;
    gap:10px;
    padding:11px 10px;
    border-radius:22px;
  }
  .quote-summary-item-compact img{
    width:62px;
    height:62px;
    border-radius:18px;
  }
  .quote-summary-copy-compact strong{
    font-size:15.5px;
    margin-bottom:6px;
  }
  .quote-summary-meta{
    font-size:12.8px;
  }
  .quote-summary-subtotal{
    font-size:13px;
    padding-top:9px;
    margin-top:7px;
  }
  .quote-summary-subtotal b{
    font-size:16px;
  }
}

/* 10D22B - corrige solapamiento y unifica botones del resumen */
.quote-summary-step-compact{
  display:flex !important;
  flex-direction:column !important;
  gap:18px !important;
}
.quote-summary-top-actions-icons{
  display:grid !important;
  grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
  gap:9px !important;
  margin:0 0 2px !important;
  align-items:stretch !important;
}
.quote-summary-top-actions-icons .quote-summary-top-btn,
.quote-summary-top-actions-icons .quote-summary-top-btn-send{
  width:100% !important;
  min-width:0 !important;
  min-height:76px !important;
  height:76px !important;
  border-radius:22px !important;
  padding:10px 7px !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:7px !important;
  text-align:center !important;
  color:#ffffff !important;
  background:linear-gradient(135deg,#10dca6 0%, #19aee7 100%) !important;
  border:1px solid rgba(171,255,238,.46) !important;
  box-shadow:0 14px 30px rgba(21,159,233,.18), inset 0 1px 0 rgba(255,255,255,.22) !important;
  overflow:hidden !important;
}
.quote-summary-top-actions-icons .quote-summary-top-btn > span:last-child{
  display:block;
  max-width:100%;
  font-size:12.2px;
  line-height:1.12;
  font-weight:950;
  overflow-wrap:normal;
}
.quote-summary-top-actions-icons .quote-action-icon,
.quote-summary-top-actions-icons .quote-summary-top-btn-send .quote-action-icon{
  width:30px !important;
  height:30px !important;
  border:0 !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.96) !important;
  color:#0b9f91 !important;
  font-size:17px !important;
  line-height:1 !important;
  transform:none !important;
  flex:0 0 auto !important;
}
.quote-summary-top-actions-icons .quote-summary-top-btn-send .quote-action-icon{
  transform:rotate(-18deg) !important;
}
.quote-total-box-summary-iconic{
  margin:0 !important;
  min-height:118px !important;
}
.quote-summary-products-block-iconic{
  margin-top:4px !important;
  padding-top:0 !important;
  position:relative;
  z-index:1;
}
.quote-products-title-iconic{
  margin:0 0 14px !important;
  align-items:center !important;
}
.quote-products-title-left{
  min-height:44px;
}
.quote-summary-list-compact{
  margin-top:0 !important;
}
.quote-summary-item-compact{
  position:relative;
  z-index:0;
}
@media (max-width:430px){
  .quote-body{
    padding-top:12px !important;
  }
  .quote-summary-step-compact{
    gap:16px !important;
  }
  .quote-summary-top-actions-icons{
    gap:7px !important;
  }
  .quote-summary-top-actions-icons .quote-summary-top-btn,
  .quote-summary-top-actions-icons .quote-summary-top-btn-send{
    min-height:70px !important;
    height:70px !important;
    border-radius:19px !important;
    padding:8px 5px !important;
    gap:6px !important;
  }
  .quote-summary-top-actions-icons .quote-summary-top-btn > span:last-child{
    font-size:11.2px;
    line-height:1.08;
    letter-spacing:-.15px;
  }
  .quote-summary-top-actions-icons .quote-action-icon,
  .quote-summary-top-actions-icons .quote-summary-top-btn-send .quote-action-icon{
    width:27px !important;
    height:27px !important;
    font-size:15.5px !important;
  }
  .quote-total-box-summary-iconic{
    min-height:104px !important;
    padding:16px 15px !important;
  }
  .quote-summary-products-block-iconic{
    margin-top:5px !important;
  }
  .quote-products-title-iconic{
    margin-bottom:13px !important;
  }
  .quote-products-title-left{
    min-height:40px;
  }
}

/* 10D23 - integración de logo Sol Clean */
.avatar.avatar-logo{
  width:58px;
  height:58px;
  padding:4px;
  border-radius:18px;
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(224,255,248,.92));
  box-shadow:0 12px 28px rgba(0,0,0,.18), inset 0 0 0 1px rgba(255,255,255,.62);
}
.avatar.avatar-logo img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}
.login-brand{
  display:flex;
  align-items:center;
  gap:12px;
  margin:0 0 14px;
}
.login-brand-logo{
  width:68px;
  height:68px;
  object-fit:contain;
  display:block;
  flex:0 0 auto;
  padding:4px;
  border-radius:18px;
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(224,255,248,.92));
  box-shadow:0 10px 22px rgba(0,0,0,.16), inset 0 0 0 1px rgba(255,255,255,.6);
}
.login-brand-copy{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:4px;
}
.login-brand-copy strong{
  font-size:20px;
  line-height:1;
  letter-spacing:-.4px;
  color:#f5fbff;
}
.login-brand-copy span{
  color:#d7ecf2;
  font-size:12.5px;
  font-weight:800;
}
.quote-brand-inline{
  display:flex;
  align-items:center;
  gap:10px;
  margin:0 0 14px;
  padding:10px 12px;
  border-radius:18px;
  background:linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.035));
  border:1px solid rgba(255,255,255,.10);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
.quote-brand-inline-logo{
  width:44px;
  height:44px;
  object-fit:contain;
  display:block;
  flex:0 0 auto;
  padding:2px;
  border-radius:14px;
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(224,255,248,.94));
}
.quote-brand-inline-copy{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:2px;
}
.quote-brand-inline-copy strong{
  font-size:15px;
  line-height:1.05;
  color:#f7fbff;
  letter-spacing:-.25px;
}
.quote-brand-inline-copy span{
  color:#cbe5ec;
  font-size:11.5px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.5px;
}
@media (max-width:430px){
  .avatar.avatar-logo{
    width:54px;
    height:54px;
    border-radius:17px;
  }
  .login-brand-logo{
    width:60px;
    height:60px;
    border-radius:16px;
  }
  .login-brand-copy strong{
    font-size:18px;
  }
  .quote-brand-inline{
    margin-bottom:12px;
    padding:9px 11px;
    border-radius:16px;
  }
  .quote-brand-inline-logo{
    width:40px;
    height:40px;
    border-radius:13px;
  }
}


/* 10D23B - usar logo transparente y quitar subtítulo Cotizador */
.quote-brand-inline-copy-single{
  justify-content:center;
  gap:0;
}
.quote-brand-inline-copy-single strong{
  font-size:16px;
}

/* 10D24 - comportamiento de chat estilo WhatsApp */
.chat{
  position:relative;
  overflow:hidden;
}
.messages{
  scroll-behavior:auto !important;
  overscroll-behavior:contain;
  overflow-anchor:none;
  padding-top:14px;
  padding-bottom:18px;
}
.messages.no-smooth{
  scroll-behavior:auto !important;
}
.messages.chat-scroll-initializing .msg{
  animation:none !important;
}
.day.chat-day-separator{
  position:relative;
  z-index:1;
  margin:8px auto 12px;
  padding:5px 11px;
  border-radius:999px;
  background:rgba(8,26,31,.72);
  border:1px solid rgba(255,255,255,.10);
  color:#dceff4;
  font-size:11px;
  font-weight:950;
  letter-spacing:.35px;
  box-shadow:0 8px 18px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.04);
  backdrop-filter:blur(10px);
}
.day:not([data-chat-day]){
  display:none !important;
}
.chat-date-float{
  position:absolute;
  top:12px;
  left:50%;
  transform:translate(-50%, -8px);
  z-index:12;
  pointer-events:none;
  opacity:0;
  padding:6px 13px;
  border-radius:999px;
  color:#eafcff;
  background:rgba(8,26,31,.82);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 10px 24px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.06);
  backdrop-filter:blur(13px);
  font-size:11px;
  font-weight:950;
  letter-spacing:.35px;
  transition:opacity .16s ease, transform .16s ease;
}
.chat-date-float.show{
  opacity:1;
  transform:translate(-50%, 0);
}
.msg{
  margin:7px 0;
}
@media (max-width:430px){
  .messages{
    padding-top:12px;
    padding-bottom:16px;
  }
  .chat-date-float{
    top:10px;
  }
}

/* 10D31 - opciones de precio por cantidad / packs */
.quote-pack-grid{
  gap:12px;
}
.quote-pack-card{
  min-height:104px;
  text-align:left;
  justify-content:center;
}
.quote-pack-card .quote-pack-option-main{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.quote-pack-card .quote-pack-option-main strong{
  color:#f6fbff;
  font-size:18px;
  line-height:1.1;
  letter-spacing:-.25px;
}
.quote-pack-card .quote-pack-option-main span{
  color:#07343b;
  background:linear-gradient(135deg,#b9ffe8,#7ee8ff);
  border:1px solid rgba(255,255,255,.48);
  border-radius:999px;
  padding:6px 10px;
  font-size:15px;
  font-weight:950;
  white-space:nowrap;
}
.quote-pack-card small{
  width:100%;
  display:block;
  margin-top:8px;
  color:#cfe7ee;
  font-size:12.5px;
  font-weight:750;
}
@media (max-width:430px){
  .quote-pack-card{
    min-height:94px;
  }
  .quote-pack-card .quote-pack-option-main strong{
    font-size:16px;
  }
  .quote-pack-card .quote-pack-option-main span{
    font-size:14px;
    padding:5px 9px;
  }
}

/* 10D31C - tarjetas de packs legibles en App */
.quote-pack-grid{
  align-items:stretch;
}
.quote-pack-card{
  color:#0b1f24 !important;
  background:linear-gradient(180deg, #ffffff 0%, #f8fffd 58%, #eaf6f3 100%) !important;
  border:1px solid rgba(255,255,255,.86) !important;
  box-shadow:0 14px 30px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.95) !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:stretch !important;
  justify-content:center !important;
  gap:10px !important;
  padding:14px 12px !important;
  min-height:112px !important;
  border-radius:22px !important;
  overflow:hidden;
}
.quote-pack-card:hover,
.quote-pack-card:focus-visible{
  border-color:rgba(38,225,182,.78) !important;
  box-shadow:0 16px 34px rgba(0,0,0,.26), 0 0 0 1px rgba(39,217,137,.14), inset 0 1px 0 rgba(255,255,255,.95) !important;
}
.quote-pack-card .quote-pack-option-main{
  width:100%;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
}
.quote-pack-card .quote-pack-option-main strong{
  color:#0a1e25 !important;
  text-shadow:none !important;
  font-size:18px;
  line-height:1.12;
  letter-spacing:-.28px;
  word-break:break-word;
}
.quote-pack-card .quote-pack-option-main span{
  color:#063b35 !important;
  background:linear-gradient(135deg,#c6fff0,#86e9ff) !important;
  border:1px solid rgba(14,128,105,.18) !important;
  border-radius:999px;
  padding:7px 11px;
  font-size:15px;
  font-weight:950;
  line-height:1;
  white-space:nowrap;
  box-shadow:0 6px 14px rgba(16,185,129,.10), inset 0 1px 0 rgba(255,255,255,.72);
}
.quote-pack-card small{
  width:100%;
  display:block;
  margin-top:0 !important;
  color:#55707a !important;
  text-shadow:none !important;
  font-size:12.5px;
  font-weight:850;
  line-height:1.28;
}
@media (max-width:430px){
  .quote-pack-grid{
    gap:12px;
  }
  .quote-pack-card{
    min-height:104px !important;
    padding:13px 10px !important;
    border-radius:20px !important;
  }
  .quote-pack-card .quote-pack-option-main strong{
    font-size:15.5px;
    line-height:1.15;
  }
  .quote-pack-card .quote-pack-option-main span{
    font-size:13.5px;
    padding:6px 9px;
  }
  .quote-pack-card small{
    font-size:12px;
  }
}

/* 10D32 - Combos y promociones en cotizador */
.quote-combos-entry-icon{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:34px;
  background:linear-gradient(135deg, rgba(16,220,166,.18), rgba(25,174,231,.14));
  border-radius:inherit;
}
.quote-combo-card{
  position:relative;
}
.quote-combo-price{
  position:absolute;
  right:14px;
  top:14px;
  border-radius:999px;
  padding:7px 10px;
  color:#052f35;
  font-size:13px;
  font-weight:950;
  background:linear-gradient(135deg,#b6fff0,#7ee8ff);
  box-shadow:0 8px 18px rgba(0,0,0,.18);
}
.quote-combo-option-card .quote-product-price{
  color:#052f35;
  background:linear-gradient(135deg,#b6fff0,#7ee8ff);
  border:1px solid rgba(0,0,0,.08);
}
.quote-combo-skip{
  margin-top:12px;
}
@media (max-width:430px){
  .quote-combo-price{
    right:10px;
    top:10px;
    font-size:12px;
    padding:6px 9px;
  }
}

/* 10D32C - botón externo de Combos & promociones y flujo guiado */
.quote-brand-inline{
  position:relative;
}
.quote-brand-combos-btn{
  margin-left:auto;
  min-height:40px;
  padding:0 13px;
  border-radius:14px;
  color:#07343b;
  background:linear-gradient(135deg,#fff4bf 0%,#34f0c5 52%,#4bd6ff 100%);
  border:1px solid rgba(255,255,255,.45);
  box-shadow:0 12px 28px rgba(0,0,0,.20), inset 0 1px 0 rgba(255,255,255,.35);
  font-size:12.5px;
  font-weight:950;
  letter-spacing:-.15px;
  white-space:nowrap;
}
.quote-brand-combos-btn:active{transform:translateY(1px)}
.quote-combo-option-card .quote-product-copy strong{
  color:#12313a;
}
.quote-combo-option-card .quote-product-copy small{
  color:#46606a;
}
.quote-combo-option-card .quote-product-price{
  color:#062f35;
  background:#a7fff0;
  border:1px solid rgba(3,108,101,.16);
}
@media(max-width:430px){
  .quote-brand-inline{
    gap:8px;
  }
  .quote-brand-combos-btn{
    min-height:36px;
    padding:0 10px;
    border-radius:13px;
    font-size:11.5px;
    max-width:160px;
    overflow:hidden;
    text-overflow:ellipsis;
  }
}


/* 10D32H - tarjetas de opciones de combo compactas y precio a la derecha */
.quote-combo-option-card .quote-card-head{
  width:100%;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:8px;
}
.quote-combo-option-card .quote-card-head strong{
  flex:1 1 auto;
  min-width:0;
  min-height:0;
  margin:0;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.quote-combo-option-card .quote-card-head .quote-product-price{
  flex:0 0 auto;
  align-self:flex-start;
  margin:0 0 0 auto;
}
.quote-combo-option-card .quote-product-copy{
  gap:5px;
}
@media(max-width:430px){
  .quote-combo-option-card .quote-card-head{
    gap:6px;
  }
  .quote-combo-option-card .quote-card-head strong{
    font-size:12.8px;
    min-height:0;
  }
  .quote-combo-option-card .quote-card-head .quote-product-price{
    padding:6px 8px;
    font-size:13.5px;
  }
}

/* 10D32K - OTP tipo WhatsApp: cabecera compacta, cuerpo con scroll y botón fijo */
.login{
  min-height:0;
  overflow:hidden;
}
.login-card.auth-whatsapp-card{
  width:100%;
  max-width:410px;
  max-height:calc(100% - 28px);
  margin:14px auto;
  padding:0 !important;
  display:grid;
  grid-template-rows:auto minmax(0, 1fr) auto;
  overflow:hidden;
  border-radius:28px;
}
.login-sticky-head{
  position:relative;
  z-index:2;
  padding:18px 20px 12px;
  background:linear-gradient(180deg, rgba(8,32,38,.97), rgba(8,32,38,.86));
  border-bottom:1px solid rgba(255,255,255,.10);
  box-shadow:0 12px 28px rgba(0,0,0,.12);
}
.login-scroll-body{
  min-height:0;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
  padding:16px 20px 16px;
}
.login-sticky-footer{
  position:relative;
  z-index:3;
  padding:12px 20px calc(14px + env(safe-area-inset-bottom));
  background:linear-gradient(180deg, rgba(7,27,33,.86), rgba(7,27,33,.99));
  border-top:1px solid rgba(255,255,255,.10);
  box-shadow:0 -14px 30px rgba(0,0,0,.20);
}
.login-sticky-footer .primary{
  margin:0;
  min-height:54px;
  border-radius:18px;
  font-size:15px;
}
.login-sticky-footer .primary[hidden]{
  display:none !important;
}
.auth-whatsapp-card .login-brand{
  margin-bottom:10px;
}
.auth-whatsapp-card .login-brand-logo{
  width:58px;
  height:58px;
  border-radius:16px;
}
.auth-whatsapp-card .pill{
  margin-bottom:10px;
}
.auth-whatsapp-card h2{
  margin:0 0 6px;
  font-size:25px;
  line-height:1.05;
}
.auth-whatsapp-card #loginIntro{
  margin:0 0 10px;
  font-size:13.5px;
  line-height:1.38;
}
.auth-phone-summary{
  display:grid;
  grid-template-columns:minmax(0, 1fr) auto;
  gap:4px 10px;
  align-items:center;
  margin-top:10px;
  padding:10px 12px;
  border-radius:17px;
  background:rgba(255,255,255,.065);
  border:1px solid rgba(255,255,255,.12);
}
.auth-phone-summary[hidden]{
  display:none !important;
}
.auth-phone-summary span{
  grid-column:1 / -1;
  color:#bed9e1;
  font-size:11.5px;
  line-height:1.1;
  font-weight:850;
}
.auth-phone-summary strong{
  min-width:0;
  color:#f7fdff;
  font-size:15px;
  line-height:1.1;
  font-weight:950;
  letter-spacing:-.1px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.auth-phone-summary .auth-change-btn{
  margin:0;
  padding:7px 9px;
  border-radius:999px;
  background:rgba(39,217,137,.10);
  border:1px solid rgba(39,217,137,.18);
  font-size:12px;
  line-height:1;
  white-space:nowrap;
}
.auth-whatsapp-card.auth-code-mode .pill,
.auth-whatsapp-card.auth-code-mode #loginIntro{
  display:none;
}
.auth-whatsapp-card.auth-code-mode .login-brand{
  margin-bottom:8px;
}
.auth-whatsapp-card.auth-code-mode .login-brand-logo{
  width:48px;
  height:48px;
  border-radius:14px;
}
.auth-whatsapp-card.auth-code-mode h2{
  font-size:22px;
}
.auth-whatsapp-card.auth-code-mode .auth-contact-section{
  display:none !important;
}
.auth-whatsapp-card .auth-code-box{
  margin-top:0;
  padding-top:0;
  border-top:0;
}
.auth-whatsapp-card .auth-status{
  margin:10px 0 0;
  max-height:86px;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
  font-size:12.5px;
  line-height:1.28;
  padding:10px 11px;
  border-radius:15px;
}
.auth-whatsapp-card .auth-step-title{
  margin:0 0 12px;
}
.auth-whatsapp-card .auth-code-box label{
  margin-top:0;
  text-align:center;
  color:#e9f7fb;
  font-size:13px;
}
.auth-whatsapp-card .auth-otp-grid{
  margin:10px 0 10px;
}
.auth-whatsapp-card .auth-paste-helper{
  justify-content:center;
  text-align:center;
  margin-top:6px;
}
.auth-whatsapp-card .auth-link-btn{
  margin-top:14px;
}
@media (max-width:720px){
  .login{
    padding:0 12px 10px;
    align-items:stretch;
    justify-content:center;
  }
  .login-card.auth-whatsapp-card{
    max-width:100%;
    max-height:calc(100% - 10px);
    margin:6px 0 0;
    border-radius:24px;
  }
  .login-sticky-head{
    padding:14px 16px 10px;
  }
  .login-scroll-body{
    padding:14px 16px;
  }
  .login-sticky-footer{
    padding:10px 16px calc(12px + env(safe-area-inset-bottom));
  }
  .auth-whatsapp-card .login-brand-logo{
    width:52px;
    height:52px;
  }
  .auth-whatsapp-card.auth-code-mode .login-brand-logo{
    width:44px;
    height:44px;
  }
  .auth-whatsapp-card h2{
    font-size:23px;
  }
  .auth-whatsapp-card.auth-code-mode h2{
    font-size:20px;
  }
  .auth-whatsapp-card .auth-status{
    max-height:72px;
  }
  .auth-whatsapp-card .auth-otp-input{
    height:50px;
    font-size:22px;
  }
}
@media (max-width:380px){
  .login{
    padding-left:10px;
    padding-right:10px;
  }
  .login-sticky-head{
    padding:12px 14px 9px;
  }
  .login-scroll-body{
    padding:12px 14px;
  }
  .login-sticky-footer{
    padding-left:14px;
    padding-right:14px;
  }
  .auth-whatsapp-card .login-brand-logo{
    width:48px;
    height:48px;
  }
  .auth-whatsapp-card.auth-code-mode .login-brand-logo{
    width:40px;
    height:40px;
  }
  .auth-whatsapp-card .auth-status{
    max-height:62px;
    font-size:12px;
  }
  .auth-whatsapp-card .auth-otp-grid{
    gap:5px;
  }
  .auth-whatsapp-card .auth-otp-input{
    height:46px;
    border-radius:12px;
    font-size:20px;
  }
  .login-sticky-footer .primary{
    min-height:50px;
  }
}


/* 10D32L2 - OTP sin teclado automático y número consistente */
.phone:not(.in-chat) .header{
  display:none !important;
}
.auth-whatsapp-card .auth-status{
  white-space:pre-line;
}
.auth-whatsapp-card .auth-paste-helper{
  cursor:pointer;
}
@media (max-width:720px){
  .login-card.auth-whatsapp-card{
    max-height:calc(100% - 8px);
  }
}

/* CLUB-SOLCLEAN-PLANTITA-MVP-10D33B */
.header-action-row{
  grid-area:actions;
  display:none;
  width:100%;
  gap:8px;
  margin-top:0;
}
.phone.in-chat .header-action-row{display:flex}
.header-action-row .quote-header-btn{
  display:flex;
  flex:1 1 100%;
  width:100%;
  min-height:48px;
  margin-top:0;
  align-items:center;
  justify-content:center;
  gap:8px;
  border-radius:18px;
  font-size:14px;
  font-weight:950;
  letter-spacing:-.12px;
  box-shadow:0 14px 32px rgba(0,0,0,.16), inset 0 0 0 1px rgba(255,255,255,.38);
  color:#07343b;
  background:linear-gradient(135deg,#ffffff 0%,#ccfff0 38%,#7ee8ff 100%);
}
.club-header-btn{
  grid-area:club;
  justify-self:end;
  display:inline-flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  min-width:172px;
  max-width:min(56vw, 230px);
  min-height:52px;
  padding:6px 14px 7px;
  border-radius:20px;
  white-space:nowrap;
  overflow:hidden;
  color:#07343b;
  background:linear-gradient(135deg,#fffbe2 0%,#e9ffd0 34%,#b7f7d2 68%,#7ee8b4 100%);
  box-shadow:0 14px 32px rgba(0,0,0,.20), inset 0 0 0 1px rgba(255,255,255,.58);
}
.club-header-main{
  display:block;
  max-width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  font-size:13px;
  line-height:1.05;
  font-weight:950;
  letter-spacing:-.12px;
}
.club-header-soon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:3px;
  padding:2px 8px;
  border-radius:999px;
  color:#0b5c45;
  background:rgba(255,255,255,.46);
  border:1px solid rgba(255,255,255,.55);
  font-size:9.5px;
  line-height:1;
  font-weight:950;
  letter-spacing:.42px;
  text-transform:uppercase;
}
.club-header-btn:active{transform:translateY(1px)}

.club-sheet{
  position:absolute;
  inset:0;
  display:none;
  align-items:flex-end;
  justify-content:center;
  z-index:22;
  background:rgba(0,0,0,.42);
  backdrop-filter:blur(8px);
}
.club-sheet.open{display:flex}
.club-panel{
  width:100%;
  max-height:min(840px, calc(100dvh - 38px));
  overflow:hidden;
  display:flex;
  flex-direction:column;
  background:linear-gradient(180deg, rgba(12,44,52,.99), rgba(6,23,28,.99));
  border:1px solid rgba(255,255,255,.14);
  border-radius:28px 28px 0 0;
  box-shadow:0 -24px 70px rgba(0,0,0,.42);
  animation:quoteUp .16s ease-out both;
}
.club-head{
  flex:0 0 auto;
  padding:16px 16px 13px;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  border-bottom:1px solid rgba(255,255,255,.10);
}
.club-head h2{margin:0;font-size:19px;letter-spacing:-.45px;line-height:1.05}
.club-head p{margin:6px 0 0;color:var(--muted);font-size:12.5px;line-height:1.35}
.club-body{
  flex:1;
  min-height:0;
  overflow:auto;
  padding:14px 16px calc(18px + env(safe-area-inset-bottom));
}
.club-body::-webkit-scrollbar{width:7px}
.club-body::-webkit-scrollbar-thumb{background:rgba(255,255,255,.16);border-radius:999px}
.club-loading,
.club-error-card,
.club-muted-card{
  padding:16px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:20px;
  background:rgba(255,255,255,.055);
  color:#d8edf3;
  font-size:13px;
  line-height:1.4;
}
.club-error-card strong{display:block;color:#fff;font-size:15px;margin-bottom:5px}
.club-error-card p{margin:0 0 12px;color:var(--muted)}
.club-hero-card{
  display:grid;
  gap:12px;
  padding:14px;
  border-radius:24px;
  background:
    radial-gradient(circle at 88% 12%, rgba(39,217,137,.20), transparent 31%),
    linear-gradient(135deg, rgba(255,255,255,.105), rgba(255,255,255,.052));
  border:1px solid rgba(255,255,255,.13);
  box-shadow:0 18px 44px rgba(0,0,0,.18);
}
.club-points-box{
  display:grid;
  grid-template-columns:1fr auto;
  align-items:end;
  gap:5px;
}
.club-points-box span{color:#c9e9ef;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.5px}
.club-points-box strong{font-size:38px;line-height:.92;letter-spacing:-1.4px;color:#fff}
.club-points-box small{grid-column:1 / -1;color:#b9dce4;font-weight:800;font-size:12px}
.club-plant-box{
  display:flex;
  gap:12px;
  align-items:center;
  padding:12px;
  border-radius:20px;
  background:rgba(4,16,20,.42);
  border:1px solid rgba(255,255,255,.08);
}
.club-plant-emoji{
  width:64px;
  height:64px;
  display:grid;
  place-items:center;
  font-size:42px;
  flex:0 0 auto;
  border-radius:22px;
  background:linear-gradient(135deg, rgba(255,255,255,.14), rgba(39,217,137,.14));
}
.club-plant-box h3{margin:0 0 4px;font-size:16px;letter-spacing:-.25px}
.club-plant-box p{margin:0;color:#b8d8df;font-size:12.5px;line-height:1.35}
.club-water-meta{color:#dffcf1 !important;font-weight:900;margin-top:4px !important}
.club-primary,
.club-secondary,
.club-reward-btn{
  min-height:44px;
  border-radius:15px;
  font-size:13px;
  font-weight:950;
}
.club-primary{background:linear-gradient(135deg,#10b981,#159fe9);color:#fff;box-shadow:0 12px 28px rgba(21,159,233,.18)}
.club-primary:disabled{opacity:.48;cursor:not-allowed;box-shadow:none}
.club-secondary{background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.10);color:#e9fbff}
.club-section{margin-top:14px}
.club-section h3{margin:0 0 6px;font-size:15px;letter-spacing:-.2px;color:#f4fbff}
.club-section-hint{margin:0 0 9px;color:#a9c5cd;font-size:12.5px;line-height:1.42}
.club-mechanics-grid{display:grid;gap:8px}
.club-mechanic-card{
  padding:12px;
  border-radius:18px;
  background:rgba(255,255,255,.058);
  border:1px solid rgba(255,255,255,.09);
}
.club-mechanic-top{display:flex;align-items:center;gap:8px;margin-bottom:6px}
.club-mechanic-top span{font-size:20px}
.club-mechanic-top strong{flex:1;font-size:13.5px;color:#fff}
.club-mechanic-top em{font-style:normal;color:#07343b;background:#c9ffe9;border-radius:999px;padding:5px 8px;font-size:11.5px;font-weight:950;white-space:nowrap}
.club-mechanic-card p{margin:0 0 6px;color:#d3ecf2;font-size:12.5px;line-height:1.35}
.club-mechanic-card small{display:block;color:#a8c7cf;font-size:11.5px;line-height:1.32}
.club-referral-box{
  display:grid;
  gap:7px;
  padding:12px;
  border-radius:20px;
  background:rgba(255,255,255,.058);
  border:1px solid rgba(255,255,255,.09);
}
.club-referral-box span{font-size:11.5px;text-transform:uppercase;letter-spacing:.45px;color:#a9c5cd;font-weight:950}
.club-referral-box strong{font-size:21px;letter-spacing:.6px;color:#fff}
.club-ref-link{font-size:12px;padding:11px 12px;border-radius:14px;color:#eafcff;background:rgba(4,16,20,.72)}
.club-ref-actions{display:grid;grid-template-columns:.8fr 1fr;gap:8px}
.club-ref-note{margin:0 0 9px;padding:10px 11px;border-radius:16px;background:rgba(255,205,120,.10);border:1px solid rgba(255,205,120,.22);color:#ffe0a8;font-size:12px;line-height:1.35}
.club-subtitle{margin:12px 0 7px;color:#e9fbff;font-weight:950;font-size:12.5px}
.club-mini-row{
  display:flex;
  justify-content:space-between;
  gap:10px;
  padding:10px 11px;
  border-radius:15px;
  background:rgba(255,255,255,.052);
  border:1px solid rgba(255,255,255,.075);
  margin-top:6px;
  font-size:12.5px;
  color:#d9edf3;
}
.club-mini-row span{min-width:0;overflow-wrap:anywhere}
.club-mini-row span small{display:block;color:#91b5be;font-size:11px;margin-top:2px}
.club-mini-row strong{color:#fff;white-space:nowrap;font-size:12px}
.club-positive{color:#a9ffdb !important}.club-negative{color:#ffb0b0 !important}
.club-rewards-list{display:grid;gap:8px}
.club-reward-card{
  display:grid;
  grid-template-columns:1fr auto;
  gap:10px;
  align-items:center;
  padding:12px;
  border-radius:18px;
  background:rgba(255,255,255,.058);
  border:1px solid rgba(255,255,255,.09);
}
.club-reward-card strong{display:block;color:#fff;font-size:13.5px;margin-bottom:4px}
.club-reward-card span{display:block;color:#c7e3ea;font-size:12px;line-height:1.32}
.club-reward-card small{display:block;color:#9abdc5;font-size:11px;line-height:1.28;margin-top:5px}
.club-reward-side{display:grid;gap:6px;justify-items:end;min-width:94px}
.club-reward-side b{color:#07343b;background:#c9ffe9;border-radius:999px;padding:5px 8px;font-size:11.5px;font-weight:950;white-space:nowrap}
.club-reward-btn{min-height:34px;padding:0 9px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.12);color:#eafcff;font-size:11.5px}
.club-reward-btn:not(:disabled){background:linear-gradient(135deg,#fff,#bfffe1);color:#07343b}
.club-reward-btn:disabled{opacity:.62;cursor:not-allowed}
.club-conditions{margin:0;padding-left:18px;color:#c7e3ea;font-size:12.5px;line-height:1.45}
.club-conditions li{margin:5px 0}

.club-terms-section{margin-top:16px}
.club-conditions-card{
  padding:12px;
  border-radius:18px;
  background:rgba(59,130,246,.08);
  border:1px solid rgba(147,197,253,.16);
}
.club-conditions-card .club-conditions{padding-left:17px}
.club-conditions-card .club-conditions li{margin:7px 0}

@media (max-width:720px){
  .header-action-row .quote-header-btn{min-height:44px;border-radius:16px;font-size:13px;padding-left:10px;padding-right:10px}
  .club-header-btn{min-width:164px;min-height:50px;border-radius:18px;padding-left:12px;padding-right:12px}
  .club-header-main{font-size:12.4px}
  .club-header-soon{font-size:9px;padding-left:7px;padding-right:7px}
  .club-sheet{position:absolute;inset:0;align-items:stretch;justify-content:stretch}
  .club-panel{width:100%;height:100%;max-height:none;border-left:0;border-right:0;border-bottom:0;border-radius:0}
  .club-head{padding-top:calc(14px + env(safe-area-inset-top));padding-left:calc(14px + env(safe-area-inset-left));padding-right:calc(14px + env(safe-area-inset-right))}
  .club-body{padding-left:calc(14px + env(safe-area-inset-left));padding-right:calc(14px + env(safe-area-inset-right));padding-bottom:calc(16px + env(safe-area-inset-bottom))}
}
@media (max-width:430px){
  .club-head h2{font-size:18px}
  .club-head p{font-size:12px}
  .club-points-box strong{font-size:34px}
  .club-plant-emoji{width:56px;height:56px;font-size:36px;border-radius:20px}
  .club-ref-actions{grid-template-columns:1fr}
  .club-reward-card{grid-template-columns:1fr}
  .club-reward-side{display:flex;justify-content:space-between;align-items:center;justify-items:stretch;min-width:0}
}
@media (max-width:360px){
  .header{column-gap:8px}
  .header-action-row{gap:6px}
  .header-action-row .quote-header-btn{font-size:12px;min-height:42px}
  .club-header-btn{min-width:148px;min-height:48px;padding-left:9px;padding-right:9px}
  .club-header-main{font-size:11.2px}
  .club-header-soon{font-size:8.5px;padding-left:6px;padding-right:6px}
}

/* 10D33C - Club Sol Clean: solicitudes de canje controladas */
.club-redemptions-list{display:grid;gap:8px}
.club-redemption-status-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:11px 12px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.06);
}
.club-redemption-status-row span{
  min-width:0;
  color:#eafcff;
  font-size:12.5px;
  line-height:1.32;
  overflow-wrap:anywhere;
}
.club-redemption-status-row span small{
  display:block;
  color:#91b5be;
  font-size:11px;
  margin-top:2px;
}
.club-redemption-status-row strong{
  white-space:nowrap;
  border-radius:999px;
  padding:5px 8px;
  font-size:11px;
  color:#07343b;
  background:#c9ffe9;
}
.club-redemption-pending strong{background:#ffefb8;color:#503700}
.club-redemption-approved strong{background:#c9ffe9;color:#07343b}
.club-redemption-rejected strong{background:#ffd2d2;color:#5a1010}


/* 10D33E - Club Sol Clean: referidos con estados visibles */
.club-ref-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:10px 11px;
  border-radius:15px;
  background:rgba(255,255,255,.052);
  border:1px solid rgba(255,255,255,.075);
  margin-top:6px;
  color:#d9edf3;
}
.club-ref-row span{min-width:0;overflow-wrap:anywhere;font-size:12.5px;line-height:1.35}
.club-ref-row span small{display:block;color:#91b5be;font-size:11px;margin-top:2px}
.club-ref-row strong{white-space:nowrap;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:950;color:#07343b;background:#c9ffe9}
.club-ref-pending{background:#ffefb8 !important;color:#503700 !important}
.club-ref-success{background:#c9ffe9 !important;color:#07343b !important}
.club-ref-warning{background:#fef3c7 !important;color:#78350f !important}
.club-ref-danger{background:#ffd2d2 !important;color:#5a1010 !important}
@media (max-width:430px){
  .club-ref-row{align-items:flex-start;flex-direction:column}
  .club-ref-row strong{white-space:normal}
}

/* 10D33G - Club Sol Clean: rachas, niveles y avance visual de plantita */
.club-growth-card,
.club-streak-card{
  padding:12px;
  border-radius:20px;
  background:rgba(4,16,20,.42);
  border:1px solid rgba(255,255,255,.085);
}
.club-growth-title{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:8px;
  color:#eafff8;
  font-size:12.5px;
  line-height:1.25;
  font-weight:950;
}
.club-growth-title span{min-width:0;overflow-wrap:anywhere}
.club-growth-title strong{
  flex:0 0 auto;
  padding:4px 8px;
  border-radius:999px;
  background:#c9ffe9;
  color:#07343b;
  font-size:11px;
}
.club-progress-bar,
.club-streak-meter{
  width:100%;
  height:10px;
  overflow:hidden;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  box-shadow:inset 0 1px 3px rgba(0,0,0,.22);
}
.club-progress-bar i,
.club-streak-meter i{
  display:block;
  height:100%;
  width:0;
  min-width:4px;
  border-radius:inherit;
  background:linear-gradient(90deg,#79ffd4,#22c55e,#15a8e8);
  box-shadow:0 0 18px rgba(34,197,94,.25);
  transition:width .35s ease;
}
.club-growth-card small{
  display:block;
  margin-top:7px;
  color:#a9cbd2;
  font-size:11.5px;
  line-height:1.35;
}
.club-streak-card{
  display:grid;
  grid-template-columns:1fr 74px;
  align-items:center;
  gap:12px;
  background:linear-gradient(135deg,rgba(255,186,73,.11),rgba(39,217,137,.09));
}
.club-streak-card strong{
  display:block;
  color:#fff6d8;
  font-size:13px;
  margin-bottom:3px;
}
.club-streak-card small{
  display:block;
  color:#d5e9ed;
  font-size:11.5px;
  line-height:1.34;
}
.club-streak-meter{height:12px}
.club-streak-meter i{background:linear-gradient(90deg,#ffd166,#f59e0b,#22c55e)}
@media (max-width:430px){
  .club-streak-card{grid-template-columns:1fr;gap:8px}
  .club-growth-title{align-items:flex-start;flex-direction:column;gap:6px}
}

/* 10D33H - Club Sol Clean: notificaciones internas */
.club-notifications-section{margin-top:14px}
.club-notifications-list{display:grid;gap:8px}
.club-notification-card{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:10px;
  padding:11px 12px;
  border-radius:18px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.09);
  box-shadow:0 10px 24px rgba(0,0,0,.10);
}
.club-notification-icon{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:rgba(255,255,255,.09);
  font-size:20px;
}
.club-notification-copy{min-width:0;display:grid;gap:2px}
.club-notification-copy strong{color:#fff;font-size:13px;line-height:1.22;letter-spacing:-.12px}
.club-notification-copy span{color:#cfe8ee;font-size:12px;line-height:1.32;overflow-wrap:anywhere}
.club-notification-copy small{color:#8fb4bd;font-size:10.8px;line-height:1.2}
.club-notification-card em{
  font-style:normal;
  white-space:nowrap;
  padding:5px 8px;
  border-radius:999px;
  font-size:11px;
  font-weight:950;
  color:#07343b;
  background:#c9ffe9;
}
.club-notification-success{border-color:rgba(90,255,185,.20);background:linear-gradient(135deg,rgba(16,185,129,.115),rgba(255,255,255,.055))}
.club-notification-info{border-color:rgba(147,197,253,.18);background:linear-gradient(135deg,rgba(59,130,246,.105),rgba(255,255,255,.055))}
.club-notification-warning{border-color:rgba(255,205,120,.24);background:linear-gradient(135deg,rgba(245,158,11,.12),rgba(255,255,255,.052))}
.club-notification-danger{border-color:rgba(255,120,120,.24);background:linear-gradient(135deg,rgba(239,68,68,.12),rgba(255,255,255,.052))}
.club-notification-warning em{background:#fef3c7;color:#78350f}
.club-notification-danger em{background:#ffd2d2;color:#5a1010}
@media (max-width:430px){
  .club-notification-card{grid-template-columns:auto 1fr;align-items:flex-start}
  .club-notification-card em{grid-column:2;justify-self:start;margin-top:2px}
}

/* 10D34A - Club Sol Clean: Mi Jardín animado 1:1 */
.club-garden-card{
  width:100%;
  max-width:360px;
  margin:0 auto;
}
.club-garden-scene{
  position:relative;
  width:100%;
  aspect-ratio:1 / 1;
  overflow:hidden;
  border-radius:28px;
  background:
    radial-gradient(circle at 78% 14%, rgba(255,235,155,.55) 0 8%, transparent 16%),
    linear-gradient(180deg,#a7f3ff 0%,#d7fff2 45%,#8bd66d 46%,#3b8b3b 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.34),
    0 20px 45px rgba(0,0,0,.18);
  isolation:isolate;
}
.club-garden-scene::before{
  content:'';
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 50% 62%, rgba(255,255,255,.30), transparent 20%),
    radial-gradient(circle at 50% 100%, rgba(6,65,24,.32), transparent 54%);
  pointer-events:none;
  z-index:1;
}
.club-garden-sky,
.club-garden-ground,
.club-garden-water,
.club-garden-plant,
.club-garden-sparkles,
.club-garden-label{position:absolute;inset:0}
.club-garden-sun{
  position:absolute;
  right:16%;
  top:12%;
  width:18%;
  aspect-ratio:1;
  border-radius:999px;
  background:radial-gradient(circle,#fff7b8 0 45%,#fbbf24 72%,rgba(251,191,36,.0) 73%);
  box-shadow:0 0 32px rgba(251,191,36,.55);
}
.club-garden-cloud{
  position:absolute;
  height:8%;
  width:26%;
  border-radius:999px;
  background:rgba(255,255,255,.72);
  filter:blur(.2px);
  opacity:.78;
}
.club-garden-cloud::before,
.club-garden-cloud::after{
  content:'';
  position:absolute;
  bottom:18%;
  width:38%;
  aspect-ratio:1;
  border-radius:999px;
  background:inherit;
}
.club-garden-cloud::before{left:15%;bottom:26%}
.club-garden-cloud::after{right:18%;bottom:32%}
.club-garden-cloud-a{left:9%;top:17%;animation:clubCloudFloat 7s ease-in-out infinite}
.club-garden-cloud-b{right:19%;top:27%;width:19%;height:6%;opacity:.48;animation:clubCloudFloat 9s ease-in-out infinite reverse}
.club-garden-ground{
  top:auto;
  height:46%;
  bottom:0;
  z-index:2;
  background:
    radial-gradient(ellipse at 50% 6%, rgba(147,197,95,.95) 0 30%, rgba(56,142,60,.95) 65%, rgba(22,101,52,.98) 100%);
}
.club-garden-ground::before{
  content:'';
  position:absolute;
  left:14%;
  right:14%;
  top:16%;
  height:32%;
  border-radius:50%;
  background:radial-gradient(ellipse at center,#9a6735 0 28%,#6f4323 62%,rgba(71,38,18,.18) 80%,transparent 82%);
  box-shadow:inset 0 8px 14px rgba(46,26,12,.22);
}
.club-grass{
  position:absolute;
  bottom:12%;
  width:18%;
  height:28%;
  border-radius:70% 70% 16% 16%;
  opacity:.38;
  transform-origin:bottom center;
  background:linear-gradient(180deg,#86efac,#22c55e 62%,#15803d);
  clip-path:polygon(0 100%,10% 35%,22% 100%,36% 18%,50% 100%,66% 26%,78% 100%,92% 36%,100% 100%);
}
.club-grass-a{left:8%;transform:scale(.76)}.club-grass-b{left:22%;bottom:14%;transform:scale(.62)}.club-grass-c{right:10%;transform:scale(.78)}
.club-grass-d{right:25%;bottom:13%;transform:scale(.55)}.club-grass-e{left:38%;bottom:7%;transform:scale(.45)}.club-grass-f{right:39%;bottom:7%;transform:scale(.46)}
.club-flower{
  position:absolute;
  bottom:24%;
  width:5.4%;
  aspect-ratio:1;
  border-radius:50%;
  background:radial-gradient(circle at center,#f59e0b 0 22%,#fde68a 23% 38%,transparent 39%);
  opacity:0;
  transform:scale(.5);
  filter:drop-shadow(0 4px 8px rgba(190,24,93,.12));
}
.club-flower::before{
  content:'';
  position:absolute;
  inset:0;
  border-radius:50%;
  background:
    radial-gradient(circle at 50% 6%, #fda4af 0 18%, transparent 19%),
    radial-gradient(circle at 84% 28%, #fb7185 0 18%, transparent 19%),
    radial-gradient(circle at 94% 58%, #f472b6 0 18%, transparent 19%),
    radial-gradient(circle at 72% 88%, #fb7185 0 18%, transparent 19%),
    radial-gradient(circle at 28% 88%, #f472b6 0 18%, transparent 19%),
    radial-gradient(circle at 6% 58%, #fb7185 0 18%, transparent 19%),
    radial-gradient(circle at 16% 28%, #fda4af 0 18%, transparent 19%);
}
.club-flower-a{left:20%}.club-flower-b{right:20%;bottom:20%}.club-flower-c{left:61%;bottom:15%}
.club-garden-plant{
  z-index:4;
  left:50%;
  top:56%;
  width:34%;
  height:45%;
  transform:translate(-50%,-50%) scale(var(--plant-scale,.72));
  transform-origin:50% 100%;
  transition:transform .45s ease;
}
.club-plant-shadow{
  position:absolute;
  left:16%;
  right:16%;
  bottom:4%;
  height:10%;
  border-radius:50%;
  background:rgba(20,54,31,.28);
  filter:blur(3px);
}
.club-plant-stem{
  position:absolute;
  left:50%;
  bottom:8%;
  width:11%;
  height:60%;
  border-radius:999px;
  transform:translateX(-50%);
  background:linear-gradient(90deg,#166534 0%,#34d399 18%,#6ee7b7 50%,#22c55e 72%,#14532d 100%);
  box-shadow:
    inset 2px 0 0 rgba(255,255,255,.20),
    inset -3px 0 0 rgba(6,78,59,.28),
    0 8px 18px rgba(20,83,45,.16);
}
.club-plant-stem::after{
  content:'';
  position:absolute;
  left:48%;
  top:8%;
  bottom:10%;
  width:12%;
  border-radius:999px;
  background:linear-gradient(180deg,rgba(236,253,245,.85),rgba(236,253,245,0));
  transform:translateX(-50%);
  opacity:.72;
}
.club-plant-leaf{
  position:absolute;
  width:46%;
  height:24%;
  border-radius:100% 8% 100% 8%;
  background:
    radial-gradient(circle at 28% 28%, rgba(255,255,255,.34) 0 10%, transparent 28%),
    radial-gradient(circle at 35% 40%, #dcfce7 0 12%, #4ade80 34%, #16a34a 62%, #14532d 100%);
  box-shadow:
    inset -8px -6px 10px rgba(5,46,22,.18),
    inset 3px 3px 7px rgba(255,255,255,.16),
    0 10px 18px rgba(21,128,61,.12);
  transform-origin:100% 100%;
}
.club-plant-leaf::before{
  content:'';
  position:absolute;
  left:10%;
  right:12%;
  top:48%;
  height:1.5px;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(255,255,255,.10),rgba(236,253,245,.72),rgba(5,46,22,.16));
  transform:rotate(-16deg);
}
.club-plant-leaf::after{
  content:'';
  position:absolute;
  inset:10% 12% 16% 20%;
  border-radius:100% 0 100% 0;
  border-left:1.5px solid rgba(236,253,245,.32);
  border-top:1.5px solid rgba(236,253,245,.22);
  opacity:.85;
}
.club-plant-leaf-left{left:8%;bottom:42%;transform:rotate(-28deg)}
.club-plant-leaf-right{right:8%;bottom:48%;transform:scaleX(-1) rotate(-28deg)}
.club-plant-leaf-small{width:34%;height:18%;bottom:60%;opacity:0;transform:rotate(-18deg) scale(.82)}
.club-plant-leaf-right.club-plant-leaf-small{transform:scaleX(-1) rotate(-18deg) scale(.82)}
.club-plant-bloom{
  position:absolute;
  left:50%;
  top:13%;
  width:19%;
  aspect-ratio:1;
  border-radius:50%;
  opacity:0;
  transform:translate(-50%,-50%) scale(.4);
  background:
    radial-gradient(circle at center, #f59e0b 0 18%, #fde68a 19% 31%, rgba(253,224,71,.95) 32% 38%, transparent 39%),
    radial-gradient(circle at center, transparent 0 24%, rgba(255,255,255,.24) 25% 28%, transparent 29%),
    radial-gradient(circle at 50% 50%, #fb7185 0 50%, transparent 51%);
  filter:drop-shadow(0 10px 16px rgba(190,24,93,.16));
}
.club-plant-bloom::before,
.club-plant-bloom::after{
  content:'';
  position:absolute;
  inset:0;
  border-radius:50%;
}
.club-plant-bloom::before{
  background:
    radial-gradient(circle at 50% 6%, #fda4af 0 20%, transparent 21%),
    radial-gradient(circle at 84% 26%, #fb7185 0 20%, transparent 21%),
    radial-gradient(circle at 94% 58%, #f472b6 0 20%, transparent 21%),
    radial-gradient(circle at 72% 88%, #fb7185 0 20%, transparent 21%),
    radial-gradient(circle at 28% 88%, #f472b6 0 20%, transparent 21%),
    radial-gradient(circle at 6% 58%, #fb7185 0 20%, transparent 21%),
    radial-gradient(circle at 16% 26%, #fda4af 0 20%, transparent 21%);
  filter:drop-shadow(0 3px 4px rgba(255,255,255,.16));
}
.club-plant-bloom::after{
  inset:15%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.34) 0 12%, transparent 13%),
    conic-gradient(from 0deg, rgba(255,255,255,.08) 0 12%, rgba(255,255,255,0) 12% 24%, rgba(255,255,255,.08) 24% 36%, rgba(255,255,255,0) 36% 48%, rgba(255,255,255,.08) 48% 60%, rgba(255,255,255,0) 60% 72%, rgba(255,255,255,.08) 72% 84%, rgba(255,255,255,0) 84% 100%);
  mix-blend-mode:screen;
  opacity:.9;
}
.club-plant-bloom-b{left:34%;top:28%;width:14%;filter:drop-shadow(0 8px 12px rgba(147,51,234,.18))}
.club-plant-bloom-b::before{
  background:
    radial-gradient(circle at 50% 8%, #ddd6fe 0 18%, transparent 19%),
    radial-gradient(circle at 84% 28%, #c084fc 0 18%, transparent 19%),
    radial-gradient(circle at 92% 60%, #a855f7 0 18%, transparent 19%),
    radial-gradient(circle at 70% 86%, #c084fc 0 18%, transparent 19%),
    radial-gradient(circle at 30% 86%, #d8b4fe 0 18%, transparent 19%),
    radial-gradient(circle at 8% 60%, #c084fc 0 18%, transparent 19%),
    radial-gradient(circle at 16% 28%, #e9d5ff 0 18%, transparent 19%);
}
.club-plant-bloom-c{left:66%;top:30%;width:14%;filter:drop-shadow(0 8px 12px rgba(14,165,233,.18))}
.club-plant-bloom-c::before{
  background:
    radial-gradient(circle at 50% 8%, #cffafe 0 18%, transparent 19%),
    radial-gradient(circle at 84% 28%, #38bdf8 0 18%, transparent 19%),
    radial-gradient(circle at 92% 60%, #0ea5e9 0 18%, transparent 19%),
    radial-gradient(circle at 70% 86%, #38bdf8 0 18%, transparent 19%),
    radial-gradient(circle at 30% 86%, #bae6fd 0 18%, transparent 19%),
    radial-gradient(circle at 8% 60%, #38bdf8 0 18%, transparent 19%),
    radial-gradient(circle at 16% 28%, #e0f2fe 0 18%, transparent 19%);
}
.club-garden-stage-1{--plant-scale:.48}.club-garden-stage-2{--plant-scale:.62}.club-garden-stage-3{--plant-scale:.76}.club-garden-stage-4{--plant-scale:.90}.club-garden-stage-5{--plant-scale:1.04}.club-garden-stage-6{--plant-scale:1.14}
.club-garden-stage-1 .club-grass{opacity:.10}.club-garden-stage-2 .club-grass{opacity:.24}.club-garden-stage-3 .club-grass{opacity:.45}.club-garden-stage-4 .club-grass{opacity:.62}.club-garden-stage-5 .club-grass,.club-garden-stage-6 .club-grass{opacity:.82}
.club-garden-stage-3 .club-plant-leaf-small,.club-garden-stage-4 .club-plant-leaf-small,.club-garden-stage-5 .club-plant-leaf-small,.club-garden-stage-6 .club-plant-leaf-small{opacity:1}
.club-garden-stage-5 .club-plant-bloom-a,.club-garden-stage-6 .club-plant-bloom-a,.club-garden-stage-6 .club-plant-bloom-b,.club-garden-stage-6 .club-plant-bloom-c{opacity:1;transform:translate(-50%,-50%) scale(.88)}
.club-garden-stage-5 .club-flower-a,.club-garden-stage-5 .club-flower-b,.club-garden-stage-6 .club-flower{opacity:1;transform:scale(.88)}
.club-garden-water{
  z-index:6;
  pointer-events:none;
  opacity:0;
}
.club-garden-water i{
  position:absolute;
  top:20%;
  width:2.5%;
  height:8%;
  border-radius:999px 999px 70% 70%;
  background:linear-gradient(180deg,#e0f2fe,#38bdf8);
  filter:drop-shadow(0 3px 5px rgba(14,165,233,.25));
}
.club-garden-water i:nth-child(1){left:38%}.club-garden-water i:nth-child(2){left:45%;top:16%}.club-garden-water i:nth-child(3){left:52%;top:18%}.club-garden-water i:nth-child(4){left:59%;top:15%}.club-garden-water i:nth-child(5){left:48%;top:25%}.club-garden-water i:nth-child(6){left:56%;top:27%}
.club-garden-sparkles{z-index:7;pointer-events:none;opacity:0}
.club-garden-sparkles i{
  position:absolute;
  width:3.5%;
  aspect-ratio:1;
  border-radius:999px;
  background:#fff7ad;
  box-shadow:0 0 16px rgba(255,247,173,.85);
}
.club-garden-sparkles i:nth-child(1){left:35%;top:35%}.club-garden-sparkles i:nth-child(2){left:62%;top:40%}.club-garden-sparkles i:nth-child(3){left:43%;top:55%}.club-garden-sparkles i:nth-child(4){left:57%;top:59%}
.club-garden-label{
  inset:auto 10px 10px;
  z-index:8;
  padding:9px 10px;
  border-radius:16px;
  background:rgba(6,32,38,.58);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(10px);
  color:#fff;
}
.club-garden-label strong{display:block;font-size:12px;line-height:1.22;letter-spacing:-.1px}
.club-garden-label span{display:block;margin-top:2px;font-size:10.5px;color:#c7f9e5;line-height:1.2}
.club-garden-watered .club-garden-water{opacity:1;animation:clubWaterFade 1.45s ease-out both}
.club-garden-watered .club-garden-water i{animation:clubWaterDrop .78s ease-in infinite}
.club-garden-watered .club-garden-water i:nth-child(2),.club-garden-watered .club-garden-water i:nth-child(5){animation-delay:.08s}
.club-garden-watered .club-garden-water i:nth-child(3),.club-garden-watered .club-garden-water i:nth-child(6){animation-delay:.16s}
.club-garden-watered .club-garden-plant{animation:clubPlantHappy 1.15s ease-in-out both}
.club-garden-watered .club-garden-ground{animation:clubGroundGlow 1.5s ease-out both}
.club-garden-watered .club-garden-sparkles{animation:clubSparkles 1.6s ease-out both}
.club-garden-watered .club-grass{animation:clubGrassGrow 1.25s ease-out both}
@keyframes clubCloudFloat{0%,100%{transform:translateX(0)}50%{transform:translateX(8%)}}
@keyframes clubWaterFade{0%{opacity:0}10%,70%{opacity:1}100%{opacity:0}}
@keyframes clubWaterDrop{0%{transform:translateY(-18%) scaleY(.75);opacity:0}22%{opacity:1}100%{transform:translateY(260%) scaleY(1.06);opacity:0}}
@keyframes clubPlantHappy{0%{transform:translate(-50%,-50%) scale(var(--plant-scale,.72)) rotate(0)}28%{transform:translate(-50%,-55%) scale(calc(var(--plant-scale,.72) * 1.06)) rotate(-2deg)}58%{transform:translate(-50%,-50%) scale(calc(var(--plant-scale,.72) * 1.03)) rotate(2deg)}100%{transform:translate(-50%,-50%) scale(var(--plant-scale,.72)) rotate(0)}}
@keyframes clubGroundGlow{0%{filter:saturate(1)}45%{filter:saturate(1.45) brightness(1.07)}100%{filter:saturate(1)}}
@keyframes clubSparkles{0%{opacity:0;transform:scale(.65)}30%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(1.2) translateY(-8%)}}
@keyframes clubGrassGrow{0%{transform:scaleY(.82)}55%{transform:scaleY(1.16)}100%{transform:scaleY(1)}}
@media (prefers-reduced-motion: reduce){
  .club-garden-watered .club-garden-water,
  .club-garden-watered .club-garden-water i,
  .club-garden-watered .club-garden-plant,
  .club-garden-watered .club-garden-ground,
  .club-garden-watered .club-garden-sparkles,
  .club-garden-watered .club-grass,
  .club-garden-cloud{animation:none !important}
}
@media (max-width:430px){
  .club-garden-card{max-width:330px}
  .club-garden-label{padding:8px 9px;border-radius:14px}
}


/* 10D34B - Club Sol Clean: flor estilo girasol simpático (inspiración original, no copia) */
.club-garden-stage-5,
.club-garden-stage-6{
  --plant-scale:1.08;
}
.club-garden-stage-6{
  --plant-scale:1.18;
}
.club-garden-stage-6 .club-garden-ground{
  background:
    radial-gradient(ellipse at 50% 6%, rgba(163,230,101,.98) 0 32%, rgba(74,222,128,.96) 52%, rgba(34,197,94,.95) 73%, rgba(21,128,61,.98) 100%);
}
.club-garden-stage-6 .club-garden-ground::after{
  content:'';
  position:absolute;
  left:8%;
  right:8%;
  bottom:18%;
  height:16%;
  background:
    radial-gradient(circle at 10% 55%, rgba(250,204,21,.85) 0 1.2%, transparent 1.4%),
    radial-gradient(circle at 18% 28%, rgba(253,224,71,.9) 0 1.0%, transparent 1.2%),
    radial-gradient(circle at 27% 65%, rgba(251,191,36,.9) 0 1.1%, transparent 1.3%),
    radial-gradient(circle at 38% 34%, rgba(250,204,21,.88) 0 1.1%, transparent 1.3%),
    radial-gradient(circle at 49% 72%, rgba(253,224,71,.9) 0 1.0%, transparent 1.2%),
    radial-gradient(circle at 62% 32%, rgba(251,191,36,.9) 0 1.1%, transparent 1.3%),
    radial-gradient(circle at 74% 62%, rgba(250,204,21,.9) 0 1.15%, transparent 1.35%),
    radial-gradient(circle at 86% 42%, rgba(253,224,71,.88) 0 1.0%, transparent 1.2%);
  opacity:.85;
  pointer-events:none;
}
.club-garden-stage-6 .club-garden-sun{
  box-shadow:0 0 38px rgba(251,191,36,.65), 0 0 80px rgba(250,204,21,.18);
}
.club-garden-stage-6 .club-garden-plant{width:42%;height:52%;top:55%;}
.club-garden-stage-6 .club-plant-shadow{left:12%;right:12%;height:11%;background:rgba(20,54,31,.34);filter:blur(5px)}
.club-garden-stage-6 .club-plant-stem{
  width:12%;
  height:62%;
  border-radius:999px;
  background:linear-gradient(90deg,#14532d 0%,#22c55e 20%,#86efac 50%,#22c55e 78%,#14532d 100%);
}
.club-garden-stage-6 .club-plant-stem::before{
  content:'';
  position:absolute;
  left:50%;
  top:10%;
  width:68%;
  height:16%;
  border-radius:0 100% 0 100%;
  border-top:3px solid rgba(34,197,94,.95);
  border-right:3px solid rgba(34,197,94,.95);
  transform:translateX(24%) rotate(22deg);
}
.club-garden-stage-6 .club-plant-stem::after{
  left:50%;
  width:10%;
  opacity:.6;
}
.club-garden-stage-6 .club-plant-leaf{
  width:48%;
  height:25%;
  border-radius:100% 12% 100% 12%;
  box-shadow:
    inset -8px -7px 11px rgba(5,46,22,.18),
    inset 4px 4px 8px rgba(255,255,255,.15),
    0 8px 18px rgba(21,128,61,.15);
}
.club-garden-stage-6 .club-plant-leaf-left{left:3%;bottom:39%;transform:rotate(-40deg)}
.club-garden-stage-6 .club-plant-leaf-right{right:3%;bottom:43%;transform:scaleX(-1) rotate(-40deg)}
.club-garden-stage-6 .club-plant-leaf-small{width:36%;height:18%;bottom:55%;opacity:1;transform:rotate(-26deg) scale(.9)}
.club-garden-stage-6 .club-plant-leaf-right.club-plant-leaf-small{transform:scaleX(-1) rotate(-26deg) scale(.9)}
.club-garden-stage-6 .club-plant-bloom-a{
  left:50%;
  top:8%;
  width:34%;
  opacity:1;
  transform:translate(-50%,-50%) scale(1);
  background:none;
  filter:drop-shadow(0 16px 20px rgba(120,53,15,.18));
}
.club-garden-stage-6 .club-plant-bloom-a::before,
.club-garden-stage-6 .club-plant-bloom-a::after,
.club-garden-stage-6 .club-plant-bloom-b::before,
.club-garden-stage-6 .club-plant-bloom-b::after,
.club-garden-stage-6 .club-plant-bloom-c::before,
.club-garden-stage-6 .club-plant-bloom-c::after{
  content:'';
  position:absolute;
  inset:0;
  border-radius:50%;
}
.club-garden-stage-6 .club-plant-bloom-a::before{
  background:
    radial-gradient(circle at 50% 4%, #fde68a 0 10%, transparent 10.5%),
    radial-gradient(circle at 74% 10%, #fcd34d 0 10%, transparent 10.5%),
    radial-gradient(circle at 92% 28%, #fbbf24 0 10%, transparent 10.5%),
    radial-gradient(circle at 96% 52%, #f59e0b 0 10%, transparent 10.5%),
    radial-gradient(circle at 90% 76%, #fbbf24 0 10%, transparent 10.5%),
    radial-gradient(circle at 72% 92%, #fcd34d 0 10%, transparent 10.5%),
    radial-gradient(circle at 50% 97%, #fde68a 0 10%, transparent 10.5%),
    radial-gradient(circle at 27% 92%, #fcd34d 0 10%, transparent 10.5%),
    radial-gradient(circle at 9% 76%, #fbbf24 0 10%, transparent 10.5%),
    radial-gradient(circle at 4% 52%, #f59e0b 0 10%, transparent 10.5%),
    radial-gradient(circle at 8% 28%, #fbbf24 0 10%, transparent 10.5%),
    radial-gradient(circle at 26% 10%, #fcd34d 0 10%, transparent 10.5%);
  transform:scale(1.08);
  filter:drop-shadow(0 7px 8px rgba(217,119,6,.22));
}
.club-garden-stage-6 .club-plant-bloom-a::after{
  inset:18%;
  background:
    radial-gradient(circle at 35% 30%, rgba(255,255,255,.28) 0 9%, transparent 10%),
    radial-gradient(circle at 50% 48%, #f59e0b 0 20%, #92400e 21% 53%, #78350f 54% 66%, transparent 67%);
  box-shadow:inset 0 2px 0 rgba(255,255,255,.24), inset 0 -5px 8px rgba(0,0,0,.18);
}
.club-bloom-face{
  position:absolute;
  inset:20%;
  z-index:2;
  display:block;
}
.club-bloom-eye{
  position:absolute;
  top:34%;
  width:10%;
  height:16%;
  border-radius:50%;
  background:#2b160b;
}
.club-bloom-eye::after{
  content:'';
  position:absolute;
  left:22%;
  top:14%;
  width:24%;
  height:24%;
  border-radius:50%;
  background:rgba(255,255,255,.82);
}
.club-bloom-eye-left{left:28%}
.club-bloom-eye-right{right:28%}
.club-bloom-cheek{
  position:absolute;
  top:56%;
  width:11%;
  height:8%;
  border-radius:50%;
  background:rgba(251,146,60,.25);
  filter:blur(.4px);
}
.club-bloom-cheek-left{left:18%}
.club-bloom-cheek-right{right:18%}
.club-bloom-mouth{
  position:absolute;
  left:50%;
  top:52%;
  width:24%;
  height:14%;
  transform:translateX(-50%);
  border-bottom:3px solid #4a2310;
  border-radius:0 0 999px 999px;
}
.club-garden-stage-6 .club-plant-bloom-b,
.club-garden-stage-6 .club-plant-bloom-c{
  opacity:1;
  background:none;
  transform:translate(-50%,-50%) scale(.98);
}
.club-garden-stage-6 .club-plant-bloom-b{left:31%;top:26%;width:16%;filter:drop-shadow(0 8px 10px rgba(217,119,6,.14))}
.club-garden-stage-6 .club-plant-bloom-c{left:69%;top:28%;width:16%;filter:drop-shadow(0 8px 10px rgba(217,119,6,.14))}
.club-garden-stage-6 .club-plant-bloom-b::before,
.club-garden-stage-6 .club-plant-bloom-c::before{
  background:
    radial-gradient(circle at 50% 6%, #fde68a 0 12%, transparent 12.5%),
    radial-gradient(circle at 84% 20%, #fbbf24 0 12%, transparent 12.5%),
    radial-gradient(circle at 94% 50%, #f59e0b 0 12%, transparent 12.5%),
    radial-gradient(circle at 84% 80%, #fbbf24 0 12%, transparent 12.5%),
    radial-gradient(circle at 50% 94%, #fde68a 0 12%, transparent 12.5%),
    radial-gradient(circle at 16% 80%, #fbbf24 0 12%, transparent 12.5%),
    radial-gradient(circle at 6% 50%, #f59e0b 0 12%, transparent 12.5%),
    radial-gradient(circle at 16% 20%, #fbbf24 0 12%, transparent 12.5%);
  transform:scale(1.05);
}
.club-garden-stage-6 .club-plant-bloom-b::after,
.club-garden-stage-6 .club-plant-bloom-c::after{
  inset:24%;
  background:radial-gradient(circle at 36% 32%, rgba(255,255,255,.26) 0 9%, transparent 10%), radial-gradient(circle at center, #f59e0b 0 18%, #92400e 19% 56%, transparent 57%);
}
.club-garden-stage-6 .club-flower{
  width:6%;
  filter:drop-shadow(0 4px 8px rgba(217,119,6,.14));
}
.club-garden-stage-6 .club-flower::before{
  background:
    radial-gradient(circle at 50% 6%, #fde68a 0 16%, transparent 17%),
    radial-gradient(circle at 84% 28%, #fbbf24 0 16%, transparent 17%),
    radial-gradient(circle at 94% 58%, #f59e0b 0 16%, transparent 17%),
    radial-gradient(circle at 72% 88%, #fbbf24 0 16%, transparent 17%),
    radial-gradient(circle at 28% 88%, #fde68a 0 16%, transparent 17%),
    radial-gradient(circle at 6% 58%, #f59e0b 0 16%, transparent 17%),
    radial-gradient(circle at 16% 28%, #fbbf24 0 16%, transparent 17%);
}
.club-garden-stage-6 .club-garden-label{
  background:rgba(7,41,34,.64);
}
.club-garden-watered .club-garden-stage-6 .club-plant-bloom-a,
.club-garden-watered .club-garden-stage-6 .club-plant-bloom-b,
.club-garden-watered .club-garden-stage-6 .club-plant-bloom-c{
  animation:clubBloomBounce 1.15s ease-in-out both;
}
@keyframes clubBloomBounce{
  0%{transform:translate(-50%,-50%) scale(.94)}
  35%{transform:translate(-50%,-54%) scale(1.06)}
  70%{transform:translate(-50%,-49%) scale(1.01)}
  100%{transform:translate(-50%,-50%) scale(1)}
}
@media (prefers-reduced-motion: reduce){
  .club-garden-watered .club-garden-stage-6 .club-plant-bloom-a,
  .club-garden-watered .club-garden-stage-6 .club-plant-bloom-b,
  .club-garden-watered .club-garden-stage-6 .club-plant-bloom-c{animation:none !important}
}


/* 10D34C - Club Sol Clean: crecimiento natural de alto nivel + girasol amigable */
.club-garden-scene{
  --plant-growth:.1;
  --stem-scale:.3;
  --stem-height:36%;
  --leaf-main-scale:.1;
  --leaf-upper-scale:0;
  --bloom-scale:0;
  --side-bloom-scale:0;
  --grass-opacity:.18;
  --sparkle-opacity:0;
}
.club-garden-grass,
.club-grass{opacity:var(--grass-opacity)}
.club-garden-plant{
  width:38% !important;
  height:54% !important;
  top:58% !important;
  transform:translate(-50%,-50%) scale(1) !important;
}
.club-plant-shadow{
  left:18% !important;
  right:18% !important;
  bottom:5% !important;
  height:9% !important;
}
.club-plant-stem{
  bottom:8% !important;
  width:11% !important;
  height:var(--stem-height) !important;
  transform:translateX(-50%) scaleY(var(--stem-scale)) !important;
  transform-origin:50% 100% !important;
  background:linear-gradient(90deg,#166534 0%,#22c55e 22%,#86efac 50%,#22c55e 78%,#14532d 100%) !important;
}
.club-plant-stem::before{
  content:'';
  position:absolute;
  left:50%;
  top:34%;
  width:58%;
  height:16%;
  border-radius:0 100% 0 100%;
  border-top:2px solid rgba(34,197,94,.82);
  border-right:2px solid rgba(34,197,94,.82);
  transform:translateX(12%) rotate(24deg);
  opacity:calc(var(--leaf-upper-scale) * .9);
}
.club-plant-leaf{
  width:43% !important;
  height:22% !important;
  opacity:0;
  transform-origin:92% 92% !important;
  border-radius:100% 14% 100% 12% !important;
  background:
    radial-gradient(circle at 28% 28%, rgba(255,255,255,.36) 0 11%, transparent 29%),
    radial-gradient(circle at 35% 42%, #dcfce7 0 10%, #4ade80 32%, #16a34a 64%, #14532d 100%) !important;
}
.club-plant-leaf-left{left:12% !important;bottom:30% !important;transform:rotate(-40deg) scale(var(--leaf-main-scale)) !important;opacity:var(--leaf-main-scale) !important}
.club-plant-leaf-right{right:12% !important;bottom:34% !important;transform:scaleX(-1) rotate(-40deg) scale(var(--leaf-main-scale)) !important;opacity:var(--leaf-main-scale) !important}
.club-plant-leaf-small{width:34% !important;height:18% !important;bottom:48% !important;opacity:var(--leaf-upper-scale) !important;transform:rotate(-25deg) scale(var(--leaf-upper-scale)) !important}
.club-plant-leaf-right.club-plant-leaf-small{right:20% !important;left:auto !important;bottom:52% !important;transform:scaleX(-1) rotate(-25deg) scale(var(--leaf-upper-scale)) !important}
.club-plant-leaf-left.club-plant-leaf-small{left:20% !important;bottom:48% !important}
.club-plant-bloom{
  opacity:0;
  background:none !important;
  filter:drop-shadow(0 12px 16px rgba(120,53,15,.16)) !important;
}
.club-plant-bloom-a{
  left:50% !important;
  top:14% !important;
  width:33% !important;
  transform:translate(-50%,-50%) scale(var(--bloom-scale)) !important;
  opacity:var(--bloom-scale) !important;
}
.club-plant-bloom-b,
.club-plant-bloom-c{
  width:14% !important;
  transform:translate(-50%,-50%) scale(var(--side-bloom-scale)) !important;
  opacity:var(--side-bloom-scale) !important;
}
.club-plant-bloom-b{left:34% !important;top:26% !important}
.club-plant-bloom-c{left:66% !important;top:28% !important}
.club-plant-bloom::before,
.club-plant-bloom::after,
.club-plant-bloom-b::before,
.club-plant-bloom-b::after,
.club-plant-bloom-c::before,
.club-plant-bloom-c::after{
  content:'';
  position:absolute;
  inset:0;
  border-radius:50%;
}
.club-plant-bloom-a::before{
  background:
    radial-gradient(circle at 50% 4%, #fde68a 0 10%, transparent 10.8%),
    radial-gradient(circle at 74% 10%, #fcd34d 0 10%, transparent 10.8%),
    radial-gradient(circle at 92% 28%, #fbbf24 0 10%, transparent 10.8%),
    radial-gradient(circle at 96% 52%, #f59e0b 0 10%, transparent 10.8%),
    radial-gradient(circle at 90% 76%, #fbbf24 0 10%, transparent 10.8%),
    radial-gradient(circle at 72% 92%, #fcd34d 0 10%, transparent 10.8%),
    radial-gradient(circle at 50% 97%, #fde68a 0 10%, transparent 10.8%),
    radial-gradient(circle at 27% 92%, #fcd34d 0 10%, transparent 10.8%),
    radial-gradient(circle at 9% 76%, #fbbf24 0 10%, transparent 10.8%),
    radial-gradient(circle at 4% 52%, #f59e0b 0 10%, transparent 10.8%),
    radial-gradient(circle at 8% 28%, #fbbf24 0 10%, transparent 10.8%),
    radial-gradient(circle at 26% 10%, #fcd34d 0 10%, transparent 10.8%);
  transform:scale(1.08);
}
.club-plant-bloom-a::after{
  inset:18%;
  background:radial-gradient(circle at 34% 30%, rgba(255,255,255,.28) 0 8%, transparent 9%), radial-gradient(circle at center, #d8911f 0 24%, #b96a0f 25% 52%, #7c3a08 53% 66%, transparent 67%);
  box-shadow:inset 0 2px 0 rgba(255,255,255,.24), inset 0 -5px 10px rgba(0,0,0,.18);
}
.club-plant-bloom-b::before,
.club-plant-bloom-c::before{
  background:
    radial-gradient(circle at 50% 7%, #fde68a 0 12%, transparent 12.8%),
    radial-gradient(circle at 84% 22%, #fbbf24 0 12%, transparent 12.8%),
    radial-gradient(circle at 94% 50%, #f59e0b 0 12%, transparent 12.8%),
    radial-gradient(circle at 84% 80%, #fbbf24 0 12%, transparent 12.8%),
    radial-gradient(circle at 50% 94%, #fde68a 0 12%, transparent 12.8%),
    radial-gradient(circle at 16% 80%, #fbbf24 0 12%, transparent 12.8%),
    radial-gradient(circle at 6% 50%, #f59e0b 0 12%, transparent 12.8%),
    radial-gradient(circle at 16% 22%, #fbbf24 0 12%, transparent 12.8%);
  transform:scale(1.05);
}
.club-plant-bloom-b::after,
.club-plant-bloom-c::after{
  inset:24%;
  background:radial-gradient(circle at 36% 32%, rgba(255,255,255,.26) 0 9%, transparent 10%), radial-gradient(circle at center, #d8911f 0 18%, #8b4513 19% 55%, transparent 56%);
}
.club-bloom-face{
  position:absolute;
  inset:22%;
  z-index:2;
}
.club-bloom-eye{
  position:absolute;
  top:35%;
  width:11%;
  height:19%;
  border-radius:55% 55% 50% 50%;
  background:#111;
}
.club-bloom-eye::after{
  content:'';
  position:absolute;
  left:18%;
  top:12%;
  width:30%;
  height:30%;
  border-radius:50%;
  background:#fff;
}
.club-bloom-eye-left{left:27%}
.club-bloom-eye-right{right:27%}
.club-bloom-cheek{
  position:absolute;
  top:57%;
  width:12%;
  height:9%;
  border-radius:50%;
  background:rgba(254,178,112,.28);
}
.club-bloom-cheek-left{left:16%}
.club-bloom-cheek-right{right:16%}
.club-bloom-mouth{
  position:absolute;
  left:50%;
  top:51%;
  width:34%;
  height:18%;
  transform:translateX(-50%);
  border-bottom:3px solid #2d1607;
  border-radius:0 0 999px 999px;
}
.club-garden-sparkles{opacity:var(--sparkle-opacity)}
.club-flower{
  opacity:calc(var(--side-bloom-scale) * .88) !important;
  transform:scale(calc(.5 + (var(--side-bloom-scale) * .5))) !important;
}
.club-garden-label-max .club-garden-label{background:rgba(7,41,34,.76) !important}
.club-garden-watered .club-plant-stem,
.club-garden-watered .club-plant-leaf,
.club-garden-watered .club-plant-bloom{animation:clubPlantGrowPulse 1s ease-out}
@keyframes clubPlantGrowPulse{
  0%{filter:brightness(1);}
  35%{filter:brightness(1.08);}
  100%{filter:brightness(1);}
}


/* 10D34D - Club Sol Clean: girasol V3 inspirado en referencia, con crecimiento natural */
.club-garden-scene{
  --face-scale:0;
}
.club-garden-card .club-garden-scene .club-garden-plant{
  width:44% !important;
  height:58% !important;
  top:56% !important;
}
.club-garden-card .club-garden-scene .club-plant-shadow{
  left:20% !important;
  right:20% !important;
  bottom:4.5% !important;
  height:8% !important;
  filter:blur(6px) !important;
}
.club-garden-card .club-garden-scene .club-plant-stem{
  width:9% !important;
  bottom:8% !important;
  border-radius:999px !important;
  background:linear-gradient(90deg,#1c6b2d 0%,#32bb4f 25%,#8ef59b 50%,#32bb4f 76%,#145625 100%) !important;
  box-shadow:inset 2px 0 0 rgba(255,255,255,.22), inset -2px 0 0 rgba(4,71,26,.18), 0 8px 12px rgba(21,128,61,.18) !important;
}
.club-garden-card .club-garden-scene .club-plant-stem::before{
  top:46% !important;
  width:54% !important;
  height:14% !important;
  transform:translateX(6%) rotate(30deg) !important;
  border-top-width:2.5px !important;
  border-right-width:2.5px !important;
}
.club-garden-card .club-garden-scene .club-plant-stem::after{
  left:49% !important;
  width:11% !important;
}
.club-garden-card .club-garden-scene .club-plant-leaf{
  width:40% !important;
  height:20% !important;
  border-radius:100% 18% 100% 18% !important;
  background:
    radial-gradient(circle at 30% 28%, rgba(255,255,255,.38) 0 11%, transparent 30%),
    radial-gradient(circle at 35% 44%, #d9ffd8 0 10%, #53d46f 34%, #23a944 66%, #14632a 100%) !important;
  box-shadow:inset -7px -7px 10px rgba(6,66,24,.16), inset 3px 3px 7px rgba(255,255,255,.15), 0 8px 14px rgba(20,101,42,.16) !important;
}
.club-garden-card .club-garden-scene .club-plant-leaf::before{
  transform:rotate(-14deg) !important;
}
.club-garden-card .club-garden-scene .club-plant-leaf-left{
  left:15% !important;
  bottom:19% !important;
  transform:rotate(-26deg) scale(var(--leaf-main-scale)) !important;
}
.club-garden-card .club-garden-scene .club-plant-leaf-right{
  right:15% !important;
  bottom:19% !important;
  transform:scaleX(-1) rotate(-26deg) scale(var(--leaf-main-scale)) !important;
}
.club-garden-card .club-garden-scene .club-plant-leaf-small{
  width:26% !important;
  height:14% !important;
  bottom:42% !important;
  opacity:var(--leaf-upper-scale) !important;
  transform:rotate(-22deg) scale(var(--leaf-upper-scale)) !important;
}
.club-garden-card .club-garden-scene .club-plant-leaf-left.club-plant-leaf-small{
  left:27% !important;
}
.club-garden-card .club-garden-scene .club-plant-leaf-right.club-plant-leaf-small{
  right:27% !important;
  bottom:42% !important;
  transform:scaleX(-1) rotate(-22deg) scale(var(--leaf-upper-scale)) !important;
}
.club-garden-card .club-garden-scene .club-plant-bloom-b,
.club-garden-card .club-garden-scene .club-plant-bloom-c{
  opacity:0 !important;
  transform:translate(-50%,-50%) scale(0) !important;
  pointer-events:none !important;
}
.club-garden-card .club-garden-scene .club-plant-bloom-a{
  top:8% !important;
  width:43% !important;
  transform:translate(-50%,-50%) scale(var(--bloom-scale)) !important;
  filter:drop-shadow(0 12px 18px rgba(107,55,10,.18)) !important;
}
.club-garden-card .club-garden-scene .club-plant-bloom-a::before{
  background:
    radial-gradient(circle at 50% 3%, #fff2a2 0 9%, transparent 9.7%),
    radial-gradient(circle at 68% 6%, #f9eb72 0 9%, transparent 9.7%),
    radial-gradient(circle at 84% 15%, #f4dc56 0 9%, transparent 9.7%),
    radial-gradient(circle at 95% 31%, #f6db53 0 9%, transparent 9.7%),
    radial-gradient(circle at 98% 50%, #f1cf42 0 9%, transparent 9.7%),
    radial-gradient(circle at 95% 69%, #f4da57 0 9%, transparent 9.7%),
    radial-gradient(circle at 84% 85%, #f7e368 0 9%, transparent 9.7%),
    radial-gradient(circle at 68% 95%, #fff1a2 0 9%, transparent 9.7%),
    radial-gradient(circle at 50% 98%, #f7e063 0 9%, transparent 9.7%),
    radial-gradient(circle at 32% 95%, #fff1a2 0 9%, transparent 9.7%),
    radial-gradient(circle at 16% 85%, #f7e368 0 9%, transparent 9.7%),
    radial-gradient(circle at 5% 69%, #f4da57 0 9%, transparent 9.7%),
    radial-gradient(circle at 2% 50%, #f1cf42 0 9%, transparent 9.7%),
    radial-gradient(circle at 5% 31%, #f6db53 0 9%, transparent 9.7%),
    radial-gradient(circle at 16% 15%, #f4dc56 0 9%, transparent 9.7%),
    radial-gradient(circle at 32% 6%, #f9eb72 0 9%, transparent 9.7%);
  transform:scale(1.06) !important;
  filter:drop-shadow(0 2px 0 rgba(61,33,9,.55));
}
.club-garden-card .club-garden-scene .club-plant-bloom-a::after{
  inset:19% 18% 18% 18% !important;
  border-radius:48% !important;
  background:
    radial-gradient(circle at 35% 28%, rgba(255,255,255,.24) 0 8%, transparent 9%),
    linear-gradient(180deg,#e9a949 0%,#c9801e 64%,#9d5811 100%) !important;
  box-shadow:inset 0 3px 0 rgba(255,255,255,.17), inset 0 -8px 10px rgba(87,42,7,.28), 0 0 0 2px rgba(61,33,9,.58) !important;
  transform:scaleX(1.07) !important;
}
.club-garden-card .club-garden-scene .club-bloom-face{
  inset:23% !important;
  opacity:var(--face-scale) !important;
  transform:scale(calc(.82 + (.18 * var(--face-scale))));
  transform-origin:50% 50%;
}
.club-garden-card .club-garden-scene .club-bloom-eye{
  top:32% !important;
  width:12% !important;
  height:22% !important;
  border-radius:55%/60% !important;
  background:#0d0d0d !important;
  box-shadow:0 0 0 1.5px rgba(61,33,9,.30) !important;
}
.club-garden-card .club-garden-scene .club-bloom-eye-left{left:26% !important}
.club-garden-card .club-garden-scene .club-bloom-eye-right{right:26% !important}
.club-garden-card .club-garden-scene .club-bloom-cheek{
  top:58% !important;
  width:12% !important;
  height:9% !important;
  background:rgba(255,201,163,.24) !important;
}
.club-garden-card .club-garden-scene .club-bloom-mouth{
  top:52% !important;
  width:38% !important;
  height:18% !important;
  border-bottom:3.2px solid #2f1707 !important;
  border-radius:0 0 999px 999px !important;
}
.club-garden-card .club-garden-scene .club-flower{
  opacity:0 !important;
  transform:scale(.2) !important;
}
.club-garden-card .club-garden-scene.club-garden-label-max .club-garden-label{
  background:rgba(7,41,34,.82) !important;
}
.club-garden-card .club-garden-scene .club-garden-water i{
  opacity:calc(.30 + (.30 * var(--plant-growth))) !important;
}
.club-garden-watered .club-garden-card .club-garden-scene .club-plant-bloom-a,
.club-garden-watered .club-plant-bloom-a{
  animation:clubSunflowerHeadBounce 1.15s ease-out both;
}
@keyframes clubSunflowerHeadBounce{
  0%{transform:translate(-50%,-50%) scale(calc(var(--bloom-scale) * .94));}
  38%{transform:translate(-50%,-56%) scale(calc(var(--bloom-scale) * 1.06));}
  70%{transform:translate(-50%,-48%) scale(calc(var(--bloom-scale) * 1.01));}
  100%{transform:translate(-50%,-50%) scale(var(--bloom-scale));}
}

/* PARCHE-WEBAPP-ENVIO-SEGURO-ACK-30JUN */
.send:disabled,
.send.sending,
.quote-primary-action:disabled,
.quote-secondary-action:disabled,
.quote-mini-action:disabled{
  opacity:.55;
  cursor:not-allowed;
  pointer-events:none;
  box-shadow:none;
}

/* PARCHE-WEBAPP-COLA-PENDIENTES-REINTENTO-30JUN */
.outbox-status{
  display:none;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:8px 10px;
  background:rgba(255,239,184,.13);
  border-top:1px solid rgba(255,239,184,.20);
  border-bottom:1px solid rgba(255,239,184,.16);
  color:#fff4c8;
  font-size:12px;
  font-weight:850;
}
.outbox-status.show{display:flex}
.outbox-status.sending{color:#d7fff1;background:rgba(39,217,137,.11);border-color:rgba(39,217,137,.18)}
.outbox-status.error{color:#fff0bd;background:rgba(255,182,77,.13);border-color:rgba(255,182,77,.22)}
.outbox-status-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.outbox-status-retry{
  flex:0 0 auto;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.10);
  color:inherit;
  border-radius:999px;
  padding:5px 10px;
  font-size:11px;
  font-weight:950;
}
.outbox-status-retry:disabled{opacity:.55}

/* Shell nativo Android/iOS con Capacitor: usa toda la pantalla real del WebView. */
html.is-capacitor-app,
html.is-capacitor-app body{
  width:100%;
  min-height:100%;
  background:#07151a;
  overscroll-behavior:none;
}
html.is-capacitor-app body{
  padding:0;
  align-items:stretch;
  justify-content:stretch;
  overflow:hidden;
  -webkit-user-select:none;
  user-select:none;
  -webkit-touch-callout:none;
}
html.is-capacitor-app input,
html.is-capacitor-app textarea{
  -webkit-user-select:text;
  user-select:text;
}
html.is-capacitor-app .phone{
  width:100%;
  max-width:none;
  height:100dvh;
  min-height:100dvh;
  border-radius:0;
  border:0;
  box-shadow:none;
}
html.is-capacitor-app .header{
  padding-top:calc(14px + env(safe-area-inset-top, 0px));
}
html.is-capacitor-app .composer{
  padding-bottom:calc(10px + env(safe-area-inset-bottom, 0px));
}
html.is-capacitor-app .quote-panel,
html.is-capacitor-app .club-panel{
  min-height:100dvh;
  border-radius:0;
}


/* 30JUN - Resumen de cotización jerárquico y Android-friendly */
.quote-sheet-summary-mode .quote-head{display:none !important}
.quote-sheet-summary-mode .quote-body{
  padding-top:8px !important;
  padding-bottom:calc(132px + env(safe-area-inset-bottom, 0px)) !important;
}
.quote-summary-step-v2{display:grid;gap:16px;padding-bottom:12px}
.quote-summary-hero{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center}
.quote-summary-back-btn{width:58px;min-width:58px;height:58px;border-radius:20px;display:grid;place-items:center;color:#f5fbff;background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.025));border:1px solid rgba(122,234,224,.20);box-shadow:0 14px 36px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.08);font-size:28px;font-weight:900}
.quote-summary-back-btn:active{transform:translateY(1px)}
.quote-summary-hero-copy{min-width:0;display:grid;gap:4px}
.quote-summary-hero-copy strong{color:#f8fdff;font-size:26px;line-height:1.02;font-weight:950;letter-spacing:-.04em}
.quote-summary-hero-copy span{color:#bad3da;font-size:14.5px;line-height:1.3}
.quote-summary-club-chip{min-width:190px;min-height:74px;padding:10px 16px;border-radius:20px;display:grid;align-content:center;justify-items:center;gap:3px;color:#07343b;background:linear-gradient(135deg,#fff7d1 0%,#d8ffd8 48%,#bfffe1 100%);border:1px solid rgba(255,255,255,.44);box-shadow:0 16px 38px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.52)}
.quote-summary-club-chip span{font-weight:950;font-size:14px;line-height:1.1;text-align:center}
.quote-summary-club-chip small{font-size:11px;font-weight:900;letter-spacing:.08em}
.quote-summary-overview-card{padding:18px;border-radius:28px;background:linear-gradient(135deg, rgba(8,64,67,.96) 0%, rgba(11,99,112,.96) 55%, rgba(24,147,220,.92) 100%);border:1px solid rgba(134,250,233,.17);box-shadow:0 22px 54px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.06);display:grid;gap:16px}
.quote-summary-overview-top{display:grid;grid-template-columns:78px minmax(0,1fr);gap:16px;align-items:center}
.quote-summary-overview-icon{width:78px;height:78px;border-radius:999px;display:grid;place-items:center;background:rgba(255,255,255,.06);border:1px solid rgba(143,255,230,.22);font-size:36px}
.quote-summary-overview-copy{display:grid;gap:4px}
.quote-summary-overview-copy em{font-style:normal;color:#d5edf1;font-size:18px;font-weight:850}
.quote-summary-overview-copy strong{color:#fff;font-size:62px;line-height:.95;font-weight:950;letter-spacing:-.06em}
.quote-summary-overview-divider{height:1px;background:rgba(255,255,255,.12)}
.quote-summary-overview-bottom{display:flex;align-items:center;gap:12px;color:#effcff;font-size:18px;font-weight:850}
.quote-summary-overview-badge{width:42px;height:42px;border-radius:999px;display:grid;place-items:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);font-size:20px}
.quote-summary-addmore-btn{width:100%;min-height:74px;padding:0 24px;border-radius:24px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;color:#6bffe0;background:linear-gradient(180deg, rgba(5,21,26,.70), rgba(5,21,26,.86));border:1px solid rgba(92,240,222,.34);box-shadow:inset 0 1px 0 rgba(255,255,255,.04), 0 12px 30px rgba(0,0,0,.14);font-size:16px;font-weight:900}
.quote-summary-addmore-btn:disabled{opacity:.6;cursor:not-allowed}
.quote-summary-addmore-btn .quote-summary-addmore-icon,.quote-summary-addmore-btn .quote-summary-addmore-arrow{font-size:28px;line-height:1}
.quote-summary-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px}
.quote-summary-section-title{display:flex;align-items:center;gap:10px;color:#f6fcff}
.quote-summary-section-title i{font-style:normal;font-size:24px}
.quote-summary-section-title strong{font-size:19px;font-weight:950;letter-spacing:-.02em}
.quote-summary-list-v2{display:grid;gap:12px}
.quote-summary-row-v2{position:relative;display:grid;grid-template-columns:92px minmax(0,1fr) auto 52px;gap:14px;align-items:center;padding:18px 18px 18px 16px;border-radius:24px;background:linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.028));border:1px solid rgba(255,255,255,.08);box-shadow:0 12px 32px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.03)}
.quote-summary-row-media{width:92px;height:92px;border-radius:26px;overflow:hidden;display:grid;place-items:center;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12)}
.quote-summary-row-media img{width:100%;height:100%;object-fit:cover;display:block}
.quote-summary-row-media.no-img span{color:#dffcf1;font-size:28px;font-weight:950;letter-spacing:-.05em}
.quote-summary-row-copy{min-width:0;display:grid;gap:7px}
.quote-summary-row-copy strong{color:#fff;font-size:19px;line-height:1.05;font-weight:950;letter-spacing:-.03em}
.quote-summary-row-meta{color:#c0d8df;font-size:14px;line-height:1.35}
.quote-summary-row-price{display:grid;gap:4px;justify-items:end;text-align:right;min-width:108px;padding-right:2px}
.quote-summary-row-price b{color:#75ffe0;font-size:22px;line-height:1;font-weight:950;white-space:nowrap}
.quote-summary-row-price span{color:#d7edf4;font-size:14px;line-height:1.15}
.quote-summary-row-remove{width:52px;height:52px;border-radius:18px;display:grid;place-items:center;color:#ffd4dc;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);font-size:34px;line-height:1;font-weight:500}
.quote-summary-note-card{display:grid;grid-template-columns:auto minmax(0,1fr);gap:14px;align-items:start;padding:18px;border-radius:24px;background:linear-gradient(135deg, rgba(9,61,106,.34), rgba(8,88,145,.18));border:1px solid rgba(64,167,255,.18)}
.quote-summary-note-icon{width:44px;height:44px;border-radius:999px;display:grid;place-items:center;background:rgba(26,123,255,.14);border:1px solid rgba(114,189,255,.24);color:#7dceff;font-size:22px;font-weight:900;font-style:normal;text-transform:lowercase}
.quote-summary-note-copy{color:#cfe4ef;font-size:15px;line-height:1.45}
.quote-summary-bottom-bar{position:sticky;bottom:calc(env(safe-area-inset-bottom, 0px) + 6px);display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1.38fr);gap:14px;padding-top:2px;z-index:3}
.quote-summary-bottom-btn{min-height:86px;border-radius:26px;display:flex;align-items:center;justify-content:center;gap:14px;padding:16px 18px;font-weight:950;letter-spacing:-.02em;box-shadow:0 18px 42px rgba(0,0,0,.20), inset 0 1px 0 rgba(255,255,255,.05)}
.quote-summary-bottom-btn-chat{color:#71ffdf;background:linear-gradient(180deg, rgba(5,21,26,.88), rgba(5,21,26,.98));border:1px solid rgba(92,240,222,.34)}
.quote-summary-bottom-btn-send{color:#08363e;background:linear-gradient(135deg,#3af3b0 0%,#59f2d5 42%,#4ad3ff 100%);border:1px solid rgba(255,255,255,.34)}
.quote-summary-bottom-btn.sending{opacity:.8}
.quote-summary-bottom-btn:disabled{opacity:.62;cursor:not-allowed}
.quote-summary-bottom-icon{font-size:32px;line-height:1;display:grid;place-items:center;min-width:40px}
.quote-summary-bottom-main{font-size:22px;line-height:1.1}
.quote-summary-bottom-send-copy{display:grid;gap:4px;justify-items:start;text-align:left}
.quote-summary-bottom-send-copy strong{font-size:20px;line-height:1.08}
.quote-summary-bottom-send-copy small{font-size:14px;font-weight:700;opacity:.82;line-height:1.2}

@media (max-width:720px){
  .quote-sheet-summary-mode .quote-body{padding-bottom:calc(122px + env(safe-area-inset-bottom, 0px)) !important}
  .quote-summary-step-v2{gap:14px}
  .quote-summary-hero{grid-template-columns:56px minmax(0,1fr) auto;gap:10px}
  .quote-summary-back-btn{width:56px;min-width:56px;height:56px;border-radius:18px;font-size:26px}
  .quote-summary-hero-copy strong{font-size:24px}
  .quote-summary-hero-copy span{font-size:13.5px}
  .quote-summary-club-chip{min-width:154px;min-height:66px;padding:8px 12px;border-radius:18px}
  .quote-summary-club-chip span{font-size:12.5px}
  .quote-summary-club-chip small{font-size:10px}
  .quote-summary-overview-card{padding:16px;border-radius:24px}
  .quote-summary-overview-top{grid-template-columns:66px minmax(0,1fr);gap:14px}
  .quote-summary-overview-icon{width:66px;height:66px;font-size:30px}
  .quote-summary-overview-copy em{font-size:16px}
  .quote-summary-overview-copy strong{font-size:48px}
  .quote-summary-overview-bottom{font-size:16px}
  .quote-summary-overview-badge{width:38px;height:38px;font-size:18px}
  .quote-summary-addmore-btn{min-height:64px;padding:0 18px;border-radius:20px;font-size:15px}
  .quote-summary-addmore-btn .quote-summary-addmore-icon,.quote-summary-addmore-btn .quote-summary-addmore-arrow{font-size:24px}
  .quote-summary-section-title strong{font-size:17px}
  .quote-summary-row-v2{grid-template-columns:76px minmax(0,1fr) auto 46px;gap:12px;padding:14px;border-radius:20px}
  .quote-summary-row-media{width:76px;height:76px;border-radius:22px}
  .quote-summary-row-copy strong{font-size:16px}
  .quote-summary-row-meta{font-size:13px}
  .quote-summary-row-price{min-width:88px}
  .quote-summary-row-price b{font-size:18px}
  .quote-summary-row-price span{font-size:12.5px}
  .quote-summary-row-remove{width:46px;height:46px;border-radius:16px;font-size:28px}
  .quote-summary-note-card{padding:16px;border-radius:20px}
  .quote-summary-note-icon{width:40px;height:40px;font-size:20px}
  .quote-summary-note-copy{font-size:14px}
  .quote-summary-bottom-bar{gap:12px}
  .quote-summary-bottom-btn{min-height:78px;border-radius:22px;padding:14px 16px}
  .quote-summary-bottom-icon{font-size:28px;min-width:34px}
  .quote-summary-bottom-main{font-size:18px}
  .quote-summary-bottom-send-copy strong{font-size:18px}
  .quote-summary-bottom-send-copy small{font-size:12.5px}
}

@media (max-width:430px){
  .quote-sheet-summary-mode .quote-body{padding-top:6px !important;padding-bottom:calc(118px + env(safe-area-inset-bottom, 0px)) !important}
  .quote-summary-step-v2{gap:12px}
  .quote-summary-hero{grid-template-columns:52px minmax(0,1fr);grid-template-areas:'back copy' '. club';align-items:start}
  .quote-summary-back-btn{grid-area:back;width:52px;min-width:52px;height:52px;border-radius:17px;font-size:24px}
  .quote-summary-hero-copy{grid-area:copy;padding-top:2px}
  .quote-summary-hero-copy strong{font-size:22px}
  .quote-summary-club-chip{grid-area:club;justify-self:start;min-width:148px;min-height:60px;padding:8px 12px;border-radius:17px}
  .quote-summary-overview-card{padding:14px;border-radius:22px;gap:14px}
  .quote-summary-overview-top{grid-template-columns:56px minmax(0,1fr);gap:12px}
  .quote-summary-overview-icon{width:56px;height:56px;font-size:25px}
  .quote-summary-overview-copy em{font-size:14px}
  .quote-summary-overview-copy strong{font-size:36px}
  .quote-summary-overview-bottom{font-size:14px;gap:10px}
  .quote-summary-overview-badge{width:34px;height:34px;font-size:16px}
  .quote-summary-addmore-btn{min-height:58px;padding:0 15px;font-size:14px;border-radius:18px;gap:10px}
  .quote-summary-section-title i{font-size:21px}
  .quote-summary-section-title strong{font-size:16px}
  .quote-summary-row-v2{grid-template-columns:64px minmax(0,1fr) 42px;grid-template-areas:'media copy remove' 'price price price';gap:11px;padding:12px;border-radius:18px}
  .quote-summary-row-media{grid-area:media;width:64px;height:64px;border-radius:18px}
  .quote-summary-row-copy{grid-area:copy;gap:5px}
  .quote-summary-row-copy strong{font-size:15px}
  .quote-summary-row-meta{font-size:12px}
  .quote-summary-row-price{grid-area:price;display:flex;justify-content:space-between;align-items:center;min-width:0;text-align:left;padding-right:0;padding-left:2px}
  .quote-summary-row-price b{font-size:17px}
  .quote-summary-row-price span{font-size:12px}
  .quote-summary-row-remove{grid-area:remove;justify-self:end;width:42px;height:42px;border-radius:14px;font-size:24px}
  .quote-summary-note-card{grid-template-columns:1fr;gap:10px;padding:14px 14px 15px}
  .quote-summary-note-icon{width:36px;height:36px;font-size:18px}
  .quote-summary-bottom-bar{grid-template-columns:minmax(0,.74fr) minmax(0,1.26fr);gap:10px}
  .quote-summary-bottom-btn{min-height:72px;border-radius:20px;padding:12px 14px;gap:10px}
  .quote-summary-bottom-icon{font-size:24px;min-width:28px}
  .quote-summary-bottom-main{font-size:16px}
  .quote-summary-bottom-send-copy strong{font-size:16px}
  .quote-summary-bottom-send-copy small{font-size:11px}
}

/* 30JUN - Chat archivos con affordance tipo WhatsApp */
.attachment-preview{
  flex:0 0 auto;
  display:none;
  align-items:center;
  gap:10px;
  padding:10px 11px;
  background:rgba(6,21,26,.96);
  border-top:1px solid rgba(255,255,255,.08);
}
.attachment-preview.show{display:flex}
.attachment-preview-media{
  width:52px;
  height:52px;
  border-radius:16px;
  flex:0 0 auto;
  display:grid;
  place-items:center;
  overflow:hidden;
  background:rgba(255,255,255,.085);
  border:1px solid rgba(255,255,255,.11);
  font-size:25px;
}
.attachment-preview-media img{width:100%;height:100%;object-fit:cover;display:block}
.attachment-preview-copy{min-width:0;display:grid;gap:3px;flex:1;color:#eefcff}
.attachment-preview-copy strong{font-size:13.5px;line-height:1.16;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.attachment-preview-copy span{font-size:12px;color:#b8d2da;line-height:1.2}
.attachment-preview-remove{
  width:40px;
  height:40px;
  border-radius:14px;
  flex:0 0 auto;
  display:grid;
  place-items:center;
  color:#ffd6dd;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.09);
  font-size:27px;
  line-height:1;
}
.composer:has(+ *){}
.actions.actions-whatsapp.open{grid-template-columns:1fr;gap:8px}
.actions.actions-whatsapp button{min-height:56px;gap:11px}
.actions.actions-whatsapp .action-ico{
  width:38px;
  height:38px;
  border-radius:14px;
  flex:0 0 auto;
  display:grid;
  place-items:center;
  background:rgba(39,217,137,.11);
  border:1px solid rgba(39,217,137,.15);
  font-size:19px;
}
.actions.actions-whatsapp button span:last-child{display:grid;gap:2px;min-width:0}
.actions.actions-whatsapp button b{font-size:13px;line-height:1.1;color:#f6fdff}
.actions.actions-whatsapp button small{font-size:11.3px;line-height:1.12;color:#acc8cf;font-weight:760}
.chat-media-card{
  display:block;
  color:inherit;
  text-decoration:none;
  overflow:hidden;
  border-radius:16px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.09);
  margin:-2px -4px 6px;
}
.chat-media-image img{
  display:block;
  width:100%;
  max-width:270px;
  max-height:260px;
  object-fit:cover;
  background:rgba(0,0,0,.15);
}
.chat-media-document{
  display:flex;
  align-items:center;
  gap:11px;
  min-width:230px;
  max-width:300px;
  padding:12px;
}
.chat-media-doc-icon{
  width:44px;
  height:44px;
  border-radius:14px;
  flex:0 0 auto;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.10);
  font-size:24px;
}
.chat-media-doc-copy{display:grid;gap:3px;min-width:0}
.chat-media-doc-copy strong{font-size:13px;line-height:1.18;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:220px}
.chat-media-doc-copy small{font-size:11.5px;color:rgba(245,251,255,.70)}
.chat-media-caption{white-space:pre-wrap;overflow-wrap:anywhere;margin-top:3px}
@media (max-width:420px){
  .actions.actions-whatsapp{left:8px;right:8px}
  .chat-media-image img{max-width:244px;max-height:230px}
  .chat-media-document{min-width:205px;max-width:260px}
}
