@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";:root{--brand-purple: #000000;--brand-bright: #333333}body{margin:0;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow:hidden}.material-symbols-rounded{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;vertical-align:middle}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#333;border-radius:10px}.dark ::-webkit-scrollbar-thumb{background:#ccc}::-webkit-scrollbar-thumb:hover{background:#000}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.brand-gradient{background:linear-gradient(135deg,#000,#333)}.inspector-panel{@apply bg-surface-light dark:bg-surface-dark border-border-light dark:border-border-dark;}input[type=range]{-webkit-appearance:none;width:100%;background:transparent}input[type=range]:focus{outline:none}input[type=range]::-webkit-slider-runnable-track{width:100%;height:4px;cursor:pointer;@apply bg-zinc-200 dark:bg-zinc-300 rounded-full;}input[type=range]::-webkit-slider-thumb{height:14px;width:14px;border-radius:50%;background:#000;cursor:pointer;-webkit-appearance:none;margin-top:-5px;box-shadow:0 0 8px #0006}@keyframes reveal{0%{opacity:0;filter:blur(8px);transform:scale(1.01)}to{opacity:1;filter:blur(0);transform:scale(1)}}.animate-reveal{animation:reveal .6s cubic-bezier(.16,1,.3,1) forwards}.spinner-orb{width:40px;height:40px;border:3px solid rgba(0,0,0,.1);border-top-color:#000;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.shimmer-bg{background:linear-gradient(90deg,transparent,rgba(0,0,0,.05),transparent);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}
