.omni-shell-root { height: calc(100vh - 52px); }
.homepage-embedded .omni-shell-root { height: 100vh; }
.homepage-embedded .trial-controls { display: none; }
.trial-controls { height: 52px; display: flex; align-items: center; justify-content: flex-end; gap: 6px; padding: 8px 18px; background: #eaf1f2; border-top: 1px solid #b9cfd3; }
.trial-controls button, .trial-controls a { padding: 5px 12px; border: 1px solid #c3d6d9; background: #fff; color: #36545b; border-radius: 5px; text-decoration: none; font: 12px system-ui; cursor: pointer; }
.trial-controls select { margin-right: auto; padding: 5px 10px; border: 1px solid #c3d6d9; background: #fff; color: #36545b; border-radius: 5px; font: 12px system-ui; }
