/*******************************************************************************
 * @file         workspace.css
 * @brief        Part of the TopoTrace static module.
 * @project      TopoTrace
 *
 * @author       Michael McGinnis
 * @date         2026-09-18
 * @version      1.0.0
 *
 * Copyright (c) 2026 TopoTrace LLC. All rights reserved.
 * Licensed under the Apache License, Version 2.0 -- see the LICENSE file at the repository root.
 ******************************************************************************/

.workspace-page{max-width:1100px;margin:auto}.workspace-page .fact-card{margin:20px 0}.workspace-page button,.workspace-page input,.workspace-page select{font:inherit;padding:9px 12px;border:1px solid #bbc5c7;border-radius:6px}.workspace-page button{background:#ffce28;color:#1b2425;cursor:pointer}.workspace-page button:disabled{opacity:.5;cursor:default}.about-logo{width:240px;max-width:100%;height:auto;display:block;margin:10px auto}.saved-view-controls{margin:16px 0;padding:12px;border:1px solid #ccd5d6;border-radius:8px}.presentation-exit{position:fixed;right:16px;top:12px;z-index:1000;padding:10px 16px;background:#ffce28;border:1px solid #292b2c;border-radius:6px;font-weight:bold}.presentation-exit[hidden]{display:none}.presentation-mode{font-size:18px}.presentation-mode .topbar{padding-right:220px}.presentation-mode .auth-control,.presentation-mode #search-form,.presentation-mode .setup-control{display:none!important}.presentation-mode .visibility-demo{position:sticky;top:0;z-index:50}.presentation-mode .visibility-table{font-size:1.05rem}.presentation-mode .visibility-stats strong{font-size:2.5rem}.compact-view .visibility-table td,.compact-view .visibility-table th{padding:6px 10px}.compact-view .fact-card{padding:12px}.demo-story{border-left:4px solid #b17a13;padding:18px;background:#fff5d9;border-radius:8px;margin:18px 0}.demo-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.demo-story-grid>div{background:white;padding:16px;border-radius:8px}.preflight-results{grid-column:1/-1;white-space:pre-wrap;padding:12px;background:#f2f5f5}.presentation-mode .work-form{font-size:1rem}@media(max-width:700px){.presentation-mode .topbar{padding-top:60px;padding-right:20px}.demo-story-grid{grid-template-columns:1fr}}
.visibility-failed{background:#fce0df;color:#842f2a}.visibility-verified{background:#dcefe4;color:#215639}
