: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}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;color:#111827;background-color:#f9fafb;min-height:100vh;display:flex;flex-direction:column;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3{font-weight:500;line-height:1.5}h1{font-size:1.5rem}h2{font-size:1.25rem}h3{font-size:1.125rem}.container{width:100%;max-width:80rem;margin:0 auto;padding:0 1rem}.site-header{background-color:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;position:sticky;top:0;z-index:100}.header-container{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;padding-bottom:1rem}.logo-section{display:flex;align-items:center;gap:.75rem}.logo-icon{width:2.5rem;height:2.5rem;background-color:#2563eb;border-radius:.625rem;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:500}.main-nav{display:flex;gap:.5rem}.nav-button{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border:none;border-radius:.625rem;background-color:transparent;color:#4b5563;font-size:1rem;font-weight:500;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1)}.nav-button:hover{background-color:#f9fafb}.nav-button.active{background-color:#dbeafe;color:#2563eb}.nav-icon{width:1.25rem;height:1.25rem}.main-content{flex:1}.page{display:none}.page.active{display:block}.page-container{padding-top:2rem;padding-bottom:2rem}.page-header{margin-bottom:2rem}.page-header h2{color:#111827;margin-bottom:.75rem}.page-description{color:#4b5563;font-size:1rem}.project-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem}@media(min-width:48rem){.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:64rem){.project-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.project-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:.625rem;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;transition:box-shadow .15s cubic-bezier(.4,0,.2,1)}.project-card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.project-card-header{padding:1.5rem}.project-card-title-row{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1rem}.project-card-title-section{display:flex;align-items:center;gap:.75rem}.project-icon-wrapper{width:2.5rem;height:2.5rem;background-color:#dbeafe;border-radius:.625rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.project-icon{width:1.25rem;height:1.25rem;color:#2563eb}.project-card-title{color:#111827;font-size:1rem;font-weight:500}.project-menu-button{background:none;border:none;color:#9ca3af;cursor:pointer;padding:.25rem;transition:color .15s cubic-bezier(.4,0,.2,1)}.project-menu-button:hover{color:#4b5563}.project-card-description{color:#4b5563;font-size:.875rem;line-height:1.5}.project-card-content{padding:0 1.5rem 1.5rem}.project-meta-list{display:flex;flex-direction:column;gap:.75rem}.project-meta-item{display:flex;align-items:center;gap:.75rem;color:#4b5563;font-size:.875rem}.project-meta-icon{width:1rem;height:1rem}.status-badge{display:inline-flex;align-items:center;padding:.125rem .625rem;border-radius:.375rem;font-size:.75rem;font-weight:500;margin-top:.5rem}.status-badge.badge-active{background-color:#dcfce7;color:#15803d}.status-badge.badge-pending{background-color:#fef9c3;color:#a16207}.status-badge.badge-completed{background-color:#dbeafe;color:#1d4ed8}.form-page-container{max-width:42rem;margin:0 auto}.form-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:.625rem;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.card-header{padding:1.5rem;border-bottom:1px solid #e5e7eb}.card-title{color:#111827;font-size:1.125rem;font-weight:500;margin-bottom:.5rem}.card-description{color:#4b5563;font-size:.875rem}.card-content{padding:1.5rem}.form-group{margin-bottom:1.5rem}.form-row{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem}@media(min-width:48rem){.form-row{grid-template-columns:repeat(2,minmax(0,1fr))}}.form-label{display:block;font-size:1rem;font-weight:500;color:#111827;margin-bottom:.75rem}.required{color:#ef4444}.form-input{display:block;width:100%;padding:.75rem;font-size:1rem;line-height:1.5;color:#111827;background-color:#f3f3f5;border:1px solid transparent;border-radius:.5rem;transition:all .15s cubic-bezier(.4,0,.2,1)}.form-input:focus{outline:none;border-color:#9ca3af;background-color:#fff}.form-input::placeholder{color:#9ca3af}.form-input.error{border-color:#ef4444}.form-textarea{resize:vertical;min-height:6rem}.form-select{cursor:pointer;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 .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}.error-message{display:none;align-items:center;gap:.25rem;color:#ef4444;font-size:.875rem;margin-top:.25rem}.error-message.show{display:flex}.error-message:before{content:"⚠";font-size:1rem}.form-actions{display:flex;gap:.75rem;padding-top:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:.75rem 1rem;font-size:1rem;font-weight:500;line-height:1.5;border-radius:.5rem;border:none;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1)}.btn-primary{flex:1;background-color:#030213;color:#fff}.btn-primary:hover{opacity:.9}.btn-primary:active{transform:scale(.98)}.btn-secondary{background-color:transparent;color:#111827;border:1px solid #e5e7eb}.btn-secondary:hover{background-color:#f9fafb}.btn-icon{width:1rem;height:1rem}.site-footer{background-color:#111827;color:#fff;margin-top:auto}.footer-container{padding-top:2rem;padding-bottom:2rem}.footer-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem}@media(min-width:48rem){.footer-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.footer-title{color:#fff;font-size:1.125rem;font-weight:500;margin-bottom:1rem}.footer-text{color:#9ca3af;font-size:.875rem;line-height:1.6}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#9ca3af;text-decoration:none;font-size:.875rem;transition:color .15s cubic-bezier(.4,0,.2,1)}.footer-links a:hover{color:#fff}.social-links{display:flex;gap:1rem}.social-links a{color:#9ca3af;transition:color .15s cubic-bezier(.4,0,.2,1)}.social-links a:hover{color:#fff}.social-links svg{width:1.5rem;height:1.5rem}.footer-bottom{border-top:1px solid #1f2937;margin-top:2rem;padding-top:1.5rem;text-align:center}.footer-bottom p{color:#9ca3af;font-size:.875rem}.toast-container{position:fixed;top:1rem;right:1rem;z-index:1000;display:flex;flex-direction:column;gap:.75rem}.toast{min-width:300px;max-width:400px;padding:1rem;background-color:#fff;border-radius:.625rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;display:flex;align-items:flex-start;gap:.75rem;animation:slideIn .3s ease-out}.toast-success{border-left:4px solid #15803d}.toast-error{border-left:4px solid #ef4444}.toast-icon{flex-shrink:0;width:1.5rem;height:1.5rem}.toast-success .toast-icon{color:#15803d}.toast-error .toast-icon{color:#ef4444}.toast-content{flex:1}.toast-title{font-weight:500;color:#111827;margin-bottom:.25rem}.toast-description{font-size:.875rem;color:#4b5563}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOut{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}.toast.removing{animation:slideOut .3s ease-out forwards}@media(max-width:48rem){.container{padding:0 1rem}.nav-button span{display:none}.logo-section h1{font-size:1.25rem}}
