html.dk-account-restricted body > :not(#dk-account-root):not(#dk-dev-lock-overlay) {
  visibility: hidden !important;
}

#dk-account-root {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: none;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  padding: 22px;
  background: rgba(0, 0, 0, .86);
  color: #eef6fc;
  font-family: Arial, sans-serif;
}

#dk-account-root.dk-account-open { display: flex; }
#dk-account-root * { box-sizing: border-box; }

#dk-account-root .dk-account-panel {
  width: min(720px, 100%);
  max-height: calc(100vh - 44px);
  overflow-y: auto;
  border: 1px solid #214762;
  border-top: 4px solid #0088ff;
  background: #050a0f;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .78);
}

#dk-account-root .dk-account-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px;
  border-bottom: 1px solid #183044;
  background: #000;
}

#dk-account-root .dk-account-brand { color: #fff; font-weight: 700; letter-spacing: 3px; }
#dk-account-root .dk-account-sub { margin-top: 5px; color: #0088ff; font-family: Consolas, monospace; font-size: 11px; letter-spacing: 1.8px; text-transform: uppercase; }
#dk-account-root .dk-account-close { min-width: 42px; min-height: 42px; border: 1px solid #31506a; background: #091118; color: #eef6fc; font-size: 20px; cursor: pointer; }
#dk-account-root .dk-account-body { padding: 26px 24px 28px; }
#dk-account-root .dk-account-eyebrow { margin-bottom: 9px; color: #0088ff; font-family: Consolas, monospace; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
#dk-account-root h2 { margin: 0 0 10px; color: #fff; font-size: 25px; font-weight: 500; line-height: 1.3; }
#dk-account-root .dk-account-intro { margin: 0 0 22px; color: #a9bdcd; line-height: 1.65; }
#dk-account-root .dk-account-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 24px; }
#dk-account-root button { font: inherit; }
#dk-account-root .dk-account-tab,#dk-account-root .dk-account-primary,#dk-account-root .dk-account-secondary,#dk-account-root .dk-account-linkbutton { min-height: 46px; padding: 10px 14px; border: 1px solid #31506a; cursor: pointer; }
#dk-account-root .dk-account-tab,#dk-account-root .dk-account-secondary { background: #091118; color: #eef6fc; }
#dk-account-root .dk-account-tab[aria-selected="true"],#dk-account-root .dk-account-primary { border-color: #0088ff; background: #0088ff; color: #00101e; font-weight: 700; }
#dk-account-root .dk-account-linkbutton { min-height: auto; padding: 5px 0; border: 0; background: transparent; color: #8bc8ff; text-align: left; }
#dk-account-root .dk-account-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
#dk-account-root .dk-account-wide { grid-column: 1 / -1; }
#dk-account-root label { display: block; margin-bottom: 7px; color: #c7d8e5; font-size: 13px; }
#dk-account-root input,#dk-account-root select { width: 100%; min-height: 47px; padding: 10px 12px; border: 1px solid #314554; outline: none; background: #0d141a; color: #f3f8fc; font: inherit; }
#dk-account-root input:focus,#dk-account-root select:focus { border-color: #0088ff; }
#dk-account-root .dk-account-check { display: flex; align-items: flex-start; gap: 10px; margin: 18px 0; color: #b8cad8; line-height: 1.45; }
#dk-account-root .dk-account-check input { width: auto; min-height: auto; margin-top: 3px; }
#dk-account-root .dk-account-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
#dk-account-root .dk-account-actions button { flex: 1 1 210px; }
#dk-account-root .dk-account-message { margin: 14px 0 0; color: #ffb0b0; line-height: 1.45; }
#dk-account-root .dk-account-message:empty { display: none; }
#dk-account-root .dk-account-note { margin: 18px 0; padding: 14px; border-left: 3px solid #0088ff; background: #07131d; color: #b9d5e9; line-height: 1.55; }
#dk-account-root .dk-account-status { display: inline-block; margin-bottom: 16px; padding: 7px 9px; border: 1px solid #31506a; color: #8bc8ff; font-family: Consolas, monospace; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; }
#dk-account-root .dk-account-summary { margin: 18px 0; border-top: 1px solid #183044; }
#dk-account-root .dk-account-summary div { padding: 11px 0; border-bottom: 1px solid #183044; color: #d8e6f0; }
#dk-account-root .dk-account-summary small { display: block; margin-bottom: 4px; color: #7f98aa; }
#dk-account-root .dk-account-demo { margin-top: 22px; padding-top: 18px; border-top: 1px dashed #31506a; }
#dk-account-root .dk-account-demo p { color: #8fa7b8; font-size: 12px; line-height: 1.5; }

.dk-account-top-button { min-height: 42px; padding: 9px 12px; border: 1px solid #31506a; background: #091118; color: #eef6fc; font: inherit; cursor: pointer; }
.dk-account-top-button[data-account-state="verified"] { border-color: #0088ff; color: #8bc8ff; }

@media(max-width:700px){
  #dk-account-root { align-items: flex-start; padding: 12px; }
  #dk-account-root .dk-account-panel { max-height: none; }
  #dk-account-root .dk-account-head,#dk-account-root .dk-account-body { padding-left: 18px; padding-right: 18px; }
  #dk-account-root .dk-account-fields { grid-template-columns: 1fr; }
  #dk-account-root .dk-account-wide { grid-column: auto; }
}
