.fb-page{max-width:640px;margin:0 auto;padding:8px 0 56px}.fb-head{margin-bottom:20px}.fb-title{margin:0 0 8px;font-size:28px;font-weight:700;letter-spacing:-.02em;color:var(--text)}.fb-lead{margin:0;font-size:15px;line-height:1.5;color:var(--text)}.fb-form{display:flex;flex-direction:column}.fb-form .form-field{margin-bottom:22px}.fb-form .fb-label,.fb-form .form-field>label{display:block;font-size:13px;font-weight:600;color:var(--text);margin-bottom:8px;letter-spacing:-.005em}.fb-form .form-required{color:var(--danger)}.fb-form .form-hint{margin:6px 0 0;font-size:12px;color:var(--text-muted)}.fb-form .form-hint-counter{text-align:right;font-variant-numeric:tabular-nums}.fb-form .form-error{margin:6px 0 0;font-size:12.5px;font-weight:500;color:var(--danger)}.fb-form .form-input,.fb-form select.form-input,.fb-form textarea.form-input{display:block;width:100%;padding:13px 16px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r-input);font:inherit;font-size:15px;color:var(--text);outline:none;transition:border-color .13s ease,box-shadow .13s ease,background .13s ease}.fb-form .form-input::placeholder{color:var(--text-subtle)}.fb-form .form-input:hover:not(:disabled){border-color:var(--border-strong)}.fb-form .form-input:focus{border-color:var(--accent);background:var(--surface);box-shadow:0 0 0 4px var(--accent-soft)}.fb-form .form-input:disabled{opacity:.6;cursor:not-allowed}.fb-form .form-input-error,.fb-form .form-input-error:focus{border-color:var(--danger);box-shadow:0 0 0 4px var(--danger-soft)}.fb-form textarea.form-input{resize:vertical;min-height:120px;font-family:inherit;line-height:1.55}.fb-counter-over{color:var(--danger)!important;font-weight:600}.fb-drop{border:1px dashed var(--border-strong);border-radius:var(--r-card);padding:12px;background:var(--surface-2);transition:border-color .13s ease,background .13s ease}.fb-drop-over{border-color:var(--accent);background:var(--accent-soft)}.fb-shot-list{display:flex;flex-wrap:wrap;gap:10px;margin:0;padding:0;list-style:none}.fb-shot{position:relative;width:92px;height:92px;border-radius:var(--r-input);overflow:hidden;background:var(--surface);border:1px solid var(--border)}.fb-shot-img{width:100%;height:100%;object-fit:cover;display:block}.fb-shot-remove{position:absolute;top:4px;right:4px;width:24px;height:24px;display:grid;place-items:center;border:0;border-radius:var(--r-pill);background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm);cursor:pointer;transition:background .13s ease,color .13s ease,transform .13s ease}.fb-shot-remove:hover:not(:disabled){background:var(--danger);color:#fff}.fb-shot-remove:active:not(:disabled){transform:scale(.92)}.fb-shot-remove:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.fb-shot-remove:disabled{opacity:.5;cursor:not-allowed}.fb-shot-add{border-style:dashed;background:transparent}.fb-shot-add-btn{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer;color:var(--text-muted);font-size:12px;transition:color .13s ease,background .13s ease}.fb-shot-add-btn:hover{color:var(--accent);background:var(--accent-soft)}.fb-shot-add:focus-within,.fb-shots input[type=file]:focus-visible+.fb-shot-add-btn{outline:2px solid var(--accent);outline-offset:2px}.fb-shot-add-text{line-height:1}.fb-shot-busy{display:grid;place-items:center;border-style:dashed}.fb-shot-spinner{width:22px;height:22px;border-radius:var(--r-pill);border:2px solid var(--border-strong);border-top-color:var(--accent);animation:fb-spin .7s linear infinite}@keyframes fb-spin{to{transform:rotate(1turn)}}.fb-submit{align-self:flex-start;min-width:160px;padding:13px 28px;font-size:15px;border-radius:var(--r-input);cursor:pointer}.fb-submit:disabled{opacity:.55;cursor:not-allowed}.fb-submit:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.fb-auth-note{margin-top:12px!important}.fb-done{text-align:center;padding:16px 0 8px}.fb-done-icon{width:52px;height:52px;margin:0 auto 16px;display:grid;place-items:center;border-radius:var(--r-pill);background:var(--accent-soft);color:var(--accent)}.fb-done-title{margin:0 0 8px;font-size:20px;font-weight:700;color:var(--text)}.fb-done-text{margin:0 auto 24px;max-width:380px;font-size:14.5px;line-height:1.55;color:var(--text-muted)}.fb-done-id{font-variant-numeric:tabular-nums;font-weight:600;color:var(--text)}.fb-done-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}@media (max-width:480px){.fb-title{font-size:23px}.fb-submit{align-self:stretch;width:100%}.fb-shot{width:78px;height:78px}.fb-done-actions .btn-ghost,.fb-done-actions .btn-primary{width:100%}}@media (prefers-reduced-motion:reduce){.fb-drop,.fb-form .form-input,.fb-shot-add-btn,.fb-shot-remove{transition:none}.fb-shot-spinner{animation-duration:2s}}