@font-face{font-family:sfPro;src:url(../media/SFProText_Regular-s.p.a2ee838f.ttf)format("truetype");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:sfPro;src:url(../media/SFProText_Medium-s.p.ed00b66d.ttf)format("truetype");font-display:swap;font-weight:500;font-style:normal}@font-face{font-family:sfPro;src:url(../media/SFProText_Semibold-s.p.4f3981a9.ttf)format("truetype");font-display:swap;font-weight:600;font-style:normal}@font-face{font-family:sfPro;src:url(../media/SFProText_Bold-s.p.58f29625.ttf)format("truetype");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:sfPro;src:url(../media/SFProText_Heavy-s.p.4f5da24a.ttf)format("truetype");font-display:swap;font-weight:800;font-style:normal}@font-face{font-family:sfPro Fallback;src:local(Arial);ascent-override:88.96%;descent-override:22.54%;line-gap-override:0.0%;size-adjust:107.03%}.sfpro_6f508775-module__y_DwVG__className{font-family:sfPro,sfPro Fallback}.sfpro_6f508775-module__y_DwVG__variable{--font-sans:"sfPro","sfPro Fallback"}
:root{--radius-lg:20px;--radius-md:12px;--radius:12px;--radius-sm:8px;--background:#1d1d20;--foreground:#f4f4f6;--border:#303030;--accent:#fff;--accent-foreground:#000;--placeholder:#898989;--muted:#f4f4f6;--muted-foreground:#ababab;--sidebar-bg:#1d1d20;--input-bg:#2a2a2d;--input-hover:#333336;--card-bg:#242428;--selection:#ffffff26;--h1-gradient:linear-gradient(180deg,#fff 0%,#ffffffb3 100%);--focus-border:#ffffff4d;--focus-shadow:#ffffff0d;--shadow-heavy:#000c;--shadow-medium:#00000080;--shadow-small:#0000004d;--header-bg:#1d1d20d9;--input-bg-rgb:42,42,45}[data-theme=light]{--background:#fcfcfc;--foreground:#1d1d20;--border:#e2e2e5;--accent:#1d1d20;--accent-foreground:#fff;--placeholder:#94949b;--muted:#64748b;--muted-foreground:#64748b;--sidebar-bg:#f8f8fa;--input-bg:#f2f2f4;--input-hover:#ebebee;--card-bg:#fff;--selection:#1d1d2014;--h1-gradient:linear-gradient(180deg,#1d1d20 0%,#1d1d20b3 100%);--focus-border:#1d1d2033;--focus-shadow:#1d1d200d;--shadow-heavy:#0000001f;--shadow-medium:#00000014;--shadow-small:#0000000d;--header-bg:#fcfcfcd9;--input-bg-rgb:242,242,244}[data-theme=dark]{--background:#1d1d20;--foreground:#f4f4f6;--border:#303030;--accent:#fff;--accent-foreground:#000;--placeholder:#898989;--muted:#f4f4f6;--muted-foreground:#ababab;--sidebar-bg:#1d1d20;--input-bg:#2a2a2d;--input-hover:#333336;--card-bg:#242428;--selection:#ffffff26;--h1-gradient:linear-gradient(180deg,#fff 0%,#ffffffb3 100%);--focus-border:#ffffff4d;--focus-shadow:#ffffff0d;--shadow-heavy:#000c;--shadow-medium:#00000080;--shadow-small:#0000004d;--header-bg:#1d1d20d9;--input-bg-rgb:42,42,45}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;overflow-x:hidden}body{background:var(--background);color:var(--foreground);font-family:var(--font-sans),-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text","Helvetica Neue",Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:-.015em;line-height:1.6}h1,h2,h3,h4,h5,h6{letter-spacing:-.04em;color:var(--foreground);font-weight:700;line-height:1.1}h1{color:var(--foreground);font-size:clamp(2.5rem,6vw,4rem);font-weight:800}h2{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800}h3{font-size:1.25rem}a{color:inherit;text-decoration:none}button{cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:none;font-family:inherit;transition:all .2s}.btn{border-radius:var(--radius-md);cursor:pointer;justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background:var(--accent);color:var(--accent-foreground)}.btn-primary:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 4px 20px #ffffff26}.btn-ghost{color:var(--foreground);border:1px solid var(--border);background:0 0}.btn-ghost:hover{background:var(--input-bg);border-color:var(--muted-foreground)}.btn-link{color:var(--muted-foreground);background:0 0;padding:8px 12px}.btn-link:hover{color:var(--foreground)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.container-full{width:100%;margin:0 auto;padding:0 20px}::selection{background:var(--selection);color:inherit}::selection{background:var(--selection);color:inherit}*{scrollbar-width:thin;scrollbar-color:var(--border)transparent}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background-color:var(--border);background-clip:content-box;border:1.5px solid #0000;border-radius:20px}::-webkit-scrollbar-thumb:hover{background-color:var(--muted-foreground)}input,textarea{color:inherit;background:var(--input-bg);border:1px solid var(--border);border-radius:var(--radius-md);outline:none;font-family:inherit;font-size:16px;transition:border-color .2s,box-shadow .2s}input:focus,textarea:focus{border-color:var(--focus-border);box-shadow:0 0 0 2px var(--focus-shadow)}.header{z-index:100;border-bottom:1px solid var(--border);background:var(--header-bg);-webkit-backdrop-filter:blur(12px);height:60px;position:sticky;top:0}.header-content{justify-content:space-between;align-items:center;height:100%;display:flex}.header-logo{letter-spacing:-.02em;align-items:center;gap:12px;font-size:18px;font-weight:700;display:flex}.header-logo img{width:32px;height:32px}.header-nav{align-items:center;gap:32px;display:flex}.header-nav a{color:var(--muted-foreground);font-size:14px;font-weight:500;transition:color .2s}.header-nav a:hover{color:var(--foreground)}.header-actions{align-items:center;gap:12px;display:flex}.theme-toggle-footer{background:var(--input-bg);border:1px solid var(--border);border-radius:10px;gap:4px;width:fit-content;padding:4px;display:flex}.toggle-option{color:var(--muted-foreground);border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:13px;font-weight:600;transition:color .3s;display:flex;position:relative}.toggle-option-active{color:var(--accent-foreground)}.active-indicator{background:var(--foreground);z-index:0;border-radius:6px;position:absolute;inset:0}.toggle-option span,.toggle-option svg{z-index:1;position:relative}.theme-toggle-footer-compact{background:var(--input-bg);border:1px solid var(--border);border-radius:10px;gap:2px;padding:3px;display:flex}.toggle-option-compact{width:28px;height:28px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:7px;justify-content:center;align-items:center;transition:all .3s;display:flex;position:relative}.toggle-option-compact svg{z-index:10;transition:color .3s;position:relative}.toggle-option-compact.active{color:var(--background)}[data-theme=light] .toggle-option-compact.active{color:#fff}[data-theme=dark] .toggle-option-compact.active{color:#000}.footer-nav-links{align-items:center;gap:24px;display:flex}.footer-nav-links a{color:var(--muted-foreground);font-size:13px;font-weight:500;text-decoration:none;transition:color .2s}.footer-nav-links a:hover{color:var(--foreground)}.footer-mini-logo{opacity:.8;align-items:center;display:flex}.footer-mini-logo:hover{opacity:1}.footer-controls{align-items:center;gap:8px;display:flex}.language-selector-footer{position:relative}.lang-toggle-btn{background:var(--input-bg);border:1px solid var(--border);color:var(--foreground);cursor:pointer;border-radius:10px;align-items:center;gap:8px;padding:8px 12px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.lang-toggle-btn:hover{border-color:var(--muted-foreground);background:var(--input-hover)}.lang-menu-popup{background:var(--background);border:1px solid var(--border);z-index:1000;border-radius:12px;flex-direction:column;gap:2px;min-width:140px;padding:6px;display:flex;position:absolute;bottom:calc(100% + 8px);right:0;box-shadow:0 10px 30px #0003}.lang-menu-item{color:var(--muted-foreground);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;width:100%;padding:8px 12px;font-size:13.5px;font-weight:500;transition:all .2s;display:flex}.lang-menu-item:hover{background:var(--input-bg);color:var(--foreground)}.lang-menu-item.active{background:var(--foreground);color:var(--background)}.hero{padding:80px 0 100px;position:relative;overflow:hidden}.hero-content{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.hero-text h1{margin-bottom:16px}.hero-subtitle{color:var(--muted-foreground);max-width:400px;margin-bottom:32px;font-size:16px}.hero-input-wrapper{background:var(--input-bg);border:1px solid var(--border);border-radius:var(--radius-lg);align-items:stretch;max-width:480px;display:flex;overflow:hidden}.hero-input{color:var(--foreground);background:0 0;border:none;flex:1;padding:16px 20px;font-size:15px}.hero-input::placeholder{color:var(--placeholder)}.hero-input:focus{box-shadow:none;outline:none}.hero-input-btn{background:var(--accent);color:var(--accent-foreground);border-radius:var(--radius-md);white-space:nowrap;margin:6px;padding:12px 24px;font-size:14px;font-weight:600}.hero-input-btn:hover{opacity:.9}.hero-mascot{justify-content:center;align-items:center;display:flex;position:relative}.mascot-image{justify-content:center;align-items:center;width:360px;height:360px;display:flex;position:relative}.mascot-image:before{content:"";background:radial-gradient(circle,var(--accent)0%,transparent 70%);opacity:.2;filter:blur(40px);z-index:-1;width:60%;height:60%;animation:4s ease-in-out infinite glow-pulse;position:absolute}@keyframes glow-pulse{0%,to{opacity:.2;transform:scale(1)}50%{opacity:.3;transform:scale(1.2)}}.mascot-image-img{object-fit:contain;filter:drop-shadow(0 10px 30px #0003);opacity:1;width:100%;height:100%;transition:transform .3s}[data-theme=light] .mascot-image-img{filter:drop-shadow(0 10px 30px #0000001a);opacity:1}.features{border-top:1px solid var(--border);padding:40px 0 80px}.features h2{text-align:center;margin-bottom:48px}.features-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.feature-card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px;transition:border-color .2s}.feature-card:hover{border-color:var(--muted-foreground)}.feature-icon{background:var(--input-bg);border:1px solid var(--border);border-radius:var(--radius-md);justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:16px;font-size:18px;display:flex}.feature-card h3{margin-bottom:8px;font-size:15px;font-weight:700}.feature-card p{color:var(--muted-foreground);font-size:13px;line-height:1.5}.styles-gallery{border-top:1px solid var(--border);padding:80px 0}.section-header{text-align:center;margin-bottom:48px}.section-header h2{margin-bottom:12px}.section-header p{color:var(--muted-foreground);font-size:16px}.styles-marquee-container{padding:10px 0;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000);mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000)}.styles-marquee{gap:16px;width:max-content;padding:20px 0;animation:60s linear infinite marquee;display:flex}.styles-marquee.reverse{animation-direction:reverse}.style-item-text{background:var(--card-bg);border:1px solid var(--border);cursor:default;border-radius:20px;min-width:280px;max-width:280px;padding:20px 24px;transition:all .4s cubic-bezier(.165,.84,.44,1);box-shadow:0 4px 12px #0000000d}.style-item-text:hover{border-color:var(--accent);background:var(--input-bg);transform:translateY(-4px)scale(1.02);box-shadow:0 20px 40px #0000001a}.showcase-section{border-top:1px solid var(--border);padding:40px 0 80px}.style-item-name{color:var(--foreground);margin-bottom:6px;font-size:16px;font-weight:700;display:block}.style-item-desc{color:var(--secondary);opacity:.8;font-size:13px;line-height:1.5;display:block}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.hero-gallery-container{padding-top:0;padding-bottom:20px}.hero-gallery{max-width:1400px;margin:0 auto;position:relative;overflow:hidden}.gallery-grid-bento{grid-template-columns:repeat(5,1fr);grid-auto-rows:240px;grid-auto-flow:dense;gap:20px;max-width:1400px;margin:0 auto;padding:0 20px;display:grid}.gallery-item.large{grid-area:span 2/span 2}.gallery-item.tall{grid-row:span 2}.gallery-item.wide{grid-column:span 2}.gallery-item{background:var(--card-bg);border:1px solid var(--border);cursor:pointer;-webkit-backdrop-filter:blur(10px);border-radius:20px;flex-direction:column;height:100%;padding:10px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000001a}.gallery-item:hover{border-color:var(--accent);z-index:10;box-shadow:0 20px 40px #0003}.gallery-item-image-wrapper{background:var(--input-bg);border-radius:12px;flex:1;width:100%;height:100%;position:relative;overflow:hidden}.gallery-item-image-wrapper img{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.gallery-item-ui{align-items:center;min-width:0;padding-top:10px;display:flex}.ui-prompt-bar{background:rgba(var(--input-bg-rgb),.6);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--foreground);border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:10px;width:100%;padding:10px 14px;font-size:13px;line-height:1.4;display:flex}.prompt-desc{opacity:.9;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ui-prompt-bar span{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.ui-prompt-bar svg{color:var(--accent);flex-shrink:0}@media (max-width:1200px){.gallery-grid-bento{grid-template-columns:repeat(3,1fr);grid-auto-rows:200px}.gallery-item.large{grid-area:span 2/span 2}}@media (max-width:768px){.hero{padding:48px 0 10px}.hero-gallery-container{padding-top:10px;padding-bottom:0}.features{padding:30px 0 60px}.gallery-grid-bento{grid-template-columns:repeat(2,1fr);grid-auto-rows:auto;gap:12px;padding:0 12px}.gallery-item{height:auto}.gallery-item-image-wrapper{flex:none;width:100%;aspect-ratio:1!important;height:auto!important}.gallery-item.large{grid-area:span 1/span 2}.gallery-item.tall,.gallery-item.wide{grid-area:span 1/span 1}.gallery-item-ui{z-index:2;padding-top:8px;position:relative}.ui-prompt-bar{background:var(--input-bg);border:1px solid var(--border)}}.section-cta{text-align:center;margin-top:40px}.advertising,.page-layouts{border-top:1px solid var(--border);padding:80px 0}.layouts-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.layout-card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-lg);aspect-ratio:4/5;flex-direction:column;gap:12px;padding:20px;display:flex}.layout-placeholder{background:var(--input-bg);border-radius:var(--radius-md);flex:1}.layout-lines{flex-direction:column;gap:8px;display:flex}.layout-line{background:var(--input-bg);border-radius:4px;height:8px}.layout-line:nth-child(2){width:60%}.platforms{border-top:1px solid var(--border);text-align:center;padding:80px 0}.platforms h2{margin-bottom:48px}.platforms-icons{flex-wrap:wrap;justify-content:center;gap:32px;display:flex}.platform-icon{border:1px solid var(--border);background:var(--card-bg);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:24px;transition:all .3s;display:flex;position:relative}.platform-icon:before{content:"";opacity:0;z-index:-1;filter:blur(8px);background:linear-gradient(135deg,#fff3,#ffffff1a);border-radius:50%;transition:opacity .3s;position:absolute;inset:-4px}.platform-icon:hover:before{opacity:1}.platform-icon:hover{border-color:var(--accent);transform:scale(1.1)}.footer{border-top:1px solid var(--border);padding:20px 0}.footer-content{grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;display:grid}.footer-left{justify-content:flex-start;display:flex}.footer-center{justify-content:center;display:flex}.footer-right{justify-content:flex-end;display:flex}@media (max-width:1024px){.hero-content{text-align:center;grid-template-columns:1fr}.hero-subtitle{margin:0 auto 32px}.hero-input-wrapper{margin:0 auto}.hero-mascot{display:none}.styles-grid,.features-grid,.layouts-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.container{padding:0 16px}.section-header{margin-bottom:20px}.showcase-section{padding:32px 0 60px}.header-nav{display:none}.hero{padding:48px 0 40px}h1{font-size:2rem}.hero-input-wrapper{flex-direction:column;gap:0}.hero-input{padding:14px 16px}.hero-input-btn{margin:8px;padding:14px}.gallery-grid-bento{grid-template-columns:repeat(2,1fr)}.features-grid,.styles-grid,.layouts-grid{grid-template-columns:1fr}.platforms-icons{gap:16px}.platform-icon{width:48px;height:48px;font-size:20px}.footer-content{text-align:center;flex-direction:column;gap:24px;display:flex}.footer-mini-logo{display:none}.footer-left,.footer-center,.footer-right{justify-content:center}}.static-page{min-height:70vh;padding:80px 0}.container-static{max-width:800px;margin:0 auto;padding:0 20px}.container-static h1{margin-bottom:8px;font-size:40px;font-weight:800}.last-updated{color:var(--muted-foreground);margin-bottom:48px;font-size:14px}.static-content{color:var(--foreground);line-height:1.7}.static-content h2{margin:40px 0 16px;font-size:24px;font-weight:700}.static-content h3{margin:24px 0 12px;font-size:20px;font-weight:600}.static-content p{opacity:.9;margin-bottom:16px}.static-content ul{margin:16px 0 24px 24px}.static-content li{opacity:.9;margin-bottom:8px}.static-content strong{color:var(--foreground);font-weight:600}@media (max-width:768px){.container-static h1{font-size:32px}.static-page{padding:40px 0}}.lightbox{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;background:#000000e6;justify-content:center;align-items:center;padding:20px;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.lightbox-content{aspect-ratio:1;cursor:default;width:100%;max-width:90vh;animation:.3s cubic-bezier(.34,1.56,.64,1) zoomIn;position:relative}@keyframes zoomIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.lightbox-close{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:32px;transition:transform .2s;display:flex;position:absolute;top:-40px;right:0}.lightbox-close:hover{transform:scale(1.1)}.lightbox-image-wrapper{border-radius:12px;width:100%;height:100%;position:relative;overflow:hidden;box-shadow:0 24px 64px #00000080}.gallery-item{cursor:pointer}
