:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#111;background:#fff}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#fff}.page{min-height:100vh;display:grid;grid-template-columns:1.2fr 1fr;align-items:center;gap:2rem;padding:clamp(1.5rem,4vw,4rem)}.content{max-width:36rem}.logo{display:inline-flex;align-items:center;gap:.9rem;border:1px solid #e9e9e9;border-radius:999px;padding:.35rem .8rem .35rem .45rem;margin-bottom:1.8rem}.logo-image{width:2.2rem;height:2.2rem;object-fit:contain;display:block}.logo-text{display:flex;flex-direction:column;line-height:1.1}.logo-text strong{font-size:.95rem}.logo-text small{color:#666;font-size:.72rem}h1{margin:0 0 .9rem;font-size:clamp(1.8rem,4vw,3.1rem);line-height:1.05;letter-spacing:-.02em}p{margin:0;color:#4a4a4a;font-size:clamp(1rem,2vw,1.1rem);line-height:1.6}.illustration{display:flex;justify-content:center}.character{position:relative;width:13.5rem;display:grid;justify-items:center}.head{width:4.1rem;height:4.1rem;border:2px solid #111;border-radius:50%;position:relative;background:#fff}.eye{position:absolute;width:.35rem;height:.35rem;background:#111;border-radius:50%;top:1.5rem}.eye-left{left:1.2rem}.eye-right{right:1.2rem}.smile{position:absolute;width:1rem;height:.55rem;border:2px solid transparent;border-bottom-color:#111;border-radius:50%;left:50%;transform:translate(-50%);top:2rem}.body{width:.2rem;height:4.4rem;background:#111;margin-top:.2rem}.arm{position:absolute;top:5.2rem;width:2.3rem;height:.2rem;background:#111;transform-origin:right center}.arm-left{left:3.5rem;transform:rotate(-20deg)}.arm-right{right:3.5rem;transform:rotate(30deg)}.legs{margin-top:.3rem;width:1.8rem;display:flex;justify-content:space-between}.legs span{width:.2rem;height:2.2rem;background:#111;display:block}.watch-bubble{position:absolute;top:-.1rem;right:-3.4rem;border:1px solid #d8d8d8;color:#555;border-radius:.8rem;padding:.45rem .7rem;font-size:.78rem;white-space:nowrap}@media (max-width: 860px){.page{grid-template-columns:1fr;text-align:center}.content,.logo{margin-inline:auto}.illustration{order:-1;margin-bottom:.5rem}.watch-bubble{right:50%;transform:translate(50%);top:-2rem}}
