:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}html,body,#root{height:100%;margin:0;font-family:sans-serif}.app-container{display:flex;flex-direction:column;height:100%;width:100%}.app-header{display:flex;justify-content:center;align-items:center;background-color:#fff5d5;color:#000;box-shadow:0 2px 5px #0000001a;width:100%;padding-left:200px;padding-right:0}.app-logo{height:80px;margin:0 20px}.app-header h1{margin:0;font-size:48px;flex-grow:1;color:#007bff}.main-content{display:flex;flex-direction:column;flex-grow:1;padding:0}.tab-buttons{display:flex;justify-content:flex-start;border-bottom:2px solid #ddd;margin-bottom:20px;padding-left:20px;padding-right:20px}.tab-buttons button{padding:10px 20px;font-size:16px;cursor:pointer;background-color:transparent;border:none;border-bottom:2px solid transparent;transition:all .3s ease;border-radius:0}.tab-buttons button:hover{background-color:#f1f1f1}.tab-buttons button.active{border-bottom-color:#007bff;color:#007bff;font-weight:700}.tab-content{flex-grow:1;border:1px solid #ccc;padding:20px;border-radius:5px;text-align:left;width:100%;box-sizing:border-box}
