.auth-body { min-height: 100vh; color: var(--tv-text); background: radial-gradient(circle at 20% 20%, rgba(0, 188, 229, .1), transparent 24rem), radial-gradient(circle at 85% 10%, rgba(41, 98, 255, .16), transparent 30rem), var(--tv-bg); }
.auth-header { width: min(1180px, calc(100% - 40px)); min-height: 76px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--tv-border); }
.auth-brand { display: inline-flex; align-items: center; gap: 9px; color: var(--tv-text); text-decoration: none; }
.auth-brand strong { font-size: 16px; }.auth-brand > span:last-child { color: var(--tv-muted); font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.auth-layout { width: min(1080px, calc(100% - 40px)); min-height: calc(100vh - 76px); margin: 0 auto; padding: 70px 0 90px; display: grid; grid-template-columns: minmax(0, 1fr) 440px; align-items: center; gap: 100px; }
.auth-introduction { max-width: 560px; }
.auth-introduction h1 { margin: 0; font-size: clamp(44px, 5.2vw, 68px); line-height: 1.01; letter-spacing: -.05em; }
.auth-introduction > p:not(.eyebrow) { margin: 23px 0 0; max-width: 530px; color: var(--tv-muted); font-size: 17px; line-height: 1.7; }
.auth-benefits { margin: 36px 0 0; padding: 0; list-style: none; }
.auth-benefits li { display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding: 16px 0; border-top: 1px solid var(--tv-border); }
.auth-benefits li > span { color: #6991ff; font: 10px var(--font-code); }.auth-benefits strong, .auth-benefits small { display: block; }.auth-benefits strong { margin-bottom: 5px; font-size: 14px; }.auth-benefits small { color: var(--tv-muted); font-size: 12px; line-height: 1.5; }
.auth-card { padding: 34px; border: 1px solid var(--tv-border-strong); border-radius: 15px; background: rgba(19, 23, 34, .94); box-shadow: 0 35px 90px rgba(0, 0, 0, .38); }
.auth-card-heading { margin-bottom: 27px; }.auth-card-heading h2 { margin: 0; font-size: 29px; letter-spacing: -.035em; }.auth-card-heading > p:last-child { margin: 9px 0 0; color: var(--tv-muted); font-size: 12px; }.auth-card a { color: #8aa8ff; }
.auth-field { display: grid; gap: 7px; margin-top: 16px; }.auth-field > span { color: var(--tv-muted); font-size: 11px; font-weight: 700; }.auth-field input { width: 100%; height: 46px; padding: 0 13px; border: 1px solid var(--tv-border); border-radius: 9px; outline: 0; color: var(--tv-text); background: #0f121a; font: inherit; font-size: 13px; }.auth-field input:focus { border-color: var(--tv-blue); box-shadow: 0 0 0 3px rgba(41, 98, 255, .12); }.auth-field input::placeholder { color: #60626b; }
.password-guidance { margin-top: 10px; display: grid; grid-template-columns: 84px 1fr; align-items: center; gap: 10px; }.password-guidance::before { content: ""; grid-column: 1; grid-row: 1; width: 84px; height: 3px; border-radius: 3px; background: var(--tv-border); }.password-guidance > span { z-index: 1; grid-column: 1; grid-row: 1; width: 0; height: 3px; border-radius: 3px; background: var(--tv-blue); transition: width .18s ease, background .18s ease; }.password-guidance small { color: var(--tv-subtle); font-size: 9px; }
.full-width { width: 100%; margin-top: 18px; }.form-message { min-height: 20px; margin: 14px 0 0; padding: 0; color: var(--tv-muted); font-size: 11px; line-height: 1.5; }.form-message:not(:empty) { padding: 10px 12px; border: 1px solid var(--tv-border); border-radius: 8px; background: rgba(120, 123, 134, .08); }.form-message.error { color: #ff9ba2; border-color: rgba(242, 54, 69, .4); background: rgba(242, 54, 69, .08); }.form-message.success { color: #84ccc0; border-color: rgba(8, 153, 129, .4); background: rgba(8, 153, 129, .08); }
.auth-legal-notice { margin: 18px 0 0; color: var(--tv-muted); font-size: 11px; line-height: 1.65; text-align: center; }.auth-legal-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 25px; color: var(--tv-muted); font-size: 12px; }.auth-legal-links a { color: #8aa8ff; text-decoration: none; }.auth-legal-links a:hover { color: #b8c8ff; text-decoration: underline; }
.auth-market-card { margin-top: 38px; overflow: hidden; border: 1px solid var(--tv-border); border-radius: 12px; background: rgba(19, 23, 34, .82); }.market-card-header, .market-card-footer { display: flex; align-items: center; justify-content: space-between; padding: 13px 16px; color: var(--tv-subtle); font-size: 9px; letter-spacing: .1em; }.market-card-header { border-bottom: 1px solid var(--tv-border); }.market-card-header strong { color: var(--tv-green); }.market-card-footer { justify-content: flex-start; gap: 24px; border-top: 1px solid var(--tv-border); }.market-chart { height: 130px; display: flex; align-items: end; gap: 8px; padding: 24px 18px; background-image: linear-gradient(rgba(120, 123, 134, .09) 1px, transparent 1px), linear-gradient(90deg, rgba(120, 123, 134, .09) 1px, transparent 1px); background-size: 32px 32px; }.market-chart i { position: relative; flex: 1; height: 35%; background: var(--tv-green); }.market-chart i::before { content: ""; position: absolute; left: 50%; top: -12px; bottom: -12px; width: 1px; background: inherit; }.market-chart i:nth-child(2) { height: 53%; background: var(--tv-red); }.market-chart i:nth-child(3) { height: 45%; }.market-chart i:nth-child(4) { height: 72%; }.market-chart i:nth-child(5) { height: 62%; background: var(--tv-red); }.market-chart i:nth-child(6) { height: 82%; }.market-chart i:nth-child(7) { height: 93%; }
button:disabled { cursor: wait; opacity: .65; }
@media (max-width: 860px) { .auth-layout { grid-template-columns: 1fr; gap: 45px; padding-top: 50px; }.auth-introduction { max-width: 680px; }.auth-introduction h1 { font-size: clamp(42px, 8vw, 62px); }.login-layout .auth-market-card { display: none; }.auth-card { width: min(500px, 100%); } }
@media (max-width: 520px) { .auth-header, .auth-layout { width: min(100% - 26px, 1080px); }.auth-brand > span:last-child { display: none; }.auth-header { min-height: 66px; }.auth-layout { min-height: calc(100vh - 66px); padding: 38px 0 60px; }.auth-introduction h1 { font-size: 40px; }.auth-introduction > p:not(.eyebrow) { font-size: 15px; }.auth-benefits { margin-top: 26px; }.auth-card { padding: 25px 20px; } }
