.cw-tgc,.cw-tgc *{box-sizing:border-box}.cw-tgc{--cw-purple:#431e85;--cw-purple-dark:#311460;--cw-purple-soft:#f3effa;--cw-green:#117744;--cw-border:#e3e3e8;--cw-text:#2d2d35;--cw-muted:#676775;max-width:1100px;margin:32px auto;border:1px solid var(--cw-border);border-radius:12px;background:#f8f8f8;box-shadow:0 8px 24px rgb(30 20 50 / .08);overflow:hidden;color:var(--cw-text);font-family:"Segoe UI",Arial,sans-serif}.cw-tgc__header{padding:25px 25px 20px;text-align:center;background:#fff}.cw-tgc__eyebrow{margin:0 0 8px;color:var(--cw-purple);font-size:12px;font-weight:800;letter-spacing:1.3px}.cw-tgc h2,.cw-tgc h3,.cw-tgc p{margin-top:0}.cw-tgc h2{margin-bottom:8px;color:var(--cw-purple);font-size:28px;line-height:1.2}.cw-tgc__header p:last-child{max-width:720px;margin:0 auto;color:var(--cw-muted);font-size:16px;line-height:1.6}.cw-tgc__tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));background:var(--cw-purple-dark)}.cw-tgc__tab{padding:15px 10px;border:0;border-right:1px solid rgb(255 255 255 / .18);background:#fff0;color:#fff;cursor:pointer;font-size:15px;font-weight:800;letter-spacing:.2px;transition:background 160ms ease}.cw-tgc__tab:last-child{border-right:0}.cw-tgc__tab:hover,.cw-tgc__tab:focus,.cw-tgc__tab.is-active{background:var(--cw-purple);outline:none}.cw-tgc__body{display:grid;grid-template-columns:minmax(260px,0.82fr) minmax(0,1.35fr);gap:22px;padding:24px}.cw-tgc__controls,.cw-tgc__results,.cw-tgc__comparison{border:1px solid var(--cw-border);border-radius:9px;background:#fff}.cw-tgc__controls{padding:18px}.cw-tgc__field{margin-bottom:15px}.cw-tgc__field:last-child{margin-bottom:0}.cw-tgc__field label{display:block;margin-bottom:6px;color:var(--cw-text);font-size:14px;font-weight:700}.cw-tgc__field input,.cw-tgc__field select{width:100%;min-height:44px;padding:9px 11px;border:1px solid #cfcfd6;border-radius:6px;background:#fff;color:var(--cw-text);font-size:15px}.cw-tgc__field input:focus,.cw-tgc__field select:focus{border-color:var(--cw-purple);outline:2px solid rgb(67 30 133 / .14)}.cw-tgc__results{padding:18px}.cw-tgc__result-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.cw-tgc__result-card{min-height:96px;padding:14px 12px;border-radius:7px;background:var(--cw-purple-soft);text-align:center}.cw-tgc__result-card span{display:block;margin-bottom:8px;color:var(--cw-muted);font-size:12px;font-weight:800;letter-spacing:.45px;line-height:1.35;text-transform:uppercase}.cw-tgc__result-card strong{color:var(--cw-purple);font-size:23px;line-height:1.15}.cw-tgc__details{margin-top:16px;padding:16px;border:1px solid var(--cw-border);border-radius:7px}.cw-tgc__details h3,.cw-tgc__comparison h3{margin-bottom:12px;color:var(--cw-purple);font-size:19px;line-height:1.3}.cw-tgc__details dl,.cw-tgc__details dd{margin:0}.cw-tgc__details dl>div{display:flex;justify-content:space-between;gap:16px;padding:8px 0;border-bottom:1px solid #ededf0;font-size:14px}.cw-tgc__details dl>div:last-child{border-bottom:0}.cw-tgc__details dt{color:var(--cw-muted)}.cw-tgc__details dd{color:var(--cw-text);font-weight:800;text-align:right}.cw-tgc__verdict{margin-top:14px;padding:13px 14px;border-left:4px solid var(--cw-green);border-radius:4px;background:#eff9f3;color:#245238;font-size:14px;font-weight:650;line-height:1.55}.cw-tgc__comparison{margin:0 24px 18px;padding:18px}.cw-tgc__table-wrap{overflow-x:auto}.cw-tgc table{width:100%;min-width:500px;border-collapse:collapse;font-size:14px}.cw-tgc th,.cw-tgc td{padding:11px 10px;border-bottom:1px solid #ededf0;text-align:left}.cw-tgc th{background:var(--cw-purple-soft);color:var(--cw-purple);font-size:12px;letter-spacing:.5px;text-transform:uppercase}.cw-tgc td:nth-child(2),.cw-tgc td:nth-child(3),.cw-tgc th:nth-child(2),.cw-tgc th:nth-child(3){text-align:right}.cw-tgc__note{margin:0;padding:0 24px 22px;color:var(--cw-muted);font-size:12px;line-height:1.55}.cw-tgc--compact .cw-tgc__comparison{display:none}@media (max-width:760px){.cw-tgc{margin:22px auto;border-radius:9px}.cw-tgc__header{padding:20px 16px 16px}.cw-tgc h2{font-size:23px}.cw-tgc__header p:last-child{font-size:14px}.cw-tgc__tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.cw-tgc__tab:nth-child(2){border-right:0}.cw-tgc__tab:nth-child(-n+2){border-bottom:1px solid rgb(255 255 255 / .18)}.cw-tgc__body{grid-template-columns:1fr;gap:15px;padding:16px}.cw-tgc__result-grid{grid-template-columns:1fr;gap:8px}.cw-tgc__result-card{min-height:0;padding:12px 10px}.cw-tgc__result-card span{margin-bottom:4px}.cw-tgc__result-card strong{font-size:21px}.cw-tgc__details dl>div{display:block}.cw-tgc__details dd{margin-top:4px;text-align:left}.cw-tgc__comparison{margin:0 16px 15px;padding:14px}.cw-tgc__note{padding:0 16px 18px}}