.gkt .gkt-field { margin-bottom: 12px; }
.gkt .gkt-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; }
.gkt .gkt-actions { margin-top: 12px; }
.gkt .gkt-spinner { width: 36px; height: 36px; border: 4px solid #ddd; border-top-color: #2271b1; border-radius: 50%; animation: gktspin 1s linear infinite; }
@keyframes gktspin { to { transform: rotate(360deg);} }
.gkt .gkt-table { width: 100%; border-collapse: collapse; }
.gkt .gkt-table th, .gkt .gkt-table td { border: 1px solid #e5e5e5; padding: 6px 8px; font-size: 13px; }
.gkt .gkt-pre { white-space: pre-wrap; background: #f7f7f7; padding: 10px; border-radius: 4px; border: 1px solid #eee; }
.gkt-notice.gkt-error { background:#fdecea; border:1px solid #f5c6cb; padding:10px; }