/* PS App Hub - App UI */
:root{
  --psah-radius: 18px;
  --psah-shadow: 0 8px 24px rgba(0,0,0,.10);
  --psah-border: rgba(255,255,255,.12);
}
body.psah-app{margin:0;background:#0b1020;color:#fff}
.psah-font-default{font-family:inherit}
.psah-font-serif{font-family: ui-serif, Georgia, 'Times New Roman', Times, serif}
.psah-font-sans{font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, 'Apple Color Emoji', 'Segoe UI Emoji'}
.psah-font-compact{font-family: ui-sans-serif, Arial, Helvetica, sans-serif; letter-spacing:.1px}

.psah-app__wrap{min-height:100vh}

.psah-header{padding:18px 16px 14px}
.psah-header__inner{max-width:980px;margin:0 auto;text-align:center}
.psah-header__logo{display:flex;justify-content:center;align-items:center}
.psah-logo-img{max-height:48px;width:auto}
.psah-header__brand{font-weight:800;font-size:22px;letter-spacing:.3px}
.psah-header__payoff{margin-top:8px;font-size:14px;opacity:.92}

.psah-main{max-width:980px;margin:0 auto;padding:16px}
.psah-grid-boxes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.psah-box{display:flex;flex-direction:column;border-radius:var(--psah-radius);overflow:hidden;text-decoration:none;box-shadow:var(--psah-shadow);border:1px solid var(--psah-border)}
.psah-box__img{height:86px;background-size:cover;background-position:center;filter:saturate(.95) contrast(.95);opacity:.92}
.psah-box__content{padding:12px 12px 14px}
.psah-box__row{display:flex;align-items:center;gap:10px}
.psah-box__icon{display:flex;align-items:center;justify-content:center;opacity:.95}
.psah-box__title{font-weight:800;font-size:15px;line-height:1.1}
.psah-box__subtitle{margin-top:6px;font-size:12px;opacity:.92;line-height:1.25}

.psah-topbar{display:flex;align-items:center;gap:12px;padding:14px 12px;background:#0b1f3a;color:#fff}
.psah-back{color:#fff;text-decoration:none;font-weight:800;font-size:18px;line-height:1}
.psah-topbar__title{font-weight:800;font-size:16px}
.psah-main--simple{padding:18px 16px}
.psah-actions{display:grid;grid-template-columns:1fr;gap:12px}
.psah-action{background:#111827;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:16px;text-decoration:none;color:#fff;box-shadow:0 10px 24px rgba(0,0,0,.18)}
.psah-action__title{font-weight:800;font-size:16px}
.psah-footer-note{margin-top:14px;color:rgba(255,255,255,.78);font-size:12px}

.psah-main--list{padding:0}
.psah-list{display:flex;flex-direction:column}
.psah-list__item{padding:14px 14px;border-bottom:1px solid rgba(255,255,255,.08);text-decoration:none;color:#fff}
.psah-list__title{font-weight:800;font-size:14px;line-height:1.2}
.psah-list__meta{margin-top:6px;font-size:12px;color:rgba(255,255,255,.72)}

@media (min-width:720px){
  .psah-header__inner{text-align:left;display:flex;align-items:center;justify-content:space-between}
  .psah-header__logo{justify-content:flex-start}
  .psah-grid-boxes{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
  .psah-box__img{height:96px}
}
