.SearchBar-module__KdGN3G__wrapper{width:100%;position:relative}.SearchBar-module__KdGN3G__form{flex-direction:column;gap:1rem;display:flex}.SearchBar-module__KdGN3G__inputRow{align-items:flex-end;gap:.75rem;display:flex}.SearchBar-module__KdGN3G__textareaWrapper{flex:1;position:relative}.SearchBar-module__KdGN3G__textarea{-webkit-backdrop-filter:blur(28px)saturate(190%);border-radius:var(--radius-md);width:100%;min-height:72px;max-height:200px;color:var(--text-primary);font-family:var(--font-sans);resize:vertical;transition:all .25s var(--ease-out);caret-color:var(--gold-400);background:#ffffffb8;border:1px solid #fff9;padding:1rem 1.25rem;font-size:1rem;line-height:1.6;box-shadow:0 4px 16px #0000000a,inset 0 1px #ffffffe6,inset 0 -1px #00000008}.SearchBar-module__KdGN3G__textarea::placeholder{color:var(--text-muted)}.SearchBar-module__KdGN3G__textarea:focus{border-color:var(--gold-400);box-shadow:0 0 0 3px var(--gold-glow), 0 8px 28px #00000014, inset 0 1px 0 #ffffffe6;background:#ffffffeb;outline:none}.SearchBar-module__KdGN3G__charCount{color:var(--text-muted);pointer-events:none;font-size:.72rem;position:absolute;bottom:8px;right:12px}.SearchBar-module__KdGN3G__charCount.SearchBar-module__KdGN3G__warn{color:var(--dim-practical)}.SearchBar-module__KdGN3G__controls{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.SearchBar-module__KdGN3G__translationRow{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.SearchBar-module__KdGN3G__translationLabel{color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;font-size:.75rem;font-weight:500}.SearchBar-module__KdGN3G__translationPills{background:#e6ded099;border:1px solid #6b8e7b40;border-radius:99px;gap:4px;padding:3px;display:flex}.SearchBar-module__KdGN3G__translationPill{color:var(--text-secondary);font-family:var(--font-sans);letter-spacing:.02em;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:99px;padding:5px 12px;font-size:.78rem;font-weight:600;transition:all .18s cubic-bezier(.16,1,.3,1)}.SearchBar-module__KdGN3G__translationPill:hover:not(:disabled){color:var(--text-primary);background:#fff9}.SearchBar-module__KdGN3G__translationPill:disabled{opacity:.5;cursor:not-allowed}.SearchBar-module__KdGN3G__translationPillActive{font-weight:700;box-shadow:0 2px 8px #475c4c1a,0 1px 2px #0000000a;color:var(--gold-600)!important;background:#fff!important;border-color:#6b8e7b4d!important}.SearchBar-module__KdGN3G__translationName{color:var(--text-secondary);white-space:nowrap;font-size:.75rem;font-style:italic}.SearchBar-module__KdGN3G__modeToggleRow{border-radius:var(--radius-sm);background:#ebe2d28c;border:1px solid #6b8e7b47;align-items:center;gap:4px;padding:3px;display:flex}.SearchBar-module__KdGN3G__modeToggleBtn{color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;padding:.4rem .8rem;font-size:.8rem;font-weight:600;transition:all .18s cubic-bezier(.16,1,.3,1);display:inline-flex}.SearchBar-module__KdGN3G__modeToggleBtn:hover:not(:disabled){color:var(--gold-600);background:#ffffffd9}.SearchBar-module__KdGN3G__modeToggleBtn:disabled{opacity:.5;cursor:not-allowed}.SearchBar-module__KdGN3G__modeToggleActive{font-weight:700;color:var(--gold-600)!important;background:#fff!important;border-color:#6b8e7b59!important;box-shadow:0 1px 4px #475c4c1a!important}.SearchBar-module__KdGN3G__submitBtn{color:#fff;min-height:48px;font-family:var(--font-sans);border-radius:var(--radius-md);cursor:pointer;transition:transform var(--touch-spring-duration,75ms) ease-out, box-shadow .18s, background .18s;white-space:nowrap;background:linear-gradient(135deg,#b58414 0%,#7d5605 100%);border:1px solid #7d5605;align-items:center;gap:8px;padding:.75rem 1.6rem;font-size:.92rem;font-weight:700;display:flex;box-shadow:0 4px 14px #6b8e7b52,inset 0 1px #fff6}.SearchBar-module__KdGN3G__submitBtn:hover:not(:disabled){background:linear-gradient(135deg,#c8940e 0%,#916307 100%);box-shadow:0 8px 24px #6b8e7b6b}.SearchBar-module__KdGN3G__submitBtn:active:not(:disabled){transform:var(--touch-spring-active,scale(.97));box-shadow:0 2px 6px #6b8e7b40}.SearchBar-module__KdGN3G__submitBtn:focus-visible{outline:2px solid var(--gold-400);outline-offset:2px}.SearchBar-module__KdGN3G__submitBtn:disabled{opacity:.55;cursor:not-allowed}.SearchBar-module__KdGN3G__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite SearchBar-module__KdGN3G__spin}@keyframes SearchBar-module__KdGN3G__spin{to{transform:rotate(360deg)}}.SearchBar-module__KdGN3G__examples{margin-top:1.25rem}.SearchBar-module__KdGN3G__examplesLabel{color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;margin-bottom:.6rem;font-size:.78rem;font-weight:700}.SearchBar-module__KdGN3G__exampleChips{flex-wrap:wrap;gap:.5rem;display:flex}.SearchBar-module__KdGN3G__chip{color:var(--text-secondary);cursor:pointer;background:#fff;border:1px solid #6b8e7b47;border-radius:99px;padding:6px 14px;font-size:.82rem;font-weight:500;transition:all .18s cubic-bezier(.16,1,.3,1);display:inline-block;box-shadow:0 1px 4px #475c4c0a}.SearchBar-module__KdGN3G__chip:hover{border-color:var(--gold-400);color:var(--gold-600);background:#6b8e7b1a;transform:translateY(-1px);box-shadow:0 3px 8px #6b8e7b1f}@media (max-width:600px){.SearchBar-module__KdGN3G__inputRow{flex-direction:column}.SearchBar-module__KdGN3G__submitBtn{justify-content:center;width:100%}.SearchBar-module__KdGN3G__controls{flex-direction:column;align-items:flex-start}.SearchBar-module__KdGN3G__translationRow{gap:.5rem}.SearchBar-module__KdGN3G__translationName{display:none}}.SearchBar-module__KdGN3G__slashPopover{z-index:50;background:#fff;border:1px solid #6b8e7b66;border-radius:12px;flex-direction:column;gap:.35rem;padding:.5rem;display:flex;position:absolute;top:calc(100% + 6px);left:0;right:0;box-shadow:0 10px 30px #00000026}.SearchBar-module__KdGN3G__slashItem{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;justify-content:space-between;align-items:center;width:100%;padding:.55rem .85rem;transition:all .15s;display:flex}.SearchBar-module__KdGN3G__slashItem:hover{color:#94690a;background:#f7f8efb8}.SearchBar-module__KdGN3G__slashName{color:#34483d;font-family:monospace;font-size:.9rem;font-weight:700}.SearchBar-module__KdGN3G__slashDesc{color:#7b6f59;font-size:.8rem}
