    /* Scoped admin + front styles */
.gkb-body { font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif; background:#0c0000 !important;}
.gkb-wrap { display:flex; align-items:center; justify-content:center; min-height:80vh; padding:24px; }
.gkb-card-ui { background:#fff; padding:32px; border-radius:16px; box-shadow: 0px 0px 8px 10px rgb(93, 93, 93); max-width:720px; width:100%; text-align:center; }
.gkb-engine { font-weight:600; color:#334155; margin-bottom:12px; }
.gkb-typing-line { font-size:24px; color:#0f172a; min-height:34px; }
.gkb-typed-text { letter-spacing:0.2px; }
.gkb-caret { display:inline-block; width:1ch; text-align:left; color:#2563eb; animation: gkb-blink 1s step-start 0s infinite; }
.gkb-hint { color:#64748b; font-size:14px; margin-top:12px; }
@keyframes gkb-blink { 50% { color: transparent; } }