@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&family=Playfair+Display:wght@700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Lora:wght@400;700&family=Playfair+Display:wght@700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body.light{background:linear-gradient(135deg,#f3f4f7,#e7ebf0);color:#333}body.dark,body.light{transition:background .5s ease,color .5s ease}body.dark{background:linear-gradient(135deg,#2c3e50,#34495e);color:#e0e0e0}nav{border-radius:8px;margin-bottom:1rem}.nav-left{display:flex;flex:1 1;justify-content:flex-start}.nav-left a{font-family:Playfair Display,serif;font-size:1.8rem;font-weight:700}.nav-center{flex:2 1}.nav-center a{border:none;border-bottom:2px solid #0000;padding-bottom:.2rem}body.light .nav-center a{border-bottom-color:#333;color:#333}body.dark .nav-center a{border-bottom-color:#e0e0e0;color:#e0e0e0}body.light .nav-center a:hover{background-color:#333;color:#dddde0}body.dark .nav-center a:hover{background-color:#2b3041;color:#dddde0}body.light .nav-left a:hover{background-color:#333;color:#dddde0}body.dark .nav-left a:hover{background-color:#2b3041;color:#dddde0}.nav-right{display:flex;flex:1 1;justify-content:flex-end}nav a{border:none;border-bottom:2px solid #0000;font-size:1.2rem;margin:0 1rem;padding-bottom:.2rem;text-decoration:none;transition:color .3s ease}body.light nav a{color:#333}body.dark nav a{color:#e0e0e0}body.light .theme-toggle-btn{border-color:#333;color:#333}body.light .theme-toggle-btn:hover{background-color:#333;color:#fff;cursor:pointer}body.dark .theme-toggle-btn{border-color:#e0e0e0;color:#e0e0e0}body.dark .theme-toggle-btn:hover{background-color:#21a1f1;color:#fff;cursor:pointer}.container{border-radius:8px;margin:0 auto;max-width:1200px;padding:2rem;transition:background-color .5s ease}nav{align-items:center;background-color:initial;display:flex;justify-content:space-between;padding:1rem 2rem}.nav-left{font-family:Playfair Display,serif;font-size:1.8rem;font-weight:700}.nav-left a{transition:color .3s ease}.nav-center a,.nav-left a{color:inherit;text-decoration:none}.nav-center a{font-size:1.2rem;margin:0 1rem;transition:color .3s ease,border-bottom-color .3s ease}.hamburger-menu{cursor:pointer;display:none;font-size:1.8rem;z-index:1100}.hamburger-menu.open{color:#fff}.nav-center{align-items:center;display:flex;justify-content:center;z-index:1000}@media (max-width:768px){.hamburger-menu{display:block}.nav-center{align-items:center;background-color:#000000e6;flex-direction:column;height:100vh;justify-content:center;left:0;opacity:0;position:fixed;top:0;transform:translateY(-100%);width:100%}.nav-center.open{animation:slideDown .5s ease forwards}@keyframes slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.theme-toggle-btn{border-radius:6px;font-size:1.4rem;padding:.7rem 1.2rem}body.light .nav-center a{color:#fff}}.about-container{display:flex;flex-direction:row;gap:40px;margin:0 auto;max-width:1000px;padding:2rem;transition:background-color .5s ease,color .5s ease}.about-left{align-items:center;display:flex;flex:1 1;flex-direction:column;text-align:center}.profile-photo{border-radius:50%;box-shadow:0 4px 15px #0000004d;height:150px;margin-bottom:1.5rem;object-fit:cover;width:150px}.social-links{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.social-links a{cursor:pointer;font-family:Merriweather,serif;font-size:1rem;font-weight:700;text-decoration:none;transition:color .3s ease;z-index:1}.social-links a:hover{cursor:pointer}.about-right{flex:2 1;font-family:Merriweather,serif;font-size:1.1rem;line-height:1.6;transition:color .5s ease}.about-content h1,.about-content h2,.about-content h3{color:inherit;font-family:Playfair Display,serif;font-weight:700;margin-bottom:1rem}.resume-download{border-radius:5px;display:inline-block;font-family:Merriweather,serif;font-weight:700;margin-top:1rem;padding:.6rem 1.2rem;text-decoration:none;transition:background-color .3s ease,color .3s ease}body.light .about-container{background-color:#f4f4f7;color:#333}body.light .resume-download{background-color:#333;color:#f4f4f7}body.light .resume-download:hover{background-color:#555}body.light .social-links a{color:#333}body.light .social-links a:hover{color:#555}body.dark .about-container{background-color:#2c3e50;color:#e0e0e0}body.dark .about-content h1,body.dark .about-content h2,body.dark .about-content h3,body.dark .about-content p,body.dark .about-content strong{color:inherit}body.dark .resume-download{background-color:#21a1f1;color:#f4f4f7}body.dark .resume-download:hover{background-color:#1b87c1}body.dark .social-links a{color:#e0e0e0}body.dark .social-links a:hover{color:#b0c4de}.badges{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);list-style:none;margin-top:1rem;padding:0}.badge-card{background-color:initial;padding:0;text-align:center;transition:transform .3s ease}.badge-card a{border:none;outline:none;text-decoration:none}.badge-card img{height:100px;margin-bottom:.5rem;object-fit:contain;width:100px}.badge-card:hover{transform:translateY(-5px)}.delete-badge-btn{background-color:#ff4d4d;border:none;border-radius:4px;color:#fff;cursor:pointer;display:block;margin-top:.5rem;padding:.5rem;width:100%}.delete-badge-btn:hover{background-color:#e04e4e}@media (max-width:768px){.about-container{flex-direction:column;gap:20px;padding:1rem;text-align:center}.about-left,.about-right{flex:none;width:100%}.profile-photo{height:120px;margin:0 auto 1rem;width:120px}.social-links{flex-direction:row;gap:1rem;justify-content:center}.about-right{font-size:1rem;line-height:1.5}.badges{gap:.5rem;grid-template-columns:repeat(2,1fr)}.badge-card img{height:80px;width:80px}.resume-download{font-size:.9rem;padding:.5rem 1rem}}@media (max-width:480px){.badges{gap:.5rem;grid-template-columns:1fr}.badge-card img{height:70px;width:70px}.resume-download{font-size:.8rem;padding:.4rem .8rem}}section{background-color:initial;padding:4rem 2rem}body.dark section .portfolio-header{color:#a8a5a5;opacity:0;text-align:center}body.dark section .portfolio-header,h1{animation:fadeInDown 1s ease-out forwards;font-size:3rem;margin-bottom:1rem}h1{color:#333}p{animation:fadeInUp 1.2s ease-out forwards;color:#666;font-size:1.2rem;margin-bottom:2rem;opacity:0;text-align:center}body.light section{background-color:#f0f4f8;color:#333}body.dark section{background-color:#2c3e50;color:#e0e0e0}ul{grid-gap:2rem;animation:fadeInUp 1.5s ease-out forwards;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));list-style-type:none;opacity:0;padding:0}body.light li{background-color:#fff;color:#333}body.dark li{background-color:#34495e;color:#e0e0e0}body.dark li img,body.dark section li a,body.dark section li h2,body.dark section li p{color:inherit}li{animation:scaleUp 1s ease-out forwards;background-color:#fff;border-radius:12px;box-shadow:0 8px 20px #0000001a;opacity:0;overflow:hidden;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}li:hover{box-shadow:0 12px 30px #00000026;transform:translateY(-10px)}p{color:#444;font-size:1rem;margin-bottom:1.5rem}img{border-radius:8px;height:auto;margin-bottom:1rem;max-width:100%;transition:transform .3s ease}li:hover img{transform:scale(1.05)}a{background-color:initial;border:2px solid #61dafb;border-radius:6px;color:#61dafb;display:inline-block;padding:.5rem 1rem;transition:background-color .3s ease,color .3s ease}@keyframes scaleUp{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){ul{grid-template-columns:1fr}h1{font-size:2.5rem}p{font-size:1rem}}body{background-color:#f4f7fa;background-color:var(--background-color,#f4f7fa);color:#333;color:var(--text-color,#333);font-family:Roboto,sans-serif;margin:0;padding:0;transition:background-color .5s ease,color .5s ease}body.dark{--background-color:#2c3e50;--text-color:#e0e0e0}section{align-items:center;background-color:var(--background-color);display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:2rem;transition:background-color .5s ease,color .5s ease}h1{animation:fadeInDown 1s forwards;font-size:2.5rem;margin-bottom:2rem;opacity:0;text-align:center;transform:translateY(-20px)}body.dark form,h1{color:var(--text-color)}body.dark form{background-color:#34495e}form{align-items:center;animation:fadeInUp 1s ease-out forwards;background-color:#fff;border-radius:12px;box-shadow:0 8px 20px #0000001a;max-width:500px;opacity:0;padding:2rem;transform:translateY(30px)}form,input,textarea{box-sizing:border-box}input,textarea{border:2px solid #61dafb;border-radius:8px;font-size:1rem;margin-bottom:1.5rem;max-width:400px;padding:.75rem 1rem;transition:border-color .3s ease;width:100%}input:focus,textarea:focus{border-color:#21a1f1;outline:none}textarea{min-height:150px;resize:vertical}button{background-color:#61dafb;border-radius:8px;font-size:1.1rem;max-width:400px;overflow:hidden;padding:.8rem 2rem;position:relative;transition:background-color .3s ease,transform .3s ease}@media (max-width:600px){form{padding:1.5rem;width:100%}h1{font-size:2rem}input,textarea{font-size:.9rem}button,input,textarea{max-width:100%;width:100%}button{font-size:1rem}}button:hover{background-color:#21a1f1;transform:translateY(-3px)}body.dark input,body.dark textarea{background-color:#2c3e50;border-color:#7f8c8d}body.dark .feedback.success{background-color:#3b7741;border-color:#2f5935}body.dark .feedback.error{background-color:#7f4347;border-color:#6a373a}button:after{background:#fff3;content:"";height:300%;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%) scale(0);transition:all .75s;width:300%}button:hover:after{opacity:1;transform:translate(-50%,-50%) scale(1)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.blog-section{background-color:#fff;border-radius:12px;box-shadow:0 10px 30px #0000001a;margin:2rem auto;max-width:1200px;padding:2rem;text-align:center}body.light .blog-section{background-color:#f7f9fc;color:#333}body.light .blog-card{background-color:#fff;color:#333}body.dark .blog-section{color:#e0e0e0}body.dark .blog-card{background-color:#3a4b59;border:1px solid #3a4b59;color:#e0e0e0}.blog-header{font-size:3rem;margin-bottom:1.5rem;text-align:center;transition:color .3s ease}body.light .blog-header{color:#333}body.dark .blog-header{color:#d4d4d4}.blog-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;justify-content:center}.blog-card{background-color:#f7f9fc;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 15px #0003;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease;width:80%}.blog-card:hover{box-shadow:0 6px 20px #0000004d;transform:scale(1.05)}.blog-card h2{color:#444;font-size:1.8rem;margin-bottom:1rem}.blog-card p{color:#666;font-size:1.1rem;line-height:1.6;margin-bottom:.5rem}.blog-date{color:#999}a{color:#21a1f1;font-weight:700;text-decoration:none}a:hover{color:#1b87c1;text-decoration:underline}.blog-date{color:#888;font-size:.9rem;margin-top:1rem}body.dark .blog-section{background-color:#2c3e50}body.dark .blog-card h2,body.dark .blog-card p,body.dark .blog-date,body.dark .blog-header{color:#d4d4d4}.delete-button{animation:fadeInUp 1.5s ease-out forwards;background-color:#e74c3c;border-radius:8px;color:#fff;display:inline-block;font-size:1rem;font-weight:700;margin-top:1.5rem;opacity:0;padding:.6rem 1.2rem}.delete-button:hover{background-color:#c0392b}body.light .delete-button{background-color:#e74c3c}body.dark .delete-button{background-color:#c0392b}body.light .delete-button:hover{background-color:#b03a2e}body.dark .delete-button:hover{background-color:#a93226}[data-theme=light]{--background-color:#f4f4f7;--text-color:#333;--heading-color:#222;--secondary-text:#444;--primary-color:#2563eb;--primary-hover:#1d4ed8;--danger-color:#dc2626;--danger-hover:#b91c1c;--box-shadow:0 4px 6px #0000001a;--image-border-radius:8px}[data-theme=dark]{--background-color:#2c3e50;--text-color:#e5e7eb;--heading-color:#f3f4f6;--secondary-text:#d1d5db;--primary-color:#3b82f6;--primary-hover:#60a5fa;--danger-color:#ef4444;--danger-hover:#f87171;--box-shadow:0 4px 6px #ffffff1a;--image-border-radius:8px}.portfolio-detail,p{color:var(--text-color)}.portfolio-detail{align-items:center;background-color:var(--background-color);box-sizing:border-box;display:flex;flex-direction:column;font-family:Lora,serif;margin:0 auto;max-width:80%;min-height:100vh;overflow-x:hidden;padding:2rem 1rem}.portfolio-title{word-wrap:break-word;color:var(--heading-color);font-family:Playfair Display,serif;font-size:2rem;line-height:1.2;margin-bottom:1.5rem;max-width:90%;text-align:center}.portfolio-image{border-radius:var(--image-border-radius);box-shadow:var(--box-shadow);display:block;height:auto;margin:1.5rem 0;max-width:100%;width:100%}.portfolio-description{word-wrap:break-word;color:var(--secondary-text);font-size:1rem;line-height:1.5;margin-bottom:1.5rem;max-width:90%;overflow-wrap:break-word;text-align:justify}.portfolio-links{align-items:center;display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;width:100%}.portfolio-links a{word-wrap:break-word;background-color:var(--primary-color);border-radius:6px;color:var(--background-color);display:inline-block;max-width:300px;padding:.8rem 1.5rem;text-align:center;text-decoration:none;transition:background-color .3s ease;width:90%}.portfolio-links a:hover{background-color:var(--primary-hover)}.delete-button{background-color:var(--danger-color);border:none;border-radius:6px;color:var(--background-color);cursor:pointer;display:block;margin-top:1rem;max-width:300px;padding:.8rem 1.5rem;transition:background-color .3s ease;width:90%}.delete-button:hover{background-color:var(--danger-hover)}@media (min-width:768px){.portfolio-detail{padding:3rem 2rem}.portfolio-title{font-size:2.5rem}.portfolio-links{flex-direction:row;justify-content:center}.delete-button,.portfolio-links a{width:auto}}@media (min-width:1024px){.portfolio-detail{padding:4rem}.portfolio-image{margin:2rem auto;max-width:800px}.portfolio-description{font-size:1.2rem;margin:0 auto 3rem;max-width:800px}}.service-section{margin:4rem auto;max-width:1000px;padding:2rem;text-align:center;transition:background-color .5s ease,color .5s ease}.service-header{font-family:Playfair Display,serif;font-size:2.5rem;margin-bottom:1.5rem;transition:color .5s ease}.service-list{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.service-item{border-radius:10px;box-shadow:0 4px 10px #0003;padding:1.5rem;transition:background-color .5s ease,color .5s ease}.service-photo{border-radius:8px;height:150px;margin-bottom:1rem;object-fit:cover;transition:transform .3s ease;width:100%}.service-photo:hover{transform:scale(1.05)}.service-content{font-family:Lora,serif;font-size:1rem;line-height:1.6;transition:color .5s ease}body.light .service-section{background-color:#f4f4f7;color:#333}body.light .service-header{color:#333}body.light .service-item{background-color:#fff;color:#333}body.dark .service-section{background-color:#2c3e50;color:#e0e0e0}body.dark .service-header{color:#e0e0e0}body.dark .service-item{background-color:#3a4b59;color:#e0e0e0}.footer-section{padding:2rem;text-align:center;transition:background-color .5s ease,color .5s ease}body.light .footer-section{background-color:#f3f4f7;color:#333}body.dark .footer-section{background-color:#2c3e50;color:#e0e0e0}.footer-content{margin:0 auto;max-width:1000px}.footer-author{font-size:1.2rem;font-weight:700;margin-bottom:1rem}.footer-links{margin:2rem 0}.footer-login-logout{margin-bottom:1.5rem}.footer-link{border:2px solid #0000;border-radius:4px;font-size:1.1rem;padding:.3rem .7rem;text-decoration:none;transition:background-color .3s ease,color .3s ease,border-color .3s ease}.logout-btn{background-color:#f44336;border:none;color:#fff}body.light .footer-link{border-color:#333;color:#333}body.light .footer-link:hover{background-color:#333;color:#f3f4f7}body.dark .footer-link{border-color:#e0e0e0;color:#e0e0e0}body.dark .footer-link:hover{background-color:#e0e0e0;color:#2c3e50}.footer-column-links{display:flex;gap:2rem;justify-content:center}.footer-column{display:flex;flex-direction:column;gap:1rem}.footer-thanks{color:inherit;font-size:1rem;font-style:italic;margin-top:1.5rem}.edit-profile-container{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:20px}.edit-profile-form{display:flex;flex-direction:column}.edit-profile-form input,.edit-profile-form textarea{background-color:var(--input-background);border:1px solid var(--input-border);border-radius:5px;color:inherit;font-size:1rem;margin-bottom:1rem;padding:.8rem;transition:border-color .3s ease}.edit-profile-form input:focus,.edit-profile-form textarea:focus{border-color:var(--focus-border)}.edit-profile-form button{background-color:var(--button-background);border:none;border-radius:5px;color:var(--button-text);cursor:pointer;font-size:1.1rem;padding:.8rem;transition:background-color .3s ease}.edit-profile-form button:hover{background-color:var(--button-hover)}body.light{--container-background:#f3f4f7;--input-border:#ccc;--input-background:#fff;--focus-border:#333;--button-background:#333;--button-text:#dddde0;--button-hover:#444}body.dark{--container-background:#2c3e50;--input-border:#666;--input-background:#34495e;--focus-border:#e0e0e0;--button-background:#e0e0e0;--button-text:#333;--button-hover:#ddd}.edit-profile-form{background-color:var(--container-background);border-radius:10px;box-shadow:0 4px 6px #0000001a;max-width:500px;padding:20px;width:100%}.create-blog-container{align-items:center;background-color:#f9f9f9;display:flex;height:100vh;justify-content:center;padding:2rem;transition:background-color .5s ease}body.light .create-blog-container{background-color:#f4f4f7;color:#333}body.dark .create-blog-container{background-color:#2c3e50;color:#e0e0e0}.create-blog-form{background-color:#fff;border-radius:8px;box-shadow:0 4px 10px #0000001a;display:flex;flex-direction:column;gap:1.5rem;max-width:600px;padding:2rem;transition:background-color .5s ease,color .5s ease;width:100%}body.light .create-blog-form{background-color:#fff;color:#333}body.dark .create-blog-form{background-color:#34495e;color:#e0e0e0}input[type=file],input[type=text],textarea{border:1px solid #ddd;border-radius:5px;font-size:1rem;padding:1rem;transition:all .3s ease}body.light input[type=file],body.light input[type=text],body.light textarea{background-color:#fff;color:#333}body.dark input[type=file],body.dark input[type=text],body.dark textarea{background-color:#2c3e50;color:#e0e0e0}button{background-color:#3498db;color:#fff;padding:1rem}button:hover{background-color:#2980b9}button:active{transform:translateY(1px)}@media (max-width:768px){.create-blog-container,.create-blog-form{padding:1.5rem}button,input[type=file],input[type=text],textarea{font-size:1rem}}.create-portfolio-container{align-items:center;display:flex;justify-content:center;min-height:80vh;padding:2rem}.create-portfolio-form{background-color:var(--form-bg);border-radius:8px;box-shadow:0 8px 16px #0000001a;display:flex;flex-direction:column;gap:1rem;max-width:500px;padding:2rem;width:100%}.create-portfolio-form input,.create-portfolio-form textarea{border:1px solid #ddd;border-radius:5px;color:inherit;font-size:1rem;padding:.8rem}.create-portfolio-form textarea{height:100px;resize:vertical}.create-portfolio-form button{background-color:var(--btn-bg);border:none;border-radius:5px;color:var(--btn-text);cursor:pointer;font-size:1rem;font-weight:700;padding:.8rem 1.2rem;transition:background-color .3s ease}body.light .create-portfolio-form{background-color:#f9f9f9}body.dark .create-portfolio-form{background-color:#2c3e50;color:#1d1c1c}body.light .create-portfolio-form button{background-color:#333;color:#f9f9f9}body.dark .create-portfolio-form button{background-color:#21a1f1;color:#e0e0e0}.create-portfolio-form button:hover{opacity:.9}.feedback{margin:15px 0}.landing-container{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:center;text-align:center;transition:background-color .5s ease,color .5s ease}.profile-photo img{border-radius:50%;box-shadow:0 4px 15px #0000004d;height:150px;margin-bottom:20px;object-fit:cover;transition:transform .3s ease;width:150px}.profile-photo img:hover{transform:scale(1.05)}.mission-message{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;margin-bottom:15px}.mission-message,.mission-paragraph{color:inherit;transition:color .5s ease}.mission-paragraph{font-family:Lora,serif;font-size:1.2rem;font-weight:400;line-height:1.6;margin-bottom:30px;max-width:700px;padding:0 20px}.landing-buttons{display:flex;gap:20px;margin-top:20px}.landing-buttons .contact-link,.landing-buttons a{border-radius:5px;font-size:1rem;font-weight:700;padding:.7rem 1.5rem;text-decoration:none;transition:background-color .3s ease,color .3s ease}body.light .landing-container{background-color:#f4f4f7;color:#333}body.light .mission-message,body.light .mission-paragraph{color:#333}body.light .contact-link,body.light .landing-buttons a{background-color:#333;color:#f4f4f7}body.light .contact-link:hover,body.light .landing-buttons a:hover{background-color:#555}body.dark .landing-container{background-color:#2c3e50;color:#e0e0e0}body.dark .mission-message,body.dark .mission-paragraph{color:#e0e0e0}body.dark .contact-link,body.dark .landing-buttons a{background-color:#21a1f1;color:#f4f4f7}body.dark .contact-link:hover,body.dark .landing-buttons a:hover{background-color:#1b87c1}.create-service-container{align-items:center;justify-content:center;min-height:100vh}.create-service-container,.create-service-form{display:flex;flex-direction:column;padding:20px}.create-service-form{border-radius:8px;gap:10px;max-width:600px;transition:background-color .5s ease,color .5s ease;width:100%}.create-service-form input,.create-service-form textarea{border:1px solid #0000;border-radius:5px;font-size:1rem;padding:10px;transition:border-color .3s ease}body.light .create-service-form{background-color:#fff;color:#333}body.light .create-service-form input,body.light .create-service-form textarea{border-color:#ccc}body.light .create-service-form input:focus,body.light .create-service-form textarea:focus{border-color:#007bff}body.dark .create-service-form{background-color:#2c3e50;color:#e0e0e0}body.dark .create-service-form input,body.dark .create-service-form textarea{border-color:#444}body.dark .create-service-form input:focus,body.dark .create-service-form textarea:focus{border-color:#21a1f1}.submit-button{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:10px;transition:background-color .3s ease}body.light .submit-button{background-color:#131313}body.light .submit-button:hover{background-color:#0056b3}body.dark .submit-button{background-color:#21a1f1}body.dark .submit-button:hover{background-color:#0d8ae0}.message{color:green;margin-top:10px}.error{color:red}.login-form{border-radius:8px;box-shadow:0 4px 10px #0000001a;display:flex;flex-direction:column;margin:0 auto;max-width:400px;padding:2rem;transition:background-color .5s ease,color .5s ease}body.light .login-form{background-color:#fff;color:#333}body.dark .login-form{background-color:#2c3e50;color:#e0e0e0}.login-form input{border:1px solid #ccc;border-radius:5px;font-size:1rem;margin:.5rem 0;padding:.8rem;transition:border-color .3s ease}body.light .login-form input{background-color:#fff;color:#333}body.dark .login-form input{background-color:#34495e;border:1px solid #7f8c8d;color:#e0e0e0}.login-form input:focus{border-color:#3498db;outline:none}.login-form button{background-color:#3498db;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;margin-top:1rem;padding:.8rem;transition:background-color .3s ease}.login-form button:hover{background-color:#2980b9}.feedback{border-radius:5px;box-shadow:0 4px 6px #0000001a;font-size:1rem;font-weight:700;margin:10px 0;margin-bottom:20px;padding:10px;padding:15px;text-align:center;width:100%}.feedback.success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.feedback.error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}@media (max-width:768px){.login-form{padding:1.5rem;width:90%}.login-form button,.login-form input{font-size:1rem}}.create-badge-container{align-items:center;border-radius:8px;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;margin:2rem auto;max-width:500px;padding:2rem;transition:background-color .5s ease,color .5s ease}body.light .create-badge-container{background-color:#fff;color:#333}body.light .create-badge-container button,body.light .create-badge-container input{background-color:#fff;border:1px solid #ddd;color:#333}body.light .create-badge-container button{background-color:#007bff;color:#fff}body.light .create-badge-container button:hover{background-color:#0056b3}body.dark .create-badge-container{background-color:#2c3e50;color:#e0e0e0}body.dark .create-badge-container button,body.dark .create-badge-container input{background-color:#34495e;border:1px solid #7f8c8d;color:#e0e0e0}body.dark .create-badge-container button{background-color:#3498db}body.dark .create-badge-container button:hover{background-color:#2980b9}form{align-items:flex-start;display:flex;flex-direction:column;gap:1.5rem;width:100%}body.dark .create-badge-container form{background-color:#2c3e50;color:#e0e0e0}label{display:flex;flex-direction:column;font-weight:700;margin-bottom:.5rem}input,label{font-size:1rem}input{border-radius:5px;margin:.5rem 0;padding:.8rem;transition:border-color .3s ease;width:100%}.success-message{color:green;font-weight:700;margin-bottom:1rem}button{border:none;border-radius:5px;cursor:pointer;font-size:1rem;margin-top:1rem;padding:.8rem;transition:background-color .3s ease;width:100%}button:hover{background-color:#0056b3}
/*# sourceMappingURL=main.ca94677b.css.map*/