@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&family=Space+Grotesk:wght@400;500;600;700&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:Inter,sans-serif;background:#0d0d10;color:#f0ece4;line-height:1.5;font-size:16px}#app{min-height:100vh;display:flex;flex-direction:column}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit;border:none;background:none}img{max-width:100%;display:block}::selection{background:#d4af3733}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#5c5650;border-radius:2px}.container{max-width:640px;margin:0 auto;padding:0 1rem}.header{position:fixed;top:0;left:0;right:0;z-index:100;padding:.8rem 0;background:transparent;transition:all .2s ease;border-bottom:1px solid transparent}.header.scrolled{background:#0d0d10d9;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom-color:#ffffff0a}.header-container{max-width:640px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center}.logo{font-family:Inter,sans-serif;font-weight:700;font-style:normal;font-size:1.6rem;color:#d4af37;display:flex;align-items:center;gap:.4rem;letter-spacing:.02em}.logo-icon{font-style:normal;font-size:1.5rem}.header-actions{display:flex;gap:.75rem}.icon-btn{width:38px;height:38px;border-radius:50%;background:#16161c;border:1px solid rgba(255,255,255,.04);color:#a09888;display:flex;align-items:center;justify-content:center;transition:all .2s ease;font-size:.9rem}.icon-btn:hover{color:#d4af37;border-color:#d4af3726}.menu-btn{display:none}.search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0d0d10f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:300;display:flex;align-items:center;justify-content:center}.search-panel{width:90%;max-width:500px}.search-field{width:100%;padding:1rem 0;background:transparent;border:none;border-bottom:1px solid rgba(255,255,255,.04);font-family:Inter,sans-serif;font-style:normal;font-size:1.5rem;color:#f0ece4;outline:none}.search-field::placeholder{color:#5c5650}.search-close{position:absolute;top:-2rem;right:0;color:#5c5650;font-size:1.2rem}.search-item{display:block;padding:.6rem 0;border-bottom:1px solid rgba(255,255,255,.04);color:#a09888}.search-item:hover{color:#d4af37}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:250;background:#0009;opacity:0;visibility:hidden;transition:all .2s ease}.mobile-menu.show{opacity:1;visibility:visible}.mobile-panel{position:absolute;right:0;top:0;bottom:0;width:80%;max-width:320px;background:#16161c;padding:1.5rem;border-left:1px solid rgba(255,255,255,.04);transform:translate(100%);transition:transform .2s ease}.mobile-menu.show .mobile-panel{transform:translate(0)}.mobile-link{display:block;padding:.7rem 0;color:#a09888;border-bottom:1px solid rgba(255,255,255,.04)}.mobile-link:hover{color:#d4af37}.footer{background:#16161c;border-top:1px solid rgba(255,255,255,.04);margin-top:auto;padding:2rem 0}.footer-container{max-width:640px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:#5c5650;font-family:Space Grotesk,sans-serif;font-size:.7rem;text-transform:uppercase;letter-spacing:.05em}.footer-links a:hover{color:#d4af37}.scroll-top{position:fixed;bottom:1.5rem;right:1.5rem;width:42px;height:42px;border-radius:50%;background:#16161c;border:1px solid rgba(255,255,255,.04);display:flex;align-items:center;justify-content:center;color:#a09888;transition:all .2s ease;z-index:50}.scroll-top:hover{color:#d4af37;border-color:#d4af37;transform:translateY(-2px)}.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.7rem 1.5rem;border-radius:24px;font-family:Space Grotesk,sans-serif;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;transition:all .2s ease}.btn-primary{background:#d4af37;color:#0d0d10}.btn-primary:hover{background:#e8c547}.tag-pill{padding:.25rem .6rem;border-radius:20px;font-family:Space Grotesk,sans-serif;font-size:.55rem;font-weight:600;color:#d4af37;text-transform:uppercase;letter-spacing:.08em;border:1px solid rgba(212,175,55,.15);background:#d4af370f;transition:all .2s ease}.tag-pill:hover{background:#d4af371f}.page-enter-active{animation:pageIn .3s ease}.page-leave-active{animation:pageOut .2s ease}@keyframes pageIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pageOut{0%{opacity:1}to{opacity:0}}.main-content{flex:1;padding-top:64px}@media (max-width: 768px){.menu-btn{display:flex;flex-direction:column;gap:4px}.menu-btn span{width:20px;height:2px;background:#f0ece4}}.search-box{margin-bottom:1.5rem}.search-field-page{width:100%;padding:.85rem 1rem;background:#16161c;border:1px solid rgba(255,255,255,.04);border-radius:16px;color:#f0ece4;font-size:.95rem;outline:none;transition:border-color .2s}.search-field-page:focus{border-color:#d4af374d}.search-field-page::placeholder{color:#5c5650}.search-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;align-items:center}.search-tags-label{font-family:Space Grotesk,sans-serif;font-size:.65rem;color:#5c5650;text-transform:uppercase;letter-spacing:.05em;margin-right:.25rem}.tag-pill.active{background:#d4af3726;border-color:#d4af37;color:#d4af37}.hero-mini{text-align:center;padding:2rem 0 1.5rem}.hero-title{font-family:Inter,sans-serif;font-size:2.2rem;font-weight:700;color:#f0ece4;margin-bottom:.75rem}.hero-accent{color:#d4af37}.hero-desc{font-size:.9rem;color:#a09888;max-width:400px;margin:0 auto 1.25rem;line-height:1.6}.hero-stats{display:flex;justify-content:center;gap:1.5rem}.hero-stat-num{font-family:Space Grotesk,sans-serif;font-size:1.3rem;font-weight:700;color:#d4af37;padding:5px}.hero-stat-label{font-size:.65rem;color:#5c5650;text-transform:uppercase;letter-spacing:.05em}.stories{display:flex;gap:1rem;padding:1rem 0;overflow-x:auto;margin-bottom:.5rem;-ms-overflow-style:none;scrollbar-width:none}.stories::-webkit-scrollbar{display:none}.story{display:flex;flex-direction:column;align-items:center;gap:.4rem;flex-shrink:0;cursor:pointer;min-width:72px}.story-ring{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#d4af37,#e8c547,#b8942e);padding:2px}.story-ring-inner{width:100%;height:100%;border-radius:50%;background:#0d0d10;padding:2px}.story-avatar{width:100%;height:100%;border-radius:50%;background:#16161c;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.story-label{font-family:Space Grotesk,sans-serif;font-size:.55rem;color:#5c5650;text-transform:uppercase;letter-spacing:.05em;text-align:center;max-width:64px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ig-feed{display:flex;flex-direction:column;gap:1.5rem;padding-bottom:3rem}.ig-post{background:#16161c;border:1px solid rgba(255,255,255,.04);transition:all .3s;border-radius:16px;overflow:hidden}.ig-post:hover{border-color:#d4af3726}.ig-post-header{display:flex;align-items:center;gap:.6rem;padding:.7rem .8rem}.ig-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#d4af37,#1a1a1a);display:flex;align-items:center;justify-content:center;font-size:.85rem;flex-shrink:0}.ig-username{font-weight:700;font-size:.8rem;letter-spacing:-.01em;color:#f0ece4;flex:1;min-width:0}.ig-username span{font-family:Space Grotesk,sans-serif;font-size:.6rem;color:#5c5650;font-weight:400;text-transform:uppercase;letter-spacing:.05em;display:block}.ig-category{font-family:Space Grotesk,sans-serif;font-size:.55rem;color:#d4af37;text-transform:uppercase;letter-spacing:.08em;padding:.2rem .5rem;border:1px solid rgba(212,175,55,.15);background:#d4af370f;border-radius:20px;white-space:nowrap;flex-shrink:0}.ig-image{width:100%;aspect-ratio:4/5;background:#1e1e26;display:flex;align-items:center;justify-content:center;font-size:4rem;overflow:hidden}.ig-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.ig-post:hover .ig-image img{transform:scale(1.03)}.ig-content{padding:.75rem 1rem .8rem}.ig-title{font-family:Inter,sans-serif;font-size:1.2rem;font-weight:700;margin-bottom:.3rem;line-height:1.2;letter-spacing:-.01em;color:#f0ece4}.ig-excerpt{font-size:.8rem;color:#a09888;line-height:1.5;margin-bottom:.75rem}.ig-meta-row{display:flex;align-items:center;justify-content:space-between}.ig-meta-left{display:flex;align-items:center;gap:.75rem}.ig-meta-item{font-family:Space Grotesk,sans-serif;font-size:.65rem;color:#5c5650;text-transform:uppercase;letter-spacing:.05em}.ig-read-more{font-family:Space Grotesk,sans-serif;font-size:.65rem;font-weight:600;color:#d4af37;text-transform:uppercase;letter-spacing:.05em;transition:opacity .2s}.ig-read-more:hover{opacity:.8}.empty-state{text-align:center;padding:4rem 0;color:#5c5650}.empty-state h3{font-family:Inter,sans-serif;margin-bottom:.5rem;color:#f0ece4}@media (max-width: 480px){.hero-title{font-size:1.8rem}.container{padding:0 .75rem}.ig-image{aspect-ratio:1/1}.ig-post{border-radius:12px}.ig-content{padding:.6rem .75rem}.ig-title{font-size:1.1rem}}.hero-about{max-width:500px;margin:0 auto 1.5rem;text-align:center}.hero-stats-inline{display:flex;justify-content:center;gap:.5rem;font-family:Space Grotesk,sans-serif;font-size:.8rem;color:#d4af37;margin-bottom:.75rem}.hero-quote{font-family:Space Grotesk,sans-serif;font-size:.85rem;font-weight:600;color:#f0ece4;font-style:italic;border-left:2px solid #d4af37;padding-left:1rem;text-align:left}.hero-stats-inline{display:flex;justify-content:center;gap:.6rem;font-family:Space Grotesk,sans-serif;font-size:.85rem;color:#d4af37;margin-bottom:1rem;background:#d4af370f;border:1px solid rgba(212,175,55,.12);border-radius:12px;padding:.6rem 1.25rem;display:inline-flex}.hero-stats-inline span{font-weight:600;letter-spacing:.03em}.hero-stats-inline span:nth-child(2n){color:#5c5650;font-weight:400}.hero-about{max-width:520px;margin:0 auto 1.5rem;text-align:center}.hero-about p{font-size:.9rem;color:#a09888;line-height:1.7;margin-bottom:.75rem}.hero-quote{font-family:Space Grotesk,sans-serif;font-size:.85rem;font-weight:600;color:#f0ece4;font-style:italic;border-left:3px solid #d4af37;padding:.5rem 0 .5rem 1rem;text-align:left;background:#d4af370a;border-radius:0 8px 8px 0;margin-top:1rem}.measurement-form{background:#16161c;border:1px solid rgba(255,255,255,.04);border-radius:16px;padding:1.25rem;margin-bottom:1.5rem}.measurement-form h3,.profile-section h3,.history-section h3{font-family:Space Grotesk,sans-serif;font-size:.8rem;color:#a09888;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem}.profile-section{background:#16161c;border:1px solid rgba(255,255,255,.04);border-radius:16px;padding:1.25rem;margin-bottom:1.5rem}.history-section{background:#16161c;border:1px solid rgba(255,255,255,.04);border-radius:16px;padding:1.25rem}.form-inline{display:flex;gap:.5rem;flex-wrap:wrap}.form-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.5rem}.highlight{color:#d4af37;font-weight:700;font-family:Space Grotesk,sans-serif}.post-nav{padding:1rem 0}.post-back{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:#16161c;border:1px solid rgba(255,255,255,.04);color:#a09888;transition:all .2s;font-size:.9rem}.post-back:hover{color:#d4af37;border-color:#d4af3726}.ig-caption{padding:2rem 1rem .8rem}.ig-title-inline{font-family:Inter,sans-serif;font-style:normal;font-size:1.25rem;font-weight:700;margin-bottom:.75rem;line-height:1.3;color:#f0ece4}.ig-body{font-size:.9rem;color:#a09888;line-height:1.7}.ig-body h2{font-family:Inter,sans-serif;font-style:normal;font-size:1.3rem;color:#f0ece4;margin:1.5rem 0 .75rem}.ig-body h3{font-family:Space Grotesk,sans-serif;font-size:1rem;color:#f0ece4;margin:1.25rem 0 .5rem}.ig-body p{margin-bottom:1rem}.ig-body a{color:#d4af37;border-bottom:1px solid rgba(212,175,55,.3);transition:border-color .2s}.ig-body a:hover{border-bottom-color:#d4af37}.ig-body img{border-radius:12px;margin:1.5rem 0;width:100%}.ig-body blockquote{border-left:3px solid #d4af37;padding:.5rem 1rem;margin:1.5rem 0;background:#d4af370a;border-radius:0 8px 8px 0;font-style:normal;color:#c0b090}.ig-body ul,.ig-body ol{margin:1rem 0;padding-left:1.5rem}.ig-body li{margin-bottom:.5rem}.ig-body code{background:#1e1e26;padding:.15rem .4rem;border-radius:4px;font-family:Space Grotesk,monospace;font-size:.8rem;color:#d4af37}.ig-body pre{background:#1e1e26;padding:1rem;border-radius:12px;overflow-x:auto;margin:1.5rem 0;border:1px solid rgba(255,255,255,.04)}.ig-body pre code{background:none;padding:0;color:#a09888}.post-tags-section{display:flex;flex-wrap:wrap;gap:.5rem;padding:0 1rem .8rem}.related-section{margin-top:1.5rem}.related-title{font-family:Inter,sans-serif;font-style:normal;font-size:1.3rem;color:#f0ece4;margin-bottom:1rem}.related-list{display:flex;flex-direction:column;gap:.5rem}.related-item{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:#16161c;border:1px solid rgba(255,255,255,.04);border-radius:12px;color:#a09888;transition:all .2s}.related-item:hover{border-color:#d4af3726;color:#d4af37}.related-item i{font-size:.8rem;opacity:.5}.post-back-bottom{padding:2rem 0;text-align:center}@media (max-width: 480px){.ig-caption{padding:0 .75rem .6rem}.ig-title-inline{font-size:1.1rem}.ig-body{font-size:.85rem}}.reactions-section{padding:.75rem 1rem 0}.reactions-bar{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.reaction-btn{display:flex;align-items:center;gap:.3rem;padding:.4rem .8rem;background:#1e1e26;border:1px solid rgba(255,255,255,.04);border-radius:20px;cursor:pointer;transition:all .2s}.reaction-btn:hover{border-color:#d4af3733;background:#25252d}.reaction-btn.active{border-color:#d4af37;background:#d4af371a}.reaction-emoji{font-size:1rem;transition:transform .2s}.reaction-btn:hover .reaction-emoji{transform:scale(1.2)}.reaction-count{font-family:Space Grotesk,sans-serif;font-size:.7rem;font-weight:600;color:#a09888}.reaction-btn.active .reaction-count{color:#d4af37}.reaction-divider{width:1px;height:24px;background:#ffffff0f;margin:0 .25rem}.views-block{display:flex;align-items:center;gap:.35rem;padding:.4rem .8rem;background:#1e1e26;border:1px solid rgba(255,255,255,.04);border-radius:20px;margin-left:auto}.views-emoji{font-size:.9rem}.views-count{font-family:Space Grotesk,sans-serif;font-size:.75rem;font-weight:600;color:#a09888}@media (max-width: 480px){.reactions-section{padding:.6rem .75rem 0}.reaction-btn{padding:.35rem .65rem}}.carousel{position:relative;overflow:hidden;aspect-ratio:4/5;background:#1e1e26}.carousel-track{display:flex;transition:transform .35s cubic-bezier(.4,0,.2,1);height:100%}.carousel-slide{min-width:100%;height:100%}.carousel-slide img{width:100%;height:100%;object-fit:cover;display:block}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:34px;height:34px;border-radius:50%;background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;font-size:1.3rem;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;transition:background .2s;z-index:2}.carousel-btn:hover{background:#d4af37b3}.carousel-prev{left:.6rem}.carousel-next{right:.6rem}.carousel-dots{position:absolute;bottom:.6rem;left:50%;transform:translate(-50%);display:flex;gap:.4rem;z-index:2}.carousel-dot{width:6px;height:6px;border-radius:50%;background:#fff6;cursor:pointer;transition:all .2s}.carousel-dot.active{background:#d4af37;box-shadow:0 0 6px #d4af3780;width:18px;border-radius:3px}@media (max-width: 480px){.carousel-btn{width:28px;height:28px;font-size:1rem}}.ig-time{font-family:Space Grotesk,sans-serif;font-size:.65rem;color:#5c5650;text-transform:uppercase;letter-spacing:.08em;margin-top:.5rem;display:block}
