.about-more-sheet{position:fixed;inset:0;z-index:var(--z-dialog)}.about-more-sheet__overlay{position:absolute;inset:0;border:none;padding:0;background:var(--overlay)}.about-more-sheet__panel{position:absolute;top:0;right:0;display:flex;flex-direction:column;width:100%;max-width:420px;height:100dvh;border-left:1px solid var(--border);background:color-mix(in oklab,var(--background) 95%,transparent);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-shadow:-24px 0 80px #0003}.about-more-sheet__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:36px 24px 20px;border-bottom:1px solid var(--border)}.about-more-sheet__title{margin:0;font-size:22px;font-weight:600;letter-spacing:-.02em}.about-more-sheet__desc{margin:6px 0 0;font-size:14px;color:var(--muted-foreground)}.about-more-sheet__close{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px;border:none;border-radius:var(--radius-full);background:transparent;color:var(--muted-foreground)}.about-more-sheet__close:hover{color:var(--foreground);background:color-mix(in oklab,var(--foreground) 8%,transparent)}.about-more-sheet__list{flex:1;overflow-y:auto;padding:8px}.about-more-sheet__row{display:flex;align-items:flex-start;gap:16px;width:100%;padding:16px;border:none;border-radius:16px;background:transparent;color:inherit;text-align:left;transition:background .2s ease}.about-more-sheet__row:hover{background:color-mix(in oklab,var(--foreground) 4%,transparent)}.about-more-sheet__row:hover .about-more-sheet__row-title{color:#0071e3}html.dark .about-more-sheet__row:hover .about-more-sheet__row-title{color:#2997ff}.about-more-sheet__thumb{flex-shrink:0;width:64px;height:64px;border-radius:14px;overflow:hidden;background:var(--muted)}.about-more-sheet__thumb img{width:100%;height:100%;object-fit:cover}.about-more-sheet__body{flex:1;min-width:0;padding-top:2px}.about-more-sheet__meta{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:6px;font-size:11px;font-weight:500;color:var(--muted-foreground)}.about-more-sheet__meta span:nth-child(2){opacity:.35}.about-more-sheet__row-title{font-size:15px;font-weight:600;line-height:1.35;letter-spacing:-.01em;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s ease}.about-more-sheet__chevron{flex-shrink:0;margin-top:20px;color:var(--muted-foreground);opacity:.4}.about-page{position:relative;color:var(--foreground)}.about-page__ambient{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden}.about-page__ambient-base{position:absolute;inset:0;background:linear-gradient(to bottom,var(--background),var(--background),color-mix(in oklab,var(--sumeru-blue) 4%,var(--background)))}.about-page__ambient-orb{position:absolute;border-radius:50%;filter:blur(64px)}.about-page__ambient-orb--blue{top:-12rem;left:-10rem;width:52rem;height:52rem;opacity:.35;background:radial-gradient(circle at center,color-mix(in oklab,var(--sumeru-blue) 45%,transparent),transparent 65%)}html:not(.dark) .about-page__ambient-orb--blue{opacity:.6}.about-page__ambient-orb--purple{top:-6rem;right:-10rem;width:46rem;height:46rem;opacity:.3;background:radial-gradient(circle at center,color-mix(in oklab,var(--logic-purple) 40%,transparent),transparent 65%)}html:not(.dark) .about-page__ambient-orb--purple{opacity:.45}.about-page__ambient-orb--cyan{top:38%;left:-8rem;width:36rem;height:36rem;opacity:.25;background:radial-gradient(circle at center,color-mix(in oklab,#7dd3fc 55%,transparent),transparent 65%)}html:not(.dark) .about-page__ambient-orb--cyan{opacity:.4}.about-page__ambient-orb--orange{right:-8rem;bottom:-10rem;width:48rem;height:48rem;opacity:.25;background:radial-gradient(circle at center,color-mix(in oklab,var(--mugen-orange) 40%,transparent),transparent 65%)}html:not(.dark) .about-page__ambient-orb--orange{opacity:.45}.about-page__ambient-orb--pink{left:33%;bottom:-14rem;width:40rem;height:40rem;opacity:.2;background:radial-gradient(circle at center,color-mix(in oklab,#f0abfc 50%,transparent),transparent 65%)}html:not(.dark) .about-page__ambient-orb--pink{opacity:.35}.about-page__ambient-noise{position:absolute;inset:0;opacity:.06;mix-blend-mode:overlay;background-image:radial-gradient(rgba(255,255,255,.9) 1px,transparent 1px);background-size:3px 3px}html:not(.dark) .about-page__ambient-noise{opacity:.035}.about-page__content{position:relative;z-index:1}.about-page__frame{width:100%;max-width:80rem;margin:0 auto;padding:0 1.25rem;box-sizing:border-box}@media(min-width:768px){.about-page__frame{padding:0 1.5rem}}.about-page__newsroom{padding:5.5rem 0 2rem}@media(min-width:768px){.about-page__newsroom{padding:9rem 0 3rem}}.about-page__news-head{margin-bottom:2.5rem}@media(min-width:768px){.about-page__news-head{margin-bottom:3rem}}.about-page__eyebrow{margin:0 0 .75rem;font-size:12px;font-weight:500;letter-spacing:.04em;color:var(--muted-foreground)}.about-page__news-head-row{display:flex;flex-direction:column;align-items:flex-start;gap:1.25rem}@media(min-width:640px){.about-page__news-head-row{flex-direction:row;align-items:flex-end;justify-content:space-between}}.about-page__news-title{margin:0;font-size:clamp(2rem,5vw,3rem);font-weight:600;line-height:1.05;letter-spacing:-.02em}.about-page__contact-btn,.about-page__build-btn{display:inline-flex;align-items:center;gap:6px;border:none;border-radius:var(--radius-full);background:#0071e3;color:#fff;font-weight:500;transition:background .2s ease,transform .2s ease}.about-page__contact-btn:hover,.about-page__build-btn:hover{background:#0077ed}.about-page__contact-btn{height:36px;padding:0 16px;font-size:13px}.about-page__contact-btn svg{opacity:.8}.about-page__hero-card{position:relative;display:block;overflow:hidden;margin-bottom:1.25rem;border-radius:24px;background:#1d1d1f;color:#fff;box-shadow:0 0 0 1px color-mix(in oklab,var(--foreground) 5%,transparent)}html.dark .about-page__hero-card{box-shadow:0 0 0 1px #ffffff1a}@media(min-width:768px){.about-page__hero-card{margin-bottom:1.5rem;border-radius:28px}}.about-page__hero-card:hover .about-page__hero-img{transform:scale(1.015)}.about-page__hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:top;opacity:.95;transition:transform 1.1s ease-out}.about-page__hero-shade{position:absolute;inset:0;background:linear-gradient(to top,#000000f2,#00000080 50%,#0000001a),linear-gradient(to right,rgba(0,0,0,.4),transparent)}.about-page__hero-body{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;min-height:360px;padding:1.75rem;max-width:45.5rem}@media(min-width:768px){.about-page__hero-body{min-height:440px;padding:2.75rem}}.about-page__hero-body h2{margin:0 0 .75rem;font-size:clamp(1.5rem,3vw,2.375rem);font-weight:600;line-height:1.12;letter-spacing:-.02em}.about-page__hero-body>p{margin:0 0 1.75rem;max-width:36rem;font-size:15px;line-height:1.65;color:#ffffffa6}@media(min-width:768px){.about-page__hero-body>p{font-size:17px}}@media(max-width:767px){.about-page__hero-body>p{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}}.about-page__hero-meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:1rem;font-size:12px;color:#ffffffa6}.about-page__hero-pill{padding:2px 10px;border-radius:var(--radius-full);background:#ffffff1f;font-weight:500;color:#ffffffe6}.about-page__hero-source{font-weight:500}.about-page__hero-read{display:inline-flex;align-items:center;gap:6px;font-size:15px;font-weight:500;color:#2997ff}.about-page__story-grid{display:grid;gap:1.25rem}@media(min-width:768px){.about-page__story-grid{gap:1.5rem;grid-template-columns:1fr 1fr}}.about-page__story-card{display:flex;flex-direction:column;height:100%;padding:0;overflow:hidden;border:1px solid var(--border);border-radius:22px;background:color-mix(in oklab,var(--foreground) 3%,var(--background));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:inherit;text-align:left;transition:border-color .25s ease,box-shadow .25s ease}.about-page__story-card:hover{border-color:color-mix(in oklab,var(--foreground) 20%,var(--border));box-shadow:0 12px 40px #0000000f}html.dark .about-page__story-card:hover{box-shadow:0 12px 40px #00000073}.about-page__story-card:hover img{transform:scale(1.03)}.about-page__story-cover{aspect-ratio:16/10;overflow:hidden;background:color-mix(in oklab,var(--foreground) 6%,transparent)}.about-page__story-cover img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease-out}.about-page__story-body{display:flex;flex:1;flex-direction:column;padding:1.5rem}@media(min-width:768px){.about-page__story-body{padding:1.75rem}}.about-page__story-body h3{margin:0 0 .625rem;font-size:clamp(1.125rem,2vw,1.25rem);font-weight:600;line-height:1.35;letter-spacing:-.015em}.about-page__story-meta{margin:0 0 .5rem;font-size:12px;font-weight:500;color:var(--muted-foreground)}.about-page__story-excerpt{margin:0 0 1.25rem;flex:1;font-size:14px;line-height:1.65;color:var(--muted-foreground);display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(min-width:768px){.about-page__story-excerpt{font-size:15px}}.about-page__story-read{display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:500;color:#0071e3}html.dark .about-page__story-read{color:#2997ff}.about-page__more-wrap{display:flex;justify-content:center;margin-top:2.5rem}@media(min-width:768px){.about-page__more-wrap{margin-top:3rem}}.about-page__more-btn{display:inline-flex;align-items:center;gap:8px;height:44px;padding:0 24px;border:1px solid var(--border);border-radius:var(--radius-full);background:color-mix(in oklab,var(--foreground) 3%,var(--background));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:var(--foreground);font-size:14px;font-weight:500;transition:background .2s ease}.about-page__more-btn:hover{background:color-mix(in oklab,var(--foreground) 6%,var(--background))}.about-page__more-btn svg{opacity:.5}.about-page__leadership{padding:6rem 0}@media(min-width:768px){.about-page__leadership{padding:8rem 0}}.about-page__lead-title{margin:0;max-width:18ch;font-size:clamp(2rem,4vw,2.75rem);font-weight:600;line-height:1.08;letter-spacing:-.02em}.about-page__lead-desc{margin:1.25rem 0 0;width:100%;max-width:clamp(36rem,72vw,64rem);font-size:1rem;line-height:1.7;text-wrap:pretty;color:var(--muted-foreground)}@media(min-width:768px){.about-page__lead-desc{margin-top:1.25rem;font-size:1.1875rem}}.about-page__founders{display:grid;gap:4rem;margin-top:4rem}@media(min-width:768px){.about-page__founders{grid-template-columns:1fr 1fr;gap:5rem 5rem;margin-top:5rem}}.about-page__founder{padding-top:2.25rem;border-top:1px solid var(--border)}.about-page__founder h3{margin:0 0 .25rem;font-size:clamp(1.625rem,3vw,1.875rem);font-weight:600;letter-spacing:-.02em}.about-page__founder ul{margin:0;padding:0;list-style:none}.about-page__founder li{margin-top:.875rem;padding-left:1rem;border-left:2px solid var(--border);font-size:15px;line-height:1.45;color:color-mix(in oklab,var(--foreground) 90%,transparent)}@media(min-width:768px){.about-page__founder li{font-size:16px}}.about-page__founder-role{margin:0 0 1rem;font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--muted-foreground)}.about-page__founder-title{margin:0 0 1.75rem;font-size:15px;color:var(--muted-foreground)}.about-page__build{padding:6rem 0}@media(min-width:768px){.about-page__build{padding:8rem 0}}.about-page__build-inner{text-align:center}.about-page__build-title{margin:0 0 1rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:600;line-height:1.08;letter-spacing:-.02em}.about-page__build-desc{margin:0 auto 2.5rem;max-width:28rem;font-size:17px;line-height:1.65;color:var(--muted-foreground)}.about-page__build-btn{height:48px;padding:0 28px;font-size:15px;box-shadow:0 12px 28px -14px #0071e3bf}.about-page__build-btn:hover{transform:translateY(-2px)}
