@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Nunito:wght@400;700;900&display=swap');

:root { --ink: #161516; --glass: rgba(255,255,255,.34); --line: rgba(255,255,255,.58); }
* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; font-family: Nunito, Arial, sans-serif; color: var(--ink); }
a { color: inherit; text-decoration: none; }
.home-page { overflow: hidden; background: #cabba8; }
.home-shell { min-height: 100vh; position: relative; overflow: hidden; background: #cabba8; }
.background-frame { position: absolute; inset: -4%; z-index: 0; overflow: hidden; transition: opacity .05s linear; }
.background-frame::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(214,198,179,.38), rgba(239,226,205,.08)); backdrop-filter: blur(3px); }
.background-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 43%; animation: bg-breathe 5s ease-in-out infinite; }
.background-frame-open { opacity: 0; }
.home-shell::after { content: ''; position: absolute; inset: 0; background: rgba(218,205,185,.20); backdrop-filter: blur(3px); pointer-events: none; }
.site-header, .tap-zone, .counter-bar { position: relative; z-index: 2; }
.site-header { display: flex; align-items: center; justify-content: space-between; max-width: 1120px; margin: 0 auto; padding: 15px 20px; }
.brand img { width: 118px; height: 118px; object-fit: contain; filter: drop-shadow(0 3px 4px rgba(0,0,0,.25)); }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.pill { padding: 18px 25px; border: 1px solid var(--line); border-radius: 20px; background: var(--glass); box-shadow: inset 0 1px 0 #fff8, 0 8px 18px #6d5d4c18; font-weight: 900; font-size: 14px; }
.pill:hover, .social:hover { opacity: .7; }
.contract { border-radius: 28px; font-weight: 700; }
.status-dot { display: inline-block; width: 13px; height: 13px; margin-right: 7px; border-radius: 50%; background: #5be3ca; box-shadow: 0 0 0 4px #fff5; vertical-align: -1px; }
.social { font-size: 26px; font-weight: 900; padding: 8px 2px; }
.telegram { font-size: 24px; }
.tap-zone { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -38%); display: flex; flex-direction: column; align-items: center; width: min(700px, 90vw); margin: 0; padding: 0; border: 0; color: #fff; background: transparent; cursor: pointer; }
.wordmark, .about-wordmark { font-family: 'Archivo Black', Arial Black, sans-serif; color: #fff; -webkit-text-stroke: 3px #111; text-shadow: 0 5px 0 #111; letter-spacing: 2px; }
.wordmark { font-size: clamp(60px, 9vw, 112px); line-height: 1; }
.tap-count { font-family: 'Archivo Black', Arial Black, sans-serif; font-size: clamp(55px, 7vw, 84px); text-shadow: 0 6px 0 #222; line-height: 1.15; }
.counter-bar { position: fixed; left: 50%; bottom: 20px; transform: translateX(-50%); display: flex; justify-content: space-between; align-items: center; width: min(800px, calc(100% - 40px)); padding: 21px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.35); box-shadow: inset 0 1px 0 #fff9; font-size: 22px; }
.counter-bar span { display: flex; align-items: center; gap: 14px; }
.chevron { font-size: 24px; }
.popping .wordmark { animation: pop .25s ease; }
@keyframes pop { 50% { transform: scale(1.08) rotate(-2deg); } }
@keyframes mouth-open-bg { 0% { transform: scale(1); } 35% { transform: scale(1.08, 1.12); } 70% { transform: scale(.985, .97); } 100% { transform: scale(1); } }
.home-shell.open-mouth .background-frame-closed { opacity: 0; }
.home-shell.open-mouth .background-frame-open { opacity: 1; }
.home-shell.open-mouth .background-frame-open img { animation: mouth-open-bg .38s cubic-bezier(.2,1.25,.4,1); }
@keyframes bg-breathe { 50% { transform: scale(1.035) translateY(-1%); } }

.about-page { background: #d9e7e9; background-image: linear-gradient(125deg, #fde7f0 0%, #d9f2f0 47%, #dfd3f1 100%); }
.about-shell { min-height: 100vh; padding: 42px 20px 50px; background-image: linear-gradient(30deg, transparent 48%, rgba(92,122,125,.045) 49%, transparent 51%), linear-gradient(150deg, transparent 48%, rgba(92,122,125,.045) 49%, transparent 51%); background-size: 72px 42px; }
.about-hero, .tokenomics, .media-grid, .disclaimer { max-width: 760px; margin: 0 auto; text-align: center; }
.about-wordmark { margin: 0; font-size: clamp(62px, 12vw, 112px); line-height: .95; }
.about-socials { display: flex; justify-content: center; align-items: center; gap: 27px; margin: 13px 0 42px; font-size: 31px; font-weight: 900; color: #fff; text-shadow: 0 2px 2px #5556; }
.hero-cat { width: 68px; height: 68px; animation: float 2s ease-in-out infinite; }
.hero-cat img, .mini-cat img { width: 100%; height: 100%; object-fit: contain; }
@keyframes float { 50% { transform: translateY(-8px) rotate(3deg); } }
.intro { max-width: 540px; margin: 0 auto; font-size: 20px; line-height: 1.42; font-weight: 900; }
.tokenomics { margin-top: 34px; }
.tokenomics h2 { margin: 0 0 24px; color: #fff; -webkit-text-stroke: 1px #777; text-shadow: 0 2px 2px #555; font-size: clamp(42px, 8vw, 68px); font-weight: 400; letter-spacing: 1px; }
.tokenomics-content { display: flex; justify-content: center; align-items: center; gap: 22px; text-align: left; }
.mini-cat { width: 115px; height: 115px; animation: float 2.5s ease-in-out infinite; }
.tokenomics ul { padding: 0; margin: 0; list-style: none; font-size: 18px; line-height: 1.5; font-weight: 700; }
.media-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 44px; }
.media-card { display: grid; place-items: center; min-height: 130px; border-radius: 20px; background: linear-gradient(145deg, #d29a8d, #f5d1c1); box-shadow: 0 8px 20px #a5788840; color: #fff; font-weight: 900; text-shadow: 0 2px 2px #533; }
.media-card img { width: 100%; height: 100%; min-height: 130px; object-fit: cover; border-radius: inherit; display: block; }
.media-card.dark { background: linear-gradient(145deg, #29262d, #8a6471); }
.media-card.blush { background: linear-gradient(145deg, #f2d0da, #9d7a99); }
.disclaimer { margin-top: 42px; font-size: 14px; line-height: 1.45; font-weight: 700; }
footer { margin-top: 42px; text-align: center; font-size: 14px; }
@media (max-width: 700px) { .site-header { align-items: flex-start; } .brand img { width: 80px; height: 80px; } .nav-actions { gap: 8px; flex-wrap: wrap; justify-content: flex-end; } .pill { padding: 12px 14px; font-size: 11px; } .contract { display: none; } .social { font-size: 21px; } .counter-bar { bottom: 12px; font-size: 16px; padding: 16px; } .about-shell { padding-top: 28px; } .intro { font-size: 17px; } .media-grid { grid-template-columns: 1fr; } .media-card { min-height: 90px; } }
