:root{--bulle-primary: #f10058;--bulle-primary-hover: #d5004d;--bulle-primary-soft: rgba(241, 0, 88, .08);--bg: #ffffff;--bg-elevated: #fafafa;--surface: #f4f4f6;--surface-2: #ececef;--surface-3: #e0e0e4;--card: #ffffff;--border: rgba(0, 0, 0, .08);--border-strong: rgba(0, 0, 0, .14);--text: #111418;--text-2: rgba(17, 20, 24, .72);--text-3: rgba(17, 20, 24, .5);--text-subtle: #7a7a7a;--radius-card: 16px;--radius-menu: 20px;--radius-sheet: 28px;--radius-pill: 14px;--radius-small: 12px;--radius-thumb: 14px;--radius-mini: 18px;--gap-1: 6px;--gap-2: 10px;--gap-3: 14px;--gap-4: 18px;--gap-5: 24px;--gap-6: 32px;--gap-7: 48px;--gap-8: 64px;--pad-pill-x: 14px;--pad-pill-y: 8px;--pad-bubble-x: 12px;--pad-bubble-y: 8px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 6px 18px rgba(0, 0, 0, .06);--shadow-lg: 0 12px 36px rgba(0, 0, 0, .08);--ease-spring: cubic-bezier(.34, 1.56, .64, 1);--ease-soft: cubic-bezier(.4, 0, .2, 1);--max-content: 1180px;--max-text: 720px;--font-sans: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-size-adjust:100%}body{font-family:var(--font-sans);font-size:15px;line-height:1.55;background:var(--bg);color:var(--text);overflow-x:hidden}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:0;background:none;color:inherit;padding:0}input,textarea{font-family:inherit;color:inherit}img,video{max-width:100%;display:block}::selection{background:#f1005826;color:var(--text)}h1,h2,h3,h4,h5,h6,p{margin:0}h1{font-size:clamp(34px,5vw,56px);font-weight:600;line-height:1.08;letter-spacing:-.025em}h2{font-size:clamp(28px,3.4vw,44px);font-weight:600;line-height:1.12;letter-spacing:-.02em}h3{font-size:clamp(20px,2vw,26px);font-weight:600;line-height:1.2;letter-spacing:-.015em}h4{font-size:17px;font-weight:600;line-height:1.25}.container{width:100%;max-width:var(--max-content);margin:0 auto;padding:0 24px}.text-container{width:100%;max-width:var(--max-text);margin:0 auto;padding:0 24px}.subtle{color:var(--text-2)}.muted{color:var(--text-3)}.chip{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;background:var(--surface);border-radius:999px;font-size:13px;font-weight:500;color:var(--text-2)}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fade-in .35s var(--ease-soft) both}.lang{display:inline-flex;background:var(--surface);border-radius:10px;padding:3px}.lang__btn{font-size:12px;font-weight:600;letter-spacing:.04em;color:var(--text-2);padding:6px 10px;border-radius:8px;transition:background .15s var(--ease-soft),color .15s var(--ease-soft)}.lang__btn.is-active{background:#fff;color:var(--text);box-shadow:var(--shadow-sm)}.lang__btn:not(.is-active):hover{color:var(--text)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:inherit;font-weight:600;border-radius:12px;transition:background .15s var(--ease-soft),color .15s var(--ease-soft),border-color .15s var(--ease-soft),transform .12s var(--ease-soft);user-select:none;white-space:nowrap;letter-spacing:-.005em}.btn:active{transform:translateY(.5px)}.btn:disabled{opacity:.5;pointer-events:none}.btn__icon{display:inline-flex;align-items:center}.btn--sm{padding:8px 14px;font-size:13px}.btn--md{padding:11px 18px;font-size:14px}.btn--lg{padding:14px 26px;font-size:15px}.btn--block{width:100%}.btn--primary{background:var(--bulle-primary);color:#fff;border:1px solid var(--bulle-primary)}.btn--primary:hover{background:var(--bulle-primary-hover);border-color:var(--bulle-primary-hover)}.btn--ghost{background:transparent;color:var(--text)}.btn--ghost:hover{background:var(--surface)}.btn--soft{background:var(--surface);color:var(--text);border:1px solid transparent}.btn--soft:hover{background:var(--surface-2)}.btn--outline{background:transparent;color:var(--text);border:1px solid var(--border-strong)}.btn--outline:hover{background:var(--surface)}.hdr{position:sticky;top:0;z-index:50;background:#ffffffeb;backdrop-filter:saturate(180%) blur(12px);-webkit-backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--border)}.hdr__inner{display:flex;align-items:center;justify-content:space-between;height:72px;gap:12px;min-width:0}.hdr__brand{display:inline-flex;align-items:center;flex-shrink:0}.hdr__nav{display:none;gap:20px;font-size:14px;font-weight:500;color:var(--text-2);flex-wrap:wrap;justify-content:center}.hdr__nav a{transition:color .15s var(--ease-soft)}.hdr__nav a:hover,.hdr__nav a.is-active{color:var(--text)}.hdr__actions{display:flex;align-items:center;gap:10px;min-width:0;flex-shrink:1}.hdr__lang--desktop,.hdr__signup--desktop{display:none}@media (min-width: 760px){.hdr__lang--desktop,.hdr__signup--desktop{display:inline-flex}}.hdr__link{font-size:14px;font-weight:500;color:var(--text-2);padding:8px 12px;border-radius:10px;transition:color .15s var(--ease-soft),background .15s var(--ease-soft)}.hdr__link--desktop{display:none}.hdr__link:hover{color:var(--text);background:var(--surface)}.hdr__avatar{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;padding:2px;border:2px solid transparent;transition:border-color .15s var(--ease-soft)}.hdr__avatar:hover{border-color:var(--bulle-primary)}.hdr__auth-placeholder{display:inline-block;width:36px;height:36px}.hdr__menu{width:36px;height:36px;border-radius:10px;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;background:transparent;cursor:pointer}.hdr__menu:hover{background:var(--surface)}.hdr__menu span{display:block;width:18px;height:2px;background:var(--text);border-radius:1px}.hdr__drawer{background:#fff;border-bottom:1px solid var(--border);padding:12px 0 16px}.hdr__drawer nav{display:flex;flex-direction:column;max-width:var(--max-content);margin:0 auto;padding:0 24px;gap:2px}.hdr__drawer a{padding:10px 12px;border-radius:8px;font-size:15px;font-weight:500;color:var(--text-2)}.hdr__drawer a:hover{background:var(--surface);color:var(--text)}.hdr__drawer a.is-active{background:var(--bulle-primary-soft);color:var(--bulle-primary)}.hdr__drawer-footer{display:flex;justify-content:center;max-width:var(--max-content);margin:12px auto 0;padding:12px 24px 0;border-top:1px solid var(--border)}@media (min-width: 760px){.hdr__nav{display:flex}.hdr__menu,.hdr__drawer{display:none}}@media (min-width: 1024px){.hdr__link--desktop{display:inline-block}}.ftr{margin-top:96px;padding:56px 0 32px;background:var(--bg-elevated);border-top:1px solid var(--border)}.ftr__inner{display:grid;grid-template-columns:1fr;gap:40px}.ftr__brand{max-width:340px}.ftr__pitch{margin-top:14px;color:var(--text-2);font-size:14px;line-height:1.55}.ftr__cols{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media (min-width: 720px){.ftr__cols{grid-template-columns:repeat(4,1fr)}}.ftr__col{display:flex;flex-direction:column;gap:10px;font-size:14px}.ftr__col h5{margin:0 0 6px;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-subtle)}.ftr__col a{color:var(--text-2);transition:color .15s var(--ease-soft)}.ftr__col a:hover{color:var(--text)}.ftr__bottom{display:flex;justify-content:space-between;align-items:center;margin-top:40px;padding-top:24px;border-top:1px solid var(--border);font-size:13px;color:var(--text-3)}@media (min-width: 768px){.ftr__inner{grid-template-columns:1.2fr 2fr}}.hc{width:100%}.hc__row{--hex-gap: 6px;display:grid;grid-template-columns:repeat(5,1fr);gap:var(--hex-gap);width:100%}.hex{width:100%;aspect-ratio:1 / 1.1547;padding:0;background:transparent;border:0;position:relative;cursor:pointer;transition:transform .25s var(--ease-spring);container-type:inline-size}.hex:hover,.hex:focus-visible{transform:scale(1.06);outline:none;z-index:1}.hex__inner{position:absolute;inset:0;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}.hex__face{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3em;padding:14% 9%;text-align:center;transition:opacity .25s var(--ease-soft);overflow:hidden}.hex__face--front{background:var(--surface);color:var(--text);opacity:1}.hex__face--back{background:var(--bulle-primary);color:#fff;opacity:0}.hex.is-open .hex__face--front{opacity:0}.hex.is-open .hex__face--back{opacity:1}.hex__title{font-size:clamp(9px,13cqi,14px);font-weight:800;line-height:1.15;letter-spacing:-.015em;hyphens:auto;word-break:break-word;max-width:100%}.hex__body{font-size:clamp(8px,10cqi,11px);font-weight:500;line-height:1.25;opacity:.95;max-width:96%;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@container (max-width: 95px){.hex__body{display:none}}.mg{position:fixed;inset:0;z-index:250;background:#0000008c;display:flex;align-items:center;justify-content:center;padding:24px;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);animation:mg-fade .18s var(--ease-soft)}@keyframes mg-fade{0%{opacity:0}to{opacity:1}}.mg__card{position:relative;background:#fff;border-radius:var(--radius-menu);padding:36px 28px 28px;max-width:380px;width:100%;display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center;box-shadow:0 24px 60px #0003}@media (max-width: 480px){.mg__card{padding:28px 20px 22px;gap:12px}.mg__title{font-size:18px}.mg__body{font-size:13px}}.mg__close{position:absolute;top:12px;right:12px;width:32px;height:32px;border-radius:50%;background:var(--surface);color:var(--text);font-size:14px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s var(--ease-soft)}.mg__close:hover{background:var(--surface-2)}.mg__title{font-size:22px;font-weight:700;letter-spacing:-.02em;margin-top:6px}.mg__body{font-size:14px;line-height:1.55;max-width:340px}.mg__qr{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px;background:var(--surface);border-radius:var(--radius-card);margin:6px 0 4px}.mg__qr img{display:block}.mg__qr-hint{font-size:12px;max-width:220px}.mg__store{display:inline-flex;flex-direction:column;align-items:flex-start;padding:10px 22px 12px;background:#000;color:#fff;border-radius:12px;line-height:1.1;margin:4px 0}.mg__store-kicker{font-size:11px;font-weight:400;opacity:.8;letter-spacing:.04em;text-transform:uppercase}.mg__store-name{font-size:16px;font-weight:600}.eof{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}.eof--card{margin:32px auto 0;padding:28px 24px;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-menu);max-width:480px}.eof--card .eof__title{font-size:18px;font-weight:700;color:var(--text);letter-spacing:-.01em}.eof--card .eof__body{font-size:14px;line-height:1.55;max-width:380px}.eof--fullscreen{width:min(calc(100vw - 32px),calc((100vh - 48px)*.5625));max-height:calc(100vh - 48px);justify-content:center;padding:44px 32px;color:#fff;background:linear-gradient(160deg,#1a1015,#050507);border-radius:28px;box-shadow:0 24px 80px #00000080}.eof__logo-round{display:inline-flex;align-items:center;justify-content:center;width:96px;height:96px;border-radius:50%;background:linear-gradient(160deg,#f10058d9,#f100588c);border:1px solid rgba(255,255,255,.12);box-shadow:0 12px 32px #f100584d}.eof--fullscreen .eof__title{font-size:24px;font-weight:700;letter-spacing:-.02em;max-width:360px}.eof--fullscreen .eof__body{font-size:15px;line-height:1.55;max-width:360px;color:#ffffffc7}.fv{position:fixed;inset:0;z-index:200;background:#000}.fv__close{position:fixed;top:18px;right:18px;z-index:210;width:40px;height:40px;border-radius:50%;background:#ffffff29;color:#fff;font-size:18px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:background .15s var(--ease-soft)}.fv__close:hover{background:#ffffff47}.fv__scroll{width:100vw;height:100vh;overflow-y:scroll;scroll-snap-type:y mandatory;scrollbar-width:none}.fv__scroll::-webkit-scrollbar{display:none}.fv__item{width:100vw;height:100vh;scroll-snap-align:start;scroll-snap-stop:always;display:flex;align-items:center;justify-content:center;position:relative}.fv__item--end{background:#050505}.fv__stage{position:relative;width:min(100vw,56.25vh);height:100%;background:#000;overflow:hidden}.fv__video,.fv__poster{width:100%;height:100%;object-fit:contain;background:#000}.fv__overlay{position:absolute;inset:auto 0 0;padding:32px 22px 28px;background:linear-gradient(0deg,#000000c7,#0000);color:#fff;display:flex;flex-direction:column;gap:10px;pointer-events:none}.fv__overlay>*{pointer-events:auto}.fv__author{display:inline-flex;align-items:center;gap:10px;color:#fff;align-self:flex-start;text-decoration:none}.fv__author img{width:36px!important;height:36px!important;border-radius:50%;object-fit:cover}.fv__author-name{display:block;font-size:14px;font-weight:700;line-height:1.2}.fv__author-handle{display:block;font-size:12px;opacity:.7}.fv__title{font-size:16px;font-weight:600;line-height:1.35;max-width:90%}.fv__stats{font-size:12px;opacity:.85;display:inline-flex;gap:10px}.hf{display:grid;grid-template-columns:1fr 1fr;gap:12px;width:100%}.hf__item{display:block;transition:transform .18s var(--ease-soft);padding:0;background:transparent;border:0;cursor:pointer;text-align:left;width:100%}.hf__more{display:inline-block;margin-top:14px;font-size:13px;font-weight:600;color:var(--bulle-primary)}.hf__more:hover{text-decoration:underline}.hf__item:hover{transform:translateY(-2px)}.hf__media{position:relative;display:block;width:100%;aspect-ratio:9 / 16;border-radius:var(--radius-card);overflow:hidden;background:var(--surface);border:1px solid var(--border)}.hf__media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hf__placeholder{position:absolute;inset:0;background:linear-gradient(135deg,var(--surface-2),var(--surface-3))}.hf__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;border-radius:50%;background:#0000008c;color:#fff;display:inline-flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s var(--ease-soft);pointer-events:none}.hf__item:hover .hf__play{opacity:1}.hf__overlay{position:absolute;inset:auto 0 0;padding:10px 12px 12px;background:linear-gradient(0deg,#000000e0,#0000 80%);color:#fff;display:flex;flex-direction:column;gap:4px}.hf__author{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:600}.hf__avatar{width:18px!important;height:18px!important;border-radius:50%;object-fit:cover;flex-shrink:0;position:relative!important;inset:auto!important}.hf__author-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:130px}.hf__title{font-size:12px;font-weight:600;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hf__stats{display:inline-flex;gap:8px;font-size:10px;font-weight:500;opacity:.85}.mq{display:flex;flex-direction:column;gap:10px;width:100%}.mq__lane{width:100%;overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}.mq__pinned{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;width:100%}.mq__track{display:flex;gap:12px;width:max-content;will-change:transform}.mq__item{display:inline-flex;align-items:center;gap:8px;padding:5px 14px 5px 5px;background:var(--card);border:1px solid var(--border);border-radius:999px;color:var(--text);white-space:nowrap;flex-shrink:0;transition:background .15s var(--ease-soft),border-color .15s var(--ease-soft)}.mq__item:hover{background:var(--surface);border-color:var(--border-strong)}.mq__item img,.mq__placeholder{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}.mq__placeholder{display:inline-flex;align-items:center;justify-content:center;background:var(--bulle-primary);color:#fff;font-weight:700;font-size:12px}.mq__name{font-size:13px;font-weight:600}.socials{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin:0;padding:0;list-style:none}.socials__item{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:var(--surface);border:1px solid var(--border);transition:background .18s var(--ease-soft),border-color .18s var(--ease-soft),transform .18s var(--ease-spring)}.socials__item:hover{background:var(--surface-2);border-color:var(--border-strong);transform:translateY(-2px)}.socials__item img{width:24px;height:24px;display:block;object-fit:contain}.landing{position:relative}.hero{padding:56px 0 0}.hero__grid{display:grid;grid-template-columns:1fr;gap:56px;align-items:start}@media (min-width: 1024px){.hero__grid{grid-template-columns:minmax(0,1.3fr) minmax(360px,1fr);gap:64px}}.hero__left{text-align:left;display:flex;flex-direction:column;align-items:flex-start;gap:36px}.hero__intro{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.hero__chips{display:flex;flex-wrap:wrap;gap:8px}.hero__download-link{text-decoration:none}.chip--count{background:var(--bulle-primary-soft);color:var(--bulle-primary);font-weight:600}.chip__dot{width:7px;height:7px;border-radius:50%;background:var(--bulle-primary);animation:pulse-dot 1.6s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.hero__title{margin:12px 0 0;font-weight:600;letter-spacing:-.03em;font-size:clamp(34px,5.4vw,64px);line-height:1.04;max-width:720px}.hero__title-accent{color:var(--bulle-primary);font-style:italic;font-weight:700}.hero__sub{font-size:clamp(15px,1.4vw,17px);color:var(--text-2);max-width:580px;line-height:1.55}.hero__section-kicker{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-subtle);margin-bottom:14px}.hero__principles{width:100%;padding-top:8px}.hero__principles ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.hero__principles li{display:flex;gap:12px;align-items:flex-start;font-size:15px;line-height:1.55}.hero__principle-dot{flex-shrink:0;width:8px;height:8px;border-radius:50%;background:var(--bulle-primary);margin-top:7px}.hero__hex{width:100%}.hero__hex-sub{font-size:14px;margin-bottom:20px}.hero__hex-footnote{font-size:12px;margin-top:18px}.hero__join{width:100%;padding:28px 28px 30px;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-menu)}.hero__join h2{font-size:clamp(24px,2.5vw,30px);margin-bottom:8px}.hero__join p{font-size:15px}.hero__join-cta{display:flex;gap:10px;margin-top:22px;flex-wrap:wrap}.hero__right{width:100%}.hero__right-inner{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.hero__feed-kicker{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.hero__feed-title{font-size:18px;font-weight:600;margin-bottom:6px}@media (min-width: 1024px){.hero__right{position:sticky;top:88px}}.creators{padding:32px 0 40px;background:var(--bg-elevated);border-bottom:1px solid var(--border)}.creators--top{border-top:0}.creators__head{text-align:center;margin-bottom:20px}.creators__title{margin-top:6px;font-size:clamp(20px,2vw,26px);letter-spacing:-.015em}.creators__title-link{display:inline-block;color:inherit;text-decoration:none;transition:color .18s var(--ease-soft)}.creators__title-link:hover .creators__title{color:var(--bulle-primary)}.auth{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 72px);padding:48px 16px}.auth__card{width:100%;max-width:420px;display:flex;flex-direction:column;align-items:center;text-align:center;padding:32px 26px 26px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-menu)}.auth__card--wide{max-width:480px}.auth__title{margin-top:14px;font-size:24px;font-weight:700}.auth__sub{margin-top:6px;font-size:14px}.auth__form{width:100%;display:flex;flex-direction:column;gap:14px;margin-top:24px;position:relative}.auth__label{display:flex;flex-direction:column;gap:6px;text-align:left;font-size:13px;font-weight:600;color:var(--text-2)}.auth__label small{font-size:11px;font-weight:500}.auth__input{height:44px;padding:0 14px;border-radius:10px;background:#fff;border:1px solid var(--border-strong);color:var(--text);font-size:15px;outline:none;transition:border-color .15s var(--ease-soft),background .15s var(--ease-soft)}select.auth__input{appearance:none;-webkit-appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--text-3) 50%),linear-gradient(135deg,var(--text-3) 50%,transparent 50%);background-position:calc(100% - 14px) 50%,calc(100% - 9px) 50%;background-size:5px 5px;background-repeat:no-repeat;padding-right:32px}.auth__input:focus{border-color:var(--bulle-primary)}.auth__input:disabled{opacity:.6;background:var(--surface)}.auth__date{display:flex;gap:8px}.auth__date select{flex:1}.auth__pw{position:relative}.auth__pw .auth__input{width:100%;padding-right:42px}.auth__pw-toggle{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:transparent;font-size:16px}.auth__pw-toggle:hover{background:var(--surface)}.auth__pw-strength{display:flex;gap:4px;margin-top:4px}.auth__pw-bar{flex:1;height:4px;border-radius:2px;background:var(--surface-2);transition:background .18s var(--ease-soft)}.auth__pw-bar.is-active{background:var(--text-3)}.auth__pw-bar.is-strong{background:var(--bulle-primary)}.auth__guardian{display:flex;flex-direction:column;gap:12px;padding:16px;background:var(--surface);border-radius:var(--radius-card);border:1px solid var(--border)}.auth__guardian-warn{font-size:12px;color:var(--text-2);line-height:1.45}.auth__inline{align-self:flex-start;font-size:13px;font-weight:600;color:var(--bulle-primary);padding:4px 0}.auth__inline:hover{text-decoration:underline}.auth__consents{display:flex;flex-direction:column;gap:10px;padding-top:6px}.auth__check{display:flex;align-items:flex-start;gap:10px;font-size:13px;font-weight:500;color:var(--text-2);line-height:1.45;text-align:left;cursor:pointer}.auth__check input{margin-top:3px;accent-color:var(--bulle-primary);width:16px;height:16px;flex-shrink:0}.auth__check a{color:var(--bulle-primary);text-decoration:underline}.auth__error{font-size:13px;color:#b8003d;padding:10px 14px;border-radius:10px;background:#f1005814;border:1px solid rgba(241,0,88,.2);text-align:left}.auth__locked{font-size:13px;color:#7a3a00;padding:10px 14px;border-radius:10px;background:#ffbb6929;border:1px solid rgba(255,187,105,.4);text-align:left}.auth__bottom{margin-top:18px;font-size:14px}.auth__forgot{align-self:flex-end;font-size:13px;font-weight:600;color:var(--bulle-primary);margin-top:-6px}.auth__forgot:hover{text-decoration:underline}.auth__checking{display:flex;flex-direction:column;align-items:center;gap:12px;margin-top:24px}.auth__switch{color:var(--bulle-primary);font-weight:700}.auth__consent{margin-top:18px;font-size:11px;line-height:1.5}.auth__consent a{color:var(--text-2);text-decoration:underline}.fi{display:flex;flex-direction:column;gap:10px}.fi__author{display:inline-flex;align-items:center;gap:10px;align-self:flex-start}.fi__avatar{width:36px;height:36px;border-radius:50%;object-fit:cover}.fi__author-meta{display:flex;flex-direction:column;line-height:1.2}.fi__author-name{font-size:14px;font-weight:600;color:var(--text)}.fi__author-handle{font-size:12px}.fi__media{position:relative;display:block;width:100%;aspect-ratio:9 / 16;border-radius:var(--radius-menu);overflow:hidden;background:var(--surface);border:1px solid var(--border);transition:transform .18s var(--ease-soft);padding:0;cursor:pointer}.fi__media:hover{transform:translateY(-1px)}.fi__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.fi__placeholder{position:absolute;inset:0;background:linear-gradient(135deg,var(--surface-2),var(--surface-3))}.fi__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:56px;height:56px;border-radius:50%;background:#0000008c;color:#fff;display:inline-flex;align-items:center;justify-content:center;opacity:0;transition:opacity .18s var(--ease-soft)}.fi__media:hover .fi__play{opacity:1}.fi__body{padding:0 2px}.fi__title{font-size:15px;font-weight:600;margin-bottom:4px;letter-spacing:-.01em;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.fi__stats{font-size:12px;display:inline-flex;gap:8px}.feed{padding:32px 0 80px}.feed__head{max-width:540px;margin:0 auto 28px;text-align:left;padding:0 16px}.feed__head p{margin-top:4px;font-size:14px}.feed__stack{max-width:540px;margin:0 auto;padding:0 16px;display:flex;flex-direction:column;gap:28px}.feed__loading{display:flex;justify-content:center;padding:80px 0}.feed__empty{text-align:center;padding:48px 16px}.feed__more{display:flex;gap:10px;justify-content:center;padding:24px 0 8px;flex-wrap:wrap}.vp{position:relative;width:100%;height:100%;background:#000;display:flex;align-items:center;justify-content:center;border-radius:inherit;overflow:hidden}.vp__video{width:100%;height:100%;max-height:100%;object-fit:contain;background:#000}.vp__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;border-radius:50%;background:#0009;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;pointer-events:auto;transition:background .15s var(--ease-soft),transform .15s var(--ease-soft)}.vp__play:hover{background:#000000c7;transform:translate(-50%,-50%) scale(1.04)}.pub{padding:24px 16px 80px;max-width:1080px;margin:0 auto}.pub__layout{display:flex;flex-direction:column;gap:18px;align-items:center}@media (min-width: 900px){.pub--has-body .pub__layout{display:grid;grid-template-columns:minmax(0,auto) minmax(280px,360px);gap:28px;align-items:start;justify-content:center}}.pub__media-col{width:100%;display:flex;justify-content:center}.pub__media{position:relative;width:100%;max-width:min(100%,calc(80vh * var(--pub-ratio, .7)));border-radius:var(--radius-menu);overflow:hidden;background:#000}.pub__thumb{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;background:#000}.pub__msg{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:36px;text-align:center}.pub__msg-text{font-size:22px;font-weight:600;line-height:1.35;max-width:92%;display:-webkit-box;-webkit-line-clamp:12;-webkit-box-orient:vertical;overflow:hidden}.pub__nav{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background:#ffffffeb;color:var(--text);font-size:22px;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:var(--shadow-md);z-index:2}.pub__nav:disabled{opacity:.4;cursor:default}.pub__nav--prev{left:10px}.pub__nav--next{right:10px}.pub__dots{position:absolute;bottom:14px;left:50%;transform:translate(-50%);display:inline-flex;gap:6px;padding:6px 10px;background:#00000080;border-radius:999px;z-index:2}.pub__dot{width:6px;height:6px;border-radius:50%;background:#ffffff73}.pub__dot.is-active{background:#fff}.pub__author{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:inherit}.pub__author--overlay{position:absolute;top:12px;left:12px;z-index:3;gap:8px;padding:4px 12px 4px 4px;border-radius:var(--radius-pill);background:#0000008c;color:#fff;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:background .15s var(--ease-soft),transform .15s var(--ease-soft);max-width:calc(100% - 24px)}.pub__author--overlay:hover{background:#000000b8;transform:translateY(-1px)}.pub__author-meta{display:flex;flex-direction:column;line-height:1.2;min-width:0}.pub__author--overlay .pub__author-name{color:#fff;font-size:13px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:220px}.pub__author--overlay .pub__author-handle{color:#ffffffc7;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:220px}.pub__body{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-card);padding:18px 20px;box-shadow:var(--shadow-sm);width:100%;max-width:640px;align-self:stretch}@media (min-width: 900px){.pub__body{max-width:none;position:sticky;top:24px}}.pub__title{font-size:20px;font-weight:700;line-height:1.3;margin:0 0 10px;color:var(--text)}.pub__description{font-size:15px;line-height:1.6;color:var(--text-2);white-space:pre-wrap;margin:0;word-break:break-word}.pub__loading{display:flex;justify-content:center;padding:120px 0}.pub__notfound{max-width:480px;margin:80px auto;text-align:center;padding:0 24px}.profile{padding-top:32px;padding-bottom:80px;max-width:960px}@media (min-width: 720px){.profile{padding-top:40px}}@keyframes profile-reveal{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.profile__banner,.profile__top,.profile>.profile__section,.profile>.profile__grid,.profile__footer{animation:profile-reveal .45s var(--ease-soft) both}.profile__top{animation-delay:.06s}.profile>.profile__section{animation-delay:.12s}.profile>.profile__grid{animation-delay:.16s}.profile__footer{animation-delay:.22s}@media (prefers-reduced-motion: reduce){.profile__banner,.profile__top,.profile>.profile__section,.profile>.profile__grid,.profile__footer{animation:none}}.profile__banner{width:100%;aspect-ratio:4 / 1;border-radius:var(--radius-card);overflow:hidden;margin-bottom:28px;background:var(--surface-2)}.profile__banner img{width:100%;height:100%;object-fit:cover;display:block}.profile__top{display:grid;grid-template-columns:1fr;gap:28px;padding-bottom:32px;border-bottom:1px solid var(--border);margin-bottom:32px}@media (min-width: 900px){.profile__top{grid-template-columns:minmax(0,1fr) minmax(300px,380px);align-items:stretch;gap:40px}.profile__top--single{grid-template-columns:1fr}}.profile__head{display:flex;flex-direction:column;align-items:center;gap:22px;text-align:center}@media (min-width: 720px){.profile__head{flex-direction:row;align-items:flex-start;text-align:left}}.profile__head-text{flex:1}.profile__name{font-size:28px;margin-bottom:2px}.profile__handle{font-size:14px;margin-bottom:10px}.profile__tier-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:center;margin-bottom:14px}@media (min-width: 720px){.profile__tier-row{justify-content:flex-start}}.profile__tier{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:5px 10px;border-radius:999px;background:var(--bulle-primary-soft);color:var(--bulle-primary)}.profile__bio{font-size:14px;line-height:1.55;color:var(--text-2);max-width:540px;white-space:pre-wrap;margin-bottom:18px}.profile__stats{display:flex;gap:24px;margin:0;padding:0;justify-content:center}@media (min-width: 720px){.profile__stats{justify-content:flex-start}}.profile__stats>div{display:flex;flex-direction:column;align-items:flex-start}.profile__stats dt{font-size:18px;font-weight:700;letter-spacing:-.01em}.profile__stats dd{margin:0;font-size:12px;color:var(--text-3);text-transform:uppercase;letter-spacing:.04em;font-weight:600}.profile__share{display:inline-flex;align-items:center;gap:7px;padding:7px 12px;border-radius:999px;background:var(--bg-elevated);border:1px solid var(--border);color:var(--text-2);font-size:13px;font-weight:600;cursor:pointer;transition:border-color .16s var(--ease-soft),color .16s var(--ease-soft),transform .12s var(--ease-soft)}.profile__share:hover{border-color:var(--bulle-primary);color:var(--bulle-primary)}.profile__share:active{transform:scale(.97)}.profile__panel{display:flex;flex-direction:column;gap:14px;align-items:stretch}.profile__panel-top{display:flex;flex-direction:column;gap:14px}@media (min-width: 900px){.profile__panel{justify-content:space-between;height:100%}}.profile__support{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;border-radius:var(--radius-menu);font-size:15px;font-weight:700;letter-spacing:-.01em;text-decoration:none;cursor:pointer;border:1px solid transparent;background:var(--bulle-primary);color:#fff;transition:transform .14s var(--ease-soft),box-shadow .16s var(--ease-soft),filter .16s var(--ease-soft)}.profile__support:hover{filter:brightness(1.05);box-shadow:0 8px 20px #f1005840}.profile__support:active{transform:scale(.985)}.profile__support-icon{display:inline-flex;flex-shrink:0}.profile__support--partnership{background:var(--bulle-primary-soft);color:var(--text)}.profile__support--partnership .profile__support-icon{color:var(--bulle-primary)}.profile__support--partnership:hover{filter:none;box-shadow:0 6px 18px #00000014}.profile__chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:2px;justify-content:center}@media (min-width: 900px){.profile__chips{justify-content:flex-start}}.profile__chip{position:relative;width:44px;height:44px;flex:0 0 44px}.profile__chip-inner{position:absolute;top:0;left:0;height:44px;max-width:44px;display:flex;align-items:center;border-radius:999px;background:transparent;color:var(--text);overflow:hidden;white-space:nowrap;z-index:1;transition:max-width .28s var(--ease-soft),background .16s var(--ease-soft),box-shadow .16s var(--ease-soft)}.profile__chip:hover .profile__chip-inner,.profile__chip:focus-visible .profile__chip-inner{max-width:280px;z-index:10;background:var(--bg-elevated);box-shadow:0 0 0 1px var(--bulle-primary),0 8px 22px #0000001f}.profile__chip--left .profile__chip-inner{left:auto;right:0;flex-direction:row-reverse}.profile__chip-icon{display:inline-flex;flex-shrink:0}.profile__chip-label{white-space:nowrap;font-size:14px;font-weight:600;letter-spacing:-.01em;padding:0 14px 0 10px;opacity:0;transition:opacity .18s var(--ease-soft)}.profile__chip--left .profile__chip-label{padding:0 10px 0 14px}.profile__chip:hover .profile__chip-label,.profile__chip:focus-visible .profile__chip-label{opacity:1}.linkicon{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;flex-shrink:0;box-shadow:inset 0 0 0 1px #ffffff1f}.profile__section{font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-subtle);margin-bottom:16px}.profile__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}@media (min-width: 720px){.profile__grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){.profile__grid{grid-template-columns:repeat(4,1fr)}}.profile__card{position:relative;display:block;aspect-ratio:9 / 16;border-radius:var(--radius-card);overflow:hidden;background:var(--surface);border:1px solid var(--border);transition:transform .18s var(--ease-soft)}.profile__card:hover{transform:translateY(-2px)}.profile__card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.profile__card-placeholder{position:absolute;inset:0;background:linear-gradient(135deg,var(--surface-2),var(--surface-3))}.profile__card-overlay{position:absolute;inset:auto 0 0;padding:10px 12px 12px;background:linear-gradient(0deg,#000000c7,#0000 80%);color:#fff}.profile__card-stats{display:inline-flex;gap:8px;font-size:11px;font-weight:600}.profile__loading{display:flex;justify-content:center;padding:120px 0}.profile__notfound{max-width:480px;margin:80px auto;text-align:center;padding:0 24px}.profile__footer{margin:56px auto 0;padding:28px 24px 32px;max-width:540px;text-align:center;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-menu);display:flex;flex-direction:column;align-items:center;gap:10px}.profile__footer-title{font-size:17px;font-weight:700;letter-spacing:-.01em}.profile__footer-body{font-size:14px;line-height:1.55;margin-bottom:8px}.loginwall{display:flex;align-items:center;justify-content:center;min-height:60vh;padding:48px 16px}.loginwall__card{width:100%;max-width:460px;display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center;padding:36px 28px;background:#fff;border:1px solid var(--border);border-radius:var(--radius-menu);box-shadow:var(--shadow-md)}.loginwall__card h3{margin-top:6px}.loginwall__card p{font-size:14px;line-height:1.55;max-width:380px}.loginwall__cta{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-top:10px}.cropper__backdrop{position:fixed;inset:0;background:#0a0a0ec7;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;animation:cropper-fade .18s var(--ease-soft)}@keyframes cropper-fade{0%{opacity:0}to{opacity:1}}.cropper__modal{width:min(720px,100%);max-height:90vh;overflow:auto;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-menu);padding:22px;display:flex;flex-direction:column;gap:14px}.cropper__header h3{font-size:17px;font-weight:700;margin:0 0 4px}.cropper__hint{font-size:13px;margin:0}.cropper__viewport{position:relative;width:100%;background:#0d0d10;border-radius:12px;overflow:hidden;user-select:none;touch-action:none;cursor:grab}.cropper__viewport:active{cursor:grabbing}.cropper__image{position:absolute;pointer-events:none;max-width:none;user-select:none;-webkit-user-drag:none}.cropper__loading{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.cropper__frame{position:absolute;inset:0;pointer-events:none;box-shadow:0 0 0 1px #fff6 inset;border-radius:12px}.cropper__zoom{display:flex;align-items:center;gap:10px;padding:2px 6px;font-size:14px;color:var(--text-subtle)}.cropper__zoom input[type=range]{flex:1;accent-color:var(--bulle-primary)}.cropper__actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}.settings{padding:40px 0 80px;max-width:640px}.settings h2{margin-bottom:28px}.settings__hero{padding:26px 24px;background:var(--bulle-primary-soft);border:1px solid rgba(241,0,88,.18);border-radius:var(--radius-menu);margin-bottom:18px;display:flex;flex-direction:column;align-items:flex-start;gap:8px}.settings__hero h3{font-size:18px;font-weight:700;color:var(--text)}.settings__hero p{font-size:14px;line-height:1.55;margin-bottom:6px}.settings__section{padding:22px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-menu);margin-bottom:14px}.settings__section-title{font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-subtle);margin-bottom:12px}.settings__section-body{font-size:14px;line-height:1.5;margin-bottom:14px}.settings__row{display:flex;justify-content:space-between;align-items:center;font-size:14px}.settings__referral-code{font-family:var(--font-mono, ui-monospace, monospace);font-weight:800;letter-spacing:3px;color:var(--bulle-primary)}.settings__actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.settings__view-public{display:inline-flex;align-items:center;gap:7px;font-size:14px;font-weight:600;color:var(--bulle-primary);text-decoration:none}.settings__view-public:hover{text-decoration:underline}.settings__loading{display:flex;justify-content:center;padding:120px 0}.settings__studio{background:var(--bulle-primary-soft);border-color:#f100582e}.settings__studio .settings__section-title{color:var(--bulle-primary)}.settings__form{display:flex;flex-direction:column;gap:12px}.settings__label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600;color:var(--text-2)}.settings__input{height:42px;padding:0 12px;border-radius:10px;background:#fff;border:1px solid var(--border-strong);color:var(--text);font-size:15px;outline:none;transition:border-color .15s var(--ease-soft)}.settings__input:focus{border-color:var(--bulle-primary)}.settings__error{font-size:13px;color:#b8003d;padding:10px 14px;border-radius:10px;background:#f1005814;border:1px solid rgba(241,0,88,.2)}.settings__success{font-size:13px;color:#1e6a3a;padding:10px 14px;border-radius:10px;background:#229a581a;border:1px solid rgba(34,154,88,.25)}.settings__textarea{height:auto;min-height:96px;padding:10px 12px;font-family:inherit;line-height:1.45;resize:vertical}.settings__counter{float:right;font-weight:500;color:var(--text-subtle);font-size:12px}.settings__field-error{font-size:12px;color:#b8003d;font-weight:500}.settings__profile-loading{display:flex;justify-content:center;padding:24px 0}.settings__avatar-row{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:16px}.settings__avatar-btn{position:relative;width:96px;height:96px;padding:0;border:none;background:transparent;border-radius:50%;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.settings__avatar-btn:disabled{cursor:progress;opacity:.7}.settings__avatar-overlay{position:absolute;right:-2px;bottom:-2px;width:32px;height:32px;border-radius:50%;background:var(--bulle-primary);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;box-shadow:0 2px 6px #0000002e;border:2px solid var(--card)}.settings__avatar-hint{font-size:12px;font-weight:500}.settings__file-input{display:none}.settings__banner-block{display:flex;flex-direction:column;gap:8px;margin-bottom:18px}.settings__banner-btn{position:relative;width:100%;padding:0;border:1px dashed var(--border-strong);background:var(--surface);border-radius:12px;overflow:hidden;cursor:pointer;display:flex;align-items:center;justify-content:center}.settings__banner-btn:disabled{cursor:progress;opacity:.7}.settings__banner-img{width:100%;height:100%;object-fit:cover;display:block}.settings__banner-empty{font-size:13px;font-weight:500;padding:12px;text-align:center}.settings__banner-overlay{position:absolute;right:10px;bottom:10px;width:34px;height:34px;border-radius:50%;background:var(--bulle-primary);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:15px;font-weight:700;box-shadow:0 2px 8px #0000004d}.settings__banner-actions{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}.settings__banner-hint{font-size:12px;font-weight:500}.settings__banner-remove{background:none;border:none;color:var(--bulle-primary);font-size:13px;font-weight:600;cursor:pointer;padding:4px 8px}.settings__banner-remove:hover{text-decoration:underline}.static{padding:64px 0 80px}.static__title{margin-bottom:24px;font-size:clamp(30px,4vw,48px);letter-spacing:-.02em}.static p{font-size:16px;line-height:1.7;color:var(--text-2);margin-bottom:18px}.static__list{margin:24px 0 0;padding:0 0 0 24px}.static__list li{font-size:15px;line-height:1.65;color:var(--text-2);margin-bottom:12px;padding-left:6px}.static__list li::marker{color:var(--bulle-primary);font-weight:700}.static__wide{padding:64px 0 80px}.static__wide .static__title{margin-bottom:16px;font-size:clamp(30px,4vw,48px);letter-spacing:-.02em}.static__wide .subtle{font-size:16px;line-height:1.6;max-width:720px}.contact__list{margin-top:28px;display:grid;grid-template-columns:1fr;gap:12px}@media (min-width: 720px){.contact__list{grid-template-columns:repeat(3,1fr)}}.contact__card{display:flex;flex-direction:column;text-align:left;padding:18px 18px 16px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-card);cursor:pointer;transition:border-color .15s var(--ease-soft),background .15s var(--ease-soft),transform .15s var(--ease-soft)}.contact__card:hover{border-color:var(--border-strong);transform:translateY(-2px)}.contact__card.is-active{border-color:var(--bulle-primary);background:var(--bulle-primary-soft)}.contact__card h3{font-size:15px;font-weight:700;margin-bottom:6px}.contact__card p{font-size:13px;line-height:1.45}.contact__form{position:relative;margin-top:36px;display:flex;flex-direction:column;gap:14px}.contact__label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600;color:var(--text-2)}.contact__input{height:44px;padding:0 14px;border-radius:10px;background:#fff;border:1px solid var(--border-strong);color:var(--text);font-size:15px;outline:none;transition:border-color .15s var(--ease-soft);font-family:inherit}.contact__textarea{height:auto;min-height:140px;padding:12px 14px;resize:vertical;line-height:1.5}.contact__input:focus{border-color:var(--bulle-primary)}select.contact__input{appearance:none;-webkit-appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--text-3) 50%),linear-gradient(135deg,var(--text-3) 50%,transparent 50%);background-position:calc(100% - 14px) 50%,calc(100% - 9px) 50%;background-size:5px 5px;background-repeat:no-repeat;padding-right:32px}.contact__error{font-size:13px;color:#b8003d;padding:10px 14px;border-radius:10px;background:#f1005814;border:1px solid rgba(241,0,88,.2)}.contact__success{font-size:13px;color:#0d6e3f;padding:10px 14px;border-radius:10px;background:#7ef29529;border:1px solid rgba(126,242,149,.42)}.legacy{padding:56px 0 80px}.legacy__title{font-size:clamp(32px,4.5vw,52px);font-weight:600;letter-spacing:-.025em;line-height:1.06;margin-bottom:12px}.legacy__intro{font-size:16px;line-height:1.6;margin-bottom:32px}.legacy__loading{display:flex;justify-content:center;padding:80px 0}.legacy__fallback{padding:28px;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-menu);text-align:center}.legacy__link{display:inline-block;margin-top:8px;font-weight:600;color:var(--bulle-primary)}.legacy__link:hover{text-decoration:underline}.legacy__body{font-family:var(--font-sans);color:var(--text);font-size:16px;line-height:1.65}.legacy__body h2{font-size:clamp(24px,2.8vw,30px);font-weight:600;letter-spacing:-.015em;line-height:1.18;color:var(--text);margin:44px 0 16px;padding-top:32px;border-top:1px solid var(--border)}.legacy__body h3{font-size:19px;font-weight:600;margin:28px 0 10px;color:var(--text);letter-spacing:-.01em}.legacy__body h4{font-size:16px;font-weight:700;margin:18px 0 8px;color:var(--text)}.legacy__body h5,.legacy__body h6{font-size:14px;font-weight:700;margin:14px 0 6px;text-transform:uppercase;letter-spacing:.04em;color:var(--text-2)}.legacy__body p{margin:0 0 14px;color:var(--text-2)}.legacy__body strong{color:var(--text);font-weight:600}.legacy__body em{font-style:italic}.legacy__body a{color:var(--bulle-primary);text-decoration:underline;text-underline-offset:2px;text-decoration-thickness:1px}.legacy__body a:hover{text-decoration-thickness:2px}.legacy__body ul,.legacy__body ol{margin:0 0 16px;padding:0 0 0 22px;color:var(--text-2)}.legacy__body ul li,.legacy__body ol li{margin:4px 0;line-height:1.55}.legacy__body ul li::marker{color:var(--bulle-primary)}.legacy__body ol li::marker{color:var(--bulle-primary);font-weight:600}.legacy__body blockquote{margin:18px 0;padding:14px 18px;border-left:3px solid var(--bulle-primary);background:var(--bg-elevated);border-radius:0 var(--radius-card) var(--radius-card) 0;font-style:italic;color:var(--text-2)}.legacy__body hr{border:0;border-top:1px solid var(--border);margin:32px 0}.legacy__body img,.legacy__body video,.legacy__body iframe{max-width:100%;border-radius:var(--radius-card);margin:14px 0}.legacy__body p>img,.legacy__body li>img,.legacy__body span>img{max-height:320px;width:auto}.legacy__body table{width:100%;border-collapse:collapse;margin:18px 0;font-size:14px}.legacy__body th,.legacy__body td{padding:8px 10px;border-bottom:1px solid var(--border);text-align:left;vertical-align:top}.legacy__body th{font-weight:600;background:var(--bg-elevated)}.legacy__body details{margin:12px 0;border:1px solid var(--border);border-radius:var(--radius-card);padding:12px 14px}.legacy__body summary{cursor:pointer;font-weight:600}.legacy__body .section{margin-top:8px}.legacy__body .nav-menu{background:var(--bg-elevated);padding:18px 22px;border-radius:var(--radius-menu);border:1px solid var(--border);margin:24px 0 32px}.legacy__body .nav-menu h2{font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-subtle);margin:0 0 12px;padding:0;border-top:0}.legacy__body .nav-menu ul{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:1fr;gap:6px}@media (min-width: 720px){.legacy__body .nav-menu ul{grid-template-columns:1fr 1fr}}.legacy__body .nav-menu li{margin:0}.legacy__body .nav-menu a{display:block;padding:6px 0;text-decoration:none;font-weight:500;font-size:14px;color:var(--text-2)}.legacy__body .nav-menu a:hover{color:var(--bulle-primary)}.legacy__body .highlight{margin:18px 0 24px;padding:18px 22px;background:var(--bulle-primary-soft);border:1px solid rgba(241,0,88,.18);border-radius:var(--radius-card)}.legacy__body .highlight p{color:var(--text);margin:0 0 8px}.legacy__body .highlight p:last-child{margin-bottom:0}.legacy__body .version-info{display:inline-block;padding:6px 12px;background:var(--surface);border:1px solid var(--border);border-radius:999px;font-size:12px;font-weight:500;color:var(--text-2);margin:0 0 24px}.legacy__body .principle-card{background:#fff;border:1px solid var(--border);border-left:3px solid var(--bulle-primary);border-radius:var(--radius-card);padding:16px 20px;margin:12px 0}.legacy__body .principle-card h4{margin:0 0 8px;font-size:16px;font-weight:700;color:var(--text);display:flex;align-items:center;gap:10px}.legacy__body .principle-card p{margin:0;color:var(--text-2);font-size:14px;line-height:1.55}.legacy__body .principle-number{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:var(--bulle-primary);color:#fff;font-weight:700;font-size:13px;flex-shrink:0}.legacy__body .creator-rule{background:#fff;border:1px solid var(--border);border-left:3px solid #6b22d6;border-radius:var(--radius-card);padding:14px 18px;margin:10px 0}.legacy__body .creator-rule h4{margin:0 0 6px;font-size:15px}.legacy__body .creator-rule p{margin:0;font-size:13.5px;color:var(--text-2)}.legacy__body .rights-card{background:#fff;border:1px solid var(--border);border-left:3px solid #1a8475;border-radius:var(--radius-card);padding:16px 20px;margin:12px 0}.legacy__body .rights-card h4{margin:0 0 6px;font-size:15px}.legacy__body .rights-card p{margin:0;font-size:14px;color:var(--text-2)}.legacy__body .sensitive-card{background:#fffbeb;border:1px solid #fde68a;border-left:3px solid #d97706;border-radius:var(--radius-card);padding:14px 18px;margin:10px 0}.legacy__body .sensitive-card h4{margin:0 0 6px;font-size:15px;color:#92400e}.legacy__body .sensitive-card p{margin:0;font-size:14px;color:#78350f}.legacy__body .info-box{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-card);padding:14px 18px;margin:12px 0}.legacy__body .info-box p:last-child{margin-bottom:0}.legacy__body .important{background:#f100580f;border:1px solid rgba(241,0,88,.2);border-radius:var(--radius-card);padding:14px 18px;margin:14px 0}.legacy__body .warning{background:#fef3c7;border:1px solid #fde68a;border-radius:var(--radius-card);padding:14px 18px;margin:14px 0;color:#78350f}.legacy__body .warning p{color:#78350f}.legacy__body .table-wrapper{overflow-x:auto;margin:18px 0}.legacy__body .subtitle{font-size:16px;color:var(--text-2);margin-top:-8px;margin-bottom:18px}.legacy__body .card-grid{display:grid;grid-template-columns:1fr;gap:14px;margin:18px 0}@media (min-width: 720px){.legacy__body .card-grid{grid-template-columns:repeat(2,1fr)}}.legacy__body .feature-card,.legacy__body .press-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-card);padding:18px 20px}.legacy__body .eml{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.92em}.legacy__body .blog-breadcrumb{font-size:13px;color:var(--text-3);margin-bottom:16px}.legacy__body .blog-banner{margin:4px 0 36px;padding:0}.legacy__body .blog-banner img{display:block;width:100%;aspect-ratio:3 / 2;object-fit:cover;border-radius:var(--radius-card);margin:0}.legacy__body .blog-banner figcaption{margin-top:6px;font-size:11px;color:var(--text-3);text-align:right;opacity:.7}.legacy__body .blog-banner+h2{border-top:0;padding-top:0;margin-top:12px}.legacy__body .blog-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;font-size:13px;color:var(--text-3);margin-bottom:20px}.legacy__body .blog-category{display:inline-block;padding:4px 12px;border-radius:999px;background:var(--bulle-primary-soft);color:var(--bulle-primary);font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.legacy__body .blog-author,.legacy__body .author-info,.legacy__body .blog-author-card{display:flex;align-items:center;gap:12px;padding:16px 18px;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-card);margin:16px 0}.legacy__body .blog-author img,.legacy__body .author-info img,.legacy__body .blog-author-card img{width:48px!important;height:48px!important;max-height:none;border-radius:50%;object-fit:cover;margin:0;flex-shrink:0}.legacy__body .author-name{font-weight:700;color:var(--text);font-size:15px;text-decoration:none}.legacy__body .author-role{color:var(--text-3);font-size:13px}.legacy__body .author-linkedin{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#0a66c2;color:#fff;margin-left:auto;flex-shrink:0;text-decoration:none}.legacy__body .author-linkedin img,.legacy__body .author-linkedin svg{width:18px!important;height:18px!important;max-height:none;margin:0;border-radius:0;filter:brightness(0) invert(1)}.legacy__body .blog-intro{font-size:17px;font-weight:500;line-height:1.55;color:var(--text);margin:18px 0 24px}.legacy__body .blog-highlight{margin:18px 0;padding:18px 22px;background:var(--bulle-primary-soft);border:1px solid rgba(241,0,88,.18);border-radius:var(--radius-card)}.legacy__body .blog-info{margin:18px 0;padding:16px 20px;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-card)}.legacy__body .blog-cta{margin:32px 0;padding:28px 30px;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-menu);text-align:center}.legacy__body .cta-buttons{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:14px}.legacy__body .btn{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;border-radius:10px;font-weight:600;font-size:14px;text-decoration:none;transition:background .15s var(--ease-soft)}.legacy__body .btn-primary{background:var(--bulle-primary);color:#fff!important;border:1px solid var(--bulle-primary)}.legacy__body .btn-primary:hover{background:var(--bulle-primary-hover)}.legacy__body .btn-outline{background:transparent;color:var(--text)!important;border:1px solid var(--border-strong)}.legacy__body .btn-outline:hover{background:var(--surface)}.legacy__body .blog-faq{margin:24px 0}.legacy__body .blog-faq-item{background:#fff;border:1px solid var(--border);border-radius:var(--radius-card);padding:16px 20px;margin:10px 0}.legacy__body .blog-related{margin-top:40px;padding-top:32px;border-top:1px solid var(--border)}.legacy__body .blog-related-grid{display:grid;grid-template-columns:1fr;gap:14px;margin-top:18px}@media (min-width: 720px){.legacy__body .blog-related-grid{grid-template-columns:repeat(2,1fr)}}.legacy__body .blog-related-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-card);padding:16px 18px;text-decoration:none;transition:border-color .15s var(--ease-soft)}.legacy__body .blog-related-card:hover{border-color:var(--border-strong)}.legacy__body .card-category{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--bulle-primary);margin-bottom:6px}.legacy__body .card-title{font-size:15px;font-weight:600;line-height:1.35;color:var(--text)}.legacy__body .blog-toc{background:var(--bg-elevated);padding:18px 22px;border-radius:var(--radius-menu);border:1px solid var(--border);margin:24px 0 32px}@font-face{font-display:block;font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2) format("woff2"),url(/assets/KaTeX_AMS-Regular-DMm9YOAa.woff) format("woff"),url(/assets/KaTeX_AMS-Regular-DRggAlZN.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff) format("woff"),url(/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff) format("woff"),url(/assets/KaTeX_Fraktur-Regular-CB_wures.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Main-Bold-Cx986IdX.woff2) format("woff2"),url(/assets/KaTeX_Main-Bold-Jm3AIy58.woff) format("woff"),url(/assets/KaTeX_Main-Bold-waoOVXN0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2) format("woff2"),url(/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff) format("woff"),url(/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2) format("woff2"),url(/assets/KaTeX_Main-Italic-BMLOBm91.woff) format("woff"),url(/assets/KaTeX_Main-Italic-3WenGoN9.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Main-Regular-B22Nviop.woff2) format("woff2"),url(/assets/KaTeX_Main-Regular-Dr94JaBh.woff) format("woff"),url(/assets/KaTeX_Main-Regular-ypZvNtVU.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2) format("woff2"),url(/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff) format("woff"),url(/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Math-Italic-t53AETM-.woff2) format("woff2"),url(/assets/KaTeX_Math-Italic-DA0__PXp.woff) format("woff"),url(/assets/KaTeX_Math-Italic-flOr_0UB.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff) format("woff"),url(/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff) format("woff"),url(/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff) format("woff"),url(/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Script-Regular-D3wIWfF6.woff2) format("woff2"),url(/assets/KaTeX_Script-Regular-D5yQViql.woff) format("woff"),url(/assets/KaTeX_Script-Regular-C5JkGWo-.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2) format("woff2"),url(/assets/KaTeX_Size1-Regular-C195tn64.woff) format("woff"),url(/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2) format("woff2"),url(/assets/KaTeX_Size2-Regular-oD1tc_U0.woff) format("woff"),url(/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,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) format("woff2"),url(/assets/KaTeX_Size3-Regular-CTq5MqoE.woff) format("woff"),url(/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2) format("woff2"),url(/assets/KaTeX_Size4-Regular-BF-4gkZK.woff) format("woff"),url(/assets/KaTeX_Size4-Regular-DWFBv043.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2) format("woff2"),url(/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff) format("woff"),url(/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf) format("truetype")}.katex{font: 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;position:relative;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.47"}.katex .katex-mathml{border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .smash{display:inline;line-height:0}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.2777777778em;margin-right:-.5555555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.1666666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.6666666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.4566666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.1466666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.7142857143em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.8571428571em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.1428571429em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.2857142857em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.4285714286em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.7142857143em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.0571428571em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.4685714286em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.9628571429em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.5542857143em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.7777777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.8888888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.1111111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.3044444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.7644444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.5833333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.7283333333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.0733333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.4861111111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.4402777778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.7277777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.2893518519em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.4050925926em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462962963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.5208333333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.2002314815em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.4398148148em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.2410800386em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.2892960463em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512054em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.3857280617em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.4339440694em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.4821600771em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.5785920926em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.6943105111em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.8331726133em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.1996142719em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.2009646302em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.2411575563em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.2813504823em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.3215434084em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.3617363344em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.4019292605em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.4823151125em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778135em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.6945337621em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.8336012862em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex svg{fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}.algo__section{margin-top:56px}.algo__h2{font-size:clamp(22px,2.6vw,28px);font-weight:600;letter-spacing:-.015em;margin-bottom:8px}.algo__section .subtle{margin-bottom:20px}.algo__grid{display:grid;grid-template-columns:1fr;gap:14px}@media (min-width: 640px){.algo__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 960px){.algo__grid{grid-template-columns:repeat(3,1fr)}}.algo__card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-card);padding:20px 22px;display:flex;flex-direction:column;gap:8px;transition:border-color .18s var(--ease-soft)}.algo__card:hover{border-color:var(--border-strong)}.algo__card h3{font-size:16px;font-weight:700;color:var(--text)}.algo__card p{font-size:13px;line-height:1.55}.algo__emoji{font-size:22px}.algo__formula{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:14px;padding:28px 24px;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-menu);font-family:Geist,sans-serif;font-size:clamp(15px,1.4vw,18px);line-height:1.4}.algo__formula--katex{overflow-x:auto;font-size:15px;padding:24px 18px}.algo__formula--katex .katex-display{margin:0}.algo__formula--katex .katex{font-size:1.05em;color:var(--text)}.algo__katex--inline{display:inline-block}.algo__sub{font-size:clamp(17px,1.6vw,20px);font-weight:600;letter-spacing:-.01em;margin:32px 0 6px;color:var(--text)}.algo__sym{font-style:italic;font-weight:700;color:var(--bulle-primary);font-size:1.4em}.algo__eq{color:var(--text-3);font-weight:500}.algo__group{display:inline-flex;flex-direction:column}.algo__under{display:inline-flex;flex-direction:column;align-items:center}.algo__inline{display:inline-flex;align-items:center;gap:4px;white-space:nowrap}.algo__paren{font-size:1.2em;font-weight:300}.algo__label{font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-3);border-top:1px solid var(--border-strong);margin-top:6px;padding-top:6px}.algo__frac{display:inline-flex;flex-direction:column;align-items:center;font-size:.86em;margin:0 4px}.algo__num,.algo__den{padding:0 4px;white-space:nowrap}.algo__num{border-bottom:1px solid var(--text)}.algo__constants{margin-top:16px;font-size:13px;line-height:1.6}.algo__note{margin-top:18px;padding:14px 18px;background:var(--bulle-primary-soft);border:1px solid rgba(241,0,88,.18);border-radius:var(--radius-card);font-size:14px;line-height:1.55;color:var(--text)}.algo__sim{margin-top:18px}.algo__sliders{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-menu);padding:22px 24px;margin-bottom:14px}.algo__slider{display:flex;flex-direction:column;gap:4px}.algo__slider label{display:flex;justify-content:space-between;align-items:center;font-size:12px;font-weight:600;color:var(--text-2)}.algo__val{color:var(--bulle-primary);font-variant-numeric:tabular-nums}.algo__slider input[type=range]{-webkit-appearance:none;appearance:none;width:100%;height:6px;border-radius:3px;background:var(--surface-2);outline:none;margin-top:6px}.algo__slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:var(--bulle-primary);cursor:pointer;box-shadow:0 2px 6px #f1005866}.algo__slider input[type=range]::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:var(--bulle-primary);cursor:pointer;border:none;box-shadow:0 2px 6px #f1005866}.algo__slider--views{margin-bottom:20px}.algo__slider-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:14px 18px}.algo__result{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:14px;margin:18px 0}.algo__bubble{display:inline-flex;align-items:center;gap:6px;background:var(--bulle-primary);color:#fff;border-radius:999px;padding:8px 16px;font-weight:700;font-size:14px;box-shadow:0 6px 16px #f1005859}.algo__position{font-size:14px;color:var(--text-2)}.algo__position strong{color:var(--bulle-primary)}.algo__table-wrap{overflow-x:auto;margin-top:12px;background:#fff;border:1px solid var(--border);border-radius:var(--radius-menu);box-shadow:var(--shadow-sm)}.algo__table{width:100%;border-collapse:collapse;font-size:12px}.algo__table th,.algo__table td{padding:10px 8px;border-bottom:1px solid var(--border);text-align:center;vertical-align:middle;font-variant-numeric:tabular-nums}.algo__table th{font-weight:700;background:var(--bg-elevated);text-transform:uppercase;letter-spacing:.04em;font-size:11px;color:var(--text-2)}.algo__table tr:last-child td{border-bottom:0}.algo__table .algo__name{text-align:left;min-width:200px;max-width:260px;white-space:normal;font-size:13px}.algo__rank{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:var(--surface);color:var(--text-2);font-weight:700;font-size:12px}.algo__rank--gold{background:#fde68a;color:#78350f}.algo__rank--silver{background:#e5e7eb;color:#374151}.algo__rank--bronze{background:#fed7aa;color:#7c2d12}.algo__rank--user{background:var(--bulle-primary);color:#fff}.algo__row--user{background:var(--bulle-primary-soft)}.algo__row--user td{font-weight:600;color:var(--text)}.algo__score{text-align:right;font-weight:600;min-width:100px}.algo__bar{display:block;width:100%;height:4px;background:var(--surface-2);border-radius:2px;overflow:hidden;margin-top:4px}.algo__bar span{display:block;height:100%;background:linear-gradient(90deg,#fbbf24,var(--bulle-primary));border-radius:2px;transition:width .18s var(--ease-soft)}.algo__highlight{margin-top:64px;padding:26px 28px;background:var(--bulle-primary-soft);border:1px solid rgba(241,0,88,.16);border-radius:var(--radius-menu)}.algo__highlight h3{font-size:18px;font-weight:700;color:var(--text);margin-bottom:8px}.algo__highlight p{font-size:14px;line-height:1.6;max-width:none;margin-bottom:0}.press__grid{margin-top:32px;display:grid;grid-template-columns:1fr;gap:18px}@media (min-width: 720px){.press__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1100px){.press__grid{grid-template-columns:repeat(3,1fr)}}.press__card{display:flex;flex-direction:column;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-menu);overflow:hidden;transition:transform .18s var(--ease-soft),border-color .18s var(--ease-soft);color:var(--text);text-decoration:none}.press__card:hover{transform:translateY(-2px);border-color:var(--border-strong)}.press__cover{aspect-ratio:16 / 9;display:block;position:relative;background:var(--surface);overflow:hidden}.press__cover-img{width:100%;height:100%;object-fit:cover;display:block}.press__body{padding:18px 20px 20px;display:flex;flex-direction:column;gap:10px}.press__head{display:flex;align-items:center;gap:10px}.press__badge{display:inline-block;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.02em}.press__badge--green{background:#7ef2952e;color:#0d6e3f}.press__badge--red{background:var(--bulle-primary-soft);color:var(--bulle-primary)}.press__badge--purple{background:#6b22d61f;color:#6b22d6}.press__badge--blue{background:#3c82e61f;color:#2364c4}.press__date{font-size:11px;font-weight:500;color:var(--text-3)}.press__title{font-size:16px;font-weight:700;line-height:1.3;letter-spacing:-.01em;color:var(--text)}.press__excerpt{font-size:13px;line-height:1.55;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.creators__loading{display:flex;justify-content:center;padding:80px 0}.creators__grid{margin-top:32px;display:grid;grid-template-columns:1fr;gap:14px}@media (min-width: 600px){.creators__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 900px){.creators__grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1200px){.creators__grid{grid-template-columns:repeat(4,1fr)}}.creators__card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:24px 18px 18px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-menu);text-decoration:none;color:var(--text);transition:transform .18s var(--ease-soft),border-color .18s var(--ease-soft)}.creators__card:hover{transform:translateY(-2px);border-color:var(--border-strong)}.creators__avatar{width:84px;height:84px;border-radius:50%;object-fit:cover;background:var(--surface);margin-bottom:14px;box-shadow:0 8px 24px #f100582e,0 2px 6px #0000000f,0 0 0 4px #fff,0 0 0 5px #f100581f;transition:box-shadow .2s var(--ease-soft)}.creators__card:hover .creators__avatar{box-shadow:0 12px 32px #f1005847,0 4px 8px #00000014,0 0 0 4px #fff,0 0 0 6px #f1005840}.creators__name{font-size:16px;font-weight:700;letter-spacing:-.01em;margin-bottom:2px}.creators__handle{font-size:12px;margin-bottom:10px}.creators__bio{font-size:13px;line-height:1.45;margin-bottom:14px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:38px}.creators__stats{display:flex;gap:18px;width:100%;justify-content:center;margin:6px 0 0;padding:0}.creators__stats>div{display:flex;flex-direction:column;align-items:center;gap:2px}.creators__stats dt{font-size:15px;font-weight:700;color:var(--text)}.creators__stats dd{margin:0;font-size:10px;letter-spacing:.06em;color:var(--text-3);text-transform:uppercase;font-weight:600}.blog__grid{margin-top:32px;display:grid;grid-template-columns:1fr;gap:18px}@media (min-width: 720px){.blog__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1100px){.blog__grid{grid-template-columns:repeat(3,1fr)}}.blog__card{display:flex;flex-direction:column;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-menu);overflow:hidden;transition:transform .18s var(--ease-soft),border-color .18s var(--ease-soft)}.blog__card:hover{transform:translateY(-2px);border-color:var(--border-strong)}.blog__cover{aspect-ratio:16 / 9;background-color:var(--surface);background-size:cover;background-position:center;background-repeat:no-repeat}.blog__body{padding:18px 20px 20px;display:flex;flex-direction:column;gap:6px}.blog__card-title{font-size:17px;font-weight:700;line-height:1.3;letter-spacing:-.01em;color:var(--text)}.blog__excerpt{font-size:13px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.wx{min-height:calc(100vh - 72px);padding:56px 16px 80px;transition:background .3s var(--ease-soft),color .3s var(--ease-soft)}.wx--ok{background:linear-gradient(160deg,#fef9f0,#fff 40%,#f0f9ff);color:var(--text)}.wx--down{background:linear-gradient(160deg,#1a1a1f,#232328,#2a1a1c);color:#f5f5f5}.wx__inner{max-width:640px;margin:0 auto}.wx__title{font-size:clamp(32px,5vw,48px);font-weight:800;letter-spacing:-.02em;text-align:center;margin-bottom:6px}.wx__subtitle{text-align:center;font-size:15px;color:var(--text-3);margin-bottom:32px}.wx--down .wx__subtitle{color:#f5f5f599}.wx__card{background:#fff;border:1px solid var(--border);border-radius:28px;padding:40px 36px 36px;box-shadow:0 16px 40px #00000014;margin-bottom:18px}.wx--down .wx__card{background:#181820;border-color:#ffffff0f;box-shadow:0 16px 40px #00000080}.wx__emoji{font-size:clamp(60px,9vw,88px);text-align:center;line-height:1;margin-bottom:18px;animation:pulse-slow 2.4s ease-in-out infinite}@keyframes pulse-slow{0%,to{opacity:1}50%{opacity:.7}}.wx__weather-title{text-align:center;font-size:clamp(22px,3vw,28px);font-weight:700;margin-bottom:12px;letter-spacing:-.015em}.wx__weather-message{text-align:center;font-size:15px;line-height:1.55;color:var(--text-2);margin-bottom:28px}.wx--down .wx__weather-message{color:#f5f5f5bf}.wx__health{padding-top:22px;border-top:1px solid var(--border)}.wx--down .wx__health{border-top-color:#ffffff14}.wx__health-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.wx__health-label{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-subtle)}.wx--down .wx__health-label{color:#f5f5f580}.wx__health-status{font-size:13px;font-weight:700}.wx__health-bars{display:flex;gap:8px}.wx__bar{flex:1;height:10px;border-radius:5px;transition:background .4s var(--ease-soft)}.wx__bugs{background:#fff;border:1px solid var(--border);border-radius:24px;padding:26px 28px;margin-bottom:18px}.wx--down .wx__bugs{background:#181820;border-color:#ffffff0f}.wx__bugs h3{font-size:17px;font-weight:700;margin-bottom:4px}.wx__bugs-sub{font-size:13px;color:var(--text-3);margin-bottom:18px}.wx--down .wx__bugs-sub{color:#f5f5f580}.wx__bugs-empty{font-size:14px;color:var(--text-3);font-style:italic}.wx__bugs-list{display:flex;flex-direction:column;gap:12px}.wx__bug{padding:14px 18px;background:#fff7ed;border:1px solid #fed7aa;border-radius:14px}.wx__bug h4{font-size:14px;font-weight:700;color:#7c2d12;margin-bottom:6px}.wx__bug p{font-size:13px;color:#92400e;line-height:1.5}.wx--down .wx__bug{background:#7c2d1229;border-color:#fed7aa33}.wx--down .wx__bug h4,.wx--down .wx__bug p{color:#fed7aa}.wx__updated{text-align:center;font-size:11px;color:var(--text-3);margin-top:14px}.wx--down .wx__updated{color:#f5f5f566}.appdl{display:flex;flex-direction:column;align-items:center;gap:14px;width:100%}.appdl__qr{display:inline-block;background:#fff;padding:14px;border-radius:var(--radius-menu);box-shadow:var(--shadow-md)}.appdl__qr img{display:block;border-radius:6px}.appdl__qr-hint{font-size:13px;color:var(--text-3);text-align:center;margin:0}.appdl__stores{display:flex;flex-direction:column;align-items:center;gap:10px;width:100%}.appdl__stores--row{flex-direction:column}@media (min-width: 520px){.appdl__stores--row{flex-direction:row;justify-content:center}}.appdl__primary,.appdl__secondary{display:flex;justify-content:center}.appdl__secondary .appdl__btn{transform:scale(.92);opacity:.7}.appdl__secondary .appdl__btn:hover{opacity:1}.appdl__btn{display:inline-flex;align-items:center;gap:10px;padding:12px 22px;border-radius:var(--radius-card);text-decoration:none;font-weight:600;font-size:15px;min-width:220px;justify-content:center;transition:transform .2s var(--ease-spring),box-shadow .2s var(--ease-soft)}.appdl__btn:hover{transform:translateY(-2px)}.appdl__btn-kicker{display:block;font-size:10px;font-weight:500;letter-spacing:.04em;text-transform:uppercase;opacity:.7;line-height:1;margin-bottom:2px}.appdl__btn-name{display:block;font-size:16px;font-weight:700;line-height:1}.appdl--light .appdl__btn{background:#111418;color:#fff;box-shadow:0 4px 14px #0000002e}.appdl--light .appdl__btn:hover{background:#000;box-shadow:0 8px 22px #00000040}.appdl--dark .appdl__btn{background:#fff;color:#111;box-shadow:0 4px 16px #0000004d}.appdl--dark .appdl__btn:hover{box-shadow:0 8px 22px #0006}.appdl--dark .appdl__qr-hint{color:#ffffffb3}.join{background:var(--bg)}.join__hero{position:relative;overflow:hidden;background:radial-gradient(circle at 20% 20%,rgba(124,58,237,.08),transparent 50%),radial-gradient(circle at 80% 30%,rgba(241,0,88,.07),transparent 55%),radial-gradient(circle at 50% 90%,rgba(79,70,229,.06),transparent 60%),var(--bg);padding:56px 0 72px}.join__hero-blobs{position:absolute;inset:0;pointer-events:none}.join__blob{position:absolute;width:360px;height:360px;border-radius:50%;filter:blur(80px);opacity:.28;animation:join-blob 16s ease-in-out infinite}.join__blob--1{top:-40px;left:-60px;background:#7c3aed73}.join__blob--2{top:120px;right:-80px;background:#f1005866;animation-delay:-6s}.join__blob--3{bottom:-100px;left:35%;background:#4f46e559;animation-delay:-10s}@keyframes join-blob{0%,to{transform:translate(0) scale(1)}33%{transform:translate(28px,-36px) scale(1.08)}66%{transform:translate(-18px,26px) scale(.95)}}.join__hero-inner{position:relative;text-align:center;max-width:680px}.join__invite{display:inline-flex;align-items:center;gap:8px;padding:7px 14px;background:#fff;border:1px solid rgba(124,58,237,.25);border-radius:999px;box-shadow:var(--shadow-sm);font-size:13px;color:var(--text);margin-bottom:24px}.join__invite-dot{width:8px;height:8px;border-radius:50%;background:#7c3aed;animation:pulse-dot 1.6s ease-in-out infinite}.join__title{font-size:clamp(34px,5vw,56px);letter-spacing:-.03em;line-height:1.05;font-weight:700;margin:0 0 18px;color:var(--text)}.join__title-accent{display:block;background:linear-gradient(90deg,#7c3aed,#4f46e5,var(--bulle-primary));-webkit-background-clip:text;background-clip:text;color:transparent}.join__sub{font-size:clamp(15px,1.6vw,18px);color:var(--text-2);line-height:1.55;max-width:560px;margin:0 auto 32px}.join__download{display:flex;justify-content:center;margin-bottom:14px}.join__hint{font-size:13px;color:var(--text-3);margin:14px 0 0}.join__copy{margin-top:28px;max-width:460px;margin-left:auto;margin-right:auto}.join__copy-label{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-3);margin:0 0 8px;text-align:center}.join__copy-row{display:flex;gap:8px}.join__copy-row input{flex:1;padding:11px 14px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);font-size:13px;color:var(--text-2);font-family:Geist Mono,monospace;outline:none;min-width:0}.join__copy-row input:focus{border-color:var(--bulle-primary)}.join__copy-btn{padding:11px 20px;background:var(--bulle-primary);color:#fff;border:0;border-radius:var(--radius-card);font-size:14px;font-weight:600;cursor:pointer;transition:background .2s var(--ease-soft);white-space:nowrap}.join__copy-btn:hover{background:var(--bulle-primary-hover)}.join__copy-btn.is-copied{background:#10b981}.join__features,.join__ambition,.join__cta{padding:72px 0}.join__ambition{background:var(--bg-elevated);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.join__kicker{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--bulle-primary);text-align:center;margin:0 0 12px}.join__h2{font-size:clamp(26px,3.4vw,38px);font-weight:700;letter-spacing:-.02em;line-height:1.15;text-align:center;margin:0 0 36px;color:var(--text)}.join__grid{display:grid;grid-template-columns:1fr;gap:18px}@media (min-width: 768px){.join__grid{grid-template-columns:repeat(3,1fr)}}.join__card{padding:24px 26px;border-radius:var(--radius-menu);background:#fff;border:1px solid var(--border);display:flex;flex-direction:column;gap:10px}.join__card h3{font-size:17px;font-weight:700;margin:6px 0 0;color:var(--text)}.join__card p{font-size:14px;line-height:1.55;color:var(--text-2);margin:0}.join__card-icon{width:44px;height:44px;border-radius:var(--radius-card);display:inline-flex;align-items:center;justify-content:center}.join__card--purple{background:linear-gradient(180deg,#f5f1ff,#fff);border-color:#7c3aed33}.join__card--purple .join__card-icon{background:#7c3aed1f;color:#7c3aed}.join__card--red{background:linear-gradient(180deg,#fff1f4,#fff);border-color:#f1005833}.join__card--red .join__card-icon{background:#f100581f;color:var(--bulle-primary)}.join__card--indigo{background:linear-gradient(180deg,#eef2ff,#fff);border-color:#4f46e533}.join__card--indigo .join__card-icon{background:#4f46e51f;color:#4f46e5}.join__ambition-inner{max-width:720px}.join__ambition-text{font-size:16px;line-height:1.7;color:var(--text-2);margin:0 0 18px;text-align:left}.join__ambition-text strong{color:var(--text)}.join__cta-inner{max-width:680px;text-align:center}.join__cta-inner>p{font-size:16px;color:var(--text-2);margin:0 0 28px}.join__cta-download{display:flex;justify-content:center}.hello{background:var(--bg)}.hello__hero{padding:64px 0 56px;text-align:center;background:radial-gradient(circle at 50% 0%,rgba(241,0,88,.06),transparent 60%),var(--bg)}.hello__hero-inner{max-width:720px}.hello__chip{display:inline-block;padding:6px 14px;background:var(--bulle-primary-soft);color:var(--bulle-primary);border-radius:999px;font-size:13px;font-weight:600;margin-bottom:22px}.hello__title{font-size:clamp(34px,5.2vw,60px);letter-spacing:-.03em;line-height:1.05;font-weight:600;margin:0 0 18px;color:var(--text)}.hello__title-accent{color:var(--bulle-primary);font-style:italic;font-weight:700}.hello__sub{font-size:clamp(15px,1.5vw,17px);color:var(--text-2);line-height:1.6;max-width:580px;margin:0 auto 40px}.hello__download{margin:0 auto;padding:28px 24px;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-menu);max-width:460px;display:flex;flex-direction:column;gap:18px;align-items:center}.hello__download-title{font-size:17px;font-weight:600;letter-spacing:-.01em;margin:0;color:var(--text)}.hello__explore{display:inline-block;margin-top:26px;color:var(--text-2);text-decoration:none;font-size:14px;font-weight:500;transition:color .18s var(--ease-soft)}.hello__explore:hover{color:var(--bulle-primary)}.hello__principles{padding:64px 0 80px;background:var(--bg-elevated);border-top:1px solid var(--border)}.hello__h2{font-size:clamp(24px,3vw,32px);letter-spacing:-.02em;font-weight:700;text-align:center;margin:0 0 32px;color:var(--text)}.hello__grid{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width: 768px){.hello__grid{grid-template-columns:repeat(3,1fr)}}.hello__card{padding:22px 22px 24px;background:#fff;border:1px solid var(--border);border-radius:var(--radius-menu);display:flex;flex-direction:column;gap:8px}.hello__emoji{font-size:26px}.hello__card h3{font-size:16px;font-weight:700;margin:4px 0 0;color:var(--text)}.hello__card p{font-size:14px;line-height:1.55;color:var(--text-2);margin:0}.confirm{min-height:calc(100vh - 200px);padding:56px 16px 80px;display:flex;align-items:flex-start;justify-content:center;background:radial-gradient(circle at 50% 0%,rgba(241,0,88,.05),transparent 60%),var(--bg)}.confirm__card{width:100%;max-width:480px;padding:40px 28px 36px;background:#fff;border:1px solid var(--border);border-radius:var(--radius-menu);box-shadow:var(--shadow-md);text-align:center}.confirm__logo{display:inline-flex;justify-content:center;margin-bottom:22px}.confirm__state{display:flex;flex-direction:column;align-items:center;gap:14px}.confirm__state h1{font-size:24px;font-weight:700;letter-spacing:-.015em;color:var(--text);margin:6px 0 0}.confirm__error{color:var(--bulle-primary)}.confirm__body{font-size:15px;line-height:1.55;color:var(--text-2);margin:0;max-width:380px}.confirm__badge{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:#22c55e1f;border:1px solid rgba(34,197,94,.3);border-radius:999px;color:#16a34a;font-size:13px;font-weight:600}.confirm__open{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;background:var(--bulle-primary);color:#fff;border-radius:var(--radius-card);font-weight:600;font-size:15px;text-decoration:none;box-shadow:0 6px 18px #f100584d;transition:transform .2s var(--ease-spring),background .2s var(--ease-soft)}.confirm__open:hover{background:var(--bulle-primary-hover);transform:translateY(-2px)}.confirm__fallback{font-size:13px;color:var(--text-3);margin:6px 0 0}.confirm__download{width:100%;margin-top:22px;padding-top:22px;border-top:1px solid var(--border)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.share__loading{min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center}.share{min-height:calc(100vh - 200px);padding:56px 16px 80px;display:flex;align-items:flex-start;justify-content:center;background:radial-gradient(circle at 50% 0%,rgba(241,0,88,.05),transparent 60%),var(--bg)}.share__card{width:100%;max-width:480px;padding:36px 28px 28px;background:#fff;border:1px solid var(--border);border-radius:var(--radius-menu);box-shadow:var(--shadow-md);text-align:center}.share__title{font-size:22px;font-weight:700;letter-spacing:-.015em;color:var(--text);margin:0 0 10px}.share__body{font-size:15px;line-height:1.55;color:var(--text-2);margin:0 0 28px}.share__download{display:flex;flex-direction:column;gap:16px;align-items:center;padding-top:22px;border-top:1px solid var(--border)}.share__download-title{font-size:15px;font-weight:600;color:var(--text);margin:0}.share__home{display:inline-block;margin-top:22px}.partnership__head{display:flex;align-items:center;gap:16px;padding-bottom:20px;margin-bottom:8px;border-bottom:1px solid var(--border)}.partnership__creator-name{font-size:18px;font-weight:700;letter-spacing:-.01em}.partnership__creator-handle{font-size:14px;color:var(--text-3);text-decoration:none}.partnership__creator-handle:hover{color:var(--bulle-primary)}.partnership__title{margin-top:18px}.partnership__notice{font-size:14px;line-height:1.6;color:var(--text-2);background:var(--bulle-primary-soft);border-radius:var(--radius-menu);padding:14px 16px;margin:8px 0 24px}.partnership__success{margin-top:16px}.nf{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 64px);padding:32px 16px}.nf__card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;max-width:440px}.nf__code{font-size:clamp(72px,12vw,120px);font-weight:700;line-height:1;letter-spacing:-.04em;color:var(--bulle-primary)}.nf__card p{font-size:15px;max-width:360px;line-height:1.55}
