/* Akuifera — GitHub Pages wrapper styles */
* { box-sizing: border-box; }
html, body {
  margin: 0; padding: 0; height: 100%; width: 100%;
  background: #f5f7fa;
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, "Segoe UI",
               Roboto, Helvetica, Arial, sans-serif;
}

#akf-frame-host {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;      /* fallback browser lama */
  height: 100dvh;     /* iOS/Android: tinggi viewport dinamis (tidak tertutup bar browser) */
  background: #f5f7fa;
}

#akf-frame {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  background: #f5f7fa;
}

.akf-error {
  max-width: 560px;
  margin: 80px auto;
  padding: 28px 32px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
  color: #0f172a;
  text-align: left;
  line-height: 1.6;
}
.akf-error h2 { margin: 0 0 12px; font-size: 18px; color: #0f172a; }
.akf-error p { margin: 8px 0; font-size: 14px; }
.akf-error code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  background: #f1f5f9; padding: 2px 6px; border-radius: 5px; font-size: 13px;
  color: #0f172a;
}
