.transaction-modal{flex-direction:column;gap:1.5rem;display:flex;position:relative}.transaction-modal__amount-display{background:#0f172a;border:1px solid #334155;border-radius:1.5rem;flex-direction:column;align-items:center;gap:.5rem;padding:2rem;display:flex;position:relative;overflow:hidden}.transaction-modal__amount-display:before{content:"";pointer-events:none;background:radial-gradient(circle at 100% 0,rgba(99,102,241,.1),transparent);position:absolute;top:0;bottom:0;left:0;right:0}.transaction-modal__amount-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:500}.transaction-modal__amount-input{color:#f8fafc;text-align:center;background:0 0;border:none;outline:none;width:100%;padding:0;font-size:3rem;font-weight:700}.transaction-modal__amount-input--income{color:#10b981}.transaction-modal__amount-input--expense{color:#ef4444}.transaction-modal__type-tabs{background:#0f172a;border:1px solid #334155;border-radius:1rem;grid-template-columns:1fr 1fr;gap:.25rem;padding:.25rem;display:grid}.transaction-modal__type-tab{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:.75rem;padding:.75rem;font-weight:600;transition:all .2s}.transaction-modal__type-tab--active-income{color:#fff;background:#10b981;box-shadow:0 4px 12px rgba(16,185,129,.3)}.transaction-modal__type-tab--active-expense{color:#fff;background:#ef4444;box-shadow:0 4px 12px rgba(239,68,68,.3)}.transaction-modal__card{background:#0f172a;border:1px solid #334155;border-radius:1.25rem;flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.transaction-modal__card-title{color:#f8fafc;align-items:center;gap:.5rem;margin-bottom:.25rem;font-size:.9rem;font-weight:600;display:flex}.transaction-modal__category-grid{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.transaction-modal__invoice-type-grid{grid-template-columns:repeat(4,1fr);gap:.75rem;display:grid}@media (max-width:640px){.transaction-modal__invoice-type-grid{grid-template-columns:repeat(2,1fr)}.transaction-modal__category-grid{grid-template-columns:repeat(3,1fr);gap:.5rem}.transaction-modal__category-item{padding:.5rem}.transaction-modal__category-name{font-size:.7rem}}.transaction-modal__category-item{cursor:pointer;background:#1e293b;border:1px solid #334155;border-radius:1rem;flex-direction:column;align-items:center;gap:.5rem;padding:.75rem;transition:all .2s;display:flex}.transaction-modal__category-item:hover{background:#334155;border-color:#475569}.transaction-modal__category-item--active{color:#818cf8;background:rgba(99,102,241,.15);border-color:rgba(99,102,241,.4)}.transaction-modal__category-icon{font-size:1.25rem}.transaction-modal__category-name{text-align:center;white-space:nowrap;text-overflow:ellipsis;width:100%;font-size:.75rem;font-weight:500;line-height:1.2;overflow:hidden}.transaction-modal__invoice-type-grid .transaction-modal__category-name{font-size:.7rem}.transaction-modal__options{flex-direction:column;gap:.75rem;display:flex}.transaction-modal__option-row{background:#1e293b;border:1px solid #334155;border-radius:1rem;justify-content:space-between;align-items:center;padding:1rem;display:flex}.transaction-modal__actions{grid-template-columns:1fr 2fr;gap:1rem;margin-top:1rem;display:grid}@media (max-width:640px){.transaction-modal{padding-bottom:2rem}.transaction-modal__amount-input{font-size:2.5rem}.transaction-modal__category-grid{grid-template-columns:repeat(3,1fr)}.transaction-modal__actions{flex-direction:column-reverse;grid-template-columns:1fr}}html.light .transaction-modal__amount-display{background:#f8fafc;border-color:#e2e8f0}html.light .transaction-modal__amount-input{color:#0f172a}html.light .transaction-modal__type-tabs{background:#f1f5f9;border-color:#e2e8f0}html.light .transaction-modal__card{background:#fff;border-color:#e2e8f0}html.light .transaction-modal__card-title{color:#0f172a}html.light .transaction-modal__category-item{background:#f8fafc;border-color:#e2e8f0}html.light .transaction-modal__category-item:hover{background:#f1f5f9;border-color:#cbd5e1}html.light .transaction-modal__option-row{background:#f8fafc;border-color:#e2e8f0}.transaction-modal__invoice-item{background:#1e293b;border:1px solid #334155;border-radius:1rem;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex}.transaction-modal__invoice-item:hover{background:#334155;border-color:#475569}html.light .transaction-modal__invoice-item{background:#f8fafc;border-color:#e2e8f0}html.light .transaction-modal__invoice-item:hover{background:#f1f5f9;border-color:#cbd5e1}.transaction-modal__account-select{flex-direction:column;gap:.75rem;display:flex}.transaction-modal__account-dropdown{color:#f8fafc;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#0f172a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%236366f1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") right 1rem center/1.25rem no-repeat;border:2px solid #334155;border-radius:1rem;width:100%;padding:1rem 3rem 1rem 1.25rem;font-size:1rem;font-weight:500;transition:all .2s}.transaction-modal__account-dropdown:hover{background-color:#1e293b;border-color:#6366f1}.transaction-modal__account-dropdown:focus{border-color:#818cf8;outline:none;box-shadow:0 0 0 3px rgba(99,102,241,.2)}.transaction-modal__account-dropdown option{color:#f8fafc;background:#0f172a;padding:.75rem}.transaction-modal__account-empty-box{text-align:center;background:linear-gradient(145deg,rgba(99,102,241,.05) 0%,rgba(168,85,247,.05) 100%);border:2px dashed #334155;border-radius:1rem;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:2rem 1.5rem;display:flex}.transaction-modal__account-empty-icon{color:#6366f1;opacity:.6}.transaction-modal__account-empty-title{color:#f8fafc;margin:0;font-size:1rem;font-weight:600}.transaction-modal__account-empty-text{color:#94a3b8;margin:0;font-size:.875rem;line-height:1.5}.transaction-modal__account-empty-text strong{color:#818cf8}html.light .transaction-modal__account-dropdown{color:#0f172a;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%234f46e5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");border-color:#e2e8f0}html.light .transaction-modal__account-dropdown:hover{background-color:#f8fafc;border-color:#6366f1}html.light .transaction-modal__account-dropdown:focus{border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.15)}html.light .transaction-modal__account-dropdown option{color:#0f172a;background:#fff}html.light .transaction-modal__account-empty-box{background:linear-gradient(145deg,rgba(99,102,241,.05) 0%,rgba(168,85,247,.05) 100%);border-color:#e2e8f0}html.light .transaction-modal__account-empty-icon{color:#4f46e5}html.light .transaction-modal__account-empty-title{color:#0f172a}html.light .transaction-modal__account-empty-text{color:#64748b}html.light .transaction-modal__account-empty-text strong{color:#4f46e5}.transaction-modal__loading-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10001;pointer-events:all;cursor:not-allowed;background:rgba(15,23,42,.95);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.transaction-modal__loading-spinner{border:4px solid rgba(99,102,241,.2);border-top-color:#6366f1;border-radius:50%;width:48px;height:48px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.transaction-modal__loading-text{color:#e2e8f0;margin:0;font-size:1rem;font-weight:500}
.account-modal__content{padding:0}.account-form{padding:1.5rem}.account-modal__field{margin-bottom:1.5rem}.account-modal__field:last-of-type{margin-bottom:2.5rem}.account-form__section{margin-bottom:1.5rem}.account-form__section:last-child{margin-bottom:2rem}.account-form__section-title{color:#111827;border-bottom:1px solid #e5e7eb;margin-bottom:1rem;padding-bottom:.5rem;font-size:1rem;font-weight:600}.account-type-grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem;display:grid}.account-type-option{cursor:pointer;text-align:center;-webkit-backdrop-filter:blur(10px);background:linear-gradient(145deg,rgba(255,255,255,.05) 0%,rgba(255,255,255,.02) 100%);border:2px solid rgba(99,102,241,.2);border-radius:1rem;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.08)}.account-type-option:before{content:"";opacity:0;background:linear-gradient(135deg,rgba(99,102,241,.05) 0%,rgba(168,85,247,.05) 100%);transition:opacity .3s;position:absolute;top:0;bottom:0;left:0;right:0}.account-type-option:hover{background:linear-gradient(145deg,rgba(99,102,241,.08) 0%,rgba(168,85,247,.08) 100%);border-color:rgba(99,102,241,.4);transform:translateY(-2px);box-shadow:0 8px 25px rgba(99,102,241,.15)}.account-type-option:hover:before{opacity:1}.account-type-option--selected{background:linear-gradient(135deg,rgba(99,102,241,.1) 0%,rgba(168,85,247,.1) 100%);border-color:rgba(99,102,241,.5);transform:translateY(-2px);box-shadow:0 8px 25px rgba(99,102,241,.2),inset 0 1px rgba(255,255,255,.1)}.account-type-option--selected:before{opacity:1;background:linear-gradient(135deg,rgba(99,102,241,.1) 0%,rgba(168,85,247,.1) 100%)}.account-type-icon{color:#94a3b8;-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,rgba(255,255,255,.1) 0%,rgba(255,255,255,.05) 100%);border:1px solid rgba(255,255,255,.1);border-radius:50%;width:3rem;height:3rem;padding:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.account-type-option--selected .account-type-icon{color:#a5b4fc;background:linear-gradient(135deg,rgba(99,102,241,.3) 0%,rgba(168,85,247,.3) 100%);border-color:rgba(99,102,241,.4);transform:scale(1.1)}.account-type-name{color:#cbd5e1;font-size:.95rem;font-weight:600;transition:all .3s}.account-type-description{color:#94a3b8;font-size:.8rem;line-height:1.4;transition:all .3s}.account-type-option--selected .account-type-name{color:#a5b4fc;transform:translateY(-1px)}.account-type-option--selected .account-type-description{color:#818cf8}.bank-select-wrapper{position:relative}.bank-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=US-ASCII,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'><path fill='%23666' d='M2 0L0 2h4zM2 5L0 3h4z'/></svg>");background-position:right .75rem center;background-repeat:no-repeat;background-size:.75rem;padding-left:2.5rem;padding-right:2.5rem}.bank-icon{color:#6b7280;pointer-events:none;width:1rem;height:1rem;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.color-selection{flex-direction:column;gap:.75rem;display:flex}.color-selection__title{color:#374151;font-size:.875rem;font-weight:500}.color-palette{flex-wrap:wrap;gap:.5rem;display:flex}.color-option{cursor:pointer;-webkit-backdrop-filter:blur(10px);border:3px solid rgba(255,255,255,.2);border-radius:50%;width:3rem;height:3rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:0 2px 8px rgba(0,0,0,.1)}.color-option:hover{border-color:rgba(255,255,255,.4);transform:scale(1.15)translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.2)}.color-option--selected{border-color:rgba(255,255,255,.6);transform:scale(1.1);box-shadow:0 0 0 3px rgba(255,255,255,.3),0 0 0 6px rgba(99,102,241,.3),0 8px 25px rgba(99,102,241,.4)}.color-option--selected:after{content:"✓";color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.5);font-size:.875rem;font-weight:600;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.color-option--blue{background-color:#3b82f6}.color-option--green{background-color:#22c55e}.color-option--yellow{background-color:#f59e0b}.color-option--red{background-color:#ef4444}.color-option--purple{background-color:#a855f7}.color-option--pink{background-color:#ec4899}.color-option--indigo{background-color:#6366f1}.color-option--teal{background-color:#14b8a6}.color-option--orange{background-color:#f97316}.color-option--gray{background-color:#6b7280}.balance-input-group{position:relative}.balance-input{text-align:right;color:#111827;background-color:#f9fafb;border:2px solid #e2e8f0;border-radius:.5rem;padding:.75rem 1rem .75rem 3rem;font-size:1.25rem;font-weight:600;transition:all .2s ease-in-out}.balance-input:focus{background-color:#fff;border-color:#4f46e5;box-shadow:0 0 0 3px rgba(79,70,229,.1)}.balance-currency{color:#6b7280;pointer-events:none;font-size:1rem;font-weight:600;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.account-status{background-color:#f9fafb;border:1px solid #e2e8f0;border-radius:.5rem;justify-content:space-between;align-items:center;padding:1rem;display:flex}.account-status__info{flex:1}.account-status__title{color:#111827;margin-bottom:.25rem;font-size:.875rem;font-weight:500}.account-status__description{color:#6b7280;font-size:.75rem;line-height:1.4}.account-modal__actions{background-color:#f9fafb;border-top:1px solid #e5e7eb;justify-content:space-between;gap:.75rem;padding:1rem 1.5rem;display:flex}.account-preview{-webkit-backdrop-filter:blur(10px);background:linear-gradient(145deg,rgba(99,102,241,.02) 0%,rgba(168,85,247,.02) 100%);border:2px solid rgba(99,102,241,.2);border-radius:1rem;margin-top:2rem;padding:1.5rem;box-shadow:0 4px 15px rgba(0,0,0,.08)}.account-preview__title{color:#cbd5e1;text-align:center;margin-bottom:1rem;font-size:.95rem;font-weight:600}.account-preview__card{background:linear-gradient(135deg,var(--account-color,rgba(99,102,241,.8)),var(--account-color-light,rgba(168,85,247,.8)));color:#fff;-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:1rem;padding:1.5rem;position:relative;overflow:hidden;box-shadow:0 8px 25px rgba(99,102,241,.3),inset 0 1px rgba(255,255,255,.2)}.account-preview__card:before{content:"";pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,.1) 0%,transparent 100%);position:absolute;top:0;bottom:0;left:0;right:0}.account-preview__header{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.account-preview__name{font-size:1rem;font-weight:600}.account-preview__type{opacity:.8;font-size:.75rem}.account-preview__balance{margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.account-preview__bank{opacity:.9;font-size:.875rem}@media (max-width:640px){.account-type-grid{grid-template-columns:1fr}.account-form{padding:1rem}.account-modal__actions{flex-direction:column-reverse;gap:.5rem}.color-palette{justify-content:center}.balance-input{font-size:1.125rem}}@media (prefers-color-scheme:dark){.account-form__section-title{color:#f3f4f6;border-bottom-color:#374151}.account-type-option{background-color:#1e293b;border-color:#4b5563}.account-type-option:hover{background-color:#334155;border-color:#818cf8}.account-type-option--selected{background-color:#1e1b4b;border-color:#818cf8}.account-type-icon{color:#9ca3af;background-color:#374151}.account-type-option--selected .account-type-icon{background-color:#818cf8}.account-type-name{color:#f3f4f6}.account-type-description{color:#9ca3af}.account-type-option--selected .account-type-name{color:#a5b4fc}.account-type-option--selected .account-type-description{color:#818cf8}.bank-icon{color:#9ca3af}.color-selection__title{color:#cbd5e1}.color-option--selected{border-color:#f3f4f6;box-shadow:0 0 0 2px #1e293b,0 0 0 4px #f3f4f6}.balance-input{color:#f3f4f6;background-color:#374151;border-color:#4b5563}.balance-input:focus{background-color:#1e293b;border-color:#818cf8;box-shadow:0 0 0 3px rgba(129,140,248,.1)}.balance-currency{color:#9ca3af}.account-status{background-color:#374151;border-color:#4b5563}.account-status__title{color:#f3f4f6}.account-status__description{color:#9ca3af}.account-modal__actions{background-color:#374151;border-top-color:#374151}.account-preview{background-color:#374151;border-color:#4b5563}.account-preview__title{color:#f3f4f6}}html.light .account-modal,body.light .account-modal,.light .account-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 .account-modal__header,body.light .account-modal__header,.light .account-modal__header{background:linear-gradient(145deg,rgba(99,102,241,.05) 0%,transparent 100%);border-bottom-color:rgba(99,102,241,.2)}html.light .account-modal__title,body.light .account-modal__title,.light .account-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 .account-modal__close,body.light .account-modal__close,.light .account-modal__close{color:#475569;background:rgba(99,102,241,.1);border-color:rgba(99,102,241,.3)}html.light .account-modal__close:hover,body.light .account-modal__close:hover,.light .account-modal__close:hover{color:#0f172a;background:rgba(99,102,241,.15);border-color:rgba(99,102,241,.5)}html.light .account-modal__content,body.light .account-modal__content,.light .account-modal__content{color:#334155;background:linear-gradient(145deg,transparent 0%,rgba(99,102,241,.02) 100%)}html.light .account-modal__footer,body.light .account-modal__footer,.light .account-modal__footer{background:#f8fafc;border-top-color:#e2e8f0}html.light .account-form__section-title,body.light .account-form__section-title,.light .account-form__section-title{color:#0f172a;border-bottom-color:#e2e8f0}html.light .account-type-option,body.light .account-type-option,.light .account-type-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 .account-type-option:hover,body.light .account-type-option:hover,.light .account-type-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 .account-type-option--selected,body.light .account-type-option--selected,.light .account-type-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 .account-type-option__icon,body.light .account-type-option__icon,.light .account-type-option__icon{color:#6366f1}html.light .account-type-option--selected .account-type-option__icon,body.light .account-type-option--selected .account-type-option__icon,.light .account-type-option--selected .account-type-option__icon{color:#4f46e5}html.light .account-type-option__label,body.light .account-type-option__label,.light .account-type-option__label{color:#334155;font-weight:500}html.light .account-type-option--selected .account-type-option__label,body.light .account-type-option--selected .account-type-option__label,.light .account-type-option--selected .account-type-option__label{color:#4f46e5;font-weight:600}html.light .account-type-option__description,body.light .account-type-option__description,.light .account-type-option__description{color:#6b7280}html.light .account-form__input,body.light .account-form__input,.light .account-form__input{color:#334155;background:#fff;border-color:rgba(99,102,241,.3)}html.light .account-form__input:focus,body.light .account-form__input:focus,.light .account-form__input:focus{border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.1)}html.light .account-form__input::placeholder,body.light .account-form__input::placeholder,.light .account-form__input::placeholder{color:#6b7280}html.light .account-form__label,body.light .account-form__label,.light .account-form__label{color:#334155}html.light .account-form__select,body.light .account-form__select,.light .account-form__select{color:#334155;background:#fff;border-color:rgba(99,102,241,.3)}html.light .account-form__select:focus,body.light .account-form__select:focus,.light .account-form__select:focus{border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.1)}html.light .balance-input,body.light .balance-input,.light .balance-input{color:#334155;background:#fff;border-color:rgba(99,102,241,.3)}html.light .balance-input:focus,body.light .balance-input:focus,.light .balance-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.1)}html.light .balance-currency,body.light .balance-currency,.light .balance-currency{color:#6b7280}html.light .account-status,body.light .account-status,.light .account-status{background:linear-gradient(145deg,rgba(99,102,241,.05) 0%,rgba(168,85,247,.05) 100%);border-color:rgba(99,102,241,.3)}html.light .account-status__title,body.light .account-status__title,.light .account-status__title{color:#0f172a}html.light .account-status__description,body.light .account-status__description,.light .account-status__description{color:#475569}html.light .account-modal__actions,body.light .account-modal__actions,.light .account-modal__actions{background-color:#f8fafc;border-top-color:#e2e8f0}html.light .account-preview,body.light .account-preview,.light .account-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 .account-preview__title,body.light .account-preview__title,.light .account-preview__title{color:#0f172a}
.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}
.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}
body .dashboard,html .dashboard{flex-direction:column;gap:1.25rem;min-height:100vh;display:flex;background:linear-gradient(#fff,#edf1f5)!important;padding:1rem 1.5rem 1.5rem!important}.dashboard__health{border:1px solid;border-radius:.75rem;justify-content:space-between;align-items:center;padding:1rem 1.5rem;transition:all .3s;display:flex}.dashboard__health-left{align-items:center;gap:.75rem;display:flex}.dashboard__health-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}.dashboard__health-text{flex-direction:column;display:flex}.dashboard__health-label{text-transform:uppercase;letter-spacing:.05em;opacity:.8;font-size:.75rem;font-weight:500}.dashboard__health-status{font-size:1.125rem;font-weight:700}.dashboard__health-right{align-items:center;display:flex}.dashboard__health-stats{align-items:center;gap:1.5rem;font-size:.8125rem;font-weight:500;display:flex}.dashboard__health-pending{color:#f59e0b;font-weight:600}.dashboard__health-days{opacity:.7}.dashboard__health--excellent{color:#15803d;background:linear-gradient(135deg,rgba(34,197,94,.08),rgba(74,222,128,.12));border-color:rgba(34,197,94,.3)}.dashboard__health--excellent .dashboard__health-icon{color:#22c55e;background:rgba(34,197,94,.15)}.dashboard__health--good{color:#1d4ed8;background:linear-gradient(135deg,rgba(59,130,246,.08),rgba(96,165,250,.12));border-color:rgba(59,130,246,.3)}.dashboard__health--good .dashboard__health-icon{color:#3b82f6;background:rgba(59,130,246,.15)}.dashboard__health--warning{color:#b45309;background:linear-gradient(135deg,rgba(245,158,11,.08),rgba(251,191,36,.12));border-color:rgba(245,158,11,.3)}.dashboard__health--warning .dashboard__health-icon{color:#f59e0b;background:rgba(245,158,11,.15)}.dashboard__health--danger{color:#b91c1c;background:linear-gradient(135deg,rgba(239,68,68,.08),rgba(248,113,113,.12));border-color:rgba(239,68,68,.3)}.dashboard__health--danger .dashboard__health-icon{color:#ef4444;background:rgba(239,68,68,.15)}.dashboard__health--neutral{color:#4b5563;background:linear-gradient(135deg,rgba(107,114,128,.06),rgba(156,163,175,.1));border-color:rgba(107,114,128,.2)}.dashboard__health--neutral .dashboard__health-icon{color:#6b7280;background:rgba(107,114,128,.12)}.dashboard__month-bar{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;align-items:center;gap:0;padding:.75rem 1.25rem;display:flex;box-shadow:0 1px 3px rgba(0,0,0,.05)}.dashboard__month-bar-item{flex:1;align-items:center;gap:.5rem;padding:.5rem .75rem;display:flex}.dashboard__month-bar-item--income{color:#22c55e}.dashboard__month-bar-item--expense{color:#ef4444}.dashboard__month-bar-item--positive{color:#22c55e}.dashboard__month-bar-item--negative{color:#ef4444}.dashboard__month-bar-item--pending{color:#f59e0b}.dashboard__month-bar-divider{background:#e2e8f0;flex-shrink:0;width:1px;height:2.5rem}.dashboard__month-bar-info{flex-direction:column;display:flex}.dashboard__month-bar-label{text-transform:uppercase;letter-spacing:.05em;opacity:.7;color:#6b7280;font-size:.6875rem;font-weight:500}.dashboard__month-bar-value{font-size:1rem;font-weight:700}.dashboard__summary{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.dashboard__summary-card{border-radius:.75rem;padding:1.25rem;transition:all .2s ease-in-out;position:relative;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.05);background-color:#fff!important;border:1px solid #e2e8f0!important}.dashboard__summary-card:before{content:"";background:linear-gradient(90deg,#4f46e5,#6366f1);height:4px;position:absolute;top:0;left:0;right:0}.dashboard__summary-card:hover{transform:translateY(-1px);box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.dashboard__summary-card:first-child:before{background:linear-gradient(90deg,#4f46e5,#6366f1)}.dashboard__summary-card:nth-child(2):before{background:linear-gradient(90deg,#22c55e,#4ade80)}.dashboard__summary-card:nth-child(3):before{background:linear-gradient(90deg,#ef4444,#f87171)}.dashboard__summary-card:nth-child(4):before{background:linear-gradient(90deg,#3b82f6,#60a5fa)}.dashboard__summary-card:first-child{background:linear-gradient(135deg,rgba(79,70,229,.03),rgba(99,102,241,.08));border-color:rgba(79,70,229,.2)}.dashboard__summary-card:nth-child(2){background:linear-gradient(135deg,rgba(34,197,94,.03),rgba(74,222,128,.08));border-color:rgba(34,197,94,.2)}.dashboard__summary-card:nth-child(3){background:linear-gradient(135deg,rgba(239,68,68,.03),rgba(248,113,113,.08));border-color:rgba(239,68,68,.2)}.dashboard__summary-card:nth-child(4){background:linear-gradient(135deg,rgba(59,130,246,.03),rgba(96,165,250,.08));border-color:rgba(59,130,246,.2)}.dashboard__summary-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.dashboard__summary-title{color:#4b5563;text-transform:uppercase;letter-spacing:.025em;font-size:.8125rem;font-weight:600}.dashboard__summary-icon{opacity:.8;width:1.25rem;height:1.25rem}.dashboard__summary-card:first-child .dashboard__summary-icon{color:#4f46e5}.dashboard__summary-card:nth-child(2) .dashboard__summary-icon{color:#22c55e}.dashboard__summary-card:nth-child(3) .dashboard__summary-icon{color:#ef4444}.dashboard__summary-card:nth-child(4) .dashboard__summary-icon{color:#3b82f6}.dashboard__summary-value{font-size:1.75rem;font-weight:700;line-height:1.1}.dashboard__summary-card:first-child .dashboard__summary-value{color:#4f46e5}.dashboard__summary-card:nth-child(2) .dashboard__summary-value{color:#22c55e}.dashboard__summary-card:nth-child(3) .dashboard__summary-value{color:#ef4444}.dashboard__summary-card:nth-child(4) .dashboard__summary-value{color:#3b82f6}.dashboard__content{grid-template-columns:1.5fr 1fr;gap:1.25rem;display:grid}.dashboard__right-column{flex-direction:column;gap:1.25rem;display:flex}.dashboard__section-header-row{justify-content:space-between;align-items:center;width:100%;display:flex}.dashboard__section-title{color:#1e293b;text-transform:uppercase;letter-spacing:.025em;margin:0;font-size:1rem;font-weight:700}.dashboard__section-count{color:#94a3b8;background:#f1f5f9;border-radius:999px;padding:.25rem .625rem;font-size:.75rem;font-weight:500}.dashboard__transactions{border:1px solid #e2e8f0;border-radius:.75rem;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.05);background-color:#fff!important}.dashboard .card{border-radius:.75rem;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.05);background-color:#fff!important;border:1px solid #e2e8f0!important}.dashboard .card__header{background:linear-gradient(135deg,#f8fafc,#f1f5f9)!important;border-bottom:1px solid #e5e7eb!important;padding:1rem 1.25rem!important}.dashboard .card__content{background-color:#fff!important;padding:0!important}.dashboard__transaction-list{margin:0;padding:0;list-style:none;background-color:#fff!important}.dashboard__transaction-item{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;gap:.75rem;padding:.875rem 1.25rem;transition:all .15s;display:flex;position:relative}.dashboard__transaction-item:hover{background:rgba(79,70,229,.03)}.dashboard__transaction-item:last-child{border-bottom:none}.dashboard__transaction-info{flex:1;align-items:center;gap:.75rem;min-width:0;display:flex}.dashboard__transaction-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:flex}.dashboard__transaction-icon--income{color:#fff;background:linear-gradient(135deg,#22c55e,#16a34a)}.dashboard__transaction-icon--expense{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626)}.dashboard__icon{width:1rem;height:1rem}.dashboard__transaction-details{flex:1;min-width:0}.dashboard__transaction-description{color:#111827;white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:.5rem;margin-bottom:.125rem;font-size:.875rem;font-weight:600;display:flex;overflow:hidden}.dashboard__transaction-badge{text-transform:uppercase;border-radius:999px;flex-shrink:0;padding:.125rem .375rem;font-size:.625rem;font-weight:600}.dashboard__transaction-badge--invoice{color:#4f46e5;background:rgba(99,102,241,.1)}.dashboard__transaction-category{color:#6b7280;text-transform:uppercase;letter-spacing:.025em;font-size:.6875rem;font-weight:500}.dashboard__transaction-right{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.dashboard__transaction-amount{text-align:right;font-size:.875rem;font-weight:700}.dashboard__transaction-amount--income{color:#22c55e}.dashboard__transaction-amount--expense{color:#ef4444}.dashboard__transaction-paid-checkbox{cursor:pointer;background:#fff;border:2px solid #d1d5db;border-radius:.375rem;flex-shrink:0;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;transition:all .2s;display:flex}.dashboard__transaction-paid-checkbox:hover{background:rgba(79,70,229,.05);border-color:#6366f1}.dashboard__transaction-paid-checkbox--checked{background:linear-gradient(135deg,#22c55e,#16a34a);border-color:#22c55e}.dashboard__transaction-paid-checkbox--checked:hover{background:linear-gradient(135deg,#16a34a,#15803d)}.dashboard__transaction-paid-icon{color:#fff}@keyframes checkPop{0%{opacity:0;transform:scale(0)}50%{transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.dashboard__transaction-item--paid{opacity:.55;background:rgba(34,197,94,.03)}.dashboard__transaction-item--paid .dashboard__transaction-description{color:#6b7280;text-decoration:line-through}.dashboard__budget-alert{color:#ef4444;background:rgba(239,68,68,.08);border-radius:999px;align-items:center;gap:.25rem;padding:.25rem .625rem;font-size:.75rem;font-weight:600;display:flex}.dashboard__budget-list{flex-direction:column;gap:.75rem;padding:1rem;display:flex}.dashboard__budget-item{background:#fff;border:1px solid #e2e8f0;border-radius:.625rem;padding:1rem;transition:all .2s}.dashboard__budget-item--warning{background:linear-gradient(135deg,rgba(245,158,11,.03),rgba(251,191,36,.06));border-color:rgba(245,158,11,.4)}.dashboard__budget-item--danger{background:linear-gradient(135deg,rgba(239,68,68,.03),rgba(248,113,113,.06));border-color:rgba(239,68,68,.4)}.dashboard__budget-header{justify-content:space-between;align-items:center;margin-bottom:.625rem;display:flex}.dashboard__budget-category{color:#111827;font-size:.875rem;font-weight:600}.dashboard__budget-remaining{color:#6b7280;font-size:.75rem;font-weight:600}.dashboard__budget-item--danger .dashboard__budget-remaining{color:#ef4444}.dashboard__budget-item--warning .dashboard__budget-remaining{color:#f59e0b}.dashboard__budget-progress-container{align-items:center;gap:.75rem;margin-bottom:.375rem;display:flex}.dashboard__budget-progress-container .progress-bar{flex:1}.dashboard__budget-percentage{color:#4b5563;text-align:right;min-width:2.5rem;font-size:.8125rem;font-weight:700}.dashboard__budget-amounts-row{justify-content:flex-start;align-items:center;display:flex}.dashboard__budget-spent-label{color:#94a3b8;font-size:.6875rem;font-weight:500}.dashboard__financing-list{flex-direction:column;gap:.75rem;padding:1rem;display:flex}.dashboard__financing-item{border:1px solid #e2e8f0;border-radius:.5rem;padding:.875rem;transition:all .2s}.dashboard__financing-item:hover{border-color:rgba(99,102,241,.3)}.dashboard__financing-info-row{justify-content:space-between;align-items:center;margin-bottom:.625rem;display:flex}.dashboard__financing-info{align-items:center;gap:.625rem;display:flex}.dashboard__financing-icon{color:#6366f1;background:rgba(99,102,241,.1);border-radius:.375rem;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.dashboard__financing-details{flex-direction:column;display:flex}.dashboard__financing-name{color:#1e293b;font-size:.875rem;font-weight:600}.dashboard__financing-progress{color:#94a3b8;font-size:.6875rem}.dashboard__financing-amount{color:#6366f1;font-size:.8125rem;font-weight:600}.dashboard__financing-progress-container{align-items:center;gap:.75rem;display:flex}.dashboard__financing-progress-container .progress-bar{flex:1}.dashboard__financing-percentage{color:#94a3b8;text-align:right;min-width:2.5rem;font-size:.75rem;font-weight:500}.dashboard__empty-state{text-align:center;color:#6b7280;padding:2.5rem 1.5rem}.dashboard__empty-icon{color:#cbd5e1;width:2.5rem;height:2.5rem;margin:0 auto .75rem}.dashboard__empty-title{color:#374151;margin-bottom:.375rem;font-size:.9375rem;font-weight:600}.dashboard__empty-message{color:#94a3b8;font-size:.8125rem}@media (max-width:1024px){.dashboard__summary{grid-template-columns:repeat(2,1fr)}.dashboard__content{grid-template-columns:1fr}}@media (max-width:768px){body .dashboard,html .dashboard{gap:.75rem;padding:.75rem!important}.dashboard__summary{grid-template-columns:repeat(2,1fr);gap:.75rem}.dashboard__summary-card{padding:1rem}.dashboard__summary-value{font-size:1.375rem}.dashboard__health{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1rem}.dashboard__health-right{width:100%}.dashboard__health-stats{justify-content:space-between;width:100%}.dashboard__month-bar{flex-wrap:wrap;gap:.5rem;padding:.75rem}.dashboard__month-bar-divider{display:none}.dashboard__month-bar-item{flex:45%;min-width:0}.dashboard__content{grid-template-columns:1fr}}@media (max-width:480px){.dashboard__summary{grid-template-columns:1fr}.dashboard__month-bar-item{flex:100%}}html.dark .dashboard,body.dark .dashboard,.dark .dashboard{background:linear-gradient(135deg,#0f172a,#1e293b)!important}.dark .dashboard__health--excellent{color:#4ade80;background:linear-gradient(135deg,rgba(34,197,94,.1),rgba(74,222,128,.15));border-color:rgba(34,197,94,.3)}.dark .dashboard__health--good{color:#60a5fa;background:linear-gradient(135deg,rgba(59,130,246,.1),rgba(96,165,250,.15));border-color:rgba(59,130,246,.3)}.dark .dashboard__health--warning{color:#fbbf24;background:linear-gradient(135deg,rgba(245,158,11,.1),rgba(251,191,36,.15));border-color:rgba(245,158,11,.3)}.dark .dashboard__health--danger{color:#f87171;background:linear-gradient(135deg,rgba(239,68,68,.1),rgba(248,113,113,.15));border-color:rgba(239,68,68,.3)}.dark .dashboard__health--neutral{color:#9ca3af;background:linear-gradient(135deg,rgba(107,114,128,.08),rgba(156,163,175,.12));border-color:rgba(107,114,128,.25)}.dark .dashboard__month-bar{background:#1e293b;border-color:#334155}.dark .dashboard__month-bar-divider{background:#334155}.dark .dashboard__month-bar-label{color:#94a3b8}html.dark .dashboard__summary-card,body.dark .dashboard__summary-card,.dark .dashboard__summary-card{background-color:rgba(30,41,59,.8)!important;border-color:#334155!important}.dark .dashboard__summary-card:first-child{background:linear-gradient(135deg,rgba(79,70,229,.1),rgba(99,102,241,.15))!important;border-color:rgba(79,70,229,.3)!important}.dark .dashboard__summary-card:nth-child(2){background:linear-gradient(135deg,rgba(34,197,94,.1),rgba(74,222,128,.15))!important;border-color:rgba(34,197,94,.3)!important}.dark .dashboard__summary-card:nth-child(3){background:linear-gradient(135deg,rgba(239,68,68,.1),rgba(248,113,113,.15))!important;border-color:rgba(239,68,68,.3)!important}.dark .dashboard__summary-card:nth-child(4){background:linear-gradient(135deg,rgba(59,130,246,.1),rgba(96,165,250,.15))!important;border-color:rgba(59,130,246,.3)!important}.dark .dashboard__summary-title{color:#cbd5e1}.dark .dashboard__summary-value{color:#f3f4f6}.dark .dashboard .card{background-color:#1e293b!important;border-color:#334155!important}.dark .dashboard .card__header{background:linear-gradient(135deg,#334155,#475569)!important;border-bottom-color:#475569!important}.dark .dashboard .card__content,.dark .dashboard__transaction-list{background-color:#1e293b!important}.dark .dashboard__section-title{color:#f3f4f6}.dark .dashboard__section-count{color:#94a3b8;background:#334155}.dark .dashboard__transaction-item{border-bottom-color:#334155}.dark .dashboard__transaction-item:hover{background:rgba(79,70,229,.05)}.dark .dashboard__transaction-description{color:#f3f4f6}.dark .dashboard__transaction-category{color:#94a3b8}.dark .dashboard__transaction-paid-checkbox{background:#1e293b;border-color:#4b5563}.dark .dashboard__transaction-paid-checkbox:hover{background:rgba(99,102,241,.1);border-color:#6366f1}.dark .dashboard__transaction-paid-checkbox--checked{background:linear-gradient(135deg,#22c55e,#16a34a);border-color:#22c55e}.dark .dashboard__transaction-item--paid{background:rgba(34,197,94,.05)}.dark .dashboard__transaction-item--paid .dashboard__transaction-description{color:#64748b}.dark .dashboard__budget-item{background:#1e293b;border-color:#334155}.dark .dashboard__budget-item--warning{background:linear-gradient(135deg,rgba(245,158,11,.05),rgba(251,191,36,.08));border-color:rgba(245,158,11,.3)}.dark .dashboard__budget-item--danger{background:linear-gradient(135deg,rgba(239,68,68,.05),rgba(248,113,113,.08));border-color:rgba(239,68,68,.3)}.dark .dashboard__budget-category{color:#f8fafc}.dark .dashboard__budget-remaining,.dark .dashboard__budget-percentage{color:#94a3b8}.dark .dashboard__budget-spent-label{color:#64748b}.dark .dashboard__financing-item{background:#1e293b;border-color:#334155}.dark .dashboard__financing-name{color:#e2e8f0}.dark .dashboard__financing-progress,.dark .dashboard__empty-state{color:#94a3b8}.dark .dashboard__empty-icon{color:#4b5563}.dark .dashboard__empty-title{color:#cbd5e1}.dark .dashboard__empty-message{color:#64748b}@media (prefers-color-scheme:dark){html:not(.light):not(.dark) .dashboard{background:linear-gradient(135deg,#0f172a,#1e293b)!important}html:not(.light):not(.dark) .dashboard__month-bar{background:#1e293b;border-color:#334155}html:not(.light):not(.dark) .dashboard__summary-card{background-color:rgba(30,41,59,.8)!important;border-color:#334155!important}html:not(.light):not(.dark) .dashboard .card{background-color:#1e293b!important;border-color:#334155!important}html:not(.light):not(.dark) .dashboard .card__header{background:linear-gradient(135deg,#334155,#475569)!important;border-bottom-color:#475569!important}html:not(.light):not(.dark) .dashboard .card__content,html:not(.light):not(.dark) .dashboard__transaction-list{background-color:#1e293b!important}html:not(.light):not(.dark) .dashboard__section-title{color:#f3f4f6}html:not(.light):not(.dark) .dashboard__transaction-item{border-bottom-color:#334155}html:not(.light):not(.dark) .dashboard__transaction-description{color:#f3f4f6}html:not(.light):not(.dark) .dashboard__transaction-category{color:#94a3b8}html:not(.light):not(.dark) .dashboard__budget-item{background:#1e293b;border-color:#334155}html:not(.light):not(.dark) .dashboard__budget-category{color:#f8fafc}html:not(.light):not(.dark) .dashboard__financing-item{border-color:#334155}html:not(.light):not(.dark) .dashboard__financing-name{color:#e2e8f0}}
.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--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)}}
