*{margin:0;padding:0;box-sizing:border-box;transition:background-color .4s ease,border-color .4s ease,color .2s ease}body,html{height:100%;width:100%;scroll-behavior:smooth}.light-theme{--bg-primary:#f8fafc;--text-primary:#0f172a}.dark-theme,.light-theme{background-color:var(--bg-primary);color:var(--text-primary)}.dark-theme{--bg-primary:#0f172a;--text-primary:#f8fafc}header{position:-webkit-sticky;position:sticky;top:0;z-index:1000;-webkit-backdrop-filter:blur(12px) saturate(180%);backdrop-filter:blur(12px) saturate(180%);border-bottom:1px solid hsla(0,0%,50%,.1)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#5b6cfd;border-radius:20px;border:3px solid transparent;background-clip:content-box}::-webkit-scrollbar-thumb:hover{background-color:#4a59e0}button,img{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}