.hs-root{--error:#e53935;--error-dark:#c62828;--error-light:#ffebee;--success:#43a047;--success-light:#e8f5e9;--warning:#fb8c00;--warning-light:#fff3e0;font-family:var(--font);color:var(--text);background:linear-gradient(135deg, var(--customer-primary) 0%, var(--customer-primary-darker) 100%);flex-direction:column;min-height:100vh;font-size:16px;line-height:1.6;display:flex}.hs-root a{color:inherit;text-decoration:none}.hs-header{justify-content:center;align-items:center;padding:1rem 1.5rem;display:flex}.hs-header__logo{width:auto;height:32px}.hs-main{flex:1;justify-content:center;align-items:center;padding:1rem;display:flex}.hs-card{background:var(--white);border-radius:var(--radius-lg);width:100%;max-width:460px;overflow:hidden;box-shadow:0 24px 48px #0003}.hs-card__header{text-align:center;padding:2rem 2rem 1rem}.hs-card__icon{border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1rem;font-size:1.75rem;display:inline-flex}.hs-card__icon--login{background:var(--customer-primary-light)}.hs-card__icon--warning{background:var(--error-light)}.hs-card__icon--success{background:var(--success-light)}.hs-card__title{color:var(--text);margin-bottom:.5rem;font-size:1.375rem;font-weight:700}.hs-card__subtitle{color:var(--text-muted);font-size:.9rem;line-height:1.5}.hs-card__body{padding:1rem 2rem 2rem}.hs-form-group{margin-bottom:1.25rem}.hs-form-group label{color:var(--text);margin-bottom:.375rem;font-size:.85rem;font-weight:600;display:block}.hs-form-input{width:100%;font-family:var(--font);border-radius:var(--radius);background:var(--white);color:var(--text);border:2px solid #e0e0e0;outline:none;padding:.875rem 1rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.hs-form-input:focus{border-color:var(--customer-primary);box-shadow:0 0 0 3px #1e88e526}.hs-form-input::placeholder{color:#bdbdbd}.hs-btn{width:100%;font-family:var(--font);border-radius:var(--radius);cursor:pointer;border:none;justify-content:center;align-items:center;min-height:48px;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;transition:background .2s,transform .15s,opacity .2s;display:inline-flex}.hs-btn:active{transform:scale(.98)}.hs-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.hs-btn--primary{background:var(--customer-primary);color:var(--white)}.hs-btn--primary:hover:not(:disabled){background:var(--customer-primary-dark)}.hs-btn--danger{background:var(--error);color:var(--white)}.hs-btn--danger:hover:not(:disabled){background:var(--error-dark)}.hs-btn--outline{color:var(--text-muted);background:0 0;border:2px solid #e0e0e0}.hs-btn--outline:hover:not(:disabled){background:var(--grey-light);border-color:#bdbdbd}.hs-btn+.hs-btn{margin-top:.75rem}.hs-alert{border-radius:var(--radius);margin-bottom:1rem;padding:.875rem 1rem;font-size:.875rem;line-height:1.5;display:none}.hs-alert--error{background:var(--error-light);color:var(--error-dark);border:1px solid #e5393533}.hs-alert--visible{display:block}.hs-warning-box{background:var(--warning-light);border-radius:var(--radius);border:1px solid #fb8c004d;margin-bottom:1.25rem;padding:1rem}.hs-warning-box__title{color:var(--warning);margin-bottom:.375rem;font-size:.9rem;font-weight:600}.hs-delete-list{margin-bottom:1.25rem;padding:0;list-style:none}.hs-delete-list li{color:var(--text);padding:.5rem 0 .5rem 1.5rem;font-size:.9rem;position:relative}.hs-delete-list li:before{content:"×";color:var(--error);font-size:1.1rem;font-weight:700;position:absolute;left:0}.hs-confirm-check{background:var(--error-light);border-radius:var(--radius);cursor:pointer;align-items:flex-start;gap:.75rem;margin-bottom:1.25rem;padding:1rem;display:flex}.hs-confirm-check input[type=checkbox]{width:20px;height:20px;accent-color:var(--error);cursor:pointer;flex-shrink:0;margin-top:2px}.hs-confirm-check span{color:var(--error-dark);font-size:.85rem;font-weight:500;line-height:1.4}.hs-success-message{text-align:center;padding:1rem 0}.hs-success-message p{color:var(--text-muted);margin-bottom:1.5rem;font-size:.9rem;line-height:1.5}.hs-spinner{border:2.5px solid #ffffff4d;border-top-color:var(--white);border-radius:50%;width:20px;height:20px;margin-right:.5rem;animation:.6s linear infinite hs-spin;display:inline-block}@keyframes hs-spin{to{transform:rotate(360deg)}}.hs-steps-indicator{justify-content:center;gap:.5rem;padding:0 2rem 1rem;display:flex}.hs-steps-indicator__dot{background:#e0e0e0;border-radius:50%;width:8px;height:8px;transition:background .3s,transform .3s}.hs-steps-indicator__dot--active{background:var(--customer-primary);transform:scale(1.3)}.hs-steps-indicator__dot--done{background:var(--success)}.hs-footer{text-align:center;padding:1rem}.hs-footer a{color:#fffc;font-size:.85rem;font-weight:500;transition:color .2s}.hs-footer a:hover{color:var(--white)}@media (max-width:480px){.hs-card__body{padding:1rem 1.25rem 1.5rem}.hs-card__header{padding:1.5rem 1.25rem .75rem}.hs-steps-indicator{padding:0 1.25rem .75rem}}
