.meta-page{display:grid;grid-template-rows:auto auto minmax(0,1fr);gap:16px;min-height:0;}
.meta-hero{display:flex;align-items:center;gap:16px;padding:20px;}
.meta-hero-mark{display:flex;align-items:center;gap:8px;flex:0 0 auto;}
.meta-hero-mark img{width:34px;height:34px;}
.meta-hero-copy{min-width:0;flex:1;}
.meta-hero-copy h2{margin:0;color:#102a56;font-size:19px;}
.meta-hero-copy p{margin:5px 0 0;color:#5b6f8d;font-size:12px;line-height:1.45;}
.meta-hero .primary-button{flex:0 0 auto;}
.meta-asset-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;}
.meta-asset-card{display:grid;align-content:start;gap:10px;padding:18px;}
.meta-asset-card .meta-asset-icon{display:flex;align-items:center;gap:7px;height:28px;}
.meta-asset-icon img{width:25px;height:25px;}
.meta-asset-card h2{margin:0;color:#173861;font-size:16px;}
.meta-asset-card p{margin:0;color:#5b6f8d;font-size:12px;line-height:1.45;}
.meta-asset-card .state-badge{justify-self:start;}
.meta-asset-card .secondary-button{justify-self:start;margin-top:4px;}
.meta-empty{display:flex;align-items:flex-start;gap:13px;padding:16px 18px;}
.meta-empty>span{display:grid;place-items:center;width:40px;height:40px;flex:0 0 auto;border-radius:12px;background:#e8f1ff;}
.meta-empty svg{width:23px;height:23px;}
.meta-empty h2{margin:0;color:#102a56;font-size:16px;}
.meta-empty p{margin:4px 0 0;color:#5b6f8d;font-size:12px;line-height:1.45;}
@media (max-width:900px){.meta-asset-grid{grid-template-columns:1fr}.meta-hero{align-items:flex-start;flex-wrap:wrap}.meta-hero .primary-button{width:100%;justify-content:center}}
