:root{color-scheme:light dark;--bg: #f5f5f7;--surface: #fff;--surface-soft: #ececf0;--text: #1d1d1f;--muted: #6e6e73;--line: rgba(0, 0, 0, .08);--blue: #0071e3;--blue-bright: #2997ff;--purple: #6f5cff;--shadow: 0 40px 100px rgba(26, 35, 50, .14), 0 8px 28px rgba(26, 35, 50, .08);--font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "PingFang SC", "Helvetica Neue", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;overflow-x:hidden;background:var(--bg);color:var(--text);font-family:var(--font);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}svg{display:block}.shell{width:min(1200px,calc(100% - 48px));margin-inline:auto}.section{padding:150px 0}.eyebrow{margin:0 0 20px;color:var(--blue);font-size:15px;font-weight:600;letter-spacing:.02em}.section-heading{max-width:800px;margin-bottom:72px}.section-heading.centered{margin-inline:auto;text-align:center}.section-heading h2,.tech-intro h2{margin:0;font-size:clamp(44px,6vw,72px);line-height:1.06;letter-spacing:-.045em;font-weight:600}.section-heading h2 span,.tech-intro h2 span{color:var(--muted)}.site-header{position:fixed;z-index:50;top:16px;width:100%;pointer-events:none}.nav{min-height:56px;display:flex;align-items:center;justify-content:space-between;padding:8px 10px 8px 16px;border:1px solid rgba(255,255,255,.58);border-radius:18px;background:#fafafcbd;box-shadow:0 8px 30px #0000000f;backdrop-filter:saturate(180%) blur(22px);pointer-events:auto}.brand{display:inline-flex;align-items:center;gap:10px;font-size:15px;font-weight:600;letter-spacing:-.01em}.brand-mark{width:32px;height:32px;display:grid;place-items:center;overflow:hidden;border:1px solid var(--line);border-radius:9px;background:#fff;box-shadow:0 2px 8px #00000014}.brand-mark img{width:100%;height:100%;object-fit:cover}.nav-links{display:flex;align-items:center;gap:34px;color:#4b4b50;font-size:13px}.nav-links a,.nav-github{transition:color .2s ease}.nav-links a:hover,.nav-github:hover{color:var(--blue)}.nav-actions{display:flex;align-items:center;gap:20px;font-size:13px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;gap:8px;border-radius:999px;font-size:15px;font-weight:500;transition:transform .25s ease,background .25s ease,box-shadow .25s ease}.button:hover{transform:translateY(-2px)}.button-small{min-height:38px;padding-inline:18px;color:#fff;background:var(--blue)}.button-primary{color:#fff;background:var(--blue);box-shadow:0 10px 28px #0071e33d}.button-primary:hover{background:#0077ed;box-shadow:0 14px 34px #0071e352}.button-primary svg{width:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.button-secondary{border:1px solid var(--line);background:#ffffffad}.hero{position:relative;min-height:100vh;padding:180px 0 90px;overflow:hidden;background:linear-gradient(180deg,#fff 0%,var(--bg) 72%)}.hero-glow{position:absolute;top:-180px;left:50%;width:900px;height:650px;transform:translate(-50%);opacity:.52;filter:blur(20px);background:radial-gradient(ellipse at 32% 40%,rgba(43,145,255,.27),transparent 52%),radial-gradient(ellipse at 70% 35%,rgba(123,92,255,.21),transparent 50%);pointer-events:none}.hero-content{position:relative;z-index:1;text-align:center}.hero-content h1{margin:0 auto;max-width:970px;font-size:clamp(58px,8.5vw,106px);line-height:.98;letter-spacing:-.065em;font-weight:600}.hero-content h1 span{color:transparent;background:linear-gradient(92deg,#087cf0 20%,#695cff 75%);background-clip:text;-webkit-background-clip:text}.hero-copy{max-width:660px;margin:32px auto 0;color:var(--muted);font-size:clamp(18px,2vw,22px);line-height:1.5;letter-spacing:-.02em}.hero-actions{display:flex;justify-content:center;gap:12px;margin-top:38px}.hero-note{margin:16px 0 0;color:#86868b;font-size:13px}.hero-stage{position:relative;margin-top:82px;perspective:1200px}.hero-stage:before{content:"";position:absolute;inset:12% 8% -8%;border-radius:50%;background:linear-gradient(90deg,#0071e347,#6f5cff3d);filter:blur(70px)}.window{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.9);border-radius:22px;background:#fff;box-shadow:var(--shadow);transform:rotateX(1.2deg)}.window-bar{height:44px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 16px;border-bottom:1px solid #e7e7e9;color:#86868b;font-size:12px;background:#fafafa}.traffic{display:flex;gap:7px}.traffic i,.mini-bar i{width:10px;height:10px;border-radius:50%;background:#ff5f57}.traffic i:nth-child(2),.mini-bar i:nth-child(2){background:#febc2e}.traffic i:nth-child(3),.mini-bar i:nth-child(3){background:#28c840}.window img{width:100%;height:auto;aspect-ratio:1195 / 798;object-fit:contain}.hero-enter{opacity:0;animation:hero-in .8s cubic-bezier(.22,1,.36,1) forwards}.delay-1{animation-delay:.08s}.delay-2{animation-delay:.16s}.delay-3{animation-delay:.24s}.delay-4{animation-delay:.34s}@keyframes hero-in{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.feature-card{position:relative;min-height:470px;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;padding:42px;border-radius:30px;background:var(--surface)}.feature-card h3{max-width:540px;margin:8px 0 14px;font-size:clamp(30px,4vw,46px);line-height:1.08;letter-spacing:-.04em;font-weight:600}.feature-card p:not(.card-label){max-width:520px;margin:0;color:var(--muted);font-size:17px}.feature-wide{grid-column:span 2;min-height:500px}.card-label{margin:0;color:var(--blue);font-size:14px;font-weight:600}.feature-icon{position:relative;z-index:2;width:54px;height:54px;display:grid;place-items:center;border-radius:16px;color:var(--blue);background:#0071e317}.feature-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.feature-upload{color:#f5f5f7;background:#101116}.feature-upload p:not(.card-label){color:#a7a7ad}.feature-upload .feature-icon{background:#2997ff24;color:#2997ff}.upload-visual{position:absolute;right:5%;top:50%;width:42%;height:62%;transform:translateY(-50%)}.upload-visual span{position:absolute;width:118px;aspect-ratio:1;display:grid;place-items:center;border:1px solid rgba(255,255,255,.16);border-radius:24px;color:#fff;font-size:13px;font-weight:600;background:#ffffff12;box-shadow:0 22px 55px #0000004d;backdrop-filter:blur(15px)}.upload-visual span:first-child{left:2%;top:15%;transform:rotate(-8deg)}.upload-visual span:nth-child(2){left:34%;top:2%;transform:rotate(5deg)}.upload-visual span:nth-child(3){right:2%;top:26%;transform:rotate(10deg)}.upload-visual i{position:absolute;left:45%;bottom:0;width:72px;height:72px;border-radius:50%;background:var(--blue);box-shadow:0 0 50px #0071e38c}.feature-upload>div:nth-child(2),.feature-theme>div:nth-child(2){position:relative;z-index:2;width:48%}.feature-manage{background:linear-gradient(145deg,#e9f4ff,#f8fbff)}.feature-history{background:linear-gradient(145deg,#f3efff,#faf9ff)}.feature-album{background:linear-gradient(145deg,#eefaf5,#f9fcfb)}.feature-theme{color:#fff;background:linear-gradient(145deg,#153c71,#342d72 55%,#162139)}.feature-theme p:not(.card-label){color:#c9c9df}.feature-theme .card-label{color:#8cc7ff}.theme-orbit{position:absolute;right:8%;top:50%;width:280px;height:280px;border:1px solid rgba(255,255,255,.2);border-radius:50%;transform:translateY(-50%)}.theme-orbit:before,.theme-orbit:after{content:"";position:absolute;inset:34px;border:1px solid rgba(255,255,255,.13);border-radius:inherit}.theme-orbit:after{inset:68px}.theme-orbit i{position:absolute;inset:85px;border-radius:50%;background:linear-gradient(145deg,#fff 48%,#111 50%);box-shadow:0 0 70px #679eff73}.showcase-section{background:#09090b;color:#f5f5f7}.showcase-section .section-heading h2 span{color:#8e8e93}.showcases{display:grid;gap:120px}.showcase{display:grid;grid-template-columns:minmax(220px,.72fr) minmax(0,1.55fr);align-items:center;gap:70px}.showcase-reverse{grid-template-columns:minmax(0,1.55fr) minmax(220px,.72fr)}.showcase-reverse .showcase-copy{order:2}.showcase-copy h3{margin:18px 0;font-size:clamp(34px,4.5vw,58px);line-height:1.05;letter-spacing:-.045em;font-weight:600}.showcase-copy p{margin:0;color:#a1a1a6;font-size:18px}.showcase-index{color:#2997ff;font-size:13px;font-variant-numeric:tabular-nums}.screenshot-frame{min-width:0;overflow:hidden;align-self:center;border:1px solid rgba(255,255,255,.14);border-radius:20px;background:#1a1a1c;box-shadow:0 38px 80px #0000006b}.screenshot-frame img{width:100%;height:auto;aspect-ratio:1195 / 798;object-fit:contain}.mini-bar{height:34px;display:flex;align-items:center;gap:6px;padding-left:12px;background:#222225}.mini-bar i{width:8px;height:8px}.settings-strip{position:relative;overflow:hidden;min-height:500px;display:grid;grid-template-columns:.8fr 1.3fr;align-items:center;gap:30px;margin-top:130px;padding:58px 0 58px 58px;border-radius:30px;background:linear-gradient(135deg,#f5f5f7,#dde6f3);color:#1d1d1f}.settings-strip h3{margin:8px 0 16px;font-size:clamp(34px,4vw,52px);line-height:1.06;letter-spacing:-.04em}.settings-strip p:not(.card-label){color:#6e6e73;font-size:17px}.settings-image{min-width:0;overflow:hidden;margin-right:-13%;border:1px solid rgba(0,0,0,.08);border-radius:18px 0 0 18px;box-shadow:0 30px 70px #192a4033}.settings-image img{width:100%;height:auto;aspect-ratio:1195 / 798;object-fit:contain}.tech-section{background:var(--surface)}.tech-intro{max-width:850px}.tech-intro>p:last-child{max-width:660px;margin:28px 0 0;color:var(--muted);font-size:20px}.stack-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:80px;border-top:1px solid var(--line);border-left:1px solid var(--line)}.stack-item{min-height:150px;display:flex;align-items:center;gap:18px;padding:28px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.stack-mark{width:52px;height:52px;flex:0 0 auto;display:grid;place-items:center;border-radius:15px;color:#fff;font-size:16px;font-weight:600;background:linear-gradient(145deg,#26262a,#000)}.stack-item strong,.stack-item small{display:block}.stack-item strong{font-size:17px;font-weight:600}.stack-item small{margin-top:3px;color:var(--muted);font-size:13px}.platform-line{display:flex;justify-content:space-between;align-items:center;margin-top:42px;color:var(--muted);font-size:14px}.platform-line div{display:flex;align-items:center;gap:14px}.platform-line i{width:3px;height:3px;border-radius:50%;background:#b2b2b7}.download-section{padding-bottom:90px}.download-panel{position:relative;overflow:hidden;padding:100px 70px 58px;border-radius:36px;color:#fff;background:#080a10}.download-glow{position:absolute;inset:-80% 0 auto;height:170%;background:radial-gradient(ellipse,rgba(0,113,227,.36),transparent 62%);pointer-events:none}.download-heading{position:relative;max-width:820px;margin:0 auto;text-align:center}.download-heading .eyebrow{color:#76baff}.download-heading h2{margin:0;font-size:clamp(46px,6vw,74px);line-height:1.03;letter-spacing:-.05em}.download-heading>p:last-child{max-width:620px;margin:24px auto 0;color:#aaaab1;font-size:19px}.platform-downloads{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:64px}.platform-downloads a{min-height:96px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:18px;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:#ffffff12;transition:transform .25s ease,background .25s ease,border-color .25s ease}.platform-downloads a:hover{transform:translateY(-4px);border-color:#ffffff38;background:#ffffff1c}.platform-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:#ffffff1a}.platform-icon svg{width:25px;height:25px;fill:currentColor;stroke:none}.platform-icon svg path+path{fill:none;stroke:#080a10;stroke-width:1.4;stroke-linecap:round}.platform-downloads strong,.platform-downloads small{display:block}.platform-downloads strong{font-size:16px}.platform-downloads small{margin-top:3px;color:#9e9ea5;font-size:12px}.download-arrow{width:19px;fill:none;stroke:#9e9ea5;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.release-note{position:relative;margin:28px 0 0;color:#85858b;text-align:center;font-size:12px}.site-footer{padding:70px 0 30px;background:var(--surface)}.footer-main{display:flex;justify-content:space-between;padding-bottom:64px}.footer-brand p{margin:16px 0 0;color:var(--muted);font-size:14px}.footer-links{display:flex;gap:100px}.footer-links div{display:flex;flex-direction:column;gap:10px;min-width:100px;font-size:14px}.footer-links div>span{margin-bottom:4px;color:var(--muted);font-size:12px}.footer-links a:hover{color:var(--blue)}.footer-bottom{display:flex;justify-content:space-between;padding-top:22px;border-top:1px solid var(--line);color:var(--muted);font-size:12px}[data-reveal]{opacity:0;transform:translateY(28px);transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1);transition-delay:var(--delay, 0ms)}[data-reveal].is-visible{opacity:1;transform:translateY(0)}@media(max-width:900px){.section{padding:110px 0}.nav-links{display:none}.feature-card,.feature-wide{grid-column:span 1;min-height:430px}.feature-upload>div:nth-child(2),.feature-theme>div:nth-child(2){width:65%}.upload-visual{opacity:.5;right:-6%;width:52%}.theme-orbit{right:-80px;opacity:.75}.showcase,.showcase-reverse{grid-template-columns:1fr;gap:35px}.showcase-reverse .showcase-copy{order:0}.showcases{gap:90px}.settings-strip{grid-template-columns:1fr;padding:46px 0 0 46px}.settings-strip>div:first-child{padding-right:46px}.settings-image{margin-right:-8%}.stack-grid{grid-template-columns:repeat(2,1fr)}.download-panel{padding:80px 38px 45px}.platform-downloads{grid-template-columns:1fr;max-width:480px;margin-inline:auto}}@media(max-width:600px){.shell{width:min(100% - 32px,1200px)}.section{padding:88px 0}.site-header{top:10px}.nav{min-height:52px;border-radius:16px}.brand-mark{width:30px;height:30px}.nav-github{display:none}.button-small{min-height:36px;padding-inline:16px}.hero{min-height:auto;padding:142px 0 70px}.hero-content h1{font-size:clamp(50px,15vw,72px)}.hero-copy{font-size:17px}.hero-actions{flex-direction:column;align-items:stretch;max-width:300px;margin-inline:auto}.hero-stage{width:calc(100% - 16px);margin-top:58px}.window{border-radius:13px}.window-bar{height:30px}.window-bar span{display:none}.traffic i{width:7px;height:7px}.section-heading{margin-bottom:50px}.section-heading h2,.tech-intro h2{font-size:42px}.feature-grid{grid-template-columns:1fr;gap:14px}.feature-card,.feature-wide{min-height:410px;padding:30px;border-radius:24px}.feature-card h3{font-size:32px}.feature-upload>div:nth-child(2),.feature-theme>div:nth-child(2){width:100%}.upload-visual{top:18%;right:-30%;width:80%;transform:scale(.72)}.theme-orbit{top:8%;right:-120px;transform:scale(.7)}.showcase-copy h3{font-size:36px}.screenshot-frame{border-radius:14px}.mini-bar{height:26px}.settings-strip{min-height:0;margin-top:88px;padding:34px 0 0 28px;border-radius:24px}.settings-strip>div:first-child{padding-right:28px}.settings-strip h3{font-size:34px}.settings-image{margin-top:24px;margin-right:-25%}.stack-grid{grid-template-columns:1fr;margin-top:55px}.stack-item{min-height:110px}.platform-line{align-items:flex-start;flex-direction:column;gap:18px}.platform-line div{gap:9px}.download-section{padding:16px 0}.download-section .shell{width:calc(100% - 20px)}.download-panel{padding:70px 18px 34px;border-radius:28px}.download-heading h2{font-size:45px}.download-heading>p:last-child{font-size:17px}.platform-downloads{margin-top:48px}.footer-main{flex-direction:column;gap:56px}.footer-links{justify-content:space-between;gap:30px}.footer-bottom{gap:12px;flex-direction:column}}@media(prefers-color-scheme:dark){:root{--bg: #08080a;--surface: #111113;--surface-soft: #1c1c1e;--text: #f5f5f7;--muted: #a1a1a6;--line: rgba(255,255,255,.1)}.nav{border-color:#ffffff1a;background:#161618b8}.nav-links{color:#c7c7cc}.button-secondary{background:#ffffff14}.hero{background:linear-gradient(180deg,#111114 0%,var(--bg) 72%)}.feature-manage{background:linear-gradient(145deg,#122334,#111820)}.feature-history{background:linear-gradient(145deg,#211b32,#17151e)}.feature-album{background:linear-gradient(145deg,#15261f,#121917)}.tech-section,.site-footer{background:#111113}.stack-mark{background:linear-gradient(145deg,#3a3a3e,#202023)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.hero-enter,[data-reveal]{opacity:1;transform:none}}
