.container1{min-height:100%;width:100%;margin:auto;position:relative}.Landing{min-height:100vh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.section1{position:relative}.nav-bar{position:fixed;z-index:999;display:flex;flex-direction:row}.container2{z-index:0}.content-window{height:100%;display:flex;flex-direction:row}.landing-container{width:100%;overflow-x:hidden}.hero-section{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative}.title{height:100%;width:100%;margin-top:auto;margin-bottom:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;vertical-align:middle;text-align:center;gap:1rem;padding:2rem}.title .white{width:fit-content}.hero-description{font-size:1.2rem;color:#fffc;max-width:600px;margin:1rem auto;line-height:1.6}.hero-buttons{display:flex;gap:1rem;margin-top:1rem;justify-content:center}.head{display:flex;flex-direction:column;position:relative;align-items:center;justify-content:center;margin-left:auto;margin-right:auto}.main-head{font-family:Sohne,sans-serif;font-size:8rem;font-weight:700;color:#fffefe;text-align:center;vertical-align:middle;position:relative;mix-blend-mode:overlay;overflow:hidden}.sub-head{font-size:3rem;font-weight:300;color:#fffefe;text-align:center;overflow:hidden}.section-header{text-align:left;margin-bottom:3rem;max-width:1400px;margin-left:auto;margin-right:auto;padding:0 5%}.section-title{font-size:2.5rem;font-weight:700;color:#1a1a2e;margin-bottom:.5rem}.section-subtitle{font-size:1.1rem;color:#666;max-width:600px}.info-section{padding:6rem 5%;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1400px;margin:0 auto}.service-card{padding:2rem;text-align:left;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.service-icon{font-size:2.5rem;display:inline-block;margin-bottom:1rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text}.service-card h3{font-size:1.5rem;color:#1a1a2e;margin-bottom:1rem}.service-card p{font-size:1rem!important;color:#666;line-height:1.6;padding:0}.stats-section{padding:4rem 5%;background:linear-gradient(135deg,#1a1a2e,#16213e)}.stats-container{display:grid;grid-template-columns:repeat(4,1fr);max-width:1200px;margin:0 auto;gap:2rem}.stat-item{text-align:left;padding:2rem}.stat-item h3{font-size:3.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}.stat-item p{font-size:1.1rem;color:#ffffffb3}.tours-section{padding:6rem 5%;background:#fff}.tours-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:1400px;margin:0 auto}.tour-card{overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.tour-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.tour-image{position:relative;height:250px;overflow:hidden}.tour-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.tour-card:hover .tour-image img{transform:scale(1.1)}.tour-duration{position:absolute;top:1rem;right:1rem;background:#000000b3;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem}.tour-content{padding:1.5rem;text-align:left}.tour-content h3{font-size:1.3rem;color:#1a1a2e;margin-bottom:.5rem}.tour-content p{font-size:1rem!important;color:#666;line-height:1.6;margin-bottom:1rem;padding:0}.tour-footer{display:flex;justify-content:space-between;align-items:center}.tour-price{font-size:1.5rem;font-weight:700;color:#1a1a2e}.gallery-section{padding:6rem 5%;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,250px);gap:1rem;max-width:1400px;margin:0 auto}.gallery-item{position:relative;overflow:hidden;border-radius:12px;cursor:pointer}.gallery-item-1{grid-column:span 2;grid-row:span 2}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-item:hover img{transform:scale(1.1)}.gallery-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-overlay span{color:#fff;font-size:1.2rem;font-weight:600;border:2px solid #fff;padding:.5rem 1.5rem;border-radius:25px}.testimonials-section{padding:6rem 5%;background:#fff}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.testimonial-card{padding:2rem;text-align:left;transition:transform .3s ease}.testimonial-card:hover{transform:translateY(-5px)}.testimonial-content p{font-size:1.1rem!important;color:#444;line-height:1.8;font-style:italic;margin-bottom:1.5rem;padding:0}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{font-size:2.5rem}.author-info h4{font-size:1.1rem;color:#1a1a2e;margin-bottom:.25rem}.author-info span{font-size:.9rem;color:#888}.about-section{padding:6rem 5%;background:linear-gradient(135deg,#1a1a2e,#16213e)}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1400px;margin:0 auto;align-items:center}.about-text h2{font-size:3rem;color:#fff;margin-bottom:1.5rem}.about-text p{font-size:1.1rem;color:#fffc;line-height:1.8;margin-bottom:1.5rem}.about-features{margin:2rem 0}.feature{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.feature span{color:#4ade80;font-size:1.2rem;font-weight:700}.feature p{color:#ffffffe6;margin:0}.about-image{border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #0000004d}.about-image img{width:100%;height:100%;object-fit:cover}.cta-section{padding:6rem 5%;background:linear-gradient(135deg,#667eea,#764ba2)}.cta-content{max-width:1400px;margin:0 auto}.cta-content h2{font-size:2.5rem;color:#fff;margin-bottom:.75rem}.cta-content p{font-size:1.2rem;color:#ffffffe6;margin-bottom:2rem}.cta-buttons{display:flex;gap:1rem}.footer{background:#0a0a14;padding:4rem 5% 2rem}.footer-content{display:grid;grid-template-columns:1fr 2fr;gap:4rem;max-width:1400px;margin:0 auto;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand h3{font-size:2rem;color:#fff;margin-bottom:1rem}.footer-brand p{color:#fff9;margin-bottom:1.5rem}.social-links{display:flex;gap:1rem}.social-links a{font-size:1.5rem;text-decoration:none;transition:transform .3s ease}.social-links a:hover{transform:scale(1.2)}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-column h4{color:#fff;font-size:1.1rem;margin-bottom:1.5rem}.footer-column a{display:block;color:#fff9;text-decoration:none;margin-bottom:.75rem;transition:color .3s ease}.footer-column a:hover{color:#fff}.footer-bottom{text-align:center;padding-top:2rem}.footer-bottom p{color:#ffffff80}.outline{background:transparent;border:2px solid #fff;color:#fff;padding:.75rem 2rem;border-radius:25px;font-size:1rem;cursor:pointer;transition:all .3s ease}.outline:hover{background:#fff;color:#1a1a2e}.outline-light{background:transparent;border:2px solid #fff;color:#fff;padding:.75rem 2rem;border-radius:25px;font-size:1rem;cursor:pointer;transition:all .3s ease}.outline-light:hover{background:#fff3}.small{background:#1a1a2e;color:#fff;padding:.5rem 1.5rem;border:none;border-radius:20px;font-size:.9rem;cursor:pointer;transition:background .3s ease}.small:hover{background:#16213e}@media (max-width: 1024px){.main-head{font-size:5rem}.sub-head{font-size:2rem}.section-title{font-size:2.5rem}.about-content{grid-template-columns:1fr}.about-image{order:-1;max-height:400px}.gallery-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,200px)}.gallery-item-1{grid-column:span 2;grid-row:span 1}}@media (max-width: 768px){.main-head{font-size:3rem}.sub-head{font-size:1.5rem}.hero-description{font-size:1rem}.hero-buttons{flex-direction:column;align-items:flex-start}.section-title{font-size:2rem}.section-header{padding:0}.stats-container{grid-template-columns:repeat(2,1fr)}.stat-item h3{font-size:2.5rem}.tours-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr;grid-template-rows:repeat(5,200px)}.gallery-item-1{grid-column:span 1}.footer-content{grid-template-columns:1fr}.footer-links{grid-template-columns:1fr;text-align:left}.footer-brand{text-align:left}.social-links{justify-content:flex-start}.cta-buttons{flex-direction:column;align-items:flex-start}.about-text h2,.cta-content h2{font-size:2rem}}.nav{width:100%;padding:45px 100px!important;display:flex;flex-direction:row;background:linear-gradient(0deg,#02002400,#000 150%);z-index:1000}.nav-links{display:flex}.nav{justify-content:space-between;position:fixed}.nav a{color:#fff;text-decoration:none;cursor:pointer}.nav-links li{width:auto;cursor:pointer}.nav-links a{cursor:pointer}.nav .login .login-button{color:#fff;text-decoration:none;font-style:test-bold;transition:all .2s linear;padding:1rem 1.5rem;font-size:1rem}.nav .login .login-button:hover{color:#000;background-color:#fff;border-radius:100px;cursor:pointer}.nav .logo{font-size:22px;font-weight:500;width:auto;text-decoration:none;color:#fff}.nav-links{column-gap:40px;list-style:none;margin:auto;width:auto}.nav .nav-links a{transition:all .2s linear}.nav-links a:hover{color:#000}.nav.openSearch .nav-links a{opacity:0;pointer-events:none}.nav .search-icon{color:#fff;font-size:20px;cursor:pointer}.nav .search-box{position:absolute;right:250px;height:45px;max-width:555px;width:100%;opacity:0;pointer-events:none;transition:all .2s linear}.nav.openSearch .search-box{opacity:1;pointer-events:auto}.search-box .search-icon{position:absolute;top:50%;left:15px;color:#fff;transform:translateY(-50%)}.search-box input{height:100%;width:100%;border:none;outline:none;border-radius:6px;background-color:#fff;padding:0 15px 0 45px}.nav .navOpenBtn,.nav .navCloseBtn{display:none}.login{width:auto}.tabs{width:auto;flex:1;display:flex;justify-content:center;margin:auto}@media screen and (max-width: 1160px){.nav{padding:15px 100px}.nav .search-box{right:150px}}@media screen and (max-width: 950px){.nav{padding:15px 50px}.nav .search-box{right:100px;max-width:400px}}@media screen and (max-width: 768px){.nav .navOpenBtn,.nav .navCloseBtn{display:block}.nav{padding:15px 20px}.nav .nav-links{position:fixed;top:0;left:-100%;height:100%;max-width:280px;width:100%;padding-top:100px;row-gap:30px;flex-direction:column;background-color:#fff;box-shadow:0 2px 10px #0000001a;transition:all .4s ease;z-index:999}.nav.openNav .nav-links{left:0}.nav .navOpenBtn{color:#fff;font-size:20px;cursor:pointer}.nav .navCloseBtn{position:absolute;top:20px;right:20px;color:#000;font-size:20px;cursor:pointer}.nav .search-box{top:calc(100% + 10px);max-width:calc(100% - 20px);right:50%;transform:translate(50%);box-shadow:0 2px 10px #0000001a}a{color:#000;text-decoration:none}}.button-main{position:relative}.link{text-decoration:none;max-width:fit-content}.white{width:auto;position:relative;border-radius:25px;text-align:center;color:#000;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;background:#fffffff2;padding:.75rem 2rem;border:none}.white:hover{background-color:#000;color:#fff;transform:translateY(-2px)}.blue-gradient{width:auto;position:relative;border-radius:25px;text-align:center;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;background:linear-gradient(135deg,#667eea,#764ba2);padding:.75rem 2rem;border:none}.blue-gradient:hover{transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}.yellow-gradient{width:auto;position:relative;border-radius:12px;text-align:center;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;background:linear-gradient(135deg,#f59e0b,#d97706);padding:.75rem 1.5rem;border:none}.yellow-gradient:hover{transform:translateY(-2px);box-shadow:0 10px 20px #f59e0b4d}.glass-dark-ash{width:auto;position:relative;border-radius:25px;text-align:center;color:#fff;font-size:1rem;cursor:pointer;transition:all .3s ease;background:#00000080;padding:.75rem 2rem;border:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.glass-dark-ash:hover{background:#000000b3}.btn-dashboard{width:100%;position:relative;border-radius:12px;text-align:left;color:#ffffffb3;background-color:transparent;border:none;font-size:1rem;cursor:pointer;padding:1rem 1.5rem;transition:all .3s ease}.btn-dashboard:hover{background-color:#ffffff1a;color:#fff}.btn-dashboard.active{background-color:#ffffff26;color:#fff}.profile{display:flex;align-items:center;gap:.75rem;padding:.5rem;border-radius:12px;transition:background-color .2s ease}.profile:hover{background-color:#0000000d}.profile-img-link{cursor:pointer;width:auto;display:flex}.profile-image{width:45px;height:45px;border-radius:50%;object-fit:cover;border:2px solid #e5e7eb;transition:border-color .2s ease}.profile-image:hover{border-color:#667eea}.user-name{font-size:1rem;font-weight:600;color:#1a1a2e;margin:0;line-height:1.3}.user-location{font-size:.85rem;color:#666;margin:0}.card{position:relative;width:100%;border-radius:16px;background-color:#fff;box-shadow:0 4px 20px #00000014;transition:box-shadow .3s ease}.card:hover{box-shadow:0 8px 30px #0000001f}.project-card-on-overview{display:flex;flex-direction:column;width:100%;height:100%;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px #00000014}.project-card-on-overview .project-count-and-button{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem;gap:1rem}.project-card-on-overview .project-count{display:flex;flex-direction:column;gap:.5rem}.project-card-on-overview .project-count h1{font-size:1rem;font-weight:500;color:#666;margin:0}.project-card-on-overview .project-count p{font-size:3rem!important;font-weight:700;color:#1a1a2e;margin:0;padding:0}.project-card-on-overview .create-project-button{display:flex;align-items:center;justify-content:center;background:transparent;box-shadow:none;padding:0}.project-card-on-overview .project-image{flex:1;min-height:200px;overflow:hidden;border-radius:0;background:transparent;box-shadow:none}.project-card-on-overview .project-image img{width:100%;height:100%;object-fit:cover}.overview{width:100%;height:100%;display:flex;flex-direction:column;gap:2rem}.overview .headline{font-size:2rem;font-weight:700;color:#1a1a2e;margin:0}.overview-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;border-bottom:1px solid #eee}.overview-content{display:grid;grid-template-columns:1fr 1.5fr;gap:2rem;flex:1}.overview-column-one{display:flex;flex-direction:column;gap:1.5rem}.overview-column-one .card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:16px;padding:1.5rem!important;transition:transform .3s ease,box-shadow .3s ease}.overview-column-one .card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #667eea66}.overview-column-one .card:nth-child(2){background:linear-gradient(135deg,#f093fb,#f5576c)}.overview-column-one .card:nth-child(2):hover{box-shadow:0 10px 30px #f5576c66}.overview-column-one .card:nth-child(3){background:linear-gradient(135deg,#4facfe,#00f2fe)}.overview-column-one .card:nth-child(3):hover{box-shadow:0 10px 30px #4facfe66}.overview-column-one .card h1{font-size:1rem;font-weight:500;margin:0 0 .5rem;opacity:.9}.overview-column-one .card p{font-size:2.5rem!important;font-weight:700;margin:0;padding:0}.overview-column-two{display:flex;flex-direction:column}@media (max-width: 1024px){.overview-content{grid-template-columns:1fr}.overview-column-one{flex-direction:row;flex-wrap:wrap}.overview-column-one .card{flex:1;min-width:150px}}@media (max-width: 768px){.overview-header{flex-direction:column;align-items:flex-start;gap:1rem}.overview-column-one{flex-direction:column}.overview-column-one .card{min-width:100%}}.overview-column-one .user-project-list{max-height:calc(100vh - 250px);overflow-y:auto;padding:1rem!important;background:#f8f9fa}.overview-column-one .user-project-list::-webkit-scrollbar{width:6px}.overview-column-one .user-project-list::-webkit-scrollbar-track{background:transparent}.overview-column-one .user-project-list::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.project-card{display:flex;justify-content:space-between;background-size:cover;background-repeat:no-repeat;background-position:center;padding:1.5rem;border-radius:16px;color:#fff;position:relative;overflow:hidden;min-height:180px;margin-bottom:1rem;transition:transform .3s ease}.project-card:hover{transform:scale(1.02)}.project-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#000000b3,#0006);border-radius:16px;z-index:1}.project-card-first-c{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:flex-end;flex:1}.project-card-first-c .project-title{font-size:1.3rem;font-weight:700;margin:0 0 .5rem}.project-card-first-c .project-description{font-size:.9rem;opacity:.9;margin:0;line-height:1.4}.project-card-second-c{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.project-card-second-c .project-category{font-size:.8rem;background:#fff3;padding:.4rem .8rem;border-radius:20px;margin:0}.project-buttons{display:flex;gap:.5rem}.project-buttons button{width:36px;height:36px;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.9rem;transition:transform .2s ease,background-color .2s ease}.project-buttons .edit-button{background:#ffffffe6;color:#1a1a2e}.project-buttons .edit-button:hover{background:#fff;transform:scale(1.1)}.project-buttons .delete-button{background:#ef4444;color:#fff}.project-buttons .delete-button:hover{background:#dc2626;transform:scale(1.1)}.delete-dialog-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.delete-dialog{background:#fff;border-radius:16px;padding:2rem;max-width:400px;width:90%;text-align:center;box-shadow:0 20px 50px #0000004d;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.delete-dialog-icon{width:60px;height:60px;background:#fef2f2;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.delete-dialog-icon i{font-size:1.5rem;color:#ef4444}.delete-dialog h3{font-size:1.25rem;font-weight:700;color:#1a1a2e;margin:0 0 .75rem}.delete-dialog p{font-size:.95rem;color:#666;margin:0 0 1.5rem;line-height:1.5}.delete-dialog p strong{color:#1a1a2e}.delete-dialog-buttons{display:flex;gap:.75rem;justify-content:center}.delete-dialog-buttons button{padding:.75rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.delete-dialog-buttons .cancel-btn{background:#f3f4f6;color:#374151}.delete-dialog-buttons .cancel-btn:hover{background:#e5e7eb}.delete-dialog-buttons .confirm-delete-btn{background:#ef4444;color:#fff}.delete-dialog-buttons .confirm-delete-btn:hover{background:#dc2626}.analytics{width:100%;height:100%;display:flex;flex-direction:column;gap:2rem}.analytics-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;border-bottom:1px solid #eee}.analytics-header .headline{font-size:2rem;font-weight:700;color:#1a1a2e;margin:0}.analytics-content{display:flex;flex-direction:column;gap:2rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.stat-card{padding:1.5rem;background:#fff;border-radius:16px}.stat-card .stat-label{font-size:.9rem;color:#666;margin:0 0 .5rem}.stat-card .stat-value{font-size:2.5rem;font-weight:700;color:#1a1a2e;margin:0 0 .5rem}.stat-card .stat-change{font-size:.85rem;font-weight:500}.stat-card .stat-change.positive{color:#10b981}.stat-card .stat-change.negative{color:#ef4444}.analytics-sections{display:grid;grid-template-columns:2fr 1fr;gap:1.5rem}.chart-card{padding:1.5rem}.chart-card h3{font-size:1.2rem;color:#1a1a2e;margin:0 0 1.5rem}.chart-placeholder{height:250px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:2rem;color:#666}.chart-placeholder p{margin:.25rem 0}.chart-placeholder .chart-note{font-size:.85rem;color:#999}.activity-card{padding:1.5rem}.activity-card h3{font-size:1.2rem;color:#1a1a2e;margin:0 0 1rem}.activity-list{display:flex;flex-direction:column;gap:1rem}.activity-item{display:flex;align-items:flex-start;gap:1rem;padding:.75rem;background:#f9fafb;border-radius:10px;transition:background-color .2s ease}.activity-item:hover{background:#f3f4f6}.activity-icon{font-size:1.2rem;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:8px}.activity-details{flex:1}.activity-message{font-size:.9rem;color:#1a1a2e;margin:0 0 .25rem}.activity-time{font-size:.8rem;color:#999}@media (max-width: 1024px){.analytics-sections{grid-template-columns:1fr}}@media (max-width: 768px){.analytics-header{flex-direction:column;align-items:flex-start;gap:1rem}.stats-grid{grid-template-columns:repeat(2,1fr)}}.settings-page{width:100%;height:100%;display:flex;flex-direction:column;gap:2rem}.settings-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;border-bottom:1px solid #eee}.settings-header .headline{font-size:2rem;font-weight:700;color:#1a1a2e;margin:0}.settings-content{display:flex;flex-direction:column;gap:1.5rem;max-width:800px}.settings-card{padding:1.5rem}.settings-card h3{font-size:1.2rem;color:#1a1a2e;margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:1px solid #eee}.settings-group{display:flex;flex-direction:column;gap:1rem}.setting-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f9fafb;border-radius:12px;transition:background-color .2s ease}.setting-item:hover{background:#f3f4f6}.setting-info h4{font-size:1rem;color:#1a1a2e;margin:0 0 .25rem}.setting-info p{font-size:.85rem;color:#666;margin:0}.settings-btn{padding:.5rem 1rem;background:#1a1a2e;color:#fff;border:none;border-radius:8px;font-size:.85rem;cursor:pointer;transition:background-color .2s ease}.settings-btn:hover{background:#2d2d4a}.settings-select{padding:.5rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.9rem;background:#fff;cursor:pointer;min-width:150px}.settings-select:focus{outline:none;border-color:#667eea}.toggle{position:relative;display:inline-block;width:50px;height:28px}.toggle input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#e5e7eb;transition:.3s;border-radius:28px}.toggle-slider:before{position:absolute;content:"";height:22px;width:22px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%;box-shadow:0 2px 4px #0003}.toggle input:checked+.toggle-slider{background:linear-gradient(135deg,#667eea,#764ba2)}.toggle input:checked+.toggle-slider:before{transform:translate(22px)}.danger-zone h3{color:#ef4444}.danger-btn{padding:.5rem 1rem;background:#ef4444;color:#fff;border:none;border-radius:8px;font-size:.85rem;cursor:pointer;transition:background-color .2s ease}.danger-btn:hover{background:#dc2626}@media (max-width: 768px){.settings-header,.setting-item{flex-direction:column;align-items:flex-start;gap:1rem}}.profile-page{width:100%;height:100%;display:flex;flex-direction:column;gap:2rem}.profile-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;border-bottom:1px solid #eee}.profile-header .headline{font-size:2rem;font-weight:700;color:#1a1a2e;margin:0}.profile-content{display:grid;grid-template-columns:350px 1fr;gap:2rem}.profile-main-card{overflow:hidden}.profile-cover{height:120px;background:linear-gradient(135deg,#667eea,#764ba2);position:relative}.profile-avatar{position:absolute;bottom:-50px;left:1.5rem}.profile-avatar img{width:100px;height:100px;border-radius:50%;border:4px solid #ffffff;object-fit:cover;background:#f3f4f6}.edit-avatar-btn{position:absolute;bottom:5px;right:5px;width:30px;height:30px;border-radius:50%;border:none;background:#fff;box-shadow:0 2px 8px #00000026;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.9rem}.profile-info{padding:60px 1.5rem 1.5rem}.profile-info h2{font-size:1.5rem;color:#1a1a2e;margin:0 0 .25rem}.profile-info .specialty{color:#667eea;font-weight:500;margin:0 0 .5rem}.profile-info .location{color:#666;font-size:.9rem;margin:0 0 1.5rem}.profile-stats{display:flex;justify-content:flex-start;gap:2rem;padding-top:1rem;border-top:1px solid #eee}.profile-stat{display:flex;flex-direction:column;align-items:center}.profile-stat .stat-number{font-size:1.5rem;font-weight:700;color:#1a1a2e}.profile-stat .stat-label{font-size:.85rem;color:#666}.profile-details{display:flex;flex-direction:column;gap:1.5rem}.detail-card{padding:1.5rem}.detail-card h3{font-size:1.1rem;color:#1a1a2e;margin:0 0 1rem;padding-bottom:.75rem;border-bottom:1px solid #eee}.detail-card p{color:#666;line-height:1.6;margin:0}.contact-info{display:flex;flex-direction:column;gap:.75rem}.contact-item{display:flex;align-items:center;gap:.75rem;color:#444}.contact-icon{font-size:1.1rem}.services-tags{display:flex;flex-wrap:wrap;gap:.5rem}.service-tag{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:500}@media (max-width: 1024px){.profile-content{grid-template-columns:1fr}.profile-main-card{max-width:400px;margin:0 auto}}@media (max-width: 768px){.profile-header{flex-direction:column;align-items:flex-start;gap:1rem}.profile-stats{gap:1rem}.profile-header-actions{flex-direction:column;width:100%}.edit-actions{width:100%;justify-content:flex-start}}.profile-header-actions{display:flex;align-items:center;gap:1rem}.edit-profile-btn{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.edit-profile-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.edit-actions{display:flex;gap:.75rem}.cancel-btn{padding:.6rem 1.2rem;background:#f3f4f6;color:#374151;border:none;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .2s ease}.cancel-btn:hover{background:#e5e7eb}.save-btn{padding:.6rem 1.2rem;background:#10b981;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .2s ease,transform .2s ease}.save-btn:hover:not(:disabled){background:#059669;transform:translateY(-1px)}.save-btn:disabled{opacity:.7;cursor:not-allowed}.profile-avatar{cursor:default}.profile-page .profile-avatar.editable,.profile-avatar:has(.avatar-overlay){cursor:pointer}.avatar-overlay{position:absolute;top:0;left:0;width:100px;height:100px;border-radius:50%;background:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease}.profile-avatar:hover .avatar-overlay{opacity:1}.avatar-overlay i{color:#fff;font-size:1.5rem}.edit-input{width:100%;padding:.6rem .75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.95rem;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease}.edit-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.edit-name-fields{display:flex;gap:.75rem;margin-bottom:.75rem}.edit-name-fields .edit-input{flex:1}.specialty-input{margin-bottom:.5rem}.edit-location{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.edit-location span{font-size:.9rem}.location-input{flex:1}.edit-textarea{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.95rem;font-family:inherit;resize:vertical;min-height:100px;transition:border-color .2s ease,box-shadow .2s ease}.edit-textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.dialog-form{background:#fff;padding:2rem;margin:auto;border-radius:20px;border:none;width:90%;max-width:500px;box-shadow:0 20px 60px #0000004d}.field{width:100%;display:flex;flex-direction:column;gap:.5rem}.field label{font-size:.95rem;font-weight:600;color:#1a1a2e;margin-top:.75rem}.field input,.field select{width:100%;padding:.75rem 1rem;font-size:1rem;border:2px solid #e5e7eb;border-radius:12px;background:#f9fafb;transition:all .2s ease}.field input:focus,.field select:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 3px #667eea1a}.field input:hover,.field select:hover{border-color:#d1d5db}.field .file-upload{padding:1rem;border:2px dashed #e5e7eb;border-radius:12px;background:#f9fafb;cursor:pointer}.field .file-upload:hover{border-color:#667eea;background:#f0f4ff}.field .buttons{display:flex;gap:1rem;margin-top:1.5rem;justify-content:flex-end}.field .buttons .button{padding:.75rem 1.5rem;border-radius:10px;font-weight:600}dialog{animation:fade-out .1s ease-out}dialog[open]{animation:fade-in .1s ease-out}dialog[open]::backdrop{animation:backdrop-fade-in .1s ease-out forwards}@keyframes fade-in{0%{opacity:0;transform:scaleY(0);display:none}to{opacity:1;transform:scaleY(1);display:block}}@keyframes fade-out{0%{opacity:1;transform:scaleY(1);display:block}to{opacity:0;transform:scaleY(0);display:none}}@keyframes backdrop-fade-in{0%{background-color:#0000}to{background-color:#000000d9}}.side-navbar{width:250px;min-width:250px;height:100vh;position:fixed;left:0;top:0;background:linear-gradient(180deg,#1a1a2ef2,#16213ef2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;display:flex;flex-direction:column;padding:2rem 1rem}.side-navbar .side-nav-links{display:flex;flex-direction:column;height:100%;width:100%}.side-navbar .lensity-logo{text-decoration:none;color:#fff;font-size:1.8rem;font-weight:700;margin-bottom:3rem;display:block;padding-left:1rem}.side-navbar ul{list-style-type:none;display:flex;flex-direction:column;gap:.5rem;flex:1;padding:0;margin:0}.side-navbar .btn-dashboard{width:100%;padding:1rem 1.5rem;text-align:left;background:transparent;border:none;color:#ffffffb3;font-size:1rem;border-radius:12px;cursor:pointer;transition:all .3s ease}.side-navbar .btn-dashboard:hover{background:#ffffff1a;color:#fff}.side-navbar .btn-dashboard.active{background:#ffffff26;color:#fff}.side-navbar .divider-li{margin-top:auto;border-top:1px solid rgba(255,255,255,.1);padding-top:1rem}.component-main{margin-left:250px;min-height:100vh;padding:2rem;position:relative;z-index:1}.components{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:2rem;min-height:calc(100vh - 4rem);box-shadow:0 10px 40px #0000001a}.bg-image{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:-2;filter:blur(30px);transform:scale(1.1)}.bg-black{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0006;z-index:-1}@media (max-width: 1024px){.side-navbar{width:200px;min-width:200px}.component-main{margin-left:200px}}@media (max-width: 768px){.side-navbar{width:70px;min-width:70px;padding:1rem .5rem}.side-navbar .lensity-logo{font-size:1rem;text-align:center;padding:0;margin-bottom:2rem}.side-navbar .btn-dashboard{padding:1rem;text-align:center;font-size:.8rem}.component-main{margin-left:70px;padding:1rem}}.login-form .form-container p{font-size:1rem;margin-bottom:1rem;position:relative}.login-form .form-container p .frogot-pw{margin-left:auto;position:relative}.login-form .form-container .field .button{width:100%;padding:.5rem;border:none;cursor:pointer;transition:.5;margin-top:1rem}.login-form{display:flex;flex-direction:row;justify-content:center;align-items:center;height:100vh}.login-form .feature-image{width:70%;height:100%;background-size:cover;background-position:center}.login-form .form-container{width:30%;min-width:500px;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:6rem;background-color:#fff}.login-form .form-container h1{font-size:2rem;margin-bottom:1rem}.login-form .form-container p{font-size:1rem;margin-bottom:1rem}.login-form .form-container a{color:#333;text-decoration:none;font-weight:700}.login-form .form-container .field{width:100%;margin-bottom:1rem}.login-form .form-container .field label{font-size:1.2rem;margin-bottom:.5rem;margin-top:.5rem}.login-form .form-container .field input{width:100%;padding:.5rem;font-size:1rem;border:1px solid #ccc;border-radius:20px}.login-form .form-container .field input:focus{outline:none;border-color:#333;transition:.5}.login-form .form-container .field .button{width:100%;border:none;cursor:pointer;transition:.5;margin-top:1rem}.login-form .form-container .field button:hover{background-color:#555}.login-form .form-container .field .space{width:10%}.login-form .form-container .field select{width:100%;padding:.5rem;font-size:1rem;border:1px solid #ccc;border-radius:20px}.login-form .form-container .field select:focus{outline:none;border-color:#333;transition:.5}.login-form .form-container .field select:hover{border-color:#333;transition:.5}.login-form .form-container .field .file-upload{width:100%;padding:.5rem;font-size:1rem;border:1px solid #ccc;border-radius:20px}.login-form .form-container .field .file-upload:focus{outline:none;border-color:#333;transition:.5}.login-form .form-container .field .file-upload:hover{border-color:#333;transition:.5}@font-face{font-family:Sohne;src:url(/assets/TESTS%C3%96HNEBREIT-LEICHT-DGI5pYZt.otf) format("opentype");font-weight:300;font-style:normal}@font-face{font-family:Sohne;src:url(/assets/TestS%C3%B6hneBreit-Dreiviertelfett-DrZU1gFA.otf) format("opentype");font-weight:700;font-style:normal}*{margin:0;padding:0;box-sizing:border-box}html,body{font-family:Sohne,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;font-weight:300;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Sohne,sans-serif;font-weight:700}button,input,textarea,select{font-family:inherit}
