.form-field[data-astro-cid-geof7azc]{display:flex;flex-direction:column;gap:.5rem}.form-label[data-astro-cid-geof7azc]{font-size:.875rem;font-weight:500;color:var(--text-secondary, #374151);display:flex;align-items:center;gap:.25rem}.required-indicator[data-astro-cid-geof7azc]{color:#ef4444;font-weight:600}.form-input[data-astro-cid-geof7azc]{width:100%;border-radius:.75rem;border:1px solid var(--border-color, #e5e7eb);padding:.75rem 1rem;font-size:.875rem;transition:all .2s;background-color:var(--bg-primary, white);color:var(--text-primary, #111827)}.form-input[data-astro-cid-geof7azc]:focus{outline:none;border-color:var(--accent-color, #2563eb);box-shadow:0 0 0 3px #2563eb1a}.form-input[data-astro-cid-geof7azc]:disabled{background-color:var(--bg-tertiary, #f3f4f6);cursor:not-allowed;opacity:.6}.form-input[data-astro-cid-geof7azc].error{border-color:#ef4444}.form-input[data-astro-cid-geof7azc].error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.form-help-text[data-astro-cid-geof7azc]{font-size:.75rem;color:var(--text-muted, #6b7280);margin:0}.form-error-text[data-astro-cid-geof7azc]{font-size:.75rem;color:#ef4444;margin:0;font-weight:500}.form-input[data-astro-cid-geof7azc][type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.form-input[data-astro-cid-geof7azc][type=number]::-webkit-outer-spin-button,.form-input[data-astro-cid-geof7azc][type=number]::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;margin:0}.form-input[data-astro-cid-geof7azc]::-moz-placeholder{color:var(--text-muted, #9ca3af)}.form-input[data-astro-cid-geof7azc]::placeholder{color:var(--text-muted, #9ca3af)}.form-select-wrapper[data-astro-cid-3ev6i3yl]{display:flex;flex-direction:column;gap:.5rem}.form-label[data-astro-cid-3ev6i3yl]{font-size:.875rem;font-weight:500;color:var(--text-secondary, #374151);display:flex;align-items:center;gap:.25rem}.required-indicator[data-astro-cid-3ev6i3yl]{color:#ef4444;font-weight:600}.select-container[data-astro-cid-3ev6i3yl]{position:relative}.form-select[data-astro-cid-3ev6i3yl]{width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.75rem;border:1px solid var(--border-color, #e5e7eb);padding:.75rem 2.5rem .75rem 1rem;font-size:.875rem;transition:all .2s;background-color:var(--bg-primary, white);color:var(--text-primary, #111827);cursor:pointer}.form-select[data-astro-cid-3ev6i3yl]:focus{outline:none;border-color:var(--accent-color, #2563eb);box-shadow:0 0 0 3px #2563eb1a}.form-select[data-astro-cid-3ev6i3yl]:disabled{background-color:var(--bg-tertiary, #f3f4f6);cursor:not-allowed;opacity:.6}.form-select[data-astro-cid-3ev6i3yl].error{border-color:#ef4444}.form-select[data-astro-cid-3ev6i3yl].error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.select-icon[data-astro-cid-3ev6i3yl]{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);width:1.25rem;height:1.25rem;color:var(--text-muted, #6b7280);pointer-events:none}.form-select[data-astro-cid-3ev6i3yl]:disabled+.select-icon[data-astro-cid-3ev6i3yl]{opacity:.5}.form-help-text[data-astro-cid-3ev6i3yl]{font-size:.75rem;color:var(--text-muted, #6b7280);margin:0}.form-error-text[data-astro-cid-3ev6i3yl]{font-size:.75rem;color:#ef4444;margin:0;font-weight:500}.form-select[data-astro-cid-3ev6i3yl] option[data-astro-cid-3ev6i3yl][value=""][disabled]{color:var(--text-muted, #9ca3af)}#toast-container[data-astro-cid-5i5fqekp]{position:fixed;top:1rem;right:1rem;z-index:9999;display:flex;flex-direction:column;gap:.75rem;max-width:24rem;pointer-events:none}@media(max-width:640px){#toast-container[data-astro-cid-5i5fqekp]{left:1rem;right:1rem;max-width:none}}@supports (padding-top: env(safe-area-inset-top)){#toast-container[data-astro-cid-5i5fqekp]{top:calc(1rem + env(safe-area-inset-top));right:calc(1rem + env(safe-area-inset-right))}@media(max-width:640px){#toast-container[data-astro-cid-5i5fqekp]{left:calc(1rem + env(safe-area-inset-left));right:calc(1rem + env(safe-area-inset-right))}}}.toast{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:var(--bg-primary);border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border-left:4px solid;border-top:1px solid var(--border-color);border-right:1px solid var(--border-color);border-bottom:1px solid var(--border-color);pointer-events:auto;animation:slideIn .3s ease-out;max-width:100%}.toast.removing{animation:slideOut .3s ease-out forwards}.toast.success{border-left-color:#10b981}.toast.error{border-left-color:#ef4444}.toast.warning{border-left-color:#f59e0b}.toast.info{border-left-color:#3b82f6}.toast-icon{flex-shrink:0;width:1.5rem;height:1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.toast.success .toast-icon{background:#10b98126;color:#10b981}.toast.error .toast-icon{background:#ef444426;color:#ef4444}.toast.warning .toast-icon{background:#f59e0b26;color:#f59e0b}.toast.info .toast-icon{background:#3b82f626;color:#3b82f6}.toast-content{flex:1;min-width:0}.toast-title{font-weight:600;font-size:.875rem;color:var(--text-primary);margin:0 0 .25rem}.toast-message{font-size:.875rem;color:var(--text-muted);margin:0;line-height:1.5}.toast-close{flex-shrink:0;background:transparent;border:none;padding:0;cursor:pointer;color:var(--text-muted);transition:color .2s}.toast-close:hover{color:var(--text-primary)}.toast-close svg{width:1.25rem;height:1.25rem}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOut{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}
