:root{font-family:Inter,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#000;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff}body{margin:0;min-width:320px;min-height:100vh}button{background:none;color:#000;cursor:pointer}h3,h4,h5{margin:0}input{background:none;border:transparent}textarea{background:none;border:transparent;resize:none}#root{display:flex;flex-direction:column;height:100vh}main{display:flex;justify-content:center;margin:20px;flex:1;overflow:hidden}.error{color:red}.auth-layout{display:flex;justify-content:center;align-items:center;height:100%;background-color:#8702b8}.auth-container{background-color:#fff;height:600px;width:600px;border-radius:6px}.auth-content{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;width:100%}.auth-form{display:flex;flex-direction:column;justify-content:center;align-items:center;width:80%;gap:15px}.auth-form div{display:flex;flex-direction:column;align-items:start;width:100%}.auth-form div input{color:#000;border:1px lightgray solid;box-sizing:border-box;border-radius:6px;padding:10px;height:3em;width:100%}.auth-form div input:hover{border:1px darkgray solid}.auth-form button{border:solid 1px gray;border-radius:99px;height:3em;width:100%;font-family:Inter,Helvetica;font-weight:700}.auth-form button:hover{background-color:#d3d3d3}.nav{display:flex;justify-content:space-between;align-items:center;height:50px;width:100%;background-color:#8702b8}.nav__logo img{height:50px}.nav__profile-icon{height:35px;width:35px;border-radius:99px;cursor:pointer;background:beige;border:none;color:#000;margin-right:10px}.nav__profile-icon:hover{border:solid;border-width:1px;border-color:#00f}.settings-menu{position:absolute;right:25px;border:1px solid gray;width:150px;border-radius:6px;background-color:#fff}.settings-menu ul{display:flex;flex-direction:column;list-style-type:none;padding:0;margin:0}.settings-menu li{height:40px}.settings-menu button{height:100%;width:100%;background-color:#fff;border:none;border-radius:6px;font-size:.875rem;font-family:Inter,Helvetica;cursor:pointer}.project__list{display:flex}.project__column{padding:10px;display:flex;flex-direction:column}.project__content{display:flex;flex-direction:column;gap:10px;min-width:250px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:transparent transparent;scrollbar-gutter:stable}.project__content:hover{scrollbar-color:gray transparent}.project__header{display:flex;justify-content:space-between;margin-bottom:15px}.project__listItem{display:flex;flex-direction:column;justify-content:space-between;text-align:left;font-family:Inter,Helvetica;min-height:100px;border:solid;border-width:1px;border-color:#7c7c7c;border-radius:6px;padding:10px}.project__listItem:not(--loading):hover{border-color:#8702b8;cursor:pointer}.project__listItem__loading__bar{border-radius:99px;background:linear-gradient(-45deg,#eee 40%,#fafafa,#eee 60%);background-size:300%;background-position-x:100%;animation:shimmer 1s infinite linear;height:15px}@keyframes shimmer{to{background-position-x:0%}}.project__listItem div:first-child{display:flex;justify-content:space-between}.project__listItem-delete{cursor:pointer;display:flex;align-items:center}.button__add{border-radius:6px;border-width:1px}.button__add:hover{cursor:pointer}.state__badge{display:inline-block;font-size:.75rem;font-weight:500;color:#fff;padding:3px 10px;border-radius:99px;width:fit-content}.state__badge--backlog{background-color:#6b7280}.state__badge--todo{background-color:#3b82f6}.state__badge--in-progress{background-color:#f59e0b}.state__badge--completed{background-color:#10b981}.modal__container{height:100vh;width:100vw;position:fixed;left:0;top:0;background-color:#000;opacity:.5}.modal__default{display:flex;flex-direction:column;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:min(900px,95vw);max-height:85vh;min-height:500px;border-radius:10px;background-color:#fff;box-shadow:0 20px 60px #00000040;overflow:hidden}.modal__header{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;border-bottom:1px solid #e5e7eb;flex-shrink:0}.modal__title{font-size:1rem;font-weight:600;color:#111827}.modal__close{width:28px;height:28px;border-radius:6px;border:none;color:#6b7280;font-size:1rem}.modal__close:hover{background-color:#f3f4f6;color:#111827}.modal__body{display:flex;flex:1;overflow:hidden}.modal__main{flex:1;padding:24px;overflow-y:auto;display:flex;flex-direction:column;gap:8px}.modal__aside{width:210px;flex-shrink:0;background-color:#f9fafb;border-left:1px solid #e5e7eb;padding:24px 16px;display:flex;flex-direction:column;gap:20px;overflow-y:auto}.modal__section-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#6b7280;margin:0 0 4px}.modal__description{color:#374151;font-size:.9rem;line-height:1.7;margin:0;white-space:pre-wrap}.modal__empty{color:#9ca3af;font-style:italic}.metadata__item{display:flex;flex-direction:column;gap:5px}.metadata__label{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#9ca3af}.metadata__value{font-size:.85rem;color:#374151}.form__label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b7280}.form__input{width:100%;padding:8px 12px;border:1px solid #e5e7eb;border-radius:6px;font-size:.9rem;font-family:Inter,Helvetica;color:#111827;box-sizing:border-box;background:#fff}.form__input:focus{outline:none;border-color:#8702b8}.form__textarea{width:100%;padding:8px 12px;border:1px solid #e5e7eb;border-radius:6px;font-size:.9rem;font-family:Inter,Helvetica;color:#111827;resize:none;box-sizing:border-box;line-height:1.6;background:#fff}.form__textarea:focus{outline:none;border-color:#8702b8}.form__button{margin-top:auto;padding-top:16px}.button__create{width:100%;padding:8px 16px;background-color:#8702b8;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;font-family:Inter,Helvetica;cursor:pointer}.button__create:hover{background-color:#6d01a0}
