.exports-page{background:#fff;flex-direction:column;min-height:100vh;display:flex;position:relative;overflow:hidden}.exports-page:before{display:none!important}.exports-main{z-index:1;background:#fff;flex:1;min-height:calc(100vh - 70px);padding:20px 40px;position:relative}.exports-table-container{background:#fff;border-radius:12px;width:100%;max-width:1200px;margin:0 auto;overflow:hidden}.exports-table{border-collapse:collapse;width:100%;font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,sans-serif}.exports-table thead{background:#fff;border-bottom:1px solid #e0e0e0}.exports-table th{text-align:left;color:#6b7280;text-transform:none;letter-spacing:0;padding:16px 24px;font-size:14px;font-weight:500}.exports-table th:last-child{text-align:center}.exports-table tbody tr{border-bottom:1px solid #f3f4f6}.exports-table tbody tr:last-child{border-bottom:none}.exports-table td{color:#374151;padding:20px 24px;font-size:14px}.exports-table td:last-child{text-align:center}.empty-row td{text-align:center;padding:40px 24px 60px}.exports-empty-state-table{flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}.exports-empty-state-table .exports-empty-text{color:#9ca3af;margin-bottom:4px;font-family:IBM Plex Sans,sans-serif;font-size:16px;font-weight:400}.go-to-projects-btn{color:#3b82f6;cursor:pointer;background:0 0;border:none;border-radius:6px;outline:none;padding:10px 20px;font-size:14px;font-weight:500;text-decoration:none;transition:all .15s}.go-to-projects-btn:hover{color:#1e40af}.go-to-projects-btn:focus{outline:none}.go-to-projects-btn:active{color:#1e3a8a}.table-actions{justify-content:center;align-items:center;gap:8px;display:flex}.download-btn,.delete-btn{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.download-btn{color:#6b7280}.download-btn:hover{color:#3b82f6;background:#f0f9ff;border-color:#3b82f6}.delete-btn{color:#6b7280}.delete-btn:hover{color:#ef4444;background:#fef2f2;border-color:#ef4444}.download-btn svg,.delete-btn svg{width:16px;height:16px}@media (max-width:768px){.exports-main{padding:15px 20px}.exports-table-container{margin-top:0;overflow-x:auto}.exports-table{min-width:600px}.exports-table th,.exports-table td{padding:12px 16px}.empty-row td{padding:30px 16px 40px}.table-actions{gap:4px}.download-btn,.delete-btn{width:32px;height:32px}.download-btn svg,.delete-btn svg{width:14px;height:14px}}@media (max-width:480px){.exports-main{padding:10px 16px}.exports-table th{font-size:12px}.exports-table td{font-size:13px}.go-to-projects-btn{width:100%}.download-btn,.delete-btn{width:30px;height:30px}}
.settings-page{background:#fff;flex-direction:column;min-height:100vh;display:flex;position:relative;overflow:hidden}.settings-page:before{display:none!important}.settings-main{z-index:1;background:#fff;flex:1;min-height:calc(100vh - 70px);padding:40px 40px 40px 60px;position:relative;overflow-y:auto}.settings-container{max-width:500px;margin:0}.settings-title{color:#1a1a1a;margin-bottom:40px;font-family:IBM Plex Sans,sans-serif;font-size:2rem;font-weight:600}.settings-content{flex-direction:column;gap:32px;padding-top:0;display:flex}.settings-section{flex-direction:column;gap:12px;display:flex}.settings-label{color:#666;text-transform:capitalize;font-size:14px;font-weight:500}.settings-value{color:#1a1a1a;font-size:16px;font-weight:400}.settings-row{align-items:center;gap:12px;display:flex}.subscription-badge{color:#333;background:#f5f5f5;border-radius:20px;align-items:center;gap:8px;padding:6px 12px;font-size:14px;font-weight:500;display:flex}.subscription-badge svg{stroke:#666;width:16px;height:16px}.manage-btn{color:#3b82f6;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:14px;font-weight:500;transition:all .2s}.manage-btn:hover{background:#3b82f614}.settings-select{color:#333;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:8px;outline:none;width:fit-content;padding:10px 16px;font-size:14px;transition:all .2s}.settings-select:hover{border-color:#999}.settings-select:focus{border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}.language-dropdown-container{width:fit-content;position:relative}.language-selector-btn{color:#333;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:8px;outline:none;justify-content:space-between;align-items:center;gap:12px;min-width:200px;padding:10px 16px;font-size:14px;transition:all .2s;display:flex}.language-selector-btn:hover{border-color:#999}.language-selector-btn:focus{border-color:#999;outline:none}.language-current{font-weight:500}.language-selector-btn .dropdown-arrow{flex-shrink:0;transition:transform .2s}.language-selector-btn .dropdown-arrow.open{transform:rotate(180deg)}.language-dropdown{z-index:100;background:#fff;border:1px solid #e0e0e0;border-radius:8px;animation:.2s dropdownSlideIn;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden;box-shadow:0 4px 16px #0000001a}@keyframes dropdownSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.language-option{color:#333;cursor:pointer;justify-content:space-between;align-items:center;padding:8px 16px;font-size:14px;transition:all .15s;display:flex}.language-option:hover{background:#f5f5f5}.language-option.selected{color:#333;background:#f5f5f5;font-weight:500}.language-option svg{stroke:#333;flex-shrink:0}.dark .language-selector-btn{color:#e0e0e0;background:#1a1a1a;border-color:#333}.dark .language-selector-btn:hover,.dark .language-selector-btn:focus{border-color:#555}.dark .language-dropdown{background:#1a1a1a;border-color:#333}.dark .language-option{color:#e0e0e0}.dark .language-option:hover{background:#2a2a2a}.dark .language-option.selected{color:#e0e0e0;background:#2a2a2a}.dark .language-option svg{stroke:#e0e0e0}.theme-toggle{background:#f5f5f5;border-radius:25px;width:fit-content;padding:4px;display:flex}.theme-option{color:#666;cursor:pointer;background:0 0;border:none;border-radius:20px;padding:8px 24px;font-size:14px;font-weight:500;transition:all .2s}.theme-option.active{color:#333;background:#fff;box-shadow:0 2px 8px #00000014}.theme-option:hover:not(.active){color:#333}@media (max-width:768px){.settings-content{gap:24px}.settings-select,.language-dropdown-container,.language-selector-btn{width:100%}.language-dropdown{width:100%;left:0;right:0}}@media (max-width:480px){.theme-toggle{width:100%}.theme-option{flex:1}}
.explore-page{background:#fff;flex-direction:column;min-height:100vh;display:flex;position:relative;overflow:hidden}.explore-page:before{display:none!important}.explore-main-page{z-index:1;background:#fff;flex:1;min-height:calc(100vh - 70px);padding:80px 40px;position:relative}.explore-empty-state{justify-content:center;align-items:center;display:flex}.explore-empty-text{color:#aaa;font-family:IBM Plex Sans,sans-serif;font-size:16px;font-weight:400}.video-grid-full{width:100%;box-shadow:none;border:none;outline:none;flex-direction:column;gap:24px;display:flex}.video-row{width:100%;box-shadow:none;border:none;outline:none;gap:24px;display:flex}.video-item{aspect-ratio:16/9;background:#fff;border:none;border-radius:12px;outline:none;justify-content:center;align-items:center;width:100%;height:auto;font-size:0;line-height:0;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000014}.video-item:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.video-half{aspect-ratio:16/9;border:none;outline:none;flex:1;width:50%;box-shadow:0 4px 20px #00000014}.video-placeholder{box-shadow:none;visibility:hidden;background:0 0}.video-placeholder:hover{box-shadow:none;transform:none}.showcase-video{object-fit:cover;object-position:center;width:100%;height:100%;box-shadow:none;background:0 0;border:none;border-radius:0;outline:none;margin:0;padding:0;display:block;position:absolute;top:0;left:0;transform:scale(1.01)}.video-error{color:#6c757d;background:#f8f9fa;border:none;justify-content:center;align-items:center;font-size:14px;font-weight:500;display:flex}.video-error:before{content:"Video unavailable"}@media (max-width:1200px){.explore-main-page{padding:60px 30px}.video-grid-full,.video-row{gap:20px}}@media (max-width:1024px){.explore-main-page{padding:60px 24px}.video-grid-full,.video-row{gap:16px}}@media (max-width:768px){.explore-page .content-wrapper{padding-top:0!important}.explore-main-page{padding:10px 20px}.video-grid-full{gap:12px}.video-row{flex-direction:column;gap:12px}.video-half{width:100%}.video-placeholder{display:none}.video-item{border-radius:8px}.showcase-video{border-radius:0}}@media (max-width:480px){.explore-page .content-wrapper{padding-top:0!important}.explore-main-page{padding:8px 16px}.video-grid-full,.video-row{gap:8px}.video-item{border-radius:6px;box-shadow:0 2px 12px #0000000f}.video-item:hover{transform:translateY(-2px);box-shadow:0 4px 20px #0000001a}.showcase-video{border-radius:0}}
.projects-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;max-width:1400px;margin:0 auto;padding:45px 40px 40px;display:grid}@media (max-width:1400px){.projects-grid{padding-left:35px;padding-right:35px}}@media (max-width:1200px){.projects-grid{padding-left:30px;padding-right:30px}}@media (max-width:992px){.projects-grid{padding-left:25px;padding-right:25px}}@media (max-width:768px){.projects-grid{padding-left:20px;padding-right:20px}}@media (max-width:576px){.projects-grid{padding-left:15px;padding-right:15px}}.project-card{background:var(--card-bg,#fff);cursor:pointer;border:1px solid var(--border-color,#e5e5e5);border-radius:.75rem;position:relative;overflow:hidden}.project-preview{background:#f5f5f5;justify-content:center;align-items:center;width:100%;height:160px;display:flex;position:relative;overflow:hidden}.project-thumbnail{object-fit:cover;width:100%;height:100%;transition:transform .3s,opacity .3s}.project-card:hover .project-thumbnail{transform:scale(1.05)}.project-thumbnail-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;width:100%;height:100%;animation:1.5s infinite shimmer;position:absolute;top:0;left:0}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.project-thumbnail-placeholder{color:#ccc;background:#f9f9f9;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.project-info{padding:1rem}.project-name{color:var(--text-primary,#333);margin:0 0 .5rem;font-size:16px;font-weight:500}.project-date{color:#999;margin:0;font-size:12px}.project-delete-btn{cursor:pointer;opacity:0;color:#666;background:#ffffffe6;border:none;border-radius:.5rem;padding:.5rem;transition:opacity .2s;position:absolute;top:.5rem;right:.5rem}.project-card:hover .project-delete-btn{opacity:1}.project-delete-btn:hover{color:#f44;background:#fff}.projects-add-btn-fixed{z-index:20;position:fixed;top:90px;right:40px}.add-new-btn{color:#fff;cursor:pointer;background:#8b5cf6;border:none;border-radius:12px;align-items:center;gap:8px;padding:12px 20px;font-size:15px;font-weight:600;transition:all .3s;display:flex;box-shadow:0 2px 10px #8b5cf633}.add-new-btn:hover{background:#7c3aed;transform:translateY(-2px);box-shadow:0 6px 20px #8b5cf64d}.add-new-btn .plus-icon{font-size:18px;font-weight:400;line-height:1}.projects-empty-wrapper{justify-content:center;align-items:center;width:100%;max-width:1400px;min-height:calc(100vh - 250px);margin:0 auto;padding:100px 40px 40px;display:flex}@media (max-width:1400px){.projects-empty-wrapper{padding-left:35px;padding-right:35px}}@media (max-width:1200px){.projects-empty-wrapper{padding-left:30px;padding-right:30px}}@media (max-width:992px){.projects-empty-wrapper{padding-left:25px;padding-right:25px}}@media (max-width:768px){.projects-empty-wrapper{padding-left:20px;padding-right:20px}}@media (max-width:576px){.projects-empty-wrapper{padding-left:15px;padding-right:15px}}[data-theme=dark] .project-card{background:#1a1a1a;border-color:#333}[data-theme=dark] .project-preview{background:#222}[data-theme=dark] .project-thumbnail-skeleton{background:linear-gradient(90deg,#2a2a2a 25%,#333 50%,#2a2a2a 75%) 0 0/200% 100%}[data-theme=dark] .project-thumbnail-placeholder{color:#555;background:#2a2a2a}[data-theme=dark] .project-delete-btn{background:#1e1e1ee6}[data-theme=dark] .project-delete-btn:hover{background:#282828}[data-theme=dark] .add-new-btn{background:#7c3aed}[data-theme=dark] .add-new-btn:hover{background:#6d28d9;transform:translateY(-2px)}.templates-main{justify-content:center;align-items:center;min-height:calc(100vh - 60px);display:flex}.templates-empty-state{text-align:center}.templates-empty-text{color:#999;font-size:14px}
.create-page{background:#fff;flex-direction:column;height:100vh;display:flex;overflow:hidden}.content-wrapper{background:#fff;flex:1;min-height:100vh;margin-left:0;padding-top:70px;transition:margin-left .3s}.create-page .content-wrapper{min-height:100vh;overflow:hidden auto}.content-wrapper.sidebar-active{margin-left:280px}.content-wrapper.shopping-cart-active{margin-right:180px}.create-header{z-index:60;justify-content:space-between;align-items:center;height:70px;padding:16px 40px;display:flex;position:fixed;top:0;left:0;right:0;overflow:hidden;-webkit-backdrop-filter:none!important;background:0 0!important}[data-theme=light] .create-header{-webkit-backdrop-filter:none!important;background:0 0!important}.create-header:before,.create-header:after{display:none!important}.header-left{align-items:center;gap:12px;height:100%;display:flex}.create-logo{color:#333;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:12px;height:100%;font-size:24px;font-weight:700;text-decoration:none;display:flex}.menu-hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:flex;position:relative}.menu-hamburger span{background-color:#666;width:20px;height:2px;transition:all .3s cubic-bezier(.4,0,.2,1);display:block;position:absolute;left:50%;transform:translate(-50%)}.menu-hamburger span:first-child{top:10px}.menu-hamburger span:nth-child(2){top:15px}.menu-hamburger span:nth-child(3){top:20px}.menu-hamburger:hover span{background-color:#333}.menu-hamburger .rotated-left{transform:translate(-50%)rotate(45deg);width:22px!important;top:15px!important}.menu-hamburger .rotated-right{transform:translate(-50%)rotate(-45deg);width:22px!important;top:15px!important}.create-logo-image{object-fit:contain}.create-header-actions{align-items:center;gap:20px;height:100%;display:flex}.earn-button{color:#f55;cursor:pointer;background:0 0;border:none;align-items:center;gap:5px;height:auto;padding:0;font-size:14px;font-weight:600;transition:all .3s;display:flex}.earn-button:hover{opacity:.8}.earn-button svg{width:16px;height:16px}.plan-container{background:#f5f5f5;border-radius:18px;align-items:center;gap:8px;height:36px;padding:8px 18px;transition:all .2s;display:flex}.plan-container a{border-radius:6px;padding:2px 4px;transition:all .2s}.plan-container a:hover{background:#0000000d}.plan-container svg{fill:#666;stroke:none;color:#666;transition:fill .2s}.plan-container a:hover svg{fill:#333;color:#333}.plan-text{color:#666;font-size:13px;font-weight:500;transition:color .2s}.plan-container a:hover .plan-text{color:#333}.plan-dot{color:#999;font-size:10px}.upgrade-btn{color:#7c3aed;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:2px 6px;font-size:13px;font-weight:600;transition:all .3s}.upgrade-btn:hover{color:#6d28d9;background:#7c3aed14}.create-main{z-index:1;background:#fff;border-radius:0 0 60px 60px;flex-direction:column;flex:1;align-items:center;min-height:calc(100vh - 70px);padding:20px 20px 40px;transition:all .3s;display:flex;position:relative;overflow-y:visible}.create-main .products-carousel-section,.create-main .enterprise-container{width:100%;max-width:1400px;margin-left:auto;margin-right:auto;padding:0}.create-main .products-carousel-section{box-shadow:none;border:none;outline:none;margin-top:120px}.create-main .create-categories-title,.create-main .enterprise-title,.create-main .testimonials-title{color:#1a1a1a;letter-spacing:-.02em;text-align:left;margin-bottom:60px;margin-left:140px;font-family:IBM Plex Sans,sans-serif;font-size:3.5rem;font-weight:400}.create-main .products-carousel-wrapper{max-width:1200px;box-shadow:none;border:none;outline:none;margin:0 auto}.create-page:not(.sidebar-active) .products-carousel-wrapper{max-width:calc(100vw - 120px);padding:0 20px}.create-main .before-after-section{width:calc(100% + 40px);margin:120px -20px 80px;padding:0;transition:width .4s,margin-left .4s,margin-right .4s,max-width .4s}.create-page:not(.sidebar-active) .before-after-section{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.create-main .before-after-title{color:#1a1a1a;letter-spacing:-.02em;text-align:left;margin-bottom:60px;margin-left:140px;padding:0 20px;font-family:IBM Plex Sans,sans-serif;font-size:3.5rem;font-weight:400}.create-main .before-after-row{width:100%;max-width:100%;box-shadow:none;border:none;grid-template-columns:1fr 1fr;gap:0;margin:0;display:grid}.create-main .before-after-text-box{background:#333;flex-direction:column;justify-content:center;padding:60px 80px;display:flex}.create-main .before-after-text-box h3{color:#fff;letter-spacing:-.02em;margin-bottom:20px;font-family:IBM Plex Sans,sans-serif;font-size:2.5rem;font-weight:400}.create-main .before-after-text-box p{color:#fff;margin-bottom:16px;font-family:IBM Plex Sans,sans-serif;font-size:1rem;line-height:1.7}.create-main .before-after-text-box ul{margin:0;padding:0;list-style:none}.create-main .before-after-text-box li{color:#fff;margin-bottom:12px;padding-left:24px;font-family:IBM Plex Sans,sans-serif;font-size:1rem;line-height:1.7;position:relative}.create-main .before-after-text-box li:last-child{margin-bottom:0}.create-main .before-after-text-box li:before{content:"•";color:#ffffffd9;font-weight:700;position:absolute;left:0}.create-main .before-after-card{box-shadow:none;border-radius:0;transition:transform .3s,box-shadow .3s;overflow:hidden}.create-main .before-after-card:hover{box-shadow:none;transform:none}.create-main .before-after-comparison{box-shadow:none;border:none;outline:none;flex-direction:column;gap:0;display:flex;position:relative}.create-main .before-side,.create-main .after-side{box-shadow:none;border:none;outline:none;margin:0;padding:0;position:relative;overflow:hidden}.create-main .before-side img,.create-main .after-side img{object-fit:cover;width:100%;height:300px;box-shadow:none;filter:none;display:block}.create-main .before-side.floorplan-special{justify-content:center;align-items:center;padding:40px;display:flex;box-shadow:none!important;filter:none!important;background:#fff!important;border:none!important;outline:none!important;margin:0!important;overflow:visible!important}.create-main .before-side.floorplan-special:before,.create-main .before-side.floorplan-special:after{display:none!important}.create-main .before-side.floorplan-special img{object-fit:cover;object-position:-15px center;width:80%;height:auto;max-height:220px;box-shadow:none!important;-webkit-filter:none!important;border:none!important;outline:none!important;margin:0!important;padding:0!important}.create-main .before-side.floorplan-special img:before,.create-main .before-side.floorplan-special img:after{display:none!important}.create-main .before-after-card.floorplan-card{box-shadow:none!important;border:none!important}.create-main .before-after-card.floorplan-card .before-after-comparison{box-shadow:none!important;border:none!important;gap:0!important}.create-main .after-side.floorplan-after{background:#3b3b3b;justify-content:center;align-items:center;padding:0 40px;display:flex;border-top:none!important;border-left:none!important;margin-top:0!important;padding-top:0!important}.create-main .after-side.floorplan-after img{object-fit:cover;width:80%;height:300px;border-top:none!important;margin-top:0!important;display:block!important}.create-main .before-side.floorplan-side{background:0 0;justify-content:center;align-items:center;padding:0;transition:background .4s,padding .4s;display:flex}.create-main .before-side.floorplan-side img{object-fit:cover;width:100%;height:300px;transition:width .4s,object-fit .4s}.create-page:not(.sidebar-active) .before-side.floorplan-side{padding:0 40px;background:#fff!important}.create-page:not(.sidebar-active) .before-side.floorplan-side img{object-fit:cover;width:80%}@media (max-width:768px){.create-main .before-after-row{grid-template-columns:1fr}.create-main .before-after-title{margin-bottom:40px;margin-left:20px;font-size:2rem}.create-main .before-after-text-box{padding:40px 30px}.create-main .before-after-text-box h3{font-size:2rem}.create-main .before-after-text-box p{font-size:1rem}.create-main .before-side img,.create-main .after-side img{height:250px}}.create-main .enterprise-container{margin-top:60px;margin-bottom:60px}.create-main .testimonials-container{box-sizing:border-box;width:100%;max-width:1400px;margin:0 auto 60px;padding:0;overflow:hidden}.create-main .testimonials-grid{box-sizing:border-box!important;grid-template-columns:repeat(4,1fr)!important;gap:12px!important;width:100%!important;max-width:1200px!important;margin:0 auto 40px!important;padding:0!important;display:grid!important}.create-main .testimonial-card{box-sizing:border-box!important;width:100%!important;max-width:100%!important;margin:0!important;overflow:hidden!important}.create-main .testimonials-dots{box-sizing:border-box;width:100%;max-width:1200px;margin:40px auto 0}.cta-button-create{color:#111!important;text-align:center!important;background:#fff!important;border:1.5px solid #fff!important;border-radius:8px!important;margin:0 auto!important;padding:10px 24px!important;font-size:15px!important;font-weight:600!important;transition:all .2s!important;display:inline-block!important}.cta-button-create:hover,.cta-button-create:active,.cta-button-create:focus{color:#fff!important;box-shadow:none!important;background:#111!important;border-color:#fff!important;outline:none!important;transform:translateY(-2px)!important}.create-main:before{display:none}.hero-wallpaper-section{justify-content:center;align-items:center;width:100vw;height:60vh;min-height:400px;max-height:600px;margin-bottom:0;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);display:flex;position:relative;overflow:hidden}.hero-wallpaper-section:before{content:"";z-index:2;pointer-events:none;background:#ffffff26;position:absolute;inset:0}.hero-wallpaper-image{object-fit:cover;object-position:50% 50%;z-index:1;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.hero-text-overlay{z-index:3;text-align:center;max-width:900px;padding:0 20px;position:relative}.hero-title{color:#000;mix-blend-mode:normal;margin:0 0 1.5rem;font-size:4rem;font-weight:700;line-height:1.2}.hero-subtitle{color:#000;mix-blend-mode:normal;margin:0;font-size:1.5rem;font-weight:400;line-height:1.5}@media (max-width:1023px){.hero-wallpaper-section{height:40vh;min-height:300px;max-height:400px}.hero-text-overlay{margin:0 15px;padding:30px 40px}.hero-title{margin-bottom:1rem;font-size:3rem}.hero-subtitle{font-size:1.25rem}}@media (max-width:768px){.hero-wallpaper-section{height:35vh;min-height:250px;max-height:350px;margin-bottom:0}.hero-text-overlay{border-radius:15px;margin:0 10px;padding:25px 30px}.hero-title{margin-bottom:.75rem;font-size:2.5rem}.hero-subtitle{font-size:1.125rem}}@media (max-width:480px){.hero-wallpaper-section{height:30vh;min-height:200px;max-height:300px;margin-bottom:0}.hero-text-overlay{border-radius:12px;margin:0 10px;padding:20px 25px}.hero-title{margin-bottom:.5rem;font-size:2rem}.hero-subtitle{font-size:1rem}}.create-container{text-align:center;z-index:1;width:100%;max-width:820px;min-height:auto;margin-top:0;margin-bottom:0;position:relative}.create-title{color:#1a1a1a;letter-spacing:-.025em;margin-bottom:10px;font-family:IBM Plex Sans,sans-serif;font-size:3rem;font-weight:800}.create-subtitle{color:#666;opacity:.95;margin-bottom:36px;font-size:1.125rem;font-weight:400}.create-options{justify-content:center;gap:16px;margin-bottom:40px;display:flex}.option-chip{color:#666;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:20px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;transition:all .3s;display:flex}.option-chip.active{color:#333;background:#f5f5f5;border-color:#999}.option-chip:hover{background:#f9f9f9;border-color:#999}.quick-actions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.quick-action-btn{color:#333;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:15px;transition:all .3s;display:flex}.quick-action-btn:hover{background:#f9f9f9;border-color:#8b5cf6;transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}.quick-action-btn .icon{font-size:20px}.projects-templates-container{z-index:1;width:100%;max-width:1400px;margin:-10px auto 0;padding:30px 60px;position:relative}.projects-templates-wrapper{background:#f5f5f5;border-radius:12px;min-height:600px;overflow:hidden}.projects-section,.templates-section{background:0 0;border-radius:0;min-height:280px;margin-bottom:0;padding:40px 45px}.section-header{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.section-title{color:#1a1a1a;margin:0;font-family:IBM Plex Sans,sans-serif;font-size:1.125rem;font-weight:500}.view-all-btn{color:#888;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:6px 12px;font-size:13px;font-weight:400;transition:all .2s}.view-all-btn:hover{color:#555;background:#0000000a}.empty-state{flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:180px;display:flex}.empty-text{color:#aaa;font-size:14px;font-weight:400}.create-main.layout-initial{flex-direction:column;flex:1;align-items:center;min-height:calc(100vh - 70px);padding:20px 20px 40px;display:flex;overflow-y:visible}.create-main.layout-generating{flex-direction:column;height:calc(100vh - 70px);padding:0;display:flex;overflow:hidden}.initial-layout{opacity:1;width:100%;max-width:730px;margin:-15px auto 0;transition:all .6s cubic-bezier(.4,0,.2,1);transform:translateY(0)}.layout-generating .initial-layout{opacity:0;pointer-events:none;transform:translateY(-20px)}.create-loading,.create-error{background:#fff;border-radius:8px;margin-top:24px;padding:12px 24px;box-shadow:0 2px 8px #0000001a}.create-loading{color:#666;align-items:center;gap:12px;display:inline-flex}.create-spinner{border:2px solid #f0f0f0;border-top-color:#8b5cf6;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.create-error{color:#dc2626;font-size:14px;display:inline-block}@media (max-width:1200px){.content-wrapper.sidebar-active{margin-left:280px}.content-wrapper.shopping-cart-active{margin-right:180px}.create-main{border-radius:0 0 40px 40px}}@media (max-width:768px){.content-wrapper.sidebar-active{margin-left:230px}.content-wrapper.shopping-cart-active{margin-right:0}.create-header{padding:15px 20px}.create-main{border-radius:0 0 30px 30px;padding:30px 15px}.plan-container{display:none}.initial-layout{margin-top:-5px}.create-container{margin-top:0;margin-bottom:40px}.create-title{font-size:2.5rem}.create-subtitle{padding:0 20px;font-size:1.1rem}.projects-templates-container{padding:30px 30px 40px}.projects-templates-wrapper{min-height:500px}.projects-section,.templates-section{min-height:240px;padding:30px}.section-title{font-size:1rem}}@media (max-width:480px){.content-wrapper.sidebar-active{margin-left:0}.content-wrapper.shopping-cart-active{margin-right:0}.create-header-actions{gap:10px}.earn-button{padding:6px 10px;font-size:14px}.create-main{border-radius:0 0 20px 20px}.create-title{font-size:2rem}.create-subtitle{font-size:1rem}.create-input{padding:12px 16px;font-size:14px}.input-action-btn{width:32px;height:32px}.submit-arrow-btn{width:36px;height:36px}}
@media (max-width:768px){body.sidebar-open{overflow:hidden!important}.create-header{z-index:60;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;height:auto;min-height:56px;padding:10px 12px;display:flex;position:relative}.header-left{align-items:center;gap:4px;display:flex}.menu-hamburger{flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;display:flex;position:relative}.menu-hamburger span{background-color:#666;flex-shrink:0;width:20px;height:2px;transition:all .3s;position:static!important;transform:none!important}.menu-hamburger .rotated-left{width:20px!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)rotate(45deg)!important}.menu-hamburger .rotated-right{width:20px!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)rotate(-45deg)!important}.create-logo{align-items:center;gap:10px;display:flex}.create-logo-image{flex-shrink:0;width:32px;height:32px;display:block}.create-logo span{font-size:17px;font-weight:600;line-height:1.1}.create-header-actions{flex-shrink:1;align-items:center;gap:10px;min-width:0;display:flex}.create-header-actions .earn-button{white-space:nowrap;padding:6px 10px;font-size:13px}.create-header-actions .plan-container{display:none!important}.create-header-actions .upgrade-btn{white-space:nowrap;padding:6px 12px;font-size:13px}.workspace-export-btn{padding:6px 10px!important;font-size:13px!important}.workspace-export-btn svg{width:16px!important;height:16px!important}.content-wrapper{padding-top:56px;width:100%!important;max-width:100vw!important;margin-left:0!important}.content-wrapper.sidebar-active{width:100%!important;margin-left:0!important}.content-wrapper.shopping-cart-active{width:100%!important;margin-right:0!important}.create-page .content-wrapper{padding-top:max(56px,env(safe-area-inset-top,0px))}[data-theme=dark] .content-wrapper:has(.create-main){padding-top:120px!important}.sidebar{width:100%;max-width:100%;height:100dvh;box-shadow:none;z-index:50;-webkit-overflow-scrolling:touch;transition:left .3s;position:fixed;top:0;left:-100%;overflow-y:auto}.sidebar.sidebar-open{left:0;box-shadow:2px 0 12px #00000026}.sidebar-backdrop{pointer-events:auto;cursor:pointer;animation:.3s fadeIn;display:block!important}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.sidebar-header-space{flex-shrink:0;height:60px}.sidebar-content{flex-direction:column;gap:0;min-height:calc(100dvh - 60px);padding:0 14px 14px;display:flex}.sidebar-create-btn{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;gap:8px;width:100%;min-height:48px;padding:12px 18px;font-size:16px;font-weight:600;display:flex}.sidebar-create-btn .plus-icon{font-size:20px;line-height:1}.sidebar-nav{flex-shrink:0;gap:3px;margin-top:0}.sidebar-link{border-radius:8px;align-items:center;gap:10px;min-height:44px;padding:10px 12px;font-size:14px;display:flex}.sidebar-link svg{flex-shrink:0;width:18px;height:18px}.sidebar-bottom{flex-direction:column;flex-shrink:0;gap:0;margin-top:auto;padding-top:16px;padding-bottom:14px;display:flex}.sidebar-bottom .sidebar-link{min-height:44px;margin-bottom:4px;padding:11px 14px;font-size:14px}.sidebar-tutorial{z-index:1;flex-shrink:0;margin-bottom:12px;position:relative}.sidebar-tutorial p{margin-bottom:5px;font-size:12px;font-weight:500}.tutorial-video-container{cursor:pointer;border-radius:8px;width:100%;margin-top:8px;padding-bottom:56.25%;position:relative;overflow:hidden}.tutorial-video-container>div:first-child{-webkit-backdrop-filter:saturate(.8)brightness(.99);pointer-events:none;z-index:2;background:0 0;border-radius:8px;width:100%;height:100%;position:absolute;top:0;left:0}.tutorial-video-container iframe{pointer-events:none;z-index:1;border:none;width:100%;height:100%;position:absolute;top:0;left:0}.tutorial-video-container:after{content:"";pointer-events:none;z-index:3;background:linear-gradient(#0000004d 0%,#0000 100%);width:100%;height:40px;position:absolute;top:0;left:0}.tutorial-video-container:before{content:"";z-index:10;cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.sidebar-user{border-radius:10px;flex-shrink:0;align-items:center;gap:10px;min-height:60px;margin-bottom:10px;padding:10px;display:flex;position:relative}.user-avatar{flex-shrink:0;width:40px;height:40px;font-size:16px}.user-info{flex:1;min-width:0}.user-name{font-size:15px;font-weight:600;line-height:1.2}.user-plan{opacity:.7;margin-top:2px;font-size:12px}.sidebar-upgrade-btn{border-radius:10px;flex-shrink:0;width:100%;min-height:46px;padding:12px 18px;font-size:15px;font-weight:600;position:relative}.create-main{padding:20px 12px;flex-direction:column!important;justify-content:center!important;align-items:center!important;min-height:calc(100vh - 56px)!important;display:flex!important}.create-container{text-align:center!important;margin-top:0!important;margin-bottom:0!important}.create-title{margin-bottom:10px!important;font-size:28px!important;font-weight:700!important;line-height:1.2!important}.create-subtitle{margin-bottom:24px!important;padding:0 10px!important;font-size:13px!important;line-height:1.4!important}.create-input-wrapper{width:calc(100% - 4px)!important;max-width:none!important;margin:0 auto!important;padding:0!important}.create-input-container{width:100%;min-height:auto;padding:6px;border-radius:12px!important}.create-input{padding:12px 14px!important;font-size:15px!important;line-height:1.4!important}.create-input::placeholder{font-size:14px!important}.create-input-actions{gap:4px!important;padding:4px 6px 6px!important}.input-action-btn{width:34px!important;min-width:34px!important;height:34px!important}.brand-style-button-container{margin-left:auto!important}.input-action-btn svg{width:17px!important;height:17px!important}.submit-arrow-btn{flex-shrink:0!important;width:36px!important;min-width:36px!important;max-width:36px!important;height:36px!important;min-height:36px!important;max-height:36px!important;margin-left:4px!important}.submit-arrow-btn svg{width:18px!important;height:18px!important}.input-divider{height:20px!important;margin:0 4px!important}.image-preview-img{max-width:80px!important;height:50px!important}.image-preview-wrapper{margin-bottom:2px!important;padding:6px 10px!important}.remove-image-btn{justify-content:center!important;align-items:center!important;width:18px!important;min-width:18px!important;max-width:18px!important;height:18px!important;min-height:18px!important;max-height:18px!important;padding:0!important;font-size:12px!important;font-weight:600!important;line-height:1!important;display:flex!important;top:-5px!important;right:-5px!important}.loading-indicator{height:20px!important;padding:2px 8px!important;font-size:10px!important;bottom:calc(100% + 60px)!important}.has-image .loading-indicator{bottom:calc(100% + 124px)!important}.brand-style-btn{padding:5px 8px!important;font-size:11px!important}.brand-style-btn svg{width:14px!important;height:14px!important}.preset-label{display:none!important}.file-upload-area{min-height:220px;padding:40px 20px}.upload-icon{width:52px;height:52px;margin-bottom:14px}.upload-text{margin-bottom:10px;font-size:16px}.upload-subtext{font-size:14px}.primary-button,.secondary-button{min-height:48px;padding:14px 28px;font-size:16px}.content-wrapper:has(.brand-kits-main){padding-top:0!important}[data-theme=dark] .content-wrapper:has(.brand-kits-main){padding-top:0!important}.projects-page .brand-kits-main{padding-top:0!important}.projects-grid{grid-template-columns:repeat(2,1fr);gap:12px;padding:0 16px 16px}.project-card{padding:0}.project-delete-btn{opacity:1!important;justify-content:center!important;align-items:center!important;width:24px!important;min-width:24px!important;max-width:24px!important;height:24px!important;min-height:24px!important;max-height:24px!important;padding:.25rem!important;display:flex!important;top:.35rem!important;right:.35rem!important}.project-delete-btn svg{width:12px!important;height:12px!important}.project-preview{aspect-ratio:16/9;background:0 0;height:auto}.project-thumbnail{object-fit:cover;object-position:center;width:100%;height:100%}.project-info{padding:10px 12px}.project-name{margin:0 0 4px;font-size:14px}.project-date{font-size:11px}.project-title{font-size:17px}.project-actions{gap:10px}.project-actions button{padding:10px 16px;font-size:14px}.content-wrapper:has(.explore-main-page){padding-top:0!important}[data-theme=dark] .content-wrapper:has(.explore-main-page){padding-top:0!important}.explore-page .explore-main-page{align-items:flex-start!important;padding-top:0!important}.explore-page .explore-content-section{min-height:auto!important;padding:0 12px 20px!important}.explore-page .video-grid-full{gap:12px!important}.explore-page .video-row{flex-direction:row!important;gap:8px!important}.explore-page .video-half{flex:1!important;width:50%!important}.explore-page .video-item{border-radius:8px!important}.explore-main{padding:20px 16px}.explore-grid{grid-template-columns:1fr;gap:16px}.brand-kits-main{padding:20px 16px}.brand-kits-grid{grid-template-columns:1fr;gap:16px}.user-popout{width:calc(100% - 24px);max-width:380px;transform:translate(-50%);animation:none!important;bottom:160px!important;left:50%!important}.usage-popup-minimal{width:calc(100% - 32px)!important;margin:0!important;position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}.usage-popup-title-minimal{font-size:13px!important}.earn-popup,.tutorial-popup,.info-modal{width:calc(100% - 24px)!important;max-width:380px!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}.workspace-container{height:calc(100dvh - 60px)}.three-canvas-container{width:100%!important;height:100%!important}body:has(canvas[data-engine*=three\.js]){width:100%!important;height:100dvh!important;position:fixed!important;overflow:hidden!important}canvas[data-engine*=three\.js]{z-index:1!important;width:100vw!important;max-width:100vw!important;height:calc(100dvh - 210px)!important;max-height:calc(100dvh - 210px)!important;position:fixed!important;top:60px!important;left:0!important;right:0!important}.chat-container{border-radius:16px 16px 0 0;max-height:50vh;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 12px #0000001a}.chat-input{min-height:48px;padding:14px 18px;font-size:16px}.chat-send-button{width:48px;min-width:48px;height:48px}input[type=text],input[type=email],input[type=password],input[type=number],textarea,select{min-height:48px;padding:12px 16px;font-size:16px}.modal-overlay{padding:0}.modal-content{border-radius:0;width:100%;max-width:100%;height:100%;max-height:100%;margin:0}.modal-header{padding:16px}.modal-body{max-height:calc(100dvh - 140px);padding:16px;overflow-y:auto}@media (hover:none) and (pointer:coarse){.tooltip{display:none}}.table-container{-webkit-overflow-scrolling:touch;overflow-x:auto}table{min-width:600px}.card{margin-bottom:16px;padding:16px}.content-wrapper:has(.subscription-main){padding-top:0!important}[data-theme=dark] .content-wrapper:has(.subscription-main){padding-top:56px!important}.subscription-main{margin-top:0!important;padding-top:16px!important}[data-theme=dark] .subscription-main{padding-top:16px!important}.subscription-container{margin-top:0!important;padding-top:0!important}.subscription-status{text-align:center!important;margin-top:0!important;padding-top:0!important}.free-plan{text-align:center!important}.free-plan h3{text-align:center!important;color:#666!important;margin-bottom:8px!important;font-size:14px!important;font-weight:400!important}.free-plan p{display:none!important}[data-theme=dark] .free-plan h3{color:#999!important}.subscription-plans{grid-template-columns:1fr;gap:16px;padding:16px}.plan-card{padding:20px}.settings-page .content-wrapper{padding-top:0!important}.settings-main{min-height:100dvh!important;padding:56px 16px 20px!important}[data-theme=dark] .settings-main{padding-top:120px!important}.settings-container{max-width:100%!important}.settings-title{margin-bottom:24px!important;font-size:24px!important}.settings-content{gap:24px!important}.settings-section{gap:10px!important}.settings-label{font-size:13px!important}.settings-value{font-size:15px!important}.language-dropdown-container{width:100%!important}.language-selector-btn{width:100%!important;min-width:auto!important;padding:12px 14px!important;font-size:16px!important}.language-dropdown{width:100%!important;left:0!important;right:0!important}.language-option{min-height:48px!important;padding:12px 16px!important;font-size:15px!important}.theme-toggle{width:100%!important;padding:3px!important}.theme-option{flex:1!important;min-height:44px!important;padding:10px 16px!important;font-size:15px!important}.subscription-badge{padding:6px 10px!important;font-size:13px!important}.manage-btn{min-height:36px!important;padding:6px 12px!important;font-size:13px!important}.settings-select{width:100%!important;min-height:48px!important;padding:12px 14px!important;font-size:16px!important}}@media (min-width:768px) and (max-width:1024px){.create-header{z-index:60;position:relative}.sidebar{width:320px}.content-wrapper.sidebar-active{margin-left:0}.content-wrapper.shopping-cart-active{margin-right:0}.sidebar-backdrop{pointer-events:auto;cursor:pointer;display:block!important}.projects-grid{grid-template-columns:repeat(2,1fr);gap:20px;padding:24px}.explore-grid,.brand-kits-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (min-width:1024px){.content-wrapper.sidebar-active{margin-left:280px}.content-wrapper.shopping-cart-active{margin-right:180px}.sidebar-backdrop{display:none!important}.projects-grid,.explore-grid,.brand-kits-grid{grid-template-columns:repeat(3,1fr);gap:24px}}@media (hover:none) and (pointer:coarse){button,a,[role=button],.clickable{min-width:44px;min-height:44px}button:active,a:active,[role=button]:active{opacity:.7;transition:all .1s;transform:scale(.98)}}@supports (padding-top:env(safe-area-inset-top)){@media (max-width:768px){.create-header{padding-top:calc(12px + env(safe-area-inset-top));height:calc(60px + env(safe-area-inset-top))}.content-wrapper{padding-top:calc(60px + env(safe-area-inset-top))}.sidebar{padding-top:env(safe-area-inset-top)}.sidebar-header-space{height:calc(60px + env(safe-area-inset-top))}.sidebar-content{min-height:calc(100vh - 60px - env(safe-area-inset-top));min-height:calc(100dvh - 60px - env(safe-area-inset-top));padding-bottom:calc(16px + env(safe-area-inset-bottom))}}}@media (max-width:768px){.dark-theme .create-header{background:0 0!important}.dark-theme .sidebar{background:#1a1a1a}.dark-theme .sidebar-backdrop{background:#0009}}@media (max-width:768px) and (orientation:landscape){.create-header{height:50px;padding:8px 14px}.create-logo span{font-size:16px}.content-wrapper{padding-top:50px}.sidebar-header-space{height:50px}.sidebar{width:80%;max-width:380px}.sidebar-content{min-height:calc(100dvh - 50px);padding:10px}.sidebar-create-btn{min-height:44px;padding:10px 16px;font-size:15px}.sidebar-nav{margin-top:10px}.sidebar-link{min-height:44px;padding:10px 12px;font-size:14px}.sidebar-link svg{width:18px;height:18px}.sidebar-bottom{padding-top:12px;padding-bottom:10px}.sidebar-bottom .sidebar-link{min-height:40px;padding:9px 12px;font-size:13px}.sidebar-user{min-height:56px;padding:9px}.user-avatar{width:36px;height:36px}.user-name{font-size:14px}.user-plan{font-size:11px}.sidebar-upgrade-btn{min-height:42px;padding:10px 16px;font-size:14px}.sidebar-tutorial{margin-bottom:8px}.sidebar-tutorial p{margin-bottom:3px;font-size:11px}.chat-container{max-height:35vh}}.sidebar-backdrop,.modal-overlay{will-change:transform;transform:translateZ(0)}html{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{overscroll-behavior-y:contain}
