.home-wrapper{display:flex;flex-direction:column;background-color:var(--bg-page);max-width:800px;width:100%;margin:0 auto;box-sizing:border-box;height:100vh;overflow-y:auto;overscroll-behavior:contain;padding-top:10px;padding-bottom:12px}.home-wrapper>:first-child{margin-top:0!important}.home-wrapper-detail{height:100vh;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-bottom:12px}.home-wrapper-detail,.home-wrapper-detail-reshare{display:flex;flex-direction:column;background-color:var(--bg-page);width:100%;margin:0 auto;box-sizing:border-box}.splash-screen{position:fixed;inset:0;background-color:#001B38;justify-content:center;z-index:9999;padding:20px}.splash-content,.splash-screen{display:flex;flex-direction:column;align-items:center}.splash-content{justify-content:space-between;height:100%;width:100%}.splash-logo{max-height:30vh;margin:auto}.splash-logo,.splash-text{width:auto;object-fit:contain}.splash-text{max-width:50vw;margin:auto 20px 20px 40px;max-height:10%}.subject-inner{width:100%;max-width:860px;margin:0 auto;padding:16px;box-sizing:border-box}.subject-title{font-size:26px;font-weight:700;color:var(--text-main);margin-bottom:10px;word-break:break-word}.subject-muted{color:var(--text-subtle);word-break:break-word}.subject-error{color:#ff8080;word-break:break-word}.subject-item{margin-bottom:14px}.home-wrapper-guest{position:relative}.guest-center{width:100%;height:100%;min-height:calc(100vh - 50px - env(safe-area-inset-bottom));display:flex;flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:24px 12px;box-sizing:border-box;text-align:center}.guest-title{font-size:16px;font-weight:800;color:var(--text-main)}.guest-subtitle{font-size:13px;font-weight:500;color:var(--text-subtle);max-width:360px;line-height:1.35}.orientation-block{position:fixed;inset:0;z-index:999999;background:#000a26;display:flex;align-items:center;justify-content:center;padding:24px}.orientation-box{max-width:360px;text-align:center}.orientation-title{color:#EEEFEE;font-weight:800;font-size:18px;margin-bottom:10px}.orientation-sub{color:rgba(238,239,238,.75);font-size:14px;line-height:1.4}@media (max-width:768px){.home-wrapper{padding-bottom:calc(12px + env(safe-area-inset-bottom));padding-left:12px;padding-right:12px}.home-wrapper,.home-wrapper-detail{height:calc(100vh - 50px - env(safe-area-inset-bottom))}.home-wrapper-detail{padding-bottom:calc(50px + env(safe-area-inset-bottom) + 12px);padding-left:5px;padding-right:5px}.home-wrapper-detail-reshare{padding-left:8px;padding-right:8px}.splash-screen{padding-bottom:calc(20px + env(safe-area-inset-bottom))}.subject-inner{padding:12px}}