:root{--om-orange:#F86000;--om-dark:#002050;--font-ui:"Space Grotesk",system-ui,-apple-system,"Segoe UI",Arial,sans-serif}
*{box-sizing:border-box}body{margin:0;background:#fff;color:#062451;font-family:var(--font-ui);font-weight:700}.bar{position:sticky;top:0;z-index:5;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px max(16px,calc((100% - 1120px)/2));border-bottom:1px solid #062451;background:#fff}.brand{display:flex;align-items:center;gap:9px;color:#062451;text-decoration:none;font-size:22px}.brand img{width:46px;height:46px;border-radius:10px}.brand span{color:#ff5a00}.profile{padding:10px 14px;border:1px solid #062451;border-radius:10px;color:#062451;text-decoration:none}.shell{width:min(1120px,calc(100% - 28px));margin:24px auto 40px}.heading{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px}.heading h1{font-size:clamp(24px,4vw,34px);margin:0;letter-spacing:-.03em;line-height:1.15}.heading button{width:44px;height:44px;border:1px solid #062451;border-radius:10px;background:#fff;color:#ff5a00;font-size:24px;font-weight:900}.apps{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:14px}.app-card{min-height:190px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:14px;padding:18px;border:1px solid #062451;border-radius:12px;color:#062451;text-decoration:none;background:#fff;transition:none}.app-card:hover{border-color:var(--om-orange)}.app-card img{width:78px;height:78px;border-radius:12px;object-fit:cover;background:#eef3f8}.app-card b{display:block;font-size:21px;line-height:1.2}.app-card small{display:block;margin-top:6px;color:#64748b;line-height:1.4}.tag{display:inline-flex;align-items:center;gap:6px;padding:5px 8px;border-radius:999px;background:#eef3f8;font-size:11px}.tag.lock{background:#fff0e7;color:#b43d00}.loading,.empty{grid-column:1/-1;padding:38px;border:1px dashed #b9c6d8;border-radius:12px;text-align:center;color:#64748b}@media(max-width:520px){.heading h1{font-size:22px}.apps{grid-template-columns:1fr 1fr;gap:10px}.app-card{min-height:165px;padding:14px}.app-card img{width:64px;height:64px}.app-card b{font-size:17px}.app-card small{display:none}.bar{padding:10px 14px}.brand{font-size:19px}.brand img{width:42px;height:42px}}
