:root{--bg-primary: #FAFBFC;--bg-secondary: #FFFFFF;--bg-tertiary: #F3F4F6;--bg-hover: #E5E7EB;--text-primary: #111827;--text-secondary: #6B7280;--text-tertiary: #9CA3AF;--border-primary: #E5E7EB;--border-secondary: #D1D5DB;--primary-color: #2563EB;--primary-hover: #1D4ED8;--primary-light: rgba(37, 99, 235, .1);--primary-medium: rgba(37, 99, 235, .2);--accent-primary: #2563EB;--accent-hover: #1D4ED8;--shadow: rgba(37, 99, 235, .08);--shadow-md: 0 4px 12px rgba(37, 99, 235, .08);--shadow-lg: 0 10px 25px rgba(37, 99, 235, .12);--success: #10B981;--success-light: rgba(16, 185, 129, .1);--warning: #F59E0B;--warning-light: rgba(245, 158, 11, .1);--error: #EF4444;--error-light: rgba(239, 68, 68, .1);--info: #3B82F6;--info-light: rgba(59, 130, 246, .1);--input-bg: #FFFFFF;--input-border: #D1D5DB;--input-border-hover: #9CA3AF;--input-border-focus: #2563EB;--input-text: #111827;--input-placeholder: #9CA3AF;--btn-primary-bg: #2563EB;--btn-primary-text: #FFFFFF;--btn-primary-hover: #1D4ED8;--btn-secondary-bg: #F3F4F6;--btn-secondary-text: #374151;--btn-secondary-hover: #E5E7EB;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px}[data-theme=dark]{--bg-primary: #0F1117;--bg-secondary: #1A1D26;--bg-tertiary: #252A37;--bg-hover: #2D3344;--text-primary: #F3F4F6;--text-secondary: #9CA3AF;--text-tertiary: #6B7280;--border-primary: #2D3748;--border-secondary: #4A5568;--primary-color: #3B82F6;--primary-hover: #2563EB;--primary-light: rgba(59, 130, 246, .15);--primary-medium: rgba(59, 130, 246, .25);--accent-primary: #3B82F6;--accent-hover: #2563EB;--shadow: rgba(0, 0, 0, .4);--shadow-md: 0 4px 12px rgba(0, 0, 0, .4);--shadow-lg: 0 10px 25px rgba(0, 0, 0, .5);--success: #22C55E;--success-light: rgba(34, 197, 94, .15);--warning: #EAB308;--warning-light: rgba(234, 179, 8, .15);--error: #EF4444;--error-light: rgba(239, 68, 68, .15);--info: #3B82F6;--info-light: rgba(59, 130, 246, .15);--input-bg: #1A1D26;--input-border: #2D3748;--input-border-hover: #4A5568;--input-border-focus: #3B82F6;--input-text: #F3F4F6;--input-placeholder: #6B7280;--btn-primary-bg: #3B82F6;--btn-primary-text: #FFFFFF;--btn-primary-hover: #2563EB;--btn-secondary-bg: #252A37;--btn-secondary-text: #F3F4F6;--btn-secondary-hover: #2D3344}*{transition:background-color .2s ease,color .2s ease,border-color .2s ease}body{background-color:var(--bg-primary);color:var(--text-primary)}.bg-gray-50{background-color:var(--bg-primary)!important}.bg-white{background-color:var(--bg-secondary)!important}.bg-gray-100{background-color:var(--bg-tertiary)!important}.bg-gray-200{background-color:var(--border-secondary)!important}.text-gray-600{color:var(--text-secondary)!important}.text-gray-700{color:var(--text-primary)!important}.text-gray-500{color:var(--text-tertiary)!important}.text-gray-900{color:var(--text-primary)!important}.border-gray-200{border-color:var(--border-primary)!important}.border-gray-300{border-color:var(--border-secondary)!important}.hover\:text-black:hover{color:var(--text-primary)!important}.hover\:bg-gray-50:hover{background-color:var(--bg-tertiary)!important}.hover\:border-black:hover{border-color:var(--primary-color)!important}.bg-black{background-color:var(--primary-color)!important;color:#fff!important}.bg-black:hover,.hover\:bg-gray-800:hover{background-color:var(--primary-hover)!important}.bg-black{box-shadow:var(--shadow-md)}.bg-black:hover{box-shadow:var(--shadow-lg)}.bg-blue-50{background-color:#3b82f61a!important}.border-blue-200{border-color:#3b82f64d!important}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.fade-in{animation:fadeIn .3s ease-in-out}.slide-in{animation:slideIn .3s ease-in-out}.scale-in{animation:scaleIn .3s ease-in-out}.choice-card{transition:all .25s ease;cursor:pointer;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000000d}.choice-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,transparent 0%,rgba(37,99,235,.02) 100%);opacity:0;transition:opacity .3s ease}.choice-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px -8px #2563eb26,0 4px 8px -4px #2563eb1a}.choice-card:hover:before{opacity:1}.choice-card:active{transform:translateY(-2px)}.theme-toggle{width:56px;height:28px;background-color:var(--bg-tertiary);border-radius:14px;position:relative;cursor:pointer;transition:background-color .3s ease;border:2px solid var(--border-primary)}.theme-toggle:hover{background-color:var(--border-secondary)}.theme-toggle-slider{position:absolute;top:2px;left:2px;width:20px;height:20px;background-color:var(--bg-secondary);color:var(--text-primary);border-radius:50%;transition:transform .3s ease;display:flex;align-items:center;justify-content:center;font-size:10px}[data-theme=dark] .theme-toggle-slider{transform:translate(28px);background-color:var(--bg-secondary)}.confidence-bar{height:4px;background-color:var(--bg-tertiary);border-radius:2px;overflow:hidden;margin-top:8px}.confidence-fill{height:100%;background:linear-gradient(90deg,#10b981,#3b82f6);transition:width .5s ease;border-radius:2px}.badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500}.badge-success{background-color:#10b9811a;color:var(--success)}.badge-warning{background-color:#f59e0b1a;color:var(--warning)}.badge-info{background-color:#3b82f61a;color:var(--info)}input:focus,select:focus,textarea:focus{outline-color:var(--accent-primary);outline-style:solid;outline-width:2px;outline-offset:2px}[data-theme=dark] ::-webkit-scrollbar{width:8px;height:8px}[data-theme=dark] ::-webkit-scrollbar-track{background:var(--bg-primary)}[data-theme=dark] ::-webkit-scrollbar-thumb{background:var(--border-secondary);border-radius:4px}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}[data-theme=dark] select option{background-color:#141414;color:#fff}[data-theme=dark] [role=dialog],[data-theme=dark] .modal{background-color:var(--bg-secondary)!important;border-color:var(--border-primary)!important}.skeleton{background:linear-gradient(90deg,var(--bg-tertiary) 25%,var(--border-primary) 50%,var(--bg-tertiary) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.tooltip{position:relative}.tooltip:after{content:attr(data-tooltip);position:absolute;bottom:100%;left:50%;transform:translate(-50%) translateY(-8px);padding:6px 12px;background-color:var(--text-primary);color:var(--bg-primary);font-size:12px;border-radius:6px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:10}.tooltip:hover:after{opacity:1}.glass-effect{background:#ffffff0d;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}[data-theme=dark] .glass-effect{background:#0003;border:1px solid rgba(255,255,255,.05)}[data-theme=dark] .border-r{border-color:var(--border-primary)!important}[data-theme=dark] header,[data-theme=dark] .sticky{background-color:var(--bg-secondary)!important;border-color:var(--border-primary)!important}[data-theme=dark] .h-8.w-px.bg-gray-200{background-color:var(--border-primary)!important}[data-theme=dark] .ring-2.ring-gray-200{--tw-ring-color: var(--border-primary) !important}[data-theme=dark] .text-gray-900,[data-theme=dark] .text-gray-800{color:var(--text-primary)!important}[data-theme=dark] .text-gray-700,[data-theme=dark] .text-gray-600{color:var(--text-secondary)!important}[data-theme=dark] .text-gray-500,[data-theme=dark] .text-gray-400{color:var(--text-tertiary)!important}[data-theme=dark] .bg-gray-50{background-color:var(--bg-primary)!important}[data-theme=dark] .bg-white{background-color:var(--bg-secondary)!important}[data-theme=dark] .border-gray-100,[data-theme=dark] .border-gray-200{border-color:var(--border-primary)!important}[data-theme=dark] .border-gray-300{border-color:var(--border-secondary)!important}[data-theme=dark] .divide-gray-100>:not([hidden])~:not([hidden]),[data-theme=dark] .divide-gray-200>:not([hidden])~:not([hidden]){border-color:var(--border-primary)!important}[data-theme=dark] .ring-gray-100,[data-theme=dark] .ring-gray-200{--tw-ring-color: var(--border-primary) !important}[data-theme=dark] input[type=text],[data-theme=dark] input[type=date],[data-theme=dark] input[type=email],[data-theme=dark] input[type=password],[data-theme=dark] input[type=number],[data-theme=dark] input[type=search],[data-theme=dark] textarea,[data-theme=dark] select{background-color:var(--input-bg)!important;border-color:var(--input-border)!important;color:var(--input-text)!important}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder{color:var(--input-placeholder)!important}[data-theme=dark] input:focus,[data-theme=dark] textarea:focus,[data-theme=dark] select:focus{border-color:var(--input-focus-border)!important;--tw-ring-color: var(--input-focus-border) !important}[data-theme=dark] select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23a3a3a3' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e")!important;background-position:right .5rem center!important;background-repeat:no-repeat!important;background-size:1.5em 1.5em!important}[data-theme=dark] .bg-black{background-color:var(--btn-primary-bg)!important;color:var(--btn-primary-text)!important;box-shadow:0 4px 12px #3b82f640!important}[data-theme=dark] .bg-black:hover{background-color:var(--btn-primary-hover)!important;box-shadow:0 6px 20px #3b82f659!important}[data-theme=dark] .hover\:bg-gray-800:hover{background-color:var(--btn-primary-hover)!important}[data-theme=dark] button.bg-gray-100,[data-theme=dark] button.bg-gray-200{background-color:var(--btn-secondary-bg)!important;color:var(--btn-secondary-text)!important}[data-theme=dark] button.bg-gray-100:hover,[data-theme=dark] button.bg-gray-200:hover{background-color:var(--btn-secondary-hover)!important}[data-theme=dark] .hover\:bg-gray-50:hover,[data-theme=dark] .hover\:bg-gray-100:hover{background-color:var(--bg-hover)!important}[data-theme=dark] .hover\:text-black:hover,[data-theme=dark] .hover\:text-gray-900:hover{color:var(--text-primary)!important}[data-theme=dark] .bg-blue-50{background-color:#3b82f626!important}[data-theme=dark] .bg-blue-100{background-color:#3b82f633!important}[data-theme=dark] .border-blue-200{border-color:#3b82f666!important}[data-theme=dark] .bg-green-50{background-color:#22c55e26!important}[data-theme=dark] .bg-green-100{background-color:#22c55e33!important}[data-theme=dark] .bg-yellow-50{background-color:#eab30826!important}[data-theme=dark] .bg-yellow-100{background-color:#eab30833!important}[data-theme=dark] .border-yellow-200{border-color:#eab30866!important}[data-theme=dark] .bg-red-50{background-color:#ef444426!important}[data-theme=dark] .bg-red-100{background-color:#ef444433!important}[data-theme=dark] .border-red-200{border-color:#ef444466!important}[data-theme=dark] .bg-orange-100{background-color:#f9731633!important}[data-theme=dark] .bg-purple-50{background-color:#a855f726!important}[data-theme=dark] .bg-purple-100{background-color:#a855f733!important}[data-theme=dark] table{background-color:var(--bg-secondary)!important}[data-theme=dark] thead,[data-theme=dark] .bg-gray-50 thead{background-color:var(--bg-tertiary)!important}[data-theme=dark] th{background-color:var(--bg-tertiary)!important;color:var(--text-secondary)!important;border-color:var(--border-primary)!important}[data-theme=dark] td{background-color:var(--bg-secondary)!important;color:var(--text-primary)!important;border-color:var(--border-primary)!important}[data-theme=dark] tbody tr:hover td{background-color:var(--bg-tertiary)!important}[data-theme=dark] .shadow-sm{box-shadow:0 1px 2px #00000080!important}[data-theme=dark] .shadow-md{box-shadow:0 4px 6px -1px #00000080,0 2px 4px -2px #00000080!important}[data-theme=dark] .shadow-lg{box-shadow:0 10px 15px -3px #00000080,0 4px 6px -4px #00000080!important}[data-theme=dark] .rounded-full.bg-gray-100{background-color:var(--btn-secondary-bg)!important;color:var(--btn-secondary-text)!important}[data-theme=dark] .disabled\:bg-gray-400:disabled,[data-theme=dark] button:disabled{background-color:var(--bg-tertiary)!important;color:var(--text-tertiary)!important;cursor:not-allowed}[data-theme=dark] .border-gray-200.border-t-black{border-color:var(--border-primary)!important;border-top-color:var(--text-primary)!important}[data-theme=dark] .border-4.border-gray-200{border-color:var(--border-primary)!important}[data-theme=dark] .focus\:ring-blue-500:focus{--tw-ring-color: rgba(59, 130, 246, .5) !important}[data-theme=dark] .focus\:ring-black:focus{--tw-ring-color: var(--text-primary) !important}[data-theme=dark] .text-blue-600{color:#60a5fa!important}[data-theme=dark] .hover\:text-blue-800:hover{color:#93c5fd!important}[data-theme=dark] .hover\:bg-blue-50:hover{background-color:#3b82f626!important}[data-theme=dark] .bg-blue-600{background-color:#2563eb!important}[data-theme=dark] .hover\:border-blue-500:hover{border-color:#3b82f6!important}[data-theme=dark] .border-blue-100{border-color:#3b82f64d!important}[data-theme=dark] .from-blue-50,[data-theme=dark] .to-indigo-50{--tw-gradient-from: rgba(59, 130, 246, .15) !important;--tw-gradient-to: rgba(99, 102, 241, .15) !important}[data-theme=dark] .bg-gradient-to-br.from-blue-50.to-indigo-50{background:linear-gradient(to bottom right,#3b82f626,#6366f126)!important}[data-theme=dark] .bg-gradient-to-br.from-blue-600.to-indigo-700{background:linear-gradient(to bottom right,#3b82f6,#6366f1)!important;box-shadow:0 20px 40px -10px #3b82f659!important}[data-theme=dark] .shadow-blue-500\/25{--tw-shadow-color: rgba(59, 130, 246, .25) !important;box-shadow:0 20px 40px -10px var(--tw-shadow-color)!important}[data-theme=dark] .choice-card{box-shadow:0 1px 3px #0003}[data-theme=dark] .choice-card:hover{box-shadow:0 12px 24px -8px #3b82f633,0 4px 8px -4px #0000004d}[data-theme=dark] .bg-gradient-to-r.from-blue-600.to-blue-700{background:linear-gradient(to right,#1d4ed8,#1e40af)!important}[data-theme=dark] .bg-black\/50{background-color:#000000b3!important}[data-theme=dark] ::placeholder{color:var(--input-placeholder)!important;opacity:1!important}[data-theme=dark] .border-transparent{border-color:transparent!important}[data-theme=dark] .hover\:border-gray-300:hover{border-color:var(--border-secondary)!important}[data-theme=dark] .border-b{border-bottom-color:var(--border-primary)!important}[data-theme=dark] .bg-green-600{background-color:#16a34a!important}[data-theme=dark] .hover\:bg-green-700:hover{background-color:#15803d!important}[data-theme=dark] .prose,[data-theme=dark] .prose h1,[data-theme=dark] .prose h2,[data-theme=dark] .prose h3{color:var(--text-primary)!important}[data-theme=dark] .prose p,[data-theme=dark] .prose li{color:var(--text-secondary)!important}[data-theme=dark] details{background-color:var(--bg-secondary)!important}[data-theme=dark] summary{color:var(--text-secondary)!important}[data-theme=dark] summary:hover{color:var(--text-primary)!important}[data-theme=dark] .border-t{border-top-color:var(--border-primary)!important}[data-theme=dark] .font-mono{color:var(--text-primary)!important}[data-theme=dark] .text-blue-900,[data-theme=dark] .text-blue-800{color:#93c5fd!important}[data-theme=dark] button.bg-black.text-white{background-color:var(--btn-primary-bg)!important;color:var(--btn-primary-text)!important}[data-theme=dark] .sticky.top-0{background-color:var(--bg-secondary)!important;border-color:var(--border-primary)!important}[data-theme=dark] .border-yellow-400{border-color:#facc1580!important}[data-theme=dark] .text-yellow-700{color:#fde047!important}[data-theme=dark] .bg-purple-600{background-color:#9333ea!important}[data-theme=dark] .hover\:bg-purple-700:hover{background-color:#7e22ce!important}[data-theme=dark] .hover\:bg-blue-700:hover{background-color:#1d4ed8!important}[data-theme=dark] .text-red-700,[data-theme=dark] .text-red-800{color:#fca5a5!important}[data-theme=dark] .min-h-screen{background-color:var(--bg-primary)!important}[data-theme=dark] .sticky.bottom-0{background-color:var(--bg-secondary)!important}[data-theme=dark] .focus\:outline-none:focus{outline:none}[data-theme=dark] .rounded-2xl.border{border-color:var(--border-primary)!important}select{appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3e%3cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3e%3c/path%3e%3c/svg%3e")!important;background-repeat:no-repeat!important;background-position:right .75rem center!important;background-size:1.25rem 1.25rem!important;padding-right:2.5rem!important;cursor:pointer!important}select:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%233b82f6'%3e%3cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3e%3c/path%3e%3c/svg%3e")!important}select:hover:not(:focus){background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23374151'%3e%3cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3e%3c/path%3e%3c/svg%3e")!important}[data-theme=dark] select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23a3a3a3'%3e%3cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3e%3c/path%3e%3c/svg%3e")!important}[data-theme=dark] select:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2360a5fa'%3e%3cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3e%3c/path%3e%3c/svg%3e")!important}[data-theme=dark] select:hover:not(:focus){background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23d4d4d4'%3e%3cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3e%3c/path%3e%3c/svg%3e")!important}select option{background-color:#fff;color:#374151;padding:12px 16px}select option:hover,select option:focus,select option:checked{background-color:#f3f4f6;color:#111827}[data-theme=dark] select option{background-color:#1f1f1f;color:#e5e5e5;padding:12px 16px}[data-theme=dark] select option:hover,[data-theme=dark] select option:focus,[data-theme=dark] select option:checked{background-color:#2a2a2a;color:#fff}input[type=date]{appearance:none!important;-webkit-appearance:none!important;position:relative}input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.6;transition:opacity .2s}input[type=date]::-webkit-calendar-picker-indicator:hover{opacity:1}[data-theme=dark] input[type=date]::-webkit-calendar-picker-indicator{filter:invert(1)}input,select,textarea{transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease!important}[data-theme=dark] select.bg-white,[data-theme=dark] input.bg-white,[data-theme=dark] textarea.bg-white{background-color:var(--input-background)!important;color:var(--text-primary)!important;border-color:var(--input-border)!important}[data-theme=dark] select.bg-white:hover,[data-theme=dark] input.bg-white:hover{border-color:var(--input-border-hover)!important}[data-theme=dark] select.bg-white:focus,[data-theme=dark] input.bg-white:focus{border-color:var(--input-border-focus)!important;box-shadow:0 0 0 3px #3b82f626!important}.rating-help-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;font-size:12px;font-weight:600;color:#6b7280;background:transparent;border:1.5px solid #d1d5db;border-radius:50%;cursor:pointer;transition:all .2s ease;margin-left:8px}.rating-help-icon:hover{color:#3b82f6;border-color:#3b82f6;background:#3b82f60d}[data-theme=dark] .rating-help-icon{color:#9ca3af;border-color:#4b5563}[data-theme=dark] .rating-help-icon:hover{color:#60a5fa;border-color:#60a5fa}.ratings-title-block{display:inline-flex;align-items:center;gap:8px;flex-direction:row}.ratings-title-block h3,.ratings-title-block .chart-title{margin:0;display:inline}.ratings-table th.sortable{cursor:pointer;user-select:none;transition:background .15s ease}.ratings-table th.sortable:hover{background:#3b82f61a}[data-theme=dark] .ratings-table th.sortable:hover{background:#60a5fa26}.sort-indicator{font-size:10px;opacity:.3;margin-left:2px}.sort-indicator.active{opacity:1;color:#3b82f6}[data-theme=dark] .sort-indicator.active{color:#60a5fa}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;backdrop-filter:blur(2px)}.rating-info-modal{background:#fff;border-radius:12px;max-width:700px;width:100%;max-height:85vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .2s ease}[data-theme=dark] .rating-info-modal{background:#1e1e1e}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.rating-info-modal .modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #e5e7eb;background:#f9fafb}[data-theme=dark] .rating-info-modal .modal-header{border-bottom-color:#374151;background:#111827}.rating-info-modal .modal-header h2{margin:0;font-size:1.25rem;font-weight:600;color:var(--text-primary)}.rating-info-modal .modal-close{width:32px;height:32px;border:none;background:transparent;color:var(--text-secondary);font-size:1.5rem;cursor:pointer;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.rating-info-modal .modal-close:hover{background:var(--background-hover);color:var(--text-primary)}.rating-info-modal .modal-content{padding:1.5rem;overflow-y:auto}.formula-block{margin-bottom:1.5rem}.formula-block h3{margin:0 0 .75rem;font-size:.9rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}.formula-block .formula{background:linear-gradient(135deg,#3b82f61a,#8b5cf61a);padding:1rem 1.25rem;border-radius:8px;font-family:SF Mono,Monaco,Consolas,monospace;font-size:.9rem;color:var(--text-primary);border-left:3px solid var(--primary-color)}.metrics-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem}@media(max-width:600px){.metrics-grid{grid-template-columns:1fr}}.metric-card{background:var(--background-secondary);border:1px solid var(--border-color);border-radius:10px;padding:1rem}.metric-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.metric-icon{font-size:1.25rem}.metric-name{font-weight:600;font-size:.95rem;color:var(--text-primary)}.metric-desc{font-size:.85rem;color:var(--text-secondary);line-height:1.5}.metric-desc p{margin:0 0 .5rem}.metric-desc ul{margin:.5rem 0;padding-left:1.25rem}.metric-desc li{margin:.25rem 0}.metric-desc .note{font-size:.8rem;font-style:italic;color:var(--text-tertiary);margin-top:.5rem}.rating-scale{margin-bottom:1.5rem}.rating-scale h3{margin:0 0 .75rem;font-size:.9rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}.scale-items{display:flex;gap:.5rem;flex-wrap:wrap}.scale-item{display:flex;flex-direction:column;align-items:center;padding:.75rem 1rem;border-radius:8px;min-width:100px;flex:1}.scale-item.excellent{background:#22c55e26;border:1px solid rgba(34,197,94,.3)}.scale-item.good{background:#3b82f626;border:1px solid rgba(59,130,246,.3)}.scale-item.average{background:#f59e0b26;border:1px solid rgba(245,158,11,.3)}.scale-item.poor{background:#ef444426;border:1px solid rgba(239,68,68,.3)}.scale-value{font-weight:700;font-size:1rem;color:var(--text-primary)}.scale-label{font-size:.75rem;color:var(--text-secondary);margin-top:.25rem}.tips-block{background:#f59e0b1a;border:1px solid rgba(245,158,11,.2);border-radius:10px;padding:1rem 1.25rem}.tips-block h3{margin:0 0 .75rem;font-size:.95rem;font-weight:600;color:var(--text-primary)}.tips-block ul{margin:0;padding-left:1.25rem}.tips-block li{margin:.5rem 0;font-size:.85rem;color:var(--text-secondary);line-height:1.4}@media(max-width:768px){.mobile-card-view table,.mobile-card-view thead,.mobile-card-view tbody,.mobile-card-view th,.mobile-card-view td,.mobile-card-view tr{display:block}.mobile-card-view thead{display:none}.mobile-card-view tbody tr{margin-bottom:1rem;padding:1rem;background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:12px;box-shadow:0 2px 4px #0000000d}.mobile-card-view tbody td{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border:none;border-bottom:1px solid var(--border-primary)}.mobile-card-view tbody td:last-child{border-bottom:none}.mobile-card-view tbody td:before{content:attr(data-label);font-weight:600;color:var(--text-secondary);font-size:.75rem;text-transform:uppercase;letter-spacing:.5px}.table-scroll-x{overflow-x:auto;-webkit-overflow-scrolling:touch}.table-scroll-x::-webkit-scrollbar{height:6px}.table-scroll-x::-webkit-scrollbar-thumb{background:var(--border-secondary);border-radius:3px}.mobile-stack{grid-template-columns:1fr!important}.mobile-full-width{width:100%!important}.mobile-compact{padding:.75rem!important}.hide-mobile{display:none!important}.mobile-text-sm{font-size:.875rem!important}.mobile-text-xs{font-size:.75rem!important}}@media(min-width:769px){.show-mobile-only{display:none!important}}@media(max-width:768px){.show-mobile-only{display:block!important}}.chart-responsive{width:100%;max-width:100%;overflow-x:auto}@media(max-width:768px){.chart-responsive{min-width:300px}.chart-responsive>div{height:250px!important}}@media(max-width:640px){.kpi-grid{grid-template-columns:repeat(2,1fr)!important;gap:.75rem!important}.kpi-card{padding:.75rem!important}.kpi-card .text-2xl,.kpi-card .text-3xl{font-size:1.25rem!important}}@media(max-width:768px){.executive-dashboard .daily-breakdown,.executive-dashboard .workers-table{overflow-x:auto}.executive-dashboard .grid-cols-3,.executive-dashboard .grid-cols-4{grid-template-columns:1fr 1fr!important}}@media(max-width:640px){.modal-content{margin:.5rem;max-height:90vh;border-radius:12px}.modal-overlay{padding:.5rem}}@media(max-width:768px){button,.btn,[role=button]{min-height:44px;min-width:44px}table a,table button{padding:.5rem;margin:-.25rem}}@media(max-width:640px){.period-selector{flex-direction:column;gap:.5rem}.period-selector select{width:100%}}.scroll-indicator{position:relative}.scroll-indicator:after{content:"";position:absolute;right:0;top:0;bottom:0;width:30px;background:linear-gradient(to right,transparent,var(--bg-secondary));pointer-events:none}@media(min-width:769px){.scroll-indicator:after{display:none}}.pull-indicator{display:flex;justify-content:center;padding:1rem;color:var(--text-tertiary);font-size:.875rem}@media(max-width:640px){.tabs-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.tabs-container nav{min-width:max-content}.tabs-container button{white-space:nowrap;padding:.75rem 1rem}}@supports (padding-bottom: env(safe-area-inset-bottom)){.safe-area-bottom{padding-bottom:env(safe-area-inset-bottom)}}
