.ods-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:20px;box-shadow:0 1px 4px rgba(0,0,0,.04)}
.ods-tabs{display:flex;gap:8px;margin-bottom:12px}
.ods-tab{border:1px solid #e5e7eb;background:#f8fafc;border-radius:999px;padding:8px 14px;cursor:pointer}
.ods-active{background:#0f172a !important;color:#fff;border-color:#0f172a}
.ods-tabpanel{display:none}.ods-show{display:block}
.ods-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
@media(max-width:640px){.ods-grid{grid-template-columns:1fr}}
.ods-field{display:flex;flex-direction:column;gap:6px;margin-bottom:10px}
.ods-field label{font-weight:600}.ods-field label span{color:#ef4444}
.ods-field input,.ods-field select,.ods-field textarea{border:1px solid #e5e7eb;border-radius:10px;padding:10px;width:100%}
.ods-btn{display:inline-block;border:1px solid #0f172a;background:#0f172a;color:#fff;border-radius:999px;padding:10px 16px;cursor:pointer}
.ods-btn:hover{opacity:.92}.ods-help{color:#475569;margin:0 0 12px}
.ods-result{margin-top:10px}.ods-success{color:#16a34a}.ods-error{color:#dc2626}
.ods-inline{flex-direction:row;gap:8px}
.ods-table{width:100%;display:grid;gap:6px;margin-top:10px}
.ods-row{display:grid;grid-template-columns:90px 1fr 1fr 120px;gap:8px;padding:10px;border:1px solid #e5e7eb;border-radius:10px}
.ods-head{background:#f8fafc;font-weight:700}
