@tailwind base;@tailwind components;@tailwind utilities;@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");:root{--att-blue:#06c;--att-blue-dark:#049;--att-orange:#ff6900;--att-gray:#f8f9fa;--att-dark:#1a1a1a;--shadow-soft:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);--shadow-medium:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}*{box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh;color:var(--att-dark);line-height:1.6}.att-gradient{background:linear-gradient(135deg,var(--att-blue) 0,var(--att-blue-dark) 100%)}.glass-effect{background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2)}.btn-primary,.btn-secondary,.card,.input-focus,.step-active,.step-completed,.step-inactive,.step-indicator{@apply bg-gray-200 text-gray-500}body,html{overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}body::-webkit-scrollbar,html::-webkit-scrollbar{width:0;height:0;display:none}