@import url('./report-center-actions.css');
.gw-report-layer *,.gw-report-detail-layer *{box-sizing:border-box}
.gw-report-sidebar{display:flex;flex-direction:column;overflow:auto;scrollbar-width:none}.gw-report-sidebar::-webkit-scrollbar,.gw-report-feed-list::-webkit-scrollbar{display:none}.gw-report-feed-list{scrollbar-width:none}.gw-category-cards{padding:10px;flex-shrink:0}.gw-category-cards .gw-report-card{grid-template-columns:48px 1fr auto;min-height:66px;gap:10px;margin-bottom:6px}.gw-category-cards img{width:46px;height:46px}.gw-category-cards strong{color:#65d5ff}.gw-category-cards .active{border-color:#d79b35;background:linear-gradient(90deg,#123b50,#071f2d);box-shadow:inset 3px 0 #d79b35}.gw-category-cards .gw-report-card b{font-size:13px;letter-spacing:.04em}.gw-archive-selector{margin-top:auto;border-top:1px solid #9a7233;padding-top:12px;flex-shrink:0}.gw-archive-selector h3{font:16px Georgia,serif;color:#f0ca7c;margin:0 12px 5px}.gw-report-filters button{cursor:pointer;min-height:40px;display:grid;grid-template-columns:minmax(0,1fr) 18px;align-items:center;column-gap:8px;padding-inline:10px}.gw-report-filters button>[data-gw-filter-label]{min-width:0;text-align:center}.gw-report-filters button>[data-gw-filter-count]{display:block!important;min-width:18px!important;width:auto!important;height:auto!important;margin-left:0;text-align:center;justify-self:end;translate:none!important;rotate:none!important;opacity:1!important}.gw-feed-controls{display:flex;align-items:center;gap:18px;flex-wrap:wrap!important;border-bottom:1px solid #294552;padding:18px!important}.gw-feed-controls h3{margin:0 auto 0 0!important;font-size:24px!important}.gw-date-controls,.gw-search-controls{display:flex;align-items:center;gap:8px}.gw-date-controls label{display:flex;align-items:center;gap:7px;font-size:12px;color:#d8bd87}.gw-feed-controls input{color-scheme:dark;background:#03131e;border:1px solid #416070;color:#e6eaf0;padding:10px;min-height:42px;font:13px Arial,sans-serif}.gw-feed-controls input[type=search]{width:300px;max-width:100%}.gw-feed-controls button{width:36px;height:42px;background:#061d2b;border:1px solid #876a39;color:#efce89;font-size:23px;cursor:pointer}.gw-feed-controls output{min-width:58px;text-align:center;padding:12px;border:1px solid #9b793d;font-size:22px;color:#62d9ff}.gw-filter-error{width:100%;color:#ffb49f;margin:0}.gw-filter-error:empty{display:none}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.gw-feed-controls input:focus-visible,.gw-feed-controls button:focus-visible,[data-gw-filter]:focus-visible{outline:2px solid #62d9ff;outline-offset:2px}@media(max-width:1100px){.gw-feed-controls{gap:10px}.gw-feed-controls h3{width:100%}.gw-feed-controls input[type=search]{width:260px}}@media(max-width:700px){.gw-report-center-body{grid-template-columns:155px minmax(0,1fr)}.gw-category-cards .gw-report-card{grid-template-columns:30px 1fr;gap:5px;padding:6px}.gw-category-cards img{width:30px;height:30px}.gw-category-cards strong{grid-column:2}.gw-category-cards .gw-report-card b{font-size:10px;overflow-wrap:anywhere}.gw-report-filters{grid-template-columns:1fr}.gw-date-controls{flex-wrap:wrap}.gw-feed-controls input[type=search]{width:100%;min-width:0}.gw-search-controls{width:100%}.gw-search-controls label{min-width:0}.gw-report-card{grid-template-columns:38px 1fr}.gw-report-card time{grid-column:2}.gw-report-card>img{width:36px;height:36px}}

/* Centro notifiche compatto: i livelli alfa riguardano solo gli sfondi. */
.gw-report-layer{inset:var(--gw-screen-top) 0 var(--gw-screen-bottom);z-index:20000;padding:0 var(--gw-screen-gutter);background:linear-gradient(rgba(1,8,14,.34),rgba(1,8,14,.46)),url('../assets/ui/v4.1/backgrounds/background-archive-center.webp') center/cover no-repeat!important;backdrop-filter:none!important}
.gw-report-center-frame{width:min(1700px,100%);background:transparent!important}
.gw-report-center-header{padding-right:112px!important}
.gw-report-center-header>[data-gw-close-center]{position:absolute;right:2px;top:2px;transform:translateX(-120px)}
.gw-report-center-header>.gw-icon-button{width:44px;height:44px;padding:11px;border:0;background-color:transparent;background-image:none!important;box-shadow:none}
.gw-report-center-header>.gw-icon-button img{width:22px;height:22px}
.gw-category-cards{display:grid;grid-template-columns:minmax(0,1fr);gap:4px;padding:8px;background:rgba(2,13,21,.70)}
.gw-category-cards .gw-report-card{grid-template-columns:24px minmax(0,1fr) auto;width:100%;min-height:34px;margin:0;padding:3px 7px;gap:7px}
.gw-category-cards .gw-report-card>img{width:24px;height:24px}
.gw-category-cards .gw-report-card b{font:600 10px Arial,sans-serif;line-height:1.15;letter-spacing:.035em;overflow-wrap:anywhere}
.gw-category-cards .gw-report-card strong{font-size:9px}
.gw-archive-selector{background:rgba(2,13,21,.70)}

/* Archive labels and their live counters form one visually centered unit. */
.gw-report-filters button{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding-inline:10px;
}
.gw-report-filters button>[data-gw-filter-label]{
  flex:0 1 auto;
  min-width:0;
  text-align:center;
  white-space:nowrap;
}
.gw-report-filters button>[data-gw-filter-count]{
  flex:0 0 auto;
  min-width:1ch!important;
  justify-self:auto;
}
.gw-report-feed{background:rgba(2,13,21,.40)}
.gw-feed-controls{display:grid;grid-template-columns:auto auto minmax(180px,1fr);align-items:center;gap:8px;flex-wrap:nowrap!important;padding:10px 14px!important}
.gw-feed-heading{display:flex;align-items:center;gap:8px;white-space:nowrap}
.gw-feed-controls .gw-feed-heading h3{width:auto;margin:0!important;font-size:18px!important}
.gw-feed-controls .gw-feed-heading output{display:grid;place-items:center;min-width:32px;width:32px;height:32px;padding:0;font-size:16px}
.gw-date-controls,.gw-search-controls{gap:6px;min-width:0}
.gw-date-controls label{gap:4px;font-size:10px;white-space:nowrap}
.gw-feed-controls input{min-height:32px;height:32px;padding:5px 7px;font-size:11px}
.gw-date-controls input{width:112px}
.gw-feed-controls input[type=search]{width:100%;min-width:170px}
.gw-search-controls{display:grid;grid-template-columns:32px minmax(0,1fr)}
.gw-search-controls label{min-width:0}
.gw-feed-controls button{width:32px;height:32px;font-size:17px}
.gw-filter-error{grid-column:1/-1}
@media(max-width:1100px){.gw-feed-controls{grid-template-columns:auto auto minmax(150px,1fr)}.gw-feed-controls .gw-feed-heading h3{width:auto}.gw-feed-controls input[type=search]{width:100%}}
@media(max-width:820px){.gw-report-center-frame{width:100%}.gw-category-cards{grid-template-columns:1fr}.gw-feed-controls{grid-template-columns:auto 1fr;flex-wrap:wrap!important}.gw-search-controls{grid-column:1/-1}}
