/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/components/Header.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
.Header_header__b54d9 {
  width: 100%;
  background: transparent;
  padding: 12px 0;
  box-sizing: border-box;
}

.Header_inner__pf6tK {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Header_brand__AAQOJ {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--text);
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.02em;
}

.Header_brandDot__fEGuW {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--primary-strong));
  display: inline-block;
}

.Header_brandText__25m_R {
  line-height: 1;
}

.Header_nav__k5_zw {
  display: flex;
  align-items: center;
  gap: 12px;
}

.Header_link__O3unI {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 10px;
  text-decoration: none;
  color: var(--text);
  font-weight: 600;
  border: 1px solid var(--border);
  background: var(--surface);
  transition: box-shadow 120ms ease, transform 120ms ease, border-color 120ms ease, background 120ms ease;
}

.Header_link__O3unI:hover {
  transform: translateY(-1px);
  border-color: var(--border-strong);
  box-shadow: var(--shadow);
}

.Header_toggle__U2tOV {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--text);
  cursor: pointer;
  transition: box-shadow 120ms ease, border-color 120ms ease, background 120ms ease, transform 120ms ease;
}

.Header_toggle__U2tOV svg {
  display: block;
}

.Header_toggle__U2tOV:hover {
  border-color: var(--border-strong);
  box-shadow: var(--shadow);
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .Header_inner__pf6tK {
    padding: 0 16px;
  }
  .Header_link__O3unI {
    padding: 8px 12px;
  }
  .Header_toggle__U2tOV {
    padding: 8px;
  }
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/components/Footer.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
 .Footer_footer__PyJc9 {
  width: 100%;
  margin: 32px 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: var(--text-subtle);
  font-size: 14px;
}

.Footer_line__XVaFx {
  width: 100%;
  max-width: 720px;
  height: 1px;
  background: var(--border);
}

.Footer_links__wE1a5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 16px;
}

.Footer_links__wE1a5 a,
.Footer_pgpButton__k18uH {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--text);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  font-family: inherit;
  transition: all 0.2s;
}

.Footer_links__wE1a5 a {
  padding: 0;
}

.Footer_links__wE1a5 a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.Footer_pgpButton__k18uH {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.Footer_pgpButton__k18uH:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.Footer_links__wE1a5 a svg,
.Footer_pgpButton__k18uH svg {
  flex-shrink: 0;
  opacity: 0.8;
}

.Footer_note__ZSU_i {
  margin: 0;
}

@media (max-width: 600px) {
  .Footer_footer__PyJc9 {
    padding: 0 12px;
    text-align: center;
  }
}


/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/components/PGPKeyModal.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/
.PGPKeyModal_overlay__7ZYgv {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 16px;
}

.PGPKeyModal_modal__XE5K2 {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: var(--shadow);
  max-width: 700px;
  width: 100%;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.PGPKeyModal_header__0767h {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid var(--border);
}

.PGPKeyModal_title__1cWk2 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: var(--text);
}

.PGPKeyModal_closeButton__6TfNm {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  color: var(--text-subtle);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all 0.2s;
}

.PGPKeyModal_closeButton__6TfNm:hover {
  background: var(--bg-alt);
  color: var(--text);
}

.PGPKeyModal_content__DBiS7 {
  padding: 24px;
  overflow-y: auto;
  flex: 1;
}

.PGPKeyModal_info__5f4fw {
  margin-bottom: 20px;
}

.PGPKeyModal_label__j82fQ {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-subtle);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 6px;
}

.PGPKeyModal_value__9Jcm5 {
  font-size: 14px;
  color: var(--text);
  margin: 0;
  font-weight: 500;
}

.PGPKeyModal_fingerprintRow__C4f9G {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.PGPKeyModal_fingerprint__qv_6K {
  font-size: 13px;
  font-family: 'Courier New', monospace;
  color: var(--text);
  margin: 0;
  word-break: break-all;
  font-weight: 500;
}

.PGPKeyModal_copyButton__uyDTe {
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 6px;
  cursor: pointer;
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  flex-shrink: 0;
}

.PGPKeyModal_copyButton__uyDTe:hover {
  background: var(--border);
  border-color: var(--border-strong);
}

.PGPKeyModal_keySection__q_vMx {
  margin-bottom: 20px;
}

.PGPKeyModal_keyHeader__0qbFC {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  flex-wrap: wrap;
  gap: 8px;
}

.PGPKeyModal_actions__Pxlbj {
  display: flex;
  gap: 8px;
}

.PGPKeyModal_actionButton__UphPB {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: var(--surface);
  color: var(--text);
  cursor: pointer;
  transition: all 0.2s;
}

.PGPKeyModal_actionButton__UphPB:hover {
  background: var(--bg-alt);
  border-color: var(--border-strong);
}

.PGPKeyModal_actionButton__UphPB:active {
  transform: scale(0.98);
}

.PGPKeyModal_keyTextarea__3HGHL {
  width: 100%;
  min-height: 200px;
  padding: 12px;
  font-family: 'Courier New', monospace;
  font-size: 12px;
  line-height: 1.6;
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: 8px;
  color: var(--text);
  resize: vertical;
  cursor: text;
}

.PGPKeyModal_keyTextarea__3HGHL:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary) 20%, transparent);
}

.PGPKeyModal_instructions__StqVk {
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 16px;
}

.PGPKeyModal_instructionsTitle__PF8eb {
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
  margin: 0 0 12px;
}

.PGPKeyModal_instructionsList__769Qv {
  margin: 0;
  padding-left: 20px;
  color: var(--text-subtle);
  font-size: 13px;
  line-height: 1.8;
}

.PGPKeyModal_instructionsList__769Qv code {
  background: var(--surface);
  padding: 2px 6px;
  border-radius: 4px;
  font-family: 'Courier New', monospace;
  font-size: 12px;
  color: var(--text);
  border: 1px solid var(--border);
}


/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/components/VPSCard.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
.VPSCard_card__MIq7O {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: var(--shadow);
  transition: transform 120ms ease, box-shadow 120ms ease, border-color 120ms ease;
}

.VPSCard_card__MIq7O:hover {
  transform: translateY(-2px);
  border-color: var(--border-strong);
  box-shadow: var(--shadow);
}

.VPSCard_header__fbrRd {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.VPSCard_slug__mgjNI {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-subtle);
}

.VPSCard_name__k82aM {
  margin: 4px 0 0;
  font-size: 18px;
  color: var(--text);
  line-height: 1.2;
}

.VPSCard_price__xaW37 {
  text-align: right;
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.VPSCard_priceValue__7K9UO {
  font-weight: 800;
  font-size: 18px;
  color: var(--text);
}

.VPSCard_priceLabel__WNMP2 {
  color: var(--text-subtle);
  font-size: 12px;
}

.VPSCard_specs__fUOS7 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.VPSCard_spec__f9A0q {
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.VPSCard_specLabel__pBndE {
  font-size: 12px;
  color: var(--text-subtle);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.VPSCard_specValue__Ouydr {
  font-weight: 700;
  color: var(--text);
}

.VPSCard_infoIcon__hnLfF {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  margin-left: 6px;
  border: 1px solid var(--border);
  border-radius: 50%;
  font-size: 10px;
  color: var(--text-subtle);
  cursor: help;
  line-height: 1;
}

.VPSCard_footer__KmrPs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.VPSCard_regions__mmE3K {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.VPSCard_region__N_YbN {
  padding: 4px 8px;
  border-radius: 6px;
  background: var(--bg-alt);
  color: var(--text);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.VPSCard_button__kkpZz {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--primary), var(--primary-strong));
  color: #fff !important;
  font-weight: 700;
  border: none;
  transition: transform 120ms ease, box-shadow 120ms ease;
}

.VPSCard_button__kkpZz:hover {
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: var(--shadow);
}

@media (max-width: 600px) {
  .VPSCard_specs__fUOS7 {
    grid-template-columns: 1fr;
  }
}

/* Dark mode color improvements */
[data-theme='dark'] .VPSCard_spec__f9A0q {
  background: #1a2332;
  border-color: var(--border-strong);
}

[data-theme='dark'] .VPSCard_region__N_YbN {
  background: var(--surface);
  border: 1px solid var(--border-strong);
}



/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/Home.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.Home_page__H0Eri {
  min-height: 100vh;
  background: var(--bg);
  color: var(--text);
  display: flex;
  flex-direction: column;
}

.Home_main__PQr24 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 20px 64px;
  width: 100%;
  box-sizing: border-box;
}

.Home_hero__HkdeB {
  margin-bottom: 24px;
}

.Home_kicker__MlLv9 {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  color: var(--text-subtle);
  margin: 0 0 6px;
}

.Home_title__utdWP {
  font-size: 32px;
  margin: 0 0 8px;
  font-weight: 700;
  color: var(--text);
}

.Home_subtitle__Q3Lh7 {
  margin: 0;
  color: var(--text-subtle);
  max-width: 680px;
  line-height: 1.5;
}

.Home_cardSection__z3T8m {
  background: var(--card);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
}

.Home_tabs__AW8_a {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.Home_tab__J78ds {
  padding: 8px 12px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
  color: var(--text);
  font-weight: 600;
  cursor: pointer;
}

.Home_tabActive__w_Inb {
  border-color: var(--primary);
  color: var(--primary);
  background: color-mix(in srgb, var(--primary) 10%, transparent);
}

.Home_tabsRow__7PEn1 {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 14px;
}

.Home_tabsRowHero__roWgU {
  margin-top: 8px;
  margin-bottom: 12px;
}

.Home_grid__UbXhn {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
}

.Home_gridWrap__BHwQR {
  width: 100%;
}

.Home_loader__hiyu2 {
  padding: 32px;
  text-align: center;
  color: var(--text-muted);
  font-weight: 500;
}

.Home_access__jjMco {
  background: var(--panel);
  color: var(--text);
  border-radius: 12px;
  padding: 20px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 16px;
  align-items: center;
  box-shadow: var(--shadow);
  position: relative; /* allow overlay toast without shifting layout */
}

.Home_accessTitle__DyZiY {
  margin: 0 0 6px;
  font-size: 18px;
}

.Home_accessText__AmQdi {
  margin: 0;
  color: var(--text-subtle);
  line-height: 1.5;
}

.Home_accessForm__gVDnD {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
}

.Home_success__TVtjp {
  color: var(--success);
}

.Home_error__n47OE {
  color: var(--danger);
}

.Home_input__81Z2K {
  height: 44px;
  padding: 0 12px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--text);
  font-size: 14px;
  box-sizing: border-box;
}

.Home_input__81Z2K:focus {
  outline: 2px solid var(--primary);
  outline-offset: 1px;
}

.Home_buttonPrimary__BsOTz {
  height: 44px;
  padding: 0 16px;
  border-radius: 10px;
  border: none;
  background: linear-gradient(135deg, var(--primary), var(--primary-strong));
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: transform 120ms ease, box-shadow 120ms ease, opacity 120ms ease;
}

.Home_buttonPrimarySending__xzUlx {
  opacity: 0.8;
  box-shadow: none;
}

.Home_buttonPrimarySuccess__7C8f2 {
  background: linear-gradient(135deg, #16a34a, #15803d);
  box-shadow: 0 8px 20px rgba(22, 163, 74, 0.28);
}

.Home_buttonPrimaryError__gEp_I {
  background: linear-gradient(135deg, #dc2626, #b91c1c);
  box-shadow: 0 8px 20px rgba(220, 38, 38, 0.28);
}

.Home_buttonPrimary__BsOTz:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  box-shadow: none;
}

.Home_buttonPrimary__BsOTz:not(:disabled):hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.24);
}

@media (max-width: 900px) {
  .Home_main__PQr24 {
    padding: 24px 16px 48px;
  }
  .Home_title__utdWP {
    font-size: 28px;
  }
  .Home_cardSection__z3T8m {
    padding: 20px;
  }
  .Home_access__jjMco {
    grid-template-columns: 1fr;
  }
  .Home_accessForm__gVDnD {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .Home_title__utdWP {
    font-size: 24px;
  }
  .Home_grid__UbXhn {
    grid-template-columns: 1fr;
  }
}


