@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Montserrat:wght@400;500;600;700&family=Outfit:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap";:root{--primary-color:#ff6b6b;--secondary-color:#fca048;--bg-color:#121214;--panel-bg:#ffffff0d;--panel-border:#ffffff1a;--text-main:#f0f0f0;--text-muted:#a0a0a0;--accent:#8e44ad;--success:#2ecc71;--danger:#e74c3c;--font-body:"Inter", system-ui, -apple-system, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--bg-color);color:var(--text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100vh;overflow:hidden}#root{width:100%;height:100%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:var(--panel-border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;font-weight:600}.glass-panel{background:var(--panel-bg);-webkit-backdrop-filter:blur(10px);border:1px solid var(--panel-border);border-radius:12px}button{cursor:pointer;background:var(--primary-color);color:#fff;border:none;border-radius:6px;padding:8px 16px;font-family:inherit;font-weight:500;transition:all .2s}button:hover{background:var(--secondary-color);transform:translateY(-1px)}button.secondary{background:var(--panel-bg);border:1px solid var(--panel-border)}button.secondary:hover{background:#ffffff1a}input,select,textarea{border:1px solid var(--panel-border);color:var(--text-main);background:#0003;border-radius:6px;outline:none;width:100%;padding:8px 12px;font-family:inherit;transition:border-color .2s}option{background-color:var(--bg-color);color:var(--text-main)}input:focus,select:focus,textarea:focus{border-color:var(--primary-color)}label{color:var(--text-muted);margin-bottom:6px;font-size:.9rem;display:block}.app-container{width:100vw;height:100vh;display:flex;overflow:hidden}.slides-sidebar{border-right:1px solid var(--panel-border);background:#0003;flex-direction:column;width:250px;display:flex}.slides-header{border-bottom:1px solid var(--panel-border);justify-content:space-between;align-items:center;padding:16px;display:flex}.slides-list{flex-direction:column;flex:1;padding:16px;display:flex;overflow-y:auto}.workspace{flex-direction:column;flex:1;display:flex;position:relative}.toolbar{border-bottom:1px solid var(--panel-border);background:var(--bg-color);align-items:center;gap:12px;height:60px;padding:0 16px;display:flex;box-shadow:inset 0 -1px #ffffff0a}.toolbar-group{background:#0003;border:1px solid #ffffff0d;border-radius:8px;align-items:center;gap:4px;padding:4px;display:flex}.toolbar-divider{background-color:var(--panel-border);width:1px;height:20px;margin:0 4px}.toolbar-title{text-align:center;color:var(--text-main);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.95rem;font-weight:600;overflow:hidden}.toolbar button{align-items:center;gap:6px;padding:6px 10px;font-size:.8rem;display:flex}.preview-container{background-image:radial-gradient(circle,#ffffff0d 0%,#0000 70%);flex-direction:row;flex:1;justify-content:space-between;align-items:stretch;gap:16px;min-height:0;padding:16px;display:flex;overflow:hidden}.media-panel{background:#0003;border-radius:8px;flex-direction:column;padding:12px;display:flex;overflow-y:auto}.layout-panel{background:#0003;border-radius:8px;flex-direction:column;padding:12px;display:flex;overflow-y:hidden}.canvas-container{flex:1;justify-content:center;align-items:center;min-width:0;min-height:0;display:flex;overflow:hidden}.canvas-wrapper{aspect-ratio:16/9;background:#000;border-radius:8px;justify-content:center;align-items:center;max-width:100%;height:100%;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000080}.timeline-resizer{cursor:row-resize;z-index:10;background-color:#0000;justify-content:center;align-items:center;width:100%;height:12px;margin-top:-6px;margin-bottom:-6px;display:flex;position:relative}.timeline-resizer:before{content:"";background-color:var(--panel-border);z-index:-1;height:1px;position:absolute;top:6px;left:0;right:0}.timeline-resizer:after{content:"";z-index:1;background-color:#fff3;border-radius:4px;width:40px;height:4px;transition:background-color .2s,transform .1s}.timeline-resizer:hover:after,.timeline-resizer:active:after{background-color:var(--accent);transform:scaleY(1.5)}.panel-resizer{cursor:col-resize;z-index:10;background-color:#0000;justify-content:center;align-items:center;width:16px;height:100%;margin-left:-8px;margin-right:-8px;display:flex;position:relative}.panel-resizer:after{content:"";background-color:#fff3;border-radius:4px;width:4px;height:40px;transition:background-color .2s,transform .1s}.panel-resizer:hover:after,.panel-resizer:active:after{background-color:var(--accent);transform:scaleX(1.5)}.timeline-editor{background:#0000004d;flex-direction:row;display:flex;overflow:hidden}.slide-editor-form{border-right:1px solid var(--panel-border);width:350px;padding:16px;overflow-y:auto}.slide-editor-form .form-group{margin-bottom:16px}.timeline-view{flex-direction:column;flex:1;padding:16px;display:flex}.settings-sidebar{border-left:1px solid var(--panel-border);background:#0003;flex-direction:column;width:320px;transition:width .3s;display:flex}.settings-sidebar.collapsed{border-left:none;width:0;overflow:hidden}.settings-header{border-bottom:1px solid var(--panel-border);justify-content:space-between;align-items:center;padding:16px;display:flex}.settings-content{flex-direction:column;flex:1;gap:24px;padding:16px;display:flex;overflow-y:auto}.settings-section h3{text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);margin-bottom:12px;font-size:.85rem}.settings-group{margin-bottom:16px}.toggle-settings-btn{z-index:10}.compact-panel label{margin-bottom:2px;font-size:.7rem}.compact-panel h3,.compact-panel h4{margin-bottom:6px;font-size:.8rem}.compact-panel h5{margin:4px 0;font-size:.75rem}.compact-panel h6{margin:0 0 4px;font-size:.7rem}.compact-panel button,.compact-panel .button{padding:4px 6px;font-size:.75rem}.compact-panel select,.compact-panel input[type=number]{padding:3px 6px;font-size:.75rem}.compact-panel input[type=color]{cursor:pointer;width:28px;height:28px;min-height:28px;padding:1px}.compact-panel input[type=range]{height:16px}.compact-panel .form-group{margin-bottom:4px}.fine-adjust-grid{grid-template-columns:1fr 1fr;align-items:start;gap:6px 10px;display:grid}.fine-adjust-grid .full-width{grid-column:1/-1}.add-slide-divider{z-index:10;justify-content:center;align-items:center;height:24px;display:flex;position:relative}.add-slide-btn{opacity:0;background:var(--primary-color,#5e4dcd);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:1.2rem;line-height:1;transition:all .2s;display:flex;transform:scale(.8);box-shadow:0 2px 4px #0000004d}.add-slide-divider:hover .add-slide-btn{opacity:1;transform:scale(1)}.add-slide-btn:hover{filter:brightness(1.2);box-shadow:0 4px 8px #00000080}
