@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");*{box-sizing:border-box}body{margin:0;background:#0c0c0e}body,button,input,select,textarea{font-family:Inter,sans-serif}input[type=date]::-webkit-calendar-picker-indicator{filter:invert(.3)}textarea{resize:vertical}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:#0c0c0e}::-webkit-scrollbar-thumb{background:#1a1a20;border-radius:2px}.trow:hover td{background:hsla(0,0%,100%,.008)}.trow:hover{background:hsla(0,0%,100%,.01)}.pulse{animation:goldpulse 2s ease-in-out infinite}@keyframes goldpulse{0%,to{opacity:1}50%{opacity:.3}}.rich-editor:empty:before{content:attr(data-placeholder);color:#2e2e3a}.rich-editor:focus{outline:none}.block-row:hover .drag-handle,.block-row:hover .plus-btn{opacity:1!important}.menu-item:hover{background:#1f1f28!important}button:focus-visible{outline:1px solid rgba(201,168,76,.4)}