@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap');
:root{--ink:#173b37;--muted:#71807c;--cream:#f8f6f0;--card:#fff;--mint:#d9eee5;--aqua:#22bed0;--peach:#f5ded4;--line:#e9ebe5;--shadow:0 14px 40px #153b3710}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font-family:'DM Sans',sans-serif}.shell{display:flex;min-height:100vh}.sidebar{width:244px;background:#123a36;color:#eef8f2;padding:32px 22px;display:flex;flex-direction:column;position:fixed;inset:0 auto 0 0}.brand{color:white;text-decoration:none;font-size:25px;font-weight:700;letter-spacing:-1px;display:flex;align-items:center;gap:9px}.brand span span{color:#6bd2c3}.brand-mark{font-size:30px;color:#64d1c2;transform:rotate(-35deg)}.eyebrow{font-size:9px;letter-spacing:1.5px;color:#8eb2aa;margin:55px 13px 18px}.sidebar nav{display:grid;gap:6px}.nav-link{display:flex;gap:14px;align-items:center;padding:13px 13px;color:#aac5be;text-decoration:none;border-radius:12px;font-size:13px}.nav-link:first-letter{font-size:21px}.nav-link.active,.nav-link:hover{background:#28534d;color:white}.sidebar-bottom{margin-top:auto;display:grid;gap:22px}.mini-user{border-top:1px solid #39605a;padding:20px 8px 0;display:flex;gap:10px;align-items:center;font-size:12px}.mini-user small{display:block;color:#91b0a9;margin-top:3px}.avatar{width:35px;height:35px;border-radius:50%;background:#e8b39b;color:#173b37;display:grid;place-items:center;font-weight:700;font-size:11px}.avatar.small{width:28px;height:28px;font-size:9px}.main{margin-left:244px;width:calc(100% - 244px)}.topbar{height:72px;padding:0 5%;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);background:#fbfaf6cc}.crumb{font-size:12px;color:var(--muted)}.crumb span{padding:0 8px;color:#c5c9c2}.top-actions{display:flex;gap:18px;align-items:center}.icon-button,.user-chip{border:0;background:none;color:var(--ink);font:inherit}.icon-button{font-size:25px}.user-chip{display:flex;align-items:center;gap:8px;font-size:12px}.content{max-width:1240px;margin:auto;padding:46px 5% 70px}h1,h2,h3,p{margin-top:0}h1,h2{font-family:'Playfair Display',serif;letter-spacing:-1px}h1{font-size:46px;line-height:1.08;margin-bottom:15px}h2{font-size:28px;margin-bottom:8px}h3{font-size:16px;margin-bottom:7px}.sub{color:var(--muted);font-size:14px;line-height:1.6}.hero{display:grid;grid-template-columns:1.05fr .95fr;gap:38px;align-items:center;margin-bottom:46px}.hero-copy{max-width:570px}.pill{display:inline-flex;background:var(--peach);padding:8px 13px;border-radius:20px;font-size:11px;font-weight:700;margin-bottom:22px}.button{border:0;border-radius:12px;padding:14px 21px;background:var(--ink);color:white;font:600 13px 'DM Sans';cursor:pointer}.button.secondary{background:white;color:var(--ink);border:1px solid var(--line)}.button.aqua{background:var(--aqua);color:#073e44}.actions{display:flex;gap:12px;margin-top:25px}.hero-art{height:300px;border-radius:28px;background:linear-gradient(135deg,#e7c1a7,#b5cfae 51%,#275b51);position:relative;overflow:hidden;box-shadow:var(--shadow)}.hero-art:before{content:'';position:absolute;width:230px;height:280px;border-radius:50% 50% 10% 10%;background:linear-gradient(100deg,#5e3728,#bd8c62 45%,#f0cfad);left:23%;bottom:-42px;transform:rotate(-9deg);box-shadow:80px -35px 0 -20px #ddb092}.hero-art:after{content:'Your colours. Your style. Anywhere.';position:absolute;left:25px;bottom:22px;background:#ffffffe6;padding:13px 17px;border-radius:12px;font-size:11px;font-weight:700}.section-head{display:flex;justify-content:space-between;align-items:end;margin:28px 0 17px}.section-head a{font-size:12px;color:#568479}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.card{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:var(--shadow)}.stat{display:flex;justify-content:space-between;align-items:center}.stat strong{font-size:23px}.stat small{color:var(--muted);display:block;font-size:11px;margin-top:3px}.dot{width:42px;height:42px;border-radius:50%;background:var(--mint);display:grid;place-items:center;color:#267269;font-size:20px}.profile-card{grid-column:span 2;display:flex;gap:24px;align-items:center;background:var(--ink);color:white}.profile-card .sub{color:#b1ccc4}.profile-card h2{margin-bottom:4px}.profile-score{margin-left:auto;text-align:center}.score{font:700 37px 'Playfair Display';color:#7ee1ca}.progress{height:8px;background:#dfe5dd;border-radius:10px;overflow:hidden;margin-top:13px}.progress i{display:block;height:100%;background:var(--aqua);border-radius:inherit}.swatches{display:flex;gap:9px;margin-top:16px;flex-wrap:wrap}.swatch{width:31px;height:31px;border-radius:50%;border:3px solid white;box-shadow:0 0 0 1px #ccd4c9}.product-art{height:150px;border-radius:13px;background:linear-gradient(135deg,#d9e6d0,#8b9c5e);margin:-1px -1px 15px;position:relative}.product-art:after{content:'';position:absolute;left:28%;top:17%;width:44%;height:75%;background:#596b37;clip-path:polygon(20% 0,80% 0,100% 20%,83% 100%,17% 100%,0 20%);border-radius:10px}.product-art.rust{background:linear-gradient(135deg,#ead7c6,#bc6e45)}.product-art.rust:after{background:#99462c}.product-art.navy{background:linear-gradient(135deg,#dce5ea,#a8bac5)}.product-art.navy:after{background:#203b54}.match{display:inline-block;background:#d9f4d8;color:#23753e;border-radius:8px;padding:5px 8px;font-size:10px;font-weight:700}.product-card p{font-size:12px;margin:5px 0}.price{font-weight:700;font-size:14px}.view-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:22px}.filter{background:white;border:1px solid var(--line);padding:10px 13px;border-radius:10px;font:12px 'DM Sans';color:var(--ink)}.wide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.analyse-box{display:grid;grid-template-columns:1fr 1fr;gap:24px}.upload{min-height:330px;border:1.5px dashed #9fcac0;border-radius:20px;background:#eef8f3;display:grid;place-items:center;text-align:center;padding:30px}.upload .circle{width:70px;height:70px;background:white;border-radius:50%;display:grid;place-items:center;font-size:30px;margin:auto}.wardrobe-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.wardrobe-item{height:220px;border-radius:17px;background:linear-gradient(140deg,#e5e1d4,#fff);position:relative;padding:15px}.wardrobe-item:after{content:'';position:absolute;inset:32px 28% 18px;background:#596b37;clip-path:polygon(20% 0,80% 0,100% 17%,80% 100%,20% 100%,0 17%);border-radius:10px}.wardrobe-item.cream:after{background:#e8ddc7}.wardrobe-item.brown:after{background:#704329}.wardrobe-item.black:after{background:#232c2c}.tag{position:absolute;z-index:1;right:10px;top:10px;background:white;border-radius:8px;padding:6px 8px;font-size:10px;font-weight:700}.outfit{display:grid;grid-template-columns:1fr 1fr;gap:22px}.outfit-preview{min-height:390px;border-radius:20px;background:linear-gradient(145deg,#dce9de,#f4ded3);display:grid;place-items:center;position:relative}.outfit-preview:after{content:'STYLE\A WITH CONFIDENCE';white-space:pre;text-align:center;font:700 29px 'Playfair Display';color:#254f46}.profile-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:20px}.metric{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:15px 0;font-size:13px}.metric b{color:#518c7c}.toast{position:fixed;bottom:25px;right:25px;background:var(--ink);color:white;padding:13px 18px;border-radius:10px;font-size:12px;transform:translateY(100px);transition:.25s}.toast.show{transform:translateY(0)}.mobile-menu{display:none}.empty{padding:45px;text-align:center}.empty h2{margin-bottom:10px}@media(max-width:900px){.sidebar{width:205px}.main{margin-left:205px;width:calc(100% - 205px)}.grid{grid-template-columns:repeat(2,1fr)}.hero{grid-template-columns:1fr}.wide-grid,.wardrobe-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.sidebar{transform:translateX(-100%);z-index:5;transition:.2s}.sidebar.open{transform:translateX(0)}.main{margin-left:0;width:100%}.mobile-menu{display:block;border:0;background:none;font-size:20px;color:var(--ink)}.topbar{padding:0 20px}.crumb{display:none}.content{padding:30px 20px}h1{font-size:36px}.grid,.wide-grid,.wardrobe-grid,.analyse-box,.outfit,.profile-layout{grid-template-columns:1fr}.profile-card{grid-column:span 1;display:block}.profile-score{margin:18px 0 0;text-align:left}.hero-art{height:230px}.actions{flex-wrap:wrap}}
