html,body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%;overflow:hidden}#root{height:100%}.box{display:inline-block;padding:10px;margin:5px;border-radius:5px;cursor:pointer}.checkbox{display:none}.checkbox+label{cursor:pointer}input[type=text]{margin-top:20px;padding:10px;width:100%;box-sizing:border-box}button{margin-top:10px;padding:10px 15px;cursor:pointer}.app-container{height:100vh;display:flex;flex-direction:column;overflow:hidden}.fixed-section{position:sticky;top:0;z-index:10;background-color:#fff;box-shadow:0 4px 6px #0000001a;min-height:440px}.scrollable-section{flex:1;overflow-y:auto;background-color:#f9f9f9;border-top:1px solid #e0e0e0;padding-top:20px;padding-bottom:40px;-webkit-overflow-scrolling:touch}@media (max-height: 700px){.fixed-section{min-height:380px}}@media (max-height: 600px){.fixed-section{min-height:350px}}@media (max-height: 500px){.fixed-section{max-height:70vh;min-height:auto}.scrollable-section{min-height:30vh}}
