.signup-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#f0f7ff,#faf5ff);font-family:Segoe UI,Tahoma,sans-serif;overflow:hidden;margin:0;padding:20px 0}.signup-box{background:#fff;padding:30px 40px;border-radius:15px;width:500px;height:auto;max-width:90%;box-shadow:0 8px 20px #0000000d;text-align:center;position:relative;box-sizing:border-box}.back-arrow{position:absolute;top:15px;left:15px;font-size:24px;font-weight:700;cursor:pointer;color:#333}.logo-section{margin-top:20px}.logo-icon-path{height:40px}.create-account-text{font-size:18px;margin:10px 0 4px;font-weight:500}.join-text{font-size:14px;color:#666;margin-bottom:25px}.signup-form{text-align:left}.signup-form label{display:block;font-size:14px;font-weight:600;margin-bottom:6px}.input-with-icon{position:relative;display:flex;align-items:center;margin-bottom:18px}.field-icon{position:absolute;left:12px;font-size:18px;color:#666}.input-with-icon input{width:100%;padding:12px 40px 12px 36px;border:1px solid #ccc;border-radius:8px;font-size:14px}.eye-icon{position:absolute;right:12px;font-size:18px;color:#666;cursor:pointer;display:flex;align-items:center}.error-message{color:#e74c3c;font-size:12px;margin-top:-10px;margin-bottom:10px;text-align:left}.role-selection{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:20px}.role-option{flex:1;display:flex;justify-content:center;align-items:center;padding:12px;background-color:#f4f4f9;border:2px solid transparent;border-radius:10px;cursor:pointer;transition:all .3s ease;position:relative}.role-option input[type=radio]{position:absolute;opacity:0;pointer-events:none}.role-option label{font-size:15px;font-weight:500;margin:0;color:#555;cursor:pointer}.role-option.active{background-color:#e8f0fe;border-color:#6a6fff;box-shadow:0 4px 12px #6a6fff26}.role-option.active label{font-weight:600;color:#333}.success-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#2ecc71f2;color:#fff;padding:20px 40px;border-radius:12px;box-shadow:0 4px 15px #0003;z-index:1000;animation:fadeIn .5s ease-out;display:flex;align-items:center;justify-content:center;text-align:center}.popup-content{display:flex;align-items:center;gap:15px}.popup-icon{font-size:28px}.success-popup p{margin:0;font-size:16px}@keyframes fadeIn{0%{opacity:0;transform:translate(-50%,-60%)}to{opacity:1;transform:translate(-50%,-50%)}}.create-btn{width:100%;padding:14px;background:linear-gradient(135deg,#6a6fff,#b66fff);color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;margin-bottom:25px;transition:all .3s ease}.create-btn:hover{opacity:.9;transform:translateY(-2px);box-shadow:0 4px 12px #6a6fff33}.divider{height:1px;background:#eee;margin-bottom:20px}.signin-inline{display:flex;justify-content:center;align-items:center;gap:8px}.already-text{font-size:14px;margin:0}.signin-link{background:none;border:none;color:#4a6eff;font-size:15px;font-weight:600;cursor:pointer}@media (max-width: 480px){.signup-box{padding:20px 25px}.create-account-text{font-size:16px}.join-text{font-size:13px;margin-bottom:20px}.input-with-icon input{padding:10px 40px 10px 36px;font-size:13px}.role-selection{flex-direction:column;gap:10px}.role-option{width:100%;padding:10px}.role-option label{font-size:14px}.create-btn{padding:12px;font-size:15px}.success-popup{padding:15px 30px}.success-popup p{font-size:14px}}.header{display:flex;justify-content:space-between;align-items:center;padding:12px 5%;background:#fff;box-shadow:0 2px 12px #00000014;position:fixed;top:0;left:0;width:100%;height:60px;z-index:1000}.header-left{display:flex;align-items:center;gap:10px;flex:1}.header-center{display:flex;justify-content:center;align-items:center;flex:1}.header-right{display:flex;justify-content:flex-end;align-items:center;flex:1}.header-icon{font-size:22px;color:#555;transition:color .2s ease}.header-logo{font-size:20px;font-weight:700;color:#00f;margin:0;white-space:nowrap}.user-menu{display:flex;align-items:center;gap:20px}.icon-btn{background:transparent;border:none;cursor:pointer;padding:0;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#666;transition:all .2s ease;position:relative;gap:4px}.icon-btn:hover{background-color:transparent;transform:none}.icon-btn:hover .header-icon,.icon-btn:hover .icon-label{color:#000}.icon-label{font-size:10px;font-weight:600;color:#555;white-space:nowrap}.user-info{display:flex;align-items:center;gap:10px}.user-avatar{width:36px;height:36px;border-radius:50%;background:#f8f9fa;color:#666;display:flex;align-items:center;justify-content:center;cursor:pointer;border:2px solid #e9ecef;transition:all .2s ease}.user-avatar:hover{border-color:#000;background:#f1f3f5;color:#000;transform:scale(1.05)}.user-icon{font-size:18px}.user-name{font-size:14px;color:#374151;font-weight:600}.logout-btn{display:flex;align-items:center;gap:6px;background:transparent;border:1px solid #e5e7eb;padding:8px 16px;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;color:#6b7280;transition:all .2s ease}.logout-btn:hover{background:#f8f9fa;border-color:#d1d5db;color:#000;transform:translateY(-1px)}.logout-icon{font-size:16px}.signin-btn{background:#000;color:#fff;padding:10px 24px;font-size:14px;font-weight:600;border:none;border-radius:8px;cursor:pointer;height:40px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.signin-btn:hover{background:#333;transform:translateY(-1px)}.cyber-toggle-wrapper{display:inline-flex;flex-direction:column;align-items:center;position:relative;transform:scale(.8)}.cyber-toggle-checkbox{position:absolute;opacity:0;width:0;height:0}.cyber-toggle{position:relative;display:inline-block;width:64px;height:32px;cursor:pointer}.cyber-toggle-track{position:absolute;top:0;left:0;width:100%;height:100%;background:#4d1111;border-radius:16px;overflow:hidden;box-shadow:0 4px 8px #00000080,inset 0 0 4px #ff000080;transition:all .4s cubic-bezier(.3,1.5,.7,1)}.cyber-toggle-track:before{content:"";position:absolute;inset:2px;border-radius:14px;background:#220a0a;box-shadow:inset 0 0 5px #00000080;z-index:0;transition:all .4s ease}.cyber-toggle-track-glow{position:absolute;inset:0;background:linear-gradient(90deg,#03e9f4,#4a00e0);opacity:0;border-radius:16px;z-index:1;transition:all .4s ease}.cyber-toggle-thumb{position:absolute;top:4px;left:4px;width:24px;height:24px;background:#3d0f0f;border-radius:50%;z-index:2;transition:all .4s cubic-bezier(.3,1.5,.7,1);box-shadow:0 2px 5px #0006}.cyber-toggle-thumb-shadow{position:absolute;inset:0;border-radius:50%;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.1),transparent 70%);z-index:1}.cyber-toggle-thumb-highlight{position:absolute;inset:0;border-radius:50%;background:radial-gradient(circle at 70% 70%,rgba(0,0,0,.2),transparent 70%);z-index:1}.cyber-toggle-thumb-icon{position:absolute;inset:0;display:flex;justify-content:center;align-items:center;z-index:2;opacity:.7;transition:opacity .4s ease,transform .4s ease}.cyber-toggle-thumb-icon svg{width:14px;height:14px;fill:#ff4d4d;transition:fill .4s ease,transform .4s ease}.cyber-toggle-track-dots{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:flex-end;align-items:center;padding-right:10px;z-index:1}.cyber-toggle-track-dot{width:3px;height:3px;border-radius:50%;background:#ff4d4d;margin-left:3px;opacity:.5;transition:all .4s ease}.cyber-toggle-particles{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}.cyber-toggle-particle{position:absolute;width:3px;height:3px;background:#03e9f4;border-radius:50%;opacity:0;filter:blur(1px);transition:all .3s ease;box-shadow:0 0 4px #03e9f4cc}.cyber-toggle-particle:nth-child(1){top:15%;right:20%}.cyber-toggle-particle:nth-child(2){top:45%;right:30%}.cyber-toggle-particle:nth-child(3){top:25%;right:40%}.cyber-toggle-particle:nth-child(4){top:60%;right:15%}.cyber-toggle-labels{display:none}.cyber-toggle-label-off,.cyber-toggle-label-on{color:#555;transition:all .4s ease}.cyber-toggle-checkbox:checked+.cyber-toggle .cyber-toggle-track-glow{opacity:.5}.cyber-toggle-checkbox:checked+.cyber-toggle .cyber-toggle-thumb{left:calc(100% - 28px);background:#222}.cyber-toggle-checkbox:checked+.cyber-toggle .cyber-toggle-thumb-icon{transform:rotate(360deg)}.cyber-toggle-checkbox:checked+.cyber-toggle .cyber-toggle-thumb-icon svg{fill:#03e9f4}.cyber-toggle-checkbox:checked+.cyber-toggle .cyber-toggle-track-dot{background:#03e9f4;box-shadow:0 0 4px #03e9f4;opacity:1}.cyber-toggle-checkbox:checked~.cyber-toggle-labels .cyber-toggle-label-on{color:#03e9f4;text-shadow:0 0 5px rgba(3,233,244,.5)}.cyber-toggle-checkbox:not(:checked)~.cyber-toggle-labels .cyber-toggle-label-off{color:#aaa}.cyber-toggle-checkbox:checked+.cyber-toggle .cyber-toggle-particle{opacity:1;animation:cyber-toggle-float 3s infinite alternate}.cyber-toggle-checkbox:checked+.cyber-toggle .cyber-toggle-particle:nth-child(1){animation-delay:0s}.cyber-toggle-checkbox:checked+.cyber-toggle .cyber-toggle-particle:nth-child(2){animation-delay:.5s}.cyber-toggle-checkbox:checked+.cyber-toggle .cyber-toggle-particle:nth-child(3){animation-delay:1s}.cyber-toggle-checkbox:checked+.cyber-toggle .cyber-toggle-particle:nth-child(4){animation-delay:1.5s}.cyber-toggle:hover .cyber-toggle-track:before{background:#331a1a}.cyber-toggle:hover .cyber-toggle-thumb{box-shadow:0 2px 8px #0009}.cyber-toggle-checkbox:checked+.cyber-toggle:hover .cyber-toggle-track-glow{opacity:.7}.cyber-toggle-checkbox:focus+.cyber-toggle{outline:none}.cyber-toggle-checkbox:focus+.cyber-toggle:after{content:"";position:absolute;inset:-4px;border-radius:20px;border:2px solid rgba(3,233,244,.5);opacity:.5}@keyframes cyber-toggle-float{0%{transform:translateY(0)}50%{transform:translateY(-4px)}to{transform:translateY(0)}}@media (max-width: 768px){.header{padding:12px 3%}.user-menu{gap:12px}.user-name{display:none}.logout-btn{padding:6px 10px;font-size:12px}.logout-icon{font-size:14px}.signin-btn{padding:8px 16px;font-size:13px;height:36px}.header-icon{font-size:20px}.header-logo{font-size:18px}.icon-label{font-size:9px}}@media (max-width: 480px){.header{padding:8px 2%;height:50px}.user-menu{gap:8px}.icon-btn .icon-label{display:none}.header-icon{font-size:18px}.user-avatar{width:30px;height:30px}.header-logo{font-size:16px}.logout-btn{display:none}.signin-btn{padding:6px 12px;font-size:12px;height:30px}}.hero{width:100%;min-height:40vh;background:url(/assets/sw_herosection-BkqAd5_5.jpg) no-repeat center center/cover;display:flex;justify-content:center;align-items:center;text-align:center;color:#fff;padding:60px 20px;position:relative}.hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0009;z-index:1}.hero-content{max-width:800px;width:100%;position:relative;z-index:2}.hero-title{font-size:48px;font-weight:700}.hero-subtitle{font-size:18px;font-weight:400;margin-bottom:30px}.search-bar{background:#f5f5f5;border-radius:8px;display:flex;align-items:center;padding:10px;width:100%;max-width:650px;margin:0 auto}.search-icon{color:#999;font-size:16px;margin:0 10px}.search-input{flex:1;border:none;outline:none;background:transparent;font-size:16px;color:#333}.search-btn{background:#000;color:#fff;padding:8px 20px;font-size:14px;font-weight:600;border:none;border-radius:6px;cursor:pointer}.search-btn:hover{background:#333}.footer{background:#fff;padding:40px 5%;font-family:Inter,sans-serif;color:#333;border-top:1px solid #eaeaea;width:100%}.footer-container{display:flex;justify-content:space-evenly;flex-wrap:wrap;gap:20px;margin-bottom:30px;margin-left:70px;width:100%}.footer-left{flex:1;max-width:300px}.footer-logo{display:flex;align-items:center;gap:8px;font-size:20px;font-weight:700;color:#1a1a1a}.footer-logo .logo-icon{font-size:24px;color:#fff;background:#06f;border-radius:8px;padding:6px}.footer-desc{margin:12px 0;font-size:13px;line-height:1.5;color:#555}.footer-contact p{display:flex;align-items:center;gap:8px;font-size:13px;margin:6px 0;color:#444}.footer-contact p a.contact-link{color:inherit;text-decoration:none;transition:color .2s}.footer-contact p a.contact-link:hover{color:#06f;text-decoration:underline}.footer-stats{display:flex;justify-content:space-between;margin-top:12px}.footer-stats p{font-size:13px;color:#333;display:flex;align-items:center;gap:6px}.footer-stats span{font-weight:600}.footer-links{flex:2;display:flex;justify-content:space-evenly;width:100%;flex-wrap:wrap}.footer-links h4{font-size:14px;font-weight:600;margin-bottom:8px}.footer-links ul{list-style:none;padding:0}.footer-links li{font-size:13px;margin-bottom:6px;color:#555;cursor:pointer}.footer-links li:hover{color:#06f}.quote-link{color:#06f;font-weight:600}.footer-bottom{display:flex;justify-content:space-evenly;align-items:center;border-top:1px solid #eee;padding-top:15px;font-size:12px;color:#666}.made-with{color:#666}.social-icons a{color:#444;margin-left:10px;font-size:14px;display:inline-flex;justify-content:center;align-items:center;width:28px;height:28px;background:#f3f4f6;border-radius:50%;transition:all .3s ease}.social-icons a:hover{background:#06f;color:#fff}@media (max-width: 992px){.footer-container{margin-left:0;justify-content:flex-start}.footer-left{margin-bottom:20px}.footer-links{justify-content:flex-start;gap:40px;width:auto}}@media (max-width: 768px){.footer-container{flex-direction:column;align-items:center;text-align:center}.footer-left{max-width:100%;text-align:center}.footer-logo,.footer-contact p{justify-content:center}.footer-links{flex-direction:column;align-items:center;gap:30px;text-align:center}.footer-links ul{margin-top:10px}.footer-links h4{margin-bottom:5px}.footer-bottom{flex-direction:column;gap:10px;text-align:center}.social-icons{margin-top:5px}.social-icons a{margin:0 5px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#f8f9fa;color:#333;line-height:1.6}.homepage{min-height:100vh;display:flex;flex-direction:column}main{flex:1;margin-top:60px}.services{padding:40px 5%;max-width:1200px;margin:0 auto}.section-title{text-align:center;font-size:1.8rem;font-weight:700;margin-bottom:30px;color:#1e293b}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:20px;margin-bottom:20px}@media (min-width: 1200px){.services-grid{grid-template-columns:repeat(3,1fr)}}.service-card-flipper{position:relative;width:100%;height:340px;background:#1e1e1ea6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;box-shadow:1px 1px 12px #0003;transform-style:preserve-3d;perspective:2000px;display:flex;align-items:center;justify-content:center}.card-cover{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;border-radius:12px;cursor:pointer;transition:transform .6s ease-in-out,box-shadow .6s ease-in-out;transform-origin:left;box-shadow:1px 1px 12px #0000004d;display:flex;flex-direction:column;overflow:hidden;backface-visibility:hidden;z-index:10}.service-card-flipper:hover .card-cover{transform:rotateY(-135deg);box-shadow:0 10px 20px #0006}.card-back{position:relative;width:100%;height:100%;border-radius:12px;overflow:hidden;color:#fff;background-size:cover;background-position:center;background-repeat:no-repeat}.card-back-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0a141ecc;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px;gap:15px}.card-back .card-title{font-size:1.3rem;color:#fff}.card-back p{font-size:1rem;color:#ffffffd9}.card-cover .card-content{flex-grow:1;padding:15px}.card-cover .btn{display:none}.card-image-container{position:relative;width:100%;height:200px;overflow:hidden}.image-mask{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0000004d;z-index:1;transition:background-color .3s ease}.service-card-flipper:hover .image-mask{background-color:#00000073}.card-image-placeholder{width:100%;height:100%;background-color:#f0f0f0;display:flex;justify-content:center;align-items:center;font-size:1.2rem;color:#888;border-bottom:1px solid #e0e0e0}.card-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.service-card-flipper:hover .card-image{transform:scale(1.05)}.card-content{padding:10px}.card-title{font-size:1.2rem;font-weight:600;margin-bottom:6px;color:#1e293b}.card-description{font-size:.9rem;color:#64748b;margin-bottom:10px;height:3em;overflow:hidden}.card-info{display:none;justify-content:space-between;align-items:center;font-size:.85rem;color:#64748b;margin-bottom:0}.rating{display:flex;align-items:center;gap:5px}.star-icon{color:#ffc107}.status{background:#28a745;color:#fff;padding:4px 8px;border-radius:4px;font-size:.75rem}.btn{display:inline-block;width:100%;padding:10px;background:#007bff;color:#fff;text-align:center;border-radius:8px;text-decoration:none;font-weight:600;transition:background .3s ease;max-width:200px}.btn:hover{background:#0056b3}.no-results-found{text-align:center;grid-column:1 / -1;margin:50px 0;font-size:1.2rem;color:#666}.why-choose{background:#f8f9fa;padding:50px 20px}.why-container{width:100%;max-width:1200px;margin:0 auto;background:#fff;border-radius:16px;padding:40px;text-align:center;box-shadow:0 4px 6px #0000000d}.why-title{font-size:1.8rem;font-weight:700;margin-bottom:10px;color:#1e293b}.why-subtitle{color:#64748b;font-size:1rem;margin-bottom:30px}.why-features{display:flex;justify-content:center;gap:30px;flex-wrap:wrap}.why-card{flex:1;min-width:220px;max-width:300px;text-align:center}.icon-container{width:60px;height:60px;border-radius:50%;display:flex;justify-content:center;align-items:center;margin:0 auto 15px;color:#fff;font-size:24px}.icon-container.blue{background:#007bff}.icon-container.green{background:#28a745}.icon-container.purple{background:#6f42c1}.why-card h3{font-size:1.1rem;font-weight:600;margin-bottom:10px}.why-card p{font-size:.9rem;color:#64748b}.radio-input-container{display:flex;justify-content:center;margin-top:20px}.radio-input input{display:none}.radio-input{--container_width: 100px;position:relative;display:flex;align-items:center;border-radius:10px;background-color:#f0f0f0;color:#333;width:var(--container_width);overflow:hidden;border:2px solid #ccc}.radio-input label{width:100%;padding:10px;cursor:pointer;display:flex;justify-content:center;align-items:center;z-index:1;font-weight:600;letter-spacing:-1px;font-size:14px}.selection{display:none;position:absolute;height:100%;width:calc(var(--container_width) / 2);z-index:0;left:0;top:0;transition:.15s ease}.radio-input label:has(input:checked){color:#fff}.radio-input label:has(input:checked)~.selection{background-color:#333;display:inline-block}.radio-input label:nth-child(1):has(input:checked)~.selection{transform:translate(calc(var(--container_width) * 0 / 2))}.radio-input label:nth-child(2):has(input:checked)~.selection{transform:translate(calc(var(--container_width) * 1 / 2))}.loading-container{display:flex;justify-content:center;align-items:center;min-height:200px;width:100%}.spinner{width:50px;height:50px;border:5px solid #ccc;border-top-color:#007bff;border-radius:50%;animation:spin 1s linear infinite}.modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1050}.homepage-popup{width:90%;max-width:400px;background:#fff;padding:25px;border-radius:12px;box-shadow:0 5px 15px #0000004d;text-align:center}.modal-text{font-size:1rem;margin-bottom:20px;color:#333}.modal-actions{display:flex;justify-content:space-around;gap:10px}.btn-primary,.btn-secondary{padding:10px 15px;border-radius:8px;font-weight:600;cursor:pointer;border:1px solid transparent;transition:all .3s ease;flex:1}.btn-primary{background:#007bff;color:#fff}.btn-primary:hover{background:#0056b3}.btn-secondary{background:#f0f0f0;color:#333;border-color:#ccc}.btn-secondary:hover{background:#e0e0e0}@media (max-width: 768px){.section-title{font-size:1.6rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:15px}.service-card-flipper{height:300px}.card-image-container{height:160px}.why-choose{padding:30px 10px}.why-container{padding:25px}.why-title{font-size:1.5rem}.why-subtitle{font-size:.9rem;margin-bottom:20px}.why-features{flex-direction:column;gap:20px}.why-card{max-width:100%}}@media (max-width: 480px){.services{padding:30px 3%}.services-grid{grid-template-columns:1fr}.service-card-flipper{height:280px}.card-image-container{height:140px}.card-content{padding:8px}.card-title{font-size:1.1rem}.card-description{font-size:.85rem}.homepage-popup{padding:20px}.modal-actions{flex-direction:column}}.technician-prompt-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#f0f7ff,#faf5ff);font-family:Segoe UI,Tahoma,sans-serif;padding:20px}.technician-prompt-box{background:#fff;padding:40px;border-radius:15px;width:500px;max-width:90%;box-shadow:0 8px 20px #0000000d;text-align:center}.prompt-header h2{margin:0 0 15px;color:#333;font-size:24px}.prompt-header p{color:#666;margin-bottom:25px;line-height:1.5}.benefits-list{text-align:left;margin-bottom:30px}.benefits-list h3{margin-bottom:15px;color:#333;font-size:18px}.benefits-list ul{padding-left:20px}.benefits-list li{margin-bottom:10px;color:#555;line-height:1.5}.prompt-actions{display:flex;flex-direction:column;gap:15px}.complete-btn{padding:14px;background:linear-gradient(135deg,#6a6fff,#b66fff);color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer}.later-btn{padding:14px;background:transparent;color:#666;border:1px solid #ddd;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer}.later-btn:hover{background:#f5f5f5}.technicians-page-container{background:#fafafa;min-height:100vh;display:flex;flex-direction:column}.tech-main-content{max-width:1200px;margin:0 auto;padding:1.5rem;width:100%}.service-hero-banner{position:relative;height:240px;background-size:cover;background-position:center;border-radius:12px;margin:2.5rem 0 1.5rem;display:flex;align-items:flex-end;padding:2rem;box-shadow:0 4px 12px #00000014;overflow:hidden}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0003,#000000b3);border-radius:12px}.hero-content{position:relative;z-index:1;max-width:600px;color:#fff}.banner-title{font-size:1.8rem;font-weight:700;margin:0}.banner-description{margin-top:.5rem;font-size:1rem;line-height:1.5;font-weight:500}.filter-bar-container{background:#fff;border-radius:12px;padding:1rem 1.5rem;margin-bottom:2rem;box-shadow:0 1px 4px #00000014}.filter-bar{display:flex;justify-content:space-between;align-items:center}.filter-left{display:flex;align-items:center;gap:.5rem}.back-arrow-icon{font-size:1rem;cursor:pointer;color:#333}.filter-icon{font-size:1rem;color:#444}.filter-label{font-size:.95rem;font-weight:600;color:#333}.filter-controls{display:flex;gap:.8rem;align-items:center}.filter-select{padding:.5rem .8rem;border:1px solid #ddd;border-radius:6px;font-size:.9rem;color:#444;background-color:#fff;cursor:pointer}.filter-select:focus{outline:none;border-color:#2563eb}.apply-filter-btn{background:#2563eb;color:#fff;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;cursor:pointer;transition:background-color .2s}.apply-filter-btn:hover{background:#1d4ed8}.section-header{margin-bottom:1rem}.section-title{font-size:1.2rem;font-weight:600}.section-subtitle{font-size:.9rem;color:#666}.technicians-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:1.5rem}.technician-card{background:#fff;border-radius:10px;box-shadow:0 2px 10px #00000014;padding:1.25rem;transition:transform .2s,box-shadow .2s;position:relative}.technician-card:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0000001f}.card-header{display:flex;align-items:flex-start;position:relative}.activity-dot{position:absolute;top:10px;right:10px;width:16px;height:16px;border-radius:50%;border:3px solid #fff;box-shadow:0 1px 4px #0000004d;z-index:2}.activity-dot.available{background-color:#28a745}.activity-dot.booked{background-color:#dc3545}.tech-initials-placeholder{width:80px;height:80px;border-radius:50%;background-color:#2563eb;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin-right:1rem;border:2px solid #e5e7eb;flex-shrink:0}.tech-info{flex:1}.tech-name{font-size:1rem;font-weight:700;margin:0 0 .3rem;color:#111}.tech-rating{font-size:.85rem;color:#666;margin:.2rem 0;display:flex;align-items:center}.star-icon{color:#fbbf24;margin-right:.3rem}.tech-details p{font-size:.85rem;color:#444;margin:.2rem 0;display:flex;align-items:center}.tech-details svg{margin-right:.4rem;color:#6b7280}.tech-status.available{color:#22c55e;font-weight:600}.tech-status.busy{color:#ef4444;font-weight:600}.tech-price{font-size:1.2rem;font-weight:700;color:#111;text-align:right;white-space:nowrap}.tech-actions{display:flex;gap:.8rem;margin-top:1rem}.tech-contact-btn{flex:1;padding:.6rem;border-radius:6px;font-size:.9rem;font-weight:600;border:none;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;justify-content:center;gap:.3rem}.chat-btn{background:#2563eb;color:#fff}.chat-btn:hover{background:#1d4ed8}.book-btn{background:#22c55e;color:#fff}.book-btn:hover{background:#16a34a}.tech-contact-btn.book-btn:disabled{background-color:#6c757d;cursor:not-allowed;opacity:.7}.no-results-message{text-align:center;padding:3rem;background:#fff;border-radius:10px;margin-top:2rem;box-shadow:0 2px 10px #00000014}.no-results-message p{margin:.5rem 0;color:#666}.no-results-message p:first-child{font-size:1.1rem;font-weight:600;color:#444}@media (max-width: 768px){.filter-bar{flex-direction:column;align-items:flex-start;gap:1rem}.filter-controls{flex-wrap:wrap;width:100%}.filter-select{flex:1;min-width:120px}.technicians-grid{grid-template-columns:1fr}.service-hero-banner{height:200px;padding:1.5rem}.banner-title{font-size:1.5rem}.banner-description{font-size:.9rem}}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.popup-card{background:#fff;padding:2rem;border-radius:12px;max-width:400px;width:90%;text-align:center;box-shadow:0 4px 15px #00000026;animation:fadeInScale .3s ease-in-out}.popup-title{font-size:1.3rem;font-weight:700;margin-bottom:.5rem;color:#111}.popup-message{font-size:.95rem;color:#444;margin-bottom:1.5rem;line-height:1.4}.popup-actions{display:flex;gap:1rem;justify-content:center}.popup-btn{padding:.6rem 1.2rem;border-radius:6px;font-size:.9rem;font-weight:600;border:none;cursor:pointer;transition:background-color .2s}.popup-btn.book-btn{background:#22c55e;color:#fff}.popup-btn.book-btn:hover{background:#16a34a}.popup-btn.back-btn{background:#e5e7eb;color:#333}.popup-btn.back-btn:hover{background:#d1d5db}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.loading-state-content{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:300px;width:100%;margin-top:50px}.loading-title{font-size:1.5rem;font-weight:600;color:#444;margin-bottom:20px}.loading-container{display:flex;justify-content:center;align-items:center}.spinner{width:50px;height:50px;border:5px solid #ccc;border-top-color:#2563eb;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.chat-screen-container{display:flex;flex-direction:column;min-height:100vh;background-color:#f5f5f5;padding-top:60px;overflow-x:hidden;width:100%}.chat-main-content{flex:1;display:flex;flex-direction:column;max-width:1200px;margin:0 auto;width:100%;padding:1rem}.back-nav{margin-bottom:1rem}.back-button{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:#007bff;cursor:pointer;font-size:1rem;padding:.5rem 0}.back-button:hover{color:#0056b3}.chat-layout{display:flex;gap:1.5rem;height:calc(100vh - 100px);min-height:500px}.chat-column{flex:2;display:flex;flex-direction:column;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a;min-height:500px;position:relative}.chat-header{padding:1rem 1.5rem;border-bottom:1px solid #eaeaea;background:#fafafa;flex-shrink:0}.technician-info{display:flex;align-items:center;gap:1rem}.tech-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.2rem;border:2px solid #e0e0e0;flex-shrink:0}.tech-details{min-width:0}.tech-details h3{margin:0 0 .3rem;font-size:1.1rem;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.online-status{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#666}.status-dot{width:8px;height:8px;background-color:#22c55e;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.chat-messages{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;min-height:0}.message{display:flex;max-width:80%;animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.technician-message{align-self:flex-start}.user-message{align-self:flex-end}.system-message{align-self:center;max-width:90%}.message-content{padding:.8rem 1rem;border-radius:18px;position:relative;word-wrap:break-word;overflow-wrap:break-word;box-shadow:0 1px 2px #0000001a}.technician-message .message-content{background-color:#f0f0f0;color:#333;border-top-left-radius:4px}.user-message .message-content{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;border-top-right-radius:4px}.system-message .message-content{background-color:#fee2e2;color:#dc2626;padding:.6rem 1rem;font-size:.9rem;text-align:center;border-radius:8px;max-width:80%;margin:.5rem auto}.message-time{font-size:.7rem;opacity:.7;display:block;margin-top:.3rem}.user-message .message-time{text-align:right;color:#fffc}.technician-message .message-time{text-align:left;color:#666}.message-input-form{display:flex;gap:.5rem;padding:1rem 1.5rem;border-top:1px solid #eaeaea;background:#fafafa;flex-shrink:0}.attachment-buttons{display:flex;gap:.3rem}.message-input{flex:1;padding:.8rem 1rem;border:1px solid #ddd;border-radius:24px;outline:none;font-size:1rem;transition:border-color .3s}.message-input:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff1a}.message-input:disabled{background-color:#f5f5f5;cursor:not-allowed;color:#999;border-color:#e0e0e0}.send-button{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;border:none;border-radius:50%;width:45px;height:45px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;flex-shrink:0}.send-button:hover:not(:disabled){transform:scale(1.05);box-shadow:0 2px 8px #007bff4d}.send-button:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.attach-button,.webcam-button{background:#f0f0f0;color:#007bff;border:1px solid #ddd;border-radius:50%;width:45px;height:45px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0}.attach-button:hover:not(:disabled),.webcam-button:hover:not(:disabled){background:#e0e0e0}.attach-button:disabled,.webcam-button:disabled{color:#999;background:#f5f5f5;cursor:not-allowed}.webcam-modal{position:absolute;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000}.webcam-content{background:#fff;border-radius:12px;padding:1.5rem;max-width:500px;width:90%;text-align:center}.webcam-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.webcam-header h3{margin:0;color:#333}.close-webcam-btn{background:none;border:none;color:#666;cursor:pointer;font-size:1.2rem;padding:.3rem;border-radius:50%;transition:background .2s}.close-webcam-btn:hover{background:#f0f0f0}.webcam-video{width:100%;max-width:480px;height:auto;aspect-ratio:4/3;border-radius:8px;background:#000;margin-bottom:1rem}.webcam-controls{display:flex;gap:1rem;justify-content:center}.capture-btn{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;border:none;border-radius:24px;padding:.8rem 1.5rem;cursor:pointer;font-weight:600;transition:all .2s}.capture-btn:hover{transform:scale(1.05);box-shadow:0 2px 8px #007bff4d}.cancel-webcam-btn{background:#f0f0f0;color:#333;border:1px solid #ddd;border-radius:24px;padding:.8rem 1.5rem;cursor:pointer;font-weight:600;transition:all .2s}.cancel-webcam-btn:hover{background:#e0e0e0}.image-preview-area{position:relative;padding:.5rem 1.5rem;background:#f0f0f0;border-top:1px solid #eaeaea;display:flex;align-items:center;gap:1rem}.image-preview{max-width:100px;height:70px;object-fit:cover;border-radius:8px;border:1px solid #ccc}.remove-image-btn{position:absolute;top:5px;right:15px;background:#d32f2f;color:#fff;border:none;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.6rem;cursor:pointer;transition:background .2s}.remove-image-btn:hover{background:#c62828}.uploaded-image{max-width:100%;max-height:250px;border-radius:8px;margin-bottom:.5rem;display:block;cursor:pointer;transition:transform .2s}.uploaded-image:hover{opacity:.9}.technician-message .uploaded-image{border:1px solid #ccc}.user-message .uploaded-image{border:1px solid rgba(255,255,255,.3)}.message.has-image .message-content{padding:.5rem}.message.has-image .message-content p{margin-top:.5rem;margin-bottom:0}.message.has-image .message-content p:first-child{margin-top:0}.image-link{display:block}.details-column{flex:1;display:flex;flex-direction:column;gap:1rem;min-width:auto}.service-details-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;height:fit-content}.service-details-card h3{margin:0 0 1.2rem;font-size:1.2rem;color:#333;padding-bottom:.8rem;border-bottom:1px solid #eaeaea}.service-info{margin-bottom:1.5rem}.info-row{display:flex;justify-content:space-between;margin-bottom:.8rem;padding-bottom:.8rem;border-bottom:1px solid #f0f0f0}.info-row:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.label{color:#666;font-size:.9rem;font-weight:500}.value{font-weight:500;text-align:right;color:#333;word-break:break-word}.technician-qualifications{margin-bottom:1.5rem;padding-top:1rem;border-top:1px solid #eaeaea}.technician-qualifications h4{margin:0 0 .8rem;font-size:1rem;color:#333}.technician-qualifications ul{list-style:none;padding:0;margin:0}.technician-qualifications li{padding:.4rem 0;color:#555;display:flex;align-items:center;font-size:.9rem}.technician-qualifications li:before{content:"✓";color:#22c55e;font-weight:700;margin-right:.5rem}.action-buttons{display:flex;flex-direction:column;gap:.8rem}.action-button{padding:.8rem 1rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;text-align:center;text-decoration:none;display:block;font-size:.9rem}.primary-action{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff}.primary-action:hover{transform:translateY(-1px);box-shadow:0 4px 12px #007bff4d}.secondary-action{background:#f0f0f0;color:#333;border:1px solid #ddd}.secondary-action:hover{background:#e0e0e0}.loading-container,.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;text-align:center;padding:2rem}.error-container h3{color:#d32f2f;margin-bottom:1rem}.error-container p{color:#666;margin-bottom:1.5rem}.no-messages{text-align:center;color:#666;font-style:italic;padding:2rem}.loading-spinner{width:16px;height:16px;border:2px solid transparent;border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 992px){.chat-layout{gap:1rem}}@media (max-width: 768px){.chat-layout{flex-direction:column;height:auto;min-height:calc(100vh - 120px);gap:1.5rem}.chat-column{width:100%;min-height:400px;margin-bottom:0}.details-column{width:100%;min-width:auto}.message{max-width:85%}.chat-main-content{padding:.5rem}.chat-messages{padding:1rem}}@media (max-width: 480px){.message{max-width:95%}.tech-avatar{width:40px;height:40px;font-size:1rem}.tech-details h3{font-size:1rem}.message-input-form{padding:.6rem .8rem;gap:.2rem}.attach-button,.webcam-button,.send-button{width:38px;height:38px}.message-input{padding:.6rem .8rem;font-size:.9rem}.webcam-content{padding:1rem}.webcam-controls{flex-direction:column;gap:.5rem}.capture-btn,.cancel-webcam-btn{padding:.6rem 1rem}.image-preview-area{padding:.5rem 1rem;flex-wrap:wrap}.image-preview-area span{flex:1 1 100%}.remove-image-btn{right:5px}}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.booking-page-container{display:flex;flex-direction:column;min-height:100vh;background:#f5f7fb;padding-top:60px}.booking-main-content{flex:1;max-width:1180px;margin:0 auto;width:100%;padding:1rem;box-sizing:border-box}.page-title{text-align:center;margin-bottom:1rem}.page-title h1{margin:0 0 .5rem;font-size:1.5rem;font-weight:700;color:#111827}.page-title p{margin:0;color:#6b7280;font-size:.9rem}.booking-layout{display:grid;grid-template-columns:1fr;gap:1rem;align-items:start}.card{background:#fff;border-radius:10px;box-shadow:0 2px 10px #1018280f;border:1px solid #eef0f4;padding:1.25rem}.left-col{display:flex;flex-direction:column;gap:1rem}.service-head{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.service-title{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.service-title h2{margin:0;font-size:1.1rem;color:#111827;font-weight:700}.service-badge{background:#e7f0ff;color:#0d6efd;padding:.25rem .75rem;border-radius:999px;font-size:.8rem;font-weight:600;border:1px solid #d6e6ff;white-space:nowrap}.rate-box{text-align:left;margin-top:.5rem}.rate{font-weight:800;font-size:1.4rem;color:#16a34a;line-height:1;margin-bottom:.25rem}.avail-link{background:transparent;border:none;color:#16a34a;font-size:.8rem;cursor:default}.pro-row{display:flex;flex-direction:column;gap:1rem}.avatar{width:4rem;height:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#0d6efd;color:#fff;font-weight:700;font-size:1.5rem;margin:0 auto}.pro-info{display:flex;flex-direction:column;gap:.5rem;text-align:center}.pro-top{display:flex;flex-direction:column;align-items:center;gap:.5rem}.pro-name{margin:0;font-size:1.2rem;color:#0f172a;font-weight:700}.stars{display:inline-flex;align-items:center;gap:.4rem;color:#6b7280;font-size:.9rem}.star{color:#fbbf24}.muted{color:#9ca3af}.pro-meta{display:flex;flex-direction:column;gap:.5rem;color:#6b7280;font-size:.85rem}.pro-meta svg{width:.9rem;height:.9rem}.pro-meta span{display:inline-flex;align-items:center;gap:.4rem;justify-content:center}.included{min-height:auto}.included h3{margin:0 0 .5rem;font-size:1rem;font-weight:700;color:#111827}.included>p{margin:0 0 .75rem;color:#6b7280;font-size:.9rem}.included ul{list-style:none;margin:0;padding:0}.included li{display:flex;align-items:center;gap:.6rem;color:#374151;font-size:.9rem;padding:.2rem 0}.included li svg{width:.9rem;height:.9rem;color:#16a34a}.section-title{margin:0 0 .75rem;font-size:1.1rem;color:#111827;font-weight:700}.subsection{margin-top:1rem}.subsection h4{margin:0 0 .6rem;font-size:.9rem;color:#111827;font-weight:700}.date-display{display:flex;flex-direction:column;gap:.75rem}.date-chip{display:inline-flex;align-items:center;gap:.6rem;padding:.8rem 1rem;border:1px solid #e5e7eb;border-radius:10px;background:#f9fafb;font-size:.9rem;cursor:pointer;transition:border-color .15s;width:100%;justify-content:center}.date-chip.no-selection{color:#6b7280;font-style:italic}.date-chip:hover{border-color:#0d6efd}.date-chip span:first-child{font-weight:700}.date-chip span:last-child{opacity:.8}.dates-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.times-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.chip{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:3.5rem;gap:.3rem;border:1px solid #e5e7eb;border-radius:10px;background:#f9fafb;font-size:.85rem;cursor:pointer;transition:border-color .15s,background .15s,color .15s;padding:.5rem;text-align:center}.chip:hover{border-color:#0d6efd}.chip.selected{background:#0d6efd;color:#fff;border-color:#0d6efd}.chip.disabled{opacity:.55;cursor:not-allowed}.date-label{font-weight:700}.date-sub{font-size:.75rem;opacity:.9}.instructions-input{width:100%;min-height:5rem;padding:.8rem;border:1px solid #e5e7eb;border-radius:10px;resize:vertical;font-size:.9rem;font-family:inherit;box-sizing:border-box}.instructions-input:focus{outline:none;border-color:#0d6efd}.time-placeholder{padding:1.5rem;text-align:center;color:#6b7280;background-color:#f9fafb;border:1px dashed #e5e7eb;border-radius:8px;font-size:.9rem}.right-col{display:flex;flex-direction:column;gap:1rem}.booking-summary .section-title{margin-bottom:.75rem}.summary-rows{display:flex;flex-direction:column;gap:.75rem;margin-bottom:.75rem}.summary-rows .row{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eef0f4;padding-bottom:.6rem;font-size:.9rem;color:#111827}.summary-rows .row.total{border-bottom:none;padding-top:.6rem;border-top:2px solid #e5e7eb;font-weight:800;font-size:1rem}.hint{margin-top:.75rem;padding:.9rem;background:#fff7ed;border:1px solid #fde7c7;border-radius:10px;color:#92400e;font-size:.8rem}.appt-mini{display:grid;grid-template-columns:1fr;gap:.6rem;margin-top:.75rem}.appt-mini .mini{display:inline-flex;align-items:center;gap:.6rem;color:#111827;font-size:.9rem}.appt-mini .mini svg{width:.9rem;height:.9rem}.actions{margin-top:1rem;display:flex;flex-direction:column;gap:.75rem}.rowed{display:grid;grid-template-columns:1fr;gap:.75rem}.btn{display:inline-flex;align-items:center;gap:.6rem;justify-content:center;width:100%;padding:.9rem 1rem;border-radius:10px;font-weight:700;font-size:.9rem;cursor:pointer;border:1px solid transparent;transition:all .2s;box-sizing:border-box}.btn.primary{background:#0d6efd;color:#fff}.btn.primary:hover{background:#0b5ed7}.btn.primary:disabled{background:#6c757d;cursor:not-allowed;opacity:.7}.btn.outline{background:#fff;border-color:#e5e7eb;color:#111827}.btn.outline:hover{background:#f8fafc}.btn.ghost{background:#f3f4f6;color:#111827}.btn.ghost:hover{background:#e5e7eb}.btn svg{width:.9rem;height:.9rem}.guarantee{margin-top:1rem;padding:.9rem;background:#ecfdf5;border:1px solid #bbf7d0;border-radius:10px;text-align:left}.guarantee h4{margin:0 0 .3rem;font-size:.9rem;color:#065f46}.guarantee p{margin:0;font-size:.8rem;color:#065f46}.help h3{margin:0 0 .6rem;font-size:1rem;font-weight:700;color:#111827}.help .help-line{font-size:.9rem;color:#374151;padding:.4rem 0}.calendar-popup-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;box-sizing:border-box}.calendar-popup{background:#fff;border-radius:10px;padding:1.25rem;max-width:400px;width:100%;box-shadow:0 10px 25px #0003}.calendar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.calendar-nav{display:flex;align-items:center;gap:.75rem}.calendar-nav button{background:#f3f4f6;border:none;border-radius:5px;padding:.4rem .8rem;cursor:pointer;font-size:.9rem;min-width:2.5rem}.calendar-nav button:hover{background:#e5e7eb}.calendar-month{font-weight:700;font-size:1rem;text-align:center}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.3rem;margin-bottom:1rem}.calendar-day-header{text-align:center;font-weight:600;font-size:.75rem;color:#6b7280;padding:.4rem}.calendar-day{text-align:center;padding:.6rem .3rem;border-radius:5px;cursor:pointer;font-size:.85rem;transition:background .2s;min-height:2.5rem;display:flex;align-items:center;justify-content:center}.calendar-day:hover:not(.past):not(.empty):not(.blocked-date){background:#f3f4f6}.calendar-day.selected{background:#0d6efd;color:#fff}.calendar-day.past,.calendar-day.blocked-date{color:#d1d5db;cursor:not-allowed;position:relative}.calendar-day.blocked-date{background:#fee2e2;color:#b91c1c;font-weight:600;border:1px dashed #fca5a5}.calendar-day.past:hover,.calendar-day.blocked-date:hover{background:transparent}.calendar-day.empty{background:transparent;cursor:default}.calendar-actions{display:flex;justify-content:flex-end;gap:.75rem}.calendar-actions button{padding:.6rem 1rem;border:none;border-radius:5px;cursor:pointer;font-size:.9rem;font-weight:600}.calendar-actions .btn-cancel{background:#f3f4f6;color:#374151}.calendar-actions .btn-cancel:hover{background:#e5e7eb}.times-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.75rem}.chip.time-chip{padding:.6rem .8rem;min-height:2.8rem;font-size:.8rem}.chip.booked{background-color:#fee2e2;border-color:#fca5a5;color:#b91c1c;cursor:not-allowed;text-decoration:line-through;opacity:.8}.chip.booked:hover{background-color:#fee2e2;border-color:#fca5a5}.chip.past{background-color:#f3f4f6;border-color:#e5e7eb;color:#9ca3af;cursor:not-allowed;opacity:.7}.chip.past:hover{background-color:#f3f4f6;border-color:#e5e7eb}.profile-popup-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem;box-sizing:border-box}.profile-popup{background:#fff;border-radius:12px;padding:1.5rem;max-width:400px;width:90%;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;text-align:center}.profile-popup-icon{font-size:3rem;margin-bottom:1rem}.profile-popup-title{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:.75rem}.profile-popup-message{color:#6b7280;font-size:1rem;line-height:1.5;margin-bottom:1.5rem}.profile-popup-actions{display:flex;flex-direction:column;gap:.75rem;justify-content:center}.profile-popup-btn{padding:.9rem 1.5rem;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;border:none;transition:all .2s;width:100%}.profile-popup-btn.primary{background:#0d6efd;color:#fff}.profile-popup-btn.primary:hover{background:#0b5ed7}.profile-popup-btn.secondary{background:#f3f4f6;color:#374151}.profile-popup-btn.secondary:hover{background:#e5e7eb}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;box-sizing:border-box}.popup-card{background:#fff;border-radius:16px;width:100%;max-width:420px;box-shadow:0 4px 20px #0003;display:flex;flex-direction:column;animation:slideUp .3s ease-out;max-height:90vh;overflow-y:auto}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.popup-header{height:60px;background:#0d6efd;border-top-left-radius:16px;border-top-right-radius:16px;position:relative}.popup-icon{position:absolute;top:-30px;left:50%;transform:translate(-50%);background:#fff;color:#0d6efd;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;box-shadow:0 4px 10px #0000001a}.popup-icon svg{width:28px;height:28px}.popup-content{padding:30px 24px 24px;text-align:center;display:flex;flex-direction:column;gap:16px}.popup-title{font-size:24px;font-weight:700;color:#111827;margin-bottom:4px}.popup-message{font-size:14px;color:#6b7280;margin-top:0}.booking-details-card,.what-happens-next-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:16px;text-align:left;display:flex;flex-direction:column;gap:8px}.booking-details-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.booking-details-header h3{margin:0;font-size:16px;font-weight:700;color:#111827}.booking-status{background:#dcfce7;color:#16a34a;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600;border:1px solid #bbf7d0}.details-row{display:flex;align-items:center;justify-content:space-between;font-size:14px;color:#374151}.details-row span:last-child{font-weight:600;color:#111827}.what-happens-next-card h3{margin:0 0 10px;font-size:16px;font-weight:700;color:#111827}.what-happens-next-card ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.what-happens-next-card li{display:flex;align-items:center;gap:10px;font-size:14px;color:#374151}.what-happens-next-card li svg{width:14px;height:14px;color:#16a34a}.btn.full-width{width:100%;margin-top:4px}.popup-caption{font-size:12px;color:#6b7280;margin-top:8px;text-decoration:underline;cursor:pointer}@media (min-width: 768px){.booking-main-content{padding:1.5rem}.page-title h1{font-size:1.75rem}.pro-row{flex-direction:row;align-items:center;text-align:left}.avatar{margin:0}.pro-info{text-align:left}.pro-top{flex-direction:row;align-items:center}.pro-meta{flex-direction:row;gap:1rem}.pro-meta span{justify-content:flex-start}.service-head{flex-direction:row;align-items:center;justify-content:space-between}.rate-box{text-align:right;margin-top:0}.times-grid,.dates-grid{grid-template-columns:repeat(4,1fr)}.rowed{grid-template-columns:1fr 1fr}.profile-popup-actions{flex-direction:row}.profile-popup-btn{width:auto}}@media (min-width: 1024px){.booking-layout{grid-template-columns:1.2fr 1fr}.page-title h1{font-size:1.75rem}.times-grid{grid-template-columns:repeat(5,1fr)}}@media (max-width: 480px){.booking-main-content{padding:.8rem}.card{padding:1rem}.page-title h1{font-size:1.3rem}.page-title p{font-size:.85rem}.service-title{flex-direction:column;align-items:flex-start;gap:.5rem}.times-grid,.dates-grid{grid-template-columns:repeat(2,1fr)}.chip{min-height:3rem;font-size:.8rem;padding:.4rem}.btn{padding:.8rem;font-size:.85rem}.calendar-popup{padding:1rem}.calendar-day{padding:.5rem .2rem;font-size:.8rem;min-height:2.2rem}}@media (max-width: 360px){.times-grid,.dates-grid{grid-template-columns:1fr}.pro-meta{flex-direction:column;gap:.3rem;align-items:flex-start}.service-title h2{font-size:1rem}}.my-bookings-page-container{display:flex;flex-direction:column;min-height:100vh;background-color:#f8fafc}.my-bookings-main-content{flex:1;padding:16px;max-width:1200px;margin:50px auto 0;width:90%}.bookings-header{display:flex;justify-content:center;align-items:center;margin-bottom:16px;padding:12px 0}.filter-search-bar{display:flex;align-items:center;gap:10px;width:100%;max-width:900px}.search-container{position:relative;display:flex;align-items:center;flex:1}.search-input{width:100%;padding:8px 10px 8px 36px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;background:#fff}.filter-btn{display:flex;align-items:center;gap:6px;padding:8px 14px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;font-weight:500;color:#4b5563;cursor:pointer}.filter-btn:hover{background:#f9fafb}.service-select,.date-input{padding:8px 10px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;background:#fff;color:#4b5563;cursor:pointer;min-width:140px}.booking-filters-tabs{display:none}.glass-glider1{position:absolute;top:0;bottom:0;width:25%;border-radius:1rem;z-index:1;transition:transform .5s cubic-bezier(.37,1.95,.66,.56),background .4s ease-in-out,box-shadow .4s ease-in-out}#active:checked~.glass-glider1{transform:translate(0);background:linear-gradient(135deg,#059669,#10b981);box-shadow:0 0 18px #10b98180,0 0 10px #05966966 inset}#accepted:checked~.glass-glider1{transform:translate(100%);background:linear-gradient(135deg,#1d4ed8,#2563eb);box-shadow:0 0 18px #2563eb80,0 0 10px #1d4ed866 inset}#cancelled:checked~.glass-glider1{transform:translate(200%);background:linear-gradient(135deg,#b91c1c,#dc2626);box-shadow:0 0 18px #dc262680,0 0 10px #b91c1c66 inset}#completed:checked~.glass-glider1{transform:translate(300%);background:linear-gradient(135deg,#4b5563,#6b7280);box-shadow:0 0 18px #6b728080,0 0 10px #4b556366 inset}.bookings-list{display:flex;flex-direction:column;gap:16px}.booking-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:16px;display:flex;flex-direction:column;gap:10px;box-shadow:0 1px 3px #0000001a;transition:box-shadow .2s ease;width:100%}.booking-card:hover{box-shadow:0 4px 6px #0000001a}.booking-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:0}.status-badge.active{background-color:#dcfce7;color:#16a34a}.status-badge.completed{background-color:#f0f9ff;color:#0ea5e9}.status-badge.cancelled{background-color:#fef2f2;color:#ef4444}.technician-info-row{display:flex;align-items:center;gap:10px}.tech-avatar-wrapper{width:36px;height:36px;border-radius:50%;background-color:#e0f2fe;display:flex;align-items:center;justify-content:center}.tech-avatar-placeholder{font-size:16px;font-weight:600;color:#0284c7;text-transform:uppercase}.tech-name-rating{display:flex;align-items:center;gap:6px}.tech-name{font-size:13px;font-weight:600;color:#374151}.tech-rating{display:flex;align-items:center;gap:3px;font-size:13px;color:#6b7280}.booking-details-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 20px;font-size:13px;color:#6b7280}.booking-description{font-size:13px;color:#6b7280;line-height:1.4}.booking-actions{display:flex;gap:10px;margin-top:12px;padding-top:12px;border-top:1px solid #f3f4f6;justify-content:flex-end;align-items:center}.cancel-btn{background-color:#fef2f2;color:#dc2626;border:1px solid #fecaca}.cancel-btn:hover{background-color:#fee2e2}.complete-btn{background-color:#10b981;color:#fff;border:1px solid #059669;padding:6px 10px;width:auto}.no-results-message{text-align:center;padding:40px 16px;color:#6b7280;font-size:15px;background:#fff;border-radius:10px;border:1px solid #e5e7eb;width:100%}@media (max-width: 768px){.my-bookings-main-content{padding:12px;margin-top:60px;width:95%}.bookings-header{flex-direction:column;align-items:center;gap:12px;justify-content:center}.filter-search-bar{width:100%;flex-wrap:wrap;justify-content:center}.search-container,.search-input{width:100%}.service-select,.date-input{width:calc(50% - 6px)}.booking-filters-tabs{overflow-x:auto;padding-bottom:10px}.booking-card{padding:16px}.booking-card-header{flex-direction:column;gap:10px;align-items:flex-start}.header-right-section{width:100%;justify-content:space-between}.booking-actions{flex-wrap:wrap;justify-content:center}}@media (max-width: 480px){.service-title{font-size:15px}.glass-radio-group label{min-width:55px;padding:.5rem .8rem;font-size:11px}.booking-actions{flex-direction:column}.action-btn1{width:100%}.complete-btn{width:auto;align-self:flex-end}}.notifications-page-container{display:flex;flex-direction:column;min-height:100vh;background-color:#f8fafc}.notifications-main-content{flex:1;padding:24px;max-width:1200px;margin:80px auto 0;width:90%}.notifications-header{display:flex;align-items:center;margin-bottom:24px;padding:20px 0}.notifications-back-btn{display:inline-flex;align-items:center;gap:12px;font-size:24px;font-weight:700;color:#1f2937;background:none;border:none;cursor:pointer;padding:8px 0}.notifications-back-btn svg{width:20px;height:20px;color:#6b7280}.notifications-list{display:flex;flex-direction:column;gap:16px}.notification-card{display:flex;align-items:flex-start;padding:20px;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;transition:transform .2s ease;width:100%}.notification-card:hover{transform:translateY(-2px)}.notification-icon{font-size:24px;margin-right:16px;min-width:24px;flex-shrink:0}.notification-card.info .notification-icon{color:#007bff}.notification-card.success .notification-icon{color:#28a745}.notification-card.warning .notification-icon{color:#ffc107}.notification-content{flex-grow:1;min-width:0}.notification-title{font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:4px}.notification-message{font-size:.9rem;color:#6b7280;line-height:1.4;margin-bottom:8px}.notification-time{font-size:.75rem;color:#9ca3af}.no-notifications-message,.loading-message{text-align:center;padding:40px;background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000000d}@media (max-width: 768px){.notifications-main-content{padding:16px;margin-top:60px;width:100%}.notifications-main-content h2{font-size:1.5rem;margin-bottom:16px}.notification-card{padding:16px;flex-direction:row;align-items:flex-start;gap:10px}}@media (max-width: 480px){.notifications-main-content{padding:10px}.notification-card{padding:12px}.notification-icon{font-size:20px;margin-right:10px;min-width:20px}.notification-title{font-size:.95rem}.notification-message{font-size:.85rem}}.message-box{display:flex;flex-direction:column;min-height:100vh;background:#f5f7fa}.message-container{flex:1;padding:20px;background:#f5f7fa;display:flex;flex-direction:column;align-items:center}.message-container h2{width:100%;max-width:1200px;margin-bottom:20px;font-size:22px;font-weight:600}.message-card{width:100%;max-width:1200px;background:#fff;border-radius:12px;padding:15px;margin-bottom:15px;box-shadow:0 2px 6px #00000014;cursor:pointer;transition:transform .2s ease;display:flex;align-items:flex-start;gap:12px}.message-card:hover{transform:translateY(-2px)}.avatar{width:45px;height:45px;background:#6c63ff;border-radius:50%;color:#fff;font-size:20px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.info{flex:1;display:flex;flex-direction:column;min-width:0}.message-header{display:flex;align-items:flex-start;justify-content:space-between;width:100%}.top-row{display:flex;align-items:center;gap:8px}.name{font-weight:600;font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.rating{font-size:14px;color:#ff9800}.time{margin-left:auto;font-size:13px;color:#666;flex-shrink:0}.service-row{display:flex;align-items:center;margin-top:4px;gap:8px}.service{background:#eef5ff;color:#333;font-size:12px;padding:2px 8px;border-radius:5px}.status{font-size:12px;color:green}.location{font-size:13px;color:#777;margin-top:2px}.text{margin-top:4px;font-size:14px;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.online-status{margin-top:4px;font-size:13px}.online{color:#2e7d32}.offline{color:#888}.unread-badge{background:#d32f2f;color:#fff;font-size:12px;font-weight:700;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-left:10px;align-self:flex-start}@media (max-width: 768px){.message-container{padding:15px}.message-container h2{font-size:20px;margin-bottom:15px}.message-card{padding:12px;border-radius:10px}}@media (max-width: 480px){.message-container{padding:10px 0}.message-container h2{padding:0 10px;font-size:18px}.message-card{margin-bottom:10px;border-radius:8px;width:calc(100% - 20px);margin-left:auto;margin-right:auto;gap:8px}.avatar{width:40px;height:40px;font-size:18px;margin-right:8px}.name{font-size:15px;max-width:100px}.time{font-size:12px}.text{font-size:13px}.unread-badge{width:22px;height:22px;font-size:11px;margin-left:8px}}.profile-page-container{display:flex;flex-direction:column;min-height:100vh;background-color:#f5f7fa;font-family:Arial,sans-serif}.profile-box{background:#fff;padding:40px;border-radius:12px;width:90%;max-width:1200px;box-shadow:0 10px 30px #00000014;margin:100px auto 40px;box-sizing:border-box}.profile-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid #eaeaea}.main-title{font-size:28px;font-weight:600;color:#333;margin:0}.action-btn{border:none;padding:12px 20px;border-radius:8px;cursor:pointer;font-weight:600;font-size:15px;transition:all .3s ease;display:flex;align-items:center}.action-btn svg{margin-right:5px;font-size:16px}.action-btn .btn-text{white-space:nowrap}.action-btn.edit-icon{background:linear-gradient(to right,#3498db,#2980b9);color:#fff;box-shadow:0 4px 6px #3498db33}.action-btn.cancel{background:#e7e7e7;color:#555}.action-btn.save{background:linear-gradient(to right,#2ecc71,#27ae60);color:#fff;box-shadow:0 4px 6px #2ecc7133}.action-btn:hover{transform:translateY(-2px)}.profile-action-footer{display:flex;justify-content:flex-end;margin-top:30px;padding-top:20px;border-top:1px solid #eaeaea}.form-section{margin-bottom:30px;padding:25px;background-color:#f7f7f9;border-radius:12px;position:relative}.professional-details-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.professional-details-header .section-title{margin-bottom:0}.section-title{font-size:20px;font-weight:600;color:#333;margin-bottom:25px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px}.form-grid>div{display:flex;flex-direction:column}label{display:block;font-size:14px;font-weight:600;margin-bottom:8px;color:#333}input,select,textarea{width:100%;padding:12px 15px;border:1px solid #ddd;border-radius:8px;font-size:15px;transition:all .2s ease;box-sizing:border-box;background-color:#fff}input:disabled,select:disabled,textarea:disabled{background-color:#f0f2f5;cursor:not-allowed;color:#555}input:focus:not(:disabled),select:focus:not(:disabled),textarea:focus:not(:disabled){outline:none;border-color:#000;box-shadow:0 0 0 3px #0000001a}textarea{min-height:120px;resize:vertical}@keyframes blink-border{0%,to{border-color:#fca5a5;box-shadow:0 0 0 4px #fca5a580}50%{border-color:#ef4444;box-shadow:0 0 0 4px #ef4444cc}}.input-blink-error{animation:blink-border .6s ease-in-out 3;border-color:#ef4444!important;box-shadow:0 0 0 4px #ef444480!important}.subsection-title{font-size:16px;font-weight:600;color:#555;margin-top:20px;margin-bottom:15px}.skills-grid{display:flex;flex-wrap:wrap;gap:12px}.skill-tag{background:linear-gradient(135deg,#3498db,#2980b9);color:#fff;padding:8px 16px;border-radius:20px;font-size:14px;display:flex;align-items:center;gap:8px}.skill-tag button{background:#fff3;border:none;color:#fff;width:20px;height:20px;border-radius:50%;cursor:pointer;font-weight:700;transition:background-color .2s}.skill-tag button:hover{background:#fff6}.add-skill-container{display:flex;gap:10px;margin-top:15px}.add-skill-container input{flex-grow:1}.add-skill-btn{background-color:#000;color:#fff;border:none;padding:0 20px;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .2s}.add-skill-btn:hover{background-color:#333}.success-notification{position:fixed;top:100px;right:30px;background:#fff;padding:15px 20px;border-radius:8px;box-shadow:0 10px 25px #00000026;display:flex;align-items:center;gap:15px;z-index:1000;animation:slideIn .5s ease,fadeOut .5s ease 2.5s forwards;border-left:4px solid #2ecc71}.skills-checkbox-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:15px}.skill-checkbox-item{display:flex;align-items:center;background-color:#fff;padding:10px 15px;border-radius:8px;border:1px solid #e0e0e0}.skill-checkbox-item input[type=checkbox]{width:auto;margin-right:10px;cursor:pointer}.skill-checkbox-item label{font-weight:500;color:#555;cursor:pointer;margin-bottom:0}@keyframes slideIn{0%{transform:translate(100px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0;visibility:hidden}}.success-icon{width:30px;height:30px;display:flex;align-items:center;justify-content:center}.checkmark{width:30px;height:30px;border-radius:50%;display:block}.checkmark__circle{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:2;stroke-miterlimit:10;stroke:#2ecc71;fill:none;animation:stroke .6s cubic-bezier(.65,0,.45,1) forwards}.checkmark__check{transform-origin:50% 50%;stroke-dasharray:48;stroke-dashoffset:48;stroke:#2ecc71;stroke-width:3;stroke-miterlimit:10;animation:stroke .3s cubic-bezier(.65,0,.45,1) .8s forwards}@keyframes stroke{to{stroke-dashoffset:0}}@media (max-width: 960px){.profile-box{width:95%}.form-grid{grid-template-columns:1fr}}@media (max-width: 768px){.profile-box{width:auto;max-width:100%;margin:80px 15px 30px;padding:25px}}.availability-blocker-section{margin-top:15px}.block-dates-btn{background-color:#e7f0ff;color:#0d6efd;padding:8px 15px;border:1px solid #d6e6ff;border-radius:8px;cursor:pointer;font-weight:600;transition:background-color .2s;font-size:14px}.block-dates-btn:hover{background-color:#d6e6ff}.modal-backdrop{position:fixed;inset:0;background-color:#0009;z-index:1050;display:flex;justify-content:center;align-items:center;overflow-y:auto}.modal-content{background:#fff;padding:30px;border-radius:10px;box-shadow:0 5px 15px #0000004d;max-width:450px;width:90%;z-index:1060}.modal-content.homepage-popup{max-width:500px;padding:30px;text-align:center;border-top:5px solid #007bff}.modal-text{font-size:18px;color:#333;margin-bottom:25px;font-weight:500}.modal-actions{display:flex;justify-content:center;gap:15px}.modal-actions .btn-primary,.modal-actions .btn-secondary{padding:10px 25px;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s}.modal-actions .btn-primary{background-color:#007bff;color:#fff}.modal-actions .btn-primary:hover{background-color:#0056b3}.modal-actions .btn-secondary{background-color:#e9ecef;color:#495057}.modal-actions .btn-secondary:hover{background-color:#d8dbe0}.date-blocker-overlay{z-index:2000}.date-blocker-popup{max-width:550px;padding:25px}.date-blocker-popup .calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.date-blocker-popup .calendar-nav{display:flex;gap:10px}.date-blocker-popup .calendar-nav button{background:#f3f4f6;border:none;border-radius:5px;padding:5px 10px;cursor:pointer;font-size:14px}.date-blocker-popup .calendar-month{font-weight:700}.date-blocker-popup .calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:5px;margin-bottom:15px;padding:5px}.date-blocker-popup .calendar-day-header{text-align:center;font-weight:600;font-size:12px;color:#6b7280;padding:5px}.date-blocker-popup .calendar-day{text-align:center;padding:10px 5px;border-radius:5px;cursor:pointer;font-size:14px;transition:background .2s;border:1px solid #eee}.date-blocker-popup .calendar-day:hover:not(.past):not(.empty){background:#f3f4f6}.blocked-date{background:#fee2e2!important;color:#b91c1c!important;border:1px solid #fca5a5!important;font-weight:600}.past{color:#d1d5db;cursor:not-allowed;border:1px solid transparent}.service-requests-page-container{display:flex;flex-direction:column;min-height:100vh;background-color:#f8fafc}.service-requests-main-content{flex:1;padding:16px;max-width:1200px;margin:50px auto 0;width:90%}.requests-header{display:flex;justify-content:center;align-items:center;margin-bottom:16px;padding:12px 0}.filter-search-bar{display:flex;align-items:center;gap:10px}.search-container{position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:12px;color:#9ca3af;z-index:1;font-size:14px}.search-input{width:280px;padding:8px 10px 8px 36px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;background:#fff}.service-select,.date-input{padding:8px 10px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;background:#fff;color:#4b5563;cursor:pointer}.service-select:focus,.date-input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e533}.toggle-container{display:flex;justify-content:center;margin-bottom:16px}.glass-radio-group{--bg: #fff;display:flex;position:relative;background:var(--bg);border-radius:1rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:inset 1px 1px 4px #0000000d,inset -1px -1px 6px #0000001a,0 4px 12px #00000026;overflow:hidden;width:fit-content;margin:0 auto}.glass-radio-group label{flex:1;display:flex;align-items:center;justify-content:center;min-width:70px;font-size:13px;padding:.6rem 1.2rem;cursor:pointer;font-weight:600;letter-spacing:.3px;color:#4b5563;position:relative;z-index:2;transition:color .3s ease-in-out}.glass-radio-group label:hover{color:#1f2937}.glass-glider2{position:absolute;top:0;bottom:0;width:25%;border-radius:1rem;z-index:1;transition:transform .5s cubic-bezier(.37,1.95,.66,.56),background .4s ease-in-out,box-shadow .4s ease-in-out}#requests:checked~.glass-glider2{transform:translate(0);background:linear-gradient(135deg,#f59e0b,#fbbf24);box-shadow:0 0 18px #fbbf2480,0 0 10px #f59e0b66 inset}#accepted:checked~.glass-glider2{transform:translate(100%);background:linear-gradient(135deg,#1d4ed8,#2563eb);box-shadow:0 0 18px #2563eb80,0 0 10px #1d4ed866 inset}#cancelled:checked~.glass-glider2{transform:translate(200%);background:linear-gradient(135deg,#b91c1c,#dc2626);box-shadow:0 0 18px #dc262680,0 0 10px #b91c1c66 inset}#history:checked~.glass-glider2{transform:translate(300%);background:linear-gradient(135deg,#4b5563,#6b7280);box-shadow:0 0 18px #6b728080,0 0 10px #4b556366 inset}.requests-list{display:flex;flex-direction:column;gap:16px}.request-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:16px;display:flex;flex-direction:column;gap:10px;box-shadow:0 1px 3px #0000001a;transition:box-shadow .2s ease;width:100%}.request-card:hover{box-shadow:0 4px 6px #0000001a}.request-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:0}.service-info{display:flex;flex-direction:column;gap:2px}.service-title{font-size:16px;font-weight:600;color:#1f2937;margin:0}.booked-on{font-size:13px;color:#6b7280}.header-right-section{display:flex;align-items:center;gap:10px}.status-badge{padding:3px 8px;border-radius:20px;font-size:10px;font-weight:600;text-transform:uppercase}.status-badge.requests{background-color:#fffbeb;color:#f59e0b}.status-badge.accepted{background-color:#e0f2fe;color:#0284c7}.status-badge.canceled{background-color:#fef2f2;color:#ef4444}.status-badge.history{background-color:#f0f9ff;color:#0ea5e9}.user-info-row{display:flex;align-items:flex-start;gap:10px}.user-avatar-wrapper{width:36px;height:36px;border-radius:50%;background-color:#e0f2fe;display:flex;align-items:center;justify-content:center;flex-shrink:0}.user-avatar-placeholder{font-size:16px;font-weight:600;color:#0284c7;text-transform:uppercase}.user-details{display:flex;flex-direction:column;gap:3px}.user-name{font-size:13px;font-weight:600;color:#374151}.user-address{font-size:13px;color:#6b7280}.user-rating{display:flex;align-items:center;gap:3px;font-size:13px;color:#6b7280}.star-icon{color:#fbbf24;font-size:11px}.request-details-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 20px;font-size:13px;color:#6b7280}.detail-row{display:flex;align-items:center;gap:10px}.detail-icon{color:#9ca3af;width:13px;height:13px}.rupee-icon{font-size:13px}.description-row{margin-top:6px;padding-top:10px;border-top:1px solid #f3f4f6;display:flex;flex-direction:column;gap:3px}.description-label{font-size:13px;font-weight:600;color:#374151}.request-description{font-size:13px;color:#6b7280;line-height:1.4}.request-actions{display:flex;gap:10px;margin-top:12px;padding-top:12px;border-top:1px solid #f3f4f6;justify-content:flex-end;align-items:center}.action-btn1{padding:6px 12px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;border:none;transition:all .2s ease}.action-btn1:disabled{cursor:not-allowed;opacity:.7}.decline-btn{background-color:#fef2f2;color:#dc2626;border:1px solid #fecaca}.decline-btn:hover{background-color:#fee2e2}.accept-btn{background-color:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.accept-btn:hover{background-color:#a7f3d0}.chat-btn{background-color:#dbeafe;color:#1e40af;border:1px solid #bfdbfe}.chat-btn:hover{background-color:#bfdbfe}.complete-btn{background-color:#10b981;color:#fff;border:1px solid #059669;padding:6px 10px;min-width:auto}.complete-btn:hover{background-color:#059669}.chat-btn:disabled,.complete-btn:disabled{background-color:#e5e7eb;color:#9ca3af;border-color:#d1d5db}.no-results-message{text-align:center;padding:40px 16px;color:#6b7280;font-size:15px;background:#fff;border-radius:10px;border:1px solid #e5e7eb}@media (max-width: 768px){.service-requests-main-content{padding:12px;margin-top:60px;width:100%}.requests-header{flex-direction:column;align-items:center;gap:12px;justify-content:center}.filter-search-bar{width:100%;flex-wrap:wrap;justify-content:center}.search-container,.search-input{width:100%}.service-select,.date-input{width:calc(50% - 6px)}.request-card{padding:16px}.request-card-header{flex-direction:column;gap:10px;align-items:flex-start}.header-right-section{width:100%;justify-content:space-between}.request-actions{flex-wrap:wrap;justify-content:center}}.modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.confirmation-modal{background:#fff;padding:30px;border-radius:12px;box-shadow:0 4px 20px #0003;text-align:center;max-width:400px;width:90%}.modal-message{font-size:1.1em;margin-bottom:25px;color:#333}.modal-actions{display:flex;justify-content:space-around}.modal-btn{padding:10px 20px;border:none;border-radius:8px;cursor:pointer;font-weight:700;transition:background-color .2s}.confirm-yes{background-color:#f44336;color:#fff}.confirm-yes:hover{background-color:#d32f2f}.confirm-no{background-color:#ccc;color:#333}.confirm-no:hover{background-color:#bbb}@media (max-width: 480px){.service-title{font-size:15px}.glass-radio-group label{min-width:55px;padding:.5rem .8rem;font-size:11px}.request-actions{flex-direction:column}.action-btn1{width:100%}.complete-btn{width:auto;align-self:flex-end}}.user-management-container{padding:15px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}.add-user-btn{background-color:#2c3e50;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-weight:500;font-size:14px;white-space:nowrap;transition:background-color .3s}.add-user-btn:hover{background-color:#1a252f}.user-table{width:100%;border-collapse:collapse}.user-table th,.user-table td{padding:8px 15px;text-align:left;border-bottom:1px solid #dee2e6;font-size:14px}.user-table th{font-weight:600;color:#2c3e50;background-color:#f8f9fa;border-bottom:2px solid #dee2e6}.user-table tr:hover{background-color:#f8f9fa}.user-name{font-weight:500}.user-email,.user-phone,.user-location,.user-joined{color:#6b7280}.role-badge{padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500}.role-badge.user{background-color:#e3f2fd;color:#1565c0}.role-badge.admin{background-color:#fef3c7;color:#a16207}.confirmation-popup,.add-user-popup,.edit-user-popup{background:#fff;padding:24px;border-radius:8px;box-shadow:0 4px 12px #0003;width:400px;max-width:90%;max-height:90vh;overflow-y:auto;animation:fadeIn .3s;position:relative}.confirmation-popup h3,.add-user-popup h3,.edit-user-popup h3{color:#2c3e50;margin-top:0;margin-bottom:16px;font-size:1.4rem;border-bottom:2px solid #eee;padding-bottom:10px}.form-group input,.form-group select{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:4px;font-size:14px;box-sizing:border-box}@media (max-width: 768px){.header-section{flex-direction:column;align-items:stretch}.controls{justify-content:space-between}.search-box{width:200px}.user-table th,.user-table td{padding:6px 10px}}@media (max-width: 480px){.controls{flex-direction:column;gap:10px}.search-container,.search-box,.add-user-btn{width:100%}}.technician-management-container{padding:15px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}.header-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;flex-wrap:wrap;gap:10px}.header-section h2{margin:0;font-size:1.5rem;font-weight:600;color:#2c3e50}.controls{display:flex;align-items:center;gap:10px}.search-container{position:relative}.search-box{border:1px solid #d1d5db;border-radius:4px;padding:8px 12px 8px 35px;width:250px;font-size:14px}.search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#6b7280;font-size:16px;pointer-events:none}.add-technician-btn{background-color:#2c3e50;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-weight:500;font-size:14px;white-space:nowrap;transition:background-color .3s}.add-technician-btn:hover{background-color:#1a252f}.technician-table{width:100%;border-collapse:collapse}.technician-table th,.technician-table td{padding:8px 15px;text-align:left;border-bottom:1px solid #dee2e6;font-size:14px}.technician-table th{font-weight:600;color:#2c3e50;background-color:#f8f9fa;border-bottom:2px solid #dee2e6}.technician-table tr:hover{background-color:#f8f9fa}.technician-name{font-weight:500;margin-bottom:4px}.technician-email{font-size:13px;color:#6b7280}.bio-text{font-size:13px;color:#4b5563;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.status-badge{padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500}.status-badge.active{background-color:#e8f5e9;color:#2e7d32}.status-badge.suspended{background-color:#ffebee;color:#c62828}.skills-container{display:flex;flex-wrap:wrap;gap:6px}.skill-badge{padding:3px 8px;border-radius:12px;font-size:11px;background:#e3f2fd;color:#1565c0;white-space:nowrap}.show-more-link{padding:3px 8px;border-radius:12px;font-size:11px;color:#2c3e50;cursor:pointer;font-weight:600;white-space:nowrap;text-decoration:underline}.actions{display:flex;gap:10px;align-items:center;white-space:nowrap}.edit-icon{background:none;border:none;cursor:pointer;color:#6b7280;font-size:18px;display:flex;align-items:center;justify-content:center;transition:color .2s}.edit-icon:hover{color:#2c3e50}.toggle-switch{position:relative;display:inline-block;width:50px;height:24px}.toggle-switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.4s;border-radius:24px}.slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%}input:checked+.slider{background-color:#10b981}input:checked+.slider:before{transform:translate(26px)}.popup-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.confirmation-popup,.add-technician-popup,.edit-technician-popup,.all-skills-popup{background:#fff;padding:24px;border-radius:8px;box-shadow:0 4px 12px #0003;width:500px;max-width:90%;max-height:90vh;overflow-y:auto;position:relative;animation:fadeIn .3s}.confirmation-popup h3,.add-technician-popup h3,.edit-technician-popup h3,.all-skills-popup h3{color:#2c3e50;margin-top:0;margin-bottom:16px;font-size:1.4rem;border-bottom:2px solid #eee;padding-bottom:10px}.confirmation-popup p{margin-bottom:20px;color:#6b7280}.form-group{margin-bottom:12px}.form-group label{display:block;margin-bottom:4px;font-weight:500;color:#374151}.form-group input,.form-group select,.form-group textarea{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:4px;font-size:14px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;box-sizing:border-box}.form-group textarea{min-height:80px;resize:vertical}.skills-input-container{display:flex;gap:8px}.skills-input-container input{flex:1}.add-skill-btn{background:#f3f4f6;color:#374151;border:1px solid #d1d5db;padding:8px 12px;border-radius:4px;cursor:pointer;font-weight:500;white-space:nowrap;transition:background-color .2s}.add-skill-btn:hover{background:#e5e7eb}.skills-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.skill-tag{display:flex;align-items:center;background:#e3f2fd;color:#1565c0;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500}.remove-skill{margin-left:5px;cursor:pointer;color:#1565c0;font-size:14px;font-weight:700;line-height:1}.remove-skill:hover{color:#c62828}.popup-buttons{display:flex;gap:12px;justify-content:flex-end;margin-top:15px}.cancel-btn{background:#f3f4f6;color:#374151;border:1px solid #d1d5db;padding:8px 16px;border-radius:4px;cursor:pointer;font-weight:500;transition:background-color .2s}.confirm-btn{background:#2c3e50;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-weight:500;transition:background-color .2s}.confirm-btn:disabled{background:#ccc;cursor:not-allowed}.cancel-btn:hover{background:#e5e7eb}.confirm-btn:hover:not(:disabled){background:#1a252f}@media (max-width: 768px){.header-section{flex-direction:column;align-items:stretch}.controls{justify-content:space-between}.search-box{width:200px}.technician-table th,.technician-table td{padding:6px 10px}}@media (max-width: 480px){.controls{flex-direction:column;gap:10px}.search-container,.search-box,.add-technician-btn{width:100%}.skills-input-container{flex-direction:column}}.bookings-management{padding:20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333}.bookings-management h1{color:#2c3e50;margin-bottom:20px;font-weight:600}.filters{display:flex;gap:10px;margin-bottom:20px;flex-wrap:wrap}.filter-btn{padding:8px 16px;border:1px solid #ddd;background-color:#f8f9fa;border-radius:4px;cursor:pointer;transition:all .3s ease;font-weight:500}.filter-btn:hover{background-color:#e9ecef}.filter-btn.active{background-color:#2c3e50;color:#fff;border-color:#2c3e50}.table-container{overflow-x:auto;border-radius:8px;box-shadow:0 2px 8px #0000001a}.bookings-table{width:100%;border-collapse:collapse;background-color:#fff}.bookings-table th{background-color:#f8f9fa;padding:12px 15px;text-align:left;font-weight:600;color:#2c3e50;border-bottom:2px solid #dee2e6}.bookings-table td{padding:12px 15px;border-bottom:1px solid #dee2e6}.bookings-table tr:hover{background-color:#f8f9fa}.customer-info{display:flex;flex-direction:column}.customer-name{font-weight:500}.status-badge{padding:4px 8px;border-radius:12px;font-size:.85rem;font-weight:500}.status-badge.active{background-color:#e3f2fd;color:#1565c0}.status-badge.accepted{background-color:#e8f5e9;color:#2e7d32}.status-badge.completed{background-color:#f1f8e9;color:#558b2f}.status-badge.cancelled{background-color:#ffebee;color:#c62828}.details-btn{padding:6px 12px;background-color:#2c3e50;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s}.details-btn:hover{background-color:#1a252f}.popup-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.booking-details-popup{background:#fff;padding:30px;border-radius:8px;box-shadow:0 4px 20px #0003;width:90%;max-width:500px;position:relative;animation:fadeIn .3s}.booking-details-popup h3{color:#2c3e50;border-bottom:2px solid #eee;padding-bottom:10px;margin-top:0;margin-bottom:15px}.booking-details-popup p{margin:10px 0;font-size:1rem;line-height:1.5}.booking-details-popup strong{font-weight:600;color:#2c3e50}.close-btn{position:absolute;top:15px;right:15px;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#999;transition:color .2s}.close-btn:hover{color:#333}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (max-width: 768px){.filters{flex-direction:column;align-items:flex-start}.bookings-table{font-size:.9rem}.bookings-table th,.bookings-table td{padding:8px 10px}.booking-details-popup{padding:20px}}.service-management{padding:20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#fafafa;min-height:100vh}.service-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e0e0e0}.service-header h1{color:#333;margin:0 0 4px;font-weight:600;font-size:24px}.service-header p{color:#666;margin:0;font-size:14px}.add-service-btn{background-color:#000;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;transition:background-color .2s}.add-service-btn:hover{background-color:#333}.services-list{display:flex;flex-direction:column;gap:16px}.service-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.service-image{flex-shrink:0}.image-placeholder{width:80px;height:80px;border-radius:8px;background-color:#f0f0f0;display:flex;align-items:center;justify-content:center;border:1px solid #ddd;overflow:hidden;position:relative}.service-img{width:100%;height:100%;object-fit:cover;border-radius:8px}.placeholder-text{color:#999;font-size:11px;text-align:center;padding:5px}.service-content-wrapper{flex:1;display:flex;justify-content:space-between;align-items:center;gap:20px}.service-content{flex:1;min-width:0}.service-name{color:#333;margin:0 0 8px;font-weight:600;font-size:18px}.service-description{color:#666;line-height:1.5;margin:0;font-size:14px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.service-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.action-btn-s{width:40px;height:40px;border:1px solid #ddd;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;background-color:#fff;transition:all .2s;font-size:16px}.action-btn:hover{background-color:#f5f5f5;transform:translateY(-1px)}.edit-icon:hover{color:#2196f3;border-color:#2196f3}.delete-icon:hover{color:#e74c3c;border-color:#e74c3c}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:16px}.modal{background-color:#fff;border-radius:8px;padding:24px;width:100%;max-width:450px;box-shadow:0 4px 12px #00000026;max-height:90vh;overflow-y:auto}.modal h2{margin-top:0;margin-bottom:24px;color:#333;font-weight:600;font-size:20px}.modal p{color:#666;margin-bottom:24px;line-height:1.5}.form-group label{display:block;margin-bottom:6px;font-weight:500;color:#333;font-size:14px}.form-group input,.form-group textarea{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:4px;font-family:inherit;font-size:14px;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#999;box-shadow:0 0 0 2px #0000001a}.form-group textarea{resize:vertical;min-height:80px}.image-upload{display:flex;flex-direction:column;gap:12px;align-items:flex-start}.image-preview{width:100px;height:100px;border-radius:8px;background-color:#f0f0f0;display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid #ddd}.preview-img{width:100%;height:100%;object-fit:cover}.upload-placeholder{color:#999;font-size:12px;text-align:center;padding:8px}.upload-btn{padding:8px 16px;border:1px solid #ddd;border-radius:4px;background-color:#f5f5f5;cursor:pointer;font-size:13px;transition:background-color .2s}.upload-btn:hover{background-color:#e0e0e0}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}.cancel-btn{padding:10px 20px;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-weight:500;font-size:14px;background-color:#fff;color:#333;transition:all .2s}.cancel-btn:hover{background-color:#f5f5f5}.confirm-btn{padding:10px 20px;border:1px solid #333;border-radius:4px;cursor:pointer;font-weight:500;font-size:14px;background-color:#333;color:#fff;transition:all .2s}.confirm-btn:hover{background-color:#555;border-color:#555}.confirm-btn.delete{background-color:#c82333;border-color:#c82333}.confirm-btn.delete:hover{background-color:#a71e2a;border-color:#a71e2a}@media (max-width: 768px){.service-management{padding:16px}.service-header{flex-direction:column;gap:16px;align-items:flex-start}.service-card{flex-direction:column;text-align:center;gap:16px}.service-content-wrapper{flex-direction:column;gap:16px;width:100%}.service-actions{justify-content:center;width:100%}.modal{margin:20px;padding:20px}}.settings-container{font-family:Inter,sans-serif;background:#fff;padding:24px 32px;border-radius:8px;box-shadow:0 1px 3px #0000001a;max-width:800px;margin:40px auto}.settings-header{margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.settings-header h1{margin:0;font-size:1.5rem;font-weight:600;color:#111827}.settings-section{margin-bottom:32px}.settings-section h2{margin:0 0 20px;font-size:1.125rem;font-weight:500;color:#111827}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.form-group{margin-bottom:16px}.form-group label{display:block;margin-bottom:6px;font-weight:500;color:#374151;font-size:14px}.form-group input{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.save-button{background:#111827;color:#fff;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;font-weight:500;font-size:14px;margin-top:16px;float:right}.save-button:hover{background:#374151}body{background-color:#f0f2f5;margin:0;padding:0}.dashboard-container{font-family:Inter,sans-serif;background:#f0f2f5;min-height:100vh;padding:60px 20px 40px;display:flex;flex-direction:column;align-items:center}.glass-radio-group{--bg: rgba(255, 255, 255, .7);--text: #4b5563;--glider-bg: linear-gradient(135deg, #000000, #333333);--glider-shadow: 0 0 18px rgba(0, 0, 0, .2), 0 0 10px rgba(0, 0, 0, .2) inset;display:flex;position:relative;background:var(--bg);border-radius:1rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:inset 1px 1px 4px #fff3,inset -1px -1px 6px #0000001a,0 4px 12px #0000001a;overflow:hidden;width:fit-content;margin:20px 0 30px}.glass-radio-group input{display:none}.glass-radio-group label{flex:1;display:flex;align-items:center;justify-content:center;min-width:100px;font-size:14px;padding:.8rem 1.2rem;cursor:pointer;font-weight:600;letter-spacing:.3px;color:var(--text);position:relative;z-index:2;transition:color .3s ease-in-out;gap:8px}.glass-radio-group label:hover{color:#000}.glass-radio-group input:checked+label{color:#fff}.glass-glider{position:absolute;top:0;bottom:0;width:20%;border-radius:1rem;background:var(--glider-bg);box-shadow:var(--glider-shadow);z-index:1;transition:transform .5s cubic-bezier(.37,1.95,.66,.56),background .4s ease-in-out,box-shadow .4s ease-in-out}#tab-Users:checked~.glass-glider{transform:translate(0)}#tab-Technicians:checked~.glass-glider{transform:translate(100%)}#tab-Bookings:checked~.glass-glider{transform:translate(200%)}#tab-Services:checked~.glass-glider{transform:translate(300%)}#tab-Settings:checked~.glass-glider{transform:translate(400%)}.content{max-width:90%;margin:0 auto;background:#fff;border-radius:10px;padding:20px;width:100%;box-shadow:0 4px 6px #0000000d}.placeholder{text-align:center;padding:40px;color:#9ca3af;font-size:1.2rem}.tabs,.tab{display:none}
