*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;overflow-x:hidden}body{font-family:Times New Roman,Times,Georgia,serif;background:beige;color:#000;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative}.content{max-width:800px;width:100%;animation:fadeIn 1.5s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.header{margin-bottom:4rem;text-align:center;border-bottom:1px solid rgba(0,0,0,.2);padding-bottom:2rem}.title{font-size:clamp(2rem,5vw,3.5rem);font-weight:400;letter-spacing:.3em;color:#000;text-transform:uppercase;margin-bottom:.5rem}.subtitle{font-size:1rem;letter-spacing:.5em;color:rgba(0,0,0,.6);margin-top:.5rem}.section{margin-bottom:3rem;opacity:.95}.text{font-size:clamp(.9rem,1.5vw,1.1rem);line-height:1.8;color:#000;text-align:left;letter-spacing:.02em}.text.highlight{color:#000;border-left:2px solid rgba(0,0,0,.5);padding-left:1.5rem;margin-top:2rem}.footer{margin-top:4rem;text-align:center;padding-top:2rem;border-top:1px solid rgba(0,0,0,.1)}.cursor{display:inline-block;color:#000;animation:blink 1s infinite;font-size:1.2rem}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:repeating-linear-gradient(0deg,rgba(0,0,0,.02),rgba(0,0,0,.02) 1px,transparent 0,transparent 2px);pointer-events:none;z-index:9999;opacity:.5}@media (max-width:768px){.container{padding:1.5rem}.section{margin-bottom:2rem}.text.highlight{padding-left:1rem}}