:root{--fixxa-primary:#228b22;--fixxa-primary-dark:#114811;--fixxa-primary-light:#2d5016;--fixxa-secondary:#937e6c;--fixxa-bg-light:#f6f3f0;--fixxa-bg-gray:#c1b3a7;--fixxa-bg-white:#fff;--fixxa-border:#937e6c;--fixxa-border-light:#e0e0e0;--fixxa-text-dark:#333;--fixxa-text-light:#666;--fixxa-text-muted:#999;--fixxa-success:#28a745;--fixxa-error:#dc3545;--fixxa-warning:#ffc107;--fixxa-info:#17a2b8;--shadow-sm:0 2px 4px #0000001a;--shadow-md:0 4px 12px #0000001a;--shadow-lg:0 8px 24px #00000026;--transition-fast:0.15s ease;--transition-base:0.2s ease;--transition-slow:0.3s ease;--z-dropdown:1000;--z-sticky:1000;--z-modal:2000;--z-tooltip:3000;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px}body,html{max-width:100vw;overflow-x:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f6f3f0;background-color:var(--fixxa-bg-light);color:#333;color:var(--fixxa-text-dark);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;margin:0}#root{max-width:100vw;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{color:#228b22;color:var(--fixxa-primary);text-decoration:none;transition:color .2s ease;transition:color var(--transition-base)}a:hover{color:#114811;color:var(--fixxa-primary-dark)}button{border:none;cursor:pointer;font-family:inherit;outline:none;transition:all .2s ease;transition:all var(--transition-base)}button:disabled{cursor:not-allowed;opacity:.6}button:not(:disabled):hover{transform:translateY(-1px)}button:not(:disabled):active{transform:translateY(0)}input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;transition:border-color .2s ease;transition:border-color var(--transition-base)}input:focus,select:focus,textarea:focus{border-color:#228b22;border-color:var(--fixxa-primary);outline:none}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#f6f3f0;background:var(--fixxa-bg-light)}::-webkit-scrollbar-thumb{background:#937e6c;background:var(--fixxa-border);border-radius:9999px;border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:#937e6c;background:var(--fixxa-secondary)}::selection{background-color:#228b22;background-color:var(--fixxa-primary);color:#fff}:focus-visible{outline:2px solid #228b22;outline:2px solid var(--fixxa-primary);outline-offset:2px}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.p-1{padding:.5rem}.p-2{padding:1rem}.p-3{padding:1.5rem}.p-4{padding:2rem}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.font-normal{font-weight:400}.text-muted{color:var(--fixxa-text-muted)}.text-primary{color:var(--fixxa-primary)}.text-success{color:var(--fixxa-success)}.text-error{color:var(--fixxa-error)}.text-warning{color:var(--fixxa-warning)}.btn{align-items:center;border-radius:var(--radius-md);display:inline-flex;font-size:1rem;gap:.5rem;justify-content:center;padding:.75rem 1.5rem;transition:all var(--transition-base)}.btn-primary:hover:not(:disabled){background:var(--fixxa-primary-dark);box-shadow:var(--shadow-md)}.btn-secondary{background:var(--fixxa-secondary)}.btn-secondary:hover:not(:disabled){background:#7d6a5a;box-shadow:var(--shadow-md)}.btn-success{background:var(--fixxa-success)}.btn-success:hover:not(:disabled){background:#218838;box-shadow:var(--shadow-md)}.btn-danger{background:var(--fixxa-error)}.btn-danger:hover:not(:disabled){box-shadow:var(--shadow-md)}.btn-outline{background:#0000;border:2px solid var(--fixxa-primary);color:var(--fixxa-primary)}.btn-outline:hover:not(:disabled){background:var(--fixxa-primary);color:#fff}.btn-small{font-size:.875rem;padding:.5rem 1rem}.btn-large{font-size:1.125rem;padding:1rem 2rem}.btn-full{width:100%}.card{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:box-shadow var(--transition-base)}.card:hover{box-shadow:var(--shadow-md)}.card-header{color:var(--fixxa-text-dark);font-size:1.25rem;font-weight:600;margin-bottom:1rem}.card-body{color:var(--fixxa-text-light)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.gap-4{gap:2rem}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}.badge{border-radius:var(--radius-full);display:inline-block;font-size:.75rem;line-height:1;padding:.25rem .75rem}.badge-success{background:var(--fixxa-success);color:#fff}.badge-error{background:var(--fixxa-error);color:#fff}.badge-warning{background:var(--fixxa-warning);color:var(--fixxa-text-dark)}.badge-info{background:var(--fixxa-info);color:#fff}.spinner{animation:spin .8s linear infinite;border-top:3px solid var(--fixxa-bg-gray);border:3px solid var(--fixxa-bg-gray);border-top-color:var(--fixxa-primary);height:40px;width:40px}.spinner-small{border-width:2px;height:20px;width:20px}.block{display:block}.inline-block{display:inline-block}.hidden{display:none}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:-webkit-sticky;position:sticky}.w-full{width:100%}.w-auto{width:auto}.shadow-sm{box-shadow:var(--shadow-sm)}.shadow-md{box-shadow:var(--shadow-md)}.shadow-lg{box-shadow:var(--shadow-lg)}.rounded-sm{border-radius:var(--radius-sm)}.rounded-md{border-radius:var(--radius-md)}.rounded-lg{border-radius:var(--radius-lg)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-full{border-radius:var(--radius-full)}@media (max-width:768px){.md\:hidden{display:none}.md\:block{display:block}.grid-cols-3,.grid-cols-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.sm\:hidden{display:none}.sm\:block{display:block}.grid-cols-2,.grid-cols-3,.grid-cols-4{grid-template-columns:1fr}}.header{align-items:center;background:linear-gradient(to right,var(--fixxa-primary) 0,#228b22b3 30%,#228b224d 60%,#fff 85%);border-bottom:1px solid #ddd;display:flex;justify-content:space-between;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header .logo img{border-radius:12px;max-width:120px}.nav-links.desktop-nav{align-items:center;display:flex;gap:1.5rem}.nav-links a{color:#333;font-size:1rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--fixxa-primary)}.login-link{background:var(--fixxa-primary);border-radius:6px;color:#fff!important;font-size:1rem;font-weight:600;padding:.5rem 1rem}.login-link:hover{background:var(--fixxa-primary-dark);color:#fff!important}.mobile-menu{background:#fff;box-shadow:-4px 0 20px #00000026;display:none;height:100vh;max-width:85%;overflow-y:auto;position:fixed;right:-100%;top:0;transition:right .3s cubic-bezier(.4,0,.2,1);width:320px;z-index:1050}.mobile-menu.mobile-active{display:block;right:0}.mobile-menu-header{background:linear-gradient(135deg,var(--fixxa-primary) 0,#1e7a1e 100%);border-bottom:1px solid #ffffff1a;padding:2rem 1.5rem 1.5rem}.mobile-user-greeting{align-items:center;display:flex;gap:1rem}.user-avatar{align-items:center;background:#fff;border-radius:50%;box-shadow:0 2px 8px #0000001a;color:var(--fixxa-primary);display:flex;font-size:1.5rem;font-weight:700;height:56px;justify-content:center;width:56px}.user-info{display:flex;flex-direction:column;gap:.25rem}.user-name{color:#fff;font-size:1.125rem;font-weight:600;line-height:1.2}.user-type{color:#ffffffd9;font-size:.875rem;font-weight:400}.mobile-menu-links{padding:1rem 0}.mobile-menu-links a,.mobile-menu-links button{align-items:center;background:none;border:none;color:#333;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:1rem;padding:1rem 1.5rem;position:relative;text-align:left;text-decoration:none;transition:all .2s ease;width:100%}.mobile-menu-links a:hover,.mobile-menu-links button:hover{background:#228b220d;color:var(--fixxa-primary)}.mobile-menu-links a:active,.mobile-menu-links button:active{background:#228b221a}.menu-icon{align-items:center;display:flex;font-size:1.25rem;justify-content:center;width:1.5rem}.menu-divider{background:linear-gradient(90deg,#0000,#e0e0e0,#0000);height:1px;margin:.5rem 1rem}.menu-notification-badge{background:#dc3545;border-radius:12px;color:#fff;font-size:.75rem;font-weight:700;min-width:20px;padding:.125rem .5rem;position:absolute;right:1.5rem;text-align:center}.menu-logout-btn{color:#dc3545!important}.menu-logout-btn:hover{background:#dc35450d!important;color:#c82333!important}.menu-login-btn{background:var(--fixxa-primary);border-radius:8px;color:#fff!important;font-weight:600;justify-content:center;margin:.5rem 1.5rem;padding:.75rem 1.5rem!important;text-align:center}.menu-login-btn:hover{background:var(--fixxa-primary-dark)!important;color:#fff!important}.notification-badge{font-size:11px;height:18px;right:8px;top:6px;width:18px}.inbox-icon-link{align-items:center;background:#ffffffe6;border:2px solid #0000;border-radius:50%;display:flex;height:40px;justify-content:center;position:relative;text-decoration:none;transition:all .3s ease;width:40px}.inbox-icon-link:hover{background:#fff;border-color:var(--fixxa-primary);transform:scale(1.1)}.inbox-icon{font-size:20px}.inbox-notification-dot{animation:pulse 2s infinite;background:#dc3545;border:2px solid #fff;border-radius:50%;height:10px;position:absolute;right:4px;top:4px;width:10px}.burger-menu{background:#0000;border:none;cursor:pointer;display:flex;flex-direction:column;height:26px;justify-content:space-around;padding:0;transition:transform .2s ease;width:32px;z-index:1100}.burger-menu:hover{transform:scale(1.05)}.burger-menu span{background:#333;border-radius:3px;height:3px;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.burger-menu.active span:first-child{transform:rotate(45deg) translate(8px,8px)}.burger-menu.active span:nth-child(2){opacity:0;transform:translateX(20px)}.burger-menu.active span:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}.mobile-menu-overlay{background:#00000080;display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:1000}@media (max-width:1024px){.nav-links.desktop-nav{display:none}}@media (max-width:768px){.header{padding:.75rem 1rem}.header .logo img{max-width:80px}.nav-links{width:280px}}@media (max-width:480px){.header .logo img{max-width:70px}.nav-links{padding:4rem 1.5rem 2rem;width:260px}}.footer{background:var(--fixxa-secondary);color:#fff;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-around;margin-top:auto;padding:2rem}.footer-section{display:flex;flex-direction:column;gap:.5rem;min-width:200px}.footer-section h4{color:#fff;font-size:1.2rem;font-weight:600;margin:0 0 1rem}.footer-section a{color:#fff;display:block;font-size:.95rem;margin:.3rem 0;text-decoration:none;transition:all .2s}.footer-section a:hover{color:var(--fixxa-bg-light);text-decoration:underline;transform:translateX(5px)}@media (max-width:768px){.footer{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);padding:1.5rem 1rem;text-align:left}.footer-section{min-width:auto;width:100%}.footer-section h4{font-size:.95rem;margin-bottom:.75rem}.footer-section a{font-size:.8rem;margin:.25rem 0}.footer-section a:hover{transform:none}}@media (max-width:480px){.footer{gap:.75rem;grid-template-columns:repeat(3,1fr);padding:1rem .5rem}.footer-section h4{font-size:.85rem;margin-bottom:.5rem}.footer-section a{font-size:.7rem;margin:.2rem 0}}.cookie-consent-banner{animation:slideUp .4s ease;background:linear-gradient(135deg,#fff,#f8f9fa);border-top:3px solid #667eea;bottom:0;box-shadow:0 -4px 20px #00000026;left:0;padding:1.5rem 2rem;position:fixed;right:0;z-index:9999}.cookie-consent-content{align-items:center;display:flex;gap:1.5rem;margin:0 auto;max-width:1400px}.cookie-icon{animation:rotate 2s ease-in-out infinite;flex-shrink:0;font-size:3rem}.cookie-text{flex:1 1}.cookie-text h3{color:#333;font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.cookie-text p{color:#666;font-size:.95rem;line-height:1.6;margin:0}.cookie-link{color:#667eea;font-weight:600;text-decoration:underline;transition:color .2s ease}.cookie-link:hover{color:#764ba2}.cookie-actions{display:flex;flex-shrink:0;gap:1rem}.cookie-actions button{border:none;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease;white-space:nowrap}.btn-preferences{background:#fff;border:2px solid #667eea;color:#667eea}.btn-preferences:hover{background:#667eea;color:#fff}.btn-reject{background:#6c757d}.btn-reject:hover{background:#5a6268;box-shadow:0 4px 12px #6c757d4d;transform:translateY(-2px)}.btn-accept{background:linear-gradient(135deg,#667eea,#764ba2)}.btn-accept:hover{box-shadow:0 4px 12px #667eea66}.cookie-preferences-overlay{align-items:center;animation:fadeIn .3s ease;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:10000}.cookie-preferences-modal{animation:slideDown .3s ease;background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000004d;display:flex;flex-direction:column;max-height:90vh;max-width:700px;width:100%}.preferences-header{align-items:center;border-bottom:2px solid #e0e0e0;display:flex;justify-content:space-between;padding:2rem}.preferences-header h2{color:#333;font-size:1.75rem;font-weight:700;margin:0}.close-preferences{align-items:center;background:none;border:none;border-radius:8px;cursor:pointer;display:flex;justify-content:center;padding:.5rem;transition:background .2s ease}.close-preferences:hover{background:#f0f0f0}.close-preferences svg{color:#666}.preferences-body{flex:1 1;overflow-y:auto;padding:2rem}.preferences-description{color:#666;font-size:.95rem;line-height:1.6;margin-bottom:2rem}.cookie-category{background:#f8f9fa;border:2px solid #e0e0e0;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem;transition:all .3s ease}.cookie-category:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea1a}.category-header{align-items:flex-start;display:flex;gap:1.5rem;justify-content:space-between}.category-info{flex:1 1}.category-info h3{align-items:center;color:#333;display:flex;font-size:1.1rem;font-weight:600;gap:.75rem;margin-bottom:.5rem}.always-active{background:#28a745;border-radius:12px;color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .75rem}.category-info p{color:#666;font-size:.9rem;line-height:1.6;margin:0}.cookie-toggle{cursor:pointer;display:inline-block;flex-shrink:0;height:30px;position:relative;width:56px}.cookie-toggle.disabled{cursor:not-allowed;opacity:.6}.cookie-toggle input{height:0;opacity:0;width:0}.toggle-slider{background-color:#ccc;border-radius:30px;bottom:0;cursor:pointer;left:0;right:0;top:0;transition:.3s}.toggle-slider:before{background-color:#fff;border-radius:50%;bottom:4px;box-shadow:0 2px 4px #0003;content:"";height:22px;left:4px;position:absolute;transition:.3s;width:22px}.cookie-toggle input:checked+.toggle-slider{background:linear-gradient(135deg,#667eea,#764ba2)}.cookie-toggle input:checked+.toggle-slider:before{transform:translateX(26px)}.cookie-toggle.disabled .toggle-slider{background:#28a745}.preferences-footer-note{background:#e7f3ff;border-left:4px solid #667eea;border-radius:8px;margin-top:2rem;padding:1rem}.preferences-footer-note p{color:#666;font-size:.9rem;line-height:1.6;margin:0}.preferences-footer-note a{color:#667eea;font-weight:600;text-decoration:underline}.preferences-footer-note a:hover{color:#764ba2}.preferences-footer{background:#f8f9fa;border-radius:0 0 16px 16px;border-top:2px solid #e0e0e0;display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem 2rem}.preferences-footer button{border:none;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.btn-reject-footer{background:#fff;border:2px solid #6c757d;color:#6c757d}.btn-reject-footer:hover{background:#6c757d;color:#fff}.btn-save-preferences{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-save-preferences:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}@media (max-width:768px){.cookie-consent-banner{padding:1rem}.cookie-consent-content{align-items:stretch;flex-direction:column;gap:1rem;text-align:center}.cookie-icon{font-size:2.5rem}.cookie-text h3{font-size:1.1rem}.cookie-text p{font-size:.9rem}.cookie-actions{flex-direction:column;gap:.75rem}.cookie-actions button{padding:.875rem 1rem;width:100%}.cookie-preferences-modal{margin:.5rem;max-height:95vh}.preferences-header{padding:1.5rem}.preferences-header h2{font-size:1.5rem}.preferences-body{padding:1.5rem}.cookie-category{padding:1rem}.category-header{flex-direction:column;gap:1rem}.category-info h3{flex-wrap:wrap;font-size:1rem}.preferences-footer{flex-direction:column;padding:1rem 1.5rem}.preferences-footer button{width:100%}}@media (max-width:480px){.cookie-consent-banner{padding:.75rem}.cookie-icon{font-size:2rem}.cookie-text h3{font-size:1rem}.cookie-text p{font-size:.85rem}.preferences-header{padding:1rem}.preferences-header h2{font-size:1.25rem}.preferences-body{padding:1rem}.cookie-category{padding:.75rem}.category-info h3{font-size:.95rem}.category-info p{font-size:.85rem}}.idle-warning-overlay{align-items:center;animation:fadeIn .3s ease;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:10000}.idle-warning-modal{animation:slideUp .3s ease;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:480px;padding:2.5rem;text-align:center;width:90%}.idle-warning-icon{animation:pulse 1.5s ease infinite;font-size:4rem;margin-bottom:1rem}.idle-warning-modal h3{color:#333;font-size:1.75rem;font-weight:700;margin:0 0 1rem}.idle-warning-modal p{color:#666;font-size:1.1rem;line-height:1.6;margin:0 0 .75rem}.idle-warning-modal p strong{color:#dc3545;font-weight:700}.idle-warning-subtitle{color:#888!important;font-size:.95rem!important;margin-bottom:2rem!important}.idle-warning-buttons{display:flex;gap:1rem;margin-top:2rem}.idle-warning-buttons button{border:none;border-radius:10px;cursor:pointer;flex:1 1;font-size:1rem;font-weight:600;padding:1rem 1.5rem;transition:all .2s ease}.btn-stay-logged-in{background:#228b22;background:var(--fixxa-primary,#228b22);color:#fff}.btn-stay-logged-in:hover{background:#1e7a1e;box-shadow:0 4px 12px #228b224d;transform:translateY(-2px)}.btn-logout-now{background:#f0f0f0;color:#666}.btn-logout-now:hover{background:#e0e0e0;box-shadow:0 4px 12px #0000001a;color:#333;transform:translateY(-2px)}@media (max-width:768px){.idle-warning-modal{max-width:90%;padding:2rem}.idle-warning-modal h3{font-size:1.5rem}.idle-warning-modal p{font-size:1rem}.idle-warning-buttons{flex-direction:column}.idle-warning-buttons button{width:100%}}.carousel-3d-container{background:linear-gradient(135deg,var(--fixxa-bg-light) 0,#e8e4df 100%);max-width:100vw;overflow:hidden;padding:4rem 2rem;width:100%}.carousel-title{color:var(--fixxa-text-dark);font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center;text-shadow:2px 2px 4px #0000001a}.carousel-3d{align-items:center;display:flex;height:500px;justify-content:center;perspective:1200px;position:relative}.carousel-3d-track{height:100%;position:relative;transform-style:preserve-3d;width:100%}.carousel-card{background:#fff;border-radius:var(--radius-xl);box-shadow:0 10px 40px #0003;cursor:pointer;height:450px;left:50%;margin-left:-160px;margin-top:-225px;overflow:hidden;position:absolute;top:50%;transform-style:preserve-3d;transition:all .6s cubic-bezier(.4,0,.2,1);width:320px}.carousel-card .card-link{color:inherit;display:block;height:100%;text-decoration:none;width:100%}.carousel-card.center{opacity:1;transform:translateX(0) translateZ(0) rotateY(0deg) scale(1);z-index:10}.carousel-card.position-1{opacity:.7;transform:translateX(350px) translateZ(-150px) rotateY(-25deg) scale(.85);z-index:5}.carousel-card.position--1{opacity:.7;transform:translateX(-350px) translateZ(-150px) rotateY(25deg) scale(.85);z-index:5}.carousel-card:not(.center):not(.position-1):not(.position--1){opacity:0;pointer-events:none;transform:translateX(calc(var(--position)*500px)) translateZ(-400px) rotateY(calc(var(--position)*-45deg)) scale(.5)}.carousel-card:hover.center{box-shadow:0 15px 50px #0000004d;transform:translateX(0) translateZ(20px) rotateY(0deg) scale(1.02)}.card-image-wrapper{border-bottom:3px solid var(--fixxa-primary);height:220px;overflow:hidden;position:relative;width:100%}.card-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.carousel-card:hover .card-image{transform:scale(1.1)}.verified-badge{left:10px;position:absolute;top:10px}.certified-badge{align-items:center;border:1px solid #ffffff4d;border-radius:16px;color:#fff;display:inline-flex;font-size:.75rem;font-weight:600;gap:4px;padding:5px 12px;position:absolute;right:10px;top:10px}.card-content{padding:1.5rem;text-align:center}.card-name{color:var(--fixxa-text-dark);font-size:1.4rem;font-weight:700;margin:0 0 .5rem}.card-specialty{color:var(--fixxa-primary);font-size:1rem;font-weight:600;margin:0 0 .5rem}.card-location{color:var(--fixxa-text-light);font-size:.9rem;margin:0 0 .5rem}.card-experience{color:var(--fixxa-text-muted);font-size:.85rem;margin:0 0 1rem}.card-rating{align-items:center;border-top:1px solid var(--fixxa-border-light);display:flex;gap:.5rem;justify-content:center;margin-top:1rem;padding-top:1rem}.rating-number{color:var(--fixxa-text-dark);font-size:1.2rem;font-weight:700}.rating-stars{letter-spacing:2px}.review-count{color:var(--fixxa-text-light)}.no-reviews{border-top:1px solid var(--fixxa-border-light);color:var(--fixxa-text-muted);padding-top:1rem}.carousel-nav{align-items:center;background:#fff;border:2px solid var(--fixxa-primary);border-radius:50%;box-shadow:0 4px 12px #00000026;color:var(--fixxa-primary);cursor:pointer;display:flex;font-size:2rem;height:50px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:50px;z-index:20}.carousel-nav:hover:not(:disabled){background:var(--fixxa-primary);box-shadow:0 6px 20px #00000040;color:#fff;transform:translateY(-50%) scale(1.1)}.carousel-nav:disabled{cursor:not-allowed;opacity:.5}.carousel-nav.prev{left:2rem}.carousel-nav.next{right:2rem}.carousel-indicators{display:flex;gap:.75rem;justify-content:center;margin-top:2rem}.indicator{background:var(--fixxa-border-light);border:2px solid var(--fixxa-border);border-radius:50%;cursor:pointer;height:12px;padding:0;transition:all .3s ease;width:12px}.indicator:hover:not(:disabled){background:var(--fixxa-secondary);transform:scale(1.2)}.indicator.active{background:var(--fixxa-primary);border-color:var(--fixxa-primary);transform:scale(1.3)}.indicator:disabled{cursor:not-allowed}.carousel-empty{color:var(--fixxa-text-muted);font-size:1.2rem;padding:4rem 2rem;text-align:center}@media (max-width:1024px){.carousel-3d{height:450px}.carousel-card{height:400px;margin-left:-140px;margin-top:-200px;width:280px}.carousel-card.position-1{transform:translateX(300px) translateZ(-120px) rotateY(-20deg) scale(.8)}.carousel-card.position--1{transform:translateX(-300px) translateZ(-120px) rotateY(20deg) scale(.8)}.carousel-nav{font-size:1.8rem;height:45px;width:45px}.carousel-nav.prev{left:1rem}.carousel-nav.next{right:1rem}}@media (max-width:768px){.carousel-title{font-size:2rem;margin-bottom:2rem}.carousel-3d{height:400px}.carousel-card{height:380px;margin-left:-130px;margin-top:-190px;width:260px}.card-image-wrapper{height:180px}.carousel-card.position-1{opacity:.6;transform:translateX(240px) translateZ(-100px) rotateY(-15deg) scale(.75)}.carousel-card.position--1{opacity:.6;transform:translateX(-240px) translateZ(-100px) rotateY(15deg) scale(.75)}.carousel-nav{font-size:1.5rem;height:40px;width:40px}.carousel-nav.prev{left:.5rem}.carousel-nav.next{right:.5rem}}@media (max-width:480px){.carousel-3d-container{padding:2rem .5rem}.carousel-title{font-size:1.5rem;margin-bottom:1.5rem}.carousel-3d{height:450px;overflow:hidden}.carousel-card{height:420px;margin-left:-45%;margin-top:-210px;max-width:320px;width:90%}.card-content{padding:1rem}.card-name{font-size:1.2rem}.carousel-card.position--1,.carousel-card.position-1{opacity:0;pointer-events:none;transform:translateX(1000px)}.carousel-card.center{opacity:1;transform:translateX(0) translateZ(0) rotateY(0deg) scale(1)}.carousel-nav.prev{left:.25rem}.carousel-nav.next{right:.25rem}}.carousel-3d-container{animation:slideIn .6s ease}.home-page{max-width:100vw;min-height:calc(100vh - 120px);overflow-x:hidden;width:100%}.location-modal-overlay{align-items:center;animation:fadeIn .3s ease;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:2000}.location-modal{animation:slideUp .3s ease;background:#fff;border-radius:16px;box-shadow:0 10px 40px #0003;max-width:400px;padding:2rem;text-align:center;width:90%}.location-modal-icon{font-size:3rem;margin-bottom:1rem}.location-modal h3{color:#333;font-size:1.5rem;margin:0 0 1rem}.location-modal p{color:#666;line-height:1.6;margin:0 0 2rem}.location-modal-actions{display:flex;gap:1rem;justify-content:center}.location-btn-allow,.location-btn-cancel{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s}.location-btn-cancel{background:#f0f0f0;color:#666}.location-btn-cancel:hover{background:#e0e0e0}.location-btn-allow{background:var(--fixxa-primary);color:#fff}.location-btn-allow:hover{background:var(--fixxa-primary-dark);box-shadow:0 4px 12px #228b224d;transform:translateY(-2px)}.hero{animation:heroFadeIn 1.2s ease-in;background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff;min-height:500px;padding:3rem 1rem;position:relative;text-align:center}@keyframes heroFadeIn{0%{opacity:0}to{opacity:1}}.hero>*{position:relative;z-index:2}.hero h1{color:#fff;font-size:2.5rem;margin-bottom:2rem;text-shadow:2px 2px 4px #000000b3}.hero-intro{margin:0 auto 2rem;max-width:800px}.hero-intro p{color:#fff;font-size:1.1rem;line-height:1.8;margin-bottom:1rem}.hero-intro strong{color:#fff}.hero-features{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:1.5rem}.hero-feature{text-align:center}.hero-feature-icon{color:#fff;font-size:2rem;font-weight:600}.hero-feature-text{color:#fff;font-size:.9rem}.search-form{background:#fffffff2;border-radius:12px;box-shadow:0 8px 24px #0000004d;max-width:900px;padding:1.5rem}.search-form button,.search-form select{border:1px solid #e0e0e0;border-radius:6px;font-size:1rem;padding:.8rem}.search-form select{background:#fff;color:#333;font-family:inherit;min-width:150px}.search-form button{background:var(--fixxa-primary);border:none;transition:all .2s}.search-form button:hover{background:var(--fixxa-primary-dark);box-shadow:0 4px 12px #228b224d}.featured{background:var(--fixxa-bg-light);padding:3rem 2rem}.featured h2{color:var(--fixxa-text-dark);font-size:2rem;margin-bottom:2rem;text-align:center}.pro-grid{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin:0 auto;max-width:1200px}.pro-card-link{color:inherit;text-decoration:none}.pro-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:1rem;position:relative;text-align:center;transition:transform .2s ease,box-shadow .2s ease;width:220px}.pro-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-5px)}.pro-card img{border-radius:8px;height:140px;margin-bottom:.5rem;object-fit:cover;width:100%}.pro-card h3{align-items:center;color:var(--fixxa-text-dark);display:flex;flex-wrap:wrap;font-size:1.1rem;gap:.5rem;justify-content:center;margin:.5rem 0}.pro-card p{color:var(--fixxa-text-light);font-size:.9rem;margin:.3rem 0}.experience-text{color:#666!important;font-size:.85rem!important}.distance-badge{background:#4a7c59e6;border-radius:20px;color:#fff;font-size:.75rem;font-weight:600;padding:.3rem .6rem;position:absolute;right:10px;top:10px}.verified-badge{background:var(--fixxa-success);border-radius:10px;padding:2px 6px}.rating-display{margin-top:.5rem}.rating-stars{font-size:1rem}.review-count{font-size:.85rem}.no-reviews{margin-top:.5rem}.loading-text,.no-results{color:var(--fixxa-text-light);font-size:1.1rem;padding:2rem;text-align:center;width:100%}@media (max-width:768px){.hero h1{font-size:1.8rem}.hero-intro p{font-size:1rem}.hero-features{gap:1rem}.hero-feature-icon{font-size:1.5rem}.hero-feature-text{font-size:.8rem}.search-form{flex-direction:column;padding:1rem}.search-form button,.search-form select{min-width:auto;width:100%}.featured{padding:2rem 1rem}.featured h2{font-size:1.5rem}.pro-grid{gap:1rem}.pro-card{max-width:280px;width:100%}}@media (max-width:480px){.hero{min-height:350px;padding:1.5rem .75rem}.hero h1{font-size:1.4rem;margin-bottom:1rem}.hero-intro{padding:0 .5rem}.hero-intro p{font-size:.9rem}.hero-features{flex-wrap:wrap;gap:.75rem}.hero-feature{flex-basis:calc(50% - 0.5rem);flex-grow:0;flex-shrink:1;min-width:120px}.hero-feature-icon{font-size:1.2rem}.hero-feature-text{font-size:.7rem}.search-form{gap:.75rem;margin:0 .5rem;padding:.75rem}.location-modal{padding:1.5rem}.location-modal h3{font-size:1.2rem}.location-modal-actions{flex-direction:column}.location-btn-allow,.location-btn-cancel{width:100%}}.login-container{align-items:center;background:linear-gradient(135deg,var(--fixxa-primary) 0,var(--fixxa-primary-dark) 100%);display:flex;justify-content:center;min-height:100vh;padding:1rem}.login-card{background:#fff;border:2px solid var(--fixxa-border);border-radius:16px;box-shadow:0 10px 40px #00000026;max-width:420px;padding:2rem;width:100%}.login-header{margin-bottom:2rem;text-align:center}.login-logo{color:var(--fixxa-primary);font-size:2.5rem;font-weight:700;margin:0 0 .5rem}.login-tagline{color:var(--fixxa-text-light);font-size:1rem;margin:0}.error-message{align-items:center;animation:shake .4s ease-in-out,fadeIn .3s ease-in;box-shadow:0 4px 12px #ef444433;display:flex;font-size:.95rem;font-weight:600;gap:.75rem;padding:1rem 1.25rem}.error-icon{font-size:1.5rem}.login-form{display:flex;flex-direction:column;gap:1.25rem}.form-group label{font-size:.9rem}.form-group input{background-color:var(--fixxa-bg-light);border:2px solid var(--fixxa-border);font-family:inherit;padding:.875rem}.form-group input:focus{border-color:var(--fixxa-primary)}.form-group input:disabled{background:#f3f4f6;opacity:.6}.password-input-wrapper input{padding-right:3rem}.toggle-password{color:var(--fixxa-primary);font-size:1.2rem}.form-footer{display:flex;justify-content:flex-end;margin-top:-.5rem}.forgot-password-link{color:var(--fixxa-primary);font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.forgot-password-link:hover{color:var(--fixxa-primary-dark);text-decoration:underline}.login-button{background:linear-gradient(135deg,var(--fixxa-primary) 0,var(--fixxa-primary-dark) 100%);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:.5rem;min-height:48px;padding:1rem;transition:all .2s}.login-button:hover:not(:disabled){box-shadow:0 4px 12px #228b2266;transform:translateY(-2px)}.login-button:active:not(:disabled){transform:translateY(0)}.login-button:disabled{cursor:not-allowed;opacity:.7;transform:none}.signup-link{border-top:1px solid var(--fixxa-border);color:var(--fixxa-text-light);font-size:.9rem;margin-top:1.5rem;padding-top:1.5rem;text-align:center}.signup-link a{color:var(--fixxa-primary);font-weight:600;text-decoration:none;transition:color .2s}.signup-link a:hover{color:var(--fixxa-primary-dark);text-decoration:underline}.back-to-home{margin-top:1rem;text-align:center}.back-to-home a{color:#9ca3af;font-size:.875rem;text-decoration:none;transition:color .2s}.back-to-home a:hover{color:var(--fixxa-primary)}@media (min-width:768px){.login-container{padding:2rem}.login-card{padding:2.5rem}.login-logo{font-size:3rem}.login-tagline{font-size:1.1rem}}@media (max-width:767px){.form-group input,.login-button{font-size:16px;min-height:52px}.toggle-password{min-height:44px;min-width:44px}.login-card{padding:1.5rem}}.register-container{align-items:center;background:linear-gradient(135deg,var(--fixxa-primary) 0,var(--fixxa-primary-dark) 100%);display:flex;justify-content:center;min-height:100vh;padding:20px}.register-card{animation:slideUp .4s ease-out;background:#fff;border:2px solid var(--fixxa-border);border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:600px;padding:40px;width:100%}.register-card h1{color:var(--fixxa-text-dark);font-size:32px;margin:0 0 10px;text-align:center}.subtitle{color:var(--fixxa-text-light);font-size:16px;margin:0 0 30px;text-align:center}.professional-notice{background:#fff3cd;border:1px solid #ffeeba;border-radius:8px;color:#856404;font-size:14px;margin-bottom:20px;padding:15px}.form-group{margin-bottom:20px}.form-group label{color:var(--fixxa-text-dark);font-size:14px;margin-bottom:8px}.form-group input,.form-group select{background-color:var(--fixxa-bg-light);border:2px solid var(--fixxa-border);border-radius:8px;box-sizing:border-box;font-size:14px;padding:12px;transition:border-color .3s;width:100%}.form-group input:focus,.form-group select:focus{border-color:var(--fixxa-primary);outline:none}.form-group small{color:var(--fixxa-text-light);font-size:12px;margin-top:5px}.consent-box{background:var(--fixxa-bg-light);border:1px solid var(--fixxa-border);border-radius:8px;margin:20px 0;padding:20px}.checkbox-group{align-items:flex-start;gap:10px;margin-bottom:15px}.checkbox-group:last-child{margin-bottom:0}.checkbox-group input[type=checkbox]{accent-color:var(--fixxa-primary);flex-shrink:0;height:20px;margin-top:2px;min-width:20px;width:20px}.checkbox-group label{color:var(--fixxa-text-dark);font-size:14px;line-height:1.6}.checkbox-group label a{color:var(--fixxa-primary);text-decoration:none}.checkbox-group label a:hover{text-decoration:underline}.btn-register{background:linear-gradient(135deg,var(--fixxa-primary) 0,var(--fixxa-primary-dark) 100%);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-top:10px;padding:14px;transition:transform .2s,box-shadow .2s;width:100%}.btn-register:hover:not(:disabled){box-shadow:0 10px 20px #228b2266;transform:translateY(-2px)}.btn-register:active:not(:disabled){transform:translateY(0)}.btn-register:disabled{cursor:not-allowed;opacity:.6}.message{animation:slideDown .3s ease-out;font-size:14px;margin-top:20px;padding:12px}.message.info{background:#d1ecf1;border:1px solid #bee5eb;color:#0c5460}.login-link{color:var(--fixxa-text-light);font-size:14px;margin-top:20px;text-align:center}.login-link a{color:var(--fixxa-primary);font-weight:600;text-decoration:none}.login-link a:hover{text-decoration:underline}@media (max-width:768px){.register-card{padding:30px 20px}.register-card h1{font-size:28px}.subtitle{font-size:14px}}@media (max-width:480px){.register-container{padding:15px}.register-card{padding:25px 15px}.register-card h1{font-size:24px}}.forgot-password-container{align-items:center;background:linear-gradient(135deg,#e8f5e9,#f1f8e9);display:flex;justify-content:center;min-height:100vh;padding:1rem}.forgot-password-card{animation:slideUp .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000001a;max-width:480px;padding:2.5rem;width:100%}.forgot-password-header{margin-bottom:2rem;text-align:center}.forgot-password-header h1{color:#228b22;font-size:2rem;font-weight:600;margin:0 0 .5rem}.forgot-password-subtitle{color:#666;font-size:1rem;line-height:1.5;margin:0}.forgot-password-form{margin-bottom:2rem}.email-instructions p{color:#555;font-size:.95rem;margin:0 0 .75rem}.email-instructions ul{color:#666;font-size:.9rem;margin:.75rem 0 0 1.25rem;padding:0}.forgot-password-footer{margin-top:2rem}.help-text{border-top:1px solid #e0e0e0;margin-top:1.5rem;padding-top:1.5rem;text-align:center}.help-text a{color:#228b22;font-weight:500;text-decoration:none}.help-text a:hover{text-decoration:underline}@media (max-width:768px){.forgot-password-card{padding:2rem 1.5rem}.forgot-password-header h1{font-size:1.75rem}.footer-links{flex-direction:column;gap:.75rem}.separator{display:none}}@media (max-width:480px){.forgot-password-container{padding:.5rem}.forgot-password-card{padding:1.5rem 1rem}.forgot-password-header h1{font-size:1.5rem}.email-instructions{padding:1rem}}.reset-password-container{align-items:center;background:linear-gradient(135deg,#e8f5e9,#f1f8e9);display:flex;justify-content:center;min-height:100vh;padding:1rem}.reset-password-card{animation:slideUp .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000001a;max-width:520px;padding:2.5rem;width:100%}.reset-password-header{margin-bottom:2rem;text-align:center}.reset-password-header h1{color:#228b22;font-size:2rem;font-weight:600;margin:0 0 .5rem}.reset-password-subtitle{color:#666;font-size:1rem;margin:0}.reset-password-form{margin-bottom:2rem}.password-input-wrapper{align-items:center;display:flex;position:relative}.password-input-wrapper input{border:2px solid #e0e0e0;border-radius:8px;box-sizing:border-box;font-size:1rem;padding:.875rem 3rem .875rem 1rem;transition:all .2s;width:100%}.password-input-wrapper input:focus{border-color:#228b22;box-shadow:0 0 0 3px #228b221a;outline:none}.password-input-wrapper input:disabled{background:#f5f5f5;cursor:not-allowed}.toggle-password{align-items:center;background:none;border:none;cursor:pointer;display:flex;font-size:1.25rem;justify-content:center;opacity:.6;padding:.5rem;position:absolute;right:.75rem;transition:opacity .2s}.toggle-password:hover:not(:disabled){opacity:1}.toggle-password:disabled{cursor:not-allowed}.password-strength{align-items:center;display:flex;gap:1rem;margin-top:.75rem}.strength-bar{background:#e0e0e0;border-radius:3px;flex:1 1;height:6px;overflow:hidden}.strength-fill{border-radius:3px;height:100%;transition:width .3s ease,background-color .3s ease}.strength-text{font-size:.85rem;font-weight:600;min-width:60px;transition:color .3s ease}.password-match{font-size:.9rem;margin-top:.5rem}.match-success{color:#28a745;font-weight:500}.match-error{color:#dc3545;font-weight:500}.security-tips{background:#f8f9fa;border-left:4px solid #228b22;border-radius:8px;margin-bottom:1.5rem;padding:1rem 1.25rem}.tips-title{color:#333;font-size:.95rem;font-weight:600;margin:0 0 .75rem}.security-tips ul{list-style:none;margin:0;padding-left:1.25rem}.security-tips li{color:#666;font-size:.9rem;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.security-tips li:before{color:#ccc;content:"○";font-weight:700;left:0;position:absolute}.security-tips li.valid{color:#28a745;font-weight:500}.security-tips li.valid:before{color:#28a745;content:"✓"}.success-state{padding:1rem 0 2rem;text-align:center}.success-state h2{color:#228b22;font-size:1.75rem;margin:0 0 1rem}.redirect-info{background:#f5f5f5;border-radius:8px;margin-top:1.5rem;padding:1.5rem}.redirect-info p{color:#666;font-size:.95rem;margin:1rem 0}.redirect-info .spinner{border:3px solid #228b2233;border-top-color:#228b22;height:24px;margin:0 auto 1rem;width:24px}.error-state{padding:1rem 0 2rem;text-align:center}.error-icon{animation:shake .5s ease-out;color:#dc3545;margin-bottom:1.5rem}.error-state h2{color:#dc3545;font-size:1.75rem;margin:0 0 1rem}.error-message{color:#555;font-size:1rem;line-height:1.6}.error-actions{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.btn-primary,.btn-secondary{padding:1rem 2rem;text-align:center}.btn-secondary{display:inline-block}.reset-password-footer{border-top:1px solid #e0e0e0;margin-top:2rem;padding-top:1.5rem}@media (max-width:768px){.reset-password-card{padding:2rem 1.5rem}.reset-password-header h1{font-size:1.75rem}.footer-links{flex-direction:column;gap:.75rem}.separator{display:none}.error-actions{gap:.75rem}}@media (max-width:480px){.reset-password-container{padding:.5rem}.reset-password-card{padding:1.5rem 1rem}.reset-password-header h1{font-size:1.5rem}.security-tips{padding:.875rem 1rem}.password-strength{align-items:stretch;flex-direction:column;gap:.5rem}.strength-text{text-align:center}}.resend-verification-container{align-items:center;background:linear-gradient(135deg,#e8f5e9,#f1f8e9);display:flex;justify-content:center;min-height:100vh;padding:1rem}.resend-verification-card{animation:slideUp .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000001a;max-width:540px;padding:2.5rem;width:100%}.resend-verification-header{margin-bottom:2rem;text-align:center}.header-icon{animation:bounce 2s ease-in-out infinite;color:#228b22;margin-bottom:1rem}.resend-verification-header h1{color:#228b22;font-size:2rem;font-weight:600;margin:0 0 .5rem}.resend-verification-subtitle{color:#666;font-size:1rem;line-height:1.5;margin:0}.message.info{background:#e3f2fd;border:1px solid #90caf9;color:#1565c0}.why-verify-section{background:#f8f9fa;border-left:4px solid #228b22;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem}.why-verify-section h3{color:#333;font-size:1.1rem;font-weight:600;margin:0 0 1rem}.why-verify-section ul{list-style:none;margin:0;padding:0}.why-verify-section li{align-items:center;color:#555;display:flex;font-size:.95rem;gap:.75rem;margin-bottom:.75rem}.check-icon{color:#228b22;flex-shrink:0;font-size:1.1rem;font-weight:700}.resend-verification-form{margin-bottom:1.5rem}.form-group input{border:2px solid #e0e0e0;border-radius:8px;box-sizing:border-box;font-size:1rem;padding:.875rem 1rem;transition:all .2s;width:100%}.form-group input:focus{border-color:#228b22;box-shadow:0 0 0 3px #228b221a;outline:none}.form-group input:disabled{background:#f5f5f5;cursor:not-allowed}.btn-submit{align-items:center;background:#228b22;display:flex;gap:.5rem;justify-content:center;padding:1rem}.btn-submit:hover:not(:disabled){background:#1b7a1b;box-shadow:0 4px 12px #228b224d;transform:translateY(-1px)}.btn-submit:active:not(:disabled){transform:translateY(0)}.btn-submit:disabled{background:#ccc;transform:none}.help-text{background:#fff9e6;border-left:4px solid #ffc107;border-radius:8px;margin-bottom:1.5rem;padding:1rem 1.25rem}.help-text p{color:#666;font-size:.9rem;line-height:1.5;margin:0}.help-text strong{color:#333}.email-sent-state{padding:1rem 0 2rem;text-align:center}.success-icon{animation:scaleIn .5s ease-out;color:#228b22;margin-bottom:1.5rem}.email-sent-state h2{color:#228b22;font-size:1.75rem;margin:0 0 1rem}.success-message{color:#555;font-size:1rem;line-height:1.6;margin-bottom:2rem}.success-message strong{color:#228b22;font-weight:600}.email-instructions{background:#f5f5f5;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem;text-align:left}.email-instructions h3{color:#333;font-size:1.1rem;margin:0 0 1rem}.email-instructions ol{color:#555;margin:0 0 1.5rem 1.25rem;padding:0}.email-instructions li{font-size:.95rem;line-height:1.4;margin-bottom:.5rem}.help-section{margin-top:1.5rem;padding-top:1.5rem}.help-title{color:#333;font-size:.95rem;font-weight:600;margin:0 0 .75rem}.help-list{color:#666;list-style:disc;margin:0;padding-left:1.25rem}.help-list li{font-size:.9rem;margin-bottom:.5rem}.btn-resend{background:#fff;border:2px solid #228b22;border-radius:8px;color:#228b22;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 2rem;transition:all .2s}.btn-resend:hover:not(:disabled){background:#228b22;box-shadow:0 4px 12px #228b2233;color:#fff;transform:translateY(-1px)}.btn-resend:disabled{cursor:not-allowed;opacity:.6}.already-verified-state{padding:1rem 0 2rem;text-align:center}.verified-icon{animation:scaleIn .5s ease-out;color:#17a2b8;margin-bottom:1.5rem}.already-verified-state h2{color:#17a2b8;font-size:1.75rem;margin:0 0 1rem}.verified-message{color:#555;font-size:1rem;line-height:1.6;margin-bottom:2rem}.verified-message strong{color:#17a2b8;font-weight:600}.resend-verification-footer,.verified-actions{margin-top:2rem}.divider{margin:1.5rem 0;position:relative;text-align:center}.divider:after,.divider:before{background:#e0e0e0;content:"";height:1px;position:absolute;top:50%;width:40%}.divider:before{left:0}.divider:after{right:0}.divider span{background:#fff;color:#999;font-size:.9rem;padding:0 1rem}.footer-links{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:1rem;text-align:center}.link-secondary{color:#228b22;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s}.link-secondary:hover{color:#1b7a1b;text-decoration:underline}.support-section{border-top:1px solid #e0e0e0;margin-top:1.5rem;padding-top:1.5rem;text-align:center}.support-section p{color:#666;font-size:.9rem;margin:0}.support-section a{color:#228b22;font-weight:500;text-decoration:none}.support-section a:hover{text-decoration:underline}@media (max-width:768px){.resend-verification-card{padding:2rem 1.5rem}.resend-verification-header h1{font-size:1.75rem}.footer-links{flex-direction:column;gap:.75rem}.separator{display:none}.email-instructions,.why-verify-section{padding:1rem}}@media (max-width:480px){.resend-verification-container{padding:.5rem}.resend-verification-card{padding:1.5rem 1rem}.resend-verification-header h1{font-size:1.5rem}.header-icon svg{height:36px;width:36px}.success-icon svg,.verified-icon svg{height:48px;width:48px}}.notfound-container{align-items:center;background:linear-gradient(135deg,#f5f5f5,#e8f5e9);display:flex;justify-content:center;min-height:100vh;padding:2rem 1rem}.notfound-content{animation:fadeIn .5s ease-out;max-width:800px;text-align:center;width:100%}.error-animation{margin-bottom:2rem}.error-code{align-items:center;color:#228b22;display:flex;font-size:8rem;font-weight:800;gap:1rem;justify-content:center;line-height:1}.error-code .four{animation:bounce 2s ease-in-out infinite}.error-code .four:first-child{animation-delay:0s}.error-code .four:last-child{animation-delay:.2s}.error-code .zero{display:inline-block;height:120px;width:120px}.magnifying-glass{animation:rotate 4s linear infinite;color:#228b22;height:100%;width:100%}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error-message{margin-bottom:3rem}.error-message h1{color:#333;font-size:2.5rem;font-weight:700;margin:0 0 1rem}.error-description{color:#666;font-size:1.1rem;line-height:1.6;margin:0}.auto-redirect-notice{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000001a;margin-bottom:3rem;padding:2rem}.countdown-circle{height:100px;margin:0 auto 1rem;width:100px}.countdown-svg{height:100%;width:100%}.countdown-progress{transition:stroke-dasharray 1s linear}.countdown-text{fill:#228b22;font-size:2rem;font-weight:700}.auto-redirect-notice p{color:#666;font-size:1rem;margin:0 0 1rem}.btn-cancel-redirect{background:#fff;border:2px solid #228b22;border-radius:8px;color:#228b22;cursor:pointer;font-size:.95rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s}.btn-cancel-redirect:hover{background:#228b22;box-shadow:0 4px 12px #228b224d;color:#fff;transform:translateY(-2px)}.quick-links-section{margin-bottom:3rem}.quick-links-section h2{color:#333;font-size:1.75rem;margin:0 0 1.5rem}.links-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.quick-link-card{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;color:#333;display:flex;flex-direction:column;gap:.75rem;padding:2rem 1.5rem;text-decoration:none;transition:all .3s}.quick-link-card:hover{background:#228b22;box-shadow:0 8px 24px #228b2233;color:#fff;transform:translateY(-5px)}.link-icon{font-size:2.5rem}.link-label{font-size:1.1rem;font-weight:600}.popular-pages-section{margin-bottom:3rem}.popular-pages-section h3{color:#555;font-size:1.25rem;margin:0 0 1rem}.popular-links{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.popular-link{align-items:center;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000d;color:#228b22;display:inline-flex;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s}.popular-link:hover{background:#228b22;box-shadow:0 4px 12px #228b2233;color:#fff;transform:translateY(-2px)}.page-icon{font-size:1.25rem}.search-suggestion{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;margin-bottom:3rem;padding:2rem}.search-suggestion p{color:#666;font-size:1rem;margin:0 0 1rem}.btn-search{background:#228b22;border-radius:8px;color:#fff;display:inline-block;font-size:1rem;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .2s}.btn-search:hover{background:#1b7a1b;box-shadow:0 4px 12px #228b224d;transform:translateY(-2px)}.main-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem}.btn-primary{font-size:1.1rem;padding:1rem 2.5rem}.btn-primary:hover{background:#1b7a1b;box-shadow:0 6px 16px #228b224d}.btn-secondary{font-size:1.1rem;padding:1rem 2.5rem;text-decoration:none}.btn-secondary:hover{background:#228b22;box-shadow:0 6px 16px #228b2233;color:#fff}.help-section{border-top:1px solid #e0e0e0;padding-top:2rem}.help-text{color:#666;font-size:1rem;margin:0 0 1rem}.help-links{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.help-links a{color:#228b22;font-weight:500;text-decoration:none;transition:all .2s}.help-links a:hover{color:#1b7a1b;text-decoration:underline}.separator{color:#ccc}@media (max-width:768px){.error-code{font-size:5rem;gap:.5rem}.error-code .zero{height:80px;width:80px}.error-message h1{font-size:2rem}.error-description{font-size:1rem}.links-grid{grid-template-columns:1fr}.main-actions{flex-direction:column}.btn-primary,.btn-secondary{width:100%}.quick-links-section h2{font-size:1.5rem}}@media (max-width:480px){.notfound-container{padding:1rem .5rem}.error-code{font-size:4rem}.error-code .zero{height:60px;width:60px}.error-message h1{font-size:1.75rem}.auto-redirect-notice{padding:1.5rem 1rem}.countdown-circle{height:80px;width:80px}.search-suggestion{padding:1.5rem 1rem}.help-links{flex-direction:column;gap:.5rem}.separator{display:none}}.progress-bar-container{margin-bottom:2rem;width:100%}.progress-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.progress-label{color:#333;font-size:.95rem;font-weight:600}.progress-percentage{color:#228b22;font-size:1.1rem}.progress-track{background:#e0e0e0;height:8px;margin-bottom:1.5rem}.progress-fill,.progress-track{border-radius:10px;overflow:hidden;position:relative}.progress-fill{background:linear-gradient(90deg,#228b22,#32cd32);height:100%;transition:width .5s ease}.progress-shimmer{animation:shimmer 2s infinite;background:linear-gradient(90deg,#0000,#ffffff4d,#0000);height:100%;left:-100%;position:absolute;top:0;width:100%}.progress-steps{display:flex;gap:.5rem;justify-content:space-between}.progress-step{flex:1 1;flex-direction:column;gap:.5rem;text-align:center}.progress-step,.step-indicator{align-items:center;display:flex}.step-indicator{border:2px solid;border-radius:50%;font-size:.9rem;font-weight:600;height:36px;justify-content:center;transition:all .3s ease;width:36px}.progress-step.completed .step-indicator{animation:checkmark .5s ease;background:#228b22;border-color:#228b22;color:#fff}@keyframes checkmark{0%{transform:scale(.8)}50%{transform:scale(1.1)}to{transform:scale(1)}}.progress-step.completed .step-label{color:#228b22;font-weight:600}.progress-step.current .step-indicator{animation:pulse 2s infinite;background:#fff;border-color:#228b22;box-shadow:0 0 0 4px #228b221a;color:#228b22}.progress-step.current .step-label{color:#228b22;font-weight:600}.progress-step.upcoming .step-indicator{background:#fff;border-color:#ccc;color:#999}.progress-step.upcoming .step-label{color:#999}.step-number{font-size:.95rem;font-weight:600}.step-label{font-size:.8rem;line-height:1.2;transition:all .3s ease}@media (max-width:768px){.progress-steps{gap:.25rem}.step-indicator{font-size:.85rem;height:32px;width:32px}.step-label{font-size:.7rem}.progress-percentage{font-size:1rem}}@media (max-width:480px){.progress-header{align-items:flex-start;flex-direction:column;gap:.5rem;margin-bottom:.5rem}.step-indicator{font-size:.75rem;height:28px;width:28px}.step-label{display:none;font-size:.65rem}.progress-step.current .step-label{display:block;font-size:.7rem}}.document-upload-container{margin-bottom:1.5rem}.upload-label{color:#333;display:block;font-size:.95rem;font-weight:500;margin-bottom:.5rem}.required-mark{color:#dc3545;margin-left:.25rem}.upload-area{padding:2rem}.upload-area:hover{background:#f5fdf5}.upload-area.drag-active{background:#e8f5e9;border-color:#228b22;transform:scale(1.02)}.upload-area.uploading{opacity:.7;pointer-events:none}.upload-spinner{border:4px solid #228b2233;height:40px;width:40px}.upload-text{font-size:1rem;margin:0}.upload-hint-text{color:#999;font-size:.85rem;margin:.5rem 0 0}.upload-hint{color:#757575;margin:.5rem 0 0}.upload-error{align-items:center;animation:shake .5s ease-out;border:1px solid #ef5350;border-radius:8px;display:flex;gap:.5rem;margin-top:.75rem;padding:.75rem 1rem}.error-icon{flex-shrink:0;font-size:1.1rem}.uploaded-files{background:#f5f5f5;border-radius:8px;margin-top:1rem;padding:1rem}.uploaded-files-label{color:#333;font-size:.9rem;font-weight:600;margin:0 0 .75rem}.uploaded-file{align-items:center;animation:slideIn .3s ease-out;background:#fff;border:1px solid #e0e0e0;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:.5rem;padding:.75rem 1rem;transition:all .2s ease}.uploaded-file:hover{border-color:#228b22;box-shadow:0 2px 8px #228b221a}.uploaded-file:last-child{margin-bottom:0}.file-info{align-items:center;display:flex;flex:1 1;gap:.75rem;min-width:0}.file-icon{flex-shrink:0;font-size:1.5rem}.file-details{display:flex;flex-direction:column;gap:.25rem;min-width:0}.file-name{color:#333;font-size:.9rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-size{color:#757575;font-size:.8rem}.btn-remove-file{align-items:center;background:none;border:none;border-radius:50%;color:#dc3545;cursor:pointer;display:flex;flex-shrink:0;justify-content:center;padding:.5rem;transition:all .2s ease}.btn-remove-file:hover{background:#ffebee;transform:rotate(90deg)}.btn-remove-file:active{transform:rotate(90deg) scale(.9)}@media (max-width:768px){.upload-area{padding:1.5rem 1rem}.upload-icon svg{height:40px;width:40px}.upload-text{font-size:.9rem}.uploaded-file{padding:.625rem .75rem}.file-icon{font-size:1.25rem}.file-name{font-size:.85rem}}@media (max-width:480px){.upload-area{padding:1.25rem .75rem}.upload-icon svg{height:36px;width:36px}.upload-text{font-size:.85rem}.upload-hint-text{font-size:.75rem}.uploaded-files{padding:.75rem}.file-details{gap:.125rem}}.complete-registration-container{background:linear-gradient(135deg,#e8f5e9,#f1f8e9);max-width:100vw;min-height:100vh;overflow-x:hidden;padding:2rem 1rem;width:100%}.complete-registration-card{animation:slideUp .4s ease-out;background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000001a;margin:0 auto;max-width:900px;padding:2.5rem}.registration-header{margin-bottom:2rem;text-align:center}.registration-header h1{color:#228b22;font-size:2.25rem;font-weight:700;margin:0 0 .5rem}.registration-subtitle{color:#666;font-size:1.05rem;line-height:1.5;margin:0}.message{align-items:center;animation:fadeIn .3s ease-out;display:flex;font-size:.95rem;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.25rem}.message.success{background:#e8f5e9;border:1px solid #81c784;color:#2e7d32}.message.error{background:#ffebee;border:1px solid #ef5350;color:#c62828}.message-icon{flex-shrink:0;font-size:1.25rem;font-weight:700}.step-content{animation:fadeSlide .4s ease-out;margin:2rem 0}@keyframes fadeSlide{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.step-header{border-bottom:2px solid #e0e0e0;margin-bottom:2rem;padding-bottom:1rem}.step-header h2{color:#333;font-size:1.75rem;font-weight:600;margin:0 0 .5rem}.step-header p{color:#666;font-size:1rem;margin:0}.form-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr);margin-bottom:1.5rem}.form-group.full-width{grid-column:1/-1}.form-group label{font-weight:500}.required{margin-left:.25rem}.form-group input,.form-group select,.form-group textarea{padding:.875rem 1rem;transition:all .2s}.form-group input:disabled,.form-group select:disabled{background:#f5f5f5;cursor:not-allowed}.form-hint{color:#757575;font-style:italic}.info-box{background:#e3f2fd;border-left:4px solid #2196f3;border-radius:8px;display:flex;gap:1rem;margin-bottom:1.5rem;padding:1.25rem}.info-box.success{background:#e8f5e9;border-left-color:#4caf50}.info-icon{flex-shrink:0;font-size:1.5rem}.info-title{color:#333;font-size:.95rem;font-weight:600;margin:0 0 .5rem}.info-text{color:#555;font-size:.95rem;line-height:1.5;margin:0}.info-list{color:#555;margin:0;padding-left:1.5rem}.info-list li{font-size:.9rem;margin-bottom:.5rem}.reference-section{background:#f8f9fa;border:2px solid #e0e0e0;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}.reference-section:last-of-type{margin-bottom:0}.reference-title{align-items:center;color:#228b22;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;margin:0 0 1.25rem}.reference-title:before{content:"👤";font-size:1.25rem}.terms-box{background:#f8f9fa;border:2px solid #e0e0e0;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}.terms-box h3{color:#333;font-size:1.1rem;font-weight:600;margin:0 0 1rem}.terms-content{max-height:300px;overflow-y:auto;padding-right:.5rem}.terms-content p{color:#555;font-size:.95rem;margin:0 0 .75rem}.terms-content ul{color:#555;margin:0;padding-left:1.5rem}.terms-content li{font-size:.9rem;line-height:1.5;margin-bottom:.5rem}.checkbox-group{flex-direction:column;gap:1rem;margin-bottom:1.5rem}.checkbox-label{align-items:flex-start;background:#f8f9fa;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;display:flex;gap:.75rem;padding:1rem;transition:all .2s}.checkbox-label:hover{background:#f5fdf5;border-color:#228b22}.checkbox-label input[type=checkbox]{accent-color:#228b22;cursor:pointer;flex-shrink:0;height:20px;margin-top:.125rem;width:20px}.checkbox-label span{color:#333;font-size:.95rem;line-height:1.5}.checkbox-label a{color:#228b22;font-weight:600;text-decoration:none}.checkbox-label a:hover{text-decoration:underline}.step-navigation{border-top:2px solid #e0e0e0;display:flex;gap:1rem;justify-content:space-between;margin-top:2rem;padding-top:2rem}.btn-primary,.btn-secondary{align-items:center;display:flex;font-size:1rem;gap:.5rem;justify-content:center;min-width:140px;transition:all .2s}.btn-primary{background:#228b22}.btn-primary:hover:not(:disabled){background:#1b7a1b;box-shadow:0 4px 12px #228b224d}.btn-secondary{background:#fff;border:2px solid #228b22;color:#228b22}.btn-secondary:hover:not(:disabled){background:#228b22;box-shadow:0 4px 12px #228b2233;color:#fff}.btn-secondary:disabled{transform:none}.spinner{animation:spin .6s linear infinite;border:2px solid #ffffff4d;border-top-color:#fff;height:16px;width:16px}@media (max-width:768px){.complete-registration-card{padding:2rem 1.5rem}.registration-header h1{font-size:1.875rem}.form-grid{gap:1.25rem;grid-template-columns:1fr}.form-group.full-width{grid-column:1}.step-navigation{flex-direction:column-reverse}.btn-primary,.btn-secondary{width:100%}.reference-section{padding:1.25rem}.step-header h2{font-size:1.5rem}}@media (max-width:480px){.complete-registration-container{padding:1rem .5rem}.complete-registration-card{padding:1.5rem 1rem}.registration-header h1{font-size:1.625rem}.registration-subtitle{font-size:.95rem}.step-header h2{font-size:1.375rem}.info-box{gap:.75rem}.info-box,.reference-section,.terms-box{padding:1rem}.checkbox-label{padding:.875rem}.btn-primary,.btn-secondary{min-width:120px;padding:.875rem 1.5rem}}@media (max-width:600px){.dashboard-header{align-items:flex-start;flex-direction:column;gap:1rem}.btn-logout,.header-right{width:100%}.dashboard-nav{padding:0 .5rem}.dashboard-nav button{font-size:.9rem;padding:.75rem 1rem}.dashboard-content{padding:.5rem}.bookings-management,.certifications-management,.profile-management,.profile-summary-card,.reviews-section{padding:1rem}.stats-grid{grid-template-columns:1fr}.stat-card{padding:1rem}.availability-controls{flex-direction:column;width:100%}.availability-controls select,.availability-toggle{width:100%}.request-actions{flex-direction:column}.upload-area{padding:2rem 1rem}.bookings-table td,.bookings-table th{font-size:.85rem;padding:.5rem}.booking-actions{flex-direction:column}.booking-actions button{font-size:.85rem;padding:.5rem}.review-card{padding:1rem}.review-card .review-header{align-items:flex-start;flex-direction:column}.review-rating{align-items:flex-start}.reviews-summary{grid-template-columns:1fr}}@media print{.btn-approve,.btn-cancel,.btn-decline,.btn-delete,.btn-edit,.btn-logout,.btn-save,.dashboard-header,.dashboard-nav,.upload-section{display:none}.dashboard{background:#fff}.dashboard-content{padding:0}}.portfolio-gallery{margin:0 auto;max-width:1200px;width:100%}.portfolio-header{margin-bottom:2rem;text-align:center}.portfolio-header h2{color:#333;font-size:1.75rem;margin:0 0 .5rem}.portfolio-subtitle{color:#666;font-size:1rem;margin:0}.upload-zone{background:#fafafa;border:3px dashed #ccc;border-radius:16px;cursor:pointer;margin-bottom:2rem;padding:3rem 2rem;position:relative;text-align:center;transition:all .3s ease}.upload-zone:hover{background:#f5fdf5;border-color:#228b22;transform:translateY(-2px)}.upload-zone.dragging{background:#e8f5e9;border-color:#228b22;box-shadow:0 8px 24px #228b2233;transform:scale(1.02)}.upload-zone.uploading{opacity:.8;pointer-events:none}.upload-icon{animation:float 3s ease-in-out infinite;color:#228b22;margin-bottom:1.5rem}.upload-text{color:#666;font-size:1.1rem;margin:0 0 .5rem}.upload-action{color:#228b22;cursor:pointer;font-weight:600}.upload-hint{font-size:.9rem;margin:0}.file-input{cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.file-input:disabled{cursor:not-allowed}.upload-status{align-items:center;display:flex;flex-direction:column;gap:1rem}.upload-spinner{border:5px solid #228b2233;border-top-color:#228b22;height:50px;width:50px}.upload-status p{color:#228b22;font-size:1.1rem;font-weight:600;margin:0}.upload-progress-bar{background:#228b2233;border-radius:4px;height:8px;overflow:hidden;width:300px}.upload-progress-fill{background:#228b22;border-radius:4px;height:100%;transition:width .3s ease}.portfolio-grid{margin-top:2rem}.grid-header{border-bottom:2px solid #eee;margin-bottom:1.5rem;padding-bottom:1rem}.grid-header h3{color:#333;font-size:1.5rem;margin:0}.photo-grid{grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.photo-item{animation:slideIn .4s ease-out;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden;position:relative;transition:all .3s ease}.photo-item:hover{box-shadow:0 8px 24px #00000026;transform:translateY(-4px)}.photo-wrapper{cursor:pointer;overflow:hidden;padding-bottom:100%;position:relative;width:100%}.photo-image{height:100%;left:0;object-fit:cover;position:absolute;top:0;transition:transform .3s ease;width:100%}.photo-item:hover .photo-image{transform:scale(1.05)}.photo-overlay{align-items:center;background:#0009;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%}.photo-wrapper:hover .photo-overlay{opacity:1}.btn-view{align-items:center;background:#fff;border-radius:8px;color:#228b22;display:flex;font-size:1rem;gap:.5rem;padding:.75rem 1.5rem}.btn-view:hover{background:#228b22;color:#fff;transform:scale(1.05)}.btn-delete-photo{align-items:center;background:#dc3545e6;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;justify-content:center;opacity:0;padding:.5rem;position:absolute;right:.75rem;top:.75rem;transition:all .2s ease;z-index:10}.photo-item:hover .btn-delete-photo{opacity:1}.btn-delete-photo:hover{background:#dc3545;transform:scale(1.1)}.empty-icon{color:#ccc;margin-bottom:1.5rem;opacity:.5}.empty-state h3{color:#666}.empty-state p{color:#999}.lightbox-modal{align-items:center;animation:fadeIn .3s ease;background:#000000f2;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.lightbox-content{animation:zoomIn .3s ease;flex-direction:column;height:90%;max-width:1200px;position:relative;width:90%}@keyframes zoomIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.btn-close-lightbox{align-items:center;background:#ffffff1a;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:.75rem;position:absolute;right:0;top:-50px;transition:all .2s ease;z-index:10}.btn-close-lightbox:hover{background:#fff3;transform:rotate(90deg)}.btn-nav{align-items:center;background:#ffffff1a;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:1rem;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s ease;z-index:10}.btn-nav:hover{background:#fff3}.btn-prev{left:20px}.btn-next{right:20px}.lightbox-image-wrapper{align-items:center;display:flex;flex:1 1;justify-content:center;overflow:hidden}.lightbox-image{max-height:100%}.lightbox-caption{color:#fff;margin-top:1.5rem;text-align:center}.lightbox-caption p{font-size:1.1rem;margin:0}.lightbox-actions{gap:1rem;justify-content:center;margin-top:1.5rem}.btn-delete-lightbox{align-items:center;background:#dc3545e6;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s ease}.btn-delete-lightbox:hover{background:#dc3545;transform:scale(1.05)}@media (max-width:768px){.portfolio-header h2{font-size:1.5rem}.upload-zone{padding:2rem 1rem}.upload-icon svg{height:48px;width:48px}.photo-grid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.btn-nav{padding:.75rem}.btn-prev{left:10px}.btn-next{right:10px}.lightbox-content{height:95%;width:95%}}@media (max-width:480px){.portfolio-header h2{font-size:1.25rem}.upload-zone{padding:1.5rem .75rem}.upload-icon svg{height:40px;width:40px}.upload-text{font-size:1rem}.upload-hint{font-size:.8rem}.photo-grid{gap:.75rem;grid-template-columns:repeat(2,1fr)}.upload-progress-bar{width:200px}.btn-close-lightbox{right:10px;top:10px}}.stat-card{border-left:4px solid var(--card-color);overflow:hidden;position:relative}.stat-card:hover{box-shadow:0 4px 16px #00000026}.stat-card-blue{--card-color:#2196f3;--card-light:#e3f2fd}.stat-card-green{--card-color:#228b22;--card-light:#e8f5e9}.stat-card-orange{--card-color:#ff9800;--card-light:#fff3e0}.stat-card-red{--card-color:#dc3545;--card-light:#ffebee}.stat-card-purple{--card-color:#9c27b0;--card-light:#f3e5f5}.stat-loading{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;padding:2rem 0}.loading-spinner{border-top:4px solid var(--card-color);height:40px;width:40px}.stat-loading p{color:#666;font-size:.9rem;margin:0}.stat-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.stat-icon-wrapper{animation:fadeIn .5s ease;background:var(--card-light);border-radius:12px;height:56px;width:56px}.stat-icon,.stat-icon-wrapper{align-items:center;display:flex;justify-content:center}.stat-icon{color:var(--card-color);font-size:1.75rem}.stat-trend{align-items:center;animation:slideIn .5s ease;border-radius:6px;display:flex;font-size:.85rem;font-weight:600;gap:.25rem;padding:.25rem .5rem}.trend-up{background:#e8f5e9;color:#228b22}.trend-down{background:#ffebee;color:#dc3545}.stat-trend svg{flex-shrink:0}.stat-content{animation:slideUp .6s ease}.stat-value{line-height:1.2;margin:0 0 .5rem}.stat-title{color:#666;font-size:.95rem;font-weight:500;line-height:1.4;margin:0}.stat-subtitle{color:#999;font-size:.85rem;line-height:1.4;margin:.5rem 0 0}@media (max-width:768px){.stat-card{padding:1.25rem}.stat-icon-wrapper{height:48px;width:48px}.stat-icon{font-size:1.5rem}.stat-value{font-size:1.75rem}.stat-title{font-size:.9rem}.stat-subtitle{font-size:.8rem}}@media (max-width:480px){.stat-card{padding:1rem}.stat-icon-wrapper{height:44px;width:44px}.stat-icon{font-size:1.25rem}.stat-value{font-size:1.5rem}.stat-header{margin-bottom:.75rem}}.dashboard-stats{animation:fadeIn .5s ease;width:100%}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.dashboard-stats-error{animation:shake .5s ease;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:3rem 2rem;text-align:center}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-10px)}75%{transform:translateX(10px)}}.dashboard-stats-error .error-icon{animation:bounce 1s ease infinite;font-size:3rem;margin-bottom:1rem}.dashboard-stats-error p{color:#666;font-size:1rem;margin:0 0 1.5rem}.btn-retry{background:#228b22;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 2rem;transition:all .2s ease}.btn-retry:hover{background:#1a6b1a;box-shadow:0 4px 12px #228b224d;transform:translateY(-2px)}.stats-footer{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;justify-content:space-between;padding:1rem}.btn-refresh,.stats-footer{align-items:center;display:flex}.btn-refresh{background:#f5f5f5;border:none;border-radius:6px;color:#333;cursor:pointer;font-size:.9rem;font-weight:600;gap:.5rem;padding:.625rem 1.25rem;transition:all .2s ease}.btn-refresh:hover{background:#e0e0e0;transform:translateY(-1px)}.btn-refresh:disabled{cursor:not-allowed;opacity:.6;transform:none}.btn-refresh:disabled svg{animation:spin 1s linear infinite}.btn-refresh svg{flex-shrink:0}.stats-updated{color:#999;font-size:.85rem;margin:0}@media (max-width:1024px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.stats-grid{gap:1rem;grid-template-columns:1fr}.stats-footer{flex-direction:column;gap:1rem;text-align:center}.btn-refresh{justify-content:center;width:100%}}@media (max-width:480px){.dashboard-stats-error{padding:2rem 1rem}.dashboard-stats-error .error-icon{font-size:2.5rem}.stats-footer{padding:.75rem}.btn-refresh{font-size:.85rem;padding:.5rem 1rem}.stats-updated{font-size:.8rem}}.profile-completion-banner{animation:slideDown .5s ease-out;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;box-shadow:0 4px 12px #667eea4d;margin-bottom:2rem;padding:1.5rem;position:relative}.profile-completion-banner.complete{animation:celebratePulse .6s ease-in-out;background:linear-gradient(135deg,#11998e,#38ef7d)}@keyframes celebratePulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.banner-content{color:#fff;position:relative}.btn-close-banner{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:32px;justify-content:center;position:absolute;right:-.5rem;top:-.5rem;transition:all .2s ease;width:32px}.btn-close-banner:hover{background:#ffffff4d;transform:rotate(90deg)}.banner-header{align-items:flex-start;display:flex;gap:1rem;margin-bottom:1.5rem}.banner-icon{animation:bounce 2s ease-in-out infinite;font-size:2.5rem}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.banner-title h3{color:#fff;font-size:1.5rem;font-weight:700;margin:0 0 .25rem}.banner-subtitle{color:#ffffffe6;font-size:1rem;font-weight:500;margin:0}.progress-bar-container{background:#fff3;height:32px;margin-bottom:1rem}.progress-bar-container,.progress-bar-fill{border-radius:16px;overflow:hidden;position:relative}.progress-bar-fill{align-items:center;background:linear-gradient(90deg,#fff,#ffffffe6);display:flex;height:100%;justify-content:flex-end;padding-right:1rem;transition:width .8s ease-out}.progress-bar-fill:after{animation:shimmer 2s infinite;background:linear-gradient(90deg,#fff0,#ffffff80 50%,#fff0);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.progress-percentage{color:#667eea;font-size:.9rem;font-weight:700;text-shadow:0 1px 2px #0000001a;z-index:1}.btn-toggle-checklist{align-items:center;background:#fff3;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.95rem;font-weight:600;gap:.5rem;margin-bottom:1rem;padding:.625rem 1.25rem;transition:all .2s ease}.btn-toggle-checklist:hover{background:#ffffff4d;transform:translateY(-1px)}.checklist{animation:expandDown .3s ease-out;background:#ffffff26;border-radius:8px;padding:1.25rem}@keyframes expandDown{0%{max-height:0;opacity:0;padding:0 1.25rem}to{max-height:500px;opacity:1;padding:1.25rem}}.checklist h4{color:#fff;font-size:1.1rem;font-weight:600;margin:0 0 1rem}.checklist ul{list-style:none;margin:0;padding:0}.checklist-item{align-items:center;background:#ffffff1a;border-radius:6px;display:flex;gap:.75rem;margin-bottom:.5rem;padding:.75rem;transition:all .2s ease}.checklist-item:last-child{margin-bottom:0}.checklist-item:hover{background:#fff3;transform:translateX(4px)}.checkbox{color:#ffffffb3;flex-shrink:0;font-size:1.25rem}.item-label{color:#fff;flex:1 1;font-size:.95rem;font-weight:500}.item-weight{background:#ffffff26;border-radius:4px;color:#fffc;flex-shrink:0;font-size:.85rem;font-weight:600;padding:.25rem .5rem}.completion-message{animation:fadeIn .5s ease-out;background:#fff3;border-radius:8px;margin-top:1rem;padding:1rem}.completion-message p{color:#fff;font-size:1rem;line-height:1.6;margin:0;text-align:center}@media (max-width:768px){.profile-completion-banner{padding:1.25rem}.banner-header{gap:.75rem}.banner-icon{font-size:2rem}.banner-title h3{font-size:1.25rem}.banner-subtitle{font-size:.9rem}.progress-bar-container{height:28px}.progress-percentage{font-size:.85rem}.btn-toggle-checklist{font-size:.9rem;justify-content:center;width:100%}.checklist{padding:1rem}.checklist-item{padding:.625rem}.item-label{font-size:.9rem}.item-weight{font-size:.8rem}}@media (max-width:480px){.profile-completion-banner{padding:1rem}.banner-header{align-items:center;flex-direction:column;text-align:center}.banner-icon{font-size:2.5rem}.banner-title h3{font-size:1.1rem}.banner-subtitle{font-size:.85rem}.progress-bar-container{height:24px}.progress-percentage{font-size:.8rem;padding-right:.5rem}.checklist-item{flex-wrap:wrap}.item-weight{margin-left:auto}.completion-message p{font-size:.9rem}}.quote-modal-overlay{align-items:center;animation:fadeIn .2s ease;background:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1200}.quote-modal-content{animation:slideUp .3s ease;background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:600px;overflow-y:auto;width:95%}.quote-modal-header{align-items:center;border-bottom:2px solid #eee;display:flex;justify-content:space-between;padding:1.5rem}.quote-modal-header h3{color:#2196f3;font-size:1.3rem;margin:0}.quote-modal-close{align-items:center;background:none;border:none;border-radius:50%;color:#999;cursor:pointer;display:flex;font-size:1.5rem;height:36px;justify-content:center;padding:0;transition:all .2s;width:36px}.quote-modal-close:hover{background:#f0f0f0;color:#333}.quote-modal-body{padding:1.5rem}.quote-client-name{color:#666;margin-bottom:1rem}.quote-guidelines{background:#e8f5e9;border-left:4px solid #4caf50;border-radius:8px;margin-bottom:1rem;padding:1rem}.guidelines-title{color:#2e7d32;font-size:.95rem;font-weight:600;margin:0 0 .5rem}.guidelines-text{color:#1b5e20;font-size:.9rem;line-height:1.6;margin:0}.quote-section{background:#f5f5f5;border-radius:8px;margin-bottom:1rem;padding:1rem}.quote-section h4{color:#333;font-size:1rem;margin:0 0 .5rem}.section-label{color:#333;display:block;font-weight:600;margin-bottom:.5rem}.line-item{display:flex;gap:.5rem;margin-bottom:.5rem}.line-item-description{flex:2 1}.line-item-amount,.line-item-description{border:1px solid #ccc;border-radius:6px;font-size:.9rem;padding:.5rem}.line-item-amount{flex:1 1}.remove-line-item{background:#f44336;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1.2rem;transition:all .2s;width:36px}.remove-line-item:hover{background:#d32f2f}.add-line-item-btn{background:#4caf50;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;margin-top:.5rem;padding:.5rem 1rem;transition:all .2s}.add-line-item-btn:hover{background:#45a049}.quote-totals{background:#e3f2fd;border-radius:8px;margin-bottom:1rem;padding:1rem}.total-row{display:flex;justify-content:space-between;margin-bottom:.5rem}.grand-total{border-top:2px solid #2196f3;font-size:1.2rem;font-weight:700;margin-bottom:0;padding-top:.5rem}.payment-methods{display:flex;flex-wrap:wrap;gap:1rem}.payment-method-option{align-items:center;cursor:pointer;display:flex;gap:.3rem}.payment-method-option input[type=checkbox]{cursor:pointer}.banking-details-section{background:#fff3cd}.banking-input{border:1px solid #ccc;border-radius:6px;font-size:.9rem;margin-bottom:.5rem;padding:.5rem;width:100%}.banking-input:last-child{margin-bottom:0}.quote-notes{font-family:inherit;resize:vertical}.quote-notes,.quote-valid-days{border:1px solid #ccc;border-radius:6px;font-size:.9rem;padding:.5rem;width:100%}.quote-error{background:#ffebee;border-left:4px solid #f44336;border-radius:6px;color:#c62828;margin-top:1rem;padding:.75rem}.quote-modal-footer{border-top:2px solid #eee;display:flex;gap:.5rem;justify-content:flex-end;padding:1.5rem}.btn-cancel{background:#e0e0e0;border-radius:6px;color:#333;font-weight:500;transition:all .2s}.btn-cancel:hover{background:#d0d0d0}.btn-cancel:disabled{cursor:not-allowed;opacity:.5}.btn-submit{background:#4caf50;border-radius:6px;padding:.7rem 1.5rem;transition:all .2s}.btn-submit:hover{background:#45a049}.btn-submit:disabled{background:#81c784;cursor:not-allowed;opacity:.6}@media (max-width:768px){.quote-modal-content{max-height:95vh;width:100%}.quote-modal-body,.quote-modal-footer,.quote-modal-header{padding:1rem}.line-item{flex-direction:column}.line-item-amount,.line-item-description{width:100%}.payment-methods{gap:.5rem}.payment-methods,.quote-modal-footer{flex-direction:column}.btn-cancel,.btn-submit{width:100%}}.messages-container{background:#fff;border:1px solid #e8e8e8;border-radius:16px;box-shadow:0 4px 20px #00000014;display:grid;grid-template-columns:380px 1fr;height:calc(100vh - 200px);min-height:600px;overflow:hidden}.messages-container.chat-selected{grid-template-columns:1fr}.messages-container.chat-selected .conversations-list{display:none}.messages-loading{align-items:center;animation:pulse 1.5s ease-in-out infinite;color:#666;display:flex;font-size:1.1rem;grid-column:1/-1;justify-content:center}.conversations-list{background:#fafafa;border-right:1px solid #e8e8e8;display:flex;flex-direction:column;overflow-y:auto}.conversations-list h3{align-items:center;background:#fff;border-bottom:1px solid #e8e8e8;color:#1a1a1a;display:flex;font-size:1.4rem;font-weight:700;gap:.5rem;margin:0;padding:1.75rem 1.5rem;position:-webkit-sticky;position:sticky;top:0;z-index:10}.conversations-list h3:before{content:"💬";font-size:1.5rem}.no-conversations{align-items:center;color:#999;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:3rem 2rem;text-align:center}.no-conversations p:first-child{animation:float 3s ease-in-out infinite;font-size:3.5rem;margin-bottom:1rem}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.no-conversations-hint{color:#888;font-size:.95rem;line-height:1.6;max-width:250px}.conversation-item{align-items:center;background:#fff;border-bottom:1px solid #f0f0f0;border-radius:12px;cursor:pointer;display:flex;gap:1rem;margin:.25rem .5rem;padding:1.25rem 1.5rem;position:relative;transition:all .2s ease}.conversation-item:first-of-type{margin-top:.5rem}.conversation-item:hover{background:#f8f8f8;box-shadow:0 2px 8px #0000000d;transform:translateX(2px)}.conversation-item.active{background:linear-gradient(135deg,#e8f5e9,#f1f8f2);border-left:4px solid #228b22;border-left:4px solid var(--fixxa-primary,#228b22);box-shadow:0 2px 12px #228b221a}.conversation-avatar{align-items:center;background:linear-gradient(135deg,#228b22,#2e7d32);background:linear-gradient(135deg,var(--fixxa-primary,#228b22) 0,#2e7d32 100%);border-radius:50%;box-shadow:0 2px 8px #228b2233;color:#fff;display:flex;flex-shrink:0;font-size:1.4rem;font-weight:700;height:54px;justify-content:center;position:relative;width:54px}.conversation-avatar:after{background:#44d62c;border:2px solid #fff;border-radius:50%;bottom:2px;content:"";height:12px;position:absolute;right:2px;width:12px}.conversation-info{flex:1 1;min-width:0}.conversation-header{align-items:baseline;display:flex;justify-content:space-between;margin-bottom:.4rem}.conversation-header h4{color:#1a1a1a;font-size:1.05rem;font-weight:600;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conversation-time{color:#999;font-size:.75rem;font-weight:500;margin-left:.5rem;white-space:nowrap}.conversation-preview{color:#666;font-size:.875rem;line-height:1.4;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.unread-badge{align-items:center;animation:badge-pulse 2s ease-in-out infinite;background:linear-gradient(135deg,#ff3b30,#ff6b60);box-shadow:0 2px 6px #ff3b304d;display:flex;font-size:.7rem;height:22px;justify-content:center;min-width:22px;padding:0 .4rem;position:absolute;right:1rem;top:50%;transform:translateY(-50%)}@keyframes badge-pulse{0%,to{transform:translateY(-50%) scale(1)}50%{transform:translateY(-50%) scale(1.1)}}.message-thread{background:#fafafa;display:flex;flex-direction:column;height:100%}.message-thread-header{align-items:center;background:#fff;border-bottom:1px solid #e8e8e8;box-shadow:0 1px 3px #0000000a;display:flex;gap:1.25rem;padding:1.5rem 2rem}.back-to-conversations{align-items:center;background:#f0f0f0;border:none;border-radius:50%;cursor:pointer;display:none;flex-shrink:0;font-size:1.3rem;height:42px;justify-content:center;transition:all .2s ease;width:42px}.chat-selected .back-to-conversations{display:flex}.back-to-conversations:hover{background:#e0e0e0;transform:scale(1.05)}.thread-header-avatar{align-items:center;background:linear-gradient(135deg,#228b22,#2e7d32);background:linear-gradient(135deg,var(--fixxa-primary,#228b22) 0,#2e7d32 100%);border-radius:50%;box-shadow:0 3px 10px #228b2233;color:#fff;display:flex;font-size:1.4rem;font-weight:700;height:54px;justify-content:center;width:54px}.thread-header-info{flex:1 1;min-width:0}.message-thread-header h3{color:#1a1a1a;font-size:1.25rem;font-weight:700;margin:0}.thread-header-email{align-items:center;color:#888;display:flex;font-size:.875rem;gap:.3rem;margin:.3rem 0 0}.thread-header-email:before{content:"✉️";font-size:.9rem}.send-quote-btn{align-items:center;background:linear-gradient(135deg,#2196f3,#1976d2);border:none;border-radius:10px;box-shadow:0 3px 10px #2196f34d;color:#fff;cursor:pointer;display:flex;font-size:.95rem;font-weight:600;gap:.4rem;padding:.75rem 1.5rem;transition:all .2s ease;white-space:nowrap}.send-quote-btn:hover{background:linear-gradient(135deg,#1976d2,#1565c0);box-shadow:0 5px 15px #2196f366;transform:translateY(-2px)}.send-quote-btn:active{transform:translateY(0)}.worker-messages-list{background:linear-gradient(180deg,#fafafa 0,#f5f5f5);display:flex;flex:1 1;flex-direction:column;gap:1.25rem;overflow-y:auto;padding:2rem}.conversations-list::-webkit-scrollbar,.worker-messages-list::-webkit-scrollbar{width:8px}.conversations-list::-webkit-scrollbar-track,.worker-messages-list::-webkit-scrollbar-track{background:#f1f1f1}.conversations-list::-webkit-scrollbar-thumb,.worker-messages-list::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.conversations-list::-webkit-scrollbar-thumb:hover,.worker-messages-list::-webkit-scrollbar-thumb:hover{background:#aaa}.message-bubble{word-wrap:break-word;animation:messageSlideIn .3s ease;border-radius:16px;box-shadow:0 2px 8px #00000014;max-width:65%;padding:1rem 1.25rem;position:relative}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message-bubble p{font-size:.95rem;line-height:1.6;margin:0}.message-bubble.sent{align-self:flex-end;background:linear-gradient(135deg,#228b22,#2e7d32);background:linear-gradient(135deg,var(--fixxa-primary,#228b22) 0,#2e7d32 100%);border-bottom-right-radius:4px;color:#fff}.message-bubble.received{align-self:flex-start;background:#fff;border:1px solid #e8e8e8;border-bottom-left-radius:4px;color:#333}.message-image{border-radius:12px;box-shadow:0 2px 8px #0000001a;display:block;margin-bottom:.75rem;max-width:100%;transition:transform .2s ease}.message-image:hover{transform:scale(1.02)}.message-time{display:block;font-size:.7rem;font-weight:500;margin-top:.5rem;opacity:.75}.message-bubble.sent .message-time{text-align:right}.message-bubble.received .message-time{color:#999}.message-input-form{background:#fff;border-top:1px solid #e8e8e8;box-shadow:0 -2px 10px #00000008;display:flex;flex-direction:column;gap:1rem;padding:1.5rem 2rem}.message-error{align-items:center;background:#ffebee;border:1px solid #ffcdd2;border-radius:10px;color:#c62828;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:.875rem 1rem}.message-error:before{content:"⚠️";font-size:1.2rem}.message-input-form textarea{background:#fafafa;border:2px solid #e8e8e8;border-radius:12px;font-family:inherit;font-size:.95rem;min-height:80px;padding:1rem;resize:vertical;transition:all .2s ease;width:100%}.message-input-form textarea:focus{background:#fff;border-color:#228b22;border-color:var(--fixxa-primary,#228b22);box-shadow:0 0 0 3px #228b221a;outline:none}.message-input-form button{align-self:flex-end;background:linear-gradient(135deg,#228b22,#2e7d32);background:linear-gradient(135deg,var(--fixxa-primary,#228b22) 0,#2e7d32 100%);border:none;border-radius:12px;box-shadow:0 3px 10px #228b224d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;overflow:hidden;padding:.875rem 2.5rem;position:relative;transition:all .2s ease}.message-input-form button:before{content:"📤";font-size:1.1rem;margin-right:.5rem}.message-input-form button:after{background:#ffffff4d;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;width:0}.message-input-form button:hover:not(:disabled):after{height:300px;width:300px}.message-input-form button:hover:not(:disabled){background:linear-gradient(135deg,#2e7d32,#1b5e20);box-shadow:0 5px 15px #228b2266;transform:translateY(-2px)}.message-input-form button:active:not(:disabled){transform:translateY(0)}.message-input-form button:disabled{background:linear-gradient(135deg,#ccc,#bbb);box-shadow:none;cursor:not-allowed;opacity:.6}.no-conversation-selected{align-items:center;background:linear-gradient(180deg,#fafafa 0,#f5f5f5);color:#999;display:flex;flex-direction:column;height:100%;justify-content:center;padding:3rem;text-align:center}.no-conversation-icon{animation:float 3s ease-in-out infinite;filter:grayscale(.3);font-size:5rem;margin-bottom:1.5rem}.no-conversation-selected h3{color:#555;font-size:1.5rem;font-weight:700;margin:0 0 .75rem}.no-conversation-selected p{color:#888;font-size:1rem;line-height:1.6;margin:0;max-width:320px}@media (max-width:1024px){.messages-container{grid-template-columns:320px 1fr}}@media (max-width:768px){.messages-container{border-radius:12px;grid-template-columns:1fr;height:calc(100vh - 120px)}.conversations-list{display:none}.conversations-list.mobile-show{display:flex}.message-thread{display:none}.message-thread.mobile-show{display:flex}.message-bubble{max-width:80%}.conversations-list h3{font-size:1.2rem;padding:1.25rem 1rem}.conversation-item{margin:.25rem;padding:1rem}.message-thread-header{flex-wrap:wrap;padding:1.25rem 1rem}.send-quote-btn{justify-content:center;margin-top:.75rem;order:3;width:100%}.worker-messages-list{padding:1.25rem 1rem}.message-input-form{padding:1rem}.message-input-form textarea{min-height:70px}.message-input-form button{font-size:.95rem;padding:.75rem 1.75rem}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.conversation-item.loading{animation:shimmer 2s linear infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:1000px 100%}.dashboard{background:#f4f4f4;font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;max-width:100vw;min-height:100vh;overflow-x:hidden;width:100%}.dashboard-header{background:linear-gradient(90deg,#228b22 0,#228b22cc);box-shadow:0 2px 8px #0000001a;padding:1.5rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}.dashboard-header h1{font-size:1.8rem;font-weight:600;margin:0}.dashboard-header p{font-size:.95rem;margin:.25rem 0 0;opacity:.9}.btn-logout{background:#fff;border:none;border-radius:8px;color:#228b22;cursor:pointer;font-weight:600;padding:.7rem 1.5rem;transition:all .2s ease}.btn-logout:hover{background:#f0f0f0;box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.registration-banner{align-items:center;animation:slideDown .4s ease-out;border-radius:12px;box-shadow:0 4px 16px #0000001a;display:flex;gap:1.5rem;margin:1.5rem 2rem;padding:1.5rem 2rem}.registration-banner.incomplete{background:linear-gradient(135deg,#fff3cd,#fff9e6);border:2px solid #ffc107}.registration-banner.complete{background:linear-gradient(135deg,#d4edda,#e8f5e9);border:2px solid #28a745}.registration-banner .banner-icon{animation:pulse 2s ease-in-out infinite;flex-shrink:0;font-size:3rem}.registration-banner .banner-content{flex:1 1}.registration-banner h3{color:#333;font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.registration-banner.incomplete h3{color:#856404}.registration-banner.complete h3{color:#155724}.registration-banner p{color:#666;font-size:.95rem;line-height:1.5;margin:0}.btn-complete-registration{background:#228b22;border:none;border-radius:8px;color:#fff;cursor:pointer;flex-shrink:0;font-size:1rem;font-weight:600;padding:.875rem 1.75rem;transition:all .2s ease;white-space:nowrap}.btn-complete-registration:hover{background:#1b7a1b;box-shadow:0 6px 16px #228b224d;transform:translateY(-2px)}.btn-complete-registration:active{transform:translateY(0)}.dashboard-nav{background:#fff;border-bottom:2px solid #e0e0e0;display:flex;overflow-x:auto;padding:0 2rem;position:-webkit-sticky;position:sticky;top:84px;z-index:99}.dashboard-nav button{background:none;border:none;border-bottom:3px solid #0000;color:#666;cursor:pointer;font-size:1rem;font-weight:500;padding:1rem 1.5rem;position:relative;transition:all .2s ease;white-space:nowrap}.dashboard-nav button:hover{background:#f8f9fa;color:#228b22}.dashboard-nav button.active{border-bottom-color:#228b22;color:#228b22;font-weight:600}.dashboard-nav button .badge{background:#dc3545;border-radius:10px;color:#fff;font-size:.7rem;font-weight:700;min-width:18px;padding:2px 6px;position:absolute;right:4px;text-align:center;top:8px}.dashboard-content{margin:0 auto;max-width:1200px;padding:2rem}.dashboard-error,.dashboard-loading{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh;text-align:center}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#228b22;height:50px;margin-bottom:1rem;width:50px}.dashboard-error p{color:#dc3545;font-size:1.1rem;margin-bottom:1rem}.dashboard-error button{background:#228b22;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.7rem 1.5rem}.profile-summary-card{background:#fff;border-radius:12px;box-shadow:0 4px 10px #0000001a;margin-bottom:2rem;padding:2rem}.profile-header{gap:1.5rem}.profile-image{flex-shrink:0}.profile-image img,.profile-placeholder{border-radius:50%;height:100px;object-fit:cover;width:100px}.profile-placeholder{align-items:center;background:linear-gradient(135deg,#228b22,#4caf50);color:#fff;display:flex;font-size:2.5rem;font-weight:600;justify-content:center}.profile-info h2{color:#333;font-size:1.8rem;margin:0 0 .5rem}.profile-info .speciality{color:#666;font-size:1.1rem;font-weight:500;margin:.25rem 0}.profile-info .location{color:#888;font-size:.95rem;margin:.25rem 0}.profile-badges{display:flex;gap:.5rem;margin-top:.75rem}.badge{border-radius:20px;font-size:.85rem;font-weight:600;padding:.4rem .8rem}.badge.verified{background:#28a745;color:#fff}.badge.certified{background:#1976d2;color:#fff}.availability-section{border-top:1px solid #e0e0e0;padding-top:1.5rem}.availability-section h3{color:#228b22;font-size:1.2rem;margin:0 0 1rem}.availability-controls{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.availability-toggle{background:#fff;border:2px solid #ccc;border-radius:8px;color:#666;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease}.availability-toggle.active{background:#228b22;border-color:#228b22;color:#fff}.availability-toggle:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.availability-controls select{background:#fff;border:1px solid #ccc;border-radius:8px;cursor:pointer;font-size:.95rem;padding:.75rem 1rem}.stats-section{margin-bottom:2rem}.stats-section h3{color:#228b22;font-size:1.3rem;margin:0 0 1rem}.stats-grid{grid-gap:1rem;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.stat-card{box-shadow:0 4px 10px #0000001a;text-align:center;transition:transform .2s ease}.stat-card:hover{box-shadow:0 6px 16px #00000026}.stat-icon{font-size:2rem;margin-bottom:.5rem}.stat-value{color:#228b22;font-size:2rem;margin:.5rem 0}.requests-section{margin-bottom:2rem}.requests-section h3{color:#228b22;font-size:1.3rem;margin:0 0 1rem}.requests-list{display:flex;flex-direction:column;gap:1rem}.request-card{background:#fff;border-left:4px solid #ffc107;border-radius:12px;box-shadow:0 4px 10px #0000001a;padding:1.5rem}.request-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.request-header h4{color:#333;font-size:1.1rem;margin:0}.request-card p{color:#555;font-size:.95rem;margin:.5rem 0}.request-card strong{color:#333;font-weight:600}.request-actions{display:flex;gap:.75rem;margin-top:1rem}.btn-approve{background:#28a745;padding:.7rem 1rem;transition:all .2s ease}.btn-approve:hover{background:#218838;box-shadow:0 4px 12px #28a7454d;transform:translateY(-2px)}.btn-decline{background:#dc3545;border:none;border-radius:8px;color:#fff;cursor:pointer;flex:1 1;font-weight:600;padding:.7rem 1rem;transition:all .2s ease}.btn-decline:hover{background:#c82333;box-shadow:0 4px 12px #dc35454d;transform:translateY(-2px)}.status-badge{padding:.35rem .8rem;text-align:center}.status-pending{border:1px solid #ffeaa7}.status-confirmed{background:#d1ecf1;border:1px solid #bee5eb;color:#0c5460}.status-in-progress{background:#fff3cd;border:1px solid #ffeaa7;color:#856404}.status-completed{border:1px solid #c3e6cb}.status-cancelled,.status-declined{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.recent-reviews-section{margin-bottom:2rem}.recent-reviews-section h3{color:#228b22;font-size:1.3rem;margin:0 0 1rem}.reviews-preview{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.review-card-mini{background:#fff;border-radius:8px;box-shadow:0 2px 6px #0000001a;padding:1rem}.review-card-mini .review-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.review-card-mini .rating{color:gold;font-size:.9rem}.review-card-mini p{color:#555;font-size:.95rem;margin:.5rem 0}.review-card-mini small{color:#999;font-size:.85rem}.btn-view-all{background:#228b22;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.8rem;transition:all .2s ease;width:100%}.btn-view-all:hover{background:#2d5016;box-shadow:0 4px 12px #228b224d;transform:translateY(-2px)}.profile-management{background:#fff;border-radius:12px;box-shadow:0 4px 10px #0000001a;padding:2rem}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.section-header h3{color:#228b22;font-size:1.3rem;margin:0}.btn-edit{background:#228b22;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.7rem 1.5rem;transition:all .2s ease}.btn-edit:hover{background:#2d5016;transform:translateY(-2px)}.btn-cancel{background:#6c757d;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.7rem 1.5rem;transition:all .2s ease}.btn-cancel:hover{background:#5a6268}.profile-form{display:flex;flex-direction:column;gap:1.5rem}.form-group input,.form-group select,.form-group textarea{background:#fff;border:2px solid #e0e0e0;padding:.8rem;transition:all .2s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#228b22;box-shadow:0 0 0 3px #228b221a}.form-group input:disabled,.form-group select:disabled,.form-group textarea:disabled{background:#f5f5f5;cursor:not-allowed;opacity:.7}.form-group textarea{min-height:100px}.form-row{grid-gap:1.5rem;gap:1.5rem;grid-template-columns:1fr 1fr}.btn-save{background:#228b22;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem;transition:all .2s ease}.btn-save:hover{background:#2d5016;box-shadow:0 4px 12px #228b224d;transform:translateY(-2px)}.certifications-management{background:#fff;border-radius:12px;box-shadow:0 4px 10px #0000001a;padding:2rem}.certifications-management h3{color:#228b22;font-size:1.3rem;margin:0 0 1.5rem}.upload-section{margin-bottom:2rem}.upload-area{background:#fafafa;border:2px dashed #ccc;border-radius:12px;cursor:pointer;display:block;padding:3rem;text-align:center;transition:all .3s ease}.upload-area:hover{background:#f0f8f0;border-color:#228b22}.upload-area input[type=file]{display:none}.upload-content{align-items:center;display:flex;flex-direction:column;gap:.5rem}.upload-icon{margin-bottom:.5rem}.upload-content p{color:#333;font-size:1rem;font-weight:600;margin:0}.upload-content small{color:#999;font-size:.85rem}.certifications-list{display:flex;flex-direction:column;gap:1rem}.cert-card{grid-gap:1rem;align-items:center;background:#f8f9fa;border-left:4px solid #28a745;border-radius:8px;display:grid;gap:1rem;grid-template-columns:1fr auto auto;padding:1rem}.cert-card.pending{border-left-color:#ffc107}.cert-info h4{color:#333;font-size:1rem}.cert-info h4,.cert-info p{margin:0 0 .25rem}.cert-info small{color:#999;font-size:.85rem}.cert-status-badge{align-items:center;display:flex}.btn-view{background:#17a2b8;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.5rem 1rem;transition:all .2s ease}.btn-view:hover{background:#138496}.btn-delete{background:#dc3545;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.5rem 1rem;transition:all .2s ease}.btn-delete:hover{background:#c82333}.bookings-management{background:#fff;border-radius:12px;box-shadow:0 4px 10px #0000001a;padding:2rem}.bookings-management h3{color:#228b22;font-size:1.3rem;margin:0 0 1.5rem}.bookings-table{overflow-x:auto}.bookings-table table{background:#fff;border-collapse:collapse;width:100%}.bookings-table td,.bookings-table th{border-bottom:1px solid #e0e0e0;padding:1rem;text-align:left}.bookings-table th{background:#f8f9fa;color:#333;font-weight:600}.bookings-table tr:hover{background:#f8f9fa}.cancelled-row{opacity:.6}.cancelled-row td{color:#999;text-decoration:line-through}.booking-actions{gap:.5rem}.reviews-section{box-shadow:0 4px 10px #0000001a}.reviews-section h3{font-size:1.3rem;margin:0 0 1.5rem}.reviews-summary{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.summary-card{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px solid #e0e0e0;border-radius:8px;padding:1.5rem;text-align:center}.summary-value{color:#228b22;font-size:2rem;font-weight:700;margin-bottom:.5rem}.summary-label{color:#666;font-size:.9rem;font-weight:500}.review-card{background:#f8f9fa;border-left:4px solid #228b22}.review-card .review-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1rem}.reviewer-info{display:flex;flex-direction:column;gap:.25rem}.reviewer-info strong{color:#333;font-size:1rem}.reviewer-info small{color:#999;font-size:.85rem}.review-rating{align-items:flex-end;display:flex;flex-direction:column;gap:.25rem}.review-rating .stars{color:gold;font-size:1.1rem}.review-rating .rating-value{color:#666;font-size:.9rem;font-weight:600}.review-text{line-height:1.5;margin:1rem 0}.review-categories{grid-gap:.75rem;border-top:1px solid #dee2e6;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-top:1rem;padding-top:1rem}.review-categories .category{display:flex;flex-direction:column;gap:.25rem}.category-label{color:#666;font-size:.85rem;font-weight:600}.category-rating{color:gold;font-size:.9rem}.no-data{background:#f8f9fa;border-radius:8px;font-size:1rem;padding:3rem}@media (max-width:900px){.dashboard-header{padding:1rem}.dashboard-header h1{font-size:1.5rem}.dashboard-nav{padding:0 1rem}.dashboard-content{padding:1rem}.profile-header{flex-direction:column;text-align:center}.form-row{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.cert-card{grid-template-columns:1fr}.cert-actions{justify-content:flex-start}.bookings-table{font-size:.9rem}.review-categories{grid-template-columns:1fr}}@media (max-width:600px){.dashboard-header{align-items:flex-start;flex-direction:column;gap:1rem;padding:1rem}.btn-logout,.header-right{width:100%}.registration-banner{flex-direction:column;gap:1rem;margin:1rem .5rem;padding:1rem}.registration-banner .banner-icon{font-size:2rem}.registration-banner h3{font-size:1.1rem}.registration-banner p{font-size:.9rem}.btn-complete-registration{padding:.875rem 1rem;text-align:center;white-space:normal;width:100%}.dashboard-nav{padding:0 .5rem}.dashboard-nav button{font-size:.9rem;padding:.75rem 1rem}.dashboard-content{padding:.5rem}.bookings-management,.certifications-management,.profile-management,.profile-summary-card,.reviews-section{padding:1rem}.stats-grid{grid-template-columns:1fr}.stat-card{padding:1rem}.availability-controls{flex-direction:column;width:100%}.availability-controls select,.availability-toggle{width:100%}.request-actions{flex-direction:column}.upload-area{padding:2rem 1rem}.bookings-table td,.bookings-table th{font-size:.85rem;padding:.5rem}.booking-actions{flex-direction:column}.booking-actions button{font-size:.85rem;padding:.5rem}.review-card{padding:1rem}.review-card .review-header{align-items:flex-start;flex-direction:column}.review-rating{align-items:flex-start}.reviews-summary{grid-template-columns:1fr}}@media print{.btn-approve,.btn-cancel,.btn-decline,.btn-delete,.btn-edit,.btn-logout,.btn-save,.dashboard-header,.dashboard-nav,.upload-section{display:none}.dashboard{background:#fff}.dashboard-content{padding:0}.registration-banner{flex-direction:column;gap:1rem;margin:1rem;padding:1.25rem 1rem}.registration-banner .banner-icon{font-size:2.5rem}.registration-banner h3{font-size:1.1rem}.registration-banner p{font-size:.9rem}.btn-complete-registration{padding:.75rem 1.5rem;width:100%}}.messages-tab{padding:2rem}.messages-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:2rem}.messages-section h3{color:#333;font-size:1.5rem;margin:0 0 1.5rem}.messages-container{align-items:center;display:flex;justify-content:center;min-height:400px}.coming-soon-message{max-width:500px;padding:3rem;text-align:center}.coming-soon-icon{font-size:4rem;margin-bottom:1rem}.coming-soon-message h4{color:#333;font-size:1.5rem;margin:0 0 1rem}.coming-soon-message p{color:#666;font-size:1rem;line-height:1.6;margin:.5rem 0}.getting-started-tab{margin:0 auto;max-width:1000px}.getting-started-tab>h1{color:#333;font-size:2rem;margin-bottom:2rem}.welcome-banner{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border-left:4px solid #228b22;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.welcome-banner h3{color:#2e7d32;font-size:1.3rem;margin:0 0 .5rem}.welcome-banner p{color:#1b5e20;font-size:1rem;line-height:1.6;margin:0}.video-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem;padding:2rem}.video-section h3{color:#228b22;font-size:1.2rem;margin:0 0 1.5rem}.video-container{border-radius:8px;height:0;margin-bottom:1rem;overflow:hidden;padding-bottom:56.25%;position:relative}.video-container iframe{border:none;height:100%;left:0;position:absolute;top:0;width:100%}.video-tip{color:#666;font-size:.9rem;margin:1rem 0 0;text-align:center}.quick-tips-section{background:#f8f9fa;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem}.quick-tips-section h3{color:#333;font-size:1.2rem;margin:0 0 1rem}.tips-list{color:#555;line-height:2;margin:0;padding-left:1.5rem}.tips-list li{margin-bottom:.75rem}.tips-list li strong{color:#333}.help-section{background:#e3f2fd;border-left:4px solid #2196f3;border-radius:8px;padding:1.5rem}.help-section h3{color:#1565c0;font-size:1.2rem;margin:0 0 .5rem}.help-section p{color:#0d47a1;line-height:1.6;margin:0 0 1rem}.btn-contact{background:#2196f3;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.7rem 1.5rem;transition:all .3s ease}.btn-contact:hover{background:#1976d2;box-shadow:0 4px 12px #2196f34d;transform:translateY(-2px)}@media (max-width:768px){.getting-started-tab>h1{font-size:1.5rem}.welcome-banner{padding:1rem}.video-section{padding:1.5rem}.quick-tips-section{padding:1rem}.tips-list{line-height:1.8}.help-section{padding:1rem}}.fixxa-tips-tab{margin:0 auto;max-width:1000px}.fixxa-tips-tab>h1{color:#333;font-size:2rem;margin-bottom:2rem}.tips-intro-banner{background:linear-gradient(135deg,#fff3e0,#ffe0b2);border-left:4px solid #ff9800;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.tips-intro-banner h3{color:#e65100;font-size:1.3rem;margin:0 0 .5rem}.tips-intro-banner p{color:#bf360c;font-size:1rem;line-height:1.6;margin:0}.tip-card{background:#fff;border-left:4px solid #ccc;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:1.5rem;padding:1.8rem}.tip-card h3{align-items:center;display:flex;font-size:1.2rem;gap:.5rem;margin:0 0 1rem}.tip-icon{font-size:1.5rem}.tip-impact{color:#555;font-size:1rem;line-height:1.7;margin:0 0 .8rem}.tip-description{border-left:3px solid #e0e0e0;color:#666;font-size:.95rem;line-height:1.6;margin:0;padding-left:1rem}.tip-green{border-left-color:#4caf50}.tip-green h3{color:#2e7d32}.tip-green .tip-description{border-left-color:#c8e6c9}.tip-blue{border-left-color:#2196f3}.tip-blue h3{color:#1565c0}.tip-blue .tip-description{border-left-color:#bbdefb}.tip-yellow{border-left-color:#ffc107}.tip-yellow h3{color:#f57f17}.tip-yellow .tip-description{border-left-color:#fff9c4}.tip-purple{border-left-color:#9c27b0}.tip-purple h3{color:#6a1b9a}.tip-purple .tip-description{border-left-color:#e1bee7}.tip-orange{border-left-color:#ff5722}.tip-orange h3{color:#d84315}.tip-orange .tip-description{border-left-color:#ffccbc}.tip-cyan{border-left-color:#00bcd4}.tip-cyan h3{color:#006064}.tip-cyan .tip-description{border-left-color:#b2ebf2}.tip-light-green{border-left-color:#8bc34a}.tip-light-green h3{color:#33691e}.tip-light-green .tip-description{border-left-color:#dcedc8}.example-message{background:#f3e5f5;border-radius:8px;margin-bottom:.8rem;padding:1rem}.example-label{color:#6a1b9a;font-size:.85rem;font-weight:600;margin:0 0 .3rem}.example-text{color:#4a148c;font-size:.95rem;font-style:italic;line-height:1.6;margin:0}.bonus-tip{background:linear-gradient(135deg,#f3e5f5,#e1bee7);border-left:4px solid #9c27b0;border-radius:12px;margin-bottom:1.5rem;padding:1.8rem}.bonus-tip h3{align-items:center;color:#6a1b9a;display:flex;font-size:1.2rem;gap:.5rem;margin:0 0 1rem}.bonus-tip p{color:#4a148c;font-size:1rem;line-height:1.7;margin:0}.tips-cta{background:#e8f5e9;border-left:4px solid #228b22;border-radius:8px;padding:1.5rem;text-align:center}.cta-text{color:#1b5e20;font-size:1.05rem;line-height:1.6;margin:0 0 1rem}.cta-buttons{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.btn-primary-cta{background:#228b22;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.8rem 2rem;transition:all .3s ease}.btn-primary-cta:hover{background:#1b5e20;box-shadow:0 4px 12px #228b224d;transform:translateY(-2px)}.btn-secondary-cta{background:#2196f3;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.8rem 2rem;transition:all .3s ease}.btn-secondary-cta:hover{background:#1976d2;box-shadow:0 4px 12px #2196f34d;transform:translateY(-2px)}@media (max-width:768px){.fixxa-tips-tab>h1{font-size:1.5rem}.tips-intro-banner{padding:1rem}.tip-card{padding:1.2rem}.tip-icon{font-size:1.3rem}.tip-description{padding-left:.75rem}.bonus-tip{padding:1.2rem}.cta-buttons{flex-direction:column;gap:.75rem}.btn-primary-cta,.btn-secondary-cta{width:100%}}.rules-guidelines-tab{margin:0 auto;max-width:1000px;padding:0 1rem}.rules-guidelines-tab h1{color:#333;font-size:2.25rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.rules-notice-banner{background:linear-gradient(135deg,#fff3cd,#ffe8a1);border-left:4px solid #ffc107;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.rules-notice-banner h3{color:#856404;font-size:1.25rem;margin:0 0 .5rem}.rules-notice-banner p{color:#856404;line-height:1.6;margin:0}.rule-section{margin-bottom:2.5rem}.rule-heading{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.rule-heading.rule-danger{color:#dc3545}.rule-heading.rule-success{color:#228b22}.rule-heading.rule-info{color:#17a2b8}.rule-heading.rule-secondary{color:#6c757d}.rule-heading.rule-purple{color:#6f42c1}.rule-heading.rule-warning{color:#fd7e14}.rule-card{background:#fff;border-radius:8px;box-shadow:0 2px 6px #00000014;margin-bottom:1rem;padding:1.5rem}.rule-card-danger{border:2px solid #dc3545}.rule-card-success{border:2px solid #28a745}.rule-card-info{border:2px solid #17a2b8}.rule-card-secondary{border:2px solid #6c757d}.rule-card-purple{border:2px solid #6f42c1}.rule-card-warning{border:2px solid #fd7e14}.rule-card h4{font-size:1.1rem;font-weight:600;margin:0 0 1rem}.rule-card-danger h4{color:#dc3545}.rule-card-success h4{color:#155724}.rule-list{line-height:2;margin:0;padding-left:1.5rem}.rule-list li{margin-bottom:.5rem}.rule-warning-box{background:#f8d7da;border-left:4px solid #dc3545;border-radius:4px;margin-top:1rem;padding:1rem}.rule-warning-box strong{color:#721c24;display:block;margin-bottom:.5rem}.rule-warning-box p{color:#721c24;line-height:1.6;margin:0}.rule-important-box{background:#fff3cd;border-left:4px solid #ffc107;border-radius:4px;margin:1rem 0;padding:1rem}.rule-important-box strong{color:#856404;display:block;margin-bottom:.5rem}.rule-important-box p{color:#856404;line-height:1.6;margin:0}.rule-danger-box{background:#f8d7da;border-left:4px solid #dc3545;border-radius:4px;margin-bottom:1rem;padding:1rem}.rule-danger-box strong{color:#721c24;display:block;margin-bottom:.5rem}.rule-danger-box p{color:#721c24;line-height:1.6;margin:0}.rule-explanation{color:#666;font-style:italic;line-height:1.6;margin-top:1rem}.consequences-section{background:#dc3545;border-radius:8px;color:#fff;margin-bottom:2rem;padding:1.5rem}.consequences-section h3{color:#fff;font-size:1.5rem;margin-bottom:1rem;margin-top:0}.consequences-content{background:#ffffff1a;border-radius:8px;margin-top:1rem;padding:1.5rem}.consequence-level{margin-bottom:1.5rem}.consequence-level:last-child{margin-bottom:0}.consequence-level h4{color:#fff;font-size:1.15rem;margin-bottom:.75rem;margin-top:0}.consequence-level ul{line-height:2;margin:0;padding-left:1.5rem}.consequence-level li{margin-bottom:.5rem}.acknowledgment-section{background:linear-gradient(135deg,#228b22,#1e7a1e);border-radius:8px;color:#fff;margin-bottom:2rem;padding:1.5rem;text-align:center}.acknowledgment-section h3{color:#fff;font-size:1.5rem;margin:0 0 1rem}.acknowledgment-section p{font-size:1.05rem;line-height:1.6;margin:0}.acknowledgment-section .last-updated{font-size:.95rem;font-style:italic;margin-top:1rem;opacity:.9}@media (max-width:768px){.rules-guidelines-tab{padding:0 .5rem}.rules-guidelines-tab h1{font-size:1.75rem}.rule-heading{font-size:1.25rem}.acknowledgment-section,.consequences-section,.rule-card,.rules-notice-banner{padding:1rem}.rule-list{line-height:1.8;padding-left:1.2rem}.consequences-content{padding:1rem}}.contact-feedback-tab{margin:0 auto;max-width:900px;padding:0 1rem}.contact-feedback-tab h1{color:#333;font-size:2.25rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.contact-section,.submissions-section,.suggestions-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;margin-bottom:2rem;padding:2rem}.contact-section h3,.submissions-section h3,.suggestions-section h3{color:#333;font-size:1.5rem;font-weight:600;margin:0 0 .75rem}.section-description{color:#666;line-height:1.6;margin-bottom:1.5rem}.contact-form,.suggestion-form{margin-bottom:1rem}.form-group label{font-size:1rem}.form-select,.form-textarea{border:2px solid #ddd;border-radius:8px;font-family:inherit;font-size:1rem;padding:.75rem;transition:border-color .3s ease;width:100%}.form-select:focus,.form-textarea:focus{border-color:#667eea;outline:none}.form-textarea{min-height:120px;resize:vertical}.form-hint{color:#666;display:block;font-size:.85rem;line-height:1.4;margin-top:.5rem}.btn-submit{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;padding:.9rem 1.5rem;transition:all .3s ease;width:100%}.btn-submit-contact{background:#228b22;color:#fff}.btn-submit-contact:hover{background:#1e7a1e;box-shadow:0 4px 12px #228b224d;transform:translateY(-2px)}.btn-submit-suggestion{background:#17a2b8;color:#fff}.btn-submit-suggestion:hover{background:#138496;box-shadow:0 4px 12px #17a2b84d;transform:translateY(-2px)}.status-message{animation:slideDown .3s ease;border-radius:8px;font-weight:500;margin-top:1rem;padding:1rem}.status-success{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.status-error{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.submissions-list{display:flex;flex-direction:column;gap:1rem}.no-submissions{color:#999;padding:3rem 2rem;text-align:center}.no-submissions p{font-size:1.1rem;margin:0 0 .5rem}.no-submissions small{color:#aaa;font-size:.9rem}.submission-card{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:1rem;transition:all .3s ease}.submission-card:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea26}.submission-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.submission-type{border-radius:20px;display:inline-block;font-size:.85rem;font-weight:600;padding:.25rem .75rem}.type-contact{background:#e8f5e9;color:#2e7d32}.type-suggestion{background:#e3f2fd;color:#1565c0}.submission-date{color:#666;font-size:.85rem}.submission-body{margin-bottom:.75rem}.submission-body strong{color:#333;font-size:1rem}.submission-footer{display:flex;justify-content:flex-end}.submission-status{border-radius:20px;display:inline-block;font-size:.8rem;font-weight:500;padding:.25rem .75rem}.status-submitted{background:#d1ecf1;color:#0c5460}@media (max-width:768px){.contact-feedback-tab{padding:0 .5rem}.contact-feedback-tab h1{font-size:1.75rem}.contact-section,.submissions-section,.suggestions-section{padding:1.5rem}.contact-section h3,.submissions-section h3,.suggestions-section h3{font-size:1.25rem}.form-select,.form-textarea{font-size:.95rem}.btn-submit{padding:.8rem 1.25rem}.submission-header{align-items:flex-start;flex-direction:column;gap:.5rem}.no-submissions{padding:2rem 1rem}}.star-rating{align-items:center;display:flex;gap:.5rem}.stars-container{display:flex;gap:.25rem}.star{-webkit-user-select:none;user-select:none}.star-rating.readonly .star{cursor:default}.star-rating.small .star{font-size:1rem}.star-rating.medium .star{font-size:1.5rem}.star-rating.large .star{font-size:2rem}.star.empty{color:#ddd}.star.filled{color:#ffc107}.star.half-filled{color:#ffc107;opacity:.5}.star-rating.interactive .star:hover{transform:scale(1.2)}.star-rating.interactive .star:active{transform:scale(1.1)}.rating-label{color:#666;font-weight:600;min-width:120px}.rating-value{color:#666;font-size:.9rem;margin-left:.5rem}.star:focus{border-radius:2px;outline:2px solid #228b22;outline-offset:2px}.toast{animation:slideIn .3s ease-out;bottom:2rem;max-width:500px;position:fixed;right:2rem;z-index:10000}.toast-icon{flex-shrink:0;font-size:1.5rem;font-weight:700}.toast-message{flex:1 1;font-size:.95rem;line-height:1.4}.toast-close{color:inherit;flex-shrink:0;opacity:.7;transition:opacity .2s}.toast-close:hover{opacity:1}.toast-success{background:#4caf50;color:#fff}.toast-error{background:#f44336;color:#fff}.toast-warning{background:#ff9800;color:#fff}.toast-info{background:#2196f3;color:#fff}@media (max-width:768px){.toast{bottom:1rem;left:1rem;max-width:none;min-width:0;min-width:auto;right:1rem}}.file-upload{width:100%}.upload-trigger{align-items:center;background:#f0f0f0;border:2px dashed #ddd;border-radius:8px;color:#666;cursor:pointer;display:flex;font-size:1rem;gap:.5rem;justify-content:center;padding:.75rem 1.5rem;transition:all .2s;width:100%}.upload-trigger:hover:not(:disabled){background:#e8f5e9;border-color:#228b22;color:#228b22}.upload-trigger:disabled{cursor:not-allowed;opacity:.6}.upload-icon{font-size:1.5rem}.upload-error{background:#ffebee;border-radius:6px;color:#c62828;font-size:.9rem;margin-top:.5rem;padding:.5rem}.upload-previews{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));margin-top:1rem}.preview-item{background:#f9f9f9;border:2px solid #e0e0e0;border-radius:8px;overflow:hidden;position:relative}.preview-image{display:block;height:120px;object-fit:cover;width:100%}.preview-file{align-items:center;display:flex;flex-direction:column;height:120px;justify-content:center;padding:1rem;text-align:center}.file-icon{font-size:2rem;margin-bottom:.5rem}.file-name{color:#666;font-size:.75rem;word-break:break-word}.remove-file{align-items:center;background:#fffffff2;border:none;border-radius:50%;box-shadow:0 2px 4px #0003;color:#d32f2f;cursor:pointer;display:flex;font-size:1.5rem;height:28px;justify-content:center;position:absolute;right:4px;top:4px;transition:all .2s;width:28px}.remove-file:hover:not(:disabled){background:#d32f2f;color:#fff;transform:scale(1.1)}.remove-file:disabled{cursor:not-allowed;opacity:.6}.upload-hint{color:#999;font-size:.85rem;font-style:italic;margin-top:.5rem}@media (max-width:768px){.upload-previews{grid-template-columns:repeat(3,1fr)}}@media (max-width:480px){.upload-previews{grid-template-columns:repeat(2,1fr)}}.client-dashboard{background-color:#f6f3f0;font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;max-width:100vw;min-height:100vh;overflow-x:hidden;padding:2rem;width:100%}.loading-container{min-height:60vh}.profile-header{background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000001a;justify-content:space-between;margin-bottom:2rem;padding:2rem}.profile-header,.profile-info{align-items:center;display:flex}.profile-info{gap:1.5rem}.profile-avatar img{border:3px solid #228b22;border-radius:50%;height:120px;object-fit:cover;width:120px}.profile-details h2{color:#228b22;font-size:1.8rem;margin:0 0 .5rem}.profile-email{color:#666;font-size:1rem;margin:.25rem 0}.member-since{color:#999;font-size:.9rem;margin:.25rem 0}.logout-btn{background:#dc3545;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:background .2s}.logout-btn:hover{background:#b52b37}.tiles-container{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.tile{align-items:center;background:#f9f9f9;border-radius:12px;box-shadow:0 3px 8px #0000001a;color:#262626;cursor:pointer;display:flex;flex-direction:column;padding:2rem 1.5rem;position:relative;text-align:center;text-decoration:none;transition:all .2s}.tile:hover:not(.tile-disabled){background:#228b22;box-shadow:0 6px 12px #00000026;color:#fff;transform:translateY(-3px)}.tile-disabled{cursor:not-allowed;opacity:.6}.tile-icon{font-size:2.5rem;margin-bottom:.5rem}.tile h3{font-size:1.1rem;font-weight:600;margin:.5rem 0 0}.notification-badge{align-items:center;background:#dc3545;border-radius:50%;box-shadow:0 2px 4px #0003;color:#fff;display:flex;font-size:12px;font-weight:700;height:24px;justify-content:center;position:absolute;right:10px;top:10px;width:24px}.error-message{background:#ffebee;border-left:4px solid #dc3545;color:#c62828;margin-bottom:1.5rem}.bookings-section{background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000001a;padding:2rem}.bookings-section h3{color:#228b22;font-size:1.5rem;margin:0 0 1.5rem}.empty-state{background:#f9f9f9;border:2px dashed #ddd;border-radius:8px;padding:3rem 2rem}.btn-primary{background:linear-gradient(135deg,#228b22,#228b22cc);padding:.75rem 2rem;transition:transform .2s}.btn-primary:disabled{opacity:.6}.btn-secondary{background:#f0f0f0;border:1px solid #ddd;border-radius:6px;color:#333;font-size:.9rem;font-weight:500;padding:.5rem 1.5rem;transition:background .2s}.btn-secondary:hover:not(:disabled){background:#e0e0e0}.btn-secondary:disabled{cursor:not-allowed;opacity:.5}.bookings-list{display:flex;flex-direction:column;gap:1.5rem}.booking-card{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;transition:box-shadow .2s}.booking-card:hover{box-shadow:0 4px 12px #0000001a}.booking-header{border-bottom:1px solid #e0e0e0}.booking-title h4{color:#262626}.worker-name{font-size:.95rem}.status-badge{padding:.4rem 1rem}.status-pending{background:#fff8e1;border:1px solid #ffecb3;color:#f57c00}.status-confirmed{background:#e3f2fd;border:1px solid #bbdefb;color:#1976d2}.status-completed{background:#e8f5e9;border:1px solid #c8e6c9;color:#388e3c}.status-cancelled{background:#ffebee;border:1px solid #ffcdd2;color:#d32f2f}.status-reschedule{background:#e1f5fe;border:1px solid #b3e5fc;color:#0277bd}.status-cancellation{background:#fce4ec;border:1px solid #f8bbd0;color:#c2185b}.status-default{background:#f5f5f5;border:1px solid #e0e0e0;color:#666}.detail-row{gap:.5rem}.detail-row .label{min-width:100px}.detail-row .value{color:#262626;flex:1 1}.booking-actions{border-top:1px solid #e0e0e0}.completion-requests-section{background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000001a;margin-bottom:2rem;padding:2rem}.completion-requests-section h3{color:#228b22;font-size:1.5rem;margin:0 0 .5rem}.completion-requests-list{display:flex;flex-direction:column;gap:1.5rem}.completion-request-card{background:#f9f9f9;border:2px solid #ffc107;border-radius:8px;box-shadow:0 2px 8px #ffc10733;padding:1.5rem}.completion-header{align-items:flex-start;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.completion-title h4{color:#262626;font-size:1.2rem;margin:0 0 .25rem}.completion-date{color:#666;font-size:.9rem;white-space:nowrap}.completion-notes{background:#fff;border-left:3px solid #228b22;border-radius:6px;margin-bottom:1rem;padding:1rem}.completion-notes strong{color:#228b22;display:block;margin-bottom:.5rem}.completion-notes p{color:#262626;line-height:1.5;margin:0}.completion-photos{margin-bottom:1rem}.completion-photos strong{color:#666;display:block;margin-bottom:.5rem}.photo-grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.completion-photo-thumbnail{border:2px solid #e0e0e0;border-radius:6px;cursor:pointer;height:100px;object-fit:cover;transition:transform .2s,box-shadow .2s;width:100%}.completion-photo-thumbnail:hover{box-shadow:0 4px 12px #0003;transform:scale(1.05)}.completion-actions{border-top:1px solid #e0e0e0;display:flex;gap:.75rem;padding-top:1rem}.btn-approve{background:#228b22;border:none;border-radius:8px;color:#fff;cursor:pointer;flex:1 1;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s}.btn-approve:hover:not(:disabled){background:#1a6b1a;box-shadow:0 4px 12px #228b224d;transform:translateY(-2px)}.btn-approve:disabled{cursor:not-allowed;opacity:.6;transform:none}.btn-reject{background:#dc3545;border:none;border-radius:8px;color:#fff;cursor:pointer;flex:1 1;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s}.btn-reject:hover:not(:disabled){background:#b52b37;box-shadow:0 4px 12px #dc35454d;transform:translateY(-2px)}.btn-reject:disabled{cursor:not-allowed;opacity:.6;transform:none}.modal-overlay{background:#000000b3}.modal-header{border-bottom:1px solid #e0e0e0;padding:1.5rem}.modal-header h3{color:#228b22;font-size:1.3rem}.modal-close{border-radius:4px;height:32px;line-height:1;transition:background .2s;width:32px}.modal-body,.modal-footer{padding:1.5rem}.modal-footer{border-top:1px solid #e0e0e0}.approval-details,.rejection-details{background:#f9f9f9;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.approval-details p,.rejection-details p{color:#262626;margin:.5rem 0}.rating-section{text-align:center}.rating-section h4{color:#262626;font-size:1.1rem;margin:0 0 1rem}.rating-section .star-rating{justify-content:center;margin-bottom:1rem}.feedback-hint,.rating-hint{color:#666;font-size:.9rem;font-style:italic;margin:1rem 0 0}.feedback-section h4{color:#262626;font-size:1.1rem;margin:0 0 1rem}.feedback-textarea{border:1px solid #ddd;border-radius:6px;font-family:inherit;font-size:1rem;min-height:120px;padding:.75rem;resize:vertical;width:100%}.feedback-textarea:focus{border-color:#228b22;box-shadow:0 0 0 3px #228b221a;outline:none}.feedback-textarea:disabled{background:#f5f5f5;cursor:not-allowed}.modal-overlay.photo-modal{background:#000000e6}.photo-modal-content{align-items:center;display:flex;justify-content:center;max-height:90vh;max-width:90vw;position:relative}.photo-modal-image{border-radius:8px;max-height:90vh;max-width:100%;object-fit:contain}.photo-nav{align-items:center;background:#ffffffe6;border:none;border-radius:50%;color:#262626;cursor:pointer;display:flex;font-size:3rem;height:60px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s;width:60px}.photo-nav:hover{background:#fff;transform:translateY(-50%) scale(1.1)}.photo-prev{left:1rem}.photo-next{right:1rem}.photo-counter{background:#000000b3;border-radius:20px;bottom:1rem;color:#fff;font-size:.9rem;left:50%;padding:.5rem 1rem;position:absolute;transform:translateX(-50%)}.photo-modal .modal-close{background:#ffffffe6;color:#262626;font-size:2rem;position:absolute;right:1rem;top:1rem;z-index:10}.photo-modal .modal-close:hover{background:#fff}.reviews-section{background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000001a;margin-bottom:2rem;padding:2rem}.reviews-section h3{color:#228b22;font-size:1.5rem;margin:0 0 .5rem}.reviews-list{display:flex;flex-direction:column;gap:1.5rem}.review-card{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;transition:box-shadow .2s}.review-card:hover{box-shadow:0 4px 12px #0000001a}.review-header{align-items:flex-start;border-bottom:1px solid #e0e0e0;margin-bottom:1rem;padding-bottom:1rem}.review-title h4{color:#262626;font-size:1.2rem;margin:0 0 .25rem}.review-meta{align-items:flex-end;display:flex;flex-direction:column;gap:.5rem}.review-text{margin-bottom:1rem}.review-text p{color:#262626;font-size:1rem;line-height:1.6;margin:0}.review-breakdown{background:#fff;border:1px solid #e0e0e0;border-radius:6px;margin-bottom:1rem;padding:1rem}.review-breakdown strong{color:#666;display:block;font-size:.9rem;margin-bottom:.75rem}.rating-breakdown-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.breakdown-item{align-items:center;display:flex}.review-actions{border-top:1px solid #e0e0e0;display:flex;gap:.75rem;padding-top:1rem}.job-history-section{background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000001a;margin-bottom:2rem;padding:2rem;scroll-margin-top:2rem}.job-history-section h3{color:#228b22;font-size:1.5rem;margin:0 0 .5rem}.section-subtitle{font-size:.95rem;margin:0 0 1.5rem}.modal-large{max-width:700px}.edit-review-details{background:#f9f9f9;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.edit-review-details p{color:#262626;margin:.5rem 0}.multi-rating-section{margin:1.5rem 0}.multi-rating-section h4{color:#262626;font-size:1.1rem;margin:0 0 1rem}.multi-rating-grid{background:#f9f9f9;border-radius:8px;display:flex;flex-direction:column;gap:1rem;padding:1rem}.review-text-section{margin-top:1.5rem}.review-text-section h4{color:#262626;font-size:1.1rem;margin:0 0 1rem}.review-textarea{border:1px solid #ddd;border-radius:6px;font-family:inherit;font-size:1rem;min-height:150px;padding:.75rem;resize:vertical;width:100%}.review-textarea:focus{border-color:#228b22;box-shadow:0 0 0 3px #228b221a;outline:none}.review-textarea:disabled{background:#f5f5f5;cursor:not-allowed}.review-hint{color:#666;font-size:.9rem;font-style:italic;margin:.75rem 0 0}.btn-warning{background:#ff9800;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s}.btn-warning:hover:not(:disabled){background:#f57c00;box-shadow:0 4px 12px #ff98004d;transform:translateY(-2px)}.btn-warning:disabled{cursor:not-allowed;opacity:.6}.btn-danger{background:#d32f2f}.btn-danger:hover:not(:disabled){background:#b71c1c;box-shadow:0 4px 12px #d32f2f4d}.btn-danger:disabled{cursor:not-allowed;opacity:.6}.booking-details-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.detail-section{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;padding:1rem}.detail-section.full-width{grid-column:1/-1}.detail-section h4{border-bottom:2px solid #228b22;color:#228b22;font-size:1.1rem;margin:0 0 1rem;padding-bottom:.5rem}.detail-section p{color:#262626;line-height:1.6;margin:0}.detail-item{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:.5rem 0}.detail-item:last-child{border-bottom:none}.detail-item .label{color:#666;font-weight:600}.detail-item .value{color:#262626;text-align:right}.cancel-warning{background:#fff3e0;border-left:4px solid #ff9800;border-radius:6px;margin-bottom:1.5rem;padding:1.5rem}.cancel-warning p{color:#262626;margin:.5rem 0}.warning-text{color:#666;font-size:.95rem}.reschedule-info{background:#f9f9f9;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.reschedule-info p{color:#262626;margin:.5rem 0}.reschedule-form{margin-top:1.5rem}.reschedule-form h4{color:#262626;font-size:1.1rem;margin:0 0 1rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);margin-bottom:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#666;font-size:.95rem}.form-input{border:1px solid #ddd;border-radius:6px;font-family:inherit;font-size:1rem;padding:.75rem;transition:border-color .2s,box-shadow .2s}.form-input:focus{border-color:#228b22;box-shadow:0 0 0 3px #228b221a;outline:none}.form-input:disabled{background:#f5f5f5;cursor:not-allowed}@media (max-width:768px){.client-dashboard{padding:1rem}.profile-header{gap:1.5rem}.profile-header,.profile-info{flex-direction:column;text-align:center}.profile-details h2{font-size:1.5rem}.tiles-container{grid-template-columns:repeat(2,1fr)}.booking-header{align-items:flex-start;gap:.75rem}.booking-actions,.booking-header{flex-direction:column}.booking-actions button{width:100%}.completion-header{gap:.75rem}.completion-actions,.completion-header{flex-direction:column}.completion-actions button{width:100%}.photo-grid{grid-template-columns:repeat(3,1fr)}.modal-footer{flex-direction:column}.modal-footer button{width:100%}.photo-nav{font-size:2rem;height:50px;width:50px}.review-header{flex-direction:column;gap:1rem}.review-meta{align-items:flex-start}.rating-breakdown-grid{grid-template-columns:1fr}.multi-rating-grid .star-rating{align-items:flex-start;flex-direction:column}.booking-details-grid,.form-row{grid-template-columns:1fr}}@media (max-width:480px){.tiles-container{grid-template-columns:1fr}.profile-avatar img{height:100px;width:100px}.photo-grid{grid-template-columns:repeat(2,1fr)}}.service-page{background:#f5f5f5;min-height:100vh}.search-section{background:linear-gradient(135deg,#1d7a91,#2596b3);color:#fff;padding:3rem 2rem;text-align:center}.search-section h1{font-size:2.5rem;font-weight:600;margin-bottom:2rem}.search-form{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:0 auto;max-width:1200px}.search-form button,.search-form input,.search-form select{border:none;border-radius:8px;font-size:1rem;min-width:180px;padding:.75rem 1rem}.search-form select:disabled{cursor:not-allowed;opacity:.6}.suburb-input-container{min-width:200px;position:relative}.suburb-input-container input{border:none;border-radius:8px;font-size:1rem;padding:.75rem 1rem;width:100%}.suburb-dropdown{background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 12px #00000026;left:0;margin-top:.25rem;max-height:300px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}.suburb-option{color:#333;cursor:pointer;padding:.75rem 1rem;transition:background .2s}.suburb-option:hover{background:#f0f0f0}.search-form button{background:#28a745;color:#fff;cursor:pointer;font-weight:600;transition:all .3s}.search-form button:hover{background:#218838;box-shadow:0 4px 8px #0003;transform:translateY(-2px)}.results-section{margin:0 auto;max-width:1400px;padding:2rem}.results-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem}.results-header h2{color:#333;font-size:1.75rem}.sort-controls{align-items:center;display:flex;gap:.5rem}.sort-controls label{color:#666;font-weight:500}.sort-controls button{background:#fff;border:1px solid #ddd;border-radius:6px;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:all .2s}.sort-controls button:hover{border-color:#1d7a91;color:#1d7a91}.sort-controls button.active{background:#1d7a91;border-color:#1d7a91;color:#fff}.workers-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.worker-card-wrapper{position:relative}.worker-card-wrapper.pending{pointer-events:auto}.coming-soon-overlay{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#ff9800f2;border-radius:12px;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:10}.coming-soon-content{color:#fff;padding:1rem;text-align:center}.coming-soon-icon{animation:pulse 2s ease-in-out infinite;font-size:3rem;margin-bottom:.5rem}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.coming-soon-content h4{font-size:1.5rem;font-weight:700;margin:.5rem 0}.coming-soon-content p{color:#fff;font-size:1rem;margin:.5rem 0}.coming-soon-content small{font-size:.85rem;opacity:.9}.worker-card{border-radius:16px;box-shadow:0 10px 40px #00000026;color:inherit;display:flex;flex-direction:column;position:relative;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1)}.worker-card:hover{box-shadow:0 15px 50px #00000040;transform:translateY(-8px)}.coming-soon-banner{background:linear-gradient(135deg,#ff9800,#f57c00);color:#fff;font-size:.9rem;font-weight:600;left:0;padding:1rem;position:absolute;right:0;top:0;z-index:1}.worker-card-image-wrapper{border-bottom:3px solid var(--fixxa-primary);height:200px;overflow:hidden;position:relative;width:100%}.worker-card img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.worker-card:hover img{transform:scale(1.1)}.worker-card-content{display:flex;flex:1 1;flex-direction:column;padding:1.5rem;text-align:center}.worker-card h3{color:var(--fixxa-text-dark);font-size:1.3rem;font-weight:700;margin:0 0 .5rem}.verified-badge{margin-left:.25rem}.worker-card p{color:#666;font-size:.95rem;margin:.5rem 0}.experience-text{color:#555;font-weight:500}.distance-text{color:#1d7a91;font-size:.9rem;font-weight:600;margin:.5rem 0}.rating-display{align-items:center;display:flex;gap:.5rem;justify-content:center;margin-top:1rem}.rating-number{color:#1d7a91;font-size:1.25rem}.rating-stars{color:#ffc107;font-size:1.1rem}.review-count{color:#666;font-size:.9rem}.no-reviews{color:#999;font-size:.9rem;margin-top:1rem}.error-message,.loading,.no-results{color:#666;font-size:1.1rem;padding:3rem;text-align:center}.error-message{color:#dc3545}.share-worker-btn{align-items:center;background:#fffffff2;border:1px solid #ddd;border-radius:50%;box-shadow:0 2px 8px #0000001a;cursor:pointer;display:flex;font-size:0;height:40px;justify-content:center;padding:0;position:absolute;right:1rem;top:1rem;transition:all .2s ease;width:40px;z-index:5}.share-worker-btn:hover{background:#1d7a91;border-color:#1d7a91;box-shadow:0 4px 12px #1d7a914d;transform:scale(1.1)}.share-worker-btn:hover svg{stroke:#fff}.share-worker-btn svg{stroke:#1d7a91;transition:stroke .2s ease}@media (max-width:768px){.search-section h1{font-size:1.75rem}.search-form{align-items:stretch;flex-direction:column}.search-form button,.search-form input,.search-form select{min-width:0;min-width:auto;width:100%}.results-header{align-items:flex-start;flex-direction:column}.sort-controls{flex-wrap:wrap;width:100%}.workers-grid{grid-template-columns:1fr}}.profile-page{background:#f5f5f5;max-width:100vw;min-height:100vh;overflow-x:hidden;width:100%}.error-profile,.loading-profile{color:#666;font-size:1.1rem;padding:3rem;text-align:center}.error-profile{color:#dc3545}.worker-card{box-shadow:0 2px 12px #0000001a;margin:2rem auto;max-width:1100px;overflow:hidden}.profile-main{grid-gap:0;display:grid;gap:0;grid-template-columns:350px 1fr;max-height:550px;min-height:450px}.profile-image-section{background:#f5f5f5;display:block;max-height:550px;min-height:450px;overflow:hidden;position:relative}.main-profile-image{border-radius:0!important;display:block!important;height:100%!important;left:0;max-height:550px!important;min-height:450px!important;object-fit:cover!important;object-position:center!important;position:absolute;top:0;width:100%!important}.main-profile-placeholder{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;height:100%;justify-content:center;max-height:550px;min-height:450px;width:100%}.placeholder-initials{color:#fff;font-size:120px;font-weight:700;text-shadow:0 2px 10px #0003}.image-counter{background:#000000b3;border-radius:6px;bottom:12px;color:#fff;font-size:.9rem;gap:6px;left:12px;padding:6px 12px}.image-counter,.profile-verified-sticker{align-items:center;display:flex;position:absolute}.profile-verified-sticker{animation:fadeInScale .4s ease-out;box-shadow:0 4px 12px #007bff66;right:12px}.profile-certified-sticker,.profile-verified-sticker{background:#fff;border-radius:50%;cursor:help;justify-content:center;padding:4px;top:12px;z-index:10}.profile-certified-sticker{align-items:center;animation:fadeInScale .4s ease-out .2s backwards;box-shadow:0 4px 12px #6f42c166;display:flex;left:12px;position:absolute}@keyframes fadeInScale{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.profile-certified-sticker:hover,.profile-verified-sticker:hover{transform:scale(1.15);transition:transform .2s ease}.profile-details{display:flex;flex-direction:column;gap:1rem;max-height:550px;overflow-y:auto;padding:1.5rem}.price-section{align-items:baseline;display:flex;flex-wrap:wrap;gap:1rem}.rating-display{color:#333;font-size:1.8rem;font-weight:700}.newly-joined{color:#1d7a91;font-size:1rem;font-weight:600}.rating-stars{color:gold;font-size:1.2rem}.price-badge{background:#1d7a91;border-radius:6px;color:#fff;font-size:.85rem;font-weight:600;padding:4px 12px}.review-count-link{color:#666;cursor:pointer;font-size:.9rem;text-decoration:underline}.review-count-link:hover{color:#1d7a91}.no-reviews-text{color:#666;font-size:.9rem}.worker-name-section h1{align-items:center;color:#1a1a1a;display:flex;flex-wrap:wrap;font-size:1.6rem;gap:.5rem;margin:0 0 .25rem}.worker-speciality{color:#666;font-size:1.1rem;font-weight:500;margin:0}.verified-badge{align-items:center;background:linear-gradient(135deg,#28a745,#20c997);border:1px solid #ffffff4d;border-radius:16px;box-shadow:0 2px 4px #28a74533;display:inline-flex;font-size:.75rem;gap:4px;padding:5px 12px;white-space:nowrap}.verified-badge:before{content:"✓";font-size:.9rem;font-weight:700}.certified-badge{background:linear-gradient(135deg,#6f42c1,#8b5cf6);box-shadow:0 2px 4px #6f42c133}.certified-badge:before{content:"🎓";font-size:.9rem}.quick-specs{display:flex;flex-wrap:wrap;gap:1.5rem}.spec-badge{border:1px solid #ddd;border-radius:6px;color:#333;font-size:.95rem;font-weight:500;padding:8px 16px}.completion-rate-badge{background:linear-gradient(135deg,#d4edda,#c3e6cb);border:1px solid #28a745;color:#155724;font-weight:600}.profile-bio{background:#f8f9fa;border-radius:8px;color:#444;font-size:.95rem;line-height:1.5;padding:1rem}.profile-bio strong{color:#1d7a91;display:block;font-size:1rem;margin-bottom:.4rem}.secondary-areas{border-left:4px solid #1d7a91}.certifications-section{background:#fff8e1;border-left:4px solid #ffa726;border-radius:8px;padding:1rem}.certifications-section strong{color:#e65100;display:block;font-size:1rem;margin-bottom:.5rem}.certifications-info{color:#1976d2;font-weight:600;margin:0}.rate-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px solid #e0e0e0;border-radius:12px;padding:1.5rem}.rate-header{color:#333;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.rate-amount{color:#1d7a91;font-size:2rem;font-weight:700;margin:.5rem 0}.rate-type{color:#666;font-size:.9rem;font-weight:500}.rate-disclaimer{background:#fff8e1;border-left:3px solid #ffc107;border-radius:4px;color:#555;font-size:.85rem;line-height:1.5;margin-top:1rem;padding:.75rem}.rate-disclaimer strong{color:#f57c00}.rate-locked{background:#fff3cd;border:2px dashed #ffc107;border-radius:8px;color:#856404;padding:1rem;text-align:center}.rate-locked a{color:#1d7a91;font-weight:600;text-decoration:none}.rate-locked a:hover{text-decoration:underline}.rate-not-set{color:#999;padding:.5rem;text-align:center}.gallery-bottom-row{background:#fff;border-top:1px solid #e0e0e0;display:flex;gap:.5rem;overflow-x:auto;padding:.75rem}.gallery-thumb{border:2px solid #e0e0e0;border-radius:6px;cursor:pointer;flex-shrink:0;height:90px;overflow:hidden;transition:all .2s;width:120px}.gallery-thumb:hover{border-color:#1d7a91;transform:scale(1.05)}.gallery-thumb img{height:100%;object-fit:cover;width:100%}.no-photos{background:#f9f9f9;color:#999;padding:1rem;text-align:center;width:100%}.action-buttons-container{display:flex;gap:1rem;justify-content:center;margin:2rem auto;max-width:1100px;padding:0 1rem}.btn-primary,.btn-secondary{border:none;border-radius:8px;box-shadow:0 4px 12px #00000026;cursor:pointer;flex:1 1;font-size:1.1rem;font-weight:600;max-width:300px;padding:1rem 2rem;transition:all .3s}.btn-primary:hover{box-shadow:0 6px 16px #0003}.btn-secondary{background:#007bff}.btn-secondary:hover{background:#0056b3;box-shadow:0 6px 16px #0003}.submit-message{background:#d4edda;border-radius:8px;color:#155724;font-weight:600;margin:1rem auto;max-width:1100px;padding:1rem;text-align:center}.forms-container{margin:0 auto 2rem;max-width:1100px;padding:0 1rem}.form-container{background:#f8f9fa;border-radius:12px;margin-top:1.5rem;max-height:0;opacity:0;overflow:hidden;padding:0 1.5rem;transition:max-height .4s ease,opacity .3s ease}.form-container.show{border:2px solid #e0e0e0;max-height:800px;opacity:1;padding:1.5rem}.contact-tabs{border-bottom:2px solid #e0e0e0;display:flex;gap:.5rem;margin-bottom:1.5rem}.tab-btn{background:#0000;border:none;border-bottom:3px solid #0000;color:#666;cursor:pointer;flex:1 1;font-size:1rem;font-weight:600;padding:.75rem 1rem;transition:all .3s ease}.tab-btn.active,.tab-btn:hover{background:#1d7a910d;color:#1d7a91}.tab-btn.active{border-bottom-color:#1d7a91}.quote-request-info{background:#e8f5e9;border-left:4px solid #4caf50;border-radius:8px;margin-bottom:1rem;padding:1rem}.quote-request-info p{color:#2e7d32;font-size:.95rem;margin:0 0 .5rem}.quote-request-info ul{color:#1b5e20;font-size:.9rem;margin:.5rem 0 0 1.25rem;padding:0}.quote-request-info li{margin-bottom:.25rem}.form-container h4{color:#1d7a91;font-size:1.2rem;margin:0 0 1.5rem}.form-container label{color:#333;display:block;font-weight:600;margin-bottom:.5rem}.form-container input[type=date],.form-container input[type=email],.form-container input[type=text],.form-container input[type=time],.form-container textarea{background:#fff;border:2px solid #ddd;border-radius:8px;font-family:inherit;font-size:1rem;margin-bottom:1rem;padding:1rem;transition:all .3s ease;width:100%}.form-container input:focus,.form-container textarea:focus{border-color:#1d7a91;box-shadow:0 0 0 3px #1d7a911a;outline:none}.form-container textarea{min-height:120px;resize:vertical}.form-container button[type=submit]{margin-top:.5rem;width:100%}.booking-notice{background:#fff3cd;border-left:4px solid #ffc107;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.booking-notice p{color:#856404;font-size:.95rem;line-height:1.5;margin:0}.booking-datetime{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1rem}.profile-sections{margin:0 auto 2rem;max-width:1100px;padding:0 1rem}.section-outside-card{background:#f8f9fa;border-radius:12px;padding:1.5rem}.section-outside-card h3{align-items:center;color:#333;display:flex;font-size:1.3rem;justify-content:space-between;margin:0 0 1rem}.reviews-refresh{background:none;border:1px solid #1d7a91;border-radius:4px;color:#1d7a91;cursor:pointer;font-size:.8rem;padding:4px 8px;transition:all .2s}.reviews-refresh:hover{background:#1d7a91;color:#fff}.reviews-summary{background:#f8f9fa;border-radius:8px;margin-bottom:2rem;padding:1.5rem;text-align:center}.reviews-summary h4{color:#1d7a91;margin-top:0}.reviews-summary-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin-top:1rem}.reviews-stat{background:#fff;border-radius:6px;padding:1rem}.reviews-stat-number{color:#1d7a91;font-size:1.5rem;font-weight:600}.reviews-stat-label{color:#666;font-size:.8rem}.review-item{background:#f8f9fa;border-left:4px solid #1d7a91;border-radius:8px;margin-bottom:.9rem;padding:.9rem}.review-header{align-items:start;display:flex;justify-content:space-between;margin-bottom:.4rem}.review-author{color:#333;font-size:.95rem;font-weight:600}.review-date{color:#666;font-size:.8rem}.review-rating{color:gold;font-size:.9rem;margin:.2rem 0}.review-text{color:#555;line-height:1.4}.view-all-reviews-btn{background:#1d7a91;border:none;border-radius:6px;color:#fff;cursor:pointer;margin-top:1rem;padding:8px 16px;transition:all .2s;width:100%}.view-all-reviews-btn:hover{background:#156072}.no-reviews{color:#666;padding:2rem;text-align:center}.no-reviews-icon{font-size:3rem;margin-bottom:1rem}.guest-reviews{background:#f8f9fa;border-radius:8px;padding:2rem;text-align:center}.guest-login-btn{background:#1d7a91;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-top:.5rem;padding:8px 16px;transition:all .2s}.guest-login-btn:hover{background:#156072}.safety-modal{align-items:center;background:#0009;display:none;height:100%;justify-content:center;left:0;padding:1rem;position:fixed;top:0;width:100%;z-index:10000}.safety-modal.show{display:flex}.safety-modal-content{animation:slideIn .3s ease;background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000004d;max-height:90vh;max-width:600px;overflow-y:auto;width:100%}.safety-modal-header{align-items:center;background:linear-gradient(135deg,#1d7a91,#2596b3);border-radius:12px 12px 0 0;color:#fff;display:flex;gap:1rem;padding:1.5rem}.safety-modal-header h2{font-size:1.5rem;margin:0}.safety-modal-body{padding:1.5rem}.safety-intro{color:#333;font-size:1.05rem;margin-bottom:1.5rem;margin-top:0}.safety-tip{background:#f8f9fa;border-left:4px solid #1d7a91;border-radius:8px;display:flex;gap:1rem;margin-bottom:1.25rem;padding:1rem}.safety-tip-icon{flex-shrink:0;font-size:1.5rem}.safety-tip-content h3{color:#1d7a91;font-size:1.1rem;margin:0 0 .5rem}.safety-tip-content p{color:#555;line-height:1.5;margin:0}.safety-modal-footer{border-top:1px solid #e0e0e0;display:flex;gap:1rem;justify-content:space-between;padding:1rem 1.5rem}.safety-modal-footer button{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:1rem;font-weight:600;padding:.875rem;transition:all .2s}.btn-skip{background:#6c757d;color:#fff}.btn-skip:hover{background:#5a6268}.btn-read-full{background:#17a2b8;color:#fff}.btn-read-full:hover{background:#138496}.btn-continue{background:#1d7a91;color:#fff}.btn-continue:hover{background:#156072}.reviews-modal-overlay{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;padding:1rem;position:fixed;top:0;width:100%;z-index:1000}.reviews-modal{background:#fff;border-radius:12px;max-height:80vh;max-width:800px;overflow-y:auto;padding:2rem;width:90%}.reviews-modal h3{color:#1d7a91;margin-top:0;text-align:center}.reviews-modal-close{background:none;border:none;color:#666;cursor:pointer;float:right;font-size:1.5rem}.reviews-modal-close:hover{color:#333}.reviews-modal-list{max-height:400px;overflow-y:auto}.review-photos{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.review-photo-thumb{border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;height:80px;overflow:hidden;transition:all .2s ease;width:80px}.review-photo-thumb:hover{border-color:#1d7a91;transform:scale(1.05)}.review-photo-thumb img{height:100%;object-fit:cover;width:100%}@media (max-width:900px){.profile-main{grid-template-columns:1fr;max-height:none}.main-profile-image,.main-profile-placeholder{height:300px;max-height:300px}.placeholder-initials{font-size:80px}.action-buttons-container{flex-direction:column}.btn-primary,.btn-secondary{max-width:100%}.booking-datetime{grid-template-columns:1fr}}@media (max-width:768px){.price-section{align-items:flex-start;flex-direction:column;gap:.5rem}.worker-name-section h1{font-size:1.4rem}.quick-specs{flex-direction:column;gap:.5rem}.action-buttons-container{padding:0 1.5rem}.safety-modal-footer{flex-direction:column}.reviews-modal{padding:1rem}.reviews-summary-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.worker-card{border-radius:8px;margin:.5rem}.profile-details{padding:1rem}.rating-display{font-size:1.5rem}.worker-name-section h1{font-size:1.3rem}.worker-speciality{font-size:1rem}.spec-badge{font-size:.85rem;padding:6px 10px}.section-outside-card{padding:1rem}}.about-page{background:#f5f5f5;min-height:100vh;padding:2rem 0}.about-container{background:#ffffffeb;border-radius:15px;box-shadow:0 4px 25px #00000026;margin:2rem auto 4rem;max-width:1100px;padding:3rem 2rem}.about-container h1{color:#1d7a91;font-size:3rem;font-weight:700;margin-bottom:2rem;text-align:center}.about-container h2{color:#1d7a91;font-size:1.75rem;font-weight:700;margin-bottom:1rem}.about-container p{color:#333;font-size:1.1rem;line-height:1.65;margin-bottom:1.5rem}.about-section{margin-bottom:3rem}.about-grid{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.about-grid.reverse{direction:ltr}.about-grid img{border-radius:12px;box-shadow:0 6px 18px #1d7a9133;max-height:350px;object-fit:cover;width:100%}.team{margin-top:3rem;text-align:center}.team h2{margin-bottom:2rem}.team-members{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.member{background:#f6f3f0;border-radius:12px;box-shadow:0 4px 12px #0000001a;cursor:default;padding:1rem;transition:transform .3s ease;width:180px}.member:hover{box-shadow:0 8px 20px #1d7a914d;transform:translateY(-8px)}.member img{border-radius:50%;box-shadow:0 4px 12px #1d7a9140;height:180px;margin-bottom:1rem;object-fit:cover;width:100%}.member h3{color:#1d7a91;font-weight:700;margin:.5rem 0 .25rem}.member p{color:#555;font-size:.9rem;margin:0}@media (max-width:900px){.about-grid{grid-template-columns:1fr}.team-members{justify-content:center}.about-container{margin:1rem;padding:2rem 1.5rem}}@media (max-width:600px){.about-container h1{font-size:2rem}.about-container h2{font-size:1.5rem}.about-container p{font-size:1rem}.about-container{padding:2rem 1rem}}.contact-page{background:#f5f5f5;min-height:100vh;padding:2rem 0}.contact-container{background:#ffffffeb;border-radius:15px;box-shadow:0 4px 25px #00000026;margin:2rem auto 4rem;max-width:900px;padding:3rem 2rem}.contact-container h1{color:#1d7a91;font-size:3rem;font-weight:700;margin-bottom:1rem;text-align:center}.contact-intro{color:#666;font-size:1.1rem;margin-bottom:3rem;text-align:center}.contact-methods{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:3rem}.contact-card{background:#f6f3f0;border:2px solid #0000;border-radius:12px;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.contact-card:hover{border-color:#1d7a91;box-shadow:0 8px 20px #1d7a9133;transform:translateY(-5px)}.contact-icon{font-size:3rem;margin-bottom:1rem}.contact-card h3{color:#1d7a91;font-size:1.5rem;margin-bottom:1rem}.contact-card p{color:#555;font-size:1rem;line-height:1.6;margin-bottom:1rem}.contact-link{border:2px solid #1d7a91;border-radius:8px;color:#1d7a91;display:inline-block;font-weight:600;margin-top:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.contact-link:hover{background:#1d7a91;color:#fff;transform:scale(1.05)}.contact-form-section{background:#f6f3f0;border-radius:12px;margin-top:3rem;padding:2.5rem}.contact-form-section h2{color:#1d7a91;font-size:2rem;margin-bottom:1.5rem;text-align:center}.form-group input,.form-group select,.form-group textarea{border-radius:8px;transition:border-color .3s ease}.form-group textarea{min-height:150px;resize:vertical}.submit-btn{background:#1d7a91;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease;width:100%}.submit-btn:hover{background:#156072;box-shadow:0 4px 12px #1d7a914d;transform:translateY(-2px)}.submit-btn:disabled{background:#ccc;cursor:not-allowed;transform:none}.success-message{background:#d4edda;border-radius:8px;color:#155724;padding:1rem}.error-message,.success-message{margin-bottom:1rem;text-align:center}.error-message{background:#f8d7da;color:#721c24}@media (max-width:768px){.contact-container h1{font-size:2rem}.contact-methods{grid-template-columns:1fr}.contact-container{margin:1rem;padding:2rem 1rem}.contact-form-section{padding:1.5rem}}.faq-page{background:#f5f5f5;min-height:100vh;padding:2rem 0}.faq-container{background:#ffffffeb;border-radius:15px;box-shadow:0 4px 25px #00000026;margin:2rem auto 4rem;max-width:900px;padding:3rem 2rem}.faq-container h1{color:#1d7a91;font-size:3rem;font-weight:700;margin-bottom:1rem;text-align:center}.intro{color:#666;font-size:1.1rem;margin-bottom:3rem;text-align:center}.category-btn{border:2px solid #1d7a91;border-radius:8px;color:#1d7a91;font-family:inherit;font-size:1rem}.category-btn.active,.category-btn:hover{background:#1d7a91;color:#fff}.faq-section{margin-bottom:2rem}.faq-section h2{border-bottom:3px solid #1d7a91;color:#1d7a91;font-size:1.8rem;margin-bottom:1.5rem;padding-bottom:.5rem}.faq-item{background:#f6f3f0;border:2px solid #0000;border-radius:10px}.faq-item:hover{border-color:#1d7a91}.faq-question{color:#333;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1.25rem 1.5rem;position:relative;transition:background .3s ease}.faq-question:hover{background:#1d7a911a}.faq-question:after{color:#1d7a91;content:"+";flex-shrink:0;font-size:1.5rem;font-weight:600;margin-left:1rem;transition:transform .3s ease}.faq-item.open .faq-question:after{content:"−";transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;padding:0 1.5rem;transition:max-height .3s ease,padding .3s ease}.faq-item.open .faq-answer{max-height:1000px;padding:0 1.5rem 1.25rem}.faq-answer p{color:#555;margin-bottom:.75rem}.faq-answer ul{color:#555;line-height:1.8;list-style-type:disc;margin-left:1.5rem}.faq-answer li{margin-bottom:.5rem}.contact-cta{background:linear-gradient(135deg,#1d7a91,#156072);border-radius:12px;color:#fff;margin-top:3rem;padding:2.5rem;text-align:center}.contact-cta h3{font-size:1.8rem;margin-bottom:1rem}.contact-cta p{font-size:1.1rem;margin-bottom:1.5rem;opacity:.9}.contact-cta a{background:#fff;border-radius:8px;color:#1d7a91;display:inline-block;font-weight:600;padding:.75rem 2rem;text-decoration:none;transition:all .3s ease}.contact-cta a:hover{box-shadow:0 4px 12px #0003;transform:translateY(-2px)}@media (max-width:768px){.faq-container h1{font-size:2rem}.category-btn{font-size:.9rem;padding:.6rem 1rem}.faq-container{margin:1rem;padding:2rem 1rem}.faq-question{font-size:1rem;padding:1rem}.faq-answer{padding:0 1rem}.faq-item.open .faq-answer{padding:0 1rem 1rem}.contact-cta{padding:2rem 1.5rem}.contact-cta h3{font-size:1.5rem}}.guidelines-overlay{align-items:center;animation:fadeIn .3s ease;background:#000000bf;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:10001}.guidelines-modal{animation:slideUp .3s ease;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-height:85vh;max-width:700px;overflow-y:auto;width:100%}.guidelines-header{background:linear-gradient(135deg,#228b22,#1e7a1e);background:linear-gradient(135deg,var(--fixxa-primary,#228b22) 0,#1e7a1e 100%);border-radius:16px 16px 0 0;color:#fff;padding:2rem;text-align:center}.guidelines-icon{font-size:3.5rem;margin-bottom:.75rem}.guidelines-header h2{font-size:1.75rem;font-weight:700;margin:0}.guidelines-content{padding:2rem}.guidelines-intro{color:#333;font-size:1.05rem;font-weight:500;line-height:1.6;margin:0 0 1.5rem}.guidelines-section{border-bottom:1px solid #e8e8e8;margin-bottom:1.75rem;padding-bottom:1.5rem}.guidelines-section:last-of-type{border-bottom:none}.guidelines-section h3{align-items:center;color:#333;display:flex;font-size:1.15rem;font-weight:700;gap:.5rem;margin:0 0 .75rem}.guidelines-section ul{list-style-type:disc;margin:.5rem 0 0;padding-left:1.5rem}.guidelines-section li{color:#555;font-size:.95rem;line-height:1.6;margin-bottom:.65rem}.guidelines-section li:last-child{margin-bottom:0}.nested-list{list-style-type:circle;margin-top:.5rem;padding-left:1.25rem}.nested-list li{color:#666;font-size:.9rem;margin-bottom:.4rem}.guidelines-section strong{color:#333;font-weight:600}.guidelines-agreement{background:#fff3cd;border:2px solid #ffc107;border-radius:10px;margin-top:1.5rem;padding:1.25rem}.guidelines-agreement p{color:#856404;font-size:.95rem;line-height:1.6;margin:0}.guidelines-agreement a{color:#06c;font-weight:600;text-decoration:underline}.guidelines-agreement a:hover{color:#049}.guidelines-actions{background:#f8f9fa;border-radius:0 0 16px 16px;border-top:1px solid #e8e8e8;display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem 2rem}.guidelines-actions button{border:none;border-radius:10px;cursor:pointer;font-size:1rem;font-weight:600;padding:.85rem 1.75rem;transition:all .2s ease}.btn-cancel{background:#f0f0f0}.btn-cancel:hover{background:#e0e0e0;box-shadow:0 4px 12px #0000001a;color:#333;transform:translateY(-2px)}.btn-accept{background:#228b22;background:var(--fixxa-primary,#228b22);color:#fff;min-width:200px}.btn-accept:hover{background:#1e7a1e;box-shadow:0 4px 12px #228b224d;transform:translateY(-2px)}@media (max-width:768px){.guidelines-modal{border-radius:12px;max-height:90vh}.guidelines-header{border-radius:12px 12px 0 0;padding:1.5rem}.guidelines-icon{font-size:2.5rem}.guidelines-header h2{font-size:1.4rem}.guidelines-content{padding:1.5rem}.guidelines-intro{font-size:1rem}.guidelines-section h3{font-size:1.05rem}.guidelines-section li{font-size:.9rem}.guidelines-actions{flex-direction:column-reverse;padding:1.25rem}.guidelines-actions button{width:100%}.btn-accept{min-width:auto}}.guidelines-modal::-webkit-scrollbar{width:8px}.guidelines-modal::-webkit-scrollbar-track{background:#f1f1f1;border-radius:0 16px 16px 0}.guidelines-modal::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.guidelines-modal::-webkit-scrollbar-thumb:hover{background:#555}.chat-image-upload{align-items:center;display:inline-flex;position:relative}.file-input-hidden{display:none}.image-upload-btn{align-items:center;background:#f0f0f0;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .3s ease;width:40px}.image-upload-btn:hover:not(:disabled){background:#e0e0e0;transform:scale(1.05)}.image-upload-btn:disabled{cursor:not-allowed;opacity:.5}.upload-spinner{animation:spin .8s linear infinite;border:2px solid #f3f3f3;border-radius:50%;border-top-color:#667eea;height:20px;width:20px}.image-preview-container{margin-right:.5rem;position:relative}.image-preview{border-radius:8px;box-shadow:0 2px 8px #0000001a;height:80px;overflow:hidden;position:relative;width:80px}.image-preview img{height:100%;object-fit:cover;width:100%}.remove-image-btn{align-items:center;background:#dc3545;border:none;border-radius:50%;box-shadow:0 2px 6px #0003;color:#fff;cursor:pointer;display:flex;height:24px;justify-content:center;position:absolute;right:-8px;top:-8px;transition:all .3s ease;width:24px}.remove-image-btn:hover{background:#c82333;transform:scale(1.1)}.image-upload-error{align-items:center;background:#fff3cd;border-radius:4px;bottom:-30px;box-shadow:0 2px 6px #0000001a;color:#856404;display:flex;font-size:.85rem;gap:.5rem;left:0;padding:.5rem;position:absolute;white-space:nowrap;z-index:10}.image-upload-error svg{flex-shrink:0}@media (max-width:768px){.image-preview{height:60px;width:60px}.image-upload-error{bottom:-40px;left:auto;max-width:200px;right:0;white-space:normal}}.image-lightbox-overlay{align-items:center;animation:fadeIn .3s ease;background:#000000e6;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:10000}.image-lightbox-container{animation:scaleIn .3s ease;display:flex;flex-direction:column;max-height:90vh;max-width:1200px;width:100%}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.lightbox-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem;padding:1rem 0}.lightbox-actions{display:flex;gap:.5rem}.lightbox-btn{align-items:center;background:#ffffff1a;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;height:44px;justify-content:center;transition:all .3s ease;width:44px}.lightbox-btn:hover{background:#fff3;transform:translateY(-2px)}.lightbox-close-btn{align-items:center;background:#dc3545e6;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;height:44px;justify-content:center;transition:all .3s ease;width:44px}.lightbox-close-btn:hover{background:#c82333;transform:scale(1.05)}.lightbox-content{align-items:center;display:flex;flex:1 1;justify-content:center;overflow:hidden}.lightbox-image{border-radius:8px;box-shadow:0 10px 40px #00000080;max-height:calc(90vh - 100px);max-width:100%;object-fit:contain}@media (max-width:768px){.image-lightbox-overlay{padding:1rem}.lightbox-header{margin-bottom:.5rem;padding:.5rem 0}.lightbox-btn,.lightbox-close-btn{height:40px;width:40px}.lightbox-image{max-height:calc(90vh - 80px)}}.messages-page{background:#f5f5f5;min-height:100vh}.messages-hero{background:linear-gradient(135deg,#1d7a91,#156072);color:#fff;padding:2rem 1rem;text-align:center}.messages-hero h1{font-size:2.5rem;margin-bottom:.5rem}.messages-hero p{font-size:1.1rem;opacity:.9}.messages-page-container{display:flex;flex-direction:column;gap:1.5rem;margin:2rem auto;max-width:900px;padding:0 1rem}.messages-controls{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.search-input,.sort-select{border:2px solid #ddd;border-radius:8px;font-family:inherit;font-size:1rem;padding:.75rem 1rem;transition:border-color .3s ease}.search-input{flex:1 1;min-width:200px}.search-input:focus,.sort-select:focus{border-color:#1d7a91;outline:none}.messages-list{align-items:stretch;display:flex!important;flex-direction:column!important;gap:1rem;width:100%}.message-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;box-sizing:border-box;cursor:pointer;display:block;padding:1.5rem;transition:all .3s ease;width:100%}.message-card:hover{box-shadow:0 4px 15px #00000026;transform:translateY(-2px)}.message-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.message-card-header h3{color:#1d7a91;font-size:1.2rem;margin:0}.header-right{align-items:center;display:flex;gap:.5rem}.message-time{color:#999;font-size:.85rem}.unread-badge{background:#dc3545;border-radius:12px;color:#fff;font-size:.75rem;font-weight:700;min-width:20px;padding:.25rem .5rem;text-align:center}.message-service{color:#666;font-size:.9rem;margin:.25rem 0 .75rem}.message-preview{color:#555;font-size:.95rem;margin:0 0 1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-card-footer{align-items:center;display:flex;justify-content:space-between}.message-count{color:#999;font-size:.85rem}.delete-btn{background:#dc3545;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.5rem 1rem;transition:background .3s ease}.delete-btn:hover{background:#c82333}.loading-text,.no-messages{color:#666;font-size:1.1rem;padding:2rem;text-align:center}.pagination{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:2rem}.page-btn{background:#fff;border:2px solid #ddd;border-radius:6px;color:#333;cursor:pointer;font-size:1rem;font-weight:600;padding:.5rem .8rem;transition:all .3s ease}.page-btn:hover{border-color:#1d7a91;color:#1d7a91}.page-btn.active{background:#1d7a91;border-color:#1d7a91;color:#fff}.chat-modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.chat-modal{background:#fff;border-radius:12px;box-shadow:0 8px 30px #0000004d;display:flex;flex-direction:column;max-height:80vh;max-width:600px;overflow:hidden;width:100%}.chat-header{align-items:center;background:#1d7a91;color:#fff;display:flex;justify-content:space-between;padding:1rem 1.5rem}.chat-header-info{display:flex;flex-direction:column;gap:.25rem}.chat-title{font-size:1.2rem;font-weight:600}.chat-subtitle{font-size:.85rem;font-weight:400;opacity:.9}.close-chat-btn{align-items:center;background:none;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:30px;justify-content:center;padding:0;transition:background .3s ease;width:30px}.close-chat-btn:hover{background:#fff3}.chat-messages{background:#f0f0f0;display:flex;flex:1 1;flex-direction:column;gap:0;overflow-x:hidden;overflow-y:auto;padding:1rem}.no-chat-messages{color:#999;padding:2rem;text-align:center}.message-date-group{display:flex;flex-direction:column;gap:0;margin-bottom:.5rem}.date-divider{align-items:center;display:flex;justify-content:center;margin:1rem 0 .5rem}.date-divider span{background:#0000000d;border-radius:12px;color:#666;font-size:.75rem;font-weight:600;padding:.25rem .75rem}.chat-message{word-wrap:break-word;border-radius:12px;display:flex;flex-direction:column;font-size:.95rem;gap:.5rem;margin-bottom:.5rem;max-width:75%;min-width:100px;overflow-wrap:break-word;padding:.75rem 1rem 1.5rem;position:relative;width:-webkit-fit-content;width:fit-content;word-break:break-word}.chat-message.sent{align-self:flex-end;background:#dcf8c6;border-bottom-right-radius:0}.chat-message.received{align-self:flex-start;background:#fff;border-bottom-left-radius:0;box-shadow:0 1px 2px #0000001a}.chat-message-content{word-wrap:break-word;color:#333;line-height:1.5;max-width:100%;overflow-wrap:break-word;white-space:pre-wrap;word-break:break-word}.chat-image-container{border-radius:8px;max-width:250px;overflow:hidden}.chat-image{border-radius:8px;cursor:pointer;display:block;height:auto;transition:all .3s ease;width:100%}.chat-image:hover{opacity:.9;transform:scale(1.02)}.chat-message-time{align-self:flex-end;color:#999;font-size:.7rem;margin-top:.25rem;padding-right:1.5rem;text-align:right;white-space:nowrap}.message-status{align-items:center;bottom:.4rem;display:flex;justify-content:center;opacity:.7;pointer-events:none;position:absolute;right:.4rem}.chat-input-form{align-items:flex-end;background:#fff;border-top:1px solid #ddd;display:flex;gap:.5rem;padding:.75rem}.chat-input{border:1px solid #ddd;border-radius:20px;flex:1 1;font-family:inherit;font-size:1rem;outline:none;padding:.75rem 1rem;transition:border-color .3s ease}.chat-input:focus{border-color:#1d7a91}.send-btn{background:#1d7a91;border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:background .3s ease}.send-btn:hover:not(:disabled){background:#156072}.send-btn:disabled{background:#ccc;cursor:not-allowed}.chat-messages::-webkit-scrollbar{width:8px}.chat-messages::-webkit-scrollbar-track{background:#e0e0e0}.chat-messages::-webkit-scrollbar-thumb{background:#1d7a91;border-radius:4px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#156072}@media (max-width:768px){.messages-hero h1{font-size:2rem}.messages-controls{flex-direction:column}.search-input,.sort-select{width:100%}.message-card{padding:1rem}.message-card-header h3{font-size:1.1rem}.chat-modal{max-height:90vh}.chat-message{max-width:85%}}.settings-page{background:#f6f3f0;min-height:100vh;position:relative}.sidebar-toggle{background:#1d7a91;border:none;border-radius:6px;color:#fff;cursor:pointer;display:none;font-size:1.2rem;left:10px;margin:1rem;padding:.5rem 1rem;position:fixed;top:60px;z-index:100}.settings-sidebar{background:#fff;border-right:1px solid #ddd;display:flex;flex-direction:column;gap:.5rem;height:calc(100vh - 70px);left:0;overflow-y:auto;padding:1.5rem 0;position:fixed;top:70px;transition:transform .3s ease;width:240px;z-index:50}.settings-sidebar a{align-items:center;border-left:3px solid #0000;color:#333;cursor:pointer;display:flex;font-weight:500;gap:.75rem;padding:.8rem 1.5rem;text-decoration:none;transition:all .2s}.settings-sidebar a:hover{background:#f8f9fa;border-left-color:#ccc}.settings-sidebar a.active{background:#1d7a91;border-left-color:#1d7a91;color:#fff}.settings-main{margin-left:260px;max-width:900px;padding:2rem 1rem}.breadcrumb{margin-bottom:1rem}.breadcrumb a{color:#1d7a91;font-weight:600;text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.page-header{border-radius:12px;box-shadow:0 4px 15px #0000001a;padding:2rem}.page-header h1{color:#1d7a91}.page-header p{color:#666;margin:.5rem 0 0}.settings-section{box-shadow:0 4px 15px #0000001a;padding:2rem}.settings-section h2{border-bottom:2px solid #f0f0f0;color:#1d7a91;font-size:1.5rem;margin:0 0 1.5rem;padding-bottom:.5rem}.settings-section h3{color:#333;font-size:1.1rem;margin:1.5rem 0 1rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#333;display:block;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{border:2px solid #ddd;border-radius:6px;font-family:inherit;font-size:1rem;padding:.75rem;transition:border-color .2s;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#1d7a91;outline:none}.form-group small{color:#666;display:block;font-size:.85rem;margin-top:.25rem}.profile-pic-upload{align-items:center;display:flex;gap:1.5rem;margin-bottom:1.5rem}.profile-pic-preview{border:3px solid #1d7a91;border-radius:50%;height:100px;object-fit:cover;width:100px}.upload-btn{background:#1d7a91;border:none;border-radius:6px;color:#fff;cursor:pointer;display:inline-block;font-size:.95rem;font-weight:600;padding:.5rem 1rem;transition:background .3s ease}.upload-btn:hover{background:#156072}.upload-btn+small{color:#666;display:block;font-size:.85rem;margin-top:.5rem}.password-strength{background:#e0e0e0;border-radius:2px;height:4px;margin-top:.5rem;overflow:hidden}.password-strength-bar{height:100%;transition:width .3s,background .3s;width:0}.password-strength-bar.weak{background:#dc3545;width:33%}.password-strength-bar.medium{background:#ffc107;width:66%}.password-strength-bar.strong{background:#28a745;width:100%}.toggle-container{align-items:center;display:flex;gap:1rem;margin:.5rem 0}.toggle-switch{display:none}.toggle-label{background:#ccc;border-radius:26px;cursor:pointer;display:inline-block;height:26px;position:relative;transition:background .3s;width:50px}.toggle-slider{background:#fff;border-radius:50%;box-shadow:0 2px 4px #0003;height:20px;left:3px;position:absolute;top:3px;transition:transform .3s;width:20px}.toggle-switch:checked+.toggle-label{background:#1d7a91}.toggle-switch:checked+.toggle-label .toggle-slider{transform:translateX(24px)}.toggle-status{color:#666;font-weight:600}.checkbox-group{align-items:center;display:flex;gap:.5rem;margin-bottom:1rem}.checkbox-group input[type=checkbox]{cursor:pointer;width:auto}.checkbox-group label{cursor:pointer;font-weight:400;margin:0}.btn-primary{background:#1d7a91;border:none;cursor:pointer;font-size:1rem}.btn-primary:hover{background:#156072;transform:translateY(-1px)}.btn-primary:disabled{transform:none}.notification{background:#28a745;border-radius:8px;box-shadow:0 4px 12px #0003;color:#fff;max-width:350px;padding:1rem 1.5rem;position:fixed;right:20px;top:20px;transform:translateX(400px);transition:transform .3s ease;z-index:2000}.notification.show{transform:translateX(0)}.notification.error{background:#dc3545}.notification.warning{background:#ffc107;color:#333}.notification.info{background:#17a2b8}.password-strength-container{align-items:center;display:flex;gap:1rem;margin-top:.5rem}.password-strength{flex:1 1}.password-strength-label{font-size:.85rem;font-weight:600;white-space:nowrap}.password-strength-label.weak{color:#dc3545}.password-strength-label.medium{color:#ffc107}.password-strength-label.strong{color:#28a745}.privacy-card{align-items:flex-start;background:#f8f9fa;border:2px solid #e0e0e0;border-radius:12px;display:flex;gap:1.5rem;margin-bottom:2rem;padding:2rem;transition:all .3s ease}.privacy-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.privacy-card.info{background:#e7f3ff;border-color:#17a2b8}.privacy-card.danger{background:#fff5f5;border-color:#dc3545}.privacy-card-icon{flex-shrink:0;font-size:3rem}.privacy-card-content{flex:1 1}.privacy-card-content h3{color:#1d7a91;font-size:1.3rem;margin:0 0 1rem}.privacy-card.danger .privacy-card-content h3{color:#dc3545}.privacy-card-content p{color:#555;line-height:1.6;margin:0 0 1rem}.privacy-card-content ul{color:#555;line-height:1.8;margin:1rem 0;padding-left:1.5rem}.privacy-card-content ul li{margin-bottom:.5rem}.privacy-card-content a{color:#1d7a91;font-weight:600;text-decoration:none}.privacy-card-content a:hover{text-decoration:underline}.btn-secondary{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s}.btn-secondary:hover{transform:translateY(-1px)}.btn-danger{align-items:center;background:linear-gradient(135deg,#dc3545,#c82333);border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s}.btn-danger:hover{background:linear-gradient(135deg,#c82333,#bd2130);box-shadow:0 4px 12px #dc354566;transform:translateY(-1px)}@media (max-width:768px){.settings-sidebar{transform:translateX(-100%)}.settings-sidebar.show{transform:translateX(0)}.settings-main{margin-left:0;padding:1rem}.sidebar-toggle{display:block}.page-header{padding:1.5rem}.page-header h1{font-size:1.5rem}.settings-section{padding:1.5rem}.profile-pic-upload{align-items:flex-start;flex-direction:column}.notification{left:10px;max-width:none;right:10px}.privacy-card{flex-direction:column;padding:1.5rem}.privacy-card-icon{font-size:2.5rem}.password-strength-container{align-items:flex-start;flex-direction:column;gap:.5rem}.password-strength{width:100%}}.job-history-page{background:#f6f3f0;min-height:100vh}.page-header{background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem;padding:1.5rem 2rem}.page-header-content{margin:0 auto;max-width:1400px}.back-link{align-items:center;border-radius:6px;color:#6b7280;display:inline-flex;font-size:.95rem;font-weight:500;gap:.5rem;margin-bottom:1rem;margin-left:-1rem;padding:.5rem 1rem;transition:all .2s}.back-link:hover{background:#f3f4f6;color:var(--fixxa-primary)}.page-header h1{color:var(--fixxa-text-dark);font-size:2rem;font-weight:700;margin:0}.page-subtitle{color:#6b7280;font-size:1rem;margin:.5rem 0 0}.page-content{margin:0 auto;max-width:1400px;padding:0 2rem 2rem}.loading-container{align-items:center;color:#666;display:flex;font-size:1.2rem;justify-content:center;min-height:50vh}.error-message{background:#fee2e2;border:2px solid #ef4444;border-radius:8px;color:#991b1b;margin-bottom:2rem;padding:1rem}.empty-state{box-shadow:0 2px 8px #0000001a}.empty-state p{font-size:1.1rem;margin-bottom:1.5rem}.btn-primary{background:var(--fixxa-primary);border-radius:8px;display:inline-block;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s}.btn-primary:hover{background:var(--fixxa-primary-dark);box-shadow:0 4px 12px #228b224d;transform:translateY(-2px)}.bookings-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}@media (max-width:1200px){.bookings-grid{grid-template-columns:repeat(2,1fr)}}.fixxa-booking-card-v2{background:#fff;border-left:6px solid #0000;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:1.5rem;transition:all .3s ease}.fixxa-booking-card-v2:hover{box-shadow:0 8px 20px #00000026;transform:translateY(-4px)}.booking-card{background:#fff;border-left:6px solid #0000;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:1.5rem;transition:all .3s ease}.booking-card:hover{box-shadow:0 8px 20px #00000026;transform:translateY(-4px)}.booking-header{align-items:flex-start;border-bottom:2px solid #f0f0f0;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.booking-title h4{color:var(--fixxa-text-dark);font-size:1.2rem;margin:0 0 .25rem}.worker-name{color:#666;font-size:.9rem;margin:0}.status-badge{font-size:.8rem;padding:.35rem .75rem;text-transform:capitalize;white-space:nowrap}.status-pending{background:#fef3c7;border:1px solid #fbbf24;color:#92400e}.status-confirmed{background:#dbeafe;border:1px solid #3b82f6;color:#1e40af}.status-completed{background:#d1fae5;border:1px solid #10b981;color:#065f46}.status-cancelled{background:#fee2e2;border:1px solid #ef4444;color:#991b1b}.booking-details{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.detail-row{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between}.detail-row.description{align-items:flex-start;flex-direction:column;gap:.25rem}.detail-row .label{color:#666;font-size:.9rem;font-weight:600}.detail-row .value{color:var(--fixxa-text-dark);font-size:.9rem;text-align:right}.detail-row.description .value{padding-left:1.5rem;text-align:left}.booking-footer{align-items:center;border-top:1px solid #f0f0f0;color:#999;display:flex;font-size:.8rem;justify-content:space-between;padding-top:1rem}.booking-card.booking-pending{border-left-color:#fbbf24}.booking-card.booking-confirmed{border-left-color:#3b82f6}.booking-card.booking-completed{border-left-color:#10b981}.booking-card.booking-cancelled,.booking-card.booking-declined{border-left-color:#ef4444}.booking-card.booking-in_progress{border-left-color:#3b82f6}.booking-actions{border-top:2px solid #f0f0f0;display:flex;gap:.75rem;padding-top:1rem}.booking-actions button{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:.9rem;font-weight:600;padding:.65rem 1rem;transition:all .2s}.btn-secondary:hover{box-shadow:0 4px 8px #6c757d4d;transform:translateY(-2px)}.btn-warning{background:#ffc107;color:#333}.btn-warning:hover{background:#e0a800;box-shadow:0 4px 8px #ffc1074d;transform:translateY(-2px)}.btn-danger:hover{background:#c82333;box-shadow:0 4px 8px #dc35454d;transform:translateY(-2px)}.modal-overlay{animation:fadeIn .2s ease;background:#0009;padding:1rem}.modal-content{animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header{border-bottom:2px solid #f0f0f0;padding:1.5rem 2rem}.modal-header h2{color:var(--fixxa-text-dark);font-size:1.5rem;font-weight:700;margin:0}.modal-close{align-items:center;border-radius:50%;color:#999;display:flex;font-size:2rem;height:36px;justify-content:center;padding:0;transition:all .2s;width:36px}.modal-close:hover{background:#f0f0f0}.modal-body{padding:2rem}.modal-status{margin-bottom:2rem;text-align:center}.modal-status .status-badge{font-size:1rem;padding:.5rem 1.25rem}.modal-details{display:flex;flex-direction:column;gap:1rem}.modal-detail-row{align-items:flex-start;border-bottom:1px solid #f0f0f0;display:flex;gap:1rem;justify-content:space-between;padding:.75rem 0}.modal-detail-row.description{align-items:flex-start;flex-direction:column;gap:.5rem}.modal-label{color:#666;font-size:1rem;font-weight:600}.modal-value{color:var(--fixxa-text-dark);font-size:1rem;text-align:right}.modal-detail-row.description .modal-value{line-height:1.6;text-align:left}.modal-footer{border-top:2px solid #f0f0f0;display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem 2rem}.modal-footer button{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s}@media (max-width:768px){.job-history-page{padding:1rem}.page-header h1{font-size:1.8rem}.bookings-grid{grid-template-columns:1fr}.booking-header{flex-direction:column;gap:.75rem}.detail-row{align-items:flex-start;flex-direction:column;gap:.25rem}.detail-row .value{padding-left:1.5rem;text-align:left}.booking-footer{align-items:flex-start}.booking-actions,.booking-footer{flex-direction:column;gap:.5rem}.booking-actions button{width:100%}.modal-content{margin:1rem}.modal-body,.modal-footer,.modal-header{padding:1.25rem}.modal-footer{flex-direction:column}.modal-footer button{width:100%}.modal-detail-row{flex-direction:column;gap:.25rem}.modal-value{text-align:left}}.support-page{background:#f5f5f5;min-height:100vh}.support-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 2rem;text-align:center}.support-hero-content{margin:0 auto;max-width:800px}.support-hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.support-hero p{font-size:1.25rem;margin-bottom:2rem;opacity:.95}.support-search-bar{margin:0 auto;max-width:600px;position:relative}.support-search-bar svg{color:#999;left:1.25rem;position:absolute;top:50%;transform:translateY(-50%)}.support-search-bar input{border:none;border-radius:50px;box-shadow:0 4px 20px #00000026;font-size:1rem;padding:1rem 1rem 1rem 3rem;transition:all .3s ease;width:100%}.support-search-bar input:focus{box-shadow:0 6px 30px #00000040;outline:none}.help-topics-section{background:#fff;padding:4rem 2rem}.container{margin:0 auto;max-width:1200px}.help-topics-section h2{color:#333;font-size:2.5rem;margin-bottom:3rem;text-align:center}.help-topics-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.help-topic-card{background:#fff;border:2px solid #e0e0e0;border-radius:12px;color:inherit;cursor:pointer;padding:2rem;text-align:center;text-decoration:none;transition:all .3s ease}.help-topic-card:hover{border-color:#667eea;box-shadow:0 8px 20px #667eea33;transform:translateY(-5px)}.help-topic-icon{font-size:3rem;margin-bottom:1rem}.help-topic-card h3{color:#333;font-size:1.25rem;margin-bottom:.75rem}.help-topic-card p{color:#666;font-size:.95rem;line-height:1.6}.faq-section{background:#f8f9fa;padding:4rem 2rem}.faq-section h2{color:#333;font-size:2.5rem;margin-bottom:2rem;text-align:center}.faq-categories{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem}.category-btn{align-items:center;background:#fff;border:2px solid #e0e0e0;border-radius:50px;color:#666;cursor:pointer;display:flex;font-size:.95rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.category-btn:hover{border-color:#667eea;color:#667eea}.category-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#0000;color:#fff}.category-icon{font-size:1.1rem}.faq-list{margin:0 auto;max-width:900px}.faq-item{background:#fff;border:2px solid #e0e0e0;border-radius:12px;cursor:pointer;margin-bottom:1rem;overflow:hidden;transition:all .3s ease}.faq-item:hover{box-shadow:0 4px 12px #667eea1a}.faq-item.expanded,.faq-item:hover{border-color:#667eea}.faq-question{align-items:center;display:flex;gap:1rem;justify-content:space-between;padding:1.5rem}.faq-question h3{color:#333;flex:1 1;font-size:1.1rem;margin:0}.faq-toggle-icon{color:#667eea;flex-shrink:0;transition:transform .3s ease}.faq-item.expanded .faq-toggle-icon{transform:rotate(180deg)}.faq-answer{animation:fadeIn .3s ease;padding:0 1.5rem 1.5rem}.faq-answer p{color:#666;line-height:1.8;margin:0}.no-results{color:#999;padding:3rem;text-align:center}.no-results p{font-size:1.1rem}.contact-support-section{background:#fff;padding:4rem 2rem}.contact-support-section h2{color:#333;font-size:2.5rem;margin-bottom:1rem;text-align:center}.section-subtitle{color:#666;font-size:1.1rem;margin-bottom:3rem;text-align:center}.contact-options-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:3rem}.contact-option-card{align-items:center;background:linear-gradient(135deg,#f8f9fa,#fff);border:2px solid #e0e0e0;border-radius:12px;color:inherit;cursor:pointer;display:flex;flex-direction:column;padding:2rem;text-align:center;text-decoration:none;transition:all .3s ease}.contact-option-card:hover{border-color:#667eea;box-shadow:0 8px 20px #667eea33;transform:translateY(-5px)}.contact-option-icon{font-size:3rem;margin-bottom:1rem}.contact-option-card h3{color:#333;font-size:1.25rem;margin-bottom:.5rem}.contact-option-card p{color:#666;font-size:.95rem;margin-bottom:1rem}.contact-detail{color:#667eea;font-size:1rem;font-weight:600}.support-footer-note{background:#f8f9fa;border-left:4px solid #667eea;border-radius:8px;padding:1.5rem;text-align:center}.support-footer-note p{color:#666;line-height:1.6;margin:.5rem 0}.support-footer-note strong{color:#333}.additional-resources{background:#f8f9fa;padding:4rem 2rem}.additional-resources h2{color:#333;font-size:2.5rem;margin-bottom:2rem;text-align:center}.resources-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;max-width:900px}.resource-link{align-items:center;background:#fff;border:2px solid #e0e0e0;border-radius:12px;color:#333;display:flex;font-weight:600;gap:.75rem;justify-content:center;padding:1.5rem;text-align:center;text-decoration:none;transition:all .3s ease}.resource-link:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea26;color:#667eea;transform:translateY(-3px)}.resource-icon{font-size:1.5rem}@media (max-width:768px){.support-hero{padding:3rem 1.5rem}.support-hero h1{font-size:2rem}.support-hero p{font-size:1rem}.additional-resources h2,.contact-support-section h2,.faq-section h2,.help-topics-section h2{font-size:1.75rem}.help-topics-grid{gap:1.5rem;grid-template-columns:1fr}.faq-categories{align-items:stretch;flex-direction:column}.category-btn{justify-content:center}.faq-question{padding:1rem}.faq-question h3{font-size:1rem}.contact-options-grid{gap:1.5rem;grid-template-columns:1fr}.resources-grid{gap:1rem;grid-template-columns:1fr}}@media (max-width:480px){.support-hero{padding:2rem 1rem}.support-hero h1{font-size:1.5rem}.support-search-bar input{font-size:.95rem;padding:.875rem .875rem .875rem 2.75rem}.additional-resources,.contact-support-section,.faq-section,.help-topics-section{padding:2rem 1rem}}.static-page{background:#f6f3f0;min-height:100vh;padding:2rem 0}.static-container{background:#fff;border:2px solid #937e6c;border-radius:20px;box-shadow:0 4px 20px #937e6c33;margin:2rem auto;max-width:900px;padding:2.5rem}.static-container h1{color:#1d7a91;font-size:2.5rem;margin-bottom:1rem;text-align:center}.last-updated{color:#666;font-style:italic;margin-bottom:2rem;text-align:center}.static-container h2{border-bottom:2px solid #f0f0f0;color:#1d7a91;font-size:1.8rem;margin-bottom:1rem;margin-top:2rem;padding-bottom:.5rem}.static-container h3{color:#333;font-size:1.3rem;margin-bottom:.75rem;margin-top:1.5rem}.static-container p{color:#333;line-height:1.7;margin-bottom:1.2rem}.static-container ol,.static-container ul{margin-bottom:1.5rem;padding-left:2rem}.static-container li{color:#333;line-height:1.6;margin-bottom:.75rem}.static-container a{color:#1d7a91;font-weight:600;text-decoration:none}.static-container a:hover{text-decoration:underline}.back-link{color:#1d7a91!important;display:inline-block;font-size:1.1rem;font-weight:600;margin-top:2rem;text-decoration:none;transition:color .3s}.back-link:hover{color:#156072!important;text-decoration:underline}.warning-box{background:#fff3cd;border:2px solid #ffc107;border-radius:12px;margin:1.5rem 0;padding:1.5rem}.warning-box h3{color:#856404;margin-bottom:1rem;margin-top:0}.warning-box ul{margin-bottom:0}.warning-box li{color:#856404}.emergency-box{background:#f8d7da;border:2px solid #dc3545;border-radius:12px;margin:1.5rem 0;padding:1.5rem}.emergency-box h3{color:#721c24;margin-bottom:1rem;margin-top:0}.emergency-box p{color:#721c24;font-weight:600;margin-bottom:.5rem}.emergency-box a{color:#721c24;text-decoration:underline}@media (max-width:768px){.static-page{padding:1rem 0}.static-container{border-radius:15px;margin:1rem;padding:1.5rem}.static-container h1{font-size:2rem}.static-container h2{font-size:1.5rem}.static-container h3{font-size:1.2rem}.static-container ol,.static-container ul{padding-left:1.5rem}}.join-page{background:#f5f5f5;min-height:100vh;padding:2rem 0}.join-container{margin:3rem auto;max-width:1100px;padding:2rem}.join-title{color:#1d7a91;font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.join-subtitle{color:#666;font-size:1.2rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.cards-container{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.join-card{background:#fffffff2;border:2px solid #937e6c;border-radius:20px;box-shadow:0 4px 20px #937e6c33;display:flex;flex-direction:column;justify-content:space-between;min-height:500px;padding:2.5rem 2rem;text-align:center;transition:all .3s ease}.join-card:hover{border-color:#1d7a91;box-shadow:0 8px 30px #1d7a914d;transform:translateY(-8px)}.card-icon{font-size:4rem;margin-bottom:1.5rem}.card-title{color:#1d7a91;font-size:1.8rem;font-weight:700;margin-bottom:1rem}.card-description{color:#555;flex-grow:1;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.benefits-list{list-style:none;margin:1.5rem 0;padding:0}.benefits-list li{color:#666;font-size:1rem;line-height:1.5;margin:.8rem 0;padding-left:2rem;position:relative;text-align:left}.benefits-list .emoji{font-size:1.1em;left:0;position:absolute}.join-btn{background:#1d7a91;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:auto;padding:15px 30px;transition:all .3s ease}.join-btn:hover{background:#156072;box-shadow:0 4px 15px #1d7a9166;transform:translateY(-2px)}.modal-overlay{background-color:#00000080;height:100%;width:100%}.modal-content{border-radius:20px;box-shadow:0 10px 40px #0000004d;max-width:500px;padding:2.5rem;position:relative;text-align:center}.modal-icon{font-size:3rem}.modal-content h3,.modal-icon{color:#1d7a91;margin-bottom:1rem}.modal-content h3{font-size:1.8rem}.modal-content p{color:#666;font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem}.email-list{background:#f8f9fa;border:1px solid #dee2e6;border-radius:12px;margin:1.5rem 0;padding:1.5rem}.email-list h4{color:#1d7a91;font-size:1.2rem;margin-bottom:1rem}.email-item{background:#fff;border-left:4px solid #1d7a91;border-radius:8px;margin:.75rem 0;padding:1rem;text-align:left}.email-item a,.email-item strong{color:#1d7a91;font-size:1rem}.email-item a{font-weight:600;text-decoration:none}.email-item a:hover{text-decoration:underline}.email-item small{color:#666;display:block;font-size:.9rem;margin-top:.25rem}.close-btn{background:#1d7a91;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:1rem;padding:12px 30px;transition:background .3s ease}.close-btn:hover{background:#156072}@media (max-width:768px){.cards-container{gap:2rem;grid-template-columns:1fr}.join-card{min-height:auto;padding:2rem 1.5rem}.join-title{font-size:2rem}.join-container{padding:1rem}.modal-content{margin:5% auto;padding:2rem}}@media (max-width:480px){.join-title{font-size:1.75rem}.card-title{font-size:1.5rem}.card-description{font-size:1rem}.benefits-list li{font-size:.95rem}}.reviews-page{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:2rem}.reviews-header{color:#fff;margin:0 auto 2rem;max-width:1200px}.back-button{background:#fff3;border:1px solid #ffffff4d;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;margin-bottom:1rem;padding:.5rem 1rem;transition:all .3s ease}.back-button:hover{background:#ffffff4d;transform:translateX(-4px)}.reviews-header h1{font-size:2.5rem;margin:0 0 .5rem}.reviews-subtitle{font-size:1.1rem;margin:0;opacity:.9}.reviews-tabs{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;display:flex;gap:1rem;margin:0 auto 2rem;max-width:1200px;padding:.5rem}.reviews-tabs .tab{align-items:center;background:#0000;border:none;border-radius:8px;color:#666;cursor:pointer;display:flex;flex:1 1;font-size:1rem;font-weight:500;gap:.5rem;justify-content:center;padding:1rem 1.5rem;transition:all .3s ease}.reviews-tabs .tab:hover{background:#f5f5f5}.reviews-tabs .tab.active{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 12px #667eea66;color:#fff}.reviews-tabs .badge{background:#ffffff4d;border-radius:12px;color:#fff;font-size:.85rem;font-weight:600;min-width:24px;padding:.25rem .5rem;text-align:center}.reviews-tabs .tab:not(.active) .badge{background:#667eea;color:#fff}.reviews-content{margin:0 auto;max-width:1200px}.loading-state{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:4rem 2rem;text-align:center}.spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#667eea;height:48px;margin:0 auto 1rem;width:48px}.loading-state p{color:#666;font-size:1.1rem;margin:0}.empty-state{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:4rem 2rem}.empty-state svg{margin-bottom:1.5rem}.empty-state h3{color:#333;font-size:1.5rem;margin:0 0 .5rem}.empty-state p{color:#666;font-size:1rem;margin:0}.reviews-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.review-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease}.review-card:hover{box-shadow:0 8px 16px #00000026;transform:translateY(-4px)}.review-card.pending{border-left:4px solid #ffc107}.review-card.submitted{border-left:4px solid #28a745}.card-header{align-items:flex-start;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:1.5rem}.worker-info h3{color:#333;font-size:1.25rem;margin:0 0 .25rem}.worker-info .service{color:#666;font-size:.9rem;margin:0}.pending-badge{background:#fff3cd;border:1px solid #ffc107;border-radius:12px;color:#856404;font-size:.85rem;font-weight:600;padding:.25rem .75rem}.overall-rating{align-items:center;display:flex;gap:.5rem}.rating-number{color:#333;font-size:.95rem;font-weight:600}.card-body{flex:1 1;padding:1.5rem}.booking-info .info-row{display:flex;font-size:.95rem;justify-content:space-between;margin-bottom:.75rem}.booking-info .label{color:#666;font-weight:500}.booking-info .value{color:#333}.detailed-ratings{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.rating-item{align-items:center;display:flex;gap:.75rem}.rating-item .category{color:#666;font-size:.9rem;min-width:120px}.stars-readonly{display:flex;gap:2px}.review-text{color:#444;font-size:.95rem;line-height:1.6;margin:1rem 0 .5rem}.review-date{color:#999;font-size:.85rem;margin:.5rem 0 0}.card-footer{background:#fafafa;border-top:1px solid #f0f0f0;display:flex;gap:.75rem;padding:1rem 1.5rem}.btn-cancel,.btn-danger,.btn-primary,.btn-secondary,.btn-submit{border:none;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:500;padding:.75rem 1.5rem;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);flex:1 1}.btn-primary:hover:not(:disabled){box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.btn-secondary{flex:1 1}.btn-secondary:hover:not(:disabled){background:#5a6268;transform:translateY(-2px)}.btn-danger{background:#dc3545;flex:1 1}.btn-danger:hover:not(:disabled){background:#c82333;transform:translateY(-2px)}.btn-submit{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-submit:hover:not(:disabled){box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.btn-cancel{background:#f8f9fa;border:1px solid #ddd;color:#666}.btn-cancel:hover:not(:disabled){background:#e9ecef;transform:translateY(-2px)}.btn-cancel:disabled,.btn-danger:disabled,.btn-primary:disabled,.btn-secondary:disabled,.btn-submit:disabled{cursor:not-allowed;opacity:.5}.modal-overlay{align-items:center;animation:fadeIn .3s ease;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:1000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{animation:slideIn .3s ease;border-radius:16px;box-shadow:0 20px 60px #0000004d;width:100%}.modal-content.small{max-width:450px}@keyframes slideIn{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}.review-form{padding:2rem}.review-form-header{margin-bottom:2rem}.review-form-header h3{color:#333;font-size:1.75rem;margin:0 0 .5rem}.review-form-header .review-subtitle{color:#666;font-size:1rem;margin:0}.rating-section{margin-bottom:2rem}.rating-row{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:1rem}.rating-row:last-child{border-bottom:none}.rating-label{color:#333;font-size:.95rem;font-weight:500;min-width:140px}.required{color:#dc3545}.stars-input{align-items:center;display:flex;gap:.5rem}.star{background:none;border:none;cursor:pointer;padding:0;transition:all .2s ease}.star:hover{transform:scale(1.1)}.star svg{transition:all .2s ease}.rating-value{color:#333;font-size:1rem;font-weight:600;min-width:30px;text-align:center}.form-section{margin-bottom:1.5rem}.form-label{color:#333;display:block;font-size:.95rem;font-weight:500;margin-bottom:.5rem}textarea{border:1px solid #ddd;border-radius:8px;font-family:inherit;font-size:.95rem;padding:.75rem;resize:vertical;transition:all .3s ease;width:100%}textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}textarea.over-limit{border-color:#dc3545}textarea.over-limit:focus{box-shadow:0 0 0 3px #dc35451a}.character-counter{color:#666;display:flex;font-size:.85rem;gap:.5rem;margin-top:.5rem}.character-counter .over-limit{color:#dc3545;font-weight:600}.character-counter .warning-text{color:#ff9800;font-weight:500}.character-counter .error-text{color:#dc3545;font-weight:600}.form-actions{display:flex;gap:1rem;margin-top:2rem}.form-actions button{flex:1 1}.delete-confirmation{padding:2rem;text-align:center}.delete-confirmation svg{margin-bottom:1rem}.delete-confirmation h3{color:#333;font-size:1.5rem;margin:0 0 1rem}.delete-confirmation p{color:#666;font-size:1rem;line-height:1.6;margin:0 0 2rem}.toast-container{display:flex;flex-direction:column;gap:.75rem;position:fixed;right:1rem;top:1rem;z-index:2000}.toast{align-items:center;animation:slideInRight .3s ease;background:#fff;border-left:4px solid #666;border-radius:8px;box-shadow:0 4px 12px #00000026;display:flex;gap:1rem;justify-content:space-between;max-width:400px;min-width:300px;padding:1rem 1.5rem}@keyframes slideInRight{0%{opacity:0;transform:translateX(400px)}to{opacity:1;transform:translateX(0)}}.toast-success{border-left-color:#28a745}.toast-error{border-left-color:#dc3545}.toast-info{border-left-color:#17a2b8}.toast-close{align-items:center;background:none;border:none;color:#999;cursor:pointer;display:flex;font-size:1.5rem;height:24px;justify-content:center;padding:0;transition:color .2s ease;width:24px}.toast-close:hover{color:#333}.statistics-dashboard{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:2rem}.stat-card{align-items:center;background:linear-gradient(135deg,#f8f9fa,#fff);border:2px solid #e9ecef;display:flex;gap:1.5rem;padding:2rem 1.5rem;transition:all .3s ease}.stat-card:hover{border-color:#667eea;box-shadow:0 8px 16px #667eea26;transform:translateY(-4px)}.stat-icon{font-size:3rem;line-height:1}.stat-content{flex:1 1}.stat-value{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#333;font-size:2.5rem;font-weight:700;line-height:1;margin-bottom:.5rem}.stat-label{font-size:.95rem;font-weight:500}.impact-message{align-items:flex-start;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;display:flex;gap:1.5rem;padding:2rem}.impact-icon{flex-shrink:0;font-size:3rem;line-height:1}.impact-content{flex:1 1}.impact-content h3{color:#fff;font-size:1.5rem;margin:0 0 1rem}.impact-content p{color:#fffffff2;font-size:1rem;line-height:1.6;margin:0 0 1.5rem}.btn-primary-impact{background:#fff;border:none;border-radius:8px;color:#667eea;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.btn-primary-impact:hover{background:#ffffffe6;box-shadow:0 4px 12px #0003;transform:translateY(-2px)}.photo-section{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:1.5rem}.photo-hint{color:#6c757d;font-size:.85rem;font-weight:400}.upload-dropzone{background:#fff;border:2px dashed #ced4da;border-radius:8px;cursor:pointer;padding:3rem 2rem;text-align:center;transition:all .3s ease}.upload-dropzone:hover{background:#f8f9ff;border-color:#667eea}.upload-icon{font-size:3rem;margin-bottom:1rem}.upload-dropzone p{color:#333;font-size:1rem;font-weight:500;margin:.5rem 0}.upload-hint{color:#6c757d;font-size:.85rem!important;font-weight:400!important}.photo-preview-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));margin-bottom:1rem}.photo-preview-item{aspect-ratio:1;background:#f8f9fa;border:2px solid #e9ecef;border-radius:8px;overflow:hidden;position:relative;transition:all .3s ease}.photo-preview-item:hover{border-color:#667eea;transform:scale(1.02)}.photo-preview-item img{cursor:pointer;height:100%;object-fit:cover;width:100%}.photo-preview-item.uploading{border-color:#667eea}.photo-preview-item.uploading img{opacity:.6}.photo-remove-btn{align-items:center;background:#dc3545e6;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:32px;justify-content:center;line-height:1;padding:0;position:absolute;right:.5rem;top:.5rem;transition:all .2s ease;width:32px}.photo-remove-btn:hover{background:#c82333;transform:scale(1.1)}.photo-upload-progress{background:#000000b3;bottom:0;color:#fff;font-size:.85rem;left:0;padding:.5rem;position:absolute;right:0;text-align:center}.progress-bar{background:#667eea;bottom:0;height:3px;left:0;position:absolute;transition:width .3s ease}.btn-add-photo{background:#fff;border:2px dashed #667eea;border-radius:8px;color:#667eea;cursor:pointer;font-size:.95rem;font-weight:500;margin-bottom:1rem;padding:.75rem 1.5rem;transition:all .3s ease;width:100%}.btn-add-photo:hover:not(:disabled){background:#f8f9ff;border-color:#764ba2;color:#764ba2}.btn-add-photo:disabled{cursor:not-allowed;opacity:.5}.photo-safety-note{background:#fff3cd;border:1px solid #ffc107;border-radius:6px;color:#856404;font-size:.85rem;line-height:1.5;padding:.75rem}.photo-safety-note strong{display:block;margin-bottom:.25rem}.photo-viewer-overlay{animation:fadeIn .3s ease;background:#000000f2;bottom:0;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:2000}.photo-viewer-content,.photo-viewer-overlay{align-items:center;display:flex;justify-content:center}.photo-viewer-content{max-height:90vh;max-width:90vw;position:relative}.photo-viewer-content img{border-radius:8px;box-shadow:0 20px 60px #00000080;max-height:90vh;max-width:100%;object-fit:contain}.photo-viewer-close{align-items:center;background:#fff3;border:2px solid #ffffff80;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:2rem;height:48px;justify-content:center;line-height:1;padding:0;position:absolute;right:0;top:-3rem;transition:all .3s ease;width:48px}.photo-viewer-close:hover{background:#ffffff4d;transform:scale(1.1)}@media (max-width:768px){.reviews-page{padding:1rem}.reviews-header h1{font-size:2rem}.reviews-grid{grid-template-columns:1fr}.reviews-tabs{flex-direction:column}.modal-overlay{padding:1rem}.modal-content{max-height:95vh}.review-form{padding:1.5rem}.rating-row{align-items:flex-start;gap:.75rem}.form-actions,.rating-row{flex-direction:column}.toast-container{left:1rem;right:1rem}.toast{max-width:none;min-width:auto}.upload-dropzone{padding:2rem 1rem}.photo-preview-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.photo-viewer-overlay{padding:1rem}.photo-viewer-close{font-size:1.75rem;height:40px;top:-2.5rem;width:40px}.stats-grid{grid-template-columns:1fr}.stat-card{padding:1.5rem}.stat-value{font-size:2rem}.impact-message{flex-direction:column;padding:1.5rem}.impact-content h3{font-size:1.25rem}.impact-content p{font-size:.95rem}}*{box-sizing:border-box}.admin-dashboard{background:#f5f6fa;min-height:100vh;padding-bottom:3rem}.admin-container{margin:0 auto;max-width:1400px;padding:2rem}.dashboard-header{align-items:center;background:linear-gradient(135deg,#2d5016,#4a7c59);border-radius:16px;box-shadow:0 4px 12px #00000026;color:#fff;display:flex;justify-content:space-between;margin-bottom:2rem;padding:2rem}.dashboard-header-left h1{font-size:2rem;margin:0 0 .5rem}.dashboard-header-left p{margin:0;opacity:.9}.dashboard-header-right{align-items:center;display:flex;gap:1rem}.user-email{border-radius:8px;padding:.5rem 1rem}.refresh-btn,.user-email{background:#fff3;font-weight:600}.refresh-btn{border:2px solid #ffffff4d;border-radius:8px;color:#fff;cursor:pointer;padding:.6rem 1.2rem;transition:all .3s}.refresh-btn:hover{background:#ffffff4d}.refresh-btn:disabled{cursor:not-allowed;opacity:.5}.nav-tabs{border-bottom:2px solid #e0e0e0;display:flex;gap:.5rem;margin-bottom:2rem;overflow-x:auto}.nav-tab{background:none;border:none;border-bottom:3px solid #0000;color:#666;cursor:pointer;font-weight:600;padding:1rem 1.5rem;transition:all .3s;white-space:nowrap}.nav-tab:hover{background:#f8f9fa;color:#2d5016}.nav-tab.active{border-bottom-color:#4a7c59;color:#2d5016}.nav-tab .badge{background:#e74c3c;border-radius:12px;color:#fff;font-size:.75rem;margin-left:.5rem;padding:.2rem .5rem}.tab-content{display:none}.tab-content.active{display:block}.loading-overlay{align-items:center;background:#ffffffe6;bottom:0;display:none;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.loading-overlay.show{display:flex}.loading-spinner{color:#2d5016;font-size:1.2rem;font-weight:600;text-align:center}.loading-spinner:after{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#4a7c59;content:"";display:block;height:50px;margin:1rem auto;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.stat-card{background:#fff;border-left:4px solid #4a7c59;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:1.5rem}.stat-number{color:#2d5016;font-size:2rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:#666;font-size:.9rem;letter-spacing:.5px;text-transform:uppercase}.stat-subtext{color:#999;font-size:.85rem;margin-top:.5rem}.settings-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem;padding:1.5rem}.settings-section h3{color:#2d5016;font-size:1.2rem;margin-bottom:1rem}.setting-item{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:1rem}.setting-item:last-child{border-bottom:none}.setting-label{display:flex;flex-direction:column}.setting-label strong{font-size:1rem;margin-bottom:.3rem}.setting-label span{color:#666;font-size:.85rem}.toggle-switch{height:30px;position:relative;width:60px}.toggle-switch input{height:0;opacity:0;width:0}.slider{background-color:#ccc;border-radius:30px;bottom:0;cursor:pointer;left:0;right:0;top:0}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{background-color:#fff;border-radius:50%;bottom:4px;content:"";height:22px;left:4px;width:22px}input:checked+.slider{background-color:#4a7c59}input:checked+.slider:before{transform:translateX(30px)}.table-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem;padding:2rem}.table-section h3{color:#2d5016;font-size:1.2rem;margin-bottom:1rem}.table-section p{color:#666;margin-bottom:1rem}table{border-collapse:collapse;margin-top:1rem;width:100%}td,th{border-bottom:1px solid #f1f3f4;padding:12px;text-align:left}th{color:#2d5016;font-size:.9rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}tbody tr:hover,th{background:#f8f9fa}.no-data{color:#999;padding:2rem;text-align:center}.status-badge{border-radius:20px;display:inline-block;font-size:.85rem;font-weight:600;padding:.3rem .8rem}.status-pending{background:#fff3cd;color:#856404}.status-in-progress,.status-progress{background:#cce5ff;color:#004085}.status-completed{background:#d4edda;color:#155724}.status-cancelled{background:#f8d7da;color:#721c24}.status-active,.status-available{background:#d4edda;color:#155724}.status-inactive,.status-unavailable{background:#f8d7da;color:#721c24}.status-approved{background:#d4edda;color:#155724}.status-rejected{background:#f8d7da;color:#721c24}.cert-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}.cert-card{background:#fff;border-left:4px solid #ffc107;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:1.5rem}.cert-card.approved{border-left-color:#28a745}.cert-card.rejected{border-left-color:#dc3545}.cert-header{align-items:start;display:flex;justify-content:space-between;margin-bottom:1rem}.cert-info h4{color:#2d5016;margin-bottom:.25rem}.cert-info p{color:#666;font-size:.9rem;margin:.25rem 0}.cert-details{background:#f8f9fa;border-radius:8px;margin:1rem 0;padding:1rem}.cert-details p{font-size:.9rem;margin:.5rem 0}.cert-actions{display:flex;gap:.5rem;margin-top:1rem}.cert-actions button{border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:600;padding:.5rem 1rem}.worker-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.worker-card{background:#fff;border-left:4px solid #4a7c59;border-radius:12px;box-shadow:0 2px 8px #0000001a;cursor:pointer;padding:1.5rem;transition:transform .2s,box-shadow .2s}.worker-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.worker-card.unavailable{border-left-color:#e74c3c;opacity:.8}.worker-header{align-items:start;display:flex;justify-content:space-between;margin-bottom:1rem}.worker-info h4{align-items:center;color:#2d5016;display:flex;gap:.5rem;margin-bottom:.25rem}.verified-badge{background:#28a745;border-radius:12px;color:#fff;font-size:.7rem;font-weight:600;padding:.2rem .5rem}.worker-info p{color:#666;font-size:.9rem}.worker-stats{grid-gap:.5rem;background:#f8f9fa;border-radius:8px;display:grid;gap:.5rem;grid-template-columns:repeat(3,1fr);margin-bottom:1rem;padding:1rem}.worker-stat{text-align:center}.worker-stat-number{color:#2d5016;font-size:1.5rem;font-weight:700}.worker-stat-label{color:#666;font-size:.75rem;text-transform:uppercase}.clients-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.client-card{background:#fff;border-left:4px solid #4a7c59;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:1.5rem}.client-card h4{color:#2d5016;margin-bottom:.5rem}.client-info{color:#666;font-size:.9rem}.client-info,.client-info p{margin:.25rem 0}.client-stats{border-top:1px solid #eee;display:flex;justify-content:space-around;margin-top:1rem;padding-top:1rem}.btn{border:none;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:600;padding:.6rem 1.2rem;transition:all .3s}.btn-primary{background:#4a7c59;color:#fff}.btn-primary:hover{background:#2d5016}.btn-primary:disabled{background:#ccc;cursor:not-allowed}.btn-danger{background:#e74c3c;color:#fff}.btn-danger:hover{background:#c0392b}.btn-success{background:#27ae60;color:#fff}.btn-success:hover{background:#229954}.btn-secondary{background:#6c757d;color:#fff}.btn-secondary:hover{background:#5a6268}.btn-small{font-size:.85rem;padding:.4rem .8rem}.message{border-radius:8px;display:none;margin-bottom:1rem;padding:1rem}.message.show{display:block}.message.error{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.message.success{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.empty-state{color:#999;padding:3rem;text-align:center}.modal{align-items:center;background:#00000080;display:none;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1100}.modal.show{display:flex}.modal-content{background:#fff;border-radius:12px;max-height:90vh;max-width:600px;overflow-y:auto;padding:2rem;width:90%}.modal-header{align-items:center;border-bottom:2px solid #eee;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.modal-header h3{color:#2d5016;margin:0}.modal-close{background:none;border:none;color:#666;cursor:pointer;font-size:1.5rem}.modal-close:hover{color:#333}.cert-preview{border-radius:8px;margin:1rem 0;max-height:400px;object-fit:contain;width:100%}.modal-body{padding:1rem 0}.filter-tabs{display:flex;gap:.5rem;margin-bottom:1rem}.filter-tab{background:#fff;border:2px solid #e0e0e0;border-radius:8px;color:#666;cursor:pointer;font-weight:600;padding:.5rem 1rem;transition:all .3s}.filter-tab:hover{background:#f8f9fa;border-color:#cbd5e1}.filter-tab.active{background:#4a7c59;border-color:#4a7c59;color:#fff}.card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:1.5rem}@media (max-width:968px){.dashboard-header{flex-direction:column;gap:1rem}.dashboard-header-right{flex-direction:column;width:100%}}@media (max-width:768px){.admin-container{padding:1rem}.cert-grid,.clients-grid,.worker-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.nav-tabs{overflow-x:auto}.nav-tab{font-size:.85rem;padding:.75rem 1rem}}#root{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1}