/* MANU_APP_STATIC_COMPONENTS_CSS_V20260720DI
 * Lot 50 — styles statiques Suggestions et Compte-rendu global.
 */

/* ensureMobileSuggestionsStyles — extrait de app.js */
/* Retrait global du copyright dans le flux applicatif. */
    .main-workspace-flow-v20260508g > .footer .mono:first-child{display:none!important;}

    /* v20260526T — Suggestions devient un accès unique via bouton flottant + sheet/drawer.
       La carte historique droite reste dans le DOM comme ancre technique pour les refs legacy,
       mais elle ne participe plus au layout visible. */
    .grid > .right-stack,
    .main-workspace-flow-v20260508g .grid > .right-stack,
    .right-stack > .suggestions-panel{
      display:none!important;
      visibility:hidden!important;
      pointer-events:none!important;
    }
    .main-workspace-flow-v20260508g .grid,
    .grid:has(> .right-stack > .suggestions-panel){
      grid-template-columns:minmax(0,1fr)!important;
    }
    @media (max-width:900px){
      body.manu-mobile-suggestions-sheet-mode .right-stack > .suggestions-panel{display:none!important}
      body.manu-mobile-suggestions-sheet-mode .right-stack{display:none!important}
    }
    :root{--manu-fab-right:16px;--manu-fab-bottom-agenda:calc(18px + env(safe-area-inset-bottom));--manu-fab-bottom-suggestions:calc(74px + env(safe-area-inset-bottom));--manu-z-fab-agenda:118;--manu-z-fab-suggestions:119;--manu-floating-action-shadow:0 12px 30px rgba(15,23,42,.12);--manu-floating-action-shadow-hover:0 16px 36px rgba(15,23,42,.15);}
    .manu-floating-action-btn-v1{position:fixed;right:var(--manu-fab-right,16px);left:auto;display:none;align-items:center;gap:8px;min-height:48px;height:48px;max-width:min(72vw,224px);padding:0 12px;border-radius:999px;background:rgba(255,255,255,.94);box-shadow:var(--manu-floating-action-shadow,0 12px 30px rgba(15,23,42,.12));font-size:13px;font-weight:950;letter-spacing:-.01em;cursor:pointer;-webkit-tap-highlight-color:transparent;backdrop-filter:blur(14px) saturate(1.08);-webkit-backdrop-filter:blur(14px) saturate(1.08);transition:width .18s ease,min-width .18s ease,padding .18s ease,gap .18s ease,transform .16s ease,opacity .16s ease,box-shadow .16s ease}
    .manu-floating-action-btn-v1:hover{transform:translateY(-1px);box-shadow:var(--manu-floating-action-shadow-hover,0 16px 36px rgba(15,23,42,.15))}
    .manu-suggestions-fab-v1{bottom:var(--manu-fab-bottom-suggestions,calc(74px + env(safe-area-inset-bottom)));z-index:var(--manu-z-fab-suggestions,119);border:1px solid rgba(var(--manu-da-tertiary-rgb),.26);color:#102027}
    .manu-suggestions-fab-v1:focus-visible{outline:2px solid rgba(var(--manu-da-primary-soft-rgb),.36);outline-offset:3px}
    .manu-suggestions-fab-v1.is-visible{display:inline-flex}
    .manu-suggestions-fab-v1 .manu-suggestions-fab-icon{width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(var(--manu-da-tertiary-rgb),.22),rgba(var(--manu-da-secondary-rgb),.12));color:var(--manu-da-secondary-deep);font-size:15px;line-height:1;flex:0 0 auto}
    .manu-suggestions-fab-v1 .manu-suggestions-fab-icon svg,.manu-suggestions-fab-v1 .manu-suggestions-fab-icon .i{width:17px;height:17px;display:block;color:currentColor;stroke:currentColor}
    .manu-suggestions-fab-v1 .manu-suggestions-fab-label{white-space:nowrap}
    .manu-suggestions-fab-v1 .manu-suggestions-fab-unread{position:absolute;right:6px;top:6px;display:none;width:9px;height:9px;border-radius:999px;background:var(--manu-da-secondary);border:2px solid rgba(var(--manu-da-surface-rgb),.96);box-shadow:0 0 0 3px rgba(var(--manu-da-secondary-rgb),.14);pointer-events:none}
    .manu-suggestions-fab-v1.has-new .manu-suggestions-fab-unread{display:block}
    .manu-suggestions-sheet-overlay-v1{position:fixed;inset:0;z-index:1400;display:none;align-items:flex-end;justify-content:center;background:rgba(15,23,42,.34);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);padding:0 10px max(10px,env(safe-area-inset-bottom));}
    .manu-suggestions-sheet-overlay-v1.is-open{display:flex}
    .manu-suggestions-sheet-v1{width:min(720px,100%);max-height:min(86vh,760px);display:flex;flex-direction:column;border-radius:28px 28px 22px 22px;border:1px solid rgba(15,23,42,.09);background:linear-gradient(180deg,rgba(255,255,255,.99),rgba(248,250,252,.98));box-shadow:0 -18px 60px rgba(15,23,42,.24);overflow:hidden;transform:translateY(0);touch-action:pan-y;}
    .manu-suggestions-sheet-handle{width:46px;height:5px;border-radius:999px;background:rgba(100,116,139,.28);margin:10px auto 8px;flex:0 0 auto}
    .manu-suggestions-sheet-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:0 16px 12px;border-bottom:1px solid rgba(15,23,42,.06)}
    .manu-suggestions-sheet-title-zone{min-width:0;display:flex;flex-direction:column;gap:4px}
    .manu-suggestions-sheet-title{display:flex;align-items:center;gap:9px;margin:0;font-size:17px;font-weight:950;letter-spacing:-.03em;color:#0f172a}
    .manu-suggestions-sheet-title-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--manu-da-secondary-deep)}
    .manu-suggestions-sheet-title-icon svg,.manu-suggestions-sheet-title-icon .i{width:17px;height:17px;display:block;color:currentColor;stroke:currentColor}
    .manu-suggestions-sheet-sub{font-size:12px;font-weight:850;color:rgba(15,23,42,.56);line-height:1.35}
    .manu-suggestions-sheet-sub:empty{display:none}
    .manu-suggestions-sheet-new{display:none;align-self:flex-start;margin-top:2px;padding:5px 8px;border-radius:999px;border:1px solid rgba(var(--manu-da-secondary-rgb),.24);background:rgba(var(--manu-da-secondary-rgb),.14);color:var(--manu-da-secondary-deep);font-size:11px;font-weight:950}
    .manu-suggestions-sheet-new.is-visible{display:inline-flex}
    .manu-suggestions-sheet-close{appearance:none;border:1px solid rgba(15,23,42,.10);background:rgba(255,255,255,.92);color:#0f172a;width:38px;height:38px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:20px;font-weight:900;line-height:1;box-shadow:0 8px 18px rgba(15,23,42,.06);cursor:pointer;flex:0 0 auto}
    .manu-suggestions-sheet-tabs{display:flex;align-items:center;gap:8px;overflow-x:auto;padding:10px 16px;border-bottom:1px solid rgba(15,23,42,.06);scrollbar-width:none}
    .manu-suggestions-sheet-tabs::-webkit-scrollbar{display:none}
    .manu-suggestions-sheet-tab{appearance:none;border:1px solid rgba(15,23,42,.08);background:rgba(255,255,255,.78);color:rgba(15,23,42,.60);min-height:38px;padding:0 12px;border-radius:999px;font-size:12px;font-weight:950;white-space:nowrap;cursor:pointer;box-shadow:0 6px 14px rgba(15,23,42,.035)}
    .manu-suggestions-sheet-tab.is-active{background:rgba(var(--manu-da-primary-soft-rgb),.09);border-color:rgba(var(--manu-da-primary-soft-rgb),.22);color:var(--manu-da-primary)}
    .manu-suggestions-sheet-tab.is-hidden-v20260617a{display:none!important}
    .manu-suggestions-sheet-body{overflow:auto;-webkit-overflow-scrolling:touch;padding:14px 16px 18px;min-height:180px;overscroll-behavior:contain}
    .manu-suggestions-sheet-body.is-empty-clean-v20260617a{min-height:0;padding-top:8px;padding-bottom:12px}
    .manu-suggestions-sheet-body .md-preview{padding:0;border:0;background:transparent;box-shadow:none;min-height:0}
    .manu-suggestions-sheet-body .video-rec-columns{gap:12px}
    .manu-suggestions-sheet-body .video-rec-card{box-shadow:0 8px 18px rgba(15,23,42,.05)}
    .manu-suggestions-sheet-empty{padding:16px;border-radius:18px;border:1px solid rgba(var(--manu-da-warm-border-rgb),.10);background:rgba(255,255,255,.90);font-size:13px;font-weight:850;line-height:1.6;color:rgba(15,23,42,.60)}
    .manu-suggestions-sheet-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}
    .manu-suggestions-sheet-mini-title{margin:0 0 10px;font-size:12px;font-weight:950;letter-spacing:.06em;text-transform:uppercase;color:var(--manu-da-primary)}
    /* v20260526R — même launcher Suggestions sur ordinateur et portable.
       Mobile = bottom sheet ; ordinateur = drawer latéral droit. */
    .manu-suggestions-sheet-overlay-v1.is-sheet{align-items:flex-end;justify-content:center;padding:0 10px max(10px,env(safe-area-inset-bottom));}
    .manu-suggestions-sheet-overlay-v1.is-drawer{align-items:stretch;justify-content:flex-end;padding:18px;background:rgba(15,23,42,.22);}
    .manu-suggestions-sheet-overlay-v1.is-drawer .manu-suggestions-sheet-v1{width:min(520px,calc(100vw - 42px));height:calc(100dvh - 36px);max-height:none;border-radius:28px;box-shadow:-18px 18px 70px rgba(15,23,42,.22);}
    .manu-suggestions-sheet-overlay-v1.is-drawer .manu-suggestions-sheet-handle{display:none;}
    .manu-suggestions-sheet-overlay-v1.is-drawer .manu-suggestions-sheet-head{padding:16px 16px 12px;}
    .manu-suggestions-sheet-overlay-v1.is-drawer .manu-suggestions-sheet-body{padding-bottom:22px;}
    @media (min-width:901px){
      :root{--manu-fab-right:24px;--manu-fab-bottom-suggestions:24px;}
      .manu-suggestions-fab-v1{min-height:46px;padding:0 14px;}
      .manu-suggestions-fab-v1 .manu-suggestions-fab-label{display:inline-flex;}
    }
    @media (max-width:900px){
      .manu-suggestions-sheet-overlay-v1.is-drawer{align-items:flex-end;justify-content:center;padding:0 10px max(10px,env(safe-area-inset-bottom));}
      .manu-suggestions-sheet-overlay-v1.is-drawer .manu-suggestions-sheet-v1{width:min(720px,100%);height:auto;max-height:min(86vh,760px);border-radius:28px 28px 22px 22px;box-shadow:0 -18px 60px rgba(15,23,42,.24);}
      .manu-suggestions-sheet-overlay-v1.is-drawer .manu-suggestions-sheet-handle{display:block;}
      .manu-suggestions-sheet-overlay-v1.is-drawer .manu-suggestions-sheet-head{padding:0 16px 12px;}
      body.manu-mobile-fabs-compact-v20260507o .manu-suggestions-fab-v1{width:48px!important;min-width:48px!important;max-width:48px!important;padding:0!important;gap:0!important;justify-content:center!important;}
      body.manu-mobile-fabs-compact-v20260507o .manu-suggestions-fab-v1 .manu-suggestions-fab-label{max-width:0!important;opacity:0!important;margin:0!important;pointer-events:none!important;}
      body.manu-mobile-fabs-compact-v20260507o .manu-suggestions-fab-v1 .manu-suggestions-fab-icon{width:30px!important;height:30px!important;}
    }
    body.theme-dark .manu-floating-action-btn-v1{background:rgba(15,23,42,.94);box-shadow:0 16px 42px rgba(0,0,0,.34)}
    body.theme-dark .manu-suggestions-fab-v1{border-color:rgba(var(--manu-da-primary-soft-rgb),.22);color:#f8fafc}
    body.theme-dark .manu-suggestions-fab-v1 .manu-suggestions-fab-icon{background:rgba(var(--manu-da-secondary-rgb),.18);color:var(--manu-da-secondary-soft)}
    body.theme-dark .manu-suggestions-fab-v1 .manu-suggestions-fab-unread{background:var(--manu-da-tertiary);border-color:rgba(15,23,42,.94);box-shadow:0 0 0 3px rgba(245,158,11,.16)}
    body.theme-dark .manu-suggestions-sheet-new{background:rgba(245,158,11,.18);border-color:rgba(245,158,11,.24);color:var(--manu-da-tertiary-soft)}
    body.theme-dark .manu-suggestions-sheet-overlay-v1{background:rgba(0,0,0,.46)}
    body.theme-dark .manu-suggestions-sheet-v1{background:linear-gradient(180deg,rgba(15,23,42,.99),rgba(8,14,28,.99));border-color:rgba(148,163,184,.18);box-shadow:0 -18px 60px rgba(0,0,0,.50)}
    body.theme-dark .manu-suggestions-sheet-head,body.theme-dark .manu-suggestions-sheet-tabs{border-color:rgba(148,163,184,.14)}
    body.theme-dark .manu-suggestions-sheet-title{color:#f8fafc}
    body.theme-dark .manu-suggestions-sheet-sub{color:rgba(226,232,240,.62)}
    body.theme-dark .manu-suggestions-sheet-close,body.theme-dark .manu-suggestions-sheet-tab{background:rgba(15,23,42,.82);border-color:rgba(148,163,184,.18);color:#e2e8f0}
    body.theme-dark .manu-suggestions-sheet-tab.is-active{background:rgba(var(--manu-da-primary-rgb),.22);border-color:rgba(var(--manu-da-primary-soft-rgb),.24);color:var(--manu-da-primary-soft)}
    body.theme-dark .manu-suggestions-sheet-empty{background:rgba(15,23,42,.66);border-color:rgba(148,163,184,.22);color:rgba(226,232,240,.72)}

/* ensureGlobalReportStyles — extrait de app.js */
.embedded-global-report-panel{display:none;margin:0 0 12px;border:0;background:transparent;box-shadow:none;padding:0;overflow:visible;scroll-margin-top:96px}.embedded-global-report-panel:not([hidden]){display:block}
      .embedded-global-report-body{padding:0!important;max-height:none!important;overflow:visible!important}
      #synthesePreviewPane>#embeddedGlobalReportPanel:not([hidden])~#synthesePreview{display:none!important}
      .global-report-portal{position:relative;z-index:2147483640}.global-report-portal:empty{display:none}
      #synthesePanel .synthese-body{gap:10px!important}
      .global-report-workspace{display:grid;gap:10px;width:100%}
      .global-report-top-controls{display:grid;grid-template-columns:minmax(300px,1fr) minmax(220px,auto) 56px;gap:12px;align-items:center}
      .global-report-type-field{display:block;min-width:0;margin:0}.global-report-type-select{width:100%;min-height:56px;border-radius:17px!important;border-color:rgba(15,23,42,.10)!important;background:#fff!important;font-weight:900;font-size:15px;padding-inline:18px 42px!important;box-shadow:0 5px 16px rgba(15,23,42,.025)}
      .global-report-generate-btn{width:auto;min-width:220px;min-height:56px!important;padding:10px 22px!important;border-radius:17px!important;font-size:14px!important;font-weight:950!important;box-shadow:0 11px 24px rgba(13,148,136,.18)!important;background:linear-gradient(135deg,#07978c,#078b83)!important;color:#fff!important;white-space:nowrap}.global-report-generate-btn::before{content:"✦";margin-right:8px}.global-report-generate-btn:disabled{box-shadow:none!important;opacity:.56!important;background:rgba(15,23,42,.08)!important;color:rgba(15,23,42,.54)!important}
      .global-report-pdf-shortcut{appearance:none;display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;min-width:56px;padding:0;border-radius:17px;border:1px solid rgba(15,23,42,.09);background:rgba(255,255,255,.98);color:#078b83;box-shadow:0 7px 18px rgba(15,23,42,.04);cursor:pointer}.global-report-pdf-shortcut:hover{transform:translateY(-1px);border-color:rgba(47,179,168,.34);background:rgba(236,253,250,.92)}.global-report-pdf-shortcut-icons{position:relative;display:grid;place-items:center;width:24px;height:30px}.global-report-pdf-shortcut-icons>span:first-child svg{width:21px;height:21px;transform:translateY(-4px)}.global-report-pdf-shortcut-icons>span:last-child{position:absolute;bottom:-2px;right:-2px;display:grid;place-items:center;width:15px;height:15px;border-radius:999px;background:#fff}.global-report-pdf-shortcut-icons>span:last-child svg{width:14px;height:14px}
      .global-report-output{min-width:0}
      .global-report-editor{width:100%;min-height:320px;max-height:560px;overflow:auto;border-radius:18px;border:1px solid rgba(15,23,42,.11);background:#fff;color:#0f172a;padding:20px 22px;font:14px/1.68 Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;outline:none}.global-report-editor:focus{border-color:rgba(47,179,168,.52);box-shadow:0 0 0 4px rgba(47,179,168,.12)}.global-report-editor h1,.global-report-editor h2,.global-report-editor h3,.global-report-editor h4{margin:0 0 12px;color:#0f172a;line-height:1.22}.global-report-editor h1{font-size:22px}.global-report-editor h2{font-size:18px}.global-report-editor h3{font-size:15px;margin-top:18px}.global-report-editor p{margin:0 0 12px}.global-report-editor ul,.global-report-editor ol{margin:0 0 14px 22px;padding:0}.global-report-editor li{margin:6px 0}
      .global-report-editor.is-readonly{background:rgba(248,250,252,.72)!important;color:rgba(15,23,42,.72)!important;cursor:default}
      .global-report-loading,.global-report-saving{display:flex;align-items:center;gap:10px;border-radius:16px;padding:12px;font-size:13px;font-weight:900}.global-report-loading{border:1px solid rgba(47,179,168,.18);background:rgba(47,179,168,.08);color:#0f766e}.global-report-saving{border:1px solid rgba(124,92,255,.18);background:rgba(124,92,255,.08);color:#5b21b6}.global-report-error{border:1px solid rgba(239,68,68,.18);border-radius:16px;background:rgba(254,242,242,.92);color:#b91c1c;font-size:13px;font-weight:850;line-height:1.5;padding:12px}.global-report-empty{border:1px dashed rgba(15,23,42,.14);border-radius:18px;padding:15px;color:rgba(15,23,42,.56);font-weight:850;background:rgba(248,250,252,.74)}
      .global-report-completeness{display:flex;align-items:flex-start;gap:8px;padding:5px 2px 5px 10px;border-left:3px solid #f59e0b;color:#92400e;font-size:12px;line-height:1.45}.global-report-completeness strong{flex:0 0 auto;font-weight:950}.global-report-completeness span{font-weight:700;color:#78350f}
      .global-report-conflict-box{margin:0 0 12px;padding:12px;border:1px solid rgba(245,158,11,.26);background:rgba(255,251,235,.92);border-radius:16px;color:#713f12;display:flex;gap:8px;align-items:center;flex-wrap:wrap;font-size:13px;font-weight:750}
      .global-report-popup-overlay{position:fixed;inset:0;z-index:2147483640;display:none;align-items:center;justify-content:center;padding:18px;overflow-y:auto;overscroll-behavior:contain;touch-action:pan-y;background:rgba(8,15,30,.40);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.global-report-popup-overlay.is-open{display:flex}.global-report-popup{width:min(760px,100%);max-height:min(86dvh,820px);min-height:0;display:flex;flex-direction:column;overflow:hidden;border-radius:28px;border:1px solid rgba(255,255,255,.62);background:rgba(255,255,255,.98);box-shadow:0 30px 90px rgba(15,23,42,.25)}
      .global-report-popup-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:17px 18px 13px;border-bottom:1px solid rgba(15,23,42,.07)}.global-report-popup-head h3{margin:0;color:#0f172a;font-size:19px;font-weight:950;letter-spacing:-.03em}.global-report-popup-head p{margin:4px 0 0;color:rgba(15,23,42,.58);font-size:12px;font-weight:760;line-height:1.4}.global-report-popup-close{appearance:none;width:42px;height:42px;flex:0 0 42px;border-radius:999px;border:1px solid rgba(15,23,42,.09);background:#fff;color:#334155;font-size:23px;font-weight:900;cursor:pointer}.global-report-popup-body{flex:1 1 auto;min-height:0;max-height:calc(86dvh - 92px);overflow-x:hidden;overflow-y:auto!important;overscroll-behavior:contain;touch-action:pan-y;padding:16px;-webkit-overflow-scrolling:touch}
      .global-report-source-popup{width:min(680px,100%)}.global-report-source-search{position:relative;display:block;margin:12px 16px 0}.global-report-source-search .input{width:100%;min-height:44px;padding-right:64px;border-radius:14px}.global-report-source-search-count{position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:11px;font-weight:900;color:#64748b;pointer-events:none}.global-report-source-empty{padding:24px 14px;text-align:center;color:#64748b;font-size:13px;font-weight:750}.global-report-source-list{flex:1 1 auto;min-height:0;max-height:calc(86dvh - 226px);overflow-x:hidden;overflow-y:auto!important;overscroll-behavior:contain;touch-action:pan-y;display:grid;gap:8px;padding:14px 16px;-webkit-overflow-scrolling:touch}.global-report-consult-row{display:flex;gap:10px;align-items:flex-start;padding:11px 12px;border:1px solid rgba(15,23,42,.08);border-radius:16px;background:rgba(248,250,252,.86);cursor:pointer}.global-report-consult-row.is-selected{background:rgba(47,179,168,.10);border-color:rgba(47,179,168,.25)}.global-report-consult-row input{margin-top:2px;accent-color:var(--brand,#2fb3a8)}.global-report-consult-main{display:grid;gap:4px;min-width:0}.global-report-consult-title{font-size:13px;font-weight:950;color:#0f172a}.global-report-consult-meta{font-size:12px;font-weight:750;color:rgba(15,23,42,.56);line-height:1.35}.global-report-source-footer{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px calc(12px + env(safe-area-inset-bottom));border-top:1px solid rgba(15,23,42,.08);background:rgba(255,255,255,.96)}.global-report-source-count{font-size:12px;font-weight:850;color:rgba(15,23,42,.58)}.global-report-source-count.is-warning{color:#b45309}.global-report-source-footer-actions{display:flex;gap:8px}.global-report-source-footer-actions .btn{min-height:42px;border-radius:14px!important}
      body.theme-dark .global-report-popup,body.theme-dark .global-report-editor,body.theme-dark .global-report-consult-row,body.theme-dark .global-report-pdf-shortcut{background:rgba(15,23,42,.96);border-color:rgba(255,255,255,.11);color:#f8fafc}body.theme-dark .global-report-popup-head h3,body.theme-dark .global-report-consult-title,body.theme-dark .global-report-editor h1,body.theme-dark .global-report-editor h2,body.theme-dark .global-report-editor h3{color:#f8fafc}body.theme-dark .global-report-popup-head p,body.theme-dark .global-report-consult-meta{color:rgba(226,232,240,.68)}body.theme-dark .global-report-completeness{color:#fbbf24}body.theme-dark .global-report-completeness span{color:#fde68a}
      @media(min-width:761px) and (max-width:1050px){.global-report-top-controls{grid-template-columns:minmax(0,1fr) minmax(210px,auto) 56px}.global-report-type-field{grid-column:1/-1}.global-report-generate-btn{grid-column:2}.global-report-pdf-shortcut{grid-column:3}}
      @media(max-width:760px){
        .embedded-global-report-panel{margin:0 0 10px}.global-report-top-controls{grid-template-columns:minmax(0,1fr) 50px;gap:8px}.global-report-type-field{grid-column:1/-1}.global-report-type-select{min-height:50px;font-size:15px}.global-report-generate-btn{grid-column:1;width:100%;min-width:0;min-height:50px!important;font-size:14px!important}.global-report-pdf-shortcut{grid-column:2;width:50px;height:50px;min-width:50px}.global-report-editor{min-height:50vh;max-height:none;padding:15px;font-size:15px}.global-report-popup-overlay{align-items:flex-end;padding:12px 10px calc(12px + env(safe-area-inset-bottom))}.global-report-popup{max-height:86dvh;border-radius:26px}.global-report-popup-head{padding:15px 15px 11px}.global-report-popup-body{max-height:calc(86dvh - 82px);padding:13px}.global-report-source-footer{align-items:stretch;flex-direction:column}.global-report-source-footer-actions{display:grid;grid-template-columns:.8fr 1.2fr}.global-report-source-footer-actions .btn{width:100%}.global-report-consult-row{padding:11px}.global-report-consult-meta{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
      }
