.v133-card{background:#fff;border:1px solid #dfe6e2;border-radius:14px;padding:22px;box-shadow:0 8px 24px rgba(20,40,32,.06)}.v133-card h2{margin-top:0}.v133-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.v133-form label{font-weight:700;color:#173c33}.v133-form input,.v133-form textarea,.v133-form select{display:block;width:100%;box-sizing:border-box;margin-top:7px;padding:11px 12px;border:1px solid #cbd8d2;border-radius:10px;font:inherit}.v133-form textarea{min-height:100px;resize:vertical}.v133-actions{grid-column:1/-1;display:flex;gap:10px;flex-wrap:wrap}.v133-actions button{border:0;border-radius:10px;padding:11px 16px;background:#1f5c4e;color:#fff;font-weight:700;cursor:pointer}.v133-output{grid-column:1/-1;white-space:pre-wrap;background:#f7faf8;border:1px dashed #b8cbc3;border-radius:10px;padding:16px;min-height:90px;overflow:auto}@media(max-width:680px){.v133-form{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.v133-actions button{transition:none}}