@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";@font-face{font-family:Dancing Script Custom;src:url(/assets/DancingScript-Regular-BfvM1EuJ.ttf) format("truetype");font-weight:400;font-style:normal}:root{color-scheme:light;--bg-main: #f7f7fb;--bg-hero: #ffffff;--bg-purple: #191132;--bg-section: #f9f9fc;--accent: #ff2f68;--accent-soft: rgba(255, 47, 104, .16);--text-main: #111111;--text-muted: #55556a;--border-subtle: rgba(15, 23, 42, .06)}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;background:var(--bg-main);color:var(--text-main);overflow-x:hidden}.page-root{min-height:100vh;scroll-behavior:smooth;background:var(--bg-main)}.section{min-height:100vh;padding:72px 7vw;display:flex;align-items:center;position:relative}.hero-section{overflow:hidden;background:#fbfafb;padding-left:55px;padding-right:55px;box-sizing:border-box}.hero-bg-layer{display:none}.hero-content{position:relative;max-width:1300px;margin:0 auto 132px;padding:0 9px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:0;height:100%}.hero-content-light{text-align:center}.hero-title-block{position:relative;z-index:2;width:100%;max-width:100%;margin-bottom:23px;text-align:center}.hero-title-primary,.hero-title-secondary{font-size:clamp(45px,8vw,90px);line-height:1.1;margin:0;font-weight:700}.hero-title-primary{color:#db073d;white-space:nowrap;margin-bottom:-.35em}.hero-title-secondary{color:transparent}.hero-title-with-sweep{position:relative;display:inline-block}.hero-highlight-base{position:relative;z-index:1;color:#fff}.hero-highlight-sweep{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;color:transparent;background-image:linear-gradient(90deg,#ff285f00,#ff285f26 40%,#ff285f,#ff285f26 60%,#ff285f00);background-repeat:no-repeat;background-size:20% 100%;background-position:-20% 0;-webkit-background-clip:text;background-clip:text;animation:heroSweep 3s linear infinite}@keyframes heroSweep{0%{background-position:-20% 0}to{background-position:120% 0}}.hero-media{position:relative;z-index:1;width:100%;display:flex;justify-content:center;margin-top:calc(-7.5rem + 15px)}.hero-media-frame{position:relative;width:min(1900px,200vw);aspect-ratio:1392 / 568;border-radius:0;overflow:hidden;box-shadow:0 30px 80px #0f172a59}.hero-media-asset{display:block;width:100%;height:auto;object-fit:cover}.hero-media-placeholder{display:block;width:100%;aspect-ratio:12 / 5;background:#0000000f;border-radius:0;margin-top:40px}.hero-media-video{display:block;width:100%;height:100%;object-fit:cover;border-radius:0}.hero-media-glow{position:absolute;inset-inline:12%;bottom:-40px;height:120px;background:radial-gradient(circle at top,rgba(255,248,234,.9),transparent);filter:blur(14px);z-index:-1}.hero-cards-strip{width:100%;max-width:min(1120px,88vw);margin:24px auto 0;padding:20px 0;background:#28262deb;border-radius:24px;overflow-x:auto;overflow-y:hidden}.hero-cards-track{display:flex;gap:16px;padding:0 20px;justify-content:flex-start;min-width:min-content}.hero-card{flex-shrink:0;width:180px;height:240px;border-radius:20px;background:#ffffff14}.hero-statement{margin-top:24px;display:flex;flex-direction:column;align-items:center;gap:6px;font-size:20px;line-height:1.5}.hero-statement-line{margin:0}.hero-statement-accent{color:#e51a5f}.site-header{position:fixed;top:0;left:0;right:0;height:64px;display:flex;align-items:center;background:#ffffffeb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(15,23,42,.06);z-index:20}.site-header-inner{max-width:1120px;margin:0 auto;padding:0 24px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}.site-header-left{display:inline-flex;align-items:center;gap:8px}.site-logo-mark{height:84px;width:auto;display:block}.site-logo-text{font-weight:600;font-size:16px}.site-nav{display:inline-flex;align-items:center;gap:20px;flex:1;justify-content:center}.site-nav-link{border:none;background:transparent;padding:6px 2px;font-size:14px;color:#4b4b62;cursor:pointer}.site-nav-link.is-active{color:#111;font-weight:600;position:relative}.site-nav-link.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:2px;border-radius:999px;background:linear-gradient(90deg,#ff285f,#ff7a3b)}.site-header-right{display:inline-flex;align-items:center}.site-cta-button{border:none;border-radius:999px;padding:8px 18px;font-size:14px;font-weight:600;background:linear-gradient(120deg,#ff285f,#ff7a3b);color:#fff;cursor:pointer;box-shadow:0 12px 30px #ef444459}.section.hero-section{padding-top:136px}.feature-section{background:var(--bg-section);border-block:1px solid var(--border-subtle)}.feature-purple{background:linear-gradient(180deg,#3a3152,#2f2743)}.feature-inner{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:56px;align-items:center}.feature-copy{max-width:560px}.feature-kicker{font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin-bottom:10px}.feature-title{font-size:clamp(28px,3vw,36px);margin:0 0 12px}.feature-subtitle{margin:0;color:var(--text-muted);font-size:15px;line-height:1.7}.feature-media-placeholder{border-radius:24px;border:1px dashed rgba(255,255,255,.16);background:radial-gradient(circle at top left,var(--accent-soft),transparent),#0a0a1ee6;min-height:220px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:14px}.research-main-image-card{width:260px;max-width:260px;border-radius:28px;padding:14px;background:#f1efdf;box-shadow:0 14px 36px #28283c14}.collection-section .feature-inner{display:block}.collection-section{position:relative;background:#c5b4b2}.collection-inner{width:min(1120px,72vw);margin:0 auto;padding-left:0;display:grid;grid-template-columns:minmax(360px,520px) 460px;gap:56px;align-items:center;position:relative;z-index:2}.collection-sidebar{width:170px;height:100%;background:#d7dac7;display:flex;flex-direction:column;overflow:hidden;border-right:1px solid rgba(60,60,60,.15)}.floating-sidebar{position:fixed;left:0;top:64px;width:170px;height:calc(100vh - 64px);z-index:20}.collection-logo-mark{width:24px;height:24px;border-radius:999px;background:conic-gradient(from 180deg,#ffcd3c,#ff2f68,#ff7a3b,#ffcd3c)}.collection-sidebar-title{font-size:10px;font-weight:600;color:#3b4030}.collection-sidebar-item{border:none;background:transparent;color:#6d725e;text-align:left;padding:6px 8px;border-radius:8px;font-size:12px;cursor:pointer}.research-section{background:#c5b4b2;align-items:stretch}.research-shell{width:min(1240px,96vw);margin:0 auto;display:grid;grid-template-columns:64px 1fr;gap:24px;align-items:stretch}.research-mini-sidebar{position:sticky;top:72px;height:calc(100vh - 96px);display:flex;flex-direction:column;justify-content:space-between;background:#f3f1fb;border-radius:18px;padding:14px 10px;box-shadow:0 14px 30px #281e5033}.research-mini-brand{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.research-logo-mark{width:26px;height:26px;border-radius:999px;background:conic-gradient(from 180deg,#ffcf3f,#ff4b6e,#7a8bff,#ffcf3f)}.research-mini-brand-text{font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#5c566b}.research-mini-toggle{border:none;background:#fff;width:26px;height:26px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-size:16px;color:#5c566b;box-shadow:0 6px 16px #281e5040;cursor:pointer}.research-main{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.9fr);gap:32px;align-items:flex-start}.research-theme-panel{background:transparent;border-radius:0;padding:0;box-shadow:none}.research-title{margin:0 0 20px;font-size:32px;letter-spacing:.04em;font-weight:700;color:#4a3f57}.research-theme-layout{display:grid;grid-template-columns:auto minmax(0,1fr);gap:28px;align-items:center}.research-main-image-card{width:240px;max-width:240px;border-radius:28px;padding:14px;background:#f1efdf;box-shadow:0 14px 36px #28283c14}.research-main-image-card img{display:block;width:100%;height:auto;border-radius:18px;object-fit:cover}.research-copy-column{display:flex;flex-direction:column;gap:22px}.research-description{margin:0;font-size:15px;line-height:1.7;color:#4c4155;max-width:460px}.research-description span{color:#c52658;font-weight:600}.research-thumb-row{display:flex;align-items:center;gap:14px}.research-thumb-card{width:80px;aspect-ratio:3 / 4;border-radius:14px;overflow:hidden;background:#f7f2f7;box-shadow:0 8px 18px #46285a38}.research-thumb-card img{width:100%;height:100%;object-fit:cover;display:block}.research-tool-row{margin-top:20px;display:flex;align-items:center;gap:10px}.research-tool-dot,.research-tool-square,.research-tool-pen,.research-tool-mic{display:inline-flex;align-items:center;justify-content:center}.research-tool-dot{width:26px;height:26px;border-radius:999px;background:conic-gradient(from 180deg,#ffcf3f,#ff4b6e,#7a8bff,#ffcf3f)}.research-tool-square{width:20px;height:20px;border-radius:6px;border:1px solid rgba(110,90,110,.8)}.research-tool-pen,.research-tool-mic{width:22px;height:22px;border-radius:999px;border:1px solid rgba(110,90,110,.7)}.research-search-panel{background:#5d576f;border-radius:26px;padding:18px 18px 16px;box-shadow:0 18px 45px #281e508c;display:flex;flex-direction:column;gap:16px;height:100%;min-height:100%}.research-search-bar{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:999px;background:#ffffff29;position:sticky;top:0;z-index:2}.research-search-icon{font-size:16px;color:#ffffffd9}.research-search-text{font-size:13px;color:#ffffffe6}.research-result-list{display:flex;flex-direction:column;gap:10px;padding-right:4px;overflow-y:auto;flex:1}.research-result-card{display:grid;grid-template-columns:92px minmax(0,1fr);gap:10px;align-items:center;padding:8px 10px;border-radius:16px;background:#f4f2f4}.research-result-thumb{width:92px;height:68px;border-radius:14px;overflow:hidden}.research-result-thumb img{width:100%;height:100%;object-fit:cover;display:block}.research-result-body{display:flex;flex-direction:column;gap:4px}.research-result-title{margin:0;font-size:13px;font-weight:600;color:#3a323a}.research-result-desc{margin:0;font-size:11px;line-height:1.5;color:#6b6470}@media(max-width:1024px){.research-shell{grid-template-columns:1fr}.research-mini-sidebar{position:relative;top:0;height:auto;flex-direction:row;align-items:center;padding:10px 12px}.research-main{grid-template-columns:minmax(0,1fr)}.research-theme-panel{order:1}.research-search-panel{order:2}}.workflow-slides-section{position:relative;height:100vh;overflow:hidden;background-color:#9f8c8c;background-image:url(/assets/_F32430E7-1A94-4046-A832-F7BEB828DF96_-CmZZ-qx5.png);background-size:cover;background-position:center;background-repeat:no-repeat;background-blend-mode:soft-light}.workflow-slides-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/assets/Rectangle%2069-CtFCsZE-.png);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.55;pointer-events:none;z-index:0}.workflow-shell{position:relative;z-index:1}.workflow-shell{width:min(1240px,96vw);height:100%;margin:0 auto;display:grid;grid-template-columns:340px minmax(0,1fr);gap:56px;align-items:center}.workflow-list-column{display:flex;flex-direction:column;gap:32px;color:#ffffffdb;margin-left:-25px;margin-top:-15px}.workflow-list-header{display:flex;flex-direction:column;gap:8px;margin-top:10px}.workflow-list-title{margin:0;font-size:28px;font-weight:700}.workflow-list-subtitle{margin:0;font-size:14px;color:#ffffffc7}.workflow-list{list-style:none;margin:20px;padding:0;display:flex;flex-direction:column;gap:0px}.workflow-list-item{cursor:pointer;transition:transform .3s ease,opacity .3s ease,box-shadow .3s ease;opacity:.82;transform:scale(.7);display:flex;flex-direction:column;align-items:center}.workflow-list-thumb-wrap{padding:4px}.workflow-list-thumb{width:220px;height:141px;flex-shrink:0;border-radius:18px;background:#1c1c1e;overflow:hidden;clip-path:inset(0px round 18px);transform:translateZ(0)}.workflow-list-thumb-slot{position:relative;width:100%;height:100%;border-radius:inherit;overflow:hidden}.workflow-list-thumb-slot:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;pointer-events:none;border-radius:inherit;z-index:1}.workflow-list-thumb img{display:block;width:100%;height:100%;object-fit:cover;object-position:center top;filter:brightness(.55);transition:transform .3s ease,filter .3s ease}.workflow-list-item.is-active{transform:scale(1.3);opacity:1}.workflow-list-caption{margin-top:8px;width:100%;display:block;font-size:20px;font-weight:600;color:#fff9f9cc;text-align:center;transform:translate(-30px)}.workflow-list-item.is-active .workflow-list-thumb-slot img{filter:brightness(.82)}.workflow-slides-viewport{position:relative;width:100%;height:100%}.workflow-slide{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;transition:transform .7s ease,opacity .7s ease;opacity:0;pointer-events:none}.workflow-slide.active{transform:translateY(0);opacity:1;pointer-events:auto;z-index:2}.workflow-slide.prev{transform:translateY(-100%);opacity:0;z-index:1}.workflow-slide.next{transform:translateY(100%);opacity:0;z-index:1}.workflow-slide-inner{width:min(1200px,88vw);display:flex;align-items:center;justify-content:center;margin-top:-160px}.workflow-detail-card{width:920px;height:500px;margin-top:40px;margin-left:180px;border-radius:28px;background:#00000080;box-shadow:0 24px 80px #00000059;padding:24px;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.workflow-mini-root{transform:scale(.8);transform-origin:center}.workflow-footer{position:absolute;left:65%;bottom:30px;transform:translate(-50%);margin-left:60px;width:min(900px,80vw);color:#fbfafbf2;text-align:left;z-index:3;pointer-events:auto}.workflow-footer-inner{display:flex;flex-direction:column;gap:6px}.workflow-footer-title{margin:0;font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;font-size:26px;font-weight:700}.workflow-footer-description{margin:18px 0 0;max-width:857px;font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;font-size:16px;font-weight:400;line-height:normal;color:#fbfafb}.workflow-footer-button{margin-top:8px;align-self:flex-start;padding:10px 40px;border-radius:999px;border:1px solid #fbfafb;background:transparent;color:#fbfafb;font-size:16px;font-weight:600;cursor:pointer}.workflow-mini-research,.sketch-canvas{position:relative;width:100%;height:100%}.sketch-main-card{position:absolute;top:50%;left:50%;transform:translate(calc(-50% + 100px),calc(-50% + 110px));width:300px;height:420px;border-radius:28px;box-shadow:0 22px 60px #000000a6}.sketch-main-card img{width:100%;height:100%;border-radius:inherit;object-fit:cover;display:block}.sketch-side-card{position:absolute;width:130px;height:180px;border-radius:20px;background:#f8f8fb;box-shadow:0 18px 40px #0000008c}.sketch-side-card img:not(.sketch-left-dot){width:100%;height:100%;border-radius:inherit;object-fit:cover;display:block}.sketch-side-left{left:-155px;bottom:120px;transform:scale(.8);transform-origin:center}.sketch-left-dot{position:absolute;right:-150px;top:50%;transform:translateY(-50%);width:50px;height:50px;object-fit:contain;pointer-events:none}.sketch-side-top{right:340px;top:-90px;width:238px;height:151px}.sketch-note-card{position:absolute;width:190px;min-height:68px;padding:10px 14px;border-radius:10px;background:#fffffff2;box-shadow:0 12px 30px #00000080}.sketch-note-top{top:40px;right:40px;background:#e2ebf1}.sketch-note-bottom{bottom:-14px;left:260px;z-index:3}.sketch-note-text{margin:0;font-size:11px;line-height:1.5;color:#4c4a55}.sketch-note-bottom{background:#e2ebf1}.sketch-note-bottom .sketch-note-text,.sketch-note-top .sketch-note-text{color:#7a6f6c;font-size:13px;font-family:Dancing Script Custom,Manrope,system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;text-align:center}.sketch-glow-dot{position:absolute;left:120px;top:48%;width:24px;height:24px;border-radius:999px;background:radial-gradient(circle at center,#b5ff5b,#4fe000 40%,#0a4a00);box-shadow:0 0 22px #b5ff5bd9}.research-slide-left,.research-slide-right{position:absolute;top:24px;bottom:24px;display:flex;flex-direction:column}.research-slide-left{left:10px;width:32%;color:#3f3346}.research-slide-title{margin:0 0 10px;font-size:30px;letter-spacing:.04em;font-weight:700}.research-slide-paragraph{margin:0;font-size:14px;line-height:1.7;color:#4c4155}.research-slide-paragraph span{color:#a53855;font-weight:600}.research-slide-thumb-row{display:flex;gap:0;margin-top:22px}.research-slide-thumb{flex:1;max-width:36px;aspect-ratio:1 / 1;border-radius:16px;background:#fff;box-shadow:0 6px 16px #281e5033}.research-slide-main-card{margin-top:26px;width:100%;max-width:210px;height:230px;border-radius:24px;background:#f1efdf;background-image:url(/assets/IMG_6425%201-DxfLSXiB.png);background-size:cover;background-position:center;background-repeat:no-repeat;box-shadow:0 16px 40px #281e5047}.research-slide-tool-row{margin-top:18px;display:flex;align-items:center;gap:10px}.research-slide-tool-dot{width:24px;height:24px;border-radius:999px;background:conic-gradient(from 180deg,#ffcf3f,#ff4b6e,#7a8bff,#ffcf3f)}.research-slide-tool-square{width:20px;height:20px;border-radius:6px;border:1px solid rgba(110,90,110,.8);background:#f5f0f6}.research-slide-tool-circle{width:22px;height:22px;border-radius:999px;border:1px solid rgba(110,90,110,.7);background:#f7f4fce6}.research-slide-right{right:24px;width:64%;padding:18px 20px 20px;border-radius:26px;background:#00000080;gap:18px}.research-slide-searchbar{width:100%;height:32px;border-radius:30px;background:#f5f5f54d;display:flex;align-items:center;padding-inline:22px}.research-slide-search-label{font-size:18px;color:#f5f5f5;letter-spacing:.04em}.research-slide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:150px;gap:14px}.research-slide-grid-card{border-radius:20px;background:#fff;background-size:cover;background-position:center;background-repeat:no-repeat;box-shadow:0 10px 26px #00000052}.research-slide-grid-card:nth-child(1){background-image:url(/assets/macro-photograph-of-a-hand%201-CRLdxsIo.png)}.research-slide-grid-card:nth-child(2){background-image:url(/assets/IMG_6424%201-D-j1eGlk.png)}.research-slide-grid-card:nth-child(3){background-image:url(/assets/retro-futuristic-botanical-science-poster-of%201-C3yHNBq9.png)}.research-slide-grid-card:nth-child(4){background-image:url(/assets/minimal-conceptual-wall-with-a%201-U9oEGrtl.png)}.research-slide-grid-card:nth-child(5){background-image:url("/assets/minimalist-painting-of-a-large%20(1)%201-9vc6yiZO.png")}.research-slide-grid-card:nth-child(6){background-image:url(/assets/graphic-poster-layout-with-a%201-C6a-29VR.png)}.research-slide-result-card{margin-top:auto;display:grid;grid-template-columns:110px minmax(0,1fr);gap:12px;padding:10px 12px;border-radius:18px;background:#f4f2f4f5}.research-slide-result-thumb{width:110px;height:80px;border-radius:14px;background:#fff}.research-slide-result-body{display:flex;flex-direction:column;gap:6px;justify-content:center}.research-slide-result-title-bar{width:72%;height:16px;border-radius:999px;background:#4646464d}.research-slide-result-text-bar{width:100%;height:12px;border-radius:999px;background:#72727240}.workflow-mini-inspos-canvas{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px}.inspos-caption{color:#fff9f999;font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;font-size:26px;font-weight:500;line-height:normal;letter-spacing:-.26px;margin-top:-30px;display:inline-flex;align-items:center;gap:14px}.inspos-caption-green-dot{width:43px;height:43px;object-fit:contain;pointer-events:none;flex-shrink:0}.inspos-placeholder-grid{width:720px;display:grid;grid-template-columns:repeat(5,1fr);row-gap:52px;column-gap:38px;margin-left:-50px}.inspos-placeholder-card{width:144px;height:198px;border-radius:18px;background:#ffffff24}.inspos-placeholder-card img{width:100%;height:100%;border-radius:inherit;object-fit:cover;display:block}.inspos-sidebar{position:absolute;left:-135px;top:-35px;width:140px;height:800px;border-radius:24px;background:#fbf9eccc;display:flex;flex-direction:column;padding:16px 10px 20px;gap:16px}.inspos-sidebar-header{display:flex;align-items:center;justify-content:space-between}.inspos-sidebar-logo{width:26px;height:26px;border-radius:8px;background:radial-gradient(circle at 30% 30%,#ffe45a,#ff9b54 45%,#ef5b6c)}.inspos-sidebar-close{border:none;background:transparent;font-size:14px;line-height:1;color:#00000080;cursor:pointer}.inspos-sidebar-section-title{margin:0 0 6px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;font-size:12px;font-weight:600;color:#0009}.inspos-sidebar-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px;font-size:12px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;color:#00000080}.inspos-sidebar-list li.is-active{padding:4px 6px;border-radius:8px;background:#fff9f9cc;color:#000c}.inspos-sidebar-plus-card{margin-top:4px;border-radius:20px;background:#fff9f9d9;display:flex;align-items:center;justify-content:center;font-size:18px;color:#00000080}.inspos-sidebar-thumbs{display:flex;flex-direction:column;gap:10px;margin-top:auto}.inspos-sidebar-thumb{width:100%;aspect-ratio:1 / 1;border-radius:20px;background:#fff9f9e6}.inspos-title{position:absolute;left:107px;top:20px;margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;font-size:20px;font-weight:600;line-height:14px;color:#00000080}.inspos-card{position:absolute;border-radius:20px;overflow:hidden;background:#fbf9f9eb;background-size:cover;background-position:center;background-repeat:no-repeat}.inspos-main-primary-frame{position:absolute;left:312px;top:54px;width:260px;height:340px;border-radius:24px;background:#fdf6e9;padding:18px;box-shadow:0 18px 40px #0000002e}.inspos-main-primary-frame img{display:block;width:100%;height:100%;border-radius:18px;object-fit:cover}.inspos-card-left-top{left:116px;top:54px;width:118px;height:153px;background-image:url(/assets/macro-photograph-of-a-hand%201-CRLdxsIo.png)}.inspos-card-left-mid{left:116px;top:231px;width:119px;height:154px;background-image:url(/assets/IMG_6424%201-D-j1eGlk.png)}.inspos-card-left-bottom{left:116px;top:412px;width:118px;height:153px;background-image:url(/assets/retro-futuristic-botanical-science-poster-of%201-C3yHNBq9.png)}.inspos-card-right-top{left:754px;top:54px;width:118px;height:153px;background-image:url(/assets/minimal-conceptual-wall-with-a%201-U9oEGrtl.png)}.inspos-card-right-mid{left:754px;top:233px;width:119px;height:154px;background-image:url("/assets/minimalist-painting-of-a-large%20(1)%201-9vc6yiZO.png")}.inspos-card-right-bottom{left:754px;top:412px;width:119px;height:153px;background-image:url(/assets/IMG_6425%201-DxfLSXiB.png)}.inspos-card-bottom-left{left:275px;top:412px;width:119px;height:154px;background-image:url(/assets/graphic-poster-layout-with-a%201-C6a-29VR.png)}.inspos-card-bottom-mid{left:435px;top:413px;width:119px;height:153px;background-image:url(/assets/macro-nature-photography-of-a%201-BPpECTu1.png)}.inspos-card-bottom-right{left:594px;top:413px;width:119px;height:153px;background-image:url(/assets/retro-futuristic-scientific-poster-about-orbital%201-DVAK5GyY.png)}.inspos-text-group{position:absolute;left:584px;top:75px;width:95px;color:#000000f2;font-family:Knockout,Manrope,system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;font-weight:700;font-size:20px;line-height:normal;text-transform:none;letter-spacing:0}.inspos-text-block{margin:0 0 16px}.inspos-text-block p{margin:0}.inspos-text-main{display:block}.inspos-text-line{margin:0 0 16px}.inspos-text-collection,.inspos-text-job{display:block}.workflow-slide-right{display:flex;flex-direction:column;gap:16px}.workflow-slide-eyebrow{margin:0;font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:#3f3b3bb8}.workflow-slide-title{margin:0;font-size:42px;font-weight:700;color:#3f3b3b}.workflow-slide-description{margin:0;font-size:18px;line-height:1.6;color:#5a5656}.workflow-slide-button{align-self:flex-start;border:none;border-radius:10px;background:#d54c79;color:#fff;padding:12px 28px;font-size:16px;font-weight:600;cursor:pointer}.collection-sidebar-item.is-active{background:#ffffff59;color:#4b503e;font-weight:600}.collection-sidebar-add{margin-top:auto}.collection-sidebar-topbar{height:52px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;border-bottom:1px solid rgba(60,60,60,.15)}.collection-sidebar-brand{display:flex;align-items:center;gap:8px}.collection-brand-name{font-size:10px;color:#5c614d}.collection-sidebar-close{border:none;background:transparent;font-size:20px;color:#5c614d;cursor:pointer}.collection-sidebar-main{padding:16px 12px 14px;border-bottom:1px solid rgba(60,60,60,.15)}.collection-sidebar-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;font-size:12px;font-weight:600;color:#5a5f49}.collection-sidebar-plus{border:none;background:transparent;font-size:20px;color:#5a5f49;cursor:pointer}.collection-sidebar-list{display:flex;flex-direction:column;gap:8px}.collection-sidebar-assets{padding:14px 12px;display:flex;flex-direction:column;gap:14px;flex:1}.collection-asset-card{width:100%;height:96px;border-radius:20px;background:#ffffffb3}.collection-asset-add{display:flex;align-items:center;justify-content:center;font-size:32px;color:#707563;border:none;cursor:pointer}.collection-image-frame{display:flex;align-items:center;justify-content:center;margin-left:-300px}.collection-image-card{width:min(364px,22vw);border-radius:0;padding:0;background:transparent;box-shadow:none}.collection-image{display:block;width:100%;border-radius:0;border:none}.collection-note{display:flex;flex-direction:column;justify-content:center;gap:12px}.collection-note-title{margin:0 0 10px;font-size:34px;font-weight:600;color:#f7f3ff}.collection-note-card{position:relative;border-radius:0;padding:0;background:transparent;border:none;box-shadow:none;margin-top:40px;margin-left:-200px}.collection-note-input{min-height:120px;width:580px;max-width:100%;border-radius:18px;background:#f7f2f4;border:2px solid rgba(156,235,42,.8);padding:12px 14px;display:flex;align-items:center;justify-content:space-between}.collection-note-placeholder{font-size:28px;color:#a27b8b}.collection-note-mic{flex-shrink:0;width:44px;height:44px;border-radius:999px;border:none;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}.collection-note-mic img{width:24px;height:24px;object-fit:contain}.collection-note-poem{margin:12px 0 0;font-size:26px;line-height:32px;font-weight:400;color:#fff9f980}.collection-note-green-dot{position:absolute;right:600px;top:-108px;width:86px;height:86px;object-fit:contain;pointer-events:none}.collection-note-poem span{color:#d3dd1580}.collection-note-footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.collection-note-tools{display:inline-flex;align-items:center;gap:8px}.collection-tool-dot{width:22px;height:22px;border-radius:999px;background:linear-gradient(135deg,#ff70c0,#ffb347)}.collection-tool-icon{width:20px;height:20px;border-radius:6px;border:1px solid rgba(148,119,133,.7)}.collection-note-button{border:none;border-radius:999px;padding:8px 20px;font-size:14px;font-weight:600;background:#c25c76;color:#fff;cursor:pointer}.transition-band{background:#fbfafb;color:#111}.section.transition-band{min-height:0;padding-top:260px;padding-bottom:260px}.transition-inner{max-width:1040px;margin:0 auto;padding-left:60px;padding-right:60px;width:100%;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;gap:0;text-align:center}.transition-lead,.transition-tail{margin:0;font-size:clamp(32px,5vw,56px);font-weight:700;line-height:1.2;color:#111}.transition-lead{margin-bottom:.25em}.transition-tail{margin-top:.25em}.transition-text-wrapper{position:relative;font-size:clamp(26px,3.4vw,56px);font-weight:700;line-height:1.2;white-space:nowrap}.transition-title-with-sweep{display:inline-block}.transition-text-base,.transition-text-sweep{display:block}.transition-text-base{position:relative;z-index:1;color:#111}.transition-text-sweep{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;color:transparent;background-image:linear-gradient(90deg,#ff285f00,#ff285f59 3%,#ff285f 70%,#ff285f59 80%,#ff285f00);background-repeat:no-repeat;background-size:78% 100%;background-position:var(--sweep-position, 0%) 0;-webkit-background-clip:text;background-clip:text}.transition-meta{display:flex;align-items:center;justify-content:space-between;color:#d6d4ffb3;font-size:13px}.transition-label{text-transform:uppercase;letter-spacing:.18em}.transition-percentage{font-variant-numeric:tabular-nums;padding:4px 10px;border-radius:999px;border:1px solid rgba(214,212,255,.35);background:#0a0a2899}.final-cta-section{min-height:100vh;background:#fff;display:flex;flex-direction:column;justify-content:space-between;align-items:stretch;padding:72px 7vw 0;box-sizing:border-box}.final-cta-main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 20px 60px}.final-cta-title{margin:0 0 18px;font-size:clamp(40px,5vw,64px);font-weight:700;line-height:1.1}.final-cta-title-dark{color:#111}.final-cta-title-accent{color:#e51046}.final-cta-subtitle{margin:0 0 42px;max-width:780px;font-size:17px;line-height:1.6;color:#2e2e2e}.final-cta-button{border:none;border-radius:12px;padding:16px 110px;font-size:18px;font-weight:600;background:#e50945;color:#fff;cursor:pointer}.final-cta-footer{background:#b9a8a9;padding:18px 20px 24px;width:100vw;margin-left:calc(50% - 50vw);box-sizing:border-box}.final-cta-footer-inner{max-width:720px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:8px}.final-cta-footer-brand{display:flex;align-items:center;gap:8px;font-size:12px;color:#fff}.final-cta-logo-mark{height:36px;width:auto;display:block;margin-left:10px}.final-cta-footer-copy{text-align:center;font-size:12px;color:#fff;line-height:1.4}.final-cta-footer-copy p{margin:0}.final-cta-social-row{margin-top:8px;display:inline-flex;align-items:center;gap:10px}.final-cta-social-row a{display:inline-flex}.final-cta-social-icon{width:20px;height:20px;border-radius:4px;object-fit:cover}.full-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 7vw}.center-content{background:radial-gradient(circle at top,#2a2a66 0,#050510 55%,#000)}.login-card{max-width:420px;width:100%;padding:32px 24px 28px;border-radius:20px;border:1px solid var(--border-subtle);background:#050514d1;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.login-title{margin:0 0 8px;font-size:24px}.login-subtitle{margin:0 0 20px;color:var(--text-muted);font-size:14px;line-height:1.6}.ghost-link{font-size:13px;color:var(--accent);text-decoration:none}.ghost-link:hover{text-decoration:underline}.auth-page{min-height:100vh;background:#f3f2f3;padding:0;box-sizing:border-box}.auth-page-shell{width:100vw;min-height:100vh;margin:0;background:#f6f4f5;border:none;box-sizing:border-box}.auth-header{height:78px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;padding:0 42px;border-bottom:1px solid rgba(80,80,80,.12);box-sizing:border-box}.auth-header-brand{display:flex;align-items:center;gap:10px}.auth-logo-mark{height:84px;width:auto;display:block}.auth-logo-mark.auth-logo-large{height:88px;transform:scaleX(1.5);margin-bottom:20px}.auth-logo-large{width:56px;height:56px;border-radius:12px}.auth-brand-text{font-size:14px;font-weight:600;color:#2d2d2d}.auth-header-nav{justify-self:center;display:flex;align-items:center;gap:44px}.auth-header-nav a{text-decoration:none;font-size:15px;color:#8f7d80;font-weight:500}.auth-header-nav a:hover{color:#3d3738}.auth-header-cta{border:none;border-radius:10px;background:#e80b47;color:#fff;font-size:16px;font-weight:600;padding:14px 30px;cursor:pointer}.auth-main{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - 126px)}.auth-left{display:flex;align-items:center;justify-content:center;padding:48px 0 48px 40px;box-sizing:border-box}.auth-left-inner{width:min(520px,100%);display:flex;flex-direction:column;align-items:center;text-align:center}.auth-left-brand-block{display:flex;flex-direction:column;align-items:center;gap:12px;margin-bottom:26px}.auth-left-brand-label{margin:-20px 0 0;font-size:14px;color:#3f3a3b;font-weight:500}.auth-hero-title{margin:0 0 0 -40px;font-size:45px;line-height:.98;font-weight:800;letter-spacing:-1px}.auth-hero-accent{color:#e10b49;white-space:nowrap}.auth-hero-muted{color:#c2afae}.auth-right{border-left:1px solid rgba(80,80,80,.12);display:flex;align-items:center;justify-content:center;padding:40px 48px;box-sizing:border-box}.auth-form-card{width:min(360px,100%);position:relative;display:flex;flex-direction:column;gap:14px;z-index:1}.auth-form-card:before{content:"";position:absolute;top:40px;right:-60px;bottom:-40px;left:-60px;background:radial-gradient(circle at 45% 45%,#f6e1a8b3,#f6c1b66b 45%,#f6c1b600 75%);filter:blur(12px);z-index:-1;pointer-events:none}.auth-helper-text{margin:0 0 6px;text-align:center;font-size:14px;color:#747074}.auth-oauth-button{width:100%;height:52px;border:none;border-radius:10px;background:#090909;color:#fff;display:flex;align-items:center;justify-content:center;gap:10px;font-size:16px;font-weight:500;cursor:pointer}.auth-oauth-button-google span:last-child{margin-left:-7px}.auth-oauth-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:0;overflow:visible}.auth-oauth-icon-google{width:27px;height:27px;margin-left:-10px}.auth-oauth-icon img{width:100%;height:100%;object-fit:contain}.auth-google-icon,.auth-microsoft-icon{display:block}.auth-divider{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;margin:6px 0 2px}.auth-divider-line{height:1px;background:#6e6e6e73}.auth-divider-text{font-size:13px;color:#6f6b6e;font-weight:600}.auth-form{display:flex;flex-direction:column;gap:12px}.auth-field{display:flex;flex-direction:column;gap:6px}.auth-field-label{font-size:13px;color:#7a7579;font-weight:500}.auth-input{width:100%;height:42px;border:none;border-radius:9px;background:#fff;padding:0 14px;font-size:14px;color:#222;box-sizing:border-box}.auth-input:focus{outline:2px solid rgba(232,11,71,.18)}.auth-form-feedback{margin:0;font-size:13px;line-height:1.4;text-align:center}.auth-form-feedback--ok{color:#0a7a3e}.auth-form-feedback--err{color:#b00020}.auth-submit-button{margin-top:8px;width:100%;height:44px;border:none;border-radius:10px;background:#e80b47;color:#fff;font-size:16px;font-weight:600;cursor:pointer}.auth-submit-button:disabled{opacity:.7;cursor:not-allowed}.auth-calendar-cta{margin-top:14px;text-align:center}.auth-calendar-helper-text{margin:0 0 8px;font-size:13px;color:#6e696d}.auth-calendar-button{display:inline-block;padding:10px 16px;border-radius:10px;background:#111;color:#fff;text-decoration:none;font-weight:700}.auth-calendar-iframe{width:100%;height:420px;border:0;border-radius:12px;margin-top:12px}.auth-onboarding{margin-top:8px}.auth-onboarding-steps{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.auth-onboarding-step{width:100%;text-align:left;padding:10px 12px;border-radius:10px;background:#ffffffa6;border:1px solid rgba(110,105,109,.18);color:#2b2b2b;font-weight:700;font-size:13px;cursor:pointer}.auth-onboarding-step:disabled{opacity:.55;cursor:not-allowed}.auth-onboarding-step.is-active{background:#e80b47;border-color:#e80b47;color:#fff}.auth-onboarding-body{padding:10px 0}.auth-onboarding-panel{padding:6px 0}.auth-onboarding-title{font-weight:800;font-size:16px;margin-bottom:8px}.auth-onboarding-text{margin:0 0 10px;font-size:13px;line-height:1.4;color:#6e696d}.auth-platform-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.auth-platform-pill{padding:10px;border-radius:12px;border:1px solid rgba(110,105,109,.18);background:#ffffffb3;font-weight:800;font-size:13px;cursor:pointer}.auth-platform-pill.is-active{background:#e80b47;border-color:#e80b47;color:#fff}.auth-upload-grid{display:grid;grid-template-columns:1fr;gap:10px}.auth-upload-slot{border-radius:12px;border:1px solid rgba(110,105,109,.18);background:#ffffffbf;padding:10px}.auth-upload-slot-label{font-size:12px;font-weight:800;color:#6e696d;margin-bottom:6px}.auth-upload-input{width:100%}.auth-upload-filename{margin-top:6px;font-size:12px;color:#6e696d;word-break:break-word}.auth-status-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0;border-bottom:1px solid rgba(110,105,109,.12);font-size:13px}.auth-status-row:last-child{border-bottom:none}.auth-status-value{font-weight:800}.auth-onboarding-footer{margin-top:12px;display:flex;justify-content:space-between;gap:10px}.auth-ghost-button{flex:1;height:44px;border-radius:10px;border:1px solid rgba(110,105,109,.18);background:transparent;color:#2b2b2b;font-weight:800;cursor:pointer}.auth-ghost-button:disabled{opacity:.55;cursor:not-allowed}.auth-next-button{flex:1;height:44px;border-radius:10px;border:none;background:#e80b47;color:#fff;font-weight:800;text-align:center;line-height:44px;text-decoration:none;cursor:pointer}.auth-next-button:disabled{opacity:.7;cursor:not-allowed}.auth-switch-text{margin:4px 0 0;text-align:center;font-size:13px;color:#6e696d}.auth-switch-link{color:#e80b47;text-decoration:none;font-weight:600}.auth-legal-links{margin-top:10px;display:flex;justify-content:center;gap:46px}.auth-legal-links a{font-size:13px;color:#6d696c;text-decoration:none}@media(max-width:980px){.auth-main{grid-template-columns:1fr}.auth-right{border-left:none;border-top:1px solid rgba(80,80,80,.12)}.auth-hero-title{font-size:42px}.auth-header{grid-template-columns:1fr;gap:16px;height:auto;padding:20px 24px}.auth-header-nav,.auth-header-cta{justify-self:flex-start}}@media(max-width:640px){.auth-page{padding:12px}.auth-page-shell{width:100%;min-height:calc(100vh - 24px)}.auth-left,.auth-right{padding:28px 20px}.auth-hero-title{font-size:34px}.auth-header-nav{gap:20px;flex-wrap:wrap}}@media(max-width:768px){.section{min-height:100vh;padding-inline:20px}.hero-content{gap:32px}.feature-inner{grid-template-columns:minmax(0,1fr);gap:28px}.feature-media-placeholder{min-height:160px}}
