.budget-modal__content{padding:0}.budget-form{padding:1.5rem}.budget-form__section{margin-bottom:1.5rem}.budget-form__section:last-child{margin-bottom:0}.budget-form__section-title{color:#111827;border-bottom:1px solid #e5e7eb;margin-bottom:1rem;padding-bottom:.5rem;font-size:1rem;font-weight:600}.category-grid{grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.5rem;display:grid}.category-option{cursor:pointer;text-align:center;background-color:#fff;border:2px solid #e2e8f0;border-radius:.75rem;flex-direction:column;align-items:center;gap:.5rem;padding:1rem .5rem;transition:all .2s ease-in-out;display:flex}.category-option:hover{background-color:#f9fafb;border-color:#22c55e}.category-option--selected{background-color:#f0fdf4;border-color:#22c55e}.category-option__icon{color:#6b7280;background-color:#f3f4f6;border-radius:50%;width:2rem;height:2rem;padding:.5rem;transition:all .2s ease-in-out}.category-option--selected .category-option__icon{color:#fff;background-color:#22c55e}.category-option__name{color:#111827;font-size:.75rem;font-weight:500;line-height:1.2}.category-option--selected .category-option__name{color:#22c55e;font-weight:600}.budget-amount-group{position:relative}.budget-amount-input{text-align:center;color:#111827;background-color:#f9fafb;border:2px solid #e2e8f0;border-radius:.75rem;padding:1rem;font-size:1.5rem;font-weight:600;transition:all .2s ease-in-out}.budget-amount-input:focus{background-color:#fff;border-color:#22c55e;box-shadow:0 0 0 3px rgba(34,197,94,.1)}.budget-currency{color:#6b7280;pointer-events:none;font-size:1.25rem;font-weight:600;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.period-selection{background-color:#f3f4f6;border-radius:.5rem;margin-bottom:1.5rem;padding:.25rem;display:flex}.period-option{cursor:pointer;color:#6b7280;text-align:center;background:0 0;border:none;border-radius:.25rem;flex:1;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s ease-in-out}.period-option--active{color:#22c55e;background-color:#fff;font-weight:600;box-shadow:0 1px 3px rgba(0,0,0,.1)}.alert-settings{background-color:#fef9c3;border:1px solid #fde047;border-radius:.5rem;margin-top:1rem;padding:1rem}.alert-settings__title{color:#92400e;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.875rem;font-weight:600;display:flex}.alert-settings__title-icon{width:1rem;height:1rem}.alert-thresholds{flex-direction:column;gap:.75rem;display:flex}.alert-threshold{justify-content:space-between;align-items:center;gap:1rem;display:flex}.alert-threshold__info{flex:1}.alert-threshold__label{color:#92400e;font-size:.75rem;font-weight:500}.alert-threshold__description{color:#78350f;font-size:.625rem;line-height:1.3}.alert-threshold__value{color:#92400e;text-align:center;background-color:rgba(245,158,11,.2);border-radius:.25rem;min-width:3rem;padding:.25rem .5rem;font-size:.875rem;font-weight:600}.budget-preview{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:1px solid #22c55e;border-radius:.75rem;margin-top:1.5rem;padding:1rem}.budget-preview__title{color:#16a34a;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.875rem;font-weight:600;display:flex}.budget-preview__content{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.budget-preview__category{align-items:center;gap:.5rem;display:flex}.budget-preview__category-icon{color:#22c55e;width:1.5rem;height:1.5rem}.budget-preview__category-name{color:#16a34a;font-size:.875rem;font-weight:500}.budget-preview__amount{color:#16a34a;font-size:1.25rem;font-weight:700}.budget-preview__period{color:#22c55e;text-align:center;font-size:.75rem}.budget-preview__progress{background-color:rgba(34,197,94,.2);border-radius:9999px;height:.5rem;margin-top:.5rem;overflow:hidden}.budget-preview__progress-fill{border-radius:inherit;background-color:#22c55e;width:0%;height:100%;transition:width .3s ease-in-out}.budget-modal__actions{background-color:#f9fafb;border-top:1px solid #e5e7eb;justify-content:space-between;gap:.75rem;padding:1rem 1.5rem;display:flex}@media (max-width:768px){.category-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.category-grid{grid-template-columns:1fr}.budget-form{padding:1rem}.budget-modal__actions{flex-direction:column-reverse;gap:.5rem}.budget-amount-input{font-size:1.25rem}.period-selection{flex-direction:column;gap:.25rem;padding:.5rem}.alert-threshold,.budget-preview__content{flex-direction:column;align-items:flex-start;gap:.5rem}}.budget-modal__switch{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border:1px solid #cbd5e1;border-radius:.75rem;margin:1.5rem 0;padding:1.25rem;transition:all .2s ease-in-out}.budget-modal__switch:hover{background:linear-gradient(135deg,#f1f5f9 0%,#ecf1f7 100%);border-color:#94a3b8}.budget-modal__switch .switch-container{justify-content:space-between;align-items:center;margin:0}.budget-modal__switch .switch__label{color:#334155;flex:1;margin-right:1rem;font-size:.95rem;font-weight:500;line-height:1.6}@media (prefers-color-scheme:dark){.budget-modal__switch{background:linear-gradient(135deg,#334155 0%,#2d3b4d 100%);border-color:#475569}.budget-modal__switch:hover{background:linear-gradient(135deg,#374557 0%,#313f51 100%);border-color:#64748b}.budget-modal__switch .switch__label{color:#e2e8f0}.budget-form__section-title{color:#f3f4f6;border-bottom-color:#374151}.category-option{background-color:#1e293b;border-color:#4b5563}.category-option:hover{background-color:#334155;border-color:#4ade80}.category-option--selected{background-color:#064e3b;border-color:#4ade80}.category-option__icon{color:#9ca3af;background-color:#374151}.category-option--selected .category-option__icon{background-color:#4ade80}.category-option__name{color:#f3f4f6}.category-option--selected .category-option__name{color:#86efac}.budget-amount-input{color:#f3f4f6;background-color:#374151;border-color:#4b5563}.budget-amount-input:focus{background-color:#1e293b;border-color:#4ade80;box-shadow:0 0 0 3px rgba(74,222,128,.1)}.budget-currency{color:#9ca3af}.period-selection{background-color:#374151}.period-option{color:#9ca3af}.period-option--active{color:#86efac;background-color:#1e293b}.alert-settings{background-color:#854d0e;border-color:#b45309}.alert-settings__title,.alert-threshold__label{color:#fef08a}.alert-threshold__description{color:#fbbf24}.alert-threshold__value{color:#fef08a;background-color:rgba(180,83,9,.3)}.budget-preview{background:linear-gradient(135deg,#064e3b,#14532d);border-color:#4ade80}.budget-preview__title,.budget-preview__category-name,.budget-preview__amount{color:#bbf7d0}.budget-preview__period{color:#86efac}.budget-preview__progress{background-color:rgba(74,222,128,.2)}.budget-preview__progress-fill{background-color:#4ade80}.budget-modal__actions{background-color:#374151;border-top-color:#374151}}html.light .budget-modal,body.light .budget-modal,.light .budget-modal{background:linear-gradient(145deg,#fff 0%,#f8fafc 100%);border-color:rgba(99,102,241,.3);box-shadow:0 25px 50px -12px rgba(0,0,0,.15),0 0 0 1px rgba(99,102,241,.1),inset 0 1px rgba(255,255,255,.8)}html.light .budget-modal__header,body.light .budget-modal__header,.light .budget-modal__header{background:linear-gradient(145deg,rgba(99,102,241,.05) 0%,transparent 100%);border-bottom-color:rgba(99,102,241,.2)}html.light .budget-modal__title,body.light .budget-modal__title,.light .budget-modal__title{color:#0f172a;background:linear-gradient(135deg,#0f172a 0%,#334155 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}html.light .budget-modal__close,body.light .budget-modal__close,.light .budget-modal__close{color:#475569;background:rgba(99,102,241,.1);border-color:rgba(99,102,241,.3)}html.light .budget-modal__close:hover,body.light .budget-modal__close:hover,.light .budget-modal__close:hover{color:#0f172a;background:rgba(99,102,241,.15);border-color:rgba(99,102,241,.5)}html.light .budget-modal__content,body.light .budget-modal__content,.light .budget-modal__content{color:#334155;background:linear-gradient(145deg,transparent 0%,rgba(99,102,241,.02) 100%)}html.light .budget-modal__footer,body.light .budget-modal__footer,.light .budget-modal__footer{background:#f8fafc;border-top-color:#e2e8f0}html.light .budget-form__section-title,body.light .budget-form__section-title,.light .budget-form__section-title{color:#0f172a;border-bottom-color:#e2e8f0}html.light .category-option,body.light .category-option,.light .category-option{color:#334155;background:linear-gradient(145deg,rgba(255,255,255,.8) 0%,rgba(248,250,252,.8) 100%);border-color:rgba(99,102,241,.3)}html.light .category-option:hover,body.light .category-option:hover,.light .category-option:hover{color:#0f172a;background:linear-gradient(145deg,rgba(255,255,255,.9) 0%,rgba(248,250,252,.9) 100%);border-color:rgba(99,102,241,.5)}html.light .category-option--selected,body.light .category-option--selected,.light .category-option--selected{color:#4f46e5;background:linear-gradient(135deg,rgba(99,102,241,.1) 0%,rgba(168,85,247,.1) 100%);border-color:rgba(99,102,241,.5)}html.light .category-option__icon,body.light .category-option__icon,.light .category-option__icon{color:#6366f1}html.light .category-option--selected .category-option__icon,body.light .category-option--selected .category-option__icon,.light .category-option--selected .category-option__icon{color:#4f46e5}html.light .category-option__label,body.light .category-option__label,.light .category-option__label{color:#334155;font-weight:500}html.light .category-option--selected .category-option__label,body.light .category-option--selected .category-option__label,.light .category-option--selected .category-option__label{color:#4f46e5;font-weight:600}html.light .budget-form__input,body.light .budget-form__input,.light .budget-form__input{color:#334155;background:#fff;border-color:rgba(99,102,241,.3)}html.light .budget-form__input:focus,body.light .budget-form__input:focus,.light .budget-form__input:focus{border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.1)}html.light .budget-form__input::placeholder,body.light .budget-form__input::placeholder,.light .budget-form__input::placeholder{color:#6b7280}html.light .budget-form__label,body.light .budget-form__label,.light .budget-form__label{color:#334155}html.light .budget-form__select,body.light .budget-form__select,.light .budget-form__select{color:#334155;background:#fff;border-color:rgba(99,102,241,.3)}html.light .budget-form__select:focus,body.light .budget-form__select:focus,.light .budget-form__select:focus{border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.1)}html.light .budget-amount-input,body.light .budget-amount-input,.light .budget-amount-input{color:#334155;background:#fff;border-color:rgba(99,102,241,.3)}html.light .budget-amount-input:focus,body.light .budget-amount-input:focus,.light .budget-amount-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.1)}html.light .budget-currency,body.light .budget-currency,.light .budget-currency{color:#6b7280}html.light .budget-preview,body.light .budget-preview,.light .budget-preview{background:linear-gradient(145deg,rgba(255,255,255,.8) 0%,rgba(248,250,252,.8) 100%);border-color:rgba(99,102,241,.3)}html.light .budget-preview__title,body.light .budget-preview__title,.light .budget-preview__title,html.light .budget-preview__category-name,body.light .budget-preview__category-name,.light .budget-preview__category-name,html.light .budget-preview__amount,body.light .budget-preview__amount,.light .budget-preview__amount{color:#0f172a}html.light .budget-preview__period,body.light .budget-preview__period,.light .budget-preview__period{color:#475569}html.light .budget-preview__progress,body.light .budget-preview__progress,.light .budget-preview__progress{background-color:rgba(99,102,241,.1)}html.light .budget-preview__progress-fill,body.light .budget-preview__progress-fill,.light .budget-preview__progress-fill{background-color:#6366f1}html.light .budget-modal__actions,body.light .budget-modal__actions,.light .budget-modal__actions{background-color:#f8fafc;border-top-color:#e2e8f0}html.light .budget-modal__switch,body.light .budget-modal__switch,.light .budget-modal__switch{background:linear-gradient(135deg,rgba(99,102,241,.05) 0%,rgba(168,85,247,.05) 100%)!important;border-color:rgba(99,102,241,.3)!important}html.light .budget-modal__switch:hover,body.light .budget-modal__switch:hover,.light .budget-modal__switch:hover{background:linear-gradient(135deg,rgba(99,102,241,.08) 0%,rgba(168,85,247,.08) 100%)!important;border-color:rgba(99,102,241,.5)!important}html.light .budget-modal__switch .switch__label,body.light .budget-modal__switch .switch__label,.light .budget-modal__switch .switch__label,html.light .budget-form__label,body.light .budget-form__label,.light .budget-form__label{color:#0f172a!important;font-weight:600!important}html.light .budget-form__section-title,body.light .budget-form__section-title,.light .budget-form__section-title{color:#0f172a!important;font-weight:700!important}html.light .budget-form__input,body.light .budget-form__input,.light .budget-form__input{color:#334155!important;background:#fff!important;border:2px solid rgba(99,102,241,.3)!important;border-radius:.75rem!important;margin-bottom:1.5rem!important;padding:.75rem 1rem!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important}html.light .budget-form__input:focus,body.light .budget-form__input:focus,.light .budget-form__input:focus{border-color:#6366f1!important;transform:translateY(-1px)!important;box-shadow:0 0 0 3px rgba(99,102,241,.1)!important}html.light .budget-form__input:hover,body.light .budget-form__input:hover,.light .budget-form__input:hover{border-color:rgba(99,102,241,.5)!important;transform:translateY(-1px)!important}html.light .budget-form__select,body.light .budget-form__select,.light .budget-form__select{color:#334155!important;background:#fff!important;border:2px solid rgba(99,102,241,.3)!important;border-radius:.75rem!important;margin-bottom:1.5rem!important;padding:.75rem 1rem!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important}html.light .budget-form__select:focus,body.light .budget-form__select:focus,.light .budget-form__select:focus{border-color:#6366f1!important;transform:translateY(-1px)!important;box-shadow:0 0 0 3px rgba(99,102,241,.1)!important}html.light .budget-form__select:hover,body.light .budget-form__select:hover,.light .budget-form__select:hover{border-color:rgba(99,102,241,.5)!important;transform:translateY(-1px)!important}html.light .budget-modal__switch,body.light .budget-modal__switch,.light .budget-modal__switch{background:linear-gradient(145deg,rgba(99,102,241,.05) 0%,rgba(168,85,247,.05) 100%)!important;border:2px solid rgba(99,102,241,.3)!important;border-radius:1rem!important;padding:1.5rem!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important}html.light .budget-modal__switch:hover,body.light .budget-modal__switch:hover,.light .budget-modal__switch:hover{background:linear-gradient(145deg,rgba(99,102,241,.08) 0%,rgba(168,85,247,.08) 100%)!important;border-color:rgba(99,102,241,.5)!important;transform:translateY(-1px)!important;box-shadow:0 4px 12px rgba(99,102,241,.15)!important}html.light .budget-modal__switch .switch__label,body.light .budget-modal__switch .switch__label,.light .budget-modal__switch .switch__label{color:#0f172a!important;font-size:1rem!important;font-weight:600!important}html.light .budget-modal__actions .btn,body.light .budget-modal__actions .btn,.light .budget-modal__actions .btn{border-radius:.75rem!important;padding:.75rem 1.5rem!important;font-weight:600!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important}html.light .budget-modal__actions .btn:hover,body.light .budget-modal__actions .btn:hover,.light .budget-modal__actions .btn:hover{transform:translateY(-1px)!important;box-shadow:0 4px 12px rgba(0,0,0,.15)!important}
.confirm-delete-modal__content{text-align:center;flex-direction:column;align-items:center;padding:1rem 0;display:flex}.confirm-delete-modal__icon-box{color:#ef4444;background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.2);border-radius:2rem;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.5rem;animation:2s infinite alertPulse;display:flex;position:relative}@keyframes alertPulse{0%{transform:scale(1);box-shadow:0 0 rgba(239,68,68,.4)}70%{transform:scale(1.05);box-shadow:0 0 0 15px rgba(239,68,68,0)}to{transform:scale(1);box-shadow:0 0 rgba(239,68,68,0)}}.confirm-delete-modal__message{color:#94a3b8;max-width:300px;margin-bottom:2rem;font-size:1rem;line-height:1.6}.confirm-delete-modal__recurring-options{flex-direction:column;gap:.75rem;width:100%;margin-bottom:1.5rem;display:flex}.confirm-delete-modal__recurring-btn{color:#f8fafc;cursor:pointer;background:#1e293b;border:1px solid #334155;border-radius:1rem;justify-content:space-between;align-items:center;width:100%;padding:1rem;font-weight:600;transition:all .2s;display:flex}.confirm-delete-modal__recurring-btn:hover{background:#334155;border-color:#475569;transform:translate(4px)}.confirm-delete-modal__recurring-btn--danger{color:#fca5a5}.confirm-delete-modal__recurring-btn--danger:hover{background:#7f1d1d;border-color:#991b1b}.confirm-delete-modal__actions{grid-template-columns:1fr 1fr;gap:1rem;width:100%;display:grid}@media (max-width:640px){.confirm-delete-modal__actions{flex-direction:column-reverse;grid-template-columns:1fr}}html.light .confirm-delete-modal__message{color:#475569}html.light .confirm-delete-modal__recurring-btn{color:#0f172a;background:#fff;border-color:#e2e8f0}html.light .confirm-delete-modal__recurring-btn:hover{background:#f1f5f9;border-color:#cbd5e1}html.light .confirm-delete-modal__recurring-btn--danger:hover{background:#fee2e2;border-color:#fecaca}
.faq-modal__content{max-height:calc(100vh - 200px);padding:1.5rem;overflow-x:hidden;overflow-y:auto}.faq-modal__header{text-align:center;border-bottom:1px solid var(--border);margin-bottom:2rem;padding-bottom:1.5rem}.faq-modal__icon{justify-content:center;margin-bottom:1rem;display:flex}.faq-modal__icon svg{width:3rem;height:3rem;color:var(--primary)}.faq-modal__description{color:var(--text-secondary);margin:0;font-size:.95rem;line-height:1.6}.faq-modal__list{flex-direction:column;gap:.75rem;max-height:calc(100vh - 300px);display:flex;overflow-y:auto}.faq-item{border:1px solid var(--border);border-radius:.75rem;transition:all .6s cubic-bezier(.25,.46,.45,.94);overflow:hidden;transform:translateZ(0)}.faq-item:hover{border-color:var(--primary);transform:translateY(-1px);box-shadow:0 6px 20px rgba(0,0,0,.12)}.faq-item[data-open=true]{transform:translateY(-1px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.faq-item__question{background:var(--surface);text-align:left;cursor:pointer;width:100%;color:var(--text);border:none;justify-content:space-between;align-items:center;padding:1.25rem;font-size:1rem;font-weight:500;transition:all .6s cubic-bezier(.25,.46,.45,.94);display:flex;position:relative;overflow:hidden}.faq-item__question:hover{background:linear-gradient(145deg,var(--surface-hover)0%,rgba(99,102,241,.03) 100%);transform:translateY(-.5px);box-shadow:0 2px 8px rgba(0,0,0,.08)}.faq-item__question svg{width:1.25rem;height:1.25rem;color:var(--text-secondary);transform-origin:50%;transition:all .6s cubic-bezier(.25,.46,.45,.94);transform:rotate(0)}.faq-item__question svg[data-icon=chevron-up]{transform:rotate(180deg)}.faq-item__question:hover svg{color:var(--primary);transform:scale(1.05)}.faq-item__answer{border-top:1px solid var(--border);background:linear-gradient(145deg,rgba(99,102,241,.05) 0%,rgba(99,102,241,.02) 100%);padding:0 1.25rem 1.25rem;animation:.6s cubic-bezier(.25,.46,.45,.94) slideDown}.faq-item__answer p{color:var(--text-secondary);margin:0;font-size:.95rem;line-height:1.6}.faq-modal__footer{border-top:1px solid var(--border);text-align:center;margin-top:2rem;padding-top:1.5rem}.faq-modal__contact{color:var(--text-secondary);margin:0;font-size:.9rem}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)scale(.95)}50%{opacity:.7;transform:translateY(-5px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes slideUp{0%{opacity:1;transform:translateY(0)scale(1)}50%{opacity:.7;transform:translateY(-5px)scale(.98)}to{opacity:0;transform:translateY(-20px)scale(.95)}}@media (max-width:768px){.faq-modal__content{max-height:calc(100vh - 150px);padding:.75rem}.faq-item__question{padding:1rem;font-size:.95rem}.faq-item__answer{padding:0 1rem 1rem}.faq-modal__list{max-height:calc(100vh - 250px)}}
.contact-modal__content{grid-template-columns:1fr 1fr;gap:2.5rem;max-height:calc(100vh - 200px);padding:1.5rem;display:grid;overflow-x:hidden;overflow-y:auto}.contact-modal__info{border-right:1px solid var(--border);padding-right:1.5rem}.contact-modal__info-title{color:var(--text);margin-bottom:1.5rem;font-size:1.25rem;font-weight:600}.contact-modal__info-list{flex-direction:column;gap:1.5rem;display:flex}.contact-info-item{background:var(--surface);border-radius:.75rem;align-items:flex-start;gap:1rem;padding:1rem;transition:all .3s;display:flex}.contact-info-item:hover{background:var(--surface-hover);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.contact-info-item__icon{background:var(--primary);color:#fff;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}.contact-info-item__icon svg{width:1.25rem;height:1.25rem}.contact-info-item__content{flex:1}.contact-info-item__title{color:var(--text);margin:0 0 .25rem;font-size:1rem;font-weight:600}.contact-info-item__value{color:var(--primary);margin:0 0 .25rem;font-size:.95rem;font-weight:500}.contact-info-item__description{color:var(--text-secondary);margin:0;font-size:.85rem}.contact-modal__form-section{padding-left:1rem}.contact-modal__form-title{color:var(--text);margin-bottom:1.5rem;font-size:1.25rem;font-weight:600}.contact-modal__form{flex-direction:column;gap:1.25rem;display:flex}.contact-modal__form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.contact-modal__form-group{flex-direction:column;gap:.5rem;display:flex}.contact-modal__label{color:var(--text);font-size:.9rem;font-weight:500}.contact-modal__textarea{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);resize:vertical;border-radius:.5rem;padding:.75rem;font-family:inherit;font-size:.95rem;transition:all .3s}.contact-modal__textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.contact-modal__form-actions{justify-content:flex-end;gap:1rem;margin-top:1rem;display:flex}.contact-modal__submit-btn{align-items:center;gap:.5rem;display:flex}.contact-modal__loading-spinner{border:2px solid transparent;border-top-color:currentColor;border-radius:50%;width:1rem;height:1rem;animation:1s linear infinite spin}.contact-modal__success{text-align:center;padding:2rem}.contact-modal__success-icon{justify-content:center;margin-bottom:1.5rem;display:flex}.contact-modal__success-icon svg{color:#10b981;width:4rem;height:4rem}.contact-modal__success-title{color:var(--text);margin-bottom:1rem;font-size:1.5rem;font-weight:600}.contact-modal__success-message{color:var(--text-secondary);margin:0;line-height:1.6}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:1200px){.contact-modal__content{grid-template-columns:1fr;gap:1.5rem}.contact-modal__info{border-right:none;border-bottom:1px solid var(--border);padding-bottom:1.5rem;padding-right:0}.contact-modal__form-section{padding-left:0}}@media (max-width:768px){.contact-modal__content{max-height:calc(100vh - 150px);padding:.75rem}.contact-modal__form-row{grid-template-columns:1fr}.contact-modal__form-actions{flex-direction:column}.contact-info-item{padding:.75rem}.contact-info-item__icon{width:2rem;height:2rem}.contact-info-item__icon svg{width:1rem;height:1rem}}
.about-modal__content{max-height:calc(100vh - 200px);padding:1.5rem;overflow-x:hidden;overflow-y:auto}.about-modal__header{text-align:center;border-bottom:1px solid var(--border);margin-bottom:2rem;padding-bottom:1.5rem}.about-modal__logo{justify-content:center;margin-bottom:1rem;display:flex}.about-modal__logo img{border-radius:.75rem;width:4rem;height:4rem}.about-modal__title{color:var(--text);background:linear-gradient(135deg,var(--primary),#3b82f6);-webkit-background-clip:text;background-clip:text;margin:0 0 .5rem;font-size:2rem;font-weight:700}.about-modal__subtitle{color:var(--text-secondary);margin:0;font-size:1.1rem;line-height:1.6}.about-modal__stats{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.about-stat{text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:.75rem;padding:1.5rem 1rem;transition:all .3s}.about-stat:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.about-stat__icon{justify-content:center;margin-bottom:.75rem;display:flex}.about-stat__icon svg{width:2rem;height:2rem;color:var(--primary)}.about-stat__number{color:var(--text);margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.about-stat__label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem}.about-modal__section{margin-bottom:2.5rem}.about-modal__section-title{text-align:center;color:var(--text);margin-bottom:1.5rem;font-size:1.5rem;font-weight:600;position:relative}.about-modal__section-title:after{content:"";background:linear-gradient(90deg,var(--primary),transparent);border-radius:2px;width:3rem;height:3px;position:absolute;bottom:-.5rem;left:0}.about-modal__story{color:var(--text-secondary);margin-bottom:1rem;font-size:1rem;line-height:1.7}.about-modal__values{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.about-value{text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:.75rem;padding:1.5rem;transition:all .3s}.about-value:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,0,0,.1)}.about-value__icon{justify-content:center;margin-bottom:1rem;display:flex}.about-value__icon svg{width:2.5rem;height:2.5rem;color:var(--primary)}.about-value__title{color:var(--text);margin:0 0 .75rem;font-size:1.1rem;font-weight:600}.about-value__description{color:var(--text-secondary);margin:0;font-size:.95rem;line-height:1.6}.about-modal__team{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.about-team-member{text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:.75rem;padding:1.5rem;transition:all .3s}.about-team-member:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,0,0,.1)}.about-team-member__avatar{background:linear-gradient(135deg,var(--primary),#3b82f6);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:4rem;height:4rem;margin:0 auto 1rem;font-size:1.5rem;font-weight:600;display:flex}.about-team-member__name{color:var(--text);margin:0 0 .25rem;font-size:1.1rem;font-weight:600}.about-team-member__role{color:var(--primary);margin:0 0 .75rem;font-size:.9rem;font-weight:500}.about-team-member__description{color:var(--text-secondary);margin:0;font-size:.9rem;line-height:1.6}.about-modal__tech{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.about-tech-item{background:var(--surface);border:1px solid var(--border);border-radius:.75rem;padding:1.5rem;transition:all .3s}.about-tech-item:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,0,0,.1)}.about-tech-item h4{color:var(--text);margin:0 0 .75rem;font-size:1.1rem;font-weight:600}.about-tech-item p{color:var(--text-secondary);margin:0;font-size:.95rem;line-height:1.6}.about-modal__footer{text-align:center;border-top:1px solid var(--border);padding-top:1.5rem}.about-modal__footer-text{color:var(--text-secondary);margin:0;font-size:1rem;font-weight:500}@media (max-width:1200px){.about-modal__stats{grid-template-columns:repeat(2,1fr)}.about-modal__values,.about-modal__team,.about-modal__tech{grid-template-columns:1fr;gap:1rem}}@media (max-width:768px){.about-modal__content{max-height:calc(100vh - 150px);padding:.75rem}.about-modal__stats{grid-template-columns:1fr}.about-modal__title{font-size:1.5rem}.about-modal__subtitle{font-size:1rem}.about-stat,.about-value,.about-team-member,.about-tech-item{padding:1rem}}
.careers-modal__content{max-height:calc(100vh - 200px);padding:1.5rem;overflow-x:hidden;overflow-y:auto}.careers-modal__header{text-align:center;border-bottom:1px solid var(--border);margin-bottom:2rem;padding-bottom:1.5rem}.careers-modal__icon{justify-content:center;margin-bottom:1rem;display:flex}.careers-modal__icon svg{width:3rem;height:3rem;color:var(--primary)}.careers-modal__title{color:var(--text);margin:0 0 .75rem;font-size:1.75rem;font-weight:700}.careers-modal__subtitle{color:var(--text-secondary);margin:0;font-size:1rem;line-height:1.6}.careers-modal__benefits-section{margin-bottom:2.5rem}.careers-modal__section-title{text-align:center;color:var(--text);margin-bottom:1.5rem;font-size:1.5rem;font-weight:600;position:relative}.careers-modal__section-title:after{content:"";background:linear-gradient(90deg,var(--primary),transparent);border-radius:2px;width:3rem;height:3px;position:absolute;bottom:-.5rem;left:0}.careers-modal__company-benefits{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.careers-benefit{text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:.75rem;padding:1.5rem;transition:all .3s}.careers-benefit:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,0,0,.1)}.careers-benefit__icon{justify-content:center;margin-bottom:1rem;display:flex}.careers-benefit__icon svg{width:2.5rem;height:2.5rem;color:var(--primary)}.careers-benefit__title{color:var(--text);margin:0 0 .75rem;font-size:1.1rem;font-weight:600}.careers-benefit__description{color:var(--text-secondary);margin:0;font-size:.95rem;line-height:1.6}.careers-modal__jobs-section{margin-bottom:2rem}.careers-modal__jobs-list{flex-direction:column;gap:1rem;display:flex}.careers-job-card{background:var(--surface);border:1px solid var(--border);cursor:pointer;border-radius:.75rem;padding:1.5rem;transition:all .3s}.careers-job-card:hover{border-color:var(--primary);transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,0,0,.1)}.careers-job-card__header{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.careers-job-card__title{color:var(--text);margin:0;font-size:1.25rem;font-weight:600}.careers-job-card__department{background:var(--primary);color:#fff;border-radius:1rem;padding:.25rem .75rem;font-size:.8rem;font-weight:500}.careers-job-card__meta{flex-wrap:wrap;gap:1rem;margin-bottom:1rem;display:flex}.careers-job-card__meta span{color:var(--text-secondary);align-items:center;gap:.25rem;font-size:.9rem;display:flex}.careers-job-card__meta svg{width:1rem;height:1rem}.careers-job-card__description{color:var(--text-secondary);margin-bottom:1rem;font-size:.95rem;line-height:1.6}.careers-job-card__action{text-align:right}.careers-job-card__action span{color:var(--primary);font-size:.9rem;font-weight:500}.careers-modal__job-detail{padding:1rem}.careers-modal__back-btn{color:var(--primary);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 0;font-weight:500;transition:all .3s;display:flex}.careers-modal__back-btn:hover{color:var(--text)}.careers-modal__job-header{border-bottom:1px solid var(--border);margin-bottom:2rem;padding-bottom:1.5rem}.careers-modal__job-title{color:var(--text);margin:0 0 1rem;font-size:1.75rem;font-weight:700}.careers-modal__job-meta{flex-wrap:wrap;gap:1.5rem;display:flex}.careers-modal__job-meta span{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.95rem;display:flex}.careers-modal__job-meta svg{width:1.25rem;height:1.25rem}.careers-modal__job-department{background:var(--primary);color:#fff;border-radius:1rem;padding:.25rem .75rem;font-size:.85rem;font-weight:500}.careers-modal__job-content,.careers-modal__job-section{margin-bottom:2rem}.careers-modal__job-section h3{color:var(--text);margin:0 0 1rem;font-size:1.25rem;font-weight:600}.careers-modal__job-section p{color:var(--text-secondary);margin:0 0 1rem;font-size:1rem;line-height:1.7}.careers-modal__requirements,.careers-modal__benefits{margin:0;padding:0;list-style:none}.careers-modal__requirements li,.careers-modal__benefits li{color:var(--text-secondary);padding:.5rem 0 .5rem 1.5rem;font-size:.95rem;line-height:1.6;position:relative}.careers-modal__requirements li:before,.careers-modal__benefits li:before{content:"✓";color:var(--primary);font-weight:700;position:absolute;left:0}.careers-modal__job-actions{border-top:1px solid var(--border);justify-content:flex-end;gap:1rem;padding-top:1.5rem;display:flex}.careers-modal__apply-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-weight:500;transition:all .3s}.careers-modal__apply-btn:hover{background:#2563eb;transform:translateY(-1px)}.careers-modal__footer{text-align:center;border-top:1px solid var(--border);padding-top:1.5rem}.careers-modal__footer-text{color:var(--text-secondary);margin:0;font-size:.95rem;line-height:1.6}@media (max-width:1200px){.careers-modal__company-benefits{grid-template-columns:1fr;gap:1rem}}@media (max-width:768px){.careers-modal__content{max-height:calc(100vh - 150px);padding:.75rem}.careers-modal__title,.careers-modal__job-title{font-size:1.5rem}.careers-job-card__header{flex-direction:column;align-items:flex-start;gap:.75rem}.careers-job-card__meta{flex-direction:column;gap:.5rem}.careers-modal__job-meta{flex-direction:column;gap:.75rem}.careers-modal__job-actions{flex-direction:column}.careers-benefit,.careers-job-card{padding:1rem}}
.legal-modal{max-height:calc(100vh - 200px);padding:1.5rem;overflow-x:hidden;overflow-y:auto}.legal-modal__header{text-align:center;border-bottom:1px solid var(--border);margin-bottom:2rem;padding-bottom:1.5rem}.legal-modal__icon{justify-content:center;margin-bottom:1rem;display:flex}.legal-modal__icon svg{width:3rem;height:3rem;color:var(--primary)}.legal-modal__description{color:var(--text-secondary);margin:0;font-size:1rem;line-height:1.6}.legal-modal__body{margin-bottom:2rem}.legal-modal__body h2{color:var(--text);border-bottom:2px solid var(--primary);margin:2rem 0 1rem;padding-bottom:.5rem;font-size:1.5rem;font-weight:600}.legal-modal__body h3{color:var(--text);margin:1.5rem 0 .75rem;font-size:1.25rem;font-weight:600}.legal-modal__body h4{color:var(--text);margin:1rem 0 .5rem;font-size:1.1rem;font-weight:600}.legal-modal__body p{color:var(--text-secondary);margin-bottom:1rem;font-size:.95rem;line-height:1.7}.legal-modal__body ul{color:var(--text-secondary);margin-bottom:1rem;padding-left:1.5rem;line-height:1.7}.legal-modal__body li{margin-bottom:.5rem;font-size:.95rem}.legal-modal__body strong{color:var(--text);font-weight:600}.legal-modal__body a{color:var(--primary);font-weight:500;text-decoration:none}.legal-modal__body a:hover{text-decoration:underline}.legal-modal__footer{text-align:center;border-top:1px solid var(--border);padding-top:1.5rem}.legal-modal__footer-text{color:var(--text-secondary);margin:0;font-size:.9rem}@media (max-width:768px){.legal-modal{max-height:calc(100vh - 150px);padding:1rem}.legal-modal__body h2{font-size:1.25rem}.legal-modal__body h3{font-size:1.1rem}.legal-modal__body h4{font-size:1rem}.legal-modal__body p,.legal-modal__body li{font-size:.9rem}}
.financing-modal-form{flex-direction:column;gap:2rem;display:flex}.financing-modal-form__section{background:linear-gradient(145deg,rgba(30,41,59,.4) 0%,rgba(15,23,42,.4) 100%);border:1px solid rgba(99,102,241,.2);border-radius:.75rem;padding:1.5rem}.financing-modal-form__section-title{color:#e2e8f0;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1rem;font-weight:600;display:flex}.financing-modal-form__row{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:1rem;display:grid}.financing-modal-form__field{flex-direction:column;gap:.5rem;display:flex}.financing-modal-form__field:last-child{margin-bottom:0}.financing-modal-form__textarea{color:#e2e8f0;resize:vertical;background:linear-gradient(145deg,rgba(30,41,59,.8) 0%,rgba(15,23,42,.8) 100%);border:2px solid rgba(99,102,241,.2);border-radius:.5rem;min-height:80px;padding:.75rem;font-family:inherit;font-size:.875rem;transition:all .3s}.financing-modal-form__textarea:focus{border-color:rgba(99,102,241,.6);outline:none;box-shadow:0 0 0 3px rgba(99,102,241,.1)}.financing-modal-form__textarea::placeholder{color:#94a3b8}.financing-modal-form__summary{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.financing-modal-form__summary-item{background:linear-gradient(145deg,rgba(30,41,59,.6) 0%,rgba(15,23,42,.6) 100%);border:1px solid rgba(99,102,241,.2);border-radius:.5rem;justify-content:space-between;align-items:center;padding:.75rem;font-size:.875rem;display:flex}.financing-modal-form__summary-item span{color:#94a3b8}.financing-modal-form__summary-item strong{color:#6366f1;font-weight:600}.financing-modal-form__actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1rem;display:flex}.financing-modal-form__submit{justify-content:center;align-items:center;gap:.5rem;min-width:200px;display:flex}.financing-modal-form__spinner{border:2px solid transparent;border-top-color:currentColor;border-radius:50%;width:16px;height:16px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:768px){.financing-modal-form{gap:1.5rem}.financing-modal-form__section{padding:1rem}.financing-modal-form__row{grid-template-columns:1fr;gap:.75rem}.financing-modal-form__summary{grid-template-columns:1fr}.financing-modal-form__summary-item{flex-direction:column;align-items:flex-start;gap:.25rem}.financing-modal-form__actions{flex-direction:column;align-items:center}.financing-modal-form__submit{min-width:100%}}@media (max-width:480px){.financing-modal-form__section{padding:.75rem}.financing-modal-form__section-title{margin-bottom:1rem;font-size:.9rem}.financing-modal-form__summary-item{padding:.5rem;font-size:.8rem}}@media (prefers-color-scheme:light){.financing-modal-form__section{color:#0f172a;background:linear-gradient(145deg,rgba(255,255,255,.4) 0%,rgba(249,250,251,.4) 100%);border-color:rgba(99,102,241,.2)}.financing-modal-form__section-title{color:#0f172a}.financing-modal-form__textarea{color:#0f172a;background:linear-gradient(145deg,rgba(255,255,255,.8) 0%,rgba(249,250,251,.8) 100%);border-color:rgba(99,102,241,.2)}.financing-modal-form__textarea::placeholder{color:#475569}.financing-modal-form__summary-item{color:#0f172a;background:linear-gradient(145deg,rgba(255,255,255,.6) 0%,rgba(249,250,251,.6) 100%);border-color:rgba(99,102,241,.2)}.financing-modal-form__summary-item span{color:#475569}.financing-modal-form__summary-item strong{color:#6366f1}}html.light .financing-modal,body.light .financing-modal,.light .financing-modal{background:linear-gradient(145deg,#fff 0%,#f8fafc 100%);border-color:rgba(99,102,241,.3);box-shadow:0 25px 50px -12px rgba(0,0,0,.15),0 0 0 1px rgba(99,102,241,.1),inset 0 1px rgba(255,255,255,.8)}html.light .financing-modal__header,body.light .financing-modal__header,.light .financing-modal__header{background:linear-gradient(145deg,rgba(99,102,241,.05) 0%,transparent 100%);border-bottom-color:rgba(99,102,241,.2)}html.light .financing-modal__title,body.light .financing-modal__title,.light .financing-modal__title{color:#0f172a;background:linear-gradient(135deg,#0f172a 0%,#334155 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}html.light .financing-modal__close,body.light .financing-modal__close,.light .financing-modal__close{color:#475569;background:rgba(99,102,241,.1);border-color:rgba(99,102,241,.3)}html.light .financing-modal__close:hover,body.light .financing-modal__close:hover,.light .financing-modal__close:hover{color:#0f172a;background:rgba(99,102,241,.15);border-color:rgba(99,102,241,.5)}html.light .financing-modal__content,body.light .financing-modal__content,.light .financing-modal__content{color:#334155;background:linear-gradient(145deg,transparent 0%,rgba(99,102,241,.02) 100%)}html.light .financing-modal__footer,body.light .financing-modal__footer,.light .financing-modal__footer{background:#f8fafc;border-top-color:#e2e8f0}html.light .financing-modal-form__section,body.light .financing-modal-form__section,.light .financing-modal-form__section{color:#0f172a;background:linear-gradient(145deg,rgba(255,255,255,.8) 0%,rgba(248,250,252,.8) 100%);border-color:rgba(99,102,241,.3)}html.light .financing-modal-form__section-title,body.light .financing-modal-form__section-title,.light .financing-modal-form__section-title{color:#0f172a}html.light .financing-modal-form__textarea,body.light .financing-modal-form__textarea,.light .financing-modal-form__textarea{color:#334155;background:#fff;border-color:rgba(99,102,241,.3)}html.light .financing-modal-form__textarea:focus,body.light .financing-modal-form__textarea:focus,.light .financing-modal-form__textarea:focus{border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.1)}html.light .financing-modal-form__textarea::placeholder,body.light .financing-modal-form__textarea::placeholder,.light .financing-modal-form__textarea::placeholder{color:#6b7280}html.light .financing-modal-form__input,body.light .financing-modal-form__input,.light .financing-modal-form__input{color:#334155;background:#fff;border-color:rgba(99,102,241,.3)}html.light .financing-modal-form__input:focus,body.light .financing-modal-form__input:focus,.light .financing-modal-form__input:focus{border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.1)}html.light .financing-modal-form__input::placeholder,body.light .financing-modal-form__input::placeholder,.light .financing-modal-form__input::placeholder{color:#6b7280}html.light .financing-modal-form__label,body.light .financing-modal-form__label,.light .financing-modal-form__label{color:#334155}html.light .financing-modal-form__select,body.light .financing-modal-form__select,.light .financing-modal-form__select{color:#334155;background:#fff;border-color:rgba(99,102,241,.3)}html.light .financing-modal-form__select:focus,body.light .financing-modal-form__select:focus,.light .financing-modal-form__select:focus{border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.1)}html.light .financing-modal-form__summary-item,body.light .financing-modal-form__summary-item,.light .financing-modal-form__summary-item{color:#0f172a;background:linear-gradient(145deg,rgba(255,255,255,.8) 0%,rgba(248,250,252,.8) 100%);border-color:rgba(99,102,241,.3)}html.light .financing-modal-form__summary-item span,body.light .financing-modal-form__summary-item span,.light .financing-modal-form__summary-item span{color:#475569}html.light .financing-modal-form__summary-item strong,body.light .financing-modal-form__summary-item strong,.light .financing-modal-form__summary-item strong{color:#6366f1}html.light .financing-modal-form__actions,body.light .financing-modal-form__actions,.light .financing-modal-form__actions{background-color:#f8fafc;border-top-color:#e2e8f0}
.footer{color:#0f172a;border-top:1px solid #e2e8f0;padding:3rem 0 2rem;position:relative;overflow:hidden;background:linear-gradient(135deg,#f8fafc,#f1f5f9)!important}.footer:before{content:"";pointer-events:none;background:radial-gradient(circle at 20% 80%,rgba(129,140,248,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(59,130,246,.1) 0%,transparent 50%);position:absolute;top:0;bottom:0;left:0;right:0}.footer__container{z-index:1;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}.footer__main{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.footer__brand{flex-direction:column;gap:1.5rem;display:flex}.footer__logo{align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.footer__logo-img{background:linear-gradient(135deg,#818cf8,#3b82f6);border-radius:.5rem;width:2.5rem;height:2.5rem;padding:.25rem}.footer__logo-text{background:linear-gradient(135deg,#818cf8,#3b82f6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700}.footer__description{color:#475569;max-width:400px;font-size:.95rem;line-height:1.6}.footer__social{gap:1rem;margin-top:.5rem;display:flex}.footer__social-link{color:#475569;background:rgba(15,23,42,.1);border:1px solid rgba(15,23,42,.1);border-radius:.5rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:all .3s;display:flex}.footer__social-link:hover{color:#3b82f6;background:rgba(59,130,246,.1);border-color:rgba(59,130,246,.3);transform:translateY(-2px)}.footer__social-icon{width:1.25rem;height:1.25rem}.footer__section-title{color:#0f172a;margin-bottom:1.25rem;font-size:1.1rem;font-weight:600;position:relative}.footer__section-title:after{content:"";background:linear-gradient(90deg,#818cf8,transparent);border-radius:1px;width:2rem;height:2px;position:absolute;bottom:-.5rem;left:0}.footer__links{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.footer__link{color:#475569;padding-left:0;font-size:.9rem;text-decoration:none;transition:all .3s;position:relative}.footer__link:hover{color:#3b82f6;padding-left:.5rem}.footer__link:before{content:"→";opacity:0;color:#3b82f6;transition:all .3s;position:absolute;left:-1rem}.footer__link:hover:before{opacity:1;left:-.5rem}.footer__divider{background:linear-gradient(90deg,transparent,#e2e8f0,transparent);height:1px;margin:2rem 0}.footer__bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.footer__legal{flex-direction:column;gap:1rem;display:flex}.footer__copyright{color:#64748b;margin:0;font-size:.9rem}.footer__legal-links{flex-wrap:wrap;gap:1.5rem;display:flex}.footer__legal-link{color:#64748b;font-size:.85rem;text-decoration:none;transition:color .3s}.footer__legal-link:hover{color:#3b82f6}.footer__stats{align-items:center;gap:2rem;display:flex}.footer__stat{text-align:center;flex-direction:column;align-items:center;gap:.25rem;display:flex}.footer__stat-number{color:#818cf8;background:linear-gradient(135deg,#818cf8,#3b82f6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.25rem;font-weight:700}.footer__stat-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}html.dark .footer,body.dark .footer,.dark .footer{color:#f8fafc;border-top-color:#334155;background:linear-gradient(135deg,#0f172a,#1e293b)!important}html.dark .footer__description,body.dark .footer__description,.dark .footer__description{color:#cbd5e1}html.dark .footer__section-title,body.dark .footer__section-title,.dark .footer__section-title{color:#f8fafc}html.dark .footer__link,body.dark .footer__link,.dark .footer__link{color:#cbd5e1}html.dark .footer__social-link,body.dark .footer__social-link,.dark .footer__social-link{color:#cbd5e1;background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.1)}html.dark .footer__copyright,body.dark .footer__copyright,.dark .footer__copyright,html.dark .footer__legal-link,body.dark .footer__legal-link,.dark .footer__legal-link,html.dark .footer__stat-label,body.dark .footer__stat-label,.dark .footer__stat-label{color:#94a3b8}html.dark .footer__divider,body.dark .footer__divider,.dark .footer__divider{background:linear-gradient(90deg,transparent,#334155,transparent)}html.dark .footer__link:hover,body.dark .footer__link:hover,.dark .footer__link:hover{color:#818cf8;padding-left:.5rem}html.dark .footer__social-link:hover,body.dark .footer__social-link:hover,.dark .footer__social-link:hover{color:#818cf8;background:rgba(129,140,248,.2);border-color:rgba(129,140,248,.3);transform:translateY(-2px)}html.dark .footer__legal-link:hover,body.dark .footer__legal-link:hover,.dark .footer__legal-link:hover{color:#818cf8}@media (max-width:768px){.footer{display:none}}@media (min-width:769px) and (max-width:1024px){.footer__container{padding:0 1.5rem}.footer__main{grid-template-columns:1fr 1fr;gap:2rem}.footer__brand{grid-column:1/-1}.footer__bottom{flex-direction:column;align-items:flex-start;gap:1.5rem}.footer__stats{justify-content:space-around;align-self:stretch}}@media (min-width:1025px) and (max-width:1200px){.footer__container{padding:0 1.5rem}.footer__main{gap:2rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.footer{animation:.6s ease-out fadeInUp}.footer__section{animation:.6s ease-out .1s both fadeInUp}.footer__section:nth-child(2){animation-delay:.2s}.footer__section:nth-child(3){animation-delay:.3s}.footer__section:nth-child(4){animation-delay:.4s}.footer__bottom{animation:.6s ease-out .5s both fadeInUp}
.transactions-list{min-height:100vh;padding:1.5rem;background:linear-gradient(#f2f2f2,#e0e0e0)!important}@media (min-width:768px){.transactions-list{padding:2rem}}.transactions-list__month-summary{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;align-items:center;gap:0;margin-bottom:1rem;padding:.5rem;display:flex;box-shadow:0 1px 3px rgba(0,0,0,.05)}.transactions-list__month-summary-item{border-radius:.5rem;flex:1;align-items:center;gap:.5rem;padding:.75rem 1rem;transition:background .15s;display:flex}.transactions-list__month-summary-item--income{color:#22c55e}.transactions-list__month-summary-item--expense{color:#ef4444}.transactions-list__month-summary-item--positive{color:#22c55e}.transactions-list__month-summary-item--negative{color:#ef4444}.transactions-list__month-summary-label{text-transform:uppercase;letter-spacing:.05em;color:#6b7280;font-size:.6875rem;font-weight:500}.transactions-list__month-summary-value{margin-left:auto;font-size:1rem;font-weight:700}.transactions-list__toolbar{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.transactions-list__type-filters{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:.5rem;align-items:center;gap:.375rem;padding:.25rem;display:flex}.transactions-list__type-filter{color:#6b7280;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:.375rem;align-items:center;gap:.375rem;padding:.5rem .875rem;font-size:.8125rem;font-weight:500;transition:all .15s;display:flex}.transactions-list__type-filter:hover{color:#374151;background:rgba(255,255,255,.6)}.transactions-list__type-filter--active{font-weight:600;box-shadow:0 1px 3px rgba(0,0,0,.08);color:#4f46e5!important;background:#fff!important}.transactions-list__type-filter--income.transactions-list__type-filter--active{color:#22c55e!important}.transactions-list__type-filter--expense.transactions-list__type-filter--active{color:#ef4444!important}.transactions-list__header{border-radius:.75rem;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:1.25rem 1.5rem;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.05);background:#fff!important;border:1px solid #e2e8f0!important}.transactions-list__header:before{content:"";background:linear-gradient(90deg,#4f46e5,#6366f1,#3b82f6);height:3px;position:absolute;top:0;left:0;right:0}.transactions-list__title{color:#1e293b;font-size:1.25rem;font-weight:700}.transactions-list__future-badge{color:#eab308;vertical-align:middle;background:rgba(234,179,8,.1);border-radius:.375rem;margin-left:.5rem;padding:.25rem .5rem;font-size:.6875rem;font-weight:600}.transactions-list__controls{align-items:center;gap:.75rem;display:flex}.transactions-list__page-size{align-items:center;gap:.5rem;display:inline-flex}.transactions-list__page-size-label{color:#475569;font-size:.75rem}.transactions-list__page-size-select{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:.375rem;padding:.35rem .5rem;font-size:.875rem}.transactions-list__search-container{margin-bottom:1.5rem;padding:0 1.5rem}.transactions-list__search-box{background:#fff;border:2px solid #e2e8f0;border-radius:.75rem;align-items:center;padding:.75rem 1rem;transition:all .2s;display:flex;position:relative}.transactions-list__search-box:focus-within{border-color:#4f46e5;box-shadow:0 0 0 3px rgba(79,70,229,.1)}.transactions-list__search-icon{color:#94a3b8;flex-shrink:0;margin-right:.75rem}.transactions-list__search-input{color:#0f172a;background:0 0;border:none;outline:none;flex:1;padding:0;font-size:.875rem}.transactions-list__search-input::placeholder{color:#94a3b8}.transactions-list__search-clear{cursor:pointer;color:#475569;background:#f1f5f9;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;margin-left:.5rem;font-size:1rem;transition:all .2s;display:flex}.transactions-list__search-clear:hover{color:#0f172a;background:#e2e8f0}.transactions-list__search-results{color:#475569;margin-top:.5rem;padding:0 .25rem;font-size:.875rem}.transactions-list__table-container{border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);background:#fff!important;border:1px solid #e2e8f0!important}.transactions-list__table{text-align:left;border-collapse:collapse;width:100%;font-size:.875rem;color:#374151!important}.transactions-list__table-head{text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700;color:#0f172a!important;background:linear-gradient(135deg,#f8fafc,#f1f5f9)!important}.transactions-list__table-header{padding:1.25rem 1.5rem;position:relative;border-bottom:2px solid #e2e8f0!important}.transactions-list__table-header--sortable{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background .2s}.transactions-list__table-header--sortable:hover{background:#f1f5f9}.transactions-list__header-content{align-items:center;gap:.5rem;display:inline-flex}.transactions-list__sort-icon{color:#94a3b8;transform-origin:50%;opacity:.6;transition:all .3s cubic-bezier(.4,0,.2,1)}.transactions-list__table-header--sortable:hover .transactions-list__sort-icon{opacity:1;transform:scale(1.1)}.transactions-list__sort-icon--active{color:#4f46e5;opacity:1;animation:.4s cubic-bezier(.34,1.56,.64,1) sortBounce}@keyframes sortBounce{0%{opacity:.5;transform:scale(.8)rotate(-10deg)}50%{transform:scale(1.2)rotate(5deg)}to{opacity:1;transform:scale(1)rotate(0)}}.transactions-list__table-header:first-child:after{content:"";background:linear-gradient(90deg,#4f46e5,#6366f1);height:2px;position:absolute;bottom:-2px;left:0;right:0}.transactions-list__table-row{transition:all .2s ease-in-out;background:#fff!important;border-bottom:1px solid #f1f5f9!important}.transactions-list__table-row:hover{box-shadow:0 1px 4px rgba(0,0,0,.05);background:#f8fafc!important}.transactions-list__table-row:last-child{border-bottom:none}.transactions-list__table-cell{padding:1.25rem 1.5rem}.transactions-list__description{font-size:.875rem;font-weight:600;color:#0f172a!important}.transactions-list__category{text-transform:uppercase;letter-spacing:.025em;margin-top:.25rem;font-size:.75rem;font-weight:500;color:#6b7280!important}.transactions-list__amount{font-size:.875rem;font-weight:700}.transactions-list__amount--income{color:#22c55e}.transactions-list__amount--expense{color:#ef4444}.transactions-list__amount--transfer{color:#3b82f6}.transactions-list__date{font-size:.875rem;font-weight:500;color:#6b7280!important}.transactions-list__type-icon{border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;margin-right:.75rem;font-size:.875rem;font-weight:600;display:inline-flex}.transactions-list__type-icon--income{color:#fff;background:linear-gradient(135deg,#22c55e,#16a34a)}.transactions-list__type-icon--expense{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626)}.transactions-list__type-icon--transfer{color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb)}.transactions-list__actions{opacity:0;justify-content:center;align-items:center;gap:.5rem;transition:all .3s ease-in-out;display:flex;transform:translate(-10px)}.transactions-list__table-row:hover .transactions-list__actions{opacity:1;transform:translate(0)}.transactions-list__action-button{cursor:pointer;color:var(--color-text-secondary);background:0 0;border:none;border-radius:.375rem;padding:.5rem;transition:all .2s}.transactions-list__action-button:hover{background-color:var(--color-background-hover);transform:translateY(-1px)}.transactions-list__action-button--edit:hover{color:var(--color-primary)}.transactions-list__action-button--paid{color:#10b981;background:rgba(16,185,129,.12)}.transactions-list__action-button--paid:hover{color:#059669}.transactions-list__action-button--delete:hover{color:var(--color-danger)}.transactions-list__empty{text-align:center;color:var(--color-text-secondary);padding:3rem 1rem}.transactions-list__empty-icon{width:4rem;height:4rem;color:var(--color-text-muted);margin:0 auto 1rem}.transactions-list__empty-title{color:var(--color-text-primary);margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.transactions-list__pagination{justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem .5rem;display:flex}.transactions-list__pagination-info{color:#475569;font-size:.875rem}.transactions-list__pager{align-items:center;gap:.5rem;display:inline-flex}.transactions-list__pager-button{color:#1e293b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:.375rem;padding:.35rem .75rem;font-size:.875rem}.transactions-list__pager-button:disabled{opacity:.5;cursor:not-allowed}.transactions-list__pager-status{color:#475569;font-size:.875rem}.transactions-list__empty-description{margin-bottom:1.5rem}@media (max-width:768px){.transactions-list__table-header:nth-child(3),.transactions-list__table-cell:nth-child(3){display:none}.transactions-list__table-header,.transactions-list__table-cell{padding:.75rem 1rem}.transactions-list__actions{opacity:1}}@media (max-width:640px){.transactions-list__month-summary{flex-direction:column;gap:0}.transactions-list__month-summary-item{padding:.5rem .75rem}.transactions-list__toolbar{flex-direction:column;align-items:stretch}.transactions-list__type-filters{overflow-x:auto}.transactions-list__header{text-align:center;flex-direction:column;align-items:stretch;gap:.75rem;padding:1rem}.transactions-list__title{margin-bottom:.25rem;font-size:1.125rem}.transactions-list__table-header:nth-child(4),.transactions-list__table-cell:nth-child(4){display:none}.transactions-list__controls{flex-wrap:wrap;justify-content:space-between;width:100%}.transactions-list__pagination{flex-direction:column;align-items:stretch;gap:.5rem}.transactions-list__pager{justify-content:space-between}}html.dark .transactions-list,body.dark .transactions-list,.dark .transactions-list{background:linear-gradient(135deg,#0f172a,#1e293b)!important}.dark .transactions-list__month-summary{background:#1e293b;border-color:#334155}.dark .transactions-list__month-summary-label{color:#94a3b8}.dark .transactions-list__type-filters{background:#1e293b;border-color:#334155}.dark .transactions-list__type-filter{color:#94a3b8}.dark .transactions-list__type-filter:hover{color:#e2e8f0;background:rgba(255,255,255,.05)}.dark .transactions-list__type-filter--active{color:#a5b4fc!important;background:#334155!important}.dark .transactions-list__type-filter--income.transactions-list__type-filter--active{color:#4ade80!important}.dark .transactions-list__type-filter--expense.transactions-list__type-filter--active{color:#f87171!important}html.dark .transactions-list__title,body.dark .transactions-list__title,.dark .transactions-list__title{color:#f8fafc!important}html.dark .transactions-list__header,body.dark .transactions-list__header,.dark .transactions-list__header{background:#1e293b!important;border-bottom:1px solid #475569!important;box-shadow:0 4px 6px -1px rgba(0,0,0,.3)!important}html.dark .transactions-list__table-container,body.dark .transactions-list__table-container,.dark .transactions-list__table-container{background:#1e293b!important;border:1px solid #475569!important;box-shadow:0 10px 15px -3px rgba(0,0,0,.3)!important}html.dark .transactions-list__table,body.dark .transactions-list__table,.dark .transactions-list__table{color:#cbd5e1!important}html.dark .transactions-list__table-head,body.dark .transactions-list__table-head,.dark .transactions-list__table-head{color:#f8fafc!important;background:linear-gradient(135deg,#334155,#475569)!important}html.dark .transactions-list__table-header,body.dark .transactions-list__table-header,.dark .transactions-list__table-header{border-bottom:2px solid #475569!important}html.dark .transactions-list__table-header--sortable:hover,body.dark .transactions-list__table-header--sortable:hover,.dark .transactions-list__table-header--sortable:hover{background:#334155}html.dark .transactions-list__sort-icon,body.dark .transactions-list__sort-icon,.dark .transactions-list__sort-icon{color:#94a3b8}html.dark .transactions-list__table-header--sortable:hover .transactions-list__sort-icon,body.dark .transactions-list__table-header--sortable:hover .transactions-list__sort-icon,.dark .transactions-list__table-header--sortable:hover .transactions-list__sort-icon{color:#cbd5e1}html.dark .transactions-list__sort-icon--active,body.dark .transactions-list__sort-icon--active,.dark .transactions-list__sort-icon--active{color:#6366f1}html.dark .transactions-list__table-row,body.dark .transactions-list__table-row,.dark .transactions-list__table-row{background:#1e293b!important;border-bottom:1px solid #334155!important}html.dark .transactions-list__table-row:hover,body.dark .transactions-list__table-row:hover,.dark .transactions-list__table-row:hover{background:#334155!important;box-shadow:0 1px 4px rgba(0,0,0,.2)!important}html.dark .transactions-list__description,body.dark .transactions-list__description,.dark .transactions-list__description{color:#f8fafc!important}html.dark .transactions-list__category,body.dark .transactions-list__category,.dark .transactions-list__category,html.dark .transactions-list__date,body.dark .transactions-list__date,.dark .transactions-list__date,html.dark .transactions-list__action-button,body.dark .transactions-list__action-button,.dark .transactions-list__action-button{color:#94a3b8!important}html.dark .transactions-list__action-button:hover,body.dark .transactions-list__action-button:hover,.dark .transactions-list__action-button:hover{background:#334155!important}html.dark .transactions-list__page-size-select,body.dark .transactions-list__page-size-select,.dark .transactions-list__page-size-select{color:#f8fafc;background:#1e293b;border-color:#475569}html.dark .transactions-list__page-size-label,body.dark .transactions-list__page-size-label,.dark .transactions-list__page-size-label,html.dark .transactions-list__pagination-info,body.dark .transactions-list__pagination-info,.dark .transactions-list__pagination-info,html.dark .transactions-list__pager-status,body.dark .transactions-list__pager-status,.dark .transactions-list__pager-status{color:#cbd5e1}html.dark .transactions-list__pager-button,body.dark .transactions-list__pager-button,.dark .transactions-list__pager-button{color:#f8fafc;background:#1e293b;border-color:#475569}html.dark .transactions-list__search-box,body.dark .transactions-list__search-box,.dark .transactions-list__search-box{background:#1e293b;border-color:#475569}html.dark .transactions-list__search-box:focus-within,body.dark .transactions-list__search-box:focus-within,.dark .transactions-list__search-box:focus-within{border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.2)}html.dark .transactions-list__search-icon,body.dark .transactions-list__search-icon,.dark .transactions-list__search-icon{color:#94a3b8}html.dark .transactions-list__search-input,body.dark .transactions-list__search-input,.dark .transactions-list__search-input{color:#f8fafc}html.dark .transactions-list__search-input::placeholder,body.dark .transactions-list__search-input::placeholder,.dark .transactions-list__search-input::placeholder{color:#64748b}html.dark .transactions-list__search-clear,body.dark .transactions-list__search-clear,.dark .transactions-list__search-clear{color:#cbd5e1;background:#334155}html.dark .transactions-list__search-clear:hover,body.dark .transactions-list__search-clear:hover,.dark .transactions-list__search-clear:hover{color:#f8fafc;background:#475569}html.dark .transactions-list__search-results,body.dark .transactions-list__search-results,.dark .transactions-list__search-results{color:#cbd5e1}html.dark .transactions-list__empty-title,body.dark .transactions-list__empty-title,.dark .transactions-list__empty-title{color:#f8fafc!important}html.dark .transactions-list__empty,body.dark .transactions-list__empty,.dark .transactions-list__empty{color:#94a3b8!important}html.dark .transactions-list__empty-icon,body.dark .transactions-list__empty-icon,.dark .transactions-list__empty-icon{color:#64748b!important}@media (prefers-color-scheme:dark){html:not(.light):not(.dark) .transactions-list{background:linear-gradient(135deg,#0f172a,#1e293b)!important}html:not(.light):not(.dark) .transactions-list__title{color:#f8fafc!important}html:not(.light):not(.dark) .transactions-list__header{background:#1e293b!important;border-bottom:1px solid #475569!important;box-shadow:0 4px 6px -1px rgba(0,0,0,.3)!important}html:not(.light):not(.dark) .transactions-list__table-container{background:#1e293b!important;border:1px solid #475569!important;box-shadow:0 10px 15px -3px rgba(0,0,0,.3)!important}html:not(.light):not(.dark) .transactions-list__table{color:#cbd5e1!important}html:not(.light):not(.dark) .transactions-list__table-head{color:#f8fafc!important;background:linear-gradient(135deg,#334155,#475569)!important}html:not(.light):not(.dark) .transactions-list__table-header{border-bottom:2px solid #475569!important}html:not(.light):not(.dark) .transactions-list__table-row{background:#1e293b!important;border-bottom:1px solid #334155!important}html:not(.light):not(.dark) .transactions-list__table-row:hover{background:#334155!important;box-shadow:0 1px 4px rgba(0,0,0,.2)!important}html:not(.light):not(.dark) .transactions-list__description{color:#f8fafc!important}html:not(.light):not(.dark) .transactions-list__category,html:not(.light):not(.dark) .transactions-list__date,html:not(.light):not(.dark) .transactions-list__action-button{color:#94a3b8!important}html:not(.light):not(.dark) .transactions-list__action-button:hover{background:#334155!important}html:not(.light):not(.dark) .transactions-list__empty-title{color:#f8fafc!important}html:not(.light):not(.dark) .transactions-list__empty{color:#94a3b8!important}html:not(.light):not(.dark) .transactions-list__empty-icon{color:#64748b!important}}.transactions-list__plan-info{align-items:center;gap:.75rem;margin-top:.5rem;display:flex}.transactions-list__plan-badge{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:.375rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.transactions-list__usage-info{color:var(--text-secondary);background:var(--card-background);border:1px solid var(--border-color);border-radius:.25rem;padding:.25rem .5rem;font-size:.75rem;font-weight:500}@media (max-width:768px){.transactions-list__plan-info{flex-direction:column;align-items:flex-start;gap:.5rem}}.transactions-list__table-row--invoice{background:linear-gradient(145deg,rgba(99,102,241,.05) 0%,rgba(168,85,247,.05) 100%);border-left:4px solid #6366f1;font-weight:600}.transactions-list__table-row--invoice:hover{background:linear-gradient(145deg,rgba(99,102,241,.1) 0%,rgba(168,85,247,.1) 100%)}.transactions-list__table-row--invoice-item{background:linear-gradient(145deg,rgba(226,232,240,.3) 0%,rgba(241,245,249,.3) 100%)}.transactions-list__table-row--invoice-item:hover{background:linear-gradient(145deg,rgba(226,232,240,.5) 0%,rgba(241,245,249,.5) 100%)}.transactions-list__invoice-header{align-items:center;gap:.5rem;display:flex}.transactions-list__expand-button{cursor:pointer;color:#6366f1;background:0 0;border:none;border-radius:.25rem;justify-content:center;align-items:center;padding:.25rem;transition:all .2s;display:flex}.transactions-list__expand-button:hover{background-color:rgba(99,102,241,.1);transform:scale(1.1)}.transactions-list__description--invoice{color:#4f46e5;font-weight:600}.transactions-list__invoice-type{color:#6b7280;font-size:.875rem;font-weight:400}.transactions-list__invoice-count{color:#6b7280;font-size:.75rem;font-weight:400}.transactions-list__amount--invoice{font-size:1.05rem;font-weight:700}.transactions-list__item-indent{align-items:center;gap:.5rem;padding-left:2rem;display:flex}.transactions-list__item-connector{color:#9ca3af;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-family:monospace;font-size:.875rem}.transactions-list__duration-badge{color:#6366f1;cursor:help;background:linear-gradient(135deg,rgba(99,102,241,.2) 0%,rgba(168,85,247,.2) 100%);border:1px solid rgba(99,102,241,.3);border-radius:.375rem;margin-left:.5rem;padding:.125rem .5rem;font-size:.75rem;font-weight:600;display:inline-block}@media (prefers-color-scheme:dark){.transactions-list__table-row--invoice{background:linear-gradient(145deg,rgba(99,102,241,.1) 0%,rgba(168,85,247,.1) 100%);border-left-color:#818cf8}.transactions-list__table-row--invoice:hover{background:linear-gradient(145deg,rgba(99,102,241,.15) 0%,rgba(168,85,247,.15) 100%)}.transactions-list__table-row--invoice-item{background:linear-gradient(145deg,rgba(51,65,85,.3) 0%,rgba(45,59,77,.3) 100%)}.transactions-list__table-row--invoice-item:hover{background:linear-gradient(145deg,rgba(51,65,85,.5) 0%,rgba(45,59,77,.5) 100%)}.transactions-list__expand-button{color:#a5b4fc}.transactions-list__expand-button:hover{background-color:rgba(99,102,241,.2)}.transactions-list__description--invoice{color:#a5b4fc}.transactions-list__invoice-type,.transactions-list__invoice-count{color:#94a3b8}.transactions-list__item-connector{color:#6b7280}.transactions-list__duration-badge{color:#a5b4fc;background:linear-gradient(135deg,rgba(99,102,241,.25) 0%,rgba(168,85,247,.25) 100%);border-color:rgba(99,102,241,.4)}}html.light .transactions-list__table-row--invoice,body.light .transactions-list__table-row--invoice,.light .transactions-list__table-row--invoice{background:linear-gradient(145deg,rgba(99,102,241,.05) 0%,rgba(168,85,247,.05) 100%);border-left-color:#6366f1}html.light .transactions-list__table-row--invoice:hover,body.light .transactions-list__table-row--invoice:hover,.light .transactions-list__table-row--invoice:hover{background:linear-gradient(145deg,rgba(99,102,241,.1) 0%,rgba(168,85,247,.1) 100%)}html.light .transactions-list__table-row--invoice-item,body.light .transactions-list__table-row--invoice-item,.light .transactions-list__table-row--invoice-item{background:linear-gradient(145deg,rgba(226,232,240,.3) 0%,rgba(241,245,249,.3) 100%)}html.light .transactions-list__table-row--invoice-item:hover,body.light .transactions-list__table-row--invoice-item:hover,.light .transactions-list__table-row--invoice-item:hover{background:linear-gradient(145deg,rgba(226,232,240,.5) 0%,rgba(241,245,249,.5) 100%)}html.light .transactions-list__expand-button,body.light .transactions-list__expand-button,.light .transactions-list__expand-button{color:#4f46e5}html.light .transactions-list__expand-button:hover,body.light .transactions-list__expand-button:hover,.light .transactions-list__expand-button:hover{background-color:rgba(99,102,241,.1)}html.light .transactions-list__description--invoice,body.light .transactions-list__description--invoice,.light .transactions-list__description--invoice{color:#4f46e5}html.light .transactions-list__invoice-type,html.light .transactions-list__invoice-count,body.light .transactions-list__invoice-type,body.light .transactions-list__invoice-count,.light .transactions-list__invoice-type,.light .transactions-list__invoice-count{color:#6b7280}html.light .transactions-list__item-connector,body.light .transactions-list__item-connector,.light .transactions-list__item-connector{color:#9ca3af}html.light .transactions-list__duration-badge,body.light .transactions-list__duration-badge,.light .transactions-list__duration-badge{color:#4f46e5;background:linear-gradient(135deg,rgba(99,102,241,.15) 0%,rgba(168,85,247,.15) 100%);border-color:rgba(99,102,241,.3)}@media (max-width:768px){.transactions-list__item-indent{padding-left:1rem}.transactions-list__invoice-type,.transactions-list__invoice-count{margin-top:.25rem;display:block}}
html.light .accounts-page,body.light .accounts-page,.light .accounts-page{background:linear-gradient(#f2f2f2,#e0e0e0)!important}html.light .accounts-page__header,body.light .accounts-page__header,.light .accounts-page__header{background:#fff!important;border:1px solid #e2e8f0!important;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)!important}html.light .accounts-page__title,body.light .accounts-page__title,.light .accounts-page__title{color:#0f172a!important}html.light .accounts-page__account,body.light .accounts-page__account,.light .accounts-page__account{background:#fff!important;border:1px solid #e2e8f0!important;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)!important}html.light .accounts-page__account:hover,body.light .accounts-page__account:hover,.light .accounts-page__account:hover{border-color:#3b82f6!important;box-shadow:0 10px 25px -3px rgba(59,130,246,.15)!important}html.light .accounts-page__account-name,body.light .accounts-page__account-name,.light .accounts-page__account-name{color:#0f172a!important}html.light .accounts-page__account-type,body.light .accounts-page__account-type,.light .accounts-page__account-type{color:#1e40af!important;background-color:#f1f5f9!important}html.light .accounts-page__empty-title,body.light .accounts-page__empty-title,.light .accounts-page__empty-title{color:#0f172a!important}.accounts-page{background:linear-gradient(135deg,#0f172a,#1e293b);min-height:100vh;padding:1.5rem}@media (min-width:768px){.accounts-page{padding:2rem}}.accounts-page__header{background:#1e293b;border:1px solid #334155;border-radius:1rem;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.5rem 2rem;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.3)}.accounts-page__header:before{content:"";background:linear-gradient(90deg,#3b82f6,#2563eb,#1d4ed8);height:4px;position:absolute;top:0;left:0;right:0}.accounts-page__title{color:#f8fafc;background:linear-gradient(135deg,#3b82f6,#2563eb);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700}.accounts-page__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;display:grid}@media (max-width:768px){.accounts-page__grid{grid-template-columns:1fr;gap:1.5rem}}.accounts-page__account{background:#1e293b;border:1px solid #334155;border-radius:1rem;padding:2rem;transition:all .3s ease-in-out;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.3)}.accounts-page__account:before{content:"";background:linear-gradient(90deg,#3b82f6,#2563eb);height:4px;transition:transform .3s ease-in-out;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.accounts-page__account:hover:before{transform:scaleX(1)}.accounts-page__account:hover{border-color:var(--color-primary-light);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.accounts-page__account-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.accounts-page__account-info{flex:1}.accounts-page__account-name{color:var(--color-text-primary);margin-bottom:.25rem;font-size:1.125rem;font-weight:600}.accounts-page__account-type{color:var(--color-text-secondary);background-color:var(--color-background-muted);border-radius:9999px;padding:.25rem .75rem;font-size:.875rem;display:inline-block}.accounts-page__account-balance{margin-top:1rem;font-size:1.5rem;font-weight:700}.accounts-page__account-balance--positive{color:var(--color-success)}.accounts-page__account-balance--negative{color:var(--color-danger)}.accounts-page__account-balance--zero{color:var(--color-text-secondary)}.accounts-page__actions{opacity:0;gap:.5rem;transition:opacity .2s;display:flex}.accounts-page__account:hover .accounts-page__actions{opacity:1}.accounts-page__action-button{cursor:pointer;color:var(--color-text-secondary);background:0 0;border:none;border-radius:.375rem;padding:.5rem;transition:all .2s}.accounts-page__action-button:hover{background-color:var(--color-background-hover);transform:translateY(-1px)}.accounts-page__action-button--edit:hover{color:var(--color-primary);background-color:var(--color-primary-light)}.accounts-page__action-button--delete:hover{color:var(--color-danger);background-color:var(--color-danger-light)}.accounts-page__empty{text-align:center;color:var(--color-text-secondary);padding:4rem 1rem}.accounts-page__empty-icon{width:5rem;height:5rem;color:var(--color-text-muted);margin:0 auto 1.5rem}.accounts-page__empty-title{color:var(--color-text-primary);margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.accounts-page__empty-description{max-width:24rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;line-height:1.5}.accounts-page__account-type--conta-corrente{background-color:var(--color-primary-light);color:var(--color-primary)}.accounts-page__account-type--poupanca{background-color:var(--color-success-light);color:var(--color-success)}.accounts-page__account-type--dinheiro{background-color:var(--color-warning-light);color:var(--color-warning)}.accounts-page__account-type--investimento{background-color:var(--color-info-light);color:var(--color-info)}.accounts-page__account-type--outro{background-color:var(--color-gray-light);color:var(--color-text-secondary)}@media (max-width:640px){.accounts-page__header{text-align:center;flex-direction:column;align-items:stretch;gap:1rem;padding:1rem}.accounts-page__title{margin-bottom:.5rem;font-size:1.25rem}.accounts-page__actions{opacity:1}.accounts-page__account-name{font-size:1rem}.accounts-page__account-balance{font-size:1.25rem}}@media (prefers-color-scheme:dark){.accounts-page__title{color:var(--color-text-primary-dark)}.accounts-page__account{background:var(--color-background-dark);border-color:var(--color-border-dark)}.accounts-page__account:hover{border-color:var(--color-primary-dark);box-shadow:0 4px 12px rgba(0,0,0,.3)}.accounts-page__account-name{color:var(--color-text-primary-dark)}.accounts-page__account-type{background-color:var(--color-background-muted-dark)}.accounts-page__action-button{color:var(--color-text-secondary-dark)}.accounts-page__empty-title{color:var(--color-text-primary-dark)}}.accounts-page__summary{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.accounts-page__summary-card{background:rgba(148,163,184,.08);border:1px solid rgba(148,163,184,.25);border-radius:1rem;flex-direction:column;gap:.35rem;padding:1rem 1.25rem;display:flex}.accounts-page__summary-card--highlight{background:rgba(99,102,241,.12);border-color:rgba(99,102,241,.35)}.accounts-page__summary-label{text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-secondary-dark,#94a3b8);font-size:.75rem}.accounts-page__summary-value{color:var(--color-text-primary-dark,#f8fafc);font-size:1.5rem;font-weight:700}.accounts-page__summary-value--positive{color:#34d399}.accounts-page__summary-value--negative{color:#fb7185}.accounts-page__summary-hint{color:var(--color-text-secondary-dark,#94a3b8);font-size:.7rem}.accounts-page__account-balance-label{text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-secondary-dark,#94a3b8);margin-top:.75rem;font-size:.7rem;display:block}
.budgets-page{min-height:100vh;padding:1.5rem;background:linear-gradient(#f2f2f2,#e0e0e0)!important}@media (min-width:768px){.budgets-page{padding:2rem}}.budgets-page__overview{align-items:stretch;gap:1rem;margin-bottom:1.5rem;display:flex}.budgets-page__overview-main{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;flex:2;padding:1.25rem;box-shadow:0 1px 3px rgba(0,0,0,.05)}.budgets-page__overview-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.budgets-page__overview-title{color:#374151;text-transform:uppercase;letter-spacing:.025em;font-size:.875rem;font-weight:600}.budgets-page__overview-percentage{font-size:1.5rem;font-weight:800}.budgets-page__overview-percentage--safe{color:#22c55e}.budgets-page__overview-percentage--warning{color:#f59e0b}.budgets-page__overview-percentage--danger{color:#ef4444}.budgets-page__overview-percentage--over{color:#b91c1c}.budgets-page__overview-amounts{color:#6b7280;justify-content:space-between;margin-top:.5rem;font-size:.8125rem;display:flex}.budgets-page__overview-cards{flex-direction:column;flex:1;gap:.5rem;display:flex}.budgets-page__overview-card{background:#fff;border:1px solid #e2e8f0;border-radius:.625rem;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex;box-shadow:0 1px 2px rgba(0,0,0,.03)}.budgets-page__overview-card-label{color:#6b7280;font-size:.75rem;font-weight:500}.budgets-page__overview-card-value{margin-left:auto;font-size:1rem;font-weight:700}.budgets-page__overview-card--remaining .budgets-page__overview-card-value{color:#22c55e}.budgets-page__overview-card--daily .budgets-page__overview-card-value{color:#3b82f6}.budgets-page__overview-card--alert{color:#ef4444;background:rgba(239,68,68,.06);border-color:rgba(239,68,68,.2)}.budgets-page__overview-card--alert .budgets-page__overview-card-label{color:#b91c1c;font-weight:600}.budgets-page__header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.budgets-page__title{color:#1e293b;font-size:1.25rem;font-weight:700}.budgets-page__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem;display:grid}.budgets-page__budget{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.25rem;transition:all .2s;position:relative;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.05)}.budgets-page__budget:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.08)}.budgets-page__budget--warning{border-left:3px solid #f59e0b}.budgets-page__budget--danger{border-left:3px solid #ef4444}.budgets-page__budget--over{background:linear-gradient(135deg,rgba(239,68,68,.02),rgba(248,113,113,.05));border-left:3px solid #b91c1c}.budgets-page__budget-status{border-radius:50%;width:.625rem;height:.625rem;position:absolute;top:1rem;right:1rem}.budgets-page__budget-status--safe{background:#22c55e}.budgets-page__budget-status--warning{background:#f59e0b}.budgets-page__budget-status--danger{background:#ef4444}.budgets-page__budget-status--over{background:#b91c1c;animation:2s infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.budgets-page__budget-header{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.budgets-page__budget-info{flex:1;align-items:center;gap:.75rem;display:flex}.budgets-page__category-icon{color:#4f46e5;background:#f1f5f9;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}.budgets-page__budget-category{color:#111827;margin-bottom:.125rem;font-size:1rem;font-weight:600}.budgets-page__budget-period{color:#6b7280;background:#f1f5f9;border-radius:999px;padding:.125rem .5rem;font-size:.6875rem;font-weight:500;display:inline-block}.budgets-page__budget-period--recurring{color:#16a34a;background:rgba(34,197,94,.1)}.budgets-page__actions{opacity:0;gap:.25rem;transition:opacity .15s;display:flex}.budgets-page__budget:hover .budgets-page__actions{opacity:1}.budgets-page__action-button{cursor:pointer;color:#94a3b8;background:0 0;border:none;border-radius:.375rem;padding:.375rem;transition:all .15s}.budgets-page__action-button--edit:hover{color:#4f46e5;background:rgba(79,70,229,.08)}.budgets-page__action-button--delete:hover{color:#ef4444;background:rgba(239,68,68,.08)}.budgets-page__budget-progress{margin-top:0}.budgets-page__budget-amounts{justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.875rem;display:flex}.budgets-page__budget-spent{font-weight:700}.budgets-page__budget-spent--safe{color:#22c55e}.budgets-page__budget-spent--warning{color:#f59e0b}.budgets-page__budget-spent--danger{color:#ef4444}.budgets-page__budget-spent--over{color:#b91c1c}.budgets-page__budget-total{color:#94a3b8;font-weight:500}.budgets-page__budget-footer{justify-content:space-between;align-items:center;margin-top:.5rem;display:flex}.budgets-page__budget-percentage{color:#94a3b8;font-size:.75rem;font-weight:500}.budgets-page__budget-remaining{align-items:center;gap:.25rem;font-size:.75rem;font-weight:600;display:flex}.budgets-page__budget-remaining--safe{color:#22c55e}.budgets-page__budget-remaining--warning{color:#f59e0b}.budgets-page__budget-remaining--danger{color:#ef4444}.budgets-page__budget-remaining--over{color:#b91c1c}.budgets-page__empty{text-align:center;padding:3rem 1rem}.budgets-page__empty-icon{color:#cbd5e1;width:4rem;height:4rem;margin:0 auto 1rem}.budgets-page__empty-title{color:#374151;margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.budgets-page__empty-description{color:#94a3b8;max-width:24rem;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-size:.875rem}@media (max-width:768px){.budgets-page__overview{flex-direction:column}.budgets-page__overview-cards{flex-flow:wrap}.budgets-page__overview-card{flex:45%}.budgets-page__grid{grid-template-columns:1fr}}@media (max-width:640px){.budgets-page__header{text-align:center;flex-direction:column;align-items:stretch;gap:.75rem}.budgets-page__actions{opacity:1}.budgets-page__budget{padding:1rem}.budgets-page__overview-cards{flex-direction:column}.budgets-page__overview-card{flex:100%}}.dark .budgets-page{background:linear-gradient(135deg,#0f172a,#1e293b)!important}.dark .budgets-page__overview-main{background:#1e293b;border-color:#334155}.dark .budgets-page__overview-title{color:#cbd5e1}.dark .budgets-page__overview-amounts{color:#94a3b8}.dark .budgets-page__overview-card{background:#1e293b;border-color:#334155}.dark .budgets-page__overview-card-label{color:#94a3b8}.dark .budgets-page__overview-card--alert{background:rgba(239,68,68,.08);border-color:rgba(239,68,68,.25)}.dark .budgets-page__title{color:#f8fafc}.dark .budgets-page__budget{background:#1e293b;border-color:#334155}.dark .budgets-page__budget--over{background:linear-gradient(135deg,rgba(239,68,68,.05),rgba(248,113,113,.08))}.dark .budgets-page__budget-category{color:#f8fafc}.dark .budgets-page__budget-total,.dark .budgets-page__budget-percentage{color:#64748b}.dark .budgets-page__category-icon{color:#818cf8;background:#334155}.dark .budgets-page__budget-period{color:#94a3b8;background:#334155}.dark .budgets-page__budget-period--recurring{color:#4ade80;background:rgba(34,197,94,.15)}.dark .budgets-page__action-button{color:#64748b}.dark .budgets-page__empty-title{color:#cbd5e1}.dark .budgets-page__empty-description{color:#64748b}.dark .budgets-page__empty-icon{color:#4b5563}html.light .budgets-page,body.light .budgets-page,.light .budgets-page{background:linear-gradient(#f2f2f2,#e0e0e0)!important}@media (prefers-color-scheme:dark){html:not(.light):not(.dark) .budgets-page{background:linear-gradient(135deg,#0f172a,#1e293b)!important}html:not(.light):not(.dark) .budgets-page__overview-main,html:not(.light):not(.dark) .budgets-page__overview-card,html:not(.light):not(.dark) .budgets-page__budget{background:#1e293b;border-color:#334155}html:not(.light):not(.dark) .budgets-page__budget-category,html:not(.light):not(.dark) .budgets-page__title{color:#f8fafc}}
html.light .auth-screen,body.light .auth-screen,.light .auth-screen{color:#1e293b;background:linear-gradient(#f2f2f2,#e0e0e0)!important}html.light .auth-screen:before,body.light .auth-screen:before,.light .auth-screen:before{background:radial-gradient(200px at 20% 20%,rgba(59,130,246,.08) 0%,transparent 70%),radial-gradient(150px at 80% 30%,rgba(99,102,241,.06) 0%,transparent 70%),radial-gradient(180px at 30% 80%,rgba(165,180,252,.05) 0%,transparent 70%),radial-gradient(220px at 70% 70%,rgba(79,70,229,.04) 0%,transparent 70%),radial-gradient(160px at 90% 80%,rgba(129,140,248,.05) 0%,transparent 70%)}html.light .auth-screen:after,body.light .auth-screen:after,.light .auth-screen:after{background:radial-gradient(180px at 40% 10%,rgba(165,180,252,.04) 0%,transparent 70%),radial-gradient(140px at 60% 90%,rgba(99,102,241,.05) 0%,transparent 70%),radial-gradient(200px at 10%,rgba(129,140,248,.06) 0%,transparent 70%)}.auth-screen{background:linear-gradient(135deg,#0f172a 0%,#1e293b 30%,#334155 60%,#1e293b 100%) 0 0/300% 300%;justify-content:center;align-items:center;min-height:100vh;padding:1rem;animation:12s ease-in-out infinite gradientShift;display:flex;position:relative;overflow:hidden}@keyframes gradientShift{0%,to{background-position:0%}25%{background-position:100% 0}50%{background-position:100% 100%}75%{background-position:0 100%}}.auth-screen:before{content:"";pointer-events:none;background:radial-gradient(200px at 20% 20%,rgba(129,140,248,.15) 0%,transparent 70%),radial-gradient(150px at 80% 30%,rgba(99,102,241,.12) 0%,transparent 70%),radial-gradient(180px at 30% 80%,rgba(165,180,252,.1) 0%,transparent 70%),radial-gradient(220px at 70% 70%,rgba(79,70,229,.08) 0%,transparent 70%),radial-gradient(160px at 90% 80%,rgba(129,140,248,.1) 0%,transparent 70%);width:100%;height:100%;animation:25s ease-in-out infinite orb1Move;position:absolute;top:0;left:0}.auth-screen:after{content:"";pointer-events:none;background:radial-gradient(180px at 40% 10%,rgba(165,180,252,.08) 0%,transparent 70%),radial-gradient(140px at 60% 90%,rgba(99,102,241,.1) 0%,transparent 70%),radial-gradient(200px at 10%,rgba(129,140,248,.12) 0%,transparent 70%);width:100%;height:100%;animation:30s ease-in-out 5s infinite orb2Move;position:absolute;top:0;left:0}@keyframes orb1Move{0%{opacity:1;transform:translate(0%)scale(1)}20%{opacity:.6;transform:translate(3%,-2%)scale(1.05)}25%{opacity:.2;transform:translate(5%,-3%)scale(1.08)}30%{opacity:0;transform:translate(8%,-5%)scale(1.1)}35%{opacity:0;transform:translate(-8%,12%)scale(.95)}45%{opacity:.4;transform:translate(-6%,10%)scale(.97)}50%{opacity:.8;transform:translate(-4%,8%)scale(1)}65%{opacity:.5;transform:translate(-2%,5%)scale(1.02)}70%{opacity:.2;transform:translateY(3%)scale(1.05)}75%{opacity:0;transform:translate(2%)scale(1.08)}80%{opacity:0;transform:translate(12%,-8%)scale(.9)}90%{opacity:.6;transform:translate(6%,-4%)scale(.95)}95%{opacity:.8;transform:translate(2%,-1%)scale(.98)}to{opacity:1;transform:translate(0%)scale(1)}}@keyframes orb2Move{0%{opacity:.8;transform:translate(0%)rotate(0)scale(1)}15%{opacity:.5;transform:translate(-3%,4%)rotate(20deg)scale(1.08)}25%{opacity:.1;transform:translate(-5%,7%)rotate(35deg)scale(1.12)}30%{opacity:0;transform:translate(-6%,8%)rotate(45deg)scale(1.15)}35%{opacity:0;transform:translate(10%,-8%)rotate(120deg)scale(.9)}50%{opacity:.6;transform:translate(8%,-6%)rotate(100deg)scale(.95)}60%{opacity:.4;transform:translate(6%,-4%)rotate(80deg)scale(1)}65%{opacity:.2;transform:translate(2%,10%)rotate(200deg)scale(1.05)}70%{opacity:0;transform:translate(3%,12%)rotate(220deg)scale(1.08)}75%{opacity:0;transform:translate(-8%,-10%)rotate(280deg)scale(.85)}85%{opacity:.3;transform:translate(-6%,-7%)rotate(300deg)scale(.9)}95%{opacity:.6;transform:translate(-2%,-3%)rotate(340deg)scale(.95)}to{opacity:.8;transform:translate(0%)rotate(360deg)scale(1)}}.auth-screen .grid-overlay{pointer-events:none;z-index:1;background-image:linear-gradient(rgba(129,140,248,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(129,140,248,.02) 1px,transparent 1px);background-size:50px 50px;width:100%;height:100%;animation:25s linear infinite gridMove;position:absolute;top:0;left:0}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.auth-screen__card{-webkit-backdrop-filter:blur(20px);background:rgba(30,41,59,.95);border:1px solid rgba(51,65,85,.5);border-radius:.75rem;width:100%;max-width:56rem;animation:.8s ease-out slideUp;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,.5),0 0 0 1px rgba(255,255,255,.05),inset 0 1px rgba(255,255,255,.1)}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.auth-screen__header{text-align:center;color:#fff;background:linear-gradient(135deg,rgba(15,23,42,.8) 0%,rgba(30,41,59,.6) 100%);border-bottom:1px solid rgba(51,65,85,.5);padding:2rem 2rem 1rem;position:relative}.auth-screen__header:before{content:"";background:linear-gradient(90deg,transparent 0%,rgba(129,140,248,.3) 50%,transparent 100%);height:1px;position:absolute;top:0;left:0;right:0}.auth-screen__logo{justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.auth-screen__logo-icon{object-fit:contain;width:4rem;height:4rem}.auth-screen__title{color:#f8fafc;background:linear-gradient(135deg,#f59e0b,#d97706);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.auth-screen__subtitle{opacity:.8;color:#cbd5e1;margin:0;font-size:1rem}.auth-screen__form{flex-direction:column;gap:1.5rem;padding:2rem;display:flex}.auth-screen__field{flex-direction:column;gap:.5rem;display:flex}.auth-screen__error{color:#b91c1c;-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,rgba(239,68,68,.1) 0%,rgba(248,113,113,.05) 100%);border:1px solid rgba(239,68,68,.2);border-radius:.75rem;padding:.75rem 1rem;font-size:.875rem}.auth-screen__submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f59e0b,#d97706);border:none;border-radius:.75rem;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s ease-in-out;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px rgba(245,158,11,.3),0 0 0 1px rgba(245,158,11,.1)}.auth-screen__submit:before{content:"";background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.2) 50%,transparent 100%);width:100%;height:100%;transition:left .6s ease-in-out;position:absolute;top:0;left:-100%}.auth-screen__submit:hover:before{left:100%}.auth-screen__submit:hover{background:linear-gradient(135deg,#d97706,#c27803);transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(245,158,11,.4),0 0 0 1px rgba(245,158,11,.2)}.auth-screen__submit:active{transform:translateY(0)}.auth-screen__submit:disabled{opacity:.5;cursor:not-allowed;transform:none}.auth-screen__switch-text{color:#94a3b8;text-align:center;margin:0;font-size:.875rem}.auth-screen__switch-button{color:#f59e0b;cursor:pointer;background:0 0;border:none;margin-left:.5rem;font-weight:600;-webkit-text-decoration:underline rgba(245,158,11,.3);text-decoration:underline rgba(245,158,11,.3);transition:all .2s ease-in-out}.auth-screen__switch-button:hover{color:#d97706;-webkit-text-decoration-color:#d97706;text-decoration-color:#d97706}.auth-container{background-color:#fff;border-radius:1rem;width:100%;max-width:28rem;animation:.5s ease-out slideUp;overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.auth-header{text-align:center;color:#fff;background:linear-gradient(135deg,#4f46e5,#6366f1);padding:2rem 2rem 1rem}.auth-logo{justify-content:center;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.auth-logo-icon{width:2.5rem;height:2.5rem}.auth-logo-text{font-size:1.5rem;font-weight:700}.auth-title{margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.auth-subtitle{opacity:.9;margin:0;font-size:.875rem}.auth-content{padding:2rem}.auth-toggle{background-color:#f3f4f6;border-radius:.5rem;margin-bottom:1.5rem;padding:.25rem;display:flex}.auth-toggle-option{cursor:pointer;color:#6b7280;text-align:center;background:0 0;border:none;border-radius:.25rem;flex:1;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s ease-in-out}.auth-toggle-option--active{color:#4f46e5;background-color:#fff;font-weight:600;box-shadow:0 1px 3px rgba(0,0,0,.1)}.auth-form{flex-direction:column;gap:1rem;display:flex}.auth-form-group{flex-direction:column;gap:.5rem;display:flex}.auth-form-label{color:#374151;font-size:.875rem;font-weight:500}.auth-form-input{border:2px solid #e2e8f0;border-radius:.5rem;outline:none;padding:.75rem 1rem;font-size:.875rem;transition:all .2s ease-in-out}.auth-form-input:focus{border-color:#4f46e5;box-shadow:0 0 0 3px rgba(79,70,229,.1)}.auth-form-input--error{background-color:#fef2f2;border-color:#ef4444}.auth-form-error{color:#ef4444;align-items:center;gap:.25rem;font-size:.75rem;display:flex}.auth-form-error-icon{flex-shrink:0;width:.875rem;height:.875rem}.password-input-group{position:relative}.password-toggle{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:.25rem;padding:.25rem;transition:color .2s ease-in-out;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.password-toggle:hover{color:#4f46e5}.password-toggle-icon{width:1.25rem;height:1.25rem}.auth-remember{align-items:center;gap:.5rem;margin:.5rem 0;display:flex}.auth-remember-checkbox{cursor:pointer;border:2px solid #cbd5e1;border-radius:.25rem;width:1rem;height:1rem}.auth-remember-checkbox:checked{background-color:#4f46e5;border-color:#4f46e5}.auth-remember-label{color:#374151;cursor:pointer;font-size:.875rem}.auth-submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4f46e5,#6366f1);border:none;border-radius:.5rem;margin-top:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s ease-in-out;box-shadow:0 4px 6px -1px rgba(79,70,229,.3)}.auth-submit:hover{background:linear-gradient(135deg,#4338ca,#4f46e5);transform:translateY(-1px);box-shadow:0 10px 15px -3px rgba(79,70,229,.4)}.auth-submit:active{transform:translateY(0)}.auth-submit:disabled{opacity:.5;cursor:not-allowed;transform:none}.auth-submit--loading{pointer-events:none;position:relative}.auth-submit--loading:before{content:"";border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;width:1rem;height:1rem;animation:1s linear infinite spin;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes spin{to{transform:translate(-50%,-50%)rotate(360deg)}}.auth-links{text-align:center;margin-top:1rem}.auth-link{color:#4f46e5;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s ease-in-out}.auth-link:hover{color:#4338ca;text-decoration:underline}.auth-social{margin-top:1.5rem}.auth-divider{align-items:center;margin:1rem 0;display:flex}.auth-divider:before,.auth-divider:after{content:"";background-color:#e5e7eb;flex:1;height:1px}.auth-divider-text{color:#6b7280;padding:0 1rem;font-size:.75rem;font-weight:500}.auth-social-button{color:#374151;cursor:pointer;background-color:#fff;border:2px solid #e2e8f0;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem;font-size:.875rem;font-weight:500;transition:all .2s ease-in-out;display:flex}.auth-social-button:hover{color:#4f46e5;background-color:#f9fafb;border-color:#4f46e5}.auth-social-icon{width:1.25rem;height:1.25rem}.auth-message{border-radius:.5rem;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem;display:flex}.auth-message--success{color:#16a34a;background-color:#dcfce7;border:1px solid #bbf7d0}.auth-message--error{color:#b91c1c;background-color:#fee2e2;border:1px solid #fecaca}.auth-message-icon{flex-shrink:0;width:1rem;height:1rem}@media (max-width:640px){.auth-screen{align-items:flex-start;padding:2rem .5rem .5rem}.auth-container{max-width:100%}.auth-header,.auth-content{padding:1.5rem}.auth-logo-text{font-size:1.25rem}.auth-title{font-size:1.125rem}}@media (prefers-color-scheme:dark){.auth-screen{background:linear-gradient(135deg,#1e1b4b,#312e81)}.auth-container{background-color:#1e293b}.auth-toggle{background-color:#374151}.auth-toggle-option{color:#9ca3af}.auth-toggle-option--active{color:#818cf8;background-color:#1e293b}.auth-form-label{color:#cbd5e1}.auth-form-input{color:#f3f4f6;background-color:#334155;border-color:#4b5563}.auth-form-input:focus{border-color:#818cf8;box-shadow:0 0 0 3px rgba(129,140,248,.1)}.auth-form-input--error{background-color:#570d0e;border-color:#f87171}.password-toggle{color:#9ca3af}.password-toggle:hover{color:#818cf8}.auth-remember-label{color:#cbd5e1}.auth-remember-checkbox{background-color:#334155;border-color:#4b5563}.auth-remember-checkbox:checked{background-color:#818cf8;border-color:#818cf8}.auth-submit{background:linear-gradient(135deg,#818cf8,#a5b4fc);box-shadow:0 4px 6px -1px rgba(129,140,248,.3)}.auth-submit:hover{background:linear-gradient(135deg,#6366f1,#818cf8);box-shadow:0 10px 15px -3px rgba(129,140,248,.4)}.auth-link{color:#818cf8}.auth-link:hover{color:#a5b4fc}.auth-divider:before,.auth-divider:after{background-color:#4b5563}.auth-divider-text{color:#9ca3af}.auth-social-button{color:#cbd5e1;background-color:#334155;border-color:#4b5563}.auth-social-button:hover{color:#818cf8;background-color:#374151;border-color:#818cf8}.auth-message--success{color:#bbf7d0;background-color:#064e3b;border-color:#14532d}.auth-message--error{color:#fecaca;background-color:#570d0e;border-color:#991b1b}}.auth-screen__selected-plan{text-align:center;margin-bottom:1rem}.auth-screen__plan-badge{color:#fff;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block;box-shadow:0 2px 4px rgba(34,197,94,.3)}.auth-screen__plan-selection{padding:1rem 0}@media (max-width:768px){.auth-screen__plan-selection{padding:.5rem 0}}.auth-screen__selected-plan-box{background:rgba(22,101,52,.18);border:1px solid rgba(34,197,94,.28);border-radius:.5rem;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex}.auth-screen__selected-plan-box div{text-align:left;flex-direction:column;gap:.25rem;display:flex}.auth-screen__selected-plan-box strong{color:#f0fdf4;font-size:.95rem}.auth-screen__selected-plan-box span{color:#bbf7d0;font-size:.82rem}.auth-screen__selected-plan-box button{color:#bbf7d0;cursor:pointer;background:0 0;border:0;flex-shrink:0;font-weight:700;text-decoration:underline}.auth-screen__payment-note{color:#e2e8f0;background:rgba(15,23,42,.55);border:1px solid rgba(148,163,184,.18);border-radius:.5rem;margin-top:.75rem;padding:.8rem .95rem;font-size:.86rem;line-height:1.45}.auth-screen__terms{color:#cbd5e1;align-items:flex-start;gap:.65rem;font-size:.88rem;line-height:1.4;display:flex}.auth-screen__terms input{accent-color:#f59e0b;width:1rem;height:1rem;margin-top:.1rem}.auth-screen__password-control{position:relative}.auth-screen__password-control .input{padding-right:3rem}.auth-screen__password-control button{color:#94a3b8;cursor:pointer;background:0 0;border:0;border-radius:.375rem;justify-content:center;align-items:center;width:2rem;height:2rem;display:inline-flex;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.auth-screen__password-control button:hover{color:#fbbf24;background:rgba(251,191,36,.08)}.auth-screen__payment-step{flex-direction:column;gap:1.25rem;padding:2rem;display:flex}.auth-screen__payment-methods{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.auth-screen__payment-method{color:#e2e8f0;cursor:pointer;background:rgba(15,23,42,.72);border:1px solid rgba(148,163,184,.24);border-radius:.5rem;justify-content:center;align-items:center;gap:.55rem;min-height:3rem;font-weight:800;display:inline-flex}.auth-screen__payment-method svg{color:#fbbf24}.auth-screen__payment-method--selected{color:#f0fdf4;background:rgba(22,101,52,.22);border-color:#22c55e;box-shadow:0 0 0 1px rgba(34,197,94,.28)}.auth-screen__payment-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;display:grid}.auth-screen__payment-option{color:#e2e8f0;text-align:left;cursor:pointer;background:rgba(15,23,42,.72);border:1px solid rgba(148,163,184,.24);border-radius:.5rem;align-items:flex-start;gap:.75rem;min-height:6.5rem;padding:1rem;display:flex}.auth-screen__payment-option svg{color:#fbbf24;flex-shrink:0}.auth-screen__payment-option span{flex-direction:column;gap:.25rem;display:flex}.auth-screen__payment-option strong{color:#f8fafc;font-size:.92rem}.auth-screen__payment-option small{color:#94a3b8;font-size:.78rem;line-height:1.35}.auth-screen__payment-option--selected{background:rgba(22,101,52,.18);border-color:#22c55e;box-shadow:0 0 0 1px rgba(34,197,94,.35)}.auth-screen__payment-option:disabled{cursor:not-allowed;opacity:.58}.auth-screen__payment-option:disabled svg{color:#94a3b8}.auth-screen__pix-intro,.auth-screen__pix-box{background:rgba(15,23,42,.72);border:1px solid rgba(148,163,184,.24);border-radius:.5rem;padding:1.25rem}.auth-screen__card-payment{flex-direction:column;gap:1rem;display:flex}.auth-screen__card-grid{background:rgba(15,23,42,.72);border:1px solid rgba(148,163,184,.24);border-radius:.5rem;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;padding:1.25rem;display:grid}.auth-screen__field--wide{grid-column:span 3}.auth-screen__payment-status{color:#bbf7d0;background:rgba(22,101,52,.18);border:1px solid rgba(34,197,94,.28);border-radius:.5rem;align-items:center;gap:.5rem;padding:.85rem 1rem;font-weight:700;display:flex}.auth-screen__pix-intro{align-items:flex-start;gap:1rem;display:flex}.auth-screen__pix-icon{color:#22c55e;background:rgba(34,197,94,.14);border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;display:inline-flex}.auth-screen__pix-intro strong{color:#f8fafc;margin-bottom:.35rem;font-size:1rem;display:block}.auth-screen__pix-intro p,.auth-screen__pix-expiration{color:#cbd5e1;margin:0;font-size:.9rem;line-height:1.45}.auth-screen__pix-box{flex-direction:column;align-items:center;gap:1rem;display:flex}.auth-screen__pix-header{color:#bbf7d0;align-self:stretch;align-items:center;gap:.5rem;font-weight:700;display:flex}.auth-screen__pix-image{aspect-ratio:1;object-fit:contain;background:#fff;border-radius:.5rem;width:min(17rem,100%);padding:.75rem}.auth-screen__pix-copy{color:#e2e8f0;flex-direction:column;align-self:stretch;gap:.5rem;font-size:.88rem;font-weight:700;display:flex}.auth-screen__pix-copy textarea{resize:vertical;color:#e2e8f0;background:rgba(15,23,42,.9);border:1px solid rgba(148,163,184,.28);border-radius:.5rem;min-height:6rem;padding:.85rem;font-size:.82rem;line-height:1.45}.auth-screen__pix-actions{grid-template-columns:1fr 1fr;align-self:stretch;gap:.75rem;display:grid}.auth-screen__pix-actions button{justify-content:center;align-items:center;gap:.45rem;display:inline-flex}.plan-picker{width:100%}.plan-picker__header{text-align:center;max-width:42rem;margin:0 auto 1.75rem}.plan-picker__eyebrow{color:#fbbf24;letter-spacing:0;text-transform:uppercase;margin-bottom:.7rem;font-size:.78rem;font-weight:800;display:inline-block}.plan-picker__header h3{color:#f8fafc;margin:0;font-size:1.55rem;line-height:1.2}.plan-picker__header p{color:#cbd5e1;margin:.7rem 0 1rem;line-height:1.5}.plan-picker__header button{color:#fef3c7;cursor:pointer;background:rgba(120,53,15,.28);border:1px solid rgba(245,158,11,.45);border-radius:.5rem;padding:.65rem .9rem;font-weight:700}.plan-picker__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.plan-picker__card{min-height:31rem;color:inherit;text-align:left;cursor:pointer;background:rgba(15,23,42,.78);border:1px solid rgba(148,163,184,.18);border-radius:.5rem;flex-direction:column;padding:1.25rem;transition:border-color .2s,transform .2s,background .2s;display:flex;position:relative}.plan-picker__card:hover{background:rgba(30,41,59,.92);border-color:rgba(245,158,11,.55);transform:translateY(-2px)}.plan-picker__card--popular{border-color:rgba(245,158,11,.55)}.plan-picker__card--selected{border-color:#22c55e;box-shadow:0 0 0 1px rgba(34,197,94,.35)}.plan-picker__popular{color:#0f172a;background:#fbbf24;border-radius:999px;padding:.28rem .5rem;font-size:.68rem;font-weight:800;position:absolute;top:.8rem;right:.8rem}.plan-picker__icon{color:#fbbf24;background:rgba(245,158,11,.12);border-radius:.5rem;justify-content:center;align-items:center;width:2.6rem;height:2.6rem;margin-bottom:1rem;display:inline-flex}.plan-picker__name{color:#f8fafc;font-size:1.05rem;font-weight:800}.plan-picker__price{color:#fbbf24;margin-top:.45rem;font-size:1.55rem;font-weight:900}.plan-picker__description{color:#cbd5e1;min-height:4.4rem;margin-top:.75rem;font-size:.86rem;line-height:1.45}.plan-picker__features{flex-direction:column;gap:.55rem;margin-top:1rem;display:flex}.plan-picker__feature{color:#e2e8f0;align-items:flex-start;gap:.45rem;font-size:.82rem;line-height:1.35;display:flex}.plan-picker__feature svg{color:#4ade80;flex-shrink:0;margin-top:.05rem}.plan-picker__feature--muted{color:#94a3b8}.plan-picker__feature--muted svg{color:#f87171}.plan-picker__more{color:#fbbf24;font-size:.8rem;font-weight:700}.plan-picker__cta{color:#0f172a;background:#f59e0b;border-radius:.5rem;justify-content:center;align-items:center;min-height:2.7rem;margin-top:auto;font-weight:900;display:flex}.plan-picker__card--selected .plan-picker__cta{color:#fff;background:#16a34a}.plan-picker__selected{color:#bfdbfe;text-align:center;background:rgba(30,64,175,.22);border:1px solid rgba(96,165,250,.28);border-radius:.5rem;margin-top:1rem;padding:.85rem 1rem}@media (max-width:900px){.plan-picker__grid{grid-template-columns:1fr}.plan-picker__card{min-height:auto}.auth-screen__payment-options,.auth-screen__pix-actions,.auth-screen__payment-methods,.auth-screen__card-grid{grid-template-columns:1fr}.auth-screen__field--wide{grid-column:span 1}}.auth-screen:before,.auth-screen:after{display:none}.auth-shell-page{overflow:hidden}.auth-shell{grid-template-columns:minmax(0,1fr);align-items:stretch;height:100vh;min-height:100vh;display:grid}@media (min-width:1024px){.auth-shell{grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);transition:grid-template-columns .7s cubic-bezier(.22,1,.36,1)}.auth-shell--expanded{grid-template-columns:minmax(260px,.32fr) minmax(0,1.68fr)}}.auth-shell__hero{align-self:stretch;width:100%;min-height:100vh}.auth-shell__hero-inner{transform-origin:0;transition:transform .7s cubic-bezier(.22,1,.36,1),opacity .7s cubic-bezier(.22,1,.36,1)}.auth-shell--expanded .auth-shell__hero-inner{opacity:.78;transform:translate(-1.25rem)scale(.97)}.auth-shell__form-panel{align-self:stretch;width:100%;min-height:100vh;transition:background-position .7s cubic-bezier(.22,1,.36,1)}.auth-shell--expanded .auth-shell__form-panel{background:radial-gradient(circle at 12% 0,rgba(99,102,241,.18),transparent 38%),#020617}.auth-shell__form-wrap{max-width:48rem;transition:max-width .7s cubic-bezier(.22,1,.36,1),padding .7s cubic-bezier(.22,1,.36,1),align-items .7s cubic-bezier(.22,1,.36,1)}.auth-shell__form-wrap--expanded{align-items:flex-start;max-width:74rem;padding-top:1.5rem;padding-bottom:2rem}.auth-shell__card{transition:transform .7s cubic-bezier(.22,1,.36,1)}.auth-shell__card--expanded{transform:translate(-.75rem)}@media (min-width:1280px){.auth-shell__form-wrap--expanded{max-width:80rem;padding-left:.5rem;padding-right:1.5rem}.auth-shell__card--expanded{transform:translate(-1.25rem)}}@media (max-width:1023px){.auth-shell__form-wrap--expanded{max-width:100%;padding-top:.5rem}.auth-shell__card--expanded{transform:none}}
