.header{position:fixed;top:0;left:0;right:0;width:100%;background:var(--background);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--dialog-bdr);z-index:50;transition:all .3s ease}.header-content{justify-content:space-between;height:60px;margin:0 auto}.header-content,.header-left{display:flex;align-items:center}.header-left{gap:38px}.logo{gap:8px;font-weight:700;font-size:18px}.logo,.logo-icon{display:flex;align-items:center}.logo-icon{font-size:22px;justify-content:center}.logo-icon,.logo-text{color:var(--theme-color)}.nav-menu{gap:28px;margin-left:0}.nav-item,.nav-menu{display:flex;align-items:center}.nav-item{color:var(--color-text)!important;text-decoration:none;font-size:14px;font-weight:700;transition:color .2s ease;gap:4px}.header-actions{display:flex;align-items:center;gap:16px}.dark-mode-toggle{padding:6px 10px;font-size:16px;min-width:40px;border:none;height:36px;background-color:transparent;cursor:pointer}.dark-mode-toggle svg path{fill:var(--color-text)}@media (max-width:1024px){.header-left{gap:32px}.nav-menu{gap:24px}}@media (max-width:768px){.header-content{height:56px}.header-left{gap:24px}.logo{font-size:16px}.logo-icon{font-size:20px}.header-actions{gap:12px}.dark-mode-toggle{padding:5px 8px;min-width:36px;height:32px}}@media (max-width:480px){.header-content{height:52px}.header-left{gap:16px}.logo{font-size:15px}.logo-icon{font-size:18px}.header-actions{gap:8px}.dark-mode-toggle{padding:4px 6px;min-width:32px;height:30px}}.hero-section{margin-top:50px;text-align:center;margin-bottom:50px}.hero-title{font-size:60px;font-weight:800;line-height:1.1;margin-bottom:32px;color:var(--theme-color)}.title-line{display:block}.title-line:last-child{color:var(--color-text)}.cta-buttons{display:flex;justify-content:center;align-items:center}.cta-buttons button{padding:14px 24px;border:none;border-radius:6px;cursor:pointer;background-color:var(--theme-color);color:white;font-weight:700}@media (max-width:768px){.hero-title{font-size:48px}}@media (max-width:480px){.hero-title{font-size:32px}}.demo-video-section{position:relative;width:100%;aspect-ratio:2880/1636;margin:0 auto;padding:0;box-shadow:0 6px 24px 0 rgba(0,0,0,.06),0 0 0 1px rgba(0,0,0,.09);border-radius:4px;overflow:hidden}.demo-video-background{z-index:1}.demo-video,.demo-video-background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:4px}.demo-video{background-color:transparent;transform:translateZ(0);-webkit-transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;transition:opacity .4s ease-in-out}.demo-video.active{z-index:3;opacity:1}.demo-video.inactive{z-index:2;opacity:0;pointer-events:none}.file-list-section{max-width:800px;margin:0 auto;box-sizing:border-box;width:100%}.file-list-header{margin-bottom:1rem;padding-top:.75rem}.file-list-title{font-size:.875rem;font-weight:500;color:var(--list-file-text-secondary,var(--text-secondary));margin:0;text-transform:uppercase;letter-spacing:.05em}.file-list-content{width:100%}.file-list-empty-state,.file-list-error-state,.file-list-loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem;text-align:center;background:var(--list-file-bg);border-radius:8px;border:1px solid var(--list-file-border,var(--border-color))}.file-list-loading-spinner{width:32px;height:32px;border-top:3px solid var(--border-color);border:3px solid var(--border-color);border-top-color:var(--primary-color);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:.75rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.file-list-empty-state p,.file-list-error-state p,.file-list-loading-state p{color:var(--list-file-text-secondary,var(--text-secondary));margin:0 0 .75rem;font-size:.875rem}.file-list-retry-button{background:var(--primary-color);color:white;border:none;padding:.625rem 1.25rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-block}.file-list-retry-button:hover{background:var(--primary-hover);transform:translateY(-1px)}.file-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,220px),1fr));grid-gap:.75rem;gap:.75rem;margin-bottom:1rem;width:100%}.file-card-wrapper{width:100%;min-width:0;display:flex}.file-card{background:var(--list-file-bg,var(--bg-secondary));border:1px solid var(--list-file-border,var(--border-color));border-radius:6px;padding:.875rem;text-decoration:none;transition:all .2s ease;display:flex;flex-direction:column;width:100%;box-sizing:border-box}.file-card:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.08);border-color:var(--list-file-search-focus,var(--primary-color));background:var(--list-file-table-row-hover,var(--bg-secondary))}.file-card-content{display:flex;flex-direction:column;gap:.5rem;width:100%;min-width:0}.file-name{font-size:.875rem;font-weight:600;color:var(--list-file-text-primary,var(--text-primary));margin:0;line-height:1.4}.file-date,.file-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;min-width:0}.file-date{font-size:.75rem;color:var(--list-file-text-secondary,var(--text-secondary));margin:auto 0 0;line-height:1.3}@media (max-width:1024px){.file-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,200px),1fr))}}@media (max-width:768px){.file-list-header{margin-bottom:.75rem;padding-top:.5rem}.file-grid{grid-template-columns:1fr;gap:.625rem}.file-card{padding:.75rem}.file-card-content{gap:.375rem}.file-name{font-size:.8125rem}.file-date{font-size:.6875rem}.file-list-empty-state,.file-list-error-state,.file-list-loading-state{padding:1.5rem 1rem}}@media (max-width:480px){.file-list-empty-state,.file-list-error-state,.file-list-loading-state{padding:1.25rem .75rem}.file-grid{gap:.75rem}.file-card{padding:.625rem}}.features-section{max-width:800px;margin:90px auto}.features-header{text-align:center;margin-bottom:2rem}.section-title{font-size:2rem;font-weight:700;color:var(--foreground);margin-bottom:.5rem;letter-spacing:-.02em}.section-subtitle{font-size:1rem;color:var(--list-file-text-secondary);font-weight:400;max-width:280px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.25rem;gap:1.25rem}.feature-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem 1rem;background:var(--background);border:1px solid var(--list-file-border);border-radius:12px;transition:all .2s ease}.feature-icon-wrapper{width:50px;height:50px;border-radius:10px;background:var(--list-file-header-bg);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.feature-icon{width:24px;height:24px;color:var(--theme-color);transition:color .3s ease}.feature-name{font-size:1.1rem;font-weight:600;color:var(--list-file-text-primary);margin:0 0 .5rem}.feature-text{font-size:.875rem;line-height:1.5;color:var(--list-file-text-secondary);max-width:280px;margin:0 auto}@media (max-width:1024px){.features-grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media (max-width:768px){.section-title{font-size:1.5rem}.section-subtitle{font-size:.9rem}.feature-card{padding:1.25rem .75rem}.features-header{margin-bottom:2rem}.section-title{font-size:1.75rem;margin-bottom:.5rem}.section-subtitle{font-size:1rem}.features-grid{grid-template-columns:repeat(2,1fr);gap:12px}.feature-card{padding:1.75rem 1.25rem}.feature-icon-wrapper{width:56px;height:56px;margin-bottom:1.25rem}.feature-icon{width:28px;height:28px}.feature-name{font-size:1.125rem}.feature-text{font-size:.875rem}}@media (max-width:480px){.section-title{font-size:1.25rem}.features-grid{grid-template-columns:1fr;gap:12px}.feature-card{padding:1rem .5rem}.feature-icon-wrapper{width:40px;height:40px}.feature-icon{width:20px;height:20px}.features-header{margin-bottom:1.5rem}.section-title{font-size:1.5rem}.section-subtitle{font-size:.9375rem}.feature-card{padding:1.25rem .75rem}.feature-icon-wrapper{width:48px;height:48px;margin-bottom:1rem}.feature-icon{width:24px;height:24px}.feature-name{font-size:1rem}.feature-text{font-size:.8125rem}}.how-it-works-section{width:100%;border-radius:12px}.steps-container{display:flex;justify-content:center;align-items:center;gap:2rem;max-width:700px;margin:0 auto}.step-item{flex:0 1 200px;text-align:center;height:auto}.step-number{width:45px;height:45px;border-radius:50%;background:var(--theme-color);color:white;font-size:1.25rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto .75rem}.step-title{color:var(--color-text);font-size:1rem;margin-bottom:.4rem}.step-description{font-size:.875rem;line-height:1.4;color:var(--list-file-text-secondary);max-width:280px;margin:0 auto}.step-arrow{font-size:1.5rem;color:var(--theme-color);font-weight:700;margin:0 -.5rem}@media (max-width:768px){.step-arrow{margin:-.5rem 0;font-size:1.25rem}.steps-container{flex-direction:column;gap:1rem}.step-item{flex:0 0 auto}.step-arrow{transform:rotate(90deg);font-size:1.5rem}}@media (max-width:480px){.step-number{width:40px;height:40px;font-size:1.1rem}.step-title{font-size:.9rem}.step-description{font-size:.8rem}.step-number{width:50px;height:50px;font-size:1.25rem}.step-title{font-size:1rem}.step-description{font-size:.8125rem}}.footer{flex-shrink:0;margin-top:4rem;padding:15px 0;background:var(--list-file-bg);border-top:1px solid var(--list-file-border)}.footer-content{max-width:800px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;padding:0 1rem;text-align:center}.footer-col{font-size:.9rem}.footer-title{color:var(--color-text);font-weight:600;margin-bottom:1rem}.footer-list{list-style:none;padding:0;margin:0}.footer-item{margin-bottom:.5rem}.footer-link{color:var(--list-file-text-secondary);text-decoration:none;transition:color .2s}.footer-link:hover{color:var(--theme-color)}.footer-bottom{margin-top:2rem;padding-top:1rem;border-top:1px solid var(--list-file-border);text-align:center;color:var(--list-file-text-secondary);font-size:.85rem}