.primary-button{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.5rem .9rem;border-radius:8px;font-size:.875rem;border:none;cursor:pointer;transition:background-color .15s ease-out,color .15s ease-out,transform .15s ease-out,box-shadow .15s ease-out;white-space:nowrap}.primary-button:disabled{opacity:.6;cursor:not-allowed}.primary-button{background-color:#ff2d95;color:#fff;padding:12px;border-radius:10px;font-weight:500;transition:background-color .3s ease,transform .3s ease,box-shadow .3s ease}.primary-button:hover:not(:disabled){background-color:#e0247e}.primary-button.disabled,.primary-button:disabled{background-color:#ccc;color:#666;cursor:not-allowed;opacity:.6}.primary-button.disabled:hover,.primary-button:disabled:hover{background-color:#ccc;transform:none}.primary-button{width:auto;font-size:16px;font-weight:700;margin-top:10px;text-decoration:none;display:inline-block;text-align:center}.primary-button.full-width{width:100%}.primary-button:hover:not(:disabled){background:linear-gradient(90deg,#ff2d95,#ff7e80)}.primary-button:active:not(:disabled){transform:translateY(1px)}.secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.5rem .9rem;border-radius:8px;font-size:.875rem;font-weight:500;border:none;cursor:pointer;transition:background-color .15s ease-out,color .15s ease-out,transform .15s ease-out,box-shadow .15s ease-out;white-space:nowrap;background:#fff;color:#ff2d95;border:2px solid #ff2d95;padding:12px;border-radius:10px;font-weight:700;transition:all .3s ease}.secondary-button:hover{background:#ffe0ef;color:#ff2d95}.secondary-button{width:auto;font-size:16px;margin-top:10px;text-decoration:none;display:inline-block;text-align:center}.secondary-button.full-width{width:100%}.secondary-button:hover:not(:disabled){background:#ffe0ef;color:#ff2d95}.secondary-button:active:not(:disabled){transform:translateY(1px)}.secondary-button:disabled{opacity:.6;cursor:not-allowed;background:#fff;color:#6c757d;border-color:#6c757d}