:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--bg-gradient: radial-gradient(circle at top left, #f5fff6 0, #e5f0ff 35%, #dde9ff 60%, #f0f4ff 100%);--surface: #ffffff;--surface-soft: #f6f7ff;--text-main: #101828;--text-muted: #616d83;--accent-blue: #2563eb;--accent-blue-soft: #e0edff;--accent-yellow: #f5ff80;--accent-green: #22c55e;--shadow-soft: 0 18px 45px rgba(15, 23, 42, .18);--radius-xl: 28px;--radius-lg: 20px;--radius-pill: 999px;--transition-fast: .16s ease-out;--transition-med: .22s ease}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%;width:100%}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;color:var(--text-main);background:linear-gradient(135deg,#fef3c7,#fde68a);overflow:hidden}.layout{display:grid;grid-template-columns:360px minmax(0,1fr);height:100vh;width:100%;padding:16px;gap:16px;background:linear-gradient(135deg,#fef3c7,#fde68a)}.sidebar{position:relative;height:100%;display:flex;flex-direction:column;padding:24px 22px;background:var(--bg-gradient);box-shadow:12px 0 40px #0f172a14;z-index:20;border-radius:34px}.sidebar__logo{display:flex;align-items:center;gap:10px;margin-bottom:28px}.sidebar__logo-dot{width:24px;height:24px;border-radius:9px;background:linear-gradient(135deg,#4f46e5,#06b6d4)}.sidebar__logo-text{font-weight:700;letter-spacing:.03em;font-size:18px}.sidebar__nav{display:flex;flex-direction:column;gap:8px;margin-top:12px}.sidebar__nav-item{display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:999px;border:none;background:transparent;cursor:pointer;color:#4b5563;font-size:14px;transition:background var(--transition-fast),color var(--transition-fast),box-shadow var(--transition-fast),transform var(--transition-fast)}.sidebar__nav-item:hover{background:#f3f4ff;transform:translateY(-1px)}.sidebar__nav-item--active{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;box-shadow:0 10px 30px #2563eb73}.sidebar__nav-icon{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:999px;background:#0f172a0a;font-size:14px}.sidebar__nav-item--active .sidebar__nav-icon{background:#0f172a2e}.sidebar__nav-label{white-space:nowrap}.main{height:100%;display:flex;align-items:stretch;justify-content:stretch;background:transparent}.main__inner{width:100%;max-width:100%;height:100%;background:var(--bg-gradient);border-radius:34px;box-shadow:var(--shadow-soft);padding:26px 26px 32px;position:relative;display:flex;flex-direction:column;overflow:hidden}.topbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:24px}.topbar__promo{display:inline-flex;align-items:center;gap:10px;padding:10px 18px;border-radius:999px;background:#fffc;box-shadow:0 10px 30px #0f172a14;font-size:13px;color:#4b5563}.topbar__promo-label{text-transform:uppercase;letter-spacing:.09em;font-weight:600;font-size:11px;color:#94a3b8}.topbar__promo-text strong{color:#111827}.topbar__right{display:flex;gap:12px;align-items:center}.chip{border-radius:999px;border:none;padding:9px 16px;display:inline-flex;align-items:center;gap:8px;background:#ffffffe6;cursor:pointer;font-size:13px;color:#111827;box-shadow:0 10px 25px #0f172a14;transition:all var(--transition-med)}.chip--ghost{background:#ffffffb3}.chip:hover{transform:translateY(-1px);box-shadow:0 14px 32px #0f172a26}.chip__dot{width:8px;height:8px;border-radius:50%}.chip__dot--green{background:#22c55e}.chip__label{white-space:nowrap;font-size:13px}.chip__icon,.chip__avatar{display:flex;align-items:center;justify-content:center}.chip--account{padding:6px 12px;height:40px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#ffffffe6}.chip--account .chip__label{display:inline-block;font-size:13px;white-space:nowrap}.chip__avatar{width:28px;height:28px;border-radius:999px}.chip--account-logged .chip__avatar{background:linear-gradient(135deg,#fb923c,#ef4444);color:#fff7ed}.chip__avatar svg{width:22px;height:22px}.chip--cart{min-width:40px;height:40px;border-radius:15px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;background:#ffffffe6}.chip--cart .chip__label{display:none}.chip--cart .chip__icon svg{width:24px;height:24px}.chip--cart-has-items{width:auto;justify-content:flex-start;padding-right:6px}.cart-thumbs{display:inline-flex;align-items:center;gap:-6px;margin-left:6px;transition:transform var(--transition-med)}.cart-thumbs__item{width:20px;height:20px;border-radius:999px;border:2px solid #ffffff;background:linear-gradient(135deg,#3b82f6,#22c55e);box-shadow:0 8px 18px #2563eb59}.explore-header{display:grid;grid-template-columns:auto auto auto;align-items:center;column-gap:24px;row-gap:12px;margin-bottom:20px}.explore-header__left{align-self:flex-end}.explore-title{margin:0;font-size:26px;letter-spacing:.04em}.explore-header__tabs{display:inline-flex;justify-content:center;gap:4px;padding:4px;border-radius:999px;background:#ffffffe6;box-shadow:0 12px 30px #0f172a1f}.pill-tab{border-radius:999px;padding:7px 16px;border:none;background:transparent;font-size:13px;color:#6b7280;cursor:pointer;transition:background var(--transition-med),color var(--transition-med),transform var(--transition-fast)}.pill-tab--active{background:#111827;color:#f9fafb;transform:translateY(-1px)}.explore-header__filters{justify-self:end;display:inline-flex;align-items:center;gap:10px}.icon-circle{width:44px;height:44px;border-radius:999px;border:none;background:#fff;color:#111827;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 10px 25px #0f172a1f}.icon-circle svg{width:22px;height:22px}.explore-grid{flex:1;min-height:0;display:grid;grid-template-columns:2.2fr 1.4fr 1.4fr;grid-template-rows:2fr 1.5fr 1.5fr;grid-template-areas:"hero  hero  right1" "hero  hero  right2" "bottom1 bottom2 bottom3";gap:20px}.card{border-radius:var(--radius-lg);background:#ffffffeb;box-shadow:0 14px 40px #0f172a2e;overflow:hidden;position:relative}.card--hero{grid-area:hero;display:grid;grid-template-columns:1.4fr 1.6fr;padding:24px 24px 22px;background:url(/assets/gadgets-DeBWei3e.jpg) center/cover no-repeat;position:relative}.card-hero__badge{display:inline-flex;align-items:center;gap:6px;font-size:11px;text-transform:uppercase;letter-spacing:.09em;color:#9ca3af;padding:6px 10px;border-radius:999px;background:#fffc}.card-hero__badge .dot{width:8px;height:8px;border-radius:999px;background:#111827}.card-hero__title{margin:16px 0;font-size:58px;line-height:1.1;background:radial-gradient(circle at 20% 0%,rgba(0,0,0,.15),transparent 55%),linear-gradient(to bottom,#000000b8,#000000e0);color:#fff;border-radius:var(--radius-lg);text-align:center;top:50%;padding-top:50px;position:relative}.card-hero__title span{color:#fff;text-align:center}.card-hero__text{margin:0;font-size:0}.card-hero__btn{position:absolute;right:32px;bottom:28px;border-radius:999px;border:none;padding:10px 28px;background:linear-gradient(135deg,#bef264,#4ade80);font-size:13px;font-weight:600;color:#020617;cursor:pointer;box-shadow:0 10px 26px #22c55e73;display:inline-flex;align-items:center;justify-content:center;transition:transform var(--transition-fast),box-shadow var(--transition-fast);z-index:5}.card-hero__btn:hover{transform:translateY(-1px);box-shadow:0 14px 34px #16a34ab3}.card-hero__image{border-radius:999px;background:radial-gradient(circle at 30% 20%,#fff 0,#e0f2fe 45%,#d1fae5 85%);margin-left:40px;margin-right:12px;align-self:center;height:100%}.card--tall{display:flex;flex-direction:column;background:linear-gradient(180deg,#fdfcff 0,#eef4ff,#fff)}.card--tall-top{grid-area:right1}.card--tall-bottom{grid-area:right2}.card-tag-row{padding:12px 14px 2px;display:flex;gap:6px}.color-dot{width:10px;height:10px;border-radius:50%}.color-dot--pink{background:#fb7185}.color-dot--yellow{background:#facc15}.card-tall__image{flex:1;background-size:cover;background-position:center}.card-tall__image--legs{background-image:linear-gradient(135deg,#fecaca,#fee2e2)}.card-tall__image--shoe{background-image:linear-gradient(135deg,#fee4e2,#fee2b4)}.card-tall__content{padding:14px 16px 16px}.card-tall__label{margin:0 0 4px;font-size:12px;color:var(--text-muted)}.card-tall__title{margin:0 0 12px;font-size:15px}.card-tall__footer{display:flex;justify-content:flex-start}.price-chip{border-radius:999px;border:none;padding:8px 18px;background:#2563eb;color:#fff;font-size:13px;font-weight:600;cursor:pointer;box-shadow:0 12px 30px #2563eb80}.card--wide{display:grid;grid-template-columns:1.4fr 1.2fr;align-items:center;padding:18px}.card--wide-yellow{grid-area:bottom1;background:linear-gradient(135deg,#fef3c7,#fde68a)}.card--wide-neutral{grid-area:bottom2;background:#f9fafb}.card--wide-blue{grid-area:bottom3;background:linear-gradient(135deg,#dbeafe,#e0f2fe)}.card-wide__content{z-index:2}.card-wide__title{margin:0 0 4px;font-size:18px}.card-wide__text{margin:0;font-size:13px;color:var(--text-muted)}.card-wide__image{justify-self:end;width:140px;height:140px;border-radius:32px;background-size:cover;background-position:center}.card-wide__image--girl{background:url(/assets/fashion-stock-removebg-preview-D7XTt8fi.png) center/cover no-repeat}.card-wide__image--hood{background:url(/assets/fashion-stock-removebg-preview-D7XTt8fi.png) center/cover no-repeat}.arrow-chip{position:absolute;right:18px;bottom:16px;border-radius:999px;border:none;width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:#111827;color:#f9fafb;cursor:pointer;box-shadow:0 10px 26px #0f172a99}.card--wide-neutral{grid-template-columns:1.6fr 1fr}.card-wide__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.card-wide__arrows{display:inline-flex;gap:6px}.arrow-pill{border-radius:999px;border:1px solid #e5e7eb;background:#fff;font-size:12px;width:26px;height:26px;display:flex;align-items:center;justify-content:center;cursor:pointer}.arrow-pill--filled{background:#111827;color:#f9fafb;border-color:#111827}.card-wide__people{display:flex;gap:10px;margin-bottom:12px}.card-wide__avatar{width:48px;height:48px;border-radius:16px;background-size:cover;background-position:center}.card-wide__avatar--blue{background:linear-gradient(135deg,#3b82f6,#22c55e)}.card-wide__avatar--orange{background:linear-gradient(135deg,#fb923c,#f97316)}.see-all-btn{border-radius:999px;border:none;padding:7px 16px;background:#111827;color:#fff;font-size:13px;cursor:pointer}@media(max-width:1100px){.layout{grid-template-columns:260px minmax(0,1fr)}.explore-grid{grid-template-columns:1.7fr 1.3fr;grid-template-rows:auto auto auto auto;grid-template-areas:"hero hero" "right1 right2" "bottom1 bottom2" "bottom3 bottom3"}}@media(max-width:840px){body{overflow-y:auto}.layout{grid-template-columns:1fr;height:auto;min-height:100vh}.sidebar{display:none}.main{height:auto}.main__inner{border-radius:24px;height:auto}.explore-header{grid-template-columns:1fr}.explore-header__filters{justify-self:flex-start}.explore-grid{flex:initial;grid-template-columns:1fr;grid-template-areas:"hero" "right1" "right2" "bottom1" "bottom2" "bottom3";grid-template-rows:auto}}.account-menu{position:relative;display:inline-block}.account-menu:after{content:"";position:absolute;left:-8px;right:-8px;top:100%;height:22px}.account-dropdown{position:absolute;right:0;top:calc(100% + 6px);min-width:220px;padding:14px 16px 12px;background:#fff;border-radius:18px;box-shadow:0 18px 45px #0f172a2e;opacity:0;transform:translateY(4px);pointer-events:none;transition:opacity .16s ease-out,transform .16s ease-out;z-index:40}.account-menu:hover .account-dropdown{opacity:1;transform:translateY(0);pointer-events:auto}.account-dropdown__signin{width:100%;border:none;border-radius:999px;padding:9px 14px;font-size:14px;font-weight:600;background:#111827;color:#f9fafb;cursor:pointer;margin-bottom:10px}.account-dropdown__signin:hover{background:#020617}.account-dropdown__new{font-size:13px;color:#6b7280}.account-dropdown__link{border:none;background:none;padding:0;margin:0;font-size:13px;font-weight:600;color:#2563eb;cursor:pointer}.account-dropdown__link:hover{text-decoration:underline}.card--wide-neutral{grid-template-columns:1fr}.card-wide__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.card-fav-controls{display:inline-flex;align-items:center;gap:8px}.fav-toggle{width:28px;height:28px;border-radius:999px;border:none;padding:0;display:flex;align-items:center;justify-content:center;background:#fff;box-shadow:0 8px 20px #0f172a1f;cursor:pointer}.fav-toggle--off:after{content:"";width:16px;height:16px;border-radius:999px;border:1px solid #e5e7eb;background:#fff}.fav-toggle--on{background:#020617;color:#f9fafb}.fav-toggle--on span{font-size:12px}.fav-color{width:64px;height:64px;border-radius:14px}.fav-color--blue{background:url(/assets/fashion-stock-removebg-preview-D7XTt8fi.png) center/cover no-repeat}.fav-color--orange{background:url(/assets/fashion-stock-removebg-preview-D7XTt8fi.png) center/cover no-repeat}.see-all-btn{width:100%;margin-top:10px;border-radius:999px;border:none;padding:8px 18px;background:#111827;color:#fff;font-size:13px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}
