.picker.svelte-1vuldzt{z-index:var(--chat-layer-menu,70);border:1px solid var(--border-strong);background:var(--chat-panel);width:min(540px,100vw - 16px);min-width:0;min-height:0;animation:svelte-1vuldzt-picker-in var(--chat-motion-duration,.45s) ease-out both;direction:rtl;border-radius:22px;outline:none;flex-direction:column;display:flex;position:fixed;inset:auto;overflow:hidden;box-shadow:0 28px 90px #000000ad}.picker.svelte-1vuldzt:not(.embedded){visibility:hidden}.picker.embedded.svelte-1vuldzt{border-radius:17px;width:100%;max-width:none;height:min(58dvh,520px);margin-top:7px;position:static;box-shadow:0 16px 42px #00000059}.picker.closing.svelte-1vuldzt:not(.mobile-sheet){pointer-events:none;animation:svelte-1vuldzt-picker-out var(--chat-motion-duration,.45s) cubic-bezier(.22,.8,.22,1) both}.picker.embedded.mobile-sheet.svelte-1vuldzt{width:100%;height:min(85dvh,720px);max-height:85dvh;animation:svelte-1vuldzt-picker-sheet-in var(--chat-motion-duration,.45s) cubic-bezier(.22,.8,.22,1) both;will-change:transform, opacity;border-bottom:0;border-radius:22px 22px 0 0;margin:0;box-shadow:0 -18px 70px #00000080}.picker.embedded.mobile-sheet.closing.svelte-1vuldzt{pointer-events:none;animation:svelte-1vuldzt-picker-sheet-out var(--chat-motion-duration,.45s) cubic-bezier(.22,.8,.22,1) both}.picker.embedded.mobile-sheet.closing.svelte-1vuldzt *{pointer-events:none}.picker-header.svelte-1vuldzt{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;min-height:64px;padding:10px 12px;display:flex}.picker-heading.svelte-1vuldzt{align-items:center;gap:10px;min-width:0;display:flex}.title-icon.svelte-1vuldzt{background:linear-gradient(135deg, var(--brand-red), #ff7848);width:38px;height:38px;color:var(--chat-on-accent);border-radius:12px;flex:0 0 38px;place-items:center;display:grid}.heading-copy.svelte-1vuldzt{gap:3px;min-width:0;display:grid}.heading-copy.svelte-1vuldzt strong:where(.svelte-1vuldzt){color:var(--text-1);font-size:14px;line-height:1.3}.heading-copy.svelte-1vuldzt small:where(.svelte-1vuldzt){max-width:260px;color:var(--text-2);text-overflow:ellipsis;white-space:nowrap;font-size:10px;line-height:1.5;overflow:hidden}.picker-header-actions.svelte-1vuldzt{flex:none;align-items:center;gap:7px;display:flex}.model-count.svelte-1vuldzt{color:var(--text-3);white-space:nowrap;font-size:10px}.picker-header-actions.svelte-1vuldzt button:where(.svelte-1vuldzt){border:1px solid var(--border);background:var(--surface-2);width:38px;height:38px;color:var(--text-2);cursor:pointer;border-radius:11px;flex:0 0 38px;place-items:center;display:grid}.picker-header-actions.svelte-1vuldzt button:where(.svelte-1vuldzt):hover{border-color:var(--border-strong);color:var(--text-1)}.categories.svelte-1vuldzt{border-bottom:1px solid var(--border);grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;padding:9px;display:grid}.categories.svelte-1vuldzt button:where(.svelte-1vuldzt){border:1px solid var(--border);background:var(--surface-1);min-width:0;min-height:43px;color:var(--text-2);cursor:pointer;transition:border-color var(--chat-motion-duration,.45s) ease, background var(--chat-motion-duration,.45s) ease, color var(--chat-motion-duration,.45s) ease, transform var(--chat-motion-duration,.45s) ease;border-radius:12px;justify-content:center;align-items:center;gap:6px;padding:0 7px;font-size:10px;font-weight:700;display:flex}.categories.svelte-1vuldzt button.smart:where(.svelte-1vuldzt){background:linear-gradient(135deg,#ff393614,#ffd63309);grid-column:1/-1;justify-content:flex-start;padding-inline:11px}.categories.svelte-1vuldzt button:where(.svelte-1vuldzt):hover:not(:disabled){border-color:var(--border-strong);background:var(--surface-2);color:var(--text-1)}.categories.svelte-1vuldzt button:where(.svelte-1vuldzt):active:not(:disabled){transform:scale(.985)}.categories.svelte-1vuldzt button.active:where(.svelte-1vuldzt){color:var(--text-1);background:linear-gradient(135deg,#ff39362e,#ffd6331a);border-color:#ffd6336b;box-shadow:inset 0 0 0 1px #ff393629}.categories.svelte-1vuldzt button.context:where(.svelte-1vuldzt){color:var(--text-1);background:#ffd6330e;border-color:#ffd63347}.categories.svelte-1vuldzt button:where(.svelte-1vuldzt):disabled,.categories.svelte-1vuldzt button.unavailable:where(.svelte-1vuldzt){box-shadow:none;color:var(--text-3);opacity:.52;background:0 0;border-color:#0000}.categories.svelte-1vuldzt button.unavailable:where(.svelte-1vuldzt){cursor:not-allowed;opacity:.42}.categories.svelte-1vuldzt button:where(.svelte-1vuldzt) small:where(.svelte-1vuldzt){color:var(--brand-yellow);white-space:nowrap;margin-inline-start:auto;font-size:8px;font-weight:800}.categories.svelte-1vuldzt button:where(.svelte-1vuldzt) svg{flex:none}.model-list.svelte-1vuldzt{overscroll-behavior:contain;min-width:0;min-height:0;padding:10px max(10px, env(safe-area-inset-right)) max(10px, env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left));scrollbar-gutter:stable;flex-direction:column;flex:auto;gap:7px;display:flex;overflow:hidden auto}.model-card.svelte-1vuldzt{border:1px solid var(--border);background:var(--surface-1);width:100%;min-width:0;min-height:84px;color:var(--text-1);text-align:right;cursor:pointer;transition:border-color var(--chat-motion-duration,.45s) ease, background var(--chat-motion-duration,.45s) ease, transform var(--chat-motion-duration,.45s) ease, box-shadow var(--chat-motion-duration,.45s) ease;direction:rtl;border-radius:16px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:9px 10px;display:grid;overflow:hidden}.model-card.svelte-1vuldzt:hover:not(:disabled){border-color:var(--border-strong);background:var(--surface-2);transform:translateY(-1px)}.model-card.svelte-1vuldzt:focus-visible{outline:2px solid var(--brand-yellow);outline-offset:2px}.model-card.selected.svelte-1vuldzt{background:linear-gradient(135deg,#ff393626,#ffd63312);border-color:#ff3936ad;box-shadow:inset 0 0 0 1px #ffd6331f,0 8px 24px #ff393614}.model-card.locked.svelte-1vuldzt{box-shadow:none;cursor:not-allowed;opacity:.68;background:0 0;border-color:#0000}.model-card.svelte-1vuldzt:disabled{cursor:not-allowed}.copy.svelte-1vuldzt{gap:5px;min-width:0;display:grid;overflow:hidden}.card-heading.svelte-1vuldzt{align-items:center;gap:7px;min-width:0;display:flex}.card-heading.svelte-1vuldzt strong:where(.svelte-1vuldzt){min-width:0;color:var(--text-1);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:850;overflow:hidden}.card-heading.svelte-1vuldzt strong:where(.svelte-1vuldzt) bdi:where(.svelte-1vuldzt){unicode-bidi:isolate}.selected-label.svelte-1vuldzt{color:var(--success);white-space:nowrap;background:#62d9981f;border-radius:999px;flex:none;align-items:center;gap:3px;padding:2px 5px;font-size:8px;font-weight:800;display:inline-flex}.special-label.svelte-1vuldzt{color:#111;letter-spacing:.04em;white-space:nowrap;border-radius:999px;flex:none;align-items:center;padding:2px 5px;font-size:8px;font-style:normal;font-weight:900;line-height:1.2;display:inline-flex}.usage-multiplier.svelte-1vuldzt{border:1px solid color-mix(in srgb, var(--brand-yellow) 36%, var(--border));background:color-mix(in srgb, var(--brand-yellow) 10%, transparent);min-height:19px;color:var(--text-1);direction:ltr;border-radius:999px;align-items:center;padding:1px 7px;font-size:9px;font-weight:800;line-height:1;display:inline-flex}.special-label.special-fast.svelte-1vuldzt{background:var(--brand-yellow)}.special-label.special-pro.svelte-1vuldzt{color:#fff;background:#ff7657}.card-description.svelte-1vuldzt{min-height:2.7em;color:var(--text-2);text-overflow:ellipsis;white-space:normal;overflow-wrap:anywhere;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:10px;line-height:1.45;display:-webkit-box;overflow:hidden}.badges.svelte-1vuldzt{flex-wrap:wrap;gap:3px;min-width:0;max-height:18px;display:flex;overflow:hidden}.badges.svelte-1vuldzt em:where(.svelte-1vuldzt){background:var(--surface-3);color:var(--text-3);white-space:nowrap;border-radius:999px;padding:2px 6px;font-size:8px;font-style:normal;line-height:1.3}.card-state.svelte-1vuldzt{width:48px;min-height:38px;color:var(--text-3);text-align:center;flex:0 0 48px;align-content:center;place-items:center;gap:3px;display:grid}.card-state.svelte-1vuldzt small:where(.svelte-1vuldzt){text-overflow:ellipsis;white-space:nowrap;max-width:52px;font-size:8px;line-height:1.3;overflow:hidden}.card-state.state-selected.svelte-1vuldzt{color:var(--success)}.card-state.state-locked.svelte-1vuldzt{color:#f4ce68}.select-dot.svelte-1vuldzt{border:1px solid var(--border-strong);border-radius:50%;width:8px;height:8px}.pagination-sentinel.svelte-1vuldzt{pointer-events:none;flex:0 0 1px;width:100%;height:1px}.model-skeletons.svelte-1vuldzt{gap:7px;display:grid}.model-skeleton.svelte-1vuldzt{border:1px solid var(--border);background:var(--surface-1);border-radius:16px;grid-template-columns:auto minmax(0,1fr) 48px;align-items:center;gap:10px;min-height:84px;padding:9px 10px;display:grid;overflow:hidden}.model-skeleton.svelte-1vuldzt>span:where(.svelte-1vuldzt){background:var(--surface-3);border-radius:13px;width:42px;height:42px}.model-skeleton.svelte-1vuldzt>div:where(.svelte-1vuldzt){gap:8px;display:grid}.model-skeleton.svelte-1vuldzt i:where(.svelte-1vuldzt),.model-skeleton.svelte-1vuldzt b:where(.svelte-1vuldzt),.model-skeleton.svelte-1vuldzt em:where(.svelte-1vuldzt),.model-skeleton.svelte-1vuldzt small:where(.svelte-1vuldzt){background:linear-gradient(90deg, var(--surface-2), var(--surface-3), var(--surface-2));background-size:220% 100%;border-radius:999px;animation:1.15s ease-in-out infinite svelte-1vuldzt-model-skeleton;display:block}.model-skeleton.svelte-1vuldzt i:where(.svelte-1vuldzt){width:68%;height:11px}.model-skeleton.svelte-1vuldzt b:where(.svelte-1vuldzt){height:8px}.model-skeleton.svelte-1vuldzt em:where(.svelte-1vuldzt){width:82%;height:7px}.model-skeleton.svelte-1vuldzt small:where(.svelte-1vuldzt){justify-self:center;width:28px;height:28px}.models-loading-more.svelte-1vuldzt{min-height:44px;color:var(--text-3);justify-content:center;align-items:center;gap:8px;font-size:11px;display:flex}.models-loading-more.svelte-1vuldzt span:where(.svelte-1vuldzt){border:2px solid var(--border-strong);border-top-color:var(--brand-yellow);border-radius:50%;width:16px;height:16px;animation:.75s linear infinite svelte-1vuldzt-model-spin}@keyframes svelte-1vuldzt-model-skeleton{to{background-position:-120% 0}}@keyframes svelte-1vuldzt-model-spin{to{transform:rotate(360deg)}}.empty.svelte-1vuldzt{min-height:190px;color:var(--brand-yellow);text-align:center;align-content:center;place-items:center;gap:8px;padding:18px;display:grid}html[data-locale=en] .picker.svelte-1vuldzt{direction:ltr}html[data-locale=en] .model-card.svelte-1vuldzt{text-align:left;direction:ltr}.empty.svelte-1vuldzt strong:where(.svelte-1vuldzt){color:var(--text-1);font-size:13px}.empty.svelte-1vuldzt small:where(.svelte-1vuldzt){max-width:290px;color:var(--text-2);font-size:10px;line-height:1.8}@keyframes svelte-1vuldzt-picker-in{0%{opacity:1;transform:translateY(-5px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes svelte-1vuldzt-picker-out{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:1;transform:translateY(-5px)scale(.985)}}@keyframes svelte-1vuldzt-picker-sheet-in{0%{opacity:1;transform:translateY(100%)}to{opacity:1;transform:translate(0,0)}}@keyframes svelte-1vuldzt-picker-sheet-out{0%{opacity:1;transform:translate(0,0)}to{opacity:1;transform:translateY(100%)}}@media (width<=560px){.picker.svelte-1vuldzt{border-radius:19px}.picker.embedded.svelte-1vuldzt{height:min(58dvh,500px);min-height:240px}.picker-header.svelte-1vuldzt{min-height:58px;padding:9px 10px}.title-icon.svelte-1vuldzt{border-radius:10px;flex-basis:34px;width:34px;height:34px}.heading-copy.svelte-1vuldzt small:where(.svelte-1vuldzt){max-width:190px}.categories.svelte-1vuldzt{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;padding:7px}.categories.svelte-1vuldzt button.smart:where(.svelte-1vuldzt){padding-inline:9px}.categories.svelte-1vuldzt button:where(.svelte-1vuldzt){min-height:40px}.model-list.svelte-1vuldzt{gap:6px;padding-inline:8px}.model-card.svelte-1vuldzt{gap:8px;min-height:78px;padding:8px}.card-heading.svelte-1vuldzt strong:where(.svelte-1vuldzt){font-size:12px}}@media (width<=420px){.model-count.svelte-1vuldzt{display:none}.heading-copy.svelte-1vuldzt small:where(.svelte-1vuldzt){max-width:170px}.categories.svelte-1vuldzt button:where(.svelte-1vuldzt){padding-inline:6px;font-size:9px}.model-card.svelte-1vuldzt{grid-template-columns:auto minmax(0,1fr) 42px}.card-state.svelte-1vuldzt{flex-basis:42px;width:42px}.badges.svelte-1vuldzt em:where(.svelte-1vuldzt):nth-child(n+4){display:none}}@media (height<=560px){.picker.embedded.svelte-1vuldzt{height:min(58dvh,360px);min-height:210px}.picker-header.svelte-1vuldzt{min-height:52px;padding-block:7px}.heading-copy.svelte-1vuldzt small:where(.svelte-1vuldzt){display:none}.title-icon.svelte-1vuldzt{flex-basis:32px;width:32px;height:32px}.categories.svelte-1vuldzt{scrollbar-width:none;gap:5px;padding:6px;display:flex;overflow-x:auto}.categories.svelte-1vuldzt::-webkit-scrollbar{display:none}.categories.svelte-1vuldzt button:where(.svelte-1vuldzt),.categories.svelte-1vuldzt button.smart:where(.svelte-1vuldzt){min-width:max-content;min-height:36px;padding-inline:9px}.model-list.svelte-1vuldzt{gap:4px;padding-block:6px}.model-card.svelte-1vuldzt{min-height:68px;padding:6px 8px}.card-description.svelte-1vuldzt{-webkit-line-clamp:1;line-clamp:1;min-height:1.45em}.badges.svelte-1vuldzt{display:none}}@media (prefers-reduced-motion:reduce){.picker.svelte-1vuldzt,.picker.mobile-sheet.svelte-1vuldzt,.categories.svelte-1vuldzt button:where(.svelte-1vuldzt),.model-card.svelte-1vuldzt{transition:none;animation:none}}
