*,*:before,*:after{box-sizing:border-box}:root{--color-primary: #1a1a1a;--color-text: #1a1a1a;--color-text-muted: #4a4a4a;--color-background: #ffffff;--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;--font-size-base: 16px;--line-height: 1.6}html{font-size:var(--font-size-base);scroll-behavior:smooth}body{margin:0;font-family:var(--font-family);font-size:1rem;line-height:var(--line-height);color:var(--color-text);background-color:var(--color-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{margin:0;font-weight:700;line-height:1.2;color:var(--color-text)}p{margin:0}blockquote{margin:0;padding:0}img{max-width:100%;height:auto;display:block}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}.app{min-height:100vh;display:flex;flex-direction:column;background:#fff}.main{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative;overflow:hidden}.background-video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);opacity:.3;z-index:0;object-fit:cover;filter:blur(20px);animation:blurFadeIn 3s ease-out forwards}@keyframes blurFadeIn{0%{filter:blur(20px);opacity:0}50%{opacity:.2}to{filter:blur(0px);opacity:.3}}.quote-container{position:relative;z-index:1;text-align:center;max-width:800px;padding:2rem;opacity:0;animation:fadeInUp 2s ease-out .5s forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.tesla-quote{margin:0 0 1.5rem;font-size:2.5rem;font-weight:300;line-height:1.4;color:#1a1a1a;font-style:italic;quotes:""" """ "'" "'";mix-blend-mode:multiply;text-shadow:0 0 40px rgba(255,255,255,.8),0 0 80px rgba(255,255,255,.4)}.tesla-quote:before{content:open-quote}.tesla-quote:after{content:close-quote}.quote-author{display:block;font-size:1.25rem;font-weight:500;color:#4a4a4a;font-style:normal;letter-spacing:.05em;mix-blend-mode:multiply;text-shadow:0 0 20px rgba(255,255,255,.6)}@media(max-width:768px){.tesla-quote{font-size:1.75rem}.quote-author{font-size:1rem}.quote-container{padding:1.5rem}}@media(max-width:480px){.tesla-quote{font-size:1.5rem}.quote-author{font-size:.9rem}}.open-widget{position:fixed;right:16px;bottom:16px;background:#111827;color:#f9fafb;border:1px solid rgba(0,0,0,.1);border-radius:999px;padding:10px 16px;font-weight:600;box-shadow:0 10px 30px #0003;cursor:pointer;display:inline-flex;gap:10px;align-items:center;transition:transform .15s ease,box-shadow .15s ease;z-index:10}.open-widget__hint{font-size:12px;opacity:.75}.open-widget:hover{transform:translateY(-1px);box-shadow:0 12px 40px #00000047}
