
.stz-schema-app{display:grid;gap:18px}.stz-schema-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px}.stz-schema-panel{background:#fff;border:1px solid var(--line,#d8dedb);border-radius:14px;padding:20px}.stz-schema-panel h2{margin:0 0 14px;color:var(--pine-dark,#163f36);font-family:Georgia,serif}.stz-schema-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.stz-schema-fields .full{grid-column:1/-1}.stz-schema-panel label{display:block;font-weight:700;margin-bottom:6px}.stz-schema-panel input,.stz-schema-panel textarea,.stz-schema-panel select{width:100%;box-sizing:border-box;border:1px solid var(--line,#ccd6d1);border-radius:10px;padding:11px 12px;font:inherit;background:#fff}.stz-schema-panel textarea{min-height:92px;resize:vertical}.stz-schema-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.stz-schema-btn{border:0;border-radius:10px;padding:11px 16px;font-weight:700;cursor:pointer;background:var(--pine,#1f5c4e);color:#fff}.stz-schema-btn.secondary{background:#eef4f1;color:#16493d;border:1px solid #c8d8d1}.stz-schema-output{min-height:320px;white-space:pre-wrap;overflow:auto;background:#101914;color:#e9fff3;border-radius:12px;padding:16px;font:13px/1.55 ui-monospace,SFMono-Regular,Consolas,monospace}.stz-schema-status{margin-top:12px;padding:11px 12px;border-radius:10px;background:#f2f6f4}.stz-schema-status.ok{border-left:4px solid #23845f}.stz-schema-status.warn{border-left:4px solid #c98a2b}.stz-schema-checks{display:grid;gap:8px;margin-top:12px}.stz-schema-check{display:flex;justify-content:space-between;gap:12px;padding:9px 10px;border:1px solid #e0e7e3;border-radius:9px}.stz-schema-preview{margin-top:12px;border:1px solid #e0e7e3;border-radius:12px;padding:14px}.stz-schema-note{font-size:.92rem;color:#5d6d66;margin-top:8px}@media(max-width:860px){.stz-schema-grid{grid-template-columns:1fr}.stz-schema-fields{grid-template-columns:1fr}.stz-schema-fields .full{grid-column:auto}}
