:root{--primary-color:#4c6ef5;--secondary-color:#f783ac;--background-color:#f8f9fa;--text-color:#212529;--border-color:#dee2e6;--card-bg:#fff;--success-color:#40c057;--warning-color:#fab005;--error-color:#fa5252}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background-color:var(--background-color);color:var(--text-color)}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){:root{--background-color:#121212;--text-color:#e9ecef;--card-bg:#1e1e1e;--border-color:#343a40}}.custom-scrollbar::-webkit-scrollbar,textarea::-webkit-scrollbar{width:8px;height:8px}.custom-scrollbar::-webkit-scrollbar-track,textarea::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb,textarea::-webkit-scrollbar-thumb{background:linear-gradient(45deg,#08f,#00bcd4);border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb:hover,textarea::-webkit-scrollbar-thumb:hover{background:linear-gradient(45deg,#00bcd4,#08f)}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.gradient-animation{background:linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab);background-size:400% 400%;animation:gradient 15s ease infinite;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.chakra-ui-dark textarea::-webkit-scrollbar-thumb{background:linear-gradient(45deg,#ff3d00,#ff9e80)}.chakra-ui-dark textarea::-webkit-scrollbar-thumb:hover{background:linear-gradient(45deg,#ff9e80,#ff3d00)}