.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{background:linear-gradient(#f2f2f2,#e0e0e0);max-width:1200px;min-height:100vh;margin:0 auto;padding:2rem}.user-profile-page__header{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;margin-bottom:2rem;padding:2rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.user-profile-page__title{color:#1f2937;align-items:center;gap:.75rem;margin-bottom:.5rem;font-size:2rem;font-weight:700;display:flex}.user-profile-page__subtitle{color:#6b7280;font-size:1.125rem;line-height:1.5}.user-profile-page__current-plan,.user-profile-page__plan-details{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;margin-bottom:2rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.user-profile-page__change-plan{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.user-profile-page__change-plan .grid>div{transition:all .3s}.user-profile-page__change-plan .grid>div:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.12)}.user-profile-page .text-gray-600{color:#4b5563!important}.user-profile-page .text-gray-500{color:#6b7280!important}.user-profile-page .text-blue-600{color:#1e40af!important}.user-profile-page .text-blue-700{color:#1d4ed8!important}.user-profile-page .text-yellow-500{color:#eab308!important}.user-profile-page .text-yellow-700{color:#a16207!important}.user-profile-page .text-sm{font-size:.875rem;line-height:1.5}.user-profile-page .bg-gray-50{border:1px solid #e5e7eb;background-color:#f9fafb!important}.user-profile-page .bg-blue-50{border:2px solid #3b82f6;background-color:#eff6ff!important}.user-profile-page .bg-gray-100{background-color:#f3f4f6!important}.user-profile-page .text-gray-800{color:#1f2937!important}.user-profile-page .bg-blue-100{background-color:#dbeafe!important}.user-profile-page .text-blue-800{color:#1e3a8a!important}.user-profile-page .bg-purple-100{background-color:#f3e8ff!important}.user-profile-page .text-purple-800{color:#581c87!important}.user-profile-page .text-purple-600{color:#7c3aed!important}.user-profile-page h2,.user-profile-page h3,.user-profile-page h4{color:#1f2937!important}.user-profile-page .font-semibold{font-weight:600}.user-profile-page .font-bold{font-weight:700}@media (max-width:768px){.user-profile-page{padding:1rem}.user-profile-page__header{padding:1.5rem}.user-profile-page__title{font-size:1.5rem}.user-profile-page__subtitle{font-size:1rem}}html.dark .user-profile-page,body.dark .user-profile-page,.dark .user-profile-page{background:linear-gradient(135deg,#0f172a,#1e293b)}html.dark .user-profile-page__header,body.dark .user-profile-page__header,.dark .user-profile-page__header{background:#1e293b;border-color:#334155;box-shadow:0 4px 6px -1px rgba(0,0,0,.3)}html.dark .user-profile-page__title,body.dark .user-profile-page__title,.dark .user-profile-page__title{color:#f1f5f9!important}html.dark .user-profile-page__subtitle,body.dark .user-profile-page__subtitle,.dark .user-profile-page__subtitle{color:#94a3b8!important}html.dark .user-profile-page__current-plan,body.dark .user-profile-page__current-plan,.dark .user-profile-page__current-plan,html.dark .user-profile-page__plan-details,body.dark .user-profile-page__plan-details,.dark .user-profile-page__plan-details,html.dark .user-profile-page__change-plan,body.dark .user-profile-page__change-plan,.dark .user-profile-page__change-plan{background:#1e293b;border-color:#334155;box-shadow:0 4px 6px -1px rgba(0,0,0,.3)}html.dark .user-profile-page .text-gray-800,body.dark .user-profile-page .text-gray-800,.dark .user-profile-page .text-gray-800,html.dark .user-profile-page h2,body.dark .user-profile-page h2,.dark .user-profile-page h2,html.dark .user-profile-page h3,body.dark .user-profile-page h3,.dark .user-profile-page h3,html.dark .user-profile-page h4,body.dark .user-profile-page h4,.dark .user-profile-page h4{color:#f1f5f9!important}html.dark .user-profile-page .text-gray-600,body.dark .user-profile-page .text-gray-600,.dark .user-profile-page .text-gray-600{color:#94a3b8!important}html.dark .user-profile-page .text-gray-500,body.dark .user-profile-page .text-gray-500,.dark .user-profile-page .text-gray-500{color:#64748b!important}html.dark .user-profile-page .bg-gray-50,body.dark .user-profile-page .bg-gray-50,.dark .user-profile-page .bg-gray-50{border-color:#334155;background-color:#0f172a!important}html.dark .user-profile-page .bg-blue-50,body.dark .user-profile-page .bg-blue-50,.dark .user-profile-page .bg-blue-50{border-color:#3b82f6;background-color:#1e3a5f!important}html.dark .user-profile-page .bg-gray-100,body.dark .user-profile-page .bg-gray-100,.dark .user-profile-page .bg-gray-100{background-color:#334155!important}html.dark .user-profile-page .bg-blue-100,body.dark .user-profile-page .bg-blue-100,.dark .user-profile-page .bg-blue-100{background-color:#1e3a5f!important}html.dark .user-profile-page .bg-purple-100,body.dark .user-profile-page .bg-purple-100,.dark .user-profile-page .bg-purple-100{background-color:#3b1f5f!important}html.dark .user-profile-page .border-gray-200,body.dark .user-profile-page .border-gray-200,.dark .user-profile-page .border-gray-200{border-color:#334155!important}html.dark .user-profile-page .border-blue-500,body.dark .user-profile-page .border-blue-500,.dark .user-profile-page .border-blue-500{border-color:#3b82f6!important}html.dark .user-profile-page .hover\:border-gray-300:hover,body.dark .user-profile-page .hover\:border-gray-300:hover,.dark .user-profile-page .hover\:border-gray-300:hover{border-color:#475569!important}
