.fb-trigger{display:inline-flex;align-items:center;gap:6px;height:38px;padding:0 14px;border:none;border-radius:999px;background:var(--ui-surface,#fff);color:var(--ui-text-sub,#444459);font-family:inherit;font-size:13.5px;font-weight:600;cursor:pointer;transition:color var(--ui-transition, .2s ease),background var(--ui-transition, .2s ease);white-space:nowrap}.fb-trigger:hover{color:var(--ui-primary,#2563eb);background:var(--ui-primary-light,rgba(37,99,235,.1))}.fb-trigger:focus-visible{outline:2px solid var(--ui-primary,#2563eb);outline-offset:2px}.fb-trigger svg{width:17px;height:17px;flex:none}@media (max-width:560px){.fb-trigger{padding:0;width:38px;justify-content:center}.fb-trigger__label{display:none}}.fb-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.fb-modal[hidden]{display:none}.fb-modal__backdrop{position:absolute;inset:0;background:rgba(10,10,20,.55);animation:.18s ease-out fb-modal-fade}.fb-modal__dialog{position:relative;width:100%;max-width:460px;max-height:calc(100vh - 2rem);overflow-y:auto;background:#fff;border-radius:14px;box-shadow:0 24px 48px -12px rgba(0,0,0,.28);padding:1.5rem;animation:.22s cubic-bezier(.16,1,.3,1) fb-modal-pop}:root[data-ui-theme=dark] .fb-modal__dialog{background:#161620}@keyframes fb-modal-fade{from{opacity:0}to{opacity:1}}@keyframes fb-modal-pop{from{opacity:0;transform:translateY(8px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.fb-modal__close{position:absolute;top:.75rem;right:.75rem;width:36px;height:36px;padding:0;border:none;background:var(--ui-surface-alt,#f0f0f5);color:var(--ui-text-sub,#444459);border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.fb-modal__close:hover{background:var(--ui-border,#d4d4dc);color:var(--ui-text,#1a1a2e)}.fb-modal__close svg{width:18px;height:18px}.fb-modal__title{margin:0 2.5rem .25rem 0;font-size:1.25rem;font-weight:800;color:var(--ui-text,#1a1a2e);line-height:1.3;letter-spacing:-.01em;display:flex;align-items:center;gap:8px}.fb-modal__title svg{width:20px;height:20px;color:var(--ui-primary,#2563eb);flex:none}.fb-modal__lead{margin:0 0 1.1rem;font-size:.8rem;color:var(--ui-text-muted,#8888a0);line-height:1.6}.fb-field{margin-bottom:1rem}.fb-label{display:block;font-size:.8rem;font-weight:700;margin-bottom:.45rem;color:var(--ui-text-sub,#444459)}.fb-label .fb-req{color:#dc2626;margin-left:3px}.fb-cats{display:flex;flex-wrap:wrap;gap:8px}.fb-cats input{position:absolute;opacity:0;pointer-events:none}.fb-cats label{display:inline-flex;align-items:center;gap:5px;padding:7px 13px;font-size:.82rem;border:1px solid var(--ui-border,#d4d4dc);border-radius:999px;cursor:pointer;color:var(--ui-text-sub,#444459);transition:border-color .15s,background .15s,color .15s}.fb-cats label:hover{border-color:var(--ui-primary,#2563eb)}.fb-cats input:checked+label{background:var(--ui-primary,#2563eb);border-color:var(--ui-primary,#2563eb);color:#fff}.fb-cats input:focus-visible+label{outline:2px solid var(--ui-primary,#2563eb);outline-offset:2px}.fb-textarea{width:100%;min-height:120px;padding:11px 13px;font:inherit;font-size:.92rem;resize:vertical;border:1px solid var(--ui-border,#d4d4dc);border-radius:10px;background:var(--ui-surface-alt,#f0f0f5);color:var(--ui-text,#1a1a2e)}.fb-textarea:focus{outline:0;border-color:var(--ui-primary,#2563eb);box-shadow:0 0 0 3px var(--ui-primary-glow,rgba(37,99,235,.18))}.fb-counter{text-align:right;font-size:.7rem;color:var(--ui-text-muted,#8888a0);margin-top:5px}.fb-error{display:none;align-items:flex-start;gap:7px;font-size:.8rem;color:#b91c1c;background:rgba(220,38,38,.08);border:1px solid rgba(220,38,38,.3);border-radius:8px;padding:9px 11px;margin-bottom:.9rem;line-height:1.5}.fb-error.is-shown{display:flex}:root[data-ui-theme=dark] .fb-error{color:#fca5a5}.fb-submit{width:100%;height:46px;border:none;border-radius:10px;background:var(--ui-primary,#2563eb);color:#fff;font-family:inherit;font-size:.95rem;font-weight:700;cursor:pointer;transition:background var(--ui-transition, .2s ease)}.fb-submit:hover{background:var(--ui-primary-hover,#1d4fd8)}.fb-submit:disabled{opacity:.5;cursor:not-allowed}.fb-privacy{text-align:center;font-size:.68rem;color:var(--ui-text-muted,#8888a0);margin:.6rem 0 0;line-height:1.5}.fb-done{text-align:center;padding:1rem .5rem}.fb-done__icon{width:56px;height:56px;margin:0 auto .9rem;border-radius:50%;background:var(--ui-primary-light,rgba(37,99,235,.1));display:flex;align-items:center;justify-content:center}.fb-done__icon svg{width:30px;height:30px;color:var(--ui-primary,#2563eb)}.fb-done h3{margin:0 0 .4rem;font-size:1.05rem;color:var(--ui-text,#1a1a2e)}.fb-done p{margin:0;color:var(--ui-text-muted,#8888a0);font-size:.85rem;line-height:1.6}.fb-done__note{margin-top:.6rem!important;font-size:.72rem!important}@media (max-width:640px){.fb-modal__dialog{padding:1.25rem 1rem;max-height:calc(100vh - 1rem)}.fb-modal__title{font-size:1.1rem}}