:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}html,body,#root{height:100%;width:100%;margin:0;padding:0;box-sizing:border-box;background:#0a1931}.video-page{min-height:100vh;display:flex;flex-direction:column;position:relative;color:#e5e5e5}.video-page-bg{position:fixed;inset:0;z-index:0;background-image:url(/looping_bg.webp);background-size:cover;background-position:center;background-repeat:no-repeat;filter:brightness(.4) saturate(.7) contrast(1.1) hue-rotate(-8deg);box-shadow:inset 0 0 80px #00001e99,0 -2px 30px #00ffe714}.video-page .video-nav,.video-page .video-main{position:relative;z-index:1}.video-nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid #2a2a2a}.video-nav-create{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;color:#a3a3a3;font-size:.95rem;font-weight:500;text-decoration:none;border:1px solid #404040;border-radius:8px;background:transparent;transition:color .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease}.video-nav-create:hover{color:#e5e5e5;border-color:#525252;background:#ffffff0a;box-shadow:0 0 0 1px #ffffff0f}.video-nav-create:before{content:"+";font-size:1.1rem;font-weight:600;line-height:1;opacity:.8}.video-nav-edit{margin-left:auto;padding:.5rem 1.25rem;background:linear-gradient(180deg,#00ffe7,#00d4c4);color:#0a0a0a;font-size:.95rem;font-weight:600;text-decoration:none;border-radius:8px;border:none;box-shadow:0 2px 12px #00ffe759,0 1px #ffffff26 inset;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.video-nav-edit:hover{transform:translateY(-1px);box-shadow:0 4px 20px #00ffe773,0 1px #fff3 inset}.video-nav-edit:active{transform:translateY(0)}.video-main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.video-player-wrapper{width:100%;max-width:900px;border-radius:8px;overflow:hidden;background:#1a1a1a;box-shadow:0 4px 24px #0006}.video-player{width:100%;display:block}.video-prompt{margin-top:1rem;color:#737373;font-size:.9rem}.home-page-root{min-height:100vh;min-width:100vw;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;color:#e5e5e5;overflow:hidden}.home-page-bg{position:fixed;inset:0;z-index:0;background:linear-gradient(135deg,#0a0a0f,#0d1117,#0a0f1a)}.animated-grid{position:fixed;inset:0;z-index:0;background-image:linear-gradient(rgba(0,255,231,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(0,255,231,.03) 1px,transparent 1px);background-size:60px 60px;animation:gridPulse 8s ease-in-out infinite}@keyframes gridPulse{0%,to{opacity:.5}50%{opacity:.8}}.home-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;width:90%;max-width:900px;padding:2rem;gap:3rem}.hero-section{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.logo-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;background:#00ffe71a;border:1px solid rgba(0,255,231,.3);border-radius:999px;font-size:.75rem;font-weight:700;letter-spacing:.15em;color:#00ffe7;text-transform:uppercase}.live-dot{width:8px;height:8px;background:#00ffe7;border-radius:50%;animation:pulse 1.5s ease-in-out infinite;box-shadow:0 0 8px #00ffe7}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.85)}}.hero-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.1;margin:0;color:#fff;letter-spacing:-.02em}.gradient-text{background:linear-gradient(135deg,#00ffe7,#00d4c4,#00a89a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.1rem;color:#a0a0a0;max-width:520px;line-height:1.6;margin:0}.input-section{width:100%;display:flex;flex-direction:column;gap:1rem}.input-wrapper{display:flex;align-items:center;width:100%;background:#141419cc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:8px 8px 8px 20px;gap:12px;transition:border-color .3s ease,box-shadow .3s ease}.input-wrapper:focus-within{border-color:#00ffe766;box-shadow:0 0 0 1px #00ffe71a,0 8px 32px #0000004d,0 0 60px #00ffe71a}.input-icon{color:#505050;display:flex;align-items:center;flex-shrink:0}.chat-input{flex:1;min-width:0;height:52px;padding:0 12px;font-size:1rem;color:#e5e5e5;background:transparent;border:none;outline:none;font-family:inherit}.chat-input::placeholder{color:#606060}.chat-input:disabled{opacity:.6}.chat-submit{display:inline-flex;align-items:center;gap:8px;padding:.85rem 1.5rem;border-radius:12px;border:none;background:linear-gradient(135deg,#00ffe7,#00d4c4);color:#0a0a0a;font-size:.95rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease;box-shadow:0 4px 16px #00ffe74d,inset 0 1px #fff3;white-space:nowrap}.chat-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #00ffe766,inset 0 1px #ffffff40}.chat-submit:active:not(:disabled){transform:translateY(0)}.chat-submit:disabled{opacity:.4;cursor:not-allowed;transform:none}.spinner{width:16px;height:16px;border:2px solid rgba(10,10,10,.3);border-top-color:#0a0a0a;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.example-prompts{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;justify-content:center}.example-label{font-size:.85rem;color:#606060;margin-right:.25rem}.example-chip{padding:.5rem 1rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:999px;color:#909090;font-size:.8rem;cursor:pointer;transition:all .2s ease;white-space:nowrap}.example-chip:hover:not(:disabled){background:#00ffe714;border-color:#00ffe740;color:#00ffe7}.example-chip:disabled{opacity:.4;cursor:not-allowed}.features-section{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%;margin-top:1rem}.feature-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.75rem 1.25rem;background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:16px;transition:all .3s ease}.feature-card:hover{background:#00ffe708;border-color:#00ffe726;transform:translateY(-4px)}.feature-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#00ffe71a;border-radius:12px;color:#00ffe7;margin-bottom:1rem}.feature-card h3{font-size:1rem;font-weight:600;color:#fff;margin:0 0 .5rem}.feature-card p{font-size:.85rem;color:gray;line-height:1.5;margin:0}@media(max-width:768px){.home-content{padding:1.5rem;gap:2rem}.features-section{grid-template-columns:1fr;gap:1rem}.feature-card{flex-direction:row;text-align:left;gap:1rem;padding:1.25rem}.feature-icon{margin-bottom:0;flex-shrink:0}.feature-card h3,.feature-card p{text-align:left}.example-prompts{display:none}.input-wrapper{padding:6px 6px 6px 16px}.chat-submit{padding:.75rem 1.25rem}}@media(max-width:480px){.hero-subtitle{font-size:1rem}.chat-input{height:44px}}body{margin:0;padding:0;font-family:Segoe UI,Arial,sans-serif;min-height:100vh;position:relative}.edit-page-bg{position:fixed;inset:0;z-index:0;background-image:url(/looping_bg.webp);background-size:cover;background-position:center;background-repeat:no-repeat;filter:brightness(.4) saturate(.7) contrast(1.1) hue-rotate(-8deg);box-shadow:inset 0 0 80px #00001e99,0 -2px 30px #00ffe714}.city-skyline{position:fixed;left:0;bottom:0;width:100vw;height:50vh;z-index:0;pointer-events:none;background-image:url(/looping_bg.webp);background-size:auto 115%;background-repeat:repeat-x;background-position:0 bottom;animation:buildingsRise .9s cubic-bezier(.22,1,.36,1) forwards,skylineScroll 60s linear infinite;filter:brightness(.4) saturate(.7) contrast(1.1) hue-rotate(-8deg);box-shadow:inset 0 0 80px #00001e99,0 -2px 30px #00ffe714}@keyframes skylineScroll{0%{background-position:0 bottom}to{background-position:-1440px bottom}}.video-page.edit-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;width:100vw;position:relative;z-index:1;font-family:Plus Jakarta Sans,system-ui,sans-serif}.edit-done-btn{position:fixed;top:1rem;right:1.5rem;z-index:10;padding:.5rem 1.25rem;background:linear-gradient(180deg,#00ffe7,#00d4c4);color:#0a0a0a;font-size:.95rem;font-weight:600;font-family:inherit;border:none;border-radius:8px;box-shadow:0 2px 12px #00ffe759,0 1px #ffffff26 inset;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,opacity .2s ease}.edit-done-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 20px #00ffe773,0 1px #fff3 inset}.edit-done-btn:active:not(:disabled){transform:translateY(0)}.edit-done-btn:disabled{cursor:default;opacity:.8}.edit-page-exiting .video-title,.edit-page-exiting .video-container,.edit-page-exiting .edit-scene-bar,.edit-page-exiting .city-skyline,.edit-page-exiting .edit-page-bg{animation:buildingsFadeOut .6s cubic-bezier(.4,0,.2,1) forwards}.edit-page-exiting .edit-done-btn{opacity:0;pointer-events:none}@keyframes buildingsFadeOut{to{opacity:0;transform:translateY(20px)}}.video-title{color:#00ffe7;font-size:2.5rem;margin-bottom:2rem;text-shadow:0 2px 16px #00ffe7cc,0 1px 0 #232526;animation:titleRise .7s cubic-bezier(.22,1,.36,1) .15s forwards;opacity:0;transform:translateY(20px)}@keyframes titleRise{to{opacity:1;transform:translateY(0)}}.video-container{display:flex;align-items:center;justify-content:center;gap:0;position:relative;z-index:1;width:100%;overflow:hidden;animation:buildingsRise .9s cubic-bezier(.22,1,.36,1) forwards}.video-strip{display:flex;gap:2vw;justify-content:center;align-items:flex-end;width:90vw;max-width:calc(1200px + 4vw);transition:transform .4s cubic-bezier(.4,0,.2,1)}.edit-scene-bar{display:flex;align-items:center;justify-content:center;gap:1.25rem;margin-top:1.5rem;z-index:1;animation:buildingsRise .9s cubic-bezier(.22,1,.36,1) forwards}.edit-scene-input{flex:1;max-width:min(420px,75vw);padding:.75rem 1.25rem;font-size:1rem;font-family:inherit;color:#e0e0e0;background:#0a0a0ce6;border:2px solid rgba(0,255,231,.4);border-radius:10px;outline:none;transition:border-color .2s,box-shadow .2s}.edit-scene-input::placeholder{color:#00ffe780}.edit-scene-input:focus{border-color:#00ffe7cc;box-shadow:0 0 16px #00ffe733}.carousel-btn{width:3rem;height:3rem;flex-shrink:0;border-radius:50%;border:2px solid rgba(0,255,231,.6);background:#0a0a0cd9;color:#00ffe7;font-size:2rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,box-shadow .2s,transform .15s}.carousel-btn:hover{background:#00ffe726;box-shadow:0 0 20px #00ffe74d}.carousel-btn:active{transform:scale(.96)}@keyframes buildingsRise{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.building{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;width:28vw;max-width:400px;min-width:220px;height:44vh;margin-bottom:0}.window-light{background:gold;border-radius:2px;box-shadow:0 0 8px #ffd70099;animation:windowFlicker 3s ease-in-out infinite}.window-light:nth-child(2n){animation-delay:.5s}.window-light:nth-child(3n){animation-delay:1s}.window-light.dark{background:#64647866;box-shadow:none;animation:none}@keyframes windowFlicker{0%,to{opacity:1}50%{opacity:.7}}.city-video{width:100%;height:38vh;object-fit:cover;border-radius:0 0 16px 16px;box-shadow:0 8px 32px #000000b3,0 0 0 1px #00ffe733,0 0 16px #00ffe714;background:#1a1a1c;border-bottom:8px solid #3a3a3c;border-left:2px solid rgba(255,255,255,.05);border-right:2px solid rgba(0,0,0,.5);transition:transform .3s cubic-bezier(.4,2,.6,1),box-shadow .3s;position:relative;z-index:4}.building-center .city-video{transform:scale(1.04) translateY(-8px);box-shadow:0 16px 48px #00ffe766,0 0 0 2px #00ffe799,0 0 28px #00ffe759,0 0 56px #00ffe726;border-bottom:8px solid #00ffe7}
