@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{font-family:Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{overflow-x:hidden;position:relative}#root{overflow-x:hidden;position:relative;width:100%;min-height:100vh}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;font-family:Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;position:relative;overscroll-behavior-y:contain}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;font-family:Arial,sans-serif;scroll-behavior:smooth;background:#fff;color:#111}.fk-sidebar{width:220px;position:fixed;top:0;left:0;height:100vh;background:#111;color:#fff;z-index:100}.app-layout{display:flex;min-height:calc(100vh - 60px);width:100%}@media(max-width:768px){.fk-sidebar{display:none}.app-layout{flex-direction:column}}.fk-section{min-height:100vh;display:flex;justify-content:center;align-items:center;padding:100px;width:100%}.fk-section.bg-light{background:#f9f9f9;color:#111}.fk-section.bg-dark{background:#111;color:#fff}.fk-container{width:100%;margin:0 auto;text-align:center;opacity:0;transform:translateY(20px);animation:fadeIn .7s ease forwards}.fk-btn-primary{padding:14px 32px;font-size:18px;border-radius:14px;border:none;background:#000;color:#fff;cursor:pointer;transition:all .25s ease}.fk-btn-primary:hover{background:#333;transform:translateY(-2px)}.framerkit-card{background:var(--framer-color-bg);border:1px solid var(--framer-color-border);border-radius:8px;overflow:hidden;box-shadow:0 8px 24px #0000000a;display:flex;flex-direction:column;height:100%;transition:transform .18s ease,box-shadow .18s ease;min-width:250px}.framerkit-card:hover{transform:translateY(-4px);box-shadow:0 10px 26px #0000001f}.fk-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}.framerkit-code{background:#111;color:#fff;padding:24px;border-radius:12px;font-family:JetBrains Mono,monospace;font-size:16px;white-space:pre-line}.fade-in{opacity:0;transform:translateY(20px);animation:fadeIn .7s ease forwards}@keyframes fadeIn{to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.fk-sidebar{width:200px}}@media(max-width:768px){h1{font-size:36px}h2{font-size:30px}.fk-section{padding:10px 16px}}#getting-started{padding:80px 0;background:#fff;width:100%;position:relative;overflow:visible}.fk-gs-container{margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center}.explore-content-wrapper{width:100%;margin:0 auto;padding:0 16px;box-sizing:border-box}.fk-gs-title{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:clamp(24px,4vw,36px);font-weight:800;color:#2b0691;margin-bottom:16px}.fk-gs-text{font-size:16px;color:var(--framer-color-text-secondary);line-height:1.6;text-align:center;max-width:600px;margin-left:auto;margin-right:auto}.fk-gs-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:40px}@media(max-width:980px){.fk-gs-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.fk-gs-grid{grid-template-columns:repeat(1,1fr)}}.fk-gs-card{background:#fff;border-radius:8px;border:1px solid var(--framer-color-border);padding:28px;box-shadow:0 8px 24px #0000000a;text-align:left}.fk-gs-card h3{margin:12px 0 1px;font-size:20px;font-weight:700}.fk-gs-card p{margin:0;font-size:15px;color:#666;line-height:1.5}.custom-section-icon{padding:8px;display:flex;align-items:center;justify-content:center;background-color:#fff;border-radius:8px;margin-right:12px;flex-shrink:0;transition:background-color .3s ease,color .3s ease;box-shadow:0 2px 6px #1413690d,0 1px 2px #14136914,0 0 0 1px #14136914 inset,0 -1.5px 2px #13276c0a inset,0 -3px .5px #13276c0a inset;width:fit-content;height:fit-content}.custom-section-icon svg{width:var(--icon-size, 24px);height:var(--icon-size, 24px);color:var(--icon-color, #6E3FF3)}.fk-gs-video-block{width:100%;margin:20px auto 0;text-align:center}.fk-gs-video-block h3{font-size:26px;font-weight:700;margin-bottom:8px}.fk-gs-muted{font-size:15px;color:#777;max-width:700px;margin:0 auto 24px;text-align:center}.fk-gs-video-wrapper{width:100%;margin:40px auto 0;border-radius:20px;overflow:hidden;background:#ece9ff;aspect-ratio:16 / 9}.fk-gs-video-placeholder{width:100%;height:100%;border:2px dashed #c9c2ff;border-radius:20px;font-size:18px;color:#6e3ff3;opacity:.85;display:flex;align-items:center;justify-content:center}.fk-gs-wrapper{display:flex;flex-direction:column;padding:40px 16px;width:100%}@media(max-width:640px){.fk-gs-wrapper{padding:40px 16px}}.gallery2{width:100%;display:grid;padding:40px 0 0;flex:1;grid-template-columns:repeat(3,1fr);gap:20px;min-height:180px;margin-top:0}@media(max-width:1024px){.gallery2{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.sidebar{display:none}.content{margin-left:0;padding:0 16px 20px}.gallery2{grid-template-columns:1fr}}.gallery3{width:100%;display:grid;padding:40px 0 0;flex:1;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:0}@media(max-width:1024px){.gallery3{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.sidebar{display:none}.content{margin-left:0;padding:0 16px 20px}.gallery3{grid-template-columns:1fr}}._heroSection_1xtyj_4{position:relative;min-height:calc(100vh - 60px);width:100%;display:flex;justify-content:center;align-items:center;padding:96px 24px 64px;box-sizing:border-box;text-align:center;overflow:hidden;background:#fff}[data-framer-theme=dark] ._heroSection_1xtyj_4{background:#14151c}._lightTop_1xtyj_25{position:absolute;top:0;left:0;border-radius:100%;filter:blur(60px);opacity:.2;z-index:0;pointer-events:none;width:clamp(200px,25vw,400px);height:clamp(200px,25vw,400px);background:linear-gradient(135deg,#6e3ff3,#ff6bdd)}._lightMid_1xtyj_40{position:absolute;top:0;right:0;border-radius:100%;filter:blur(60px);opacity:.15;z-index:0;pointer-events:none;width:clamp(200px,25vw,400px);height:clamp(200px,25vw,400px);background:linear-gradient(135deg,#6e3ff3,#ff6bdd)}._container_1xtyj_55{max-width:920px;width:100%;display:flex;flex-direction:column;align-items:center;gap:20px}._logos_1xtyj_67{display:flex;justify-content:center;gap:12px;margin:0}._logos_1xtyj_67 ._logo-item_1xtyj_74{width:40px;height:40px;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}[data-framer-theme=dark] ._logos_1xtyj_67 ._logo-item_1xtyj_74{background:#232430}._logos_1xtyj_67 ._logo-item_1xtyj_74 img{width:40px;height:40px;object-fit:contain}._title_1xtyj_99{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:800;color:#111827;margin:0;text-align:center;line-height:1.1}._animatedChar_1xtyj_109{font-family:Inter,system-ui,-apple-system,sans-serif;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;will-change:transform,opacity,filter}[data-framer-theme=dark] ._title_1xtyj_99{color:#f3f4f6}._titleLine_1xtyj_123{font-family:Inter,system-ui,-apple-system,sans-serif;display:block;width:100%;white-space:normal;overflow:visible;text-overflow:clip;font-size:clamp(36px,6vw,64px);letter-spacing:-.04em}._subtitle_1xtyj_135{font-size:18px;line-height:1.6;color:#4b5563;margin:0;max-width:600px}[data-framer-theme=dark] ._subtitle_1xtyj_135{color:#c5c9d3}[data-framer-theme=dark] ._heroSection_1xtyj_4:after{content:"";position:absolute;left:0;right:0;bottom:0;height:180px;pointer-events:none;background:linear-gradient(180deg,#14151c00,#111)}[data-framer-theme=dark] ._heroSection_1xtyj_4 .logoutButton{border-color:#ffffff47!important;color:#e5e7eb!important;background:#ffffff0a!important}[data-framer-theme=dark] ._heroSection_1xtyj_4 .logoutButton:hover{background:#6e3ff32e!important;border-color:#6e3ff359!important}@media(max-width:767px){._titleLine_1xtyj_123{font-size:clamp(28px,8vw,48px);white-space:normal;overflow:visible;text-overflow:clip}._titleLine_1xtyj_123 span{display:inline;white-space:normal}}._buttons_1xtyj_186{display:flex;gap:10px;width:100%;max-width:400px;justify-content:center}._testimonials_1xtyj_197{display:flex;flex-direction:column;align-items:center;gap:6px}._avatarRow_1xtyj_204{display:flex;justify-content:center;gap:8px}._avatarRow_1xtyj_204 img{width:36px;height:36px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 2px #e0d6ff}._statsText_1xtyj_218{font-size:14px;color:#374151;margin:0}[data-framer-theme=dark] ._statsText_1xtyj_218{color:#e5e7eb}._statsNote_1xtyj_228{font-size:12px;color:#6b7280;font-style:italic;margin:0}[data-framer-theme=dark] ._statsNote_1xtyj_228{color:#9ca3af}@media(max-width:768px){._title_1xtyj_99{font-size:2.2rem}._subtitle_1xtyj_135{font-size:1rem}._logos_1xtyj_67 img{width:52px;height:52px}._buttons_1xtyj_186{flex-direction:column;gap:12px;width:100%;max-width:none}._btnPrimary_1xtyj_261,._btnSecondary_1xtyj_262{width:100%;flex:none}._avatarRow_1xtyj_204 img{width:32px;height:32px}._heroSection_1xtyj_4{padding:84px 16px 48px}}.modalOverlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:9999;padding:16px}.auth-card{display:flex;flex-direction:column;justify-content:center;width:100%;max-width:300px;padding:24px;border-radius:12px;text-align:center;transition:background .3s ease,box-shadow .3s ease;box-shadow:0 8px 20px #0003;opacity:0;transform:translateY(-20px);transition:opacity .3s ease,transform .3s ease}.auth-card.show{opacity:1;transform:translateY(0)}[data-framer-theme=light] .auth-card{background:#fff}[data-framer-theme=dark] .auth-card{background:#111;color:#fff}.modalClose{position:absolute;top:12px;right:12px;border:none;background:transparent;font-size:24px;cursor:pointer;color:inherit}.auth-logo{width:40px;height:auto;display:block;margin:0 auto 10px}.auth-title{font-size:18px;font-weight:600;margin-bottom:8px;transition:color .3s ease}[data-framer-theme=light] .auth-title{color:#000}[data-framer-theme=dark] .auth-title{color:#fff}.auth-description{font-size:14px;margin-bottom:16px;transition:color .3s ease}[data-framer-theme=light] .auth-description{color:#666}[data-framer-theme=dark] .auth-description{color:#ccc}.auth-form{display:flex;flex-direction:column;gap:0px}.auth-label{display:block;text-align:left;font-size:13px;font-weight:400;margin-bottom:4px;transition:color .3s ease}[data-framer-theme=light] .auth-label{color:#000}[data-framer-theme=dark] .auth-label{color:#fff}.auth-input{width:100%;height:40px;padding:8px 12px;font-size:13px;margin-bottom:12px;border:none;border-radius:6px;box-sizing:border-box;outline:none;transition:box-shadow .25s ease-in-out}[data-framer-theme=light] .auth-input{background:#fff;color:#0a0d14;box-shadow:inset 0 0 0 1.5px #e3e3e3}[data-framer-theme=dark] .auth-input{background:#151723;color:#fff;box-shadow:inset 0 0 0 1.5px #4a505a}.auth-input:focus{box-shadow:inset 0 0 0 2px #6e3ff3}.auth-input::placeholder{color:#9aa0a6}[data-framer-theme=dark] .auth-input::placeholder{color:#6e7480}.auth-error{color:red;font-size:12px;text-align:center;margin-top:-4px}.auth-button{width:100%;height:40px;font-size:13px;font-weight:600;border:none;border-radius:8px;background:#6e3ff3;color:#fff;cursor:pointer;margin-top:12px;transition:background .3s ease,box-shadow .3s ease;display:flex;justify-content:center;align-items:center;gap:4px}.auth-button:hover{background:#5a32d3}.auth-button:active{transform:translateY(.5px)}.auth-button.loading{cursor:not-allowed;opacity:.7;pointer-events:none}.auth-footer{margin-top:16px;font-size:13px;text-align:center;transition:color .3s ease}[data-framer-theme=light] .auth-footer{color:#151723}.auth-link{cursor:pointer;text-decoration:none;font-weight:600;transition:color .3s ease,text-decoration .3s ease}.auth-link:hover{color:#6e3ff3;text-decoration:underline}.auth-footer .auth-link:focus,.auth-footer .auth-link:active{outline:none;color:inherit;text-decoration:underline}.auth-footer .auth-link{transition:none}:root{--framer-color-bg: #fff;--framer-color-bg-secondary: #f5f5f5;--framer-color-text: #0A0D14;--framer-color-text-secondary: #666;--framer-color-border: #eee;--primary-color: #3B2489;--primary-color-hover: #8a5cf3;--primary-color-active: #4a2e9f;--framer-color-bg-dark: #111111;--framer-color-bg-secondary-dark: #1e1e1e;--framer-color-bg-tertiary-dark: #2a2a2e;--framer-color-text-dark: #fff;--framer-color-text-secondary-dark: #bbb;--framer-color-border-dark: #444;--font-family: "Inter", Arial, sans-serif;--border-radius: 10px;--box-shadow-small: 0 2px 8px rgba(16, 24, 40, .06);--box-shadow-medium: 0 8px 30px rgba(16, 24, 40, .08);--docs-max-width: 1000px;--docs-padding-x: 20px;--docs-padding-y: 60px;--docs-gap-section: 60px;--docs-gap-card: 20px;--docs-gap-small: 12px;--docs-font-title: 36px;--docs-font-subtitle: 18px;--docs-font-body: 16px;--docs-font-small: 14px;--docs-font-tiny: 12px;--docs-radius-card: 12px;--docs-radius-small: 8px;--docs-shadow-card: 0 4px 12px rgba(0, 0, 0, .08);--docs-shadow-hover: 0 8px 24px rgba(0, 0, 0, .12);--docs-color-primary: #6E3FF3;--docs-color-primary-hover: #9B7FEB;--docs-color-success: #059669;--docs-color-border: var(--framer-color-border);--docs-color-bg-card: var(--framer-color-bg-secondary)}[data-framer-theme=dark]{--framer-color-bg: var(--framer-color-bg-dark);--framer-color-bg-secondary: var(--framer-color-bg-secondary-dark);--framer-color-text: var(--framer-color-text-dark);--framer-color-text-secondary: var(--framer-color-text-secondary-dark);--framer-color-border: var(--framer-color-border-dark)}::-webkit-scrollbar{width:0;height:0}body{margin:0;padding:0;font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:var(--font-family),sans-serif}.container{display:flex;flex-direction:column;height:100vh;overflow:hidden;background-color:var(--framer-color-bg);color:var(--framer-color-text)}@media(max-width:768px){.container{padding-top:30px}}.header{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;position:fixed;top:0;left:0;right:0;z-index:100;background:#fffffff2;border-bottom:1px solid var(--framer-color-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-sizing:border-box;height:60px}.headerLeft,.headerActions{display:flex;align-items:center;gap:.5rem}.header-actions{display:flex;align-items:center;gap:8px}.theme-toggle-btn-header{display:flex;align-items:center;justify-content:center;width:28px;height:28px;min-width:28px;min-height:28px;flex-shrink:0;border:none;border-radius:8px;background:transparent;color:var(--framer-color-text, #1f2937)!important;cursor:pointer;transition:background .2s ease}.theme-toggle-btn-header:hover{background:#0000000d}.theme-toggle-btn-header:focus,.theme-toggle-btn-header:focus-visible,.theme-toggle-btn-header:active{outline:none;box-shadow:none}.theme-toggle-btn-header svg{width:20px;height:20px;min-width:20px;min-height:20px;display:block;color:inherit;stroke:currentColor;stroke-width:2;fill:none}[data-framer-theme=dark] .theme-toggle-btn-header{color:var(--framer-color-text-dark, #e5e7eb)!important}[data-framer-theme=dark] .theme-toggle-btn-header:hover{background:#ffffff1a}.header h1{margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:18px;font-weight:800;letter-spacing:-.2px;color:var(--framer-color-text)}[data-framer-theme=dark] .header h1{color:var(--framer-color-text-dark)}[data-framer-theme=dark] .header{background:var(--framer-color-bg-dark);border-bottom-color:var(--framer-color-border-dark)}.logo{width:32px;height:auto;display:block}.logoutButton{height:36px;padding:6px 12px;font-size:14px;font-weight:600;border-radius:8px;background:transparent;border:1px solid #ddd;color:#333;cursor:pointer;display:flex;align-items:center;gap:6px;transition:background .25s ease,border-color .25s ease,transform .1s ease;white-space:nowrap}.logoutButton:hover{background:#6e3ff30f;border-color:#6e3ff30f}.logoutButton:active{transform:translateY(1px)}.logoutButton:focus{outline:none}.sidebar-logo-container{display:flex;align-items:center;gap:8px;padding:12px 20px;text-decoration:none;color:inherit;border-bottom:1px solid var(--framer-color-border);box-sizing:border-box;flex-shrink:0;height:60px}.sidebar-logo-icon{width:28px;height:28px;object-fit:contain;flex-shrink:0}.sidebar-logo-text,.landing-navbar-logo .logo-text{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:18px;font-weight:800;line-height:1;margin:0;padding:0}.landing-navbar-logo .logo-text{display:flex;align-items:center;height:100%}.sidebar-logo-text{display:flex;align-items:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-logo-container:hover,.landing-navbar-logo:hover{color:inherit!important;text-decoration:none!important}.loginButton{height:36px;padding:6px 12px;font-size:14px;font-weight:600;border:none;border-radius:8px;background:transparent;color:#3b2489;cursor:pointer;transition:background .3s ease;white-space:nowrap;outline:none;box-shadow:none}.loginButton:hover{background:#6e3ff30f}.loginButton:active{transform:translateY(1px)}.loginButton:focus{outline:none}.authButton{height:36px;padding:6px 12px;font-size:14px;font-weight:600;border:none;border-radius:8px;background:#3b2489;color:#fff;cursor:pointer;transition:background .3s ease,box-shadow .3s ease,transform .1s ease;display:flex;align-items:center;gap:4px;white-space:nowrap;outline:none}.authButton:hover{background:#5a32d3}.authButton:active{transform:translateY(1px)}.authButton:focus{outline:none}@media(max-width:768px){.authButton,.logoutButton,.loginButton{justify-content:center!important;padding-left:12px!important;padding-right:12px!important;width:100%;margin:0 auto}}.themeToggle{background:none;border:none;padding:0;margin:0;cursor:pointer;font-size:18px;color:var(--framer-color-text);display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:4px;outline:none;box-shadow:none}.themeToggle:hover,.themeToggle:focus,.themeToggle:active{background:none!important;border:none!important;box-shadow:none!important;outline:none!important;color:var(--framer-color-text)}.app-layout{display:flex;flex:1;padding-top:0}.sidebar{position:fixed;top:0;left:0;width:220px;height:100vh;overflow-y:auto;padding:0 0 6px;background:var(--framer-color-bg);box-sizing:border-box;border-right:1px solid #eee;z-index:1;display:flex;flex-direction:column}[data-framer-theme=dark] .sidebar{background:var(--framer-color-bg-dark);border-right-color:var(--framer-color-border-dark);overscroll-behavior-y:contain}[data-framer-theme=dark] .sidebar-logo-container{background:var(--framer-color-bg-dark);border-bottom-color:var(--framer-color-border-dark)}.sidebar{overscroll-behavior-y:contain}.sidebar-inner{display:flex;flex-direction:column;flex:1}.sidebar::-webkit-scrollbar{width:0px}.sidebar-section{margin-bottom:22px}.sidebar-header{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:800;color:var(--framer-color-text);padding:8px 12px;margin-bottom:8px;display:block}.sidebar-header.collapsible{display:flex!important;align-items:center!important;justify-content:space-between;padding:12px 16px;cursor:pointer;font-weight:600;font-size:14px;color:var(--framer-color-text)}.sidebar-header.collapsible a{text-decoration:none;color:inherit;font-weight:600;display:flex;align-items:center;gap:8px;min-width:0}.sidebar-header.collapsible a:hover{color:#6e3ff3}.sidebar-item{display:flex;align-items:center;gap:8px;padding:8px 12px;margin:2px 0;text-align:left;background:transparent;color:var(--framer-color-text-secondary);border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:background .16s ease,color .16s ease;width:100%;box-sizing:border-box}.sidebar-item:hover{background:#6e3ff30f;color:var(--framer-color-text)}.sidebar-item.active{background:#e0dfff;color:#3b2489;font-weight:600}.sidebar-item:focus{outline:none;border:none}.sidebar-item.active:focus{outline:none;border:none}.sidebar-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:20px;color:inherit;flex-shrink:0}.sidebar-text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[data-framer-theme=dark] .sidebar-header{color:var(--framer-color-text-dark)}[data-framer-theme=dark] .sidebar-item{color:var(--framer-color-text-secondary-dark)}[data-framer-theme=dark] .sidebar-item:hover{background:#6e3ff326;color:var(--framer-color-text-dark)}[data-framer-theme=dark] .sidebar-item.active{background:#3a3a6a;color:#9e7ff1}.collapsible-content{max-height:0;overflow:hidden;transition:max-height .3s ease}.collapsible-content.open{max-height:1000px}.content{flex:1;display:flex;flex-direction:column;color:var(--framer-color-text);margin-left:220px;box-sizing:border-box;min-width:0;overflow-x:hidden;max-width:calc(100vw - 220px)}.home-docs-layout .content{margin-left:220px!important}[data-framer-theme=dark] .content{background:var(--framer-color-bg-dark);color:var(--framer-color-text-dark)}.themeSwitcher{display:flex;align-items:center;gap:2px}.modeLabel{font-size:14px;color:var(--framer-color-text-secondary)}.gallery{display:grid;padding:0 20px 50px;flex:1;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:0}@media(max-width:1024px){.gallery{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.gallery{grid-template-columns:repeat(1,1fr);padding:0 0 50px}}.skeleton-gallery{display:grid;padding:0 20px 50px;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:0}@media(max-width:1024px){.skeleton-gallery{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.skeleton-gallery{grid-template-columns:repeat(1,1fr);padding:0 0 50px}}.skeleton-card{background:transparent;border-radius:8px;display:flex;flex-direction:column;height:100%;min-width:250px;position:relative;overflow:hidden}.skeleton-card:before{content:"";display:block;width:100%;aspect-ratio:16 / 9;background:transparent;position:relative;overflow:hidden}.skeleton-card:after{content:"";display:block;position:absolute;top:0;left:-150%;width:200%;height:100%;background:linear-gradient(90deg,#fff0,#fff6,#fff0);animation:shimmer 1.5s infinite}@keyframes shimmer{0%{transform:translate(0)}to{transform:translate(100%)}}.skeleton-card-info{height:40px;background:transparent;border-radius:2px}.card{background:var(--framer-color-bg);border:1px solid var(--framer-color-border);border-radius:8px;box-shadow:0 8px 24px #0000000a;display:flex;flex-direction:column;height:100%;transition:transform .18s ease,box-shadow .18s ease;min-width:250px}[data-framer-theme=dark] .card,.landing-page[data-framer-theme=dark] .card{background:var(--framer-color-bg-dark)!important;border-color:var(--framer-color-border)!important}.cardImage{width:100%;aspect-ratio:16 / 9;overflow:hidden;position:relative;background:linear-gradient(180deg,#f8fafc,#eef2ff);border-radius:8px;flex-shrink:0}[data-framer-theme=dark] .cardImage,.landing-page[data-framer-theme=dark] .cardImage{background:linear-gradient(180deg,#2a2a4e,#262a44)!important}.cardImage img{width:100%;height:100%;object-fit:cover;object-position:top;display:block;pointer-events:none}.cardInfo{display:flex;justify-content:space-between;align-items:center;padding:0 4px 4px 12px;margin-top:4px}.cardInfo h3{font-size:15px;font-weight:500;margin:0}.iconButton a{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.iconButton{width:28px;height:28px;display:flex;justify-content:center;align-items:center;border-radius:6px;cursor:pointer;transition:background .2s ease;position:relative}.iconButton2{width:28px;height:28px;min-width:32px;min-height:32px;display:flex;justify-content:center;align-items:center;border-radius:6px;cursor:pointer;transition:background .2s ease;position:relative}.iconButton:hover:not(.copied){background:#6e3ff30f}.iconButton .tooltip{position:absolute;bottom:110%;left:50%;transform:translate(-50%);padding:4px 8px;font-size:12px;font-weight:500;border-radius:6px;white-space:nowrap;background:#3b2489;color:#fff;opacity:0;visibility:hidden;pointer-events:none;z-index:99;transition:opacity .15s ease,visibility .15s ease}.iconButton.copied .tooltip{background:#22c55e;color:#fff}.iconButton.copied .tooltip:before{border-top-color:#22c55e}.iconButton.copied .tooltip,.iconButton:hover:not(.copied) .tooltip{opacity:1;visibility:visible}.locked:hover .tooltip{content:"Sign in to copy";background:#3b2489}[data-framer-theme=dark] .cardInfo h3{color:var(--framer-color-text-dark)}.card-actions{display:flex;gap:4px;align-items:center;justify-content:flex-start}.card-actions .iconButton{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;background:transparent;border:none;cursor:pointer;transition:all .15s ease;position:relative;color:inherit;outline:none!important;flex-shrink:0}.container{display:flex;flex-direction:column;min-height:100vh}.footer{padding:40px 20px 20px;background:#fff;color:var(--framer-color-text-secondary);border-top:1px solid #eee;width:100%;box-sizing:border-box}.footer-grid{display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between;margin-bottom:20px}.footer-col{flex:1 1 250px;display:flex;flex-direction:column;gap:12px}.footer-title{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:800;font-size:18px;color:var(--framer-color-text);margin-bottom:8px}.footer-col a{font-size:14px;color:var(--framer-color-text-secondary);text-decoration:none;transition:color .2s}.footer-col a:hover{color:var(--framer-color-text)}.footer-socials{display:flex;gap:12px;margin-top:4px}.footer-socials a{color:var(--framer-color-text-secondary);transition:color .2s}.footer-socials a:hover{color:var(--framer-color-text)}@media(max-width:900px){.footer-grid{flex-direction:column;gap:20px}.footer-col{flex:1 1 100%}}.component-dropdown-container{position:sticky;top:10px;width:100%;margin:10px 0;z-index:1000}.component-dropdown-toggle{width:100%;height:38px;padding:0 12px;font-size:14px;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#111827;font-family:Arial,sans-serif;cursor:pointer;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;transition:border-color .2s,box-shadow .2s}.component-dropdown-toggle:hover{border-color:#9ca3af}.component-dropdown-toggle.active{border-color:#d1d5db;box-shadow:none}.component-dropdown-arrow{display:inline-block;width:12px;height:6px;margin-left:8px;transition:transform .2s ease;flex-shrink:0}.component-dropdown-arrow.rotated{transform:rotate(180deg)}.component-dropdown-list{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:#fff;border:1px solid #d1d5db;border-radius:6px;box-shadow:0 4px 12px #00000026;z-index:2000;max-height:280px;overflow-y:auto}.component-dropdown-option{padding:8px 12px;font-size:14px;cursor:pointer;color:#111827;transition:background .15s,color .15s}.component-dropdown-option:hover{background:#f9fafb}.component-dropdown-option.active{background:#6e3ff314;color:#3b2489;font-weight:600}.component-dropdown-container *,.component-dropdown-toggle,.component-dropdown-list{outline:none!important}.section-header-sticky{position:sticky;top:0;z-index:90;height:60px;display:flex;flex-direction:column;justify-content:center;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--framer-color-border);padding:0;box-sizing:border-box}.section-header-row{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%;padding:0 20px}.section-header-left{display:flex;flex-direction:column;justify-content:center;gap:2px}.section-title{font-size:18px;font-weight:700;color:var(--framer-color-text);margin:0;line-height:1.2}.section-subtitle{font-size:13px;color:var(--framer-color-text-secondary);margin:0;line-height:1.2}.section-header-right{display:flex;align-items:center;gap:16px;height:100%}.mode-toggle-wrapper{display:flex;align-items:center;justify-content:center;height:100%}.mode-toggle-group{display:flex;background:#f5f5f5;border-radius:8px;padding:4px;border:1px solid #eee;height:36px}.mode-toggle-btn{display:flex;align-items:center;gap:6px;padding:0 12px;background:transparent;border:none;border-radius:6px;font-size:13px;font-weight:500;color:#888;cursor:pointer;transition:all .2s;height:100%}.mode-toggle-btn:hover{color:#3b2489;background:#6e3ff30d}.mode-toggle-btn.active{background:#fff;color:#3b2489;box-shadow:0 2px 8px #6e3ff31f}.mode-toggle-btn svg{opacity:.8}.mode-toggle-btn.active svg{opacity:1}.mode-label{font-size:13px;font-weight:500;color:var(--framer-color-text-secondary);margin-right:8px}.iconButton{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;background:transparent;border:1px solid var(--framer-color-border);color:var(--framer-color-text-secondary);cursor:pointer;transition:all .2s}.iconButton:hover,.iconButton.active{background:#6e3ff3;border-color:#6e3ff3;color:#fff}.toggle-tooltip{position:absolute;bottom:-30px;left:50%;transform:translate(-50%);background:#333;color:#fff;font-size:11px;padding:4px 8px;border-radius:4px;white-space:nowrap;z-index:100;pointer-events:none}.section-header-divider{display:none}[data-framer-theme=dark] .section-header-sticky{background:var(--framer-color-bg-dark);border-bottom-color:var(--framer-color-border-dark)}[data-framer-theme=dark] .mode-toggle-group{background:#2b2b38;border-color:#ffffff1f}[data-framer-theme=dark] .mode-toggle-btn{color:#c5c9d3}[data-framer-theme=dark] .mode-toggle-btn:hover{color:#fff;background:#ffffff0d}[data-framer-theme=dark] .mode-toggle-btn.active{background:#3b2489;color:#fff}.card-dark .section-header-sticky{background:#111111f2;border-bottom-color:#ffffff1a}.card-dark .mode-toggle-group{background:#ffffff1a;border-color:#ffffff1a}.card-dark .mode-toggle-btn.active{background:#333;color:#a78bfa}@media(max-width:768px){.section-header-sticky{height:60px;padding:0;z-index:80;border-bottom:none}[data-framer-theme=dark] .section-header-sticky{border-bottom:none}.section-header-row{padding:0 16px}.section-header-divider{display:none}.section-header-controls-left{width:100%;margin-right:0}.section-header-controls-right,.section-header-right .theme-toggle-btn{display:none}.section-title{font-size:16px}.mode-toggle-wrapper{width:100%;justify-content:space-between}.mode-toggle-group{height:32px;width:100%;justify-content:space-between;border:none}.mode-toggle-btn{padding:0 10px;font-size:12px;flex:1}.mode-toggle-btn span{display:inline}}@media(max-width:1024px){.section-header-right .theme-toggle-btn,.section-header-controls-right .theme-toggle-btn{display:none}}.gallery-scroll-area{flex:1;overflow-y:hidden;padding-bottom:20px;padding-top:20px}.title-divider{width:100vw;height:1px;background:#00000014;margin:0;position:relative;left:50%;right:50%;transform:translate(-50%)}.sidebar-mobile{position:fixed;top:0;right:0;width:240px;height:100%;background:var(--framer-color-bg);z-index:1000;padding:10px;box-sizing:border-box;transform:translate(100%);transition:transform .3s ease;overflow-y:auto}.sidebar-mobile.open{transform:translate(0)}[data-framer-theme=dark] .sidebar-mobile{background:#18181efa;border-left:1px solid rgba(255,255,255,.12)}.sidebar-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999;display:block}body.menu-open{overflow:hidden}.hero-section{background:#fff;color:#222;padding:100px 20px;text-align:center}.hero-content{max-width:900px;margin:0 auto}.hero-logos{display:flex;justify-content:center;gap:32px;margin-bottom:40px}.animatedChar{display:inline-block;white-space:pre}.animatedWord{display:inline-block;margin-right:.25em;white-space:pre}.hero-logos img{width:72px;height:72px;border-radius:16px;background:#f8f9fa;padding:8px;box-shadow:0 2px 8px #0000000d}.hero-content h1{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:3rem;font-weight:800;margin:20px 0;color:#222;letter-spacing:-.5px}.hero-description{font-size:1.25rem;color:#666;max-width:600px;margin:0 auto 40px;line-height:1.6}.hero-buttons{display:flex;justify-content:center;gap:20px}.btn-primary,.btn-secondary{padding:14px 32px;border:none;border-radius:12px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .2s ease}.btn-primary{background:#6c5ce7;color:#fff}.btn-primary:hover{background:#5d4dd6;transform:translateY(-2px)}.btn-secondary{background:#f8f9fa;color:#333;border:1px solid #ddd}.btn-secondary:hover{background:#f1f2f6;transform:translateY(-2px)}@media(max-width:768px){.section-header-sticky{padding:20px 0 0}.hero-section{padding:60px 16px}.hero-content h1{font-size:2.2rem}.hero-description{font-size:1.1rem}.hero-logos{gap:20px}.hero-logos img{width:60px;height:60px}.hero-buttons{flex-direction:column;align-items:center;width:100%}.btn-primary,.btn-secondary{width:100%;max-width:300px}}.fadeIn{animation:fadeInCard .6s forwards}.fadeOut{animation:fadeOutCard .5s forwards}@keyframes fadeInCard{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}@keyframes fadeOutCard{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.97)}}.hoverOverlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#e6e1ff66;border-radius:calc(var(--border-radius) - 2px);opacity:0;pointer-events:none;transition:opacity .2s ease}.card:hover .hoverOverlay{opacity:1}.skeleton{background:var(--framer-color-bg-secondary);animation:pulse 1.6s infinite ease-in-out}@keyframes pulse{0%,to{opacity:.75}50%{opacity:1}}.explore-section-wrapper{padding:100px 20px;background:var(--framer-color-bg);color:var(--framer-color-text)}.explore-content-block{margin:0 auto;width:100%;padding:0 20px;box-sizing:border-box}#explore-sections,#explore-sections *{animation:none!important;transition:none!important;transform:none!important;opacity:1!important}#explore-sections{background:var(--framer-color-bg);color:var(--framer-color-text)}.explore-sections-wrapper{padding:100px 20px}.fk-explore-wrapper{display:flex;flex-direction:column;width:100%;min-height:1px}.explore-sections-section{background:var(--framer-color-bg);color:var(--framer-color-text);position:relative}[data-framer-theme=dark] .explore-sections-section{background:var(--framer-color-bg-dark);color:var(--framer-color-text-dark)}.explore-sections-section .fk-container{margin:0 auto;width:100%}.explore-sections-title{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:40px;font-weight:800;margin:0 0 20px;text-align:center;color:var(--framer-color-text)}[data-framer-theme=dark] .explore-sections-title{color:var(--framer-color-text-dark)}.explore-sections-subtitle{font-size:20px;color:var(--framer-color-text-secondary);text-align:center;max-width:800px;line-height:1.5;margin:0 auto 40px}[data-framer-theme=dark] .explore-sections-subtitle{color:var(--framer-color-text-secondary-dark)}.explore-icon{color:#636363;transition:transform .2s ease,color .2s ease}.card:hover .explore-icon{transform:translateY(-2px);color:#5a32d3}[data-framer-theme=dark] .explore-icon{color:#9e7ff1}[data-framer-theme=dark] .card:hover .explore-icon{color:#b5a3ff}.explore-sections-content-wrapper{padding:100px 20px;background:var(--framer-color-bg);color:var(--framer-color-text)}.fk-explore-wrapper{display:flex;flex-direction:column;width:100%}.explore-block{width:100%;margin-top:80px}.explore-block:first-child{margin-top:0}.explore-block-title{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:40px;font-weight:800;margin:0 0 20px;text-align:center;color:var(--framer-color-text)}[data-framer-theme=dark] .explore-block-title{color:var(--framer-color-text-dark)}.explore-block-subtitle{font-size:20px;color:var(--framer-color-text-secondary);text-align:center;max-width:800px;line-height:1.5;margin:0 auto 40px}[data-framer-theme=dark] .explore-block-subtitle{color:var(--framer-color-text-secondary-dark)}.pricing-section{padding:40px 0;width:100%;box-sizing:border-box}.pricing-container{max-width:1180px;margin:0 auto;padding:0 20px;text-align:center}.pricing-title{font-size:42px;font-weight:700;margin-bottom:12px}.pricing-subtitle{font-size:18px;color:#555;margin-bottom:48px}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,320px));justify-content:center;gap:20px;margin-top:40px}.pricing-card{background:#fff;padding:22px;border-radius:20px;border:1px solid #eee;transition:.25s ease;min-height:360px;position:relative;box-shadow:0 8px 24px #0000000a;display:flex;flex-direction:column}.featured{border:2px solid #3B2489;background:#fff}.badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#3b2489;color:#fff;padding:6px 14px;border-radius:50px;font-size:12px;text-transform:uppercase;letter-spacing:.5px}.badge-light{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#fff;color:#000;padding:6px 14px;border-radius:50px;font-size:12px;text-transform:uppercase;letter-spacing:.5px;border:1px solid #ddd}.plan-title{font-size:22px;font-weight:600}.plan-desc{color:#666;margin-bottom:24px}.price{margin:16px 0 2px}.price-amount{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:42px;font-weight:800}.price-note{display:block;color:#888;font-size:14px}.features{list-style:none;padding:0;margin:0 0 28px;text-align:left}.features li{margin-bottom:10px;padding-left:20px;position:relative;font-size:15px}.features li:before{content:"✔";position:absolute;left:0;color:#000;font-size:14px}.pricing-btn{height:36px;padding:6px 12px;font-size:14px;font-weight:600;border-radius:8px;background:#3b2489;color:#fff;cursor:pointer;transition:background .3s ease,box-shadow .3s ease,transform .1s ease;display:flex;align-items:center;justify-content:center;gap:4px;white-space:nowrap;margin-top:auto;border:none;outline:none;text-decoration:none}.pricing-btn:hover{background:#5a32d3;color:#fff}.pricing-btn:active{transform:translateY(1px);color:#fff}.pricing-btn:focus{outline:none;color:#fff}.pricing-btn.secondary{background:transparent;border:1px solid #ddd;color:#333;box-shadow:none;transition:background .3s ease,border-color .3s ease,color .3s ease,transform .1s ease}.pricing-btn.secondary:hover{background:#6e3ff314;color:#333}.pricing-btn.secondary:active{color:#333}.pricing-btn.secondary:focus{outline:none;color:#333}.faq-section{padding:80px 0;background:#fff}@media(max-width:640px){.faq-section{padding:40px 0}}.faq-container{width:100%;margin:0 auto;padding:0 20px;text-align:center}.faq-title{font-size:42px;font-weight:700;margin-bottom:12px}.faq-subtitle{font-size:18px;color:#555;margin-bottom:48px}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-bottom:80px;margin-top:40px}.faq-item{padding:28px;background:#fafafa;border-radius:16px;border:1px solid #eee;text-align:left;transition:.25s ease;box-shadow:0 8px 24px #0000000a}.faq-question{font-size:20px;font-weight:600;margin-bottom:12px}.faq-answer{color:#555;line-height:1.6}.email-wrapper{display:inline-flex;align-items:center;gap:4px}.copy-email-btn{background:none;border:none;padding:4px;cursor:pointer;color:#3b2489;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease;opacity:.6}.copy-email-btn:hover{background-color:#6e3ff31a;opacity:1;transform:scale(1.1)}.copy-email-btn svg{display:block}.ls-section{background:var(--framer-color-bg);color:var(--framer-color-text);width:100%}.ls-wrapper{padding:40px 10px}@media(max-width:767px){.ls-wrapper{padding:40px 0}}.ls-container{width:100%;max-width:1400px;margin:0 auto}.ls-block{width:100%;text-align:center}.ls-title{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:40px;font-weight:800;margin:0 0 20px;color:var(--framer-color-text)}[data-framer-theme=dark] .ls-title{color:var(--framer-color-text-dark)}.ls-subtitle{max-width:800px;margin:0 auto 40px;font-size:20px;line-height:1.6;color:var(--framer-color-text-secondary)}[data-framer-theme=dark] .ls-subtitle{color:var(--framer-color-text-secondary-dark)}.ui-section{background:var(--framer-color-bg);color:var(--framer-color-text);width:100%}.ui-wrapper{padding:80px 20px}@media(max-width:767px){.ui-wrapper{padding:40px 0}}.ui-container{width:100%;max-width:1400px;margin:0 auto}.ui-block{width:100%;text-align:center}.ui-title{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:40px;font-weight:800;margin:0 0 20px;color:var(--framer-color-text)}[data-framer-theme=dark] .ui-title{color:var(--framer-color-text-dark)}.ui-subtitle{max-width:800px;margin:0 auto 40px;font-size:20px;line-height:1.6;color:var(--framer-color-text-secondary)}[data-framer-theme=dark] .ui-subtitle{color:var(--framer-color-text-secondary-dark)}.features{display:flex;flex-direction:column;gap:.5rem;margin:1.25rem 0;padding:0;list-style:none}.feature-item{display:flex;align-items:center;gap:.5rem;font-size:1rem;color:#333}.feature-icon{width:18px;height:18px;color:#3b2489;flex-shrink:0}.runner-container{position:relative;overflow:hidden;padding:0 12px;margin:0 auto;max-width:640px}.runner-mask{overflow:hidden;mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%)}.runner-gap{height:16px}.runner-content{display:inline-flex;gap:12px;white-space:nowrap}.runner-item{display:flex;align-items:center;justify-content:center;font-size:14px;padding:6px 16px;background:#fff;border:1px solid #eee;border-radius:8px;text-decoration:none;color:#333;cursor:pointer;transition:color .2s ease}.runner-item:hover{color:#7c3aed}[data-framer-theme=dark] .runner-item{background:#232430;border-color:#ffffff24;color:#e5e7eb}[data-framer-theme=dark] .runner-item:hover{color:#c4b5fd;border-color:#a78bfa73}.daily-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;padding:20px}@media(max-width:640px){.daily-grid{padding:20px 0}}.daily-card{background:var(--framer-color-bg);border-radius:8px;overflow:visible;border:1px solid var(--framer-color-border);box-shadow:0 8px 24px #de39390a;display:flex;flex-direction:column;opacity:0;transform:scale(.97);transition:opacity .5s ease-in-out,transform .5s ease-in-out}.daily-img-wrapper{position:relative;width:100%;height:300px;overflow:hidden}.daily-img{width:100%;height:100%;object-fit:cover;object-position:top;display:block;pointer-events:none}.faq-link{position:relative;display:inline}.faq-link:hover .tooltip{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.faq-answer span:hover .tooltip{opacity:1!important;visibility:visible!important}.daily-card{background:var(--framer-color-bg);border-radius:8px;overflow:visible;border:1px solid var(--framer-color-border);box-shadow:0 8px 24px #0000000a;display:flex;flex-direction:column;opacity:0;transform:scale(.97);transition:opacity .5s ease,transform .5s ease}.daily-card.visible{opacity:1;transform:scale(1)}.daily-img-wrapper{position:relative;height:300px;width:100%;overflow:hidden}.daily-img{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.daily-img-loading-overlay{position:absolute;inset:0;background:#f0f0f0;animation:pulse 1.2s infinite ease-in-out}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.daily-title-row{display:flex;justify-content:space-between;align-items:center;overflow:visible;padding:4px 4px 4px 12px;border-top:1px solid #eee}.daily-day{font-size:15px;font-weight:600;color:#111}.daily-actions{display:flex;align-items:center;gap:0px}.daily-actions a svg,.copy-btn svg{color:#444;transition:opacity .2s}.copy-btn{background:none;border:none;padding:0;cursor:pointer}.copy-success{color:#22c55e}.template-skeleton-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px}.template-skeleton-card{display:flex;flex-direction:column;border-radius:14px;background:#fff;overflow:hidden;height:100%;position:relative;animation:pulse 1.2s infinite ease-in-out}.template-skeleton-card:before{content:"";display:block;width:100%;height:300px;background:linear-gradient(180deg,#f8fafc,#eef2ff)}.template-skeleton-card-info{height:40px;background:linear-gradient(180deg,#f8fafc,#eef2ff);border-radius:2px}@media(max-width:1024px){.template-skeleton-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.template-skeleton-grid{grid-template-columns:repeat(1,1fr)}}.iconButton{width:32px;height:32px;display:flex;justify-content:center;align-items:center;border-radius:6px;cursor:pointer;position:relative;transition:background .2s ease}.iconButton:hover .tooltip{opacity:1;visibility:visible}.iconButton .tooltip{position:absolute;bottom:110%;left:50%;transform:translate(-50%);padding:4px 8px;font-size:12px;font-weight:500;border-radius:6px;white-space:nowrap;background:#3b2489;color:#fff;opacity:0;visibility:hidden;pointer-events:none;z-index:99}.iconButton .tooltip:before{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border-left:6px solid transparent;border-right:6px solid transparent;border-top:3px solid #3B2489;z-index:9}.sidebar-inner{display:flex;flex-direction:column;height:100%}.sidebar-scroll{flex-grow:1;overflow-y:auto;padding:6px}.sidebar-header-link{display:flex;align-items:center;text-decoration:none;color:inherit;cursor:pointer;transition:background .2s,color .2s;border-radius:6px;margin-bottom:8px}.sidebar-header-link:hover{background:#6e3ff30f;color:#6e3ff3}[data-framer-theme=dark] .sidebar-header-link:hover{background:#6e3ff326;color:#9e7ff1}.sidebar-header-link .sidebar-header{font-size:15px;font-weight:700;letter-spacing:.3px;margin:0}.card-dark .sidebar-header-link:hover{background:#6e3ff326}.sidebar-bottom{border-top:1px solid #e5e5e5;padding:6px;display:flex;flex-direction:column;gap:6px;background-color:#fff}[data-framer-theme=dark] .sidebar-bottom{border-top-color:var(--framer-color-border-dark);background-color:var(--framer-color-bg-dark)}.sidebar-bottom button{width:100%;padding:10px 12px;font-size:14px;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:background .3s ease;display:flex;align-items:center;justify-content:center;gap:6px}[data-framer-theme=dark] .sidebar-bottom button{color:var(--framer-color-text-dark)}.sidebar-banner{margin-top:10px;padding:16px;background:linear-gradient(230deg,#875dfa,#3b2489);color:#fff;border-radius:12px;text-align:center;font-weight:700;cursor:pointer}.sidebar-banner small{display:block;font-weight:400;font-size:.8rem;margin-top:4px}.theme-toggle{display:flex;align-items:center;justify-content:center;padding:6px;border-radius:6px;background:#fff;cursor:pointer;border:none;outline:none;transition:background .15s ease}.theme-toggle:hover{background:#f5f5f5;border:none}.theme-toggle:active{transform:none;border:none}.theme-toggle:focus,.theme-toggle:focus-visible{outline:none;box-shadow:none;border:none}.fk-gs-video-wrapper{position:relative;width:100%;padding-bottom:56.25%;margin:24px 0}.fk-gs-video-iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.tooltip-wrapper{position:relative;display:inline}.tooltip-wrapper .tooltip-arrow{position:absolute;top:100%;left:50%;transform:translate(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:3px solid #3B2489}.copy-email-btn .copy-tooltip{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#3b2489;color:#fff;font-size:12px;font-weight:500;padding:4px 8px;border-radius:6px;white-space:nowrap;z-index:9999;margin-bottom:8px}.copy-email-btn .copy-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #3B2489}.copy-email-btn .copy-success .copy-tooltip,.copy-email-btn.copy-success .copy-tooltip{background:#22c55e}.copy-email-btn .copy-success .copy-tooltip:after,.copy-email-btn.copy-success .copy-tooltip:after{border-top-color:#22c55e}.testimonial-link{display:none!important}.testimonials-section{background:#fff}.testimonials-section .faq-container{margin:0 auto}.faq-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px}.faq-item{background:#fff;border-radius:16px;padding:20px;display:flex;flex-direction:column;height:100%;box-shadow:0 2px 8px #0000000a;transition:transform .2s ease,box-shadow .2s ease}.faq-answer{font-size:15px;line-height:1.6;color:#333;margin-bottom:20px;flex:1;min-height:100px}.testimonial-author{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid #eee;margin-top:auto}.testimonial-left{display:flex;align-items:center;gap:12px}.testimonial-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0}.testimonial-info{display:flex;flex-direction:column;gap:2px}.testimonial-name{font-size:14px;font-weight:600;color:#111;line-height:1.2}.testimonial-role{font-size:13px;color:#666;line-height:1.2}.testimonial-link{display:flex;align-items:center;justify-content:center;color:#3b2489;transition:opacity .2s ease;padding:4px;flex-shrink:0}.testimonial-link:hover{opacity:.85}.tooltip-wrapper{position:relative;display:inline-flex}.tooltip-wrapper .tooltip{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#3b2489;color:#fff;font-size:12px;font-weight:500;padding:4px 8px;border-radius:6px;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;z-index:9999;transition:opacity .2s ease,transform .2s ease;margin-bottom:8px}.tooltip-wrapper .tooltip-arrow{position:absolute;top:100%;left:50%;transform:translate(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #3B2489}.tooltip-wrapper:hover .tooltip{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}@media(max-width:968px){.faq-grid{grid-template-columns:1fr}.faq-answer{min-height:auto}.testimonial-author{flex-direction:column;align-items:flex-start;gap:12px}.testimonial-left{width:100%}}.section-header-right{display:flex;align-items:center;gap:12px}.mode-label{font-size:11px;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.5px;-webkit-user-select:none;user-select:none}.section-header-right .iconButton{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:transparent;border-radius:8px;color:#666;cursor:pointer;transition:all .15s ease}.section-header-right .iconButton svg{display:block;transition:opacity .15s ease}[data-framer-theme=dark] .mode-label{color:#aaa}[data-framer-theme=dark] .section-header-right .iconButton{border-color:#444;color:#ccc;background:transparent}[data-framer-theme=dark] .section-header-right .iconButton:hover{background:#2a2a3a;border-color:#555;color:#fff}[data-framer-theme=dark] .section-header-right .iconButton.active{background:#8b5cf6;border-color:#8b5cf6;color:#fff}[data-framer-theme=dark] .section-header-right .iconButton.active:hover{background:#7c3aed;border-color:#7c3aed}.section-header-right>*+*{position:relative}.section-header-right .mode-label+.iconButton:before{content:"";position:absolute;left:-6px;top:50%;transform:translateY(-50%);width:1px;height:16px;background:#eee}[data-framer-theme=dark] .section-header-right .mode-label+.iconButton:before{background:#444}@media(max-width:640px){.section-header-row{flex-wrap:wrap;gap:10px}.section-header-right{width:100%;justify-content:flex-start;gap:10px}.section-header-right .mode-label+.iconButton:before{display:none}.section-header-right .iconButton{width:30px;height:30px}}.card-light{background:#fff;border:1px solid #eee}.card-light .cardInfo h3{color:#111}.card-light .cardImage{background:linear-gradient(110deg,#f4f2ff,#f0f6ff)}.card-dark{background:#2a2a2a!important;border:1px solid #444!important}.card-dark .cardInfo h3{color:#fff!important}.card-dark .cardImage{background:linear-gradient(110deg,#2a2a4e,#262a44)!important}[data-framer-theme=dark] .skeleton-card-image,.card-dark .skeleton-card-image{background:linear-gradient(90deg,#2a2a4e,#333,#2a2a4e)!important}[data-framer-theme=dark] .empty-message,.card-dark .empty-message{color:#aaa!important}.iconButton{outline:none!important;border:none!important;box-shadow:none!important}.iconButton:focus,.iconButton:focus-visible,.iconButton:active{outline:none!important;border:none!important;box-shadow:none!important}.section-header-right .iconButton{position:relative}.toggle-tooltip{position:absolute;top:100%;left:50%;transform:translate(-50%);background:#3b2489;color:#fff;font-size:12px;font-weight:500;padding:4px 8px;border-radius:6px;white-space:nowrap;z-index:9999;margin-top:8px;pointer-events:none}.toggle-tooltip:after{content:"";position:absolute;bottom:100%;left:50%;transform:translate(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:4px solid #3B2489}[data-framer-theme=dark] .toggle-tooltip:after{border-bottom-color:#3b2489}.mode-toggle-wrapper{display:flex;justify-content:center}.mode-toggle-group{display:inline-flex;background:#f4f2ff;border-radius:10px;padding:4px;gap:4px;box-shadow:inset 0 1px 2px #6e3ff30d}.mode-toggle-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;background:transparent;border:none!important;border-radius:8px;padding:8px 10px;font-size:13px;font-weight:600;color:#888;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;outline:none!important;box-shadow:none!important;width:110px;white-space:nowrap}.mode-toggle-btn::-moz-focus-inner{border:0}.mode-toggle-btn:focus,.mode-toggle-btn:focus-visible,.mode-toggle-btn:active{outline:none!important;border:none!important;box-shadow:none!important}.mode-toggle-btn svg{display:block;transition:transform .3s ease}.mode-toggle-btn:hover{color:#3b2489;background:#6e3ff30d;outline:none!important;border:none!important}.mode-toggle-btn.active{background:#fff;color:#3b2489;box-shadow:0 2px 8px #6e3ff31f;outline:none!important;border:none!important}.mode-toggle-btn.active svg{transform:scale(1.05)}[data-framer-theme=dark] .mode-toggle-group{background:#2a2a3a}[data-framer-theme=dark] .mode-toggle-btn{color:#aaa}[data-framer-theme=dark] .mode-toggle-btn.active{background:#3b2489;color:#fff;box-shadow:0 2px 8px #6e3ff34d}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.item-count{font-size:11px;color:var(--framer-color-text-secondary);background:#6e3ff31a;padding:2px 8px;border-radius:10px;margin-left:auto}.card-dark .item-count{background:#6e3ff333;color:#fffc}.collapsible-content{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.collapsible-content.open{max-height:1000px;transition:max-height .5s ease-in}.toggle-button{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:var(--framer-color-text-secondary);transition:color .2s,background .2s;border-radius:4px;flex-shrink:0;margin-left:8px}.toggle-button:hover{color:var(--framer-color-text);background:#6e3ff30f}.card-dark .toggle-button:hover{background:#6e3ff326}.sidebar-header.collapsible>a{text-decoration:none;color:inherit;font-weight:600}.sidebar-header.collapsible>a:hover{color:#6e3ff3}.collapsible-content .sidebar-item:first-of-type{font-weight:600;border-bottom:1px solid var(--framer-color-border);margin-bottom:4px;padding-bottom:12px}.landing-navbar{display:flex;align-items:center;justify-content:space-between;position:fixed;top:0;left:0;right:0;z-index:100;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--framer-color-border);padding:12px 20px;box-sizing:border-box;height:60px}.landing-navbar-inner{width:100%;margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.landing-navbar-logo{display:flex;align-items:center;gap:8px;text-decoration:none;color:inherit;font-weight:700}.landing-navbar-logo .logo-icon{width:28px;height:28px;object-fit:contain}.landing-navbar-logo .logo-text{font-size:18px;font-weight:800;line-height:1;margin:0;padding:0;display:flex;align-items:center;height:100%}.landing-navbar-buttons{display:flex;align-items:center;gap:8px;justify-self:end}.landing-navbar-links{display:flex;align-items:center;gap:6px;justify-self:center}.landing-nav-link{height:32px;padding:0 10px;border:none;border-radius:8px;background:transparent;color:var(--framer-color-text-secondary);font-size:14px;font-weight:500;cursor:pointer;transition:background .2s ease,color .2s ease}.landing-nav-link:hover{background:#6e3ff30f;color:var(--framer-color-text)}.landing-nav-link:focus,.landing-nav-link:focus-visible,.nav-menu-toggle:focus,.nav-menu-toggle:focus-visible,.landing-mobile-link:focus,.landing-mobile-link:focus-visible{outline:none;box-shadow:none}.nav-btn-outline{padding:8px 16px;background:transparent;border:1px solid var(--framer-color-border);border-radius:6px;color:var(--framer-color-text);font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:6px;transition:background .2s}.nav-btn-outline:hover{background:var(--framer-color-bg-secondary)}.nav-btn-primary{padding:8px 16px;background:#6e3ff3;border:none;border-radius:6px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.nav-btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #6e3ff34d}.landing-navbar-mobile{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--framer-color-border);padding:12px 20px;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;height:60px}.landing-page{padding-top:60px;overscroll-behavior-y:contain}.home-docs-layout{overscroll-behavior-y:contain}.landing-mobile-menu{position:absolute;top:calc(100% + 8px);left:12px;right:12px;background:#fff;border:1px solid var(--framer-color-border);border-radius:12px;box-shadow:0 8px 24px #00000014;padding:12px}[data-framer-theme=dark] .landing-navbar,[data-framer-theme=dark] .landing-navbar-mobile{background:var(--framer-color-bg-dark);border-bottom-color:var(--framer-color-border-dark)}[data-framer-theme=dark] .landing-nav-link{color:#c5c9d3}[data-framer-theme=dark] .landing-nav-link:hover{background:#6e3ff329;color:#fff}[data-framer-theme=dark] .landing-navbar-logo .sidebar-logo-text,[data-framer-theme=dark] .landing-navbar-logo .logo-text{color:#f3f4f6}[data-framer-theme=dark] .landing-mobile-menu{background:#1e1f28;border-color:#ffffff1f}[data-framer-theme=dark] .landing-mobile-link{color:#e5e7eb}[data-framer-theme=dark] .landing-mobile-menu-actions{border-top-color:#ffffff1f}[data-framer-theme=dark] .landing-navbar .logoutButton,[data-framer-theme=dark] .landing-mobile-menu .logoutButton{border-color:#ffffff47;color:#e5e7eb;background:#ffffff0a}[data-framer-theme=dark] .landing-navbar .logoutButton:hover,[data-framer-theme=dark] .landing-mobile-menu .logoutButton:hover{background:#6e3ff32e;border-color:#6e3ff359}[data-framer-theme=dark] .landing-page .heroSection .logoutButton{border-color:#ffffff3d;color:#e5e7eb;background:#ffffff0a}[data-framer-theme=dark] .landing-page .heroSection .logoutButton:hover{background:#6e3ff32e;border-color:#6e3ff359}.landing-mobile-menu-links{display:flex;flex-direction:column;gap:4px}.landing-mobile-link{height:36px;padding:0 10px;border:none;border-radius:8px;text-align:left;background:transparent;color:var(--framer-color-text);font-size:14px;font-weight:500;cursor:pointer}.landing-mobile-link:hover{background:#6e3ff30f}.landing-mobile-menu-actions{display:flex;flex-direction:column;gap:8px;margin-top:10px;padding-top:10px;border-top:1px solid var(--framer-color-border)}.nav-menu-toggle{background:none;border:none;cursor:pointer;color:var(--framer-color-text);padding:4px;display:flex;align-items:center;justify-content:center;width:36px;height:36px}.card-dark .landing-navbar,.card-dark .landing-navbar-mobile{background:#111111f2;border-bottom-color:#ffffff1a}.landing-page .fk-gs-video-block{max-width:1180px;margin:28px auto 0;padding:0 16px;box-sizing:border-box}.landing-page .fk-gs-video-wrapper{width:100%;margin:0}.landing-page #getting-started,.landing-page #testimonials,.landing-page #layout-sections,.landing-page #ui-components,.landing-page #get-framerkit,.landing-page #faq-contact{min-height:calc(100vh - 60px);padding-top:80px;padding-bottom:80px;box-sizing:border-box}.landing-page #getting-started>*,.landing-page #testimonials>*,.landing-page #layout-sections>*,.landing-page #ui-components>*,.landing-page #get-framerkit>*,.landing-page #faq-contact>*{width:100%}.landing-page #getting-started .fk-gs-wrapper,.landing-page #layout-sections .ls-wrapper,.landing-page #ui-components .ui-wrapper,.landing-page #get-framerkit .pricing-container,.landing-page #faq-contact .faq-container,.landing-page #testimonials .faq-container{padding-top:0!important;padding-bottom:0!important}@media(max-width:768px){.landing-page #getting-started,.landing-page #testimonials,.landing-page #layout-sections,.landing-page #ui-components,.landing-page #get-framerkit,.landing-page #faq-contact{min-height:auto;padding-top:60px;padding-bottom:60px}}@media(max-width:767px){.landing-navbar{display:none}.landing-page{margin-left:0}.sidebar{display:none}.content{margin-left:0;padding:30px 0 20px;max-width:100vw}.header{border-bottom:1px solid var(--framer-color-border)}[data-framer-theme=dark] .header{border-bottom-color:var(--framer-color-border-dark)}.home-docs-layout .content{margin-left:0!important;max-width:100vw!important}}@media(min-width:768px){.landing-navbar-mobile{display:none}}.home-docs-layout{width:100%;box-sizing:border-box;--home-content-max-width: 700px;--home-card-bg: var(--color-background-primary);--home-card-border: 1px solid var(--framer-color-border);--home-card-radius: 8px;--home-card-padding: 14px 16px;--home-card-shadow: 0 2px 8px rgba(0, 0, 0, .04)}.home-overview-topbar{position:sticky;top:0;z-index:80;display:flex;align-items:center;justify-content:flex-end;padding:12px 20px;box-sizing:border-box;background:#fffffff5;border-bottom:1px solid var(--framer-color-border);height:60px}[data-framer-theme=dark] .home-overview-topbar{background:var(--framer-color-bg-dark);border-bottom-color:var(--framer-color-border-dark)}@media(max-width:767px){.home-overview-topbar{display:none}}.home-docs-layout .docs-overview,.home-docs-layout .docs-section{scroll-margin-top:76px}[data-framer-theme=dark] .home-docs-layout{--home-card-bg: #22222c;--home-card-border: 1px solid rgba(255, 255, 255, .14);--home-card-shadow: 0 2px 10px rgba(0, 0, 0, .35)}.home-docs-layout .docs-overview,.home-docs-layout .docs-section{max-width:var(--home-content-max-width);margin-left:auto;margin-right:auto}.home-docs-layout .docs-overview,.home-docs-layout .docs-section,.home-docs-layout .docs-header,.home-docs-layout .docs-welcome,.home-docs-layout .step-content,.home-docs-layout .video-info,.home-docs-layout .demo-instructions{text-align:left}.home-docs-layout .docs-welcome{width:100%;max-width:none}.home-docs-layout .fk-gs-text,.home-docs-layout .docs-welcome-text,.home-docs-layout .docs-subtitle,.home-docs-layout .docs-text,.home-docs-layout .explore-block-subtitle,.home-docs-layout .explore-sections-subtitle{width:100%;max-width:none;margin-left:0;margin-right:0}.home-docs-layout .docs-welcome-title,.home-docs-layout .docs-title,.home-docs-layout .fk-gs-title{font-style:normal;font-weight:700;color:#14161b;font-size:36px;line-height:40px}.home-docs-layout .docs-section-title,.home-docs-layout .docs-subsection-title,.home-docs-layout .cta-box-title,.home-docs-layout .video-title{font-style:normal;font-weight:700;color:#14161b;font-size:20px;line-height:28px}.home-docs-layout .docs-welcome-text,.home-docs-layout .docs-subtitle,.home-docs-layout .docs-section-description,.home-docs-layout .docs-text,.home-docs-layout .fk-gs-text,.home-docs-layout .path-card-description,.home-docs-layout .library-desc,.home-docs-layout .tip-description,.home-docs-layout .prerequisite-description,.home-docs-layout .step-description,.home-docs-layout .step-vertical-description,.home-docs-layout .video-description,.home-docs-layout .transcript-text,.home-docs-layout .resource-description,.home-docs-layout .tutorial-coming-item p,.home-docs-layout .troubleshooting-answer,.home-docs-layout .faq-answer,.home-docs-layout .cta-box-text,.home-docs-layout .meta-item{font-family:Arial,sans-serif;font-style:normal;font-weight:400;color:#52555b;font-size:16px;line-height:24px}.home-docs-layout .path-card-title,.home-docs-layout .library-title,.home-docs-layout .fk-gs-card-content h3,.home-docs-layout .tip-title,.home-docs-layout .prerequisite-title,.home-docs-layout .step-title,.home-docs-layout .step-vertical-title,.home-docs-layout .troubleshooting-question,.home-docs-layout .resource-title,.home-docs-layout .tutorial-coming-item h4,.home-docs-layout .faq-question,.home-docs-layout .chapter-title,.home-docs-layout .transcript-heading{font-family:Arial,sans-serif;font-style:normal;font-weight:700;color:#14161b;font-size:16px;line-height:24px}.home-docs-layout .path-card,.home-docs-layout .library-card,.home-docs-layout .fk-gs-card,.home-docs-layout .tip-card,.home-docs-layout .troubleshooting-item,.home-docs-layout .prerequisite-item,.home-docs-layout .resource-card,.home-docs-layout .tutorial-coming-item,.home-docs-layout .faq-item,.home-docs-layout .pricing-card,.home-docs-layout .demo-panel,.home-docs-layout .video-chapters,.home-docs-layout .transcript-container{background:var(--home-card-bg);border:var(--home-card-border);border-radius:var(--home-card-radius);box-shadow:var(--home-card-shadow)}.home-docs-layout .path-card,.home-docs-layout .library-card,.home-docs-layout .fk-gs-card,.home-docs-layout .tip-card,.home-docs-layout .troubleshooting-item,.home-docs-layout .prerequisite-item,.home-docs-layout .resource-card,.home-docs-layout .tutorial-coming-item,.home-docs-layout .faq-item{padding:var(--home-card-padding)}.home-docs-layout .docs-library-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:12px}.home-docs-layout .library-card{display:flex;flex-direction:column;align-items:flex-start;gap:8px;min-height:0}.home-docs-layout .library-card-top{display:flex;align-items:center;justify-content:space-between;width:100%}.home-docs-layout .library-title{margin:0}.home-docs-layout .library-desc{margin:0;flex:1}.home-docs-layout .library-tag{margin-top:0;margin-left:0;align-self:auto}.home-docs-layout .docs-path-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.home-docs-layout .path-card{width:100%;min-width:0;align-items:flex-start}@media(max-width:860px){.home-docs-layout .docs-path-grid{grid-template-columns:1fr}}.home-docs-layout .path-card-icon,.home-docs-layout .library-icon,.home-docs-layout .tip-icon,.home-docs-layout .feature-icon{width:36px;height:36px;min-width:36px;border-radius:8px;background:#fff;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #1413690d,0 1px 2px #14136914,0 0 0 1px #14136914 inset,0 -1.5px 2px #13276c0a inset,0 -3px .5px #13276c0a inset;color:#6e3ff3}[data-framer-theme=dark] .home-docs-layout .docs-welcome-title,[data-framer-theme=dark] .home-docs-layout .docs-title,[data-framer-theme=dark] .home-docs-layout .fk-gs-title,[data-framer-theme=dark] .home-docs-layout .docs-section-title,[data-framer-theme=dark] .home-docs-layout .docs-subsection-title,[data-framer-theme=dark] .home-docs-layout .cta-box-title,[data-framer-theme=dark] .home-docs-layout .video-title,[data-framer-theme=dark] .home-docs-layout .path-card-title,[data-framer-theme=dark] .home-docs-layout .library-title,[data-framer-theme=dark] .home-docs-layout .fk-gs-card-content h3,[data-framer-theme=dark] .home-docs-layout .tip-title,[data-framer-theme=dark] .home-docs-layout .prerequisite-title,[data-framer-theme=dark] .home-docs-layout .step-title,[data-framer-theme=dark] .home-docs-layout .step-vertical-title,[data-framer-theme=dark] .home-docs-layout .troubleshooting-question,[data-framer-theme=dark] .home-docs-layout .resource-title,[data-framer-theme=dark] .home-docs-layout .tutorial-coming-item h4,[data-framer-theme=dark] .home-docs-layout .faq-question,[data-framer-theme=dark] .home-docs-layout .chapter-title,[data-framer-theme=dark] .home-docs-layout .transcript-heading{color:#f3f4f6}[data-framer-theme=dark] .home-docs-layout .docs-welcome-text,[data-framer-theme=dark] .home-docs-layout .docs-subtitle,[data-framer-theme=dark] .home-docs-layout .docs-section-description,[data-framer-theme=dark] .home-docs-layout .docs-text,[data-framer-theme=dark] .home-docs-layout .fk-gs-text,[data-framer-theme=dark] .home-docs-layout .path-card-description,[data-framer-theme=dark] .home-docs-layout .library-desc,[data-framer-theme=dark] .home-docs-layout .tip-description,[data-framer-theme=dark] .home-docs-layout .prerequisite-description,[data-framer-theme=dark] .home-docs-layout .step-description,[data-framer-theme=dark] .home-docs-layout .step-vertical-description,[data-framer-theme=dark] .home-docs-layout .video-description,[data-framer-theme=dark] .home-docs-layout .transcript-text,[data-framer-theme=dark] .home-docs-layout .resource-description,[data-framer-theme=dark] .home-docs-layout .tutorial-coming-item p,[data-framer-theme=dark] .home-docs-layout .troubleshooting-answer,[data-framer-theme=dark] .home-docs-layout .faq-answer,[data-framer-theme=dark] .home-docs-layout .cta-box-text,[data-framer-theme=dark] .home-docs-layout .meta-item{color:#c5c9d3}[data-framer-theme=dark] .home-docs-layout .path-card-icon,[data-framer-theme=dark] .home-docs-layout .library-icon,[data-framer-theme=dark] .home-docs-layout .tip-icon,[data-framer-theme=dark] .home-docs-layout .feature-icon{background:#2a2a36;color:#a78bfa;box-shadow:0 2px 8px #00000059,0 0 0 1px #ffffff14 inset}.home-docs-layout .path-card-icon,.home-docs-layout .library-icon,.home-docs-layout .tip-icon{font-size:18px}.home-docs-layout .meta-item,.home-docs-layout .visual-placeholder-text{display:inline-flex;align-items:center;gap:6px}.home-docs-layout #how-it-works .step-icon-large{width:36px;height:36px;min-width:36px;border-radius:8px;background:#fff;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #1413690d,0 1px 2px #14136914,0 0 0 1px #14136914 inset,0 -1.5px 2px #13276c0a inset,0 -3px .5px #13276c0a inset;color:#6e3ff3}.home-docs-layout #how-it-works .workflow-step{gap:12px}.home-docs-layout #how-it-works .step-visual{align-items:flex-start}.home-docs-layout #how-it-works .step-screenshot-placeholder{width:100%;text-align:left}.home-docs-layout #how-it-works .demo-copy-btn{display:inline-flex;align-items:center}.home-docs-layout .path-card:hover,.home-docs-layout .library-card:hover,.home-docs-layout .tip-card:hover,.home-docs-layout .troubleshooting-item:hover,.home-docs-layout .resource-card:hover,.home-docs-layout .tutorial-coming-item:hover,.home-docs-layout .faq-item:hover{border-color:var(--framer-color-border);background:#6e3ff30f;box-shadow:0 4px 12px #0000000d}.home-docs-layout .path-card:hover,.home-docs-layout .library-card:hover,.home-docs-layout .resource-card:hover,.home-docs-layout .tutorial-coming-item:hover{color:inherit}.home-docs-layout .path-card{position:relative;padding-right:42px}.home-docs-layout .path-card-arrow{position:absolute;top:12px;right:12px;margin:0}.home-docs-layout .resource-card{position:relative;padding-right:42px}.home-docs-layout .resource-arrow{position:absolute;top:12px;right:12px;margin:0}.landing-page #getting-started .fk-gs-container{max-width:1180px;width:100%;box-sizing:border-box}.landing-page #getting-started .fk-gs-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.landing-page #getting-started .fk-gs-card{padding:20px;display:flex;align-items:flex-start;gap:12px;text-align:left}.landing-page #getting-started .fk-gs-card .custom-section-icon{margin-right:0;flex-shrink:0}[data-framer-theme=dark] .landing-page #getting-started .fk-gs-card .custom-section-icon{background:#2a2b39;color:#a78bfa;box-shadow:0 2px 8px #00000059,0 0 0 1px #ffffff14 inset}.landing-page #getting-started .fk-gs-card-content{display:flex;flex-direction:column;gap:8px;min-width:0;flex:1}.landing-page #getting-started .fk-gs-card-content h3{margin:0;line-height:1.35}.landing-page #getting-started .fk-gs-card-content p{margin:0}.landing-footer{border-top:1px solid var(--framer-color-border);margin-top:24px;padding:28px 0 16px;background:#fff}.landing-footer-inner{max-width:1180px;margin:0 auto;padding:0 20px;display:flex;gap:40px;justify-content:space-between}.landing-footer-brand{max-width:420px}.landing-footer-logo{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:inherit;margin-bottom:10px}.landing-footer-logo-icon{width:28px;height:28px}.landing-footer-logo-text{font-weight:700;font-size:18px}.landing-footer-description{margin:0;color:#4b5563;font-size:14px;line-height:22px}.landing-footer-links{display:flex;gap:40px}.landing-footer-col{display:flex;flex-direction:column;gap:8px;min-width:160px}.landing-footer-col h4{margin:0 0 4px;font-size:13px;font-weight:700;color:#111827}.landing-footer-col a{text-decoration:none;color:#4b5563;font-size:14px}.landing-footer-col a:hover{color:#111827}.landing-footer-bottom{max-width:1180px;margin:14px auto 0;padding:10px 20px 0;border-top:1px solid var(--framer-color-border);display:flex;align-items:center;gap:10px;color:#6b7280;font-size:13px}.landing-footer-bottom a{color:inherit;text-decoration:none}[data-framer-theme=dark] .landing-page{background:var(--framer-color-bg-dark);color:var(--framer-color-text-dark)}[data-framer-theme=dark] .landing-footer{background:#1b1c24;border-top-color:#ffffff1f}[data-framer-theme=dark] .landing-footer-description,[data-framer-theme=dark] .landing-footer-col a,[data-framer-theme=dark] .landing-footer-bottom{color:#c5c9d3}[data-framer-theme=dark] .landing-footer-col h4,[data-framer-theme=dark] .landing-footer-logo-text{color:#f3f4f6}[data-framer-theme=dark] .landing-page #getting-started,[data-framer-theme=dark] .landing-page #layout-sections,[data-framer-theme=dark] .landing-page #ui-components,[data-framer-theme=dark] .landing-page #get-framerkit,[data-framer-theme=dark] .landing-page #faq-contact,[data-framer-theme=dark] .landing-page #testimonials{background:var(--framer-color-bg-dark)}[data-framer-theme=dark] .landing-page .fk-gs-container,[data-framer-theme=dark] .landing-page .ls-container,[data-framer-theme=dark] .landing-page .ui-container,[data-framer-theme=dark] .landing-page .pricing-container,[data-framer-theme=dark] .landing-page .faq-container{color:var(--framer-color-text-dark)}[data-framer-theme=dark] .landing-page .fk-gs-card,[data-framer-theme=dark] .landing-page .pricing-card,[data-framer-theme=dark] .landing-page .faq-item,[data-framer-theme=dark] .landing-page .testimonial-link{background:#232430;border-color:#ffffff1f;box-shadow:0 8px 24px #00000059}[data-framer-theme=dark] .landing-page .fk-gs-title,[data-framer-theme=dark] .landing-page .pricing-title,[data-framer-theme=dark] .landing-page .faq-title,[data-framer-theme=dark] .landing-page .ls-title,[data-framer-theme=dark] .landing-page .ui-title,[data-framer-theme=dark] .landing-page .faq-question,[data-framer-theme=dark] .landing-page .plan-title,[data-framer-theme=dark] .landing-page .testimonial-name,[data-framer-theme=dark] .landing-page .resource-title,[data-framer-theme=dark] .landing-page .fk-gs-card-content h3{color:#f3f4f6}[data-framer-theme=dark] .landing-page .fk-gs-text,[data-framer-theme=dark] .landing-page .pricing-subtitle,[data-framer-theme=dark] .landing-page .faq-subtitle,[data-framer-theme=dark] .landing-page .faq-answer,[data-framer-theme=dark] .landing-page .plan-desc,[data-framer-theme=dark] .landing-page .price-note,[data-framer-theme=dark] .landing-page .testimonial-role,[data-framer-theme=dark] .landing-page .resource-description,[data-framer-theme=dark] .landing-page .fk-gs-card-content p,[data-framer-theme=dark] .landing-page .ls-subtitle,[data-framer-theme=dark] .landing-page .ui-subtitle{color:#c5c9d3}[data-framer-theme=dark] .landing-page .price-amount{color:#f3f4f6}[data-framer-theme=dark] .landing-page .badge-light{background:#2a2b39;color:#e5e7eb;border-color:#fff3}[data-framer-theme=dark] .landing-page .feature-item{color:#e5e7eb}[data-framer-theme=dark] .landing-page .feature-icon{color:#a78bfa}[data-framer-theme=dark] .landing-page .features li{color:#d1d5db}[data-framer-theme=dark] .landing-page .features li:before{color:#a78bfa}[data-framer-theme=dark] .landing-page .pricing-btn.secondary{border-color:#ffffff38;color:#e5e7eb}[data-framer-theme=dark] .landing-page .pricing-btn.secondary:hover{background:#6e3ff32e;color:#fff}[data-framer-theme=dark] .landing-page .pricing-subtitle,[data-framer-theme=dark] .landing-page .plan-desc,[data-framer-theme=dark] .landing-page .price-note{color:#d1d5db}@media(max-width:900px){.landing-footer-inner{flex-direction:column;gap:24px}.landing-footer-links{width:100%;justify-content:space-between;gap:24px}}.landing-page .fk-gs-title,.landing-page .faq-title,.landing-page .pricing-title{font-family:Arial,sans-serif;font-style:normal;font-weight:700;color:#14161b;font-size:36px;line-height:40px}.landing-page .faq-question,.landing-page .plan-title,.landing-page .testimonial-name,.landing-page .resource-title,.landing-page .fk-gs-card-content h3{font-family:Arial,sans-serif;font-style:normal;font-weight:700;color:#14161b;font-size:16px;line-height:24px}.landing-page .fk-gs-text,.landing-page .faq-subtitle,.landing-page .faq-answer,.landing-page .plan-desc,.landing-page .price-note,.landing-page .testimonial-role,.landing-page .resource-description,.landing-page .fk-gs-card-content p{font-family:Arial,sans-serif;font-style:normal;font-weight:400;color:#52555b;font-size:16px;line-height:24px}[data-framer-theme=dark] .landing-page .plan-desc,[data-framer-theme=dark] .landing-page .price-note,[data-framer-theme=dark] .landing-page .features li,[data-framer-theme=dark] .landing-page .pricing-subtitle{color:#d1d5db!important}[data-framer-theme=dark] .landing-page .price-amount,[data-framer-theme=dark] .landing-page .pricing-title,[data-framer-theme=dark] .landing-page .plan-title{color:#f3f4f6!important}[data-framer-theme=dark] .landing-page .features li:before{color:#a78bfa!important}[data-framer-theme=dark] .landing-page #getting-started .custom-section-icon{background:#2a2b39!important;color:#a78bfa!important}.landing-page .fk-gs-container,.landing-page .faq-container,.landing-page .pricing-container,.landing-page .ls-container,.landing-page .ui-container{max-width:1180px;width:100%;margin:0 auto;padding-left:20px;padding-right:20px;box-sizing:border-box}@media(max-width:980px){.landing-page #getting-started .fk-gs-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.landing-page #getting-started .fk-gs-grid{grid-template-columns:1fr}}.home-docs-layout #what-is-framer,.home-docs-layout #what-is-framer .fk-gs-wrapper,.home-docs-layout #what-is-framer .fk-gs-container,.home-docs-layout #what-is-framer .fk-gs-card-content,.home-docs-layout #what-is-framer .docs-highlight-box,.home-docs-layout #what-is-framer .docs-table-wrapper,.home-docs-layout #what-is-framer .docs-cta-box{text-align:left}.home-docs-layout #what-is-framer .fk-gs-container{align-items:flex-start}.home-docs-layout #what-is-framer .fk-gs-wrapper{padding:0}.home-docs-layout #what-is-framer .fk-gs-title,.home-docs-layout #what-is-framer .docs-subsection-title,.home-docs-layout #what-is-framer .fk-gs-text,.home-docs-layout #what-is-framer .highlight-text,.home-docs-layout #what-is-framer .cta-box-title,.home-docs-layout #what-is-framer .cta-box-text{text-align:left}.home-docs-layout #what-is-framer .docs-highlight-box{border:1px solid var(--framer-color-border);background:#6e3ff30f}.home-docs-layout #what-is-framer .highlight-text svg{color:#6e3ff3}.home-docs-layout #what-is-framer .docs-cta-box{border:1px solid #d1d5db;background:#fff;border-radius:8px;padding:20px}.home-docs-layout #what-is-framer .btn-primary{height:36px;padding:6px 12px;font-size:14px;font-weight:600;border-radius:8px;background:#3b2489;color:#fff;transition:background .3s ease,box-shadow .3s ease,transform .1s ease}.home-docs-layout #what-is-framer .btn-primary:hover{background:#5a32d3;opacity:1;transform:none;box-shadow:none}.home-docs-layout #what-is-framer .btn-primary:active{transform:none}.home-docs-layout #what-is-framer .docs-table-wrapper{border-color:var(--framer-color-border);width:100%;border-radius:8px;overflow:hidden;box-shadow:var(--home-card-shadow)}.home-docs-layout #what-is-framer .docs-comparison-table th,.home-docs-layout #what-is-framer .docs-comparison-table td{border:1px solid var(--framer-color-border)}.home-docs-layout #what-is-framer .docs-comparison-table{border:0;width:100%;border-collapse:collapse}.home-docs-layout #what-is-framer .docs-cta-box{border-color:var(--framer-color-border);box-shadow:var(--home-card-shadow)}.home-docs-layout #what-is-framer .fk-gs-grid{grid-template-columns:1fr;width:100%;gap:12px;margin-top:16px;margin-bottom:28px}.home-docs-layout #what-is-framer .fk-gs-card{width:100%;min-width:0;align-items:flex-start;overflow:hidden;min-height:126px}.home-docs-layout #what-is-framer .fk-gs-card-content{min-width:0;flex:1;display:flex;flex-direction:column;justify-content:flex-start}.home-docs-layout #what-is-framer .fk-gs-card-content h3,.home-docs-layout #what-is-framer .fk-gs-card-content p{text-align:left;overflow-wrap:anywhere;word-break:break-word}.home-docs-layout #what-is-framer .fk-gs-card-content h3{margin:0 0 6px}.home-docs-layout #what-is-framer .fk-gs-card-content p{margin:0}@media(max-width:1024px){.home-docs-layout{padding-right:0}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Arial,sans-serif;font-size:16px;line-height:1.7;color:var(--color-text-primary);background:var(--color-background-tertiary)}.docs-section,.docs-overview{max-width:800px;margin:0 auto;padding:64px 24px}.docs-section+.docs-section{border-top:.5px solid var(--color-border-tertiary)}.docs-content-block{margin-top:48px}.docs-welcome-title,.docs-title,.fk-gs-title{font-size:32px;font-weight:500;line-height:1.25;color:var(--color-text-primary);margin-bottom:12px}.docs-subtitle,.docs-welcome-text,.fk-gs-text{font-size:16px;color:var(--color-text-secondary);margin-bottom:12px;max-width:600px}.docs-section-title,.docs-subsection-title,.fk-gs-title{font-size:20px;font-weight:500;color:var(--color-text-primary);margin-bottom:8px}.docs-section-description,.docs-text{font-size:15px;color:var(--color-text-secondary);margin-bottom:20px}.docs-badge{display:inline-block;font-size:12px;font-weight:500;color:var(--color-text-info);background:var(--color-background-info);border:.5px solid var(--color-border-info);border-radius:20px;padding:3px 10px;margin-bottom:12px;letter-spacing:.02em}.docs-header{margin-bottom:40px}.docs-welcome{margin-bottom:48px}.docs-path-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;margin-top:16px}.path-card{display:flex;align-items:center;gap:14px;padding:16px 18px;background:var(--color-background-primary);border:.5px solid var(--color-border-tertiary);border-radius:var(--border-radius-lg, 12px);text-decoration:none;color:inherit;transition:border-color .15s,background .15s}.path-card:hover{border-color:var(--color-border-secondary);background:var(--color-background-secondary)}.path-card-icon{font-size:20px;flex-shrink:0;width:36px;text-align:center}.path-card-content{flex:1}.path-card-title{font-size:14px;font-weight:500;color:var(--color-text-primary);margin-bottom:2px}.path-card-description{font-size:13px;color:var(--color-text-secondary)}.path-card-arrow{font-size:16px;color:var(--color-text-tertiary);flex-shrink:0}.docs-library-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px;margin-top:16px}.library-card{display:flex;flex-direction:column;gap:8px;padding:18px 20px;background:var(--color-background-primary);border:.5px solid var(--color-border-tertiary);border-radius:var(--border-radius-lg, 12px);text-decoration:none;color:inherit;transition:border-color .15s,background .15s}.library-card:hover{border-color:var(--color-border-secondary);background:var(--color-background-secondary)}.library-card-header{display:flex;align-items:center;gap:8px}.library-icon{font-size:18px}.library-title{font-size:14px;font-weight:500;color:var(--color-text-primary)}.library-desc{font-size:13px;color:var(--color-text-secondary);line-height:1.5}.library-tag{display:inline-block;font-size:11px;font-weight:500;color:var(--color-text-tertiary);background:var(--color-background-secondary);border:.5px solid var(--color-border-tertiary);border-radius:20px;padding:2px 8px;margin-top:auto;align-self:flex-start}.docs-highlight-box{background:var(--color-background-info);border:.5px solid var(--color-border-info);border-radius:var(--border-radius-md, 8px);padding:16px 20px;margin:24px 0}.highlight-text{font-size:14px;color:var(--color-text-info);line-height:1.6}.docs-cta-box{background:var(--color-background-secondary);border:.5px solid var(--color-border-tertiary);border-radius:var(--border-radius-lg, 12px);padding:28px 32px;margin-top:40px;text-align:center}.home-docs-layout[data-framer-theme=dark] .docs-cta-box{background:var(--framer-color-bg-dark)!important;border-color:var(--framer-color-border)!important}.home-docs-layout[data-framer-theme=dark] .docs-cta-box .cta-box-title,.home-docs-layout[data-framer-theme=dark] .docs-cta-box .cta-box-text{color:var(--framer-color-text-dark)!important}.cta-box-title{font-size:18px;font-weight:500;color:var(--color-text-primary);margin-bottom:8px}.cta-box-text{font-size:14px;color:var(--color-text-secondary);margin-bottom:20px}.fk-gs-wrapper{width:100%}.fk-gs-container{max-width:800px;margin:0 auto}.fk-gs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px;margin:20px 0 32px}.fk-gs-card{display:flex;gap:14px;padding:18px 20px;background:var(--color-background-primary);border:.5px solid var(--color-border-tertiary);border-radius:var(--border-radius-lg, 12px)}.feature-icon{font-size:18px;flex-shrink:0;width:32px;text-align:center;margin-top:2px}.fk-gs-card-content h3{font-size:14px;font-weight:500;color:var(--color-text-primary);margin-bottom:4px}.fk-gs-card-content p{font-size:13px;color:var(--color-text-secondary);line-height:1.55}.docs-table-wrapper{overflow-x:auto;margin:20px 0;border-radius:var(--border-radius-lg, 12px);border:.5px solid var(--color-border-tertiary)}.docs-comparison-table{width:100%;border-collapse:collapse;font-size:14px;background:var(--color-background-primary)}.docs-comparison-table th{padding:12px 16px;text-align:left;font-weight:500;font-size:13px;color:var(--color-text-secondary);background:var(--color-background-secondary);border-bottom:.5px solid var(--color-border-tertiary)}.docs-comparison-table td{padding:12px 16px;color:var(--color-text-primary);border-bottom:.5px solid var(--color-border-tertiary)}.docs-comparison-table tr:last-child td{border-bottom:none}.docs-comparison-table td.highlight-good{color:var(--color-text-success);font-weight:500}.workflow-diagram{display:flex;align-items:flex-start;gap:0;margin:32px 0;overflow-x:auto;padding-bottom:8px}.workflow-step{flex:1;min-width:180px;display:flex;flex-direction:column;gap:16px}.step-visual{display:flex;flex-direction:column;align-items:center;gap:8px}.step-icon-large{font-size:28px}.step-screenshot-placeholder{width:100%;min-height:80px;background:var(--color-background-secondary);border:.5px dashed var(--color-border-secondary);border-radius:var(--border-radius-md, 8px);display:flex;align-items:center;justify-content:center;font-size:12px;color:var(--color-text-tertiary);text-align:center;padding:12px}.step-content{text-align:center}.step-title{font-size:15px;font-weight:500;color:var(--color-text-primary);margin-bottom:6px}.step-description{font-size:13px;color:var(--color-text-secondary);line-height:1.55}.workflow-arrow{display:flex;align-items:center;padding:0 8px;color:var(--color-text-tertiary);margin-top:40px;flex-shrink:0}.copy-paste-demo{display:flex;align-items:center;gap:16px;padding:24px;background:var(--color-background-secondary);border:.5px solid var(--color-border-tertiary);border-radius:var(--border-radius-lg, 12px);margin-top:16px;overflow-x:auto}.demo-column{flex:1;min-width:180px;display:flex;flex-direction:column;gap:10px}.demo-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.demo-badge{font-size:11px;font-weight:500;color:var(--color-text-info);background:var(--color-background-info);border-radius:20px;padding:2px 8px}.demo-action{font-size:12px;color:var(--color-text-tertiary)}.demo-preview{background:var(--color-background-primary);border:.5px solid var(--color-border-tertiary);border-radius:var(--border-radius-md, 8px);padding:16px;display:flex;flex-direction:column;align-items:center;gap:10px}.demo-component-placeholder,.demo-canvas-placeholder{width:100%;min-height:60px;background:var(--color-background-secondary);border-radius:var(--border-radius-md, 8px);display:flex;align-items:center;justify-content:center;font-size:13px;color:var(--color-text-tertiary)}.demo-copy-btn{font-size:13px;font-weight:500;color:var(--color-text-primary);background:var(--color-background-secondary);border:.5px solid var(--color-border-secondary);border-radius:var(--border-radius-md, 8px);padding:7px 14px;cursor:pointer;transition:background .15s}.demo-copy-btn:hover{background:var(--color-background-tertiary)}.demo-arrow{color:var(--color-text-tertiary);flex-shrink:0}.docs-tips-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px;margin-top:16px}.tip-card{padding:18px 20px;background:var(--color-background-primary);border:.5px solid var(--color-border-tertiary);border-radius:var(--border-radius-lg, 12px);display:flex;flex-direction:column;gap:6px}.tip-icon{font-size:18px;margin-bottom:4px}.tip-title{font-size:14px;font-weight:500;color:var(--color-text-primary)}.tip-description{font-size:13px;color:var(--color-text-secondary);line-height:1.55}kbd{display:inline-block;font-size:11px;font-family:var(--font-mono, monospace);color:var(--color-text-primary);background:var(--color-background-secondary);border:.5px solid var(--color-border-secondary);border-radius:4px;padding:1px 5px;vertical-align:baseline}.prerequisites-grid{display:flex;flex-direction:column;gap:10px;margin-top:12px}.prerequisite-item{display:flex;align-items:flex-start;gap:12px;padding:14px 18px;background:var(--color-background-primary);border:.5px solid var(--color-border-tertiary);border-radius:var(--border-radius-md, 8px)}.prerequisite-icon{font-size:16px;flex-shrink:0;margin-top:2px}.prerequisite-title{font-size:14px;font-weight:500;color:var(--color-text-primary);margin-bottom:2px}.prerequisite-description{font-size:13px;color:var(--color-text-secondary)}.steps-vertical{display:flex;flex-direction:column;gap:0;margin-top:16px;position:relative}.steps-vertical:before{content:"";position:absolute;left:19px;top:40px;bottom:40px;width:.5px;background:var(--color-border-tertiary)}.step-vertical-item{display:flex;align-items:flex-start;gap:16px;padding:20px 0;position:relative}.step-number-badge{width:38px;height:38px;border-radius:50%;background:var(--color-background-primary);border:.5px solid var(--color-border-secondary);font-size:14px;font-weight:500;color:var(--color-text-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;z-index:1}.step-vertical-content{flex:1;padding-top:6px}.step-vertical-title{font-size:15px;font-weight:500;color:var(--color-text-primary);margin-bottom:4px}.step-vertical-description{font-size:14px;color:var(--color-text-secondary);line-height:1.6;margin-bottom:10px}.step-visual-mini{display:inline-flex;align-items:center;background:var(--color-background-secondary);border:.5px solid var(--color-border-tertiary);border-radius:var(--border-radius-md, 8px);padding:6px 12px}.visual-placeholder-text{font-size:13px;color:var(--color-text-tertiary)}.interactive-demo{display:flex;gap:20px;align-items:flex-start;margin-top:16px;flex-wrap:wrap}.demo-panel{flex:1;min-width:240px;background:var(--color-background-primary);border:.5px solid var(--color-border-tertiary);border-radius:var(--border-radius-lg, 12px);overflow:hidden}.demo-panel-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:var(--color-background-secondary);border-bottom:.5px solid var(--color-border-tertiary)}.demo-panel-title{font-size:13px;font-weight:500;color:var(--color-text-primary)}.demo-panel-badge{font-size:11px;color:var(--color-text-success);background:var(--color-background-success);border-radius:20px;padding:2px 8px}.demo-panel-content{padding:24px 16px;display:flex;justify-content:center}.demo-component-preview{display:flex;justify-content:center}.demo-button-primary{font-size:14px;font-weight:500;color:#fff;background:#1a1a1a;border:none;border-radius:var(--border-radius-md, 8px);padding:10px 22px;cursor:pointer;transition:opacity .15s}.demo-button-primary:hover{opacity:.85}.demo-panel-footer{padding:12px 16px;border-top:.5px solid var(--color-border-tertiary)}.demo-copy-button{width:100%;font-size:13px;font-weight:500;color:var(--color-text-primary);background:var(--color-background-secondary);border:.5px solid var(--color-border-secondary);border-radius:var(--border-radius-md, 8px);padding:8px;cursor:pointer;transition:background .15s}.demo-copy-button:hover{background:var(--color-background-tertiary)}.demo-instructions{flex:1;min-width:200px;display:flex;flex-direction:column;gap:10px;padding:4px 0}.demo-instructions p{font-size:14px;color:var(--color-text-secondary)}.troubleshooting-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;margin-top:16px}.troubleshooting-item{padding:18px 20px;background:var(--color-background-primary);border:.5px solid var(--color-border-tertiary);border-radius:var(--border-radius-lg, 12px)}.troubleshooting-question{font-size:14px;font-weight:500;color:var(--color-text-primary);margin-bottom:6px}.troubleshooting-answer{font-size:13px;color:var(--color-text-secondary);line-height:1.55}.video-main-container{display:flex;flex-direction:column;gap:20px}.video-wrapper{width:100%;aspect-ratio:16 / 9;background:var(--color-background-secondary);border:.5px solid var(--color-border-tertiary);border-radius:var(--border-radius-lg, 12px);overflow:hidden}.video-iframe{width:100%;height:100%;border:none;display:block}.video-title{font-size:18px;font-weight:500;color:var(--color-text-primary);margin-bottom:8px}.video-description{font-size:14px;color:var(--color-text-secondary);margin-bottom:12px}.video-meta{display:flex;flex-wrap:wrap;gap:12px}.meta-item{font-size:13px;color:var(--color-text-tertiary)}.video-chapters{display:flex;flex-direction:column;gap:0;margin-top:12px;border:.5px solid var(--color-border-tertiary);border-radius:var(--border-radius-lg, 12px);overflow:hidden;background:var(--color-background-primary)}.chapter-item{display:flex;align-items:center;gap:10px;padding:12px 18px;text-decoration:none;color:var(--color-text-primary);border-bottom:.5px solid var(--color-border-tertiary);transition:background .12s}.chapter-item:last-child{border-bottom:none}.chapter-item:hover{background:var(--color-background-secondary)}.chapter-time{font-size:13px;font-weight:500;color:var(--color-text-info);min-width:36px;font-variant-numeric:tabular-nums}.chapter-divider{font-size:12px;color:var(--color-text-tertiary)}.chapter-title{font-size:14px;color:var(--color-text-primary)}.transcript-container{display:flex;flex-direction:column;gap:0;border:.5px solid var(--color-border-tertiary);border-radius:var(--border-radius-lg, 12px);overflow:hidden;margin-top:12px;background:var(--color-background-primary)}.transcript-section{padding:18px 20px;border-bottom:.5px solid var(--color-border-tertiary)}.transcript-section:last-child{border-bottom:none}.transcript-heading{font-size:13px;font-weight:500;color:var(--color-text-secondary);margin-bottom:6px}.transcript-text{font-size:14px;color:var(--color-text-primary);line-height:1.65}.resources-grid{display:flex;flex-direction:column;gap:8px;margin-top:12px}.resource-card{display:flex;align-items:center;gap:14px;padding:14px 18px;background:var(--color-background-primary);border:.5px solid var(--color-border-tertiary);border-radius:var(--border-radius-md, 8px);text-decoration:none;color:inherit;transition:border-color .15s,background .15s}.resource-card:hover{border-color:var(--color-border-secondary);background:var(--color-background-secondary)}.resource-icon{font-size:18px;flex-shrink:0;width:30px;text-align:center}.resource-title{font-size:14px;font-weight:500;color:var(--color-text-primary);margin-bottom:2px}.resource-description{font-size:13px;color:var(--color-text-secondary)}.resource-arrow{font-size:16px;color:var(--color-text-tertiary);margin-left:auto;flex-shrink:0}.tutorials-coming{display:flex;flex-direction:column;gap:8px;margin-top:12px}.tutorial-coming-item{display:flex;align-items:flex-start;gap:12px;padding:16px 18px;background:var(--color-background-primary);border:.5px solid var(--color-border-tertiary);border-radius:var(--border-radius-md, 8px)}.tutorial-badge{font-size:11px;font-weight:500;color:var(--color-text-warning);background:var(--color-background-warning);border-radius:20px;padding:2px 8px;flex-shrink:0;margin-top:2px}.tutorial-coming-item h4{font-size:14px;font-weight:500;color:var(--color-text-primary);margin-bottom:4px}.tutorial-coming-item p{font-size:13px;color:var(--color-text-secondary);line-height:1.55}.inline-link{color:var(--color-text-info);text-decoration:none;border-bottom:.5px solid var(--color-border-info)}.inline-link:hover{opacity:.75}.btn-primary{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:500;color:#fff;background:#1a1a1a;border:none;border-radius:var(--border-radius-md, 8px);padding:10px 20px;text-decoration:none;cursor:pointer;transition:opacity .15s}.btn-primary:hover{opacity:.85}@media(max-width:600px){.docs-section,.docs-overview{padding:40px 16px}.docs-welcome-title,.docs-title,.fk-gs-title{font-size:24px}.workflow-diagram{flex-direction:column}.workflow-arrow{transform:rotate(90deg);align-self:center;margin:0}.copy-paste-demo{flex-direction:column}.demo-arrow{transform:rotate(90deg);align-self:center}.interactive-demo{flex-direction:column}.docs-path-grid,.docs-library-grid,.fk-gs-grid,.docs-tips-grid,.troubleshooting-grid{grid-template-columns:1fr}}.section-header-sticky{position:sticky;top:0;z-index:90;height:60px;min-height:60px;display:flex;flex-direction:column;justify-content:center;padding:0;box-sizing:border-box;background:#fffffff5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--framer-color-border)}.section-header-row{display:flex;align-items:center;justify-content:space-between;gap:16px;height:100%;padding:0 20px}.section-header-left{display:flex;flex-direction:column;gap:2px;min-width:0}.section-title{margin:0;font-size:18px;font-weight:600;line-height:1.2;letter-spacing:-.01em}.section-subtitle{margin:0;font-size:13px;font-weight:500;line-height:1.2;color:#6b7280}.section-header-right{display:flex;align-items:center;gap:10px;flex-shrink:0}.section-header-controls-left,.section-header-controls-right{display:flex;align-items:center}.section-header-controls-left{margin-right:auto}.section-header-controls-right{margin-left:auto}.section-meta-block{padding:14px 20px 6px}.mode-label{font-size:12px;font-weight:500;text-transform:none;letter-spacing:0;color:#6b7280;margin-right:4px}.section-header-right .iconButton{width:32px;height:32px;border-radius:8px;border:1px solid var(--framer-color-border);background:transparent;color:#5b6170}.section-header-right .iconButton:hover{background:#6e3ff30f;border-color:#6e3ff333;color:#4b2ea8}.section-header-right .iconButton.active{background:#6e3ff31f;border-color:#6e3ff347;color:#3b2489}.section-header-right .iconButton svg{color:inherit;stroke:currentColor}.section-header-divider{position:absolute;left:0;right:0;bottom:0;height:1px;background:var(--framer-color-border)}@media(max-width:768px){.section-header-sticky{padding:0;height:60px;z-index:80;border-bottom:none}[data-framer-theme=dark] .section-header-sticky{border-bottom:none}.section-header-row{width:100%;padding:0 16px;box-sizing:border-box}}@media(max-width:640px){.section-header-sticky{padding:0;height:60px;z-index:80;border-bottom:none}[data-framer-theme=dark] .section-header-sticky{border-bottom:none}.section-header-row{padding:0 16px}.section-header-divider{display:none}.section-header-controls-left{width:100%;margin-right:0}.section-header-controls-right,.section-header-right .theme-toggle-btn{display:none}.section-title{font-size:16px}.section-subtitle{font-size:12px}.section-header-right{gap:8px}.mode-toggle-wrapper{width:100%;padding:0 16px;justify-content:space-between;box-sizing:border-box}.mode-toggle-group{height:32px;width:100%;justify-content:space-between;border:none}.mode-toggle-btn{padding:0 10px;font-size:12px;flex:1}.mode-toggle-btn span{display:inline}}.theme-toggle-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;border-radius:8px;background:transparent;color:#5b6170;cursor:pointer;transition:background .15s ease,color .15s ease;outline:none!important;box-shadow:none!important;appearance:none;-webkit-appearance:none;-webkit-tap-highlight-color:transparent}.theme-toggle-btn:hover{background:#0000000d;color:#1f2937}.theme-toggle-btn:focus:not(:hover),.theme-toggle-btn:focus-visible:not(:hover),.theme-toggle-btn:active:not(:hover){outline:none!important;box-shadow:none!important;border:none!important;background:transparent;color:inherit}.theme-toggle-btn::-moz-focus-inner{border:0}.theme-toggle-btn.active{background:transparent;color:#9ca3af}[data-framer-theme=dark] .theme-toggle-btn{color:#9ca3af}[data-framer-theme=dark] .theme-toggle-btn:hover{background:#ffffff1a;color:#fff}[data-framer-theme=dark] .theme-toggle-btn.active{color:#9ca3af}.theme-toggle-btn svg{width:20px;height:20px;min-width:20px;display:block;opacity:1;visibility:visible;stroke:currentColor!important}.theme-toggle-btn .theme-toggle-tooltip{position:absolute;left:50%!important;top:calc(100% + 8px)!important;right:auto!important;bottom:auto!important;transform:translate(-50%)!important;background:#3b2489;color:#fff;font-size:12px;font-weight:500;line-height:1;padding:6px 9px;border-radius:6px;white-space:nowrap;z-index:1000;pointer-events:none}.theme-toggle-btn .theme-toggle-tooltip:after{content:"";position:absolute;bottom:100%;left:50%;transform:translate(-50%);border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:4px solid #3B2489}
