*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{color:#3a3a3a;background-color:#f7f3ee;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans TC,sans-serif;font-size:1.1rem;line-height:1.7;overflow-x:hidden}#root{width:100%;min-height:100vh}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#ece7e0}::-webkit-scrollbar-thumb{background:#c4b8a8;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a89880}::selection{color:#2a2a2a;background:#c8783240}.app{background:#f7f3ee;width:100%;min-height:100vh}.hero-container{justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-gradient{background:radial-gradient(at 30% 20%,#c8783226 0%,#0000 60%),radial-gradient(at 70% 80%,#3c648c1f 0%,#0000 60%),linear-gradient(#2c3e50 0%,#34495e 40%,#3d566e 100%);animation:8s ease-in-out infinite alternate heroGradientPulse;position:absolute;inset:0}@keyframes heroGradientPulse{0%{opacity:.9}to{opacity:1}}.hero-content{z-index:1;text-align:center;padding:2rem;position:relative}.hero-title{color:#fff;letter-spacing:2px;background:linear-gradient(135deg,#fff 0%,#f0c27f 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3.5rem;font-weight:800}.hero-subtitle{color:#c8d6e5;margin-bottom:3rem;font-size:1.4rem;font-weight:300}.hero-scroll-hint{color:#a0b0c0;flex-direction:column;align-items:center;gap:.5rem;font-size:.95rem;display:flex}.scroll-arrow{font-size:1.5rem;animation:2s ease-in-out infinite scrollBounce}@keyframes scrollBounce{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}.section-wrapper{width:92%;max-width:100%;margin:0 auto;padding:2.5rem 0}.chart-section{padding-top:2rem;padding-bottom:2rem}.section-title{color:#2c3e50;text-align:center;margin-bottom:.75rem;font-size:2.5rem;font-weight:700}.section-desc{color:#4a5568;text-align:center;text-wrap:balance;max-width:820px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.15rem}.chart-container{background:#fff;border:1px solid #0000000f;border-radius:16px;padding:1.5rem;box-shadow:0 2px 8px #00000014,0 1px 3px #0000000f}.source-citation{text-align:center;color:#8a9aaa;margin-top:1rem;font-size:.85rem;font-style:italic}.purchasing-section .power-cards{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;display:flex}.power-card{text-align:center;background:#fff;border:1px solid #0000000f;border-radius:16px;flex:1;min-width:260px;max-width:360px;padding:2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 24px #0000000f}.power-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000001a}.card-2015{border-top:3px solid #3498db}.card-2025{border-top:3px solid #e67e22}.power-year{color:#7f8c8d;margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.power-budget{color:#2c3e50;margin-bottom:.25rem;font-size:1.3rem;font-weight:700}.power-price{color:#7f8c8d;margin-bottom:1rem;font-size:.95rem}.power-area{margin-bottom:1rem;font-size:3rem;font-weight:800}.card-2015 .power-area{color:#3498db}.card-2025 .power-area{color:#e67e22}.power-visual{flex-wrap:wrap;justify-content:center;gap:4px;display:flex}.ping-dot{border-radius:2px;width:10px;height:10px;display:inline-block}.dot-2015{background:#3498db73}.dot-2025{background:#e67e2273}.power-arrow{color:#e67e22;flex-direction:column;align-items:center;gap:.5rem;min-width:100px;font-size:1.1rem;font-weight:700;display:flex}.arrow-line{background:linear-gradient(90deg,#3498db,#e67e22);border-radius:2px;width:60px;height:3px}.arrow-text{color:#e67e22;font-size:1.2rem}.arrow-percent{color:#7f8c8d;font-size:.95rem}.news-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.news-card{background:#fff;border:1px solid #0000000f;border-radius:12px;padding:1.5rem;transition:transform .3s,box-shadow .3s;box-shadow:0 2px 12px #0000000a}.news-card:hover{transform:translateY(-3px);box-shadow:0 6px 24px #00000014}.news-date{color:#c87832;margin-bottom:.5rem;font-size:.85rem;font-weight:600}.news-title{color:#2c3e50;margin-bottom:.75rem;font-size:1.1rem;font-weight:600;line-height:1.5}.news-desc{color:#6b7b8d;font-size:.95rem;line-height:1.6}.site-footer{background:#2c3e50;border-top:none;margin-top:2rem;padding:3rem 2rem}.footer-content{text-align:center;max-width:1100px;margin:0 auto}.footer-disclaimer{color:#c8d6e5;border-bottom:1px solid #ffffff1a;margin-bottom:2rem;padding-bottom:1.5rem;font-size:1rem}.footer-sources h4{color:#fff;margin-bottom:1rem;font-size:1.1rem}.footer-sources ul{flex-direction:column;gap:.5rem;padding:0;list-style:none;display:flex}.footer-sources li{color:#a0b0c0;font-size:.9rem}.footer-copyright{color:#7f8c8d;border-top:1px solid #ffffff1a;margin-top:2rem;padding-top:1.5rem;font-size:.85rem}@media (width<=768px){.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1.1rem}.section-title{font-size:1.8rem}.section-desc{font-size:1rem}.section-wrapper{width:95%;padding:2.5rem 0}.chart-container{border-radius:12px;padding:.75rem}.purchasing-section .power-cards{flex-direction:column}.power-card{max-width:100%}.power-arrow{margin:.5rem 0;transform:rotate(90deg)}.power-area{font-size:2.4rem}.news-grid{grid-template-columns:1fr}.footer-sources ul{text-align:left;padding-left:1rem}}@media (width<=480px){.hero-title{font-size:1.8rem}.hero-subtitle{margin-bottom:2rem;font-size:.95rem}.section-title{font-size:1.5rem}.section-wrapper{width:96%}.power-area{font-size:2rem}}@media (width>=1200px){.section-wrapper{padding:3rem 0}.chart-section{padding-top:2.5rem;padding-bottom:2.5rem}}.intro-strip{text-align:center;background:#2c3e50;padding:2rem 2rem 1.5rem}.intro-title{color:#fff;background:linear-gradient(135deg,#fff 0%,#f0c27f 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:1.8rem;font-weight:700}.intro-desc{color:#c8d6e5;font-size:1rem;font-weight:300}.section-nav{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);scrollbar-width:none;background:#fffffff2;border-bottom:1px solid #00000014;justify-content:center;gap:.5rem;padding:.6rem 1rem;display:flex;position:sticky;top:0;overflow-x:auto}.section-nav::-webkit-scrollbar{display:none}.section-nav a{color:#6b7b8d;white-space:nowrap;border-radius:20px;padding:.3rem .8rem;font-size:.8rem;font-weight:500;text-decoration:none;transition:all .2s}.section-nav a:hover{color:#2c3e50;background:#2c3e5014}.nav-divider{color:#ccc;padding:0 .2rem;font-size:.85rem}.nav-highlight{background:#e74c3c14;color:#e74c3c!important;font-weight:700!important}.nav-highlight:hover{color:#c0392b!important;background:#e74c3c26!important}.chapter-tabs{background:#1a252f;grid-template-columns:1fr 1fr;gap:0;padding:16px 24px;display:grid}.chapter-tab{background:#ffffff0d;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;align-items:center;gap:4px;padding:16px 20px;text-decoration:none;transition:all .2s;display:flex}.chapter-tab:hover{background:#ffffff1a;transform:translateY(-2px)}.chapter-tab-warn{background:#e74c3c1a;border-color:#e74c3c33}.chapter-tab-warn:hover{background:#e74c3c2e}.chapter-tab-icon{font-size:1.8rem}.chapter-tab-title{color:#fff;font-size:1.15rem;font-weight:700}.chapter-tab-desc{color:#a0b0c0;font-size:.8rem}.chapter-divider{text-align:center;background:linear-gradient(135deg,#2c3e50 0%,#1a252f 50%,#2c3e50 100%);margin-top:2rem;padding:3rem 2rem 2.5rem;position:relative;overflow:hidden}.chapter-divider:before{content:"";background:radial-gradient(at 20%,#e74c3c1f 0%,#0000 60%),radial-gradient(at 80%,#f39c121a 0%,#0000 60%);position:absolute;inset:0}.chapter-title{color:#fff;background:linear-gradient(135deg,#fff 0%,#f5a623 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2.2rem;font-weight:800;position:relative}.chapter-desc{color:#c8d6e5;font-size:1.05rem;font-weight:300;position:relative}.deck{background:#f7f3ee;align-items:flex-start;min-height:100dvh;display:flex}.deck-sidebar{color:#e7eef5;scrollbar-width:thin;z-index:200;background:linear-gradient(#2c3e50 0%,#243140 60%,#1a252f 100%);flex-direction:column;flex:0 0 248px;align-self:flex-start;height:100dvh;display:flex;position:sticky;top:0;overflow-y:auto}.deck-sidebar-head{border-bottom:1px solid #ffffff14;padding:1.4rem 1.25rem 1rem}.deck-sidebar-title{background:linear-gradient(135deg,#fff 0%,#f0c27f 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.05rem;font-weight:800;line-height:1.4}.deck-sidenav{flex-direction:column;flex:auto;gap:2px;padding:.75rem .6rem;display:flex}.deck-sidelink{color:#b9c7d6;text-align:left;cursor:pointer;background:0 0;border:none;border-left:3px solid #0000;border-radius:8px;align-items:center;gap:.6rem;width:100%;padding:.6rem .7rem;font-size:.9rem;font-weight:600;transition:background .18s,color .18s,border-color .18s;display:flex}.deck-sidelink--agenda{color:#9fb3c8;margin-bottom:.35rem}.deck-side-num{color:#c8d6e5;font-variant-numeric:tabular-nums;background:#ffffff14;border-radius:6px;flex:none;justify-content:center;align-items:center;width:22px;height:22px;font-size:.78rem;font-weight:700;display:inline-flex}.deck-side-label{align-items:center;gap:.4rem;min-width:0;display:inline-flex}.deck-side-ic{font-size:1rem}.deck-sidelink:hover{color:#fff;background:#ffffff12}.deck-sidelink.is-active{color:#fff;background:#e67e2229;border-left-color:#e67e22}.deck-sidelink.is-active .deck-side-num{color:#fff;background:#e67e22}.deck-sidebar-foot{color:#8ba0b5;font-variant-numeric:tabular-nums;border-top:1px solid #ffffff14;padding:.9rem 1.25rem;font-size:.8rem;font-weight:700}.deck-main{background:#f7f3ee;flex:auto;min-width:0}.deck-mobilebar{display:none}.deck-scrim{z-index:150;background:#1a252f80;animation:.2s deckFade;position:fixed;inset:0}@keyframes deckFade{0%{opacity:0}to{opacity:1}}.deck-sidelink:focus-visible,.deck-card:focus-visible,.deck-nav-btn:focus-visible,.deck-dot:focus-visible,.deck-burger:focus-visible{outline-offset:2px;outline:2px solid #e67e22}.deck-cover{text-align:center;background:linear-gradient(#2c3e50 0%,#34495e 55%,#3d566e 100%);padding:3rem 2rem 2.5rem;position:relative;overflow:hidden}.deck-cover:before{content:"";background:radial-gradient(at 25% 30%,#c878322e 0%,#0000 55%),radial-gradient(at 80% 75%,#3c648c29 0%,#0000 55%);position:absolute;inset:0}.deck-cover-title{letter-spacing:1px;background:linear-gradient(135deg,#fff 0%,#f0c27f 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 .6rem;font-size:clamp(1.9rem,1.2rem + 3vw,3rem);font-weight:800;position:relative}.deck-cover-sub{color:#c8d6e5;margin:0 0 .5rem;font-size:clamp(.95rem,.85rem + .6vw,1.2rem);font-weight:300;position:relative}.deck-cover-hint{color:#8ba0b5;margin:0;font-size:.8rem;position:relative}.deck-agenda-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;width:100%;margin:0 auto;padding:2rem clamp(1rem,2.5vw,2.5rem) 3rem;display:grid}.deck-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #0000000f;border-radius:16px;flex-direction:column;align-items:flex-start;gap:.25rem;padding:1.4rem 1.3rem 1.2rem;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 10px #0000000d}.deck-card:before{content:"";opacity:0;background:linear-gradient(#e67e22,#c87832);width:4px;transition:opacity .25s;position:absolute;top:0;bottom:0;left:0}.deck-card:hover{border-color:#c878324d;transform:translateY(-5px);box-shadow:0 12px 30px #2c3e5021}.deck-card:hover:before{opacity:1}.deck-card-num{color:#2c3e500f;font-variant-numeric:tabular-nums;font-size:2.4rem;font-weight:800;line-height:1;position:absolute;top:.6rem;right:1rem}.deck-card-icon{margin-bottom:.2rem;font-size:1.9rem;line-height:1}.deck-card-title{color:#2c3e50;font-size:1.15rem;font-weight:700}.deck-card-blurb{color:#6b7b8d;font-size:.85rem;line-height:1.5}.deck-card-stat{color:#c0392b;background:#e67e221a;border-radius:6px;margin-top:.5rem;padding:.2rem .6rem;font-size:.82rem;font-weight:700}.deck-card-go{color:#c87832;opacity:0;margin-top:.7rem;font-size:.78rem;font-weight:700;transition:opacity .25s,transform .25s;transform:translate(-4px)}.deck-card:hover .deck-card-go{opacity:1;transform:translate(0)}.deck-slide{width:100%;padding:1.75rem clamp(1rem,3vw,3.5rem) 2.5rem;animation:.34s cubic-bezier(.16,1,.3,1) deckSlideIn}.deck-slide[data-dir="-1"]{animation-name:deckSlideInRev}@keyframes deckSlideIn{0%{opacity:0;transform:translate(28px)}to{opacity:1;transform:translate(0)}}@keyframes deckSlideInRev{0%{opacity:0;transform:translate(-28px)}to{opacity:1;transform:translate(0)}}.deck-slide-head{border-bottom:1px solid #2c3e5014;align-items:center;gap:1rem;margin-bottom:.5rem;padding:.25rem .25rem 1.25rem;display:flex}.deck-slide-num{color:#c87832d9;font-variant-numeric:tabular-nums;flex:none;font-size:clamp(2.4rem,1.5rem + 3vw,3.6rem);font-weight:800;line-height:1}.deck-slide-heading{min-width:0}.deck-slide-body.has-illu{grid-template-columns:minmax(240px,30%) minmax(0,1fr);align-items:start;gap:34px;display:grid}.deck-illu{position:sticky;top:8px}.deck-illu img{aspect-ratio:1;object-fit:contain;background:#f8f1e6;border:1px solid #7850281f;border-radius:22px;width:100%;padding:12px;display:block;box-shadow:0 18px 40px #462d1424}.deck-slide-content{min-width:0}@media (width<=900px){.deck-slide-body.has-illu{grid-template-columns:1fr;gap:18px}.deck-illu{width:min(220px,60%);margin:0 auto;position:static}}.deck-slide-title{color:#2c3e50;align-items:center;gap:.5rem;margin:0;font-size:clamp(1.4rem,1rem + 1.6vw,2.1rem);font-weight:700;display:flex}.deck-slide-icon{font-size:1.4rem}.deck-slide-blurb{color:#6b7b8d;margin:.3rem 0 0;font-size:.95rem}.deck-footnav{border-top:1px solid #2c3e5014;justify-content:space-between;align-items:center;gap:.75rem;margin-top:1.5rem;padding:1rem .25rem 0;display:flex}.deck-nav-btn{color:#2c3e50;cursor:pointer;background:#fff;border:1px solid #2c3e5026;border-radius:12px;align-items:center;gap:.45rem;max-width:42%;padding:.6rem 1rem;font-size:.88rem;font-weight:600;transition:background .2s,border-color .2s,transform .15s;display:inline-flex}.deck-nav-btn:hover:not(:disabled){background:#fbf6ef;border-color:#c8783266;transform:translateY(-1px)}.deck-nav-next{color:#fff;background:#e67e22;border-color:#e67e22}.deck-nav-next:hover:not(:disabled){background:#d35400;border-color:#d35400}.deck-nav-btn:disabled{opacity:.4;cursor:not-allowed}.deck-nav-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.deck-nav-arrow{flex:none;font-size:1rem}.deck-dots{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;display:flex}.deck-dot{cursor:pointer;background:#2c3e502e;border:none;border-radius:50%;width:9px;height:9px;padding:0;transition:background .2s,transform .2s}.deck-dot:hover{background:#c8783280}.deck-dot.is-active{background:#e67e22;transform:scale(1.35)}@media (width<=1023px){.deck{display:block}.deck-mobilebar{z-index:120;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f7f3eef2;border-bottom:1px solid #2c3e501a;align-items:center;gap:.6rem;padding:.55rem .75rem;display:flex;position:sticky;top:0}.deck-burger{color:#2c3e50;cursor:pointer;background:#fff;border:1px solid #2c3e5026;border-radius:10px;flex:none;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;display:inline-flex}.deck-mobilebar-title{color:#2c3e50;text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;font-size:.92rem;font-weight:700;overflow:hidden}.deck-mobilebar-prog{color:#8a9aaa;font-variant-numeric:tabular-nums;flex:none;font-size:.8rem;font-weight:700}.deck-sidebar{visibility:hidden;width:280px;max-width:84vw;height:100dvh;transition:transform .28s cubic-bezier(.16,1,.3,1),visibility 0s linear .28s;position:fixed;top:0;left:0;transform:translate(-100%);box-shadow:0 0 40px #0000004d}.deck-sidebar.is-open{visibility:visible;transition:transform .28s cubic-bezier(.16,1,.3,1),visibility;transform:translate(0)}}@media (width<=768px){.deck-agenda-grid{grid-template-columns:1fr;gap:.75rem;padding:1.5rem 1rem 2.5rem}.deck-slide{padding:1.25rem 1rem 2rem}.deck-slide-head{gap:.7rem;padding-bottom:1rem}.deck-dots{display:none}.deck-nav-btn{max-width:46%;padding:.55rem .7rem;font-size:.82rem}}@media (prefers-reduced-motion:reduce){.deck-slide,.deck-scrim{animation:none}.deck-sidebar,.deck-card,.deck-nav-btn,.deck-sidelink,.deck-dot,.deck-card-go,.deck-burger{transition:none}.deck-card:hover{transform:none}}.deck-hero{background:linear-gradient(#fffdf9,#f3ece1);border:1px solid #e7ddcf;border-radius:20px;align-items:stretch;width:100%;min-height:210px;margin:0 0 26px;display:flex;overflow:hidden;box-shadow:0 18px 44px -24px #2c3e506b}.deck-hero-media{flex:0 0 46%;min-width:0}.deck-hero-media img{object-fit:cover;width:100%;height:100%;display:block}.deck-hero-text{flex-direction:column;flex:1;justify-content:center;gap:12px;min-width:0;padding:clamp(20px,3vw,38px);display:flex}.deck-hero-stat{color:#c87832;letter-spacing:-.5px;font-size:clamp(28px,3.4vw,46px);font-weight:800;line-height:1.05}.deck-hero-blurb{color:#5f6f7d;margin:0;font-size:clamp(16px,1.5vw,22px);font-weight:500;line-height:1.5}.deck-hero-desc{color:#46586a;margin:2px 0 0;font-size:clamp(14px,1.25vw,17px);line-height:1.6}@media (width<=720px){.deck-hero{flex-direction:column;min-height:0}.deck-hero-media{flex:none;height:190px}.deck-hero-text{padding:18px 20px}}.cm-panel{background:linear-gradient(135deg,#2b2620 0%,#3a3027 100%);border:1px solid #ffe7c424;border-radius:18px;align-items:center;gap:clamp(1.2rem,3vw,2.6rem);max-width:900px;margin:2.8rem auto 0;padding:clamp(1.7rem,4vw,2.6rem) clamp(1.5rem,4vw,2.8rem);display:flex;box-shadow:0 22px 60px #261a1047}.cm-copy{flex:64%;min-width:0}.cm-setup{color:#e9dfd2;margin:0;font-size:clamp(.95rem,1.6vw,1.06rem);font-weight:400;line-height:1.85}.cm-setup+.cm-setup{margin-top:.75rem}.cm-punch{color:#fff7ec;letter-spacing:.01em;margin:1.4rem 0 .85rem;font-size:clamp(1.7rem,1.2rem + 2vw,2.4rem);font-weight:800;line-height:1.45}.cm-punch .hl{color:#f0a868}.cm-closer{color:#d8c7b7;margin:0;font-size:clamp(.92rem,1.5vw,1.02rem);line-height:1.8}.cm-art{flex:0 0 30%;max-width:300px}.cm-art img{border-radius:18px;width:100%;height:auto;display:block;box-shadow:0 16px 38px #0000004d}@media (width<=640px){.cm-panel{text-align:center;flex-direction:column;gap:1.4rem}.cm-art{flex:none;order:2;max-width:200px}.cm-copy{order:1}}.cost-overview{--co-ink:#2c3e50;--co-soft:#5f6f7d;--co-faint:#94a0ab;--co-accent:#c87832;--co-accent-deep:#a85f22;--co-card:#fffdf9;--co-line:#e7ddcf;--co-land:#b5651d;--co-build:#d99a52;--co-admin:#7a94a3;--co-tax:#9b8aa6;--co-profit:#2e7d6b;--co-serif:"Iowan Old Style", Georgia, "Times New Roman", serif;max-width:1060px;color:var(--co-ink);flex-direction:column;gap:clamp(20px,2.4vw,32px);margin:0 auto;display:flex}.cost-overview .co-sub{color:var(--co-soft);max-width:64ch;font-size:clamp(15px,1.3vw,20px);font-weight:500;line-height:1.55}.cost-overview .co-anatomy{grid-template-columns:1fr minmax(260px,340px) 1fr;align-items:center;gap:20px;display:grid}.cost-overview .co-col{flex-direction:column;gap:16px;display:flex}.cost-overview .co-callout{background:var(--co-card);border:1px solid var(--co-line);border-radius:14px;padding:15px 17px 14px;position:relative;box-shadow:0 1px 3px #2c3e500d,0 8px 22px -14px #2c3e502e}.cost-overview .co-top{align-items:center;gap:11px;display:flex}.cost-overview .co-badge{color:#fff;border-radius:50%;flex:none;place-items:center;width:32px;height:32px;font-size:17px;font-weight:800;display:grid;box-shadow:0 2px 6px #0000002e}.cost-overview .co-callout h3{color:var(--co-ink);letter-spacing:.3px;margin:0;font-size:clamp(17px,1.4vw,20px);font-weight:700}.cost-overview .co-pct{letter-spacing:-1px;margin-top:9px;font-size:clamp(30px,2.6vw,38px);font-weight:800;line-height:1;display:block}.cost-overview .co-callout p{color:var(--co-soft);margin:8px 0 0;font-size:clamp(13px,1.05vw,15px);line-height:1.5}.cost-overview .co-tag{color:var(--co-ink);background:#2c3e500f;border-radius:999px;margin-top:9px;padding:4px 11px;font-size:12.5px;font-weight:600;display:inline-block}.cost-overview .co-land .co-badge{background:var(--co-land)}.cost-overview .co-land .co-pct{color:var(--co-land)}.cost-overview .co-build .co-badge{background:var(--co-build)}.cost-overview .co-build .co-pct{color:#b9802f}.cost-overview .co-admin .co-badge{background:var(--co-admin)}.cost-overview .co-admin .co-pct{color:#5f7a89}.cost-overview .co-tax .co-badge{background:var(--co-tax)}.cost-overview .co-tax .co-pct{color:#7c6a89}.cost-overview .co-profit{border-color:#2e7d6b66;box-shadow:0 1px 3px #2e7d6b1a,0 10px 26px -14px #2e7d6b66}.cost-overview .co-profit .co-badge{background:var(--co-profit)}.cost-overview .co-profit .co-pct{color:var(--co-profit)}.cost-overview .co-profit:before{content:"你以為的暴利？";background:var(--co-profit);color:#fff;letter-spacing:.5px;border-radius:999px;padding:3px 10px;font-size:11.5px;font-weight:700;position:absolute;top:-11px;left:16px}.cost-overview .co-stage{border:1px solid var(--co-line);background:linear-gradient(#fffdf9,#f3ece1);border-radius:20px;padding:12px;box-shadow:inset 0 1px #fff,0 18px 40px -24px #2c3e5066}.cost-overview .co-hero{box-shadow:inset 0 0 0 1px var(--co-line);border-radius:14px;position:relative;overflow:hidden}.cost-overview .co-hero img{width:100%;height:auto;display:block}.cost-overview .co-ov{color:#fff;border:3px solid #fffdf9;border-radius:50%;place-items:center;width:34px;height:34px;font-size:18px;font-weight:800;display:grid;position:absolute;transform:translate(-50%,-50%);box-shadow:0 3px 10px #00000061}.cost-overview .co-ov1{background:var(--co-land);top:80%;left:34%}.cost-overview .co-ov2{background:var(--co-build);top:36%;left:38%}.cost-overview .co-cap{text-align:center;color:var(--co-faint);letter-spacing:.4px;margin-top:6px;font-size:13px}.cost-overview .co-formula{background:var(--co-ink);color:#f7f3ee;border-radius:16px;flex-wrap:wrap;align-items:center;gap:16px;padding:18px 22px;display:flex;box-shadow:0 16px 36px -22px #2c3e50b3}.cost-overview .co-formula .co-lab{letter-spacing:.3em;text-transform:uppercase;color:#f0c27f;font-size:13px;font-family:var(--co-serif);flex:none;font-weight:600}.cost-overview .co-eq{flex-wrap:wrap;align-items:center;gap:8px;font-size:clamp(18px,1.8vw,24px);font-weight:700;display:flex}.cost-overview .co-eq b{border-radius:8px;padding:3px 10px;font-weight:800}.cost-overview .co-op{color:#8b9aa6;font-weight:400}.cost-overview .co-e-land{color:#f3c08a;background:#b5651d47}.cost-overview .co-e-build{color:#f2cd99;background:#d99a5242}.cost-overview .co-e-admin{color:#cfe0ea;background:#7a94a347}.cost-overview .co-e-profit{color:#a9e4d4;background:#2e7d6b52}.cost-overview .co-compare{background:var(--co-card);border:1px solid var(--co-line);border-radius:16px;grid-template-columns:auto 1fr;align-items:center;gap:22px;padding:18px 22px;display:grid;box-shadow:0 1px 3px #2c3e500d}.cost-overview .co-heading{max-width:24ch}.cost-overview .co-heading .co-t{color:var(--co-ink);font-size:clamp(17px,1.6vw,21px);font-weight:800;line-height:1.3}.cost-overview .co-heading .co-d{color:var(--co-soft);margin-top:6px;font-size:14px;line-height:1.5}.cost-overview .co-donuts{flex-wrap:wrap;justify-content:flex-end;gap:clamp(14px,2.5vw,30px);display:flex}.cost-overview .co-donut{flex-direction:column;align-items:center;gap:7px;display:flex}.cost-overview .co-ring{border-radius:50%;place-items:center;width:96px;height:96px;display:grid;position:relative}.cost-overview .co-ring:after{content:"";background:var(--co-card);border-radius:50%;position:absolute;inset:14px}.cost-overview .co-ring span{z-index:1;font-size:23px;font-weight:800;position:relative}.cost-overview .co-nm{color:var(--co-soft);text-align:center;font-size:14px;font-weight:600}.cost-overview .co-donut.co-home .co-ring span{color:var(--co-profit)}.cost-overview .co-donut.co-home .co-nm{color:var(--co-ink);font-weight:800}.cost-overview .co-summary{color:var(--co-ink);font-size:clamp(18px,1.7vw,26px);font-weight:800;line-height:1.35}.cost-overview .co-summary u{color:var(--co-accent-deep);border-bottom:3px solid #c8783266;padding-bottom:1px;text-decoration:none}.cost-overview .co-source{color:var(--co-faint);border-top:1px solid var(--co-line);margin:0;padding-top:13px;font-size:12.5px;line-height:1.55}@media (width<=880px){.cost-overview .co-anatomy{grid-template-columns:1fr}.cost-overview .co-stage{order:-1;max-width:420px;margin:0 auto}.cost-overview .co-compare{grid-template-columns:1fr}.cost-overview .co-donuts{justify-content:center}}
