:root{color-scheme:dark;font-family:Inter,Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;background:#000}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:#000}body{min-height:100vh}.page-shell{position:relative;width:100%;height:100vh;height:100svh;overflow:hidden;background:#000}.background-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;background:#000;opacity:0;transition:opacity .7s ease;will-change:opacity}.background-video.is-visible{opacity:1}.background-video.is-hidden{opacity:0}.video-overlay{position:absolute;inset:0;background:rgba(0,0,0,.24)}.content-layer{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:24px}.status-text{margin:0;color:rgba(255,255,255,.92);font-weight:300;font-size:clamp(1.4rem,1rem + 1.4vw,2.4rem);letter-spacing:.28em;text-indent:.28em;text-align:center;text-shadow:0 2px 18px rgba(0,0,0,.35)}.site-footer{position:absolute;z-index:2;inset-inline:0;bottom:0;padding:24px 16px max(20px,env(safe-area-inset-bottom));background:linear-gradient(transparent,rgba(0,0,0,.75));text-align:center;font-size:13px;line-height:1.6}.site-footer a{display:inline-flex;align-items:center;min-height:44px;color:#fff;text-decoration:none}.site-footer a:hover{text-decoration:underline}.site-footer a:focus-visible{outline:2px solid #fff;outline-offset:4px}