body{margin:0;min-height:100vh;color:#1d1d1d;background-color:#fbfaf9}#root{margin:0;display:flex;flex-direction:column;align-items:center;min-height:100vh;font-family:IBM Plex Sans,monospace;line-height:1.5;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;max-width:80vw;min-height:40vh;margin-top:2vh}a,a:visited{color:#1d1d1d}nav{display:flex;justify-content:space-between;align-items:center;padding:10px 20px}nav a{font-size:16px;font-weight:600;text-decoration:none;padding:5px 10px;border-radius:5px;transition:background-color .3s ease}nav a.active{text-decoration:underline}nav a:hover{background-color:#e6fd13}footer{min-height:10vh}button{border:none;margin-left:10px;padding:10px 20px;border-radius:5px;cursor:pointer}button.primary{background-color:#1d1d1d;color:#fff}button.primary:hover{background-color:#a3a3a3}button:disabled{background-color:#ddd;color:#888;cursor:not-allowed;opacity:.7}button.primary:disabled{background-color:#aaa;color:#e0e0e0;cursor:not-allowed;opacity:.7}button.text{background-color:transparent;padding:5px;vertical-align:middle;display:inline-flex;align-items:center}button.tiny{padding:2px 4px;width:20px;height:20px}.okrEditor input[type=text]{padding:10px;width:200px;border-radius:5px;border:1px solid #ddd;flex-grow:1}.okrEditor input:disabled{background-color:#f5f5f5;color:#aaa;cursor:not-allowed;opacity:.6}.okrEditor input[type=text]:disabled{background-color:#f2f2f2;color:#999}.okrEditor ul{padding:0}.okrEditor li{display:flex;justify-content:space-between;align-items:center;min-width:40vw;margin-bottom:8px}.okrEditor li button{margin-left:10px}.objective{display:flex;flex-direction:column;min-width:100%}.objective-header{display:flex;align-items:center;justify-content:space-between}.input-group{display:flex}.complete{text-decoration:line-through}.error-screen{max-width:800px;margin:2rem auto;padding:1.5rem;background-color:#fbfaf9;border-radius:8px;box-shadow:0 2px 4px #0000001a}.error-screen h1{color:#1d1d1d;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.error-content{display:flex;flex-direction:column;gap:1.5rem}.error-intro{font-size:1rem;line-height:1.5;color:#1d1d1d}.error-section{background-color:#fff;padding:1rem;border-radius:6px;border-left:3px solid #1D1D1D}.error-section h2{font-size:1.1rem;margin-bottom:.75rem;color:#1d1d1d;font-weight:600}.error-section p{margin-bottom:.75rem;line-height:1.5;color:#1d1d1d;font-size:.95rem}.code-block{background-color:#1d1d1d;padding:.75rem;border-radius:4px;margin:.75rem 0}.code-block code{color:#fff;font-family:IBM Plex Mono,monospace;font-size:.85rem}.env-vars{list-style-type:none;padding:0;margin:0}.env-vars li{background-color:#fff;padding:.5rem .75rem;margin-bottom:.5rem;border-radius:4px;font-family:IBM Plex Mono,monospace;font-size:.85rem;border:1px solid rgba(29,29,29,.1)}.env-vars li:last-child{margin-bottom:0}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:999}.modal-content{background:#fff;border-radius:8px;max-width:500px;width:90%;padding:20px;box-shadow:0 4px 8px #0003;position:relative;animation:modal-fade-in .3s ease-in-out}.modal-close{position:absolute;top:10px;right:15px;background:none;border:none;font-size:1.5rem;font-weight:700;cursor:pointer;color:#333}.modal-close:hover{color:red}.modal-body{margin-top:10px}@keyframes modal-fade-in{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}
