:root[data-theme=light]{--text: #050a0e;--background: #f7fafc;--primary: #006caa;--secondary: #96c2e6;--accent: #b48f65}:root[data-theme=dark]{--text: #f0f5fa;--background: #030607;--primary: #57c1ff;--secondary: #184467;--accent: #9a754c}html{scroll-behavior:smooth}*{cursor:url("./media/cursor-auto-NVP6BFCW.svg"),auto}.cursor-default{cursor:url("./media/cursor-default-NVP6BFCW.svg"),default}.cursor-pointer{cursor:url("./media/cursor-pointer-EZLNP2JV.svg"),pointer}.cursor-wait{cursor:url("./media/cursor-wait-5B6ZPFJM.svg"),wait}.cursor-text{cursor:url("./media/cursor-text-D2CYLAM6.svg"),text}.cursor-move{cursor:url("./media/cursor-move-AJCAFNTN.svg"),move}.global-body,.global-html{font-family:Arial;background-color:var(--background);margin:0;padding:0;width:100%;height:100%;overflow-x:hidden}::selection{background-color:var(--secondary);color:var(--background)}::-webkit-scrollbar{width:8px;height:10px}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:5px}::-webkit-scrollbar-track{background:var(--secondary)}.global-button{color:var(--background);background:var(--primary);border-radius:24px;border:none;padding:10px 20px;display:inline-block;font-size:15px;font-weight:600;text-transform:uppercase;transform:skew(0)}.global-button>span{display:inline-block;transform:skew(0)}.global-button:before{border-radius:24px;content:"";position:absolute;inset:0 100% 0 0;background:var(--secondary);opacity:0;z-index:-1;transition:all .5s}.global-button:hover{color:var(--text)}.global-button:hover:before{left:0;right:0;opacity:1}.global-dropdown{visibility:visible;position:relative;display:flex;align-items:center;justify-content:center;width:30px;height:30px;z-index:2}.global-dropdown>a{display:flex;align-items:center;justify-content:center;width:30px;height:30px}.global-dropdown-svg{width:30px;height:30px;fill:var(--background);transition:transform .3s ease}.global-dropdown-menu{position:absolute;top:calc(100% + 5px);right:0;background-color:var(--background);border:1px solid var(--primary);border-radius:16px;padding:0;margin:0;list-style:none;z-index:2;box-shadow:0 5px 15px #0003;min-width:120px}.global-dropdown-menu li{color:var(--text);padding:10px 15px;font-size:16px;transition:background-color .3s ease,color .3s ease}.global-dropdown-menu li:hover,li.active{background-color:var(--accent);color:var(--background);border-radius:16px}
