:root{--primary:#37352f;--text-primary:#000;--text-secondary:#666;--bg-primary:#fff;--bg-secondary:#eee;--border-color:#ebecedcc;--link-color:inherit;--hover-bg:#efefef}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}button{cursor:pointer;border:none;outline:none;font-family:inherit}button:disabled{cursor:not-allowed;opacity:.6}body{color:var(--text-primary);background:var(--bg-secondary);font-family:Epilogue,Epilogue-fallback,Helvetica,Apple Color Emoji,Segoe UI Emoji,NotoColorEmoji,Noto Color Emoji,Segoe UI Symbol,Android Emoji,EmojiSymbols,-apple-system,"system-ui",Segoe UI,Roboto,Helvetica Neue,Noto Sans,sans-serif;line-height:1.5}strong{font-weight:600}p{margin:0}a{color:var(--link-color);text-underline-offset:2px;-webkit-text-decoration:underline #37352f99;text-decoration:underline #37352f99;text-decoration-thickness:1px}button{font-family:Epilogue,Epilogue-fallback,Helvetica,Apple Color Emoji,Segoe UI Emoji,NotoColorEmoji,Noto Color Emoji,Segoe UI Symbol,Android Emoji,EmojiSymbols,-apple-system,"system-ui",Segoe UI,Roboto,Helvetica Neue,Noto Sans,sans-serif}.button{cursor:pointer;border:none;border-radius:15px;justify-content:center;align-items:center;gap:.6rem;padding:.9rem 1.2rem;font-family:inherit;font-size:1rem;font-weight:400;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative}.button:focus{outline-offset:2px;outline:2px solid #0000;box-shadow:0 .535939px 1.19098px 1.94045px #fefefff9,0 0 0 3.8809px #0b63ff66}.button:disabled{opacity:.5;cursor:not-allowed}.button svg{flex-shrink:0;width:21.6px;height:21.6px;transform:translateY(-1px)}.button svg path{fill:currentColor}.button--primary{color:#fff;background-color:#0b63ff;box-shadow:0 18px 40px #0b63ff33}.button--primary:hover{background-color:#094fcc}.button--small{border-radius:15px;gap:.375rem;padding:.5rem .875rem;font-size:.875rem;line-height:1.25rem}.button--small svg{width:14px;height:14px}.button--lg{border-radius:999px;padding:.9rem 1.8rem;font-size:1.1rem;line-height:1.65rem}.button--px-6{padding-left:1.8rem;padding-right:1.8rem}input,textarea{border:none;outline:none;font-family:inherit}code{font-family:Monaco,Menlo,Ubuntu Mono,monospace}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#0000001a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#0003}@keyframes spin{to{transform:rotate(360deg)}}@keyframes slideIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.1)}}.spinner{border:2px solid var(--border-color);border-top-color:var(--text-primary);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}.page-dashboard-v0{background:var(--bg-secondary);flex-direction:column;min-height:100vh;display:flex}.dashboard-nav{background:var(--bg-primary);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;gap:24px;height:56px;padding:0 24px;display:flex}.dashboard-nav .nav-section{align-items:center;gap:12px;display:flex}.dashboard-nav .nav-section.nav-section-left{flex:1;min-width:0}.dashboard-nav .nav-section.nav-section-center{flex:2;max-width:600px}.dashboard-nav .nav-section.nav-section-right{flex:1;justify-content:flex-end}.dashboard-nav .logo{color:var(--text-primary);align-items:center;gap:10px;font-size:15px;font-weight:600;display:flex}.dashboard-nav .nav-dropdown-btn,.dashboard-nav .nav-icon-btn{color:var(--text-secondary);border:1px solid var(--border-color);background:0 0;border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-size:13px;transition:all .15s;display:flex}.dashboard-nav .nav-dropdown-btn:hover,.dashboard-nav .nav-icon-btn:hover{background:var(--hover-bg);color:var(--text-primary)}.dashboard-nav .search-bar{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:6px;align-items:center;gap:10px;width:100%;padding:8px 14px;display:flex}.dashboard-nav .search-bar input{color:var(--text-primary);background:0 0;flex:1;font-size:13px}.dashboard-nav .search-bar input::placeholder{color:var(--text-secondary)}.dashboard-nav .user-menu{position:relative}.dashboard-nav .user-menu .user-menu-btn{border:1px solid var(--border-color);background:0 0;border-radius:6px;align-items:center;gap:8px;padding:4px 10px 4px 4px;font-size:13px;transition:all .15s;display:flex}.dashboard-nav .user-menu .user-menu-btn:hover{background:var(--hover-bg)}.dashboard-nav .user-menu .user-menu-btn img{border-radius:50%;width:28px;height:28px}.dashboard-nav .user-menu .user-dropdown{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:6px;min-width:200px;padding:4px;display:none;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 2px 8px #0000001a}.dashboard-nav .user-menu .user-dropdown .dropdown-item{text-align:left;width:100%;color:var(--text-primary);background:0 0;border-radius:4px;padding:8px 12px;font-size:13px}.dashboard-nav .user-menu .user-dropdown .dropdown-item:hover{background:var(--hover-bg)}.dashboard-nav .user-menu .user-dropdown .dropdown-divider{background:var(--border-color);height:1px;margin:4px 0}.dashboard-nav .user-menu:hover .user-dropdown{display:block}.dashboard-main-v0{flex:1;padding:32px 0;overflow-y:auto}.dashboard-container{max-width:1400px;margin:0 auto;padding:0 32px}.dashboard-header-section{justify-content:space-between;align-items:center;margin-bottom:32px;display:flex}.dashboard-header-section .header-content h1{margin-bottom:4px;font-size:24px;font-weight:600}.dashboard-header-section .header-content .subtitle{color:var(--text-secondary);font-size:14px}.dashboard-header-section .btn-new-project{background:var(--text-primary);color:#fff;border-radius:6px;align-items:center;gap:8px;padding:10px 18px;font-size:14px;transition:opacity .2s;display:flex}.dashboard-header-section .btn-new-project:hover{opacity:.8}.dashboard-loading-state,.dashboard-empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:80px 20px;display:flex}.dashboard-loading-state .empty-icon,.dashboard-empty-state .empty-icon{opacity:.3;font-size:64px}.dashboard-loading-state h3,.dashboard-empty-state h3{font-size:18px;font-weight:500}.dashboard-loading-state p,.dashboard-empty-state p{color:var(--text-secondary);font-size:14px}.dashboard-exports{gap:16px;display:grid}.dashboard-exports.grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.dashboard-exports.list{grid-template-columns:1fr}.export-card-v0{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;transition:all .2s;overflow:hidden}.export-card-v0:hover{border-color:#d1d5db;transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.export-card-v0:hover .card-preview{background:#f9fafb;border-bottom:1px solid #e5e7eb;justify-content:center;align-items:center;height:140px;display:flex;position:relative;overflow:hidden}.export-card-v0:hover .card-preview .preview-image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.export-card-v0:hover .card-preview .preview-placeholder{background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border-radius:12px;justify-content:center;align-items:center;width:64px;height:64px;transition:all .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.export-card-v0:hover .card-preview .preview-placeholder .preview-icon{font-size:28px}.export-card-v0:hover:hover .card-preview .preview-image{transform:scale(1.05)}.export-card-v0:hover:hover .card-preview .preview-placeholder{background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 100%)}.export-card-v0 .card-preview{background:#f9fafb;border-bottom:1px solid #e5e7eb;justify-content:center;align-items:center;height:140px;display:flex;position:relative;overflow:hidden}.export-card-v0 .card-preview .preview-placeholder{background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border-radius:12px;justify-content:center;align-items:center;width:64px;height:64px;transition:all .3s;display:flex}.export-card-v0 .card-preview .preview-placeholder .preview-icon{font-size:28px}.export-card-v0 .card-content{padding:12px}.export-card-v0 .card-header{justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px;display:flex}.export-card-v0 .card-header .card-title-section{flex:1;align-items:center;gap:6px;min-width:0;display:flex}.export-card-v0 .card-header .card-title{color:#111827;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:14px;font-weight:500;overflow:hidden}.export-card-v0 .card-header .card-type{color:#6b7280;letter-spacing:.5px;text-transform:uppercase;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:3px;flex-shrink:0;padding:2px 6px;font-size:9px;font-weight:600}.export-card-v0 .card-header .card-menu-btn{color:#9ca3af;opacity:0;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;transition:all .15s;display:flex}.export-card-v0 .card-header .card-menu-btn:hover{color:#111827;background:#f3f4f6}.export-card-v0:hover .card-menu-btn{opacity:1}.export-card-v0 .card-url{color:#6b7280;text-overflow:ellipsis;white-space:nowrap;margin-bottom:10px;font-size:12px;line-height:1.4;overflow:hidden}.export-card-v0 .card-footer{border-top:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding-top:10px;display:flex}.export-card-v0 .card-footer .card-meta{align-items:center;gap:12px;display:flex}.export-card-v0 .card-footer .card-meta .meta-item{color:#9ca3af;align-items:center;gap:4px;font-size:11px;display:flex}.export-card-v0 .card-footer .card-meta .meta-item svg{opacity:.6}.export-card-v0 .card-footer .status-badge{letter-spacing:.3px;border-radius:4px;padding:3px 8px;font-size:10px;font-weight:500}.export-card-v0 .card-footer .status-badge.status-completed{color:#15803d;background:#dcfce7}.export-card-v0 .card-footer .status-badge.status-processing{color:#a16207;background:#fef3c7}.export-card-v0 .card-footer .status-badge.status-pending{color:#1e40af;background:#dbeafe}.export-card-v0 .card-footer .status-badge.status-failed{color:#dc2626;background:#fee2e2}.dashboard-exports.list .export-card-v0{flex-direction:row;display:flex}.dashboard-exports.list .export-card-v0 .card-preview{border-bottom:none;border-right:1px solid #e5e7eb;width:160px;height:auto;min-height:120px}.dashboard-exports.list .export-card-v0 .card-preview .preview-placeholder{width:52px;height:52px}.dashboard-exports.list .export-card-v0 .card-preview .preview-placeholder .preview-icon{font-size:22px}.dashboard-exports.list .export-card-v0 .card-content{flex-direction:column;flex:1;justify-content:space-between;padding:14px;display:flex}.dashboard-exports.list .export-card-v0 .card-header{margin-bottom:8px}.dashboard-exports.list .export-card-v0 .card-footer{border-top:none;padding-top:0}@media (max-width:768px){.dashboard-exports.grid{grid-template-columns:1fr}.dashboard-exports.list .export-card-v0{flex-direction:column}.dashboard-exports.list .export-card-v0 .card-preview{border-bottom:1px solid #e5e7eb;border-right:none;width:100%;height:120px}}@media (min-width:769px) and (max-width:1024px){.dashboard-exports.grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}@media (min-width:1025px){.dashboard-exports.grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}.page-transform-v0{background:var(--bg-secondary);flex-direction:column;height:100vh;display:flex}.transform-main{flex:1;display:flex;overflow:hidden}.transform-nav-compact{background:var(--bg-primary);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;gap:12px;height:48px;padding:0 12px;display:flex}.transform-nav-compact .nav-section{align-items:center;gap:6px;display:flex}.transform-nav-compact .nav-section.nav-section-left{flex:1}.transform-nav-compact .nav-section.nav-section-right{justify-content:flex-end;gap:12px}.transform-nav-compact .nav-divider{background:var(--border-color);width:1px;height:24px}.transform-nav-compact .nav-icon-btn,.transform-nav-compact .nav-dropdown-btn,.transform-nav-compact .nav-mode-btn{color:var(--text-secondary);border:1px solid var(--border-color);background:0 0;border-radius:4px;align-items:center;gap:6px;padding:6px 12px;font-size:13px;transition:all .15s;display:flex}.transform-nav-compact .nav-icon-btn:hover,.transform-nav-compact .nav-dropdown-btn:hover,.transform-nav-compact .nav-mode-btn:hover{background:var(--hover-bg);color:var(--text-primary)}.transform-nav-compact .nav-icon-btn.active,.transform-nav-compact .nav-dropdown-btn.active,.transform-nav-compact .nav-mode-btn.active{background:var(--text-primary);color:#fff;border-color:var(--text-primary)}.transform-nav-compact .nav-btn-primary{background:var(--text-primary);color:#fff;border:none;border-radius:4px;padding:6px 14px;font-size:13px}.transform-nav-compact .nav-btn-primary:hover{opacity:.8}.transform-nav-compact .user-avatar{border:1px solid var(--border-color);border-radius:50%;width:28px;height:28px;overflow:hidden}.transform-nav-compact .user-avatar img{object-fit:cover;width:100%;height:100%}.transform-nav-compact .projects-dropdown-wrapper{position:relative}.transform-nav-compact .projects-dropdown{background:var(--bg-primary);border:1px solid var(--border-color);z-index:1000;border-radius:6px;min-width:320px;max-width:400px;max-height:400px;animation:.15s ease-out slideIn;position:absolute;top:calc(100% + 8px);left:0;overflow:hidden;box-shadow:0 4px 12px #0000001a}.transform-nav-compact .projects-dropdown .dropdown-header{border-bottom:1px solid var(--border-color);background:var(--bg-secondary);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.transform-nav-compact .projects-dropdown .dropdown-header span{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:600}.transform-nav-compact .projects-dropdown .dropdown-header .dropdown-close{width:24px;height:24px;color:var(--text-secondary);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;font-size:20px;line-height:1;transition:all .15s;display:flex}.transform-nav-compact .projects-dropdown .dropdown-header .dropdown-close:hover{background:var(--hover-bg);color:var(--text-primary)}.transform-nav-compact .projects-dropdown .dropdown-list{max-height:340px;overflow-y:auto}.transform-nav-compact .projects-dropdown .dropdown-item{border:none;border-bottom:1px solid var(--border-color);cursor:pointer;background:0 0;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:12px 16px;transition:all .15s;display:flex}.transform-nav-compact .projects-dropdown .dropdown-item:last-child{border-bottom:none}.transform-nav-compact .projects-dropdown .dropdown-item:hover{background:var(--hover-bg)}.transform-nav-compact .projects-dropdown .dropdown-item.active{background:var(--bg-secondary)}.transform-nav-compact .projects-dropdown .dropdown-item.active .project-title{color:var(--text-primary);font-weight:600}.transform-nav-compact .projects-dropdown .dropdown-item .project-info{text-align:left;flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.transform-nav-compact .projects-dropdown .dropdown-item .project-title{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.transform-nav-compact .projects-dropdown .dropdown-item .project-type{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.3px;font-size:11px}.transform-nav-compact .projects-dropdown .dropdown-item svg{color:var(--text-primary);flex-shrink:0}.transform-nav-compact .projects-dropdown .dropdown-empty{text-align:center;padding:32px 16px}.transform-nav-compact .projects-dropdown .dropdown-empty p{color:var(--text-secondary);font-size:13px}.transform-sidebar{background:var(--bg-primary);border-right:1px solid var(--border-color);width:380px;transition:transform .3s;overflow:hidden}.transform-sidebar.closed{width:0;transform:translate(-100%)}.transform-center{background:var(--bg-primary);flex:1;overflow:hidden}.chat-panel-v0{flex-direction:column;height:100%;display:flex}.chat-panel-v0 .chat-header-v0{border-bottom:1px solid var(--border-color);justify-content:space-between;padding:16px 20px;display:flex}.chat-panel-v0 .chat-header-v0 .chat-header-content{align-items:center;gap:8px;display:flex}.chat-panel-v0 .chat-header-v0 .chat-header-content h2{font-size:14px;font-weight:500}.chat-panel-v0 .chat-header-v0 .chat-badge{background:var(--bg-secondary);color:var(--text-secondary);border-radius:4px;padding:4px 8px;font-size:11px}.chat-panel-v0 .chat-messages-v0{flex-direction:column;flex:1;gap:16px;padding:20px;display:flex;overflow-y:auto}.chat-panel-v0 .chat-empty-v0{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:32px 20px;display:flex}.chat-panel-v0 .chat-empty-v0 .empty-icon-v0{opacity:.3;margin-bottom:20px;font-size:64px}.chat-panel-v0 .chat-empty-v0 h3{margin-bottom:8px;font-size:16px;font-weight:500}.chat-panel-v0 .chat-empty-v0 p{color:var(--text-secondary);margin-bottom:32px;font-size:13px}.chat-panel-v0 .chat-empty-v0 .suggestions-v0{width:100%;max-width:320px}.chat-panel-v0 .chat-empty-v0 .suggestions-v0 .suggestions-title{color:var(--text-secondary);text-align:left;margin-bottom:12px;font-size:12px}.chat-panel-v0 .chat-empty-v0 .suggestions-v0 .suggestion-v0{background:var(--bg-secondary);width:100%;color:var(--text-primary);text-align:left;border:1px solid var(--border-color);border-radius:6px;margin-bottom:8px;padding:12px 14px;font-size:13px;transition:all .15s}.chat-panel-v0 .chat-empty-v0 .suggestions-v0 .suggestion-v0:hover{background:var(--hover-bg)}.chat-panel-v0 .chat-message-v0{gap:12px;animation:.2s ease-out slideIn;display:flex}.chat-panel-v0 .chat-message-v0.user{flex-direction:row-reverse}.chat-panel-v0 .chat-message-v0.user .message-text-v0,.chat-panel-v0 .chat-message-v0.user .message-avatar-v0{background:var(--text-primary);color:#fff}.chat-panel-v0 .chat-message-v0.assistant .message-text-v0,.chat-panel-v0 .chat-message-v0.assistant .message-avatar-v0{background:var(--bg-secondary);color:var(--text-primary)}.chat-panel-v0 .chat-message-v0 .message-avatar-v0{border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:600;display:flex}.chat-panel-v0 .chat-message-v0 .message-text-v0{border-radius:8px;padding:12px 14px;font-size:13px;line-height:1.6}.chat-panel-v0 .chat-message-v0 .message-text-v0 .code-block-v0{background:#0000000d;border-radius:4px;margin:8px 0;padding:10px;overflow-x:auto}.chat-panel-v0 .chat-message-v0 .message-text-v0 .code-block-v0 code{font-size:12px}.chat-panel-v0 .chat-message-v0 .message-text-v0 .inline-code-v0{background:#0000000d;border-radius:3px;padding:2px 6px;font-size:12px}.chat-panel-v0 .chat-message-v0 .message-text-v0 .cursor-v0{animation:1s infinite pulse}.chat-panel-v0 .chat-input-form-v0{border-top:1px solid var(--border-color);padding:16px 20px}.chat-panel-v0 .chat-input-form-v0 .input-wrapper-v0{align-items:center;gap:8px;display:flex;position:relative}.chat-panel-v0 .chat-input-form-v0 .chat-input-v0{border:1px solid var(--border-color);background:var(--bg-primary);color:var(--text-primary);border-radius:6px;flex:1;padding:10px 44px 10px 14px;font-size:13px}.chat-panel-v0 .chat-input-form-v0 .chat-input-v0:focus{border-color:var(--text-primary)}.chat-panel-v0 .chat-input-form-v0 .chat-input-v0::placeholder{color:var(--text-secondary)}.chat-panel-v0 .chat-input-form-v0 .send-btn-v0{background:var(--text-primary);color:#fff;border-radius:4px;width:32px;height:32px;font-size:14px;position:absolute;right:6px}.chat-panel-v0 .chat-input-form-v0 .send-btn-v0:hover{opacity:.8}.chat-panel-v0 .chat-input-form-v0 .send-btn-v0:disabled{opacity:.4}.code-preview-tabs-v0{flex-direction:column;height:100%;display:flex}.code-preview-tabs-v0 .tabs-header-v0{background:var(--bg-primary);border-bottom:1px solid var(--border-color);justify-content:space-between;min-height:48px;display:flex}.code-preview-tabs-v0 .tabs-header-v0 .tabs-nav-v0{display:flex;overflow-x:auto}.code-preview-tabs-v0 .tabs-header-v0 .tabs-nav-v0 .tab-btn-v0{color:var(--text-secondary);background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:8px;padding:14px 16px;font-size:13px;transition:all .15s;display:flex}.code-preview-tabs-v0 .tabs-header-v0 .tabs-nav-v0 .tab-btn-v0:hover{color:var(--text-primary);background:var(--hover-bg)}.code-preview-tabs-v0 .tabs-header-v0 .tabs-nav-v0 .tab-btn-v0.active{color:var(--text-primary);border-bottom-color:var(--text-primary)}.code-preview-tabs-v0 .tabs-header-v0 .tabs-nav-v0 .tab-btn-v0 .loading-indicator-v0{animation:1.5s ease-in-out infinite pulse}.code-preview-tabs-v0 .tabs-header-v0 .tabs-actions-v0{gap:8px;padding:0 16px;display:flex}.code-preview-tabs-v0 .tabs-header-v0 .tabs-actions-v0 .action-btn-v0{color:var(--text-secondary);border:1px solid var(--border-color);background:0 0;border-radius:4px;padding:6px 12px;font-size:12px;transition:all .15s}.code-preview-tabs-v0 .tabs-header-v0 .tabs-actions-v0 .action-btn-v0:hover{background:var(--hover-bg);color:var(--text-primary)}.code-preview-tabs-v0 .tabs-content-v0{flex:1;overflow:hidden}.code-preview-tabs-v0 .code-view-v0{height:100%;overflow-y:auto}.code-preview-tabs-v0 .code-view-v0 pre[class*=language-]{background:var(--bg-secondary)!important;border-radius:0!important;margin:0!important;padding:20px!important}.code-preview-tabs-v0 .code-empty-v0{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:32px;display:flex}.code-preview-tabs-v0 .code-empty-v0 .empty-icon-v0{opacity:.3;margin-bottom:16px;font-size:48px}.code-preview-tabs-v0 .code-empty-v0 p{color:var(--text-secondary);font-size:13px}.live-preview-wrapper{background:var(--bg-secondary);flex-direction:column;height:100%;display:flex}.preview-toolbar{background:var(--bg-primary);border-bottom:1px solid var(--border-color);padding:12px 20px}.preview-toolbar .preview-controls{gap:8px;display:flex}.preview-toolbar .preview-controls .control-btn{background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-color);border-radius:4px;padding:6px 12px;font-size:13px;transition:all .15s}.preview-toolbar .preview-controls .control-btn:hover:not(:disabled){background:var(--hover-bg)}.preview-toolbar .preview-controls .control-btn:disabled{opacity:.4}.preview-toolbar .preview-controls .divider{background:var(--border-color);width:1px;margin:0 4px}.preview-container{background:var(--bg-secondary);flex:1;padding:20px;overflow:auto}.preview-container .preview-iframe{border:1px solid var(--border-color);background:#fff;border-radius:4px;width:100%;height:100%;min-height:calc(100vh - 200px)}.live-preview-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:32px;display:flex}.live-preview-empty .empty-icon{opacity:.3;margin-bottom:16px;font-size:48px}.live-preview-empty p{color:var(--text-secondary);font-size:13px}.transform-loading,.dashboard-loading{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;display:flex}.transform-loading p,.dashboard-loading p{color:var(--text-secondary);font-size:14px}@media (max-width:1024px){.transform-sidebar{z-index:100;position:fixed;top:48px;bottom:0;left:0;box-shadow:2px 0 8px #0000001a}.transform-sidebar.closed{transform:translate(-100%)}.transform-sidebar.open{transform:translate(0)}.projects-dropdown{max-width:280px!important}}@media (max-width:768px){.dashboard-nav .nav-section-center{display:none}.dashboard-container{padding:0 16px}.dashboard-exports.grid{grid-template-columns:1fr}}.page-index{background:#fff;min-height:100vh}.page-index .index-header{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;position:sticky;top:0}.page-index .index-header .header-container{justify-content:space-between;align-items:center;max-width:1100px;height:60px;margin:0 auto;padding:0 32px;display:flex}@media (max-width:768px){.page-index .index-header .header-container{padding:0 20px}}.page-index .index-header .header-logo{letter-spacing:-.01em;align-items:center;gap:8px;font-size:15px;font-weight:600;text-decoration:none;display:flex;color:#000!important}.page-index .index-header .header-logo svg{width:20px;height:20px}@media (max-width:768px){.page-index .index-header .header-logo{font-size:14px}.page-index .index-header .header-logo svg{width:18px;height:18px}}.page-index .index-header .header-nav{align-items:center;gap:32px;margin-left:auto;margin-right:32px;display:flex}@media (max-width:968px){.page-index .index-header .header-nav{display:none}}.page-index .index-header .header-nav a{color:var(--text-primary);font-size:14px;font-weight:400;text-decoration:none;transition:opacity .2s}.page-index .index-header .header-nav a:hover{opacity:.6}.page-index .index-header .header-actions{align-items:center;gap:12px;display:flex}.page-index .index-header .header-actions .btn-signin,.page-index .index-header .header-actions .btn-download{cursor:pointer;border:none;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:500;transition:all .2s}@media (max-width:768px){.page-index .index-header .header-actions .btn-signin,.page-index .index-header .header-actions .btn-download{padding:7px 14px;font-size:13px}}.page-index .index-header .header-actions .btn-signin{color:var(--text-primary);background:0 0;border:1px solid #0000001a}.page-index .index-header .header-actions .btn-signin:hover{background:#0000000d}@media (max-width:480px){.page-index .index-header .header-actions .btn-signin{display:none}}.page-index .index-header .header-actions .btn-download{color:#fff;background:#000}.page-index .index-header .header-actions .btn-download:hover{background:#333}.page-index .hero-section{justify-content:center;align-items:center;width:100%;max-width:1100px;margin:0 auto;padding:80px 32px 60px;display:flex}@media (max-width:768px){.page-index .hero-section{padding:80px 20px 50px}}@media (max-width:546px){.page-index .hero-section{padding:60px 20px 40px}}.page-index .hero-section .hero-content{text-align:center;flex-direction:column;align-items:center;max-width:800px;display:flex}.page-index .hero-section .hero-title{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:40px;font-size:1.7rem;font-weight:400;line-height:1.4}@media (max-width:1024px){.page-index .hero-section .hero-title{margin-bottom:36px;font-size:44px}}@media (max-width:768px){.page-index .hero-section .hero-title{margin-bottom:32px;font-size:36px}}@media (max-width:546px){.page-index .hero-section .hero-title{margin-bottom:28px;font-size:28px}}.page-index .hero-section .hero-cta{flex-direction:column;align-items:center;gap:12px;width:100%;display:flex}@media (max-width:546px){.page-index .hero-section .hero-cta{gap:10px}}.page-index .hero-section .hero-cta-button{color:#fff;cursor:pointer;background:#000;border:none;border-radius:8px;align-items:center;gap:8px;padding:14px 24px;font-size:15px;font-weight:500;transition:all .2s;display:inline-flex}.page-index .hero-section .hero-cta-button:hover{background:#333}.page-index .hero-section .hero-cta-button .download-icon{font-size:16px;display:inline-block}@media (max-width:546px){.page-index .hero-section .hero-cta-button{justify-content:center;width:100%;padding:13px 22px;font-size:14px}}.page-index .hero-section .hero-subtext{color:var(--text-secondary);margin:0;font-size:14px;font-weight:400}@media (max-width:546px){.page-index .hero-section .hero-subtext{font-size:13px}}.page-index .video-section{width:100%;max-width:1100px;margin:0 auto;padding:0 32px 80px}@media (max-width:768px){.page-index .video-section{padding:0 20px 60px}}.page-index .video-section .video-container{border:1px solid var(--border-color);background:0 0;border-radius:12px;font-size:0;line-height:0;display:block;overflow:hidden;box-shadow:0 4px 12px #00000014}@media (max-width:546px){.page-index .video-section .video-container{border-radius:8px}}.page-index .video-section .video-container *{line-height:0}.page-index .video-section .video-container>div{margin:0;padding:0;font-size:0;line-height:0;display:block}.page-index .video-section .video-container #wistia-player-homepage{background:0 0;margin:0;padding:0;line-height:0;display:block}.page-index .video-section .video-container .wistia_responsive_padding{line-height:0;display:block;margin:0!important}.page-index .video-section .video-container .wistia_responsive_wrapper{display:block}.page-index .video-section .video-container .wistia_embed{margin:0;padding:0;display:block!important}.page-index .video-section .video-container{transition:all .2s}.page-index .video-section .video-container:hover{border-color:#37352f4d;box-shadow:0 8px 24px #0000001f}.page-index .content{width:100%;max-width:1100px;margin:0 auto;padding:80px 32px}@media (max-width:768px){.page-index .content{padding:60px 20px}}.page-index .content .text{white-space:pre-wrap;word-break:break-word;padding:3px 2px;line-height:1.5rem}.page-index .content .text-right{text-align:right}@media (max-width:680px){.page-index .content .text-right{text-align:left}}.page-index .content .cta-button{background:var(--text-primary);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:12px 28px;font-size:15px;font-weight:500;transition:opacity .2s}.page-index .content .cta-button:hover{opacity:.85}@media (max-width:546px){.page-index .content .cta-button{width:100%;padding:12px 24px;font-size:14px}}.page-index .content .features-section{margin:0 0 80px}@media (max-width:768px){.page-index .content .features-section{margin:0 0 60px}}.page-index .content .features-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}@media (max-width:1024px){.page-index .content .features-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width:546px){.page-index .content .features-grid{grid-template-columns:1fr;gap:16px}}.page-index .content .feature-card{background:#f5f5f5;border:1px solid #0000;border-radius:12px;flex-direction:column;gap:16px;padding:28px 24px;display:flex}@media (max-width:546px){.page-index .content .feature-card{border-radius:10px;gap:14px;padding:24px 20px}}.page-index .content .feature-card>div{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex}@media (max-width:546px){.page-index .content .feature-card>div{border-radius:9px;width:44px;height:44px}}.page-index .content .feature-card>div svg{width:24px;height:24px}@media (max-width:546px){.page-index .content .feature-card>div svg{width:22px;height:22px}}.page-index .content .feature-card:first-child>div{background:linear-gradient(135deg,#dbeafe 0%,#bfdbfe 100%)}.page-index .content .feature-card:first-child>div svg{color:#1e40af}.page-index .content .feature-card:nth-child(2)>div{background:linear-gradient(135deg,#e9d5ff 0%,#d8b4fe 100%)}.page-index .content .feature-card:nth-child(2)>div svg{color:#7c3aed}.page-index .content .feature-card:nth-child(3)>div{background:linear-gradient(135deg,#fce7f3 0%,#fbcfe8 100%)}.page-index .content .feature-card:nth-child(3)>div svg{color:#be185d}.page-index .content .feature-card:nth-child(4)>div{background:linear-gradient(135deg,#cffafe 0%,#a5f3fc 100%)}.page-index .content .feature-card:nth-child(4)>div svg{color:#0e7490}.page-index .content .feature-card:nth-child(5)>div{background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%)}.page-index .content .feature-card:nth-child(5)>div svg{color:#047857}.page-index .content .feature-card:nth-child(6)>div{background:linear-gradient(135deg,#fed7aa 0%,#fdba74 100%)}.page-index .content .feature-card:nth-child(6)>div svg{color:#c2410c}.page-index .content .feature-card h3{color:var(--text-primary);margin:0;font-size:1.125rem;font-weight:600;line-height:1.3}@media (max-width:546px){.page-index .content .feature-card h3{font-size:1.0625rem}}.page-index .content .feature-card p{color:var(--text-secondary);margin:0;font-size:.9375rem;line-height:1.6}@media (max-width:546px){.page-index .content .feature-card p{font-size:.875rem;line-height:1.5}}.page-index .content .divider{border-bottom:1px solid var(--border-color);width:100%;margin:60px 0}@media (max-width:546px){.page-index .content .divider{margin:40px 0}}.page-index .content .columns{gap:var(--column-spacing);flex-wrap:wrap;display:flex}@media (max-width:680px){.page-index .content .columns{gap:0}}.page-index .content .columns .column{word-break:break-word;padding:12px 0}@media (max-width:680px){.page-index .content .columns .column{padding:8px 0;width:100%!important;margin-inline-start:0!important}}.page-index .content .columns .column p.text{margin-bottom:8px}.page-index .content .columns .column p.text:last-child{margin-bottom:0}@media (min-width:681px){.page-index .content .footer-columns .column{padding-right:20px}.page-index .content .footer-bottom-columns .column{padding:0}}.page-index .content .footer-cta{text-align:center;padding:60px 0}@media (max-width:546px){.page-index .content .footer-cta{padding:40px 0}}.page-index .content .footer-cta-title{color:var(--text-primary);margin-bottom:16px;font-size:32px;font-weight:600}@media (max-width:546px){.page-index .content .footer-cta-title{font-size:26px}}.page-index .content .footer-cta-text{color:var(--text-secondary);margin-bottom:32px;font-size:17px}@media (max-width:546px){.page-index .content .footer-cta-text{font-size:15px}}.page-index .content .footer-company{color:var(--text-secondary);margin-top:4px;font-size:13px}.pricing-cards-section{flex-direction:column;align-items:center;gap:3rem;width:100%;max-width:1200px;margin:0 auto;padding:80px 32px;display:flex}@media (max-width:768px){.pricing-cards-section{gap:2.5rem;padding:60px 20px}}@media (max-width:546px){.pricing-cards-section{gap:2rem;padding:40px 20px}}.pricing-cards-section .pricing-header{text-align:center;flex-direction:column;align-items:center;display:flex}.pricing-cards-section .pricing-header h2{color:var(--text-primary);margin-bottom:1rem;line-height:1}@media (max-width:768px){.pricing-cards-section .pricing-header h2{font-size:2.5rem}}@media (max-width:546px){.pricing-cards-section .pricing-header h2{font-size:2rem}}.pricing-cards-section .pricing-header p{color:var(--text-secondary);margin:0;font-size:16px}@media (max-width:546px){.pricing-cards-section .pricing-header p{font-size:15px}}.pricing-cards-section .pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;width:100%;display:grid}@media (max-width:1024px){.pricing-cards-section .pricing-grid{grid-template-columns:1fr;max-width:400px}}@media (max-width:768px){.pricing-cards-section .pricing-grid{gap:1.5rem}}.pricing-cards-section .pricing-card-wrapper{background-color:var(--border-color);border-radius:.75rem;padding:1px}.pricing-cards-section .pricing-card-wrapper.popular{background:linear-gradient(to bottom right,#c084fc,#ec4899,#ef4444);padding:2px}.pricing-cards-section .pricing-card-wrapper .pricing-card{background-color:var(--bg-primary);border-radius:calc(.75rem - 1px);flex-direction:column;gap:1rem;width:100%;height:100%;padding:1.25rem 1.5rem;display:flex}.pricing-cards-section .pricing-card-wrapper .pricing-card .card-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.pricing-cards-section .pricing-card-wrapper .pricing-card .card-header h3{color:var(--text-secondary);margin-bottom:4px;font-size:.875rem;font-weight:400;line-height:1.25rem}.pricing-cards-section .pricing-card-wrapper .pricing-card .card-header .price{color:var(--text-primary);font-size:2.25rem;font-weight:600;line-height:2.5rem}.pricing-cards-section .pricing-card-wrapper .pricing-card .card-header .popular-badge{border:1px solid var(--border-color);white-space:nowrap;color:var(--text-primary);border-radius:9999px;padding:.25rem .5rem;font-size:.75rem;font-weight:600;line-height:1rem}.pricing-cards-section .pricing-card-wrapper .pricing-card .features-list{flex-direction:column;gap:.5rem;display:flex}.pricing-cards-section .pricing-card-wrapper .pricing-card .features-list .feature-item{color:var(--text-primary);align-items:center;font-size:.875rem;line-height:1.25rem;display:flex}.pricing-cards-section .pricing-card-wrapper .pricing-card .features-list .feature-item .check-icon{color:#16a34a;flex-shrink:0;width:1rem;height:1rem;margin-right:.5rem}.pricing-cards-section .pricing-card-wrapper .pricing-card .features-list .feature-item span{flex:1}.pricing-cards-section .pricing-footer{color:var(--text-secondary);text-align:center;margin:0;font-size:.875rem;line-height:1.25rem}@media (max-width:546px){.pricing-cards-section .pricing-footer{font-size:.8rem}}.how-it-works-section{max-width:1200px;margin:0 auto;padding:80px 32px}@media (max-width:768px){.how-it-works-section{padding:60px 20px}}@media (max-width:546px){.how-it-works-section{padding:48px 20px}}.how-it-works-section .section-header{flex-direction:column;align-items:center;margin-bottom:48px;display:flex}@media (min-width:768px){.how-it-works-section .section-header{margin-bottom:64px}}.how-it-works-section .section-header h1{text-align:center;text-wrap:balance;color:var(--text-primary);margin-bottom:12px;font-size:1.5rem;font-weight:600;line-height:36px}@media (min-width:768px){.how-it-works-section .section-header h1{font-size:1.875rem}}@media (max-width:546px){.how-it-works-section .section-header h1{font-size:1.25rem}}.how-it-works-section .section-header p{text-align:center;text-wrap:balance;color:var(--text-secondary);margin:0;font-size:1rem;font-weight:500;line-height:28px}@media (min-width:768px){.how-it-works-section .section-header p{font-size:1.125rem}}@media (max-width:546px){.how-it-works-section .section-header p{font-size:.9375rem}}.how-it-works-section .steps-list{flex-direction:column;justify-content:center;gap:24px;margin:0;padding:0;list-style:none;display:flex}@media (min-width:768px){.how-it-works-section .steps-list{flex-direction:row;gap:32px}}@media (max-width:546px){.how-it-works-section .steps-list{gap:20px}}.how-it-works-section .steps-list .step-card{background-color:var(--bg-primary);border:1px solid var(--border-color);border-radius:1rem;flex-direction:column;justify-content:space-between;gap:24px;padding:20px;transition:all .3s;display:flex;position:relative;overflow:hidden}@media (min-width:768px){.how-it-works-section .steps-list .step-card{border-radius:1.5rem;width:32%;padding:24px}}@media (max-width:546px){.how-it-works-section .steps-list .step-card{border-radius:.875rem;padding:18px}}.how-it-works-section .steps-list .step-card:first-child{background:linear-gradient(135deg,#faf5ff 0%,#f5f3ff 100%);border-color:#8b5cf626}.how-it-works-section .steps-list .step-card:first-child:hover{background:linear-gradient(135deg,#f5f3ff 0%,#ede9fe 100%);border-color:#8b5cf64d;box-shadow:0 8px 32px #8b5cf61f}.how-it-works-section .steps-list .step-card:nth-child(2){background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);border-color:#0ea5e926}.how-it-works-section .steps-list .step-card:nth-child(2):hover{background:linear-gradient(135deg,#e0f2fe 0%,#bae6fd 100%);border-color:#0ea5e94d;box-shadow:0 8px 32px #0ea5e91f}.how-it-works-section .steps-list .step-card:nth-child(3){background:linear-gradient(135deg,#ecfdf5 0%,#d1fae5 100%);border-color:#10b98126}.how-it-works-section .steps-list .step-card:nth-child(3):hover{background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%);border-color:#10b9814d;box-shadow:0 8px 32px #10b9811f}.how-it-works-section .steps-list .step-card:hover{transform:translateY(-4px)}.how-it-works-section .steps-list .step-card .step-content,.how-it-works-section .steps-list .step-card .step-content .step-header{flex-direction:column;gap:16px;display:flex}.how-it-works-section .steps-list .step-card .step-content .step-header .step-text{flex-direction:column;gap:32px;display:flex}.how-it-works-section .steps-list .step-card .step-content .step-header .step-text .step-info{flex-direction:column;gap:6px;display:flex}.how-it-works-section .steps-list .step-card .step-content .step-header .step-text .step-info .step-title{color:var(--text-primary);margin:0;font-size:1.125rem;font-weight:600;line-height:1.4}@media (min-width:768px){.how-it-works-section .steps-list .step-card .step-content .step-header .step-text .step-info .step-title{font-size:1.25rem}}@media (max-width:546px){.how-it-works-section .steps-list .step-card .step-content .step-header .step-text .step-info .step-title{font-size:1rem}}.how-it-works-section .steps-list .step-card .step-content .step-header .step-text .step-info .step-description{color:var(--text-secondary);margin:0;font-size:.9375rem;line-height:1.5}@media (min-width:768px){.how-it-works-section .steps-list .step-card .step-content .step-header .step-text .step-info .step-description{font-size:1rem}}@media (max-width:546px){.how-it-works-section .steps-list .step-card .step-content .step-header .step-text .step-info .step-description{font-size:.875rem}}.how-it-works-section .steps-list .step-card .step-image{border:1px solid #0000000f;border-radius:.5rem;width:100%;transition:transform .3s;display:block;box-shadow:0 2px 8px #0000000a}@media (min-width:768px){.how-it-works-section .steps-list .step-card .step-image{border-radius:.75rem}}@media (max-width:546px){.how-it-works-section .steps-list .step-card .step-image{border-radius:.375rem}}.how-it-works-section .steps-list .step-card:hover .step-image{transform:scale(1.02);box-shadow:0 4px 12px #00000014}.site-footer{border-top:1px solid var(--border-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#ffffffb3;padding:48px 32px}@media (max-width:768px){.site-footer{padding:40px 20px}}@media (max-width:546px){.site-footer{padding:32px 20px}}.site-footer .footer-container{flex-direction:column;align-items:center;gap:24px;max-width:1200px;margin:0 auto;display:flex}@media (max-width:546px){.site-footer .footer-container{gap:20px}}.site-footer .footer-brand{color:var(--text-secondary);align-items:center;gap:8px;font-size:.875rem;line-height:1.25rem;display:flex}@media (max-width:546px){.site-footer .footer-brand{font-size:.8125rem}}.site-footer .footer-brand .footer-logo{border-radius:6px;flex-shrink:0;width:24px;height:24px}@media (max-width:546px){.site-footer .footer-brand .footer-logo{width:22px;height:22px}}.site-footer .footer-brand span{font-weight:500}.site-footer .footer-meta{color:var(--text-secondary);flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;font-size:.75rem;line-height:1rem;display:flex}@media (max-width:546px){.site-footer .footer-meta{gap:10px;font-size:.6875rem}}.site-footer .footer-meta .footer-separator{opacity:.4}.site-footer .footer-meta .footer-email{transition:color .2s}.site-footer .footer-meta .footer-email:hover{color:var(--text-primary)}.site-footer .footer-links{color:var(--text-secondary);flex-wrap:wrap;justify-content:center;align-items:center;gap:24px;font-size:.875rem;line-height:1.25rem;display:flex}@media (max-width:768px){.site-footer .footer-links{gap:20px}}@media (max-width:546px){.site-footer .footer-links{gap:16px;font-size:.8125rem}}.site-footer .footer-links a{font-weight:500;transition:color .2s}.site-footer .footer-links a:hover{color:var(--text-primary)}.site-footer .footer-links .footer-social{align-items:center;gap:6px;text-decoration:underline;display:inline-flex}.site-footer .footer-links .footer-social .social-icon{flex-shrink:0;width:16px;height:16px}@media (max-width:546px){.site-footer .footer-links .footer-social .social-icon{width:14px;height:14px}}.site-footer .footer-links .footer-social .social-icon path{fill:currentColor}.browser-platforms{text-align:center;width:100%;padding:40px 20px}.browser-platforms .platforms-list{margin:0;padding:0;list-style:none;display:inline-block}@media (max-width:768px){.browser-platforms .platforms-list{flex-wrap:wrap;justify-content:center;display:flex}}.browser-platforms .platform-item{vertical-align:top;border:1px solid var(--border-color);background-color:var(--bg-primary);text-align:left;cursor:pointer;border-radius:12px;width:205px;height:200px;margin:14px;transition:all .2s;display:inline-block;position:relative;overflow:hidden}@media (max-width:768px){.browser-platforms .platform-item{width:167px;height:180px;margin:10px}}@media (max-width:546px){.browser-platforms .platform-item{width:160px;height:170px;margin:8px}}.browser-platforms .platform-item:hover{background-color:#00000008;transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.browser-platforms .platform-item:hover .platform-icon{bottom:-10px;left:-10px;transform:scale(1.1)}.browser-platforms .platform-item:hover .platform-device{bottom:-10px;right:-10px;transform:scale(1.05)}.browser-platforms .platform-link{z-index:2;width:100%;height:100%;color:inherit;flex-direction:column;padding:24px;text-decoration:none;display:flex;position:absolute;top:0;left:0}@media (max-width:546px){.browser-platforms .platform-link{padding:20px}}.browser-platforms .platform-link:hover{text-decoration:none}.browser-platforms .platform-content{z-index:3;position:relative}.browser-platforms .platform-name{color:var(--text-primary);margin-bottom:6px;font-size:1.375rem;font-weight:600;line-height:1.2;transition:all .2s;display:block}@media (max-width:768px){.browser-platforms .platform-name{font-size:1.25rem}}@media (max-width:546px){.browser-platforms .platform-name{font-size:1.125rem}}.browser-platforms .platform-description{color:var(--text-primary);opacity:.8;margin:0;font-size:.9375rem;line-height:1.4;transition:all .2s;display:block}@media (max-width:768px){.browser-platforms .platform-description{font-size:.875rem}}@media (max-width:546px){.browser-platforms .platform-description{font-size:.8125rem}}.browser-platforms .platform-icon{z-index:1;align-items:flex-end;width:auto;height:60px;transition:all .2s;display:flex;position:absolute;bottom:0;left:0}@media (max-width:768px){.browser-platforms .platform-icon{height:50px}}@media (max-width:546px){.browser-platforms .platform-icon{height:45px}}.browser-platforms .platform-icon svg{width:auto;max-width:60px;height:60px;transition:all .2s}@media (max-width:768px){.browser-platforms .platform-icon svg{max-width:50px;height:50px}}@media (max-width:546px){.browser-platforms .platform-icon svg{max-width:45px;height:45px}}.browser-platforms .platform-device{z-index:1;opacity:.7;width:50px;height:auto;transition:all .2s;position:absolute;bottom:0;right:0}@media (max-width:768px){.browser-platforms .platform-device{width:40px}}@media (max-width:546px){.browser-platforms .platform-device{width:35px}}.faq-section{width:100%;max-width:1200px;margin:0 auto;padding:80px 32px}@media (max-width:768px){.faq-section{padding:60px 20px}}@media (max-width:546px){.faq-section{padding:48px 20px}}.faq-section .faq-header{text-align:center;margin-bottom:48px}@media (max-width:768px){.faq-section .faq-header{margin-bottom:40px}}@media (max-width:546px){.faq-section .faq-header{margin-bottom:32px}}.faq-section .faq-header h2{color:var(--text-primary);text-wrap:balance;margin-bottom:12px;font-size:1.875rem;font-weight:600;line-height:1.2}@media (max-width:768px){.faq-section .faq-header h2{font-size:1.625rem}}@media (max-width:546px){.faq-section .faq-header h2{font-size:1.5rem}}.faq-section .faq-header p{color:var(--text-secondary);text-wrap:balance;font-size:1.0625rem;font-weight:500;line-height:1.5}@media (max-width:546px){.faq-section .faq-header p{font-size:1rem}}.faq-section .faq-list{flex-direction:column;gap:24px;max-width:800px;margin:0 auto;display:flex}@media (max-width:768px){.faq-section .faq-list{gap:20px}}@media (max-width:546px){.faq-section .faq-list{gap:16px}}.faq-section .faq-item{border-bottom:1px solid var(--border-color);padding-bottom:24px}@media (max-width:768px){.faq-section .faq-item{padding-bottom:20px}}@media (max-width:546px){.faq-section .faq-item{padding-bottom:16px}}.faq-section .faq-item:last-child{border-bottom:none;padding-bottom:0}.faq-section .faq-item .faq-question{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:flex-start;gap:16px;list-style:none;display:flex}@media (max-width:546px){.faq-section .faq-item .faq-question{gap:12px}}.faq-section .faq-item .faq-question::-webkit-details-marker{display:none}.faq-section .faq-item .faq-question p{color:var(--text-primary);flex:1;margin:0;font-size:1.0625rem;font-weight:500;line-height:1.5}@media (max-width:768px){.faq-section .faq-item .faq-question p{font-size:1rem}}@media (max-width:546px){.faq-section .faq-item .faq-question p{font-size:.9375rem}}.faq-section .faq-item .faq-question .faq-icon{width:24px;height:24px;color:var(--text-secondary);flex-shrink:0;margin-top:2px;transition:transform .3s}@media (max-width:768px){.faq-section .faq-item .faq-question .faq-icon{width:22px;height:22px}}@media (max-width:546px){.faq-section .faq-item .faq-question .faq-icon{width:20px;height:20px}}.faq-section .faq-item[open] .faq-icon{transform:rotate(180deg)}.faq-section .faq-item .faq-answer{margin-top:12px;padding-right:40px}@media (max-width:768px){.faq-section .faq-item .faq-answer{margin-top:10px;padding-right:32px}}@media (max-width:546px){.faq-section .faq-item .faq-answer{margin-top:8px;padding-right:0}}.faq-section .faq-item .faq-answer p{color:var(--text-secondary);margin:0;font-size:1rem;line-height:1.75}@media (max-width:768px){.faq-section .faq-item .faq-answer p{font-size:.9375rem;line-height:1.6}}@media (max-width:546px){.faq-section .faq-item .faq-answer p{font-size:.875rem}}.faq-section .faq-item .faq-link{color:#0b63ff;transition:color .2s}.faq-section .faq-item .faq-link:hover{color:#094fcc}.hero-title .highlight{z-index:1;font-weight:600;display:inline-block;position:relative}.hero-title .highlight:before{content:"";z-index:-1;opacity:.6;border-radius:4px;height:25%;animation:.6s ease-out forwards highlightFadeIn;position:absolute;bottom:3px;left:-4px;right:-4px}.hero-title .highlight.highlight-purple:before{background:linear-gradient(135deg,#c084fc 0%,#a855f7 100%);animation-delay:.1s}.hero-title .highlight.highlight-blue:before{background:linear-gradient(135deg,#60a5fa 0%,#3b82f6 100%);animation-delay:.3s}.hero-title .highlight.highlight-pink:before{background:linear-gradient(135deg,#f472b6 0%,#ec4899 100%);animation-delay:.5s}.hero-title .highlight.highlight-green:before{background:linear-gradient(135deg,#34d399 0%,#10b981 100%);animation-delay:.7s}.hero-title .highlight.highlight-orange:before{background:linear-gradient(135deg,#fb923c 0%,#f97316 100%);animation-delay:.9s}@keyframes highlightFadeIn{0%{opacity:0;transform:scaleX(0)}to{opacity:.6;transform:scaleX(1)}}.app-layout{background:var(--bg-secondary);height:100vh;display:flex;position:relative}.app-loading{flex-direction:column;justify-content:center;align-items:center;gap:16px;height:100vh;display:flex}.app-loading p{color:var(--text-secondary);font-size:14px}.app-sidebar{border-right:1px solid var(--border-color);background:#f5f4ee;flex-direction:column;flex-shrink:0;width:260px;transition:width .3s;display:flex;position:relative}.app-sidebar.collapsed{width:64px}.app-sidebar.collapsed .sidebar-logo,.app-sidebar.collapsed .nav-main-item span,.app-sidebar.collapsed .nav-section-header,.app-sidebar.collapsed .nav-projects,.app-sidebar.collapsed .user-info{display:none}.app-sidebar.collapsed .sidebar-main-nav{padding:8px}.app-sidebar.collapsed .nav-main-item{justify-content:center;padding:10px}.app-sidebar.collapsed .sidebar-header{justify-content:center}.app-sidebar.collapsed .sidebar-collapse-btn{margin:0 auto}@media (max-width:768px){.app-sidebar{z-index:1000;position:fixed;top:0;bottom:0;left:0;box-shadow:2px 0 8px #0000001a}.app-sidebar.closed{transform:translate(-100%)}}.sidebar-header{border-bottom:1px solid #00000014;align-items:center;gap:12px;min-height:56px;padding:12px 16px;display:flex}.sidebar-collapse-btn{cursor:pointer;width:32px;height:32px;color:var(--text-secondary);background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:flex}.sidebar-collapse-btn:hover{color:var(--text-primary);background:#0000000a}.sidebar-collapse-btn svg{flex-shrink:0}.sidebar-logo{color:var(--text-primary);flex:1;align-items:center;gap:10px;font-size:15px;font-weight:600;display:flex}.sidebar-logo img{border-radius:6px;flex-shrink:0}.sidebar-logo span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sidebar-main-nav{border-bottom:1px solid #00000014;flex-direction:column;gap:2px;padding:12px 8px;display:flex}.nav-main-item{color:var(--text-primary);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;align-items:center;gap:10px;padding:8px 12px;font-size:14px;font-weight:400;transition:background .15s;display:flex}.nav-main-item svg{width:16px;height:16px}.nav-main-item:hover{background:#0000000a}.nav-main-item.active{background:#e9e6dc}.nav-main-item svg{flex-shrink:0}.nav-main-item span{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.sidebar-nav{flex:1;padding:8px;overflow-y:auto}.nav-section{margin-bottom:8px}.nav-section-header{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:8px;padding:8px 12px;font-size:12px;font-weight:600;display:flex}.nav-projects{flex-direction:column;gap:2px;display:flex}.nav-project-item{color:var(--text-primary);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:8px 12px;font-size:13px;transition:background .15s}.nav-project-item:hover{background:#0000000a}.nav-project-item.active{background:#e9e6dc;font-weight:500}.nav-project-item .project-item-content{flex-direction:column;gap:2px;display:flex}.nav-project-item .project-item-title{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.nav-project-item .project-item-date{color:var(--text-secondary);font-size:11px}.nav-empty{text-align:center;padding:24px 12px}.nav-empty p{color:var(--text-secondary);font-size:13px}.nav-empty .nav-empty-hint{margin-top:4px;font-size:12px}.sidebar-footer{border-top:1px solid #00000014;padding:12px;position:relative}.user-menu-trigger{cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:10px;width:100%;padding:8px;transition:background .15s;display:flex}.user-menu-trigger:hover{background:#0000000a}.user-menu-trigger .user-avatar{border-radius:50%;flex-shrink:0;width:32px;height:32px}.user-menu-trigger .user-info{text-align:left;flex:1;min-width:0}.user-menu-trigger .user-info .user-name{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:500;display:block;overflow:hidden}.user-menu-trigger .user-info .user-plan{color:var(--text-secondary);font-size:11px;display:block}.user-menu-trigger svg{color:var(--text-secondary);flex-shrink:0}.user-dropdown{border:1px solid var(--border-color);background:#f5f4ee;border-radius:6px;margin-bottom:8px;padding:4px;position:absolute;bottom:100%;left:12px;right:12px;box-shadow:0 4px 12px #0000001a}.user-dropdown .dropdown-item{width:100%;color:var(--text-primary);cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:8px;padding:8px 12px;font-size:13px;transition:background .15s;display:flex}.user-dropdown .dropdown-item:hover{background:#e9e6dc}.sidebar-mobile-toggle{z-index:1001;background:var(--bg-primary);border:1px solid var(--border-color);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:none;position:fixed;top:16px;left:16px;box-shadow:0 2px 8px #0000001a}@media (max-width:768px){.sidebar-mobile-toggle{display:flex}}.app-main{flex-direction:column;flex:1;display:flex;overflow:hidden}.transform-content{flex:1;display:flex;overflow:hidden}.transform-chat{border-right:1px solid var(--border-color);background:var(--bg-primary);width:380px;overflow:hidden}@media (max-width:1024px){.transform-chat{width:320px}}@media (max-width:768px){.transform-chat{display:none}}.transform-preview{background:var(--bg-primary);flex:1;overflow:hidden}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#00000080;justify-content:center;align-items:center;padding:20px;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.modal-content{background:var(--bg-primary);border-radius:12px;width:100%;max-width:440px;max-height:90vh;padding:32px;animation:.3s ease-out slideIn;position:relative;overflow-y:auto;box-shadow:0 20px 60px #0000004d}@media (max-width:546px){.modal-content{max-width:100%;padding:24px}}.modal-close{width:32px;height:32px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:all .15s;display:flex;position:absolute;top:16px;right:16px}.modal-close:hover{background:var(--hover-bg);color:var(--text-primary)}.modal-header{text-align:center;margin-bottom:32px}.modal-header h2{color:var(--text-primary);margin-bottom:8px;font-size:24px;font-weight:600}.modal-header p{color:var(--text-secondary);font-size:14px;line-height:1.5}.modal-body{flex-direction:column;gap:16px;display:flex}.modal-body .error-message{color:#dc2626;background:#fee2e2;border:1px solid #fecaca;border-radius:6px;padding:12px 16px;font-size:14px;line-height:1.5}.modal-body .button{justify-content:center;width:100%}.auth-divider{text-align:center;align-items:center;margin:8px 0;display:flex}.auth-divider:before,.auth-divider:after{content:"";border-bottom:1px solid var(--border-color);flex:1}.auth-divider span{color:var(--text-secondary);padding:0 12px;font-size:13px;font-weight:500}.email-auth-form{flex-direction:column;gap:16px;display:flex}.email-auth-form .form-group{flex-direction:column;gap:6px;display:flex}.email-auth-form .form-group label{color:var(--text-primary);font-size:14px;font-weight:500}.email-auth-form .form-group input{border:1px solid var(--border-color);background:var(--bg-primary);color:var(--text-primary);border-radius:6px;padding:10px 14px;font-size:14px;transition:all .15s}.email-auth-form .form-group input:focus{border-color:var(--text-primary);outline:none}.email-auth-form .form-group input::placeholder{color:var(--text-secondary);opacity:.6}.email-auth-form .form-group input:disabled{opacity:.5;cursor:not-allowed}.auth-toggle{text-align:center;border-top:1px solid var(--border-color);margin-top:8px;padding-top:8px}.auth-toggle .toggle-link{color:#0b63ff;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:14px;font-weight:500;transition:all .15s}.auth-toggle .toggle-link:hover:not(:disabled){background:#0b63ff1a;text-decoration:underline}.auth-toggle .toggle-link:disabled{opacity:.5;cursor:not-allowed}.spinner-small{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite spin}.button--secondary{background-color:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-color)}.button--secondary:hover:not(:disabled){background-color:var(--hover-bg);border-color:var(--text-primary)}.button--secondary:disabled{opacity:.5;cursor:not-allowed}.custom-video-player{width:100%;max-width:1100px;margin:0 auto;padding:0 32px}@media (max-width:768px){.custom-video-player{padding:0 20px}}.custom-video-player .video-wrapper{border:1px solid var(--border-color);background:#000;border-radius:16px;width:100%;position:relative;overflow:hidden;box-shadow:0 20px 60px #00000026}@media (max-width:546px){.custom-video-player .video-wrapper{border-radius:12px}}.custom-video-player .video-wrapper:hover{box-shadow:0 25px 70px #0003}.custom-video-player .video-wrapper:hover .play-button-circle{background:#0952cc;transform:scale(1.1)}.custom-video-player .video-element{aspect-ratio:16/9;background:#000;width:100%;height:auto;display:block}.custom-video-player .video-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:pointer;background:linear-gradient(135deg,#0009 0%,#0006 100%);justify-content:center;align-items:center;width:100%;height:100%;transition:all .3s;display:flex;position:absolute;top:0;left:0}.custom-video-player .video-overlay:hover{background:linear-gradient(135deg,#000000a6 0%,#00000073 100%)}.custom-video-player .video-overlay-content{flex-direction:column;justify-content:center;align-items:center;gap:24px;display:flex}@media (max-width:546px){.custom-video-player .video-overlay-content{gap:20px}}.custom-video-player .engage-text{color:#fff;text-shadow:0 2px 10px #0000004d;margin:0;font-size:18px;font-weight:500;animation:.6s ease-out fadeInUp}@media (max-width:768px){.custom-video-player .engage-text{font-size:16px}}@media (max-width:546px){.custom-video-player .engage-text{font-size:15px}}.custom-video-player .play-button{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;animation:.8s ease-out .2s both fadeIn;display:flex}.custom-video-player .play-button:focus{outline:none}.custom-video-player .play-button:focus-visible .play-button-circle{box-shadow:0 0 0 4px #0b63ff66}.custom-video-player .play-button-circle{background:#0b63ff;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;transition:all .3s;display:flex;position:relative;box-shadow:0 10px 30px #0b63ff66}@media (max-width:768px){.custom-video-player .play-button-circle{width:80px;height:80px}}@media (max-width:546px){.custom-video-player .play-button-circle{width:70px;height:70px}.custom-video-player .play-button-circle svg{width:28px;height:28px}}.custom-video-player .play-button-circle:before{content:"";border:2px solid #0b63ff4d;border-radius:50%;animation:2s ease-in-out infinite pulse;position:absolute;inset:-10px}.custom-video-player .play-button-circle svg{filter:drop-shadow(0 2px 4px #0003);margin-left:4px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.video-section{width:100%;max-width:1100px;margin:0 auto;padding:0 32px 80px}@media (max-width:768px){.video-section{padding:0 20px 60px}}.blog-layout{min-height:100vh;padding:80px 32px}@media (max-width:768px){.blog-layout{padding:60px 20px}}@media (max-width:546px){.blog-layout{padding:40px 20px}}.blog-container,.blog-article{max-width:680px;margin:0 auto}.blog-header{margin-bottom:60px}@media (max-width:546px){.blog-header{margin-bottom:40px}}.blog-home-link,.blog-back-link{color:var(--text-secondary);margin-bottom:24px;font-size:14px;text-decoration:none;transition:color .2s;display:inline-block}.blog-home-link:hover,.blog-back-link:hover{color:var(--text-primary)}.blog-title{color:var(--text-primary);margin-bottom:12px;font-size:2.5rem;font-weight:600}@media (max-width:768px){.blog-title{font-size:2rem}}@media (max-width:546px){.blog-title{font-size:1.75rem}}.blog-subtitle{color:var(--text-secondary);margin:0;font-size:1.125rem;line-height:1.6}@media (max-width:546px){.blog-subtitle{font-size:1rem}}.blog-posts-list{flex-direction:column;gap:32px;display:flex}@media (max-width:546px){.blog-posts-list{gap:24px}}.blog-post-card{border-bottom:1px solid var(--border-color);padding:24px 0;transition:all .2s}.blog-post-card:last-child{border-bottom:none}@media (max-width:546px){.blog-post-card{padding:20px 0}}.blog-post-card-link{text-decoration:none;display:block}.blog-post-card-link:hover .blog-post-title{color:#0b63ff}.blog-post-date{color:var(--text-secondary);margin-bottom:8px;font-size:.875rem;display:block}.blog-post-title{color:var(--text-primary);margin-bottom:8px;font-size:1.5rem;font-weight:600;line-height:1.3;transition:color .2s}@media (max-width:546px){.blog-post-title{font-size:1.25rem}}.blog-post-excerpt{color:var(--text-secondary);margin-bottom:12px;font-size:1rem;line-height:1.6}@media (max-width:546px){.blog-post-excerpt{font-size:.9375rem}}.blog-post-meta{color:var(--text-secondary);align-items:center;gap:8px;font-size:.875rem;display:flex}.blog-post-meta .blog-meta-separator{opacity:.5}.blog-empty{text-align:center;padding:60px 20px}.blog-empty p{color:var(--text-secondary);font-size:1rem}.blog-article-header{border-bottom:1px solid var(--border-color);margin-bottom:48px;padding-bottom:32px}@media (max-width:546px){.blog-article-header{margin-bottom:32px;padding-bottom:24px}}.blog-article-title{color:var(--text-primary);margin-bottom:16px;font-size:2.25rem;font-weight:600;line-height:1.2}@media (max-width:768px){.blog-article-title{font-size:2rem}}@media (max-width:546px){.blog-article-title{font-size:1.5rem}}.blog-article-meta{color:var(--text-secondary);align-items:center;gap:8px;font-size:.9375rem;display:flex}.blog-article-meta .blog-meta-separator{opacity:.5}@media (max-width:546px){.blog-article-meta{font-size:.875rem}}.blog-article-content{color:var(--text-primary)}.blog-article-content>*+*{margin-top:1.5rem}.blog-paragraph{color:var(--text-primary);margin:1.5rem 0;font-size:1.0625rem;line-height:1.75}@media (max-width:546px){.blog-paragraph{font-size:1rem;line-height:1.65}}.blog-h1{color:var(--text-primary);margin:2.5rem 0 1rem;font-size:2rem;font-weight:600;line-height:1.3}@media (max-width:546px){.blog-h1{margin:2rem 0 .875rem;font-size:1.75rem}}.blog-h2{color:var(--text-primary);margin:2rem 0 .875rem;font-size:1.5rem;font-weight:600;line-height:1.3}@media (max-width:546px){.blog-h2{margin:1.75rem 0 .75rem;font-size:1.375rem}}.blog-h3{color:var(--text-primary);margin:1.75rem 0 .75rem;font-size:1.25rem;font-weight:600;line-height:1.3}@media (max-width:546px){.blog-h3{margin:1.5rem 0 .625rem;font-size:1.125rem}}.blog-link{color:inherit;text-underline-offset:2px;opacity:.7;-webkit-text-decoration:underline #37352f99;text-decoration:underline #37352f99;text-decoration-thickness:1px;transition:opacity .2s}.blog-link:hover{opacity:1}.blog-list{color:var(--text-primary);margin:1.5rem 0;padding-left:2rem;font-size:1.0625rem;line-height:1.75}@media (max-width:546px){.blog-list{padding-left:1.5rem;font-size:1rem}}.blog-list-item{margin:.5rem 0}.blog-list-item::marker{color:var(--text-secondary)}.blog-list-ordered{list-style-type:decimal}.blog-blockquote{border-left:3px solid var(--border-color);color:var(--text-secondary);margin:1.5rem 0;padding-left:1.5rem;font-size:1.0625rem;font-style:italic;line-height:1.75}@media (max-width:546px){.blog-blockquote{padding-left:1rem;font-size:1rem}}.blog-inline-code{color:#eb5757;background:#87837826;border-radius:3px;padding:.2em .4em;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9em}.blog-code-block{background:#87837826;border-radius:6px;margin:1.5rem 0;padding:1rem;font-size:.9375rem;line-height:1.6;overflow-x:auto}.blog-code-block code{color:var(--text-primary);background:0 0;padding:0;font-family:Monaco,Menlo,Ubuntu Mono,monospace}@media (max-width:546px){.blog-code-block{padding:.875rem;font-size:.875rem}}.blog-divider{border:none;border-bottom:1px solid var(--border-color);margin:2rem 0}.blog-strong{font-weight:600}.blog-em{font-style:italic}
