@font-face {
  font-family: system-fallback;
  src: local("Segoe UI");
}
:root {
  font-family: system-fallback, system-ui, sans-serif;
  color: #172b39;
  background: #f3f5f5;
  font-synthesis: none;
  --muted: #647580;
  --line: #dce3e5;
  --accent: #136b59;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
select {
  touch-action: manipulation;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
}
button {
  cursor: pointer;
}
button:disabled {
  opacity: 0.55;
  cursor: wait;
}
[hidden] {
  display: none !important;
}
.topbar {
  height: 90px;
  max-width: 1280px;
  margin: auto;
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
  font-size: 20px;
  letter-spacing: -0.5px;
}
.brand-mark {
  display: grid;
  place-items: center;
  background: #172b39;
  color: #fff;
  width: 37px;
  height: 37px;
  border-radius: 10px;
  font-size: 27px;
}
.brand strong {
  font-weight: 450;
}
.account {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
}
.badge {
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 1px;
  border: 1px solid #ccd7d5;
  padding: 7px 10px;
  border-radius: 20px;
  color: #49665d;
  white-space: nowrap;
}
main {
  max-width: 1184px;
  min-height: calc(100vh - 174px);
  margin: auto;
  padding: 58px 0 60px;
}
.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 32px;
  box-shadow: 0 5px 20px #142c3903;
}
.login-layout {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 80px;
  align-items: center;
  padding: 55px 0;
}
.eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--accent);
  margin: 0 0 22px;
}
h1 {
  font-size: 44px;
  font-weight: 550;
  line-height: 1.15;
  letter-spacing: -1.8px;
  margin: 0 0 22px;
}
h2 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 550;
  letter-spacing: -0.6px;
  margin: 0 0 24px;
}
.intro h1 {
  font-size: 54px;
}
.lead {
  font-size: 18px;
  line-height: 1.8;
  color: var(--muted);
}
.feature-line {
  display: flex;
  gap: 28px;
  margin-top: 50px;
  font-size: 12px;
  color: #536f65;
}
.login-card {
  max-width: 410px;
  padding: 36px;
}
.login-card h2 {
  margin-bottom: 28px;
}
label {
  display: block;
  font-size: 13px;
  font-weight: 550;
  margin: 18px 0 9px;
}
input:not([type="file"]),
select {
  width: 100%;
  border: 1px solid #ccd6d9;
  background: #fff;
  border-radius: 9px;
  padding: 13px 14px;
  outline: none;
  color: inherit;
}
input:focus,
select:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px #136b5914;
}
button:focus-visible,
a:focus-visible,
.dropzone:focus-within {
  outline: 3px solid #32997f;
  outline-offset: 3px;
}
.primary,
.secondary {
  display: inline-block;
  border: 0;
  border-radius: 9px;
  padding: 14px 20px;
  font-weight: 550;
  text-align: center;
  text-decoration: none;
}
.primary {
  background: var(--accent);
  color: white;
}
.primary:hover {
  background: #105b4c;
}
.secondary {
  background: #edf3f0;
  color: var(--accent);
}
.login-card .primary,
.upload-card > .primary {
  width: 100%;
  margin-top: 22px;
}
.quiet {
  background: none;
  border: 0;
  padding: 6px 0;
  color: var(--accent);
  font-size: 13px;
}
.muted {
  color: var(--muted);
}
.small {
  font-size: 12px;
  line-height: 1.7;
}
.login-card .small {
  margin-top: 22px;
}
.notice {
  padding: 15px 18px;
  background: #e9f3ee;
  color: #174d3d;
  border: 1px solid #cbded3;
  border-radius: 10px;
  margin-bottom: 24px;
  overflow-wrap: anywhere;
}
.notice.error {
  background: #fff0ed;
  color: #9d3322;
  border-color: #edd4cf;
}
.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}
.section-heading h1,
.section-heading h2 {
  margin: 0;
}
.section-heading .eyebrow {
  margin-bottom: 13px;
}
.workspace-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
  gap: 24px;
}
.dropzone {
  border: 1px dashed #b6ccc2;
  border-radius: 12px;
  min-height: 195px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: #f9fbfa;
  margin: 0;
  padding: 24px;
  cursor: pointer;
  text-align: center;
}
.dropzone.dragging {
  background: #e7f5ee;
  border-color: #136b59;
}
.dropzone strong {
  font-size: 15px;
  font-weight: 550;
  overflow-wrap: anywhere;
  max-width: 100%;
}
.dropzone input {
  max-width: 100%;
  font-size: 12px;
}
.upload-icon {
  width: 46px;
  height: 46px;
  border-radius: 13px;
  background: #eaf2ee;
  color: var(--accent);
  display: grid;
  place-items: center;
  font-size: 30px;
  font-weight: 300;
}
.explainer {
  background: #edf2ef;
  padding: 35px;
  border-color: #e0e7e1;
}
.explainer h2 {
  margin-top: 30px;
}
.explainer p {
  font-size: 14px;
  line-height: 1.8;
  color: #53665f;
}
.explainer p.small {
  font-size: 12px;
}
.explainer hr {
  border: 0;
  border-top: 1px solid #d4ded6;
  margin: 28px 0;
}
.link-result {
  margin-top: 24px;
  border-top: 1px solid var(--line);
  padding-top: 4px;
}
.link-result .secondary {
  margin-top: 12px;
  width: 100%;
}
.progress-caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}
progress {
  width: 100%;
  height: 8px;
  accent-color: var(--accent);
}
.files-heading {
  margin-top: 40px;
  margin-bottom: 16px;
}
.file-list {
  padding: 8px 24px;
}
.file-list > p {
  padding: 16px 0;
}
.file-row {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 21px 0;
  border-bottom: 1px solid #edf0f0;
}
.file-row:last-child {
  border: 0;
}
.file-icon {
  width: 36px;
  height: 42px;
  border-radius: 7px;
  background: #f0f4f3;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 600;
  flex-shrink: 0;
  color: #507566;
}
.file-description {
  min-width: 0;
  flex: 1;
}
.file-name {
  font-size: 14px;
  overflow-wrap: anywhere;
  font-weight: 550;
}
.file-meta {
  font-size: 12px;
  color: var(--muted);
  margin-top: 6px;
}
.file-actions {
  display: flex;
  gap: 18px;
  flex-shrink: 0;
}
.file-actions .danger {
  color: #a64b3b;
}
.pagination {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
}
.download-card {
  max-width: 600px;
  margin: 40px auto;
  text-align: center;
  padding: 45px;
}
.download-card .upload-icon {
  margin: 0 auto 25px;
}
.download-card h1 {
  font-size: 30px;
  overflow-wrap: anywhere;
}
.download-card .primary {
  margin: 20px 0;
  width: 100%;
}
.download-card .small {
  line-height: 1.8;
}
.download-card .eyebrow {
  margin-bottom: 18px;
}
footer {
  max-width: 1184px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 24px 0;
  border-top: 1px solid var(--line);
  font-size: 11px;
  color: #788881;
}
@media (max-width: 1280px) {
  main,
  footer {
    margin-left: 40px;
    margin-right: 40px;
  }
  .topbar {
    padding: 0 40px;
  }
  .login-layout {
    gap: 40px;
  }
  .intro h1 {
    font-size: 46px;
  }
}
@media (max-width: 760px) {
  .topbar {
    height: 75px;
    padding: 0 20px;
  }
  .brand {
    font-size: 17px;
  }
  .account {
    gap: 10px;
  }
  .account .badge {
    display: none;
  }
  main {
    margin: 0;
    padding: 30px 20px;
  }
  .login-layout {
    grid-template-columns: 1fr;
    padding: 0;
    gap: 26px;
  }
  .intro h1 {
    font-size: 36px;
    letter-spacing: -1px;
  }
  .intro .lead {
    font-size: 15px;
  }
  .feature-line {
    display: none;
  }
  .login-card {
    max-width: none;
  }
  .workspace-grid {
    grid-template-columns: 1fr;
  }
  .explainer {
    display: none;
  }
  h1 {
    font-size: 34px;
  }
  .section-heading > .muted {
    display: none;
  }
  .card {
    padding: 24px;
  }
  .file-list {
    padding: 4px 16px;
  }
  .file-row {
    flex-wrap: wrap;
    gap: 12px;
  }
  .file-actions {
    width: 100%;
    padding-left: 48px;
  }
  .download-card {
    margin: 20px auto;
    padding: 25px;
  }
  .download-card h1 {
    font-size: 25px;
  }
  .section-heading .eyebrow {
    font-size: 10px;
  }
  .dropzone {
    padding: 16px;
  }
  .dropzone strong {
    font-size: 13px;
  }
  footer {
    margin: 0 20px;
    gap: 20px;
    font-size: 10px;
  }
  .feature-line span {
    white-space: nowrap;
  }
}
