:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-container{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:300px}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #e5e7eb;border-radius:50%;border-top-color:#2563eb;height:50px;width:50px}@keyframes spin{to{transform:rotate(1turn)}}.loading-message{color:#6b7280;font-size:1rem}.navbar{background:#fff;box-shadow:0 2px 10px #0000001a;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.navbar-container{height:70px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 1rem}.navbar-container,.navbar-logo{align-items:center;display:flex}.navbar-logo{color:#2563eb;font-size:1.5rem;font-weight:700;gap:.5rem;text-decoration:none}.logo-icon{font-size:1.75rem}.navbar-menu{align-items:center;display:flex;gap:1.5rem}.nav-link{color:#4b5563;font-weight:500;text-decoration:none;transition:color .2s}.nav-link:hover{color:#2563eb}.navbar-actions{align-items:center;display:flex;gap:1rem}.notification-btn{background:none;border:none;color:#4b5563;cursor:pointer;font-size:1.25rem;padding:.5rem;position:relative;transition:color .2s}.notification-btn:hover{color:#2563eb}.notification-badge{background:#ef4444;border-radius:10px;color:#fff;font-size:.75rem;font-weight:600;min-width:18px;padding:.125rem .375rem;position:absolute;right:0;text-align:center;top:0}.profile-dropdown{position:relative}.profile-btn{align-items:center;background:#f3f4f6;border:none;border-radius:8px;color:#374151;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.5rem 1rem;transition:background .2s}.profile-btn:hover{background:#e5e7eb}.dropdown-menu{background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;min-width:150px;overflow:hidden;position:absolute;right:0;top:calc(100% + .5rem)}.dropdown-item{align-items:center;background:none;border:none;color:#374151;cursor:pointer;display:flex;gap:.5rem;padding:.75rem 1rem;text-decoration:none;transition:background .2s;width:100%}.dropdown-item:hover{background:#f3f4f6}.auth-buttons{display:flex;gap:.5rem}.menu-toggle{background:none;border:none;color:#374151;cursor:pointer;display:none;font-size:1.5rem}@media (max-width:768px){.navbar-menu{background:#fff;box-shadow:0 4px 20px #0000001a;flex-direction:column;gap:0;left:0;opacity:0;padding:1rem;position:fixed;right:0;top:70px;transform:translateY(-100%);transition:all .3s;visibility:hidden}.navbar-menu.active{opacity:1;transform:translateY(0);visibility:visible}.navbar-menu .nav-link{border-bottom:1px solid #e5e7eb;display:block;padding:1rem;width:100%}.menu-toggle{display:block}.auth-buttons{display:none}}.footer{background:#1f2937;color:#fff;margin-top:auto;padding:3rem 0 0}.footer-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;max-width:1200px;padding:0 1rem}.footer-section h3,.footer-section h4{margin-bottom:1rem}.footer-logo{align-items:center;display:flex;font-size:1.5rem;gap:.5rem}.footer-description{color:#9ca3af;line-height:1.6}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#9ca3af;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#fff}.footer-btn{background:#374151;border:none;border-radius:6px;color:#9ca3af;cursor:not-allowed;font-size:.875rem;padding:.5rem 1rem}.coming-soon{color:#60a5fa;font-size:.875rem;margin-top:.5rem}.footer-contact{color:#9ca3af;list-style:none;padding:0}.footer-contact li{margin-bottom:.5rem}.footer-bottom{border-top:1px solid #374151;color:#9ca3af;margin-top:2rem;padding:1.5rem;text-align:center}.home{overflow-x:hidden}.hero{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;padding:5rem 0}.hero .container{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.hero-title{font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-title span{color:#93c5fd}.hero-subtitle{font-size:1.25rem;line-height:1.7;margin-bottom:2rem;opacity:.9}.hero-actions{display:flex;gap:1rem}.hero-graphic,.hero-image{align-items:center;display:flex;justify-content:center}.hero-graphic{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:50%;height:300px;width:300px}.graphic-card{background:#fff;border-radius:16px;box-shadow:0 20px 40px #0003;color:#2563eb;padding:2rem 3rem;text-align:center}.graphic-icon{font-size:4rem;margin-bottom:.5rem}.graphic-card span{font-size:1.25rem;font-weight:700}.features{background:#f8fafc;padding:5rem 0}.section-title{color:#1e293b;font-size:2.5rem;font-weight:700;margin-bottom:.5rem;text-align:center}.section-subtitle{color:#64748b;font-size:1.125rem;margin-bottom:3rem;text-align:center}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.feature-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;padding:2rem;transition:transform .2s,box-shadow .2s}.feature-card:hover{box-shadow:0 10px 20px #0000001a;transform:translateY(-4px)}.feature-icon{align-items:center;background:linear-gradient(135deg,#2563eb,#3b82f6);border-radius:12px;color:#fff;display:flex;font-size:1.5rem;height:60px;justify-content:center;margin-bottom:1rem;width:60px}.feature-card h3{color:#1e293b;font-size:1.25rem;margin-bottom:.5rem}.feature-card p{color:#64748b;line-height:1.6}.cta{background:#1e293b;color:#fff;padding:4rem 0;text-align:center}.cta h2{font-size:2rem;margin-bottom:.5rem}.cta p{color:#94a3b8;margin-bottom:2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center}.business-section{padding:5rem 0}.business-cards{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:800px}.business-card{background:#fff;border:2px dashed #e5e7eb;border-radius:12px;box-shadow:0 4px 6px #0000000d;padding:2.5rem;position:relative;text-align:center}.business-card h3{color:#1e293b;font-size:1.5rem;margin-bottom:1rem}.business-card p{color:#64748b;margin-bottom:1.5rem}.coming-soon-badge{background:#fef3c7;border-radius:20px;color:#92400e;font-size:.75rem;font-weight:600;padding:.25rem .75rem;position:absolute;right:1rem;top:1rem}@media (max-width:992px){.hero .container{grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.hero-actions{justify-content:center}.hero-image{display:none}.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.hero-title{font-size:2rem}.hero-actions{flex-direction:column}.business-cards,.features-grid{grid-template-columns:1fr}.cta-buttons{align-items:center;flex-direction:column}}.auth-page{align-items:center;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);display:flex;justify-content:center;min-height:calc(100vh - 200px);padding:2rem 1rem}.auth-container{max-width:450px;width:100%}.auth-card{background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000001a;padding:2.5rem}.auth-header{margin-bottom:2rem;text-align:center}.auth-header h1{color:#1e293b;font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.auth-header p{color:#64748b}.auth-form .form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.btn-block{width:100%}.auth-footer{border-top:1px solid #e5e7eb;margin-top:1.5rem;padding-top:1.5rem;text-align:center}.auth-footer p{color:#64748b}.auth-footer a{color:#2563eb;font-weight:500;text-decoration:none}.auth-footer a:hover{text-decoration:underline}@media (max-width:576px){.auth-form .form-row{grid-template-columns:1fr}.auth-card{padding:1.5rem}}.dashboard-page{padding:2rem 0}.dashboard-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem}.dashboard-actions{display:flex;gap:.75rem}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr);margin-bottom:2rem}.stat-card{background:#fff;box-shadow:0 1px 3px #0000001a;gap:1rem;padding:1.5rem}.stat-card,.stat-icon{align-items:center;border-radius:12px;display:flex}.stat-icon{font-size:1.25rem;height:50px;justify-content:center;width:50px}.stat-icon.blue{background:#dbeafe;color:#2563eb}.stat-icon.orange{background:#fef3c7;color:#f59e0b}.stat-icon.green{background:#d1fae5;color:#10b981}.stat-icon.red{background:#fee2e2;color:#ef4444}.stat-content h3{color:#1e293b;font-size:1.75rem;font-weight:700}.stat-content p{color:#64748b;font-size:.875rem}.dashboard-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;margin-bottom:2rem}.dashboard-section{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.section-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.section-header h2{color:#1e293b;font-size:1.125rem;font-weight:600}.view-all{color:#2563eb;font-size:.875rem;font-weight:500;text-decoration:none}.view-all:hover{text-decoration:underline}.claim-item{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:.75rem 0;text-decoration:none;transition:background .2s}.claim-item:last-child{border-bottom:none}.claim-item:hover{background:#f9fafb;margin:0 -1rem;padding:.75rem 1rem}.claim-info h4{color:#1e293b;font-size:.875rem;font-weight:600;margin-bottom:.25rem}.claim-info p{color:#64748b;font-size:.75rem}.claim-status{align-items:flex-end;display:flex;flex-direction:column;gap:.25rem}.status-badge{border-radius:20px;font-size:.75rem;font-weight:600;padding:.25rem .75rem}.claim-date{color:#9ca3af;font-size:.75rem}.expiring-list{display:flex;flex-direction:column}.expiring-item{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:.75rem 0;text-decoration:none;transition:background .2s}.expiring-item:last-child{border-bottom:none}.expiring-item:hover{background:#f9fafb;margin:0 -1rem;padding:.75rem 1rem}.product-info h4{color:#1e293b;font-size:.875rem;font-weight:600;margin-bottom:.25rem}.product-info p{color:#64748b;font-size:.75rem}.warranty-info{align-items:flex-end;display:flex;flex-direction:column;gap:.25rem}.expiry-date{color:#9ca3af;font-size:.75rem}.empty-section{color:#64748b;padding:2rem;text-align:center}.empty-section .btn{margin-top:1rem}.quick-actions-section h2{color:#1e293b;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.quick-actions-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.quick-action-card{background:#fff;border:2px solid #0000;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:1.5rem;text-align:center;text-decoration:none;transition:transform .2s,box-shadow .2s}.quick-action-card:hover{border-color:#2563eb;box-shadow:0 10px 20px #0000001a;transform:translateY(-4px)}.action-icon{color:#2563eb;font-size:2rem;margin-bottom:1rem}.quick-action-card h3{color:#1e293b;font-size:1rem;font-weight:600;margin-bottom:.5rem}.quick-action-card p{color:#64748b;font-size:.875rem}@media (max-width:992px){.stats-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}.quick-actions-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.quick-actions-grid,.stats-grid{grid-template-columns:1fr}.dashboard-actions{flex-direction:column;width:100%}}.products-page{padding:2rem 0}.filters-bar{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.search-box{flex:1 1;min-width:250px;position:relative}.search-icon{color:#9ca3af;left:1rem;position:absolute;top:50%;transform:translateY(-50%)}.search-box input{border:1px solid #e5e7eb;border-radius:8px;font-size:.875rem;padding:.75rem 1rem .75rem 2.5rem;width:100%}.search-box input:focus{border-color:#2563eb;outline:none}.filter-group{align-items:center;display:flex;gap:.75rem}.filter-icon{color:#64748b}.filter-group select{background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;font-size:.875rem;padding:.75rem 2rem .75rem 1rem}.products-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.product-card{background:#fff;border:2px solid #0000;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:1.5rem;text-decoration:none;transition:transform .2s,box-shadow .2s}.product-card:hover{border-color:#2563eb;box-shadow:0 10px 20px #0000001a;transform:translateY(-4px)}.product-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.category-icon{font-size:2rem}.warranty-badge{border-radius:20px;font-size:.75rem;font-weight:600;padding:.25rem .75rem}.warranty-badge.active{background:#d1fae5;color:#065f46}.warranty-badge.expiring{background:#fef3c7;color:#92400e}.warranty-badge.expired{background:#fee2e2;color:#991b1b}.product-name{color:#1e293b;font-size:1.125rem;font-weight:600;margin-bottom:.25rem}.product-brand{color:#64748b;margin-bottom:1rem}.product-details{border-top:1px solid #e5e7eb;padding-top:1rem}.detail-item{margin-bottom:.5rem}.detail-item:last-child{margin-bottom:0}.detail-item .value{font-size:.875rem}@media (max-width:576px){.filter-group{flex-wrap:wrap;width:100%}.filter-group select{flex:1 1;min-width:120px}}.product-detail-page{padding:2rem 0}.back-link{align-items:center;color:#64748b;display:inline-flex;font-weight:500;gap:.5rem;margin-bottom:1.5rem;text-decoration:none}.back-link:hover{color:#2563eb}.product-detail-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:2rem}.product-detail-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem}.product-title-section{align-items:center;display:flex;gap:1rem}.category-icon-large{font-size:3rem}.product-title-section h1{color:#1e293b;font-size:1.75rem;font-weight:700;margin-bottom:.25rem}.product-brand-model{color:#64748b;font-size:1.125rem}.product-actions{display:flex;flex-wrap:wrap;gap:.75rem}.warranty-status-bar{align-items:center;background:#f8fafc;border-radius:12px;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem;padding:1.5rem}.status-indicator{display:flex;flex-direction:column;gap:.25rem}.status-indicator .status-label{color:#64748b;font-size:.875rem}.status-indicator .status-value{font-size:1.25rem;font-weight:700}.status-indicator.active .status-value{color:#10b981}.status-indicator.expiring .status-value{color:#f59e0b}.status-indicator.expired .status-value{color:#ef4444}.warranty-dates{display:flex;gap:2rem}.date-item{display:flex;flex-direction:column;gap:.25rem;text-align:center}.date-item .label{color:#64748b;font-size:.75rem}.date-item .value{color:#1e293b;font-size:.875rem;font-weight:600}.product-info-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:2rem}.info-section h3{border-bottom:1px solid #e5e7eb;color:#1e293b;font-size:1rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem}.info-list{display:flex;flex-direction:column;gap:.75rem}.info-item{display:flex;justify-content:space-between}.info-item .label{color:#64748b}.info-item .value{color:#1e293b;font-weight:500}.description,.notes{color:#4b5563;line-height:1.6}.product-images h3{color:#1e293b;font-size:1rem;font-weight:600;margin-bottom:1rem}.image-item{aspect-ratio:1;border-radius:8px;overflow:hidden}.image-item img{height:100%;object-fit:cover;width:100%}@media (max-width:768px){.product-detail-header{flex-direction:column}.product-actions{width:100%}.product-actions .btn{flex:1 1}.warranty-dates{flex-wrap:wrap;justify-content:center}}.add-product-page{padding:2rem 0}.form-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin:0 auto;max-width:800px;padding:2rem}.form-card h1{color:#1e293b;font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.form-subtitle{color:#64748b}.form-section,.form-subtitle{margin-bottom:2rem}.form-section h3{border-bottom:1px solid #e5e7eb;color:#1e293b;font-size:1rem;font-weight:600;padding-bottom:.5rem}.form-section h3,.image-upload-area{margin-bottom:1rem}.hidden{display:none}.upload-label{align-items:center;border:2px dashed #e5e7eb;border-radius:8px;color:#64748b;cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding:2rem;transition:border-color .2s,background .2s}.upload-label:hover{background:#f8fafc;border-color:#2563eb}.upload-label svg{color:#2563eb;font-size:2rem;margin-bottom:.5rem}.upload-label span{font-weight:500;margin-bottom:.25rem}.upload-label small{font-size:.75rem}.image-previews{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.preview-item{aspect-ratio:1;border-radius:8px;overflow:hidden;position:relative}.preview-item img{height:100%;object-fit:cover;width:100%}.remove-btn{align-items:center;background:#0009;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1rem;height:24px;justify-content:center;position:absolute;right:.25rem;top:.25rem;width:24px}.remove-btn:hover{background:#ef4444}.form-actions{display:flex;gap:1rem;justify-content:flex-end;padding-top:1rem}@media (max-width:576px){.form-grid{grid-template-columns:1fr}.form-group.full-width{grid-column:span 1}.form-actions{flex-direction:column}.form-actions .btn{width:100%}}.claims-page{padding:2rem 0}.claims-filter{align-items:center;display:flex;gap:.75rem;margin-bottom:2rem}.claims-filter .filter-icon{color:#64748b}.claims-filter select{background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;font-size:.875rem;padding:.75rem 2rem .75rem 1rem}.claims-list{display:flex;flex-direction:column;gap:1rem}.claim-card{background:#fff;border:2px solid #0000;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:1.5rem;text-decoration:none;transition:transform .2s,box-shadow .2s}.claim-card:hover{border-color:#2563eb;box-shadow:0 10px 20px #0000001a;transform:translateY(-2px)}.claim-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.claim-number{align-items:center;display:flex;gap:.5rem}.claim-number h3{color:#1e293b;font-size:1.125rem;font-weight:600}.sos-badge{animation:pulse 2s infinite;background:#ef4444;border-radius:4px;color:#fff;font-size:.625rem;font-weight:700;padding:.125rem .5rem}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.claim-status-badge{border-radius:20px;font-size:.75rem;font-weight:600;padding:.375rem .875rem}.claim-card-body{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);margin-bottom:1.5rem}.claim-issue,.claim-product{display:flex;flex-direction:column;gap:.25rem}.claim-issue .label,.claim-product .label{color:#64748b;font-size:.75rem}.claim-issue .value,.claim-product .value{color:#1e293b;font-size:.875rem;font-weight:500}.claim-progress{margin-bottom:1rem}.progress-bar{background:#e5e7eb;border-radius:3px;height:6px;margin-bottom:.5rem;overflow:hidden}.progress-fill{border-radius:3px;height:100%;transition:width .3s ease}.progress-steps{display:flex;justify-content:space-between}.progress-steps span{color:#9ca3af;font-size:.625rem;font-weight:500;text-transform:uppercase}.progress-steps span.active{color:#1e293b}.claim-card-footer{border-top:1px solid #f3f4f6;display:flex;justify-content:space-between;padding-top:1rem}.claim-date,.claim-eta{color:#64748b;font-size:.75rem}@media (max-width:576px){.claim-card-body{grid-template-columns:1fr}}.claim-detail-page{padding:2rem 0}.claim-detail-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:2rem}.claim-detail-header{align-items:flex-start;justify-content:space-between;margin-bottom:2rem}.claim-detail-header,.claim-title{display:flex;flex-wrap:wrap;gap:1rem}.claim-title{align-items:center}.claim-title h1{color:#1e293b;font-size:1.75rem;font-weight:700}.sos-tag{align-items:center;background:#fee2e2;border-radius:6px;color:#dc2626;display:inline-flex;font-size:.75rem;font-weight:600;gap:.5rem;padding:.375rem .75rem}.claim-product-name{color:#64748b;margin-top:.25rem}.status-badge-large{border:2px solid;border-radius:25px;font-size:.875rem;font-weight:600;padding:.5rem 1.25rem}.progress-tracker{background:#f8fafc;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.progress-tracker h3{color:#1e293b;font-size:1rem;font-weight:600;margin-bottom:1rem}.progress-bar-large{background:#e5e7eb;border-radius:4px;height:8px;margin-bottom:1rem;overflow:hidden}.progress-fill-large{border-radius:4px;height:100%;transition:width .5s ease}.progress-steps-large{display:flex;justify-content:space-between}.step{align-items:center;display:flex;flex-direction:column;gap:.5rem}.step-dot{background:#e5e7eb;border-radius:50%;height:12px;transition:background .3s,transform .3s;width:12px}.step.active .step-dot{background:#10b981}.step.current .step-dot{box-shadow:0 0 0 4px #10b98133;transform:scale(1.5)}.step span{color:#9ca3af;font-size:.75rem;font-weight:500}.step.active span{color:#1e293b}.claim-details-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 2fr;margin-bottom:2rem}.detail-section h3{border-bottom:1px solid #e5e7eb;color:#1e293b;font-size:1rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem}.detail-list{display:flex;flex-direction:column;gap:.75rem}.detail-item{align-items:center;display:flex;justify-content:space-between}.detail-item .label{color:#64748b;font-size:.875rem}.detail-item .value{color:#1e293b;font-weight:500}.priority-badge{border-radius:20px;font-size:.75rem;font-weight:600;padding:.25rem .75rem;text-transform:capitalize}.priority-badge.low{background:#d1fae5;color:#065f46}.priority-badge.medium{background:#dbeafe;color:#1e40af}.priority-badge.high{background:#fef3c7;color:#92400e}.priority-badge.urgent{background:#fee2e2;color:#991b1b}.issue-description{color:#4b5563;line-height:1.7}.images-section{margin-bottom:2rem}.images-section h3{color:#1e293b;font-size:1rem;font-weight:600;margin-bottom:1rem}.images-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.images-grid .image-item{aspect-ratio:1;border-radius:8px;overflow:hidden}.images-grid .image-item img{height:100%;object-fit:cover;width:100%}.timeline-section{margin-bottom:2rem}.timeline-section h3{color:#1e293b;font-size:1rem;font-weight:600;margin-bottom:1rem}.timeline{padding-left:2rem;position:relative}.timeline:before{background:#e5e7eb;bottom:0;content:"";left:6px;position:absolute;top:0;width:2px}.timeline-item{margin-bottom:1.5rem;position:relative}.timeline-item:last-child{margin-bottom:0}.timeline-dot{background:#2563eb;border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 2px #2563eb;height:14px;left:-1.75rem;position:absolute;top:.25rem;width:14px}.timeline-content{background:#f8fafc;border-radius:8px;padding:1rem}.timeline-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.timeline-status{color:#1e293b;font-weight:600;text-transform:capitalize}.timeline-date{color:#64748b;font-size:.75rem}.timeline-description{color:#4b5563;font-size:.875rem}.resolution-section{margin-bottom:2rem}.resolution-section h3{color:#1e293b;font-size:1rem;font-weight:600;margin-bottom:1rem}.resolution-card{background:#d1fae5;border-radius:8px;padding:1.5rem}.resolution-type{margin-bottom:.5rem}.resolution-type .label{color:#065f46;font-weight:500}.resolution-type .value{color:#065f46;font-weight:600;text-transform:capitalize}.resolution-description{color:#065f46;margin-bottom:.5rem}.resolution-date{color:#047857;font-size:.75rem}.feedback-prompt h3,.feedback-section h3{color:#1e293b;font-size:1rem;font-weight:600;margin-bottom:1rem}.feedback-card{background:#f8fafc;border-radius:8px;padding:1.5rem}.feedback-rating{display:flex;gap:.25rem;margin-bottom:.5rem}.feedback-rating .filled{color:#fbbf24}.feedback-rating .empty{color:#e5e7eb}.feedback-comment{color:#4b5563}.feedback-prompt{background:#f8fafc;border-radius:8px;padding:2rem;text-align:center}.feedback-prompt p{color:#64748b;margin-bottom:1rem}.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}.modal-content{background:#fff;border-radius:12px;max-width:500px;padding:2rem;width:100%}.modal-content h2,.rating-input{margin-bottom:1.5rem}.rating-input label{display:block;font-weight:500;margin-bottom:.5rem}.stars-input{display:flex;font-size:1.5rem;gap:.5rem}.stars-input .filled{color:#fbbf24;cursor:pointer}.stars-input .empty{color:#e5e7eb;cursor:pointer}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}@media (max-width:768px){.claim-details-grid{grid-template-columns:1fr}.progress-steps-large{flex-wrap:wrap;gap:1rem}.step span{display:none}}.new-claim-page{padding:2rem 0}.product-select-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.product-option{cursor:pointer}.product-option input{display:none}.product-option-content{border:2px solid #e5e7eb;border-radius:8px;padding:1rem;transition:border-color .2s,background .2s}.product-option:hover .product-option-content{background:#f8fafc;border-color:#2563eb}.product-option.selected .product-option-content{background:#eff6ff;border-color:#2563eb}.product-option-content h4{color:#1e293b;font-size:1rem;font-weight:600;margin-bottom:.25rem}.product-option-content p{color:#64748b;font-size:.875rem;margin-bottom:.5rem}.product-option-content .warranty-badge{border-radius:12px;font-size:.75rem;padding:.125rem .5rem}.no-products-message{background:#f8fafc;border-radius:8px;padding:2rem;text-align:center}.no-products-message p{color:#64748b;margin-bottom:1rem}.sos-section{background:#fef2f2;border-radius:8px;margin:0 -2rem;padding:1rem 2rem!important}.sos-checkbox{align-items:flex-start;cursor:pointer;display:flex;gap:1rem}.sos-checkbox input{accent-color:#dc2626;height:20px;margin-top:.25rem;width:20px}.sos-label{align-items:flex-start;display:flex;gap:.75rem}.sos-icon{color:#dc2626;flex-shrink:0;font-size:1.5rem}.sos-label strong{color:#dc2626;display:block;font-weight:600}.sos-label small{color:#991b1b;font-size:.875rem}.section-description{color:#64748b;font-size:.875rem;margin-bottom:1rem}.providers-page{padding:2rem 0}.providers-header{margin-bottom:2rem;text-align:center}.providers-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.provider-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;padding:1.5rem;text-decoration:none;transition:transform .2s,box-shadow .2s}.provider-card:hover{box-shadow:0 10px 20px #0000001a;transform:translateY(-4px)}.provider-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.provider-logo{border-radius:12px;height:60px;overflow:hidden;width:60px}.provider-logo img{height:100%;object-fit:cover;width:100%}.logo-placeholder{align-items:center;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;display:flex;font-size:1.5rem;font-weight:700;height:100%;justify-content:center;width:100%}.verified-badge{align-items:center;background:#d1fae5;border-radius:4px;color:#065f46;display:inline-flex;font-size:.625rem;font-weight:600;gap:.25rem;padding:.25rem .5rem}.provider-name{color:#1e293b;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.provider-rating{align-items:center;display:flex;gap:.5rem;margin-bottom:.75rem}.provider-rating .stars{display:flex;gap:.125rem}.provider-rating .stars .filled{color:#fbbf24}.provider-rating .stars .empty{color:#e5e7eb}.provider-description,.rating-text{color:#64748b;font-size:.875rem}.provider-description{flex:1 1;line-height:1.5;margin-bottom:1rem}.provider-categories{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.category-tag{background:#f3f4f6;border-radius:4px;color:#4b5563;font-size:.75rem;padding:.25rem .5rem}.provider-location{align-items:center;color:#64748b;display:flex;font-size:.875rem;gap:.5rem;margin-bottom:1rem}.provider-location svg{color:#2563eb}.provider-metrics{border-top:1px solid #e5e7eb;display:flex;gap:1.5rem;padding-top:1rem}.metric{display:flex;flex-direction:column}.metric-value{color:#1e293b;font-size:1.25rem;font-weight:700}.metric-label{color:#64748b;font-size:.75rem}.provider-detail-page{padding:2rem 0}.provider-detail-header{align-items:flex-start;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem;padding:2rem}.provider-info{display:flex;gap:1.5rem}.provider-logo-large{border-radius:16px;flex-shrink:0;height:100px;overflow:hidden;width:100px}.provider-logo-large img{height:100%;object-fit:cover;width:100%}.logo-placeholder-large{align-items:center;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;display:flex;font-size:2.5rem;font-weight:700;height:100%;justify-content:center;width:100%}.title-row{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.title-row h1{color:#1e293b;font-size:1.75rem;font-weight:700}.verified-badge-large{align-items:center;background:#d1fae5;border-radius:6px;color:#065f46;display:inline-flex;font-size:.75rem;font-weight:600;gap:.375rem;padding:.375rem .75rem}.provider-rating-large{align-items:center;display:flex;gap:.5rem;margin-top:.5rem}.provider-rating-large .stars{display:flex;font-size:1.25rem;gap:.125rem}.provider-rating-large .stars .filled{color:#fbbf24}.provider-rating-large .stars .empty{color:#e5e7eb}.rating-value{color:#1e293b;font-size:1.25rem;font-weight:700}.rating-count{color:#64748b}.provider-detail-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:2fr 1fr}.detail-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:1.5rem;padding:1.5rem}.detail-card h2{border-bottom:1px solid #e5e7eb;color:#1e293b;font-size:1.125rem;font-weight:600;margin-bottom:1rem;padding-bottom:.75rem}.detail-card p{color:#4b5563;line-height:1.7}.service-categories{display:flex;flex-wrap:wrap;gap:.75rem}.service-category{background:#eff6ff;border-radius:20px;color:#1e40af;font-size:.875rem;font-weight:500;padding:.5rem 1rem}.service-regions{display:flex;flex-wrap:wrap;gap:.75rem}.region-tag{align-items:center;background:#f3f4f6;border-radius:6px;color:#4b5563;display:inline-flex;font-size:.875rem;gap:.375rem;padding:.5rem 1rem}.region-tag svg{color:#2563eb}.reviews-list{display:flex;flex-direction:column;gap:1.5rem}.review-item{border-bottom:1px solid #f3f4f6;padding-bottom:1.5rem}.review-item:last-child{border-bottom:none;padding-bottom:0}.review-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:.75rem}.reviewer-name{color:#1e293b;font-weight:600}.review-date{color:#9ca3af;font-size:.75rem;margin-left:.75rem}.review-stars{display:flex;gap:.125rem}.review-stars .filled{color:#fbbf24}.review-stars .empty{color:#e5e7eb}.review-title{color:#1e293b;font-size:1rem;font-weight:600;margin-bottom:.5rem}.review-comment{color:#4b5563;line-height:1.6}.verified-purchase{background:#d1fae5;border-radius:4px;color:#065f46;display:inline-block;font-size:.625rem;font-weight:600;margin-top:.75rem;padding:.125rem .5rem}.provider-response{background:#f8fafc;border-left:3px solid #2563eb;border-radius:8px;margin-top:1rem;padding:1rem}.response-label{color:#2563eb;font-size:.75rem;font-weight:600}.provider-response p{font-size:.875rem;margin-top:.5rem}.no-reviews{color:#64748b;padding:2rem;text-align:center}.sidebar-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:1.5rem;padding:1.5rem}.sidebar-card h3{color:#1e293b;font-size:1rem;font-weight:600;margin-bottom:1rem}.contact-list{display:flex;flex-direction:column;gap:.75rem}.contact-item{align-items:center;color:#4b5563;display:flex;gap:.75rem}.contact-item svg{color:#2563eb;flex-shrink:0}.contact-item a{color:#2563eb;text-decoration:none}.contact-item a:hover{text-decoration:underline}.metrics-list{display:flex;flex-direction:column;gap:.75rem}.metric-item{display:flex;justify-content:space-between}.metric-item .metric-label{color:#64748b}.metric-item .metric-value{color:#1e293b;font-weight:600}.hours-list{display:flex;flex-direction:column;gap:.5rem}.hours-item{display:flex;font-size:.875rem;justify-content:space-between}.hours-item .day{color:#64748b}.hours-item .time{color:#1e293b}@media (max-width:992px){.provider-detail-grid{grid-template-columns:1fr}}@media (max-width:576px){.provider-info{align-items:center;flex-direction:column;text-align:center}}.profile-page{padding:2rem 0}.profile-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:280px 1fr}.profile-sidebar{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;height:-webkit-fit-content;height:fit-content;padding:1.5rem}.user-info{border-bottom:1px solid #e5e7eb;margin-bottom:1.5rem;padding-bottom:1.5rem;text-align:center}.avatar{align-items:center;background:linear-gradient(135deg,#2563eb,#3b82f6);border-radius:50%;color:#fff;display:flex;font-size:2rem;font-weight:700;height:80px;justify-content:center;margin:0 auto 1rem;width:80px}.user-info h3{color:#1e293b;font-size:1.125rem;font-weight:600;margin-bottom:.25rem}.user-info p{color:#64748b;font-size:.875rem;margin-bottom:.75rem}.role-badge{border-radius:20px;display:inline-block;font-size:.75rem;font-weight:600;padding:.25rem .75rem;text-transform:capitalize}.role-badge.customer{background:#dbeafe;color:#1e40af}.role-badge.service_provider{background:#d1fae5;color:#065f46}.role-badge.admin{background:#fef3c7;color:#92400e}.profile-nav{display:flex;flex-direction:column;gap:.5rem}.profile-nav button{align-items:center;background:none;border:none;border-radius:8px;color:#64748b;cursor:pointer;display:flex;font-size:.875rem;gap:.75rem;padding:.75rem 1rem;text-align:left;transition:all .2s}.profile-nav button:hover{background:#f3f4f6;color:#1e293b}.profile-nav button.active{background:#eff6ff;color:#2563eb;font-weight:500}.profile-content{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a}.profile-card{padding:2rem}.profile-card h2{border-bottom:1px solid #e5e7eb;color:#1e293b;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:1rem}.section-subtitle{align-items:center;color:#1e293b;display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin:1.5rem 0 1rem}.form-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}.form-group.full-width{grid-column:span 2}.form-label{align-items:center;display:flex;gap:.5rem}.form-label svg{color:#64748b}.form-hint{color:#9ca3af;display:block;font-size:.75rem;margin-top:.25rem}.form-actions{border-top:1px solid #e5e7eb;margin-top:2rem;padding-top:1.5rem}@media (max-width:768px){.form-grid,.profile-container{grid-template-columns:1fr}.form-group.full-width{grid-column:span 1}}.notifications-page{padding:2rem 0}.notifications-list{display:flex;flex-direction:column;gap:.75rem}.notification-item{align-items:flex-start;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;gap:1rem;padding:1.25rem;transition:transform .2s,box-shadow .2s}.notification-item:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.notification-item.unread{background:#f8fafc;border-left:4px solid #2563eb}.notification-icon{align-items:center;background:#f3f4f6;border-radius:10px;display:flex;flex-shrink:0;font-size:1rem;height:40px;justify-content:center;width:40px}.notification-icon .icon-claim{color:#2563eb}.notification-icon .icon-danger{color:#ef4444}.notification-icon .icon-warning{color:#f59e0b}.notification-icon .icon-star{color:#fbbf24}.notification-icon .icon-default{color:#64748b}.notification-content{flex:1 1}.notification-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:.25rem}.notification-header h4{color:#1e293b;font-size:.875rem;font-weight:600}.notification-time{color:#9ca3af;flex-shrink:0;font-size:.75rem;margin-left:1rem}.notification-content p{color:#64748b;font-size:.875rem;line-height:1.5;margin-bottom:.5rem}.notification-link{color:#2563eb;font-size:.875rem;font-weight:500;text-decoration:none}.notification-link:hover{text-decoration:underline}.notification-actions{display:flex;flex-shrink:0;gap:.5rem}.action-btn{align-items:center;background:#f3f4f6;border:none;border-radius:8px;color:#64748b;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .2s;width:32px}.action-btn:hover{background:#e5e7eb;color:#1e293b}.action-btn.delete:hover{background:#fee2e2;color:#ef4444}.empty-state .empty-state-icon{color:#d1d5db;font-size:3rem}@media (max-width:576px){.notification-item{flex-wrap:wrap}.notification-actions{border-top:1px solid #f3f4f6;justify-content:flex-end;margin-top:.5rem;padding-top:.5rem;width:100%}}.faq-page{padding:2rem 0}.faq-header{margin-bottom:3rem;text-align:center}.faq-header .faq-icon{color:#2563eb;font-size:3rem;margin-bottom:1rem}.faq-header h1{color:#1e293b;font-size:2rem;font-weight:700;margin-bottom:.5rem}.faq-header p{color:#64748b}.faq-content{margin:0 auto 3rem;max-width:800px}.faq-categories{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:2rem}.category-tab{background:#fff;border:1px solid #e5e7eb;border-radius:25px;color:#64748b;cursor:pointer;font-weight:500;padding:.75rem 1.25rem;transition:all .2s}.category-tab:hover{border-color:#2563eb;color:#2563eb}.category-tab.active{background:#2563eb;border-color:#2563eb;color:#fff}.faq-questions{display:flex;flex-direction:column;gap:.75rem}.faq-item{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.faq-question{align-items:center;background:none;border:none;color:#1e293b;cursor:pointer;display:flex;font-size:1rem;font-weight:500;justify-content:space-between;padding:1.25rem;text-align:left;transition:background .2s;width:100%}.faq-question:hover{background:#f8fafc}.faq-question svg{color:#2563eb;flex-shrink:0;margin-left:1rem}.faq-answer{animation:fadeIn .2s ease;padding:0 1.25rem 1.25rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.faq-answer p{color:#4b5563;line-height:1.7}.faq-contact{background:#f8fafc;border-radius:16px;margin:0 auto;max-width:600px;padding:3rem;text-align:center}.faq-contact h2{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.faq-contact p{color:#64748b;margin-bottom:1.5rem}.contact-options{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.chatbot{background:#fff;border-radius:16px;bottom:2rem;box-shadow:0 10px 40px #0003;display:flex;flex-direction:column;max-height:500px;position:fixed;right:2rem;width:350px;z-index:1000}.chatbot-header{align-items:center;background:#2563eb;border-radius:16px 16px 0 0;color:#fff;display:flex;justify-content:space-between;padding:1rem 1.25rem}.chatbot-header h3{align-items:center;display:flex;font-size:1rem;font-weight:600;gap:.5rem}.chatbot-header button{background:none;border:none;color:#fff;cursor:pointer;font-size:1.5rem;opacity:.8}.chatbot-header button:hover{opacity:1}.chatbot-messages{display:flex;flex:1 1;flex-direction:column;gap:.75rem;max-height:350px;overflow-y:auto;padding:1rem}.chat-message{border-radius:12px;font-size:.875rem;line-height:1.5;max-width:80%;padding:.75rem 1rem}.chat-message.bot{align-self:flex-start;background:#f3f4f6;border-bottom-left-radius:4px;color:#1e293b}.chat-message.user{align-self:flex-end;background:#2563eb;border-bottom-right-radius:4px;color:#fff}.chatbot-input{border-top:1px solid #e5e7eb;display:flex;gap:.5rem;padding:1rem}.chatbot-input input{border:1px solid #e5e7eb;border-radius:8px;flex:1 1;font-size:.875rem;padding:.75rem}.chatbot-input input:focus{border-color:#2563eb;outline:none}.chatbot-input button{background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:500;padding:.75rem 1.25rem}.chatbot-input button:hover{background:#1d4ed8}@media (max-width:576px){.chatbot{bottom:1rem;right:1rem;width:calc(100% - 2rem)}.faq-categories{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;padding-bottom:.5rem}.category-tab{flex-shrink:0}}*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#2563eb;--primary-dark:#1d4ed8;--secondary:#64748b;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--light:#f8fafc;--dark:#1e293b;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937}body{background:#f8fafc;background:var(--light);color:#374151;color:var(--gray-700);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.6}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1}.container{margin:0 auto;max-width:1200px;padding:0 1rem}.btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;justify-content:center;padding:.625rem 1.25rem;text-decoration:none;transition:all .2s}.btn-primary{background:#2563eb;background:var(--primary);color:#fff}.btn-primary:hover{background:#1d4ed8;background:var(--primary-dark)}.btn-secondary{background:#e5e7eb;background:var(--gray-200);color:#374151;color:var(--gray-700)}.btn-secondary:hover{background:#d1d5db;background:var(--gray-300)}.btn-success{background:#10b981;background:var(--success);color:#fff}.btn-danger{background:#ef4444;background:var(--danger);color:#fff}.btn-outline{background:#0000;border:2px solid #2563eb;border:2px solid var(--primary);color:#2563eb;color:var(--primary)}.btn-outline:hover{background:#2563eb;background:var(--primary);color:#fff}.btn-lg{font-size:1rem;padding:.875rem 1.75rem}.btn-sm{font-size:.75rem;padding:.375rem .75rem}.btn:disabled{cursor:not-allowed;opacity:.6}.card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.card-header{align-items:center;border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--gray-200);display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.card-title{color:#1f2937;color:var(--gray-800);font-size:1.125rem;font-weight:600}.form-group{margin-bottom:1.25rem}.form-label{color:#374151;color:var(--gray-700);display:block;font-weight:500;margin-bottom:.5rem}.form-control{border:1px solid #d1d5db;border:1px solid var(--gray-300);border-radius:8px;font-size:1rem;padding:.75rem 1rem;transition:border-color .2s,box-shadow .2s;width:100%}.form-control:focus{border-color:#2563eb;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a;outline:none}.form-control::placeholder{color:#9ca3af;color:var(--gray-400)}textarea.form-control{min-height:100px;resize:vertical}select.form-control{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m19 9-7 7-7-7'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.25rem;padding-right:2.5rem}.form-error{color:#ef4444;color:var(--danger);font-size:.875rem;margin-top:.25rem}.badge{align-items:center;border-radius:20px;display:inline-flex;font-size:.75rem;font-weight:600;padding:.25rem .75rem;text-transform:uppercase}.badge-success{background:#d1fae5;color:#065f46}.badge-warning{background:#fef3c7;color:#92400e}.badge-danger{background:#fee2e2;color:#991b1b}.badge-info{background:#dbeafe;color:#1e40af}.badge-gray{background:#e5e7eb;background:var(--gray-200);color:#4b5563;color:var(--gray-600)}.grid{grid-gap:1.5rem;display:grid;gap:1.5rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width:992px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.page-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem}.page-title{color:#1f2937;color:var(--gray-800);font-size:1.75rem;font-weight:700}.page-subtitle{color:#6b7280;color:var(--gray-500);margin-top:.25rem}.empty-state{padding:3rem 1rem;text-align:center}.empty-state-icon{font-size:4rem;margin-bottom:1rem}.empty-state-title{color:#374151;color:var(--gray-700);font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.empty-state-text{color:#6b7280;color:var(--gray-500);margin-bottom:1.5rem}.stars{color:#fbbf24;display:inline-flex;gap:.125rem}.stars .empty{color:#d1d5db;color:var(--gray-300)}.text-center{text-align:center}.text-right{text-align:right}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.flex{display:flex}.flex-center{justify-content:center}.flex-between,.flex-center{align-items:center;display:flex}.flex-between{justify-content:space-between}.gap-1{gap:.5rem}.gap-2{gap:1rem}