#root{width:100%;min-height:100vh}:root{--color-bg: #0a0f0d;--color-bg-elevated: rgba(15, 20, 18, .85);--color-text: #f0ede8;--color-text-muted: #6b7c75;--color-accent: #d4724e;--color-accent-glow: rgba(212, 114, 78, .3);--color-border: rgba(240, 237, 232, .1);--font-display: "Bebas Neue", "Arial Black", sans-serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif}html{scroll-behavior:smooth}::selection{background:var(--color-accent);color:var(--color-bg)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;line-height:1.5}.background-blur{position:fixed;inset:0;z-index:0;overflow:hidden}.background-blur-image{width:100%;height:100%;object-fit:cover;filter:blur(40px) brightness(.4);transform:scale(1.1)}.background-blur-overlay{position:absolute;inset:0;background:#0a0f0d99}.noise-overlay{position:fixed;inset:0;z-index:0;opacity:.03;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px}.hero-section{position:relative}.hero-sticky-wrapper{position:sticky;top:0;z-index:1;display:flex;justify-content:center;padding:40px 24px 0}.hero-photo{position:relative;width:100%;max-width:420px;overflow:hidden;border-radius:20px;box-shadow:0 8px 40px #0006}.content-overlay{position:relative;z-index:3;max-width:480px;margin:-80px auto 0;padding:0 24px 40px;display:flex;flex-direction:column;align-items:center}.content-below{position:relative;z-index:2;max-width:480px;margin:0 auto;padding:0 24px 60px;display:flex;flex-direction:column;align-items:center}.hero-photo-image{width:100%;display:block;object-fit:cover;aspect-ratio:3 / 4}.hero-photo-gradient{position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(to top,var(--color-bg) 0%,transparent 100%);pointer-events:none}.profile-header{text-align:center;margin-bottom:20px}.profile-name{font-family:var(--font-display);font-size:clamp(2.2rem,8vw,3.2rem);letter-spacing:.12em;text-transform:uppercase;margin:0;line-height:1;color:var(--color-text);text-shadow:0 2px 20px rgba(0,0,0,.5)}.profile-handle{font-family:var(--font-body);font-size:.9rem;color:var(--color-text-muted);margin-top:4px;letter-spacing:.04em}.social-icons{display:flex;gap:20px;justify-content:center;align-items:center;padding:16px 0;margin-bottom:8px}.social-icon-link{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);transition:all .25s cubic-bezier(.4,0,.2,1);border-radius:50%;text-decoration:none}.social-icon-link:hover{color:var(--color-accent);transform:scale(1.2);filter:drop-shadow(0 0 8px var(--color-accent-glow))}.social-icon-link:focus-visible{outline:2px solid var(--color-accent);outline-offset:4px}.social-icon-link svg{width:22px;height:22px}.follower-count-wrapper{text-align:center;margin:8px 0 24px;width:100%}.follower-count-wrapper:before{content:"";display:block;width:40px;height:1px;background:var(--color-border);margin:0 auto 16px}.follower-count-toggle{background:none;border:none;color:var(--color-text);cursor:pointer;display:inline-flex;align-items:center;gap:10px;margin:0 auto;font-family:var(--font-body);font-size:.95rem;padding:8px 16px;border-radius:100px;transition:background .2s}.follower-count-toggle:hover{background:var(--color-bg-elevated)}.follower-count-number{font-weight:600;color:var(--color-accent);font-size:1.1rem}.follower-count-label{color:var(--color-text-muted);font-size:.85rem}.follower-count-chevron{transition:transform .3s ease;display:flex;align-items:center}.follower-count-chevron svg{width:16px;height:16px;color:var(--color-text-muted)}.breakdown-backdrop{position:fixed;inset:0;z-index:100;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);touch-action:none}.breakdown-sheet-wrapper{position:fixed;bottom:0;left:0;right:0;z-index:101;display:flex;justify-content:center;pointer-events:none}.breakdown-sheet{display:flex;flex-direction:column;width:100%;max-width:480px;max-height:85vh;background:#1a1f1d;border-radius:20px 20px 0 0;padding-bottom:env(safe-area-inset-bottom,24px);box-shadow:0 -8px 40px #00000080;pointer-events:auto;overscroll-behavior:contain}.breakdown-handle{display:flex;justify-content:center;padding:12px 0 8px;cursor:pointer}.breakdown-handle-bar{width:36px;height:4px;border-radius:2px;background:#f0ede840}.breakdown-header{text-align:center;padding:8px 24px 20px;font-family:var(--font-body);font-size:1.05rem}.breakdown-header-number{font-weight:600;color:var(--color-text)}.breakdown-header-label{color:var(--color-text-muted)}.breakdown-list{overflow-y:auto;padding:0 20px 20px;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.breakdown-row{display:flex;align-items:center;gap:16px;padding:12px 8px;text-decoration:none;border-radius:12px;transition:background .2s}.breakdown-row:hover{background:#f0ede80d}.breakdown-avatar-wrapper{position:relative;flex-shrink:0;width:52px;height:52px}.breakdown-avatar{width:52px;height:52px;border-radius:50%;object-fit:cover;border:2px solid rgba(240,237,232,.1)}.breakdown-platform-badge{position:absolute;bottom:-2px;right:-2px;width:22px;height:22px;display:flex;align-items:center;justify-content:center;background:#1a1f1d;border-radius:50%;border:2px solid #1a1f1d;color:var(--color-text)}.breakdown-platform-badge svg{width:13px;height:13px}.breakdown-info{display:flex;flex-direction:column;gap:2px;min-width:0}.breakdown-username{font-family:var(--font-body);font-size:.95rem;font-weight:500;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.breakdown-followers{font-family:var(--font-body);font-size:.82rem;color:var(--color-text-muted);font-variant-numeric:tabular-nums}.featured-links{display:flex;flex-direction:column;gap:16px;width:100%;margin-top:16px}.featured-card{position:relative;display:block;width:100%;border-radius:16px;overflow:hidden;text-decoration:none;aspect-ratio:16 / 10;background:#1a1f1d}.featured-card-icon{position:absolute;top:14px;left:14px;z-index:2;width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:var(--color-text);opacity:.9;filter:drop-shadow(0 1px 3px rgba(0,0,0,.5))}.featured-card-icon svg{width:24px;height:24px}.featured-card-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 25%;transition:transform .4s cubic-bezier(.4,0,.2,1)}.featured-card:hover .featured-card-image{transform:scale(1.03)}.featured-card-gradient{position:absolute;inset:0;z-index:1;background:linear-gradient(to top,rgba(0,0,0,.75) 0%,rgba(0,0,0,.15) 50%,transparent 100%)}.featured-card-title{position:absolute;bottom:18px;left:0;right:0;z-index:2;text-align:center;font-family:var(--font-display);font-size:clamp(1.3rem,5vw,1.7rem);letter-spacing:.1em;color:var(--color-text);text-shadow:0 2px 12px rgba(0,0,0,.6)}.footer{margin-top:auto;padding-top:40px;text-align:center}.footer-text{font-family:var(--font-body);font-size:.7rem;color:var(--color-text-muted);letter-spacing:.15em;text-transform:uppercase;opacity:.5}@media(max-width:480px){.hero-sticky-wrapper{padding:24px 16px 0}.content-overlay,.content-below{padding:0 16px 40px}.hero-photo{max-width:100%;border-radius:16px}.social-icons{gap:16px}.social-icon-link{width:44px;height:44px;min-width:44px;min-height:44px}.social-icon-link svg{width:20px;height:20px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
