html,body{width:100vw;height:100vh;padding:0;margin:0}#root{text-align:center;width:100%;height:100%}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:gray;--white-key-bg: #d9d9d9;--white-key-color: #1a1a1a;--white-key-border-pressed: #666666;--white-key-border-hover: #8c8c8c;--black-key-bg: #262626;--black-key-color: #e6e6e6;--black-key-border-pressed: #0d0d0d;--black-key-border-hover: #4d4d4d}@media (prefers-color-scheme: light){:root{background:#fff;--white-key-bg: lightgray;--white-key-color: #000000;--white-key-border-pressed: #4a4a4a;--white-key-border-hover: #808080;--black-key-bg: gray;--black-key-color: #ffffff;--black-key-border-pressed: #1a1a1a;--black-key-border-hover: #4a4a4a}}.App{width:100%;height:100%;display:flex;justify-items:center;align-items:center;align-content:space-between;justify-content:space-between}.app-piano{width:100%;height:30%}.app-rain{width:100%;height:100%}.score-main{white-space:pre-wrap;font-size:large;display:flex;justify-content:center;align-items:center}.app-tab{width:100%;height:100%;display:flex;flex-grow:2}.app-progress{width:30%}.progress-bar{width:100%}.progress-text{text-wrap-mode:nowrap}.piano-container{width:100%;height:100%;padding:0;margin:0;position:relative}.piano-key{padding:0;margin:0;display:flex!important;text-align:center;font-weight:700}.piano-key:hover{padding:0;margin:0;border:2px solid yellow}.white-keys{width:100%;height:100%}.key-text{padding:0;margin:0}.white-key{background:var(--white-key-bg);box-sizing:border-box;border:2px solid var(--white-key-color);flex-grow:1;flex-direction:column-reverse;color:var(--white-key-color)}.black-keys{width:100%;height:50%;position:absolute}.black-key{background:var(--black-key-bg);box-sizing:border-box;border:2px solid var(--black-key-color);color:var(--black-key-color);flex-direction:column-reverse;position:absolute;height:100%}.piano-key.press-key.white-key{background:var(--white-key-highlight)}.rain-main{width:100%;height:100%;display:flex!important;position:relative}.note-item{background:green;position:absolute;padding:0;margin:0;display:flex!important;text-align:center;justify-content:center;align-items:center}.note-white{background:var(--white-key-bg);border:2px solid var(--white-key-color);box-sizing:border-box;color:var(--white-key-color)}.note-black{box-sizing:border-box;background:var(--black-key-bg);border:2px solid var(--black-key-color);color:var(--black-key-color)}.ant-tabs-tabpane,.ant-tabs-content{height:100%!important}
