@import"https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Open+Sans:wght@400;500;600&display=swap";:root{--bee-yellow: #f6d809;--bee-yellow-light: #fff9c4;--bee-yellow-dark: #f3c716;--bee-teal: #59c5c7;--bee-teal-light: #c9e9e6;--bee-teal-dark: #79cdd1;--bee-black: #1d2b33;--bee-gray: #a7a9ac;--bee-gray-light: #f1f2f2;--bee-white: #ffffff;--bee-red: #e74c3c;--bee-green: #27ae60;--excellent: #4caf50;--minor: #8bc34a;--moderate: #ffc107;--significant: #ff9800;--unacceptable: #f44336;--unmeasurable: #9e9e9e;--header-bg: #59c5c7;--header-bg-flat: #59c5c7;--header-text: #ffffff;--header-subtitle: rgba(255, 255, 255, .7);--header-radius: 16px;--card-bg: #ffffff;--card-radius: 16px;--card-shadow: 0 2px 12px rgba(0, 0, 0, .08);--section-bg: var(--bee-gray-light);--section-radius: 16px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Open Sans,Arial,sans-serif;background:linear-gradient(135deg,#f5f7fa,#e4e8eb);min-height:100vh;color:var(--bee-black)}.dashboard-container{max-width:1600px;margin:0 auto;padding:24px;overflow-x:hidden}.header{background:var(--header-bg);border-radius:16px;padding:24px 32px;margin-bottom:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.header-left{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.logo-container{background:var(--bee-white);padding:10px 16px;border-radius:12px;display:flex;align-items:center;justify-content:center}.logo-container img{height:48px;width:auto}.logo-container .logo-full{display:block}.logo-container .logo-icon{display:none;border-radius:8px}.header-title{color:var(--bee-white)}.header-title h1{font-family:Oswald,Arial,sans-serif;font-size:28px;font-weight:600;margin-bottom:4px}.header-title p{color:var(--bee-white);font-size:14px}.filter-bar{background:var(--bee-white);border-radius:12px;padding:12px 16px;margin-bottom:16px;box-shadow:0 4px 20px #0000000f;display:flex;flex-wrap:wrap;gap:12px;align-items:center;position:relative;z-index:1}.filter-group{display:flex;flex-direction:column;gap:4px}.filter-label{font-size:10px;text-transform:uppercase;letter-spacing:.5px;color:var(--bee-gray);font-weight:600}.filter-control{display:flex;gap:6px;align-items:center}.filter-select,.filter-date{padding:6px 10px;border:1px solid var(--bee-gray-light);border-radius:6px;font-family:Open Sans,Arial,sans-serif;font-size:12px;background:#fff;cursor:pointer;transition:border-color .3s ease}.filter-select:focus,.filter-date:focus{outline:none;border-color:var(--bee-teal)}.filter-btn{padding:6px 12px;border:none;background:var(--bee-teal);color:#fff;font-family:Oswald,Arial,sans-serif;font-size:12px;font-weight:500;cursor:pointer;border-radius:6px;transition:all .3s ease}.filter-btn:hover{background:var(--bee-teal-dark)}.filter-btn.reset{background:var(--bee-gray-light);color:var(--bee-black)}.month-pills{display:flex;flex-wrap:wrap;gap:6px;flex:1;min-width:150px}.month-pill{padding:5px 12px;border:1px solid var(--bee-gray-light);background:#fff;color:var(--bee-black);font-family:Oswald,Arial,sans-serif;font-size:11px;font-weight:500;cursor:pointer;border-radius:15px;transition:all .3s ease}.month-pill:hover{border-color:var(--bee-teal)}.month-pill.active{background:var(--bee-teal);border-color:var(--bee-teal);color:#fff}.date-range-info{background:var(--bee-teal-light);padding:6px 12px;border-radius:6px;font-size:11px;color:var(--bee-black);display:flex;align-items:center;gap:6px;margin-left:auto}.mobile-filter-wrapper{display:none}.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:24px}.right-stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:16px;position:relative;z-index:1}.right-stats-row .stat-card{padding:12px 14px}.right-stats-row .stat-icon{width:28px;height:28px;font-size:14px;margin-bottom:8px}.right-stats-row .stat-label{font-size:10px;margin-bottom:4px}.right-stats-row .stat-value{font-size:20px}.right-stats-row .stat-change{font-size:9px;margin-top:4px}@media(max-width:1200px){.stats-row,.right-stats-row{grid-template-columns:repeat(3,1fr)}.filter-bar{flex-direction:column;align-items:stretch}.main-grid{grid-template-columns:1fr}}@media(max-width:992px){.dashboard-container{padding:16px}.header{padding:16px 20px;border-radius:12px}.header-title h1{font-size:22px}.header-title p{font-size:12px}.card{padding:16px;border-radius:12px;margin-bottom:16px}.card-header{margin-bottom:16px;padding-bottom:12px}.card-title{font-size:16px}.table-container{-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity}.problem-table{min-width:600px}.heatmap-container{grid-template-columns:repeat(8,1fr);gap:4px}.heatmap-cell{min-height:40px;font-size:10px}.heatmap-label{font-size:9px}}@media(max-width:768px){.dashboard-container{padding:12px}.header{padding:12px 16px;gap:12px;justify-content:space-between}.header-left{flex-direction:row;align-items:center;gap:12px;flex:1}.main-grid{grid-template-columns:1fr!important}.burger-menu{display:flex!important}.desktop-filter-bar{display:none!important}.mobile-filter-wrapper{display:block;padding:8px 12px}.mobile-filter-toggle{width:100%;padding:10px 14px;background:var(--bee-white);border:1.5px solid #e2e8f0;border-radius:10px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;box-shadow:0 1px 4px #0000000f;font-family:Oswald,Arial,sans-serif;font-size:13px;font-weight:500;color:var(--bee-black);min-height:44px;transition:border-color .2s ease}.mobile-filter-toggle.open{border-color:var(--bee-teal);border-radius:10px 10px 0 0}.mobile-filter-toggle-left{display:flex;align-items:center;gap:8px}.mobile-filter-toggle-left svg{color:var(--bee-teal)}.mobile-filter-badge{background:var(--bee-teal);color:var(--bee-white);font-size:10px;font-weight:600;padding:2px 8px;border-radius:10px}.mobile-filter-chevron{color:var(--bee-gray);transition:transform .2s ease}.mobile-filter-chevron.rotated{transform:rotate(180deg)}.mobile-filter-panel{background:var(--bee-white);border:1.5px solid var(--bee-teal);border-top:none;border-radius:0 0 12px 12px;padding:14px;display:flex;flex-direction:column;gap:14px}.mobile-filter-panel .filter-group{width:100%}.mobile-filter-panel .filter-select,.mobile-filter-panel .filter-date{width:100%;padding:10px 12px;font-size:14px;min-height:44px;border-radius:8px;border:1px solid #e2e8f0}.mobile-filter-panel .filter-control{flex-wrap:wrap;gap:8px}.mobile-filter-panel .filter-date{flex:1;min-width:110px}.mobile-filter-panel .month-pills{display:flex;gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:4px;flex-wrap:nowrap}.mobile-filter-panel .month-pill{flex-shrink:0;padding:8px 16px;font-size:13px;min-height:38px;border-radius:20px}.mobile-filter-panel .filter-actions-row{display:flex;gap:10px;flex-direction:row}.mobile-filter-panel .filter-btn{flex:1;padding:12px;font-size:14px;min-height:44px;border-radius:10px}.mobile-filter-panel .filter-btn.reset{flex:0 0 auto;padding:12px 20px}.mobile-record-count{display:flex;align-items:center;justify-content:center;gap:6px;background:var(--bee-teal-light);padding:6px 14px;border-radius:8px;font-size:11px;color:var(--bee-black);margin-top:8px}.logo-container .logo-full{display:none}.logo-container .logo-icon{display:block}.logo-container{padding:6px}.logo-container img{height:40px}.header-title h1{font-size:20px;margin-bottom:0}.header-title p{display:none}.date-range-info{width:100%;justify-content:center;margin-left:0}.right-stats-row{grid-template-columns:repeat(3,1fr);gap:8px}.right-stats-row .stat-card{padding:10px}.right-stats-row .stat-icon{width:24px;height:24px;font-size:12px}.right-stats-row .stat-label{font-size:8px}.right-stats-row .stat-value{font-size:16px}.right-stats-row .stat-change{font-size:8px}.card,.insights-panel,.right-stats-row{margin-bottom:12px!important}.insights-panel{padding:14px 16px}.insight-item{padding:6px 0;gap:8px}.insight-icon{width:28px;height:28px;font-size:14px}.insight-text{font-size:13px;line-height:1.35}.heatmap-container{grid-template-columns:repeat(4,1fr)!important;gap:3px;overflow:visible!important}.heatmap-cell{min-height:24px!important;aspect-ratio:auto!important;font-size:9px;border-radius:4px}.heatmap-label{font-size:8px;margin-top:2px}.area-grid{grid-template-columns:1fr;gap:8px}.area-item{padding:12px}.area-name{font-size:14px}.deficiency-item{padding:10px;gap:10px}.deficiency-icon{width:32px;height:32px;font-size:16px}.deficiency-name{font-size:12px}.deficiency-count{font-size:16px}.rating-bar-item{gap:8px}.rating-label{width:100px;font-size:11px}.rating-bar-container{min-width:80px;height:24px}.rating-bar{font-size:10px;padding-right:6px}.rating-count{width:60px;font-size:11px}.table-container{max-height:none!important;overflow-x:hidden!important;overflow-y:visible!important}.problem-table{min-width:0!important;width:100%!important;table-layout:fixed!important}.problem-table th:nth-child(2),.problem-table td:nth-child(2),.problem-table th:nth-child(3),.problem-table td:nth-child(3),.problem-table th:nth-child(5),.problem-table td:nth-child(5),.problem-table th:nth-child(6),.problem-table td:nth-child(6){display:none!important}.problem-table th:nth-child(1),.problem-table td:nth-child(1){width:50%!important}.problem-table th:nth-child(4),.problem-table td:nth-child(4){width:25%!important;text-align:center}.problem-table th:nth-child(7),.problem-table td:nth-child(7){width:25%!important;text-align:center}.problem-table th{padding:10px 8px;font-size:11px}.problem-table td{padding:10px 8px;font-size:12px}.priority-badge{padding:4px 8px;font-size:9px}}@media(max-width:480px){.dashboard-container{padding:8px}.header{padding:10px 12px;gap:8px}.header-title h1{font-size:16px}.logo-container{padding:5px}.logo-container img{height:36px}.mobile-filter-wrapper{padding:6px 8px}.mobile-filter-panel{padding:10px;gap:10px}.mobile-filter-panel .filter-label{font-size:9px}.right-stats-row{gap:6px}.right-stats-row .stat-card{padding:8px 6px;border-radius:10px}.right-stats-row .stat-icon{width:22px;height:22px;font-size:11px;margin-bottom:4px}.right-stats-row .stat-label{font-size:7px;letter-spacing:0;margin-bottom:2px}.right-stats-row .stat-value{font-size:14px}.right-stats-row .stat-change{display:none}.card{padding:12px;border-radius:10px;margin-bottom:12px}.card-header{margin-bottom:12px;padding-bottom:10px;flex-direction:column;align-items:flex-start;gap:6px}.card-title{font-size:14px;gap:8px}.card-title-icon{width:28px;height:28px;font-size:14px}.insights-panel{padding:12px;border-radius:12px;margin-bottom:12px}.insights-panel .card-title{font-size:14px}.insight-item{gap:8px;padding:8px 0}.insight-icon{width:24px;height:24px;font-size:12px;min-width:24px}.insight-text{font-size:11px;line-height:1.4}.heatmap-container{grid-template-columns:repeat(4,1fr);gap:3px}.heatmap-cell{min-height:32px;border-radius:6px;font-size:9px}.heatmap-label{font-size:8px;margin-top:2px}.rating-bar-item{flex-wrap:wrap;gap:4px}.rating-label{width:100%;font-size:12px;margin-bottom:2px}.rating-bar-container{flex:1;min-width:0;height:28px}.rating-bar{font-size:11px}.rating-count{width:auto;min-width:55px;font-size:12px}.area-item{padding:10px 12px}.area-name{font-size:13px;margin-bottom:4px}.area-stats{font-size:11px}.deficiency-item{padding:10px;border-radius:8px}.deficiency-icon{width:30px;height:30px;font-size:14px;border-radius:6px}.deficiency-name{font-size:12px}.deficiency-count{font-size:14px}div[style*="text-align: center"][style*="padding: 24px"]{padding:16px!important;font-size:10px!important}}@media(max-width:360px){.header-title h1{font-size:16px}.right-stats-row .stat-value{font-size:12px}.right-stats-row .stat-label{font-size:6px}.heatmap-container{grid-template-columns:repeat(3,1fr)}.insight-text{font-size:11px}.insight-icon{width:24px;height:24px}}@media(hover:none)and (pointer:coarse){.filter-btn,.month-pill,.filter-select,.filter-date{min-height:44px}.area-item:hover,.deficiency-item:hover,.heatmap-cell:hover{transform:none}.area-item:active,.deficiency-item:active{background:var(--bee-yellow-light)}}.stat-card{background:var(--bee-white);border-radius:16px;padding:16px 20px;box-shadow:0 4px 20px #0000000f;position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;z-index:1}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001a}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--bee-yellow)}.stat-card.teal:before{background:var(--bee-teal)}.stat-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;margin-bottom:10px}.stat-icon.yellow{background:var(--bee-yellow-light);color:var(--bee-yellow-dark)}.stat-icon.teal{background:var(--bee-teal-light);color:var(--bee-teal-dark)}.stat-label{font-size:12px;color:var(--bee-gray);text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.stat-value{font-family:Oswald,Arial,sans-serif;font-size:28px;font-weight:600;color:var(--bee-black)}.stat-change{font-size:11px;margin-top:6px;display:flex;align-items:center;gap:4px}.stat-change.positive{color:var(--excellent)}.stat-change.negative{color:var(--unacceptable)}.main-grid{display:grid;grid-template-columns:2fr 1fr;gap:24px;margin-bottom:24px;position:relative;z-index:1;overflow:hidden}.main-grid>div{min-width:0;overflow:hidden}.card{background:var(--bee-white);border-radius:16px;padding:24px;box-shadow:0 4px 20px #0000000f;margin-bottom:24px;position:relative;z-index:1;overflow:hidden}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid var(--bee-gray-light);flex-wrap:wrap;gap:10px}.card-title{font-family:Oswald,Arial,sans-serif;font-size:18px;font-weight:600;color:var(--bee-black);display:flex;align-items:center;gap:10px}.card-title-icon{width:32px;height:32px;background:var(--bee-yellow);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:16px}.rating-bars{display:flex;flex-direction:column;gap:12px}.rating-bar-item{display:flex;align-items:center;gap:12px}.rating-label{width:120px;font-size:13px;font-weight:500;flex-shrink:0}.rating-bar-container{flex:1;height:28px;background:var(--bee-gray-light);border-radius:14px;min-width:100px;position:relative}.rating-bar{height:100%;border-radius:14px;display:flex;align-items:center;justify-content:flex-end;padding-right:10px;font-size:12px;font-weight:600;color:#fff;transition:width .5s ease;overflow:visible;position:relative}.rating-bar .bar-pct{white-space:nowrap;pointer-events:none}.rating-bar .bar-pct.outside{position:absolute;left:100%;margin-left:8px;color:#6b7280;font-weight:600}.rating-bar.excellent{background:var(--excellent)}.rating-bar.minor{background:var(--minor)}.rating-bar.moderate{background:var(--moderate);color:var(--bee-black)}.rating-bar.significant{background:var(--significant)}.rating-bar.unacceptable{background:var(--unacceptable)}.rating-bar.unmeasurable{background:var(--unmeasurable)}.rating-count{width:70px;text-align:right;font-size:13px;font-weight:600;color:var(--bee-black);flex-shrink:0}.area-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.area-item{background:var(--bee-gray-light);border-radius:12px;padding:16px;transition:all .3s ease;cursor:pointer;border:2px solid transparent}.area-item:hover{border-color:var(--bee-teal);transform:scale(1.02)}.area-item.attention{border-color:var(--moderate);background:#fff8e1}.area-name{font-family:Oswald,Arial,sans-serif;font-size:16px;font-weight:600;margin-bottom:8px}.area-stats{display:flex;justify-content:space-between;font-size:12px}.area-score{font-weight:600}.area-score.good{color:var(--excellent)}.area-score.ok{color:var(--moderate)}.area-score.bad{color:var(--unacceptable)}.table-container{max-height:400px;overflow-y:auto;overflow-x:auto}.problem-table{width:100%;border-collapse:collapse;min-width:700px}.problem-table th{position:sticky;top:0;background:var(--bee-teal);color:var(--bee-white);font-family:Oswald,Arial,sans-serif;font-weight:500;font-size:12px;text-transform:uppercase;letter-spacing:.5px;padding:12px 16px;text-align:left}.problem-table th:first-child{border-radius:8px 0 0}.problem-table th:last-child{border-radius:0 8px 0 0}.problem-table td{padding:12px 16px;border-bottom:1px solid var(--bee-gray-light);font-size:13px}.problem-table tr:hover{background:var(--bee-yellow-light)}.priority-badge{padding:4px 10px;border-radius:20px;font-size:11px;font-weight:600;text-transform:uppercase;display:inline-block}.priority-badge.high{background:#ffebee;color:var(--unacceptable)}.priority-badge.medium{background:#fff3e0;color:var(--significant)}.priority-badge.low{background:#fff8e1;color:#f9a825}.heatmap-container{display:grid;grid-template-columns:repeat(12,1fr);gap:6px}.heatmap-cell{aspect-ratio:1;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;color:var(--bee-black);transition:transform .2s ease;cursor:pointer;min-height:50px}.heatmap-cell:hover{transform:scale(1.1);z-index:10}.heatmap-label{font-size:10px;color:var(--bee-gray);text-align:center;margin-top:4px}.deficiency-list{display:flex;flex-direction:column;gap:10px}.deficiency-item{display:flex;align-items:center;gap:12px;padding:12px;background:var(--bee-gray-light);border-radius:10px;transition:all .3s ease}.deficiency-item:hover{background:var(--bee-yellow-light)}.deficiency-icon{width:36px;height:36px;background:var(--bee-yellow);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.deficiency-info{flex:1}.deficiency-name{font-size:13px;font-weight:600;margin-bottom:2px}.deficiency-count{font-family:Oswald,Arial,sans-serif;font-size:18px;font-weight:600;color:var(--bee-teal)}.insights-panel{background:linear-gradient(135deg,var(--bee-teal) 0%,var(--bee-teal-dark) 100%);border-radius:16px;padding:16px 20px;color:var(--bee-white);margin-bottom:24px;position:relative;z-index:1;overflow:hidden;width:100%;box-sizing:border-box}.insights-panel .card-title{font-size:16px;margin-bottom:6px!important}#insights-container{width:100%;overflow:hidden}.insight-item{display:flex;align-items:flex-start;gap:10px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.15);width:100%;box-sizing:border-box}.insight-item:last-child{border-bottom:none}.insight-icon{width:32px;min-width:32px;height:32px;background:#fff3;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.insight-text{font-size:15px;line-height:1.4;font-weight:500;word-wrap:break-word;overflow-wrap:break-word;white-space:normal;flex:1;min-width:0;max-width:100%}.insight-text strong{color:var(--bee-yellow)}.hidden{display:none!important}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bee-gray-light);border-radius:4px}::-webkit-scrollbar-thumb{background:var(--bee-teal);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--bee-teal-dark)}.status-badge{padding:4px 10px;border-radius:12px;font-size:11px;font-weight:600;text-transform:capitalize}.status-badge.repair{background:#fff3e0;color:#e65100}.status-badge.maintenance{background:#e3f2fd;color:#1565c0}.status-badge.out-of-service{background:#ffebee;color:#c62828}.status-badge.active{background:#e8f5e9;color:#2e7d32}.utilization-grid{display:flex;flex-direction:column;gap:12px}.utilization-row{display:flex;align-items:center;gap:12px}.utilization-label{width:100px;font-size:13px;font-weight:500;color:var(--bee-black);flex-shrink:0}.utilization-cells{display:flex;gap:6px;flex:1}.util-cell{flex:1;padding:8px 4px;border-radius:6px;font-size:11px;font-weight:600;text-align:center;color:#1b5e20;min-width:40px}.utilization-day-labels{display:flex;gap:6px;margin-left:112px;margin-top:4px}.utilization-day-labels span{flex:1;text-align:center;font-size:10px;color:var(--bee-gray);min-width:40px}.equipment-type-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.equipment-type-item{background:var(--bee-gray-light);border-radius:12px;padding:14px;border-left:4px solid var(--bee-teal)}.equipment-type-item.attention{border-left-color:var(--bee-yellow);background:var(--bee-yellow-light)}.equipment-type-header{display:flex;align-items:center;gap:8px;margin-bottom:10px}.equipment-type-icon{font-size:20px}.equipment-type-name{font-size:14px;font-weight:600;color:var(--bee-black)}.equipment-type-stats{display:flex;flex-direction:column;gap:4px;margin-bottom:8px}.equipment-stat{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--bee-gray)}.stat-dot{width:8px;height:8px;border-radius:50%}.stat-dot.active{background:#4caf50}.stat-dot.repair{background:#ff9800}.stat-dot.out{background:#f44336}.equipment-type-total{font-size:11px;color:var(--bee-gray);padding-top:8px;border-top:1px solid rgba(0,0,0,.1)}.maintenance-list{display:flex;flex-direction:column;gap:12px}.maintenance-item{display:flex;align-items:center;gap:14px;padding:12px;background:var(--bee-gray-light);border-radius:10px}.maintenance-date{display:flex;flex-direction:column;align-items:center;background:var(--bee-teal);color:#fff;padding:8px 12px;border-radius:8px;min-width:50px}.maintenance-date .date-day{font-size:20px;font-weight:700;line-height:1}.maintenance-date .date-month{font-size:11px;text-transform:uppercase}.maintenance-info{flex:1}.maintenance-equipment{font-size:14px;font-weight:600;color:var(--bee-black);margin-bottom:4px}.maintenance-type{font-size:12px;color:var(--bee-gray)}@media(max-width:768px){.utilization-label{width:70px;font-size:11px}.util-cell{font-size:9px;padding:6px 2px;min-width:30px}.utilization-day-labels{margin-left:82px}.utilization-day-labels span{font-size:8px;min-width:30px}.equipment-type-grid{grid-template-columns:1fr}.maintenance-date{padding:6px 10px;min-width:45px}.maintenance-date .date-day{font-size:18px}.maintenance-equipment{font-size:13px}.maintenance-type{font-size:11px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate{animation:fadeIn .5s ease forwards}.loading-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.loading-spinner{background:#fff;padding:32px 48px;border-radius:16px;text-align:center}.spinner{width:48px;height:48px;border:4px solid var(--bee-gray-light);border-top-color:var(--bee-teal);border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 16px}.sidebar{position:fixed;left:0;top:0;bottom:0;width:70px;background:var(--bee-black);display:flex;flex-direction:column;align-items:center;padding:16px 0;z-index:100;transition:width .3s ease}.sidebar:hover{width:220px}.sidebar-logo{width:46px;height:46px;background:var(--bee-white);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;flex-shrink:0;overflow:hidden}.sidebar-logo img{width:36px;height:36px;object-fit:contain}.sidebar-nav{display:flex;flex-direction:column;gap:8px;width:100%;padding:0 12px;flex:1}.sidebar-item{display:flex;align-items:center;gap:12px;padding:12px;border-radius:10px;cursor:pointer;transition:all .2s ease;text-decoration:none;color:var(--bee-gray);white-space:nowrap;overflow:hidden;background:transparent;border:none;width:100%;text-align:left;font-family:inherit}.sidebar-item:hover{background:#ffffff1a;color:var(--bee-white)}.sidebar-item.active{background:var(--bee-teal);color:var(--bee-white)}.sidebar-item-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.sidebar-item-text{font-family:Open Sans,Arial,sans-serif;font-size:14px;font-weight:500;opacity:0;transition:opacity .2s ease}.sidebar:hover .sidebar-item-text{opacity:1}.sidebar-divider{width:calc(100% - 24px);height:1px;background:#ffffff1a;margin:12px}.sidebar-footer{padding:12px;width:100%}.sidebar-footer .sidebar-item{color:var(--bee-gray)}body{padding-left:70px}@media(max-width:768px){.sidebar{display:none}body{padding-left:0}}.header-buttons{display:flex;align-items:center;gap:8px;margin-left:auto}.filter-toggle-btn{display:none;width:44px;height:44px;background:var(--bee-white);border:none;border-radius:10px;cursor:pointer;align-items:center;justify-content:center;transition:all .2s ease}.filter-toggle-btn:hover{background:var(--bee-gray-light)}.filter-toggle-btn .filter-icon{font-size:18px;transition:transform .3s ease}.filter-toggle-btn.active .filter-icon{transform:rotate(180deg)}@media(max-width:768px){.filter-toggle-btn{display:flex}}.burger-menu{display:none;width:44px;height:44px;background:var(--bee-white);border:none;border-radius:10px;cursor:pointer;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:10px;transition:all .2s ease}.burger-menu:hover{background:var(--bee-gray-light)}.burger-menu span{display:block;width:22px;height:3px;background:var(--bee-gray);border-radius:2px;transition:all .3s ease}.burger-menu.active span:nth-child(1){transform:rotate(45deg) translate(5px,6px)}.burger-menu.active span:nth-child(2){opacity:0}.burger-menu.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-6px)}.mobile-nav-overlay{position:fixed;inset:0;background:#00000080;z-index:998}.mobile-nav{display:none;position:fixed;top:0;right:-280px;width:280px;height:100%;background:var(--bee-black);z-index:999;padding:20px;box-shadow:-4px 0 20px #0000004d;transition:right .3s ease;overflow-y:auto}.mobile-nav.mobile-visible{right:0}@media(max-width:768px){.mobile-nav{display:block}}.mobile-nav-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-nav-title{color:var(--bee-white);font-family:Oswald,Arial,sans-serif;font-size:18px;font-weight:600}.mobile-nav-close{width:36px;height:36px;background:#ffffff1a;border:none;border-radius:8px;color:var(--bee-white);font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.mobile-nav-close:hover{background:#fff3}.mobile-nav-items{display:flex;flex-direction:column;gap:8px}.mobile-nav-item{display:flex;align-items:center;gap:12px;padding:14px 12px;border-radius:10px;cursor:pointer;transition:all .2s ease;color:var(--bee-gray);background:transparent;border:none;width:100%;text-align:left;font-family:Open Sans,Arial,sans-serif;font-size:15px}.mobile-nav-item:hover{background:#ffffff1a;color:var(--bee-white)}.mobile-nav-item.active{background:var(--bee-teal);color:var(--bee-white)}.mobile-nav-item-icon{font-size:20px;width:28px;text-align:center}.mobile-nav-divider{height:1px;background:#ffffff1a;margin:12px 0}.mobile-nav-section-title{color:var(--bee-gray);font-size:11px;text-transform:uppercase;letter-spacing:1px;padding:8px 12px;margin-top:8px}.equipment-type-icon svg{width:18px;height:18px;color:currentColor;stroke-width:2}.sidebar-item-icon svg,.mobile-nav-item-icon svg{width:20px;height:20px;color:currentColor;stroke-width:2}.stat-icon svg{width:20px;height:20px;color:currentColor;stroke-width:2}.card-title-icon svg{width:18px;height:18px;color:currentColor;stroke-width:2}.deficiency-icon svg{width:18px;height:18px;color:currentColor;stroke-width:2}.insight-icon svg{width:18px;height:18px;color:currentColor;stroke-width:2}.filter-icon svg{width:16px;height:16px;color:currentColor;stroke-width:2}.app-container{display:flex;min-height:100vh}.main-content{flex:1;margin-left:70px;min-height:100vh;overflow-x:hidden}.mobile-menu-btn{display:none;position:fixed;top:12px;right:12px;z-index:90;width:44px;height:44px;background:var(--bee-white);border:none;border-radius:10px;cursor:pointer;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000026}@media(max-width:768px){.main-content{margin-left:0}.mobile-menu-btn{display:flex}}body{padding-left:0!important}.login-screen{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#e4e8eb);padding:20px}.login-card{background:var(--bee-white);border-radius:20px;padding:48px 40px;max-width:420px;width:100%;text-align:center;box-shadow:0 8px 40px #0000001a}.login-logo-img{width:220px;max-width:80%;height:auto;margin-bottom:24px;object-fit:contain}.login-form{display:flex;flex-direction:column;gap:6px;text-align:left}.login-label{font-size:13px;font-weight:600;color:var(--bee-black);margin-top:8px}.login-input{width:100%;padding:12px 16px;border:2px solid #e4e8eb;border-radius:10px;font-size:14px;font-family:Open Sans,Arial,sans-serif;transition:border-color .2s;outline:none}.login-input:focus{border-color:var(--bee-teal)}.login-error{background:#fff0f0;color:var(--unacceptable);padding:10px 14px;border-radius:8px;font-size:13px;margin-top:8px}.login-btn{margin-top:16px;padding:14px;background:var(--bee-teal);color:var(--bee-white);border:none;border-radius:10px;font-family:Oswald,Arial,sans-serif;font-size:16px;font-weight:600;letter-spacing:.5px;cursor:pointer;transition:background .2s,transform .1s}.login-btn:hover{background:var(--bee-teal-dark)}.login-btn:active{transform:scale(.98)}.login-btn:disabled{opacity:.65;cursor:not-allowed}.admin-tabs{display:flex;gap:4px;margin-bottom:24px;background:var(--bee-white);border-radius:12px;padding:4px;box-shadow:0 2px 12px #00000014}.admin-tab{display:flex;align-items:center;gap:8px;padding:12px 20px;border:none;background:transparent;border-radius:8px;font-family:Oswald,Arial,sans-serif;font-size:14px;font-weight:500;color:var(--bee-gray);cursor:pointer;transition:background .2s,color .2s}.admin-tab:hover{background:var(--bee-teal-light);color:var(--bee-text)}.admin-tab.active{background:var(--bee-teal);color:var(--bee-white)}.admin-content{min-height:400px}.admin-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;flex-wrap:wrap}.admin-search{display:flex;align-items:center;gap:8px;background:var(--bee-page-bg);border:2px solid #e4e8eb;border-radius:10px;padding:8px 14px;flex:1;max-width:400px;color:var(--bee-gray);transition:border-color .2s}.admin-search:focus-within{border-color:var(--bee-teal)}.admin-search-input{border:none;background:transparent;outline:none;font-family:Open Sans,Arial,sans-serif;font-size:14px;color:var(--bee-text);width:100%}.admin-search-input::placeholder{color:var(--bee-gray)}.admin-btn{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;border:none;border-radius:10px;font-family:Oswald,Arial,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s,transform .1s;white-space:nowrap}.admin-btn:active{transform:scale(.98)}.admin-btn:disabled{opacity:.65;cursor:not-allowed}.admin-btn.primary{background:var(--bee-teal);color:var(--bee-white)}.admin-btn.primary:hover:not(:disabled){background:var(--bee-teal-dark)}.admin-btn.secondary{background:#e4e8eb;color:var(--bee-text)}.admin-btn.secondary:hover:not(:disabled){background:#d0d4d8}.admin-btn.danger{background:#e74c3c;color:var(--bee-white)}.admin-btn.danger:hover:not(:disabled){background:#c0392b}.admin-btn-sm{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;border:1px solid #e4e8eb;border-radius:6px;background:var(--bee-white);font-family:Open Sans,Arial,sans-serif;font-size:12px;font-weight:600;color:var(--bee-teal);cursor:pointer;transition:background .2s,border-color .2s}.admin-btn-sm:hover{background:var(--bee-teal-light);border-color:var(--bee-teal)}.admin-btn-sm.primary{background:var(--bee-teal);color:var(--bee-white);border-color:var(--bee-teal)}.admin-btn-sm.primary:hover{background:var(--bee-teal-dark)}.admin-btn-sm.danger{color:#e74c3c;border-color:#fecaca}.admin-btn-sm.danger:hover{background:#fff5f5;border-color:#e74c3c}.admin-btn-sm.success{color:#27ae60;border-color:#a7f3d0}.admin-btn-sm.success:hover{background:#f0fdf4;border-color:#27ae60}.admin-actions{display:flex;gap:6px}.role-badge{padding:4px 10px;border-radius:20px;font-size:11px;font-weight:600;text-transform:uppercase;display:inline-block;letter-spacing:.3px}.role-badge.admin{background:#59c5c726;color:#2a7c7e}.role-badge.manager{background:#dbeafe;color:#1e40af}.role-badge.supervisor{background:#fef3c7;color:#92400e}.role-badge.client{background:#f3f4f6;color:#374151}.status-badge{padding:4px 10px;border-radius:20px;font-size:11px;font-weight:600;text-transform:uppercase;display:inline-block}.status-badge.active{background:#27ae601f;color:#27ae60}.status-badge.inactive{background:#f3f4f6;color:#9ca3af}.row-inactive{opacity:.55}.row-inactive td{text-decoration:line-through;text-decoration-color:#d1d5db}.row-inactive td:last-child{text-decoration:none}.admin-table th:last-child,.admin-table td:last-child{text-align:right}.admin-error{display:flex;align-items:center;gap:8px;background:#fff0f0;color:#e74c3c;padding:12px 16px;border-radius:8px;font-size:13px}.admin-filter{display:flex;align-items:center;gap:8px}.admin-filter-label{font-size:13px;font-weight:600;color:var(--bee-text);white-space:nowrap}.admin-filter-select{max-width:220px;padding:8px 12px!important;font-size:13px!important}.admin-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px}.admin-modal{background:var(--bee-white);border-radius:16px;max-width:500px;width:100%;box-shadow:0 8px 40px #00000026;position:relative;max-height:90vh;overflow-y:auto}.admin-modal.confirm-modal{max-width:420px}.admin-modal-header{display:flex;align-items:center;gap:10px;padding:18px 24px;border-bottom:1px solid #e4e8eb;font-family:Oswald,Arial,sans-serif;font-size:16px;font-weight:500;color:var(--bee-black)}.admin-modal-header.danger{color:#e74c3c}.admin-modal-header.success{color:#27ae60}.admin-modal-close{margin-left:auto;background:none;border:none;color:var(--bee-gray);cursor:pointer;padding:4px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:background .2s}.admin-modal-close:hover{background:#f3f4f6}.admin-modal-body{padding:20px 24px}.admin-modal-body p{font-size:14px;color:var(--bee-text);line-height:1.6;margin-bottom:8px}.admin-modal-hint{font-size:12px!important;color:var(--bee-gray)!important}.admin-modal-footer{display:flex;justify-content:flex-end;gap:10px;padding:16px 24px;border-top:1px solid #e4e8eb}.admin-form-group{margin-bottom:16px}.admin-form-label{display:block;font-size:13px;font-weight:600;color:var(--bee-black);margin-bottom:6px}.admin-form-input{width:100%;padding:10px 14px;border:2px solid #e4e8eb;border-radius:10px;font-size:14px;font-family:Open Sans,Arial,sans-serif;color:var(--bee-text);transition:border-color .2s;outline:none;box-sizing:border-box}.admin-form-input:focus{border-color:var(--bee-teal)}.admin-form-readonly{padding:10px 14px;background:#f3f4f6;border-radius:10px;font-size:14px;color:var(--bee-gray)}.admin-temp-password{display:flex;align-items:center;gap:8px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:12px 16px;margin:8px 0}.admin-temp-password code{font-family:Courier New,monospace;font-size:15px;font-weight:700;color:#166534;flex:1;letter-spacing:.5px}.admin-confirm-inline{position:absolute;bottom:0;left:0;right:0;background:#fffbeb;border-top:2px solid #fbbf24;padding:16px 24px;border-radius:0 0 16px 16px}.admin-confirm-inline p{font-size:13px;color:var(--bee-text);margin-bottom:12px}.admin-confirm-buttons{display:flex;gap:8px;justify-content:flex-end}.permission-toggle{width:36px;height:36px;border-radius:8px;border:2px solid #e4e8eb;background:var(--bee-white);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,border-color .2s,color .2s}.permission-toggle.on{background:var(--bee-teal);border-color:var(--bee-teal);color:var(--bee-white)}.permission-toggle.off{background:var(--bee-white);border-color:#e4e8eb;color:#d1d5db}.permission-toggle.off:hover:not(:disabled){border-color:var(--bee-teal);color:var(--bee-teal)}.permission-toggle.locked{opacity:.5;cursor:not-allowed}.toggle-spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:currentColor;border-radius:50%;animation:spin .6s linear infinite}.permission-table th,.permission-table td{text-align:center!important}.permission-table th:first-child,.permission-table td:first-child{text-align:left!important}.permission-cards-mobile{display:none}.audit-action-badge{display:inline-block;padding:4px 10px;border-left:3px solid;background:#f8f9fa;border-radius:0 6px 6px 0;font-size:12px;font-weight:600;color:var(--bee-text);white-space:nowrap}.audit-table th:last-child,.audit-table td:last-child{text-align:left!important}.admin-pagination{display:flex;justify-content:center;gap:10px;padding:16px 0 4px}@media(max-width:768px){.admin-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch}.admin-tab{padding:10px 14px;font-size:13px;flex-shrink:0}.admin-toolbar{flex-direction:column;align-items:stretch}.admin-search{max-width:none}.admin-actions{flex-direction:column;gap:4px}.admin-modal{margin:10px;max-width:none}.permission-table{display:none}.permission-cards-mobile{display:flex;flex-direction:column;gap:12px}.permission-card-mobile{background:var(--bee-page-bg);border-radius:10px;padding:14px 16px}.permission-card-title{font-family:Oswald,Arial,sans-serif;font-size:14px;font-weight:500;color:var(--bee-black);margin-bottom:10px}.permission-card-toggles{display:flex;flex-direction:column;gap:8px}.permission-mobile-row{display:flex;align-items:center;justify-content:space-between}.permission-mobile-label{font-size:13px;color:var(--bee-text);font-weight:500}.admin-filter{flex-direction:column;align-items:stretch}.admin-filter-select{max-width:none}}@media(max-width:480px){.admin-btn{padding:8px 14px;font-size:13px}.admin-modal-body{padding:16px}.admin-modal-footer{padding:12px 16px}}.gc-date-filter{display:flex;align-items:center;gap:12px;padding:12px 20px;background:#fff;border-radius:16px;box-shadow:0 2px 12px #00000014;margin-bottom:24px;flex-wrap:wrap}.gc-area-cards{display:flex;flex-direction:column;gap:10px;margin-bottom:24px}.gc-area-card{background:var(--bee-white);border-radius:12px;padding:12px 16px;box-shadow:0 2px 10px #0000000d;position:relative;overflow:hidden}.gc-area-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--bee-teal)}.gc-area-card-header{display:flex;align-items:center;gap:8px;margin-bottom:6px}.gc-area-card-icon{width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:var(--bee-teal-light);color:var(--bee-teal-dark);flex-shrink:0}.gc-area-card-title{font-family:Oswald,sans-serif;font-size:11px;font-weight:600;color:var(--bee-gray, #718096);text-transform:uppercase;letter-spacing:.5px;line-height:1.3}.gc-area-card-stats{display:flex;justify-content:space-between;padding-left:36px}.gc-area-card-stat{display:flex;align-items:baseline;gap:3px}.gc-area-card-value{font-family:Oswald,sans-serif;font-size:18px;font-weight:600;color:var(--bee-black)}span.gc-area-card-value.match-green{color:var(--bee-green)!important}span.gc-area-card-value.match-yellow{color:#d4a017!important}span.gc-area-card-value.match-red{color:var(--bee-red)!important}span.gc-area-card-value.unmatched{color:var(--bee-text-muted)!important}.gc-area-card-label{font-family:Open Sans,sans-serif;font-size:9px;color:var(--bee-text-muted);text-transform:uppercase;letter-spacing:.3px}.gc-date-label{display:flex;align-items:center;gap:6px;font-family:Oswald,sans-serif;font-weight:500;font-size:14px;color:var(--bee-text)}.gc-date-input{padding:6px 12px;border:1px solid #ddd;border-radius:8px;font-family:Open Sans,sans-serif;font-size:14px;color:var(--bee-text);outline:none;transition:border-color .2s}.gc-date-input:focus{border-color:var(--bee-teal)}.gc-filter-divider{width:1px;height:24px;background:#ddd;margin:0 4px}.gc-time-input{padding:6px 10px;border:1px solid #ddd;border-radius:8px;font-family:Open Sans,sans-serif;font-size:14px;color:var(--bee-text);outline:none;transition:border-color .2s;width:110px}.gc-time-input:focus{border-color:var(--bee-teal)}.gc-quick-btn{padding:6px 14px;border:1px solid var(--bee-teal);border-radius:8px;background:#fff;color:var(--bee-teal);font-family:Oswald,sans-serif;font-size:13px;font-weight:500;cursor:pointer;white-space:nowrap;transition:background .2s,color .2s}.gc-quick-btn:hover{background:#59c5c71a}.gc-quick-btn.active{background:var(--bee-teal);color:#fff}.gc-clear-btn{padding:6px 12px;border:1px solid #ddd;border-radius:8px;background:#fff;color:var(--bee-text-muted);font-family:Open Sans,sans-serif;font-size:12px;cursor:pointer;white-space:nowrap;transition:border-color .2s,color .2s}.gc-clear-btn:hover{border-color:var(--bee-red);color:var(--bee-red)}.gc-record-count{margin-left:auto;font-size:13px;color:var(--bee-text-muted)}.gc-match-table th{font-family:Oswald,sans-serif;font-size:12px;text-transform:uppercase;letter-spacing:.5px;padding:10px 8px}.gc-match-table td{padding:8px;font-size:13px}.gc-sort-active{color:var(--bee-teal)!important}.gc-sort-arrow{font-size:10px}.gc-row-matched{background:#27ae600d}.gc-row-unmatched{background:#a7a9ac0f}.gc-row-matched:hover,.gc-row-unmatched:hover{background:#59c5c714}.gc-dir-badge{display:inline-block;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase}.gc-dir-badge.arr{background:#dbeafe;color:#1e40af}.gc-dir-badge.dep{background:#fef3c7;color:#92400e}.gc-timing-badge{display:inline-block;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600}.gc-timing-badge.before{background:#59c5c726;color:var(--bee-teal-dark)}.gc-timing-badge.after{background:#f6d80933;color:#92400e}.gc-cleaner-table td{padding:10px 12px}.gc-area-list{display:flex;flex-direction:column;gap:16px}.gc-area-item{display:flex;flex-direction:column;gap:6px}.gc-area-header{display:flex;justify-content:space-between;align-items:center}.gc-area-name{font-family:Oswald,sans-serif;font-weight:500;font-size:14px;color:var(--bee-text)}.gc-area-count{font-size:13px;color:var(--bee-text-muted)}.gc-progress-bar{height:10px;background:#eee;border-radius:5px;overflow:hidden}.gc-progress-fill{height:100%;background:linear-gradient(90deg,var(--bee-teal),var(--bee-teal-dark));border-radius:5px;transition:width .4s ease}.gc-area-pct{font-family:Oswald,sans-serif;font-weight:600;font-size:20px;color:var(--bee-teal);text-align:right}.gc-unmatched-section{background:#fff;border-radius:16px;box-shadow:0 2px 12px #00000014;overflow:hidden}.gc-unmatched-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 20px;background:none;border:none;cursor:pointer;font-family:Oswald,sans-serif;font-size:15px;color:var(--bee-text);transition:background .15s}.gc-unmatched-header:hover{background:#59c5c70d}.gc-unmatched-header-left{display:flex;align-items:center;gap:10px}.gc-unmatched-title{font-weight:600;font-size:16px}.gc-unmatched-subtitle{font-family:Open Sans,sans-serif;font-size:12px;color:var(--bee-text-muted);font-weight:400}.gc-unmatched-body{padding:0 20px 20px}.gc-reason-summary{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.gc-reason-badge{display:inline-block;padding:3px 10px;border-radius:12px;font-family:Open Sans,sans-serif;font-size:11px;font-weight:600;white-space:nowrap;background:#f3f4f6;color:#374151}.gc-reason-badge.outcompeted{background:#59c5c726;color:#3a8a8c}.gc-reason-badge.gap-60{background:#f6d80933;color:#92400e}.gc-reason-badge.gap-2h{background:#e67e2226;color:#9a3412}.gc-reason-badge.gap-4h{background:#e74c3c1f;color:#991b1b}.gc-reason-badge.no-flight{background:#f3f4f6;color:#6b7280}.gc-unmatched-table th{font-family:Oswald,sans-serif;font-size:12px;text-transform:uppercase;letter-spacing:.5px;padding:10px 8px}.gc-unmatched-table td{padding:8px;font-size:13px;vertical-align:middle}.gc-unmatched-table tbody tr:hover{background:#59c5c70a}@media(max-width:768px){.gc-area-card{padding:10px 14px}.gc-area-card-stats{padding-left:0}.gc-date-filter{padding:10px 14px;gap:8px}.gc-filter-divider{display:none}.gc-time-input{width:90px;font-size:13px;padding:5px 8px}.gc-quick-btn{font-size:11px;padding:5px 10px}.gc-clear-btn{font-size:11px;padding:4px 8px}.gc-record-count{margin-left:0;width:100%;text-align:right}.gc-match-table th,.gc-match-table td{padding:6px 4px;font-size:11px}.gc-dir-badge,.gc-timing-badge{font-size:10px;padding:1px 4px}.gc-unmatched-header{padding:12px 14px}.gc-unmatched-subtitle{display:none}.gc-unmatched-body{padding:0 14px 14px}.gc-reason-summary{gap:6px}.gc-reason-badge{font-size:10px;padding:2px 8px}.gc-unmatched-table th,.gc-unmatched-table td{padding:6px 4px;font-size:11px}}.dashboard-page{max-width:1600px;margin:0 auto;padding:24px 24px 40px}.dashboard-header{background:var(--header-bg);border-radius:16px;padding:24px 32px;margin-bottom:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.dashboard-header .header-left{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.dashboard-header .logo-container{background:var(--bee-white);padding:10px 16px;border-radius:12px;display:flex;align-items:center;justify-content:center}.dashboard-header .logo-container img{height:48px;width:auto}.dashboard-title{font-family:Oswald,Arial,sans-serif;font-size:26px;font-weight:600;color:var(--bee-white);display:flex;align-items:center}.dashboard-subtitle{font-size:13px;color:#ffffffa6;margin-top:4px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding:0 24px 24px}@media(max-width:1200px){.stats-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.stats-grid{grid-template-columns:1fr;padding:0 16px 16px}}.grid-2col{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:0 24px 16px}@media(max-width:900px){.grid-2col{grid-template-columns:1fr}}.stats-grid .stat-card,.grid-2col .card{margin:0}.dashboard-page>.card{margin:0 24px 16px}.health-banner{background:var(--bee-white);border-radius:var(--card-radius);padding:24px 28px;margin:0 24px 24px;display:flex;align-items:flex-start;justify-content:space-between;gap:24px;box-shadow:var(--card-shadow);border-left:4px solid var(--bee-teal)}.health-banner-left{flex:0 0 auto}.health-label{font-family:Oswald,Arial,sans-serif;font-size:13px;font-weight:600;letter-spacing:.5px;color:var(--bee-gray);text-transform:uppercase;margin-bottom:4px}.health-grade{font-family:Oswald,Arial,sans-serif;font-size:52px;font-weight:700;color:var(--bee-teal);line-height:1}.health-banner-right{display:flex;gap:32px;align-items:flex-start}.health-metric{text-align:center}.health-metric-value{font-family:Oswald,Arial,sans-serif;font-size:28px;font-weight:600;line-height:1.2}.health-metric-label{font-size:12px;color:var(--bee-gray);display:flex;align-items:center;gap:4px;justify-content:center;margin-top:4px}@media(max-width:768px){.health-banner{flex-direction:column;margin:0 16px 16px}.health-banner-right{flex-wrap:wrap;gap:20px}}.data-table{width:100%;border-collapse:collapse;font-size:13px}.data-table thead th{font-family:Oswald,Arial,sans-serif;font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;color:var(--bee-gray);padding:10px 12px;text-align:left;border-bottom:2px solid #e4e8eb}.data-table tbody td{padding:10px 12px;border-bottom:1px solid #f0f2f5;font-size:13px}.data-table tbody tr:hover{background:#59c5c70a}.data-table tbody tr:last-child td{border-bottom:none}.filter-select{padding:6px 12px;border:2px solid #e4e8eb;border-radius:8px;font-size:13px;font-family:Open Sans,Arial,sans-serif;outline:none;cursor:pointer;transition:border-color .2s}.filter-select:focus{border-color:var(--bee-teal)}.loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:16px;color:var(--bee-gray)}.loading-spinner .spinner{width:40px;height:40px;border:3px solid #e4e8eb;border-top-color:var(--bee-teal);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.card-body{padding:0}.card-header-right{margin-left:auto}.sidebar-logo-img{width:36px;height:36px;object-fit:contain}@media(max-width:768px){.dashboard-header{padding:20px 16px}.dashboard-title{font-size:20px}.dashboard-page>.card{margin:0 16px 12px}.grid-2col{padding:0 16px 12px}}.error-boundary{display:flex;align-items:center;justify-content:center;min-height:400px;padding:32px}.error-boundary-content{text-align:center;max-width:480px}.error-boundary-content h2{font-family:Oswald,Arial,sans-serif;font-size:24px;font-weight:600;color:var(--bee-black);margin:16px 0 8px}.error-boundary-content p{font-family:Open Sans,Arial,sans-serif;font-size:14px;color:var(--bee-gray);margin:0 0 16px}.error-boundary-details{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:12px 16px;font-size:12px;color:#991b1b;text-align:left;overflow-x:auto;margin-bottom:16px;white-space:pre-wrap;word-break:break-word}.error-boundary-button{display:inline-flex;align-items:center;gap:8px;padding:10px 24px;background:var(--bee-teal);color:#fff;border:none;border-radius:8px;font-family:Open Sans,Arial,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.error-boundary-button:hover{background:#3a8a8c}.detail-filters-row{display:flex;align-items:flex-end;gap:16px;padding:12px 20px;background:#fff;border-radius:12px;margin-bottom:16px;box-shadow:0 1px 4px #0000000f;flex-wrap:wrap}.detail-filter-group{display:flex;flex-direction:column;gap:4px;min-width:160px;flex:1}.detail-filter-label{font-family:Open Sans,sans-serif;font-size:11px;font-weight:600;color:var(--bee-text-muted, #a7a9ac);text-transform:uppercase;letter-spacing:.5px}.detail-filters-row .filter-select{height:36px;font-size:13px}.clear-filters-link{background:none;border:none;color:var(--bee-teal, #59c5c7);font-family:Open Sans,sans-serif;font-size:13px;font-weight:600;cursor:pointer;padding:8px 4px;white-space:nowrap;transition:color .15s}.clear-filters-link:hover{color:var(--bee-teal-dark, #3a8a8c);text-decoration:underline}@media(max-width:768px){.detail-filters-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:12px 16px}.clear-filters-link{grid-column:1 / -1;text-align:right}}.inspection-detail-table{width:100%;border-collapse:collapse;min-width:900px}.inspection-detail-table th{position:sticky;top:0;background:var(--bee-teal);color:var(--bee-white);font-family:Oswald,Arial,sans-serif;font-weight:500;font-size:12px;text-transform:uppercase;letter-spacing:.5px;padding:10px 12px;text-align:left;white-space:nowrap;z-index:2}.inspection-detail-table th:first-child{border-radius:8px 0 0}.inspection-detail-table th:last-child{border-radius:0 8px 0 0}.inspection-detail-table td{padding:10px 12px;border-bottom:1px solid var(--bee-gray-light);font-size:13px}.inspection-detail-table tr:hover{background:var(--bee-yellow-light)}.sortable-header{cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.sortable-header svg{display:inline-block;vertical-align:middle;margin-left:4px}.sortable-header:hover{background:var(--bee-teal-dark)!important}.flagged-row{background:#ff98000a}.flagged-row:hover{background:#ff98001a!important}.clickable-row{cursor:pointer;transition:background .15s}.deficiency-row td:first-child{box-shadow:inset 3px 0 0 var(--unacceptable)}.leniency-badge{display:inline-block;padding:3px 8px;border-radius:12px;font-size:11px;font-weight:600;background:#fff3e0;color:#e65100;white-space:nowrap}.audit-badge{display:inline-block;padding:3px 8px;border-radius:12px;font-size:11px;font-weight:600;background:var(--bee-gray-light);color:var(--bee-black)}.audit-badge.internal{background:#e3f2fd;color:#1565c0}.audit-badge.joint{background:#f3e5f5;color:#7b1fa2}.audit-badge.client{background:#fce4ec;color:#c62828}.leniency-alert-item{display:flex;align-items:flex-start;gap:10px;padding:10px 16px;border-bottom:1px solid var(--bee-gray-light)}.leniency-alert-item:last-child{border-bottom:none}.leniency-alert-icon{flex-shrink:0;color:var(--significant);margin-top:2px}.leniency-alert-text{font-size:13px;line-height:1.5;color:var(--bee-black)}.leniency-alert-text strong{font-weight:600}.comparison-bars{display:flex;flex-direction:column;gap:12px}.comparison-row{display:flex;align-items:center;gap:10px}.comparison-label{font-size:13px;font-weight:500;width:70px;flex-shrink:0}.comparison-bar-container{flex:1;height:24px;background:var(--bee-gray-light);border-radius:12px;overflow:hidden}.comparison-bar{height:100%;border-radius:12px;transition:width .5s ease;min-width:4px}.comparison-bar.internal{background:var(--bee-teal)}.comparison-bar.external{background:var(--significant)}.comparison-value{font-size:14px;font-weight:600;min-width:50px;text-align:right}.comparison-count{font-size:11px;color:var(--bee-gray);min-width:30px}.inspection-modal-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:2147483646;padding:16px}.inspection-modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;width:100%;max-width:640px;max-height:80vh;overflow-y:auto;position:relative}.inspection-modal-close{position:absolute;top:12px;right:12px;background:none;border:none;cursor:pointer;color:var(--bee-gray);padding:4px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s;z-index:1}.inspection-modal-close:hover{background:var(--bee-gray-light);color:var(--bee-black)}.inspection-modal-header{padding:24px 24px 16px;border-bottom:1px solid var(--bee-gray-light)}.inspection-modal-header-top{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.inspection-modal-meta{flex:1;min-width:0}.inspection-modal-inspector{font-family:Oswald,Arial,sans-serif;font-size:20px;font-weight:600;color:var(--bee-black);margin-bottom:4px}.inspection-modal-datetime{font-size:13px;color:var(--bee-gray);margin-bottom:2px}.inspection-modal-location{font-size:13px;color:var(--bee-black);font-weight:500}.inspection-modal-score{text-align:center;flex-shrink:0}.inspection-modal-score-value{font-family:Oswald,Arial,sans-serif;font-size:36px;font-weight:700;line-height:1}.inspection-modal-score-label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-top:4px}.inspection-modal-badges{display:flex;gap:6px;flex-wrap:wrap;margin-top:12px}.inspection-modal-body{padding:16px 24px 24px}.inspection-modal-section-title{font-family:Oswald,Arial,sans-serif;font-size:14px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;color:var(--bee-gray);margin-bottom:8px}.question-breakdown-table{width:100%;border-collapse:collapse}.question-breakdown-table th{background:var(--bee-gray-light);font-family:Oswald,Arial,sans-serif;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;padding:8px 12px;text-align:left;color:var(--bee-gray)}.question-breakdown-table td{padding:8px 12px;border-bottom:1px solid var(--bee-gray-light);font-size:13px}.question-breakdown-table tr:last-child td{border-bottom:none}.question-result-pass{display:inline-flex;align-items:center;gap:4px;color:var(--excellent);font-weight:600;font-size:12px}.question-result-fail{display:inline-flex;align-items:center;gap:4px;color:var(--unacceptable);font-weight:600;font-size:12px}.question-result-na{display:inline-flex;align-items:center;gap:4px;color:var(--bee-gray);font-weight:500;font-size:12px}.question-summary{padding:10px 12px;font-size:13px;color:var(--bee-black);background:var(--bee-gray-light);border-radius:0 0 8px 8px;margin-top:2px}.inspection-modal-comments{margin-top:16px;display:flex;flex-direction:column;gap:12px}.inspection-modal-comment-block{padding:12px;background:var(--bee-gray-light);border-radius:8px}.inspection-modal-comment-block.deficiency{background:#fff8e1;border-left:3px solid var(--significant)}.inspection-modal-comment-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--bee-gray);margin-bottom:4px;display:flex;align-items:center;gap:4px}.inspection-modal-comment-block.deficiency .inspection-modal-comment-label{color:var(--significant)}.inspection-modal-comment-text{font-size:13px;line-height:1.5;color:var(--bee-black)}@media(max-width:768px){.inspection-modal{max-width:100%;max-height:90vh;border-radius:12px;margin:8px}.inspection-modal-header-top{flex-direction:column;gap:12px}.inspection-modal-score{text-align:left;display:flex;align-items:baseline;gap:8px}.inspection-modal-score-value{font-size:28px}.comparison-row{flex-wrap:wrap}.comparison-label{width:60px;font-size:12px}}@media(max-width:480px){.inspection-modal{border-radius:8px;margin:4px}.inspection-modal-header{padding:16px 16px 12px}.inspection-modal-body{padding:12px 16px 16px}.inspection-modal-inspector{font-size:18px}}.chat-fab{position:fixed!important;bottom:24px!important;right:24px!important;width:56px;height:56px;border-radius:50%;background:var(--bee-teal);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #59c5c766;transition:box-shadow .2s;z-index:2147483647!important}.chat-fab:hover{box-shadow:0 6px 28px #59c5c780}.chat-fab-badge{position:absolute;top:-2px;right:-2px;background:var(--bee-yellow);color:var(--bee-black);font-size:9px;font-weight:700;padding:2px 6px;border-radius:8px;line-height:1}.chat-floating-panel{position:fixed!important;bottom:24px!important;right:24px!important;width:400px;max-height:560px;background:#fff;border-radius:16px;box-shadow:0 8px 40px #0000002e;display:flex;flex-direction:column;z-index:2147483647!important;overflow:hidden}@keyframes chatSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:480px){.chat-floating-panel{width:calc(100vw - 16px);right:8px;bottom:8px;max-height:calc(100vh - 80px);border-radius:12px}.chat-fab{bottom:16px;right:16px}}.chat-panel-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:var(--bee-black);color:#fff;flex-shrink:0}.chat-panel-role{font-size:10px;font-weight:600;text-transform:uppercase;background:var(--bee-teal);padding:2px 6px;border-radius:4px;letter-spacing:.3px}.chat-messages-area{flex:1;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:12px;min-height:200px;max-height:420px}.chat-welcome{display:flex;flex-direction:column;align-items:center;text-align:center;padding:24px 16px;gap:10px}.chat-welcome p{color:#666;font-size:13px;line-height:1.6}.chat-msg-bubble{padding:10px 14px;border-radius:14px;font-size:13px;line-height:1.55;max-width:85%;word-wrap:break-word}.chat-typing{display:flex;align-items:center;gap:8px;color:#888;font-style:italic}.chat-spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.chat-error{display:flex;align-items:center;gap:6px;padding:8px 12px;background:#fff0f0;color:#d32f2f;border-radius:8px;font-size:12px}.chat-input-field{flex:1;padding:9px 14px;border:1px solid #ddd;border-radius:10px;font-size:13px;font-family:Open Sans,sans-serif;outline:none;transition:border-color .2s}.chat-input-field:disabled{opacity:.6;background:#fafafa}.chat-send-btn{width:38px;height:38px;border:none;border-radius:10px;background:var(--bee-teal);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .15s,background .15s;flex-shrink:0}.chat-send-btn:hover:not(:disabled){background:var(--bee-teal-dark)}.chat-preview-selector{display:flex;gap:8px;margin-bottom:20px;flex-wrap:wrap}.chat-preview-tab{display:flex;align-items:center;gap:8px;padding:10px 18px;background:var(--card-bg);border:2px solid var(--bee-gray-light);border-radius:10px;font-family:Oswald,sans-serif;font-size:14px;font-weight:500;color:var(--bee-black);cursor:pointer;transition:all .2s}.chat-preview-tab:hover{border-color:var(--bee-teal)}.chat-preview-tab.active{border-color:var(--bee-teal);background:var(--bee-teal);color:#fff}.chat-preview-tab-num{font-size:12px;opacity:.7}.mockup-container{position:relative;height:520px;background:linear-gradient(135deg,#f5f7fa,#e4e8eb);border-radius:0 0 var(--card-radius) var(--card-radius);overflow:hidden;display:flex}.mockup-dashboard-bg{flex:1;padding:16px;display:flex;flex-direction:column;gap:12px}.mockup-bg-header{height:48px;background:var(--bee-teal);border-radius:10px;opacity:.7}.mockup-bg-cards{display:flex;gap:10px}.mockup-bg-card{flex:1;height:70px;background:#fff;border-radius:10px;box-shadow:0 1px 4px #0000000f}.mockup-bg-chart{flex:1;background:#fff;border-radius:10px;box-shadow:0 1px 4px #0000000f;min-height:80px}.mockup-mini-sidebar{width:48px;background:var(--bee-black);display:flex;flex-direction:column;align-items:center;padding:12px 0;gap:8px;flex-shrink:0}.mockup-nav-item{width:32px;height:32px;border-radius:8px;background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#ffffff80;border:none;cursor:pointer;transition:all .15s}.mockup-nav-item.active{background:var(--bee-teal);color:#fff}.mockup-nav-item:hover{background:#fff3}.mockup-nav-spacer{flex:1}.mockup-nav-chat{color:#fff9}.mockup-dashboard-main{padding:16px;display:flex;flex-direction:column;gap:12px;transition:flex .3s;overflow:hidden}.mockup-dashboard-inline{flex:1;padding:12px;display:flex;flex-direction:column;gap:10px;overflow-y:auto}.mockup-floating-context{display:block}.chat-fab{position:absolute;bottom:20px;right:20px;width:52px;height:52px;border-radius:50%;background:var(--bee-teal);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #59c5c766;transition:transform .2s,box-shadow .2s;z-index:10}.chat-fab:hover{transform:scale(1.08);box-shadow:0 6px 24px #59c5c780}.chat-fab-badge{position:absolute;top:-2px;right:-2px;background:var(--bee-yellow);color:var(--bee-black);font-size:9px;font-weight:700;padding:2px 5px;border-radius:8px}.chat-floating-panel{position:absolute;bottom:16px;right:16px;width:380px;max-height:460px;background:#fff;border-radius:16px;box-shadow:0 8px 32px #00000026;display:flex;flex-direction:column;z-index:10;overflow:hidden}.chat-floating-minimized{max-height:48px}.chat-panel-header,.chat-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:var(--bee-black);color:#fff;flex-shrink:0}.chat-panel-header-left{display:flex;align-items:center;gap:8px}.chat-panel-title{font-family:Oswald,sans-serif;font-size:14px;font-weight:500}.chat-panel-header-actions{display:flex;gap:4px}.chat-panel-header-actions button{background:#ffffff1a;border:none;color:#fff;width:28px;height:28px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.chat-panel-header-actions button:hover{background:#fff3}.chat-messages-area{flex:1;overflow-y:auto;padding:12px 14px;display:flex;flex-direction:column;gap:12px}.chat-messages-page{max-height:none;flex:1;padding:16px 24px}.chat-messages-inline{max-height:200px}.chat-welcome{display:flex;flex-direction:column;align-items:center;text-align:center;padding:16px;gap:8px}.chat-welcome p{color:#666;font-size:13px;line-height:1.5}.chat-welcome-sm{padding:8px 0;border-bottom:1px solid var(--bee-gray-light);margin-bottom:4px}.chat-welcome-sm p{font-size:12px;color:#666}.chat-msg{display:flex;gap:8px;align-items:flex-start}.chat-msg-user{flex-direction:row-reverse}.chat-msg-avatar{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.chat-msg-avatar-assistant{background:var(--bee-teal-light);color:var(--bee-teal)}.chat-msg-avatar-user{background:var(--bee-yellow-light);color:var(--bee-black)}.chat-msg-bubble{padding:10px 14px;border-radius:14px;font-size:13px;line-height:1.5;max-width:85%}.chat-msg-bubble-assistant{background:var(--bee-gray-light);color:var(--bee-black);border-bottom-left-radius:4px}.chat-msg-bubble-user{background:var(--bee-teal);color:#fff;border-bottom-right-radius:4px}.chat-input-row{display:flex;gap:8px;padding:10px 14px;border-top:1px solid var(--bee-gray-light);flex-shrink:0;background:#fff}.chat-input-field{flex:1;padding:8px 12px;border:1px solid #ddd;border-radius:10px;font-size:13px;font-family:Open Sans,sans-serif;outline:none;transition:border-color .2s}.chat-input-field:focus{border-color:var(--bee-teal)}.chat-send-btn{width:36px;height:36px;border:none;border-radius:10px;background:var(--bee-teal);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .15s}.chat-send-btn:disabled{opacity:.4;cursor:default}.mockup-sidebar-context{display:flex}.chat-drawer{width:340px;background:#fff;border-left:1px solid #e0e0e0;display:flex;flex-direction:column;flex-shrink:0}.chat-drawer-header{padding:10px 12px}.chat-history-list{flex:1;overflow-y:auto;padding:8px}.chat-history-label{font-size:11px;font-weight:600;text-transform:uppercase;color:var(--bee-gray);padding:4px 8px 8px;letter-spacing:.5px}.chat-history-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 8px;border:none;background:none;border-radius:8px;cursor:pointer;text-align:left;transition:background .15s;color:var(--bee-black)}.chat-history-item:hover{background:var(--bee-gray-light)}.chat-history-item-text{display:flex;flex-direction:column;gap:2px;min-width:0}.chat-history-item-title{font-size:13px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-history-item-date{font-size:11px;color:var(--bee-gray)}.mockup-page-context{display:flex}.chat-page-layout{flex:1;display:flex}.chat-page-sidebar{width:220px;background:#fff;border-right:1px solid #e0e0e0;display:flex;flex-direction:column}.chat-page-sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:14px 12px;border-bottom:1px solid #eee}.chat-page-sidebar-header h3{font-family:Oswald,sans-serif;font-size:14px;font-weight:500}.chat-new-btn{display:flex;align-items:center;gap:4px;padding:5px 10px;border:1px solid var(--bee-teal);border-radius:6px;background:none;color:var(--bee-teal);font-size:12px;font-weight:600;cursor:pointer;transition:all .15s}.chat-new-btn:hover{background:var(--bee-teal);color:#fff}.chat-conv-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border:none;background:none;text-align:left;cursor:pointer;transition:background .15s;color:var(--bee-black)}.chat-conv-item:hover{background:var(--bee-gray-light)}.chat-conv-item.active{background:var(--bee-teal-light)}.chat-conv-item-text{display:flex;flex-direction:column;gap:2px;min-width:0}.chat-conv-item-title{font-size:12px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-conv-item-date{font-size:10px;color:var(--bee-gray)}.chat-page-main{flex:1;display:flex;flex-direction:column;background:#fff}.chat-page-header{padding:14px 24px;border-bottom:1px solid #eee;display:flex;align-items:baseline;gap:12px}.chat-page-header h2{font-family:Oswald,sans-serif;font-size:18px;font-weight:500}.chat-page-date{font-size:12px;color:var(--bee-gray)}.chat-page-input-area{padding:12px 24px 16px;border-top:1px solid #eee}.chat-page-input-area .chat-input-row{border-top:none;padding:0}.chat-page-input-hint{text-align:center;font-size:11px;color:var(--bee-gray);margin-top:6px}.mockup-inline-context{display:flex}.chat-inline-widget{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;overflow:hidden}.chat-inline-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 16px;border:none;background:#fff;cursor:pointer;font-family:Oswald,sans-serif;font-size:14px;font-weight:500;color:var(--bee-black)}.chat-inline-header-left{display:flex;align-items:center;gap:8px}.chat-inline-body{border-top:1px solid #eee}.chat-inline-tabs{display:flex;border-bottom:1px solid #eee}.chat-inline-tab{flex:1;padding:8px;border:none;background:none;font-size:12px;font-weight:600;color:var(--bee-gray);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .15s}.chat-inline-tab.active{color:var(--bee-teal);border-bottom:2px solid var(--bee-teal)}.chat-insights-area{padding:12px;display:flex;flex-direction:column;gap:8px;max-height:240px;overflow-y:auto}.chat-insight-card{padding:10px 14px;background:#fff8e1;border-radius:10px;border-left:3px solid var(--significant)}.chat-insight-card.chat-insight-positive{background:#e8f5e9;border-left-color:var(--excellent)}.chat-insight-badge{font-size:10px;font-weight:700;text-transform:uppercase;color:var(--significant);letter-spacing:.5px;margin-bottom:4px}.chat-insight-badge.positive{color:var(--excellent)}.chat-insight-card p{font-size:13px;color:var(--bee-black);line-height:1.5}
