@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Marko+One&display=swap";:root{--bg-primary: #f5f5f5;--bg-secondary: #fafafa;--bg-tertiary: #efefef;--text-primary: #1a1a1a;--text-secondary: #4a4a4a;--text-tertiary: #7a7a7a;--border-color: #d0d0d0;--border-light: #e0e0e0;--accent-primary: #1e90ff;--accent-secondary: #126ECC;--accent-hover: #0d6ed1;--header-bg: #f8f8f8;--header-border: #e8e8e8;--card-bg: rgba(0, 0, 0, .03);--card-border: #e0e0e0;--card-hover-bg: rgba(0, 0, 0, .06);--shadow: 0 2px 8px rgba(0, 0, 0, .1);--shadow-hover: 0 8px 20px rgba(0, 0, 0, .15);--text-color: #1a1a1a;--header-background-color: #f8f8f8;--background-color: #fafafa}@media(prefers-color-scheme:dark){:root:not(.light-theme){--bg-primary: #161616;--bg-secondary: #1e1e1e;--bg-tertiary: #262626;--text-primary: #ffffff;--text-secondary: #d0d0d0;--text-tertiary: #9a9a9a;--border-color: #333333;--border-light: #2a2a2a;--accent-primary: #1e90ff;--accent-secondary: #126ECC;--accent-hover: #0d6ed1;--header-bg: #1e1e1e;--header-border: #333333;--card-bg: rgba(255, 255, 255, .08);--card-border: #333333;--card-hover-bg: rgba(255, 255, 255, .12);--shadow: 0 2px 8px rgba(0, 0, 0, .3);--shadow-hover: 0 8px 20px rgba(0, 0, 0, .4);--text-color: #f1f1f1;--header-background-color: #1e1e1e;--background-color: linear-gradient(to right, #1a1a1a, #2c2c2c)}}:root.light-theme{--bg-primary: #f5f5f5;--bg-secondary: #fafafa;--bg-tertiary: #efefef;--text-primary: #1a1a1a;--text-secondary: #4a4a4a;--text-tertiary: #7a7a7a;--border-color: #d0d0d0;--border-light: #e0e0e0;--accent-primary: #1e90ff;--accent-secondary: #126ECC;--accent-hover: #0d6ed1;--header-bg: #f8f8f8;--header-border: #e8e8e8;--card-bg: rgba(0, 0, 0, .03);--card-border: #e0e0e0;--card-hover-bg: rgba(0, 0, 0, .06);--shadow: 0 2px 8px rgba(0, 0, 0, .1);--shadow-hover: 0 8px 20px rgba(0, 0, 0, .15);--text-color: #1a1a1a;--header-background-color: #f8f8f8;--background-color: #fafafa}:root.dark-theme{--bg-primary: #161616;--bg-secondary: #1e1e1e;--bg-tertiary: #262626;--text-primary: #ffffff;--text-secondary: #d0d0d0;--text-tertiary: #9a9a9a;--border-color: #333333;--border-light: #2a2a2a;--accent-primary: #1e90ff;--accent-secondary: #126ECC;--accent-hover: #0d6ed1;--header-bg: #1e1e1e;--header-border: #333333;--card-bg: rgba(255, 255, 255, .08);--card-border: #333333;--card-hover-bg: rgba(255, 255, 255, .12);--shadow: 0 2px 8px rgba(0, 0, 0, .3);--shadow-hover: 0 8px 20px rgba(0, 0, 0, .4);--text-color: #f1f1f1;--header-background-color: #1e1e1e;--background-color: linear-gradient(to right, #161616, #262626)}*{transition:ease-in-out .2s}body{margin:0;padding:0;box-sizing:border-box;color:var(--text-primary);font-family:Poppins;background:var(--bg-primary);overflow-x:hidden;transition:background-color .3s ease,color .3s ease}html{scroll-behavior:smooth}main{background:var(--bg-primary);color:var(--text-primary)}#loader{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--bg-secondary);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9999}.spinner{border:6px solid #2c2c2c;border-top:6px solid #919191;border-radius:50%;width:60px;height:60px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
