@tailwind base;@tailwind components;@tailwind utilities;#__next,body,html{height:100%}body{background-color:#0f172a;color:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.text-2xl{font-size:1.5rem;font-weight:600}.font-bold{font-weight:700}.p-6{padding:1.5rem}.p-2{padding:.5rem}.bg-slate-800{background-color:#1f2937}.bg-slate-900{background-color:#0f172a}.bg-slate-700{background-color:#374151}.bg-slate-600{background-color:#4b5563}.bg-slate-500{background-color:#6b7280}.bg-slate-400{background-color:#9ca3af}.rounded{border-radius:.375rem}.text-gray-300{color:#d1d5db}.text-yellow-300{color:#fde047}.text-yellow-400{color:#facc15}.w-full{width:100%}.w-64{width:16rem}.mt-2{margin-top:.5rem}.mt-6{margin-top:1.5rem}.mb-4{margin-bottom:1rem}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-3{gap:.75rem}.max-w-6xl{max-width:72rem}.mx-auto{margin-left:auto;margin-right:auto}.shadow-sm{box-shadow:0 1px 2px rgba(0,0,0,.05)}.text-sm{font-size:.875rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.text-center{text-align:center}.bg-gray-200{background-color:#e5e7eb}.bg-green-500{background-color:#10b981}.text-white{color:#fff}.mr-2{margin-right:.5rem}.file-icon-gradient{background:linear-gradient(135deg,currentColor,hsla(0,0%,100%,.3));-webkit-background-clip:text;background-clip:text;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.file-icon-glow{filter:drop-shadow(0 0 8px currentColor) drop-shadow(0 2px 4px rgba(0,0,0,.3))}.file-icon-modern{transition:all .2s ease-in-out;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.file-icon-modern:hover{transform:scale(1.1);filter:drop-shadow(0 4px 8px rgba(0,0,0,.3)) drop-shadow(0 0 12px currentColor)}.folder-gradient{background:linear-gradient(135deg,#fbbf24,#f59e0b 50%,#d97706);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 2px 4px rgba(251,191,36,.3))}@keyframes pulse-glow{0%,to{filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}50%{filter:drop-shadow(0 2px 4px rgba(0,0,0,.2)) drop-shadow(0 0 8px currentColor)}}.file-icon-pulse{animation:pulse-glow 2s ease-in-out infinite}