:root{--bg: #faf8f5;--surface: #ffffff;--surface-hover: #f0ece6;--border: #e2ddd5;--text: #1a1a1a;--text-muted: #6b6560;--accent: #cf6520;--green: #2d9b6e;--yellow: #d4a938;--red: #c04b3a;--orange: #cf6520;--purple: #8b6fb0;--jade: #2d9b6e;--burnt-orange: #cf6520;--golden: #d4a938;--warm-cream: #faf8f5;--shadow: rgba(0, 0, 0, .06)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;background:var(--bg);color:var(--text);line-height:1.5}.app{max-width:1200px;margin:0 auto;padding:1rem 2rem 2rem}.sticky-header{position:sticky;top:0;z-index:100;background:#faf8f5eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);padding:.6rem 2rem;display:flex;align-items:center;justify-content:space-between}.sticky-logo{font-size:1.1rem;font-weight:700;color:var(--text);margin:0}.sticky-header-right{display:flex;gap:.5rem}.header-btn{display:flex;align-items:center;gap:.35rem;padding:.4rem .85rem;background:var(--surface);border:1px solid var(--border);border-radius:20px;color:var(--text);font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s}.header-btn:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-1px);box-shadow:0 2px 8px var(--shadow)}.freebie-btn{background:var(--accent);border-color:var(--accent);color:#fff;font-weight:600}.freebie-btn:hover{background:#b8571b;border-color:#b8571b;color:#fff}.header-btn-icon{font-size:.9rem}.hero-section{text-align:center;padding:0 0 1.5rem}.hero-sunburst{position:relative;width:100%;height:320px;border-radius:16px;overflow:hidden;margin-bottom:1.5rem}.sunburst-svg{position:absolute;inset:0;width:100%;height:100%}.sunburst-rays{animation:sunburst-rotate 28s linear infinite,sunburst-shimmer 8s ease-in-out infinite}@keyframes sunburst-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes sunburst-shimmer{0%,to{opacity:.85}50%{opacity:1}}.sunburst-text{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-bottom:30px;pointer-events:none;-webkit-user-select:text;user-select:text}.sunburst-title{font-size:4rem;font-weight:900;color:#5c3d2e;letter-spacing:.15em;line-height:1;text-shadow:0 2px 8px rgba(245,230,200,.6)}.sunburst-subtitle{font-size:1.5rem;font-weight:700;color:#5c3d2e;letter-spacing:.2em;margin-top:.25rem;text-shadow:0 2px 8px rgba(245,230,200,.6)}@media(max-width:600px){.hero-sunburst{height:220px}.sunburst-title{font-size:2.5rem}.sunburst-subtitle{font-size:1rem}}@media(prefers-reduced-motion:reduce){.sunburst-rays{animation:none}}.hero-headline{font-size:2rem;font-weight:800;color:var(--text);margin-bottom:1rem}.hero-amp{color:var(--accent)}.daily-vibe-ticker{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.5rem}.vibe-pill{display:flex;align-items:center;gap:.4rem;padding:.45rem .85rem;background:var(--surface);border:1px solid var(--border);border-left:3px solid;border-radius:8px;font-size:.8rem;font-weight:500;box-shadow:0 1px 3px var(--shadow)}.vibe-emoji{font-size:1rem}.vibe-label{color:var(--text)}.zone{margin-bottom:2rem}.zone-header{margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--border)}.zone-title{font-size:1.3rem;font-weight:700;color:var(--text);margin-bottom:.15rem}.zone-tagline{font-size:.85rem;color:var(--text-muted)}.bento-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem}header{text-align:center;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}header h1{font-size:2rem;font-weight:700;margin-bottom:.25rem}.subtitle{color:var(--accent);font-size:.95rem;font-style:italic;opacity:.9}.hero-stats{display:flex;align-items:center;justify-content:center;gap:2.5rem;margin-top:1.25rem;flex-wrap:wrap}.donut-container{position:relative;flex-shrink:0}.donut-chart{filter:drop-shadow(0 0 12px rgba(56,189,248,.15))}.donut-progress{transition:stroke-dashoffset 1.2s cubic-bezier(.4,0,.2,1)}.donut-text{fill:var(--text);font-size:1.75rem;font-weight:700}.donut-subtext{fill:var(--text-muted);font-size:.55rem}.stats-column{display:flex;flex-direction:column;gap:.75rem}.stats-bar{display:flex;gap:1.5rem;flex-wrap:wrap}.stat{text-align:center}.stat-value{font-size:1.75rem;font-weight:700}.stat-label{font-size:.8rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.xp-bar-container{width:100%}.xp-label{font-size:.7rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.3rem;text-align:left}.xp-track{width:100%;height:6px;background:var(--surface-hover);border-radius:3px;overflow:hidden}.xp-fill{height:100%;border-radius:3px;background:linear-gradient(90deg,var(--purple),var(--accent));transition:width 1s cubic-bezier(.4,0,.2,1)}.sector-nav{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.nav-pill{display:flex;align-items:center;gap:.35rem;padding:.4rem .75rem;background:var(--surface);border:1px solid var(--border);border-radius:20px;color:var(--text-muted);font-size:.8rem;cursor:pointer;transition:all .2s;white-space:nowrap}.nav-pill:hover{border-color:var(--accent);color:var(--text);transform:translateY(-1px)}.nav-pill.active{background:var(--accent);border-color:var(--accent);color:var(--bg);font-weight:600}.nav-pill-icon{font-size:.9rem}.nav-pill-badge{font-size:.8rem;margin-left:.1rem}.toolbar{display:flex;gap:1rem;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap}.search-box{flex:1;min-width:200px;position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:.75rem;font-size:.85rem;pointer-events:none}.search-input{width:100%;padding:.6rem 2rem .6rem 2.25rem;background:var(--surface);border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:.85rem;outline:none;transition:border-color .2s,box-shadow .2s}.search-input::placeholder{color:var(--text-muted)}.search-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #38bdf81a}.search-clear{position:absolute;right:.5rem;background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:1.1rem;padding:.25rem;line-height:1}.search-clear:hover{color:var(--text)}.filter-buttons{display:flex;gap:.5rem;align-items:center}.filter-btn{display:flex;align-items:center;gap:.35rem;padding:.45rem .75rem;background:var(--surface);border:1px solid var(--border);border-radius:6px;color:var(--text-muted);font-size:.8rem;cursor:pointer;transition:all .2s}.filter-btn:hover{border-color:var(--accent);color:var(--text)}.filter-btn.active{background:var(--surface-hover);color:var(--text)}.filter-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.view-toggle{display:flex;gap:2px;margin-left:.5rem;background:var(--surface);border-radius:6px;padding:2px}.view-btn{padding:.35rem .6rem;background:none;border:none;color:var(--text-muted);font-size:.9rem;cursor:pointer;border-radius:4px;transition:all .15s}.view-btn:hover{color:var(--text)}.view-btn.active{background:var(--surface-hover);color:var(--accent)}.no-results{grid-column:1 / -1;text-align:center;padding:3rem 1rem;color:var(--text-muted);font-size:1rem}.sectors-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem}.sector-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1.5rem;box-shadow:0 1px 3px var(--shadow);transition:border-color .2s,transform .2s,box-shadow .2s}.sector-card:hover{border-color:var(--accent);transform:translateY(-3px);box-shadow:0 8px 24px #0003}.sector-card.sector-complete{border-color:var(--green);box-shadow:0 0 20px #4ade801a}.sector-card.sector-complete:hover{border-color:var(--green);box-shadow:0 0 30px #4ade8026}.sector-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.sector-icon{font-size:1.5rem;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:var(--bg);border-radius:8px;flex-shrink:0}.sector-title-group{flex:1;min-width:0}.sector-vibe{font-size:.8rem;color:var(--text-muted);font-style:italic;margin-top:.15rem}.sector-header h2{font-size:1.1rem;font-weight:600;display:flex;align-items:center;gap:.4rem}.sector-badge{font-size:.9rem;animation:badgePop .4s ease-out}@keyframes badgePop{0%{transform:scale(0)}60%{transform:scale(1.3)}to{transform:scale(1)}}.badge-gold{filter:drop-shadow(0 0 4px rgba(251,191,36,.6))}.badge-silver{filter:drop-shadow(0 0 3px rgba(248,113,113,.4))}.mini-donut{flex-shrink:0}.data-items{display:flex;flex-direction:column;gap:.5rem}.data-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:var(--bg);border-radius:6px;font-size:.85rem;transition:background .15s,transform .1s}.data-item.clickable{cursor:pointer}.data-item.clickable:hover{background:var(--surface-hover);transform:translate(2px)}.data-item.clickable:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.data-item .expand-indicator{font-size:.65rem;color:var(--text-muted);transition:transform .2s;flex-shrink:0}.data-item .expand-indicator.open{transform:rotate(180deg)}.data-item .dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.dot.live{background:var(--green);box-shadow:0 0 6px var(--green);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{box-shadow:0 0 4px var(--green)}50%{box-shadow:0 0 10px var(--green),0 0 20px #4ade8033}}.dot.stub{background:var(--yellow)}.dot.error{background:var(--red)}.dot.empty{background:var(--text-muted)}.data-item .name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.data-item .status-text{font-size:.75rem;color:var(--text-muted);flex-shrink:0}.dot-wrapper{position:relative;display:flex;align-items:center}.dot-tooltip{position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%);background:var(--surface-hover);color:var(--text);font-size:.7rem;padding:.25rem .5rem;border-radius:4px;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .15s;z-index:10}.dot-wrapper:hover .dot-tooltip{opacity:1}.detail-value{color:var(--accent);font-weight:600;font-size:.85rem}.sector-card .goal{margin-top:.75rem;padding:.5rem .75rem;background:var(--bg);border-radius:6px;border-left:3px solid var(--accent);font-size:.8rem;color:var(--text-muted)}.goal strong{color:var(--text)}.expand-btn{background:none;border:1px solid var(--border);color:var(--text-muted);padding:.35rem .75rem;border-radius:6px;cursor:pointer;font-size:.8rem;margin-top:.75rem;transition:all .2s}.expand-btn:hover{border-color:var(--accent);color:var(--accent)}.detail-table-wrap{overflow-x:auto;margin-top:.75rem}.detail-table{width:100%;border-collapse:collapse;font-size:.85rem}.detail-table th,.detail-table td{padding:.35rem .5rem;text-align:left;border-bottom:1px solid var(--border)}.detail-table th{color:var(--text-muted);font-weight:500}code{background:var(--surface-hover);padding:.15rem .35rem;border-radius:3px;font-size:.8rem}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.sector-progress{height:4px;background:var(--bg);border-radius:2px;overflow:hidden;margin-bottom:1rem}.sector-progress-fill{height:100%;border-radius:2px;transition:width .6s cubic-bezier(.4,0,.2,1)}.detail-section{overflow:hidden;animation:slideDown .25s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.leaderboard{display:flex;flex-direction:column;gap:2px}.leaderboard-header{display:grid;grid-template-columns:3rem 1fr 2fr 3rem;gap:1rem;padding:.75rem 1rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);border-bottom:1px solid var(--border)}.leaderboard-row{display:grid;grid-template-columns:3rem 1fr 2fr 3rem;gap:1rem;align-items:center;padding:.85rem 1rem;background:var(--surface);border-radius:8px;cursor:pointer;transition:all .15s}.leaderboard-row:hover{background:var(--surface-hover);transform:translate(4px)}.leaderboard-row.top-three{border:1px solid var(--border)}.lb-rank{font-size:1rem;text-align:center}.lb-rank.gold{color:#fbbf24}.lb-rank.silver{color:#94a3b8}.lb-rank.bronze{color:#cd7f32}.lb-sector{display:flex;align-items:center;gap:.5rem;font-weight:500}.lb-icon{font-size:1.1rem}.lb-progress{display:flex;align-items:center;gap:.75rem}.lb-bar-track{flex:1;height:8px;background:var(--bg);border-radius:4px;overflow:hidden}.lb-bar-fill{height:100%;border-radius:4px;transition:width .6s ease}.lb-pct{font-size:.85rem;font-weight:700;min-width:3rem;text-align:right}.lb-count{font-size:.75rem;color:var(--text-muted);min-width:3rem}.lb-badge{font-size:1.1rem;text-align:center}.password-gate{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}.password-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:2.5rem;width:100%;max-width:380px;text-align:center}.password-card h1{font-size:1.4rem;font-weight:700;margin-bottom:.25rem}.password-card>p{color:var(--text-muted);font-size:.9rem;margin-bottom:1.5rem}.password-card form{display:flex;flex-direction:column;gap:.75rem}.password-card input{background:var(--bg);border:1px solid var(--border);border-radius:6px;padding:.65rem .85rem;color:var(--text);font-size:.95rem;outline:none;transition:border-color .2s}.password-card input:focus{border-color:var(--accent)}.password-card button{background:var(--accent);color:var(--bg);border:none;border-radius:6px;padding:.65rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:opacity .2s}.password-card button:hover:not(:disabled){opacity:.9}.password-card button:disabled{opacity:.5;cursor:not-allowed}.password-card .error{color:var(--red);font-size:.85rem}@media(max-width:768px){.hero-stats{flex-direction:column;gap:1rem}.stats-bar{justify-content:center}.toolbar{flex-direction:column}.search-box{min-width:100%}.filter-buttons{width:100%;justify-content:center;flex-wrap:wrap}.sector-nav{justify-content:center}.leaderboard-header,.leaderboard-row{grid-template-columns:2.5rem 1fr 1.5fr 2.5rem;gap:.5rem;font-size:.85rem}}@media(max-width:480px){.app{padding:1rem}.sectors-grid{grid-template-columns:1fr}header h1{font-size:1.5rem}.nav-pill{font-size:.75rem;padding:.3rem .6rem}.leaderboard-header,.leaderboard-row{grid-template-columns:2rem 1fr 1fr 2rem;gap:.35rem;padding:.6rem}.lb-count{display:none}}.chart-container{padding:.5rem 0}.chart-header{padding:0 .75rem .5rem}.chart-title{font-size:.95rem;font-weight:600;color:var(--text);margin-bottom:.2rem}.chart-why{font-size:.75rem;color:var(--text-muted);line-height:1.4;margin-bottom:.2rem}.chart-goal{font-size:.75rem;color:var(--yellow);font-weight:500}.chart-body{width:100%;min-height:100px}.chart-stats{display:flex;flex-wrap:wrap;gap:.75rem;padding:.5rem .75rem}.chart-stat-item{flex:1;min-width:100px;background:var(--bg);border-radius:8px;padding:.75rem;text-align:center}.chart-stat-item.big{flex-basis:100%;background:none;padding:.5rem 0}.chart-stat-value{font-size:1.25rem;font-weight:700;color:var(--accent)}.chart-stat-value.big{font-size:2rem}.chart-stat-label{font-size:.7rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin-top:.15rem}.chart-stat-breakdown{text-align:left;width:100%}.chart-stat-breakdown .chart-stat-label{text-align:left;margin-bottom:.35rem}.chart-breakdown-row{display:flex;justify-content:space-between;padding:.2rem 0;font-size:.8rem;border-bottom:1px solid var(--border)}.chart-breakdown-row:last-child{border-bottom:none}.chart-breakdown-name{color:var(--text-muted)}.chart-breakdown-val{font-weight:600;color:var(--text)}.recharts-default-tooltip{background:var(--surface)!important;border:1px solid var(--border)!important;border-radius:6px!important}.recharts-legend-item-text{color:var(--text-muted)!important;font-size:.75rem!important}.climate-win-hero{text-align:center;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.climate-win-hero h1{font-size:2rem;font-weight:700;color:var(--warm-cream);margin-bottom:.25rem}.hero-tagline{color:var(--burnt-orange);font-size:1rem;font-weight:500;margin-bottom:1.25rem}.win-card{display:flex;align-items:center;justify-content:center;gap:1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1.5rem 2rem;margin:0 auto 1rem;max-width:600px;cursor:pointer;transition:all .3s ease}.win-card:hover{border-color:var(--burnt-orange);transform:translateY(-2px);box-shadow:0 8px 24px #cf652026}.win-card.win-fade{opacity:0;transform:translateY(8px)}.win-icon{font-size:2.5rem;flex-shrink:0}.win-content{text-align:left}.win-stat{font-size:2rem;font-weight:800;color:var(--burnt-orange);line-height:1.1}.win-unit{font-size:1rem;font-weight:600;color:var(--text);margin-bottom:.25rem}.win-context{font-size:.85rem;color:var(--text-muted)}.win-controls{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1rem}.win-dots{display:flex;gap:6px}.win-dot{width:8px;height:8px;border-radius:50%;border:none;background:var(--surface-hover);cursor:pointer;padding:0;transition:all .2s}.win-dot.active{background:var(--burnt-orange);transform:scale(1.3)}.share-btn{background:var(--burnt-orange);color:var(--warm-cream);border:none;border-radius:20px;padding:.4rem 1rem;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s}.share-btn:hover{opacity:.9;transform:translateY(-1px)}.hero-pulse-bar{max-width:400px;margin:0 auto}.pulse-label{font-size:.75rem;color:var(--text-muted);margin-bottom:.3rem;text-transform:uppercase;letter-spacing:.04em}.pulse-track{width:100%;height:6px;background:var(--surface-hover);border-radius:3px;overflow:hidden}.pulse-fill{height:100%;border-radius:3px;background:linear-gradient(90deg,var(--jade),var(--burnt-orange));transition:width 1s cubic-bezier(.4,0,.2,1)}.milestone-timeline{margin-bottom:1.5rem;padding:1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:12px}.milestone-title{font-size:1.2rem;font-weight:700;color:var(--warm-cream);margin-bottom:.25rem}.milestone-subtitle{font-size:.85rem;color:var(--text-muted);margin-bottom:1.25rem}.milestone-track-wrapper{position:relative}.milestone-progress-line{position:absolute;top:14px;left:20px;right:20px;height:3px;background:var(--surface-hover);border-radius:2px;z-index:0}.milestone-progress-fill{height:100%;background:linear-gradient(90deg,var(--jade),var(--golden));border-radius:2px;transition:width 1s ease}.milestone-items{display:flex;justify-content:space-between;position:relative;z-index:1;overflow-x:auto;gap:.25rem;padding-bottom:.5rem}.milestone-item{display:flex;flex-direction:column;align-items:center;min-width:80px;flex:1}.milestone-dot-wrapper{display:flex;flex-direction:column;align-items:center;gap:2px}.milestone-icon{font-size:1rem}.milestone-dot{width:10px;height:10px;border-radius:50%;background:var(--surface-hover);border:2px solid var(--border);transition:all .3s}.milestone-dot.filled{background:var(--jade);border-color:var(--jade);box-shadow:0 0 8px #2d9b6e66}.milestone-label{display:flex;flex-direction:column;align-items:center;margin-top:.35rem;text-align:center}.milestone-year{font-size:.7rem;font-weight:700;color:var(--golden)}.milestone-text{font-size:.6rem;color:var(--text-muted);max-width:90px;line-height:1.3}.milestone-item.done .milestone-text{color:var(--text)}.milestone-item.upcoming .milestone-text{opacity:.6}.transformations-nav{justify-content:center}.free-stuff-pill{background:var(--golden)!important;color:var(--bg)!important;border-color:var(--golden)!important;font-weight:600}.free-stuff-pill:hover{opacity:.9;transform:translateY(-1px)}.cta-section{margin-bottom:1.5rem;padding:1.25rem;background:var(--surface);border:1px solid var(--jade);border-radius:12px}.cta-section h3{font-size:1rem;font-weight:700;color:var(--jade);margin-bottom:.75rem}.cta-grid{display:flex;gap:.75rem;flex-wrap:wrap}.cta-card{display:inline-block;padding:.5rem 1rem;background:var(--bg);border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:.85rem;font-weight:500;text-decoration:none;transition:all .2s}.cta-card:hover{border-color:var(--jade);color:var(--jade);transform:translateY(-1px);text-decoration:none}.free-stuff-page{padding-bottom:3rem}.back-btn{background:var(--surface);border:1px solid var(--border);color:var(--text-muted);border-radius:8px;padding:.5rem 1rem;cursor:pointer;font-size:.85rem;margin-bottom:1.5rem;transition:all .2s}.back-btn:hover{border-color:var(--accent);color:var(--text)}.free-stuff-header{text-align:center;margin-bottom:2rem}.free-stuff-header h2{font-size:1.75rem;font-weight:800;color:var(--golden);margin-bottom:.5rem}.free-stuff-header p{color:var(--text-muted);font-size:1rem;max-width:600px;margin:0 auto}.free-stuff-filters{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center;margin-bottom:1.5rem}.tag-filter{padding:.35rem .75rem;background:var(--surface);border:1px solid var(--border);border-radius:20px;color:var(--text-muted);font-size:.8rem;cursor:pointer;transition:all .2s}.tag-filter:hover{border-color:var(--golden);color:var(--text)}.tag-filter.active{background:var(--golden);border-color:var(--golden);color:var(--bg);font-weight:600}.free-stuff-category{margin-bottom:2rem}.free-stuff-category h3{font-size:1.2rem;font-weight:700;margin-bottom:1rem;color:var(--warm-cream)}.free-stuff-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.free-stuff-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.25rem;transition:all .2s}.free-stuff-card:hover{border-color:var(--golden);transform:translateY(-2px);box-shadow:0 6px 20px #d4a9381a}.free-stuff-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.free-stuff-tag{display:inline-block;padding:.15rem .5rem;border-radius:12px;font-size:.7rem;font-weight:600;color:var(--warm-cream)}.free-stuff-amount{font-size:1rem;font-weight:800;color:var(--golden)}.free-stuff-card h4{font-size:1rem;font-weight:700;margin-bottom:.35rem;color:var(--warm-cream)}.free-stuff-card p{font-size:.85rem;color:var(--text-muted);margin-bottom:.75rem;line-height:1.5}.free-stuff-link{display:inline-block;color:var(--burnt-orange);font-size:.85rem;font-weight:600;text-decoration:none;transition:color .2s}.free-stuff-link:hover{color:var(--golden);text-decoration:underline}.carbon-receipt-section{margin-top:3rem;padding:2rem;background:var(--surface);border:1px solid var(--border);border-radius:16px}.carbon-receipt-section h2{font-size:1.4rem;margin-bottom:.3rem}.receipt-subtitle{color:var(--text-muted);margin-bottom:1.5rem}.receipt-actions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.6rem;margin-bottom:1.5rem}.receipt-action-btn{display:flex;align-items:center;gap:.5rem;padding:.7rem 1rem;background:var(--bg);border:2px solid var(--border);border-radius:10px;cursor:pointer;transition:all .2s ease;font-size:.85rem;color:var(--text);text-align:left}.receipt-action-btn:hover{border-color:var(--accent);background:var(--surface-hover)}.receipt-action-btn.selected{border-color:var(--green);background:#2d9b6e14}.receipt-action-icon{font-size:1.2rem;flex-shrink:0}.receipt-action-label{flex:1;font-weight:500}.receipt-action-co2{font-size:.75rem;color:var(--green);font-weight:600;white-space:nowrap}.generate-receipt-btn{display:block;margin:0 auto 1.5rem;padding:.8rem 2rem;background:var(--accent);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .15s ease,opacity .15s ease}.generate-receipt-btn:hover{opacity:.9;transform:scale(1.02)}.receipt-card{max-width:400px;margin:0 auto;padding:2rem;background:#fffdf8;border:2px dashed var(--border);border-radius:12px;font-family:Courier New,monospace}.receipt-header{text-align:center;margin-bottom:1.2rem}.receipt-logo{font-size:2rem}.receipt-header h3{font-size:1.1rem;margin:.3rem 0}.receipt-date{font-size:.8rem;color:var(--text-muted)}.receipt-items{margin:1rem 0}.receipt-line-item{display:flex;align-items:center;gap:.3rem;padding:.3rem 0;font-size:.85rem}.receipt-item-name{white-space:nowrap}.receipt-item-dots{flex:1;border-bottom:1px dotted var(--text-muted);margin:0 .3rem;min-width:20px}.receipt-item-value{font-weight:600;color:var(--green);white-space:nowrap}.receipt-divider{border-top:2px dashed var(--border);margin:.8rem 0}.receipt-totals{margin:.8rem 0}.receipt-total-line{display:flex;justify-content:space-between;padding:.2rem 0;font-size:.9rem}.receipt-total-line.receipt-annual{font-weight:700;font-size:1rem}.receipt-total-value{color:var(--green);font-weight:700}.receipt-equiv{text-align:center;padding:.8rem;margin:.8rem 0;background:#2d9b6e14;border-radius:8px;font-size:.9rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif}.receipt-tips{margin:.8rem 0}.receipt-tip{font-size:.8rem;color:var(--text-muted);margin:.3rem 0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif}.receipt-share-btn{display:block;width:100%;margin-top:1rem;padding:.7rem;background:var(--accent);color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif}.receipt-share-btn:hover{opacity:.9}.close-the-loop{margin-top:3rem;padding:2rem;background:var(--surface);border:1px solid var(--border);border-radius:16px}.close-the-loop h2{font-size:1.5rem;font-weight:700;color:var(--warm-cream);margin-bottom:.25rem}.loop-subtitle{color:var(--text-muted);font-size:.9rem;margin-bottom:1.5rem}.loop-section{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.loop-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.loop-section h3{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:var(--golden)}.loop-section-sub{font-size:.85rem;color:var(--text-muted);margin-top:-.5rem;margin-bottom:1rem}.compost-flow{display:flex;align-items:flex-start;justify-content:center;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}.flow-step{display:flex;flex-direction:column;align-items:center;text-align:center;min-width:80px;opacity:.5;transition:all .3s}.flow-step.active,.flow-step.done{opacity:1}.flow-icon{font-size:2rem;margin-bottom:.25rem}.flow-arrow{color:var(--text-muted);font-size:1.2rem;margin-top:.75rem}.flow-label{font-size:.75rem;font-weight:600;color:var(--text)}.flow-sub{font-size:.65rem;color:var(--text-muted);max-width:100px;line-height:1.3;animation:slideDown .3s ease}.loop-stat-row{display:flex;gap:2rem;justify-content:center;margin-top:1rem}.loop-stat{text-align:center}.loop-stat-value{font-size:1.5rem;font-weight:700;color:var(--jade)}.loop-stat-label{font-size:.75rem;color:var(--text-muted)}.recycling-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:.75rem}.recycling-card{display:flex;gap:.75rem;padding:.75rem;background:var(--bg);border-radius:8px}.recycling-icon{font-size:1.5rem;flex-shrink:0}.recycling-info{display:flex;flex-direction:column;gap:.15rem}.recycling-info strong{font-size:.85rem;color:var(--warm-cream)}.recycling-becomes{font-size:.75rem;color:var(--jade);font-weight:500}.recycling-fact{font-size:.7rem;color:var(--text-muted);font-style:italic}.villain-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:.75rem}.villain-card{display:flex;gap:.75rem;padding:.75rem;background:var(--bg);border-radius:8px;border-left:3px solid var(--red)}.villain-icon{font-size:1.5rem;flex-shrink:0}.villain-info{display:flex;flex-direction:column;gap:.2rem}.villain-info strong{font-size:.85rem;color:var(--warm-cream)}.villain-info p{font-size:.75rem;color:var(--text-muted);line-height:1.4;margin:0}.villain-verdict{font-size:.7rem;font-weight:600;color:var(--jade)}.diversion-bar-wrapper{max-width:500px}.diversion-labels{display:flex;justify-content:space-between;font-size:.8rem;margin-bottom:.35rem}.diversion-labels span:first-child{color:var(--jade);font-weight:600}.diversion-labels span:last-child{color:var(--golden);font-weight:600}.diversion-track{width:100%;height:12px;background:var(--bg);border-radius:6px;overflow:hidden;position:relative}.diversion-fill{height:100%;background:linear-gradient(90deg,var(--jade),var(--golden));border-radius:6px;transition:width 1s ease}.diversion-note{font-size:.75rem;color:var(--text-muted);margin-top:.5rem;font-style:italic}.action-impact{margin-top:3rem;padding:2rem;background:var(--surface);border:1px solid var(--border);border-radius:16px}.action-impact h2{font-size:1.5rem;font-weight:700;color:var(--warm-cream);margin-bottom:.25rem}.action-subtitle{color:var(--text-muted);font-size:.9rem;margin-bottom:1.5rem}.impact-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem}.impact-card{background:var(--bg);border:1px solid var(--border);border-radius:12px;padding:1.25rem}.impact-card h4{font-size:1rem;font-weight:700;color:var(--golden);margin-bottom:.75rem}.impact-subtitle{font-size:.8rem;color:var(--text-muted);margin-top:-.5rem;margin-bottom:.75rem}.impact-stats{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:.75rem}.impact-stat{display:flex;flex-direction:column;min-width:80px}.impact-value{font-size:1.25rem;font-weight:700;color:var(--jade)}.impact-label{font-size:.7rem;color:var(--text-muted)}.impact-note{font-size:.8rem;color:var(--text-muted);line-height:1.5;padding-top:.5rem;border-top:1px solid var(--border)}.impact-note strong{color:var(--golden)}.calc-input{margin-bottom:1rem}.calc-input label{display:block;font-size:.85rem;color:var(--text);margin-bottom:.35rem}.calc-slider{width:100%;height:6px;appearance:none;background:var(--surface-hover);border-radius:3px;outline:none}.calc-slider::-webkit-slider-thumb{appearance:none;width:18px;height:18px;border-radius:50%;background:var(--burnt-orange);cursor:pointer}.calc-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:var(--burnt-orange);cursor:pointer;border:none}.meme-section{margin-top:3rem;padding:2rem;background:var(--surface);border:1px solid var(--border);border-radius:16px}.meme-section h2{font-size:1.5rem;font-weight:700;color:var(--warm-cream);margin-bottom:.25rem}.meme-subtitle{color:var(--text-muted);font-size:.9rem;margin-bottom:1.5rem}.meme-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-bottom:2rem}.meme-card{background:var(--bg);border:1px solid var(--border);border-radius:12px;padding:1.25rem;transition:all .2s}.meme-card:hover{border-color:var(--golden);transform:translateY(-2px)}.meme-card-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.meme-icon{font-size:1.5rem}.meme-sector{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.meme-stat{font-size:1rem;font-weight:700;color:var(--warm-cream);margin-bottom:.35rem}.meme-caption{font-size:.8rem;color:var(--text-muted);line-height:1.5;margin-bottom:.75rem}.meme-box{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.75rem;margin-bottom:.75rem}.meme-box-title{font-size:.8rem;font-weight:700;color:var(--golden);margin-bottom:.25rem}.meme-box-text{font-size:.75rem;color:var(--text-muted);white-space:pre-line;line-height:1.5;font-family:monospace}.meme-share-btn{width:100%;background:var(--burnt-orange);color:var(--warm-cream);border:none;border-radius:8px;padding:.5rem;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s}.meme-share-btn:hover{opacity:.9}.before-after-section{margin-top:1rem}.before-after-section h3{font-size:1.1rem;font-weight:700;color:var(--warm-cream);margin-bottom:1rem}.before-after-grid{display:flex;align-items:stretch;gap:1rem;flex-wrap:wrap}.before-card,.after-card{flex:1;min-width:200px;background:var(--bg);border-radius:12px;padding:1.25rem;text-align:center}.before-card{border:1px solid var(--red)}.after-card{border:1px solid var(--jade)}.ba-emoji{font-size:2.5rem;display:block;margin-bottom:.5rem}.before-card h4,.after-card h4{font-size:1rem;font-weight:700;margin-bottom:.35rem}.before-card h4{color:var(--red)}.after-card h4{color:var(--jade)}.before-card p,.after-card p{font-size:.8rem;color:var(--text-muted);line-height:1.5}.ba-arrow{display:flex;align-items:center;font-size:2rem;color:var(--golden);font-weight:700}@media(max-width:768px){.win-card{flex-direction:column;text-align:center;padding:1rem}.win-content{text-align:center}.milestone-items{gap:0}.milestone-text{font-size:.5rem;max-width:70px}.compost-flow{flex-direction:column;align-items:center}.flow-arrow{transform:rotate(90deg)}.before-after-grid{flex-direction:column}.ba-arrow{justify-content:center;transform:rotate(90deg)}}@media(max-width:480px){.climate-win-hero h1,.hero-headline,.win-stat{font-size:1.5rem}.free-stuff-grid,.impact-grid,.meme-grid,.recycling-grid,.villain-grid,.bento-grid{grid-template-columns:1fr}.daily-vibe-ticker{flex-direction:column;align-items:center}.sticky-header{padding:.5rem 1rem}.sticky-logo{font-size:.9rem}.header-btn{font-size:.7rem;padding:.3rem .6rem}}.austin-footer{text-align:center;padding:2.5rem 1rem;margin-top:3rem;border-top:2px solid var(--border);color:var(--text-muted)}.footer-main{font-size:.95rem;font-weight:500;color:var(--text);margin-bottom:.4rem}.footer-disclaimer{font-size:.8rem;font-style:italic;margin-bottom:.75rem}.footer-links{font-size:.85rem;font-weight:600;color:var(--accent)}
