.financing-page{color:#e2e8f0;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);min-height:100vh;padding:2rem 1rem}.financing-page__tabs{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:.75rem;gap:1rem;margin-bottom:2rem;padding:.5rem;display:flex}.financing-page__tab{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:.5rem;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;transition:all .3s;display:flex}.financing-page__tab:hover{color:#e2e8f0;background:rgba(99,102,241,.1)}.financing-page__tab--active{color:#6366f1;background:linear-gradient(135deg,rgba(99,102,241,.2) 0%,rgba(168,85,247,.2) 100%);box-shadow:0 2px 8px rgba(99,102,241,.2)}.financing-page__card-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.financing-page__card-actions{align-items:center;gap:.75rem;display:flex}.financing-page__add-button{align-items:center;gap:.5rem;display:flex}.financing-page__empty-state{text-align:center;color:#94a3b8;padding:3rem 1rem}.financing-page__empty-state svg{opacity:.5;margin-bottom:1rem}.financing-page__empty-state h3{color:#e2e8f0;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.financing-page__empty-state p{margin-bottom:1.5rem;line-height:1.6}.financing-page__financings-list{flex-direction:column;gap:1.5rem;display:flex}.financing-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:.75rem;padding:1.5rem;transition:all .3s}.financing-item:hover{border-color:rgba(99,102,241,.4);transform:translateY(-2px);box-shadow:0 8px 25px rgba(99,102,241,.15)}.financing-item__header{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.financing-item__info h3{color:#e2e8f0;margin-bottom:.25rem;font-size:1.125rem;font-weight:600}.financing-item__type{color:#6366f1;text-transform:capitalize;margin-bottom:.25rem;font-size:.875rem}.financing-item__institution{color:#94a3b8;font-size:.875rem}.financing-item__status-badge{text-transform:uppercase;letter-spacing:.05em;border-radius:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.financing-item__status-badge--active{color:#22c55e;background:linear-gradient(135deg,rgba(34,197,94,.2) 0%,rgba(16,185,129,.2) 100%);border:1px solid rgba(34,197,94,.3)}.financing-item__status-badge--completed{color:#6366f1;background:linear-gradient(135deg,rgba(99,102,241,.2) 0%,rgba(168,85,247,.2) 100%);border:1px solid rgba(99,102,241,.3)}.financing-item__status-badge--overdue{color:#ef4444;background:linear-gradient(135deg,rgba(239,68,68,.2) 0%,rgba(220,38,38,.2) 100%);border:1px solid rgba(239,68,68,.3)}.financing-item__progress{margin-bottom:1rem}.financing-item__progress-info{color:#94a3b8;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.875rem;display:flex}.financing-item__progress-bar{background:rgba(99,102,241,.1);border-radius:.25rem;width:100%;height:.5rem;overflow:hidden}.financing-item__progress-fill{background:linear-gradient(135deg,#6366f1 0%,#a855f7 100%);border-radius:.25rem;height:100%;transition:width .3s}.financing-item__details{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:1rem;display:grid}.financing-item__detail{background:rgba(30,41,59,.4);border-radius:.5rem;justify-content:space-between;align-items:center;padding:.5rem;font-size:.875rem;display:flex}.financing-item__detail span{color:#94a3b8}.financing-item__detail strong{color:#6366f1;font-weight:600}.financing-item__actions{justify-content:flex-end;gap:.5rem;display:flex}.financing-page__header{text-align:center;max-width:800px;margin-bottom:3rem;margin-left:auto;margin-right:auto}.financing-page__title{background:linear-gradient(135deg,#6366f1 0%,#a855f7 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;justify-content:center;align-items:center;gap:1rem;margin-bottom:1rem;font-size:2.5rem;font-weight:700;display:flex}.financing-page__subtitle{color:#94a3b8;font-size:1.125rem;line-height:1.6}.financing-page__content{flex-direction:column;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.financing-page__card{-webkit-backdrop-filter:blur(10px);background:linear-gradient(145deg,rgba(30,41,59,.8) 0%,rgba(15,23,42,.8) 100%);border:1px solid rgba(99,102,241,.2)}.financing-page__card-title{color:#e2e8f0;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:600;display:flex}.financing-options{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.financing-option{cursor:pointer;background:linear-gradient(145deg,rgba(30,41,59,.6) 0%,rgba(15,23,42,.6) 100%);border:2px solid rgba(99,102,241,.2);border-radius:1rem;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.financing-option:before{content:"";opacity:0;pointer-events:none;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}.financing-option:hover{border-color:rgba(99,102,241,.4);transform:translateY(-2px);box-shadow:0 8px 25px rgba(99,102,241,.15)}.financing-option:hover:before{opacity:1}.financing-option--selected{background:linear-gradient(145deg,rgba(99,102,241,.1) 0%,rgba(168,85,247,.1) 100%);border-color:rgba(99,102,241,.6);transform:translateY(-2px);box-shadow:0 8px 25px rgba(99,102,241,.2)}.financing-option--selected:before{opacity:1}.financing-option__icon{color:#6366f1;background:linear-gradient(135deg,rgba(99,102,241,.2) 0%,rgba(168,85,247,.2) 100%);border-radius:.75rem;justify-content:center;align-items:center;width:3rem;height:3rem;margin-bottom:1rem;display:flex}.financing-option__title{color:#e2e8f0;margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.financing-option__description{color:#94a3b8;margin-bottom:1rem;font-size:.875rem;line-height:1.5}.financing-option__details{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.financing-option__rate{color:#6366f1;font-size:.875rem;font-weight:600}.financing-option__range{color:#94a3b8;font-size:.875rem}.financing-option__arrow{color:#94a3b8;transition:all .3s;position:absolute;top:1.5rem;right:1.5rem}.financing-option:hover .financing-option__arrow{color:#6366f1;transform:translate(4px)}.financing-details{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.financing-details__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-details__section-title{color:#e2e8f0;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1rem;font-weight:600;display:flex}.financing-details__list{margin:0;padding:0;list-style:none}.financing-details__item{color:#cbd5e1;border-bottom:1px solid rgba(99,102,241,.1);align-items:center;gap:.75rem;padding:.75rem 0;font-size:.875rem;display:flex}.financing-details__item:last-child{border-bottom:none}.financing-details__item svg{color:#22c55e;flex-shrink:0}.financing-calculator{flex-direction:column;gap:1.5rem;display:flex}.financing-calculator__row{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.financing-calculator__field{flex-direction:column;gap:.5rem;display:flex}.financing-calculator__display{color:#6366f1;text-align:center;background:linear-gradient(145deg,rgba(30,41,59,.8) 0%,rgba(15,23,42,.8) 100%);border:2px solid rgba(99,102,241,.3);border-radius:.5rem;justify-content:center;align-items:center;min-height:2.75rem;padding:.75rem;font-size:1rem;font-weight:600;display:flex}.financing-calculator__info{background:linear-gradient(145deg,rgba(99,102,241,.1) 0%,rgba(168,85,247,.1) 100%);border:1px solid rgba(99,102,241,.2);border-radius:.75rem;flex-wrap:wrap;gap:1rem;padding:1rem;display:flex}.financing-calculator__info-item{color:#cbd5e1;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.financing-calculator__info-item svg{color:#6366f1;flex-shrink:0}.financing-calculator__button{width:100%;padding:1rem;font-size:1rem;font-weight:600}.simulation-result{flex-direction:column;gap:2rem;display:flex}.simulation-result__summary{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.simulation-result__notice{color:#fbbf24;background:linear-gradient(145deg,rgba(251,191,36,.1) 0%,rgba(245,158,11,.1) 100%);border:1px solid rgba(251,191,36,.3);border-radius:.75rem;grid-column:1/-1;align-items:center;gap:.75rem;padding:1rem;font-size:.875rem;font-weight:500;display:flex}.simulation-result__notice svg{color:#f59e0b;flex-shrink:0}.simulation-result__item{text-align:center;background:linear-gradient(145deg,rgba(30,41,59,.8) 0%,rgba(15,23,42,.8) 100%);border:1px solid rgba(99,102,241,.2);border-radius:.75rem;padding:1.5rem}.simulation-result__item h3{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.875rem;font-weight:500}.simulation-result__value{color:#6366f1;font-size:1.5rem;font-weight:700}.simulation-result__table{background:linear-gradient(145deg,rgba(30,41,59,.8) 0%,rgba(15,23,42,.8) 100%);border:1px solid rgba(99,102,241,.2);border-radius:.75rem;padding:1.5rem}.simulation-result__table h3{color:#e2e8f0;margin-bottom:1rem;font-size:1.125rem;font-weight:600}.amortization-table{overflow-x:auto}.amortization-table__header{color:#e2e8f0;background:linear-gradient(145deg,rgba(99,102,241,.1) 0%,rgba(168,85,247,.1) 100%);border-radius:.5rem;grid-template-columns:repeat(5,1fr);gap:1rem;margin-bottom:.5rem;padding:.75rem;font-size:.875rem;font-weight:600;display:grid}.amortization-table__body{max-height:300px;overflow-y:auto}.amortization-table__row{color:#cbd5e1;border-bottom:1px solid rgba(99,102,241,.1);grid-template-columns:repeat(5,1fr);gap:1rem;padding:.75rem;font-size:.875rem;display:grid}.amortization-table__row:last-child{border-bottom:none}.amortization-table__row:hover{background:linear-gradient(145deg,rgba(99,102,241,.05) 0%,rgba(168,85,247,.05) 100%)}.simulation-result__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.simulation-result__button{min-width:200px}@media (max-width:768px){.financing-page{padding:1rem .5rem}.financing-page__tabs{flex-direction:column;gap:.5rem}.financing-page__tab{padding:.5rem 1rem}.financing-page__card-header{flex-direction:column;align-items:stretch}.financing-page__add-button{justify-content:center}.financing-item__header{flex-direction:column;align-items:stretch;gap:1rem}.financing-item__details{grid-template-columns:1fr}.financing-item__actions{justify-content:center}.financing-page__title{flex-direction:column;gap:.5rem;font-size:2rem}.financing-page__subtitle{font-size:1rem}.financing-options,.financing-details,.financing-calculator__row{grid-template-columns:1fr}.simulation-result__summary{grid-template-columns:repeat(2,1fr)}.amortization-table__header,.amortization-table__row{grid-template-columns:repeat(5,minmax(80px,1fr));gap:.5rem;font-size:.75rem}.simulation-result__actions{flex-direction:column;align-items:center}.simulation-result__button{min-width:100%}}@media (max-width:480px){.financing-page__title{font-size:1.75rem}.financing-option{padding:1rem}.financing-option__icon{width:2.5rem;height:2.5rem}.simulation-result__summary{grid-template-columns:1fr}.simulation-result__value{font-size:1.25rem}.amortization-table__header,.amortization-table__row{grid-template-columns:repeat(5,minmax(60px,1fr));gap:.25rem;padding:.5rem;font-size:.7rem}}@media (prefers-color-scheme:dark){.financing-page{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%)}}@media (prefers-color-scheme:light){.financing-page{color:#0f172a;background:linear-gradient(#f2f2f2,#e0e0e0)!important}.financing-page__title{background:linear-gradient(135deg,#6366f1 0%,#a855f7 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.financing-page__subtitle{color:#475569}.financing-page__card{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-page__card-title{color:#0f172a}.financing-option{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-option__title{color:#0f172a}.financing-option__description{color:#475569}.financing-details__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-details__section-title{color:#0f172a}.financing-details__item{color:#334155;border-bottom-color:rgba(99,102,241,.1)}.financing-calculator__display{color:#6366f1;background:linear-gradient(145deg,rgba(255,255,255,.8) 0%,rgba(249,250,251,.8) 100%);border-color:rgba(99,102,241,.3)}.financing-calculator__info-item{color:#334155}.simulation-result__item{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)}.simulation-result__item h3{color:#475569}.simulation-result__table{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)}.simulation-result__table h3{color:#0f172a}.amortization-table__header{color:#0f172a;background:linear-gradient(145deg,rgba(99,102,241,.1) 0%,rgba(168,85,247,.1) 100%)}.amortization-table__row{color:#334155;border-bottom-color:rgba(99,102,241,.1)}}html.light .financing-page,body.light .financing-page,.light .financing-page{color:#0f172a!important;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%)!important}html.light .financing-page__tabs,body.light .financing-page__tabs,.light .financing-page__tabs{background:linear-gradient(145deg,rgba(255,255,255,.8) 0%,rgba(248,250,252,.8) 100%)!important;border-color:rgba(99,102,241,.3)!important}html.light .financing-page__tab,body.light .financing-page__tab,.light .financing-page__tab{color:#334155!important}html.light .financing-page__tab:hover,body.light .financing-page__tab:hover,.light .financing-page__tab:hover{color:#0f172a!important;background:rgba(99,102,241,.1)!important}html.light .financing-page__tab--active,body.light .financing-page__tab--active,.light .financing-page__tab--active{color:#6366f1!important;background:linear-gradient(135deg,rgba(99,102,241,.1) 0%,rgba(168,85,247,.1) 100%)!important}html.light .financing-page__card-header,body.light .financing-page__card-header,.light .financing-page__card-header{color:#0f172a!important;background:linear-gradient(145deg,rgba(255,255,255,.9) 0%,rgba(248,250,252,.9) 100%)!important;border-color:rgba(99,102,241,.3)!important}html.light .financing-page__card-subtitle,body.light .financing-page__card-subtitle,.light .financing-page__card-subtitle{color:#475569!important}html.light .financing-page__card,body.light .financing-page__card,.light .financing-page__card{color:#0f172a!important;background:linear-gradient(145deg,rgba(255,255,255,.8) 0%,rgba(248,250,252,.8) 100%)!important;border-color:rgba(99,102,241,.3)!important}html.light .financing-page__card:hover,body.light .financing-page__card:hover,.light .financing-page__card:hover{background:linear-gradient(145deg,rgba(255,255,255,.9) 0%,rgba(248,250,252,.9) 100%)!important;border-color:rgba(99,102,241,.5)!important}html.light .financing-page__card-title,body.light .financing-page__card-title,.light .financing-page__card-title{color:#0f172a!important}html.light .financing-page__card-description,body.light .financing-page__card-description,.light .financing-page__card-description{color:#475569!important}html.light .financing-page__card-rate,body.light .financing-page__card-rate,.light .financing-page__card-rate{color:#6366f1!important}html.light .financing-page__card-range,body.light .financing-page__card-range,.light .financing-page__card-range{color:#6b7280!important}html.light .financing-page__card-icon,body.light .financing-page__card-icon,.light .financing-page__card-icon{color:#6366f1!important;background:linear-gradient(135deg,rgba(99,102,241,.1) 0%,rgba(168,85,247,.1) 100%)!important}html.light .financing-page__card-arrow,body.light .financing-page__card-arrow,.light .financing-page__card-arrow{color:#6366f1!important}html.light .financing-calculator,body.light .financing-calculator,.light .financing-calculator{color:#0f172a!important;background:linear-gradient(145deg,rgba(255,255,255,.9) 0%,rgba(248,250,252,.9) 100%)!important;border-color:rgba(99,102,241,.3)!important}html.light .financing-calculator__title,body.light .financing-calculator__title,.light .financing-calculator__title{color:#0f172a!important}html.light .financing-calculator__field,body.light .financing-calculator__field,.light .financing-calculator__field{color:#334155!important}html.light .financing-calculator__input,body.light .financing-calculator__input,.light .financing-calculator__input{color:#334155!important;background:#fff!important;border-color:rgba(99,102,241,.3)!important}html.light .financing-calculator__input:focus,body.light .financing-calculator__input:focus,.light .financing-calculator__input:focus{border-color:#6366f1!important;box-shadow:0 0 0 3px rgba(99,102,241,.1)!important}html.light .financing-calculator__button,body.light .financing-calculator__button,.light .financing-calculator__button{color:#fff!important;background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%)!important}html.light .financing-calculator__button:hover,body.light .financing-calculator__button:hover,.light .financing-calculator__button:hover{background:linear-gradient(135deg,#4f46e5 0%,#4338ca 100%)!important}html.light .financing-calculator__result,body.light .financing-calculator__result,.light .financing-calculator__result{color:#0f172a!important;background:linear-gradient(145deg,rgba(99,102,241,.1) 0%,rgba(168,85,247,.1) 100%)!important;border-color:rgba(99,102,241,.3)!important}html.light .financing-calculator__result-label,body.light .financing-calculator__result-label,.light .financing-calculator__result-label{color:#475569!important}html.light .financing-calculator__result-value,body.light .financing-calculator__result-value,.light .financing-calculator__result-value{color:#6366f1!important}html.light .financing-option,body.light .financing-option,.light .financing-option{color:#0f172a!important;background:linear-gradient(145deg,rgba(255,255,255,.9) 0%,rgba(248,250,252,.9) 100%)!important;border-color:rgba(99,102,241,.3)!important}html.light .financing-option:hover,body.light .financing-option:hover,.light .financing-option:hover{background:linear-gradient(145deg,#fff 0%,#f8fafc 100%)!important;border-color:rgba(99,102,241,.5)!important}html.light .financing-option--selected,body.light .financing-option--selected,.light .financing-option--selected{background:linear-gradient(145deg,rgba(99,102,241,.1) 0%,rgba(168,85,247,.1) 100%)!important;border-color:rgba(99,102,241,.6)!important}html.light .financing-option__icon,body.light .financing-option__icon,.light .financing-option__icon{color:#6366f1!important;background:linear-gradient(135deg,rgba(99,102,241,.1) 0%,rgba(168,85,247,.1) 100%)!important}html.light .financing-option__title,body.light .financing-option__title,.light .financing-option__title{color:#0f172a!important}html.light .financing-option__description,body.light .financing-option__description,.light .financing-option__description{color:#475569!important}html.light .financing-option__rate,body.light .financing-option__rate,.light .financing-option__rate{color:#6366f1!important}html.light .financing-option__range,body.light .financing-option__range,.light .financing-option__range{color:#6b7280!important}html.light .financing-option__arrow,body.light .financing-option__arrow,.light .financing-option__arrow{color:#6366f1!important}html.light .financing-option:hover .financing-option__arrow,body.light .financing-option:hover .financing-option__arrow,.light .financing-option:hover .financing-option__arrow{color:#4f46e5!important}html.light .financing-calculator__display,body.light .financing-calculator__display,.light .financing-calculator__display{color:#6366f1!important;background:linear-gradient(145deg,rgba(99,102,241,.1) 0%,rgba(168,85,247,.1) 100%)!important;border-color:rgba(99,102,241,.3)!important}
.user-info-page{max-width:1200px;margin:0 auto;padding:2rem}.user-info-page__header{margin-bottom:2rem}.user-info-page__title{color:#1f2937;align-items:center;gap:.75rem;margin-bottom:.5rem;font-size:2rem;font-weight:700;display:flex}.user-info-page__subtitle{color:#6b7280;font-size:1.125rem}.user-info-page__content{flex-direction:column;gap:1.5rem;display:flex}.user-info-page__current-plan{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border:2px solid #e5e7eb;border-radius:.75rem}.user-info-page__features{border:1px solid #e5e7eb;border-radius:.75rem}.user-info-page__limitations{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem}.user-info-page__actions{background:#f8fafc;border:1px solid #e5e7eb;border-radius:.75rem}@media (max-width:768px){.user-info-page{padding:1rem}.user-info-page__title{font-size:1.5rem}.user-info-page__content{gap:1rem}}
.advanced-reports-page{max-width:1400px;margin:0 auto;padding:2rem}.advanced-reports-page__header{margin-bottom:2rem}.advanced-reports-page__title{color:#1f2937;align-items:center;gap:.75rem;margin-bottom:.5rem;font-size:2rem;font-weight:700;display:flex}.advanced-reports-page__subtitle{color:#6b7280;font-size:1.125rem}.advanced-reports-page__upgrade{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border:2px dashed #d1d5db;border-radius:1rem;justify-content:center;align-items:center;min-height:400px;display:flex}.advanced-reports-page__filters{background:#f8fafc;border:1px solid #e5e7eb;border-radius:.75rem;margin-bottom:1.5rem}.advanced-reports-page__stats{margin-bottom:1.5rem}.advanced-reports-page__charts{flex-direction:column;gap:1.5rem;display:flex}.advanced-reports-page__bar-chart,.advanced-reports-page__pie-chart{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem}@media (max-width:768px){.advanced-reports-page{padding:1rem}.advanced-reports-page__title{font-size:1.5rem}.advanced-reports-page__charts{gap:1rem}}
.export-page{max-width:1200px;margin:0 auto;padding:2rem}.export-page__header{margin-bottom:2rem}.export-page__title{color:#1f2937;align-items:center;gap:.75rem;margin-bottom:.5rem;font-size:2rem;font-weight:700;display:flex}.export-page__subtitle{color:#6b7280;font-size:1.125rem}.export-page__upgrade{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border:2px dashed #d1d5db;border-radius:1rem;justify-content:center;align-items:center;min-height:400px;display:flex}.export-page__summary{background:#f8fafc;border:1px solid #e5e7eb;border-radius:.75rem;margin-bottom:2rem}.export-page__formats{margin-bottom:2rem}.export-page__format-card{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;transition:all .2s}.export-page__format-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.export-page__progress{background:#f8fafc;border:1px solid #e5e7eb;border-radius:.75rem;margin-bottom:1rem}.export-page__success{background:#f0fdf4;border:1px solid #10b981;border-radius:.75rem;margin-bottom:1rem}.export-page__error{background:#fef2f2;border:1px solid #ef4444;border-radius:.75rem;margin-bottom:1rem}@media (max-width:768px){.export-page{padding:1rem}.export-page__title{font-size:1.5rem}.export-page__formats{margin-bottom:1rem}}
.financial-projections-page{max-width:1400px;margin:0 auto;padding:2rem}.financial-projections-page__header{margin-bottom:2rem}.financial-projections-page__title{color:#1f2937;align-items:center;gap:.75rem;margin-bottom:.5rem;font-size:2rem;font-weight:700;display:flex}.financial-projections-page__subtitle{color:#6b7280;font-size:1.125rem}.financial-projections-page__upgrade{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border:2px dashed #d1d5db;border-radius:1rem;justify-content:center;align-items:center;min-height:400px;display:flex}.financial-projections-page__filters{background:#f8fafc;border:1px solid #e5e7eb;border-radius:.75rem;margin-bottom:1.5rem}.financial-projections-page__stats{margin-bottom:1.5rem}.financial-projections-page__charts{flex-direction:column;gap:1.5rem;display:flex}.financial-projections-page__bar-chart,.financial-projections-page__pie-chart{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem}@media (max-width:768px){.financial-projections-page{padding:1rem}.financial-projections-page__title{font-size:1.5rem}.financial-projections-page__charts{gap:1rem}}
.user-profile-page{color:#f8fafc;max-width:1180px;min-height:100%;margin:0 auto;padding:2rem}.user-profile-page--loading{justify-content:center;align-items:center;min-height:24rem;display:flex}.user-profile-page__spinner{border:3px solid rgba(148,163,184,.25);border-top-color:#5eead4;border-radius:999px;width:2.5rem;height:2.5rem;animation:.85s linear infinite user-profile-spin}@keyframes user-profile-spin{to{transform:rotate(360deg)}}.user-profile-page__hero{background:linear-gradient(135deg,rgba(20,184,166,.16),rgba(99,102,241,.15) 46%,rgba(15,23,42,.88)),#111827;border:1px solid rgba(125,211,252,.18);border-radius:1.25rem;grid-template-columns:minmax(0,1fr) 16rem;align-items:stretch;gap:1.25rem;margin-bottom:1.5rem;padding:1.5rem;display:grid;overflow:hidden;box-shadow:0 24px 50px rgba(0,0,0,.22)}.user-profile-page__hero-copy{flex-direction:column;justify-content:center;display:flex}.user-profile-page__eyebrow{color:#99f6e4;background:rgba(20,184,166,.1);border:1px solid rgba(94,234,212,.24);border-radius:999px;align-items:center;gap:.45rem;width:-moz-fit-content;width:fit-content;margin-bottom:.85rem;padding:.45rem .7rem;font-size:.78rem;font-weight:800;display:inline-flex}.user-profile-page__hero h1{color:#fff;margin:0;font-size:max(2rem,min(4vw,3.3rem));font-weight:900;line-height:1}.user-profile-page__hero p{color:#b6c7df;max-width:42rem;margin:.9rem 0 0;font-size:1rem;line-height:1.65}.user-profile-page__hero-card{background:linear-gradient(rgba(255,255,255,.12),rgba(255,255,255,.04)),rgba(2,6,23,.32);border:1px solid rgba(255,255,255,.12);border-radius:1rem;flex-direction:column;justify-content:flex-end;min-height:12rem;padding:1rem;display:flex}.user-profile-page__hero-card span{color:#022c22;background:#5eead4;border-radius:999px;width:-moz-fit-content;width:fit-content;margin-bottom:auto;padding:.35rem .65rem;font-size:.78rem;font-weight:900}.user-profile-page__hero-card strong{color:#fff;font-size:2rem;font-weight:900}.user-profile-page__hero-card small{color:#cbd5e1;font-weight:700}.user-profile-page .card{background:rgba(30,41,59,.78);border:1px solid rgba(148,163,184,.18);border-radius:1rem;margin-bottom:1.5rem;box-shadow:0 18px 38px rgba(0,0,0,.2)}.user-profile-page .card__header{border-bottom:0;padding:1.1rem 1.1rem 0}.user-profile-page .card__content{padding:1.1rem}.user-profile-page__section-title{border-bottom:1px solid rgba(148,163,184,.18);justify-content:space-between;align-items:center;gap:1rem;padding-bottom:1rem;display:flex}.user-profile-page__section-title span{color:#f8fafc;align-items:center;gap:.55rem;font-size:1.05rem;font-weight:900;display:inline-flex}.user-profile-page__status-pill{color:#bbf7d0;background:rgba(34,197,94,.12);border-radius:999px;padding:.4rem .7rem;font-size:.78rem}.user-profile-page__plan-grid{grid-template-columns:minmax(0,1.25fr) minmax(17rem,.75fr);gap:1rem;display:grid}.user-profile-page__plan-summary{background:rgba(15,23,42,.42);border:1px solid rgba(125,211,252,.16);border-radius:.85rem;align-items:center;gap:1rem;min-height:10rem;padding:1rem;display:flex}.user-profile-page__plan-icon{color:#99f6e4;background:rgba(20,184,166,.13);border-radius:1rem;flex-shrink:0;justify-content:center;align-items:center;width:4rem;height:4rem;display:inline-flex}.user-profile-page__plan-summary span,.user-profile-page__meta-list span,.user-profile-page__limit-tile span{color:#94a3b8;font-size:.82rem;font-weight:800}.user-profile-page__plan-summary strong{color:#fff;margin-top:.2rem;font-size:1.7rem;font-weight:900;display:block}.user-profile-page__plan-summary p{color:#b6c7df;max-width:38rem;margin:.4rem 0 0;line-height:1.55}.user-profile-page__meta-list{gap:.8rem;display:grid}.user-profile-page__meta-list div{background:rgba(15,23,42,.35);border:1px solid rgba(148,163,184,.16);border-radius:.85rem;grid-template-columns:auto 1fr;align-items:center;gap:.25rem .7rem;padding:1rem;display:grid}.user-profile-page__meta-list svg{color:#5eead4;grid-row:span 2}.user-profile-page__meta-list strong{color:#f8fafc;font-size:1rem}.user-profile-page__details-grid,.user-profile-page__plans-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.user-profile-page__limit-tile{background:linear-gradient(rgba(94,234,212,.1),rgba(15,23,42,.34)),rgba(15,23,42,.4);border:1px solid rgba(148,163,184,.16);border-radius:.85rem;flex-direction:column;justify-content:space-between;min-height:8.5rem;padding:1rem;display:flex}.user-profile-page__limit-tile svg{color:#99f6e4}.user-profile-page__limit-tile strong{color:#fff;font-size:1.6rem;font-weight:900}.user-profile-page__feature-list{flex-wrap:wrap;gap:.7rem;margin-top:1rem;display:flex}.user-profile-page__feature-list span{color:#dbeafe;background:rgba(15,23,42,.4);border:1px solid rgba(94,234,212,.16);border-radius:999px;align-items:center;gap:.45rem;padding:.55rem .75rem;font-size:.82rem;font-weight:800;display:inline-flex}.user-profile-page__feature-list svg,.user-profile-page__mini-features svg{color:#34d399}.user-profile-page__section-copy{color:#b6c7df;margin:0 0 1rem;line-height:1.6}.user-profile-page__plan-card{min-height:20rem;color:inherit;text-align:left;cursor:pointer;background:rgba(15,23,42,.42);border:1px solid rgba(148,163,184,.22);border-radius:1rem;flex-direction:column;gap:.75rem;padding:1rem;transition:transform .2s,border-color .2s,background .2s;display:flex;position:relative}.user-profile-page__plan-card:hover{background:rgba(15,23,42,.62);border-color:rgba(94,234,212,.45);transform:translateY(-3px)}.user-profile-page__plan-card.is-current{border-color:rgba(94,234,212,.65);box-shadow:0 0 0 1px rgba(94,234,212,.2)}.user-profile-page__plan-card.is-popular{border-color:rgba(250,204,21,.7)}.user-profile-page__plan-card--free{background:linear-gradient(rgba(14,165,233,.12),rgba(15,23,42,.5))}.user-profile-page__plan-card--pro{background:linear-gradient(rgba(250,204,21,.16),rgba(79,70,229,.16),rgba(15,23,42,.52))}.user-profile-page__plan-card--ultimate{background:linear-gradient(rgba(16,185,129,.14),rgba(15,23,42,.52))}.user-profile-page__popular{color:#422006;background:#facc15;border-radius:999px;align-items:center;gap:.35rem;width:-moz-fit-content;width:fit-content;padding:.35rem .55rem;font-size:.72rem;font-weight:900;display:inline-flex}.user-profile-page__plan-card-head{align-items:center;gap:.65rem;display:flex}.user-profile-page__plan-card-head svg{color:#99f6e4}.user-profile-page__plan-card h4{color:#fff;margin:0;font-size:1.25rem;font-weight:900}.user-profile-page__plan-price{color:#fff;flex-wrap:wrap;align-items:baseline;gap:.35rem .5rem;font-size:1.7rem;font-weight:900;display:flex}.user-profile-page__plan-price--compact{font-size:1.45rem}.user-profile-page__plan-price strong{color:#fff;font-size:inherit;font-weight:900}.user-profile-page__plan-price-original{color:#94a3b8;font-size:.92rem;font-weight:800;text-decoration:line-through}.user-profile-page__plan-price span{color:#b6c7df;margin-left:0;font-size:.82rem;font-weight:700}.user-profile-page__plan-card p{color:#b6c7df;margin:0;font-size:.9rem;line-height:1.5}.user-profile-page__mini-features{gap:.45rem;margin-top:.25rem;display:grid}.user-profile-page__mini-features span{color:#e2e8f0;align-items:flex-start;gap:.45rem;font-size:.78rem;font-weight:800;line-height:1.35;display:inline-flex}.user-profile-page__mini-features .is-muted{color:#94a3b8}.user-profile-page__mini-features .is-muted svg{color:#64748b}.user-profile-page__plan-action{color:#022c22;background:#99f6e4;border-radius:.85rem;justify-content:center;align-items:center;gap:.45rem;min-height:2.7rem;margin-top:auto;font-weight:900;display:inline-flex}.user-profile-page__plan-card.is-current .user-profile-page__plan-action{color:#fff;background:rgba(255,255,255,.12)}.user-profile-page__upgrade-modal{color:#f8fafc;background:#0f172a;gap:1rem;padding:1rem;display:grid}.user-profile-page__upgrade-summary{grid-template-columns:1fr 11rem;gap:.85rem;display:grid}.user-profile-page__upgrade-summary>div{background:linear-gradient(rgba(94,234,212,.08),rgba(15,23,42,.2)),rgba(15,23,42,.6);border:1px solid rgba(148,163,184,.18);border-radius:.85rem;min-height:7rem;padding:1rem}.user-profile-page__upgrade-summary span{color:#94a3b8;text-transform:uppercase;margin-bottom:.45rem;font-size:.78rem;font-weight:900;display:block}.user-profile-page__upgrade-summary strong{color:#fff;font-size:1.55rem;font-weight:900;display:block}.user-profile-page__upgrade-summary p,.user-profile-page__upgrade-note{color:#b6c7df;margin:.45rem 0 0;font-size:.9rem;line-height:1.5}.user-profile-page__upgrade-note{background:rgba(14,165,233,.08);border:1px solid rgba(125,211,252,.16);border-radius:.85rem;margin:0;padding:.9rem 1rem}.user-profile-page__upgrade-error,.user-profile-page__upgrade-success{border-radius:.85rem;padding:.8rem .95rem;font-size:.9rem;font-weight:800}.user-profile-page__upgrade-error{color:#fecdd3;background:rgba(244,63,94,.12);border:1px solid rgba(251,113,133,.25)}.user-profile-page__upgrade-success{color:#bbf7d0;background:rgba(34,197,94,.12);border:1px solid rgba(74,222,128,.24)}.user-profile-page__upgrade-actions{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.user-profile-page__upgrade-actions .button{width:100%}.user-profile-page__pix-checkout{gap:1rem;display:grid}.user-profile-page__pix-status{color:#ccfbf1;background:rgba(20,184,166,.1);border:1px solid rgba(94,234,212,.2);border-radius:.85rem;align-items:center;gap:.6rem;padding:.85rem 1rem;font-weight:900;display:flex}.user-profile-page__pix-image{aspect-ratio:1;object-fit:contain;background:#fff;border-radius:1rem;justify-self:center;width:min(16rem,100%);padding:.75rem}.user-profile-page__pix-copy{color:#dbeafe;gap:.5rem;font-size:.85rem;font-weight:900;display:grid}.user-profile-page__pix-copy textarea{resize:vertical;color:#e2e8f0;min-height:6.5rem;font:inherit;background:rgba(2,6,23,.66);border:1px solid rgba(148,163,184,.22);border-radius:.85rem;padding:.85rem;font-size:.78rem;line-height:1.45}.user-profile-page__upgrade-price{flex-wrap:wrap;align-items:baseline;gap:.45rem;display:flex}.user-profile-page__upgrade-price strong{color:#fff;font-size:1.55rem;font-weight:900}.user-profile-page__payment-methods{grid-template-columns:1fr 1fr;gap:.65rem;display:grid}.user-profile-page__payment-method{color:#94a3b8;background:rgba(15,23,42,.55);border:1px solid rgba(148,163,184,.18);border-radius:.85rem;justify-content:center;align-items:center;gap:.5rem;min-height:3rem;padding:.75rem 1rem;font-size:.92rem;font-weight:900;transition:border-color .2s,background .2s,color .2s;display:inline-flex}.user-profile-page__payment-method.is-active{color:#fff;background:rgba(99,102,241,.16);border-color:rgba(125,211,252,.35)}.user-profile-page__payment-panel,.user-profile-page__card-checkout{background:rgba(15,23,42,.45);border:1px solid rgba(148,163,184,.18);border-radius:.85rem;gap:.85rem;padding:1rem;display:grid}.user-profile-page__payment-panel{grid-template-columns:auto 1fr;align-items:start}.user-profile-page__payment-panel svg{color:#5eead4;margin-top:.15rem}.user-profile-page__payment-panel strong{color:#fff;margin-bottom:.35rem;font-size:.95rem;display:block}.user-profile-page__payment-panel p{color:#b6c7df;margin:0;font-size:.88rem;line-height:1.5}.user-profile-page__card-form{gap:.75rem;display:grid}.user-profile-page__card-form label{color:#cbd5e1;gap:.4rem;font-size:.82rem;font-weight:800;display:grid}.user-profile-page__card-form input{color:#fff;background:rgba(2,6,23,.75);border:1px solid rgba(148,163,184,.2);border-radius:.75rem;outline:none;min-height:2.75rem;padding:.7rem .85rem;font-size:.9rem;font-weight:600}.user-profile-page__card-form input:focus{border-color:rgba(125,211,252,.45)}.user-profile-page__card-form-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;display:grid}.user-profile-page__card-form-grid:last-of-type{grid-template-columns:1.2fr .8fr}@media (max-width:900px){.user-profile-page{padding:1rem}.user-profile-page__hero,.user-profile-page__plan-grid,.user-profile-page__details-grid,.user-profile-page__plans-grid,.user-profile-page__upgrade-summary,.user-profile-page__upgrade-actions,.user-profile-page__payment-methods,.user-profile-page__card-form-grid{grid-template-columns:1fr}}
