.demo-preview-root{display:flex;flex-direction:column}.demo-preview-bar{min-height:40px;display:flex;align-items:center;gap:6px;padding:4px 8px;border-bottom:1px solid #e9e9e9;background:#fafafa}.demo-preview-bar strong{font-size:12px}.demo-preview-bar span{margin-left:auto;color:#777;font-size:12px}.demo-preview-bar button,.demo-action{height:28px;padding:0 9px;border:1px solid #dedede;border-radius:7px;background:white;color:#555;font:13px Inter,Arial,sans-serif}.demo-preview-bar button[aria-pressed="true"]{border-color:#4a72e6;background:#f2f5ff;color:#303b68}.demo-status{white-space:nowrap;color:#777}@media(max-width:560px){.demo-preview-bar span{display:none}}
html,body{margin:0;min-height:100%}.demo-inbox{display:grid;grid-template-columns:320px minmax(0,1fr);flex:1;min-height:0;background:white}.demo-list{min-width:0;border-right:1px solid #e9e9e9;display:flex;flex-direction:column}.demo-filters{padding:4px;border-bottom:1px solid #e9e9e9;display:flex;flex-wrap:wrap;gap:4px}.demo-filters input{height:32px;width:100%;border:1px solid #e0e0e0;border-radius:6px;padding:0 8px;font:13px Inter,Arial,sans-serif}.demo-filters button{height:28px;padding:0 9px;border:1px solid #e9e9e9;border-radius:7px;background:white;color:#666;font:13px Inter,Arial,sans-serif}.demo-filters button.selected{border-color:#4a72e6;color:#303b68;background:#f5f7ff}.demo-filter-row{display:flex;flex-wrap:wrap;gap:4px}.demo-empty-list,.demo-empty-detail{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:18px;color:#333}.demo-empty-list strong,.demo-empty-detail strong{font-size:14px;font-weight:500}.demo-empty-list p,.demo-empty-detail p{max-width:360px;margin:6px 0 0;color:#919191;font-size:13px;line-height:1.25}.demo-detail{min-width:0;display:flex}.demo-empty-icon{width:40px;height:40px;border-radius:13px;background:#f5f5f5;color:#868686;font-size:20px;display:grid;place-items:center;margin-bottom:8px}@media(max-width:700px){.demo-inbox{grid-template-columns:1fr}.demo-detail{display:none}}
