*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #2A2520;--bg-alt: rgba(255, 255, 255, .05);--surface: rgba(255, 255, 255, .1);--surface-2: rgba(255, 255, 255, .06);--border: rgba(255, 255, 255, .12);--accent: #C0C8D8;--accent-hover: #D4DAE8;--accent-dark: #2A2520;--danger: #ef4444;--danger-hover: #dc2626;--warning: #f59e0b;--text: #FFFFFF;--text-muted: rgba(255, 255, 255, .7);--radius: 12px;--radius-sm: 8px;--shadow: 0 4px 24px rgba(0, 0, 0, .4);--shadow-lg: 0 20px 40px rgba(0, 0, 0, .4)}html{scroll-behavior:smooth}body{font-family:IBM Plex Sans,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.container-narrow{max-width:800px}.text-center{text-align:center}.hidden{display:none!important}.nav{position:sticky;top:0;z-index:100;background:#2a2520e6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.nav-inner{max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.nav-brand{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:1rem;color:var(--text);text-decoration:none}.nav-dot{color:var(--accent);font-size:1.1rem}.nav-links{display:flex;align-items:center;gap:.25rem}.nav-link{color:var(--text-muted);text-decoration:none;font-size:.9rem;font-weight:500;padding:.4rem .75rem;border-radius:var(--radius-sm);transition:color .15s}.nav-link:hover{color:var(--text)}.nav-cta{margin-left:.5rem;padding:.45rem 1rem;font-size:.9rem}.nav-dropdown{position:relative}.nav-dropdown-btn{display:flex;align-items:center;gap:.3rem;background:none;border:none;color:var(--text-muted);font-size:.9rem;font-weight:500;font-family:inherit;padding:.4rem .75rem;border-radius:var(--radius-sm);cursor:pointer;transition:color .15s}.nav-dropdown-btn:hover{color:var(--text)}.nav-chevron{font-size:.7rem;transition:transform .2s}.nav-dropdown-menu.open~* .nav-chevron,.nav-dropdown-btn:has(+.nav-dropdown-menu.open) .nav-chevron{transform:rotate(180deg)}.nav-dropdown-menu{display:none;position:absolute;top:calc(100% + .5rem);left:0;background:#1e1b18;border:1px solid var(--border);border-radius:var(--radius);padding:.5rem;min-width:200px;box-shadow:var(--shadow);z-index:200}.nav-dropdown-menu.open{display:flex;flex-direction:column}.nav-dropdown-item{color:var(--text-muted);text-decoration:none;font-size:.875rem;padding:.5rem .75rem;border-radius:var(--radius-sm);transition:background .15s,color .15s}.nav-dropdown-item:hover{background:var(--surface);color:var(--text)}.hero{padding:5rem 0 6rem}.hero-copy{text-align:center;margin-bottom:3rem}.hero-copy h1{font-size:clamp(2.2rem,4.5vw,3.8rem);font-weight:700;line-height:1.15;letter-spacing:-.02em;margin-bottom:1.25rem}.accent{color:var(--accent)}.hero-sub{font-size:1.1rem;color:var(--text-muted);max-width:580px;margin:0 auto;line-height:1.7}.hero-recorder{max-width:640px;margin:0 auto;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2.5rem;display:flex;flex-direction:column;gap:1.5rem;box-shadow:var(--shadow-lg)}.section{padding:6rem 0}.section-alt{background:var(--bg-alt)}.section-cta{padding:6rem 0}.section-cta h2{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:1rem;line-height:1.2}.section-cta p{color:var(--text-muted);font-size:1.1rem;margin-bottom:2.5rem}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:700;margin-bottom:.75rem;letter-spacing:-.02em}.section-header p{color:var(--text-muted);font-size:1.1rem;max-width:600px;margin:0 auto}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media(max-width:900px){.grid-3{grid-template-columns:1fr;gap:2rem}.grid-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.grid-4{grid-template-columns:1fr}}.feature-card{text-align:center}.feature-icon{width:64px;height:64px;background:var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.6rem;margin:0 auto 1.25rem}.feature-card h3{font-size:1.1rem;font-weight:600;margin-bottom:.75rem}.feature-card p{color:var(--text-muted);line-height:1.65}.use-card{background:var(--surface);border-radius:var(--radius);padding:1.5rem;text-align:center;transition:background .2s}.use-card:hover{background:#ffffff26}.use-icon{font-size:2rem;margin-bottom:.75rem}.use-card h3{font-size:.9rem;font-weight:600;margin-bottom:.4rem}.use-card p{font-size:.8rem;color:var(--text-muted)}.step-card{text-align:center}.step-number{width:64px;height:64px;background:var(--accent);color:var(--accent-dark);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;margin:0 auto 1.25rem}.step-card h3{font-size:1.1rem;font-weight:600;margin-bottom:.75rem}.step-card p{color:var(--text-muted);line-height:1.65}.faq-list{display:flex;flex-direction:column;gap:1.25rem}.faq-item{background:var(--surface);border-radius:var(--radius);padding:2rem}.faq-item h3{font-size:1.15rem;font-weight:600;color:var(--accent);margin-bottom:.75rem}.faq-item p{color:var(--text-muted);line-height:1.7}.page-hero{padding:5rem 0 4rem;text-align:center}.page-hero h1{font-size:clamp(2rem,4vw,3.2rem);font-weight:700;letter-spacing:-.02em;margin-bottom:1rem}.page-hero-label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:1rem}.page-hero .hero-sub{margin:0 auto 2rem}.page-hero .btn{margin-top:.5rem}.use-case-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;text-decoration:none;display:flex;flex-direction:column;gap:.6rem;transition:background .2s,border-color .2s,transform .15s}.use-case-card:hover{background:#ffffff26;border-color:var(--accent);transform:translateY(-2px)}.use-case-icon{font-size:2rem}.use-case-card h3{font-size:1rem;font-weight:600;color:var(--text)}.use-case-card p{font-size:.875rem;color:var(--text-muted);line-height:1.55}.use-case-link{font-size:.85rem;color:var(--accent);font-weight:500;margin-top:auto}.related-links{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.related-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.75rem 1.25rem;text-decoration:none;color:var(--text-muted);font-size:.9rem;font-weight:500;transition:background .15s,color .15s,border-color .15s}.related-card:hover{background:var(--surface);border-color:var(--accent);color:var(--text)}.prose{display:flex;flex-direction:column;gap:1.25rem}.prose h2{font-size:1.4rem;font-weight:700;margin-top:1rem;letter-spacing:-.01em}.prose p{color:var(--text-muted);line-height:1.8}.prose ul,.prose ol{color:var(--text-muted);padding-left:1.5rem;display:flex;flex-direction:column;gap:.5rem;line-height:1.7}.prose strong{color:var(--text);font-weight:600}.blog-list{display:flex;flex-direction:column;gap:1.5rem}.blog-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;text-decoration:none;display:flex;flex-direction:column;gap:.6rem;transition:background .2s,border-color .2s}.blog-card:hover{background:#ffffff24;border-color:var(--accent)}.blog-meta{font-size:.8rem;color:var(--accent);font-weight:500;text-transform:uppercase;letter-spacing:.06em}.blog-card h2{font-size:1.2rem;font-weight:700;color:var(--text);line-height:1.3}.blog-card p{font-size:.9rem;color:var(--text-muted);line-height:1.65}.footer{border-top:1px solid var(--border);padding:2rem 0;text-align:center}.footer p{color:var(--text-muted);font-size:.85rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.65rem 1.4rem;border-radius:var(--radius-sm);border:1px solid transparent;font-size:.95rem;font-weight:600;font-family:inherit;cursor:pointer;text-decoration:none;transition:background .15s,transform .1s,box-shadow .15s;line-height:1}.btn:active{transform:scale(.97)}.btn-large{padding:1rem 2rem;font-size:1.1rem}.btn-full{width:100%}.btn-icon{font-size:1em}.btn-primary{background:var(--accent);color:var(--accent-dark)}.btn-primary:hover{background:var(--accent-hover);box-shadow:0 4px 16px #c0c8d840}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover{background:var(--danger-hover)}.btn-ghost{background:transparent;border-color:var(--border);color:var(--text-muted)}.btn-ghost:hover{border-color:var(--accent);color:var(--text)}.btn-link{color:var(--text-muted);font-size:1rem;font-weight:500;text-decoration:none;transition:color .15s}.btn-link:hover{color:var(--text)}.warning-banner{background:#f59e0b1f;border:1px solid rgba(245,158,11,.3);border-radius:var(--radius-sm);padding:.75rem 1rem;font-size:.85rem;color:var(--warning)}.hint{color:var(--text-muted);font-size:.8rem;text-align:center;line-height:1.5}.toggle-label{display:flex;align-items:center;gap:.6rem;cursor:pointer;-webkit-user-select:none;user-select:none}.toggle-label input[type=checkbox]{display:none}.toggle-track{width:40px;height:22px;background:var(--surface-2);border:1px solid var(--border);border-radius:99px;position:relative;transition:background .2s;flex-shrink:0}.toggle-track:after{content:"";position:absolute;width:16px;height:16px;background:var(--text-muted);border-radius:50%;top:2px;left:2px;transition:transform .2s,background .2s}.toggle-label input:checked+.toggle-track{background:var(--accent);border-color:var(--accent)}.toggle-label input:checked+.toggle-track:after{transform:translate(18px);background:var(--accent-dark)}.toggle-text{font-size:.9rem;color:var(--text-muted)}.state-section{display:flex;flex-direction:column;align-items:center;gap:1.25rem}.state-label{font-size:1rem;font-weight:500}.spinner{width:40px;height:40px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .75s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.recording-indicator{display:flex;align-items:center;gap:.75rem}.pulse-dot{width:12px;height:12px;background:var(--danger);border-radius:50%;animation:pulse 1.2s ease-in-out infinite;flex-shrink:0}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.85)}}.timer{font-size:2rem;font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:.04em}.recording-label{font-size:.8rem;color:var(--text-muted);font-weight:600;text-transform:uppercase;letter-spacing:.1em}.cap-warning{background:#f59e0b1a;border:1px solid rgba(245,158,11,.25);border-radius:var(--radius-sm);padding:.5rem 1rem;font-size:.82rem;color:var(--warning);text-align:center}.preview-video{width:100%;border-radius:var(--radius-sm);background:#000;max-height:220px}.done-actions{display:flex;flex-direction:column;gap:.6rem;width:100%}.error-icon{font-size:2rem;color:var(--danger)}.error-message{color:var(--text-muted);font-size:.9rem;text-align:center}.clip-steps{display:flex;flex-direction:column;gap:.6rem;width:100%}.clip-step{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:var(--text-muted)}.clip-step-num{width:24px;height:24px;background:var(--accent);color:var(--accent-dark);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;flex-shrink:0}.clip-step-info{width:100%}.clip-preview-wrapper{position:relative;width:100%;border-radius:var(--radius-sm);overflow:hidden;background:#000;cursor:crosshair}.clip-preview-video{width:100%;display:block;max-height:280px;object-fit:contain}.clip-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;cursor:crosshair;-webkit-user-select:none;user-select:none}.clip-overlay-hint{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fffc;font-size:.9rem;font-weight:500;pointer-events:none;text-align:center;white-space:nowrap}.clip-selection{display:none;position:absolute;border:2px solid var(--accent);background:#c0c8d826;box-shadow:0 0 0 9999px #00000073;pointer-events:none}
