@keyframes fadePulse{0%,to{opacity:.2}50%{opacity:1}}.collapse{visibility:visible!important}.collapse.show{display:block!important}.dropdown-toggle:after{display:none!important}*,body{font-family:Poppins,sans-serif}.app-body,.app-shell{display:flex;min-height:100vh}.app-body{flex:1;margin-left:230px;flex-direction:column;background:#f0f4f8}@media(max-width:767px){.app-body{margin-left:0}}.app-topbar{height:58px;background:#fff;border-bottom:1px solid #e8edf4;padding:0 24px;justify-content:space-between;position:sticky;top:0;z-index:100;flex-shrink:0;overflow:visible}.app-topbar,.app-topbar-left{display:flex;align-items:center}.app-topbar-left{gap:12px}.app-topbar-hamburger{background:none;border:none;font-size:16px;color:#656e76;cursor:pointer;padding:4px 6px;border-radius:6px;display:none;transition:all .15s ease}.app-topbar-hamburger:hover{background:#f0f4f8;color:#1e3a8a}@media(max-width:767px){.app-topbar-hamburger{display:flex;align-items:center}}.app-topbar-title{font-size:16px;font-weight:600;color:#1e3a8a;margin:0}.app-topbar-right{display:flex;align-items:center;gap:14px}.app-topbar-avatar{width:34px;height:34px;border-radius:50%;background:#1e3a8a;color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0}.app-content{padding:24px;flex:1;overflow:visible}.main-content{padding:24px;flex:1;background:#f0f4f8}.main-title{font-size:18px;font-weight:700;color:#1e3a8a;margin:0 0 10px;padding:0}.loader-overlay{position:fixed;inset:0;height:100vh;width:100vw;background-color:rgba(10,10,20,.92);z-index:5000;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px}.loader-ring-wrapper{position:relative;width:64px;height:64px}.loader-ring-bg{position:absolute;inset:0;border-radius:50%;border:3px solid hsla(0,0%,100%,.08)}.loader-ring-outer{position:absolute;inset:0;border-radius:50%;border-color:#1e3a8a #14b8a6 rgba(0,0,0,0) rgba(0,0,0,0);border-style:solid;border-width:3px;animation:spin .9s linear infinite}.loader-ring-inner{position:absolute;inset:8px;border-radius:50%;border:2px solid rgba(0,0,0,0);border-top-color:rgba(30,58,138,.4);animation:spin 1.4s linear infinite reverse}.loader-brand{display:flex;align-items:center;gap:1px}.loader-brand-char{font-size:22px;font-weight:700;color:#fff;letter-spacing:.05em;animation:fadePulse 1.8s ease-in-out infinite;opacity:0}.loader-subtitle{font-size:12px;color:hsla(0,0%,100%,.35);letter-spacing:.2em;text-transform:uppercase;margin:0;animation:fadePulse 2s ease-in-out infinite;animation-delay:.5s;opacity:0}.breadcrumb-nav{font-size:13px;color:#9ca3af;margin-bottom:6px}.breadcrumb-link{cursor:pointer;color:#1e3a8a;font-weight:500}.breadcrumb-link:hover{color:#14b8a6}.breadcrumb-current{color:#6b7280}.progress-indicator{display:flex;align-items:center;gap:10px;min-width:220px}.progress-indicator-inner{flex:1}.progress-indicator-header{display:flex;justify-content:space-between;align-items:center;font-size:12px;margin-bottom:4px}.progress-indicator-label{color:#374151;font-weight:500}.progress-indicator-percent{font-weight:700;margin-left:12px}.progress-indicator-track{height:6px;border-radius:999px;background:#e5e7eb;overflow:hidden}.progress-indicator-fill{height:100%;border-radius:999px;transition:width .3s ease}.toggle-switch-label{display:flex;font-size:14px;font-weight:600}.toggle-switch-unit{font-size:10px}.notification-bell-wrapper{position:relative}.notification-bell-btn{background:none;border:none;cursor:pointer;position:relative;padding:6px}.notification-bell-icon{font-size:18px;color:#656e76}.notification-badge{position:absolute;top:0;right:0;background:#ef4444;color:#fff;border-radius:50%;font-size:10px;width:16px;height:16px;display:flex;align-items:center;justify-content:center}.notification-dropdown{position:absolute;right:0;top:110%;width:320px;background:#fff;border-radius:10px;box-shadow:0 4px 20px rgba(0,0,0,.12);border:1px solid #e8edf4;z-index:9999;max-height:400px;overflow-y:auto}.notification-dropdown-header{padding:12px 16px;font-weight:600;font-size:14px;border-bottom:1px solid #e8edf4;display:flex;justify-content:space-between;align-items:center}.notification-mark-all-btn{background:none;border:1px solid #14b8a6;border-radius:6px;padding:2px 8px;cursor:pointer;color:#14b8a6;font-size:12px}.notification-mark-all-btn:hover{background:#14b8a6;color:#fff}.notification-empty{padding:16px;text-align:center;color:#6b7280;font-size:13px}.notification-item{padding:12px 16px;cursor:pointer;border-bottom:1px solid #e8edf4;display:flex;gap:10px;align-items:flex-start;transition:background .15s}.notification-item--read{background:#fff;opacity:.75}.notification-item--unread{background:rgba(30,58,138,.04)}.notification-item-content{flex:1}.notification-item-title{font-weight:600;font-size:13px;color:#111827}.notification-item-msg{font-size:12px;color:#6b7280;margin-top:2px}.notification-item-time{font-size:11px;color:#9ca3af;margin-top:4px}.notification-footer{padding:10px 16px;border-top:1px solid #e8edf4;text-align:center}.notification-footer-link{font-size:13px;color:#14b8a6;text-decoration:none;font-weight:500}.notification-footer-link:hover{color:#1e3a8a}.remarks-modal-backdrop{background:rgba(0,0,0,.45)}.remarks-modal-header{background:#1e3a8a;color:#fff}.remarks-modal-body{max-height:400px;overflow-y:auto}.remarks-modal-empty{font-size:13px}.remarks-bubble{max-width:75%;padding:10px 12px;font-size:13px}.remarks-bubble--mine{background:#1e3a8a;color:#fff;border-radius:14px 14px 2px 14px}.remarks-bubble--other{background:#f3f4f6;color:#111;border-radius:14px 14px 14px 2px}.remarks-bubble-name{font-weight:600;font-size:11px;margin-bottom:4px}.remarks-bubble--mine .remarks-bubble-name{color:hsla(0,0%,100%,.75)}.remarks-bubble--other .remarks-bubble-name{color:#14b8a6}.remarks-bubble-time{font-size:10px;margin-top:4px}.remarks-bubble--mine .remarks-bubble-time{color:hsla(0,0%,100%,.55);text-align:right}.remarks-bubble--other .remarks-bubble-time{color:#9ca3af;text-align:left}.remarks-send-btn{background:#1e3a8a;color:#fff;white-space:nowrap}.remarks-send-btn:hover{background:#162d6e}.section-header{margin-bottom:16px}.section-header,.section-header-no-mb{display:flex;align-items:center;gap:10px;padding-bottom:8px;border-bottom:2px solid #e8edf4}.section-header-icon{width:28px;height:28px;border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:13px;flex-shrink:0}.section-header-label{font-weight:600;font-size:14px;color:#1e3a8a}.action-button{display:inline-flex;align-items:center;justify-content:center;height:32px;min-width:32px;min-height:32px;line-height:1;color:#fff!important;background-color:#1e3a8a!important;border:none!important;border-radius:6px;cursor:pointer;transition:background-color .15s ease}.action-button i,.action-button svg{display:block;line-height:1;margin:0;padding:0}.action-button:hover:not(:disabled){background-color:#162d6e!important}.action-button:disabled{opacity:.5;cursor:not-allowed}.d-flex.align-items-center,.d-flex.justify-content-between,.d-flex.justify-content-end{overflow:visible}.swal2-icon-show{font-size:10px!important}.react-select__control{min-height:38px;border-radius:.375rem;border-color:#dee2e6;transition:border-color .15s ease,box-shadow .15s ease}.react-select__control--is-focused{border-color:#14b8a6!important;box-shadow:0 0 0 3px rgba(20,184,166,.12)!important}.react-select__option--is-selected{background-color:#1e3a8a!important}.react-select__option--is-focused:not(.react-select__option--is-selected){background-color:#eff4ff!important;color:#1e3a8a!important}.pagination-bar{display:flex;align-items:center;justify-content:space-between;margin-top:16px;flex-wrap:wrap;gap:10px}.pagination-info{font-size:13px;color:#6b7280}.pagination-controls{display:flex;align-items:center;gap:4px}.pagination-btn{height:32px;min-width:32px;padding:0 10px;border-radius:6px;border:1px solid #e8edf4;background-color:#fff;color:#374151;font-size:13px;font-weight:500;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.pagination-btn:hover:not(:disabled){border-color:#1e3a8a;color:#1e3a8a;background-color:#eff4ff}.pagination-btn:disabled{opacity:.4;cursor:not-allowed}.pagination-nav{padding:0 12px;color:#1e3a8a;border-color:rgba(30,58,138,.2)}.pagination-nav:hover:not(:disabled),.pagination-page--active{background-color:#1e3a8a;color:#fff;border-color:#1e3a8a}.pagination-page--active:hover{background-color:#162d6e!important;border-color:#162d6e!important;color:#fff!important}.btn-brand{background:#1e3a8a;color:#fff;border:1px solid #1e3a8a;font-size:13px;border-radius:8px;padding:6px 16px;cursor:pointer;transition:all .15s ease}.btn-brand:hover:not(:disabled){background:#162d6e;border-color:#162d6e;color:#fff}.btn-brand:disabled{opacity:.6;cursor:not-allowed}.btn-brand--sm{padding:4px 10px;font-size:12px}.btn-brand--outline{background:#eff4ff;color:#1e3a8a;border:1px solid rgba(30,58,138,.2)}.btn-brand--outline:hover:not(:disabled){background:#14b8a6;color:#fff;border-color:#14b8a6}.alert-bar{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:12px;padding:8px 12px;font-size:13px;font-weight:500;border-radius:0}.alert-bar--warning{background:#fff8e1;border-left:3px solid #f59e0b;color:#92400e}.alert-bar--info{background:#eff4ff;border-left:3px solid #1e3a8a;color:#1a3a6b}.alert-bar--submitted{background:#eff4ff;border-left:3px solid #e8a020;color:#1a3a6b;font-weight:600;letter-spacing:.3px}.alert-bar--success{background:#e8f5e9;border-left:3px solid #198754;color:#2e7d32}.badge-brand{border-radius:4px;padding:2px 8px;font-size:11px;white-space:nowrap}.badge-brand,.badge-count{background:#1e3a8a;color:#fff;font-weight:700}.badge-count{position:absolute;top:-6px;right:-6px;border-radius:50%;width:18px;height:18px;font-size:10px;display:flex;align-items:center;justify-content:center;line-height:1}.badge-level{font-size:11px;padding:1px 7px;border-radius:20px;flex-shrink:0}.badge-level--done{background:#eff4ff;color:#1e3a8a}.badge-level--pending{background:#f3f4f6;color:#6c757d}.badge-level--active{background:#fff;color:#14b8a6}.badge-status{display:inline-block;padding:3px 10px;border-radius:100px;font-size:11px;font-weight:500;white-space:nowrap}.badge-status--completed{background:#e0faf5;color:#0f766e}.badge-status--in-progress{background:#eff4ff;color:#1e3a8a}.badge-status--submitted{background:#f0f4ff;color:#4338ca}.badge-status--new{background:#fef9ec;color:#92400e}.badge-status--active{background:#e0faf5;color:#0f766e}.badge-status--active,.badge-status--inactive{border-radius:20px;font-size:11px;padding:4px 12px;font-weight:600}.badge-status--inactive{background:#fef9ec;color:#92400e}.badge-status--pending{background:#eff4ff;color:#1e3a8a;border-radius:20px;font-size:11px;padding:4px 12px;font-weight:600}.badge-maturity{display:inline-block;padding:3px 10px;border-radius:100px;font-size:11px;font-weight:600;white-space:nowrap}.badge-maturity--bronze{background:#fdf4e7;color:#92400e}.badge-maturity--silver{background:#f5f5f5;color:#656e76}.badge-maturity--gold{background:#fef9ec;color:#b45309}.badge-maturity--diamond{background:#ccfbf1;color:#0f766e}.card-surface{background:#fff;border:1px solid #e8edf4;border-radius:12px;padding:18px;margin-bottom:12px}.theme-label{background:#eff4ff;color:#1e3a8a;font-size:12px;font-weight:600;border-left:3px solid #14b8a6;border-radius:0 4px 4px 0;padding:4px 12px;margin-bottom:8px}.level-heading{background:#1e3a8a;color:#fff;font-weight:600;border-radius:8px;padding:8px 12px;margin-bottom:12px}.level-heading,.nav-link-custom{font-size:13px;display:flex;align-items:center;justify-content:space-between}.nav-link-custom{width:100%;padding:8px;border:none;background:none;border-radius:6px;color:#374151;cursor:pointer;transition:all .15s ease}.nav-link-custom:hover{background:#eff4ff;color:#1e3a8a}.nav-link-custom.active-tab{background:#1e3a8a;color:#fff}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.bounce{animation:bounce .8s ease infinite;display:inline-block}.btn-min-150{min-width:150px}.btn-min-160{min-width:160px}.btn-min-180{min-width:180px}.btn-report{background-color:#6f42c1!important;border:none!important;color:#fff!important;padding:0!important;min-width:30px;min-height:30px}.btn-report:hover:not(:disabled){background-color:#5a32a3!important}.btn-report:disabled{opacity:.6;cursor:not-allowed}.period-cell{text-align:center}.period-type{font-size:11px;color:#6b7280;margin-bottom:2px}.period-value{font-size:13px}.org-name-text,.period-value{font-weight:500}.org-country-text{font-size:11px;color:#6b7280}.period-summary-badge{background:#eff4ff;border-radius:8px;padding:8px 12px;font-size:13px;color:#1e3a8a;font-weight:500;display:inline-flex;align-items:center;gap:8px}.notif-search-input{max-width:300px}.notif-type-select{max-width:180px}.notif-date-input{max-width:160px}.notif-count-badge{font-size:11px;background:#14b8a6!important;color:#fff!important;border-radius:20px;padding:3px 10px;font-weight:600}.notif-type-badge{background:#eff4ff;color:#1e3a8a}.notif-status-badge--unread,.notif-type-badge{border-radius:20px;font-size:11px;padding:4px 10px;display:inline-block;font-weight:500}.notif-status-badge--unread{background:#fef9ec;color:#92400e}.notif-status-badge--read{background:#e0faf5;color:#0f766e;border-radius:20px;font-size:11px;padding:4px 10px;display:inline-block;font-weight:500}.notif-row--unread{background:rgba(30,58,138,.04)}.notif-row--read{background:#fff}.notif-title--unread{font-weight:600;color:#111827}.notif-title--read{font-weight:400;color:#111827}.notif-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#1e3a8a;margin-right:7px;margin-bottom:1px}.notif-message{font-size:13px;color:#6b7280}.notif-date{font-size:12px;color:#6b7280;white-space:nowrap}.notif-action-btn{border:1px solid #1e3a8a!important;color:#1e3a8a!important;background:none!important;padding:0!important;min-width:30px!important;min-height:30px!important;border-radius:6px!important}.notif-action-btn:hover{background:#1e3a8a!important;color:#fff!important}.notif-action-icon{font-size:12px}.th-min-80{min-width:80px}.th-min-100{min-width:100px}.th-min-130{min-width:130px}.sme-info-card{border-left:4px solid #1e3a8a}.sme-info-icon{width:44px;height:44px;border-radius:10px;background:#eff4ff;color:#1e3a8a;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.sme-info-name{font-weight:700;font-size:16px;color:#111827}.sme-info-meta{margin-top:2px}.sme-info-contact,.sme-info-meta{font-size:12px;color:#6b7280}.sme-loading-text{font-size:13px}.profile-wrapper{max-width:720px;margin:0 auto}.profile-wrapper--wide{max-width:1100px}.profile-header-card{border-left:4px solid #1e3a8a}.profile-avatar{width:56px;height:56px;border-radius:50%;background:#1e3a8a;color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;flex-shrink:0}.profile-name{font-weight:700;font-size:18px;color:#111827}.profile-email{font-size:12px;color:#6b7280;margin-top:2px}.profile-role-badge{background:#eff4ff;color:#1e3a8a;font-size:12px;padding:5px 10px;border-radius:20px}.profile-tabs{display:flex;border-bottom:1px solid #e8edf4}.profile-tab{flex:1;padding:14px 16px;background:none;font-size:13px;font-weight:600;cursor:pointer;color:#6b7280;border:none;border-bottom:2px solid rgba(0,0,0,0);transition:all .15s ease}.profile-tab--active{color:#1e3a8a;border-bottom-color:#1e3a8a}.profile-panels{display:flex;gap:16px;align-items:flex-start;flex-wrap:wrap}.profile-panel{flex:1;min-width:280px;border:1px solid #e8edf4;border-radius:10px;padding:20px}.profile-panel--teal{border-top:3px solid #14b8a6}.profile-panel--brand{border-top:3px solid #1e3a8a}.input-readonly{background:#f9fafb!important;cursor:not-allowed!important}.field-hint{font-size:11px;color:#9ca3af;margin-top:4px}.pw-strength-label{font-size:12px;color:#6b7280;margin-bottom:4px}.pw-strength-bars{display:flex;gap:4px}.pw-strength-bar{flex:1;height:4px;border-radius:2px;transition:background .2s}.pw-strength-text{font-size:11px;color:#9ca3af;margin-top:4px}.pw-info-alert{border:1px solid #e8edf4!important;border-radius:8px!important;font-size:13px!important}.questionnaire-sidebar{width:320px;min-width:320px;max-width:320px;flex-shrink:0;display:flex;flex-direction:column}.questionnaire-levels-heading{font-size:11px;font-weight:600;color:#1e3a8a;text-transform:uppercase;letter-spacing:.6px;padding:4px 8px 10px;margin:0 0 6px;border-bottom:1px solid #e8edf4}.questionnaire-progress-section{margin-top:auto;padding:10px 8px 4px;border-top:1px solid #e8edf4}.questionnaire-progress-label{font-size:12px;color:#374151;margin-bottom:6px;font-weight:500}.questionnaire-progress-track{height:5px;background:#f3f4f6;border-radius:4px;overflow:hidden}.questionnaire-progress-fill{height:100%;background:#14b8a6;border-radius:4px;transition:width .3s ease}.questionnaire-progress-count{font-size:11px;color:#6c757d;margin-top:5px;text-align:right}.questionnaire-main{flex:1;min-width:0}.lock-icon{color:#e8a020;font-size:18px;margin-left:8px}.sidebar-remark-icon{font-size:13px;cursor:pointer}.sidebar-remark-badge{background:#1e3a8a}.sidebar-remark-badge,.sidebar-reverted-badge{position:absolute;top:-6px;right:-6px;color:#fff;border-radius:50%;width:14px;height:14px;font-size:9px;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1}.sidebar-reverted-badge{background:#f59e0b}.question-card{background:#fff;border:1px solid #e8edf4;border-radius:8px}.question-text{font-size:14px;flex:1;padding-right:12px}.saving-spinner{width:10px;height:10px}.file-size-label,.question-status{font-size:11px;white-space:nowrap}.attach-dot{position:absolute;top:-4px;right:-4px;background:#198754;border-radius:50%;width:8px;height:8px}.file-info{background:#f8f9fa;font-size:13px}.file-spinner{width:12px;height:12px}.file-remove-btn{color:#aaa}.source-doc-label{font-size:12px;font-weight:600;color:#6c757d}.btn-view-file{white-space:nowrap}.answer-option{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .15s ease}.answer-option--disabled{cursor:default}.answer-radio{width:16px;height:16px}.answer-text,.submit-info{font-size:13px}.alert-modal-backdrop{position:fixed;inset:0;z-index:1050;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center}.alert-modal-container{background:#fff;border-radius:12px;width:100%;max-width:480px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 8px 32px rgba(0,0,0,.18)}.alert-modal-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #e8edf4;border-radius:12px 12px 0 0}.alert-modal-header--reverted{background:#fff8e1}.alert-modal-header--remarks{background:#eff4ff}.alert-modal-icon-reverted{color:#f59e0b}.alert-modal-icon-remarks{color:#1e3a8a}.alert-modal-title{font-size:14px;font-weight:600}.alert-modal-title--reverted{color:#92400e}.alert-modal-title--remarks{color:#1a3a6b}.alert-modal-close{color:#6c757d;font-size:16px}.alert-modal-body{overflow-y:auto;padding:12px 16px;flex:1}.alert-modal-item{background:#fafafa;border:1px solid #e8edf4;cursor:pointer;transition:background .15s}.alert-modal-item:hover{background:#eff4ff}.alert-modal-item-text{font-size:13px;color:#1a1a1a;line-height:1.4}.alert-modal-item-level{font-size:11px;color:#1e3a8a;font-weight:500}.alert-modal-item-sep{font-size:11px;color:#aaa}.alert-modal-item-theme{font-size:11px;color:#6c757d}.alert-modal-arrow{color:#14b8a6;font-size:12px;flex-shrink:0;margin-top:2px}.alert-modal-footer{border-top:1px solid #e8edf4;padding:12px 16px}.alert-modal-footer-text{font-size:12px;color:#6c757d}.login-logo{width:180px;display:block;margin:0 auto 48px}.login-page,.register-page,.reset-page{height:100vh;overflow:hidden;display:flex}@media(max-width:991px){.login-page,.register-page,.reset-page{height:auto;overflow:visible;flex-direction:column}}.login-brand-panel,.register-brand-panel,.reset-brand-panel{width:50%;height:100%;background:#1e3a8a;display:flex;flex-direction:column;justify-content:space-between;padding:60px 52px 36px;position:relative;overflow:hidden}.login-brand-panel:before,.register-brand-panel:before,.reset-brand-panel:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,rgba(255,255,255,.07) 1px,transparent 0);background-size:28px 28px;pointer-events:none}@media(max-width:991px){.login-brand-panel,.register-brand-panel,.reset-brand-panel{width:100%;padding:40px 24px 28px;min-height:auto}}.login-brand-content,.register-brand-content,.reset-brand-content{position:relative;z-index:1;flex:1;display:flex;align-items:center;justify-content:flex-start}.login-brand-text,.register-brand-text,.reset-brand-text{display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:16px}.login-brand-title,.register-brand-title,.reset-brand-title{color:#fff;font-size:48px;font-weight:700;letter-spacing:.02em;margin:0;padding-left:100px}@media(max-width:991px){.login-brand-title,.register-brand-title,.reset-brand-title{font-size:26px;padding-left:0}}.login-brand-subtitle,.register-brand-subtitle,.reset-brand-subtitle{color:hsla(0,0%,100%,.85);font-size:20px;font-weight:400;margin:0;letter-spacing:.01em;padding-left:100px}@media(max-width:991px){.login-brand-subtitle,.register-brand-subtitle,.reset-brand-subtitle{padding-left:0}}.login-brand-description,.register-brand-description,.reset-brand-description{color:hsla(0,0%,100%,.65);font-size:18px;margin:8px 0 0;max-width:600px;text-align:left;padding-left:100px}@media(max-width:991px){.login-brand-description,.register-brand-description,.reset-brand-description{display:none}}.login-brand-features,.register-brand-features,.reset-brand-features{list-style:none;padding:0 0 0 100px;margin:8px 0 0;display:flex;flex-direction:column;align-items:flex-start;gap:14px}.login-brand-features li,.register-brand-features li,.reset-brand-features li{display:flex;align-items:center;gap:12px;color:hsla(0,0%,100%,.85);font-size:18px}.login-brand-features li:before,.register-brand-features li:before,.reset-brand-features li:before{content:"✓";display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;min-width:22px;background:hsla(0,0%,100%,.2);color:#fff;border-radius:50%;font-size:16px;font-weight:700}@media(max-width:991px){.login-brand-features,.register-brand-features,.reset-brand-features{padding-left:0}}.login-brand-footer,.register-brand-footer,.reset-brand-footer{position:relative;z-index:1;display:flex;align-items:flex-end;justify-content:flex-end;padding-top:32px}.login-brand-footer .login-brand-footer-right,.login-brand-footer .register-brand-footer-right,.login-brand-footer .reset-brand-footer-right,.register-brand-footer .login-brand-footer-right,.register-brand-footer .register-brand-footer-right,.register-brand-footer .reset-brand-footer-right,.reset-brand-footer .login-brand-footer-right,.reset-brand-footer .register-brand-footer-right,.reset-brand-footer .reset-brand-footer-right{display:flex;flex-direction:column;align-items:center;gap:6px}.login-brand-footer .login-brand-footer-right span,.login-brand-footer .register-brand-footer-right span,.login-brand-footer .reset-brand-footer-right span,.register-brand-footer .login-brand-footer-right span,.register-brand-footer .register-brand-footer-right span,.register-brand-footer .reset-brand-footer-right span,.reset-brand-footer .login-brand-footer-right span,.reset-brand-footer .register-brand-footer-right span,.reset-brand-footer .reset-brand-footer-right span{font-size:16px;font-weight:500;color:hsla(0,0%,100%,.4);padding-bottom:20px}.login-brand-footer .login-brand-footer-right .login-footer-gord,.login-brand-footer .login-brand-footer-right .register-footer-gord,.login-brand-footer .login-brand-footer-right .reset-footer-gord,.login-brand-footer .register-brand-footer-right .login-footer-gord,.login-brand-footer .register-brand-footer-right .register-footer-gord,.login-brand-footer .register-brand-footer-right .reset-footer-gord,.login-brand-footer .reset-brand-footer-right .login-footer-gord,.login-brand-footer .reset-brand-footer-right .register-footer-gord,.login-brand-footer .reset-brand-footer-right .reset-footer-gord,.register-brand-footer .login-brand-footer-right .login-footer-gord,.register-brand-footer .login-brand-footer-right .register-footer-gord,.register-brand-footer .login-brand-footer-right .reset-footer-gord,.register-brand-footer .register-brand-footer-right .login-footer-gord,.register-brand-footer .register-brand-footer-right .register-footer-gord,.register-brand-footer .register-brand-footer-right .reset-footer-gord,.register-brand-footer .reset-brand-footer-right .login-footer-gord,.register-brand-footer .reset-brand-footer-right .register-footer-gord,.register-brand-footer .reset-brand-footer-right .reset-footer-gord,.reset-brand-footer .login-brand-footer-right .login-footer-gord,.reset-brand-footer .login-brand-footer-right .register-footer-gord,.reset-brand-footer .login-brand-footer-right .reset-footer-gord,.reset-brand-footer .register-brand-footer-right .login-footer-gord,.reset-brand-footer .register-brand-footer-right .register-footer-gord,.reset-brand-footer .register-brand-footer-right .reset-footer-gord,.reset-brand-footer .reset-brand-footer-right .login-footer-gord,.reset-brand-footer .reset-brand-footer-right .register-footer-gord,.reset-brand-footer .reset-brand-footer-right .reset-footer-gord{width:150px}.login-form-panel,.register-form-panel,.reset-form-panel{width:50%;height:100%;background-color:#fff;display:flex;flex-direction:column;align-items:center;padding:60px 48px;overflow-y:auto}@media(max-width:991px){.login-form-panel,.register-form-panel,.reset-form-panel{width:100%;height:auto;padding:40px 24px}}.login-form-panel,.reset-form-panel{justify-content:center}.register-form-panel{justify-content:flex-start}.login-form-inner,.register-form-inner,.reset-form-inner{width:100%;max-width:380px}.register-form-inner{max-width:560px}.login-form-header,.register-form-header,.reset-form-header{margin-bottom:32px}.login-form-header h2,.register-form-header h2,.reset-form-header h2{font-size:32px;text-align:center;font-weight:700;color:#111827;letter-spacing:-.01em;margin-bottom:8px}.login-form-header p,.register-form-header p,.reset-form-header p{font-size:14px;color:#656e76;text-align:center;margin:0}.login-form-header{margin-bottom:0}.login-form-header img{display:block;margin:0 auto 48px}.login-field,.register-field,.reset-field{display:flex;flex-direction:column;gap:6px;margin-bottom:20px}.login-field .login-field-top,.register-field .login-field-top,.reset-field .login-field-top{display:flex;align-items:center;justify-content:space-between}.login-field label,.register-field label,.reset-field label{font-size:16px;font-weight:500;color:#374151;margin:0}.login-field .login-forgot-link,.register-field .login-forgot-link,.reset-field .login-forgot-link{font-size:14px;color:#1e3a8a;text-decoration:none;transition:color .15s ease}.login-field .login-forgot-link:hover,.register-field .login-forgot-link:hover,.reset-field .login-forgot-link:hover{color:#14b8a6;text-decoration:underline}.login-field input,.register-field input,.reset-field input{height:44px;width:100%;border:1px solid #e5e7eb;border-radius:6px;background-color:#fff;padding:0 14px;font-size:16px;color:#111827;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.login-field input::-moz-placeholder,.register-field input::-moz-placeholder,.reset-field input::-moz-placeholder{color:#656e76}.login-field input::placeholder,.register-field input::placeholder,.reset-field input::placeholder{color:#656e76}.login-field input:focus,.register-field input:focus,.reset-field input:focus{border-color:#14b8a6;box-shadow:0 0 0 3px rgba(20,184,166,.15)}.login-field input.is-invalid,.register-field input.is-invalid,.reset-field input.is-invalid{border-color:#ef4444;box-shadow:none}.login-field input.is-invalid:focus,.register-field input.is-invalid:focus,.reset-field input.is-invalid:focus{box-shadow:0 0 0 3px rgba(239,68,68,.1)}.login-field .register-field-error,.register-field .register-field-error,.reset-field .register-field-error{font-size:12px;color:#ef4444;margin:0}.login-submit-btn,.register-submit-btn,.reset-submit-btn{width:100%;height:44px;background:#1e3a8a;color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:500;letter-spacing:.02em;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:8px}.login-submit-btn:hover:not(:disabled),.register-submit-btn:hover:not(:disabled),.reset-submit-btn:hover:not(:disabled){background:#162d6e;box-shadow:0 4px 16px rgba(30,58,138,.3)}.login-submit-btn:disabled,.register-submit-btn:disabled,.reset-submit-btn:disabled{opacity:.6;cursor:not-allowed}.login-submit-btn .login-spinner,.login-submit-btn .register-spinner,.login-submit-btn .reset-spinner,.register-submit-btn .login-spinner,.register-submit-btn .register-spinner,.register-submit-btn .reset-spinner,.reset-submit-btn .login-spinner,.reset-submit-btn .register-spinner,.reset-submit-btn .reset-spinner{width:16px;height:16px;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}.login-partner-logo,.register-partner-logo,.reset-partner-logo{margin-top:32px;display:flex;align-items:center;justify-content:center;gap:16px;padding-top:24px;border-top:1px solid #e5e7eb}.login-partner-logo img,.register-partner-logo img,.reset-partner-logo img{width:100px}.login-partner-logo .login-partner-divider,.login-partner-logo .register-partner-divider,.login-partner-logo .reset-partner-divider,.register-partner-logo .login-partner-divider,.register-partner-logo .register-partner-divider,.register-partner-logo .reset-partner-divider,.reset-partner-logo .login-partner-divider,.reset-partner-logo .register-partner-divider,.reset-partner-logo .reset-partner-divider{font-size:18px;color:#e5e7eb;font-weight:300;line-height:1}.login-register-text,.register-login-text,.reset-login-text{margin-top:24px;text-align:center;font-size:16px;color:#656e76}.login-register-text a,.register-login-text a,.reset-login-text a{color:#1e3a8a;font-weight:500;text-decoration:none;transition:color .15s ease}.login-register-text a:hover,.register-login-text a:hover,.reset-login-text a:hover{color:#14b8a6;text-decoration:underline}.register-section-label{font-size:13px;font-weight:600;color:#1e3a8a;text-transform:uppercase;letter-spacing:.08em;margin:28px 0 4px;padding:0}.register-section-label:first-of-type{margin-top:0}.register-section-divider{border:none;border-top:1px solid #e5e7eb;margin:0 0 20px}.register-fields-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 20px}@media(max-width:640px){.register-fields-grid{grid-template-columns:1fr}}.register-fields-grid .register-field--full{grid-column:1/-1}.reset-info-box{background:linear-gradient(135deg,rgba(20,184,166,.05),rgba(30,58,138,.05));border:1px solid rgba(30,58,138,.15);border-radius:8px;padding:14px 16px;margin-bottom:24px;font-size:14px;color:#4b5563;line-height:1.55}.reset-info-box strong{color:#1e3a8a}.login-brand-logo{margin-left:100px}@keyframes spin{to{transform:rotate(1turn)}}.auth-page{height:100vh;width:100vw;position:relative;overflow:hidden;background-image:url(/images/login_page.png);background-size:cover;background-position:50%}@media(max-width:991px){.auth-page{height:auto;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}}.auth-left{position:absolute;left:0;top:0;width:50%;height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:60px 52px 40px;z-index:5;background:linear-gradient(90deg,rgba(10,25,60,.72) 0,transparent)}@media(max-width:991px){.auth-left{display:none}}.auth-left-brand{display:flex;flex-direction:column;gap:20px;margin-top:20px}.auth-left-logo{width:200px;height:auto}.auth-left-tagline{font-size:22px;font-weight:600;color:hsla(0,0%,100%,.92);margin:0;letter-spacing:.01em}.auth-left-desc{font-size:15px;color:hsla(0,0%,100%,.65);margin:0;max-width:400px;line-height:1.65}.auth-left-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.auth-left-features li{display:flex;align-items:center;gap:12px;color:hsla(0,0%,100%,.85);font-size:15px}.auth-left-features li:before{content:"✓";display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;min-width:22px;background:rgba(20,184,166,.25);color:#14b8a6;border-radius:50%;font-size:13px;font-weight:700}.auth-left-footer{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.auth-left-footer-label{font-size:13px;color:hsla(0,0%,100%,.4)}.auth-gord-logo{width:130px;height:auto;opacity:.8}.auth-card{position:absolute;right:5%;top:50%;transform:translateY(-50%);width:400px;z-index:10;background:rgba(10,25,60,.88);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:16px;padding:40px 36px;color:#fff;border:1px solid rgba(20,184,166,.2)}@media(max-width:991px){.auth-card{position:relative;right:auto;top:auto;transform:none;width:100%;max-width:400px}}.auth-card--register{width:460px;max-height:88vh;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(20,184,166,.3) rgba(0,0,0,0)}.auth-card--register::-webkit-scrollbar{width:4px}.auth-card--register::-webkit-scrollbar-thumb{background:rgba(20,184,166,.3);border-radius:2px}.auth-card--register::-webkit-scrollbar-track{background:rgba(0,0,0,0)}@media(max-width:991px){.auth-card--register{width:100%;max-width:460px;max-height:none}}.auth-logo-mark{width:64px;height:64px;border-radius:50%;border:2px solid #14b8a6;display:flex;align-items:center;justify-content:center;color:#14b8a6;font-size:24px;font-weight:700;margin-bottom:20px;flex-shrink:0}.auth-logo-mark--sm{width:56px;height:56px;font-size:20px;margin-bottom:16px}.auth-title{font-size:28px;font-weight:700;color:#fff;margin:0 0 6px;line-height:1.2}.auth-title--sm{font-size:24px}.auth-subtitle{font-size:13px;color:hsla(0,0%,100%,.6);margin:0 0 28px;line-height:1.5}.auth-field{display:flex;flex-direction:column;gap:6px;margin-bottom:20px}.auth-field--sm{margin-bottom:16px}.auth-field-row{display:flex;align-items:center;justify-content:space-between}.auth-label{font-size:11px;color:hsla(0,0%,100%,.55);text-transform:uppercase;letter-spacing:.06em;margin:0}.auth-input{background:rgba(0,0,0,0);border:none;border-bottom:1px solid hsla(0,0%,100%,.25);border-radius:0;color:#fff;font-size:14px;padding:8px 0;width:100%;outline:none;transition:border-color .2s ease;font-family:Poppins,sans-serif}.auth-input::-moz-placeholder{color:hsla(0,0%,100%,.3);font-size:13px}.auth-input::placeholder{color:hsla(0,0%,100%,.3);font-size:13px}.auth-input:focus{border-bottom-color:#14b8a6;box-shadow:none}.auth-input--sm{font-size:13px;padding:7px 0}.auth-input--error{border-bottom-color:rgba(239,68,68,.7)!important}.auth-input:-webkit-autofill,.auth-input:-webkit-autofill:focus,.auth-input:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 1000px rgba(10,25,60,.95);-webkit-text-fill-color:#fff;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.auth-field-error{font-size:11px;color:#fca5a5;margin:0}.auth-forgot{font-size:12px;color:#14b8a6;text-decoration:none;transition:opacity .15s ease}.auth-forgot:hover{opacity:.8;color:#14b8a6}.auth-submit{width:100%;height:44px;background:#14b8a6;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:background .2s ease;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:8px;font-family:Poppins,sans-serif;letter-spacing:.02em}.auth-submit:hover:not(:disabled){background:#0f9e8a}.auth-submit:active:not(:disabled){background:#0d8a78}.auth-submit:disabled{opacity:.6;cursor:not-allowed}.auth-spinner{width:16px;height:16px;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite;flex-shrink:0}.auth-footer{margin-top:20px;text-align:center;font-size:13px;color:hsla(0,0%,100%,.5)}.auth-link{color:#14b8a6;text-decoration:none;font-weight:500;transition:opacity .15s ease}.auth-link:hover{opacity:.8;color:#14b8a6}.auth-section-label{font-size:10px;font-weight:600;color:#14b8a6;text-transform:uppercase;letter-spacing:.1em;margin:20px 0 4px;padding:0}.auth-section-divider{border:none;border-top:1px solid rgba(20,184,166,.2);margin:0 0 14px}.auth-two-col{display:grid;grid-template-columns:1fr 1fr;gap:0 16px}@media(max-width:560px){.auth-two-col{grid-template-columns:1fr}}.auth-success-state{display:flex;flex-direction:column;align-items:center;text-align:center;padding:16px 0;gap:14px}.auth-success-icon{width:64px;height:64px;border-radius:50%;background:rgba(20,184,166,.15);border:2px solid #14b8a6;display:flex;align-items:center;justify-content:center;font-size:26px;color:#14b8a6;flex-shrink:0}.auth-success-title{font-size:20px;font-weight:700;color:#fff;margin:0}.auth-success-msg{font-size:13px;color:hsla(0,0%,100%,.65);margin:0;line-height:1.6}.esg-dashboard{padding:4px 0 0}.esg-dashboard .esg-dashboard-header{margin-bottom:24px}.esg-dashboard .esg-page-title{font-size:20px;font-weight:700;color:#1e3a8a;margin-bottom:4px}.esg-dashboard .esg-page-sub{font-size:14px;color:#6b7280;margin:0}.esg-dashboard .esg-kpi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:12px}@media(max-width:767px){.esg-dashboard .esg-kpi-grid{grid-template-columns:1fr}}.esg-dashboard .esg-kpi-grid--5{grid-template-columns:repeat(5,1fr)}@media(max-width:767px){.esg-dashboard .esg-kpi-grid--5{grid-template-columns:repeat(2,1fr)}}.esg-dashboard .esg-kpi-grid--6{grid-template-columns:repeat(6,1fr)}@media(max-width:767px){.esg-dashboard .esg-kpi-grid--6{grid-template-columns:repeat(3,1fr)}}.esg-dashboard .esg-kpi-card{background:#fff;border:1px solid #e8edf4;border-radius:12px;padding:16px 18px;position:relative;overflow:hidden;transition:box-shadow .15s ease}.esg-dashboard .esg-kpi-card:hover{box-shadow:0 4px 16px rgba(30,58,138,.08)}.esg-dashboard .esg-kpi-accent{position:absolute;top:0;left:0;width:3px;height:100%;border-radius:3px 0 0 3px}.esg-dashboard .esg-kpi-accent--brand{background-color:#1e3a8a}.esg-dashboard .esg-kpi-accent--yellow{background-color:#f59e0b}.esg-dashboard .esg-kpi-accent--teal{background-color:#14b8a6}.esg-dashboard .esg-kpi-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;margin:0 0 8px}.esg-dashboard .esg-kpi-value{font-size:24px;font-weight:700;color:#111827;line-height:1;margin:0 0 8px}.esg-dashboard .esg-kpi-value--sm{font-size:16px}.esg-dashboard .esg-kpi-value--xs{font-size:14px}.esg-dashboard .esg-kpi-badge{display:inline-block;font-size:12px;font-weight:500;padding:2px 8px;border-radius:100px;margin-bottom:6px}.esg-dashboard .esg-kpi-badge--up{background-color:#f0fdf4;color:#15803d}.esg-dashboard .esg-kpi-badge--down{background-color:#fef2f2;color:#dc2626}.esg-dashboard .esg-kpi-desc{font-size:12px;color:#9ca3af;margin:0}.esg-dashboard .esg-charts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:4px}@media(max-width:767px){.esg-dashboard .esg-charts-grid{grid-template-columns:1fr}}.esg-dashboard .esg-charts-grid-3{display:grid;grid-template-columns:1fr 1.5fr 1fr;gap:12px;align-items:stretch}@media(max-width:767px){.esg-dashboard .esg-charts-grid-3{grid-template-columns:1fr}}.esg-dashboard .esg-charts-grid-1{display:grid;grid-template-columns:1fr;max-width:380px;margin:0 auto}.esg-dashboard .esg-chart-card{background:#fff;border:1px solid #e8edf4;border-radius:12px;overflow:hidden}.esg-dashboard .esg-chart-head{display:flex;align-items:center;justify-content:space-between;padding:14px 16px 10px;border-bottom:1px solid #e8edf4}.esg-dashboard .esg-chart-head-left{display:flex;align-items:center;gap:8px}.esg-dashboard .esg-chart-icon{width:28px;height:28px;border-radius:7px;display:flex;align-items:center;justify-content:center}.esg-dashboard .esg-chart-icon--brand{background-color:#eff4ff;color:#1e3a8a}.esg-dashboard .esg-chart-icon--teal{background-color:#ccfbf1;color:#0f766e}.esg-dashboard .esg-chart-title{font-size:13px;font-weight:600;color:#1e3a8a}.esg-dashboard .esg-chart-legend{display:flex;gap:10px;font-size:11px;color:#6b7280}.esg-dashboard .esg-chart-legend span{display:flex;align-items:center;gap:4px}.esg-dashboard .esg-legend-dot{display:inline-block;width:8px;height:8px;border-radius:2px;flex-shrink:0}.esg-dashboard .esg-chart-body{padding:14px 16px 16px}.esg-dashboard .esg-band-icon{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.esg-dashboard .esg-band-icon--diamond{background:#ccfbf1;color:#0f766e}.esg-dashboard .esg-band-icon--gold{background:#fef9ec;color:#b45309}.esg-dashboard .esg-band-icon--silver{background:#f5f5f5;color:#656e76}.esg-dashboard .esg-band-icon--bronze{background:#fdf4e7;color:#92400e}.esg-dashboard .esg-band-icon--unclassified{background:#f3f4f6;color:#9ca3af}.esg-dashboard .esg-band-icon--xl{width:56px;height:56px;font-size:24px;border-radius:999px;box-shadow:0 10px 30px rgba(0,0,0,.12),inset 0 1px 0 hsla(0,0%,100%,.3);transition:all .3s ease;margin-bottom:0}.esg-dashboard .esg-band-icon--xl:hover{transform:translateY(-3px) scale(1.03)}.esg-dashboard .esg-band-badge{font-size:13px;font-weight:700;padding:2px 12px;border-radius:20px}.esg-dashboard .esg-band-badge--diamond{background:#ccfbf1;color:#0f766e}.esg-dashboard .esg-band-badge--gold{background:#fef9ec;color:#b45309}.esg-dashboard .esg-band-badge--silver{background:#f5f5f5;color:#656e76}.esg-dashboard .esg-band-badge--bronze{background:#fdf4e7;color:#92400e}.esg-dashboard .esg-band-badge--unclassified{background:#f3f4f6;color:#9ca3af}.esg-dashboard .esg-band-badge--premium{padding:4px 16px;border-radius:999px;font-size:13px;font-weight:700;letter-spacing:.3px;box-shadow:0 6px 18px rgba(0,0,0,.08)}.esg-dashboard .esg-classification-card{position:relative;border-radius:16px;overflow:hidden;background:linear-gradient(180deg,#ffffff,#f8fafc);border:1px solid #e8edf4}.esg-dashboard .esg-classification-content{position:relative;z-index:2;padding:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.esg-dashboard .esg-classification-glow{position:absolute;inset:0;opacity:.08;filter:blur(50px)}.esg-dashboard .esg-classification-glow--diamond{background:#14b8a6}.esg-dashboard .esg-classification-glow--gold{background:#f59e0b}.esg-dashboard .esg-classification-glow--silver{background:#656e76}.esg-dashboard .esg-classification-glow--bronze{background:#cd7f32}.esg-dashboard .esg-classification-glow--unclassified{background:#9ca3af}.esg-dashboard .esg-classification-text{text-align:center;margin-bottom:0}.esg-dashboard .esg-classification-text h3{margin:0;font-size:16px;font-weight:800;color:#111827}.esg-dashboard .esg-classification-text p{margin:2px 0 0;font-size:12px;color:#6b7280;font-weight:500}.esg-dashboard .esg-score-progress{width:100%;height:8px;background:#e5e7eb;border-radius:999px;overflow:hidden;margin-bottom:0}.esg-dashboard .esg-score-progress-fill{height:100%;border-radius:999px;transition:width .6s ease}.esg-dashboard .esg-score-progress-fill--diamond{background:linear-gradient(90deg,#0f766e,#14b8a6)}.esg-dashboard .esg-score-progress-fill--gold{background:linear-gradient(90deg,#b45309,#f59e0b)}.esg-dashboard .esg-score-progress-fill--silver{background:linear-gradient(90deg,#656e76,#9ca3af)}.esg-dashboard .esg-score-progress-fill--bronze{background:linear-gradient(90deg,#92400e,#cd7f32)}.esg-dashboard .esg-score-progress-fill--unclassified{background:linear-gradient(90deg,#9ca3af,#d1d5db)}.esg-dashboard .esg-score-footer{width:100%;display:flex;align-items:center;justify-content:center;gap:18px;background:hsla(0,0%,100%,.75);border:1px solid #e8edf4;border-radius:14px;padding:8px 16px;backdrop-filter:blur(8px)}.esg-dashboard .esg-score-item{display:flex;flex-direction:column;align-items:center}.esg-dashboard .esg-score-item .label{font-size:11px;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.esg-dashboard .esg-score-item .value{font-size:14px;font-weight:700;color:#111827}.esg-dashboard .divider{width:1px;height:32px;background:#e8edf4}.esg-scorecard-table td,.esg-scorecard-table th{padding:8px 12px!important}.score-bar{display:flex;align-items:center;gap:8px}.score-bar-track{flex:1;height:6px;border-radius:999px;background:#e5e7eb;overflow:hidden}.score-bar-fill{height:100%;border-radius:999px;transition:width .5s ease}.score-bar-value{font-size:12px;font-weight:600;color:#374151;min-width:42px;text-align:right}.dashboard-tabs{display:flex;gap:4px;margin:16px 0 0;border-bottom:1px solid #e8edf4}.dashboard-tab{padding:8px 18px;font-size:13px;font-weight:400;color:#6b7280;background:none;border:none;border-bottom:2px solid rgba(0,0,0,0);cursor:pointer;margin-bottom:-1px;display:flex;align-items:center;gap:6px;transition:all .15s ease}.dashboard-tab--active{font-weight:600;color:#1e3a8a;border-bottom-color:#1e3a8a}.dashboard-tab i{font-size:12px}.gauge-chart-wrapper{position:relative;height:170px;display:flex;justify-content:center}.gauge-chart-overlay{position:absolute;bottom:8px;left:50%;transform:translateX(-50%);text-align:center;pointer-events:none}.gauge-chart-score{font-size:28px;font-weight:700;color:#111827;line-height:1}.gauge-chart-label{font-size:11px;color:#6b7280;margin-top:4px}.gauge-stats{display:flex;justify-content:center;gap:28px;margin-top:12px;padding-top:12px;border-top:1px solid #e8edf4}.gauge-stat{text-align:center}.gauge-stat-value{font-size:18px;font-weight:700}.gauge-stat-value--teal{color:#14b8a6}.gauge-stat-value--yellow{color:#f59e0b}.gauge-stat-desc{font-size:11px;color:#6b7280;margin-top:2px}.pyramid-chart{font-size:13px}.pyramid-top-row{display:flex;justify-content:center;margin-bottom:6px}.pyramid-summary{border-radius:8px;padding:7px 14px;background:#ccfbf1;text-align:center;min-width:140px;min-height:85px;transform:translateX(75px)}.pyramid-summary-title{font-size:10px;font-weight:600;color:#374151}.pyramid-pill{padding:1px 5px;border-radius:3px}.pyramid-pill,.pyramid-pill-sm{display:inline-block;font-size:9px;margin-top:4px;font-weight:500}.pyramid-pill-sm{padding:2px 6px;border-radius:4px}.pyramid-pct{font-size:13px;font-weight:600;margin-top:2px}.pyramid-level-row{display:grid;grid-template-columns:140px 1fr;gap:8px;align-items:stretch;margin-bottom:6px}.pyramid-level-info{border-radius:8px 0 0 8px;padding:8px 10px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.pyramid-level-name{font-size:11px;font-weight:600;line-height:1.3}.pyramid-level-pct{font-size:13px;font-weight:600;margin-top:3px}.pyramid-themes{display:flex;gap:10px;justify-content:center;align-items:center;flex-wrap:wrap}.pyramid-theme-card{flex:1;min-width:90px;max-width:140px;border-radius:8px;padding:7px 8px;text-align:center}.pyramid-theme-name{font-size:10px;font-weight:500;line-height:1.3;min-height:26px;text-align:center}.pyramid-theme-pct{font-size:12px;font-weight:600;margin-top:2px}.pyramid-legend{display:flex;gap:14px;margin-top:10px;padding-top:10px;border-top:.5px solid #e8edf4;flex-wrap:wrap}.pyramid-legend-item{font-size:11px;color:#6b7280;display:flex;align-items:center;gap:4px}.pyramid-legend-dot{display:inline-block;width:8px;height:8px;border-radius:2px;border:.5px solid #e8edf4}.scorecard-level-dot{display:inline-block;width:10px;height:10px;border-radius:2px;margin-right:8px}.scorecard-tfoot-row{border-top:2px solid #e8edf4;background:#f9fafb}.text-brand-fw6{font-weight:600;color:#1e3a8a}.text-brand-fw7{font-weight:700;color:#1e3a8a}.text-teal-fw7{font-weight:700;color:#14b8a6}.esg-chart-card--mt{margin-top:12px;margin-bottom:0}.esg-loading-center{text-align:center;padding:60px 0}.esg-empty-state{padding:40px;text-align:center}.esg-empty-icon{display:block;margin-bottom:12px}.esg-empty-text{color:#6b7280;margin:0}.esg-table-sm{font-size:13px}.th-score-col{min-width:160px}.th-score-col-180{min-width:180px}.chart-icon-sm{font-size:13px}.esg-classification-card--auto{height:auto;min-height:220px}.dash-stat-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-bottom:20px}@media(max-width:991px){.dash-stat-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:575px){.dash-stat-grid{grid-template-columns:1fr}}.dash-stat-card{background:#fff;border:1px solid #e8edf4;border-radius:12px;padding:18px 20px;display:flex;align-items:flex-start;gap:14px;transition:box-shadow .15s ease}.dash-stat-card:hover{box-shadow:0 4px 16px rgba(30,58,138,.08)}.dash-stat-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.dash-stat-icon--navy{background:#eff4ff;color:#1e3a8a}.dash-stat-icon--teal{background:#ccfbf1;color:#0f766e}.dash-stat-icon--amber{background:#fef9ec;color:#b45309}.dash-stat-icon--slate{background:#f5f5f5;color:#656e76}.dash-stat-body{flex:1;min-width:0}.dash-stat-value{font-size:26px;font-weight:700;color:#111827;line-height:1;margin-bottom:4px}.dash-stat-label{font-size:12px;color:#656e76;font-weight:500;margin-bottom:6px}.dash-stat-change{font-size:11px;font-weight:500;display:inline-flex;align-items:center;gap:3px;padding:2px 7px;border-radius:100px}.dash-stat-change--up{background:#f0fdf4;color:#15803d}.dash-stat-change--down{background:#fef2f2;color:#dc2626}.dash-stat-change--flat{background:#f3f4f6;color:#6b7280}.dash-chart-row{display:grid;gap:14px;margin-bottom:14px}.dash-chart-row--2{grid-template-columns:2fr 1fr}@media(max-width:991px){.dash-chart-row--2{grid-template-columns:1fr}}.dash-chart-row--3{grid-template-columns:1fr 1fr 1fr}@media(max-width:991px){.dash-chart-row--3{grid-template-columns:1fr 1fr}}@media(max-width:575px){.dash-chart-row--3{grid-template-columns:1fr}}.dash-chart-row--full{grid-template-columns:1fr}.dash-chart-card{background:#fff;border:1px solid #e8edf4;border-radius:12px;overflow:hidden}.dash-chart-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px 10px;border-bottom:1px solid #e8edf4}.dash-chart-title{font-size:13px;font-weight:600;color:#1e3a8a;display:flex;align-items:center;gap:7px}.dash-chart-title-icon{width:26px;height:26px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:12px}.dash-chart-title-icon--navy{background:#eff4ff;color:#1e3a8a}.dash-chart-title-icon--teal{background:#ccfbf1;color:#0f766e}.dash-chart-title-icon--amber{background:#fef9ec;color:#b45309}.dash-chart-body{padding:14px 18px 18px}.dash-pie-legend{display:flex;flex-direction:column;gap:7px;margin-top:10px}.dash-pie-legend-row{display:flex;align-items:center;gap:8px;font-size:12px}.dash-pie-legend-dot{width:10px;height:10px;border-radius:3px;flex-shrink:0}.dash-pie-legend-label{flex:1;color:#656e76}.dash-pie-legend-value{font-weight:600;color:#374151}.dash-projects-card{background:#fff;border:1px solid #e8edf4;border-radius:12px;overflow:hidden}.dash-projects-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px 10px;border-bottom:1px solid #e8edf4}.table-responsive-div{max-height:calc(100vh - 200px)}.table-responsive-div--no-max{max-height:none}.table-responsive-div{position:relative;overflow:auto;border-bottom:1px solid #e8edf4}.table-responsive-div table thead{background:#f8fafc;position:sticky;top:0;z-index:10;border-bottom:1px solid #e8edf4}.table-responsive-div table thead tr th{font-size:11px;font-weight:500;color:#656e76;text-transform:uppercase;letter-spacing:.04em;text-align:center;padding:10px 12px;border-bottom:1px solid #e8edf4;white-space:nowrap}.table-responsive-div table thead tr th:first-child{text-align:start;border-radius:4px 0 0 4px}.table-responsive-div table thead tr th:last-child{border-radius:0 4px 4px 0}.table-responsive-div table thead tr th:nth-child(2){min-width:130px}.table-responsive-div table thead tr th:nth-child(3){min-width:100px}.table-responsive-div table tbody .action-button,.table-responsive-div table tbody .action-button--complete,.table-responsive-div table tbody .action-button--edit,.table-responsive-div table tbody .action-button--questionnaire,.table-responsive-div table tbody .action-button--report,.table-responsive-div table tbody .action-button--revert,.table-responsive-div table tbody .action-button-delete{margin-left:5px;font-size:12px}.table-responsive-div table tbody tr{font-size:12px;border-bottom:1px solid #f5f7fa;transition:background .1s ease}.table-responsive-div table tbody tr td{text-align:center;padding:10px 12px;color:#374151}.table-responsive-div table tbody tr td:first-child{text-align:start;border-radius:4px 0 0 4px}.table-responsive-div table tbody tr td:last-child{border-right:none;border-radius:0 4px 4px 0}.table-responsive-div table tbody tr:nth-child(2n){background:#f9fafb}.table-responsive-div table tbody tr:hover{background:rgba(30,58,138,.03)}.table-responsive-div table .status-assigned{color:#0f766e;font-weight:600}.table-responsive-div table .status-unassigned{color:#ef4444;font-weight:600}.modal-backdrop-custom{position:fixed;inset:0;z-index:1055;background-color:rgba(13,34,63,.45);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;justify-content:center;padding:1rem;overflow-y:auto;animation:fadeIn .2s ease-in}.modal-backdrop-custom .modal-dialog-custom{width:100%;margin:auto 0;animation:slideDown .25s ease-out}.modal-backdrop-custom .modal-dialog-custom.modal-sm{max-width:300px}.modal-backdrop-custom .modal-dialog-custom.modal-md{max-width:500px}.modal-backdrop-custom .modal-dialog-custom.modal-lg{max-width:800px}.modal-backdrop-custom .modal-dialog-custom.modal-xl{max-width:1140px}.modal-backdrop-custom .modal-dialog-custom .modal-content-custom{background:#fff;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 20px 60px rgba(0,0,0,.15);overflow:hidden}.modal-backdrop-custom .modal-dialog-custom .modal-content-custom .modal-header-custom{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #f3f4f6;background-color:#fafafa}.modal-backdrop-custom .modal-dialog-custom .modal-content-custom .modal-header-custom .modal-title-custom{margin:0;font-size:16px;font-weight:600;color:#111827;letter-spacing:-.01em}.modal-backdrop-custom .modal-dialog-custom .modal-content-custom .modal-header-custom .modal-close-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0);border:1px solid #e5e7eb;border-radius:6px;font-size:14px;color:#6b7280;cursor:pointer;transition:all .15s ease;line-height:1}.modal-backdrop-custom .modal-dialog-custom .modal-content-custom .modal-header-custom .modal-close-btn:hover{background-color:#eff4ff;border-color:#c7d7fb;color:#1e3a8a}.modal-backdrop-custom .modal-dialog-custom .modal-content-custom .modal-body-custom{padding:20px;max-height:calc(100vh - 6rem);overflow-y:auto}.modal-content-custom .section-header-label{color:#1e3a8a}.modal-content-custom .section-header-icon{background:#eff4ff;color:#1e3a8a}.modal-form{display:flex;flex-direction:column;gap:16px}.modal-form .modal-form-field{display:flex;flex-direction:column;gap:6px}.modal-form .modal-form-field .form-label{font-size:13.5px;font-weight:500;color:#374151;margin:0}.modal-form .modal-form-field .form-control{height:42px;border:1px solid #e5e7eb;border-radius:6px;font-size:14px;color:#111827;padding:0 14px;transition:border-color .15s ease,box-shadow .15s ease}.modal-form .modal-form-field .form-control::-moz-placeholder{color:#9ca3af}.modal-form .modal-form-field .form-control::placeholder{color:#9ca3af}.modal-form .modal-form-field .form-control:focus{border-color:#1e3a8a;box-shadow:0 0 0 3px rgba(30,58,138,.08);outline:none}.modal-form .modal-form-field .form-control.is-invalid{border-color:#b91c1c}.modal-form .modal-form-field .form-control.is-invalid:focus{box-shadow:0 0 0 3px rgba(185,28,28,.08)}.modal-form .modal-form-field .invalid-feedback{font-size:12px;color:#b91c1c}.modal-form .modal-form-actions{display:flex;justify-content:center;padding-top:8px;border-top:1px solid #f3f4f6;margin-top:4px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{transform:translateY(-16px);opacity:0}to{transform:translateY(0);opacity:1}}.app-sidebar{width:230px;min-width:230px;background:#1e3a8a;height:100vh;position:fixed;top:0;left:0;z-index:200;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;scrollbar-width:none}.app-sidebar::-webkit-scrollbar{display:none}@media(max-width:767px){.app-sidebar{transform:translateX(-100%);transition:transform .3s ease}.app-sidebar.mobile-open{transform:translateX(0)}}.app-sidebar-logo{padding:22px 20px 16px;border-bottom:1px solid hsla(0,0%,100%,.08);flex-shrink:0}.sidebar-brand{font-size:20px;font-weight:700;color:#fff;margin:0;letter-spacing:.01em;font-family:Poppins,sans-serif}.sidebar-subtitle{font-size:11px;color:#14b8a6;margin:3px 0 0;font-weight:500;letter-spacing:.05em}.app-sidebar-section-label{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:hsla(0,0%,100%,.4);padding:18px 20px 6px;margin:0}.app-sidebar-nav{flex:1;padding:4px 12px 8px;display:flex;flex-direction:column;gap:2px}.sidebar-nav-item{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:8px;font-size:13px;font-weight:500;color:hsla(0,0%,100%,.7);text-decoration:none;transition:all .15s ease;border:none;border-left:3px solid rgba(0,0,0,0);background:none;width:100%;text-align:left;cursor:pointer}.sidebar-nav-item i{width:16px;text-align:center;font-size:13px;color:hsla(0,0%,100%,.45);flex-shrink:0;transition:color .15s ease}.sidebar-nav-item:hover{background:hsla(0,0%,100%,.07);color:#fff}.sidebar-nav-item:hover i{color:hsla(0,0%,100%,.8)}.sidebar-nav-item.active{background:rgba(20,184,166,.15);color:#fff;border-left-color:#14b8a6;padding-left:9px}.sidebar-nav-item.active i{color:#14b8a6}.app-sidebar-user{padding:12px;border-top:1px solid hsla(0,0%,100%,.08);flex-shrink:0}.sidebar-user-info{display:flex;align-items:center;gap:10px;padding:8px;border-radius:8px;margin-bottom:4px}.sidebar-user-avatar{width:34px;height:34px;border-radius:50%;background:rgba(20,184,166,.2);border:1.5px solid rgba(20,184,166,.35);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#14b8a6;flex-shrink:0}.sidebar-user-name{font-size:13px;font-weight:600;color:#fff}.sidebar-user-name,.sidebar-user-role{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:130px}.sidebar-user-role{font-size:11px;color:hsla(0,0%,100%,.4);margin-top:1px}.sidebar-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:199}@media(min-width:768px){.sidebar-backdrop{display:none}}.accordion-level-header{background:#f8f9fb;border:1px solid #e8edf4;border-radius:10px;padding:14px 18px}.accordion-level-header .accordion-level-label{font-size:11px;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.06em;display:block;margin-bottom:2px}.accordion-level-header .accordion-level-name{font-size:16px;font-weight:700;color:#1e3a8a}.accordion-theme-card{border:1px solid #e8edf4;border-radius:10px;overflow:hidden}.accordion-theme-card--complete{border-color:#14b8a6}.accordion-theme-header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#f8f9fb;border:none;cursor:pointer;text-align:left;transition:background .15s ease}.accordion-theme-header:hover{background:#f0f4f8}.accordion-theme-header--complete{background:rgba(20,184,166,.08)}.accordion-theme-header--complete:hover{background:rgba(20,184,166,.13)}.accordion-theme-header .accordion-chevron{font-size:11px;color:#6b7280;transition:transform .2s ease}.accordion-theme-header .accordion-theme-name{font-size:13.5px;font-weight:600;color:#1e3a8a}.accordion-theme-header .accordion-theme-count{font-size:12px;color:#6b7280;font-weight:500}.accordion-theme-header .badge-complete{background:rgba(20,184,166,.15);color:#0d9488;font-size:11px;font-weight:600;padding:2px 8px;border-radius:20px;border:none}.accordion-theme-header .badge-pending{background:rgba(107,114,128,.12);color:#6b7280;font-size:11px;font-weight:600;padding:2px 8px;border-radius:20px;border:none}.accordion-theme-body{padding:16px;background:#fff}.accordion-level-nav{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-top:1px solid #e8edf4}.accordion-level-nav .accordion-level-nav-label{font-size:13px;font-weight:500;color:#6b7280}.accordion-level-nav button:disabled{opacity:.4;cursor:not-allowed}.container-with-sidebar{display:flex}@media(max-width:767px){.container-with-sidebar{display:block}}.container-with-sidebar .display-on-screen{display:none}@media(max-width:767px){.container-with-sidebar .display-on-screen{display:inline}}.container-with-sidebar .sidebar-main-div{width:200px;max-width:200px;min-width:200px;padding:10px 5px;min-height:300px;height:calc(95vh - 88px);overflow-y:auto;overflow-x:hidden;position:static;border:1px solid #e8edf4;border-radius:12px;background:#fff}@media(max-width:767px){.container-with-sidebar .sidebar-main-div{position:fixed;top:0;left:-200px;z-index:1055;transition:left .3s ease}.container-with-sidebar .sidebar-main-div .close-button{display:block;top:5px;right:5px;cursor:pointer}.container-with-sidebar .sidebar-main-div.open{left:0}}.container-with-sidebar .sidebar-main-div .nav-link-custom{color:#374151;width:100%;padding:9px 10px;margin-bottom:4px;text-align:left;border-radius:8px;font-size:13px;font-weight:500;transition:all .15s ease;background:#fff;border:1px solid #e8edf4;display:flex;align-items:center;justify-content:space-between}.container-with-sidebar .sidebar-main-div .nav-link-custom:hover{background:rgba(20,184,166,.06);color:#1e3a8a;border-color:rgba(20,184,166,.25)}.container-with-sidebar .sidebar-main-div .nav-link-custom.active-tab{background:#14b8a6;color:#fff;border-color:#14b8a6;border-left:3px solid rgba(0,0,0,.15);font-weight:600}.container-with-sidebar .sidebar-main-div .nav-link-custom.active-tab i{color:#fff}.container-with-sidebar .sidebar-backdrop{position:fixed;inset:0;background:rgba(30,58,138,.2);z-index:1050}.container-with-sidebar .move-right-to-left{position:relative;animation:moveRTL 3s linear infinite;font-size:13px;color:#fff}@keyframes moveRTL{0%{transform:translateX(30px);opacity:0}50%{opacity:1}to{transform:translateX(5px);opacity:0}}.report-page{min-height:100vh;background:#f0f2f5;font-family:Segoe UI,Arial,sans-serif}.report-navbar{background:#1b3a6b;color:#fff;padding:10px 24px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px rgba(0,0,0,.2)}.report-navbar-left{display:flex;align-items:center;gap:12px}.report-back-btn{background:hsla(0,0%,100%,.15);border:none;color:#fff;border-radius:6px;padding:6px 14px;cursor:pointer;font-size:13px}.report-title{font-size:15px;font-weight:600}.report-subtitle{font-size:11px;opacity:.7}.report-navbar-actions{display:flex;gap:8px}.report-regenerate-btn{background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.3);color:#fff;border-radius:6px;padding:6px 14px;cursor:pointer;font-size:13px}.report-download-btn{background:#e8a020;border:none;color:#fff;border-radius:6px;padding:6px 16px;cursor:pointer;font-size:13px;font-weight:600}.report-status-center{text-align:center;padding:100px 0}.report-status-spinner{font-size:40px;color:#1b3a6b}.report-status-text{margin-top:16px;color:#546e7a}.report-status-card{background:#fff;border-radius:16px;padding:48px 32px;max-width:480px;margin:0 auto;box-shadow:0 4px 24px rgba(0,0,0,.08);border-top:4px solid #e8a020}.report-generating-wrapper{text-align:center;padding:100px 24px}.report-generating-spinner{font-size:44px;color:#1b3a6b}.report-generating-title{margin-top:20px;color:#1b3a6b;font-weight:700}.report-generating-desc{color:#546e7a;font-size:14px;margin-top:8px}.report-not-found-wrapper{text-align:center;padding:100px 24px}.report-not-found-brand{font-size:16px;font-weight:700;color:#9e9e9e}.report-not-found-brand-sub{font-size:10px;color:#bdbdbd;letter-spacing:2px;text-transform:uppercase;margin-bottom:24px}.report-not-found-icon{font-size:52px;color:#e0e0e0}.report-not-found-title{margin-top:20px;color:#1b3a6b;font-weight:700}.report-not-found-desc{color:#546e7a;font-size:14px;margin:8px auto 24px;max-width:340px}.report-generate-btn{background:#1b3a6b;color:#fff;border:none;border-radius:8px;padding:12px 32px;font-size:15px;font-weight:600;cursor:pointer}.report-error-wrapper{text-align:center;padding:80px 24px}.report-error-card{background:#fff5f5;border-radius:16px;padding:40px 32px;max-width:440px;margin:0 auto;border:1px solid #ffcdd2}.report-error-icon{font-size:40px;color:#c62828}.report-error-title{margin-top:16px;color:#c62828}.report-retry-btn{margin-top:16px;background:#1b3a6b;color:#fff;border:none;border-radius:6px;padding:8px 20px;cursor:pointer}.report-content-wrapper{max-width:900px;margin:0 auto;padding:24px 16px 64px}.report-success-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding:10px 16px;background:#e8f5e9;border-radius:8px;border:1px solid #c8e6c9;font-size:13px;color:#2e7d32}.report-success-powered{opacity:.7}.report-document{background:#fff;border-radius:12px;box-shadow:0 4px 32px rgba(0,0,0,.1);overflow:hidden}.report-doc-header{display:flex;justify-content:space-between;align-items:flex-start;padding:24px 32px 16px;border-bottom:1px solid #f0f0f0}.report-doc-brand-name{font-size:16px;font-weight:700;color:#9e9e9e;letter-spacing:.5px}.report-doc-brand-sub{font-size:10px;color:#bdbdbd;letter-spacing:2px;text-transform:uppercase}.report-cover-section{padding:28px 32px}.report-cover-inner{border-radius:12px;overflow:hidden;border:1px solid #e8e8e8;min-height:380px;flex-direction:column}.report-cover-inner,.report-cover-logos{position:relative;display:flex;justify-content:space-between}.report-cover-logos{z-index:2;align-items:center;padding:20px 28px;background:hsla(0,0%,100%,.85)}.report-cover-logo{height:44px;-o-object-fit:contain;object-fit:contain}.report-cover-img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0}.report-cover-gradient{position:absolute;bottom:0;left:0;right:0;height:55%;z-index:1;background:linear-gradient(180deg,transparent,rgba(20,30,60,.85))}.report-cover-text{position:relative;z-index:2;text-align:center;padding:0 32px 36px;margin-top:auto}.report-cover-title{font-size:34px;font-weight:900;color:hsla(0,0%,100%,.55);letter-spacing:4px;text-transform:uppercase;text-shadow:0 2px 12px rgba(0,0,0,.3)}.report-cover-subtitle{font-size:20px;font-weight:700;color:#e8a020;letter-spacing:3px;text-transform:uppercase;margin-top:6px}.report-cover-divider{width:60%;height:2px;background:#e8a020;margin:12px auto}.report-cover-label{font-size:12px;font-weight:600;color:#e8a020;letter-spacing:3px;text-transform:uppercase}.report-separator{height:3px;background:#e8a020;margin:0 32px}.report-meta-section{display:flex;align-items:center;justify-content:space-between;padding:28px 40px 20px;flex-wrap:wrap;gap:16px}.report-company-name{font-size:22px;font-weight:700;color:#546e7a}.report-assessment-date{font-size:13px;color:#90a4ae;margin-top:2px}.report-scores{display:flex;gap:32px}.report-score-item{text-align:center}.report-score-value{font-size:26px;font-weight:800}.report-score-label{font-size:10px;color:#90a4ae;text-transform:uppercase;letter-spacing:1px}.report-body{padding:24px 40px 40px;font-size:14px;line-height:1.8;color:#212121}.report-footer{border-top:3px solid #e8a020;padding:16px 40px;display:flex;align-items:center;justify-content:space-between;background:#fafafa}.report-footer-logos{display:flex;align-items:center;gap:20px}.report-footer-logo{height:32px;-o-object-fit:contain;object-fit:contain}.report-footer-text{font-size:12px;color:#9e9e9e}.main-heading{font-size:15px!important;font-weight:800!important;color:#1b3a6b!important;letter-spacing:1px!important;text-transform:uppercase!important;margin:28px 0 12px!important;padding-bottom:6px!important;border-bottom:2px solid #e8a020!important}.sub-heading{font-size:14px!important;font-weight:700!important;color:#1f2937!important;margin:16px 0 8px!important}.report-body .card{background:#fff!important;border:1px solid #e8e8e8!important;border-radius:8px!important;padding:20px!important;margin-bottom:16px!important}.paragraph{font-size:13px!important;line-height:1.8!important;color:#374151!important;margin-bottom:12px!important}.list{padding-left:20px!important;margin:0!important}.list li{font-size:13px!important;line-height:1.8!important;color:#374151!important;margin-bottom:4px!important}.no-break{margin-bottom:8px!important}.di-wrapper{position:relative;min-width:160px}.di-label{display:block;font-size:12px;font-weight:600;color:#374151;margin-bottom:5px}.di-trigger{display:flex;align-items:center;justify-content:space-between;gap:8px;height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;border:1px solid #ced4da;border-radius:.2rem;background:#fff;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:.875rem;line-height:1.5;transition:border-color .15s ease,box-shadow .15s ease}.di-trigger:hover{border-color:#d1b8d4}.di-trigger:focus-within{border-color:#592c5f;box-shadow:0 0 0 .2rem rgba(89,44,95,.25);outline:none}.di-trigger--empty .di-trigger-text{color:#6c757d}.di-trigger-text{font-size:.875rem;color:#212529;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.di-trigger-icon{font-size:12px;color:#8a5190;flex-shrink:0}.di-dropdown{position:absolute;top:calc(100% + 6px);left:0;z-index:1050;width:272px;background:#fff;border:1px solid #d1b8d4;border-radius:14px;padding:14px 12px;box-shadow:0 8px 32px rgba(89,44,95,.12),0 2px 8px rgba(0,0,0,.08)}.di-nav{justify-content:space-between;margin-bottom:12px}.di-nav,.di-nav-btn{display:flex;align-items:center}.di-nav-btn{width:28px;height:28px;border:1px solid #d1b8d4;border-radius:8px;background:#f3edf4;color:#592c5f;cursor:pointer;justify-content:center;transition:all .15s ease}.di-nav-btn:hover{background:#592c5f;color:#fff;border-color:#592c5f}.di-month-label{font-size:13px;font-weight:700;color:#1c1c1e}.di-month-label--clickable{cursor:pointer;padding:4px 8px;border-radius:6px;transition:background .15s ease}.di-month-label--clickable:hover{background:#f3edf4;color:#592c5f}.di-days-header{display:grid;grid-template-columns:repeat(7,1fr);margin-bottom:4px}.di-days-header div{text-align:center;font-size:10px;font-weight:700;color:#8a5190;letter-spacing:.4px;text-transform:uppercase}.di-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.di-day{height:32px;width:100%;background:rgba(0,0,0,0);border:none;border-radius:8px;font-size:12px;color:#374151;cursor:pointer;transition:all .12s ease;outline:none}.di-day:hover:not(.di-day--future):not(.di-day--selected){background:#f3edf4;color:#592c5f;font-weight:600}.di-day--selected{background:#592c5f;color:#fff;font-weight:700}.di-day--selected:hover{background:#3d1e42}.di-day--today{color:#592c5f;font-weight:700;border:1.5px solid #d1b8d4;background:#f3edf4}.di-day--future{color:#d1d1d6;cursor:not-allowed}.di-year-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;margin-bottom:10px}.di-year-btn{height:34px;border:none;border-radius:8px;font-size:12px;color:#374151;background:rgba(0,0,0,0);cursor:pointer;transition:all .12s ease}.di-year-btn:hover{background:#f3edf4;color:#592c5f;font-weight:600}.di-year-btn--selected{background:#592c5f;color:#fff;font-weight:700}.di-footer{display:flex;gap:8px;margin-top:10px;padding-top:10px;border-top:1px solid #f3edf4}.di-footer-btn{flex:1;height:30px;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;border:1px solid;transition:all .15s ease}.di-footer-btn--today{background:#592c5f;color:#fff;border-color:#592c5f}.di-footer-btn--today:hover{background:#3d1e42;border-color:#3d1e42}.di-footer-btn--clear{background:#f3edf4;color:#592c5f;border-color:#d1b8d4}.di-footer-btn--clear:hover{background:#8a5190;color:#fff;border-color:#8a5190}