html body select{font-family:inherit!important;color:var(--saneed-text,#172019)!important;background-color:var(--saneed-surface,#fff)!important;border-color:var(--saneed-line,#dce4da)!important;border-radius:12px!important;accent-color:var(--saneed-primary,#123d23)}html body select:not([multiple]):is(:not([size]),[size="0"],[size="1"]){-moz-appearance:none;appearance:none;-webkit-appearance:none;-webkit-padding-end:42px!important;padding-inline-end:42px!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23123d23' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 12px center!important;background-size:18px!important;cursor:pointer}html body select:dir(rtl):not([multiple]):is(:not([size]),[size="0"],[size="1"]){background-position:left 12px center!important}html[data-saneed-theme=night] body select:not([multiple]){background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23f1f7f2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E")!important}html body select:focus-visible,html body select[aria-expanded=true]{outline:3px solid color-mix(in srgb,var(--saneed-accent,#8cc60a) 45%,transparent)!important;outline-offset:2px;border-color:var(--saneed-accent,#8cc60a)!important}html body select:disabled{cursor:not-allowed;opacity:.55}html body select[multiple] option{padding:8px 10px;border-radius:6px}html body select[multiple] option:checked{background:var(--saneed-primary,#123d23)!important;color:var(--saneed-on-primary,#fff)!important}.saneed-select-popover{position:fixed;z-index:2147483000;overflow:auto;overscroll-behavior:contain;padding:6px;border:1px solid var(--saneed-line,#dce4da);border-radius:14px;background:var(--saneed-surface,#fff);box-shadow:0 12px 35px #08241426;scrollbar-width:thin;scrollbar-color:var(--saneed-primary,#123d23) transparent;animation:saneed-select-in .12s ease-out}.saneed-select-popover,.saneed-select-popover button{box-sizing:border-box;color:var(--saneed-text,#172019)}.saneed-select-popover button{width:100%;min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:0;border-radius:8px;background:transparent;padding:10px 12px;font:inherit;font-size:14px;font-weight:600;text-align:start;cursor:pointer;white-space:normal;line-height:1.6}.saneed-select-popover button span{min-width:0;overflow-wrap:anywhere}.saneed-select-popover button svg{flex:0 0 18px;visibility:hidden}.saneed-select-popover button[aria-selected=true] svg{visibility:visible}.saneed-select-popover button[data-active=true]{background:var(--saneed-surface-soft,#f7f9f6);box-shadow:inset 3px 0 var(--saneed-accent,#8cc60a)}.saneed-select-popover[dir=rtl] button[data-active=true]{box-shadow:inset -3px 0 var(--saneed-accent,#8cc60a)}.saneed-select-popover button[aria-selected=true]{background:var(--saneed-primary,#123d23);color:var(--saneed-on-primary,#fff);font-weight:800}.saneed-select-popover button:disabled{opacity:.45;cursor:not-allowed}.saneed-select-group{padding:8px 12px 4px;font-size:12px;font-weight:800;color:var(--saneed-muted,#647268)}@keyframes saneed-select-in{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.saneed-select-popover{animation:none}}