:root{--rt-primary-color:#006d5b;--rt-secondary-color:#00473b;--rt-tertiary-color:#ffb000;--rt-body-bg-color:#ffffff;--rt-body-color:#6e7676;--rt-border-color:#e7e7e7;--rt-title-color:#041b16;--rt-button-color:#ffffff;--rt-button-text-color:#00030C;--rt-meta-color:#006d5b;--rt-meta-light:#b2c2c0;--rt-gray10:#f1f1f1;--rt-gray20:#edf5f4;--rt-body-rgb:110, 118, 118;--rt-title-rgb:4, 27, 22;--rt-primary-rgb:0, 109, 91;--rt-secondary-rgb:0, 71, 59;--rt-tertiary-rgb:255, 176, 0;--rt-container-width:1364px}.polymart-search{position:relative;width:100%;max-width:760px}.polymart-search__form{display:flex;align-items:center;gap:14px;min-height:72px;padding:8px 8px 8px 22px;background:var(--rt-body-bg-color);border:1px solid rgba(var(--rt-body-rgb),.24);border-radius:999px;box-shadow:0 18px 42px rgba(var(--rt-title-rgb),.14);transition:border-radius 0.2s ease,box-shadow 0.2s ease,border-color 0.2s ease}.polymart-search--open .polymart-search__form{border-color:rgba(var(--rt-primary-rgb),.35);border-radius:34px 34px 0 0;box-shadow:0 22px 56px rgba(var(--rt-title-rgb),.18)}.polymart-search__icon{flex:0 0 auto;width:22px;height:22px;color:var(--rt-secondary-color);opacity:.72}.polymart-search__icon svg{display:block;width:100%;height:100%;fill:currentColor}.polymart-search__input{width:100%;min-width:0;padding:0;border:0!important;background:#fff0;color:var(--rt-title-color);font-size:16px;font-weight:500;line-height:1.5;box-shadow:none!important}.polymart-search__input::placeholder{color:var(--rt-body-color)}.polymart-search__input:focus{outline:none}.polymart-search__button{flex:0 0 auto;min-width:134px;padding:16px 28px;border:0;border-radius:999px;background:linear-gradient(135deg,var(--rt-primary-color) 0%,var(--rt-secondary-color) 100%);color:var(--rt-button-color);font-size:15px;font-weight:700;letter-spacing:.01em;cursor:pointer;box-shadow:0 14px 28px rgba(var(--rt-primary-rgb),.28);transition:transform 0.18s ease,box-shadow 0.18s ease,opacity 0.18s ease}.polymart-search__button:hover,.polymart-search__button:focus{transform:translateY(-1px);box-shadow:0 18px 32px rgba(var(--rt-primary-rgb),.32);outline:none}.polymart-search__dropdown{position:absolute;top:calc(100% - 1px);left:0;z-index:30;width:100%;max-height:min(72vh, 560px);overflow-y:auto;padding:20px 20px 22px;border:1px solid rgba(var(--rt-body-rgb),.24);border-top:0;border-radius:0 0 34px 34px;background:linear-gradient(180deg,var(--rt-body-bg-color) 0%,var(--rt-gray20) 100%);box-shadow:0 26px 60px rgba(var(--rt-title-rgb),.18)}.polymart-search__helper,.polymart-search__state{padding:10px 14px;border-radius:16px;background:var(--rt-gray20);color:var(--rt-body-color);font-size:13px;line-height:1.45}.polymart-search__helper{margin-bottom:14px}.polymart-search__state--empty{background:var(--rt-gray10);color:var(--rt-body-color)}.polymart-search__state--error{background:rgba(var(--rt-tertiary-rgb),.12);color:var(--rt-secondary-color)}.polymart-search__sections{display:flex;flex-direction:column;gap:18px}.polymart-search__section{padding:16px;border-radius:24px;background:var(--rt-body-bg-color);border:1px solid var(--rt-border-color)}.polymart-search__section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.polymart-search__section-title{display:inline-flex;align-items:center;gap:10px;margin:0;color:var(--rt-title-color);font-size:14px;font-weight:700;letter-spacing:.01em}.polymart-search__section-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:12px;background:linear-gradient(135deg,rgba(var(--rt-primary-rgb),.16) 0%,rgba(var(--rt-secondary-rgb),.16) 100%);color:var(--rt-primary-color)}.polymart-search__section-icon svg{width:18px;height:18px;fill:currentColor}.polymart-search__section-note{color:var(--rt-body-color);font-size:12px;font-weight:600}.polymart-search__chips{display:flex;flex-wrap:wrap;gap:10px}.polymart-search__chip{display:inline-flex;align-items:center;gap:8px;padding:11px 16px;border:1px solid var(--rt-border-color);border-radius:999px;background:var(--rt-gray20);color:var(--rt-title-color);font-size:13px;font-weight:600;line-height:1;cursor:pointer;transition:transform 0.18s ease,border-color 0.18s ease,background-color 0.18s ease,box-shadow 0.18s ease}.polymart-search__chip:hover,.polymart-search__chip:focus{outline:none;transform:translateY(-1px);background:var(--rt-body-bg-color);border-color:rgba(var(--rt-primary-rgb),.6);box-shadow:0 12px 22px rgba(var(--rt-title-rgb),.08)}.polymart-search__chip-badge,.polymart-search__item-badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 9px;border-radius:999px;background:rgba(var(--rt-primary-rgb),.14);color:var(--rt-primary-color);font-size:11px;font-weight:700;letter-spacing:.01em;text-transform:uppercase}.polymart-search__item-badge--news,.polymart-search__chip-badge--news{background:rgba(var(--rt-tertiary-rgb),.16);color:var(--rt-secondary-color)}.polymart-search__item-badge--pending{background:rgba(var(--rt-body-rgb),.14);color:var(--rt-body-color)}.polymart-search__item-badge--quote{background:rgba(var(--rt-tertiary-rgb),.2);color:var(--rt-secondary-color)}.polymart-search__list{display:flex;flex-direction:column;gap:10px;max-height:420px;overflow-y:auto;padding-right:4px}.polymart-search__item{display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%;padding:15px 16px;border:1px solid var(--rt-border-color);border-radius:18px;background:var(--rt-body-bg-color);text-align:left;cursor:pointer;transition:transform 0.18s ease,border-color 0.18s ease,background-color 0.18s ease,box-shadow 0.18s ease}.polymart-search__item:hover,.polymart-search__item:focus{outline:none;transform:translateY(-1px);border-color:rgba(var(--rt-primary-rgb),.62);background:linear-gradient(180deg,var(--rt-body-bg-color) 0%,var(--rt-gray20) 100%);box-shadow:0 14px 30px rgba(var(--rt-title-rgb),.08)}.polymart-search__item-copy{display:flex;flex-direction:column;gap:5px;min-width:0}.polymart-search__item-label{color:var(--rt-title-color);font-size:15px;font-weight:700;line-height:1.35}.polymart-search__item-meta{color:var(--rt-body-color);font-size:12px;line-height:1.4}.polymart-search__highlight{color:var(--rt-primary-color);font-weight:800;background:#fff0}.polymart-search__loader-grid{display:grid;gap:12px}.polymart-search__loader-item{display:grid;gap:10px;padding:15px 16px;border-radius:18px;background:var(--rt-body-bg-color);border:1px solid var(--rt-border-color)}.polymart-search__loader-line{height:12px;border-radius:999px;background:linear-gradient(90deg,var(--rt-gray20) 0%,var(--rt-body-bg-color) 45%,var(--rt-gray20) 100%);background-size:220% 100%;animation:polymartSearchShimmer 1.25s linear infinite}.polymart-search__loader-line--short{width:32%}.polymart-search__loader-line--medium{width:58%}@keyframes polymartSearchShimmer{0%{background-position:200% 0}100%{background-position:-20% 0}}.polymart-search-offers{margin:0 0 1.5rem}.polymart-search-offers__heading{margin:0 0 1rem;color:var(--rt-title-color);font-size:1.375rem;font-weight:700;line-height:1.3}.polymart-search-offers__body{display:flex;flex-direction:column;gap:12px}.polymart-search-offers__empty{padding:2rem 1rem;border:1px dashed var(--rt-border-color);border-radius:14px;background:var(--rt-gray20);color:var(--rt-body-color);font-size:14px;text-align:center}@media (max-width:767px){.polymart-search__form{gap:10px;min-height:64px;padding:8px}.polymart-search__input{font-size:15px}.polymart-search__button{min-width:auto;padding:14px 18px;font-size:14px}.polymart-search__dropdown{padding:16px;border-radius:0 0 28px 28px}.polymart-search__section{padding:14px;border-radius:20px}.polymart-search__item{padding:14px}.polymart-search__list{max-height:320px}.polymart-search__chip{width:100%;justify-content:space-between}}