.tab-nav{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:1px solid #30363d}.tab-btn{padding:.75rem 1.5rem;cursor:pointer;background-color:transparent;border:none;color:#8b949e;font-weight:600;font-size:1rem;border-bottom:3px solid transparent;transition:color .3s,border-color .3s}.tab-btn:hover{color:#c9d1d9}.tab-btn.active{color:#58a6ff;border-bottom-color:#58a6ff}.tab-content{display:none}.tab-content.visible{display:block}.project-item{background-color:rgba(22,27,34,.6);border:1px solid #30363d;backdrop-filter:blur(10px);padding:1.5rem;border-radius:.75rem;margin-bottom:1rem;display:flex;flex-direction:column;align-items:flex-start;gap:1rem;transition:transform .2s,border-color .2s}@media (min-width:768px){.project-item{flex-direction:row;justify-content:space-between;align-items:center;gap:0}}.project-item:hover{transform:translateY(-2px);border-color:#58a6ff}.project-item-details{flex-grow:1}.project-item-title{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.25rem}.project-item-meta{font-size:.875rem;color:#8b949e;margin-bottom:1rem}.project-item-message{color:#c9d1d9;font-style:italic;padding-left:1rem;border-left:2px solid #58a6ff}.project-item-status{text-align:left;width:100%}@media (min-width:768px){.project-item-status{text-align:right;width:auto}}.project-item-status span{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-weight:600;font-size:.875rem}.project-item-status .status-pending{background-color:#372c00;color:#f0b80a}.project-item-status .status-accepted{background-color:#052e16;color:#3fb950}.project-item-status .status-declined{background-color:#490c0d;color:#f87171}html{overflow-y:scroll!important}input[type=number]:not(:disabled),input[type=text]:not(:disabled),input[type=url]:not(:disabled),select:not(:disabled),textarea:not(:disabled){background-color:#111827!important;border-color:#30363d!important}input:disabled,select:disabled{background-color:rgba(22,27,34,.4)!important}#identity-username{padding-left:2.15rem!important}select{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}