html,body,#root{width:100%;height:100%;margin:0;padding:0;overflow:hidden}body{background:#000;font-family:Arial,sans-serif}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;overflow:hidden}body{background:#030303;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.app{display:flex;flex-direction:column;width:100vw;height:100vh;overflow:hidden;position:relative}.editor-panel{height:100%;display:flex;flex-direction:column;min-width:0;position:relative}.preview-panel{height:100%;position:relative;overflow:hidden;display:flex;flex-direction:column}.preview-wrapper{width:100%;height:100%;display:flex;justify-content:center;align-items:center;transition:padding-bottom .3s ease-in-out}.resize-handle{position:absolute;top:0;right:-4px;width:8px;height:100%;cursor:col-resize;z-index:9999;touch-action:none}body.resizing{cursor:col-resize;-webkit-user-select:none;user-select:none}.editor-panel,.preview-panel{transition:none!important}.drag-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;display:flex;align-items:center;justify-content:center;color:#fff;font-size:32px;font-weight:700;border:3px dashed #22d3ee;z-index:999999}.app.dragging{border:3px dashed #22d3ee}.preview-panel div::-webkit-scrollbar{width:6px;height:6px}.preview-panel div::-webkit-scrollbar-track{background:#09090b}.preview-panel div::-webkit-scrollbar-thumb{background:#27272a;border-radius:3px}.preview-panel div::-webkit-scrollbar-thumb:hover{background:#3f3f46}.landing-page{width:100vw;height:100vh;background-color:#030303;color:#fafafa;display:flex;position:relative;overflow:hidden}.glow-sphere{position:absolute;border-radius:50%;filter:blur(160px);opacity:.12;z-index:1;pointer-events:none}.sphere-one{width:500px;height:500px;background:#22d3ee;top:-10%;right:20%}.sphere-two{width:400px;height:400px;background:#a855f7;bottom:10%;right:-5%}.landing-sidebar{width:300px;min-width:300px;height:100%;background:#09090b;border-right:1px solid #1c1c1f;display:flex;flex-direction:column;padding:32px 24px;z-index:10}.sidebar-brand{font-size:28px;font-weight:800}.sidebar-brand .cyan-dot{font-size:.8em;color:#22d3ee}.sidebar-menu{display:flex;flex-direction:column;gap:8px;flex:1}.menu-section-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:#4b5563;margin:16px 0 8px 8px}.sidebar-nav-btn{width:100%;background:transparent;border:1px solid transparent;color:#a1a1aa;padding:12px 16px;border-radius:10px;font-size:13px;font-weight:600;text-align:left;cursor:pointer;display:flex;align-items:center;transition:all .2s ease}.nav-icon{margin-right:12px;font-size:16px}.sidebar-nav-btn:hover{background:#141417;color:#fff}.active-nav{background:#22d3ee0f;border-color:#22d3ee33;color:#22d3ee}.active-nav:hover{background:#22d3ee1a!important;color:#22d3ee!important}.disabled-btn{opacity:.5;cursor:pointer}.disabled-btn:hover{background:#ffffff05;color:#e4e4e7}.badge-beta,.badge-soon{margin-left:auto;font-size:9px;font-weight:700;padding:2px 6px;border-radius:4px;text-transform:uppercase}.badge-beta{background:#eab3081a;color:#eab308}.badge-soon{background:#a855f71a;color:#a855f7}.sidebar-footer{margin-top:auto}.status-container{display:inline-flex;align-items:center;gap:8px;background:#141417cc;border:1px solid #1c1c1f;padding:6px 14px;border-radius:9999px}.pulse-dot{width:6px;height:6px;background-color:#10b981;border-radius:50%;box-shadow:0 0 10px #10b981;animation:pulse-glow 2s infinite}@keyframes pulse-glow{0%{transform:scale(.95);box-shadow:0 0 #10b981b3}70%{transform:scale(1);box-shadow:0 0 0 8px #10b98100}to{transform:scale(.95);box-shadow:0 0 #10b98100}}.status-text{font-size:9px;font-weight:700;letter-spacing:.5px;color:#71717a}.landing-main-content{flex:1;height:100%;display:flex;align-items:center;justify-content:flex-start;padding:40px 80px;z-index:5;overflow-y:auto}.hero-content-wrapper{max-width:840px;width:100%;text-align:left}.landing-title{font-size:56px;font-weight:900;letter-spacing:-2px;line-height:1.1;margin-bottom:24px;color:#fff}.cyan-glow{background:linear-gradient(135deg,#22d3ee,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 40px rgba(34,211,238,.15)}.landing-subtitle{font-size:16px;color:#a1a1aa;line-height:1.6;max-width:620px;margin-bottom:56px}.landing-features{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;width:100%}.feature-card{background:#12121659;border:1px solid rgba(38,38,44,.4);border-radius:14px;padding:24px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .25s cubic-bezier(.16,1,.3,1)}.feature-card:hover{transform:translateY(-4px);border-color:#22d3ee4d;background:#12121699}.card-header-icon{font-size:20px;margin-bottom:16px;width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#ffffff08}.feature-card h3{font-size:15px;font-weight:700;margin-bottom:8px;color:#fff}.feature-card p{font-size:12px;color:#71717a;line-height:1.5}@media (max-width: 1024px){.landing-page{flex-direction:column}.landing-sidebar{width:100%;min-width:100%;height:auto;border-right:none;border-bottom:1px solid #1c1c1f;padding:24px}.landing-main-content{padding:40px 24px}.landing-features{grid-template-columns:1fr}.landing-title{font-size:40px}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(5deg)}}.glow-sphere{animation:float 8s ease-in-out infinite}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-content-wrapper{animation:fadeInUp .8s ease-out forwards}.feature-card{transition:all .3s ease;cursor:pointer}.feature-card:hover{transform:translateY(-8px);border-color:#22d3ee;box-shadow:0 20px 25px -5px #22d3ee1a}.pulse-dot{width:8px;height:8px;background:#10b981;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 #10b981b3}70%{box-shadow:0 0 0 6px #10b98100}to{box-shadow:0 0 #10b98100}}
