:root{color:#1f2937;background:#f4f6f8;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;margin:0}a{color:inherit;text-decoration:none}.app-shell{grid-template-rows:auto minmax(0,1fr);min-height:100vh;display:grid}.topbar{background:#fff;border-bottom:1px solid #d7dde4;justify-content:space-between;align-items:center;gap:16px;padding:14px 18px;display:flex}.topbar h1,.topbar p,.viewer-panel h2{margin:0}.topbar h1{font-size:18px;font-weight:700}.topbar p{color:#64748b;margin-top:3px;font-size:13px}.topbar-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.topbar a{color:#334155;white-space:nowrap;background:#f9fafb;border:1px solid #bdc7d2;border-radius:6px;justify-content:center;align-items:center;min-height:36px;padding:0 14px;font-size:14px;font-weight:600;display:inline-flex}.viewer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;min-height:0;padding:14px;display:grid}.viewer-panel{background:#fff;border:1px solid #d7dde4;border-radius:8px;grid-template-rows:auto minmax(0,1fr);min-width:0;min-height:0;display:grid;overflow:hidden}.viewer-panel h2{border-bottom:1px solid #e2e8f0;padding:10px 12px;font-size:14px;font-weight:700}.viewer-frame,.viewer-host{min-width:0;min-height:0}.viewer-frame{height:calc(100vh - 112px)}.viewer-host{width:100%;height:100%}.single-viewer-shell{min-width:0;height:calc(100vh - 72px);min-height:0;padding:14px}.single-viewer-shell>.viewer-host{background:#fff;border:1px solid #d7dde4;border-radius:8px;overflow:hidden}@media (width<=900px){.viewer-grid{grid-template-columns:minmax(0,1fr)}.viewer-frame{height:min(620px,100vh - 112px)}}
