:root{--green:#087a45;--deep:#073f2a;--lime:#d9ff45;--paper:#f3f5f1;--ink:#14231c;--muted:#6d7972;--line:#dce3de;--white:#fff}*{box-sizing:border-box}body{margin:0;background:#dfe5e0;color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.shell{max-width:560px;min-height:100vh;margin:auto;background:var(--paper);padding-bottom:92px;box-shadow:0 0 50px #092d2018}header{height:78px;display:flex;align-items:center;justify-content:space-between;padding:14px 20px;background:var(--white);position:sticky;top:0;z-index:5;border-bottom:1px solid #edf0ed}.brand{display:flex;align-items:center;gap:10px}.brand .mark{width:40px;height:40px;border-radius:13px;background:var(--green);color:white;display:grid;place-items:center;font:bold 25px Georgia}.brand strong{display:block;font-size:21px;line-height:20px;color:var(--deep)}.brand small{font-size:10px;letter-spacing:2px;color:var(--green);font-weight:800}.icon-btn{border:0;background:#f0f4f1;width:42px;height:42px;border-radius:50%;font-size:18px;position:relative}.icon-btn i{position:absolute;width:8px;height:8px;background:#ff6046;border:2px solid white;border-radius:50%;right:6px;top:5px}main{padding:18px}.balance{background:var(--deep);color:white;border-radius:22px;padding:20px;display:grid;grid-template-columns:1fr auto;gap:12px;box-shadow:0 15px 28px #073f2a2e}.balance span{font-size:13px;color:#c8d8cf}.balance b{font-size:24px;display:block;margin-top:5px}.balance button{align-self:center;border:0;background:var(--lime);color:var(--deep);font-weight:800;border-radius:20px;padding:10px 13px}.balance-meta{grid-column:1/-1;border-top:1px solid #ffffff26;padding-top:12px;display:flex;justify-content:space-between}.balance-meta strong{color:var(--lime)}.intro{margin:25px 0 20px;display:flex;justify-content:space-between;align-items:end}.eyebrow{font-size:11px;font-weight:900;letter-spacing:1.2px;color:var(--green)}h1{font-family:Georgia,serif;font-size:35px;line-height:1.02;margin:8px 0 0;color:var(--deep);letter-spacing:-1px}.score{background:var(--lime);width:76px;height:76px;border-radius:50%;display:grid;place-content:center;text-align:center;transform:rotate(5deg)}.score b{font:700 23px Georgia}.score small{font-size:10px;font-weight:700;line-height:10px}.section-head{display:flex;justify-content:space-between;align-items:center}.section-head h2,.how h2{font-size:20px}.section-head button{border:0;background:transparent;color:var(--green);font-weight:800}.chips{display:flex;gap:8px;overflow:auto;margin:10px 0 15px}.chips button{white-space:nowrap;border:1px solid var(--line);background:white;border-radius:20px;padding:8px 13px;font-weight:700;color:#607068}.chips .active{background:var(--green);color:white;border-color:var(--green)}.cars{display:grid;gap:16px}.car{background:white;border-radius:22px;overflow:hidden;box-shadow:0 7px 20px #143d2d12;border:1px solid #e8ede9}.photo{height:188px;position:relative;background:linear-gradient(145deg,#dce6df,#f8faf8);overflow:hidden}.photo:before{content:"";position:absolute;width:330px;height:100px;border-radius:50%;background:#b9c7bd;filter:blur(14px);left:25px;bottom:-55px}.car-art{font-size:94px;position:absolute;left:50%;top:50%;transform:translate(-50%,-45%);filter:saturate(.75)}.badge{position:absolute;left:13px;top:13px;background:var(--lime);padding:7px 10px;border-radius:12px;font-size:11px;font-weight:900}.days{position:absolute;right:13px;top:13px;background:#ffffffdf;padding:7px 10px;border-radius:12px;font-size:11px;font-weight:800}.car-body{padding:16px}.car h3{margin:0;font-size:19px}.sub{color:var(--muted);font-size:13px;margin:5px 0 14px}.fundline{display:flex;justify-content:space-between;font-size:12px;font-weight:700}.bar{height:8px;background:#e6ebe7;border-radius:8px;margin:7px 0 13px;overflow:hidden}.bar i{height:100%;display:block;background:var(--green);border-radius:8px}.metrics{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);padding-top:13px}.metrics div+div{border-left:1px solid var(--line);padding-left:12px}.metrics small{display:block;color:var(--muted);font-size:11px}.metrics b{font-size:14px}.positive{color:var(--green)}.car-actions{display:flex;gap:10px;margin-top:15px}.car-actions button{flex:1;padding:12px;border-radius:13px;border:1px solid var(--green);font-weight:800;background:white;color:var(--green)}.car-actions .primary{background:var(--green);color:white}.how{margin:22px 0 4px;background:white;border-radius:22px;padding:18px}.how h2{margin:0 0 17px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.steps b{display:block;color:var(--green);font:700 23px Georgia}.steps span{font-size:12px;line-height:1.35;color:var(--muted)}nav{position:fixed;z-index:6;bottom:0;left:50%;transform:translateX(-50%);width:min(560px,100%);height:78px;background:#fff;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(4,1fr);padding-bottom:env(safe-area-inset-bottom)}nav button{border:0;background:transparent;color:#7a857f;font-size:11px;font-weight:700}nav span{display:block;font-size:24px;line-height:27px}nav .active{color:var(--green)}.sheet{position:fixed;inset:0;z-index:20;display:none}.sheet.open{display:block}.backdrop{position:absolute;inset:0;background:#071c13a6}.sheet article{position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:min(560px,100%);max-height:91vh;overflow:auto;background:var(--paper);border-radius:28px 28px 0 0;padding:25px 20px 35px}.close{position:absolute;right:18px;top:15px;border:0;background:white;border-radius:50%;width:38px;height:38px;font-size:25px}.detail-title{padding-right:40px}.report{background:white;border-radius:18px;padding:16px;margin:15px 0}.report-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.report-grid small{color:var(--muted);display:block}.report-grid b{font-size:15px}.money-box{background:var(--deep);color:white;border-radius:18px;padding:17px}.money-row{display:flex;justify-content:space-between;margin:9px 0}.money-row.total{padding-top:10px;border-top:1px solid #ffffff33;font-weight:800;color:var(--lime)}.invest{width:100%;margin-top:15px;border:0;border-radius:15px;padding:15px;background:var(--lime);color:var(--deep);font-size:16px;font-weight:900}.toast{position:fixed;z-index:30;left:50%;bottom:92px;transform:translate(-50%,20px);opacity:0;background:#122c21;color:white;padding:12px 18px;border-radius:22px;transition:.25s;white-space:nowrap;font-size:13px}.toast.show{opacity:1;transform:translate(-50%,0)}@media(min-width:700px){body{padding:24px 0}.shell{border-radius:28px;overflow:hidden;min-height:calc(100vh - 48px)}nav{bottom:24px;border-radius:0 0 28px 28px}.sheet article{bottom:24px;border-radius:28px}.photo{height:210px}}
