:root{--paper:#f6f4ee;--ink:#282c25;--muted:#687064;--line:#dcded3;--green:#dfe7d0;--accent:#ce5937;--white:#fffefa}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.6}a{color:inherit;text-underline-offset:4px}button,input,textarea{font:inherit}button,a,input,textarea,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--accent);outline-offset:5px}.wrap{max-width:1200px;margin:auto;padding:0 40px}.header{height:104px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line)}.brand{display:flex;gap:12px;align-items:center;font-size:21px;font-weight:700;text-decoration:none;letter-spacing:-.8px}.header nav a{text-decoration:none;font-size:14px;font-weight:700}.header nav span{margin-left:15px}.hero{display:grid;grid-template-columns:1.1fr 1fr;gap:55px;align-items:center;padding:76px 0 90px}.eyebrow{font-size:10px;font-weight:700;letter-spacing:1.7px;line-height:1.8;display:flex;align-items:center;gap:9px;margin:0 0 22px}.dot{width:8px;height:8px;display:inline-block;flex-shrink:0;background:#678244;border-radius:50%}.dot.inactive{background:var(--accent)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(40px,5.6vw,72px);line-height:1.02;letter-spacing:-3.5px;font-weight:500;margin-bottom:28px}h2{font-size:32px;line-height:1.17;letter-spacing:-1.1px;font-weight:500}h3{font-size:20px;letter-spacing:-.5px;line-height:1.25}.lead{font-size:17px;line-height:1.75;max-width:465px;color:var(--muted)}.actions{display:flex;flex-wrap:wrap;align-items:center;gap:24px;margin:30px 0 20px}.button{display:inline-flex;justify-content:space-between;align-items:center;gap:26px;padding:16px 24px;border:1px solid var(--ink);border-radius:9px;background:var(--ink);color:var(--white);font-size:14px;font-weight:700;text-decoration:none;cursor:pointer;line-height:1.5;transition:background .15s,transform .15s}.button:hover{background:#404735;transform:translateY(-1px)}.button.secondary{background:transparent;color:var(--ink);border-color:#abb29e}.button.secondary:hover{background:var(--green)}.button:disabled{cursor:default;opacity:.55;transform:none}.text-link{font-size:13px;font-weight:700}.small{font-size:12px}.muted{color:var(--muted)}.hero-art{height:425px;border-radius:120px 120px 22px 22px;background:var(--green);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.art-label{position:absolute;top:30px;font-size:9px;font-weight:700;letter-spacing:2px}.orbit{position:absolute;border:1px solid #c4ceb4;border-radius:50%;width:420px;height:230px;transform:rotate(-30deg)}.orbit-two{width:490px;height:290px;transform:rotate(38deg)}.cat-face{width:212px;height:180px;position:relative;transform:rotate(-9deg);margin-bottom:12px}.cat-head{position:absolute;inset:32px 0 0;background:#dc6944;border-radius:45% 45% 47% 47%}.cat-ear{width:100px;height:115px;background:#dc6944;position:absolute;top:-5px;border-radius:12px 70px 0 0}.cat-ear.left{left:9px;transform:rotate(-16deg)}.cat-ear.right{right:9px;transform:rotate(16deg);border-radius:70px 12px 0 0}.eye{position:absolute;width:27px;height:12px;border-bottom:4px solid #352c25;border-radius:50%;top:50px}.eye.left{left:49px}.eye.right{right:49px}.nose{position:absolute;left:100px;top:86px;border-top:8px solid #352c25;border-left:6px solid transparent;border-right:6px solid transparent}.whiskers{position:absolute;width:33px;height:13px;border-top:2px solid #723d29;border-bottom:2px solid #723d29;top:79px}.whiskers.left{left:5px;transform:rotate(10deg)}.whiskers.right{right:5px;transform:rotate(-10deg)}.connection{position:absolute;bottom:25px;left:22px;right:22px;display:flex;align-items:center;gap:12px;padding:17px;background:#fffdf4ed;border:1px solid #fff;border-radius:12px}.connection b{font-size:12px}.connection small{display:block;font-size:10px;color:var(--muted)}.spark{margin-left:auto;font-size:31px;color:var(--accent)}.steps{padding:45px 0 60px;border-top:1px solid var(--line)}.section-heading{display:flex;justify-content:space-between;gap:25px;align-items:flex-start}.section-heading h2{width:50%}.step-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-top:20px}.step-grid article{border-top:1px solid var(--line);padding-top:20px}.step-num{display:block;font-size:12px;color:var(--accent);margin-bottom:22px}.step-grid p{font-size:14px;color:var(--muted);max-width:285px}.help-strip{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:35px;border-radius:15px;background:var(--green);margin-bottom:65px}.help-strip h2{margin-bottom:14px}.help-strip p:last-child{margin-bottom:0;font-size:14px}.footer{border-top:1px solid var(--line);padding-top:25px;padding-bottom:30px;font-size:11px;color:var(--muted);display:flex;justify-content:space-between;gap:25px}.footer nav{display:flex;flex-wrap:wrap;gap:18px}.auth-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;padding:70px 0 90px;align-items:center}.auth-aside h1{font-size:60px}.big-spark{color:var(--accent);font-size:100px;display:inline-block;line-height:1.4}.card{background:var(--white);border:1px solid var(--line);border-radius:18px;padding:36px}.auth-card h2{font-size:29px}label{display:block;font-size:13px;font-weight:700;margin:18px 0 7px}input:not([type=checkbox]):not([type=hidden]),textarea{display:block;width:100%;padding:13px 14px;border:1px solid #ced2c5;border-radius:7px;background:#fff;color:var(--ink);outline:none}input:focus,textarea:focus{border-color:#687d53;box-shadow:0 0 0 3px #e4ebdc}textarea{resize:vertical;overflow-wrap:anywhere;font-size:12px;line-height:1.7}.field-hint{font-size:11px;color:var(--muted);margin:7px 0 14px}.full{width:100%;margin:24px 0 18px}.consent{display:flex;gap:10px;align-items:flex-start;font-size:11px;font-weight:400;line-height:1.6}.consent input{margin-top:4px;accent-color:var(--ink)}.notice{margin:20px 0;padding:14px 18px;border:1px solid #bbc7a9;border-radius:8px;background:#e8efde;font-size:14px}.notice.error{background:#fff0e9;border-color:#e6b49d}.account-heading{padding:55px 0 24px;display:flex;justify-content:space-between;align-items:center}.account-heading h1{font-size:52px;letter-spacing:-2px}.account-email{overflow-wrap:anywhere}.text-button{border:0;background:none;text-decoration:underline;text-underline-offset:5px;cursor:pointer;font-size:13px}.account-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:24px;margin-bottom:26px}.subscription-card{background:#edf1e5}.status{display:flex;align-items:center;gap:8px;font-size:12px;margin:20px 0 27px;flex-wrap:wrap}.renew{border-top:1px solid #cdd5c1;margin-top:34px;padding-top:22px}.renew p{font-size:13px}.guide ol{padding-left:23px;color:var(--muted);font-size:14px}.guide li{padding:0 0 16px 8px}.guide li::marker{color:var(--accent)}.guide-help{border-top:1px solid var(--line);margin-top:24px;padding-top:24px;font-size:14px}.guide-help p{margin:3px 0 10px}.password-panel{border:1px solid var(--line);border-radius:10px;padding:20px 24px;margin-bottom:60px}.password-panel summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;font-size:14px}.password-panel form{max-width:420px;padding-top:15px}.password-panel button{margin-top:22px}.empty-state{padding:80px 0 120px;max-width:700px}.empty-state h1{font-size:58px}.empty-state .button{margin-top:22px}@media(max-width:850px){.wrap{padding-left:24px;padding-right:24px}.hero{gap:25px}.hero-art{height:370px}.connection small{font-size:9px}.auth-layout{gap:30px}.auth-aside h1{font-size:48px}.card{padding:25px}.footer{flex-direction:column}.hero h1{letter-spacing:-2px}.section-heading h2{width:58%}}@media(max-width:620px){.header{height:80px}.brand{font-size:18px}.brand img{width:32px;height:32px}.hero{grid-template-columns:1fr;padding:40px 0 45px;gap:30px}.hero h1{font-size:52px;max-width:400px}.hero-art{height:340px;border-radius:95px 95px 18px 18px}.eyebrow{font-size:9px;letter-spacing:1.2px}.lead{font-size:16px}.section-heading{display:block}.section-heading h2{width:auto;font-size:29px}.step-grid{grid-template-columns:1fr;gap:20px}.step-grid article{display:grid;grid-template-columns:40px 1fr;gap:0 15px}.step-grid p{grid-column:2;max-width:none}.step-num{margin:1px 0}.help-strip{display:block;padding:26px;margin-bottom:35px}.help-strip .button{margin-top:22px}.auth-layout{grid-template-columns:1fr;padding:35px 0 50px;gap:20px}.auth-aside h1{font-size:42px;letter-spacing:-2px}.auth-aside .big-spark{display:none}.auth-aside .lead{font-size:15px}.account-heading{padding-top:35px;align-items:flex-start}.account-heading h1{font-size:42px}.account-grid{grid-template-columns:1fr}.account-heading>form{padding-top:5px}.empty-state{padding:55px 0 80px}.empty-state h1{font-size:43px;letter-spacing:-2px}.actions{gap:18px}.footer nav{gap:14px}.card h2{font-size:27px}.connection{left:18px;right:18px}.connection small{font-size:10px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}
