@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.start{inset-inline-start:var(--spacing)}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0f0f0f;font-family:DM Sans,sans-serif;overflow-x:hidden}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:translateY(40px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes cursor-blink{0%,to{opacity:1}50%{opacity:0}}.animate-fade-in-up{opacity:0;animation:.8s ease-out forwards fadeInUp}.animate-fade-in-up-delay-1{opacity:0;animation:.8s ease-out .15s forwards fadeInUp}.animate-fade-in-up-delay-2{opacity:0;animation:.8s ease-out .3s forwards fadeInUp}.animate-fade-in-up-delay-3{opacity:0;animation:.8s ease-out .45s forwards fadeInUp}.animate-fade-in-up-delay-4{opacity:0;animation:.8s ease-out .6s forwards fadeInUp}.animate-fade-in-scale{opacity:0;animation:1s ease-out .8s forwards fadeInScale}.animate-float{animation:5s ease-in-out infinite float}.animate-pulse-dot{animation:2s ease-in-out infinite pulse-dot}.animate-cursor-blink{animation:1s step-end infinite cursor-blink}.navbar{z-index:100;-webkit-backdrop-filter:blur(24px);background:#ffffff0a;border:1px solid #ffffff0f;border-radius:999px;justify-content:space-between;align-items:center;width:calc(100% - 48px);max-width:680px;height:48px;padding:0 8px 0 16px;display:flex;position:fixed;top:12px;left:50%;transform:translate(-50%);box-shadow:0 4px 24px #0000004d,inset 0 1px #ffffff08}.navbar-logo{align-items:center;gap:10px;text-decoration:none;display:flex}.navbar-logo-icon{color:#e8ff47;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;font-weight:700;display:flex}.navbar-logo-text{color:#fff;letter-spacing:-.02em;font-size:18px;font-weight:600}.navbar-cta{color:#0f0f0f;cursor:pointer;letter-spacing:-.01em;background:#e8ff47;border:none;border-radius:999px;justify-content:center;align-items:center;padding:8px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.navbar-cta:hover{background:#d4eb3a;transform:translateY(-1px)}.hero{text-align:center;flex-direction:column;justify-content:flex-start;align-items:center;min-height:100vh;padding:120px 24px 60px;display:flex;position:relative}.hero-pill{color:#e8ff47;letter-spacing:.01em;background:#e8ff470f;border:1px solid #e8ff471f;border-radius:999px;align-items:center;gap:8px;margin-bottom:40px;padding:6px 16px;font-size:13px;font-weight:500;display:inline-flex}.hero-pill-dot{background:#4ade80;border-radius:50%;width:6px;height:6px}.hero-heading{letter-spacing:-.04em;color:#fff;max-width:700px;margin-bottom:24px;font-size:72px;font-weight:600;line-height:1.05}.hero-heading-accent{color:#e8ff47}.hero-subheading{color:#888;letter-spacing:-.01em;max-width:480px;margin-bottom:40px;font-size:18px;font-weight:300;line-height:1.6}.waitlist-form-wrapper{width:100%;max-width:460px;margin-bottom:16px}.waitlist-form{background:#161616;border:1px solid #2a2a2a;border-radius:999px;align-items:center;gap:0;padding:5px 5px 5px 20px;transition:border-color .2s;display:flex}.waitlist-form:focus-within{border-color:#e8ff474d}.waitlist-input{color:#fff;background:0 0;border:none;outline:none;flex:1;min-width:0;padding:10px 0;font-family:DM Sans,sans-serif;font-size:15px;font-weight:400}.waitlist-input::placeholder{color:#555}.waitlist-submit{color:#0f0f0f;cursor:pointer;white-space:nowrap;letter-spacing:-.01em;background:#e8ff47;border:none;border-radius:999px;justify-content:center;align-items:center;padding:10px 24px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.waitlist-submit:hover{background:#d4eb3a}.waitlist-submit:disabled{opacity:.6;cursor:not-allowed}.waitlist-message{margin-top:12px;font-size:14px;font-weight:400}.waitlist-message.success{color:#e8ff47}.waitlist-message.error{color:#f87171}.waitlist-count{color:#555;letter-spacing:-.01em;margin-top:8px;font-size:13px;font-weight:400}.waitlist-count span{color:#888;font-weight:500}.macbook-wrapper{perspective:1800px;justify-content:center;width:100%;margin-top:64px;display:flex}.macbook-container{width:680px;position:relative}.macbook-screen{transform-origin:bottom;background:#1a1a1a;border:2px solid #2a2a2a;border-bottom:none;border-radius:12px 12px 0 0;width:100%;padding:10px 10px 0;position:relative;transform:rotateX(8deg)rotateY(0)}.macbook-screen:before{content:"";background:#2a2a2a;border-radius:50%;width:6px;height:6px;position:absolute;top:8px;left:50%;transform:translate(-50%)}.macbook-screen-content{aspect-ratio:16/10;background:#0f0f0f;border-radius:4px 4px 0 0;width:100%;position:relative;overflow:hidden}.macbook-screen-content:after{content:"";pointer-events:none;z-index:10;background:linear-gradient(115deg,#0000 40%,#ffffff08 45%,#ffffff0d 50%,#ffffff08 55%,#0000 60%);position:absolute;inset:0}.macbook-base{background:linear-gradient(#2a2a2a,#1e1e1e);border-radius:0 0 4px 4px;width:110%;height:14px;margin-left:-5%;position:relative}.macbook-base:before{content:"";background:#333;border-radius:0 0 4px 4px;width:18%;height:4px;position:absolute;top:0;left:50%;transform:translate(-50%)}.macbook-keyboard{background:linear-gradient(#1a1a1a,#141414);border-radius:0 0 8px 8px;width:104%;height:8px;margin-left:-2%;position:relative;overflow:hidden}.macbook-keyboard:before{content:"";background:#2a2a2a;height:1px;position:absolute;top:0;left:0;right:0}.editr-ui{background:#0f0f0f;width:100%;height:100%;font-size:8px;display:flex;position:relative}.editr-sidebar{background:#141414;border-right:1px solid #1e1e1e;flex-direction:column;flex-shrink:0;align-items:center;gap:10px;width:36px;padding-top:8px;display:flex}.editr-sidebar-logo{color:#e8ff47;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:4px;justify-content:center;align-items:center;width:18px;height:18px;margin-bottom:6px;font-size:8px;font-weight:700;display:flex}.editr-sidebar-icon{background:#1a1a1a;border-radius:4px;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.editr-sidebar-icon.active{background:#e8ff471a}.editr-sidebar-icon svg{width:10px;height:10px}.editr-main{flex-direction:column;flex:1;min-width:0;display:flex}.editr-topbar{background:#141414;border-bottom:1px solid #1e1e1e;align-items:center;gap:4px;height:22px;padding:0 8px;display:flex}.editr-topbar-dot{border-radius:50%;width:5px;height:5px}.editr-topbar-dot.red{background:#ff5f57}.editr-topbar-dot.yellow{background:#febc2e}.editr-topbar-dot.green{background:#28c840}.editr-topbar-title{text-align:center;color:#555;flex:1;font-size:7px;font-weight:500}.editr-content{flex:1;min-height:0;display:flex}.editr-footage{background:#111;border-right:1px solid #1e1e1e;flex-direction:column;gap:4px;width:22%;padding:6px;display:flex}.editr-footage-title{color:#555;text-transform:uppercase;letter-spacing:.05em;margin-bottom:2px;font-size:6px;font-weight:600}.editr-footage-item{aspect-ratio:16/9;background:#1a1a1a;border:1px solid #222;border-radius:3px;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.editr-footage-item:after{content:"▶";color:#ffffff4d;font-size:8px}.editr-preview{flex:1;justify-content:center;align-items:center;padding:8px;display:flex;position:relative}.editr-preview-frame{aspect-ratio:9/16;background:#0a0a0a;border:1px solid #222;border-radius:3px;flex-direction:column;justify-content:center;align-items:center;width:auto;height:100%;max-height:100%;display:flex;position:relative;overflow:hidden}.editr-preview-placeholder{flex-direction:column;align-items:center;gap:3px;display:flex}.editr-preview-placeholder-icon{color:#444;background:#1a1a1a;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:7px;display:flex}.editr-preview-placeholder-text{color:#333;font-size:5px;font-weight:500}.editr-chat{background:#111;border-left:1px solid #1e1e1e;flex-direction:column;width:28%;display:flex}.editr-chat-header{color:#888;border-bottom:1px solid #1e1e1e;align-items:center;gap:3px;padding:6px 8px;font-size:7px;font-weight:600;display:flex}.editr-chat-header-dot{background:#e8ff47;border-radius:50%;width:4px;height:4px}.editr-chat-messages{flex-direction:column;flex:1;gap:6px;padding:6px;display:flex;overflow:hidden}.editr-chat-msg{border-radius:5px;max-width:95%;padding:5px 7px;font-size:6px;line-height:1.4}.editr-chat-msg.user{color:#e8ff47;background:#e8ff4714;border:1px solid #e8ff471f;align-self:flex-end}.editr-chat-msg.ai{color:#aaa;background:#1a1a1a;border:1px solid #222;align-self:flex-start}.editr-chat-input{border-top:1px solid #1e1e1e;align-items:center;gap:4px;padding:6px 8px;display:flex}.editr-chat-input-field{color:#555;background:#1a1a1a;border:1px solid #222;border-radius:8px;flex:1;align-items:center;height:16px;padding:0 6px;font-size:6px;display:flex}.editr-chat-input-btn{background:#e8ff47;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.editr-chat-input-btn svg{width:7px;height:7px}.editr-timeline{background:#111;border-top:1px solid #1e1e1e;align-items:center;gap:4px;height:28px;padding:0 6px;display:flex}.editr-timeline-playback{border-right:1px solid #1e1e1e;align-items:center;gap:3px;padding-right:6px;display:flex}.editr-timeline-play{background:#e8ff47;border-radius:50%;justify-content:center;align-items:center;width:12px;height:12px;display:flex}.editr-timeline-play svg{width:5px;height:5px}.editr-timeline-time{color:#555;font-variant-numeric:tabular-nums;font-size:6px}.editr-timeline-tracks{flex-direction:column;flex:1;gap:2px;height:16px;padding:0 4px;display:flex}.editr-timeline-track{border-radius:2px;height:6px;position:relative}.editr-timeline-track-1{background:#e8ff4726;border:1px solid #e8ff4733;width:85%}.editr-timeline-track-2{background:#6366f126;border:1px solid #6366f133;width:60%;margin-left:10%}.editr-timeline-playhead{z-index:5;background:#e8ff47;width:1px;position:absolute;top:-4px;bottom:-14px;left:45%}.editr-timeline-playhead:before{content:"";clip-path:polygon(0 0,100% 0,50% 100%);background:#e8ff47;width:7px;height:5px;position:absolute;top:0;left:-3px}@media (max-width:768px){.hero{padding:100px 20px 40px}.hero-heading{margin-bottom:20px;font-size:40px}.hero-subheading{margin-bottom:32px;font-size:16px}.hero-pill{margin-bottom:32px;font-size:12px}.waitlist-form{border-radius:16px;flex-direction:column;gap:4px;padding:4px}.waitlist-input{text-align:center;width:100%;padding:12px 16px}.waitlist-submit{width:100%;padding:12px 24px}.macbook-wrapper{margin-top:48px}.macbook-container{width:95%;max-width:400px}.navbar{padding:0 20px}.navbar-logo-text{font-size:16px}.navbar-cta{padding:6px 16px;font-size:13px}}@media (max-width:480px){.hero-heading{font-size:34px}.macbook-container{max-width:320px}.editr-chat{display:none}}
