@tailwind base;@tailwind components;@tailwind utilities;:root{--excel-blue: #4472C4;--excel-light-blue: #D9E1F2;--excel-green: #70AD47;--excel-red: #FF0000;--excel-gray: #F2F2F2;--excel-border: #BFBFBF;--excel-header: #E7E6E6}html,body,#root{height:100%;width:100%;margin:0;padding:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#f8f9fa}.excel-table{border-collapse:collapse;font-size:11px;width:100%}.excel-table th{background:linear-gradient(180deg,#4472C4 0%,#30588C 100%);color:#fff;border:1px solid #8EA9DB;padding:4px 6px;font-weight:600;text-align:center}.excel-table td{border:1px solid var(--excel-border);padding:4px 6px;background-color:#fff}.excel-table tr:nth-child(2n) td{background-color:var(--excel-gray)}.excel-table tr:hover td{background-color:#e6f3ff}.professional-header{background:linear-gradient(180deg,#2F5496 0%,#1F3864 100%);color:#fff;border-bottom:3px solid #8EA9DB}.excel-section{border:1px solid var(--excel-border);background:white;margin-bottom:8px;box-shadow:0 1px 3px #0000001a}.excel-section-header{background:linear-gradient(180deg,#D9E1F2 0%,#B4C6E7 100%);border-bottom:1px solid var(--excel-border);padding:6px 8px;font-weight:600;color:#2f5496}.positive{color:var(--excel-green);font-weight:600}.negative{color:var(--excel-red);font-weight:600}.neutral{color:#5b5b5b}.pro-sidebar{background:linear-gradient(180deg,#2F5496 0%,#1F3864 100%);color:#fff}.pro-sidebar-item{padding:8px 12px;border-bottom:1px solid #3C6BB3;transition:background-color .2s}.pro-sidebar-item:hover{background-color:#3c6bb3}.pro-sidebar-item.active{background-color:#1c3f76;border-left:3px solid #FFD700}.pro-input{border:1px solid var(--excel-border);background:white;padding:4px 6px;font-size:11px}.pro-input:focus{border-color:var(--excel-blue);outline:none;box-shadow:0 0 0 1px var(--excel-blue)}.status-badge{padding:2px 6px;border-radius:3px;font-size:10px;font-weight:600}.status-success{background-color:#e2f0d9;color:var(--excel-green)}.status-warning{background-color:#fff2cc;color:#bf9000}.status-error{background-color:#fce4d6;color:var(--excel-red)}.custom-scrollbar::-webkit-scrollbar{width:8px;height:8px}.custom-scrollbar::-webkit-scrollbar-track{background:#f1f1f1}.custom-scrollbar::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#a8a8a8}
