.project-card{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background-color:#fff;border-radius:12px;box-shadow:0 4px 8px #0000001a;padding:1rem;width:100%;max-width:300px;margin:1rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{transform:translateY(-5px);box-shadow:0 6px 12px #00000026}.project-image{width:100%;height:auto;max-height:180px;object-fit:cover;border-radius:8px;margin-bottom:1rem}.project-card h3{font-size:1.2rem;font-weight:700;color:#3c2f2f;margin-bottom:.5rem}.project-card p{font-size:1rem;color:#555;margin:.3rem 0}._pageContainer_1udir_2{display:flex;flex-direction:column;min-height:100vh;margin:0;gap:.5rem}._hero_1udir_11{background-image:url(/assets/Artpaintingimage-DAN03Mmb.webp);background-size:cover;background-position:center;color:#fff;display:flex;justify-content:center;align-items:center;text-align:center;padding:1rem}._heroContent_1udir_23{background-color:#00000080;padding:2.5rem;border-radius:10px;animation:_fadeIn_1udir_1 1.2s ease-out}@keyframes _fadeIn_1udir_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._hero_1udir_11 h1{font-size:3rem;font-weight:700;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.5)}._hero_1udir_11 p{font-size:1.3rem;color:#f0f0f0;text-shadow:0 1px 2px rgba(0,0,0,.5)}._projectsSection_1udir_55{background-image:linear-gradient(#fffc,#fffc),url(/assets/Artpaintingimage-DAN03Mmb.webp);background-size:cover;background-repeat:no-repeat;background-position:center center;padding:1rem;min-height:100vh;flex:1;display:flex;flex-direction:column;justify-content:center;text-align:center}._projectsSection_1udir_55 h2{font-size:2.2rem;margin-bottom:1rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#3c2f2f}._projectsSection_1udir_55 h2,._projectsSection_1udir_55 ._projectList_1udir_83{position:relative;z-index:2}._projectsSection_1udir_55 h3{font-size:2rem;margin-bottom:1rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#3c2f2f}._projectList_1udir_83{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;width:100%;max-width:1600px;margin:0 auto;padding:1rem}._projectCard_1udir_108{background:#fffffff2;border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 4px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease;padding:1rem;text-align:center;display:flex;flex-direction:column;justify-content:space-between;height:100%}._projectCard_1udir_108:hover{transform:translateY(-5px);box-shadow:0 6px 16px #0003}._projectCard_1udir_108 h3{font-size:1.4rem;margin-bottom:.5rem;font-weight:700;color:#3c2f2f}._projectCard_1udir_108 p{font-size:1rem;margin:.5rem 0;color:#555}._projectCard_1udir_108 img{max-height:150px;width:100%;object-fit:cover;border-radius:8px;margin-bottom:.5rem}._footer_1udir_149{text-align:center;padding:2rem 0;background-color:#3c2f2f;color:#fff;margin-top:auto}._viewAllButton_1udir_158{background-color:#fff;color:#3c2f2f;text-decoration:none;font-size:1rem;padding:.75rem 1.5rem;border-radius:8px;transition:background-color .3s ease,transform .3s ease;font-weight:700}._viewAllButton_1udir_158:hover{background-color:#f0c14b;transform:translateY(-3px)}._viewAllButton_1udir_158:active{transform:scale(.97)}@media (max-width: 768px){._hero_1udir_11 h1{font-size:2.5rem}._hero_1udir_11 p{font-size:1.1rem}._projectsSection_1udir_55{padding:1rem .5rem;background-position:center top}._projectsSection_1udir_55 h2{font-size:1.8rem;margin-bottom:1.5rem}._projectCard_1udir_108{padding:1rem}._projectList_1udir_83{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media (max-width: 480px){._projectList_1udir_83{grid-template-columns:1fr}._hero_1udir_11 h1{font-size:1.5rem}._hero_1udir_11 p{font-size:1rem}._projectsSection_1udir_55{background-size:cover;background-position:center center}._projectsSection_1udir_55 h2{font-size:1.5rem}._projectCard_1udir_108 h3{font-size:1rem}._projectCard_1udir_108 p{font-size:.9rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;line-height:1.6;background-color:#f5f5f5;color:#333}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer}.hidden{display:none!important}.center{display:flex;justify-content:center;align-items:center}.update-project-form{background:linear-gradient(135deg,#ffffffe6,#f0f0f0e6);border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 4px 8px #0000001a;padding:1.5rem;width:100%;max-width:700px;margin:1.5rem auto;text-align:left;display:flex;flex-direction:column;gap:1.5rem}.update-project-form h2{font-size:1.8rem;font-weight:700;color:#3c2f2f;text-align:center;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px;text-shadow:0 1px 2px rgba(0,0,0,.2)}.update-project-form label{display:flex;flex-direction:column;font-weight:700;color:#3c2f2f;font-size:1rem}.update-project-form input,.update-project-form textarea,.update-project-form select{width:100%;padding:10px;font-size:1rem;border:1px solid #ccc;border-radius:6px;box-sizing:border-box;transition:border-color .3s ease,box-shadow .3s ease}.update-project-form input:focus,.update-project-form textarea:focus,.update-project-form select:focus{outline:2px solid #007bff;box-shadow:0 0 5px #007bff80}.update-project-form textarea{min-height:120px;resize:vertical}.update-project-form button{background-color:#3c2f2f;color:#fff;font-size:1rem;font-weight:700;padding:12px 20px;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease,transform .2s ease;align-self:center}.update-project-form button:hover{background-color:#f0c14b;transform:scale(1.02);box-shadow:0 4px 8px #0000001a}.update-project-form button:active{transform:scale(.98)}.update-project-form .error{color:red;font-size:.9rem;margin-top:5px;font-weight:400}@media (max-width: 768px){.update-project-form{padding:20px;max-width:90%}.update-project-form h2{font-size:1.5rem}.update-project-form input,.update-project-form textarea,.update-project-form select{font-size:.9rem}.update-project-form button{font-size:.9rem;padding:10px 15px}}.make-pledge-form{margin-top:20px;padding:20px;border-radius:12px;background:#fffffff2;box-shadow:0 4px 10px #0000001a;width:100%;max-width:450px;font-family:Arial,sans-serif;text-align:center}.make-pledge-form h3{margin-bottom:15px;font-size:1.5rem;color:#3c2f2f;font-weight:700;text-align:center;text-transform:uppercase;letter-spacing:1px}.make-pledge-form label{display:block;font-size:1rem;font-weight:700;margin-bottom:5px;color:#3c2f2f;text-align:left}.make-pledge-form input,.make-pledge-form textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:6px;margin-bottom:15px;font-size:1rem;box-sizing:border-box;transition:border-color .3s ease,box-shadow .3s ease}.make-pledge-form input:focus,.make-pledge-form textarea:focus{outline:none;border-color:#007bff;box-shadow:0 0 5px #007bff80}.make-pledge-form input[type=checkbox]{display:inline;width:auto;margin-right:5px;accent-color:#007bff}.make-pledge-form button{background-color:#3c2f2f;color:#fff;font-weight:700;font-size:1rem;padding:12px 15px;border-radius:8px;border:none;cursor:pointer;transition:background-color .3s ease,transform .2s ease;width:100%}.make-pledge-form button:hover{background-color:#f0c14b;transform:scale(1.02)}.make-pledge-form button:active{transform:scale(.98)}.make-pledge-form .auth-buttons button{margin:5px 0;background-color:#3c2f2f;color:#fff;font-size:1rem;padding:10px 15px;border-radius:6px;border:none;cursor:pointer;transition:background-color .3s ease;width:100%}.make-pledge-form .auth-buttons button:hover{background-color:#f0c14b}.make-pledge-form .error-message{color:#dc3545;font-weight:700;margin-bottom:10px;font-size:1rem}.make-pledge-form .success-message{color:#28a745;font-weight:700;margin-bottom:10px;font-size:1rem}@media (max-width: 600px){.make-pledge-form{padding:15px}.make-pledge-form h3{font-size:1.3rem}.make-pledge-form input,.make-pledge-form textarea,.make-pledge-form button{font-size:.9rem}}.project-details{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:2rem;min-height:100vh;background-color:#f8f9fa;background-image:linear-gradient(#fffc,#fffc),url(/assets/Artpaintingimage-DAN03Mmb.webp);background-size:cover;background-position:center;gap:1rem}.project-header{text-align:center;margin-bottom:1.5rem}.project-header h2{font-size:2.2rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#3c2f2f;text-shadow:0 1px 2px rgba(0,0,0,.3)}.project-info-tile{background:#ffffffe6;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 4px 8px #0000001a;padding:1.5rem;width:100%;max-width:800px;margin:1.5rem auto;text-align:left;display:flex;flex-direction:column;gap:1rem}.project-info-tile p{font-size:1.1rem;line-height:1.5;margin:.3rem 0;color:#3c2f2f;padding:.5rem .8rem;background-color:#f8f9facc;border-radius:5px;border-bottom:1px solid rgba(224,224,224,.8)}.project-info-tile p strong{font-weight:700;color:#3c2f2f}.project-info-tile p:last-child{border-bottom:none}.project-info-tile .update-project-btn{align-self:flex-start;margin-top:1rem}.project-details p{font-size:1.2rem;margin:.5rem 0;color:#3c2f2f}.project-details .project-status.open{font-size:1.2rem;font-weight:700;color:#28a745}.project-details .project-status.closed{color:#dc3545;font-weight:700}.project-date{font-size:1rem;color:#555}.project-main-image{width:100%;max-width:600px;border-radius:10px;box-shadow:0 4px 6px #0000001a;margin:1rem auto;object-fit:cover}.project-pledges{width:100%;max-width:800px;background:#ffffffe6;padding:1.5rem;border-radius:10px;box-shadow:0 4px 8px #0000001a;margin-top:2rem}.project-pledges h3{font-size:1.8rem;font-weight:700;color:#3c2f2f;margin-bottom:1rem;text-align:center;text-transform:uppercase;letter-spacing:1px}.project-pledges ul{list-style:none;padding:0;margin:0}.project-pledges li{font-size:1.2rem;margin:.5rem 0;padding:.5rem;background-color:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:space-between;align-items:center}.project-pledges li button{background-color:#dc3545;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:1rem;transition:background-color .3s ease,transform .2s ease}.project-pledges li button:hover{background-color:#c82333;transform:scale(1.02)}.project-pledges li button:active{transform:scale(.98)}.project-pledges.disabled{pointer-events:none;opacity:.5}.error-message{font-size:1rem;color:#dc3545;margin-bottom:1rem;font-weight:700}.update-project-btn{background-color:#3c2f2f;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:700;margin-top:1.5rem;margin-left:auto;margin-right:auto;transition:background-color .3s ease,transform .2s ease;display:block}.update-project-btn:hover{background-color:#f0c14b;transform:scale(1.02)}.update-project-btn:active{transform:scale(.98)}@media (max-width: 768px){.project-info-tile{padding:1rem}.project-info-tile p,.project-details p{font-size:1rem}.project-main-image{max-width:100%}.project-pledges{padding:1rem}.project-pledges h3{font-size:1.5rem}.project-pledges li{font-size:1rem}}@media (max-width: 480px){.project-info-tile{padding:.8rem}.project-info-tile p{font-size:.9rem}.update-project-btn{font-size:.9rem;padding:.5rem 1rem}}.projects-page{display:flex;flex-direction:column;align-items:center;padding:1.5rem;min-height:100vh;box-sizing:border-box;background-color:#f9f9f9}.projects-header{text-align:center;margin-bottom:2rem}.projects-header h1{font-size:2.5rem;font-weight:700;color:#3c2f2f;text-shadow:0 2px 4px rgba(0,0,0,.2)}.projects-header p{font-size:1.2rem;color:#6c757d}.categories-section{margin-bottom:1.5rem;width:100%;max-width:100%;text-align:center}.categories{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.category-button{background:#fff;border:2px solid #3c2f2f;color:#3c2f2f;font-size:1rem;font-weight:700;padding:8px 15px;border-radius:8px;cursor:pointer;transition:all .3s ease;min-width:100px}.category-button:hover{background:#3c2f2f;color:#fff}.category-button.active{background:#3c2f2f;color:#fff;border:2px solid #3c2f2f}.project-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;padding:1.5rem 0;justify-content:center;align-items:start;max-width:100%;margin:0 auto;box-sizing:border-box}.feedback{font-size:1.2rem;color:#dc3545;margin-top:1rem}.create-project-container{margin-top:1.5rem;width:100%;display:flex;justify-content:center}.create-project-button{background:#3c2f2f;color:#fff;border:none;padding:10px 18px;font-size:1rem;font-weight:700;border-radius:8px;cursor:pointer;transition:all .3s ease,transform .3s ease}.create-project-button:hover{background-color:#f0c14b;transform:translateY(-3px)}.create-project-button:focus{outline:3px solid #ffffff;box-shadow:0 0 10px #f0c14bcc}.create-project-button:active{transform:scale(.97)}@media (max-width: 768px){.projects-page{padding:1rem}.categories{flex-wrap:wrap;gap:8px}.category-button{font-size:.8rem;padding:6px 12px}.project-list{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.8rem}.create-project-button{font-size:.9rem;padding:8px 16px}}@media (max-width: 480px){.categories{gap:6px}.category-button{font-size:.75rem;padding:5px 10px}.project-list{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.create-project-button{font-size:.85rem;padding:6px 12px}}.login-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background-color:#f5f5f5;background-image:url(/assets/BackgroundArt-DFMVAO7M.webp);background-size:cover;background-position:center;padding:20px;position:relative;width:100%}.login-page:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000000b3;z-index:0}.login-container{display:flex;flex-direction:column;align-items:center;gap:20px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:25px;border-radius:12px;box-shadow:0 4px 10px #0000001a;width:100%;max-width:450px;text-align:center;z-index:1}.login-container h1,.login-container h2,.login-container p{color:#3c2f2f;font-weight:700;z-index:1;text-shadow:none}input[type=text],input[type=password]{display:block;width:100%;max-width:450px;padding:12px;margin:10px auto;font-size:1rem;border:1px solid #ddd;border-radius:5px;box-sizing:border-box;transition:border-color .3s ease,box-shadow .3s ease}input[type=text]:focus,input[type=password]:focus{outline:2px solid #007bff;box-shadow:0 0 5px #007bff80}.login-container button{display:block;background:#3c2f2f;color:#fff;cursor:pointer;font-weight:700;font-size:1rem;padding:12px;border-radius:8px;border:none;transition:background-color .3s ease,transform .2s ease,box-shadow .3s ease;width:100%;max-width:300px;margin-top:10px}.login-container button:hover{background-color:#f0c14b;box-shadow:0 4px 8px #00000026}.login-container button:focus{outline:3px solid #ffffff;box-shadow:0 0 10px #f0c14bcc}.login-container button:active{transform:scale(.97)}.toggle-form-button{background:none;border:none;color:#3c2f2f;cursor:pointer;font-weight:700;padding:12px;border-radius:8px;transition:background-color .3s ease,color .3s ease;margin-top:10px;font-size:1rem;text-decoration:none;width:100%;max-width:300px}.toggle-form-button:hover{color:#fff;background-color:#f0c14b}.toggle-form-button:focus{outline:2px solid #ffffff;box-shadow:0 0 5px #f0c14b80}.toggle-form-button:active{transform:scale(.97)}@media (max-width: 600px){.login-container{width:90%}input[type=text],input[type=password],.login-container button,.toggle-form-button{max-width:100%;padding:10px}}.signup-form{display:flex;flex-direction:column;align-items:center;gap:10px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:20px;border-radius:12px;box-shadow:0 4px 10px #0000001a;width:100%;max-width:450px;text-align:left;z-index:1;margin:0 auto}.signup-form div{display:flex;flex-direction:column;gap:5px;align-items:center;width:100%;margin-bottom:5px}.signup-form form div label{display:inline-block;text-align:left;font-size:1rem;font-weight:700;color:#3c2f2f}.signup-form h1{font-size:2rem;font-weight:700;color:#3c2f2f;text-shadow:0 1px 3px rgba(0,0,0,.3)}.signup-form input,.signup-form select{width:100%;max-width:400px;padding:10px;margin:10px 0;font-size:1rem;border:1px solid #ddd;border-radius:5px;box-sizing:border-box;transition:border-color .3s ease,box-shadow .3s ease}.signup-form input:focus,.signup-form select:focus{outline:2px solid #007bff;box-shadow:0 0 5px #007bff80}.signup-form button{background-color:#3c2f2f;color:#fff;cursor:pointer;font-weight:700;font-size:1rem;padding:12px;border-radius:8px;border:none;transition:background-color .3s ease,transform .2s ease;width:100%;max-width:350px}.signup-form button:hover{background-color:#f0c14b;box-shadow:0 4px 8px #0000001a}.signup-form button:focus{outline:3px solid #ffffff;box-shadow:0 0 10px #f0c14bcc}.signup-form button:active{transform:scale(.97)}@media (max-width: 600px){.signup-form{width:90%;padding:15px}.signup-form input,.signup-form select,.signup-form button{max-width:100%}}body{font-family:Arial,sans-serif;background-color:#fff;margin:0;padding:0}.signup-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background-color:#f5f5f5;background-image:url(/assets/BackgroundArt-DFMVAO7M.webp);background-size:cover;background-position:center;padding:20px;position:relative;width:100%}.signup-page:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000000b3;z-index:0}.signup-page form{display:flex;flex-direction:column;align-items:center;gap:10px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:20px;border-radius:12px;box-shadow:0 4px 10px #0000001a;width:100%;max-width:450px;text-align:left;z-index:1;margin:0 auto}.signup-page div{display:flex;flex-direction:column;gap:5px;align-items:center;width:100%;margin-bottom:5px}.signup-page form div label{display:inline-block;text-align:left;font-size:1rem;font-weight:700;color:#3c2f2f}.signup-page h1,.signup-page h2,.signup-page p{z-index:1;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.5)}.signup-page div input,.signup-page div select{width:100%;max-width:400px;padding:10px;margin:10px 0;font-size:1rem;border:1px solid #ddd;border-radius:5px;box-sizing:border-box;transition:border-color .3s ease,box-shadow .3s ease}.signup-page div input:focus,.signup-page div select:focus{outline:2px solid #007bff;box-shadow:0 0 5px #007bff80}.signup-page div:hover{background-color:#007bff0d;border-radius:5px}.signup-page div input[type=checkbox]{transform:scale(1.2);margin-right:10px;width:20px;height:20px;accent-color:#007bff}.signup-page .checkbox-container{display:flex;align-items:center;width:100%}.signup-page button{background:#3c2f2f;color:#fff;cursor:pointer;font-weight:700;font-size:1rem;border:none;border-radius:8px;padding:12px;transition:background-color .3s ease,transform .2s ease,box-shadow .3s ease;width:calc(100% - 20px);max-width:400px;margin-top:10px}.signup-page div button:hover{background:#f0c14b}.signup-page div button:active{transform:scale(.98)}.signup-page p{text-align:center;margin-top:20px;font-size:1rem;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.5)}.signup-page button{display:block;background:#3c2f2f;border:none;color:#fff;cursor:pointer;font-weight:700;text-decoration:none;margin-top:10px;font-size:1rem;padding:12px;border-radius:8px;transition:color .3s ease,background-color .3s ease}.signup-page button:hover{background-color:#f0c14b;box-shadow:0 4px 8px #00000026}.signup-page button:focus{outline:2px solid #ffffff;box-shadow:0 0 10px #f0c14bcc}.signup-page button:active{transform:scale(.97)}@media (max-width: 600px){.signup-container{width:90%}.signup-page div input,.signup-page div select,.signup-page button{max-width:100%}}.navbar{background-color:#3c2f2f;color:#fff;padding:.5rem 1.5rem;position:sticky;top:0;z-index:10;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 6px #0000001a;margin-bottom:.5rem}.navbar-container{display:flex;justify-content:space-between;width:100%}.navbar-logo{display:flex;align-items:center;gap:.5rem;cursor:pointer}.navbar-logo-img{height:60px;width:auto;border-radius:50%;object-fit:contain}.navbar-links{display:flex;flex-direction:row;gap:2rem;list-style:none;margin:0}.navbar-links li{margin:0}.navbar-links.open{display:flex;z-index:1000}.navbar-links a{text-decoration:none;color:#fff;font-size:1.2rem;font-weight:700;transition:color .3s ease;margin-bottom:1rem}.navbar-links a:hover,.navbar-links a:focus{color:#f0c14b;outline:none}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999}.burger-menu{display:none;cursor:pointer;flex-direction:column;justify-content:space-between;height:18px;width:25px;z-index:1001}.burger-bar{height:3px;width:100%;background-color:#fff;transition:all .3s ease}@media (max-width: 768px){.burger-menu{display:flex;cursor:pointer;flex-direction:column;justify-content:space-between;height:20px;width:25px;z-index:1001}.navbar-links{display:none;flex-direction:column;background-color:#3c2f2f;position:fixed;top:0;left:0;width:100%;height:100%;padding:2rem 1rem;z-index:1000;overflow-y:auto}.navbar-links.open{display:flex}.navbar-links li{margin:.5rem 0}.navbar-links a{font-size:1.5rem;color:#fff;margin-bottom:1rem;text-align:center}.navbar-logo-img{height:50px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.create-project-page{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:2rem;min-height:100vh;background-color:#f8f9fa;background-image:linear-gradient(#fffc,#fffc),url(/assets/Artpaintingimage-DAN03Mmb.webp);background-size:cover;background-position:center;gap:1rem}.create-project-header{text-align:center;margin-bottom:1.5rem}.create-project-header h2{font-size:2.2rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#3c2f2f;text-shadow:0 1px 2px rgba(0,0,0,.3)}.create-project-form{background:linear-gradient(135deg,#ffffffe6,#f0f0f0e6);border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 4px 8px #0000001a;padding:1.5rem;width:100%;max-width:700px;margin:1.5rem auto;text-align:left;display:flex;flex-direction:column;align-items:center;gap:1rem}.create-project-form label{display:flex;flex-direction:column;width:100%;font-weight:700;color:#3c2f2f;font-size:1rem;margin-bottom:.5rem}.create-project-form input,.create-project-form textarea,.create-project-form select{width:100%;padding:10px;margin-top:8px;font-size:1rem;border:1px solid #ccc;border-radius:6px;box-sizing:border-box;transition:border-color .3s ease,box-shadow .3s ease}.create-project-form input[type=text],.create-project-form input[type=number],.create-project-form input[type=date],.create-project-form select{max-width:650px}.create-project-form input:focus,.create-project-form textarea:focus,.create-project-form select:focus{outline:2px solid #007bff;box-shadow:0 0 5px #007bff80}.create-project-form textarea{min-height:120px;resize:vertical}.create-project-form input[type=checkbox]{transform:scale(1.2);margin-top:10px}.create-project-form .checkbox-container{display:flex;align-items:center;width:100%;gap:10px;font-weight:700;color:#3c2f2f}.create-project-form input[type=file]{padding:5px;background:#ffffffe6;border:1px solid #ccc;border-radius:6px;cursor:pointer}.create-project-form button{background-color:#3c2f2f;color:#fff;font-size:1rem;font-weight:700;padding:12px 20px;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.create-project-form button:hover{background-color:#f0c14b;transform:scale(1.02);box-shadow:0 4px 8px #0000001a}.create-project-form button:active{transform:scale(.98)}.create-project-form .error{color:red;font-size:.9rem;margin-top:5px;font-weight:400;text-align:left}@media (max-width: 768px){.create-project-form{padding:20px;max-width:90%}.create-project-form label,.create-project-form input,.create-project-form textarea,.create-project-form select{font-size:.9rem}.create-project-form button{font-size:.9rem;padding:10px 15px}}
