.btn{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:6px;font-family:inherit;font-weight:500;text-decoration:none;cursor:pointer;transition:all .2s ease;white-space:nowrap;position:relative;outline:none;user-select:none}.btn:focus{box-shadow:0 0 0 3px rgba(59,130,246,.1)}.btn:focus:not(:focus-visible){box-shadow:none}.btn--crew-danger:focus{box-shadow:0 0 0 3px rgba(239,68,68,.1)}.btn--small{padding:.375rem .75rem;min-height:2rem}.btn--medium,.btn--small{font-size:.875rem;line-height:1.25rem}.btn--medium{padding:.5rem 1rem;min-height:2.5rem}.btn--large{padding:.75rem 1.5rem;font-size:1rem;line-height:1.5rem;min-height:3rem}.btn--primary{background:#2563eb;color:#ffffff;border:1px solid #2563eb}.btn--primary:hover:not(.btn--disabled){background:#1d4ed8;border-color:#1d4ed8}.btn--secondary{background:#f8fafc;color:#475569;border:1px solid #d1d5db}.btn--secondary:hover:not(.btn--disabled){background:#f1f5f9;border-color:#9ca3af}.btn--danger{background:#dc2626;color:#ffffff;border:1px solid #dc2626}.btn--danger:hover:not(.btn--disabled){background:#b91c1c;border-color:#b91c1c}.btn--crew-secondary{background:#dbeafe;color:#2563eb;border:1px solid transparent}.btn--crew-secondary:hover:not(.btn--disabled){background:#2563eb;color:#ffffff}.btn--crew-danger{background:rgba(239,68,68,.1);color:#dc2626;border:1px solid transparent}.btn--crew-danger:hover:not(.btn--disabled){background:#dc2626;color:#ffffff}.btn--success{background:#059669;color:#ffffff;border:1px solid #059669}.btn--success:hover:not(.btn--disabled){background:#047857;border-color:#047857}.btn--outline{background:transparent;color:#2563eb;border:1px solid #2563eb}.btn--outline:hover:not(.btn--disabled){background:#2563eb;color:#ffffff}.btn--text{background:transparent;color:#2563eb;border:1px solid transparent;padding:.25rem .5rem}.btn--text:hover:not(.btn--disabled){background:#f0f9ff;color:#1d4ed8}.btn--disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.btn__icon{display:inline-flex;align-items:center;justify-content:center}.btn__icon--left{margin-right:.5rem}.btn__icon--right{margin-left:.5rem}.btn-primary-small,.btn__content{display:inline-flex;align-items:center}.btn-primary-small{justify-content:center;border-radius:6px;font-family:inherit;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;padding:.375rem .75rem;font-size:.875rem;line-height:1.25rem;min-height:2rem;background:#2563eb;color:#ffffff;border:1px solid #2563eb}.btn-primary-small:hover:not(:disabled){background:#1d4ed8;border-color:#1d4ed8}.btn-secondary-small{display:inline-flex;align-items:center;justify-content:center;border-radius:6px;font-family:inherit;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;padding:.375rem .75rem;font-size:.875rem;line-height:1.25rem;min-height:2rem;background:#f8fafc;color:#475569;border:1px solid #d1d5db}.btn-secondary-small:hover:not(:disabled){background:#f1f5f9;border-color:#9ca3af}.btn-outline-danger-small{display:inline-flex;align-items:center;justify-content:center;border-radius:6px;font-family:inherit;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;padding:.375rem .75rem;font-size:.875rem;line-height:1.25rem;min-height:2rem;background:transparent;color:#dc2626;border:1px solid #dc2626}.btn-outline-danger-small:hover:not(:disabled){background:#dc2626;color:#ffffff}.btn-text-small{display:inline-flex;align-items:center;justify-content:center;border-radius:6px;font-family:inherit;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;padding:.25rem .5rem;font-size:.875rem;line-height:1.25rem;min-height:1.5rem;background:transparent;color:#2563eb;border:1px solid transparent}.btn-text-small:hover:not(:disabled){background:#f0f9ff;color:#1d4ed8}@media (max-width:640px){.btn--medium{padding:.375rem .75rem;font-size:.875rem;min-height:2rem}.btn--large{padding:.5rem 1rem;font-size:.875rem;min-height:2.25rem}}