.home{--host-top-safe: 120px;--section-gap: clamp(3rem, 6vw, 4.25rem);background:radial-gradient(ellipse 90% 55% at 50% -8%,rgba(135,169,255,.14) 0%,transparent 58%),radial-gradient(ellipse 70% 40% at 88% 42%,rgba(135,169,255,.07) 0%,transparent 52%),radial-gradient(ellipse 60% 35% at 8% 68%,rgba(255,131,73,.04) 0%,transparent 50%),linear-gradient(180deg,#fff,#fafbff 18%,#f4f7fc,#fff,#f6f8fe 78%,#f0f4ff 92%,#f7f9fc)}.home .home-section{position:relative;padding-block:var(--section-gap);background:transparent}.home .section-title{margin-bottom:clamp(1.25rem,2.5vw,1.75rem)}.home .home-section:last-of-type{padding-bottom:var(--section-gap)}.home .hero{display:flex;align-items:center;justify-content:center;text-align:center;padding:calc(var(--host-top-safe) + 60px) var(--page-pad) clamp(4rem,8vw,6rem);overflow:hidden}.home .hero:before{content:"";position:absolute;top:-20%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,var(--bg-water) 0%,transparent 70%);opacity:.7;pointer-events:none}.home .hero-canvas{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.home .hero-content{position:relative;z-index:1;max-width:min(44rem,92vw);margin-inline:auto}.home .hero-title{display:flex;flex-direction:column;align-items:center;gap:.12em;font-family:var(--font-display);font-weight:700;letter-spacing:-.04em;line-height:1.02;margin-bottom:clamp(1.5rem,3vw,2rem);color:var(--text-primary);text-wrap:balance}.home .hero-title-line{display:block;font-size:clamp(1.75rem,4.2vw,2.35rem);font-weight:500;letter-spacing:-.02em;color:var(--text-secondary)}.home .hero-title-accent{display:block;font-size:clamp(2.75rem,7.5vw,4.75rem);letter-spacing:-.045em;color:var(--brand-deep)}.home .hero-subtitle{font-size:clamp(1.05rem,2.2vw,1.2rem);color:var(--text-secondary);max-width:36rem;margin:0 auto clamp(2rem,4vw,3rem);line-height:1.85;font-weight:300;text-wrap:pretty}.home .hero-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.home .philosophy-screen{min-height:100svh;min-height:100vh}.home .tada-intro{text-align:center;padding-bottom:clamp(1.25rem,2.5vw,1.75rem)}.home .tada-intro__label{display:inline-flex;align-items:center;gap:.45rem;margin:0 0 clamp(1rem,2vw,1.25rem);padding:.35rem .85rem .35rem .65rem;border-radius:999px;background:#ffffffbf;border:1px solid rgba(135,169,255,.18);box-shadow:0 1px 2px #5a89ff0d}.home .tada-intro__mark{font-family:var(--font-display);font-size:.78rem;font-weight:600;letter-spacing:-.02em;color:var(--brand-deep)}.home .tada-intro__sep{color:#696a7773;font-size:.72rem;line-height:1}.home .tada-intro__role{font-family:var(--font-display);font-size:.68rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--text-tertiary)}.home .tada-hero-title{display:flex;flex-direction:column;align-items:center;gap:.08em;font-family:var(--font-display);font-weight:700;letter-spacing:-.03em;line-height:1.08;margin-bottom:.85rem;text-wrap:balance;text-align:center}.home .tada-hero-title-line{display:block;font-size:clamp(1.35rem,3.2vw,1.85rem);font-weight:500;color:var(--text-secondary)}.home .tada-hero-title-accent{display:block;font-size:clamp(1.75rem,4.2vw,2.5rem);letter-spacing:-.035em;color:var(--brand-deep)}.home .tada-hero-lead{font-size:clamp(.92rem,1.7vw,1rem);color:var(--text-tertiary);max-width:30rem;margin:0 auto;line-height:1.75;font-weight:400;text-wrap:pretty}.home .features-body{padding-top:clamp(.25rem,1vw,.5rem)}.home .features-body:before{content:"";display:block;width:min(4.5rem,18%);height:1px;margin:0 auto clamp(1.25rem,2.5vw,1.65rem);background:linear-gradient(90deg,transparent,rgba(135,169,255,.35),transparent)}.home .features:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 0%,rgba(135,169,255,.04) 35%,rgba(135,169,255,.06) 55%,transparent 100%);pointer-events:none}.home .features-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(14px,2vw,20px)}.home .feature-card{position:relative;isolation:isolate;overflow:hidden;border-radius:var(--radius);padding:clamp(18px,2.2vw,24px);background:#ffffffd1;border:1px solid rgba(135,169,255,.12);box-shadow:0 1px 2px #5a89ff0a,0 10px 28px #5a89ff0f;transition:transform .25s cubic-bezier(.22,1,.36,1),border-color .25s ease,box-shadow .25s ease}.home .feature-card:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 90% 55% at 100% 0%,rgba(135,169,255,.08) 0%,transparent 62%);pointer-events:none;z-index:0}.home .feature-card:hover{transform:translateY(-2px);border-color:#87a9ff33;box-shadow:0 2px 4px #5a89ff0d,0 14px 32px #5a89ff17}.home .feature-card__top{position:relative;z-index:1;display:flex;gap:14px;align-items:flex-start;margin-bottom:20px}.home .feature-card__icon{flex-shrink:0;width:40px;height:40px;border-radius:11px;display:flex;align-items:center;justify-content:center;background:#87a9ff24;border:1px solid rgba(90,137,255,.16);box-shadow:none}.home .feature-card__glyph{font-family:var(--font-display);font-size:.9rem;font-weight:600;color:var(--brand-deep);letter-spacing:.04em}.home .feature-card__copy h3{font-family:var(--font-display);font-size:1.08rem;font-weight:600;margin:0 0 6px;letter-spacing:-.025em;color:var(--text-primary)}.home .feature-card__copy p{color:var(--text-secondary);font-size:.86rem;line-height:1.65;font-weight:300;margin:0}.home .feature-card__stage{position:relative;z-index:1;min-height:118px;display:flex;flex-direction:column;gap:9px;padding:12px 12px 10px;border-radius:calc(var(--radius-sm) - 2px);background:#f5f7fca6;border:1px solid rgba(135,169,255,.08)}.home .feature-query{display:flex;justify-content:flex-end}.home .feature-query__bubble{display:inline-block;max-width:100%;padding:8px 11px;border-radius:12px 12px 4px;background:#5a89ff1f;border:1px solid rgba(90,137,255,.14);color:var(--text-primary);font-size:.72rem;line-height:1.45;font-weight:500}.home .feature-chips{display:flex;flex-wrap:wrap;gap:6px}.home .feature-chip{font-size:.66rem;padding:4px 9px;border-radius:6px;font-family:var(--font-display);font-weight:500;letter-spacing:-.01em}.home .feature-chip--tool{background:var(--bg-water);color:var(--text-tertiary)}.home .feature-chip--skill{background:#87a9ff1f;color:var(--brand-deep);border:1px solid rgba(135,169,255,.35)}.home .feature-outcome{font-size:.74rem;font-weight:500;color:var(--brand-deep);margin:0;line-height:1.5}.home .feature-card.is-idle:not(.is-done) .feature-chips,.home .feature-card.is-idle:not(.is-done) .feature-outcome{opacity:.35}.home .feature-card.is-done .feature-query,.home .feature-card.is-done .feature-chips,.home .feature-card.is-done .feature-outcome,.home .feature-card.is-static .feature-query,.home .feature-card.is-static .feature-chips,.home .feature-card.is-static .feature-outcome{opacity:1;transform:none}.home .inner--wide{max-width:1200px;margin:0 auto;padding:0 var(--page-pad)}.home .tada-combined{background:var(--bg-cool)}.home .tada-combined-body{display:flex;align-items:center;gap:clamp(72px,9vw,120px)}.home .tada-left-col{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;gap:clamp(28px,4vw,40px)}.home .tada-left-header{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%}.home .tada-cards-area{width:100%}.home .tada-phone-col{flex-shrink:0}.home .cards-carousel-wrap{position:relative}.home .cards-carousel{overflow:hidden;position:relative}.home .cards-track{display:flex;gap:16px;transition:transform .44s cubic-bezier(.22,1,.36,1);will-change:transform}.home .cards-track .feature-card{flex:0 0 calc(50% - 8px);min-width:0;opacity:.6;filter:blur(.5px);transition:opacity .44s ease,filter .44s ease,transform .44s ease;transform:scale(.97)}.home .cards-track .feature-card.is-active{opacity:1;filter:none;transform:scale(1)}.home .cards-carousel:before,.home .cards-carousel:after{content:"";position:absolute;top:0;bottom:0;width:15%;z-index:2;pointer-events:none}.home .cards-carousel:before{left:0;background:linear-gradient(to right,var(--bg-cool) 10%,transparent 100%)}.home .cards-carousel:after{right:0;background:linear-gradient(to left,var(--bg-cool) 10%,transparent 100%)}.home .carousel-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:36px;height:36px;border-radius:50%;background:#fff;border:1px solid rgba(135,169,255,.2);box-shadow:0 2px 10px #5a89ff1a;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:box-shadow .2s,border-color .2s,opacity .2s;color:var(--text-primary)}.home .carousel-btn:hover{box-shadow:0 4px 16px #5a89ff2e;border-color:#87a9ff66}.home .carousel-btn:disabled{opacity:.25;cursor:default}.home .carousel-btn svg{width:16px;height:16px}.home .carousel-btn--prev{left:-18px}.home .carousel-btn--next{right:-18px}.home .tada-phone-col,.home .phone-mockup{flex-shrink:0}.home .phone-frame{width:320px;background:var(--bg-cool);border-radius:36px;padding:10px;border:1px solid rgba(0,0,0,.06);box-shadow:0 24px 80px #87a9ff1a,0 4px 16px #0000000a}.home .phone-notch{width:100px;height:24px;background:var(--bg);border-radius:12px;margin:0 auto 6px}.home .phone-screen{background:var(--bg);border-radius:26px;overflow:hidden;width:100%;aspect-ratio:402 / 874;max-height:694px;display:flex;flex-direction:column}.home .chat-header{display:flex;align-items:center;gap:10px;padding:14px 16px;border-bottom:1px solid rgba(0,0,0,.05);flex-shrink:0}.home .chat-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;background:var(--bg-water)}.home .chat-name{font-size:.85rem;font-weight:500}.home .chat-online{font-size:.7rem;color:#34c759}.home .chat-body{flex:1;min-height:0;padding:14px 12px;display:flex;flex-direction:column;gap:14px;overflow-y:auto;scroll-behavior:smooth}.home .chat-msg{display:flex;gap:8px}.home .chat-msg.user{justify-content:flex-end}.home .msg-avatar-sm{width:24px;height:24px;min-width:24px;border-radius:50%;object-fit:cover;margin-top:2px}.home .msg-content{display:flex;flex-direction:column;gap:5px;max-width:82%}.home .msg-bubble{padding:10px 13px;border-radius:14px;font-size:.78rem;line-height:1.55}.home .user-bubble{background:var(--text-primary);color:#fff;border-bottom-right-radius:4px;max-width:78%;margin-left:auto}.home .assistant-bubble{background:var(--bg-cool);border-bottom-left-radius:4px;color:var(--text-primary)}.home .msg-status{display:flex;align-items:center;gap:5px;font-size:.68rem;color:var(--text-tertiary);padding:3px 10px;background:var(--bg-water);border-radius:6px}.home .status-dot{width:5px;height:5px;background:#34c759;border-radius:50%;flex-shrink:0}.home .status-result{margin-left:auto;color:var(--brand-deep);font-family:var(--font-display);font-size:.66rem;font-weight:500}.home .chat-input{flex-shrink:0;min-height:44px;height:44px;padding:0 16px;border-top:1px solid rgba(0,0,0,.05);font-size:.78rem;color:var(--text-tertiary);display:flex;align-items:center;box-sizing:border-box}.home .chat-input-text{flex:1;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.home .chat-input-cursor{display:none;width:2px;height:1em;background:var(--brand-deep);animation:blink 1s step-end infinite;flex-shrink:0}.home .chat-input.is-typing .chat-input-cursor{display:inline-block}.home .agent-thinking{border-radius:8px;background:var(--bg-cool);border:1px solid rgba(0,0,0,.04);overflow:hidden;transition:max-height .35s ease,opacity .25s ease;max-height:120px}.home .agent-thinking.is-collapsed{max-height:28px}.home .agent-thinking__toggle{display:flex;align-items:center;gap:6px;width:100%;padding:6px 10px;font-size:.66rem;color:var(--text-tertiary);background:transparent;border:none;cursor:default;font-family:inherit;text-align:left}.home .agent-thinking__chevron{margin-left:auto;font-size:.55rem;transition:transform .25s ease}.home .agent-thinking.is-collapsed .agent-thinking__chevron{transform:rotate(-90deg)}.home .agent-thinking__body{padding:0 10px 8px;font-size:.68rem;line-height:1.5;color:var(--text-secondary)}.home .agent-thinking.is-collapsed .agent-thinking__body{display:none}.home .agent-thinking.is-shimmer .agent-thinking__body{background:linear-gradient(90deg,var(--text-secondary) 0%,rgba(135,169,255,.55) 50%,var(--text-secondary) 100%);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:thinkingShimmer 1.4s ease-in-out infinite}@keyframes thinkingShimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.home .agent-tool{display:flex;align-items:center;gap:5px;font-size:.68rem;color:var(--text-tertiary);padding:3px 10px;background:var(--bg-water);border-radius:6px}.home .agent-skill{display:inline-flex;align-items:center;gap:6px;font-size:.68rem;color:var(--brand-deep);padding:4px 10px;background:#87a9ff1a;border:1px solid rgba(135,169,255,.35);border-radius:6px;max-width:100%}.home .agent-skill__tag{font-family:var(--font-display);font-size:.58rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.home .phone-frame.is-pulse-shadow{animation:phoneShadowPulse 3.2s ease-in-out infinite}@keyframes phoneShadowPulse{0%,to{box-shadow:0 24px 80px #87a9ff1a,0 4px 16px #0000000a}50%{box-shadow:0 28px 88px #87a9ff29,0 6px 20px #0000000d}}.home .home-closing{background:linear-gradient(180deg,transparent 0%,rgba(245,247,252,.4) 24%,rgba(245,247,252,.25) 100%)}.home .home-closing__strip{display:flex;flex-direction:column;gap:clamp(2.5rem,5vw,3.5rem);position:relative}.home .home-closing__brand{font-family:var(--font-display);font-size:.68rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--brand-deep);opacity:.7;margin-bottom:clamp(.5rem,1vw,.75rem)}.home .home-closing__about{max-width:none}.home .home-closing__about .home-closing__brand,.home .home-closing__about .home-closing__heading{text-align:center}.home .home-closing__heading{font-family:var(--font-display);font-size:clamp(1.28rem,2.6vw,1.55rem);font-weight:700;letter-spacing:-.03em;color:var(--text-primary);margin-bottom:clamp(1.25rem,2.5vw,1.75rem);line-height:1.15}.home .home-closing__about-copy{display:flex;flex-direction:column;gap:clamp(1rem,2vw,1.35rem);text-align:left}.home .home-closing__lead{color:var(--text-primary);font-size:.94rem;line-height:1.75;font-weight:500;text-wrap:pretty}.home .home-closing__about-copy p:not(.home-closing__lead){color:var(--text-secondary);font-size:.9rem;line-height:1.8;font-weight:400;text-wrap:pretty}.home .home-closing__about-copy strong{color:var(--text-primary);font-weight:600}.home .home-closing__text--muted{font-size:.86rem;color:var(--text-tertiary)}.home .home-closing__meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:clamp(1.5rem,3vw,2.5rem);max-width:none;width:100%;padding-top:clamp(2rem,4vw,2.75rem);border-top:1px solid rgba(135,169,255,.12)}.home .home-closing__meta-item{display:flex;flex-direction:column;align-items:flex-start;min-width:0;gap:.4rem;padding:clamp(.35rem,.8vw,.5rem) 0}.home .home-closing__meta-item:first-child{padding-right:clamp(1.25rem,3vw,2rem);border-right:none}.home .home-closing__meta-item:last-child{padding-left:clamp(1.25rem,3vw,2rem);border-left:1px solid rgba(135,169,255,.1)}.home .home-closing__meta-title{font-family:var(--font-display);font-size:.82rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-tertiary);margin-bottom:clamp(.25rem,.5vw,.4rem);line-height:1.35}.home .home-closing__text{color:var(--text-secondary);font-size:.88rem;line-height:1.75;font-weight:400;text-wrap:pretty;margin:0}.home .home-closing__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.15rem;width:100%;padding-top:0}.home .home-closing__btn{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:8px 16px;border-radius:10px;font-family:var(--font-display);font-size:.82rem;font-weight:500;letter-spacing:-.01em;text-decoration:none;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}.home .home-closing__btn--primary{background:#5a89ff24;border:1px solid rgba(90,137,255,.28);color:var(--brand-deep)}.home .home-closing__btn--primary:hover{background:#5a89ff33;border-color:#5a89ff66;color:var(--brand-deep);box-shadow:0 4px 14px #5a89ff1f}.home .home-closing__btn--secondary{background:#ffffffe6;border:1px solid rgba(135,169,255,.22);color:var(--text-secondary)}.home .home-closing__btn--secondary:hover{border-color:#5a89ff61;color:var(--brand-deep);background:#fff;box-shadow:0 4px 14px #5a89ff14}.home .home-closing__btn:focus-visible{outline:2px solid var(--brand-deep);outline-offset:2px}.home .app-store-badge{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;background:var(--text-primary);border-radius:12px;color:#fff;border:none;cursor:pointer;font:inherit;transition:transform .2s,box-shadow .2s}.home .app-store-badge:hover{transform:translateY(-1px);box-shadow:0 8px 24px #0000001f;color:#fff}.home .badge-text{display:flex;flex-direction:column;text-align:left}.home .badge-small{font-size:.6rem;opacity:.7;letter-spacing:.03em;font-family:var(--font-display)}.home .badge-large{font-size:1rem;font-weight:600;font-family:var(--font-display);letter-spacing:-.01em}.home .app-store-badge--compact{margin-top:auto;padding:10px 18px;border-radius:10px}.home .app-store-badge--compact .badge-small{font-size:.55rem}.home .app-store-badge--compact .badge-large{font-size:.88rem}.home .home-closing .app-store-badge--compact,.home .home-closing .app-store-badge--soft{margin-top:.15rem;padding:.15rem 0;gap:7px;background:transparent;color:var(--brand-deep);border:none;box-shadow:none;opacity:.92}.home .home-closing .app-store-badge--soft:hover{background:transparent;color:#3d6ef5;transform:none;box-shadow:none;opacity:1}.home .home-closing .app-store-badge--soft .badge-small{font-size:.52rem;opacity:1;color:var(--text-tertiary)}.home .home-closing .app-store-badge--soft .badge-large{font-size:.84rem;font-weight:500}.home .home-closing .app-store-badge--soft svg{opacity:.75}@media(max-width:768px){.home .home-closing__about .home-closing__brand,.home .home-closing__about .home-closing__heading{text-align:left}.home .home-closing__meta{grid-template-columns:1fr;gap:0;padding-top:clamp(1.5rem,3vw,2rem)}.home .home-closing__meta-item:first-child{padding-right:0;padding-bottom:clamp(1.25rem,2.5vw,1.75rem);border-bottom:1px solid rgba(135,169,255,.1)}.home .home-closing__meta-item:last-child{padding-left:0;padding-top:clamp(1.25rem,2.5vw,1.75rem);border-left:none}}@media(max-width:900px){.home .tada-combined-body{flex-direction:column;gap:40px}.home .tada-phone-col{align-self:center}.home .phone-frame{width:300px}}@media(max-width:480px){.home .hero-actions{flex-direction:column;align-items:center}.home .phone-frame{width:280px}.home .phone-screen{max-height:610px}}@media(prefers-reduced-motion:reduce){.home .phone-frame.is-pulse-shadow{animation:none}.home .agent-thinking.is-shimmer .agent-thinking__body{animation:none;color:var(--text-secondary);background:none;-webkit-background-clip:unset;background-clip:unset}}.home .phone-screen{position:relative}.home .phone-pages{flex:1;position:relative;overflow:hidden;min-height:0}.home .phone-page{position:absolute;inset:0;display:flex;flex-direction:column;background:var(--bg);transition:transform .46s cubic-bezier(.32,.72,0,1);will-change:transform;overflow:hidden}.home .phone-tabbar{display:flex;align-items:center;justify-content:space-around;padding:8px 0 6px;border-top:1px solid rgba(0,0,0,.06);background:#fffffff2;backdrop-filter:blur(8px);flex-shrink:0}.home .phone-tab{display:flex;flex-direction:column;align-items:center;gap:2px;font-size:.56rem;color:var(--text-tertiary);font-family:var(--font-body);background:none;border:none;cursor:pointer;padding:2px 12px;transition:color .2s}.home .phone-tab.is-active{color:var(--text-primary)}.home .phone-tab svg{width:20px;height:20px}.home .phone-tab-dot{width:4px;height:4px;border-radius:50%;background:var(--text-primary);margin-top:2px;opacity:0;transition:opacity .2s}.home .phone-tab.is-active .phone-tab-dot{opacity:1}.home .phone-fab{position:absolute;bottom:52px;right:12px;width:34px;height:34px;border-radius:50%;background:var(--text-primary);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #0003;z-index:5;opacity:0;pointer-events:none;transition:opacity .3s}.home .phone-fab svg{width:15px;height:15px}.home .community-page{display:flex;flex-direction:column;height:100%;overflow:hidden}.home .community-header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px 8px;flex-shrink:0}.home .community-logo{font-family:var(--font-display);font-size:1.05rem;font-weight:700;letter-spacing:-.03em;color:var(--text-primary)}.home .community-avatar-sm{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#a8c8ff,#7aa0e8);display:flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:600;color:#fff}.home .community-feed{flex:1;overflow:hidden;padding:4px 8px 8px}.home .feed-scroll-inner{animation:homeFeedLoop 22s linear infinite}@keyframes homeFeedLoop{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.home .masonry-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px;align-items:start;margin-bottom:7px}.home .masonry-col{display:flex;flex-direction:column;gap:7px}.home .cm-card{border-radius:12px;overflow:hidden;background:#fff}.home .cm-card__img{width:100%;display:block}.home .cm-card--color{padding:12px 10px 10px}.home .cm-card__text{padding:8px 10px}.home .cm-card__title{font-size:.66rem;line-height:1.42;color:var(--text-primary);font-weight:400;margin-bottom:6px}.home .cm-tags{display:flex;flex-wrap:wrap;gap:3px;margin-bottom:7px}.home .cm-tag{font-size:.54rem;color:#fffc;background:#fff3;padding:2px 5px;border-radius:4px}.home .cm-tag--dark{color:#00000073;background:#0000000f}.home .cm-meta{display:flex;align-items:center;gap:5px;font-size:.56rem}.home .cm-dot{width:15px;height:15px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.4rem;font-weight:700;color:#fff;flex-shrink:0}.home .cm-user{flex:1;color:var(--text-tertiary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home .cm-likes{color:var(--text-tertiary)}.home .profile-page{display:flex;flex-direction:column;height:100%;overflow-y:auto;scrollbar-width:none;padding:14px 14px 8px;gap:12px}.home .profile-page::-webkit-scrollbar{display:none}.home .profile-header{display:flex;align-items:center;gap:12px}.home .profile-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#a8c8ff,#5a89ff);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;color:#fff;flex-shrink:0}.home .profile-name{font-family:var(--font-display);font-size:.95rem;font-weight:600;letter-spacing:-.02em}.home .profile-handle{font-size:.62rem;color:var(--text-tertiary);margin-top:2px}.home .profile-stats{display:flex;gap:0;border:1px solid rgba(0,0,0,.05);border-radius:12px;overflow:hidden}.home .profile-stat{flex:1;display:flex;flex-direction:column;align-items:center;padding:8px 4px;gap:1px;border-right:1px solid rgba(0,0,0,.05)}.home .profile-stat:last-child{border-right:none}.home .profile-stat__num{font-family:var(--font-display);font-size:.88rem;font-weight:600;letter-spacing:-.02em}.home .profile-stat__label{font-size:.56rem;color:var(--text-tertiary)}.home .profile-bio{font-size:.68rem;line-height:1.6;color:var(--text-secondary)}.home .profile-section-title{font-family:var(--font-display);font-size:.7rem;font-weight:600;color:var(--text-tertiary);letter-spacing:.04em;text-transform:uppercase}.home .profile-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:5px}.home .profile-tile{aspect-ratio:1;border-radius:8px;overflow:hidden;display:flex;align-items:flex-start;background:var(--bg-cool)}.home .profile-tile--img{padding:0}
