.dashboard-layout{--sidebar-width:272px;--sidebar-collapsed-width:90px;--layout-gap:22px;background:var(--color-bg);min-height:100vh;color:var(--color-text)}.dashboard-layout__overlay{display:none}.dashboard-sidebar{z-index:70;width:var(--sidebar-width);background:linear-gradient(180deg, var(--color-primary), var(--color-primary-dark));height:100vh;color:var(--color-white);transition:width var(--transition-base), transform var(--transition-base);box-shadow:var(--shadow-md);flex-direction:column;padding:22px 16px 18px;display:flex;position:fixed;top:0;left:0;overflow:hidden}.dashboard-sidebar.is-collapsed{width:var(--sidebar-collapsed-width)}.dashboard-sidebar__top{justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.dashboard-sidebar__brand{align-items:center;gap:12px;min-width:0;display:flex}.dashboard-sidebar__brand-mark{border-radius:var(--radius-md);background:#ffffff1f;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex;overflow:hidden}.dashboard-sidebar__brand-logo{object-fit:contain;object-position:center;width:54px;height:54px;display:block;transform:translateY(5px)scale(3.25)}.dashboard-sidebar__brand-text strong{font-size:1.05rem;line-height:1.15;display:block}.dashboard-sidebar__brand-text span{opacity:.88;margin-top:4px;font-size:.78rem;display:block}.dashboard-sidebar__collapse-btn{width:44px;height:44px;color:var(--color-white);transition:background var(--transition-base), transform var(--transition-base);background:#ffffff1a;border-radius:12px;flex-shrink:0;place-items:center;display:grid}.dashboard-sidebar__collapse-btn:hover{background:#ffffff29}.dashboard-sidebar__collapse-btn svg{width:20px;height:20px}.dashboard-sidebar__collapse-btn.is-mobile-close{background:#ffffff24}.dashboard-sidebar__nav{flex:1;align-content:start;gap:10px;padding-left:2px;display:grid;overflow-y:auto}.dashboard-sidebar__item{border-radius:var(--radius-md);color:#f1f1f1eb;min-height:58px;transition:background var(--transition-base), color var(--transition-base), transform var(--transition-base);align-items:center;gap:14px;padding:12px 14px;display:flex}.dashboard-sidebar__item:hover{color:var(--color-white);background:#ffffff14;transform:translate(2px)}.dashboard-sidebar__item.is-active{background:var(--color-surface);color:var(--color-primary);box-shadow:0 6px 18px #00000014}.dashboard-sidebar__item.is-collapsed{justify-content:center;padding-inline:0}.dashboard-sidebar__item-icon{flex-shrink:0;place-items:center;width:22px;height:22px;display:grid}.dashboard-sidebar__item-icon svg{width:20px;height:20px}.dashboard-sidebar__item-text{min-width:0}.dashboard-sidebar__item-text strong{font-size:.96rem;line-height:1.2;display:block}.dashboard-sidebar__footer{border-top:1px solid #ffffff24;margin-top:14px;padding-top:16px}.dashboard-sidebar__logout{border-radius:var(--radius-md);width:100%;min-height:58px;color:var(--color-white);transition:background var(--transition-base), transform var(--transition-base);background:#ffffff14;align-items:center;gap:12px;padding:12px 14px;display:flex}.dashboard-sidebar__logout:hover{background:#ffffff24}.dashboard-sidebar__logout-icon{flex-shrink:0;place-items:center;width:22px;height:22px;display:grid}.dashboard-sidebar__logout-icon svg{width:20px;height:20px}.dashboard-sidebar__logout-text strong,.dashboard-sidebar__logout-text small{text-align:right;display:block}.dashboard-sidebar__logout-text strong{font-size:.95rem}.dashboard-sidebar__logout-text small{opacity:.82;margin-top:2px;font-size:.75rem}.dashboard-sidebar__footer.is-collapsed .dashboard-sidebar__logout{justify-content:center;padding-inline:0}.dashboard-sidebar.is-collapsed .dashboard-sidebar__brand{display:none}.dashboard-sidebar.is-collapsed .dashboard-sidebar__top{justify-content:center;margin-bottom:14px}.dashboard-sidebar.is-collapsed .dashboard-sidebar__collapse-btn{margin-inline:auto}.dashboard-layout__main{min-height:100vh;margin-left:var(--sidebar-width);transition:margin-left var(--transition-base)}.dashboard-layout__main.is-expanded{margin-left:var(--sidebar-collapsed-width)}.dashboard-layout__mobile-header,.dashboard-layout__mobile-menu-btn,.dashboard-layout__mobile-user-card{display:none}.dashboard-layout__mobile-user-role,.dashboard-layout__mobile-user-name{display:block}.dashboard-layout__content{padding:24px 28px 32px}.dashboard-page{gap:var(--layout-gap);display:grid}@media (width<=992px){.dashboard-sidebar{z-index:120;background:linear-gradient(180deg, var(--color-primary), var(--color-primary-dark));width:min(84vw,320px);height:100dvh;padding:22px 16px 18px;top:0;transform:translate(-100%)}.dashboard-sidebar.is-mobile-open{transform:translate(0)}.dashboard-sidebar.is-collapsed{width:min(84vw,320px)}.dashboard-sidebar__top{justify-content:space-between;align-items:center;margin-bottom:22px}.dashboard-sidebar__brand{display:flex}.dashboard-sidebar__brand-text{display:block}.dashboard-sidebar__collapse-btn{display:grid}.dashboard-sidebar__nav{direction:rtl;padding-left:0;padding-right:2px}.dashboard-sidebar__item,.dashboard-sidebar__item.is-collapsed{text-align:right;direction:rtl;justify-content:flex-start;gap:14px;padding:14px 16px}.dashboard-sidebar__item-text{text-align:right;display:block}.dashboard-sidebar__item-text strong{text-align:right}.dashboard-sidebar__logout{text-align:right;direction:rtl;justify-content:flex-start;gap:12px;padding:12px 14px}.dashboard-sidebar__footer.is-collapsed .dashboard-sidebar__logout{text-align:right;direction:rtl;justify-content:flex-start;padding:12px 14px}.dashboard-sidebar__logout-text{text-align:right;display:block}.dashboard-sidebar__logout-text strong,.dashboard-sidebar__logout-text small{text-align:right}.dashboard-layout__overlay{z-index:110;background:#00000057;display:block;position:fixed;inset:0}.dashboard-layout__main,.dashboard-layout__main.is-expanded{margin-left:0}.dashboard-sidebar.is-mobile-open .dashboard-sidebar__collapse-btn{z-index:3;position:relative}.dashboard-layout__mobile-header{z-index:90;background:var(--color-bg);direction:ltr;align-items:center;gap:14px;padding:14px 16px 0;display:flex;position:sticky;top:0}.dashboard-layout__content{z-index:1;padding:16px 20px 20px;position:relative}.dashboard-layout__mobile-menu-btn{background:var(--color-surface);width:48px;height:48px;color:var(--color-primary);box-shadow:var(--shadow-sm);border:1.5px solid #025f4829;border-radius:14px;flex-shrink:0;place-items:center;display:grid}.dashboard-layout__mobile-menu-btn svg{width:21px;height:21px}.dashboard-layout__mobile-user-card{min-height:48px;box-shadow:var(--shadow-sm);text-align:right;direction:rtl;background:linear-gradient(#e8ffe8e6,#fffffff5);border:1.5px solid #025f481a;border-radius:16px;flex-direction:column;flex:1;justify-content:center;padding:10px 14px;display:flex}.dashboard-layout__mobile-user-role{color:var(--color-subtitle);font-size:.78rem;font-weight:700;line-height:1.2}.dashboard-layout__mobile-user-name{color:var(--color-primary);margin-top:4px;font-size:.98rem;font-weight:800;line-height:1.3}}@media (width<=768px){.dashboard-layout__mobile-menu-btn{border-radius:12px;width:46px;height:46px}.dashboard-layout__mobile-user-card{border-radius:14px;min-height:46px;padding:9px 12px}.dashboard-layout__mobile-user-role{font-size:.75rem}.dashboard-layout__mobile-user-name{font-size:.92rem}.dashboard-layout__mobile-header{z-index:90;gap:12px;padding:14px 16px 0}.dashboard-layout__content{z-index:1;padding:16px;position:relative}}@media (width<=1100px){.user-report-details-modal__content,.user-report-details-modal__grid{grid-template-columns:1fr}}@media (width<=768px){.dashboard-section-card__header,.dashboard-section-card__body{padding-inline:16px}.user-reports-map-card__header{flex-direction:column;align-items:stretch}.user-reports-map-wrapper{gap:14px;padding:10px;display:grid}.user-reports-selected-report-card-slot{z-index:1;width:100%;margin-top:0;position:static}.user-map-report-card{background:#fff;border-radius:22px;gap:10px;padding:14px;box-shadow:0 14px 36px #0f172a24}.user-map-report-card__close{width:32px;height:32px;top:12px;left:12px}.user-map-report-card__header{gap:10px;padding-left:38px}.user-map-report-card__header h3{font-size:.95rem}.user-map-report-card__status{padding:6px 9px;font-size:.72rem}.user-map-report-card__title{font-size:1.08rem;line-height:1.45}.user-map-report-card__description{font-size:.84rem;line-height:1.75}.user-map-report-card__location{font-size:.84rem}.user-map-report-card__meta{font-size:.78rem}.user-map-report-card__quick-actions button,.user-map-report-card__main-actions button{border-radius:13px;min-height:40px;padding-inline:10px;font-size:.82rem}.user-map-report-card__main-actions{grid-template-columns:1fr}.user-map-report-card__main-actions button:last-child{grid-column:auto}.user-report-details-modal{padding:12px}.user-report-details-modal__panel{border-radius:22px;max-height:90vh}.user-report-details-modal__header,.user-report-details-modal__content,.user-report-details-modal__actions{padding-inline:18px}}@media (width<=1200px){.user-reports-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=992px){.user-report-modal{padding:18px}.user-report-modal__panel{padding:58px 22px 24px}.user-report-modal__content{grid-template-columns:1fr}.user-report-modal__media{order:-1;padding-top:0}.user-report-modal__image-box{height:250px}.user-report-modal__map-action-btn{width:100%}}@media (width<=768px){.user-reports-summary-grid{grid-template-columns:1fr}.user-reports-filter-card__header{text-align:center;flex-direction:column;align-items:center}.user-reports-filter-card__reset{width:fit-content;min-width:180px;margin-inline:auto}.user-reports-filter-card__toolbar{display:none}.user-reports-filter-card__mobile-btn{display:inline-flex}.user-reports-filter-modal__panel{border-radius:26px 26px 0 0;max-height:calc(100dvh - 18px)}.user-reports-filter-search input{font-size:.86rem}}@media (width<=640px){.user-report-modal{padding:12px}.user-report-modal__panel{border-radius:14px;max-height:calc(100vh - 24px);padding:54px 14px 18px}.user-report-modal__summary-grid{grid-template-columns:1fr;gap:12px}.user-report-modal__detail-card{padding:15px}.user-report-modal__category-box{width:100%}}@media (width<=768px){.user-report-modal__image-box{height:300px;min-height:300px}.user-report-modal__extra-grid{grid-template-columns:1fr}.user-report-modal__map-action-wrap{justify-content:stretch}.user-report-modal__map-action-btn{width:100%}.user-report-image-viewer{padding:12px}.user-report-image-viewer__panel{border-radius:18px;padding:12px}}@media (width<=768px){.user-report-modal__image-box{height:300px;min-height:300px}.user-report-modal__image-hint{font-size:.72rem;bottom:72px;left:10px}.user-report-modal__image-count{font-size:.72rem;bottom:72px;right:10px}.user-report-modal__thumbs{bottom:10px;left:10px;right:10px}.user-report-modal__map-action-wrap{justify-content:stretch!important}.user-report-modal__map-action-btn{width:100%}.user-report-image-viewer{padding:12px}.user-report-image-viewer__panel{border-radius:18px;padding:12px}}@keyframes user-reports-search-spin{to{transform:rotate(360deg)}}@media (width<=768px){.user-reports-pagination{flex-direction:column;align-items:stretch}.user-reports-pagination__btn{width:100%}}@media (width<=900px){.user-reports-table{min-width:760px}}@media (width<=768px){.user-reports-pagination{flex-direction:column;align-items:stretch}.user-reports-pagination__btn{width:100%}}@media (width<=768px){.user-reports-map-empty{margin-top:12px;position:static}.user-reports-map-pagination-wrap{padding:0 10px 10px}}@media (width<=768px){.user-report-image-viewer{overflow:hidden;padding:10px!important}.user-report-image-viewer__panel{border-radius:18px;flex-direction:column;gap:10px;display:flex;width:calc(100dvw - 20px)!important;max-width:calc(100dvw - 20px)!important;max-height:calc(100dvh - 20px)!important;padding:10px!important}.user-report-image-viewer__panel img{object-fit:contain;object-position:center;border-radius:14px;height:auto;width:100%!important;max-width:100%!important;max-height:calc(100dvh - 132px)!important}.user-report-image-viewer__close{width:36px;height:36px;top:10px;left:10px}.user-report-image-viewer__nav{width:36px;height:36px}.user-report-image-viewer__nav--prev{left:12px}.user-report-image-viewer__nav--next{right:12px}.user-report-image-viewer__footer{text-align:right;flex-direction:column;align-items:flex-start;gap:4px;width:100%;padding-inline:2px;display:flex}.user-report-image-viewer__footer strong{width:100%;font-size:.9rem}.user-report-image-viewer__footer span{width:100%;font-size:.78rem}}@media (width<=420px){.user-report-image-viewer__panel{border-radius:16px;width:calc(100dvw - 16px)!important;max-width:calc(100dvw - 16px)!important;max-height:calc(100dvh - 16px)!important;padding:8px!important}.user-report-image-viewer__panel img{border-radius:12px;max-height:calc(100dvh - 142px)!important}}@media (width<=768px){.add-report-image-viewer,.add-report-review-image-viewer{overflow:hidden;padding:10px!important}.add-report-image-viewer__panel,.add-report-review-image-viewer__panel{border-radius:18px!important;flex-direction:column!important;gap:10px!important;width:calc(100dvw - 20px)!important;max-width:calc(100dvw - 20px)!important;max-height:calc(100dvh - 20px)!important;padding:10px!important;display:flex!important}.add-report-image-viewer__panel img,.add-report-review-image-viewer__panel img{object-fit:contain!important;object-position:center!important;border-radius:14px!important;width:100%!important;max-width:100%!important;height:auto!important;max-height:calc(100dvh - 132px)!important}.add-report-image-viewer__close,.add-report-review-image-viewer__close{width:36px!important;height:36px!important;top:10px!important;left:10px!important}.add-report-image-viewer__nav,.add-report-review-image-viewer__nav{width:36px!important;height:36px!important}.add-report-image-viewer__nav--prev,.add-report-review-image-viewer__nav--prev{left:12px!important}.add-report-image-viewer__nav--next,.add-report-review-image-viewer__nav--next{right:12px!important}.add-report-image-viewer__footer,.add-report-review-image-viewer__footer{text-align:right!important;flex-direction:column!important;align-items:flex-start!important;gap:4px!important;width:100%!important;padding-inline:2px!important;display:flex!important}.add-report-image-viewer__footer strong,.add-report-review-image-viewer__footer strong{width:100%!important;font-size:.9rem!important}.add-report-image-viewer__footer span,.add-report-review-image-viewer__footer span{width:100%!important;font-size:.78rem!important}}@media (width<=420px){.add-report-image-viewer__panel,.add-report-review-image-viewer__panel{border-radius:16px!important;width:calc(100dvw - 16px)!important;max-width:calc(100dvw - 16px)!important;max-height:calc(100dvh - 16px)!important;padding:8px!important}.add-report-image-viewer__panel img,.add-report-review-image-viewer__panel img{border-radius:12px!important;max-height:calc(100dvh - 142px)!important}}@keyframes userReportNotificationPulse{0%,to{box-shadow:inset 4px 0 0 var(--color-primary), 0 0 0 2px #025f482e}50%{box-shadow:inset 4px 0 0 var(--color-primary), 0 0 0 7px #025f481f}}@media (width<=640px){.user-report-modal__engagement-grid{grid-template-columns:1fr}}@keyframes user-reports-stat-loading{0%{background-position:100% 0}to{background-position:-120% 0}}@media (width<=1320px){.user-reports-stats__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=1100px){.user-reports-map-card__header{align-items:stretch}.user-reports-map-card__actions,.user-reports-map-legend{width:100%;max-width:none}}@media (width<=860px){.user-reports-stats__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.user-reports-stat-card--with-stages{grid-template-columns:1fr;gap:14px}.user-reports-stat-card__stages{padding-top:14px;border-top:1px dashed rgba(var(--stat-accent-rgb), .3);border-inline-start:0;padding-inline-start:0}}@media (width<=680px){.user-reports-stats{border-radius:20px;padding:16px}.user-reports-stats__header{gap:10px;display:grid}.user-reports-stats__badge{justify-self:start}.user-reports-stats__grid{grid-template-columns:1fr}.user-reports-stat-card,.user-reports-stat-card--with-stages{min-height:0}.user-reports-stat-card--with-stages{padding:16px}.user-reports-stat-card__stage-list{gap:6px}.user-reports-map-legend__items{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.user-reports-map-legend__item{min-width:0}.user-reports-map-legend__note{padding:10px}.user-reports-map-hidden-panel{margin-inline:10px;padding:12px}.user-reports-map-hidden-panel__header,.user-reports-map-visibility-control{flex-direction:column;align-items:stretch}.user-reports-map-hidden-panel__header>button,.user-reports-map-visibility-control>button{justify-content:center}.user-reports-map-hidden-panel__list{grid-template-columns:1fr;display:grid}.user-reports-map-hidden-panel__list button{width:100%;max-width:none}}@media (width<=390px){.user-reports-map-legend__items{grid-template-columns:1fr}}@media (width<=520px){.user-report-modal__execution-outcome{text-align:center;flex-direction:column;align-items:center}}@media (width<=768px){.user-report-modal__gallery-header{flex-direction:column;align-items:stretch}.user-report-modal__gallery-chip{width:fit-content}}@media (width<=640px){.user-report-modal__summary-grid--compact{grid-template-columns:1fr}.user-report-modal__image-box--sectioned{min-height:270px}}.user-report-modal__panel::-webkit-scrollbar{width:9px}.user-report-details-modal__panel::-webkit-scrollbar{width:9px}.user-report-modal__panel::-webkit-scrollbar-track{background:#025f480e;border-radius:999px;margin-block:14px}.user-report-details-modal__panel::-webkit-scrollbar-track{background:#025f480e;border-radius:999px;margin-block:14px}.user-report-modal__panel::-webkit-scrollbar-thumb{background:linear-gradient(#025f48db,#04785794) padding-box padding-box;border:2px solid #0000;border-radius:999px;min-height:48px}.user-report-details-modal__panel::-webkit-scrollbar-thumb{background:linear-gradient(#025f48db,#04785794) padding-box padding-box;border:2px solid #0000;border-radius:999px;min-height:48px}.user-report-modal__panel::-webkit-scrollbar-thumb:hover{background:linear-gradient(#025f48,#047857) padding-box padding-box}.user-report-details-modal__panel::-webkit-scrollbar-thumb:hover{background:linear-gradient(#025f48,#047857) padding-box padding-box}.user-report-modal__panel::-webkit-scrollbar-button{width:0;height:0;display:none}.user-report-details-modal__panel::-webkit-scrollbar-button{width:0;height:0;display:none}@keyframes user-reports-location-modal-in{0%{opacity:0;transform:translateY(10px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=640px){.user-reports-location-modal{padding:12px}.user-reports-location-modal__panel{border-radius:22px;padding:22px 16px}.user-reports-location-modal__actions{grid-template-columns:1fr}.user-reports-location-modal__confirm,.user-reports-location-modal__cancel{width:100%}}@keyframes user-reports-current-location-pulse{0%,to{box-shadow:0 0 #025f485c}50%{box-shadow:0 0 0 10px #025f4814}}@keyframes user-reports-location-guide-in{0%{opacity:0;transform:translate(-8px)scale(.97)}to{opacity:1;transform:translate(0)scale(1)}}@media (width<=640px){.user-reports-current-location-guide{width:auto;top:72px;left:12px;right:12px}.user-reports-current-location-guide:before{top:-9px;left:22px;transform:rotate(135deg)}}@media (width<=640px){.user-reports-details-map-button{width:100%}.user-reports-page .user-reports-map-wrapper .reports-map,.user-reports-page .user-reports-map-wrapper .leaflet-container{max-height:330px}}@media (width<=480px){.user-reports-page .user-reports-map-wrapper .reports-map,.user-reports-page .user-reports-map-wrapper .leaflet-container{max-height:300px}}.followed-reports-page{min-width:0}.followed-reports-page .user-reports-filter-card{margin-bottom:22px}.user-reports-map-legend__item--primary i{background:var(--color-primary,#2563eb)}.followed-reports-table-wrap{overflow:auto}.followed-reports-table{min-width:1040px}.followed-reports-table__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;display:flex}.followed-reports-table__unfollow-btn{color:#b91c1c;white-space:nowrap;background:#fef2f2e6;border:1px solid #dc262638;border-radius:10px;justify-content:center;align-items:center;gap:7px;min-height:38px;padding:8px 12px;font-weight:700;transition:transform .16s,background .16s,border-color .16s;display:inline-flex}.followed-reports-table__unfollow-btn:hover:not(:disabled){background:#fee2e2;border-color:#dc262659;transform:translateY(-1px)}.followed-reports-table__unfollow-btn:disabled{cursor:not-allowed;opacity:.6}.followed-reports-table__report-summary{text-align:right;grid-template-columns:64px minmax(0,1fr);align-items:center;gap:12px;min-width:300px;display:grid}.followed-reports-table__report-summary>div{min-width:0}.followed-reports-table__report-summary strong,.followed-reports-table__report-summary small,.followed-reports-table__report-summary p{display:block}.followed-reports-table__report-summary strong{color:var(--color-text,#111827);text-overflow:ellipsis;white-space:nowrap;font-size:.94rem;line-height:1.5;overflow:hidden}.followed-reports-table__report-summary small{color:var(--color-text-muted,#64748b);text-align:right;direction:ltr;margin-top:3px;font-size:.72rem}.followed-reports-table__report-summary p{color:var(--color-text-muted,#64748b);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:5px 0 0;font-size:.78rem;line-height:1.55;display:-webkit-box;overflow:hidden}.followed-reports-table__image{cursor:zoom-in;background:#f8fafc;border:1px solid #0f172a1a;border-radius:11px;flex-shrink:0;place-items:center;width:64px;height:54px;padding:0;display:grid;overflow:hidden}.followed-reports-table__image img{object-fit:cover;width:100%;height:100%;transition:transform .24s}.followed-reports-table__image:hover img,.followed-reports-table__image:focus img{transform:scale(1.12)}.followed-reports-table__image--empty{color:#94a3b8;cursor:default}.followed-reports-table__image--empty svg{width:22px;height:22px}.followed-report-image-hover-preview{z-index:100000;pointer-events:none;background:#fff;border:1px solid #0f172a1f;border-radius:16px;height:238px;padding:10px;animation:.16s both followed-image-preview-in;position:fixed;box-shadow:0 24px 60px #0f172a38}.followed-report-image-hover-preview img{object-fit:contain;background:#f8fafc;border-radius:11px;width:100%;height:190px}.followed-report-image-hover-preview span{color:#475569;text-align:center;margin-top:8px;font-size:.78rem;font-weight:700;display:block}@keyframes followed-image-preview-in{0%{opacity:0;transform:translateY(8px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.followed-report-modal__panel{width:min(1180px,100vw - 32px);max-height:calc(100vh - 32px);overflow-y:auto}.followed-report-modal__header{border-bottom:1px solid #0f172a1a;justify-content:space-between;align-items:flex-start;gap:18px;margin:4px 4px 18px;padding:0 52px 18px 0;display:flex}.followed-report-modal__header h2{color:var(--color-text,#0f172a);margin:10px 0 3px;font-size:clamp(1.15rem,2vw,1.65rem);line-height:1.45}.followed-report-modal__header p{color:var(--color-text-muted,#64748b);text-align:right;direction:ltr;margin:0;font-size:.82rem}.followed-report-modal__unfollow{color:#be123c;white-space:nowrap;background:#fff1f2;border:1px solid #dc262638;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:9px 14px;font-weight:800;display:inline-flex}.followed-report-modal__unfollow:hover:not(:disabled){background:#ffe4e6}.followed-report-modal__unfollow:disabled{cursor:not-allowed;opacity:.65}.followed-report-modal__content{align-items:start}.followed-report-modal__details{gap:14px}.followed-report-modal__detail-grid,.followed-report-modal__public-info-grid,.followed-report-modal__execution-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.followed-report-modal__public-info-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.followed-report-modal__execution-grid>.user-report-modal__detail-card{grid-column:1/-1}.followed-report-modal__section{background:#f8fafcb8;border:1px solid #0f172a17;border-radius:16px;padding:16px}.followed-report-modal__section-title{align-items:flex-start;gap:10px;margin-bottom:14px;display:flex}.followed-report-modal__section-title>svg{width:20px;height:20px;color:var(--color-primary,#2563eb);flex-shrink:0;margin-top:2px}.followed-report-modal__section-title strong,.followed-report-modal__section-title span{display:block}.followed-report-modal__section-title strong{color:var(--color-text,#0f172a);font-size:.95rem}.followed-report-modal__section-title span{color:var(--color-text-muted,#64748b);margin-top:3px;font-size:.77rem;line-height:1.55}.followed-report-modal__company-card{background:#fff;border-radius:13px;justify-content:space-between;align-items:center;gap:12px;padding:14px;display:flex}.followed-report-modal__company-card strong,.followed-report-modal__company-card span{display:block}.followed-report-modal__company-card span{color:var(--color-text-muted,#64748b);font-size:.82rem}.followed-report-modal__empty-note{color:var(--color-text-muted,#64748b);text-align:center;background:#fff;border-radius:12px;margin:0;padding:14px;font-size:.85rem}.followed-report-modal__timeline{gap:8px;display:grid}.followed-report-modal__timeline-item{background:#fff;border-radius:12px;min-height:48px;padding:9px 40px 9px 12px;position:relative}.followed-report-modal__timeline-item:before{content:"";background:#2563eb24;width:2px;position:absolute;top:0;bottom:-9px;right:19px}.followed-report-modal__timeline-item:last-child:before{bottom:50%}.followed-report-modal__timeline-item i{z-index:1;background:var(--color-primary,#2563eb);border:3px solid #fff;border-radius:50%;width:14px;height:14px;position:absolute;top:18px;right:13px;box-shadow:0 0 0 2px #2563eb2e}.followed-report-modal__timeline-item strong,.followed-report-modal__timeline-item span{display:block}.followed-report-modal__timeline-item strong{color:var(--color-text,#0f172a);font-size:.86rem}.followed-report-modal__timeline-item span{color:var(--color-text-muted,#64748b);margin-top:3px;font-size:.75rem}.followed-report-modal__media{position:sticky;top:0}.followed-report-modal .user-report-modal__image-main img{object-fit:contain;background:#f8fafc}.followed-report-modal .user-report-modal__image-main:hover img{transform:scale(1.045)}@media (width<=1100px){.followed-report-modal__public-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.followed-report-modal__media{position:static}}@media (width<=768px){.followed-report-modal__panel{width:min(100vw - 16px,760px);max-height:calc(100vh - 16px)}.followed-report-modal__header{flex-direction:column;padding:42px 2px 14px}.followed-report-modal__unfollow{width:100%}.followed-report-modal__detail-grid,.followed-report-modal__public-info-grid,.followed-report-modal__execution-grid{grid-template-columns:1fr}.followed-report-modal__company-card{flex-direction:column;align-items:flex-start}.followed-report-image-hover-preview{display:none}}.followed-report-modal__execution-state{background:#eff6ffd1;border:1px solid #2563eb24;border-radius:14px;align-items:flex-start;gap:11px;margin-bottom:12px;padding:14px;display:flex}.followed-report-modal__execution-state-icon{color:#2563eb;background:#fff;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex;box-shadow:0 5px 15px #0f172a12}.followed-report-modal__execution-state-icon svg{width:18px;height:18px}.followed-report-modal__execution-state strong,.followed-report-modal__execution-state p{display:block}.followed-report-modal__execution-state strong{color:var(--color-text,#0f172a);font-size:.9rem}.followed-report-modal__execution-state p{color:var(--color-text-muted,#64748b);margin:4px 0 0;font-size:.8rem;line-height:1.7}.followed-report-modal__execution-state.is-success{background:#f0fdf4e6;border-color:#16a34a2e}.followed-report-modal__execution-state.is-success .followed-report-modal__execution-state-icon{color:#15803d}.followed-report-modal__execution-state.is-warning{background:#fffbebeb;border-color:#d9770633}.followed-report-modal__execution-state.is-warning .followed-report-modal__execution-state-icon{color:#b45309}.followed-report-modal__execution-state.is-secondary{background:#f8fafcf5;border-color:#64748b33}.followed-report-modal__execution-state.is-secondary .followed-report-modal__execution-state-icon{color:#475569}.followed-report-modal__company-card{margin-bottom:12px}.followed-report-modal__company-card>div{min-width:0}.followed-report-modal__company-card small{color:var(--color-text-muted,#64748b);margin-bottom:4px;font-size:.72rem;display:block}.followed-report-modal__company-card strong{overflow-wrap:anywhere}.followed-report-modal__empty-note--confirmed{color:#334155;background:#eff6ffb8;border:1px dashed #2563eb40;margin-bottom:12px;line-height:1.75}.followed-report-modal__execution-grid,.followed-report-modal__status-reason{margin-top:12px}@media (width<=640px){.followed-report-modal__execution-state{padding:12px}.followed-report-modal__company-card{flex-direction:column;align-items:flex-start}}.followed-report-modal__engagement-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.followed-report-modal__engagement-btn{min-height:112px;color:var(--color-primary,#025f48);text-align:right;cursor:pointer;direction:rtl;background:#fff;border:1.5px solid #025f4829;border-radius:17px;justify-content:flex-start;align-items:center;gap:12px;padding:14px;transition:transform .16s,box-shadow .16s,border-color .16s,background .16s,opacity .16s;display:flex}.followed-report-modal__engagement-btn:hover:not(:disabled){border-color:var(--color-primary,#025f48);background:#025f4809;transform:translateY(-2px);box-shadow:0 12px 26px #0f172a1a}.followed-report-modal__engagement-btn:disabled{cursor:not-allowed;opacity:.58}.followed-report-modal__engagement-icon{width:44px;height:44px;color:var(--color-primary,#025f48);background:#025f4814;border-radius:15px;flex:0 0 44px;place-items:center;font-size:1.3rem;display:inline-grid}.followed-report-modal__engagement-content{gap:2px;min-width:0;display:grid}.followed-report-modal__engagement-content small,.followed-report-modal__engagement-content strong,.followed-report-modal__engagement-content>span{display:block}.followed-report-modal__engagement-content small{color:#64748b;font-size:.75rem;font-weight:800}.followed-report-modal__engagement-content strong{color:#a7952e;margin:2px 0;font-size:1.55rem;font-weight:950;line-height:1.1}.followed-report-modal__engagement-content>span{color:var(--color-primary,#025f48);font-size:.84rem;font-weight:900;line-height:1.45}.followed-report-modal__engagement-btn.is-active{border-color:var(--color-primary,#025f48);background:#025f4814}.followed-report-modal__engagement-btn.is-active .followed-report-modal__engagement-icon{color:#fff;background:var(--color-primary,#025f48)}.followed-report-modal__engagement-btn--upvote.is-active{background:#34a8531a;border-color:#1f7a3a52}.followed-report-modal__engagement-btn--upvote.is-active .followed-report-modal__engagement-icon{background:#1f7a3a}.followed-report-modal__engagement-btn--downvote.is-active{background:#b02a3714;border-color:#b02a374d}.followed-report-modal__engagement-btn--downvote.is-active .followed-report-modal__engagement-icon{background:#b02a37}.followed-report-modal__action-feedback{border:1px solid #0000;border-radius:13px;margin-top:10px;padding:11px 13px;font-size:.82rem;font-weight:800;line-height:1.7}.followed-report-modal__action-feedback.is-success{color:#166534;background:#34a85317;border-color:#1f7a3a33}.followed-report-modal__action-feedback.is-error{color:#b02a37;background:#b02a3714;border-color:#b02a3733}@media (width<=820px){.followed-report-modal__engagement-actions{grid-template-columns:1fr}.followed-report-modal__engagement-btn{min-height:86px}}.user-report-modal.followed-report-modal{z-index:2147483000!important}.unfollow-confirmation-portal{z-index:2147483647;pointer-events:none;position:fixed;inset:0}.unfollow-confirmation{z-index:1;pointer-events:auto;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.unfollow-confirmation__notice{color:#334155;background:#eff6ffd6;border:1px solid #2563eb29;border-radius:13px;margin-top:14px;padding:12px 14px;font-size:.82rem;line-height:1.75}@keyframes unfollow-confirmation-in{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=520px){.unfollow-confirmation{align-items:end;padding:10px}.unfollow-confirmation__panel{border-radius:22px;width:100%;padding:24px 18px 18px}.unfollow-confirmation__actions{grid-template-columns:1fr}.unfollow-confirmation__confirm{order:-1}}.followed-reports-map-legend .user-reports-map-legend__items{max-width:760px}.user-reports-map-legend__item--accepted i{background:#d6b817}.user-reports-map-legend__item--assigned i{background:#2780e3}.user-reports-map-legend__item--in-progress i{background:#4f5ee8}.user-reports-map-legend__item--pending-admin-approval i{background:#7c3aed}.user-reports-map-legend__item--needs-completion i{background:#e8890c}.user-reports-map-legend__item--resolved i{background:#25a55b}.user-reports-map-legend__item--unable-to-execute i{background:#111827}.followed-reports-page .reports-map__marker--accepted{background:#d6b817;box-shadow:0 8px 18px #d6b81757}.followed-reports-page .reports-map__marker--accepted.is-active:after{border-color:#d6b81757}.followed-reports-page .reports-map__marker--assigned{background:#2780e3;box-shadow:0 8px 18px #2780e357}.followed-reports-page .reports-map__marker--assigned.is-active:after{border-color:#2780e357}.followed-reports-page .reports-map__marker--in-progress{background:#4f5ee8;box-shadow:0 8px 18px #4f5ee857}.followed-reports-page .reports-map__marker--in-progress.is-active:after{border-color:#4f5ee857}.followed-reports-page .reports-map__marker--pending-admin-approval{background:#7c3aed;box-shadow:0 8px 18px #7c3aed57}.followed-reports-page .reports-map__marker--pending-admin-approval.is-active:after{border-color:#7c3aed57}.followed-reports-page .reports-map__marker--needs-completion{background:#e8890c;box-shadow:0 8px 18px #e8890c57}.followed-reports-page .reports-map__marker--needs-completion.is-active:after{border-color:#e8890c57}.followed-reports-page .reports-map__marker--resolved{background:#25a55b;box-shadow:0 8px 18px #25a55b57}.followed-reports-page .reports-map__marker--resolved.is-active:after{border-color:#25a55b57}.followed-reports-page .reports-map__marker--unable-to-execute{background:#111827;box-shadow:0 8px 18px #11182757}.followed-reports-page .reports-map__marker--unable-to-execute.is-active:after{border-color:#1118275c}.user-reports-map-popup__status--accepted,.report-status-badge--accepted{color:#776407;background:#d6b81729;border:1px solid #d6b81747}.user-reports-map-popup__status--assigned,.report-status-badge--assigned{color:#175ca9;background:#2780e31f;border:1px solid #2780e33d}.user-reports-map-popup__status--in-progress,.report-status-badge--in-progress{color:#3947bd;background:#4f5ee81f;border:1px solid #4f5ee83d}.user-reports-map-popup__status--pending-admin-approval,.report-status-badge--pending-admin-approval{color:#6425c6;background:#7c3aed1c;border:1px solid #7c3aed3b}.user-reports-map-popup__status--needs-completion,.report-status-badge--needs-completion{color:#a85b00;background:#e8890c21;border:1px solid #e8890c40}.user-reports-map-popup__status--resolved,.report-status-badge--resolved{color:#18793f;background:#25a55b1f;border:1px solid #25a55b3b}.user-reports-map-popup__status--unable-to-execute,.report-status-badge--unable-to-execute{color:#111827;background:#1118271a;border:1px solid #11182742}.followed-reports-page .user-reports-map-legend__item i,.followed-reports-map-legend .user-reports-map-legend__item i{border-color:#fff!important}.followed-reports-page .user-reports-map-legend__item--accepted,.followed-reports-map-legend .user-reports-map-legend__item--accepted{color:#776407}.followed-reports-page .user-reports-map-legend__item--accepted i,.followed-reports-map-legend .user-reports-map-legend__item--accepted i{background:#d6b817!important;box-shadow:0 0 0 3px #d6b8172e,0 0 8px #d6b81752!important}.followed-reports-page .user-reports-map-legend__item--assigned,.followed-reports-map-legend .user-reports-map-legend__item--assigned{color:#175ca9}.followed-reports-page .user-reports-map-legend__item--assigned i,.followed-reports-map-legend .user-reports-map-legend__item--assigned i{background:#2780e3!important;box-shadow:0 0 0 3px #2780e32e,0 0 8px #2780e352!important}.followed-reports-page .user-reports-map-legend__item--in-progress,.followed-reports-map-legend .user-reports-map-legend__item--in-progress{color:#3947bd}.followed-reports-page .user-reports-map-legend__item--in-progress i,.followed-reports-map-legend .user-reports-map-legend__item--in-progress i{background:#4f5ee8!important;box-shadow:0 0 0 3px #4f5ee82e,0 0 8px #4f5ee852!important}.followed-reports-page .user-reports-map-legend__item--pending-admin-approval,.followed-reports-map-legend .user-reports-map-legend__item--pending-admin-approval{color:#6425c6}.followed-reports-page .user-reports-map-legend__item--pending-admin-approval i,.followed-reports-map-legend .user-reports-map-legend__item--pending-admin-approval i{background:#7c3aed!important;box-shadow:0 0 0 3px #7c3aed2b,0 0 8px #7c3aed52!important}.followed-reports-page .user-reports-map-legend__item--needs-completion,.followed-reports-map-legend .user-reports-map-legend__item--needs-completion{color:#a85b00}.followed-reports-page .user-reports-map-legend__item--needs-completion i,.followed-reports-map-legend .user-reports-map-legend__item--needs-completion i{background:#e8890c!important;box-shadow:0 0 0 3px #e8890c2e,0 0 8px #e8890c52!important}.followed-reports-page .user-reports-map-legend__item--resolved,.followed-reports-map-legend .user-reports-map-legend__item--resolved{color:#18793f}.followed-reports-page .user-reports-map-legend__item--resolved i,.followed-reports-map-legend .user-reports-map-legend__item--resolved i{background:#25a55b!important;box-shadow:0 0 0 3px #25a55b2e,0 0 8px #25a55b52!important}.followed-reports-page .user-reports-map-legend__item--unable-to-execute,.followed-reports-map-legend .user-reports-map-legend__item--unable-to-execute{color:#111827}.followed-reports-page .user-reports-map-legend__item--unable-to-execute i,.followed-reports-map-legend .user-reports-map-legend__item--unable-to-execute i{background:#111827!important;box-shadow:0 0 0 3px #11182729,0 0 8px #11182747!important}.followed-report-modal__gallery-list{gap:16px;display:grid}.followed-report-modal__gallery-section{gap:10px;display:grid}.followed-report-modal__gallery-header{direction:rtl;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.followed-report-modal__gallery-header strong,.followed-report-modal__gallery-header span{display:block}.followed-report-modal__gallery-header strong{color:var(--color-text,#0f172a);font-size:.97rem;font-weight:900}.followed-report-modal__gallery-header span{color:var(--color-text-muted,#64748b);margin-top:4px;font-size:.78rem;font-weight:800;line-height:1.6}.followed-report-modal__gallery-chip{min-height:32px;color:var(--color-primary,#025f48);background:#025f4814;border-radius:999px;flex:none;align-items:center;padding:6px 12px;font-size:.78rem;font-weight:900;display:inline-flex}.followed-report-modal__image-box{background:linear-gradient(#025f4809,#fffffffa);border:1px solid #025f4814;min-height:310px}.followed-report-modal .user-report-modal__image-main{min-height:260px}.followed-report-modal .user-report-modal__thumb{transition:transform .16s,box-shadow .16s,border-color .16s}.followed-report-modal .user-report-modal__thumb:hover{transform:translateY(-2px)scale(1.02);box-shadow:0 10px 24px #0f172a24}.followed-report-modal__image-placeholder{color:#64748b;background:linear-gradient(#025f4808,#ffffffe6)}.followed-report-modal__status-reason--unable{background:linear-gradient(#1118270a,#fffffffa);border-color:#1118271f;margin-top:4px}.followed-report-modal__status-reason--unable .user-report-modal__detail-label,.followed-report-modal__status-reason--unable .user-report-modal__detail-label svg,.followed-report-modal__status-reason--unable .user-report-modal__detail-value{color:#111827}.followed-report-modal__media .user-report-modal__summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}@media (width<=768px){.followed-report-modal__gallery-header{flex-direction:column;align-items:stretch}.followed-report-modal__gallery-chip{width:fit-content}}@media (width<=640px){.followed-report-modal__image-box{min-height:270px}.followed-report-modal__media .user-report-modal__summary-grid{grid-template-columns:1fr}}.followed-report-modal__panel{overscroll-behavior:contain;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#025f48b8 #025f480f;overflow:hidden auto}.followed-report-modal__panel::-webkit-scrollbar{width:8px}.followed-report-modal__panel::-webkit-scrollbar-track{background:#025f480e;border-radius:999px;margin-block:14px}.followed-report-modal__panel::-webkit-scrollbar-thumb{background:linear-gradient(#025f48f5,#047857c7) padding-box padding-box;border:2px solid #0000;border-radius:999px;min-height:64px;box-shadow:0 4px 12px #025f482e}.followed-report-modal__panel::-webkit-scrollbar-thumb:hover{background:linear-gradient(#014e3b,#025f48e6) padding-box padding-box}.followed-report-modal__panel::-webkit-scrollbar-button{background:0 0;width:0;height:0;display:none}.followed-report-modal__panel::-webkit-scrollbar-corner{background:0 0;width:0;height:0;display:none}@media (width<=768px){.followed-report-modal__panel{scrollbar-width:thin}.followed-report-modal__panel::-webkit-scrollbar{width:6px}.followed-reports-page .user-reports-map-wrapper{min-height:0}.followed-reports-page .user-reports-map-wrapper .leaflet-container{height:360px!important;min-height:360px!important;max-height:360px!important}}@media (width<=480px){.followed-reports-page .user-reports-map-wrapper .leaflet-container{height:330px!important;min-height:330px!important;max-height:330px!important}}.followed-report-modal__map-action-wrap{justify-content:flex-end;display:flex}.followed-report-modal__map-action{background:var(--color-primary,#025f48);color:#fff;cursor:pointer;border:0;border-radius:14px;justify-content:center;align-items:center;gap:9px;min-height:50px;padding:12px 20px;font-family:inherit;font-size:.92rem;font-weight:900;transition:transform .16s,box-shadow .16s,background .16s,opacity .16s;display:inline-flex;box-shadow:0 12px 26px #025f482e}.followed-report-modal__map-action:hover:not(:disabled){background:var(--color-primary-dark,#014c3a);transform:translateY(-2px);box-shadow:0 16px 32px #025f483d}.followed-report-modal__map-action:disabled{cursor:not-allowed;opacity:.52;box-shadow:none}.followed-report-modal__map-action svg{flex:none;width:19px;height:19px}@media (width<=768px){.followed-report-modal__map-action-wrap{justify-content:stretch}.followed-report-modal__map-action{width:100%}}.followed-reports-location-modal{z-index:2147483647;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.followed-reports-location-modal__backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0f172a9e;border:0;width:100%;height:100%;position:absolute;inset:0}.followed-reports-location-modal__panel{z-index:1;text-align:center;background:#fff;border:1px solid #025f4824;border-radius:26px;justify-items:center;gap:16px;width:min(100%,540px);padding:28px;animation:.18s both followed-reports-location-modal-in;display:grid;position:relative;box-shadow:0 30px 90px #0f172a47}.followed-reports-location-modal__icon{width:62px;height:62px;color:var(--color-primary,#025f48);background:#025f481a;border-radius:20px;place-items:center;display:grid;box-shadow:0 10px 28px #025f481f}.followed-reports-location-modal__icon svg{width:29px;height:29px}.followed-reports-location-modal__content strong,.followed-reports-location-modal__content p{display:block}.followed-reports-location-modal__content strong{color:var(--color-text,#0f172a);font-size:1.18rem;font-weight:950}.followed-reports-location-modal__content p{color:var(--color-text-muted,#64748b);margin:8px 0 0;font-size:.9rem;font-weight:700;line-height:1.8}.followed-reports-location-modal__content b{color:var(--color-primary,#025f48)}.followed-reports-location-modal__control-guide{text-align:right;direction:rtl;background:#025f480e;border:1px solid #025f4824;border-radius:16px;align-items:flex-start;gap:11px;width:100%;padding:13px 14px;display:flex}.followed-reports-location-modal__control-guide>span{width:40px;height:40px;color:var(--color-primary,#025f48);background:#fff;border-radius:13px;flex:0 0 40px;place-items:center;display:grid;box-shadow:0 7px 18px #025f481a}.followed-reports-location-modal__control-guide>span svg{width:20px;height:20px}.followed-reports-location-modal__control-guide strong,.followed-reports-location-modal__control-guide p{display:block}.followed-reports-location-modal__control-guide strong{color:var(--color-text,#0f172a);font-size:.88rem;font-weight:950}.followed-reports-location-modal__control-guide p{color:var(--color-text-muted,#64748b);margin:4px 0 0;font-size:.78rem;font-weight:750;line-height:1.7}.followed-reports-location-modal__actions{grid-template-columns:minmax(0,1.5fr) minmax(110px,.7fr);gap:10px;width:100%;display:grid}.followed-reports-location-modal__confirm,.followed-reports-location-modal__cancel{cursor:pointer;border-radius:14px;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:11px 16px;font-family:inherit;font-size:.9rem;font-weight:900;transition:transform .16s,box-shadow .16s,background .16s;display:inline-flex}.followed-reports-location-modal__confirm{border:1px solid var(--color-primary,#025f48);background:var(--color-primary,#025f48);color:#fff;box-shadow:0 12px 26px #025f482e}.followed-reports-location-modal__cancel{color:#475569;background:#f8fafc;border:1px solid #0f172a1a}.followed-reports-location-modal__confirm:hover,.followed-reports-location-modal__cancel:hover{transform:translateY(-1px)}.followed-reports-location-modal__confirm:hover{background:var(--color-primary-dark,#014d3b);box-shadow:0 16px 30px #025f4838}.followed-reports-current-location-guide{z-index:1100;width:min(340px,100% - 100px);color:var(--color-text,#0f172a);text-align:right;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff5;border:1px solid #025f4833;border-radius:16px;align-items:flex-start;gap:10px;padding:12px 14px;animation:.2s both followed-reports-location-guide-in;display:flex;position:absolute;top:16px;left:72px;box-shadow:0 18px 42px #0f172a2e}.followed-reports-current-location-guide:before{border-inline-start:1px solid #025f4833;content:"";background:#fff;border-bottom:1px solid #025f4833;width:18px;height:18px;position:absolute;top:18px;left:-10px;transform:rotate(45deg)}.followed-reports-current-location-guide__icon{z-index:1;width:38px;height:38px;color:var(--color-primary,#025f48);background:#025f481a;border-radius:13px;flex:0 0 38px;place-items:center;display:grid;position:relative}.followed-reports-current-location-guide__icon svg{width:20px;height:20px}.followed-reports-current-location-guide strong,.followed-reports-current-location-guide p{display:block}.followed-reports-current-location-guide strong{color:var(--color-primary-dark,#014d3b);font-size:.88rem;font-weight:950}.followed-reports-current-location-guide p{color:#64748b;margin:4px 0 0;font-size:.76rem;font-weight:750;line-height:1.65}.followed-reports-map-wrapper--awaiting-location :is(.reports-map__current-location-btn,.reports-map__locate-btn,.leaflet-control-locate,.leaflet-control-geolocation,button[title*=موقع],button[aria-label*=موقع]){animation:1.15s ease-in-out infinite followed-reports-current-location-pulse;position:relative;z-index:1200!important}@keyframes followed-reports-location-modal-in{0%{opacity:0;transform:translateY(10px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes followed-reports-location-guide-in{0%{opacity:0;transform:translate(-8px)scale(.97)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes followed-reports-current-location-pulse{0%,to{box-shadow:0 0 #025f485c}50%{box-shadow:0 0 0 10px #025f4814}}@media (width<=640px){.followed-reports-location-modal{padding:12px}.followed-reports-location-modal__panel{border-radius:22px;padding:22px 16px}.followed-reports-location-modal__actions{grid-template-columns:1fr}.followed-reports-location-modal__confirm,.followed-reports-location-modal__cancel{width:100%}.followed-reports-current-location-guide{width:min(285px,100% - 80px);padding:10px 11px;top:12px;left:64px}.followed-reports-table-wrap{-webkit-overflow-scrolling:touch;width:100%;overflow-y:hidden;overflow-x:auto!important}.followed-reports-table{border-collapse:collapse!important;table-layout:fixed!important;width:100%!important;min-width:880px!important}.followed-reports-table thead{display:table-header-group!important}.followed-reports-table tbody{display:table-row-group!important}.followed-reports-table thead tr,.followed-reports-table tbody tr{display:table-row!important}.followed-reports-table th,.followed-reports-table td{vertical-align:middle!important;white-space:normal!important;text-align:center!important;height:auto!important;padding:14px 12px!important;display:table-cell!important;position:static!important;overflow:hidden!important}.followed-reports-table tbody td:before{content:none!important;display:none!important}.followed-reports-table .user-reports-table__action-col,.followed-reports-table .user-reports-table__action-cell{width:190px!important}.followed-reports-table .user-reports-table__report-col,.followed-reports-table .user-reports-table__report-cell{width:310px!important}.followed-reports-table .user-reports-table__category-col,.followed-reports-table .user-reports-table__category-cell{width:150px!important}.followed-reports-table .user-reports-table__status-col,.followed-reports-table .user-reports-table__status-cell{width:120px!important}.followed-reports-table .user-reports-table__date-col,.followed-reports-table .user-reports-table__date-cell{width:110px!important}.followed-reports-table__report-summary{text-align:center;grid-template-columns:64px minmax(0,1fr);justify-content:center;align-items:center;gap:10px;width:100%;min-width:0}.followed-reports-table__report-summary>div,.followed-reports-table__report-summary strong,.followed-reports-table__report-summary small,.followed-reports-table__report-summary p{text-align:center!important}.followed-reports-table__report-summary strong{white-space:normal;overflow-wrap:anywhere}.followed-reports-table__report-summary small{overflow-wrap:anywhere;white-space:normal;max-width:100%}.followed-reports-table__report-summary p{overflow-wrap:anywhere}.followed-reports-table__actions{justify-content:center;gap:7px;width:100%}.followed-reports-table__actions>button{min-width:0}}@keyframes userNotificationsSpin{to{transform:rotate(360deg)}}@media (width<=1200px){.user-notifications-hero{grid-template-columns:1fr}}@media (width<=992px){.user-notification-item{grid-template-columns:auto auto minmax(0,1fr)}.user-notification-item__actions{grid-column:1/-1;grid-template-columns:1fr auto;min-width:0}.user-notification-item__action,.user-notification-item__read-badge{width:100%}}@media (width<=768px){.user-notifications-page{gap:16px}.user-notifications-hero,.user-notifications-panel{border-radius:22px;padding:16px}.user-notifications-hero__content{justify-items:stretch}.user-notifications-hero__content h2,.user-notifications-hero__content p{text-align:right}.user-notifications-hero__stats{grid-template-columns:1fr}.user-notifications-hero__stats article{min-height:88px}.user-notifications-toolbar{align-items:stretch}.user-notifications-toolbar__search{flex-basis:100%;min-width:0}.user-notifications-toolbar__actions{grid-template-columns:1fr;width:100%;display:grid}.user-notifications-btn{width:100%}.user-notifications-filters{justify-content:stretch}.user-notifications-filter{flex:calc(50% - 8px);justify-content:center}.user-notification-item{border-radius:18px;grid-template-columns:auto minmax(0,1fr);align-items:flex-start;padding:14px}.user-notification-item__status{display:none}.user-notification-item__icon{border-radius:14px;width:44px;height:44px}.user-notification-item__top{gap:8px;display:grid}.user-notification-item__time{justify-self:start}.user-notification-item__actions{grid-column:1/-1}}@media (width<=480px){.user-notifications-hero,.user-notifications-panel{padding:14px}.user-notifications-filter{flex-basis:100%}.user-notification-item{grid-template-columns:1fr}.user-notification-item__icon{justify-self:end}.user-notification-item__actions{grid-template-columns:1fr}.user-notification-item__delete{width:100%}}@keyframes userNotificationsDropdownIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.user-notifications-filter-dropdown{display:none}.user-notifications-mobile-filter-btn{display:inline-flex}.user-notifications-filter-sheet{display:block}.user-notifications-toolbar{align-items:stretch}.user-notifications-toolbar__actions{width:100%}.user-notifications-toolbar__actions .user-notifications-btn{justify-content:center;width:100%}.user-notification-item{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}.user-notification-item__status{display:none}.user-notification-item__icon{margin:0 auto}.user-notification-item__content{text-align:center;flex-direction:column;align-items:center;width:100%;display:flex}.user-notification-item__top{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.65rem;width:100%;display:flex}.user-notification-item__top>div{text-align:center;flex-direction:column;align-items:center;width:100%;display:flex}.user-notification-item__eyebrow,.user-notification-item__top h3,.user-notification-item__content p{text-align:center}.user-notification-item__time{justify-content:center;margin-inline:auto}.user-notification-item__meta{text-align:center;justify-content:center;width:100%}.user-notification-item__meta span{text-align:center;justify-content:center}.user-notification-item__actions{flex-direction:column;align-items:center;gap:.75rem;width:100%;display:flex}.user-notification-item__action,.user-notification-item__delete,.user-notification-item__read-badge{justify-content:center;width:100%}}@media (width<=768px){.user-notifications-read-tabs{display:none}.user-notifications-filter-sheet__read-options .user-notifications-read-tab{width:100%;display:inline-flex}}@media (width<=992px){.user-notification-item__actions{grid-template-columns:1fr 1fr auto}}@media (width<=560px){.user-notification-item__actions{grid-template-columns:1fr}.user-notification-item__action--view,.user-notification-item__delete{width:100%}}@media (width<=768px){.user-notifications-read-tabs{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid}.user-notifications-read-tab{width:100%}}@keyframes userProfileSpin{to{transform:rotate(360deg)}}@media (width<=1200px){.user-profile-grid,.user-profile-extra-grid{grid-template-columns:1fr}}@media (width<=768px){.user-profile-page{gap:16px}.user-profile-header__top{border-radius:22px 22px 0 0;padding:16px}.user-profile-header__actions{grid-template-columns:1fr;width:100%;display:grid}.user-profile-btn{width:100%}.user-profile-header__banner{min-height:88px}.user-profile-header__card{border-radius:20px;align-items:flex-start;margin-inline:12px;padding:16px}.user-profile-header__identity{width:100%}.user-profile-header__meta{justify-content:stretch;width:100%}.user-profile-header__meta span{width:100%}.user-profile-card{border-radius:22px;padding:16px}.user-profile-card__header{align-items:flex-start}.user-profile-form{grid-template-columns:1fr}.user-profile-trust{grid-template-columns:1fr;justify-items:center}.user-profile-trust__summary,.user-profile-metrics-grid{grid-template-columns:1fr;width:100%}}@media (width<=480px){.user-profile-header__top,.user-profile-card{padding:14px}.user-profile-avatar{border-radius:22px;width:70px;height:70px;font-size:1.4rem}.user-profile-header__identity h2{font-size:1.12rem}.user-profile-header__title h1{font-size:1.45rem}.user-profile-trust__circle{width:112px;height:112px}}@media (width<=1200px){.user-profile-extra-stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=640px){.user-profile-extra-stats-grid{grid-template-columns:1fr}}@keyframes userProfileDropdownIn{0%{opacity:0;transform:translateY(-6px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=1200px){.admin-dashboard-grid{grid-template-columns:1fr}.admin-companies-grid{align-content:stretch}.dashboard-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=992px){.admin-dashboard-reports-card .dashboard-section-card__header{display:grid}.admin-dashboard-reports-card .dashboard-section-card__action,.admin-reports-toolbar,.admin-reports-search{width:100%}.admin-reports-toolbar select{flex:150px}}@media (width<=768px){.admin-dashboard-page{gap:18px}.dashboard-stats-grid{grid-template-columns:1fr}.dashboard-section-card__header,.dashboard-section-card__body{padding-inline:16px}.admin-dashboard-map-card .dashboard-section-card__body,.admin-dashboard-companies-card .dashboard-section-card__body{padding:12px}.admin-companies-grid{grid-template-columns:1fr}.admin-company-card{min-height:86px}.admin-reports-toolbar{grid-template-columns:1fr;display:grid}.admin-reports-toolbar select,.admin-filter-btn{width:100%}.admin-filter-btn{height:42px}}@media (width<=1250px){.admin-dashboard-reports-card .dashboard-section-card__header{grid-template-columns:1fr;display:grid}.admin-dashboard-reports-card .dashboard-section-card__action{width:100%}.admin-reports-toolbar{grid-template-columns:minmax(260px,1fr) minmax(135px,155px) minmax(135px,160px) 46px;justify-content:stretch}}@media (width<=768px){.admin-dashboard-reports-card .dashboard-section-card__header{gap:12px}.admin-reports-toolbar{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 44px;gap:8px}.admin-reports-search{border-radius:13px;grid-column:1/-1;min-height:40px;padding-inline:12px}.admin-reports-search input{height:38px;font-size:.86rem}.admin-filter-select__button{border-radius:13px;min-height:40px;padding-inline:10px;font-size:.8rem}.admin-filter-btn{border-radius:13px;width:44px;min-width:44px;height:40px}.admin-filter-select__menu{border-radius:14px;top:calc(100% + 6px)}.admin-filter-select__option{min-height:36px;font-size:.8rem}}@media (width<=420px){.admin-reports-toolbar{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 42px;gap:7px}.admin-filter-select__button{padding-inline:8px;font-size:.76rem}.admin-filter-btn{width:42px;min-width:42px}}@media (width<=1100px){.admin-dashboard-map-toolbar{grid-template-columns:1fr 1fr}.admin-dashboard-filter-icon-btn{width:100%}}@media (width<=768px){.admin-dashboard-map-toolbar-header,.admin-dashboard-map-card__header,.admin-dashboard-report-modal__header{text-align:center;justify-items:center;display:grid}.admin-dashboard-map-toolbar{grid-template-columns:1fr}.admin-dashboard-map-search,.admin-dashboard-reset-btn,.admin-dashboard-filter-icon-btn{width:100%}.admin-dashboard-map-shell{height:560px;min-height:560px}.admin-dashboard-report-modal-backdrop{align-items:start;padding:18px 12px}.admin-dashboard-report-modal{border-radius:22px;max-height:calc(100dvh - 36px)}.admin-dashboard-report-modal__close{top:12px;left:12px}.admin-dashboard-report-modal__header{padding:70px 18px 18px}.admin-dashboard-report-modal__open-btn{justify-content:center;width:100%}.admin-dashboard-report-modal__body{grid-template-columns:1fr;padding:18px}.admin-dashboard-report-modal__images{grid-template-columns:1fr}.admin-dashboard-report-modal__images img{height:150px}}@media (width<=1100px){.admin-dashboard-map-toolbar{grid-template-columns:1fr 1fr}.admin-dashboard-filter-icon-btn{width:100%}}@media (width<=768px){.admin-dashboard-map-toolbar-header,.admin-dashboard-map-card__header,.admin-dashboard-report-modal__header{text-align:center;justify-items:center;display:grid}.admin-dashboard-map-toolbar{grid-template-columns:1fr}.admin-dashboard-map-search,.admin-dashboard-reset-btn,.admin-dashboard-filter-icon-btn{width:100%}.admin-dashboard-map-wrapper,.admin-dashboard-map-wrapper .leaflet-container{min-height:540px}.admin-dashboard-selected-report-card{width:auto;inset:auto 12px 16px}.admin-dashboard-selected-report-card__actions{grid-template-columns:1fr}.admin-dashboard-report-modal-backdrop{align-items:start;padding:18px 12px}.admin-dashboard-report-modal{border-radius:22px;max-height:calc(100dvh - 36px)}.admin-dashboard-report-modal__close{top:12px;left:12px}.admin-dashboard-report-modal__header{padding:70px 18px 18px}.admin-dashboard-report-modal__open-btn{justify-content:center;width:100%}.admin-dashboard-report-modal__body{grid-template-columns:1fr;padding:18px}.admin-dashboard-report-modal__images{grid-template-columns:1fr}.admin-dashboard-report-modal__images img{height:150px}}@media (width<=768px){.admin-dashboard-map-wrapper{min-height:540px;padding:12px}.admin-dashboard-map-wrapper .leaflet-container{border-radius:18px;min-height:540px}.admin-filter-select__menu{max-height:240px}}@media (width<=768px){.admin-dashboard-report-modal__actions{justify-content:center;width:100%}.admin-dashboard-report-modal__actions .admin-dashboard-report-modal__open-btn{flex:1;justify-content:center;width:auto;min-width:0}.admin-dashboard-report-modal__actions .admin-dashboard-report-modal__close{width:44px;height:44px}}@keyframes admin-dashboard-spin{to{transform:rotate(360deg)}}@media (width<=1100px){.admin-dashboard-map-toolbar{grid-template-columns:1fr 1fr}.admin-dashboard-map-legend{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.admin-dashboard-map-toolbar,.admin-dashboard-map-legend{grid-template-columns:1fr}.admin-dashboard-map-legend{padding-inline:12px}.admin-dashboard-map-empty-card{inset-inline:22px}}@media (width<=640px){.admin-dashboard-image-lightbox{padding:12px}.admin-dashboard-report-gallery__main{height:180px}.admin-dashboard-image-lightbox__content{border-radius:18px;width:100%}.admin-dashboard-image-lightbox__stage{min-height:260px}.admin-dashboard-image-lightbox__nav{width:38px;height:38px}}@media (width<=1250px){.admin-manage-reports-card .dashboard-section-card__header{grid-template-columns:1fr;display:grid}.admin-manage-reports-card .dashboard-section-card__action{width:100%}.admin-manage-reports-toolbar{grid-template-columns:minmax(260px,1fr) minmax(135px,155px) minmax(135px,160px) 46px;justify-content:stretch}.admin-report-details-grid,.admin-reporter-card__body,.admin-reporter-profile__details{grid-template-columns:1fr}.admin-reporter-detail-item--email{grid-column:auto}}@media (width<=768px){.admin-manage-reports-page,.admin-report-details-page{gap:18px}.admin-manage-reports-card .dashboard-section-card__header{gap:12px}.admin-manage-reports-toolbar{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 44px;gap:8px}.admin-manage-reports-search{border-radius:13px;grid-column:1/-1;min-height:40px;padding-inline:12px}.admin-manage-reports-search input{height:38px;font-size:.86rem}.admin-report-filter-select__button{border-radius:13px;min-height:40px;padding-inline:10px;font-size:.8rem}.admin-manage-reports-filter-btn{border-radius:13px;width:44px;min-width:44px;height:40px}.admin-report-filter-select__menu{border-radius:14px}.admin-report-filter-select--overlay .admin-report-filter-select__menu{top:calc(100% + 6px)}.admin-report-filter-select__option{min-height:36px;font-size:.8rem}.admin-report-description-header{padding:14px 16px}.admin-report-description-content{padding:16px}.admin-report-description-content p{font-size:.96rem;line-height:1.8}.admin-report-type-pill{padding-inline:10px;font-size:.76rem}.admin-report-summary-row{grid-template-columns:42px 1fr}.admin-report-summary-row__value{grid-column:1/-1;padding-inline-start:56px}.admin-report-image-preview{height:210px;margin-inline:14px}.admin-report-images-footer{margin-inline:14px;display:grid}.admin-report-map-card .reports-map{margin-inline:14px}.admin-reporter-card__header{padding:16px}.admin-reporter-card__avatar{border-radius:15px;width:48px;height:48px}.admin-reporter-card__body{gap:14px;padding:14px}.admin-reporter-profile,.admin-reporter-trust{border-radius:17px;padding:15px}.admin-reporter-profile__details{grid-template-columns:1fr}.admin-reporter-detail-item--email{grid-column:auto}.admin-report-form-group{padding-inline:16px}.admin-report-save-btn{width:calc(100% - 28px)}}@media (width<=420px){.admin-reporter-card__heading p{max-width:210px}.admin-reporter-trust__score-row{grid-template-columns:76px minmax(0,1fr);gap:12px}.admin-reporter-trust__circle{width:76px;height:76px}.admin-manage-reports-toolbar{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 42px;gap:7px}.admin-report-filter-select__button{padding-inline:8px;font-size:.76rem}.admin-manage-reports-filter-btn{width:42px;min-width:42px}}@media (width<=768px){.admin-company-assignment-current,.admin-company-assignment-toolbar,.admin-company-assignment-hint,.admin-company-recommendations,.admin-selected-company-summary{margin-inline:16px}.admin-company-assignment-toolbar{grid-template-columns:1fr}.admin-company-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-selected-company-summary{display:grid}.admin-company-confirm-btn{width:100%}.admin-assignment-modal{padding:22px 16px}.admin-assignment-modal__actions{display:grid}}@media (width<=768px){.admin-company-assignment-tabs{margin-inline:16px}.admin-company-assignment-tabs button{padding-inline:8px;font-size:.8rem}}@media (width<=768px){.admin-report-action-card .admin-report-save-btn{width:calc(100% - 32px);margin-top:14px}}@media (width<=768px){.admin-company-review-inbox-summary{text-align:center;padding:18px 16px;display:grid}.admin-company-review-inbox-summary button{width:100%}.admin-company-response-summary{grid-template-columns:1fr;padding-inline:16px}.admin-company-response-note,.admin-company-response-warning,.admin-company-response-images,.admin-company-response-admin-note,.admin-company-response-reviewed{margin-inline:16px}.admin-company-response-images__grid{grid-template-columns:1fr}.admin-company-response-actions{padding:16px;display:grid}.admin-company-response-btn{width:100%}.admin-report-timeline-list{padding-inline:16px}.admin-report-timeline-item{grid-template-columns:36px minmax(0,1fr)}.admin-report-timeline-item__icon{width:36px;height:36px}}@media (width<=768px){.admin-company-review-inbox-summary{text-align:center;justify-content:center;align-items:center}.admin-company-review-inbox-summary>div{text-align:center;justify-items:center;width:100%;display:grid}.admin-company-review-inbox-summary h2,.admin-company-review-inbox-summary p{text-align:center;width:100%}.admin-company-review-inbox-summary button{text-align:center;justify-content:center;margin-inline:auto}}@media (width<=768px){.admin-assignment-modal-backdrop{padding:max(14px, env(safe-area-inset-top)) 14px max(14px, env(safe-area-inset-bottom));align-items:flex-start}.admin-assignment-modal{border-radius:24px;width:100%;max-height:calc(100dvh - 28px);margin:0 auto}.admin-assignment-modal__header{padding:58px 16px 14px}.admin-assignment-modal__body{gap:10px;padding:0 16px 16px}.admin-assignment-confirm-info p{text-align:center;min-height:auto;padding:12px 14px}.admin-assignment-warning{text-align:center;justify-items:center;display:grid}.admin-assignment-modal__actions{gap:10px;padding:12px 16px 18px;display:grid}.admin-assignment-cancel-btn,.admin-assignment-submit-btn{width:100%}}@media (width<=720px){.admin-report-action-buttons{grid-template-columns:1fr}}@keyframes admin-report-row-pulse{0%,to{box-shadow:inset 0 0 #025f484d}50%{box-shadow:inset 0 0 0 999px #e8ffe857}}@media (width<=640px){.admin-report-image-lightbox{padding:12px}.admin-report-image-preview{width:calc(100% - 28px)}.admin-report-image-lightbox__content{border-radius:18px;width:100%}.admin-report-image-lightbox__stage{min-height:260px}.admin-report-image-lightbox__nav{width:38px;height:38px}}@media (width<=1100px){.admin-reports-filter-box__body{grid-template-columns:1fr}.admin-reports-filter-controls{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=768px){.admin-reports-filter-box{border-radius:22px;padding:16px}.admin-reports-filter-box__header{align-items:stretch;gap:12px;display:grid}.admin-reports-clear-filters-btn{width:100%}.admin-reports-filter-box__body{grid-template-columns:minmax(0,1fr) auto;align-items:center}.admin-reports-filter-box__desktop-controls{display:none}.admin-reports-mobile-filter-btn{background:var(--color-primary);color:#fff;white-space:nowrap;border:1.5px solid #025f4829;border-radius:14px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:9px 13px;font-weight:950;display:inline-flex}.admin-reports-mobile-filter-btn span{background:#ffffff38;border-radius:999px;place-items:center;min-width:22px;min-height:22px;padding:3px 7px;font-size:.74rem;display:inline-grid}.admin-reports-mobile-filters{z-index:99990;position:fixed;inset:0}.admin-reports-mobile-filters__backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0f172a7a;border:0;width:100%;height:100%;position:absolute;inset:0}.admin-reports-mobile-filters__sheet{max-height:min(82dvh,680px);padding:18px 16px calc(18px + env(safe-area-inset-bottom));background:#fff;border-radius:26px 26px 0 0;gap:14px;animation:.18s ease-out admin-reports-sheet-up;display:grid;position:absolute;bottom:0;left:0;right:0;overflow-y:auto;box-shadow:0 -20px 60px #0f172a38}.admin-reports-mobile-filters__header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.admin-reports-mobile-filters__header h3{color:var(--color-primary);margin:0;font-size:1.08rem;font-weight:950}.admin-reports-mobile-filters__header p{color:var(--color-subtitle);margin:4px 0 0;font-size:.84rem;font-weight:850}.admin-reports-mobile-filters__header button{width:40px;height:40px;color:var(--color-primary);background:#025f4814;border-radius:999px;place-items:center;display:grid}.admin-reports-mobile-filters .admin-reports-filter-controls{grid-template-columns:1fr}.admin-reports-mobile-filters__actions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.admin-reports-mobile-filters__actions button{border-radius:14px;min-height:44px;font-weight:950}.admin-reports-mobile-filters__actions button:first-child{color:var(--color-subtitle);background:#6b72801a}.admin-reports-mobile-filters__actions button:last-child{background:var(--color-primary);color:#fff}.admin-report-action-card__body,.admin-company-response-decision-panel{margin-inline:16px}.admin-report-action-card__body{margin:0;padding:16px}.admin-report-current-status-block,.admin-report-action-buttons,.admin-company-response-actions,.admin-reports-mobile-filters__actions{grid-template-columns:1fr}.admin-company-response-decision-panel{padding:14px}}@media (width<=520px){.admin-reports-filter-box__body{grid-template-columns:1fr}.admin-reports-mobile-filter-btn{width:100%}.admin-report-current-status-block{justify-items:stretch;display:grid}}@keyframes admin-reports-sheet-up{0%{opacity:.4;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (width<=1180px){.admin-reports-filter-controls{grid-template-columns:repeat(2,minmax(220px,1fr))}}@media (width<=768px){.admin-manage-reports-page{gap:16px}.admin-reports-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:100%;max-width:100%}.admin-reports-summary-card{min-width:0;padding:15px 12px}.admin-reports-summary-card span,.admin-reports-summary-card strong{text-align:center}.admin-reports-filter-box{border-radius:22px;width:100%;max-width:100%;padding:16px 14px}.admin-reports-filter-box__body{grid-template-columns:minmax(0,1fr)}.admin-reports-filter-box .admin-manage-reports-search{max-width:none}.admin-reports-mobile-filter-btn{width:100%}.admin-reports-mobile-filters .admin-reports-filter-controls{grid-template-columns:minmax(0,1fr)}.admin-reports-mobile-filters .admin-report-filter-select,.admin-reports-mobile-filters .admin-report-filter-select__button{width:100%}}@media (width<=420px){.admin-reports-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-reports-summary-card strong{font-size:1.25rem}}@media (width<=1280px){.admin-reports-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=992px){.admin-reports-stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=768px){.admin-reports-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.admin-report-stat-card{border-radius:18px;min-height:104px;padding:16px}.admin-report-stat-card__icon{border-radius:14px;width:42px;height:42px}.admin-report-stat-card__icon svg{width:20px;height:20px}.admin-report-stat-card__content span{font-size:.78rem}.admin-report-stat-card__content strong{font-size:1.55rem}}@media (width<=420px){.admin-reports-stats-grid{grid-template-columns:1fr}}@media (width<=768px){.admin-map-selected-report-card{border-radius:20px;padding:14px;display:grid}.admin-map-selected-report-card__actions{grid-template-columns:1fr 1fr;display:grid}.admin-map-selected-report-card__btn{min-height:40px;padding-inline:10px;font-size:.78rem}}@media (width<=420px){.admin-map-selected-report-card__actions{grid-template-columns:1fr}}@media (width<=768px){.admin-report-status,.admin-report-priority,.admin-company-response-table-pill,.admin-report-company-pill,.admin-report-no-data{white-space:nowrap!important;min-height:28px!important;padding:5px 9px!important;font-size:.74rem!important}.admin-map-selected-report-card{gap:12px!important;margin:0 0 14px!important;padding:14px!important;display:grid!important}.admin-map-selected-report-card__actions{grid-template-columns:1fr 1fr!important;gap:8px!important;display:grid!important}}@media (width<=420px){.admin-map-selected-report-card__actions{grid-template-columns:1fr!important}}.admin-manage-reports-table th:nth-child(3),.admin-manage-reports-table td:nth-child(3),.admin-manage-reports-table th:nth-child(4),.admin-manage-reports-table td:nth-child(4){width:11%!important}@media (width<=1250px){.admin-manage-reports-table th,.admin-manage-reports-table td{padding:9px 5px!important}.admin-manage-reports-table th{font-size:.66rem!important}.admin-manage-reports-table td{font-size:.7rem!important}.admin-report-action-btn,.admin-view-btn,.admin-assign-btn,.admin-review-response-btn,.admin-manage-reports-table button{padding:5px 6px!important;font-size:.62rem!important}}@media (width<=768px){.admin-manage-reports-table-card,.admin-manage-reports-table-card .dashboard-section-card__body{overflow:visible!important}.admin-manage-reports-table-card .dashboard-section-card__header{padding-inline:16px!important}.admin-manage-reports-table-wrap{-webkit-overflow-scrolling:touch!important;scrollbar-width:thin!important;scrollbar-color:#025f4866 #025f4814!important;border-radius:16px!important;width:calc(100% - 20px)!important;max-width:calc(100% - 20px)!important;margin:12px auto 0!important;overflow:auto hidden!important}.admin-manage-reports-table-wrap::-webkit-scrollbar{height:9px!important;display:block!important}.admin-manage-reports-table-wrap::-webkit-scrollbar-track{background:#025f4814!important;border-radius:999px!important}.admin-manage-reports-table-wrap::-webkit-scrollbar-thumb{background:#025f486b!important;border-radius:999px!important}.admin-manage-reports-table{table-layout:auto!important;width:max-content!important;min-width:980px!important;max-width:none!important}.admin-manage-reports-table th,.admin-manage-reports-table td{min-width:unset!important;white-space:nowrap!important;word-break:normal!important;overflow-wrap:normal!important;max-width:none!important;padding:11px 10px!important;font-size:.78rem!important}.admin-report-status,.admin-report-priority,.admin-company-response-table-pill,.admin-report-company-pill,.admin-report-type-pill,.admin-report-no-data{white-space:nowrap!important;font-size:.72rem!important}.admin-report-actions{flex-wrap:nowrap!important;min-width:150px!important}.admin-report-action-btn,.admin-view-btn,.admin-assign-btn,.admin-review-response-btn,.admin-manage-reports-table button{min-height:32px!important;padding:7px 9px!important;font-size:.72rem!important}.admin-report-engagement-stats-grid{grid-template-columns:1fr;padding-inline:14px}.admin-report-images-footer--thumbnails-only{justify-content:flex-start}}@keyframes admin-selected-report-card-attention{0%,to{transform:translateY(0);box-shadow:0 10px 26px #0f172a0d}45%{transform:translateY(-2px);box-shadow:0 18px 38px #025f4829,0 0 0 4px #025f4814}}@media (width<=768px){.admin-selected-report-scroll-target{scroll-margin-top:14px}}@media (width<=768px){.admin-report-engagement-stats-grid{grid-template-columns:1fr;padding-inline:14px}.admin-report-images-footer--thumbnails-only{justify-content:flex-start}}@media (width<=768px){.admin-company-assignment-locked,.admin-assignment-validation-message{margin-inline:16px}}@media (width<=700px){.admin-company-response-summary{grid-template-columns:1fr}.admin-company-response-data-warning,.admin-company-response-note,.admin-company-response-warning,.admin-company-response-images{margin-inline:14px}.admin-company-response-images__grid{grid-template-columns:1fr}.admin-company-response-image,.admin-company-response-image img{height:180px}}@media (width<=900px){.admin-company-response-decision-guide{grid-template-columns:1fr}}@media (width<=640px){.admin-company-response-history__list article>div{flex-direction:column;align-items:flex-start}}@media (width<=768px){.admin-company-response-action-error{width:calc(100% - 32px)}}@media (width<=560px){.admin-company-decision-modal-backdrop{align-items:end;padding:12px}.admin-company-decision-modal{border-radius:22px;width:100%;max-height:calc(100dvh - 24px);padding:18px 16px}.admin-company-decision-modal__header{grid-template-columns:46px minmax(0,1fr) 36px;gap:10px}.admin-company-decision-modal__icon{border-radius:14px;width:46px;height:46px}.admin-company-decision-modal__actions{grid-template-columns:1fr}.admin-company-decision-modal__cancel{order:2}}@media (width<=760px){.admin-archive-map-card__header{flex-direction:column;align-items:flex-start}.admin-report-archive-card{grid-template-columns:1fr}.admin-report-archive-card__action{width:100%}}@media (width<=560px){.admin-archive-map-card__header{padding:17px 16px}.admin-archive-map-card__body,.admin-archive-map-card__body .reports-map__canvas{min-height:390px}.admin-archive-map-selected-card{inset-inline:12px;width:auto;bottom:12px}.admin-report-archive-card{padding:16px}.admin-report-archive-card__content{align-items:flex-start}.admin-report-archive-card__icon{border-radius:13px;width:42px;height:42px}.admin-report-archive-modal-backdrop{align-items:flex-end;padding:12px}.admin-report-archive-modal{border-radius:22px;width:100%;padding:24px 18px 18px}.admin-report-archive-modal__actions{grid-template-columns:1fr}.admin-report-archive-modal__cancel{order:2}}@media (width<=560px){.admin-company-response-modal-guidance,.admin-company-decision-modal__destination{padding:11px 12px}}@media (width<=1200px){.admin-companies-stats-grid,.admin-companies-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-companies-search{grid-column:1/-1}}@media (width<=768px){.admin-companies-page__header{display:grid}.admin-add-company-btn{justify-content:center;width:100%}.admin-companies-stats-grid,.admin-companies-toolbar,.admin-company-form__grid,.admin-company-details-metrics,.admin-company-details-grid{grid-template-columns:1fr}.admin-companies-card{padding:14px}.admin-company-modal,.admin-company-details-modal,.admin-company-status-modal{border-radius:20px;padding:22px 16px}.admin-company-form__actions,.admin-company-details-actions,.admin-company-status-modal__actions{display:grid}}@media (width<=768px){.admin-companies-hero{text-align:right;padding:20px 16px;display:grid}.admin-companies-hero h1{font-size:1.4rem}.admin-add-company-btn{width:100%}}.admin-company-form,.admin-company-form__grid,.admin-company-form__grid>label{overflow:visible}@media (width<=768px){.admin-company-form .admin-report-filter-select--overlay .admin-report-filter-select__menu{max-height:260px}}@media (width<=768px){.admin-company-invite-modal{padding:22px 16px}.admin-company-actions{min-width:310px}}@media (width<=768px){.admin-companies-card{overflow:visible}.admin-companies-toolbar{z-index:300;overflow:visible}.admin-companies-toolbar .admin-report-filter-select{width:100%}.admin-companies-toolbar .admin-report-filter-select.is-open{z-index:800}.admin-companies-toolbar .admin-report-filter-select--overlay .admin-report-filter-select__menu{z-index:850;max-height:240px;overflow-y:auto}.admin-companies-table-wrap{z-index:1}}@media (width<=768px){.admin-company-modal-backdrop{justify-content:center;align-items:flex-start;padding:92px 14px 24px}.admin-company-modal{border-radius:24px;width:100%;max-height:calc(100dvh - 116px);margin:0 auto}.admin-company-modal__header{padding-inline:8px}.admin-company-modal__close{top:14px;left:14px}.admin-company-form__actions{justify-content:center;justify-items:center;gap:12px;display:grid}.admin-company-form__actions button{width:min(240px,100%);min-width:0}}.admin-analytics-page{gap:18px;display:grid}.admin-analytics-hero{border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-sm);background:linear-gradient(135deg,#e8ffe8e0,#fffffff7);border:1.5px solid #025f481a;justify-content:space-between;align-items:center;gap:18px;padding:24px 28px;display:flex}.admin-analytics-hero h1{color:var(--color-primary);margin:0;font-size:1.65rem;font-weight:950}.admin-analytics-hero p{color:var(--color-subtitle);margin:8px 0 0;font-size:.95rem;font-weight:850}.admin-analytics-refresh-btn{background:var(--color-primary);color:#fff;cursor:pointer;min-height:48px;transition:transform var(--transition-base), background var(--transition-base), box-shadow var(--transition-base);border:0;border-radius:14px;justify-content:center;align-items:center;gap:10px;padding:10px 20px;font-size:.95rem;font-weight:950;display:inline-flex;box-shadow:0 10px 22px #025f482e}.admin-analytics-refresh-btn:hover{background:var(--color-primary-dark);transform:translateY(-1px);box-shadow:0 14px 26px #025f4838}.admin-analytics-refresh-btn:disabled{opacity:.75;cursor:not-allowed}.admin-analytics-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.admin-analytics-stat-card{background:#fff;border:1px solid #025f4814;border-radius:8px;flex-direction:column;justify-content:space-between;height:88px;padding:10px 14px;display:flex;overflow:hidden;box-shadow:0 3px 12px #0f172a14}.admin-analytics-stat-card__top{direction:ltr;justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.admin-analytics-stat-card__change{color:var(--color-primary);white-space:nowrap;align-items:center;gap:3px;font-size:.72rem;font-weight:950;line-height:1;display:inline-flex}.admin-analytics-stat-card__change svg{stroke-width:3px;width:12px;height:12px}.admin-analytics-stat-card__icon{border-radius:9px;flex-shrink:0;place-items:center;width:34px;height:34px;display:grid}.admin-analytics-stat-card__icon svg{stroke-width:2.4px;width:18px;height:18px}.admin-analytics-stat-card__bottom{direction:ltr;grid-template-columns:minmax(72px,auto) minmax(0,1fr);align-items:end;gap:10px;display:grid}.admin-analytics-stat-card__value{color:var(--color-primary);white-space:nowrap;text-align:left;direction:ltr;font-size:1.35rem;font-weight:950;line-height:1}.admin-analytics-stat-card__meta{text-align:right;min-width:0}.admin-analytics-stat-card__meta h3{color:var(--color-text);white-space:normal;margin:0;font-size:.82rem;font-weight:950;line-height:1.25}.admin-analytics-stat-card__meta p{color:var(--color-subtitle);margin:3px 0 0;font-size:.62rem;font-weight:850;line-height:1.25}.admin-analytics-stat-card--text .admin-analytics-stat-card__bottom{grid-template-columns:minmax(95px,1fr) minmax(0,auto)}.admin-analytics-stat-card--text .admin-analytics-stat-card__value{color:#6f54f5;white-space:nowrap;text-overflow:ellipsis;text-align:left;direction:rtl;font-size:.78rem;line-height:1.25;overflow:hidden}.admin-analytics-stat-card--orange .admin-analytics-stat-card__value{color:#de760d}.admin-analytics-stat-card--coral .admin-analytics-stat-card__value{color:#ff7a44}.admin-analytics-stat-card--violet .admin-analytics-stat-card__value{color:#6f54f5}.admin-analytics-stat-card--blue .admin-analytics-stat-card__value{color:var(--color-primary)}.admin-analytics-stat-card--blue .admin-analytics-stat-card__icon{color:#163fad;background:#1f3fad1a}.admin-analytics-stat-card--orange .admin-analytics-stat-card__icon{color:#de760d;background:#f0821421}.admin-analytics-stat-card--violet .admin-analytics-stat-card__icon{color:#6f54f5;background:#7054f524}.admin-analytics-stat-card--coral .admin-analytics-stat-card__icon{color:#ff7a44;background:#ff7a4421}.admin-analytics-charts-grid{grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:16px;display:grid}.admin-analytics-card{background:var(--color-surface);min-height:360px;box-shadow:var(--shadow-sm);border:1.5px solid #025f4814;border-radius:18px;padding:20px}.admin-analytics-card__header{text-align:right;justify-content:flex-end;align-items:flex-start;margin-bottom:14px;display:flex}.admin-analytics-card__header h2{color:var(--color-text);margin:0;font-size:1rem;font-weight:950}.admin-analytics-card__header p{color:var(--color-subtitle);margin:4px 0 0;font-size:.75rem;font-weight:850}.admin-analytics-line-chart{width:100%;min-height:280px}.admin-analytics-line-chart svg{width:100%;height:280px;display:block}.admin-analytics-line-chart__grid{stroke:#025f4814;stroke-width:1px}.admin-analytics-line-chart__area{fill:url(#reportsAreaGradient)}.admin-analytics-line-chart__line{fill:none;stroke:#8fcde2;stroke-width:4px;stroke-linecap:round;stroke-linejoin:round}.admin-analytics-line-chart__point{fill:#fff;stroke:#8fcde2;stroke-width:3px}.admin-analytics-pie-card{align-content:start;display:grid}.admin-analytics-pie-layout{grid-template-columns:minmax(130px,.9fr) minmax(190px,1.1fr);align-items:center;gap:18px;min-height:280px;display:grid}.admin-analytics-pie{aspect-ratio:1;border-radius:50%;justify-self:center;place-items:center;width:min(230px,100%);display:grid;box-shadow:inset 0 0 0 1px #ffffff2e}.admin-analytics-pie span{aspect-ratio:1;background:#fff;border-radius:50%;width:42%;box-shadow:0 0 0 1px #025f480f}.admin-analytics-pie-legend{gap:12px;margin:0;padding:0;list-style:none;display:grid}.admin-analytics-pie-legend li{color:var(--color-text);grid-template-columns:auto auto 1fr;align-items:center;gap:8px;font-size:.82rem;font-weight:900;display:grid}.admin-analytics-pie-legend__dot{border-radius:3px;width:12px;height:12px}.admin-analytics-pie-legend strong{color:var(--color-text);direction:ltr;font-weight:950}.admin-analytics-pie-legend span:last-child{color:var(--color-subtitle)}@media (width<=1200px){.admin-analytics-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-analytics-charts-grid{grid-template-columns:1fr}}@media (width<=768px){.admin-analytics-page{gap:14px}.admin-analytics-hero{text-align:right;padding:20px 16px;display:grid}.admin-analytics-hero h1{font-size:1.35rem}.admin-analytics-hero p{font-size:.82rem;line-height:1.7}.admin-analytics-refresh-btn{width:100%}.admin-analytics-stats-grid{grid-template-columns:1fr}.admin-analytics-stat-card{gap:12px;min-height:118px;padding:14px}.admin-analytics-stat-card__top{align-items:flex-start}.admin-analytics-stat-card__change{font-size:.75rem}.admin-analytics-stat-card__change svg{width:13px;height:13px}.admin-analytics-stat-card__bottom{gap:12px}.admin-analytics-stat-card__value{font-size:1.75rem}.admin-analytics-stat-card__value--text{font-size:.95rem}.admin-analytics-stat-card__meta h3{font-size:.92rem}.admin-analytics-stat-card__meta p{font-size:.7rem}.admin-analytics-stat-card__icon{border-radius:12px;width:40px;height:40px}.admin-analytics-stat-card__icon svg{width:18px;height:18px}.admin-analytics-card{min-height:auto;padding:16px}.admin-analytics-card__header h2{font-size:.95rem}.admin-analytics-card__header p{font-size:.72rem}.admin-analytics-line-chart,.admin-analytics-line-chart svg{height:240px;min-height:240px}.admin-analytics-pie-layout{grid-template-columns:1fr;gap:22px}.admin-analytics-pie{order:-1;width:min(220px,78vw)}.admin-analytics-pie-legend{width:100%}}@media (width<=420px){.admin-analytics-hero{padding:18px 14px}.admin-analytics-hero h1{font-size:1.2rem}.admin-analytics-stat-card{min-height:110px;padding:12px}.admin-analytics-stat-card__top,.admin-analytics-stat-card__bottom{gap:10px}.admin-analytics-stat-card__value{font-size:1.5rem}.admin-analytics-stat-card__value--text{font-size:.9rem}.admin-analytics-stat-card__meta h3{font-size:.86rem}.admin-analytics-stat-card__meta p{font-size:.66rem}.admin-analytics-stat-card__icon{width:38px;height:38px}.admin-analytics-stat-card__icon svg{width:17px;height:17px}.admin-analytics-line-chart,.admin-analytics-line-chart svg{height:220px;min-height:220px}.admin-analytics-pie{width:min(200px,76vw)}.admin-analytics-pie-legend li{font-size:.76rem}}.admin-analytics-alert{color:#b91c1c;text-align:right;background:#fef2f2eb;border:1px solid #dc262629;border-radius:14px;padding:12px 16px;font-size:.88rem;font-weight:850}.admin-analytics-empty-state{min-height:240px;color:var(--color-subtitle);text-align:center;background:#025f4809;border:1px dashed #025f4829;border-radius:16px;place-items:center;padding:22px;font-size:.9rem;font-weight:850;display:grid}.admin-analytics-stat-card__change--down{color:#dc2626}.admin-analytics-spin{animation:.85s linear infinite adminAnalyticsSpin}.admin-analytics-stat-card--placeholder{gap:12px;min-height:88px;position:relative}.admin-analytics-stat-card--placeholder span{background:linear-gradient(90deg,#025f4812,#025f4824,#025f4812) 0 0/220% 100%;border-radius:999px;animation:1.1s ease-in-out infinite adminAnalyticsLoading;display:block}.admin-analytics-stat-card--placeholder span:first-child{width:54%;height:16px}.admin-analytics-stat-card--placeholder span:last-child{width:78%;height:22px}@keyframes adminAnalyticsSpin{to{transform:rotate(360deg)}}@keyframes adminAnalyticsLoading{0%{background-position:100% 0}to{background-position:-100% 0}}.admin-analytics-card__header--with-note{justify-content:space-between;gap:12px}.admin-analytics-chart-note{max-width:260px;color:var(--color-primary);text-align:center;background:#025f4812;border-radius:999px;padding:7px 10px;font-size:.72rem;font-weight:900;line-height:1.5}.admin-analytics-line-chart__axis{stroke:#025f4838;stroke-width:1.3px}.admin-analytics-line-chart__axis-tick{stroke:#025f4852;stroke-width:1.3px}.admin-analytics-line-chart__x-label,.admin-analytics-line-chart__y-label{fill:var(--color-subtitle);font-size:12px;font-weight:850}.admin-analytics-line-chart__value-label{fill:var(--color-primary);font-size:13px;font-weight:950}@media (width<=768px){.admin-analytics-card__header--with-note{justify-content:stretch;display:grid}.admin-analytics-chart-note{border-radius:12px;width:100%;max-width:none;font-size:.68rem}.admin-analytics-line-chart__x-label,.admin-analytics-line-chart__y-label{font-size:11px}}.admin-notifications-page .user-notifications-panel{overflow:visible}.admin-notifications-page .user-notification-item__action--report{color:var(--color-primary);background:#025f4817;border:1px solid #025f4829}.admin-notifications-page .user-notification-item__action--report:hover{background:var(--color-primary);color:#fff;box-shadow:0 10px 22px #025f4824}.admin-notifications-page .user-notification-item__action--report svg{width:15px;height:15px}@media (width<=768px){.admin-notifications-page .user-notification-item__actions{align-items:stretch}.admin-notifications-page .user-notification-item__action--report{justify-content:center;width:100%}}@media (width<=1200px){.admin-profile-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-profile-grid{grid-template-columns:1fr}}@media (width<=768px){.admin-profile-page{gap:14px}.admin-profile-hero{padding:20px 16px}.admin-profile-hero h1{font-size:1.35rem}.admin-profile-hero p{font-size:.82rem;line-height:1.7}.admin-profile-header-card{text-align:center;grid-template-columns:1fr;justify-items:center;padding:18px 16px}.admin-profile-header-card__avatar{width:78px;height:78px}.admin-profile-header-card__title-row{justify-items:center;width:100%;display:grid}.admin-profile-header-card__title-row h2{font-size:1.15rem}.admin-profile-header-card__info{justify-content:center}.admin-profile-stats-grid{grid-template-columns:1fr}.admin-profile-stat-card{grid-template-columns:minmax(0,1fr) auto auto;min-height:92px;padding:16px}.admin-profile-grid{gap:14px}.admin-profile-card{padding:16px}.admin-profile-details-list>div{justify-items:start;display:grid}.admin-profile-details-list strong{text-align:right}}@media (width<=420px){.admin-profile-header-card__info span{border-radius:14px;justify-content:center;width:100%}.admin-profile-stat-card{grid-template-columns:minmax(0,1fr) auto}.admin-profile-stat-card strong{grid-area:2/1}.admin-profile-stat-card span{grid-area:1/2/3}}@media (width<=768px){.admin-profile-card__header{text-align:center;justify-content:center}.admin-profile-card__header>div{text-align:center;width:100%}.admin-profile-card__header h2,.admin-profile-card__header p,.admin-profile-header-card__title-row{text-align:center}.admin-profile-header-card__title-row>div{text-align:center;width:100%}.admin-profile-header-card__title-row h2,.admin-profile-header-card__title-row p{text-align:center}.admin-profile-header-card__title-row{text-align:center;justify-content:center;justify-items:center;gap:12px;width:100%;display:grid}.admin-profile-header-card__title-row>div{text-align:center;justify-items:center;width:100%;display:grid}.admin-profile-header-card__title-row h2,.admin-profile-header-card__title-row p{text-align:center;width:100%}.admin-profile-status{justify-content:center;margin-inline:auto}}@keyframes admin-profile-spin{to{transform:rotate(360deg)}}.company-report-admin-review,.company-report-team-pill{color:var(--color-primary);background:#025f4814}@media (width<=1100px){.company-reports-toolbar{grid-template-columns:1fr 1fr}.company-reports-filter-btn,.company-reports-reset-btn{width:100%}.company-report-details-grid{grid-template-columns:1fr}}@media (width<=768px){.company-reports-inbox-summary{text-align:center;justify-items:center;padding:18px 16px;display:grid}.company-reports-inbox-summary button{width:min(100%,260px)}.company-reports-toolbar{grid-template-columns:1fr}.company-reports-search,.company-reports-filter-btn,.company-reports-reset-btn{width:100%}.company-report-images-grid{grid-template-columns:1fr}.company-report-images-grid img{height:160px}.company-report-details-card{padding:16px}.company-report-section-header{text-align:center;justify-items:center;display:grid}.company-modal-backdrop{align-items:start;padding:16px 12px}.company-modal{padding:20px 16px}.company-modal__header{text-align:center;justify-items:center;padding-top:34px;display:grid}.company-technician-card{text-align:center;grid-template-columns:1fr;justify-items:center}.company-modal__actions{display:grid}.company-modal-cancel-btn,.company-modal-submit-btn{justify-content:center;width:100%}}@keyframes companyReportsDropdownFade{0%{opacity:0;transform:translateY(-6px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=768px){.company-reports-solution-panel{scroll-margin-top:84px}.company-reports-filter-select__button{border-radius:14px;min-height:46px}.company-reports-filter-select__menu{max-height:240px}}@keyframes companySolutionDropdownFade{0%{opacity:0;transform:translateY(-6px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=768px){.company-solution-upload-zone{text-align:center;grid-template-columns:1fr;justify-items:center;min-height:220px}.company-solution-upload-content{justify-items:center}.company-solution-upload-actions{grid-template-columns:1fr;width:100%;display:grid}.company-solution-upload-actions button{width:100%}.company-solution-images-preview{grid-template-columns:repeat(2,minmax(0,1fr))}.company-solution-image-preview{height:110px}}@media (width<=768px){.company-reports-page{gap:14px}.company-reports-page .page-header,.company-reports-page [class*=page-header]{text-align:center;overflow:hidden}.company-reports-page .page-header h1,.company-reports-page [class*=page-header] h1{text-align:center;white-space:normal;font-size:1.35rem;line-height:1.35}.company-reports-page .page-header p,.company-reports-page [class*=page-header] p{text-align:center;white-space:normal;font-size:.78rem;line-height:1.7}.company-reports-inbox-summary{text-align:center;justify-items:center;gap:14px;margin-inline:0;padding:18px 14px;display:grid}.company-reports-inbox-summary h2{font-size:1rem;line-height:1.5}.company-reports-inbox-summary p{font-size:.78rem;line-height:1.8}.company-reports-inbox-summary button{justify-content:center;width:min(100%,250px);min-height:42px}.company-reports-card{border-radius:20px;overflow:visible}.company-reports-card .dashboard-section-card__header{text-align:center;justify-items:center;gap:14px;display:grid}.company-reports-card .dashboard-section-card__header h2,.company-reports-card .dashboard-section-card__header p{text-align:center}.company-reports-card .dashboard-section-card__action{width:100%}.company-reports-toolbar{grid-template-columns:1fr;gap:10px;width:100%}.company-reports-search,.company-reports-filter-btn,.company-reports-reset-btn{width:100%}.company-reports-search{min-height:46px}.company-reports-flow-note{text-align:right;margin:0 0 14px;padding:12px;font-size:.78rem;line-height:1.8}.company-reports-table-wrap{overflow-x:visible}.company-reports-table{border-collapse:separate;border-spacing:0 14px;width:100%;min-width:0}.company-reports-table thead{display:none}.company-reports-table,.company-reports-table tbody,.company-reports-table tr,.company-reports-table td{display:block}.company-reports-table tbody{gap:14px;display:grid}.company-reports-table tr{background:#fff;border:1px solid #025f4814;border-radius:18px;padding:14px;box-shadow:0 10px 28px #0f172a14}.company-reports-table tr.is-highlighted{background:#025f480a;border-color:#025f486b}.company-reports-table tr.is-highlighted td{background:0 0}.company-reports-table td{text-align:right;border-bottom:1px solid #025f480f;grid-template-columns:105px minmax(0,1fr);align-items:center;gap:10px;width:100%;padding:11px 0;display:grid}.company-reports-table td:last-child{border-bottom:0;padding-bottom:0}.company-reports-table td:before{content:attr(data-label);color:var(--color-subtitle);text-align:right;font-size:.74rem;font-weight:950}.company-reports-table td:first-child{grid-template-columns:1fr;gap:6px;padding-top:0}.company-reports-table td:first-child:before{display:none}.company-reports-table td:first-child strong{color:var(--color-primary);text-align:right;font-size:1rem;line-height:1.5}.company-reports-table td:first-child span{color:var(--color-subtitle);text-align:right;font-size:.8rem;line-height:1.7}.company-report-rating,.company-report-status,.company-report-priority,.company-report-admin-review,.company-report-team-pill,.company-report-muted,.company-report-waiting-pill{justify-self:start;width:fit-content;max-width:100%}.company-report-actions{grid-template-columns:1fr;gap:8px;display:grid}.company-report-view-btn,.company-report-assign-btn,.company-report-start-btn,.company-report-upload-btn,.company-report-waiting-pill{border-radius:12px;justify-content:center;width:100%;min-height:38px}.company-reports-table td[data-label=الإجراء]{grid-template-columns:1fr;gap:10px}.company-reports-table td[data-label=الإجراء]:before{display:none}}@media (width<=420px){.company-reports-inbox-summary{padding:16px 12px}.company-reports-table tr{border-radius:16px;padding:12px}.company-reports-table td{grid-template-columns:92px minmax(0,1fr);gap:8px}.company-reports-table td:before{font-size:.7rem}.company-reports-table td:first-child strong{font-size:.95rem}.company-reports-table td:first-child span{font-size:.76rem}}@media (width<=768px){.company-reports-card .dashboard-section-card__header{text-align:center;justify-items:center;gap:14px;display:grid}.company-reports-card .dashboard-section-card__action{justify-items:center;width:100%;display:grid}.company-reports-open-filters-btn{width:min(100%,260px)}.company-reports-table-wrap{padding-bottom:8px;overflow-y:visible;overflow-x:auto!important}.company-reports-table{border-collapse:collapse;border-spacing:0;width:100%;min-width:1120px;display:table!important}.company-reports-table thead{display:table-header-group!important}.company-reports-table tbody{display:table-row-group!important}.company-reports-table tr{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0!important;display:table-row!important}.company-reports-table th{color:var(--color-subtitle);white-space:nowrap;background:#f3f4f4;padding:16px 14px;font-size:.82rem;font-weight:950;display:table-cell!important}.company-reports-table td{vertical-align:middle;text-align:right;white-space:nowrap;border-bottom:1px solid #025f480f!important;width:auto!important;padding:15px 14px!important;display:table-cell!important}.company-reports-table td:before{display:none!important}.company-reports-table td:first-child{width:auto!important;display:table-cell!important}.company-reports-table td:first-child strong{color:var(--color-text);white-space:normal;min-width:150px;font-size:.86rem}.company-reports-table td:first-child span{white-space:normal;min-width:150px}.company-report-actions{flex-wrap:nowrap;gap:8px;display:flex}.company-report-view-btn,.company-report-assign-btn,.company-report-start-btn,.company-report-upload-btn,.company-report-waiting-pill{white-space:nowrap;border-radius:999px;min-height:34px;width:auto!important}.company-reports-filters-backdrop{align-items:start;padding:18px 12px}.company-reports-filters-panel{border-radius:22px;margin-top:18px;padding:18px}.company-reports-filters-panel__header{text-align:center;justify-items:center;display:grid}.company-reports-filters-panel__actions{display:grid}.company-reports-filter-apply-btn,.company-reports-filter-reset-btn{width:100%}}@media (width<=768px){.company-reports-page{gap:14px;overflow-x:hidden}.company-reports-toolbar--desktop{display:none!important}.company-reports-open-filters-btn{width:min(100%,260px);display:inline-flex}.company-reports-card{border-radius:20px;overflow:hidden}.company-reports-card .dashboard-section-card__header{text-align:center;justify-items:center;gap:14px;padding-inline:14px;display:grid}.company-reports-card .dashboard-section-card__action{justify-items:center;width:100%;display:grid}.company-reports-card .dashboard-section-card__body{width:100%;min-width:0;max-width:100%;padding-inline:0;overflow:hidden}.company-reports-flow-note{text-align:right;margin:0 14px 14px;padding:12px;font-size:.78rem;line-height:1.8}.company-reports-table-wrap{width:100%;max-width:100%;padding:0 0 12px;overflow:auto hidden!important}.company-reports-table{border-collapse:collapse!important;border-spacing:0!important;width:1120px!important;min-width:1120px!important;max-width:none!important;display:table!important}.company-reports-table thead{display:table-header-group!important}.company-reports-table tbody{display:table-row-group!important}.company-reports-table tr{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0!important;display:table-row!important}.company-reports-table th,.company-reports-table td{white-space:nowrap;vertical-align:middle;text-align:right;width:auto!important;padding:15px 14px!important;display:table-cell!important}.company-reports-table th{color:var(--color-subtitle);background:#f3f4f4;font-size:.82rem;font-weight:950}.company-reports-table td{border-bottom:1px solid #025f480f!important}.company-reports-table td:before{content:none!important;display:none!important}.company-reports-table td:first-child strong{white-space:normal;min-width:155px;color:var(--color-text);font-size:.86rem;font-weight:950;display:block}.company-reports-table td:first-child span{white-space:normal;min-width:155px;color:var(--color-subtitle);font-size:.76rem;display:block}.company-report-actions{gap:8px;flex-wrap:nowrap!important;display:flex!important}.company-report-view-btn,.company-report-assign-btn,.company-report-start-btn,.company-report-upload-btn,.company-report-waiting-pill{white-space:nowrap;border-radius:999px;flex-shrink:0;min-height:34px;width:auto!important}.company-reports-inbox-summary{text-align:center;justify-items:center;gap:14px;margin-inline:0;padding:18px 14px;display:grid;overflow:hidden}.company-reports-inbox-summary button{width:min(100%,260px)}.company-reports-filters-backdrop{align-items:start;padding:18px 12px}.company-reports-filters-panel{border-radius:22px;margin-top:18px;padding:18px}.company-reports-filters-panel__header{text-align:center;justify-items:center;display:grid}.company-reports-filters-panel__actions{display:grid}.company-reports-filter-apply-btn,.company-reports-filter-reset-btn{width:100%}}@media (width<=768px){.company-reports-toolbar--desktop{display:none!important}.company-reports-open-filters-btn{flex-shrink:0;width:auto;min-width:116px;display:inline-flex}.company-reports-card{border-radius:20px;overflow:hidden}.company-reports-card .dashboard-section-card__header{text-align:right!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;padding-inline:16px!important;display:flex!important}.company-reports-card .dashboard-section-card__header>div{flex:1;min-width:0;text-align:right!important}.company-reports-card .dashboard-section-card__header h2,.company-reports-card .dashboard-section-card__header p{text-align:right!important}.company-reports-card .dashboard-section-card__header h2{font-size:1.05rem;line-height:1.4}.company-reports-card .dashboard-section-card__header p{font-size:.74rem}.company-reports-card .dashboard-section-card__action{flex-shrink:0;justify-content:flex-end!important;width:auto!important;display:flex!important}.company-reports-card .dashboard-section-card__body{width:100%;min-width:0;max-width:100%;padding-inline:0;overflow:hidden}.company-reports-flow-note{text-align:right;border-radius:14px;margin:0 14px 14px;padding:12px;font-size:.78rem;line-height:1.8}.company-reports-table-wrap{width:100%;max-width:100%;padding:0 0 12px;overflow:auto hidden!important}.company-reports-table{border-collapse:collapse!important;border-spacing:0!important;width:1120px!important;min-width:1120px!important;max-width:none!important;display:table!important}.company-reports-table thead{display:table-header-group!important}.company-reports-table tbody{display:table-row-group!important}.company-reports-table tr{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0!important;display:table-row!important}.company-reports-table th,.company-reports-table td{white-space:nowrap;vertical-align:middle;text-align:right;width:auto!important;padding:15px 14px!important;display:table-cell!important}.company-reports-table td:before{content:none!important;display:none!important}.company-reports-table td:first-child strong,.company-reports-table td:first-child span{white-space:normal;min-width:155px}.company-report-actions{gap:8px;flex-wrap:nowrap!important;display:flex!important}.company-report-view-btn,.company-report-assign-btn,.company-report-start-btn,.company-report-upload-btn,.company-report-waiting-pill{white-space:nowrap;border-radius:999px;flex-shrink:0;min-height:34px;width:auto!important}.company-reports-inbox-summary{text-align:center;justify-items:center;gap:14px;margin-inline:0;padding:18px 14px;display:grid;overflow:hidden}.company-reports-inbox-summary button{width:min(100%,260px)}}@media (width<=768px){.company-reports-filter-card{border-radius:22px;padding:16px}.company-reports-filter-card__header{text-align:center;justify-items:center;gap:12px;display:grid}.company-reports-filter-card__header h2{font-size:1.05rem}.company-reports-filter-card__header p{font-size:.78rem;line-height:1.7}.company-reports-filter-card__header>.company-reports-filter-card__reset-btn{display:none}.company-reports-filter-card .company-reports-toolbar--desktop{display:none!important}.company-reports-filter-card__mobile-actions{grid-template-columns:1fr;justify-items:center;gap:10px;display:grid}.company-reports-open-filters-btn,.company-reports-filter-card__mobile-actions .company-reports-filter-card__reset-btn{width:min(100%,260px)}.company-reports-open-filters-btn{display:inline-flex}.company-reports-card .dashboard-section-card__header{text-align:center!important;justify-items:center!important;gap:8px!important;padding-inline:16px!important;display:grid!important}.company-reports-card .dashboard-section-card__header>div,.company-reports-card .dashboard-section-card__header h2,.company-reports-card .dashboard-section-card__header p{text-align:center!important}}@media (width<=1100px){.company-report-workflow{grid-template-columns:repeat(2,minmax(0,1fr))}.company-report-workflow article:after{display:none}.company-report-details-grid{grid-template-columns:minmax(0,1fr)}.company-report-details-side{grid-template-columns:repeat(2,minmax(0,1fr))}.company-report-details-side>:last-child{grid-column:1/-1}}@media (width<=768px){.company-report-hero{padding:18px 15px}.company-report-hero__badges,.company-report-hero__meta{justify-content:center}.company-report-hero__content{text-align:center;justify-items:center}.company-report-hero__meta{width:100%}.company-report-hero__meta span{justify-content:center;width:100%}.company-report-workflow{grid-template-columns:1fr}.company-report-workflow article{min-height:82px}.company-community-metrics{grid-template-columns:1fr}.company-community-metrics article{min-height:98px}.company-report-details-side{grid-template-columns:1fr}.company-report-details-side>:last-child{grid-column:auto}.company-company-response-card__details,.company-report-images-grid{grid-template-columns:1fr}.company-report-image-card img{height:230px}.company-report-image-card__overlay,.company-solution-image-preview__overlay,.company-cannot-fix-images article>div{opacity:1}.company-report-image-card img,.company-solution-image-preview img,.company-cannot-fix-images img{filter:brightness(.82)}.company-solution-images-preview,.company-cannot-fix-images{grid-template-columns:repeat(2,minmax(0,1fr))}.company-solution-image-preview,.company-cannot-fix-images article{height:135px}.company-image-preview-backdrop{padding:10px}.company-image-preview-modal{border-radius:16px;width:100%;max-height:96vh}.company-image-preview-modal__body img{max-height:calc(96vh - 86px)}.company-report-waiting-card,.company-report-resolved-card{text-align:right;align-items:center}.company-reports-table td[data-label=الإجراء\ التالي]{grid-template-columns:1fr}.company-reports-table td[data-label=الإجراء\ التالي]:before{display:none}.company-report-table-summary{text-align:center;justify-items:center}.company-reports-table td:first-child strong,.company-reports-table td:first-child span{text-align:center}}@media (width<=430px){.company-report-details-card{border-radius:17px;padding:14px 12px}.company-solution-images-preview,.company-cannot-fix-images{grid-template-columns:1fr}.company-solution-image-preview,.company-cannot-fix-images article{height:190px}.company-report-section-header{gap:9px}.company-cannot-fix-toggle{align-items:flex-start}}@media (width<=900px){.company-assigned-team-panel{grid-template-columns:auto minmax(0,1fr)}.company-assigned-team-panel>button{grid-column:1/-1;width:100%}.company-start-proof-upload{grid-template-columns:1fr}.company-start-proof-upload__actions{justify-content:stretch}.company-start-proof-upload__actions button{flex:140px}}@media (width<=768px){.company-execution-workspace,.company-execution-workspace__primary-action,.company-execution-workspace__secondary-action{padding:13px}.company-assigned-team-panel{text-align:center;grid-template-columns:1fr;justify-items:center}.company-assigned-team-panel__content p span{justify-content:center;margin:6px 0 0}.company-assigned-team-panel>button{grid-column:auto}.company-start-work-panel__intro{flex-direction:column}.company-start-team-required{grid-template-columns:auto minmax(0,1fr)}.company-start-team-required button{grid-column:1/-1;width:100%}.company-start-proof-upload__actions{grid-template-columns:1fr 1fr;display:grid}.company-report-table-summary__description{max-width:none}}@media (width<=430px){.company-start-proof-upload__actions{grid-template-columns:1fr}.company-start-proof-upload__actions button,.company-cannot-fix-upload-btn{width:100%}}@media (width<=1100px){.company-report-top-grid{grid-template-columns:minmax(0,1fr)}.company-report-top-images-card .company-report-images-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}}@media (width<=768px){.company-report-top-grid{gap:14px}.company-report-top-images-card .company-report-images-grid{grid-template-columns:1fr}.company-report-top-images-card .company-report-image-card img{min-height:230px}}@media (width<=900px){.company-report-details-page .company-report-section-header{flex-direction:column;width:100%;text-align:center!important;justify-content:center!important;align-items:center!important;display:flex!important}.company-report-details-page .company-report-section-header>div,.company-report-details-page .company-report-section-header h2,.company-report-details-page .company-report-section-header p{width:100%;text-align:center!important}.company-report-details-page .company-report-section-header>span{flex:none;margin-inline:auto}}@keyframes company-report-map-card-enter{0%{opacity:0;transform:translateY(-8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes company-report-table-highlight{0%,to{filter:none}50%{filter:saturate(1.18)}}@media (width<=900px){.company-reports-map-card__header{text-align:center;justify-items:center;display:grid}.company-reports-map-wrapper{min-height:500px;padding:12px}.company-reports-map-wrapper .leaflet-container,.company-reports-map-empty{min-height:500px}.company-reports-map-selection-card{width:auto;max-height:calc(100% - 48px);inset:auto 24px 24px;overflow-y:auto}}@media (width<=560px){.company-reports-map-card{border-radius:20px}.company-reports-map-card__header{padding:16px}.company-reports-map-card__header h2{font-size:1rem}.company-reports-map-wrapper{min-height:440px;padding:9px}.company-reports-map-wrapper .leaflet-container,.company-reports-map-empty{border-radius:16px;min-height:440px}.company-reports-map-selection-card{padding:14px;bottom:16px;left:16px;right:16px}}@media (width<=768px){.company-reports-page,.company-report-details-page{gap:14px;width:100%;min-width:0;max-width:100%;overflow-x:clip}.company-reports-page>*,.company-report-details-page>*,.company-reports-card,.company-reports-card .dashboard-section-card__body,.company-report-details-card,.company-reports-filter-card,.company-reports-map-card,.company-report-top-grid,.company-report-details-grid,.company-report-details-main,.company-report-details-side{box-sizing:border-box;width:100%;min-width:0;max-width:100%}.company-reports-inbox-summary{text-align:center;border-radius:20px;justify-items:center;gap:14px;width:100%;padding:16px;display:grid}.company-reports-inbox-summary>div{width:100%;min-width:0}.company-reports-inbox-summary h2,.company-reports-inbox-summary p{text-align:center;width:100%}.company-reports-inbox-summary button{white-space:normal;justify-content:center;width:min(100%,280px);min-height:44px}.company-reports-filter-card{border-radius:22px;padding:16px}.company-reports-filter-card__header{text-align:center;justify-items:center;gap:9px;display:grid}.company-reports-filter-card__header>div,.company-reports-filter-card__header h2,.company-reports-filter-card__header p{text-align:center;width:100%;min-width:0}.company-reports-filter-card__header h2{font-size:1.04rem;line-height:1.45}.company-reports-filter-card__header p{font-size:.78rem;line-height:1.75}.company-reports-filter-card__mobile-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%;display:grid!important}.company-reports-open-filters-btn,.company-reports-filter-card__mobile-actions .company-reports-filter-card__reset-btn{white-space:normal;justify-content:center;min-width:0;min-height:44px;padding-inline:10px;width:100%!important}.company-reports-map-card{border-radius:20px;overflow:hidden}.company-reports-map-card__header{text-align:center;justify-items:center;gap:12px;min-height:0;padding:16px;display:grid}.company-reports-map-card__header>div,.company-reports-map-card__header h2,.company-reports-map-card__header p{text-align:center;width:100%;min-width:0}.company-reports-map-page-badge{white-space:normal;text-align:center;max-width:100%}.company-reports-map-wrapper{width:100%;min-height:390px;padding:9px;overflow:hidden}.company-reports-map-wrapper .leaflet-container,.company-reports-map-empty{border-radius:16px;width:100%;min-height:390px}.company-reports-map-selection-card{box-sizing:border-box;width:auto;max-width:none;max-height:calc(100% - 28px);padding:14px;inset:auto 14px 14px;overflow-y:auto}.company-reports-map-selection-card>strong,.company-reports-map-selection-card__id,.company-reports-map-selection-card>p{overflow-wrap:anywhere;word-break:break-word}.company-reports-map-selection-card__view{white-space:normal;text-align:center;width:100%}.company-reports-card{border-radius:20px;overflow:visible!important}.company-reports-card .dashboard-section-card__header{text-align:center!important;justify-items:center!important;gap:8px!important;padding:16px!important;display:grid!important}.company-reports-card .dashboard-section-card__header>div,.company-reports-card .dashboard-section-card__header h2,.company-reports-card .dashboard-section-card__header p{width:100%;min-width:0;text-align:center!important}.company-reports-card .dashboard-section-card__body{padding:12px!important;overflow:visible!important}.company-reports-flow-note{text-align:right;overflow-wrap:anywhere;border-radius:14px;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:8px;margin:0 0 12px;padding:12px;display:grid}.company-reports-table-wrap{width:100%!important;min-width:0!important;max-width:100%!important;padding:0!important;overflow:visible!important}.company-reports-table{table-layout:auto!important;border-collapse:separate!important;border-spacing:0!important;width:100%!important;min-width:0!important;max-width:100%!important;display:block!important}.company-reports-table thead{display:none!important}.company-reports-table tbody{gap:12px;width:100%!important;min-width:0!important;display:grid!important}.company-reports-table tr{box-sizing:border-box;position:relative;overflow:hidden;background:#fff!important;border:1px solid #025f481a!important;border-radius:18px!important;width:100%!important;min-width:0!important;max-width:100%!important;padding:14px!important;display:block!important;box-shadow:0 10px 26px #0f172a12!important}.company-reports-table tr.is-highlighted{background:#025f480b!important;border-color:#025f488c!important;box-shadow:0 12px 32px #025f4824!important}.company-reports-table tr.is-highlighted td,.company-reports-table tr.is-highlighted td:first-child{background:0 0!important}.company-reports-table th,.company-reports-table td{white-space:normal!important}.company-reports-table td{box-sizing:border-box;align-items:center;gap:10px;overflow:visible;text-align:right!important;border:0!important;border-bottom:1px solid #025f4812!important;grid-template-columns:92px minmax(0,1fr)!important;width:100%!important;min-width:0!important;max-width:100%!important;padding:11px 0!important;display:grid!important}.company-reports-table td:last-child{border-bottom:0!important;padding-bottom:0!important}.company-reports-table td:before{min-width:0;color:var(--color-subtitle);text-align:right;font-size:.72rem;font-weight:950;line-height:1.5;content:attr(data-label)!important;display:block!important}.company-reports-table td>*{justify-self:start;min-width:0;max-width:100%}.company-reports-table td:first-child{margin-bottom:1px;border-bottom:1px solid #025f4817!important;width:100%!important;padding:0 0 13px!important;display:block!important}.company-reports-table td:first-child:before{content:none!important;display:none!important}.company-report-table-summary{text-align:center;justify-items:center;gap:7px;width:100%;min-width:0;display:grid}.company-reports-table td:first-child strong,.company-report-table-summary strong{width:100%;color:var(--color-primary);overflow-wrap:anywhere;font-size:1rem;font-weight:950;line-height:1.55;text-align:center!important;white-space:normal!important;min-width:0!important}.company-reports-table td:first-child span,.company-report-table-summary small,.company-report-table-summary__description,.company-report-table-summary__type,.company-report-table-summary__location,.company-report-table-summary__id{overflow-wrap:anywhere;word-break:break-word;width:100%;max-width:100%;margin:0;text-align:center!important;white-space:normal!important;min-width:0!important}.company-report-table-summary__description{-webkit-line-clamp:unset;display:block;overflow:visible}.company-report-table-summary__location{justify-content:center;align-items:flex-start;display:flex!important}.company-report-table-summary__id,.company-report-id-value{direction:ltr;unicode-bidi:isolate;-webkit-user-select:text!important;user-select:text!important}.company-report-status,.company-report-priority,.company-report-admin-review,.company-report-waiting-pill,.company-report-assigned-date{overflow-wrap:anywhere;text-align:center;white-space:normal!important;justify-self:start!important;width:fit-content!important;min-width:0!important;max-width:100%!important}.company-reports-table td[data-label=الإجراء\ التالي]{padding-top:13px!important;display:block!important}.company-reports-table td[data-label=الإجراء\ التالي]:before{content:none!important;display:none!important}.company-report-actions{width:100%;min-width:0;grid-template-columns:1fr!important;gap:8px!important;display:grid!important}.company-report-view-btn,.company-report-start-btn,.company-report-upload-btn,.company-report-waiting-pill{text-align:center;box-sizing:border-box;border-radius:13px;justify-content:center;min-height:42px;padding:9px 12px;white-space:normal!important;width:100%!important;max-width:100%!important}.company-reports-pagination{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%;margin-top:14px;display:grid}.company-reports-pagination span{text-align:center;grid-area:1/1/auto/-1}.company-reports-pagination button{justify-content:center;width:100%;min-width:0;min-height:42px}.company-reports-filters-backdrop{align-items:center;padding:12px}.company-reports-filters-panel{border-radius:22px;width:100%;max-width:440px;max-height:calc(100dvh - 24px);padding:16px;overflow-y:auto}.company-reports-filters-panel__header{padding:8px 42px 6px}.company-reports-filters-panel__actions{grid-template-columns:1fr;display:grid}.company-report-top-grid,.company-report-details-grid,.company-report-details-main,.company-report-details-side,.company-report-workflow,.company-community-metrics,.company-company-response-card__details,.company-report-info-list,.company-report-images-grid,.company-solution-images-preview,.company-cannot-fix-images{grid-template-columns:minmax(0,1fr)!important}.company-report-details-card{border-radius:20px;padding:16px;overflow:hidden}.company-report-hero{border-radius:20px;padding:18px 15px;overflow:hidden}.company-report-hero__content,.company-report-hero__content>*,.company-report-page-subtitle,.company-copyable-report-id,.company-report-id-value{overflow-wrap:anywhere;word-break:break-word;min-width:0;max-width:100%}.company-report-hero__badges,.company-report-hero__meta{grid-template-columns:minmax(0,1fr);justify-items:center;width:100%;display:grid}.company-report-hero__badges>*,.company-report-hero__meta>*{white-space:normal;text-align:center;max-width:100%}.company-report-section-header,.company-execution-workspace__header{gap:9px;width:100%;text-align:center!important;justify-items:center!important;display:grid!important}.company-report-section-header>div,.company-report-section-header h2,.company-report-section-header p{width:100%;min-width:0;text-align:center!important}.company-assigned-team-panel{text-align:center;justify-items:center;grid-template-columns:minmax(0,1fr)!important}.company-assigned-team-panel__content,.company-assigned-team-panel__content p,.company-assigned-team-panel__content span{text-align:center;overflow-wrap:anywhere;justify-content:center;width:100%;min-width:0}.company-report-info-list>div,.company-company-response-card__details>div,.company-reporter-box,.company-report-timeline article,.company-company-response-card__reason,.company-company-response-card__note{overflow-wrap:anywhere;word-break:break-word;min-width:0}.company-report-image-card,.company-solution-image-preview,.company-cannot-fix-images article{width:100%;min-width:0}.company-report-image-card img,.company-report-top-images-card .company-report-image-card img{object-fit:cover;width:100%;height:auto;min-height:220px;max-height:360px}.company-execution-workspace button,.company-execution-workspace a,.company-report-details-page form button[type=submit]{max-width:100%}.company-report-waiting-card,.company-report-resolved-card{text-align:center;justify-items:center;display:grid}.company-report-waiting-card p,.company-report-resolved-card p{text-align:center}}@media (width<=430px){.company-reports-filter-card__mobile-actions{grid-template-columns:minmax(0,1fr)}.company-reports-map-wrapper,.company-reports-map-wrapper .leaflet-container,.company-reports-map-empty{min-height:350px}.company-reports-card .dashboard-section-card__body{padding:10px!important}.company-reports-table tr{border-radius:16px!important;padding:12px!important}.company-reports-table td{gap:8px;grid-template-columns:82px minmax(0,1fr)!important}.company-reports-table td:before{font-size:.68rem}.company-report-table-summary strong{font-size:.95rem}.company-report-details-card{border-radius:18px;padding:14px 12px}.company-report-image-card img,.company-report-top-images-card .company-report-image-card img{min-height:200px}}@media (width<=768px){.company-reports-card,.company-reports-card .dashboard-section-card__body{min-width:0}.company-reports-card .dashboard-section-card__body{overflow:hidden!important}.company-reports-table-wrap{-webkit-overflow-scrolling:touch;overscroll-behavior-inline:contain;scrollbar-width:thin;scrollbar-color:#025f4880 #025f4814;width:100%!important;min-width:0!important;max-width:100%!important;padding:0 0 12px!important;display:block!important;overflow:auto hidden!important}.company-reports-table-wrap::-webkit-scrollbar{height:9px;display:block}.company-reports-table-wrap::-webkit-scrollbar-track{background:#025f4814;border-radius:999px}.company-reports-table-wrap::-webkit-scrollbar-thumb{background:#025f4880;border:2px solid #fffc;border-radius:999px}.company-reports-table{table-layout:auto!important;border-collapse:collapse!important;border-spacing:0!important;width:max-content!important;min-width:1080px!important;max-width:none!important;display:table!important}.company-reports-table thead{display:table-header-group!important}.company-reports-table tbody{width:auto!important;display:table-row-group!important}.company-reports-table tr,.company-reports-table tr.is-highlighted{width:auto!important;min-width:0!important;max-width:none!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0!important;display:table-row!important;overflow:visible!important}.company-reports-table th,.company-reports-table td,.company-reports-table td:first-child,.company-reports-table td:last-child,.company-reports-table td[data-label=الإجراء\ التالي]{box-sizing:border-box;background:0 0;vertical-align:middle!important;text-align:right!important;white-space:nowrap!important;border:0!important;border-bottom:1px solid #025f4812!important;border-radius:0!important;width:auto!important;min-width:0!important;max-width:none!important;margin:0!important;padding:14px 13px!important;display:table-cell!important;overflow:visible!important}.company-reports-table th{color:var(--color-subtitle);font-size:.78rem;font-weight:950;background:#f3f4f4!important}.company-reports-table td:before,.company-reports-table td:first-child:before,.company-reports-table td[data-label=الإجراء\ التالي]:before{content:none!important;display:none!important}.company-reports-table tr.is-highlighted td,.company-reports-table tr.is-highlighted td:first-child{background:#025f4812!important}.company-reports-table th:first-child,.company-reports-table td:first-child{white-space:normal!important;min-width:330px!important}.company-report-table-summary{text-align:right!important;justify-items:start!important;gap:5px!important;width:100%!important;min-width:300px!important;max-width:360px!important;display:grid!important}.company-reports-table td:first-child strong,.company-report-table-summary strong,.company-reports-table td:first-child span,.company-report-table-summary small,.company-report-table-summary__description,.company-report-table-summary__type,.company-report-table-summary__location,.company-report-table-summary__id{overflow-wrap:break-word;word-break:normal;text-align:right!important;white-space:normal!important;width:auto!important;min-width:0!important;max-width:100%!important;margin:0!important}.company-report-table-summary__location{justify-content:flex-start!important;align-items:center!important;display:inline-flex!important}.company-report-table-summary__id,.company-report-id-value{direction:rtl;unicode-bidi:normal;-webkit-user-select:text!important;user-select:text!important}.company-report-id-value{direction:ltr;unicode-bidi:isolate}.company-report-status,.company-report-priority,.company-report-admin-review,.company-report-waiting-pill,.company-report-assigned-date{white-space:nowrap!important;overflow-wrap:normal!important;justify-self:auto!important;width:max-content!important;min-width:max-content!important;max-width:none!important}.company-report-actions{align-items:center;flex-wrap:nowrap!important;grid-template-columns:none!important;gap:8px!important;width:max-content!important;min-width:max-content!important;display:flex!important}.company-report-view-btn,.company-report-start-btn,.company-report-upload-btn,.company-report-waiting-pill{min-height:38px;padding:8px 11px;white-space:nowrap!important;width:auto!important;min-width:max-content!important;max-width:none!important}}@media (width<=430px){.company-reports-table{min-width:1040px!important}.company-reports-table th,.company-reports-table td,.company-reports-table td:first-child,.company-reports-table td:last-child,.company-reports-table td[data-label=الإجراء\ التالي]{padding:12px 11px!important}}.company-reports-filter-select__menu::-webkit-scrollbar-button{width:0;height:0;display:none}.company-reports-filter-select__menu::-webkit-scrollbar-button:single-button{width:0;height:0;display:none}@media (width<=767px){.company-reports-filter-select__menu::-webkit-scrollbar{width:7px}}@media (width<=640px){.company-submission-history-list article>div{flex-direction:column;align-items:flex-start}}@keyframes company-team-confirmation-in{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=620px){.company-team-confirmation-backdrop{padding:14px}.company-team-confirmation{border-radius:20px;padding:20px 16px}.company-team-confirmation__summary{text-align:center;grid-template-columns:1fr}.company-team-confirmation__arrow{margin:0 auto;transform:rotate(90deg)}.company-team-confirmation__actions{grid-template-columns:1fr}.company-technician-card__meta{justify-content:center}.company-technician-card__reason{width:100%}}@keyframes company-start-confirmation-enter{0%{opacity:0;transform:translateY(12px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes company-start-confirmation-spin{to{transform:rotate(360deg)}}@media (width<=640px){.company-start-confirmation-backdrop{place-items:end center;padding:0}.company-start-confirmation-modal{border-bottom:0;border-left:0;border-right:0;border-radius:24px 24px 0 0;width:100%;max-height:92dvh;animation-name:company-start-confirmation-mobile-enter}@keyframes company-start-confirmation-mobile-enter{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.company-start-confirmation-modal__header,.company-start-confirmation-modal__body{padding-left:16px;padding-right:16px}.company-start-confirmation-modal__header{padding-top:16px;padding-bottom:15px}.company-start-confirmation-modal__body{padding-top:16px;padding-bottom:16px}.company-start-confirmation-modal__actions{padding:13px 16px calc(14px + env(safe-area-inset-bottom))}.company-start-confirmation-modal__icon{border-radius:14px;width:44px;height:44px}.company-start-confirmation-modal__heading h3{font-size:1.05rem}}@media (width<=480px){.company-start-confirmation-modal__summary{grid-template-columns:1fr}.company-start-confirmation-modal__summary article{padding:10px 11px}.company-start-confirmation-modal__actions{grid-template-columns:1fr}.company-start-confirmation-modal__confirm{grid-row:1}.company-start-confirmation-modal__cancel{grid-row:2}}@media (width<=360px){.company-start-confirmation-modal__heading{gap:9px}.company-start-confirmation-modal__icon{width:40px;height:40px}.company-start-confirmation-modal__eyebrow{font-size:.62rem}.company-start-confirmation-modal__heading h3{font-size:.96rem}.company-start-confirmation-modal__close{width:36px;height:36px}}@media (prefers-reduced-motion:reduce){.company-start-confirmation-modal,.company-start-confirmation-modal__spinner{animation-duration:.01ms;animation-iteration-count:1}}@keyframes company-cannot-fix-confirmation-enter{0%{opacity:0;transform:translateY(14px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes company-cannot-fix-confirmation-spin{to{transform:rotate(360deg)}}@media (width<=767px){.company-cannot-fix-confirmation-backdrop{align-items:flex-end;padding:12px}.company-cannot-fix-confirmation-modal{border-radius:24px 24px 0 0;width:100%;max-height:min(92vh,880px);animation-name:company-cannot-fix-confirmation-mobile-enter}@keyframes company-cannot-fix-confirmation-mobile-enter{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.company-cannot-fix-confirmation-modal__header,.company-cannot-fix-confirmation-modal__body,.company-cannot-fix-confirmation-modal__actions{padding-left:18px;padding-right:18px}.company-cannot-fix-confirmation-modal__header{padding-top:18px;padding-bottom:16px}.company-cannot-fix-confirmation-modal__body{padding-top:18px;padding-bottom:18px}.company-cannot-fix-confirmation-modal__summary{grid-template-columns:1fr}.company-cannot-fix-confirmation-modal__actions{flex-direction:column-reverse;padding-top:18px;padding-bottom:18px}.company-cannot-fix-confirmation-modal__cancel,.company-cannot-fix-confirmation-modal__confirm{width:100%}}@media (width<=768px){.company-report-details-map-wrapper,.company-report-details-map-wrapper .reports-map,.company-report-details-map-wrapper .reports-map__canvas,.company-report-details-map-wrapper .leaflet-container,.company-report-details-map-empty{min-height:360px}.company-report-details-map-card .company-reports-map-card__header{text-align:center;justify-items:center;display:grid}}@media (width<=430px){.company-report-details-map-wrapper,.company-report-details-map-wrapper .reports-map,.company-report-details-map-wrapper .reports-map__canvas,.company-report-details-map-wrapper .leaflet-container,.company-report-details-map-empty{min-height:320px}.company-report-details-map-wrapper{padding:9px}.company-report-details-map-location{margin:0 9px 9px}}@keyframes companyNotificationsSpin{to{transform:rotate(360deg)}}@media (width<=1200px){.company-notifications-hero{grid-template-columns:1fr}}@media (width<=992px){.company-notification-item{grid-template-columns:auto auto minmax(0,1fr)}.company-notification-item__actions{grid-column:1/-1;grid-template-columns:1fr auto;min-width:0}.company-notification-item__action,.company-notification-item__read-badge{width:100%}}@media (width<=768px){.company-notifications-page{gap:16px}.company-notifications-hero,.company-notifications-panel{border-radius:22px;padding:16px}.company-notifications-hero__content{justify-items:stretch}.company-notifications-hero__content h2,.company-notifications-hero__content p{text-align:right}.company-notifications-hero__stats{grid-template-columns:1fr}.company-notifications-hero__stats article{min-height:88px}.company-notifications-toolbar{align-items:stretch}.company-notifications-toolbar__search{flex-basis:100%;min-width:0}.company-notifications-toolbar__actions{grid-template-columns:1fr;width:100%;display:grid}.company-notifications-btn{width:100%}.company-notification-item{border-radius:18px;grid-template-columns:auto minmax(0,1fr);align-items:flex-start;padding:14px}.company-notification-item__status{display:none}.company-notification-item__icon{border-radius:14px;width:44px;height:44px}.company-notification-item__top{gap:8px;display:grid}.company-notification-item__time{justify-self:start}.company-notification-item__actions{grid-column:1/-1}}@media (width<=480px){.company-notifications-hero,.company-notifications-panel{padding:14px}.company-notification-item{grid-template-columns:1fr}.company-notification-item__icon{justify-self:end}.company-notification-item__actions{grid-template-columns:1fr}.company-notification-item__delete{width:100%}}@media (width<=768px){.company-notifications-toolbar{align-items:stretch}.company-notifications-toolbar__actions{width:100%}.company-notifications-toolbar__actions .company-notifications-btn{justify-content:center;width:100%}.company-notification-item{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}.company-notification-item__status{display:none}.company-notification-item__icon{margin:0 auto}.company-notification-item__content{text-align:center;flex-direction:column;align-items:center;width:100%;display:flex}.company-notification-item__top{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.65rem;width:100%;display:flex}.company-notification-item__top>div{text-align:center;flex-direction:column;align-items:center;width:100%;display:flex}.company-notification-item__eyebrow,.company-notification-item__top h3,.company-notification-item__content p{text-align:center}.company-notification-item__time{justify-content:center;margin-inline:auto}.company-notification-item__meta{text-align:center;justify-content:center;width:100%}.company-notification-item__meta span{text-align:center;justify-content:center}.company-notification-item__actions{flex-direction:column;align-items:center;gap:.75rem;width:100%;display:flex}.company-notification-item__action,.company-notification-item__delete,.company-notification-item__read-badge{justify-content:center;width:100%}}@media (width<=768px){.company-notifications-read-tabs{display:none}}@media (width<=992px){.company-notification-item__actions{grid-template-columns:1fr 1fr auto}}@media (width<=560px){.company-notification-item__actions{grid-template-columns:1fr}.company-notification-item__action--view,.company-notification-item__delete{width:100%}}@media (width<=992px){.notification-report-modal__info-grid,.notification-report-modal__images-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.notification-report-modal-backdrop{align-items:flex-start;padding:14px}.notification-report-modal{border-radius:24px;max-height:calc(100dvh - 28px)}.notification-report-modal__header{text-align:center;grid-template-columns:1fr;justify-items:center;padding:60px 18px 18px}.notification-report-modal__body{padding:16px}.notification-report-modal__status-row{justify-content:center}.notification-report-modal__info-grid,.notification-report-modal__images-grid{grid-template-columns:1fr}.notification-report-modal__info-card,.notification-report-modal__section-title,.notification-report-modal__description,.notification-report-modal__empty-text{text-align:center}.notification-report-modal__info-icon{margin-inline:auto}.notification-report-modal__section-title{justify-items:center;display:grid}.notification-report-modal__timeline-item{text-align:center;grid-template-columns:1fr;justify-items:center}}@media (width<=768px){.company-notifications-read-tabs{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid}.company-notifications-read-tab{width:100%}}@media (width<=1200px){.company-profile-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.company-profile-grid,.company-profile-grid--simple{grid-template-columns:1fr}}@media (width<=768px){.company-profile-page{text-align:center;gap:14px}.company-profile-header-card{text-align:center;border-radius:24px;grid-template-columns:1fr;justify-items:center;padding:20px 16px}.company-profile-header-card__content{text-align:center;justify-items:center;width:100%;display:grid}.company-profile-header-card__title-row{text-align:center;justify-items:center;gap:12px;width:100%;display:grid}.company-profile-header-card__title-row>div{text-align:center;justify-items:center;width:100%;display:grid}.company-profile-header-card__eyebrow,.company-profile-header-card h1,.company-profile-header-card p{text-align:center;width:100%}.company-profile-status{margin-inline:auto}.company-profile-header-card__meta{text-align:center;justify-content:center;width:100%}.company-profile-stats-grid{grid-template-columns:1fr;gap:12px}.company-profile-stat-card{grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"value content icon";gap:11px;min-height:92px;padding:14px 15px}.company-profile-stat-card:before{inset-block:16px}.company-profile-stat-card__icon{border-radius:14px;width:42px;height:42px}.company-profile-stat-card__icon svg{width:20px;height:20px}.company-profile-stat-card__content{text-align:right;justify-items:stretch;width:auto}.company-profile-stat-card__content h3,.company-profile-stat-card__content p{text-align:right;width:100%}.company-profile-stat-card__value{min-width:36px;font-size:1.46rem}.company-profile-card{border-radius:22px;padding:16px}.company-profile-card__header,.company-profile-card__header>div{text-align:center;justify-items:center;width:100%;display:grid}.company-profile-card__header h2,.company-profile-card__header p{text-align:center;width:100%}.company-profile-detail-row{text-align:center;flex-wrap:wrap;justify-content:center;align-items:center}.company-profile-detail-row__label,.company-profile-detail-row__value,.company-profile-detail-row__value bdi{text-align:center}.company-profile-header-card{width:100%;text-align:center!important;grid-template-columns:1fr!important;place-items:center!important;display:grid!important}.company-profile-header-card__avatar{margin-inline:auto!important}.company-profile-header-card__content{width:100%;text-align:center!important;place-items:center!important;display:grid!important}.company-profile-header-card__title-row{width:100%;text-align:center!important;grid-template-columns:1fr!important;place-items:center!important;gap:12px!important;display:grid!important}.company-profile-header-card__identity{width:100%;text-align:center!important;place-items:center!important;display:grid!important}.company-profile-header-card__eyebrow,.company-profile-header-card__identity h1,.company-profile-header-card__identity p{width:100%;display:block;text-align:center!important;margin-inline:auto!important}.company-profile-status{justify-content:center!important;margin-inline:auto!important}.company-profile-header-card__meta{width:100%;text-align:center!important;flex-wrap:wrap!important;justify-content:center!important;align-items:center!important;display:flex!important}.company-profile-header-card__meta span{text-align:center!important;justify-content:center!important}}.company-teams-page{gap:18px;display:grid}.company-teams-card,.company-teams-card .dashboard-section-card__header,.company-teams-card .dashboard-section-card__body,.company-teams-card .dashboard-section-card__action{overflow:visible}.company-teams-toolbar{z-index:50;grid-template-columns:minmax(240px,1.25fr) minmax(170px,.8fr) minmax(140px,.65fr) minmax(150px,.7fr) auto auto auto;align-items:center;gap:10px;display:grid;position:relative;overflow:visible}.company-teams-search{background:#fff;border:1.5px solid #025f4824;border-radius:14px;align-items:center;gap:10px;min-height:44px;padding:0 14px;display:flex}.company-teams-search svg{color:var(--color-primary);width:18px;height:18px}.company-teams-search input{width:100%;color:var(--color-text);border:0;outline:0;font-weight:850}.company-teams-toolbar__filter-btn,.company-teams-toolbar__reset-btn,.company-teams-toolbar__add-btn{white-space:nowrap;border-radius:14px;justify-content:center;align-items:center;gap:8px;min-height:44px;font-weight:950;display:inline-flex}.company-teams-toolbar__filter-btn{width:48px;color:var(--color-primary);background:#025f4814}.company-teams-toolbar__reset-btn{color:var(--color-primary);background:#025f4814;padding:8px 13px}.company-teams-toolbar__add-btn{background:var(--color-primary);color:#fff;padding:8px 16px}.company-teams-filter-select{z-index:60;position:relative}.company-teams-filter-select.is-open{z-index:999}.company-teams-filter-select__button{width:100%;min-height:44px;color:var(--color-text);background:linear-gradient(#fff 0%,#f7fcf9f5 100%);border:1.5px solid #025f4824;border-radius:14px;justify-content:space-between;align-items:center;gap:10px;padding:0 14px;font-weight:950;display:flex;box-shadow:0 8px 20px #0f172a0a}.company-teams-filter-select__button:hover,.company-teams-filter-select__button.is-open{background:#fff;border-color:#025f486b;box-shadow:0 12px 26px #025f481a}.company-teams-filter-select__button svg{color:var(--color-primary);transition:transform .2s}.company-teams-filter-select__button.is-open svg{transform:rotate(180deg)}.company-teams-filter-select__button span{text-align:right;text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.company-teams-filter-select__menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:9999;direction:rtl;background:#fffffffa;border:1.5px solid #025f4824;border-radius:18px;gap:6px;max-height:280px;margin:0;padding:9px;list-style:none;display:grid;position:absolute;top:calc(100% + 10px);left:0;right:0;overflow-y:auto;box-shadow:0 22px 48px #0f172a29}.company-teams-filter-select__menu li{list-style:none}.company-teams-filter-select__option{width:100%;min-height:42px;color:var(--color-text);text-align:right;cursor:pointer;background:0 0;border:0;border-radius:13px;justify-content:space-between;align-items:center;gap:8px;padding:9px 12px;font-size:.86rem;font-weight:900;display:flex}.company-teams-filter-select__option:hover,.company-teams-filter-select__option.is-active{color:var(--color-primary);background:#025f4814}.company-teams-filter-select__option span{text-align:right;flex:1}.company-teams-filter-select__option svg{width:16px;height:16px;color:var(--color-primary)}.company-teams-table-wrap{-webkit-overflow-scrolling:touch;width:100%;padding-bottom:10px;overflow:auto visible}.company-teams-table{border-collapse:collapse;width:100%;min-width:1180px}.company-teams-table th{color:var(--color-subtitle);white-space:nowrap;background:#f3f4f4;padding:16px 14px;font-size:.82rem;font-weight:950}.company-teams-table td{color:var(--color-text);vertical-align:middle;white-space:nowrap;border-bottom:1px solid #025f480f;padding:15px 14px;font-size:.84rem;font-weight:850}.company-teams-table td:first-child strong{color:var(--color-text);font-weight:950;display:block}.company-teams-table td:first-child span{color:var(--color-subtitle);margin-top:4px;font-size:.72rem;display:block}.company-team-phone,.company-team-members-pill,.company-team-status,.company-team-availability{white-space:nowrap;border-radius:999px;align-items:center;gap:6px;min-height:30px;padding:6px 11px;font-size:.76rem;font-weight:950;display:inline-flex}.company-team-phone,.company-team-members-pill{color:var(--color-primary);background:#025f4814}.company-team-status--success,.company-team-availability--success{color:#218540;background:#34a85324}.company-team-status--danger,.company-team-availability--danger{color:#c24a4a;background:#ef7c7c24}.company-team-availability--warning{color:#b17800;background:#ffc1072e}.company-team-actions{flex-wrap:nowrap;gap:8px;display:flex}.company-team-view-btn,.company-team-edit-btn,.company-team-disable-btn,.company-team-enable-btn{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:6px;min-height:34px;padding:7px 10px;font-size:.76rem;font-weight:950;display:inline-flex}.company-team-view-btn{background:var(--color-primary);color:#fff}.company-team-edit-btn{color:var(--color-primary);background:#025f4814}.company-team-disable-btn{color:#c24a4a;background:#ef7c7c1f}.company-team-enable-btn{color:#218540;background:#34a85324}.company-team-modal-backdrop{z-index:99999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a6b;place-items:center;padding:24px;display:grid;position:fixed;inset:0;overflow-y:auto}.company-team-modal{background:#fff;border-radius:24px;width:min(820px,100%);max-height:calc(100dvh - 48px);padding:22px;position:relative;overflow-y:auto;box-shadow:0 26px 70px #0f172a3d}.company-team-modal__close{color:#c24a4a;background:#ef7c7c1a;border-radius:999px;place-items:center;width:38px;height:38px;display:grid;position:absolute;top:14px;left:14px}.company-team-modal__header{align-items:center;gap:12px;display:flex}.company-team-modal__header>span{width:48px;height:48px;color:var(--color-primary);background:#025f4814;border-radius:15px;flex-shrink:0;place-items:center;display:grid}.company-team-modal__header>span.is-danger{color:#c24a4a;background:#ef7c7c1f}.company-team-modal__header>span.is-success{color:#218540;background:#34a85324}.company-team-modal__header h2{color:var(--color-primary);margin:0;font-size:1.2rem;font-weight:950}.company-team-modal__header p{color:var(--color-subtitle);margin:5px 0 0;font-weight:850}.company-team-system-note{color:var(--color-subtitle);background:#025f480f;border:1px solid #025f481f;border-radius:16px;align-items:flex-start;gap:10px;margin-top:18px;padding:13px 14px;font-size:.84rem;font-weight:850;line-height:1.8;display:flex}.company-team-system-note svg{color:var(--color-primary);flex-shrink:0;margin-top:4px}.company-team-system-note p{margin:0}.company-team-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:20px;display:grid}.company-team-form-field{color:var(--color-subtitle);gap:8px;font-size:.86rem;font-weight:900;display:grid}.company-team-form-field--full{margin-top:14px}.company-team-form-field input,.company-team-form-field textarea{width:100%;color:var(--color-text);border:1.5px solid #025f4829;border-radius:14px;outline:none;padding:12px 14px;font-weight:850}.company-team-form-field textarea{resize:vertical}.company-team-form-field input:focus,.company-team-form-field textarea:focus{border-color:#025f488c;box-shadow:0 8px 20px #025f4814}.company-team-form-error{color:#c24a4a;margin:14px 0 0;font-size:.84rem;font-weight:950}.company-team-modal__actions{justify-content:center;gap:10px;margin-top:20px;display:flex}.company-team-cancel-btn,.company-team-save-btn,.company-team-danger-btn{border-radius:14px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:9px 16px;font-weight:950;display:inline-flex}.company-team-cancel-btn{color:var(--color-subtitle);background:#6b72801a}.company-team-save-btn{background:var(--color-primary);color:#fff}.company-team-danger-btn{color:#fff;background:#c24a4a}.company-team-details-status-row{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.company-team-details-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:16px;display:grid}.company-team-details-grid>div{background:#025f480d;border-radius:16px;gap:5px;padding:14px;display:grid}.company-team-details-grid svg{color:var(--color-primary)}.company-team-details-grid span{color:var(--color-subtitle);font-size:.78rem;font-weight:850}.company-team-details-grid strong{color:var(--color-text);font-weight:950}.company-team-details-notes{background:#fafafa;border-radius:16px;margin-top:16px;padding:14px}.company-team-details-notes h3{color:var(--color-primary);margin:0 0 8px;font-size:.95rem;font-weight:950}.company-team-details-notes p{color:var(--color-subtitle);margin:0;font-weight:850;line-height:1.8}.company-team-status-warning{color:#9b7100;background:#ffc10729;border-radius:16px;gap:10px;margin-top:18px;padding:14px;font-weight:850;line-height:1.8;display:flex}@media (width<=1200px){.company-teams-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}.company-teams-toolbar__filter-btn,.company-teams-toolbar__reset-btn,.company-teams-toolbar__add-btn{width:100%}}@media (width<=768px){.company-teams-page{gap:14px}.company-teams-card .dashboard-section-card__header{text-align:center;justify-items:center;gap:14px;display:grid}.company-teams-card .dashboard-section-card__action{width:100%}.company-teams-toolbar{grid-template-columns:1fr}.company-teams-search,.company-teams-toolbar__filter-btn,.company-teams-toolbar__reset-btn,.company-teams-toolbar__add-btn{width:100%}.company-team-modal-backdrop{align-items:start;padding:16px 12px}.company-team-modal{border-radius:22px;padding:20px 16px}.company-team-modal__header{text-align:center;justify-items:center;padding-top:34px;display:grid}.company-team-form-grid,.company-team-details-grid{grid-template-columns:1fr}.company-team-modal__actions{display:grid}.company-team-cancel-btn,.company-team-save-btn,.company-team-danger-btn{width:100%}}.company-teams-toolbar{grid-template-columns:minmax(260px,1.4fr) minmax(150px,.75fr) minmax(160px,.8fr) 48px auto auto}.company-teams-table{width:1200px;min-width:1200px;max-width:none}@media (width<=1200px){.company-teams-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.company-teams-toolbar{grid-template-columns:1fr}.company-teams-table{width:1200px;min-width:1200px}}.company-teams-open-filters-btn{background:var(--color-primary);color:#fff;white-space:nowrap;border-radius:14px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:8px 15px;font-size:.88rem;font-weight:950;display:none}.company-teams-open-filters-btn span{width:22px;height:22px;color:var(--color-primary);background:#fff;border-radius:999px;place-items:center;font-size:.72rem;font-weight:950;display:grid}.company-teams-filters-backdrop{z-index:99999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a70;place-items:center;padding:18px 12px;display:grid;position:fixed;inset:0;overflow-y:auto}.company-teams-filters-panel{background:#fff;border-radius:26px;gap:16px;width:min(440px,100%);padding:18px;display:grid;position:relative;overflow:visible;box-shadow:0 28px 80px #0f172a42}.company-teams-filters-panel__header{text-align:center;justify-items:center;gap:8px;padding:12px 44px 8px;display:grid}.company-teams-filters-panel__header h2{color:var(--color-primary);margin:0;font-size:1.2rem;font-weight:950}.company-teams-filters-panel__header p{color:var(--color-subtitle);margin:0;font-size:.82rem;font-weight:850;line-height:1.7}.company-teams-filters-panel__close{color:#c24a4a;background:#ef7c7c1c;border-radius:999px;place-items:center;width:40px;height:40px;display:grid;position:absolute;top:16px;left:16px}.company-teams-filters-panel__body{gap:12px;display:grid}.company-teams-search--panel{border-radius:16px;width:100%;min-height:48px}.company-teams-filters-panel__actions{gap:10px;display:grid}.company-teams-filter-apply-btn,.company-teams-filter-reset-btn{border-radius:14px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:44px;padding:9px 16px;font-weight:950;display:inline-flex}.company-teams-filter-apply-btn{background:var(--color-primary);color:#fff}.company-teams-filter-reset-btn{color:var(--color-primary);background:#025f4814}@media (width<=768px){.company-teams-toolbar--desktop{display:none!important}.company-teams-open-filters-btn{flex-shrink:0;width:auto;min-width:116px;display:inline-flex}.company-teams-card .dashboard-section-card__header{text-align:right!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;padding-inline:16px!important;display:flex!important}.company-teams-card .dashboard-section-card__header>div{flex:1;min-width:0;text-align:right!important}.company-teams-card .dashboard-section-card__header h2,.company-teams-card .dashboard-section-card__header p{text-align:right!important}.company-teams-card .dashboard-section-card__header h2{font-size:1.05rem;line-height:1.4}.company-teams-card .dashboard-section-card__header p{font-size:.74rem}.company-teams-card .dashboard-section-card__action{flex-shrink:0;justify-content:flex-end!important;width:auto!important;display:flex!important}.company-teams-filters-backdrop{align-items:center}.company-teams-filters-panel{border-radius:24px;padding:18px}}.company-teams-filter-card{z-index:80;box-shadow:var(--shadow-sm);background:#fff;border:1px solid #025f4814;border-radius:24px;gap:16px;padding:18px;display:grid;position:relative;overflow:visible}.company-teams-filter-card__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.company-teams-filter-card__header h2{color:var(--color-primary);margin:0;font-size:1.15rem;font-weight:950}.company-teams-filter-card__header p{color:var(--color-subtitle);margin:5px 0 0;font-size:.86rem;font-weight:850}.company-teams-filter-card__actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.company-teams-filter-card__reset-btn,.company-teams-filter-card__add-btn{white-space:nowrap;border-radius:14px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:8px 14px;font-weight:950;display:inline-flex}.company-teams-filter-card__reset-btn{color:var(--color-primary);background:#025f4814}.company-teams-filter-card__add-btn{background:var(--color-primary);color:#fff}.company-teams-filter-card__body{z-index:90;position:relative;overflow:visible}.company-teams-filter-card__mobile-actions{display:none}.company-teams-filter-card .company-teams-toolbar{grid-template-columns:minmax(320px,1.5fr) minmax(170px,.8fr) minmax(190px,.9fr) 48px auto auto;width:100%;max-width:100%}.company-teams-filter-card .company-teams-toolbar__add-btn{display:none}.company-teams-card{z-index:1;position:relative}@media (width<=768px){.company-teams-filter-card{border-radius:22px;padding:16px}.company-teams-filter-card__header{text-align:center;justify-items:center;gap:12px;display:grid}.company-teams-filter-card__header h2{font-size:1.05rem}.company-teams-filter-card__header p{font-size:.78rem;line-height:1.7}.company-teams-filter-card__actions{display:none}.company-teams-filter-card .company-teams-toolbar--desktop{display:none!important}.company-teams-filter-card__mobile-actions{grid-template-columns:1fr;justify-items:center;gap:10px;display:grid}.company-teams-open-filters-btn,.company-teams-filter-card__mobile-actions .company-teams-filter-card__add-btn{width:min(100%,260px)}}.company-teams-alert{border-radius:16px;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;font-size:.88rem;font-weight:900;display:flex}.company-teams-alert--danger{color:#a83f3f;background:#ef7c7c1a;border:1px solid #c24a4a2e}.company-teams-alert button{min-height:34px;color:inherit;white-space:nowrap;background:#fff;border-radius:999px;padding:7px 12px;font-size:.78rem;font-weight:950}.company-teams-table-state{width:100%;min-height:96px;color:var(--color-subtitle);text-align:center;place-items:center;font-size:.9rem;font-weight:950;display:grid}.company-teams-page button:disabled,.company-team-modal button:disabled{cursor:not-allowed;opacity:.65}@media (width<=640px){.company-teams-alert{flex-direction:column;align-items:stretch}.company-teams-alert button{width:100%}}.company-analytics-page{gap:18px;display:grid}.company-analytics-hero{box-shadow:var(--shadow-sm);background:linear-gradient(135deg,#e8ffe8e6,#fffffffa);border:1px solid #025f4814;border-radius:24px;justify-content:space-between;align-items:center;gap:18px;padding:20px 22px;display:flex}.company-analytics-hero h2{color:var(--color-primary);margin:0;font-size:1.2rem;font-weight:950}.company-analytics-hero p{color:var(--color-subtitle);margin:8px 0 0;font-size:.88rem;font-weight:850;line-height:1.8}.company-analytics-refresh-btn{background:var(--color-primary);color:#fff;white-space:nowrap;border-radius:14px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:9px 16px;font-weight:950;display:inline-flex}.company-analytics-refresh-btn:disabled{opacity:.65;cursor:not-allowed}.company-analytics-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.company-analytics-stat-card{min-height:128px;box-shadow:var(--shadow-sm);background:#fff;border:1px solid #025f4814;border-radius:20px;align-content:space-between;gap:18px;padding:16px;display:grid}.company-analytics-stat-card__top{direction:ltr;justify-content:space-between;align-items:center;display:flex}.company-analytics-stat-card__icon{border-radius:14px;place-items:center;width:42px;height:42px;display:grid}.company-analytics-stat-card__icon svg{width:20px;height:20px}.company-analytics-stat-card__change{color:var(--color-primary);align-items:center;gap:4px;font-size:.78rem;font-weight:950;display:inline-flex}.company-analytics-stat-card__body{justify-content:space-between;align-items:end;gap:10px;display:flex}.company-analytics-stat-card__body strong{color:var(--color-primary);font-size:1.7rem;font-weight:950;line-height:1}.company-analytics-stat-card__body h3{color:var(--color-text);text-align:right;margin:0;font-size:.95rem;font-weight:950}.company-analytics-stat-card__body p{color:var(--color-subtitle);text-align:right;margin:4px 0 0;font-size:.72rem;font-weight:850}.company-analytics-stat-card--primary .company-analytics-stat-card__icon{color:#5a6bff;background:#5a6bff1f}.company-analytics-stat-card--info .company-analytics-stat-card__icon{color:#4352db;background:#5a6bff1f}.company-analytics-stat-card--warning .company-analytics-stat-card__icon{color:#b17800;background:#ffc1072e}.company-analytics-stat-card--success .company-analytics-stat-card__icon{color:#218540;background:#34a85324}.company-analytics-charts-grid{grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:18px;display:grid}.company-analytics-card{min-height:360px;box-shadow:var(--shadow-sm);background:#fff;border:1px solid #025f4814;border-radius:24px;padding:18px;overflow:hidden}.company-analytics-card__header{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.company-analytics-card__header h2{color:var(--color-primary);margin:0;font-size:1.05rem;font-weight:950}.company-analytics-card__header p{color:var(--color-subtitle);margin:5px 0 0;font-size:.8rem;font-weight:850}.company-analytics-chart-legend{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.company-analytics-chart-legend span{color:var(--color-subtitle);align-items:center;gap:6px;font-size:.78rem;font-weight:850;display:inline-flex}.company-analytics-chart-legend i{border-radius:999px;width:10px;height:10px}.company-analytics-chart-legend i.is-assigned{background:#5a6bff}.company-analytics-chart-legend i.is-solved{background:#34a853}.company-analytics-line-chart{width:100%;margin-top:18px;overflow-x:auto}.company-analytics-line-chart svg{width:100%;min-width:620px;height:300px}.company-analytics-grid-line{stroke:#0f172a14;stroke-width:1px}.company-analytics-axis-text{fill:#8a8f98;font-size:12px;font-weight:800}.company-analytics-line{fill:none;stroke-width:4px;stroke-linecap:round;stroke-linejoin:round}.company-analytics-line--assigned{stroke:#5a6bff}.company-analytics-line--solved{stroke:#34a853}.company-analytics-status-list{gap:16px;margin-top:22px;display:grid}.company-analytics-status-row{gap:8px;display:grid}.company-analytics-status-row__title,.company-analytics-status-row__value{justify-content:space-between;align-items:center;gap:8px;display:flex}.company-analytics-status-row__title{justify-content:flex-start}.company-analytics-status-row__title>span{border-radius:999px;flex-shrink:0;width:11px;height:11px}.company-analytics-status-row__title strong{color:var(--color-text);font-size:.85rem;font-weight:950}.company-analytics-status-row__bar{background:#025f480f;border-radius:999px;height:9px;overflow:hidden}.company-analytics-status-row__bar span{border-radius:inherit;height:100%;display:block}.company-analytics-status-row__value strong{color:var(--color-primary);font-size:.9rem;font-weight:950}.company-analytics-status-row__value span{color:var(--color-subtitle);font-size:.78rem;font-weight:850}.is-blue{background:#5a6bff}.is-violet{background:#6f54f5}.is-orange{background:#ff9f1c}.is-yellow{background:#f5c542}.is-green{background:#34a853}.is-secondary,.is-dark,.is-black{background:#1f2937}.is-red{background:#dc2626}@media (width<=1200px){.company-analytics-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.company-analytics-charts-grid{grid-template-columns:1fr}}@media (width<=768px){.company-analytics-page{gap:14px}.company-analytics-hero{text-align:center;padding:18px 16px;display:grid}.company-analytics-refresh-btn{width:100%}.company-analytics-stats-grid{grid-template-columns:1fr}.company-analytics-card{min-height:auto;padding:16px}.company-analytics-card__header{text-align:center;justify-items:center;display:grid}.company-analytics-chart-legend{justify-content:center}.company-analytics-line-chart svg{min-width:560px;height:260px}}.company-analytics-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.company-analytics-stats-grid>*{min-width:0}@media (width<=1200px){.company-analytics-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}}@media (width<=768px){.company-analytics-stats-grid{grid-template-columns:1fr;gap:12px}}.company-analytics-error-message{color:#b42318!important;margin-top:10px!important;font-weight:900!important}:root,[data-bs-theme=light]{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-primary-text-emphasis:#052c65;--bs-secondary-text-emphasis:#2b2f32;--bs-success-text-emphasis:#0a3622;--bs-info-text-emphasis:#055160;--bs-warning-text-emphasis:#664d03;--bs-danger-text-emphasis:#58151c;--bs-light-text-emphasis:#495057;--bs-dark-text-emphasis:#495057;--bs-primary-bg-subtle:#cfe2ff;--bs-secondary-bg-subtle:#e2e3e5;--bs-success-bg-subtle:#d1e7dd;--bs-info-bg-subtle:#cff4fc;--bs-warning-bg-subtle:#fff3cd;--bs-danger-bg-subtle:#f8d7da;--bs-light-bg-subtle:#fcfcfd;--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:#9ec5fe;--bs-secondary-border-subtle:#c4c8cb;--bs-success-border-subtle:#a3cfbb;--bs-info-border-subtle:#9eeaf9;--bs-warning-border-subtle:#ffe69c;--bs-danger-border-subtle:#f1aeb5;--bs-light-border-subtle:#e9ecef;--bs-dark-border-subtle:#adb5bd;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, #ffffff26, #fff0);--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-color-rgb:33,37,41;--bs-body-bg:#fff;--bs-body-bg-rgb:255,255,255;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0,0,0;--bs-secondary-color:#212529bf;--bs-secondary-color-rgb:33,37,41;--bs-secondary-bg:#e9ecef;--bs-secondary-bg-rgb:233,236,239;--bs-tertiary-color:#21252980;--bs-tertiary-color-rgb:33,37,41;--bs-tertiary-bg:#f8f9fa;--bs-tertiary-bg-rgb:248,249,250;--bs-heading-color:inherit;--bs-link-color:#0d6efd;--bs-link-color-rgb:13,110,253;--bs-link-decoration:underline;--bs-link-hover-color:#0a58ca;--bs-link-hover-color-rgb:10,88,202;--bs-code-color:#d63384;--bs-highlight-color:#212529;--bs-highlight-bg:#fff3cd;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:#0000002d;--bs-border-radius:.375rem;--bs-border-radius-sm:.25rem;--bs-border-radius-lg:.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-xxl:2rem;--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-border-radius-pill:50rem;--bs-box-shadow:0 .5rem 1rem #00000026;--bs-box-shadow-sm:0 .125rem .25rem #00000013;--bs-box-shadow-lg:0 1rem 3rem #0000002d;--bs-box-shadow-inset:inset 0 1px 2px #00000013;--bs-focus-ring-width:.25rem;--bs-focus-ring-opacity:.25;--bs-focus-ring-color:#0d6efd40;--bs-form-valid-color:#198754;--bs-form-valid-border-color:#198754;--bs-form-invalid-color:#dc3545;--bs-form-invalid-border-color:#dc3545}[data-bs-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bs-body-color:#dee2e6;--bs-body-color-rgb:222,226,230;--bs-body-bg:#212529;--bs-body-bg-rgb:33,37,41;--bs-emphasis-color:#fff;--bs-emphasis-color-rgb:255,255,255;--bs-secondary-color:#dee2e6bf;--bs-secondary-color-rgb:222,226,230;--bs-secondary-bg:#343a40;--bs-secondary-bg-rgb:52,58,64;--bs-tertiary-color:#dee2e680;--bs-tertiary-color-rgb:222,226,230;--bs-tertiary-bg:#2b3035;--bs-tertiary-bg-rgb:43,48,53;--bs-primary-text-emphasis:#6ea8fe;--bs-secondary-text-emphasis:#a7acb1;--bs-success-text-emphasis:#75b798;--bs-info-text-emphasis:#6edff6;--bs-warning-text-emphasis:#ffda6a;--bs-danger-text-emphasis:#ea868f;--bs-light-text-emphasis:#f8f9fa;--bs-dark-text-emphasis:#dee2e6;--bs-primary-bg-subtle:#031633;--bs-secondary-bg-subtle:#161719;--bs-success-bg-subtle:#051b11;--bs-info-bg-subtle:#032830;--bs-warning-bg-subtle:#332701;--bs-danger-bg-subtle:#2c0b0e;--bs-light-bg-subtle:#343a40;--bs-dark-bg-subtle:#1a1d20;--bs-primary-border-subtle:#084298;--bs-secondary-border-subtle:#41464b;--bs-success-border-subtle:#0f5132;--bs-info-border-subtle:#087990;--bs-warning-border-subtle:#997404;--bs-danger-border-subtle:#842029;--bs-light-border-subtle:#495057;--bs-dark-border-subtle:#343a40;--bs-heading-color:inherit;--bs-link-color:#6ea8fe;--bs-link-hover-color:#8bb9fe;--bs-link-color-rgb:110,168,254;--bs-link-hover-color-rgb:139,185,254;--bs-code-color:#e685b5;--bs-highlight-color:#dee2e6;--bs-highlight-bg:#664d03;--bs-border-color:#495057;--bs-border-color-translucent:#ffffff26;--bs-form-valid-color:#75b798;--bs-form-valid-border-color:#75b798;--bs-form-invalid-color:#ea868f;--bs-form-invalid-border-color:#ea868f}*,:after,:before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;margin:0}hr{color:inherit;border:0;border-top:var(--bs-border-width) solid;opacity:.25;margin:1rem 0}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{color:var(--bs-heading-color);margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media (width>=1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media (width>=1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media (width>=1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media (width>=1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1rem}ol,ul{padding-right:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-right:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{color:var(--bs-highlight-color);background-color:var(--bs-highlight-bg);padding:.1875em}sub,sup{vertical-align:baseline;font-size:.75em;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}a:hover{--bs-link-color-rgb:var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{margin-top:0;margin-bottom:1rem;font-size:.875em;display:block;overflow:auto}pre code{font-size:inherit;color:inherit;word-break:normal}code{color:var(--bs-code-color);word-wrap:break-word;font-size:.875em}a>code{color:inherit}kbd{color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.25rem;padding:.1875rem .375rem;font-size:.875em}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{color:var(--bs-secondary-color);text-align:right;padding-top:.5rem;padding-bottom:.5rem}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{border-style:none;padding:0}fieldset{border:0;min-width:0;margin:0;padding:0}legend{float:right;width:100%;line-height:inherit;margin-bottom:.5rem;padding:0;font-size:calc(1.275rem + .3vw)}@media (width>=1200px){legend{font-size:1.5rem}}legend+*{clear:right}::-webkit-datetime-edit-day-field{padding:0}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit-hour-field{padding:0}::-webkit-datetime-edit-minute{padding:0}::-webkit-datetime-edit-month-field{padding:0}::-webkit-datetime-edit-text{padding:0}::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button{cursor:pointer;filter:grayscale()}[type=email],[type=number],[type=tel],[type=url]{direction:ltr}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{cursor:pointer;display:list-item}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (width>=1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (width>=1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (width>=1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (width>=1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (width>=1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (width>=1200px){.display-6{font-size:2.5rem}}.list-unstyled,.list-inline{padding-right:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-left:.5rem}.initialism{text-transform:uppercase;font-size:.875em}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{color:#6c757d;margin-top:-1rem;margin-bottom:1rem;font-size:.875em}.blockquote-footer:before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);max-width:100%;height:auto;padding:.25rem}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{color:var(--bs-secondary-color);font-size:.875em}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-left:calc(var(--bs-gutter-x) * .5);padding-right:calc(var(--bs-gutter-x) * .5);margin-left:auto;margin-right:auto}@media (width>=576px){.container,.container-sm{max-width:540px}}@media (width>=768px){.container,.container-md,.container-sm{max-width:720px}}@media (width>=992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (width>=1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (width>=1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}:root{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;margin-top:calc(-1 * var(--bs-gutter-y));margin-left:calc(-.5 * var(--bs-gutter-x));margin-right:calc(-.5 * var(--bs-gutter-x));flex-wrap:wrap;display:flex}.row>*{width:100%;max-width:100%;padding-left:calc(var(--bs-gutter-x) * .5);padding-right:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);flex-shrink:0}.col{flex:1 0 0}.row-cols-auto>*{flex:none;width:auto}.row-cols-1>*{flex:none;width:100%}.row-cols-2>*{flex:none;width:50%}.row-cols-3>*{flex:none;width:33.3333%}.row-cols-4>*{flex:none;width:25%}.row-cols-5>*{flex:none;width:20%}.row-cols-6>*{flex:none;width:16.6667%}.col-auto{flex:none;width:auto}.col-1{flex:none;width:8.33333%}.col-2{flex:none;width:16.6667%}.col-3{flex:none;width:25%}.col-4{flex:none;width:33.3333%}.col-5{flex:none;width:41.6667%}.col-6{flex:none;width:50%}.col-7{flex:none;width:58.3333%}.col-8{flex:none;width:66.6667%}.col-9{flex:none;width:75%}.col-10{flex:none;width:83.3333%}.col-11{flex:none;width:91.6667%}.col-12{flex:none;width:100%}.offset-1{margin-right:8.33333%}.offset-2{margin-right:16.6667%}.offset-3{margin-right:25%}.offset-4{margin-right:33.3333%}.offset-5{margin-right:41.6667%}.offset-6{margin-right:50%}.offset-7{margin-right:58.3333%}.offset-8{margin-right:66.6667%}.offset-9{margin-right:75%}.offset-10{margin-right:83.3333%}.offset-11{margin-right:91.6667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:.25rem}.g-1,.gy-1{--bs-gutter-y:.25rem}.g-2,.gx-2{--bs-gutter-x:.5rem}.g-2,.gy-2{--bs-gutter-y:.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (width>=576px){.col-sm{flex:1 0 0}.row-cols-sm-auto>*{flex:none;width:auto}.row-cols-sm-1>*{flex:none;width:100%}.row-cols-sm-2>*{flex:none;width:50%}.row-cols-sm-3>*{flex:none;width:33.3333%}.row-cols-sm-4>*{flex:none;width:25%}.row-cols-sm-5>*{flex:none;width:20%}.row-cols-sm-6>*{flex:none;width:16.6667%}.col-sm-auto{flex:none;width:auto}.col-sm-1{flex:none;width:8.33333%}.col-sm-2{flex:none;width:16.6667%}.col-sm-3{flex:none;width:25%}.col-sm-4{flex:none;width:33.3333%}.col-sm-5{flex:none;width:41.6667%}.col-sm-6{flex:none;width:50%}.col-sm-7{flex:none;width:58.3333%}.col-sm-8{flex:none;width:66.6667%}.col-sm-9{flex:none;width:75%}.col-sm-10{flex:none;width:83.3333%}.col-sm-11{flex:none;width:91.6667%}.col-sm-12{flex:none;width:100%}.offset-sm-0{margin-right:0}.offset-sm-1{margin-right:8.33333%}.offset-sm-2{margin-right:16.6667%}.offset-sm-3{margin-right:25%}.offset-sm-4{margin-right:33.3333%}.offset-sm-5{margin-right:41.6667%}.offset-sm-6{margin-right:50%}.offset-sm-7{margin-right:58.3333%}.offset-sm-8{margin-right:66.6667%}.offset-sm-9{margin-right:75%}.offset-sm-10{margin-right:83.3333%}.offset-sm-11{margin-right:91.6667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (width>=768px){.col-md{flex:1 0 0}.row-cols-md-auto>*{flex:none;width:auto}.row-cols-md-1>*{flex:none;width:100%}.row-cols-md-2>*{flex:none;width:50%}.row-cols-md-3>*{flex:none;width:33.3333%}.row-cols-md-4>*{flex:none;width:25%}.row-cols-md-5>*{flex:none;width:20%}.row-cols-md-6>*{flex:none;width:16.6667%}.col-md-auto{flex:none;width:auto}.col-md-1{flex:none;width:8.33333%}.col-md-2{flex:none;width:16.6667%}.col-md-3{flex:none;width:25%}.col-md-4{flex:none;width:33.3333%}.col-md-5{flex:none;width:41.6667%}.col-md-6{flex:none;width:50%}.col-md-7{flex:none;width:58.3333%}.col-md-8{flex:none;width:66.6667%}.col-md-9{flex:none;width:75%}.col-md-10{flex:none;width:83.3333%}.col-md-11{flex:none;width:91.6667%}.col-md-12{flex:none;width:100%}.offset-md-0{margin-right:0}.offset-md-1{margin-right:8.33333%}.offset-md-2{margin-right:16.6667%}.offset-md-3{margin-right:25%}.offset-md-4{margin-right:33.3333%}.offset-md-5{margin-right:41.6667%}.offset-md-6{margin-right:50%}.offset-md-7{margin-right:58.3333%}.offset-md-8{margin-right:66.6667%}.offset-md-9{margin-right:75%}.offset-md-10{margin-right:83.3333%}.offset-md-11{margin-right:91.6667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (width>=992px){.col-lg{flex:1 0 0}.row-cols-lg-auto>*{flex:none;width:auto}.row-cols-lg-1>*{flex:none;width:100%}.row-cols-lg-2>*{flex:none;width:50%}.row-cols-lg-3>*{flex:none;width:33.3333%}.row-cols-lg-4>*{flex:none;width:25%}.row-cols-lg-5>*{flex:none;width:20%}.row-cols-lg-6>*{flex:none;width:16.6667%}.col-lg-auto{flex:none;width:auto}.col-lg-1{flex:none;width:8.33333%}.col-lg-2{flex:none;width:16.6667%}.col-lg-3{flex:none;width:25%}.col-lg-4{flex:none;width:33.3333%}.col-lg-5{flex:none;width:41.6667%}.col-lg-6{flex:none;width:50%}.col-lg-7{flex:none;width:58.3333%}.col-lg-8{flex:none;width:66.6667%}.col-lg-9{flex:none;width:75%}.col-lg-10{flex:none;width:83.3333%}.col-lg-11{flex:none;width:91.6667%}.col-lg-12{flex:none;width:100%}.offset-lg-0{margin-right:0}.offset-lg-1{margin-right:8.33333%}.offset-lg-2{margin-right:16.6667%}.offset-lg-3{margin-right:25%}.offset-lg-4{margin-right:33.3333%}.offset-lg-5{margin-right:41.6667%}.offset-lg-6{margin-right:50%}.offset-lg-7{margin-right:58.3333%}.offset-lg-8{margin-right:66.6667%}.offset-lg-9{margin-right:75%}.offset-lg-10{margin-right:83.3333%}.offset-lg-11{margin-right:91.6667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (width>=1200px){.col-xl{flex:1 0 0}.row-cols-xl-auto>*{flex:none;width:auto}.row-cols-xl-1>*{flex:none;width:100%}.row-cols-xl-2>*{flex:none;width:50%}.row-cols-xl-3>*{flex:none;width:33.3333%}.row-cols-xl-4>*{flex:none;width:25%}.row-cols-xl-5>*{flex:none;width:20%}.row-cols-xl-6>*{flex:none;width:16.6667%}.col-xl-auto{flex:none;width:auto}.col-xl-1{flex:none;width:8.33333%}.col-xl-2{flex:none;width:16.6667%}.col-xl-3{flex:none;width:25%}.col-xl-4{flex:none;width:33.3333%}.col-xl-5{flex:none;width:41.6667%}.col-xl-6{flex:none;width:50%}.col-xl-7{flex:none;width:58.3333%}.col-xl-8{flex:none;width:66.6667%}.col-xl-9{flex:none;width:75%}.col-xl-10{flex:none;width:83.3333%}.col-xl-11{flex:none;width:91.6667%}.col-xl-12{flex:none;width:100%}.offset-xl-0{margin-right:0}.offset-xl-1{margin-right:8.33333%}.offset-xl-2{margin-right:16.6667%}.offset-xl-3{margin-right:25%}.offset-xl-4{margin-right:33.3333%}.offset-xl-5{margin-right:41.6667%}.offset-xl-6{margin-right:50%}.offset-xl-7{margin-right:58.3333%}.offset-xl-8{margin-right:66.6667%}.offset-xl-9{margin-right:75%}.offset-xl-10{margin-right:83.3333%}.offset-xl-11{margin-right:91.6667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (width>=1400px){.col-xxl{flex:1 0 0}.row-cols-xxl-auto>*{flex:none;width:auto}.row-cols-xxl-1>*{flex:none;width:100%}.row-cols-xxl-2>*{flex:none;width:50%}.row-cols-xxl-3>*{flex:none;width:33.3333%}.row-cols-xxl-4>*{flex:none;width:25%}.row-cols-xxl-5>*{flex:none;width:20%}.row-cols-xxl-6>*{flex:none;width:16.6667%}.col-xxl-auto{flex:none;width:auto}.col-xxl-1{flex:none;width:8.33333%}.col-xxl-2{flex:none;width:16.6667%}.col-xxl-3{flex:none;width:25%}.col-xxl-4{flex:none;width:33.3333%}.col-xxl-5{flex:none;width:41.6667%}.col-xxl-6{flex:none;width:50%}.col-xxl-7{flex:none;width:58.3333%}.col-xxl-8{flex:none;width:66.6667%}.col-xxl-9{flex:none;width:75%}.col-xxl-10{flex:none;width:83.3333%}.col-xxl-11{flex:none;width:91.6667%}.col-xxl-12{flex:none;width:100%}.offset-xxl-0{margin-right:0}.offset-xxl-1{margin-right:8.33333%}.offset-xxl-2{margin-right:16.6667%}.offset-xxl-3{margin-right:25%}.offset-xxl-4{margin-right:33.3333%}.offset-xxl-5{margin-right:41.6667%}.offset-xxl-6{margin-right:50%}.offset-xxl-7{margin-right:58.3333%}.offset-xxl-8{margin-right:66.6667%}.offset-xxl-9{margin-right:75%}.offset-xxl-10{margin-right:83.3333%}.offset-xxl-11{margin-right:91.6667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.table{--bs-table-color-type:initial;--bs-table-bg-type:initial;--bs-table-color-state:initial;--bs-table-bg-state:initial;--bs-table-color:var(--bs-emphasis-color);--bs-table-bg:var(--bs-body-bg);--bs-table-border-color:var(--bs-border-color);--bs-table-accent-bg:transparent;--bs-table-striped-color:var(--bs-emphasis-color);--bs-table-striped-bg:rgba(var(--bs-emphasis-color-rgb), .05);--bs-table-active-color:var(--bs-emphasis-color);--bs-table-active-bg:rgba(var(--bs-emphasis-color-rgb), .1);--bs-table-hover-color:var(--bs-emphasis-color);--bs-table-hover-bg:rgba(var(--bs-emphasis-color-rgb), .075);vertical-align:top;border-color:var(--bs-table-border-color);width:100%;margin-bottom:1rem}.table>:not(caption)>*>*{color:var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));background-color:var(--bs-table-bg);border-bottom-width:var(--bs-border-width);box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)));padding:.5rem}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:calc(var(--bs-border-width) * 2) solid currentcolor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem}.table-bordered>:not(caption)>*{border-width:var(--bs-border-width) 0}.table-bordered>:not(caption)>*>*{border-width:0 var(--bs-border-width)}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*,.table-striped-columns>:not(caption)>tr>:nth-child(2n){--bs-table-color-type:var(--bs-table-striped-color);--bs-table-bg-type:var(--bs-table-striped-bg)}.table-active{--bs-table-color-state:var(--bs-table-active-color);--bs-table-bg-state:var(--bs-table-active-bg)}.table-hover>tbody>tr:hover>*{--bs-table-color-state:var(--bs-table-hover-color);--bs-table-bg-state:var(--bs-table-hover-bg)}.table-primary{--bs-table-color:#000;--bs-table-bg:#cfe2ff;--bs-table-border-color:#a6b5cc;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-secondary{--bs-table-color:#000;--bs-table-bg:#e2e3e5;--bs-table-border-color:#b5b6b7;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-success{--bs-table-color:#000;--bs-table-bg:#d1e7dd;--bs-table-border-color:#a7b9b1;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-info{--bs-table-color:#000;--bs-table-bg:#cff4fc;--bs-table-border-color:#a6c3ca;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-warning{--bs-table-color:#000;--bs-table-bg:#fff3cd;--bs-table-border-color:#ccc2a4;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-danger{--bs-table-color:#000;--bs-table-bg:#f8d7da;--bs-table-border-color:#c6acae;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-light{--bs-table-color:#000;--bs-table-bg:#f8f9fa;--bs-table-border-color:#c6c7c8;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-dark{--bs-table-color:#fff;--bs-table-bg:#212529;--bs-table-border-color:#4d5154;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-responsive{-webkit-overflow-scrolling:touch;overflow-x:auto}@media (width<=575.98px){.table-responsive-sm{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (width<=767.98px){.table-responsive-md{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (width<=991.98px){.table-responsive-lg{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (width<=1199.98px){.table-responsive-xl{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (width<=1399.98px){.table-responsive-xxl{-webkit-overflow-scrolling:touch;overflow-x:auto}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + var(--bs-border-width));padding-bottom:calc(.375rem + var(--bs-border-width));font-size:inherit;margin-bottom:0;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + var(--bs-border-width));padding-bottom:calc(.5rem + var(--bs-border-width));font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + var(--bs-border-width));padding-bottom:calc(.25rem + var(--bs-border-width));font-size:.875rem}.form-text{color:var(--bs-secondary-color);margin-top:.25rem;font-size:.875em}.form-control{width:100%;color:var(--bs-body-color);appearance:none;background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);background-clip:padding-box;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;display:block}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:var(--bs-body-color);background-color:var(--bs-body-bg);border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem #0d6efd40}.form-control::-webkit-date-and-time-value{min-width:85px;height:1.5em;margin:0}.form-control::-webkit-datetime-edit{padding:0;display:block}.form-control::placeholder{color:var(--bs-secondary-color);opacity:1}.form-control:disabled{background-color:var(--bs-secondary-bg);opacity:1}.form-control::-webkit-file-upload-button{-webkit-margin-end:.75rem;margin:-.375rem -.75rem;color:var(--bs-body-color);background-color:var(--bs-tertiary-bg);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:var(--bs-border-width);border-radius:0;margin-inline-end:.75rem;padding:.375rem .75rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control::file-selector-button{-webkit-margin-end:.75rem;color:var(--bs-body-color);background-color:var(--bs-tertiary-bg);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:var(--bs-border-width);border-radius:0;margin:-.375rem -.75rem;margin-inline-end:.75rem;padding:.375rem .75rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:var(--bs-secondary-bg)}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:var(--bs-secondary-bg)}.form-control-plaintext{width:100%;color:var(--bs-body-color);border:solid #0000;border-width:var(--bs-border-width) 0;background-color:#0000;margin-bottom:0;padding:.375rem 0;line-height:1.5;display:block}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-left:0;padding-right:0}.form-control-sm{min-height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));border-radius:var(--bs-border-radius-sm);padding:.25rem .5rem;font-size:.875rem}.form-control-sm::file-selector-button{-webkit-margin-end:.5rem;margin:-.25rem -.5rem;margin-inline-end:.5rem;padding:.25rem .5rem}.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));border-radius:var(--bs-border-radius-lg);padding:.5rem 1rem;font-size:1.25rem}.form-control-lg::file-selector-button{-webkit-margin-end:1rem;margin:-.5rem -1rem;margin-inline-end:1rem;padding:.5rem 1rem}textarea.form-control{min-height:calc(1.5em + .75rem + calc(var(--bs-border-width) * 2))}textarea.form-control-sm{min-height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))}textarea.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-control-color{width:3rem;height:calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border-radius:var(--bs-border-radius);border:0!important}.form-control-color::-webkit-color-swatch{border-radius:var(--bs-border-radius);border:0!important}.form-control-color.form-control-sm{height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))}.form-control-color.form-control-lg{height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-select{--bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");width:100%;color:var(--bs-body-color);appearance:none;background-color:var(--bs-body-bg);background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);background-position:.75rem;background-repeat:no-repeat;background-size:16px 12px;padding:.375rem .75rem .375rem 2.25rem;font-size:1rem;font-weight:400;line-height:1.5;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;display:block}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem #0d6efd40}.form-select[multiple],.form-select[size]:not([size="1"]){background-image:none;padding-left:.75rem}.form-select:disabled{background-color:var(--bs-secondary-bg)}.form-select:-moz-focusring{color:#0000;text-shadow:0 0 0 var(--bs-body-color)}.form-select-sm{border-radius:var(--bs-border-radius-sm);padding-top:.25rem;padding-bottom:.25rem;padding-right:.5rem;font-size:.875rem}.form-select-lg{border-radius:var(--bs-border-radius-lg);padding-top:.5rem;padding-bottom:.5rem;padding-right:1rem;font-size:1.25rem}[data-bs-theme=dark] .form-select{--bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")}.form-check{min-height:1.5rem;margin-bottom:.125rem;padding-right:1.5em;display:block}.form-check .form-check-input{float:right;margin-right:-1.5em}.form-check-reverse{text-align:left;padding-left:1.5em;padding-right:0}.form-check-reverse .form-check-input{float:left;margin-left:-1.5em;margin-right:0}.form-check-input{--bs-form-check-bg:var(--bs-body-bg);vertical-align:top;appearance:none;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);border:var(--bs-border-width) solid var(--bs-border-color);-webkit-print-color-adjust:exact;print-color-adjust:exact;color-adjust:exact;background-position:50%;background-repeat:no-repeat;background-size:contain;flex-shrink:0;width:1em;height:1em;margin-top:.25em}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem #0d6efd40}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");background-color:#0d6efd;border-color:#0d6efd}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{cursor:default;opacity:.5}.form-switch{padding-right:2.5em}.form-switch .form-check-input{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");background-image:var(--bs-form-switch-bg);background-position:100%;border-radius:2em;width:2em;margin-right:-2.5em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");background-position:0}.form-switch.form-check-reverse{padding-left:2.5em;padding-right:0}.form-switch.form-check-reverse .form-check-input{margin-left:-2.5em;margin-right:0}.form-check-inline{margin-left:1rem;display:inline-block}.btn-check{clip:rect(0,0,0,0);pointer-events:none;position:absolute}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus){--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")}.form-range{appearance:none;background-color:#0000;width:100%;height:1.5rem;padding:0}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem #0d6efd40}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem #0d6efd40}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;width:1rem;height:1rem;margin-top:-.25rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{color:#0000;cursor:pointer;background-color:var(--bs-secondary-bg);border-color:#0000;border-radius:1rem;width:100%;height:.5rem}.form-range::-moz-range-thumb{appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;width:1rem;height:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{color:#0000;cursor:pointer;background-color:var(--bs-secondary-bg);border-color:#0000;border-radius:1rem;width:100%;height:.5rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:var(--bs-secondary-color)}.form-range:disabled::-moz-range-thumb{background-color:var(--bs-secondary-color)}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + calc(var(--bs-border-width) * 2));min-height:calc(3.5rem + calc(var(--bs-border-width) * 2));line-height:1.25}.form-floating>label{z-index:2;max-width:100%;height:100%;color:rgba(var(--bs-body-color-rgb),.65);text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:var(--bs-border-width) solid transparent;transform-origin:100% 0;padding:1rem .75rem;transition:opacity .1s ease-in-out,transform .1s ease-in-out;position:absolute;top:0;right:0;overflow:hidden}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem .75rem}.form-floating>.form-control-plaintext::placeholder,.form-floating>.form-control::placeholder{color:#0000}.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown),.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown),:-webkit-any(.form-floating>.form-control-plaintext:-webkit-autofill,.form-floating>.form-control:-webkit-autofill){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown),.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown),:is(.form-floating>.form-control-plaintext:autofill,.form-floating>.form-control:autofill){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem;padding-right:.75rem}.form-floating>.form-control-plaintext~label,.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{transform:scale(.85)translateY(-.5rem)translate(-.15rem)}.form-floating>.form-control:-webkit-autofill~label{transform:scale(.85)translateY(-.5rem)translate(-.15rem)}.form-floating>textarea:focus~label:after,.form-floating>textarea:not(:placeholder-shown)~label:after{z-index:-1;content:"";background-color:var(--bs-body-bg);border-radius:var(--bs-border-radius);height:1.5em;position:absolute;inset:1rem .375rem}.form-floating>textarea:disabled~label:after{background-color:var(--bs-secondary-bg)}.form-floating>.form-control-plaintext~label{border-width:var(--bs-border-width) 0}.form-floating>.form-control:disabled~label,.form-floating>:disabled~label{color:#6c757d}.input-group{flex-wrap:wrap;align-items:stretch;width:100%;display:flex;position:relative}.input-group>.form-control,.input-group>.form-floating,.input-group>.form-select{flex:auto;width:1%;min-width:0;position:relative}.input-group>.form-control:focus,.input-group>.form-floating:focus-within,.input-group>.form-select:focus{z-index:5}.input-group .btn{z-index:2;position:relative}.input-group .btn:focus{z-index:5}.input-group-text{color:var(--bs-body-color);text-align:center;white-space:nowrap;background-color:var(--bs-tertiary-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;display:flex}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{border-radius:var(--bs-border-radius-lg);padding:.5rem 1rem;font-size:1.25rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{border-radius:var(--bs-border-radius-sm);padding:.25rem .5rem;font-size:.875rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-left:3rem}.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-right:calc(-1 * var(--bs-border-width));border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}.valid-feedback{width:100%;color:var(--bs-form-valid-color);margin-top:.25rem;font-size:.875em;display:none}.valid-tooltip{z-index:5;color:#fff;background-color:var(--bs-success);border-radius:var(--bs-border-radius);max-width:100%;margin-top:.1rem;padding:.25rem .5rem;font-size:.875rem;display:none;position:absolute;top:100%}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:var(--bs-form-valid-border-color);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");background-position:calc(.375em + .1875rem);background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);padding-left:calc(1.5em + .75rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{background-position:calc(.375em + .1875rem) calc(.375em + .1875rem);padding-left:calc(1.5em + .75rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:var(--bs-form-valid-border-color)}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");background-position:.75rem,2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);padding-left:4.125rem}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.form-control-color.is-valid,.was-validated .form-control-color:valid{width:calc(1.5em + 3.75rem)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:var(--bs-form-valid-border-color)}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:var(--bs-form-valid-color)}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:var(--bs-form-valid-color)}.form-check-inline .form-check-input~.valid-feedback{margin-right:.5em}.input-group>.form-control:not(:focus).is-valid,.input-group>.form-floating:not(:focus-within).is-valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-control:not(:focus):valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.was-validated .input-group>.form-select:not(:focus):valid{z-index:3}.invalid-feedback{width:100%;color:var(--bs-form-invalid-color);margin-top:.25rem;font-size:.875em;display:none}.invalid-tooltip{z-index:5;color:#fff;background-color:var(--bs-danger);border-radius:var(--bs-border-radius);max-width:100%;margin-top:.1rem;padding:.25rem .5rem;font-size:.875rem;display:none;position:absolute;top:100%}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:var(--bs-form-invalid-border-color);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-position:calc(.375em + .1875rem);background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);padding-left:calc(1.5em + .75rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{background-position:calc(.375em + .1875rem) calc(.375em + .1875rem);padding-left:calc(1.5em + .75rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:var(--bs-form-invalid-border-color)}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-position:.75rem,2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);padding-left:4.125rem}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.form-control-color.is-invalid,.was-validated .form-control-color:invalid{width:calc(1.5em + 3.75rem)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:var(--bs-form-invalid-border-color)}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:var(--bs-form-invalid-color)}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:var(--bs-form-invalid-color)}.form-check-inline .form-check-input~.invalid-feedback{margin-right:.5em}.input-group>.form-control:not(:focus).is-invalid,.input-group>.form-floating:not(:focus-within).is-invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-control:not(:focus):invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.was-validated .input-group>.form-select:not(:focus):invalid{z-index:4}.btn{--bs-btn-padding-x:.75rem;--bs-btn-padding-y:.375rem;--bs-btn-font-family: ;--bs-btn-font-size:1rem;--bs-btn-font-weight:400;--bs-btn-line-height:1.5;--bs-btn-color:var(--bs-body-color);--bs-btn-bg:transparent;--bs-btn-border-width:var(--bs-border-width);--bs-btn-border-color:transparent;--bs-btn-border-radius:var(--bs-border-radius);--bs-btn-hover-border-color:transparent;--bs-btn-box-shadow:inset 0 1px 0 #ffffff26,0 1px 1px #00000013;--bs-btn-disabled-opacity:.65;--bs-btn-focus-box-shadow:0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;vertical-align:middle;cursor:pointer;-webkit-user-select:none;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;display:inline-block}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check+.btn:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}.btn:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);box-shadow:var(--bs-btn-focus-box-shadow);outline:0}.btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);box-shadow:var(--bs-btn-focus-box-shadow);outline:0}.btn-check:checked+.btn,.btn.active,.btn.show,.btn:first-child:active,:not(.btn-check)+.btn:active{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.btn:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible,.btn:first-child:active:focus-visible,:not(.btn-check)+.btn:active:focus-visible,.btn-check:checked:focus-visible+.btn{box-shadow:var(--bs-btn-focus-box-shadow)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.btn-primary{--bs-btn-color:#fff;--bs-btn-bg:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0b5ed7;--bs-btn-hover-border-color:#0a58ca;--bs-btn-focus-shadow-rgb:49,132,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0a58ca;--bs-btn-active-border-color:#0a53be;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#0d6efd;--bs-btn-disabled-border-color:#0d6efd}.btn-secondary{--bs-btn-color:#fff;--bs-btn-bg:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#5c636a;--bs-btn-hover-border-color:#565e64;--bs-btn-focus-shadow-rgb:130,138,145;--bs-btn-active-color:#fff;--bs-btn-active-bg:#565e64;--bs-btn-active-border-color:#51585e;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#6c757d;--bs-btn-disabled-border-color:#6c757d}.btn-success{--bs-btn-color:#fff;--bs-btn-bg:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#157347;--bs-btn-hover-border-color:#146c43;--bs-btn-focus-shadow-rgb:60,153,110;--bs-btn-active-color:#fff;--bs-btn-active-bg:#146c43;--bs-btn-active-border-color:#13653f;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#198754;--bs-btn-disabled-border-color:#198754}.btn-info{--bs-btn-color:#000;--bs-btn-bg:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#31d2f2;--bs-btn-hover-border-color:#25cff2;--bs-btn-focus-shadow-rgb:11,172,204;--bs-btn-active-color:#000;--bs-btn-active-bg:#3dd5f3;--bs-btn-active-border-color:#25cff2;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#0dcaf0;--bs-btn-disabled-border-color:#0dcaf0}.btn-warning{--bs-btn-color:#000;--bs-btn-bg:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffca2c;--bs-btn-hover-border-color:#ffc720;--bs-btn-focus-shadow-rgb:217,164,6;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffcd39;--bs-btn-active-border-color:#ffc720;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#ffc107;--bs-btn-disabled-border-color:#ffc107}.btn-danger{--bs-btn-color:#fff;--bs-btn-bg:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#bb2d3b;--bs-btn-hover-border-color:#b02a37;--bs-btn-focus-shadow-rgb:225,83,97;--bs-btn-active-color:#fff;--bs-btn-active-bg:#b02a37;--bs-btn-active-border-color:#a52834;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#dc3545;--bs-btn-disabled-border-color:#dc3545}.btn-light{--bs-btn-color:#000;--bs-btn-bg:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#d3d4d5;--bs-btn-hover-border-color:#c6c7c8;--bs-btn-focus-shadow-rgb:211,212,213;--bs-btn-active-color:#000;--bs-btn-active-bg:#c6c7c8;--bs-btn-active-border-color:#babbbc;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#f8f9fa;--bs-btn-disabled-border-color:#f8f9fa}.btn-dark{--bs-btn-color:#fff;--bs-btn-bg:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#424649;--bs-btn-hover-border-color:#373b3e;--bs-btn-focus-shadow-rgb:66,70,73;--bs-btn-active-color:#fff;--bs-btn-active-bg:#4d5154;--bs-btn-active-border-color:#373b3e;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#212529;--bs-btn-disabled-border-color:#212529}.btn-outline-primary{--bs-btn-color:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0d6efd;--bs-btn-hover-border-color:#0d6efd;--bs-btn-focus-shadow-rgb:13,110,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0d6efd;--bs-btn-active-border-color:#0d6efd;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#0d6efd;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0d6efd;--bs-gradient:none}.btn-outline-secondary{--bs-btn-color:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#6c757d;--bs-btn-hover-border-color:#6c757d;--bs-btn-focus-shadow-rgb:108,117,125;--bs-btn-active-color:#fff;--bs-btn-active-bg:#6c757d;--bs-btn-active-border-color:#6c757d;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#6c757d;--bs-gradient:none}.btn-outline-success{--bs-btn-color:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#198754;--bs-btn-hover-border-color:#198754;--bs-btn-focus-shadow-rgb:25,135,84;--bs-btn-active-color:#fff;--bs-btn-active-bg:#198754;--bs-btn-active-border-color:#198754;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#198754;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#198754;--bs-gradient:none}.btn-outline-info{--bs-btn-color:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#0dcaf0;--bs-btn-hover-border-color:#0dcaf0;--bs-btn-focus-shadow-rgb:13,202,240;--bs-btn-active-color:#000;--bs-btn-active-bg:#0dcaf0;--bs-btn-active-border-color:#0dcaf0;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#0dcaf0;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0dcaf0;--bs-gradient:none}.btn-outline-warning{--bs-btn-color:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffc107;--bs-btn-hover-border-color:#ffc107;--bs-btn-focus-shadow-rgb:255,193,7;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffc107;--bs-btn-active-border-color:#ffc107;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#ffc107;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#ffc107;--bs-gradient:none}.btn-outline-danger{--bs-btn-color:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#dc3545;--bs-btn-hover-border-color:#dc3545;--bs-btn-focus-shadow-rgb:220,53,69;--bs-btn-active-color:#fff;--bs-btn-active-bg:#dc3545;--bs-btn-active-border-color:#dc3545;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#dc3545;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#dc3545;--bs-gradient:none}.btn-outline-light{--bs-btn-color:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#f8f9fa;--bs-btn-hover-border-color:#f8f9fa;--bs-btn-focus-shadow-rgb:248,249,250;--bs-btn-active-color:#000;--bs-btn-active-bg:#f8f9fa;--bs-btn-active-border-color:#f8f9fa;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#f8f9fa;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#f8f9fa;--bs-gradient:none}.btn-outline-dark{--bs-btn-color:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#212529;--bs-btn-hover-border-color:#212529;--bs-btn-focus-shadow-rgb:33,37,41;--bs-btn-active-color:#fff;--bs-btn-active-bg:#212529;--bs-btn-active-border-color:#212529;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#212529;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#212529;--bs-gradient:none}.btn-link{--bs-btn-font-weight:400;--bs-btn-color:var(--bs-link-color);--bs-btn-bg:transparent;--bs-btn-border-color:transparent;--bs-btn-hover-color:var(--bs-link-hover-color);--bs-btn-hover-border-color:transparent;--bs-btn-active-color:var(--bs-link-hover-color);--bs-btn-active-border-color:transparent;--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-border-color:transparent;--bs-btn-box-shadow:0 0 0 #000;--bs-btn-focus-shadow-rgb:49,132,253;text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-group-lg>.btn,.btn-lg{--bs-btn-padding-y:.5rem;--bs-btn-padding-x:1rem;--bs-btn-font-size:1.25rem;--bs-btn-border-radius:var(--bs-border-radius-lg)}.btn-group-sm>.btn,.btn-sm{--bs-btn-padding-y:.25rem;--bs-btn-padding-x:.5rem;--bs-btn-font-size:.875rem;--bs-btn-border-radius:var(--bs-border-radius-sm)}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;transition:height .35s;overflow:hidden}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropdown,.dropdown-center,.dropend,.dropstart,.dropup,.dropup-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{vertical-align:.255em;content:"";border:.3em solid #0000;border-top-color:currentColor;border-bottom:0;margin-right:.255em;display:inline-block}.dropdown-toggle:empty:after{margin-right:0}.dropdown-menu{--bs-dropdown-zindex:1000;--bs-dropdown-min-width:10rem;--bs-dropdown-padding-x:0;--bs-dropdown-padding-y:.5rem;--bs-dropdown-spacer:.125rem;--bs-dropdown-font-size:1rem;--bs-dropdown-color:var(--bs-body-color);--bs-dropdown-bg:var(--bs-body-bg);--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-border-radius:var(--bs-border-radius);--bs-dropdown-border-width:var(--bs-border-width);--bs-dropdown-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y:.5rem;--bs-dropdown-box-shadow:var(--bs-box-shadow);--bs-dropdown-link-color:var(--bs-body-color);--bs-dropdown-link-hover-color:var(--bs-body-color);--bs-dropdown-link-hover-bg:var(--bs-tertiary-bg);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#0d6efd;--bs-dropdown-link-disabled-color:var(--bs-tertiary-color);--bs-dropdown-item-padding-x:1rem;--bs-dropdown-item-padding-y:.25rem;--bs-dropdown-header-color:#6c757d;--bs-dropdown-header-padding-x:1rem;--bs-dropdown-header-padding-y:.5rem;z-index:var(--bs-dropdown-zindex);min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:right;background-color:var(--bs-dropdown-bg);border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius);background-clip:padding-box;margin:0;list-style:none;display:none;position:absolute}.dropdown-menu[data-bs-popper]{margin-top:var(--bs-dropdown-spacer);top:100%;right:0}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{left:auto;right:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{left:0;right:auto}@media (width>=576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{left:auto;right:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{left:0;right:auto}}@media (width>=768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{left:auto;right:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{left:0;right:auto}}@media (width>=992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{left:auto;right:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{left:0;right:auto}}@media (width>=1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{left:auto;right:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{left:0;right:auto}}@media (width>=1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{left:auto;right:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{left:0;right:auto}}.dropup .dropdown-menu[data-bs-popper]{margin-top:0;margin-bottom:var(--bs-dropdown-spacer);top:auto;bottom:100%}.dropup .dropdown-toggle:after{vertical-align:.255em;content:"";border:.3em solid #0000;border-top:0;border-bottom-color:currentColor;margin-right:.255em;display:inline-block}.dropup .dropdown-toggle:empty:after{margin-right:0}.dropend .dropdown-menu[data-bs-popper]{margin-top:0;margin-right:var(--bs-dropdown-spacer);top:0;left:auto;right:100%}.dropend .dropdown-toggle:after{vertical-align:.255em;content:"";border:.3em solid #0000;border-left:0;border-right-color:currentColor;margin-right:.255em;display:inline-block}.dropend .dropdown-toggle:empty:after{margin-right:0}.dropend .dropdown-toggle:after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{margin-top:0;margin-left:var(--bs-dropdown-spacer);top:0;left:100%;right:auto}.dropstart .dropdown-toggle:after{vertical-align:.255em;content:"";margin-right:.255em;display:none}.dropstart .dropdown-toggle:before{vertical-align:.255em;content:"";border-top:.3em solid #0000;border-bottom:.3em solid #0000;border-left:.3em solid;margin-left:.255em;display:inline-block}.dropstart .dropdown-toggle:empty:after{margin-right:0}.dropstart .dropdown-toggle:before{vertical-align:0}.dropdown-divider{height:0;margin:var(--bs-dropdown-divider-margin-y) 0;border-top:1px solid var(--bs-dropdown-divider-bg);opacity:1;overflow:hidden}.dropdown-item{width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;color:var(--bs-dropdown-link-color);text-align:inherit;white-space:nowrap;border-radius:var(--bs-dropdown-item-border-radius,0);background-color:#0000;border:0;font-weight:400;text-decoration:none;display:block}.dropdown-item:focus,.dropdown-item:hover{color:var(--bs-dropdown-link-hover-color);background-color:var(--bs-dropdown-link-hover-bg)}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-active-color);background-color:var(--bs-dropdown-link-active-bg);text-decoration:none}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:#0000}.dropdown-menu.show{display:block}.dropdown-header{padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);color:var(--bs-dropdown-header-color);white-space:nowrap;margin-bottom:0;font-size:.875rem;display:block}.dropdown-item-text{padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color);display:block}.dropdown-menu-dark{--bs-dropdown-color:#dee2e6;--bs-dropdown-bg:#343a40;--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color:#dee2e6;--bs-dropdown-link-hover-color:#fff;--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg:#ffffff26;--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#0d6efd;--bs-dropdown-link-disabled-color:#adb5bd;--bs-dropdown-header-color:#adb5bd}.btn-group,.btn-group-vertical{vertical-align:middle;display:inline-flex;position:relative}.btn-group-vertical>.btn,.btn-group>.btn{flex:auto;position:relative}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{flex-wrap:wrap;justify-content:flex-start;display:flex}.btn-toolbar .input-group{width:auto}.btn-group{border-radius:var(--bs-border-radius)}.btn-group>.btn-group:not(:first-child),.btn-group>:not(.btn-check:first-child)+.btn{margin-right:calc(-1 * var(--bs-border-width))}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-top-right-radius:0;border-bottom-right-radius:0}.dropdown-toggle-split{padding-left:.5625rem;padding-right:.5625rem}.dropdown-toggle-split:after,.dropend .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-right:0}.dropstart .dropdown-toggle-split:before{margin-left:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-left:.375rem;padding-right:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-left:.75rem;padding-right:.75rem}.btn-group-vertical{flex-direction:column;justify-content:center;align-items:flex-start}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:calc(-1 * var(--bs-border-width))}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:nth-child(n+3),.btn-group-vertical>:not(.btn-check)+.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{--bs-nav-link-padding-x:1rem;--bs-nav-link-padding-y:.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-link-color);--bs-nav-link-hover-color:var(--bs-link-hover-color);--bs-nav-link-disabled-color:var(--bs-secondary-color);flex-wrap:wrap;margin-bottom:0;padding-right:0;list-style:none;display:flex}.nav-link{padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);background:0 0;border:0;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;display:block}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:var(--bs-nav-link-hover-color)}.nav-link:focus-visible{outline:0;box-shadow:0 0 0 .25rem #0d6efd40}.nav-link.disabled,.nav-link:disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}.nav-tabs{--bs-nav-tabs-border-width:var(--bs-border-width);--bs-nav-tabs-border-color:var(--bs-border-color);--bs-nav-tabs-border-radius:var(--bs-border-radius);--bs-nav-tabs-link-hover-border-color:var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);--bs-nav-tabs-link-active-color:var(--bs-emphasis-color);--bs-nav-tabs-link-active-bg:var(--bs-body-bg);--bs-nav-tabs-link-active-border-color:var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.nav-tabs .nav-link{margin-bottom:calc(-1 * var(--bs-nav-tabs-border-width));border:var(--bs-nav-tabs-border-width) solid transparent;border-top-right-radius:var(--bs-nav-tabs-border-radius);border-top-left-radius:var(--bs-nav-tabs-border-radius)}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:var(--bs-nav-tabs-link-active-color);background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color)}.nav-tabs .dropdown-menu{margin-top:calc(-1 * var(--bs-nav-tabs-border-width));border-top-left-radius:0;border-top-right-radius:0}.nav-pills{--bs-nav-pills-border-radius:var(--bs-border-radius);--bs-nav-pills-link-active-color:#fff;--bs-nav-pills-link-active-bg:#0d6efd}.nav-pills .nav-link{border-radius:var(--bs-nav-pills-border-radius)}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg)}.nav-underline{--bs-nav-underline-gap:1rem;--bs-nav-underline-border-width:.125rem;--bs-nav-underline-link-active-color:var(--bs-emphasis-color);gap:var(--bs-nav-underline-gap)}.nav-underline .nav-link{border-bottom:var(--bs-nav-underline-border-width) solid transparent;padding-left:0;padding-right:0}.nav-underline .nav-link:focus,.nav-underline .nav-link:hover{border-bottom-color:currentColor}.nav-underline .nav-link.active,.nav-underline .show>.nav-link{color:var(--bs-nav-underline-link-active-color);border-bottom-color:currentColor;font-weight:700}.nav-fill .nav-item,.nav-fill>.nav-link{text-align:center;flex:auto}.nav-justified .nav-item,.nav-justified>.nav-link{text-align:center;flex-grow:1;flex-basis:0}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{--bs-navbar-padding-x:0;--bs-navbar-padding-y:.5rem;--bs-navbar-color:rgba(var(--bs-emphasis-color-rgb), .65);--bs-navbar-hover-color:rgba(var(--bs-emphasis-color-rgb), .8);--bs-navbar-disabled-color:rgba(var(--bs-emphasis-color-rgb), .3);--bs-navbar-active-color:rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-padding-y:.3125rem;--bs-navbar-brand-margin-end:1rem;--bs-navbar-brand-font-size:1.25rem;--bs-navbar-brand-color:rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-hover-color:rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-nav-link-padding-x:.5rem;--bs-navbar-toggler-padding-y:.25rem;--bs-navbar-toggler-padding-x:.75rem;--bs-navbar-toggler-font-size:1.25rem;--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");--bs-navbar-toggler-border-color:rgba(var(--bs-emphasis-color-rgb), .15);--bs-navbar-toggler-border-radius:var(--bs-border-radius);--bs-navbar-toggler-focus-width:.25rem;--bs-navbar-toggler-transition:box-shadow .15s ease-in-out;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);flex-wrap:wrap;justify-content:space-between;align-items:center;display:flex;position:relative}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{flex-wrap:inherit;justify-content:space-between;align-items:center;display:flex}.navbar-brand{padding-top:var(--bs-navbar-brand-padding-y);padding-bottom:var(--bs-navbar-brand-padding-y);margin-left:var(--bs-navbar-brand-margin-end);font-size:var(--bs-navbar-brand-font-size);color:var(--bs-navbar-brand-color);white-space:nowrap;text-decoration:none}.navbar-brand:focus,.navbar-brand:hover{color:var(--bs-navbar-brand-hover-color)}.navbar-nav{--bs-nav-link-padding-x:0;--bs-nav-link-padding-y:.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-navbar-color);--bs-nav-link-hover-color:var(--bs-navbar-hover-color);--bs-nav-link-disabled-color:var(--bs-navbar-disabled-color);flex-direction:column;margin-bottom:0;padding-right:0;list-style:none;display:flex}.navbar-nav .nav-link.active,.navbar-nav .nav-link.show{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{color:var(--bs-navbar-color);padding-top:.5rem;padding-bottom:.5rem}.navbar-text a,.navbar-text a:focus,.navbar-text a:hover{color:var(--bs-navbar-active-color)}.navbar-collapse{flex-grow:1;flex-basis:100%;align-items:center}.navbar-toggler{padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);font-size:var(--bs-navbar-toggler-font-size);color:var(--bs-navbar-color);border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);transition:var(--bs-navbar-toggler-transition);background-color:#0000;line-height:1}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width);outline:0;text-decoration:none}.navbar-toggler-icon{vertical-align:middle;background-image:var(--bs-navbar-toggler-icon-bg);background-position:50%;background-repeat:no-repeat;background-size:100%;width:1.5em;height:1.5em;display:inline-block}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (width>=576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{flex-basis:auto;display:flex!important}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas{z-index:auto;flex-grow:1;transition:none;position:static;visibility:visible!important;background-color:#0000!important;border:0!important;width:auto!important;height:auto!important;transform:none!important}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{flex-grow:0;padding:0;display:flex;overflow-y:visible}}@media (width>=768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{flex-basis:auto;display:flex!important}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas{z-index:auto;flex-grow:1;transition:none;position:static;visibility:visible!important;background-color:#0000!important;border:0!important;width:auto!important;height:auto!important;transform:none!important}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{flex-grow:0;padding:0;display:flex;overflow-y:visible}}@media (width>=992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{flex-basis:auto;display:flex!important}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas{z-index:auto;flex-grow:1;transition:none;position:static;visibility:visible!important;background-color:#0000!important;border:0!important;width:auto!important;height:auto!important;transform:none!important}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{flex-grow:0;padding:0;display:flex;overflow-y:visible}}@media (width>=1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{flex-basis:auto;display:flex!important}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas{z-index:auto;flex-grow:1;transition:none;position:static;visibility:visible!important;background-color:#0000!important;border:0!important;width:auto!important;height:auto!important;transform:none!important}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{flex-grow:0;padding:0;display:flex;overflow-y:visible}}@media (width>=1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{flex-basis:auto;display:flex!important}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas{z-index:auto;flex-grow:1;transition:none;position:static;visibility:visible!important;background-color:#0000!important;border:0!important;width:auto!important;height:auto!important;transform:none!important}.navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas .offcanvas-body{flex-grow:0;padding:0;display:flex;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{flex-basis:auto;display:flex!important}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{z-index:auto;flex-grow:1;transition:none;position:static;visibility:visible!important;background-color:#0000!important;border:0!important;width:auto!important;height:auto!important;transform:none!important}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{flex-grow:0;padding:0;display:flex;overflow-y:visible}.navbar-dark,.navbar[data-bs-theme=dark]{--bs-navbar-color:#ffffff8c;--bs-navbar-hover-color:#ffffffbf;--bs-navbar-disabled-color:#ffffff40;--bs-navbar-active-color:#fff;--bs-navbar-brand-color:#fff;--bs-navbar-brand-hover-color:#fff;--bs-navbar-toggler-border-color:#ffffff1a;--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}[data-bs-theme=dark] .navbar-toggler-icon{--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.card{--bs-card-spacer-y:1rem;--bs-card-spacer-x:1rem;--bs-card-title-spacer-y:.5rem;--bs-card-title-color: ;--bs-card-subtitle-color: ;--bs-card-border-width:var(--bs-border-width);--bs-card-border-color:var(--bs-border-color-translucent);--bs-card-border-radius:var(--bs-border-radius);--bs-card-box-shadow: ;--bs-card-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-card-cap-padding-y:.5rem;--bs-card-cap-padding-x:1rem;--bs-card-cap-bg:rgba(var(--bs-body-color-rgb), .03);--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg:var(--bs-body-bg);--bs-card-img-overlay-padding:1rem;--bs-card-group-margin:.75rem;min-width:0;height:var(--bs-card-height);color:var(--bs-body-color);word-wrap:break-word;background-color:var(--bs-card-bg);border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius);background-clip:border-box;flex-direction:column;display:flex;position:relative}.card>hr{margin-left:0;margin-right:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-right-radius:var(--bs-card-inner-border-radius);border-top-left-radius:var(--bs-card-inner-border-radius);border-top-width:0}.card>.list-group:last-child{border-bottom-left-radius:var(--bs-card-inner-border-radius);border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-width:0}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color);flex:auto}.card-title{margin-bottom:var(--bs-card-title-spacer-y);color:var(--bs-card-title-color)}.card-subtitle{margin-top:calc(-.5 * var(--bs-card-title-spacer-y));color:var(--bs-card-subtitle-color);margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-right:var(--bs-card-spacer-x)}.card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color);margin-bottom:0}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{margin-left:calc(-.5 * var(--bs-card-cap-padding-x));margin-bottom:calc(-1 * var(--bs-card-cap-padding-y));margin-right:calc(-.5 * var(--bs-card-cap-padding-x));border-bottom:0}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-left:calc(-.5 * var(--bs-card-cap-padding-x));margin-right:calc(-.5 * var(--bs-card-cap-padding-x))}.card-img-overlay{padding:var(--bs-card-img-overlay-padding);border-radius:var(--bs-card-inner-border-radius);position:absolute;inset:0}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-right-radius:var(--bs-card-inner-border-radius);border-top-left-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-left-radius:var(--bs-card-inner-border-radius);border-bottom-right-radius:var(--bs-card-inner-border-radius)}.card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media (width>=576px){.card-group{flex-flow:wrap;display:flex}.card-group>.card{flex:1 0 0;margin-bottom:0}.card-group>.card+.card{border-right:0;margin-right:0}.card-group>.card:not(:last-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:last-child)>.card-header,.card-group>.card:not(:last-child)>.card-img-top{border-top-left-radius:0}.card-group>.card:not(:last-child)>.card-footer,.card-group>.card:not(:last-child)>.card-img-bottom{border-bottom-left-radius:0}.card-group>.card:not(:first-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:first-child)>.card-header,.card-group>.card:not(:first-child)>.card-img-top{border-top-right-radius:0}.card-group>.card:not(:first-child)>.card-footer,.card-group>.card:not(:first-child)>.card-img-bottom{border-bottom-right-radius:0}}.accordion{--bs-accordion-color:var(--bs-body-color);--bs-accordion-bg:var(--bs-body-bg);--bs-accordion-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;--bs-accordion-border-color:var(--bs-border-color);--bs-accordion-border-width:var(--bs-border-width);--bs-accordion-border-radius:var(--bs-border-radius);--bs-accordion-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-accordion-btn-padding-x:1.25rem;--bs-accordion-btn-padding-y:1rem;--bs-accordion-btn-color:var(--bs-body-color);--bs-accordion-btn-bg:var(--bs-accordion-bg);--bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");--bs-accordion-btn-icon-width:1.25rem;--bs-accordion-btn-icon-transform:rotate(-180deg);--bs-accordion-btn-icon-transition:transform .2s ease-in-out;--bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");--bs-accordion-btn-focus-box-shadow:0 0 0 .25rem #0d6efd40;--bs-accordion-body-padding-x:1.25rem;--bs-accordion-body-padding-y:1rem;--bs-accordion-active-color:var(--bs-primary-text-emphasis);--bs-accordion-active-bg:var(--bs-primary-bg-subtle)}.accordion-button{width:100%;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);color:var(--bs-accordion-btn-color);text-align:right;background-color:var(--bs-accordion-btn-bg);overflow-anchor:none;transition:var(--bs-accordion-transition);border:0;border-radius:0;align-items:center;font-size:1rem;display:flex;position:relative}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:var(--bs-accordion-active-color);background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)}.accordion-button:not(.collapsed):after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button:after{width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);content:"";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition);flex-shrink:0;margin-right:auto}@media (prefers-reduced-motion:reduce){.accordion-button:after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;box-shadow:var(--bs-accordion-btn-focus-box-shadow);outline:0}.accordion-header{margin-bottom:0}.accordion-item{color:var(--bs-accordion-color);background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}.accordion-item:first-of-type{border-top-right-radius:var(--bs-accordion-border-radius);border-top-left-radius:var(--bs-accordion-border-radius)}.accordion-item:first-of-type>.accordion-header .accordion-button{border-top-right-radius:var(--bs-accordion-inner-border-radius);border-top-left-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-left-radius:var(--bs-accordion-border-radius);border-bottom-right-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{border-bottom-left-radius:var(--bs-accordion-inner-border-radius);border-bottom-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type>.accordion-collapse{border-bottom-left-radius:var(--bs-accordion-border-radius);border-bottom-right-radius:var(--bs-accordion-border-radius)}.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.accordion-flush>.accordion-item{border-left:0;border-right:0;border-radius:0}.accordion-flush>.accordion-item:first-child{border-top:0}.accordion-flush>.accordion-item:last-child{border-bottom:0}.accordion-flush>.accordion-item>.accordion-collapse,.accordion-flush>.accordion-item>.accordion-header .accordion-button,.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed{border-radius:0}[data-bs-theme=dark] .accordion-button:after{--bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");--bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")}.breadcrumb{--bs-breadcrumb-padding-x:0;--bs-breadcrumb-padding-y:0;--bs-breadcrumb-margin-bottom:1rem;--bs-breadcrumb-bg: ;--bs-breadcrumb-border-radius: ;--bs-breadcrumb-divider-color:var(--bs-secondary-color);--bs-breadcrumb-item-padding-x:.5rem;--bs-breadcrumb-item-active-color:var(--bs-secondary-color);padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);margin-bottom:var(--bs-breadcrumb-margin-bottom);font-size:var(--bs-breadcrumb-font-size);background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius);flex-wrap:wrap;list-style:none;display:flex}.breadcrumb-item+.breadcrumb-item{padding-right:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item:before{float:right;padding-left:var(--bs-breadcrumb-item-padding-x);color:var(--bs-breadcrumb-divider-color);content:var(--bs-breadcrumb-divider,"/")}.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.pagination{--bs-pagination-padding-x:.75rem;--bs-pagination-padding-y:.375rem;--bs-pagination-font-size:1rem;--bs-pagination-color:var(--bs-link-color);--bs-pagination-bg:var(--bs-body-bg);--bs-pagination-border-width:var(--bs-border-width);--bs-pagination-border-color:var(--bs-border-color);--bs-pagination-border-radius:var(--bs-border-radius);--bs-pagination-hover-color:var(--bs-link-hover-color);--bs-pagination-hover-bg:var(--bs-tertiary-bg);--bs-pagination-hover-border-color:var(--bs-border-color);--bs-pagination-focus-color:var(--bs-link-hover-color);--bs-pagination-focus-bg:var(--bs-secondary-bg);--bs-pagination-focus-box-shadow:0 0 0 .25rem #0d6efd40;--bs-pagination-active-color:#fff;--bs-pagination-active-bg:#0d6efd;--bs-pagination-active-border-color:#0d6efd;--bs-pagination-disabled-color:var(--bs-secondary-color);--bs-pagination-disabled-bg:var(--bs-secondary-bg);--bs-pagination-disabled-border-color:var(--bs-border-color);padding-right:0;list-style:none;display:flex}.page-link{padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);font-size:var(--bs-pagination-font-size);color:var(--bs-pagination-color);background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;display:block;position:relative}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:var(--bs-pagination-hover-color);background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color)}.page-link:focus{z-index:3;color:var(--bs-pagination-focus-color);background-color:var(--bs-pagination-focus-bg);box-shadow:var(--bs-pagination-focus-box-shadow);outline:0}.active>.page-link,.page-link.active{z-index:3;color:var(--bs-pagination-active-color);background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color)}.disabled>.page-link,.page-link.disabled{color:var(--bs-pagination-disabled-color);pointer-events:none;background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color)}.page-item:not(:first-child) .page-link{margin-right:calc(-1 * var(--bs-border-width))}.page-item:first-child .page-link{border-top-right-radius:var(--bs-pagination-border-radius);border-bottom-right-radius:var(--bs-pagination-border-radius)}.page-item:last-child .page-link{border-top-left-radius:var(--bs-pagination-border-radius);border-bottom-left-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x:1.5rem;--bs-pagination-padding-y:.75rem;--bs-pagination-font-size:1.25rem;--bs-pagination-border-radius:var(--bs-border-radius-lg)}.pagination-sm{--bs-pagination-padding-x:.5rem;--bs-pagination-padding-y:.25rem;--bs-pagination-font-size:.875rem;--bs-pagination-border-radius:var(--bs-border-radius-sm)}.badge{--bs-badge-padding-x:.65em;--bs-badge-padding-y:.35em;--bs-badge-font-size:.75em;--bs-badge-font-weight:700;--bs-badge-color:#fff;--bs-badge-border-radius:var(--bs-border-radius);padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--bs-badge-border-radius);line-height:1;display:inline-block}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{--bs-alert-bg:transparent;--bs-alert-padding-x:1rem;--bs-alert-padding-y:1rem;--bs-alert-margin-bottom:1rem;--bs-alert-color:inherit;--bs-alert-border-color:transparent;--bs-alert-border:var(--bs-border-width) solid var(--bs-alert-border-color);--bs-alert-border-radius:var(--bs-border-radius);--bs-alert-link-color:inherit;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius);position:relative}.alert-heading{color:inherit}.alert-link{color:var(--bs-alert-link-color);font-weight:700}.alert-dismissible{padding-left:3rem}.alert-dismissible .btn-close{z-index:2;padding:1.25rem 1rem;position:absolute;top:0;left:0}.alert-primary{--bs-alert-color:var(--bs-primary-text-emphasis);--bs-alert-bg:var(--bs-primary-bg-subtle);--bs-alert-border-color:var(--bs-primary-border-subtle);--bs-alert-link-color:var(--bs-primary-text-emphasis)}.alert-secondary{--bs-alert-color:var(--bs-secondary-text-emphasis);--bs-alert-bg:var(--bs-secondary-bg-subtle);--bs-alert-border-color:var(--bs-secondary-border-subtle);--bs-alert-link-color:var(--bs-secondary-text-emphasis)}.alert-success{--bs-alert-color:var(--bs-success-text-emphasis);--bs-alert-bg:var(--bs-success-bg-subtle);--bs-alert-border-color:var(--bs-success-border-subtle);--bs-alert-link-color:var(--bs-success-text-emphasis)}.alert-info{--bs-alert-color:var(--bs-info-text-emphasis);--bs-alert-bg:var(--bs-info-bg-subtle);--bs-alert-border-color:var(--bs-info-border-subtle);--bs-alert-link-color:var(--bs-info-text-emphasis)}.alert-warning{--bs-alert-color:var(--bs-warning-text-emphasis);--bs-alert-bg:var(--bs-warning-bg-subtle);--bs-alert-border-color:var(--bs-warning-border-subtle);--bs-alert-link-color:var(--bs-warning-text-emphasis)}.alert-danger{--bs-alert-color:var(--bs-danger-text-emphasis);--bs-alert-bg:var(--bs-danger-bg-subtle);--bs-alert-border-color:var(--bs-danger-border-subtle);--bs-alert-link-color:var(--bs-danger-text-emphasis)}.alert-light{--bs-alert-color:var(--bs-light-text-emphasis);--bs-alert-bg:var(--bs-light-bg-subtle);--bs-alert-border-color:var(--bs-light-border-subtle);--bs-alert-link-color:var(--bs-light-text-emphasis)}.alert-dark{--bs-alert-color:var(--bs-dark-text-emphasis);--bs-alert-bg:var(--bs-dark-bg-subtle);--bs-alert-border-color:var(--bs-dark-border-subtle);--bs-alert-link-color:var(--bs-dark-text-emphasis)}@keyframes progress-bar-stripes{0%{background-position-x:var(--bs-progress-height)}}.progress,.progress-stacked{--bs-progress-height:1rem;--bs-progress-font-size:.75rem;--bs-progress-bg:var(--bs-secondary-bg);--bs-progress-border-radius:var(--bs-border-radius);--bs-progress-box-shadow:var(--bs-box-shadow-inset);--bs-progress-bar-color:#fff;--bs-progress-bar-bg:#0d6efd;--bs-progress-bar-transition:width .6s ease;height:var(--bs-progress-height);font-size:var(--bs-progress-font-size);background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius);display:flex;overflow:hidden}.progress-bar{color:var(--bs-progress-bar-color);text-align:center;white-space:nowrap;background-color:var(--bs-progress-bar-bg);transition:var(--bs-progress-bar-transition);flex-direction:column;justify-content:center;display:flex;overflow:hidden}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(-45deg,#ffffff26 25%,#0000 25% 50%,#ffffff26 50% 75%,#0000 75%,#0000);background-size:var(--bs-progress-height) var(--bs-progress-height)}.progress-stacked>.progress{overflow:visible}.progress-stacked>.progress>.progress-bar{width:100%}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.list-group{--bs-list-group-color:var(--bs-body-color);--bs-list-group-bg:var(--bs-body-bg);--bs-list-group-border-color:var(--bs-border-color);--bs-list-group-border-width:var(--bs-border-width);--bs-list-group-border-radius:var(--bs-border-radius);--bs-list-group-item-padding-x:1rem;--bs-list-group-item-padding-y:.5rem;--bs-list-group-action-color:var(--bs-secondary-color);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-tertiary-bg);--bs-list-group-action-active-color:var(--bs-body-color);--bs-list-group-action-active-bg:var(--bs-secondary-bg);--bs-list-group-disabled-color:var(--bs-secondary-color);--bs-list-group-disabled-bg:var(--bs-body-bg);--bs-list-group-active-color:#fff;--bs-list-group-active-bg:#0d6efd;--bs-list-group-active-border-color:#0d6efd;border-radius:var(--bs-list-group-border-radius);flex-direction:column;margin-bottom:0;padding-right:0;display:flex}.list-group-numbered{counter-reset:section;list-style-type:none}.list-group-numbered>.list-group-item:before{content:counters(section, ".") ". ";counter-increment:section}.list-group-item{padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);color:var(--bs-list-group-color);background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);text-decoration:none;display:block;position:relative}.list-group-item:first-child{border-top-right-radius:inherit;border-top-left-radius:inherit}.list-group-item:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:var(--bs-list-group-disabled-color);pointer-events:none;background-color:var(--bs-list-group-disabled-bg)}.list-group-item.active{z-index:2;color:var(--bs-list-group-active-color);background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color)}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:calc(-1 * var(--bs-list-group-border-width));border-top-width:var(--bs-list-group-border-width)}.list-group-item-action{width:100%;color:var(--bs-list-group-action-color);text-align:inherit}.list-group-item-action:not(.active):focus,.list-group-item-action:not(.active):hover{z-index:1;color:var(--bs-list-group-action-hover-color);background-color:var(--bs-list-group-action-hover-bg);text-decoration:none}.list-group-item-action:not(.active):active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg)}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-right-radius:var(--bs-list-group-border-radius);border-top-left-radius:0}.list-group-horizontal>.list-group-item:last-child:not(:first-child){border-top-left-radius:var(--bs-list-group-border-radius);border-bottom-right-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-right-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-right:calc(-1 * var(--bs-list-group-border-width));border-right-width:var(--bs-list-group-border-width)}@media (width>=576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-right-radius:var(--bs-list-group-border-radius);border-top-left-radius:0}.list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-top-left-radius:var(--bs-list-group-border-radius);border-bottom-right-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-right-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-right:calc(-1 * var(--bs-list-group-border-width));border-right-width:var(--bs-list-group-border-width)}}@media (width>=768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-right-radius:var(--bs-list-group-border-radius);border-top-left-radius:0}.list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-top-left-radius:var(--bs-list-group-border-radius);border-bottom-right-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-right-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-right:calc(-1 * var(--bs-list-group-border-width));border-right-width:var(--bs-list-group-border-width)}}@media (width>=992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-right-radius:var(--bs-list-group-border-radius);border-top-left-radius:0}.list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-top-left-radius:var(--bs-list-group-border-radius);border-bottom-right-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-right-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-right:calc(-1 * var(--bs-list-group-border-width));border-right-width:var(--bs-list-group-border-width)}}@media (width>=1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-right-radius:var(--bs-list-group-border-radius);border-top-left-radius:0}.list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-top-left-radius:var(--bs-list-group-border-radius);border-bottom-right-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-right-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-right:calc(-1 * var(--bs-list-group-border-width));border-right-width:var(--bs-list-group-border-width)}}@media (width>=1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-right-radius:var(--bs-list-group-border-radius);border-top-left-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-top-left-radius:var(--bs-list-group-border-radius);border-bottom-right-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-right-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-right:calc(-1 * var(--bs-list-group-border-width));border-right-width:var(--bs-list-group-border-width)}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{--bs-list-group-color:var(--bs-primary-text-emphasis);--bs-list-group-bg:var(--bs-primary-bg-subtle);--bs-list-group-border-color:var(--bs-primary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-primary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-primary-border-subtle);--bs-list-group-active-color:var(--bs-primary-bg-subtle);--bs-list-group-active-bg:var(--bs-primary-text-emphasis);--bs-list-group-active-border-color:var(--bs-primary-text-emphasis)}.list-group-item-secondary{--bs-list-group-color:var(--bs-secondary-text-emphasis);--bs-list-group-bg:var(--bs-secondary-bg-subtle);--bs-list-group-border-color:var(--bs-secondary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-secondary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-secondary-border-subtle);--bs-list-group-active-color:var(--bs-secondary-bg-subtle);--bs-list-group-active-bg:var(--bs-secondary-text-emphasis);--bs-list-group-active-border-color:var(--bs-secondary-text-emphasis)}.list-group-item-success{--bs-list-group-color:var(--bs-success-text-emphasis);--bs-list-group-bg:var(--bs-success-bg-subtle);--bs-list-group-border-color:var(--bs-success-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-success-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-success-border-subtle);--bs-list-group-active-color:var(--bs-success-bg-subtle);--bs-list-group-active-bg:var(--bs-success-text-emphasis);--bs-list-group-active-border-color:var(--bs-success-text-emphasis)}.list-group-item-info{--bs-list-group-color:var(--bs-info-text-emphasis);--bs-list-group-bg:var(--bs-info-bg-subtle);--bs-list-group-border-color:var(--bs-info-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-info-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-info-border-subtle);--bs-list-group-active-color:var(--bs-info-bg-subtle);--bs-list-group-active-bg:var(--bs-info-text-emphasis);--bs-list-group-active-border-color:var(--bs-info-text-emphasis)}.list-group-item-warning{--bs-list-group-color:var(--bs-warning-text-emphasis);--bs-list-group-bg:var(--bs-warning-bg-subtle);--bs-list-group-border-color:var(--bs-warning-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-warning-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-warning-border-subtle);--bs-list-group-active-color:var(--bs-warning-bg-subtle);--bs-list-group-active-bg:var(--bs-warning-text-emphasis);--bs-list-group-active-border-color:var(--bs-warning-text-emphasis)}.list-group-item-danger{--bs-list-group-color:var(--bs-danger-text-emphasis);--bs-list-group-bg:var(--bs-danger-bg-subtle);--bs-list-group-border-color:var(--bs-danger-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-danger-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-danger-border-subtle);--bs-list-group-active-color:var(--bs-danger-bg-subtle);--bs-list-group-active-bg:var(--bs-danger-text-emphasis);--bs-list-group-active-border-color:var(--bs-danger-text-emphasis)}.list-group-item-light{--bs-list-group-color:var(--bs-light-text-emphasis);--bs-list-group-bg:var(--bs-light-bg-subtle);--bs-list-group-border-color:var(--bs-light-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-light-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-light-border-subtle);--bs-list-group-active-color:var(--bs-light-bg-subtle);--bs-list-group-active-bg:var(--bs-light-text-emphasis);--bs-list-group-active-border-color:var(--bs-light-text-emphasis)}.list-group-item-dark{--bs-list-group-color:var(--bs-dark-text-emphasis);--bs-list-group-bg:var(--bs-dark-bg-subtle);--bs-list-group-border-color:var(--bs-dark-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-dark-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-dark-border-subtle);--bs-list-group-active-color:var(--bs-dark-bg-subtle);--bs-list-group-active-bg:var(--bs-dark-text-emphasis);--bs-list-group-active-border-color:var(--bs-dark-text-emphasis)}.btn-close{--bs-btn-close-color:#000;--bs-btn-close-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");--bs-btn-close-opacity:.5;--bs-btn-close-hover-opacity:.75;--bs-btn-close-focus-shadow:0 0 0 .25rem #0d6efd40;--bs-btn-close-focus-opacity:1;--bs-btn-close-disabled-opacity:.25;box-sizing:content-box;width:1em;height:1em;color:var(--bs-btn-close-color);background:transparent var(--bs-btn-close-bg) center/1em auto no-repeat;filter:var(--bs-btn-close-filter);opacity:var(--bs-btn-close-opacity);border:0;border-radius:.375rem;padding:.25em}.btn-close:hover{color:var(--bs-btn-close-color);opacity:var(--bs-btn-close-hover-opacity);text-decoration:none}.btn-close:focus{box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity);outline:0}.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;user-select:none;opacity:var(--bs-btn-close-disabled-opacity)}.btn-close-white{--bs-btn-close-filter:invert(1) grayscale(100%) brightness(200%)}:root,[data-bs-theme=light]{--bs-btn-close-filter: }[data-bs-theme=dark]{--bs-btn-close-filter:invert(1) grayscale(100%) brightness(200%)}.toast{--bs-toast-zindex:1090;--bs-toast-padding-x:.75rem;--bs-toast-padding-y:.5rem;--bs-toast-spacing:1.5rem;--bs-toast-max-width:350px;--bs-toast-font-size:.875rem;--bs-toast-color: ;--bs-toast-bg:rgba(var(--bs-body-bg-rgb), .85);--bs-toast-border-width:var(--bs-border-width);--bs-toast-border-color:var(--bs-border-color-translucent);--bs-toast-border-radius:var(--bs-border-radius);--bs-toast-box-shadow:var(--bs-box-shadow);--bs-toast-header-color:var(--bs-secondary-color);--bs-toast-header-bg:rgba(var(--bs-body-bg-rgb), .85);--bs-toast-header-border-color:var(--bs-border-color-translucent);width:var(--bs-toast-max-width);max-width:100%;font-size:var(--bs-toast-font-size);color:var(--bs-toast-color);pointer-events:auto;background-color:var(--bs-toast-bg);border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);box-shadow:var(--bs-toast-box-shadow);border-radius:var(--bs-toast-border-radius);background-clip:padding-box}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{--bs-toast-zindex:1090;z-index:var(--bs-toast-zindex);pointer-events:none;width:max-content;max-width:100%;position:absolute}.toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.toast-header{padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x);color:var(--bs-toast-header-color);background-color:var(--bs-toast-header-bg);border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));background-clip:padding-box;align-items:center;display:flex}.toast-header .btn-close{margin-left:calc(-.5 * var(--bs-toast-padding-x));margin-right:var(--bs-toast-padding-x)}.toast-body{padding:var(--bs-toast-padding-x);word-wrap:break-word}.modal{--bs-modal-zindex:1055;--bs-modal-width:500px;--bs-modal-padding:1rem;--bs-modal-margin:.5rem;--bs-modal-color:var(--bs-body-color);--bs-modal-bg:var(--bs-body-bg);--bs-modal-border-color:var(--bs-border-color-translucent);--bs-modal-border-width:var(--bs-border-width);--bs-modal-border-radius:var(--bs-border-radius-lg);--bs-modal-box-shadow:var(--bs-box-shadow-sm);--bs-modal-inner-border-radius:calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));--bs-modal-header-padding-x:1rem;--bs-modal-header-padding-y:1rem;--bs-modal-header-padding:1rem 1rem;--bs-modal-header-border-color:var(--bs-border-color);--bs-modal-header-border-width:var(--bs-border-width);--bs-modal-title-line-height:1.5;--bs-modal-footer-gap:.5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color:var(--bs-border-color);--bs-modal-footer-border-width:var(--bs-border-width);z-index:var(--bs-modal-zindex);outline:0;width:100%;height:100%;display:none;position:fixed;top:0;right:0;overflow:hidden auto}.modal-dialog{width:auto;margin:var(--bs-modal-margin);pointer-events:none;position:relative}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin) * 2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{min-height:calc(100% - var(--bs-modal-margin) * 2);align-items:center;display:flex}.modal-content{width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);background-clip:padding-box;outline:0;flex-direction:column;display:flex;position:relative}.modal-backdrop{--bs-backdrop-zindex:1050;--bs-backdrop-bg:#000;--bs-backdrop-opacity:.5;z-index:var(--bs-backdrop-zindex);background-color:var(--bs-backdrop-bg);width:100vw;height:100vh;position:fixed;top:0;right:0}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-right-radius:var(--bs-modal-inner-border-radius);border-top-left-radius:var(--bs-modal-inner-border-radius);flex-shrink:0;align-items:center;display:flex}.modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);margin-top:calc(-.5 * var(--bs-modal-header-padding-y));margin-left:calc(-.5 * var(--bs-modal-header-padding-x));margin-bottom:calc(-.5 * var(--bs-modal-header-padding-y));margin-right:auto}.modal-title{line-height:var(--bs-modal-title-line-height);margin-bottom:0}.modal-body{padding:var(--bs-modal-padding);flex:auto;position:relative}.modal-footer{padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-left-radius:var(--bs-modal-inner-border-radius);border-bottom-right-radius:var(--bs-modal-inner-border-radius);flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;align-items:center;display:flex}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap) * .5)}@media (width>=576px){.modal{--bs-modal-margin:1.75rem;--bs-modal-box-shadow:var(--bs-box-shadow)}.modal-dialog{max-width:var(--bs-modal-width);margin-left:auto;margin-right:auto}.modal-sm{--bs-modal-width:300px}}@media (width>=992px){.modal-lg,.modal-xl{--bs-modal-width:800px}}@media (width>=1200px){.modal-xl{--bs-modal-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen .modal-footer,.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media (width<=575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-sm-down .modal-footer,.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media (width<=767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-md-down .modal-footer,.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media (width<=991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-lg-down .modal-footer,.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media (width<=1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-xl-down .modal-footer,.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media (width<=1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-xxl-down .modal-footer,.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}.tooltip{--bs-tooltip-zindex:1080;--bs-tooltip-max-width:200px;--bs-tooltip-padding-x:.5rem;--bs-tooltip-padding-y:.25rem;--bs-tooltip-margin: ;--bs-tooltip-font-size:.875rem;--bs-tooltip-color:var(--bs-body-bg);--bs-tooltip-bg:var(--bs-emphasis-color);--bs-tooltip-border-radius:var(--bs-border-radius);--bs-tooltip-opacity:.9;--bs-tooltip-arrow-width:.8rem;--bs-tooltip-arrow-height:.4rem;z-index:var(--bs-tooltip-zindex);margin:var(--bs-tooltip-margin);font-family:var(--bs-font-sans-serif);text-align:right;text-align:start;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-style:normal;font-weight:400;line-height:1.5;font-size:var(--bs-tooltip-font-size);word-wrap:break-word;opacity:0;text-decoration:none;display:block}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{width:var(--bs-tooltip-arrow-width);height:var(--bs-tooltip-arrow-height);display:block}.tooltip .tooltip-arrow:before{content:"";border-style:solid;border-color:#0000;position:absolute}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:calc(-1 * var(--bs-tooltip-arrow-height))}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,.bs-tooltip-top .tooltip-arrow:before{border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-top-color:var(--bs-tooltip-bg);top:-1px}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.bs-tooltip-end .tooltip-arrow:before{border-width:calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-right-color:var(--bs-tooltip-bg);right:-1px}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:calc(-1 * var(--bs-tooltip-arrow-height))}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.bs-tooltip-bottom .tooltip-arrow:before{border-width:0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg);bottom:-1px}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.bs-tooltip-start .tooltip-arrow:before{border-width:calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-left-color:var(--bs-tooltip-bg);left:-1px}.tooltip-inner{max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);color:var(--bs-tooltip-color);text-align:center;background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius)}.popover{--bs-popover-zindex:1070;--bs-popover-max-width:276px;--bs-popover-font-size:.875rem;--bs-popover-bg:var(--bs-body-bg);--bs-popover-border-width:var(--bs-border-width);--bs-popover-border-color:var(--bs-border-color-translucent);--bs-popover-border-radius:var(--bs-border-radius-lg);--bs-popover-inner-border-radius:calc(var(--bs-border-radius-lg) - var(--bs-border-width));--bs-popover-box-shadow:var(--bs-box-shadow);--bs-popover-header-padding-x:1rem;--bs-popover-header-padding-y:.5rem;--bs-popover-header-font-size:1rem;--bs-popover-header-color:inherit;--bs-popover-header-bg:var(--bs-secondary-bg);--bs-popover-body-padding-x:1rem;--bs-popover-body-padding-y:1rem;--bs-popover-body-color:var(--bs-body-color);--bs-popover-arrow-width:1rem;--bs-popover-arrow-height:.5rem;--bs-popover-arrow-border:var(--bs-popover-border-color);z-index:var(--bs-popover-zindex);max-width:var(--bs-popover-max-width);font-family:var(--bs-font-sans-serif);text-align:right;text-align:start;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-style:normal;font-weight:400;line-height:1.5;font-size:var(--bs-popover-font-size);word-wrap:break-word;background-color:var(--bs-popover-bg);border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius);background-clip:padding-box;text-decoration:none;display:block}.popover .popover-arrow{width:var(--bs-popover-arrow-width);height:var(--bs-popover-arrow-height);display:block}.popover .popover-arrow:after,.popover .popover-arrow:before{content:"";border:0 solid #0000;display:block;position:absolute}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:after,.bs-popover-top>.popover-arrow:before{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:before{border-top-color:var(--bs-popover-arrow-border);bottom:0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.bs-popover-top>.popover-arrow:after{bottom:var(--bs-popover-border-width);border-top-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{left:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:after,.bs-popover-end>.popover-arrow:before{border-width:calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:before{border-right-color:var(--bs-popover-arrow-border);left:0}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.bs-popover-end>.popover-arrow:after{left:var(--bs-popover-border-width);border-right-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:after,.bs-popover-bottom>.popover-arrow:before{border-width:0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:before{border-bottom-color:var(--bs-popover-arrow-border);top:0}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.bs-popover-bottom>.popover-arrow:after{top:var(--bs-popover-border-width);border-bottom-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{width:var(--bs-popover-arrow-width);margin-right:calc(-.5 * var(--bs-popover-arrow-width));content:"";border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg);display:block;position:absolute;top:0;right:50%}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{right:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:after,.bs-popover-start>.popover-arrow:before{border-width:calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:before{border-left-color:var(--bs-popover-arrow-border);right:0}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.bs-popover-start>.popover-arrow:after{right:var(--bs-popover-border-width);border-left-color:var(--bs-popover-bg)}.popover-header{padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);font-size:var(--bs-popover-header-font-size);color:var(--bs-popover-header-color);background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-right-radius:var(--bs-popover-inner-border-radius);border-top-left-radius:var(--bs-popover-inner-border-radius);margin-bottom:0}.popover-header:empty{display:none}.popover-body{padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);color:var(--bs-popover-body-color)}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{width:100%;position:relative;overflow:hidden}.carousel-inner:after{clear:both;content:"";display:block}.carousel-item{float:right;backface-visibility:hidden;width:100%;margin-left:-100%;transition:transform .6s ease-in-out;display:none;position:relative}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translate(-100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translate(100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{z-index:1;color:#fff;text-align:center;width:15%;filter:var(--bs-carousel-control-icon-filter);opacity:.5;background:0 0;border:0;justify-content:center;align-items:center;padding:0;transition:opacity .15s;display:flex;position:absolute;top:0;bottom:0}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;opacity:.9;outline:0;text-decoration:none}.carousel-control-prev{right:0}.carousel-control-next{left:0}.carousel-control-next-icon,.carousel-control-prev-icon{background-position:50%;background-repeat:no-repeat;background-size:100% 100%;width:2rem;height:2rem;display:inline-block}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")}.carousel-indicators{z-index:2;justify-content:center;margin-bottom:1rem;margin-left:15%;margin-right:15%;padding:0;display:flex;position:absolute;bottom:0;left:0;right:0}.carousel-indicators [data-bs-target]{box-sizing:content-box;text-indent:-999px;cursor:pointer;background-color:var(--bs-carousel-indicator-active-bg);opacity:.5;background-clip:padding-box;border:10px solid #0000;border-left:0;border-right:0;flex:0 auto;width:30px;height:3px;margin-left:3px;margin-right:3px;padding:0;transition:opacity .6s}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{color:var(--bs-carousel-caption-color);text-align:center;padding-top:1.25rem;padding-bottom:1.25rem;position:absolute;bottom:1.25rem;left:15%;right:15%}.carousel-dark{--bs-carousel-indicator-active-bg:#000;--bs-carousel-caption-color:#000;--bs-carousel-control-icon-filter:invert(1) grayscale(100)}:root,[data-bs-theme=light]{--bs-carousel-indicator-active-bg:#fff;--bs-carousel-caption-color:#fff;--bs-carousel-control-icon-filter: }[data-bs-theme=dark]{--bs-carousel-indicator-active-bg:#000;--bs-carousel-caption-color:#000;--bs-carousel-control-icon-filter:invert(1) grayscale(100)}.spinner-border,.spinner-grow{width:var(--bs-spinner-width);height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);border-radius:50%;flex-shrink:0;display:inline-block}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-.125em;--bs-spinner-border-width:.25em;--bs-spinner-animation-speed:.75s;--bs-spinner-animation-name:spinner-border;border:var(--bs-spinner-border-width) solid currentcolor;border-left-color:#0000}.spinner-border-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem;--bs-spinner-border-width:.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-.125em;--bs-spinner-animation-speed:.75s;--bs-spinner-animation-name:spinner-grow;opacity:0;background-color:currentColor}.spinner-grow-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{--bs-spinner-animation-speed:1.5s}}.offcanvas,.offcanvas-lg,.offcanvas-md,.offcanvas-sm,.offcanvas-xl,.offcanvas-xxl{--bs-offcanvas-zindex:1045;--bs-offcanvas-width:400px;--bs-offcanvas-height:30vh;--bs-offcanvas-padding-x:1rem;--bs-offcanvas-padding-y:1rem;--bs-offcanvas-color:var(--bs-body-color);--bs-offcanvas-bg:var(--bs-body-bg);--bs-offcanvas-border-width:var(--bs-border-width);--bs-offcanvas-border-color:var(--bs-border-color-translucent);--bs-offcanvas-box-shadow:var(--bs-box-shadow-sm);--bs-offcanvas-transition:transform .3s ease-in-out;--bs-offcanvas-title-line-height:1.5}@media (width<=575.98px){.offcanvas-sm{z-index:var(--bs-offcanvas-zindex);max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);transition:var(--bs-offcanvas-transition);background-clip:padding-box;outline:0;flex-direction:column;display:flex;position:fixed;bottom:0}}@media (width<=575.98px) and (prefers-reduced-motion:reduce){.offcanvas-sm{transition:none}}@media (width<=575.98px){.offcanvas-sm.offcanvas-start{width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;right:0;transform:translate(100%)}.offcanvas-sm.offcanvas-end{width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;left:0;transform:translate(-100%)}.offcanvas-sm.offcanvas-top{height:var(--bs-offcanvas-height);border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);max-height:100%;top:0;left:0;right:0;transform:translateY(-100%)}.offcanvas-sm.offcanvas-bottom{height:var(--bs-offcanvas-height);border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);max-height:100%;left:0;right:0;transform:translateY(100%)}.offcanvas-sm.show:not(.hiding),.offcanvas-sm.showing{transform:none}.offcanvas-sm.hiding,.offcanvas-sm.show,.offcanvas-sm.showing{visibility:visible}}@media (width>=576px){.offcanvas-sm{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:#0000!important}.offcanvas-sm .offcanvas-header{display:none}.offcanvas-sm .offcanvas-body{flex-grow:0;padding:0;display:flex;overflow-y:visible;background-color:#0000!important}}@media (width<=767.98px){.offcanvas-md{z-index:var(--bs-offcanvas-zindex);max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);transition:var(--bs-offcanvas-transition);background-clip:padding-box;outline:0;flex-direction:column;display:flex;position:fixed;bottom:0}}@media (width<=767.98px) and (prefers-reduced-motion:reduce){.offcanvas-md{transition:none}}@media (width<=767.98px){.offcanvas-md.offcanvas-start{width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;right:0;transform:translate(100%)}.offcanvas-md.offcanvas-end{width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;left:0;transform:translate(-100%)}.offcanvas-md.offcanvas-top{height:var(--bs-offcanvas-height);border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);max-height:100%;top:0;left:0;right:0;transform:translateY(-100%)}.offcanvas-md.offcanvas-bottom{height:var(--bs-offcanvas-height);border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);max-height:100%;left:0;right:0;transform:translateY(100%)}.offcanvas-md.show:not(.hiding),.offcanvas-md.showing{transform:none}.offcanvas-md.hiding,.offcanvas-md.show,.offcanvas-md.showing{visibility:visible}}@media (width>=768px){.offcanvas-md{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:#0000!important}.offcanvas-md .offcanvas-header{display:none}.offcanvas-md .offcanvas-body{flex-grow:0;padding:0;display:flex;overflow-y:visible;background-color:#0000!important}}@media (width<=991.98px){.offcanvas-lg{z-index:var(--bs-offcanvas-zindex);max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);transition:var(--bs-offcanvas-transition);background-clip:padding-box;outline:0;flex-direction:column;display:flex;position:fixed;bottom:0}}@media (width<=991.98px) and (prefers-reduced-motion:reduce){.offcanvas-lg{transition:none}}@media (width<=991.98px){.offcanvas-lg.offcanvas-start{width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;right:0;transform:translate(100%)}.offcanvas-lg.offcanvas-end{width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;left:0;transform:translate(-100%)}.offcanvas-lg.offcanvas-top{height:var(--bs-offcanvas-height);border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);max-height:100%;top:0;left:0;right:0;transform:translateY(-100%)}.offcanvas-lg.offcanvas-bottom{height:var(--bs-offcanvas-height);border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);max-height:100%;left:0;right:0;transform:translateY(100%)}.offcanvas-lg.show:not(.hiding),.offcanvas-lg.showing{transform:none}.offcanvas-lg.hiding,.offcanvas-lg.show,.offcanvas-lg.showing{visibility:visible}}@media (width>=992px){.offcanvas-lg{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:#0000!important}.offcanvas-lg .offcanvas-header{display:none}.offcanvas-lg .offcanvas-body{flex-grow:0;padding:0;display:flex;overflow-y:visible;background-color:#0000!important}}@media (width<=1199.98px){.offcanvas-xl{z-index:var(--bs-offcanvas-zindex);max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);transition:var(--bs-offcanvas-transition);background-clip:padding-box;outline:0;flex-direction:column;display:flex;position:fixed;bottom:0}}@media (width<=1199.98px) and (prefers-reduced-motion:reduce){.offcanvas-xl{transition:none}}@media (width<=1199.98px){.offcanvas-xl.offcanvas-start{width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;right:0;transform:translate(100%)}.offcanvas-xl.offcanvas-end{width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;left:0;transform:translate(-100%)}.offcanvas-xl.offcanvas-top{height:var(--bs-offcanvas-height);border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);max-height:100%;top:0;left:0;right:0;transform:translateY(-100%)}.offcanvas-xl.offcanvas-bottom{height:var(--bs-offcanvas-height);border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);max-height:100%;left:0;right:0;transform:translateY(100%)}.offcanvas-xl.show:not(.hiding),.offcanvas-xl.showing{transform:none}.offcanvas-xl.hiding,.offcanvas-xl.show,.offcanvas-xl.showing{visibility:visible}}@media (width>=1200px){.offcanvas-xl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:#0000!important}.offcanvas-xl .offcanvas-header{display:none}.offcanvas-xl .offcanvas-body{flex-grow:0;padding:0;display:flex;overflow-y:visible;background-color:#0000!important}}@media (width<=1399.98px){.offcanvas-xxl{z-index:var(--bs-offcanvas-zindex);max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);transition:var(--bs-offcanvas-transition);background-clip:padding-box;outline:0;flex-direction:column;display:flex;position:fixed;bottom:0}}@media (width<=1399.98px) and (prefers-reduced-motion:reduce){.offcanvas-xxl{transition:none}}@media (width<=1399.98px){.offcanvas-xxl.offcanvas-start{width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;right:0;transform:translate(100%)}.offcanvas-xxl.offcanvas-end{width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;left:0;transform:translate(-100%)}.offcanvas-xxl.offcanvas-top{height:var(--bs-offcanvas-height);border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);max-height:100%;top:0;left:0;right:0;transform:translateY(-100%)}.offcanvas-xxl.offcanvas-bottom{height:var(--bs-offcanvas-height);border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);max-height:100%;left:0;right:0;transform:translateY(100%)}.offcanvas-xxl.show:not(.hiding),.offcanvas-xxl.showing{transform:none}.offcanvas-xxl.hiding,.offcanvas-xxl.show,.offcanvas-xxl.showing{visibility:visible}}@media (width>=1400px){.offcanvas-xxl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:#0000!important}.offcanvas-xxl .offcanvas-header{display:none}.offcanvas-xxl .offcanvas-body{flex-grow:0;padding:0;display:flex;overflow-y:visible;background-color:#0000!important}}.offcanvas{z-index:var(--bs-offcanvas-zindex);max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);transition:var(--bs-offcanvas-transition);background-clip:padding-box;outline:0;flex-direction:column;display:flex;position:fixed;bottom:0}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas.offcanvas-start{width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;right:0;transform:translate(100%)}.offcanvas.offcanvas-end{width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;left:0;transform:translate(-100%)}.offcanvas.offcanvas-top{height:var(--bs-offcanvas-height);border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);max-height:100%;top:0;left:0;right:0;transform:translateY(-100%)}.offcanvas.offcanvas-bottom{height:var(--bs-offcanvas-height);border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);max-height:100%;left:0;right:0;transform:translateY(100%)}.offcanvas.show:not(.hiding),.offcanvas.showing{transform:none}.offcanvas.hiding,.offcanvas.show,.offcanvas.showing{visibility:visible}.offcanvas-backdrop{z-index:1040;background-color:#000;width:100vw;height:100vh;position:fixed;top:0;right:0}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);align-items:center;display:flex}.offcanvas-header .btn-close{padding:calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);margin-top:calc(-.5 * var(--bs-offcanvas-padding-y));margin-left:calc(-.5 * var(--bs-offcanvas-padding-x));margin-bottom:calc(-.5 * var(--bs-offcanvas-padding-y));margin-right:auto}.offcanvas-title{line-height:var(--bs-offcanvas-title-line-height);margin-bottom:0}.offcanvas-body{padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);flex-grow:1;overflow-y:auto}.placeholder{vertical-align:middle;cursor:wait;opacity:.5;background-color:currentColor;min-height:1em;display:inline-block}.placeholder.btn:before{content:"";display:inline-block}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:2s ease-in-out infinite placeholder-glow}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{animation:2s linear infinite placeholder-wave;-webkit-mask-image:linear-gradient(130deg,#000 55%,#000c 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,#000c 75%,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%}@keyframes placeholder-wave{to{-webkit-mask-position:-200% 0;mask-position:-200% 0}}.clearfix:after{clear:both;content:"";display:block}.text-bg-primary{color:#fff!important;background-color:RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity,1))!important}.text-bg-secondary{color:#fff!important;background-color:RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity,1))!important}.text-bg-success{color:#fff!important;background-color:RGBA(var(--bs-success-rgb),var(--bs-bg-opacity,1))!important}.text-bg-info{color:#000!important;background-color:RGBA(var(--bs-info-rgb),var(--bs-bg-opacity,1))!important}.text-bg-warning{color:#000!important;background-color:RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity,1))!important}.text-bg-danger{color:#fff!important;background-color:RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity,1))!important}.text-bg-light{color:#000!important;background-color:RGBA(var(--bs-light-rgb),var(--bs-bg-opacity,1))!important}.text-bg-dark{color:#fff!important;background-color:RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity,1))!important}.link-primary{color:RGBA(var(--bs-primary-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important}.link-primary:focus,.link-primary:hover{color:RGBA(10,88,202,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(10,88,202,var(--bs-link-underline-opacity,1))!important;-webkit-text-decoration-color:RGBA(10,88,202,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(10,88,202,var(--bs-link-underline-opacity,1))!important}.link-secondary{color:RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1))!important}.link-secondary:focus,.link-secondary:hover{color:RGBA(86,94,100,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(86,94,100,var(--bs-link-underline-opacity,1))!important;-webkit-text-decoration-color:RGBA(86,94,100,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(86,94,100,var(--bs-link-underline-opacity,1))!important}.link-success{color:RGBA(var(--bs-success-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))!important}.link-success:focus,.link-success:hover{color:RGBA(20,108,67,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(20,108,67,var(--bs-link-underline-opacity,1))!important;-webkit-text-decoration-color:RGBA(20,108,67,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(20,108,67,var(--bs-link-underline-opacity,1))!important}.link-info{color:RGBA(var(--bs-info-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1))!important}.link-info:focus,.link-info:hover{color:RGBA(61,213,243,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(61,213,243,var(--bs-link-underline-opacity,1))!important;-webkit-text-decoration-color:RGBA(61,213,243,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(61,213,243,var(--bs-link-underline-opacity,1))!important}.link-warning{color:RGBA(var(--bs-warning-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1))!important}.link-warning:focus,.link-warning:hover{color:RGBA(255,205,57,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(255,205,57,var(--bs-link-underline-opacity,1))!important;-webkit-text-decoration-color:RGBA(255,205,57,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(255,205,57,var(--bs-link-underline-opacity,1))!important}.link-danger{color:RGBA(var(--bs-danger-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1))!important}.link-danger:focus,.link-danger:hover{color:RGBA(176,42,55,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(176,42,55,var(--bs-link-underline-opacity,1))!important;-webkit-text-decoration-color:RGBA(176,42,55,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(176,42,55,var(--bs-link-underline-opacity,1))!important}.link-light{color:RGBA(var(--bs-light-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important}.link-light:focus,.link-light:hover{color:RGBA(249,250,251,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(249,250,251,var(--bs-link-underline-opacity,1))!important;-webkit-text-decoration-color:RGBA(249,250,251,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(249,250,251,var(--bs-link-underline-opacity,1))!important}.link-dark{color:RGBA(var(--bs-dark-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1))!important}.link-dark:focus,.link-dark:hover{color:RGBA(26,30,33,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(26,30,33,var(--bs-link-underline-opacity,1))!important;-webkit-text-decoration-color:RGBA(26,30,33,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(26,30,33,var(--bs-link-underline-opacity,1))!important}.link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important}.link-body-emphasis:focus,.link-body-emphasis:hover{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,.75))!important;-webkit-text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,.75))!important;-webkit-text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,.75))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,.75))!important}.focus-ring:focus{box-shadow:var(--bs-focus-ring-x,0) var(--bs-focus-ring-y,0) var(--bs-focus-ring-blur,0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);outline:0}.icon-link{-webkit-text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,.5));-webkit-text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,.5));text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,.5));text-underline-offset:.25em;backface-visibility:hidden;align-items:center;gap:.375rem;display:inline-flex}.icon-link>.bi{fill:currentColor;flex-shrink:0;width:1em;height:1em;transition:transform .2s ease-in-out}@media (prefers-reduced-motion:reduce){.icon-link>.bi{transition:none}}.icon-link-hover:focus-visible>.bi,.icon-link-hover:hover>.bi{transform:var(--bs-icon-link-transform,translate3d(-.25em,0,0))}.ratio{width:100%;position:relative}.ratio:before{padding-top:var(--bs-aspect-ratio);content:"";display:block}.ratio>*{width:100%;height:100%;position:absolute;top:0;right:0}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571%}.fixed-top{z-index:1030;position:fixed;top:0;left:0;right:0}.fixed-bottom{z-index:1030;position:fixed;bottom:0;left:0;right:0}.sticky-top{z-index:1020;position:sticky;top:0}.sticky-bottom{z-index:1020;position:sticky;bottom:0}@media (width>=576px){.sticky-sm-top{z-index:1020;position:sticky;top:0}.sticky-sm-bottom{z-index:1020;position:sticky;bottom:0}}@media (width>=768px){.sticky-md-top{z-index:1020;position:sticky;top:0}.sticky-md-bottom{z-index:1020;position:sticky;bottom:0}}@media (width>=992px){.sticky-lg-top{z-index:1020;position:sticky;top:0}.sticky-lg-bottom{z-index:1020;position:sticky;bottom:0}}@media (width>=1200px){.sticky-xl-top{z-index:1020;position:sticky;top:0}.sticky-xl-bottom{z-index:1020;position:sticky;bottom:0}}@media (width>=1400px){.sticky-xxl-top{z-index:1020;position:sticky;top:0}.sticky-xxl-bottom{z-index:1020;position:sticky;bottom:0}}.hstack{flex-direction:row;align-self:stretch;align-items:center;display:flex}.vstack{flex-direction:column;flex:auto;align-self:stretch;display:flex}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;overflow:hidden!important}.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),.visually-hidden:not(caption){position:absolute!important}.visually-hidden *,.visually-hidden-focusable:not(:focus):not(:focus-within) *{overflow:hidden!important}.stretched-link:after{z-index:1;content:"";position:absolute;inset:0}.text-truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.vr{width:var(--bs-border-width);opacity:.25;background-color:currentColor;align-self:stretch;min-height:1em;display:inline-block}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:right!important}.float-end{float:left!important}.float-none{float:none!important}.object-fit-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-none{-o-object-fit:none!important;object-fit:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.overflow-x-auto{overflow-x:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-x-visible{overflow-x:visible!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-y-visible{overflow-y:visible!important}.overflow-y-scroll{overflow-y:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-inline-grid{display:inline-grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:var(--bs-box-shadow)!important}.shadow-sm{box-shadow:var(--bs-box-shadow-sm)!important}.shadow-lg{box-shadow:var(--bs-box-shadow-lg)!important}.shadow-none{box-shadow:none!important}.focus-ring-primary{--bs-focus-ring-color:rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-secondary{--bs-focus-ring-color:rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-success{--bs-focus-ring-color:rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))}.focus-ring-info{--bs-focus-ring-color:rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))}.focus-ring-warning{--bs-focus-ring-color:rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))}.focus-ring-danger{--bs-focus-ring-color:rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))}.focus-ring-light{--bs-focus-ring-color:rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))}.focus-ring-dark{--bs-focus-ring-color:rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{right:0!important}.start-50{right:50%!important}.start-100{right:100%!important}.end-0{left:0!important}.end-50{left:50%!important}.end-100{left:100%!important}.translate-middle{transform:translate(50%,-50%)!important}.translate-middle-x{transform:translate(50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-0{border:0!important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-0{border-top:0!important}.border-end{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-end-0{border-left:0!important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-0{border-bottom:0!important}.border-start{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-start-0{border-right:0!important}.border-primary{--bs-border-opacity:1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}.border-secondary{--bs-border-opacity:1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}.border-success{--bs-border-opacity:1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}.border-info{--bs-border-opacity:1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}.border-warning{--bs-border-opacity:1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}.border-danger{--bs-border-opacity:1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}.border-light{--bs-border-opacity:1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}.border-dark{--bs-border-opacity:1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}.border-black{--bs-border-opacity:1;border-color:rgba(var(--bs-black-rgb),var(--bs-border-opacity))!important}.border-white{--bs-border-opacity:1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}.border-primary-subtle{border-color:var(--bs-primary-border-subtle)!important}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle)!important}.border-success-subtle{border-color:var(--bs-success-border-subtle)!important}.border-info-subtle{border-color:var(--bs-info-border-subtle)!important}.border-warning-subtle{border-color:var(--bs-warning-border-subtle)!important}.border-danger-subtle{border-color:var(--bs-danger-border-subtle)!important}.border-light-subtle{border-color:var(--bs-light-border-subtle)!important}.border-dark-subtle{border-color:var(--bs-dark-border-subtle)!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.border-opacity-10{--bs-border-opacity:.1}.border-opacity-25{--bs-border-opacity:.25}.border-opacity-50{--bs-border-opacity:.5}.border-opacity-75{--bs-border-opacity:.75}.border-opacity-100{--bs-border-opacity:1}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-3{margin-left:1rem!important;margin-right:1rem!important}.mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-5{margin-left:3rem!important;margin-right:3rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-left:0!important}.me-1{margin-left:.25rem!important}.me-2{margin-left:.5rem!important}.me-3{margin-left:1rem!important}.me-4{margin-left:1.5rem!important}.me-5{margin-left:3rem!important}.me-auto{margin-left:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-right:0!important}.ms-1{margin-right:.25rem!important}.ms-2{margin-right:.5rem!important}.ms-3{margin-right:1rem!important}.ms-4{margin-right:1.5rem!important}.ms-5{margin-right:3rem!important}.ms-auto{margin-right:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-3{padding-left:1rem!important;padding-right:1rem!important}.px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-5{padding-left:3rem!important;padding-right:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-left:0!important}.pe-1{padding-left:.25rem!important}.pe-2{padding-left:.5rem!important}.pe-3{padding-left:1rem!important}.pe-4{padding-left:1.5rem!important}.pe-5{padding-left:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-right:0!important}.ps-1{padding-right:.25rem!important}.ps-2{padding-right:.5rem!important}.ps-3{padding-right:1rem!important}.ps-4{padding-right:1.5rem!important}.ps-5{padding-right:3rem!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.row-gap-0{row-gap:0!important}.row-gap-1{row-gap:.25rem!important}.row-gap-2{row-gap:.5rem!important}.row-gap-3{row-gap:1rem!important}.row-gap-4{row-gap:1.5rem!important}.row-gap-5{row-gap:3rem!important}.column-gap-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-1{-moz-column-gap:.25rem!important;column-gap:.25rem!important}.column-gap-2{-moz-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-lighter{font-weight:lighter!important}.fw-light{font-weight:300!important}.fw-normal{font-weight:400!important}.fw-medium{font-weight:500!important}.fw-semibold{font-weight:600!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:right!important}.text-end{text-align:left!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:var(--bs-secondary-color)!important}.text-black-50{--bs-text-opacity:1;color:#00000080!important}.text-white-50{--bs-text-opacity:1;color:#ffffff80!important}.text-body-secondary{--bs-text-opacity:1;color:var(--bs-secondary-color)!important}.text-body-tertiary{--bs-text-opacity:1;color:var(--bs-tertiary-color)!important}.text-body-emphasis{--bs-text-opacity:1;color:var(--bs-emphasis-color)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:.25}.text-opacity-50{--bs-text-opacity:.5}.text-opacity-75{--bs-text-opacity:.75}.text-opacity-100{--bs-text-opacity:1}.text-primary-emphasis{color:var(--bs-primary-text-emphasis)!important}.text-secondary-emphasis{color:var(--bs-secondary-text-emphasis)!important}.text-success-emphasis{color:var(--bs-success-text-emphasis)!important}.text-info-emphasis{color:var(--bs-info-text-emphasis)!important}.text-warning-emphasis{color:var(--bs-warning-text-emphasis)!important}.text-danger-emphasis{color:var(--bs-danger-text-emphasis)!important}.text-light-emphasis{color:var(--bs-light-text-emphasis)!important}.text-dark-emphasis{color:var(--bs-dark-text-emphasis)!important}.link-opacity-10,.link-opacity-10-hover:hover{--bs-link-opacity:.1}.link-opacity-25,.link-opacity-25-hover:hover{--bs-link-opacity:.25}.link-opacity-50,.link-opacity-50-hover:hover{--bs-link-opacity:.5}.link-opacity-75,.link-opacity-75-hover:hover{--bs-link-opacity:.75}.link-opacity-100,.link-opacity-100-hover:hover{--bs-link-opacity:1}.link-offset-1,.link-offset-1-hover:hover{text-underline-offset:.125em!important}.link-offset-2,.link-offset-2-hover:hover{text-underline-offset:.25em!important}.link-offset-3,.link-offset-3-hover:hover{text-underline-offset:.375em!important}.link-underline-primary{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important;-webkit-text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-secondary{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important;-webkit-text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-success{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important;-webkit-text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important}.link-underline-info{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important;-webkit-text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important}.link-underline-warning{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important;-webkit-text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important}.link-underline-danger{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important;-webkit-text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important}.link-underline-light{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important;-webkit-text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important}.link-underline-dark{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important;-webkit-text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important}.link-underline{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important;-webkit-text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important}.link-underline-opacity-0,.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity:0}.link-underline-opacity-10,.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity:.1}.link-underline-opacity-25,.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity:.25}.link-underline-opacity-50,.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity:.5}.link-underline-opacity-75,.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity:.75}.link-underline-opacity-100,.link-underline-opacity-100-hover:hover{--bs-link-underline-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:#0000!important}.bg-body-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity))!important}.bg-body-tertiary{--bs-bg-opacity:1;background-color:rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important}.bg-opacity-10{--bs-bg-opacity:.1}.bg-opacity-25{--bs-bg-opacity:.25}.bg-opacity-50{--bs-bg-opacity:.5}.bg-opacity-75{--bs-bg-opacity:.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle)!important}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle)!important}.bg-success-subtle{background-color:var(--bs-success-bg-subtle)!important}.bg-info-subtle{background-color:var(--bs-info-bg-subtle)!important}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle)!important}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle)!important}.bg-light-subtle{background-color:var(--bs-light-bg-subtle)!important}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle)!important}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:var(--bs-border-radius)!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:var(--bs-border-radius-sm)!important}.rounded-2{border-radius:var(--bs-border-radius)!important}.rounded-3{border-radius:var(--bs-border-radius-lg)!important}.rounded-4{border-radius:var(--bs-border-radius-xl)!important}.rounded-5{border-radius:var(--bs-border-radius-xxl)!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:var(--bs-border-radius-pill)!important}.rounded-top{border-top-right-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-top-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-top-1{border-top-right-radius:var(--bs-border-radius-sm)!important;border-top-left-radius:var(--bs-border-radius-sm)!important}.rounded-top-2{border-top-right-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-top-3{border-top-right-radius:var(--bs-border-radius-lg)!important;border-top-left-radius:var(--bs-border-radius-lg)!important}.rounded-top-4{border-top-right-radius:var(--bs-border-radius-xl)!important;border-top-left-radius:var(--bs-border-radius-xl)!important}.rounded-top-5{border-top-right-radius:var(--bs-border-radius-xxl)!important;border-top-left-radius:var(--bs-border-radius-xxl)!important}.rounded-top-circle{border-top-left-radius:50%!important;border-top-right-radius:50%!important}.rounded-top-pill{border-top-right-radius:var(--bs-border-radius-pill)!important;border-top-left-radius:var(--bs-border-radius-pill)!important}.rounded-end{border-top-left-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-end-0{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.rounded-end-1{border-top-left-radius:var(--bs-border-radius-sm)!important;border-bottom-left-radius:var(--bs-border-radius-sm)!important}.rounded-end-2{border-top-left-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-end-3{border-top-left-radius:var(--bs-border-radius-lg)!important;border-bottom-left-radius:var(--bs-border-radius-lg)!important}.rounded-end-4{border-top-left-radius:var(--bs-border-radius-xl)!important;border-bottom-left-radius:var(--bs-border-radius-xl)!important}.rounded-end-5{border-top-left-radius:var(--bs-border-radius-xxl)!important;border-bottom-left-radius:var(--bs-border-radius-xxl)!important}.rounded-end-circle{border-top-left-radius:50%!important;border-bottom-left-radius:50%!important}.rounded-end-pill{border-top-left-radius:var(--bs-border-radius-pill)!important;border-bottom-left-radius:var(--bs-border-radius-pill)!important}.rounded-bottom{border-bottom-left-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-bottom-0{border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}.rounded-bottom-1{border-bottom-left-radius:var(--bs-border-radius-sm)!important;border-bottom-right-radius:var(--bs-border-radius-sm)!important}.rounded-bottom-2{border-bottom-left-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-bottom-3{border-bottom-left-radius:var(--bs-border-radius-lg)!important;border-bottom-right-radius:var(--bs-border-radius-lg)!important}.rounded-bottom-4{border-bottom-left-radius:var(--bs-border-radius-xl)!important;border-bottom-right-radius:var(--bs-border-radius-xl)!important}.rounded-bottom-5{border-bottom-left-radius:var(--bs-border-radius-xxl)!important;border-bottom-right-radius:var(--bs-border-radius-xxl)!important}.rounded-bottom-circle{border-bottom-right-radius:50%!important;border-bottom-left-radius:50%!important}.rounded-bottom-pill{border-bottom-left-radius:var(--bs-border-radius-pill)!important;border-bottom-right-radius:var(--bs-border-radius-pill)!important}.rounded-start{border-bottom-right-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-start-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.rounded-start-1{border-bottom-right-radius:var(--bs-border-radius-sm)!important;border-top-right-radius:var(--bs-border-radius-sm)!important}.rounded-start-2{border-bottom-right-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-start-3{border-bottom-right-radius:var(--bs-border-radius-lg)!important;border-top-right-radius:var(--bs-border-radius-lg)!important}.rounded-start-4{border-bottom-right-radius:var(--bs-border-radius-xl)!important;border-top-right-radius:var(--bs-border-radius-xl)!important}.rounded-start-5{border-bottom-right-radius:var(--bs-border-radius-xxl)!important;border-top-right-radius:var(--bs-border-radius-xxl)!important}.rounded-start-circle{border-top-right-radius:50%!important;border-bottom-right-radius:50%!important}.rounded-start-pill{border-bottom-right-radius:var(--bs-border-radius-pill)!important;border-top-right-radius:var(--bs-border-radius-pill)!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.z-n1{z-index:-1!important}.z-0{z-index:0!important}.z-1{z-index:1!important}.z-2{z-index:2!important}.z-3{z-index:3!important}@media (width>=576px){.float-sm-start{float:right!important}.float-sm-end{float:left!important}.float-sm-none{float:none!important}.object-fit-sm-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-sm-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-sm-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-sm-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-sm-none{-o-object-fit:none!important;object-fit:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-inline-grid{display:inline-grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-left:0!important;margin-right:0!important}.mx-sm-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-sm-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-sm-3{margin-left:1rem!important;margin-right:1rem!important}.mx-sm-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-sm-5{margin-left:3rem!important;margin-right:3rem!important}.mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-left:0!important}.me-sm-1{margin-left:.25rem!important}.me-sm-2{margin-left:.5rem!important}.me-sm-3{margin-left:1rem!important}.me-sm-4{margin-left:1.5rem!important}.me-sm-5{margin-left:3rem!important}.me-sm-auto{margin-left:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-right:0!important}.ms-sm-1{margin-right:.25rem!important}.ms-sm-2{margin-right:.5rem!important}.ms-sm-3{margin-right:1rem!important}.ms-sm-4{margin-right:1.5rem!important}.ms-sm-5{margin-right:3rem!important}.ms-sm-auto{margin-right:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-left:0!important;padding-right:0!important}.px-sm-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-sm-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-sm-3{padding-left:1rem!important;padding-right:1rem!important}.px-sm-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-sm-5{padding-left:3rem!important;padding-right:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-left:0!important}.pe-sm-1{padding-left:.25rem!important}.pe-sm-2{padding-left:.5rem!important}.pe-sm-3{padding-left:1rem!important}.pe-sm-4{padding-left:1.5rem!important}.pe-sm-5{padding-left:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-right:0!important}.ps-sm-1{padding-right:.25rem!important}.ps-sm-2{padding-right:.5rem!important}.ps-sm-3{padding-right:1rem!important}.ps-sm-4{padding-right:1.5rem!important}.ps-sm-5{padding-right:3rem!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.row-gap-sm-0{row-gap:0!important}.row-gap-sm-1{row-gap:.25rem!important}.row-gap-sm-2{row-gap:.5rem!important}.row-gap-sm-3{row-gap:1rem!important}.row-gap-sm-4{row-gap:1.5rem!important}.row-gap-sm-5{row-gap:3rem!important}.column-gap-sm-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-sm-1{-moz-column-gap:.25rem!important;column-gap:.25rem!important}.column-gap-sm-2{-moz-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-sm-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-sm-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-sm-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.text-sm-start{text-align:right!important}.text-sm-end{text-align:left!important}.text-sm-center{text-align:center!important}}@media (width>=768px){.float-md-start{float:right!important}.float-md-end{float:left!important}.float-md-none{float:none!important}.object-fit-md-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-md-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-md-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-md-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-md-none{-o-object-fit:none!important;object-fit:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-inline-grid{display:inline-grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-left:0!important;margin-right:0!important}.mx-md-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-md-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-md-3{margin-left:1rem!important;margin-right:1rem!important}.mx-md-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-md-5{margin-left:3rem!important;margin-right:3rem!important}.mx-md-auto{margin-left:auto!important;margin-right:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-left:0!important}.me-md-1{margin-left:.25rem!important}.me-md-2{margin-left:.5rem!important}.me-md-3{margin-left:1rem!important}.me-md-4{margin-left:1.5rem!important}.me-md-5{margin-left:3rem!important}.me-md-auto{margin-left:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-right:0!important}.ms-md-1{margin-right:.25rem!important}.ms-md-2{margin-right:.5rem!important}.ms-md-3{margin-right:1rem!important}.ms-md-4{margin-right:1.5rem!important}.ms-md-5{margin-right:3rem!important}.ms-md-auto{margin-right:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-left:0!important;padding-right:0!important}.px-md-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-md-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-md-3{padding-left:1rem!important;padding-right:1rem!important}.px-md-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-md-5{padding-left:3rem!important;padding-right:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-left:0!important}.pe-md-1{padding-left:.25rem!important}.pe-md-2{padding-left:.5rem!important}.pe-md-3{padding-left:1rem!important}.pe-md-4{padding-left:1.5rem!important}.pe-md-5{padding-left:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-right:0!important}.ps-md-1{padding-right:.25rem!important}.ps-md-2{padding-right:.5rem!important}.ps-md-3{padding-right:1rem!important}.ps-md-4{padding-right:1.5rem!important}.ps-md-5{padding-right:3rem!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.row-gap-md-0{row-gap:0!important}.row-gap-md-1{row-gap:.25rem!important}.row-gap-md-2{row-gap:.5rem!important}.row-gap-md-3{row-gap:1rem!important}.row-gap-md-4{row-gap:1.5rem!important}.row-gap-md-5{row-gap:3rem!important}.column-gap-md-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-md-1{-moz-column-gap:.25rem!important;column-gap:.25rem!important}.column-gap-md-2{-moz-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-md-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-md-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-md-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.text-md-start{text-align:right!important}.text-md-end{text-align:left!important}.text-md-center{text-align:center!important}}@media (width>=992px){.float-lg-start{float:right!important}.float-lg-end{float:left!important}.float-lg-none{float:none!important}.object-fit-lg-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-lg-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-lg-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-lg-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-lg-none{-o-object-fit:none!important;object-fit:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-inline-grid{display:inline-grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-left:0!important;margin-right:0!important}.mx-lg-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-lg-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-lg-3{margin-left:1rem!important;margin-right:1rem!important}.mx-lg-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-lg-5{margin-left:3rem!important;margin-right:3rem!important}.mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-left:0!important}.me-lg-1{margin-left:.25rem!important}.me-lg-2{margin-left:.5rem!important}.me-lg-3{margin-left:1rem!important}.me-lg-4{margin-left:1.5rem!important}.me-lg-5{margin-left:3rem!important}.me-lg-auto{margin-left:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-right:0!important}.ms-lg-1{margin-right:.25rem!important}.ms-lg-2{margin-right:.5rem!important}.ms-lg-3{margin-right:1rem!important}.ms-lg-4{margin-right:1.5rem!important}.ms-lg-5{margin-right:3rem!important}.ms-lg-auto{margin-right:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-left:0!important;padding-right:0!important}.px-lg-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-lg-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-lg-3{padding-left:1rem!important;padding-right:1rem!important}.px-lg-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-lg-5{padding-left:3rem!important;padding-right:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-left:0!important}.pe-lg-1{padding-left:.25rem!important}.pe-lg-2{padding-left:.5rem!important}.pe-lg-3{padding-left:1rem!important}.pe-lg-4{padding-left:1.5rem!important}.pe-lg-5{padding-left:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-right:0!important}.ps-lg-1{padding-right:.25rem!important}.ps-lg-2{padding-right:.5rem!important}.ps-lg-3{padding-right:1rem!important}.ps-lg-4{padding-right:1.5rem!important}.ps-lg-5{padding-right:3rem!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.row-gap-lg-0{row-gap:0!important}.row-gap-lg-1{row-gap:.25rem!important}.row-gap-lg-2{row-gap:.5rem!important}.row-gap-lg-3{row-gap:1rem!important}.row-gap-lg-4{row-gap:1.5rem!important}.row-gap-lg-5{row-gap:3rem!important}.column-gap-lg-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-lg-1{-moz-column-gap:.25rem!important;column-gap:.25rem!important}.column-gap-lg-2{-moz-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-lg-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-lg-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-lg-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.text-lg-start{text-align:right!important}.text-lg-end{text-align:left!important}.text-lg-center{text-align:center!important}}@media (width>=1200px){.float-xl-start{float:right!important}.float-xl-end{float:left!important}.float-xl-none{float:none!important}.object-fit-xl-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-xl-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-xl-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-xl-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-xl-none{-o-object-fit:none!important;object-fit:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-inline-grid{display:inline-grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-left:0!important;margin-right:0!important}.mx-xl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xl-auto{margin-left:auto!important;margin-right:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-left:0!important}.me-xl-1{margin-left:.25rem!important}.me-xl-2{margin-left:.5rem!important}.me-xl-3{margin-left:1rem!important}.me-xl-4{margin-left:1.5rem!important}.me-xl-5{margin-left:3rem!important}.me-xl-auto{margin-left:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-right:0!important}.ms-xl-1{margin-right:.25rem!important}.ms-xl-2{margin-right:.5rem!important}.ms-xl-3{margin-right:1rem!important}.ms-xl-4{margin-right:1.5rem!important}.ms-xl-5{margin-right:3rem!important}.ms-xl-auto{margin-right:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-left:0!important;padding-right:0!important}.px-xl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-left:0!important}.pe-xl-1{padding-left:.25rem!important}.pe-xl-2{padding-left:.5rem!important}.pe-xl-3{padding-left:1rem!important}.pe-xl-4{padding-left:1.5rem!important}.pe-xl-5{padding-left:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-right:0!important}.ps-xl-1{padding-right:.25rem!important}.ps-xl-2{padding-right:.5rem!important}.ps-xl-3{padding-right:1rem!important}.ps-xl-4{padding-right:1.5rem!important}.ps-xl-5{padding-right:3rem!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.row-gap-xl-0{row-gap:0!important}.row-gap-xl-1{row-gap:.25rem!important}.row-gap-xl-2{row-gap:.5rem!important}.row-gap-xl-3{row-gap:1rem!important}.row-gap-xl-4{row-gap:1.5rem!important}.row-gap-xl-5{row-gap:3rem!important}.column-gap-xl-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-xl-1{-moz-column-gap:.25rem!important;column-gap:.25rem!important}.column-gap-xl-2{-moz-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-xl-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-xl-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-xl-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.text-xl-start{text-align:right!important}.text-xl-end{text-align:left!important}.text-xl-center{text-align:center!important}}@media (width>=1400px){.float-xxl-start{float:right!important}.float-xxl-end{float:left!important}.float-xxl-none{float:none!important}.object-fit-xxl-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-xxl-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-xxl-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-xxl-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-xxl-none{-o-object-fit:none!important;object-fit:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-inline-grid{display:inline-grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-left:0!important;margin-right:0!important}.mx-xxl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xxl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xxl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xxl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xxl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xxl-auto{margin-left:auto!important;margin-right:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-left:0!important}.me-xxl-1{margin-left:.25rem!important}.me-xxl-2{margin-left:.5rem!important}.me-xxl-3{margin-left:1rem!important}.me-xxl-4{margin-left:1.5rem!important}.me-xxl-5{margin-left:3rem!important}.me-xxl-auto{margin-left:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-right:0!important}.ms-xxl-1{margin-right:.25rem!important}.ms-xxl-2{margin-right:.5rem!important}.ms-xxl-3{margin-right:1rem!important}.ms-xxl-4{margin-right:1.5rem!important}.ms-xxl-5{margin-right:3rem!important}.ms-xxl-auto{margin-right:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-left:0!important;padding-right:0!important}.px-xxl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xxl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xxl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xxl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xxl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-left:0!important}.pe-xxl-1{padding-left:.25rem!important}.pe-xxl-2{padding-left:.5rem!important}.pe-xxl-3{padding-left:1rem!important}.pe-xxl-4{padding-left:1.5rem!important}.pe-xxl-5{padding-left:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-right:0!important}.ps-xxl-1{padding-right:.25rem!important}.ps-xxl-2{padding-right:.5rem!important}.ps-xxl-3{padding-right:1rem!important}.ps-xxl-4{padding-right:1.5rem!important}.ps-xxl-5{padding-right:3rem!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.row-gap-xxl-0{row-gap:0!important}.row-gap-xxl-1{row-gap:.25rem!important}.row-gap-xxl-2{row-gap:.5rem!important}.row-gap-xxl-3{row-gap:1rem!important}.row-gap-xxl-4{row-gap:1.5rem!important}.row-gap-xxl-5{row-gap:3rem!important}.column-gap-xxl-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-xxl-1{-moz-column-gap:.25rem!important;column-gap:.25rem!important}.column-gap-xxl-2{-moz-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-xxl-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-xxl-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-xxl-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.text-xxl-start{text-align:right!important}.text-xxl-end{text-align:left!important}.text-xxl-center{text-align:center!important}}@media (width>=1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-inline-grid{display:inline-grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}:root{--font-family-base:"Inter", "Cairo", sans-serif;--font-family-display:"Inter", "Cairo", sans-serif;--color-primary:#025f48;--color-primary-dark:#014535;--color-primary-light:#e8ffe8;--color-secondary:#f6fff6;--color-subtitle:#929292;--color-card:#e8ffe8;--color-bg:#f5f5f5;--color-surface:#fff;--color-text:#08352b;--color-text-soft:#6f6f6f;--color-border:#025f4859;--color-white:#f1f1f1;--shadow-sm:0 4px 14px #025f4814;--shadow-md:0 12px 30px #0000001f;--radius-sm:10px;--radius-md:16px;--radius-lg:22px;--radius-xl:30px;--transition-base:.22s ease;--section-space:96px}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;direction:rtl}body,h1,h2,h3,h4,h5,h6,p,ul,ol,figure,blockquote{margin:0}ul,ol{padding:0;list-style:none}body{min-width:320px}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer;background:0 0;border:0}img,picture,svg{max-width:100%;display:block}textarea{resize:vertical}.page-section{padding-block:var(--section-space)}.section-shell{background:var(--color-surface);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm)}.text-muted{color:var(--color-subtitle)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}body{font-family:var(--font-family-base);background:var(--color-bg);color:var(--color-text);direction:rtl;line-height:1.65}::selection{background:rgba(var(--color-primary-rgb), .18)}#root{min-height:100vh}main{overflow:hidden}input,textarea{border:1.5px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:100%;color:var(--color-text);transition:border-color var(--transition-base), box-shadow var(--transition-base);outline:none}input:focus,textarea:focus{border-color:var(--color-primary);box-shadow:0 0 0 4px rgba(var(--color-primary-rgb), .12)}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid rgba(var(--color-primary-rgb), .25);outline-offset:3px}.page-header{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:linear-gradient(#e8ffe8f0,#fffffffa);border:1.5px solid #025f481a;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex}.page-header__content{min-width:0}.page-header__title{color:var(--color-primary);font-size:clamp(1.6rem,2.3vw,2.15rem);font-weight:900;line-height:1.1}.page-header__subtitle{color:var(--color-subtitle);margin-top:8px;font-size:.98rem;font-weight:700}.page-header__action{flex-shrink:0}@media (width<=992px){.page-header{flex-direction:column;align-items:flex-start}.page-header__action,.page-header__action .dashboard-action-btn{width:100%}}@media (width<=768px){.page-header{padding:16px}.page-header__subtitle{font-size:.88rem}}section[id]{scroll-margin-top:96px}.landing-navbar{z-index:30;will-change:transform, opacity;background:#fff;border-bottom:1px solid #025f4814;animation:.85s cubic-bezier(.22,1,.36,1) both navbar-slide-down;position:sticky;top:0}@keyframes navbar-slide-down{0%{opacity:0;transform:translateY(-24px)}to{opacity:1;transform:translate(0,0)}}.landing-navbar__inner{justify-content:space-between;align-items:center;gap:22px;min-height:76px;display:flex}.landing-navbar__brand{flex-shrink:0;justify-content:center;align-items:center;gap:0;display:inline-flex}.landing-navbar__brand-text,.landing-navbar__brand strong,.landing-navbar__brand span,.landing-navbar__logo-mark{display:none}.landing-navbar__logo-wrap{flex-shrink:0;justify-content:center;align-items:center;width:88px;height:56px;display:flex;position:relative;overflow:hidden}.landing-navbar__logo-image{object-fit:cover;transform-origin:50%;width:230px;max-width:none;height:auto;display:block;position:absolute;top:68%;left:50%;transform:translate(-50%,-50%)}.landing-navbar__nav{flex:1;justify-content:center;align-items:flex-start;gap:22px;display:flex}.landing-navbar__nav-link{color:#333;will-change:transform;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-width:58px;transition:transform .22s cubic-bezier(.22,1,.36,1),color .2s;display:inline-flex;transform:translateY(0)}.landing-navbar__nav-icon{color:currentColor;justify-content:center;align-items:center;width:21px;height:21px;display:inline-flex}.landing-navbar__nav-label{white-space:nowrap;font-size:12px;font-weight:600;line-height:1}.landing-navbar__actions{align-items:center;gap:12px;display:flex}.landing-navbar__toggle{background:#fff;border:1px solid #025f4829;border-radius:12px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;width:46px;height:46px;padding:0;display:none}.landing-navbar__toggle span{background:var(--color-primary);border-radius:999px;width:20px;height:2px;transition:transform .2s,opacity .2s}.landing-navbar__toggle.is-active span:first-child{transform:translateY(7px)rotate(45deg)}.landing-navbar__toggle.is-active span:nth-child(2){opacity:0}.landing-navbar__toggle.is-active span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.landing-navbar__mobile-menu{display:none}.landing-btn{min-width:132px;min-height:48px;transition:transform .22s cubic-bezier(.22, 1, .36, 1), background var(--transition-base), color var(--transition-base), border-color var(--transition-base), box-shadow .22s cubic-bezier(.22, 1, .36, 1);will-change:transform;border-radius:12px;justify-content:center;align-items:center;padding:12px 24px;font-weight:700;display:inline-flex;transform:translateY(0)}.landing-btn--primary{background:var(--color-primary);color:var(--color-white)}.landing-btn--primary:hover{background:var(--color-primary-dark)}.landing-btn--ghost{background:var(--color-white);color:var(--color-primary);border:1px solid #025f4838}@media (hover:hover) and (pointer:fine){.landing-btn:hover{transform:translateY(-2px)}.landing-navbar__nav-link:hover{color:var(--color-primary);transform:translateY(-2px)}.landing-navbar__mobile-link:hover{background:#025f4814;transform:translateY(-2px)}.landing-footer__socials a:hover{background:#ffffff2e;transform:translateY(-2px)}}.hero-section{background:linear-gradient(90deg,#03141073,#03141033),url(/assets/hero-city-C5ln5gMD.webp) 50%/cover no-repeat;align-items:center;min-height:calc(100vh - 76px);display:flex;position:relative}.hero-section__overlay{background:#0000001f;position:absolute;inset:0}.hero-section__content{direction:rtl;justify-content:flex-start;width:100%;display:flex;position:relative}.hero-section__copy{text-align:right;color:#f1f1f1;flex-direction:column;align-items:flex-start;width:760px;max-width:760px;padding-right:72px;display:flex}.hero-section__title{font-family:var(--font-family-display,"Cairo", sans-serif);color:#f1f1f1;white-space:nowrap;margin:0;font-size:62px;font-weight:800;line-height:1.08}.hero-section__title-brand{color:#f1f1f1}.hero-section__title-city{color:#f1f1f1;text-shadow:none}.hero-section__subtitle{width:100%;max-width:760px;font-family:var(--font-family-display,"Cairo", sans-serif);color:#f1f1f1;margin-top:16px;margin-bottom:0;font-size:21px;font-weight:700;line-height:1.48}.hero-section__subtitle-line{display:block}.hero-section__subtitle-line--first{white-space:nowrap}.hero-section__subtitle-line--second{margin-top:2px}.hero-section__actions{justify-content:flex-start;width:100%;margin-top:24px;display:flex}.landing-btn--hero{color:#f1f1f1;min-width:210px;height:58px;font-family:var(--font-family-display,"Cairo", sans-serif);background:#025f48;border-radius:18px;justify-content:center;align-items:center;padding:0 24px;font-size:20px;font-weight:700;line-height:1;display:inline-flex;box-shadow:0 0 20px 10px #025f481f}.landing-soft-section{background:linear-gradient(#e8ffe8cc,#f5f5f500)}.landing-section-heading{margin-bottom:24px}.landing-section-heading.is-centered{text-align:center}.landing-section-heading h2{color:var(--color-primary);font-size:clamp(1.75rem,2.8vw,2.6rem);font-weight:800;line-height:1.1}.landing-section-heading p{color:var(--color-subtitle);margin-top:8px;font-size:clamp(.95rem,1.25vw,1.2rem);font-weight:700;line-height:1.4}#about.page-section{padding-bottom:36px}#about .about-section__cards{gap:18px;display:grid}#about .about-section__card{border:1.5px solid var(--color-border);border-radius:var(--radius-lg);color:var(--color-primary);text-align:center;box-shadow:var(--shadow-sm);background:#ffffffb3;padding:24px;font-size:clamp(.95rem,1.05vw,1.1rem);font-weight:700;line-height:1.7}#vision.page-section{padding-top:36px}#vision .vision-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px 20px;display:grid}#vision .vision-card{text-align:center;padding:6px 12px}#vision .vision-card__badge{margin-inline:auto;background:var(--color-primary);width:38px;height:38px;color:var(--color-white);border-radius:50%;place-items:center;margin-bottom:12px;font-size:1.05rem;font-weight:800;display:grid}#vision .vision-card h3{color:var(--color-primary);font-size:clamp(1.05rem,1.55vw,1.55rem);font-weight:800;line-height:1.3}#vision .vision-card p{color:var(--color-subtitle);margin-top:10px;font-size:clamp(.88rem,.98vw,1.05rem);font-weight:700;line-height:1.65}#services.page-section{padding-top:20px;padding-bottom:var(--section-space);background:0 0;position:relative;overflow:hidden}#services.page-section:before{content:"";z-index:0;background:#e8ffe8c7;height:122px;position:absolute;inset:0 0 auto}#services .container{z-index:1;position:relative}#services .landing-section-heading{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:92px;margin-bottom:26px;display:flex}.services-showcase{max-width:1060px;margin:0 auto}.services-showcase__row{direction:rtl;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;display:grid}.services-showcase__row--top .services-showcase__card{min-height:348px}.services-showcase__row--bottom .services-showcase__card{min-height:282px}.services-showcase__card{text-align:center;flex-direction:column;justify-content:flex-start;align-items:center;padding:28px 26px 24px;display:flex}.services-showcase__card h3{margin:0;font-size:clamp(1.25rem,1.8vw,2rem);font-weight:800;line-height:1.2}.services-showcase__card h3:after{content:"";background:#9fd5c9;border-radius:999px;width:122px;height:3px;margin:12px auto 0;display:block}.services-showcase__card ul{gap:28px;margin:28px 0 0;padding:0;list-style:none;display:grid}.services-showcase__card li{font-size:clamp(.98rem,1.08vw,1.28rem);font-weight:700;line-height:1.55}.services-showcase__card--solid{background:#2f7d6b}.services-showcase__card--solid h3,.services-showcase__card--solid li{color:#fff}.services-showcase__card--solid h3:after{background:#e8ffe8d1}.services-showcase__card--light h3{color:var(--color-primary)}.services-showcase__card--light li{color:#9b9b9b}#how-it-works.page-section{padding-top:32px;padding-bottom:42px}#how-it-works .landing-section-heading{margin-bottom:24px}#how-it-works .how-section{direction:ltr;grid-template-columns:1fr 1fr;align-items:stretch;gap:22px;max-width:1120px;margin:0 auto;display:grid}#how-it-works .how-section__flow{direction:rtl;order:1;gap:8px;display:grid}#how-it-works .how-section__image{height:100%;min-height:620px;box-shadow:var(--shadow-md);background:linear-gradient(#0000001f,#0000001f),url(/assets/problem-example-BR3dwSxW.webp) 50%/cover no-repeat;border-radius:22px;order:0;position:relative}#how-it-works .how-section__image-overlay{color:var(--color-primary);background:#ffffffe6;border-radius:12px;padding:8px 14px;font-size:.95rem;font-weight:800;position:absolute;bottom:16px;left:16px}#how-it-works .how-step-wrap{justify-items:center;display:grid}#how-it-works .how-step{text-align:center;border-radius:16px;place-items:center;width:100%;min-height:72px;padding:18px 22px;font-size:clamp(1rem,1.08vw,1.18rem);font-weight:800;line-height:1.4;display:grid}#how-it-works .how-step.is-solid{background:var(--color-primary);color:var(--color-white)}#how-it-works .how-step.is-light{background:var(--color-card);color:var(--color-primary);border:1.5px solid var(--color-border)}#how-it-works .how-step__arrow{color:var(--color-primary);font-size:1.5rem}#how-it-works .how-step--wide{margin-top:8px}#contact.page-section{padding-top:34px;padding-bottom:44px}#contact .landing-section-heading{margin-bottom:22px}.contact-card{border:1.5px solid var(--color-border);background:#e8ffe8b8;border-radius:24px;max-width:980px;margin:0 auto;padding:26px 28px 30px}.contact-form{gap:22px;display:grid}.contact-form__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 28px;display:grid}.contact-field{gap:10px;display:grid}.contact-field label{color:var(--color-primary);font-size:clamp(1.15rem,1.5vw,1.55rem);font-weight:800;line-height:1.3}.contact-field input,.contact-field textarea{text-align:right;direction:rtl;border-radius:14px;padding:14px 18px;font-size:clamp(.98rem,1vw,1.08rem);font-weight:700}.contact-field textarea{min-height:140px}.contact-field input::placeholder,.contact-field textarea::placeholder{color:#b5b5b5;text-align:right;direction:rtl}#contact #phone{text-align:right;direction:ltr}.landing-btn--submit{border-radius:16px;width:100%;min-height:58px;font-size:clamp(1.05rem,1.2vw,1.2rem)}.landing-footer{color:var(--color-white);background:linear-gradient(#0a7a5b,#066d52);padding-top:20px}.landing-footer__grid{grid-template-columns:1.1fr .9fr 1fr .8fr;align-items:start;gap:22px;padding-bottom:14px;display:grid}.landing-footer__brand{gap:10px;display:grid}.landing-footer__logo-mark{display:none}.landing-footer__logo-wrap{justify-content:center;align-items:center;width:118px;height:74px;display:flex;position:relative;overflow:hidden}.landing-footer__logo-image{object-fit:cover;transform-origin:50%;width:315px;max-width:none;height:auto;display:block;position:absolute;top:66%;left:50%;transform:translate(-50%,-50%)}.landing-footer__column{gap:10px;display:grid}.landing-footer h3{color:#fff;width:fit-content;margin:0;padding-bottom:8px;font-size:clamp(1rem,1.2vw,1.35rem);font-weight:800;line-height:1.2;position:relative}.landing-footer h3:after{content:"";background:#e8ffe8cc;border-radius:999px;width:58px;height:3px;position:absolute;bottom:0;right:0}.landing-footer p,.landing-footer li,.landing-footer a{color:#fff;font-size:clamp(.88rem,.92vw,.96rem);font-weight:600;line-height:1.6}.landing-footer__links,.landing-footer__contact-list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.landing-footer__contact-item{align-items:center;gap:8px;display:inline-flex}.landing-footer__contact-icon{background:#ffffff1f;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.landing-footer__socials{align-items:center;gap:8px;display:flex}.landing-footer__socials a{width:38px;height:38px;transition:transform .22s cubic-bezier(.22, 1, .36, 1), background var(--transition-base);will-change:transform;background:#ffffff1f;border-radius:12px;justify-content:center;align-items:center;display:inline-flex;transform:translateY(0)}.landing-footer__bottom{text-align:center;border-top:1px solid #ffffff24;padding:12px 10px;font-size:.92rem;font-weight:700}@media (width<=992px){.hero-section__copy{width:620px;max-width:620px;padding-right:28px}.hero-section__title{white-space:normal;font-size:54px}.hero-section__subtitle{max-width:620px;font-size:20px}.hero-section__subtitle-line--first{white-space:normal}.landing-btn--hero{min-width:200px;height:56px;font-size:20px}#services.page-section{padding-top:16px}#services.page-section:before{height:106px}#services .landing-section-heading{min-height:82px}.services-showcase__row{grid-template-columns:1fr;gap:18px}.services-showcase__row--top .services-showcase__card,.services-showcase__row--bottom .services-showcase__card{border-radius:20px;min-height:auto}.services-showcase__card{padding:24px 20px}.services-showcase__card ul{gap:18px;margin-top:22px}#how-it-works.page-section{padding-top:26px;padding-bottom:34px}#how-it-works .how-section{gap:18px}#how-it-works .how-section__image{min-height:520px}#how-it-works .how-step{min-height:66px;padding:16px 18px;font-size:clamp(.95rem,1.7vw,1.05rem)}.landing-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}}@media (width<=768px){:root{--section-space:72px}section[id]{scroll-margin-top:88px}.landing-navbar__inner{gap:14px;min-height:84px}.landing-navbar__nav,.landing-navbar__actions{display:none}.landing-navbar__toggle{display:inline-flex}.landing-navbar__mobile-menu{background:#fff;border-top:1px solid #025f4814;display:block}.landing-navbar__mobile-inner{padding-top:14px;padding-bottom:18px}.landing-navbar__mobile-nav{gap:8px;display:grid}.landing-navbar__mobile-link{color:var(--color-text);background:#025f480a;border-radius:12px;justify-content:flex-start;align-items:center;gap:10px;padding:12px 14px;font-weight:700;transition:transform .22s cubic-bezier(.22,1,.36,1),background .2s,color .2s;display:flex;transform:translateY(0)}.landing-navbar__mobile-link-icon{width:20px;height:20px;color:var(--color-primary);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.landing-navbar__mobile-actions{gap:10px;margin-top:14px;display:grid}.landing-navbar__mobile-actions .landing-btn{width:100%;min-height:46px}.landing-navbar__logo-wrap{width:70px;height:44px}.landing-navbar__logo-image{width:200px}.hero-section{min-height:82vh}.hero-section__content{justify-content:center}.hero-section__copy{text-align:center;align-items:center;width:100%;max-width:100%;padding-right:0}.hero-section__title{white-space:normal;font-size:42px}.hero-section__subtitle{max-width:100%;font-size:18px}.hero-section__subtitle-line--first{white-space:normal}.hero-section__actions{justify-content:center}.landing-btn--hero{width:auto;min-width:190px;height:54px;font-size:19px}#vision .vision-grid,.contact-form__grid,.landing-footer__grid,#how-it-works .how-section{grid-template-columns:1fr}#how-it-works .how-section{direction:rtl}#how-it-works .how-section__flow{order:1}#how-it-works .how-section__image{order:0;min-height:420px}#how-it-works .how-step{min-height:62px;font-size:.98rem}#how-it-works .how-step__arrow{font-size:1.3rem}#contact.page-section{padding-top:26px;padding-bottom:34px}.contact-card{border-radius:20px;padding:20px 18px 22px}.contact-form__grid{gap:18px}.contact-field label{font-size:1.1rem}.contact-field input,.contact-field textarea{padding:12px 14px;font-size:.98rem}.contact-field textarea{min-height:120px}.landing-btn--submit{min-height:54px;font-size:1rem}.landing-footer{padding-top:20px}.landing-footer__grid{gap:16px;padding-bottom:14px}.landing-footer__logo-wrap{width:96px;height:60px}.landing-footer__logo-image{width:215px}.landing-footer__socials a{width:34px;height:34px}.landing-footer__bottom{font-size:.88rem}}.contact-form__status{text-align:center;border:1px solid #0000;border-radius:14px;padding:13px 16px;font-size:.98rem;font-weight:800;line-height:1.6}.contact-form__status--success{color:#075b44;background:#dff7e9;border-color:#8ed5ad}.contact-form__status--error{color:#8f1d1d;background:#fff0f0;border-color:#efaaaa}.landing-btn--submit:disabled{cursor:not-allowed;opacity:.72;transform:none}.auth-page{background:var(--color-bg);min-height:100vh}.auth-page__content{direction:ltr;grid-template-columns:58% 42%;min-height:100vh;display:grid}.auth-page__panel{direction:rtl;background:#f7f7f7;justify-content:center;align-items:center;padding:32px 24px;display:flex}.auth-page__panel-inner{width:100%;max-width:540px}.auth-page__visual{background:#dfe7e3;min-height:100vh;position:relative;overflow:hidden}.auth-page__image{object-fit:cover;object-position:62% center;width:100%;height:100%;display:block}.auth-page__visual-overlay{pointer-events:none;background:linear-gradient(270deg,#ffffff0d 0%,#ffffff1f 24%,#025f4833 58%,#025f4857 100%),linear-gradient(#ffffff14 0%,#ffffff05 35%,#00000029 100%);position:absolute;inset:0}@media (width>=993px){.auth-page{height:100dvh;overflow:hidden}.auth-page__content{height:100dvh;min-height:100dvh}.auth-page__panel{min-height:100dvh;overflow-y:auto}.auth-page__visual{height:100dvh;min-height:100dvh}.auth-page__image{height:100dvh}}.login-form{width:100%}.login-form__header{text-align:center}.login-form__title{color:var(--color-primary);margin:0;font-size:clamp(2.15rem,3.5vw,3rem);font-weight:800;line-height:1.1}.login-form__subtitle{color:#9a9a9a;margin-top:18px;font-size:clamp(.96rem,1.15vw,1.14rem);font-weight:700;line-height:1.6}.login-form__body{gap:22px;margin-top:42px;display:grid}.login-form__field{gap:10px;display:grid}.login-form__field label{color:var(--color-primary);text-align:right;font-size:1rem;font-weight:800;line-height:1.2}.login-form__field input{height:56px;color:var(--color-text);text-align:right;direction:rtl;background:#fff;border:1.5px solid #025f488c;border-radius:8px;padding:0 16px;font-size:.92rem;font-weight:700}.login-form__field input::placeholder{color:#b4b4b4;font-size:.92rem;font-weight:700}.login-form__meta{text-align:center;margin-top:-4px}.login-form__forgot-link{color:#8e8e8e;transition:color var(--transition-base);font-size:.88rem;font-weight:700}.login-form__forgot-link:hover{color:var(--color-primary)}.login-form__error{text-align:center;color:#c0392b;margin:-4px 0 0;font-size:.88rem;font-weight:700}.login-form__submit{background:var(--color-primary);color:#fff;cursor:pointer;width:100%;min-height:56px;transition:background var(--transition-base), transform var(--transition-base), opacity var(--transition-base);border:none;border-radius:8px;font-size:clamp(1.08rem,1.35vw,1.4rem);font-weight:800}.login-form__submit:hover{background:var(--color-primary-dark);transform:translateY(-1px)}.login-form__submit:disabled{opacity:.8;cursor:not-allowed;transform:none}.login-form__footer{text-align:center;color:#8f8f8f;margin:0;font-size:.95rem;font-weight:800}.login-form__footer-link{color:var(--color-primary);transition:color var(--transition-base)}.login-form__footer-link:hover{color:var(--color-primary-dark)}@media (width<=1200px){.auth-page__content{grid-template-columns:56% 44%}.auth-page__panel-inner{max-width:500px}.login-form__body{gap:24px;margin-top:46px}.login-form__field label{font-size:1.7rem}}@media (width<=992px){.auth-page__content{grid-template-columns:1fr;height:auto;min-height:auto}.auth-page__panel{order:0;min-height:auto;padding:40px 20px 52px;overflow:visible}.auth-page__panel-inner{max-width:640px}.auth-page__visual{display:none}.login-form__title{font-size:2.25rem}.login-form__subtitle{font-size:1rem}}@media (width<=768px){.auth-page__panel{padding:28px 16px 40px}.auth-page__panel-inner{max-width:100%}.auth-page__visual{display:none}.login-form__title{font-size:1.85rem}.login-form__subtitle{font-size:.9rem;line-height:1.7}.login-form__body{gap:20px;margin-top:34px}.login-form__field{gap:10px}.login-form__field label{font-size:1.12rem}.login-form__field input{border-radius:10px;height:58px;font-size:.92rem}.login-form__submit{border-radius:10px;min-height:58px;font-size:1.05rem}.login-form__footer{font-size:.95rem}}.auth-page--signup .auth-page__content{grid-template-columns:42% 58%}.auth-page__panel-inner--wide{max-width:640px}.signup-form{width:100%}.signup-form__header{text-align:center}.signup-form__title{color:var(--color-primary);margin:0;font-size:clamp(2.15rem,3.5vw,3rem);font-weight:800;line-height:1.1}.signup-form__lead{color:var(--color-primary);margin-top:6px;font-size:clamp(1.2rem,1.8vw,1.65rem);font-weight:800;line-height:1.25}.signup-form__subtitle{color:#9a9a9a;margin-top:18px;font-size:clamp(.96rem,1.15vw,1.14rem);font-weight:700;line-height:1.6}.signup-form__body{gap:16px;margin-top:28px;display:grid}.signup-form__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px;display:grid}.signup-form__field{gap:8px;display:grid}.signup-form__field label{color:var(--color-primary);text-align:right;font-size:1rem;font-weight:800;line-height:1.2}.signup-form__field input,.signup-form__field select{width:100%;height:44px;color:var(--color-text);text-align:right;direction:rtl;background:#fff;border:1.5px solid #025f488c;border-radius:6px;padding:0 14px;font-size:.92rem;font-weight:700}.signup-form__field input::placeholder,.signup-form__field select{color:#b0b0b0}.signup-form__field select{appearance:none;cursor:pointer;color:var(--color-text)}.signup-form__location-btn{width:100%;min-height:42px;color:var(--color-primary);transition:background var(--transition-base), transform var(--transition-base), border-color var(--transition-base);background:#fff;border:1.5px solid #025f488c;border-radius:6px;justify-content:center;align-items:center;gap:8px;font-size:.95rem;font-weight:800;display:inline-flex}.signup-form__location-btn:hover{background:#025f480a;transform:translateY(-1px)}.signup-form__location-btn:disabled{opacity:.8;cursor:not-allowed;transform:none}.signup-form__checkbox{color:#4b4b4b;cursor:pointer;justify-content:flex-start;align-items:center;gap:8px;font-size:.9rem;font-weight:700;display:flex}.signup-form__checkbox input{width:16px;height:16px;accent-color:var(--color-primary);flex-shrink:0}.signup-form__error{overscroll-behavior:contain;scrollbar-gutter:stable;color:#b42318;text-align:right;max-height:min(240px,32vh);margin:0;padding-inline-end:4px;font-size:.88rem;font-weight:750;overflow-y:auto}.signup-form__error::-webkit-scrollbar{width:7px}.signup-form__error::-webkit-scrollbar-thumb{background:#b4231847;border-radius:999px}.signup-form__error::-webkit-scrollbar-track{background:0 0}.signup-form__error-list{gap:9px;margin:0;padding:0;list-style:none;display:grid}.signup-form__error-item{overflow-wrap:anywhere;background:#fef3f2e6;border:1px solid #b423182e;border-radius:10px;min-width:0;padding:9px 34px 9px 12px;line-height:1.55;position:relative}.signup-form__error-item:before{content:"";background:currentColor;border-radius:50%;width:7px;height:7px;position:absolute;top:16px;right:14px}.signup-form__submit{background:var(--color-primary);color:#fff;cursor:pointer;width:100%;min-height:56px;transition:background var(--transition-base), transform var(--transition-base), opacity var(--transition-base);border:none;border-radius:8px;font-size:clamp(1.08rem,1.35vw,1.4rem);font-weight:800}.signup-form__submit:hover{background:var(--color-primary-dark);transform:translateY(-1px)}.signup-form__submit:disabled{opacity:.8;cursor:not-allowed;transform:none}.signup-form__footer{text-align:center;color:#8f8f8f;margin:0;font-size:.95rem;font-weight:800}.signup-form__footer-link{color:var(--color-primary);transition:color var(--transition-base)}.signup-form__footer-link:hover{color:var(--color-primary-dark)}@media (width<=1200px){.auth-page--signup .auth-page__content{grid-template-columns:40% 60%}.auth-page__panel-inner--wide{max-width:600px}}@media (width<=992px){.auth-page--signup .auth-page__content{grid-template-columns:1fr}.auth-page--signup .auth-page__visual{display:none}.auth-page__panel-inner--wide{max-width:700px}.signup-form__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.signup-form__title{font-size:1.9rem}.signup-form__lead{font-size:1.08rem}.signup-form__subtitle{font-size:.9rem;line-height:1.7}.signup-form__body{gap:14px;margin-top:24px}.signup-form__grid{grid-template-columns:1fr;gap:14px}.signup-form__field label{font-size:.98rem}.signup-form__field input,.signup-form__field select,.signup-form__location-btn{height:46px;font-size:.9rem}.signup-form__submit{min-height:54px;font-size:1rem}.signup-form__footer{font-size:.92rem}}.forgot-form{width:100%}.forgot-form__header{text-align:center}.forgot-form__title{color:var(--color-primary);margin:0;font-size:clamp(2rem,3.2vw,2.65rem);font-weight:800;line-height:1.15}.forgot-form__subtitle{color:#9a9a9a;margin-top:14px;font-size:clamp(.92rem,1.12vw,1.08rem);font-weight:700;line-height:1.75}.forgot-form__body{gap:22px;margin-top:42px;display:grid}.forgot-form__field{gap:12px;display:grid}.forgot-form__field label{color:var(--color-primary);text-align:right;font-size:clamp(1.12rem,1.4vw,1.38rem);font-weight:800;line-height:1.2}.forgot-form__field input{width:100%;height:62px;color:var(--color-text);text-align:right;direction:rtl;background:#fff;border:1.5px solid #025f488c;border-radius:8px;padding:0 18px;font-size:.95rem;font-weight:700}.forgot-form__field input::placeholder{color:#b4b4b4;font-weight:700}.forgot-form__error,.forgot-form__success{text-align:center;border-radius:10px;margin:0;padding:14px 16px;font-size:.92rem;font-weight:700;line-height:1.6}.forgot-form__error{color:#b42318;background:#fddc;border:1px solid #b423181f}.forgot-form__success{color:#0f6b52;background:#e8ffe8e6;border:1px solid #025f481f}.forgot-form__submit{background:var(--color-primary);color:#fff;cursor:pointer;width:100%;min-height:60px;transition:background var(--transition-base), transform var(--transition-base), opacity var(--transition-base);border:none;border-radius:8px;font-size:clamp(1.04rem,1.28vw,1.28rem);font-weight:800}.forgot-form__submit:hover{background:var(--color-primary-dark);transform:translateY(-1px)}.forgot-form__submit:disabled{opacity:.8;cursor:not-allowed;transform:none}.forgot-form__links{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;display:flex}.forgot-form__link{color:var(--color-primary);transition:color var(--transition-base);font-size:.96rem;font-weight:800}.forgot-form__link:hover{color:var(--color-primary-dark)}.forgot-form__divider{color:#a4a4a4;font-weight:700}@media (width<=992px){.forgot-form__title{font-size:2.2rem}.forgot-form__subtitle{font-size:.98rem}}@media (width<=768px){.forgot-form__title{font-size:1.8rem}.forgot-form__subtitle{font-size:.9rem}.forgot-form__body{gap:18px;margin-top:30px}.forgot-form__field label{font-size:1.08rem}.forgot-form__field input{border-radius:10px;height:56px;font-size:.92rem}.forgot-form__submit{border-radius:10px;min-height:56px;font-size:1rem}.forgot-form__link{font-size:.9rem}}.auth-page--company .auth-page__content{grid-template-columns:42% 58%}.company-form{width:100%}.company-form__header{text-align:center}.company-form__title{color:var(--color-primary);margin:0;font-size:clamp(2.15rem,3.5vw,3rem);font-weight:800;line-height:1.1}.company-form__lead{color:var(--color-primary);margin-top:6px;font-size:clamp(1.1rem,1.7vw,1.55rem);font-weight:800;line-height:1.3}.company-form__subtitle{color:#9a9a9a;margin-top:18px;font-size:clamp(.96rem,1.15vw,1.14rem);font-weight:700;line-height:1.6}.company-form__body{gap:18px;margin-top:28px;display:grid}.company-form__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px;display:grid}.company-form__field{gap:8px;display:grid}.company-form__field--full{grid-column:1/-1}.company-form__field label{color:var(--color-primary);text-align:right;font-size:1rem;font-weight:800;line-height:1.2}.company-form__field input,.company-form__field select{width:100%;height:46px;color:var(--color-text);text-align:right;direction:rtl;background:#fff;border:1.5px solid #025f488c;border-radius:6px;padding:0 14px;font-size:.92rem;font-weight:700}.company-form__field input::placeholder{color:#b0b0b0}.company-form__field select{appearance:none;cursor:pointer}.company-form__error{text-align:center;color:#c0392b;margin:0;font-size:.88rem;font-weight:700}.company-form__submit{background:var(--color-primary);color:#fff;cursor:pointer;width:100%;min-height:56px;transition:background var(--transition-base), transform var(--transition-base), opacity var(--transition-base);border:none;border-radius:8px;font-size:clamp(1.08rem,1.35vw,1.4rem);font-weight:800}.company-form__submit:hover{background:var(--color-primary-dark);transform:translateY(-1px)}.company-form__submit:disabled{opacity:.8;cursor:not-allowed;transform:none}.company-form__links{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;display:flex}.company-form__link{color:var(--color-primary);transition:color var(--transition-base);font-size:.94rem;font-weight:800}.company-form__link:hover{color:var(--color-primary-dark)}.company-form__divider{color:#a4a4a4;font-weight:700}@media (width<=1200px){.auth-page--company .auth-page__content{grid-template-columns:40% 60%}}@media (width<=992px){.auth-page--company .auth-page__content{grid-template-columns:1fr}.auth-page--company .auth-page__visual{display:none}.company-form__title{font-size:2.2rem}.company-form__subtitle{font-size:.98rem}}@media (width<=768px){.company-form__title{font-size:1.9rem}.company-form__lead{font-size:1.02rem}.company-form__subtitle{font-size:.9rem;line-height:1.7}.company-form__body{gap:14px;margin-top:24px}.company-form__grid{grid-template-columns:1fr;gap:14px}.company-form__field--full{grid-column:auto}.company-form__field label{font-size:.98rem}.company-form__field input,.company-form__field select{height:46px;font-size:.9rem}.company-form__submit{min-height:54px;font-size:1rem}.company-form__link{font-size:.9rem}}.auth-back-home-btn{width:fit-content;min-height:42px;color:var(--color-primary);transition:background var(--transition-base), color var(--transition-base), transform var(--transition-base), box-shadow var(--transition-base);background:#025f480f;border:1.5px solid #025f4829;border-radius:999px;justify-content:center;align-items:center;gap:8px;margin:22px auto 0;padding:9px 18px;font-size:.9rem;font-weight:900;text-decoration:none;display:inline-flex}.auth-back-home-btn:hover{background:var(--color-primary);color:#fff;transform:translateY(-1px);box-shadow:0 10px 22px #025f4829}.auth-back-home-btn svg{width:17px;height:17px}@media (width<=768px){.auth-back-home-btn{width:100%;min-height:44px;margin-top:18px}}@media (width>=993px){.auth-page--signup{height:100dvh;overflow:hidden}.auth-page--signup .auth-page__content{height:100dvh;min-height:100dvh;overflow:hidden}.auth-page--signup .auth-page__panel{overscroll-behavior:contain;scrollbar-gutter:stable;height:100dvh;min-height:100dvh;padding-top:24px;padding-bottom:24px;overflow-y:auto}.auth-page--signup .auth-page__panel-inner--wide{max-width:640px}.auth-page--signup .signup-form__title{font-size:clamp(2rem,3vw,2.6rem)}.auth-page--signup .signup-form__lead{margin-top:4px;font-size:clamp(1.08rem,1.55vw,1.45rem)}.auth-page--signup .signup-form__subtitle{margin-top:12px;font-size:clamp(.9rem,1vw,1rem)}.auth-page--signup .auth-back-home-btn{min-height:38px;margin-top:18px;padding:8px 16px;font-size:.86rem}.auth-page--signup .signup-form__body{gap:13px;margin-top:22px}.auth-page--signup .signup-form__grid{gap:12px 14px}.auth-page--signup .signup-form__field{gap:7px}.auth-page--signup .signup-form__field input,.auth-page--signup .signup-form__field select{height:42px}.auth-page--signup .signup-form__location-btn{min-height:40px}.auth-page--signup .signup-form__submit{min-height:52px}}.signup-form__field{position:relative}.signup-city-dropdown{z-index:20;width:100%;position:relative}.signup-city-dropdown.is-open{z-index:200}.signup-city-dropdown__button{width:100%;height:44px;color:var(--color-text);text-align:right;cursor:pointer;transition:border-color var(--transition-base), box-shadow var(--transition-base), background var(--transition-base);direction:rtl;background:#fff;border:1.5px solid #025f488c;border-radius:6px;justify-content:space-between;align-items:center;gap:10px;padding:0 14px;font-size:.92rem;font-weight:800;display:flex}.signup-city-dropdown__button:hover,.signup-city-dropdown__button.is-selected{background:#025f4808;border-color:#025f48b8}.signup-city-dropdown__button svg{width:17px;height:17px;color:var(--color-primary);transition:transform var(--transition-base);flex-shrink:0}.signup-city-dropdown.is-open .signup-city-dropdown__button svg{transform:rotate(180deg)}.signup-city-dropdown__button span{text-align:right;flex:1}.signup-city-dropdown__menu{z-index:220;background:#fff;border:1.5px solid #025f4824;border-radius:14px;gap:6px;padding:8px;display:grid;position:absolute;top:calc(100% + 8px);left:0;right:0;box-shadow:0 18px 36px #0f172a24}.signup-city-dropdown__item{width:100%;min-height:40px;color:var(--color-text);text-align:right;cursor:pointer;transition:background var(--transition-base), color var(--transition-base);background:0 0;border:0;border-radius:10px;justify-content:space-between;align-items:center;gap:8px;padding:8px 12px;font-size:.9rem;font-weight:850;display:flex}.signup-city-dropdown__item:hover,.signup-city-dropdown__item.is-active{color:var(--color-primary);background:#025f4814}.signup-city-dropdown__item svg{width:16px;height:16px;color:var(--color-primary);flex-shrink:0}.signup-city-dropdown__item span{text-align:right;flex:1}.auth-page--signup .signup-form__body{gap:15px}@media (width<=768px){.signup-city-dropdown__button{border-radius:10px;height:46px;font-size:.9rem}.signup-city-dropdown__menu{border-radius:14px}.signup-city-dropdown__item{min-height:42px}}.login-form__success,.company-form__success{color:#15803d;background:#22c55e1f;border-radius:14px;margin:0;padding:.85rem 1rem;font-size:.95rem;font-weight:600;line-height:1.6}.auth-password-input{width:100%;position:relative;pointer-events:auto!important;-webkit-user-select:auto!important;user-select:auto!important}.auth-password-input__control{width:100%;pointer-events:auto!important;-webkit-user-select:text!important;user-select:text!important;cursor:text!important;padding-left:48px!important}.auth-password-input__control::selection{background:#2563eb40}.auth-password-input__toggle{width:34px;height:34px;color:var(--color-primary,#2563eb);cursor:pointer;z-index:5;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:50%;left:12px;transform:translateY(-50%);pointer-events:auto!important}.auth-password-input__toggle:hover{background:#2563eb14}.login-form,.signup-form,.forgot-form,.company-form,.login-form *,.signup-form *,.forgot-form *,.company-form *{-webkit-user-select:auto!important;user-select:auto!important}.login-form input,.signup-form input,.forgot-form input,.company-form input,.login-form textarea,.signup-form textarea,.forgot-form textarea,.company-form textarea{pointer-events:auto!important;-webkit-user-select:text!important;user-select:text!important;cursor:text!important}.login-form input::selection{background:#2563eb40}.signup-form input::selection{background:#2563eb40}.forgot-form input::selection{background:#2563eb40}.company-form input::selection{background:#2563eb40}.login-form textarea::selection{background:#2563eb40}.signup-form textarea::selection{background:#2563eb40}.forgot-form textarea::selection{background:#2563eb40}.company-form textarea::selection{background:#2563eb40}.auth-password-input,.auth-password-input *{pointer-events:auto!important}.auth-password-input__control{-webkit-user-select:text!important;user-select:text!important;cursor:text!important}.google-auth-section{gap:14px;width:100%;margin-top:24px;display:grid}.google-auth-button{justify-content:center;align-items:center;width:100%;min-height:44px;display:flex;position:relative}.google-auth-button__target{width:100%;min-height:44px;transition:opacity var(--transition-base);justify-content:center;align-items:center;display:flex}.google-auth-button__target>div,.google-auth-button__target iframe{max-width:100%!important}.google-auth-button.is-loading .google-auth-button__target{opacity:.35;pointer-events:none}.google-auth-button__loading{color:var(--color-primary);text-align:center;justify-content:center;align-items:center;font-size:.9rem;font-weight:800;display:flex;position:absolute;inset:0}.google-auth-section__error{color:#c0392b;text-align:center;margin:0;font-size:.88rem;font-weight:700;line-height:1.6}.google-auth-divider{color:#8e8e8e;text-align:center;align-items:center;gap:12px;width:100%;font-size:.85rem;font-weight:700;display:flex}.google-auth-divider:before,.google-auth-divider:after{content:"";background:#025f4833;flex:1;height:1px}.google-auth-divider span{flex:0 auto}@media (width<=576px){.google-auth-section{margin-top:18px}.google-auth-divider{gap:8px;font-size:.78rem}}.google-auth-section{contain:layout;gap:12px;margin-top:20px}.google-auth-button,.google-auth-button__target{height:44px;min-height:44px}.google-auth-button__target{box-sizing:border-box;padding-inline:12px;transition:none;overflow:visible}.google-auth-button__target>div{overflow:visible!important}.google-auth-button__target iframe{display:block}.google-auth-button__target>div,.google-auth-button__target iframe{max-width:100%!important;height:44px!important}.auth-page--signup .google-auth-section{margin-top:12px}@media (width>=993px){.auth-page--login,.auth-page--login .auth-page__content,.auth-page--login .auth-page__panel,.auth-page--login .auth-page__visual{height:100dvh;min-height:100dvh}.auth-page--login .auth-page__panel{padding-top:22px;padding-bottom:22px;overflow:hidden}.auth-page--login .login-form__subtitle{margin-top:12px}.auth-page--login .auth-back-home-btn{margin-top:16px}.auth-page--login .login-form__body{gap:16px;margin-top:24px}.auth-page--login .google-auth-section{margin-top:16px}}@media (width>=993px) and (height<=720px){.auth-page--login .auth-page__panel{scrollbar-width:thin;overflow-y:auto}}@media (prefers-reduced-motion:reduce){.google-auth-button__target,.google-auth-button__target *{transition:none!important;animation:none!important}}.auth-error-list{overscroll-behavior:contain;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#b4231852 transparent;color:#b42318;text-align:right;width:100%;max-height:min(220px,30dvh);margin:0;padding-inline-end:4px;font-size:.88rem;font-weight:750;overflow-y:auto}.auth-error-list::-webkit-scrollbar{width:7px}.auth-error-list::-webkit-scrollbar-thumb{background:#b423184d;border-radius:999px}.auth-error-list::-webkit-scrollbar-track{background:0 0}.auth-error-list__items{gap:9px;margin:0;padding:0;list-style:none;display:grid}.auth-error-list__item{overflow-wrap:anywhere;word-break:break-word;background:#fef3f2f0;border:1px solid #b423182e;border-radius:10px;min-width:0;padding:10px 34px 10px 12px;line-height:1.55;position:relative}.auth-error-list__item:before{content:"";background:currentColor;border-radius:50%;width:7px;height:7px;position:absolute;top:16px;right:14px}.auth-error-list--compact{max-height:min(150px,24dvh)}.auth-error-list--google{max-height:min(130px,20dvh);font-size:.84rem}.auth-error-list--google .auth-error-list__item{padding-block:8px}@media (width>=993px){.auth-page__panel{overscroll-behavior:contain;scrollbar-gutter:stable;scrollbar-width:thin;align-items:flex-start;overflow-y:auto}.auth-page__panel-inner{flex:none;margin-block:auto}.auth-page--login .auth-page__panel{overflow-y:auto}}@media (height<=720px) and (width>=993px){.auth-error-list{max-height:180px}.auth-page__panel-inner{margin-block:0}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.map-legend{flex-wrap:wrap;align-items:center;gap:10px 16px;display:flex}.map-legend__item{color:var(--color-text);align-items:center;gap:8px;font-size:.9rem;font-weight:700;display:inline-flex}.map-legend__dot{border-radius:50%;flex-shrink:0;width:12px;height:12px}.map-legend__dot--success{background:#34a853}.map-legend__dot--info{background:#4352db}.map-legend__dot--warning{background:#d6c84f}.map-filters{flex-wrap:wrap;gap:10px;display:flex}.map-filters__chip{background:var(--color-surface);min-height:42px;color:var(--color-primary);transition:border-color var(--transition-base), background var(--transition-base), color var(--transition-base), transform var(--transition-base);border:1.5px solid #025f4829;border-radius:999px;padding:10px 16px;font-size:.92rem;font-weight:800}.map-filters__chip:hover{transform:translateY(-1px)}.map-filters__chip.is-active{background:var(--color-primary);color:var(--color-white);border-color:var(--color-primary)}.reports-map{isolation:isolate;z-index:0;border-radius:24px;position:relative;overflow:hidden}.reports-map__canvas{z-index:1;border-radius:24px;width:100%;display:block;position:relative}.reports-map .leaflet-container{z-index:1;border-radius:inherit;position:relative}.reports-map .leaflet-pane,.reports-map .leaflet-top,.reports-map .leaflet-bottom,.reports-map .leaflet-control-container{z-index:2}.reports-map__surface-glow{pointer-events:none;z-index:2;border-radius:24px;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #ffffff3d}.reports-map__controls{z-index:4;pointer-events:none;justify-content:space-between;align-items:flex-start;gap:12px;display:flex;position:absolute;top:14px;left:14px;right:14px}.reports-map__zoom-group,.reports-map__utility-group{pointer-events:auto}.reports-map__zoom-group{gap:10px;display:grid}.reports-map__zoom-btn{color:#0b6b52;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:48px;height:48px;transition:transform var(--transition-base), background var(--transition-base), color var(--transition-base), box-shadow var(--transition-base);background:#ffffffeb;border-radius:16px;justify-content:center;align-items:center;font-size:1.1rem;font-weight:900;display:inline-flex;box-shadow:0 12px 24px #00000024}.reports-map__zoom-btn:hover{background:#fff;transform:translateY(-1px);box-shadow:0 16px 30px #00000029}.reports-map__zoom-btn svg{width:22px;height:22px}.reports-map__utility-group{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.reports-map__control-btn{cursor:pointer;transition:transform var(--transition-base), box-shadow var(--transition-base), background var(--transition-base), color var(--transition-base), opacity var(--transition-base);border:0;outline:0}.reports-map__control-btn:hover{transform:translateY(-1px)}.reports-map__control-btn:disabled{opacity:.7;cursor:wait}.reports-map__control-btn--locate{color:#0b6b52;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff0;border-radius:16px;justify-content:center;align-items:center;width:50px;min-width:50px;height:50px;min-height:50px;padding:0;display:inline-flex;box-shadow:0 14px 28px #00000024}.reports-map__control-btn--locate:hover{background:#fff;box-shadow:0 18px 30px #00000029}.reports-map__control-btn-icon{background:#0b6b521a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.reports-map__control-btn-icon svg{width:15px;height:15px}.reports-map__control-btn--locate .reports-map__control-btn-label{display:none}.reports-map__route-summary{z-index:4;min-width:200px;max-width:calc(100% - 32px);color:var(--color-primary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:18px;padding:14px 16px;position:absolute;bottom:16px;left:16px;box-shadow:0 18px 30px #00000029}.reports-map__route-summary strong{margin-bottom:10px;font-size:.96rem;font-weight:900;display:block}.reports-map__route-summary-row{justify-content:space-between;align-items:center;gap:12px;font-size:.88rem;font-weight:700;display:flex}.reports-map__route-summary-row+.reports-map__route-summary-row{margin-top:8px}.reports-map__route-summary-row b{color:#0b6b52;font-size:.92rem;font-weight:900}.reports-map__helper-text{color:#c24a4a;margin-top:10px;font-size:.85rem;font-weight:700}.reports-map__marker-wrapper,.reports-map__user-marker-wrapper{background:0 0;border:0}.reports-map__marker{border-radius:50% 50% 50% 0;width:26px;height:26px;transition:transform .25s,box-shadow .25s,filter .25s;display:block;position:relative;transform:rotate(-45deg);box-shadow:0 8px 18px #0000002e}.reports-map__marker-core{background:#fffffff5;border-radius:50%;position:absolute;inset:6px}.reports-map__marker--success{background:#34a853}.reports-map__marker--info{background:#4352db}.reports-map__marker--warning{background:#d6c84f}.reports-map__marker.is-active{filter:saturate(1.08);transform:rotate(-45deg)scale(1.18);box-shadow:0 12px 22px #00000040}.reports-map__marker.is-active:after{content:"";border:2px solid #025f4840;border-radius:50% 50% 50% 0;animation:1.4s ease-out infinite reports-map-marker-pulse;position:absolute;inset:-7px}.reports-map__user-marker{background:#2f80ed;border:4px solid #fff;border-radius:50%;width:22px;height:22px;display:block;position:relative;box-shadow:0 8px 18px #2f80ed47}.reports-map__user-marker-core{background:#ffffff47;border-radius:50%;position:absolute;inset:4px}.reports-map__user-marker:after{content:"";border:2px solid #2f80ed40;border-radius:50%;animation:1.6s ease-out infinite reports-map-user-marker-pulse;position:absolute;inset:-10px}@keyframes reports-map-marker-pulse{0%{opacity:.9;transform:scale(.95)}to{opacity:0;transform:scale(1.35)}}@keyframes reports-map-user-marker-pulse{0%{opacity:.95;transform:scale(.9)}to{opacity:0;transform:scale(1.4)}}.reports-map__popup{text-align:right;direction:rtl;gap:4px;min-width:170px;display:grid}.reports-map__popup strong{color:var(--color-primary);font-weight:800}.reports-map__popup span,.reports-map__popup small{color:var(--color-text-soft);font-weight:700}@media (width<=768px){.map-legend{gap:8px 12px}.map-legend__item{font-size:.84rem}.reports-map__controls{align-items:stretch;top:10px;left:10px;right:10px}.reports-map__control-btn--locate{border-radius:14px;width:46px;min-width:46px;height:46px;min-height:46px}.reports-map__control-btn-icon{width:22px;height:22px}.reports-map__control-btn-icon svg{width:14px;height:14px}.reports-map__route-summary{max-width:none;bottom:10px;left:10px;right:10px}}.reports-map__marker--danger{background:#ef4444}.reports-map__marker--dark{background:#111827}.add-report-page{gap:20px;min-width:0}.add-report-hero{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:linear-gradient(#e8ffe8f0,#fffffffa);border:1.5px solid #025f481a;justify-content:space-between;align-items:center;gap:28px;min-width:0;padding:18px 28px;display:flex}.add-report-hero__intro{text-align:right;flex:0 0 340px;order:1;min-width:0;max-width:340px;margin-inline:0 auto}.add-report-hero__intro h1{color:var(--color-primary);overflow-wrap:anywhere;margin:0;font-size:clamp(1.6rem,1.9vw,2.05rem);font-weight:900;line-height:1.08}.add-report-hero__intro p{color:var(--color-subtitle);overflow-wrap:anywhere;margin-top:6px;font-size:.96rem;font-weight:700;line-height:1.5}.add-report-hero__steps{direction:rtl;flex:1;order:2;justify-content:flex-start;align-items:center;gap:14px;min-width:0;display:flex}.add-report-hero__step{flex:none;align-items:center;gap:10px;min-width:auto;display:inline-flex}.add-report-hero__step:before{display:none}.add-report-hero__step-badge{color:#fff;background:#cbd5e1b8;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:.86rem;font-weight:900;display:inline-flex}.add-report-hero__step.is-active .add-report-hero__step-badge,.add-report-hero__step.is-complete .add-report-hero__step-badge{background:var(--color-primary)}.add-report-hero__step-label{color:#94a3b8;white-space:nowrap;font-size:.92rem;font-weight:800;line-height:1}.add-report-hero__step.is-active .add-report-hero__step-label,.add-report-hero__step.is-complete .add-report-hero__step-label{color:var(--color-primary)}.add-report-hero__step-arrow{color:#94a3b8e6;flex-shrink:0;justify-content:center;align-items:center;margin-inline:2px 4px;font-size:1.15rem;line-height:1;display:inline-flex}.add-report-hero__step.is-complete+.add-report-hero__step-arrow,.add-report-hero__step.is-active+.add-report-hero__step-arrow{color:#025f48ad}.add-report-shell{border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-sm);border:1.5px solid #025f4814;min-width:0;padding:22px 24px 26px}.add-report-step{gap:24px;min-width:0;display:grid}.add-report-step__header{direction:ltr;border-bottom:1px solid #025f4814;flex-direction:row;justify-content:flex-end;align-items:center;gap:16px;min-width:0;padding-bottom:18px;display:flex}.add-report-step__heading{text-align:right;direction:rtl;order:1;min-width:0;margin-inline:0}.add-report-step__header-icon{flex-shrink:0;order:2}.add-report-step__heading h2{color:var(--color-text);overflow-wrap:anywhere;font-size:clamp(1.35rem,2vw,1.9rem);font-weight:900;line-height:1.1}.add-report-step__heading p{color:var(--color-subtitle);overflow-wrap:anywhere;margin-top:6px;font-size:.9rem;font-weight:700;line-height:1.6}.add-report-step__header-icon,.add-report-card__icon{width:46px;height:46px;color:var(--color-primary);background:#025f4814;border-radius:14px;flex-shrink:0;place-items:center;display:grid}.add-report-step__header-icon svg,.add-report-card__icon svg{width:20px;height:20px}.add-report-category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.add-report-category-card{text-align:center;min-width:0;min-height:136px;transition:transform var(--transition-base), border-color var(--transition-base), box-shadow var(--transition-base), background var(--transition-base);background:#fff;border:1.5px solid #025f4814;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:20px 18px;display:flex;box-shadow:0 12px 30px #025f480a}.add-report-category-card:hover{border-color:#025f4833;transform:translateY(-2px)}.add-report-category-card.is-active{background:linear-gradient(#f8fffb,#fffffffa);border-color:#025f486b;box-shadow:0 18px 36px #025f4814}.add-report-category-card__icon{border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.add-report-category-card__icon svg{width:18px;height:18px}.add-report-category-card__icon.is-mint{color:#10b981;background:#10b98124}.add-report-category-card__icon.is-sky{color:#3b82f6;background:#3b82f624}.add-report-category-card__icon.is-amber{color:#f59e0b;background:#f59e0b24}.add-report-category-card__icon.is-rose{color:#ef4444;background:#ef444424}.add-report-category-card__icon.is-violet{color:#a855f7;background:#a855f724}.add-report-category-card__icon.is-orange{color:#f97316;background:#f9731624}.add-report-category-card__icon.is-emerald{color:#22c55e;background:#22c55e24}.add-report-category-card__icon.is-slate{color:#64748b;background:#94a3b829}.add-report-category-card__label{color:var(--color-text);overflow-wrap:anywhere;font-size:1.03rem;font-weight:800}.add-report-category-card__subtitle{color:var(--color-subtitle);overflow-wrap:anywhere;font-size:.8rem;font-weight:700}.add-report-step__grid{gap:20px;min-width:0;display:grid}.add-report-step__grid--details{grid-template-columns:minmax(280px,.86fr) minmax(0,1.3fr)}.add-report-step__grid--location{grid-template-columns:minmax(320px,.92fr) minmax(0,1.28fr);align-items:start}.add-report-card{background:linear-gradient(#fff,#f9fdfb);border:1.5px solid #025f4814;border-radius:22px;min-width:0;padding:20px;box-shadow:0 12px 24px #025f480a}.add-report-card__header{text-align:right;direction:ltr;flex-direction:row;justify-content:flex-end;align-items:center;gap:16px;display:flex}.add-report-card__header>div{text-align:right;direction:rtl;order:1;margin:0}.add-report-card__icon{flex-shrink:0;order:2}.add-report-card__header h3{color:var(--color-text);overflow-wrap:anywhere;font-size:1.08rem;font-weight:800}.add-report-card__header p{color:var(--color-subtitle);overflow-wrap:anywhere;margin-top:4px;font-size:.78rem;font-weight:700}.add-report-upload-card{align-content:start;gap:18px;display:grid}.add-report-upload-card__dropzone{text-align:center;cursor:pointer;min-height:236px;transition:border-color var(--transition-base), background var(--transition-base), transform var(--transition-base);background:#f8fcf9f5;border:1.5px dashed #025f482e;border-radius:18px;place-items:center;gap:10px;padding:24px 18px;display:grid}.add-report-upload-card__dropzone:hover{background:#f2fbf6;border-color:#025f4852;transform:translateY(-1px)}.add-report-upload-card__dropzone-icon{width:48px;height:48px;color:var(--color-primary);background:#025f4814;border-radius:16px;justify-content:center;align-items:center;display:inline-flex}.add-report-upload-card__dropzone-icon svg{width:22px;height:22px}.add-report-upload-card__dropzone strong{color:var(--color-text);overflow-wrap:anywhere;font-size:.98rem;font-weight:800}.add-report-upload-card__dropzone small{color:var(--color-subtitle);overflow-wrap:anywhere;font-size:.82rem;font-weight:700}.add-report-upload-card__preview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.add-report-upload-card__preview{aspect-ratio:1;background:#025f480f;border-radius:16px;position:relative;overflow:hidden}.add-report-upload-card__preview img{object-fit:cover;width:100%;height:100%}.add-report-upload-card__remove{color:#fff;background:#0f172ac7;border-radius:12px;place-items:center;width:34px;height:34px;display:grid;position:absolute;top:10px;left:10px}.add-report-upload-card__remove svg{width:16px;height:16px}.add-report-fields-card{gap:18px;display:grid}.add-report-fields-card__section{gap:12px;display:grid}.add-report-fields-card__counter{color:#94a3b8;text-align:right;font-size:.86rem;font-weight:800}.add-report-fields-card textarea,.add-report-fields-card input{text-align:right;min-height:56px;padding:14px 16px;font-size:.95rem}.add-report-fields-card textarea::placeholder,.add-report-fields-card input::placeholder{opacity:1}.add-report-fields-card textarea{resize:vertical;min-height:168px}.add-report-severity-selector{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.add-report-severity-chip{min-height:48px;color:var(--color-subtitle);transition:transform var(--transition-base), border-color var(--transition-base), background var(--transition-base), color var(--transition-base);background:#f8fcf9f5;border:1.5px solid #025f481a;border-radius:14px;padding:10px 14px;font-size:.92rem;font-weight:800}.add-report-severity-chip:hover{transform:translateY(-1px)}.add-report-severity-chip.is-active{background:#fff}.add-report-severity-chip.is-warning{color:#c77c00;border-color:#f59e0b85;box-shadow:0 10px 24px #f59e0b1f}.add-report-severity-chip.is-success{color:#13895f;border-color:#10b9816b;box-shadow:0 10px 24px #10b9811f}.add-report-severity-chip.is-danger{color:#c93f3f;border-color:#ef444466;box-shadow:0 10px 24px #ef44441f}.add-report-location-picker{background:#f8fbf9;border:1.5px solid #025f4814;border-radius:24px;position:relative;overflow:hidden}.add-report-location-picker__canvas{width:100%;min-height:500px;position:relative}.add-report-location-picker__canvas .leaflet-container{border-radius:24px;width:100%;height:100%;min-height:500px}.leaflet-container{z-index:1!important}.add-report-location-picker__zoom-controls,.add-report-location-picker__current-location-btn,.add-report-location-picker__confirm-btn,.add-report-location-picker__hint,.add-report-location-picker__fixed-pin{z-index:9999!important}.add-report-location-picker__zoom-controls{gap:10px;display:grid;position:absolute;top:18px;left:18px}.add-report-location-picker__zoom-btn{width:46px;height:46px;color:var(--color-primary);background:#fffffff5;border-radius:14px;place-items:center;font-size:1.1rem;display:grid;box-shadow:0 14px 28px #00000024}.add-report-location-picker__zoom-btn svg{width:22px;height:22px}.add-report-location-picker__current-location-btn{min-height:48px;color:var(--color-primary);background:#fffffff5;border-radius:999px;align-items:center;gap:10px;padding:12px 16px;font-size:.95rem;font-weight:800;display:inline-flex;position:absolute;bottom:18px;left:18px;box-shadow:0 14px 28px #00000024}.add-report-location-picker__current-location-btn svg{width:18px;height:18px}.add-report-location-picker__confirm-btn{background:var(--color-primary);min-height:48px;color:var(--color-white);border-radius:999px;align-items:center;gap:10px;padding:12px 16px;font-size:.95rem;font-weight:800;display:inline-flex;position:absolute;top:18px;right:18px;box-shadow:0 14px 28px #00000024}.add-report-location-picker__confirm-btn.is-confirmed{background:#13895f}.add-report-location-picker__confirm-btn svg{width:18px;height:18px}.add-report-location-picker__fixed-pin{pointer-events:none;place-items:center;display:grid;position:absolute;inset:0}.add-report-location-picker__fixed-pin-card{background:#fffffff7;border:1px solid #025f4814;border-radius:20px;min-width:270px;max-width:360px;padding:14px 16px;position:absolute;top:calc(50% - 138px);left:50%;transform:translate(-50%);box-shadow:0 20px 36px #0f172a29}.add-report-location-picker__fixed-pin-card-content{text-align:right;gap:8px;display:grid}.add-report-location-picker__fixed-pin-card-top{justify-content:space-between;align-items:center;gap:10px;display:flex}.add-report-location-picker__fixed-pin-badge{min-height:28px;color:var(--color-primary);background:#025f4814;border-radius:999px;align-items:center;padding:6px 12px;font-size:.8rem;font-weight:900;display:inline-flex}.add-report-location-picker__fixed-pin-status{color:#7b8794;white-space:nowrap;font-size:.78rem;font-weight:800}.add-report-location-picker__fixed-pin-card-content strong{color:var(--color-text);overflow-wrap:anywhere;font-size:.96rem;font-weight:900;line-height:1.75}.add-report-location-picker__fixed-pin-card-content small{color:var(--color-subtitle);overflow-wrap:anywhere;font-size:.82rem;font-weight:700;line-height:1.7}.add-report-location-picker__fixed-pin-marker{background:linear-gradient(#dbc64a 0%,#c5aa1d 100%);border-radius:50% 50% 50% 0;width:42px;height:42px;display:block;position:relative;transform:rotate(-45deg)translateY(-4px);box-shadow:0 16px 28px #0003,0 4px 8px #c5aa1d2e}.add-report-location-picker__fixed-pin-marker-shadow{filter:blur(3px);background:#0f172a2e;border-radius:999px;width:26px;height:10px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)rotate(45deg)}.add-report-location-picker__fixed-pin-ring{background:#fffffff0;border-radius:50%;position:absolute;inset:8px;box-shadow:inset 0 0 0 2px #c5aa1d24}.add-report-location-picker__fixed-pin-core{background:#d6bc32;border-radius:50%;position:absolute;inset:15px}.add-report-location-picker__hint{max-width:320px;color:var(--color-primary);background:#fffffff5;border-radius:18px;align-items:flex-start;gap:12px;padding:14px 16px;display:flex;position:absolute;bottom:18px;right:18px;box-shadow:0 18px 30px #00000029}.add-report-location-picker__hint svg{flex-shrink:0;width:18px;height:18px;margin-top:2px}.add-report-location-picker__hint strong{overflow-wrap:anywhere;font-size:.92rem;font-weight:900;line-height:1.4;display:block}.add-report-location-picker__hint span{color:var(--color-subtitle);overflow-wrap:anywhere;margin-top:4px;font-size:.82rem;font-weight:700;line-height:1.6;display:block}.add-report-location-form-card{background:linear-gradient(#fff,#f9fdfb);border:1.5px solid #025f4814;border-radius:22px;gap:16px;min-width:0;padding:20px;display:grid;box-shadow:0 12px 24px #025f480a}.add-report-location-form-card .form-field{gap:8px;display:grid}.add-report-location-form-card .form-field label{color:var(--color-text);text-align:right;font-size:.92rem;font-weight:800}.add-report-location-form-card .input,.add-report-location-form-card select{width:100%;min-height:54px;color:var(--color-text);text-align:right;background:#fff;border:1.5px solid #025f481f;border-radius:16px;padding:14px 16px;font-size:.95rem;font-weight:700}.add-report-location-form-card .input::placeholder{color:var(--color-subtitle);opacity:1}.add-report-location-form-card__notice{color:var(--color-primary);text-align:right;overflow-wrap:anywhere;background:#025f480f;border-radius:16px;padding:14px 16px;font-size:.88rem;font-weight:800;line-height:1.7}.add-report-btn--clear-location{width:100%}.add-report-review-grid{grid-template-columns:minmax(0,1.1fr) minmax(320px,.94fr);gap:20px;display:grid}.add-report-review-card,.add-report-review-image-card{background:linear-gradient(#fff,#f9fdfb);border:1.5px solid #025f4814;border-radius:22px;box-shadow:0 12px 24px #025f480a}.add-report-review-card{gap:14px;min-width:0;padding:20px;display:grid}.add-report-review-card__field{text-align:right;background:#fff;border:1px solid #025f4814;border-radius:18px;min-width:0;padding:16px}.add-report-review-card__label{color:var(--color-subtitle);align-items:center;gap:8px;font-size:.88rem;font-weight:800;display:inline-flex}.add-report-review-card__label svg{width:16px;height:16px}.add-report-review-card__field strong{color:var(--color-text);overflow-wrap:anywhere;margin-top:8px;font-size:1.02rem;font-weight:800;line-height:1.7;display:block}.add-report-review-card__field p{color:var(--color-text);overflow-wrap:anywhere;margin-top:8px;font-size:.96rem;font-weight:700;line-height:1.9}.add-report-review-card__issue-type{align-items:center;gap:12px;margin-top:12px;display:inline-flex}.add-report-review-card__issue-type-content{text-align:right;gap:4px;display:grid}.add-report-review-card__issue-type-content small{color:var(--color-subtitle);font-size:.78rem;font-weight:700}.add-report-review-image-card{min-height:420px;position:relative;overflow:hidden}.add-report-review-image-card img{object-fit:cover;width:100%;height:100%}.add-report-review-image-card__count{color:#fff;background:#0f172ab8;border-radius:999px;min-height:40px;padding:10px 14px;font-size:.85rem;font-weight:800;position:absolute;bottom:18px;left:18px}.add-report-step__actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.add-report-step__actions--end{justify-content:flex-end}.add-report-step__actions--location{justify-content:space-between}.add-report-step__actions-group{flex-wrap:wrap;align-items:center;gap:12px;display:inline-flex}.add-report-btn{min-width:160px;min-height:52px;transition:transform var(--transition-base), background var(--transition-base), border-color var(--transition-base), color var(--transition-base), opacity var(--transition-base);border-radius:16px;justify-content:center;align-items:center;gap:10px;padding:12px 18px;font-size:1rem;font-weight:900;display:inline-flex}.add-report-btn:hover{transform:translateY(-1px)}.add-report-btn:disabled{opacity:.58;cursor:not-allowed;transform:none}.add-report-btn--primary{background:var(--color-primary);color:var(--color-white);box-shadow:0 18px 30px #025f4829}.add-report-btn--primary:hover{background:var(--color-primary-dark)}.add-report-btn--ghost{color:var(--color-primary);background:#fff;border:1.5px solid #025f4857}.add-report-form__message{color:#8c7c0b;font-size:.88rem;font-weight:800}.add-report-form__message--error{color:#c24a4a}@media (width<=1200px){.add-report-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.add-report-step__grid--details,.add-report-step__grid--location,.add-report-review-grid{grid-template-columns:1fr}.add-report-review-image-card{min-height:340px}.add-report-hero{gap:20px;padding:18px 22px}.add-report-hero__intro{flex-basis:300px;max-width:300px}}@media (width<=992px){.add-report-hero{flex-direction:column;align-items:stretch}.add-report-hero__intro{text-align:right;flex:none;order:1;max-width:100%;margin-inline-end:0}.add-report-hero__steps{flex-wrap:wrap;order:2;justify-content:space-between;gap:12px 10px;width:100%;padding-bottom:0;overflow:visible}.add-report-hero__step{flex:calc(33.333% - 10px);justify-content:center;min-width:90px}.add-report-hero__step-arrow{display:none}.add-report-shell{padding:18px}.add-report-step__header{direction:ltr;flex-direction:row;justify-content:flex-end;align-items:center}.add-report-step__heading{text-align:right;direction:rtl;order:1;margin-inline:0}.add-report-step__header-icon{flex-shrink:0;order:2;align-self:auto}}@media (width<=768px){.add-report-page{gap:16px}.add-report-hero{border-radius:22px;gap:16px;padding:16px 14px}.add-report-hero__intro h1{font-size:1.55rem}.add-report-hero__intro p{font-size:.9rem}.add-report-hero__steps{gap:10px 8px}.add-report-hero__step{gap:8px;min-width:78px}.add-report-hero__step-label{font-size:.84rem}.add-report-hero__step-badge{width:28px;height:28px;font-size:.8rem}.add-report-shell{padding:16px 14px}.add-report-step{gap:18px}.add-report-step__header{gap:12px;padding-bottom:14px}.add-report-step__heading h2{font-size:1.3rem}.add-report-step__heading p{font-size:.84rem}.add-report-category-grid,.add-report-severity-selector,.add-report-upload-card__preview-grid{grid-template-columns:1fr}.add-report-category-card{border-radius:18px;min-height:118px;padding:18px 14px}.add-report-category-card__label{font-size:1rem}.add-report-card,.add-report-location-form-card,.add-report-review-card{border-radius:18px;padding:16px}.add-report-card__header{align-items:flex-start}.add-report-upload-card__dropzone{min-height:190px;padding:20px 14px}.add-report-fields-card textarea{min-height:140px}.add-report-location-picker{border-radius:20px}.add-report-location-picker__canvas{min-height:420px}.add-report-location-picker__canvas .leaflet-container{border-radius:20px;min-height:420px}.add-report-location-picker__hint{border-radius:16px;gap:10px;max-width:none;padding:12px 14px;bottom:14px;left:14px;right:14px}.add-report-location-picker__zoom-controls{top:14px;left:14px}.add-report-location-picker__current-location-btn{min-height:44px;padding:10px 14px;font-size:.88rem;bottom:14px;left:14px}.add-report-location-picker__confirm-btn{min-height:44px;padding:10px 14px;font-size:.88rem;top:14px;right:14px}.add-report-location-picker__fixed-pin-card{border-radius:18px;width:calc(100% - 28px);min-width:0;max-width:calc(100% - 28px);padding:12px 14px;top:calc(50% - 116px)}.add-report-location-picker__fixed-pin-card-top{flex-wrap:wrap;justify-content:flex-end}.add-report-step__actions,.add-report-step__actions--location,.add-report-step__actions-group{flex-direction:column;align-items:stretch}.add-report-btn{width:100%}.add-report-review-image-card{min-height:260px}}@media (width<=480px){.add-report-hero{gap:14px;padding:14px 12px}.add-report-hero__intro h1{font-size:1.35rem}.add-report-hero__intro p{font-size:.82rem}.add-report-hero__steps{gap:8px}.add-report-hero__step{min-width:72px}.add-report-hero__step-label{font-size:.78rem}.add-report-shell{padding:14px 12px}.add-report-step__heading h2{font-size:1.18rem}.add-report-step__heading p{font-size:.8rem}.add-report-location-picker__canvas,.add-report-location-picker__canvas .leaflet-container{min-height:390px}.add-report-location-picker__zoom-btn{border-radius:12px;width:42px;height:42px}.add-report-location-picker__zoom-btn svg{width:20px;height:20px}.add-report-location-picker__current-location-btn,.add-report-location-picker__confirm-btn{border-radius:14px;min-width:44px;min-height:44px;padding:10px 12px}.add-report-location-picker__current-location-btn span:last-child,.add-report-location-picker__confirm-btn span:last-child{display:none}.add-report-location-picker__fixed-pin-card{width:calc(100% - 24px);max-width:calc(100% - 24px);padding:12px;top:calc(50% - 108px)}.add-report-location-picker__fixed-pin-card-content strong{font-size:.9rem}.add-report-location-picker__fixed-pin-card-content small{font-size:.78rem}.add-report-location-picker__hint{padding:12px}.add-report-location-picker__hint strong{font-size:.86rem}.add-report-location-picker__hint span{font-size:.76rem}}.form-field--governorate{position:relative}.governorate-bs-dropdown{direction:rtl;width:100%}.governorate-bs-dropdown__toggle{width:100%;min-height:58px;color:var(--color-text);text-align:right;transition:border-color var(--transition-base), box-shadow var(--transition-base), background var(--transition-base);background:linear-gradient(#fffffffa,#f5fcf8f5);border:1.5px solid #025f4829;border-radius:18px;justify-content:space-between;align-items:center;padding:0 18px;font-family:inherit;font-size:1rem;font-weight:800;display:flex;box-shadow:0 10px 24px #025f480f,inset 0 1px #fffffff2}.governorate-bs-dropdown__toggle:hover,.governorate-bs-dropdown__toggle:focus,.governorate-bs-dropdown__toggle.show{border-color:var(--color-primary);background:linear-gradient(#fff,#eefcf4fa);box-shadow:0 0 0 4px #025f481a,0 14px 30px #025f4814}.governorate-bs-dropdown__toggle:after{color:var(--color-primary);margin-left:0;margin-right:auto}.governorate-bs-dropdown__toggle.is-selected{color:var(--color-primary)}.governorate-bs-dropdown__menu{text-align:right;background:#fff;border:1.5px solid #025f4824;border-radius:18px;width:100%;margin-top:10px;padding:8px;overflow:hidden;box-shadow:0 18px 40px #025f4824,0 6px 14px #0000000a}.governorate-bs-dropdown__item{min-height:46px;color:var(--color-text);text-align:right;transition:background var(--transition-base), color var(--transition-base), transform var(--transition-base);direction:rtl;border-radius:13px;padding:10px 14px;font-family:inherit;font-size:.96rem;font-weight:800}.governorate-bs-dropdown__item:hover,.governorate-bs-dropdown__item:focus{color:var(--color-primary);background:#025f4814;transform:translate(-2px)}.governorate-bs-dropdown__item.active,.governorate-bs-dropdown__item:active{background:var(--color-primary);color:var(--color-white)}.add-report-review-card__label--category{justify-content:flex-end;align-items:center;gap:8px;display:inline-flex}.add-report-review-card__label-icon{border-radius:8px;flex-shrink:0;place-items:center;width:24px;height:24px;display:inline-grid}.add-report-review-card__label-icon svg{width:15px;height:15px}.add-report-review-card__label-icon.is-warning{color:#f59e0b;background:#ffaa2c24}.add-report-review-card__label-icon.is-info{color:#3b82f6;background:#508cff24}.add-report-review-card__label-icon.is-success{color:#10b981;background:#34d39929}.add-report-review-card__label-icon.is-danger{color:#ef4444;background:#ef444424}.add-report-review-card__label-icon.is-purple{color:#a855f7;background:#a855f724}.add-report-review-card__label-icon.is-slate{color:#64748b;background:#64748b24}.add-report-review-card__value-subtitle{color:var(--color-subtitle);text-align:right;margin-top:2px;font-size:.78rem;font-weight:700;display:block}.add-report-location-picker__current-location-btn,.add-report-location-picker__confirm-btn,.add-report-location-picker__zoom-controls{z-index:10005!important}.add-report-location-picker__hint{z-index:10001!important}.add-report-location-picker__fixed-pin{z-index:10004!important}.add-report-location-picker__fixed-pin-card{animation:.18s ease-out locationPinCardFadeIn}@keyframes locationPinCardFadeIn{0%{opacity:0;transform:translate(-50%)translateY(8px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@media (width<=768px){.add-report-location-picker__current-location-btn{min-height:44px;padding:10px 14px;font-size:.88rem;bottom:104px;left:14px;z-index:10006!important}.add-report-location-picker__hint{max-width:none;bottom:14px;left:14px;right:14px;z-index:10001!important}.add-report-location-picker__fixed-pin-card{width:calc(100% - 32px);max-width:calc(100% - 32px);top:calc(50% - 118px)}}.add-report-location-picker__canvas,.add-report-location-picker__canvas .leaflet-container,.add-report-location-picker__canvas .leaflet-pane,.add-report-location-picker__canvas .leaflet-map-pane{touch-action:none;overscroll-behavior:contain}@media (width>=993px) and (width<=1263px){.add-report-page,.add-report-hero,.add-report-shell{box-sizing:border-box;min-width:0;max-width:100%}.add-report-page{overflow-x:hidden}.add-report-hero{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px}.add-report-hero__intro{text-align:right;flex:none;order:1;width:100%;max-width:100%;margin-inline:0}.add-report-hero__steps{direction:rtl;flex-wrap:wrap;flex:none;order:2;justify-content:space-between;align-items:center;gap:12px 10px;width:100%;max-width:100%;padding-block:4px;display:flex;overflow:visible}.add-report-hero__step{flex:calc(25% - 10px);justify-content:center;align-items:center;min-width:115px;max-width:100%;min-height:38px;overflow:visible}.add-report-hero__step-arrow{display:none}.add-report-hero__step-label{white-space:nowrap;text-overflow:clip;padding-block:2px;line-height:1.7;overflow:visible}.add-report-hero__step-badge{flex-shrink:0;line-height:1}}.add-report-category-card{border:1.5px solid var(--category-border,#025f481a);background:linear-gradient(135deg, var(--category-bg-start,#fff), var(--category-bg-end,#fff));text-align:center;cursor:pointer;min-height:136px;box-shadow:0 10px 26px var(--category-shadow,#025f480d);direction:rtl;border-radius:18px;align-content:center;place-items:center;gap:14px;padding:22px 18px;transition:transform .2s,box-shadow .2s,border-color .2s,background .2s;display:grid}.add-report-category-card:hover,.add-report-category-card.is-active{border-color:var(--category-main,var(--color-primary));box-shadow:0 18px 42px var(--category-shadow-active,#025f4824);transform:translateY(-3px)}.add-report-category-card.is-active{outline:3px solid var(--category-ring,#025f481a)}.add-report-category-card__icon{background:var(--category-icon-bg,#025f481a);width:50px;height:50px;color:var(--category-main,var(--color-primary));box-shadow:inset 0 0 0 1px var(--category-icon-border,#fff9);border-radius:18px;place-items:center;display:grid}.add-report-category-card__icon svg{color:currentColor;width:23px;height:23px}.add-report-category-card__content{text-align:center;justify-items:center;gap:6px;width:100%;display:grid}.add-report-category-card__content strong{width:100%;color:var(--category-text,var(--color-text));direction:rtl;unicode-bidi:plaintext;font-size:1.02rem;font-weight:900;line-height:1.5;display:block}.add-report-category-card__content small{width:100%;color:var(--category-muted,var(--color-subtitle));direction:ltr;unicode-bidi:plaintext;font-size:.82rem;font-weight:800;line-height:1.4;display:block}.add-report-category-card.is-orange{--category-main:#f97316;--category-bg-start:#fff7edfa;--category-bg-end:#ffedd5cc;--category-border:#f9731633;--category-icon-bg:#f9731624;--category-ring:#f973161f;--category-shadow:#f9731614;--category-shadow-active:#f973162e}.add-report-category-card.is-amber{--category-main:#d97706;--category-bg-start:#fffbebfa;--category-bg-end:#fef3c7cc;--category-border:#d9770638;--category-icon-bg:#d9770624;--category-ring:#d977061f;--category-shadow:#d9770614;--category-shadow-active:#d977062e}.add-report-category-card.is-mint{--category-main:#0d9488;--category-bg-start:#f0fdfafa;--category-bg-end:#ccfbf1bf;--category-border:#0d948838;--category-icon-bg:#0d948824;--category-ring:#0d94881f;--category-shadow:#0d948814;--category-shadow-active:#0d94882e}.add-report-category-card.is-sky{--category-main:#0284c7;--category-bg-start:#f0f9fffa;--category-bg-end:#e0f2fecc;--category-border:#0284c738;--category-icon-bg:#0284c724;--category-ring:#0284c71f;--category-shadow:#0284c714;--category-shadow-active:#0284c72e}.add-report-category-card.is-rose{--category-main:#e11d48;--category-bg-start:#fff1f2fa;--category-bg-end:#ffe4e6cc;--category-border:#e11d4833;--category-icon-bg:#e11d4821;--category-ring:#e11d481c;--category-shadow:#e11d4814;--category-shadow-active:#e11d482b}.add-report-category-card.is-emerald{--category-main:#059669;--category-bg-start:#ecfdf5fa;--category-bg-end:#d1fae5c7;--category-border:#05966938;--category-icon-bg:#05966924;--category-ring:#0596691f;--category-shadow:#05966914;--category-shadow-active:#0596692e}.add-report-category-card.is-violet{--category-main:#7c3aed;--category-bg-start:#f5f3fffa;--category-bg-end:#ede9fecc;--category-border:#7c3aed33;--category-icon-bg:#7c3aed21;--category-ring:#7c3aed1c;--category-shadow:#7c3aed14;--category-shadow-active:#7c3aed2b}.add-report-category-card.is-red{--category-main:#dc2626;--category-bg-start:#fef2f2fa;--category-bg-end:#fee2e2cc;--category-border:#dc262633;--category-icon-bg:#dc262621;--category-ring:#dc26261c;--category-shadow:#dc262614;--category-shadow-active:#dc26262b}.add-report-category-card.is-blue{--category-main:#2563eb;--category-bg-start:#eff6fffa;--category-bg-end:#dbeafecc;--category-border:#2563eb33;--category-icon-bg:#2563eb21;--category-ring:#2563eb1c;--category-shadow:#2563eb14;--category-shadow-active:#2563eb2b}.add-report-category-card.is-slate{--category-main:#475569;--category-bg-start:#f8fafcfa;--category-bg-end:#f1f5f9d9;--category-border:#4755692e;--category-icon-bg:#4755691f;--category-ring:#4755691a;--category-shadow:#47556912;--category-shadow-active:#47556924}.add-report-categories-loading{justify-items:center;gap:18px;display:grid}.add-report-categories-loading p{color:var(--color-primary);margin:0;font-size:.95rem;font-weight:900}.add-report-categories-loading__spinner{border:4px solid #025f481f;border-top-color:var(--color-primary);border-radius:999px;width:42px;height:42px;animation:.8s linear infinite add-report-spin}@keyframes add-report-spin{to{transform:rotate(360deg)}}.add-report-category-card--skeleton{pointer-events:none;cursor:default;background:#fff;border-color:#025f4814;box-shadow:0 10px 26px #025f480a}.add-report-category-card--skeleton .add-report-category-card__icon,.add-report-category-card--skeleton strong,.add-report-category-card--skeleton small{background:linear-gradient(90deg,#025f480f,#025f4826,#025f480f) 0 0/220% 100%;animation:1.15s ease-in-out infinite add-report-skeleton}.add-report-category-card--skeleton .add-report-category-card__icon{color:#0000}.add-report-category-card--skeleton strong{border-radius:999px;width:130px;height:16px}.add-report-category-card--skeleton small{border-radius:999px;width:100px;height:11px}@keyframes add-report-skeleton{0%{background-position:100% 0}to{background-position:-100% 0}}.add-report-fields-card input.is-invalid,.add-report-fields-card textarea.is-invalid{background:#fef2f28c;border-color:#dc26268c}.add-report-upload-card__actions{justify-content:center;align-items:center;gap:12px;margin-top:18px;display:flex}.add-report-upload-card__action-btn{min-height:44px;color:var(--color-primary);cursor:pointer;background:#fff;border:1.5px solid #025f4824;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-family:inherit;font-size:.9rem;font-weight:900;transition:background .2s,border-color .2s,transform .2s,box-shadow .2s;display:inline-flex}.add-report-upload-card__action-btn:hover{background:#025f480f;border-color:#025f4847;transform:translateY(-1px);box-shadow:0 12px 26px #025f4814}.add-report-upload-card__action-btn:disabled{opacity:.55;cursor:not-allowed;box-shadow:none;transform:none}.add-report-upload-card__action-btn--camera{background:var(--color-primary);color:#fff}.add-report-upload-card__action-btn--camera:hover{background:var(--color-primary-dark)}.add-report-upload-card__preview-section{gap:12px;margin-top:18px;display:grid}.add-report-upload-card__preview-header{direction:rtl;justify-content:space-between;align-items:center;gap:14px;display:flex}.add-report-upload-card__preview-header strong{color:var(--color-text);font-size:.95rem;font-weight:900}.add-report-upload-card__preview-header small{color:var(--color-subtitle);font-size:.78rem;font-weight:800}.add-report-upload-card__preview-strip{scroll-snap-type:x mandatory;gap:12px;padding:4px 2px 10px;display:flex;overflow-x:auto}.add-report-upload-card__preview-strip::-webkit-scrollbar{height:7px}.add-report-upload-card__preview-strip::-webkit-scrollbar-thumb{background:#025f4840;border-radius:999px}.add-report-upload-card__preview{scroll-snap-align:start;background:#025f480a;border:1.5px solid #025f481f;border-radius:18px;flex:0 0 118px;width:118px;height:118px;position:relative;overflow:hidden;box-shadow:0 10px 24px #025f4814}.add-report-upload-card__preview-open{cursor:zoom-in;background:0 0;border:0;width:100%;height:100%;padding:0;display:block}.add-report-upload-card__preview-open img{object-fit:cover;width:100%;height:100%;transition:transform .2s;display:block}.add-report-upload-card__preview:hover .add-report-upload-card__preview-open img{transform:scale(1.06)}.add-report-upload-card__preview-hint{color:#fff;opacity:0;background:#031814b8;border-radius:999px;justify-content:center;align-items:center;gap:6px;min-height:30px;padding:6px 8px;font-size:.7rem;font-weight:900;transition:opacity .2s,transform .2s;display:inline-flex;position:absolute;inset:auto 8px 8px;transform:translateY(6px)}.add-report-upload-card__preview:hover .add-report-upload-card__preview-hint{opacity:1;transform:translateY(0)}.add-report-upload-card__remove{color:#dc2626;cursor:pointer;background:#fef2f2f2;border:0;border-radius:999px;place-items:center;width:30px;height:30px;display:grid;position:absolute;top:7px;left:7px;box-shadow:0 8px 18px #dc262624}.add-report-image-viewer{z-index:5000;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.add-report-image-viewer__backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#031814b8;border:0;position:absolute;inset:0}.add-report-image-viewer__panel{z-index:1;background:#fff;border-radius:24px;gap:14px;width:min(920px,100%);max-height:calc(100dvh - 48px);padding:18px;display:grid;position:relative;box-shadow:0 30px 90px #00000047}.add-report-image-viewer__panel img{object-fit:contain;background:#025f480a;border-radius:18px;width:100%;max-height:calc(100dvh - 170px)}.add-report-image-viewer__close{color:#dc2626;z-index:2;cursor:pointer;background:#fef2f2f2;border:0;border-radius:999px;place-items:center;width:38px;height:38px;display:grid;position:absolute;top:14px;left:14px}.add-report-image-viewer__nav{color:#fff;z-index:2;cursor:pointer;background:#025f48e6;border:0;border-radius:999px;place-items:center;width:42px;height:42px;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.add-report-image-viewer__nav:disabled{opacity:.35;cursor:not-allowed}.add-report-image-viewer__nav--prev{left:18px}.add-report-image-viewer__nav--next{right:18px}.add-report-image-viewer__footer{color:var(--color-text);direction:rtl;justify-content:space-between;align-items:center;gap:12px;font-weight:900;display:flex}.add-report-image-viewer__footer span{color:var(--color-subtitle);font-size:.86rem;font-weight:800}@media (width<=768px){.add-report-upload-card__actions{flex-direction:column}.add-report-upload-card__action-btn{width:100%}.add-report-upload-card__preview-header{flex-direction:column;align-items:flex-start}.add-report-image-viewer{padding:12px}.add-report-image-viewer__panel{border-radius:18px;padding:12px}.add-report-image-viewer__nav{width:38px;height:38px}}.add-report-location-error{color:#dc2626;direction:rtl;background:#fef2f2d9;border:1.5px solid #dc26262e;border-radius:14px;align-items:flex-start;gap:8px;padding:12px 14px;font-size:.9rem;font-weight:900;line-height:1.7;display:flex}.add-report-location-error svg{flex-shrink:0;width:18px;height:18px;margin-top:3px}.input.is-invalid,.governorate-bs-dropdown__toggle.is-invalid{background:#fef2f28c!important;border-color:#dc26268c!important}.form-field__required{color:#dc2626;margin-inline-start:4px;font-weight:900}.form-field__optional{color:var(--color-primary);background:#025f4814;border-radius:999px;margin-inline-start:8px;padding:3px 8px;font-size:.72rem;font-weight:900}.add-report-location-form-card__notice.is-error{color:#b91c1c;background:#fef2f2eb;border:1.5px solid #dc26262e}.form-field__label{white-space:normal;direction:rtl;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:8px;width:100%;display:flex;overflow:visible}.form-field__label-text{white-space:normal;text-overflow:clip;min-width:0;max-width:100%;line-height:1.6;display:inline-block;overflow:visible}.form-field__optional{color:var(--color-primary);background:#025f4814;border-radius:999px;flex-shrink:0;margin-inline-start:0;padding:3px 8px;font-size:.72rem;font-weight:900;line-height:1.4}@media (width<=768px){.add-report-step__grid--location{flex-direction:column;gap:18px;display:flex}.add-report-step__grid--location>:first-child{order:2}.add-report-step__grid--location>:last-child{order:1}.add-report-step__grid--location .add-report-location-form-card{width:100%}.add-report-step__grid--location .leaflet-container{min-height:360px}.add-report-step__grid--location{gap:18px;flex-direction:column!important;display:flex!important}.add-report-location-map-card{border-radius:22px;order:1;width:100%;min-height:360px;overflow:hidden}.add-report-location-form-card{order:2;width:100%}.add-report-location-map-card .leaflet-container{border-radius:22px;width:100%!important;height:360px!important;min-height:360px!important}.add-report-location-map-card>*{width:100%;min-height:360px}}.add-report-review-image-card{position:relative;overflow:hidden}.add-report-review-image-card__main:disabled{cursor:default}.add-report-review-image-card__main img{object-fit:cover;width:100%;height:100%;min-height:420px;transition:transform .25s;display:block}.add-report-review-image-card__hover-hint{color:#fff;opacity:0;background:#031814b8;border-radius:999px;align-items:center;gap:8px;min-height:38px;padding:8px 14px;font-size:.82rem;font-weight:900;transition:opacity .2s,transform .2s;display:inline-flex;position:absolute;bottom:74px;left:18px;transform:translateY(8px)}.add-report-review-image-card__main:hover .add-report-review-image-card__hover-hint{opacity:1;transform:translateY(0)}.add-report-review-image-card__thumbs{z-index:3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffc7;border-radius:18px;gap:10px;padding:6px;display:flex;position:absolute;bottom:16px;left:16px;right:16px;overflow-x:auto}.add-report-review-image-card__thumb.is-active{border-color:var(--color-primary)}.add-report-review-image-card__thumb img{object-fit:cover;width:100%;height:100%}.add-report-review-image-viewer{z-index:6000;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.add-report-review-image-viewer__backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#031814bd;border:0;position:absolute;inset:0}.add-report-review-image-viewer__panel{z-index:1;background:#fff;border-radius:24px;gap:14px;width:min(980px,100%);max-height:calc(100dvh - 48px);padding:18px;display:grid;position:relative;box-shadow:0 30px 90px #00000047}.add-report-review-image-viewer__panel img{object-fit:contain;background:#025f480a;border-radius:18px;width:100%;max-height:calc(100dvh - 170px)}.add-report-review-image-viewer__close{z-index:4;color:#dc2626;cursor:pointer;background:#fef2f2f2;border:0;border-radius:999px;place-items:center;width:38px;height:38px;display:grid;position:absolute;top:14px;left:14px}.add-report-review-image-viewer__nav{z-index:4;color:#fff;cursor:pointer;background:#025f48e6;border:0;border-radius:999px;place-items:center;width:44px;height:44px;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.add-report-review-image-viewer__nav--prev{left:18px}.add-report-review-image-viewer__nav--next{right:18px}.add-report-review-image-viewer__footer{color:var(--color-text);direction:rtl;justify-content:space-between;align-items:center;gap:16px;font-weight:900;display:flex}.add-report-review-image-viewer__footer span{color:var(--color-subtitle);font-size:.86rem;font-weight:800}@media (width<=768px){.add-report-review-image-card__main,.add-report-review-image-card__main img{min-height:320px}.add-report-review-image-card__hover-hint{display:none}.add-report-review-image-card__counter{bottom:68px;right:12px}.add-report-review-image-card__nav{width:38px;height:38px}.add-report-review-image-card__thumbs{bottom:10px;left:10px;right:10px}.add-report-review-image-viewer{padding:12px}.add-report-review-image-viewer__panel{border-radius:18px;padding:12px}}.add-report-review-image-card{background:#025f480a;border-radius:24px;height:560px;min-height:560px;max-height:560px;position:relative;overflow:hidden}.add-report-review-image-card__main{border-radius:inherit;cursor:zoom-in;background:#025f480a;border:0;width:100%;height:100%;min-height:0;padding:0;display:block;position:relative;overflow:hidden}.add-report-review-image-card__main img{object-fit:cover;object-position:center;width:100%;height:100%;min-height:0;transition:transform .25s;display:block}.add-report-review-image-card__main:hover img{transform:scale(1.035)}.add-report-review-image-card__thumbs{z-index:5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe0;border-radius:18px;align-items:center;gap:10px;height:72px;padding:8px;display:flex;position:absolute;bottom:18px;left:18px;right:18px;overflow:auto hidden;box-shadow:0 14px 35px #0f172a29}.add-report-review-image-card__thumbs::-webkit-scrollbar{height:5px}.add-report-review-image-card__thumbs::-webkit-scrollbar-thumb{background:#025f4840;border-radius:999px}.add-report-review-image-card__thumb{cursor:pointer;background:0 0;border:2px solid #0000;border-radius:12px;flex:0 0 66px;width:66px;height:56px;padding:0;overflow:hidden}.add-report-review-image-card__thumb.is-active{border-color:var(--color-primary);box-shadow:0 0 0 3px #025f481f}.add-report-review-image-card__thumb img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.add-report-review-image-card__hover-hint{z-index:6;color:#fff;opacity:1;background:#031814c7;border-radius:999px;align-items:center;gap:8px;min-height:38px;padding:8px 14px;font-size:.82rem;font-weight:900;display:inline-flex;position:absolute;bottom:104px;left:18px;transform:none}.add-report-review-image-card__counter{z-index:6;color:#fff;background:#031814c7;border-radius:999px;align-items:center;min-height:38px;padding:8px 14px;font-size:.82rem;font-weight:900;display:inline-flex;position:absolute;bottom:104px;right:18px}.add-report-review-image-card__nav{z-index:6;color:#fff;cursor:pointer;background:#025f48eb;border:0;border-radius:999px;place-items:center;width:44px;height:44px;display:grid;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 12px 28px #025f4838}.add-report-review-image-card__nav:hover{background:var(--color-primary-dark)}.add-report-review-image-card__nav--prev{left:18px}.add-report-review-image-card__nav--next{right:18px}.add-report-review-image-viewer__panel img{object-fit:contain;object-position:center;background:#025f480a;border-radius:18px;width:100%;max-height:calc(100dvh - 170px)}@media (width<=992px){.add-report-review-image-card{height:460px;min-height:460px;max-height:460px}}@media (width<=768px){.add-report-review-image-card{border-radius:20px;height:340px;min-height:340px;max-height:340px}.add-report-review-image-card__thumbs{border-radius:16px;height:64px;padding:7px;bottom:10px;left:10px;right:10px}.add-report-review-image-card__thumb{flex-basis:56px;width:56px;height:48px}.add-report-review-image-card__hover-hint{min-height:34px;padding:7px 11px;font-size:.74rem;bottom:84px;left:10px}.add-report-review-image-card__counter{min-height:34px;padding:7px 11px;font-size:.74rem;bottom:84px;right:10px}.add-report-review-image-card__nav{width:38px;height:38px}.add-report-review-image-card__nav--prev{left:10px}.add-report-review-image-card__nav--next{right:10px}}.add-report-upload-card__dropzone.is-invalid{background:#fef2f273;border-color:#dc26268c}.add-report-fields-card input,.add-report-fields-card textarea{cursor:text;-webkit-user-select:text!important;user-select:text!important;pointer-events:auto!important}.add-report-fields-card input::selection{color:var(--color-text);background:#025f4838}.add-report-fields-card textarea::selection{color:var(--color-text);background:#025f4838}.add-report-fields-card,.add-report-fields-card__section{-webkit-user-select:text!important;user-select:text!important}@media (width<=768px){.add-report-image-viewer,.add-report-review-image-viewer{overflow:hidden;padding:10px!important}.add-report-image-viewer__panel,.add-report-review-image-viewer__panel{border-radius:18px!important;flex-direction:column!important;gap:10px!important;width:calc(100dvw - 20px)!important;max-width:calc(100dvw - 20px)!important;max-height:calc(100dvh - 20px)!important;padding:10px!important;display:flex!important}.add-report-image-viewer__panel img,.add-report-review-image-viewer__panel img{object-fit:contain!important;object-position:center!important;border-radius:14px!important;width:100%!important;max-width:100%!important;height:auto!important;max-height:calc(100dvh - 132px)!important}.add-report-image-viewer__close,.add-report-review-image-viewer__close{width:36px!important;height:36px!important;top:10px!important;left:10px!important}.add-report-image-viewer__nav,.add-report-review-image-viewer__nav{width:36px!important;height:36px!important}.add-report-image-viewer__nav--prev,.add-report-review-image-viewer__nav--prev{left:12px!important}.add-report-image-viewer__nav--next,.add-report-review-image-viewer__nav--next{right:12px!important}.add-report-image-viewer__footer,.add-report-review-image-viewer__footer{text-align:right!important;flex-direction:column!important;align-items:flex-start!important;gap:4px!important;width:100%!important;padding-inline:2px!important;display:flex!important}.add-report-image-viewer__footer strong,.add-report-review-image-viewer__footer strong{width:100%!important;font-size:.9rem!important}.add-report-image-viewer__footer span,.add-report-review-image-viewer__footer span{width:100%!important;font-size:.78rem!important}}@media (width<=420px){.add-report-image-viewer__panel,.add-report-review-image-viewer__panel{border-radius:16px!important;width:calc(100dvw - 16px)!important;max-width:calc(100dvw - 16px)!important;max-height:calc(100dvh - 16px)!important;padding:8px!important}.add-report-image-viewer__panel img,.add-report-review-image-viewer__panel img{border-radius:12px!important;max-height:calc(100dvh - 142px)!important}}.duplicate-report-modal{z-index:6000;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.duplicate-report-modal__backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);cursor:pointer;background:#0f172aad;border:0;position:absolute;inset:0}.duplicate-report-modal__panel{z-index:1;overscroll-behavior:contain;direction:rtl;background:#fff;border:1px solid #025f481a;border-radius:30px;gap:20px;width:min(920px,100%);max-height:calc(100dvh - 48px);padding:28px;display:grid;position:relative;overflow-y:auto;box-shadow:0 34px 100px #0f172a4d}.duplicate-report-modal__panel::-webkit-scrollbar{width:8px}.duplicate-report-modal__panel::-webkit-scrollbar-thumb{background:#025f4838;border-radius:999px}.duplicate-report-modal__close{z-index:5;color:#dc2626;cursor:pointer;background:#fff1f2;border:0;border-radius:999px;justify-self:start;place-items:center;width:40px;height:40px;margin:-8px 0 -46px;display:grid;position:sticky;top:0;box-shadow:0 8px 22px #0f172a1a}.duplicate-report-modal__close:hover{background:#ffe4e6;transform:translateY(-1px)}.duplicate-report-modal__close:disabled{cursor:not-allowed;opacity:.55}.duplicate-report-modal__hero{align-items:flex-start;gap:16px;padding-inline-start:52px;display:flex}.duplicate-report-modal__icon{color:#a16207;background:linear-gradient(145deg,#fef9c3,#fef3c7);border-radius:20px;flex:none;place-items:center;width:62px;height:62px;font-size:1.65rem;display:grid;box-shadow:inset 0 0 0 1px #ca8a0426}.duplicate-report-modal__header{min-width:0}.duplicate-report-modal__eyebrow{color:#a16207;margin-bottom:5px;font-size:.78rem;font-weight:950;display:inline-flex}.duplicate-report-modal__header h2{color:var(--color-primary);margin:0;font-size:clamp(1.28rem,2.5vw,1.65rem);font-weight:950;line-height:1.45}.duplicate-report-modal__header p{max-width:700px;color:var(--color-subtitle);margin:8px 0 0;font-size:.94rem;font-weight:700;line-height:1.9}.duplicate-report-modal__report-card,.duplicate-report-modal__images-section,.duplicate-report-modal__community-section,.duplicate-report-modal__decision{background:#fff;border:1px solid #025f4817;border-radius:22px}.duplicate-report-modal__report-card{background:linear-gradient(145deg,#025f4809,#fffffff5);padding:20px}.duplicate-report-modal__report-heading{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.duplicate-report-modal__report-heading h3{color:#0f172a;margin:8px 0 0;font-size:1.22rem;font-weight:950;line-height:1.55}.duplicate-report-modal__status,.duplicate-report-modal__distance{border-radius:999px;align-items:center;gap:7px;font-size:.78rem;font-weight:900;display:inline-flex}.duplicate-report-modal__status{color:#075985;background:#e0f2fe;padding:6px 11px}.duplicate-report-modal__distance{color:var(--color-primary);background:#025f4814;flex:none;padding:8px 12px}.duplicate-report-modal__description{color:#334155;background:#ffffffc7;border-right:3px solid #025f4857;border-radius:12px;margin:15px 0 0;padding:14px 16px;font-weight:700;line-height:1.9}.duplicate-report-modal__info-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:16px;display:grid}.duplicate-report-modal__info-item{background:#ffffffd1;border:1px solid #025f4813;border-radius:15px;grid-template-columns:auto 1fr;align-items:center;gap:3px 8px;min-width:0;padding:13px;display:grid}.duplicate-report-modal__info-item svg{color:var(--color-primary);grid-row:1/span 2;font-size:1.05rem}.duplicate-report-modal__info-item span{color:#64748b;font-size:.74rem;font-weight:800}.duplicate-report-modal__info-item strong{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.88rem;font-weight:950;overflow:hidden}.duplicate-report-modal__address{background:#025f4811;border-radius:15px;align-items:flex-start;gap:10px;margin-top:12px;padding:13px 15px;display:flex}.duplicate-report-modal__address>svg{color:var(--color-primary);flex:none;margin-top:2px}.duplicate-report-modal__address div{gap:3px;display:grid}.duplicate-report-modal__address span,.duplicate-report-modal__report-number span{color:#64748b;font-size:.75rem;font-weight:800}.duplicate-report-modal__address strong,.duplicate-report-modal__report-number strong{color:#0f172a;font-size:.88rem;font-weight:900;line-height:1.65}.duplicate-report-modal__report-number{justify-content:space-between;align-items:center;gap:10px;margin-top:10px;padding-inline:2px;display:flex}.duplicate-report-modal__report-number strong{word-break:break-all;direction:ltr}.duplicate-report-modal__images-section,.duplicate-report-modal__community-section{padding:18px}.duplicate-report-modal__section-heading{justify-content:space-between;align-items:center;gap:14px;margin-bottom:14px;display:flex}.duplicate-report-modal__section-heading>div{align-items:center;gap:10px;display:flex}.duplicate-report-modal__section-heading>div>svg{color:var(--color-primary);flex:none;font-size:1.2rem}.duplicate-report-modal__section-heading span{gap:2px;display:grid}.duplicate-report-modal__section-heading strong{color:#0f172a;font-size:.96rem;font-weight:950}.duplicate-report-modal__section-heading small{color:#64748b;font-size:.77rem;font-weight:700}.duplicate-report-modal__section-heading em{color:var(--color-primary);background:#025f4814;border-radius:999px;flex:none;padding:5px 9px;font-size:.74rem;font-style:normal;font-weight:900}.duplicate-report-modal__images-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.duplicate-report-modal__image-card{cursor:pointer;background:#e2e8f0;border:0;border-radius:16px;min-height:150px;padding:0;position:relative;overflow:hidden}.duplicate-report-modal__image-card img{object-fit:cover;width:100%;height:100%;min-height:150px;max-height:200px;transition:transform .25s;display:block}.duplicate-report-modal__image-card:hover img{transform:scale(1.035)}.duplicate-report-modal__image-card span{inset-inline:10px;color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0f172ac2;border-radius:10px;justify-content:center;align-items:center;gap:7px;min-height:34px;padding:7px 10px;font-size:.76rem;font-weight:900;display:inline-flex;position:absolute;bottom:10px}.duplicate-report-modal__empty-images{color:#64748b;background:#f8fafc;border:1px dashed #64748b47;border-radius:16px;align-content:center;place-items:center;gap:7px;min-height:110px;font-weight:800;display:grid}.duplicate-report-modal__empty-images svg{font-size:1.4rem}.duplicate-report-modal__owner-notice{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:15px;align-items:flex-start;gap:11px;margin-bottom:13px;padding:13px 15px;display:flex}.duplicate-report-modal__owner-notice>svg{flex:none;margin-top:3px}.duplicate-report-modal__owner-notice div{gap:3px;display:grid}.duplicate-report-modal__owner-notice strong{font-size:.9rem;font-weight:950}.duplicate-report-modal__owner-notice span{font-size:.8rem;font-weight:750;line-height:1.7}.duplicate-report-modal__community-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.duplicate-report-modal__community-btn{color:#334155;cursor:pointer;background:#f8fafc;border:1px solid #64748b29;border-radius:17px;align-content:center;place-items:center;gap:7px;min-height:92px;padding:14px 10px 12px;transition:transform .2s,border-color .2s,background .2s;display:grid;position:relative}.duplicate-report-modal__community-btn:hover:not(:disabled){transform:translateY(-2px)}.duplicate-report-modal__community-btn>svg{font-size:1.35rem}.duplicate-report-modal__community-btn strong{font-size:.82rem;font-weight:950}.duplicate-report-modal__community-btn:disabled{cursor:not-allowed;opacity:.52}.duplicate-report-modal__community-count{background:#ffffffeb;border-radius:999px;place-items:center;min-width:27px;min-height:22px;padding:3px 7px;font-size:.72rem;font-weight:950;display:grid;position:absolute;top:8px;left:9px;box-shadow:0 4px 10px #0f172a14}.duplicate-report-modal__community-btn.is-follow.is-active,.duplicate-report-modal__community-btn.is-follow:hover:not(:disabled){color:var(--color-primary);background:#025f4814;border-color:#025f4847}.duplicate-report-modal__community-btn.is-upvote.is-active,.duplicate-report-modal__community-btn.is-upvote:hover:not(:disabled){color:#15803d;background:#f0fdf4;border-color:#16a34a47}.duplicate-report-modal__community-btn.is-downvote.is-active,.duplicate-report-modal__community-btn.is-downvote:hover:not(:disabled){color:#dc2626;background:#fff1f2;border-color:#dc262640}.duplicate-report-modal__feedback{border-radius:12px;align-items:center;gap:8px;margin:12px 0 0;padding:10px 12px;font-size:.82rem;font-weight:850;display:flex}.duplicate-report-modal__feedback.is-success{color:#166534;background:#f0fdf4}.duplicate-report-modal__feedback.is-error{color:#b91c1c;background:#fef2f2}.duplicate-report-modal__decision{background:#f8fafc;justify-content:space-between;align-items:center;gap:18px;padding:17px 18px;display:flex}.duplicate-report-modal__decision>div:first-child{gap:3px;display:grid}.duplicate-report-modal__decision>div:first-child strong{color:#0f172a;font-size:.92rem;font-weight:950}.duplicate-report-modal__decision>div:first-child span{color:#64748b;font-size:.78rem;font-weight:700;line-height:1.65}.duplicate-report-modal__actions{flex:none;align-items:center;gap:9px;display:flex}.duplicate-report-modal__btn{cursor:pointer;border:0;border-radius:14px;justify-content:center;align-items:center;gap:8px;min-height:46px;padding:11px 15px;font-size:.82rem;font-weight:950;display:inline-flex}.duplicate-report-modal__btn:disabled{cursor:not-allowed;opacity:.58}.duplicate-report-modal__btn--primary{color:#fff;background:var(--color-primary);box-shadow:0 10px 24px #025f482e}.duplicate-report-modal__btn--secondary{color:#475569;background:#e2e8f0}.duplicate-report-modal__viewer{z-index:4;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.duplicate-report-modal__viewer-backdrop{background:#020617e6;border:0;position:absolute;inset:0}.duplicate-report-modal__viewer-panel{z-index:1;background:#0f172a;border-radius:22px;place-items:center;width:min(980px,100%);max-height:calc(100dvh - 40px);padding:14px;display:grid;position:relative}.duplicate-report-modal__viewer-panel img{object-fit:contain;border-radius:15px;width:100%;max-height:calc(100dvh - 90px)}.duplicate-report-modal__viewer-close,.duplicate-report-modal__viewer-nav{z-index:2;color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:pointer;background:#0f172abf;border:0;border-radius:999px;place-items:center;width:42px;height:42px;display:grid;position:absolute}.duplicate-report-modal__viewer-close{top:24px;left:24px}.duplicate-report-modal__viewer-nav{top:50%;transform:translateY(-50%)}.duplicate-report-modal__viewer-nav.is-previous{left:24px}.duplicate-report-modal__viewer-nav.is-next{right:24px}.duplicate-report-modal__viewer-count{color:#fff;background:#0f172abf;border-radius:999px;padding:6px 11px;font-size:.75rem;font-weight:900;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}@media (width<=820px){.duplicate-report-modal{padding:12px}.duplicate-report-modal__panel{border-radius:24px;gap:15px;max-height:calc(100dvh - 24px);padding:20px 15px}.duplicate-report-modal__hero{padding-inline-start:44px}.duplicate-report-modal__icon{border-radius:17px;width:52px;height:52px}.duplicate-report-modal__info-grid,.duplicate-report-modal__images-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.duplicate-report-modal__decision{flex-direction:column;align-items:stretch}.duplicate-report-modal__actions{width:100%}.duplicate-report-modal__btn{flex:1 1 0}}@media (width<=560px){.duplicate-report-modal{align-items:end;padding:0}.duplicate-report-modal__panel{border-radius:26px 26px 0 0;width:100%;max-height:96dvh;padding:18px 12px 14px}.duplicate-report-modal__close{margin:-4px 0 -40px}.duplicate-report-modal__hero{gap:11px;padding-inline-start:42px}.duplicate-report-modal__icon{border-radius:14px;width:44px;height:44px;font-size:1.25rem}.duplicate-report-modal__header p{font-size:.84rem}.duplicate-report-modal__report-card,.duplicate-report-modal__images-section,.duplicate-report-modal__community-section,.duplicate-report-modal__decision{border-radius:18px}.duplicate-report-modal__report-card,.duplicate-report-modal__images-section,.duplicate-report-modal__community-section{padding:14px}.duplicate-report-modal__report-heading{flex-direction:column}.duplicate-report-modal__info-grid,.duplicate-report-modal__images-grid{grid-template-columns:1fr}.duplicate-report-modal__image-card,.duplicate-report-modal__image-card img{min-height:190px}.duplicate-report-modal__community-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.duplicate-report-modal__community-btn{min-height:84px;padding-inline:5px}.duplicate-report-modal__community-btn strong{font-size:.72rem}.duplicate-report-modal__section-heading{align-items:flex-start}.duplicate-report-modal__actions{flex-direction:column-reverse}.duplicate-report-modal__btn{width:100%}.duplicate-report-modal__viewer{padding:8px}.duplicate-report-modal__viewer-panel{border-radius:16px;max-height:calc(100dvh - 16px);padding:8px}.duplicate-report-modal__viewer-panel img{border-radius:12px;max-height:calc(100dvh - 32px)}.duplicate-report-modal__viewer-close{top:14px;left:14px}.duplicate-report-modal__viewer-nav.is-previous{left:14px}.duplicate-report-modal__viewer-nav.is-next{right:14px}}.duplicate-report-modal__close{left:auto;inset-inline-start:0}.dashboard-chip{min-height:36px;color:var(--color-primary);background:#025f4814;border-radius:999px;justify-content:center;align-items:center;padding:8px 14px;font-size:.88rem;font-weight:800;display:inline-flex}.dashboard-table-wrap{overflow-x:auto}.dashboard-table{border-collapse:collapse;width:100%;min-width:760px}.dashboard-table th,.dashboard-table td{text-align:right;white-space:nowrap;border-bottom:1px solid #025f4814;padding:14px 12px}.dashboard-table th{color:var(--color-subtitle);background:#e8ffe857;font-size:.85rem;font-weight:800}.dashboard-table td{color:var(--color-text);font-size:.94rem;font-weight:700}.dashboard-table__row--highlighted{outline-offset:-2px;background:#025f4814;outline:2px solid #025f4833}.dashboard-badge{border-radius:999px;justify-content:center;align-items:center;min-width:94px;min-height:34px;padding:6px 12px;font-size:.82rem;font-weight:800;display:inline-flex}.dashboard-badge--success{color:#218540;background:#34a85329}.dashboard-badge--warning{color:#8c7c0b;background:#d6c84f3d}.dashboard-badge--info{color:#4352db;background:#5a6bff1f}.dashboard-badge--danger{color:#c24a4a;background:#ef7c7c2e}.dashboard-action-btn{min-width:80px;min-height:36px;transition:transform var(--transition-base), opacity var(--transition-base), background var(--transition-base);border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:8px 12px;font-weight:800;display:inline-flex}.dashboard-action-btn:hover{transform:translateY(-1px)}.dashboard-action-btn--primary{background:var(--color-primary);color:var(--color-white)}.dashboard-action-btn--primary:hover{background:var(--color-primary-dark)}.dashboard-action-btn--secondary{color:#cd7a00;background:#ffaa2c2e}.user-reports-layout{gap:22px;display:grid}.user-reports-map-card{background:var(--color-surface);box-shadow:var(--shadow-sm);border:1.5px solid #025f481a;border-radius:26px;overflow:hidden}.user-reports-map-card__header{border-bottom:1px solid #025f4814;justify-content:space-between;align-items:center;gap:18px;padding:18px 22px;display:flex}.user-reports-map-card__header h2{color:var(--color-primary);margin:0;font-size:1.25rem;font-weight:900}.user-reports-map-card__header p{color:var(--color-subtitle);margin:6px 0 0;font-weight:700}.user-reports-map-card__actions{flex-wrap:wrap;align-items:center;gap:10px;display:inline-flex}.user-reports-map-wrapper{padding:16px;position:relative}.user-reports-map-popup{text-align:right;direction:rtl;gap:8px;min-width:190px;display:grid}.user-reports-map-popup strong{color:var(--color-primary);font-weight:900}.user-reports-map-popup span,.user-reports-map-popup small{color:var(--color-subtitle);font-weight:700}.user-reports-map-popup small{align-items:center;gap:6px;display:inline-flex}.user-reports-map-popup__actions{flex-wrap:wrap;gap:8px;display:flex}.user-reports-map-popup button{color:var(--color-primary);cursor:pointer;background:#025f4814;border:0;border-radius:14px;align-items:center;gap:7px;padding:10px 12px;font-weight:900;display:inline-flex}.user-reports-map-popup__actions button:first-child{background:var(--color-primary);color:#fff}.user-reports-selected-report-card-slot{z-index:550;width:min(380px,100% - 48px);position:absolute;top:24px;right:24px}.user-map-report-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);direction:rtl;background:#fffffff5;border:1px solid #025f481f;border-radius:24px;gap:12px;width:100%;padding:18px;display:grid;position:relative;box-shadow:0 22px 60px #0f172a2e}.user-map-report-card__close{color:#dc2626;cursor:pointer;background:#ef44441a;border:0;border-radius:999px;place-items:center;width:34px;height:34px;display:grid;position:absolute;top:14px;left:14px}.user-map-report-card__header{justify-content:space-between;align-items:flex-start;gap:14px;padding-left:40px;display:flex}.user-map-report-card__header h3{color:var(--color-primary);margin:4px 0 0;font-size:1rem;font-weight:900;line-height:1.4}.user-map-report-card__source{color:var(--color-subtitle);font-size:.78rem;font-weight:800;display:inline-flex}.user-map-report-card__status{color:var(--color-primary);background:#025f4814;border-radius:999px;flex-shrink:0;padding:7px 11px;font-size:.78rem;font-weight:900}.user-map-report-card__status.is-success{color:#15803d;background:#22c55e24}.user-map-report-card__status.is-info{color:#2563eb;background:#2563eb21}.user-map-report-card__status.is-warning{color:#a16207;background:#eab30829}.user-map-report-card__title{color:var(--color-primary);margin:0;font-size:clamp(1.05rem,2.6vw,1.35rem);font-weight:950;line-height:1.45}.user-map-report-card__description{color:var(--color-subtitle);margin:0;font-size:.92rem;font-weight:750;line-height:1.8}.user-map-report-card__location{color:#064e3b;align-items:flex-start;gap:8px;font-size:.92rem;font-weight:900;line-height:1.6;display:flex}.user-map-report-card__location svg{flex-shrink:0;margin-top:4px}.user-map-report-card__meta{color:var(--color-subtitle);justify-content:space-between;align-items:center;gap:10px;font-size:.86rem;font-weight:850;display:flex}.user-map-report-card__quick-actions{gap:10px;display:flex}.user-map-report-card__quick-actions button,.user-map-report-card__main-actions button{min-height:42px;color:var(--color-primary);cursor:pointer;background:#025f4814;border:0;border-radius:15px;justify-content:center;align-items:center;gap:7px;font-size:.9rem;font-weight:900;display:inline-flex}.user-map-report-card__quick-actions button{flex:1}.user-map-report-card__quick-actions button.is-active{color:#15803d;background:#22c55e26}.user-map-report-card__main-actions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.user-map-report-card__main-actions button.is-primary{background:var(--color-primary);color:#fff}.user-map-report-card__main-actions button:last-child{grid-column:1/-1}.user-report-details-modal{z-index:5000;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.user-report-details-modal__backdrop{cursor:pointer;background:#0f172a8c;border:0;position:absolute;inset:0}.user-report-details-modal__panel{z-index:1;direction:rtl;background:#fff;border-radius:28px;width:min(980px,100%);max-height:min(86vh,760px);position:relative;overflow:auto;box-shadow:0 30px 80px #0f172a47}.user-report-details-modal__close{color:#dc2626;cursor:pointer;background:#ef44441a;border:0;border-radius:999px;place-items:center;width:42px;height:42px;display:grid;position:absolute;top:18px;left:18px}.user-report-details-modal__header{border-bottom:1px solid #025f4814;padding:28px 32px 18px}.user-report-details-modal__header h2{color:var(--color-primary);margin:12px 0 6px;font-size:1.6rem;font-weight:900}.user-report-details-modal__header p{color:var(--color-subtitle);margin:0;font-weight:800}.user-report-details-modal__content{grid-template-columns:1.25fr .75fr;gap:20px;padding:24px 32px;display:grid}.user-report-details-modal__main{gap:14px;display:grid}.user-report-details-modal__public-decision{background:#ef7c7c14;border:1px solid #c24a4a33;border-radius:18px;gap:10px;padding:16px;display:grid}.user-report-details-modal__public-decision>div{color:#a43f3f;align-items:center;gap:8px;display:flex}.user-report-details-modal__public-decision p{color:var(--color-text);margin:0;font-weight:800;line-height:1.8}.user-report-details-modal__public-decision b{color:#8f3737}.user-report-details-modal__public-decision small{color:var(--color-subtitle);font-weight:800}.user-report-details-modal__grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.user-report-details-modal__detail-card{background:#f8faf9;border:1px solid #025f4814;border-radius:18px;gap:8px;padding:16px;display:grid}.user-report-details-modal__detail-card span{color:var(--color-primary);align-items:center;gap:8px;font-weight:900;display:inline-flex}.user-report-details-modal__detail-card strong{color:var(--color-text);line-height:1.8}.user-report-details-modal__media img,.user-report-details-modal__image-placeholder{object-fit:cover;background:#f1f5f3;border-radius:22px;width:100%;min-height:260px}.user-report-details-modal__image-placeholder{color:var(--color-subtitle);place-items:center;font-weight:900;display:grid}.user-report-details-modal__actions{flex-wrap:wrap;gap:10px;padding:0 32px 28px;display:flex}.user-report-details-modal__actions button{color:var(--color-primary);cursor:pointer;background:#025f4814;border:0;border-radius:14px;align-items:center;gap:7px;padding:10px 12px;font-weight:900;display:inline-flex}.user-report-details-modal__actions button:first-child{background:var(--color-primary);color:#fff}@media (width<=1100px){.user-report-details-modal__content,.user-report-details-modal__grid{grid-template-columns:1fr}}@media (width<=768px){.dashboard-section-card__header,.dashboard-section-card__body{padding-inline:16px}.user-reports-map-card__header{flex-direction:column;align-items:stretch}.user-reports-map-wrapper{gap:14px;padding:10px;display:grid}.user-reports-selected-report-card-slot{z-index:1;width:100%;margin-top:0;position:static}.user-map-report-card{background:#fff;border-radius:22px;gap:10px;padding:14px;box-shadow:0 14px 36px #0f172a24}.user-map-report-card__close{width:32px;height:32px;top:12px;left:12px}.user-map-report-card__header{gap:10px;padding-left:38px}.user-map-report-card__header h3{font-size:.95rem}.user-map-report-card__status{padding:6px 9px;font-size:.72rem}.user-map-report-card__title{font-size:1.08rem;line-height:1.45}.user-map-report-card__description{font-size:.84rem;line-height:1.75}.user-map-report-card__location{font-size:.84rem}.user-map-report-card__meta{font-size:.78rem}.user-map-report-card__quick-actions button,.user-map-report-card__main-actions button{border-radius:13px;min-height:40px;padding-inline:10px;font-size:.82rem}.user-map-report-card__main-actions{grid-template-columns:1fr}.user-map-report-card__main-actions button:last-child{grid-column:auto}.user-report-details-modal{padding:12px}.user-report-details-modal__panel{border-radius:22px;max-height:90vh}.user-report-details-modal__header,.user-report-details-modal__content,.user-report-details-modal__actions{padding-inline:18px}}.user-map-report-card__status.is-danger{color:#dc2626;background:#ef444424}.user-map-report-card__status.is-primary{color:#4352db;background:#5a6bff24}.user-map-report-card__status.is-secondary{color:#111827;background:#1118271f}.user-reports__success-banner{color:#218540;text-align:right;background:#34a8531f;border:1.5px solid #34a85329;border-radius:14px;padding:14px 18px;font-size:.95rem;font-weight:900}.user-reports__success-banner--error{color:#dc2626;background:#ef44441a;border-color:#dc26262e}.user-reports-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.user-reports-summary-card{direction:rtl;background:#fff;border:1.5px solid #025f481a;border-radius:14px;justify-content:space-between;align-items:flex-start;gap:14px;min-height:112px;padding:18px;display:flex;box-shadow:0 8px 22px #025f480f}.user-reports-summary-card__content{text-align:right;min-width:0}.user-reports-summary-card__content h3{color:var(--color-text);margin:0;font-size:1rem;font-weight:900;line-height:1.35}.user-reports-summary-card__content p{color:var(--color-subtitle);margin:4px 0 0;font-size:.78rem;font-weight:800}.user-reports-summary-card__content strong{color:#1d4ed8;margin-top:12px;font-size:1.45rem;font-weight:900;line-height:1;display:block}.user-reports-summary-card__icon{border-radius:12px;flex-shrink:0;place-items:center;width:42px;height:42px;display:grid}.user-reports-summary-card__icon svg{width:22px;height:22px}.user-reports-summary-card--total .user-reports-summary-card__icon,.user-reports-summary-card--progress .user-reports-summary-card__icon{color:#5b4dff;background:#6b5cff29}.user-reports-summary-card--pending .user-reports-summary-card__icon{color:#9b8f00;background:#d6c84f33}.user-reports-summary-card--solved .user-reports-summary-card__icon{color:#218540;background:#34a85329}.user-reports-summary-card--pending .user-reports-summary-card__content strong{color:#b9ab1d}.user-reports-summary-card--progress .user-reports-summary-card__content strong{color:#4352db}.user-reports-summary-card--solved .user-reports-summary-card__content strong{color:#218540}.user-reports-filter-card{z-index:50;background:var(--color-surface);box-shadow:var(--shadow-sm);direction:rtl;border:1.5px solid #025f481a;border-radius:24px;padding:18px;position:relative}.user-reports-filter-card__header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:16px;display:flex}.user-reports-filter-card__header h2{color:var(--color-primary);margin:0;font-size:1.25rem;font-weight:900}.user-reports-filter-card__header p{color:var(--color-subtitle);margin:6px 0 0;font-weight:700}.user-reports-filter-card__reset,.user-reports-filter-card__mobile-btn{color:var(--color-primary);cursor:pointer;background:#025f4814;border:0;border-radius:16px;justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-weight:900;display:inline-flex}.user-reports-filter-card__reset:hover,.user-reports-filter-card__mobile-btn:hover{background:#025f481f}.user-reports-filter-card__toolbar{grid-template-columns:minmax(260px,1fr) minmax(180px,240px);align-items:center;gap:12px;display:grid}.user-reports-filter-search{min-height:48px;color:var(--color-primary);background:#fff;border:1.5px solid #025f4824;border-radius:16px;align-items:center;gap:10px;padding:0 14px;display:flex}.user-reports-filter-search input{width:100%;color:var(--color-text);text-align:right;direction:rtl;background:0 0;border:0;outline:0;font-family:inherit;font-size:.9rem;font-weight:800}.user-reports-filter-search input::placeholder{color:#9b9ca3;opacity:1}.user-reports-filter-dropdown{min-width:0;position:relative}.user-reports-filter-dropdown__button{width:100%;min-height:48px;color:var(--color-primary);cursor:pointer;background:#fff;border:1.5px solid #025f4824;border-radius:16px;justify-content:space-between;align-items:center;gap:10px;padding:0 14px;font-family:inherit;font-weight:900;display:flex}.user-reports-filter-dropdown__button:hover,.user-reports-filter-dropdown.is-open .user-reports-filter-dropdown__button{background:#025f4808;border-color:#025f4859;box-shadow:0 12px 30px #025f4814}.user-reports-filter-card__mobile-btn{width:100%;margin-top:12px;display:none}.user-reports-filter-dropdown__menu-portal{background:#fff;border:1px solid #025f481f;border-radius:18px;gap:6px;padding:8px;display:grid;overflow-y:auto;box-shadow:0 18px 45px #0f172a29}.user-reports-filter-dropdown__menu-portal .user-reports-filter-dropdown__item{width:100%;color:var(--color-text);cursor:pointer;text-align:right;background:0 0;border:0;border-radius:13px;justify-content:space-between;align-items:center;gap:8px;padding:11px 12px;font-family:inherit;font-weight:850;display:flex}.user-reports-filter-dropdown__menu-portal .user-reports-filter-dropdown__item:hover,.user-reports-filter-dropdown__menu-portal .user-reports-filter-dropdown__item.is-active{color:var(--color-primary);background:#025f481a}.user-reports-filter-modal{z-index:1300;position:fixed;inset:0;overflow:hidden}.user-reports-filter-modal__backdrop{background:#0f172a80;border:0;position:absolute;inset:0}.user-reports-filter-modal__panel{overscroll-behavior:contain;max-height:calc(100dvh - 24px);padding:18px;padding-bottom:max(18px, env(safe-area-inset-bottom));direction:rtl;background:#fff;border-radius:26px 26px 0 0;position:absolute;bottom:0;left:0;right:0;overflow-y:auto;box-shadow:0 -20px 60px #0f172a38}.user-reports-filter-modal__header{color:var(--color-primary);justify-content:space-between;align-items:center;margin-bottom:14px;font-weight:900;display:flex}.user-reports-filter-modal__header button{color:#dc2626;cursor:pointer;background:#ef44441a;border:0;border-radius:999px;place-items:center;width:36px;height:36px;display:grid}.user-reports-filter-modal__body{gap:12px;display:grid}.user-reports-filter-modal__apply{background:var(--color-primary);color:#fff;cursor:pointer;border:0;border-radius:16px;width:100%;margin-top:14px;padding:14px;font-weight:900}.dashboard-table{table-layout:fixed;width:100%}.dashboard-table th,.dashboard-table td{text-align:center;vertical-align:middle}.dashboard-table th{font-weight:900}.dashboard-table td{font-weight:800}.dashboard-table td>*{margin-inline:auto}.dashboard-table .dashboard-action-btn{justify-content:center;margin-inline:auto}.dashboard-table .dashboard-badge{margin-inline:auto}.user-report-modal{z-index:9999;direction:rtl;place-items:center;padding:28px;display:grid;position:fixed;inset:0}.user-report-modal__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#03181485;border:0;position:absolute;inset:0}.user-report-modal__panel{z-index:1;background:#fffffffa;border-radius:8px;width:min(1120px,100%);max-height:calc(100vh - 56px);padding:58px 38px 34px;position:relative;overflow:auto;box-shadow:0 24px 70px #00000038,0 4px 18px #025f4814}.user-report-modal__close{width:42px;height:42px;color:var(--color-primary);cursor:pointer;transition:background var(--transition-base), transform var(--transition-base);background:#025f4814;border:0;border-radius:10px;place-items:center;display:grid;position:absolute;top:18px;right:20px}.user-report-modal__close:hover{background:#025f4824;transform:rotate(90deg)}.user-report-modal__close svg{width:22px;height:22px}.user-report-modal__content{direction:ltr;grid-template-columns:1fr 1.05fr;gap:22px;display:grid}.user-report-modal__details,.user-report-modal__media{direction:rtl;min-width:0}.user-report-modal__details{gap:18px;display:grid}.user-report-modal__media{padding-top:20px}.user-report-modal__detail-card{background:#fff;border:1.5px solid #025f4814;border-radius:8px;min-height:84px;padding:18px 20px;box-shadow:0 10px 28px #025f480d,0 2px 8px #0000000a}.user-report-modal__detail-card--description{min-height:126px}.user-report-modal__detail-label{color:#8d8f95;text-align:right;direction:rtl;justify-content:flex-start;align-items:center;gap:7px;margin-bottom:10px;font-size:.92rem;font-weight:800;display:flex}.user-report-modal__detail-label svg{color:#8d8f95;flex-shrink:0;width:16px;height:16px}.user-report-modal__detail-value{color:var(--color-primary-dark);text-align:right;font-size:.96rem;font-weight:800;line-height:1.8}.user-report-modal__detail-value p{white-space:normal;margin:0}.user-report-modal__image-box{background:linear-gradient(135deg,#025f4814,#025f4829);border-radius:8px;width:100%;height:320px;overflow:hidden;box-shadow:0 8px 24px #025f4814}.user-report-modal__image-box img{object-fit:cover;width:100%;height:100%;display:block}.user-report-modal__image-placeholder{height:100%;color:var(--color-primary);align-content:center;place-items:center;gap:10px;font-weight:800;display:grid}.user-report-modal__image-placeholder svg{width:42px;height:42px}.user-report-modal__summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:18px;display:grid}.user-report-modal__summary-card{text-align:center;background:#fff;border:1.5px solid #025f4814;border-radius:8px;align-content:center;place-items:center;gap:12px;min-height:118px;padding:16px 14px;display:grid;box-shadow:0 10px 24px #025f480d,0 2px 8px #0000000a}.user-report-modal__summary-label{color:#8d8f95;justify-content:center;align-items:center;gap:7px;font-size:.9rem;font-weight:800;display:inline-flex}.user-report-modal__summary-label svg{width:16px;height:16px}.user-report-modal__summary-value{color:var(--color-text);font-size:.9rem;font-weight:800}.user-report-modal__rating{place-items:center;gap:8px;display:grid}.user-report-modal__rating span{color:#c9c600;background:#d6c84f2e;border-radius:10px;place-items:center;width:36px;height:36px;font-size:1.7rem;line-height:1;display:grid}.user-report-modal__rating strong{color:var(--color-text);font-size:.95rem;font-weight:800}.user-report-modal__category-box{text-align:center;background:#fbfcfc;border:1.5px solid #025f4814;border-radius:10px;place-items:center;gap:8px;width:min(260px,100%);min-height:92px;margin-inline:0 auto;padding:14px;display:grid}.user-report-modal__category-icon{color:#f59e0b;background:#ffaa2c24;border-radius:12px;place-items:center;width:42px;height:42px;font-size:1.25rem;font-weight:900;display:grid}.user-report-modal__category-icon.is-warning{color:#f59e0b;background:#ffaa2c24}.user-report-modal__category-icon.is-info{color:#3b82f6;background:#3b82f61f}.user-report-modal__category-icon.is-success,.user-report-modal__category-icon.is-emerald{color:#10b981;background:#10b98124}.user-report-modal__category-icon.is-danger{color:#ef4444;background:#ef44441f}.user-report-modal__category-icon.is-purple{color:#a855f7;background:#a855f724}.user-report-modal__category-box strong,.user-report-modal__category-box small{display:block}.user-report-modal__category-box strong{color:var(--color-text);font-size:.95rem;font-weight:900}.user-report-modal__category-box small{color:var(--color-subtitle);margin-top:3px;font-size:.78rem;font-weight:800}.user-report-modal__map-action-wrap{direction:rtl;justify-content:flex-start;width:100%;margin-top:18px;display:flex}.user-report-modal__map-action-btn{background:var(--color-primary);min-height:50px;color:var(--color-white);cursor:pointer;transition:background var(--transition-base), transform var(--transition-base), box-shadow var(--transition-base);border:0;border-radius:14px;justify-content:center;align-items:center;gap:10px;padding:12px 22px;font-family:inherit;font-size:.96rem;font-weight:900;display:inline-flex;box-shadow:0 12px 26px #025f482e}.user-report-modal__map-action-btn:hover:not(:disabled){background:var(--color-primary-dark);transform:translateY(-1px);box-shadow:0 16px 32px #025f4838}.user-report-modal__map-action-btn:disabled{cursor:not-allowed;opacity:.6}.user-report-modal__map-action-btn svg{width:19px;height:19px}@media (width<=1200px){.user-reports-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=992px){.user-report-modal{padding:18px}.user-report-modal__panel{padding:58px 22px 24px}.user-report-modal__content{grid-template-columns:1fr}.user-report-modal__media{order:-1;padding-top:0}.user-report-modal__image-box{height:250px}.user-report-modal__map-action-btn{width:100%}}@media (width<=768px){.user-reports-summary-grid{grid-template-columns:1fr}.user-reports-filter-card__header{text-align:center;flex-direction:column;align-items:center}.user-reports-filter-card__reset{width:fit-content;min-width:180px;margin-inline:auto}.user-reports-filter-card__toolbar{display:none}.user-reports-filter-card__mobile-btn{display:inline-flex}.user-reports-filter-modal__panel{border-radius:26px 26px 0 0;max-height:calc(100dvh - 18px)}.user-reports-filter-search input{font-size:.86rem}}@media (width<=640px){.user-report-modal{padding:12px}.user-report-modal__panel{border-radius:14px;max-height:calc(100vh - 24px);padding:54px 14px 18px}.user-report-modal__summary-grid{grid-template-columns:1fr;gap:12px}.user-report-modal__detail-card{padding:15px}.user-report-modal__category-box{width:100%}}.user-report-modal__image-box{background:#025f480a;border-radius:22px;height:360px;min-height:360px;position:relative;overflow:hidden}.user-report-modal__image-main{cursor:zoom-in;background:0 0;border:0;width:100%;height:100%;padding:0;display:block;position:relative;overflow:hidden}.user-report-modal__image-hint{z-index:5;color:#fff;opacity:0;background:#031814c2;border-radius:999px;align-items:center;gap:7px;min-height:34px;padding:7px 12px;font-size:.78rem;font-weight:900;transition:opacity .2s,transform .2s;display:inline-flex;position:absolute;bottom:72px;left:14px;transform:translateY(6px)}.user-report-modal__image-main:hover .user-report-modal__image-hint{opacity:1;transform:translateY(0)}.user-report-modal__thumbs{z-index:5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffd6;border-radius:16px;gap:8px;height:52px;padding:6px;display:flex;position:absolute;bottom:14px;left:14px;right:14px;overflow-x:auto}.user-report-modal__thumb.is-active{border-color:var(--color-primary)}.user-report-modal__thumb img{object-fit:cover;width:100%;height:100%}.user-report-modal__extra-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.user-report-modal__map-action-wrap{justify-content:flex-end;margin:0;padding:0;display:flex}.user-report-image-viewer{z-index:7000;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.user-report-image-viewer__panel img{object-fit:contain;background:#025f480a;border-radius:18px;width:100%;max-height:calc(100dvh - 170px)}@media (width<=768px){.user-report-modal__image-box{height:300px;min-height:300px}.user-report-modal__extra-grid{grid-template-columns:1fr}.user-report-modal__map-action-wrap{justify-content:stretch}.user-report-modal__map-action-btn{width:100%}.user-report-image-viewer{padding:12px}.user-report-image-viewer__panel{border-radius:18px;padding:12px}}.user-report-modal__media{align-content:start;gap:18px;display:grid}.user-report-modal__image-box{background:linear-gradient(135deg,#025f4814,#025f4829);border-radius:12px;width:100%;height:360px;min-height:360px;position:relative;overflow:hidden;box-shadow:0 8px 24px #025f4814}.user-report-modal__image-main{cursor:zoom-in;background:0 0;border:0;outline:none;width:100%;height:100%;padding:0;display:block;position:relative;overflow:hidden}.user-report-modal__image-main img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .25s;display:block}.user-report-modal__image-main:hover img{transform:scale(1.035)}.user-report-modal__image-hint{z-index:5;color:#fff;opacity:1;pointer-events:none;background:#031814c2;border-radius:999px;align-items:center;gap:7px;min-height:34px;padding:7px 12px;font-size:.78rem;font-weight:900;display:inline-flex;position:absolute;bottom:72px;left:14px;transform:none}.user-report-modal__image-count{z-index:5;color:#fff;background:#031814c2;border-radius:999px;align-items:center;min-height:34px;padding:7px 12px;font-size:.78rem;font-weight:900;display:inline-flex;position:absolute;bottom:72px;right:14px}.user-report-modal__image-nav{z-index:6;color:#fff;cursor:pointer;background:#025f48e6;border:0;border-radius:999px;place-items:center;width:38px;height:38px;display:grid;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 12px 28px #025f4838}.user-report-modal__image-nav:hover{background:var(--color-primary-dark)}.user-report-modal__image-nav--prev{left:14px}.user-report-modal__image-nav--next{right:14px}.user-report-modal__thumbs{z-index:5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffd6;border-radius:16px;gap:8px;height:52px;padding:6px;display:flex;position:absolute;bottom:14px;left:14px;right:14px;overflow:auto hidden}.user-report-modal__thumbs::-webkit-scrollbar{height:5px}.user-report-modal__thumbs::-webkit-scrollbar-thumb{background:#025f4840;border-radius:999px}.user-report-modal__thumb{cursor:pointer;background:0 0;border:2px solid #0000;border-radius:10px;flex:0 0 48px;width:48px;height:40px;padding:0;overflow:hidden}.user-report-modal__thumb.is-active{border-color:var(--color-primary);box-shadow:0 0 0 3px #025f481f}.user-report-modal__thumb img{object-fit:cover;object-position:center;width:100%;height:100%}.user-report-modal__map-action-wrap{direction:rtl;width:100%;margin:0;padding:0;display:flex;justify-content:flex-start!important}.user-report-modal__map-action-btn{width:fit-content;min-height:50px;padding:12px 22px}.user-report-image-viewer{place-items:center;padding:24px;display:grid;position:fixed;inset:0;z-index:999999!important}.user-report-image-viewer__backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#031814bd;border:0;position:absolute;inset:0}.user-report-image-viewer__panel{z-index:1;background:#fff;border-radius:24px;gap:14px;width:min(980px,100%);max-height:calc(100dvh - 48px);padding:18px;display:grid;position:relative;box-shadow:0 30px 90px #00000047}.user-report-image-viewer__panel img{object-fit:contain;object-position:center;background:#025f480a;border-radius:18px;width:100%;max-height:calc(100dvh - 170px)}.user-report-image-viewer__close{z-index:4;color:#dc2626;cursor:pointer;background:#fef2f2f2;border:0;border-radius:999px;place-items:center;width:38px;height:38px;display:grid;position:absolute;top:14px;left:14px}.user-report-image-viewer__nav{z-index:4;color:#fff;cursor:pointer;background:#025f48e6;border:0;border-radius:999px;place-items:center;width:44px;height:44px;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.user-report-image-viewer__nav:hover{background:var(--color-primary-dark)}.user-report-image-viewer__nav--prev{left:18px}.user-report-image-viewer__nav--next{right:18px}.user-report-image-viewer__footer{color:var(--color-text);direction:rtl;justify-content:space-between;align-items:center;gap:16px;font-weight:900;display:flex}.user-report-image-viewer__footer span{color:var(--color-subtitle);font-size:.86rem;font-weight:800}@media (width<=768px){.user-report-modal__image-box{height:300px;min-height:300px}.user-report-modal__image-hint{font-size:.72rem;bottom:72px;left:10px}.user-report-modal__image-count{font-size:.72rem;bottom:72px;right:10px}.user-report-modal__thumbs{bottom:10px;left:10px;right:10px}.user-report-modal__map-action-wrap{justify-content:stretch!important}.user-report-modal__map-action-btn{width:100%}.user-report-image-viewer{padding:12px}.user-report-image-viewer__panel{border-radius:18px;padding:12px}}.user-reports-table__title{white-space:normal;max-width:260px;line-height:1.7}@media (width<=768px){.user-reports-pagination{flex-direction:column;align-items:stretch}.user-reports-pagination__btn{width:100%}}.user-reports-table-wrap{width:100%;overflow-x:auto}.user-reports-table{table-layout:fixed;direction:rtl;width:100%}.user-reports-table th,.user-reports-table td{vertical-align:middle}.user-reports-table__action-col{width:120px}.user-reports-table__report-col{width:38%}.user-reports-table__category-col{width:180px}.user-reports-table__status-col{width:160px}.user-reports-table__date-col{width:140px}.user-reports-table__action-cell,.user-reports-table__status-cell,.user-reports-table__date-cell,.user-reports-table__category-cell{text-align:center;white-space:nowrap}.user-reports-table__report-cell{min-width:0}.user-reports-table__report-summary{text-align:right;gap:5px;max-width:100%;display:grid}.user-reports-table__report-summary strong{max-width:100%;color:var(--color-text);-webkit-line-clamp:2;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;font-size:.92rem;font-weight:900;line-height:1.6;display:-webkit-box;overflow:hidden}.user-reports-table__report-summary span{max-width:100%;color:var(--color-subtitle);text-overflow:ellipsis;white-space:nowrap;text-align:right;direction:ltr;font-size:.76rem;font-weight:800;overflow:hidden}.user-reports-table__category-cell span{text-overflow:ellipsis;white-space:nowrap;max-width:150px;display:inline-block;overflow:hidden}.user-reports-pagination{background:#025f4808;border:1.5px solid #025f4814;border-radius:16px;justify-content:space-between;align-items:center;gap:14px;margin-top:18px;padding:14px;display:flex}.user-reports-pagination__btn{min-height:42px;color:var(--color-primary);cursor:pointer;background:#fff;border:1.5px solid #025f4829;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:9px 16px;font-family:inherit;font-size:.88rem;font-weight:900;transition:background .2s,border-color .2s,transform .2s,opacity .2s;display:inline-flex}.user-reports-pagination__btn:hover:not(:disabled){background:#025f4814;border-color:#025f4847;transform:translateY(-1px)}.user-reports-pagination__btn:disabled{opacity:.45;cursor:not-allowed}.user-reports-pagination__info{text-align:center;color:var(--color-text);gap:4px;display:grid}.user-reports-pagination__info strong{font-size:.95rem;font-weight:900}.user-reports-pagination__info span{color:var(--color-subtitle);font-size:.8rem;font-weight:800}.user-reports-filter-search__spinner{animation:.8s linear infinite user-reports-search-spin}@media (width<=900px){.user-reports-table{min-width:760px}}@media (width<=768px){.user-reports-pagination{flex-direction:column;align-items:stretch}.user-reports-pagination__btn{width:100%}}.user-reports-table__report-number{max-width:100%;color:var(--color-subtitle);direction:rtl;justify-content:flex-start;align-items:center;gap:4px;font-size:.76rem;font-weight:800;display:inline-flex;overflow:hidden}.user-reports-table__report-number-label{white-space:nowrap;flex:none}.user-reports-table__report-number-value{text-align:left;text-overflow:ellipsis;white-space:nowrap;direction:ltr;unicode-bidi:isolate;min-width:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;overflow:hidden}.user-reports-table__report-number{width:100%;max-width:100%;color:var(--color-subtitle);direction:rtl;justify-content:flex-start;align-items:center;gap:5px;font-size:.76rem;font-weight:800;display:flex;overflow:hidden}.user-reports-table__report-number-label{white-space:nowrap;direction:rtl;flex:none}.user-reports-table__report-number-value{text-align:left;text-overflow:ellipsis;white-space:nowrap;direction:ltr;unicode-bidi:isolate;flex:auto;min-width:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;overflow:hidden}.user-report-modal__map-action-btn:disabled{opacity:.55;cursor:not-allowed;filter:grayscale(.3)}.user-report-modal__map-action-btn:disabled:hover{box-shadow:none;transform:none}.user-reports-map-empty{z-index:5;color:var(--color-text);text-align:right;pointer-events:none;background:#fffffff0;border:1.5px solid #025f481a;border-radius:18px;gap:5px;padding:14px 16px;display:grid;position:absolute;inset:auto 32px 32px;box-shadow:0 16px 38px #0f172a24}.user-reports-map-empty strong{color:var(--color-primary);font-size:.98rem;font-weight:900}.user-reports-map-empty span{color:var(--color-subtitle);font-size:.84rem;font-weight:800;line-height:1.7}.user-reports-map-pagination-wrap{padding:0 16px 16px}.user-reports-map-pagination-wrap .user-reports-pagination{margin-top:0}@media (width<=768px){.user-reports-map-empty{margin-top:12px;position:static}.user-reports-map-pagination-wrap{padding:0 10px 10px}}.user-report-image-viewer,.user-report-image-viewer *{box-sizing:border-box}.user-report-image-viewer__panel{max-width:calc(100vw - 48px);overflow:hidden}.user-report-image-viewer__panel img{max-width:100%;display:block}.user-report-image-viewer__footer strong,.user-report-image-viewer__footer span{overflow-wrap:anywhere;word-break:break-word;min-width:0;max-width:100%;line-height:1.5}@media (width<=768px){.user-report-image-viewer{overflow:hidden;padding:10px!important}.user-report-image-viewer__panel{border-radius:18px;flex-direction:column;gap:10px;display:flex;width:calc(100dvw - 20px)!important;max-width:calc(100dvw - 20px)!important;max-height:calc(100dvh - 20px)!important;padding:10px!important}.user-report-image-viewer__panel img{object-fit:contain;object-position:center;border-radius:14px;height:auto;width:100%!important;max-width:100%!important;max-height:calc(100dvh - 132px)!important}.user-report-image-viewer__close{width:36px;height:36px;top:10px;left:10px}.user-report-image-viewer__nav{width:36px;height:36px}.user-report-image-viewer__nav--prev{left:12px}.user-report-image-viewer__nav--next{right:12px}.user-report-image-viewer__footer{text-align:right;flex-direction:column;align-items:flex-start;gap:4px;width:100%;padding-inline:2px;display:flex}.user-report-image-viewer__footer strong{width:100%;font-size:.9rem}.user-report-image-viewer__footer span{width:100%;font-size:.78rem}}@media (width<=420px){.user-report-image-viewer__panel{border-radius:16px;width:calc(100dvw - 16px)!important;max-width:calc(100dvw - 16px)!important;max-height:calc(100dvh - 16px)!important;padding:8px!important}.user-report-image-viewer__panel img{border-radius:12px;max-height:calc(100dvh - 142px)!important}}.add-report-image-viewer,.add-report-review-image-viewer,.add-report-image-viewer *,.add-report-review-image-viewer *{box-sizing:border-box}.add-report-image-viewer,.add-report-review-image-viewer{overflow:hidden}.add-report-image-viewer__panel,.add-report-review-image-viewer__panel{max-width:calc(100vw - 48px);overflow:hidden}.add-report-image-viewer__panel img,.add-report-review-image-viewer__panel img{max-width:100%;display:block}.add-report-image-viewer__footer,.add-report-review-image-viewer__footer{min-width:0}.add-report-image-viewer__footer strong,.add-report-image-viewer__footer span,.add-report-review-image-viewer__footer strong,.add-report-review-image-viewer__footer span{overflow-wrap:anywhere;word-break:break-word;min-width:0;max-width:100%;line-height:1.5}@media (width<=768px){.add-report-image-viewer,.add-report-review-image-viewer{overflow:hidden;padding:10px!important}.add-report-image-viewer__panel,.add-report-review-image-viewer__panel{border-radius:18px!important;flex-direction:column!important;gap:10px!important;width:calc(100dvw - 20px)!important;max-width:calc(100dvw - 20px)!important;max-height:calc(100dvh - 20px)!important;padding:10px!important;display:flex!important}.add-report-image-viewer__panel img,.add-report-review-image-viewer__panel img{object-fit:contain!important;object-position:center!important;border-radius:14px!important;width:100%!important;max-width:100%!important;height:auto!important;max-height:calc(100dvh - 132px)!important}.add-report-image-viewer__close,.add-report-review-image-viewer__close{width:36px!important;height:36px!important;top:10px!important;left:10px!important}.add-report-image-viewer__nav,.add-report-review-image-viewer__nav{width:36px!important;height:36px!important}.add-report-image-viewer__nav--prev,.add-report-review-image-viewer__nav--prev{left:12px!important}.add-report-image-viewer__nav--next,.add-report-review-image-viewer__nav--next{right:12px!important}.add-report-image-viewer__footer,.add-report-review-image-viewer__footer{text-align:right!important;flex-direction:column!important;align-items:flex-start!important;gap:4px!important;width:100%!important;padding-inline:2px!important;display:flex!important}.add-report-image-viewer__footer strong,.add-report-review-image-viewer__footer strong{width:100%!important;font-size:.9rem!important}.add-report-image-viewer__footer span,.add-report-review-image-viewer__footer span{width:100%!important;font-size:.78rem!important}}@media (width<=420px){.add-report-image-viewer__panel,.add-report-review-image-viewer__panel{border-radius:16px!important;width:calc(100dvw - 16px)!important;max-width:calc(100dvw - 16px)!important;max-height:calc(100dvh - 16px)!important;padding:8px!important}.add-report-image-viewer__panel img,.add-report-review-image-viewer__panel img{border-radius:12px!important;max-height:calc(100dvh - 142px)!important}}.user-reports-table-section{width:100%;min-width:0;max-width:100%;scroll-margin-top:96px;overflow:hidden}.user-reports-table-section>*{min-width:0;max-width:100%}.user-reports-table tbody tr.dashboard-table__row--highlighted{box-shadow:inset 4px 0 0 var(--color-primary), 0 0 0 2px #025f4838;background:linear-gradient(90deg,#025f4824,#e8fff6eb);scroll-margin-block:120px;animation:1.4s ease-in-out 3 userReportNotificationPulse;position:relative}.user-reports-table tbody tr.dashboard-table__row--highlighted td{background:#e8fff6d1;border-top-color:#025f4842;border-bottom-color:#025f4842}.user-report-modal__detail-card--rejection{background:linear-gradient(#fef2f2f5,#fff);border-color:#dc262633;box-shadow:0 12px 28px #dc262614}.user-report-modal__detail-card--rejection .user-report-modal__detail-label,.user-report-modal__detail-card--rejection .user-report-modal__detail-label svg{color:#dc2626}.user-report-modal__detail-card--rejection .user-report-modal__detail-value{color:#991b1b}.user-report-modal__engagement-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.user-report-modal__engagement-grid .user-report-modal__summary-card{min-height:118px}.user-report-modal__engagement-grid .user-report-modal__summary-label{justify-content:center}.user-report-modal__engagement-grid .user-report-modal__summary-label svg{width:21px;height:21px}.user-report-modal__engagement-grid .user-report-modal__summary-value strong{color:var(--color-primary);font-size:1.35rem;font-weight:950;line-height:1;display:block}.user-reports-table__report-cell{text-align:center}.user-reports-table__report-summary{text-align:center;justify-items:center}.user-reports-table__report-summary strong{text-align:center;margin-inline:auto}.user-reports-table__report-summary span{text-align:center}@media (width<=640px){.user-report-modal__engagement-grid{grid-template-columns:1fr}}.user-reports-stats{direction:rtl;background:radial-gradient(circle at 100% 0,#025f4812,#0000 34%),#fff;border:1.5px solid #025f481a;border-radius:24px;padding:22px;box-shadow:0 12px 34px #025f4812}.user-reports-stats__header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px;display:flex}.user-reports-stats__header h2{color:var(--color-primary);margin:0;font-size:1.28rem;font-weight:950;line-height:1.3}.user-reports-stats__header p{max-width:760px;color:var(--color-subtitle);margin:7px 0 0;font-size:.9rem;font-weight:750;line-height:1.8}.user-reports-stats__badge{min-width:max-content;color:var(--color-primary);background:#025f4812;border:1px solid #025f481f;border-radius:999px;padding:8px 13px;font-size:.8rem;font-weight:900}.user-reports-stats__grid{grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch;gap:14px;display:grid}.user-reports-stat-card{--stat-accent:#6b5cff;--stat-accent-rgb:107, 92, 255;border:1px solid rgba(var(--stat-accent-rgb), .18);background:linear-gradient(145deg, rgba(var(--stat-accent-rgb), .095), #fffffffa 58%), #fff;border-radius:18px;min-width:0;min-height:150px;padding:16px;transition:transform .2s,box-shadow .2s,border-color .2s;position:relative;overflow:hidden;box-shadow:0 9px 22px #0f172a0d}.user-reports-stat-card:after{content:"";background:var(--stat-accent);opacity:.9;width:5px;height:100%;position:absolute;top:0;right:0}.user-reports-stat-card:hover{border-color:rgba(var(--stat-accent-rgb), .34);transform:translateY(-3px);box-shadow:0 15px 32px #0f172a16}.user-reports-stat-card--total{--stat-accent:#6b5cff;--stat-accent-rgb:107, 92, 255}.user-reports-stat-card--warning{--stat-accent:#c5ad18;--stat-accent-rgb:197, 173, 24}.user-reports-stat-card--primary,.user-reports-stat-card--info{--stat-accent:#4258d8;--stat-accent-rgb:66, 88, 216}.user-reports-stat-card--success{--stat-accent:#2cac61;--stat-accent-rgb:44, 172, 97}.user-reports-stat-card--secondary{--stat-accent:#64748b;--stat-accent-rgb:100, 116, 139}.user-reports-stat-card--danger{--stat-accent:#dc3545;--stat-accent-rgb:220, 53, 69}.user-reports-stat-card__summary{flex-direction:column;gap:13px;min-width:0;min-height:100%;display:flex}.user-reports-stat-card__top{align-items:flex-start;gap:11px;display:flex}.user-reports-stat-card__icon{border:1px solid rgba(var(--stat-accent-rgb), .16);background:rgba(var(--stat-accent-rgb), .13);width:42px;height:42px;color:var(--stat-accent);border-radius:14px;flex:0 0 42px;place-items:center;display:grid}.user-reports-stat-card__icon svg{width:20px;height:20px}.user-reports-stat-card__heading{min-width:0}.user-reports-stat-card__heading h3{color:var(--color-text);margin:0;font-size:.98rem;font-weight:950;line-height:1.4}.user-reports-stat-card__heading p{color:var(--color-subtitle);margin:4px 0 0;font-size:.74rem;font-weight:750;line-height:1.55}.user-reports-stat-card__value-row{align-items:flex-end;gap:7px;margin-top:auto;display:flex}.user-reports-stat-card__value-row strong{min-width:28px;color:var(--stat-accent);font-size:clamp(1.65rem,2.1vw,2.15rem);font-weight:950;line-height:.95}.user-reports-stat-card__value-row>span{color:var(--color-subtitle);padding-bottom:2px;font-size:.75rem;font-weight:850}.user-reports-stat-card__loading{background:linear-gradient(90deg, rgba(var(--stat-accent-rgb), .12), rgba(var(--stat-accent-rgb), .28), rgba(var(--stat-accent-rgb), .12));background-size:220% 100%;border-radius:8px;width:40px;height:24px;animation:1.2s linear infinite user-reports-stat-loading;display:inline-block}.user-reports-stat-card--with-stages{grid-template-columns:minmax(230px,.8fr) minmax(0,2.2fr);align-items:center;gap:22px;min-height:0;margin-top:14px;padding:18px 20px;display:grid}.user-reports-stat-card--with-stages .user-reports-stat-card__summary{min-height:116px}.user-reports-stat-card__stages{border-inline-start:1px dashed rgba(var(--stat-accent-rgb), .3);gap:10px;min-width:0;padding-inline-start:22px;display:grid}.user-reports-stat-card__stages-title{color:var(--color-text);font-size:.78rem;font-weight:900}.user-reports-stat-card__stage-list{flex-wrap:wrap;gap:8px;display:flex}.user-reports-stat-card__stage-list span{border:1px solid rgba(var(--stat-accent-rgb), .17);background:rgba(var(--stat-accent-rgb), .09);color:#3346b5;border-radius:999px;padding:7px 10px;font-size:.72rem;font-weight:900;line-height:1.25}.user-reports-map-legend{gap:10px;width:min(720px,100%);display:grid}.user-reports-map-legend__items{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:8px 14px;display:flex}.user-reports-map-legend__item{--legend-color:#4258d8;min-width:max-content;color:var(--color-text);align-items:center;gap:7px;font-size:.78rem;font-weight:900;display:inline-flex}.user-reports-map-legend__item i{background:var(--legend-color);width:11px;height:11px;box-shadow:0 0 0 1px var(--legend-color);border:2px solid #fffffff2;border-radius:999px;flex:0 0 11px}.user-reports-map-legend__item--warning{--legend-color:#c5ad18}.user-reports-map-legend__item--info{--legend-color:#4258d8}.user-reports-map-legend__item--success{--legend-color:#2cac61}.user-reports-map-legend__item--secondary{--legend-color:#64748b}.user-reports-map-legend__item--danger{--legend-color:#dc3545}.user-reports-map-legend__note{color:#3346b5;background:#4258d812;border:1px solid #4258d829;border-radius:13px;align-items:flex-start;gap:9px;padding:10px 12px;display:flex}.user-reports-map-legend__note svg{flex:0 0 17px;width:17px;height:17px;margin-top:2px}.user-reports-map-legend__note p{color:inherit;margin:0;font-size:.73rem;font-weight:750;line-height:1.7}.user-reports-map-legend__note strong{font-weight:950}.user-reports-map-card__actions{flex-direction:column;align-items:flex-start;gap:12px;width:min(760px,100%);max-width:760px;display:flex}.user-reports-map-hidden-panel{background:linear-gradient(135deg,#64748b14,#fffffff7);border:1px solid #64748b2e;border-radius:16px;gap:12px;margin:0 18px 14px;padding:14px;display:grid}.user-reports-map-hidden-panel__header{justify-content:space-between;align-items:center;gap:14px;display:flex}.user-reports-map-hidden-panel__header>div{gap:4px;min-width:0;display:grid}.user-reports-map-hidden-panel__header strong{color:var(--color-text);align-items:center;gap:7px;font-size:.88rem;font-weight:950;display:inline-flex}.user-reports-map-hidden-panel__header span{color:var(--color-subtitle);font-size:.75rem;font-weight:750;line-height:1.55}.user-reports-map-hidden-panel__header>button{min-width:max-content;color:var(--color-primary);font:inherit;cursor:pointer;background:#025f4814;border:1px solid #025f4829;border-radius:11px;align-items:center;gap:7px;padding:9px 12px;font-size:.76rem;font-weight:900;display:inline-flex}.user-reports-map-hidden-panel__list{flex-wrap:wrap;gap:8px;display:flex}.user-reports-map-hidden-panel__list button{max-width:min(100%,310px);color:var(--color-text);font:inherit;cursor:pointer;background:#fff;border:1px solid #64748b2e;border-radius:999px;align-items:center;gap:7px;padding:8px 10px;transition:border-color .2s,transform .2s,box-shadow .2s;display:inline-flex}.user-reports-map-hidden-panel__list button:hover{border-color:#025f4847;transform:translateY(-1px);box-shadow:0 7px 16px #0f172a12}.user-reports-map-hidden-panel__list button>svg{color:var(--color-primary);flex:none}.user-reports-map-hidden-panel__list button>span{min-width:0;color:var(--color-text);text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;font-weight:900;overflow:hidden}.user-reports-map-hidden-panel__list button>small{min-width:max-content;color:var(--color-subtitle);font-size:.67rem;font-weight:800}.user-reports-map-visibility-control{background:#fff;border:1px solid #64748b2b;border-radius:14px;justify-content:space-between;align-items:center;gap:14px;margin-top:10px;padding:12px 14px;display:flex;box-shadow:0 8px 20px #0f172a0e}.user-reports-map-visibility-control>div{gap:4px;min-width:0;display:grid}.user-reports-map-visibility-control strong{color:var(--color-text);font-size:.82rem;font-weight:950}.user-reports-map-visibility-control>div>span{color:var(--color-subtitle);font-size:.72rem;font-weight:750;line-height:1.55}.user-reports-map-visibility-control>button{color:#21864b;min-width:max-content;font:inherit;cursor:pointer;background:#2cac6117;border:1px solid #2cac6133;border-radius:999px;align-items:center;gap:7px;padding:8px 10px;font-size:.72rem;font-weight:900;display:inline-flex}.user-reports-map-visibility-control>button>span{background:#2cac61;border-radius:999px;width:30px;height:17px;display:inline-block;position:relative}.user-reports-map-visibility-control>button>span:after{content:"";background:#fff;border-radius:50%;width:11px;height:11px;position:absolute;top:3px;right:3px;box-shadow:0 1px 3px #0f172a40}.user-reports-page .user-reports-map-popup__meta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:7px;display:flex}.user-reports-page .user-reports-map-popup__status{color:#8c7711;background:#c5ad181f;border-radius:999px;padding:4px 8px;font-size:.68rem;font-weight:900}.user-reports-page .user-reports-map-popup__status--info,.user-reports-page .user-reports-map-popup__status--primary{color:#3346b5;background:#4258d81c}.user-reports-page .user-reports-map-popup__status--success{color:#21864b;background:#2cac611c}.user-reports-page .user-reports-map-popup__status--secondary{color:#526176;background:#64748b1f}.user-reports-page .user-reports-map-popup__status--danger{color:#b32736;background:#dc35451a}.user-reports-page .user-reports-map-popup__actions .user-reports-map-popup__visibility-btn{color:#526176;background:#64748b14;border-color:#64748b38}.user-reports-page .dashboard-badge--secondary,.user-report-modal .dashboard-badge--secondary{color:#526176;background:#64748b1f;border:1px solid #64748b33}@media (width<=1320px){.user-reports-stats__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=1100px){.user-reports-map-card__header{align-items:stretch}.user-reports-map-card__actions,.user-reports-map-legend{width:100%;max-width:none}}@media (width<=860px){.user-reports-stats__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.user-reports-stat-card--with-stages{grid-template-columns:1fr;gap:14px}.user-reports-stat-card__stages{padding-top:14px;border-top:1px dashed rgba(var(--stat-accent-rgb), .3);border-inline-start:0;padding-inline-start:0}}@media (width<=680px){.user-reports-stats{border-radius:20px;padding:16px}.user-reports-stats__header{gap:10px;display:grid}.user-reports-stats__badge{justify-self:start}.user-reports-stats__grid{grid-template-columns:1fr}.user-reports-stat-card,.user-reports-stat-card--with-stages{min-height:0}.user-reports-stat-card--with-stages{padding:16px}.user-reports-stat-card__stage-list{gap:6px}.user-reports-map-legend__items{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.user-reports-map-legend__item{min-width:0}.user-reports-map-legend__note{padding:10px}.user-reports-map-hidden-panel{margin-inline:10px;padding:12px}.user-reports-map-hidden-panel__header,.user-reports-map-visibility-control{flex-direction:column;align-items:stretch}.user-reports-map-hidden-panel__header>button,.user-reports-map-visibility-control>button{justify-content:center}.user-reports-map-hidden-panel__list{grid-template-columns:1fr;display:grid}.user-reports-map-hidden-panel__list button{width:100%;max-width:none}}@media (width<=390px){.user-reports-map-legend__items{grid-template-columns:1fr}}.user-report-modal__execution-outcome{border:1px solid #0000;border-radius:16px;align-items:flex-start;gap:12px;padding:14px;line-height:1.75;display:flex}.user-report-modal__execution-outcome-icon{background:#ffffffb8;border-radius:12px;flex:0 0 40px;place-items:center;width:40px;height:40px;display:grid}.user-report-modal__execution-outcome strong{margin-bottom:4px;display:block}.user-report-modal__execution-outcome p{margin:0}.user-report-modal__execution-outcome small{opacity:.78;margin-top:6px;display:block}.user-report-modal__execution-outcome.is-unable{color:#4b5563;background:#f1f5f9eb;border-color:#64748b3b}.user-report-modal__execution-outcome.is-reassigned{color:#1e3a8a;background:#eff6ffeb;border-color:#2563eb33}.user-report-modal__execution-outcome.is-pending{color:#5b21b6;background:#f5f3ffeb;border-color:#7c3aed2e}.user-report-modal__execution-outcome.is-completion{color:#92400e;background:#fffbebeb;border-color:#d9770633}@media (width<=520px){.user-report-modal__execution-outcome{text-align:center;flex-direction:column;align-items:center}}.user-report-modal__gallery-list{gap:16px;display:grid}.user-report-modal__gallery-section{gap:10px;display:grid}.user-report-modal__gallery-header{direction:rtl;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.user-report-modal__gallery-header strong{color:var(--color-text);font-size:.98rem;font-weight:900;display:block}.user-report-modal__gallery-header span{color:var(--color-subtitle);margin-top:4px;font-size:.78rem;font-weight:800;display:block}.user-report-modal__gallery-chip{min-height:32px;color:var(--color-primary-dark);background:#025f4814;border-radius:999px;flex:none;align-items:center;padding:6px 12px;font-size:.78rem;font-weight:900;display:inline-flex}.user-report-modal__image-box--sectioned{background:linear-gradient(#025f480a,#ffffffeb);border:1px solid #025f4814;min-height:330px}.user-report-modal__image-placeholder--soft{color:#7a7f89;background:linear-gradient(#025f4808,#ffffffe6)}.user-report-modal__summary-grid--compact{grid-template-columns:repeat(2,minmax(0,1fr))}.user-report-modal__detail-card--unable-message{background:linear-gradient(#11182709,#fffffffa);border-color:#1118271a}.user-report-modal__detail-card--unable-message .user-report-modal__detail-label,.user-report-modal__detail-card--unable-message .user-report-modal__detail-label svg,.user-report-modal__detail-card--unable-message .user-report-modal__detail-value{color:#111827}.user-report-modal__category-icon.is-orange{color:#d97706;background:#d977061f}.user-report-modal__category-icon.is-amber{color:#d4a108;background:#d4a1081f}.user-report-modal__category-icon.is-mint{color:#059669;background:#0596691f}.user-report-modal__category-icon.is-sky{color:#0284c7;background:#0284c71f}.user-report-modal__category-icon.is-rose{color:#e11d48;background:#e11d481c}.user-report-modal__category-icon.is-violet{color:#7c3aed;background:#7c3aed1f}.user-report-modal__category-icon.is-red{color:#dc2626;background:#dc26261f}.user-report-modal__category-icon.is-blue{color:#2563eb;background:#2563eb1f}.user-report-modal__category-icon.is-slate{color:#475569;background:#4755691f}.user-reports-page .user-reports-map-legend__item--secondary{--legend-color:#111827}.user-reports-page .user-reports-map-popup__status--secondary,.user-reports-page .dashboard-badge--secondary,.user-report-modal .dashboard-badge--secondary{color:#111827;background:#1118271a;border-color:#11182738}.user-reports-page .reports-map__marker--secondary{background:#111827!important;box-shadow:0 10px 22px #11182747!important}.user-reports-page .reports-map__marker--secondary.is-active:after{border-color:#11182747!important}@media (width<=768px){.user-report-modal__gallery-header{flex-direction:column;align-items:stretch}.user-report-modal__gallery-chip{width:fit-content}}@media (width<=640px){.user-report-modal__summary-grid--compact{grid-template-columns:1fr}.user-report-modal__image-box--sectioned{min-height:270px}}.user-report-modal__panel,.user-report-details-modal__panel{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#025f489e #025f480f;overflow:hidden auto}.user-report-modal__panel::-webkit-scrollbar{width:9px}.user-report-details-modal__panel::-webkit-scrollbar{width:9px}.user-report-modal__panel::-webkit-scrollbar-track{background:#025f480e;border-radius:999px;margin-block:14px}.user-report-details-modal__panel::-webkit-scrollbar-track{background:#025f480e;border-radius:999px;margin-block:14px}.user-report-modal__panel::-webkit-scrollbar-thumb{background:linear-gradient(#025f48db,#04785794) padding-box padding-box;border:2px solid #0000;border-radius:999px;min-height:48px}.user-report-details-modal__panel::-webkit-scrollbar-thumb{background:linear-gradient(#025f48db,#04785794) padding-box padding-box;border:2px solid #0000;border-radius:999px;min-height:48px}.user-report-modal__panel::-webkit-scrollbar-thumb:hover{background:linear-gradient(#025f48,#047857) padding-box padding-box}.user-report-details-modal__panel::-webkit-scrollbar-thumb:hover{background:linear-gradient(#025f48,#047857) padding-box padding-box}.user-report-modal__panel::-webkit-scrollbar-button{width:0;height:0;display:none}.user-report-details-modal__panel::-webkit-scrollbar-button{width:0;height:0;display:none}.user-reports-location-modal{z-index:2147483647;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.user-reports-location-modal__backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0f172a9e;border:0;width:100%;height:100%;position:absolute;inset:0}.user-reports-location-modal__panel{z-index:1;text-align:center;background:#fff;border:1px solid #025f4824;border-radius:26px;justify-items:center;gap:16px;width:min(100%,540px);padding:28px;animation:.18s both user-reports-location-modal-in;display:grid;position:relative;box-shadow:0 30px 90px #0f172a47}.user-reports-location-modal__icon{width:62px;height:62px;color:var(--color-primary,#025f48);background:#025f481a;border-radius:20px;place-items:center;display:grid;box-shadow:0 10px 28px #025f481f}.user-reports-location-modal__icon svg{width:29px;height:29px}.user-reports-location-modal__content strong,.user-reports-location-modal__content p{display:block}.user-reports-location-modal__content strong{color:var(--color-text,#0f172a);font-size:1.18rem;font-weight:950}.user-reports-location-modal__content p{color:var(--color-text-muted,#64748b);margin:8px 0 0;font-size:.9rem;font-weight:700;line-height:1.8}.user-reports-location-modal__content b{color:var(--color-primary,#025f48)}.user-reports-location-modal__error{color:#b91c1c;background:#fef2f2eb;border:1px solid #dc26262e;border-radius:13px;width:100%;padding:11px 13px;font-size:.82rem;font-weight:800;line-height:1.7}.user-reports-location-modal__actions{grid-template-columns:minmax(0,1.5fr) minmax(110px,.7fr);gap:10px;width:100%;display:grid}.user-reports-location-modal__confirm,.user-reports-location-modal__cancel{cursor:pointer;border-radius:14px;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:11px 16px;font-family:inherit;font-size:.9rem;font-weight:900;transition:transform .16s,box-shadow .16s,background .16s,opacity .16s;display:inline-flex}.user-reports-location-modal__confirm{border:1px solid var(--color-primary,#025f48);background:var(--color-primary,#025f48);color:#fff;box-shadow:0 12px 26px #025f482e}.user-reports-location-modal__cancel{color:#475569;background:#f8fafc;border:1px solid #0f172a1a}.user-reports-location-modal__confirm:hover:not(:disabled),.user-reports-location-modal__cancel:hover:not(:disabled){transform:translateY(-1px)}.user-reports-location-modal__confirm:hover:not(:disabled){background:var(--color-primary-dark,#014d3b);box-shadow:0 16px 30px #025f4838}.user-reports-location-modal__confirm:disabled,.user-reports-location-modal__cancel:disabled{cursor:wait;opacity:.65}@media (width<=640px){.user-reports-location-modal{padding:12px}.user-reports-location-modal__panel{border-radius:22px;padding:22px 16px}.user-reports-location-modal__actions{grid-template-columns:1fr}.user-reports-location-modal__confirm,.user-reports-location-modal__cancel{width:100%}}.user-reports-map-wrapper{position:relative}.user-reports-location-modal__control-guide{text-align:right;direction:rtl;background:#025f480e;border:1px solid #025f4824;border-radius:16px;align-items:flex-start;gap:11px;width:100%;padding:13px 14px;display:flex}.user-reports-location-modal__control-guide>span{width:40px;height:40px;color:var(--color-primary,#025f48);background:#fff;border-radius:13px;flex:0 0 40px;place-items:center;display:grid;box-shadow:0 7px 18px #025f481a}.user-reports-location-modal__control-guide>span svg{width:20px;height:20px}.user-reports-location-modal__control-guide strong,.user-reports-location-modal__control-guide p{display:block}.user-reports-location-modal__control-guide strong{color:var(--color-text,#0f172a);font-size:.88rem;font-weight:950}.user-reports-location-modal__control-guide p{color:var(--color-text-muted,#64748b);margin:4px 0 0;font-size:.78rem;font-weight:750;line-height:1.7}.user-reports-current-location-guide{z-index:1100;width:min(340px,100% - 100px);color:var(--color-text,#0f172a);text-align:right;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff5;border:1px solid #025f4833;border-radius:16px;align-items:flex-start;gap:10px;padding:12px 14px;animation:.2s both user-reports-location-guide-in;display:flex;position:absolute;top:16px;left:72px;box-shadow:0 18px 42px #0f172a2e}.user-reports-current-location-guide:before{border-inline-start:1px solid #025f4833;content:"";background:#fff;border-bottom:1px solid #025f4833;width:18px;height:18px;position:absolute;top:18px;left:-10px;transform:rotate(45deg)}.user-reports-current-location-guide__icon{z-index:1;width:38px;height:38px;color:var(--color-primary,#025f48);background:#025f481a;border-radius:13px;flex:0 0 38px;place-items:center;display:grid;position:relative}.user-reports-current-location-guide__icon svg{width:20px;height:20px}.user-reports-current-location-guide strong,.user-reports-current-location-guide p{display:block}.user-reports-current-location-guide strong{color:var(--color-primary-dark,#014d3b);font-size:.88rem;font-weight:950}.user-reports-current-location-guide p{color:#64748b;margin:4px 0 0;font-size:.76rem;font-weight:750;line-height:1.65}.user-reports-map-wrapper.is-awaiting-current-location :is(.reports-map__current-location-btn,.reports-map__locate-btn,.leaflet-control-locate,.leaflet-control-geolocation,button[title*=موقع],button[aria-label*=موقع]){animation:1.15s ease-in-out infinite user-reports-current-location-pulse;position:relative;z-index:1200!important}@media (width<=640px){.user-reports-current-location-guide{width:auto;top:72px;left:12px;right:12px}.user-reports-current-location-guide:before{top:-9px;left:22px;transform:rotate(135deg)}}.user-reports-details-map-button{cursor:pointer;border-radius:14px;justify-content:center;align-items:center;gap:9px;min-height:48px;padding:11px 18px;font-family:inherit;font-size:.92rem;font-weight:900;transition:transform .16s,background .16s,border-color .16s,box-shadow .16s;color:var(--color-primary,#025f48)!important;background:#025f4814!important;border:1px solid #025f482e!important;display:inline-flex!important}.user-reports-details-map-button svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;width:19px;height:19px}.user-reports-details-map-button:hover{transform:translateY(-1px);box-shadow:0 10px 24px #025f481f;background:#025f4821!important;border-color:#025f4857!important}@media (width<=640px){.user-reports-details-map-button{width:100%}.user-reports-page .user-reports-map-wrapper .reports-map,.user-reports-page .user-reports-map-wrapper .leaflet-container{max-height:330px}}@media (width<=480px){.user-reports-page .user-reports-map-wrapper .reports-map,.user-reports-page .user-reports-map-wrapper .leaflet-container{max-height:300px}}.dashboard-side-list{gap:12px;display:grid}.dashboard-side-list__entry{transition:border-color var(--transition-base), box-shadow var(--transition-base), background var(--transition-base), transform var(--transition-base);background:#fff;border:1.5px solid #025f482e;border-radius:18px;overflow:hidden}.dashboard-side-list__entry:hover{box-shadow:var(--shadow-sm);transform:translateY(-1px)}.dashboard-side-list__entry.is-active{border-color:var(--color-primary);background:#025f480f;box-shadow:0 0 0 3px #025f4814}.dashboard-side-list__item{text-align:right;background:0 0;border:0;justify-content:space-between;align-items:center;gap:14px;width:100%;padding:16px;display:flex}.dashboard-side-list__content{flex:1;min-width:0}.dashboard-side-list__title{color:var(--color-primary);font-size:1rem;font-weight:900;line-height:1.35;display:block}.dashboard-side-list__meta{color:#a7952e;margin-top:4px;font-size:.95rem;font-weight:800;line-height:1.2;display:block}.dashboard-mini-icon{color:#a7952e;background:0 0;border:0;flex-shrink:0;align-self:center;place-items:center;width:44px;min-width:44px;height:44px;margin:0;padding:0;line-height:1;display:grid}.dashboard-mini-icon>svg{width:38px;height:38px;transition:transform var(--transition-base);flex-shrink:0;display:block}.dashboard-mini-icon.is-expanded>svg{transform:rotate(-90deg)}.dashboard-side-list__entry:hover .dashboard-mini-icon{transition:transform var(--transition-base);transform:scale(1.04)}.nearby-page__stack{gap:16px;margin-bottom:20px;display:grid}.nearby-status-panel{background:linear-gradient(#f6faf8,#fff);border:1px solid #025f481a;border-radius:24px;padding:18px;box-shadow:0 14px 36px #025f480f}.nearby-status-panel__header{text-align:right;margin-bottom:14px}.nearby-status-panel__header h2{color:var(--color-primary);margin:0;font-size:1.18rem;font-weight:900}.nearby-status-panel__header p{color:var(--color-subtitle);margin:6px 0 0;font-size:.93rem;font-weight:700;line-height:1.7}.nearby-status-panel__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.nearby-status-panel__card{background:#fff;border:1px solid #025f481a;border-radius:18px;padding:16px}.nearby-status-panel__title-row{align-items:center;gap:8px;display:inline-flex}.nearby-status-panel__title-row strong{color:var(--color-primary);font-size:1rem;font-weight:900}.nearby-status-panel__card p{color:var(--color-subtitle);margin:10px 0 0;font-size:.87rem;font-weight:700;line-height:1.7}.nearby-status-panel__dot{border-radius:999px;flex-shrink:0;width:12px;height:12px;box-shadow:0 0 0 5px #025f480f}.nearby-status-panel__dot--accepted{background:#d6c84f}.nearby-status-panel__dot--assigned{background:#3b82f6}.nearby-status-panel__dot--in-progress{background:#4c63ff}.nearby-status-panel__dot--resolved{background:#34a853}.nearby-filter-toolbar{background:#fff;border:1px solid #025f481a;border-radius:22px;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;display:flex;box-shadow:0 10px 28px #025f480a}.nearby-filter-toolbar__copy{text-align:right;gap:4px;display:grid}.nearby-filter-toolbar__copy strong{color:var(--color-primary);font-size:1rem;font-weight:900}.nearby-filter-toolbar__copy span{color:var(--color-subtitle);font-size:.88rem;font-weight:700;line-height:1.6}.nearby-filter-toolbar__controls{align-items:center;gap:12px;display:flex}.nearby-filter-toolbar__mobile-btn{min-height:46px;color:var(--color-primary);transition:border-color var(--transition-base), box-shadow var(--transition-base), transform var(--transition-base), background var(--transition-base);background:#fff;border:1.5px solid #025f4829;border-radius:14px;align-items:center;gap:8px;padding:0 14px;font-size:.92rem;font-weight:900;display:none}.nearby-filter-toolbar__mobile-btn:hover{border-color:var(--color-primary);box-shadow:var(--shadow-sm);background:#025f4808;transform:translateY(-1px)}.nearby-filter-dropdown{z-index:20;min-width:250px;position:relative}.nearby-filter-dropdown__label{color:var(--color-primary);text-align:right;margin-bottom:6px;font-size:.84rem;font-weight:900;display:block}.nearby-filter-dropdown__button{width:100%;min-height:50px;color:var(--color-primary);transition:border-color var(--transition-base), box-shadow var(--transition-base), background var(--transition-base), transform var(--transition-base);background:linear-gradient(#fff,#f8fcfa);border:1.5px solid #025f482e;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;padding:0 16px;font-size:.95rem;font-weight:900;display:flex;box-shadow:0 8px 20px #025f480d}.nearby-filter-dropdown__button:hover,.nearby-filter-dropdown__button.is-open{border-color:var(--color-primary);background:#fff;box-shadow:0 0 0 4px #025f4814}.nearby-filter-dropdown__button:hover{transform:translateY(-1px)}.nearby-filter-dropdown__selected{align-items:center;gap:9px;min-width:0;display:inline-flex}.nearby-filter-dropdown__chevron{color:var(--color-primary);transition:transform var(--transition-base);font-size:1.05rem}.nearby-filter-dropdown__button.is-open .nearby-filter-dropdown__chevron{transform:rotate(180deg)}.nearby-filter-dropdown__menu{background:#fff;border:1px solid #025f481f;border-radius:18px;gap:4px;padding:8px;animation:.16s ease-out nearbyDropdownIn;display:grid;position:absolute;top:calc(100% + 8px);left:0;right:0;box-shadow:0 18px 40px #0f172a24}@keyframes nearbyDropdownIn{0%{opacity:0;transform:translateY(-6px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.nearby-filter-dropdown__option{width:100%;min-height:44px;color:var(--color-primary);text-align:right;transition:background var(--transition-base), color var(--transition-base), transform var(--transition-base);background:0 0;border:0;border-radius:13px;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;font-size:.92rem;font-weight:850;display:flex}.nearby-filter-dropdown__option:hover{background:#025f480f;transform:translate(-2px)}.nearby-filter-dropdown__option.is-active{color:var(--color-primary);background:#025f481a}.nearby-filter-dropdown__option-content{align-items:center;gap:9px;display:inline-flex}.nearby-filter-dropdown__option svg{color:#a7952e;flex-shrink:0;font-size:1rem}.nearby-filter-dropdown__status-dot{border-radius:999px;flex-shrink:0;width:10px;height:10px;box-shadow:0 0 0 4px #025f480f}.nearby-filter-dropdown__status-dot--all{background:var(--color-primary)}.nearby-filter-dropdown__status-dot--accepted{background:#d6c84f}.nearby-filter-dropdown__status-dot--assigned{background:#3b82f6}.nearby-filter-dropdown__status-dot--in-progress{background:#4c63ff}.nearby-filter-dropdown__status-dot--resolved{background:#34a853}.nearby-filter-sheet{z-index:1000;position:fixed;inset:0}.nearby-filter-sheet__backdrop{background:#0f172a5c;border:0;position:absolute;inset:0}.nearby-filter-sheet__panel{background:#fff;border-radius:24px 24px 0 0;padding:12px 16px 22px;animation:.22s ease-out nearbySheetUp;position:absolute;bottom:0;left:0;right:0;box-shadow:0 -16px 40px #00000024}@keyframes nearbySheetUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.nearby-filter-sheet__handle{background:#94a3b880;border-radius:999px;width:56px;height:5px;margin:0 auto 14px}.nearby-filter-sheet__header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.nearby-filter-sheet__header h3{color:var(--color-primary);margin:0;font-size:1.04rem;font-weight:900}.nearby-filter-sheet__header p{color:var(--color-subtitle);margin:5px 0 0;font-size:.86rem;font-weight:700;line-height:1.6}.nearby-filter-sheet__close{width:38px;height:38px;color:var(--color-primary);background:#fff;border:1px solid #025f4824;border-radius:12px;flex-shrink:0;place-items:center;display:grid}.nearby-filter-sheet__options{gap:10px;margin-top:16px;display:grid}.nearby-filter-sheet__option{min-height:52px;color:var(--color-primary);transition:border-color var(--transition-base), background var(--transition-base), box-shadow var(--transition-base);background:#fff;border:1.5px solid #025f481f;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;font-size:.94rem;font-weight:900;display:flex}.nearby-filter-sheet__option.is-active{border-color:var(--color-primary);background:#025f480f;box-shadow:0 0 0 3px #025f480f}.nearby-filter-sheet__option-content{align-items:center;gap:9px;display:inline-flex}.nearby-filter-sheet__dot{border-radius:999px;flex-shrink:0;width:10px;height:10px;box-shadow:0 0 0 4px #025f480f}.nearby-filter-sheet__dot--all{background:var(--color-primary)}.nearby-filter-sheet__dot--accepted{background:#d6c84f}.nearby-filter-sheet__dot--assigned{background:#3b82f6}.nearby-filter-sheet__dot--in-progress{background:#4c63ff}.nearby-filter-sheet__dot--resolved{background:#34a853}.nearby-filter-sheet__selected-badge{color:#a7952e;font-size:.82rem;font-weight:900}.nearby-issue-details{background:linear-gradient(#f5fbf8,#fff);border:1.5px solid #025f481f;border-radius:18px;margin-top:16px;padding:16px}.nearby-issue-details--inline{background:0 0;border:0;border-top:1px solid #025f481f;border-radius:0;margin:0;padding:0 16px 16px}.nearby-issue-details__header{justify-content:space-between;align-items:flex-start;gap:12px;padding-top:16px;display:flex}.nearby-issue-details__header h3{color:var(--color-primary);margin:0;font-size:1.08rem;font-weight:900}.nearby-issue-details__header p{color:var(--color-subtitle);margin:6px 0 0;font-size:.9rem;font-weight:700}.nearby-issue-details__status{white-space:nowrap;border-radius:999px;padding:8px 12px;font-size:.82rem;font-weight:900}.nearby-issue-details__status--success{color:#1f7a3a;background:#34a8531f}.nearby-issue-details__status--info{color:#3341b8;background:#4352db1f}.nearby-issue-details__status--warning{color:#7b6f06;background:#d6c84f33}.nearby-issue-details__description{color:var(--color-text);margin:14px 0 0;font-size:.95rem;font-weight:700;line-height:1.8}.nearby-issue-details__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px;display:grid}.nearby-issue-details__item{background:#fff;border:1px solid #025f4814;border-radius:14px;padding:12px}.nearby-issue-details__item span,.nearby-issue-details__address span{color:var(--color-subtitle);font-size:.82rem;font-weight:700;display:block}.nearby-issue-details__item strong,.nearby-issue-details__address strong{color:var(--color-primary);margin-top:6px;font-size:.94rem;font-weight:900;display:block}.nearby-issue-details__address{background:#fff;border:1px solid #025f4814;border-radius:14px;margin-top:12px;padding:12px}.nearby-issue-details__actions{gap:10px;margin-top:14px;display:grid}.nearby-issue-details__route-btn{background:var(--color-primary);width:100%;min-height:46px;color:var(--color-white);transition:transform var(--transition-base), box-shadow var(--transition-base), opacity var(--transition-base);border-radius:14px;font-size:.94rem;font-weight:900}.nearby-issue-details__route-btn:hover{box-shadow:var(--shadow-sm);transform:translateY(-1px)}.nearby-issue-details__clear-btn{width:100%;min-height:44px;color:var(--color-primary);transition:transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-base), background var(--transition-base);background:#fff;border:1.5px solid #025f482e;border-radius:14px;font-size:.92rem;font-weight:900}.nearby-issue-details__clear-btn:hover{box-shadow:var(--shadow-sm);border-color:var(--color-primary);background:#025f4808;transform:translateY(-1px)}.nearby-issue-details__helper-text{color:var(--color-subtitle);font-size:.88rem;font-weight:700;line-height:1.7}.dashboard-nearby-section{margin-top:28px}.nearby-issue-details__images{grid-template-columns:repeat(auto-fill,minmax(82px,1fr));gap:10px;margin-top:12px;display:grid}.nearby-issue-details__images img{object-fit:cover;background:#fff;border:1px solid #025f481f;border-radius:14px;width:100%;height:82px}.nearby-issue-details__community{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:14px;display:grid}.nearby-issue-details__community-btn{min-height:74px;color:var(--color-primary);text-align:right;transition:transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-base), background var(--transition-base), opacity var(--transition-base);direction:rtl;background:#fff;border:1.5px solid #025f4829;border-radius:16px;justify-content:flex-start;align-items:center;gap:10px;padding:12px 14px;display:flex}.nearby-issue-details__community-icon{width:38px;height:38px;color:var(--color-primary);background:#025f4814;border-radius:14px;flex:0 0 38px;justify-content:center;align-items:center;font-size:1.25rem;display:inline-flex}.nearby-issue-details__community-content{gap:3px;min-width:0;display:grid}.nearby-issue-details__community-content strong{color:var(--color-primary);font-size:.88rem;font-weight:900;line-height:1.4}.nearby-issue-details__community-content small{color:var(--color-subtitle);align-items:center;gap:4px;font-size:.78rem;font-weight:800;line-height:1.5;display:inline-flex}.nearby-issue-details__community-count{color:#a7952e;font-size:1.04rem;font-weight:900;line-height:1}.nearby-issue-details__community-btn:hover:not(:disabled){box-shadow:var(--shadow-sm);border-color:var(--color-primary);background:#025f480a;transform:translateY(-1px)}.nearby-issue-details__community-btn.is-active{border-color:var(--color-primary);background:#025f4814}.nearby-issue-details__community-btn.is-active .nearby-issue-details__community-icon{background:var(--color-primary);color:#fff}.nearby-issue-details__community-btn--upvote.is-active{background:#34a8531a;border-color:#1f7a3a52}.nearby-issue-details__community-btn--upvote.is-active .nearby-issue-details__community-icon{background:#1f7a3a}.nearby-issue-details__community-btn--downvote.is-active{background:#b02a3714;border-color:#b02a374d}.nearby-issue-details__community-btn--downvote.is-active .nearby-issue-details__community-icon{background:#b02a37}.nearby-issue-details__community-btn:disabled{cursor:not-allowed;opacity:.58}.add-report-form__message--success{color:#1f7a3a;background:#34a8531a;border-color:#34a85338}@media (width<=992px){.nearby-filter-toolbar{flex-direction:column;align-items:stretch}.nearby-filter-toolbar__controls{justify-content:flex-start}.nearby-filter-dropdown{min-width:220px}}@media (width<=768px){.nearby-status-panel{border-radius:20px;padding:16px}.nearby-status-panel__grid{grid-template-columns:1fr}.nearby-filter-toolbar{border-radius:18px;padding:14px 16px}.nearby-filter-toolbar__copy,.nearby-filter-toolbar__controls{width:100%}.nearby-filter-dropdown{display:none}.nearby-filter-toolbar__mobile-btn{justify-content:center;width:100%;display:inline-flex}.nearby-issue-details__header{flex-direction:column}.nearby-issue-details__grid,.nearby-issue-details__community{grid-template-columns:1fr}}.nearby-notification-focus-message{color:var(--color-primary);text-align:right;direction:rtl;background:#025f4814;border:1.5px solid #025f4829;border-radius:16px;justify-content:flex-start;align-items:center;gap:9px;margin:0 0 14px;padding:13px 16px;font-size:.92rem;font-weight:900;line-height:1.7;display:flex}.nearby-notification-focus-message svg{flex-shrink:0;width:18px;height:18px}.nearby-notification-focus-message--warning{color:#7b6f06;background:#d6c84f24;border-color:#d6c84f59}.dashboard-side-list__entry.is-notification-highlight{border-color:var(--color-primary);background:linear-gradient(90deg,#025f481f,#fff 64%);animation:1.4s ease-in-out 3 nearbyNotificationPulse;box-shadow:0 0 0 3px #025f481f,0 16px 34px #025f481f}.dashboard-side-list__entry.is-notification-highlight .dashboard-side-list__title:after{content:"من الإشعار";background:var(--color-primary);color:#fff;vertical-align:middle;border-radius:999px;margin-inline-start:8px;padding:3px 8px;font-size:.72rem;font-weight:900;display:inline-flex}@keyframes nearbyNotificationPulse{0%,to{box-shadow:0 0 0 3px #025f481f,0 16px 34px #025f481f}50%{box-shadow:0 0 0 8px #025f481a,0 18px 38px #025f4829}}.nearby-issue-details__media{margin-top:14px}.nearby-issue-details__media-heading{text-align:right;direction:rtl;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:3px;margin-bottom:9px;display:flex}.nearby-issue-details__media-heading strong{color:var(--color-primary);font-size:.94rem;font-weight:900}.nearby-issue-details__media-heading span{color:var(--color-subtitle);font-size:.78rem;font-weight:700}.nearby-issue-details__images{grid-template-columns:repeat(auto-fill,minmax(124px,1fr));gap:12px;margin-top:0}.nearby-issue-details__image-card{aspect-ratio:16/10;isolation:isolate;background:#eef5f1;border:1px solid #025f4824;border-radius:16px;min-height:112px;position:relative;overflow:hidden;box-shadow:0 8px 20px #025f480f}.nearby-issue-details__image-card img{object-fit:cover;border:0;border-radius:0;width:100%;height:100%;transition:transform .38s,filter .38s;display:block}.nearby-issue-details__image-overlay{z-index:1;opacity:0;background:linear-gradient(#00000005 30%,#000000b8 100%);justify-content:center;align-items:flex-end;padding:10px;transition:opacity .3s;display:flex;position:absolute;inset:0}.nearby-issue-details__image-view-btn{width:100%;min-height:38px;color:var(--color-primary);background:#fffffff0;border:1px solid #ffffff6b;border-radius:11px;justify-content:center;align-items:center;gap:7px;padding:8px 10px;font-size:.78rem;font-weight:900;transition:transform .3s,background .3s;display:inline-flex;transform:translateY(10px)}.nearby-issue-details__image-view-btn svg{flex-shrink:0;width:17px;height:17px}.nearby-issue-details__image-card:hover img,.nearby-issue-details__image-card:focus-within img{filter:saturate(1.04)contrast(1.03);transform:scale(1.1)}.nearby-issue-details__image-card:hover .nearby-issue-details__image-overlay,.nearby-issue-details__image-card:focus-within .nearby-issue-details__image-overlay{opacity:1}.nearby-issue-details__image-card:hover .nearby-issue-details__image-view-btn,.nearby-issue-details__image-card:focus-within .nearby-issue-details__image-view-btn{transform:translateY(0)}.nearby-issue-details__image-view-btn:hover{background:#fff}.nearby-image-preview{z-index:99999;-webkit-backdrop-filter:blur(8px);background:#05120ed1;place-items:center;padding:24px;animation:.22s both nearbyImagePreviewFade;display:grid;position:fixed;inset:0}.nearby-image-preview__dialog{background:#fff;border:1px solid #fff3;border-radius:22px;flex-direction:column;width:min(1040px,100%);height:min(820px,100dvh - 48px);max-height:calc(100dvh - 48px);animation:.24s both nearbyImagePreviewScale;display:flex;overflow:hidden;box-shadow:0 30px 90px #00000061}.nearby-image-preview__header{direction:rtl;border-bottom:1px solid #025f481a;flex:none;justify-content:space-between;align-items:center;gap:16px;min-height:70px;padding:14px 18px;display:flex}.nearby-image-preview__header>div{text-align:right;gap:3px;min-width:0;display:grid}.nearby-image-preview__header strong{color:var(--color-primary);font-size:1rem;font-weight:900}.nearby-image-preview__header span{color:var(--color-subtitle);font-size:.82rem;font-weight:700}.nearby-image-preview__close{color:#b02a37;width:42px;height:42px;transition:transform var(--transition-base), background var(--transition-base);background:#b02a3712;border:1px solid #b02a372e;border-radius:13px;flex:0 0 42px;place-items:center;display:grid}.nearby-image-preview__close svg{width:22px;height:22px}.nearby-image-preview__close:hover{background:#b02a3721;transform:rotate(5deg)scale(1.04)}.nearby-image-preview__stage{background:#0d1714;flex:auto;place-items:center;min-width:0;height:auto;min-height:0;padding:22px 72px;display:grid;position:relative;overflow:auto}.nearby-image-preview__stage img{object-fit:contain;-webkit-user-select:none;user-select:none;width:auto;max-width:100%;height:auto;max-height:calc(100dvh - 170px);display:block}.nearby-image-preview__nav{z-index:2;width:46px;height:46px;color:var(--color-primary);transition:transform var(--transition-base), background var(--transition-base);background:#fffffff0;border:1px solid #ffffff4d;border-radius:50%;place-items:center;display:grid;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 10px 28px #00000038}.nearby-image-preview__nav svg{width:23px;height:23px}.nearby-image-preview__nav:hover{background:#fff;transform:translateY(-50%)scale(1.06)}.nearby-image-preview__nav--previous{right:16px}.nearby-image-preview__nav--next{left:16px}@keyframes nearbyImagePreviewFade{0%{opacity:0}to{opacity:1}}@keyframes nearbyImagePreviewScale{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (hover:none),(pointer:coarse){.nearby-issue-details__image-overlay{opacity:1;background:linear-gradient(#0000 45%,#000000b3 100%)}.nearby-issue-details__image-view-btn{transform:translateY(0)}}@media (width<=768px){.nearby-issue-details__media-heading{flex-direction:column;align-items:flex-start;gap:4px}.nearby-issue-details__images{grid-template-columns:repeat(2,minmax(0,1fr))}.nearby-issue-details__image-card{min-height:104px}.nearby-image-preview{padding:12px}.nearby-image-preview__dialog{border-radius:17px;height:calc(100dvh - 24px);max-height:calc(100dvh - 24px)}.nearby-image-preview__header{min-height:62px;padding:11px 12px}.nearby-image-preview__stage{height:auto;min-height:0;padding:16px 48px}.nearby-image-preview__stage img{max-height:calc(100dvh - 122px)}.nearby-image-preview__nav{width:40px;height:40px}.nearby-image-preview__nav--previous{right:6px}.nearby-image-preview__nav--next{left:6px}}@media (width<=420px){.nearby-issue-details__images{grid-template-columns:1fr}.nearby-issue-details__image-card{min-height:150px}.nearby-image-preview__stage{padding-inline:42px}}.nearby-status-panel__card{border-color:var(--status-border,#025f481a);background:linear-gradient(135deg, var(--status-soft,#fff) 0%, #fff 58%);transition:transform var(--transition-base), border-color var(--transition-base), box-shadow var(--transition-base);padding-inline-start:18px;position:relative;overflow:hidden;box-shadow:0 8px 22px #0f172a09}.nearby-status-panel__card:before{content:"";background:var(--status-color,var(--color-primary));border-radius:8px 0 0 8px;width:5px;position:absolute;top:10px;bottom:10px;right:0}.nearby-status-panel__card:hover{border-color:var(--status-color,var(--color-primary));box-shadow:0 12px 28px var(--status-shadow,#025f4817);transform:translateY(-2px)}.nearby-status-panel__card--accepted{--status-color:#d6b817;--status-soft:#d6b8171a;--status-border:#d6b81747;--status-shadow:#d6b81726}.nearby-status-panel__card--assigned{--status-color:#2780e3;--status-soft:#2780e317;--status-border:#2780e33d;--status-shadow:#2780e324}.nearby-status-panel__card--in-progress{--status-color:#4f5ee8;--status-soft:#4f5ee817;--status-border:#4f5ee83d;--status-shadow:#4f5ee824}.nearby-status-panel__card--pending-admin-approval{--status-color:#7c3aed;--status-soft:#7c3aed16;--status-border:#7c3aed3d;--status-shadow:#7c3aed24}.nearby-status-panel__card--needs-completion{--status-color:#e8890c;--status-soft:#e8890c17;--status-border:#e8890c40;--status-shadow:#e8890c24}.nearby-status-panel__card--resolved{--status-color:#25a55b;--status-soft:#25a55b17;--status-border:#25a55b3d;--status-shadow:#25a55b24}.nearby-status-panel__card--unable-to-execute{--status-color:#111827;--status-soft:#1118271a;--status-border:#1118274d;--status-shadow:#11182733}.nearby-status-panel__dot{background:var(--status-color,var(--color-primary));width:13px;height:13px;box-shadow:0 0 0 4px var(--status-soft,#025f4814), 0 0 10px var(--status-shadow,#025f4824);border:2px solid #fff}.nearby-filter-toolbar,.nearby-filter-toolbar__controls{position:relative;overflow:visible}.nearby-filter-toolbar{z-index:80}.nearby-filter-dropdown{z-index:120}.nearby-filter-dropdown__menu{z-index:130;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#025f4859 transparent;max-height:min(440px,100vh - 190px);overflow-y:auto}.nearby-filter-dropdown__menu::-webkit-scrollbar{width:7px}.nearby-filter-dropdown__menu::-webkit-scrollbar-thumb{background:#025f4852;border-radius:999px}.nearby-filter-dropdown__status-dot,.nearby-filter-sheet__dot{width:11px;height:11px;box-shadow:0 0 0 3px var(--status-soft,#025f4814), 0 0 8px var(--status-shadow,#025f4829);border:2px solid #fff}.nearby-status-panel__dot--accepted,.nearby-filter-dropdown__status-dot--accepted,.nearby-filter-sheet__dot--accepted{--status-soft:#d6b81733;--status-shadow:#d6b81761;background:#d6b817}.nearby-status-panel__dot--assigned,.nearby-filter-dropdown__status-dot--assigned,.nearby-filter-sheet__dot--assigned{--status-soft:#2780e32e;--status-shadow:#2780e357;background:#2780e3}.nearby-status-panel__dot--in-progress,.nearby-filter-dropdown__status-dot--in-progress,.nearby-filter-sheet__dot--in-progress{--status-soft:#4f5ee82e;--status-shadow:#4f5ee857;background:#4f5ee8}.nearby-status-panel__dot--pending-admin-approval,.nearby-filter-dropdown__status-dot--pending-admin-approval,.nearby-filter-sheet__dot--pending-admin-approval{--status-soft:#7c3aed2b;--status-shadow:#7c3aed54;background:#7c3aed}.nearby-status-panel__dot--needs-completion,.nearby-filter-dropdown__status-dot--needs-completion,.nearby-filter-sheet__dot--needs-completion{--status-soft:#e8890c2e;--status-shadow:#e8890c57;background:#e8890c}.nearby-status-panel__dot--resolved,.nearby-filter-dropdown__status-dot--resolved,.nearby-filter-sheet__dot--resolved{--status-soft:#25a55b2e;--status-shadow:#25a55b57;background:#25a55b}.nearby-status-panel__dot--unable-to-execute,.nearby-filter-dropdown__status-dot--unable-to-execute,.nearby-filter-sheet__dot--unable-to-execute{--status-soft:#11182733;--status-shadow:#11182761;background:#111827}.nearby-filter-dropdown__status-dot--all,.nearby-filter-sheet__dot--all{--status-soft:#025f4829;--status-shadow:#025f484d;background:var(--color-primary)}.nearby-filter-sheet__panel{overscroll-behavior:contain;max-height:min(88vh,720px);overflow-y:auto}.nearby-issue-details__status--accepted{color:#776407;background:#d6b81729;border:1px solid #d6b81747}.nearby-issue-details__status--assigned{color:#175ca9;background:#2780e31f;border:1px solid #2780e33d}.nearby-issue-details__status--in-progress{color:#3947bd;background:#4f5ee81f;border:1px solid #4f5ee83d}.nearby-issue-details__status--pending-admin-approval{color:#6425c6;background:#7c3aed1c;border:1px solid #7c3aed3b}.nearby-issue-details__status--needs-completion{color:#a85b00;background:#e8890c21;border:1px solid #e8890c40}.nearby-issue-details__status--resolved{color:#18793f;background:#25a55b1f;border:1px solid #25a55b3b}.nearby-issue-details__status--unable-to-execute{color:#111827;background:#1118271a;border:1px solid #11182742}@media (width<=768px){.nearby-filter-sheet__options{padding-bottom:max(6px, env(safe-area-inset-bottom))}}.nearby-issue-details__execution-outcome{border:1px solid #0000;border-radius:16px;align-items:flex-start;gap:12px;margin:14px 0;padding:14px;line-height:1.75;display:flex}.nearby-issue-details__execution-outcome>span{background:#ffffffbf;border-radius:12px;flex:0 0 40px;place-items:center;width:40px;height:40px;display:grid}.nearby-issue-details__execution-outcome strong{margin-bottom:4px;display:block}.nearby-issue-details__execution-outcome p{margin:0}.nearby-issue-details__execution-outcome small{opacity:.8;margin-top:5px;display:block}.nearby-issue-details__execution-outcome.is-reassigned{color:#1d4ed8;background:#eff6ffeb;border-color:#2563eb33}.nearby-issue-details__execution-outcome.is-pending{color:#6d28d9;background:#f5f3ffeb;border-color:#7c3aed2e}@media (width<=560px){.nearby-issue-details__execution-outcome{text-align:center;flex-direction:column;align-items:center}}.unfollow-confirmation{z-index:2200;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.unfollow-confirmation__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:default;background:#0f172a94;border:0;width:100%;height:100%;position:absolute;inset:0}.unfollow-confirmation__panel{z-index:1;background:#fff;border:1px solid #0f766e26;border-radius:24px;width:min(100%,500px);padding:28px;animation:.18s ease-out unfollow-confirmation-in;position:relative;box-shadow:0 28px 80px #0f172a40}.unfollow-confirmation__close{color:#475569;cursor:pointer;background:#f1f5f9;border:0;border-radius:12px;place-items:center;width:38px;height:38px;display:inline-grid;position:absolute;top:16px;left:16px}.unfollow-confirmation__close:disabled{cursor:not-allowed;opacity:.55}.unfollow-confirmation__icon{color:#b45309;background:#fffbeb;border-radius:18px;place-items:center;width:58px;height:58px;margin-bottom:18px;display:grid;box-shadow:inset 0 0 0 1px #d9770629}.unfollow-confirmation__icon svg{width:28px;height:28px}.unfollow-confirmation__eyebrow{color:var(--color-primary,#025f48);align-items:center;gap:7px;margin-bottom:8px;font-size:.82rem;font-weight:800;display:inline-flex}.unfollow-confirmation__content h2{color:#0f172a;margin:0;font-size:clamp(1.15rem,3vw,1.45rem);line-height:1.5}.unfollow-confirmation__content>p{color:#64748b;margin:10px 0 0;font-size:.93rem;line-height:1.85}.unfollow-confirmation__report{background:#f0fdfac7;border:1px solid #025f4821;border-radius:14px;margin-top:18px;padding:13px 15px}.unfollow-confirmation__report small,.unfollow-confirmation__report strong{display:block}.unfollow-confirmation__report small{color:#64748b;margin-bottom:4px;font-size:.73rem}.unfollow-confirmation__report strong{color:#0f172a;overflow-wrap:anywhere}.unfollow-confirmation__actions{grid-template-columns:1fr 1.35fr;gap:10px;margin-top:24px;display:grid}.unfollow-confirmation__actions button{min-height:46px;font:inherit;cursor:pointer;border-radius:13px;padding:10px 14px;font-weight:800}.unfollow-confirmation__cancel{color:#334155;background:#fff;border:1px solid #cbd5e1}.unfollow-confirmation__confirm{color:#fff;background:#b91c1c;border:1px solid #b91c1c;box-shadow:0 10px 22px #b91c1c33}.unfollow-confirmation__actions button:disabled{cursor:not-allowed;opacity:.62}@media (width<=520px){.unfollow-confirmation{align-items:end;padding:10px}.unfollow-confirmation__panel{border-radius:22px;width:100%;padding:24px 18px 18px}.unfollow-confirmation__actions{grid-template-columns:1fr}.unfollow-confirmation__confirm{order:-1}}.nearby-page .reports-map__marker--secondary{background:#111827;box-shadow:0 8px 18px #11182757}.nearby-page .reports-map__marker--secondary.is-active:after{border-color:#1118275c}.nearby-page .reports-map__marker--accepted{background:#d6b817;box-shadow:0 8px 18px #d6b81757}.nearby-page .reports-map__marker--accepted.is-active:after{border-color:#d6b81757}.nearby-page .reports-map__marker--assigned{background:#2780e3;box-shadow:0 8px 18px #2780e357}.nearby-page .reports-map__marker--assigned.is-active:after{border-color:#2780e357}.nearby-page .reports-map__marker--in-progress{background:#4f5ee8;box-shadow:0 8px 18px #4f5ee857}.nearby-page .reports-map__marker--in-progress.is-active:after{border-color:#4f5ee857}.nearby-page .reports-map__marker--pending-admin-approval{background:#7c3aed;box-shadow:0 8px 18px #7c3aed57}.nearby-page .reports-map__marker--pending-admin-approval.is-active:after{border-color:#7c3aed57}.nearby-page .reports-map__marker--needs-completion{background:#e8890c;box-shadow:0 8px 18px #e8890c57}.nearby-page .reports-map__marker--needs-completion.is-active:after{border-color:#e8890c57}.nearby-page .reports-map__marker--resolved{background:#25a55b;box-shadow:0 8px 18px #25a55b57}.nearby-page .reports-map__marker--resolved.is-active:after{border-color:#25a55b57}.nearby-page .reports-map__marker--unable-to-execute{background:#111827;box-shadow:0 8px 18px #11182757}.nearby-page .reports-map__marker--unable-to-execute.is-active:after{border-color:#1118275c}.dashboard-side-list__entry{scroll-margin-top:18px}.nearby-issue-details__media{gap:18px;display:grid}.nearby-issue-details__media-group{background:linear-gradient(#025f4806,#fff);border:1px solid #025f481a;border-radius:18px;padding:14px;box-shadow:0 10px 24px #025f480b}.nearby-issue-details__media-group .nearby-issue-details__media-heading{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.nearby-issue-details__media-heading>div{min-width:0}.nearby-issue-details__media-heading small{min-height:30px;color:var(--color-primary);background:#025f4814;border-radius:999px;flex:none;align-items:center;padding:5px 10px;font-size:.74rem;font-weight:900;display:inline-flex}.nearby-issue-details__media-group .nearby-issue-details__image-card{transition:transform .28s,box-shadow .28s,border-color .28s}.nearby-issue-details__media-group .nearby-issue-details__image-card:hover,.nearby-issue-details__media-group .nearby-issue-details__image-card:focus-within{border-color:#025f484d;transform:translateY(-4px);box-shadow:0 16px 30px #025f4821}.nearby-issue-details__execution-outcome.is-unable{color:#111827;background:linear-gradient(#1118270e,#fffffff5);border-color:#1118272e}@media (width<=560px){.nearby-issue-details__media-group{padding:11px}.nearby-issue-details__media-group .nearby-issue-details__media-heading{flex-direction:column}}.nearby-issue-details__media-group .nearby-issue-details__media-heading>div{text-align:right;direction:rtl;gap:4px;min-width:0;display:grid}.nearby-issue-details__media-group .nearby-issue-details__media-heading strong,.nearby-issue-details__media-group .nearby-issue-details__media-heading span{display:block}.nearby-issue-details__media-group .nearby-issue-details__media-heading span{line-height:1.7}.nearby-page__map-card{scroll-margin-top:18px}.nearby-issue-details__map-btn{width:100%;min-height:54px;color:var(--color-primary,#025f48);cursor:pointer;background:#fff;border:1px solid #025f482e;border-radius:16px;justify-content:center;align-items:center;gap:9px;padding:12px 18px;font-family:inherit;font-size:.96rem;font-weight:900;transition:transform .16s,background .16s,border-color .16s,box-shadow .16s;display:inline-flex}.nearby-issue-details__map-btn:hover{background:#025f480b;border-color:#025f4861;transform:translateY(-1px);box-shadow:0 10px 24px #025f481a}.nearby-issue-details__map-btn svg{flex:none;width:20px;height:20px}@media (width<=768px){.nearby-page__map-card .leaflet-container,.nearby-page__map-card .reports-map,.nearby-page__map-card [class*=reports-map]{max-height:360px}}@media (width<=480px){.nearby-page__map-card .leaflet-container,.nearby-page__map-card .reports-map,.nearby-page__map-card [class*=reports-map]{max-height:330px}}.nearby-location-map-wrapper{position:relative}.nearby-location-intro-modal{z-index:2147483647;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.nearby-location-intro-modal__backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0f172a9e;border:0;width:100%;height:100%;position:absolute;inset:0}.nearby-location-intro-modal__panel{z-index:1;text-align:center;background:#fff;border:1px solid #025f4824;border-radius:26px;justify-items:center;gap:16px;width:min(100%,540px);padding:28px;animation:.18s both nearby-location-intro-in;display:grid;position:relative;box-shadow:0 30px 90px #0f172a47}.nearby-location-intro-modal__icon{width:62px;height:62px;color:var(--color-primary,#025f48);background:#025f481a;border-radius:20px;place-items:center;display:grid;box-shadow:0 10px 28px #025f481f}.nearby-location-intro-modal__icon svg{width:29px;height:29px}.nearby-location-intro-modal__content strong,.nearby-location-intro-modal__content p{display:block}.nearby-location-intro-modal__content strong{color:var(--color-text,#0f172a);font-size:1.18rem;font-weight:950}.nearby-location-intro-modal__content p{color:var(--color-text-muted,#64748b);margin:8px 0 0;font-size:.9rem;font-weight:700;line-height:1.8}.nearby-location-intro-modal__control-guide{text-align:right;direction:rtl;background:#025f480e;border:1px solid #025f4824;border-radius:16px;align-items:flex-start;gap:11px;width:100%;padding:13px 14px;display:flex}.nearby-location-intro-modal__control-guide>span{width:40px;height:40px;color:var(--color-primary,#025f48);background:#fff;border-radius:13px;flex:0 0 40px;place-items:center;display:grid;box-shadow:0 7px 18px #025f481a}.nearby-location-intro-modal__control-guide>span svg{width:20px;height:20px}.nearby-location-intro-modal__control-guide strong,.nearby-location-intro-modal__control-guide p{display:block}.nearby-location-intro-modal__control-guide strong{color:var(--color-text,#0f172a);font-size:.88rem;font-weight:950}.nearby-location-intro-modal__control-guide p{color:var(--color-text-muted,#64748b);margin:4px 0 0;font-size:.78rem;font-weight:750;line-height:1.7}.nearby-location-intro-modal__actions{grid-template-columns:minmax(0,1.5fr) minmax(110px,.7fr);gap:10px;width:100%;display:grid}.nearby-location-intro-modal__confirm,.nearby-location-intro-modal__cancel{cursor:pointer;border-radius:14px;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:11px 16px;font-family:inherit;font-size:.9rem;font-weight:900;transition:transform .16s,box-shadow .16s,background .16s;display:inline-flex}.nearby-location-intro-modal__confirm{border:1px solid var(--color-primary,#025f48);background:var(--color-primary,#025f48);color:#fff;box-shadow:0 12px 26px #025f482e}.nearby-location-intro-modal__cancel{color:#475569;background:#f8fafc;border:1px solid #0f172a1a}.nearby-location-intro-modal__confirm:hover,.nearby-location-intro-modal__cancel:hover{transform:translateY(-1px)}.nearby-location-intro-modal__confirm:hover{background:var(--color-primary-dark,#014d3b);box-shadow:0 16px 30px #025f4838}.nearby-current-location-guide{z-index:1100;width:min(340px,100% - 100px);color:var(--color-text,#0f172a);text-align:right;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff5;border:1px solid #025f4833;border-radius:16px;align-items:flex-start;gap:10px;padding:12px 14px;animation:.2s both nearby-location-guide-in;display:flex;position:absolute;top:16px;left:72px;box-shadow:0 18px 42px #0f172a2e}.nearby-current-location-guide:before{border-inline-start:1px solid #025f4833;content:"";background:#fff;border-bottom:1px solid #025f4833;width:18px;height:18px;position:absolute;top:18px;left:-10px;transform:rotate(45deg)}.nearby-current-location-guide__icon{z-index:1;width:38px;height:38px;color:var(--color-primary,#025f48);background:#025f481a;border-radius:13px;flex:0 0 38px;place-items:center;display:grid;position:relative}.nearby-current-location-guide__icon svg{width:20px;height:20px}.nearby-current-location-guide strong,.nearby-current-location-guide p{display:block}.nearby-current-location-guide strong{color:var(--color-primary-dark,#014d3b);font-size:.88rem;font-weight:950}.nearby-current-location-guide p{color:#64748b;margin:4px 0 0;font-size:.76rem;font-weight:750;line-height:1.65}.nearby-location-map-wrapper--awaiting-location :is(.reports-map__current-location-btn,.reports-map__locate-btn,.leaflet-control-locate,.leaflet-control-geolocation,button[title*=موقع],button[aria-label*=موقع]){animation:1.15s ease-in-out infinite nearby-current-location-pulse;position:relative;z-index:1200!important}@keyframes nearby-location-intro-in{0%{opacity:0;transform:translateY(10px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes nearby-location-guide-in{0%{opacity:0;transform:translate(-8px)scale(.97)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes nearby-current-location-pulse{0%,to{box-shadow:0 0 #025f485c}50%{box-shadow:0 0 0 10px #025f4814}}@media (width<=640px){.nearby-location-intro-modal{padding:12px}.nearby-location-intro-modal__panel{border-radius:22px;padding:22px 16px}.nearby-location-intro-modal__actions{grid-template-columns:1fr}.nearby-location-intro-modal__confirm,.nearby-location-intro-modal__cancel{width:100%}.nearby-current-location-guide{width:min(285px,100% - 80px);padding:10px 11px;top:12px;left:64px}}.user-notifications-page{gap:20px;min-width:0;overflow:visible}.user-notifications-hero{background:radial-gradient(circle at 100% 0,#025f481f,#0000 34%),linear-gradient(#f7fffa,#fffffffa);border:1.5px solid #025f4814;border-radius:26px;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);align-items:stretch;gap:18px;min-width:0;padding:22px;display:grid;box-shadow:0 18px 40px #025f480f}.user-notifications-hero__content{text-align:right;align-content:center;justify-items:end;gap:10px;min-width:0;display:grid}.user-notifications-hero__badge{min-height:38px;color:var(--color-primary);background:#025f4814;border-radius:999px;align-items:center;gap:8px;padding:8px 14px;font-size:.86rem;font-weight:900;display:inline-flex}.user-notifications-hero__badge svg{width:17px;height:17px}.user-notifications-hero__content h2{color:var(--color-primary);overflow-wrap:anywhere;margin:0;font-size:clamp(1.45rem,2.2vw,2.2rem);font-weight:900;line-height:1.25}.user-notifications-hero__content p{max-width:620px;color:var(--color-subtitle);overflow-wrap:anywhere;margin:0;font-size:.96rem;font-weight:700;line-height:1.8}.user-notifications-hero__stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;min-width:0;display:grid}.user-notifications-hero__stats article{text-align:center;background:#ffffffc7;border:1px solid #025f4814;border-radius:20px;align-content:center;gap:8px;min-height:118px;padding:16px;display:grid;box-shadow:0 12px 28px #025f480d}.user-notifications-hero__stats span{color:var(--color-subtitle);font-size:.82rem;font-weight:800}.user-notifications-hero__stats strong{color:var(--color-primary);font-size:2rem;font-weight:950;line-height:1}.user-notifications-panel{z-index:1;background:var(--color-surface);border:1.5px solid #025f4814;border-radius:26px;gap:16px;min-width:0;padding:20px;display:grid;position:relative;overflow:visible;box-shadow:0 18px 40px #025f480d}.user-notifications-toolbar{z-index:50;direction:rtl;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;display:flex;position:relative;overflow:visible}.user-notifications-toolbar__search{background:#fff;border:1.5px solid #025f481f;border-radius:18px;flex:420px;align-items:center;gap:12px;min-width:260px;min-height:54px;padding:0 16px;display:flex;box-shadow:inset 0 1px #fffffff5}.user-notifications-toolbar__search svg{width:18px;height:18px;color:var(--color-primary);flex-shrink:0}.user-notifications-toolbar__search input{width:100%;color:var(--color-text);text-align:right;background:0 0;border:0;outline:0;font-family:inherit;font-size:.95rem;font-weight:700}.user-notifications-toolbar__search input::placeholder{color:var(--color-subtitle);opacity:1}.user-notifications-toolbar__actions{flex-wrap:wrap;align-items:center;gap:10px;display:inline-flex}.user-notifications-btn{min-height:48px;transition:transform var(--transition-base), opacity var(--transition-base), background var(--transition-base), border-color var(--transition-base);border-radius:16px;justify-content:center;align-items:center;gap:9px;padding:11px 16px;font-family:inherit;font-size:.92rem;font-weight:900;display:inline-flex}.user-notifications-btn:hover{transform:translateY(-1px)}.user-notifications-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.user-notifications-btn svg{width:17px;height:17px}.user-notifications-btn--ghost{color:var(--color-primary);background:#fff;border:1.5px solid #025f4847}.user-notifications-btn--danger{color:#c24141;background:#fef2f2e6;border:1.5px solid #ef444429}.user-notifications-filters{direction:rtl;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.user-notifications-filter{min-height:42px;color:var(--color-subtitle);transition:transform var(--transition-base), background var(--transition-base), color var(--transition-base), border-color var(--transition-base);background:#fff;border:1.5px solid #025f481a;border-radius:999px;align-items:center;gap:8px;padding:9px 12px;font-family:inherit;font-size:.86rem;font-weight:900;display:inline-flex}.user-notifications-filter:hover{border-color:#025f4838;transform:translateY(-1px)}.user-notifications-filter strong{min-width:26px;height:26px;color:var(--color-primary);background:#025f4812;border-radius:999px;justify-content:center;align-items:center;padding:0 8px;font-size:.78rem;font-weight:950;display:inline-flex}.user-notifications-filter.is-active{background:var(--color-primary);border-color:var(--color-primary);color:#fff;box-shadow:0 14px 28px #025f4829}.user-notifications-filter.is-active strong{color:#fff;background:#ffffff2e}.user-notifications-loading,.user-notifications-empty{text-align:center;min-height:280px;color:var(--color-primary);background:#f8fcf9d1;border:1.5px dashed #025f4824;border-radius:22px;align-content:center;place-items:center;gap:12px;display:grid}.user-notifications-loading svg{width:28px;height:28px;animation:1s linear infinite userNotificationsSpin}.user-notifications-loading span{font-size:.94rem;font-weight:900}.user-notifications-empty__icon{width:64px;height:64px;color:var(--color-primary);background:#025f4814;border-radius:22px;place-items:center;display:grid}.user-notifications-empty__icon svg{width:28px;height:28px}.user-notifications-empty h3{color:var(--color-text);margin:0;font-size:1.15rem;font-weight:900}.user-notifications-empty p{max-width:420px;color:var(--color-subtitle);margin:0;font-size:.9rem;font-weight:700;line-height:1.8}.user-notifications-list{gap:12px;display:grid}.user-notification-item{transition:transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-base), background var(--transition-base);direction:rtl;background:#fff;border:1.5px solid #025f4812;border-radius:22px;grid-template-columns:auto auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:16px;display:grid;position:relative;box-shadow:0 12px 26px #025f480b}.user-notification-item:hover{border-color:#025f4829;transform:translateY(-1px);box-shadow:0 18px 34px #025f4814}.user-notification-item.is-read{background:#f8fafcd1}.user-notification-item.is-unread{background:linear-gradient(90deg,#025f4809,#0000 42%),#fff}.user-notification-item__status{place-items:center;width:12px;display:grid}.user-notification-item__status-dot{background:#94a3b8b3;border-radius:50%;width:9px;height:9px}.user-notification-item.is-unread .user-notification-item__status-dot{background:var(--color-primary);box-shadow:0 0 0 6px #025f4814}.user-notification-item__icon{width:48px;height:48px;color:var(--color-primary);background:#025f4814;border-radius:16px;flex-shrink:0;place-items:center;display:grid}.user-notification-item--success .user-notification-item__icon{color:#15905f;background:#22c55e1f}.user-notification-item--info .user-notification-item__icon{color:#2563eb;background:#3b82f61f}.user-notification-item--primary .user-notification-item__icon{color:var(--color-primary);background:#025f481a}.user-notification-item--neutral .user-notification-item__icon{color:#64748b;background:#64748b1f}.user-notification-item__icon svg{width:21px;height:21px}.user-notification-item__content{text-align:right;gap:8px;min-width:0;display:grid}.user-notification-item__top{justify-content:space-between;align-items:flex-start;gap:12px;min-width:0;display:flex}.user-notification-item__eyebrow{color:var(--color-primary);margin-bottom:4px;font-size:.74rem;font-weight:900;display:inline-flex}.user-notification-item.is-read .user-notification-item__eyebrow{color:#94a3b8}.user-notification-item__content h3{color:var(--color-text);overflow-wrap:anywhere;margin:0;font-size:1.02rem;font-weight:900;line-height:1.5}.user-notification-item__content p{color:var(--color-subtitle);overflow-wrap:anywhere;margin:0;font-size:.9rem;font-weight:700;line-height:1.8}.user-notification-item__time{min-width:max-content;min-height:30px;color:var(--color-primary);white-space:nowrap;background:#025f480f;border-radius:999px;align-items:center;gap:6px;padding:6px 10px;font-size:.78rem;font-weight:900;display:inline-flex}.user-notification-item__time svg{width:14px;height:14px}.user-notification-item__meta{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:8px;display:flex}.user-notification-item__meta span{color:#667085;background:#0f172a0b;border-radius:999px;align-items:center;gap:6px;min-height:30px;padding:6px 10px;font-size:.78rem;font-weight:800;display:inline-flex}.user-notification-item__meta svg{width:14px;height:14px;color:var(--color-primary)}.user-notification-item__actions{justify-items:stretch;gap:8px;min-width:132px;display:grid}.user-notification-item__action,.user-notification-item__delete,.user-notification-item__read-badge{border-radius:14px;justify-content:center;align-items:center;gap:8px;min-height:40px;font-family:inherit;font-size:.82rem;font-weight:900;display:inline-flex}.user-notification-item__action--read{background:var(--color-primary);color:#fff;padding:8px 12px}.user-notification-item__read-badge{color:#13895f;background:#22c55e1a;padding:8px 12px}.user-notification-item__read-badge svg{width:15px;height:15px}.user-notification-item__delete{color:#c24141;background:#fef2f2cc;border:1px solid #ef44441f;padding:0 12px}.user-notification-item__delete svg{width:16px;height:16px}@media (width<=1200px){.user-notifications-hero{grid-template-columns:1fr}}@media (width<=992px){.user-notification-item{grid-template-columns:auto auto minmax(0,1fr)}.user-notification-item__actions{grid-column:1/-1;grid-template-columns:1fr auto;min-width:0}.user-notification-item__action,.user-notification-item__read-badge{width:100%}}@media (width<=768px){.user-notifications-page{gap:16px}.user-notifications-hero,.user-notifications-panel{border-radius:22px;padding:16px}.user-notifications-hero__content{justify-items:stretch}.user-notifications-hero__content h2,.user-notifications-hero__content p{text-align:right}.user-notifications-hero__stats{grid-template-columns:1fr}.user-notifications-hero__stats article{min-height:88px}.user-notifications-toolbar{align-items:stretch}.user-notifications-toolbar__search{flex-basis:100%;min-width:0}.user-notifications-toolbar__actions{grid-template-columns:1fr;width:100%;display:grid}.user-notifications-btn{width:100%}.user-notifications-filters{justify-content:stretch}.user-notifications-filter{flex:calc(50% - 8px);justify-content:center}.user-notification-item{border-radius:18px;grid-template-columns:auto minmax(0,1fr);align-items:flex-start;padding:14px}.user-notification-item__status{display:none}.user-notification-item__icon{border-radius:14px;width:44px;height:44px}.user-notification-item__top{gap:8px;display:grid}.user-notification-item__time{justify-self:start}.user-notification-item__actions{grid-column:1/-1}}@media (width<=480px){.user-notifications-hero,.user-notifications-panel{padding:14px}.user-notifications-filter{flex-basis:100%}.user-notification-item{grid-template-columns:1fr}.user-notification-item__icon{justify-self:end}.user-notification-item__actions{grid-template-columns:1fr}.user-notification-item__delete{width:100%}}.user-notifications-filter-dropdown{z-index:100;width:280px;min-width:280px;max-width:100%;position:relative}.user-notifications-filter-dropdown__button{cursor:pointer;color:#0f172a;background:#fff;border:1px solid #0f766e29;border-radius:18px;align-items:center;gap:.8rem;width:100%;padding:.85rem 1rem;transition:all .2s;display:flex;box-shadow:0 12px 28px #0f172a0f}.user-notifications-filter-dropdown__button:hover{border-color:#0f766e59;transform:translateY(-1px)}.user-notifications-filter-dropdown__icon{color:#0f766e;background:#0f766e1a;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.user-notifications-filter-dropdown__text{flex-direction:column;flex:1;align-items:flex-start;gap:.15rem;display:flex}.user-notifications-filter-dropdown__text small{color:#64748b;font-size:.72rem}.user-notifications-filter-dropdown__text strong{color:#0f172a;font-size:.95rem}.user-notifications-filter-dropdown__arrow{color:#64748b;flex-shrink:0}.user-notifications-filter-dropdown__menu{box-sizing:border-box;overscroll-behavior:contain;z-index:2147483000;isolation:isolate;scrollbar-width:thin;scrollbar-color:#0f766e59 transparent;direction:rtl;background:#fff;border:1px solid #0f766e21;border-radius:18px;min-width:0;padding:.55rem;animation:.16s ease-out userNotificationsDropdownIn;position:fixed;overflow:hidden auto;box-shadow:0 22px 55px #0f172a33}.user-notifications-filter-dropdown__menu::-webkit-scrollbar{width:7px}.user-notifications-filter-dropdown__menu::-webkit-scrollbar-thumb{background:#0f766e59;border-radius:999px}.user-notifications-filter-dropdown__item{text-align:start;cursor:pointer;color:#334155;background:0 0;border:0;border-radius:16px;grid-template-columns:1fr auto auto;align-items:center;gap:.75rem;width:100%;padding:.72rem;transition:all .2s;display:grid}.user-notifications-filter-dropdown__item:hover,.user-notifications-filter-dropdown__item.is-active{color:#0f766e;background:#0f766e14}.user-notifications-filter-dropdown__item span{flex-direction:column;gap:.18rem;display:flex}.user-notifications-filter-dropdown__item strong{font-size:.9rem}.user-notifications-filter-dropdown__item small{color:#64748b;font-size:.75rem;line-height:1.5}.user-notifications-filter-dropdown__item em{color:#475569;background:#f1f5f9;border-radius:999px;justify-content:center;align-items:center;min-width:30px;height:26px;font-size:.78rem;font-style:normal;font-weight:800;display:inline-flex}.user-notifications-filter-dropdown__item.is-active em{color:#fff;background:#0f766e}.user-notifications-mobile-filter-btn{color:#0f766e;cursor:pointer;background:#fff;border:1px solid #0f766e29;border-radius:16px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.9rem 1rem;font-weight:800;display:none}.user-notifications-filter-sheet{z-index:999;display:none;position:fixed;inset:0}.user-notifications-filter-sheet__backdrop{cursor:pointer;background:#0f172a73;border:0;position:absolute;inset:0}.user-notifications-filter-sheet__content{inset-inline:0;background:#fff;border-radius:28px 28px 0 0;max-height:82vh;padding:.75rem 1rem 1.25rem;position:absolute;bottom:0;overflow-y:auto;box-shadow:0 -22px 55px #0f172a33}.user-notifications-filter-sheet__handle{background:#cbd5e1;border-radius:999px;width:48px;height:5px;margin:0 auto 1rem}.user-notifications-filter-sheet__header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.user-notifications-filter-sheet__header h3{color:#0f172a;margin:0;font-size:1.05rem}.user-notifications-filter-sheet__header p{color:#64748b;margin:.3rem 0 0;font-size:.85rem}.user-notifications-filter-sheet__header button{color:#0f172a;cursor:pointer;background:#f1f5f9;border:0;border-radius:14px;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.user-notifications-filter-sheet__options{gap:.65rem;display:grid}.user-notifications-filter-sheet__option{text-align:start;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:18px;grid-template-columns:1fr auto auto;align-items:center;gap:.75rem;width:100%;padding:.9rem;display:grid}.user-notifications-filter-sheet__option.is-active{color:#0f766e;background:#0f766e14;border-color:#0f766e66}.user-notifications-filter-sheet__option span{flex-direction:column;gap:.2rem;display:flex}.user-notifications-filter-sheet__option strong{font-size:.92rem}.user-notifications-filter-sheet__option small{color:#64748b;font-size:.78rem;line-height:1.5}.user-notifications-filter-sheet__option em{color:#475569;background:#f1f5f9;border-radius:999px;justify-content:center;align-items:center;min-width:30px;height:26px;font-size:.78rem;font-style:normal;font-weight:800;display:inline-flex}.user-notifications-filter-sheet__option.is-active em{color:#fff;background:#0f766e}.user-notifications-pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:.85rem;margin-top:1.25rem;display:flex}.user-notifications-pagination button{color:#fff;cursor:pointer;background:#0f766e;border:0;border-radius:999px;padding:.7rem 1.1rem;font-weight:800}.user-notifications-pagination button:disabled{cursor:not-allowed;background:#cbd5e1}.user-notifications-pagination span{color:#475569;font-weight:800}.user-notification-item--danger .user-notification-item__icon{color:#dc2626;background:#dc262614}.user-notification-item--danger .user-notification-item__status-dot{background:#dc2626}.user-notification-item--warning .user-notification-item__icon{color:#d97706;background:#d977061a}.user-notification-item--warning .user-notification-item__status-dot{background:#d97706}@media (width<=768px){.user-notifications-filter-dropdown{display:none}.user-notifications-mobile-filter-btn{display:inline-flex}.user-notifications-filter-sheet{display:block}.user-notifications-toolbar{align-items:stretch}.user-notifications-toolbar__actions{width:100%}.user-notifications-toolbar__actions .user-notifications-btn{justify-content:center;width:100%}.user-notification-item{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}.user-notification-item__status{display:none}.user-notification-item__icon{margin:0 auto}.user-notification-item__content{text-align:center;flex-direction:column;align-items:center;width:100%;display:flex}.user-notification-item__top{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.65rem;width:100%;display:flex}.user-notification-item__top>div{text-align:center;flex-direction:column;align-items:center;width:100%;display:flex}.user-notification-item__eyebrow,.user-notification-item__top h3,.user-notification-item__content p{text-align:center}.user-notification-item__time{justify-content:center;margin-inline:auto}.user-notification-item__meta{text-align:center;justify-content:center;width:100%}.user-notification-item__meta span{text-align:center;justify-content:center}.user-notification-item__actions{flex-direction:column;align-items:center;gap:.75rem;width:100%;display:flex}.user-notification-item__action,.user-notification-item__delete,.user-notification-item__read-badge{justify-content:center;width:100%}}.user-notifications-read-tabs{flex-wrap:wrap;align-items:center;gap:.6rem;display:inline-flex}.user-notifications-read-tab{color:#0f766e;cursor:pointer;background:#fff;border:1px solid #0f766e29;border-radius:16px;justify-content:center;align-items:center;gap:.55rem;min-height:48px;padding:.8rem 1rem;font-weight:800;transition:all .2s;display:inline-flex}.user-notifications-read-tab:hover{border-color:#0f766e59;transform:translateY(-1px)}.user-notifications-read-tab.is-active{color:#fff;background:#0f766e;border-color:#0f766e;box-shadow:0 12px 28px #0f766e33}.user-notifications-read-tab strong{color:#0f766e;background:#0f766e1a;border-radius:999px;justify-content:center;align-items:center;min-width:26px;height:26px;font-size:.78rem;font-weight:900;display:inline-flex}.user-notifications-read-tab.is-active strong{color:#fff;background:#ffffff2e}.user-notifications-filter-sheet__group{gap:.75rem;margin-bottom:1rem;display:grid}.user-notifications-filter-sheet__group h4{color:#0f172a;margin:0;font-size:.92rem;font-weight:900}.user-notifications-filter-sheet__read-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;display:grid}@media (width<=768px){.user-notifications-read-tabs{display:none}.user-notifications-filter-sheet__read-options .user-notifications-read-tab{width:100%;display:inline-flex}}.user-notification-item__action--view{color:var(--color-primary);background:#025f4814;border:1px solid #025f4824;padding:8px 12px}.user-notification-item__action--view:hover{background:var(--color-primary);color:#fff}.user-notification-item__action--view svg{width:15px;height:15px}@media (width<=992px){.user-notification-item__actions{grid-template-columns:1fr 1fr auto}}@media (width<=560px){.user-notification-item__actions{grid-template-columns:1fr}.user-notification-item__action--view,.user-notification-item__delete{width:100%}}@media (width<=768px){.user-notifications-read-tabs{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid}.user-notifications-read-tab{width:100%}}.user-profile-page{direction:rtl;gap:20px;min-width:0}.user-profile-header{gap:0;min-width:0;display:grid;position:relative}.user-profile-header__top{background:radial-gradient(circle at 100% 0,#025f481a,#0000 32%),linear-gradient(#f7fffa,#fffffffa);border:1.5px solid #025f4814;border-radius:26px 26px 0 0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;min-width:0;padding:18px 22px;display:flex}.user-profile-header__title{text-align:right;gap:4px;display:grid}.user-profile-header__title h1{color:var(--color-primary);margin:0;font-size:clamp(1.55rem,2.2vw,2.25rem);font-weight:950;line-height:1.25}.user-profile-header__title p{color:var(--color-subtitle);margin:0;font-size:.92rem;font-weight:800;line-height:1.6}.user-profile-header__actions{flex-wrap:wrap;align-items:center;gap:10px;display:inline-flex}.user-profile-header__banner{background:radial-gradient(circle at 32% 24%,#ffffff2e,#0000 7%),radial-gradient(circle at 18% 74%,#ffffff1f,#0000 10%),linear-gradient(135deg,#026046 0%,#027a5a 55%,#0a8f6a 100%);min-height:104px}.user-profile-header__card{margin-top:-38px;background:#fffffff5;border:1.5px solid #025f4814;border-radius:22px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;min-width:0;margin-inline:18px;padding:18px 20px;display:flex;box-shadow:0 18px 38px #025f4814}.user-profile-header__identity{align-items:center;gap:14px;min-width:0;display:inline-flex}.user-profile-avatar{width:82px;height:82px;color:var(--color-primary);background:linear-gradient(135deg,#025f481f,#025f480a),#fff;border:4px solid #fff;border-radius:26px;flex-shrink:0;place-items:center;font-size:1.65rem;font-weight:950;display:grid;box-shadow:0 14px 28px #025f4829}.user-profile-header__identity h2{color:var(--color-text);margin:0;font-size:1.32rem;font-weight:950;line-height:1.35}.user-profile-header__status{color:#13895f;align-items:center;gap:7px;margin-top:6px;font-size:.82rem;font-weight:900;display:inline-flex}.user-profile-header__status-dot{background:#22c55e;border-radius:50%;width:9px;height:9px;box-shadow:0 0 0 6px #22c55e1f}.user-profile-header__meta{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:9px;min-width:0;display:flex}.user-profile-header__meta span{color:#667085;overflow-wrap:anywhere;background:#025f480f;border-radius:999px;align-items:center;gap:7px;max-width:100%;min-height:34px;padding:7px 10px;font-size:.8rem;font-weight:800;display:inline-flex}.user-profile-header__meta svg{width:15px;height:15px;color:var(--color-primary);flex-shrink:0}.user-profile-btn{min-height:48px;transition:transform var(--transition-base), opacity var(--transition-base), background var(--transition-base), border-color var(--transition-base);border-radius:16px;justify-content:center;align-items:center;gap:9px;padding:11px 16px;font-family:inherit;font-size:.92rem;font-weight:900;display:inline-flex}.user-profile-btn:hover{transform:translateY(-1px)}.user-profile-btn:disabled{opacity:.58;cursor:not-allowed;transform:none}.user-profile-btn svg{width:17px;height:17px}.user-profile-btn--primary{background:var(--color-primary);color:#fff;box-shadow:0 16px 28px #025f4829}.user-profile-btn--ghost{color:var(--color-primary);background:#fff;border:1.5px solid #025f4847}.user-profile-grid{grid-template-columns:minmax(300px,.85fr) minmax(0,1.3fr);align-items:start;gap:20px;min-width:0;display:grid}.user-profile-card{background:var(--color-surface);border:1.5px solid #025f4814;border-radius:26px;gap:18px;min-width:0;padding:20px;display:grid;box-shadow:0 18px 40px #025f480d}.user-profile-card__header{text-align:right;justify-content:space-between;align-items:center;gap:16px;display:flex}.user-profile-card__header h2{color:var(--color-text);margin:0;font-size:1.18rem;font-weight:950}.user-profile-card__header p{color:var(--color-subtitle);margin:5px 0 0;font-size:.84rem;font-weight:700;line-height:1.7}.user-profile-card__icon{width:48px;height:48px;color:var(--color-primary);background:#025f4814;border-radius:16px;flex-shrink:0;place-items:center;display:grid}.user-profile-card__icon svg{width:21px;height:21px}.user-profile-info-list{gap:12px;display:grid}.user-profile-info-list article{background:#f8fcf9d6;border:1px solid #025f4814;border-radius:18px;align-items:flex-start;gap:12px;min-width:0;padding:14px;display:flex}.user-profile-info-list article>svg{width:19px;height:19px;color:var(--color-primary);flex-shrink:0;margin-top:3px}.user-profile-info-list span{color:var(--color-subtitle);font-size:.78rem;font-weight:800;display:block}.user-profile-info-list strong{color:var(--color-text);overflow-wrap:anywhere;margin-top:4px;font-size:.96rem;font-weight:900;line-height:1.6;display:block}.user-profile-info-list__bio{display:block!important}.user-profile-info-list__bio p{color:var(--color-text);margin:7px 0 0;font-size:.9rem;font-weight:700;line-height:1.9}.user-profile-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.user-profile-form label{gap:8px;min-width:0;display:grid}.user-profile-form__full{grid-column:1/-1}.user-profile-form span{color:var(--color-text);text-align:right;font-size:.86rem;font-weight:900}.user-profile-form input,.user-profile-form textarea{width:100%;min-height:50px;color:var(--color-text);text-align:right;transition:border-color var(--transition-base), box-shadow var(--transition-base);background:#fff;border:1.5px solid #025f4824;border-radius:16px;outline:0;padding:12px 14px;font-family:inherit;font-size:.92rem;font-weight:700}.user-profile-form textarea{resize:vertical;min-height:112px}.user-profile-form input:focus,.user-profile-form textarea:focus{border-color:var(--color-primary);box-shadow:0 0 0 4px #025f481a}.user-profile-trust{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:18px;display:grid}.user-profile-trust__circle{border-radius:50%;flex-shrink:0;place-items:center;width:126px;height:126px;padding:10px;display:grid}.user-profile-trust__circle>div{background:#fff;border-radius:50%;align-content:center;place-items:center;width:100%;height:100%;display:grid;box-shadow:inset 0 0 0 1px #025f480f}.user-profile-trust__circle strong{color:var(--color-primary);font-size:2rem;font-weight:950;line-height:1}.user-profile-trust__circle span{color:var(--color-subtitle);font-size:.76rem;font-weight:900}.user-profile-trust__summary{grid-template-columns:repeat(auto-fit,minmax(132px,1fr));gap:10px;display:grid}.user-profile-trust__summary-card{--summary-color:var(--color-primary);--summary-background:#025f480e;--summary-border:#025f481f;border:1px solid var(--summary-border);background:linear-gradient(145deg, #fff 0%, var(--summary-background) 100%);text-align:center;border-radius:18px;align-content:center;place-items:center;gap:5px;min-height:106px;padding:13px;display:grid}.user-profile-trust__summary-icon{background:var(--summary-background);border-radius:10px;place-items:center;width:30px;height:30px;display:grid;color:var(--summary-color)!important}.user-profile-trust__summary-icon svg{width:16px;height:16px}.user-profile-trust__summary-card strong{color:var(--summary-color);font-size:1.5rem;font-weight:950;line-height:1}.user-profile-trust__summary-card>span:last-child{color:var(--color-subtitle);font-size:.78rem;font-weight:800;line-height:1.5}.user-profile-trust__summary-card--secondary{--summary-color:#64748b;--summary-background:#64748b17;--summary-border:#64748b2e}.user-profile-trust__summary-card--success{--summary-color:#15803d;--summary-background:#22c55e17;--summary-border:#22c55e33}.user-profile-trust__summary-card--danger{--summary-color:#dc2626;--summary-background:#ef444414;--summary-border:#ef44442e}.user-profile-trust__summary-card--warning{--summary-color:#d97706;--summary-background:#f59e0b1a;--summary-border:#f59e0b33}.user-profile-trust__summary-card--info{--summary-color:#0284c7;--summary-background:#0ea5e917;--summary-border:#0ea5e92e}.user-profile-metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.user-profile-metric{background:#fff;border:1px solid #025f4814;border-radius:18px;gap:9px;padding:14px;display:grid}.user-profile-metric__top{justify-content:space-between;align-items:center;gap:12px;display:flex}.user-profile-metric__top span{color:var(--color-text);align-items:center;gap:7px;font-size:.86rem;font-weight:900;display:inline-flex}.user-profile-metric__top svg{width:16px;height:16px;color:var(--color-primary)}.user-profile-metric__top strong{color:var(--color-primary);font-size:1rem;font-weight:950}.user-profile-metric__bar{background:#025f4814;border-radius:999px;height:9px;overflow:hidden}.user-profile-metric__bar span{border-radius:inherit;background:linear-gradient(90deg, var(--color-primary), #13a37b);height:100%;display:block}.user-profile-metric p{color:var(--color-subtitle);margin:0;font-size:.78rem;font-weight:700;line-height:1.6}.user-profile-extra-grid{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:12px;display:grid}.user-profile-achievements,.user-profile-activity{background:#f8fcf9c2;border:1px solid #025f4814;border-radius:20px;align-content:start;gap:12px;padding:16px;display:grid}.user-profile-achievements h3,.user-profile-activity h3{color:var(--color-text);align-items:center;gap:8px;margin:0;font-size:.98rem;font-weight:950;display:inline-flex}.user-profile-achievements h3 svg,.user-profile-activity h3 svg{width:17px;height:17px;color:var(--color-primary)}.user-profile-achievements>div,.user-profile-activity>div{gap:10px;display:grid}.user-profile-achievement{background:#fff;border:1px solid #025f4814;border-radius:16px;padding:12px}.user-profile-achievement strong,.user-profile-activity strong{color:var(--color-text);font-size:.88rem;font-weight:950}.user-profile-achievement p,.user-profile-activity p{color:var(--color-subtitle);margin:4px 0 0;font-size:.78rem;font-weight:700;line-height:1.7}.user-profile-achievement--success{border-color:#22c55e2e}.user-profile-achievement--primary{border-color:#025f4829}.user-profile-achievement--warning{border-color:#f59e0b33}.user-profile-activity article{grid-template-columns:auto minmax(0,1fr);gap:10px;display:grid;position:relative}.user-profile-activity article>span{background:var(--color-primary);border-radius:50%;width:10px;height:10px;margin-top:7px;box-shadow:0 0 0 5px #025f4814}.user-profile-loading{min-height:420px;color:var(--color-primary);background:#f8fcf9db;border:1.5px dashed #025f4824;border-radius:26px;align-content:center;place-items:center;gap:12px;display:grid}.user-profile-loading svg{width:28px;height:28px;animation:1s linear infinite userProfileSpin}.user-profile-loading span{font-size:.94rem;font-weight:900}.user-profile-message{text-align:right;border-radius:18px;padding:14px 16px;font-size:.9rem;font-weight:900}.user-profile-message.is-success{color:#13895f;background:#22c55e1a}.user-profile-message.is-error{color:#c24141;background:#fef2f2e6}@media (width<=1200px){.user-profile-grid,.user-profile-extra-grid{grid-template-columns:1fr}}@media (width<=768px){.user-profile-page{gap:16px}.user-profile-header__top{border-radius:22px 22px 0 0;padding:16px}.user-profile-header__actions{grid-template-columns:1fr;width:100%;display:grid}.user-profile-btn{width:100%}.user-profile-header__banner{min-height:88px}.user-profile-header__card{border-radius:20px;align-items:flex-start;margin-inline:12px;padding:16px}.user-profile-header__identity{width:100%}.user-profile-header__meta{justify-content:stretch;width:100%}.user-profile-header__meta span{width:100%}.user-profile-card{border-radius:22px;padding:16px}.user-profile-card__header{align-items:flex-start}.user-profile-form{grid-template-columns:1fr}.user-profile-trust{grid-template-columns:1fr;justify-items:center}.user-profile-trust__summary,.user-profile-metrics-grid{grid-template-columns:1fr;width:100%}}@media (width<=480px){.user-profile-header__top,.user-profile-card{padding:14px}.user-profile-avatar{border-radius:22px;width:70px;height:70px;font-size:1.4rem}.user-profile-header__identity h2{font-size:1.12rem}.user-profile-header__title h1{font-size:1.45rem}.user-profile-trust__circle{width:112px;height:112px}}.user-profile-form input.is-invalid{background:#fef2f28c;border-color:#dc26268c}.user-profile-form__error{color:#dc2626;margin-top:6px;font-size:.78rem;font-weight:800}.user-profile-message.is-error{color:#dc2626;background:#fef2f2e6;border-color:#dc26262e}.user-profile-message.is-success{color:#218540;background:#34a8531f;border-color:#34a8532e}.user-profile-extra-stats-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-top:18px;display:grid}.user-profile-extra-stats-grid article{text-align:center;background:#fff;border:1.5px solid #025f4814;border-radius:16px;justify-items:center;gap:8px;padding:14px;display:grid;box-shadow:0 8px 22px #025f480d}.user-profile-extra-stats-grid article>svg{width:22px;height:22px;color:var(--color-primary)}.user-profile-extra-stats-grid strong{color:var(--color-primary);font-size:1.25rem;font-weight:900;display:block}.user-profile-extra-stats-grid span{color:var(--color-subtitle);font-size:.78rem;font-weight:800}@media (width<=1200px){.user-profile-extra-stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=640px){.user-profile-extra-stats-grid{grid-template-columns:1fr}}.user-profile-form__field{gap:8px;min-width:0;display:grid;position:relative}.user-profile-dropdown{z-index:20;width:100%;min-width:0;position:relative}.user-profile-dropdown__trigger{width:100%;min-height:50px;color:var(--color-text);text-align:right;cursor:pointer;transition:border-color var(--transition-base), box-shadow var(--transition-base), background var(--transition-base);direction:rtl;background:#fff;border:1.5px solid #025f4824;border-radius:16px;outline:0;justify-content:space-between;align-items:center;gap:12px;padding:12px 15px;font-family:inherit;font-size:.92rem;font-weight:900;display:flex}.user-profile-dropdown__trigger:hover{background:#f8fcf9eb;border-color:#025f4857}.user-profile-dropdown__trigger:focus-visible,.user-profile-dropdown.is-open .user-profile-dropdown__trigger{border-color:var(--color-primary);background:#fff;box-shadow:0 0 0 4px #025f481a}.user-profile-dropdown__trigger>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.user-profile-dropdown__trigger>span.is-placeholder{color:var(--color-subtitle);font-weight:800}.user-profile-dropdown__trigger>svg{width:19px;height:19px;color:var(--color-primary);transition:transform var(--transition-base);flex-shrink:0}.user-profile-dropdown.is-open .user-profile-dropdown__trigger>svg{transform:rotate(180deg)}.user-profile-dropdown__menu{top:calc(100% + 10px);z-index:60;background:#fff;border:1px solid #025f481a;border-radius:20px;gap:4px;padding:8px;animation:.15s ease-out userProfileDropdownIn;display:grid;position:absolute;inset-inline:0;overflow:visible;box-shadow:0 20px 45px #025f4829,0 5px 14px #0f172a0f}.user-profile-dropdown__option{width:100%;min-height:48px;color:var(--color-text);text-align:right;cursor:pointer;transition:background var(--transition-base), color var(--transition-base), transform var(--transition-base);direction:rtl;background:0 0;border:0;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:11px 14px;font-family:inherit;font-size:.96rem;font-weight:900;display:flex}.user-profile-dropdown__option:hover,.user-profile-dropdown__option:focus-visible{color:var(--color-primary);background:#025f4812;outline:0}.user-profile-dropdown__option:active{transform:scale(.99)}.user-profile-dropdown__option>svg{width:18px;height:18px;color:var(--color-primary);opacity:0;transition:opacity var(--transition-base), transform var(--transition-base);flex-shrink:0;transform:scale(.75)}.user-profile-dropdown__option.is-selected{color:var(--color-primary);background:#025f481a}.user-profile-dropdown__option.is-selected>svg{opacity:1;transform:scale(1)}.user-profile-dropdown.is-invalid .user-profile-dropdown__trigger{background:#fef2f280;border-color:#dc2626;box-shadow:0 0 0 4px #dc262614}.dashboard-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.dashboard-stat-card{border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-sm);border:1.5px solid #025f481a;justify-content:space-between;align-items:flex-start;gap:14px;padding:18px;display:flex}.dashboard-stat-card__content h3{color:var(--color-text);font-size:1rem;font-weight:800}.dashboard-stat-card__content p{color:var(--color-subtitle);margin-top:4px;font-size:.82rem;font-weight:700}.dashboard-stat-card__content strong{margin-top:10px;font-size:1.7rem;font-weight:800;display:block}.dashboard-stat-card__icon{border-radius:14px;flex-shrink:0;place-items:center;width:46px;height:46px;display:grid}.dashboard-stat-card__icon svg{width:22px;height:22px}.dashboard-stat-card--primary .dashboard-stat-card__content strong,.dashboard-stat-card--primary .dashboard-stat-card__icon{color:#6b5cff}.dashboard-stat-card--primary .dashboard-stat-card__icon{background:#6b5cff1f}.dashboard-stat-card--warning .dashboard-stat-card__content strong,.dashboard-stat-card--warning .dashboard-stat-card__icon{color:#b9ab1d}.dashboard-stat-card--warning .dashboard-stat-card__icon{background:#d6c84f2e}.dashboard-stat-card--info .dashboard-stat-card__content strong,.dashboard-stat-card--info .dashboard-stat-card__icon{color:#5a6bff}.dashboard-stat-card--info .dashboard-stat-card__icon{background:#5a6bff1f}.dashboard-stat-card--success .dashboard-stat-card__content strong,.dashboard-stat-card--success .dashboard-stat-card__icon{color:#34a853}.dashboard-stat-card--success .dashboard-stat-card__icon{background:#34a85321}.dashboard-section-card{background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1.5px solid #025f481a;overflow:hidden}.dashboard-section-card__header{border-bottom:1px solid #025f4814;justify-content:space-between;align-items:center;gap:14px;padding:16px 20px;display:flex}.dashboard-section-card__header h2{color:var(--color-text);font-size:1.15rem;font-weight:800}.dashboard-section-card__header p{color:var(--color-subtitle);margin-top:4px;font-size:.84rem;font-weight:700}.dashboard-section-card__body{padding:16px 20px 20px}.admin-dashboard-page{gap:22px}.admin-dashboard__stats-grid{margin-top:-2px}.admin-dashboard-grid{grid-template-columns:minmax(0,1.45fr) minmax(360px,.95fr);align-items:stretch;gap:18px;display:grid}.admin-dashboard-grid .dashboard-section-card{height:100%}.admin-dashboard-map-card .dashboard-section-card__body,.admin-dashboard-companies-card .dashboard-section-card__body{padding:16px}.admin-dashboard-map-card .reports-map,.admin-dashboard-map-card .reports-map__canvas,.admin-dashboard-map-card .leaflet-container{border-radius:var(--radius-md)}.admin-companies-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-content:center;gap:12px;height:100%;display:grid}.admin-company-card{border-radius:var(--radius-md);min-height:94px;transition:transform var(--transition-base), border-color var(--transition-base), box-shadow var(--transition-base);background:linear-gradient(#e8ffe894,#fffffffa);border:1.5px solid #025f481f;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:10px;padding:14px;display:grid;position:relative;box-shadow:0 6px 18px #025f480f}.admin-company-card:hover{border-color:#025f483d;transform:translateY(-2px);box-shadow:0 12px 26px #025f481a}.admin-company-card__icon{background:var(--color-primary);width:36px;height:36px;color:var(--color-white);border-radius:12px;place-items:center;display:grid}.admin-company-card__icon svg{width:18px;height:18px}.admin-company-card__content{min-width:0}.admin-company-card__content strong,.admin-company-card__content span{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.admin-company-card__content strong{color:var(--color-text);font-size:.98rem;font-weight:900}.admin-company-card__content span{color:var(--color-subtitle);margin-top:4px;font-size:.8rem;font-weight:700}.admin-company-card__badge{border-radius:999px;min-height:26px;padding:5px 9px;font-size:.72rem;font-weight:900;position:absolute;bottom:10px;left:10px}.admin-company-card__badge--warning{color:#b17800;background:#ffc1072e}.admin-company-card__badge--danger{color:#c24a4a;background:#ef7c7c2e}.admin-company-card__badge--success{color:#218540;background:#34a85329}.admin-dashboard-reports-card .dashboard-section-card__header{align-items:flex-start}.admin-reports-toolbar{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.admin-reports-search{background:var(--color-surface);width:min(360px,100%);min-height:42px;color:var(--color-primary);border:1.5px solid #025f4847;border-radius:12px;align-items:center;gap:10px;padding:0 12px;display:flex}.admin-reports-search input{width:100%;height:40px;box-shadow:none;color:var(--color-text);background:0 0;border:0;border-radius:0;padding:0;font-weight:700}.admin-reports-search input:focus{box-shadow:none;border:0}.admin-reports-toolbar select{background:var(--color-surface);min-width:128px;min-height:42px;color:var(--color-text-soft);border:1.5px solid #025f4824;border-radius:12px;outline:0;padding:0 12px;font-size:.84rem;font-weight:800}.admin-filter-btn{width:42px;height:42px;color:var(--color-primary);transition:transform var(--transition-base), background var(--transition-base);background:#e8ffe8a6;border:1.5px solid #025f4829;border-radius:12px;place-items:center;display:grid}.admin-filter-btn:hover{background:#e8ffe8f2;transform:translateY(-1px)}.admin-reports-table-wrap{border-radius:0 0 var(--radius-md) var(--radius-md);overflow-x:auto}.admin-reports-table{border-collapse:collapse;width:100%;min-width:980px}.admin-reports-table th,.admin-reports-table td{text-align:right;white-space:nowrap;border-bottom:1px solid #025f4814;padding:14px 12px}.admin-reports-table th{color:#545454;background:#f0f0f0;font-size:.86rem;font-weight:900}.admin-reports-table td{color:var(--color-text);font-size:.92rem;font-weight:800}.admin-rating{align-items:center;gap:4px;display:inline-flex}.admin-rating svg{fill:#c6df00;color:#c6df00;width:17px;height:17px}.admin-status-badge,.admin-priority-badge,.admin-company-pill{border-radius:999px;justify-content:center;align-items:center;gap:6px;min-height:30px;padding:6px 11px;font-size:.78rem;font-weight:900;display:inline-flex}.admin-status-badge--success{color:#218540;background:#34a85329}.admin-status-badge--warning{color:#8f810e;background:#d6c84f38}.admin-status-badge--info{color:#4352db;background:#5a6bff1f}.admin-priority-badge--success{color:#218540;background:#34a85324}.admin-priority-badge--warning{color:#b17800;background:#ffc1072e}.admin-priority-badge--danger{color:#c24a4a;background:#ef7c7c2e}.admin-priority-badge:before{content:"";background:currentColor;border-radius:50%;width:8px;height:8px}.admin-company-pill{color:var(--color-primary);background:#025f481a}.admin-view-btn{background:var(--color-primary);min-height:34px;color:var(--color-white);transition:transform var(--transition-base), background var(--transition-base);border-radius:999px;align-items:center;gap:6px;padding:7px 12px;font-size:.78rem;font-weight:900;display:inline-flex}.admin-view-btn:hover{background:var(--color-primary-dark);transform:translateY(-1px)}.admin-view-btn svg{width:15px;height:15px}@media (width<=1200px){.admin-dashboard-grid{grid-template-columns:1fr}.admin-companies-grid{align-content:stretch}.dashboard-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=992px){.admin-dashboard-reports-card .dashboard-section-card__header{display:grid}.admin-dashboard-reports-card .dashboard-section-card__action,.admin-reports-toolbar,.admin-reports-search{width:100%}.admin-reports-toolbar select{flex:150px}}@media (width<=768px){.admin-dashboard-page{gap:18px}.dashboard-stats-grid{grid-template-columns:1fr}.dashboard-section-card__header,.dashboard-section-card__body{padding-inline:16px}.admin-dashboard-map-card .dashboard-section-card__body,.admin-dashboard-companies-card .dashboard-section-card__body{padding:12px}.admin-companies-grid{grid-template-columns:1fr}.admin-company-card{min-height:86px}.admin-reports-toolbar{grid-template-columns:1fr;display:grid}.admin-reports-toolbar select,.admin-filter-btn{width:100%}.admin-filter-btn{height:42px}}.admin-dashboard-reports-card .dashboard-section-card__header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.admin-dashboard-reports-card .dashboard-section-card__header>div:first-child{flex-shrink:0}.admin-dashboard-reports-card .dashboard-section-card__action{flex:1;min-width:0}.admin-reports-toolbar{direction:rtl;grid-template-columns:minmax(280px,420px) minmax(145px,165px) minmax(145px,170px) 46px;justify-content:end;align-items:center;gap:10px;width:100%;display:grid}.admin-reports-search{background:var(--color-surface);width:100%;min-width:0;min-height:44px;color:var(--color-primary);transition:border-color var(--transition-base), box-shadow var(--transition-base), background var(--transition-base);border:1.5px solid #025f4838;border-radius:14px;align-items:center;gap:10px;padding:0 14px;display:flex}.admin-reports-search:focus-within{background:#fff;border-color:#025f4880;box-shadow:0 8px 22px #025f4814}.admin-reports-search svg{flex-shrink:0;width:19px;height:19px}.admin-reports-search input{width:100%;height:42px;color:var(--color-text);background:0 0;border:0;min-width:0;padding:0;font-weight:800}.admin-reports-search input:focus{box-shadow:none;border:0;outline:0}.admin-reports-search input::placeholder{color:#40494699}.admin-filter-select{z-index:20;width:100%;min-width:0;position:relative}.admin-filter-select__button{background:var(--color-surface);width:100%;min-height:44px;color:var(--color-text);white-space:nowrap;transition:border-color var(--transition-base), box-shadow var(--transition-base), background var(--transition-base);border:1.5px solid #025f4829;border-radius:14px;justify-content:space-between;align-items:center;gap:8px;padding:0 13px;font-size:.88rem;font-weight:900;display:flex}.admin-filter-select__button:hover,.admin-filter-select__button.is-open{background:#fff;border-color:#025f486b;box-shadow:0 8px 22px #025f4814}.admin-filter-select__button svg{width:17px;height:17px;color:var(--color-primary);transition:transform var(--transition-base);flex-shrink:0}.admin-filter-select__button span{text-overflow:ellipsis;min-width:0;overflow:hidden}.admin-filter-select__menu{z-index:80;background:#fff;border:1.5px solid #025f4824;border-radius:16px;margin:0;padding:7px;list-style:none;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden;box-shadow:0 18px 40px #06241d29}.admin-filter-select__option{width:100%;min-height:38px;color:var(--color-text);text-align:right;transition:background var(--transition-base), color var(--transition-base);background:0 0;border:0;border-radius:11px;justify-content:space-between;align-items:center;gap:8px;padding:0 10px;font-size:.86rem;font-weight:850;display:flex}.admin-filter-select__option svg{flex-shrink:0;width:16px;height:16px}.admin-filter-btn{width:46px;min-width:46px;height:44px;color:var(--color-primary);transition:transform var(--transition-base), background var(--transition-base), box-shadow var(--transition-base);background:#e8ffe8bf;border:1.5px solid #025f4824;border-radius:14px;place-items:center;display:grid}.admin-filter-btn:hover{background:#e8ffe8;transform:translateY(-1px);box-shadow:0 8px 20px #025f4814}.admin-filter-btn svg{width:19px;height:19px}@media (width<=1250px){.admin-dashboard-reports-card .dashboard-section-card__header{grid-template-columns:1fr;display:grid}.admin-dashboard-reports-card .dashboard-section-card__action{width:100%}.admin-reports-toolbar{grid-template-columns:minmax(260px,1fr) minmax(135px,155px) minmax(135px,160px) 46px;justify-content:stretch}}@media (width<=768px){.admin-dashboard-reports-card .dashboard-section-card__header{gap:12px}.admin-reports-toolbar{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 44px;gap:8px}.admin-reports-search{border-radius:13px;grid-column:1/-1;min-height:40px;padding-inline:12px}.admin-reports-search input{height:38px;font-size:.86rem}.admin-filter-select__button{border-radius:13px;min-height:40px;padding-inline:10px;font-size:.8rem}.admin-filter-btn{border-radius:13px;width:44px;min-width:44px;height:40px}.admin-filter-select__menu{border-radius:14px;top:calc(100% + 6px)}.admin-filter-select__option{min-height:36px;font-size:.8rem}}@media (width<=420px){.admin-reports-toolbar{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 42px;gap:7px}.admin-filter-select__button{padding-inline:8px;font-size:.76rem}.admin-filter-btn{width:42px;min-width:42px}}.admin-dashboard-map-page{gap:18px;display:grid}.admin-dashboard-map-shell{background:#f7fbf8;height:calc(100dvh - 330px);min-height:520px}.admin-dashboard-map{width:100%;height:100%}.admin-dashboard-map-flag{filter:drop-shadow(0 8px 14px #0f172a38);width:34px;height:42px;transition:transform .2s;position:relative;transform:translateY(0)}.admin-dashboard-map-flag:before{content:"";background:#b17800;border-radius:18px 18px 18px 4px;position:absolute;inset:0;transform:rotate(-45deg)}.admin-dashboard-map-flag span{z-index:2;background:#fff;border-radius:999px;width:18px;height:18px;position:absolute;top:8px;left:8px}.admin-dashboard-map-flag.is-active{transform:translateY(-6px)scale(1.08)}.admin-dashboard-map-flag--success:before{background:#218540}.admin-dashboard-map-flag--warning:before{background:#c7a620}.admin-dashboard-map-flag--danger:before{background:#c24a4a}.admin-dashboard-map-flag--info:before{background:#4352db}.admin-dashboard-map-popup .leaflet-popup-content-wrapper{border-radius:18px;box-shadow:0 16px 34px #0f172a29}.admin-dashboard-map-popup .leaflet-popup-content{min-width:210px;margin:0}.admin-dashboard-map-popup__content{direction:rtl;gap:10px;padding:14px;display:grid}.admin-dashboard-map-popup__content strong{color:var(--color-primary);font-size:.98rem;font-weight:950}.admin-dashboard-map-popup__content>span{color:var(--color-subtitle);align-items:center;gap:6px;font-size:.78rem;font-weight:850;display:flex}.admin-dashboard-map-popup__badges{flex-wrap:wrap;gap:6px;display:flex}.admin-dashboard-map-popup__badges small{border-radius:999px;padding:5px 9px;font-size:.7rem;font-weight:950}.admin-dashboard-map-popup__badges small.is-success{color:#218540;background:#34a85324}.admin-dashboard-map-popup__badges small.is-warning{color:#b17800;background:#ffc1072e}.admin-dashboard-map-popup__badges small.is-danger{color:#c24a4a;background:#ef7c7c24}.admin-dashboard-map-popup__badges small.is-info{color:#4352db;background:#5a6bff1f}.admin-dashboard-map-popup__content button{background:var(--color-primary);color:#fff;border-radius:12px;justify-content:center;align-items:center;gap:7px;min-height:36px;font-size:.78rem;font-weight:950;display:inline-flex}@media (width<=1100px){.admin-dashboard-map-toolbar{grid-template-columns:1fr 1fr}.admin-dashboard-filter-icon-btn{width:100%}}@media (width<=768px){.admin-dashboard-map-toolbar-header,.admin-dashboard-map-card__header,.admin-dashboard-report-modal__header{text-align:center;justify-items:center;display:grid}.admin-dashboard-map-toolbar{grid-template-columns:1fr}.admin-dashboard-map-search,.admin-dashboard-reset-btn,.admin-dashboard-filter-icon-btn{width:100%}.admin-dashboard-map-shell{height:560px;min-height:560px}.admin-dashboard-report-modal-backdrop{align-items:start;padding:18px 12px}.admin-dashboard-report-modal{border-radius:22px;max-height:calc(100dvh - 36px)}.admin-dashboard-report-modal__close{top:12px;left:12px}.admin-dashboard-report-modal__header{padding:70px 18px 18px}.admin-dashboard-report-modal__open-btn{justify-content:center;width:100%}.admin-dashboard-report-modal__body{grid-template-columns:1fr;padding:18px}.admin-dashboard-report-modal__images{grid-template-columns:1fr}.admin-dashboard-report-modal__images img{height:150px}}.admin-dashboard-page{gap:18px;display:grid}.admin-dashboard-map-toolbar-card,.admin-dashboard-map-card{box-shadow:var(--shadow-sm);background:#fff;border:1px solid #025f4814;border-radius:24px}.admin-dashboard-map-toolbar-card{gap:16px;padding:18px;display:grid}.admin-dashboard-map-toolbar-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.admin-dashboard-map-toolbar-header h2,.admin-dashboard-map-card__header h2{color:var(--color-primary);margin:0;font-size:1.15rem;font-weight:950}.admin-dashboard-map-toolbar-header p,.admin-dashboard-map-card__header p{color:var(--color-subtitle);margin:5px 0 0;font-size:.86rem;font-weight:850}.admin-dashboard-reset-btn,.admin-dashboard-filter-icon-btn{min-height:44px;color:var(--color-primary);background:#025f4814;border-radius:14px;justify-content:center;align-items:center;gap:8px;font-weight:950;display:inline-flex}.admin-dashboard-reset-btn{padding:8px 14px}.admin-dashboard-filter-icon-btn{flex-shrink:0;width:48px}.admin-dashboard-map-toolbar{grid-template-columns:minmax(280px,1.4fr) repeat(3,minmax(160px,.7fr)) auto;gap:10px;display:grid}.admin-dashboard-map-search{background:#fff;border:1.5px solid #025f4824;border-radius:14px;align-items:center;gap:10px;min-height:44px;padding:0 14px;display:flex}.admin-dashboard-map-search svg{color:var(--color-primary);width:18px;height:18px}.admin-dashboard-map-search input{width:100%;color:var(--color-text);border:0;outline:0;font-weight:850}.admin-dashboard-map-card__header{border-bottom:1px solid #025f4814;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex}.admin-dashboard-active-report{min-height:34px;color:var(--color-primary);white-space:nowrap;background:#025f4814;border-radius:999px;align-items:center;padding:7px 12px;font-size:.78rem;font-weight:950;display:inline-flex}.admin-dashboard-active-report.is-success{color:#218540;background:#34a85324}.admin-dashboard-active-report.is-warning{color:#b17800;background:#ffc1072e}.admin-dashboard-active-report.is-danger{color:#c24a4a;background:#ef7c7c24}.admin-dashboard-active-report.is-info{color:#4352db;background:#5a6bff1f}.admin-dashboard-map-wrapper{min-height:560px;position:relative}.admin-dashboard-map-wrapper .leaflet-container{min-height:560px}.admin-dashboard-selected-report-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:700;background:#fffffff5;border:1px solid #025f481a;border-radius:18px;gap:10px;width:min(340px,100% - 40px);padding:16px;display:grid;position:absolute;top:20px;right:20px;box-shadow:0 18px 40px #0f172a29}.admin-dashboard-selected-report-card__close{color:#c24a4a;background:#ef7c7c1f;border-radius:999px;place-items:center;width:28px;height:28px;display:grid;position:absolute;top:10px;left:10px}.admin-dashboard-selected-report-card__header{gap:8px;padding-inline-start:30px;display:grid}.admin-dashboard-selected-report-card__header span{border-radius:999px;width:fit-content;min-height:28px;padding:5px 10px;font-size:.72rem;font-weight:950}.admin-dashboard-selected-report-card__header span.is-success{color:#218540;background:#34a85324}.admin-dashboard-selected-report-card__header span.is-warning{color:#b17800;background:#ffc1072e}.admin-dashboard-selected-report-card__header span.is-danger{color:#c24a4a;background:#ef7c7c24}.admin-dashboard-selected-report-card__header span.is-info{color:#4352db;background:#5a6bff1f}.admin-dashboard-selected-report-card__header strong{color:var(--color-primary);font-size:1rem;font-weight:950}.admin-dashboard-selected-report-card p{color:var(--color-subtitle);margin:0;font-size:.84rem;font-weight:850;line-height:1.7}.admin-dashboard-selected-report-card__location{color:var(--color-text);align-items:center;gap:8px;font-size:.82rem;font-weight:900;display:flex}.admin-dashboard-selected-report-card__location svg{color:var(--color-primary);flex-shrink:0}.admin-dashboard-selected-report-card__actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.admin-dashboard-selected-report-card__actions button{background:var(--color-primary);color:#fff;border-radius:12px;justify-content:center;align-items:center;gap:7px;min-height:38px;font-size:.78rem;font-weight:950;display:inline-flex}.admin-dashboard-selected-report-card__actions button:last-child{color:var(--color-primary);background:#025f481a}.admin-filter-select{position:relative}.admin-filter-select__menu--portal{direction:rtl;background:#fff;border:1.5px solid #025f4824;border-radius:16px;gap:6px;max-height:280px;margin:0;padding:8px;list-style:none;display:grid;overflow-y:auto;box-shadow:0 18px 40px #0f172a29}.admin-filter-select__menu--portal li{list-style:none}.admin-filter-select__option{width:100%;min-height:40px;color:var(--color-text);text-align:right;background:0 0;border:0;border-radius:12px;justify-content:space-between;align-items:center;gap:8px;padding:8px 12px;font-size:.86rem;font-weight:900;display:flex}.admin-dashboard-report-modal-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:99999;background:#0f172a6b;place-items:center;padding:28px;display:grid;position:fixed;inset:0;overflow-y:auto}.admin-dashboard-report-modal{background:#fff;border-radius:26px;width:min(980px,100%);max-height:calc(100dvh - 56px);position:relative;overflow-y:auto;box-shadow:0 26px 70px #0f172a3d}.admin-dashboard-report-modal__close{color:#c24a4a;z-index:2;background:#ef7c7c1a;border-radius:999px;place-items:center;width:42px;height:42px;display:grid;position:absolute;top:18px;left:18px}.admin-dashboard-report-modal__header{border-bottom:1px solid #025f4814;justify-content:space-between;align-items:flex-start;gap:18px;padding:28px 28px 20px;display:flex}.admin-dashboard-report-modal__status{border-radius:999px;align-items:center;width:fit-content;min-height:30px;padding:6px 11px;font-size:.76rem;font-weight:950;display:inline-flex}.admin-dashboard-report-modal__status.is-success{color:#218540;background:#34a85324}.admin-dashboard-report-modal__status.is-warning{color:#b17800;background:#ffc1072e}.admin-dashboard-report-modal__status.is-danger{color:#c24a4a;background:#ef7c7c24}.admin-dashboard-report-modal__status.is-info{color:#4352db;background:#5a6bff1f}.admin-dashboard-report-modal__header h2{color:var(--color-primary);margin:12px 0 4px;font-size:1.5rem;font-weight:950}.admin-dashboard-report-modal__header p{color:var(--color-subtitle);margin:0;font-weight:850}.admin-dashboard-report-modal__open-btn{background:var(--color-primary);color:#fff;white-space:nowrap;border-radius:14px;align-items:center;gap:8px;min-height:44px;padding:9px 15px;font-weight:950;display:inline-flex}.admin-dashboard-report-modal__body{grid-template-columns:minmax(0,1.4fr) minmax(260px,.7fr);gap:18px;padding:22px 28px 28px;display:grid}.admin-dashboard-report-modal__main{gap:14px;display:grid}.admin-dashboard-report-modal__section{background:#fafafa;border-radius:18px;gap:10px;padding:16px;display:grid}.admin-dashboard-report-modal__section h3{color:var(--color-primary);align-items:center;gap:8px;margin:0;font-size:.95rem;font-weight:950;display:flex}.admin-dashboard-report-modal__section p{color:var(--color-subtitle);margin:0;font-size:.86rem;font-weight:800;line-height:1.8}.admin-dashboard-report-modal__images{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.admin-dashboard-report-modal__images img{object-fit:cover;border-radius:14px;width:100%;height:110px}.admin-dashboard-company-response-preview{gap:6px;display:grid}.admin-dashboard-company-response-preview strong{color:var(--color-text);font-weight:950}.admin-dashboard-company-response-preview span{color:var(--color-primary);font-size:.78rem;font-weight:900}.admin-dashboard-report-modal__side{align-content:start;gap:10px;display:grid}.admin-dashboard-report-info-item{background:#fff;border:1px solid #025f4814;border-radius:16px;gap:10px;padding:13px;display:flex}.admin-dashboard-report-info-item>svg{color:var(--color-primary);flex-shrink:0;width:18px;height:18px;margin-top:3px}.admin-dashboard-report-info-item span{color:var(--color-subtitle);font-size:.74rem;font-weight:850}.admin-dashboard-report-info-item strong{color:var(--color-text);margin-top:3px;font-size:.84rem;font-weight:950;display:block}@media (width<=1100px){.admin-dashboard-map-toolbar{grid-template-columns:1fr 1fr}.admin-dashboard-filter-icon-btn{width:100%}}@media (width<=768px){.admin-dashboard-map-toolbar-header,.admin-dashboard-map-card__header,.admin-dashboard-report-modal__header{text-align:center;justify-items:center;display:grid}.admin-dashboard-map-toolbar{grid-template-columns:1fr}.admin-dashboard-map-search,.admin-dashboard-reset-btn,.admin-dashboard-filter-icon-btn{width:100%}.admin-dashboard-map-wrapper,.admin-dashboard-map-wrapper .leaflet-container{min-height:540px}.admin-dashboard-selected-report-card{width:auto;inset:auto 12px 16px}.admin-dashboard-selected-report-card__actions{grid-template-columns:1fr}.admin-dashboard-report-modal-backdrop{align-items:start;padding:18px 12px}.admin-dashboard-report-modal{border-radius:22px;max-height:calc(100dvh - 36px)}.admin-dashboard-report-modal__close{top:12px;left:12px}.admin-dashboard-report-modal__header{padding:70px 18px 18px}.admin-dashboard-report-modal__open-btn{justify-content:center;width:100%}.admin-dashboard-report-modal__body{grid-template-columns:1fr;padding:18px}.admin-dashboard-report-modal__images{grid-template-columns:1fr}.admin-dashboard-report-modal__images img{height:150px}}.admin-dashboard-map-card{overflow:visible}.admin-dashboard-map-wrapper{min-height:560px;padding:18px;position:relative;overflow:visible}.admin-dashboard-map-wrapper .leaflet-container{border-radius:20px;min-height:560px;overflow:hidden}.admin-dashboard-map-toolbar-card{z-index:50;position:relative;overflow:visible}.admin-dashboard-map-toolbar{z-index:60;position:relative;overflow:visible}.admin-dashboard-map-card{z-index:1;position:relative}.admin-filter-select{z-index:80;position:relative}.admin-filter-select.is-open{z-index:999}.admin-filter-select__button{width:100%;min-height:44px;color:var(--color-text);background:#fff;border:1.5px solid #025f4824;border-radius:14px;justify-content:space-between;align-items:center;gap:10px;padding:0 14px;font-weight:950;display:flex}.admin-filter-select__button svg{color:var(--color-primary);transition:transform .2s}.admin-filter-select__button.is-open svg{transform:rotate(180deg)}.admin-filter-select__menu{z-index:9999;direction:rtl;background:#fff;border:1.5px solid #025f4824;border-radius:16px;gap:6px;max-height:280px;margin:0;padding:8px;list-style:none;display:grid;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto;box-shadow:0 18px 40px #0f172a29}.admin-filter-select__menu li{list-style:none}.admin-filter-select__option{width:100%;min-height:40px;color:var(--color-text);text-align:right;cursor:pointer;background:0 0;border:0;border-radius:12px;justify-content:space-between;align-items:center;gap:8px;padding:8px 12px;font-size:.86rem;font-weight:900;display:flex}.admin-filter-select__option:hover,.admin-filter-select__option.is-active{color:var(--color-primary);background:#025f4814}.admin-filter-select__option span{text-align:right;flex:1}.admin-filter-select__option svg{width:16px;height:16px;color:var(--color-primary)}@media (width<=768px){.admin-dashboard-map-wrapper{min-height:540px;padding:12px}.admin-dashboard-map-wrapper .leaflet-container{border-radius:18px;min-height:540px}.admin-filter-select__menu{max-height:240px}}.admin-dashboard-report-modal__actions{flex-shrink:0;justify-content:flex-end;align-items:center;gap:10px;display:flex}.admin-dashboard-report-modal__actions .admin-dashboard-report-modal__close{flex-shrink:0;width:44px;height:44px;position:static;top:auto;left:auto}.admin-dashboard-report-modal__actions .admin-dashboard-report-modal__open-btn{flex-shrink:0}@media (width<=768px){.admin-dashboard-report-modal__actions{justify-content:center;width:100%}.admin-dashboard-report-modal__actions .admin-dashboard-report-modal__open-btn{flex:1;justify-content:center;width:auto;min-width:0}.admin-dashboard-report-modal__actions .admin-dashboard-report-modal__close{width:44px;height:44px}}.admin-dashboard-map-toolbar{grid-template-columns:minmax(280px,1.4fr) repeat(3,minmax(160px,.7fr))}.admin-dashboard-map-legend{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:14px 18px 0;display:grid}.admin-dashboard-map-legend__item{background:#fbfdfc;border:1px solid #025f4814;border-radius:16px;align-items:center;gap:10px;min-height:62px;padding:10px 12px;display:flex}.admin-dashboard-map-legend__flag{background:#c7a620;border-radius:12px 12px 12px 3px;flex-shrink:0;width:18px;height:24px;transform:rotate(-45deg);box-shadow:0 6px 12px #0f172a29}.admin-dashboard-map-legend__flag.is-warning,.admin-dashboard-active-report.is-warning,.admin-dashboard-selected-report-card__header span.is-warning,.admin-dashboard-report-modal__status.is-warning{color:#9c6b00;background-color:#ffc1072e}.admin-dashboard-map-legend__flag.is-warning{background:#c79417}.admin-dashboard-map-legend__flag.is-info{background:#2563eb}.admin-dashboard-map-legend__flag.is-success{background:#218540}.admin-dashboard-map-legend__flag.is-danger{background:#c24a4a}.admin-dashboard-map-legend__item strong,.admin-dashboard-map-legend__item small{display:block}.admin-dashboard-map-legend__item strong{color:var(--color-text);font-size:.82rem;font-weight:950}.admin-dashboard-map-legend__item small{color:var(--color-subtitle);margin-top:3px;font-size:.72rem;font-weight:800;line-height:1.5}.admin-dashboard-state-card,.admin-dashboard-map-empty-card{min-height:46px;color:var(--color-primary);text-align:center;background:#e8ffe880;border:1px solid #025f481a;border-radius:16px;justify-content:center;align-items:center;gap:9px;margin:14px 18px 0;padding:11px 14px;font-size:.85rem;font-weight:900;display:flex}.admin-dashboard-state-card.is-error{color:#c24a4a;background:#ef7c7c1a;border-color:#c24a4a2e}.admin-dashboard-state-card__spinner{animation:.9s linear infinite admin-dashboard-spin}.admin-dashboard-map-empty-card{inset-inline:34px;z-index:650;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff0;margin:0;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 14px 36px #0f172a1f}.admin-dashboard-map-wrapper .is-warning,.admin-dashboard-map-wrapper .tone-warning,.admin-dashboard-map-wrapper .status-warning{--marker-color:#c79417}.admin-dashboard-map-wrapper .is-info,.admin-dashboard-map-wrapper .tone-info,.admin-dashboard-map-wrapper .status-info{--marker-color:#2563eb}.admin-dashboard-map-wrapper .is-success,.admin-dashboard-map-wrapper .tone-success,.admin-dashboard-map-wrapper .status-success{--marker-color:#218540}.admin-dashboard-map-wrapper .is-danger,.admin-dashboard-map-wrapper .tone-danger,.admin-dashboard-map-wrapper .status-danger{--marker-color:#c24a4a}.admin-dashboard-map-wrapper .reports-map__marker.is-warning,.admin-dashboard-map-wrapper .reports-map-marker.is-warning,.admin-dashboard-map-wrapper .map-marker.is-warning{color:#c79417}.admin-dashboard-map-wrapper .reports-map__marker.is-info,.admin-dashboard-map-wrapper .reports-map-marker.is-info,.admin-dashboard-map-wrapper .map-marker.is-info{color:#2563eb}.admin-dashboard-map-wrapper .reports-map__marker.is-success,.admin-dashboard-map-wrapper .reports-map-marker.is-success,.admin-dashboard-map-wrapper .map-marker.is-success{color:#218540}.admin-dashboard-map-wrapper .reports-map__marker.is-danger,.admin-dashboard-map-wrapper .reports-map-marker.is-danger,.admin-dashboard-map-wrapper .map-marker.is-danger{color:#c24a4a}@media (width<=1100px){.admin-dashboard-map-toolbar{grid-template-columns:1fr 1fr}.admin-dashboard-map-legend{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.admin-dashboard-map-toolbar,.admin-dashboard-map-legend{grid-template-columns:1fr}.admin-dashboard-map-legend{padding-inline:12px}.admin-dashboard-map-empty-card{inset-inline:22px}}.admin-dashboard-report-gallery{gap:10px;display:grid}.admin-dashboard-report-gallery__main{cursor:zoom-in;background:#e8eeee;border:0;border-radius:16px;width:100%;height:210px;padding:0;position:relative;overflow:hidden}.admin-dashboard-report-gallery__main img{object-fit:cover;width:100%;height:100%;transition:transform .22s}.admin-dashboard-report-gallery__main:hover img{transform:scale(1.06)}.admin-dashboard-report-gallery__main span{color:#fff;opacity:0;pointer-events:none;background:#00000094;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:8px 12px;font-size:.82rem;font-weight:900;transition:opacity .18s,transform .18s;display:inline-flex;position:absolute;inset:auto 12px 12px;transform:translateY(8px)}.admin-dashboard-report-gallery__main:hover span,.admin-dashboard-report-gallery__main:focus-visible span{opacity:1;transform:translateY(0)}.admin-dashboard-report-gallery__thumbs{gap:8px;padding-bottom:3px;display:flex;overflow-x:auto}.admin-dashboard-report-gallery__thumbs button{cursor:pointer;background:#f1f5f3;border:2px solid #0000;border-radius:11px;flex:none;width:58px;height:48px;padding:2px;transition:border-color .18s,transform .18s;overflow:hidden}.admin-dashboard-report-gallery__thumbs button:hover,.admin-dashboard-report-gallery__thumbs button.is-active{border-color:var(--color-primary);transform:translateY(-1px)}.admin-dashboard-report-gallery__thumbs img{object-fit:cover;border-radius:8px;width:100%;height:100%}.admin-dashboard-image-lightbox{z-index:1800;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.admin-dashboard-image-lightbox__backdrop{-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);cursor:zoom-out;background:#0a1614c7;border:0;position:absolute;inset:0}.admin-dashboard-image-lightbox__content{z-index:1;background:#101816;border-radius:22px;grid-template-rows:auto minmax(0,1fr) auto;width:min(1020px,96vw);max-height:92vh;display:grid;position:relative;overflow:hidden;box-shadow:0 24px 80px #00000057}.admin-dashboard-image-lightbox__header{color:#fff;border-bottom:1px solid #ffffff1a;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:14px 16px;display:grid}.admin-dashboard-image-lightbox__header strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.95rem;font-weight:950;overflow:hidden}.admin-dashboard-image-lightbox__header span{color:#ffffffc2;font-size:.84rem;font-weight:850}.admin-dashboard-image-lightbox__header button,.admin-dashboard-image-lightbox__nav,.admin-dashboard-image-lightbox__thumbs button{cursor:pointer;border:0}.admin-dashboard-image-lightbox__header button{color:#fff;background:#ffffff1f;border-radius:50%;place-items:center;width:38px;height:38px;display:grid}.admin-dashboard-image-lightbox__header button:hover{background:#fff3}.admin-dashboard-image-lightbox__stage{background:#0c1110;place-items:center;min-height:320px;display:grid;position:relative}.admin-dashboard-image-lightbox__stage img{object-fit:contain;max-width:100%;max-height:68vh}.admin-dashboard-image-lightbox__nav{color:#fff;z-index:2;background:#ffffff24;border-radius:50%;place-items:center;width:44px;height:44px;transition:background .18s,transform .18s;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.admin-dashboard-image-lightbox__nav:hover{background:#ffffff3d;transform:translateY(-50%)scale(1.06)}.admin-dashboard-image-lightbox__nav--prev{right:18px}.admin-dashboard-image-lightbox__nav--next{left:18px}.admin-dashboard-image-lightbox__thumbs{background:#101816;justify-content:center;gap:8px;padding:12px;display:flex;overflow-x:auto}.admin-dashboard-image-lightbox__thumbs button{background:#ffffff14;border:2px solid #0000;border-radius:12px;width:66px;height:52px;padding:2px;overflow:hidden}.admin-dashboard-image-lightbox__thumbs button.is-active,.admin-dashboard-image-lightbox__thumbs button:hover{border-color:#fff}.admin-dashboard-image-lightbox__thumbs img{object-fit:cover;border-radius:8px;width:100%;height:100%}@media (width<=640px){.admin-dashboard-image-lightbox{padding:12px}.admin-dashboard-report-gallery__main{height:180px}.admin-dashboard-image-lightbox__content{border-radius:18px;width:100%}.admin-dashboard-image-lightbox__stage{min-height:260px}.admin-dashboard-image-lightbox__nav{width:38px;height:38px}}.admin-manage-reports-page,.admin-report-details-page{gap:22px}.admin-manage-reports-card .dashboard-section-card__header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.admin-manage-reports-card .dashboard-section-card__header>div:first-child{flex-shrink:0}.admin-manage-reports-card .dashboard-section-card__action{flex:1;min-width:0}.admin-manage-reports-card .dashboard-section-card__body{padding-top:18px}.admin-manage-reports-toolbar{direction:rtl;grid-template-columns:minmax(280px,420px) minmax(145px,165px) minmax(145px,170px) 46px;justify-content:end;align-items:center;gap:10px;width:100%;display:grid}.admin-manage-reports-search{background:var(--color-surface);width:100%;min-width:0;min-height:44px;color:var(--color-primary);transition:border-color var(--transition-base), box-shadow var(--transition-base), background var(--transition-base);border:1.5px solid #025f4838;border-radius:14px;align-items:center;gap:10px;padding:0 14px;display:flex}.admin-manage-reports-search:focus-within{background:#fff;border-color:#025f4880;box-shadow:0 8px 22px #025f4814}.admin-manage-reports-search svg{flex-shrink:0;width:19px;height:19px}.admin-manage-reports-search input{width:100%;min-width:0;height:42px;color:var(--color-text);background:0 0;border:0;padding:0;font-weight:800}.admin-manage-reports-search input:focus{box-shadow:none;border:0;outline:0}.admin-manage-reports-search input::placeholder{color:#40494699}.admin-manage-reports-filter-btn{width:46px;min-width:46px;height:44px;color:var(--color-primary);transition:transform var(--transition-base), background var(--transition-base), box-shadow var(--transition-base);background:#e8ffe8bf;border:1.5px solid #025f4824;border-radius:14px;place-items:center;display:grid}.admin-manage-reports-filter-btn:hover{background:#e8ffe8;transform:translateY(-1px);box-shadow:0 8px 20px #025f4814}.admin-manage-reports-filter-btn svg{width:19px;height:19px}.admin-report-filter-select{z-index:30;width:100%;min-width:0;position:relative}.admin-report-filter-select__button{background:var(--color-surface);width:100%;min-height:44px;color:var(--color-text);white-space:nowrap;transition:border-color var(--transition-base), box-shadow var(--transition-base), background var(--transition-base);border:1.5px solid #025f4829;border-radius:14px;justify-content:space-between;align-items:center;gap:8px;padding:0 13px;font-size:.88rem;font-weight:900;display:flex}.admin-report-filter-select__button:hover,.admin-report-filter-select__button.is-open{background:#fff;border-color:#025f486b;box-shadow:0 8px 22px #025f4814}.admin-report-filter-select__button svg{width:17px;height:17px;color:var(--color-primary);transition:transform var(--transition-base);flex-shrink:0}.admin-report-filter-select__button.is-open svg{transform:rotate(180deg)}.admin-report-filter-select__button span{text-overflow:ellipsis;min-width:0;overflow:hidden}.admin-report-filter-select__menu{z-index:90;background:#fff;border:1.5px solid #025f4824;border-radius:16px;margin:0;padding:7px;list-style:none;overflow:hidden;box-shadow:0 18px 40px #06241d29}.admin-report-filter-select--overlay .admin-report-filter-select__menu{position:absolute;top:calc(100% + 8px);left:0;right:0}.admin-report-filter-select--inline{z-index:1;position:relative}.admin-report-filter-select--inline.is-open{z-index:10}.admin-report-filter-select--inline .admin-report-filter-select__menu{border-radius:14px;width:100%;max-height:none;margin-top:8px;position:static;inset:auto;overflow:visible;box-shadow:0 12px 28px #06241d1a}.admin-report-filter-select__option{width:100%;min-height:38px;color:var(--color-text);text-align:right;transition:background var(--transition-base), color var(--transition-base);background:0 0;border:0;border-radius:11px;justify-content:space-between;align-items:center;gap:8px;padding:0 10px;font-size:.86rem;font-weight:850;display:flex}.admin-report-filter-select__option:hover,.admin-report-filter-select__option.is-active{color:var(--color-primary);background:#025f4817}.admin-report-filter-select__option svg{flex-shrink:0;width:16px;height:16px}.admin-report-filter-select--inline .admin-report-filter-select__option{min-height:42px}.admin-report-status,.admin-report-priority,.admin-report-company-pill,.admin-report-type-pill{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:6px;min-height:30px;padding:6px 11px;font-size:.78rem;font-weight:900;display:inline-flex}.admin-report-status--success,.admin-report-priority--success,.admin-report-type-pill--success{color:#218540;background:#34a85324}.admin-report-status--warning,.admin-report-priority--warning,.admin-report-type-pill--warning{color:#b17800;background:#ffc1072e}.admin-report-status--info{color:#4352db;background:#5a6bff1f}.admin-report-status--danger{color:#dc2626;background:#ef44441f}.admin-report-status--dark{color:#111827;background:#1118271a}.admin-report-priority--danger,.admin-report-type-pill--danger{color:#c24a4a;background:#ef7c7c2e}.admin-report-priority:before,.admin-report-status:after{content:"";background:currentColor;border-radius:50%;width:8px;height:8px}.admin-report-company-pill{color:var(--color-primary);background:#025f481a}.admin-report-muted{color:#6f6f6f8c;font-weight:900}.admin-report-back-link{width:fit-content;min-height:40px;color:var(--color-primary);transition:transform var(--transition-base), background var(--transition-base);background:#025f4814;border-radius:999px;align-items:center;gap:8px;padding:8px 14px;font-size:.88rem;font-weight:900;display:inline-flex}.admin-report-back-link:hover{background:#025f4821;transform:translateY(-1px)}.admin-report-details-grid{grid-template-columns:minmax(280px,.42fr) minmax(0,1fr);align-items:start;gap:18px;display:grid}.admin-report-details-left,.admin-report-details-right{gap:18px;display:grid}.admin-report-details-card{background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1.5px solid #025f4814;overflow:hidden}.admin-report-details-card.admin-report-action-card{overflow:visible}.admin-report-card-header,.admin-report-description-header{border-bottom:1px solid #025f4812;justify-content:space-between;align-items:center;gap:14px;padding:18px 20px 14px;display:flex}.admin-report-card-header h2,.admin-report-description-header h2{color:var(--color-text);margin:0;font-size:1.08rem;font-weight:950;line-height:1.4}.admin-report-card-header p{color:var(--color-subtitle);margin-top:3px;font-size:.78rem;font-weight:800}.admin-report-description-header{padding:16px 20px}.admin-report-description-content{min-width:0;padding:18px 20px 22px}.admin-report-description-content p{width:100%;min-width:0;max-width:100%;min-height:0;color:var(--color-text);text-align:right;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;margin:0;padding:0;font-size:1rem;font-weight:850;line-height:1.9;display:block}.admin-report-description-card>p,.admin-report-description-card header p{display:none}.admin-report-summary-card{padding:8px 0}.admin-report-summary-row{border-bottom:1px solid #025f4812;grid-template-columns:46px minmax(90px,.75fr) minmax(0,1fr);align-items:center;gap:14px;padding:18px 22px;display:grid}.admin-report-summary-row:last-child{border-bottom:0}.admin-report-summary-row__icon{width:44px;height:44px;color:var(--color-primary);background:#025f481a;border-radius:12px;place-items:center;display:grid}.admin-report-summary-row__icon svg{width:20px;height:20px}.admin-report-summary-row__label strong,.admin-report-summary-row__label span{display:block}.admin-report-summary-row__label strong{color:var(--color-subtitle);font-size:.84rem;font-weight:900}.admin-report-summary-row__label span{color:#929292d9;font-size:.72rem;font-weight:800}.admin-report-summary-row__value{color:var(--color-text);font-size:1rem;font-weight:950}.admin-report-images-card,.admin-report-map-card,.admin-reporter-card,.admin-report-action-card{padding-bottom:18px}.admin-report-images-count{min-height:36px;color:var(--color-text-soft);background:#025f480f;border-radius:12px;align-items:center;gap:8px;padding:7px 12px;font-size:.84rem;font-weight:900;display:inline-flex}.admin-report-images-count svg{width:16px;height:16px}.admin-report-image-preview{background:#e8eeee;border-radius:14px;height:260px;margin:18px 20px 14px;overflow:hidden}.admin-report-image-preview img{object-fit:cover;width:100%;height:100%}.admin-report-images-footer{justify-content:space-between;align-items:center;gap:14px;margin-inline:20px;display:flex}.admin-report-thumbnails{align-items:center;gap:8px;display:flex}.admin-report-thumbnails button{width:50px;height:42px;transition:border-color var(--transition-base), transform var(--transition-base);background:#f0f0f0;border:2px solid #0000;border-radius:10px;padding:2px;overflow:hidden}.admin-report-thumbnails button:hover,.admin-report-thumbnails button.is-active{border-color:var(--color-primary);transform:translateY(-1px)}.admin-report-thumbnails img{object-fit:cover;border-radius:7px;width:100%;height:100%}.admin-report-map-card .reports-map,.admin-report-map-card .reports-map__canvas,.admin-report-map-card .leaflet-container{border-radius:16px}.admin-report-map-card .reports-map{margin:18px 20px 0}.admin-reporter-card{padding-bottom:0}.admin-reporter-card__header{background:radial-gradient(circle at 8% 15%,#025f480f,#0000 28%),#fff;padding:20px 24px}.admin-reporter-card__heading h2{font-size:1.18rem}.admin-reporter-card__heading p{color:var(--color-subtitle);margin:5px 0 0;font-size:.8rem;font-weight:800}.admin-reporter-card__avatar{background:linear-gradient(145deg, var(--color-primary), #08775e);color:#fff;border-radius:17px;flex-shrink:0;place-items:center;width:54px;height:54px;display:grid;box-shadow:0 10px 24px #025f482e}.admin-reporter-card__avatar svg{width:23px;height:23px}.admin-reporter-card__body{background:#fbfdfc;grid-template-columns:minmax(0,1.6fr) minmax(270px,.75fr);align-items:stretch;gap:18px;padding:22px 24px 24px;display:grid}.admin-reporter-profile,.admin-reporter-trust{background:#fff;border:1px solid #025f4817;border-radius:20px;min-width:0;overflow:hidden;box-shadow:0 8px 24px #1a3e340b}.admin-reporter-profile{padding:18px}.admin-reporter-profile__head{border-bottom:1px solid #025f4814;align-items:center;gap:12px;padding:0 0 17px;display:flex}.admin-reporter-profile__icon,.admin-reporter-detail-item__icon,.admin-reporter-trust__icon{flex-shrink:0;place-items:center;display:grid}.admin-reporter-profile__icon{width:46px;height:46px;color:var(--color-primary);background:#025f4817;border-radius:14px}.admin-reporter-profile__icon svg{width:21px;height:21px}.admin-reporter-card__identity{min-width:0}.admin-reporter-card__identity span,.admin-reporter-card__identity strong{display:block}.admin-reporter-card__identity span{color:var(--color-subtitle);margin-bottom:3px;font-size:.75rem;font-weight:800}.admin-reporter-card__identity strong{color:var(--color-text);text-overflow:ellipsis;white-space:nowrap;font-size:1.06rem;font-weight:950;overflow:hidden}.admin-reporter-profile__details{grid-template-columns:1fr;gap:8px;padding-top:17px;display:grid}.admin-reporter-detail-item{width:100%;min-width:0;min-height:58px;transition:border-color var(--transition-base), background var(--transition-base), transform var(--transition-base);background:#f8fbfaeb;border:1px solid #025f4812;border-radius:15px;align-items:center;gap:10px;padding:10px 12px;display:flex}.admin-reporter-detail-item:hover{background:#fff;border-color:#025f482e;transform:translateY(-1px)}.admin-reporter-detail-item__icon{width:34px;height:34px;color:var(--color-primary);background:#025f4814;border-radius:11px;justify-content:center;align-self:center;align-items:center;line-height:0;display:flex;overflow:hidden}.admin-reporter-detail-item__icon svg{flex-shrink:0;width:17px;height:17px;margin:auto;display:block}.admin-reporter-detail-item>div{flex:1;min-width:0}.admin-reporter-detail-item span,.admin-reporter-detail-item b{display:block}.admin-reporter-detail-item>div>span{color:var(--color-subtitle);margin-bottom:3px;font-size:.69rem;font-weight:800}.admin-reporter-detail-item b{width:100%;max-width:100%;color:var(--color-text-soft);text-overflow:clip;white-space:normal;overflow-wrap:anywhere;word-break:break-word;font-size:.82rem;font-weight:900;line-height:1.4;overflow:visible}.admin-reporter-detail-item--email b{text-align:left;direction:ltr;unicode-bidi:plaintext}.admin-reporter-trust{background:radial-gradient(circle at 15% 10%,#025f4814,#0000 36%),linear-gradient(145deg,#f9fffc,#f3faf7);flex-direction:column;justify-content:space-between;gap:18px;padding:18px;display:flex}.admin-reporter-trust__score-row{grid-template-columns:86px minmax(0,1fr);align-items:center;gap:15px;display:grid}.admin-reporter-trust__circle{--trust-progress:0deg;z-index:0;isolation:isolate;background:conic-gradient(var(--color-primary) var(--trust-progress), #025f481f 0);border-radius:50%;place-items:center;width:86px;height:86px;display:grid;position:relative}.admin-reporter-trust__circle:before{content:"";border-radius:inherit;background:#fff;position:absolute;inset:7px}.admin-reporter-trust__circle>div{z-index:1;text-align:center;position:relative}.admin-reporter-trust__circle strong,.admin-reporter-trust__circle span{display:block}.admin-reporter-trust__circle strong{color:var(--color-primary);font-size:1.35rem;font-weight:950;line-height:1.1}.admin-reporter-trust__circle span{color:var(--color-subtitle);margin-top:2px;font-size:.62rem;font-weight:800}.admin-reporter-trust__content{min-width:0}.admin-reporter-trust__content>span,.admin-reporter-trust__content>b{display:block}.admin-reporter-trust__content>span{color:var(--color-subtitle);font-size:.72rem;font-weight:800}.admin-reporter-trust__content>b{color:var(--color-text);margin-top:3px;font-size:1rem;font-weight:950}.admin-reporter-trust__bar{background:#025f481c;border-radius:999px;height:8px;margin-top:10px;overflow:hidden}.admin-reporter-trust__bar span{border-radius:inherit;background:var(--color-primary);height:100%;transition:width .35s;display:block}.admin-report-details-form{gap:18px;display:grid;overflow:visible}.admin-report-action-card{transition:min-height var(--transition-base);padding-bottom:20px}.admin-report-form-group{gap:10px;padding:18px 22px 0;display:grid;overflow:visible}.admin-report-form-group label{color:var(--color-subtitle);font-size:.98rem;font-weight:900}.admin-report-current-company{min-height:46px;color:var(--color-subtitle);background:#fafafa;border:1.5px dashed #025f4829;border-radius:14px;justify-content:center;align-items:center;padding:10px 14px;font-weight:900;display:flex}.admin-report-save-btn{background:var(--color-primary);color:#fff;width:min(680px,100% - 40px);min-height:58px;transition:transform var(--transition-base), background var(--transition-base), opacity var(--transition-base);border-radius:16px;margin:0 auto;font-size:1.1rem;font-weight:950;box-shadow:0 10px 20px #025f482e}.admin-report-save-btn:hover{background:var(--color-primary-dark);transform:translateY(-1px)}.admin-report-save-btn:disabled{opacity:.75;cursor:wait}.admin-report-not-found{text-align:center;padding:32px}.admin-report-not-found h2{color:var(--color-text);font-weight:950}.admin-report-not-found p{color:var(--color-subtitle);margin:8px 0 18px;font-weight:800}.admin-report-not-found button{background:var(--color-primary);color:#fff;border-radius:999px;min-height:42px;padding:8px 16px;font-weight:900}@media (width<=1250px){.admin-manage-reports-card .dashboard-section-card__header{grid-template-columns:1fr;display:grid}.admin-manage-reports-card .dashboard-section-card__action{width:100%}.admin-manage-reports-toolbar{grid-template-columns:minmax(260px,1fr) minmax(135px,155px) minmax(135px,160px) 46px;justify-content:stretch}.admin-report-details-grid,.admin-reporter-card__body,.admin-reporter-profile__details{grid-template-columns:1fr}.admin-reporter-detail-item--email{grid-column:auto}}@media (width<=768px){.admin-manage-reports-page,.admin-report-details-page{gap:18px}.admin-manage-reports-card .dashboard-section-card__header{gap:12px}.admin-manage-reports-toolbar{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 44px;gap:8px}.admin-manage-reports-search{border-radius:13px;grid-column:1/-1;min-height:40px;padding-inline:12px}.admin-manage-reports-search input{height:38px;font-size:.86rem}.admin-report-filter-select__button{border-radius:13px;min-height:40px;padding-inline:10px;font-size:.8rem}.admin-manage-reports-filter-btn{border-radius:13px;width:44px;min-width:44px;height:40px}.admin-report-filter-select__menu{border-radius:14px}.admin-report-filter-select--overlay .admin-report-filter-select__menu{top:calc(100% + 6px)}.admin-report-filter-select__option{min-height:36px;font-size:.8rem}.admin-report-description-header{padding:14px 16px}.admin-report-description-content{padding:16px}.admin-report-description-content p{font-size:.96rem;line-height:1.8}.admin-report-type-pill{padding-inline:10px;font-size:.76rem}.admin-report-summary-row{grid-template-columns:42px 1fr}.admin-report-summary-row__value{grid-column:1/-1;padding-inline-start:56px}.admin-report-image-preview{height:210px;margin-inline:14px}.admin-report-images-footer{margin-inline:14px;display:grid}.admin-report-map-card .reports-map{margin-inline:14px}.admin-reporter-card__header{padding:16px}.admin-reporter-card__avatar{border-radius:15px;width:48px;height:48px}.admin-reporter-card__body{gap:14px;padding:14px}.admin-reporter-profile,.admin-reporter-trust{border-radius:17px;padding:15px}.admin-reporter-profile__details{grid-template-columns:1fr}.admin-reporter-detail-item--email{grid-column:auto}.admin-report-form-group{padding-inline:16px}.admin-report-save-btn{width:calc(100% - 28px)}}@media (width<=420px){.admin-reporter-card__heading p{max-width:210px}.admin-reporter-trust__score-row{grid-template-columns:76px minmax(0,1fr);gap:12px}.admin-reporter-trust__circle{width:76px;height:76px}.admin-manage-reports-toolbar{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 42px;gap:7px}.admin-report-filter-select__button{padding-inline:8px;font-size:.76rem}.admin-manage-reports-filter-btn{width:42px;min-width:42px}}.admin-company-assignment-panel{padding-bottom:20px;overflow:visible}.admin-company-assignment-current{background:#fafafa;border:1.5px dashed #025f4829;border-radius:14px;gap:4px;margin:18px 22px 0;padding:14px 16px;display:grid}.admin-company-assignment-current span{color:var(--color-subtitle);font-size:.82rem;font-weight:850}.admin-company-assignment-current strong{color:var(--color-text);font-size:1rem;font-weight:950}.admin-company-assignment-toolbar{grid-template-columns:minmax(0,1fr) minmax(180px,240px);align-items:start;gap:10px;margin:16px 22px 0;display:grid}.admin-company-assignment-search{background:var(--color-surface);min-height:44px;color:var(--color-primary);border:1.5px solid #025f4829;border-radius:14px;align-items:center;gap:10px;padding:0 13px;display:flex}.admin-company-assignment-search svg{flex-shrink:0;width:18px;height:18px}.admin-company-assignment-search input{width:100%;height:42px;color:var(--color-text);background:0 0;border:0;outline:0;font-weight:850}.admin-company-assignment-hint{color:var(--color-text-soft);background:#025f4812;border-radius:14px;align-items:flex-start;gap:8px;margin:14px 22px 0;padding:12px 14px;font-size:.84rem;font-weight:850;line-height:1.7;display:flex}.admin-company-assignment-hint svg{width:18px;height:18px;color:var(--color-primary);flex-shrink:0;margin-top:3px}.admin-company-recommendations{margin:18px 22px 0}.admin-company-recommendations__title{justify-content:space-between;align-items:center;gap:12px;display:flex}.admin-company-recommendations__title h3{color:var(--color-text);font-size:1rem;font-weight:950}.admin-company-recommendations__title span{color:var(--color-subtitle);font-size:.82rem;font-weight:850}.admin-company-recommendations__grid{gap:12px;margin-top:12px;display:grid}.admin-company-empty-state{color:var(--color-subtitle);text-align:center;background:#fafafa;border-radius:14px;margin-top:12px;padding:20px;font-weight:900}.admin-company-recommendation-card{transition:transform var(--transition-base), border-color var(--transition-base), box-shadow var(--transition-base);background:#fff;border:1.5px solid #025f481a;border-radius:16px;gap:12px;padding:15px;display:grid;box-shadow:0 8px 22px #025f480d}.admin-company-recommendation-card:hover,.admin-company-recommendation-card.is-selected{border-color:#025f4861;transform:translateY(-1px);box-shadow:0 14px 28px #025f481a}.admin-company-recommendation-card.is-selected{background:#e8ffe859}.admin-company-recommendation-card__header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.admin-company-recommendation-card__title-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.admin-company-recommendation-card h3{color:var(--color-text);font-size:1rem;font-weight:950}.admin-company-recommendation-card p{color:var(--color-subtitle);margin-top:4px;font-size:.82rem;font-weight:850}.admin-company-recommended-badge{color:#c77b00;background:#ff9f0a29;border-radius:999px;align-items:center;gap:5px;min-height:26px;padding:5px 9px;font-size:.72rem;font-weight:950;display:inline-flex}.admin-company-match-score{width:62px;min-width:62px;height:62px;color:var(--color-primary);text-align:center;background:#025f4814;border-radius:18px;place-items:center;display:grid}.admin-company-match-score strong,.admin-company-match-score span{display:block}.admin-company-match-score strong{font-size:1.05rem;font-weight:950}.admin-company-match-score span{font-size:.68rem;font-weight:850}.admin-company-description{line-height:1.8;color:var(--color-text-soft)!important}.admin-company-metrics{grid-template-columns:minmax(0,1fr);gap:8px;display:grid}.admin-company-metrics span{min-height:34px;color:var(--color-text);background:#025f480f;border-radius:12px;justify-content:center;align-items:center;gap:5px;padding:7px 9px;font-size:.76rem;font-weight:900;display:inline-flex}.admin-company-metrics svg{color:var(--color-primary)}.admin-company-capacity{gap:8px;display:grid}.admin-company-capacity>div:first-child{color:var(--color-subtitle);justify-content:space-between;align-items:center;font-size:.8rem;font-weight:850;display:flex}.admin-company-capacity__bar{background:#025f481a;border-radius:999px;height:8px;overflow:hidden}.admin-company-capacity__fill{border-radius:inherit;height:100%;display:block}.admin-company-capacity__fill--success{background:#218540}.admin-company-capacity__fill--warning{background:#d49a00}.admin-company-capacity__fill--danger{background:#c24a4a}.admin-company-coverage{color:var(--color-text-soft);align-items:flex-start;gap:7px;font-size:.82rem;font-weight:850;line-height:1.7;display:flex}.admin-company-coverage svg{color:var(--color-primary);flex-shrink:0;margin-top:4px}.admin-company-reasons{background:#fafafa;border-radius:14px;padding:12px}.admin-company-reasons strong{color:var(--color-text);align-items:center;gap:6px;font-size:.84rem;font-weight:950;display:inline-flex}.admin-company-reasons ul{color:var(--color-text-soft);margin:8px 0 0;padding-inline-start:18px;font-size:.8rem;font-weight:850;line-height:1.8}.admin-company-select-btn,.admin-company-confirm-btn{background:var(--color-primary);color:#fff;min-height:42px;transition:transform var(--transition-base), background var(--transition-base), box-shadow var(--transition-base);border-radius:14px;font-weight:950}.admin-company-select-btn:hover,.admin-company-confirm-btn:hover{background:var(--color-primary-dark);transform:translateY(-1px);box-shadow:0 10px 22px #025f4824}.admin-selected-company-summary{background:#e8ffe88c;border-radius:16px;justify-content:space-between;align-items:center;gap:14px;margin:18px 22px 0;padding:14px;display:flex}.admin-selected-company-summary span,.admin-selected-company-summary p{color:var(--color-subtitle);font-size:.82rem;font-weight:850}.admin-selected-company-summary strong{color:var(--color-text);margin:4px 0;font-size:1rem;font-weight:950;display:block}.admin-company-confirm-btn{flex-shrink:0;padding-inline:18px}.admin-assignment-modal-backdrop{z-index:2000;background:#0000006b;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.admin-assignment-modal{background:#fff;border-radius:22px;width:min(560px,100%);padding:24px;position:relative;box-shadow:0 24px 60px #0000002e}.admin-assignment-modal__close{width:36px;height:36px;color:var(--color-primary);background:#025f4814;border-radius:999px;place-items:center;display:grid;position:absolute;top:16px;left:16px}.admin-assignment-modal__icon{width:60px;height:60px;color:var(--color-primary);background:#025f481a;border-radius:50%;place-items:center;margin:0 auto 12px;display:grid}.admin-assignment-modal h3{color:var(--color-text);text-align:center;font-size:1.2rem;font-weight:950}.admin-assignment-confirm-info{gap:10px;margin-top:18px;display:grid}.admin-assignment-confirm-info p{background:#fafafa;border-radius:14px;gap:4px;padding:12px;display:grid}.admin-assignment-confirm-info span{color:var(--color-subtitle);font-size:.8rem;font-weight:850}.admin-assignment-confirm-info strong{color:var(--color-text);font-weight:950}.admin-assignment-modal__actions{justify-content:flex-end;gap:10px;margin-top:18px;display:flex}.admin-assignment-cancel-btn,.admin-assignment-submit-btn{border-radius:14px;min-height:42px;padding:8px 18px;font-weight:950}.admin-assignment-submit-btn:disabled{opacity:.75;cursor:wait}@media (width<=768px){.admin-company-assignment-current,.admin-company-assignment-toolbar,.admin-company-assignment-hint,.admin-company-recommendations,.admin-selected-company-summary{margin-inline:16px}.admin-company-assignment-toolbar{grid-template-columns:1fr}.admin-company-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-selected-company-summary{display:grid}.admin-company-confirm-btn{width:100%}.admin-assignment-modal{padding:22px 16px}.admin-assignment-modal__actions{display:grid}}.admin-company-assignment-tabs{background:#025f4812;border-radius:16px;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;margin:16px 22px 0;padding:5px;display:grid}.admin-company-assignment-tabs button{min-height:42px;color:var(--color-text-soft);transition:background var(--transition-base), color var(--transition-base), box-shadow var(--transition-base);background:0 0;border-radius:13px;justify-content:center;align-items:center;gap:8px;padding:8px 12px;font-size:.86rem;font-weight:950;display:inline-flex}.admin-company-assignment-tabs button span{min-width:24px;min-height:24px;color:var(--color-primary);background:#025f481a;border-radius:999px;place-items:center;padding:3px 7px;font-size:.74rem;font-weight:950;display:inline-grid}.admin-company-assignment-tabs button.is-active{color:var(--color-primary);background:#fff;box-shadow:0 8px 20px #025f4814}.admin-assignment-warning{color:#9b7100;background:#ffc10724;border-radius:14px;align-items:flex-start;gap:8px;margin-top:14px;padding:12px 14px;font-size:.84rem;font-weight:900;line-height:1.7;display:flex}.admin-assignment-warning svg{flex-shrink:0;width:18px;height:18px;margin-top:3px}@media (width<=768px){.admin-company-assignment-tabs{margin-inline:16px}.admin-company-assignment-tabs button{padding-inline:8px;font-size:.8rem}}.admin-report-action-card .admin-report-save-btn{justify-content:center;align-items:center;width:min(420px,100% - 44px);min-height:54px;margin:16px auto 2px;display:flex}.admin-report-action-card .admin-report-form-group:last-of-type{margin-bottom:2px}@media (width<=768px){.admin-report-action-card .admin-report-save-btn{width:calc(100% - 32px);margin-top:14px}}.admin-company-assignment-panel{scroll-margin-top:96px}.admin-company-assignment-panel:target{border-color:#025f4859;box-shadow:0 16px 34px #025f4824}.admin-company-review-inbox-summary{box-shadow:var(--shadow-sm);background:linear-gradient(135deg,#e8ffe8e6,#fffffffa);border:1.5px solid #025f481a;border-radius:18px;justify-content:space-between;align-items:center;gap:16px;padding:18px 22px;display:flex}.admin-company-review-inbox-summary h2{color:var(--color-primary);margin:0;font-size:1.05rem;font-weight:950}.admin-company-review-inbox-summary p{color:var(--color-subtitle);margin:6px 0 0;font-size:.86rem;font-weight:850}.admin-company-review-inbox-summary button{background:var(--color-primary);color:#fff;white-space:nowrap;border-radius:999px;min-height:42px;padding:8px 16px;font-weight:950}.admin-company-response-table-pill{min-height:30px;color:var(--color-subtitle);white-space:nowrap;background:#6f6f6f1a;border-radius:999px;justify-content:center;align-items:center;padding:6px 11px;font-size:.76rem;font-weight:900;display:inline-flex}.admin-company-response-table-pill.is-pending{color:#b17800;background:#ffc1072e}.admin-review-response-btn{color:#9b7100;white-space:nowrap;background:#ffc1072e;border-radius:999px;justify-content:center;align-items:center;gap:6px;min-height:34px;padding:7px 10px;font-size:.78rem;font-weight:950;display:inline-flex}.admin-company-response-card{scroll-margin-top:96px}.admin-company-response-status{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:32px;padding:7px 12px;font-size:.78rem;font-weight:950;display:inline-flex}.admin-company-response-status--success{color:#218540;background:#34a85329}.admin-company-response-status--danger{color:#c24a4a;background:#ef7c7c29}.admin-company-response-status--warning,.admin-company-response-status--empty{color:#b17800;background:#ffc1072e}.admin-company-response-empty{color:var(--color-subtitle);text-align:center;justify-items:center;gap:10px;padding:22px;font-weight:850;display:grid}.admin-company-response-empty svg{width:30px;height:30px;color:var(--color-primary)}.admin-company-response-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:18px 22px 0;display:grid}.admin-company-response-summary>div{background:#025f480d;border-radius:14px;gap:4px;padding:12px;display:grid}.admin-company-response-summary span{color:var(--color-subtitle);font-size:.76rem;font-weight:850}.admin-company-response-summary strong{color:var(--color-text);font-size:.86rem;font-weight:950}.admin-company-response-note,.admin-company-response-warning,.admin-company-response-images,.admin-company-response-admin-note,.admin-company-response-reviewed{margin:16px 22px 0}.admin-company-response-note{background:#fafafa;border-radius:14px;gap:8px;padding:14px;display:grid}.admin-company-response-note strong,.admin-company-response-images__title{color:var(--color-text);align-items:center;gap:8px;font-size:.88rem;font-weight:950;display:flex}.admin-company-response-note p{color:var(--color-subtitle);margin:0;font-size:.84rem;font-weight:800;line-height:1.8}.admin-company-response-warning{color:#c24a4a;background:#ef7c7c1a;border-radius:14px;gap:10px;padding:14px;display:flex}.admin-company-response-warning p,.admin-company-response-warning strong{margin:0}.admin-company-response-warning p{margin-top:5px;font-size:.82rem;font-weight:800;line-height:1.7}.admin-company-response-images{gap:12px;display:grid}.admin-company-response-images__title{justify-content:space-between}.admin-company-response-images__title strong{flex:1}.admin-company-response-images__title span{color:var(--color-subtitle);font-size:.76rem;font-weight:900}.admin-company-response-images__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.admin-company-response-images__grid img{object-fit:cover;border-radius:14px;width:100%;height:130px}.admin-company-response-no-images{color:var(--color-subtitle);margin:0;font-size:.84rem;font-weight:850}.admin-company-response-admin-note{color:var(--color-subtitle);gap:8px;font-size:.86rem;font-weight:900;display:grid}.admin-company-response-admin-note textarea{width:100%;color:var(--color-text);resize:vertical;border:1.5px solid #025f482e;border-radius:14px;outline:none;padding:12px 14px;font-weight:800}.admin-company-response-admin-note textarea:focus{border-color:#025f4880;box-shadow:0 8px 20px #025f4814}.admin-company-response-actions{flex-wrap:wrap;gap:10px;padding:18px 22px 22px;display:flex}.admin-company-response-btn{color:#fff;border-radius:14px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:9px 14px;font-size:.84rem;font-weight:950;display:inline-flex}.admin-company-response-btn--accept{background:#218540}.admin-company-response-btn--complete{background:#b17800}.admin-company-response-btn--reassign{background:var(--color-primary)}.admin-company-response-btn--danger{background:#c24a4a}.admin-company-response-btn:disabled{opacity:.75;cursor:wait}.admin-company-response-reviewed{color:#218540;background:#34a8531f;border-radius:14px;align-items:flex-start;gap:10px;margin:16px 22px 22px;padding:14px;display:flex}.admin-company-response-reviewed p{color:var(--color-subtitle);margin:5px 0 0;font-size:.82rem;font-weight:800}.admin-report-timeline-card{overflow:hidden}.admin-report-timeline-count{min-height:32px;color:var(--color-primary);background:#025f481a;border-radius:999px;align-items:center;gap:6px;padding:7px 11px;font-size:.78rem;font-weight:950;display:inline-flex}.admin-report-timeline-list{gap:12px;padding:4px 22px 22px;display:grid}.admin-report-timeline-item{grid-template-columns:auto minmax(0,1fr);gap:12px;display:grid;position:relative}.admin-report-timeline-item__icon{width:38px;height:38px;color:var(--color-primary);background:#025f481a;border-radius:12px;place-items:center;display:grid}.admin-report-timeline-item__icon.is-company{color:#4352db;background:#5a6bff1f}.admin-report-timeline-item__icon.is-admin{color:#218540;background:#34a85324}.admin-report-timeline-item__icon.is-user{color:#b17800;background:#ffc1072e}.admin-report-timeline-item strong{color:var(--color-text);font-size:.9rem;font-weight:950}.admin-report-timeline-item p{color:var(--color-subtitle);margin:5px 0;font-size:.8rem;font-weight:800;line-height:1.7}.admin-report-timeline-item small{color:var(--color-primary);font-size:.72rem;font-weight:900}@media (width<=768px){.admin-company-review-inbox-summary{text-align:center;padding:18px 16px;display:grid}.admin-company-review-inbox-summary button{width:100%}.admin-company-response-summary{grid-template-columns:1fr;padding-inline:16px}.admin-company-response-note,.admin-company-response-warning,.admin-company-response-images,.admin-company-response-admin-note,.admin-company-response-reviewed{margin-inline:16px}.admin-company-response-images__grid{grid-template-columns:1fr}.admin-company-response-actions{padding:16px;display:grid}.admin-company-response-btn{width:100%}.admin-report-timeline-list{padding-inline:16px}.admin-report-timeline-item{grid-template-columns:36px minmax(0,1fr)}.admin-report-timeline-item__icon{width:36px;height:36px}}.admin-report-filter-select__menu--portal{direction:rtl;background:#fff;border:1.5px solid #025f4824;border-radius:16px;gap:6px;max-height:280px;margin:0;padding:8px;list-style:none;display:grid;overflow-y:auto;box-shadow:0 18px 40px #0f172a29}.admin-report-filter-select__menu--portal li{list-style:none}.admin-report-filter-select__menu--portal .admin-report-filter-select__option{width:100%;min-height:40px;color:var(--color-text);text-align:right;cursor:pointer;background:0 0;border:0;border-radius:12px;justify-content:space-between;align-items:center;gap:8px;padding:8px 12px;font-size:.86rem;font-weight:900;display:flex}.admin-report-filter-select__menu--portal .admin-report-filter-select__option:hover,.admin-report-filter-select__menu--portal .admin-report-filter-select__option.is-active{color:var(--color-primary);background:#025f4814}.admin-report-filter-select__menu--portal .admin-report-filter-select__option span{text-align:right;flex:1}.admin-report-filter-select__menu--portal .admin-report-filter-select__option svg{width:16px;height:16px;color:var(--color-primary)}.admin-company-response-admin-note textarea.is-invalid{background:#ef7c7c0a;border-color:#c24a4abf;box-shadow:0 8px 20px #c24a4a14}.admin-company-response-note-error{color:#c24a4a;align-items:center;gap:7px;margin-top:6px;font-size:.8rem;font-weight:950;line-height:1.5;display:inline-flex}.admin-company-response-note-error svg{flex-shrink:0;width:15px;height:15px}.admin-company-excluded-warning{color:#c24a4a;background:#ef7c7c1a;border-radius:14px;align-items:flex-start;gap:10px;margin:16px 22px 18px;padding:13px 16px;font-size:.82rem;font-weight:900;line-height:1.7;display:flex}.admin-company-excluded-warning svg{flex-shrink:0;width:18px;height:18px;margin-top:3px}@media (width<=768px){.admin-company-review-inbox-summary{text-align:center;justify-content:center;align-items:center}.admin-company-review-inbox-summary>div{text-align:center;justify-items:center;width:100%;display:grid}.admin-company-review-inbox-summary h2,.admin-company-review-inbox-summary p{text-align:center;width:100%}.admin-company-review-inbox-summary button{text-align:center;justify-content:center;margin-inline:auto}}.admin-assignment-modal-backdrop{z-index:2147483000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);overscroll-behavior:contain;background:#0f172a7a;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0;overflow-y:auto}.admin-assignment-modal{background:#fff;border-radius:28px;flex-direction:column;width:min(620px,100%);max-height:calc(100dvh - 48px);margin:auto;display:flex;position:relative;overflow:hidden;box-shadow:0 28px 80px #0f172a47}.admin-assignment-modal__close{width:42px;height:42px;color:var(--color-primary);z-index:5;background:#025f4814;border-radius:999px;place-items:center;display:grid;position:absolute;top:16px;left:16px}.admin-assignment-modal__header{text-align:center;flex-shrink:0;justify-items:center;gap:12px;padding:26px 24px 14px;display:grid}.admin-assignment-modal__icon{width:56px;height:56px;color:var(--color-primary);background:#025f4817;border-radius:20px;place-items:center;display:grid}.admin-assignment-modal__icon svg{width:28px;height:28px}.admin-assignment-modal__header h3{color:var(--color-primary);margin:0;font-size:1.25rem;font-weight:950}.admin-assignment-modal__body{gap:12px;min-height:0;padding:0 24px 18px;display:grid;overflow-y:auto}.admin-assignment-confirm-info{gap:10px;display:grid}.admin-assignment-confirm-info p{text-align:right;background:#025f4809;border-radius:16px;align-content:center;gap:6px;min-height:72px;margin:0;padding:13px 15px;display:grid}.admin-assignment-confirm-info p span{color:var(--color-subtitle);font-size:.82rem;font-weight:850}.admin-assignment-confirm-info p strong{color:var(--color-text);font-size:.95rem;font-weight:950;line-height:1.6}.admin-assignment-warning{color:#9b7100;background:#ffc10726;border-radius:16px;align-items:flex-start;gap:10px;padding:12px 14px;display:flex}.admin-assignment-warning svg{flex-shrink:0;margin-top:4px}.admin-assignment-warning span{font-size:.82rem;font-weight:850;line-height:1.8}.admin-assignment-confirmation-note{color:var(--color-primary);background:#025f480f;border:1px solid #025f4829;border-radius:16px;gap:6px;padding:14px 16px;font-size:.86rem;font-weight:850;line-height:1.9;display:grid}.admin-assignment-modal__actions{background:#fff;border-top:1px solid #025f4814;flex-wrap:wrap;flex-shrink:0;justify-content:center;gap:12px;padding:14px 24px 22px;display:flex}.admin-assignment-cancel-btn,.admin-assignment-submit-btn{white-space:nowrap;border-radius:14px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:10px 18px;font-weight:950;display:inline-flex}.admin-assignment-cancel-btn{color:var(--color-subtitle);background:#6b72801a}.admin-assignment-submit-btn{background:var(--color-primary);color:#fff}.admin-assignment-cancel-btn:disabled,.admin-assignment-submit-btn:disabled{opacity:.65;cursor:not-allowed}@media (width<=768px){.admin-assignment-modal-backdrop{padding:max(14px, env(safe-area-inset-top)) 14px max(14px, env(safe-area-inset-bottom));align-items:flex-start}.admin-assignment-modal{border-radius:24px;width:100%;max-height:calc(100dvh - 28px);margin:0 auto}.admin-assignment-modal__header{padding:58px 16px 14px}.admin-assignment-modal__body{gap:10px;padding:0 16px 16px}.admin-assignment-confirm-info p{text-align:center;min-height:auto;padding:12px 14px}.admin-assignment-warning{text-align:center;justify-items:center;display:grid}.admin-assignment-modal__actions{gap:10px;padding:12px 16px 18px;display:grid}.admin-assignment-cancel-btn,.admin-assignment-submit-btn{width:100%}}.admin-reports-summary-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:14px;margin-bottom:18px;display:grid}.admin-reports-summary-card{background:#fff;border:1px solid #94a3b838;border-radius:18px;padding:16px;box-shadow:0 14px 40px #0f172a0f}.admin-reports-summary-card span{color:#64748b;margin-bottom:8px;font-size:.82rem;display:block}.admin-reports-summary-card strong{color:#0f172a;font-size:1.45rem}.admin-reports-pagination,.admin-companies-pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;padding:18px 0 4px;display:flex}.admin-reports-pagination button,.admin-companies-pagination button{color:#fff;cursor:pointer;background:#0f766e;border:0;border-radius:999px;padding:9px 18px;font-weight:800}.admin-reports-pagination button:disabled,.admin-companies-pagination button:disabled{opacity:.45;cursor:not-allowed}.admin-reports-pagination span,.admin-companies-pagination span{color:#475569;font-weight:700}.admin-reports-error-state,.admin-reports-loading-state,.admin-reports-empty-state{text-align:center;color:#64748b;padding:18px;font-weight:700}.admin-reports-error-state{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:14px;margin-bottom:12px}.admin-report-action-button{cursor:pointer;border:0;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:12px 14px;font-weight:900;display:inline-flex}.admin-report-action-button:disabled,.admin-report-save-btn:disabled{opacity:.6;cursor:not-allowed}.admin-report-action-button--approve{color:#166534;background:#dcfce7}.admin-report-action-button--reject{color:#991b1b;background:#fee2e2;width:100%;margin-top:10px}.admin-report-rejection-field,.admin-report-advanced-status-form label{color:#334155;gap:8px;font-weight:800;display:grid}.admin-report-rejection-field textarea,.admin-report-advanced-status-form input{width:100%;font:inherit;background:#f8fafc;border:1px solid #dbe3ef;border-radius:14px;outline:none;padding:12px}.admin-report-advanced-status-form{border-top:1px solid #94a3b838;gap:12px;margin-top:14px;padding-top:14px;display:grid}.admin-report-form-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;margin:12px 0 0;padding:10px 12px;font-weight:800}.admin-company-assignment-tags{margin:12px 0 0}@media (width<=720px){.admin-report-action-buttons{grid-template-columns:1fr}}.admin-report-team-assignment{border-top:1px solid #94a3b838;gap:10px;margin-top:14px;padding-top:14px;display:grid}.admin-report-team-assignment label{color:#334155;gap:8px;font-weight:800;display:grid}.admin-report-team-assignment input{width:100%;font:inherit;background:#f8fafc;border:1px solid #dbe3ef;border-radius:14px;outline:none;padding:12px}.admin-report-action-button--team{color:#5b21b6;background:#ede9fe}.admin-report-action-button--resolve{color:#047857;background:#d1fae5}.admin-report-action-button--followup{color:#92400e;background:#fef3c7}.admin-report-row-highlight{outline-offset:-2px;background:#e8ffe89e;outline:2px solid #025f4873;animation:1.2s ease-in-out 3 admin-report-row-pulse;position:relative}.admin-report-row-highlight td:first-child{position:relative}.admin-report-row-highlight td:first-child:before{content:"البلاغ المحدد";background:var(--color-primary);color:#fff;white-space:nowrap;border-radius:999px;padding:4px 8px;font-size:.68rem;font-weight:950;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.admin-report-image-preview{cursor:zoom-in;border:0;width:calc(100% - 40px);padding:0;display:block;position:relative}.admin-report-image-preview img{transition:transform .22s}.admin-report-image-preview:hover img{transform:scale(1.06)}.admin-report-image-preview__overlay{color:#fff;opacity:0;pointer-events:none;background:#00000094;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:9px 12px;font-size:.82rem;font-weight:900;transition:opacity .18s,transform .18s;display:inline-flex;position:absolute;inset:auto 14px 14px;transform:translateY(8px)}.admin-report-image-preview:hover .admin-report-image-preview__overlay,.admin-report-image-preview:focus-visible .admin-report-image-preview__overlay{opacity:1;transform:translateY(0)}.admin-report-images-empty{color:var(--color-subtitle);text-align:center;background:#025f480a;border:1px dashed #025f482e;border-radius:14px;margin:18px 20px 0;padding:18px;font-size:.9rem;font-weight:850}.admin-report-thumbnails{max-width:360px;padding-bottom:4px;overflow-x:auto}.admin-report-image-lightbox{z-index:1200;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.admin-report-image-lightbox__backdrop{-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);cursor:zoom-out;background:#0a1614c7;border:0;position:absolute;inset:0}.admin-report-image-lightbox__content{z-index:1;background:#101816;border-radius:22px;grid-template-rows:auto minmax(0,1fr) auto;width:min(1020px,96vw);max-height:92vh;display:grid;position:relative;overflow:hidden;box-shadow:0 24px 80px #00000057}.admin-report-image-lightbox__header{color:#fff;border-bottom:1px solid #ffffff1a;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:14px 16px;display:grid}.admin-report-image-lightbox__header strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.95rem;font-weight:950;overflow:hidden}.admin-report-image-lightbox__header span{color:#ffffffc2;font-size:.84rem;font-weight:850}.admin-report-image-lightbox__header button,.admin-report-image-lightbox__nav,.admin-report-image-lightbox__thumbs button{cursor:pointer;border:0}.admin-report-image-lightbox__header button{color:#fff;background:#ffffff1f;border-radius:50%;place-items:center;width:38px;height:38px;display:grid}.admin-report-image-lightbox__header button:hover{background:#fff3}.admin-report-image-lightbox__stage{background:#0c1110;place-items:center;min-height:320px;display:grid;position:relative}.admin-report-image-lightbox__stage img{object-fit:contain;max-width:100%;max-height:68vh}.admin-report-image-lightbox__nav{color:#fff;z-index:2;background:#ffffff24;border-radius:50%;place-items:center;width:44px;height:44px;transition:background .18s,transform .18s;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.admin-report-image-lightbox__nav:hover{background:#ffffff3d;transform:translateY(-50%)scale(1.06)}.admin-report-image-lightbox__nav--prev{right:18px}.admin-report-image-lightbox__nav--next{left:18px}.admin-report-image-lightbox__thumbs{background:#101816;justify-content:center;gap:8px;padding:12px;display:flex;overflow-x:auto}.admin-report-image-lightbox__thumbs button{background:#ffffff14;border:2px solid #0000;border-radius:12px;width:66px;height:52px;padding:2px;overflow:hidden}.admin-report-image-lightbox__thumbs button.is-active,.admin-report-image-lightbox__thumbs button:hover{border-color:#fff}.admin-report-image-lightbox__thumbs img{object-fit:cover;border-radius:8px;width:100%;height:100%}@media (width<=640px){.admin-report-image-lightbox{padding:12px}.admin-report-image-preview{width:calc(100% - 28px)}.admin-report-image-lightbox__content{border-radius:18px;width:100%}.admin-report-image-lightbox__stage{min-height:260px}.admin-report-image-lightbox__nav{width:38px;height:38px}}.admin-manage-reports-page{align-items:stretch}.admin-reports-filter-box{direction:rtl;background:#fff;border:1.5px solid #025f4814;border-radius:24px;gap:16px;padding:20px;display:grid;box-shadow:0 16px 42px #0f172a0f}.admin-reports-filter-box__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.admin-reports-filter-box__header h2{color:var(--color-primary);margin:0;font-size:1.08rem;font-weight:950}.admin-reports-filter-box__header p{color:var(--color-subtitle);margin:5px 0 0;font-size:.86rem;font-weight:850;line-height:1.7}.admin-reports-clear-filters-btn{min-height:42px;color:var(--color-primary);white-space:nowrap;transition:background var(--transition-base), transform var(--transition-base), opacity var(--transition-base);background:#025f4814;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:9px 14px;font-size:.86rem;font-weight:950;display:inline-flex}.admin-reports-clear-filters-btn:hover:not(:disabled){background:#025f4821;transform:translateY(-1px)}.admin-reports-clear-filters-btn:disabled{opacity:.45;cursor:not-allowed}.admin-reports-filter-box__body{grid-template-columns:minmax(260px,1.1fr) minmax(0,2fr);align-items:start;gap:10px;display:grid}.admin-reports-filter-box__desktop-controls{min-width:0}.admin-reports-filter-controls{grid-template-columns:repeat(5,minmax(135px,1fr));align-items:start;gap:10px;display:grid}.admin-reports-mobile-filter-btn{display:none}.admin-report-filter-select,.admin-report-filter-select__button,.admin-report-filter-select__option{writing-mode:horizontal-tb!important;text-orientation:mixed!important}.admin-report-filter-select__button span,.admin-report-filter-select__option span{text-overflow:ellipsis;white-space:nowrap;text-align:right;min-width:0;display:block;overflow:hidden}.admin-report-filter-select__menu--portal{min-width:220px;max-width:calc(100vw - 24px);max-height:min(320px,100dvh - 120px);overflow:hidden auto}.admin-report-action-card{overflow:hidden!important}.admin-report-action-card__body{gap:16px;padding:18px 22px 22px;display:grid}.admin-report-current-status-block{background:#025f480d;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.admin-report-current-status-block>span{color:var(--color-subtitle);font-weight:900}.admin-report-action-buttons{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;display:grid}.admin-report-action-button{cursor:pointer;min-height:46px;transition:transform var(--transition-base), box-shadow var(--transition-base), opacity var(--transition-base);border:0;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:11px 14px;font-size:.88rem;font-weight:950;line-height:1.4;display:inline-flex}.admin-report-action-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 22px #0f172a14}.admin-report-action-button--reject{justify-self:stretch;width:auto;margin:0}.admin-report-rejection-field{color:var(--color-subtitle);gap:8px;font-size:.9rem;font-weight:900;display:grid}.admin-report-rejection-field textarea{width:100%;min-height:102px;color:var(--color-text);font:inherit;resize:vertical;background:#f8fafc;border:1.5px solid #025f4824;border-radius:16px;outline:none;padding:13px 15px;font-weight:850;line-height:1.8}.admin-report-rejection-field textarea:focus{background:#fff;border-color:#025f4873;box-shadow:0 10px 22px #025f4814}.admin-report-team-assignment,.admin-report-advanced-status-form{display:none!important}.admin-company-response-decision-panel{background:linear-gradient(135deg,#e8ffe8b8,#fff);border:1.5px solid #025f4817;border-radius:18px;gap:14px;margin:18px 22px 22px;padding:16px;display:grid}.admin-company-response-decision-intro{align-items:flex-start;gap:12px;display:flex}.admin-company-response-decision-intro>svg{width:22px;height:22px;color:var(--color-primary);flex-shrink:0;margin-top:3px}.admin-company-response-decision-intro strong{color:var(--color-primary);font-size:.95rem;font-weight:950}.admin-company-response-decision-intro p{color:var(--color-subtitle);margin:4px 0 0;font-size:.84rem;font-weight:850;line-height:1.7}.admin-company-response-admin-note{margin:0}.admin-company-response-actions{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:10px;padding:0;display:grid}.admin-company-response-btn{min-height:48px;transition:transform var(--transition-base), opacity var(--transition-base), box-shadow var(--transition-base);border-radius:14px;padding:10px 14px;box-shadow:0 10px 22px #0f172a14}.admin-company-response-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 14px 28px #0f172a1f}.admin-company-assignment-toolbar--search-only{grid-template-columns:minmax(0,1fr)}.admin-company-assignment-toolbar--search-only .admin-company-assignment-search{max-width:none}.admin-company-recommendations__grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.admin-company-recommendation-card{align-content:start}.admin-selected-company-summary{align-items:center}@media (width<=1100px){.admin-reports-filter-box__body{grid-template-columns:1fr}.admin-reports-filter-controls{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=768px){.admin-reports-filter-box{border-radius:22px;padding:16px}.admin-reports-filter-box__header{align-items:stretch;gap:12px;display:grid}.admin-reports-clear-filters-btn{width:100%}.admin-reports-filter-box__body{grid-template-columns:minmax(0,1fr) auto;align-items:center}.admin-reports-filter-box__desktop-controls{display:none}.admin-reports-mobile-filter-btn{background:var(--color-primary);color:#fff;white-space:nowrap;border:1.5px solid #025f4829;border-radius:14px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:9px 13px;font-weight:950;display:inline-flex}.admin-reports-mobile-filter-btn span{background:#ffffff38;border-radius:999px;place-items:center;min-width:22px;min-height:22px;padding:3px 7px;font-size:.74rem;display:inline-grid}.admin-reports-mobile-filters{z-index:99990;position:fixed;inset:0}.admin-reports-mobile-filters__backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0f172a7a;border:0;width:100%;height:100%;position:absolute;inset:0}.admin-reports-mobile-filters__sheet{max-height:min(82dvh,680px);padding:18px 16px calc(18px + env(safe-area-inset-bottom));background:#fff;border-radius:26px 26px 0 0;gap:14px;animation:.18s ease-out admin-reports-sheet-up;display:grid;position:absolute;bottom:0;left:0;right:0;overflow-y:auto;box-shadow:0 -20px 60px #0f172a38}.admin-reports-mobile-filters__header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.admin-reports-mobile-filters__header h3{color:var(--color-primary);margin:0;font-size:1.08rem;font-weight:950}.admin-reports-mobile-filters__header p{color:var(--color-subtitle);margin:4px 0 0;font-size:.84rem;font-weight:850}.admin-reports-mobile-filters__header button{width:40px;height:40px;color:var(--color-primary);background:#025f4814;border-radius:999px;place-items:center;display:grid}.admin-reports-mobile-filters .admin-reports-filter-controls{grid-template-columns:1fr}.admin-reports-mobile-filters__actions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.admin-reports-mobile-filters__actions button{border-radius:14px;min-height:44px;font-weight:950}.admin-reports-mobile-filters__actions button:first-child{color:var(--color-subtitle);background:#6b72801a}.admin-reports-mobile-filters__actions button:last-child{background:var(--color-primary);color:#fff}.admin-report-action-card__body,.admin-company-response-decision-panel{margin-inline:16px}.admin-report-action-card__body{margin:0;padding:16px}.admin-report-current-status-block,.admin-report-action-buttons,.admin-company-response-actions,.admin-reports-mobile-filters__actions{grid-template-columns:1fr}.admin-company-response-decision-panel{padding:14px}}@media (width<=520px){.admin-reports-filter-box__body{grid-template-columns:1fr}.admin-reports-mobile-filter-btn{width:100%}.admin-report-current-status-block{justify-items:stretch;display:grid}}.admin-manage-reports-page,.admin-manage-reports-page *{box-sizing:border-box}.admin-manage-reports-page{width:100%;min-width:0;max-width:100%;overflow-x:hidden}.admin-reports-filter-box__body{grid-template-columns:minmax(0,1fr)}.admin-reports-filter-box .admin-manage-reports-search{justify-self:stretch;max-width:680px}.admin-reports-filter-controls{grid-template-columns:repeat(3,minmax(210px,1fr));align-items:stretch}.admin-report-filter-select__button{justify-content:space-between;min-width:0;padding-inline:14px}.admin-report-filter-select__button span{text-overflow:clip;white-space:nowrap;flex:1;overflow:hidden}.admin-report-filter-select__menu--portal{box-sizing:border-box;overflow-x:hidden;min-width:0!important;max-width:none!important}.admin-report-filter-select__menu--portal .admin-report-filter-select__option{min-width:0;padding-inline:12px}.admin-report-filter-select__menu--portal .admin-report-filter-select__option span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}@media (width<=1180px){.admin-reports-filter-controls{grid-template-columns:repeat(2,minmax(220px,1fr))}}@media (width<=768px){.admin-manage-reports-page{gap:16px}.admin-reports-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:100%;max-width:100%}.admin-reports-summary-card{min-width:0;padding:15px 12px}.admin-reports-summary-card span,.admin-reports-summary-card strong{text-align:center}.admin-reports-filter-box{border-radius:22px;width:100%;max-width:100%;padding:16px 14px}.admin-reports-filter-box__body{grid-template-columns:minmax(0,1fr)}.admin-reports-filter-box .admin-manage-reports-search{max-width:none}.admin-reports-mobile-filter-btn{width:100%}.admin-reports-mobile-filters .admin-reports-filter-controls{grid-template-columns:minmax(0,1fr)}.admin-reports-mobile-filters .admin-report-filter-select,.admin-reports-mobile-filters .admin-report-filter-select__button{width:100%}}@media (width<=420px){.admin-reports-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-reports-summary-card strong{font-size:1.25rem}}.admin-reports-stats-grid{direction:rtl;grid-template-columns:repeat(7,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.admin-report-stat-card{min-height:112px;transition:transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-base);background:linear-gradient(135deg,#fffffffa,#fafcfbfa);border:1.5px solid #025f4814;border-radius:20px;justify-content:space-between;align-items:center;gap:14px;padding:18px;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 26px #0f172a0d,inset 0 1px #ffffffbf}.admin-report-stat-card:before{content:"";background:var(--stat-color);opacity:.9;width:5px;position:absolute;inset-block:0;inset-inline-start:0}.admin-report-stat-card:after{content:"";background:var(--stat-soft);opacity:.75;border-radius:50%;width:92px;height:92px;position:absolute;top:-34px;left:-34px}.admin-report-stat-card:hover{border-color:#025f482e;transform:translateY(-3px);box-shadow:0 16px 34px #0f172a14,0 8px 18px #025f4814}.admin-report-stat-card__content{z-index:2;text-align:right;gap:8px;min-width:0;display:grid;position:relative}.admin-report-stat-card__content span{color:#74827d;font-size:.82rem;font-weight:900;line-height:1.5}.admin-report-stat-card__content strong{color:#101828;letter-spacing:-.04em;font-size:1.8rem;font-weight:950;line-height:1}.admin-report-stat-card__icon{z-index:2;background:var(--stat-soft);width:48px;height:48px;color:var(--stat-color);border-radius:16px;flex-shrink:0;place-items:center;display:grid;position:relative;box-shadow:inset 0 0 0 1px #025f480f}.admin-report-stat-card__icon svg{stroke-width:2.4px;width:23px;height:23px}.admin-report-stat-card--primary{--stat-color:#025f48;--stat-soft:#025f481a}.admin-report-stat-card--warning{--stat-color:#c98700;--stat-soft:#ffc1072e}.admin-report-stat-card--purple{--stat-color:#6d5dfc;--stat-soft:#6d5dfc1f}.admin-report-stat-card--blue{--stat-color:#2563eb;--stat-soft:#2563eb1f}.admin-report-stat-card--info{--stat-color:#0891b2;--stat-soft:#0891b21f}.admin-report-stat-card--success{--stat-color:#218540;--stat-soft:#34a85329}.admin-report-stat-card--danger{--stat-color:#d64545;--stat-soft:#ef7c7c29}@media (width<=1280px){.admin-reports-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=992px){.admin-reports-stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=768px){.admin-reports-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.admin-report-stat-card{border-radius:18px;min-height:104px;padding:16px}.admin-report-stat-card__icon{border-radius:14px;width:42px;height:42px}.admin-report-stat-card__icon svg{width:20px;height:20px}.admin-report-stat-card__content span{font-size:.78rem}.admin-report-stat-card__content strong{font-size:1.55rem}}@media (width<=420px){.admin-reports-stats-grid{grid-template-columns:1fr}}.admin-map-selected-report-card{direction:rtl;background:linear-gradient(135deg,#e8ffe894,#fff);border:1.5px solid #025f481a;border-radius:22px;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:16px 18px;display:flex;box-shadow:0 14px 34px #0f172a0f}.admin-map-selected-report-card--loading,.admin-map-selected-report-card--error{justify-items:start;gap:6px;display:grid}.admin-map-selected-report-card--error{background:#fef2f2f2;border-color:#ef7c7c38}.admin-map-selected-report-card__content{gap:8px;min-width:0;display:grid}.admin-map-selected-report-card__eyebrow{width:fit-content;min-height:26px;color:var(--color-primary);background:#025f4814;border-radius:999px;padding:5px 10px;font-size:.78rem;font-weight:950}.admin-map-selected-report-card h3{color:var(--color-text);margin:0;font-size:1.02rem;font-weight:950;line-height:1.5}.admin-map-selected-report-card__meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.admin-map-selected-report-card__meta>span:not(.admin-report-status):not(.admin-report-priority){min-height:30px;color:var(--color-subtitle);background:#fffc;border-radius:999px;align-items:center;gap:6px;padding:6px 10px;font-size:.78rem;font-weight:900;display:inline-flex}.admin-map-selected-report-card__meta svg{width:15px;height:15px;color:var(--color-primary);flex-shrink:0}.admin-map-selected-report-card__actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.admin-map-selected-report-card__btn{white-space:nowrap;min-height:40px;transition:transform var(--transition-base), box-shadow var(--transition-base), background var(--transition-base);border-radius:999px;justify-content:center;align-items:center;gap:7px;padding:8px 14px;font-size:.84rem;font-weight:950;display:inline-flex}.admin-map-selected-report-card__btn:hover{transform:translateY(-1px);box-shadow:0 10px 22px #025f481f}.admin-map-selected-report-card__btn svg{width:16px;height:16px}.admin-map-selected-report-card__btn--primary{background:var(--color-primary);color:#fff}.admin-map-selected-report-card__btn--secondary{color:#c77b00;background:#ff9f0a29}.admin-report-row-highlight{outline:0!important;animation:none!important}.admin-report-row-highlight td{background:#025f480b!important}.admin-report-row-highlight td:first-child{padding-right:14px!important;position:relative!important}.admin-report-row-highlight td:first-child:before{content:""!important;inset-inline-start:0!important;background:#025f4880!important;border-radius:999px!important;width:4px!important;position:absolute!important;top:12px!important;bottom:12px!important}@media (width<=768px){.admin-map-selected-report-card{border-radius:20px;padding:14px;display:grid}.admin-map-selected-report-card__actions{grid-template-columns:1fr 1fr;display:grid}.admin-map-selected-report-card__btn{min-height:40px;padding-inline:10px;font-size:.78rem}}@media (width<=420px){.admin-map-selected-report-card__actions{grid-template-columns:1fr}}.admin-map-selected-report-card{background:#fff!important;border:1.5px solid #025f481a!important;border-radius:18px!important;margin:0 0 16px!important;padding:14px 16px!important;box-shadow:0 10px 26px #0f172a0d!important}.admin-map-selected-report-card__eyebrow{color:var(--color-primary)!important;background:#025f4814!important}.admin-report-row-highlight,.admin-report-row-highlight td{background:inherit!important;outline:0!important;animation:none!important}.admin-report-row-highlight td:first-child{padding-right:inherit!important}.admin-report-row-highlight td:first-child:before{content:none!important;display:none!important}@media (width<=768px){.admin-report-status,.admin-report-priority,.admin-company-response-table-pill,.admin-report-company-pill,.admin-report-no-data{white-space:nowrap!important;min-height:28px!important;padding:5px 9px!important;font-size:.74rem!important}.admin-map-selected-report-card{gap:12px!important;margin:0 0 14px!important;padding:14px!important;display:grid!important}.admin-map-selected-report-card__actions{grid-template-columns:1fr 1fr!important;gap:8px!important;display:grid!important}}@media (width<=420px){.admin-map-selected-report-card__actions{grid-template-columns:1fr!important}}.admin-manage-reports-table-card,.admin-manage-reports-table-card .dashboard-section-card__body,#reports-table{min-width:0!important;max-width:100%!important;overflow:hidden!important}.admin-manage-reports-table-card .dashboard-section-card__header{justify-content:space-between!important;align-items:center!important;gap:14px!important;display:flex!important}.admin-manage-reports-table-card .dashboard-section-card__action{display:none!important}.admin-manage-reports-table-wrap{scrollbar-width:none!important;background:#fff!important;border:1px solid #025f4814!important;border-radius:18px!important;width:100%!important;max-width:100%!important;margin:0!important;overflow:hidden visible!important}.admin-manage-reports-table-wrap::-webkit-scrollbar{display:none!important}.admin-manage-reports-table{border-collapse:collapse!important;table-layout:fixed!important;direction:rtl!important;background:#fff!important;width:100%!important;min-width:0!important;max-width:100%!important;margin:0!important}.admin-manage-reports-table th,.admin-manage-reports-table td{min-width:0!important;max-width:none!important;color:var(--color-text)!important;text-align:center!important;vertical-align:middle!important;white-space:normal!important;text-overflow:clip!important;word-break:break-word!important;overflow-wrap:anywhere!important;border-bottom:1px solid #025f4814!important;padding:10px 7px!important;line-height:1.45!important;overflow:visible!important}.admin-manage-reports-table th{color:#545f5b!important;white-space:nowrap!important;background:#f4f6f5!important;font-size:.72rem!important;font-weight:950!important}.admin-manage-reports-table td{background:#fff!important;font-size:.76rem!important;font-weight:850!important}.admin-manage-reports-table tbody tr:hover td{background:#025f4806!important}.admin-manage-reports-table tbody tr:last-child td{border-bottom:0!important}.admin-manage-reports-table th:first-child,.admin-manage-reports-table td:first-child{width:15%!important}.admin-manage-reports-table th:nth-child(2),.admin-manage-reports-table td:nth-child(2){width:12%!important}.admin-manage-reports-table th:nth-child(3),.admin-manage-reports-table td:nth-child(3),.admin-manage-reports-table th:nth-child(4),.admin-manage-reports-table td:nth-child(4){width:11%!important}.admin-manage-reports-table th:nth-child(5),.admin-manage-reports-table td:nth-child(5){width:10%!important}.admin-manage-reports-table th:nth-child(6),.admin-manage-reports-table td:nth-child(6){width:13%!important}.admin-manage-reports-table th:nth-child(7),.admin-manage-reports-table td:nth-child(7){width:12%!important}.admin-manage-reports-table th:nth-child(8),.admin-manage-reports-table td:nth-child(8){text-overflow:clip!important;width:16%!important;overflow:visible!important}.admin-report-status,.admin-report-priority,.admin-company-response-table-pill,.admin-report-company-pill,.admin-report-type-pill,.admin-report-no-data{white-space:normal!important;word-break:break-word!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;gap:5px!important;max-width:100%!important;min-height:26px!important;padding:5px 8px!important;font-size:.68rem!important;font-weight:950!important;line-height:1.25!important;display:inline-flex!important}.admin-report-actions{flex-wrap:wrap!important;justify-content:center!important;align-items:center!important;gap:5px!important;width:100%!important;min-width:0!important;display:inline-flex!important;overflow:visible!important}.admin-report-action-btn,.admin-view-btn,.admin-assign-btn,.admin-review-response-btn,.admin-manage-reports-table button{white-space:nowrap!important;text-overflow:clip!important;cursor:pointer!important;border-radius:999px!important;flex:none!important;justify-content:center!important;align-items:center!important;gap:4px!important;min-width:max-content!important;min-height:30px!important;padding:6px 8px!important;font-size:.66rem!important;font-weight:950!important;line-height:1.2!important;display:inline-flex!important;overflow:visible!important}.admin-report-action-btn svg,.admin-view-btn svg,.admin-assign-btn svg,.admin-review-response-btn svg,.admin-manage-reports-table button svg{flex-shrink:0!important;width:13px!important;height:13px!important}.admin-manage-reports-table td[colspan]{white-space:normal!important;padding:24px 16px!important}@media (width<=1250px){.admin-manage-reports-table th,.admin-manage-reports-table td{padding:9px 5px!important}.admin-manage-reports-table th{font-size:.66rem!important}.admin-manage-reports-table td{font-size:.7rem!important}.admin-report-action-btn,.admin-view-btn,.admin-assign-btn,.admin-review-response-btn,.admin-manage-reports-table button{padding:5px 6px!important;font-size:.62rem!important}}@media (width<=768px){.admin-manage-reports-table-card,.admin-manage-reports-table-card .dashboard-section-card__body{overflow:visible!important}.admin-manage-reports-table-card .dashboard-section-card__header{padding-inline:16px!important}.admin-manage-reports-table-wrap{-webkit-overflow-scrolling:touch!important;scrollbar-width:thin!important;scrollbar-color:#025f4866 #025f4814!important;border-radius:16px!important;width:calc(100% - 20px)!important;max-width:calc(100% - 20px)!important;margin:12px auto 0!important;overflow:auto hidden!important}.admin-manage-reports-table-wrap::-webkit-scrollbar{height:9px!important;display:block!important}.admin-manage-reports-table-wrap::-webkit-scrollbar-track{background:#025f4814!important;border-radius:999px!important}.admin-manage-reports-table-wrap::-webkit-scrollbar-thumb{background:#025f486b!important;border-radius:999px!important}.admin-manage-reports-table{table-layout:auto!important;width:max-content!important;min-width:980px!important;max-width:none!important}.admin-manage-reports-table th,.admin-manage-reports-table td{min-width:unset!important;white-space:nowrap!important;word-break:normal!important;overflow-wrap:normal!important;max-width:none!important;padding:11px 10px!important;font-size:.78rem!important}.admin-report-status,.admin-report-priority,.admin-company-response-table-pill,.admin-report-company-pill,.admin-report-type-pill,.admin-report-no-data{white-space:nowrap!important;font-size:.72rem!important}.admin-report-actions{flex-wrap:nowrap!important;min-width:150px!important}.admin-report-action-btn,.admin-view-btn,.admin-assign-btn,.admin-review-response-btn,.admin-manage-reports-table button{min-height:32px!important;padding:7px 9px!important;font-size:.72rem!important}.admin-report-engagement-stats-grid{grid-template-columns:1fr;padding-inline:14px}.admin-report-images-footer--thumbnails-only{justify-content:flex-start}}.admin-selected-report-scroll-target{scroll-margin-top:24px}.admin-selected-report-scroll-target.is-attention-active .admin-map-selected-report-card{animation:1.05s ease-in-out 2 admin-selected-report-card-attention;border-color:#025f4852!important}@media (width<=768px){.admin-selected-report-scroll-target{scroll-margin-top:14px}}.admin-report-images-footer--thumbnails-only{justify-content:flex-end}.admin-report-engagement-stats-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:18px 20px 20px;display:grid}.admin-report-engagement-stat{background:linear-gradient(#f8fcfaf5,#fff);border:1px solid #025f4814;border-radius:16px;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:10px;min-width:0;padding:14px;display:grid;box-shadow:0 8px 20px #025f480d}.admin-report-engagement-stat__icon{width:42px;height:42px;color:var(--color-primary);background:#025f481a;border-radius:14px;place-items:center;display:grid}.admin-report-engagement-stat__icon svg{width:20px;height:20px}.admin-report-engagement-stat__content{gap:2px;min-width:0;display:grid}.admin-report-engagement-stat__content span,.admin-report-engagement-stat__content small{color:var(--color-subtitle);font-size:.72rem;font-weight:850;line-height:1.4}.admin-report-engagement-stat__content strong{color:var(--color-text);font-size:1.12rem;font-weight:950;line-height:1.2}.admin-report-engagement-stat--upvotes .admin-report-engagement-stat__icon{color:#218540;background:#34a85324}.admin-report-engagement-stat--downvotes .admin-report-engagement-stat__icon{color:#c24a4a;background:#ef7c7c26}@media (width<=768px){.admin-report-engagement-stats-grid{grid-template-columns:1fr;padding-inline:14px}.admin-report-images-footer--thumbnails-only{justify-content:flex-start}}.admin-company-assignment-locked,.admin-assignment-validation-message,.admin-company-unavailable-reason{align-items:flex-start;gap:10px;line-height:1.8;display:flex}.admin-company-assignment-locked{color:var(--color-primary);background:#e8ffe8b8;border:1.5px solid #025f481f;border-radius:16px;margin:16px 22px 0;padding:14px 16px}.admin-company-assignment-locked svg,.admin-assignment-validation-message svg,.admin-company-unavailable-reason svg{flex-shrink:0;width:18px;height:18px;margin-top:5px}.admin-company-assignment-locked strong{color:var(--color-primary);font-size:.92rem;font-weight:950;display:block}.admin-company-assignment-locked p{color:var(--color-text-soft);margin:4px 0 0;font-size:.84rem;font-weight:850}.admin-assignment-validation-message{color:#c24a4a;background:#ef7c7c1a;border:1.5px solid #c24a4a29;border-radius:14px;margin:16px 22px 0;padding:13px 15px;font-size:.84rem;font-weight:950}.admin-company-recommendation-card.is-disabled{opacity:.78;background:linear-gradient(135deg,#fffffffa,#fff7f7d1);border-color:#c24a4a2e}.admin-company-recommendation-card.is-disabled:hover{transform:none;box-shadow:0 8px 22px #025f480d}.admin-company-unavailable-reason{color:#c24a4a;background:#ef7c7c1a;border-radius:12px;padding:10px 12px;font-size:.78rem;font-weight:900}.admin-company-recommendation-card.is-disabled .admin-company-select-btn{color:var(--color-subtitle);cursor:not-allowed;box-shadow:none;background:#6b728024}.admin-company-recommendation-card.is-disabled .admin-company-select-btn:hover{box-shadow:none;background:#6b728024;transform:none}.admin-company-confirm-btn:disabled,.admin-company-select-btn:disabled{opacity:.68;cursor:not-allowed}@media (width<=768px){.admin-company-assignment-locked,.admin-assignment-validation-message{margin-inline:16px}}.admin-company-response-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-company-response-type{border:1px solid #0000}.admin-company-response-type--success{border-color:#34a8532e;background:#34a8531a!important}.admin-company-response-type--danger{border-color:#ef7c7c33;background:#ef7c7c1a!important}.admin-company-response-type--warning{border-color:#ffc10738;background:#ffc1071a!important}.admin-company-response-data-warning{color:#8a5b00;background:#ffc1071a;border:1px solid #c47d003d;border-radius:14px;align-items:flex-start;gap:10px;margin:16px 22px 0;padding:14px;display:flex}.admin-company-response-data-warning>svg{flex:none;width:21px;height:21px;margin-top:2px}.admin-company-response-data-warning strong{font-size:.88rem;font-weight:950}.admin-company-response-data-warning p{margin:5px 0 0;font-size:.8rem;font-weight:800;line-height:1.8}.admin-company-response-data-warning code{color:#754e00;direction:ltr;unicode-bidi:isolate;background:#ffffffad;border-radius:6px;padding:1px 5px;display:inline-block}.admin-company-response-image{cursor:zoom-in;background:#025f480f;border:0;border-radius:14px;min-height:130px;padding:0;position:relative;overflow:hidden}.admin-company-response-image img{object-fit:cover;width:100%;height:130px;transition:transform .22s}.admin-company-response-image>span{color:#fff;opacity:0;background:#023027a8;justify-content:center;align-items:center;gap:7px;font-size:.8rem;font-weight:950;transition:opacity .22s;display:flex;position:absolute;inset:0}.admin-company-response-image:hover img,.admin-company-response-image:focus-visible img{transform:scale(1.06)}.admin-company-response-image:hover>span,.admin-company-response-image:focus-visible>span{opacity:1}.admin-company-response-character-count{color:var(--color-subtitle);direction:ltr;justify-self:start;font-size:.72rem;font-weight:850}@media (width<=700px){.admin-company-response-summary{grid-template-columns:1fr}.admin-company-response-data-warning,.admin-company-response-note,.admin-company-response-warning,.admin-company-response-images{margin-inline:14px}.admin-company-response-images__grid{grid-template-columns:1fr}.admin-company-response-image,.admin-company-response-image img{height:180px}}.admin-company-response-user-message{margin-top:14px}.admin-company-response-decision-guide{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:14px 0;display:grid}.admin-company-response-decision-guide article{background:#f8fafce6;border:1px solid #0f766e1f;border-radius:14px;align-items:flex-start;gap:10px;padding:12px;display:flex}.admin-company-response-decision-guide svg{color:#08745a;flex:none;margin-top:2px}.admin-company-response-decision-guide strong{color:#0f513f;margin-bottom:4px;display:block}.admin-company-response-decision-guide p{color:#64748b;margin:0;font-size:.78rem;line-height:1.65}.admin-company-response-confirmation{color:#713f12;cursor:pointer;background:#fefce8d1;border:1px solid #ca8a0438;border-radius:14px;align-items:flex-start;gap:10px;margin:12px 0 16px;padding:12px 14px;font-weight:800;line-height:1.65;display:flex}.admin-company-response-confirmation input{accent-color:#08745a;width:18px;height:18px;margin-top:3px}.admin-company-response-history{background:#f8fafccc;border:1px solid #0f766e1f;border-radius:16px;margin:16px 0;padding:14px}.admin-company-response-history__heading{align-items:flex-start;gap:10px;margin-bottom:12px;display:flex}.admin-company-response-history__heading svg{color:#08745a}.admin-company-response-history__heading p{color:#64748b;margin:3px 0 0;font-size:.8rem}.admin-company-response-history__list{gap:10px;display:grid}.admin-company-response-history__list article{background:#fff;border-radius:13px;padding:12px;box-shadow:0 8px 20px #0f172a0d}.admin-company-response-history__list article>div{justify-content:space-between;gap:10px;display:flex}.admin-company-response-history__list p{margin:7px 0 0;line-height:1.65}.admin-company-response-history__list span,.admin-company-response-history__list small{color:#64748b;font-size:.75rem}.admin-company-response-reviewed__user-message{border-top:1px dashed #0f766e2e;padding-top:8px;margin-top:8px!important}.admin-company-response-field-hint{color:var(--color-subtitle);margin-top:2px;font-size:.76rem;font-weight:800;line-height:1.7;display:block}@media (width<=900px){.admin-company-response-decision-guide{grid-template-columns:1fr}}@media (width<=640px){.admin-company-response-history__list article>div{flex-direction:column;align-items:flex-start}}.admin-company-response-action-error{text-align:center;background:#ef7c7c1a;border-radius:13px;justify-content:center;width:calc(100% - 44px);margin:12px auto 0;padding:11px 14px}.admin-company-response-action-error span{min-width:0}@media (width<=768px){.admin-company-response-action-error{width:calc(100% - 32px)}}.admin-company-decision-modal-backdrop{z-index:1300;place-items:center;padding:22px;display:grid;position:fixed;inset:0}.admin-company-decision-modal-backdrop__dismiss{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:default;background:#091814a8;border:0;width:100%;height:100%;position:absolute;inset:0}.admin-company-decision-modal-backdrop__dismiss:disabled{cursor:wait}.admin-company-decision-modal{z-index:1;direction:rtl;background:#fff;border:1px solid #025f4821;border-radius:24px;width:min(610px,100%);max-height:calc(100dvh - 44px);padding:22px;position:relative;overflow-y:auto;box-shadow:0 28px 90px #051c1647}.admin-company-decision-modal.is-completion{border-color:#bc7e0038}.admin-company-decision-modal__header{border-bottom:1px solid #025f4817;grid-template-columns:52px minmax(0,1fr) 38px;align-items:start;gap:13px;padding-bottom:18px;display:grid}.admin-company-decision-modal__icon{width:52px;height:52px;color:var(--color-primary);background:#025f481a;border-radius:16px;place-items:center;display:grid}.admin-company-decision-modal.is-completion .admin-company-decision-modal__icon{color:#9b6900;background:#bc7e001f}.admin-company-decision-modal__icon svg{width:23px;height:23px}.admin-company-decision-modal__header h3{color:var(--color-text);margin:2px 0 0;font-size:1.08rem;font-weight:950}.admin-company-decision-modal__header p{color:var(--color-subtitle);margin:6px 0 0;font-size:.84rem;font-weight:800;line-height:1.75}.admin-company-decision-modal__close{width:38px;height:38px;color:var(--color-subtitle);cursor:pointer;background:#64748b17;border:0;border-radius:12px;place-items:center;display:grid}.admin-company-decision-modal__close:hover:not(:disabled){color:var(--color-text);background:#64748b26}.admin-company-decision-modal__close:disabled{opacity:.55;cursor:not-allowed}.admin-company-decision-modal__field{color:var(--color-text-soft);gap:9px;margin-top:20px;font-size:.9rem;font-weight:950;display:grid;position:relative}.admin-company-decision-modal__field-title{color:var(--color-text-soft);font-size:.9rem;font-weight:950;display:block}.admin-company-decision-modal__field-hint{color:var(--color-subtitle);margin-top:-3px;font-size:.76rem;font-weight:800;line-height:1.7;display:block}.admin-company-decision-modal__field-hint code{color:var(--color-text);direction:ltr;background:#0f172a12;border-radius:7px;padding:1px 6px;font-size:.72rem}.admin-company-decision-modal__field--user-message{border-top:1px dashed #7f1d1d2e;padding-top:16px}.admin-company-decision-modal__field--user-message textarea{min-height:130px}.admin-company-decision-modal__field textarea{width:100%;min-height:150px;color:var(--color-text);font:inherit;resize:vertical;transition:border-color var(--transition-base), box-shadow var(--transition-base), background var(--transition-base);background:#f8fbfa;border:1.5px solid #025f4829;border-radius:17px;outline:none;padding:14px 16px 34px;font-weight:800;line-height:1.8}.admin-company-decision-modal.is-completion .admin-company-decision-modal__field textarea{background:#fffdf8;border-color:#bc7e0038}.admin-company-decision-modal__field textarea:focus{background:#fff;border-color:#025f4885;box-shadow:0 10px 24px #025f4817}.admin-company-decision-modal.is-completion .admin-company-decision-modal__field textarea:focus{border-color:#bc7e0094;box-shadow:0 10px 24px #bc7e001a}.admin-company-decision-modal__field textarea.is-invalid{background:snow;border-color:#dc2626}.admin-company-decision-modal__counter{color:var(--color-subtitle);pointer-events:none;font-size:.72rem;font-weight:850;position:absolute;bottom:11px;left:14px}.admin-company-decision-modal__error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:13px;align-items:flex-start;gap:8px;margin-top:12px;padding:10px 12px;font-size:.82rem;font-weight:900;line-height:1.65;display:flex}.admin-company-decision-modal__error svg{flex-shrink:0;width:17px;height:17px;margin-top:3px}.admin-company-decision-modal__actions{grid-template-columns:minmax(120px,.65fr) minmax(190px,1.35fr);gap:10px;margin-top:20px;display:grid}.admin-company-decision-modal__actions button{min-height:48px;font:inherit;cursor:pointer;transition:transform var(--transition-base), opacity var(--transition-base), box-shadow var(--transition-base);border:0;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:11px 16px;font-size:.88rem;font-weight:950;display:inline-flex}.admin-company-decision-modal__actions button:hover:not(:disabled){transform:translateY(-1px)}.admin-company-decision-modal__actions button:disabled{opacity:.62;cursor:not-allowed}.admin-company-decision-modal__cancel{color:var(--color-text-soft);background:#64748b1c}.admin-company-decision-modal__confirm{background:var(--color-primary);color:#fff;box-shadow:0 12px 26px #025f4833}.admin-company-decision-modal.is-completion .admin-company-decision-modal__confirm{background:#bd8000;box-shadow:0 12px 26px #bc7e0033}.admin-company-decision-modal__confirm svg{width:18px;height:18px}@media (width<=560px){.admin-company-decision-modal-backdrop{align-items:end;padding:12px}.admin-company-decision-modal{border-radius:22px;width:100%;max-height:calc(100dvh - 24px);padding:18px 16px}.admin-company-decision-modal__header{grid-template-columns:46px minmax(0,1fr) 36px;gap:10px}.admin-company-decision-modal__icon{border-radius:14px;width:46px;height:46px}.admin-company-decision-modal__actions{grid-template-columns:1fr}.admin-company-decision-modal__cancel{order:2}}.admin-reports-archive-page{gap:22px;display:grid}.admin-archive-map-card{background:var(--color-surface,#fff);border:1px solid #94a3b838;border-radius:22px;overflow:hidden;box-shadow:0 16px 38px #0f172a12}.admin-archive-map-card__header{border-bottom:1px solid #94a3b82e;justify-content:space-between;align-items:center;gap:18px;padding:20px 22px;display:flex}.admin-archive-map-card__header h2{color:var(--color-text,#0f172a);margin:0;font-size:1.05rem;font-weight:950}.admin-archive-map-card__header p{color:var(--color-subtitle,#64748b);margin:6px 0 0;font-size:.86rem;font-weight:700;line-height:1.7}.admin-archive-map-legend{flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}.admin-archive-map-legend__item{min-height:38px;color:var(--color-text-soft,#334155);background:#fff;border:1px solid #94a3b833;border-radius:999px;align-items:center;gap:8px;padding:8px 12px;font-size:.8rem;font-weight:900;display:inline-flex;box-shadow:0 8px 18px #0f172a0f}.admin-archive-map-legend__dot{border-radius:50% 50% 50% 0;flex-shrink:0;width:12px;height:12px;display:inline-block;transform:rotate(-45deg)}.admin-archive-map-legend__item--success .admin-archive-map-legend__dot{background:#22c55e}.admin-archive-map-legend__item--dark .admin-archive-map-legend__dot{background:#111827}.admin-archive-map-legend__item--danger .admin-archive-map-legend__dot{background:#ef4444}.admin-archive-map-card__count{color:var(--color-primary,#025f48);background:#025f4814;border:1px solid #025f4829;border-radius:999px;flex-shrink:0;padding:9px 13px;font-size:.78rem;font-weight:950}.admin-archive-map-card__body{min-height:430px;position:relative}.admin-archive-map-card__body .reports-map,.admin-archive-map-card__body .reports-map__canvas,.admin-archive-map-card__body .leaflet-container{border-radius:0}.admin-archive-map-empty{inset-inline:20px;z-index:500;color:var(--color-text-soft,#475569);text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff0;border:1px solid #94a3b840;border-radius:14px;padding:12px 15px;font-size:.84rem;font-weight:850;position:absolute;bottom:20px;box-shadow:0 12px 28px #0f172a1f}.admin-archive-map-selected-card{inset-inline-start:20px;z-index:650;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;border:1px solid #94a3b83d;border-radius:18px;width:min(360px,100% - 40px);padding:17px;position:absolute;bottom:20px;box-shadow:0 18px 46px #0f172a2e}.admin-archive-map-selected-card__close{top:10px;width:32px;height:32px;color:var(--color-text-soft,#475569);cursor:pointer;background:#64748b1a;border:0;border-radius:10px;justify-content:center;align-items:center;display:inline-flex;position:absolute;inset-inline-end:10px}.admin-archive-map-selected-card__header{flex-wrap:wrap;align-items:center;gap:10px;padding-inline-end:34px;display:flex}.admin-archive-map-selected-card__header strong{color:var(--color-text,#0f172a);font-size:.92rem;font-weight:950}.admin-archive-map-selected-card>p{color:var(--color-text-soft,#475569);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:13px 0;font-size:.84rem;font-weight:750;line-height:1.7;display:-webkit-box;overflow:hidden}.admin-archive-map-selected-card__location{color:var(--color-subtitle,#64748b);align-items:flex-start;gap:7px;margin-bottom:14px;font-size:.79rem;font-weight:800;line-height:1.55;display:flex}.admin-archive-map-selected-card__location svg{flex-shrink:0;margin-top:3px}.admin-archive-map-selected-card__action{background:var(--color-primary,#025f48);color:#fff;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:9px 14px;font-size:.82rem;font-weight:950;text-decoration:none;display:inline-flex}.admin-report-archive-card{background:linear-gradient(135deg,#025f4813,#fffffffa);border-color:#025f4833;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;margin-bottom:22px;padding:18px 20px;display:grid}.admin-report-archive-card.is-archived{background:linear-gradient(135deg,#f59e0b1a,#fffffffa);border-color:#b4530938}.admin-report-archive-card__content{align-items:flex-start;gap:14px;min-width:0;display:flex}.admin-report-archive-card__icon{width:48px;height:48px;color:var(--color-primary,#025f48);background:#025f481f;border-radius:15px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.admin-report-archive-card.is-archived .admin-report-archive-card__icon{color:#b45309;background:#f59e0b29}.admin-report-archive-card__icon svg{width:22px;height:22px}.admin-report-archive-card__content h2{color:var(--color-text,#0f172a);margin:0;font-size:1rem;font-weight:950}.admin-report-archive-card__content p{color:var(--color-text-soft,#475569);margin:6px 0 0;font-size:.84rem;font-weight:750;line-height:1.75}.admin-report-archive-card__action{min-height:46px;font:inherit;cursor:pointer;transition:transform var(--transition-base), box-shadow var(--transition-base), opacity var(--transition-base);border:0;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:10px 17px;font-size:.84rem;font-weight:950;display:inline-flex}.admin-report-archive-card__action:hover:not(:disabled){transform:translateY(-1px)}.admin-report-archive-card__action:disabled{opacity:.62;cursor:not-allowed}.admin-report-archive-card__action.is-archive{background:var(--color-primary,#025f48);color:#fff;box-shadow:0 12px 24px #025f4833}.admin-report-archive-card__action.is-unarchive{color:#fff;background:#b45309;box-shadow:0 12px 24px #b4530933}.admin-report-archive-card__error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:13px;grid-column:1/-1;align-items:flex-start;gap:8px;padding:11px 13px;font-size:.82rem;font-weight:900;line-height:1.65;display:flex}.admin-report-archive-card__error svg{flex-shrink:0;width:18px;height:18px;margin-top:3px}.admin-report-archive-modal-backdrop{z-index:100000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0f172a94;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.admin-report-archive-modal-backdrop__close-area{cursor:default;background:0 0;border:0;width:100%;height:100%;position:absolute;inset:0}.admin-report-archive-modal{z-index:1;text-align:center;background:#fff;border-radius:22px;width:min(460px,100%);padding:26px;position:relative;box-shadow:0 28px 70px #0f172a4d}.admin-report-archive-modal__close{top:14px;width:36px;height:36px;color:var(--color-text-soft,#475569);cursor:pointer;background:#64748b1a;border:0;border-radius:11px;justify-content:center;align-items:center;display:inline-flex;position:absolute;inset-inline-end:14px}.admin-report-archive-modal__icon{width:60px;height:60px;color:var(--color-primary,#025f48);background:#025f481c;border-radius:18px;justify-content:center;align-items:center;margin:4px auto 16px;display:inline-flex}.admin-report-archive-modal__icon svg{width:27px;height:27px}.admin-report-archive-modal h2{color:var(--color-text,#0f172a);margin:0;font-size:1.08rem;font-weight:950}.admin-report-archive-modal p{color:var(--color-text-soft,#475569);margin:10px 0 0;font-size:.86rem;font-weight:750;line-height:1.75}.admin-report-archive-modal__actions{grid-template-columns:.8fr 1.2fr;gap:10px;margin-top:22px;display:grid}.admin-report-archive-modal__actions button{min-height:46px;font:inherit;cursor:pointer;border:0;border-radius:13px;padding:10px 14px;font-size:.84rem;font-weight:950}.admin-report-archive-modal__actions button:disabled{opacity:.62;cursor:not-allowed}.admin-report-archive-modal__cancel{color:var(--color-text-soft,#475569);background:#64748b1c}.admin-report-archive-modal__confirm{background:var(--color-primary,#025f48);color:#fff}@media (width<=760px){.admin-archive-map-card__header{flex-direction:column;align-items:flex-start}.admin-report-archive-card{grid-template-columns:1fr}.admin-report-archive-card__action{width:100%}}@media (width<=560px){.admin-archive-map-card__header{padding:17px 16px}.admin-archive-map-card__body,.admin-archive-map-card__body .reports-map__canvas{min-height:390px}.admin-archive-map-selected-card{inset-inline:12px;width:auto;bottom:12px}.admin-report-archive-card{padding:16px}.admin-report-archive-card__content{align-items:flex-start}.admin-report-archive-card__icon{border-radius:13px;width:42px;height:42px}.admin-report-archive-modal-backdrop{align-items:flex-end;padding:12px}.admin-report-archive-modal{border-radius:22px;width:100%;padding:24px 18px 18px}.admin-report-archive-modal__actions{grid-template-columns:1fr}.admin-report-archive-modal__cancel{order:2}}.admin-company-response-modal-guidance{color:var(--color-text-soft);background:#025f480e;border:1px solid #025f481c;border-radius:14px;align-items:flex-start;gap:9px;margin-top:14px;padding:12px 14px;display:flex}.admin-company-response-modal-guidance svg{width:18px;height:18px;color:var(--color-primary);flex-shrink:0;margin-top:3px}.admin-company-response-modal-guidance p{margin:0;font-size:.82rem;font-weight:850;line-height:1.75}.admin-company-decision-modal.is-danger{border-color:#7f1d1d3d}.admin-company-decision-modal.is-reassign{border-color:#4352db3d}.admin-company-decision-modal.is-danger .admin-company-decision-modal__icon{color:#991b1b;background:#7f1d1d1c}.admin-company-decision-modal.is-reassign .admin-company-decision-modal__icon{color:#4352db;background:#4352db1c}.admin-company-decision-modal.is-danger .admin-company-decision-modal__field textarea{background:snow;border-color:#7f1d1d38}.admin-company-decision-modal.is-reassign .admin-company-decision-modal__field textarea{background:#fbfbff;border-color:#4352db38}.admin-company-decision-modal.is-danger .admin-company-decision-modal__field textarea:focus{border-color:#7f1d1d94;box-shadow:0 10px 24px #7f1d1d1a}.admin-company-decision-modal.is-reassign .admin-company-decision-modal__field textarea:focus{border-color:#4352db94;box-shadow:0 10px 24px #4352db1a}.admin-company-decision-modal__destination{color:var(--color-text-soft);background:#025f480d;border:1px solid #025f481c;border-radius:15px;align-items:flex-start;gap:10px;margin-top:16px;padding:12px 14px;display:flex}.admin-company-decision-modal__destination>svg{width:18px;height:18px;color:var(--color-primary);flex-shrink:0;margin-top:3px}.admin-company-decision-modal__destination strong{color:var(--color-text);font-size:.84rem;font-weight:950;display:block}.admin-company-decision-modal__destination p{color:var(--color-subtitle);margin:4px 0 0;font-size:.78rem;font-weight:800;line-height:1.75}.admin-company-decision-modal.is-danger .admin-company-decision-modal__destination{background:#7f1d1d0e;border-color:#7f1d1d21}.admin-company-decision-modal.is-reassign .admin-company-decision-modal__destination{background:#4352db0e;border-color:#4352db21}.admin-company-decision-modal.is-danger .admin-company-decision-modal__destination>svg{color:#991b1b}.admin-company-decision-modal.is-reassign .admin-company-decision-modal__destination>svg{color:#4352db}.admin-company-decision-modal.is-danger .admin-company-decision-modal__confirm{background:#991b1b;box-shadow:0 12px 26px #7f1d1d33}.admin-company-decision-modal.is-reassign .admin-company-decision-modal__confirm{background:#4352db;box-shadow:0 12px 26px #4352db33}@media (width<=560px){.admin-company-response-modal-guidance,.admin-company-decision-modal__destination{padding:11px 12px}}.admin-companies-page{gap:22px}.admin-companies-page__header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.admin-add-company-btn{background:var(--color-primary);color:#fff;min-height:46px;transition:transform var(--transition-base), background var(--transition-base), box-shadow var(--transition-base);border-radius:14px;align-items:center;gap:8px;padding:10px 18px;font-size:.95rem;font-weight:950;display:inline-flex;box-shadow:0 10px 22px #025f482e}.admin-companies-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.admin-companies-stat-card{background:var(--color-surface);min-height:104px;box-shadow:var(--shadow-sm);border:1.5px solid #025f4814;border-radius:18px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:18px;padding:18px 20px;display:grid}.admin-companies-stat-card__title{min-width:0}.admin-companies-stat-card__title p{color:var(--color-text);margin:0;font-size:.95rem;font-weight:950;line-height:1.4}.admin-companies-stat-card__title small{color:var(--color-subtitle);margin-top:4px;font-size:.72rem;font-weight:800;line-height:1.4;display:block}.admin-companies-stat-card__value{color:var(--color-primary);white-space:nowrap;font-size:1.65rem;font-weight:950;line-height:1}.admin-companies-stat-card__icon{width:48px;height:48px;color:var(--color-primary);background:#025f481a;border-radius:14px;flex-shrink:0;place-items:center;display:grid}.admin-companies-stat-card__icon svg{width:22px;height:22px}.admin-companies-card{border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-sm);border:1.5px solid #025f4814;gap:16px;padding:18px;display:grid}.admin-companies-toolbar{direction:rtl;grid-template-columns:minmax(260px,1fr) minmax(145px,180px) minmax(145px,180px) minmax(145px,170px);align-items:start;gap:10px;display:grid}.admin-companies-search{background:var(--color-surface);min-height:44px;color:var(--color-primary);transition:border-color var(--transition-base), box-shadow var(--transition-base), background var(--transition-base);border:1.5px solid #025f4838;border-radius:14px;align-items:center;gap:10px;padding:0 14px;display:flex}.admin-companies-search:focus-within{background:#fff;border-color:#025f4880;box-shadow:0 8px 22px #025f4814}.admin-companies-search svg{flex-shrink:0;width:18px;height:18px}.admin-companies-search input{width:100%;min-width:0;height:42px;color:var(--color-text);background:0 0;border:0;outline:0;font-weight:850}.admin-companies-search input::placeholder{color:#40494699}.admin-companies-table-wrap{border:1px solid #025f4814;border-radius:16px;overflow-x:auto}.admin-companies-table{border-collapse:collapse;width:100%;min-width:1100px}.admin-companies-table th,.admin-companies-table td{text-align:right;white-space:nowrap;border-bottom:1px solid #025f4814;padding:13px 12px}.admin-companies-table th{color:#5a6460;background:#f4f6f5;font-size:.82rem;font-weight:950}.admin-companies-table td{color:var(--color-text);font-size:.88rem;font-weight:850}.admin-companies-table tr:last-child td{border-bottom:0}.admin-company-name-cell{align-items:center;gap:10px;display:inline-flex}.admin-company-name-cell>span{color:#218540;background:#34a8532e;border-radius:50%;place-items:center;width:38px;height:38px;display:grid}.admin-company-name-cell strong,.admin-company-name-cell small{display:block}.admin-company-name-cell strong{color:var(--color-text);font-weight:950}.admin-company-name-cell small{color:var(--color-subtitle);margin-top:2px;font-size:.72rem;font-weight:800}.admin-company-service-pill{color:#b17800;background:#ffc10729;border-radius:999px;justify-content:center;align-items:center;min-height:30px;padding:6px 11px;font-size:.78rem;font-weight:900;display:inline-flex}.admin-company-number{color:var(--color-primary);font-size:1rem;font-weight:950}.admin-company-muted{color:var(--color-subtitle);font-size:.72rem;font-weight:800}.admin-company-status{border-radius:999px;justify-content:center;align-items:center;min-height:30px;padding:6px 12px;font-size:.78rem;font-weight:950;display:inline-flex}.admin-company-status--active{color:#218540;background:#34a85329}.admin-company-status--disabled{color:#c24a4a;background:#ef7c7c29}.admin-company-performance{gap:7px;min-width:130px;display:grid}.admin-company-performance>div:first-child{justify-content:space-between;align-items:center;gap:8px;display:flex}.admin-company-performance strong{color:var(--color-text);font-size:.82rem;font-weight:950}.admin-company-performance span{color:var(--color-subtitle);font-size:.72rem;font-weight:850}.admin-company-performance__bar{background:#025f481a;border-radius:999px;height:7px;overflow:hidden}.admin-company-performance__bar span{border-radius:inherit;height:100%;display:block}.admin-company-performance--success .admin-company-performance__bar span{background:var(--color-primary)}.admin-company-performance--warning .admin-company-performance__bar span{background:#ff9f0a}.admin-company-performance--danger .admin-company-performance__bar span{background:#ff3b30}.admin-company-actions{justify-content:flex-start;align-items:center;gap:7px;min-width:245px;display:inline-flex}.admin-company-action-btn{min-height:34px;transition:transform var(--transition-base), background var(--transition-base), box-shadow var(--transition-base);border-radius:999px;align-items:center;gap:5px;padding:7px 10px;font-size:.76rem;font-weight:950;display:inline-flex}.admin-company-action-btn:hover{transform:translateY(-1px);box-shadow:0 8px 16px #025f481a}.admin-company-action-btn svg{width:14px;height:14px}.admin-company-action-btn--view{background:var(--color-primary);color:#fff}.admin-company-action-btn--edit{color:#fff;background:#ff9f0a}.admin-company-action-btn--disable{color:#c24a4a;background:#ef7c7c29}.admin-company-action-btn--activate{color:#218540;background:#34a85329}.admin-companies-empty{color:var(--color-subtitle);text-align:center;padding:26px;font-weight:900}.admin-company-modal-backdrop{z-index:3000;background:#0000006b;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.admin-company-modal,.admin-company-details-modal,.admin-company-status-modal{background:#fff;border-radius:24px;width:min(920px,100%);max-height:calc(100vh - 40px);padding:24px;position:relative;overflow:auto;box-shadow:0 26px 70px #0003}.admin-company-status-modal{width:min(520px,100%)}.admin-company-modal__close{width:36px;height:36px;color:var(--color-primary);background:#025f4814;border-radius:999px;place-items:center;display:grid;position:absolute;top:16px;left:16px}.admin-company-modal__header{margin-bottom:20px;padding-inline-end:42px}.admin-company-modal__header h2,.admin-company-details-header h2,.admin-company-status-modal h2{color:var(--color-text);font-size:1.25rem;font-weight:950}.admin-company-modal__header p,.admin-company-details-header p,.admin-company-status-modal p{color:var(--color-subtitle);margin-top:5px;font-size:.9rem;font-weight:850}.admin-company-form{gap:18px;display:grid}.admin-company-form__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.admin-company-form label,.admin-company-form__textarea,.admin-company-status-modal label{color:var(--color-text);gap:8px;font-size:.88rem;font-weight:900;display:grid}.admin-company-form input,.admin-company-form select,.admin-company-form textarea,.admin-company-status-modal textarea{width:100%;min-height:44px;color:var(--color-text);background:#fff;border:1.5px solid #025f4829;border-radius:14px;outline:0;padding:10px 12px;font-weight:850}.admin-company-form textarea,.admin-company-status-modal textarea{resize:vertical;min-height:105px}.admin-company-form__full,.admin-company-form__textarea{grid-column:1/-1}.admin-company-form-section{background:#fafafa;border-radius:16px;gap:12px;padding:14px;display:grid}.admin-company-form-section h3{color:var(--color-text);font-size:.96rem;font-weight:950}.admin-company-checks{flex-wrap:wrap;gap:8px;display:flex}.admin-company-checks label{min-height:34px;color:var(--color-text-soft);background:#fff;border:1px solid #025f481f;border-radius:999px;align-items:center;gap:7px;padding:7px 10px;font-size:.82rem;font-weight:850;display:inline-flex}.admin-company-checks input{width:auto;min-height:auto}.admin-company-form__actions,.admin-company-details-actions,.admin-company-status-modal__actions{justify-content:flex-end;gap:10px;display:flex}.admin-company-form__actions button,.admin-company-details-actions button,.admin-company-status-modal__actions button{border-radius:14px;min-height:44px;padding:9px 18px;font-weight:950}.admin-company-form__actions button:first-child,.admin-company-details-actions button:first-child,.admin-company-status-modal__actions button:first-child{color:var(--color-text);background:#f2f2f2}.admin-company-form__actions button:last-child,.admin-company-details-actions button:last-child,.admin-company-status-modal__actions button:last-child{background:var(--color-primary);color:#fff}.admin-company-details-header{justify-content:space-between;align-items:flex-start;gap:18px;padding-inline-end:42px;display:flex}.admin-company-details-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:22px;display:grid}.admin-company-details-metrics article{background:#025f480f;border-radius:16px;gap:7px;padding:14px;display:grid}.admin-company-details-metrics svg{color:var(--color-primary);width:20px;height:20px}.admin-company-details-metrics span{color:var(--color-subtitle);font-size:.78rem;font-weight:850}.admin-company-details-metrics strong{color:var(--color-text);font-size:1.05rem;font-weight:950}.admin-company-details-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px;display:grid}.admin-company-details-grid section,.admin-company-details-section{background:#fafafa;border-radius:16px;padding:16px}.admin-company-details-grid h3,.admin-company-details-section h3{color:var(--color-text);margin-bottom:12px;font-size:.96rem;font-weight:950}.admin-company-details-grid p,.admin-company-details-section p{color:var(--color-text-soft);align-items:center;gap:8px;font-weight:850;line-height:1.8;display:flex}.admin-company-details-grid p+p{margin-top:8px}.admin-company-details-grid svg{color:var(--color-primary)}.admin-company-details-section{margin-top:14px}.admin-company-details-tags{flex-wrap:wrap;gap:8px;display:flex}.admin-company-details-tags span{min-height:30px;color:var(--color-primary);background:#025f481a;border-radius:999px;padding:6px 10px;font-size:.78rem;font-weight:900}.admin-company-details-warning{background:#ffc1071f}.admin-company-status-modal__icon{color:#b17800;background:#ffc10729;border-radius:50%;place-items:center;width:58px;height:58px;margin:0 auto 14px;display:grid}.admin-company-status-modal__icon svg{width:28px;height:28px}.admin-company-status-modal h2,.admin-company-status-modal>p{text-align:center}.admin-company-status-modal label{margin-top:18px}@media (width<=1200px){.admin-companies-stats-grid,.admin-companies-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-companies-search{grid-column:1/-1}}@media (width<=768px){.admin-companies-page__header{display:grid}.admin-add-company-btn{justify-content:center;width:100%}.admin-companies-stats-grid,.admin-companies-toolbar,.admin-company-form__grid,.admin-company-details-metrics,.admin-company-details-grid{grid-template-columns:1fr}.admin-companies-card{padding:14px}.admin-company-modal,.admin-company-details-modal,.admin-company-status-modal{border-radius:20px;padding:22px 16px}.admin-company-form__actions,.admin-company-details-actions,.admin-company-status-modal__actions{display:grid}}.admin-companies-hero{border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-sm);background:linear-gradient(135deg,#e8ffe8d9,#fffffff5);border:1.5px solid #025f481a;justify-content:space-between;align-items:center;gap:18px;padding:24px 28px;display:flex}.admin-companies-hero h1{color:var(--color-primary);margin:0;font-size:1.65rem;font-weight:950}.admin-companies-hero p{color:var(--color-subtitle);margin:8px 0 0;font-size:.95rem;font-weight:850}.admin-add-company-btn{background:var(--color-primary);color:#fff;min-height:48px;transition:transform var(--transition-base), background var(--transition-base), box-shadow var(--transition-base);border-radius:14px;justify-content:center;align-items:center;gap:10px;padding:10px 20px;font-size:.95rem;font-weight:950;display:inline-flex;box-shadow:0 10px 22px #025f482e}.admin-add-company-btn:hover{background:var(--color-primary-dark);transform:translateY(-1px);box-shadow:0 14px 26px #025f4838}.admin-add-company-btn svg{width:18px;height:18px}.admin-company-form .admin-report-filter-select__button{border-radius:14px;min-height:44px;font-size:.88rem}.admin-company-form .admin-report-filter-select--inline .admin-report-filter-select__menu{margin-top:8px}.admin-company-form-section p{color:var(--color-subtitle);margin:-4px 0 0;font-size:.82rem;font-weight:800;line-height:1.7}.admin-company-checks--large{gap:10px}.admin-company-checks--large label{min-height:40px;color:var(--color-text-soft);cursor:pointer;transition:background var(--transition-base), color var(--transition-base), border-color var(--transition-base), box-shadow var(--transition-base);background:#fff;border:1.5px solid #025f481f;border-radius:999px;padding:8px 14px}.admin-company-checks--large label.is-checked{color:var(--color-primary);background:#025f481a;border-color:#025f4859;box-shadow:0 8px 18px #025f4814}.admin-company-checks--large input{accent-color:var(--color-primary)}.admin-company-form-alert{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:16px;align-items:flex-start;gap:12px;padding:14px 16px;display:flex;position:relative;box-shadow:0 10px 24px #991b1b14}.admin-company-form-alert>svg{flex:none;width:21px;height:21px;margin-top:1px}.admin-company-form-alert>div{gap:3px;display:grid}.admin-company-form-alert strong{font-size:.9rem;font-weight:950}.admin-company-form-alert span{font-size:.84rem;font-weight:800;line-height:1.7}.admin-company-form label.has-error input{background:#fff7f7;border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.admin-company-field-error{color:#b91c1c;align-items:flex-start;gap:6px;margin-top:7px;font-size:.78rem;font-weight:850;line-height:1.6;display:flex}.admin-company-field-error svg{flex:none;width:15px;height:15px;margin-top:2px}.admin-company-form__actions button:disabled{cursor:not-allowed;opacity:.65}.admin-company-no-data{min-height:30px;color:var(--color-subtitle);background:#9292921f;border-radius:999px;justify-content:center;align-items:center;padding:6px 10px;font-size:.74rem;font-weight:900;display:inline-flex}@media (width<=768px){.admin-companies-hero{text-align:right;padding:20px 16px;display:grid}.admin-companies-hero h1{font-size:1.4rem}.admin-add-company-btn{width:100%}}.admin-company-form__grid{align-items:start}.admin-company-form__grid>label{align-content:start;align-self:start}.admin-company-form input{height:44px}.admin-company-form .admin-report-filter-select{z-index:80}.admin-company-form .admin-report-filter-select.is-open{z-index:200}.admin-company-form .admin-report-filter-select--overlay .admin-report-filter-select__menu{z-index:220;max-height:320px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto}.admin-company-field-hint{color:var(--color-subtitle);margin-top:-2px;font-size:.72rem;font-weight:800;line-height:1.6;display:block}.admin-company-modal{overflow:auto}.admin-company-form,.admin-company-form__grid,.admin-company-form__grid>label{overflow:visible}@media (width<=768px){.admin-company-form .admin-report-filter-select--overlay .admin-report-filter-select__menu{max-height:260px}}.admin-company-account-status{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:30px;padding:6px 12px;font-size:.76rem;font-weight:950;display:inline-flex}.admin-company-account-status--active{color:#218540;background:#34a85329}.admin-company-account-status--invited{color:#b17800;background:#ffc1072e}.admin-company-account-status--expired{color:#c24a4a;background:#ef7c7c29}.admin-company-account-status--disabled{color:#475569;background:#64748b24}.admin-company-action-btn--invite{color:#4352db;background:#5a6bff1f}.admin-company-details-statuses{flex-wrap:wrap;gap:8px;display:flex}.admin-company-invite-note{color:var(--color-primary);background:#025f4814;border-radius:14px;padding:12px 14px;font-size:.84rem;font-weight:900;line-height:1.7}.admin-company-invite-modal{text-align:center;background:#fff;border-radius:24px;width:min(620px,100%);padding:26px;position:relative;box-shadow:0 26px 70px #0003}.admin-company-invite-modal__icon{width:62px;height:62px;color:var(--color-primary);background:#025f481a;border-radius:50%;place-items:center;margin:0 auto 14px;display:grid}.admin-company-invite-modal__icon svg{width:28px;height:28px}.admin-company-invite-modal h2{color:var(--color-text);font-size:1.2rem;font-weight:950}.admin-company-invite-modal>p{color:var(--color-subtitle);margin-top:8px;font-size:.92rem;font-weight:850;line-height:1.8}.admin-company-invite-info{text-align:right;background:#fafafa;border-radius:14px;gap:4px;margin-top:14px;padding:12px 14px;display:grid}.admin-company-invite-info span{color:var(--color-subtitle);font-size:.78rem;font-weight:850}.admin-company-invite-info strong{color:var(--color-text);font-size:.92rem;font-weight:950}.admin-company-invite-link-box{background:#e8ffe873;border:1.5px solid #025f4824;border-radius:16px;gap:10px;margin-top:16px;padding:12px;display:grid}.admin-company-invite-link-box span{color:var(--color-text);word-break:break-all;text-align:left;direction:ltr;font-size:.82rem;font-weight:850}.admin-company-invite-link-box button,.admin-company-invite-close-btn{background:var(--color-primary);color:#fff;border-radius:14px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:8px 16px;font-weight:950;display:inline-flex}.admin-company-invite-warning{color:#9b7100;text-align:right;background:#ffc10724;border-radius:14px;margin-top:14px;padding:12px 14px;font-size:.84rem;font-weight:900;line-height:1.7}.admin-company-invite-close-btn{width:100%;margin-top:16px}@media (width<=768px){.admin-company-invite-modal{padding:22px 16px}.admin-company-actions{min-width:310px}}.admin-companies-card{position:relative;overflow:visible}.admin-companies-toolbar{z-index:80;position:relative;overflow:visible}.admin-companies-toolbar .admin-report-filter-select{z-index:90;position:relative}.admin-companies-toolbar .admin-report-filter-select.is-open{z-index:500}.admin-companies-toolbar .admin-report-filter-select--overlay .admin-report-filter-select__menu{z-index:520;max-height:280px;overflow-y:auto}.admin-companies-table-wrap{z-index:1;position:relative}@media (width<=768px){.admin-companies-card{overflow:visible}.admin-companies-toolbar{z-index:300;overflow:visible}.admin-companies-toolbar .admin-report-filter-select{width:100%}.admin-companies-toolbar .admin-report-filter-select.is-open{z-index:800}.admin-companies-toolbar .admin-report-filter-select--overlay .admin-report-filter-select__menu{z-index:850;max-height:240px;overflow-y:auto}.admin-companies-table-wrap{z-index:1}}.admin-company-modal-backdrop{z-index:99999;overscroll-behavior:contain;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0;overflow-y:auto}.admin-company-modal{width:min(820px,100%);max-height:calc(100dvh - 48px);margin:auto;position:relative;overflow-y:auto}.admin-company-modal__close{z-index:5}.admin-company-form__actions{text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;display:flex}.admin-company-form__actions button{min-width:220px}@media (width<=768px){.admin-company-modal-backdrop{justify-content:center;align-items:flex-start;padding:92px 14px 24px}.admin-company-modal{border-radius:24px;width:100%;max-height:calc(100dvh - 116px);margin:0 auto}.admin-company-modal__header{padding-inline:8px}.admin-company-modal__close{top:14px;left:14px}.admin-company-form__actions{justify-content:center;justify-items:center;gap:12px;display:grid}.admin-company-form__actions button{width:min(240px,100%);min-width:0}}.admin-company-page-message{border-radius:16px;margin:0 0 16px;padding:12px 16px;font-weight:800}.admin-company-page-message--success{color:#166534;background:#dcfce7;border:1px solid #bbf7d0}.admin-company-page-message--error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.admin-companies-pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;padding:18px 0 4px;display:flex}.admin-companies-pagination button{color:#fff;cursor:pointer;background:#0f766e;border:0;border-radius:999px;padding:9px 18px;font-weight:800}.admin-companies-pagination button:disabled{opacity:.45;cursor:not-allowed}.admin-companies-pagination span{color:#475569;font-weight:700}.admin-company-form label.has-error .admin-report-filter-select__button,.admin-company-form-section.has-error{background:#fff7f7;border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.admin-company-form-section.has-error{border-style:solid;border-width:1px;border-radius:16px;padding:14px}.admin-company-form-section.has-error .admin-company-checks--large label{background:#fff}.admin-company-form input[aria-invalid=true],.admin-company-form textarea[aria-invalid=true]{background:#fff7f7;border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.admin-company-form input[aria-invalid=true]:focus,.admin-company-form textarea[aria-invalid=true]:focus,.admin-company-form label.has-error .admin-report-filter-select__button:focus-visible{border-color:#dc2626;outline:none;box-shadow:0 0 0 4px #dc262621}.admin-company-field-counter{color:var(--color-subtitle);text-align:right;direction:ltr;margin-top:-2px;font-size:.72rem;font-weight:800;display:block}.admin-company-form .admin-company-phone-input{text-align:right;direction:rtl;unicode-bidi:plaintext}.admin-company-form .admin-company-phone-input::placeholder{text-align:right;direction:rtl}.admin-profile-page{gap:18px;display:grid}.admin-profile-hero{border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-sm);background:linear-gradient(135deg,#e8ffe8e0,#fffffff7);border:1.5px solid #025f481a;padding:24px 28px}.admin-profile-hero h1{color:var(--color-primary);margin:0;font-size:1.65rem;font-weight:950}.admin-profile-hero p{color:var(--color-subtitle);margin:8px 0 0;font-size:.95rem;font-weight:850}.admin-profile-header-card{box-shadow:var(--shadow-sm);background:#fff;border:1.5px solid #025f4814;border-radius:20px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:18px;padding:22px;display:grid}.admin-profile-header-card__avatar{width:86px;height:86px;color:var(--color-primary);background:#025f481a;border-radius:24px;place-items:center;display:grid}.admin-profile-header-card__avatar svg{width:38px;height:38px}.admin-profile-header-card__content{gap:14px;min-width:0;display:grid}.admin-profile-header-card__title-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.admin-profile-header-card__title-row h2{color:var(--color-text);margin:0;font-size:1.35rem;font-weight:950}.admin-profile-header-card__title-row p{color:var(--color-subtitle);margin:6px 0 0;font-size:.9rem;font-weight:850}.admin-profile-status{color:#218540;white-space:nowrap;background:#34a85324;border-radius:999px;align-items:center;gap:7px;min-height:34px;padding:7px 12px;font-size:.78rem;font-weight:950;display:inline-flex}.admin-profile-header-card__info{flex-wrap:wrap;gap:10px;display:flex}.admin-profile-header-card__info span{min-height:34px;color:var(--color-text);background:#025f480f;border-radius:999px;align-items:center;gap:7px;padding:7px 11px;font-size:.78rem;font-weight:850;display:inline-flex}.admin-profile-header-card__info svg{color:var(--color-primary)}.admin-profile-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.admin-profile-stat-card{min-height:104px;box-shadow:var(--shadow-sm);background:#fff;border:1.5px solid #025f4814;border-radius:18px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:16px;padding:18px 20px;display:grid}.admin-profile-stat-card h3{color:var(--color-text);margin:0;font-size:.92rem;font-weight:950}.admin-profile-stat-card p{color:var(--color-subtitle);margin:4px 0 0;font-size:.72rem;font-weight:850}.admin-profile-stat-card strong{color:var(--color-primary);white-space:nowrap;font-size:1.55rem;font-weight:950}.admin-profile-stat-card span{width:46px;height:46px;color:var(--color-primary);background:#025f481a;border-radius:14px;place-items:center;display:grid}.admin-profile-stat-card svg{width:21px;height:21px}.admin-profile-grid{grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:16px;display:grid}.admin-profile-grid__main,.admin-profile-grid__side{align-content:start;gap:16px;display:grid}.admin-profile-card{box-shadow:var(--shadow-sm);background:#fff;border:1.5px solid #025f4814;border-radius:18px;padding:20px}.admin-profile-card__header{text-align:right;justify-content:flex-end;margin-bottom:16px;display:flex}.admin-profile-card__header h2{color:var(--color-text);margin:0;font-size:1rem;font-weight:950}.admin-profile-card__header p{color:var(--color-subtitle);margin:4px 0 0;font-size:.74rem;font-weight:850}.admin-profile-details-list{gap:12px;display:grid}.admin-profile-details-list>div{background:#025f480a;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;min-height:52px;padding:12px 14px;display:flex}.admin-profile-details-list span{color:var(--color-subtitle);align-items:center;gap:8px;font-size:.82rem;font-weight:850;display:inline-flex}.admin-profile-details-list svg{color:var(--color-primary)}.admin-profile-permissions-list{gap:12px;display:grid}.admin-profile-permissions-list article{background:#025f480a;border-radius:16px;grid-template-columns:auto minmax(0,1fr);gap:12px;padding:14px;display:grid}.admin-profile-permissions-list article>span{color:#218540;background:#34a85321;border-radius:12px;place-items:center;width:38px;height:38px;display:grid}.admin-profile-permissions-list h3{color:var(--color-text);margin:0;font-size:.9rem;font-weight:950}.admin-profile-permissions-list p{color:var(--color-subtitle);margin:5px 0 0;font-size:.78rem;font-weight:800;line-height:1.7}.admin-profile-activity-list{gap:12px;display:grid}.admin-profile-activity-list article{background:#025f480a;border-radius:16px;grid-template-columns:auto minmax(0,1fr);gap:12px;padding:14px;display:grid}.admin-profile-activity-list article>span{width:38px;height:38px;color:var(--color-primary);background:#025f481a;border-radius:12px;place-items:center;display:grid}.admin-profile-activity-list h3{color:var(--color-text);margin:0;font-size:.88rem;font-weight:950}.admin-profile-activity-list p{color:var(--color-subtitle);margin:5px 0 0;font-size:.76rem;font-weight:800;line-height:1.7}.admin-profile-activity-list small{color:var(--color-primary);margin-top:7px;font-size:.72rem;font-weight:900;display:block}@media (width<=1200px){.admin-profile-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-profile-grid{grid-template-columns:1fr}}@media (width<=768px){.admin-profile-page{gap:14px}.admin-profile-hero{padding:20px 16px}.admin-profile-hero h1{font-size:1.35rem}.admin-profile-hero p{font-size:.82rem;line-height:1.7}.admin-profile-header-card{text-align:center;grid-template-columns:1fr;justify-items:center;padding:18px 16px}.admin-profile-header-card__avatar{width:78px;height:78px}.admin-profile-header-card__title-row{justify-items:center;width:100%;display:grid}.admin-profile-header-card__title-row h2{font-size:1.15rem}.admin-profile-header-card__info{justify-content:center}.admin-profile-stats-grid{grid-template-columns:1fr}.admin-profile-stat-card{grid-template-columns:minmax(0,1fr) auto auto;min-height:92px;padding:16px}.admin-profile-grid{gap:14px}.admin-profile-card{padding:16px}.admin-profile-details-list>div{justify-items:start;display:grid}.admin-profile-details-list strong{text-align:right}}@media (width<=420px){.admin-profile-header-card__info span{border-radius:14px;justify-content:center;width:100%}.admin-profile-stat-card{grid-template-columns:minmax(0,1fr) auto}.admin-profile-stat-card strong{grid-area:2/1}.admin-profile-stat-card span{grid-area:1/2/3}}@media (width<=768px){.admin-profile-card__header{text-align:center;justify-content:center}.admin-profile-card__header>div{text-align:center;width:100%}.admin-profile-card__header h2,.admin-profile-card__header p,.admin-profile-header-card__title-row{text-align:center}.admin-profile-header-card__title-row>div{text-align:center;width:100%}.admin-profile-header-card__title-row h2,.admin-profile-header-card__title-row p{text-align:center}.admin-profile-header-card__title-row{text-align:center;justify-content:center;justify-items:center;gap:12px;width:100%;display:grid}.admin-profile-header-card__title-row>div{text-align:center;justify-items:center;width:100%;display:grid}.admin-profile-header-card__title-row h2,.admin-profile-header-card__title-row p{text-align:center;width:100%}.admin-profile-status{justify-content:center;margin-inline:auto}}.admin-profile-card__header{text-align:right;direction:rtl;justify-content:flex-start;width:100%}.admin-profile-card__header>div{text-align:right;width:100%}.admin-profile-card__header h2,.admin-profile-card__header p{text-align:right}.admin-profile-details-list>div{direction:rtl;justify-content:flex-start;align-items:center;gap:6px;display:flex}.admin-profile-details-list span{color:var(--color-subtitle);flex-shrink:0;align-items:center;gap:8px;font-size:.82rem;font-weight:850;display:inline-flex}.admin-profile-details-list span:after{content:":";color:var(--color-subtitle);margin-inline-start:2px;font-weight:950}.admin-profile-details-list strong{color:var(--color-text);text-align:right;font-size:.88rem;font-weight:950}.admin-profile-state-card{min-height:220px;box-shadow:var(--shadow-sm);color:var(--color-text);text-align:center;background:#fff;border:1.5px solid #025f4814;border-radius:20px;align-content:center;place-items:center;gap:10px;padding:28px 22px;display:grid}.admin-profile-state-card svg{width:34px;height:34px;color:var(--color-primary)}.admin-profile-state-card h2{margin:0;font-size:1rem;font-weight:950}.admin-profile-state-card p{color:var(--color-subtitle);margin:0;font-size:.86rem;font-weight:850;line-height:1.7}.admin-profile-state-card--error{background:#dc35450a;border-color:#dc35452e}.admin-profile-state-card--error svg{color:#c62828}.admin-profile-state-card__spinner{animation:.9s linear infinite admin-profile-spin}.admin-profile-empty-text{color:var(--color-subtitle);text-align:center;background:#025f480a;border-radius:14px;margin:0;padding:16px;font-size:.82rem;font-weight:850;line-height:1.7}.admin-profile-header-card__title-row h2,.admin-profile-header-card__info span,.admin-profile-details-list strong,.admin-profile-permissions-list h3,.admin-profile-permissions-list p,.admin-profile-activity-list h3,.admin-profile-activity-list p{overflow-wrap:anywhere}.company-reports-page,.company-report-details-page{gap:18px;display:grid}.company-reports-inbox-summary{box-shadow:var(--shadow-sm);background:linear-gradient(135deg,#e8ffe8e6,#fffffffa);border:1.5px solid #025f481a;border-radius:18px;justify-content:space-between;align-items:center;gap:16px;padding:18px 22px;display:flex}.company-reports-inbox-summary h2{color:var(--color-primary);margin:0;font-size:1.05rem;font-weight:950}.company-reports-inbox-summary p{color:var(--color-subtitle);margin:6px 0 0;font-size:.86rem;font-weight:850}.company-reports-inbox-summary button{background:var(--color-primary);color:#fff;white-space:nowrap;border-radius:999px;min-height:42px;padding:8px 16px;font-weight:950}.company-reports-card,.company-report-details-card,.company-reports-solution-panel{box-shadow:var(--shadow-sm);background:#fff;border-radius:22px}.company-reports-card{overflow:visible}.company-reports-toolbar{z-index:50;grid-template-columns:minmax(260px,1.3fr) minmax(160px,.8fr) minmax(160px,.8fr) auto auto;gap:10px;display:grid;position:relative;overflow:visible}.company-reports-search{background:#fff;border:1.5px solid #025f4824;border-radius:14px;align-items:center;gap:10px;min-height:44px;padding:0 14px;display:flex}.company-reports-search svg{color:var(--color-primary);width:18px;height:18px}.company-reports-search input{width:100%;color:var(--color-text);border:0;outline:0;font-weight:850}.company-reports-filter-btn,.company-reports-reset-btn{min-height:44px;color:var(--color-primary);background:#025f4814;border-radius:14px;justify-content:center;align-items:center;gap:8px;font-weight:950;display:inline-flex}.company-reports-filter-btn{width:48px}.company-reports-reset-btn{padding:8px 13px}.company-reports-filter-select__button{width:100%;min-height:44px;color:var(--color-text);background:#fff;border:1.5px solid #025f4824;border-radius:14px;justify-content:space-between;align-items:center;gap:10px;padding:0 14px;font-weight:950;display:flex}.company-reports-filter-select__button svg{color:var(--color-primary);transition:transform .2s}.company-reports-filter-select__menu{z-index:9999;direction:rtl;background:#fff;border:1.5px solid #025f4824;border-radius:16px;gap:6px;max-height:280px;margin:0;padding:8px;list-style:none;display:grid;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto;box-shadow:0 18px 40px #0f172a29}.company-reports-filter-select__option{width:100%;min-height:40px;color:var(--color-text);text-align:right;cursor:pointer;background:0 0;border:0;border-radius:12px;justify-content:space-between;align-items:center;gap:8px;padding:8px 12px;font-size:.86rem;font-weight:900;display:flex}.company-reports-filter-select__option:hover,.company-reports-filter-select__option.is-active{color:var(--color-primary);background:#025f4814}.company-reports-flow-note{color:#9b7100;background:#ffc10724;border-radius:14px;align-items:flex-start;gap:10px;margin-bottom:14px;padding:12px 14px;font-size:.82rem;font-weight:900;line-height:1.7;display:flex}.company-reports-table-wrap{width:100%;overflow-x:auto}.company-reports-table th{color:var(--color-subtitle);white-space:nowrap;background:#f3f4f4;padding:16px 14px;font-size:.82rem;font-weight:950}.company-reports-table td{color:var(--color-text);vertical-align:middle;border-bottom:1px solid #025f480f;padding:15px 14px;font-size:.84rem;font-weight:850}.company-reports-table tr.is-highlighted td{background:#025f480f}.company-reports-table td:first-child strong{color:var(--color-text);font-weight:950;display:block}.company-reports-table td:first-child span{color:var(--color-subtitle);margin-top:4px;font-size:.75rem;display:block}.company-report-rating{color:#b4d000;align-items:center;gap:5px;font-weight:950;display:inline-flex}.company-report-status,.company-report-priority,.company-report-admin-review,.company-report-team-pill,.company-report-muted,.company-report-waiting-pill{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:6px;min-height:30px;padding:6px 11px;font-size:.76rem;font-weight:950;display:inline-flex}.company-report-status--success,.company-report-priority--success,.company-report-admin-review.is-success{color:#218540;background:#34a85324}.company-report-status--warning,.company-report-priority--warning,.company-report-admin-review.is-warning{color:#b17800;background:#ffc1072e}.company-report-status--danger,.company-report-priority--danger{color:#c24a4a;background:#ef7c7c24}.company-report-status--info{color:#4352db;background:#5a6bff1f}.company-report-admin-review,.company-report-team-pill{color:var(--color-primary);background:#025f4814}.company-report-muted{color:var(--color-subtitle);background:#6b72801a}.company-report-waiting-pill{color:#b17800;background:#ffc1072e}.company-report-actions{flex-wrap:wrap;gap:8px;display:flex}.company-report-view-btn,.company-report-assign-btn,.company-report-start-btn,.company-report-upload-btn{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:6px;min-height:34px;padding:7px 10px;font-size:.76rem;font-weight:950;display:inline-flex}.company-report-view-btn{background:var(--color-primary);color:#fff}.company-report-assign-btn{color:var(--color-primary);background:#025f4814}.company-report-start-btn{color:#4352db;background:#5a6bff1f}.company-report-upload-btn{color:#218540;background:#34a85324}.company-report-assign-btn:disabled{opacity:.55;cursor:not-allowed}.company-reports-solution-panel{gap:14px;padding:18px;display:grid}.company-reports-solution-panel__close{color:#c24a4a;background:#ef7c7c1a;border-radius:999px;align-items:center;gap:7px;width:fit-content;min-height:38px;padding:7px 13px;font-weight:950;display:inline-flex}.company-report-back-link{width:fit-content;color:var(--color-primary);align-items:center;gap:8px;font-weight:950;display:inline-flex}.company-report-details-grid{grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:18px;display:grid}.company-report-details-main,.company-report-details-side{align-content:start;gap:18px;display:grid}.company-report-details-card{border:1px solid #025f4814;padding:18px}.company-report-details-header h2{color:var(--color-primary);margin:14px 0 8px;font-size:1.25rem;font-weight:950}.company-report-details-header p{color:var(--color-subtitle);margin:0;font-weight:850;line-height:1.8}.company-report-section-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.company-report-section-header h2{color:var(--color-primary);margin:0;font-size:1rem;font-weight:950}.company-report-section-header p{color:var(--color-subtitle);margin:5px 0 0;font-size:.82rem;font-weight:850}.company-report-section-header>span{width:38px;height:38px;color:var(--color-primary);background:#025f4814;border-radius:12px;place-items:center;display:grid}.company-report-images-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:16px;display:grid}.company-report-images-grid img{object-fit:cover;border-radius:16px;width:100%;height:170px}.company-admin-review-box{background:#025f480f;border-radius:14px;margin-top:14px;padding:14px}.company-admin-review-box.is-needs_completion{color:#9b7100;background:#ffc10729}.company-admin-review-box.is-accepted{color:#218540;background:#34a85324}.company-admin-review-box strong{font-weight:950;display:block}.company-admin-review-box p{margin:7px 0;font-weight:850;line-height:1.7}.company-admin-review-box small{font-weight:850}.company-solution-form,.company-status-form,.company-cannot-fix-form{gap:14px;display:grid}.company-report-form-field{color:var(--color-subtitle);gap:8px;font-size:.86rem;font-weight:900;display:grid}.company-report-form-field input,.company-report-form-field textarea,.company-report-form-field select{width:100%;color:var(--color-text);border:1.5px solid #025f4829;border-radius:14px;outline:none;padding:12px 14px;font-weight:850}.company-report-form-field textarea{resize:vertical}.company-report-form-field input:focus,.company-report-form-field textarea:focus,.company-report-form-field select:focus{border-color:#025f488c;box-shadow:0 8px 20px #025f4814}.company-report-form-error{color:#c24a4a;align-items:center;gap:7px;margin:0;font-size:.82rem;font-weight:950;display:inline-flex}.company-submit-solution-btn,.company-start-work-btn,.company-cannot-fix-btn{color:#fff;border-radius:14px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:10px 14px;font-weight:950;display:inline-flex}.company-submit-solution-btn{background:#218540}.company-start-work-btn{background:#4352db}.company-cannot-fix-btn{background:#c24a4a}.company-current-status-box{background:#025f480f;border-radius:14px;gap:4px;padding:14px;display:grid}.company-current-status-box span{color:var(--color-subtitle);font-size:.78rem;font-weight:850}.company-current-status-box strong{color:var(--color-primary);font-weight:950}.company-solution-form__hint,.company-solution-form__images-hint{color:var(--color-subtitle);margin:0;font-size:.82rem;font-weight:850}.company-solution-form__images-hint{align-items:center;gap:8px;display:flex}.company-report-info-list{gap:10px;display:grid}.company-report-info-list>div{background:#025f480a;border-radius:14px;grid-template-columns:auto 1fr;gap:4px 8px;padding:12px;display:grid}.company-report-info-list svg{color:var(--color-primary);grid-row:span 2;margin-top:4px}.company-report-info-list span{color:var(--color-subtitle);font-size:.76rem;font-weight:850}.company-report-info-list strong{color:var(--color-text);font-size:.84rem;font-weight:950}.company-assigned-team-box,.company-reporter-box{background:#025f480d;border-radius:14px;margin-top:14px;padding:14px}.company-assigned-team-box strong{color:var(--color-primary);font-weight:950;display:block}.company-assigned-team-box p{color:var(--color-subtitle);margin:6px 0 12px;font-weight:850}.company-assigned-team-box button{background:var(--color-primary);color:#fff;border-radius:999px;min-height:38px;padding:8px 12px;font-weight:950}.company-assigned-team-box button:disabled{opacity:.55;cursor:not-allowed}.company-reporter-box{align-items:center;gap:10px;display:flex}.company-reporter-box svg{color:var(--color-primary)}.company-reporter-box strong,.company-reporter-box span{display:block}.company-reporter-box strong{color:var(--color-text);font-weight:950}.company-reporter-box span{color:var(--color-subtitle);font-size:.82rem;font-weight:850}.company-report-timeline{gap:10px;margin-top:14px;display:grid}.company-report-timeline article{background:#025f480a;border-radius:14px;padding:12px}.company-report-timeline strong{color:var(--color-text);font-size:.86rem;font-weight:950;display:block}.company-report-timeline p{color:var(--color-subtitle);margin:5px 0;font-size:.78rem;font-weight:850;line-height:1.6}.company-report-timeline small{color:var(--color-primary);font-size:.72rem;font-weight:900}.company-modal-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:99999;background:#0f172a6b;place-items:center;padding:24px;display:grid;position:fixed;inset:0;overflow-y:auto}.company-modal{background:#fff;border-radius:24px;width:min(720px,100%);max-height:calc(100dvh - 48px);padding:22px;position:relative;overflow-y:auto;box-shadow:0 26px 70px #0f172a3d}.company-modal__close{color:#c24a4a;background:#ef7c7c1a;border-radius:999px;place-items:center;width:38px;height:38px;display:grid;position:absolute;top:14px;left:14px}.company-modal__header{align-items:center;gap:12px;display:flex}.company-modal__icon{width:46px;height:46px;color:var(--color-primary);background:#025f4814;border-radius:14px;place-items:center;display:grid}.company-modal__header h2{color:var(--color-primary);margin:0;font-size:1.15rem;font-weight:950}.company-modal__header p{color:var(--color-subtitle);margin:5px 0 0;font-weight:850}.company-assign-report-summary{background:#025f480d;border-radius:14px;gap:5px;margin-top:18px;padding:14px;display:grid}.company-assign-report-summary strong{color:var(--color-text);font-weight:950}.company-assign-report-summary span{color:var(--color-subtitle);font-size:.82rem;font-weight:850}.company-technicians-list{gap:10px;margin-top:16px;display:grid}.company-technician-card{text-align:right;background:#fff;border:1.5px solid #025f481a;border-radius:16px;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;width:100%;padding:13px;display:grid}.company-technician-card.is-selected{background:#025f480d;border-color:#025f488c}.company-technician-card__icon{width:38px;height:38px;color:var(--color-primary);background:#025f4814;border-radius:12px;place-items:center;display:grid}.company-technician-card strong{color:var(--color-text);font-weight:950;display:block}.company-technician-card p{color:var(--color-subtitle);margin:4px 0;font-size:.8rem;font-weight:850}.company-technician-card small{color:var(--color-primary);align-items:center;gap:5px;font-size:.75rem;font-weight:850;display:inline-flex}.company-technician-card__badge{border-radius:999px;min-height:28px;padding:5px 9px;font-size:.72rem;font-weight:950}.company-technician-card__badge.is-available{color:#218540;background:#34a85324}.company-technician-card__badge.is-busy{color:#b17800;background:#ffc1072e}.company-modal__actions{justify-content:center;gap:10px;margin-top:18px;display:flex}.company-modal-cancel-btn,.company-modal-submit-btn{border-radius:14px;min-height:42px;padding:9px 16px;font-weight:950}.company-modal-cancel-btn{color:var(--color-subtitle);background:#6b72801a}.company-modal-submit-btn{background:var(--color-primary);color:#fff;align-items:center;gap:8px;display:inline-flex}@media (width<=1100px){.company-reports-toolbar{grid-template-columns:1fr 1fr}.company-reports-filter-btn,.company-reports-reset-btn{width:100%}.company-report-details-grid{grid-template-columns:1fr}}@media (width<=768px){.company-reports-inbox-summary{text-align:center;justify-items:center;padding:18px 16px;display:grid}.company-reports-inbox-summary button{width:min(100%,260px)}.company-reports-toolbar{grid-template-columns:1fr}.company-reports-search,.company-reports-filter-btn,.company-reports-reset-btn{width:100%}.company-report-images-grid{grid-template-columns:1fr}.company-report-images-grid img{height:160px}.company-report-details-card{padding:16px}.company-report-section-header{text-align:center;justify-items:center;display:grid}.company-modal-backdrop{align-items:start;padding:16px 12px}.company-modal{padding:20px 16px}.company-modal__header{text-align:center;justify-items:center;padding-top:34px;display:grid}.company-technician-card{text-align:center;grid-template-columns:1fr;justify-items:center}.company-modal__actions{display:grid}.company-modal-cancel-btn,.company-modal-submit-btn{justify-content:center;width:100%}}.company-reports-solution-panel{scroll-margin-top:96px}.company-reports-card,.company-reports-card .dashboard-section-card__header,.company-reports-card .dashboard-section-card__body,.company-reports-card .dashboard-section-card__action{overflow:visible}.company-reports-toolbar{z-index:120;position:relative;overflow:visible}.company-reports-filter-select{z-index:130;position:relative}.company-reports-filter-select.is-open{z-index:9999}.company-reports-filter-select__button{width:100%;min-height:46px;color:var(--color-text);background:linear-gradient(#fff 0%,#f7fcf9f2 100%);border:1.5px solid #025f4829;border-radius:16px;justify-content:space-between;align-items:center;gap:10px;padding:0 15px;font-size:.88rem;font-weight:950;transition:border-color .2s,box-shadow .2s,background .2s,transform .2s;display:flex;box-shadow:0 8px 20px #0f172a0a}.company-reports-filter-select__button:hover,.company-reports-filter-select__button.is-open{background:#fff;border-color:#025f486b;box-shadow:0 12px 26px #025f481a}.company-reports-filter-select__button svg{width:17px;height:17px;color:var(--color-primary);flex-shrink:0;transition:transform .2s}.company-reports-filter-select__button.is-open svg{transform:rotate(180deg)}.company-reports-filter-select__button span{text-align:right;text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.company-reports-filter-select__menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10000;direction:rtl;background:#fffffffa;border:1.5px solid #025f4824;border-radius:18px;gap:6px;max-height:280px;margin:0;padding:9px;list-style:none;animation:.16s both companyReportsDropdownFade;display:grid;position:absolute;top:calc(100% + 10px);left:0;right:0;overflow-y:auto;box-shadow:0 22px 48px #0f172a29}.company-reports-filter-select__menu li{list-style:none}.company-reports-filter-select__option{width:100%;min-height:42px;color:var(--color-text);text-align:right;cursor:pointer;background:0 0;border:0;border-radius:13px;justify-content:space-between;align-items:center;gap:8px;padding:9px 12px;font-size:.86rem;font-weight:900;transition:background .18s,color .18s,transform .18s;display:flex}.company-reports-filter-select__option:hover{color:var(--color-primary);background:#025f480f;transform:translate(-2px)}.company-reports-filter-select__option.is-active{color:var(--color-primary);background:#025f481a}.company-reports-filter-select__option span{text-align:right;flex:1}.company-reports-filter-select__option svg{width:16px;height:16px;color:var(--color-primary);flex-shrink:0}@media (width<=768px){.company-reports-solution-panel{scroll-margin-top:84px}.company-reports-filter-select__button{border-radius:14px;min-height:46px}.company-reports-filter-select__menu{max-height:240px}}.company-solution-image-select{z-index:40;width:100%;position:relative}.company-solution-image-select.is-open{z-index:500}.company-solution-image-select__button{width:100%;min-height:48px;color:var(--color-text);text-align:right;cursor:pointer;background:linear-gradient(#fff 0%,#f7fcf9f5 100%);border:1.5px solid #025f482e;border-radius:16px;justify-content:space-between;align-items:center;gap:10px;padding:0 15px;font-size:.9rem;font-weight:950;transition:border-color .2s,box-shadow .2s,background .2s;display:flex;box-shadow:0 8px 20px #0f172a0a}.company-solution-image-select__button:hover,.company-solution-image-select__button.is-open{background:#fff;border-color:#025f487a;box-shadow:0 12px 26px #025f481a}.company-solution-image-select__button span{text-align:right;flex:1}.company-solution-image-select__button svg{width:17px;height:17px;color:var(--color-primary);flex-shrink:0;transition:transform .2s}.company-solution-image-select__button.is-open svg{transform:rotate(180deg)}.company-solution-image-select__menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:9999;direction:rtl;background:#fffffffa;border:1.5px solid #025f4824;border-radius:18px;gap:6px;max-height:240px;margin:0;padding:9px;list-style:none;animation:.16s both companySolutionDropdownFade;display:grid;position:absolute;top:calc(100% + 10px);left:0;right:0;overflow-y:auto;box-shadow:0 22px 48px #0f172a29}.company-solution-image-select__menu li{list-style:none}.company-solution-image-select__option{width:100%;min-height:42px;color:var(--color-text);text-align:right;cursor:pointer;background:0 0;border:0;border-radius:13px;justify-content:space-between;align-items:center;gap:8px;padding:9px 12px;font-size:.86rem;font-weight:900;transition:background .18s,color .18s,transform .18s;display:flex}.company-solution-image-select__option:hover{color:var(--color-primary);background:#025f480f;transform:translate(-2px)}.company-solution-image-select__option.is-active{color:var(--color-primary);background:#025f481a}.company-solution-image-select__option span{text-align:right;flex:1}.company-solution-image-select__option svg{width:16px;height:16px;color:var(--color-primary);flex-shrink:0}.company-solution-header-upload-btn{width:40px;height:40px;color:var(--color-primary);cursor:pointer;background:#025f4814;border-radius:12px;place-items:center;transition:background .2s,color .2s,transform .2s;display:grid}.company-solution-header-upload-btn:hover{background:var(--color-primary);color:#fff;transform:translateY(-1px)}.company-solution-header-upload-btn svg{width:18px;height:18px}.company-solution-upload-input{display:none}.company-solution-upload-zone{cursor:pointer;background:linear-gradient(#fff 0%,#f7fcf9f5 100%);border:1.8px dashed #025f4847;border-radius:20px;grid-template-columns:auto 1fr;align-items:center;gap:16px;min-height:170px;padding:18px;transition:border-color .2s,background .2s,box-shadow .2s,transform .2s;display:grid;position:relative}.company-solution-upload-zone:hover,.company-solution-upload-zone.is-dragging{background:#025f480a;border-color:#025f489e;box-shadow:0 14px 32px #025f481a}.company-solution-upload-zone.is-dragging{transform:scale(1.01)}.company-solution-upload-main-icon{width:64px;height:64px;color:var(--color-primary);cursor:pointer;background:#025f481a;border-radius:20px;place-items:center;transition:background .2s,color .2s,transform .2s;display:grid}.company-solution-upload-main-icon:hover{background:var(--color-primary);color:#fff;transform:translateY(-2px)}.company-solution-upload-main-icon svg{stroke-width:3px;width:24px;height:24px}.company-solution-upload-content{gap:7px;display:grid}.company-solution-upload-content strong{color:var(--color-primary);font-size:.98rem;font-weight:950}.company-solution-upload-content p{color:var(--color-subtitle);margin:0;font-size:.84rem;font-weight:850;line-height:1.7}.company-solution-upload-actions{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.company-solution-upload-actions button{min-height:38px;color:var(--color-primary);cursor:pointer;background:#025f4814;border-radius:999px;justify-content:center;align-items:center;gap:7px;padding:8px 13px;font-size:.8rem;font-weight:950;transition:background .2s,color .2s,transform .2s;display:inline-flex}.company-solution-upload-actions button:hover{background:var(--color-primary);color:#fff;transform:translateY(-1px)}.company-solution-upload-limit{color:var(--color-subtitle);font-size:.78rem;font-weight:850;line-height:1.7}.company-solution-images-preview{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:12px;display:grid}.company-solution-image-preview{background:#025f480d;border-radius:16px;height:120px;position:relative;overflow:hidden;box-shadow:0 8px 22px #0f172a14}.company-solution-image-preview img{object-fit:cover;width:100%;height:100%}.company-solution-image-preview button{color:#fff;cursor:pointer;background:#c24a4aeb;border-radius:999px;place-items:center;width:30px;height:30px;display:grid;position:absolute;top:8px;left:8px}.company-solution-image-preview button svg{width:15px;height:15px}@media (width<=768px){.company-solution-upload-zone{text-align:center;grid-template-columns:1fr;justify-items:center;min-height:220px}.company-solution-upload-content{justify-items:center}.company-solution-upload-actions{grid-template-columns:1fr;width:100%;display:grid}.company-solution-upload-actions button{width:100%}.company-solution-images-preview{grid-template-columns:repeat(2,minmax(0,1fr))}.company-solution-image-preview{height:110px}}.company-reports-page{max-width:100%;overflow-x:hidden}.company-reports-card{max-width:100%;overflow:visible}.company-reports-card .dashboard-section-card__header,.company-reports-card .dashboard-section-card__body,.company-reports-card .dashboard-section-card__action{overflow:visible}@media (width<=768px){.company-reports-page{gap:14px}.company-reports-page .page-header,.company-reports-page [class*=page-header]{text-align:center;overflow:hidden}.company-reports-page .page-header h1,.company-reports-page [class*=page-header] h1{text-align:center;white-space:normal;font-size:1.35rem;line-height:1.35}.company-reports-page .page-header p,.company-reports-page [class*=page-header] p{text-align:center;white-space:normal;font-size:.78rem;line-height:1.7}.company-reports-inbox-summary{text-align:center;justify-items:center;gap:14px;margin-inline:0;padding:18px 14px;display:grid}.company-reports-inbox-summary h2{font-size:1rem;line-height:1.5}.company-reports-inbox-summary p{font-size:.78rem;line-height:1.8}.company-reports-inbox-summary button{justify-content:center;width:min(100%,250px);min-height:42px}.company-reports-card{border-radius:20px;overflow:visible}.company-reports-card .dashboard-section-card__header{text-align:center;justify-items:center;gap:14px;display:grid}.company-reports-card .dashboard-section-card__header h2,.company-reports-card .dashboard-section-card__header p{text-align:center}.company-reports-card .dashboard-section-card__action{width:100%}.company-reports-toolbar{grid-template-columns:1fr;gap:10px;width:100%}.company-reports-search,.company-reports-filter-btn,.company-reports-reset-btn{width:100%}.company-reports-search{min-height:46px}.company-reports-flow-note{text-align:right;margin:0 0 14px;padding:12px;font-size:.78rem;line-height:1.8}.company-reports-table-wrap{overflow-x:visible}.company-reports-table{border-collapse:separate;border-spacing:0 14px;width:100%;min-width:0}.company-reports-table thead{display:none}.company-reports-table,.company-reports-table tbody,.company-reports-table tr,.company-reports-table td{display:block}.company-reports-table tbody{gap:14px;display:grid}.company-reports-table tr{background:#fff;border:1px solid #025f4814;border-radius:18px;padding:14px;box-shadow:0 10px 28px #0f172a14}.company-reports-table tr.is-highlighted{background:#025f480a;border-color:#025f486b}.company-reports-table tr.is-highlighted td{background:0 0}.company-reports-table td{text-align:right;border-bottom:1px solid #025f480f;grid-template-columns:105px minmax(0,1fr);align-items:center;gap:10px;width:100%;padding:11px 0;display:grid}.company-reports-table td:last-child{border-bottom:0;padding-bottom:0}.company-reports-table td:before{content:attr(data-label);color:var(--color-subtitle);text-align:right;font-size:.74rem;font-weight:950}.company-reports-table td:first-child{grid-template-columns:1fr;gap:6px;padding-top:0}.company-reports-table td:first-child:before{display:none}.company-reports-table td:first-child strong{color:var(--color-primary);text-align:right;font-size:1rem;line-height:1.5}.company-reports-table td:first-child span{color:var(--color-subtitle);text-align:right;font-size:.8rem;line-height:1.7}.company-report-rating,.company-report-status,.company-report-priority,.company-report-admin-review,.company-report-team-pill,.company-report-muted,.company-report-waiting-pill{justify-self:start;width:fit-content;max-width:100%}.company-report-actions{grid-template-columns:1fr;gap:8px;display:grid}.company-report-view-btn,.company-report-assign-btn,.company-report-start-btn,.company-report-upload-btn,.company-report-waiting-pill{border-radius:12px;justify-content:center;width:100%;min-height:38px}.company-reports-table td[data-label=الإجراء]{grid-template-columns:1fr;gap:10px}.company-reports-table td[data-label=الإجراء]:before{display:none}}@media (width<=420px){.company-reports-inbox-summary{padding:16px 12px}.company-reports-table tr{border-radius:16px;padding:12px}.company-reports-table td{grid-template-columns:92px minmax(0,1fr);gap:8px}.company-reports-table td:before{font-size:.7rem}.company-reports-table td:first-child strong{font-size:.95rem}.company-reports-table td:first-child span{font-size:.76rem}}.company-reports-table-wrap{-webkit-overflow-scrolling:touch;width:100%;overflow:auto visible}@media (width<=768px){.company-reports-card .dashboard-section-card__header{text-align:center;justify-items:center;gap:14px;display:grid}.company-reports-card .dashboard-section-card__action{justify-items:center;width:100%;display:grid}.company-reports-open-filters-btn{width:min(100%,260px)}.company-reports-table-wrap{padding-bottom:8px;overflow-y:visible;overflow-x:auto!important}.company-reports-table{border-collapse:collapse;border-spacing:0;width:100%;min-width:1120px;display:table!important}.company-reports-table thead{display:table-header-group!important}.company-reports-table tbody{display:table-row-group!important}.company-reports-table tr{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0!important;display:table-row!important}.company-reports-table th{color:var(--color-subtitle);white-space:nowrap;background:#f3f4f4;padding:16px 14px;font-size:.82rem;font-weight:950;display:table-cell!important}.company-reports-table td{vertical-align:middle;text-align:right;white-space:nowrap;border-bottom:1px solid #025f480f!important;width:auto!important;padding:15px 14px!important;display:table-cell!important}.company-reports-table td:before{display:none!important}.company-reports-table td:first-child{width:auto!important;display:table-cell!important}.company-reports-table td:first-child strong{color:var(--color-text);white-space:normal;min-width:150px;font-size:.86rem}.company-reports-table td:first-child span{white-space:normal;min-width:150px}.company-report-actions{flex-wrap:nowrap;gap:8px;display:flex}.company-report-view-btn,.company-report-assign-btn,.company-report-start-btn,.company-report-upload-btn,.company-report-waiting-pill{white-space:nowrap;border-radius:999px;min-height:34px;width:auto!important}.company-reports-filters-backdrop{align-items:start;padding:18px 12px}.company-reports-filters-panel{border-radius:22px;margin-top:18px;padding:18px}.company-reports-filters-panel__header{text-align:center;justify-items:center;display:grid}.company-reports-filters-panel__actions{display:grid}.company-reports-filter-apply-btn,.company-reports-filter-reset-btn{width:100%}}.company-reports-card,.company-reports-inbox-summary,.company-reports-solution-panel{width:100%;min-width:0;max-width:100%}.company-reports-table-wrap{-webkit-overflow-scrolling:touch;scrollbar-width:thin;width:100%;min-width:0;max-width:100%;padding-bottom:10px;overflow-y:hidden;overflow-x:auto!important}.company-reports-table-wrap::-webkit-scrollbar-thumb:hover{background:#025f488c}.company-reports-filters-panel{background:#fff;border-radius:24px;gap:18px;width:min(620px,100%);padding:22px;display:grid;box-shadow:0 26px 70px #0f172a3d}.company-reports-filters-panel__header{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.company-reports-filters-panel__header button{color:#c24a4a;background:#ef7c7c1a;border-radius:999px;flex-shrink:0;place-items:center;width:40px;height:40px;display:grid}.company-reports-filters-panel__actions{justify-content:center;align-items:center;gap:10px;display:flex}.company-reports-filter-apply-btn,.company-reports-filter-reset-btn{border-radius:14px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:9px 16px;font-weight:950;display:inline-flex}@media (width<=768px){.company-reports-page{gap:14px;overflow-x:hidden}.company-reports-toolbar--desktop{display:none!important}.company-reports-open-filters-btn{width:min(100%,260px);display:inline-flex}.company-reports-card{border-radius:20px;overflow:hidden}.company-reports-card .dashboard-section-card__header{text-align:center;justify-items:center;gap:14px;padding-inline:14px;display:grid}.company-reports-card .dashboard-section-card__action{justify-items:center;width:100%;display:grid}.company-reports-card .dashboard-section-card__body{width:100%;min-width:0;max-width:100%;padding-inline:0;overflow:hidden}.company-reports-flow-note{text-align:right;margin:0 14px 14px;padding:12px;font-size:.78rem;line-height:1.8}.company-reports-table-wrap{width:100%;max-width:100%;padding:0 0 12px;overflow:auto hidden!important}.company-reports-table{border-collapse:collapse!important;border-spacing:0!important;width:1120px!important;min-width:1120px!important;max-width:none!important;display:table!important}.company-reports-table thead{display:table-header-group!important}.company-reports-table tbody{display:table-row-group!important}.company-reports-table tr{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0!important;display:table-row!important}.company-reports-table th,.company-reports-table td{white-space:nowrap;vertical-align:middle;text-align:right;width:auto!important;padding:15px 14px!important;display:table-cell!important}.company-reports-table th{color:var(--color-subtitle);background:#f3f4f4;font-size:.82rem;font-weight:950}.company-reports-table td{border-bottom:1px solid #025f480f!important}.company-reports-table td:before{content:none!important;display:none!important}.company-reports-table td:first-child strong{white-space:normal;min-width:155px;color:var(--color-text);font-size:.86rem;font-weight:950;display:block}.company-reports-table td:first-child span{white-space:normal;min-width:155px;color:var(--color-subtitle);font-size:.76rem;display:block}.company-report-actions{gap:8px;flex-wrap:nowrap!important;display:flex!important}.company-report-view-btn,.company-report-assign-btn,.company-report-start-btn,.company-report-upload-btn,.company-report-waiting-pill{white-space:nowrap;border-radius:999px;flex-shrink:0;min-height:34px;width:auto!important}.company-reports-inbox-summary{text-align:center;justify-items:center;gap:14px;margin-inline:0;padding:18px 14px;display:grid;overflow:hidden}.company-reports-inbox-summary button{width:min(100%,260px)}.company-reports-filters-backdrop{align-items:start;padding:18px 12px}.company-reports-filters-panel{border-radius:22px;margin-top:18px;padding:18px}.company-reports-filters-panel__header{text-align:center;justify-items:center;display:grid}.company-reports-filters-panel__actions{display:grid}.company-reports-filter-apply-btn,.company-reports-filter-reset-btn{width:100%}}.company-reports-page{width:100%;min-width:0;max-width:100%;overflow-x:hidden}.company-reports-page *,.company-reports-page :before,.company-reports-page :after{box-sizing:border-box}.company-reports-toolbar--desktop{grid-template-columns:minmax(260px,1.3fr) minmax(160px,.8fr) minmax(160px,.8fr) auto auto;align-items:center;gap:10px;display:grid}.company-reports-open-filters-btn{background:var(--color-primary);color:#fff;white-space:nowrap;border-radius:14px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:8px 15px;font-size:.88rem;font-weight:950;display:none}.company-reports-open-filters-btn span{width:22px;height:22px;color:var(--color-primary);background:#fff;border-radius:999px;place-items:center;font-size:.72rem;font-weight:950;display:grid}.company-reports-table-wrap{-webkit-overflow-scrolling:touch;scrollbar-width:thin;width:100%;max-width:100%;padding-bottom:10px;overflow-y:hidden;overflow-x:auto!important}.company-reports-table-wrap::-webkit-scrollbar{height:8px}.company-reports-table-wrap::-webkit-scrollbar-track{background:#025f480f;border-radius:999px}.company-reports-table-wrap::-webkit-scrollbar-thumb{background:#025f485c;border-radius:999px}.company-reports-table{border-collapse:collapse;width:100%;min-width:1120px}.company-reports-filters-backdrop{z-index:99999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a70;place-items:center;padding:18px 12px;display:grid;position:fixed;inset:0;overflow-y:auto}.company-reports-filters-panel{background:#fff;border-radius:26px;gap:16px;width:min(440px,100%);padding:18px;display:grid;position:relative;overflow:visible;box-shadow:0 28px 80px #0f172a42}.company-reports-filters-panel__header{text-align:center;justify-items:center;gap:8px;padding:10px 48px 8px;display:grid}.company-reports-filters-panel__header h2{color:var(--color-primary);margin:0;font-size:1.2rem;font-weight:950}.company-reports-filters-panel__header p{color:var(--color-subtitle);margin:0;font-size:.82rem;font-weight:850;line-height:1.7}.company-reports-filters-panel__icon{width:44px;height:44px;color:var(--color-primary);background:#025f4814;border-radius:15px;place-items:center;display:grid}.company-reports-filters-panel__close{color:#c24a4a;background:#ef7c7c1c;border-radius:999px;place-items:center;width:40px;height:40px;display:grid;position:absolute;top:16px;left:16px}.company-reports-filters-panel__body{gap:12px;display:grid}.company-reports-search--panel{border-radius:16px;width:100%;min-height:48px}.company-reports-filters-panel__actions{gap:10px;display:grid}.company-reports-filter-apply-btn,.company-reports-filter-reset-btn{border-radius:14px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:44px;padding:9px 16px;font-weight:950;display:inline-flex}.company-reports-filter-apply-btn{background:var(--color-primary);color:#fff}.company-reports-filter-reset-btn{color:var(--color-primary);background:#025f4814}@media (width<=768px){.company-reports-toolbar--desktop{display:none!important}.company-reports-open-filters-btn{flex-shrink:0;width:auto;min-width:116px;display:inline-flex}.company-reports-card{border-radius:20px;overflow:hidden}.company-reports-card .dashboard-section-card__header{text-align:right!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;padding-inline:16px!important;display:flex!important}.company-reports-card .dashboard-section-card__header>div{flex:1;min-width:0;text-align:right!important}.company-reports-card .dashboard-section-card__header h2,.company-reports-card .dashboard-section-card__header p{text-align:right!important}.company-reports-card .dashboard-section-card__header h2{font-size:1.05rem;line-height:1.4}.company-reports-card .dashboard-section-card__header p{font-size:.74rem}.company-reports-card .dashboard-section-card__action{flex-shrink:0;justify-content:flex-end!important;width:auto!important;display:flex!important}.company-reports-card .dashboard-section-card__body{width:100%;min-width:0;max-width:100%;padding-inline:0;overflow:hidden}.company-reports-flow-note{text-align:right;border-radius:14px;margin:0 14px 14px;padding:12px;font-size:.78rem;line-height:1.8}.company-reports-table-wrap{width:100%;max-width:100%;padding:0 0 12px;overflow:auto hidden!important}.company-reports-table{border-collapse:collapse!important;border-spacing:0!important;width:1120px!important;min-width:1120px!important;max-width:none!important;display:table!important}.company-reports-table thead{display:table-header-group!important}.company-reports-table tbody{display:table-row-group!important}.company-reports-table tr{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0!important;display:table-row!important}.company-reports-table th,.company-reports-table td{white-space:nowrap;vertical-align:middle;text-align:right;width:auto!important;padding:15px 14px!important;display:table-cell!important}.company-reports-table td:before{content:none!important;display:none!important}.company-reports-table td:first-child strong,.company-reports-table td:first-child span{white-space:normal;min-width:155px}.company-report-actions{gap:8px;flex-wrap:nowrap!important;display:flex!important}.company-report-view-btn,.company-report-assign-btn,.company-report-start-btn,.company-report-upload-btn,.company-report-waiting-pill{white-space:nowrap;border-radius:999px;flex-shrink:0;min-height:34px;width:auto!important}.company-reports-inbox-summary{text-align:center;justify-items:center;gap:14px;margin-inline:0;padding:18px 14px;display:grid;overflow:hidden}.company-reports-inbox-summary button{width:min(100%,260px)}}.company-reports-filter-card{z-index:80;box-shadow:var(--shadow-sm);background:#fff;border:1px solid #025f4814;border-radius:24px;gap:16px;padding:18px;display:grid;position:relative;overflow:visible}.company-reports-filter-card__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.company-reports-filter-card__header h2{color:var(--color-primary);margin:0;font-size:1.15rem;font-weight:950}.company-reports-filter-card__header p{color:var(--color-subtitle);margin:5px 0 0;font-size:.86rem;font-weight:850}.company-reports-filter-card__reset-btn{min-height:44px;color:var(--color-primary);white-space:nowrap;background:#025f4814;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;gap:8px;padding:8px 14px;font-weight:950;display:inline-flex}.company-reports-filter-card__body{z-index:90;position:relative;overflow:visible}.company-reports-filter-card__mobile-actions{display:none}.company-reports-filter-card .company-reports-toolbar--desktop{grid-template-columns:minmax(320px,1.5fr) minmax(170px,.8fr) minmax(190px,.9fr) 48px;align-items:center;gap:10px;display:grid}.company-reports-filter-card .company-reports-reset-btn{display:none}.company-reports-card{z-index:1;position:relative}@media (width<=768px){.company-reports-filter-card{border-radius:22px;padding:16px}.company-reports-filter-card__header{text-align:center;justify-items:center;gap:12px;display:grid}.company-reports-filter-card__header h2{font-size:1.05rem}.company-reports-filter-card__header p{font-size:.78rem;line-height:1.7}.company-reports-filter-card__header>.company-reports-filter-card__reset-btn{display:none}.company-reports-filter-card .company-reports-toolbar--desktop{display:none!important}.company-reports-filter-card__mobile-actions{grid-template-columns:1fr;justify-items:center;gap:10px;display:grid}.company-reports-open-filters-btn,.company-reports-filter-card__mobile-actions .company-reports-filter-card__reset-btn{width:min(100%,260px)}.company-reports-open-filters-btn{display:inline-flex}.company-reports-card .dashboard-section-card__header{text-align:center!important;justify-items:center!important;gap:8px!important;padding-inline:16px!important;display:grid!important}.company-reports-card .dashboard-section-card__header>div,.company-reports-card .dashboard-section-card__header h2,.company-reports-card .dashboard-section-card__header p{text-align:center!important}}.company-reports-state{color:#1f2937;text-align:center;background:#2563eb0f;border:1px dashed #2563eb47;border-radius:16px;justify-content:center;align-items:center;gap:10px;width:100%;margin:14px 0;padding:18px;font-weight:700;display:flex}.company-reports-state svg{flex:none}.company-reports-state--error{color:#991b1b;background:#fee2e2b8;border-color:#dc262652}.company-reports-state button{color:#fff;font:inherit;cursor:pointer;background:#991b1b;border:0;border-radius:999px;padding:8px 14px;font-size:13px}.company-reports-pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;margin-top:18px;display:flex}.company-reports-pagination button{color:#fff;font:inherit;cursor:pointer;background:#0f766e;border:0;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:10px 18px;font-weight:800;transition:transform .18s,opacity .18s;display:inline-flex}.company-reports-pagination button:not(:disabled):hover{transform:translateY(-1px)}.company-reports-pagination button:disabled{cursor:not-allowed;opacity:.45}.company-reports-pagination span{color:#475569;font-weight:800}.company-reports-table{table-layout:auto;min-width:940px}.company-reports-table th,.company-reports-table td{text-align:center}.company-reports-table th:first-child,.company-reports-table td:first-child{width:30%}.company-report-table-summary{text-align:center;justify-items:center;gap:4px;display:grid}.company-report-table-summary__id{color:var(--color-primary);font-size:.72rem;font-weight:950}.company-report-table-summary strong{color:var(--color-text);font-size:.9rem;font-weight:950;line-height:1.55}.company-report-table-summary small{color:var(--color-subtitle);font-weight:850}.company-report-table-summary__location{color:var(--color-subtitle);justify-content:center;align-items:center;gap:5px;margin-top:3px;font-size:.74rem!important;display:inline-flex!important}.company-report-table-summary__location svg{color:var(--color-primary);flex:none}.company-report-assigned-date{color:var(--color-text);font-size:.78rem;font-weight:900;line-height:1.7}.company-report-actions{justify-content:center}.company-report-start-btn:disabled,.company-report-upload-btn:disabled,.company-submit-solution-btn:disabled,.company-start-work-btn:disabled,.company-cannot-fix-btn:disabled{opacity:.58;cursor:not-allowed;transform:none}.company-report-hero{background:radial-gradient(circle at 0 0,#025f4821,#0000 38%),linear-gradient(135deg,#fff 0%,#f4fbf7 100%);padding:24px;position:relative;overflow:hidden}.company-report-hero:after{content:"";inset-inline-end:-70px;pointer-events:none;background:#025f480d;border-radius:50%;width:230px;height:230px;position:absolute;bottom:-95px}.company-report-hero__content{z-index:1;gap:12px;display:grid;position:relative}.company-report-hero__badges{flex-wrap:wrap;gap:8px;display:flex}.company-report-hero__id{width:fit-content;color:var(--color-primary);font-size:.82rem;font-weight:950}.company-report-hero h1{max-width:900px;color:var(--color-primary);margin:0;font-size:clamp(1.25rem,2vw,1.75rem);font-weight:950;line-height:1.5}.company-report-hero p{max-width:920px;color:var(--color-subtitle);margin:0;font-weight:850;line-height:1.9}.company-report-hero__meta{flex-wrap:wrap;gap:10px;display:flex}.company-report-hero__meta span{min-height:36px;color:var(--color-text);background:#ffffffbd;border:1px solid #025f4817;border-radius:12px;align-items:center;gap:7px;padding:7px 11px;font-size:.8rem;font-weight:900;display:inline-flex}.company-report-hero__meta svg{color:var(--color-primary)}.company-report-workflow-card{gap:18px;display:grid}.company-report-workflow{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.company-report-workflow article{background:#fff;border:1.5px solid #025f481a;border-radius:16px;align-items:center;gap:10px;min-height:105px;padding:14px;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex;position:relative}.company-report-workflow article:not(:last-child):after{content:"";top:50%;background:#025f4833;width:8px;height:2px;position:absolute;inset-inline-start:calc(100% + 2px)}.company-report-workflow article.is-active{background:#025f480b;border-color:#025f488c;transform:translateY(-2px);box-shadow:0 12px 28px #025f481a}.company-report-workflow article.is-completed{background:#34a8530f;border-color:#34a8534d}.company-report-workflow__icon{width:42px;height:42px;color:var(--color-subtitle);background:#6b72801a;border-radius:13px;flex:0 0 42px;place-items:center;display:grid}.company-report-workflow article.is-active .company-report-workflow__icon{background:var(--color-primary);color:#fff}.company-report-workflow article.is-completed .company-report-workflow__icon{color:#218540;background:#34a85324}.company-report-workflow strong,.company-report-workflow small{display:block}.company-report-workflow strong{color:var(--color-text);font-size:.84rem;font-weight:950}.company-report-workflow small{color:var(--color-subtitle);margin-top:4px;font-size:.72rem;font-weight:850;line-height:1.55}.company-report-workflow-returned{color:#9b7100;background:#ffc10729;border-radius:14px;align-items:flex-start;gap:9px;padding:12px 14px;font-size:.82rem;font-weight:900;line-height:1.7;display:flex}.company-community-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.company-community-metrics article{min-height:118px;box-shadow:var(--shadow-sm);background:#fff;border:1px solid #025f4814;border-radius:18px;align-items:center;gap:13px;padding:17px;display:flex}.company-community-metrics article>span{border-radius:15px;flex:0 0 48px;place-items:center;width:48px;height:48px;display:grid}.company-community-metrics article.is-followers>span{color:#4352db;background:#5a6bff1f}.company-community-metrics article.is-verified>span{color:#218540;background:#34a85324}.company-community-metrics article.is-rejected>span{color:#c24a4a;background:#ef7c7c24}.company-community-metrics small,.company-community-metrics strong,.company-community-metrics p{display:block}.company-community-metrics small{color:var(--color-subtitle);font-size:.77rem;font-weight:900}.company-community-metrics strong{color:var(--color-text);margin-top:2px;font-size:1.45rem;font-weight:950}.company-community-metrics p{color:var(--color-subtitle);margin:2px 0 0;font-size:.7rem;font-weight:800}.company-admin-decision-card{border-inline-start:5px solid #5a6bff8c}.company-admin-decision-card.is-accepted{background:linear-gradient(135deg,#fff,#34a8530d);border-inline-start-color:#218540}.company-admin-decision-card.is-needs-completion,.company-admin-decision-card.is-rejected{background:linear-gradient(135deg,#fff,#ffc10712);border-inline-start-color:#c88700}.company-admin-decision-card__content{background:#025f480b;border-radius:15px;margin-top:14px;padding:16px}.company-admin-decision-card__content strong{color:var(--color-primary);font-size:1rem;font-weight:950;display:block}.company-admin-decision-card__content p{color:var(--color-text);margin:8px 0;font-weight:850;line-height:1.85}.company-admin-decision-card__content small{color:var(--color-subtitle);align-items:center;gap:6px;font-weight:850;display:inline-flex}.company-admin-decision-card__message,.company-admin-decision-card__requirements{background:#fff;border:1px solid #025f481f;border-radius:14px;margin-top:12px;padding:12px 14px}.company-admin-decision-card__message b,.company-admin-decision-card__requirements b{color:var(--color-primary);font-size:.82rem;font-weight:950;display:block}.company-admin-decision-card__message p,.company-admin-decision-card__requirements p{margin:6px 0 0}.company-admin-decision-card__requirements{background:#ffc10714;border-color:#c8870038}.company-report-action-card{border-color:#025f482e;box-shadow:0 14px 34px #025f4814}.company-report-secondary-action-card{background:#fcfcfc}.company-report-form-field>span b{color:#c24a4a}.company-report-form-field>span small{color:var(--color-subtitle);font-size:.72rem}.company-report-form-field input[aria-invalid=true],.company-report-form-field textarea[aria-invalid=true]{background:#ef7c7c09;border-color:#c24a4ab3}.company-report-field-counter{color:var(--color-subtitle);text-align:left;font-size:.7rem;font-weight:800}.company-report-field-error{color:#c24a4a;font-size:.76rem;font-weight:900;line-height:1.6}.company-report-confirmation{color:var(--color-text);cursor:pointer;background:#025f4809;border:1px solid #025f481a;border-radius:13px;align-items:flex-start;gap:9px;padding:12px 13px;font-size:.8rem;font-weight:900;line-height:1.6;display:flex}.company-report-confirmation input{width:18px;height:18px;accent-color:var(--color-primary);flex:0 0 18px;margin-top:2px}.company-solution-required-note{color:#8d6700;background:#ffc10721;border:1px solid #ffc10740;border-radius:14px;align-items:flex-start;gap:10px;padding:14px;display:flex}.company-solution-required-note strong{font-weight:950;display:block}.company-solution-required-note p{margin:5px 0 0;font-size:.82rem;font-weight:850;line-height:1.7}.company-start-work-panel{background:#5a6bff0a;border:1px solid #5a6bff24;border-radius:16px;gap:13px;padding:16px;display:grid}.company-start-work-panel>div strong{color:#4352db;font-weight:950}.company-start-work-panel>div p{color:var(--color-subtitle);margin:5px 0 0;font-size:.8rem;font-weight:850;line-height:1.65}.company-cannot-fix-section{gap:12px;display:grid}.company-cannot-fix-toggle{color:#a93838;text-align:right;background:#ef7c7c0e;border:1px solid #c24a4a29;border-radius:14px;justify-content:space-between;align-items:center;gap:10px;width:100%;min-height:46px;padding:10px 14px;font-weight:950;display:flex}.company-cannot-fix-toggle>span{align-items:center;gap:8px;display:inline-flex}.company-cannot-fix-toggle>svg{transition:transform .2s}.company-cannot-fix-toggle.is-open>svg{transform:rotate(180deg)}.company-cannot-fix-form{background:#fff;border:1px solid #c24a4a1f;border-radius:16px;padding:16px}.company-cannot-fix-warning{color:#a93838;background:#ef7c7c14;border-radius:12px;align-items:flex-start;gap:8px;padding:11px 12px;font-size:.78rem;font-weight:900;line-height:1.65;display:flex}.company-report-form-field input[type=file]{cursor:pointer;background:#fff;padding:10px}.company-cannot-fix-images{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:10px;display:grid}.company-cannot-fix-images article{border-radius:14px;height:120px;position:relative;overflow:hidden}.company-cannot-fix-images img{object-fit:cover;width:100%;height:100%;transition:transform .25s}.company-cannot-fix-images article:hover img{transform:scale(1.07)}.company-cannot-fix-images article>div{opacity:0;background:linear-gradient(#0000 35%,#000000b8);justify-content:center;align-items:flex-end;gap:7px;padding:8px;transition:opacity .2s;display:flex;position:absolute;inset:0}.company-cannot-fix-images article:hover>div,.company-cannot-fix-images article:focus-within>div{opacity:1}.company-cannot-fix-images button{min-height:31px;color:var(--color-primary);background:#fffffff2;border-radius:999px;align-items:center;gap:5px;padding:6px 9px;font-size:.7rem;font-weight:950;display:inline-flex}.company-company-response-card{gap:16px;display:grid}.company-company-response-card__details{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.company-company-response-card__details>div,.company-company-response-card__reason,.company-company-response-card__note{background:#025f480b;border-radius:14px;padding:13px}.company-company-response-card__details span,.company-company-response-card__details strong{display:block}.company-company-response-card__details span{color:var(--color-subtitle);font-size:.74rem;font-weight:850}.company-company-response-card__details strong{color:var(--color-text);margin-top:4px;font-size:.84rem;font-weight:950}.company-company-response-card__reason{background:#ef7c7c13}.company-company-response-card__reason strong,.company-company-response-card__note strong{color:var(--color-primary);font-weight:950}.company-company-response-card__reason p,.company-company-response-card__note p{color:var(--color-text);margin:6px 0 0;font-weight:850;line-height:1.8}.company-company-response-card__admin-review{background:#ffc10714;border:1px solid #c8870033;border-radius:14px;padding:14px}.company-company-response-card__admin-review strong{color:#8a6200;font-weight:950;display:block}.company-company-response-card__admin-review p{color:var(--color-text);margin:7px 0 0;font-weight:850;line-height:1.8}.company-company-response-card__admin-review p+p{border-top:1px dashed #c8870038;padding-top:8px}.company-company-response-card__images h3{color:var(--color-primary);margin:0 0 10px;font-size:.9rem;font-weight:950}.company-report-images-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));margin-top:16px}.company-report-image-card{background:#025f480a;border:1px solid #025f4814;border-radius:16px;min-height:170px;position:relative;overflow:hidden;box-shadow:0 9px 24px #0f172a14}.company-report-image-card img{object-fit:cover;border-radius:0;width:100%;height:190px;transition:transform .3s,filter .3s}.company-report-image-card:hover img,.company-report-image-card:focus-within img{filter:brightness(.72);transform:scale(1.08)}.company-report-image-card__overlay{opacity:0;place-items:center;transition:opacity .25s;display:grid;position:absolute;inset:0}.company-report-image-card:hover .company-report-image-card__overlay,.company-report-image-card:focus-within .company-report-image-card__overlay{opacity:1}.company-report-image-card__overlay button{min-height:40px;color:var(--color-primary);background:#fffffff5;border-radius:999px;align-items:center;gap:7px;padding:8px 14px;font-weight:950;display:inline-flex;box-shadow:0 8px 22px #0000002e}.company-report-images-empty{align-items:center;gap:7px;width:100%;margin-top:14px;display:flex}.company-solution-image-preview{height:145px}.company-solution-image-preview img{transition:transform .25s,filter .25s}.company-solution-image-preview:hover img,.company-solution-image-preview:focus-within img{filter:brightness(.72);transform:scale(1.07)}.company-solution-image-preview__overlay{opacity:0;background:linear-gradient(#0000 30%,#000000b8);justify-content:center;align-items:flex-end;gap:7px;padding:9px;transition:opacity .2s;display:flex;position:absolute;inset:0}.company-solution-image-preview:hover .company-solution-image-preview__overlay,.company-solution-image-preview:focus-within .company-solution-image-preview__overlay{opacity:1}.company-solution-image-preview .company-solution-image-preview__overlay button{width:auto;height:auto;min-height:31px;color:var(--color-primary);background:#fffffff2;border-radius:999px;align-items:center;gap:5px;padding:6px 9px;font-size:.7rem;font-weight:950;display:inline-flex;position:static}.company-solution-image-preview .company-solution-image-preview__overlay button:last-child{color:#c24a4a}.company-image-preview-backdrop{z-index:100000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#050c13d1;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.company-image-preview-modal{background:#fff;border-radius:20px;grid-template-rows:auto minmax(0,1fr);width:min(1100px,96vw);max-height:92vh;display:grid;overflow:hidden;box-shadow:0 25px 80px #00000061}.company-image-preview-modal header{border-bottom:1px solid #025f4814;justify-content:space-between;align-items:center;gap:12px;min-height:58px;padding:10px 14px;display:flex}.company-image-preview-modal header>div{color:var(--color-primary);align-items:center;gap:8px;display:inline-flex}.company-image-preview-modal header button{color:#c24a4a;background:#ef7c7c1a;border-radius:12px;place-items:center;width:38px;height:38px;display:grid}.company-image-preview-modal__body{background:#111827;place-items:center;min-height:0;padding:14px;display:grid;overflow:auto}.company-image-preview-modal__body img{object-fit:contain;max-width:100%;max-height:calc(92vh - 88px);display:block}.company-report-waiting-card,.company-report-resolved-card{align-items:flex-start;gap:13px;display:flex}.company-report-waiting-card>svg,.company-report-resolved-card>svg{border-radius:14px;flex:0 0 42px;width:42px;height:42px;padding:10px}.company-report-waiting-card{background:#ffc10714}.company-report-waiting-card>svg{color:#a97700;background:#ffc1072e}.company-report-resolved-card{background:#34a85312}.company-report-resolved-card>svg{color:#218540;background:#34a85324}.company-report-waiting-card h2,.company-report-resolved-card h2{color:var(--color-primary);margin:0;font-size:1rem;font-weight:950}.company-report-waiting-card p,.company-report-resolved-card p{color:var(--color-subtitle);margin:6px 0 0;font-weight:850;line-height:1.75}.company-report-timeline article{padding-inline-start:28px;position:relative}.company-report-timeline__dot{top:16px;background:var(--color-primary);border-radius:50%;width:9px;height:9px;position:absolute;inset-inline-start:10px;box-shadow:0 0 0 5px #025f4814}.company-report-not-found{text-align:center;justify-items:center;gap:10px;display:grid}.company-report-not-found>svg{color:#c24a4a;width:42px;height:42px}.company-report-not-found h2,.company-report-not-found p{margin:0}.company-report-not-found>div{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.company-report-not-found button{background:var(--color-primary);color:#fff;border-radius:12px;align-items:center;gap:7px;min-height:40px;padding:8px 13px;font-weight:950;display:inline-flex}@media (width<=1100px){.company-report-workflow{grid-template-columns:repeat(2,minmax(0,1fr))}.company-report-workflow article:after{display:none}.company-report-details-grid{grid-template-columns:minmax(0,1fr)}.company-report-details-side{grid-template-columns:repeat(2,minmax(0,1fr))}.company-report-details-side>:last-child{grid-column:1/-1}}@media (width<=768px){.company-report-hero{padding:18px 15px}.company-report-hero__badges,.company-report-hero__meta{justify-content:center}.company-report-hero__content{text-align:center;justify-items:center}.company-report-hero__meta{width:100%}.company-report-hero__meta span{justify-content:center;width:100%}.company-report-workflow{grid-template-columns:1fr}.company-report-workflow article{min-height:82px}.company-community-metrics{grid-template-columns:1fr}.company-community-metrics article{min-height:98px}.company-report-details-side{grid-template-columns:1fr}.company-report-details-side>:last-child{grid-column:auto}.company-company-response-card__details,.company-report-images-grid{grid-template-columns:1fr}.company-report-image-card img{height:230px}.company-report-image-card__overlay,.company-solution-image-preview__overlay,.company-cannot-fix-images article>div{opacity:1}.company-report-image-card img,.company-solution-image-preview img,.company-cannot-fix-images img{filter:brightness(.82)}.company-solution-images-preview,.company-cannot-fix-images{grid-template-columns:repeat(2,minmax(0,1fr))}.company-solution-image-preview,.company-cannot-fix-images article{height:135px}.company-image-preview-backdrop{padding:10px}.company-image-preview-modal{border-radius:16px;width:100%;max-height:96vh}.company-image-preview-modal__body img{max-height:calc(96vh - 86px)}.company-report-waiting-card,.company-report-resolved-card{text-align:right;align-items:center}.company-reports-table td[data-label=الإجراء\ التالي]{grid-template-columns:1fr}.company-reports-table td[data-label=الإجراء\ التالي]:before{display:none}.company-report-table-summary{text-align:center;justify-items:center}.company-reports-table td:first-child strong,.company-reports-table td:first-child span{text-align:center}}@media (width<=430px){.company-report-details-card{border-radius:17px;padding:14px 12px}.company-solution-images-preview,.company-cannot-fix-images{grid-template-columns:1fr}.company-solution-image-preview,.company-cannot-fix-images article{height:190px}.company-report-section-header{gap:9px}.company-cannot-fix-toggle{align-items:flex-start}}.company-copyable-report-id,.company-copyable-report-id *{cursor:text;-webkit-user-select:text!important;user-select:text!important}.company-copyable-report-id[dir=ltr],.company-copyable-report-id b[dir=ltr]{direction:ltr;unicode-bidi:plaintext}.company-report-table-summary__description{max-width:360px;color:var(--color-subtitle);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.76rem;font-weight:800;line-height:1.65;display:-webkit-box;overflow:hidden}.company-report-table-summary__type{color:var(--color-primary);background:#025f4812;border-radius:999px;padding:3px 8px;font-size:.7rem;font-weight:900}.company-report-table-summary__id{color:var(--color-primary);white-space:normal;overflow-wrap:anywhere;background:#025f4809;border:1px dashed #025f482e;border-radius:8px;margin-top:2px;padding:4px 8px;font-size:.72rem;font-weight:950}.company-execution-workspace{border:1.5px solid #025f482e;gap:18px;display:grid;box-shadow:0 18px 42px #025f481a}.company-execution-workspace__header{border-bottom:1px solid #025f4814;padding-bottom:14px}.company-execution-workspace__primary-action,.company-execution-workspace__secondary-action{min-width:0}.company-execution-workspace__primary-action{background:linear-gradient(135deg,#34a8530b,#fff);border:1px solid #34a85329;border-radius:17px;padding:16px}.company-execution-workspace__secondary-action{background:linear-gradient(135deg,#5a6bff09,#fff);border:1px solid #5a6bff24;border-radius:17px;padding:16px}.company-assigned-team-panel{background:#025f4809;border:1.5px solid #025f4824;border-radius:17px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:16px;display:grid}.company-assigned-team-panel.is-empty{background:#ffc10712;border-color:#ffc10757}.company-assigned-team-panel__icon{background:var(--color-primary);color:#fff;border-radius:15px;place-items:center;width:48px;height:48px;display:grid}.company-assigned-team-panel.is-empty .company-assigned-team-panel__icon{background:#b78300}.company-assigned-team-panel__content small,.company-assigned-team-panel__content strong,.company-assigned-team-panel__content p{display:block}.company-assigned-team-panel__content small{color:var(--color-subtitle);font-size:.72rem;font-weight:850}.company-assigned-team-panel__content strong{color:var(--color-text);margin-top:3px;font-size:.95rem;font-weight:950}.company-assigned-team-panel__content p{color:var(--color-subtitle);margin:5px 0 0;font-size:.77rem;font-weight:850;line-height:1.65}.company-assigned-team-panel__content p span{align-items:center;gap:5px;margin-inline-start:10px;display:inline-flex}.company-assigned-team-panel>button{background:var(--color-primary);color:#fff;min-height:42px;font:inherit;cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:7px;padding:8px 14px;font-size:.78rem;font-weight:950;transition:transform .18s,box-shadow .18s;display:inline-flex}.company-assigned-team-panel>button:hover{transform:translateY(-1px);box-shadow:0 9px 20px #025f482e}.company-start-work-panel__intro{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.company-start-team-state{border-radius:999px;flex:none;padding:6px 10px;font-size:.72rem;font-weight:950}.company-start-team-state.is-ready{color:#218540;background:#34a85324}.company-start-team-state.is-missing{color:#8b6700;background:#ffc1072b}.company-start-team-required{color:#805e00;background:#ffc1071c;border:1px solid #ffc10747;border-radius:13px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px;display:grid}.company-start-team-required>svg{width:20px;height:20px}.company-start-team-required strong{display:block;color:#805e00!important}.company-start-team-required p{color:#967000!important;margin:2px 0 0!important;font-size:.74rem!important}.company-start-team-required button{color:#fff;min-height:37px;font:inherit;cursor:pointer;background:#9c7400;border-radius:10px;padding:7px 11px;font-size:.73rem;font-weight:950}.company-start-proof-upload{background:#ffffffc7;border:1.5px dashed #025f4842;border-radius:15px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px;display:grid}.company-start-proof-upload>input,.company-hidden-file-input{clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important;width:1px!important;height:1px!important;position:absolute!important;overflow:hidden!important}.company-start-proof-upload>div:first-of-type{grid-template-columns:auto minmax(0,1fr);align-items:center;column-gap:9px;display:grid}.company-start-proof-upload>div:first-of-type>svg{width:28px;height:28px;color:var(--color-primary);grid-row:1/span 2}.company-start-proof-upload strong{font-size:.82rem;color:var(--color-text)!important}.company-start-proof-upload p{margin:2px 0 0!important;font-size:.72rem!important}.company-start-proof-upload__actions{flex-wrap:wrap;justify-content:flex-end;gap:7px;display:flex}.company-start-proof-upload__actions button,.company-cannot-fix-upload-btn{min-height:37px;color:var(--color-primary);font:inherit;cursor:pointer;background:#025f4813;border:1px solid #025f4829;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:7px 11px;font-size:.72rem;font-weight:950;display:inline-flex}.company-start-images-preview{margin-top:0}.company-submit-cannot-fix-btn{color:#fff;width:100%;min-height:45px;font:inherit;cursor:pointer;background:#b43f3f;border-radius:12px;justify-content:center;align-items:center;gap:8px;margin-top:12px;font-weight:950;display:inline-flex}.company-submit-cannot-fix-btn:disabled{opacity:.58;cursor:not-allowed}.company-team-modal{width:min(760px,100%);max-height:min(86vh,760px);overflow:auto}.company-team-modal .company-assign-report-summary{gap:5px;display:grid}.company-modal-error,.company-modal-loading,.company-modal-empty{border-radius:12px;align-items:center;gap:8px;padding:12px 13px;font-size:.78rem;font-weight:900;display:flex}.company-modal-error{color:#a93838;background:#ef7c7c1a}.company-modal-loading,.company-modal-empty{color:var(--color-primary);background:#025f480f}.company-technician-card:disabled{opacity:.52;cursor:not-allowed}.company-technician-card__content{text-align:right;min-width:0}.company-technician-card__badge.is-unavailable{color:#59606d;background:#6b72801f}@media (width<=900px){.company-assigned-team-panel{grid-template-columns:auto minmax(0,1fr)}.company-assigned-team-panel>button{grid-column:1/-1;width:100%}.company-start-proof-upload{grid-template-columns:1fr}.company-start-proof-upload__actions{justify-content:stretch}.company-start-proof-upload__actions button{flex:140px}}@media (width<=768px){.company-execution-workspace,.company-execution-workspace__primary-action,.company-execution-workspace__secondary-action{padding:13px}.company-assigned-team-panel{text-align:center;grid-template-columns:1fr;justify-items:center}.company-assigned-team-panel__content p span{justify-content:center;margin:6px 0 0}.company-assigned-team-panel>button{grid-column:auto}.company-start-work-panel__intro{flex-direction:column}.company-start-team-required{grid-template-columns:auto minmax(0,1fr)}.company-start-team-required button{grid-column:1/-1;width:100%}.company-start-proof-upload__actions{grid-template-columns:1fr 1fr;display:grid}.company-report-table-summary__description{max-width:none}}@media (width<=430px){.company-start-proof-upload__actions{grid-template-columns:1fr}.company-start-proof-upload__actions button,.company-cannot-fix-upload-btn{width:100%}}.company-report-top-grid{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);align-items:stretch;gap:18px;display:grid}.company-report-top-grid>.company-report-details-card{min-width:0;height:100%}.company-report-top-images-card{flex-direction:column;display:flex}.company-report-top-images-card .company-report-images-grid{flex:1;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.company-report-top-images-card .company-report-image-card{min-height:190px}.company-report-top-images-card .company-report-image-card img{height:100%;min-height:190px}.company-assigned-team-panel{grid-template-columns:auto minmax(0,1fr)}@media (width<=1100px){.company-report-top-grid{grid-template-columns:minmax(0,1fr)}.company-report-top-images-card .company-report-images-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}}@media (width<=768px){.company-report-top-grid{gap:14px}.company-report-top-images-card .company-report-images-grid{grid-template-columns:1fr}.company-report-top-images-card .company-report-image-card img{min-height:230px}}.company-report-page-subtitle,.company-copyable-report-id,.company-copyable-report-id *,.company-report-id-value{-webkit-user-select:text!important;user-select:text!important;cursor:text!important}.company-report-id-value{white-space:normal;overflow-wrap:anywhere;font:inherit;font-weight:inherit;direction:ltr;unicode-bidi:isolate;display:inline}@media (width<=900px){.company-report-details-page .company-report-section-header{flex-direction:column;width:100%;text-align:center!important;justify-content:center!important;align-items:center!important;display:flex!important}.company-report-details-page .company-report-section-header>div,.company-report-details-page .company-report-section-header h2,.company-report-details-page .company-report-section-header p{width:100%;text-align:center!important}.company-report-details-page .company-report-section-header>span{flex:none;margin-inline:auto}}.company-reports-map-card{z-index:1;box-shadow:var(--shadow-sm);background:#fff;border:1px solid #025f4814;border-radius:24px;position:relative;overflow:visible}.company-reports-map-card__header{border-bottom:1px solid #025f4814;justify-content:space-between;align-items:center;gap:16px;min-height:88px;padding:18px 20px;display:flex}.company-reports-map-card__header h2{color:var(--color-primary);margin:0;font-size:1.12rem;font-weight:950}.company-reports-map-card__header p{color:var(--color-subtitle);margin:6px 0 0;font-size:.84rem;font-weight:850;line-height:1.7}.company-reports-map-page-badge{min-height:36px;color:var(--color-primary);white-space:nowrap;background:#025f4814;border-radius:999px;justify-content:center;align-items:center;padding:7px 13px;font-size:.78rem;font-weight:950;display:inline-flex}.company-reports-map-wrapper{min-height:520px;padding:18px;position:relative;overflow:visible}.company-reports-map-wrapper .reports-map,.company-reports-map-wrapper .reports-map__canvas,.company-reports-map-wrapper .leaflet-container{border-radius:20px}.company-reports-map-wrapper .leaflet-container{min-height:520px}.company-reports-map-empty{min-height:520px;color:var(--color-subtitle);text-align:center;background:radial-gradient(circle at 12% 18%,#025f4814,#0000 34%),#025f4806;border:1.5px dashed #025f482e;border-radius:20px;align-content:center;place-items:center;gap:10px;padding:24px;display:grid}.company-reports-map-empty>svg{width:44px;height:44px;color:var(--color-primary)}.company-reports-map-empty strong{color:var(--color-primary);font-size:1rem;font-weight:950}.company-reports-map-empty span{max-width:560px;font-size:.84rem;font-weight:850;line-height:1.7}.company-reports-map-selection-card{z-index:700;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-align:right;direction:rtl;background:#fffffff7;border:1px solid #025f481f;border-radius:18px;gap:10px;width:min(340px,100% - 118px);padding:16px;animation:.22s ease-out both company-report-map-card-enter;display:grid;position:absolute;top:34px;right:84px;box-shadow:0 18px 42px #0f172a2e}.company-reports-map-selection-card__close{color:#c24a4a;background:#ef7c7c1f;border-radius:999px;place-items:center;width:30px;height:30px;display:grid;position:absolute;top:10px;left:10px}.company-reports-map-selection-card__status{border-radius:999px;width:fit-content;min-height:28px;padding:5px 10px;font-size:.72rem;font-weight:950}.company-reports-map-selection-card__status.is-success{color:#218540;background:#34a85324}.company-reports-map-selection-card__status.is-warning{color:#9b7100;background:#ffc1072e}.company-reports-map-selection-card__status.is-danger{color:#c24a4a;background:#ef7c7c24}.company-reports-map-selection-card__status.is-info{color:#4352db;background:#5a6bff1f}.company-reports-map-selection-card>strong{color:var(--color-primary);padding-inline-start:28px;font-size:1rem;font-weight:950;line-height:1.55}.company-reports-map-selection-card__id{color:var(--color-subtitle);-webkit-user-select:text;user-select:text;font-size:.78rem;font-weight:850}.company-reports-map-selection-card__id b{color:var(--color-text);-webkit-user-select:all;user-select:all;font-weight:950}.company-reports-map-selection-card>p{color:var(--color-text);align-items:flex-start;gap:7px;margin:0;font-size:.8rem;font-weight:850;line-height:1.65;display:flex}.company-reports-map-selection-card>p svg{color:var(--color-primary);flex-shrink:0;margin-top:3px}.company-reports-map-selection-card__view{background:var(--color-primary);color:#fff;min-height:42px;transition:transform var(--transition-base), box-shadow var(--transition-base), background var(--transition-base);border-radius:13px;justify-content:center;align-items:center;gap:8px;padding:9px 13px;font-size:.8rem;font-weight:950;display:inline-flex}.company-reports-map-selection-card__view:hover{background:var(--color-primary-dark);transform:translateY(-1px);box-shadow:0 10px 24px #025f4833}.company-reports-table-anchor{scroll-margin-top:24px}.company-reports-table tr.is-highlighted td{animation:1.25s ease-in-out 2 company-report-table-highlight;box-shadow:inset 0 1px #b8820029,inset 0 -1px #b8820029;background:#ffd85738!important}.company-reports-table tr.is-highlighted td:first-child{box-shadow:inset -4px 0 #d9a400,inset 0 1px #b8820029,inset 0 -1px #b8820029}.company-reports-table tr.is-highlighted:focus{outline:none}@media (width<=900px){.company-reports-map-card__header{text-align:center;justify-items:center;display:grid}.company-reports-map-wrapper{min-height:500px;padding:12px}.company-reports-map-wrapper .leaflet-container,.company-reports-map-empty{min-height:500px}.company-reports-map-selection-card{width:auto;max-height:calc(100% - 48px);inset:auto 24px 24px;overflow-y:auto}}@media (width<=560px){.company-reports-map-card{border-radius:20px}.company-reports-map-card__header{padding:16px}.company-reports-map-card__header h2{font-size:1rem}.company-reports-map-wrapper{min-height:440px;padding:9px}.company-reports-map-wrapper .leaflet-container,.company-reports-map-empty{border-radius:16px;min-height:440px}.company-reports-map-selection-card{padding:14px;bottom:16px;left:16px;right:16px}}@media (width<=768px){.company-reports-page,.company-report-details-page{gap:14px;width:100%;min-width:0;max-width:100%;overflow-x:clip}.company-reports-page>*,.company-report-details-page>*,.company-reports-card,.company-reports-card .dashboard-section-card__body,.company-report-details-card,.company-reports-filter-card,.company-reports-map-card,.company-report-top-grid,.company-report-details-grid,.company-report-details-main,.company-report-details-side{box-sizing:border-box;width:100%;min-width:0;max-width:100%}.company-reports-inbox-summary{text-align:center;border-radius:20px;justify-items:center;gap:14px;width:100%;padding:16px;display:grid}.company-reports-inbox-summary>div{width:100%;min-width:0}.company-reports-inbox-summary h2,.company-reports-inbox-summary p{text-align:center;width:100%}.company-reports-inbox-summary button{white-space:normal;justify-content:center;width:min(100%,280px);min-height:44px}.company-reports-filter-card{border-radius:22px;padding:16px}.company-reports-filter-card__header{text-align:center;justify-items:center;gap:9px;display:grid}.company-reports-filter-card__header>div,.company-reports-filter-card__header h2,.company-reports-filter-card__header p{text-align:center;width:100%;min-width:0}.company-reports-filter-card__header h2{font-size:1.04rem;line-height:1.45}.company-reports-filter-card__header p{font-size:.78rem;line-height:1.75}.company-reports-filter-card__mobile-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%;display:grid!important}.company-reports-open-filters-btn,.company-reports-filter-card__mobile-actions .company-reports-filter-card__reset-btn{white-space:normal;justify-content:center;min-width:0;min-height:44px;padding-inline:10px;width:100%!important}.company-reports-map-card{border-radius:20px;overflow:hidden}.company-reports-map-card__header{text-align:center;justify-items:center;gap:12px;min-height:0;padding:16px;display:grid}.company-reports-map-card__header>div,.company-reports-map-card__header h2,.company-reports-map-card__header p{text-align:center;width:100%;min-width:0}.company-reports-map-page-badge{white-space:normal;text-align:center;max-width:100%}.company-reports-map-wrapper{width:100%;min-height:390px;padding:9px;overflow:hidden}.company-reports-map-wrapper .leaflet-container,.company-reports-map-empty{border-radius:16px;width:100%;min-height:390px}.company-reports-map-selection-card{box-sizing:border-box;width:auto;max-width:none;max-height:calc(100% - 28px);padding:14px;inset:auto 14px 14px;overflow-y:auto}.company-reports-map-selection-card>strong,.company-reports-map-selection-card__id,.company-reports-map-selection-card>p{overflow-wrap:anywhere;word-break:break-word}.company-reports-map-selection-card__view{white-space:normal;text-align:center;width:100%}.company-reports-card{border-radius:20px;overflow:visible!important}.company-reports-card .dashboard-section-card__header{text-align:center!important;justify-items:center!important;gap:8px!important;padding:16px!important;display:grid!important}.company-reports-card .dashboard-section-card__header>div,.company-reports-card .dashboard-section-card__header h2,.company-reports-card .dashboard-section-card__header p{width:100%;min-width:0;text-align:center!important}.company-reports-card .dashboard-section-card__body{padding:12px!important;overflow:visible!important}.company-reports-flow-note{text-align:right;overflow-wrap:anywhere;border-radius:14px;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:8px;margin:0 0 12px;padding:12px;display:grid}.company-reports-table-wrap{width:100%!important;min-width:0!important;max-width:100%!important;padding:0!important;overflow:visible!important}.company-reports-table{table-layout:auto!important;border-collapse:separate!important;border-spacing:0!important;width:100%!important;min-width:0!important;max-width:100%!important;display:block!important}.company-reports-table thead{display:none!important}.company-reports-table tbody{gap:12px;width:100%!important;min-width:0!important;display:grid!important}.company-reports-table tr{box-sizing:border-box;position:relative;overflow:hidden;background:#fff!important;border:1px solid #025f481a!important;border-radius:18px!important;width:100%!important;min-width:0!important;max-width:100%!important;padding:14px!important;display:block!important;box-shadow:0 10px 26px #0f172a12!important}.company-reports-table tr.is-highlighted{background:#025f480b!important;border-color:#025f488c!important;box-shadow:0 12px 32px #025f4824!important}.company-reports-table tr.is-highlighted td,.company-reports-table tr.is-highlighted td:first-child{background:0 0!important}.company-reports-table th,.company-reports-table td{white-space:normal!important}.company-reports-table td{box-sizing:border-box;align-items:center;gap:10px;overflow:visible;text-align:right!important;border:0!important;border-bottom:1px solid #025f4812!important;grid-template-columns:92px minmax(0,1fr)!important;width:100%!important;min-width:0!important;max-width:100%!important;padding:11px 0!important;display:grid!important}.company-reports-table td:last-child{border-bottom:0!important;padding-bottom:0!important}.company-reports-table td:before{min-width:0;color:var(--color-subtitle);text-align:right;font-size:.72rem;font-weight:950;line-height:1.5;content:attr(data-label)!important;display:block!important}.company-reports-table td>*{justify-self:start;min-width:0;max-width:100%}.company-reports-table td:first-child{margin-bottom:1px;border-bottom:1px solid #025f4817!important;width:100%!important;padding:0 0 13px!important;display:block!important}.company-reports-table td:first-child:before{content:none!important;display:none!important}.company-report-table-summary{text-align:center;justify-items:center;gap:7px;width:100%;min-width:0;display:grid}.company-reports-table td:first-child strong,.company-report-table-summary strong{width:100%;color:var(--color-primary);overflow-wrap:anywhere;font-size:1rem;font-weight:950;line-height:1.55;text-align:center!important;white-space:normal!important;min-width:0!important}.company-reports-table td:first-child span,.company-report-table-summary small,.company-report-table-summary__description,.company-report-table-summary__type,.company-report-table-summary__location,.company-report-table-summary__id{overflow-wrap:anywhere;word-break:break-word;width:100%;max-width:100%;margin:0;text-align:center!important;white-space:normal!important;min-width:0!important}.company-report-table-summary__description{-webkit-line-clamp:unset;display:block;overflow:visible}.company-report-table-summary__location{justify-content:center;align-items:flex-start;display:flex!important}.company-report-table-summary__id,.company-report-id-value{direction:ltr;unicode-bidi:isolate;-webkit-user-select:text!important;user-select:text!important}.company-report-status,.company-report-priority,.company-report-admin-review,.company-report-waiting-pill,.company-report-assigned-date{overflow-wrap:anywhere;text-align:center;white-space:normal!important;justify-self:start!important;width:fit-content!important;min-width:0!important;max-width:100%!important}.company-reports-table td[data-label=الإجراء\ التالي]{padding-top:13px!important;display:block!important}.company-reports-table td[data-label=الإجراء\ التالي]:before{content:none!important;display:none!important}.company-report-actions{width:100%;min-width:0;grid-template-columns:1fr!important;gap:8px!important;display:grid!important}.company-report-view-btn,.company-report-start-btn,.company-report-upload-btn,.company-report-waiting-pill{text-align:center;box-sizing:border-box;border-radius:13px;justify-content:center;min-height:42px;padding:9px 12px;white-space:normal!important;width:100%!important;max-width:100%!important}.company-reports-pagination{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%;margin-top:14px;display:grid}.company-reports-pagination span{text-align:center;grid-area:1/1/auto/-1}.company-reports-pagination button{justify-content:center;width:100%;min-width:0;min-height:42px}.company-reports-filters-backdrop{align-items:center;padding:12px}.company-reports-filters-panel{border-radius:22px;width:100%;max-width:440px;max-height:calc(100dvh - 24px);padding:16px;overflow-y:auto}.company-reports-filters-panel__header{padding:8px 42px 6px}.company-reports-filters-panel__actions{grid-template-columns:1fr;display:grid}.company-report-top-grid,.company-report-details-grid,.company-report-details-main,.company-report-details-side,.company-report-workflow,.company-community-metrics,.company-company-response-card__details,.company-report-info-list,.company-report-images-grid,.company-solution-images-preview,.company-cannot-fix-images{grid-template-columns:minmax(0,1fr)!important}.company-report-details-card{border-radius:20px;padding:16px;overflow:hidden}.company-report-hero{border-radius:20px;padding:18px 15px;overflow:hidden}.company-report-hero__content,.company-report-hero__content>*,.company-report-page-subtitle,.company-copyable-report-id,.company-report-id-value{overflow-wrap:anywhere;word-break:break-word;min-width:0;max-width:100%}.company-report-hero__badges,.company-report-hero__meta{grid-template-columns:minmax(0,1fr);justify-items:center;width:100%;display:grid}.company-report-hero__badges>*,.company-report-hero__meta>*{white-space:normal;text-align:center;max-width:100%}.company-report-section-header,.company-execution-workspace__header{gap:9px;width:100%;text-align:center!important;justify-items:center!important;display:grid!important}.company-report-section-header>div,.company-report-section-header h2,.company-report-section-header p{width:100%;min-width:0;text-align:center!important}.company-assigned-team-panel{text-align:center;justify-items:center;grid-template-columns:minmax(0,1fr)!important}.company-assigned-team-panel__content,.company-assigned-team-panel__content p,.company-assigned-team-panel__content span{text-align:center;overflow-wrap:anywhere;justify-content:center;width:100%;min-width:0}.company-report-info-list>div,.company-company-response-card__details>div,.company-reporter-box,.company-report-timeline article,.company-company-response-card__reason,.company-company-response-card__note{overflow-wrap:anywhere;word-break:break-word;min-width:0}.company-report-image-card,.company-solution-image-preview,.company-cannot-fix-images article{width:100%;min-width:0}.company-report-image-card img,.company-report-top-images-card .company-report-image-card img{object-fit:cover;width:100%;height:auto;min-height:220px;max-height:360px}.company-execution-workspace button,.company-execution-workspace a,.company-report-details-page form button[type=submit]{max-width:100%}.company-report-waiting-card,.company-report-resolved-card{text-align:center;justify-items:center;display:grid}.company-report-waiting-card p,.company-report-resolved-card p{text-align:center}}@media (width<=430px){.company-reports-filter-card__mobile-actions{grid-template-columns:minmax(0,1fr)}.company-reports-map-wrapper,.company-reports-map-wrapper .leaflet-container,.company-reports-map-empty{min-height:350px}.company-reports-card .dashboard-section-card__body{padding:10px!important}.company-reports-table tr{border-radius:16px!important;padding:12px!important}.company-reports-table td{gap:8px;grid-template-columns:82px minmax(0,1fr)!important}.company-reports-table td:before{font-size:.68rem}.company-report-table-summary strong{font-size:.95rem}.company-report-details-card{border-radius:18px;padding:14px 12px}.company-report-image-card img,.company-report-top-images-card .company-report-image-card img{min-height:200px}}@media (width<=768px){.company-reports-card,.company-reports-card .dashboard-section-card__body{min-width:0}.company-reports-card .dashboard-section-card__body{overflow:hidden!important}.company-reports-table-wrap{-webkit-overflow-scrolling:touch;overscroll-behavior-inline:contain;scrollbar-width:thin;scrollbar-color:#025f4880 #025f4814;width:100%!important;min-width:0!important;max-width:100%!important;padding:0 0 12px!important;display:block!important;overflow:auto hidden!important}.company-reports-table-wrap::-webkit-scrollbar{height:9px;display:block}.company-reports-table-wrap::-webkit-scrollbar-track{background:#025f4814;border-radius:999px}.company-reports-table-wrap::-webkit-scrollbar-thumb{background:#025f4880;border:2px solid #fffc;border-radius:999px}.company-reports-table{table-layout:auto!important;border-collapse:collapse!important;border-spacing:0!important;width:max-content!important;min-width:1080px!important;max-width:none!important;display:table!important}.company-reports-table thead{display:table-header-group!important}.company-reports-table tbody{width:auto!important;display:table-row-group!important}.company-reports-table tr,.company-reports-table tr.is-highlighted{width:auto!important;min-width:0!important;max-width:none!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0!important;display:table-row!important;overflow:visible!important}.company-reports-table th,.company-reports-table td,.company-reports-table td:first-child,.company-reports-table td:last-child,.company-reports-table td[data-label=الإجراء\ التالي]{box-sizing:border-box;background:0 0;vertical-align:middle!important;text-align:right!important;white-space:nowrap!important;border:0!important;border-bottom:1px solid #025f4812!important;border-radius:0!important;width:auto!important;min-width:0!important;max-width:none!important;margin:0!important;padding:14px 13px!important;display:table-cell!important;overflow:visible!important}.company-reports-table th{color:var(--color-subtitle);font-size:.78rem;font-weight:950;background:#f3f4f4!important}.company-reports-table td:before,.company-reports-table td:first-child:before,.company-reports-table td[data-label=الإجراء\ التالي]:before{content:none!important;display:none!important}.company-reports-table tr.is-highlighted td,.company-reports-table tr.is-highlighted td:first-child{background:#025f4812!important}.company-reports-table th:first-child,.company-reports-table td:first-child{white-space:normal!important;min-width:330px!important}.company-report-table-summary{text-align:right!important;justify-items:start!important;gap:5px!important;width:100%!important;min-width:300px!important;max-width:360px!important;display:grid!important}.company-reports-table td:first-child strong,.company-report-table-summary strong,.company-reports-table td:first-child span,.company-report-table-summary small,.company-report-table-summary__description,.company-report-table-summary__type,.company-report-table-summary__location,.company-report-table-summary__id{overflow-wrap:break-word;word-break:normal;text-align:right!important;white-space:normal!important;width:auto!important;min-width:0!important;max-width:100%!important;margin:0!important}.company-report-table-summary__location{justify-content:flex-start!important;align-items:center!important;display:inline-flex!important}.company-report-table-summary__id,.company-report-id-value{direction:rtl;unicode-bidi:normal;-webkit-user-select:text!important;user-select:text!important}.company-report-id-value{direction:ltr;unicode-bidi:isolate}.company-report-status,.company-report-priority,.company-report-admin-review,.company-report-waiting-pill,.company-report-assigned-date{white-space:nowrap!important;overflow-wrap:normal!important;justify-self:auto!important;width:max-content!important;min-width:max-content!important;max-width:none!important}.company-report-actions{align-items:center;flex-wrap:nowrap!important;grid-template-columns:none!important;gap:8px!important;width:max-content!important;min-width:max-content!important;display:flex!important}.company-report-view-btn,.company-report-start-btn,.company-report-upload-btn,.company-report-waiting-pill{min-height:38px;padding:8px 11px;white-space:nowrap!important;width:auto!important;min-width:max-content!important;max-width:none!important}}@media (width<=430px){.company-reports-table{min-width:1040px!important}.company-reports-table th,.company-reports-table td,.company-reports-table td:first-child,.company-reports-table td:last-child,.company-reports-table td[data-label=الإجراء\ التالي]{padding:12px 11px!important}}.company-reports-filter-select__menu{scrollbar-width:thin;scrollbar-color:#025f489e #025f4812;scrollbar-gutter:stable;overscroll-behavior:contain}.company-reports-filter-select__menu::-webkit-scrollbar{width:8px}.company-reports-filter-select__menu::-webkit-scrollbar-track{background:#025f4812;border-radius:999px;margin-block:10px;box-shadow:inset 0 0 0 1px #025f480a}.company-reports-filter-select__menu::-webkit-scrollbar-thumb{background:linear-gradient(#058b66eb,#025f48eb) padding-box padding-box;border:2px solid #0000;border-radius:999px;min-height:44px;box-shadow:0 3px 10px #025f4833}.company-reports-filter-select__menu::-webkit-scrollbar-thumb:hover{background:linear-gradient(#04a074,#025f48) padding-box padding-box}.company-reports-filter-select__menu::-webkit-scrollbar-thumb:active{background:#014c39}.company-reports-filter-select__menu::-webkit-scrollbar-button{width:0;height:0;display:none}.company-reports-filter-select__menu::-webkit-scrollbar-button:single-button{width:0;height:0;display:none}@media (width<=767px){.company-reports-filter-select__menu::-webkit-scrollbar{width:7px}}.company-admin-decision-card__public-message{background:#f0fdfab8;border:1px solid #025f4824;border-radius:14px;margin-top:14px;padding:12px 14px}.company-admin-decision-card__public-message strong{color:#075e49;margin-bottom:5px;display:block}.company-submission-history-card{overflow:hidden}.company-submission-history-list{gap:12px;display:grid}.company-submission-history-list article{background:#f8fafcd1;border:1px solid #0f766e21;border-radius:16px;padding:14px}.company-submission-history-list article>div{justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.company-submission-history-list article strong{color:#075e49}.company-submission-history-list article small,.company-submission-history-list article span{color:#64748b}.company-submission-history-list article p{margin:6px 0 0;line-height:1.75}.company-admin-decision-card.is-reassigned{background:linear-gradient(135deg,#eff6fff0,#fffffff5);border-color:#2563eb38}@media (width<=640px){.company-submission-history-list article>div{flex-direction:column;align-items:flex-start}}.company-modal-empty--warning{color:#9a6500;background:#f4a6231f}.company-technician-card.is-disabled{background:#f8fafceb;border-color:#94a3b83d}.company-technician-card__meta{flex-wrap:wrap;align-items:center;gap:7px 12px;display:flex}.company-technician-card__reason{background:#b9383814;border-radius:9px;width:fit-content;max-width:100%;margin-top:7px;padding:6px 9px;line-height:1.55;color:#a93838!important}.company-team-confirmation-backdrop{z-index:100001;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172a8f;place-items:center;padding:20px;display:grid;position:fixed;inset:0;overflow-y:auto}.company-team-confirmation{text-align:center;background:#fff;border:1px solid #025f481f;border-radius:24px;width:min(540px,100%);padding:26px;animation:.18s ease-out company-team-confirmation-in;box-shadow:0 28px 80px #0f172a47}.company-team-confirmation__icon{width:62px;height:62px;color:var(--color-primary);background:#025f4817;border-radius:20px;place-items:center;margin:0 auto 14px;font-size:1.65rem;display:grid}.company-team-confirmation h3{color:var(--color-text);margin:0;font-size:1.24rem;font-weight:950}.company-team-confirmation>p{max-width:430px;color:var(--color-subtitle);margin:8px auto 18px;font-size:.86rem;font-weight:800;line-height:1.75}.company-team-confirmation__summary{text-align:right;background:#025f4809;border:1px solid #025f481a;border-radius:17px;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:12px;padding:15px;display:grid}.company-team-confirmation__summary>div{gap:4px;min-width:0;display:grid}.company-team-confirmation__summary small{color:var(--color-subtitle);font-size:.7rem;font-weight:900}.company-team-confirmation__summary strong{color:var(--color-text);text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;font-weight:950;overflow:hidden}.company-team-confirmation__summary span:not(.company-team-confirmation__arrow){color:var(--color-subtitle);text-overflow:ellipsis;white-space:nowrap;font-size:.73rem;font-weight:800;overflow:hidden}.company-team-confirmation__arrow{background:var(--color-primary);color:#fff;border-radius:999px;place-items:center;width:34px;height:34px;display:grid}.company-team-confirmation__status{color:#218540;background:#34a8531a;border-radius:12px;justify-content:center;align-items:center;gap:7px;margin-top:13px;padding:10px 12px;font-size:.8rem;font-weight:900;display:flex}.company-team-confirmation__actions{grid-template-columns:1fr 1.25fr;gap:10px;margin-top:18px;display:grid}.company-team-confirmation__back,.company-team-confirmation__confirm{min-height:46px;font:inherit;border-radius:13px;justify-content:center;align-items:center;gap:8px;padding:10px 15px;font-weight:950;display:inline-flex}.company-team-confirmation__back{color:var(--color-subtitle);background:#6b72801a}.company-team-confirmation__confirm{background:var(--color-primary);color:#fff;box-shadow:0 10px 24px #025f4833}.company-team-confirmation__back:disabled,.company-team-confirmation__confirm:disabled{opacity:.58;cursor:not-allowed}@media (width<=620px){.company-team-confirmation-backdrop{padding:14px}.company-team-confirmation{border-radius:20px;padding:20px 16px}.company-team-confirmation__summary{text-align:center;grid-template-columns:1fr}.company-team-confirmation__arrow{margin:0 auto;transform:rotate(90deg)}.company-team-confirmation__actions{grid-template-columns:1fr}.company-technician-card__meta{justify-content:center}.company-technician-card__reason{width:100%}}.company-technician-card.is-disabled:disabled{opacity:1}.company-technician-card.is-disabled .company-technician-card__icon{color:#64748b;background:#94a3b821}.company-start-confirmation-backdrop{z-index:100200;-webkit-backdrop-filter:blur(9px);overscroll-behavior:contain;background:#0f172a9e;place-items:center;padding:20px;display:grid;position:fixed;inset:0;overflow-y:auto}.company-start-confirmation-modal{background:#fff;border:1px solid #025f4824;border-radius:24px;flex-direction:column;width:min(610px,100%);max-height:calc(100dvh - 40px);animation:.19s ease-out company-start-confirmation-enter;display:flex;overflow:hidden;box-shadow:0 30px 90px #0f172a52}.company-start-confirmation-modal__header{border-bottom:1px solid #025f4817;flex:none;justify-content:space-between;align-items:center;gap:16px;padding:20px 22px;display:flex}.company-start-confirmation-modal__heading{align-items:center;gap:12px;min-width:0;display:flex}.company-start-confirmation-modal__icon{width:50px;height:50px;color:var(--color-primary);background:linear-gradient(145deg,#025f4824,#025f480f);border-radius:16px;flex:none;place-items:center;font-size:1.45rem;display:grid}.company-start-confirmation-modal__heading>div{min-width:0}.company-start-confirmation-modal__eyebrow{color:var(--color-primary);margin-bottom:2px;font-size:.7rem;font-weight:950;display:block}.company-start-confirmation-modal__heading h3{color:var(--color-text);margin:0;font-size:1.18rem;font-weight:950;line-height:1.4}.company-start-confirmation-modal__close{color:#64748b;cursor:pointer;background:#64748b1a;border:0;border-radius:12px;flex:none;place-items:center;width:40px;height:40px;font-size:1.25rem;transition:background .18s,color .18s,transform .18s;display:grid}.company-start-confirmation-modal__close:hover:not(:disabled){color:#a93838;background:#b938381c;transform:rotate(4deg)}.company-start-confirmation-modal__close:disabled{opacity:.5;cursor:not-allowed}.company-start-confirmation-modal__body{scrollbar-width:thin;scrollbar-color:#025f4847 transparent;min-height:0;padding:20px 22px;overflow-y:auto}.company-start-confirmation-modal__body::-webkit-scrollbar{width:7px}.company-start-confirmation-modal__body::-webkit-scrollbar-thumb{background:#025f4840;border-radius:999px}.company-start-confirmation-modal__description{color:var(--color-subtitle);margin:0 0 15px;font-size:.86rem;font-weight:800;line-height:1.8}.company-start-confirmation-modal__report{background:#025f4809;border:1px solid #025f481a;border-radius:15px;gap:3px;padding:13px 15px;display:grid}.company-start-confirmation-modal__report span{color:var(--color-subtitle);font-size:.7rem;font-weight:900}.company-start-confirmation-modal__report strong{color:var(--color-text);text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;font-weight:950;overflow:hidden}.company-start-confirmation-modal__report small{color:#64748b;text-overflow:ellipsis;white-space:nowrap;font-size:.68rem;font-weight:800;overflow:hidden}.company-start-confirmation-modal__summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px;display:grid}.company-start-confirmation-modal__summary article{background:#fbfcfc;border:1px solid #0f172a12;border-radius:14px;align-items:center;gap:10px;min-width:0;padding:12px;display:flex}.company-start-confirmation-modal__summary-icon{width:38px;height:38px;color:var(--color-primary);background:#025f4817;border-radius:12px;flex:none;place-items:center;font-size:1rem;display:grid}.company-start-confirmation-modal__summary-icon.is-success{color:#218540;background:#34a8531c}.company-start-confirmation-modal__summary article>div{gap:3px;min-width:0;display:grid}.company-start-confirmation-modal__summary small{color:var(--color-subtitle);font-size:.66rem;font-weight:850}.company-start-confirmation-modal__summary strong{color:var(--color-text);text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;font-weight:950;overflow:hidden}.company-start-confirmation-modal__notice,.company-start-confirmation-modal__error{border-radius:13px;align-items:flex-start;gap:9px;margin-top:14px;padding:12px 13px;font-size:.77rem;font-weight:850;line-height:1.7;display:flex}.company-start-confirmation-modal__notice{color:#8a5f00;background:#f4a6231a;border:1px solid #f4a62338}.company-start-confirmation-modal__error{color:#a93838;background:#b9383814;border:1px solid #b9383833}.company-start-confirmation-modal__notice svg,.company-start-confirmation-modal__error svg{flex:none;width:18px;height:18px;margin-top:3px}.company-start-confirmation-modal__notice p{margin:0}.company-start-confirmation-modal__actions{background:#f8fafceb;border-top:1px solid #025f4814;flex:none;grid-template-columns:minmax(0,1fr) minmax(0,1.25fr);gap:10px;padding:16px 22px 20px;display:grid}.company-start-confirmation-modal__cancel,.company-start-confirmation-modal__confirm{min-height:47px;font:inherit;cursor:pointer;border:0;border-radius:13px;justify-content:center;align-items:center;gap:8px;padding:10px 14px;font-size:.8rem;font-weight:950;transition:transform .18s,box-shadow .18s,opacity .18s;display:inline-flex}.company-start-confirmation-modal__cancel{color:#596579;background:#64748b1c}.company-start-confirmation-modal__confirm{background:var(--color-primary);color:#fff;box-shadow:0 10px 24px #025f4838}.company-start-confirmation-modal__cancel:hover:not(:disabled),.company-start-confirmation-modal__confirm:hover:not(:disabled){transform:translateY(-1px)}.company-start-confirmation-modal__confirm:hover:not(:disabled){box-shadow:0 13px 28px #025f4845}.company-start-confirmation-modal__cancel:disabled,.company-start-confirmation-modal__confirm:disabled{opacity:.58;cursor:not-allowed}.company-start-confirmation-modal__spinner{border:2px solid #ffffff61;border-top-color:#fff;border-radius:999px;width:17px;height:17px;animation:.75s linear infinite company-start-confirmation-spin}@media (width<=640px){.company-start-confirmation-backdrop{place-items:end center;padding:0}.company-start-confirmation-modal{border-bottom:0;border-left:0;border-right:0;border-radius:24px 24px 0 0;width:100%;max-height:92dvh;animation-name:company-start-confirmation-mobile-enter}@keyframes company-start-confirmation-mobile-enter{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.company-start-confirmation-modal__header,.company-start-confirmation-modal__body{padding-left:16px;padding-right:16px}.company-start-confirmation-modal__header{padding-top:16px;padding-bottom:15px}.company-start-confirmation-modal__body{padding-top:16px;padding-bottom:16px}.company-start-confirmation-modal__actions{padding:13px 16px calc(14px + env(safe-area-inset-bottom))}.company-start-confirmation-modal__icon{border-radius:14px;width:44px;height:44px}.company-start-confirmation-modal__heading h3{font-size:1.05rem}}@media (width<=480px){.company-start-confirmation-modal__summary{grid-template-columns:1fr}.company-start-confirmation-modal__summary article{padding:10px 11px}.company-start-confirmation-modal__actions{grid-template-columns:1fr}.company-start-confirmation-modal__confirm{grid-row:1}.company-start-confirmation-modal__cancel{grid-row:2}}@media (width<=360px){.company-start-confirmation-modal__heading{gap:9px}.company-start-confirmation-modal__icon{width:40px;height:40px}.company-start-confirmation-modal__eyebrow{font-size:.62rem}.company-start-confirmation-modal__heading h3{font-size:.96rem}.company-start-confirmation-modal__close{width:36px;height:36px}}@media (prefers-reduced-motion:reduce){.company-start-confirmation-modal,.company-start-confirmation-modal__spinner{animation-duration:.01ms;animation-iteration-count:1}}.company-cannot-fix-confirmation-backdrop{z-index:1200;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172a94;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.company-cannot-fix-confirmation-modal{background:#fff;border-radius:28px;flex-direction:column;width:min(100%,760px);max-height:min(88vh,820px);animation:.19s ease-out company-cannot-fix-confirmation-enter;display:flex;overflow:hidden;box-shadow:0 28px 90px #02081747}.company-cannot-fix-confirmation-modal__header{border-bottom:1px solid #e2e8f0eb;justify-content:space-between;align-items:flex-start;gap:16px;padding:24px 28px 18px;display:flex}.company-cannot-fix-confirmation-modal__heading{align-items:center;gap:14px;display:flex}.company-cannot-fix-confirmation-modal__icon{color:#b91c1c;background:linear-gradient(#fee2e2f5,#fef2f2fa);border-radius:18px;justify-content:center;align-items:center;width:56px;height:56px;font-size:24px;display:inline-flex;box-shadow:inset 0 0 0 1px #f8717129}.company-cannot-fix-confirmation-modal__heading>div{gap:4px;display:grid}.company-cannot-fix-confirmation-modal__eyebrow{color:#b45309;font-size:.78rem;font-weight:800}.company-cannot-fix-confirmation-modal__heading h3{color:#0f172a;margin:0;font-size:1.28rem;font-weight:900}.company-cannot-fix-confirmation-modal__close{color:#475569;cursor:pointer;background:#f8fafc;border:none;border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.15rem;transition:all .2s;display:inline-flex}.company-cannot-fix-confirmation-modal__close:hover:not(:disabled){color:#0f172a;background:#eef2f7}.company-cannot-fix-confirmation-modal__close:disabled{cursor:not-allowed;opacity:.65}.company-cannot-fix-confirmation-modal__body{gap:18px;padding:24px 28px 28px;display:grid;overflow-y:auto}.company-cannot-fix-confirmation-modal__description{color:#475569;margin:0;font-weight:700;line-height:1.9}.company-cannot-fix-confirmation-modal__report{background:linear-gradient(#fff7ed,#fff);border:1px solid #fdba7459;border-radius:20px;gap:6px;padding:18px 20px;display:grid}.company-cannot-fix-confirmation-modal__report span{color:#b45309;font-size:.83rem;font-weight:800}.company-cannot-fix-confirmation-modal__report strong{color:#0f172a;font-size:1rem;font-weight:900}.company-cannot-fix-confirmation-modal__report small{color:#64748b;font-weight:700}.company-cannot-fix-confirmation-modal__summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.company-cannot-fix-confirmation-modal__summary article{background:#f8fafc;border:1px solid #e2e8f0f2;border-radius:18px;align-items:flex-start;gap:12px;padding:16px 18px;display:flex}.company-cannot-fix-confirmation-modal__summary-icon{color:#1d4ed8;background:#dbeafee6;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1rem;display:inline-flex}.company-cannot-fix-confirmation-modal__summary-icon.is-danger{color:#b91c1c;background:#fee2e2f5}.company-cannot-fix-confirmation-modal__summary-icon.is-success{color:#15803d;background:#dcfce7f5}.company-cannot-fix-confirmation-modal__summary article>div{gap:4px;min-width:0;display:grid}.company-cannot-fix-confirmation-modal__summary small{color:#64748b;font-weight:800}.company-cannot-fix-confirmation-modal__summary strong{color:#0f172a;overflow-wrap:anywhere;font-size:.95rem;font-weight:900}.company-cannot-fix-confirmation-modal__notice,.company-cannot-fix-confirmation-modal__error{border-radius:18px;align-items:flex-start;gap:12px;padding:16px 18px;font-weight:700;display:flex}.company-cannot-fix-confirmation-modal__notice{color:#7c2d12;background:#ffedd5e6;border:1px solid #fdba7473}.company-cannot-fix-confirmation-modal__error{color:#991b1b;background:#fee2e2f2;border:1px solid #f871716b}.company-cannot-fix-confirmation-modal__notice p{margin:0;line-height:1.8}.company-cannot-fix-confirmation-modal__actions{border-top:1px solid #e2e8f0eb;justify-content:flex-end;gap:12px;margin-top:6px;padding:20px 28px 28px;display:flex}.company-cannot-fix-confirmation-modal__cancel,.company-cannot-fix-confirmation-modal__confirm{cursor:pointer;border:none;border-radius:16px;justify-content:center;align-items:center;gap:10px;min-height:50px;padding:0 22px;font-size:.98rem;font-weight:900;transition:transform .2s,box-shadow .2s,opacity .2s;display:inline-flex}.company-cannot-fix-confirmation-modal__cancel{color:#334155;background:#eef2f7}.company-cannot-fix-confirmation-modal__confirm{color:#fff;background:linear-gradient(135deg,#b91c1c,#dc2626);box-shadow:0 18px 30px #dc26263d}.company-cannot-fix-confirmation-modal__cancel:hover:not(:disabled),.company-cannot-fix-confirmation-modal__confirm:hover:not(:disabled){transform:translateY(-1px)}.company-cannot-fix-confirmation-modal__cancel:disabled,.company-cannot-fix-confirmation-modal__confirm:disabled{opacity:.7;cursor:not-allowed;transform:none}.company-cannot-fix-confirmation-modal__spinner{border:2px solid #ffffff73;border-top-color:#fff;border-radius:999px;width:18px;height:18px;animation:.75s linear infinite company-cannot-fix-confirmation-spin}@media (width<=767px){.company-cannot-fix-confirmation-backdrop{align-items:flex-end;padding:12px}.company-cannot-fix-confirmation-modal{border-radius:24px 24px 0 0;width:100%;max-height:min(92vh,880px);animation-name:company-cannot-fix-confirmation-mobile-enter}@keyframes company-cannot-fix-confirmation-mobile-enter{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.company-cannot-fix-confirmation-modal__header,.company-cannot-fix-confirmation-modal__body,.company-cannot-fix-confirmation-modal__actions{padding-left:18px;padding-right:18px}.company-cannot-fix-confirmation-modal__header{padding-top:18px;padding-bottom:16px}.company-cannot-fix-confirmation-modal__body{padding-top:18px;padding-bottom:18px}.company-cannot-fix-confirmation-modal__summary{grid-template-columns:1fr}.company-cannot-fix-confirmation-modal__actions{flex-direction:column-reverse;padding-top:18px;padding-bottom:18px}.company-cannot-fix-confirmation-modal__cancel,.company-cannot-fix-confirmation-modal__confirm{width:100%}}.company-report-details-map-card{overflow:hidden}.company-report-details-map-card .company-reports-map-card__header{min-height:82px}.company-report-details-map-card .company-report-status{flex-shrink:0}.company-report-details-map-wrapper{min-height:420px;padding:14px}.company-report-details-map-wrapper .reports-map,.company-report-details-map-wrapper .reports-map__canvas,.company-report-details-map-wrapper .leaflet-container{border-radius:18px;min-height:420px}.company-report-details-map-empty{min-height:420px}.company-report-details-map-location{background:#025f480a;border:1px solid #025f481a;border-radius:16px;align-items:flex-start;gap:11px;margin:0 14px 14px;padding:13px 15px;display:flex}.company-report-details-map-location>svg{width:20px;height:20px;color:var(--color-primary);flex-shrink:0;margin-top:2px}.company-report-details-map-location>div{gap:3px;min-width:0;display:grid}.company-report-details-map-location span{color:var(--color-subtitle);font-size:.75rem;font-weight:850}.company-report-details-map-location strong{color:var(--color-text);overflow-wrap:anywhere;font-size:.88rem;font-weight:950;line-height:1.7}@media (width<=768px){.company-report-details-map-wrapper,.company-report-details-map-wrapper .reports-map,.company-report-details-map-wrapper .reports-map__canvas,.company-report-details-map-wrapper .leaflet-container,.company-report-details-map-empty{min-height:360px}.company-report-details-map-card .company-reports-map-card__header{text-align:center;justify-items:center;display:grid}}@media (width<=430px){.company-report-details-map-wrapper,.company-report-details-map-wrapper .reports-map,.company-report-details-map-wrapper .reports-map__canvas,.company-report-details-map-wrapper .leaflet-container,.company-report-details-map-empty{min-height:320px}.company-report-details-map-wrapper{padding:9px}.company-report-details-map-location{margin:0 9px 9px}}.company-notifications-page{gap:20px;min-width:0}.company-notifications-hero{background:radial-gradient(circle at 100% 0,#025f481f,#0000 34%),linear-gradient(#f7fffa,#fffffffa);border:1.5px solid #025f4814;border-radius:26px;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);align-items:stretch;gap:18px;min-width:0;padding:22px;display:grid;box-shadow:0 18px 40px #025f480f}.company-notifications-hero__content{text-align:right;align-content:center;justify-items:end;gap:10px;min-width:0;display:grid}.company-notifications-hero__badge{min-height:38px;color:var(--color-primary);background:#025f4814;border-radius:999px;align-items:center;gap:8px;padding:8px 14px;font-size:.86rem;font-weight:900;display:inline-flex}.company-notifications-hero__badge svg{width:17px;height:17px}.company-notifications-hero__content h2{color:var(--color-primary);overflow-wrap:anywhere;margin:0;font-size:clamp(1.45rem,2.2vw,2.2rem);font-weight:900;line-height:1.25}.company-notifications-hero__content p{max-width:620px;color:var(--color-subtitle);overflow-wrap:anywhere;margin:0;font-size:.96rem;font-weight:700;line-height:1.8}.company-notifications-hero__stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;min-width:0;display:grid}.company-notifications-hero__stats article{text-align:center;background:#ffffffc7;border:1px solid #025f4814;border-radius:20px;align-content:center;gap:8px;min-height:118px;padding:16px;display:grid;box-shadow:0 12px 28px #025f480d}.company-notifications-hero__stats span{color:var(--color-subtitle);font-size:.82rem;font-weight:800}.company-notifications-hero__stats strong{color:var(--color-primary);font-size:2rem;font-weight:950;line-height:1}.company-notifications-panel{background:var(--color-surface);border:1.5px solid #025f4814;border-radius:26px;gap:16px;min-width:0;padding:20px;display:grid;box-shadow:0 18px 40px #025f480d}.company-notifications-toolbar{direction:rtl;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;display:flex}.company-notifications-toolbar__search{background:#fff;border:1.5px solid #025f481f;border-radius:18px;flex:420px;align-items:center;gap:12px;min-width:260px;min-height:54px;padding:0 16px;display:flex;box-shadow:inset 0 1px #fffffff5}.company-notifications-toolbar__search svg{width:18px;height:18px;color:var(--color-primary);flex-shrink:0}.company-notifications-toolbar__search input{width:100%;color:var(--color-text);text-align:right;background:0 0;border:0;outline:0;font-family:inherit;font-size:.95rem;font-weight:700}.company-notifications-toolbar__search input::placeholder{color:var(--color-subtitle);opacity:1}.company-notifications-toolbar__actions{flex-wrap:wrap;align-items:center;gap:10px;display:inline-flex}.company-notifications-btn{min-height:48px;transition:transform var(--transition-base), opacity var(--transition-base), background var(--transition-base), border-color var(--transition-base);border-radius:16px;justify-content:center;align-items:center;gap:9px;padding:11px 16px;font-family:inherit;font-size:.92rem;font-weight:900;display:inline-flex}.company-notifications-btn:hover{transform:translateY(-1px)}.company-notifications-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.company-notifications-btn svg{width:17px;height:17px}.company-notifications-btn--ghost{color:var(--color-primary);background:#fff;border:1.5px solid #025f4847}.company-notifications-btn--danger{color:#c24141;background:#fef2f2e6;border:1.5px solid #ef444429}.company-notifications-loading,.company-notifications-empty{text-align:center;min-height:280px;color:var(--color-primary);background:#f8fcf9d1;border:1.5px dashed #025f4824;border-radius:22px;align-content:center;place-items:center;gap:12px;display:grid}.company-notifications-loading svg{width:28px;height:28px;animation:1s linear infinite companyNotificationsSpin}.company-notifications-loading span{font-size:.94rem;font-weight:900}.company-notifications-empty__icon{width:64px;height:64px;color:var(--color-primary);background:#025f4814;border-radius:22px;place-items:center;display:grid}.company-notifications-empty__icon svg{width:28px;height:28px}.company-notifications-empty h3{color:var(--color-text);margin:0;font-size:1.15rem;font-weight:900}.company-notifications-empty p{max-width:420px;color:var(--color-subtitle);margin:0;font-size:.9rem;font-weight:700;line-height:1.8}.company-notifications-list{gap:12px;display:grid}.company-notification-item{transition:transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-base), background var(--transition-base);direction:rtl;background:#fff;border:1.5px solid #025f4812;border-radius:22px;grid-template-columns:auto auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:16px;display:grid;position:relative;box-shadow:0 12px 26px #025f480b}.company-notification-item:hover{border-color:#025f4829;transform:translateY(-1px);box-shadow:0 18px 34px #025f4814}.company-notification-item.is-read{background:#f8fafcd1}.company-notification-item.is-unread{background:linear-gradient(90deg,#025f4809,#0000 42%),#fff}.company-notification-item__status{place-items:center;width:12px;display:grid}.company-notification-item__status-dot{background:#94a3b8b3;border-radius:50%;width:9px;height:9px}.company-notification-item.is-unread .company-notification-item__status-dot{background:var(--color-primary);box-shadow:0 0 0 6px #025f4814}.company-notification-item__icon{width:48px;height:48px;color:var(--color-primary);background:#025f4814;border-radius:16px;flex-shrink:0;place-items:center;display:grid}.company-notification-item--success .company-notification-item__icon{color:#15905f;background:#22c55e1f}.company-notification-item--info .company-notification-item__icon{color:#2563eb;background:#3b82f61f}.company-notification-item--primary .company-notification-item__icon{color:var(--color-primary);background:#025f481a}.company-notification-item--neutral .company-notification-item__icon{color:#64748b;background:#64748b1f}.company-notification-item__icon svg{width:21px;height:21px}.company-notification-item__content{text-align:right;gap:8px;min-width:0;display:grid}.company-notification-item__top{justify-content:space-between;align-items:flex-start;gap:12px;min-width:0;display:flex}.company-notification-item__eyebrow{color:var(--color-primary);margin-bottom:4px;font-size:.74rem;font-weight:900;display:inline-flex}.company-notification-item.is-read .company-notification-item__eyebrow{color:#94a3b8}.company-notification-item__content h3{color:var(--color-text);overflow-wrap:anywhere;margin:0;font-size:1.02rem;font-weight:900;line-height:1.5}.company-notification-item__content p{color:var(--color-subtitle);overflow-wrap:anywhere;margin:0;font-size:.9rem;font-weight:700;line-height:1.8}.company-notification-item__time{min-width:max-content;min-height:30px;color:var(--color-primary);white-space:nowrap;background:#025f480f;border-radius:999px;align-items:center;gap:6px;padding:6px 10px;font-size:.78rem;font-weight:900;display:inline-flex}.company-notification-item__time svg{width:14px;height:14px}.company-notification-item__meta{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:8px;display:flex}.company-notification-item__meta span{color:#667085;background:#0f172a0b;border-radius:999px;align-items:center;gap:6px;min-height:30px;padding:6px 10px;font-size:.78rem;font-weight:800;display:inline-flex}.company-notification-item__meta svg{width:14px;height:14px;color:var(--color-primary)}.company-notification-item__actions{justify-items:stretch;gap:8px;min-width:132px;display:grid}.company-notification-item__action,.company-notification-item__delete,.company-notification-item__read-badge{border-radius:14px;justify-content:center;align-items:center;gap:8px;min-height:40px;font-family:inherit;font-size:.82rem;font-weight:900;display:inline-flex}.company-notification-item__action--read{background:var(--color-primary);color:#fff;padding:8px 12px}.company-notification-item__read-badge{color:#13895f;background:#22c55e1a;padding:8px 12px}.company-notification-item__read-badge svg{width:15px;height:15px}.company-notification-item__delete{color:#c24141;background:#fef2f2cc;border:1px solid #ef44441f;padding:0 12px}.company-notification-item__delete svg{width:16px;height:16px}@media (width<=1200px){.company-notifications-hero{grid-template-columns:1fr}}@media (width<=992px){.company-notification-item{grid-template-columns:auto auto minmax(0,1fr)}.company-notification-item__actions{grid-column:1/-1;grid-template-columns:1fr auto;min-width:0}.company-notification-item__action,.company-notification-item__read-badge{width:100%}}@media (width<=768px){.company-notifications-page{gap:16px}.company-notifications-hero,.company-notifications-panel{border-radius:22px;padding:16px}.company-notifications-hero__content{justify-items:stretch}.company-notifications-hero__content h2,.company-notifications-hero__content p{text-align:right}.company-notifications-hero__stats{grid-template-columns:1fr}.company-notifications-hero__stats article{min-height:88px}.company-notifications-toolbar{align-items:stretch}.company-notifications-toolbar__search{flex-basis:100%;min-width:0}.company-notifications-toolbar__actions{grid-template-columns:1fr;width:100%;display:grid}.company-notifications-btn{width:100%}.company-notification-item{border-radius:18px;grid-template-columns:auto minmax(0,1fr);align-items:flex-start;padding:14px}.company-notification-item__status{display:none}.company-notification-item__icon{border-radius:14px;width:44px;height:44px}.company-notification-item__top{gap:8px;display:grid}.company-notification-item__time{justify-self:start}.company-notification-item__actions{grid-column:1/-1}}@media (width<=480px){.company-notifications-hero,.company-notifications-panel{padding:14px}.company-notification-item{grid-template-columns:1fr}.company-notification-item__icon{justify-self:end}.company-notification-item__actions{grid-template-columns:1fr}.company-notification-item__delete{width:100%}}.company-notifications-pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:.85rem;margin-top:1.25rem;display:flex}.company-notifications-pagination button{color:#fff;cursor:pointer;background:#0f766e;border:0;border-radius:999px;padding:.7rem 1.1rem;font-weight:800}.company-notifications-pagination button:disabled{cursor:not-allowed;background:#cbd5e1}.company-notifications-pagination span{color:#475569;font-weight:800}.company-notification-item--danger .company-notification-item__icon{color:#dc2626;background:#dc262614}.company-notification-item--danger .company-notification-item__status-dot{background:#dc2626}.company-notification-item--warning .company-notification-item__icon{color:#d97706;background:#d977061a}.company-notification-item--warning .company-notification-item__status-dot{background:#d97706}@media (width<=768px){.company-notifications-toolbar{align-items:stretch}.company-notifications-toolbar__actions{width:100%}.company-notifications-toolbar__actions .company-notifications-btn{justify-content:center;width:100%}.company-notification-item{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}.company-notification-item__status{display:none}.company-notification-item__icon{margin:0 auto}.company-notification-item__content{text-align:center;flex-direction:column;align-items:center;width:100%;display:flex}.company-notification-item__top{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.65rem;width:100%;display:flex}.company-notification-item__top>div{text-align:center;flex-direction:column;align-items:center;width:100%;display:flex}.company-notification-item__eyebrow,.company-notification-item__top h3,.company-notification-item__content p{text-align:center}.company-notification-item__time{justify-content:center;margin-inline:auto}.company-notification-item__meta{text-align:center;justify-content:center;width:100%}.company-notification-item__meta span{text-align:center;justify-content:center}.company-notification-item__actions{flex-direction:column;align-items:center;gap:.75rem;width:100%;display:flex}.company-notification-item__action,.company-notification-item__delete,.company-notification-item__read-badge{justify-content:center;width:100%}}.company-notifications-read-tabs{flex-wrap:wrap;align-items:center;gap:.6rem;display:inline-flex}.company-notifications-read-tab{color:#0f766e;cursor:pointer;background:#fff;border:1px solid #0f766e29;border-radius:16px;justify-content:center;align-items:center;gap:.55rem;min-height:48px;padding:.8rem 1rem;font-weight:800;transition:all .2s;display:inline-flex}.company-notifications-read-tab:hover{border-color:#0f766e59;transform:translateY(-1px)}.company-notifications-read-tab.is-active{color:#fff;background:#0f766e;border-color:#0f766e;box-shadow:0 12px 28px #0f766e33}.company-notifications-read-tab strong{color:#0f766e;background:#0f766e1a;border-radius:999px;justify-content:center;align-items:center;min-width:26px;height:26px;font-size:.78rem;font-weight:900;display:inline-flex}.company-notifications-read-tab.is-active strong{color:#fff;background:#ffffff2e}@media (width<=768px){.company-notifications-read-tabs{display:none}}.company-notification-item__action--view{color:var(--color-primary);background:#025f4814;border:1px solid #025f4824;padding:8px 12px}.company-notification-item__action--view:hover{background:var(--color-primary);color:#fff}.company-notification-item__action--view svg{width:15px;height:15px}@media (width<=992px){.company-notification-item__actions{grid-template-columns:1fr 1fr auto}}@media (width<=560px){.company-notification-item__actions{grid-template-columns:1fr}.company-notification-item__action--view,.company-notification-item__delete{width:100%}}.notification-report-modal-backdrop{z-index:99999;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);direction:rtl;background:#0f172a8a;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0;overflow-y:auto}.notification-report-modal-backdrop__click-area{cursor:pointer;background:0 0;border:0;position:fixed;inset:0}.notification-report-modal{z-index:2;background:#fff;border-radius:28px;flex-direction:column;width:min(980px,100%);max-height:calc(100dvh - 48px);display:flex;position:relative;overflow:hidden;box-shadow:0 28px 80px #0f172a47}.notification-report-modal__close{z-index:5;width:42px;height:42px;color:var(--color-primary);cursor:pointer;transition:transform var(--transition-base), background var(--transition-base);background:#025f4814;border:0;border-radius:999px;place-items:center;display:grid;position:absolute;top:16px;left:16px}.notification-report-modal__close:hover{background:#025f4824;transform:translateY(-1px)}.notification-report-modal__close svg{width:20px;height:20px}.notification-report-modal__header{background:radial-gradient(circle at 0 0,#025f481a,#0000 32%),linear-gradient(135deg,#f8fcfaf5,#fffffffa);border-bottom:1px solid #025f4814;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:16px;padding:26px 28px 20px 78px;display:grid}.notification-report-modal__icon{width:58px;height:58px;color:var(--color-primary);background:#025f481a;border-radius:20px;place-items:center;display:grid}.notification-report-modal__icon svg{width:28px;height:28px}.notification-report-modal__eyebrow{color:var(--color-primary);font-size:.78rem;font-weight:950}.notification-report-modal__header h3{color:var(--color-text);margin:4px 0 6px;font-size:1.28rem;font-weight:950;line-height:1.5}.notification-report-modal__header p{color:var(--color-subtitle);margin:0;font-size:.9rem;font-weight:800;line-height:1.8}.notification-report-modal__body{gap:16px;min-height:0;padding:22px;display:grid;overflow-y:auto}.notification-report-modal__state{min-height:220px;color:var(--color-primary);text-align:center;background:#f8fcf9e6;border:1.5px dashed #025f482e;border-radius:22px;align-content:center;justify-items:center;gap:12px;padding:24px;display:grid}.notification-report-modal__state svg{width:32px;height:32px}.notification-report-modal__state>svg:first-child{animation:1s linear infinite companyNotificationsSpin}.notification-report-modal__state--error{color:#b91c1c;background:#fef2f2e6;border-color:#dc262638}.notification-report-modal__state--error>svg:first-child{animation:none}.notification-report-modal__state p{color:#7f1d1d;margin:0;font-size:.9rem;font-weight:800;line-height:1.8}.notification-report-modal__status-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.notification-report-modal__status,.notification-report-modal__report-id,.notification-report-modal__section-title span{border-radius:999px;justify-content:center;align-items:center;min-height:34px;padding:7px 12px;font-size:.8rem;font-weight:950;display:inline-flex}.notification-report-modal__status--primary{color:var(--color-primary);background:#025f481a}.notification-report-modal__status--success{color:#15803d;background:#22c55e1f}.notification-report-modal__status--warning{color:#b45309;background:#f59e0b24}.notification-report-modal__status--danger{color:#b91c1c;background:#dc26261a}.notification-report-modal__report-id{color:#475569;background:#0f172a0d}.notification-report-modal__info-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.notification-report-modal__info-card{background:#fff;border:1.5px solid #025f4814;border-radius:18px;gap:8px;min-width:0;padding:14px;display:grid;box-shadow:0 10px 24px #0f172a0b}.notification-report-modal__info-icon{width:36px;height:36px;color:var(--color-primary);background:#025f4814;border-radius:13px;place-items:center;display:grid}.notification-report-modal__info-icon svg{width:18px;height:18px}.notification-report-modal__info-card span:not(.notification-report-modal__info-icon){color:var(--color-subtitle);font-size:.76rem;font-weight:900}.notification-report-modal__info-card strong{color:var(--color-text);overflow-wrap:anywhere;font-size:.94rem;font-weight:950;line-height:1.6}.notification-report-modal__section{background:#fff;border:1.5px solid #025f4814;border-radius:20px;overflow:hidden;box-shadow:0 10px 24px #0f172a09}.notification-report-modal__section--warning{background:#fef2f2b3;border-color:#dc262629}.notification-report-modal__section--update{background:#fffbebc7;border-color:#f59e0b2e}.notification-report-modal__section-title{border-bottom:1px solid #025f4812;justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;display:flex}.notification-report-modal__section-title h4{color:var(--color-text);margin:0;font-size:1rem;font-weight:950}.notification-report-modal__section-title p{color:var(--color-subtitle);margin:3px 0 0;font-size:.78rem;font-weight:800}.notification-report-modal__section-title span{color:var(--color-primary);background:#025f481a}.notification-report-modal__description,.notification-report-modal__empty-text{color:var(--color-text);overflow-wrap:anywhere;margin:0;padding:17px 18px;font-size:.94rem;font-weight:800;line-height:1.9}.notification-report-modal__empty-text{color:var(--color-subtitle)}.notification-report-modal__date-note{color:var(--color-primary);margin:0 18px 18px;font-size:.78rem;font-weight:900;display:inline-flex}.notification-report-modal__images-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:16px 18px 18px;display:grid}.notification-report-modal__image-link{aspect-ratio:16/10;background:#025f480f;border-radius:16px;display:block;position:relative;overflow:hidden}.notification-report-modal__image-link:after{content:"عرض الصورة";inset-inline:10px;color:#fff;opacity:0;min-height:28px;transition:opacity var(--transition-base);background:#0f172a9e;border-radius:999px;place-items:center;font-size:.74rem;font-weight:900;display:grid;position:absolute;bottom:10px}.notification-report-modal__image-link:hover:after{opacity:1}.notification-report-modal__image-link img{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-base);display:block}.notification-report-modal__image-link:hover img{transform:scale(1.04)}.notification-report-modal__timeline{gap:12px;padding:16px 18px 18px;display:grid}.notification-report-modal__timeline-item{grid-template-columns:auto minmax(0,1fr);align-items:flex-start;gap:12px;display:grid}.notification-report-modal__timeline-icon{width:38px;height:38px;color:var(--color-primary);background:#025f4814;border-radius:13px;place-items:center;display:grid}.notification-report-modal__timeline-icon svg{width:17px;height:17px}.notification-report-modal__timeline-item strong{color:var(--color-text);font-size:.92rem;font-weight:950}.notification-report-modal__timeline-item p{color:var(--color-subtitle);margin:5px 0;font-size:.86rem;font-weight:800;line-height:1.8}.notification-report-modal__timeline-item small{color:var(--color-primary);font-size:.76rem;font-weight:900}@media (width<=992px){.notification-report-modal__info-grid,.notification-report-modal__images-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.notification-report-modal-backdrop{align-items:flex-start;padding:14px}.notification-report-modal{border-radius:24px;max-height:calc(100dvh - 28px)}.notification-report-modal__header{text-align:center;grid-template-columns:1fr;justify-items:center;padding:60px 18px 18px}.notification-report-modal__body{padding:16px}.notification-report-modal__status-row{justify-content:center}.notification-report-modal__info-grid,.notification-report-modal__images-grid{grid-template-columns:1fr}.notification-report-modal__info-card,.notification-report-modal__section-title,.notification-report-modal__description,.notification-report-modal__empty-text{text-align:center}.notification-report-modal__info-icon{margin-inline:auto}.notification-report-modal__section-title{justify-items:center;display:grid}.notification-report-modal__timeline-item{text-align:center;grid-template-columns:1fr;justify-items:center}}.company-notification-item__action{cursor:pointer;border:0;text-decoration:none}.company-notification-item__action:disabled,.company-notification-item__delete:disabled{opacity:.6;cursor:wait;pointer-events:none}@media (width<=768px){.company-notifications-read-tabs{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid}.company-notifications-read-tab{width:100%}}.company-profile-page{gap:18px;display:grid}.company-profile-page *,.company-profile-page :before,.company-profile-page :after{box-sizing:border-box}.company-profile-header-card{box-shadow:var(--shadow-sm);background:linear-gradient(135deg,#e8ffe8eb,#fffffffa);border:1px solid #025f4814;border-radius:26px;grid-template-columns:auto 1fr;align-items:center;gap:18px;padding:22px;display:grid}.company-profile-header-card__avatar{background:var(--color-primary);color:#fff;border-radius:24px;place-items:center;width:74px;height:74px;font-size:2rem;font-weight:950;display:grid;box-shadow:0 14px 34px #025f4838}.company-profile-header-card__content{min-width:0}.company-profile-header-card__title-row{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.company-profile-header-card__eyebrow{color:var(--color-subtitle);font-size:.82rem;font-weight:900}.company-profile-header-card h1{color:var(--color-primary);margin:4px 0 0;font-size:clamp(1.45rem,3vw,2.1rem);font-weight:950;line-height:1.35}.company-profile-header-card p{color:var(--color-subtitle);margin:6px 0 0;font-size:.9rem;font-weight:850}.company-profile-status{color:#218540;white-space:nowrap;background:#34a85324;border-radius:999px;justify-content:center;align-items:center;gap:7px;min-height:34px;padding:7px 12px;font-size:.8rem;font-weight:950;display:inline-flex}.company-profile-header-card__meta{flex-wrap:wrap;gap:9px;margin-top:16px;display:flex}.company-profile-header-card__meta span{min-height:34px;color:var(--color-primary);background:#025f4812;border-radius:999px;justify-content:center;align-items:center;gap:7px;padding:7px 11px;font-size:.78rem;font-weight:900;display:inline-flex}.company-profile-header-card__meta svg{flex-shrink:0}.company-profile-alert{color:#9f1239;text-align:right;background:#ffebeec7;border:1px solid #b000201f;border-radius:18px;padding:14px 16px;font-size:.88rem;font-weight:900}.company-profile-stats-grid{direction:rtl;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.company-profile-stat-card{direction:rtl;background:linear-gradient(135deg,#fffffffa,#f8fcfaf5);border:1px solid #025f4812;border-radius:22px;grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"value content icon";align-items:center;gap:13px;min-height:104px;padding:16px 18px;transition:transform .18s,box-shadow .18s,border-color .18s;display:grid;position:relative;overflow:hidden;box-shadow:0 10px 22px #0f172a11}.company-profile-stat-card:before{content:"";opacity:.85;background:#5a6bffbf;border-radius:999px 0 0 999px;width:4px;position:absolute;inset-block:18px;inset-inline-end:0}.company-profile-stat-card:hover{border-color:#025f481f;transform:translateY(-2px);box-shadow:0 14px 28px #0f172a18}.company-profile-stat-card__icon{border-radius:15px;flex-shrink:0;grid-area:icon;place-items:center;width:46px;height:46px;display:grid}.company-profile-stat-card__icon svg{stroke-width:2.45px;width:22px;height:22px}.company-profile-stat-card__content{text-align:right;grid-area:content;align-content:center;gap:4px;min-width:0;display:grid}.company-profile-stat-card__content h3{color:var(--color-text);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.98rem;font-weight:950;line-height:1.35;overflow:hidden}.company-profile-stat-card__content p{color:var(--color-subtitle);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.72rem;font-weight:900;line-height:1.2;overflow:hidden}.company-profile-stat-card__value{min-width:42px;color:var(--color-primary);text-align:center;grid-area:value;justify-self:end;font-size:1.62rem;font-weight:950;line-height:1}.company-profile-stat-card--primary:before{background:#5a6bffbf}.company-profile-stat-card--info:before{background:#4352dbbf}.company-profile-stat-card--warning:before{background:#b17800bf}.company-profile-stat-card--success:before{background:#218540bf}.company-profile-stat-card--primary .company-profile-stat-card__icon{color:#5a6bff;background:#5a6bff21}.company-profile-stat-card--info .company-profile-stat-card__icon{color:#4352db;background:#5a6bff21}.company-profile-stat-card--warning .company-profile-stat-card__icon{color:#b17800;background:#ffc1072e}.company-profile-stat-card--success .company-profile-stat-card__icon{color:#218540;background:#34a85324}.company-profile-stat-card--primary .company-profile-stat-card__value{color:#5a6bff}.company-profile-stat-card--info .company-profile-stat-card__value{color:#4352db}.company-profile-stat-card--warning .company-profile-stat-card__value{color:#b17800}.company-profile-stat-card--success .company-profile-stat-card__value{color:#218540}.company-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.company-profile-grid--simple{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.company-profile-grid--simple .company-profile-card{height:100%}.company-profile-card{box-shadow:var(--shadow-sm);background:#fff;border:1px solid #025f4814;border-radius:24px;gap:16px;padding:18px;display:grid;overflow:hidden}.company-profile-card__header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.company-profile-card__header h2{color:var(--color-primary);margin:0;font-size:1.1rem;font-weight:950}.company-profile-card__header p{color:var(--color-subtitle);margin:5px 0 0;font-size:.78rem;font-weight:850}.company-profile-details-list{gap:10px;display:grid}.company-profile-detail-row{text-align:right;direction:rtl;background:#025f480b;border-radius:15px;justify-content:flex-start;align-items:center;gap:6px;min-height:48px;padding:11px 12px;display:flex}.company-profile-detail-row__label{color:var(--color-subtitle);text-align:right;flex-shrink:0;align-items:center;gap:8px;font-size:.82rem;font-weight:850;display:inline-flex}.company-profile-detail-row__label:after{content:":";color:var(--color-subtitle);margin-inline-start:2px;font-weight:950}.company-profile-detail-row__label svg{color:var(--color-primary);flex-shrink:0}.company-profile-detail-row__value{color:var(--color-text);text-align:right;overflow-wrap:anywhere;min-width:0;font-size:.85rem;font-weight:950}.company-profile-page bdi,.company-profile-detail-row__value bdi{text-align:left;direction:ltr;unicode-bidi:isolate;display:inline-block}@media (width<=1200px){.company-profile-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.company-profile-grid,.company-profile-grid--simple{grid-template-columns:1fr}}@media (width<=768px){.company-profile-page{text-align:center;gap:14px}.company-profile-header-card{text-align:center;border-radius:24px;grid-template-columns:1fr;justify-items:center;padding:20px 16px}.company-profile-header-card__content{text-align:center;justify-items:center;width:100%;display:grid}.company-profile-header-card__title-row{text-align:center;justify-items:center;gap:12px;width:100%;display:grid}.company-profile-header-card__title-row>div{text-align:center;justify-items:center;width:100%;display:grid}.company-profile-header-card__eyebrow,.company-profile-header-card h1,.company-profile-header-card p{text-align:center;width:100%}.company-profile-status{margin-inline:auto}.company-profile-header-card__meta{text-align:center;justify-content:center;width:100%}.company-profile-stats-grid{grid-template-columns:1fr;gap:12px}.company-profile-stat-card{grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"value content icon";gap:11px;min-height:92px;padding:14px 15px}.company-profile-stat-card:before{inset-block:16px}.company-profile-stat-card__icon{border-radius:14px;width:42px;height:42px}.company-profile-stat-card__icon svg{width:20px;height:20px}.company-profile-stat-card__content{text-align:right;justify-items:stretch;width:auto}.company-profile-stat-card__content h3,.company-profile-stat-card__content p{text-align:right;width:100%}.company-profile-stat-card__value{min-width:36px;font-size:1.46rem}.company-profile-card{border-radius:22px;padding:16px}.company-profile-card__header,.company-profile-card__header>div{text-align:center;justify-items:center;width:100%;display:grid}.company-profile-card__header h2,.company-profile-card__header p{text-align:center;width:100%}.company-profile-detail-row{text-align:center;flex-wrap:wrap;justify-content:center;align-items:center}.company-profile-detail-row__label,.company-profile-detail-row__value,.company-profile-detail-row__value bdi{text-align:center}.company-profile-header-card{width:100%;text-align:center!important;grid-template-columns:1fr!important;place-items:center!important;display:grid!important}.company-profile-header-card__avatar{margin-inline:auto!important}.company-profile-header-card__content{width:100%;text-align:center!important;place-items:center!important;display:grid!important}.company-profile-header-card__title-row{width:100%;text-align:center!important;grid-template-columns:1fr!important;place-items:center!important;gap:12px!important;display:grid!important}.company-profile-header-card__identity{width:100%;text-align:center!important;place-items:center!important;display:grid!important}.company-profile-header-card__eyebrow,.company-profile-header-card__identity h1,.company-profile-header-card__identity p{width:100%;display:block;text-align:center!important;margin-inline:auto!important}.company-profile-status{justify-content:center!important;margin-inline:auto!important}.company-profile-header-card__meta{width:100%;text-align:center!important;flex-wrap:wrap!important;justify-content:center!important;align-items:center!important;display:flex!important}.company-profile-header-card__meta span{text-align:center!important;justify-content:center!important}}
