:root{--color-primary:#43196d;--color-primary-dark:#4a1b78;--color-primary-light:#7a5bbe;--color-accent:#fec33c;--color-background:#eef0f2;--color-white:#fff;--color-text:#3e3f41;--color-text-light:#5a5a5a;--color-text-muted:#b9b9b9;--color-border:#dde2e5;--color-error:#ec2929;--color-success:#28a745;--font-family:"National 2",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--border-radius:8px;--border-radius-lg:20px;--shadow:0 2px 8px rgba(0,0,0,.1);--shadow-lg:0 4px 20px rgba(0,0,0,.15);--transition:all 0.3s ease}*,:after,:before{box-sizing:border-box}body{background-color:var(--color-white);font-family:var(--font-family);font-size:16px;line-height:1.5;margin:0;padding:0;-webkit-font-smoothing:antialiased}body,h1,h2,h3,h4,h5,h6{color:var(--color-text)}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin:0 0 1rem}h2{color:var(--color-primary);font-size:28px}h3{font-size:22px}p{margin:0 0 1rem}.signup-container{margin:0 auto;max-width:1000px;min-height:100vh;padding:2rem 1rem}.stepper{margin-bottom:2rem}.stepper__list{align-items:center;background:var(--color-background);border-radius:var(--border-radius-lg);display:flex;gap:1rem;justify-content:center;list-style:none;margin:0;padding:1rem 2rem}.stepper__item{cursor:pointer;flex-direction:column;gap:.5rem}.stepper__item,.stepper__number{align-items:center;display:flex;transition:var(--transition)}.stepper__number{background:var(--color-primary-light);border-radius:50%;color:var(--color-white);font-size:20px;font-weight:600;height:42px;justify-content:center;width:42px}.stepper__item:hover .stepper__number{background:var(--color-primary-dark)}.stepper__item.active .stepper__number{background:var(--color-primary-dark);transform:scale(1.1)}.stepper__item.completed .stepper__number{background:#c8c9ca}.stepper__item.completed:hover .stepper__number{background:var(--color-primary-light)}.stepper__label{color:var(--color-text-light);font-size:12px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.stepper__item.active .stepper__label{color:var(--color-primary);font-weight:700}@media (max-width:991px){.signup-container{display:flex;flex-direction:column}.stepper{flex-shrink:0;margin-bottom:1.5rem}.stepper__list{flex-wrap:wrap;gap:.75rem;margin-bottom:35px;padding:.75rem 1rem}.stepper__label{display:none}.form-container{flex:1}}@media (max-width:600px){.stepper__list{gap:.5rem;padding:.75rem}.stepper__number{font-size:16px;height:36px;width:36px}}@media (max-width:400px){.stepper__list{gap:.25rem;padding:.5rem}.stepper__number{font-size:14px;height:32px;width:32px}}.form-container{background:var(--color-background);border-radius:var(--border-radius-lg);padding:2rem}@media (max-width:600px){.form-container{border-radius:12px;padding:1.25rem}}@media (max-width:400px){.form-container{padding:1rem}}.step{display:none}.step.active{animation:fadeIn .3s ease;display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.step-intro{color:var(--color-text-light);font-size:18px;margin-bottom:2rem}.signup-form{margin:0 auto;max-width:700px}fieldset{border:none;margin:0 0 2rem;padding:0}legend{border-bottom:2px solid var(--color-border);color:var(--color-text);font-size:18px;font-weight:700;margin-bottom:1rem;padding-bottom:.5rem;width:100%}.form-group{margin-bottom:1.25rem}.form-group--half{max-width:50%}.form-group--checkbox{margin-bottom:1.5rem}.form-row{display:grid;gap:1rem;grid-template-columns:1fr 1fr}@media (max-width:600px){.form-row{grid-template-columns:1fr}.form-group--half{max-width:100%}}label{color:var(--color-text);display:block;font-size:16px;font-weight:500;margin-bottom:.5rem}.required{color:var(--color-error)}input[type=email],input[type=number],input[type=password],input[type=tel],input[type=text],input[type=url],select,textarea{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--border-radius);color:var(--color-text);font-family:var(--font-family);font-size:16px;padding:.75rem 1rem;transition:var(--transition);width:100%}input:focus,select:focus,textarea:focus{border-color:var(--color-primary-light);box-shadow:0 0 0 3px rgba(122,91,190,.2);outline:none}input::placeholder,textarea::placeholder{color:var(--color-text-muted)}select{appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%235a5a5a' d='M6 8 1 3h10z'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;cursor:pointer;padding-right:2.5rem}textarea{min-height:100px;resize:vertical}.helper-text{display:block;font-size:14px;margin-top:.25rem}.helper-text,.loading-text{color:var(--color-text-muted)}.loading-text{font-style:italic;margin:0;padding:1rem 0}.error-message{color:var(--color-error);display:none;font-size:14px;margin-top:.25rem}.form-group.has-error input,.form-group.has-error select,.form-group.has-error textarea{background-color:rgba(236,41,41,.05);border-color:var(--color-error)}.form-group.has-error .error-message{display:block}input[type=checkbox]{appearance:none;-webkit-appearance:none;background:var(--color-white);border:2px solid var(--color-border);border-radius:4px;cursor:pointer;height:24px;min-width:24px;transition:var(--transition);width:24px}input[type=checkbox]:checked{background:var(--color-primary);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' d='M13.78 4.22a.75.75 0 0 1 0 1.06l-7 7a.75.75 0 0 1-1.06 0l-3.5-3.5a.75.75 0 1 1 1.06-1.06L6 10.44l6.47-6.47a.75.75 0 0 1 1.06.05z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border-color:var(--color-primary)}input[type=checkbox]:focus{box-shadow:0 0 0 3px rgba(122,91,190,.2)}.checkbox-label{align-items:center;cursor:pointer;display:flex;font-weight:400;gap:.75rem}.checkbox-label span{flex:1}.checkbox-grid{display:grid;gap:.75rem}.checkbox-grid,.checkbox-grid--three{grid-template-columns:repeat(2,1fr)}@media (max-width:768px){.checkbox-grid,.checkbox-grid--three{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.checkbox-grid,.checkbox-grid--three{grid-template-columns:1fr}}.hidden{display:none!important}.btn{align-items:center;border:2px solid transparent;border-radius:10px;cursor:pointer;display:inline-flex;font-family:var(--font-family);font-size:18px;font-weight:600;justify-content:center;padding:.75rem 2rem;text-decoration:none;transition:var(--transition)}.btn:disabled{cursor:not-allowed;opacity:.5}.btn--primary{background:var(--color-primary);border-color:var(--color-primary);color:var(--color-white)}.btn--primary:hover:not(:disabled),.btn--secondary{background:var(--color-white);color:var(--color-primary)}.btn--secondary{border-color:var(--color-primary)}.btn--secondary:hover:not(:disabled){background:var(--color-primary);color:var(--color-white)}.btn--full{width:100%}.btn-add{align-items:center;background:transparent;border:2px solid var(--color-primary);border-radius:var(--border-radius);color:var(--color-primary);cursor:pointer;display:inline-flex;font-family:var(--font-family);font-size:14px;font-weight:600;gap:.5rem;padding:.5rem 1rem;transition:var(--transition)}.btn-add:hover{background:var(--color-primary);color:var(--color-white)}.btn-add__icon{font-size:18px;font-weight:700}.form-navigation{border-top:1px solid var(--color-border);display:flex;gap:1rem;justify-content:center;margin-top:2rem;padding-top:2rem}.form-navigation .btn{min-width:140px}@media (max-width:400px){.form-navigation{flex-direction:row;gap:.75rem}.form-navigation .btn{font-size:16px;min-width:0;padding:.75rem 1.25rem}}.entry-section{background:var(--color-white);border-radius:var(--border-radius-lg);margin-bottom:1.5rem;padding:1.5rem}.entry-section__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.entry-section__header h3{font-size:20px;margin:0}.entry-section__list{min-height:50px}.entry-section__empty{color:var(--color-text-muted);font-style:italic;margin:0}.entry-card{align-items:flex-start;background:var(--color-background);border-radius:var(--border-radius);display:flex;justify-content:space-between;margin-bottom:.75rem;padding:1rem}.entry-card:last-child{margin-bottom:0}.entry-card__content{flex:1}.entry-card__title{font-size:16px;font-weight:700;margin-bottom:.25rem}.entry-card__subtitle{color:var(--color-text-light);font-size:14px;margin-bottom:.25rem}.entry-card__date{color:var(--color-text-muted);font-size:13px}.entry-card__actions{display:flex;gap:.5rem}.entry-card__btn{background:transparent;border:none;color:var(--color-primary);cursor:pointer;font-size:14px;padding:.25rem .5rem;transition:var(--transition)}.entry-card__btn:hover{color:var(--color-primary-dark)}.entry-card__btn--delete{color:var(--color-error)}.entry-card__btn--delete:hover{color:#c0392b}.skip-option{border-top:1px solid var(--color-border);margin-top:2rem;padding-top:1rem}.payment-tabs{margin:0 auto;max-width:500px}.payment-tabs__header{display:flex;gap:0;margin-bottom:0}.payment-tab{background:#929292;border:none;border-radius:10px 10px 0 0;color:var(--color-white);cursor:pointer;flex:1;font-family:var(--font-family);font-size:16px;font-weight:700;padding:1rem;transition:var(--transition)}.payment-tab.active{background:var(--color-white);color:var(--color-primary)}.payment-tabs__content{background:var(--color-white);border-radius:0 0 var(--border-radius-lg) var(--border-radius-lg);display:none;padding:2rem}.payment-tabs__content.active{display:block}.payment-summary{margin-bottom:1.5rem}.payment-summary h3{font-size:18px;margin-bottom:1rem}.payment-summary__row{align-items:center;background:var(--color-background);border-radius:10px;display:flex;font-size:18px;font-weight:700;justify-content:space-between;padding:1.25rem 1rem}.payment-summary__price{color:var(--color-primary);font-size:24px}.modal{bottom:0;display:none;left:0;overflow-y:auto;position:fixed;right:0;top:0;z-index:1000}.modal.open{align-items:flex-start;display:flex;justify-content:center;padding:2rem 1rem}.modal__backdrop{background:rgba(0,0,0,.5);bottom:0;left:0;position:fixed;right:0;top:0;z-index:-1}.modal__content{animation:modalSlideIn .3s ease;background:var(--color-white);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-lg);max-width:600px;padding:2rem;position:relative;width:100%}.modal__content--form{max-width:500px}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal__close{align-items:center;background:var(--color-background);border:none;border-radius:50%;cursor:pointer;display:flex;font-size:24px;height:32px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:var(--transition);width:32px}.modal__close:hover{background:var(--color-border)}.modal__content h3{margin-bottom:1.5rem;padding-right:2rem}.modal__actions{border-top:1px solid var(--color-border);display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem;padding-top:1.5rem}.levels-table{border-collapse:collapse;border-radius:var(--border-radius);box-shadow:var(--shadow);margin:1.5rem 0;overflow:hidden;width:100%}.levels-table tr:nth-child(odd){background:var(--color-background)}.levels-table td{border:none;padding:1rem}.levels-info{display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;margin-top:1.5rem}.levels-info h4{font-size:16px;margin-bottom:.5rem}.levels-info p{color:var(--color-text-light);font-size:14px;margin:0}@media (max-width:500px){.levels-info{grid-template-columns:1fr}}.success-message{background:var(--color-white);bottom:0;display:none;left:0;overflow-y:auto;position:fixed;right:0;top:0;z-index:1500}.success-message.show{align-items:center;display:flex;justify-content:center;padding:2rem}.success-message__content{animation:fadeIn .5s ease;max-width:500px;text-align:center}.success-message__icon{color:var(--color-success);height:80px;margin:0 auto 1.5rem;width:80px}.success-message__icon svg{height:100%;width:100%}.success-message__content h2{color:var(--color-primary);font-size:32px;margin-bottom:1.5rem}.success-message__content p{color:var(--color-text);font-size:18px;line-height:1.6;margin-bottom:1.5rem}.loader{align-items:center;background:hsla(0,0%,100%,.9);bottom:0;display:none;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2000}.loader.show{display:flex}.loader__spinner{height:80px;width:80px}.loader__spinner svg{animation:rotate 2s linear infinite}.loader__spinner circle{animation:dash 1.5s ease-in-out infinite;stroke:var(--color-primary);stroke-dasharray:150,200;stroke-dashoffset:-10;stroke-linecap:round}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}to{stroke-dasharray:89,200;stroke-dashoffset:-124}}