*{margin:0;padding:0;box-sizing:border-box}:root{--background: #141414;--foreground: rgba(235, 235, 240, 1);--card: rgba(24, 24, 24, .95);--card-foreground: rgba(235, 235, 240, 1);--popover: rgba(24, 24, 24, .95);--popover-foreground: rgba(235, 235, 240, 1);--primary: rgba(248, 198, 56, 1);--primary-foreground: rgba(20, 20, 20, 1);--secondary: rgba(30, 30, 30, .95);--secondary-foreground: rgba(235, 235, 240, 1);--muted: rgba(24, 24, 24, .95);--muted-foreground: rgba(200, 200, 200, 1);--accent: rgba(35, 35, 35, .95);--accent-foreground: rgba(235, 235, 240, 1);--destructive: rgba(239, 68, 68, 1);--destructive-foreground: rgba(250, 250, 250, 1);--border: rgba(45, 45, 45, 1);--input: rgba(24, 24, 24, .95);--ring: rgba(248, 198, 56, 1);--radius: .5rem;--shadow-sm: 0 1px 0 rgba(255, 255, 255, .04), 0 10px 30px rgba(0, 0, 0, .35);--shadow-md: 0 1px 0 rgba(255, 255, 255, .05), 0 18px 60px rgba(0, 0, 0, .45);--yellow: rgba(248, 198, 56, 1);--yellow-foreground: rgba(20, 20, 20, 1);--sidebar-background: rgba(20, 20, 20, .95);--sidebar-foreground: rgba(235, 235, 240, 1);--sidebar-border: rgba(45, 45, 45, 1);--sidebar-accent: rgba(30, 30, 30, .95);--sidebar-accent-foreground: rgba(235, 235, 240, 1);--sidebar-active: rgba(35, 35, 35, .95);--navbar-background: rgba(18, 18, 18, .95);--navbar-height: 4rem;--link-color: #f4ca4e}.light{--background: rgba(250, 250, 250, .95);--foreground: rgba(21, 26, 45, 1);--card: rgba(255, 255, 255, .95);--card-foreground: rgba(21, 26, 45, 1);--popover: rgba(255, 255, 255, .95);--popover-foreground: rgba(21, 26, 45, 1);--primary: rgba(248, 198, 56, 1);--primary-foreground: rgba(21, 26, 45, 1);--secondary: rgba(242, 243, 245, .95);--secondary-foreground: rgba(21, 26, 45, 1);--muted: rgba(248, 248, 249, .95);--muted-foreground: rgba(100, 105, 115, 1);--accent: rgba(240, 242, 244, .95);--accent-foreground: rgba(21, 26, 45, 1);--destructive: rgba(239, 68, 68, 1);--destructive-foreground: rgba(255, 255, 255, 1);--border-lighter: rgba(226, 229, 234, 1);--border-darker: rgba(200, 200, 200, 1);--border: rgba(228, 228, 231, 1);--input: rgba(242, 243, 245, .95);--ring: rgba(248, 198, 56, 1);--sidebar-background: rgba(245, 246, 248, .95);--sidebar-foreground: rgba(21, 26, 45, 1);--sidebar-border: rgba(226, 229, 234, 1);--sidebar-accent: rgba(240, 242, 244, .95);--sidebar-accent-foreground: rgba(21, 26, 45, 1);--sidebar-active: rgba(221, 224, 226, .95);--navbar-background: rgba(255, 255, 255, .95);--link-color: #b48214}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Noto Sans,sans-serif;background:var(--background);color:var(--foreground);line-height:1.5;height:100vh;width:100vw;margin:0;border-top:0px solid rgba(248,198,56,1);overflow-x:hidden;overflow-y:scroll}#root:before{content:"";background-image:url(/img/noise.png);background-repeat:repeat;background-attachment:fixed;background-size:182px;opacity:.75;z-index:-1;top:0;left:0;position:fixed;width:100%;height:100%}::selection{background:#f8c63840;color:var(--foreground)}#root{min-height:100vh}#root-loading{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:var(--background);z-index:9999}#root-loading.hidden{display:none}#root-loading .loader-spinner{width:3rem;height:3rem;position:relative;display:inline-block}#root-loading .loader-circle{position:absolute;top:0;left:0;width:100%;height:100%;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:loader-spin .6s linear infinite}@keyframes loader-spin{to{transform:rotate(360deg)}}@keyframes progress-slide{0%{transform:translate(-100%)}to{transform:translate(350%)}}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;color:var(--foreground)}h1{font-size:2.5rem;letter-spacing:-.025em;margin-bottom:1.236rem}h2{font-size:2rem;letter-spacing:-.02em;margin-bottom:1rem}h3{font-size:1.618rem;letter-spacing:-.015em;margin-bottom:.809rem}h4{font-size:1.25rem;letter-spacing:-.01em;margin-bottom:.618rem}h5{font-size:1rem;margin-bottom:.5rem}h6{font-size:.875rem;margin-bottom:.5rem}p{margin:0}a{color:var(--link-color, inherit);text-decoration:none}a:hover{text-decoration:none;opacity:.85}button{font-family:inherit}input,textarea,select{font-family:inherit;font-size:inherit}:focus-visible{outline:2px solid var(--ring);outline-offset:2px}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px var(--paper) inset!important;-webkit-text-fill-color:var(--foreground)!important;transition:background-color 5000s ease-in-out 0s}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes skeleton-wave{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes dialog-fade-in{0%{opacity:0}to{opacity:1}}@keyframes dialog-fade-out{0%{opacity:1}to{opacity:0}}@keyframes dialog-slide-in{0%{opacity:0;transform:scale(.95) translateY(-1em)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes dialog-slide-out{0%{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(.95) translateY(-1em)}}@keyframes drawer-slide-in-right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes drawer-slide-out-right{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes drawer-slide-in-left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes drawer-slide-out-left{0%{transform:translate(0)}to{transform:translate(-100%)}}
