.add-pet-page[data-astro-cid-fpbnjqak]{padding:2rem 0 4rem;min-height:80vh;background:linear-gradient(180deg,#f8fafc,#fff)}.auth-loading[data-astro-cid-fpbnjqak]{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1rem;color:var(--color-muted-foreground)}.loading-spinner[data-astro-cid-fpbnjqak]{width:48px;height:48px;border:3px solid var(--color-border);border-top-color:var(--color-primary-500);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.page-header[data-astro-cid-fpbnjqak]{margin-bottom:2.5rem}.breadcrumb[data-astro-cid-fpbnjqak]{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--color-muted-foreground);margin-bottom:.75rem}.breadcrumb[data-astro-cid-fpbnjqak] a[data-astro-cid-fpbnjqak]{color:var(--color-primary-600);text-decoration:none;transition:color .2s}.breadcrumb[data-astro-cid-fpbnjqak] a[data-astro-cid-fpbnjqak]:hover{color:var(--color-primary-700)}.breadcrumb[data-astro-cid-fpbnjqak] svg[data-astro-cid-fpbnjqak]{opacity:.5}.page-header[data-astro-cid-fpbnjqak] h1[data-astro-cid-fpbnjqak]{font-size:2rem;font-weight:700;background:linear-gradient(135deg,var(--color-primary-600) 0%,var(--color-primary-500) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 .5rem}.header-subtitle[data-astro-cid-fpbnjqak]{color:var(--color-muted-foreground);font-size:1rem;margin:0}.add-pet-form[data-astro-cid-fpbnjqak]{max-width:720px}.form-section[data-astro-cid-fpbnjqak]{background:#fff;border-radius:1.25rem;padding:1.5rem 2rem 2rem;margin-bottom:1.5rem;border:1px solid var(--color-border);box-shadow:0 2px 12px #0000000a}.section-title[data-astro-cid-fpbnjqak]{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;color:var(--color-foreground);margin:0 0 .375rem}.section-number[data-astro-cid-fpbnjqak]{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:linear-gradient(135deg,var(--color-primary-500) 0%,var(--color-primary-600) 100%);color:#fff;font-size:.875rem;font-weight:700;border-radius:50%}.section-description[data-astro-cid-fpbnjqak]{color:var(--color-muted-foreground);font-size:.9375rem;margin:0 0 1.5rem;padding-left:2.75rem}.pet-type-grid[data-astro-cid-fpbnjqak]{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.75rem}.pet-type-card[data-astro-cid-fpbnjqak]{position:relative;cursor:pointer}.pet-type-card[data-astro-cid-fpbnjqak] input[data-astro-cid-fpbnjqak]{position:absolute;opacity:0;width:0;height:0}.pet-type-card[data-astro-cid-fpbnjqak] .card-content[data-astro-cid-fpbnjqak]{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem 1rem;background:var(--color-muted);border:2px solid transparent;border-radius:1rem;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.pet-type-card[data-astro-cid-fpbnjqak]:hover .card-content[data-astro-cid-fpbnjqak]{background:#fff;border-color:var(--color-primary-200);transform:translateY(-2px);box-shadow:0 4px 12px #10b98126}.pet-type-card[data-astro-cid-fpbnjqak] input[data-astro-cid-fpbnjqak]:checked+.card-content[data-astro-cid-fpbnjqak]{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-color:var(--color-primary-500);box-shadow:0 4px 16px #10b98140}.pet-emoji[data-astro-cid-fpbnjqak]{font-size:2.5rem;line-height:1;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.pet-label[data-astro-cid-fpbnjqak]{font-size:.8125rem;font-weight:600;color:var(--color-foreground)}.check-indicator[data-astro-cid-fpbnjqak]{position:absolute;top:.5rem;right:.5rem;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;background:var(--color-primary-500);color:#fff;border-radius:50%;opacity:0;transform:scale(.5);transition:all .3s cubic-bezier(.34,1.56,.64,1)}.pet-type-card[data-astro-cid-fpbnjqak] input[data-astro-cid-fpbnjqak]:checked~.check-indicator[data-astro-cid-fpbnjqak]{opacity:1;transform:scale(1)}.form-grid[data-astro-cid-fpbnjqak]{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.form-group[data-astro-cid-fpbnjqak]{display:flex;flex-direction:column;gap:.5rem}.form-group[data-astro-cid-fpbnjqak].full-width{grid-column:1 / -1}.form-label[data-astro-cid-fpbnjqak]{font-size:.875rem;font-weight:600;color:var(--color-foreground)}.required[data-astro-cid-fpbnjqak]{color:var(--color-error)}.form-input[data-astro-cid-fpbnjqak]{padding:.75rem 1rem;font-size:.9375rem;border:1px solid var(--color-border);border-radius:.75rem;background:#fff;color:var(--color-foreground);transition:all .2s;outline:none}.form-input[data-astro-cid-fpbnjqak]:focus{border-color:var(--color-primary-400);box-shadow:0 0 0 3px #10b9811a}.form-input[data-astro-cid-fpbnjqak]::placeholder{color:var(--color-muted-foreground)}.input-hint[data-astro-cid-fpbnjqak]{font-size:.75rem;color:var(--color-muted-foreground)}.input-with-icon[data-astro-cid-fpbnjqak]{position:relative;display:flex;align-items:center}.input-with-icon[data-astro-cid-fpbnjqak] svg[data-astro-cid-fpbnjqak]{position:absolute;left:1rem;color:var(--color-muted-foreground);pointer-events:none}.input-with-icon[data-astro-cid-fpbnjqak] .form-input[data-astro-cid-fpbnjqak]{padding-left:3rem}.gender-select[data-astro-cid-fpbnjqak]{display:flex;gap:.75rem}.gender-option[data-astro-cid-fpbnjqak]{flex:1;cursor:pointer}.gender-option[data-astro-cid-fpbnjqak] input[data-astro-cid-fpbnjqak]{position:absolute;opacity:0;width:0;height:0}.gender-card[data-astro-cid-fpbnjqak]{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.875rem .75rem;background:var(--color-muted);border:2px solid transparent;border-radius:.75rem;font-size:.8125rem;font-weight:500;color:var(--color-foreground);transition:all .2s}.gender-option[data-astro-cid-fpbnjqak]:hover .gender-card[data-astro-cid-fpbnjqak]{background:#fff;border-color:var(--color-border)}.gender-option[data-astro-cid-fpbnjqak] input[data-astro-cid-fpbnjqak]:checked+.gender-card[data-astro-cid-fpbnjqak]{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-color:var(--color-primary-500)}.gender-icon[data-astro-cid-fpbnjqak]{font-size:1.25rem;font-weight:700}.gender-icon[data-astro-cid-fpbnjqak].male{color:#3b82f6}.gender-icon[data-astro-cid-fpbnjqak].female{color:#ec4899}.gender-icon[data-astro-cid-fpbnjqak].unknown{color:#9ca3af}.photo-upload-area[data-astro-cid-fpbnjqak]{position:relative;border:2px dashed var(--color-border);border-radius:1rem;padding:2rem;text-align:center;transition:all .3s;cursor:pointer;overflow:hidden}.photo-upload-area[data-astro-cid-fpbnjqak]:hover,.photo-upload-area[data-astro-cid-fpbnjqak].dragover{border-color:var(--color-primary-400);background:linear-gradient(135deg,#ecfdf5,#d1fae5)}.photo-input[data-astro-cid-fpbnjqak]{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.upload-content[data-astro-cid-fpbnjqak]{pointer-events:none}.upload-icon[data-astro-cid-fpbnjqak]{display:inline-flex;align-items:center;justify-content:center;width:5rem;height:5rem;background:linear-gradient(135deg,var(--color-primary-100) 0%,var(--color-primary-50) 100%);color:var(--color-primary-500);border-radius:1rem;margin-bottom:1rem}.upload-text[data-astro-cid-fpbnjqak]{font-size:1rem;font-weight:600;color:var(--color-foreground);margin:0 0 .25rem}.upload-hint[data-astro-cid-fpbnjqak]{font-size:.8125rem;color:var(--color-muted-foreground);margin:0}.preview-content[data-astro-cid-fpbnjqak]{position:relative}.preview-content[data-astro-cid-fpbnjqak] img[data-astro-cid-fpbnjqak]{max-width:200px;max-height:200px;border-radius:1rem;object-fit:cover;box-shadow:0 4px 12px #00000026}.remove-photo-btn[data-astro-cid-fpbnjqak]{position:absolute;top:-.5rem;right:calc(50% - 100px - .5rem);width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:#ef4444;color:#fff;border:none;border-radius:50%;cursor:pointer;box-shadow:0 2px 8px #ef444466;transition:all .2s;z-index:10}.remove-photo-btn[data-astro-cid-fpbnjqak]:hover{background:#dc2626;transform:scale(1.1)}.form-actions[data-astro-cid-fpbnjqak]{display:flex;justify-content:space-between;gap:1rem;margin-top:.5rem}.btn-primary[data-astro-cid-fpbnjqak],.btn-secondary[data-astro-cid-fpbnjqak]{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.9375rem;font-weight:600;border-radius:.75rem;text-decoration:none;border:none;cursor:pointer;transition:all .3s}.btn-primary[data-astro-cid-fpbnjqak]{background:linear-gradient(135deg,var(--color-primary-500) 0%,var(--color-primary-600) 100%);color:#fff;box-shadow:0 4px 12px #10b9814d}.btn-primary[data-astro-cid-fpbnjqak]:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b98166}.btn-primary[data-astro-cid-fpbnjqak]:disabled{opacity:.7;cursor:not-allowed;transform:none}.btn-secondary[data-astro-cid-fpbnjqak]{background:var(--color-muted);color:var(--color-foreground)}.btn-secondary[data-astro-cid-fpbnjqak]:hover{background:var(--color-border)}.spinner[data-astro-cid-fpbnjqak]{width:18px;height:18px;animation:spin 1s linear infinite}.spinner-circle[data-astro-cid-fpbnjqak]{stroke:currentColor;stroke-dasharray:60;stroke-dashoffset:45}.form-error[data-astro-cid-fpbnjqak]{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:linear-gradient(135deg,#fef2f2,#fee2e2);border:1px solid #fecaca;border-radius:.75rem;color:#dc2626;font-size:.9375rem;font-weight:500;margin-top:1rem}@media(max-width:768px){.form-section[data-astro-cid-fpbnjqak]{padding:1.25rem 1.5rem 1.5rem}.section-description[data-astro-cid-fpbnjqak]{padding-left:0}.form-grid[data-astro-cid-fpbnjqak]{grid-template-columns:1fr}.pet-type-grid[data-astro-cid-fpbnjqak]{grid-template-columns:repeat(3,1fr)}.gender-select[data-astro-cid-fpbnjqak]{flex-direction:column}.form-actions[data-astro-cid-fpbnjqak]{flex-direction:column-reverse}.btn-primary[data-astro-cid-fpbnjqak],.btn-secondary[data-astro-cid-fpbnjqak]{width:100%}}@media(max-width:480px){.page-header[data-astro-cid-fpbnjqak] h1[data-astro-cid-fpbnjqak]{font-size:1.5rem}.pet-type-grid[data-astro-cid-fpbnjqak]{grid-template-columns:repeat(2,1fr)}.pet-emoji[data-astro-cid-fpbnjqak]{font-size:2rem}}
