*{box-sizing:border-box}html,body{margin:0;height:100%;overflow:hidden;font-family:Arial,sans-serif;color:#f4fff9}main{height:100dvh;display:grid;place-items:center;background:#06251f}main:before{content:"";position:fixed;inset:0;background:linear-gradient(120deg,#03271fcc,#071b18aa),var(--scene) center/cover;animation:drift 18s ease-in-out infinite alternate}section{z-index:1;width:min(920px,90vw);height:min(620px,82dvh);padding:clamp(22px,4vw,48px);display:grid;grid-template-rows:auto 1fr auto;text-shadow:0 2px 20px #000}header{display:flex;gap:10px;align-items:center;font-size:20px}header img{width:30px;background:#fff;border-radius:7px}header small,article>p:first-child,footer{color:#baff66}article{text-align:center;align-self:center}.clock{display:flex;justify-content:center;gap:10px}.clock div{width:76px;height:76px;border-radius:50%;display:grid;place-content:center;background:#06251faa;border:1px solid #ffffff44}.clock strong{font-size:28px}.clock em{font-style:normal;font-size:9px;color:#c8ddd2}h1{font-size:clamp(34px,6vw,68px);line-height:.95;letter-spacing:-.07em;margin:28px auto 15px;max-width:750px}article>p:last-child{max-width:530px;margin:auto;color:#d5e8df;line-height:1.6}footer{text-align:center;font-size:11px;line-height:2}@keyframes drift{to{transform:scale(1.08)}}@media(max-width:600px){section{width:100%;height:100%;padding:24px}.clock div{width:60px;height:60px}.clock strong{font-size:22px}h1{font-size:39px}footer{font-size:9px}}
