@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700;800&family=Nunito:wght@400;600;700;800;900&display=swap');

:root { --ink: #33313b; --muted: #817d89; --cream: #fff8ef; --paper: #fffdf9; --line: #eee5dc; --coral: #ff806e; --yellow: #ffd267; --blue: #9bd7f5; --green: #a6dbb5; --purple: #c4b5e9; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fffaf4; font-family: 'Nunito', ui-rounded, 'Trebuchet MS', sans-serif; }
.wrap { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.hero-shell { position: relative; overflow: hidden; background: var(--cream); }
.hero-shell::after { position: absolute; right: -4%; bottom: -70px; width: 50%; height: 160px; border-radius: 50%; background: #ffe5d7; content: ''; transform: rotate(-6deg); }
.topbar { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; padding: 22px 0; }
.brand { display: flex; align-items: center; gap: 10px; color: var(--ink); font-family: 'Baloo 2', sans-serif; font-size: 15px; font-weight: 800; line-height: .72; letter-spacing: .05em; text-decoration: none; }
.brand b { color: var(--coral); }
.brand-paw { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 15px 18px 15px 20px; background: var(--ink); font-size: 23px; transform: rotate(-10deg); }
.topbar-right { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.region-pill { padding: 6px 10px; border-radius: 99px; color: var(--ink); background: #fff; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: #63bf81; box-shadow: 0 0 0 4px #d9f1df; }
.hero { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .8fr; gap: 40px; min-height: 450px; padding-top: 58px; padding-bottom: 90px; }
.eyebrow { margin: 0 0 10px; color: var(--coral); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 22px; font-family: 'Baloo 2', sans-serif; font-size: clamp(54px, 8vw, 96px); font-weight: 800; letter-spacing: -.065em; line-height: .78; }
h1 span { color: var(--coral); font-style: italic; }
.lede { max-width: 420px; margin-bottom: 29px; color: #77717b; font-size: 16px; font-weight: 600; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 15px; }
.jump-button { padding: 12px 17px; border-radius: 14px 17px 13px 16px; color: #fff; background: var(--ink); box-shadow: 4px 5px 0 #e6c2b7; font-size: 13px; font-weight: 800; text-decoration: none; transition: transform .2s; }
.jump-button:hover { transform: translateY(-3px) rotate(-1deg); }
.jump-button b { margin-left: 8px; color: var(--yellow); font-size: 17px; }
.hero-note { color: #9d959b; font-size: 10px; font-weight: 800; line-height: 1.3; text-transform: uppercase; }
.hero-art { position: relative; min-height: 320px; }
.sun { position: absolute; top: 17px; right: 16%; width: 190px; height: 190px; border-radius: 48% 52% 46% 54%; background: var(--yellow); transform: rotate(12deg); }
.squiggle { position: absolute; top: 1px; right: 5%; color: #f2b448; font-size: 77px; transform: rotate(-20deg); }
.dog-sticker { position: absolute; z-index: 1; top: 56px; right: 24%; display: flex; flex-direction: column; align-items: center; width: 168px; padding: 12px 6px 16px; border: 3px solid var(--ink); border-radius: 44% 51% 43% 48%; background: #fff; box-shadow: 7px 8px 0 var(--ink); transform: rotate(5deg); }
.dog-sticker span { font-size: 103px; line-height: .9; filter: saturate(.85); }
.dog-sticker b { margin-top: 5px; color: var(--coral); font-family: 'Baloo 2', sans-serif; font-size: 25px; line-height: .7; transform: rotate(-5deg); }
.bone { position: absolute; z-index: 2; font-size: 38px; filter: drop-shadow(2px 3px 0 rgba(51,49,59,.18)); }
.bone-one { top: 24px; left: 2%; transform: rotate(-25deg); }.bone-two { right: 2%; bottom: 40px; font-size: 30px; transform: rotate(24deg); }
.hero-card { position: absolute; right: 0; bottom: 0; display: flex; flex-direction: column; width: 145px; padding: 14px 16px; border: 2px dashed var(--ink); border-radius: 18px 14px 20px 13px; background: #fff; transform: rotate(-5deg); }
.hero-card span, .hero-card small { color: var(--muted); font-size: 10px; font-weight: 900; text-transform: uppercase; }.hero-card strong { color: var(--coral); font-family: 'Baloo 2'; font-size: 40px; line-height: .95; }

main { padding: 38px 0 68px; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; margin-bottom: 58px; }
.stat { position: relative; min-height: 143px; padding: 20px 21px; overflow: hidden; border-radius: 20px 17px 22px 16px; box-shadow: 0 5px 0 rgba(51,49,59,.08); }
.stat span { display: block; font-size: 10px; font-weight: 900; letter-spacing: .1em; }.stat strong { display: block; margin-top: 15px; font-family: 'Baloo 2'; font-size: 42px; line-height: .85; letter-spacing: -.04em; }.stat small { display: block; margin-top: 10px; font-size: 11px; font-weight: 700; }.stat i { position: absolute; right: 15px; bottom: 8px; color: rgba(51,49,59,.17); font-size: 42px; font-style: normal; }.stat-coral { background: var(--coral); color: #fff; }.stat-coral small { color: #ffe5df; }.stat-yellow { background: var(--yellow); }.stat-blue { background: var(--blue); }.stat-green { background: var(--green); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 16px; }.section-head.compact { margin-top: 58px; }.section-head h2 { margin: 0; font-family: 'Baloo 2'; font-size: 33px; line-height: .9; letter-spacing: -.045em; }.updated-chip, .top-color-chip { padding: 7px 11px; border-radius: 99px; color: var(--muted); background: #f3ece5; font-size: 10px; font-weight: 800; }
.market-grid, .color-grid { display: grid; grid-template-columns: 1.55fr .8fr; gap: 16px; }.color-grid { grid-template-columns: 1fr 1fr; margin-bottom: 32px; }
.card, .observer { border: 2px solid var(--line); border-radius: 23px 19px 25px 18px; background: var(--paper); box-shadow: 0 5px 0 rgba(51,49,59,.05); }.card { padding: 23px; }.card-title { display: flex; align-items: start; justify-content: space-between; gap: 12px; }.card-title > div { display: flex; align-items: center; gap: 8px; }.card-title h3 { margin: 0; font-family: 'Baloo 2'; font-size: 21px; line-height: 1; }.mini-icon { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 11px; background: #f8e5d8; font-size: 17px; }.period-pill { padding: 5px 9px; border-radius: 99px; color: var(--muted); background: #f3ece5; font-size: 10px; font-weight: 800; }.chart-wrap { height: 300px; margin-top: 20px; }.chart-wrap.short { height: 250px; }.donut { display: grid; place-items: center; }.method-card { position: relative; overflow: hidden; background: #fff0bd; border-color: #f3d77e; }.method-card .eyebrow { color: #bd8525; }.method-card h3 { margin-bottom: 12px; font-family: 'Baloo 2'; font-size: 27px; line-height: .9; }.method-card p:not(.eyebrow) { max-width: 270px; color: #796849; font-size: 12px; font-weight: 700; line-height: 1.45; }.method-paw { position: absolute; top: -26px; right: -9px; color: #f6dc8c; font-size: 90px; transform: rotate(20deg); }.method-rule { display: flex; justify-content: space-between; padding: 10px 0; border-top: 1px dashed #dfbd63; color: #806c46; font-size: 11px; font-weight: 800; }.method-rule b { color: #a66621; }
.observer { padding: 25px; }.observer-head { display: flex; align-items: start; justify-content: space-between; gap: 20px; }.observer-head h2 { margin: 0; font-family: 'Baloo 2'; font-size: 34px; line-height: .9; }.observer-head h2 span { font-size: 28px; }.observer-subtitle { margin: 8px 0 0; color: var(--muted); font-size: 12px; font-weight: 700; }.count-chip { padding: 8px 12px; border-radius: 13px 11px 14px 10px; color: #fff; background: var(--coral); font-size: 11px; font-weight: 900; transform: rotate(3deg); }
.filters { display: flex; gap: 10px; margin: 24px 0 15px; }.search-field, .select-field { display: flex; align-items: center; height: 43px; border: 2px solid var(--line); border-radius: 14px 11px 13px 10px; background: #fff; }.search-field { flex: 1; gap: 7px; padding: 0 13px; }.search-field span { color: var(--coral); font-size: 23px; line-height: 0; }.search-field input, .select-field select { width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; font-family: inherit; font-size: 12px; font-weight: 700; }.select-field { width: 190px; padding: 0 12px; }
.listing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }.listing-card { display: flex; min-width: 0; min-height: 112px; align-items: center; gap: 14px; padding: 13px; border: 2px solid #f1e9e0; border-radius: 18px 14px 17px 13px; background: #fff; transition: transform .18s, border-color .18s; }.listing-card:hover { border-color: var(--blue); transform: translateY(-2px) rotate(-.4deg); }.listing-card img, .image-placeholder { flex: 0 0 76px; width: 76px; height: 90px; object-fit: cover; border-radius: 14px 17px 13px 16px; background: #f4e6d8; }.image-placeholder { display: grid; place-items: center; color: var(--coral); font-size: 22px; }.listing-card .info { min-width: 0; flex: 1; }.listing-card .title { display: block; overflow: hidden; color: var(--ink); font-family: 'Baloo 2'; font-size: 19px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }.listing-card a { text-decoration: none; }.listing-card a:hover .title { color: var(--coral); }.listing-card .meta { overflow: hidden; margin-top: 3px; color: var(--muted); font-size: 11px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }.listing-card .price { align-self: start; color: var(--coral); font-family: 'Baloo 2'; font-size: 22px; font-weight: 800; white-space: nowrap; }.badge { display: inline-block; margin-top: 7px; padding: 3px 7px; border-radius: 99px; color: #fff; font-size: 9px; font-weight: 900; text-transform: uppercase; }.empty-state { grid-column: 1 / -1; padding: 30px; color: var(--muted); text-align: center; font-weight: 700; }
.footer { display: flex; justify-content: space-between; padding: 22px 0 32px; color: #aaa2a5; font-size: 10px; font-weight: 900; letter-spacing: .08em; }
@media (max-width: 850px) { .hero { grid-template-columns: 1fr .75fr; }.stats-grid { grid-template-columns: repeat(2, 1fr); }.market-grid { grid-template-columns: 1fr; }.method-card { min-height: 220px; } }
@media (max-width: 600px) { .wrap { width: calc(100% - 28px); }.topbar-right { font-size: 9px; }.region-pill { display: none; }.hero { display: block; min-height: 0; padding-top: 50px; padding-bottom: 195px; }.hero-art { position: absolute; right: 0; bottom: 11px; width: 300px; min-height: 170px; transform: none; }.dog-sticker { top: -5px; left: 0; right: auto; transform: scale(.62) rotate(5deg); transform-origin: top left; }.sun { top: -17px; right: 22%; width: 165px; height: 165px; }.hero-card { right: 0; bottom: 0; width: 130px; }.lede { font-size: 14px; }.hero-actions { align-items: start; }.hero-note { font-size: 9px; }.stats-grid { gap: 9px; margin-bottom: 45px; }.stat { min-height: 125px; padding: 15px; }.stat strong { font-size: 34px; }.stat small { font-size: 10px; }.section-head h2 { font-size: 28px; }.updated-chip { max-width: 120px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.color-grid { grid-template-columns: 1fr; margin-bottom: 24px; }.card, .observer { padding: 18px; }.chart-wrap { height: 260px; }.chart-wrap.short { height: 230px; }.filters { display: block; }.select-field { width: 100%; margin-top: 8px; }.listing-grid { grid-template-columns: 1fr; gap: 10px; }.listing-card { min-height: 96px; padding: 10px; }.listing-card img, .image-placeholder { flex-basis: 65px; width: 65px; height: 76px; }.listing-card .title { font-size: 17px; }.listing-card .price { font-size: 19px; }.footer { display: block; line-height: 2; } }
