.Landing-module__IvIdlW__page{background:var(--bg);color:var(--text);overflow-x:clip}.Landing-module__IvIdlW__header{z-index:40;background:var(--bg);position:sticky;top:0}.Landing-module__IvIdlW__headerInner{align-items:center;gap:20px;width:min(1240px,100% - 48px);height:72px;margin:0 auto;display:flex;position:relative}.Landing-module__IvIdlW__actions{align-items:center;gap:10px;margin-left:auto;display:flex}.Landing-module__IvIdlW__searchToggle,.Landing-module__IvIdlW__menuButton{width:44px;height:44px;color:var(--text);cursor:pointer;background:0 0;border:0;border-radius:50%;flex:none;place-items:center;transition:background .18s;display:none}.Landing-module__IvIdlW__searchToggle:hover,.Landing-module__IvIdlW__menuButton:hover{background:var(--surface-3)}.Landing-module__IvIdlW__searchToggle svg,.Landing-module__IvIdlW__menuButton svg{width:22px;height:22px}.Landing-module__IvIdlW__search{flex:none;width:300px;height:44px;position:relative}.Landing-module__IvIdlW__search>svg{width:18px;height:18px;color:var(--text-2);pointer-events:none;position:absolute;top:13px;left:16px}.Landing-module__IvIdlW__search input{border-radius:var(--radius-pill);background:var(--surface);width:100%;height:100%;color:var(--text);border:0;outline:0;padding:0 16px 0 46px;font-size:14px;transition:background .18s,box-shadow .18s}.Landing-module__IvIdlW__search input:hover{background:var(--surface-3)}.Landing-module__IvIdlW__search input:focus{background:var(--surface-3);box-shadow:0 0 0 3px var(--focus-ring)}.Landing-module__IvIdlW__searchClose{display:none}.Landing-module__IvIdlW__people{z-index:10;border:1px solid var(--line);border-radius:var(--radius-card);background:var(--surface-2);width:340px;max-width:calc(100vw - 32px);max-height:min(420px,60vh);box-shadow:var(--shadow-lg);padding:8px;position:absolute;top:calc(100% + 8px);left:0;overflow:auto}.Landing-module__IvIdlW__person{border-radius:var(--radius-tile);align-items:center;gap:12px;min-height:52px;padding:8px 10px;transition:background .15s;display:flex}.Landing-module__IvIdlW__person:hover,.Landing-module__IvIdlW__person:focus-visible{background:var(--surface-3)}.Landing-module__IvIdlW__personGo{color:var(--accent)}.Landing-module__IvIdlW__personGo svg{width:16px;height:16px}.Landing-module__IvIdlW__personText{gap:2px;min-width:0;display:grid}.Landing-module__IvIdlW__personText b{white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:700;overflow:hidden}.Landing-module__IvIdlW__personText small{color:var(--text-2);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.Landing-module__IvIdlW__noPeople{color:var(--text-3);margin:0;padding:12px 10px;font-size:13px}.Landing-module__IvIdlW__sheetLayer{z-index:100;background:var(--modal-backdrop);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);align-items:end;animation:.18s both Landing-module__IvIdlW__fadeIn;display:grid;position:fixed;inset:0}.Landing-module__IvIdlW__sheet{padding:12px 20px calc(24px + env(safe-area-inset-bottom));background:var(--surface-2);box-shadow:var(--shadow-lg);border-radius:24px 24px 0 0;animation:.22s cubic-bezier(.2,.8,.2,1) both Landing-module__IvIdlW__sheetUp}.Landing-module__IvIdlW__sheet:before{content:"";border-radius:var(--radius-pill);background:var(--line-2);width:38px;height:4px;margin:0 auto 12px;display:block}.Landing-module__IvIdlW__sheetTop{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.Landing-module__IvIdlW__sheetNav{display:grid}.Landing-module__IvIdlW__sheetNav a{border-bottom:1px solid var(--line);align-items:center;min-height:52px;font-size:17px;font-weight:600;display:flex}.Landing-module__IvIdlW__sheetLocale{border-bottom:1px solid var(--line);color:var(--text-2);justify-content:space-between;align-items:center;padding:16px 0;font-size:14px;font-weight:600;display:flex}.Landing-module__IvIdlW__sheetToggles{align-items:center;gap:10px;display:flex}.Landing-module__IvIdlW__sheetActions{gap:10px;padding-top:20px;display:grid}.Landing-module__IvIdlW__hero{text-align:center;padding:72px 24px 96px;position:relative}.Landing-module__IvIdlW__title{max-width:900px;margin:0 auto;font-size:clamp(40px,6.2vw,76px)}.Landing-module__IvIdlW__lead{max-width:640px;margin:22px auto 0;font-size:18px;line-height:1.5}.Landing-module__IvIdlW__heroActions{flex-wrap:wrap;justify-content:center;gap:14px;margin-top:36px;display:flex}.Landing-module__IvIdlW__art{width:min(880px,100%);height:auto;margin:32px auto 0;display:block}.Landing-module__IvIdlW__heroPill{border:1px solid var(--line-2);border-radius:var(--radius-pill);background:var(--surface);max-width:100%;min-height:42px;color:var(--text);text-align:center;cursor:pointer;flex-wrap:wrap;justify-content:center;align-items:center;gap:6px 8px;margin:0 auto 24px;padding:8px 18px 8px 14px;font-size:14px;font-weight:600;line-height:1.3;transition:background .18s,border-color .18s,transform .18s;display:inline-flex}.Landing-module__IvIdlW__heroPill:hover{background:var(--surface-3);border-color:var(--text-3);transform:translateY(-1px)}.Landing-module__IvIdlW__heroPillEmoji{font-size:18px;line-height:1}.Landing-module__IvIdlW__heroPillDot{color:var(--text-3)}.Landing-module__IvIdlW__heroPillCta{color:var(--accent);align-items:center;gap:4px;display:inline-flex}.Landing-module__IvIdlW__heroPillCta svg{flex:none;width:15px;height:15px}@media (max-width:1180px){.Landing-module__IvIdlW__phone{right:-24px}}.Landing-module__IvIdlW__showcase{z-index:2;background:var(--bg-section);padding:0 24px;position:relative}.Landing-module__IvIdlW__band{z-index:2;background:var(--accent);color:var(--accent-ink);padding:0 24px 88px;position:relative}.Landing-module__IvIdlW__mockups{z-index:3;width:min(880px,100%);margin:-250px auto 0;position:relative}.Landing-module__IvIdlW__browser{border:1px solid var(--line-2);background:var(--bg);width:100%;box-shadow:var(--shadow-lg);border-radius:18px;overflow:hidden}.Landing-module__IvIdlW__chrome{background:var(--surface);grid-template-columns:1fr auto 1fr;align-items:center;height:46px;padding:0 16px;display:grid}.Landing-module__IvIdlW__dots{gap:7px;display:flex}.Landing-module__IvIdlW__dots i{background:var(--text-3);opacity:.55;border-radius:50%;width:11px;height:11px;display:block}.Landing-module__IvIdlW__url:hover{color:var(--text)}.Landing-module__IvIdlW__url{background:var(--surface-2);width:min(420px,48vw);color:var(--text-3);text-align:center;white-space:nowrap;text-overflow:ellipsis;border-radius:8px;padding:7px 14px;font-size:12px;font-style:normal;display:block;overflow:hidden}.Landing-module__IvIdlW__screen{padding:24px 28px 32px}.Landing-module__IvIdlW__screenTop{justify-content:space-between;align-items:center;margin-bottom:26px;display:flex}.Landing-module__IvIdlW__screenPill{border-radius:var(--radius-pill);background:var(--surface-3);color:var(--text);padding:8px 14px;font-size:12px;font-weight:700}.Landing-module__IvIdlW__listHead{color:var(--text);text-align:center;justify-items:center;gap:8px;margin-bottom:26px;display:grid}.Landing-module__IvIdlW__listHead small{color:var(--accent);font-size:13px;font-weight:600}.Landing-module__IvIdlW__listHead b{font-size:28px}.Landing-module__IvIdlW__wishGrid{color:var(--text);grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.Landing-module__IvIdlW__wish{min-width:0}.Landing-module__IvIdlW__wish img{aspect-ratio:1;object-fit:cover;border-radius:var(--radius-tile);background:var(--surface);width:100%}.Landing-module__IvIdlW__wish b{align-items:center;gap:5px;margin-top:10px;font-size:13px;font-weight:600;display:flex}.Landing-module__IvIdlW__wish b>span{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.Landing-module__IvIdlW__wish b svg{width:14px;height:14px;color:var(--accent);fill:var(--accent);flex:none}.Landing-module__IvIdlW__wish small{color:var(--text-2);margin-top:3px;font-size:12px;display:block}.Landing-module__IvIdlW__phone{background:var(--surface-2);width:250px;box-shadow:var(--shadow-card);color:var(--text);border-radius:40px;padding:10px;position:absolute;bottom:-48px;right:-120px}.Landing-module__IvIdlW__phoneScreen{border:1px solid var(--line);background:var(--bg);border-radius:32px;align-content:start;justify-items:center;gap:6px;height:520px;padding:16px 14px 0;display:grid;overflow:hidden}.Landing-module__IvIdlW__phoneTop{justify-content:space-between;align-items:center;width:100%;margin-bottom:12px;display:flex}.Landing-module__IvIdlW__phoneTop small{width:32px;color:var(--text-3);font-size:11px;font-weight:600}.Landing-module__IvIdlW__phoneTop small:last-child{text-align:right}.Landing-module__IvIdlW__phoneAvatar{margin-top:4px}.Landing-module__IvIdlW__phoneName{margin-top:8px;font-size:20px}.Landing-module__IvIdlW__phoneHandle{color:var(--text-2);font-size:13px}.Landing-module__IvIdlW__phoneList{width:100%;margin-top:12px}.Landing-module__IvIdlW__phoneList b{margin-top:10px;font-size:14px;font-weight:600;display:block}.Landing-module__IvIdlW__phoneList small{color:var(--text-2);margin-top:2px;font-size:12px;display:block}.Landing-module__IvIdlW__bandCopy{text-align:center;max-width:680px;margin:0 auto;padding-top:24px}.Landing-module__IvIdlW__bandCopy h2{margin:0;font-size:clamp(30px,4vw,44px)}.Landing-module__IvIdlW__bandCopy p{opacity:.9;max-width:560px;margin:16px auto 28px;font-size:16px;line-height:1.55}.Landing-module__IvIdlW__features{padding:48px 24px 120px}.Landing-module__IvIdlW__sectionHead{text-align:center;max-width:720px;margin:0 auto 64px}.Landing-module__IvIdlW__h2{margin:0;font-size:clamp(32px,4.4vw,52px)}.Landing-module__IvIdlW__sectionHead p{color:var(--text-2);margin:16px auto 0;font-size:17px;line-height:1.55}.Landing-module__IvIdlW__featureGrid{grid-template-columns:1fr 1fr;align-items:center;gap:64px;width:min(1080px,100%);margin:0 auto;display:grid}.Landing-module__IvIdlW__featureRows{gap:36px;display:grid}.Landing-module__IvIdlW__featureRow{align-items:center;gap:22px;display:flex}.Landing-module__IvIdlW__featureIcon{background:var(--surface-3);width:56px;height:56px;color:var(--text);border-radius:50%;flex:none;place-items:center;display:grid}.Landing-module__IvIdlW__featureIcon svg{width:24px;height:24px}.Landing-module__IvIdlW__featureRow>div{gap:6px;min-width:0;display:grid}.Landing-module__IvIdlW__featureRow h3{margin:0;font-size:19px;font-weight:700}.Landing-module__IvIdlW__featureLink{min-height:24px;color:var(--accent);text-align:left;cursor:pointer;text-underline-offset:4px;background:0 0;border:0;justify-self:start;align-items:center;gap:8px;padding:0;font-size:15px;font-weight:600;-webkit-text-decoration:underline #0000;text-decoration:underline #0000;transition:text-decoration-color .18s;display:inline-flex}.Landing-module__IvIdlW__featureLink:hover{text-decoration-color:currentColor}.Landing-module__IvIdlW__featureLink svg{flex:none;width:16px;height:16px}.Landing-module__IvIdlW__marks{grid-template-columns:repeat(3,1fr);gap:18px;padding:24px 0;display:grid}.Landing-module__IvIdlW__marks img{border:1px solid var(--line);box-shadow:var(--shadow-card);object-fit:contain;background:#fff;border-radius:16px;padding:18px 22px;animation:6s ease-in-out infinite Landing-module__IvIdlW__float;width:100%!important;height:72px!important}.Landing-module__IvIdlW__marks img:nth-child(2),.Landing-module__IvIdlW__marks img:nth-child(5){margin-top:16px}.Landing-module__IvIdlW__marks img:nth-child(3n+2){animation-delay:-2s}.Landing-module__IvIdlW__marks img:nth-child(3n){animation-delay:-4s}.Landing-module__IvIdlW__center{justify-content:center;margin-top:72px;display:flex}.Landing-module__IvIdlW__wave{background:var(--bg);height:90px;color:var(--bg-section);display:block}.Landing-module__IvIdlW__wave svg{width:100%;height:100%;display:block}.Landing-module__IvIdlW__waveDown{transform:scaleY(-1)}.Landing-module__IvIdlW__waveToAccent{background:var(--bg-section);color:var(--accent)}.Landing-module__IvIdlW__waveFromAccent{background:var(--bg);color:var(--accent)}.Landing-module__IvIdlW__how{background:var(--bg-section);text-align:center;padding:48px 24px 120px}.Landing-module__IvIdlW__steps{grid-template-columns:repeat(3,1fr);gap:24px;width:min(1120px,100%);margin:56px auto 0;display:grid}.Landing-module__IvIdlW__step{background:var(--surface-2);box-shadow:var(--shadow-card);text-align:center;border-radius:20px;overflow:hidden}.Landing-module__IvIdlW__stepArt{place-items:center;height:190px;padding:24px;display:grid}.Landing-module__IvIdlW__stepBody{padding:4px 22px 28px}.Landing-module__IvIdlW__stepBody h3{margin:0;font-size:20px;font-weight:700}.Landing-module__IvIdlW__stepBody p{color:var(--text-2);margin:10px 0 0;font-size:15px;line-height:1.55}.Landing-module__IvIdlW__artProfile{justify-items:center;gap:10px;display:grid}.Landing-module__IvIdlW__artAvatar{background:var(--surface-3);border-radius:50%;width:84px;height:84px;margin-bottom:6px;display:block;position:relative}.Landing-module__IvIdlW__artAvatar i{border:3px solid var(--surface-2);background:var(--accent);width:30px;height:30px;color:var(--accent-ink);border-radius:50%;place-items:center;display:grid;position:absolute;top:-4px;right:-4px}.Landing-module__IvIdlW__artAvatar svg{width:16px;height:16px}.Landing-module__IvIdlW__artBar{border-radius:var(--radius-pill);background:var(--surface-3);width:120px;height:10px;display:block}.Landing-module__IvIdlW__artBarShort{width:76px}.Landing-module__IvIdlW__artTiles{grid-template-columns:72px 72px;gap:10px;display:grid}.Landing-module__IvIdlW__artTiles>span{border-radius:var(--radius-tile);background:var(--surface-3);place-items:center;width:72px;height:72px;display:grid;overflow:hidden}.Landing-module__IvIdlW__artTiles img{object-fit:cover;width:100%;height:100%}.Landing-module__IvIdlW__artTiles>.Landing-module__IvIdlW__artTileDone{background:var(--accent);color:var(--accent-ink)}.Landing-module__IvIdlW__artTileDone svg{width:28px;height:28px}.Landing-module__IvIdlW__exchange{background:var(--bg-section);text-align:center;padding:24px 24px 100px}.Landing-module__IvIdlW__exchange .Landing-module__IvIdlW__sectionHead{margin-bottom:36px}.Landing-module__IvIdlW__model{flex-wrap:wrap;justify-content:center;gap:10px 32px;margin:0 auto 44px;padding:0;list-style:none;display:flex}.Landing-module__IvIdlW__model li{color:var(--text-2);align-items:center;gap:8px;font-size:15px;display:inline-flex}.Landing-module__IvIdlW__model li b{color:var(--text);font-weight:700}.Landing-module__IvIdlW__model li svg{width:16px;height:16px;color:var(--text-3);flex:none}.Landing-module__IvIdlW__model li:last-child b,.Landing-module__IvIdlW__model li:last-child span{color:var(--accent)}.Landing-module__IvIdlW__themeRow{text-align:left;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;width:min(1120px,100%);margin:0 auto;display:grid}.Landing-module__IvIdlW__theme{background:var(--surface-2);min-width:0;box-shadow:var(--shadow-card);border:1px solid #0000;border-radius:20px;flex-direction:column;display:flex;overflow:hidden}.Landing-module__IvIdlW__themeHot{border-color:var(--accent);box-shadow:var(--shadow-card), 0 0 0 4px var(--accent-soft)}.Landing-module__IvIdlW__themeArt{--tint:26%;aspect-ratio:240/150;background:radial-gradient(ellipse 70% 78% at 50% 62%, color-mix(in srgb, var(--theme-tint) var(--tint), transparent), transparent 72%);place-items:center;max-height:230px;padding:6px 10px 0;display:grid}:root[data-theme=light] .Landing-module__IvIdlW__themeArt{--tint:16%}.Landing-module__IvIdlW__themeArt svg{width:100%;height:100%;display:block}.Landing-module__IvIdlW__themeBody{flex-direction:column;flex:1;gap:8px;padding:6px 22px 22px;display:flex}.Landing-module__IvIdlW__theme h3{letter-spacing:-.01em;margin:0;font-size:19px;font-weight:700}.Landing-module__IvIdlW__themeDate{color:var(--accent);font-size:13px;font-weight:600}.Landing-module__IvIdlW__themeBudget{color:var(--text-3);margin-top:-4px;font-size:12px;font-weight:600}.Landing-module__IvIdlW__theme p{color:var(--text-2);flex:1;margin:4px 0 0;font-size:14px;line-height:1.5}.Landing-module__IvIdlW__themeFoot{margin-top:12px;display:flex}.Landing-module__IvIdlW__exchangeCta{justify-content:center;margin-top:40px;display:flex}.Landing-module__IvIdlW__ideas{background:var(--bg-section);text-align:center;padding:0 24px 120px}.Landing-module__IvIdlW__ideas .Landing-module__IvIdlW__sectionHead{margin-bottom:48px}.Landing-module__IvIdlW__ideaGrid{text-align:left;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;width:min(1120px,100%);margin:0 auto;display:grid}.Landing-module__IvIdlW__idea{border-radius:var(--radius-card);background:var(--surface-2);min-width:0;box-shadow:var(--shadow-card);flex-direction:column;transition:transform .18s,background .18s;display:flex;overflow:hidden}.Landing-module__IvIdlW__idea:hover{background:var(--surface-3);transform:translateY(-2px)}.Landing-module__IvIdlW__ideaImage{aspect-ratio:1;background:var(--surface-3);position:relative;overflow:hidden}.Landing-module__IvIdlW__ideaImage img{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block}.Landing-module__IvIdlW__idea:hover .Landing-module__IvIdlW__ideaImage img{transform:scale(1.03)}.Landing-module__IvIdlW__ideaImage>span{width:100%;height:100%;color:var(--text-3);place-items:center;font-size:48px;font-weight:800;display:grid}.Landing-module__IvIdlW__ideaImage>b{z-index:1;border-radius:var(--radius-pill);color:#fff;white-space:nowrap;text-overflow:ellipsis;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0000009e;max-width:calc(100% - 24px);padding:6px 11px;font-size:11px;font-weight:700;position:absolute;top:12px;left:12px;overflow:hidden}.Landing-module__IvIdlW__ideaImage>strong{z-index:1;border-radius:var(--radius-pill);color:#fff;letter-spacing:-.01em;white-space:nowrap;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0000009e;max-width:calc(100% - 24px);padding:7px 12px;font-size:13px;font-weight:700;position:absolute;bottom:12px;right:12px}.Landing-module__IvIdlW__ideaImage>strong.Landing-module__IvIdlW__ideaNoPrice{color:#ffffffb8;font-weight:600}.Landing-module__IvIdlW__ideaBody{flex-direction:column;flex:1;padding:14px 16px 16px;display:flex}.Landing-module__IvIdlW__ideaBody h3{-webkit-line-clamp:2;letter-spacing:-.01em;-webkit-box-orient:vertical;margin:0;font-size:15px;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.Landing-module__IvIdlW__ideaBody>span{color:var(--text-3);white-space:nowrap;text-overflow:ellipsis;margin-top:6px;font-size:12px;display:block;overflow:hidden}.Landing-module__IvIdlW__ideaActions{justify-content:space-between;align-items:center;gap:8px;margin-top:auto;padding-top:14px;display:flex}.Landing-module__IvIdlW__ideaActions>a:first-child{white-space:nowrap;min-width:0}.Landing-module__IvIdlW__ideaActions .icon-button svg{width:18px;height:18px}.Landing-module__IvIdlW__ideasMore{justify-content:center;margin-top:40px;display:flex}.Landing-module__IvIdlW__occasionsBlock{margin-top:96px}.Landing-module__IvIdlW__ideas>.Landing-module__IvIdlW__occasionsBlock:first-child{margin-top:0}.Landing-module__IvIdlW__h2Small{margin:0;font-size:clamp(24px,3vw,32px)}.Landing-module__IvIdlW__pills{flex-wrap:wrap;justify-content:center;gap:10px;max-width:860px;margin:28px auto 0;display:flex}.Landing-module__IvIdlW__pill{border-radius:var(--radius-pill);background:var(--surface-3);min-height:44px;color:var(--text);align-items:center;padding:0 20px;font-size:14px;font-weight:600;transition:transform .18s,background .18s;display:inline-flex}.Landing-module__IvIdlW__pill:hover{background:var(--line-2);transform:translateY(-1px)}.Landing-module__IvIdlW__ink{fill:var(--illustration-ink)}.Landing-module__IvIdlW__inkLine{fill:none;stroke:var(--illustration-ink)}.Landing-module__IvIdlW__surprise{text-align:center;padding:120px 24px}.Landing-module__IvIdlW__surpriseArt{width:min(300px,70%);height:auto;margin:40px auto;display:block}.Landing-module__IvIdlW__surprise p{max-width:620px;color:var(--text-2);margin:0 auto 32px;font-size:17px;line-height:1.6}.Landing-module__IvIdlW__follow{padding:0 24px 120px}.Landing-module__IvIdlW__followGrid{grid-template-columns:1fr 1fr;align-items:center;gap:64px;width:min(1080px,100%);margin:0 auto;display:grid}.Landing-module__IvIdlW__followCopy p{max-width:520px;color:var(--text-2);margin:16px 0 32px;font-size:17px;line-height:1.6}.Landing-module__IvIdlW__followArt{width:min(440px,100%);margin:0 auto;padding:18px 0;position:relative}.Landing-module__IvIdlW__feedCard{border:1px solid var(--line);background:var(--surface-2);box-shadow:var(--shadow-card);color:var(--text);text-align:left;border-radius:20px;padding:16px 20px 6px;position:relative}.Landing-module__IvIdlW__feedHead{align-items:center;gap:8px;padding-bottom:10px;display:flex}.Landing-module__IvIdlW__feedHead i{background:var(--accent);border-radius:50%;width:8px;height:8px;display:block}.Landing-module__IvIdlW__feedRow{border-top:1px solid var(--line);align-items:center;gap:12px;min-height:58px;padding:10px 0;display:flex}.Landing-module__IvIdlW__feedText{flex-wrap:wrap;align-items:center;gap:4px 8px;min-width:0;font-size:14px;line-height:1.35;display:flex}.Landing-module__IvIdlW__feedText b{font-weight:700}.Landing-module__IvIdlW__feedChip{border-radius:var(--radius-pill);background:var(--surface-3);height:22px;color:var(--text-2);white-space:nowrap;align-items:center;padding:0 9px;font-size:11px;font-weight:700;display:inline-flex}.Landing-module__IvIdlW__followPill,.Landing-module__IvIdlW__lockPill{z-index:2;border-radius:var(--radius-pill);white-space:nowrap;align-items:center;gap:6px;height:36px;padding:0 14px;font-size:13px;font-weight:700;animation:6s ease-in-out infinite Landing-module__IvIdlW__float;display:inline-flex;position:absolute}.Landing-module__IvIdlW__followPill svg,.Landing-module__IvIdlW__lockPill svg{flex:none;width:16px;height:16px}.Landing-module__IvIdlW__followPill{background:var(--accent);color:var(--accent-ink);top:0;right:12px;box-shadow:0 8px 22px #00c28138}.Landing-module__IvIdlW__lockPill{border:1px solid var(--line);background:var(--surface-3);color:var(--text);box-shadow:var(--shadow-card);animation-delay:-3s;bottom:0;left:12px}.Landing-module__IvIdlW__confetti{pointer-events:none;position:absolute;inset:0}.Landing-module__IvIdlW__confetti i{background:var(--illustration-ink);border-radius:50%;width:6px;height:6px;display:block;position:absolute}.Landing-module__IvIdlW__confetti i:first-child{top:24%;left:-10px}.Landing-module__IvIdlW__confetti i:nth-child(2){background:#ffc93c;width:8px;height:8px;top:42%;right:-14px}.Landing-module__IvIdlW__confetti i:nth-child(3){width:5px;height:5px;top:-8px;left:32%}.Landing-module__IvIdlW__confetti i:nth-child(4){background:#3b82f6;border-radius:3px;width:18px;height:6px;bottom:-8px;left:14%;transform:rotate(-30deg)}.Landing-module__IvIdlW__confetti i:nth-child(5){background:#ff6b8b;width:7px;height:7px;bottom:-12px;right:24%}.Landing-module__IvIdlW__confetti i:nth-child(6){width:4px;height:4px;top:80%;right:-8px}.Landing-module__IvIdlW__confetti i:nth-child(7){background:#00c281;border-radius:3px;width:18px;height:6px;top:-8px;right:34%;transform:rotate(35deg)}.Landing-module__IvIdlW__followSpark{pointer-events:none;width:28px;height:28px;position:absolute;top:-6px;left:-14px}.Landing-module__IvIdlW__articles{text-align:center;padding:24px 24px 0}.Landing-module__IvIdlW__articles .Landing-module__IvIdlW__sectionHead{margin-bottom:48px}.Landing-module__IvIdlW__postGrid{text-align:left;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;width:min(1120px,100%);margin:0 auto;display:grid}.Landing-module__IvIdlW__post{border:1px solid var(--line);border-radius:var(--radius-card);background:var(--surface-2);min-width:0;box-shadow:var(--shadow-card);flex-direction:column;transition:transform .18s;display:flex;overflow:hidden}.Landing-module__IvIdlW__post:hover{transform:translateY(-2px)}.Landing-module__IvIdlW__postArt{--tint:26%;aspect-ratio:240/150;background:radial-gradient(ellipse 70% 78% at 50% 62%, color-mix(in srgb, var(--theme-tint) var(--tint), transparent), transparent 72%);place-items:center;padding:6px 10px 0;display:grid}:root[data-theme=light] .Landing-module__IvIdlW__postArt{--tint:16%}.Landing-module__IvIdlW__postArt svg{width:100%;height:100%;display:block}.Landing-module__IvIdlW__postBody{flex-direction:column;flex:1;align-items:flex-start;gap:6px;padding:6px 16px 16px;display:flex}.Landing-module__IvIdlW__postBody h3{letter-spacing:-.01em;margin:0;font-size:16px;font-weight:700;line-height:1.35}.Landing-module__IvIdlW__postBody h3 a{color:inherit;transition:color .18s}.Landing-module__IvIdlW__postBody h3 a:hover{color:var(--accent)}.Landing-module__IvIdlW__postBody p{-webkit-line-clamp:3;color:var(--text-2);-webkit-box-orient:vertical;flex:1;margin:0;font-size:14px;line-height:1.5;display:-webkit-box;overflow:hidden}.Landing-module__IvIdlW__postBody small{color:var(--text-3);font-size:12px;font-weight:600}.Landing-module__IvIdlW__postsMore{justify-content:center;margin-top:36px;display:flex}.Landing-module__IvIdlW__faq{text-align:center;padding:96px 24px}.Landing-module__IvIdlW__faqList{border-top:1px solid var(--line);text-align:left;max-width:840px;margin:48px auto 0}.Landing-module__IvIdlW__faq details{border-bottom:1px solid var(--line)}.Landing-module__IvIdlW__faq summary{cursor:pointer;align-items:center;gap:20px;min-height:68px;padding:20px 0;font-size:17px;font-weight:600;list-style:none;display:flex}.Landing-module__IvIdlW__faq summary::-webkit-details-marker{display:none}.Landing-module__IvIdlW__faq summary svg{flex:none;width:20px;height:20px;transition:transform .2s}.Landing-module__IvIdlW__faq details[open] summary svg{transform:rotate(45deg)}.Landing-module__IvIdlW__faq details p{color:var(--text-2);margin:-6px 0 24px 40px;font-size:15px;line-height:1.6}.Landing-module__IvIdlW__footer{text-align:center;padding:40px 24px 48px}.Landing-module__IvIdlW__footer nav{flex-wrap:wrap;justify-content:center;gap:8px 32px;display:flex}.Landing-module__IvIdlW__footer nav a,.Landing-module__IvIdlW__footer nav button{min-height:44px;color:var(--text);cursor:pointer;background:0 0;border:0;align-items:center;padding:0;font-size:15px;font-weight:600;transition:color .18s;display:inline-flex}.Landing-module__IvIdlW__footer nav a:hover,.Landing-module__IvIdlW__footer nav button:hover{color:var(--accent)}.Landing-module__IvIdlW__footer small{color:var(--text-3);margin-top:12px;font-size:12px;display:block}@keyframes Landing-module__IvIdlW__fadeIn{0%{opacity:0}}@keyframes Landing-module__IvIdlW__sheetUp{0%{opacity:0;transform:translateY(24px)}}@keyframes Landing-module__IvIdlW__float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (max-width:1024px){.Landing-module__IvIdlW__featureGrid{gap:40px}.Landing-module__IvIdlW__marks img{padding:24px 20px;height:92px!important}}@media (max-width:960px){.Landing-module__IvIdlW__search{display:none}.Landing-module__IvIdlW__searchToggle{display:grid}.Landing-module__IvIdlW__searchOpen{z-index:5;width:auto;display:block;position:absolute;top:14px;left:0;right:0}.Landing-module__IvIdlW__searchOpen input{padding-right:48px}.Landing-module__IvIdlW__searchClose{width:40px;height:40px;color:var(--text-2);cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;display:grid;position:absolute;top:2px;right:2px}.Landing-module__IvIdlW__searchClose svg{width:18px;height:18px}.Landing-module__IvIdlW__people{width:100%;max-width:none}}@media (max-width:820px){.Landing-module__IvIdlW__phone{display:none}.Landing-module__IvIdlW__mockups{margin-top:-210px}.Landing-module__IvIdlW__featureGrid{grid-template-columns:1fr;gap:48px}.Landing-module__IvIdlW__marks{width:min(560px,100%);margin:0 auto}.Landing-module__IvIdlW__steps{grid-template-columns:1fr;width:min(420px,100%)}.Landing-module__IvIdlW__followGrid{grid-template-columns:1fr;gap:48px;width:min(560px,100%)}}@media (max-width:720px){.Landing-module__IvIdlW__headerInner{gap:8px;width:calc(100% - 32px)}.Landing-module__IvIdlW__actions{gap:4px}.Landing-module__IvIdlW__desktopOnly{display:none!important}.Landing-module__IvIdlW__menuButton{display:grid}.Landing-module__IvIdlW__hero{padding:48px 16px}.Landing-module__IvIdlW__title{font-size:clamp(36px,10.5vw,48px)}.Landing-module__IvIdlW__lead{font-size:16px}.Landing-module__IvIdlW__heroActions{flex-direction:column;align-items:stretch;margin-top:28px}.Landing-module__IvIdlW__art{margin-top:24px}.Landing-module__IvIdlW__showcase{padding:0 16px}.Landing-module__IvIdlW__band{padding:0 16px 64px}.Landing-module__IvIdlW__mockups{margin-top:-120px}.Landing-module__IvIdlW__browser{border-radius:14px}.Landing-module__IvIdlW__chrome{height:40px;padding:0 12px}.Landing-module__IvIdlW__url{font-size:11px}.Landing-module__IvIdlW__screen{padding:18px 16px 22px}.Landing-module__IvIdlW__screenTop,.Landing-module__IvIdlW__listHead{margin-bottom:18px}.Landing-module__IvIdlW__listHead b{font-size:22px}.Landing-module__IvIdlW__wishGrid{grid-template-columns:1fr 1fr;gap:14px}.Landing-module__IvIdlW__wish:nth-child(n+5){display:none}.Landing-module__IvIdlW__bandCopy p{font-size:15px}.Landing-module__IvIdlW__features,.Landing-module__IvIdlW__how,.Landing-module__IvIdlW__surprise,.Landing-module__IvIdlW__faq{padding-left:16px;padding-right:16px}.Landing-module__IvIdlW__features{padding-top:32px;padding-bottom:80px}.Landing-module__IvIdlW__sectionHead{margin-bottom:40px}.Landing-module__IvIdlW__sectionHead p{font-size:15px}.Landing-module__IvIdlW__featureRows{gap:28px}.Landing-module__IvIdlW__featureRow{gap:16px}.Landing-module__IvIdlW__featureIcon{width:48px;height:48px}.Landing-module__IvIdlW__featureIcon svg{width:22px;height:22px}.Landing-module__IvIdlW__featureRow h3{font-size:17px}.Landing-module__IvIdlW__featureLink{min-height:44px;margin:-10px 0}.Landing-module__IvIdlW__marks{grid-template-columns:1fr 1fr;gap:14px;padding:8px 0}.Landing-module__IvIdlW__marks img{border-radius:16px;padding:22px 20px;height:84px!important}.Landing-module__IvIdlW__marks img:nth-child(2),.Landing-module__IvIdlW__marks img:nth-child(5){margin-top:0}.Landing-module__IvIdlW__marks img:nth-child(2n){margin-top:20px}.Landing-module__IvIdlW__center{margin-top:48px}.Landing-module__IvIdlW__wave{height:56px}.Landing-module__IvIdlW__how{padding-top:24px;padding-bottom:80px}.Landing-module__IvIdlW__steps{gap:16px;margin-top:36px}.Landing-module__IvIdlW__stepArt{height:160px}.Landing-module__IvIdlW__heroPill{margin-bottom:18px;font-size:13px}.Landing-module__IvIdlW__exchange{padding:0 16px 72px}.Landing-module__IvIdlW__exchange .Landing-module__IvIdlW__sectionHead{margin-bottom:28px}.Landing-module__IvIdlW__model{flex-direction:column;align-items:center;gap:8px;margin-bottom:32px}.Landing-module__IvIdlW__themeRow{gap:12px}.Landing-module__IvIdlW__themeBody{padding:4px 18px 18px}.Landing-module__IvIdlW__exchangeCta{margin-top:32px}.Landing-module__IvIdlW__surprise{padding-top:80px;padding-bottom:80px}.Landing-module__IvIdlW__surprise p{font-size:15px}.Landing-module__IvIdlW__follow{padding:0 16px 80px}.Landing-module__IvIdlW__followGrid{gap:40px}.Landing-module__IvIdlW__followCopy p{margin-bottom:24px;font-size:15px}.Landing-module__IvIdlW__followCta{width:100%}.Landing-module__IvIdlW__feedCard{padding:14px 16px 4px}.Landing-module__IvIdlW__faq{padding-top:80px;padding-bottom:64px}.Landing-module__IvIdlW__faqList{margin-top:32px}.Landing-module__IvIdlW__faq summary{gap:16px;font-size:16px}.Landing-module__IvIdlW__faq details p{margin-left:36px}.Landing-module__IvIdlW__footer nav{gap:4px 24px}}.Landing-module__IvIdlW__features,.Landing-module__IvIdlW__how,.Landing-module__IvIdlW__exchange,.Landing-module__IvIdlW__ideas,.Landing-module__IvIdlW__occasionsBlock,.Landing-module__IvIdlW__follow,.Landing-module__IvIdlW__faq{scroll-margin-top:84px}@media (max-width:1079px){.Landing-module__IvIdlW__themeRow{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:559px){.Landing-module__IvIdlW__themeRow{grid-template-columns:minmax(0,1fr)}}@media (max-width:960px){.Landing-module__IvIdlW__ideaGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.Landing-module__IvIdlW__postGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}}@media (max-width:560px){.Landing-module__IvIdlW__postGrid{grid-template-columns:minmax(0,1fr)}.Landing-module__IvIdlW__articles{padding:8px 16px 0}.Landing-module__IvIdlW__faq{padding-top:72px}}@media (max-width:720px){.Landing-module__IvIdlW__ideas{padding:0 16px 72px}.Landing-module__IvIdlW__ideas .Landing-module__IvIdlW__sectionHead{margin-bottom:32px}.Landing-module__IvIdlW__ideaBody{padding:12px}.Landing-module__IvIdlW__ideasMore{margin-top:28px}.Landing-module__IvIdlW__occasionsBlock{margin-top:64px}}
