@tailwind base;@tailwind components;@tailwind utilities;body{font-family:Plus Jakarta Sans,sans-serif;background-color:#020617}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0f172a}::-webkit-scrollbar-thumb{background:#334155;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#475569}.glass-panel{background:#0f172ab3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.05)}.animate-enter{animation:enter .4s ease-out forwards}@keyframes enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.path-draw{stroke-dasharray:1000;stroke-dashoffset:1000;animation:drawStroke 2.5s cubic-bezier(.4,0,.2,1) forwards}.fill-fade-in{opacity:0;animation:fadeInFill 1s ease-out forwards;animation-delay:2s}@keyframes drawStroke{to{stroke-dashoffset:0}}@keyframes fadeInFill{to{opacity:1}}.bed-grid{background-size:50px 50px;background-image:linear-gradient(to right,rgba(16,185,129,.1) 1px,transparent 1px),linear-gradient(to bottom,rgba(16,185,129,.1) 1px,transparent 1px);transform:perspective(500px) rotateX(60deg);transform-origin:center top;animation:gridScan 4s ease-out forwards;-webkit-mask-image:linear-gradient(to bottom,black 0%,transparent 80%);mask-image:linear-gradient(to bottom,black 0%,transparent 80%)}@keyframes gridScan{0%{transform:perspective(500px) rotateX(90deg) scale(.5);opacity:0}to{transform:perspective(500px) rotateX(60deg) scale(2);opacity:1}}.honeycomb-bg{background-image:url("data:image/svg+xml,%3Csvg width='60' height='104' viewBox='0 0 60 104' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0L0 17.3V52L30 69.3L60 52V17.3L30 0Z' fill='none' stroke='%2310b981' stroke-width='1' stroke-opacity='0.1'/%3E%3Cpath d='M30 52L0 69.3V104L30 121.3L60 104V69.3L30 52Z' fill='none' stroke='%233b82f6' stroke-width='1' stroke-opacity='0.1'/%3E%3C/svg%3E");background-size:60px 104px;animation:moveHoneycomb 20s linear infinite}@keyframes moveHoneycomb{0%{background-position:0 0}to{background-position:60px 104px}}.nozzle-loading{position:relative;overflow:hidden}.nozzle-loading:after{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background:linear-gradient(90deg,transparent,rgba(16,185,129,.4),transparent);transform:translate(-100%);animation:nozzleMove 1.5s infinite}@keyframes nozzleMove{0%{transform:translate(-100%)}to{transform:translate(100%)}}.stagger-1{animation-delay:.1s}.stagger-2{animation-delay:.2s}.stagger-3{animation-delay:.3s}.stagger-4{animation-delay:.4s}
