.stz-g6-app{background:#fff;border:1px solid #d9e2de;border-radius:16px;padding:20px}.stz-g6-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.stz-g6-field{display:flex;flex-direction:column;gap:6px}.stz-g6-field.full{grid-column:1/-1}.stz-g6-field label{font-weight:700;color:#173f36}.stz-g6-field input,.stz-g6-field textarea,.stz-g6-field select{width:100%;border:1px solid #cbd8d3;border-radius:10px;padding:11px 12px;font:inherit}.stz-g6-field textarea{min-height:120px}.stz-g6-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.stz-g6-btn{border:0;border-radius:10px;padding:11px 16px;font-weight:700;cursor:pointer;background:#1f5c4e;color:#fff}.stz-g6-btn.secondary{background:#eef4f1;color:#1f5c4e;border:1px solid #bfd0ca}.stz-g6-tabs{display:flex;gap:8px;margin:16px 0}.stz-g6-tab{border:1px solid #bfd0ca;background:#fff;padding:8px 12px;border-radius:999px;cursor:pointer}.stz-g6-tab.active{background:#1f5c4e;color:#fff}.stz-g6-preview{max-width:680px;border:1px solid #e0e5e3;border-radius:14px;padding:18px;background:#fff}.stz-g6-preview.mobile{max-width:390px}.stz-g6-url{color:#202124;font-size:14px}.stz-g6-title{color:#1a0dab;font-size:20px;line-height:1.3;margin:5px 0}.stz-g6-desc{color:#4d5156;line-height:1.5}.stz-g6-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:16px 0}.stz-g6-metric{border:1px solid #d9e2de;border-radius:12px;padding:12px;background:#f8fbfa}.stz-g6-metric b{display:block;font-size:1.25rem;color:#1f5c4e}.stz-g6-result table{width:100%;border-collapse:collapse}.stz-g6-result th,.stz-g6-result td{padding:10px;border-bottom:1px solid #e2e9e6;text-align:left}.stz-g6-note{padding:12px;border-left:4px solid #c98a2b;background:#fff8ec;border-radius:8px;margin-top:12px}.stz-g6-chip{display:inline-block;margin:3px;padding:6px 9px;border-radius:999px;background:#e8f1ed;color:#174b40}.stz-g6-error{color:#9b1c1c;background:#fff1f1;border:1px solid #f3c4c4;padding:10px;border-radius:8px}@media(max-width:760px){.stz-g6-grid{grid-template-columns:1fr}.stz-g6-field.full{grid-column:auto}.stz-g6-metrics{grid-template-columns:1fr 1fr}}