:root{--tg-link:#1a0dab;--tg-visited:#681da8;--tg-ink:#202124;--tg-gray:#5f6368;--tg-gborder:#dadce0;--tg-sand-bg:#faf9f5;--tg-sand-tile:#f3efe7;--tg-sand-line:#e6ddcf;--tg-accent:var(--terracotta-500);--tg-accent-soft:var(--terracotta-300);--tg-accent-100:var(--terracotta-100);--tg-positive:var(--positive-600);--tg-positive-100:var(--positive-100);--tg-cap:var(--ink-600);--tg-cap-faint:var(--text-muted);}
:root{--link: #1a0dab; --visited: #681da8; --ink: #202124; --gray: #5f6368; --gborder: #dadce0; --sand-bg: #faf9f5; --sand-tile: #f3efe7; --sand-line: #e6ddcf; --accent: var(--terracotta-500); --accent-soft: var(--terracotta-300); --accent-100: var(--terracotta-100); --cap: var(--ink-600); --cap-faint: var(--text-muted);}
.tcp-graphic .tile{background: var(--tg-sand-tile); border: 1px solid var(--tg-sand-line); border-radius: 20px; box-shadow: rgba(60, 40, 20, 0.04) 0px 1px 2px, rgba(80, 55, 30, 0.5) 0px 24px 50px -34px; display: grid; place-items: center; overflow: hidden; padding: 40px 30px;}
.tcp-graphic .gcard{width: 264px; background: rgb(255, 255, 255); border: 1px solid var(--tg-gborder); border-radius: 12px; padding: 13px 13px 15px;}
.tcp-graphic .gcard .photo{height: 198px; display: grid; place-items: center; border-radius: 8px; overflow: hidden; margin-bottom: 12px;}
.tcp-graphic .gcard .photo img{max-width: 92%; max-height: 92%; object-fit: contain;}
.tcp-graphic .gcard .title{color: var(--tg-link); font-size: 18px; line-height: 25px; margin: 0px 0px 9px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;}
.tcp-graphic .gcard .price{color: var(--tg-ink); font-size: 18px; font-weight: 700; margin: 0px;}
.tcp-graphic .gcard .merchant{color: var(--tg-ink); font-size: 17px; line-height: 23px; margin: 5px 0px 9px;}
.tcp-graphic .gcard .ship{display: flex; align-items: center; gap: 7px; color: var(--tg-gray); font-size: 17px; margin: 0px 0px 9px;}
.tcp-graphic .gcard .ship svg{flex: 0 0 auto;}
.tcp-graphic .gcard .by{color: var(--tg-visited); font-size: 17px; margin: 0px;}
.tcp-graphic .gcard .by.g{color: var(--tg-gray);}
.tcp-graphic .anim-soft{box-shadow: rgba(60, 40, 20, 0.55) 0px 22px 42px -26px;}
.tcp-graphic .byswap{position: relative; display: inline-block; min-height: 22px;}
.tcp-graphic .byswap span{position: absolute; left: 0px; top: 0px; white-space: nowrap;}
.tcp-graphic .byswap .b0{color: var(--tg-gray); animation: 5s ease-in-out 0s infinite normal none running sw0;}
.tcp-graphic .byswap .b1{color: var(--tg-visited); opacity: 0; animation: 5s ease-in-out 0s infinite normal none running sw1;}
.tcp-graphic .byswap::before{content: ""; position: absolute; inset: -4px -5px; border-radius: 5px; background: var(--tg-accent-100); opacity: 0; animation: 5s ease-in-out 0s infinite normal none running swglow; z-index: -1;}
@keyframes sw0 { 
  0%, 38% { opacity: 1; }
  50%, 100% { opacity: 0; }
}
@keyframes sw1 { 
  0%, 38% { opacity: 0; }
  50%, 100% { opacity: 1; }
}
@keyframes swglow { 
  0%, 30% { opacity: 0; }
  46%, 60% { opacity: 0.9; }
  80%, 100% { opacity: 0; }
}
.tcp-graphic .budget{display: flex; flex-direction: column; gap: 18px; width: 560px; max-width: 100%;}
.tcp-graphic .bhead{display: flex; justify-content: space-between; align-items: baseline;}
.tcp-graphic .bhead .t{font: 700 14px / 1 system-ui, sans-serif; color: var(--tg-ink);}
.tcp-graphic .bhead .s{font: 600 12px / 1 system-ui, sans-serif; color: var(--tg-cap-faint); letter-spacing: 0.3px;}
.tcp-graphic .brow{display: flex; flex-direction: column; gap: 7px;}
.tcp-graphic .blabel{display: flex; align-items: center; gap: 9px; font: 600 13px / 1 system-ui, sans-serif; color: var(--tg-cap);}
.tcp-graphic .bbar{height: 46px; border-radius: 10px; background: rgb(255, 255, 255); border: 1px solid var(--tg-sand-line); display: flex; align-items: center; gap: 6px; padding: 0px 12px;}
.tcp-graphic .bbar.p{border-color: var(--tg-positive); box-shadow: inset 0 0 0 1px var(--tg-positive);}
.tcp-graphic .clk{color: var(--tg-accent); display: inline-flex;}
.tcp-graphic .clk svg{width: 20px; height: 20px; display: block;}
.tcp-graphic .bbar.p .clk{color: var(--tg-positive);}
.tcp-graphic .pill{display: inline-flex; align-items: center; gap: 4px; background: var(--tg-positive); color: rgb(255, 255, 255); font: 700 11px / 1 system-ui, sans-serif; padding: 3px 8px; border-radius: 999px;}
.tcp-graphic .pill svg{flex: 0 0 auto;}
.tcp-graphic .bfoot{font: 600 12px / 1 system-ui, sans-serif; color: var(--tg-cap-faint); text-align: center; letter-spacing: 0.4px; text-transform: uppercase;}
.tcp-graphic .bcap{margin-left: auto; padding-left: 14px; border-left: 2px solid var(--tg-sand-line); font: 700 10px / 1 system-ui, sans-serif; text-transform: uppercase; letter-spacing: 0.5px; color: var(--tg-cap-faint); align-self: stretch; display: flex; align-items: center;}
.tcp-graphic .split3{display: flex; align-items: stretch; gap: 26px;}
.tcp-graphic .zone{display: flex; flex-direction: column; gap: 12px;}
.tcp-graphic .ztag{font: 700 11px / 1 system-ui, sans-serif; letter-spacing: 0.7px; text-transform: uppercase; color: var(--tg-cap-faint);}
.tcp-graphic .zfoot{display: inline-flex; align-items: center; gap: 6px; font: 700 12.5px / 1 system-ui, sans-serif;}
.tcp-graphic .zfoot.ok{color: var(--tg-positive);}
.tcp-graphic .neq{align-self: center; display: flex; flex-direction: column; align-items: center; gap: 6px;}
.tcp-graphic .neq .m{font: 300 40px / 1 system-ui, sans-serif; color: rgb(199, 188, 170);}
.tcp-graphic .neq .s{font: 700 10px / 1.3 system-ui, sans-serif; color: var(--tg-cap-faint); text-transform: uppercase; letter-spacing: 0.4px; text-align: center; max-width: 84px;}
.tcp-graphic .cpcbox{width: 264px; background: rgb(255, 255, 255); border: 2px dashed var(--tg-accent-soft); border-radius: 14px; padding: 20px 18px; display: flex; flex-direction: column; gap: 14px;}
.tcp-graphic .cpcbox .cl{font: 700 13px / 1 system-ui, sans-serif; color: var(--tg-ink);}
.tcp-graphic .cpcmeter{height: 14px; border-radius: 999px; background: rgb(239, 234, 225); overflow: hidden;}
.tcp-graphic .cpcfill{height: 100%; width: 80%; border-radius: 999px; background: var(--tg-positive); transform: scaleX(0); transform-origin: left center; animation: 4.4s ease-in-out 0s infinite normal none running grow;}
.tcp-graphic .cpcbig{display: flex; align-items: baseline; gap: 10px;}
.tcp-graphic .cpcbig .pct{font: 800 30px / 1 system-ui, sans-serif; color: var(--tg-positive);}
.tcp-graphic .cpcbig .lbl{font: 600 12px / 1.3 system-ui, sans-serif; color: var(--tg-cap);}
.tcp-graphic .cpcba{display: flex; align-items: center; gap: 12px;}
.tcp-graphic .cpcba .old{font: 700 18px / 1 system-ui, sans-serif; color: var(--tg-cap-faint); text-decoration: line-through; white-space: nowrap;}
.tcp-graphic .cpcba .arr{color: rgb(199, 188, 170); display: inline-flex;}
.tcp-graphic .cpcba .new{font: 800 24px / 1 system-ui, sans-serif; color: var(--tg-positive); white-space: nowrap;}
.tcp-graphic .zfoot.ad{color: var(--tg-accent);}
@keyframes grow { 
  0%, 8% { transform: scaleX(0); }
  30%, 100% { transform: scaleX(1); }
}
.tcp-graphic .compare{display: flex; align-items: flex-start; gap: 26px;}
.tcp-graphic .col{display: flex; flex-direction: column; gap: 14px; align-items: center;}
.tcp-graphic .stat{width: 264px; display: flex; flex-direction: column; gap: 7px;}
.tcp-graphic .chip{display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 8px 12px; border-radius: 9px; font: 600 13px / 1 system-ui, sans-serif; background: rgb(255, 255, 255); border: 1px solid var(--tg-sand-line); color: var(--tg-cap);}
.tcp-graphic .chip.good{background: var(--tg-positive-100); border-color: rgba(192,74,45,0.20); color: #9C4222;}
.tcp-graphic .chip .v{font-weight: 800;}
.tcp-graphic .eqwrap{align-self: center; display: flex; flex-direction: column; align-items: center; gap: 6px; padding-top: 72px;}
.tcp-graphic .eqwrap .m{font: 300 44px / 1 system-ui, sans-serif; color: rgb(199, 188, 170);}
.tcp-graphic .eqwrap .s{font: 700 10px / 1.3 system-ui, sans-serif; color: var(--tg-cap-faint); text-transform: uppercase; text-align: center; max-width: 78px; letter-spacing: 0.4px;}
.tcp-graphic .budgetbar{display: flex; align-items: center; justify-content: center; gap: 14px 18px; flex-wrap: wrap; text-align: center; background: rgb(255, 255, 255); border: 1px solid var(--tg-sand-line); border-radius: 13px; padding: 15px 24px; box-shadow: rgba(80, 55, 30, 0.5) 0px 14px 30px -22px;}
.tcp-graphic .budgetbar .lab{font: 700 11px / 1 system-ui, sans-serif; text-transform: uppercase; letter-spacing: 0.6px; color: var(--tg-cap-faint); margin-bottom: 5px;}
.tcp-graphic .budgetbar .val{font: 800 23px / 1 system-ui, sans-serif; color: var(--tg-ink);}
.tcp-graphic .budgetbar .same{display: inline-flex; align-items: center; gap: 6px; background: var(--tg-positive-100); color: #9C4222; border: 1px solid rgba(192,74,45,0.20); font: 700 11.5px / 1 system-ui, sans-serif; padding: 6px 11px; border-radius: 999px;}
.tcp-graphic .budgetbar .sep{width: 1px; height: 30px; background: var(--tg-sand-line);}
.tcp-graphic .budgetbar .note{font: 600 12.5px / 1.35 system-ui, sans-serif; color: var(--tg-cap);}
.tcp-graphic .budgetbar .note em{color: var(--tg-accent); font-style: normal; font-weight: 800;}
.tcp-graphic .vtag{margin-left: 7px; font-size: 11.5px; font-weight: 800;}
.tcp-graphic .marquee{width: 100%; overflow: hidden; mask-image: linear-gradient(90deg, transparent, rgb(0, 0, 0) 7%, rgb(0, 0, 0) 93%, transparent);}
.tcp-graphic .track{display: flex; align-items: center; gap: 18px; width: max-content; padding: 22px 18px; animation: 30s linear 0s infinite normal none running scroll;}
.tcp-graphic .mini{width: 148px; flex: 0 0 auto; background: rgb(255, 255, 255); border: 1px solid rgb(227, 230, 234); border-radius: 11px; padding: 9px;}
.tcp-graphic .mini .mphoto{height: 98px; border-radius: 7px; overflow: hidden; display: grid; place-items: center; margin-bottom: 9px;}
.tcp-graphic .mini .mphoto img{max-width: 90%; max-height: 90%; object-fit: contain;}
.tcp-graphic .mbar{height: 8px; border-radius: 4px; margin: 6px 2px; background: rgb(223, 226, 230);}
.tcp-graphic .mbar.s{width: 55%;}
.tcp-graphic .mby{font-size: 11.5px; color: var(--tg-gray); margin: 7px 2px 2px;}
.tcp-graphic .ghost{filter: grayscale(1); opacity: 0.5;}
.tcp-graphic .mini.ours{position: relative; z-index: 2; box-shadow: 0 0 0 3px var(--tg-sand-tile), 0 0 0 6px var(--tg-accent), 0 22px 30px -16px rgba(194,90,51,.6); transform: scale(1.08);}
.tcp-graphic .mini.ours .mbar.title{background: rgb(157, 180, 240);}
.tcp-graphic .mini.ours .mby{color: var(--tg-visited);}
@keyframes scroll { 
  0% { transform: translateX(0px); }
  100% { transform: translateX(-50%); }
}
.tcp-graphic .steps{display: flex; align-items: stretch; gap: 0px; width: 100%; max-width: 820px;}
.tcp-graphic .step{flex: 1 1 0%; display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; padding: 0px 8px;}
.tcp-graphic .snum{width: 42px; height: 42px; border-radius: 50%; background: rgb(255, 255, 255); border: 2px solid var(--tg-accent-soft); color: var(--tg-accent); font: 800 17px / 1 system-ui, sans-serif; display: grid; place-items: center;}
.tcp-graphic .sttl{font: 700 14px / 1.3 system-ui, sans-serif; color: var(--tg-ink);}
.tcp-graphic .conn{flex: 0 0 40px; display: flex; align-items: center; justify-content: center; color: rgb(199, 188, 170); padding-top: 21px;}
.tcp-graphic .toggle{width: 54px; height: 30px; border-radius: 999px; background: rgb(207, 212, 218); position: relative;}
.tcp-graphic .toggle.on{background: var(--tg-positive);}
.tcp-graphic .toggle .knob{position: absolute; top: 3px; left: 3px; width: 24px; height: 24px; border-radius: 50%; background: rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 3px;}
.tcp-graphic .toggle.anim{animation: 4s ease-in-out 0s infinite normal none running tgbg;}
.tcp-graphic .toggle.anim .knob{animation: 4s ease-in-out 0s infinite normal none running tgknob;}
@keyframes tgbg { 
  0%, 32% { background: rgb(207, 212, 218); }
  48%, 100% { background: var(--positive); }
}
@keyframes tgknob { 
  0%, 32% { left: 3px; }
  48%, 100% { left: 27px; }
}
.tcp-graphic .badge24{background: var(--tg-accent); color: rgb(255, 255, 255); font: 800 13px / 1 system-ui, sans-serif; padding: 6px 12px; border-radius: 999px;}
.tcp-graphic .chips6{display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-top: 6px;}
.tcp-graphic .chip6{display: inline-flex; align-items: center; gap: 6px; background: var(--tg-positive-100); color: #9C4222; border: 1px solid rgba(192,74,45,0.20); font: 600 12.5px / 1 system-ui, sans-serif; padding: 7px 12px; border-radius: 999px;}
.tcp-graphic .emblem{position: relative; width: 260px; height: 260px; display: grid; place-items: center;}
.tcp-graphic .ering{position: absolute; inset: 0px;}
.tcp-graphic .estar{position: absolute; left: 50%; top: 50%; width: 11px; height: 11px; margin: -5.5px; border-radius: 50%; background: var(--tg-accent);}
.tcp-graphic .ecore{width: 188px; height: 188px; border-radius: 50%; background: rgb(255, 255, 255); border: 1px solid var(--tg-sand-line); box-shadow: rgba(80, 55, 30, 0.5) 0px 18px 36px -22px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; text-align: center; padding: 18px;}
.tcp-graphic .ecore .k{font: 800 13px / 1 system-ui, sans-serif; letter-spacing: 1.5px; color: var(--tg-cap);}
.tcp-graphic .ecore .case{font: 800 34px / 1 system-ui, sans-serif; color: var(--tg-accent); letter-spacing: 0.5px;}
.tcp-graphic .ecore .sub{font: 600 11.5px / 1.4 system-ui, sans-serif; color: var(--tg-cap-faint);}
.tcp-graphic .invoice{width: 430px; max-width: 100%; background: rgb(255, 255, 255); border: 1px solid var(--tg-gborder); border-radius: 14px; overflow: hidden; font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; box-shadow: rgba(60, 40, 20, 0.55) 0px 22px 42px -26px;}
.tcp-graphic .inv-h{padding: 16px 20px; border-bottom: 1px solid rgb(238, 238, 238); display: flex; align-items: baseline; justify-content: space-between;}
.tcp-graphic .inv-h .a{font: 800 16px / 1 system-ui; color: var(--tg-ink);}
.tcp-graphic .inv-h .b{font: 600 12px / 1 system-ui; color: var(--tg-cap-faint);}
.tcp-graphic .inv-row{display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 14px; padding: 13px 20px; border-bottom: 1px solid rgb(241, 241, 241); font-size: 14px; color: var(--tg-ink);}
.tcp-graphic .inv-row .num{font-weight: 700;}
.tcp-graphic .inv-row .same{font: 700 11px / 1 system-ui; color: var(--tg-cap-faint); background: rgb(243, 241, 236); padding: 4px 8px; border-radius: 999px;}
.tcp-graphic .inv-row.hl{background: var(--tg-accent-100);}
.tcp-graphic .inv-row.hl .same{color: rgb(255, 255, 255); background: var(--tg-accent);}
.tcp-graphic .inv-total{display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; background: var(--tg-positive-100);}
.tcp-graphic .inv-total .l{font: 700 14px / 1 system-ui; color: #9C4222;}
.tcp-graphic .inv-total .l small{display: block; font: 600 12px / 1 system-ui; color: rgb(63, 122, 94); margin-top: 4px;}
.tcp-graphic .inv-total .pct{font: 800 22px / 1 system-ui; color: var(--tg-positive);}
.tcp-graphic .serp{position: relative; width: 100%; max-width: 760px; padding: 20px 4px 64px;}
.tcp-graphic .serprow{display: flex; gap: 14px; justify-content: center;}
.tcp-graphic .lens{position: absolute; width: 120px; height: 120px; border-radius: 50%; border: 4px solid var(--tg-accent); box-shadow: rgb(255, 255, 255) 0px 0px 0px 3px, rgba(0, 0, 0, 0.4) 0px 14px 26px -10px; background: rgba(255, 255, 255, 0.04); left: calc(50% - 18px); top: 84px; animation: 4s ease-in-out 0s infinite normal none running lensbob;}
.tcp-graphic .lens::after{content: ""; position: absolute; right: -22px; bottom: -14px; width: 26px; height: 7px; border-radius: 4px; background: var(--tg-accent); transform: rotate(45deg); transform-origin: left center;}
.tcp-graphic .callout{position: absolute; left: 50%; bottom: 6px; transform: translate(-50%, 0px); background: rgb(255, 255, 255); border: 1px solid var(--tg-gborder); border-radius: 10px; padding: 9px 16px; box-shadow: rgba(0, 0, 0, 0.35) 0px 14px 26px -12px; font: 700 18px / 1 Arial, sans-serif; color: var(--tg-visited); animation: 4s ease-in-out 0s infinite normal none running calloutpulse;}
@keyframes lensbob { 
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-7px); }
}
@keyframes calloutpulse { 
  0%, 100% { transform: translate(-50%, 0px) scale(1); }
  50% { transform: translate(-50%, 0px) scale(1.05); }
}
.tcp-graphic .dash{width: 640px; max-width: 100%; background: rgb(255, 255, 255); border: 1px solid var(--tg-gborder); border-radius: 16px; overflow: hidden; font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; box-shadow: rgba(60, 40, 20, 0.55) 0px 22px 42px -26px;}
.tcp-graphic .dash-top{display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; border-bottom: 1px solid rgb(238, 238, 238);}
.tcp-graphic .dash-top .ttl{font: 800 15px / 1 system-ui; color: var(--tg-ink);}
.tcp-graphic .csst{display: inline-flex; align-items: center; gap: 9px; font: 700 12px / 1 system-ui; color: var(--tg-cap);}
.tcp-graphic .dash-body{display: grid; grid-template-columns: 150px 1fr;}
.tcp-graphic .dash-nav{border-right: 1px solid rgb(240, 240, 240); padding: 12px; display: flex; flex-direction: column; gap: 4px;}
.tcp-graphic .navit{display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 9px 10px; border-radius: 8px; font: 600 13px / 1 system-ui; color: var(--tg-cap);}
.tcp-graphic .navit.lock{color: var(--tg-cap-faint);}
.tcp-graphic .dash-main{padding: 12px; display: flex; flex-direction: column; gap: 8px;}
.tcp-graphic .crow{display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 12px; padding: 11px 12px; border: 1px solid rgb(240, 240, 240); border-radius: 9px; background: rgb(251, 251, 250);}
.tcp-graphic .crow .cn{font: 700 13px / 1 system-ui; color: var(--tg-ink);}
.tcp-graphic .crow .cb{font: 600 12px / 1 system-ui; color: var(--tg-cap-faint);}
.tcp-graphic .crow .st{display: inline-flex; align-items: center; gap: 5px; font: 700 11px / 1 system-ui; color: #9C4222; background: var(--tg-positive-100); padding: 5px 9px; border-radius: 999px;}
.tcp-graphic .dash-headline{padding: 14px 18px; border-top: 1px solid rgb(238, 238, 238); background: var(--tg-sand-bg); font: 800 15px / 1.35 system-ui; color: var(--tg-ink);}
.tcp-graphic .dash-headline em{color: var(--tg-accent); font-style: normal;}
.tcp-graphic .lockico{color: var(--tg-cap-faint);}
@media (prefers-reduced-motion: reduce) {.tcp-graphic .spin{transform: rotateY(-7deg) rotateX(3deg); animation: auto ease 0s 1 normal none running none !important;}.tcp-graphic .cpcfill{animation: auto ease 0s 1 normal none running none; transform: scaleX(1);}.tcp-graphic .track{animation: auto ease 0s 1 normal none running none;}.tcp-graphic .byswap .b0{animation: auto ease 0s 1 normal none running none; opacity: 0;}.tcp-graphic .byswap .b1{animation: auto ease 0s 1 normal none running none; opacity: 1;}.tcp-graphic .toggle.anim{animation: auto ease 0s 1 normal none running none; background: var(--positive);}.tcp-graphic .toggle.anim .knob{animation: auto ease 0s 1 normal none running none; left: 27px;}.tcp-graphic .lens{animation: auto ease 0s 1 normal none running none;}.tcp-graphic .callout{animation: auto ease 0s 1 normal none running none; opacity: 1;}.tcp-graphic .rbar{transform: scaleY(1); animation: auto ease 0s 1 normal none running none;}.tcp-graphic .ymonths span{transform: scaleY(1); animation: auto ease 0s 1 normal none running none;}.tcp-graphic .seg.gone{animation: auto ease 0s 1 normal none running none;}.tcp-graphic .farrow .cut{animation: auto ease 0s 1 normal none running none;}.tcp-graphic .slider .knob{animation: auto ease 0s 1 normal none running none;}.tcp-graphic .riskseal{animation: auto ease 0s 1 normal none running none;}.tcp-graphic .riskseal::before{animation: auto ease 0s 1 normal none running none;}.tcp-graphic .arow.win{animation: auto ease 0s 1 normal none running none;}}
.tcp-graphic .spin{transform-style: preserve-3d; animation: 7s ease-in-out 0s infinite normal none running spin; will-change: transform; border-radius: 12px;}
@keyframes spin { 
  0% { transform: rotateY(-12deg) rotateX(3deg); box-shadow: rgba(60, 40, 20, 0.22) 20px 24px 44px; }
  50% { transform: rotateY(12deg) rotateX(-2deg); box-shadow: rgba(60, 40, 20, 0.22) -20px 24px 44px; }
  100% { transform: rotateY(-12deg) rotateX(3deg); box-shadow: rgba(60, 40, 20, 0.22) 20px 24px 44px; }
}
.tcp-graphic .tile-3d{perspective: 1600px; perspective-origin: 50% 42%;}
.tcp-graphic .chart{width: 660px; max-width: 100%;}
.tcp-graphic .chart svg{width: 100%; height: auto; display: block;}
.tcp-graphic .chart-legend{display: flex; gap: 20px; justify-content: center; margin-top: 14px; font-family: system-ui, sans-serif;}
.tcp-graphic .lg{display: inline-flex; align-items: center; gap: 7px; font: 600 12.5px / 1 system-ui, sans-serif; color: var(--tg-cap);}
.tcp-graphic .lg .sw{width: 14px; height: 3px; border-radius: 2px;}
.tcp-graphic .switchlab{font: 700 11px / 1 system-ui, sans-serif; fill: var(--tg-accent);}
.tcp-graphic .axislab{font: 600 11px / 1 system-ui, sans-serif; fill: var(--tg-cap-faint);}
.tcp-graphic .vallab{font: 800 13px / 1 system-ui, sans-serif;}
.tcp-graphic .roas{display: flex; align-items: flex-end; gap: 30px;}
.tcp-graphic .rcol{display: flex; flex-direction: column; align-items: center; gap: 12px;}
.tcp-graphic .rval{font: 800 22px / 1 system-ui, sans-serif;}
.tcp-graphic .rval.g{color: rgb(154, 160, 166);}
.tcp-graphic .rval.p{color: var(--tg-positive);}
.tcp-graphic .rbar{width: 104px; border-radius: 11px 11px 0px 0px; transform-origin: center bottom; transform: scaleY(0);}
.tcp-graphic .in .rbar{animation: 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0s 1 normal forwards running riseY;}
.tcp-graphic .rbar.g{height: 150px; background: rgb(185, 189, 194);}
.tcp-graphic .rbar.p{height: 188px; background: var(--tg-positive); animation-delay: 0.12s;}
@keyframes riseY { 
  0% { transform: scaleY(0); }
  100% { transform: scaleY(1); }
}
.tcp-graphic .rcap{font: 700 13px / 1.3 system-ui, sans-serif; color: var(--tg-cap); text-align: center;}
.tcp-graphic .rdelta{align-self: center; display: flex; flex-direction: column; align-items: center; gap: 5px; padding-bottom: 60px;}
.tcp-graphic .rdelta .p{display: inline-flex; align-items: center; gap: 5px; background: var(--tg-positive-100); color: #9C4222; border: 1px solid rgba(192,74,45,0.20); font: 800 15px / 1 system-ui, sans-serif; padding: 7px 13px; border-radius: 999px;}
.tcp-graphic .rdelta .s{font: 600 11px / 1 system-ui, sans-serif; color: var(--tg-cap-faint); text-transform: uppercase; letter-spacing: 0.4px;}
.tcp-graphic .stack{width: 560px; max-width: 100%; display: flex; flex-direction: column; gap: 22px; font-family: system-ui, sans-serif;}
.tcp-graphic .srow{display: flex; flex-direction: column; gap: 9px;}
.tcp-graphic .srow .sh{display: flex; justify-content: space-between; align-items: baseline; font: 700 13px / 1 system-ui, sans-serif; color: var(--tg-ink);}
.tcp-graphic .sbar{height: 48px; border-radius: 11px; display: flex; overflow: hidden; border: 1px solid var(--tg-sand-line);}
.tcp-graphic .seg{display: flex; align-items: center; justify-content: center; font: 700 12.5px / 1 system-ui, sans-serif; color: rgb(255, 255, 255); text-align: center;}
.tcp-graphic .seg.base{background: rgb(125, 136, 147); flex: 0 0 80%;}
.tcp-graphic .seg.margin{background: var(--tg-accent); flex: 0 0 20%;}
.tcp-graphic .seg.gone{background: repeating-linear-gradient(45deg, rgb(239, 230, 221), rgb(239, 230, 221) 7px, rgb(228, 216, 204) 7px, rgb(228, 216, 204) 14px) 0% 0% / 200% 200%; color: var(--tg-cap-faint); flex: 0 0 20%; border-left: 2px dashed var(--tg-accent-soft); animation: 3.5s linear 0s infinite normal none running hatch;}
@keyframes hatch { 
  0% { background-position: 0px 0px; }
  100% { background-position: 40px 40px; }
}
.tcp-graphic .seg.full{background: var(--tg-positive); flex: 1 1 0%;}
.tcp-graphic .snote{font: 600 12.5px / 1.4 system-ui, sans-serif; color: var(--tg-cap); text-align: center;}
.tcp-graphic .snote em{color: var(--tg-accent); font-style: normal; font-weight: 800;}
.tcp-graphic .flow{display: flex; align-items: center; gap: 0px; flex-wrap: wrap; justify-content: center; font-family: system-ui, sans-serif;}
.tcp-graphic .fnode{display: flex; flex-direction: column; align-items: center; gap: 9px; text-align: center; padding: 0px 6px;}
.tcp-graphic .fbox{width: 120px; height: 84px; border-radius: 14px; background: rgb(255, 255, 255); border: 1px solid var(--tg-sand-line); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; box-shadow: rgba(80, 55, 30, 0.5) 0px 14px 30px -22px; color: var(--tg-accent);}
.tcp-graphic .fbox.goog{color: var(--tg-gray);}
.tcp-graphic .flab{font: 700 12.5px / 1.2 system-ui, sans-serif; color: var(--tg-ink);}
.tcp-graphic .farrow{flex: 0 0 64px; display: flex; flex-direction: column; align-items: center; gap: 4px; color: rgb(199, 188, 170); position: relative;}
.tcp-graphic .farrow .cut{position: absolute; top: -30px; left: 50%; transform: translateX(-50%); white-space: nowrap; background: var(--tg-accent); color: rgb(255, 255, 255); font: 800 11px / 1 system-ui, sans-serif; padding: 5px 9px; border-radius: 999px; animation: 2.4s ease-in-out 0s infinite normal none running cutpulse;}
@keyframes cutpulse { 
  0%, 100% { transform: translateX(-50%) translateY(0px); }
  50% { transform: translateX(-50%) translateY(-3px); }
}
.tcp-graphic .farrow .cut::after{content: ""; position: absolute; left: 50%; top: 100%; transform: translateX(-50%); border-width: 5px; border-style: solid; border-right-color: transparent; border-bottom-color: transparent; border-left-color: transparent; border-image: initial; border-top-color: var(--tg-accent);}
.tcp-graphic .calc{width: 430px; max-width: 100%; background: rgb(255, 255, 255); border: 1px solid var(--tg-sand-line); border-radius: 16px; padding: 24px; display: flex; flex-direction: column; gap: 18px; box-shadow: rgba(60, 40, 20, 0.55) 0px 22px 42px -26px; font-family: system-ui, sans-serif;}
.tcp-graphic .calc .clab{font: 700 12px / 1 system-ui, sans-serif; text-transform: uppercase; letter-spacing: 0.5px; color: var(--tg-cap-faint);}
.tcp-graphic .calc .cin{display: flex; align-items: baseline; justify-content: space-between;}
.tcp-graphic .calc .cin .v{font: 800 26px / 1 system-ui, sans-serif; color: var(--tg-ink); white-space: nowrap;}
.tcp-graphic .slider{height: 8px; border-radius: 999px; background: rgb(239, 234, 225); position: relative;}
.tcp-graphic .slider .fill{position: absolute; left: 0px; top: 0px; bottom: 0px; width: 62%; border-radius: 999px; background: var(--tg-accent);}
.tcp-graphic .slider .knob{position: absolute; left: 62%; top: 50%; width: 22px; height: 22px; border-radius: 50%; background: rgb(255, 255, 255); border: 3px solid var(--tg-accent); transform: translate(-50%, -50%); box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px; animation: 2.6s ease-in-out 0s infinite normal none running knobpulse;}
@keyframes knobpulse { 
  0%, 100% { box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px, rgba(194, 90, 51, 0.4) 0px 0px 0px 0px; }
  50% { box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px, rgba(194, 90, 51, 0) 0px 0px 0px 7px; }
}
.tcp-graphic .calc .out{background: var(--tg-positive-100); border: 1px solid rgba(192,74,45,0.20); border-radius: 12px; padding: 16px 18px; display: flex; flex-direction: column; gap: 4px;}
.tcp-graphic .calc .out .ol{font: 700 12px / 1 system-ui, sans-serif; color: #9C4222; text-transform: uppercase; letter-spacing: 0.4px;}
.tcp-graphic .calc .out .ov{font: 800 30px / 1 system-ui, sans-serif; color: var(--tg-positive);}
.tcp-graphic .calc .out .os{font: 600 12px / 1 system-ui, sans-serif; color: rgb(63, 122, 94);}
.tcp-graphic .yearly{display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; font-family: system-ui, sans-serif;}
.tcp-graphic .yearly .yl{font: 700 12px / 1 system-ui, sans-serif; text-transform: uppercase; letter-spacing: 0.7px; color: var(--tg-cap-faint);}
.tcp-graphic .yearly .yv{font: 800 76px / 1 system-ui, sans-serif; color: var(--tg-accent); letter-spacing: -1px;}
.tcp-graphic .yearly .yu{font: 700 18px / 1 system-ui, sans-serif; color: var(--tg-ink);}
.tcp-graphic .yearly .ys{font: 600 13px / 1.4 system-ui, sans-serif; color: var(--tg-cap); max-width: 380px; margin-top: 4px;}
.tcp-graphic .ymonths{display: flex; gap: 5px; margin-top: 8px; align-items: flex-end;}
.tcp-graphic .ymonths span{width: 13px; height: 36px; border-radius: 3px; background: linear-gradient(to top,var(--tg-accent-soft),var(--tg-accent)); opacity: 0.85; transform-origin: center bottom; transform: scaleY(0);}
.tcp-graphic .in .ymonths span{animation: 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0s 1 normal forwards running riseY;}
.tcp-graphic .already{display: flex; align-items: stretch; gap: 22px; font-family: system-ui, sans-serif;}
.tcp-graphic .acard{width: 250px; border-radius: 14px; padding: 20px; display: flex; flex-direction: column; gap: 12px;}
.tcp-graphic .acard.now{background: rgb(255, 255, 255); border: 1px solid var(--tg-sand-line);}
.tcp-graphic .acard.next{background: var(--tg-positive-100); border: 1px solid rgba(192,74,45,0.20);}
.tcp-graphic .acard .at{font: 700 12px / 1 system-ui, sans-serif; text-transform: uppercase; letter-spacing: 0.5px;}
.tcp-graphic .acard.now .at{color: var(--tg-cap-faint);}
.tcp-graphic .acard.next .at{color: #9C4222;}
.tcp-graphic .acard .abig{font: 800 30px / 1 system-ui, sans-serif;}
.tcp-graphic .acard.now .abig{color: var(--tg-gray);}
.tcp-graphic .acard.next .abig{color: var(--tg-positive);}
.tcp-graphic .acard .ad2{font: 600 12.5px / 1.4 system-ui, sans-serif; color: var(--tg-cap);}
.tcp-graphic .aarrow{align-self: center; display: flex; align-items: center; color: rgb(199, 188, 170);}
.tcp-graphic .myths{display: flex; flex-direction: column; gap: 12px; width: 600px; max-width: 100%; font-family: system-ui, sans-serif;}
.tcp-graphic .myth{display: grid; grid-template-columns: 1fr 1fr; gap: 0px; border: 1px solid var(--tg-sand-line); border-radius: 13px; overflow: hidden; background: rgb(255, 255, 255);}
.tcp-graphic .myth .m{padding: 15px 17px; display: flex; gap: 10px; align-items: flex-start;}
.tcp-graphic .myth .m.q{background: rgb(251, 243, 238); border-right: 1px solid var(--tg-sand-line);}
.tcp-graphic .myth .m .ic{flex: 0 0 auto; margin-top: 1px;}
.tcp-graphic .myth .m .tx{font: 600 13px / 1.4 system-ui, sans-serif;}
.tcp-graphic .myth .m.q .tx{color: var(--tg-cap);}
.tcp-graphic .myth .m.a .tx{color: var(--tg-ink); font-weight: 700;}
.tcp-graphic .myth .m.a .tx em{color: var(--tg-positive); font-style: normal;}
.tcp-graphic .riskwrap{display: flex; flex-direction: column; align-items: center; gap: 20px; font-family: system-ui, sans-serif;}
.tcp-graphic .riskseal{width: 150px; height: 150px; border-radius: 50%; background: var(--tg-accent); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; color: rgb(255, 255, 255); box-shadow: rgba(194, 90, 51, 0.7) 0px 20px 40px -20px; position: relative; animation: 4s ease-in-out 0s infinite normal none running sealbob;}
.tcp-graphic .riskseal::before{content: ""; position: absolute; inset: -9px; border-radius: 50%; border: 2px dashed var(--tg-accent-soft); animation: 14s linear 0s infinite normal none running spinring;}
@keyframes sealbob { 
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-6px); }
}
@keyframes spinring { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.tcp-graphic .riskseal .rk{font: 800 30px / 1 system-ui, sans-serif;}
.tcp-graphic .riskseal .rs{font: 700 11px / 1.2 system-ui, sans-serif; text-transform: uppercase; letter-spacing: 0.6px; text-align: center; opacity: 0.95;}
.tcp-graphic .riskchips{display: flex; gap: 12px; flex-wrap: wrap; justify-content: center;}
.tcp-graphic .rchip{display: inline-flex; align-items: center; gap: 8px; background: rgb(255, 255, 255); border: 1px solid var(--tg-sand-line); border-radius: 999px; padding: 10px 16px; font: 700 13px / 1 system-ui, sans-serif; color: var(--tg-ink); box-shadow: rgba(80, 55, 30, 0.5) 0px 10px 24px -18px;}
.tcp-graphic .auction{display: flex; flex-direction: column; gap: 14px; width: 560px; max-width: 100%; font-family: system-ui, sans-serif;}
.tcp-graphic .arow{display: flex; align-items: center; gap: 14px; padding: 13px 16px; border-radius: 12px; background: rgb(255, 255, 255); border: 1px solid var(--tg-sand-line);}
.tcp-graphic .arow.win{border-color: var(--tg-accent-soft); box-shadow: inset 0 0 0 1px var(--tg-accent-soft); animation: 2.6s ease-in-out 0s infinite normal none running winglow;}
@keyframes winglow { 
  0%, 100% { box-shadow: inset 0 0 0 1px var(--accent-soft),0 0 0 0 rgba(194,90,51,.28); }
  50% { box-shadow: inset 0 0 0 1px var(--accent-soft),0 0 0 6px rgba(194,90,51,0); }
}
.tcp-graphic .arank{width: 30px; height: 30px; border-radius: 8px; background: rgb(238, 240, 243); color: var(--tg-cap); font: 800 14px / 1 system-ui, sans-serif; display: grid; place-items: center; flex: 0 0 auto;}
.tcp-graphic .arow.win .arank{background: var(--tg-accent); color: rgb(255, 255, 255);}
.tcp-graphic .aname{flex: 1 1 0%; font: 700 13px / 1.2 system-ui, sans-serif; color: var(--tg-ink);}
.tcp-graphic .aname small{display: block; font: 600 11.5px / 1 system-ui, sans-serif; color: var(--tg-cap-faint); margin-top: 3px;}
.tcp-graphic .acpc{font: 800 15px / 1 system-ui, sans-serif; color: var(--tg-ink);}
.tcp-graphic .arow.win .acpc{color: var(--tg-positive);}
.tcp-graphic .afoot{font: 600 12.5px / 1.4 system-ui, sans-serif; color: var(--tg-cap); text-align: center;}
.tcp-graphic .afoot em{color: var(--tg-accent); font-style: normal; font-weight: 800;}
@media (max-width: 900px) {.tcp-graphic .split3, .tcp-graphic .compare, .tcp-graphic .steps{flex-direction: column; align-items: center;}.tcp-graphic .eqwrap, .tcp-graphic .neq{padding-top: 0px;}.tcp-graphic .conn{transform: rotate(90deg);}}
/* ---- H-02 figure wrapper + caption (replaces bundle .cell/.cap chrome) ---- */
.tcp-graphic { margin: 0 0 8px; display: flex; flex-direction: column; gap: 14px; max-width: 640px; font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; }
.tcp-graphic .tile { background: var(--tg-sand-tile); border: 1px solid var(--tg-sand-line); border-radius: 20px; box-shadow: rgba(60,40,20,.04) 0 1px 2px, rgba(80,55,30,.16) 0 18px 40px -30px; display: grid; place-items: center; overflow: hidden; padding: 34px 26px; }
.tcp-graphic .tg-cap { display: flex; flex-direction: column; gap: 7px; padding: 0 4px; }
.tcp-graphic .tg-cap-row { display: flex; align-items: center; gap: 9px; }
.tcp-graphic .tg-no { font-weight: 800; font-size: 12px; color: #fff; background: var(--tg-accent); width: 24px; height: 24px; border-radius: 7px; display: grid; place-items: center; flex: 0 0 auto; letter-spacing: .3px; }
.tcp-graphic .tg-tag { font-size: 10.5px; font-weight: 700; letter-spacing: .7px; text-transform: uppercase; color: var(--terracotta-700); background: #fff; border: 1px solid var(--tg-accent-soft); padding: 2px 9px; border-radius: 999px; }
.tcp-graphic .tg-cap b { font-size: 15.5px; color: #241f1a; line-height: 1.3; }
.tcp-graphic .tg-d { font-size: 13px; line-height: 1.5; color: var(--tg-cap); text-wrap: pretty; }
.tcp-graphic .tg-ex { color: var(--tg-cap-faint); font-style: italic; }

@media (prefers-reduced-motion: reduce) {
  .tcp-graphic *, .tcp-graphic *::before, .tcp-graphic *::after { animation: none !important; transition: none !important; }
}
@media (max-width: 560px) {
  .tcp-graphic .tile { padding: 24px 16px; border-radius: 16px; }
  .tcp-graphic { max-width: 100%; }
}

/* ============================================================
   WOW-graphics-I (I-02): make the strongest proof graphics
   large + dominant. Append-only, brand-safe, WCAG AA.
   Widening is driven by marker classes on the .tile so the
   figcaption (built by graphics.py) stays untouched.
   Accent badge text uses var(--terracotta-700)/#A8451F on terracotta and
   #1F5D42 green on green-100 to clear 4.5:1 on small labels.
   ============================================================ */
:root{ --tg-accent-ink:var(--terracotta-700); --tg-accent-deep:#A8451F; --tg-positive-deep:#9C4222; }

/* -- wider canvas for hero/dominant graphics -- */
.tcp-graphic:has(.tg-wide){ max-width: 920px; }
.tcp-graphic:has(.tg-cmp-xl), .tcp-graphic:has(.compare), .tcp-graphic:has(.tg-sbs){ max-width: 920px; }
.tcp-graphic:has(.tg-wide-sm){ max-width: 720px; }
.tcp-graphic:has(.tg-hero){ max-width: 700px; }
.tcp-graphic:has(.tg-wide) .tile,
.tcp-graphic:has(.tg-wide-sm) .tile,
.tcp-graphic:has(.tg-hero) .tile{ padding: 46px 40px; }

/* ===== #1 HERO  sender swap By Google -> By TheCSSPartner ===== */
.tcp-graphic:has(.tg-hero-01){ max-width: 540px; }
.tcp-graphic .tg-hero-01{ position: relative; padding: 50px 60px; }
.tcp-graphic .hero01-stage{ position: relative; width: max-content; margin: 0 auto; }
.tcp-graphic .gcard-xl{ width: 360px; padding: 18px 18px 22px; border-radius: 16px; }
.tcp-graphic .gcard-xl .photo{ height: 270px; }
.tcp-graphic .gcard-xl .title{ font-size: 21px; line-height: 28px; }
.tcp-graphic .gcard-xl .price{ font-size: 24px; }
.tcp-graphic .gcard-xl .merchant{ font-size: 18px; }
.tcp-graphic .gcard-xl .ship{ font-size: 18px; }
.tcp-graphic .gcard-xl .by{ font-size: 22px; font-weight: 700; }
.tcp-graphic .byswap-xl{ min-height: 30px; }
.tcp-graphic .byswap-xl span{ font-size: 22px; font-weight: 700; }
.tcp-graphic .byswap-xl .b1{ color: var(--tg-accent-ink); }
.tcp-graphic .byswap-xl::before{ inset: -6px -9px; border-radius: 7px; }
.tcp-graphic .hero01-badge{
  position: absolute; top: 50%; right: -34px; transform: translateY(-50%); z-index: 3;
  display: flex; flex-direction: column; align-items: center; gap: 1px;
  width: 96px; height: 96px; border-radius: 50%;
  background: var(--tg-positive); color: #fff;
  box-shadow: rgba(47,125,91,.45) 0 16px 30px -12px, 0 0 0 5px var(--tg-sand-tile);
  justify-content: center; line-height: 1;
}
.tcp-graphic .hero01-badge .h01-arrow{ font: 800 18px/1 system-ui, sans-serif; opacity: .9; }
.tcp-graphic .hero01-badge .h01-pct{ font: 800 27px/1 system-ui, sans-serif; }
.tcp-graphic .hero01-badge .h01-cpc{ font: 800 11px/1 system-ui, sans-serif; letter-spacing: 1px; opacity: .92; }

/* ===== #4 SIDE BY SIDE  vs-google dominant comparison ===== */
.tcp-graphic .cmp-head{ display: flex; align-items: center; gap: 8px; font: 800 14px/1 system-ui, sans-serif; letter-spacing: .2px; }
.tcp-graphic .cmp-head.g{ color: var(--tg-cap); }
.tcp-graphic .cmp-head.ours{ color: var(--tg-accent-ink); }
.tcp-graphic .cmp-dot{ width: 11px; height: 11px; border-radius: 50%; }
.tcp-graphic .cmp-dot.g{ background: #9aa0a6; }
.tcp-graphic .cmp-dot.ours{ background: var(--tg-accent); }
.tcp-graphic .tg-cmp-xl .compare{ gap: 38px; align-items: stretch; }
.tcp-graphic .tg-cmp-xl .gcard{ width: 300px; }
.tcp-graphic .tg-cmp-xl .gcard .photo{ height: 226px; }
.tcp-graphic .tg-cmp-xl .gcard .title{ font-size: 19px; line-height: 26px; }
.tcp-graphic .tg-cmp-xl .gcard .price{ font-size: 20px; }
.tcp-graphic .tg-cmp-xl .stat{ width: 300px; }
.tcp-graphic .tg-cmp-xl .chip{ padding: 11px 15px; font-size: 15px; border-radius: 11px; }
.tcp-graphic .tg-cmp-xl .chip .v{ font-size: 17px; }
.tcp-graphic .tg-cmp-xl .vtag{ font-size: 12.5px; }
.tcp-graphic .tg-cmp-xl .chip.good{ color: var(--tg-positive-deep); }
.tcp-graphic .tg-cmp-xl .eqwrap{ padding-top: 130px; }
.tcp-graphic .tg-cmp-xl .eqwrap .m{ font-size: 54px; color: #7d7059; }
.tcp-graphic .tg-cmp-xl .eqwrap .s{ color: var(--tg-cap); }
.tcp-graphic .tg-cmp-xl .budgetbar{ padding: 20px 30px; gap: 18px 24px; }
.tcp-graphic .tg-cmp-xl .budgetbar .val{ font-size: 27px; }
.tcp-graphic .tg-cmp-xl .budgetbar .lab{ color: var(--tg-cap); }
.tcp-graphic .tg-cmp-xl .budgetbar .note{ color: var(--tg-cap); }
.tcp-graphic .tg-cmp-xl .budgetbar .note em{ color: var(--tg-accent-ink); }
.tcp-graphic .tg-cmp-xl .budgetbar .same{ color: var(--tg-positive-deep); }

/* ===== #7 EU AUTHORITY EMBLEM ===== */
.tcp-graphic .tg-eu-xl{ flex-direction: column; gap: 26px; }
.tcp-graphic .emblem-xl{ width: 320px; height: 320px; }
.tcp-graphic .emblem-xl .estar{
  width: 14px; height: 14px; margin: -7px;
  background: var(--tg-accent); box-shadow: 0 1px 2px rgba(140,60,30,.35);
}
.tcp-graphic .emblem-xl .ecore{
  width: 228px; height: 228px; gap: 8px; padding: 24px;
  box-shadow: rgba(80,55,30,.28) 0 22px 44px -22px, inset 0 0 0 6px #faf7f1;
}
.tcp-graphic .emblem-xl .ecore .k{ font-size: 14px; letter-spacing: 2px; color: var(--tg-accent-ink); }
.tcp-graphic .emblem-xl .ecore .case{ font-size: 44px; color: var(--tg-accent); }
.tcp-graphic .emblem-xl .ecore .sub{ font-size: 13px; color: var(--tg-cap); }
.tcp-graphic .eu-fine{
  display: inline-flex; flex-direction: column; align-items: center; gap: 3px;
  background: #fff; border: 1px solid var(--tg-sand-line); border-radius: 14px;
  padding: 13px 26px; box-shadow: rgba(80,55,30,.18) 0 14px 30px -20px;
}
.tcp-graphic .eu-fine .euf-amt{ font: 800 30px/1 system-ui, sans-serif; color: var(--tg-accent); letter-spacing: .3px; }
.tcp-graphic .eu-fine .euf-lab{ font: 700 11.5px/1 system-ui, sans-serif; letter-spacing: .6px; text-transform: uppercase; color: var(--tg-cap); }

/* ===== #8 INVOICE PROOF (fix invisible active badge + scale) ===== */
.tcp-graphic .invoice-xl{ width: 560px; }
.tcp-graphic .invoice-xl .inv-h{ padding: 20px 26px; }
.tcp-graphic .invoice-xl .inv-h .a{ font-size: 19px; }
.tcp-graphic .invoice-xl .inv-h .b{ font-size: 13px; color: var(--tg-cap); }
.tcp-graphic .invoice-xl .inv-row{ padding: 17px 26px; font-size: 16px; }
.tcp-graphic .invoice-xl .inv-row .num{ font-size: 17px; }
.tcp-graphic .invoice-xl .inv-row .same{ font-size: 12px; color: var(--tg-cap); background: #efece5; padding: 5px 11px; }
.tcp-graphic .invoice-xl .inv-row.hl{ background: var(--tg-accent-100); }
.tcp-graphic .invoice-xl .inv-row.hl .same{ color: #fff; background: var(--tg-accent-deep); }
.tcp-graphic .invoice-xl .inv-total{ padding: 22px 26px; }
.tcp-graphic .invoice-xl .inv-total .l{ font-size: 17px; color: var(--tg-positive-deep); }
.tcp-graphic .invoice-xl .inv-total .l small{ font-size: 14px; color: var(--tg-positive-deep); }
.tcp-graphic .invoice-xl .inv-total .pct{ font-size: 30px; color: var(--tg-positive-deep); }

/* ===== #11 BEFORE / AFTER CPC CURVE ===== */
.tcp-graphic .chart-xl{ width: 100%; max-width: 760px; }
.tcp-graphic .chart-xl .afterband{ fill: var(--positive-600); opacity: .055; }
.tcp-graphic .chart-xl .axislab{ font: 700 13px/1 system-ui, sans-serif; fill: var(--tg-cap); }
.tcp-graphic .chart-xl .switchtag rect{ fill: var(--tg-accent); }
.tcp-graphic .chart-xl .switchlab{ font: 800 12px/1 system-ui, sans-serif; fill: #fff; }
.tcp-graphic .chart-xl .cpcpin rect{ fill: #fff; stroke: var(--tg-positive); stroke-width: 1.4; }
.tcp-graphic .chart-xl .cpcpin text{ font: 800 14px/1 system-ui, sans-serif; fill: var(--tg-positive-deep); }
.tcp-graphic .chart-xl .chart-legend{ margin-top: 18px; font-size: 14px; }
.tcp-graphic .chart-xl .lg{ font-size: 14px; color: var(--tg-cap); }

/* ===== #15 CALCULATOR / ROI (saving dominates  Hormozi) ===== */
.tcp-graphic .calc-xl{ width: 620px; padding: 34px 38px; gap: 26px; }
.tcp-graphic .calc-xl .calc-top{ display: flex; flex-direction: column; gap: 16px; }
.tcp-graphic .calc-xl .clab{ font-size: 13px; color: var(--tg-cap); }
.tcp-graphic .calc-xl .cin .v{ font-size: 30px; }
.tcp-graphic .calc-xl .cper{ font: 700 14px/1 system-ui, sans-serif; color: var(--tg-cap); }
.tcp-graphic .calc-xl .out-xl{ padding: 26px 30px; gap: 8px; align-items: flex-start; }
.tcp-graphic .calc-xl .out-xl .ol{ font-size: 13px; color: var(--tg-positive-deep); letter-spacing: .6px; }
.tcp-graphic .calc-xl .out-xl .ov{ font: 800 64px/0.98 system-ui, sans-serif; color: var(--tg-positive-deep); letter-spacing: -1px; display: flex; align-items: baseline; gap: 10px; }
.tcp-graphic .calc-xl .out-xl .ovper{ font: 800 24px/1 system-ui, sans-serif; color: var(--tg-positive); }
.tcp-graphic .calc-xl .out-xl .os{ font-size: 14px; color: var(--tg-positive-deep); }

/* ===== responsive: dominant graphics collapse cleanly on mobile ===== */
@media (max-width: 760px){
  .tcp-graphic:has(.tg-wide),
  .tcp-graphic:has(.tg-wide-sm),
  .tcp-graphic:has(.tg-hero),
  .tcp-graphic:has(.tg-hero-01){ max-width: 100%; }
  .tcp-graphic .tg-hero-01{ padding: 28px 16px; }
  .tcp-graphic:has(.tg-wide) .tile,
  .tcp-graphic:has(.tg-wide-sm) .tile,
  .tcp-graphic:has(.tg-hero) .tile{ padding: 26px 16px; }
  .tcp-graphic .hero01-stage{ width: 100%; max-width: 290px; box-sizing: border-box; }
  .tcp-graphic .gcard-xl{ width: 100%; max-width: 100%; box-sizing: border-box; }
  .tcp-graphic .gcard-xl .photo{ height: 200px; }
  .tcp-graphic .hero01-badge{ top: 6px; right: 6px; transform: none; width: 66px; height: 66px; }
  .tcp-graphic .hero01-badge .h01-arrow{ font-size: 14px; }
  .tcp-graphic .hero01-badge .h01-pct{ font-size: 20px; }
  .tcp-graphic .hero01-badge .h01-cpc{ font-size: 9.5px; }
  .tcp-graphic .tg-cmp-xl .compare{ flex-direction: column; align-items: center; gap: 22px; }
  .tcp-graphic .tg-cmp-xl .gcard,
  .tcp-graphic .tg-cmp-xl .stat{ width: 100%; max-width: 300px; }
  .tcp-graphic .tg-cmp-xl .eqwrap{ padding-top: 0; }
  .tcp-graphic .emblem-xl{ width: 260px; height: 260px; }
  .tcp-graphic .emblem-xl .ecore{ width: 188px; height: 188px; }
  .tcp-graphic .emblem-xl .ecore .case{ font-size: 36px; }
  .tcp-graphic .invoice-xl,
  .tcp-graphic .calc-xl{ width: 100%; }
  .tcp-graphic .invoice-xl .inv-h{ padding: 16px 16px; }
  .tcp-graphic .invoice-xl .inv-row{ padding: 13px 16px; gap: 8px; font-size: 14px; }
  .tcp-graphic .invoice-xl .inv-row .num{ font-size: 14px; }
  .tcp-graphic .invoice-xl .inv-row .same{ font-size: 10.5px; padding: 4px 8px; }
  .tcp-graphic .invoice-xl .inv-total{ padding: 18px 16px; }
  .tcp-graphic .calc-xl{ padding: 24px 20px; }
  .tcp-graphic .calc-xl .out-xl .ov{ font-size: 46px; }
  .tcp-graphic .chart-xl{ width: 100%; }
}

/* F-20c: ymonths stagger (was inline animation-delay) */
.tcp-graphic .ymonths span:nth-child(1){ animation-delay: 0.00s; }
.tcp-graphic .ymonths span:nth-child(2){ animation-delay: 0.06s; }
.tcp-graphic .ymonths span:nth-child(3){ animation-delay: 0.12s; }
.tcp-graphic .ymonths span:nth-child(4){ animation-delay: 0.18s; }
.tcp-graphic .ymonths span:nth-child(5){ animation-delay: 0.24s; }
.tcp-graphic .ymonths span:nth-child(6){ animation-delay: 0.30s; }
.tcp-graphic .ymonths span:nth-child(7){ animation-delay: 0.36s; }
.tcp-graphic .ymonths span:nth-child(8){ animation-delay: 0.42s; }
.tcp-graphic .ymonths span:nth-child(9){ animation-delay: 0.48s; }
.tcp-graphic .ymonths span:nth-child(10){ animation-delay: 0.54s; }
.tcp-graphic .ymonths span:nth-child(11){ animation-delay: 0.60s; }
.tcp-graphic .ymonths span:nth-child(12){ animation-delay: 0.66s; }


/* ======================================================================
   F-20d: Inline style conversion to CSS classes + nth-child rules
   (removes all style="..." from graphics/*.html snippets; render-identical)
   ====================================================================== */
.tcp-graphic .flex-col-center-gap30 { display: flex; flex-direction: column; gap: 30px; width: 100%; align-items: center; }
.tcp-graphic .flex-col-center-gap26 { display: flex; flex-direction: column; align-items: center; gap: 26px; width: 100%; }
.tcp-graphic .mini.fixed-w { width: 132px; }
.tcp-graphic .mbar.w42 { width: 42%; }
.tcp-graphic .mbar.bg-dfe2e6 { background: #dfe2e6; }
.tcp-graphic .mbar.bg-b9bcc0 { background: #b9bcc0; }
.tcp-graphic .text-gray { color: var(--gray); }
.tcp-graphic .text-visited { color: var(--visited); }
.tcp-graphic .text-positive { color: var(--positive); }
.tcp-graphic .sw.bg-2f7d5b { background: #c04a2d; }
.tcp-graphic .sw.bg-b9bdc2 { background: #b9bdc2; }
/* EU emblem star circular positioning (.ering has EXACTLY 12 .estar children, doc order 0deg..330deg) */
.tcp-graphic .ering .estar:nth-child(1)  { transform: translate(119.0px, 0.0px); }
.tcp-graphic .ering .estar:nth-child(2)  { transform: translate(103.1px, 59.5px); }
.tcp-graphic .ering .estar:nth-child(3)  { transform: translate(59.5px, 103.1px); }
.tcp-graphic .ering .estar:nth-child(4)  { transform: translate(0.0px, 119.0px); }
.tcp-graphic .ering .estar:nth-child(5)  { transform: translate(-59.5px, 103.1px); }
.tcp-graphic .ering .estar:nth-child(6)  { transform: translate(-103.1px, 59.5px); }
.tcp-graphic .ering .estar:nth-child(7)  { transform: translate(-119.0px, 0.0px); }
.tcp-graphic .ering .estar:nth-child(8)  { transform: translate(-103.1px, -59.5px); }
.tcp-graphic .ering .estar:nth-child(9)  { transform: translate(-59.5px, -103.1px); }
.tcp-graphic .ering .estar:nth-child(10) { transform: translate(-0.0px, -119.0px); }
.tcp-graphic .ering .estar:nth-child(11) { transform: translate(59.5px, -103.1px); }
.tcp-graphic .ering .estar:nth-child(12) { transform: translate(103.1px, -59.5px); }

/* ===== F-20d: vs-google comparison reflow via container-query (scoped to comparison figures only) ===== */
.tcp-graphic:has(.tg-cmp-xl) { container-type: inline-size; }
@container (max-width: 850px) {
  .tcp-graphic .tg-cmp-xl .compare { flex-direction: column; align-items: center; gap: 22px; }
  .tcp-graphic .tg-cmp-xl .gcard, .tcp-graphic .tg-cmp-xl .stat { width: 100%; max-width: 300px; }
  .tcp-graphic .tg-cmp-xl .eqwrap { padding-top: 0; }
}

/* F-21 Theme 4.14: ROAS comparison (#12) clipped its .tile at <=400px; shrink
   bars + gap so both columns fit without overflow. */
@media (max-width: 400px) {
  .tcp-graphic .roas { gap: 16px; }
  .tcp-graphic .roas .rbar { width: 68px; }
  .tcp-graphic .roas { max-width: 100%; }
}

/* ==========================================================================
   A-22: scroll-triggered activation for Magnus' graphic animations.
   The @keyframes (lensbob, sealbob, swglow, tgbg/tgknob, grow, spin, riseY, ...)
   already carry Magnus' timing/easing above. Here we (1) PAUSE every animation
   until its .tcp-graphic enters the viewport (graphics-anim.js adds .in-view) so
   off-screen graphics cost nothing and the loops are actually seen, and (2) wire
   the one-shot bar rises (riseY), which previously keyed off a ".in" ancestor
   that was never added, to the same .in-view wrapper class so they finally fire.
   graphics-anim.js also adds ".in" for backwards-compat with the original rules.
   prefers-reduced-motion is hard-disabled in the blocks above (animation: none).
   ========================================================================== */
/* Pause loops + one-shots until the graphic is in view (JS toggles .in-view).
   !important because several loop rules set the `animation` shorthand (which
   resets play-state to running) at higher specificity than a plain longhand. */
.tcp-graphic:not(.in-view) * { animation-play-state: paused !important; }
/* Bar rises: fire when the wrapper enters view (the legacy ".tcp-graphic .in
   <bar>" descendant rules never fired because ".in" was never added). */
.tcp-graphic.in-view .rbar { animation: 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0s 1 normal forwards running riseY; }
.tcp-graphic.in-view .ymonths span { animation: 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0s 1 normal forwards running riseY; }
/* No-JS fallback: if graphics-anim.js never runs, show the final rise state
   rather than leaving the content bars collapsed at scaleY(0). */
@media (scripting: none) {
  .tcp-graphic .rbar, .tcp-graphic .ymonths span { transform: scaleY(1); }
}
/* Reduced motion: no movement, show the end state. The blocks above already set
   animation: none !important for these elements; here we also neutralise the new
   in-view rises + make sure the pause rule never hides a content bar. */
@media (prefers-reduced-motion: reduce) {
  /* Blanket kill-switch: disable EVERY graphic animation (belt + suspenders on
     top of the per-element rules above, incl. any not individually listed). */
  .tcp-graphic *, .tcp-graphic *::before, .tcp-graphic *::after { animation: none !important; }
  .tcp-graphic.in-view .rbar,
  .tcp-graphic.in-view .ymonths span,
  .tcp-graphic .rbar, .tcp-graphic .ymonths span { transform: scaleY(1); }
}
