body,html,#root{margin:0;padding:0;font-family:'-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif';background-color:#f5f6fa;min-height:100vh;color:#2c3e50}*,*:before,*:after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd,ul,ol{margin:0;padding:0}ul,ol{list-style:none}body{font-size:16px;line-height:1.5;font-family:Arial,sans-serif}:focus{outline:none}html{line-height:1.15;-webkit-text-size-adjust:100%}main{display:block}audio,canvas,iframe,img,svg,video{vertical-align:middle;border-style:none}figure,fieldset{margin:0;padding:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{appearance:button;-webkit-appearance:button}:focus:not(:focus-visible){outline:none}textarea{overflow:auto;resize:vertical}table{border-collapse:collapse}th{text-align:inherit}a{color:inherit;text-decoration:none}@media (min-width: 0px){html{font-size:16px}}@media (min-width: 576px){html{font-size:17px}}@media (min-width: 768px){html{font-size:18px}}@media (min-width: 992px){html{font-size:19px}}@media (min-width: 1200px){html{font-size:20px}}.dashboard_container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#f5f6fa;min-height:100vh;color:#2c3e50}.dashboard_content{padding:20px}.dashboard_content .dashboard_title{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.dashboard_content .dashboard_title .main_title{font-size:20px;font-weight:600;margin:0;color:#2c3e50}.dashboard_content .dashboard_title .title_actions{display:flex;align-items:center;gap:20px}.dashboard_content .dashboard_title .title_actions .add_widget_btn{display:flex;align-items:center;gap:8px;background-color:#3498db;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;transition:background-color .3s ease}.dashboard_content .dashboard_title .title_actions .add_widget_btn:hover{background-color:#2980b9}.dashboard_content .dashboard_title .title_actions .icon_btn{border:1px solid #e1e5e9;padding:8px;border-radius:4px;cursor:pointer;color:#7f8c8d;display:flex;align-items:center;justify-content:center}.dashboard_section{margin-bottom:32px}.dashboard_section .section_title{font-size:18px;font-weight:600;margin:0 0 16px;color:#2c3e50}.dashboard_section .widget_grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;margin-bottom:24px}@media (max-width: 800px){.dashboard_section .widget_grid{grid-template-columns:1fr 1fr}}@media (max-width: 800px){.dashboard_section .widget_grid{grid-template-columns:1fr}}.dashboard-header{background:#fff;padding:16px 24px;border-bottom:1px solid #e1e5e9;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.dashboard-header__left{display:flex;align-items:center;font-size:14px}.dashboard-header__left__breadcrumb-group{display:flex;align-items:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-header__left__breadcrumb{color:#7f8c8d}.dashboard-header__left__separator{color:#bdc3c7;margin:0 8px}.dashboard-header__left__separator img{width:12px;height:auto}.dashboard-header__left__active{color:#2c3e50;font-weight:500}.dashboard-header__right{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:12px}.dashboard-header__right__search{padding:8px 16px;border:1px solid #e1e5e9;border-radius:6px;background:#f8f9fa;font-size:14px;outline:none;width:300px;max-width:100%}.dashboard-header__right__actions{display:flex;align-items:center;gap:12px}.dashboard-header__right__actions__icon-btn{background:none;border:none;padding:8px;border-radius:4px;cursor:pointer;color:#7f8c8d;display:flex;align-items:center;justify-content:center}.dashboard-header__right__actions__icon-btn:hover{background:#ecf0f1}.dashboard-header__right__actions__avatar{background:#3498db;color:#fff;padding:6px 12px;border-radius:4px;font-size:12px;font-weight:500}@media (max-width: 768px){.dashboard-header{flex-direction:column;align-items:flex-start}.dashboard-header__left,.dashboard-header__right{width:100%;justify-content:space-between}.dashboard-header__right{margin-top:12px;gap:12px}.dashboard-header__right__search{width:100%}.dashboard-header__right__actions{justify-content:flex-end;width:100%}}@media (max-width: 480px){.dashboard-header__left{font-size:13px;flex-direction:column;align-items:flex-start}.dashboard-header__left__separator{margin:4px 0}.dashboard-header__right__actions{flex-wrap:wrap}.dashboard-header__right__actions__icon-btn{padding:6px}}.widget{background:#fff;border-radius:8px;border:1px solid #e1e5e9;overflow:hidden;height:300px;display:flex;justify-content:center;align-items:center}.widget button{background:#f8f9fa;border:1px solid #dee2e6;padding:4px 8px;border-radius:4px;cursor:pointer;display:flex;align-items:center;gap:4px;font-size:12px;color:#2c3e50}.graph_widget{background:#fff;border-radius:8px;border:1px solid #e1e5e9;overflow:hidden;height:300px;padding:8px;position:relative}.graph_widget .widget_header{display:flex;justify-content:space-between;align-items:center;font-size:large;margin-bottom:10px}.graph_widget .widget_header .close_icon{cursor:pointer;transition:transform .3s ease,color .3s ease}.graph_widget .widget_header .close_icon svg{width:20px;height:20px;color:#555}.graph_widget .widget_header .close_icon:hover{transform:rotate(90deg) scale(1.2)}.graph_widget .widget_header .close_icon:hover svg{color:#ff4d4f}.graph_widget .widget_content{display:flex;flex-direction:column;align-items:center;justify-content:center;height:70%}.graph_widget .widget_content p{margin-top:10px;font-size:medium;color:#666}.donut_graph_widget{background:#fff;border-radius:8px;border:1px solid #e1e5e9;overflow:hidden;height:300px;padding:8px;position:relative}.donut_graph_widget .widget_header{display:flex;justify-content:space-between;align-items:center;font-size:large;margin-bottom:10px}.donut_graph_widget .widget_header .close_icon{cursor:pointer;transition:transform .3s ease,color .3s ease}.donut_graph_widget .widget_header .close_icon svg{width:20px;height:20px;color:#555}.donut_graph_widget .widget_header .close_icon:hover{transform:rotate(90deg) scale(1.2)}.donut_graph_widget .widget_header .close_icon:hover svg{color:#ff4d4f}.donut_graph_widget .widget_content{display:flex;height:70%;flex-direction:row;justify-content:space-evenly;align-items:center}.donut_graph_widget .widget_content svg{border-radius:50%}.chart-legend{display:flex;flex-direction:column;gap:1px;margin-left:20px}.chart-legend .legend-item{display:flex;align-items:center;gap:8px;font-size:13px;color:#5f6368}.chart-legend .legend-item .legend-dot{width:12px;height:12px;border-radius:30%;flex-shrink:0}.risk-widget-content{background:#fff;border-radius:8px;border:1px solid #e1e5e9;overflow:hidden;height:300px;padding:8px;align-items:center;position:relative}.risk-widget-content .widget_header{width:100%;display:flex;justify-content:space-between;align-items:center;font-size:large;margin-bottom:12px}.risk-widget-content .widget_header .close_icon{cursor:pointer;transition:transform .3s ease,color .3s ease}.risk-widget-content .widget_header .close_icon svg{width:20px;height:20px;color:#555}.risk-widget-content .widget_header .close_icon:hover{transform:rotate(90deg) scale(1.2)}.risk-widget-content .widget_header .close_icon:hover svg{color:#ff4d4f}.risk-assessment{width:90%;text-align:start;display:flex;flex-direction:column;justify-content:flex-start;height:70%}.risk-assessment .risk-number{gap:12px}.risk-assessment .risk-number-value{font-size:22px;font-weight:700;color:#2c3e50;margin-bottom:4px;margin-right:2px}.risk-assessment .risk-number-label{font-size:12px;font-weight:600;align-self:flex-end;color:#2c3e50}.risk-assessment .risk-bar{height:8px;background-color:#f1f3f4;border-radius:4px;overflow:hidden;display:flex;margin-bottom:16px}.risk-assessment .risk-bar .risk-bar-segment{height:100%}.risk-assessment .risk-legend{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.risk-assessment .risk-legend .legend-item{display:flex;align-items:center;gap:8px;font-size:13px;color:#5f6368}.risk-assessment .risk-legend .legend-item .legend-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.sidebar-overlay{position:fixed;inset:0;background-color:#00000080;z-index:1000;display:flex;justify-content:flex-end}.sidebar{background:#fff;width:800px;height:100vh;box-shadow:-4px 0 12px #00000026;display:flex;flex-direction:column;animation:slideIn .3s ease-out}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.sidebar-header{background:#4c63d2;color:#fff;padding:20px 24px;position:relative}.sidebar-title{font-size:18px;font-weight:600;margin:0 0 8px}.sidebar-subtitle{font-size:14px;margin:0;opacity:.9}.close-button{position:absolute;top:20px;right:24px;background:none;border:none;color:#fff;cursor:pointer;padding:4px;border-radius:4px;transition:background-color .2s}.close-button:hover{background-color:#ffffff1a}.sidebar-body{flex:1;padding:24px;overflow-y:auto}.tabs-container{display:flex;border-bottom:1px solid #e1e5e9;margin-bottom:20px}.tab{padding:12px 16px;border:none;background:none;cursor:pointer;font-size:14px;font-weight:500;color:#7f8c8d;border-bottom:2px solid transparent;transition:all .2s}.tab:hover{color:#4c63d2}.tab.active{color:#4c63d2;border-bottom-color:#4c63d2}.widgets-list{max-height:400px}.widget-item{display:flex;align-items:center;padding:12px 0;border-bottom:1px solid #f1f3f4;cursor:pointer;transition:background-color .2s}.widget-item:hover{background-color:#f8f9fa;margin:0 -12px;padding-left:12px;padding-right:12px;border-radius:4px}.widget-checkbox{width:16px;height:16px;margin-right:12px;cursor:pointer}.widget-label{font-size:14px;font-weight:500;color:#2c3e50;cursor:pointer;flex:1}.sidebar-footer{padding:20px 24px;border-top:1px solid #e1e5e9;background:#fff}.button-group{display:flex;gap:12px;justify-content:flex-end}.btn{padding:8px 16px;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;border:none}.btn-secondary{background:#f8f9fa;color:#2c3e50;border:1px solid #e1e5e9}.btn-secondary:hover{background:#e9ecef}.btn-primary{background:#4c63d2;color:#fff;border:1px solid #4c63d2}.btn-primary:hover:not(:disabled){background:#3d52c7}.btn-primary:disabled{background:#9aa0a6;border-color:#9aa0a6;cursor:not-allowed}@media (max-width: 768px){.sidebar{width:100%}}.normal_graph_widget{background:#fff;border-radius:8px;border:1px solid #e1e5e9;overflow:hidden;height:300px;padding:8px;position:relative}.normal_graph_widget .widget_content div{display:flex;justify-content:space-between;align-items:center;font-size:large;margin-bottom:10px}.normal_graph_widget .widget_content div span{cursor:pointer;transition:transform .3s ease,color .3s ease}.normal_graph_widget .widget_content div span svg{width:20px;height:20px;color:#555}.normal_graph_widget .widget_content div span:hover{transform:rotate(90deg) scale(1.2)}.normal_graph_widget .widget_content div span:hover svg{color:#ff4d4f}.normal_graph_widget .widget_content p{font-size:medium}.add_new_widget_modal{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.add_new_widget_modal .modal_content{background:#fff;border-radius:8px;padding:24px;width:90%;max-width:600px;max-height:80vh;overflow-y:auto}.add_new_widget_modal .modal_content .modal_header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.add_new_widget_modal .modal_content .modal_header h2{font-size:18px;font-weight:600;margin:0}.add_new_widget_modal .modal_content .modal_header button{background:none;border:none;cursor:pointer;padding:4px}.add_new_widget_modal .modal_content .form_group{margin-bottom:16px}.add_new_widget_modal .modal_content .form_group label{display:block;margin-bottom:6px;font-size:14px;font-weight:500;color:"#2c3e50"}.add_new_widget_modal .modal_content .form_group select{width:100%;border:1px solid #ccc;border-radius:4px;padding:8px 12px;background-color:#fff;color:#2c3e50;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='gray' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right 10px center;background-size:16px;font-family:inherit}.add_new_widget_modal .modal_content .form_group input{width:100%;padding:8px 12px;border:1px solid #e1e5e9;border-radius:4px;font-size:14px;outline:none;font-family:inherit}.add_new_widget_modal .modal_content .form_group textarea{width:100%;padding:8px 12px;border:1px solid #e1e5e9;border-radius:4px;font-size:14px;min-height:80px;resize:vertical;outline:none;font-family:inherit}.add_new_widget_modal .modal_content .button_group{display:flex;gap:12px;justify-content:flex-end;margin-top:20px}.add_new_widget_modal .modal_content .button_group .primary_btn{background:#3498db;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:14px}.add_new_widget_modal .modal_content .button_group .secondary_btn{background:#f8f9fa;color:#2c3e50;border:1px solid #e1e5e9;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:14px}.error{color:red;font-size:12px;margin-top:4px}.no-widgets-container{grid-column:1/-1;display:flex;align-items:center;justify-content:center;min-height:200px;padding:2rem;border:1px dashed #d1d5db;border-radius:8px;background:#fafafa}@media (max-width: 768px){.no-widgets-container{min-height:160px;padding:1.5rem}}.no-widgets-container .no-widgets-content{text-align:center;max-width:300px}.no-widgets-container .no-widgets-content .empty-icon{margin-bottom:1rem;color:#9ca3af}@media (max-width: 768px){.no-widgets-container .no-widgets-content .empty-icon{margin-bottom:.75rem}}.no-widgets-container .no-widgets-content .empty-text h3{font-size:1rem;font-weight:500;color:#374151;margin:0 0 .5rem}.no-widgets-container .no-widgets-content .empty-text p{font-size:.875rem;color:#6b7280;margin:0 0 1.5rem;line-height:1.4}@media (max-width: 768px){.no-widgets-container .no-widgets-content .empty-text p{margin-bottom:1rem}}.no-widgets-container .no-widgets-content .add-widget-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;color:#374151;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;font-weight:400;cursor:pointer;transition:all .15s ease}.no-widgets-container .no-widgets-content .add-widget-btn:hover{background:#f9fafb;border-color:#9ca3af}
