html[data-select-theme=child-growth]{--select-surface:var(--card);--select-border:var(--border);--select-ink:var(--foreground);--select-accent:var(--primary);--select-hover:color-mix(in srgb,var(--primary)5%,var(--card));--select-selected:color-mix(in srgb,var(--primary)10%,var(--card))}html[data-select-theme=child-growth] :where(select:not([multiple]):not([size]:not([size="1"])):not([aria-hidden=true]),[data-slot=select-trigger],button[role=combobox]){box-sizing:border-box;border:1px solid var(--select-border);background-color:var(--select-surface);min-block-size:38px;max-inline-size:100%;color:var(--select-ink);cursor:pointer;border-radius:10px;padding-block:8px;padding-inline:12px;font-size:14px;font-weight:400;line-height:1.5;transition:border-color .14s,box-shadow .14s,background-color .14s;box-shadow:0 1px 2px #2416410a}html[data-select-theme=child-growth] select:not([multiple]):not([size]:not([size="1"])):not([aria-hidden=true]){appearance:none;text-overflow:ellipsis;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23827996' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-inline-end:36px}html[data-select-theme=child-growth] :is(select,[data-slot=select-trigger],button[role=combobox]):not(:disabled):hover{border-color:color-mix(in srgb,var(--select-accent)40%,var(--select-border));background-color:var(--select-hover)}html[data-select-theme=child-growth] :is(select,[data-slot=select-trigger],button[role=combobox]):is(:focus-visible,:open,[data-state=open]){border-color:var(--select-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--select-accent)12%,transparent);outline:none}html[data-select-theme=child-growth] :is(select,[data-slot=select-trigger],button[role=combobox]):disabled{cursor:not-allowed;color:var(--muted-foreground);background-color:var(--muted);box-shadow:none;opacity:.65}html[data-select-theme=child-growth] :is(select,[data-slot=select-trigger],button[role=combobox])[aria-invalid=true]{border-color:var(--destructive);box-shadow:0 0 0 3px color-mix(in srgb,var(--destructive)10%,transparent)}@supports (appearance:base-select){html[data-select-theme=child-growth] select:not([multiple]):not([size]:not([size="1"])):not([aria-hidden=true]){appearance:base-select}html[data-select-theme=child-growth] select:not([multiple]):not([size]:not([size="1"])):not([aria-hidden=true])::picker(select){appearance:base-select}html[data-select-theme=child-growth] select:not([multiple]):not([size]:not([size="1"])):not([aria-hidden=true]){background-image:none;justify-content:space-between;align-items:center;gap:16px;padding-inline-end:12px}html[data-select-theme=child-growth] select::picker-icon{content:"";background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23827996' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") 50%/16px no-repeat;border:0;flex-shrink:0;block-size:16px;inline-size:16px;margin-inline-start:auto;transition:rotate .14s;rotate:none}html[data-select-theme=child-growth] select:open::picker-icon{rotate:180deg}html[data-select-theme=child-growth] select::picker(select){border:1px solid var(--select-border);background:var(--select-surface);color:var(--select-ink);min-inline-size:anchor-size(self-inline);overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:var(--select-border)transparent;border-radius:12px;max-block-size:min(320px,55dvh);max-inline-size:min(40rem,100vw - 24px);margin-block:6px;padding:6px;overflow:auto;box-shadow:0 12px 32px #24164124,0 2px 6px #2416410d}html[data-select-theme=child-growth] :where(select:not([multiple]):not([size]:not([size="1"])):not([aria-hidden=true])) option{box-sizing:border-box;min-block-size:38px;color:var(--select-ink);white-space:normal;overflow-wrap:anywhere;cursor:pointer;background:0 0;border:0;border-radius:7px;gap:12px;padding:9px 12px;font-size:14px;line-height:1.5}html[data-select-theme=child-growth] select option:is(:hover,:focus-visible){background:var(--select-hover);outline:none}html[data-select-theme=child-growth] select option:checked{background:var(--select-selected);color:var(--select-accent);font-weight:500}html[data-select-theme=child-growth] select option::checkmark{color:var(--select-accent);order:1;margin-inline-start:auto}html[data-select-theme=child-growth] select option:disabled{color:var(--muted-foreground);opacity:.6;cursor:not-allowed;background:0 0}html[data-select-theme=child-growth] select optgroup{color:var(--muted-foreground);font-size:12px;font-weight:500}}html[data-select-theme=child-growth] :is([data-slot=select-content],[data-slot=popover-content]:has([role=listbox])){border:1px solid var(--select-border);background:var(--select-surface);color:var(--select-ink);-webkit-backdrop-filter:none;backdrop-filter:none;border-radius:12px;max-inline-size:calc(100vw - 24px);box-shadow:0 12px 32px #24164124,0 2px 6px #2416410d}html[data-select-theme=child-growth] [role=listbox] [role=option]{border-radius:7px;min-block-size:38px;padding-block:9px;font-size:14px;line-height:1.5}html[data-select-theme=child-growth] [role=listbox] [role=option]:is(:hover,:focus-visible,[data-highlighted]){background:var(--select-hover);color:var(--select-ink)}html[data-select-theme=child-growth] [role=listbox] [role=option]:is([data-state=checked],[aria-selected=true]){background:var(--select-selected);color:var(--select-accent);font-weight:500}@media (prefers-reduced-motion:reduce){html[data-select-theme=child-growth] :is(select,[data-slot=select-trigger],button[role=combobox]){transition:none}html[data-select-theme=child-growth] select::picker-icon{transition:none}}
