/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/privacy/Privacy.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
.Privacy_page__T7FDA {
  min-height: 100vh;
  background: var(--bg);
  color: var(--text);
  display: flex;
  flex-direction: column;
}

.Privacy_main__8GZ_F {
  max-width: 900px;
  margin: 0 auto;
  padding: 32px 20px 60px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.Privacy_topRow__ZtYGp {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.Privacy_back__C294k {
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--text);
  padding: 6px 10px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
}

.Privacy_back__C294k:hover {
  border-color: var(--border-strong);
}

.Privacy_title__blnfA {
  margin: 0;
  font-size: 32px;
  font-weight: 800;
}

.Privacy_subtitle__VOiCN {
  margin: 0;
  color: var(--text-subtle);
  line-height: 1.5;
}

.Privacy_section__7j_ed {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 20px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.Privacy_section__7j_ed h2 {
  margin: 0;
  font-size: 18px;
}

.Privacy_section__7j_ed p {
  margin: 0;
  color: var(--text);
  line-height: 1.6;
}

.Privacy_section__7j_ed ul {
  margin: 0;
  padding-left: 18px;
  color: var(--text);
  line-height: 1.6;
}

.Privacy_section__7j_ed li + li {
  margin-top: 6px;
}

.Privacy_link__Cj_0O {
  color: var(--link);
}

.Privacy_link__Cj_0O:hover {
  color: var(--link-hover);
}

