*{box-sizing:border-box}html{background:#fffcf7}body{margin:0;min-height:100svh;display:flex;flex-direction:column;align-items:center;overflow-x:hidden;color:#253c48;font-family:ui-rounded,"Trebuchet MS",Arial,sans-serif;position:relative}main{flex:1;width:min(100%,1000px);padding:58px 26px 28px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;z-index:1}.logo{width:min(100%,700px);height:auto;display:block}.gears{width:190px;height:115px;margin:12px 0 16px;overflow:visible;filter:drop-shadow(0 5px 0 #233a4710)}.spin{animation:turn 16s linear infinite}.reverse{animation-direction:reverse;animation-duration:12.8s}.eyebrow{font-size:10px;letter-spacing:3px;font-weight:bold;color:#687c78;margin-bottom:13px}h1{font-size:clamp(32px,5vw,50px);line-height:1.14;letter-spacing:-1.7px;margin:0 0 18px;font-weight:800}.period{color:#fa8479}p{font-size:16px;line-height:1.8;color:#66777b;margin:0}.loading{display:flex;gap:7px;margin-top:23px}.loading span{width:7px;height:7px;border-radius:50%;background:#fa8479;animation:bounce 1.8s ease-in-out infinite}.loading span:nth-child(2){background:#f4cc75;animation-delay:.2s}.loading span:nth-child(3){background:#8ac5b3;animation-delay:.4s}footer{font-size:11px;color:#758381;padding:24px 20px 28px;letter-spacing:1px;text-align:center}footer span{color:#bba0cf;padding:0 12px}.decoration{position:absolute;pointer-events:none}.ring{width:64px;height:64px;border:12px solid #f8dea5;border-radius:50%;top:15%;left:6%;transform:rotate(-15deg);opacity:.45}.plus{font-size:82px;line-height:1;font-weight:900;color:#c9b5df;right:7%;top:68%;transform:rotate(16deg);opacity:.45}.dot{width:14px;height:14px;background:#a7cbbf;border-radius:50%;bottom:21%;left:12%;opacity:.5}@keyframes turn{to{transform:rotate(360deg)}}@keyframes bounce{0%,60%,100%{transform:translateY(0);opacity:.45}30%{transform:translateY(-5px);opacity:1}}@media(max-width:600px){main{padding:48px 22px 24px}.logo{width:100%}.gears{margin-top:24px;width:165px;height:100px}.eyebrow{font-size:9px;letter-spacing:2px}p{font-size:14px}.ring{width:34px;height:34px;border-width:7px;left:5%;top:7%}.plus{font-size:50px;right:4%;top:77%}footer{font-size:10px;letter-spacing:.5px}}@media(prefers-reduced-motion:reduce){.spin,.loading span{animation:none}}