:root{--primary-color: #000000;--primary-dark: #000000;--primary-light: #333333;--secondary-color: #ffffff;--accent-color: #666666;--background-color: #ffffff;--surface-color: #ffffff;--text-primary: #000000;--text-secondary: #666666;--success-color: #000000;--warning-color: #333333;--error-color: #000000;--border-color: #e0e0e0}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}html,body{width:100%;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:var(--text-primary);background-color:var(--background-color)}img,video,canvas,svg{max-width:100%}a{text-decoration:none;color:inherit}button{font-family:inherit}img{max-width:100%;height:auto}.p-component{font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 1rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.fade-in{animation:fadeIn .5s ease-out}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary-dark)}*:focus{outline:2px solid var(--primary-color);outline-offset:2px}::selection{background:var(--primary-color);color:#fff}
