:root{--primary-color:#0072ff;--primary-gradient:linear-gradient(135deg,#0072ff,#00c6ff);--secondary-color:#003580;--accent-color:#ff6b6b;--text-dark:#1a1a1a;--text-medium:#445566;--text-light:#778899;--bg-light:#f8fafd;--bg-lighter:#ffffff;--shadow-soft:0 10px 30px rgba(0,50,150,0.07);--shadow-medium:0 15px 35px rgba(0,50,150,0.1);--shadow-hard:0 20px 45px rgba(0,50,150,0.12);--transition:all 0.4s cubic-bezier(0.165,0.84,0.44,1);--radius-sm:8px;--radius-md:12px;--radius-lg:20px}.technician-page{background-color:var(--bg-light);position:relative;min-height:100vh;padding-bottom:6rem;font-family:Somar Sans,Arial,sans-serif}.technician-page:before{content:"";position:absolute;top:0;right:0;width:45%;height:100%;background:linear-gradient(135deg,rgba(0,114,255,.03),rgba(0,198,255,.05));clip-path:polygon(0 0,100% 0,100% 100%,15% 100%);z-index:0}.page-header{background:linear-gradient(135deg,#0a2540,#0f4c81);padding:90px 0 40px;color:white;position:relative;overflow:hidden;margin-bottom:50px}.page-header:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 10% 20%,rgba(255,255,255,.03) 0,transparent 25%),radial-gradient(circle at 85% 70%,rgba(255,255,255,.05) 0,transparent 35%);z-index:0}.page-title{font-size:2.5rem;font-weight:800;margin:0;text-transform:capitalize}.back-button,.page-title{position:relative;z-index:1}.back-button{margin-bottom:1.5rem}.back-button a{display:inline-flex;align-items:center;background:rgba(255,255,255,.1);color:white;padding:10px 20px;border-radius:30px;text-decoration:none;font-weight:600;transition:var(--transition);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.back-button a:hover{background:rgba(255,255,255,.2);transform:translateX(-5px)}.back-button i{margin-left:8px;transition:var(--transition)}.back-button a:hover i{transform:translateX(-3px)}.technician-profile-section{margin-bottom:40px}.profile-container{background:white;border-radius:var(--radius-lg);box-shadow:var(--shadow-medium);padding:30px;position:relative;z-index:1;margin-top:-80px;display:flex;flex-wrap:wrap;gap:30px;overflow:hidden}.profile-container:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%230072ff' fill-opacity='0.03' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");z-index:-1}.profile-image{width:150px;height:150px;border-radius:50%;overflow:hidden;border:5px solid white;box-shadow:var(--shadow-soft);position:relative;background:var(--primary-gradient)}.image-placeholder,.profile-image{display:flex;align-items:center;justify-content:center}.image-placeholder{width:100%;height:100%;color:white;font-size:2.5rem}.profile-details{flex:1;min-width:250px}.technician-name{font-size:2rem;margin:0 0 5px;color:var(--text-dark);font-weight:800}.specialty{color:var(--primary-color);font-size:1.1rem;font-weight:600;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid rgba(0,114,255,.1)}.meta-details{display:flex;flex-wrap:wrap;gap:20px}.meta-item{gap:10px;color:var(--text-medium);font-size:.95rem}.meta-item,.meta-item i{display:flex;align-items:center}.meta-item i{color:var(--primary-color);font-size:1.1rem;width:35px;height:35px;background:rgba(0,114,255,.1);border-radius:50%;justify-content:center}.rating-meta i{color:gold;background:rgba(255,187,0,.1)}.profile-stats{display:flex;flex-wrap:wrap;gap:15px;margin-top:20px;width:100%}.stat-card{flex:1;min-width:120px;background:var(--bg-light);padding:20px;border-radius:var(--radius-md);text-align:center;position:relative;overflow:hidden;z-index:1;transition:var(--transition);box-shadow:var(--shadow-soft)}.stat-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--primary-gradient);z-index:-1;transition:var(--transition)}.stat-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-medium)}.stat-card:hover:before{width:100%;opacity:.05}.stat-value{font-size:2rem;font-weight:800;color:var(--text-dark);margin-bottom:5px}.stat-label{color:var(--text-medium);font-size:.9rem;font-weight:600}.services-section{padding:30px 0;position:relative;z-index:1}.filters-container{background:white;border-radius:var(--radius-md);padding:25px;box-shadow:var(--shadow-soft);margin-bottom:30px;display:flex;flex-wrap:wrap;gap:20px;align-items:flex-end}.filter-group{flex:1;min-width:200px}.filter-label{display:block;font-size:.9rem;font-weight:600;color:var(--text-medium);margin-bottom:8px}.date-inputs{display:flex;align-items:center;gap:10px}.date-input{flex:1;height:45px;border:1px solid rgba(0,114,255,.2);border-radius:var(--radius-sm);padding:0 15px;font-size:.95rem;color:var(--text-medium);background:var(--bg-light);transition:var(--transition)}.date-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(0,114,255,.1)}.date-separator{color:var(--text-medium);margin:0 5px}.select-input{width:100%;height:45px;border:1px solid rgba(0,114,255,.2);border-radius:var(--radius-sm);padding:0 15px;font-size:.95rem;color:var(--text-medium);background:var(--bg-light);transition:var(--transition);cursor:pointer}.select-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(0,114,255,.1)}.refresh-btn{height:45px;padding:0 25px;background:var(--primary-gradient);color:white;border:none;border-radius:var(--radius-sm);font-weight:600;cursor:pointer;transition:var(--transition);display:flex;align-items:center;gap:8px;box-shadow:0 5px 15px rgba(0,114,255,.2)}.refresh-btn:hover{transform:translateY(-3px);box-shadow:0 10px 25px rgba(0,114,255,.3)}.refresh-btn i{font-size:.9rem}.services-result{position:relative}.result-title{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin-bottom:25px;padding-bottom:15px;border-bottom:1px solid rgba(0,114,255,.1);display:flex;justify-content:space-between;align-items:center}.service-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:25px}.service-card{background:white;border-radius:var(--radius-md);box-shadow:var(--shadow-soft);padding:25px;transition:var(--transition);position:relative;z-index:1;overflow:hidden;border:1px solid rgba(0,114,255,.05)}.service-card:before{content:"";position:absolute;top:0;left:0;width:3px;height:100%;background:var(--primary-gradient);z-index:-1;transition:var(--transition)}.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-medium)}.service-card:hover:before{width:100%;opacity:.03}.service-header{justify-content:space-between;margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid rgba(0,114,255,.08)}.service-date,.service-header{display:flex;align-items:center}.service-date{color:var(--text-medium);font-size:.9rem;gap:6px}.service-date i,.service-type{color:var(--primary-color)}.service-type{background:rgba(0,114,255,.08);padding:5px 12px;border-radius:20px;font-size:.85rem;font-weight:600}.service-customer{font-size:1.1rem;font-weight:700;color:var(--text-dark);margin-bottom:12px;display:flex;align-items:center;gap:8px}.service-customer i{color:var(--primary-color);font-size:1rem}.service-description{color:var(--text-medium);font-size:.95rem;line-height:1.5;margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid rgba(0,114,255,.08)}.service-feedback{background:rgba(0,114,255,.03);padding:15px;border-radius:var(--radius-sm);margin-bottom:20px}.feedback-title{font-weight:600;color:var(--text-dark);font-size:.9rem;margin-bottom:8px}.feedback-content{color:var(--text-medium);font-size:.9rem;font-style:italic;line-height:1.4}.service-footer{display:flex;justify-content:space-between;align-items:center}.service-status{display:flex;align-items:center;gap:6px;font-size:.85rem;font-weight:600;text-transform:capitalize}.status-completed{color:#10b981}.status-pending{color:#f59e0b}.status-cancelled{color:#ef4444}.status-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.status-completed .status-dot{background-color:#10b981}.status-pending .status-dot{background-color:#f59e0b}.status-cancelled .status-dot{background-color:#ef4444}.service-rating,.star-rating{display:flex;align-items:center}.star-rating{gap:3px}.star-rating i{color:gold;font-size:.9rem}.rating-number{font-weight:600;color:var(--text-dark);margin-left:5px;font-size:.9rem}.no-results{text-align:center;padding:50px 0;color:var(--text-medium)}.no-results i{font-size:3rem;color:rgba(0,114,255,.2);margin-bottom:20px}.no-results p{font-size:1.1rem;margin-bottom:20px}.reset-search-btn{padding:10px 25px;background:var(--primary-gradient);color:white;border:none;border-radius:30px;font-weight:600;cursor:pointer;transition:var(--transition);display:inline-flex;align-items:center;gap:8px;box-shadow:0 5px 15px rgba(0,114,255,.2)}.reset-search-btn:hover{transform:translateY(-3px);box-shadow:0 10px 25px rgba(0,114,255,.3)}@media (max-width:1200px){.service-cards{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (max-width:991px){.profile-container{padding:20px;flex-direction:column;align-items:center;text-align:center}.meta-details{justify-content:center}.technician-name{font-size:1.8rem}.profile-stats{flex-wrap:wrap}.stat-card{min-width:calc(50% - 8px)}}@media (max-width:768px){.page-title{font-size:2rem}.profile-container{margin-top:-60px}.filters-container{padding:20px}.filter-group{width:100%;min-width:100%}.service-cards{grid-template-columns:1fr}.refresh-btn{width:100%;justify-content:center}}@media (max-width:480px){.page-header{padding:80px 0 30px}.page-title{font-size:1.7rem}.profile-image{width:120px;height:120px}.service-header{gap:10px}.service-footer,.service-header{flex-direction:column;align-items:flex-start}.service-footer{gap:15px}.service-rating{width:100%}.star-rating{width:100%;justify-content:flex-start}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.service-card{animation:fadeInUp .5s ease-out backwards}.service-card:first-child{animation-delay:.1s}.service-card:nth-child(2){animation-delay:.2s}.service-card:nth-child(3){animation-delay:.3s}.service-card:nth-child(4){animation-delay:.4s}.service-card:nth-child(5){animation-delay:.5s}.service-card:nth-child(6){animation-delay:.6s}.service-card:nth-child(7){animation-delay:.7s}.service-card:nth-child(8){animation-delay:.8s}.filters-container,.profile-container{animation:fadeInUp .5s ease-out}html[dir=rtl] .service-card:before{left:auto;right:0}html[dir=rtl] .back-button i{margin-left:0;margin-right:8px;transform:rotate(180deg)}html[dir=rtl] .back-button a:hover i{transform:rotate(180deg) translateX(3px)}