@keyframes rec-spin{to{transform:rotate(1turn)}}.recommender-animate{animation:rec-spin .9s linear infinite}@media (prefers-reduced-motion:reduce){.recommender-animate{animation:none!important;transition:none!important}}.rec-section{display:flex;flex-direction:column;gap:1.5rem}.rec-section h1{font-size:1.5rem;font-weight:800;letter-spacing:-.01em;line-height:1.25;margin:0 0 .375rem}.rec-section>p:first-of-type{margin:0;color:var(--foreground-muted);font-size:.95rem}.rec-card{background:var(--surface);border:1px solid #e5e2d9;border-radius:1rem;box-shadow:0 1px 2px rgba(17,17,17,.04),0 4px 12px rgba(17,17,17,.05);transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.rec-card:hover:not(:disabled){border-color:#d8d4c8}.rec-card[aria-checked=true],.rec-card[aria-pressed=true]{border-color:var(--brand-yellow);border-width:2px;box-shadow:0 2px 8px rgba(255,204,0,.35)}.rec-card:disabled{opacity:.5;cursor:not-allowed}.rec-actions{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.rec-actions--end{justify-content:flex-end}.rec-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:44px;padding:0 1.5rem;border-radius:999px;font-size:.95rem;font-weight:600;border:1.5px solid transparent;cursor:pointer;transition:filter .15s ease,background .15s ease;white-space:nowrap}.rec-button:disabled{opacity:.5;cursor:not-allowed}.rec-button-primary{background:var(--brand-yellow);color:var(--brand-yellow-contrast)}.rec-button-primary:hover:not(:disabled){filter:brightness(.96)}.rec-button-secondary{background:var(--surface);color:var(--foreground);border-color:#d8d4c8}.rec-button-secondary:hover:not(:disabled){border-color:var(--foreground)}.rec-input,.rec-textarea{width:100%;border:1.5px solid #d8d4c8;border-radius:.75rem;padding:.75rem 1rem;font-size:.95rem;font-family:inherit;background:var(--surface);box-sizing:border-box}.rec-input:focus,.rec-textarea:focus{outline:2px solid var(--brand-yellow);outline-offset:1px;border-color:var(--brand-yellow)}.rec-field-label{display:block;font-weight:600;font-size:.9rem;margin-bottom:.5rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}