@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Instrument+Serif:ital@0;1&display=swap");:root{--ink:#17352e;--cream:#f6f3eb;--paper:#fffdfa;--sage:#bed3c5;--coral:#e86f51;--line:#d8ddd5}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font-family:DM Sans,sans-serif}main{min-height:100vh}header{height:96px;justify-content:space-between;max-width:1120px;margin:auto;padding:0 28px}.brand,header{display:flex;align-items:center}.brand{gap:12px}.brand strong{display:block;font-size:15px}.brand small{display:block;color:#6e7e77;font-size:12px;margin-top:2px}.avatar{width:44px;height:44px;border-radius:50%;background:var(--ink);color:white;display:grid;place-items:center;font-family:"Instrument Serif";font-size:18px;overflow:hidden}.avatar img{width:100%;height:100%;object-fit:cover}.hero{text-align:center;max-width:850px;margin:58px auto 34px;padding:0 24px}.eyebrow{font-size:11px;letter-spacing:.2em;font-weight:700;color:#71817a;margin-bottom:22px}.hero h1,.watch h1{font:400 65px/1.02 "Instrument Serif";margin:0}.hero h1 em{color:var(--coral);font-weight:400}.hero>p{font-size:17px;line-height:1.65;color:#5c6e67;max-width:650px;margin:24px auto}.upload-shell{max-width:840px;margin:44px auto 80px;padding:0 24px}.upload-card{background:var(--paper);border:1px solid var(--line);border-radius:22px;min-height:310px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:36px;box-shadow:0 18px 55px #17352e0c;text-align:center}.upload-icon{width:54px;height:54px;border-radius:16px;background:#e7efe9;display:grid;place-items:center;font-size:25px;margin-bottom:18px}.upload-card h2{margin:0 0 9px;font-size:20px}.upload-card p{color:#7a8882;margin:0 0 24px}.share,.upload-card button{border:0;border-radius:10px;background:var(--ink);color:white;padding:13px 22px;font-weight:600;cursor:pointer}.upload-card button:disabled{opacity:.65}.upload-card .text-button{background:none;color:#6b7d75;padding:12px}.progress{height:3px;background:#e4e9e5;width:220px;overflow:hidden;border-radius:4px;margin-top:12px}.progress i{display:block;height:100%;width:45%;background:var(--coral);animation:load 1.1s ease-in-out infinite}@keyframes load{0%{transform:translateX(-110%)}to{transform:translateX(230%)}}.error{color:#a63724!important}.features{display:flex;justify-content:space-around;padding:20px 12px;color:#6b7b74;font-size:12px}.library{max-width:1060px;margin:0 auto 90px;padding:0 24px}.section-title{display:flex;align-items:end;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:15px}.section-title h2{font:32px "Instrument Serif";margin:0}.section-title span{font-size:12px;color:#7a8882}.video-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px;margin-top:20px}.video-card{color:inherit;text-decoration:none;background:var(--paper);border:1px solid var(--line);border-radius:14px;overflow:hidden}.mini-poster{aspect-ratio:16/9;background:#dfe9e2;display:grid;place-items:center;font-size:24px}.mini-poster img{width:100%;height:100%;object-fit:cover}.video-card>div:last-child{padding:15px}.video-card h3{font-size:14px;margin:0 0 7px}.video-card p{font-size:11px;color:#84918c;margin:0}footer{text-align:center;color:#8b9792;font-size:11px;letter-spacing:.08em;padding:35px}.watch{background:var(--paper)}.watch header{border-bottom:1px solid #e9ebe7}.share{padding:10px 17px}.watch article{max-width:920px;margin:66px auto;padding:0 24px}.watch-meta{max-width:720px;margin-bottom:36px}.watch h1{font-size:54px;margin-bottom:17px}.watch-meta>p{font-size:17px;line-height:1.65;color:#5f7069}.demo-badge{display:inline-block;background:#fff0d6;color:#7e5a20;padding:8px 11px;border-radius:8px;font-size:11px}.watch video{width:100%;aspect-ratio:16/9;background:#102620;border-radius:18px;box-shadow:0 20px 50px #17352e1a}.chapters,.transcript{margin-top:38px;border-top:1px solid var(--line)}.chapters h2{font:30px "Instrument Serif"}.chapters>div{display:flex;gap:25px;padding:12px 0;border-bottom:1px solid #edf0ec}.chapters time{color:var(--coral);font-size:12px}.transcript summary{display:flex;justify-content:space-between;padding:24px 0;cursor:pointer;font-weight:600}.transcript p{line-height:1.8;color:#5e6f68;white-space:pre-wrap}.center{display:grid;place-content:center;text-align:center}.center h1{font:50px "Instrument Serif";margin:0}.center a{color:var(--coral)}@media(max-width:700px){.hero{margin-top:30px}.hero h1{font-size:46px}.features{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.video-grid{grid-template-columns:1fr}.watch h1{font-size:42px}.watch article{margin-top:42px}}