:root {
  color-scheme:dark;
  --bg:#0d1219;
  --card:#151c25;
  --line:#28323e;
  --text:#edf1f3;
  --muted:#a0adbd;
  --accent:#a9d9c8;
  --warn:#e7bc7a;
  --danger:#ee9b9b;
  --radius:20px;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-synthesis:none
}
* {
  box-sizing:border-box
}
body {
  margin:0;
  background:radial-gradient(ellipse at 14% -15%,#20352e75,transparent 45%),var(--bg);
  color:var(--text);
  font-size:15px;
  line-height:1.6;
  min-height:100vh
}
button,input {
  font:inherit
}
button,a,input {
  -webkit-tap-highlight-color:transparent
}
button,a {
  touch-action:manipulation
}
a {
  color:inherit;
  text-decoration:none
}
button {
  cursor:pointer
}
svg {
  width:24px;
  height:24px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.6;
  stroke-linecap:round;
  stroke-linejoin:round;
  flex-shrink:0
}
h1,h2,h3,p {
  margin:0
}
h1 {
  font-size:clamp(30px,4vw,40px);
  font-weight:630;
  letter-spacing:-1.5px;
  line-height:1.2
}
h2 {
  font-size:25px;
  font-weight:610;
  letter-spacing:-.65px
}
h3 {
  font-size:16px;
  font-weight:550
}
strong {
  font-weight:600
}
[hidden] {
  display:none!important
}
.wrap {
  max-width:1184px;
  padding:0 32px;
  margin:0 auto
}
.site-header {
  height:102px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-bottom:1px solid #26312f80
}
.brand {
  display:flex;
  align-items:center;
  gap:12px;
  font-size:17px;
  letter-spacing:1.8px;
  font-weight:730
}
.brand-light {
  font-weight:430;
  margin-left:5px;
  color:#bdc9cc
}
.account {
  display:flex;
  align-items:center;
  gap:12px
}
.avatar {
  display:grid;
  place-items:center;
  width:35px;
  height:35px;
  background:#283b35;
  color:var(--accent);
  border:1px solid #476257;
  border-radius:50%;
  font-weight:600
}
.account-name {
  font-size:14px;
  line-height:1.4
}
.account-name small {
  display:block;
  color:var(--muted);
  font-size:11px
}
.account form {
  margin-left:18px
}
.button-quiet {
  background:transparent;
  border:0;
  color:var(--muted);
  font-size:13px;
  padding:10px 0;
  display:inline-flex;
  align-items:center;
  gap:9px
}
.button-quiet:hover {
  color:var(--text)
}
.header-note {
  font-size:13px;
  color:var(--muted)
}
.dashboard {
  padding-top:22px
}
.demo-banner {
  display:flex;
  align-items:center;
  gap:9px;
  min-height:34px;
  font-size:12px;
  color:var(--muted)
}
.demo-banner strong {
  color:var(--accent);
  font-weight:500
}
.small-dot {
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--accent);
  display:inline-block;
  flex-shrink:0
}
.welcome {
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  margin:28px 0 30px;
  gap:20px
}
.eyebrow {
  font-size:10px;
  letter-spacing:1.9px;
  line-height:1.6;
  font-weight:650;
  color:#b1bfc9
}
.welcome .eyebrow {
  color:var(--accent);
  margin-bottom:9px
}
.welcome h1 {
  margin-bottom:9px
}
.muted {
  color:var(--muted)
}
.small {
  font-size:12px
}
.live-label {
  display:flex;
  align-items:center;
  gap:8px;
  color:var(--muted);
  font-size:11px;
  padding-bottom:5px;
  white-space:nowrap
}
.live-label.offline .small-dot {
  background:var(--warn)
}
.top-grid {
  display:grid;
  grid-template-columns:1.16fr 1fr;
  gap:22px
}
.card {
  background:linear-gradient(140deg,#19232c45,transparent 70%),var(--card);
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:0 8px 30px #0000000a;
  overflow:hidden
}
.storage-card,.upload-card {
  padding:25px 27px
}
.card-heading {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:22px
}
.card-heading .eyebrow {
  font-size:11px;
  letter-spacing:1.6px
}
.subtle-icon {
  color:#92a8a5;
  width:21px;
  height:21px
}
.storage-number {
  display:flex;
  align-items:baseline;
  gap:13px;
  flex-wrap:wrap;
  margin-top:32px
}
.storage-number strong {
  font-size:clamp(34px,4vw,53px);
  letter-spacing:-2px;
  line-height:1.15;
  font-weight:570;
  color:#e6f2ed
}
.storage-number>span {
  color:var(--accent);
  font-size:18px
}
.storage-total {
  color:var(--muted);
  font-size:13px;
  margin-top:8px
}
progress {
  display:block;
  appearance:none;
  -webkit-appearance:none;
  border:0;
  width:100%;
  height:6px;
  background:#2a3542;
  border-radius:10px;
  overflow:hidden;
  color:var(--accent)
}
progress::-webkit-progress-bar {
  background:#2a3542;
  border-radius:10px
}
progress::-webkit-progress-value {
  background:var(--accent);
  border-radius:10px;
  transition:width .4s ease
}
progress::-moz-progress-bar {
  background:var(--accent);
  border-radius:10px
}
.storage-progress {
  height:11px;
  margin-top:30px
}
.storage-progress.level-warning::-webkit-progress-value,.storage-progress.level-critical::-webkit-progress-value {
  background:var(--warn)
}
.storage-progress.level-warning::-moz-progress-bar,.storage-progress.level-critical::-moz-progress-bar {
  background:var(--warn)
}
.storage-stats {
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-size:11px;
  color:var(--muted);
  gap:8px;
  margin-top:12px
}
.storage-stats>span {
  display:flex;
  align-items:center;
  gap:6px;
  flex-wrap:wrap
}
.storage-stats strong {
  font-weight:500;
  color:var(--text);
  white-space:nowrap
}
.legend-dot {
  width:6px;
  height:6px;
  border-radius:2px;
  background:var(--accent);
  display:inline-block
}
.storage-foot {
  display:flex;
  align-items:center;
  gap:7px;
  border-top:1px solid var(--line);
  margin-top:32px;
  padding-top:19px;
  font-size:11px;
  color:#c4d4cb;
  flex-wrap:wrap
}
.storage-foot>.small {
  margin-left:auto;
  font-size:10px
}
.pill {
  font-size:10px;
  color:var(--muted);
  border:1px solid #36414d;
  border-radius:5px;
  line-height:1.8;
  padding:0 6px
}
.drop-zone {
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:22px 10px 19px;
  border:1px dashed #3c4b55;
  border-radius:12px;
  background:#0d151c50;
  cursor:pointer;
  transition:background .18s,border-color .18s;
  min-height:173px
}
.drop-zone:hover,.drop-zone.dragover {
  border-color:var(--accent);
  background:#a9d9c809
}
.upload-icon {
  display:grid;
  place-items:center;
  width:41px;
  height:41px;
  color:var(--accent);
  background:#a9d9c810;
  border-radius:12px;
  margin-bottom:10px
}
.upload-icon svg {
  width:21px;
  height:21px
}
.drop-zone strong {
  font-size:14px;
  font-weight:500;
  overflow-wrap:anywhere;
  max-width:100%
}
.drop-zone .small {
  margin-top:2px;
  font-size:11px
}
.file-link {
  color:var(--accent);
  text-decoration:underline;
  text-underline-offset:3px
}
.upload-limit {
  color:#a0adbd;
  font-size:10px;
  margin-top:11px
}
.file-input {
  position:absolute;
  width:1px;
  height:1px;
  clip-path:inset(50%);
  overflow:hidden
}
.upload-card:focus-within .drop-zone {
  border-color:var(--accent)
}
.button {
  background:var(--accent);
  color:#142b24;
  font-weight:650;
  border:1px solid transparent;
  border-radius:9px;
  min-height:44px;
  padding:10px 17px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:15px;
  font-size:13px;
  transition:background .15s,transform .15s
}
.button:hover {
  background:#bce8d9
}
.button:active {
  transform:translateY(1px)
}
.button:disabled {
  opacity:.65;
  cursor:wait
}
.upload-button {
  width:100%;
  margin-top:12px;
  justify-content:space-between
}
.upload-help {
  margin-top:11px;
  text-align:center;
  font-size:10px
}
.downloads-section {
  margin-top:38px
}
.downloads-heading {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px
}
.downloads-heading .eyebrow {
  font-size:9px;
  margin-bottom:4px
}
.tabs {
  display:flex;
  align-items:center;
  gap:7px;
  margin:20px 0 16px
}
.tab {
  display:flex;
  align-items:center;
  gap:9px;
  padding:7px 13px;
  border-radius:8px;
  font-size:12px;
  color:var(--muted);
  min-height:36px;
  border:1px solid transparent
}
.tab.selected {
  background:#202e2b;
  border-color:#344a42;
  color:#d7eae1
}
.tab>span {
  border-radius:5px;
  background:#ffffff08;
  padding:0 5px;
  font-size:10px;
  min-width:19px;
  text-align:center
}
.tab:hover {
  background:#ffffff08
}
.job-row {
  display:flex;
  align-items:flex-start;
  gap:17px;
  padding:21px 24px
}
.job-row+.job-row {
  border-top:1px solid var(--line)
}
.job-icon {
  width:43px;
  height:47px;
  border:1px solid #3d4c4b70;
  border-radius:10px;
  display:grid;
  place-items:center;
  background:linear-gradient(140deg,#33403e80,#18282150);
  color:#91b3a7;
  flex-shrink:0
}
.job-icon svg {
  width:22px;
  height:22px
}
.job-body {
  flex:1;
  min-width:0
}
.job-heading {
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px
}
.job-heading h3 {
  overflow-wrap:anywhere;
  letter-spacing:-.2px;
  line-height:1.5
}
.badge {
  font-size:10px;
  white-space:nowrap;
  display:inline-flex;
  align-items:center;
  gap:5px;
  border:1px solid #394656;
  background:#26324260;
  color:#b3c1d4;
  padding:3px 9px;
  border-radius:6px;
  line-height:1.6
}
.badge:before {
  content:"";
  width:4px;
  height:4px;
  border-radius:50%;
  background:currentColor
}
.badge-downloading,.badge-completed {
  color:#b3dfc9;
  background:#28423660;
  border-color:#39574470
}
.badge-repairing,.badge-extracting,.badge-processing {
  color:#d4c1e6;
  background:#453a5260;
  border-color:#6a527170
}
.badge-failed,.badge-rejected {
  color:var(--danger);
  background:#572b3660;
  border-color:#77445070
}
.badge-submission_unknown {
  color:var(--warn);
  background:#493d2460;
  border-color:#6b543870
}
.job-meta {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:12px;
  margin-top:4px;
  font-size:10px;
  color:var(--muted);
  min-height:16px
}
.job-meta [data-field="owner"] {
  color:#d1d9dc
}
.job-meta [data-field="speed"] {
  color:var(--accent)
}
.job-progress {
  display:flex;
  align-items:center;
  gap:16px;
  max-width:100%;
  margin-top:12px
}
.job-progress span {
  font-size:10px;
  color:#bac8c6;
  min-width:35px;
  text-align:right
}
.job-message {
  font-size:11px;
  color:var(--muted);
  margin-top:9px;
  max-width:760px
}
.status-failed .job-message,.status-rejected .job-message {
  color:var(--danger)
}
.status-submission_unknown .job-message {
  color:var(--warn)
}
.completion-note {
  display:flex;
  gap:8px;
  color:var(--muted);
  font-size:10px;
  margin-top:15px;
  align-items:flex-start
}
.completion-note svg {
  width:14px;
  height:14px;
  margin-top:1px
}
.notice {
  padding:13px 16px;
  border-radius:10px;
  border:1px solid #415449;
  font-size:12px;
  line-height:1.65;
  background:#21382d;
  color:#d6eadf;
  margin:14px 0;
  overflow-wrap:anywhere
}
.notice.warning {
  border-color:#6b5737;
  background:#332d22;
  color:#edce9f
}
.notice.error {
  border-color:#674047;
  background:#35232a;
  color:#f2b3ba
}
.storage-warnings .notice {
  margin-bottom:0;
  font-size:11px;
  padding:9px 11px
}
.empty-state {
  text-align:center;
  padding:45px 20px;
  color:var(--muted)
}
.empty-state svg {
  width:32px;
  height:32px;
  margin-bottom:10px;
  color:var(--accent)
}
.empty-state h3 {
  color:var(--text);
  font-size:15px;
  margin-bottom:3px
}
.empty-state p {
  font-size:12px
}
.pagination {
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-size:11px;
  color:var(--muted);
  margin:13px 0
}
.site-footer {
  display:flex;
  justify-content:space-between;
  gap:15px;
  padding-top:38px;
  padding-bottom:27px;
  font-size:10px;
  color:#92a0af
}
.footer-dot {
  padding:0 7px
}
.skip-link {
  position:absolute;
  top:-60px;
  left:20px;
  z-index:10;
  background:var(--accent);
  color:#123128;
  padding:10px 16px;
  border-radius:6px
}
.skip-link:focus {
  top:12px
}
:focus-visible {
  outline:2px solid var(--accent);
  outline-offset:4px
}
.login-layout {
  min-height:calc(100vh - 190px);
  display:grid;
  grid-template-columns:1.2fr 1fr;
  align-items:center;
  gap:70px;
  padding-top:60px;
  padding-bottom:60px
}
.login-intro h1 {
  font-size:clamp(39px,4.5vw,58px);
  line-height:1.13;
  letter-spacing:-2px;
  margin:19px 0 24px
}
.login-intro>p:not(.eyebrow) {
  color:var(--muted);
  font-size:15px;
  line-height:1.85
}
.login-intro .eyebrow {
  color:var(--accent);
  font-size:9px
}
.intro-detail {
  display:flex;
  align-items:center;
  gap:9px;
  font-size:11px;
  color:var(--muted);
  margin-top:40px
}
.login-card {
  padding:36px
}
.mini-icon {
  height:42px;
  width:42px;
  border-radius:13px;
  display:grid;
  place-items:center;
  background:#253b32;
  color:var(--accent);
  margin-bottom:26px
}
.login-card .eyebrow {
  font-size:9px;
  margin-bottom:9px
}
.login-card h2 {
  font-size:26px;
  margin-bottom:9px
}
.login-card>.muted {
  font-size:12px
}
.login-form {
  display:flex;
  flex-direction:column;
  gap:8px;
  margin-top:28px
}
.login-form label {
  font-size:12px;
  color:#d3dbe2
}
.login-form input {
  height:46px;
  border-radius:8px;
  border:1px solid #34414d;
  background:#101820;
  color:var(--text);
  padding:0 13px;
  font-size:14px;
  margin-bottom:10px;
  min-width:0
}
.login-form input::placeholder {
  color:#8795a6
}
.login-form .button {
  margin-top:9px;
  justify-content:space-between
}
.access-note {
  margin-top:23px;
  line-height:1.7
}
.demo-note {
  font-size:11px;
  color:var(--accent);
  display:flex;
  gap:7px;
  align-items:center;
  margin-top:19px
}
.error-page {
  max-width:660px;
  margin:80px auto;
  padding:40px
}
.error-page h1 {
  font-size:29px;
  margin:15px 0
}
.error-page .button {
  margin-top:26px
}
.storage-bar {
  display:block;
  width:100%;
  height:11px;
  margin-top:24px;
  border-radius:6px;
  overflow:hidden
}
.segment-used { fill:#7fa699 }
.segment-reserved { fill:#b6a477 }
.segment-free { fill:#35463f }
.storage-bar.unavailable { opacity:.3 }
.storage-plan { margin:16px 0; font-size:12px; color:var(--muted) }
.storage-plan>div { display:flex; justify-content:space-between; gap:12px; margin:8px 0 }
.storage-plan dt { min-width:0 }
.storage-plan dd { margin:0; white-space:nowrap; color:var(--text); font-variant-numeric:tabular-nums }
.storage-plan .legend-dot { margin-right:6px; background:#7fa699 }
.storage-plan .planned { background:#b6a477 }
.storage-plan .remaining { background:#35463f; border:1px solid #7fa699 }
.duplicate-feedback { margin-top:16px; overflow-wrap:anywhere }
.duplicate-feedback p+p { margin-top:8px }
@media(max-width:800px) {
  .wrap {
    padding-left:23px;
    padding-right:23px
  }
  .site-header {
    height:86px
  }
  .top-grid {
    gap:16px;
    grid-template-columns:1fr 1fr
  }
  .storage-card,.upload-card {
    padding:22px 20px
  }
  .storage-number strong {
    font-size:37px
  }
  .storage-number {
    gap:8px
  }
  .storage-foot>.small {
    width:100%;
    margin-left:13px
  }
  .live-label {
    display:none
  }
  .login-layout {
    gap:30px
  }
  .login-card {
    padding:27px
  }
  .login-intro h1 {
    font-size:42px
  }
}
@media(max-width:620px) {
  .wrap {
    padding-left:19px;
    padding-right:19px
  }
  .site-header {
    height:78px
  }
  .brand {
    font-size:13px;
    gap:9px;
    letter-spacing:1.1px
  }
  .brand img {
    height:31px;
    width:31px
  }
  .account {
    gap:8px
  }
  .account .avatar {
    display:none
  }
  .account-name {
    font-size:11px
  }
  .account form {
    margin-left:7px
  }
  .button-quiet {
    font-size:11px
  }
  .welcome {
    margin:25px 0 22px
  }
  .welcome h1 {
    font-size:31px;
    letter-spacing:-1px
  }
  .welcome>.muted,.welcome .muted {
    font-size:12px
  }
  .demo-banner {
    font-size:10px;
    gap:7px;
    flex-wrap:wrap;
    line-height:1.3
  }
  .demo-banner>span:last-child {
    flex:1;
    min-width:170px
  }
  .top-grid {
    grid-template-columns:1fr;
    gap:16px
  }
  .storage-card,.upload-card {
    padding:23px
  }
  .storage-number {
    margin-top:21px
  }
  .storage-number strong {
    font-size:46px
  }
  .storage-progress {
    margin-top:23px
  }
  .storage-foot {
    margin-top:24px
  }
  .storage-foot>.small {
    width:auto;
    margin-left:auto
  }
  .card-heading {
    margin-bottom:15px
  }
  .storage-total {
    font-size:12px
  }
  .drop-zone {
    min-height:155px;
    padding:17px 10px
  }
  .upload-card .upload-help {
    font-size:10px
  }
  .downloads-section {
    margin-top:29px
  }
  h2 {
    font-size:22px
  }
  .downloads-heading .small {
    font-size:10px
  }
  .tabs {
    margin-top:17px
  }
  .job-row {
    padding:19px 17px;
    gap:11px
  }
  .job-icon {
    width:33px;
    height:39px
  }
  .job-icon svg {
    width:18px;
    height:18px
  }
  .job-heading {
    flex-wrap:wrap;
    gap:5px
  }
  .job-heading h3 {
    font-size:14px;
    width:100%
  }
  .badge {
    font-size:9px;
    padding:2px 7px
  }
  .job-meta {
    font-size:9px;
    gap:8px;
    margin-top:7px
  }
  .job-progress {
    gap:8px;
    margin-top:10px
  }
  .job-progress span {
    font-size:9px
  }
  .job-message {
    font-size:10px
  }
  .completion-note {
    font-size:9px
  }
  .site-footer {
    padding-top:29px;
    font-size:9px
  }
  .site-footer>span:last-child {
    display:none
  }
  .login-layout {
    grid-template-columns:1fr;
    gap:28px;
    padding-top:34px;
    padding-bottom:15px
  }
  .login-intro h1 {
    font-size:35px;
    margin:10px 0 12px
  }
  .login-intro>p:not(.eyebrow) {
    font-size:12px
  }
  .intro-detail {
    display:none
  }
  .login-card {
    padding:27px 23px
  }
  .login-card .mini-icon {
    display:none
  }
  .login-card h2 {
    font-size:25px
  }
  .header-note {
    font-size:10px;
    max-width:110px;
    text-align:right
  }
  .error-page {
    padding:25px;
    margin:40px 0
  }
  .error-page h1 {
    font-size:26px
  }
}
@media(prefers-reduced-motion:reduce) {
  *,*:before,*:after {
    transition:none!important;
    animation:none!important;
    scroll-behavior:auto!important
  }
}
