:root{font-family:Roboto,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.3;font-weight:500;color:#111;background-color:#f5eee3;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;margin:0;background-color:#f5eee3;color:#111;display:flex;align-items:center;justify-content:center}#root{width:100%}*{margin:0;padding:0;box-sizing:border-box}body{background-color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.4;color:#111}.container{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem}.main-name{font-size:clamp(2.5rem,10vw,5rem);font-weight:600;letter-spacing:-.02em;margin-bottom:1rem;color:#000;background:linear-gradient(135deg,#000,#2c2c2c);background-clip:text;-webkit-background-clip:text;color:transparent;transition:opacity .2s ease}.sub-line{font-size:clamp(1rem,5vw,1.8rem);font-weight:400;color:#3a3a3a;text-decoration:none;border-bottom:1px dashed #cccccc;transition:color .2s ease,border-color .2s ease;cursor:pointer;display:inline-block;padding-bottom:.2rem;max-width:90vw;white-space:normal;word-break:break-word}.sub-line:hover{color:#000;border-bottom-color:#000;border-bottom-style:solid}.sub-line.animate{animation:fadeSlide .3s cubic-bezier(.2,.9,.4,1.1) forwards}@keyframes fadeSlide{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:480px){.container{padding:1rem}.sub-line{border-bottom-width:1px}}
