:root { --ink: #18211f; --muted: #78807c; --line: #dfe4df; --paper: #f4f5f0; --lime: #c6ee68; --orange: #ff704c; }
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: 'DM Sans', sans-serif; }
body:before { content: ''; position: fixed; inset: 0; pointer-events: none; opacity: .34; background-image: radial-gradient(#c9d0c9 .65px, transparent .65px); background-size: 13px 13px; }
.shell { position: relative; max-width: 1220px; margin: auto; padding: 34px 54px 28px; }
.topbar, footer, .section-heading, .track { display: flex; align-items: center; }
.topbar { justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; font: 700 11px/1.02 'Space Grotesk', sans-serif; letter-spacing: .08em; }
.brand strong { font-size: 14px; letter-spacing: .04em; }
.brand-mark { display: grid; place-items: center; width: 36px; height: 36px; color: var(--paper); background: var(--ink); border-radius: 50%; font-size: 21px; }
.status { color: var(--muted); font-size: 12px; letter-spacing: .04em; }.status i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #78b84a; }
.intro { padding: 105px 0 77px; max-width: 690px; animation: rise .65s ease-out both; }.eyebrow { color: var(--orange); font: 700 11px 'Space Grotesk', sans-serif; letter-spacing: .16em; text-transform: uppercase; }.intro h1 { margin: 18px 0 19px; font: 600 clamp(48px, 6.5vw, 84px)/.93 'Space Grotesk', sans-serif; letter-spacing: -.045em; }.intro h1 em { color: #8e9990; font-style: normal; }.lead { max-width: 390px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.5; }
.workspace { display: grid; grid-template-columns: minmax(340px, .82fr) minmax(440px, 1.18fr); gap: 8.5%; align-items: start; }.upload-panel { padding: 29px 31px 32px; background: var(--ink); color: white; border-radius: 4px; }.section-heading { gap: 14px; margin-bottom: 29px; }.section-heading h2 { margin: 0; font: 600 22px 'Space Grotesk', sans-serif; letter-spacing: -.02em; }.number { color: var(--orange); font: 700 11px 'Space Grotesk', sans-serif; letter-spacing: .08em; }.file-drop { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 142px; border: 1px dashed #68706b; cursor: pointer; text-align: center; transition: border-color .2s, background .2s; }.file-drop:hover { border-color: var(--lime); background: #202b28; }.file-drop input { display: none; }.upload-icon { display: grid; place-items: center; width: 32px; height: 32px; margin-bottom: 10px; color: var(--ink); background: var(--lime); border-radius: 50%; font-size: 20px; }.file-label { max-width: 90%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 700; font-size: 14px; }.file-drop small { margin-top: 5px; color: #8e9891; font-size: 11px; }
.fields { display: grid; grid-template-columns: 1fr 1fr; gap: 19px 14px; margin: 29px 0 26px; }.fields label { display: flex; flex-direction: column; gap: 8px; color: #a9b2ac; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }.fields .wide { grid-column: span 2; }.fields input { width: 100%; padding: 0 0 9px; border: 0; border-bottom: 1px solid #53605a; outline: 0; color: white; background: transparent; font: 15px 'DM Sans', sans-serif; text-transform: none; }.fields input:focus { border-color: var(--lime); }.fields input::placeholder { color: #67736c; }
.primary { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 14px 16px; border: 0; color: var(--ink); background: var(--lime); cursor: pointer; font: 700 13px 'Space Grotesk', sans-serif; transition: background .2s; }.primary:hover { background: #d9fa8e; }.primary b { font-size: 20px; font-weight: 400; }.primary:disabled { opacity: .6; cursor: wait; }.form-message { min-height: 17px; margin: 12px 0 -8px; color: var(--lime); font-size: 12px; }
.library-panel { padding-top: 29px; }.library-heading { border-bottom: 1px solid var(--line); padding-bottom: 21px; margin-bottom: 0; }.count { margin-left: auto; color: var(--muted); font-size: 12px; }.track { min-height: 89px; gap: 19px; border-bottom: 1px solid var(--line); animation: rise .45s var(--delay) both; }.track-index { align-self: flex-start; padding-top: 26px; color: #aab2ac; font: 700 11px 'Space Grotesk', sans-serif; }.track-info { flex: 1; min-width: 0; }.track h3 { overflow: hidden; margin: 0 0 7px; text-overflow: ellipsis; white-space: nowrap; font: 600 17px 'Space Grotesk', sans-serif; }.track p { overflow: hidden; margin: 0; color: var(--muted); text-overflow: ellipsis; white-space: nowrap; font-size: 12px; }.track p span { padding: 0 5px; color: var(--orange); }.track time { color: var(--muted); font-size: 12px; white-space: nowrap; }.download { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--line); color: var(--ink); text-decoration: none; font-size: 20px; transition: background .2s, color .2s; }.download:hover { color: white; background: var(--ink); }.empty { padding: 62px 20px; color: var(--muted); text-align: center; }.empty span { color: var(--orange); font-size: 30px; }.empty p { margin: 12px 0 5px; color: var(--ink); font: 600 16px 'Space Grotesk', sans-serif; }.empty small { font-size: 12px; } footer { justify-content: space-between; margin-top: 100px; color: #9ca49e; font: 700 10px 'Space Grotesk', sans-serif; letter-spacing: .13em; }
@keyframes rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 760px) { .shell { padding: 25px 22px; }.intro { padding: 75px 0 54px; }.intro h1 { font-size: 53px; }.workspace { display: block; }.upload-panel { margin-bottom: 48px; padding: 25px 20px; }.track { gap: 11px; }.track time { display: none; } footer { margin-top: 65px; } }
@media (max-width: 400px) { .fields { display: block; }.fields label { margin-bottom: 19px; }.fields .wide { grid-column: auto; } }