@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Noto+Sans+Georgian:wght@400;500;600;700;800&display=swap");

/* KOBADI UI Geometry Contract — K Access 0.9.05
   Stack-wide sizing baseline derived from the accepted K Access 0.8.99 main portal.
   This file owns geometry only; surface styles own colors and composition. */
:root{
  --kg-header-h:64px;
  --kg-header-pad-y:4px;
  --kg-header-pad-x:4%;
  --kg-brand-mark:56px;
  --kg-brand-name:22px;
  --kg-brand-subtitle:9px;
  --kg-page-max:1160px;
  --kg-page-top:24px;
  --kg-page-x:28px;
  --kg-page-bottom:20px;
  --kg-card-radius:16px;
  --kg-card-pad-y:30px;
  --kg-card-pad-x:34px;
  --kg-card-pad-x-alt:32px;
  --kg-control-h:44px;
  --kg-button-h:44px;
  --kg-control-radius:8px;
  --kg-control-font:15px;
  --kg-field-gap:16px;
  --kg-section-gap:16px;
  --kg-panel-gap:18px;
  --kg-small-gap:10px;
  --kg-font:Inter,"Noto Sans Georgian","Segoe UI",Arial,sans-serif;
}


/* Shared verification-code field authority. Numeric OTP/TOTP fields center tabular digits everywhere. */
.k-auth-code-input{
  text-align:center!important;
  font-variant-numeric:tabular-nums;
  font-feature-settings:"tnum" 1;
}

@media (min-width:900px) and (max-height:900px){
  :root{
    --kg-header-h:54px;
    --kg-header-pad-y:3px;
    --kg-brand-mark:48px;
    --kg-brand-name:19px;
    --kg-brand-subtitle:8px;
    --kg-page-top:10px;
    --kg-page-x:26px;
    --kg-page-bottom:12px;
    --kg-card-pad-y:20px;
    --kg-card-pad-x:24px;
    --kg-card-pad-x-alt:24px;
    --kg-control-h:39px;
    --kg-button-h:40px;
    --kg-control-font:14px;
    --kg-field-gap:10px;
    --kg-section-gap:12px;
    --kg-panel-gap:14px;
    --kg-small-gap:8px;
  }
}

@media (max-width:540px){
  :root{
    --kg-header-h:52px;
    --kg-header-pad-y:4px;
    --kg-header-pad-x:16px;
    --kg-brand-mark:44px;
    --kg-brand-name:18px;
    --kg-brand-subtitle:9px;
    --kg-page-top:16px;
    --kg-page-x:16px;
    --kg-page-bottom:16px;
    --kg-card-pad-y:20px;
    --kg-card-pad-x:20px;
    --kg-card-pad-x-alt:20px;
    --kg-control-h:44px;
    --kg-button-h:44px;
    --kg-control-font:15px;
    --kg-field-gap:14px;
    --kg-section-gap:14px;
    --kg-panel-gap:16px;
    --kg-small-gap:9px;
  }
}

@media (max-width:359px){
  :root{
    --kg-brand-mark:40px;
    --kg-brand-name:16px;
    --kg-page-top:12px;
    --kg-page-x:12px;
    --kg-page-bottom:12px;
    --kg-card-pad-y:16px;
    --kg-card-pad-x:16px;
    --kg-card-pad-x-alt:16px;
  }
}
