@keyframes fadein{0%{opacity:0;transform:translate(-50%) translateY(6px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes typing-reveal{0%{max-height:0;opacity:0}to{max-height:200px;opacity:1}}@keyframes typing-cursor{0%,to{border-right-color:#c4a35ab3}50%{border-right-color:transparent}}@keyframes progress-glow{0%,to{box-shadow:0 0 4px #c4a35a4d}50%{box-shadow:0 0 8px #c4a35a99}}@keyframes focus-pulse{0%,to{box-shadow:0 0 0 2px #c4a35a26}50%{box-shadow:0 0 0 4px #c4a35a14}}.prompt-typing{animation:typing-cursor .8s step-end infinite;border-right:2px solid rgba(196,163,90,.7)}.prompt-typing.done{border-right-color:transparent;animation:none}@keyframes border-rotate{0%{--angle: 0deg}to{--angle: 360deg}}@property --angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}.upload-zone-idle{position:relative;background:#111114;border-radius:14px;transition:all .3s ease}.upload-zone-idle:before{content:"";position:absolute;top:-1.5px;right:-1.5px;bottom:-1.5px;left:-1.5px;border-radius:15px;padding:1.5px;background:conic-gradient(from var(--angle),transparent 0%,rgba(196,163,90,.15) 25%,rgba(196,163,90,.35) 50%,rgba(196,163,90,.15) 75%,transparent 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:border-rotate 6s linear infinite;pointer-events:none}.upload-zone-idle:hover:before{background:conic-gradient(from var(--angle),transparent 0%,rgba(196,163,90,.25) 25%,rgba(196,163,90,.55) 50%,rgba(196,163,90,.25) 75%,transparent 100%)}.upload-zone-dragging{position:relative;border-radius:14px;transition:all .3s ease}.upload-zone-dragging:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:15px;padding:2px;background:conic-gradient(from var(--angle),#c4a35a,rgba(196,163,90,.2),#c4a35a,rgba(196,163,90,.2),#c4a35a);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:border-rotate 2s linear infinite;pointer-events:none}@keyframes float-icon{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.upload-float-icon{animation:float-icon 3s ease-in-out infinite}@keyframes accordion-open{0%{max-height:0;opacity:0}to{max-height:2000px;opacity:1}}.accordion-content-enter{animation:accordion-open .35s ease-out forwards;overflow:hidden}@keyframes select-glow{0%{box-shadow:0 0 #c4a35a66}50%{box-shadow:0 0 12px 2px #c4a35a40}to{box-shadow:0 0 #c4a35a00}}.preset-card-selected{animation:select-glow .6s ease-out}.section-group-card{background:#11111480;border:1px solid rgba(30,30,36,.6);border-radius:16px;padding:16px;margin-bottom:20px;transition:border-color .3s ease}.section-group-card:hover{border-color:#c4a35a26}.section-group-label{display:flex;align-items:center;gap:8px;font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#6b6b78;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.04)}.section-group-label .group-icon{font-size:14px;opacity:.7}:root{--primary: #0052cc;--primary-hover: #0052cc;--bg-color: #e2e8f0;--surface: #ffffff;--text-main: #0f172a;--text-muted: #64748b;--border: #e2e8f0;--success: #16a34a;--warning: #d97706;--danger: #dc2626;--info: #2563eb;--radius-sm: 3px;--radius-md: 6px;--radius-lg: 8px;--radius-xl: 12px;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 2px 8px rgba(0, 0, 0, .08);--shadow-lg: 0 4px 16px rgba(0, 0, 0, .1);--linear-bg: #FFFFFF;--linear-surface: #F7F7F7;--linear-border: #E5E5E5;--linear-text: #1A1A1A;--linear-text-secondary: #6B6B6B;--linear-text-muted: #9B9B9B;--linear-accent: #0052cc;--linear-accent-hover: #003d99;--linear-accent-light: #EFF6FF;--linear-success: #26B5A0;--linear-warning: #F0A429;--linear-danger: #E5484D}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--bg-color);color:var(--text-main);line-height:1.5;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.flex-col{flex-direction:column}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}.w-full{width:100%}.h-full{height:100%}.text-center{text-align:center}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.font-medium{font-weight:500}.font-bold{font-weight:700}.text-muted{color:var(--text-muted)}.text-primary{color:var(--primary)}.text-success{color:var(--success)}.text-warning{color:var(--warning)}.text-danger{color:var(--danger)}.card{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);padding:1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.45rem 1rem;border-radius:var(--radius-md);font-size:.875rem;font-weight:500;transition:background .15s,color .15s,border-color .15s;gap:.4rem}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover)}.btn-outline{border:1px solid var(--border);background:var(--surface);color:var(--text-main)}.btn-outline:hover{border-color:#94a3b8}.btn-outline.btn-hover-primary:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.btn-ghost{color:var(--text-muted)}.btn-ghost:hover{background:var(--bg-color);color:var(--text-main)}.badge{display:inline-flex;align-items:center;padding:.2rem .6rem;border-radius:var(--radius-sm);font-size:.7rem;font-weight:600;letter-spacing:.02em;background:var(--bg-color);color:var(--text-muted)}.badge.success{background:#f0fdf4;color:#15803d}.badge.warning{background:#fffbeb;color:#b45309}.badge.danger{background:#fef2f2;color:#b91c1c}.badge.info{background:#eff6ff;color:#1d4ed8}.navbar{height:56px;background:var(--surface);border-bottom:1px solid var(--border);display:flex;align-items:center;position:sticky;top:0;z-index:50}.nav-link{color:var(--text-muted);font-size:.875rem;font-weight:500;transition:color .15s}.nav-link:hover,.nav-link.active{color:var(--text-main)}.table-container{width:100%;overflow-x:auto}table{width:100%;border-collapse:collapse}th,td{padding:1rem;text-align:left;border-bottom:1px solid var(--border)}th{font-weight:600;color:var(--text-muted);font-size:.8rem}.dashboard-layout{display:flex;min-height:calc(100vh - 64px)}.sidebar{width:320px;background:var(--surface);border-left:1px solid var(--border);padding:1.5rem}.main-content{flex:1;padding:2rem;overflow-y:auto}.trend-up{color:var(--success);display:flex;align-items:center;gap:.25rem;font-size:.875rem}.trend-down{color:var(--danger);display:flex;align-items:center;gap:.25rem;font-size:.875rem}.avatar{width:40px;height:40px;border-radius:var(--radius-full);background:var(--border);display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--text-muted);overflow:hidden}.avatar img{width:100%;height:100%;object-fit:cover}.tabs{display:flex;border-bottom:1px solid var(--border);margin-bottom:1.5rem;gap:.25rem}.tab{padding:.6rem 1rem;font-size:.875rem;font-weight:500;color:var(--text-muted);cursor:pointer;border-bottom:2px solid transparent;transition:color .15s}.tab.active{color:var(--text-main);border-bottom-color:var(--text-main)}.progress-bg{width:100%;height:6px;background:var(--border);border-radius:var(--radius-full);overflow:hidden}.progress-fill{height:100%;border-radius:var(--radius-full)}body.dark-mode{--bg-color: #0f172a;--surface: #1e293b;--text-main: #e2e8f0;--text-muted: #94a3b8;--border: #334155;--primary: #3b82f6;--primary-hover: #2563eb;background-color:#0f172a;color:#e2e8f0}body.dark-mode .navbar{background:#1e293b!important;border-bottom-color:#334155!important}body.dark-mode .card{background:#1e293b!important;border-color:#334155!important;color:#e2e8f0!important}body.dark-mode main{background:#0f172a!important}body.dark-mode *[style*="background: white"],body.dark-mode *[style*="background: #ffffff"],body.dark-mode *[style*="background: rgb(255, 255, 255)"],body.dark-mode *[style*="background-color: white"],body.dark-mode *[style*="background-color: #ffffff"],body.dark-mode *[style*="background-color: rgb(255, 255, 255)"]{background:#1e293b!important;border-color:#334155!important}body.dark-mode *[style*="background: #f8fafc"],body.dark-mode *[style*="background: rgb(248, 250, 252)"],body.dark-mode *[style*="background: #fafafa"],body.dark-mode *[style*="background: rgb(250, 250, 250)"],body.dark-mode *[style*="background: #f1f5f9"],body.dark-mode *[style*="background: rgb(241, 245, 249)"],body.dark-mode *[style*="background-color: #f8fafc"],body.dark-mode *[style*="background-color: rgb(248, 250, 252)"],body.dark-mode *[style*="background-color: #f1f5f9"],body.dark-mode *[style*="background-color: rgb(241, 245, 249)"]{background:#0f172a!important}body.dark-mode *[style*="color: #0f172a"],body.dark-mode *[style*="color: rgb(15, 23, 42)"],body.dark-mode *[style*="color: #1e293b"],body.dark-mode *[style*="color: rgb(30, 41, 59)"],body.dark-mode *[style*="color: #334155"],body.dark-mode *[style*="color: rgb(51, 65, 85)"]{color:#e2e8f0!important}body.dark-mode *[style*="color: #475569"],body.dark-mode *[style*="color: rgb(71, 85, 105)"],body.dark-mode *[style*="color: #64748b"],body.dark-mode *[style*="color: rgb(100, 116, 139)"]{color:#94a3b8!important}body.dark-mode *[style*="border: 1px solid #e2e8f0"],body.dark-mode *[style*="border: 1px solid rgb(226, 232, 240)"],body.dark-mode *[style*="border-bottom: 1px solid #e2e8f0"],body.dark-mode *[style*="border-bottom: 1px solid rgb(226, 232, 240)"],body.dark-mode *[style*="border-bottom: 2px solid #e2e8f0"],body.dark-mode *[style*="border-bottom: 2px solid rgb(226, 232, 240)"],body.dark-mode *[style*="border-bottom: 1px solid #f1f5f9"],body.dark-mode *[style*="border-bottom: 1px solid rgb(241, 245, 249)"],body.dark-mode *[style*="border-top: 1px solid #e2e8f0"],body.dark-mode *[style*="border-top: 1px solid rgb(226, 232, 240)"],body.dark-mode *[style*="border-right: 1px solid #e2e8f0"],body.dark-mode *[style*="border-right: 1px solid rgb(226, 232, 240)"],body.dark-mode *[style*="border-left: 1px solid #e2e8f0"],body.dark-mode *[style*="border-left: 1px solid rgb(226, 232, 240)"]{border-color:#334155!important}body.dark-mode th{color:#94a3b8!important;background:#1e293b!important;border-bottom-color:#334155!important}body.dark-mode td{border-bottom-color:#334155!important}body.dark-mode input,body.dark-mode select{background:#1e293b!important;border-color:#334155!important;color:#e2e8f0!important}body.dark-mode ::-webkit-scrollbar-track{background:#0f172a}body.dark-mode ::-webkit-scrollbar-thumb{background:#334155;border-radius:4px}body.dark-mode .recharts-default-tooltip{background:#1e293b!important;border-color:#334155!important;color:#e2e8f0!important}body.dark-mode .recharts-tooltip-label{color:#94a3b8!important}body.dark-mode .recharts-tooltip-item{color:#e2e8f0!important}body.dark-mode tbody tr:hover{background:#33415559!important}body.dark-mode *[style*="background: rgb(220, 252, 231)"],body.dark-mode *[style*="background: #dcfce7"]{background:#16a34a26!important;color:#4ade80!important}body.dark-mode *[style*="background: rgb(255, 247, 237)"],body.dark-mode *[style*="background: #fff7ed"]{background:#ea580c26!important;color:#fb923c!important}body.dark-mode *[style*="background: rgb(243, 244, 246)"],body.dark-mode *[style*="background: #f3f4f6"]{background:#4755694d!important;color:#94a3b8!important}body.dark-mode *[style*="background: rgb(239, 246, 255)"],body.dark-mode *[style*="background: #eff6ff"]{background:#3b82f626!important}body.dark-mode *[style*="background: rgb(240, 253, 244)"],body.dark-mode *[style*="background: #f0fdf4"]{background:#16a34a1a!important}body.dark-mode *[style*="background: rgb(254, 242, 242)"],body.dark-mode *[style*="background: #fef2f2"]{background:#ef44441a!important}body.dark-mode *[style*="color: #374151"],body.dark-mode *[style*="color: rgb(55, 65, 81)"]{color:#e2e8f0!important}body.dark-mode *[style*="border: 1.5px solid #e2e8f0"],body.dark-mode *[style*="border: 1.5px solid rgb(226, 232, 240)"]{border-color:#334155!important}body.dark-mode *[style*="background: #fff"],body.dark-mode *[style*="background: rgb(255, 255, 255)"]{background:#1e293b!important;border-color:#334155!important}body.dark-mode *[style*="background: #f9fafb"],body.dark-mode *[style*="background: rgb(249, 250, 251)"]{background:#1a2332!important}body.dark-mode *[style*="background: #eef2ff"],body.dark-mode *[style*="background: rgb(238, 242, 255)"]{background:#6366f11f!important}body.dark-mode *[style*="background: #eff6ff"]{background:#3b82f61a!important}body.dark-mode *[style*="background: #dbeafe"],body.dark-mode *[style*="background: rgb(219, 234, 254)"]{background:#3b82f626!important}body.dark-mode *[style*="background: #f5f3ff"],body.dark-mode *[style*="background: rgb(245, 243, 255)"]{background:#8b5cf61a!important}body.dark-mode *[style*="background: #ede9fe"],body.dark-mode *[style*="background: rgb(237, 233, 254)"]{background:#8b5cf626!important}body.dark-mode *[style*="background: #ecfdf5"],body.dark-mode *[style*="background: rgb(236, 253, 245)"]{background:#10b9811a!important}body.dark-mode *[style*="background: #d1fae5"],body.dark-mode *[style*="background: rgb(209, 250, 229)"]{background:#10b98126!important}body.dark-mode *[style*="background: linear-gradient(180deg,#f8fafc,#f1f5f9)"],body.dark-mode *[style*="background: linear-gradient(180deg, rgb(248, 250, 252), rgb(241, 245, 249))"]{background:linear-gradient(180deg,#1e293b,#172033)!important}body.dark-mode *[style*="border-top: 2px solid #c7d2fe"],body.dark-mode *[style*="border-top: 2px solid rgb(199, 210, 254)"]{border-top-color:#6366f14d!important}body.dark-mode *[style*="border-top: 2px solid #64748b"],body.dark-mode *[style*="border-top: 2px solid rgb(100, 116, 139)"]{border-top-color:#475569!important}body.dark-mode *[style*="border-right: 2px solid #e2e8f0"],body.dark-mode *[style*="border-right: 2px solid rgb(226, 232, 240)"]{border-right-color:#334155!important}body.dark-mode *[style*="border-bottom: 1px solid #f1f5f9"],body.dark-mode *[style*="border-bottom: 1px solid rgb(241, 245, 249)"]{border-bottom-color:#1e293b!important}body.dark-mode *[style*="border-top: 3px solid #e2e8f0"],body.dark-mode *[style*="border-top: 3px solid rgb(226, 232, 240)"]{border-top-color:#334155!important}body.dark-mode *[style*="color: #3730a3"],body.dark-mode *[style*="color: rgb(55, 48, 163)"]{color:#818cf8!important}body.dark-mode *[style*="color: #0052cc"],body.dark-mode *[style*="color: rgb(0, 82, 204)"]{color:#60a5fa!important}body.dark-mode *[style*="color: #7c3aed"],body.dark-mode *[style*="color: rgb(124, 58, 237)"]{color:#a78bfa!important}body.dark-mode *[style*="color: #059669"],body.dark-mode *[style*="color: rgb(5, 150, 105)"]{color:#34d399!important}.navbar-mobile{display:none;position:relative;flex-wrap:wrap;height:auto;min-height:56px}.navbar-desktop{display:flex}@media (max-width: 767px){.navbar-desktop{display:none}.navbar-mobile{display:flex;flex-direction:column;align-items:stretch}.navbar-mobile>.flex{width:100%;min-height:56px;align-items:center}.main-content{padding:1rem}.container{padding:0 .75rem}.card{padding:1rem}.grid-cols-2,.grid-cols-3,.grid-cols-4{grid-template-columns:1fr}.table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}th,td{padding:.65rem .75rem;font-size:.8rem}.tabs{overflow-x:auto;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;gap:0}.tab{white-space:nowrap;padding:.6rem .85rem;font-size:.8rem}.dashboard-layout{flex-direction:column}.sidebar{width:100%;border-left:none;border-top:1px solid var(--border);padding:1rem}.text-3xl{font-size:1.5rem}.text-4xl{font-size:1.875rem}.gap-8{gap:1rem}.gap-6{gap:.75rem}}@media (max-width: 768px){body{overflow-x:hidden}.dash-main{padding:1rem!important}.dash-summary-grid{grid-template-columns:repeat(2,1fr)!important;gap:.75rem!important}.dash-summary-card{padding:1rem .85rem!important}.dash-date-range{flex-wrap:nowrap!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch;gap:.4rem!important}.dash-building-header{flex-direction:column!important;align-items:flex-start!important;gap:.75rem!important}.dash-viz-scroll{overflow-x:auto!important;-webkit-overflow-scrolling:touch}.dash-viz-inner{min-width:500px!important}.dash-charts-row{grid-template-columns:1fr!important;gap:1rem!important}.dash-ai-grid{grid-template-columns:1fr!important;gap:1.5rem!important}}@media (max-width: 768px){.login-left-panel{display:none!important}.login-right-panel{padding:2rem 1rem!important}.login-right-panel input,.login-right-panel select{font-size:16px!important}}@media (max-width: 768px){.dir-page-header{flex-direction:column!important;align-items:flex-start!important;gap:.75rem!important}.dir-search{max-width:100%!important}.dir-search input{font-size:16px!important}.dir-contact-grid{grid-template-columns:1fr!important;gap:.75rem!important}.dir-contact-card{padding:1rem!important}.dir-contact-card .avatar{width:36px!important;height:36px!important;font-size:.75rem!important;flex-shrink:0!important}.dir-contact-card .btn{min-height:44px!important}.dir-contact-card .flex.items-center.gap-2.text-sm{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;min-width:0}.dir-modal-card{width:calc(100vw - 2rem)!important;max-width:400px!important}}@media (max-width: 767px){.overflow-x-auto{overflow-x:auto!important;-webkit-overflow-scrolling:touch}.mb-scroll-x{overflow-x:auto;-webkit-overflow-scrolling:touch}.mb-sidebar-layout{flex-direction:column!important}.mb-sidebar-layout>.mb-sidebar{width:100%!important;flex:none!important}.mb-grid-1{grid-template-columns:1fr!important}.mb-grid-2{grid-template-columns:repeat(2,1fr)!important}.mb-input16{font-size:16px!important}.mb-tap44{min-width:44px!important;min-height:44px!important}}@media (max-width: 767px){.home-navbar{padding:0 1rem!important}.home-hero-title{font-size:3.25rem!important;letter-spacing:-1px!important}.home-ai-card{padding:2rem 1.25rem!important;margin-top:3.5rem!important}.home-ai-grid{grid-template-columns:1fr!important;gap:2rem!important}.home-feature-row{flex-direction:column!important;gap:1.5rem!important;min-height:0!important}.home-feature-row>div:first-child{flex:none!important}}@media (max-width: 767px){.dr-main{padding-left:1rem!important;padding-right:1rem!important}.dr-header-actions{flex-wrap:wrap!important}.dr-kpi-row>div{flex:1 1 calc(50% - .5rem)!important;padding:1rem 1.1rem!important}.dr-modal input,.dr-modal select,.dr-modal textarea{font-size:16px!important}.wx-header-actions{flex-wrap:wrap!important}.wx-hourly-inner{min-width:560px}}@media (max-width: 767px){.vn-header-row{flex-direction:column!important;align-items:flex-start!important;gap:8px!important}.tm-pager{flex-wrap:wrap!important;gap:.5rem!important}.container{width:100%!important;min-width:0!important}.df-header{flex-direction:column!important;align-items:stretch!important;gap:.75rem!important}.df-btn-row{flex-wrap:wrap!important}.df-modal-footer{flex-wrap:wrap!important;gap:.75rem!important}.df-pager{flex-wrap:wrap!important;gap:.5rem!important}}@media (max-width: 767px){.chat-overlay{padding:0!important}.chat-panel{max-width:100%!important;max-height:100%!important;height:100%!important;border-radius:0!important;flex-direction:column!important}.chat-sidebar{display:none!important}.chat-header{padding:1rem!important;flex-wrap:wrap!important;gap:.75rem!important}.chat-settings-card{width:calc(100vw - 2rem)!important;max-width:420px!important;padding:1.5rem!important}.chat-msg-content{max-width:88%!important;min-width:0!important}.chat-bubble{overflow-wrap:break-word!important;word-break:break-word!important;max-width:100%!important}.pb-option-row{flex-wrap:wrap!important;padding:12px 15px!important}.pb-option-desc{flex-basis:100%!important}}.mb-sidebar-toggle{display:none;align-items:center;gap:6px;margin:.75rem .75rem 0;padding:.65rem .95rem;border:1px solid var(--border, #e2e8f0);border-radius:8px;background:var(--surface, #ffffff);color:var(--text-main, #0f172a);font-weight:700;font-size:.9rem;cursor:pointer}.defects-cards{display:none}@media (max-width: 767px){.kpi-value-row{flex-direction:column!important;align-items:flex-start!important;gap:4px!important}.kpi-value{font-size:clamp(1.5rem,8vw,2.1rem)!important;line-height:1.1!important}.mb-sidebar-layout>.mb-sidebar{display:none!important}.mb-sidebar-layout>.mb-sidebar.mb-sidebar-open{display:flex!important}.mb-sidebar-toggle{display:inline-flex!important}.defects-table-wrap{display:none!important}.defects-cards{display:flex;flex-direction:column;gap:.75rem;padding:.75rem}.defect-card{border:1px solid var(--border, #e2e8f0);border-radius:10px;padding:.85rem;background:var(--surface, #ffffff);cursor:pointer}.defect-card-loc{font-weight:700;color:var(--text-main, #1e293b);font-size:.9rem;margin-bottom:.35rem}.defect-card-desc{color:var(--text-muted, #334155);font-size:.85rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:.5rem}.defect-card-meta{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.defect-card-photos{display:flex;gap:.5rem}.defect-card-photos img{width:50%;height:88px;object-fit:cover;border-radius:6px;border:1px solid var(--border, #e2e8f0)}.dfm-overlay{padding:0!important}.dfm-panel{max-width:100%!important;max-height:100%!important;height:100%!important;border-radius:0!important}.dfm-header{padding:1rem!important}.dfm-header-row{flex-wrap:wrap!important;gap:.5rem!important}.dfm-title{font-size:1.15rem!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.dfm-body{flex:1 1 auto!important;min-height:0!important;padding:1rem!important}.dfm-grid{gap:1rem!important;margin-bottom:1rem!important}.dfm-loc-grid>div{padding:.6rem!important}.dfm-photos{grid-template-columns:1fr 1fr!important;gap:.6rem!important}.dfm-footer{flex-shrink:0!important;padding:.75rem 1rem!important}}.mp-cards{display:none}@media (max-width: 767px){.mp-table-wrap{display:none!important}.mp-cards{display:flex;flex-direction:column;gap:.6rem;padding:.75rem}.mp-card{border:1px solid var(--border, #e2e8f0);border-radius:10px;background:var(--surface, #ffffff);box-shadow:0 1px 3px #0000000a;overflow:hidden}.mp-card-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.85rem;cursor:pointer}.mp-card-name{font-weight:800;color:var(--text-main, #0f172a);font-size:.95rem}.mp-card-name small{font-size:.7rem;margin-left:4px}.mp-card-total{font-weight:900;color:#0052cc;font-size:1.15rem;white-space:nowrap;font-variant-numeric:tabular-nums}.mp-card-total small{font-size:.68rem;color:var(--text-muted, #64748b);font-weight:600;margin-left:3px}.mp-card-body{padding:0 .85rem .85rem;display:grid;grid-template-columns:1fr 1fr;gap:.35rem .9rem}.mp-role{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem;min-width:0}.mp-role-name{color:var(--text-muted, #64748b);font-size:.82rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mp-role-val{font-weight:700;color:var(--text-main, #334155);font-size:.9rem;font-variant-numeric:tabular-nums}.mp-card-total-row{border-color:#c7d2fe;background:#eef2ff}.mp-card-total-row .mp-card-name{color:#3730a3;text-transform:uppercase;letter-spacing:.03em}.mp-metric-toggle{display:inline-flex;align-self:flex-start;gap:2px;background:#eef2f7;border-radius:8px;padding:3px;margin-bottom:.1rem}.mp-metric-toggle button{border:none;background:transparent;cursor:pointer;font-size:.82rem;font-weight:700;color:#64748b;padding:.3rem .9rem;border-radius:6px;min-height:32px}.mp-metric-toggle button.active{background:#fff;color:#0052cc;box-shadow:0 1px 2px #00000014}.mp-card-sub{padding:0 .85rem .7rem;margin-top:-.35rem;font-size:.8rem;color:var(--text-muted, #64748b);font-variant-numeric:tabular-nums}}@media (max-width: 767px){.dr-page-title{font-size:1.15rem!important;letter-spacing:-.01em!important}.dr-section-label{font-size:.95rem!important}.kpi-value{font-size:clamp(1.25rem,6vw,1.7rem)!important;line-height:1.1!important}.kpi-label{font-size:.8rem!important;margin-bottom:.35rem!important}.k8-kpi-value{font-size:20px!important}.scroll-hint{position:relative}.scroll-hint:after{content:"";position:absolute;top:0;right:0;bottom:0;width:26px;background:linear-gradient(to right,rgba(255,255,255,0),var(--surface, #ffffff));pointer-events:none;z-index:2}.db-table th:first-child,.db-table td:first-child{position:sticky;left:0;z-index:1;background:var(--surface, #ffffff)}.db-table thead th:first-child{z-index:3}}body.dark-mode *[style*="color: #1A1A1A"],body.dark-mode *[style*="color: rgb(26, 26, 26)"]{color:#e2e8f0!important}body.dark-mode *[style*="color: #6B6B6B"],body.dark-mode *[style*="color: rgb(107, 107, 107)"]{color:#94a3b8!important}body.dark-mode *[style*="color: #9B9B9B"],body.dark-mode *[style*="color: rgb(155, 155, 155)"]{color:#64748b!important}body.dark-mode *[style*="border: 1px solid #E5E5E5"],body.dark-mode *[style*="border: 1px solid rgb(229, 229, 229)"]{border-color:#334155!important}body.dark-mode *[style*="border-bottom: 1px solid #E5E5E5"],body.dark-mode *[style*="border-bottom: 1px solid rgb(229, 229, 229)"]{border-bottom-color:#334155!important}body.dark-mode *[style*="border-top: 1px solid #E5E5E5"],body.dark-mode *[style*="border-top: 1px solid rgb(229, 229, 229)"]{border-top-color:#334155!important}body.dark-mode *[style*="border-left: 3px solid #0052cc"],body.dark-mode *[style*="border-left: 3px solid rgb(0, 82, 204)"]{border-left-color:#60a5fa!important}body.dark-mode *[style*="border-left: 3px solid #26B5A0"],body.dark-mode *[style*="border-left: 3px solid rgb(38, 181, 160)"]{border-left-color:#34d399!important}body.dark-mode *[style*="background: #F7F7F7"],body.dark-mode *[style*="background: rgb(247, 247, 247)"]{background:#1e293b!important}body.dark-mode *[style*="background: #EFF6FF"],body.dark-mode *[style*="background: rgb(239, 246, 255)"]{background:#3b82f626!important}body.dark-mode *[style*="background: #ECFDF9"],body.dark-mode *[style*="background: rgb(236, 253, 249)"]{background:#26b5a026!important}body.dark-mode *[style*="border-color: #D0D0D0"],body.dark-mode *[style*="border-color: rgb(208, 208, 208)"]{border-color:#475569!important}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.k8-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e6e6e6,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite}body.dark-mode .k8-skeleton{background:linear-gradient(90deg,#1e293b 25%,#2d3a4e,#1e293b 75%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite}body.dark-mode .k8-fullscreen-overlay{background:#0009!important}body.dark-mode .k8-fullscreen-content{background:#1e293b!important;border-color:#334155!important}body.dark-mode .k8-heatmap-cell{border-color:#1e293b!important}
