:root{--te-white: #FFFFFF;--te-off-white: #F5F5F5;--te-black: #000000;--te-gray: #E5E5E5;--te-dark-gray: #333333;--te-orange: #FF4400;--te-blue: #0044FF;--font-stack: "Helvetica Neue", "Helvetica", "Arial", sans-serif;--grid-unit: 10px;--border-width: 1px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-stack);background-color:var(--te-white);color:var(--te-black);line-height:1.2;-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:700;letter-spacing:-.02em}h1{font-size:5rem;line-height:.9}h2{font-size:2rem;margin-bottom:1rem}p{font-size:.8rem;line-height:1.4}.mono{font-family:Courier New,monospace}.container{max-width:100%;margin:0 auto;padding:0 2rem}.grid-12{display:grid;grid-template-columns:repeat(12,1fr);gap:0}.section-padding{padding:4rem 0}.btn-te{display:inline-block;padding:.5rem 1rem;background:var(--te-black);color:var(--te-white);font-family:var(--font-stack);font-size:.75rem;font-weight:600;text-decoration:none;border-radius:2px;transition:all .2s ease}.btn-te:hover{background:var(--te-orange);transform:translateY(-1px)}::-webkit-scrollbar{width:0;background:transparent}body.inverted-mode{filter:invert(1) hue-rotate(180deg);background-color:var(--te-black)}body.inverted-mode img,body.inverted-mode video{filter:invert(1) hue-rotate(180deg)}
