.fullscreen-layout{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;background:#fff;overflow:auto}.button-container{display:flex;flex-direction:column;align-items:center;gap:30px;padding:20px 0;justify-content:center}.normal{background:#f0f0f0;color:#333}.active{background:#007bff;color:#fff;border-color:#0056b3;box-shadow:0 2px 5px rgba(0,123,255,.3)}.progress-row{display:flex;align-items:center;margin-bottom:10px}.label{min-width:20px}.progress-bar{flex:1}.chart{width:100%;height:50vh;min-height:400px}.charts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;padding:20px}.chart-card{position:relative;background:#fff;border-radius:8px;padding:16px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.chart-full-btn{position:absolute;top:12px;right:12px;z-index:10;background:hsla(0,0%,100%,.9);border-radius:4px}