code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navbar{background:#1c1c1e;border-bottom:1px solid #333;font-size:1.2rem;justify-content:center;position:-webkit-sticky;position:sticky;top:0;z-index:999}.navbar,.navbar-container{align-items:center;display:flex;height:80px}.navbar-container{justify-content:space-between;max-width:1200px;padding:0 24px;width:100%}.navbar-logo{color:#fff;cursor:pointer;font-size:2rem;font-weight:700;text-decoration:none}.nav-menu,.navbar-logo{align-items:center;display:flex}.nav-menu{list-style:none;margin:0;padding:0;text-align:center}.nav-item{height:80px}.nav-links{align-items:center;color:#fff;cursor:pointer;display:flex;height:100%;padding:0 1rem;text-decoration:none}.nav-links:hover{border-bottom:4px solid #4d4dff;transition:all .2s ease-out}.nav-links.active{border-bottom:4px solid #6c63ff}.menu-icon{display:none}@media screen and (max-width:960px){.nav-menu{display:flex;flex-direction:column;height:90vh;left:-100%;position:absolute;top:80px;width:100%}.nav-menu,.nav-menu.active{opacity:1;transition:all .5s ease}.nav-menu.active{background:#2c2c2e;left:0;z-index:1}.nav-item{height:auto;width:100%}.nav-links{display:table;padding:2rem;text-align:center;width:100%}.nav-links:hover{background-color:#6c63ff;border-bottom:none;border-radius:0;color:#fff}.menu-icon,.navbar-logo{font-size:1.8rem}.menu-icon{color:#fff;cursor:pointer;display:block}}.home-page{justify-content:center;text-align:center}.hero-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#2c2c2eb3;border:1px solid #ffffff1a;border-radius:15px;box-shadow:0 8px 32px 0 #0000005e;max-width:800px;padding:2rem}.hero-name{color:#fff;font-size:4.5rem;font-weight:700;letter-spacing:2px;margin:0}.hero-subtitle{color:#a9a9b3;font-size:1.5rem;font-weight:300;margin:10px 0 25px}.hero-description{color:#d1d1d6;font-size:1.2rem;line-height:1.6;margin-bottom:40px}.hero-links{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.hero-button{background-color:#3a3a3c;border:1px solid #0000;border-radius:8px;color:#fff;font-size:1.1rem;font-weight:500;padding:15px 30px;text-decoration:none;transition:all .3s ease}.hero-button:hover{background-color:#4a4a4c;box-shadow:0 4px 15px #0003;transform:translateY(-3px)}.hero-button.primary{background-color:#6c63ff}.hero-button.primary:hover{background-color:#574fd8}.page-container{align-items:center;color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:calc(100vh - 80px);padding:2rem}.page-title{color:#fff;display:inline-block;font-size:3rem;margin-bottom:30px;position:relative;text-align:center}.page-title:after{background-color:#6c63ff;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:70px}.about-page{width:100%}.about-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#2c2c2eb3;border:1px solid #ffffff1a;border-radius:15px;box-shadow:0 8px 32px 0 #0000005e;max-width:900px;padding:2rem 3rem;text-align:left;width:100%}.about-text p{color:#d1d1d6;font-size:1.1rem;line-height:1.8;margin-bottom:40px}.additional-skills h2{border-bottom:2px solid #6c63ff;color:#fff;display:inline-block;font-size:1.5rem;margin-bottom:20px;padding-bottom:10px}.skills-list{display:flex;flex-wrap:wrap;gap:15px}.skill-tag{background-color:#3a3a3c;border:1px solid #555;border-radius:20px;color:#e4e4e7;font-size:.95rem;font-weight:500;padding:10px 20px;transition:all .3s ease}.skill-tag:hover{background-color:#6c63ff;border-color:#6c63ff;color:#fff;transform:translateY(-2px)}.projects-page{width:100%}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));max-width:1200px;width:100%}.project-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#2c2c2eb3;border:1px solid #ffffff1a;border-radius:15px;box-shadow:0 8px 32px 0 #0000005e;display:flex;flex-direction:column;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{box-shadow:0 12px 40px 0 #5c4fd84d;transform:translateY(-5px)}.project-title{color:#fff;font-size:1.7rem;margin-bottom:1rem;margin-top:0}.project-description{color:#d1d1d6;flex-grow:1;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.project-tech-stack{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:1.5rem}.tech-tag{background-color:#3a3a3c;border-radius:20px;color:#e4e4e7;font-size:.85rem;font-weight:500;padding:8px 15px}.project-links{display:flex;gap:15px;margin-top:auto}.project-button{background-color:#6c63ff;border-radius:8px;color:#fff;font-size:1rem;font-weight:500;padding:12px 24px;text-align:center;text-decoration:none;transition:background-color .3s ease}.project-button:hover{background-color:#574fd8}.project-button.secondary{background-color:#3a3a3c}.project-button.secondary:hover{background-color:#4a4a4c}.skills-page{width:100%}.skills-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));max-width:1200px;width:100%}.skill-category-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#2c2c2eb3;border:1px solid #ffffff1a;border-radius:15px;box-shadow:0 8px 32px 0 #0000005e;padding:1.5rem 2rem;transition:transform .3s ease,box-shadow .3s ease}.skill-category-card:hover{box-shadow:0 12px 40px 0 #00000080;transform:translateY(-5px)}.category-title{border-bottom:2px solid #6c63ff;color:#fff;font-size:1.5rem;margin-bottom:20px;margin-top:0;padding-bottom:10px}.skills-list-items{display:flex;flex-wrap:wrap;gap:15px}.skill-item{background-color:#3a3a3c;border:1px solid #555;border-radius:8px;color:#e4e4e7;font-size:1rem;font-weight:500;padding:10px 20px}.contact-page{width:100%}.contact-form-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#2c2c2eb3;border:1px solid #ffffff1a;border-radius:15px;box-shadow:0 8px 32px 0 #0000005e;max-width:700px;padding:2.5rem 3rem;width:100%}.contact-intro{color:#d1d1d6;font-size:1.1rem;margin-bottom:2rem;margin-top:0;text-align:center}.form-group label{font-size:1rem}.form-group input,.form-group textarea{border-radius:8px;font-family:inherit;padding:12px 15px;transition:border-color .3s ease,box-shadow .3s ease}.form-group input:focus,.form-group textarea:focus{border-color:#6c63ff;box-shadow:0 0 0 3px #6c63ff4d;outline:none}.submit-button:disabled{background-color:#555;cursor:not-allowed}.thank-you-message{max-width:600px;text-align:center}.thank-you-message h2{color:#6c63ff;font-size:2.5rem}.thank-you-message p{color:#d1d1d6;font-size:1.2rem}.login-container{align-items:center;display:flex;justify-content:center;min-height:calc(100vh - 80px);padding:2rem}.login-form-wrapper{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#2c2c2ecc;border:1px solid #ffffff1a;border-radius:15px;box-shadow:0 8px 32px 0 #0000005e;max-width:400px;padding:2.5rem;width:100%}.login-title{color:#fff;font-size:2rem;margin-bottom:2rem;margin-top:0;text-align:center}.form-group{margin-bottom:1.5rem}.form-group label{color:#fff}.form-group input{background-color:#3a3a3c;border:1px solid #555;border-radius:8px;color:#e4e4e7;font-size:1rem;padding:12px 15px;width:100%}.submit-button{background-color:#6c63ff;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;padding:15px;transition:background-color .3s ease;width:100%}.submit-button:hover:not(:disabled){background-color:#574fd8}.error-message{color:#ff6b6b;margin-bottom:1rem}.project-form-modal{align-items:center;background-color:#000000b3;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.form-content{background-color:#2c2c2e;border-radius:10px;box-shadow:0 5px 15px #00000080;max-width:600px;padding:2rem;width:90%}.form-content h2{margin-bottom:2rem;margin-top:0;text-align:center}.form-group label{display:block;font-weight:500;margin-bottom:8px}.form-group input,.form-group textarea{background-color:#3a3a3c;border:1px solid #555;border-radius:6px;color:#e4e4e7;font-size:1rem;padding:10px;width:100%}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.form-actions button{border:none;border-radius:6px;cursor:pointer;font-weight:700;padding:10px 20px}.save-btn{background-color:#34c759;color:#fff}.cancel-btn{background-color:#555;color:#fff}.project-manager{width:100%}.project-manager h2{color:#fff;font-size:1.8rem;margin-bottom:1.5rem;margin-top:0}.projects-list{display:flex;flex-direction:column;gap:1rem}.project-list-item{align-items:center;background-color:#3a3a3c;border:1px solid #555;border-radius:8px;display:flex;justify-content:space-between;padding:1rem 1.5rem}.project-title-admin{color:#e4e4e7;font-size:1.1rem;font-weight:500}.project-actions{display:flex;gap:1rem}.project-actions button{border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:700;padding:8px 16px;transition:opacity .3s ease}.project-actions button:hover{opacity:.8}.edit-btn{background-color:#0a84ff;color:#fff}.delete-btn{background-color:#ff453a;color:#fff}.pm-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.add-new-btn{background-color:#34c759;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:10px 20px;transition:background-color .3s ease}.add-new-btn:hover{background-color:#2ca349}.message-viewer{border-top:1px solid #444;margin-top:2rem;padding-top:2rem;width:100%}.message-viewer h2{color:#fff;font-size:1.8rem;margin-bottom:1.5rem;margin-top:0}.messages-list{display:flex;flex-direction:column;gap:1.5rem}.message-item{background-color:#3a3a3c;border:1px solid #555;border-radius:8px;padding:1.5rem}.message-header{align-items:center;border-bottom:1px solid #555;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.message-sender{color:#e4e4e7;font-size:1.1rem;font-weight:500}.message-date{color:#999;font-size:.9rem}.message-body{color:#ccc;font-size:1rem;line-height:1.6;margin:0;white-space:pre-wrap}.about-editor{border-top:1px solid #444;margin-top:2rem;padding-top:2rem;width:100%}.about-editor h2{color:#fff;font-size:1.8rem;margin-bottom:1.5rem;margin-top:0}.about-textarea{background-color:#3a3a3c;border:1px solid #555;border-radius:8px;color:#e4e4e7;font-family:inherit;font-size:1rem;margin-bottom:1rem;min-height:150px;padding:15px;resize:vertical;width:100%}.about-editor .save-btn{background-color:#34c759;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:700;padding:10px 20px;transition:background-color .3s ease}.about-editor .save-btn:hover{background-color:#2ca349}.success-message{background-color:#34c7591a;color:#34c759}.error-message,.success-message{border-radius:6px;margin-top:1rem;padding:10px;text-align:center}.error-message{background-color:#ff453a1a;color:#ff453a}.dashboard-container{color:#fff;margin:0 auto;max-width:1200px;padding:2rem;width:100%}.dashboard-header{align-items:center;border-bottom:1px solid #444;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.dashboard-title{font-size:2.5rem;margin:0}.logout-button{background-color:#ff4d4d;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:10px 20px;transition:background-color .3s ease}.logout-button:hover{background-color:#c00}.dashboard-content{background:#2c2c2e;border-radius:10px;min-height:300px;padding:2rem}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#121212;color:#e4e4e7;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;padding:0}*,:after,:before{box-sizing:border-box}.main-content{padding-top:80px}
/*# sourceMappingURL=main.17ddd77b.css.map*/