.pec-select{position:relative;margin-top:4px}.pec-select__native{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.pec-select__field{position:relative}.pec-select--open{z-index:5}.modal.pec-select-modal-open,.modal.pec-select-modal-open .modal-content,.modal.pec-select-modal-open .row,.modal.pec-select-modal-open .input-field{overflow:visible !important}.pec-select__trigger{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:56px;padding:10px 12px 10px 14px;border:1px solid #cfd8dc;border-radius:10px;background:linear-gradient(180deg, #fff 0%, #fafbfc 100%);cursor:pointer;text-align:left;transition:border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease}.pec-select__trigger:hover{border-color:#90a4ae}.pec-select__trigger:focus{outline:none;border-color:#26a69a;box-shadow:0 0 0 3px rgba(38,166,154,0.18)}.pec-select--open .pec-select__trigger{border-color:#26a69a;box-shadow:0 0 0 3px rgba(38,166,154,0.14);border-bottom-left-radius:10px;border-bottom-right-radius:10px}.pec-select__trigger-inner{display:flex;flex-direction:column;gap:3px;min-width:0;flex:1}.pec-select__trigger-title{font-size:14px;font-weight:600;line-height:1.25;color:#263238}.pec-select:not(.pec-select--has-value) .pec-select__trigger-title{color:#546e7a;font-weight:500}.pec-select__trigger-desc{font-size:12px;line-height:1.45;color:#78909c;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pec-select--has-value .pec-select__trigger-desc{color:#607d8b}.pec-select__chevron{flex-shrink:0;font-size:22px;color:#78909c;transition:transform 0.2s ease, color 0.18s ease}.pec-select--open .pec-select__chevron{transform:rotate(180deg);color:#26a69a}.pec-select__panel{display:none;position:absolute;top:calc(100% + 6px);left:0;right:0;width:100%;max-height:280px;z-index:100;overflow-y:auto;overflow-x:hidden;padding:6px;border:1px solid #dce3e8;border-radius:12px;background:#ffffff;box-shadow:0 12px 28px rgba(38,50,56,0.14),0 2px 8px rgba(38,50,56,0.08)}.pec-select__panel.pec-select__panel--open{display:block}.pec-select__option{display:flex;align-items:flex-start;gap:12px;width:100%;padding:12px 12px 12px 10px;margin:0 0 4px;border:1px solid transparent;border-radius:10px;background:transparent;cursor:pointer;text-align:left;transition:background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease}.pec-select__option:last-child{margin-bottom:0}.pec-select__option:hover,.pec-select__option:focus{outline:none;background:#f4f8f7;border-color:#e0f2f1}.pec-select__option--selected{background:linear-gradient(90deg, rgba(38,166,154,0.08) 0%, rgba(38,166,154,0.03) 100%);border-color:rgba(38,166,154,0.22)}.pec-select__option-accent{flex-shrink:0;width:4px;min-height:36px;border-radius:999px;margin-top:2px}.pec-select__option-copy{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}.pec-select__option-title{font-size:14px;font-weight:600;line-height:1.3;color:#1a2327;letter-spacing:-0.01em}.pec-select__option-desc{font-size:12px;font-weight:400;line-height:1.5;color:#78909c}.pec-select__option-check{flex-shrink:0;font-size:18px;color:#26a69a;opacity:0;transform:scale(0.85);transition:opacity 0.15s ease, transform 0.15s ease;margin-top:2px}.pec-select__option--selected .pec-select__option-check{opacity:1;transform:scale(1)}@media (max-width: 600px){.pec-select__trigger{min-height:52px;padding:9px 10px 9px 12px}.pec-select__option-title{font-size:13px}.pec-select__option-desc{font-size:11px}}
