*{margin:0;padding:0;box-sizing:border-box}:root{--green-dark: #1B5E20;--green-main: #2E7D32;--green-light: #4CAF50;--green-lighter: #81C784;--green-bg: #E8F5E9;--orange-dark: #E65100;--orange-main: #FF9800;--orange-light: #FFB74D;--red: #F44336;--white: #FFFFFF;--bg: #F5F5F5;--text-primary: #212121;--text-secondary: #757575;--text-hint: #BDBDBD;--shadow: 0 2px 8px rgba(0, 0, 0, .08);--shadow-lg: 0 4px 16px rgba(0, 0, 0, .12);--radius: 12px;--radius-sm: 8px;--bottom-nav-height: 64px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--bg);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{text-decoration:none;color:inherit}button{border:none;cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit;font-size:14px}img{max-width:100%;display:block}.page{padding-bottom:calc(var(--bottom-nav-height) + 16px);min-height:100vh}.page-content{padding:16px}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-8{gap:8px}.gap-12{gap:12px}.gap-16{gap:16px}.text-center{text-align:center}.font-bold{font-weight:700}.font-medium{font-weight:500}.text-sm{font-size:12px}.text-base{font-size:14px}.text-lg{font-size:16px}.text-xl{font-size:20px}.text-2xl{font-size:24px}.text-green{color:var(--green-main)}.text-secondary{color:var(--text-secondary)}.mt-8{margin-top:8px}.mt-16{margin-top:16px}.mb-8{margin-bottom:8px}.mb-16{margin-bottom:16px}.w-full{width:100%}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--text-hint);border-radius:2px}
