@tailwind base;@tailwind components;@tailwind utilities;:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;height:100%;margin:0;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#2c3e50,#34495e);color:#ecf0f1}h1,h2{color:#f1c40f}h3{color:#ecf0f1}button{background-color:#e74c3c;color:#ffffff}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.title{font-size:2.5rem;font-weight:700;margin-bottom:20px}.content{position:relative;min-height:87vh;display:flex;background:#fafafa;flex-direction:column;flex:1 1;background:url(/pricing_bg.png) 50%/cover no-repeat;overflow:hidden}.content:before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.5);z-index:0}.content>*{position:relative;z-index:1}