@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@1,600&display=swap');
:root{--navy:#171b3c;--violet:#6255f5;--coral:#ff766f;--aqua:#5bd7c9;--ink:#22243b;--muted:#77798c;--paper:#f6f6fb}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif}.topbar{height:86px;padding:0 6vw;display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid #e8e8f0}.brand,.profile{display:flex;align-items:center;gap:13px;text-decoration:none;color:var(--ink)}.brand>span{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:var(--navy);color:#fff;font-size:22px;font-weight:700}.brand div,.profile div{display:flex;flex-direction:column}.brand small,.profile small{color:var(--muted);margin-top:2px}.profile>span{display:grid;place-items:center;width:39px;height:39px;border-radius:50%;background:#eceafe;color:var(--violet);font-weight:700}.hero{min-height:390px;padding:72px 8vw;display:flex;justify-content:space-between;align-items:center;overflow:hidden;background:linear-gradient(125deg,#1b2047,#453ca4 75%,#6054ef);color:#fff}.eyebrow{font-size:12px;letter-spacing:.16em;font-weight:700;color:#91ebe1}.hero h1{font-size:48px;line-height:1.08;margin:16px 0}.hero h1 em{font-family:'Playfair Display',serif;color:#ffaaa4}.hero p{font-size:18px;color:#d6d5ed}.hero-art{position:relative;width:330px;height:240px}.hero-art i{position:absolute;inset:0;border-radius:50%;background:linear-gradient(135deg,#ff8b83,#6558f7);opacity:.65}.hero-art>b{position:absolute;left:88px;top:25px;font-size:126px;color:#fff6;transform:rotate(-8deg)}.hero-art span{position:absolute;right:0;bottom:18px;padding:20px 24px;border-radius:18px;background:#ffffffed;color:var(--navy);font-weight:700;box-shadow:0 18px 50px #10132c55}.apps{padding:58px 8vw 80px}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:28px}.eyebrow.dark{color:var(--violet)}h2{font-size:34px;margin:7px 0 0}.search{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #e1e1eb;border-radius:12px;padding:0 15px;color:var(--muted)}.search input{width:240px;padding:13px 0;border:0;outline:0;font:inherit}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.app-card{min-height:285px;border-radius:22px;background:#fff;border:1px solid #e8e8f0;box-shadow:0 8px 26px #29295a0b;text-decoration:none;color:inherit;overflow:hidden;transition:.25s}.app-card:hover{transform:translateY(-4px);box-shadow:0 18px 44px #29295a18}.app-card.featured{grid-column:span 2;display:grid;grid-template-columns:42% 58%;border:0}.visual{position:relative;overflow:hidden;padding:28px;background:linear-gradient(145deg,#5c4ff0,#8278ff);color:#fff}.visual .orb{position:absolute;width:210px;height:210px;border-radius:50%;background:#ff837b;right:-75px;bottom:-80px}.visual i{display:grid;place-items:center;width:58px;height:58px;border-radius:17px;background:#fff;color:var(--violet);font-style:normal;font-weight:800}.visual b{position:absolute;bottom:30px;left:28px;font-size:28px;line-height:1}.content{padding:35px;display:flex;flex-direction:column;justify-content:space-between}.status{display:inline-block;padding:6px 10px;border-radius:99px;background:#ddfaf5;color:#168b7e;font-size:11px;font-weight:700;text-transform:uppercase}.status.muted{background:#efeff5;color:#858697}.app-card h3{font-size:22px;margin:15px 0 7px}.app-card p{color:var(--muted);line-height:1.55;margin:0}.content button{border:0;border-radius:12px;padding:13px 16px;background:var(--navy);color:#fff;text-align:left;font:600 14px inherit;display:flex;justify-content:space-between}.soon{padding:30px;display:flex;flex-direction:column;justify-content:space-between}.placeholder-icon{display:grid;place-items:center;width:55px;height:55px;border-radius:16px;background:#dcfaf6;color:#168b7e;font-size:25px}.placeholder-icon.coral{background:#fff0ee;color:#ee635c}.add{padding:30px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:2px dashed #d5d4e4;background:transparent}.plus{font-size:30px;color:var(--violet)}.empty{text-align:center;padding:50px;color:var(--muted)}footer{padding:28px 8vw;display:flex;justify-content:space-between;border-top:1px solid #e0e0e8;color:var(--muted)}footer span{font-weight:700;color:var(--navy)}@media(max-width:900px){.hero{padding:55px 6vw}.hero-art{display:none}.hero h1{font-size:39px}.apps{padding:42px 5vw}.grid{grid-template-columns:1fr}.app-card.featured{grid-column:auto;grid-template-columns:1fr}.visual{min-height:210px}.section-head{align-items:start;gap:20px;flex-direction:column}.search,.search input{width:100%}.profile div{display:none}}@media(max-width:550px){.topbar{padding:0 20px}.hero{padding:45px 24px;min-height:330px}.hero h1{font-size:34px}.app-card.featured{display:block}.content{gap:26px}footer{gap:8px;flex-direction:column}}
