.statistics-main{padding:calc(var(--header-h,76px) + 2rem) 1rem 2rem;max-width:1400px;margin:0 auto}.statistics-header{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;align-items:center}.statistics-header--insights{margin-bottom:1.5rem}.statistics-header h1{font-size:2rem;font-weight:700;color:var(--primary);margin:0;text-align:center;width:100%;display:flex;align-items:center;gap:.6rem}.statistics-header h1 i{width:44px;height:44px;font-size:1.4rem;display:inline-flex;align-items:center;justify-content:center}.statistics-header--stats{flex-direction:column;align-items:flex-start;margin-top:0;margin-bottom:1.5rem;padding-top:0;border-top:none;gap:.3rem}.stats-title-row{display:flex;align-items:center;gap:1rem;width:100%}.stats-title-row h1{width:auto;text-align:left;flex-shrink:0;margin:0}.stats-title-row .period-select{margin-left:auto}.statistics-header--stats .custom-dates{align-self:flex-end}.statistics-section-title{font-size:1.75rem;font-weight:700;color:var(--primary);margin:0;display:flex;align-items:center;gap:.6rem;white-space:nowrap}.statistics-section-title i{font-size:1.4rem}.period-filter{display:flex;flex-direction:column;gap:.5rem;width:100%}.period-select{padding:.75rem;border:1px solid var(--border);border-radius:var(--border-radius);background:var(--card-bg);color:var(--text);font-size:.95rem;cursor:pointer;transition:all var(--transition);width:100%}.period-select:hover{border-color:var(--primary)}.period-select:focus{outline:0;border-color:var(--primary);box-shadow:0 0 0 3px rgba(41,121,204,.1)}.custom-dates{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:.5rem;width:100%}.date-input{padding:.5rem .6rem;border:1px solid var(--border);border-radius:var(--border-radius);background:var(--card-bg);color:var(--text);font-size:.85rem;flex:1;min-width:120px}.date-input:focus{outline:0;border-color:var(--primary);box-shadow:0 0 0 3px rgba(41,121,204,.1)}.stats-loading{text-align:center;padding:4rem 2rem}.stats-spinner-svg{width:50px;height:50px;margin:0 auto 1rem;display:block}.stats-loading p{color:var(--text-muted);font-size:1rem}.stats-empty{text-align:center;padding:4rem 2rem}.stats-empty i{font-size:4rem;color:var(--text-muted);margin-bottom:1rem}.stats-empty h2{font-size:1.5rem;color:var(--text);margin-bottom:.5rem}.stats-empty p{color:var(--text-muted);margin-bottom:2rem}.kpi-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem}.kpi-card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--border-radius);padding:1.25rem;display:flex;align-items:center;gap:1rem;transition:all var(--transition)}.kpi-card:hover{box-shadow:0 2px 8px rgba(0,0,0,.1);transform:translateY(-2px)}.kpi-icon{width:50px;height:50px;border-radius:var(--border-radius);background:rgba(41,121,204,.1);display:flex;align-items:center;justify-content:center;flex-shrink:0}.kpi-icon i{font-size:1.5rem;color:var(--primary)}.kpi-icon.success{background:rgba(46,204,64,.1)}.kpi-icon.success i{color:#2ecc40}.kpi-icon.primary{background:rgba(41,121,204,.1)}.kpi-icon.primary i{color:var(--primary)}.kpi-content{flex:1}.kpi-label{font-size:.85rem;color:var(--text-muted);margin-bottom:.25rem}.kpi-label-short{display:inline}.kpi-label-full{display:none}.kpi-value{font-size:1.75rem;font-weight:700;color:var(--text)}.stats-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}.chart-card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--border-radius);padding:1.5rem}.chart-title{font-size:1.125rem;color:var(--text);margin:0 0 .5rem 0;display:flex;align-items:center;gap:.5rem}.chart-title i{color:var(--primary);font-size:1rem}.chart-subtitle{font-size:.85rem;color:var(--text-muted);margin:0 0 1.5rem 0}.chart-card canvas{width:100%!important;height:auto!important;max-height:300px}.chart-full-width canvas{width:100%!important;height:auto!important;max-height:350px}.insights-section{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--border-radius);padding:1.5rem;margin-bottom:2rem}.insights-title{font-size:1.125rem;color:var(--text);margin:0 0 .5rem 0;display:flex;align-items:center;gap:.5rem}.insights-title i{color:gold;font-size:1rem}.insights-subtitle{font-size:.85rem;color:var(--text-muted);margin:0 0 1.5rem 0}.insights-container{display:grid;grid-template-columns:1fr;gap:1rem}.insight-card{background:var(--background);border:1px solid var(--border);border-radius:var(--border-radius-sm);padding:1.25rem;display:flex;gap:1rem;align-items:flex-start}.insight-icon{font-size:1.75rem;flex-shrink:0;line-height:1}.insight-content{flex:1;display:flex;flex-direction:column}.insight-content h3{font-size:1rem;color:var(--text);margin:0 0 .5rem 0}.insight-content p{font-size:.9rem;color:var(--text);margin:0 0 .5rem 0;line-height:1.6;white-space:pre-wrap}.insight-title{font-size:1rem;font-weight:600;color:var(--text);margin:0 0 .75rem 0}.insight-text{color:var(--text-muted);margin:0 0 1rem 0;line-height:1.6}.insight-reference{font-size:.75rem;color:var(--text-muted);font-style:italic;display:flex;align-items:center;gap:.5rem;padding-top:.75rem;border-top:1px solid var(--border);margin-top:auto}.insight-reference i{color:var(--primary);font-size:.7rem}.back-to-top{position:fixed;bottom:2rem;right:2rem;background:var(--primary);color:#fff;width:44px;height:44px;min-width:44px;min-height:44px;border-radius:50%;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow);transition:all var(--transition);opacity:0;visibility:hidden;transform:translateY(20px);z-index:999;box-sizing:border-box;flex-shrink:0}.back-to-top.show{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{background:var(--primary-hover);transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,116,217,.4)}.back-to-top i{font-size:1.25rem}@media (max-width:768px){.statistics-header h1{font-size:2rem}.back-to-top{bottom:1.5rem;right:1.5rem;width:44px;height:44px}.insight-card{flex-direction:column;gap:0}.insight-icon{display:none}.insight-content{width:100%}.insight-title{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.insight-title::before{content:attr(data-icon);font-size:1.75rem;flex-shrink:0;line-height:1}.insight-text{margin-left:0;width:100%}}@media (min-width:768px){.statistics-header--insights{flex-direction:row}.statistics-header h1{font-size:2.5rem;text-align:left;margin:0}.statistics-section-title{font-size:2rem}.period-filter{flex-direction:row;width:auto;justify-content:flex-end}.period-select{width:auto;min-width:200px}.custom-dates{width:auto}.date-input{width:auto;flex:none}.kpi-cards{grid-template-columns:repeat(2,1fr)}.kpi-label-short{display:none}.kpi-label-full{display:inline}.stats-grid{grid-template-columns:repeat(2,1fr)}.chart-full-width{grid-column:span 2}.insights-container{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.statistics-main{padding:calc(var(--header-h,76px) + 2rem) 2rem 2rem}.kpi-cards{grid-template-columns:repeat(4,1fr)}.chart-card canvas{max-height:320px}.chart-full-width canvas{max-height:400px}}[data-theme=dark] .kpi-card{background:var(--card-bg)}[data-theme=dark] .chart-card{background:var(--card-bg)}[data-theme=dark] .insights-section{background:var(--card-bg)}[data-theme=dark] .insight-card{background:var(--background)}.stats-threshold-progress{margin-top:1.25rem;text-align:left;max-width:340px;margin-left:auto;margin-right:auto}.stats-threshold-label{font-size:.9rem;color:var(--text,#1a2c42);margin-bottom:.6rem;line-height:1.4}.stats-threshold-bar-wrap{height:8px;background:var(--border,#bdd7ee);border-radius:4px;overflow:hidden}.stats-threshold-bar{height:100%;background:var(--primary,#0074d9);border-radius:4px;transition:width .5s ease}.stats-threshold-count{font-size:.8rem;color:var(--text-muted,#5d7a94);margin-top:.35rem;text-align:right}.kpi-info-icon{cursor:help;opacity:.6;font-size:.75rem;vertical-align:middle;margin-left:3px;transition:opacity .15s}.kpi-info-icon:hover{opacity:1}.savings-projection-card{background:linear-gradient(135deg,rgba(39,174,96,.08),rgba(46,213,115,.05));border-color:rgba(39,174,96,.3)}.savings-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:1.25rem 0 1rem}.savings-item{display:flex;flex-direction:column;align-items:center;gap:.35rem;text-align:center}.savings-label{font-size:.75rem;color:var(--text-muted,#5d7a94);text-transform:uppercase;letter-spacing:.06em}.savings-amount{font-size:1.3rem;font-weight:700;color:#27ae60}.savings-amount.savings-highlight{font-size:1.65rem;color:#2ed573}.savings-cta{font-size:.82rem;color:var(--text-secondary,#a0b4c5);margin:0;padding-top:.5rem;border-top:1px solid rgba(39,174,96,.15)}@media (max-width:480px){.savings-grid{grid-template-columns:repeat(3,1fr);gap:.5rem}.savings-amount{font-size:1.1rem}.savings-amount.savings-highlight{font-size:1.35rem}}.weekly-insight-card{background:var(--card-bg,#0f2133);border:1.5px solid var(--accent,#4ea0dc);border-radius:1rem;padding:1.1rem 1.3rem;margin-bottom:1rem}.weekly-insight-header{display:flex;align-items:center;gap:.5rem;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--accent,#4ea0dc);margin-bottom:.6rem}.weekly-insight-text{font-size:.95rem;color:var(--text-primary,#e0eaf4);line-height:1.55;margin:0}.journal-section{margin-bottom:1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:1rem}.journal-top-row{grid-column:span 2;display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:start}.journal-top-row__challenge{min-width:0}.journal-top-row__challenge .challenge-card,.journal-top-row__challenge .challenge-optin__trigger{max-width:100%;margin-bottom:0}.journal-top-row .journal-weekly-card{align-self:stretch;margin:0}.journal-hero-card,.journal-insights-card,.journal-weekly-card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--border-radius);padding:1rem 1.1rem}.journal-hero-card{display:flex;flex-direction:column;gap:.75rem}.journal-hero-header{display:flex;align-items:center;gap:.5rem;font-size:1.15rem;font-weight:700;color:var(--text)}.journal-hero-header i{color:var(--primary)}.journal-hero-text{font-size:.93rem;color:var(--text);line-height:1.55;margin:0}.journal-stats-row{display:flex;gap:1.5rem;padding-top:.65rem;border-top:1px solid var(--border);flex-wrap:wrap}.journal-stat-item{display:flex;align-items:center;gap:.55rem}.journal-stat-icon{width:36px;height:36px;border-radius:8px;background:rgba(41,121,204,.12);display:flex;align-items:center;justify-content:center;flex-shrink:0}.journal-stat-icon i{font-size:.9rem;color:var(--primary)}.journal-stat-icon.streak{background:rgba(255,107,53,.12)}.journal-stat-icon.streak i{color:#ff6b35}.journal-stat-body{display:flex;flex-direction:column;line-height:1.15}.journal-stat-value{font-size:1.35rem;font-weight:700;color:var(--text)}.journal-stat-label{font-size:.72rem;color:var(--text-muted)}.journal-insights-card{display:flex;flex-direction:column;gap:0}.journal-insights-header{display:flex;align-items:center;gap:.5rem;font-size:1.15rem;font-weight:700;color:var(--text);margin-bottom:.6rem}.journal-insights-header i{color:#f5a623}.journal-lessons-list{list-style:none;padding:0;margin:0}.journal-lessons-list li{display:flex;align-items:center;gap:.55rem;font-size:.87rem;color:var(--text-muted);padding:.4rem 0;border-bottom:1px solid var(--border);line-height:1.35}.journal-lessons-list li:last-child{border-bottom:none;padding-bottom:0}.journal-lessons-list li i{font-size:.75rem;color:var(--primary);flex-shrink:0;width:14px;text-align:center}.journal-lessons-list li strong{color:var(--text);font-weight:600}.journal-weekly-card{display:flex;flex-direction:column;gap:.75rem}.journal-weekly-card__header{display:flex;align-items:center;gap:.5rem;font-size:1.15rem;font-weight:700;color:var(--text)}.journal-weekly-card__header i{color:#2ed573}.journal-weekly-card p{font-size:.93rem;color:var(--text);margin:0;line-height:1.55}.journal-weekly-card p strong{color:var(--text);font-weight:600}.charts-toggle-header{display:flex;align-items:center;justify-content:space-between;padding:.5rem .1rem;margin-bottom:.75rem;border-bottom:1px solid var(--border)}.charts-toggle-header span{font-size:.8rem;font-weight:600;color:var(--text-muted);display:flex;align-items:center;gap:.4rem}.charts-toggle-btn{background:var(--card-bg);border:1px solid var(--border);border-radius:50%;width:2.75rem;height:2.75rem;min-width:2.75rem;min-height:2.75rem;display:flex;align-items:center;justify-content:center;font-size:.85rem;color:var(--primary);cursor:pointer;transition:all var(--transition);padding:0;outline:0}.charts-toggle-btn:hover{background:var(--secondary);color:#fff;border-color:var(--secondary);transform:scale(1.1)}@media (min-width:1024px){.journal-section{grid-template-columns:repeat(4,1fr);align-items:stretch}.journal-top-row{display:contents}.journal-top-row__challenge{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--border-radius);padding:1rem 1.1rem;display:flex;flex-direction:column}.journal-top-row__challenge .challenge-card,.journal-top-row__challenge .challenge-optin__trigger{border:none;padding:0;margin:0;background:0 0;box-shadow:none}.journal-hero-card,.journal-insights-card{grid-column:auto}}@media (max-width:768px){.journal-section{grid-template-columns:1fr}.journal-hero-card{grid-column:1}.journal-stat-value{font-size:1.15rem}.journal-top-row{grid-column:1;grid-template-columns:1fr}}@media (max-width:768px){.stats-title-row .period-select{min-width:130px;padding:.5rem .6rem;font-size:.85rem}.statistics-header--stats .custom-dates{align-self:stretch;margin-top:.25rem}}