@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&display=swap";*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:#f5f7fa;font-family:IBM Plex Sans,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.cert-editor{flex-direction:column;gap:12px;display:flex}.cert-editor__header{justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:4px;display:flex}.cert-editor__empty{background:linear-gradient(#fbfcfe 0%,#f4f7fb 100%);border:1px dashed #d0d5dd;border-radius:12px;padding:28px 16px}.cert-card{background:#fff;border:1px solid #e4e7ec;border-radius:12px;padding:14px 16px 16px;transition:border-color .2s,box-shadow .2s,opacity .2s;box-shadow:0 1px 2px #1018280a}.cert-card:hover{border-color:#b7c7e0;box-shadow:0 6px 16px #1f6feb14}.cert-card--off{opacity:.72;background:#fafbfc}.cert-card__top{justify-content:space-between;align-items:center;gap:8px;margin-bottom:12px;display:flex}.cert-card__grid{grid-template-columns:minmax(0,1.4fr) minmax(140px,.8fr) minmax(150px,.9fr);gap:10px;display:grid}.cert-card__field{flex-direction:column;gap:6px;min-width:0;display:flex}.cert-card__field--grow{grid-column:span 1}.cert-card__field label{color:#667085;letter-spacing:.01em;font-size:12px;font-weight:600}@media (width<=720px){.cert-editor__header{flex-direction:column}.cert-card__grid{grid-template-columns:1fr}}
