:root { color-scheme: light; font-family: Arial, Helvetica, sans-serif; color: #171717; background: #f4f4ef; }
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; background: radial-gradient(circle at 92% 0%, #d9f78b 0 8%, transparent 24%), #f4f4ef; }
.shell { width: min(1040px, calc(100% - 2rem)); margin: 0 auto 4rem; }
.site-header { min-height: 88px; display: flex; align-items: center; gap: 1.25rem; border-bottom: 1px solid #cfd0c8; }
.brand { display: inline-flex; align-items: center; padding: .7rem 0; }.brand img { display: block; width: 145px; height: auto; }
.product-label { font-size: .875rem; color: #62645e; border-left: 1px solid #cfd0c8; padding-left: 1.25rem; }.secure-label { margin-left: auto; border: 1px solid #171717; border-radius: 99px; padding: .45rem .75rem; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.intro { padding: clamp(3rem, 8vw, 6rem) 0 3rem; max-width: 740px; }.eyebrow { color: #171717; font-weight: 700; margin: 0 0 1rem; text-transform: uppercase; font-size: .75rem; letter-spacing: .12em; }.intro h1 { font-size: clamp(3rem, 7vw, 6.4rem); line-height: .88; letter-spacing: -.075em; margin: 0; font-weight: 800; }.intro h1::first-line { color: #171717; }.intro p:last-child { max-width: 560px; margin: 1.8rem 0 0; font-size: 1.12rem; line-height: 1.45; color: #4e504b; }
.card { position: relative; max-width: 760px; background: #fff; border: 1px solid #171717; border-radius: 22px; padding: clamp(1.25rem, 4vw, 2.25rem); box-shadow: 8px 8px 0 #b9e543; margin-block: 1rem; }.login-card { max-width: 460px; }.card::before { content: ""; display: block; width: 48px; height: 5px; border-radius: 99px; background: #b9e543; margin-bottom: 1.35rem; }
.hidden { display: none; } form, fieldset { display: grid; gap: .55rem; } fieldset { border: 0; padding: 0; margin: 0; } legend { font-weight: 800; font-size: 1.5rem; margin-bottom: .75rem; letter-spacing: -.03em; }
label { font-weight: 700; margin-top: .85rem; } input { width: 100%; min-height: 50px; padding: .7rem .8rem; border: 1px solid #767871; border-radius: 12px; background: #fff; color: #171717; font: inherit; } input[type="file"] { border-style: dashed; padding: .8rem; background: #f7f7f4; } input:focus-visible, button:focus-visible, a:focus-visible { outline: 3px solid #171717; outline-offset: 3px; } input:user-invalid { border-color: #b90025; }
button { min-height: 50px; justify-self: start; border: 1px solid #171717; border-radius: 12px; padding: .75rem 1.15rem; background: #b9e543; color: #171717; font: inherit; font-weight: 800; cursor: pointer; margin-top: 1rem; transition: transform .15s ease, background-color .15s ease; } button:hover { background: #c9f25b; transform: translate(-2px, -2px); box-shadow: 4px 4px 0 #171717; }
button:disabled { cursor: progress; opacity: .72; transform: none; box-shadow: none; }
button.secondary { margin-top: 0; background: #fff; } button.secondary:hover { background: #f4f4ef; }
.error { min-height: 1.25rem; color: #a5162a; font-weight: 600; }.warning { color: #735a00; font-weight: 600; padding-left: 1.2rem; }.warning:empty { display: none; }.warning li + li { margin-top: .45rem; }.field { border-top: 1px solid #d7d8d0; padding-top: .8rem; margin-top: .5rem; }.state, .source, .reason { font-size: .875rem; margin: .45rem 0 0; }.state, .source { color: #5e6059; }.reason { color: #a5162a; font-weight: 600; }.field input[data-status="found"] { border-left: 5px solid #8dc525; }.field input[data-status="conflict"], .field input[data-status="missing"] { border-left: 5px solid #d94343; }.field input[data-status="candidate"] { border-left: 5px solid #d9ae00; }
.upload-status { margin-top: .9rem; color: #30332d; font-weight: 700; }.upload-status p { margin: 0 0 .45rem; }.upload-status progress { display: block; width: 100%; height: 14px; accent-color: #8dc525; }
.continue-hint { margin: -.1rem 0 0; color: #5e6059; font-size: .875rem; }
.add-requisites { border-top: 1px solid #d7d8d0; margin-top: 1rem; padding-top: 1rem; }.add-requisites label { display: block; margin-top: 0; }.add-requisites input { margin-top: .4rem; }.add-requisites button { margin-top: .65rem; }
#review-card { max-width: 900px; } #review-card h2 { font-size: 2rem; letter-spacing: -.04em; margin-top: 0; } #download { display: inline-block; margin-top: 1rem; border-radius: 12px; background: #171717; color: #fff; padding: .85rem 1rem; font-weight: 800; text-decoration: none; }
@media (max-width: 560px) { .shell { width: min(100% - 1.25rem, 1040px); }.site-header { min-height: 70px; gap: .7rem; }.brand img { width: 115px; }.product-label { padding-left: .7rem; }.secure-label { display: none; }.intro { padding-top: 3rem; }.intro h1 { font-size: 3.4rem; }.intro p:last-child { font-size: 1rem; }.card { box-shadow: 5px 5px 0 #b9e543; } }
