.light,.light-orange,:root{--color-brand-primary:#FF5000;--color-text-disabled:#ced4da;--color-brand-secondary:#ffe8dc;--color-brand-accent:#FF5000;--color-brand-primary-hover:#E64800;--color-brand-secondary-hover:rgb(255,248.7571428571,245.5);--color-brand-accent-hover:#E64800;--color-text-primary:#343a40;--color-text-secondary:#6c757d;--color-text-tertiary:#adb5bd;--color-text-placeholder:#adb5bd;--color-text-on-brand:#ffffff;--color-text-link:#FF5000;--color-bg-body:#f8f9fa;--color-bg-surface:#ffffff;--color-bg-surface-hover:#e9ecef;--color-bg-secondary:#f8f9fa;--color-bg-accent:rgba(255,255,255,0.993);--color-border-primary:#dee2e6;--color-border-secondary:#e9ecef;--color-utility-success:#198754;--color-utility-error:#dc3545;--color-utility-warning:#E8DE2A;--color-utility-info:#0d6efd;--color-heading:#ffe8dc;--auth-overlay-start:rgba(255,255,255,0.2);--auth-overlay-end:rgba(255,232,220,0.7);--shadow-color-rgb:10,37,64}.dark,.dark-blue{--color-brand-primary:#388bfd;--color-text-disabled:#6c757d;--color-brand-secondary:rgba(88,166,255,0.15);--color-brand-accent:#FF7A33;--color-brand-primary-hover:rgb(81.2462686567,153.7164179104,253.2537313433);--color-brand-secondary-hover:rgba(88,166,255,0.25);--color-brand-accent-hover:#FF8C52;--color-text-primary:#e9ecef;--color-text-secondary:#adb5bd;--color-text-tertiary:#6c757d;--color-text-placeholder:#6c757d;--color-text-on-brand:#ffffff;--color-text-link:#58a6ff;--color-bg-body:#0d1117;--color-bg-surface:#161b22;--color-bg-surface-hover:rgb(32.0178571429,39.2946428571,49.4821428571);--color-bg-secondary:rgba(255,255,255,0.05);--color-bg-accent:rgba(0,0,0,0.337254902);--color-border-primary:#343a40;--color-border-secondary:#212529;--color-utility-success:rgb(36.953125,199.546875,124.1625);--color-utility-error:rgb(227.5316455696,96.4683544304,109.0253164557);--color-utility-warning:rgb(234.4851694915,225.5656779661,65.0148305085);--color-utility-info:#58a6ff;--color-heading:#ffffff;--auth-overlay-start:rgba(18,18,18,0.7);--auth-overlay-end:rgba(33,37,41,0.9);--shadow-color-rgb:0,0,0}.pwa-prompt{position:fixed;bottom:1.5rem;left:50%;transform:translateX(-50%) translateY(150%);width:90%;max-width:420px;background-color:var(--color-bg-surface);border:1px solid var(--color-border-primary);border-radius:16px;box-shadow:0 10px 40px -10px rgba(0,0,0,.15);padding:1rem;z-index:60;transition:transform .5s cubic-bezier(.34,1.56,.64,1);direction:rtl}.pwa-prompt.is-visible{transform:translateX(-50%) translateY(0)}@media(min-width:768px){.pwa-prompt.is-visible{transform:translateX(0) translateY(0)}}.pwa-prompt__content{display:flex;align-items:flex-start;gap:.75rem}.pwa-prompt__icon{flex-shrink:0;width:48px;height:48px;background-color:var(--color-bg-secondary);border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden}.pwa-prompt__icon img{width:100%;height:100%;object-fit:cover}.pwa-prompt__text{flex:1}.pwa-prompt__text h4{margin:0 0 .25rem;font-size:.875rem;font-weight:700;color:var(--color-text-primary)}.pwa-prompt__text p{margin:0;font-size:.75rem;color:var(--color-text-secondary);line-height:1.5}.pwa-prompt__close-btn{background:none;border:none;color:var(--color-text-placeholder);cursor:pointer;padding:.25rem;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all all .2s ease-in-out}.pwa-prompt__close-btn:hover{background-color:var(--color-bg-secondary);color:var(--color-text-primary)}.pwa-prompt__actions{display:flex;gap:.5rem;margin-top:1rem;justify-content:flex-end;align-items:center;flex-wrap:wrap}.pwa-prompt__actions button:not(.pwa-prompt__btn-dont-show){flex:1;white-space:nowrap}.pwa-prompt__btn-dont-show{color:var(--color-text-secondary)!important;font-size:.7rem!important;padding:0 .5rem!important;min-width:auto!important;margin-left:auto;white-space:nowrap;cursor:pointer}.pwa-prompt__btn-dont-show:hover{color:var(--color-utility-error)!important;background:none!important}.ios-instruction{display:flex;flex-direction:column;gap:1rem;padding:.5rem 0}.ios-instruction p{font-size:.875rem;color:var(--color-text-secondary);margin-bottom:.5rem;line-height:1.6}.ios-instruction__step{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:var(--color-text-primary);background-color:var(--color-bg-secondary);padding:.5rem .75rem;border-radius:12px}.ios-instruction__step .icon-box{width:32px;height:32px;background:var(--color-bg-surface);border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--color-brand-primary);box-shadow:0 1px 2px 0 rgba(var(--shadow-color-rgb),.05);flex-shrink:0}.ios-instruction__step .icon-box svg{width:20px;height:20px}.ios-instruction__step span{flex:1}