*{box-sizing:border-box}html,body{min-height:100%;margin:0}.boot-shell{color:#07142f;background:#f6faf9;min-height:100vh;font-family:Arial,Helvetica,sans-serif}.boot-header{background:#006b5b;justify-content:space-between;align-items:center;height:72px;padding:0 max(24px,50% - 580px);display:flex}.boot-brand{color:#fff;letter-spacing:-.7px;font-size:25px;font-weight:800}.boot-brand span{color:#ff781f}.boot-header-placeholder{background:#ffffff2e;border-radius:9px;width:124px;height:38px}.boot-main{background:#fff;border:1px solid #d9e5e3;border-radius:14px;justify-items:center;gap:18px;width:min(1120px,100% - 32px);margin:30px auto;padding:46px 24px;display:grid;box-shadow:0 2px 8px #0536300d}.boot-main img{border-radius:14px}.boot-lines{justify-items:center;gap:10px;width:min(440px,82%);display:grid}.boot-line{background:#e3eeec;border-radius:999px;width:65%;height:12px;animation:1.25s ease-in-out infinite boot-pulse;display:block}.boot-line-wide{width:100%;height:18px}.boot-cards{grid-template-columns:repeat(2,1fr);gap:16px;width:100%;margin-top:8px;display:grid}.boot-cards span{background:linear-gradient(100deg,#eef5f4 30%,#f8fbfa 48%,#eef5f4 66%) 0 0/240% 100%;border-radius:12px;height:150px;animation:1.4s linear infinite boot-shimmer}.boot-label{color:#55716c;font-size:14px}@keyframes boot-pulse{50%{opacity:.42}}@keyframes boot-shimmer{to{background-position-x:-240%}}@media (max-width:700px){.boot-header{height:65px;padding:0 16px}.boot-brand{font-size:21px}.boot-header-placeholder{width:78px;height:36px}.boot-main{width:calc(100% - 24px);margin:14px auto;padding:36px 16px}.boot-cards{grid-template-columns:1fr}.boot-cards span{height:118px}}@media (prefers-reduced-motion:reduce){.boot-line,.boot-cards span{animation:none}}
