@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&family=Noto+Sans+KR:wght@300;400;500;600;700&display=swap);body{font-family:Roboto,Noto Sans KR,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.MainContainer:after{clear:both;content:"";display:block}table{border-collapse:collapse}table tr{border:1px solid #bebaba!important}.leftBox table tr td{height:40px;line-height:40px}.rightBox table tr td{height:35px;line-height:35px}.rightBox table th:nth-child(2),.rightBox table tr td,table tr td:first-child{border-right:1px solid #bebaba}.MainContainer:after,.mContainer:after{clear:both;content:"";display:block}.home-container{align-items:center;background:linear-gradient(135deg,#2c3e50,#34495e 50%,#1a252f);display:flex;font-family:Roboto,Noto Sans KR,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.home-content{max-width:800px;padding:2rem;position:relative;text-align:center;z-index:1}.home-title{color:#fff;font-size:3.5rem;font-weight:700;letter-spacing:-.02em;margin:0 0 .5rem;text-shadow:0 2px 4px #0000004d}.home-subtitle{color:#ffffffe6;font-size:1.3rem;font-weight:300;letter-spacing:.05em;margin:0}.button-container{display:flex;flex-direction:row;gap:2rem;justify-content:center;margin:0 auto;max-width:800px}.selection-button{align-items:center;background:#fffffff2;border:none;border-radius:20px;box-shadow:0 8px 25px #00000026;cursor:pointer;display:flex;flex:1 1;flex-direction:column;max-width:350px;min-height:200px;overflow:hidden;padding:2rem;position:relative;text-align:center;transition:all .3s ease}.selection-button:before{background:linear-gradient(90deg,#0000,#fff6,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.selection-button:hover:before{left:100%}.selection-button:hover{box-shadow:0 15px 35px #0003;transform:translateY(-5px)}.selection-button:active{transform:translateY(-2px)}.selection-button:hover .button-icon{color:#764ba2}.main-button:hover{background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff}.main-button:hover .button-content h3,.main-button:hover .button-content p,.main-button:hover .button-icon{color:#fff}.dashboard-button:hover{background:linear-gradient(135deg,#f39c12,#e67e22);color:#fff}.dashboard-button:hover .button-content h3,.dashboard-button:hover .button-content p,.dashboard-button:hover .button-icon{color:#fff}@media (max-width:768px){.home-content{padding:1rem}.home-title{font-size:2.5rem}.home-subtitle{font-size:1.1rem}.selection-title{font-size:1.5rem}.button-container{flex-direction:column;gap:1.5rem}.selection-button{min-height:160px;padding:1.5rem}}@media (max-width:480px){.home-title{font-size:2rem}.selection-button{min-height:140px;padding:1.2rem}.button-content h3{font-size:1.3rem}.button-content p{font-size:.9rem}}.dashboard-container{background-color:#1a1a1a;font-family:Roboto,Noto Sans KR,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh}.dashboard-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 10px #0000001a;color:#fff;display:flex;justify-content:space-between;padding:.8rem 1.5rem}.dashboard-header h1{font-size:1.8rem;font-weight:600;margin:0}.dashboard-nav{display:flex;gap:1rem}.dashboard-content{padding:0 .5rem}.dashboard-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px}.dashboard-vertical{display:flex;flex-direction:column;gap:1rem;margin:0 auto}.chart-controls{border-radius:10px;gap:1.2rem;margin-bottom:1rem;padding:.6rem}.control-group{min-width:180px}.control-group h5{font-size:.75rem;margin:0 0 .4rem;padding-bottom:.1rem}.checkbox-grid{gap:.4rem}.checkbox-item{border-radius:4px;font-size:.75rem;gap:.4rem;padding:.1rem .3rem}.checkbox-custom{border:2px solid #666;border-radius:3px;height:14px;width:14px}.checkbox-item input[type=checkbox]:checked+.checkbox-custom:after{font-size:10px}.chart-container,.data-table-container{border:1px solid #333}.chart-container h4,.data-table-container h4{border-bottom:2px solid #667eea;color:#fff;font-size:.9rem;font-weight:600;margin:0 0 .6rem;padding-bottom:.3rem}.realtime-table td,.realtime-table th{border:1px solid #444;font-size:.8rem;padding:.3rem;text-align:center}.realtime-table th{background-color:#667eea;color:#fff;font-weight:600}.oxygen-table-wrapper{background:#1e1e1e;border:1px solid #444;border-radius:8px;max-height:200px;overflow-y:auto}.oxygen-table td,.oxygen-table th{border:1px solid #444;font-size:.8rem;padding:.3rem .2rem;text-align:center;white-space:nowrap}.oxygen-table th{background-color:#667eea;color:#fff;font-weight:600;position:-webkit-sticky;position:sticky;top:0;z-index:10}.guidance-row{background:linear-gradient(135deg,#ff6b6b,#ee5a52);color:#fff;font-weight:600}.current-row,.deviation-row{background-color:#1e1e1e}.deviation-cell{color:#4fc3f7;font-weight:600}@media (max-width:1200px){.realtime-grid{grid-template-columns:1fr;grid-template-rows:auto auto auto auto}}.dashboard-card{background-color:#2a2a2a;border:1px solid #333;border-radius:12px;box-shadow:0 8px 25px #0006;overflow:hidden;padding:.6rem;position:relative;transition:transform .3s ease,box-shadow .3s ease}.dashboard-card:before{background-color:#667eea;content:"";height:3px;left:0;position:absolute;right:0;top:0}.dashboard-card h3{border-bottom:2px solid #667eea;color:#fff;font-size:1.2rem;font-weight:600;margin:0 0 1rem;padding-bottom:.5rem}.status-field label{font-size:.85rem}.field-value{font-size:.9rem;padding:.6rem .8rem}@media (max-width:768px){.dashboard-header{flex-direction:column;gap:1rem;text-align:center}.dashboard-nav{flex-wrap:wrap;justify-content:center}.dashboard-content{padding:1rem}.dashboard-grid{grid-template-columns:1fr}}.api-loading{border-radius:8px;gap:10px;padding:20px}.api-error{border-radius:8px;padding:15px}.ver3-MainContainer:after{clear:both;content:"";display:block}.ver3-MainContainer table,.ver3-dashboard-container table{border-collapse:collapse}.ver3-MainContainer table tr,.ver3-dashboard-container table tr{border:none!important}.ver3-leftBox table tr td{height:40px;line-height:40px}.ver3-rightBox table tr td{height:35px;line-height:35px}.ver3-MainContainer:after,.ver3-mContainer:after{clear:both;content:"";display:block}.ver3-home-container{align-items:center;background:linear-gradient(135deg,#2c3e50,#34495e 50%,#1a252f);display:flex;font-family:Roboto,Noto Sans KR,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.ver3-home-content{max-width:800px;padding:2rem;position:relative;text-align:center;z-index:1}.ver3-home-title{color:#fff;font-size:3.5rem;font-weight:700;letter-spacing:-.02em;margin:0 0 .5rem;text-shadow:0 2px 4px #0000004d}.ver3-home-subtitle{color:#ffffffe6;font-size:1.3rem;font-weight:300;letter-spacing:.05em;margin:0}.ver3-button-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);justify-content:center;margin:0 auto;max-width:1200px}.ver3-selection-button{align-items:center;background:#fffffff2;border:none;border-radius:20px;box-shadow:0 8px 25px #00000026;cursor:pointer;display:flex;flex:1 1;flex-direction:column;max-width:350px;min-height:200px;overflow:hidden;padding:2rem;position:relative;text-align:center;transition:all .3s ease}.ver3-selection-button:before{background:linear-gradient(90deg,#0000,#fff6,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.ver3-selection-button:hover:before{left:100%}.ver3-selection-button:hover{box-shadow:0 15px 35px #0003;transform:translateY(-5px)}.ver3-selection-button:active{transform:translateY(-2px)}.ver3-selection-button:hover .button-icon{color:#764ba2}.ver3-main-button:hover{background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff}.ver3-main-button:hover .button-content h3,.ver3-main-button:hover .button-content p,.ver3-main-button:hover .button-icon{color:#fff}.ver3-dashboard-button:hover{background:linear-gradient(135deg,#f39c12,#e67e22);color:#fff}.ver3-dashboard-button:hover .button-content h3,.ver3-dashboard-button:hover .button-content p,.ver3-dashboard-button:hover .button-icon{color:#fff}@media (max-width:768px){.ver3-home-content{padding:1rem}.ver3-home-title{font-size:2.5rem}.ver3-home-subtitle{font-size:1.1rem}.selection-title{font-size:1.5rem}.button-container{flex-direction:column;gap:1.5rem}.ver3-selection-button{min-height:160px;padding:1.5rem}}@media (max-width:480px){.ver3-home-title{font-size:2rem}.ver3-selection-button{min-height:140px;padding:1.2rem}.button-content h3{font-size:1.3rem}.button-content p{font-size:.9rem}}.ver3-dashboard-container{background-color:#1a1a1a;font-family:Roboto,Noto Sans KR,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh}.ver3-dashboard-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 10px #0000001a;color:#fff;display:flex;justify-content:space-between;padding:.8rem 1.5rem}.ver3-dashboard-header h1{font-size:2.2rem;font-weight:600;margin:0}.ver3-dashboard-nav{display:flex;gap:1rem}.ver3-dashboard-content{padding:0 .5rem}.ver3-dashboard-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px}.ver3-dashboard-vertical{display:flex;flex-direction:column;gap:1rem;margin:0 auto}.ver3-dashboard-layout{align-items:stretch;display:flex!important;flex-direction:row!important;gap:0;height:calc(100vh - 200px);min-height:500px}.tables-card .ver3-dashboard-card{display:flex;flex-direction:column;min-height:0}.tables-card .ver3-dashboard-card h4{flex-shrink:0;font-size:clamp(1rem,2vw,1.2rem);margin-bottom:1rem}.tables-card .ver3-dashboard-card .ver3-oxygen-table-wrapper,.tables-card .ver3-dashboard-card table{flex:1 1;min-height:0;overflow:hidden;width:100%!important}.tables-card .ver3-dashboard-card,.tables-card .ver3-dashboard-card table{max-width:100%!important;width:100%!important}.tables-card .ver3-dashboard-card table{table-layout:fixed!important}.tables-card .ver3-dashboard-card .ver3-oxygen-table-wrapper,.ver3-oxygen-table,.ver3-realtime-table{max-width:100%!important;width:100%!important}.ver3-oxygen-table,.ver3-realtime-table{border-collapse:collapse!important;table-layout:fixed!important}.ver3-oxygen-table td,.ver3-oxygen-table th,.ver3-realtime-table td,.ver3-realtime-table th{box-sizing:border-box!important;min-width:0!important;width:auto!important}@media (max-width:1200px){.ver3-dashboard-layout{flex-direction:row!important;height:auto}.chart-card{flex:none;height:500px;margin-bottom:1rem}.tables-card{flex:none;height:auto;max-width:none;min-width:auto}.tables-card .data-table-container:first-child,.tables-card .data-table-container:last-child{margin:.5rem 0}}.ver3-chart-container h4{border-bottom:none!important;color:#fff;font-size:1rem;font-weight:600;margin:0 0 .2rem!important;text-align:center}.data-table-container h4,.ver3-dashboard-card h4{border-bottom:2px solid #667eea;color:#fff;font-size:1rem;font-weight:600;margin:0 0 .8rem;padding-bottom:.4rem;text-align:center}.ver3-realtime-table{border-collapse:collapse;border-radius:8px;box-shadow:0 2px 8px #0003;font-size:clamp(.5rem,1.5vw,1.1rem);min-width:150px;overflow:hidden;table-layout:fixed;width:100%!important}.ver3-realtime-table td,.ver3-realtime-table th{word-wrap:break-word;border:1px solid #555;font-size:clamp(.5rem,1.5vw,1.1rem);overflow:hidden;padding:clamp(.1rem,1vw,.8rem) clamp(.05rem,.5vw,.5rem);text-align:center}.ver3-realtime-table td:first-child,.ver3-realtime-table th:first-child{width:18%!important}.ver3-realtime-table td:nth-child(2),.ver3-realtime-table td:nth-child(3),.ver3-realtime-table td:nth-child(4),.ver3-realtime-table td:nth-child(5),.ver3-realtime-table th:nth-child(2),.ver3-realtime-table th:nth-child(3),.ver3-realtime-table th:nth-child(4),.ver3-realtime-table th:nth-child(5){width:20.5%!important}.tables-card .ver3-dashboard-card:nth-child(2) .ver3-realtime-table td:nth-child(2),.tables-card .ver3-dashboard-card:nth-child(2) .ver3-realtime-table td:nth-child(3),.tables-card .ver3-dashboard-card:nth-child(2) .ver3-realtime-table th:nth-child(2),.tables-card .ver3-dashboard-card:nth-child(2) .ver3-realtime-table th:nth-child(3){width:27%!important}.tables-card .ver3-dashboard-card:nth-child(2) .ver3-realtime-table td:nth-child(4),.tables-card .ver3-dashboard-card:nth-child(2) .ver3-realtime-table th:nth-child(4){width:28%!important}.ver3-realtime-table th{background-color:#2a2a2a;border-bottom:2px solid #555;color:#ccc;font-weight:600;text-shadow:none}.ver3-realtime-table td{color:#fff;font-weight:400}.ver3-oxygen-table-wrapper{border:1px solid #444;border-radius:8px;box-shadow:0 2px 8px #0003;max-height:100%;overflow:hidden}.ver3-oxygen-table,.ver3-oxygen-table-wrapper{background:#1e1e1e;height:100%;width:100%!important}.ver3-oxygen-table{border-collapse:collapse;font-size:clamp(.4rem,1.2vw,1rem);min-width:250px;table-layout:fixed}.ver3-oxygen-table td,.ver3-oxygen-table th{word-wrap:break-word;border:1px solid #555;font-size:clamp(.4rem,1.2vw,1rem);max-width:none;overflow:hidden;padding:clamp(.05rem,.8vw,.7rem) clamp(.02rem,.3vw,.2rem);text-align:center;white-space:normal}.ver3-oxygen-table td:first-child,.ver3-oxygen-table th:first-child{min-width:80px!important;width:18%!important}.ver3-oxygen-table td:nth-child(2),.ver3-oxygen-table td:nth-child(3),.ver3-oxygen-table td:nth-child(4),.ver3-oxygen-table td:nth-child(5),.ver3-oxygen-table td:nth-child(6),.ver3-oxygen-table th:nth-child(2),.ver3-oxygen-table th:nth-child(3),.ver3-oxygen-table th:nth-child(4),.ver3-oxygen-table th:nth-child(5),.ver3-oxygen-table th:nth-child(6){min-width:50px!important;width:10%!important}.ver3-oxygen-table td:nth-child(7),.ver3-oxygen-table th:nth-child(7){min-width:80px!important;width:18%!important}.ver3-oxygen-table td:nth-child(8),.ver3-oxygen-table th:nth-child(8){min-width:60px!important;width:14%!important}.ver3-oxygen-table th{background-color:#2a2a2a;border-bottom:2px solid #555;color:#ccc;font-weight:600;position:-webkit-sticky;position:sticky;text-shadow:none;top:0;z-index:10}.ver3-oxygen-table td{color:#fff;font-weight:400}.ver3-guidance-row{background:linear-gradient(135deg,#3a3a3a,#2a2a2a);border:1px solid #555;color:#fff;font-weight:600}.ver3-current-row,.ver3-deviation-row{background-color:#2a2a2a}.ver3-deviation-cell{color:#90a4ae;font-weight:600}@media (max-width:1200px){.ver3-dashboard-layout{flex-direction:row!important;gap:1rem;height:auto}.chart-card{flex:none;height:500px;min-width:auto}.tables-card{flex:none;flex-direction:row;gap:1rem;max-width:none;min-width:auto}.tables-card .data-table-container{flex:1 1;min-height:350px}.realtime-grid{grid-template-columns:1fr;grid-template-rows:auto auto auto auto}}.ver3-dashboard-card{background-color:#2a2a2a;border:1px solid #555;border-radius:12px;box-shadow:0 8px 25px #0006;overflow:hidden;padding:.6rem;position:relative;transition:transform .3s ease,box-shadow .3s ease}.ver3-dashboard-card:before{background-color:#667eea;content:"";height:3px;left:0;position:absolute;right:0;top:0}.ver3-dashboard-card h3{border-bottom:2px solid #667eea;color:#fff;font-size:1.2rem;font-weight:600;margin:0 0 1rem;padding-bottom:.5rem}@media (max-width:768px){.dashboard-header{flex-direction:column;gap:1rem;text-align:center}.ver3-dashboard-nav{flex-wrap:wrap;justify-content:center}.ver3-dashboard-content{padding:1rem}.ver3-dashboard-grid{grid-template-columns:1fr}}.ver3-realtime-table.compact-mode{font-size:1.2rem;min-width:200px}.ver3-realtime-table.compact-mode td,.ver3-realtime-table.compact-mode th{font-size:1.1rem;padding:.5rem .4rem}.ver3-realtime-table.compact-mode .highlight-row{border-radius:4px;font-weight:600;margin:2px 0}.ver3-realtime-table.compact-mode .highlight-row td{font-weight:600}.ver3-oxygen-table.compact-mode{font-size:1.2rem;min-width:180px}.ver3-oxygen-table.compact-mode td,.ver3-oxygen-table.compact-mode th{font-size:1.1rem;padding:.5rem .4rem}.ver3-oxygen-table.compact-mode .highlight-cell{font-weight:700;min-width:60px;text-align:center}.ver3-oxygen-table.compact-mode .ver3-deviation-cell.highlight-cell{font-weight:700}.ver3-oxygen-table-wrapper.compact-mode{border-radius:8px;box-shadow:0 4px 12px #0003;height:100%!important;max-height:none!important;overflow:hidden}.ver3-dashboard-card.tables-card .ver3-dashboard-card{transition:all .3s ease}.ver3-dashboard-card.tables-card .ver3-dashboard-card h4{color:#fff;font-size:1rem;margin-bottom:.5rem;text-shadow:1px 1px 2px #00000080}.ver3-oxygen-table.compact-mode,.ver3-realtime-table.compact-mode{animation:tableCompact .3s ease-in-out}.ver3-oxygen-table.compact-mode .highlight-cell:hover,.ver3-realtime-table.compact-mode .highlight-row:hover{transform:scale(1.01);transition:transform .2s ease}@media (max-width:1200px){.ver3-oxygen-table.compact-mode,.ver3-realtime-table.compact-mode{font-size:1rem}.ver3-oxygen-table.compact-mode td,.ver3-oxygen-table.compact-mode th,.ver3-realtime-table.compact-mode td,.ver3-realtime-table.compact-mode th{font-size:.9rem;padding:.4rem .3rem}}@media (min-height:1080px){.ver3-dashboard-layout{height:calc(100vh - 200px);min-height:600px}.chart-card .chart-container>div:last-child{height:calc(100vh - 250px);max-height:900px;min-height:500px}.operation-stages-bar{margin-bottom:.8rem;padding:.7rem 0}.stages-container{height:60px}.ver3-dashboard-header h1{font-size:3rem}.control-group h5{font-size:1rem}.checkbox-item{font-size:1.5rem}.checkbox-label{font-size:28px!important}.checkbox-custom{border-radius:5px!important;height:24px!important;width:24px!important}.checkbox-item input[type=checkbox]:checked+.checkbox-custom:after{font-size:14px!important}.tables-card .ver3-dashboard-card h4{font-size:clamp(1.3rem,2.8vw,1.8rem)}.ver3-oxygen-table td,.ver3-oxygen-table th,.ver3-realtime-table td,.ver3-realtime-table th{font-size:clamp(.8rem,1.8vw,1.1rem);padding:clamp(.6rem,1.4vw,1rem) clamp(.4rem,.9vw,.8rem)}.ver3-oxygen-table,.ver3-realtime-table{font-size:clamp(.8rem,1.8vw,1.1rem)}.ver3-oxygen-table.compact-mode td,.ver3-oxygen-table.compact-mode th,.ver3-realtime-table.compact-mode td,.ver3-realtime-table.compact-mode th{font-size:clamp(.8rem,1.8vw,1.1rem)!important;padding:clamp(.4rem,1.2vw,.8rem) clamp(.3rem,.8vw,.6rem)!important}.ver3-oxygen-table.compact-mode td,.ver3-oxygen-table.compact-mode th{min-width:auto!important;overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important}.ver3-oxygen-table.compact-mode,.ver3-realtime-table.compact-mode{font-size:clamp(.8rem,1.8vw,1.1rem)!important}.ver3-oxygen-table.compact-mode{display:table!important;height:100%!important;min-width:100%!important;table-layout:auto!important;width:-webkit-max-content!important;width:max-content!important}.ver3-oxygen-table.compact-mode tbody{display:table-row-group!important;height:100%!important}.ver3-oxygen-table.compact-mode tr{display:table-row!important;height:33.33%!important}.ver3-realtime-table.compact-mode{min-width:100%!important;table-layout:auto!important;width:-webkit-max-content!important;width:max-content!important}.ver3-realtime-table.compact-mode td,.ver3-realtime-table.compact-mode th{max-width:none!important;min-width:auto!important;overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important;width:auto!important}.tables-card .ver3-dashboard-card{max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;width:100%!important}.tables-card .ver3-dashboard-card table,.ver3-realtime-table{min-width:100%!important;width:-webkit-max-content!important;width:max-content!important}.ver3-realtime-table{table-layout:auto!important}.ver3-realtime-table td,.ver3-realtime-table th{max-width:none!important;min-width:auto!important;overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important;width:auto!important}.ver3-oxygen-table-wrapper{font-size:1.1rem}.ver3-oxygen-table tr,.ver3-realtime-table tr{min-height:50px}.ver3-oxygen-table td,.ver3-oxygen-table th,.ver3-realtime-table td,.ver3-realtime-table th{min-height:45px;vertical-align:middle}.tables-card .ver3-dashboard-card h4{font-size:1.3rem;margin-bottom:1.2rem}.operation-stages-bar .stage-name{font-size:1.1rem;line-height:1.2}.operation-stages-bar .stage-duration{font-size:.95rem;line-height:1.2}.status-field label{font-size:1.2rem}.field-value{font-size:1.4rem;padding:1rem 1.2rem}.recharts-legend-item-text{font-size:18px!important}.recharts-text{font-size:16px!important}.recharts-tooltip-wrapper{font-size:18px!important}.data-value,.field-value,.time-value{font-size:1.3rem}.number-display{font-size:1.4rem}.action-btn,.ver3-selection-button{font-size:1.1rem}.dashboard-container button{font-size:1rem}.pcd-popup{border-radius:16px;max-width:500px;min-width:400px;padding:35px 40px;right:30px;top:30px}.pcd-popup h3{font-size:1.6rem;margin-bottom:20px}.pcd-popup .popup-row{font-size:1.2rem;margin-bottom:12px}.pcd-popup button{border-radius:8px;font-size:1rem;padding:12px 20px}.api-loading{border-radius:16px;font-size:1.3rem;gap:15px;min-width:250px;padding:35px 40px}.api-error{border-radius:12px;font-size:1.2rem;padding:25px 30px}.dashboard-header span{font-size:1.1rem}.operation-status-card h3{font-size:1.4rem}.stage-name{font-size:1.2rem}.status-indicator{font-size:1.1rem}.time-value{font-size:1rem}.progress-text{font-size:.9rem}.stages-container{height:45px}.leftBox table tr td{height:45px;line-height:45px}.rightBox table tr td{height:40px;line-height:40px}.control-group{gap:1.5rem;padding:.8rem}.checkbox-grid{gap:.6rem}.checkbox-item{padding:.2rem .4rem}}@media (min-width:2560px) and (min-height:1440px){.ver3-dashboard-header h1{font-size:3.2rem}.control-group h5{font-size:1.3rem}.checkbox-item{font-size:1.2rem}.checkbox-label{font-size:32px!important}.checkbox-custom{border-radius:6px!important;height:26px!important;width:26px!important}.checkbox-item input[type=checkbox]:checked+.checkbox-custom:after{font-size:16px!important}.tables-card .ver3-dashboard-card h4{font-size:clamp(1.6rem,3.5vw,2.2rem)}.ver3-oxygen-table td,.ver3-oxygen-table th,.ver3-realtime-table td,.ver3-realtime-table th{font-size:1.2rem;padding:1.1rem .9rem}.operation-stages-bar .stage-name{font-size:1.3rem}.operation-stages-bar .stage-duration{font-size:1.2rem}.recharts-legend-item-text{font-size:20px!important}.recharts-text{font-size:18px!important}.recharts-tooltip-wrapper{font-size:20px!important}.data-value,.field-value,.time-value{font-size:1.6rem}.number-display{font-size:1.8rem}.stages-container{height:55px}.leftBox table tr td{height:55px;line-height:55px}.rightBox table tr td{height:50px;line-height:50px}.control-group{gap:2rem;padding:1rem}.checkbox-grid{gap:.8rem}.checkbox-item{padding:.3rem .5rem}}@media (max-height:600px){.dashboard-container{height:100vh;max-height:600px}.ver3-dashboard-layout{height:calc(100vh - 120px);min-height:300px}.chart-card .chart-container>div:last-child{height:calc(100vh - 200px);max-height:300px;min-height:250px}.operation-stages-bar{margin-bottom:.5rem;padding:.4rem 0}.stages-container{height:25px}.stage-name{font-size:.6rem}.stage-duration{font-size:.5rem}.control-group h5{font-size:.6rem;margin-bottom:.2rem}.checkbox-item{font-size:.6rem;padding:.05rem .2rem}.checkbox-label{font-size:10px}.tables-card .ver3-dashboard-card h4{font-size:.8rem;margin-bottom:.3rem}.ver3-oxygen-table td,.ver3-oxygen-table th,.ver3-realtime-table td,.ver3-realtime-table th{font-size:.6rem;padding:.2rem .1rem}.field-value,.status-field label{font-size:.7rem}.field-value{padding:.3rem .4rem}}@media (max-height:700px){.ver3-dashboard-layout{height:calc(100vh - 140px);min-height:350px}.chart-card .chart-container>div:last-child{height:calc(100vh - 180px);max-height:400px;min-height:300px}.operation-stages-bar{margin-bottom:.6rem;padding:.5rem 0}.stages-container{height:28px}.stage-name{font-size:.7rem}.stage-duration{font-size:.6rem}.checkbox-item,.control-group h5{font-size:.7rem}.checkbox-label{font-size:12px}.tables-card .ver3-dashboard-card h4{font-size:.9rem}.ver3-oxygen-table td,.ver3-oxygen-table th,.ver3-realtime-table td,.ver3-realtime-table th{font-size:.7rem;padding:.3rem .2rem}}@media (max-height:800px){.ver3-dashboard-layout{height:calc(100vh - 160px);min-height:400px}.chart-card .chart-container>div:last-child{height:calc(100vh - 160px);max-height:500px;min-height:350px}.operation-stages-bar{margin-bottom:.7rem;padding:.6rem 0}.stages-container{height:30px}.stage-name{font-size:.75rem}.stage-duration{font-size:.65rem}.checkbox-item,.control-group h5{font-size:.8rem}.checkbox-label{font-size:13px}.tables-card .ver3-dashboard-card h4{font-size:1rem}.ver3-oxygen-table td,.ver3-oxygen-table th,.ver3-realtime-table td,.ver3-realtime-table th{font-size:.8rem;padding:.4rem .3rem}}@media (min-height:1600px){.ver3-dashboard-layout{height:calc(100vh - 220px);min-height:700px}.chart-card .chart-container>div:last-child{height:calc(100vh - 220px);max-height:1000px;min-height:600px}.operation-stages-bar{margin-bottom:1.5rem;padding:1.2rem 0}.stages-container{height:55px}.stage-name{font-size:1.2rem}.checkbox-item,.control-group h5,.stage-duration{font-size:1.1rem}.checkbox-label{font-size:28px!important}.checkbox-custom{border-radius:5px!important;height:25px!important;width:25px!important}.checkbox-item input[type=checkbox]:checked+.checkbox-custom:after{font-size:15px!important}.tables-card .ver3-dashboard-card h4{font-size:1.4rem}.ver3-oxygen-table td,.ver3-oxygen-table th,.ver3-realtime-table td,.ver3-realtime-table th{font-size:1.1rem;padding:1rem .8rem}.status-field label{font-size:1rem}.field-value{font-size:1.2rem;padding:1rem 1.2rem}.recharts-legend-item-text{font-size:18px!important}.recharts-text{font-size:16px!important}.recharts-tooltip-wrapper{font-size:18px!important}}.ver3-dashboard-container.large-text,.ver3-dashboard-container.large-text .data-table-container,.ver3-dashboard-container.large-text header{font-size:1.08em!important}.ver3-dashboard-container.large-text .data-table-container h4{font-size:1.18rem!important}.ver3-dashboard-container.large-text .data-table-container table{font-size:1.2rem!important}.ver3-dashboard-container.large-text .data-table-container td,.ver3-dashboard-container.large-text .data-table-container th{font-size:1.2rem!important;padding:7px 11px!important}.ver3-dashboard-container.large-text .ver3-oxygen-table.compact-mode td,.ver3-dashboard-container.large-text .ver3-oxygen-table.compact-mode th,.ver3-dashboard-container.large-text .ver3-realtime-table td,.ver3-dashboard-container.large-text .ver3-realtime-table th{font-size:1.2rem!important}.ver3-dashboard-container.large-text .ver3-oxygen-table td,.ver3-dashboard-container.large-text .ver3-oxygen-table th{font-size:.9rem!important}.ver3-dashboard-container.large-text .operation-stage,.ver3-dashboard-container.large-text .operation-stage span{font-size:1.2rem!important}.ver3-dashboard-container.large-text .ver3-dashboard-card{font-size:1.08em!important}.ver3-dashboard-container.large-text .ver3-dashboard-card h4{font-size:1.18rem!important}.ver3-dashboard-container.large-text .ver3-dashboard-card .card-title{font-size:1.13rem!important}.ver3-dashboard-container.large-text .ver3-dashboard-card .card-value{font-size:1.23rem!important}.ver3-dashboard-container.large-text .ver3-dashboard-card .card-unit{font-size:1.08rem!important}.ver3-dashboard-container.large-text label,.ver3-dashboard-container.large-text label span:not(:first-child){font-size:17px!important}.ver3-dashboard-container.large-text label span:first-child{font-size:8px!important}.ver3-dashboard-container.large-text .ver3-chart-container{padding:8px 12px!important}.ver3-dashboard-container.large-text .ver3-chart-container>div{gap:6px!important}.ver3-dashboard-container.large-text label div{height:14px!important;width:14px!important}.ver3-dashboard-container.large-text .chart-legend-line{height:2px!important;width:16px!important}.ver3-dashboard-container.large-text header span{font-size:16px!important}.ver3-dashboard-container.large-text header span[style*=backgroundColor]{font-size:16px!important;padding:4px 9px!important}.ver3-dashboard-container.large-text header div span{font-size:16px!important}.ver3-dashboard-container.large-text header div span[style*=backgroundColor]{font-size:16px!important;padding:4px 9px!important}.ver3-dashboard-container.large-text a,.ver3-dashboard-container.large-text button{font-size:1.08em!important}.ver3-dashboard-container.large-text .plotly .legend,.ver3-dashboard-container.large-text .plotly .main-svg{font-size:1.1em!important}.ver3-dashboard-container.large-text .plotly .xtick,.ver3-dashboard-container.large-text .plotly .ytick{font-size:.9em!important}.ver3-dashboard-container.large-text .plotly .gtitle{font-size:1.1em!important}.ver3-dashboard-container.large-text .plotly .xaxis .xtick,.ver3-dashboard-container.large-text .plotly .xtick text,.ver3-dashboard-container.large-text .plotly .yaxis .ytick,.ver3-dashboard-container.large-text .plotly .ytick text{font-size:.9em!important}.ver4-MainContainer:after{clear:both;content:"";display:block}.ver4-MainContainer table,.ver4-dashboard-container table{border-collapse:collapse}.ver4-MainContainer table tr,.ver4-dashboard-container table tr{border:none!important}.ver4-leftBox table tr td{height:40px;line-height:40px}.ver4-rightBox table tr td{height:35px;line-height:35px}.ver4-MainContainer:after,.ver4-mContainer:after{clear:both;content:"";display:block}.ver4-home-container{align-items:center;background:linear-gradient(135deg,#2c3e50,#34495e 50%,#1a252f);display:flex;font-family:Roboto,Noto Sans KR,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.ver4-home-content{max-width:800px;padding:2rem;position:relative;text-align:center;z-index:1}.ver4-home-title{color:#fff;font-size:3.5rem;font-weight:700;letter-spacing:-.02em;margin:0 0 .5rem;text-shadow:0 2px 4px #0000004d}.ver4-home-subtitle{color:#ffffffe6;font-size:1.3rem;font-weight:300;letter-spacing:.05em;margin:0}.ver4-button-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);justify-content:center;margin:0 auto;max-width:1200px}.ver4-selection-button{align-items:center;background:#fffffff2;border:none;border-radius:20px;box-shadow:0 8px 25px #00000026;cursor:pointer;display:flex;flex:1 1;flex-direction:column;max-width:350px;min-height:200px;overflow:hidden;padding:2rem;position:relative;text-align:center;transition:all .3s ease}.ver4-selection-button:before{background:linear-gradient(90deg,#0000,#fff6,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.ver4-selection-button:hover:before{left:100%}.ver4-selection-button:hover{box-shadow:0 15px 35px #0003;transform:translateY(-5px)}.ver4-selection-button:active{transform:translateY(-2px)}.ver4-selection-button:hover .button-icon{color:#764ba2}.ver4-main-button:hover{background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff}.ver4-main-button:hover .button-content h3,.ver4-main-button:hover .button-content p,.ver4-main-button:hover .button-icon{color:#fff}.ver4-dashboard-button:hover{background:linear-gradient(135deg,#f39c12,#e67e22);color:#fff}.ver4-dashboard-button:hover .button-content h3,.ver4-dashboard-button:hover .button-content p,.ver4-dashboard-button:hover .button-icon{color:#fff}@media (max-width:768px){.ver4-home-content{padding:1rem}.ver4-home-title{font-size:2.5rem}.ver4-home-subtitle{font-size:1.1rem}.selection-title{font-size:1.5rem}.button-container{flex-direction:column;gap:1.5rem}.ver4-selection-button{min-height:160px;padding:1.5rem}}@media (max-width:480px){.ver4-home-title{font-size:2rem}.ver4-selection-button{min-height:140px;padding:1.2rem}.button-content h3{font-size:1.3rem}.button-content p{font-size:.9rem}}.ver4-dashboard-container{background-color:#1a1a1a;font-family:Roboto,Noto Sans KR,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh}.ver4-dashboard-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 10px #0000001a;color:#fff;display:flex;justify-content:space-between;padding:.8rem 1.5rem}.ver4-dashboard-header h1{font-size:2.2rem;font-weight:600;margin:0}.ver4-dashboard-nav{display:flex;gap:1rem}.ver4-dashboard-content{padding:0 .5rem}.ver4-dashboard-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px}.ver4-dashboard-vertical{display:flex;flex-direction:column;gap:1rem;margin:0 auto}.checkbox-item input[type=checkbox]:checked+.checkbox-custom:after{content:"✓"}.ver4-dashboard-layout{align-items:stretch;display:flex!important;flex-direction:row!important;gap:0;height:calc(100vh - 200px);margin-top:.8rem;min-height:500px}.chart-card.pcd-alert-low{border:4px solid #ff6b6b!important;box-shadow:0 0 30px #ff6b6b,0 0 60px #ff6b6b99,0 0 90px #ff6b6b4d,0 4px 15px #0006!important}.chart-card.pcd-alert-high{border:4px solid #4caf50!important;box-shadow:0 0 30px #4caf50,0 0 60px #4caf5099,0 0 90px #4caf504d,0 4px 15px #0006!important}.chart-container.pcd-alert-low{border:4px solid #ff6b6b!important;box-shadow:0 0 30px #ff6b6b,0 0 60px #ff6b6b99,0 0 90px #ff6b6b4d,0 4px 15px #0006!important}.chart-container.pcd-alert-high{border:4px solid #4caf50!important;box-shadow:0 0 30px #4caf50,0 0 60px #4caf5099,0 0 90px #4caf504d,0 4px 15px #0006!important}.tables-card .ver4-dashboard-card{display:flex;flex-direction:column;min-height:0}.tables-card .ver4-dashboard-card h4{flex-shrink:0;font-size:clamp(1rem,2vw,1.2rem);margin-bottom:1rem}.tables-card .ver4-dashboard-card .ver4-oxygen-table-wrapper,.tables-card .ver4-dashboard-card table{flex:1 1;min-height:0;overflow:hidden;width:100%!important}.tables-card .ver4-dashboard-card,.tables-card .ver4-dashboard-card table{max-width:100%!important;width:100%!important}.tables-card .ver4-dashboard-card table{table-layout:fixed!important}.tables-card .ver4-dashboard-card .ver4-oxygen-table-wrapper,.ver4-oxygen-table,.ver4-realtime-table{max-width:100%!important;width:100%!important}.ver4-oxygen-table,.ver4-realtime-table{border-collapse:collapse!important;table-layout:fixed!important}.ver4-oxygen-table td,.ver4-oxygen-table th,.ver4-realtime-table td,.ver4-realtime-table th{box-sizing:border-box!important;min-width:0!important;width:auto!important}@media (max-width:1200px){.ver4-dashboard-layout{flex-direction:row!important;height:auto}.chart-card{flex:none;height:500px;margin-bottom:1rem}.tables-card{flex:none;height:auto;max-width:none;min-width:auto}.tables-card .data-table-container:first-child,.tables-card .data-table-container:last-child{margin:.5rem 0}}.ver4-chart-container h4{border-bottom:none!important;color:#fff;font-size:1rem;font-weight:600;margin:0 0 .2rem!important;text-align:center}.data-table-container h4,.ver4-dashboard-card h4{border-bottom:2px solid #667eea;color:#fff;font-size:1rem;font-weight:600;margin:0 0 .8rem;padding-bottom:.4rem;text-align:center}.ver4-realtime-table{border-collapse:collapse;border-radius:8px;box-shadow:0 2px 8px #0003;font-size:clamp(.5rem,1.5vw,1.1rem);min-width:150px;overflow:hidden;table-layout:fixed;width:100%!important}.ver4-realtime-table td,.ver4-realtime-table th{word-wrap:break-word;border:1px solid #555;font-size:clamp(.5rem,1.5vw,1.1rem);overflow:hidden;padding:clamp(.1rem,1vw,.8rem) clamp(.05rem,.5vw,.5rem);text-align:center}.ver4-realtime-table td:first-child,.ver4-realtime-table th:first-child{width:18%!important}.ver4-realtime-table td:nth-child(2),.ver4-realtime-table td:nth-child(3),.ver4-realtime-table td:nth-child(4),.ver4-realtime-table td:nth-child(5),.ver4-realtime-table th:nth-child(2),.ver4-realtime-table th:nth-child(3),.ver4-realtime-table th:nth-child(4),.ver4-realtime-table th:nth-child(5){width:20.5%!important}.tables-card .ver4-dashboard-card:nth-child(2) .ver4-realtime-table td:nth-child(2),.tables-card .ver4-dashboard-card:nth-child(2) .ver4-realtime-table td:nth-child(3),.tables-card .ver4-dashboard-card:nth-child(2) .ver4-realtime-table th:nth-child(2),.tables-card .ver4-dashboard-card:nth-child(2) .ver4-realtime-table th:nth-child(3){width:27%!important}.tables-card .ver4-dashboard-card:nth-child(2) .ver4-realtime-table td:nth-child(4),.tables-card .ver4-dashboard-card:nth-child(2) .ver4-realtime-table th:nth-child(4){width:28%!important}.ver4-realtime-table th{background-color:#2a2a2a;border-bottom:2px solid #555;color:#ccc;font-weight:600;text-shadow:none}.ver4-realtime-table td{color:#fff;font-weight:400}.ver4-oxygen-table-wrapper{border:1px solid #444;border-radius:8px;box-shadow:0 2px 8px #0003;max-height:100%;overflow:hidden}.ver4-oxygen-table,.ver4-oxygen-table-wrapper{background:#1e1e1e;height:100%;width:100%!important}.ver4-oxygen-table{border-collapse:collapse;font-size:clamp(.4rem,1.2vw,1rem);min-width:250px;table-layout:fixed}.ver4-oxygen-table td,.ver4-oxygen-table th{word-wrap:break-word;border:1px solid #555;font-size:clamp(.4rem,1.2vw,1rem);max-width:none;overflow:hidden;padding:clamp(.05rem,.8vw,.7rem) clamp(.02rem,.3vw,.2rem);text-align:center;white-space:normal}.ver4-oxygen-table td:first-child,.ver4-oxygen-table th:first-child{min-width:80px!important;width:18%!important}.ver4-oxygen-table td:nth-child(2),.ver4-oxygen-table td:nth-child(3),.ver4-oxygen-table td:nth-child(4),.ver4-oxygen-table td:nth-child(5),.ver4-oxygen-table td:nth-child(6),.ver4-oxygen-table th:nth-child(2),.ver4-oxygen-table th:nth-child(3),.ver4-oxygen-table th:nth-child(4),.ver4-oxygen-table th:nth-child(5),.ver4-oxygen-table th:nth-child(6){min-width:50px!important;width:10%!important}.ver4-oxygen-table td:nth-child(7),.ver4-oxygen-table th:nth-child(7){min-width:80px!important;width:18%!important}.ver4-oxygen-table td:nth-child(8),.ver4-oxygen-table th:nth-child(8){min-width:60px!important;width:14%!important}.ver4-oxygen-table th{background-color:#2a2a2a;border-bottom:2px solid #555;color:#ccc;font-weight:600;position:-webkit-sticky;position:sticky;text-shadow:none;top:0;z-index:10}.ver4-oxygen-table td{color:#fff;font-weight:400}.ver4-guidance-row{background:linear-gradient(135deg,#3a3a3a,#2a2a2a);border:1px solid #555;color:#fff;font-weight:600}.ver4-current-row,.ver4-deviation-row{background-color:#2a2a2a}.ver4-deviation-cell{color:#90a4ae;font-weight:600}@media (max-width:1200px){.ver4-dashboard-layout{flex-direction:row!important;gap:1rem;height:auto}.chart-card{flex:none;height:500px;min-width:auto}.tables-card{flex:none;flex-direction:row;gap:1rem;max-width:none;min-width:auto}.tables-card .data-table-container{flex:1 1;min-height:350px}.realtime-grid{grid-template-columns:1fr;grid-template-rows:auto auto auto auto}}.ver4-dashboard-card{background-color:#2a2a2a;border:1px solid #555;border-radius:12px;box-shadow:0 8px 25px #0006;overflow:hidden;padding:.6rem;position:relative;transition:transform .3s ease,box-shadow .3s ease}.ver4-dashboard-card:before{background-color:#667eea;content:"";height:3px;left:0;position:absolute;right:0;top:0}.ver4-dashboard-card h3{border-bottom:2px solid #667eea;color:#fff;font-size:1.2rem;font-weight:600;margin:0 0 1rem;padding-bottom:.5rem}@media (max-width:768px){.dashboard-header{flex-direction:column;gap:1rem;text-align:center}.ver4-dashboard-nav{flex-wrap:wrap;justify-content:center}.ver4-dashboard-content{padding:1rem}.ver4-dashboard-grid{grid-template-columns:1fr}}.ver4-realtime-table.compact-mode{font-size:1.2rem;min-width:200px}.ver4-realtime-table.compact-mode td,.ver4-realtime-table.compact-mode th{font-size:1.1rem;padding:.5rem .4rem}.ver4-realtime-table.compact-mode .highlight-row{border-radius:4px;font-weight:600;margin:2px 0}.ver4-realtime-table.compact-mode .highlight-row td{font-weight:600}.ver4-oxygen-table.compact-mode{font-size:1.2rem;min-width:180px}.ver4-oxygen-table.compact-mode td,.ver4-oxygen-table.compact-mode th{font-size:1.1rem;padding:.5rem .4rem}.ver4-oxygen-table.compact-mode .highlight-cell{font-weight:700;min-width:60px;text-align:center}.ver4-oxygen-table.compact-mode .ver4-deviation-cell.highlight-cell{font-weight:700}.ver4-oxygen-table-wrapper.compact-mode{border-radius:8px;box-shadow:0 4px 12px #0003;height:100%!important;max-height:none!important;overflow:hidden}.ver4-dashboard-card.tables-card .ver4-dashboard-card{transition:all .3s ease}.ver4-dashboard-card.tables-card .ver4-dashboard-card h4{color:#fff;font-size:1rem;margin-bottom:.5rem;text-shadow:1px 1px 2px #00000080}.ver4-oxygen-table.compact-mode,.ver4-realtime-table.compact-mode{animation:tableCompact .3s ease-in-out}.ver4-oxygen-table.compact-mode .highlight-cell:hover,.ver4-realtime-table.compact-mode .highlight-row:hover{transform:scale(1.01);transition:transform .2s ease}@media (max-width:1200px){.ver4-oxygen-table.compact-mode,.ver4-realtime-table.compact-mode{font-size:1rem}.ver4-oxygen-table.compact-mode td,.ver4-oxygen-table.compact-mode th,.ver4-realtime-table.compact-mode td,.ver4-realtime-table.compact-mode th{font-size:.9rem;padding:.4rem .3rem}}@media (min-height:1080px){.ver4-dashboard-layout{height:calc(100vh - 200px);min-height:600px}.chart-card .chart-container>div:last-child{height:calc(100vh - 250px);max-height:900px;min-height:500px}.operation-stages-bar{margin-bottom:.8rem;padding:.7rem 0}.stages-container{height:60px}.ver4-dashboard-header h1{font-size:3rem}.control-group h5{font-size:1rem}.checkbox-item{font-size:1.5rem}.checkbox-label{font-size:28px!important}.checkbox-custom{border-radius:5px!important;height:24px!important;width:24px!important}.checkbox-item input[type=checkbox]:checked+.checkbox-custom:after{font-size:14px!important}.tables-card .ver4-dashboard-card h4{font-size:clamp(1.3rem,2.8vw,1.8rem)}.ver4-oxygen-table td,.ver4-oxygen-table th,.ver4-realtime-table td,.ver4-realtime-table th{font-size:clamp(.8rem,1.8vw,1.1rem);padding:clamp(.6rem,1.4vw,1rem) clamp(.4rem,.9vw,.8rem)}.ver4-oxygen-table,.ver4-realtime-table{font-size:clamp(.8rem,1.8vw,1.1rem)}.ver4-oxygen-table.compact-mode td,.ver4-oxygen-table.compact-mode th,.ver4-realtime-table.compact-mode td,.ver4-realtime-table.compact-mode th{font-size:clamp(.8rem,1.8vw,1.1rem)!important;padding:clamp(.4rem,1.2vw,.8rem) clamp(.3rem,.8vw,.6rem)!important}.ver4-oxygen-table.compact-mode td,.ver4-oxygen-table.compact-mode th{min-width:auto!important;overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important}.ver4-oxygen-table.compact-mode,.ver4-realtime-table.compact-mode{font-size:clamp(.8rem,1.8vw,1.1rem)!important}.ver4-oxygen-table.compact-mode{display:table!important;height:100%!important;min-width:100%!important;table-layout:auto!important;width:-webkit-max-content!important;width:max-content!important}.ver4-oxygen-table.compact-mode tbody{display:table-row-group!important;height:100%!important}.ver4-oxygen-table.compact-mode tr{display:table-row!important;height:33.33%!important}.ver4-realtime-table.compact-mode{min-width:100%!important;table-layout:auto!important;width:-webkit-max-content!important;width:max-content!important}.ver4-realtime-table.compact-mode td,.ver4-realtime-table.compact-mode th{max-width:none!important;min-width:auto!important;overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important;width:auto!important}.tables-card .ver4-dashboard-card{max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;width:100%!important}.tables-card .ver4-dashboard-card table,.ver4-realtime-table{min-width:100%!important;width:-webkit-max-content!important;width:max-content!important}.ver4-realtime-table{table-layout:auto!important}.ver4-realtime-table td,.ver4-realtime-table th{max-width:none!important;min-width:auto!important;overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important;width:auto!important}.ver4-oxygen-table-wrapper{font-size:1.1rem}.ver4-oxygen-table tr,.ver4-realtime-table tr{min-height:50px}.ver4-oxygen-table td,.ver4-oxygen-table th,.ver4-realtime-table td,.ver4-realtime-table th{min-height:45px;vertical-align:middle}.tables-card .ver4-dashboard-card h4{font-size:1.3rem;margin-bottom:1.2rem}.operation-stages-bar .stage-name{font-size:1.1rem;line-height:1.2}.operation-stages-bar .stage-duration{font-size:.95rem;line-height:1.2}.status-field label{font-size:1.2rem}.field-value{font-size:1.4rem;padding:1rem 1.2rem}.recharts-legend-item-text{font-size:18px!important}.recharts-text{font-size:16px!important}.recharts-tooltip-wrapper{font-size:18px!important}.data-value,.field-value,.time-value{font-size:1.3rem}.number-display{font-size:1.4rem}.action-btn,.ver4-selection-button{font-size:1.1rem}.dashboard-container button{font-size:1rem}.pcd-popup{border-radius:16px;max-width:500px;min-width:400px;padding:35px 40px;right:30px;top:30px}.pcd-popup h3{font-size:1.6rem;margin-bottom:20px}.pcd-popup .popup-row{font-size:1.2rem;margin-bottom:12px}.pcd-popup button{border-radius:8px;font-size:1rem;padding:12px 20px}.api-loading{border-radius:16px;font-size:1.3rem;gap:15px;min-width:250px;padding:35px 40px}.api-error{border-radius:12px;font-size:1.2rem;padding:25px 30px}.dashboard-header span{font-size:1.1rem}.operation-status-card h3{font-size:1.4rem}.stage-name{font-size:1.2rem}.status-indicator{font-size:1.1rem}.time-value{font-size:1rem}.progress-text{font-size:.9rem}.stages-container{height:45px}.leftBox table tr td{height:45px;line-height:45px}.rightBox table tr td{height:40px;line-height:40px}.control-group{gap:1.5rem;padding:.8rem}.checkbox-grid{gap:.6rem}.checkbox-item{padding:.2rem .4rem}}@media (min-width:2560px) and (min-height:1440px){.ver4-dashboard-header h1{font-size:3.2rem}.control-group h5{font-size:1.3rem}.checkbox-item{font-size:1.2rem}.checkbox-label{font-size:32px!important}.checkbox-custom{border-radius:6px!important;height:26px!important;width:26px!important}.checkbox-item input[type=checkbox]:checked+.checkbox-custom:after{font-size:16px!important}.tables-card .ver4-dashboard-card h4{font-size:clamp(1.6rem,3.5vw,2.2rem)}.ver4-oxygen-table td,.ver4-oxygen-table th,.ver4-realtime-table td,.ver4-realtime-table th{font-size:1.2rem;padding:1.1rem .9rem}.operation-stages-bar .stage-name{font-size:1.3rem}.operation-stages-bar .stage-duration{font-size:1.2rem}.recharts-legend-item-text{font-size:20px!important}.recharts-text{font-size:18px!important}.recharts-tooltip-wrapper{font-size:20px!important}.data-value,.field-value,.time-value{font-size:1.6rem}.number-display{font-size:1.8rem}.stages-container{height:55px}.leftBox table tr td{height:55px;line-height:55px}.rightBox table tr td{height:50px;line-height:50px}.control-group{gap:2rem;padding:1rem}.checkbox-grid{gap:.8rem}.checkbox-item{padding:.3rem .5rem}}@media (max-height:600px){.dashboard-container{height:100vh;max-height:600px}.ver4-dashboard-layout{height:calc(100vh - 120px);min-height:300px}.chart-card .chart-container>div:last-child{height:calc(100vh - 200px);max-height:300px;min-height:250px}.operation-stages-bar{margin-bottom:.5rem;padding:.4rem 0}.stages-container{height:25px}.stage-name{font-size:.6rem}.stage-duration{font-size:.5rem}.control-group h5{font-size:.6rem;margin-bottom:.2rem}.checkbox-item{font-size:.6rem;padding:.05rem .2rem}.checkbox-label{font-size:10px}.tables-card .ver4-dashboard-card h4{font-size:.8rem;margin-bottom:.3rem}.ver4-oxygen-table td,.ver4-oxygen-table th,.ver4-realtime-table td,.ver4-realtime-table th{font-size:.6rem;padding:.2rem .1rem}.field-value,.status-field label{font-size:.7rem}.field-value{padding:.3rem .4rem}}@media (max-height:700px){.ver4-dashboard-layout{height:calc(100vh - 140px);min-height:350px}.chart-card .chart-container>div:last-child{height:calc(100vh - 180px);max-height:400px;min-height:300px}.operation-stages-bar{margin-bottom:.6rem;padding:.5rem 0}.stages-container{height:28px}.stage-name{font-size:.7rem}.stage-duration{font-size:.6rem}.checkbox-item,.control-group h5{font-size:.7rem}.checkbox-label{font-size:12px}.tables-card .ver4-dashboard-card h4{font-size:.9rem}.ver4-oxygen-table td,.ver4-oxygen-table th,.ver4-realtime-table td,.ver4-realtime-table th{font-size:.7rem;padding:.3rem .2rem}}@media (max-height:800px){.ver4-dashboard-layout{height:calc(100vh - 160px);min-height:400px}.chart-card .chart-container>div:last-child{height:calc(100vh - 160px);max-height:500px;min-height:350px}.operation-stages-bar{margin-bottom:.7rem;padding:.6rem 0}.stages-container{height:30px}.stage-name{font-size:.75rem}.stage-duration{font-size:.65rem}.checkbox-item,.control-group h5{font-size:.8rem}.checkbox-label{font-size:13px}.tables-card .ver4-dashboard-card h4{font-size:1rem}.ver4-oxygen-table td,.ver4-oxygen-table th,.ver4-realtime-table td,.ver4-realtime-table th{font-size:.8rem;padding:.4rem .3rem}}@media (min-height:1600px){.ver4-dashboard-layout{height:calc(100vh - 220px);min-height:700px}.chart-card .chart-container>div:last-child{height:calc(100vh - 220px);max-height:1000px;min-height:600px}.operation-stages-bar{margin-bottom:1.5rem;padding:1.2rem 0}.stages-container{height:55px}.stage-name{font-size:1.2rem}.checkbox-item,.control-group h5,.stage-duration{font-size:1.1rem}.checkbox-label{font-size:28px!important}.checkbox-custom{border-radius:5px!important;height:25px!important;width:25px!important}.checkbox-item input[type=checkbox]:checked+.checkbox-custom:after{font-size:15px!important}.tables-card .ver4-dashboard-card h4{font-size:1.4rem}.ver4-oxygen-table td,.ver4-oxygen-table th,.ver4-realtime-table td,.ver4-realtime-table th{font-size:1.1rem;padding:1rem .8rem}.status-field label{font-size:1rem}.field-value{font-size:1.2rem;padding:1rem 1.2rem}.recharts-legend-item-text{font-size:18px!important}.recharts-text{font-size:16px!important}.recharts-tooltip-wrapper{font-size:18px!important}}.ver4-dashboard-container.large-text,.ver4-dashboard-container.large-text .data-table-container,.ver4-dashboard-container.large-text header{font-size:1.08em!important}.ver4-dashboard-container.large-text .data-table-container h4{font-size:1.18rem!important}.ver4-dashboard-container.large-text .data-table-container table{font-size:1.2rem!important}.ver4-dashboard-container.large-text .data-table-container td,.ver4-dashboard-container.large-text .data-table-container th{font-size:1.2rem!important;padding:7px 11px!important}.ver4-dashboard-container.large-text .ver4-oxygen-table.compact-mode td,.ver4-dashboard-container.large-text .ver4-oxygen-table.compact-mode th,.ver4-dashboard-container.large-text .ver4-realtime-table td,.ver4-dashboard-container.large-text .ver4-realtime-table th{font-size:1.2rem!important}.ver4-dashboard-container.large-text .ver4-oxygen-table td,.ver4-dashboard-container.large-text .ver4-oxygen-table th{font-size:.9rem!important}.ver4-dashboard-container.large-text .operation-stage,.ver4-dashboard-container.large-text .operation-stage span{font-size:1.2rem!important}.ver4-dashboard-container.large-text .ver4-dashboard-card{font-size:1.08em!important}.ver4-dashboard-container.large-text .ver4-dashboard-card h4{font-size:1.18rem!important}.ver4-dashboard-container.large-text .ver4-dashboard-card .card-title{font-size:1.13rem!important}.ver4-dashboard-container.large-text .ver4-dashboard-card .card-value{font-size:1.23rem!important}.ver4-dashboard-container.large-text .ver4-dashboard-card .card-unit{font-size:1.08rem!important}.ver4-dashboard-container.large-text label,.ver4-dashboard-container.large-text label span:not(:first-child){font-size:17px!important}.ver4-dashboard-container.large-text label span:first-child{font-size:8px!important}.ver4-dashboard-container.large-text .ver4-chart-container{padding:8px 12px!important}.ver4-dashboard-container.large-text .ver4-chart-container>div{gap:6px!important}.ver4-dashboard-container.large-text label div{height:14px!important;width:14px!important}.ver4-dashboard-container.large-text .chart-legend-line{height:2px!important;width:16px!important}.ver4-dashboard-container.large-text header span{font-size:16px!important}.ver4-dashboard-container.large-text header span[style*=backgroundColor]{font-size:16px!important;padding:4px 9px!important}.ver4-dashboard-container.large-text header div span{font-size:16px!important}.ver4-dashboard-container.large-text header div span[style*=backgroundColor]{font-size:16px!important;padding:4px 9px!important}.ver4-dashboard-container.large-text a,.ver4-dashboard-container.large-text button{font-size:1.08em!important}.ver4-dashboard-container.large-text .plotly .legend,.ver4-dashboard-container.large-text .plotly .main-svg{font-size:1.1em!important}.ver4-dashboard-container.large-text .plotly .xtick,.ver4-dashboard-container.large-text .plotly .ytick{font-size:.9em!important}.ver4-dashboard-container.large-text .plotly .gtitle{font-size:1.1em!important}.ver4-dashboard-container.large-text .plotly .xaxis .xtick,.ver4-dashboard-container.large-text .plotly .xtick text,.ver4-dashboard-container.large-text .plotly .yaxis .ytick,.ver4-dashboard-container.large-text .plotly .ytick text{font-size:.9em!important}.ver5-MainContainer:after{clear:both;content:"";display:block}.ver5-MainContainer table,.ver5-dashboard-container table{border-collapse:collapse}.ver5-MainContainer table tr,.ver5-dashboard-container table tr{border:none!important}.ver5-leftBox table tr td{height:40px;line-height:40px}.ver5-rightBox table tr td{height:35px;line-height:35px}.ver5-MainContainer:after,.ver5-mContainer:after{clear:both;content:"";display:block}@keyframes fadeInOut{0%,to{opacity:0}50%{opacity:1}}.arrow-container{align-items:center;display:flex;position:relative}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f9fa;color:#2c3e50;font-family:Roboto,Noto Sans KR,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.5}.data-value,.field-value,.number-display,.progress-text,.time-value{font-family:Roboto,Noto Sans KR,monospace;font-weight:500;letter-spacing:.5px}h1,h2,h3,h4,h5,h6{font-family:Roboto,Noto Sans KR,sans-serif;font-weight:600;letter-spacing:-.02em;line-height:1.2}.operation-table,.oxygen-table,.realtime-table,table{font-family:Roboto,Noto Sans KR,sans-serif;font-size:.9rem;font-weight:400;line-height:1.4}.ver5-home-container{align-items:center;background:linear-gradient(135deg,#2c3e50,#34495e 50%,#1a252f);display:flex;font-family:Roboto,Noto Sans KR,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.ver5-home-content{max-width:800px;padding:2rem;position:relative;text-align:center;z-index:1}.title-section{margin-bottom:3rem}.ver5-home-title{color:#fff;font-size:3.5rem;font-weight:700;letter-spacing:-.02em;margin:0 0 .5rem;text-shadow:0 2px 4px #0000004d}.ver5-home-subtitle{color:#ffffffe6;font-size:1.3rem;font-weight:300;letter-spacing:.05em;margin:0}.selection-section{margin-bottom:3rem}.selection-title{color:#fff;font-size:2rem;font-weight:600;margin:0 0 1rem;text-shadow:0 2px 4px #0000004d}.selection-description{color:#fffc;font-size:1.1rem;line-height:1.6;margin:0 0 2.5rem}.ver5-button-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);justify-content:center;margin:0 auto;max-width:1200px}.ver5-selection-button{align-items:center;background:#fffffff2;border:none;border-radius:20px;box-shadow:0 8px 25px #00000026;cursor:pointer;display:flex;flex:1 1;flex-direction:column;max-width:350px;min-height:200px;overflow:hidden;padding:2rem;position:relative;text-align:center;transition:all .3s ease}.ver5-selection-button:before{background:linear-gradient(90deg,#0000,#fff6,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.ver5-selection-button:hover:before{left:100%}.ver5-selection-button:hover{box-shadow:0 15px 35px #0003;transform:translateY(-5px)}.ver5-selection-button:active{transform:translateY(-2px)}.button-icon{color:#667eea;margin-bottom:1rem;transition:color .3s ease}.ver5-selection-button:hover .button-icon{color:#764ba2}.button-content h3{color:#333;font-size:1.5rem;font-weight:600;margin:0 0 .5rem}.button-content p{color:#666;font-size:1rem;line-height:1.4;margin:0}.ver5-main-button:hover{background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff}.ver5-main-button:hover .button-content h3,.ver5-main-button:hover .button-content p,.ver5-main-button:hover .button-icon{color:#fff}.ver5-dashboard-button:hover{background:linear-gradient(135deg,#f39c12,#e67e22);color:#fff}.ver5-dashboard-button:hover .button-content h3,.ver5-dashboard-button:hover .button-content p,.ver5-dashboard-button:hover .button-icon{color:#fff}.footer-info{color:#ffffffb3;font-size:.9rem;margin-top:2rem}.footer-info p{margin:0}@media (max-width:768px){.ver5-home-content{padding:1rem}.ver5-home-title{font-size:2.5rem}.ver5-home-subtitle{font-size:1.1rem}.selection-title{font-size:1.5rem}.button-container{flex-direction:column;gap:1.5rem}.ver5-selection-button{min-height:160px;padding:1.5rem}}@media (max-width:480px){.ver5-home-title{font-size:2rem}.ver5-selection-button{min-height:140px;padding:1.2rem}.button-content h3{font-size:1.3rem}.button-content p{font-size:.9rem}}.ver5-dashboard-container{background-color:#1a1a1a;font-family:Roboto,Noto Sans KR,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh}.ver5-dashboard-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 10px #0000001a;color:#fff;display:flex;justify-content:space-between;padding:.8rem 1.5rem}.ver5-dashboard-header h1{font-size:2.2rem;font-weight:600;margin:0}.ver5-dashboard-nav{display:flex;gap:1rem}.nav-link{border-radius:5px;color:#fff;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:background-color .3s ease}.nav-link:hover{background-color:#fff3}.nav-link.active{background-color:#ffffff4d}.ver5-dashboard-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px}.ver5-dashboard-vertical{display:flex;flex-direction:column;gap:1rem;margin:0 auto}.chart-controls{background-color:#1e1e1e;border:1px solid #444;border-radius:8px;box-shadow:inset 0 2px 4px #0000004d;display:flex;flex-direction:row;flex-wrap:wrap;gap:.8rem;margin-bottom:.5rem;padding:.4rem}.control-group{flex:1 1;min-width:150px}.control-group h5{border-bottom:1px solid #555;color:#fff;font-size:.7rem;font-weight:600;margin:0 0 .2rem;padding-bottom:.05rem}.checkbox-grid{display:flex;flex-direction:row;flex-wrap:wrap;gap:.2rem}.checkbox-item{align-items:center;border-radius:3px;cursor:pointer;display:flex;flex-direction:row-reverse;font-size:.7rem;gap:.2rem;padding:.05rem .2rem;transition:background-color .2s ease;white-space:nowrap}.checkbox-item:hover{background-color:#667eea33}.checkbox-item input[type=checkbox]{display:none}.checkbox-custom{align-items:center;border:1px solid #666;border-radius:2px;display:flex;flex-shrink:0;height:12px;justify-content:center;position:relative;transition:all .2s ease;width:12px}.checkbox-item input[type=checkbox]:checked+.checkbox-custom{background-color:currentColor;border-color:#667eea}.checkbox-item input[type=checkbox]:checked+.checkbox-custom:after{color:#fff;content:"?";font-size:8px;font-weight:700;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.checkbox-label{color:#ccc;font-size:12px;font-weight:500;-webkit-user-select:none;user-select:none}.checkbox-item input[type=checkbox]:checked+.checkbox-custom+.checkbox-label{font-size:12px;font-weight:600}.ver5-dashboard-layout{align-items:stretch;flex-direction:row!important;gap:0;height:calc(100vh - 200px);min-height:500px}.chart-card{height:100%}.chart-card,.tables-card{flex:1 1;min-width:0}.chart-column,.tables-column{display:flex;flex-shrink:0;height:100%;min-width:0}.tables-column{flex-direction:column;justify-content:space-between;overflow-y:auto}.pid-dashboard-page .chart-column,.pid-dashboard-page .tables-column{flex-basis:50%;max-width:50%;width:50%}.resizer{background-color:#555;cursor:col-resize;position:relative;transition:background-color .2s ease;-webkit-user-select:none;user-select:none;z-index:10}.resizer:hover{background-color:#666}.resizer:active{background-color:#4fc3f7}.realtime-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;margin-top:.8rem}.chart-container,.data-table-container{background-color:#2a2a2a;border:1px solid #555;border-radius:10px;box-shadow:0 4px 15px #0000004d;padding:1rem;position:relative}.data-table-container{flex:1 1}.chart-card .chart-container{background-color:initial;border:none;box-shadow:none;display:flex;flex:1 1;flex-direction:column;min-height:0;padding:0}.chart-card.pcd-alert-high,.chart-card.pcd-alert-low,.chart-container.pcd-alert-high,.chart-container.pcd-alert-low{border:none!important;box-shadow:none!important}.chart-card .chart-container>div:last-child{flex:1 1;height:calc(100vh - 300px);max-height:800px;min-height:400px}.tables-card .data-table-container{background-color:initial;border:none;box-shadow:none;display:flex;flex:1 1;flex-direction:column;min-height:0;padding:0;width:100%}.tables-card{display:flex;flex-direction:column;gap:.5rem;height:100%;justify-content:flex-start}.tables-card .ver5-dashboard-card{display:flex;flex-direction:column;min-height:0}.tables-card .ver5-dashboard-card h4{flex-shrink:0;font-size:clamp(1rem,2vw,1.2rem);margin-bottom:1rem}.tables-card .ver5-dashboard-card .ver5-oxygen-table-wrapper,.tables-card .ver5-dashboard-card table{flex:0 0 auto;height:auto;min-height:0;overflow:visible;width:100%!important}.tables-card,.tables-card .ver5-dashboard-card{max-width:100%!important;width:100%!important}.tables-card{flex:1 1!important}.tables-card .ver5-dashboard-card table{table-layout:fixed!important}.tables-card .ver5-dashboard-card .ver5-oxygen-table-wrapper,.tables-card .ver5-dashboard-card table,.ver5-oxygen-table,.ver5-realtime-table{max-width:100%!important;width:100%!important}.ver5-oxygen-table,.ver5-realtime-table{border-collapse:collapse!important;table-layout:fixed!important}.ver5-oxygen-table td,.ver5-oxygen-table th,.ver5-realtime-table td,.ver5-realtime-table th{box-sizing:border-box!important;min-width:0!important;width:auto!important}.tables-card .ver5-oxygen-table td:first-child,.tables-card .ver5-oxygen-table th:first-child,.tables-card .ver5-realtime-table td:first-child,.tables-card .ver5-realtime-table th:first-child{flex:0 0 7rem!important;max-width:7rem!important;min-width:7rem!important}@media (max-width:1200px){.ver5-dashboard-layout{flex-direction:row!important;height:auto}.chart-card{flex:none;height:500px;margin-bottom:1rem}.tables-card{flex:none;height:auto;max-width:none;min-width:auto}.tables-card .data-table-container:first-child,.tables-card .data-table-container:last-child{margin:.5rem 0}}@media (max-width:768px){.chart-card{height:calc(100vh - 250px);max-height:500px}.chart-card,.tables-card .data-table-container:first-child,.tables-card .data-table-container:last-child{min-height:300px}}.chart-container .recharts-wrapper{position:relative;z-index:1}.recharts-legend-wrapper{padding-top:10px!important}.recharts-legend-item,.recharts-legend-item-text{color:#fff!important;font-size:12px!important;font-weight:500!important}.operation-stage-labels{display:flex;height:30px;justify-content:space-between;left:0;padding:0 20px;pointer-events:none;position:absolute;right:0;top:50%;transform:translateY(-50%);z-index:2}.stage-label{background:none;color:#333;font-size:14px;font-weight:700;min-width:60px;opacity:.9;padding:0;text-align:center;text-shadow:1px 1px 2px #fffc}.stage-1{color:#d32f2f}.stage-1,.stage-2{text-shadow:1px 1px 3px #ffffffe6}.stage-2{color:#1976d2}.stage-3{color:#388e3c;text-shadow:1px 1px 3px #ffffffe6}.ver5-chart-container h4{border-bottom:none!important;color:#fff;font-size:1rem;font-weight:600;margin:0 0 .2rem!important;text-align:center}.data-table-container h4,.ver5-dashboard-card h4{border-bottom:2px solid #667eea;color:#fff;font-size:1rem;font-weight:600;margin:0 0 .8rem;padding-bottom:.4rem;text-align:center}.realtime-table{font-size:.9rem;width:100%}.realtime-table,.ver5-realtime-table{border-collapse:collapse;border-radius:8px;box-shadow:0 2px 8px #0003;overflow:hidden}.ver5-realtime-table{font-size:clamp(.5rem,1.5vw,1.1rem);min-width:150px;table-layout:fixed;width:100%!important}.ver5-realtime-table td,.ver5-realtime-table th{word-wrap:break-word;border:1px solid #555;font-size:clamp(.5rem,1.5vw,1.2rem);overflow:hidden;padding:clamp(.1rem,1vw,.8rem) clamp(.05rem,.5vw,.5rem);text-align:center}.ver5-realtime-table td:first-child,.ver5-realtime-table th:first-child{width:18%!important}.ver5-realtime-table td:nth-child(2),.ver5-realtime-table td:nth-child(3),.ver5-realtime-table td:nth-child(4),.ver5-realtime-table td:nth-child(5),.ver5-realtime-table th:nth-child(2),.ver5-realtime-table th:nth-child(3),.ver5-realtime-table th:nth-child(4),.ver5-realtime-table th:nth-child(5){width:20.5%!important}.tables-card .ver5-dashboard-card:nth-child(2) .ver5-realtime-table td:nth-child(2),.tables-card .ver5-dashboard-card:nth-child(2) .ver5-realtime-table td:nth-child(3),.tables-card .ver5-dashboard-card:nth-child(2) .ver5-realtime-table th:nth-child(2),.tables-card .ver5-dashboard-card:nth-child(2) .ver5-realtime-table th:nth-child(3){width:27%!important}.tables-card .ver5-dashboard-card:nth-child(2) .ver5-realtime-table td:nth-child(4),.tables-card .ver5-dashboard-card:nth-child(2) .ver5-realtime-table th:nth-child(4){width:28%!important}.ver5-realtime-table th{background-color:#2a2a2a;border-bottom:2px solid #555;color:#ccc;font-size:clamp(.75rem,2.25vw,1.8rem)!important;font-weight:600;text-shadow:none}.ver5-realtime-table td{color:#fff;font-size:clamp(.75rem,2.25vw,1.8rem)!important;font-weight:400}.realtime-table tbody tr:nth-child(2n){background-color:#2a2a2a}.realtime-table tbody tr:hover{background-color:#333;transform:scale(1.02);transition:all .2s ease}.realtime-table td{color:#fff;font-weight:500}.ver5-oxygen-table-wrapper{background:#1e1e1e;border:1px solid #444;border-radius:8px;box-shadow:0 2px 8px #0003;height:auto;max-height:none;overflow:visible;width:100%!important}.oxygen-table{background:#1e1e1e;border-collapse:collapse;font-size:.9rem;width:100%}.ver5-oxygen-table td,.ver5-oxygen-table th{word-wrap:break-word;border:1px solid #444;font-size:clamp(.5rem,1.5vw,1.2rem);max-width:none;overflow:hidden;padding:clamp(.05rem,.8vw,.7rem) clamp(.02rem,.3vw,.2rem);text-align:center;white-space:normal}.ver5-oxygen-table{background:#1e1e1e;border-collapse:collapse;font-size:clamp(.5rem,1.5vw,1.2rem);height:auto;min-width:250px;table-layout:fixed;width:100%!important}.ver5-oxygen-table th{border:1px solid #444;font-size:clamp(.75rem,2.25vw,1.8rem);padding:clamp(.1rem,.4vw,.4rem) clamp(.02rem,.2vw,.15rem)}.ver5-oxygen-table td,.ver5-oxygen-table th{word-wrap:break-word;max-width:none;overflow:hidden;text-align:center;white-space:normal}.ver5-oxygen-table td{border:1px solid #555;font-size:clamp(.5rem,1.5vw,1.2rem);line-height:1;padding:clamp(.05rem,.25vw,.2rem) clamp(.02rem,.15vw,.1rem)}.ver5-oxygen-table td:first-child,.ver5-oxygen-table th:first-child{min-width:80px!important;width:18%!important}.ver5-oxygen-table td:nth-child(2),.ver5-oxygen-table td:nth-child(3),.ver5-oxygen-table td:nth-child(4),.ver5-oxygen-table td:nth-child(5),.ver5-oxygen-table td:nth-child(6),.ver5-oxygen-table th:nth-child(2),.ver5-oxygen-table th:nth-child(3),.ver5-oxygen-table th:nth-child(4),.ver5-oxygen-table th:nth-child(5),.ver5-oxygen-table th:nth-child(6){min-width:50px!important;width:10%!important}.ver5-oxygen-table td:nth-child(7),.ver5-oxygen-table th:nth-child(7){min-width:80px!important;width:18%!important}.ver5-oxygen-table td:nth-child(8),.ver5-oxygen-table th:nth-child(8){min-width:60px!important;width:14%!important}.ver5-oxygen-table th{background-color:#2a2a2a;border-bottom:2px solid #555;color:#ccc;font-weight:600;position:-webkit-sticky;position:sticky;text-shadow:none;top:0;z-index:10}.ver5-oxygen-table td{color:#fff;font-weight:400}.oxygen-table td{border-color:#444;color:#fff;font-weight:500}.ver5-guidance-row,.ver5-oxygen-table .ver5-guidance-row,.ver5-oxygen-table-wrapper .ver5-guidance-row,.ver5-oxygen-table.compact-mode .ver5-guidance-row{background-color:#1f2a3c!important;color:#fff!important;font-weight:600}.ver5-guidance-highlight-row .ver5-guidance-highlight-cell,.ver5-oxygen-table .ver5-guidance-highlight-cell{background:inherit;box-shadow:none;outline:none;outline-offset:0;transition:none}.ver5-current-row,.ver5-oxygen-table .ver5-current-row,.ver5-oxygen-table-wrapper .ver5-current-row,.ver5-oxygen-table.compact-mode .ver5-current-row{background-color:#243554;color:#fff;line-height:1!important}.ver5-current-row td,.ver5-oxygen-table .ver5-current-row td,.ver5-oxygen-table-wrapper .ver5-current-row td,.ver5-oxygen-table.compact-mode .ver5-current-row td{background-color:#243554!important;color:#fff!important;font-size:clamp(1rem,3vw,2.4rem)!important;font-weight:700!important;line-height:1!important;padding:.05rem .03rem!important;vertical-align:middle!important}.ver5-guidance-row td,.ver5-oxygen-table .ver5-guidance-row td,.ver5-oxygen-table-wrapper .ver5-guidance-row td,.ver5-oxygen-table.compact-mode .ver5-guidance-row td{font-size:clamp(1rem,3vw,2.4rem)!important}.ver5-oxygen-table .ver5-current-row td:first-child,.ver5-oxygen-table .ver5-guidance-row td:first-child{font-size:clamp(.75rem,2.25vw,1.8rem)!important}.oxygen-deviation-cell{animation:oxygenDeviationGlow 1.5s ease-in-out infinite alternate;transition:background-color .2s ease-out,box-shadow .2s ease-out,color .2s ease-out}.oxygen-deviation-cell,.ver5-oxygen-table .ver5-current-row td.oxygen-deviation-cell{background-color:#f59e0b!important;box-shadow:0 0 4px #f59e0b99;color:#fff!important;font-weight:700!important}@keyframes oxygenDeviationGlow{0%{box-shadow:0 0 6px #f59e0bb3;transform:scale(1)}50%{box-shadow:0 0 16px #f59e0bf2;transform:scale(1.035)}to{box-shadow:0 0 10px #f59e0bcc;transform:scale(1.02)}}.ver5-deviation-row{background-color:#2a2a2a}.ver5-deviation-cell{color:#90a4ae;font-weight:600}.oxygen-table tbody tr:hover{background-color:#333}.operation-table-container{margin-top:1rem}.operation-table{background:#fff;border-collapse:collapse;border-radius:8px;box-shadow:0 2px 4px #0000001a;font-size:.9rem;overflow:hidden;width:100%}.operation-table td,.operation-table th{border:1px solid #dee2e6;padding:.75rem;text-align:center}.operation-table th{background-color:#2c3e50;color:#fff;font-weight:600}.operation-table tbody tr:nth-child(2n){background-color:#f8f9fa}.operation-table tbody tr:hover{background-color:#e9ecef}.status-badge{border-radius:12px;display:inline-block;font-size:.8rem;font-weight:600;min-width:60px;padding:.25rem .75rem;text-align:center}.status-badge.progress{background-color:#e74c3c;color:#fff}.status-badge.completed{background-color:#27ae60;color:#fff}.status-badge.waiting{background-color:#95a5a6;color:#fff}.progress-container{align-items:center;display:flex;gap:.5rem}.progress-bar{background-color:#e9ecef;border-radius:4px;height:8px}.progress-fill{background:linear-gradient(90deg,#e74c3c,#c0392b);border-radius:4px;transition:width .3s ease}.progress-text{color:#333;font-weight:600}@media (max-width:1200px){.ver5-dashboard-layout{flex-direction:row!important;gap:1rem;height:auto}.chart-card{flex:none;height:500px;min-width:auto}.tables-card{flex:none;flex-direction:row;gap:1rem;max-width:none;min-width:auto}.tables-card .data-table-container{flex:1 1;min-height:350px}.realtime-grid{grid-template-columns:1fr;grid-template-rows:auto auto auto auto}}@media (max-width:768px){.tables-card .data-table-container{min-height:280px}.operation-table{font-size:.8rem}.operation-table td,.operation-table th{padding:.5rem}.progress-container{flex-direction:column;gap:.25rem}.progress-text{min-width:auto}}.ver5-dashboard-card{background-color:#2a2a2a;border:1px solid #555;border-radius:12px;box-shadow:0 8px 25px #0006;overflow:hidden;padding:.6rem;position:relative;transition:transform .3s ease,box-shadow .3s ease}.ver5-dashboard-card:before{background-color:#667eea;content:"";height:3px;left:0;position:absolute;right:0;top:0}.ver5-dashboard-card h3{border-bottom:2px solid #667eea;color:#fff;font-size:1.2rem;font-weight:600;margin:0 0 1rem;padding-bottom:.5rem}.status-indicator{align-items:center;display:flex;font-size:1.1rem;font-weight:500;gap:.5rem}.status-dot{border-radius:50%;display:inline-block;height:12px;width:12px}.status-dot.green{background-color:#4caf50;box-shadow:0 0 10px #4caf5080}.status-fields{display:flex;flex-wrap:wrap;gap:1.5rem}.status-field{flex:1 1;min-width:200px}.status-field label{color:#ccc;display:block;font-size:1rem;font-weight:600;margin-bottom:.3rem}.field-value{align-items:center;background-color:#1e1e1e;border:1px solid #444;border-radius:6px;box-shadow:inset 0 2px 4px #0000004d;color:#fff;display:flex;font-size:1.1rem;font-weight:500;justify-content:center;min-height:16px;padding:.7rem .9rem;text-align:center}@media (max-width:768px){.status-fields{flex-direction:column;gap:1rem}.status-field{min-width:auto}}.data-display{display:flex;flex-direction:column;gap:.8rem}.data-item{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:.5rem 0}.data-label{color:#666;font-weight:500}.data-value{color:#333;font-size:1.1rem;font-weight:600}.notification-list{list-style:none;margin:0;padding:0}.notification-item{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:.8rem 0}.notification-time{color:#999;font-size:.9rem;font-weight:500}.notification-text{color:#333;font-weight:500}.action-buttons{display:flex;flex-direction:column;gap:.8rem}.action-btn{border:none;border-radius:5px;cursor:pointer;font-size:1rem;font-weight:600;padding:.8rem 1.2rem;transition:all .3s ease}.action-btn.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.action-btn.primary:hover{box-shadow:0 4px 8px #667eea4d;transform:translateY(-1px)}.action-btn.secondary{background-color:#f8f9fa;border:1px solid #dee2e6;color:#333}.action-btn.secondary:hover{background-color:#e9ecef;transform:translateY(-1px)}@media (max-width:768px){.dashboard-header{flex-direction:column;gap:1rem;text-align:center}.ver5-dashboard-nav{flex-wrap:wrap;justify-content:center}.ver5-dashboard-content{padding:1rem}.ver5-dashboard-grid{grid-template-columns:1fr}}.arrow{animation:fadeInOut 1.5s linear infinite;border-right:2px solid red;border-top:2px solid red;height:5px;margin-left:2px;transform:rotate(45deg);width:5px}.arrow:first-child{animation-delay:0s}.arrow:nth-child(2){animation-delay:.3s}.arrow:nth-child(3){animation-delay:.6s}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.api-loading{align-items:center;background:#000c;border-radius:12px;box-shadow:0 8px 25px #0006;display:flex;font-size:1.1rem;gap:12px;left:50%;min-width:200px;padding:25px 30px;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:1000}.api-error,.api-loading{color:#fff;font-weight:500}.api-error{background:linear-gradient(135deg,#ff6b6b,#ee5a52);border-radius:10px;box-shadow:0 4px 15px #ff6b6b4d;font-size:1rem;margin:10px;padding:18px 20px;text-align:center}.pcd-popup{animation:slideInRight .3s ease-out;background:linear-gradient(135deg,#4caf50,#45a049);border-radius:12px;box-shadow:0 8px 25px #4caf5066;color:#fff;max-width:400px;min-width:300px;padding:25px 30px;position:fixed;right:20px;top:20px;z-index:1000}.pcd-popup h3{font-size:1.3rem;font-weight:700;margin:0 0 15px;text-align:center}.pcd-popup .popup-content{margin-bottom:20px}.pcd-popup .popup-row{align-items:center;display:flex;font-size:1rem;justify-content:space-between;margin-bottom:8px}.pcd-popup .popup-label{color:#ffffffe6;font-weight:600}.pcd-popup .popup-value{color:#fff;font-weight:700}.pcd-popup .popup-buttons{display:flex;gap:10px;justify-content:center}.pcd-popup button{background:#fff3;border:1px solid #ffffff4d;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:8px 16px;transition:all .2s ease}.pcd-popup button:hover{background:#ffffff4d;transform:translateY(-1px)}@keyframes slideInRight{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}.operation-status-card{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:1px solid #dee2e6;border-radius:12px;box-shadow:0 4px 15px #00000014;overflow:hidden;padding:.8rem;position:relative}.operation-status-card:before{background:linear-gradient(45deg,#fff9,#0000 50%,#ffffff4d);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.operation-status-card h3{border-bottom:2px solid #667eea;color:#2c3e50;font-size:1.2rem;font-weight:700;margin:0 0 .8rem;padding-bottom:.3rem;position:relative;text-shadow:none;z-index:1}.operation-status-grid{grid-gap:.8rem;display:grid;gap:.8rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));position:relative;z-index:1}.operation-stage-item{background:#fff;border:1px solid #e9ecef;border-radius:10px;box-shadow:0 2px 8px #0000000f;overflow:hidden;padding:.8rem;position:relative;text-align:center;transition:all .3s ease}.operation-stage-item:before{background:linear-gradient(90deg,#667eea,#764ba2);content:"";height:3px;left:0;position:absolute;right:0;top:0}.stage-name{color:#2c3e50;font-size:1.1rem;font-weight:700;letter-spacing:.3px;text-transform:uppercase}.stage-name,.stage-status{margin-bottom:.8rem}.status-indicator{border:1px solid #0000001a;border-radius:16px;box-shadow:0 1px 4px #00000014;display:inline-block;font-size:.8rem;font-weight:600;min-width:70px;padding:.4rem .8rem;text-align:center}.status-indicator.progress{animation:pulse 2s infinite;background:linear-gradient(135deg,#ff6b6b,#ee5a52);border-color:#e74c3c;color:#fff}.status-indicator.completed{background:linear-gradient(135deg,#51cf66,#40c057);border-color:#27ae60;color:#fff}.status-indicator.waiting{background:linear-gradient(135deg,#adb5bd,#868e96);border-color:#6c757d;color:#fff}.stage-time{display:flex;gap:.4rem;justify-content:space-between;margin-bottom:.8rem}.time-item{flex:1 1;text-align:center}.time-label{color:#7f8c8d;display:block;font-size:.7rem;font-weight:500;margin-bottom:.2rem}.time-value{color:#2c3e50;display:block;font-size:.9rem;font-weight:700}.stage-progress{align-items:center;display:flex;gap:.6rem}.progress-bar{background-color:#ecf0f1;flex:1 1;height:6px;overflow:hidden}.progress-bar,.progress-fill{border-radius:3px;position:relative}.progress-fill{background:linear-gradient(90deg,#667eea,#764ba2);height:100%;transition:width .5s ease}.progress-fill:after{animation:shimmer 2s infinite;background:linear-gradient(90deg,#0000,#ffffff4d 50%,#0000);bottom:0;content:"";left:0;position:absolute;right:0;top:0}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.progress-text{color:#2c3e50;font-size:.8rem;font-weight:700;min-width:35px;text-align:right}@media (max-width:1200px){.operation-status-grid{gap:.8rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.operation-stage-item{padding:.8rem}}@media (max-width:768px){.operation-status-card{padding:1rem}.operation-status-card h3{font-size:1.2rem}.operation-status-grid{gap:.8rem;grid-template-columns:1fr}.stage-time{flex-direction:column;gap:.4rem}.time-item{align-items:center;display:flex;justify-content:space-between}.time-label{margin-bottom:0}}@keyframes slideInUp{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}@keyframes dangerPulse{0%{box-shadow:0 0 20px #ff6b6b99,0 0 40px #ff6b6b4d,0 4px 15px #0000004d;transform:scale(1)}50%{box-shadow:0 0 25px #ff6b6bcc,0 0 50px #ff6b6b66,0 4px 18px #00000059;transform:scale(1.005)}to{box-shadow:0 0 20px #ff6b6b99,0 0 40px #ff6b6b4d,0 4px 15px #0000004d;transform:scale(1)}}@keyframes dangerBlink{0%,to{border-color:#ff6b6b;opacity:1}50%{border-color:#f55;opacity:.9}}@keyframes pcdAlertPulseLow{0%{border-color:#ff6b6b;box-shadow:0 0 20px #ff6b6bcc,0 0 40px #ff6b6b80,0 0 60px #ff6b6b33,0 4px 15px #0006;transform:scale(1)}50%{border-color:#f33;box-shadow:0 0 40px #ff6b6b,0 0 80px #ff6b6bcc,0 0 120px #ff6b6b66,0 8px 25px #00000080;transform:scale(1.002)}to{border-color:#ff6b6b;box-shadow:0 0 20px #ff6b6bcc,0 0 40px #ff6b6b80,0 0 60px #ff6b6b33,0 4px 15px #0006;transform:scale(1)}}@keyframes pcdAlertPulseHigh{0%{border-color:#4caf50;box-shadow:0 0 20px #4caf50cc,0 0 40px #4caf5080,0 0 60px #4caf5033,0 4px 15px #0006;transform:scale(1)}50%{border-color:#2e7d32;box-shadow:0 0 40px #4caf50,0 0 80px #4caf50cc,0 0 120px #4caf5066,0 8px 25px #00000080;transform:scale(1.002)}to{border-color:#4caf50;box-shadow:0 0 20px #4caf50cc,0 0 40px #4caf5080,0 0 60px #4caf5033,0 4px 15px #0006;transform:scale(1)}}@keyframes pcdValueGlow{0%,to{text-shadow:0 0 8px currentColor,0 0 12px currentColor;transform:scale(1)}50%{text-shadow:0 0 15px currentColor,0 0 25px currentColor,0 0 35px currentColor;transform:scale(1.05)}}@keyframes pcdAlertText{0%,to{opacity:1;transform:scale(1)}50%{opacity:.85;transform:scale(1.02)}}.operation-stages-bar{align-items:stretch;background:linear-gradient(135deg,#1e1e1e,#2a2a2a);border:1px solid #444;border-radius:8px;box-shadow:0 2px 8px #0000004d;display:flex;flex-direction:column;margin-bottom:.6rem;padding:.5rem 0;position:relative}.operation-stages-bar h5{color:#fff;font-size:.9rem;font-weight:600;margin:0 0 .6rem;text-shadow:1px 1px 2px #00000080}.stages-container{background:#333;border-radius:6px;box-shadow:inset 0 2px 4px #0000004d;gap:1px;height:50px;margin-left:25px;margin-right:25px;overflow:hidden;width:100%;width:calc(100% - 50px)}.stage-item,.stages-container{display:flex;position:relative}.stage-item{align-items:center;border-radius:4px;cursor:pointer;justify-content:center;margin:1px;transition:all .3s ease}.stage-item.completed{background:linear-gradient(135deg,#4caf50,#388e3c);box-shadow:0 2px 6px #4caf504d;color:#fff}.stage-item.completed .stage-duration,.stage-item.completed .stage-name{color:#fff;font-weight:800;letter-spacing:.5px;text-shadow:2px 2px 4px #000000e6,0 0 8px #00000080}.stage-item.active{animation:activeStage 2s ease-in-out infinite;background:linear-gradient(135deg,#ff9800,#f57c00);box-shadow:0 2px 8px #ff980066;color:#fff}.stage-item.active .stage-duration,.stage-item.active .stage-name{color:#fff;font-weight:800;letter-spacing:.5px;text-shadow:2px 2px 4px #000000e6,0 0 8px #00000080}.stage-item.pending{background:linear-gradient(135deg,#666,#555);box-shadow:inset 0 2px 4px #0000004d;color:#e0e0e0}.stage-item.pending .stage-duration,.stage-item.pending .stage-name{color:#f5f5f5;font-weight:700;letter-spacing:.3px;text-shadow:2px 2px 4px #000c,0 0 6px #0006}.stage-content{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:center;padding:2px 4px;position:relative;text-align:center;z-index:2}.stage-name{font-size:.85rem;font-weight:600;margin-bottom:1px}.stage-duration,.stage-name{line-height:1.1;text-shadow:1px 1px 2px #00000080}.stage-duration{font-size:.75rem;font-weight:500;opacity:1}.active-indicator{position:absolute;right:8px;top:50%;transform:translateY(-50%);z-index:3}.pulse-dot{animation:pulse 1.5s ease-in-out infinite;background:#fff;border-radius:50%;box-shadow:0 0 0 0 #ffffffb3;height:8px;width:8px}@keyframes activeStage{0%,to{box-shadow:0 2px 8px #ff980066;transform:scale(1)}50%{box-shadow:0 4px 12px #ff980099;transform:scale(1.02)}}@keyframes pulse{0%{box-shadow:0 0 0 0 #ffffffb3;transform:scale(1)}70%{box-shadow:0 0 0 6px #fff0;transform:scale(1.1)}to{box-shadow:0 0 0 0 #fff0;transform:scale(1)}}.stage-item:hover{box-shadow:0 4px 12px #0006;transform:translateY(-1px)}.stage-item.completed:hover{box-shadow:0 4px 12px #4caf5080}.stage-item.active:hover{box-shadow:0 4px 12px #ff980099}@media (max-width:1200px){.operation-stages-bar{padding:.6rem}.stages-container{height:32px}.stage-name{font-size:.7rem}.stage-duration{font-size:.6rem}}.ver5-realtime-table.compact-mode{font-size:1.2rem;min-width:200px}.ver5-realtime-table.compact-mode td,.ver5-realtime-table.compact-mode th{font-size:1.1rem;padding:.5rem .4rem}.ver5-realtime-table.compact-mode .highlight-row{border-radius:4px;font-weight:600;margin:2px 0}.ver5-realtime-table.compact-mode .highlight-row td{font-weight:600}.ver5-oxygen-table.compact-mode{font-size:1.2rem;min-width:180px}.ver5-oxygen-table.compact-mode td,.ver5-oxygen-table.compact-mode th{font-size:1.1rem;padding:.5rem .4rem}.ver5-oxygen-table.compact-mode .ver5-current-row td,.ver5-oxygen-table.compact-mode .ver5-guidance-row td{min-height:auto!important;padding:.05rem .03rem!important}.ver5-oxygen-table.compact-mode .highlight-cell{font-weight:700;min-width:60px;text-align:center}.ver5-oxygen-table.compact-mode .ver5-deviation-cell.highlight-cell{font-weight:700}.ver5-oxygen-table-wrapper.compact-mode{border-radius:8px;box-shadow:0 4px 12px #0003;height:auto!important;max-height:none!important;overflow:visible}.ver5-dashboard-card.tables-card .ver5-dashboard-card{transition:all .3s ease}.ver5-dashboard-card.tables-card .ver5-dashboard-card h4{color:#fff;font-size:1rem;margin-bottom:.5rem;text-shadow:1px 1px 2px #00000080}.ver5-oxygen-table.compact-mode,.ver5-realtime-table.compact-mode{animation:tableCompact .3s ease-in-out}@keyframes tableCompact{0%{opacity:.7;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.ver5-oxygen-table.compact-mode .highlight-cell:hover,.ver5-realtime-table.compact-mode .highlight-row:hover{transform:scale(1.01);transition:transform .2s ease}@media (max-width:1200px){.ver5-oxygen-table.compact-mode,.ver5-realtime-table.compact-mode{font-size:1rem}.ver5-oxygen-table.compact-mode td,.ver5-oxygen-table.compact-mode th,.ver5-realtime-table.compact-mode td,.ver5-realtime-table.compact-mode th{font-size:.9rem;padding:.4rem .3rem}}@media (min-height:1080px){.ver5-dashboard-layout{height:calc(100vh - 200px);min-height:600px}.chart-card .chart-container>div:last-child{height:calc(100vh - 250px);max-height:900px;min-height:500px}.operation-stages-bar{margin-bottom:.8rem;padding:.7rem 0}.stages-container{height:60px}.ver5-dashboard-header h1{font-size:3rem}.control-group h5{font-size:1rem}.checkbox-item{font-size:1.5rem}.checkbox-label{font-size:28px!important}.checkbox-custom{border-radius:5px!important;height:24px!important;width:24px!important}.checkbox-item input[type=checkbox]:checked+.checkbox-custom:after{font-size:14px!important}.tables-card .ver5-dashboard-card h4{font-size:clamp(1.3rem,2.8vw,1.8rem)}.ver5-oxygen-table td,.ver5-oxygen-table th,.ver5-realtime-table td,.ver5-realtime-table th{font-size:clamp(.9rem,1.9vw,1.2rem);padding:clamp(.6rem,1.4vw,1rem) clamp(.4rem,.9vw,.8rem)}.ver5-oxygen-table .ver5-current-row td,.ver5-oxygen-table .ver5-guidance-row td{min-height:auto!important;padding:.05rem .03rem!important}.ver5-oxygen-table,.ver5-realtime-table{font-size:clamp(.9rem,1.9vw,1.2rem)}.ver5-oxygen-table.compact-mode td,.ver5-oxygen-table.compact-mode th,.ver5-realtime-table.compact-mode td,.ver5-realtime-table.compact-mode th{font-size:clamp(.8rem,1.8vw,1.1rem)!important;padding:clamp(.4rem,1.2vw,.8rem) clamp(.3rem,.8vw,.6rem)!important}.ver5-oxygen-table.compact-mode td,.ver5-oxygen-table.compact-mode th{min-width:auto!important;overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important}.ver5-oxygen-table.compact-mode .ver5-current-row td,.ver5-oxygen-table.compact-mode .ver5-guidance-row td{min-height:auto!important;padding:.05rem .03rem!important}.ver5-oxygen-table.compact-mode,.ver5-realtime-table.compact-mode{font-size:clamp(.8rem,1.8vw,1.1rem)!important}.ver5-oxygen-table.compact-mode{display:table!important;height:100%!important;min-width:100%!important;table-layout:auto!important;width:-webkit-max-content!important;width:max-content!important}.ver5-oxygen-table.compact-mode tbody{display:table-row-group!important;height:auto!important}.ver5-oxygen-table.compact-mode tr{display:table-row!important;height:33.33%!important}.ver5-oxygen-table.compact-mode .ver5-current-row,.ver5-oxygen-table.compact-mode .ver5-guidance-row{height:50%!important;min-height:50%!important}.ver5-dashboard-container.large-text .ver5-oxygen-table.compact-mode .ver5-current-row td,.ver5-dashboard-container.large-text .ver5-oxygen-table.compact-mode .ver5-guidance-row td,.ver5-oxygen-table-wrapper .ver5-oxygen-table.compact-mode .ver5-current-row td,.ver5-oxygen-table-wrapper .ver5-oxygen-table.compact-mode .ver5-guidance-row td,.ver5-oxygen-table.compact-mode .ver5-current-row td,.ver5-oxygen-table.compact-mode .ver5-guidance-row td{font-size:1.3rem!important;height:100%!important;padding:.6rem .3rem!important}.ver5-realtime-table.compact-mode{min-width:100%!important;table-layout:auto!important;width:-webkit-max-content!important;width:max-content!important}.ver5-realtime-table.compact-mode td,.ver5-realtime-table.compact-mode th{max-width:none!important;min-width:auto!important;overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important;width:auto!important}.ver5-realtime-table .highlight-row,.ver5-realtime-table.compact-mode .highlight-row{height:180px!important;min-height:180px!important}.ver5-dashboard-container.large-text .ver5-realtime-table .highlight-row td,.ver5-dashboard-container.large-text .ver5-realtime-table.compact-mode .highlight-row td,.ver5-realtime-table .highlight-row td,.ver5-realtime-table.compact-mode .highlight-row td{font-size:1.3rem!important;height:180px!important;min-height:180px!important;padding:.6rem .3rem!important}.tables-card .ver5-dashboard-card{max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;width:100%!important}.tables-card .ver5-dashboard-card table,.ver5-realtime-table{min-width:100%!important;width:-webkit-max-content!important;width:max-content!important}.ver5-realtime-table{table-layout:auto!important}.ver5-realtime-table td,.ver5-realtime-table th{max-width:none!important;min-width:auto!important;overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important;width:auto!important}.ver5-oxygen-table-wrapper{font-size:1.1rem}.ver5-oxygen-table tr,.ver5-realtime-table tr{min-height:50px}.ver5-oxygen-table-wrapper{height:100%!important}.ver5-oxygen-table{height:65%!important}.ver5-dashboard-container.large-text .ver5-oxygen-table{height:70%!important}.ver5-oxygen-table .ver5-current-row,.ver5-oxygen-table .ver5-guidance-row{flex:0 0 50%!important;height:50%!important;max-height:50%!important;min-height:50%!important}.ver5-oxygen-table .ver5-current-row td,.ver5-oxygen-table .ver5-guidance-row td{font-size:1.3rem!important;height:100%!important;padding:.6rem .3rem!important}.ver5-oxygen-table td,.ver5-oxygen-table th,.ver5-realtime-table td,.ver5-realtime-table th{min-height:45px;vertical-align:middle}.ver5-dashboard-container.large-text .ver5-oxygen-table .ver5-current-row td,.ver5-dashboard-container.large-text .ver5-oxygen-table .ver5-guidance-row td,.ver5-oxygen-table .ver5-current-row td,.ver5-oxygen-table .ver5-guidance-row td,.ver5-oxygen-table-wrapper .ver5-oxygen-table .ver5-current-row td,.ver5-oxygen-table-wrapper .ver5-oxygen-table .ver5-guidance-row td{font-size:1.3rem!important;height:100%!important;padding:.6rem .3rem!important}.tables-card .ver5-dashboard-card h4{font-size:1.3rem;margin-bottom:1.2rem}.operation-stages-bar .stage-name{font-size:1.1rem;line-height:1.2}.operation-stages-bar .stage-duration{font-size:.95rem;line-height:1.2}.status-field label{font-size:1.2rem}.field-value{font-size:1.4rem;padding:1rem 1.2rem}.recharts-legend-item-text{font-size:18px!important}.recharts-text{font-size:16px!important}.recharts-tooltip-wrapper{font-size:18px!important}.data-value,.field-value,.time-value{font-size:1.3rem}.number-display{font-size:1.4rem}.action-btn,.ver5-selection-button{font-size:1.1rem}.dashboard-container button{font-size:1rem}.pcd-popup{border-radius:16px;max-width:500px;min-width:400px;padding:35px 40px;right:30px;top:30px}.pcd-popup h3{font-size:1.6rem;margin-bottom:20px}.pcd-popup .popup-row{font-size:1.2rem;margin-bottom:12px}.pcd-popup button{border-radius:8px;font-size:1rem;padding:12px 20px}.api-loading{border-radius:16px;font-size:1.3rem;gap:15px;min-width:250px;padding:35px 40px}.api-error{border-radius:12px;font-size:1.2rem;padding:25px 30px}.dashboard-header span{font-size:1.1rem}.operation-status-card h3{font-size:1.4rem}.stage-name{font-size:1.2rem}.status-indicator{font-size:1.1rem}.time-value{font-size:1rem}.progress-text{font-size:.9rem}.stages-container{height:45px}.leftBox table tr td{height:45px;line-height:45px}.rightBox table tr td{height:40px;line-height:40px}.control-group{gap:1.5rem;padding:.8rem}.checkbox-grid{gap:.6rem}.checkbox-item{padding:.2rem .4rem}}@media (min-width:2560px) and (min-height:1440px){.ver5-dashboard-header h1{font-size:3.2rem}.control-group h5{font-size:1.3rem}.checkbox-item{font-size:1.2rem}.checkbox-label{font-size:32px!important}.checkbox-custom{border-radius:6px!important;height:26px!important;width:26px!important}.checkbox-item input[type=checkbox]:checked+.checkbox-custom:after{font-size:16px!important}.tables-card .ver5-dashboard-card h4{font-size:clamp(1.6rem,3.5vw,2.2rem)}.ver5-oxygen-table td,.ver5-oxygen-table th,.ver5-realtime-table td,.ver5-realtime-table th{font-size:1.2rem;padding:1.1rem .9rem}.operation-stages-bar .stage-name{font-size:1.3rem}.operation-stages-bar .stage-duration{font-size:1.2rem}.recharts-legend-item-text{font-size:20px!important}.recharts-text{font-size:18px!important}.recharts-tooltip-wrapper{font-size:20px!important}.data-value,.field-value,.time-value{font-size:1.6rem}.number-display{font-size:1.8rem}.stages-container{height:55px}.leftBox table tr td{height:55px;line-height:55px}.rightBox table tr td{height:50px;line-height:50px}.control-group{gap:2rem;padding:1rem}.checkbox-grid{gap:.8rem}.checkbox-item{padding:.3rem .5rem}}@media (min-height:900px){.chart-card .chart-container>div:last-child{height:calc(100vh - 280px);max-height:700px;min-height:450px}}@media (min-height:1000px){.chart-card .chart-container>div:last-child{height:calc(100vh - 300px);max-height:750px;min-height:500px}}@media (min-height:1200px){.chart-card .chart-container>div:last-child{height:calc(100vh - 320px);max-height:850px;min-height:550px}}@media (max-height:600px){.dashboard-container{height:100vh;max-height:600px}.ver5-dashboard-layout{height:calc(100vh - 120px);min-height:300px}.chart-card .chart-container>div:last-child{height:calc(100vh - 200px);max-height:300px;min-height:250px}.operation-stages-bar{margin-bottom:.5rem;padding:.4rem 0}.stages-container{height:25px}.stage-name{font-size:.6rem}.stage-duration{font-size:.5rem}.control-group h5{font-size:.6rem;margin-bottom:.2rem}.checkbox-item{font-size:.6rem;padding:.05rem .2rem}.checkbox-label{font-size:10px}.tables-card .ver5-dashboard-card h4{font-size:.8rem;margin-bottom:.3rem}.ver5-oxygen-table td,.ver5-oxygen-table th,.ver5-realtime-table td,.ver5-realtime-table th{font-size:.6rem;padding:.2rem .1rem}.field-value,.status-field label{font-size:.7rem}.field-value{padding:.3rem .4rem}}@media (max-height:700px){.ver5-dashboard-layout{height:calc(100vh - 140px);min-height:350px}.chart-card .chart-container>div:last-child{height:calc(100vh - 180px);max-height:400px;min-height:300px}.operation-stages-bar{margin-bottom:.6rem;padding:.5rem 0}.stages-container{height:28px}.stage-name{font-size:.7rem}.stage-duration{font-size:.6rem}.checkbox-item,.control-group h5{font-size:.7rem}.checkbox-label{font-size:12px}.tables-card .ver5-dashboard-card h4{font-size:.9rem}.ver5-oxygen-table td,.ver5-oxygen-table th,.ver5-realtime-table td,.ver5-realtime-table th{font-size:.7rem;padding:.3rem .2rem}}@media (max-height:800px){.ver5-dashboard-layout{height:calc(100vh - 160px);min-height:400px}.chart-card .chart-container>div:last-child{height:calc(100vh - 160px);max-height:500px;min-height:350px}.operation-stages-bar{margin-bottom:.7rem;padding:.6rem 0}.stages-container{height:30px}.stage-name{font-size:.75rem}.stage-duration{font-size:.65rem}.checkbox-item,.control-group h5{font-size:.8rem}.checkbox-label{font-size:13px}.tables-card .ver5-dashboard-card h4{font-size:1rem}.ver5-oxygen-table td,.ver5-oxygen-table th,.ver5-realtime-table td,.ver5-realtime-table th{font-size:.8rem;padding:.4rem .3rem}}@media (min-height:1600px){.ver5-dashboard-layout{height:calc(100vh - 220px);min-height:700px}.chart-card .chart-container>div:last-child{height:calc(100vh - 220px);max-height:1000px;min-height:600px}.operation-stages-bar{margin-bottom:1.5rem;padding:1.2rem 0}.stages-container{height:55px}.stage-name{font-size:1.2rem}.checkbox-item,.control-group h5,.stage-duration{font-size:1.1rem}.checkbox-label{font-size:28px!important}.checkbox-custom{border-radius:5px!important;height:25px!important;width:25px!important}.checkbox-item input[type=checkbox]:checked+.checkbox-custom:after{font-size:15px!important}.tables-card .ver5-dashboard-card h4{font-size:1.4rem}.ver5-oxygen-table td,.ver5-oxygen-table th,.ver5-realtime-table td,.ver5-realtime-table th{font-size:1.1rem;padding:1rem .8rem}.status-field label{font-size:1rem}.field-value{font-size:1.2rem;padding:1rem 1.2rem}.recharts-legend-item-text{font-size:18px!important}.recharts-text{font-size:16px!important}.recharts-tooltip-wrapper{font-size:18px!important}}.ver5-dashboard-container.large-text,.ver5-dashboard-container.large-text .data-table-container,.ver5-dashboard-container.large-text header{font-size:1.08em!important}.ver5-dashboard-container.large-text .data-table-container h4{font-size:1.6rem!important}.ver5-dashboard-container.large-text .data-table-container table{font-size:1.2rem!important}.ver5-dashboard-container.large-text .data-table-container td,.ver5-dashboard-container.large-text .data-table-container th{font-size:1.2rem!important;padding:7px 11px!important}.ver5-dashboard-container.large-text .ver5-oxygen-table.compact-mode td,.ver5-dashboard-container.large-text .ver5-oxygen-table.compact-mode th{font-size:1.2rem!important}.ver5-dashboard-container.large-text .ver5-oxygen-table th,.ver5-dashboard-container.large-text .ver5-realtime-table td,.ver5-dashboard-container.large-text .ver5-realtime-table th{font-size:2rem!important}.ver5-dashboard-container.large-text .ver5-oxygen-table .ver5-current-row td,.ver5-dashboard-container.large-text .ver5-oxygen-table .ver5-guidance-row td,.ver5-dashboard-container.large-text .ver5-oxygen-table-wrapper .ver5-oxygen-table .ver5-current-row td,.ver5-dashboard-container.large-text .ver5-oxygen-table-wrapper .ver5-oxygen-table .ver5-guidance-row td{font-size:2.6rem!important}.ver5-dashboard-container.large-text .operation-stage,.ver5-dashboard-container.large-text .operation-stage span{font-size:1.35rem!important}.ver5-dashboard-container.large-text .ver5-dashboard-card{font-size:1.08em!important}.ver5-dashboard-container.large-text .ver5-dashboard-card h4{font-size:1.6rem!important}.ver5-dashboard-container.large-text .ver5-dashboard-card .card-title{font-size:1.13rem!important}.ver5-dashboard-container.large-text .ver5-dashboard-card .card-value{font-size:1.23rem!important}.ver5-dashboard-container.large-text .ver5-dashboard-card .card-unit{font-size:1.08rem!important}.ver5-dashboard-container.large-text label,.ver5-dashboard-container.large-text label span:not(:first-child){font-size:17px!important}.ver5-dashboard-container.large-text label span:first-child{font-size:8px!important}.ver5-dashboard-container.large-text .ver5-chart-container label,.ver5-dashboard-container.large-text .ver5-chart-container label span:not(:first-child){font-size:1rem!important}.ver5-dashboard-container.large-text .ver5-chart-container>div{gap:6px!important}.ver5-dashboard-container.large-text label div{height:14px!important;width:14px!important}.ver5-dashboard-container.large-text .chart-legend-line{height:2px!important;width:16px!important}.ver5-dashboard-container.large-text header div span[style*=backgroundColor],.ver5-dashboard-container.large-text header span[style*=backgroundColor]{padding:4px 9px!important}.ver5-dashboard-container.large-text a,.ver5-dashboard-container.large-text button{font-size:1.08em!important}.ver5-dashboard-container.large-text .plotly .xaxis .xtick,.ver5-dashboard-container.large-text .plotly .xtick text,.ver5-dashboard-container.large-text .plotly .yaxis .ytick,.ver5-dashboard-container.large-text .plotly .ytick text{font-size:.9em!important}@keyframes textGlow{0%{text-shadow:0 0 5px currentColor}50%{text-shadow:0 0 20px currentColor,0 0 30px currentColor}to{text-shadow:0 0 5px currentColor}}.dashboardver5_dashboardHeader__Gt9Yb{background-color:#2d2d2d;border-bottom:2px solid #333;box-shadow:0 4px 20px #0000004d;flex-shrink:0;margin-bottom:5px;overflow:visible;padding:8px 15px;position:relative;z-index:100}.dashboardver5_headerRow__atp0Y{align-items:center;display:flex;flex-wrap:nowrap;gap:15px;justify-content:space-between;max-height:80px;min-width:0;overflow:visible}.dashboardver5_headerLogo__5PEez{align-items:center;display:flex;flex-shrink:0;gap:12px;min-width:120px}.dashboardver5_headerLogo__5PEez img{display:block;height:40px}.dashboardver5_headerSpacer__kCK2d{flex:1 1;min-width:0}.dashboardver5_headerRight__p-RBY{align-items:center;display:flex;flex-shrink:1;flex-wrap:nowrap;gap:14px;justify-content:flex-end;min-width:0}.dashboardver5_headerItem__yLHg7{align-items:center;display:flex;flex-shrink:1;gap:6px;min-width:0;overflow:visible;white-space:nowrap}.dashboardver5_headerItemNoShrink__QHy-e{align-items:center;display:flex;flex-shrink:0;gap:2px;white-space:nowrap}.dashboardver5_headerLabel__xOuUM{color:#888;font-weight:500}.dashboardver5_headerValueMono__vcmYo{color:#4fc3f7;font-family:monospace;font-weight:600}.dashboardver5_headerTimestamp__jhsna{color:#ccc;font-family:monospace;font-weight:500}.dashboardver5_headerBtn__Jl9bJ{align-items:center;background-color:#4a4a4a;border:1px solid #666;border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;flex-shrink:0;justify-content:center;padding:8px 10px;text-decoration:none;transition:all .2s ease}.dashboardver5_headerBtn__Jl9bJ:hover{background-color:#5a5a5a;border-color:#777}.dashboardver5_settingsAnchor__O9wEi{flex-shrink:0;position:relative}.dashboardver5_settingsDropdown__diRTy{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#252525;border:1px solid #ffffff1f;border-radius:10px;box-shadow:0 12px 32px #0006,0 0 0 1px #ffffff0d;margin-top:6px;min-width:220px;padding:14px 16px;position:absolute;right:0;top:100%;z-index:9999}.dashboardver5_settingsGroupLabel__Qoqe8{color:#fff9;font-size:.8rem;font-weight:500;letter-spacing:.04em;margin-bottom:12px;text-transform:uppercase}.dashboardver5_settingsGroupLabel__Qoqe8+.dashboardver5_settingsGroupLabel__Qoqe8,.dashboardver5_settingsToggleBtn__26zlR+.dashboardver5_settingsGroupLabel__Qoqe8{margin-top:16px}.dashboardver5_settingsToggleBtn__26zlR{align-items:center;background-color:#ffffff0f;border:1px solid #ffffff1a;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:500;gap:12px;justify-content:space-between;padding:12px 14px;transition:all .2s ease;width:100%}.dashboardver5_settingsToggleBtn__26zlR:hover{background-color:#ffffff1a;border-color:#ffffff2e}.dashboardver5_settingsBadgeOn__43FAX{background-color:#4caf5033;border-radius:6px;color:#66bb6a;font-size:.8rem;font-weight:600;padding:3px 8px}.dashboardver5_settingsBadgeOff__2oW5S{background-color:#ffffff14;border-radius:6px;color:#ffffff80;font-size:.8rem;font-weight:600;padding:3px 8px}.dashboardver5_dashboardContainer__gp3\+N.dashboardver5_largeText__4vxHq .dashboardver5_settingsGroupLabel__Qoqe8{font-size:.95rem!important}.dashboardver5_dashboardContainer__gp3\+N.dashboardver5_largeText__4vxHq .dashboardver5_settingsToggleBtn__26zlR{font-size:1rem!important}.dashboardver5_dashboardContainer__gp3\+N.dashboardver5_largeText__4vxHq .dashboardver5_settingsBadgeOff__2oW5S,.dashboardver5_dashboardContainer__gp3\+N.dashboardver5_largeText__4vxHq .dashboardver5_settingsBadgeOn__43FAX{font-size:.9rem!important}.dashboardver5_loadingOverlay__PaP8K{align-items:center;background:#000c;border-radius:8px;color:#fff;display:flex;gap:10px;left:50%;padding:20px;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:1000}.dashboardver5_loadingSpinner__nK1Rv{animation:dashboardver5_spin__a33Fe 1s linear infinite;border:2px solid #667eea;border-radius:50%;border-top-color:#0000;height:20px;width:20px}@keyframes dashboardver5_spin__a33Fe{to{transform:rotate(1turn)}}.dashboardver5_errorToast__w16Ir{background:linear-gradient(135deg,#ff6b6b,#ee5a52);border-radius:12px;bottom:20px;box-shadow:0 8px 32px #ff6b6b4d;color:#fff;font-size:14px;font-weight:500;left:20px;max-width:300px;padding:15px 20px;position:fixed;z-index:9999}.dashboardver5_dashboardContainer__gp3\+N{background-color:#1a1a1a;font-family:Roboto,Noto Sans KR,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh}.dashboardver5_dashboardContent__1KuXY{width:100%}.dashboardver5_dashboardVertical__2nC2t{display:flex;flex-direction:column;gap:1rem;margin:0;width:100%}.dashboardver5_dashboardLayout__eQmsn{align-items:stretch;display:flex!important;flex-direction:row!important;gap:0;height:calc(100vh - 200px);min-height:500px;width:100%}.dashboardver5_chartCard__V8xPA{flex:1 1;height:100%;min-width:0}.dashboardver5_tablesCard__r2Ulh{display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:flex-start;max-width:100%!important;min-width:0;width:100%!important}.dashboardver5_chartColumn__fbvkQ,.dashboardver5_tablesColumn__oIgVT{display:flex;flex:1 1;height:100%;min-width:0}.dashboardver5_tablesColumn__oIgVT{flex-direction:column;justify-content:space-between;overflow-y:auto}.dashboardver5_resizer__N0BqY{background-color:#555;cursor:col-resize;position:relative;transition:background-color .2s ease;-webkit-user-select:none;user-select:none;z-index:10}.dashboardver5_resizer__N0BqY:hover{background-color:#666}.dashboardver5_resizer__N0BqY:active{background-color:#4fc3f7}.dashboardver5_dashboardCard__\+yC3R{background-color:#2a2a2a;border:1px solid #555;border-radius:12px;box-shadow:0 8px 25px #0006;overflow:hidden;padding:.6rem;position:relative;transition:transform .3s ease,box-shadow .3s ease;width:100%}.dashboardver5_dashboardCard__\+yC3R:before{background-color:#667eea;content:"";height:3px;left:0;position:absolute;right:0;top:0}.dashboardver5_dashboardCard__\+yC3R h3{border-bottom:2px solid #667eea;color:#fff;font-size:1.2rem;font-weight:600;margin:0 0 1rem;padding-bottom:.5rem}.dashboardver5_dashboardCard__\+yC3R h4{border-bottom:2px solid #667eea;color:#fff;font-size:1rem;font-weight:600;margin:0 0 .8rem;padding-bottom:.4rem;text-align:center}.dashboardver5_tablesCard__r2Ulh .dashboardver5_dashboardCard__\+yC3R{display:flex;flex-direction:column;max-width:100%!important;min-height:0;transition:all .3s ease;width:100%!important}.dashboardver5_tablesCard__r2Ulh .dashboardver5_dashboardCard__\+yC3R h4{flex-shrink:0;font-size:clamp(1rem,2vw,1.2rem);margin-bottom:1rem}.dashboardver5_tablesCard__r2Ulh .dashboardver5_dashboardCard__\+yC3R .dashboardver5_oxygenTableWrapper__qlNHJ,.dashboardver5_tablesCard__r2Ulh .dashboardver5_dashboardCard__\+yC3R table{flex:0 0 auto;height:auto;min-height:0;overflow:visible;width:100%!important}.dashboardver5_tablesCard__r2Ulh .dashboardver5_dashboardCard__\+yC3R table{max-width:100%!important;table-layout:fixed!important;width:100%!important}.dashboardver5_tablesCard__r2Ulh .dashboardver5_dashboardCard__\+yC3R .dashboardver5_oxygenTableWrapper__qlNHJ{max-width:100%!important;width:100%!important}.dashboardver5_chartContainer__4g7BD{background-color:#2a2a2a;border:1px solid #555;border-radius:10px;box-shadow:0 4px 15px #0000004d;padding:1rem;position:relative}.dashboardver5_chartContainer__4g7BD h4{border-bottom:none!important;color:#fff;font-size:1rem;font-weight:600;margin:0 0 .2rem!important;text-align:center}.dashboardver5_chartCard__V8xPA .dashboardver5_chartContainer__4g7BD{background-color:initial;border:none;box-shadow:none;display:flex;flex:1 1;flex-direction:column;min-height:0;padding:0}.dashboardver5_chartCard__V8xPA .dashboardver5_chartContainer__4g7BD .dashboardver5_chartGraphWrapper__cxk2k,.dashboardver5_chartGraphWrapper__cxk2k{flex:1 1;min-height:0}.dashboardver5_chartCard__V8xPA.dashboardver5_pcdAlertHigh__9Rj\+M,.dashboardver5_chartCard__V8xPA.dashboardver5_pcdAlertLow__nkPHb,.dashboardver5_chartContainer__4g7BD.dashboardver5_pcdAlertHigh__9Rj\+M,.dashboardver5_chartContainer__4g7BD.dashboardver5_pcdAlertLow__nkPHb{border:none!important;box-shadow:none!important}.dashboardver5_chartLegendLine__QkdVu{border-radius:1px;display:inline-block;height:2px;vertical-align:middle;width:16px}.dashboardver5_oxygenTableWrapper__qlNHJ{background:#1e1e1e;border:1px solid #444;border-radius:8px;box-shadow:0 2px 8px #0003;height:auto;max-height:none;overflow:visible;width:100%!important}.dashboardver5_oxygenTable__yfQKk{background:#1e1e1e;border-collapse:collapse;font-size:clamp(.5rem,1.5vw,1.2rem);height:auto;min-width:250px;table-layout:fixed;width:100%!important}.dashboardver5_oxygenTable__yfQKk td,.dashboardver5_oxygenTable__yfQKk th{word-wrap:break-word;border:1px solid #444;font-size:clamp(.5rem,1.5vw,1.2rem);max-width:none;overflow:hidden;padding:clamp(.05rem,.8vw,.7rem) clamp(.02rem,.3vw,.2rem);text-align:center;white-space:normal}.dashboardver5_oxygenTable__yfQKk th{background-color:#2a2a2a;border-bottom:2px solid #555;color:#ccc;font-size:clamp(.75rem,2.25vw,1.8rem);font-weight:600;line-height:1;overflow:hidden;padding:clamp(.1rem,.4vw,.4rem) clamp(.02rem,.2vw,.15rem);position:-webkit-sticky;position:sticky;text-shadow:none;top:0;z-index:10}.dashboardver5_oxygenTable__yfQKk td{color:#fff;font-weight:400;line-height:1;padding:clamp(.05rem,.25vw,.2rem) clamp(.02rem,.15vw,.1rem)}.dashboardver5_oxygenTable__yfQKk td:first-child,.dashboardver5_oxygenTable__yfQKk th:first-child{min-width:80px!important;width:18%!important}.dashboardver5_oxygenTable__yfQKk td:nth-child(2),.dashboardver5_oxygenTable__yfQKk td:nth-child(3),.dashboardver5_oxygenTable__yfQKk td:nth-child(4),.dashboardver5_oxygenTable__yfQKk td:nth-child(5),.dashboardver5_oxygenTable__yfQKk td:nth-child(6),.dashboardver5_oxygenTable__yfQKk th:nth-child(2),.dashboardver5_oxygenTable__yfQKk th:nth-child(3),.dashboardver5_oxygenTable__yfQKk th:nth-child(4),.dashboardver5_oxygenTable__yfQKk th:nth-child(5),.dashboardver5_oxygenTable__yfQKk th:nth-child(6){min-width:50px!important;width:10%!important}.dashboardver5_oxygenTable__yfQKk td:nth-child(7),.dashboardver5_oxygenTable__yfQKk th:nth-child(7){min-width:80px!important;width:18%!important}.dashboardver5_oxygenTable__yfQKk td:nth-child(8),.dashboardver5_oxygenTable__yfQKk th:nth-child(8){min-width:60px!important;width:14%!important}.dashboardver5_tablesCard__r2Ulh .dashboardver5_oxygenTable__yfQKk td:first-child,.dashboardver5_tablesCard__r2Ulh .dashboardver5_oxygenTable__yfQKk th:first-child,.dashboardver5_tablesCard__r2Ulh .dashboardver5_realtimeTable__hJtm3 td:first-child,.dashboardver5_tablesCard__r2Ulh .dashboardver5_realtimeTable__hJtm3 th:first-child{flex:0 0 7rem!important;max-width:7rem!important;min-width:7rem!important}.dashboardver5_guidanceRow__kWJ16,.dashboardver5_oxygenTableWrapper__qlNHJ .dashboardver5_guidanceRow__kWJ16,.dashboardver5_oxygenTable__yfQKk .dashboardver5_guidanceRow__kWJ16,.dashboardver5_oxygenTable__yfQKk.dashboardver5_compactMode__cQTtT .dashboardver5_guidanceRow__kWJ16{background-color:#1f2a3c!important;color:#fff!important;font-weight:600}.dashboardver5_guidanceRow__kWJ16 td,.dashboardver5_oxygenTableWrapper__qlNHJ .dashboardver5_guidanceRow__kWJ16 td,.dashboardver5_oxygenTable__yfQKk .dashboardver5_guidanceRow__kWJ16 td,.dashboardver5_oxygenTable__yfQKk.dashboardver5_compactMode__cQTtT .dashboardver5_guidanceRow__kWJ16 td{font-size:clamp(1rem,3vw,2.4rem)!important}.dashboardver5_guidanceHighlightRow__fIcul .dashboardver5_guidanceHighlightCell__I4nKT,.dashboardver5_oxygenTable__yfQKk .dashboardver5_guidanceHighlightCell__I4nKT{background:inherit;box-shadow:none;outline:none;outline-offset:0;transition:none}.dashboardver5_currentRow__nzoPX,.dashboardver5_oxygenTableWrapper__qlNHJ .dashboardver5_currentRow__nzoPX,.dashboardver5_oxygenTable__yfQKk .dashboardver5_currentRow__nzoPX,.dashboardver5_oxygenTable__yfQKk.dashboardver5_compactMode__cQTtT .dashboardver5_currentRow__nzoPX{background-color:#243554;color:#fff;line-height:1!important}.dashboardver5_currentRow__nzoPX td,.dashboardver5_oxygenTableWrapper__qlNHJ .dashboardver5_currentRow__nzoPX td,.dashboardver5_oxygenTable__yfQKk .dashboardver5_currentRow__nzoPX td,.dashboardver5_oxygenTable__yfQKk.dashboardver5_compactMode__cQTtT .dashboardver5_currentRow__nzoPX td{background-color:#243554!important;color:#fff!important;font-size:clamp(1rem,3vw,2.4rem)!important;font-weight:700!important;line-height:1!important;padding:.05rem .03rem!important;vertical-align:middle!important}.dashboardver5_oxygenTable__yfQKk .dashboardver5_currentRow__nzoPX td:first-child,.dashboardver5_oxygenTable__yfQKk .dashboardver5_guidanceRow__kWJ16 td:first-child{font-size:clamp(.75rem,2.25vw,1.8rem)!important}.dashboardver5_oxygenDeviationCell__HmYtG{animation:dashboardver5_oxygenDeviationGlow__KNkmt 1.5s ease-in-out infinite alternate;transition:background-color .2s ease-out,box-shadow .2s ease-out,color .2s ease-out}.dashboardver5_oxygenDeviationCell__HmYtG,.dashboardver5_oxygenTable__yfQKk .dashboardver5_currentRow__nzoPX td.dashboardver5_oxygenDeviationCell__HmYtG{background-color:#f59e0b!important;box-shadow:0 0 4px #f59e0b99;color:#fff!important;font-weight:700!important}@keyframes dashboardver5_oxygenDeviationGlow__KNkmt{0%{box-shadow:0 0 6px #f59e0bb3;transform:scale(1)}50%{box-shadow:0 0 16px #f59e0bf2;transform:scale(1.035)}to{box-shadow:0 0 10px #f59e0bcc;transform:scale(1.02)}}.dashboardver5_burnerDeviationHighlight__JSQ4e{animation:dashboardver5_burnerDeviationGlow__KQwHZ 1.5s ease-in-out infinite alternate;background-color:#f59e0bd9!important;border:1px solid #f59e0b!important;transition:all .3s ease}@keyframes dashboardver5_burnerDeviationGlow__KQwHZ{0%{box-shadow:0 0 6px #f59e0b99}to{box-shadow:0 0 16px #f59e0b}}.dashboardver5_deviationRow__ZTxBf{background-color:#2a2a2a}.dashboardver5_deviationCell__BG2i4{color:#90a4ae;font-weight:600}.dashboardver5_realtimeTable__hJtm3{border-collapse:collapse;border-radius:8px;box-shadow:0 2px 8px #0003;font-size:clamp(.5rem,1.5vw,1.1rem);min-width:150px;overflow:hidden;table-layout:fixed;width:100%!important}.dashboardver5_oxygenTable__yfQKk,.dashboardver5_realtimeTable__hJtm3{border-collapse:collapse!important;max-width:100%!important;table-layout:fixed!important;width:100%!important}.dashboardver5_realtimeTable__hJtm3 td,.dashboardver5_realtimeTable__hJtm3 th{word-wrap:break-word;border:1px solid #555;box-sizing:border-box!important;font-size:clamp(.5rem,1.5vw,1.2rem);min-width:0!important;overflow:hidden;padding:clamp(.1rem,1vw,.8rem) clamp(.05rem,.5vw,.5rem);text-align:center;width:auto!important}.dashboardver5_realtimeTable__hJtm3 th{background-color:#2a2a2a;border-bottom:2px solid #555;color:#ccc;font-size:clamp(.75rem,2.25vw,1.8rem)!important;font-weight:600;text-shadow:none}.dashboardver5_realtimeTable__hJtm3 td{color:#fff;font-size:clamp(.75rem,2.25vw,1.8rem)!important;font-weight:400}.dashboardver5_realtimeTable__hJtm3 td:first-child,.dashboardver5_realtimeTable__hJtm3 th:first-child{width:18%!important}.dashboardver5_realtimeTable__hJtm3 td:nth-child(2),.dashboardver5_realtimeTable__hJtm3 td:nth-child(3),.dashboardver5_realtimeTable__hJtm3 td:nth-child(4),.dashboardver5_realtimeTable__hJtm3 td:nth-child(5),.dashboardver5_realtimeTable__hJtm3 th:nth-child(2),.dashboardver5_realtimeTable__hJtm3 th:nth-child(3),.dashboardver5_realtimeTable__hJtm3 th:nth-child(4),.dashboardver5_realtimeTable__hJtm3 th:nth-child(5){width:20.5%!important}.dashboardver5_tablesCard__r2Ulh .dashboardver5_dashboardCard__\+yC3R:nth-child(2) .dashboardver5_realtimeTable__hJtm3 td:nth-child(2),.dashboardver5_tablesCard__r2Ulh .dashboardver5_dashboardCard__\+yC3R:nth-child(2) .dashboardver5_realtimeTable__hJtm3 td:nth-child(3),.dashboardver5_tablesCard__r2Ulh .dashboardver5_dashboardCard__\+yC3R:nth-child(2) .dashboardver5_realtimeTable__hJtm3 th:nth-child(2),.dashboardver5_tablesCard__r2Ulh .dashboardver5_dashboardCard__\+yC3R:nth-child(2) .dashboardver5_realtimeTable__hJtm3 th:nth-child(3){width:27%!important}.dashboardver5_tablesCard__r2Ulh .dashboardver5_dashboardCard__\+yC3R:nth-child(2) .dashboardver5_realtimeTable__hJtm3 td:nth-child(4),.dashboardver5_tablesCard__r2Ulh .dashboardver5_dashboardCard__\+yC3R:nth-child(2) .dashboardver5_realtimeTable__hJtm3 th:nth-child(4){width:28%!important}.dashboardver5_highlightRow__rfG-J{font-weight:600}.dashboardver5_highlightCell__-P-d2{font-weight:700;text-align:center}.dashboardver5_realtimeTable__hJtm3.dashboardver5_compactMode__cQTtT{animation:dashboardver5_tableCompact__bP69B .3s ease-in-out;font-size:1.2rem;min-width:200px}.dashboardver5_realtimeTable__hJtm3.dashboardver5_compactMode__cQTtT td,.dashboardver5_realtimeTable__hJtm3.dashboardver5_compactMode__cQTtT th{font-size:1.1rem;padding:.5rem .4rem}.dashboardver5_realtimeTable__hJtm3.dashboardver5_compactMode__cQTtT .dashboardver5_highlightRow__rfG-J{border-radius:4px;margin:2px 0}.dashboardver5_realtimeTable__hJtm3.dashboardver5_compactMode__cQTtT .dashboardver5_highlightRow__rfG-J td{font-weight:600}.dashboardver5_oxygenTable__yfQKk.dashboardver5_compactMode__cQTtT .dashboardver5_highlightCell__-P-d2:hover,.dashboardver5_realtimeTable__hJtm3.dashboardver5_compactMode__cQTtT .dashboardver5_highlightRow__rfG-J:hover{transform:scale(1.01);transition:transform .2s ease}.dashboardver5_oxygenTable__yfQKk.dashboardver5_compactMode__cQTtT{animation:dashboardver5_tableCompact__bP69B .3s ease-in-out;font-size:1.2rem;min-width:180px}.dashboardver5_oxygenTable__yfQKk.dashboardver5_compactMode__cQTtT td,.dashboardver5_oxygenTable__yfQKk.dashboardver5_compactMode__cQTtT th{font-size:1.1rem;padding:.5rem .4rem}.dashboardver5_oxygenTable__yfQKk.dashboardver5_compactMode__cQTtT .dashboardver5_currentRow__nzoPX td,.dashboardver5_oxygenTable__yfQKk.dashboardver5_compactMode__cQTtT .dashboardver5_guidanceRow__kWJ16 td{min-height:auto!important;padding:.05rem .03rem!important}.dashboardver5_oxygenTable__yfQKk.dashboardver5_compactMode__cQTtT .dashboardver5_highlightCell__-P-d2{font-weight:700;min-width:60px;text-align:center}.dashboardver5_oxygenTable__yfQKk.dashboardver5_compactMode__cQTtT .dashboardver5_deviationCell__BG2i4.dashboardver5_highlightCell__-P-d2{font-weight:700}.dashboardver5_oxygenTableWrapper__qlNHJ.dashboardver5_compactMode__cQTtT{border-radius:8px;box-shadow:0 4px 12px #0003;height:auto!important;max-height:none!important;overflow:visible}@keyframes dashboardver5_tableCompact__bP69B{0%{opacity:.7;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (max-width:1200px){.dashboardver5_dashboardLayout__eQmsn{flex-direction:row!important;gap:1rem;height:auto}.dashboardver5_chartCard__V8xPA{flex:none;height:500px;margin-bottom:1rem;min-width:auto}.dashboardver5_tablesCard__r2Ulh{flex:none;height:auto;max-width:none;min-width:auto}.dashboardver5_oxygenTable__yfQKk.dashboardver5_compactMode__cQTtT,.dashboardver5_realtimeTable__hJtm3.dashboardver5_compactMode__cQTtT{font-size:1rem}.dashboardver5_oxygenTable__yfQKk.dashboardver5_compactMode__cQTtT td,.dashboardver5_oxygenTable__yfQKk.dashboardver5_compactMode__cQTtT th,.dashboardver5_realtimeTable__hJtm3.dashboardver5_compactMode__cQTtT td,.dashboardver5_realtimeTable__hJtm3.dashboardver5_compactMode__cQTtT th{font-size:.9rem;padding:.4rem .3rem}}@media (max-width:768px){.dashboardver5_chartCard__V8xPA{height:calc(100vh - 250px);max-height:500px;min-height:300px}}@media (min-height:1080px){.dashboardver5_dashboardLayout__eQmsn{height:calc(100vh - 200px);min-height:600px}.dashboardver5_chartCard__V8xPA .dashboardver5_chartContainer__4g7BD .dashboardver5_chartGraphWrapper__cxk2k{min-height:0}.dashboardver5_oxygenTable__yfQKk td,.dashboardver5_oxygenTable__yfQKk th,.dashboardver5_realtimeTable__hJtm3 td,.dashboardver5_realtimeTable__hJtm3 th{font-size:clamp(.9rem,1.9vw,1.2rem);padding:clamp(.6rem,1.4vw,1rem) clamp(.4rem,.9vw,.8rem)}.dashboardver5_oxygenTable__yfQKk .dashboardver5_currentRow__nzoPX td,.dashboardver5_oxygenTable__yfQKk .dashboardver5_guidanceRow__kWJ16 td{min-height:auto!important;padding:.05rem .03rem!important}.dashboardver5_oxygenTable__yfQKk,.dashboardver5_realtimeTable__hJtm3{font-size:clamp(.9rem,1.9vw,1.2rem)}.dashboardver5_oxygenTable__yfQKk.dashboardver5_compactMode__cQTtT td,.dashboardver5_oxygenTable__yfQKk.dashboardver5_compactMode__cQTtT th,.dashboardver5_realtimeTable__hJtm3.dashboardver5_compactMode__cQTtT td,.dashboardver5_realtimeTable__hJtm3.dashboardver5_compactMode__cQTtT th{font-size:clamp(.8rem,1.8vw,1.1rem)!important;min-width:auto!important;overflow:visible!important;padding:clamp(.4rem,1.2vw,.8rem) clamp(.3rem,.8vw,.6rem)!important;text-overflow:clip!important;white-space:nowrap!important}.dashboardver5_oxygenTable__yfQKk.dashboardver5_compactMode__cQTtT .dashboardver5_currentRow__nzoPX td,.dashboardver5_oxygenTable__yfQKk.dashboardver5_compactMode__cQTtT .dashboardver5_guidanceRow__kWJ16 td{min-height:auto!important;padding:.05rem .03rem!important}.dashboardver5_oxygenTable__yfQKk.dashboardver5_compactMode__cQTtT,.dashboardver5_realtimeTable__hJtm3.dashboardver5_compactMode__cQTtT{font-size:clamp(.8rem,1.8vw,1.1rem)!important;min-width:100%!important;table-layout:auto!important;width:-webkit-max-content!important;width:max-content!important}.dashboardver5_oxygenTable__yfQKk.dashboardver5_compactMode__cQTtT{display:table!important;height:100%!important}.dashboardver5_oxygenTable__yfQKk.dashboardver5_compactMode__cQTtT tbody{display:table-row-group!important;height:auto!important}.dashboardver5_oxygenTable__yfQKk.dashboardver5_compactMode__cQTtT tr{display:table-row!important;height:33.33%!important}.dashboardver5_oxygenTable__yfQKk.dashboardver5_compactMode__cQTtT .dashboardver5_currentRow__nzoPX,.dashboardver5_oxygenTable__yfQKk.dashboardver5_compactMode__cQTtT .dashboardver5_guidanceRow__kWJ16{height:50%!important;min-height:50%!important}.dashboardver5_dashboardContainer__gp3\+N.dashboardver5_largeText__4vxHq .dashboardver5_oxygenTable__yfQKk.dashboardver5_compactMode__cQTtT .dashboardver5_currentRow__nzoPX td,.dashboardver5_dashboardContainer__gp3\+N.dashboardver5_largeText__4vxHq .dashboardver5_oxygenTable__yfQKk.dashboardver5_compactMode__cQTtT .dashboardver5_guidanceRow__kWJ16 td,.dashboardver5_oxygenTableWrapper__qlNHJ .dashboardver5_oxygenTable__yfQKk.dashboardver5_compactMode__cQTtT .dashboardver5_currentRow__nzoPX td,.dashboardver5_oxygenTableWrapper__qlNHJ .dashboardver5_oxygenTable__yfQKk.dashboardver5_compactMode__cQTtT .dashboardver5_guidanceRow__kWJ16 td,.dashboardver5_oxygenTable__yfQKk.dashboardver5_compactMode__cQTtT .dashboardver5_currentRow__nzoPX td,.dashboardver5_oxygenTable__yfQKk.dashboardver5_compactMode__cQTtT .dashboardver5_guidanceRow__kWJ16 td{font-size:1.3rem!important;height:100%!important;padding:.6rem .3rem!important}.dashboardver5_realtimeTable__hJtm3 .dashboardver5_highlightRow__rfG-J,.dashboardver5_realtimeTable__hJtm3.dashboardver5_compactMode__cQTtT .dashboardver5_highlightRow__rfG-J{height:180px!important;min-height:180px!important}.dashboardver5_dashboardContainer__gp3\+N.dashboardver5_largeText__4vxHq .dashboardver5_realtimeTable__hJtm3 .dashboardver5_highlightRow__rfG-J td,.dashboardver5_dashboardContainer__gp3\+N.dashboardver5_largeText__4vxHq .dashboardver5_realtimeTable__hJtm3.dashboardver5_compactMode__cQTtT .dashboardver5_highlightRow__rfG-J td,.dashboardver5_realtimeTable__hJtm3 .dashboardver5_highlightRow__rfG-J td,.dashboardver5_realtimeTable__hJtm3.dashboardver5_compactMode__cQTtT .dashboardver5_highlightRow__rfG-J td{font-size:clamp(1.2rem,3.5vw,3rem)!important;height:180px!important;padding:0 .3rem!important;vertical-align:middle!important}.dashboardver5_dashboardContainer__gp3\+N.dashboardver5_largeText__4vxHq .dashboardver5_oxygenTable__yfQKk .dashboardver5_currentRow__nzoPX td,.dashboardver5_dashboardContainer__gp3\+N.dashboardver5_largeText__4vxHq .dashboardver5_oxygenTable__yfQKk .dashboardver5_guidanceRow__kWJ16 td{font-size:2.6rem!important}}.dashboardver5_dashboardContainer__gp3\+N.dashboardver5_largeText__4vxHq{font-size:1.08em!important}.dashboardver5_dashboardContainer__gp3\+N.dashboardver5_largeText__4vxHq header{font-size:.98em!important}.dashboardver5_dashboardContainer__gp3\+N.dashboardver5_largeText__4vxHq .dashboardver5_headerRight__p-RBY{gap:8px!important}.dashboardver5_dashboardContainer__gp3\+N.dashboardver5_largeText__4vxHq .dashboardver5_headerItem__yLHg7{gap:4px!important}.dashboardver5_dashboardContainer__gp3\+N.dashboardver5_largeText__4vxHq .dashboardver5_headerBtn__Jl9bJ{padding:6px 8px!important}.dashboardver5_dashboardContainer__gp3\+N.dashboardver5_largeText__4vxHq .dashboardver5_oxygenTable__yfQKk.dashboardver5_compactMode__cQTtT td,.dashboardver5_dashboardContainer__gp3\+N.dashboardver5_largeText__4vxHq .dashboardver5_oxygenTable__yfQKk.dashboardver5_compactMode__cQTtT th{font-size:1.2rem!important}.dashboardver5_dashboardContainer__gp3\+N.dashboardver5_largeText__4vxHq .dashboardver5_oxygenTable__yfQKk th,.dashboardver5_dashboardContainer__gp3\+N.dashboardver5_largeText__4vxHq .dashboardver5_realtimeTable__hJtm3 td,.dashboardver5_dashboardContainer__gp3\+N.dashboardver5_largeText__4vxHq .dashboardver5_realtimeTable__hJtm3 th{font-size:2rem!important}.dashboardver5_dashboardContainer__gp3\+N.dashboardver5_largeText__4vxHq .dashboardver5_oxygenTableWrapper__qlNHJ .dashboardver5_oxygenTable__yfQKk .dashboardver5_currentRow__nzoPX td,.dashboardver5_dashboardContainer__gp3\+N.dashboardver5_largeText__4vxHq .dashboardver5_oxygenTableWrapper__qlNHJ .dashboardver5_oxygenTable__yfQKk .dashboardver5_guidanceRow__kWJ16 td,.dashboardver5_dashboardContainer__gp3\+N.dashboardver5_largeText__4vxHq .dashboardver5_oxygenTable__yfQKk .dashboardver5_currentRow__nzoPX td,.dashboardver5_dashboardContainer__gp3\+N.dashboardver5_largeText__4vxHq .dashboardver5_oxygenTable__yfQKk .dashboardver5_guidanceRow__kWJ16 td{font-size:2.6rem!important}.dashboardver5_dashboardContainer__gp3\+N.dashboardver5_largeText__4vxHq .dashboardver5_operationStage__2Pq1O,.dashboardver5_dashboardContainer__gp3\+N.dashboardver5_largeText__4vxHq .dashboardver5_operationStage__2Pq1O span{font-size:1.35rem!important}.dashboardver5_dashboardContainer__gp3\+N.dashboardver5_largeText__4vxHq .dashboardver5_dashboardCard__\+yC3R{font-size:1.08em!important}.dashboardver5_dashboardContainer__gp3\+N.dashboardver5_largeText__4vxHq .dashboardver5_dashboardCard__\+yC3R h4{font-size:1.6rem!important}.dashboardver5_dashboardContainer__gp3\+N.dashboardver5_largeText__4vxHq label,.dashboardver5_dashboardContainer__gp3\+N.dashboardver5_largeText__4vxHq label span:not(:first-child){font-size:17px!important}.dashboardver5_dashboardContainer__gp3\+N.dashboardver5_largeText__4vxHq label span:first-child{font-size:8px!important}.dashboardver5_dashboardContainer__gp3\+N.dashboardver5_largeText__4vxHq .dashboardver5_chartContainer__4g7BD label,.dashboardver5_dashboardContainer__gp3\+N.dashboardver5_largeText__4vxHq .dashboardver5_chartContainer__4g7BD label span:not(:first-child){font-size:1rem!important}.dashboardver5_dashboardContainer__gp3\+N.dashboardver5_largeText__4vxHq .dashboardver5_chartContainer__4g7BD>div{gap:6px!important}.dashboardver5_dashboardContainer__gp3\+N.dashboardver5_largeText__4vxHq label div{height:14px!important;width:14px!important}.dashboardver5_dashboardContainer__gp3\+N.dashboardver5_largeText__4vxHq .dashboardver5_chartLegendLine__QkdVu{height:2px!important;width:16px!important}.dashboardver5_dashboardContainer__gp3\+N.dashboardver5_largeText__4vxHq header div span[style*=backgroundColor],.dashboardver5_dashboardContainer__gp3\+N.dashboardver5_largeText__4vxHq header span[style*=backgroundColor]{padding:2px 5px!important}.dashboardver5_dashboardContainer__gp3\+N.dashboardver5_largeText__4vxHq a,.dashboardver5_dashboardContainer__gp3\+N.dashboardver5_largeText__4vxHq button{font-size:1.08em!important}.ver5-dashboard-container.large-text .plotly .legend,.ver5-dashboard-container.large-text .plotly .main-svg{font-size:1.1em!important}.ver5-dashboard-container.large-text .plotly .xtick,.ver5-dashboard-container.large-text .plotly .ytick{font-size:.9em!important}.ver5-dashboard-container.large-text .plotly .gtitle{font-size:1.1em!important}.dashboardver5_pcdPopup__0NSLB{animation:dashboardver5_slideInRight__5L4V2 .3s ease-out;background:linear-gradient(135deg,#4caf50,#45a049);border-radius:12px;box-shadow:0 8px 25px #4caf5066;color:#fff;max-width:400px;min-width:300px;padding:25px 30px;position:fixed;right:20px;top:20px;z-index:1000}.dashboardver5_pcdPopup__0NSLB h3{font-size:1.3rem;font-weight:700;margin:0 0 15px;text-align:center}.dashboardver5_pcdPopupContent__-\+jQA{margin-bottom:20px}.dashboardver5_pcdPopupRow__MTdyR{align-items:center;background:#ffffff1a;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:12px;padding:12px 16px}.dashboardver5_pcdPopupLabel__PGIL2{font-size:18px;font-weight:600}.dashboardver5_pcdPopupValue__84UHw{font-size:22px;font-weight:700}.dashboardver5_pcdPopupTimestamp__CAHUi{border-bottom:1px solid #fff3;border-top:1px solid #fff3;font-size:16px;font-weight:500;margin-bottom:12px;opacity:.9;padding:10px 0;text-align:center}.dashboardver5_pcdPopupHint__Gs62y{align-items:center;display:inline-flex;font-size:14px;font-style:italic;font-weight:500;gap:6px;opacity:.8;text-align:center}.dashboardver5_pcdPopupButton__zKuBJ{background:#fff3;border:1px solid #ffffff4d;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px 24px;transition:all .3s ease;width:100%}.dashboardver5_pcdPopupButton__zKuBJ:hover{background:#ffffff4d}.dashboardver5_legendContainer__30YkX{align-items:center;background-color:#000c;border:1px solid #ffffff4d;border-radius:6px;display:flex;flex-wrap:wrap;gap:2px;justify-content:flex-start;margin-bottom:5px}.dashboardver5_legendItem__5-jlF{align-items:center;border-radius:3px;color:#fff;cursor:pointer;display:flex;flex-direction:row-reverse;gap:6px;padding:2px 6px;transition:background-color .2s ease}.dashboardver5_legendCheckbox__Txrvp{align-items:center;border-radius:2px;display:flex;height:12px;justify-content:center;transition:all .2s ease;width:12px}.dashboardver5_zoomButtonContainer__G1HnH{background-color:#4449;border:1px solid #55555580;border-radius:4px;display:flex;gap:4px;padding:1px;position:absolute;right:15px;top:15px;z-index:100}.dashboardver5_zoomButton__sAdBA{align-items:center;border:none;border-radius:3px;color:#fff;cursor:pointer;display:flex;height:28px;justify-content:center;transition:background-color .2s;width:28px}@keyframes dashboardver5_slideInRight__5L4V2{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes dashboardver5_fadeInOut__hNLO8{0%,to{opacity:0}50%{opacity:1}}@keyframes dashboardver5_pulse__3lgOk{0%,to{box-shadow:0 0 20px #ff6b6b80,0 4px 15px #0000004d}50%{box-shadow:0 0 30px #ff6b6bcc,0 4px 20px #0006}}@keyframes dashboardver5_textGlow__isPR7{0%{text-shadow:0 0 5px currentColor}50%{text-shadow:0 0 20px currentColor,0 0 30px currentColor}to{text-shadow:0 0 5px currentColor}}