::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:rgba(30,41,59,.1);border-radius:6px}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:6px;border:2px solid rgba(0,0,0,0);background-clip:content-box;-webkit-transition:all .3s ease;transition:all .3s ease}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#2563eb,#7c3aed);background-clip:content-box;transform:scale(1.05)}::-webkit-scrollbar-thumb:active{background:linear-gradient(135deg,#1d4ed8,#6d28d9);background-clip:content-box}::-webkit-scrollbar-corner{background:rgba(30,41,59,.1)}*{scrollbar-width:thin;scrollbar-color:#3b82f6 rgba(30,41,59,.1)}.calculatorGrid::-webkit-scrollbar,.costsList::-webkit-scrollbar,.rolesList::-webkit-scrollbar{width:8px}.calculatorGrid::-webkit-scrollbar-track,.costsList::-webkit-scrollbar-track,.rolesList::-webkit-scrollbar-track{background:rgba(30,41,59,.2);border-radius:4px}.calculatorGrid::-webkit-scrollbar-thumb,.costsList::-webkit-scrollbar-thumb,.rolesList::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:4px;-webkit-transition:all .3s ease;transition:all .3s ease}.calculatorGrid::-webkit-scrollbar-thumb:hover,.costsList::-webkit-scrollbar-thumb:hover,.rolesList::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#2563eb,#7c3aed)}.calculatorGrid,.costsList,.rolesList{scrollbar-width:thin;scrollbar-color:#3b82f6 rgba(30,41,59,.2)}html{scroll-behavior:smooth}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.no-scrollbar::-webkit-scrollbar{display:none}