/* V114: one overview and the existing Vedit document, in the familiar Vreque colours. */
#vrequeRoot[data-simple="true"]{height:100dvh;display:flex;flex-direction:column;background:#e4f1e9;color:#143748;font-family:Arial,sans-serif;--simple-border:#a9c7b5}
body:has(#vrequeRoot[data-simple="true"]){margin:0;background:#e4f1e9}
#vrequeRoot[data-simple="true"] [hidden]{display:none!important}
#vrequeRoot[data-simple="true"]>#suiteTabsBar,#vrequeRoot[data-simple="true"]>#vexcelWindow,
#vrequeRoot[data-simple="true"] #sidebar,#vrequeRoot[data-simple="true"] #sidebarResizer,
#vrequeRoot[data-simple="true"] #vexcelPanel,#vrequeRoot[data-simple="true"] #vexcelStripResizer,
#vrequeRoot[data-simple="true"] #vmaskPanel,#vrequeRoot[data-simple="true"] #tabMenus,
#vrequeRoot[data-simple="true"] .suite-work-tabs{display:none!important}
#vrequeRoot[data-simple="true"] .app-body{flex:1;min-height:0;overflow:hidden;padding:0 8px 0;background:#e4f1e9;display:flex!important}
#vrequeRoot[data-simple="true"][data-simple-view="overview"]>.app-body{display:none!important}
#vrequeRoot[data-simple="true"] .workspace{width:100%!important;margin:0!important;min-width:0;flex:1!important;grid-template-columns:minmax(0,1fr)!important}
#vrequeRoot[data-simple="true"] #editorGrid{width:100%!important;grid-column:1/-1;margin:0!important;border:1px solid #5995cb;flex:1;min-height:0}
#vrequeRoot[data-simple="true"] .vedit{font-size:16px;line-height:1.6}
#vrequeRoot[data-simple="true"] .vrec-history{font-size:16px}
#vrequeRoot[data-simple="true"] .statusbar{font-size:12px}
.simple-header{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;min-height:62px;border-bottom:1px solid var(--simple-border);gap:12px;background:#dcecdf}
.simple-header nav{display:flex;gap:8px}.simple-brand{border:0!important;background:none!important;padding:0!important}.simple-brand img{display:block;width:114px;height:30px;object-fit:contain}
.simple-header button,.simple-overview button,.simple-editor-bar button,.simple-editor-actions button,.simple-dialog button,.simple-speech-bar button{font:inherit;font-size:14px;min-height:40px;padding:8px 14px;background:#f8fbf9;color:#143748;border:1px solid var(--simple-border,#a9c7b5);border-radius:3px;cursor:pointer}
.simple-header button:hover,.simple-overview button:hover,.simple-editor-bar button:hover,.simple-editor-actions button:hover,.simple-dialog button:hover{background:#e2edf7;border-color:#7fa9ce}
.simple-primary{background:#246647!important;color:#fff!important;border-color:#246647!important;font-weight:600!important}
.simple-header button:focus-visible,.simple-overview button:focus-visible,.simple-editor-bar button:focus-visible,.simple-editor-actions button:focus-visible,.simple-dialog button:focus-visible{outline:2px solid #2471b5;outline-offset:2px}
.simple-overview{overflow:auto;flex:1;padding:28px max(20px,calc((100% - 1140px)/2));font-size:16px}
.simple-overview-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:20px}.simple-overview h1{font-size:24px;font-weight:600;margin:0}.simple-overview-heading>div{display:flex;gap:8px;flex-wrap:wrap}
#simpleListStatus{margin:12px 0;color:#456453;line-height:1.5}.simple-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(205px,1fr));gap:18px;padding-bottom:24px}
.simple-cards button{padding:0;text-align:left;overflow:hidden;border:1px solid #bad0c1;background:#fff;display:flex;flex-direction:column;min-width:0;box-shadow:0 2px 4px #173f2210}.simple-card-image{width:100%;height:170px;object-fit:contain;background:#f3f7f4;display:block;border-bottom:1px solid #dce7df}.simple-card-placeholder{display:grid;place-items:center;min-height:170px;background:#f3f7f4;width:100%}.simple-card-placeholder img{width:90px}.simple-card-copy{padding:13px;display:flex;flex-direction:column;gap:8px;width:100%;box-sizing:border-box}.simple-card-copy strong{font-size:16px;overflow-wrap:anywhere;line-height:1.35}.simple-card-copy small{color:#536b5d;font-size:12px;line-height:1.4}
.simple-editor-bar{display:flex;align-items:center;gap:14px;padding:8px 12px;background:#e7f0fa;border-bottom:1px solid #8cb6db;flex:none}.simple-editor-bar>button:last-child{font-size:24px;line-height:1;width:44px}.simple-document-title{flex:1;min-width:0;display:flex;flex-direction:column;text-align:center;gap:3px}.simple-document-title strong{font-size:16px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.simple-document-title small{font-size:12px;color:#5b7180}
.simple-editor-actions{display:flex;align-items:center;gap:10px;padding:10px 14px max(10px,env(safe-area-inset-bottom));border-top:1px solid var(--simple-border);flex:none;background:#dcecdf}.simple-editor-actions #simpleSaveStatus{flex:1;font-size:13px;color:#405d4c;text-align:right}.simple-editor-actions button:disabled,.simple-dialog button:disabled{opacity:.55;cursor:default}
.simple-dialog{width:min(460px,calc(100vw - 28px));box-sizing:border-box;padding:0;border:1px solid #6b94b6;border-radius:4px;box-shadow:0 12px 40px #18372b36;color:#143748;background:white;font:16px/1.5 Arial,sans-serif;max-height:calc(100dvh - 32px);overflow:auto}.simple-dialog::backdrop{background:#20352b55}.simple-dialog header{display:flex;align-items:center;justify-content:space-between;background:#e7f0fa;padding:10px 14px;gap:12px;border-bottom:1px solid #b5cddd}.simple-dialog h2{font-size:17px;margin:0}.simple-dialog header button{border:0;background:none;min-width:36px;font-size:20px}.simple-dialog>p,.simple-dialog>#simpleManageContent{margin:16px}.simple-menu{display:flex;flex-direction:column;padding:6px}.simple-menu button{text-align:left;background:white;border-color:transparent;display:flex;align-items:center;gap:14px;min-height:48px}.simple-menu button span[aria-hidden]{color:#2e7caf;width:20px;text-align:center;font-size:21px}.simple-note{font-size:13px;color:#5a6d61}.simple-dialog input{font:inherit;box-sizing:border-box;max-width:100%;padding:8px;border:1px solid #9caeb9}.simple-dialog video{max-width:100%;max-height:230px}.simple-dialog .phone-scanner{padding:16px}.simple-dialog .phone-home-actions,.simple-dialog .mail-actions{display:flex;flex-wrap:wrap;gap:8px}.simple-dialog .phone-invisible{display:none}.simple-dialog .phone-print-link{display:none}.simple-dialog .phone-scanner form>div{display:flex;gap:6px}.simple-dialog .phone-scanner input{width:100%;min-width:0}.simple-dialog .vlog-controls label{display:block}.simple-dialog .vlog-controls input{display:block;width:100%}
.simple-speech-bar{position:fixed;bottom:75px;left:50%;transform:translateX(-50%);width:min(520px,90vw);box-sizing:border-box;background:#e7f0fa;border:1px solid #659acd;z-index:1100;padding:12px;display:flex;align-items:center;justify-content:space-between;gap:12px;box-shadow:0 3px 20px #18372b22}
#simpleUnread{background:#c63636;color:#fff;border-radius:10px;padding:2px 6px;font-size:12px}.simple-file{padding:10px;border:1px solid #b8ccbe;background:#f4f8f5;margin:10px 0}.simple-file a{overflow-wrap:anywhere}
@media(max-width:600px){.simple-header{padding:8px 12px;min-height:54px}.simple-brand img{width:92px}.simple-header button{padding:7px 9px}.simple-overview{padding:20px 14px}.simple-overview h1{font-size:22px}.simple-overview-heading{align-items:flex-start}.simple-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.simple-card-image,.simple-card-placeholder{height:136px;min-height:136px}.simple-card-copy{padding:10px}.simple-editor-bar{gap:8px;padding:7px 8px}.simple-editor-bar>button:first-child span{display:none}.simple-editor-actions{padding:8px;gap:6px}.simple-editor-actions button{padding:8px 10px}.simple-editor-actions #simpleSaveStatus{font-size:12px}#vrequeRoot[data-simple="true"] .app-body{padding:0 4px}#vrequeRoot[data-simple="true"] .vedit{padding:18px 16px!important}#vrequeRoot[data-simple="true"] .vrec-history{padding-left:16px!important;padding-right:16px!important}}

#vrequeRoot[data-simple="true"] .simple-header{order:0}#simpleOverview{order:1}#simpleEditorBar{order:1}#vrequeRoot[data-simple="true"] .app-body{order:2}#simpleSpeechBar{order:3}#simpleEditorActions{order:4}#vrequeRoot[data-simple="true"] .statusbar{order:5}

#vrequeRoot[data-simple="true"][data-simple-view="overview"]>.statusbar{display:none!important}

#vrequeRoot[data-simple="true"] .workspace{grid-template-rows:minmax(0,1fr)!important}#vrequeRoot[data-simple="true"] #editorGrid{grid-row:1!important}#vrequeRoot[data-simple="true"] .vsearch-details:empty::before{content:none}
