:root{--font-arabic:"Tajawal", "Inter", sans-serif;--font-latin:"Inter", "Tajawal", sans-serif;--color-primary:#7c3aed;--color-primary-hover:#6d28d9;--color-primary-soft:#ede9fe;--color-primary-muted:#a78bfa;--color-accent:#f59e0b;--color-success:#16a34a;--color-success-soft:#dcfce7;--color-error:#dc2626;--color-error-soft:#fee2e2;--color-warning:#d97706;--color-warning-soft:#fef9c3;--color-info:#2563eb;--color-info-soft:#dbeafe;--color-bg:#fafafa;--color-surface:#fff;--color-surface-2:#f4f4f5;--color-border:#e4e4e7;--color-border-strong:#a1a1aa;--color-text-primary:#18181b;--color-text-secondary:#71717a;--color-text-muted:#a1a1aa;--color-text-inverse:#fff;--font-size-xs:.6875rem;--font-size-sm:.8125rem;--font-size-base:.9375rem;--font-size-md:1.0625rem;--font-size-lg:1.25rem;--font-size-xl:1.5rem;--font-size-2xl:2rem;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--radius-sm:4px;--radius-base:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--transition-fast:.15s ease;--transition-normal:.25s ease;--transition-slow:.35s ease;--bottom-nav-height:68px;--bottom-nav-margin:12px;--safe-bottom:env(safe-area-inset-bottom,0px);--page-max-width:1200px;--content-max-width:760px}[data-theme=dark]{--color-bg:#09090b;--color-surface:#18181b;--color-surface-2:#27272a;--color-border:#3f3f46;--color-border-strong:#71717a;--color-text-primary:#f4f4f5;--color-text-secondary:#a1a1aa;--color-text-muted:#71717a;--color-primary-soft:var(--color-primary-soft-dark,#2e1065);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*,:before,:after{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}html{scroll-behavior:smooth;height:100%;font-size:16px}body{font-family:var(--font-arabic);font-size:var(--font-size-base);background:var(--color-bg);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100dvh;transition:background var(--transition-normal), color var(--transition-normal);line-height:1.6;overflow-x:hidden}[dir=ltr] body,[dir=ltr],.font-en{font-family:var(--font-latin)}img{object-fit:cover;max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea,select{font-family:inherit;font-size:inherit}a{color:var(--color-primary);text-decoration:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--color-border-strong);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-text-secondary)}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:var(--radius-sm)}.skeleton{background:linear-gradient(90deg, var(--color-surface-2) 25%, var(--color-border) 50%, var(--color-surface-2) 75%);border-radius:var(--radius-base);background-size:200% 100%;animation:1.4s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.8)}60%{opacity:1;transform:scale(1.05)}to{transform:scale(1)}}.animate-fade{animation:fadeIn var(--transition-normal) both}.animate-up{animation:slideUp var(--transition-normal) both}.animate-scale{animation:scaleIn var(--transition-normal) both}.sar-icon{vertical-align:middle;align-items:center;margin-inline-start:2px;display:inline-flex}.sar-icon svg{fill:currentColor;width:13px;height:13px}.btn{justify-content:center;align-items:center;gap:var(--space-2);padding:14px var(--space-5);border-radius:var(--radius-md);font-size:var(--font-size-base);transition:all var(--transition-fast);white-space:nowrap;-webkit-user-select:none;user-select:none;font-weight:600;display:inline-flex}.btn:disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.btn-primary{background:var(--color-primary);color:var(--color-text-inverse)}.btn-primary:active{transform:scale(.98)}.btn-outline{color:var(--color-primary);border:1.5px solid var(--color-primary);background:0 0}.btn-outline:active{background:var(--color-primary-soft)}.btn-ghost{color:var(--color-text-secondary);background:0 0}.btn-ghost:hover{background:var(--color-surface-2)}.btn-danger{background:var(--color-error-soft);color:var(--color-error);border:1.5px solid var(--color-error)}.btn-full{width:100%}.btn-sm{font-size:var(--font-size-sm);border-radius:var(--radius-sm);padding:8px 14px}.counter{border:1.5px solid var(--color-border);border-radius:var(--radius-full);background:var(--color-surface);align-items:center;gap:0;display:inline-flex;overflow:hidden}.counter-btn{width:36px;height:36px;color:var(--color-primary);transition:background var(--transition-fast);justify-content:center;align-items:center;font-size:1.25rem;display:flex}.counter-btn:hover{background:var(--color-primary-soft)}.counter-val{text-align:center;min-width:32px;font-weight:700;font-size:var(--font-size-base);color:var(--color-text-primary)}.product-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);cursor:pointer;transition:transform var(--transition-fast), border-color var(--transition-fast);flex-direction:column;display:flex;position:relative;overflow:hidden}.product-card-body{padding:var(--space-3) var(--space-4);gap:var(--space-2);flex-direction:column;flex:1;display:flex}.product-card-desc{font-size:var(--font-size-sm);color:var(--color-text-muted);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;line-height:1.4;display:-webkit-box;overflow:hidden}.product-card-footer{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.product-add-btn{border-radius:var(--radius-full);background:var(--color-primary);color:#fff;width:34px;height:34px;transition:transform var(--transition-fast);justify-content:center;align-items:center;font-size:1.3rem;display:flex}.badge{border-radius:var(--radius-full);font-size:var(--font-size-xs);white-space:nowrap;align-items:center;gap:4px;padding:3px 10px;font-weight:600;display:inline-flex}.badge-primary{background:var(--color-primary-soft);color:var(--color-primary)}.badge-success{background:var(--color-success-soft);color:var(--color-success)}.badge-warning{background:var(--color-warning-soft);color:var(--color-warning)}.badge-error{background:var(--color-error-soft);color:var(--color-error)}.badge-muted{background:var(--color-surface-2);color:var(--color-text-muted)}.input-field{width:100%;padding:13px var(--space-4);border:1.5px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-text-primary);font-size:var(--font-size-base);transition:border-color var(--transition-fast);direction:inherit;outline:none}.input-field:focus{border-color:var(--color-primary)}.input-field.error{border-color:var(--color-error)}.input-label{font-size:var(--font-size-sm);color:var(--color-text-secondary);margin-bottom:6px;font-weight:500;display:block}.input-error{font-size:var(--font-size-sm);color:var(--color-error);margin-top:4px}.form-group{margin-bottom:var(--space-4)}.section-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-5);margin-bottom:var(--space-4)}.divider{background:var(--color-border);height:1px;margin:var(--space-4) 0}#toast-container{top:var(--space-4);z-index:9999;gap:var(--space-2);flex-direction:column;max-width:320px;display:flex;position:fixed;inset-inline-end:var(--space-4)}.toast{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-3) var(--space-4);font-size:var(--font-size-sm);color:var(--color-text-primary);align-items:center;gap:var(--space-2);font-weight:500;animation:.25s both slideDown;display:flex;box-shadow:0 4px 16px #0000001a}.toast.success{border-color:var(--color-success);color:var(--color-success)}.toast.error{border-color:var(--color-error);color:var(--color-error)}.toast.info{border-color:var(--color-primary);color:var(--color-primary)}.choice-option,.addon-option{align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);border:1.5px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-text-primary);cursor:pointer;transition:all var(--transition-fast);margin-bottom:var(--space-2);-webkit-user-select:none;user-select:none;display:flex}.choice-option.selected,.addon-option.selected{border-color:var(--color-primary);background:var(--color-primary-soft);color:var(--color-text-primary)}.choice-option input,.addon-option input{accent-color:var(--color-primary)}.addon-qty-btn{border-radius:var(--radius-full);border:1.5px solid var(--color-primary);background:var(--color-surface);width:26px;height:26px;color:var(--color-primary);cursor:pointer;transition:all var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;padding:0;font-size:1rem;font-weight:700;line-height:1;display:flex}.addon-qty-btn:active{transform:scale(.9)}.addon-qty-btn[data-addon-action=up],.addon-qty-btn[data-choice-action=up]{background:var(--color-primary);color:var(--color-text-inverse)}.addon-qty-btn[data-addon-action=up]:hover,.addon-qty-btn[data-choice-action=up]:hover{opacity:.85}.addon-qty-btn:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.item-notes-input{width:100%;padding:var(--space-3) var(--space-4);border:1.5px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-text-primary);font-size:var(--font-size-sm);resize:vertical;transition:border-color var(--transition-fast);direction:inherit;outline:none;font-family:inherit}.item-notes-input:focus{border-color:var(--color-primary)}.pay-method-info{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.pay-method-name{font-size:.9rem;font-weight:600}.pay-brands{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.pay-brand-logo{object-fit:contain;border:1px solid var(--color-border);background:#fff;border-radius:4px;flex-shrink:0;width:auto;height:22px;padding:2px 4px}.pay-via{color:var(--color-text-muted);opacity:.6;white-space:nowrap;flex-shrink:0;align-self:flex-start;margin-top:2px;font-size:.7rem}.timeline{flex-direction:column;gap:0;display:flex}.timeline-step{gap:var(--space-3);display:flex;position:relative}.timeline-step:not(:last-child):before{content:"";inset-inline-start:15px;background:var(--color-border);width:2px;height:calc(100% - 8px);position:absolute;top:32px}.timeline-dot{border-radius:var(--radius-full);border:2px solid var(--color-border);background:var(--color-surface);width:32px;height:32px;color:var(--color-text-muted);flex-shrink:0;justify-content:center;align-items:center;font-size:.875rem;display:flex}@keyframes pulse{0%,to{box-shadow:0 0 #0000}50%{box-shadow:0 0 0 8px #7c3aed26}}.timeline-content{padding:4px 0 var(--space-5) 0}.timeline-title{font-weight:600;font-size:var(--font-size-sm)}.coupon-row{gap:var(--space-2);display:flex}.coupon-row .input-field{flex:1}.coupon-row .btn{flex-shrink:0}.summary-row{font-size:var(--font-size-sm);color:var(--color-text-secondary);justify-content:space-between;align-items:center;padding:4px 0;display:flex}.summary-row.total{font-size:var(--font-size-base);color:var(--color-text-primary);padding-top:var(--space-3);border-top:1px solid var(--color-border);margin-top:var(--space-2);font-weight:700}.sar-svg{vertical-align:middle;fill:currentColor;flex-shrink:0;width:13px;height:14px;display:inline-block;position:relative;top:-1px}.price-wrap{font-variant-numeric:tabular-nums;font-feature-settings:"tnum";white-space:nowrap;align-items:center;gap:3px;display:inline-flex}.modal-overlay{z-index:2000;-webkit-backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;padding:0 12px;animation:.2s both fadeIn;display:flex;position:fixed;inset:0}.modal-overlay.hidden{display:none}.modal-sheet{background:var(--color-surface);border-radius:var(--radius-xl);flex-direction:column;width:100%;max-width:500px;max-height:90dvh;animation:.32s cubic-bezier(.34,1.26,.64,1) both slideUp;display:flex;overflow:hidden}#product-modal-body{overscroll-behavior:contain;scrollbar-width:none;-ms-overflow-style:none;flex:1;overflow-y:auto}#product-modal-body::-webkit-scrollbar{display:none}.modal-img-wrapper{position:relative}.modal-close-overlay{top:12px;z-index:10;border-radius:var(--radius-full);-webkit-backdrop-filter:blur(6px);color:#fff;cursor:pointer;width:36px;height:36px;transition:background var(--transition-fast);-webkit-tap-highlight-color:transparent;background:#00000073;border:none;justify-content:center;align-items:center;display:flex;position:absolute;inset-inline-start:12px}.modal-close-overlay:hover{background:#000000b3}.modal-close-overlay:active{transform:scale(.92)}.product-action-bar{background:var(--color-surface);border-top:1px solid var(--color-border);padding:14px 20px;padding-bottom:calc(14px + env(safe-area-inset-bottom,0px));z-index:11;-webkit-backdrop-filter:blur(16px);border-radius:0 0 var(--radius-xl) var(--radius-xl);flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;display:flex;box-shadow:0 -4px 16px #0000000f}[data-theme=dark] .product-action-bar{background:#18181bf2;box-shadow:0 -4px 16px #0000004d}.modal-drag-handle{display:none}.modal-card{background:var(--color-surface);border-radius:var(--radius-xl);width:100%;max-width:420px;padding:var(--space-5);flex-direction:column;animation:.2s both scaleIn;display:flex;overflow:hidden}.product-info-chips{grid-template-columns:repeat(3,1fr);gap:8px;min-width:0;margin:12px 0;display:grid;overflow:hidden}.info-chip{border:1.5px solid var(--color-border);border-radius:var(--radius-base);font-size:clamp(.68rem, 2vw, var(--font-size-sm));color:var(--color-text-secondary);background:var(--color-surface);cursor:default;transition:all var(--transition-fast);-webkit-user-select:none;user-select:none;white-space:nowrap;text-overflow:ellipsis;justify-content:center;align-items:center;gap:4px;width:100%;min-width:0;padding:6px 8px;font-weight:500;display:flex;overflow:hidden}.info-chip.clickable{cursor:pointer}.info-chip.clickable:hover{border-color:var(--color-primary);color:var(--color-primary);background:var(--color-primary-soft)}.info-chip-icon{flex-shrink:0;justify-content:center;align-items:center;width:15px;height:15px;display:flex}.info-chip-icon svg{width:15px;height:15px}.info-chip .sar-svg{width:11px;height:12px;top:0}.chip--calories .info-chip-icon,.chip--calories .info-chip-icon svg{color:#f97316;stroke:#f97316}.chip--calories{border-color:#fed7aa}.chip--calories:hover{color:#f97316!important;background:#fff7ed!important;border-color:#f97316!important}.chip--nutrition .info-chip-icon,.chip--nutrition .info-chip-icon svg{color:#22c55e;stroke:#22c55e}.chip--nutrition{border-color:#bbf7d0}.chip--nutrition:hover{color:#22c55e!important;background:#f0fdf4!important;border-color:#22c55e!important}.chip--nutrition.active{color:#22c55e;background:#f0fdf4;border-color:#22c55e}.chip--allergen .info-chip-icon,.chip--allergen .info-chip-icon svg{color:#f59e0b;stroke:#f59e0b}.chip--allergen{border-color:#fde68a}.chip--allergen:hover{color:#f59e0b!important;background:#fffbeb!important;border-color:#f59e0b!important}.chip--allergen.active{color:#f59e0b;background:#fffbeb;border-color:#f59e0b}.icon-activity,.icon-activity svg{color:#6366f1;stroke:#6366f1}.icon-energy,.icon-energy svg{color:#f97316;stroke:#f97316}.icon-danger,.icon-danger svg{color:#ef4444;stroke:#ef4444}.icon-allergen,.icon-allergen svg{color:#f59e0b;stroke:#f59e0b}.info-expand-panel{background:var(--color-surface-2);border:1.5px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-4);margin-top:4px;margin-bottom:12px;animation:.2s both slideDown;overflow:hidden}.info-expand-panel.hidden{display:none}.info-expand-title{font-weight:700;font-size:var(--font-size-sm);color:var(--color-text-primary);margin-bottom:var(--space-3);padding-bottom:var(--space-2);border-bottom:1px solid var(--color-border);align-items:center;gap:8px;display:flex}.allergen-grid{margin-bottom:var(--space-3);grid-template-columns:repeat(4,1fr);gap:10px 8px;display:grid}@media (width<=600px){.allergen-grid{grid-template-columns:repeat(3,1fr)}}.allergen-item{font-size:var(--font-size-sm);color:var(--color-text-primary);align-items:center;gap:6px;font-weight:600;display:flex}.allergen-icon{flex-shrink:0;font-size:1.2rem}.allergen-warning{background:var(--color-warning-soft);border-radius:var(--radius-base);padding:var(--space-3);font-size:var(--font-size-sm);color:var(--color-warning);align-items:flex-start;gap:8px;line-height:1.5;display:flex}.nutrition-row{font-size:var(--font-size-sm);color:var(--color-text-primary);margin-bottom:var(--space-3);align-items:flex-start;gap:10px;line-height:1.5;display:flex}.nutrition-icon{flex-shrink:0;width:18px;height:18px;margin-top:2px}.nutrition-icon svg{width:18px;height:18px}.nutrition-label{font-weight:600}.salt-warning-icon{background:var(--color-warning-soft);border:1.5px solid var(--color-warning);border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.9rem;display:flex}.bs-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9000;background:#0000008c;justify-content:center;align-items:center;padding:16px;animation:.2s bs-fade-in;display:flex;position:fixed;inset:0}@keyframes bs-fade-in{0%{opacity:0}to{opacity:1}}.bs-modal{background:var(--color-surface);border-radius:var(--radius-xl,20px);width:100%;max-width:440px;max-height:90vh;animation:.25s cubic-bezier(.34,1.56,.64,1) both bs-slide-up;overflow-y:auto;box-shadow:0 24px 64px #00000040}@keyframes bs-slide-up{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.bs-header{text-align:center;border-bottom:1px solid var(--color-border);padding:28px 24px 16px}.bs-modal-icon{color:var(--color-primary);justify-content:center;margin-bottom:12px;display:flex}.bs-modal-icon svg{stroke:currentColor;fill:none;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;width:40px;height:40px}.bs-title{color:var(--color-text-primary);margin:0 0 6px;font-size:1.15rem;font-weight:700}.bs-sub{color:var(--color-text-muted);margin:0;font-size:.82rem;line-height:1.5}.bs-body{padding:20px 24px}.bs-footer{border-top:1px solid var(--color-border);justify-content:flex-end;gap:10px;padding:16px 24px 24px;display:flex}.bs-branch-list{flex-direction:column;gap:10px;display:flex}.bs-branch-item{border:1.5px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;align-items:center;gap:12px;padding:14px 16px;transition:all .18s;display:flex;position:relative}.bs-branch-item input[type=radio]{display:none}.bs-branch-item:hover,.bs-branch-item.selected{border-color:var(--color-primary);background:var(--color-primary-light,#f3f0ff)}.bs-branch-content{justify-content:space-between;align-items:center;gap:12px;width:100%;display:flex}.bs-branch-info{flex-direction:column;flex:1;gap:4px;display:flex}.bs-branch-name{color:var(--color-text-primary);font-size:.95rem;font-weight:700}.bs-branch-addr-row{align-items:center;gap:8px;display:flex}.bs-branch-addr{color:var(--color-text-muted);font-size:.75rem}.bs-branch-badges{align-items:center;gap:6px;margin-top:4px;display:flex}.bs-status-indicator{border-radius:var(--radius-sm);white-space:nowrap;letter-spacing:.01em;align-items:center;gap:4px;padding:3px 8px;font-size:.67rem;font-weight:700;display:inline-flex}.bs-status-dot{border-radius:50%;width:6px;height:6px}.bs-open-badge .bs-status-dot{background-color:#16a34a}.bs-closed-badge .bs-status-dot{background-color:#dc2626}.bs-map-btn{background:var(--color-primary);color:#fff;border-radius:var(--radius-md);flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:4px;width:64px;height:64px;text-decoration:none;transition:opacity .15s,transform .1s;display:flex}.bs-map-btn:hover{opacity:.9;transform:scale(.98)}.bs-map-btn svg{stroke:currentColor;fill:none;stroke-width:2px;flex-shrink:0;width:22px;height:22px}.bs-map-btn span{font-size:.65rem;font-weight:700}.bs-branch-item.bs-closed{opacity:.75}.bs-branch-item.bs-closed:hover{background:#fffbeb;border-color:#fbbf24}.bs-branch-item.bs-closed.selected{background:#fffbeb;border-color:#f59e0b}.bs-closed-badge{color:#92400e;border-radius:var(--radius-full);background:#fef3c7;border:1px solid #fde68a;align-items:center;display:inline-flex}.bs-open-badge{color:#16a34a;border-radius:var(--radius-full);background:#dcfce7;border:1px solid #bbf7d0;align-items:center;display:inline-flex}.bs-branch-meta{flex-direction:column;flex-shrink:0;align-items:flex-start;gap:6px;display:flex}.bs-distance-badge{color:#0d9488;border-radius:var(--radius-full);white-space:nowrap;letter-spacing:.02em;background:#ccfbf1;border:1px solid #99f6e4;padding:2px 8px;font-size:.68rem;font-weight:700}[data-theme=dark] .bs-distance-badge{color:#5eead4;background:#0d948826;border-color:#0d94884d}.bs-type-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.bs-type-grid:has(.bs-type-card:nth-child(2):last-child){grid-template-columns:repeat(2,1fr)}.bs-type-grid:has(.bs-type-card:only-child){grid-template-columns:1fr;max-width:200px;margin:0 auto}.bs-type-card{border:1.5px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;text-align:center;flex-direction:column;align-items:center;gap:4px;min-width:0;padding:14px 8px 12px;transition:border-color .18s,background .18s;display:flex;position:relative}.bs-type-card:hover:not(.only),.bs-type-card.selected{border-color:var(--color-primary);background:var(--color-primary-light,#f3f0ff)}.bs-type-card.selected:after{content:"✓";top:6px;color:var(--color-primary);font-size:.8rem;font-weight:700;position:absolute;inset-inline-end:8px}.bs-type-card.only{cursor:default}.bs-type-icon{color:var(--color-primary);justify-content:center;display:flex}.bs-type-icon svg{stroke:currentColor;fill:none;stroke-width:1.75px;stroke-linecap:round;stroke-linejoin:round;width:32px;height:32px}.bs-type-card.selected .bs-type-icon{color:var(--color-primary)}.bs-type-label{color:var(--color-text-primary);font-size:.9rem;font-weight:700}.bs-type-sub{color:var(--color-text-muted);font-size:.72rem}.bs-only-badge{background:var(--color-primary);color:#fff;border-radius:999px;margin-top:2px;padding:2px 8px;font-size:.65rem}.bs-btn-primary{border-radius:var(--radius-md);background:var(--color-primary);color:#fff;cursor:pointer;border:none;flex:1;height:44px;padding:0 24px;font-size:.9rem;font-weight:600;transition:opacity .15s}.bs-btn-primary:disabled{opacity:.45;cursor:not-allowed}.bs-btn-primary:hover:not(:disabled){opacity:.88}.bs-btn-ghost{border-radius:var(--radius-md);height:44px;color:var(--color-text-secondary);border:1.5px solid var(--color-border);cursor:pointer;background:0 0;padding:0 20px;font-size:.9rem;font-weight:500;transition:all .15s}.bs-btn-ghost:hover{border-color:var(--color-primary);color:var(--color-primary)}.bs-btn-danger{background:#dc2626!important}.bs-btn-danger:hover:not(:disabled){opacity:1!important;background:#b91c1c!important}.bs-confirm-overlay{z-index:10001!important}.bs-confirm-modal{max-width:340px}.bs-confirm-body{text-align:center;padding:28px 24px 20px}.bs-confirm-msg{color:var(--color-text-primary);margin:0;font-size:.92rem;line-height:1.6}.bs-confirm-footer{border-top:1px solid var(--color-border);gap:10px;padding:16px 24px 24px;display:flex}.bs-confirm-footer .bs-btn-ghost{flex:1}.bs-confirm-footer .bs-btn-primary{flex:1.5}#branch-indicator,#nav-branch{display:none!important}[data-theme=dark] .choice-option,[data-theme=dark] .addon-option{background:var(--color-surface-2);color:var(--color-text-primary)}[data-theme=dark] .choice-option.selected,[data-theme=dark] .addon-option.selected{background:var(--color-primary-soft-dark);color:var(--color-text-primary)}[data-theme=dark] .pay-brand-logo{background:#ffffffe6}[data-theme=dark] .section-card h3{color:var(--color-text-primary)}[data-theme=dark] .chip--calories:hover{background:#f9731626!important}[data-theme=dark] .chip--nutrition:hover{background:#22c55e26!important}[data-theme=dark] .chip--nutrition.active{background:#22c55e26}[data-theme=dark] .chip--allergen:hover{background:#f59e0b26!important}[data-theme=dark] .chip--allergen.active{background:#f59e0b26}[data-theme=dark] .badge-success{background:#16a34a26}[data-theme=dark] .badge-warning{background:#d9770626}[data-theme=dark] .badge-error{background:#dc262626}[data-theme=dark] .badge-primary{background:var(--color-primary-soft-dark)}[data-theme=dark] .allergen-warning{background:#f59e0b1f}#app{background:var(--color-bg);min-height:100dvh}.page-container{max-width:var(--page-max-width);min-height:100dvh;padding-bottom:calc(var(--bottom-nav-height) + var(--bottom-nav-margin) * 2 + var(--safe-bottom) + 16px);margin:0 auto;animation:.2s both fadeIn}.page-inner{padding:var(--space-4)}@media (width>=768px){.page-inner{padding:var(--space-5) var(--space-6)}}@media (width>=1024px){.page-inner{padding:var(--space-6) var(--space-8)}}.bottom-nav{bottom:calc(var(--bottom-nav-margin) + var(--safe-bottom));width:min(100% - 32px,560px);height:var(--bottom-nav-height);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);z-index:1000;transition:all var(--transition-normal);-webkit-backdrop-filter:blur(16px);grid-template-columns:repeat(4,1fr);align-items:center;padding:4px;display:grid;position:fixed;left:50%;transform:translate(-50%);box-shadow:0 4px 24px #00000014,0 1px 4px #0000000a}[data-theme=dark] .bottom-nav{border-color:var(--color-border);background:#18181beb;box-shadow:0 4px 24px #0006,0 1px 4px #0003}.bottom-nav.nav-compact{grid-template-columns:repeat(2,1fr);width:min(100% - 32px,320px)}.nav-btn{color:var(--color-text-muted);border-radius:calc(var(--radius-xl) - 4px);transition:color var(--transition-fast), background var(--transition-fast);-webkit-user-select:none;user-select:none;flex-direction:column;justify-content:center;align-items:center;gap:4px;height:100%;padding:10px 4px 8px;display:flex;position:relative}.nav-btn:hover{color:var(--color-primary);background:var(--color-primary-soft)}.nav-btn.active{color:var(--color-primary)}.nav-btn.active:before{content:"";background:var(--color-primary);border-radius:var(--radius-full);opacity:.3;width:28px;height:3px;position:absolute;top:8px}.nav-icon{width:26px;height:26px;font-size:26px;line-height:1;display:block}.nav-btn .nav-icon svg,.nav-btn svg.nav-icon{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:26px;height:26px;transition:transform var(--transition-fast)}.nav-btn i.nav-icon{width:26px;height:26px;color:inherit;display:block}.nav-btn.active svg.nav-icon,.nav-btn.active .nav-icon svg{transform:translateY(-1px)}.nav-label{letter-spacing:.01em;font-size:10px;font-weight:600;line-height:1}.nav-badge-wrap{display:inline-flex;position:relative}.cart-count-badge{top:-7px;background:var(--color-primary);color:#fff;border-radius:var(--radius-full);border:2px solid var(--color-surface);justify-content:center;align-items:center;min-width:17px;height:17px;padding:0 3px;font-size:.6rem;font-weight:700;animation:.3s both bounceIn;display:flex;position:absolute;inset-inline-end:-9px}@media (width>=1024px){.bottom-nav{width:min(100% - 64px,640px);bottom:24px}}.page-header{padding:var(--space-5) var(--space-4) var(--space-4);background:var(--color-surface);border-bottom:1px solid var(--color-border);z-index:100;justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.page-title{font-size:var(--font-size-lg);color:var(--color-text-primary);font-weight:700}@media (width>=768px){.page-header{padding:var(--space-5) var(--space-6)}}@media (width>=1024px){.page-header{padding:var(--space-5) var(--space-8)}}.store-header{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-hover) 100%);color:#fff;justify-content:space-between;align-items:center;gap:12px;height:72px;padding:0 16px;display:flex}.store-header-info{text-align:start;flex-direction:row;flex:1;align-items:center;gap:14px;min-width:0;display:flex}.store-logo{border-radius:var(--radius-lg);object-fit:contain;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff26;border:1.5px solid #ffffff40;flex-shrink:0;width:56px;height:56px;padding:4px}@media (width>=768px){.store-logo{width:60px;height:60px}}@media (width>=1024px){.store-logo{width:60px;height:60px}}.store-header-text{flex-direction:column;min-width:0;display:flex}@media (width>=768px){.store-header{padding:0 32px}}@media (width>=1024px){.store-header{padding:0 32px}}.store-name{font-size:var(--font-size-lg);font-weight:700;line-height:1.25}.store-desc{font-size:var(--font-size-base);opacity:.85;margin-top:2px;line-height:1.4}@media (width>=768px){.store-name{font-size:var(--font-size-xl)}}.sh-branch-btn{border-radius:var(--radius-lg);color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);text-align:end;background:#ffffff1f;border:1px solid #ffffff40;flex-direction:column;flex-shrink:0;align-items:flex-end;gap:2px;min-width:110px;max-width:160px;padding:6px 10px;transition:background .18s,transform .15s;display:flex}.sh-branch-btn:hover{background:#ffffff38;transform:translateY(-1px)}.sh-branch-btn:active{transform:scale(.97)}.sh-service-row{justify-content:flex-end;align-items:center;gap:4px;width:100%;display:flex}.sh-service-label{white-space:nowrap;text-overflow:ellipsis;letter-spacing:.01em;font-size:11px;font-weight:700;line-height:1.3;overflow:hidden}.sh-chevron{opacity:.85;stroke:currentColor;flex-shrink:0;width:13px;height:13px}.sh-branch-row2{justify-content:flex-end;align-items:center;gap:4px;width:100%;display:flex}.sh-branch-label{opacity:.8;white-space:nowrap;text-overflow:ellipsis;max-width:110px;font-size:10px;font-weight:500;line-height:1.2;overflow:hidden}.sh-map-link{color:#ffffffbf;flex-shrink:0;align-items:center;line-height:0;transition:color .15s;display:flex}.sh-map-link:hover{color:#fff}.sh-map-link svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:12px;height:12px}[dir=ltr] .sh-branch-btn{text-align:start;align-items:flex-start}[dir=ltr] .sh-service-row,[dir=ltr] .sh-branch-row2{justify-content:flex-start}.marquee-bar{background:var(--color-primary-soft);color:var(--color-primary);white-space:nowrap;font-size:var(--font-size-sm);letter-spacing:.02em;text-align:left;direction:ltr;padding:10px 0;font-weight:600;overflow:hidden}.marquee-track{white-space:nowrap;will-change:transform;animation:20s linear infinite marquee-ltr;display:inline-block}@media (width<=768px){.marquee-track{animation-duration:12s}}.marquee-bar:hover .marquee-track{animation-play-state:paused}@keyframes marquee-ltr{0%{transform:translate(100vw)}to{transform:translate(-100%)}}[dir=rtl] .marquee-track{animation-name:marquee-rtl}@keyframes marquee-rtl{0%{transform:translate(-100%)}to{transform:translate(100vw)}}.ad-carousel{background:var(--color-surface-2);position:relative;overflow:hidden}.ad-slides{will-change:transform;transition:transform .4s;display:flex}.ad-slide{flex-shrink:0;width:100%}.ad-slide picture{width:100%;display:block}.ad-slide img,.ad-slide-img{aspect-ratio:1;object-fit:cover;width:100%;display:block}@media (width>=768px){.ad-slide img,.ad-slide-img{aspect-ratio:1200/380}}.ad-dots{z-index:10;-webkit-backdrop-filter:blur(8px);border-radius:var(--radius-full);transition:background var(--transition-fast);background:#fff9;justify-content:center;align-items:center;gap:6px;padding:6px 12px;display:flex;position:absolute;bottom:12px;left:50%;transform:translate(-50%);box-shadow:0 2px 8px #0000000d}[data-theme=dark] .ad-dots{background:#18181ba6;box-shadow:0 2px 8px #0003}.ad-dot{border-radius:var(--radius-full);cursor:pointer;width:6px;height:6px;transition:all var(--transition-fast);background:#0003}[data-theme=dark] .ad-dot{background:#ffffff4d}.ad-dot.active{background:var(--color-primary);width:18px}.category-tabs-wrapper{background:var(--color-surface);border-bottom:1px solid var(--color-border);z-index:100;transition:box-shadow var(--transition-fast);position:sticky;top:0}.category-tabs-wrapper.scrolled{box-shadow:0 2px 12px #00000014}.category-tabs{gap:var(--space-2);padding:var(--space-3) var(--space-4);scrollbar-width:none;max-width:var(--page-max-width);margin:0 auto;display:flex;overflow-x:auto}.category-tabs::-webkit-scrollbar{display:none}.cat-tab{border-radius:var(--radius-full);font-size:var(--font-size-sm);color:var(--color-text-secondary);background:var(--color-surface-2);transition:all var(--transition-fast);cursor:pointer;border:1.5px solid #0000;flex-shrink:0;padding:7px 16px;font-weight:600}.cat-tab:hover{color:var(--color-primary);background:var(--color-primary-soft)}.cat-tab.active{background:var(--color-primary-soft);color:var(--color-primary);border-color:var(--color-primary)}.cat-tabs-arrow{display:none}@media (width>=1024px) and (hover:hover){.category-tabs-wrapper{position:sticky}.cat-tabs-arrow{z-index:10;border-radius:var(--radius-full);border:1.5px solid var(--color-border);background:var(--color-surface);width:36px;height:36px;color:var(--color-text-secondary);cursor:pointer;transition:all var(--transition-fast);opacity:0;pointer-events:none;justify-content:center;align-items:center;font-size:16px;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #00000014}.cat-tabs-arrow.visible{opacity:1;pointer-events:auto}.cat-tabs-arrow:hover{background:var(--color-primary-soft);color:var(--color-primary);border-color:var(--color-primary-muted);box-shadow:0 4px 12px #7c3aed26}.cat-tabs-arrow:active{transform:translateY(-50%)scale(.92)}.cat-tabs-arrow--prev{right:8px}.cat-tabs-arrow--next{left:8px}[dir=ltr] .cat-tabs-arrow--prev{left:8px;right:auto}[dir=ltr] .cat-tabs-arrow--next{left:auto;right:8px}.category-tabs-wrapper:before,.category-tabs-wrapper:after{content:"";z-index:5;pointer-events:none;opacity:0;width:48px;transition:opacity var(--transition-fast);position:absolute;top:0;bottom:0}.category-tabs-wrapper:before{background:linear-gradient(to left, var(--color-surface) 20%, transparent);right:0}.category-tabs-wrapper:after{background:linear-gradient(to right, var(--color-surface) 20%, transparent);left:0}[dir=ltr] .category-tabs-wrapper:before{background:linear-gradient(to right, var(--color-surface) 20%, transparent);left:0;right:auto}[dir=ltr] .category-tabs-wrapper:after{background:linear-gradient(to left, var(--color-surface) 20%, transparent);left:auto;right:0}.category-tabs-wrapper.has-overflow-start:before,.category-tabs-wrapper.has-overflow-end:after{opacity:1}}.products-section{padding:var(--space-4)}@media (width>=768px){.products-section{padding:var(--space-5) var(--space-6)}}.category-section-title-wrapper{margin-bottom:var(--space-4);justify-content:center;align-items:center;display:flex;position:relative}.category-section-title-wrapper:before{content:"";border-bottom:2px solid var(--color-border);z-index:1;position:absolute;top:50%;left:0;right:0}.category-section-title{z-index:2;background:var(--color-surface-2);padding:var(--space-2) var(--space-5);border-radius:var(--radius-full);font-size:var(--font-size-md);color:var(--color-text-secondary);margin:0;font-weight:700;position:relative}.products-grid{gap:var(--space-3);margin-bottom:var(--space-5);grid-template-columns:repeat(2,1fr);display:grid}.products-grid+.show-more-btn{margin-top:calc(-1 * var(--space-3))}.show-more-btn{justify-content:center;align-items:center;gap:var(--space-2);width:100%;padding:var(--space-3) var(--space-4);margin-bottom:var(--space-5);border:1.5px dashed var(--color-primary-muted);border-radius:var(--radius-lg);background:var(--color-primary-soft);color:var(--color-primary);font-family:var(--font-arabic);font-size:var(--font-size-sm);cursor:pointer;transition:all var(--transition-normal);-webkit-tap-highlight-color:transparent;font-weight:600;display:flex}.show-more-btn:hover{background:var(--color-primary);color:var(--color-text-inverse);border-color:var(--color-primary)}.show-more-btn:active{transform:scale(.98)}.show-more-count{opacity:.8;font-weight:400}.show-more-icon{width:16px;height:16px;transition:transform var(--transition-normal)}.show-more-btn.expanded .show-more-icon{transform:rotate(180deg)}@media (width>=600px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media (width>=900px){.products-grid{gap:var(--space-4);grid-template-columns:repeat(4,1fr)}}@media (width>=1200px){.products-grid{grid-template-columns:repeat(5,1fr)}}.product-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);cursor:pointer;transition:transform var(--transition-fast), border-color var(--transition-fast);flex-direction:column;display:flex;overflow:hidden}.product-card:hover{border-color:var(--color-primary-muted)}.product-card:active{transform:scale(.97)}.product-card-img-wrapper{position:relative;overflow:hidden}.product-card-calories{-webkit-backdrop-filter:blur(4px);color:#fff;border-radius:var(--radius-full);background:#000000a6;align-items:center;gap:4px;padding:4px 8px;font-size:.65rem;font-weight:600;line-height:1;display:inline-flex;position:absolute;bottom:8px;right:8px}.product-card-calories .ph{color:#ff6b35;font-size:.75rem}.product-card-img{aspect-ratio:1;object-fit:cover;background:var(--color-surface-2);width:100%}.product-card-img-placeholder{aspect-ratio:1;background:var(--color-surface-2);width:100%;color:var(--color-text-muted);justify-content:center;align-items:center;font-size:2.5rem;display:flex}.product-card-body{flex-direction:column;flex:1;gap:4px;padding:10px 12px 12px;display:flex}.product-card-name{font-weight:700;font-size:var(--font-size-sm);color:var(--color-text-primary);line-height:1.3}.product-card-desc{color:var(--color-text-muted);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:.72rem;line-height:1.4;display:-webkit-box;overflow:hidden}.product-card-footer{justify-content:space-between;align-items:center;margin-top:auto;padding-top:6px;display:flex}.product-card-price{font-weight:700;font-size:var(--font-size-sm);color:var(--color-primary)}.product-add-btn{border-radius:var(--radius-full);background:var(--color-primary);color:#fff;width:30px;height:30px;transition:transform var(--transition-fast), background var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;font-size:1.2rem;display:flex}.product-add-btn:hover{background:var(--color-primary-hover)}.product-add-btn:active{transform:scale(.9)}.cart-item{gap:var(--space-3);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-3);margin-bottom:var(--space-3);animation:.2s both slideUp;display:flex}.cart-item-img{border-radius:var(--radius-md);object-fit:cover;background:var(--color-surface-2);flex-shrink:0;width:72px;height:72px}.cart-item-info{flex:1;min-width:0}.cart-item-name{font-weight:600;font-size:var(--font-size-sm);margin-bottom:4px}.cart-item-mods{font-size:var(--font-size-xs);color:var(--color-text-muted);margin-bottom:6px}.cart-item-footer{justify-content:space-between;align-items:center;display:flex}.cart-item-price{color:var(--color-primary);font-weight:700;font-size:var(--font-size-sm)}.reco-section{margin:var(--space-4) 0;animation:.4s both fadeIn}.reco-header{margin-bottom:var(--space-3);align-items:center;gap:8px;display:flex}.reco-icon{width:20px;height:20px;color:var(--color-primary);flex-shrink:0}.reco-title{font-weight:700;font-size:var(--font-size-base);color:var(--color-text-primary)}.reco-scroll{gap:var(--space-3);scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding:4px 2px 8px;display:flex;overflow-x:auto}.reco-scroll::-webkit-scrollbar{display:none}.reco-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);scroll-snap-align:start;width:130px;transition:transform var(--transition-fast), box-shadow var(--transition-fast);flex-direction:column;flex-shrink:0;animation:.3s both slideUp;display:flex;overflow:hidden}.reco-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000014}.reco-img{object-fit:cover;background:var(--color-surface-2);width:100%;height:90px}.reco-img-placeholder{background:var(--color-surface-2);justify-content:center;align-items:center;width:100%;height:90px;display:flex}.reco-info{flex-direction:column;flex:1;gap:2px;padding:8px 10px 4px;display:flex}.reco-name{color:var(--color-text-primary);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:.75rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.reco-price{color:var(--color-primary);font-size:.75rem;font-weight:700}.reco-add-btn{border-radius:var(--radius-md);background:var(--color-primary);color:#fff;text-align:center;cursor:pointer;transition:background var(--transition-fast), transform var(--transition-fast);border:none;margin:6px 8px 8px;padding:6px 0;font-size:.72rem;font-weight:700}.reco-add-btn:hover{background:var(--color-primary-hover)}.reco-add-btn:active{transform:scale(.95)}.sticky-footer{bottom:calc(var(--bottom-nav-height) + var(--bottom-nav-margin) * 2 + var(--safe-bottom));background:var(--color-surface);border-top:1px solid var(--color-border);padding:var(--space-4);z-index:90;position:sticky}.sticky-footer-inner{max-width:var(--content-max-width);margin:0 auto}.settings-list{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden}.settings-item{padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.settings-item:last-child{border-bottom:none}.settings-item-label{font-size:var(--font-size-base);font-weight:500}.settings-item-sub{font-size:var(--font-size-sm);color:var(--color-text-muted)}.settings-item[role=button]:hover,.settings-item[role=button]:active{background:var(--color-primary-soft)}.toggle{flex-shrink:0;width:48px;height:28px;position:relative}.toggle input{opacity:0;width:0;height:0}.toggle-slider{background:var(--color-border);border-radius:var(--radius-full);cursor:pointer;transition:background var(--transition-fast);position:absolute;inset:0}.toggle-slider:before{content:"";border-radius:var(--radius-full);top:3px;width:22px;height:22px;transition:transform var(--transition-fast);background:#fff;position:absolute;inset-inline-start:3px;box-shadow:0 1px 3px #00000026}.toggle input:checked+.toggle-slider{background:var(--color-primary)}.toggle input:checked+.toggle-slider:before{inset-inline:auto 3px}.type-selector{gap:var(--space-2);margin-bottom:var(--space-4);grid-template-columns:repeat(3,1fr);display:grid}.type-option{padding:var(--space-4) var(--space-2);border:2px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);font-size:var(--font-size-sm);color:var(--color-text-secondary);-webkit-user-select:none;user-select:none;flex-direction:column;align-items:center;gap:6px;font-weight:600;display:flex}.type-option:hover{border-color:var(--color-primary-muted);background:var(--color-primary-soft)}.type-option.selected{border-color:var(--color-primary);background:var(--color-primary-soft);color:var(--color-primary)}.type-icon{font-size:1.75rem}.timeline{flex-direction:row;justify-content:center;align-items:flex-start;gap:0;padding:8px 0 4px;display:flex;position:relative}.timeline-step{flex-direction:column;flex:1;align-items:center;gap:8px;display:flex;position:relative}.timeline-step:not(:last-child):before{content:"";top:16px;background:var(--color-border);z-index:0;width:100%;height:2px;position:absolute;inset-inline-start:50%}.timeline-step.done:before{background:var(--color-success)}.timeline-step.active:before{background:var(--color-border)}.timeline-dot{border-radius:var(--radius-full);border:2px solid var(--color-border);background:var(--color-surface);width:32px;height:32px;color:var(--color-text-muted);z-index:1;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;display:flex;position:relative}.timeline-step.done .timeline-dot{background:var(--color-success);border-color:var(--color-success);color:#fff}.timeline-step.active .timeline-dot{background:var(--color-primary);border-color:var(--color-primary);color:#fff;animation:2.5s infinite pulse}.timeline-content{text-align:center}.timeline-title{font-weight:600;font-size:var(--font-size-xs);color:var(--color-text-secondary)}.timeline-sub{font-size:var(--font-size-xs);color:var(--color-text-muted)}.timeline-step.active .timeline-title{color:var(--color-primary)}.timeline-step.done .timeline-title{color:var(--color-success)}.empty-state{justify-content:center;align-items:center;gap:var(--space-4);padding:64px var(--space-4);text-align:center;color:var(--color-text-muted);flex-direction:column;display:flex}.empty-icon{font-size:4rem}.empty-title{font-size:var(--font-size-md);color:var(--color-text-secondary);font-weight:700}.empty-sub{font-size:var(--font-size-sm)}.oc-list{gap:var(--space-3);flex-direction:column;display:flex}.ot-stats-grid{gap:var(--space-3);margin-bottom:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(140px,1fr));display:grid}.ot-stat-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-4) var(--space-5);align-items:center;gap:var(--space-2);text-align:center;transition:border-color var(--transition-fast), box-shadow var(--transition-fast);flex-direction:column;display:flex}.ot-stat-card:hover{border-color:var(--color-primary-muted);box-shadow:0 2px 12px #7c3aed14}.ot-stat-icon{color:var(--color-primary);font-size:24px}.ot-stat-label{font-size:var(--font-size-sm);color:var(--color-text-muted)}.ot-stat-value{font-size:var(--font-size-lg);color:var(--color-text-primary);font-weight:700}.ot-filters{gap:var(--space-3);margin-bottom:var(--space-4);flex-wrap:wrap;width:100%;display:flex}@media (width<=600px){.ot-filters{gap:var(--space-2);flex-direction:column}.ot-filter-select,.ot-filter-input{flex:none;width:100%}}.ot-filter-select,.ot-filter-input{min-width:180px;padding:12px var(--space-4);border:1.5px solid var(--color-border);border-radius:var(--radius-md);background-color:var(--color-surface);color:var(--color-text-primary);font-size:var(--font-size-base);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);appearance:none;background-repeat:no-repeat;outline:none;flex:1;padding-inline-start:40px;font-family:inherit}.ot-filter-select{cursor:pointer;padding-inline-end:36px}.ot-filter-select:hover,.ot-filter-input:hover{border-color:var(--color-border-strong)}.ot-filter-select:focus,.ot-filter-input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #7c3aed1a}.ot-filter-period{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%2371717A' viewBox='0 0 256 256'%3E%3Cpath d='M208,32H184V24a8,8,0,0,0-16,0v8H88V24a8,8,0,0,0-16,0v8H48A16,16,0,0,0,32,48V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V48A16,16,0,0,0,208,32Zm0,176H48V80H208Z'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%2371717A' viewBox='0 0 256 256'%3E%3Cpath d='M213.66,101.66l-80,80a8,8,0,0,1-11.32,0l-80-80A8,8,0,0,1,53.66,90.34L128,164.69l74.34-74.35a8,8,0,0,1,11.32,11.32Z'/%3E%3C/svg%3E");background-size:18px 18px,14px 14px}.ot-filter-tenant{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%2371717A' viewBox='0 0 256 256'%3E%3Cpath d='M232,96a7.89,7.89,0,0,0-.3-2.2L217.35,43.6A16.07,16.07,0,0,0,202,32H54A16.07,16.07,0,0,0,38.65,43.6L24.3,93.8A7.89,7.89,0,0,0,24,96a40,40,0,0,0,16,32v96a8,8,0,0,0,8,8H208a8,8,0,0,0,8-8V128a40,40,0,0,0,16-32ZM54,48H202l11.42,40H42.61ZM96,104h64a24,24,0,0,1-64,0ZM40,104H88a24,24,0,0,1-48,0Zm160,112H56V134.66a40.18,40.18,0,0,0,8,.34,40,40,0,0,0,32-16,40,40,0,0,0,64,0,40,40,0,0,0,32,16,40.18,40.18,0,0,0,8-.34Zm0-88a24,24,0,0,1-24-24h48A24,24,0,0,1,200,128Z'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%2371717A' viewBox='0 0 256 256'%3E%3Cpath d='M213.66,101.66l-80,80a8,8,0,0,1-11.32,0l-80-80A8,8,0,0,1,53.66,90.34L128,164.69l74.34-74.35a8,8,0,0,1,11.32,11.32Z'/%3E%3C/svg%3E");background-size:18px 18px,14px 14px}.ot-filter-input{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%2371717A' viewBox='0 0 256 256'%3E%3Cpath d='M229.66,218.34l-50.07-50.06a88.11,88.11,0,1,0-11.31,11.31l50.06,50.07a8,8,0,0,0,11.32-11.32ZM40,112a72,72,0,1,1,72,72A72.08,72.08,0,0,1,40,112Z'/%3E%3C/svg%3E");background-size:18px 18px}[dir=ltr] .ot-filter-period,[dir=ltr] .ot-filter-tenant{background-position:12px,right 12px center}[dir=ltr] .ot-filter-input{background-position:12px}[dir=rtl] .ot-filter-period,[dir=rtl] .ot-filter-tenant{background-position:right 12px center,12px}[dir=rtl] .ot-filter-input{background-position:right 12px center}[data-theme=dark] .ot-filter-period{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%23A1A1AA' viewBox='0 0 256 256'%3E%3Cpath d='M208,32H184V24a8,8,0,0,0-16,0v8H88V24a8,8,0,0,0-16,0v8H48A16,16,0,0,0,32,48V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V48A16,16,0,0,0,208,32Zm0,176H48V80H208Z'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%23A1A1AA' viewBox='0 0 256 256'%3E%3Cpath d='M213.66,101.66l-80,80a8,8,0,0,1-11.32,0l-80-80A8,8,0,0,1,53.66,90.34L128,164.69l74.34-74.35a8,8,0,0,1,11.32,11.32Z'/%3E%3C/svg%3E")}[data-theme=dark] .ot-filter-tenant{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%23A1A1AA' viewBox='0 0 256 256'%3E%3Cpath d='M232,96a7.89,7.89,0,0,0-.3-2.2L217.35,43.6A16.07,16.07,0,0,0,202,32H54A16.07,16.07,0,0,0,38.65,43.6L24.3,93.8A7.89,7.89,0,0,0,24,96a40,40,0,0,0,16,32v96a8,8,0,0,0,8,8H208a8,8,0,0,0,8-8V128a40,40,0,0,0,16-32ZM54,48H202l11.42,40H42.61ZM96,104h64a24,24,0,0,1-64,0ZM40,104H88a24,24,0,0,1-48,0Zm160,112H56V134.66a40.18,40.18,0,0,0,8,.34,40,40,0,0,0,32-16,40,40,0,0,0,64,0,40,40,0,0,0,32,16,40.18,40.18,0,0,0,8-.34Zm0-88a24,24,0,0,1-24-24h48A24,24,0,0,1,200,128Z'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%23A1A1AA' viewBox='0 0 256 256'%3E%3Cpath d='M213.66,101.66l-80,80a8,8,0,0,1-11.32,0l-80-80A8,8,0,0,1,53.66,90.34L128,164.69l74.34-74.35a8,8,0,0,1,11.32,11.32Z'/%3E%3C/svg%3E")}[data-theme=dark] .ot-filter-input{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%23A1A1AA' viewBox='0 0 256 256'%3E%3Cpath d='M229.66,218.34l-50.07-50.06a88.11,88.11,0,1,0-11.31,11.31l50.06,50.07a8,8,0,0,0,11.32-11.32ZM40,112a72,72,0,1,1,72,72A72.08,72.08,0,0,1,40,112Z'/%3E%3C/svg%3E")}.ot-filter-period:focus{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%237C3AED' viewBox='0 0 256 256'%3E%3Cpath d='M208,32H184V24a8,8,0,0,0-16,0v8H88V24a8,8,0,0,0-16,0v8H48A16,16,0,0,0,32,48V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V48A16,16,0,0,0,208,32Zm0,176H48V80H208Z'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%237C3AED' viewBox='0 0 256 256'%3E%3Cpath d='M213.66,101.66l-80,80a8,8,0,0,1-11.32,0l-80-80A8,8,0,0,1,53.66,90.34L128,164.69l74.34-74.35a8,8,0,0,1,11.32,11.32Z'/%3E%3C/svg%3E")}.ot-filter-tenant:focus{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%237C3AED' viewBox='0 0 256 256'%3E%3Cpath d='M232,96a7.89,7.89,0,0,0-.3-2.2L217.35,43.6A16.07,16.07,0,0,0,202,32H54A16.07,16.07,0,0,0,38.65,43.6L24.3,93.8A7.89,7.89,0,0,0,24,96a40,40,0,0,0,16,32v96a8,8,0,0,0,8,8H208a8,8,0,0,0,8-8V128a40,40,0,0,0,16-32ZM54,48H202l11.42,40H42.61ZM96,104h64a24,24,0,0,1-64,0ZM40,104H88a24,24,0,0,1-48,0Zm160,112H56V134.66a40.18,40.18,0,0,0,8,.34,40,40,0,0,0,32-16,40,40,0,0,0,64,0,40,40,0,0,0,32,16,40.18,40.18,0,0,0,8-.34Zm0-88a24,24,0,0,1-24-24h48A24,24,0,0,1,200,128Z'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%237C3AED' viewBox='0 0 256 256'%3E%3Cpath d='M213.66,101.66l-80,80a8,8,0,0,1-11.32,0l-80-80A8,8,0,0,1,53.66,90.34L128,164.69l74.34-74.35a8,8,0,0,1,11.32,11.32Z'/%3E%3C/svg%3E")}.ot-filter-input:focus{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%237C3AED' viewBox='0 0 256 256'%3E%3Cpath d='M229.66,218.34l-50.07-50.06a88.11,88.11,0,1,0-11.31,11.31l50.06,50.07a8,8,0,0,0,11.32-11.32ZM40,112a72,72,0,1,1,72,72A72.08,72.08,0,0,1,40,112Z'/%3E%3C/svg%3E")}.oc-card{background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:var(--radius-lg);transition:box-shadow var(--transition-fast), border-color var(--transition-fast);overflow:hidden}.oc-card:hover{box-shadow:0 4px 20px #00000012}.oc-card.oc-open{border-color:var(--color-primary);box-shadow:0 0 0 3px #6d28d914,0 4px 20px #00000012}.oc-header{width:100%;padding:var(--space-4) var(--space-5);cursor:pointer;text-align:inherit;transition:background var(--transition-fast);background:0 0;border:none;flex-direction:column;gap:6px;font-family:inherit;display:flex}.oc-header:hover{background:var(--color-surface-2)}.oc-row1{justify-content:space-between;align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.oc-row1-start{align-items:center;gap:var(--space-2);display:flex}.oc-row1-end{align-items:center;gap:var(--space-2);margin-inline-start:auto;display:flex}.oc-row2{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:6px;display:flex}.oc-row2-start{align-items:center;gap:var(--space-2);display:flex}.oc-num{color:var(--color-text-primary);white-space:nowrap;font-family:monospace;font-size:.92rem;font-weight:800}.oc-badge{font-size:var(--font-size-xs);border-radius:var(--radius-full);white-space:nowrap;padding:3px 10px;font-weight:700}.oc-deliv-badge{font-size:var(--font-size-xs);border-radius:var(--radius-full);white-space:nowrap;background:var(--color-surface-2);color:var(--color-text-secondary);border:1px solid var(--color-border);align-items:center;gap:4px;padding:3px 10px;font-weight:600;display:inline-flex}.oc-sched-badge{font-size:var(--font-size-xs);border-radius:var(--radius-full);white-space:nowrap;color:#c2410c;background:#fff7ed;border:1px solid #fed7aa;align-items:center;gap:4px;padding:3px 10px;font-weight:600;display:inline-flex}.oc-price{color:var(--color-primary);white-space:nowrap;font-size:.92rem;font-weight:700}.oc-deliv,.oc-date,.oc-time{color:var(--color-text-muted);white-space:nowrap;font-size:.78rem}.oc-tenant{color:var(--color-primary);white-space:nowrap;text-overflow:ellipsis;max-width:140px;font-size:.78rem;font-weight:700;overflow:hidden}.oc-dot{color:var(--color-text-muted);-webkit-user-select:none;user-select:none;font-size:.7rem}.oc-chevron{border-radius:var(--radius-full);background:var(--color-surface-2);width:28px;height:28px;color:var(--color-text-muted);transition:background var(--transition-fast), color var(--transition-fast), transform var(--transition-normal);flex-shrink:0;justify-content:center;align-items:center;margin-inline-start:auto;font-size:14px;display:flex}.oc-chevron.oc-chevron-open{background:var(--color-primary-soft);color:var(--color-primary);transform:rotate(180deg)}.oc-body{border-top:1px solid var(--color-border);background:var(--color-surface-2)}[data-theme=dark] .oc-body{background:#ffffff05}.oc-body-inner{padding:var(--space-4) var(--space-5) var(--space-5)}.ot-detail-grid{gap:var(--space-5);grid-template-columns:1fr 320px;display:grid}@media (width<=768px){.ot-detail-grid{grid-template-columns:1fr}}.oc-actions{margin-top:var(--space-4);justify-content:flex-end;display:flex}@media (width>=769px){.oc-actions{gap:var(--space-5);grid-template-columns:1fr 320px;display:grid}.oc-actions .oc-action-btn{grid-column:2;justify-content:center;width:100%}}.oc-action-btn{border-radius:var(--radius-base,10px);font-weight:700;font-size:var(--font-size-sm);cursor:pointer;transition:transform var(--transition-fast,.15s), filter var(--transition-fast,.15s);-webkit-tap-highlight-color:transparent;border:none;align-items:center;gap:6px;padding:10px 18px;display:inline-flex}.oc-action-btn:hover{filter:brightness(1.05)}.oc-action-btn:active{transform:scale(.97)}.oc-action-btn:disabled{opacity:.7;cursor:default}.oc-action-btn i{font-size:16px}.oc-action-reorder{background:var(--color-primary);color:#fff}.oc-action-pay{background:var(--color-success,#16a34a);color:#fff}.oc-action-browse{background:var(--color-surface-2);color:var(--color-text-primary);border:1px solid var(--color-border)}@media (width<=480px){.oc-actions{justify-content:stretch}.oc-action-btn{flex:1;justify-content:center}}.ro-sheet{max-width:460px;max-height:88dvh}.ro-header{border-bottom:1px solid var(--color-border);font-weight:800;font-size:var(--font-size-md);justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.ro-close{cursor:pointer;color:var(--color-text-muted);background:0 0;border:none;font-size:20px;line-height:1}.ro-body{flex-direction:column;flex:1;gap:12px;padding:16px 18px;display:flex;overflow-y:auto}.ro-notice{font-size:var(--font-size-sm);border-radius:var(--radius-base,10px);background:var(--color-primary-soft,#ede9fe);color:var(--color-text-primary);align-items:flex-start;gap:8px;padding:10px 12px;line-height:1.5;display:flex}.ro-notice i{margin-top:2px}.ro-notice-danger{background:var(--color-error-soft,#fee2e2);color:var(--color-error,#b91c1c)}.ro-notice-warn{background:var(--color-warning-soft,#fef3c7);color:var(--color-warning-text,#92400e)}.ro-section-title{font-weight:700;font-size:var(--font-size-sm);margin-bottom:6px}.ro-list{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.ro-line{font-size:var(--font-size-sm);background:var(--color-surface-2);border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:6px 10px;display:flex}.ro-warn .ro-line{background:var(--color-warning-soft,#fef3c7)}.ro-price s{color:var(--color-text-muted)}.ro-price b{color:var(--color-primary)}.ro-total-row{font-size:var(--font-size-md);border-top:1px dashed var(--color-border);justify-content:space-between;align-items:center;padding-top:8px;font-weight:700;display:flex}.ro-blocked{text-align:center;flex-direction:column;align-items:center;gap:10px;padding:12px 0;line-height:1.6;display:flex}.ro-footer{padding:14px 18px;padding-bottom:calc(14px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--color-border);background:var(--color-surface);flex-shrink:0;gap:10px;display:flex}.ot-items-panel{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-4);gap:var(--space-2);flex-direction:column;min-width:0;display:flex}.oc-items-title{font-weight:700;font-size:var(--font-size-sm);color:var(--color-text-primary);margin-bottom:var(--space-2);align-items:center;gap:4px;display:flex}.ot-items-scroll{scrollbar-width:none;max-height:280px;overflow-y:auto}.ot-items-scroll::-webkit-scrollbar{display:none}.oc-item-row{justify-content:space-between;align-items:center;gap:var(--space-3);border-bottom:1px solid var(--color-border);padding:10px 0;display:flex}.oc-item-row:last-of-type{border-bottom:none}.oc-item-info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.oc-item-name-row{align-items:center;gap:var(--space-2);display:flex}.oc-item-name{font-weight:600;font-size:var(--font-size-sm);color:var(--color-text-primary)}.oc-item-badges{flex-wrap:wrap;gap:4px;display:flex}.oc-cust-badge{border-radius:var(--radius-full);white-space:nowrap;padding:2px 8px;font-size:.68rem;font-weight:600}.oc-item-note{background:var(--color-warning-soft);border-radius:var(--radius-base);font-size:var(--font-size-xs);color:#92400e;word-break:break-word;border:1px solid #fde68a;align-items:flex-start;gap:6px;margin-top:5px;padding:5px 8px;line-height:1.3;display:flex}[data-theme=dark] .oc-item-note{color:var(--color-warning);background:#fefce814;border-color:#fde68a33}.oc-item-meta{align-items:center;gap:var(--space-2);flex-shrink:0;display:flex}.oc-item-qty{color:var(--color-text-muted);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1px 6px;font-size:.72rem;font-weight:600}.oc-item-price{color:var(--color-primary);font-weight:700;font-size:var(--font-size-sm);white-space:nowrap}.ot-summary-panel{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-4);gap:var(--space-2);flex-direction:column;height:fit-content;display:flex}.oc-summary-title{font-weight:700;font-size:var(--font-size-sm);color:var(--color-text-primary);margin-bottom:var(--space-1)}.oc-summary-divider{background:var(--color-border);height:1px;margin:var(--space-2) 0}.oc-sum-row{color:var(--color-text-secondary);justify-content:space-between;align-items:center;font-size:.82rem;display:flex}.oc-sum-muted{font-size:var(--font-size-xs);color:var(--color-text-muted)}.oc-sum-discount{color:var(--color-success)}.oc-sum-info{font-size:var(--font-size-xs);color:var(--color-text-muted)}.oc-payment-value{color:var(--color-text-primary);align-items:center;gap:4px;font-weight:500;display:inline-flex}.oc-sum-total{font-size:var(--font-size-base);color:var(--color-primary);padding-top:var(--space-2);margin-top:var(--space-1);border-top:2px solid var(--color-primary-soft);font-weight:700}@media (width<=400px){.oc-header{padding:var(--space-3)}.oc-body-inner{padding:var(--space-3) var(--space-3) var(--space-4)}.oc-num,.oc-price{font-size:.82rem}.oc-badge,.oc-deliv-badge{padding:2px 8px;font-size:.65rem}.ot-stats-grid{grid-template-columns:1fr}}@media (width>=768px){.oc-header{padding:var(--space-4) var(--space-6)}.oc-body-inner{padding:var(--space-4) var(--space-6) var(--space-5)}.oc-row1{gap:var(--space-3)}}.pg-bar{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;padding:16px 0 8px;display:flex}.pg-btn{border:1.5px solid var(--color-border);border-radius:var(--radius-md,10px);background:var(--color-surface);min-width:36px;height:36px;color:var(--color-text-secondary);cursor:pointer;transition:all var(--transition-fast,.15s);justify-content:center;align-items:center;padding:0 4px;font-size:.82rem;font-weight:600;display:flex}.pg-btn:hover{border-color:var(--color-primary-muted,#a78bfa);background:var(--color-primary-soft,#6d28d90f);color:var(--color-primary)}.pg-btn.pg-active{background:var(--color-primary);border-color:var(--color-primary);color:#fff;cursor:default;box-shadow:0 2px 8px #6d28d933}.pg-nav{border:1.5px solid var(--color-border);border-radius:var(--radius-md,10px);background:var(--color-surface);width:36px;height:36px;color:var(--color-text-muted);cursor:pointer;transition:all var(--transition-fast,.15s);justify-content:center;align-items:center;display:flex}.pg-nav:hover:not(:disabled){border-color:var(--color-primary-muted,#a78bfa);background:var(--color-primary-soft,#6d28d90f);color:var(--color-primary)}.pg-nav:disabled{opacity:.35;cursor:not-allowed}.pg-ellipsis{text-align:center;min-width:28px;color:var(--color-text-muted);-webkit-user-select:none;user-select:none;font-size:.85rem}@media (width<=400px){.pg-btn,.pg-nav{min-width:32px;height:32px;font-size:.75rem}.pg-bar{gap:4px}}[dir=rtl] .pg-nav svg{transform:scaleX(-1)}.ai-chat-widget{bottom:calc(var(--bottom-nav-height,68px) + var(--bottom-nav-margin,12px) + var(--safe-bottom,0px) + 16px);z-index:9999;direction:inherit;font-family:Tajawal,Inter,sans-serif;position:fixed;left:auto;right:24px}.ai-chat-fab{background:linear-gradient(135deg, var(--color-primary), var(--color-primary-hover));color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .2s,box-shadow .2s;display:flex;position:relative;box-shadow:0 2px 8px #0000002e}.ai-chat-fab:hover{transform:scale(1.06);box-shadow:0 4px 14px #00000038}.ai-chat-fab:active{transform:scale(.96)}.ai-fab-icon-chat,.ai-fab-icon-close{transition:opacity .2s}.ai-fab-badge{top:2px;background:#ef4444;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:11px;font-weight:700;display:flex;position:absolute;inset-inline-end:2px}.ai-chat-window{background:var(--color-surface,#fff);z-index:10000;border-radius:20px;flex-direction:column;width:90%;max-width:380px;max-height:80vh;animation:none;display:flex;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 12px 48px #00000040,0 0 0 100vmax #0006}.ai-chat-window--open{animation:.25s cubic-bezier(.34,1.56,.64,1) both aiChatPopup}@keyframes aiChatPopup{0%{opacity:0;transform:translate(-50%,-48%)scale(.9)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.ai-chat-header{background:linear-gradient(135deg, var(--color-primary), var(--color-primary-hover));color:#fff;flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.ai-chat-header-info{align-items:center;gap:10px;display:flex}.ai-chat-avatar{background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:20px;display:flex}.ai-chat-name{margin:0;font-size:.9rem;font-weight:700}.ai-chat-status{opacity:.85;margin:0;font-size:.73rem}.ai-chat-header-close{cursor:pointer;color:#fff;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s;display:flex}.ai-chat-header-close:hover{background:#ffffff4d}.ai-chat-messages{scroll-behavior:smooth;flex-direction:column;flex:1;gap:10px;padding:14px 12px;display:flex;overflow-y:auto}.ai-chat-messages::-webkit-scrollbar{width:4px}.ai-chat-messages::-webkit-scrollbar-track{background:0 0}.ai-chat-messages::-webkit-scrollbar-thumb{background:#00000026;border-radius:4px}.ai-msg{flex-direction:column;gap:3px;display:flex}.ai-msg-bot{align-items:flex-start}.ai-msg-user{align-items:flex-end}.ai-msg-bubble{word-break:break-word;border-radius:18px;max-width:82%;padding:10px 14px;font-size:.87rem;line-height:1.55}.ai-msg-bot .ai-msg-bubble{background:var(--color-surface-2,#f3f4f6);color:var(--color-text,#111);border-start-start-radius:4px}.ai-msg-user .ai-msg-bubble{background:linear-gradient(135deg, var(--color-primary), var(--color-primary-hover));color:#fff;border-end-end-radius:4px}.ai-msg-error{border:1px solid #fecaca;color:#991b1b!important;background:#fef2f2!important}.ai-msg-time{color:var(--color-text-muted,#9ca3af);padding:0 4px;font-size:.68rem}.ai-suggestions{border-top:1px solid #00000014;flex-direction:column;gap:6px;margin-top:10px;padding-top:10px;display:flex}.ai-suggestion-card{background:var(--color-surface,#fff);border:1px solid color-mix(in srgb, var(--color-primary) 20%, transparent);border-radius:12px;justify-content:space-between;align-items:center;gap:8px;padding:8px 12px;display:flex}.ai-suggestion-info{flex-direction:column;flex:1;gap:2px;display:flex}.ai-suggestion-name{color:var(--color-text,#111);font-size:.83rem;font-weight:600}.ai-suggestion-price{color:var(--color-primary);font-size:.77rem;font-weight:600}.ai-suggestion-add-btn{background:linear-gradient(135deg, var(--color-primary), var(--color-primary-hover));color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;align-items:center;gap:4px;padding:5px 10px;font-family:Tajawal,Inter,sans-serif;font-size:.75rem;font-weight:600;transition:opacity .15s,transform .15s;display:flex}.ai-suggestion-add-btn:before{content:"+";font-size:1rem;font-weight:700;line-height:1}.ai-suggestion-add-btn:hover{opacity:.9;transform:scale(1.03)}.ai-suggestion-add-btn:disabled{opacity:.65;cursor:default;transform:none}.ai-btn-added{background:#10b981!important}.ai-chat-typing{flex-shrink:0;align-items:center;gap:8px;padding:6px 16px;display:flex}.ai-typing-dots{gap:4px;display:flex}.ai-typing-dots span{background:var(--color-primary);border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite aiTypingBounce}.ai-typing-dots span:nth-child(2){animation-delay:.2s}.ai-typing-dots span:nth-child(3){animation-delay:.4s}@keyframes aiTypingBounce{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-5px)}}.ai-typing-label{color:var(--color-text-muted,#9ca3af);font-size:.75rem}.ai-chat-input-bar{border-top:1px solid var(--color-border,#00000014);flex-shrink:0;align-items:flex-end;gap:8px;padding:10px 12px 6px;display:flex}.ai-chat-input{border:1px solid var(--color-border,#e5e7eb);resize:none;color:var(--color-text,#111);background:var(--color-surface-2,#f9fafb);border-radius:16px;outline:none;flex:1;max-height:120px;padding:8px 14px;font-family:inherit;font-size:.87rem;line-height:1.4;transition:border-color .15s;overflow-y:auto}.ai-chat-input:focus{border-color:var(--color-primary)}.ai-chat-send-btn{background:linear-gradient(135deg, var(--color-primary), var(--color-primary-hover));color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:opacity .15s,transform .15s;display:flex}.ai-chat-send-btn:disabled{opacity:.4;cursor:not-allowed;transform:none}.ai-chat-send-btn:not(:disabled):hover{transform:scale(1.08)}.ai-chat-send-btn:not(:disabled):active{transform:scale(.95)}.ai-chat-footer-bar{color:var(--color-text-muted,#9ca3af);text-align:center;flex-wrap:wrap;flex-shrink:0;justify-content:center;align-items:center;gap:0;padding:3px 14px 9px;font-size:.68rem;display:flex}.ai-quota-text{color:var(--color-text-muted,#9ca3af)}.ai-quota-low{color:#d97706;font-weight:600}.ai-quota-exhausted{color:#dc2626;font-weight:600}.ai-footer-sep{color:var(--color-border,#d1d5db);padding:0 2px}[data-theme=dark] .ai-chat-window{background:#1e1e2e;box-shadow:0 12px 48px #00000080}[data-theme=dark] .ai-msg-bot .ai-msg-bubble{color:#e2e8f0;background:#2a2a3e}[data-theme=dark] .ai-chat-input{color:#e2e8f0;background:#2a2a3e;border-color:#3a3a5c}[data-theme=dark] .ai-suggestion-card{border-color:color-mix(in srgb, var(--color-primary) 30%, transparent);background:#2a2a3e}[data-theme=dark] .ai-suggestion-name{color:#e2e8f0}.hidden{display:none!important}.ai-chat-widget[dir=rtl]{left:24px;right:auto}@font-face{font-family:Phosphor;src:url(/assets/Phosphor-DtdjzkpE.woff2)format("woff2"),url(/assets/Phosphor-BdqudwT5.woff)format("woff"),url(/assets/Phosphor-CDxgqcPu.ttf)format("truetype"),url(/assets/Phosphor-BXRFlF4V.svg#Phosphor)format("svg");font-weight:400;font-style:normal;font-display:block}.ph{speak:never;font-variant:normal;text-transform:none;letter-spacing:0;-webkit-font-feature-settings:"liga";-moz-font-feature-settings:"liga=1";-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga" 1;font-feature-settings:"liga";-webkit-font-variant-ligatures:discretionary-ligatures;font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:400;line-height:1;font-family:Phosphor!important}.ph.ph-acorn:before{content:""}.ph.ph-address-book:before{content:""}.ph.ph-address-book-tabs:before{content:""}.ph.ph-air-traffic-control:before{content:""}.ph.ph-airplane:before{content:""}.ph.ph-airplane-in-flight:before{content:""}.ph.ph-airplane-landing:before{content:""}.ph.ph-airplane-takeoff:before{content:""}.ph.ph-airplane-taxiing:before{content:""}.ph.ph-airplane-tilt:before{content:""}.ph.ph-airplay:before{content:""}.ph.ph-alarm:before{content:""}.ph.ph-alien:before{content:""}.ph.ph-align-bottom:before{content:""}.ph.ph-align-bottom-simple:before{content:""}.ph.ph-align-center-horizontal:before{content:""}.ph.ph-align-center-horizontal-simple:before{content:""}.ph.ph-align-center-vertical:before{content:""}.ph.ph-align-center-vertical-simple:before{content:""}.ph.ph-align-left:before{content:""}.ph.ph-align-left-simple:before{content:""}.ph.ph-align-right:before{content:""}.ph.ph-align-right-simple:before{content:""}.ph.ph-align-top:before{content:""}.ph.ph-align-top-simple:before{content:""}.ph.ph-amazon-logo:before{content:""}.ph.ph-ambulance:before{content:""}.ph.ph-anchor:before{content:""}.ph.ph-anchor-simple:before{content:""}.ph.ph-android-logo:before{content:""}.ph.ph-angle:before{content:""}.ph.ph-angular-logo:before{content:""}.ph.ph-aperture:before{content:""}.ph.ph-app-store-logo:before{content:""}.ph.ph-app-window:before{content:""}.ph.ph-apple-logo:before{content:""}.ph.ph-apple-podcasts-logo:before{content:""}.ph.ph-approximate-equals:before{content:""}.ph.ph-archive:before{content:""}.ph.ph-armchair:before{content:""}.ph.ph-arrow-arc-left:before{content:""}.ph.ph-arrow-arc-right:before{content:""}.ph.ph-arrow-bend-double-up-left:before{content:""}.ph.ph-arrow-bend-double-up-right:before{content:""}.ph.ph-arrow-bend-down-left:before{content:""}.ph.ph-arrow-bend-down-right:before{content:""}.ph.ph-arrow-bend-left-down:before{content:""}.ph.ph-arrow-bend-left-up:before{content:""}.ph.ph-arrow-bend-right-down:before{content:""}.ph.ph-arrow-bend-right-up:before{content:""}.ph.ph-arrow-bend-up-left:before{content:""}.ph.ph-arrow-bend-up-right:before{content:""}.ph.ph-arrow-circle-down:before{content:""}.ph.ph-arrow-circle-down-left:before{content:""}.ph.ph-arrow-circle-down-right:before{content:""}.ph.ph-arrow-circle-left:before{content:""}.ph.ph-arrow-circle-right:before{content:""}.ph.ph-arrow-circle-up:before{content:""}.ph.ph-arrow-circle-up-left:before{content:""}.ph.ph-arrow-circle-up-right:before{content:""}.ph.ph-arrow-clockwise:before{content:""}.ph.ph-arrow-counter-clockwise:before{content:""}.ph.ph-arrow-down:before{content:""}.ph.ph-arrow-down-left:before{content:""}.ph.ph-arrow-down-right:before{content:""}.ph.ph-arrow-elbow-down-left:before{content:""}.ph.ph-arrow-elbow-down-right:before{content:""}.ph.ph-arrow-elbow-left:before{content:""}.ph.ph-arrow-elbow-left-down:before{content:""}.ph.ph-arrow-elbow-left-up:before{content:""}.ph.ph-arrow-elbow-right:before{content:""}.ph.ph-arrow-elbow-right-down:before{content:""}.ph.ph-arrow-elbow-right-up:before{content:""}.ph.ph-arrow-elbow-up-left:before{content:""}.ph.ph-arrow-elbow-up-right:before{content:""}.ph.ph-arrow-fat-down:before{content:""}.ph.ph-arrow-fat-left:before{content:""}.ph.ph-arrow-fat-line-down:before{content:""}.ph.ph-arrow-fat-line-left:before{content:""}.ph.ph-arrow-fat-line-right:before{content:""}.ph.ph-arrow-fat-line-up:before{content:""}.ph.ph-arrow-fat-lines-down:before{content:""}.ph.ph-arrow-fat-lines-left:before{content:""}.ph.ph-arrow-fat-lines-right:before{content:""}.ph.ph-arrow-fat-lines-up:before{content:""}.ph.ph-arrow-fat-right:before{content:""}.ph.ph-arrow-fat-up:before{content:""}.ph.ph-arrow-left:before{content:""}.ph.ph-arrow-line-down:before{content:""}.ph.ph-arrow-line-down-left:before{content:""}.ph.ph-arrow-line-down-right:before{content:""}.ph.ph-arrow-line-left:before{content:""}.ph.ph-arrow-line-right:before{content:""}.ph.ph-arrow-line-up:before{content:""}.ph.ph-arrow-line-up-left:before{content:""}.ph.ph-arrow-line-up-right:before{content:""}.ph.ph-arrow-right:before{content:""}.ph.ph-arrow-square-down:before{content:""}.ph.ph-arrow-square-down-left:before{content:""}.ph.ph-arrow-square-down-right:before{content:""}.ph.ph-arrow-square-in:before{content:""}.ph.ph-arrow-square-left:before{content:""}.ph.ph-arrow-square-out:before{content:""}.ph.ph-arrow-square-right:before{content:""}.ph.ph-arrow-square-up:before{content:""}.ph.ph-arrow-square-up-left:before{content:""}.ph.ph-arrow-square-up-right:before{content:""}.ph.ph-arrow-u-down-left:before{content:""}.ph.ph-arrow-u-down-right:before{content:""}.ph.ph-arrow-u-left-down:before{content:""}.ph.ph-arrow-u-left-up:before{content:""}.ph.ph-arrow-u-right-down:before{content:""}.ph.ph-arrow-u-right-up:before{content:""}.ph.ph-arrow-u-up-left:before{content:""}.ph.ph-arrow-u-up-right:before{content:""}.ph.ph-arrow-up:before{content:""}.ph.ph-arrow-up-left:before{content:""}.ph.ph-arrow-up-right:before{content:""}.ph.ph-arrows-clockwise:before{content:""}.ph.ph-arrows-counter-clockwise:before{content:""}.ph.ph-arrows-down-up:before{content:""}.ph.ph-arrows-horizontal:before{content:""}.ph.ph-arrows-in:before{content:""}.ph.ph-arrows-in-cardinal:before{content:""}.ph.ph-arrows-in-line-horizontal:before{content:""}.ph.ph-arrows-in-line-vertical:before{content:""}.ph.ph-arrows-in-simple:before{content:""}.ph.ph-arrows-left-right:before{content:""}.ph.ph-arrows-merge:before{content:""}.ph.ph-arrows-out:before{content:""}.ph.ph-arrows-out-cardinal:before{content:""}.ph.ph-arrows-out-line-horizontal:before{content:""}.ph.ph-arrows-out-line-vertical:before{content:""}.ph.ph-arrows-out-simple:before{content:""}.ph.ph-arrows-split:before{content:""}.ph.ph-arrows-vertical:before{content:""}.ph.ph-article:before{content:""}.ph.ph-article-medium:before{content:""}.ph.ph-article-ny-times:before{content:""}.ph.ph-asclepius:before,.ph.ph-caduceus:before{content:""}.ph.ph-asterisk:before{content:""}.ph.ph-asterisk-simple:before{content:""}.ph.ph-at:before{content:""}.ph.ph-atom:before{content:""}.ph.ph-avocado:before{content:""}.ph.ph-axe:before{content:""}.ph.ph-baby:before{content:""}.ph.ph-baby-carriage:before{content:""}.ph.ph-backpack:before{content:""}.ph.ph-backspace:before{content:""}.ph.ph-bag:before{content:""}.ph.ph-bag-simple:before{content:""}.ph.ph-balloon:before{content:""}.ph.ph-bandaids:before{content:""}.ph.ph-bank:before{content:""}.ph.ph-barbell:before{content:""}.ph.ph-barcode:before{content:""}.ph.ph-barn:before{content:""}.ph.ph-barricade:before{content:""}.ph.ph-baseball:before{content:""}.ph.ph-baseball-cap:before{content:""}.ph.ph-baseball-helmet:before{content:""}.ph.ph-basket:before{content:""}.ph.ph-basketball:before{content:""}.ph.ph-bathtub:before{content:""}.ph.ph-battery-charging:before{content:""}.ph.ph-battery-charging-vertical:before{content:""}.ph.ph-battery-empty:before{content:""}.ph.ph-battery-full:before{content:""}.ph.ph-battery-high:before{content:""}.ph.ph-battery-low:before{content:""}.ph.ph-battery-medium:before{content:""}.ph.ph-battery-plus:before{content:""}.ph.ph-battery-plus-vertical:before{content:""}.ph.ph-battery-vertical-empty:before{content:""}.ph.ph-battery-vertical-full:before{content:""}.ph.ph-battery-vertical-high:before{content:""}.ph.ph-battery-vertical-low:before{content:""}.ph.ph-battery-vertical-medium:before{content:""}.ph.ph-battery-warning:before{content:""}.ph.ph-battery-warning-vertical:before{content:""}.ph.ph-beach-ball:before{content:""}.ph.ph-beanie:before{content:""}.ph.ph-bed:before{content:""}.ph.ph-beer-bottle:before{content:""}.ph.ph-beer-stein:before{content:""}.ph.ph-behance-logo:before{content:""}.ph.ph-bell:before{content:""}.ph.ph-bell-ringing:before{content:""}.ph.ph-bell-simple:before{content:""}.ph.ph-bell-simple-ringing:before{content:""}.ph.ph-bell-simple-slash:before{content:""}.ph.ph-bell-simple-z:before{content:""}.ph.ph-bell-slash:before{content:""}.ph.ph-bell-z:before{content:""}.ph.ph-belt:before{content:""}.ph.ph-bezier-curve:before{content:""}.ph.ph-bicycle:before{content:""}.ph.ph-binary:before{content:""}.ph.ph-binoculars:before{content:""}.ph.ph-biohazard:before{content:""}.ph.ph-bird:before{content:""}.ph.ph-blueprint:before{content:""}.ph.ph-bluetooth:before{content:""}.ph.ph-bluetooth-connected:before{content:""}.ph.ph-bluetooth-slash:before{content:""}.ph.ph-bluetooth-x:before{content:""}.ph.ph-boat:before{content:""}.ph.ph-bomb:before{content:""}.ph.ph-bone:before{content:""}.ph.ph-book:before{content:""}.ph.ph-book-bookmark:before{content:""}.ph.ph-book-open:before{content:""}.ph.ph-book-open-text:before{content:""}.ph.ph-book-open-user:before{content:""}.ph.ph-bookmark:before{content:""}.ph.ph-bookmark-simple:before{content:""}.ph.ph-bookmarks:before{content:""}.ph.ph-bookmarks-simple:before{content:""}.ph.ph-books:before{content:""}.ph.ph-boot:before{content:""}.ph.ph-boules:before{content:""}.ph.ph-bounding-box:before{content:""}.ph.ph-bowl-food:before{content:""}.ph.ph-bowl-steam:before{content:""}.ph.ph-bowling-ball:before{content:""}.ph.ph-box-arrow-down:before,.ph.ph-archive-box:before{content:""}.ph.ph-box-arrow-up:before{content:""}.ph.ph-boxing-glove:before{content:""}.ph.ph-brackets-angle:before{content:""}.ph.ph-brackets-curly:before{content:""}.ph.ph-brackets-round:before{content:""}.ph.ph-brackets-square:before{content:""}.ph.ph-brain:before{content:""}.ph.ph-brandy:before{content:""}.ph.ph-bread:before{content:""}.ph.ph-bridge:before{content:""}.ph.ph-briefcase:before{content:""}.ph.ph-briefcase-metal:before{content:""}.ph.ph-broadcast:before{content:""}.ph.ph-broom:before{content:""}.ph.ph-browser:before{content:""}.ph.ph-browsers:before{content:""}.ph.ph-bug:before{content:""}.ph.ph-bug-beetle:before{content:""}.ph.ph-bug-droid:before{content:""}.ph.ph-building:before{content:""}.ph.ph-building-apartment:before{content:""}.ph.ph-building-office:before{content:""}.ph.ph-buildings:before{content:""}.ph.ph-bulldozer:before{content:""}.ph.ph-bus:before{content:""}.ph.ph-butterfly:before{content:""}.ph.ph-cable-car:before{content:""}.ph.ph-cactus:before{content:""}.ph.ph-cake:before{content:""}.ph.ph-calculator:before{content:""}.ph.ph-calendar:before{content:""}.ph.ph-calendar-blank:before{content:""}.ph.ph-calendar-check:before{content:""}.ph.ph-calendar-dot:before{content:""}.ph.ph-calendar-dots:before{content:""}.ph.ph-calendar-heart:before{content:""}.ph.ph-calendar-minus:before{content:""}.ph.ph-calendar-plus:before{content:""}.ph.ph-calendar-slash:before{content:""}.ph.ph-calendar-star:before{content:""}.ph.ph-calendar-x:before{content:""}.ph.ph-call-bell:before{content:""}.ph.ph-camera:before{content:""}.ph.ph-camera-plus:before{content:""}.ph.ph-camera-rotate:before{content:""}.ph.ph-camera-slash:before{content:""}.ph.ph-campfire:before{content:""}.ph.ph-car:before{content:""}.ph.ph-car-battery:before{content:""}.ph.ph-car-profile:before{content:""}.ph.ph-car-simple:before{content:""}.ph.ph-cardholder:before{content:""}.ph.ph-cards:before{content:""}.ph.ph-cards-three:before{content:""}.ph.ph-caret-circle-double-down:before{content:""}.ph.ph-caret-circle-double-left:before{content:""}.ph.ph-caret-circle-double-right:before{content:""}.ph.ph-caret-circle-double-up:before{content:""}.ph.ph-caret-circle-down:before{content:""}.ph.ph-caret-circle-left:before{content:""}.ph.ph-caret-circle-right:before{content:""}.ph.ph-caret-circle-up:before{content:""}.ph.ph-caret-circle-up-down:before{content:""}.ph.ph-caret-double-down:before{content:""}.ph.ph-caret-double-left:before{content:""}.ph.ph-caret-double-right:before{content:""}.ph.ph-caret-double-up:before{content:""}.ph.ph-caret-down:before{content:""}.ph.ph-caret-left:before{content:""}.ph.ph-caret-line-down:before{content:""}.ph.ph-caret-line-left:before{content:""}.ph.ph-caret-line-right:before{content:""}.ph.ph-caret-line-up:before{content:""}.ph.ph-caret-right:before{content:""}.ph.ph-caret-up:before{content:""}.ph.ph-caret-up-down:before{content:""}.ph.ph-carrot:before{content:""}.ph.ph-cash-register:before{content:""}.ph.ph-cassette-tape:before{content:""}.ph.ph-castle-turret:before{content:""}.ph.ph-cat:before{content:""}.ph.ph-cell-signal-full:before{content:""}.ph.ph-cell-signal-high:before{content:""}.ph.ph-cell-signal-low:before{content:""}.ph.ph-cell-signal-medium:before{content:""}.ph.ph-cell-signal-none:before{content:""}.ph.ph-cell-signal-slash:before{content:""}.ph.ph-cell-signal-x:before{content:""}.ph.ph-cell-tower:before{content:""}.ph.ph-certificate:before{content:""}.ph.ph-chair:before{content:""}.ph.ph-chalkboard:before{content:""}.ph.ph-chalkboard-simple:before{content:""}.ph.ph-chalkboard-teacher:before{content:""}.ph.ph-champagne:before{content:""}.ph.ph-charging-station:before{content:""}.ph.ph-chart-bar:before{content:""}.ph.ph-chart-bar-horizontal:before{content:""}.ph.ph-chart-donut:before{content:""}.ph.ph-chart-line:before{content:""}.ph.ph-chart-line-down:before{content:""}.ph.ph-chart-line-up:before{content:""}.ph.ph-chart-pie:before{content:""}.ph.ph-chart-pie-slice:before{content:""}.ph.ph-chart-polar:before{content:""}.ph.ph-chart-scatter:before{content:""}.ph.ph-chat:before{content:""}.ph.ph-chat-centered:before{content:""}.ph.ph-chat-centered-dots:before{content:""}.ph.ph-chat-centered-slash:before{content:""}.ph.ph-chat-centered-text:before{content:""}.ph.ph-chat-circle:before{content:""}.ph.ph-chat-circle-dots:before{content:""}.ph.ph-chat-circle-slash:before{content:""}.ph.ph-chat-circle-text:before{content:""}.ph.ph-chat-dots:before{content:""}.ph.ph-chat-slash:before{content:""}.ph.ph-chat-teardrop:before{content:""}.ph.ph-chat-teardrop-dots:before{content:""}.ph.ph-chat-teardrop-slash:before{content:""}.ph.ph-chat-teardrop-text:before{content:""}.ph.ph-chat-text:before{content:""}.ph.ph-chats:before{content:""}.ph.ph-chats-circle:before{content:""}.ph.ph-chats-teardrop:before{content:""}.ph.ph-check:before{content:""}.ph.ph-check-circle:before{content:""}.ph.ph-check-fat:before{content:""}.ph.ph-check-square:before{content:""}.ph.ph-check-square-offset:before{content:""}.ph.ph-checkerboard:before{content:""}.ph.ph-checks:before{content:""}.ph.ph-cheers:before{content:""}.ph.ph-cheese:before{content:""}.ph.ph-chef-hat:before{content:""}.ph.ph-cherries:before{content:""}.ph.ph-church:before{content:""}.ph.ph-cigarette:before{content:""}.ph.ph-cigarette-slash:before{content:""}.ph.ph-circle:before{content:""}.ph.ph-circle-dashed:before{content:""}.ph.ph-circle-half:before{content:""}.ph.ph-circle-half-tilt:before{content:""}.ph.ph-circle-notch:before{content:""}.ph.ph-circles-four:before{content:""}.ph.ph-circles-three:before{content:""}.ph.ph-circles-three-plus:before{content:""}.ph.ph-circuitry:before{content:""}.ph.ph-city:before{content:""}.ph.ph-clipboard:before{content:""}.ph.ph-clipboard-text:before{content:""}.ph.ph-clock:before{content:""}.ph.ph-clock-afternoon:before{content:""}.ph.ph-clock-clockwise:before{content:""}.ph.ph-clock-countdown:before{content:""}.ph.ph-clock-counter-clockwise:before{content:""}.ph.ph-clock-user:before{content:""}.ph.ph-closed-captioning:before{content:""}.ph.ph-cloud:before{content:""}.ph.ph-cloud-arrow-down:before{content:""}.ph.ph-cloud-arrow-up:before{content:""}.ph.ph-cloud-check:before{content:""}.ph.ph-cloud-fog:before{content:""}.ph.ph-cloud-lightning:before{content:""}.ph.ph-cloud-moon:before{content:""}.ph.ph-cloud-rain:before{content:""}.ph.ph-cloud-slash:before{content:""}.ph.ph-cloud-snow:before{content:""}.ph.ph-cloud-sun:before{content:""}.ph.ph-cloud-warning:before{content:""}.ph.ph-cloud-x:before{content:""}.ph.ph-clover:before{content:""}.ph.ph-club:before{content:""}.ph.ph-coat-hanger:before{content:""}.ph.ph-coda-logo:before{content:""}.ph.ph-code:before{content:""}.ph.ph-code-block:before{content:""}.ph.ph-code-simple:before{content:""}.ph.ph-codepen-logo:before{content:""}.ph.ph-codesandbox-logo:before{content:""}.ph.ph-coffee:before{content:""}.ph.ph-coffee-bean:before{content:""}.ph.ph-coin:before{content:""}.ph.ph-coin-vertical:before{content:""}.ph.ph-coins:before{content:""}.ph.ph-columns:before{content:""}.ph.ph-columns-plus-left:before{content:""}.ph.ph-columns-plus-right:before{content:""}.ph.ph-command:before{content:""}.ph.ph-compass:before{content:""}.ph.ph-compass-rose:before{content:""}.ph.ph-compass-tool:before{content:""}.ph.ph-computer-tower:before{content:""}.ph.ph-confetti:before{content:""}.ph.ph-contactless-payment:before{content:""}.ph.ph-control:before{content:""}.ph.ph-cookie:before{content:""}.ph.ph-cooking-pot:before{content:""}.ph.ph-copy:before{content:""}.ph.ph-copy-simple:before{content:""}.ph.ph-copyleft:before{content:""}.ph.ph-copyright:before{content:""}.ph.ph-corners-in:before{content:""}.ph.ph-corners-out:before{content:""}.ph.ph-couch:before{content:""}.ph.ph-court-basketball:before{content:""}.ph.ph-cow:before{content:""}.ph.ph-cowboy-hat:before{content:""}.ph.ph-cpu:before{content:""}.ph.ph-crane:before{content:""}.ph.ph-crane-tower:before{content:""}.ph.ph-credit-card:before{content:""}.ph.ph-cricket:before{content:""}.ph.ph-crop:before{content:""}.ph.ph-cross:before{content:""}.ph.ph-crosshair:before{content:""}.ph.ph-crosshair-simple:before{content:""}.ph.ph-crown:before{content:""}.ph.ph-crown-cross:before{content:""}.ph.ph-crown-simple:before{content:""}.ph.ph-cube:before{content:""}.ph.ph-cube-focus:before{content:""}.ph.ph-cube-transparent:before{content:""}.ph.ph-currency-btc:before{content:""}.ph.ph-currency-circle-dollar:before{content:""}.ph.ph-currency-cny:before{content:""}.ph.ph-currency-dollar:before{content:""}.ph.ph-currency-dollar-simple:before{content:""}.ph.ph-currency-eth:before{content:""}.ph.ph-currency-eur:before{content:""}.ph.ph-currency-gbp:before{content:""}.ph.ph-currency-inr:before{content:""}.ph.ph-currency-jpy:before{content:""}.ph.ph-currency-krw:before{content:""}.ph.ph-currency-kzt:before{content:""}.ph.ph-currency-ngn:before{content:""}.ph.ph-currency-rub:before{content:""}.ph.ph-cursor:before{content:""}.ph.ph-cursor-click:before{content:""}.ph.ph-cursor-text:before{content:""}.ph.ph-cylinder:before{content:""}.ph.ph-database:before{content:""}.ph.ph-desk:before{content:""}.ph.ph-desktop:before{content:""}.ph.ph-desktop-tower:before{content:""}.ph.ph-detective:before{content:""}.ph.ph-dev-to-logo:before{content:""}.ph.ph-device-mobile:before{content:""}.ph.ph-device-mobile-camera:before{content:""}.ph.ph-device-mobile-slash:before{content:""}.ph.ph-device-mobile-speaker:before{content:""}.ph.ph-device-rotate:before{content:""}.ph.ph-device-tablet:before{content:""}.ph.ph-device-tablet-camera:before{content:""}.ph.ph-device-tablet-speaker:before{content:""}.ph.ph-devices:before{content:""}.ph.ph-diamond:before{content:""}.ph.ph-diamonds-four:before{content:""}.ph.ph-dice-five:before{content:""}.ph.ph-dice-four:before{content:""}.ph.ph-dice-one:before{content:""}.ph.ph-dice-six:before{content:""}.ph.ph-dice-three:before{content:""}.ph.ph-dice-two:before{content:""}.ph.ph-disc:before{content:""}.ph.ph-disco-ball:before{content:""}.ph.ph-discord-logo:before{content:""}.ph.ph-divide:before{content:""}.ph.ph-dna:before{content:""}.ph.ph-dog:before{content:""}.ph.ph-door:before{content:""}.ph.ph-door-open:before{content:""}.ph.ph-dot:before{content:""}.ph.ph-dot-outline:before{content:""}.ph.ph-dots-nine:before{content:""}.ph.ph-dots-six:before{content:""}.ph.ph-dots-six-vertical:before{content:""}.ph.ph-dots-three:before{content:""}.ph.ph-dots-three-circle:before{content:""}.ph.ph-dots-three-circle-vertical:before{content:""}.ph.ph-dots-three-outline:before{content:""}.ph.ph-dots-three-outline-vertical:before{content:""}.ph.ph-dots-three-vertical:before{content:""}.ph.ph-download:before{content:""}.ph.ph-download-simple:before{content:""}.ph.ph-dress:before{content:""}.ph.ph-dresser:before{content:""}.ph.ph-dribbble-logo:before{content:""}.ph.ph-drone:before{content:""}.ph.ph-drop:before{content:""}.ph.ph-drop-half:before{content:""}.ph.ph-drop-half-bottom:before{content:""}.ph.ph-drop-simple:before{content:""}.ph.ph-drop-slash:before{content:""}.ph.ph-dropbox-logo:before{content:""}.ph.ph-ear:before{content:""}.ph.ph-ear-slash:before{content:""}.ph.ph-egg:before{content:""}.ph.ph-egg-crack:before{content:""}.ph.ph-eject:before{content:""}.ph.ph-eject-simple:before{content:""}.ph.ph-elevator:before{content:""}.ph.ph-empty:before{content:""}.ph.ph-engine:before{content:""}.ph.ph-envelope:before{content:""}.ph.ph-envelope-open:before{content:""}.ph.ph-envelope-simple:before{content:""}.ph.ph-envelope-simple-open:before{content:""}.ph.ph-equalizer:before{content:""}.ph.ph-equals:before{content:""}.ph.ph-eraser:before{content:""}.ph.ph-escalator-down:before{content:""}.ph.ph-escalator-up:before{content:""}.ph.ph-exam:before{content:""}.ph.ph-exclamation-mark:before{content:""}.ph.ph-exclude:before{content:""}.ph.ph-exclude-square:before{content:""}.ph.ph-export:before{content:""}.ph.ph-eye:before{content:""}.ph.ph-eye-closed:before{content:""}.ph.ph-eye-slash:before{content:""}.ph.ph-eyedropper:before{content:""}.ph.ph-eyedropper-sample:before{content:""}.ph.ph-eyeglasses:before{content:""}.ph.ph-eyes:before{content:""}.ph.ph-face-mask:before{content:""}.ph.ph-facebook-logo:before{content:""}.ph.ph-factory:before{content:""}.ph.ph-faders:before{content:""}.ph.ph-faders-horizontal:before{content:""}.ph.ph-fallout-shelter:before{content:""}.ph.ph-fan:before{content:""}.ph.ph-farm:before{content:""}.ph.ph-fast-forward:before{content:""}.ph.ph-fast-forward-circle:before{content:""}.ph.ph-feather:before{content:""}.ph.ph-fediverse-logo:before{content:""}.ph.ph-figma-logo:before{content:""}.ph.ph-file:before{content:""}.ph.ph-file-archive:before{content:""}.ph.ph-file-arrow-down:before{content:""}.ph.ph-file-arrow-up:before{content:""}.ph.ph-file-audio:before{content:""}.ph.ph-file-c:before{content:""}.ph.ph-file-c-sharp:before{content:""}.ph.ph-file-cloud:before{content:""}.ph.ph-file-code:before{content:""}.ph.ph-file-cpp:before{content:""}.ph.ph-file-css:before{content:""}.ph.ph-file-csv:before{content:""}.ph.ph-file-dashed:before,.ph.ph-file-dotted:before{content:""}.ph.ph-file-doc:before{content:""}.ph.ph-file-html:before{content:""}.ph.ph-file-image:before{content:""}.ph.ph-file-ini:before{content:""}.ph.ph-file-jpg:before{content:""}.ph.ph-file-js:before{content:""}.ph.ph-file-jsx:before{content:""}.ph.ph-file-lock:before{content:""}.ph.ph-file-magnifying-glass:before,.ph.ph-file-search:before{content:""}.ph.ph-file-md:before{content:""}.ph.ph-file-minus:before{content:""}.ph.ph-file-pdf:before{content:""}.ph.ph-file-plus:before{content:""}.ph.ph-file-png:before{content:""}.ph.ph-file-ppt:before{content:""}.ph.ph-file-py:before{content:""}.ph.ph-file-rs:before{content:""}.ph.ph-file-sql:before{content:""}.ph.ph-file-svg:before{content:""}.ph.ph-file-text:before{content:""}.ph.ph-file-ts:before{content:""}.ph.ph-file-tsx:before{content:""}.ph.ph-file-txt:before{content:""}.ph.ph-file-video:before{content:""}.ph.ph-file-vue:before{content:""}.ph.ph-file-x:before{content:""}.ph.ph-file-xls:before{content:""}.ph.ph-file-zip:before{content:""}.ph.ph-files:before{content:""}.ph.ph-film-reel:before{content:""}.ph.ph-film-script:before{content:""}.ph.ph-film-slate:before{content:""}.ph.ph-film-strip:before{content:""}.ph.ph-fingerprint:before{content:""}.ph.ph-fingerprint-simple:before{content:""}.ph.ph-finn-the-human:before{content:""}.ph.ph-fire:before{content:""}.ph.ph-fire-extinguisher:before{content:""}.ph.ph-fire-simple:before{content:""}.ph.ph-fire-truck:before{content:""}.ph.ph-first-aid:before{content:""}.ph.ph-first-aid-kit:before{content:""}.ph.ph-fish:before{content:""}.ph.ph-fish-simple:before{content:""}.ph.ph-flag:before{content:""}.ph.ph-flag-banner:before{content:""}.ph.ph-flag-banner-fold:before{content:""}.ph.ph-flag-checkered:before{content:""}.ph.ph-flag-pennant:before{content:""}.ph.ph-flame:before{content:""}.ph.ph-flashlight:before{content:""}.ph.ph-flask:before{content:""}.ph.ph-flip-horizontal:before{content:""}.ph.ph-flip-vertical:before{content:""}.ph.ph-floppy-disk:before{content:""}.ph.ph-floppy-disk-back:before{content:""}.ph.ph-flow-arrow:before{content:""}.ph.ph-flower:before{content:""}.ph.ph-flower-lotus:before{content:""}.ph.ph-flower-tulip:before{content:""}.ph.ph-flying-saucer:before{content:""}.ph.ph-folder:before,.ph.ph-folder-notch:before{content:""}.ph.ph-folder-dashed:before,.ph.ph-folder-dotted:before{content:""}.ph.ph-folder-lock:before{content:""}.ph.ph-folder-minus:before,.ph.ph-folder-notch-minus:before{content:""}.ph.ph-folder-open:before,.ph.ph-folder-notch-open:before{content:""}.ph.ph-folder-plus:before,.ph.ph-folder-notch-plus:before{content:""}.ph.ph-folder-simple:before{content:""}.ph.ph-folder-simple-dashed:before,.ph.ph-folder-simple-dotted:before{content:""}.ph.ph-folder-simple-lock:before{content:""}.ph.ph-folder-simple-minus:before{content:""}.ph.ph-folder-simple-plus:before{content:""}.ph.ph-folder-simple-star:before{content:""}.ph.ph-folder-simple-user:before{content:""}.ph.ph-folder-star:before{content:""}.ph.ph-folder-user:before{content:""}.ph.ph-folders:before{content:""}.ph.ph-football:before{content:""}.ph.ph-football-helmet:before{content:""}.ph.ph-footprints:before{content:""}.ph.ph-fork-knife:before{content:""}.ph.ph-four-k:before{content:""}.ph.ph-frame-corners:before{content:""}.ph.ph-framer-logo:before{content:""}.ph.ph-function:before{content:""}.ph.ph-funnel:before{content:""}.ph.ph-funnel-simple:before{content:""}.ph.ph-funnel-simple-x:before{content:""}.ph.ph-funnel-x:before{content:""}.ph.ph-game-controller:before{content:""}.ph.ph-garage:before{content:""}.ph.ph-gas-can:before{content:""}.ph.ph-gas-pump:before{content:""}.ph.ph-gauge:before{content:""}.ph.ph-gavel:before{content:""}.ph.ph-gear:before{content:""}.ph.ph-gear-fine:before{content:""}.ph.ph-gear-six:before{content:""}.ph.ph-gender-female:before{content:""}.ph.ph-gender-intersex:before{content:""}.ph.ph-gender-male:before{content:""}.ph.ph-gender-neuter:before{content:""}.ph.ph-gender-nonbinary:before{content:""}.ph.ph-gender-transgender:before{content:""}.ph.ph-ghost:before{content:""}.ph.ph-gif:before{content:""}.ph.ph-gift:before{content:""}.ph.ph-git-branch:before{content:""}.ph.ph-git-commit:before{content:""}.ph.ph-git-diff:before{content:""}.ph.ph-git-fork:before{content:""}.ph.ph-git-merge:before{content:""}.ph.ph-git-pull-request:before{content:""}.ph.ph-github-logo:before{content:""}.ph.ph-gitlab-logo:before{content:""}.ph.ph-gitlab-logo-simple:before{content:""}.ph.ph-globe:before{content:""}.ph.ph-globe-hemisphere-east:before{content:""}.ph.ph-globe-hemisphere-west:before{content:""}.ph.ph-globe-simple:before{content:""}.ph.ph-globe-simple-x:before{content:""}.ph.ph-globe-stand:before{content:""}.ph.ph-globe-x:before{content:""}.ph.ph-goggles:before{content:""}.ph.ph-golf:before{content:""}.ph.ph-goodreads-logo:before{content:""}.ph.ph-google-cardboard-logo:before{content:""}.ph.ph-google-chrome-logo:before{content:""}.ph.ph-google-drive-logo:before{content:""}.ph.ph-google-logo:before{content:""}.ph.ph-google-photos-logo:before{content:""}.ph.ph-google-play-logo:before{content:""}.ph.ph-google-podcasts-logo:before{content:""}.ph.ph-gps:before{content:""}.ph.ph-gps-fix:before{content:""}.ph.ph-gps-slash:before{content:""}.ph.ph-gradient:before{content:""}.ph.ph-graduation-cap:before{content:""}.ph.ph-grains:before{content:""}.ph.ph-grains-slash:before{content:""}.ph.ph-graph:before{content:""}.ph.ph-graphics-card:before{content:""}.ph.ph-greater-than:before{content:""}.ph.ph-greater-than-or-equal:before{content:""}.ph.ph-grid-four:before{content:""}.ph.ph-grid-nine:before{content:""}.ph.ph-guitar:before{content:""}.ph.ph-hair-dryer:before{content:""}.ph.ph-hamburger:before{content:""}.ph.ph-hammer:before{content:""}.ph.ph-hand:before{content:""}.ph.ph-hand-arrow-down:before{content:""}.ph.ph-hand-arrow-up:before{content:""}.ph.ph-hand-coins:before{content:""}.ph.ph-hand-deposit:before{content:""}.ph.ph-hand-eye:before{content:""}.ph.ph-hand-fist:before{content:""}.ph.ph-hand-grabbing:before{content:""}.ph.ph-hand-heart:before{content:""}.ph.ph-hand-palm:before{content:""}.ph.ph-hand-peace:before{content:""}.ph.ph-hand-pointing:before{content:""}.ph.ph-hand-soap:before{content:""}.ph.ph-hand-swipe-left:before{content:""}.ph.ph-hand-swipe-right:before{content:""}.ph.ph-hand-tap:before{content:""}.ph.ph-hand-waving:before{content:""}.ph.ph-hand-withdraw:before{content:""}.ph.ph-handbag:before{content:""}.ph.ph-handbag-simple:before{content:""}.ph.ph-hands-clapping:before{content:""}.ph.ph-hands-praying:before{content:""}.ph.ph-handshake:before{content:""}.ph.ph-hard-drive:before{content:""}.ph.ph-hard-drives:before{content:""}.ph.ph-hard-hat:before{content:""}.ph.ph-hash:before{content:""}.ph.ph-hash-straight:before{content:""}.ph.ph-head-circuit:before{content:""}.ph.ph-headlights:before{content:""}.ph.ph-headphones:before{content:""}.ph.ph-headset:before{content:""}.ph.ph-heart:before{content:""}.ph.ph-heart-break:before{content:""}.ph.ph-heart-half:before{content:""}.ph.ph-heart-straight:before{content:""}.ph.ph-heart-straight-break:before{content:""}.ph.ph-heartbeat:before{content:""}.ph.ph-hexagon:before{content:""}.ph.ph-high-definition:before{content:""}.ph.ph-high-heel:before{content:""}.ph.ph-highlighter:before{content:""}.ph.ph-highlighter-circle:before{content:""}.ph.ph-hockey:before{content:""}.ph.ph-hoodie:before{content:""}.ph.ph-horse:before{content:""}.ph.ph-hospital:before{content:""}.ph.ph-hourglass:before{content:""}.ph.ph-hourglass-high:before{content:""}.ph.ph-hourglass-low:before{content:""}.ph.ph-hourglass-medium:before{content:""}.ph.ph-hourglass-simple:before{content:""}.ph.ph-hourglass-simple-high:before{content:""}.ph.ph-hourglass-simple-low:before{content:""}.ph.ph-hourglass-simple-medium:before{content:""}.ph.ph-house:before{content:""}.ph.ph-house-line:before{content:""}.ph.ph-house-simple:before{content:""}.ph.ph-hurricane:before{content:""}.ph.ph-ice-cream:before{content:""}.ph.ph-identification-badge:before{content:""}.ph.ph-identification-card:before{content:""}.ph.ph-image:before{content:""}.ph.ph-image-broken:before{content:""}.ph.ph-image-square:before{content:""}.ph.ph-images:before{content:""}.ph.ph-images-square:before{content:""}.ph.ph-infinity:before,.ph.ph-lemniscate:before{content:""}.ph.ph-info:before{content:""}.ph.ph-instagram-logo:before{content:""}.ph.ph-intersect:before{content:""}.ph.ph-intersect-square:before{content:""}.ph.ph-intersect-three:before{content:""}.ph.ph-intersection:before{content:""}.ph.ph-invoice:before{content:""}.ph.ph-island:before{content:""}.ph.ph-jar:before{content:""}.ph.ph-jar-label:before{content:""}.ph.ph-jeep:before{content:""}.ph.ph-joystick:before{content:""}.ph.ph-kanban:before{content:""}.ph.ph-key:before{content:""}.ph.ph-key-return:before{content:""}.ph.ph-keyboard:before{content:""}.ph.ph-keyhole:before{content:""}.ph.ph-knife:before{content:""}.ph.ph-ladder:before{content:""}.ph.ph-ladder-simple:before{content:""}.ph.ph-lamp:before{content:""}.ph.ph-lamp-pendant:before{content:""}.ph.ph-laptop:before{content:""}.ph.ph-lasso:before{content:""}.ph.ph-lastfm-logo:before{content:""}.ph.ph-layout:before{content:""}.ph.ph-leaf:before{content:""}.ph.ph-lectern:before{content:""}.ph.ph-lego:before{content:""}.ph.ph-lego-smiley:before{content:""}.ph.ph-less-than:before{content:""}.ph.ph-less-than-or-equal:before{content:""}.ph.ph-letter-circle-h:before{content:""}.ph.ph-letter-circle-p:before{content:""}.ph.ph-letter-circle-v:before{content:""}.ph.ph-lifebuoy:before{content:""}.ph.ph-lightbulb:before{content:""}.ph.ph-lightbulb-filament:before{content:""}.ph.ph-lighthouse:before{content:""}.ph.ph-lightning:before{content:""}.ph.ph-lightning-a:before{content:""}.ph.ph-lightning-slash:before{content:""}.ph.ph-line-segment:before{content:""}.ph.ph-line-segments:before{content:""}.ph.ph-line-vertical:before{content:""}.ph.ph-link:before{content:""}.ph.ph-link-break:before{content:""}.ph.ph-link-simple:before{content:""}.ph.ph-link-simple-break:before{content:""}.ph.ph-link-simple-horizontal:before{content:""}.ph.ph-link-simple-horizontal-break:before{content:""}.ph.ph-linkedin-logo:before{content:""}.ph.ph-linktree-logo:before{content:""}.ph.ph-linux-logo:before{content:""}.ph.ph-list:before{content:""}.ph.ph-list-bullets:before{content:""}.ph.ph-list-checks:before{content:""}.ph.ph-list-dashes:before{content:""}.ph.ph-list-heart:before{content:""}.ph.ph-list-magnifying-glass:before{content:""}.ph.ph-list-numbers:before{content:""}.ph.ph-list-plus:before{content:""}.ph.ph-list-star:before{content:""}.ph.ph-lock:before{content:""}.ph.ph-lock-key:before{content:""}.ph.ph-lock-key-open:before{content:""}.ph.ph-lock-laminated:before{content:""}.ph.ph-lock-laminated-open:before{content:""}.ph.ph-lock-open:before{content:""}.ph.ph-lock-simple:before{content:""}.ph.ph-lock-simple-open:before{content:""}.ph.ph-lockers:before{content:""}.ph.ph-log:before{content:""}.ph.ph-magic-wand:before{content:""}.ph.ph-magnet:before{content:""}.ph.ph-magnet-straight:before{content:""}.ph.ph-magnifying-glass:before{content:""}.ph.ph-magnifying-glass-minus:before{content:""}.ph.ph-magnifying-glass-plus:before{content:""}.ph.ph-mailbox:before{content:""}.ph.ph-map-pin:before{content:""}.ph.ph-map-pin-area:before{content:""}.ph.ph-map-pin-line:before{content:""}.ph.ph-map-pin-plus:before{content:""}.ph.ph-map-pin-simple:before{content:""}.ph.ph-map-pin-simple-area:before{content:""}.ph.ph-map-pin-simple-line:before{content:""}.ph.ph-map-trifold:before{content:""}.ph.ph-markdown-logo:before{content:""}.ph.ph-marker-circle:before{content:""}.ph.ph-martini:before{content:""}.ph.ph-mask-happy:before{content:""}.ph.ph-mask-sad:before{content:""}.ph.ph-mastodon-logo:before{content:""}.ph.ph-math-operations:before{content:""}.ph.ph-matrix-logo:before{content:""}.ph.ph-medal:before{content:""}.ph.ph-medal-military:before{content:""}.ph.ph-medium-logo:before{content:""}.ph.ph-megaphone:before{content:""}.ph.ph-megaphone-simple:before{content:""}.ph.ph-member-of:before{content:""}.ph.ph-memory:before{content:""}.ph.ph-messenger-logo:before{content:""}.ph.ph-meta-logo:before{content:""}.ph.ph-meteor:before{content:""}.ph.ph-metronome:before{content:""}.ph.ph-microphone:before{content:""}.ph.ph-microphone-slash:before{content:""}.ph.ph-microphone-stage:before{content:""}.ph.ph-microscope:before{content:""}.ph.ph-microsoft-excel-logo:before{content:""}.ph.ph-microsoft-outlook-logo:before{content:""}.ph.ph-microsoft-powerpoint-logo:before{content:""}.ph.ph-microsoft-teams-logo:before{content:""}.ph.ph-microsoft-word-logo:before{content:""}.ph.ph-minus:before{content:""}.ph.ph-minus-circle:before{content:""}.ph.ph-minus-square:before{content:""}.ph.ph-money:before{content:""}.ph.ph-money-wavy:before{content:""}.ph.ph-monitor:before{content:""}.ph.ph-monitor-arrow-up:before{content:""}.ph.ph-monitor-play:before{content:""}.ph.ph-moon:before{content:""}.ph.ph-moon-stars:before{content:""}.ph.ph-moped:before{content:""}.ph.ph-moped-front:before{content:""}.ph.ph-mosque:before{content:""}.ph.ph-motorcycle:before{content:""}.ph.ph-mountains:before{content:""}.ph.ph-mouse:before{content:""}.ph.ph-mouse-left-click:before{content:""}.ph.ph-mouse-middle-click:before{content:""}.ph.ph-mouse-right-click:before{content:""}.ph.ph-mouse-scroll:before{content:""}.ph.ph-mouse-simple:before{content:""}.ph.ph-music-note:before{content:""}.ph.ph-music-note-simple:before{content:""}.ph.ph-music-notes:before{content:""}.ph.ph-music-notes-minus:before{content:""}.ph.ph-music-notes-plus:before{content:""}.ph.ph-music-notes-simple:before{content:""}.ph.ph-navigation-arrow:before{content:""}.ph.ph-needle:before{content:""}.ph.ph-network:before{content:""}.ph.ph-network-slash:before{content:""}.ph.ph-network-x:before{content:""}.ph.ph-newspaper:before{content:""}.ph.ph-newspaper-clipping:before{content:""}.ph.ph-not-equals:before{content:""}.ph.ph-not-member-of:before{content:""}.ph.ph-not-subset-of:before{content:""}.ph.ph-not-superset-of:before{content:""}.ph.ph-notches:before{content:""}.ph.ph-note:before{content:""}.ph.ph-note-blank:before{content:""}.ph.ph-note-pencil:before{content:""}.ph.ph-notebook:before{content:""}.ph.ph-notepad:before{content:""}.ph.ph-notification:before{content:""}.ph.ph-notion-logo:before{content:""}.ph.ph-nuclear-plant:before{content:""}.ph.ph-number-circle-eight:before{content:""}.ph.ph-number-circle-five:before{content:""}.ph.ph-number-circle-four:before{content:""}.ph.ph-number-circle-nine:before{content:""}.ph.ph-number-circle-one:before{content:""}.ph.ph-number-circle-seven:before{content:""}.ph.ph-number-circle-six:before{content:""}.ph.ph-number-circle-three:before{content:""}.ph.ph-number-circle-two:before{content:""}.ph.ph-number-circle-zero:before{content:""}.ph.ph-number-eight:before{content:""}.ph.ph-number-five:before{content:""}.ph.ph-number-four:before{content:""}.ph.ph-number-nine:before{content:""}.ph.ph-number-one:before{content:""}.ph.ph-number-seven:before{content:""}.ph.ph-number-six:before{content:""}.ph.ph-number-square-eight:before{content:""}.ph.ph-number-square-five:before{content:""}.ph.ph-number-square-four:before{content:""}.ph.ph-number-square-nine:before{content:""}.ph.ph-number-square-one:before{content:""}.ph.ph-number-square-seven:before{content:""}.ph.ph-number-square-six:before{content:""}.ph.ph-number-square-three:before{content:""}.ph.ph-number-square-two:before{content:""}.ph.ph-number-square-zero:before{content:""}.ph.ph-number-three:before{content:""}.ph.ph-number-two:before{content:""}.ph.ph-number-zero:before{content:""}.ph.ph-numpad:before{content:""}.ph.ph-nut:before{content:""}.ph.ph-ny-times-logo:before{content:""}.ph.ph-octagon:before{content:""}.ph.ph-office-chair:before{content:""}.ph.ph-onigiri:before{content:""}.ph.ph-open-ai-logo:before{content:""}.ph.ph-option:before{content:""}.ph.ph-orange:before{content:""}.ph.ph-orange-slice:before{content:""}.ph.ph-oven:before{content:""}.ph.ph-package:before{content:""}.ph.ph-paint-brush:before{content:""}.ph.ph-paint-brush-broad:before{content:""}.ph.ph-paint-brush-household:before{content:""}.ph.ph-paint-bucket:before{content:""}.ph.ph-paint-roller:before{content:""}.ph.ph-palette:before{content:""}.ph.ph-panorama:before{content:""}.ph.ph-pants:before{content:""}.ph.ph-paper-plane:before{content:""}.ph.ph-paper-plane-right:before{content:""}.ph.ph-paper-plane-tilt:before{content:""}.ph.ph-paperclip:before{content:""}.ph.ph-paperclip-horizontal:before{content:""}.ph.ph-parachute:before{content:""}.ph.ph-paragraph:before{content:""}.ph.ph-parallelogram:before{content:""}.ph.ph-park:before{content:""}.ph.ph-password:before{content:""}.ph.ph-path:before{content:""}.ph.ph-patreon-logo:before{content:""}.ph.ph-pause:before{content:""}.ph.ph-pause-circle:before{content:""}.ph.ph-paw-print:before{content:""}.ph.ph-paypal-logo:before{content:""}.ph.ph-peace:before{content:""}.ph.ph-pen:before{content:""}.ph.ph-pen-nib:before{content:""}.ph.ph-pen-nib-straight:before{content:""}.ph.ph-pencil:before{content:""}.ph.ph-pencil-circle:before{content:""}.ph.ph-pencil-line:before{content:""}.ph.ph-pencil-ruler:before{content:""}.ph.ph-pencil-simple:before{content:""}.ph.ph-pencil-simple-line:before{content:""}.ph.ph-pencil-simple-slash:before{content:""}.ph.ph-pencil-slash:before{content:""}.ph.ph-pentagon:before{content:""}.ph.ph-pentagram:before{content:""}.ph.ph-pepper:before{content:""}.ph.ph-percent:before{content:""}.ph.ph-person:before{content:""}.ph.ph-person-arms-spread:before{content:""}.ph.ph-person-simple:before{content:""}.ph.ph-person-simple-bike:before{content:""}.ph.ph-person-simple-circle:before{content:""}.ph.ph-person-simple-hike:before{content:""}.ph.ph-person-simple-run:before{content:""}.ph.ph-person-simple-ski:before{content:""}.ph.ph-person-simple-snowboard:before{content:""}.ph.ph-person-simple-swim:before{content:""}.ph.ph-person-simple-tai-chi:before{content:""}.ph.ph-person-simple-throw:before{content:""}.ph.ph-person-simple-walk:before{content:""}.ph.ph-perspective:before{content:""}.ph.ph-phone:before{content:""}.ph.ph-phone-call:before{content:""}.ph.ph-phone-disconnect:before{content:""}.ph.ph-phone-incoming:before{content:""}.ph.ph-phone-list:before{content:""}.ph.ph-phone-outgoing:before{content:""}.ph.ph-phone-pause:before{content:""}.ph.ph-phone-plus:before{content:""}.ph.ph-phone-slash:before{content:""}.ph.ph-phone-transfer:before{content:""}.ph.ph-phone-x:before{content:""}.ph.ph-phosphor-logo:before{content:""}.ph.ph-pi:before{content:""}.ph.ph-piano-keys:before{content:""}.ph.ph-picnic-table:before{content:""}.ph.ph-picture-in-picture:before{content:""}.ph.ph-piggy-bank:before{content:""}.ph.ph-pill:before{content:""}.ph.ph-ping-pong:before{content:""}.ph.ph-pint-glass:before{content:""}.ph.ph-pinterest-logo:before{content:""}.ph.ph-pinwheel:before{content:""}.ph.ph-pipe:before{content:""}.ph.ph-pipe-wrench:before{content:""}.ph.ph-pix-logo:before{content:""}.ph.ph-pizza:before{content:""}.ph.ph-placeholder:before{content:""}.ph.ph-planet:before{content:""}.ph.ph-plant:before{content:""}.ph.ph-play:before{content:""}.ph.ph-play-circle:before{content:""}.ph.ph-play-pause:before{content:""}.ph.ph-playlist:before{content:""}.ph.ph-plug:before{content:""}.ph.ph-plug-charging:before{content:""}.ph.ph-plugs:before{content:""}.ph.ph-plugs-connected:before{content:""}.ph.ph-plus:before{content:""}.ph.ph-plus-circle:before{content:""}.ph.ph-plus-minus:before{content:""}.ph.ph-plus-square:before{content:""}.ph.ph-poker-chip:before{content:""}.ph.ph-police-car:before{content:""}.ph.ph-polygon:before{content:""}.ph.ph-popcorn:before{content:""}.ph.ph-popsicle:before{content:""}.ph.ph-potted-plant:before{content:""}.ph.ph-power:before{content:""}.ph.ph-prescription:before{content:""}.ph.ph-presentation:before{content:""}.ph.ph-presentation-chart:before{content:""}.ph.ph-printer:before{content:""}.ph.ph-prohibit:before{content:""}.ph.ph-prohibit-inset:before{content:""}.ph.ph-projector-screen:before{content:""}.ph.ph-projector-screen-chart:before{content:""}.ph.ph-pulse:before,.ph.ph-activity:before{content:""}.ph.ph-push-pin:before{content:""}.ph.ph-push-pin-simple:before{content:""}.ph.ph-push-pin-simple-slash:before{content:""}.ph.ph-push-pin-slash:before{content:""}.ph.ph-puzzle-piece:before{content:""}.ph.ph-qr-code:before{content:""}.ph.ph-question:before{content:""}.ph.ph-question-mark:before{content:""}.ph.ph-queue:before{content:""}.ph.ph-quotes:before{content:""}.ph.ph-rabbit:before{content:""}.ph.ph-racquet:before{content:""}.ph.ph-radical:before{content:""}.ph.ph-radio:before{content:""}.ph.ph-radio-button:before{content:""}.ph.ph-radioactive:before{content:""}.ph.ph-rainbow:before{content:""}.ph.ph-rainbow-cloud:before{content:""}.ph.ph-ranking:before{content:""}.ph.ph-read-cv-logo:before{content:""}.ph.ph-receipt:before{content:""}.ph.ph-receipt-x:before{content:""}.ph.ph-record:before{content:""}.ph.ph-rectangle:before{content:""}.ph.ph-rectangle-dashed:before{content:""}.ph.ph-recycle:before{content:""}.ph.ph-reddit-logo:before{content:""}.ph.ph-repeat:before{content:""}.ph.ph-repeat-once:before{content:""}.ph.ph-replit-logo:before{content:""}.ph.ph-resize:before{content:""}.ph.ph-rewind:before{content:""}.ph.ph-rewind-circle:before{content:""}.ph.ph-road-horizon:before{content:""}.ph.ph-robot:before{content:""}.ph.ph-rocket:before{content:""}.ph.ph-rocket-launch:before{content:""}.ph.ph-rows:before{content:""}.ph.ph-rows-plus-bottom:before{content:""}.ph.ph-rows-plus-top:before{content:""}.ph.ph-rss:before{content:""}.ph.ph-rss-simple:before{content:""}.ph.ph-rug:before{content:""}.ph.ph-ruler:before{content:""}.ph.ph-sailboat:before{content:""}.ph.ph-scales:before{content:""}.ph.ph-scan:before{content:""}.ph.ph-scan-smiley:before{content:""}.ph.ph-scissors:before{content:""}.ph.ph-scooter:before{content:""}.ph.ph-screencast:before{content:""}.ph.ph-screwdriver:before{content:""}.ph.ph-scribble:before{content:""}.ph.ph-scribble-loop:before{content:""}.ph.ph-scroll:before{content:""}.ph.ph-seal:before,.ph.ph-circle-wavy:before{content:""}.ph.ph-seal-check:before,.ph.ph-circle-wavy-check:before{content:""}.ph.ph-seal-percent:before{content:""}.ph.ph-seal-question:before,.ph.ph-circle-wavy-question:before{content:""}.ph.ph-seal-warning:before,.ph.ph-circle-wavy-warning:before{content:""}.ph.ph-seat:before{content:""}.ph.ph-seatbelt:before{content:""}.ph.ph-security-camera:before{content:""}.ph.ph-selection:before{content:""}.ph.ph-selection-all:before{content:""}.ph.ph-selection-background:before{content:""}.ph.ph-selection-foreground:before{content:""}.ph.ph-selection-inverse:before{content:""}.ph.ph-selection-plus:before{content:""}.ph.ph-selection-slash:before{content:""}.ph.ph-shapes:before{content:""}.ph.ph-share:before{content:""}.ph.ph-share-fat:before{content:""}.ph.ph-share-network:before{content:""}.ph.ph-shield:before{content:""}.ph.ph-shield-check:before{content:""}.ph.ph-shield-checkered:before{content:""}.ph.ph-shield-chevron:before{content:""}.ph.ph-shield-plus:before{content:""}.ph.ph-shield-slash:before{content:""}.ph.ph-shield-star:before{content:""}.ph.ph-shield-warning:before{content:""}.ph.ph-shipping-container:before{content:""}.ph.ph-shirt-folded:before{content:""}.ph.ph-shooting-star:before{content:""}.ph.ph-shopping-bag:before{content:""}.ph.ph-shopping-bag-open:before{content:""}.ph.ph-shopping-cart:before{content:""}.ph.ph-shopping-cart-simple:before{content:""}.ph.ph-shovel:before{content:""}.ph.ph-shower:before{content:""}.ph.ph-shrimp:before{content:""}.ph.ph-shuffle:before{content:""}.ph.ph-shuffle-angular:before{content:""}.ph.ph-shuffle-simple:before{content:""}.ph.ph-sidebar:before{content:""}.ph.ph-sidebar-simple:before{content:""}.ph.ph-sigma:before{content:""}.ph.ph-sign-in:before{content:""}.ph.ph-sign-out:before{content:""}.ph.ph-signature:before{content:""}.ph.ph-signpost:before{content:""}.ph.ph-sim-card:before{content:""}.ph.ph-siren:before{content:""}.ph.ph-sketch-logo:before{content:""}.ph.ph-skip-back:before{content:""}.ph.ph-skip-back-circle:before{content:""}.ph.ph-skip-forward:before{content:""}.ph.ph-skip-forward-circle:before{content:""}.ph.ph-skull:before{content:""}.ph.ph-skype-logo:before{content:""}.ph.ph-slack-logo:before{content:""}.ph.ph-sliders:before{content:""}.ph.ph-sliders-horizontal:before{content:""}.ph.ph-slideshow:before{content:""}.ph.ph-smiley:before{content:""}.ph.ph-smiley-angry:before{content:""}.ph.ph-smiley-blank:before{content:""}.ph.ph-smiley-meh:before{content:""}.ph.ph-smiley-melting:before{content:""}.ph.ph-smiley-nervous:before{content:""}.ph.ph-smiley-sad:before{content:""}.ph.ph-smiley-sticker:before{content:""}.ph.ph-smiley-wink:before{content:""}.ph.ph-smiley-x-eyes:before{content:""}.ph.ph-snapchat-logo:before{content:""}.ph.ph-sneaker:before{content:""}.ph.ph-sneaker-move:before{content:""}.ph.ph-snowflake:before{content:""}.ph.ph-soccer-ball:before{content:""}.ph.ph-sock:before{content:""}.ph.ph-solar-panel:before{content:""}.ph.ph-solar-roof:before{content:""}.ph.ph-sort-ascending:before{content:""}.ph.ph-sort-descending:before{content:""}.ph.ph-soundcloud-logo:before{content:""}.ph.ph-spade:before{content:""}.ph.ph-sparkle:before{content:""}.ph.ph-speaker-hifi:before{content:""}.ph.ph-speaker-high:before{content:""}.ph.ph-speaker-low:before{content:""}.ph.ph-speaker-none:before{content:""}.ph.ph-speaker-simple-high:before{content:""}.ph.ph-speaker-simple-low:before{content:""}.ph.ph-speaker-simple-none:before{content:""}.ph.ph-speaker-simple-slash:before{content:""}.ph.ph-speaker-simple-x:before{content:""}.ph.ph-speaker-slash:before{content:""}.ph.ph-speaker-x:before{content:""}.ph.ph-speedometer:before{content:""}.ph.ph-sphere:before{content:""}.ph.ph-spinner:before{content:""}.ph.ph-spinner-ball:before{content:""}.ph.ph-spinner-gap:before{content:""}.ph.ph-spiral:before{content:""}.ph.ph-split-horizontal:before{content:""}.ph.ph-split-vertical:before{content:""}.ph.ph-spotify-logo:before{content:""}.ph.ph-spray-bottle:before{content:""}.ph.ph-square:before{content:""}.ph.ph-square-half:before{content:""}.ph.ph-square-half-bottom:before{content:""}.ph.ph-square-logo:before{content:""}.ph.ph-square-split-horizontal:before{content:""}.ph.ph-square-split-vertical:before{content:""}.ph.ph-squares-four:before{content:""}.ph.ph-stack:before{content:""}.ph.ph-stack-minus:before{content:""}.ph.ph-stack-overflow-logo:before{content:""}.ph.ph-stack-plus:before{content:""}.ph.ph-stack-simple:before{content:""}.ph.ph-stairs:before{content:""}.ph.ph-stamp:before{content:""}.ph.ph-standard-definition:before{content:""}.ph.ph-star:before{content:""}.ph.ph-star-and-crescent:before{content:""}.ph.ph-star-four:before{content:""}.ph.ph-star-half:before{content:""}.ph.ph-star-of-david:before{content:""}.ph.ph-steam-logo:before{content:""}.ph.ph-steering-wheel:before{content:""}.ph.ph-steps:before{content:""}.ph.ph-stethoscope:before{content:""}.ph.ph-sticker:before{content:""}.ph.ph-stool:before{content:""}.ph.ph-stop:before{content:""}.ph.ph-stop-circle:before{content:""}.ph.ph-storefront:before{content:""}.ph.ph-strategy:before{content:""}.ph.ph-stripe-logo:before{content:""}.ph.ph-student:before{content:""}.ph.ph-subset-of:before{content:""}.ph.ph-subset-proper-of:before{content:""}.ph.ph-subtitles:before{content:""}.ph.ph-subtitles-slash:before{content:""}.ph.ph-subtract:before{content:""}.ph.ph-subtract-square:before{content:""}.ph.ph-subway:before{content:""}.ph.ph-suitcase:before{content:""}.ph.ph-suitcase-rolling:before{content:""}.ph.ph-suitcase-simple:before{content:""}.ph.ph-sun:before{content:""}.ph.ph-sun-dim:before{content:""}.ph.ph-sun-horizon:before{content:""}.ph.ph-sunglasses:before{content:""}.ph.ph-superset-of:before{content:""}.ph.ph-superset-proper-of:before{content:""}.ph.ph-swap:before{content:""}.ph.ph-swatches:before{content:""}.ph.ph-swimming-pool:before{content:""}.ph.ph-sword:before{content:""}.ph.ph-synagogue:before{content:""}.ph.ph-syringe:before{content:""}.ph.ph-t-shirt:before{content:""}.ph.ph-table:before{content:""}.ph.ph-tabs:before{content:""}.ph.ph-tag:before{content:""}.ph.ph-tag-chevron:before{content:""}.ph.ph-tag-simple:before{content:""}.ph.ph-target:before{content:""}.ph.ph-taxi:before{content:""}.ph.ph-tea-bag:before{content:""}.ph.ph-telegram-logo:before{content:""}.ph.ph-television:before{content:""}.ph.ph-television-simple:before{content:""}.ph.ph-tennis-ball:before{content:""}.ph.ph-tent:before{content:""}.ph.ph-terminal:before{content:""}.ph.ph-terminal-window:before{content:""}.ph.ph-test-tube:before{content:""}.ph.ph-text-a-underline:before{content:""}.ph.ph-text-aa:before{content:""}.ph.ph-text-align-center:before{content:""}.ph.ph-text-align-justify:before{content:""}.ph.ph-text-align-left:before{content:""}.ph.ph-text-align-right:before{content:""}.ph.ph-text-b:before,.ph.ph-text-bolder:before{content:""}.ph.ph-text-columns:before{content:""}.ph.ph-text-h:before{content:""}.ph.ph-text-h-five:before{content:""}.ph.ph-text-h-four:before{content:""}.ph.ph-text-h-one:before{content:""}.ph.ph-text-h-six:before{content:""}.ph.ph-text-h-three:before{content:""}.ph.ph-text-h-two:before{content:""}.ph.ph-text-indent:before{content:""}.ph.ph-text-italic:before{content:""}.ph.ph-text-outdent:before{content:""}.ph.ph-text-strikethrough:before{content:""}.ph.ph-text-subscript:before{content:""}.ph.ph-text-superscript:before{content:""}.ph.ph-text-t:before{content:""}.ph.ph-text-t-slash:before{content:""}.ph.ph-text-underline:before{content:""}.ph.ph-textbox:before{content:""}.ph.ph-thermometer:before{content:""}.ph.ph-thermometer-cold:before{content:""}.ph.ph-thermometer-hot:before{content:""}.ph.ph-thermometer-simple:before{content:""}.ph.ph-threads-logo:before{content:""}.ph.ph-three-d:before{content:""}.ph.ph-thumbs-down:before{content:""}.ph.ph-thumbs-up:before{content:""}.ph.ph-ticket:before{content:""}.ph.ph-tidal-logo:before{content:""}.ph.ph-tiktok-logo:before{content:""}.ph.ph-tilde:before{content:""}.ph.ph-timer:before{content:""}.ph.ph-tip-jar:before{content:""}.ph.ph-tipi:before{content:""}.ph.ph-tire:before{content:""}.ph.ph-toggle-left:before{content:""}.ph.ph-toggle-right:before{content:""}.ph.ph-toilet:before{content:""}.ph.ph-toilet-paper:before{content:""}.ph.ph-toolbox:before{content:""}.ph.ph-tooth:before{content:""}.ph.ph-tornado:before{content:""}.ph.ph-tote:before{content:""}.ph.ph-tote-simple:before{content:""}.ph.ph-towel:before{content:""}.ph.ph-tractor:before{content:""}.ph.ph-trademark:before{content:""}.ph.ph-trademark-registered:before{content:""}.ph.ph-traffic-cone:before{content:""}.ph.ph-traffic-sign:before{content:""}.ph.ph-traffic-signal:before{content:""}.ph.ph-train:before{content:""}.ph.ph-train-regional:before{content:""}.ph.ph-train-simple:before{content:""}.ph.ph-tram:before{content:""}.ph.ph-translate:before{content:""}.ph.ph-trash:before{content:""}.ph.ph-trash-simple:before{content:""}.ph.ph-tray:before{content:""}.ph.ph-tray-arrow-down:before,.ph.ph-archive-tray:before{content:""}.ph.ph-tray-arrow-up:before{content:""}.ph.ph-treasure-chest:before{content:""}.ph.ph-tree:before{content:""}.ph.ph-tree-evergreen:before{content:""}.ph.ph-tree-palm:before{content:""}.ph.ph-tree-structure:before{content:""}.ph.ph-tree-view:before{content:""}.ph.ph-trend-down:before{content:""}.ph.ph-trend-up:before{content:""}.ph.ph-triangle:before{content:""}.ph.ph-triangle-dashed:before{content:""}.ph.ph-trolley:before{content:""}.ph.ph-trolley-suitcase:before{content:""}.ph.ph-trophy:before{content:""}.ph.ph-truck:before{content:""}.ph.ph-truck-trailer:before{content:""}.ph.ph-tumblr-logo:before{content:""}.ph.ph-twitch-logo:before{content:""}.ph.ph-twitter-logo:before{content:""}.ph.ph-umbrella:before{content:""}.ph.ph-umbrella-simple:before{content:""}.ph.ph-union:before{content:""}.ph.ph-unite:before{content:""}.ph.ph-unite-square:before{content:""}.ph.ph-upload:before{content:""}.ph.ph-upload-simple:before{content:""}.ph.ph-usb:before{content:""}.ph.ph-user:before{content:""}.ph.ph-user-check:before{content:""}.ph.ph-user-circle:before{content:""}.ph.ph-user-circle-check:before{content:""}.ph.ph-user-circle-dashed:before{content:""}.ph.ph-user-circle-gear:before{content:""}.ph.ph-user-circle-minus:before{content:""}.ph.ph-user-circle-plus:before{content:""}.ph.ph-user-focus:before{content:""}.ph.ph-user-gear:before{content:""}.ph.ph-user-list:before{content:""}.ph.ph-user-minus:before{content:""}.ph.ph-user-plus:before{content:""}.ph.ph-user-rectangle:before{content:""}.ph.ph-user-sound:before{content:""}.ph.ph-user-square:before{content:""}.ph.ph-user-switch:before{content:""}.ph.ph-users:before{content:""}.ph.ph-users-four:before{content:""}.ph.ph-users-three:before{content:""}.ph.ph-van:before{content:""}.ph.ph-vault:before{content:""}.ph.ph-vector-three:before{content:""}.ph.ph-vector-two:before{content:""}.ph.ph-vibrate:before{content:""}.ph.ph-video:before{content:""}.ph.ph-video-camera:before{content:""}.ph.ph-video-camera-slash:before{content:""}.ph.ph-video-conference:before{content:""}.ph.ph-vignette:before{content:""}.ph.ph-vinyl-record:before{content:""}.ph.ph-virtual-reality:before{content:""}.ph.ph-virus:before{content:""}.ph.ph-visor:before{content:""}.ph.ph-voicemail:before{content:""}.ph.ph-volleyball:before{content:""}.ph.ph-wall:before{content:""}.ph.ph-wallet:before{content:""}.ph.ph-warehouse:before{content:""}.ph.ph-warning:before{content:""}.ph.ph-warning-circle:before{content:""}.ph.ph-warning-diamond:before{content:""}.ph.ph-warning-octagon:before{content:""}.ph.ph-washing-machine:before{content:""}.ph.ph-watch:before{content:""}.ph.ph-wave-sawtooth:before{content:""}.ph.ph-wave-sine:before{content:""}.ph.ph-wave-square:before{content:""}.ph.ph-wave-triangle:before{content:""}.ph.ph-waveform:before{content:""}.ph.ph-waveform-slash:before{content:""}.ph.ph-waves:before{content:""}.ph.ph-webcam:before{content:""}.ph.ph-webcam-slash:before{content:""}.ph.ph-webhooks-logo:before{content:""}.ph.ph-wechat-logo:before{content:""}.ph.ph-whatsapp-logo:before{content:""}.ph.ph-wheelchair:before{content:""}.ph.ph-wheelchair-motion:before{content:""}.ph.ph-wifi-high:before{content:""}.ph.ph-wifi-low:before{content:""}.ph.ph-wifi-medium:before{content:""}.ph.ph-wifi-none:before{content:""}.ph.ph-wifi-slash:before{content:""}.ph.ph-wifi-x:before{content:""}.ph.ph-wind:before{content:""}.ph.ph-windmill:before{content:""}.ph.ph-windows-logo:before{content:""}.ph.ph-wine:before{content:""}.ph.ph-wrench:before{content:""}.ph.ph-x:before{content:""}.ph.ph-x-circle:before{content:""}.ph.ph-x-logo:before{content:""}.ph.ph-x-square:before{content:""}.ph.ph-yarn:before{content:""}.ph.ph-yin-yang:before{content:""}.ph.ph-youtube-logo:before{content:""}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
