@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";.sidebar{position:fixed;left:0;top:0;height:100vh;width:var(--sidebar-width);background:var(--secondary-bg);display:flex;flex-direction:column;z-index:1000;border-right:1px solid var(--border-color);transition:transform var(--transition-normal)}.sidebar-overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:999}.sidebar-header{padding:20px 24px;border-bottom:1px solid var(--border-color)}.logo{display:flex;align-items:center;gap:10px;font-size:1.25rem;font-weight:700;color:var(--text-primary)}.logo img{height:32px;width:auto}.logo i{font-size:1.75rem;color:var(--accent)}.logo span{letter-spacing:-.5px}.sidebar-nav{flex:1;padding:16px 12px;overflow-y:auto}.sidebar-nav ul{list-style:none}.sidebar-nav li{margin-bottom:4px}.sidebar-nav a{display:flex;align-items:center;gap:12px;padding:12px 16px;color:var(--text-secondary);text-decoration:none;border-radius:var(--border-radius-sm);transition:all var(--transition-fast);font-size:14px;font-weight:500}.sidebar-nav a:hover{background:var(--accent-light);color:var(--text-primary)}.sidebar-nav a.active{background:var(--accent);color:var(--text-primary)}.sidebar-nav a i{width:20px;text-align:center;font-size:1rem}.sidebar-footer{padding:12px 16px 20px;border-top:1px solid var(--border-color)}.sidebar-user-card{display:flex;align-items:center;gap:12px;padding:12px 14px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:12px;color:inherit;text-decoration:none;transition:background .2s ease,border-color .2s ease}.sidebar-user-card:hover{background:#ffffff1a;border-color:#ffffff1f}.sidebar-user-avatar{width:44px;height:44px;min-width:44px;border-radius:10px;background:linear-gradient(135deg,var(--accent),var(--accent-hover, #1a9b7a));display:flex;align-items:center;justify-content:center;overflow:hidden;color:#fff;font-size:.875rem;font-weight:600;letter-spacing:-.02em}.sidebar-user-avatar img{width:100%;height:100%;object-fit:cover}.sidebar-user-initials{line-height:1}.sidebar-user-meta{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.sidebar-user-name{font-size:.9rem;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user-role{font-size:.75rem;font-weight:500;color:var(--text-secondary);text-transform:capitalize;opacity:.9}.sidebar-user-chevron{font-size:.7rem;color:var(--text-secondary);opacity:.6;transition:transform .2s ease}.sidebar-user-card:hover .sidebar-user-chevron{opacity:1;transform:translate(2px)}.main-content{margin-left:var(--sidebar-width);min-height:100vh;background:#f1f5f9}.header{position:sticky;top:0;height:var(--header-height);background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 24px;border-bottom:1px solid #E2E8F0;z-index:100}.header-left{display:flex;align-items:center;gap:16px}.menu-toggle{display:none;background:none;border:none;font-size:1.2rem;color:var(--text-secondary);cursor:pointer;padding:8px;border-radius:var(--border-radius-sm)}.menu-toggle:hover{background:var(--accent-light);color:var(--text-primary)}.search-box{position:relative;width:280px}.search-box i{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--text-muted);font-size:14px}.search-box input{width:100%;padding:10px 12px 10px 38px;border:1px solid #E2E8F0;border-radius:var(--border-radius-sm);font-size:14px;background:#f8fafc;color:#1e293b;transition:all var(--transition-fast)}.search-box input::placeholder{color:#94a3b8}.search-box input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light);background:#fff}.header-right{display:flex;align-items:center;gap:20px}.header-item{display:flex;align-items:center;position:relative;cursor:pointer}.date-display{font-size:14px;color:var(--text-secondary)}.header-user-group{display:flex;align-items:center;position:relative}.header-user-trigger-row{display:flex;align-items:center;gap:0;padding:6px 10px 6px 6px;border-radius:var(--border-radius);background:#f8fafc;border:1px solid #E2E8F0;transition:border-color var(--transition-fast),box-shadow var(--transition-fast)}.header-user-trigger-row:hover{border-color:#cbd5e1;box-shadow:0 1px 3px #0000000f}.profile-trigger{display:flex;align-items:center;gap:10px;padding:4px 8px 4px 4px;border:none;background:none;border-radius:var(--border-radius-sm);cursor:pointer;transition:background var(--transition-fast)}.profile-trigger:hover{background:#0000000a}.notification-trigger{display:flex;align-items:center;justify-content:center;width:36px;height:36px;margin:0 4px;border:none;background:none;border-radius:var(--border-radius-sm);color:#64748b;cursor:pointer;transition:color var(--transition-fast),background var(--transition-fast);position:relative}.notification-trigger:hover{color:var(--accent);background:#0000000a}.notification-trigger i{font-size:1rem}.notification-badge{position:absolute;top:4px;right:4px;min-width:16px;height:16px;padding:0 4px;background:var(--accent);color:#fff;font-size:10px;font-weight:600;line-height:16px;border-radius:8px;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 2px #0000001a}.profile-chevron{display:flex;align-items:center;justify-content:center;width:28px;height:36px;border:none;background:none;color:#64748b;cursor:pointer;border-radius:var(--border-radius-sm);transition:color var(--transition-fast),background var(--transition-fast)}.profile-chevron:hover{color:#1e293b;background:#0000000a}.header-notification-wrap{position:relative;display:flex;align-items:center}.header-avatar{width:36px;height:36px;background:linear-gradient(135deg,var(--accent),var(--accent-hover));border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;overflow:hidden}.header-avatar img{width:100%;height:100%;object-fit:cover}.user-name-header{font-size:.9rem;font-weight:500;color:#1e293b}.profile-chevron i{font-size:.7rem;transition:transform var(--transition-normal)}.header-user-trigger-row:hover .profile-chevron i,.profile-chevron:hover i{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:calc(100% + 10px);right:0;background:#fff;border-radius:12px;box-shadow:0 10px 40px #00000026;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1000;min-width:280px}.dropdown-menu.active{opacity:1;visibility:visible;transform:translateY(0)}.notification-dropdown{width:360px}.dropdown-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #E2E8F0}.dropdown-header h4{font-size:1rem;font-weight:600;color:#1e293b}.mark-all-read{background:none;border:none;color:var(--accent);font-size:.85rem;font-weight:500;cursor:pointer}.mark-all-read:hover{text-decoration:underline}.dropdown-content{max-height:350px;overflow-y:auto}.notification-item{display:flex;gap:12px;padding:14px 20px;border-bottom:1px solid #F1F5F9;transition:background .3s ease}.notification-item:hover{background:#f8fafc}.notification-item.unread{background:#f0fdfa}.notification-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.notification-icon.success{background:#d1fae5;color:#10b981}.notification-icon.warning{background:#fef3c7;color:#f59e0b}.notification-icon.info{background:#dbeafe;color:#3b82f6}.notification-icon.error{background:#fee2e2;color:#ef4444}.notification-content p{font-size:.9rem;color:#1e293b;margin-bottom:4px;line-height:1.4}.notification-time{font-size:.8rem;color:#94a3b8}.dropdown-footer{padding:14px 20px;text-align:center;border-top:1px solid #E2E8F0}.dropdown-footer a{color:var(--accent);font-size:.9rem;font-weight:500;text-decoration:none}.dropdown-footer a:hover{text-decoration:underline}.profile-dropdown{width:280px}.profile-header{display:flex;align-items:center;gap:14px;padding:20px;border-bottom:1px solid #E2E8F0;background:#f8fafc;border-radius:12px 12px 0 0}.profile-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--accent-hover));display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;overflow:hidden}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-info h4{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:2px}.profile-info p{font-size:.85rem;color:#64748b}.profile-dropdown .dropdown-content{padding:8px 0}.dropdown-item{display:flex;align-items:center;gap:12px;padding:12px 20px;color:#475569;text-decoration:none;font-size:.9rem;transition:all .3s ease;border:none;background:none;width:100%;cursor:pointer}.dropdown-item:hover{background:#f1f5f9;color:#1e293b}.dropdown-item i{width:20px;text-align:center;color:#94a3b8}.dropdown-item:hover i{color:var(--accent)}.dropdown-divider{height:1px;background:#e2e8f0;margin:8px 0}.dropdown-item.logout{color:var(--error)}.dropdown-item.logout:hover{background:#fef2f2}.dropdown-item.logout i{color:var(--error)}@media(max-width:992px){.sidebar{transform:translate(-100%)}.sidebar.active{transform:translate(0)}.sidebar-overlay{display:block}.main-content{margin-left:0}.menu-toggle{display:block}}@media(max-width:768px){.header{padding:0 16px}.search-box{display:none}.header-right{gap:12px}.date-display{display:none}}@media(max-width:576px){.dropdown-menu{position:fixed;inset:auto 0 0;width:100%;border-radius:20px 20px 0 0;max-height:70vh}.notification-dropdown,.profile-dropdown{width:100%}.user-name-header,.profile-chevron{display:none}}.login-container{display:flex;min-height:100vh}.login-branding{flex:1;background-image:linear-gradient(135deg,#0f172ae0,#1e293bdb),url(/favicon-icon.png);background-size:cover,65% auto;background-position:center,center;background-repeat:no-repeat,no-repeat;display:flex;align-items:center;justify-content:center;padding:60px;position:relative;overflow:hidden}.login-branding:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(20,184,166,.12) 0%,transparent 50%);animation:pulse 15s ease-in-out infinite;pointer-events:none}.branding-content{position:relative;z-index:1;max-width:500px;color:#fff}.branding-content h1{font-size:2.5rem;font-weight:700;margin-bottom:20px;line-height:1.2}.branding-content p{font-size:1.1rem;color:#94a3b8;line-height:1.7;margin-bottom:40px}.features{display:flex;flex-direction:column;gap:20px}.feature{display:flex;align-items:center;gap:15px;color:#e2e8f0}.feature i{width:45px;height:45px;background:#14b8a633;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#14b8a6;font-size:1.1rem}.feature span{font-size:1rem;font-weight:500}.login-form-container{flex:1;background:#f8fafc;display:flex;align-items:center;justify-content:center;padding:40px}.form-wrapper{width:100%;max-width:450px}.auth-tabs{display:flex;background:#e2e8f0;border-radius:12px;padding:4px;margin-bottom:30px}.tab-btn{flex:1;padding:12px 24px;border:none;background:transparent;font-family:inherit;font-size:.95rem;font-weight:500;color:#64748b;cursor:pointer;border-radius:8px;transition:all .3s ease}.tab-btn.active{background:#fff;color:#0f172a;box-shadow:0 2px 8px #0000001a}.error-alert{display:flex;align-items:center;gap:10px;padding:12px 16px;background:#fee2e2;color:#dc2626;border-radius:8px;margin-bottom:20px;font-size:.9rem}.auth-form{display:none}.auth-form.active{display:block;animation:fadeIn .3s ease}.auth-form h2{font-size:1.75rem;font-weight:700;color:#0f172a;margin-bottom:8px}.form-subtitle{color:#64748b;margin-bottom:30px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.form-group label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:8px}.input-wrapper{position:relative;display:flex;align-items:stretch;border:2px solid #E2E8F0;border-radius:10px;background:#fff;transition:border-color .3s ease,box-shadow .3s ease}.input-wrapper:focus-within{border-color:#14b8a6;box-shadow:0 0 0 3px #14b8a61a}.input-icon{width:52px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#94a3b8;font-size:1rem}.input-icon i{font-size:inherit}.input-wrapper input{flex:1;min-width:0;padding:14px 16px;border:none;border-radius:0;font-family:inherit;font-size:.95rem;color:#0f172a;background:transparent;outline:none}.input-wrapper:has(.toggle-password) input{padding-right:48px}.input-wrapper input::placeholder{color:#94a3b8}.toggle-password{position:absolute;right:16px;top:50%;transform:translateY(-50%);background:none;border:none;color:#94a3b8;cursor:pointer;padding:6px;display:flex;align-items:center;justify-content:center;transition:color .3s ease;z-index:1}.toggle-password:hover{color:#64748b}.password-strength{display:flex;align-items:center;gap:10px;margin-top:8px}.strength-bar{flex:1;height:4px;background:#e2e8f0;border-radius:2px;overflow:hidden}.strength-bar:after{content:"";display:block;width:0%;height:100%;background:#14b8a6;transition:width .3s ease}.strength-bar.weak:after{width:33%;background:#ef4444}.strength-bar.medium:after{width:66%;background:#f59e0b}.strength-bar.strong:after{width:100%;background:#10b981}.strength-text{font-size:.75rem;color:#94a3b8;text-transform:capitalize}.help-text{font-size:.75rem;color:#64748b;margin-top:.35rem}.form-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.checkbox-label{display:flex;align-items:center;gap:10px;font-size:.875rem;color:#64748b;cursor:pointer}.checkbox-label input{display:none}.checkmark{width:20px;height:20px;border:2px solid #E2E8F0;border-radius:5px;position:relative;transition:all .3s ease;flex-shrink:0}.checkbox-label input:checked+.checkmark{background:#14b8a6;border-color:#14b8a6}.checkbox-label input:checked+.checkmark:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700}.checkbox-label.terms{margin-bottom:25px}.checkbox-label.terms a{color:#14b8a6;text-decoration:none}.checkbox-label.terms a:hover{text-decoration:underline}.forgot-link{font-size:.875rem;color:#14b8a6;text-decoration:none;font-weight:500}.forgot-link:hover{text-decoration:underline}.btn-submit{width:100%;padding:16px 24px;background:linear-gradient(135deg,#14b8a6,#0d9488);border:none;border-radius:10px;color:#fff;font-family:inherit;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .3s ease}.btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #14b8a64d}.btn-submit:active:not(:disabled){transform:translateY(0)}.btn-submit:disabled{opacity:.7;cursor:not-allowed}.btn-submit i{transition:transform .3s ease}.btn-submit:hover:not(:disabled) i{transform:translate(5px)}.btn-submit.loading span,.btn-submit.loading i{display:none}.btn-submit.loading:after{content:"";width:20px;height:20px;border:2px solid white;border-top-color:transparent;border-radius:50%;animation:spin .8s linear infinite}.divider{display:flex;align-items:center;margin:25px 0}.divider:before,.divider:after{content:"";flex:1;height:1px;background:#e2e8f0}.divider span{padding:0 15px;font-size:.85rem;color:#94a3b8}.social-login{display:grid;grid-template-columns:1fr 1fr;gap:15px}.btn-social{padding:12px 20px;border:2px solid #E2E8F0;border-radius:10px;background:#fff;font-family:inherit;font-size:.9rem;font-weight:500;color:#374151;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .3s ease}.btn-social:hover{border-color:#cbd5e1;background:#f8fafc}.btn-social.google i{color:#ea4335}.btn-social.microsoft i{color:#00a4ef}@media(max-width:992px){.login-container{flex-direction:column}.login-branding{padding:40px;min-height:auto}.branding-content h1{font-size:2rem}.features{flex-direction:row;flex-wrap:wrap}.feature{flex:1 1 calc(50% - 10px)}}@media(max-width:576px){.login-branding{display:none}.login-form-container{padding:30px 20px}.form-row,.social-login{grid-template-columns:1fr}.form-options{flex-direction:column;gap:15px;align-items:flex-start}}.dashboard-content{padding:24px}.page-header{margin-bottom:24px}.page-header h1{margin-bottom:4px;color:#1e293b}.page-header-with-filter{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:12px}.dashboard-filter-label{font-size:.95rem;font-weight:500;color:#1e293b}.dashboard-date-filter{background:#fff;border:1px solid #E2E8F0;border-radius:var(--border-radius);padding:1rem 1.25rem;margin-bottom:20px}.date-filter-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.date-filter-main{margin-bottom:14px}.date-filter-year-wrap{position:relative;display:inline-block}.date-filter-year{appearance:none;padding:8px 32px 8px 12px;font-size:1rem;font-weight:600;color:#1e293b;background:#f8fafc;border:1px solid #E2E8F0;border-radius:var(--border-radius);cursor:pointer}.date-filter-year-arrow{position:absolute;right:10px;top:50%;transform:translateY(-50%);pointer-events:none;color:#64748b;font-size:.75rem}.btn-calendar-view{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;font-size:.875rem;font-weight:500;color:var(--accent);background:transparent;border:2px solid var(--accent);border-radius:var(--border-radius);cursor:pointer}.btn-calendar-view:hover{background:var(--accent-light)}.calendar-modal-overlay{position:fixed;inset:0;background:#0f172a80;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.calendar-modal{background:#fff;border-radius:var(--border-radius);box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;max-width:420px;width:100%;max-height:90vh;overflow:auto}.calendar-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #E2E8F0}.calendar-modal-header h2{margin:0;font-size:1.125rem;font-weight:600;color:#1e293b}.calendar-modal-close{background:none;border:none;padding:6px;color:#64748b;cursor:pointer;border-radius:4px}.calendar-modal-close:hover{color:#1e293b;background:#f1f5f9}.calendar-modal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:1rem 1.25rem}.calendar-modal-month{display:flex;flex-direction:column;align-items:flex-start;text-align:left;padding:10px 12px;border-radius:var(--border-radius);border:1px solid #E2E8F0;background:#f8fafc;color:#64748b;cursor:pointer;transition:background,border-color,color .15s ease}.calendar-modal-month.has-data{background:#f0fdf4;border-color:#bbf7d0;color:#166534}.calendar-modal-month.has-data.selected{background:#ccfbf1;border-color:#5eead4;color:#0f766e}.calendar-modal-month.no-data{background:#f8fafc;border-color:#e2e8f0;color:#64748b}.calendar-modal-month:hover{border-color:var(--accent);color:var(--accent)}.calendar-modal-month-name{font-weight:600;font-size:.9rem;display:block;margin-bottom:2px}.calendar-modal-month-count{font-size:.75rem;opacity:.9}.calendar-modal-footer{padding:1rem 1.25rem;border-top:1px solid #E2E8F0;background:#f8fafc}.calendar-modal-footer p{margin:0 0 12px;font-size:.8rem;color:#64748b}.calendar-modal-apply{width:100%}.date-filter-months{gap:6px;margin-bottom:14px}.date-filter-month{position:relative;min-width:44px;padding:8px 10px;font-size:.8rem;font-weight:500;color:#64748b;background:#f8fafc;border:1px solid #E2E8F0;border-radius:var(--border-radius);cursor:pointer}.date-filter-month:hover{border-color:var(--accent);color:var(--accent)}.date-filter-month.active{background:var(--accent-light);border-color:var(--accent);color:var(--accent)}.date-filter-month.has-data .month-dot{position:absolute;top:4px;right:6px;width:6px;height:6px;border-radius:50%;background:var(--accent)}.date-filter-period{gap:8px}.date-filter-period-btn{padding:8px 16px;font-size:.875rem;font-weight:500;color:#475569;background:#fff;border:1px solid #E2E8F0;border-radius:var(--border-radius);cursor:pointer}.date-filter-period-btn:hover{border-color:var(--accent);color:var(--accent)}.date-filter-period-btn.active{background:var(--accent);border-color:var(--accent);color:#fff}.dashboard-loading{padding:12px 16px;margin-bottom:16px;background:#e0f2fe;color:#0369a1;border-radius:var(--border-radius);font-size:14px}.dashboard-error{padding:12px 16px;margin-bottom:16px;background:#fee2e2;color:#b91c1c;border-radius:var(--border-radius);font-size:14px}.dashboard-delete-error{display:flex;align-items:center;justify-content:space-between;gap:12px}.dashboard-error-dismiss{background:none;border:none;color:inherit;font-size:1.25rem;line-height:1;cursor:pointer;padding:0 4px;opacity:.8}.dashboard-error-dismiss:hover{opacity:1}.th-actions,.td-actions{width:80px;text-align:center}.btn-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:var(--border-radius);cursor:pointer;background:transparent;color:#64748b;transition:color .2s,background .2s}.btn-icon:hover:not(:disabled){background:#fee2e2;color:#b91c1c}.btn-icon:disabled{cursor:not-allowed;opacity:.7}.btn-icon.btn-delete{color:#94a3b8}.btn-icon.btn-delete:hover:not(:disabled){color:#dc2626;background:#fee2e2}.dashboard-submit-banner{display:flex;align-items:flex-start;gap:12px;padding:14px 18px;margin-bottom:20px;background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #10B981;border-radius:var(--border-radius);color:#065f46;font-size:14px}.dashboard-submit-banner i{font-size:20px;color:#10b981;margin-top:2px}.dashboard-submit-banner strong{display:block;margin-bottom:4px;color:#047857}.dashboard-submit-banner p{margin:0;color:#065f46;opacity:.95}.summary-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:24px}.card{background:#fff;border-radius:var(--border-radius);border:1px solid #E2E8F0;transition:all var(--transition-normal);box-shadow:0 1px 3px #0000000d;animation:fadeInUp .5s ease forwards}.summary-card{padding:20px;display:flex;align-items:flex-start;justify-content:space-between}.card-content h3{font-size:12px;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.card-content .value{font-size:28px;font-weight:700;color:#1e293b;line-height:1;display:flex;align-items:baseline;gap:6px}.card-content .unit{font-size:14px;font-weight:500;color:#64748b}.trend{display:flex;align-items:center;gap:4px;margin-top:10px;font-size:13px;font-weight:500}.trend.down{color:var(--success)}.trend.up{color:var(--error)}.card-icon{width:48px;height:48px;border-radius:var(--border-radius-sm);display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}.summary-card.total .card-icon{background:var(--accent-light);color:var(--accent)}.summary-card.scope1 .card-icon{background:var(--scope1-light);color:var(--scope1-color)}.summary-card.scope2 .card-icon{background:var(--scope2-light);color:var(--scope2-color)}.summary-card.target .card-icon{background:#22c55e1a;color:var(--success)}.progress-bar{width:100%;height:6px;background:#e2e8f0;border-radius:3px;margin-top:12px;overflow:hidden}.progress{height:100%;background:var(--accent);border-radius:3px;transition:width .5s ease}.progress-label{font-size:12px;color:#64748b;margin-top:6px;display:block}.charts-section{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:20px;margin-bottom:24px}.chart-card{padding:20px}.card-header h2{font-size:16px;font-weight:600;color:#1e293b;display:flex;align-items:center;gap:8px}.chart-container{position:relative;height:280px}.doughnut-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:280px}.doughnut-wrapper{width:180px;height:180px}.chart-legend{display:flex;flex-direction:column;gap:8px;margin-top:16px}.legend-item{display:flex;align-items:center;gap:8px;font-size:13px;color:#475569}.legend-color{width:12px;height:12px;border-radius:3px}.scope1-color{background:var(--scope1-color)}.scope2-color{background:var(--scope2-color)}.chart-legend-inline{display:flex;align-items:center;gap:16px}.chart-legend-inline .legend-item{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--text-secondary)}.chart-legend-inline .legend-color{width:10px;height:10px;border-radius:2px}.detailed-sections{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:24px}.detail-card{padding:20px}.info-badge{display:flex;align-items:center;gap:6px;font-size:11px;color:#64748b;background:#f1f5f9;padding:6px 10px;border-radius:16px}.detail-table{overflow-x:auto}.detail-table table{width:100%;border-collapse:collapse;font-size:13px}.detail-table th,.detail-table td{padding:12px 14px;text-align:left;border-bottom:1px solid #E2E8F0}.detail-table th{font-weight:600;color:#64748b;font-size:11px;text-transform:uppercase;letter-spacing:.5px;background:#f8fafc}.detail-table td{color:#475569}.detail-table td i{margin-right:8px;color:#94a3b8}.detail-table tbody tr:hover{background:#f8fafc}.detail-table tfoot td{background:#f1f5f9;color:#1e293b;font-weight:600;border-bottom:none}.mini-bar{display:inline-block;width:50px;height:4px;background:#e2e8f0;border-radius:2px;margin-right:6px;vertical-align:middle}.mini-progress{height:100%;background:var(--scope1-color);border-radius:2px;display:block}.mini-progress.scope2-bg{background:var(--scope2-color)}.status-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase}.status-badge.verified{background:#22c55e26;color:var(--success)}.status-badge.pending{background:#f59e0b26;color:var(--warning)}.source-badge{display:inline-block;padding:4px 8px;border-radius:8px;font-size:11px;font-weight:500;background:#3b82f61f;color:#1d4ed8}.type-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:12px;font-size:11px;font-weight:600}.type-badge.scope1{background:var(--scope1-light);color:var(--scope1-color)}.type-badge.scope2{background:var(--scope2-light);color:var(--scope2-color)}.facility-card{padding:20px;margin-bottom:24px}.facility-table{width:100%;border-collapse:collapse;font-size:13px}.facility-table th,.facility-table td{padding:14px 16px;text-align:left;border-bottom:1px solid #E2E8F0}.facility-table th{font-weight:600;color:#64748b;font-size:11px;text-transform:uppercase;letter-spacing:.5px;background:#f8fafc}.facility-table td{color:#475569}.facility-table tbody tr:hover{background:#f8fafc}.dashboard-footer{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-top:1px solid #E2E8F0;margin-top:16px}.dashboard-footer p{font-size:13px;color:#64748b}@media(max-width:1400px){.summary-cards{grid-template-columns:repeat(2,1fr)}.charts-section{grid-template-columns:1fr 1fr}}@media(max-width:1200px){.charts-section,.detailed-sections{grid-template-columns:1fr}}@media(max-width:768px){.dashboard-content{padding:16px}.summary-cards{grid-template-columns:1fr}}@media(max-width:576px){.page-header h1{font-size:24px}.summary-card{padding:16px}.card-content .value{font-size:24px}.card-header{flex-direction:column;align-items:flex-start;gap:12px}}.summary-card:nth-child(1){animation-delay:.05s}.summary-card:nth-child(2){animation-delay:.1s}.summary-card:nth-child(3){animation-delay:.15s}.summary-card:nth-child(4){animation-delay:.2s}.data-input-content{padding:24px}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.step-indicator{display:flex;gap:12px;margin-bottom:24px}.step-tab{display:flex;align-items:center;gap:10px;padding:12px 20px;background:#fff;border:2px solid #E2E8F0;border-radius:var(--border-radius);cursor:pointer;font-size:.95rem;font-weight:500;color:#64748b;transition:all .3s ease}.step-tab:hover{border-color:var(--accent);color:var(--accent)}.step-tab.active{border-color:var(--accent);background:var(--accent-light);color:var(--accent)}.step-num{width:28px;height:28px;background:#e2e8f0;color:#64748b;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700}.step-tab.active .step-num{background:var(--accent);color:#fff}.step-actions{margin-top:24px}.btn-next{display:flex;align-items:center;gap:10px;padding:14px 28px;font-size:1rem}.method-selection{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:24px}.method-card{background:#fff;border:2px solid #E2E8F0;border-radius:var(--border-radius);padding:30px;text-align:center;cursor:pointer;transition:all .3s ease}.method-card:hover{border-color:var(--accent);transform:translateY(-2px)}.method-card.active{border-color:var(--accent);background:var(--accent-light)}.method-icon{width:60px;height:60px;background:#f1f5f9;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:1.5rem;color:var(--accent)}.method-card.active .method-icon{background:var(--accent);color:#fff}.method-card h3{font-size:1.1rem;color:#1e293b;margin-bottom:8px}.method-card p{font-size:.9rem;color:#64748b}.data-section{padding:24px;margin-bottom:24px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.section-title{display:flex;align-items:center;gap:12px}.section-title h2{font-size:1.25rem;color:#1e293b}.scope-badge{padding:6px 12px;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase}.scope-badge.scope1{background:var(--scope1-light);color:var(--scope1-color)}.scope-badge.scope2{background:var(--scope2-light);color:var(--scope2-color)}.btn-add{display:flex;align-items:center;gap:8px;padding:10px 20px;background:var(--accent);color:#fff;border:none;border-radius:var(--border-radius-sm);cursor:pointer;font-size:.9rem;font-weight:500;transition:all .3s ease}.btn-add:hover{background:var(--accent-hover)}.entries-container{display:flex;flex-direction:column;gap:16px}.entry-card{background:#f8fafc;border:1px solid #E2E8F0;border-radius:var(--border-radius-sm);padding:20px}.entry-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.entry-number{font-size:.85rem;font-weight:600;color:#64748b}.btn-remove{width:32px;height:32px;background:#fee2e2;border:none;border-radius:50%;color:#ef4444;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.btn-remove:hover{background:#ef4444;color:#fff}.entry-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.form-group label{font-size:.8rem;font-weight:500;color:#64748b;margin-bottom:6px}.form-group input,.form-group select{padding:10px 12px;border:1px solid #E2E8F0;border-radius:var(--border-radius-sm);font-size:.9rem;color:#1e293b;background:#fff;transition:all .3s ease}.form-group input::placeholder{color:#94a3b8}.submit-section{display:flex;justify-content:flex-end;margin-top:24px}.btn-submit{display:flex;align-items:center;gap:10px;padding:14px 32px;font-size:1rem}.upload-section{padding:40px}.expected-doc-date{background:#f0fdf4;border:2px solid #0D9488;border-radius:var(--border-radius);padding:1.25rem 1.5rem;margin-bottom:1.5rem}.expected-doc-date-header{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:#0f766e;margin-bottom:.5rem}.expected-doc-date-header i{color:#0d9488}.expected-doc-date-hint{font-size:.875rem;color:#64748b;margin-bottom:1rem;line-height:1.4}.expected-doc-date-fields{display:flex;flex-wrap:wrap;gap:1rem}.expected-doc-date-fields .form-group{min-width:140px}.expected-doc-date-fields .form-group label{display:block;font-size:.8rem;font-weight:500;color:#334155;margin-bottom:.35rem}.expected-doc-date-fields select{width:100%;padding:.5rem .75rem;border:1px solid #E2E8F0;border-radius:6px;font-size:.9rem;background:#fff;cursor:pointer}.upload-area{border:2px dashed #E2E8F0;border-radius:var(--border-radius);padding:60px;text-align:center;cursor:pointer;transition:all .3s ease;position:relative}.upload-area:hover{border-color:var(--accent);background:var(--accent-light)}.upload-area--loading{pointer-events:none;opacity:.9}.upload-verify-list{margin-top:1.5rem}.upload-verify-list-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.upload-verify-list-header .btn-submit-all{flex-shrink:0}.upload-verify-list>h4,.upload-verify-list-header h4{font-size:1rem;color:#166534;margin-bottom:.25rem;display:flex;align-items:center;gap:.5rem}.upload-verify-list .upload-verify-card{margin-top:1rem}.upload-verify-card{padding:1.25rem;background:#f0fdf4;border:1px solid #BBF7D0;border-radius:var(--border-radius)}.upload-verify-card-title{font-size:.9rem;font-weight:600;color:#0f172a;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid #BBF7D0}.upload-verify-card h4{font-size:1rem;color:#166534;margin-bottom:.25rem;display:flex;align-items:center;gap:.5rem}.upload-verify-hint{font-size:.875rem;color:#15803d;margin-bottom:1rem}.upload-verify-batch{margin-top:1rem;padding:1rem;background:#ecfdf5;border:1px solid #A7F3D0;border-radius:var(--border-radius)}.upload-verify-batch-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #A7F3D0}.upload-verify-batch-title{font-weight:600;color:#065f46}.upload-verify-fields{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem;margin-bottom:1rem}.upload-verify-fields .form-group label{display:block;font-size:.75rem;font-weight:500;color:#64748b;margin-bottom:4px}.upload-verify-fields .form-group input{width:100%;padding:8px 10px;border:1px solid #E2E8F0;border-radius:6px;font-size:.9rem}.upload-verify-actions{display:flex;gap:.75rem;justify-content:flex-end}.upload-verify-actions .btn-primary:disabled{opacity:.8;cursor:not-allowed}.upload-area input[type=file]{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.upload-icon{font-size:3rem;color:var(--accent);margin-bottom:16px}.upload-area h3{font-size:1.25rem;color:#1e293b;margin-bottom:8px}.upload-area p{color:#64748b}.upload-info{margin-top:24px;padding-top:24px;border-top:1px solid #E2E8F0}.upload-info p{display:flex;align-items:center;gap:10px;color:#64748b;font-size:.9rem;margin-bottom:8px}.upload-info i{color:var(--accent)}@media(max-width:1200px){.entry-grid{grid-template-columns:repeat(2,1fr)}}.config-sidebar .config-preview-card{margin-top:0}.config-step-layout .config-form{margin-bottom:0}.help-text{font-size:.75rem;color:#64748b;margin-top:.5rem}.config-card-content select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2394A3B8' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1.25rem;padding-right:2.5rem}.config-upload-area{border:2px dashed #E2E8F0;border-radius:var(--border-radius);padding:2rem;text-align:center;cursor:pointer;transition:border-color .2s,background .2s}.config-upload-area:hover{border-color:var(--accent);background:var(--accent-light)}.config-upload-icon{font-size:3rem;color:#94a3b8;margin-bottom:1rem;display:block}.config-upload-title{font-weight:500;color:#1e293b;margin-bottom:.25rem}.config-file-list{margin-top:1rem}.config-file-list>label{display:block;font-size:.8rem;font-weight:500;color:#64748b;margin-bottom:.5rem}.config-uploaded-file{display:flex;align-items:center;gap:8px;padding:.75rem 1rem;background:#f8fafc;border:1px solid #E2E8F0;border-radius:.5rem;margin-top:.5rem}.config-uploaded-file span:first-of-type{flex:1;font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.config-uploaded-file .file-size{font-size:.75rem;color:#64748b;flex-shrink:0}.config-file-remove{width:28px;height:28px;border:none;background:#fee2e2;color:#ef4444;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.config-file-remove:hover{background:#ef4444;color:#fff}@media(max-width:768px){.method-selection,.entry-grid{grid-template-columns:1fr}.section-header{flex-direction:column;gap:16px;align-items:flex-start}.step-indicator,.config-button-group{flex-direction:column}.config-button-group .btn{width:100%}.config-step-layout{grid-template-columns:1fr}.config-sidebar{position:static;order:-1}}.reports-content{padding:24px}.report-gate{max-width:520px;margin:2rem auto;padding:2rem;text-align:center}.report-gate-icon{width:64px;height:64px;margin:0 auto 1rem;background:#e2e8f0;color:#475569;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem}.report-gate h2{font-size:1.25rem;color:#1e293b;margin-bottom:.75rem}.report-gate p{color:#475569;margin-bottom:1.5rem;line-height:1.5}.report-gate .btn{display:inline-flex;align-items:center;gap:.5rem}.report-page{display:flex;flex-direction:column;gap:24px}.report-loading{padding:2rem;text-align:center;color:#64748b}.report-actions{display:flex;flex-direction:column;gap:12px;padding:0 4px}.report-option-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.report-card{display:flex;align-items:center;gap:14px;padding:18px;border:1px solid #E2E8F0;border-radius:16px;background:#fff;cursor:pointer;transition:all .2s ease}.report-card:hover,.report-card.active{border-color:#14b8a6;box-shadow:0 8px 24px #0f172a14}.report-card-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:18px;color:#0f172a;background:#eef2ff}.report-card-icon.month{background:#ecfdf5;color:#065f46}.report-card-icon.calendar{background:#eff6ff;color:#1d4ed8}.report-card-icon.sliders{background:#fdf2f8;color:#9d174d}.report-card span{display:block;font-weight:600;color:#0f172a}.report-card p{margin:2px 0 0;color:#64748b;font-size:13px}.report-actions-cta{display:flex;align-items:center;gap:16px}.pdf-btn{display:inline-flex;align-items:center;gap:8px;background:#dc2626;border:none;color:#fff;padding:12px 22px;border-radius:10px;font-weight:600;cursor:pointer;transition:background .2s ease}.pdf-btn:hover{background:#b91c1c}.report-actions-cta small{color:#64748b}.report-cover-page{position:relative;display:flex;flex-direction:column;padding:40px 40px 28px;background:linear-gradient(90deg,#1e3f5f,#2e5f7c 45%,#14b8a6);color:#fff}.report-cover-bg{position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 85% 15%,rgba(255,255,255,.06) 0%,transparent 50%);pointer-events:none}.report-cover-logo{position:relative;display:flex;align-items:center;gap:10px;margin-bottom:0}.report-cover-logo-icon{width:28px;height:28px;object-fit:contain}.report-cover-logo-text{font-size:18px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#fff}.report-cover-center{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;padding:32px 0 28px}.report-cover-chart-icon{width:80px;height:48px;margin-bottom:20px;color:#2ec97f}.report-cover-title{font-size:32px;font-weight:700;margin:0 0 10px;color:#fff;letter-spacing:-.02em}.report-cover-org{font-size:20px;font-weight:500;margin:0 0 6px;color:#fff;opacity:.98}.report-cover-subtitle{font-size:17px;margin:0 0 18px;color:#fff;opacity:.95}.report-cover-period{font-size:14px;margin:0;color:#ffffffe6}.report-cover-footer{position:relative;border-top:none;color:#ffffffb3;margin-top:0;padding-top:12px}.report-hero{padding:28px;background:linear-gradient(120deg,#0f172a,#1e293b 70%);color:#f8fafc;border:none}.hero-header{display:flex;justify-content:space-between;align-items:flex-start;gap:24px}.hero-kicker{text-transform:uppercase;letter-spacing:2px;font-size:12px;opacity:.7;display:block;margin-bottom:6px}.report-hero h1{font-size:28px;font-weight:700;margin-bottom:6px}.hero-org{font-size:18px;opacity:.95;margin-bottom:4px}.hero-subtitle{font-size:16px;color:#94a3b8;margin-bottom:4px}.hero-period{color:#cbd5e1}.hero-badge{background:#14b8a626;color:#34d399;border-radius:999px;padding:10px 18px;font-weight:600;font-size:13px;white-space:nowrap}.metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.metric-card{display:flex;flex-direction:column;gap:8px;border:1px solid #E2E8F0;border-radius:14px;padding:20px;background:#fff}.metric-positive{border-color:#10b9814d;background:linear-gradient(180deg,#f0fdf4,#ecfdf3)}.metric-label{font-size:12px;text-transform:uppercase;letter-spacing:1px;color:#475569}.metric-value{font-size:26px;font-weight:700;color:#0f172a}.metric-positive .metric-value{color:#047857}.metric-subtitle{font-size:13px;color:#475569}.metrics-inline{margin:1rem 0}.insight-lead{font-weight:600;color:#0f172a;margin-bottom:.5rem}.insight-text{margin-top:1rem}.body-text.lead{font-weight:500;margin-bottom:.5rem}.pathway-overview-box{background:#f1f5f9;border:1px solid #E2E8F0;border-radius:12px;padding:1rem 1.25rem;margin:1rem 0}.pillars-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1rem}.pillar-card{background:#f1f5f9;border:1px solid #E2E8F0;border-radius:12px;padding:1rem}.pillar-icon{font-size:1.5rem;display:block;margin-bottom:.5rem}.pillar-card strong{display:block;font-size:.85rem;color:#0f172a;margin-bottom:.5rem}.pillar-card p{font-size:.875rem;color:#334155;margin:0;line-height:1.4}.breakdown-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:1rem 0}.breakdown-card{background:#f0fdf4;border:1px solid #BBF7D0;border-radius:12px;padding:1rem;display:flex;flex-direction:column;gap:.25rem}.breakdown-label{font-weight:600;color:#0f172a;font-size:.9rem}.breakdown-pct{font-size:.8rem;color:#475569}.breakdown-value{font-size:1.25rem;font-weight:700;color:#047857}.removal-calculation-box{background:#f8fafc;border:1px solid #E2E8F0;border-radius:12px;padding:1rem 1.25rem;margin:1rem 0}.calculation-table{width:100%;margin:0}.calculation-table td{padding:8px 12px;border-bottom:1px solid #E2E8F0;color:#334155}.calculation-table td:first-child{font-weight:500;color:#1e293b}.tree-highlight-box{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #6EE7B7;border-radius:12px;padding:1.25rem 1.5rem;margin:1rem 0;text-align:center}.tree-highlight-number{display:block;font-size:2rem;font-weight:800;color:#047857;margin-bottom:4px}.tree-highlight-label{display:block;font-size:.95rem;font-weight:600;color:#065f46;margin-bottom:6px}.tree-highlight-desc{display:block;font-size:.85rem;color:#047857;line-height:1.4}.body-text-small{font-size:13px;color:#475569}.removal-breakdown-list{margin:.5rem 0 0;padding-left:1.25rem}.summary-metrics-box{margin:1rem 0}.summary-metrics-box .calculation-table td:last-child{text-align:right;font-weight:600}.roi-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:1rem 0}.roi-card{background:#f1f5f9;border:1px solid #E2E8F0;border-radius:12px;padding:1.25rem;display:flex;flex-direction:column;gap:6px}.roi-card-label{font-size:.8rem;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.5px}.roi-card-value{font-size:1.5rem;font-weight:700;color:#1e293b}.roi-card-desc{font-size:.8rem;color:#64748b}.roi-card-highlight{background:linear-gradient(180deg,#ecfdf5,#d1fae5);border-color:#6ee7b7}.roi-card-highlight .roi-card-value{color:#047857}.roi-card-highlight .roi-card-desc{color:#065f46}.report-section{display:flex;flex-direction:column;gap:16px;background:#fff;border:1px solid #E2E8F0;border-radius:16px;padding:24px 28px}.section-title{font-size:18px;font-weight:600;color:#0f172a}.section-title.sub{font-size:15px;font-weight:600;margin-top:4px}.body-text{color:#334155;line-height:1.6;font-size:15px}.bullet-list{margin-left:18px;display:grid;gap:8px}.bullet-list li{margin-left:16px;list-style:disc}.methodology-list{display:flex;flex-direction:column;gap:12px;margin:1rem 0}.methodology-list .body-text{margin:0}.tcfd-cards{display:grid;grid-template-columns:1fr;gap:14px;margin:1rem 0}.tcfd-card{padding:14px 16px;border-radius:10px;border-left:4px solid transparent}.tcfd-card-badge{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.5px;margin-bottom:6px}.tcfd-risk{background:#fef2f2;border-left-color:#ef4444}.tcfd-risk .tcfd-card-badge{color:#b91c1c}.tcfd-opportunity{background:#ecfdf5;border-left-color:#10b981}.tcfd-opportunity .tcfd-card-badge{color:#047857}.tcfd-card-title{display:block;margin-bottom:6px;color:#1e293b;font-size:14px}.tcfd-card .body-text{margin:0;font-size:14px}.roadmap-phases{margin:1rem 0}.roadmap-phases .bullet-list{margin-top:4px;margin-bottom:14px}.roadmap-timeline{display:flex;justify-content:space-between;margin-top:16px;padding:10px 0;font-size:14px;font-weight:600;color:#475569}.assumptions-list{list-style:decimal;padding-left:1.5rem;margin:1rem 0}.assumptions-list li{margin-bottom:10px}.next-steps-list{display:flex;flex-direction:column;gap:20px;margin:1rem 0}.next-step-item{display:flex;gap:14px}.next-step-num{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:#14b8a6;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}.next-step-impact{font-size:13px;color:#047857;font-weight:500;margin-top:6px}.closing-summary-list li{margin-bottom:8px}.appendix-factors td{vertical-align:top}.appendix-factors td:first-child{font-weight:600;width:120px}.appendix-quality{font-size:18px;font-weight:700;color:#047857;margin:12px 0 8px}.report-page-kicker{margin-bottom:8px;color:#475569}.report-chart{min-height:280px}.actions-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:12px}.action-card{background:#f1f5f9;border:1px solid #E2E8F0;border-radius:12px;padding:18px;display:flex;flex-direction:column;gap:8px}.action-card h4{font-size:15px;font-weight:600;color:#0f172a}.action-impact-inline{color:#14b8a6;font-weight:700}.action-card p{color:#334155;font-size:13px;line-height:1.5}.action-card .muted{color:#64748b;font-size:13px}.table-wrap{overflow-x:auto}.report-table th,.report-table td{padding:14px 12px;border-bottom:1px solid #E2E8F0;text-align:left;vertical-align:top}.report-table th{color:#475569;font-weight:600;text-transform:uppercase;font-size:12px;letter-spacing:.6px}.report-table .total-row td{font-weight:700}.tcfd-table td:first-child{font-weight:600;color:#0f172a}.roi-table td{white-space:nowrap}.report-footer-note{text-align:center;color:#64748b;font-size:13px;margin-top:8px}.report-page-footer{font-size:12px;color:#64748b;margin-top:20px;padding-top:12px;border-top:1px solid #E2E8F0}.report-print-page{margin-bottom:8px}.report-print-page:not(.report-cover-page){min-height:unset!important;height:auto!important;page-break-inside:avoid;margin-bottom:0;padding-bottom:8px}.report-print-page .report-section{margin-bottom:0}.report-print-page .report-page-footer{margin-top:8px;padding-top:6px}.modal-overlay.custom-dates{position:fixed;inset:0;background:#0f172a99;display:flex;align-items:center;justify-content:center;z-index:3000;opacity:1;visibility:visible}.custom-modal{background:#fff;padding:32px;border-radius:18px;width:min(420px,90vw);box-shadow:0 24px 80px #0f172a33}.custom-modal h3{margin:0 0 16px;color:#0f172a;font-size:20px}.custom-modal .form-group{margin-bottom:16px}.custom-modal .form-group label{display:block;margin-bottom:6px;color:#475569;font-weight:500}.custom-modal .form-group input{width:100%;padding:10px 14px;border:1px solid #E2E8F0;border-radius:8px;font-family:inherit}.custom-modal .form-group input:focus{outline:none;border-color:#14b8a6;box-shadow:0 0 0 3px #14b8a626}.custom-modal .modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:16px}.custom-modal .modal-actions .btn{padding:10px 18px;border-radius:8px;border:none;cursor:pointer;font-weight:600}.btn-outline{background:#f1f5f9;color:#0f172a}.report-toast{position:fixed;bottom:24px;right:24px;background:#0f172a;color:#fff;padding:12px 20px;border-radius:999px;z-index:3500;animation:reportToastIn .3s ease}@keyframes reportToastIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chart-container{position:relative;width:100%;min-height:280px}.report-type-selection{display:flex;gap:16px;margin-bottom:24px}.type-btn{display:flex;align-items:center;gap:10px;padding:14px 24px;background:#fff;border:2px solid #E2E8F0;border-radius:var(--border-radius-sm);font-size:.95rem;font-weight:500;color:#64748b;cursor:pointer;transition:all .3s ease}.type-btn:hover{border-color:var(--accent);color:var(--accent)}.type-btn.active{background:var(--accent);border-color:var(--accent);color:#fff}.type-btn i{font-size:1rem}.report-preview{padding:32px}.report-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px;padding-bottom:24px;border-bottom:2px solid #E2E8F0}.report-title h2{font-size:1.5rem;color:#1e293b;margin-bottom:8px}.report-period{font-size:.9rem;color:#64748b}.report-actions{display:flex;gap:12px}.btn{display:flex;align-items:center;gap:8px;padding:10px 20px;border:none;border-radius:var(--border-radius-sm);font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease}.btn-secondary{background:#f1f5f9;color:#475569;border:1px solid #E2E8F0}.report-section{margin-bottom:32px}.report-section h3{font-size:1.1rem;color:#1e293b;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid #E2E8F0}.summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.summary-item{background:#f8fafc;padding:20px;border-radius:var(--border-radius-sm);text-align:center}.summary-label{display:block;font-size:.8rem;color:#475569;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.summary-value{font-size:1.5rem;font-weight:700;color:#1e293b}.report-table{width:100%;border-collapse:collapse}.report-table th,.report-table td{padding:14px 16px;text-align:left;border-bottom:1px solid #E2E8F0}.report-table th{background:#f1f5f9;font-weight:600;font-size:.8rem;color:#334155;text-transform:uppercase;letter-spacing:.5px}.report-table td{color:#334155}.report-table tbody tr:hover{background:#f8fafc}.report-table tfoot td{background:#f1f5f9;font-weight:600}.recommendations{display:flex;flex-direction:column;gap:16px}.recommendation-item{display:flex;gap:16px;padding:20px;background:#f8fafc;border-radius:var(--border-radius-sm);border-left:4px solid transparent}.rec-icon{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}.rec-icon.high{background:#ef44441a;color:#ef4444}.rec-icon.medium{background:#f59e0b1a;color:#f59e0b}.rec-icon.low{background:#22c55e1a;color:#22c55e}.rec-content h4{font-size:1rem;color:#1e293b;margin-bottom:8px}.rec-content p{font-size:.9rem;color:#475569;margin-bottom:8px;line-height:1.6}.rec-impact{font-size:.85rem;font-weight:600;color:var(--accent)}.compliance-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.compliance-item{display:flex;align-items:center;gap:10px;padding:16px;background:#f8fafc;border-radius:var(--border-radius-sm);font-weight:500}.compliance-item.passed{color:#065f46;background:#d1fae5}.compliance-item.passed i{color:#22c55e}.compliance-item.pending{color:#92400e;background:#fef3c7}.compliance-item.pending i{color:#f59e0b}@media(max-width:1200px){.summary-grid,.compliance-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.report-type-selection{flex-direction:column}.report-header{flex-direction:column;gap:16px}.summary-grid,.compliance-grid{grid-template-columns:1fr}}@media print{.no-print{display:none!important}.report-cover-page{page-break-after:always;-webkit-print-color-adjust:exact;print-color-adjust:exact}.report-print-page:not(.report-cover-page){page-break-after:auto;page-break-inside:avoid;min-height:unset;height:auto}.report-print-page:last-of-type{page-break-after:auto}.report-page-footer{margin-top:12px;padding-top:8px}.report-cover-footer{margin-top:0;padding-top:12px}.report-section{padding:16px 20px;gap:12px}.report-print-page{margin-bottom:0}.report-chart{min-height:220px}.metrics-inline{margin:.5rem 0}.section-title{margin-bottom:2px}}@media(max-width:1200px){.metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.actions-grid,.report-option-cards{grid-template-columns:1fr}.report-actions-cta{flex-direction:column;align-items:flex-start}}@media(max-width:768px){.metrics-grid{grid-template-columns:1fr}.hero-header,.report-card{flex-direction:column;align-items:flex-start}.pillars-grid,.breakdown-cards{grid-template-columns:1fr}}.decarbonization-content{padding:24px}.notification{position:fixed;top:80px;right:24px;padding:16px 24px;border-radius:8px;display:flex;align-items:center;gap:12px;z-index:1000;animation:slideIn .3s ease;box-shadow:0 4px 12px #00000026;max-width:500px}.notification.warning{background:#fef3c7;color:#92400e}.notification.info{background:#dbeafe;color:#1e40af}.decarb-main-title{font-size:24px;font-weight:700;color:#1e293b;margin:0 0 8px}.decarb-main-subtitle{color:#64748b;margin:0 0 24px}.decarb-loading{color:#64748b;margin:0 0 16px;font-size:14px}.decarb-grid{display:grid;grid-template-columns:2fr 1fr;gap:24px;margin-top:0;margin-bottom:24px}.decarb-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000000d;border:1px solid #E2E8F0;display:flex;flex-direction:column}.decarb-card-title{font-size:16px;font-weight:600;color:#1e293b;margin-bottom:20px}.metrics-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;margin-bottom:24px}.metric-box{background:#f8fafc;padding:16px;border-radius:10px;text-align:center;border:1px solid #E2E8F0}.metric-label{font-size:12px;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.metric-number{font-size:22px;font-weight:700;color:#1e293b}.metric-number-highlight{color:#0d9488}.metric-unit{font-size:14px;color:#64748b}.metric-number-highlight .metric-unit{color:inherit}.chart-wrapper{position:relative;width:100%;min-height:280px;margin-bottom:24px}.chart-wrapper canvas{display:block;max-height:280px}.slider-group{margin-top:16px}.slider-label{display:flex;justify-content:space-between;margin-bottom:10px;font-weight:500;color:#1e293b}.slider-label .slider-value{color:#0d9488;font-weight:700;font-size:16px}.decarb-slider{width:100%;height:8px;background:#e2e8f0;border-radius:4px;outline:none;-webkit-appearance:none;appearance:none}.decarb-slider::-webkit-slider-thumb{-webkit-appearance:none;width:24px;height:24px;background:#14b8a6;border-radius:50%;cursor:pointer;box-shadow:0 2px 6px #14b8a666;border:2px solid white}.decarb-slider:disabled{opacity:.5;cursor:not-allowed}.decarb-slider:disabled::-webkit-slider-thumb{background:#94a3b8;cursor:not-allowed;box-shadow:none}.slider-minmax{display:flex;justify-content:space-between;margin-top:5px;font-size:12px;color:#94a3b8}.decarb-sidebar{display:flex;flex-direction:column;gap:24px}.impact-card{background:linear-gradient(135deg,#14b8a6,#0d9488);color:#fff;padding:30px;border-radius:12px;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:15px}.impact-title{font-size:18px;font-weight:600;opacity:.95}.impact-big-number{font-size:48px;font-weight:800}.impact-desc{font-size:14px;opacity:.9;line-height:1.5}.cta-button{background:#fff;color:#0d9488;border:none;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;margin-top:10px;transition:transform .2s,box-shadow .2s}.cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.decarb-card-details{flex:1}.project-select-wrap{margin-bottom:20px}.project-select-wrap label{display:block;font-size:13px;font-weight:600;color:#1e293b;margin-bottom:8px}.project-select-wrap select{width:100%;padding:12px 36px 12px 14px;border:1px solid #E2E8F0;border-radius:8px;font-size:14px;color:#1e293b;background:#fff;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748B' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center}.project-select-wrap select:focus{outline:none;border-color:#14b8a6}.project-details-box{font-size:14px;color:#475569;line-height:1.6}.project-details-box p{margin-bottom:12px}.project-details-box strong{color:#1e293b}.project-info-placeholder{color:#94a3b8}.project-info-row{margin:0 0 10px}.verified-badge-block{margin-top:20px;padding:12px 16px;background:#ecfdf5;border-radius:8px;color:#065f46;font-size:13px}.simulator-panel{padding:24px}.simulator-content{display:flex;flex-direction:column;gap:24px}.form-section{display:flex;flex-direction:column;gap:8px}.form-section label{font-size:.9rem;font-weight:500;color:#374151}.project-select{padding:12px 16px;border:2px solid #E2E8F0;border-radius:8px;font-size:1rem;color:#1e293b;background:#fff;cursor:pointer;transition:all .3s ease}.project-select:focus{outline:none;border-color:#14b8a6;box-shadow:0 0 0 3px #14b8a640}.slider-container{margin-top:8px}.tree-slider{width:100%;height:8px;background:#e2e8f0;border-radius:4px;outline:none;-webkit-appearance:none;appearance:none}.tree-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:24px;height:24px;background:var(--accent);border-radius:50%;cursor:pointer;box-shadow:0 2px 8px #14b8a666;transition:transform .2s ease}.tree-slider::-webkit-slider-thumb:hover{transform:scale(1.1)}.tree-slider:disabled{opacity:.5;cursor:not-allowed}.tree-slider:disabled::-webkit-slider-thumb{background:#94a3b8;cursor:not-allowed;box-shadow:none}.slider-labels{display:flex;justify-content:space-between;margin-top:8px;font-size:.8rem;color:#94a3b8}.slider-value{display:flex;align-items:baseline;gap:8px;margin-top:12px}.tree-count{font-size:2rem;font-weight:700;color:var(--accent)}.tree-label{font-size:.9rem;color:#64748b}.impact-summary{background:#f8fafc;border-radius:var(--border-radius-sm);padding:16px}.impact-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #E2E8F0}.impact-row:last-child{border-bottom:none}.impact-row.highlight{background:var(--accent-light);margin:8px -16px -16px;padding:12px 16px;border-radius:0 0 var(--border-radius-sm) var(--border-radius-sm)}.impact-label{color:#64748b;font-size:.9rem}.impact-value{font-weight:600;color:#1e293b}.impact-row.highlight .impact-value{color:var(--accent)}.offset-progress{margin-top:8px}.progress-header{display:flex;justify-content:space-between;font-size:.85rem;color:#64748b;margin-bottom:8px}.progress-bar{height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden}.progress{height:100%;background:linear-gradient(90deg,var(--accent),#22C55E);border-radius:4px;transition:width .5s ease}.btn-confirm{display:flex;align-items:center;justify-content:center;gap:10px;padding:16px 24px;font-size:1rem;margin-top:8px}.project-panel{padding:24px}.verified-badge{display:flex;align-items:center;gap:6px;background:#d1fae5;color:#065f46;padding:6px 12px;border-radius:20px;font-size:.8rem;font-weight:600}.project-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#94a3b8;text-align:center}.project-placeholder i{font-size:3rem;margin-bottom:16px}.project-details{display:flex;flex-direction:column;gap:16px}.project-info-row{display:flex;flex-direction:column;gap:4px}.project-info-row strong{font-size:.8rem;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.project-info-row span{font-size:1rem;color:#1e293b}.project-benefits{margin-top:16px;padding-top:16px;border-top:1px solid #E2E8F0}.project-benefits h4{font-size:.9rem;color:#374151;margin-bottom:12px}.project-benefits ul{list-style:none}.project-benefits li{display:flex;align-items:center;gap:10px;padding:8px 0;color:#475569;font-size:.9rem}.project-benefits li i{color:var(--success);font-size:.8rem}.info-section{padding:24px}.info-content{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.info-item{display:flex;gap:16px}.info-item .info-icon{width:50px;height:50px;background:var(--accent-light);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:var(--accent);flex-shrink:0}.info-item h4{font-size:1rem;color:#1e293b;margin-bottom:8px}.info-item p{font-size:.85rem;color:#64748b;line-height:1.6}.btn{padding:8px 16px;border:none;border-radius:var(--border-radius-sm);font-size:13px;font-weight:500;cursor:pointer;transition:all var(--transition-fast)}.btn-primary{background:var(--accent);color:var(--text-primary)}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.card-header h2{font-size:1.1rem;font-weight:600;color:#1e293b;display:flex;align-items:center;gap:10px}.card-header h2 i{color:var(--accent)}.decarb-page-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:24px}.decarb-page-header .page-header-text{flex:1;min-width:0}.decarb-page-header .page-header-text h1{margin:0 0 .25rem}.decarb-page-header .page-header-text p{margin:0}.btn-config-open{display:inline-flex;align-items:center;gap:.5rem;flex-shrink:0}.config-modal-overlay{position:fixed;inset:0;background:#0f172a80;display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px;animation:configModalFadeIn .2s ease}@keyframes configModalFadeIn{0%{opacity:0}to{opacity:1}}.config-modal{background:#fff;border-radius:var(--border-radius);box-shadow:0 20px 60px #0003;max-width:900px;width:100%;max-height:calc(100vh - 48px);display:flex;flex-direction:column;animation:configModalSlideIn .25s ease}@keyframes configModalSlideIn{0%{opacity:0;transform:scale(.96) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.config-modal-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;border-bottom:1px solid #E2E8F0;flex-shrink:0}.config-modal-header h2{margin:0;font-size:1.25rem;font-weight:600;color:#1e293b}.config-modal-close{width:2.25rem;height:2.25rem;border:none;background:#f1f5f9;color:#64748b;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s}.config-modal-close:hover{background:#e2e8f0;color:#1e293b}.config-modal-body{padding:1.5rem;overflow-y:auto;flex:1;min-height:0}.config-modal-body .decarb-config{margin-bottom:0}.decarb-config{margin-bottom:2rem}.config-step{width:100%}.config-page-header{margin-bottom:1.5rem}.config-step-layout{display:grid;grid-template-columns:1fr 340px;gap:2rem;align-items:start}.config-form{min-width:0}.config-sidebar{display:flex;flex-direction:column;gap:1.5rem;position:sticky;top:24px}.config-summary-card{background:#fff;border:1px solid #E2E8F0;border-radius:var(--border-radius);padding:1.25rem}.config-summary-card h3{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #E2E8F0}.config-summary-list{display:grid;gap:.5rem 1rem;margin:0;font-size:.875rem}.config-summary-list dt{color:#64748b;font-weight:500;grid-column:1}.config-summary-list dd{margin:0;color:#1e293b;grid-column:2;word-break:break-word}.config-page-header h2{font-size:1.875rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.config-page-header p{color:#64748b;font-size:.95rem}.config-card{background:#fff;border:1px solid #E2E8F0;border-radius:var(--border-radius);margin-bottom:1.5rem}.config-card-header{padding:1.5rem;border-bottom:1px solid #E2E8F0}.config-card-title{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.config-card-number{width:1.75rem;height:1.75rem;background:var(--accent);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700}.config-card-description{color:#64748b;font-size:.875rem}.config-card-content{padding:1.5rem}.config-card-content .form-group label{font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:#64748b}.decarbonization-content .help-text{font-size:.75rem;color:#64748b;margin-top:.5rem}.config-card-content input[type=number],.config-card-content select{width:100%;padding:.75rem 1rem;background:#f8fafc;border:1px solid #E2E8F0;border-radius:.5rem;color:#1e293b;font-size:1rem}.config-card-content select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2394A3B8' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1.25rem;padding-right:2.5rem}.config-button-group{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:1rem;padding-top:1rem}.config-button-group .btn-secondary{background:transparent;color:#1e293b;border:1px solid #E2E8F0}.config-button-group .btn-secondary:hover{background:#f8fafc}.config-preview-card{background:#fff;border:1px solid #E2E8F0;border-radius:var(--border-radius);margin-top:2rem}.config-preview-code{background:#f8fafc;border:1px solid #E2E8F0;border-radius:.5rem;padding:1rem;overflow-x:auto;font-family:Courier New,monospace;font-size:.875rem;line-height:1.5;color:#1e293b;margin:0}@media(max-width:992px){.decarb-grid,.metrics-row{grid-template-columns:1fr}}@media(max-width:1200px){.decarb-grid{grid-template-columns:1fr}}@media(max-width:768px){.decarbonization-content{padding:16px}.impact-big-number{font-size:36px}.metrics-row,.config-step-layout{grid-template-columns:1fr}.config-sidebar{position:static;order:-1}.config-button-group{flex-direction:column}.config-button-group .btn{width:100%}}.settings-content{padding:24px}.settings-section{padding:24px;margin-bottom:24px}.section-header{display:flex;gap:16px;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #E2E8F0}.section-icon{width:48px;height:48px;background:var(--accent-light);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:var(--accent)}.section-header h2{font-size:1.1rem;color:#1e293b;margin-bottom:4px}.section-header p{font-size:.9rem;color:#64748b}.settings-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.form-group{display:flex;flex-direction:column}.form-group label{font-size:.85rem;font-weight:500;color:#374151;margin-bottom:8px}.form-group input,.form-group select{padding:12px 16px;border:2px solid #E2E8F0;border-radius:var(--border-radius-sm);font-size:.95rem;color:#1e293b;background:#fff;transition:all .3s ease}.notification-settings{display:flex;flex-direction:column;gap:16px}.toggle-item{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#f8fafc;border-radius:var(--border-radius-sm)}.toggle-info h4{font-size:.95rem;color:#1e293b;margin-bottom:4px}.toggle-info p{font-size:.85rem;color:#64748b}.toggle-switch{position:relative;display:inline-block;width:52px;height:28px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#cbd5e1;transition:.3s;border-radius:28px}.toggle-slider:before{position:absolute;content:"";height:22px;width:22px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%;box-shadow:0 2px 4px #0000001a}.toggle-switch input:checked+.toggle-slider{background-color:var(--accent)}.toggle-switch input:checked+.toggle-slider:before{transform:translate(24px)}.settings-actions{display:flex;justify-content:flex-end}@media(max-width:768px){.settings-grid{grid-template-columns:1fr}.section-header{flex-direction:column;text-align:center}.section-icon{margin:0 auto}}.user-management-content{padding:24px}.notification{position:fixed;top:80px;right:24px;padding:16px 24px;border-radius:8px;display:flex;align-items:center;gap:12px;z-index:1000;animation:slideIn .3s ease;box-shadow:0 4px 12px #00000026;background:#d1fae5;color:#065f46}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.page-header h1{color:#1e293b;margin-bottom:4px}.page-header p{color:#64748b;font-size:14px}.btn{display:flex;align-items:center;gap:8px;padding:12px 24px;border:none;border-radius:var(--border-radius-sm);font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease}.user-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:24px}.stat-card{background:#fff;border-radius:var(--border-radius);border:1px solid #E2E8F0;padding:20px;display:flex;align-items:center;gap:16px}.stat-icon{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.25rem}.stat-icon.total{background:#3b82f61a;color:#3b82f6}.stat-icon.admin{background:#8b5cf61a;color:#8b5cf6}.stat-icon.editor{background:#14b8a61a;color:#14b8a6}.stat-icon.viewer{background:#f59e0b1a;color:#f59e0b}.stat-info{display:flex;flex-direction:column}.stat-value{font-size:1.75rem;font-weight:700;color:#1e293b;line-height:1}.stat-label{font-size:.85rem;color:#64748b;margin-top:4px}.users-table-card{padding:24px}.table-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.table-header h2{font-size:1.1rem;color:#1e293b}.table-search{position:relative;width:280px}.table-search i{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#94a3b8}.table-search input{width:100%;padding:10px 12px 10px 38px;border:1px solid #E2E8F0;border-radius:var(--border-radius-sm);font-size:14px;background:#f8fafc;color:#1e293b;transition:all .3s ease}.table-search input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light)}.users-table{width:100%;border-collapse:collapse}.users-table th,.users-table td{padding:14px 16px;text-align:left;border-bottom:1px solid #E2E8F0}.users-table th{font-weight:600;color:#64748b;font-size:.8rem;text-transform:uppercase;letter-spacing:.5px;background:#f8fafc}.users-table tbody tr:hover{background:#f8fafc}.user-cell{display:flex;align-items:center;gap:12px}.user-avatar{width:40px;height:40px;background:linear-gradient(135deg,var(--accent),var(--accent-hover));border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600}.user-info{display:flex;flex-direction:column}.user-name{font-weight:500;color:#1e293b}.user-email{font-size:.85rem;color:#64748b}.role-badge{padding:4px 12px;border-radius:20px;font-size:.8rem;font-weight:500}.role-badge.admin{background:#8b5cf61a;color:#8b5cf6}.role-badge.editor{background:#14b8a61a;color:#14b8a6}.role-badge.viewer{background:#f59e0b1a;color:#f59e0b}.status-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:8px}.status-dot.active{background:#22c55e}.status-dot.inactive{background:#94a3b8}.action-buttons{display:flex;gap:8px}.action-btn{width:32px;height:32px;background:#f1f5f9;border:none;border-radius:6px;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.action-btn:hover{background:var(--accent-light);color:var(--accent)}@media(max-width:1200px){.user-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.page-header{flex-direction:column;gap:16px}.user-stats{grid-template-columns:1fr}.table-header{flex-direction:column;gap:16px;align-items:flex-start}.table-search{width:100%}}.profile-content{padding:24px}.notification{position:fixed;top:80px;right:24px;padding:16px 24px;border-radius:8px;display:flex;align-items:center;gap:12px;z-index:1000;animation:slideIn .3s ease;box-shadow:0 4px 12px #00000026}.notification.success{background:#d1fae5;color:#065f46}.notification.error{background:#fee2e2;color:#991b1b}.profile-grid{display:grid;grid-template-columns:300px 1fr;gap:24px}.profile-card{padding:24px;text-align:center}.profile-avatar-section{cursor:pointer;margin-bottom:24px}.profile-avatar-large{width:120px;height:120px;margin:0 auto 16px;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--accent-hover));display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.profile-avatar-large img{width:100%;height:100%;object-fit:cover}.profile-avatar-large i{font-size:3rem;color:#fff}.avatar-overlay{position:absolute;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.avatar-overlay i{font-size:1.5rem;color:#fff}.profile-avatar-section:hover .avatar-overlay{opacity:1}.profile-avatar-section h3{font-size:1.25rem;color:#1e293b;margin-bottom:4px}.profile-role{display:inline-block;padding:4px 12px;background:var(--accent-light);color:var(--accent);border-radius:20px;font-size:.8rem;font-weight:500;margin-bottom:8px}.profile-company{display:block;font-size:.9rem;color:#64748b}.profile-stats{display:flex;justify-content:space-around;padding-top:24px;border-top:1px solid #E2E8F0}.profile-stat{text-align:center}.stat-number{display:block;font-size:1.5rem;font-weight:700;color:#1e293b}.stat-text{font-size:.8rem;color:#64748b}.profile-form-card{padding:24px;grid-column:2}.profile-form-card h2{font-size:1.1rem;color:#1e293b;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #E2E8F0}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:.85rem;font-weight:500;color:#374151;margin-bottom:8px}.form-group input,.form-group select{width:100%;padding:12px 16px;border:2px solid #E2E8F0;border-radius:var(--border-radius-sm);font-size:.95rem;color:#1e293b;background:#fff;transition:all .3s ease}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light)}.form-group input:disabled{background:#f1f5f9;cursor:not-allowed}.input-hint{font-size:.8rem;color:#94a3b8;margin-top:4px;display:block}.password-card{padding:24px;grid-column:2}.password-card h2{font-size:1.1rem;color:#1e293b;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #E2E8F0}.btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border:none;border-radius:var(--border-radius-sm);font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover)}.btn-secondary{background:#f1f5f9;color:#64748b;border:1px solid #E2E8F0}.btn-secondary:hover{background:#e2e8f0;color:#1e293b}@media(max-width:992px){.profile-grid{grid-template-columns:1fr}.profile-form-card,.password-card{grid-column:1}}@media(max-width:576px){.form-row{grid-template-columns:1fr}}:root{--primary-bg: #0F172A;--secondary-bg: #1E293B;--accent: #14B8A6;--accent-hover: #0D9488;--accent-light: rgba(20, 184, 166, .1);--text-primary: #F8FAFC;--text-secondary: #94A3B8;--text-muted: #64748B;--success: #22C55E;--warning: #F59E0B;--error: #EF4444;--info: #3B82F6;--scope1-color: #14B8A6;--scope2-color: #3B82F6;--scope1-light: rgba(20, 184, 166, .2);--scope2-light: rgba(59, 130, 246, .2);--sidebar-width: 240px;--header-height: 64px;--border-radius: 12px;--border-radius-sm: 8px;--border-color: rgba(148, 163, 184, .1);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .3);--shadow-md: 0 4px 12px rgba(0, 0, 0, .4);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .5);--transition-fast: .15s ease;--transition-normal: .3s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--primary-bg);color:var(--text-secondary);line-height:1.6;font-size:16px;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--text-primary);font-weight:600}h1{font-size:32px;font-weight:700}h2{font-size:24px;font-weight:600}a{text-decoration:none;color:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--primary-bg)}::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.1);opacity:.8}}
