:root{--theme-background: #1e1e1e;--theme-accent-violet: #6495ED;--theme-accent-turquoise: #7cdcec;--theme-accent-dark-gray: #bbbbbb;--theme-text-primary: #e0e0e0;--theme-text-secondary: #b0b0b0;--theme-icon-color: #c0c0c0;--theme-button-primary-bg: var(--theme-accent-violet);--theme-button-primary-text: #121212;--theme-button-secondary-bg: #4a4a4a;--theme-button-secondary-text: #e0e0e0;--theme-white: #2a2a2a;--theme-border-light: #444444;--theme-hover-light: rgba(255, 255, 255, .1);--theme-accent-violet-dark: #5078c2;--dl-color-blue: #007AFF;--dl-color-green: #34C759;--dl-color-indigo: #5856D6;--dl-color-orange: #FF9500;--dl-color-pink: #FF2D55;--dl-color-purple: #AF52DE;--dl-color-red: #FF3B30;--dl-color-teal: #5AC8FA;--dl-color-yellow: #FFCC00;--dl-gray-100: #F2F2F7;--dl-gray-200: #E5E5EA;--dl-gray-300: #D1D1D6;--dl-gray-400: #C7C7CC;--dl-gray-500: #AEAEB2;--dl-gray-600: #8E8E93}html,body,#root{width:100%;height:100%;margin:0;padding:0;overflow:hidden}body{background-color:var(--theme-background);color:var(--theme-text-primary);font-family:Inter,Manrope,Poppins,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--theme-accent-violet);text-decoration:none}a:hover{text-decoration:underline}button,.button{padding:10px 15px;border:none;cursor:pointer;font-weight:500;transition:background-color .2s ease-in-out,box-shadow .2s ease-in-out}button.primary,.button.primary{background-color:var(--theme-button-primary-bg);color:var(--theme-button-primary-text)}button.primary:hover,.button.primary:hover{box-shadow:0 4px 8px #00000026;background-color:color-mix(in srgb,var(--theme-button-primary-bg) 90%,black)}button.secondary,.button.secondary{background-color:var(--theme-button-secondary-bg);color:var(--theme-button-secondary-text)}button.secondary:hover,.button.secondary:hover{box-shadow:0 4px 8px #00000026;background-color:color-mix(in srgb,var(--theme-button-secondary-bg) 90%,black)}#loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background-color:var(--theme-background);display:flex;justify-content:center;align-items:center;z-index:9999;opacity:1;transition:opacity .5s ease-out}#loading-screen.fade-out{opacity:0}.loading-spinner{width:50px;height:50px;border:5px solid var(--theme-text-secondary);border-top-color:var(--theme-accent-violet);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}body[data-active-tool=select]{cursor:default}body[data-active-tool=select][data-cursor-mode=dragging]{cursor:grabbing}body[data-active-tool=draw][data-curve-creation-mode=manual]{cursor:crosshair}body[data-active-tool=draw][data-curve-creation-mode=automatic],body[data-active-tool=trigger]{cursor:cell}body[data-active-tool=cut]{cursor:crosshair}.dragging-timeline-item{background-color:var(--theme-white)}.dragging-timeline-item>div{background-color:#fff!important;border-color:#0000001a!important;box-shadow:0 4px 12px #00000026!important;z-index:1000!important}[data-rbd-draggable-id]{top:auto!important;left:auto!important}
