:root {
  --paper: #fbfaf7;
  --ink: #20211f;
  --muted: #878983;
  --line: #deded8;
  --soft: #f2f1ec;
  --green: #b8df34;
  --orange: #e66832;
}

* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.shell { max-width: 1160px; min-height: 100vh; margin: 0 auto; padding: 30px 58px 34px; display: flex; flex-direction: column; }
.topbar { display: flex; justify-content: space-between; align-items: center; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; font-size: 18px; font-weight: 800; letter-spacing: -.04em; }
.brand-mark { width: 24px; height: 24px; display: inline-flex; align-items: end; gap: 3px; }
.brand-mark i { display: block; width: 5px; border-radius: 3px; background: var(--ink); transform: skew(-17deg); }
.brand-mark i:nth-child(1) { height: 13px; }.brand-mark i:nth-child(2) { height: 20px; }.brand-mark i:nth-child(3) { height: 16px; }
.local-pill { color: var(--muted); font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }
.dot { width: 7px; height: 7px; display: inline-block; margin-right: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 3px rgba(184, 223, 52, .18); }
.hero { width: min(100%, 790px); margin: 134px auto 0; text-align: center; }
.eyebrow { color: var(--orange); font-family: "DM Mono", monospace; font-size: 11px; font-weight: 500; letter-spacing: .16em; }
.eyebrow span { margin-left: 11px; color: #b5b6af; }
h1 { margin: 22px 0 20px; font-size: clamp(42px, 6vw, 76px); line-height: 1.08; letter-spacing: -.075em; font-weight: 700; }
h1 em { color: var(--orange); font-style: normal; }
.intro { max-width: 420px; margin: 0 auto; color: var(--muted); font-size: 14px; line-height: 1.9; }
.download-form { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 43px; padding: 7px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 13px 28px rgba(50, 50, 40, .055); }
.input-wrap { position: relative; flex: 1; display: flex; }
input { width: 100%; min-width: 0; padding: 14px 48px 14px 17px; border: 0; outline: 0; background: transparent; color: var(--ink); font: 14px "DM Mono", monospace; }
input::placeholder { color: #b2b3ad; }
.password-wrap { flex-basis: 100%; display: flex; align-items: center; gap: 8px; padding: 0 6px 2px; }
.lock-icon { font-size: 13px; opacity: .5; }
.password-wrap input { flex: 1; padding: 8px 0; font-size: 12px; border-bottom: 1px solid var(--line); }
.password-wrap input:focus { border-bottom-color: var(--orange); }
.clear-button { position: absolute; top: 50%; right: 10px; width: 26px; height: 26px; padding: 0; border: 0; border-radius: 50%; background: var(--soft); color: var(--muted); font-size: 20px; line-height: 22px; cursor: pointer; transform: translateY(-50%); }
.submit-button { min-width: 135px; border: 0; border-radius: 11px; background: var(--ink); color: #fff; cursor: pointer; font: 700 13px Manrope, sans-serif; transition: transform .2s, background .2s; }
.submit-button:hover { background: var(--orange); transform: translateY(-1px); }.submit-button:disabled { cursor: wait; opacity: .65; transform: none; }
.arrow { margin-left: 15px; font-size: 17px; font-weight: 400; }
.form-message { min-height: 20px; margin: 13px 0 0; color: var(--orange); font-size: 12px; }
.hint { margin: 2px 0 0; color: #a6a7a1; font-family: "DM Mono", monospace; font-size: 10px; }.hint span { margin-right: 5px; color: var(--orange); }
.task-card { width: min(100%, 790px); margin: 31px auto 0; padding: 19px 20px 20px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.task-topline { display: flex; justify-content: space-between; margin-bottom: 10px; color: var(--muted); font: 10px "DM Mono", monospace; text-transform: uppercase; }.task-topline span:last-child { color: var(--ink); }
.progress-track { height: 4px; overflow: hidden; border-radius: 10px; background: var(--soft); }.progress-bar { width: 0; height: 100%; border-radius: inherit; background: var(--orange); transition: width .3s ease; }
.task-detail { display: flex; align-items: center; gap: 13px; margin-top: 16px; }.video-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 9px; background: var(--ink); color: var(--green); font-size: 13px; }.task-copy { flex: 1; min-width: 0; text-align: left; }.task-copy strong, .task-copy small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.task-copy strong { font-size: 13px; font-weight: 700; }.task-copy small { margin-top: 4px; color: var(--muted); font-size: 11px; }.download-button { padding: 9px 13px; border-radius: 8px; background: var(--green); color: var(--ink); font-size: 11px; font-weight: 800; text-decoration: none; white-space: nowrap; cursor: pointer; }.download-button span { margin-left: 8px; font-size: 16px; }
.notes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 45px; margin-top: auto; padding-top: 150px; }.note { display: flex; gap: 13px; border-top: 1px solid var(--line); padding-top: 14px; }.note-number { color: var(--orange); font: 10px "DM Mono", monospace; }.note p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.75; }.note strong { color: var(--ink); font-weight: 600; }
footer { display: flex; justify-content: space-between; margin-top: 55px; color: #b1b2ac; font: 9px "DM Mono", monospace; letter-spacing: .08em; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
@media (max-width: 680px) { .shell { padding: 24px 20px 25px; }.local-pill { font-size: 9px; }.hero { margin-top: 92px; } h1 { font-size: 43px; }.download-form { flex-direction: column; padding: 6px; }.submit-button { min-height: 49px; }.notes { grid-template-columns: 1fr; gap: 21px; padding-top: 90px; }.note { max-width: 300px; }.task-detail { align-items: flex-start; }.download-button { margin-left: auto; }.task-copy { padding-top: 2px; } }
