:root{--lt-bg: #131313;--lt-surface: #161616;--lt-gold: #e9c176;--lt-text: #e9e1d8;--lt-text-muted: #9a8f80;--lt-border: #262626;--lt-radius: 1.2rem;--lt-font: "Geist", system-ui, -apple-system, "Segoe UI", sans-serif;--container-mobile: 92%;--container: 90%}html{box-sizing:border-box;font-size:62.5%!important;height:100%;overscroll-behavior:none}*,*:before,*:after{box-sizing:inherit;margin:0;padding:0}body{min-height:100%;background:var(--lt-bg);color:var(--lt-text);font-family:var(--lt-font);font-size:1.4rem;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}#root{min-height:100%}a{color:inherit;text-decoration:none}button,input,textarea,select{font-family:inherit}@media only screen and (max-width: 768px){input,textarea,select{font-size:16px!important}}.t-container{max-width:151rem;width:var(--container-mobile);margin:0 auto}@media only screen and (min-width: 764px){.t-container{width:var(--container)}}::-webkit-scrollbar{width:1rem;height:1rem}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#4e463999;border-radius:.6rem}::-webkit-scrollbar-thumb:hover{background:#786c59b3}@keyframes lt-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes lt-pulse{0%,to{opacity:.55}50%{opacity:1}}@keyframes lt-rise{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}
