:root{--primary:#09090b;--primary-hover:#27272a;--blue:#6366f1;--blue-light:#818cf8;--white:#fff;--gray-50:#fafafa;--gray-100:#f5f5f5;--gray-200:#e4e4e7;--gray-300:#d4d4d8;--gray-400:#a1a1aa;--gray-500:#71717a;--gray-600:#52525b;--gray-700:#3f3f46;--gray-800:#262626;--gray-900:#18181b}.Auth-module__KiWZkW__container{background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;width:100%;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,sans-serif;display:flex}.Auth-module__KiWZkW__authMain{flex:1;justify-content:center;align-items:center;width:100%;min-height:85vh;padding:100px 24px;display:flex}@media (max-width:768px){.Auth-module__KiWZkW__authMain{min-height:70vh;padding:64px 16px}}.Auth-module__KiWZkW__authCard{background:var(--white);border:1px solid var(--gray-200);border-radius:16px;width:100%;max-width:420px;padding:24px;position:relative;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}@media (max-width:640px){.Auth-module__KiWZkW__authCard{border-radius:12px;max-width:100%;padding:20px 16px}}.Auth-module__KiWZkW__logo{text-align:center;margin-bottom:12px}.Auth-module__KiWZkW__logoLink{color:var(--gray-900);letter-spacing:-.03em;font-size:2rem;font-weight:800;text-decoration:none;transition:transform .2s;display:inline-block}.Auth-module__KiWZkW__logoLink:hover{transform:scale(1.05)}.Auth-module__KiWZkW__logoQ{color:var(--blue)}.Auth-module__KiWZkW__title{color:var(--gray-900);text-align:center;letter-spacing:-.02em;margin-bottom:6px;font-size:1.5rem;font-weight:700;line-height:1.2}.Auth-module__KiWZkW__subtitle{color:var(--gray-600);text-align:center;margin-bottom:12px;font-size:.875rem;line-height:1.5}.Auth-module__KiWZkW__socialButtons{flex-direction:column;gap:8px;margin-bottom:12px;display:flex}.Auth-module__KiWZkW__btnSocial{background:var(--white);width:100%;color:var(--gray-900);border:1.5px solid var(--gray-200);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:10px;padding:12px 16px;font-size:.9rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.Auth-module__KiWZkW__btnSocial:before{content:"";background:linear-gradient(90deg,#0000,#fff6,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.Auth-module__KiWZkW__btnSocial:hover:before{left:100%}.Auth-module__KiWZkW__btnSocial:hover{background:var(--gray-50);border-color:var(--gray-300);transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.Auth-module__KiWZkW__btnGoogle{border-color:#dadce0}.Auth-module__KiWZkW__btnGoogle:hover{background:#f8f9fa;border-color:#dadce0;box-shadow:0 2px 8px #4285f41a}.Auth-module__KiWZkW__btnGoogle svg{flex-shrink:0;display:block}.Auth-module__KiWZkW__btnApple{color:#fff;background:#000;border-color:#000}.Auth-module__KiWZkW__btnApple:hover{background:#1a1a1a;border-color:#1a1a1a;box-shadow:0 4px 12px #0003}.Auth-module__KiWZkW__btnApple svg{color:#fff;flex-shrink:0;width:20px;height:20px;display:block}.Auth-module__KiWZkW__btnSocialDisabled{opacity:.65;cursor:not-allowed;pointer-events:none}.Auth-module__KiWZkW__divider{text-align:center;margin:12px 0;position:relative}.Auth-module__KiWZkW__dividerLine{background:var(--gray-200);width:100%;height:1px;position:absolute;top:50%;left:0}.Auth-module__KiWZkW__dividerText{background:var(--white);color:var(--gray-500);padding:0 12px;font-size:.8rem;font-weight:500;position:relative}.Auth-module__KiWZkW__form{margin-top:16px}.Auth-module__KiWZkW__formGroup{margin-bottom:12px}.Auth-module__KiWZkW__label{color:var(--gray-900);margin-bottom:4px;font-size:.813rem;font-weight:600;display:block}.Auth-module__KiWZkW__labelRow{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.Auth-module__KiWZkW__inputWrapper{position:relative}.Auth-module__KiWZkW__input{border:1.5px solid var(--gray-200);background:var(--white);width:100%;color:var(--gray-900);border-radius:10px;outline:none;padding:10px 14px 10px 44px;font-size:.9rem;transition:all .2s cubic-bezier(.4,0,.2,1)}.Auth-module__KiWZkW__input:hover{border-color:var(--gray-300);background:var(--gray-50)}.Auth-module__KiWZkW__input:focus{border-color:var(--blue);background:var(--white);box-shadow:0 0 0 4px #6366f11a}.Auth-module__KiWZkW__input::placeholder{color:var(--gray-400)}.Auth-module__KiWZkW__inputIcon{color:var(--gray-500);pointer-events:none;z-index:1;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.Auth-module__KiWZkW__inputWrapper button.Auth-module__KiWZkW__inputIcon{pointer-events:auto;cursor:pointer;background:0 0;border:none;padding:0;left:auto;right:14px}.Auth-module__KiWZkW__inputWrapper button.Auth-module__KiWZkW__inputIcon:hover,.Auth-module__KiWZkW__input:focus+.Auth-module__KiWZkW__inputIcon,.Auth-module__KiWZkW__inputWrapper:focus-within .Auth-module__KiWZkW__inputIcon{color:var(--blue)}.Auth-module__KiWZkW__btnPrimary{background:var(--primary);width:100%;color:var(--white);cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;margin-top:4px;padding:12px;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 8px #0000001a}.Auth-module__KiWZkW__btnPrimary:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 6px 20px #0003}.Auth-module__KiWZkW__btnPrimary:disabled{opacity:.7;cursor:not-allowed;transform:none}.Auth-module__KiWZkW__errorBox{color:#dc2626;background:#fef2f2;border:1.5px solid #fecaca;border-radius:10px;justify-content:center;align-items:center;gap:8px;margin-bottom:16px;padding:12px 14px;font-size:.85rem;animation:.4s ease-in-out Auth-module__KiWZkW__shake;display:flex}@keyframes Auth-module__KiWZkW__shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.Auth-module__KiWZkW__link{color:var(--blue);font-size:.875rem;font-weight:600;text-decoration:none;transition:color .15s}.Auth-module__KiWZkW__link:hover{color:#4f46e5;text-decoration:underline}.Auth-module__KiWZkW__footerText{text-align:center;color:var(--gray-600);margin-top:12px;font-size:.85rem}.Auth-module__KiWZkW__packageGrid{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:16px;display:grid}@media (max-width:640px){.Auth-module__KiWZkW__packageGrid{grid-template-columns:1fr}}.Auth-module__KiWZkW__packageCard{border:1.5px solid var(--gray-200);cursor:pointer;text-align:center;background:var(--white);border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:12px 8px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.Auth-module__KiWZkW__packageCard:hover{border-color:var(--gray-300);background:var(--gray-50);transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.Auth-module__KiWZkW__packageCardActive{border-color:var(--blue);box-shadow:0 0 0 1px var(--blue),0 4px 12px #6366f126;background:linear-gradient(135deg,#eef2ff 0%,#e0e7ff 100%)}.Auth-module__KiWZkW__packageCardActive:hover{box-shadow:0 0 0 1px var(--blue),0 6px 16px #6366f133;transform:translateY(-2px)}.Auth-module__KiWZkW__packageName{color:var(--gray-900);font-size:.9rem;font-weight:600}.Auth-module__KiWZkW__packagePrice{color:var(--gray-600);font-size:.85rem;font-weight:500}.Auth-module__KiWZkW__packageCardActive .Auth-module__KiWZkW__packageName{color:var(--blue);font-weight:700}.Auth-module__KiWZkW__packageCardActive .Auth-module__KiWZkW__packagePrice{color:var(--blue);font-weight:600}.Auth-module__KiWZkW__activeBadge{background:linear-gradient(135deg,var(--blue)0%,var(--blue-light)100%);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:absolute;top:8px;right:8px;box-shadow:0 2px 8px #6366f166}.Auth-module__KiWZkW__passwordGrid{grid-template-columns:1fr 1fr;gap:12px;display:grid}@media (max-width:640px){.Auth-module__KiWZkW__passwordGrid{grid-template-columns:1fr}}
.Hesabim-module__lSo54G__authMainCentered{justify-content:center;align-items:center}.Hesabim-module__lSo54G__businessLoginDivider{background:var(--border,#e4e4e7);width:100%;height:1px;margin:20px 0 16px}.Hesabim-module__lSo54G__businessLoginRow{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;display:flex}.Hesabim-module__lSo54G__businessLoginIcon{color:var(--muted-foreground,#71717a);flex-shrink:0}.Hesabim-module__lSo54G__businessLoginText{color:var(--muted-foreground,#71717a);font-size:.875rem}.Hesabim-module__lSo54G__businessLoginLink{color:#6366f1;font-size:.875rem;font-weight:600;text-decoration:none}.Hesabim-module__lSo54G__businessLoginLink:hover{color:#4f46e5;text-decoration:underline}.Hesabim-module__lSo54G__panelCard{background:var(--white,#fff);border:1px solid var(--border,#e4e4e7);border-radius:16px;width:100%;max-width:960px;margin-left:0;margin-right:auto;padding:28px 24px;box-shadow:0 2px 8px #0000000f,0 1px 2px #0000000a}.Hesabim-module__lSo54G__bookingSuccessCard{border:1px solid var(--border,#e4e4e7);text-align:center;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-radius:16px;margin-bottom:28px;padding:24px}.Hesabim-module__lSo54G__bookingSuccessIcon{border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 16px;display:flex;box-shadow:0 4px 12px #6366f140}.Hesabim-module__lSo54G__bookingSuccessTitle{color:var(--foreground,#18181b);margin:0 0 8px;font-size:1.25rem;font-weight:700}.Hesabim-module__lSo54G__bookingSuccessSubtitle{color:var(--foreground-muted,#71717a);margin:0 0 20px;font-size:.875rem;line-height:1.5}.Hesabim-module__lSo54G__bookingSuccessDetails{background:var(--white,#fff);text-align:left;border:1px solid var(--border,#e4e4e7);border-radius:12px;margin-bottom:16px;padding:16px}.Hesabim-module__lSo54G__bookingSuccessDetailRow{border-bottom:1px solid #f1f5f9;margin-bottom:12px;padding-bottom:12px}.Hesabim-module__lSo54G__bookingSuccessDetailRow:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.Hesabim-module__lSo54G__bookingSuccessDetailGrid{border-bottom:1px solid #f1f5f9;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px;padding-bottom:12px;display:grid}.Hesabim-module__lSo54G__bookingSuccessLabel{color:#71717a;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;font-size:.625rem;font-weight:700;display:block}.Hesabim-module__lSo54G__bookingSuccessValue{color:var(--foreground,#18181b);font-size:.875rem;font-weight:600}.Hesabim-module__lSo54G__bookingSuccessPhone{color:#6366f1;margin-top:2px;font-size:.8125rem;font-weight:600;display:block}.Hesabim-module__lSo54G__bookingSuccessLink{color:#6366f1;font-size:.8125rem;font-weight:600;text-decoration:none}.Hesabim-module__lSo54G__bookingSuccessLink:hover{text-decoration:underline}.Hesabim-module__lSo54G__bookingSuccessServices{flex-wrap:wrap;gap:6px;display:flex}.Hesabim-module__lSo54G__bookingSuccessServiceItem{color:var(--foreground,#18181b);background:#f8f9fa;border:1px solid #e4e4e7;border-radius:6px;padding:4px 10px;font-size:.8125rem;font-weight:500}.Hesabim-module__lSo54G__bookingSuccessActions{flex-direction:column;gap:10px;display:flex}.Hesabim-module__lSo54G__bookingSuccessCancelBtn{text-align:center;color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;padding:12px 20px;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .2s;display:block}.Hesabim-module__lSo54G__bookingSuccessCancelBtn:hover{background:#fee2e2}.Hesabim-module__lSo54G__bookingSuccessActionBtn{text-align:center;background:var(--foreground,#18181b);color:#fff;border-radius:10px;padding:12px 20px;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .2s;display:block}.Hesabim-module__lSo54G__bookingSuccessActionBtn:hover{background:#3f3f46}.Hesabim-module__lSo54G__welcomeText{color:var(--foreground-muted,#71717a);max-width:520px;margin:0 0 20px;font-size:.9375rem;line-height:1.5}@media (max-width:768px){.Hesabim-module__lSo54G__panelCard{border-radius:12px;max-width:100%;padding:16px}}.Hesabim-module__lSo54G__panelHeader{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.Hesabim-module__lSo54G__panelTitle{color:var(--gray-900,#18181b);margin:0;font-size:1.25rem;font-weight:700}.Hesabim-module__lSo54G__logoutBtn{border:1.5px solid var(--gray-200,#e4e4e7);color:var(--gray-600,#52525b);cursor:pointer;background:0 0;border-radius:10px;align-items:center;gap:6px;padding:8px 14px;font-family:inherit;font-size:.8125rem;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.Hesabim-module__lSo54G__logoutBtn:hover{background:var(--gray-50,#fafafa);border-color:var(--gray-300,#d4d4d8);color:var(--gray-900,#18181b);transform:translateY(-1px);box-shadow:0 2px 8px #0000000f}.Hesabim-module__lSo54G__statsGrid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px;margin-bottom:24px;display:grid}.Hesabim-module__lSo54G__statCardLink{color:inherit;text-decoration:none}.Hesabim-module__lSo54G__statCard{background:var(--gray-50,#fafafa);border:1.5px solid var(--gray-200,#e4e4e7);border-radius:12px;align-items:center;gap:10px;padding:12px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.Hesabim-module__lSo54G__statCardLink:hover .Hesabim-module__lSo54G__statCard,.Hesabim-module__lSo54G__statCard:hover{border-color:var(--gray-300,#d4d4d8);transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.Hesabim-module__lSo54G__statIcon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.Hesabim-module__lSo54G__statInfo{flex-direction:column;display:flex}.Hesabim-module__lSo54G__statValue{font-size:1.125rem;font-weight:700;line-height:1.2}.Hesabim-module__lSo54G__statLabel{color:var(--foreground-muted,#71717a);font-size:.75rem;font-weight:500}.Hesabim-module__lSo54G__sectionAnchor{scroll-margin-top:1rem}.Hesabim-module__lSo54G__section{margin-bottom:24px}.Hesabim-module__lSo54G__sectionTitle{color:var(--foreground,#18181b);letter-spacing:-.01em;align-items:center;gap:8px;margin:0 0 12px;font-size:.9375rem;font-weight:600;display:flex}.Hesabim-module__lSo54G__sectionDesc{color:var(--foreground-muted,#71717a);margin:-4px 0 12px;font-size:.8125rem;line-height:1.45}.Hesabim-module__lSo54G__divider{text-align:center;margin:16px 0;position:relative}.Hesabim-module__lSo54G__dividerLine{background:var(--gray-200,#e4e4e7);width:100%;height:1px;position:absolute;top:50%;left:0}.Hesabim-module__lSo54G__dividerText{background:var(--background,#fff);color:var(--foreground-muted,#71717a);padding:0 12px;font-size:.75rem;font-weight:500;position:relative}.Hesabim-module__lSo54G__shopList{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.Hesabim-module__lSo54G__shopItem{border:1.5px solid var(--gray-200,#e4e4e7);border-radius:10px;align-items:center;gap:10px;padding:10px 12px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.Hesabim-module__lSo54G__shopItem:hover{background:var(--gray-50,#fafafa);border-color:var(--gray-300,#d4d4d8);transform:translateY(-1px);box-shadow:0 2px 8px #0000000f}.Hesabim-module__lSo54G__favoriteStarBtn{cursor:pointer;color:var(--gray-400,#a1a1aa);background:0 0;border:none;justify-content:center;align-items:center;padding:6px;display:flex}.Hesabim-module__lSo54G__favoriteStarBtn:hover:not(:disabled){color:#f59e0b}.Hesabim-module__lSo54G__favoriteStarBtn:disabled{opacity:.7;cursor:not-allowed}.Hesabim-module__lSo54G__shopIcon{color:#6366f1;background:#6366f114;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.Hesabim-module__lSo54G__shopName{color:var(--gray-900,#18181b);flex:1;font-size:.875rem;font-weight:500}.Hesabim-module__lSo54G__shopAction{color:#6366f1;background:#6366f114;border-radius:8px;flex-shrink:0;padding:6px 12px;font-size:.8125rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s}.Hesabim-module__lSo54G__shopAction:hover{color:#4f46e5;background:#6366f124}.Hesabim-module__lSo54G__subHeading{color:var(--gray-400,#a1a1aa);text-transform:uppercase;letter-spacing:.05em;margin:0 0 6px;font-size:.6875rem;font-weight:600}.Hesabim-module__lSo54G__subHeadingSpaced{margin-top:14px;}.Hesabim-module__lSo54G__itemList{flex-direction:column;gap:8px;display:flex}.Hesabim-module__lSo54G__appointmentCard{border:1px solid var(--border,#e2e8f0);background:var(--white,#fff);border-radius:12px;align-items:flex-start;gap:12px;padding:14px 16px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.Hesabim-module__lSo54G__appointmentCard:hover{background:var(--gray-50,#f8fafc);border-color:var(--gray-300,#e2e8f0)}.Hesabim-module__lSo54G__dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.Hesabim-module__lSo54G__dotUpcoming{background:#6366f1}.Hesabim-module__lSo54G__dotCompleted{background:#10b981}.Hesabim-module__lSo54G__dotDefault{background:var(--gray-300,#d4d4d8)}.Hesabim-module__lSo54G__appointmentInfo{flex:1;min-width:0}.Hesabim-module__lSo54G__appointmentShop{color:var(--gray-900,#18181b);font-size:.8125rem;font-weight:600}.Hesabim-module__lSo54G__appointmentMeta{color:var(--gray-500,#71717a);flex-wrap:wrap;align-items:center;gap:3px;margin-top:1px;font-size:.75rem;display:flex}.Hesabim-module__lSo54G__appointmentVehicle{color:var(--gray-500,#71717a);font-style:italic}.Hesabim-module__lSo54G__appointmentActions{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.Hesabim-module__lSo54G__linkButton{color:#6366f1;background:#6366f114;border-radius:8px;align-items:center;gap:4px;min-height:36px;padding:6px 10px;font-size:.75rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s;display:inline-flex}.Hesabim-module__lSo54G__linkButton:hover{color:#4f46e5;background:#6366f124}.Hesabim-module__lSo54G__cancelBtn{color:#dc2626;cursor:pointer;background:#dc262614;border:none;border-radius:8px;align-items:center;gap:4px;min-height:36px;padding:6px 10px;font-family:inherit;font-size:.75rem;font-weight:600;transition:background .2s,color .2s;display:inline-flex}.Hesabim-module__lSo54G__cancelBtn:hover{color:#b91c1c;background:#dc262624}.Hesabim-module__lSo54G__ctaLink{color:#6366f1;align-items:center;margin-top:10px;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-flex}.Hesabim-module__lSo54G__ctaLink:hover{text-decoration:underline}.Hesabim-module__lSo54G__quickLinksSection{margin-bottom:24px}.Hesabim-module__lSo54G__quickLinksTitle{color:var(--gray-500,#71717a);text-transform:uppercase;letter-spacing:.03em;margin:0 0 10px;font-size:.8125rem;font-weight:600}.Hesabim-module__lSo54G__quickLinksGrid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px;display:grid}.Hesabim-module__lSo54G__quickLinkCard{border:1.5px solid var(--gray-200,#e4e4e7);color:var(--gray-800,#27272a);background:#fff;border-radius:10px;align-items:center;gap:10px;padding:12px 14px;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.Hesabim-module__lSo54G__quickLinkCard:hover{background:var(--gray-50,#fafafa);border-color:var(--gray-300,#d4d4d8);color:#6366f1}.Hesabim-module__lSo54G__quickLinkCard svg{color:#6366f1;flex-shrink:0}.Hesabim-module__lSo54G__ctaSection{padding-top:8px}.Hesabim-module__lSo54G__ctaPrimary{color:#fff;background:#6366f1;border-radius:12px;align-items:center;gap:10px;padding:14px 24px;font-size:1rem;font-weight:600;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex;box-shadow:0 2px 8px #6366f14d}.Hesabim-module__lSo54G__ctaPrimary:hover{background:#4f46e5;transform:translateY(-1px)}.Hesabim-module__lSo54G__statusBadgeGroup{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:6px;display:flex}.Hesabim-module__lSo54G__statusBadge{white-space:nowrap;border-radius:999px;flex-shrink:0;padding:3px 8px;font-size:.6875rem;font-weight:500}.Hesabim-module__lSo54G__statusCompleted{color:#059669;background:#10b9811a}.Hesabim-module__lSo54G__statusUpcoming{color:#6366f1;background:#6366f11a}.Hesabim-module__lSo54G__statusPending{color:#d97706;background:#f59e0b1a}.Hesabim-module__lSo54G__statusCancelled{color:#dc2626;background:#ef44441a}.Hesabim-module__lSo54G__statusInService{color:#0891b2;background:#06b6d41f}.Hesabim-module__lSo54G__serviceItem{border:1px solid var(--border,#e2e8f0);background:var(--white,#fff);border-radius:12px;padding:14px 16px;transition:all .2s cubic-bezier(.4,0,.2,1)}.Hesabim-module__lSo54G__serviceItem:hover{background:var(--gray-50,#f8fafc);border-color:var(--gray-300,#e2e8f0)}.Hesabim-module__lSo54G__serviceTop{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.Hesabim-module__lSo54G__serviceType{color:var(--gray-900,#0f172a);font-size:.875rem;font-weight:600}.Hesabim-module__lSo54G__serviceShop{color:var(--gray-500,#64748b);background:var(--gray-100,#f1f5f9);border-radius:6px;padding:4px 8px;font-size:.75rem}.Hesabim-module__lSo54G__serviceMeta{color:var(--gray-500,#64748b);margin-top:4px;font-size:.8125rem}.Hesabim-module__lSo54G__serviceDesc{color:var(--gray-600,#475569);margin-top:6px;font-size:.8125rem;line-height:1.4}.Hesabim-module__lSo54G__serviceItemActions{border-top:1px solid var(--border,#e2e8f0);flex-wrap:wrap;gap:8px;margin-top:12px;padding-top:12px;display:flex}.Hesabim-module__lSo54G__servicePdfBtnGroup{flex-wrap:wrap;align-items:center;gap:6px;display:inline-flex}.Hesabim-module__lSo54G__servicePdfDownloadBtn{color:var(--gray-600,#475569);border:1px solid var(--border,#e2e8f0);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;gap:4px;padding:6px 10px;font-family:inherit;font-size:.75rem;font-weight:600;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.Hesabim-module__lSo54G__servicePdfDownloadBtn:hover:not(:disabled){background:var(--gray-50,#f8fafc);color:var(--gray-800,#1e293b);border-color:var(--gray-300,#cbd5e1)}.Hesabim-module__lSo54G__servicePdfDownloadBtn:disabled{opacity:.65;cursor:not-allowed}.Hesabim-module__lSo54G__servicePdfBtn{color:#6366f1;cursor:pointer;background:#6366f114;border:1px solid #6366f133;border-radius:8px;align-items:center;gap:6px;padding:8px 12px;font-family:inherit;font-size:.8125rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.Hesabim-module__lSo54G__servicePdfBtn:disabled{opacity:.65;cursor:not-allowed}.Hesabim-module__lSo54G__servicePdfBtn:hover:not(:disabled){color:#4f46e5;background:#6366f124;border-color:#6366f159}.Hesabim-module__lSo54G__servicePhotos{border-top:1px solid var(--gray-200,#e4e4e7);margin-top:8px;padding-top:8px}.Hesabim-module__lSo54G__servicePhotosTitle{color:var(--gray-500,#71717a);text-transform:uppercase;letter-spacing:.03em;margin-bottom:6px;font-size:.6875rem;font-weight:600}.Hesabim-module__lSo54G__servicePhotosRow{flex-wrap:wrap;gap:8px;display:flex}.Hesabim-module__lSo54G__servicePhotoThumb{flex-direction:column;align-items:center;gap:2px;display:flex}.Hesabim-module__lSo54G__servicePhotoThumb a{border:1px solid var(--gray-200,#e4e4e7);background:var(--gray-100,#f5f5f5);border-radius:8px;width:56px;height:56px;display:block;overflow:hidden}.Hesabim-module__lSo54G__servicePhotoThumb img{object-fit:cover;width:100%;height:100%}.Hesabim-module__lSo54G__servicePhotoAngle{color:var(--gray-500,#71717a);font-size:.625rem}.Hesabim-module__lSo54G__reminderItem{background:#fffbeb;border:1.5px solid #fde68a;border-radius:10px;padding:10px 12px;transition:all .2s cubic-bezier(.4,0,.2,1)}.Hesabim-module__lSo54G__reminderItem:hover{border-color:#fbbf24}.Hesabim-module__lSo54G__reminderTop{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.Hesabim-module__lSo54G__reminderType{color:#92400e;font-size:.8125rem;font-weight:600}.Hesabim-module__lSo54G__reminderShop{color:#a16207;font-size:.6875rem}.Hesabim-module__lSo54G__reminderMeta{color:#92400e;margin-top:2px;font-size:.75rem}.Hesabim-module__lSo54G__emptyText{color:var(--foreground-muted,#a1a1aa);padding:4px 0;font-size:.875rem}.Hesabim-module__lSo54G__emptyState{text-align:center;background:var(--background-subtle,#fafafa);border:1px dashed var(--border,#e4e4e7);border-radius:12px;margin:4px 0 0;padding:28px 20px}.Hesabim-module__lSo54G__emptyStateIcon{color:var(--foreground-muted,#a1a1aa);opacity:.8;margin-bottom:10px}.Hesabim-module__lSo54G__emptyStateTitle{color:var(--foreground,#18181b);margin:0 0 4px;font-size:.9375rem;font-weight:600}.Hesabim-module__lSo54G__emptyStateText{color:var(--foreground-muted,#71717a);margin:0 0 14px;font-size:.8125rem;line-height:1.45}.Hesabim-module__lSo54G__emptyStateCta{color:#6366f1;background:#6366f114;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:10px 18px;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s;display:inline-flex}.Hesabim-module__lSo54G__emptyStateCta:hover{color:#4f46e5;background:#6366f124}.Hesabim-module__lSo54G__emptyStateSmall{background:var(--background-subtle,#fafafa);border-radius:10px;align-items:center;gap:10px;margin-top:4px;padding:14px 16px;display:flex}.Hesabim-module__lSo54G__emptyStateIconSmall{color:var(--foreground-muted,#a1a1aa);opacity:.7;flex-shrink:0}.Hesabim-module__lSo54G__homeLink{color:#6366f1;align-items:center;gap:4px;margin-top:8px;font-size:.8125rem;font-weight:600;text-decoration:none;transition:color .15s;display:inline-flex}.Hesabim-module__lSo54G__homeLink:hover{color:#4f46e5;text-decoration:underline}.Hesabim-module__lSo54G__vehicleList{flex-direction:column;gap:8px;margin:0 0 16px;padding:0;list-style:none;display:flex}.Hesabim-module__lSo54G__vehicleItem{border:1.5px solid var(--border,#e4e4e7);background:var(--background-subtle,#fafafa);border-radius:10px;align-items:center;gap:12px;padding:12px 14px;transition:all .2s;display:flex}.Hesabim-module__lSo54G__vehicleItem:hover{border-color:var(--border-strong,#d4d4d8);background:#fff}.Hesabim-module__lSo54G__vehicleIcon{color:#6366f1;background:#6366f11a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.Hesabim-module__lSo54G__vehicleInfo{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.Hesabim-module__lSo54G__vehiclePlate{color:var(--foreground,#18181b);letter-spacing:.02em;font-size:.9375rem;font-weight:700}.Hesabim-module__lSo54G__vehicleMeta{color:var(--foreground-muted,#71717a);font-size:.75rem}.Hesabim-module__lSo54G__vehicleLastService{color:var(--success,#059669);margin-top:2px;font-size:.75rem}.Hesabim-module__lSo54G__vehicleNextServiceKm{color:#6366f1;margin-top:2px;font-size:.75rem;font-weight:600}.Hesabim-module__lSo54G__editVehicleBtn{color:var(--gray-600,#52525b);background:var(--white,#fff);border:1.5px solid var(--gray-200,#e4e4e7);cursor:pointer;border-radius:8px;flex-shrink:0;align-items:center;gap:6px;padding:8px 12px;font-size:.8125rem;font-weight:500;transition:all .2s;display:inline-flex}.Hesabim-module__lSo54G__editVehicleBtn:hover{background:var(--gray-50,#fafafa);border-color:var(--gray-300,#d4d4d8);color:var(--foreground,#18181b)}.Hesabim-module__lSo54G__vehicleCard{flex-direction:column;gap:0;display:flex}.Hesabim-module__lSo54G__vehicleActions{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:8px;display:flex}.Hesabim-module__lSo54G__vehicleBookBtn{color:#fff;background:var(--primary,#6366f1);cursor:pointer;border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 12px;font-size:.8125rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.Hesabim-module__lSo54G__vehicleBookBtn:hover{background:var(--primary-hover,#4f46e5);color:#fff}.Hesabim-module__lSo54G__deleteVehicleBtn{color:var(--destructive,#dc2626);border:1.5px solid var(--gray-200,#e4e4e7);cursor:pointer;background:#fff;border-radius:8px;align-items:center;gap:6px;padding:8px 12px;font-size:.8125rem;font-weight:500;transition:all .2s;display:inline-flex}.Hesabim-module__lSo54G__deleteVehicleBtn:hover{border-color:var(--destructive,#dc2626);background:#dc26260f}.Hesabim-module__lSo54G__deleteConfirmBtn{color:#fff;background:var(--destructive,#dc2626);cursor:pointer;border:none;border-radius:8px;align-items:center;gap:6px;padding:10px 16px;font-family:inherit;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-flex}.Hesabim-module__lSo54G__deleteConfirmBtn:hover:not(:disabled){background:#b91c1c}.Hesabim-module__lSo54G__deleteConfirmBtn:disabled{opacity:.7;cursor:not-allowed}.Hesabim-module__lSo54G__vehicleHistorySection{border-top:1px solid var(--border,#e4e4e7);background:var(--gray-50,#fafafa);border-radius:0 0 10px 10px;padding:10px 14px 14px}.Hesabim-module__lSo54G__vehicleHistoryToggle{width:100%;color:var(--gray-600,#52525b);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:6px 0;font-family:inherit;font-size:.8125rem;font-weight:500;display:flex}.Hesabim-module__lSo54G__vehicleHistoryToggle:hover{color:var(--foreground,#18181b)}.Hesabim-module__lSo54G__vehicleHistoryList{flex-direction:column;gap:8px;margin:8px 0 0;padding:0;list-style:none;display:flex}.Hesabim-module__lSo54G__vehicleHistoryItem{border:1px solid var(--border,#e4e4e7);background:#fff;border-radius:8px;flex-wrap:wrap;align-items:center;gap:8px 12px;padding:8px 10px;font-size:.8125rem;display:flex}.Hesabim-module__lSo54G__vehicleHistoryDate{color:var(--foreground-muted,#71717a)}.Hesabim-module__lSo54G__vehicleHistoryShop{color:var(--foreground,#18181b);font-weight:500}.Hesabim-module__lSo54G__vehicleHistoryService{color:var(--foreground-muted,#71717a)}.Hesabim-module__lSo54G__vehicleHistoryEmpty{color:var(--foreground-muted,#71717a);margin:8px 0 0;font-size:.8125rem}.Hesabim-module__lSo54G__addVehicleBtn{border:1.5px dashed var(--border,#e4e4e7);color:#6366f1;cursor:pointer;background:#fff;border-radius:8px;align-items:center;gap:8px;padding:10px 16px;font-family:inherit;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-flex}.Hesabim-module__lSo54G__addVehicleBtn:hover{background:#6366f10f;border-color:#6366f1}.Hesabim-module__lSo54G__addVehicleForm{background:var(--background-subtle,#fafafa);border:1px solid var(--border,#e4e4e7);border-radius:12px;margin-top:12px;padding:20px}.Hesabim-module__lSo54G__addVehicleTitle{color:var(--foreground,#18181b);margin:0 0 16px;font-size:.9375rem;font-weight:600}.Hesabim-module__lSo54G__formRow{margin-bottom:14px}.Hesabim-module__lSo54G__formLabel{color:var(--foreground,#18181b);margin-bottom:4px;font-size:.8125rem;font-weight:500;display:block}.Hesabim-module__lSo54G__formInput{border:1.5px solid var(--border,#e4e4e7);background:#fff;border-radius:8px;width:100%;max-width:280px;padding:10px 12px;font-family:inherit;font-size:.875rem}.Hesabim-module__lSo54G__formInput:focus{border-color:#6366f1;outline:none;box-shadow:0 0 0 2px #6366f126}.Hesabim-module__lSo54G__formActions{gap:10px;margin-top:18px;display:flex}.Hesabim-module__lSo54G__formCancel{border:1.5px solid var(--border,#e4e4e7);color:var(--foreground-muted,#71717a);cursor:pointer;background:#fff;border-radius:8px;padding:10px 18px;font-family:inherit;font-size:.875rem;font-weight:500}.Hesabim-module__lSo54G__formCancel:hover{background:var(--background-subtle,#fafafa);color:var(--foreground,#18181b)}.Hesabim-module__lSo54G__formSubmit{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 18px;font-family:inherit;font-size:.875rem;font-weight:600;display:inline-flex}.Hesabim-module__lSo54G__formSubmit:hover:not(:disabled){background:#4f46e5}.Hesabim-module__lSo54G__formSubmit:disabled{opacity:.7;cursor:not-allowed}.Hesabim-module__lSo54G__modalOverlay{z-index:2000;background:#00000073;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.Hesabim-module__lSo54G__modalCard{background:#fff;border-radius:16px;width:100%;max-width:400px;padding:24px;box-shadow:0 20px 40px #00000026}.Hesabim-module__lSo54G__modalTitle{color:var(--gray-900,#18181b);margin:0 0 12px;font-size:1.125rem;font-weight:700}.Hesabim-module__lSo54G__modalText{color:var(--gray-700,#3f3f46);margin:0 0 8px;font-size:.875rem;line-height:1.4}.Hesabim-module__lSo54G__modalSubtext{color:var(--gray-500,#71717a);margin:0 0 20px;font-size:.8125rem}.Hesabim-module__lSo54G__modalActions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.Hesabim-module__lSo54G__modalBtnSecondary{border:1.5px solid var(--gray-200,#e4e4e7);color:var(--gray-600,#52525b);cursor:pointer;background:#fff;border-radius:10px;padding:10px 18px;font-family:inherit;font-size:.875rem;font-weight:500}.Hesabim-module__lSo54G__modalBtnSecondary:hover:not(:disabled){background:var(--gray-50,#fafafa)}.Hesabim-module__lSo54G__modalBtnDanger{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:10px;align-items:center;gap:6px;padding:10px 18px;font-family:inherit;font-size:.875rem;font-weight:600;display:inline-flex}.Hesabim-module__lSo54G__modalBtnDanger:hover:not(:disabled){background:#b91c1c}.Hesabim-module__lSo54G__modalBtnDanger:disabled{opacity:.8;cursor:not-allowed}.Hesabim-module__lSo54G__modalBtnPrimary{background:var(--primary,#6366f1);color:#fff;cursor:pointer;border:none;border-radius:10px;align-items:center;gap:6px;padding:10px 18px;font-family:inherit;font-size:.875rem;font-weight:600;display:inline-flex}.Hesabim-module__lSo54G__modalBtnPrimary:hover:not(:disabled){background:#4f46e5}.Hesabim-module__lSo54G__reviewStar,.Hesabim-module__lSo54G__reviewStarActive{cursor:pointer;color:var(--gray-300,#d4d4d8);background:0 0;border:none;padding:4px}.Hesabim-module__lSo54G__reviewStarActive{color:#f59e0b}.Hesabim-module__lSo54G__errorText{color:#dc2626;margin:0 0 8px;font-size:.8125rem}.Hesabim-module__lSo54G__successText{color:#059669;margin:0 0 8px;font-size:.8125rem}.Hesabim-module__lSo54G__spinner{animation:.8s linear infinite Hesabim-module__lSo54G__spin}@keyframes Hesabim-module__lSo54G__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:768px){.Hesabim-module__lSo54G__panelCard{border-radius:12px;padding:16px}.Hesabim-module__lSo54G__sectionTitle{gap:8px;font-size:1.0625rem}.Hesabim-module__lSo54G__sectionDesc,.Hesabim-module__lSo54G__welcomeText{font-size:.875rem;line-height:1.5}.Hesabim-module__lSo54G__quickLinkCard{min-height:44px;padding:12px 14px;font-size:.875rem}.Hesabim-module__lSo54G__ctaPrimary{justify-content:center;width:100%;min-height:48px;padding:14px 20px;font-size:1rem}.Hesabim-module__lSo54G__appointmentCard{flex-wrap:wrap;padding:14px 12px}.Hesabim-module__lSo54G__appointmentInfo{flex:100%}.Hesabim-module__lSo54G__appointmentActions{margin-top:10px}.Hesabim-module__lSo54G__linkButton,.Hesabim-module__lSo54G__cancelBtn{min-height:44px;padding:10px 14px;font-size:.8125rem}.Hesabim-module__lSo54G__statCard{min-height:56px;padding:14px}.Hesabim-module__lSo54G__statCardLink{min-height:56px}.Hesabim-module__lSo54G__shopAction{align-items:center;min-height:44px;padding:10px 14px;display:inline-flex}.Hesabim-module__lSo54G__shopItem,.Hesabim-module__lSo54G__vehicleItem{flex-wrap:wrap;gap:10px;padding:14px}.Hesabim-module__lSo54G__vehicleInfo{flex:100%;min-width:0}.Hesabim-module__lSo54G__vehicleActions{flex-wrap:wrap;justify-content:flex-start;gap:8px;width:100%}.Hesabim-module__lSo54G__vehicleBookBtn,.Hesabim-module__lSo54G__editVehicleBtn{min-height:44px;padding:10px 14px;font-size:.8125rem}.Hesabim-module__lSo54G__deleteVehicleBtn{justify-content:center;min-width:44px;min-height:44px;padding:10px}.Hesabim-module__lSo54G__vehicleHistoryToggle{min-height:44px;padding:12px 0;font-size:.875rem}.Hesabim-module__lSo54G__vehicleHistorySection{padding:12px 14px 14px}.Hesabim-module__lSo54G__addVehicleBtn{justify-content:center;width:100%;min-height:48px;padding:14px 20px;font-size:.9375rem}.Hesabim-module__lSo54G__formInput{min-height:44px;font-size:16px}.Hesabim-module__lSo54G__formRow{margin-bottom:14px}.Hesabim-module__lSo54G__formSubmit,.Hesabim-module__lSo54G__formCancel,.Hesabim-module__lSo54G__deleteConfirmBtn{min-height:44px;padding:12px 18px;font-size:.9375rem}.Hesabim-module__lSo54G__formActions{flex-wrap:wrap;gap:10px}.Hesabim-module__lSo54G__formActions .Hesabim-module__lSo54G__formCancel,.Hesabim-module__lSo54G__formActions .Hesabim-module__lSo54G__formSubmit,.Hesabim-module__lSo54G__formActions .Hesabim-module__lSo54G__deleteConfirmBtn{flex:auto;min-width:120px}.Hesabim-module__lSo54G__servicePdfBtn{min-height:44px;padding:10px 14px;font-size:.8125rem}.Hesabim-module__lSo54G__serviceItem{padding:12px 14px}.Hesabim-module__lSo54G__emptyState{padding:24px 16px}.Hesabim-module__lSo54G__emptyStateCta,.Hesabim-module__lSo54G__emptyStateTitle{font-size:.9375rem}.Hesabim-module__lSo54G__reminderItem{padding:12px 14px}.Hesabim-module__lSo54G__statusBadgeGroup{flex-wrap:wrap}}@media (max-width:640px){.Hesabim-module__lSo54G__statsGrid{grid-template-columns:1fr}.Hesabim-module__lSo54G__panelHeader{flex-direction:column;align-items:stretch;gap:10px}.Hesabim-module__lSo54G__logoutBtn{align-self:flex-end;min-height:44px}.Hesabim-module__lSo54G__modalCard{max-width:calc(100vw - 32px);padding:20px}.Hesabim-module__lSo54G__modalActions{flex-direction:column}.Hesabim-module__lSo54G__modalBtnSecondary,.Hesabim-module__lSo54G__modalBtnDanger,.Hesabim-module__lSo54G__modalBtnPrimary{justify-content:center;width:100%;min-height:44px}.Hesabim-module__lSo54G__quickLinksGrid{grid-template-columns:1fr}.Hesabim-module__lSo54G__bookingSuccessCancelBtn,.Hesabim-module__lSo54G__bookingSuccessActionBtn{min-height:44px;padding:14px 20px}}@media (max-width:480px){.Hesabim-module__lSo54G__panelCard{padding:12px}.Hesabim-module__lSo54G__sectionTitle{font-size:1rem}.Hesabim-module__lSo54G__vehicleItem{padding:12px}.Hesabim-module__lSo54G__vehicleActions{width:100%}.Hesabim-module__lSo54G__vehicleBookBtn{flex:1;justify-content:center;min-width:0}.Hesabim-module__lSo54G__formActions .Hesabim-module__lSo54G__formCancel,.Hesabim-module__lSo54G__formActions .Hesabim-module__lSo54G__formSubmit,.Hesabim-module__lSo54G__formActions .Hesabim-module__lSo54G__deleteConfirmBtn{width:100%;min-width:0}.Hesabim-module__lSo54G__serviceItemActions{flex-direction:column}.Hesabim-module__lSo54G__servicePdfBtn{justify-content:center;width:100%}.Hesabim-module__lSo54G__emptyStateSmall{padding:12px 14px}.Hesabim-module__lSo54G__ctaLink{align-items:center;min-height:44px}}
