.dwgs-tc{max-width:900px;margin:0 auto}.dwgs-tc__intro{color:var(--dwgs-text-muted);font-size:15px;line-height:1.6;margin:0 0 8px;text-align:center}.dwgs-tc__privacy{text-align:center;font-size:13px;font-weight:700;color:var(--dwgs-primary);margin:0 0 24px}.dwgs-tc__inputs{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:12px}.dwgs-tc__input-group{display:flex;flex-direction:column;gap:6px}.dwgs-tc__input-label{font-weight:700;font-size:14px;color:var(--dwgs-text)}.dwgs-tc__textarea{width:100%;min-height:220px;padding:12px 14px;border:2px solid var(--dwgs-border);border-radius:10px;background:var(--dwgs-bg);color:var(--dwgs-text);font-size:14px;font-family:inherit;line-height:1.5;resize:vertical;box-sizing:border-box}.dwgs-tc__textarea:focus-visible{outline:3px solid var(--dwgs-accent);outline-offset:1px;border-color:var(--dwgs-primary)}.dwgs-tc__charcount{font-size:12px;color:var(--dwgs-text-muted);text-align:right}.dwgs-tc__options{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;margin-bottom:16px}.dwgs-tc__option{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:var(--dwgs-text-muted);cursor:pointer}.dwgs-tc__option input{cursor:pointer}.dwgs-tc__actions{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-bottom:12px}.dwgs-tc__message{text-align:center;min-height:22px;font-weight:700;font-size:14px;color:var(--dwgs-primary);margin:0 0 20px}.dwgs-tc__message.is-error{color:#dc2626}.dwgs-tc__results-heading{font-size:20px;font-weight:800;color:var(--dwgs-text);margin:0 0 16px;text-align:center}.dwgs-tc__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:16px}.dwgs-tc__stat{background:var(--dwgs-surface);border:1px solid var(--dwgs-border);border-radius:10px;padding:12px 8px;text-align:center}.dwgs-tc__stat-value{display:block;font-size:20px;font-weight:800;color:var(--dwgs-text)}.dwgs-tc__stat-label{display:block;font-size:11px;font-weight:700;color:var(--dwgs-text-muted);text-transform:uppercase;letter-spacing:0.02em}.dwgs-tc__identical-notice{text-align:center;font-weight:800;font-size:15px;color:var(--dwgs-primary);background:var(--dwgs-surface);border:1px solid var(--dwgs-border);border-radius:10px;padding:12px;margin-bottom:16px}.dwgs-tc__toolbar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:12px}.dwgs-tc__toggle-group{display:flex;gap:6px}.dwgs-tc__toggle-btn{appearance:none;border:1px solid var(--dwgs-border);background:var(--dwgs-surface);color:var(--dwgs-text-muted);font-weight:700;font-size:12px;padding:7px 14px;border-radius:999px;cursor:pointer}.dwgs-tc__toggle-btn.is-active{background:var(--dwgs-primary);color:#fff;border-color:var(--dwgs-primary)}.dwgs-tc__toggle-btn:focus-visible{outline:3px solid var(--dwgs-accent);outline-offset:2px}.dwgs-tc__result-actions{display:flex;gap:8px}.dwgs-tc__sidebyside{display:grid;grid-template-columns:1fr 1fr;gap:12px}.dwgs-tc__sidebyside[hidden]{display:none}.dwgs-tc__pane{background:var(--dwgs-surface);border:1px solid var(--dwgs-border);border-radius:10px;padding:12px 14px;font-size:14px;line-height:1.7;white-space:pre-wrap;word-break:break-word;max-height:480px;overflow-y:auto}.dwgs-tc__pane-heading{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:0.03em;color:var(--dwgs-text-muted);margin:0 0 8px}.dwgs-tc__inline-pane{background:var(--dwgs-surface);border:1px solid var(--dwgs-border);border-radius:10px;padding:14px 16px;font-size:14px;line-height:1.8;white-space:pre-wrap;word-break:break-word;max-height:480px;overflow-y:auto}.dwgs-tc__diff--added{background:rgba(34,197,94,0.18);color:var(--dwgs-text);border-bottom:2px solid #16a34a;border-radius:2px;padding:0 1px}.dwgs-tc__diff--removed{background:rgba(239,68,68,0.15);color:var(--dwgs-text-muted);text-decoration:line-through;border-radius:2px;padding:0 1px}.dwgs-tc__section{margin-top:36px;padding-top:28px;border-top:1px solid var(--dwgs-border)}.dwgs-tc__section h2{font-size:20px;font-weight:800;color:var(--dwgs-text);margin:0 0 14px}.dwgs-tc__section p{color:var(--dwgs-text-muted);font-size:15px;line-height:1.7;margin:0 0 12px}.dwgs-tc__section p:last-child{margin-bottom:0}.dwgs-tc__section ol,.dwgs-tc__section ul{color:var(--dwgs-text-muted);font-size:15px;line-height:1.7;margin:0;padding-left:22px}.dwgs-tc__section li{margin-bottom:8px}.dwgs-tc__cta{text-align:center;background:var(--dwgs-surface);border:1px solid var(--dwgs-border);border-radius:12px;padding:16px;font-weight:700;color:var(--dwgs-text)}.dwgs-tc__cta a{color:var(--dwgs-primary)}.dwgs-tc__faq-list{display:flex;flex-direction:column;gap:10px}.dwgs-tc__faq-item{background:var(--dwgs-surface);border:1px solid var(--dwgs-border);border-radius:12px;padding:14px 16px}.dwgs-tc__faq-item summary{font-weight:700;color:var(--dwgs-text);cursor:pointer;list-style:none}.dwgs-tc__faq-item summary::-webkit-details-marker{display:none}.dwgs-tc__faq-item summary::before{content:'+';display:inline-block;width:18px;color:var(--dwgs-primary);font-weight:800}.dwgs-tc__faq-item[open] summary::before{content:'−'}.dwgs-tc__faq-item summary:focus-visible{outline:3px solid var(--dwgs-accent);outline-offset:2px;border-radius:6px}.dwgs-tc__faq-item p{margin:10px 0 0 18px;color:var(--dwgs-text-muted);font-size:14px;line-height:1.6}@media (max-width:768px){.dwgs-tc__inputs{grid-template-columns:1fr}.dwgs-tc__sidebyside{grid-template-columns:1fr}.dwgs-tc__stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.dwgs-tc__textarea{min-height:160px;font-size:13px}.dwgs-tc__toolbar{flex-direction:column;align-items:stretch}.dwgs-tc__toggle-group{justify-content:center}.dwgs-tc__result-actions{justify-content:center}.dwgs-tc__actions .dwgs-btn{flex:1 1 auto}}