:root {
  --wine: #1b0b12;
  --wine-2: #2b101c;
  --wine-3: #3c1726;
  --cream: #f5ebe5;
  --cream-muted: #cdbbb6;
  --gold: #ffb000;
  --ice: #4cc9f0;
  --line: rgba(245,235,229,.17);
  --danger: #ff5270;
  --max: 1500px;
}

* { box-sizing: border-box; }
html { min-width: 0; overflow-x: hidden; scroll-behavior: smooth; background: var(--wine); }
body { width: 100%; max-width: 100%; min-width: 0; margin: 0; overflow-x: hidden; color: var(--cream); font-family: Inter, "Segoe UI", Arial, sans-serif; background: radial-gradient(circle at 80% 18%, rgba(76,201,240,.11), transparent 31%), linear-gradient(135deg, #170910, #2b101c 54%, #12070d); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
::selection { color: var(--wine); background: var(--gold); }

.data-rain { position: fixed; z-index: 0; inset: 0; width: 100%; height: 100%; opacity: .45; pointer-events: none; }
.matrix { position: fixed; z-index: 0; inset: 0; pointer-events: none; opacity: .09; background-image: linear-gradient(rgba(245,235,229,.14) 1px,transparent 1px),linear-gradient(90deg,rgba(245,235,229,.14) 1px,transparent 1px); background-size: 76px 76px; mask-image: linear-gradient(90deg,transparent,#000 50%,transparent); }
.orb { position: fixed; z-index: 0; width: 42vw; height: 42vw; border-radius: 50%; filter: blur(120px); opacity: .09; pointer-events: none; animation: orb-drift 18s ease-in-out infinite alternate; }
.orb--gold { top: -27vw; right: -13vw; background: var(--gold); }
.orb--ice { bottom: -31vw; left: -18vw; background: var(--ice); animation-delay: -8s; }
.shell { position: relative; z-index: 1; width: min(calc(100% - 84px),var(--max)); min-height: 100vh; margin-inline: auto; }

.header { min-height: 97px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; border-bottom: 1px solid var(--line); }
.logo { display: inline-flex; width: max-content; align-items: center; gap: 13px; }
.logo__sign { width: 38px; height: 38px; display: grid; place-content: center; gap: 4px; border: 1px solid var(--gold); transform: rotate(-7deg); transition: transform .35s,background .35s; }
.logo__sign i { width: 21px; height: 3px; background: var(--gold); transform-origin: left; animation: logo-scan 2.4s ease-in-out infinite alternate; }
.logo__sign i:nth-child(2) { width: 14px; background: var(--cream); animation-delay: -.65s; }.logo__sign i:nth-child(3) { width: 8px; background: var(--ice); animation-delay: -1.1s; }
.logo:hover .logo__sign { transform: rotate(0deg); background: rgba(255,176,0,.07); }
.logo__name { font-size: 30px; font-weight: 950; letter-spacing: -.075em; }
.header__section { color: #b8a4a9; font-size: 11px; font-weight: 900; letter-spacing: .18em; white-space: nowrap; }.header__section i { color: var(--gold); font-style: normal; }
.header__state { justify-self: end; display: inline-flex; align-items: center; gap: 9px; color: #9f8b91; font-size: 11px; font-weight: 900; letter-spacing: .1em; white-space: nowrap; }
.header__state i { width: 8px; height: 8px; border-radius: 50%; background: var(--ice); box-shadow: 0 0 0 0 rgba(76,201,240,.3); animation: state-pulse 2.2s ease-out infinite; }

.main { min-height: 765px; display: grid; grid-template-columns: minmax(0,1.08fr) minmax(430px,.72fr); gap: clamp(60px,7vw,120px); align-items: center; padding: 68px 0 79px; }
.hero,.access { min-width: 0; }.hero { animation: enter-up .72s .05s both; }
.hero__line { display: flex; align-items: center; gap: 12px; max-width: 760px; margin-bottom: 43px; color: #8e777e; font: 700 11px/1 Consolas,monospace; }
.hero__line i { height: 1px; flex: 1; background: linear-gradient(90deg,rgba(255,176,0,.75),transparent); }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: var(--gold); font-size: 12px; font-weight: 950; letter-spacing: .2em; }
.eyebrow span { width: 40px; height: 3px; background: var(--ice); animation: eyebrow-grow 2.6s ease-in-out infinite alternate; }
h1 { margin: 0; font-size: clamp(68px,6.7vw,109px); line-height: .9; letter-spacing: -.066em; }
h1 em { color: var(--gold); font-style: normal; }.h1 > span,h1 > span { color: var(--ice); }
.lead { max-width: 690px; margin: 32px 0 0; color: #c9b6b1; font-size: 17px; line-height: 1.7; }

.fabric { max-width: 810px; margin-top: 43px; border: 1px solid var(--line); background: rgba(18,7,12,.5); box-shadow: 0 25px 82px rgba(0,0,0,.25); }
.fabric__head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 13px 17px; border-bottom: 1px solid var(--line); color: #9f888f; font-size: 10px; font-weight: 900; letter-spacing: .15em; }.fabric__head span:last-child { color: var(--ice); }
.fabric__body { min-height: 119px; display: grid; grid-template-columns: 47px 1fr 63px 1fr 47px; align-items: center; gap: 8px; padding: 19px; overflow: hidden; }
.fabric__source { position: relative; width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid #8b7279; font: 900 10px Consolas,monospace; }
.fabric__source i { position: absolute; right: -4px; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); animation: dot-pulse 1.4s ease-in-out infinite; }.fabric__source--out i { right: auto; left: -4px; background: var(--ice); }
.fabric__lanes { display: grid; gap: 8px; overflow: hidden; }.fabric__lanes > div { height: 9px; display: flex; align-items: center; justify-content: space-around; border-top: 1px solid #5d424c; }
.fabric__lanes i { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 9px rgba(255,176,0,.35); animation: lane-flow 2.2s linear infinite; }
.fabric__lanes i:nth-child(2) { animation-delay: -.35s; }.fabric__lanes i:nth-child(3) { animation-delay: -.7s; }.fabric__lanes i:nth-child(4) { animation-delay: -1.05s; }.fabric__lanes i:nth-child(5) { animation-delay: -1.4s; }.fabric__lanes i:nth-child(6) { animation-delay: -1.75s; }
.fabric__lanes--out i { background: var(--ice); box-shadow: 0 0 9px rgba(76,201,240,.35); animation-direction: reverse; }
.fabric__core { position: relative; width: 63px; height: 63px; display: grid; place-items: center; color: var(--wine); background: var(--gold); font-size: 26px; font-weight: 950; }
.fabric__core::before { position: absolute; inset: -8px; content: ""; border: 1px solid rgba(76,201,240,.55); animation: core-spin 9s linear infinite; }.fabric__core i { position: absolute; top: -11px; right: -11px; width: 7px; height: 7px; background: var(--ice); }
.fabric__channels { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid var(--line); }
.fabric__channels > div { min-height: 82px; display: grid; grid-template-columns: 28px 1fr; align-content: center; gap: 4px 9px; padding: 14px; border-right: 1px solid var(--line); }.fabric__channels > div:last-child { border-right: 0; }
.fabric__channels span { grid-row: 1 / 3; color: var(--gold); font: 700 10px Consolas,monospace; }.fabric__channels strong { font-size: 12px; }.fabric__channels small { color: #927c83; font-size: 11px; }

.access { width: 100%; max-width: 550px; justify-self: end; animation: enter-up .78s .15s both; }
.login-card { position: relative; padding: 39px 39px 31px; border: 1px solid rgba(255,176,0,.22); color: #25131a; background: rgba(245,235,229,.985); box-shadow: 0 36px 105px rgba(0,0,0,.42); }
.login-card::before { position: absolute; top: -1px; left: -1px; width: 118px; height: 6px; content: ""; background: linear-gradient(90deg,var(--gold),var(--ice)); }
.login-card__edge { position: absolute; top: 32px; right: -7px; display: grid; gap: 6px; }.login-card__edge i { width: 7px; height: 7px; background: var(--gold); animation: edge-blink 1.5s infinite; }.login-card__edge i:nth-child(2) { animation-delay: .25s; }.login-card__edge i:nth-child(3) { animation-delay: .5s; }
.login-card__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }.login-card__head > div > span { color: #875f6a; font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.login-card h2 { margin: 11px 0 0; font-size: 37px; letter-spacing: -.045em; }
.shield { position: relative; width: 44px; height: 48px; flex: 0 0 auto; background: #2d1620; clip-path: polygon(50% 0,100% 16%,92% 70%,50% 100%,8% 70%,0 16%); }
.shield::before { position: absolute; top: 16px; left: 14px; width: 15px; height: 12px; content: ""; border: 3px solid var(--gold); border-top: 0; }.shield i { position: absolute; top: 9px; left: 17px; width: 9px; height: 10px; border: 3px solid var(--gold); border-bottom: 0; border-radius: 7px 7px 0 0; }
.login-card__intro { margin: 17px 0 0; color: #755f66; font-size: 14px; line-height: 1.6; }
.login-form { display: grid; gap: 9px; margin-top: 26px; }.login-form > label:not(.remember) { margin-top: 6px; color: #4f343d; font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.field { position: relative; }.field input { width: 100%; height: 56px; padding: 0 102px 0 15px; border: 1px solid #cebcc0; border-radius: 0; outline: 0; color: #2a131c; background: #fffaf7; font-size: 15px; transition: border-color .2s,box-shadow .2s,background .2s; }
.field input:focus { border-color: #c98500; background: #fff; box-shadow: 0 0 0 3px rgba(255,176,0,.15); }.field > span,.password-toggle { position: absolute; top: 50%; right: 15px; transform: translateY(-50%); }.field > span { color: #977f86; font: 800 11px Consolas,monospace; }
.password-toggle { padding: 7px 0; border: 0; color: #895d00; background: transparent; cursor: pointer; font-size: 11px; font-weight: 900; }
.remember { min-height: 38px; display: flex; align-items: center; gap: 9px; color: #78636a; font-size: 13px; }.remember input { width: 16px; height: 16px; accent-color: #c88400; }
.submit { height: 57px; display: flex; align-items: center; justify-content: space-between; padding: 0 19px; border: 0; color: #241009; background: var(--gold); cursor: pointer; font-size: 13px; font-weight: 950; letter-spacing: .1em; transition: transform .2s,box-shadow .2s,background .2s; }.submit:hover { transform: translateY(-2px); background: #ffc036; box-shadow: 0 10px 29px rgba(255,176,0,.26); }.submit span:last-child { font-size: 23px; font-weight: 400; }
.login-error { display: flex; gap: 12px; margin-top: 5px; padding: 14px; border-left: 4px solid var(--danger); color: #6c2033; background: #fff0f2; animation: error-in .35s both; }.login-error[hidden] { display: none; }.login-error__icon { width: 23px; height: 23px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #fff; background: var(--danger); font-weight: 900; }.login-error strong { font-size: 13px; }.login-error p { margin: 4px 0 0; font-size: 12px; line-height: 1.45; }
.security { display: flex; gap: 12px; margin-top: 22px; padding-top: 18px; border-top: 1px solid #d7c9cc; color: #7c686e; }.security p { margin: 0; font-size: 12px; line-height: 1.5; }.security > span { width: 14px; height: 17px; flex: 0 0 auto; margin-top: 2px; background: #219abc; clip-path: polygon(50% 0,100% 18%,90% 72%,50% 100%,10% 72%,0 18%); }
.download { display: grid; grid-template-columns: 44px minmax(0,1fr) auto; align-items: center; gap: 15px; margin-top: 19px; padding: 17px 18px; border: 1px solid var(--line); background: rgba(255,255,255,.025); transition: transform .25s,border-color .25s,background .25s; }.download:hover { transform: translateY(-3px); border-color: rgba(255,176,0,.56); background: rgba(255,176,0,.055); }.download__icon { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,176,0,.62); color: var(--gold); font-size: 23px; }.download small { display: block; margin-bottom: 5px; color: var(--ice); font-size: 10px; font-weight: 950; letter-spacing: .12em; }.download strong { display: block; font-size: 13px; }.download__type { color: #91787f; font: 700 11px Consolas,monospace; }

.pipeline { display: grid; grid-template-columns: 215px repeat(3,minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.pipeline__title,.pipeline__item { min-height: 101px; padding: 17px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.pipeline__title { display: grid; align-content: center; gap: 9px; color: var(--wine); background: var(--gold); }.pipeline__title span { font-size: 10px; font-weight: 900; letter-spacing: .12em; }.pipeline__title strong { font-size: 16px; }
.pipeline__item { display: grid; grid-template-columns: 1fr minmax(65px,.8fr) auto; align-items: center; gap: 12px; }.pipeline__item > span { font: 700 11px Consolas,monospace; }.pipeline__item > div { display: flex; align-items: center; justify-content: space-around; }.pipeline__item i { width: 5px; height: 18px; background: var(--ice); animation: pipe-wave .7s ease-in-out infinite alternate; }.pipeline__item i:nth-child(2n) { height: 8px; animation-delay: -.25s; }.pipeline__item i:nth-child(3n) { height: 13px; animation-delay: -.45s; }.pipeline__item b { color: var(--gold); font-size: 9px; letter-spacing: .08em; }
.footer { min-height: 79px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #8d737b; font-size: 11px; font-weight: 800; letter-spacing: .08em; }

@keyframes enter-up { from { opacity: 0; transform: translateY(23px); } to { opacity: 1; transform: none; } }
@keyframes orb-drift { to { transform: translate(65px,-45px) scale(1.12); } }
@keyframes logo-scan { to { width: 8px; transform: translateX(11px); } }
@keyframes state-pulse { to { box-shadow: 0 0 0 10px rgba(76,201,240,0); } }
@keyframes eyebrow-grow { to { width: 57px; } }
@keyframes dot-pulse { 50% { transform: scale(1.7); opacity: .35; } }
@keyframes lane-flow { from { transform: translateX(-45px); opacity: 0; } 20%,80% { opacity: 1; } to { transform: translateX(45px); opacity: 0; } }
@keyframes core-spin { to { transform: rotate(360deg); } }
@keyframes edge-blink { 50% { opacity: .2; transform: scale(.7); } }
@keyframes pipe-wave { to { height: 4px; opacity: .45; } }
@keyframes error-in { from { opacity: 0; transform: translateY(-7px); } }

@media (max-width: 1140px) {
  .main { grid-template-columns: 1fr; gap: 62px; }.hero__line { max-width: none; }.access { max-width: 650px; justify-self: start; }h1 { font-size: clamp(72px,10vw,108px); }
  .pipeline { grid-template-columns: repeat(3,minmax(0,1fr)); }.pipeline__title { grid-column: 1 / -1; min-height: 75px; }
}
@media (max-width: 760px) {
  .shell { width: calc(100% - 40px); }.header { min-height: 82px; grid-template-columns: 1fr auto; }.header__section { display: none; }
  .main { gap: 50px; padding: 54px 0 61px; }h1 { font-size: clamp(59px,14.5vw,88px); }.lead { font-size: 16px; }
  .pipeline { grid-template-columns: 1fr; }.pipeline__title { grid-column: auto; }.login-card { padding: 31px 23px 26px; }.footer { min-height: 123px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 8px; }
}
@media (max-width: 520px) {
  .shell { width: calc(100% - 30px); }.header__state { font-size: 9px; letter-spacing: .07em; }.hero__line { margin-bottom: 33px; }.eyebrow { font-size: 10px; letter-spacing: .14em; }
  h1 { font-size: clamp(53px,15.5vw,70px); line-height: .94; }.fabric { margin-top: 35px; }.fabric__body { grid-template-columns: 38px 1fr 51px 1fr 38px; gap: 5px; padding: 18px 9px; }.fabric__source { width: 37px; height: 37px; }.fabric__core { width: 51px; height: 51px; font-size: 21px; }
  .fabric__channels { grid-template-columns: 1fr; }.fabric__channels > div { min-height: 66px; border-right: 0; border-bottom: 1px solid var(--line); }.fabric__channels > div:last-child { border-bottom: 0; }
  .login-card { padding: 28px 19px 24px; }.login-card h2 { font-size: 33px; }.login-card__edge { display: none; }.download { grid-template-columns: 39px minmax(0,1fr); padding: 14px; }.download__icon { width: 37px; height: 37px; }.download__type { display: none; }
}
@media (max-width: 350px) {
  .shell { width: calc(100% - 24px); }.header__state { display: none; }.header { grid-template-columns: 1fr; }h1 { font-size: 49px; }.login-card { padding-inline: 14px; }
  .fabric__body { grid-template-columns: 32px 1fr 44px 1fr 32px; }.fabric__source { width: 32px; height: 32px; }.fabric__core { width: 44px; height: 44px; }.download strong { font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }*,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
