:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#ededed;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000;font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:400;line-height:1.5}body{z-index:0;background-color:#000;place-items:center;min-width:320px;min-height:100vh;margin:0;display:flex;position:relative;overflow:hidden auto}body:before,body:after{content:"";pointer-events:none;z-index:-2;border:1px solid #ffffff14;border-radius:50%;animation:12s linear infinite ripple;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}body:after{animation-delay:-6s}@keyframes ripple{0%{opacity:0;width:0;height:0}5%{opacity:1}to{opacity:0;width:150vmax;height:150vmax}}#root{text-align:center;box-sizing:border-box;width:100%;max-width:100%;margin:0 auto;padding:2rem}#root:before{content:"";opacity:.03;pointer-events:none;z-index:9999;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");position:fixed;inset:0}.premium-mockup{background:#000;border:8px solid #1a1a1a;border-radius:40px;transition:transform .3s;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080,inset 0 0 0 2px #ffffff1a}.premium-mockup video{object-fit:cover;border-radius:32px;width:100%;height:100%;display:block}.dynamic-island{z-index:10;background:#000;border-radius:12px;width:80px;height:24px;position:absolute;top:10px;left:50%;transform:translate(-50%)}.compact-video-row:hover{background:#ffffff1a!important}.download-icon-btn{color:#fff;opacity:.7;justify-content:center;align-items:center;transition:opacity .2s,color .2s;display:flex}.download-icon-btn:hover{opacity:1;color:#a78bfa}.app-container{flex-direction:column;align-items:center;width:100%;min-height:100vh;display:flex}.main-wrapper{box-sizing:border-box;grid-template-columns:1fr;align-items:flex-start;gap:2rem;width:100%;max-width:1000px;margin:auto 0;padding:2rem;display:grid}@media (width>=900px){.main-wrapper{grid-template-columns:1fr 1fr;gap:3rem}}h1{letter-spacing:-1.5px;background:linear-gradient(#fff 0%,#a5a5a5 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-family:Quicksand,sans-serif;font-size:2.8rem;font-weight:700;line-height:1.1}.subtitle{color:#888;margin-top:0;font-size:1.1rem;font-weight:400}.glass-card{-webkit-backdrop-filter:blur(24px);background:#0f0f0f80;border:1px solid #ffffff14;border-top-color:#ffffff40;border-radius:20px;width:100%;padding:2.5rem;transition:border-color .3s,box-shadow .3s;box-shadow:0 20px 50px #00000080,inset 0 1px #ffffff1a}.glass-card:hover{border-color:#555}.input-group{flex-direction:column;gap:1.2rem;margin-top:2.5rem;display:flex}.language-selector{flex-direction:column;gap:.8rem;margin-top:.5rem;margin-bottom:.5rem;display:flex}.language-selector label{color:#aaa;font-size:.95rem;font-weight:500}.segment-control{background:#111;border:1px solid #222;border-radius:12px;padding:4px;display:flex}.segment-control .segment{color:#666;cursor:pointer;background:0 0;border:none;border-radius:10px;flex:1;padding:.8rem 1rem;font-size:.95rem;font-weight:600;transition:all .2s}.segment-control .segment:hover:not(:disabled){color:#fff}.segment-control .segment.active{color:#fff;background:#2a2a2a;box-shadow:0 2px 8px #0003}.segment-control .segment.active.highlight{background:linear-gradient(135deg,#2a2a2a 0%,#3a3a3a 100%);border:1px solid #ffffff1a}input{color:#ededed;box-sizing:border-box;background:#000;border:1px solid #333;border-radius:8px;outline:none;width:100%;padding:1rem 1.2rem;font-size:1rem;transition:all .2s}input:focus{border-color:#888}button{color:#000;cursor:pointer;background:#fff;border:1px solid #fff;border-radius:8px;width:100%;padding:1rem 1.2rem;font-size:1rem;font-weight:500;transition:all .2s}button:hover:not(:disabled){background:#ccc;border-color:#ccc}button:disabled{color:#666;cursor:not-allowed;background:#111;border-color:#333}.advanced-settings-toggle{cursor:pointer;color:#aaa;-webkit-user-select:none;user-select:none;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;justify-content:space-between;align-items:center;padding:1rem;font-size:.95rem;font-weight:500;transition:all .2s;display:flex}.advanced-settings-toggle:hover{color:#ddd;background:#ffffff0f}.advanced-settings-content{opacity:0;flex-direction:column;max-height:0;padding:0 .5rem;transition:max-height .4s cubic-bezier(0,1,0,1),opacity .4s;display:flex;overflow:hidden}.advanced-settings-content.expanded{opacity:1;max-height:500px;padding:1rem .5rem .5rem;transition:max-height .4s ease-in-out,opacity .4s ease-in-out}.status-box{color:#888;background:#000;border:1px solid #333;border-radius:20px;flex-direction:column;align-items:center;margin-top:2rem;padding:1.5rem;animation:.5s fadeIn;display:flex}.spinner{border:2px solid #333;border-left-color:#ededed;border-radius:50%;width:20px;height:20px;margin-bottom:1rem;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.video-container{background:#000;border:1px solid #333;border-radius:8px;flex-direction:column;max-width:300px;margin-top:2.5rem;margin-left:auto;margin-right:auto;animation:.8s fadeIn;display:flex;overflow:hidden}video{width:100%;display:block}.download-btn{color:#ededed;background:#000;border-top:1px solid #333;justify-content:center;align-items:center;gap:.8rem;padding:1rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.download-btn:hover{background:#111}.demo-section{justify-content:center;align-items:flex-start;animation:1s .3s both fadeIn;display:flex}.checkbox-container{color:#ededed;cursor:pointer;-webkit-user-select:none;user-select:none;opacity:.9;align-items:center;gap:.8rem;margin-top:-.5rem;margin-bottom:.5rem;font-size:.95rem;transition:opacity .2s;display:flex}.checkbox-container:hover{opacity:1}.checkbox-container input{opacity:0;cursor:pointer;width:0;height:0;position:absolute}.checkmark{background-color:#111;border:1px solid #444;border-radius:6px;justify-content:center;align-items:center;width:22px;height:22px;transition:all .2s;display:flex}.checkbox-container:hover input~.checkmark{border-color:#666}.checkbox-container input:checked~.checkmark{background-color:#ededed;border-color:#ededed}.checkmark:after{content:"";display:none}.checkbox-container input:checked~.checkmark:after{border:2px solid #000;border-width:0 2px 2px 0;width:5px;height:10px;margin-bottom:2px;display:block;transform:rotate(45deg)}.phone-mockup{aspect-ratio:9/16;z-index:10000;background:#000;border:8px solid #0a0a0a;border-radius:40px;width:100%;max-width:270px;animation:4s ease-in-out infinite alternate phoneGlow;position:relative;overflow:hidden;box-shadow:0 0 0 2px #333,0 20px 40px #000c,0 0 60px #ffffff26}@keyframes phoneGlow{0%{box-shadow:0 0 0 2px #333,0 20px 40px #000c,0 0 40px #ffffff0d}to{box-shadow:0 0 0 2px #333,0 20px 40px #000c,0 0 80px #fff3}}.phone-mockup video{object-fit:cover;width:100%;height:100%;display:block}.author-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;z-index:20;pointer-events:none;background:#00000080;border:1px solid #ffffff26;border-radius:20px;padding:6px 14px;font-size:.85rem;font-weight:500;position:absolute;top:60px;left:20px}.phone-mockup:before{content:"";z-index:10;background:#000;border-radius:20px;width:85px;height:25px;position:absolute;top:10px;left:50%;transform:translate(-50%);box-shadow:inset 0 0 2px #ffffff26}.single-phone-container{perspective:1000px;position:relative}.glow-effect{filter:blur(40px);z-index:1;pointer-events:none;background:radial-gradient(circle,#a78bfa66 0%,#7c3aed00 70%);width:80%;height:80%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.premium-mockup{aspect-ratio:9/16;background:#000;border:8px solid #1a1a1a;border-radius:40px;transition:transform .3s;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080,inset 0 0 0 2px #ffffff1a}.premium-mockup:hover{transform:scale(1.02)}.platform-overlay{pointer-events:none;opacity:1;transition:opacity .4s;position:absolute;inset:0}.platform-overlay.fading{opacity:0}.platform-badge{color:#fff;letter-spacing:.03em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:20;border-radius:20px;align-items:center;gap:5px;padding:4px 10px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:14px;left:12px}.youtube-badge{background:#0000008c;border:1px solid #ff000080}.instagram-badge{background:#0000008c;border:1px solid #c1358499}.tiktok-badge{background:#0000008c;border:1px solid #69c9d099}.platform-username{color:#fff;text-shadow:0 1px 4px #000c;z-index:20;font-size:.65rem;font-weight:700;position:absolute;bottom:40px;left:12px}.platform-actions{z-index:20;flex-direction:column;align-items:center;gap:14px;display:flex;position:absolute;bottom:60px;right:8px}.platform-action-btn{color:#fff;text-shadow:0 1px 4px #000c;filter:drop-shadow(0 1px 3px #000000b3);flex-direction:column;align-items:center;gap:2px;font-size:.5rem;display:flex}.platform-progress{z-index:20;background:#ffffff4d;border-radius:2px;height:2px;position:absolute;bottom:12px;left:12px;right:12px;overflow:hidden}.platform-progress-bar{border-radius:2px;height:100%;animation:3s linear infinite progressAnim}.youtube-progress{background:red}.instagram-progress{background:linear-gradient(90deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.tiktok-progress{background:linear-gradient(90deg,#69c9d0,#ee1d52)}@keyframes progressAnim{0%{width:0%}to{width:100%}}.top-nav{box-sizing:border-box;z-index:100;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 3rem;display:flex}.nav-logo{letter-spacing:-.5px;background:linear-gradient(#fff 0%,#b0b0b0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Quicksand,sans-serif;font-size:1.6rem;font-weight:700}.balance-btn{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;align-items:center;gap:8px;width:auto;padding:.6rem 1.2rem;font-size:.95rem;font-weight:500;transition:all .2s;display:flex}.balance-btn .add-text{color:#888;font-size:.85rem;transition:all .2s}.balance-btn:hover{background:#ffffff1a;border-color:#ffffff4d}.balance-btn:hover .add-text{color:#fff}.login-btn,.logout-btn{color:#aaa;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:20px;width:auto;padding:.6rem 1.2rem;font-size:.9rem;transition:all .2s}.login-btn:hover,.logout-btn:hover{color:#fff;background:#ffffff0d;border-color:#ffffff4d}.modal-overlay{-webkit-backdrop-filter:blur(12px);z-index:1000;background:#000000bf;justify-content:center;align-items:center;animation:.3s forwards overlayEnter;display:flex;position:fixed;inset:0}@keyframes overlayEnter{0%{opacity:0}to{opacity:1}}@keyframes modalEnter{0%{opacity:0;transform:scale(.95)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.modal-content{-webkit-backdrop-filter:blur(20px);background:#0f0f0fd9;border:1px solid #ffffff1a;border-top-color:#fff3;border-radius:24px;width:100%;max-width:420px;padding:3rem;animation:.5s cubic-bezier(.16,1,.3,1) forwards modalEnter;box-shadow:0 30px 60px #0009,0 0 40px #ffffff08}.modal-header h2{letter-spacing:-.5px;background:linear-gradient(#fff 0%,#aaa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0;font-size:1.8rem;font-weight:700}.close-btn{color:#666;cursor:pointer;background:0 0;border:none;width:auto;padding:0;font-size:1.8rem;line-height:1;transition:color .2s,transform .2s}.close-btn:hover{color:#fff;background:0 0;border-color:#0000;transform:scale(1.1)}.auth-form input{color:#fff;background:#0006;border:1px solid #ffffff14;border-radius:12px;padding:1.2rem;font-size:1rem;transition:all .3s;box-shadow:inset 0 2px 4px #0003}.auth-form input:focus{background:#0009;border-color:#fff6;outline:none;box-shadow:0 0 15px #ffffff0d,inset 0 2px 4px #0003}.auth-form input:disabled{opacity:.6;cursor:not-allowed}.auth-form button{color:#000;cursor:pointer;background:linear-gradient(135deg,#fff 0%,#e0e0e0 100%);border:none;border-radius:12px;margin-top:1rem;padding:1.2rem;font-size:1.05rem;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #ffffff1a}.auth-form button:hover:not(:disabled){background:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #ffffff26}.auth-form button:active:not(:disabled){transform:translateY(0)}.auth-error{color:#ff4d4f;text-align:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ff4d4f14;border:1px solid #ff4d4f33;border-radius:12px;padding:1rem;font-size:.95rem}.auth-footer span{color:#ededed;cursor:pointer;border-bottom:1px dashed #fff6;margin-left:.3rem;font-weight:500;text-decoration:none;transition:color .2s}.auth-footer span:hover{color:#fff;border-bottom-color:#fff}.top-nav{z-index:100;justify-content:space-between;align-items:center;padding:1.5rem 3rem;display:flex;position:absolute;top:0;left:0;right:0}.nav-logo{letter-spacing:-1px;background:linear-gradient(90deg,#fff,#999);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:1.5rem;font-weight:800}.nav-user{align-items:center;gap:1rem;display:flex}.balance-badge{background:#ffffff1a;border:1px solid #fff3;border-radius:20px;padding:.5rem 1rem;font-size:.9rem}.login-btn,.logout-btn{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff4d;border-radius:20px;padding:.5rem 1.2rem;font-size:.9rem;transition:all .2s}.login-btn:hover,.logout-btn:hover{background:#ffffff1a;border-color:#fff}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{background:#111;border:1px solid #333;border-radius:16px;width:100%;max-width:400px;padding:2.5rem;box-shadow:0 25px 50px -12px #00000080}.modal-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.modal-header h2{margin:0;font-size:1.5rem;font-weight:600}.close-btn{color:#666;cursor:pointer;background:0 0;border:none;padding:0;font-size:1.5rem}.close-btn:hover{color:#fff}.auth-form{flex-direction:column;gap:1rem;display:flex}.auth-form input{color:#fff;background:#000;border:1px solid #333;border-radius:8px;padding:1rem;font-size:1rem}.auth-form input:focus{border-color:#ededed;outline:none}.auth-form button{color:#000;cursor:pointer;background:#ededed;border:none;border-radius:8px;margin-top:.5rem;padding:1rem;font-size:1rem;font-weight:600}.auth-form button:hover{background:#fff}.auth-error{color:#ff4d4f;text-align:center;background:#ff4d4f1a;border:1px solid #ff4d4f4d;border-radius:8px;padding:.8rem;font-size:.9rem}.auth-footer{text-align:center;color:#888;margin-top:1.5rem;font-size:.9rem}.auth-footer span{color:#fff;cursor:pointer;text-decoration:underline}.auth-footer span:hover{color:#ccc}.pricing-modal{max-width:900px}.pricing-cards{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;margin-top:1rem;display:grid}.pricing-card{text-align:center;background:#0006;border:1px solid #ffffff1a;border-radius:16px;padding:2rem 1.5rem;transition:transform .2s;position:relative}.pricing-card:hover{border-color:#ffffff4d;transform:translateY(-5px)}.pricing-card.popular{background:#ffffff0d;border-color:#ffffff80;box-shadow:0 0 20px #ffffff0d}.popular-badge{color:#000;background:#fff;border-radius:20px;padding:.2rem .8rem;font-size:.7rem;font-weight:800;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.pricing-card h3{color:#ddd;margin:0;font-size:1.2rem}.pricing-card .price{color:#fff;margin:1rem 0;font-size:2rem;font-weight:800}.pricing-card button{color:#000;cursor:pointer;background:linear-gradient(135deg,#fff 0%,#d0d0d0 100%);border:none;border-radius:8px;width:100%;padding:.8rem;font-weight:600;transition:all .2s}.pricing-card button:hover{transform:scale(1.05)}@media (width<=768px){.pricing-cards{grid-template-columns:1fr}}.publishing-kit{text-align:left;background:#141414cc;border:1px solid #333;border-radius:12px;margin-top:2rem;padding:1.5rem}.publishing-kit h3{color:#fff;border-bottom:1px solid #333;margin-top:0;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.2rem}.kit-item{background:#0a0a0a;border:1px solid #222;border-radius:8px;margin-bottom:1rem;overflow:hidden}.kit-header{color:#aaa;background:#1a1a1a;border-bottom:1px solid #222;justify-content:space-between;align-items:center;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:flex}.copy-btn{color:#fff;cursor:pointer;background:#333;border:none;border-radius:4px;width:auto;padding:4px 10px;font-size:.75rem;transition:background .2s}.copy-btn:hover{background:#555}.kit-content{color:#ddd;white-space:pre-wrap;padding:1rem;font-size:.95rem;line-height:1.4}@media (width<=768px){#root{min-height:100dvh;padding:4.5rem 0 0}.main-wrapper{padding:0 1rem 6rem}.glass-card{box-sizing:border-box;background:#0f0f0fe6;border:1px solid #ffffff14;border-radius:20px;width:100%;margin-bottom:1rem;padding:1.5rem 1rem}.top-nav{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#000000d9;border-bottom:1px solid #ffffff0d;padding:1rem 1.5rem;position:fixed;top:0;left:0;right:0}.input-group input{background:#ffffff0d;border-radius:12px;padding:1.2rem;font-size:1rem}.generate-btn{border-radius:16px;width:100%;margin-top:1.5rem;padding:1.2rem;font-size:1.1rem;box-shadow:0 4px 15px #ffffff1a}.checkbox-container{border-bottom:1px solid #ffffff0d;align-items:center;min-height:48px;padding:.8rem 0;font-size:1rem;display:flex}.checkbox-container:last-of-type{border-bottom:none}.checkmark{border-radius:50%;width:24px;height:24px}.segment-control{border-radius:14px;min-height:48px}.segment{border-radius:12px;padding:.8rem;font-size:.95rem}.modal-overlay{align-items:flex-end;padding:0}.modal-content,.pricing-modal{border-bottom:none;border-left:none;border-right:none;border-radius:24px 24px 0 0;width:100%;max-width:100%;max-height:90vh;margin:0;padding:2rem 1.5rem 3rem;animation:.3s cubic-bezier(.16,1,.3,1) slideUp;overflow-y:auto}.generate-btn:active,.login-btn:active,.pricing-card button:active{opacity:.9;transform:scale(.96)}.video-container video{border-radius:12px;max-height:60vh}body{overscroll-behavior-y:none;-webkit-overflow-scrolling:touch}::-webkit-scrollbar{display:none}*{-ms-overflow-style:none;scrollbar-width:none}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.floating-support{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;z-index:1000;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:20px;width:auto;padding:8px 16px;font-family:inherit;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .3s;position:fixed;bottom:25px;right:25px;box-shadow:0 4px 15px #0000004d}.floating-support:hover{background:#fff3;transform:translateY(-3px);box-shadow:0 6px 20px #0006}.site-footer{text-align:center;color:#555;z-index:10;background:#050505;border-top:1px solid #222;align-self:stretch;width:100%;margin-top:auto;padding-top:20px;padding-bottom:20px;font-size:.7rem;position:static}.footer-links{box-sizing:border-box;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:15px;width:100%;margin:0 auto;padding:0 40px;display:flex}.site-footer a{color:#888;text-decoration:none;transition:color .2s}.site-footer a:hover{color:#ccc;text-decoration:underline}
