:root{--caju-red: #C41E3A;--caju-red-dark: #8B0000;--caju-red-light: #E63950;--bg-base: #F5F5F5;--bg-surface: #FFFFFF;--bg-card: #FFFFFF;--text-primary: #1A1A1A;--text-secondary: #555555;--text-muted: #666666;--border: #E0E0E0;--success: #2ECC71;--warning: #F39C12;--danger: #E74C3C}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;width:100%}body{background-color:var(--bg-base);color:var(--text-primary);font-family:Inter,system-ui,sans-serif;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:var(--caju-red-light);text-decoration:none}a:hover{color:var(--caju-red)}button{cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-surface)}::-webkit-scrollbar-thumb{background:var(--caju-red-dark);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--caju-red)}@media (max-width: 767px){table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.grid-2,.grid-3{grid-template-columns:1fr!important}.modal-box{width:100%!important;max-width:100%!important;max-height:100vh!important;border-radius:0!important;margin:0!important}.btn-row{flex-direction:column!important;gap:8px!important}h2{font-size:16px!important}}
