/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.1.3_@playwright+test@1.49.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!../../node_modules/.pnpm/next@15.1.3_@playwright+test@1.49.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./app/globals.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  --ink: #14181e;
  --muted: #4c5a69;
  --line: rgba(24, 30, 38, 0.14);
  --surface: rgba(255, 252, 245, 0.88);
  --surface-strong: rgba(255, 252, 245, 0.96);
  --accent-hot: #c84e2f;
  --accent-cool: #126f8f;
  --accent-gold: #b7881f;
  --shadow-soft: 0 18px 45px rgba(20, 26, 35, 0.12);
  --font-display: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, serif;
  --font-body: "Avenir Next", "Trebuchet MS", "Gill Sans", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.45;
  background: radial-gradient(920px 560px at 5% -10%, rgba(18, 111, 143, 0.22), transparent 62%),
    radial-gradient(860px 520px at 98% 0%, rgba(200, 78, 47, 0.2), transparent 65%),
    radial-gradient(720px 420px at 40% 105%, rgba(183, 136, 31, 0.15), transparent 66%),
    linear-gradient(144deg, #f8f2e8 0%, #efe7d9 100%);
}

a {
  color: #0f5684;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.shell {
  width: min(1140px, calc(100% - 2.5rem));
  margin-inline: auto;
}

.surface {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

.top-nav {
  padding: 1.1rem 0 0.4rem;
}

.top-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.brand {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.9vw, 2rem);
  letter-spacing: 0.02em;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.66);
  padding: 0.38rem 0.72rem;
  font-size: 0.82rem;
  color: var(--muted);
}

.status-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}

.status-dot.ok {
  background: #0c9a6e;
  box-shadow: 0 0 0 4px rgba(12, 154, 110, 0.16);
}

.status-dot.bad {
  background: #cb4c3a;
  box-shadow: 0 0 0 4px rgba(203, 76, 58, 0.17);
}

.hero {
  margin-top: 1.25rem;
  padding: clamp(1.4rem, 3vw, 2.2rem);
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-gap: 1.2rem;
  gap: 1.2rem;
  animation: rise-in 320ms ease-out;
}

.hero-copy h2 {
  margin: 0 0 0.8rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 5.6vw, 3.5rem);
  line-height: 0.97;
}

.hero-copy p {
  margin: 0;
  color: var(--muted);
  max-width: 62ch;
}

.hero-calls {
  margin-top: 1.15rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.stat-grid {
  display: grid;
  grid-gap: 0.65rem;
  gap: 0.65rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stat-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0.8rem;
  background: var(--surface-strong);
}

.stat-card strong {
  display: block;
  font-size: 1.08rem;
}

.stat-card span {
  color: var(--muted);
  font-size: 0.88rem;
}

.btn {
  border: 0;
  border-radius: 12px;
  padding: 0.68rem 0.98rem;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  transition: transform 150ms ease, opacity 140ms ease, box-shadow 180ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:disabled {
  opacity: 0.54;
  cursor: not-allowed;
  transform: none;
}

.btn-hot {
  color: #fff8f4;
  background: linear-gradient(142deg, #be472a, #d85d39);
  box-shadow: 0 10px 25px rgba(200, 78, 47, 0.28);
}

.btn-cool {
  color: #ecfdff;
  background: linear-gradient(142deg, #0f6784, #17819f);
  box-shadow: 0 10px 25px rgba(18, 111, 143, 0.24);
}

.btn-subtle {
  color: #0f3451;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.6);
}

.feature-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 0.85rem;
  gap: 0.85rem;
}

.feature {
  padding: 1rem;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: var(--surface-strong);
}

.feature h3 {
  margin: 0;
  font-size: 1.02rem;
}

.feature p {
  margin: 0.5rem 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.code-tile {
  margin-top: 1.1rem;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(20, 30, 38, 0.2);
  background: linear-gradient(162deg, rgba(20, 24, 30, 0.93), rgba(21, 41, 56, 0.9));
  color: #f1f6fa;
  overflow-x: auto;
}

.code-tile code {
  font-family: "Courier New", monospace;
  font-size: 0.88rem;
}

.transfer-shell {
  padding: 1.4rem 0 2.3rem;
}

.transfer-layout {
  display: grid;
  grid-gap: 1rem;
  gap: 1rem;
  grid-template-columns: 1fr;
}

.transfer-header {
  padding: 1.2rem;
  animation: rise-in 300ms ease-out;
}

.transfer-header h1 {
  margin: 0;
  font-size: clamp(1.8rem, 5vw, 3rem);
  line-height: 1.02;
  font-family: var(--font-display);
}

.transfer-header p {
  margin: 0.6rem 0 0;
  color: var(--muted);
  max-width: 70ch;
}

.meta-row {
  margin-top: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.meta-chip {
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
  padding: 0.3rem 0.66rem;
  font-size: 0.82rem;
  color: var(--muted);
}

.transfer-grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  grid-gap: 1rem;
  gap: 1rem;
}

.file-list {
  padding: 0.95rem;
}

.file-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface-strong);
  padding: 0.75rem;
}

.file-row + .file-row {
  margin-top: 0.65rem;
}

.file-meta {
  min-width: 0;
}

.file-name {
  margin: 0;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.file-size {
  margin: 0.18rem 0 0;
  color: var(--muted);
  font-size: 0.85rem;
}

.unlock-panel {
  padding: 1rem;
  display: grid;
  grid-gap: 0.68rem;
  gap: 0.68rem;
  align-content: start;
}

.unlock-panel h2 {
  margin: 0;
  font-size: 1.08rem;
}

.field {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.68rem 0.8rem;
  font: inherit;
  background: rgba(255, 255, 255, 0.92);
}

.field:focus {
  outline: 2px solid rgba(18, 111, 143, 0.32);
  outline-offset: 1px;
}

.hint {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.notice {
  border-radius: 12px;
  border: 1px solid var(--line);
  padding: 0.6rem 0.72rem;
  font-size: 0.88rem;
}

.notice.error {
  background: rgba(203, 76, 58, 0.1);
  border-color: rgba(203, 76, 58, 0.38);
  color: #712f27;
}

.notice.ok {
  background: rgba(12, 154, 110, 0.1);
  border-color: rgba(12, 154, 110, 0.34);
  color: #185641;
}

.empty {
  padding: 3rem 1rem;
  text-align: center;
  color: var(--muted);
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1000px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .transfer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .stat-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .shell {
    width: min(1140px, calc(100% - 1.2rem));
  }

  .top-nav {
    padding-top: 0.8rem;
  }
}

