:root{--sky:#edf7f4;--ink:#17211f;--muted:#68736f;--beam:#d9822b;--accent:#5a8f7b;--brick:#c85d44;--brick-dark:#9c3f31;--cream:#fff8e7;--ground:#c9d8cf;--ok:#8fb85c;--screen:#20312d}*{box-sizing:border-box}html{min-height:100%}body{min-height:100vh;color:var(--ink);background:radial-gradient(circle at 20% 20%, #fff8e7f2, transparent 28rem), linear-gradient(160deg, var(--sky), #d8ebe4 65%, #cddfd6);place-items:center;margin:0;font-family:Georgia,Times New Roman,serif;display:grid}.site-shell{text-align:center;width:min(92vw,720px);padding:56px 28px 44px}.scene{filter:drop-shadow(0 22px 24px #17211f24);width:min(100%,460px);margin:0 auto 28px}h1{letter-spacing:-.08em;margin:0;font-size:clamp(2.2rem,8vw,5.2rem);line-height:.9}.message{max-width:520px;color:var(--muted);margin:18px auto 0;font-size:clamp(1rem,2.5vw,1.25rem);line-height:1.6}.owner-card{background:#fff8e794;border:1px solid #17211f29;border-radius:999px;align-items:center;gap:10px;width:fit-content;max-width:100%;margin:26px auto 0;padding:7px 16px 7px 8px;display:inline-flex}.owner-card p{color:var(--ink);letter-spacing:.04em;text-transform:uppercase;margin:0;font-size:.86rem}.picture-box{background:linear-gradient(135deg, #d9822b3d, #c85d442e), var(--cream);border:1px solid #17211f2e;border-radius:50%;flex:none;place-items:center;width:34px;height:34px;display:grid;overflow:hidden}.picture-box img{object-fit:cover;width:100%;height:100%;display:block}.orbit-dot{animation:5s ease-in-out infinite float}.orbit-dot.two{animation-duration:6.5s;animation-delay:-2s}.laptop{animation:4.5s ease-in-out infinite breathe}.code-line{stroke-dasharray:140;stroke-dashoffset:140px;animation:3.4s ease-in-out infinite write-code}.code-line-two{animation-delay:.18s}.code-line-three{animation-delay:.36s}.code-line-four{animation-delay:.54s}.code-line-five{animation-delay:.72s}.cursor{animation:1s step-end infinite blink}.progress-fill{transform-box:fill-box;transform-origin:0;animation:3.4s ease-in-out infinite load}.floating-tag{animation:4.4s ease-in-out infinite float}.tag-two{animation-delay:-1.6s}@keyframes float{50%{transform:translate(12px)translateY(-7px)}}@keyframes breathe{50%{transform:translateY(-3px)}}@keyframes write-code{0%,15%{stroke-dashoffset:140px}45%,82%{stroke-dashoffset:0}to{stroke-dashoffset:-140px}}@keyframes load{0%,12%{transform:scaleX(.08)}48%,78%{transform:scaleX(1)}to{transform:scaleX(.08)}}@keyframes blink{0%,45%{opacity:1}46%,to{opacity:.16}}@media (max-width:420px){.site-shell{padding-inline:18px}.owner-card{border-radius:24px}}
