.sub-extend-overlay-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;background:var(--bg-overlay);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:max(.75rem,env(safe-area-inset-top,0px)) max(.75rem,env(safe-area-inset-right,0px)) max(.75rem,env(safe-area-inset-bottom,0px)) max(.75rem,env(safe-area-inset-left,0px));animation:sub-extend-overlay-fade-in .25s ease-out}@keyframes sub-extend-overlay-fade-in{0%{opacity:0}to{opacity:1}}.sub-extend-overlay-card{background:linear-gradient(180deg,var(--bg-elevated) 0%,var(--bg-muted) 100%);color:var(--text);border:1px solid var(--border);border-radius:20px;width:min(440px,calc(100vw - 1.5rem));max-width:440px;max-height:calc(100dvh - 1.5rem - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px));box-shadow:var(--shadow-lg);overflow:hidden;display:flex;flex-direction:column;animation:sub-extend-overlay-scale-in .3s ease-out}@keyframes sub-extend-overlay-scale-in{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.sub-extend-overlay-scroll{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.sub-extend-overlay-image-wrap{width:100%;aspect-ratio:1264 / 848;max-height:min(34vh,320px);background:linear-gradient(135deg,var(--header-grad-start) 0%,var(--header-grad-end) 100%);display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.sub-extend-overlay-image{width:100%;height:100%;object-fit:contain;display:block}.sub-extend-overlay-text{font-family:Vazir,sans-serif;font-size:1rem;line-height:1.75;color:var(--text);text-align:center;margin:1.15rem 1.35rem .35rem;padding:0}.sub-extend-overlay-check{display:inline-block;margin-left:8px;vertical-align:middle;width:36px;height:36px}.sub-extend-overlay-check svg{width:36px;height:36px;display:block}.sub-extend-overlay-text b{color:var(--accent-strong);font-weight:700}.sub-extend-overlay-btn{font-family:Vazir,sans-serif;display:block;width:calc(100% - 2.5rem);margin:.85rem 1.25rem max(1rem,env(safe-area-inset-bottom,0px));padding:.85rem 1.25rem;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,var(--header-grad-start) 0%,var(--header-grad-end) 100%);border:none;border-radius:12px;cursor:pointer;flex-shrink:0;box-shadow:var(--shadow-md);transition:transform .15s ease,box-shadow .15s ease,filter .15s ease}.sub-extend-overlay-btn:hover{transform:translateY(-1px);filter:brightness(1.06);box-shadow:var(--shadow-lg)}.sub-extend-overlay-btn:active{transform:translateY(0)}@media (max-width: 480px){.sub-extend-overlay-backdrop{padding:max(.5rem,env(safe-area-inset-top,0px)) max(.5rem,env(safe-area-inset-right,0px)) max(.5rem,env(safe-area-inset-bottom,0px)) max(.5rem,env(safe-area-inset-left,0px))}.sub-extend-overlay-card{width:calc(100vw - 1rem);max-width:none;border-radius:16px;max-height:calc(100dvh - 1rem - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px));height:auto;min-height:0}.sub-extend-overlay-scroll{display:flex;flex-direction:column}.sub-extend-overlay-image-wrap{flex:0 0 auto;width:100%;aspect-ratio:1264 / 848;max-height:min(32vh,240px)}.sub-extend-overlay-text{font-size:.88rem;line-height:1.65;margin:.9rem 1rem .2rem}.sub-extend-overlay-check{width:32px;height:32px}.sub-extend-overlay-check svg{width:32px;height:32px}.sub-extend-overlay-btn{width:calc(100% - 1.75rem);margin:.7rem .875rem max(.75rem,env(safe-area-inset-bottom,0px));padding:.72rem 1rem;font-size:.9rem}}[data-theme=dark] .sub-extend-overlay-image{filter:brightness(.94) contrast(1.03)}[data-theme=dark] .sub-extend-overlay-text b{color:var(--accent-light)}[data-theme=dark] .sub-extend-overlay-card{box-shadow:0 16px 48px #00000073}.pwa-release-overlay-backdrop,.pwa-release-updating-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10001;background:var(--bg-overlay);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:max(.75rem,env(safe-area-inset-top,0px)) max(.75rem,env(safe-area-inset-right,0px)) max(.75rem,env(safe-area-inset-bottom,0px)) max(.75rem,env(safe-area-inset-left,0px));animation:pwa-release-overlay-fade-in .25s ease-out}@keyframes pwa-release-overlay-fade-in{0%{opacity:0}to{opacity:1}}.pwa-release-overlay-card{background:linear-gradient(180deg,var(--bg-elevated) 0%,var(--bg-muted) 100%);color:var(--text);border:1px solid var(--border);border-radius:20px;width:min(440px,calc(100vw - 1.5rem));max-width:440px;max-height:calc(100dvh - 1.5rem - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px));box-shadow:var(--shadow-lg);overflow:hidden;display:flex;flex-direction:column;animation:pwa-release-overlay-scale-in .3s ease-out}.pwa-release-updating-card{background:linear-gradient(180deg,var(--bg-elevated) 0%,var(--bg-muted) 100%);color:var(--text);border:1px solid var(--border);border-radius:22px;width:min(380px,calc(100vw - 2rem));padding:2rem 1.5rem 1.75rem;box-shadow:var(--shadow-lg);text-align:center;animation:pwa-release-overlay-scale-in .3s ease-out}@keyframes pwa-release-overlay-scale-in{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.pwa-release-overlay-scroll{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.pwa-release-overlay-image-wrap{width:100%;aspect-ratio:16 / 9;max-height:min(36vh,260px);background:var(--bg-elevated);display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.pwa-release-overlay-image{width:100%;height:100%;object-fit:contain;display:block}.pwa-release-overlay-copy{margin:1.15rem 1.35rem .35rem;padding-bottom:.15rem}.pwa-release-overlay-line{font-family:Vazir,sans-serif;font-size:1rem;line-height:1.7;color:var(--text);text-align:center;font-weight:700;margin:0 0 .55rem;padding:0}.pwa-release-overlay-line-muted{font-size:.92rem;font-weight:500;color:var(--text-secondary);margin-bottom:0}.pwa-release-overlay-btn{font-family:Vazir,sans-serif;display:block;width:calc(100% - 2.5rem);margin:.85rem 1.25rem max(1rem,env(safe-area-inset-bottom,0px));padding:.85rem 1.25rem;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,var(--header-grad-start) 0%,var(--header-grad-end) 100%);border:none;border-radius:12px;cursor:pointer;flex-shrink:0;box-shadow:var(--shadow-md);transition:transform .15s ease,box-shadow .15s ease,filter .15s ease}.pwa-release-overlay-btn:hover{transform:translateY(-1px);filter:brightness(1.06);box-shadow:var(--shadow-lg)}.pwa-release-overlay-btn:active{transform:translateY(0)}.pwa-release-updating-logo-wrap{position:relative;width:4.5rem;height:4.5rem;margin:0 auto 1.25rem}.pwa-release-updating-logo{width:100%;height:100%;object-fit:contain;border-radius:16px;position:relative;z-index:1}.pwa-release-updating-ring{position:absolute;top:-.35rem;right:-.35rem;bottom:-.35rem;left:-.35rem;border-radius:50%;border:2px solid transparent;border-top-color:var(--accent, #2563eb);border-right-color:#2563eb59;animation:pwa-release-updating-spin 1.1s linear infinite}@keyframes pwa-release-updating-spin{to{transform:rotate(360deg)}}.pwa-release-updating-title{font-family:Vazir,sans-serif;font-size:1.1rem;font-weight:700;color:var(--text);margin:0 0 .45rem}.pwa-release-updating-subtitle{font-family:Vazir,sans-serif;font-size:.9rem;color:var(--text-secondary);margin:0 0 1.25rem}.pwa-release-updating-progress-track{position:relative;width:100%;height:6px;border-radius:999px;background:var(--bg-muted);border:1px solid var(--border);overflow:hidden;margin-bottom:.85rem}.pwa-release-updating-progress-fill{position:absolute;top:0;bottom:0;width:38%;border-radius:999px;background:linear-gradient(90deg,var(--header-grad-start) 0%,var(--header-grad-end) 100%);animation:pwa-release-updating-progress 1.5s linear infinite}@keyframes pwa-release-updating-progress{0%{left:-38%}to{left:100%}}.pwa-release-updating-step{font-family:Vazir,sans-serif;font-size:.82rem;color:var(--text-secondary);margin:0;min-height:1.25rem;transition:opacity .25s ease}[data-theme=dark] .pwa-release-overlay-image-wrap{background:var(--bg-muted)}[data-theme=dark] .pwa-release-overlay-image{filter:brightness(.94) contrast(1.03)}[data-theme=dark] .pwa-release-updating-logo{filter:brightness(.96)}[data-theme=dark] .pwa-release-updating-ring{border-top-color:#60a5fa;border-right-color:#60a5fa59}[data-theme=dark] .pwa-release-updating-progress-track{background:#ffffff0f}@media (max-width: 480px){.pwa-release-overlay-card{width:calc(100vw - 1rem);max-width:none;border-radius:16px}.pwa-release-overlay-copy{margin:.9rem 1rem .2rem}.pwa-release-overlay-line{font-size:.9rem}.pwa-release-overlay-line-muted{font-size:.82rem}.pwa-release-overlay-btn{width:calc(100% - 1.75rem);margin:.7rem .875rem max(.75rem,env(safe-area-inset-bottom,0px));padding:.72rem 1rem;font-size:.92rem}.pwa-release-updating-card{padding:1.65rem 1.15rem 1.4rem}.pwa-release-updating-title{font-size:1rem}}@media (prefers-reduced-motion: reduce){.pwa-release-updating-ring,.pwa-release-updating-progress-fill{animation:none}.pwa-release-updating-progress-fill{position:relative;width:65%;left:auto;animation:none}}.toast{position:fixed;top:4.5rem;left:50%;transform:translate(-50%);background:#fff;border-radius:12px;box-shadow:0 4px 16px #0003;padding:.9rem 1.2rem;width:75vw;max-width:75vw;min-width:300px;z-index:10100;display:flex;align-items:center;justify-content:space-between;gap:1rem;animation:slideDown .15s ease-out;border-right:4px solid;font-family:Vazir,sans-serif;direction:rtl}body.chat-maximized .toast{z-index:10100!important}.toast-success{border-color:#10b981}.toast-error{border-color:#ef4444}.toast-info{border-color:#3b82f6}.toast-content{display:flex;align-items:center;gap:.6rem;flex:1}.toast-icon{font-size:1.2rem;font-weight:700}.toast-success .toast-icon{color:#10b981}.toast-error .toast-icon{color:#ef4444}.toast-info .toast-icon{color:#3b82f6}.toast-message{font-size:.85rem;color:var(--text);line-height:1.4;white-space:pre-line;text-align:justify}.toast-close{background:none;border:none;font-size:1.5rem;color:#999;cursor:pointer;padding:0;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;line-height:1;transition:color .2s}.toast-close:hover{color:var(--text)}@keyframes slideDown{0%{opacity:0;transform:translate(-50%) translateY(-10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media (min-width: 1024px) and (display-mode: browser){.toast{width:30vw;max-width:320px;min-width:200px}}@media (max-width: 480px){.toast{top:4rem;padding:.8rem 1rem;min-width:auto;max-width:calc(100% - 1.5rem)}.toast-message{font-size:.8rem}}.device-picker-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--bg-overlay, rgba(15, 23, 42, .5));display:flex;align-items:center;justify-content:center;z-index:10004;padding:1rem}.device-picker-modal{background:var(--bg-elevated, #fff);color:var(--text, #1f2937);border:1px solid var(--border, #e5e7eb);border-radius:12px;max-width:420px;width:100%;max-height:min(85vh,640px);display:flex;flex-direction:column;direction:rtl;overflow:hidden;box-shadow:var(--shadow-lg, 0 12px 30px -16px rgba(15, 23, 42, .4))}.device-picker-header{padding:1.25rem 1.25rem .5rem;flex-shrink:0}.device-picker-header h2{margin:0 0 .5rem;font-size:1.1rem;font-weight:700;color:var(--text, #1f2937)}.device-picker-header p{margin:0;font-size:.85rem;color:var(--text-secondary, #4b5563);line-height:1.6;text-align:justify}.device-picker-list{padding:.75rem 1.25rem;overflow-y:auto;flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:.5rem}.device-picker-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;border:1px solid var(--border-strong, #d1d5db);border-radius:10px;background:var(--bg-subtle, #f3f4f6);cursor:pointer;transition:border-color .15s,background .15s}.device-picker-item:hover{border-color:var(--accent-light, #3b82f6)}.device-picker-item.selected{border-color:var(--accent, #1e3a8a);background:var(--accent-subtle, rgba(59, 130, 246, .08))}.device-picker-item input{margin-top:.2rem;flex-shrink:0;accent-color:var(--accent, #1e3a8a)}.device-picker-item-info{flex:1;min-width:0}.device-picker-item-label{font-weight:600;font-size:.9rem;color:var(--text, #1f2937);word-break:break-word}.device-picker-item-meta{font-size:.78rem;color:var(--text-muted, #6b7280);margin-top:.2rem}.device-picker-actions{padding:1rem 1.25rem 1.25rem;display:grid;grid-template-columns:1fr 1fr;gap:.5rem;flex-shrink:0;border-top:1px solid var(--border, #e5e7eb);background:var(--bg-muted, #f9fafb)}.device-picker-btn{width:100%;min-width:0;font-size:.875rem;padding:.55rem .75rem;border-radius:10px;border:none;cursor:pointer;font-family:inherit;white-space:nowrap}.device-picker-btn:disabled{opacity:.55;cursor:not-allowed}.device-picker-btn-cancel{background:var(--bg-elevated, #fff);color:var(--text, #1f2937);border:1px solid var(--border-strong, #d1d5db)}.device-picker-btn-cancel:hover:not(:disabled){background:var(--bg-subtle, #f3f4f6)}.device-picker-btn-primary{background:linear-gradient(135deg,var(--header-grad-start, #1e3a8a) 0%,var(--header-grad-end, #3b82f6) 100%);color:var(--text-inverse, #fff)}@media (max-width: 360px){.device-picker-actions{grid-template-columns:1fr}}.login-container{height:100vh;height:100dvh;max-height:100vh;max-height:100dvh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e3a8a,#3b82f6);padding:.5rem;position:relative;overflow:hidden;box-sizing:border-box}.login-container:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:pulse 8s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.1);opacity:.8}}.login-card{background:#fff;border-radius:12px;padding:.8rem;box-shadow:0 10px 30px #0000004d;width:100%;max-width:var(--content-max, 400px);position:relative;z-index:1;border:1px solid rgba(255,255,255,.2);box-sizing:border-box;display:flex;flex-direction:column;max-height:calc(100vh - 1rem);max-height:calc(100dvh - 1rem);overflow:hidden}.login-header{text-align:center;margin-bottom:.8rem;flex-shrink:0}.login-header h1{font-family:Vazir,sans-serif;color:var(--accent);margin-bottom:.3rem;font-size:1.2rem;font-weight:700;background:linear-gradient(135deg,#1e3a8a,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.login-header p{font-family:Vazir,sans-serif;color:#666;font-size:.7rem;margin:0}.login-form{display:flex;flex-direction:column;gap:.6rem;flex:1;min-height:0}.login-back-link{font-family:Vazir,sans-serif;color:var(--accent);text-decoration:none;font-size:.7rem;text-align:center;padding:.4rem;border-radius:6px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.3rem;margin-top:.2rem;flex-shrink:0}.login-back-link:hover{background:#1e3a8a1a;color:#1e3a8a}.login-privacy-group{margin-top:-.15rem;margin-bottom:.6rem;flex-shrink:0}.login-privacy-checkbox-label{display:flex;align-items:flex-start;gap:.5rem;font-family:Vazir,sans-serif;font-size:.75rem;color:var(--text);cursor:pointer;line-height:1.5}.login-privacy-checkbox{margin-top:.2rem;margin-right:.3rem;width:1rem;height:1rem;flex-shrink:0;accent-color:var(--accent);cursor:pointer}.login-privacy-link{all:unset;color:#2563eb;font-weight:600;text-decoration:underline;cursor:pointer;-webkit-tap-highlight-color:transparent}.login-privacy-link:hover{color:#1d4ed8}.login-privacy-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.login-privacy-modal{background:#fff;border-radius:16px;max-width:480px;width:100%;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d}.login-privacy-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem .5rem}.login-privacy-modal-header h2{font-family:Vazir,sans-serif;font-size:1.1rem;font-weight:700;color:var(--accent);margin:0}.login-privacy-modal-close{all:unset;font-size:1.5rem;color:#6b7280;cursor:pointer;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background .2s}.login-privacy-modal-close:hover{background:#f3f4f6;color:#374151}.login-privacy-modal-body{padding:1.25rem;overflow-y:auto;flex:1}.login-privacy-modal-text{font-family:Vazir,sans-serif;font-size:.85rem;line-height:1.7;color:var(--text);white-space:pre-wrap;word-wrap:break-word;margin:0;direction:rtl;text-align:justify}.form-group{display:flex;flex-direction:column;gap:.3rem;flex-shrink:0}.form-group label{font-family:Vazir,sans-serif;font-weight:600;color:var(--text);font-size:.75rem}.form-group input{font-family:Vazir,sans-serif;min-height:2.75rem;padding:.65rem 1rem;border:1px solid #e0e5eb;border-radius:12px;font-size:.9rem;font-weight:500;color:#1f2937;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;background-color:#fff;box-shadow:0 1px 3px #0000000f;box-sizing:border-box;-webkit-tap-highlight-color:transparent}.form-group input:hover{border-color:#d1d5db;background-color:#fafbfc}.form-group input:focus{outline:none;border-color:var(--accent, #1e3a8a);box-shadow:0 0 0 3px #1e3a8a26}.otp-input-container{display:flex;gap:.5rem;justify-content:center;direction:ltr;margin:.5rem auto;width:100%;max-width:220px}.otp-digit-input{flex:1;min-width:2.75rem;max-width:3.5rem;width:3.25rem;height:3.25rem;min-height:3rem;text-align:center;font-size:1.5rem;font-weight:700;line-height:1.2;padding:.25rem;border:2px solid #e5e7eb;border-radius:10px;background:#fff;transition:all .2s ease;font-family:Vazir,sans-serif;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none}.otp-digit-input::-webkit-outer-spin-button,.otp-digit-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.otp-digit-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.otp-digit-input:disabled{background:#f3f4f6;cursor:not-allowed;opacity:.6}.otp-hint{font-family:Vazir,sans-serif;font-size:.65rem;color:#666;margin-top:.2rem;text-align:center}.otp-countdown{font-family:Vazir,sans-serif;font-size:.75rem;color:var(--accent);font-weight:600;margin-top:.35rem;text-align:center;margin-bottom:0}.otp-lockout{font-family:Vazir,sans-serif;font-size:.7rem;color:#dc2626;margin-top:.5rem;text-align:center;padding:.5rem;background:#fef2f2;border-radius:6px;border:1px solid #fecaca}.otp-lockout strong{color:#991b1b;font-weight:700}.btn-primary{font-family:Vazir,sans-serif;background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;border:none;padding:.5rem;border-radius:8px;font-size:.75rem;font-weight:600;cursor:pointer;transition:filter .08s ease,background .12s ease,opacity .12s ease;flex-shrink:0}.btn-primary:hover:not(:disabled){filter:brightness(1.05)}.btn-secondary{font-family:Vazir,sans-serif;background:transparent;color:var(--accent);border:1px solid var(--accent);padding:.5rem;border-radius:8px;font-size:.75rem;font-weight:600;cursor:pointer;transition:filter .08s ease,background .12s ease,color .12s ease,border-color .12s ease;flex-shrink:0}.btn-secondary:hover{background:var(--accent);color:#fff}.login-otp-actions{display:flex;flex-direction:column;gap:.2rem;flex-shrink:0}.login-otp-actions .login-otp-btn{margin:0;min-height:2.5rem;padding:.4rem .75rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;flex-shrink:0;font-family:Vazir,sans-serif;box-sizing:border-box}.login-otp-actions .login-otp-btn-primary{background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;border:none;font-size:.75rem}.login-otp-actions .login-otp-btn-primary:hover:not(:disabled){filter:brightness(1.05)}.login-otp-actions .login-otp-btn-primary:active:not(:disabled){filter:brightness(.9)}.login-otp-actions .login-otp-btn-primary:disabled{opacity:.7;cursor:not-allowed}.login-otp-actions .login-otp-btn-secondary{background:transparent;color:var(--accent);border:1px solid var(--accent);font-size:.65rem;min-height:2.5rem}.login-otp-actions .login-otp-btn-secondary:hover:not(:disabled){background:var(--accent);color:#fff}.login-otp-actions .login-otp-btn-secondary:active:not(:disabled){filter:brightness(.92)}.login-otp-actions .login-otp-btn-secondary:disabled{opacity:.7;cursor:not-allowed}.error-message{font-family:Vazir,sans-serif;background:#fee;color:#c33;padding:.5rem;border-radius:8px;text-align:center;font-size:.7rem;border-right:2px solid #c33;box-shadow:0 1px 5px #cc33331a;flex-shrink:0}@media (max-width: 480px){.login-container{padding:.3rem}.login-card{padding:.6rem}.login-header{margin-bottom:.6rem}.login-header h1{font-size:1.1rem;margin-bottom:.2rem}.login-header p{font-size:.65rem}.login-form{gap:.5rem}.form-group input{padding:.4rem}.btn-primary,.btn-secondary{padding:.45rem;font-size:.7rem}}.driver-active .driver-overlay,.driver-active *{pointer-events:none}.driver-active .driver-active-element,.driver-active .driver-active-element *,.driver-popover,.driver-popover *{pointer-events:auto}@keyframes animate-fade-in{0%{opacity:0}to{opacity:1}}.driver-fade .driver-overlay{animation:animate-fade-in .2s ease-in-out}.driver-fade .driver-popover{animation:animate-fade-in .2s}.driver-popover{all:unset;box-sizing:border-box;color:#2d2d2d;margin:0;padding:15px;border-radius:5px;min-width:250px;max-width:300px;box-shadow:0 1px 10px #0006;z-index:1000000000;position:fixed;top:0;right:0;background-color:#fff}.driver-popover *{font-family:Helvetica Neue,Inter,ui-sans-serif,"Apple Color Emoji",Helvetica,Arial,sans-serif}.driver-popover-title{font:19px/normal sans-serif;font-weight:700;display:block;position:relative;line-height:1.5;zoom:1;margin:0}.driver-popover-close-btn{all:unset;position:absolute;top:0;right:0;width:32px;height:28px;cursor:pointer;font-size:18px;font-weight:500;color:#d2d2d2;z-index:1;text-align:center;transition:color;transition-duration:.2s}.driver-popover-close-btn:hover,.driver-popover-close-btn:focus{color:#2d2d2d}.driver-popover-title[style*=block]+.driver-popover-description{margin-top:5px}.driver-popover-description{margin-bottom:0;font:14px/normal sans-serif;line-height:1.5;font-weight:400;zoom:1}.driver-popover-footer{margin-top:15px;text-align:right;zoom:1;display:flex;align-items:center;justify-content:space-between}.driver-popover-progress-text{font-size:13px;font-weight:400;color:#727272;zoom:1}.driver-popover-footer button{all:unset;display:inline-block;box-sizing:border-box;padding:3px 7px;text-decoration:none;text-shadow:1px 1px 0 #fff;background-color:#fff;color:#2d2d2d;font:12px/normal sans-serif;cursor:pointer;outline:0;zoom:1;line-height:1.3;border:1px solid #ccc;border-radius:3px}.driver-popover-footer .driver-popover-btn-disabled{opacity:.5;pointer-events:none}:not(body):has(>.driver-active-element){overflow:hidden!important}.driver-no-interaction,.driver-no-interaction *{pointer-events:none!important}.driver-popover-footer button:hover,.driver-popover-footer button:focus{background-color:#f7f7f7}.driver-popover-navigation-btns{display:flex;flex-grow:1;justify-content:flex-end}.driver-popover-navigation-btns button+button{margin-left:4px}.driver-popover-arrow{content:"";position:absolute;border:5px solid #fff}.driver-popover-arrow-side-over{display:none}.driver-popover-arrow-side-left{left:100%;border-right-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-right{right:100%;border-left-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-top{top:100%;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.driver-popover-arrow-side-bottom{bottom:100%;border-left-color:transparent;border-top-color:transparent;border-right-color:transparent}.driver-popover-arrow-side-center{display:none}.driver-popover-arrow-side-left.driver-popover-arrow-align-start,.driver-popover-arrow-side-right.driver-popover-arrow-align-start{top:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-start,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-start{left:15px}.driver-popover-arrow-align-end.driver-popover-arrow-side-left,.driver-popover-arrow-align-end.driver-popover-arrow-side-right{bottom:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-end,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-end{right:15px}.driver-popover-arrow-side-left.driver-popover-arrow-align-center,.driver-popover-arrow-side-right.driver-popover-arrow-align-center{top:50%;margin-top:-5px}.driver-popover-arrow-side-top.driver-popover-arrow-align-center,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-center{left:50%;margin-left:-5px}.driver-popover-arrow-none{display:none}.driver-tour-popover-rtl.driver-popover{direction:rtl;text-align:right;font-family:Vazir,sans-serif;border-radius:16px;padding:2.25rem 1.2rem 1.2rem;box-shadow:0 8px 32px #00000040,0 0 0 1px #0000000d;min-width:280px;max-width:min(360px,calc(100vw - 2rem));position:fixed;margin:0;z-index:1000000001}.driver-tour-popover-rtl .driver-popover-description{font-family:Vazir,sans-serif;font-size:.9rem;line-height:1.6;color:#1f2937;text-align:justify}.driver-tour-popover-rtl .driver-popover-footer{text-align:left;flex-direction:row-reverse;margin-top:1rem}.driver-tour-popover-rtl .driver-popover-navigation-btns{flex-direction:row-reverse;gap:.5rem}.driver-tour-popover-rtl .driver-popover-navigation-btns button+button{margin-left:0;margin-right:4px}.driver-tour-popover-rtl .driver-popover-footer button{font-family:Vazir,sans-serif;padding:.5rem 1rem;font-size:.85rem;font-weight:600;border-radius:8px;border:1px solid #e5e7eb;background:#f3f4f6;color:#374151;text-shadow:none!important}.driver-tour-popover-rtl .driver-popover-footer button:hover,.driver-tour-popover-rtl .driver-popover-footer button:focus{background:#e5e7eb}.driver-tour-popover-rtl .driver-popover-next-btn{background:var(--accent, #3b82f6)!important;color:#fff!important;border-color:var(--accent, #3b82f6)!important;text-shadow:none!important}.driver-tour-popover-rtl .driver-popover-next-btn:hover,.driver-tour-popover-rtl .driver-popover-next-btn:focus{background:#2563eb!important;box-shadow:0 2px 6px #3b82f640}.driver-tour-popover-rtl .driver-popover-close-btn{all:unset;box-sizing:border-box;position:absolute!important;top:.5rem!important;left:.5rem!important;right:auto!important;width:2rem!important;height:2rem!important;min-width:2rem!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:1.35rem!important;line-height:1!important;color:#6b7280!important;cursor:pointer!important;border-radius:8px!important;transition:background .15s ease,color .15s ease;text-shadow:none!important}.driver-tour-popover-rtl .driver-popover-close-btn:hover{background:#f3f4f6!important;color:#374151!important}.driver-tour-popover-rtl .driver-popover-progress-text{font-family:Vazir,sans-serif;font-size:.8rem;color:#6b7280}.service-promo-banner{display:block;margin:0;padding:.44rem .5rem;border-radius:12px;position:relative;overflow:hidden;text-decoration:none;color:inherit;transition:background-color .2s ease;background:#ede9fe;border:none;box-shadow:0 1px 6px #6366f11a;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.service-promo-banner:hover{background:#e0e7ff}.service-promo-banner:active{opacity:.95}.service-promo-banner+.service-promo-banner{margin-top:0}.service-promo-content{display:flex;align-items:center;gap:.75rem;direction:rtl;position:relative;z-index:1}.service-promo-text-wrap{flex:1;min-width:0;display:flex;flex-direction:column;align-items:flex-start;text-align:right}.service-promo-text{font-family:Vazir,sans-serif;font-size:.8rem;font-weight:650;margin:0 0 .12rem;line-height:1.4;letter-spacing:.01em;text-align:right;color:#4c1d95}.service-promo-subtext{display:inline-flex;align-items:center;gap:.35rem;font-size:.7rem;font-weight:550;color:#4c1d95d9;text-align:right}.service-promo-click-icon{width:1.15em;height:1.15em;flex-shrink:0;opacity:.95}.service-promo-icon{flex-shrink:0;width:70px;height:70px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;padding:.2rem;box-sizing:border-box}.service-promo-icon .lazy-image-container,.service-promo-icon picture{width:100%;height:100%;min-width:0;min-height:0;display:flex;align-items:center;justify-content:center}.service-promo-icon .lazy-image,.service-promo-icon picture img{width:100%;height:100%;object-fit:contain;object-position:center;display:block}@media (min-width: 481px){.service-promo-banner{margin:0;padding:.5rem .6rem;border-radius:14px}.service-promo-icon{width:90px;height:90px;padding:.25rem}.service-promo-text{font-size:.8rem;font-weight:650}}@media (max-width: 480px){.service-promo-banner{margin:0;padding:.38rem .44rem;border-radius:10px}.service-promo-banner+.service-promo-banner{margin-top:0}.service-promo-content{gap:.6rem}.service-promo-icon{width:65px;height:65px;padding:.2rem}.service-promo-text{font-size:.8rem;font-weight:650;line-height:1.4}}.promotion-overlay-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;background:var(--bg-overlay);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:1rem;animation:promotion-overlay-fade-in .25s ease-out}@keyframes promotion-overlay-fade-in{0%{opacity:0}to{opacity:1}}.promotion-overlay-card{background:linear-gradient(180deg,var(--bg-elevated) 0%,var(--bg-muted) 100%);color:var(--text);border:1px solid var(--border);border-radius:20px;max-width:360px;width:100%;box-shadow:var(--shadow-lg);overflow:hidden;animation:promotion-overlay-scale-in .3s ease-out}@keyframes promotion-overlay-scale-in{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.promotion-overlay-image-wrap{width:100%;aspect-ratio:4 / 5;background:linear-gradient(135deg,var(--header-grad-start) 0%,var(--header-grad-end) 100%);display:flex;align-items:center;justify-content:center;overflow:hidden}.promotion-overlay-image{width:100%;height:100%;object-fit:cover;display:block}.promotion-overlay-text{font-family:Vazir,sans-serif;font-size:1rem;line-height:1.65;color:var(--text);text-align:center;margin:1.25rem 1.5rem 0;padding:0}.promotion-overlay-btn{font-family:Vazir,sans-serif;display:block;width:calc(100% - 3rem);margin:1.25rem 1.5rem 1.5rem;padding:.85rem 1.5rem;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,var(--header-grad-start) 0%,var(--header-grad-end) 100%);border:none;border-radius:12px;cursor:pointer;box-shadow:var(--shadow-md);transition:transform .15s ease,box-shadow .15s ease,filter .15s ease}.promotion-overlay-btn:hover{transform:translateY(-1px);filter:brightness(1.06);box-shadow:var(--shadow-lg)}.promotion-overlay-btn:active{transform:translateY(0)}.promotion-overlay-text b{color:var(--accent-strong);font-weight:700}[data-theme=dark] .promotion-overlay-image{filter:brightness(.94) contrast(1.03)}[data-theme=dark] .promotion-overlay-text b{color:var(--accent-light)}.ai-enhanced-overlay-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;background:var(--bg-overlay);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:max(.75rem,env(safe-area-inset-top,0px)) max(.75rem,env(safe-area-inset-right,0px)) max(.75rem,env(safe-area-inset-bottom,0px)) max(.75rem,env(safe-area-inset-left,0px));animation:ai-enhanced-overlay-fade-in .25s ease-out}@keyframes ai-enhanced-overlay-fade-in{0%{opacity:0}to{opacity:1}}.ai-enhanced-overlay-card{background:linear-gradient(180deg,var(--bg-elevated) 0%,var(--bg-muted) 100%);color:var(--text);border:1px solid var(--border);border-radius:20px;width:min(440px,calc(100vw - 1.5rem));max-width:440px;max-height:calc(100dvh - 1.5rem - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px));box-shadow:var(--shadow-lg);overflow:hidden;display:flex;flex-direction:column;animation:ai-enhanced-overlay-scale-in .3s ease-out}@keyframes ai-enhanced-overlay-scale-in{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.ai-enhanced-overlay-scroll{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.ai-enhanced-overlay-image-wrap{width:100%;aspect-ratio:4 / 5;max-height:min(48vh,440px);background:linear-gradient(135deg,var(--header-grad-start) 0%,var(--header-grad-end) 100%);display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.ai-enhanced-overlay-image{width:100%;height:100%;object-fit:cover;display:block}.ai-enhanced-overlay-copy{margin:1.15rem 1.35rem .25rem;padding-bottom:.25rem}.ai-enhanced-overlay-headline{font-family:Vazir,sans-serif;font-size:1.05rem;line-height:1.6;color:var(--text);text-align:center;font-weight:700;margin:0 0 .65rem;padding:0}.ai-enhanced-overlay-body{font-family:Vazir,sans-serif;font-size:.94rem;line-height:1.65;color:var(--text-secondary);text-align:justify;margin:0 0 .55rem;padding:0}.ai-enhanced-overlay-body:last-child{margin-bottom:0}.ai-enhanced-overlay-btn{font-family:Vazir,sans-serif;display:block;width:calc(100% - 2.5rem);margin:.85rem 1.25rem max(1rem,env(safe-area-inset-bottom,0px));padding:.85rem 1.25rem;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,var(--header-grad-start) 0%,var(--header-grad-end) 100%);border:none;border-radius:12px;cursor:pointer;flex-shrink:0;box-shadow:var(--shadow-md);transition:transform .15s ease,box-shadow .15s ease,filter .15s ease}.ai-enhanced-overlay-btn:hover{transform:translateY(-1px);filter:brightness(1.06);box-shadow:var(--shadow-lg)}.ai-enhanced-overlay-btn:active{transform:translateY(0)}@media (max-width: 480px){.ai-enhanced-overlay-backdrop{align-items:center;padding:max(.5rem,env(safe-area-inset-top,0px)) max(.5rem,env(safe-area-inset-right,0px)) max(.5rem,env(safe-area-inset-bottom,0px)) max(.5rem,env(safe-area-inset-left,0px))}.ai-enhanced-overlay-card{width:calc(100vw - 1rem);max-width:none;border-radius:16px;height:80dvh;min-height:80dvh;max-height:80dvh}.ai-enhanced-overlay-scroll{display:flex;flex-direction:column}.ai-enhanced-overlay-image-wrap{flex:1 1 auto;width:100%;min-height:0;max-height:none;aspect-ratio:auto}.ai-enhanced-overlay-copy{margin:.9rem 1rem .15rem}.ai-enhanced-overlay-headline{font-size:.88rem;line-height:1.55;margin-bottom:.5rem}.ai-enhanced-overlay-body{font-size:.8rem;line-height:1.55;margin-bottom:.45rem}.ai-enhanced-overlay-btn{width:calc(100% - 1.75rem);margin:.7rem .875rem max(.75rem,env(safe-area-inset-bottom,0px));padding:.72rem 1rem;font-size:.9rem}}@media (max-width: 360px){.ai-enhanced-overlay-headline{font-size:.82rem}.ai-enhanced-overlay-body{font-size:.75rem;line-height:1.5}.ai-enhanced-overlay-copy{margin:.75rem .85rem .1rem}}[data-theme=dark] .ai-enhanced-overlay-image{filter:brightness(.94) contrast(1.03)}.cowork-banner{display:block;width:100%;margin:0;padding:.44rem .5rem;border-radius:12px;border:none;background:#ede9fe;color:#4c1d95;cursor:pointer;transition:background-color .2s ease;box-shadow:0 1px 6px #6366f11a;text-align:right;font-family:Vazir,sans-serif;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.cowork-banner:hover,.cowork-banner:active{background:#e0e7ff}.cowork-banner-content{display:flex;align-items:center;gap:.75rem;direction:rtl;min-height:70px}.cowork-banner-text-wrap{flex:1;min-width:0}.cowork-banner-text{font-size:.8rem;font-weight:650;margin:0 0 .12rem;line-height:1.4;color:#4c1d95;text-align:right}.cowork-banner-subtext{font-size:.7rem;font-weight:550;color:#4c1d95d9;text-align:right}.cowork-banner-logo{flex-shrink:0;width:70px;height:70px;display:flex;align-items:center;justify-content:center;padding:.2rem;box-sizing:border-box;overflow:hidden;background:transparent;border:none}.cowork-banner-logo .lazy-image-container.cowork-banner-logo-img,.cowork-banner-logo picture{width:100%;height:100%;min-width:0;min-height:0;display:flex;align-items:center;justify-content:center}.cowork-banner-logo .lazy-image,.cowork-banner-logo picture img{width:100%;height:100%;object-fit:contain;object-position:center;display:block}.cowork-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;overflow-y:auto;-webkit-overflow-scrolling:touch}.cowork-overlay-content{background:#fff;border-radius:24px;width:100%;max-width:500px;max-height:calc(100vh - 2rem);overflow-y:auto;-webkit-overflow-scrolling:touch;box-shadow:0 20px 60px #0000004d;animation:fadeInOverlay .3s ease-out}@keyframes fadeInOverlay{0%{opacity:0;transform:scale(.95) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.cowork-overlay-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.5rem .5rem;direction:rtl}.cowork-overlay-header h2{font-family:Vazir,sans-serif;font-size:1.25rem;font-weight:700;color:#1a1a1a;margin:0}.cowork-overlay-close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border:none;border-radius:10px;color:#6b7280;cursor:pointer;transition:all .2s;flex-shrink:0}.cowork-overlay-close:hover{background:#e5e7eb;color:#374151}.cowork-overlay-close svg{width:20px;height:20px}.cowork-form{padding:1.5rem;direction:rtl}.cowork-form-group{margin-bottom:1.5rem}.cowork-form-group:last-of-type{margin-bottom:1.75rem}.cowork-form-label{display:block;font-family:Vazir,sans-serif;font-size:.9rem;font-weight:600;color:#374151;margin-bottom:.5rem;line-height:1.5;text-align:right}.cowork-form-hint{font-size:.8rem;font-weight:400;color:#6b7280;display:block;margin-top:.25rem}.cowork-form-input,.cowork-form-textarea{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:12px;font-family:Vazir,sans-serif;font-size:.95rem;color:#1a1a1a;background:#fff;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.cowork-form-input:focus,.cowork-form-textarea:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}.cowork-form-textarea{resize:vertical;min-height:80px;line-height:1.6}.cowork-form-actions{display:flex;gap:.75rem;justify-content:flex-end}.cowork-form-cancel,.cowork-form-submit{padding:.75rem 1.5rem;border-radius:12px;font-family:Vazir,sans-serif;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s;border:none}.cowork-form-cancel{background:#f3f4f6;color:#374151}.cowork-form-cancel:hover:not(:disabled){background:#e5e7eb}.cowork-form-submit{background:linear-gradient(135deg,#8b5cf6,#6366f1);color:#fff;box-shadow:0 4px 12px #8b5cf64d}.cowork-form-submit:hover:not(:disabled){background:linear-gradient(135deg,#9d6af7,#7275f2);box-shadow:0 6px 16px #8b5cf666;transform:translateY(-1px)}.cowork-form-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.cowork-form-cancel:disabled{opacity:.6;cursor:not-allowed}.cowork-success{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem 1.5rem 1.5rem;direction:rtl;text-align:center}.cowork-success-icon{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#10b981,#059669);color:#fff;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 1px #ffffff40 inset,0 12px 24px -10px #10b9818c}.cowork-success-icon svg{width:32px;height:32px}.cowork-success-text{margin:0;font-family:Vazir,sans-serif;font-size:1rem;font-weight:600;line-height:1.95;color:#1a1a1a;max-width:360px}.cowork-success-close-btn{margin-top:.5rem;padding:.65rem 2.25rem;border:none;border-radius:12px;background:linear-gradient(135deg,#8b5cf6,#6366f1);color:#fff;font-family:Vazir,sans-serif;font-size:.95rem;font-weight:700;cursor:pointer;box-shadow:0 4px 12px #8b5cf64d;transition:filter .15s ease,transform .12s ease}.cowork-success-close-btn:hover{filter:brightness(1.05)}.cowork-success-close-btn:active{transform:scale(.98)}@media (max-width: 480px){.cowork-success{padding:1.75rem 1.25rem 1.25rem}.cowork-success-icon{width:56px;height:56px}.cowork-success-icon svg{width:28px;height:28px}.cowork-success-text{font-size:.95rem}}@media (min-width: 481px){.cowork-banner{padding:.5rem .6rem;border-radius:14px}.cowork-banner-content{min-height:90px}.cowork-banner-logo{width:90px;height:90px;padding:.25rem}}@media (max-width: 480px){.cowork-banner{padding:.38rem .44rem;border-radius:10px}.cowork-banner-content{min-height:65px}.cowork-banner-logo{width:65px;height:65px;padding:.2rem}.cowork-overlay-content{border-radius:20px;max-height:calc(100vh - 1rem)}.cowork-overlay-header{padding:1.25rem 1.25rem .875rem}.cowork-overlay-header h2{font-size:1.1rem}.cowork-form{padding:1.25rem}.cowork-form-group{margin-bottom:1.25rem}.cowork-form-actions{flex-direction:column-reverse}.cowork-form-cancel,.cowork-form-submit{width:100%}}@media (min-width: 1024px) and (display-mode: browser){.main-content-lawyer-nonchat .home-quiz-cowork-row .cowork-banner{margin-bottom:0}}.advertisement-banner{display:block;width:100%;margin:0;padding:.44rem .5rem;border-radius:12px;border:none;background:#fef3c7;color:#92400e;cursor:pointer;transition:background-color .2s ease;box-shadow:0 1px 6px #f59e0b24;text-align:right;font-family:Vazir,sans-serif;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.advertisement-banner:hover,.advertisement-banner:active{background:#fde68a}.advertisement-banner-content{display:flex;align-items:center;gap:.75rem;direction:rtl;min-height:70px}.advertisement-banner-text-wrap{flex:1;min-width:0}.advertisement-banner-text{font-size:.8rem;font-weight:650;margin:0 0 .12rem;line-height:1.4;color:#92400e;text-align:right}.advertisement-banner-subtext{font-size:.7rem;font-weight:550;color:#92400ee0;text-align:right}.advertisement-banner-logo{flex-shrink:0;width:70px;height:70px;display:flex;align-items:center;justify-content:center;padding:.2rem;box-sizing:border-box;overflow:hidden;background:transparent;border:none}.advertisement-banner-logo .lazy-image-container.advertisement-banner-logo-img,.advertisement-banner-logo picture{width:100%;height:100%;min-width:0;min-height:0;display:flex;align-items:center;justify-content:center}.advertisement-banner-logo .lazy-image,.advertisement-banner-logo picture img{width:100%;height:100%;object-fit:contain;object-position:center;display:block}[data-theme=dark] .advertisement-banner{background:#f59e0b24;color:#fcd34d;box-shadow:0 1px 6px #0003}[data-theme=dark] .advertisement-banner:hover,[data-theme=dark] .advertisement-banner:active{background:#f59e0b38}[data-theme=dark] .advertisement-banner-text{color:#fcd34d}[data-theme=dark] .advertisement-banner-subtext{color:#fcd34dd1}.bale-link-widget{display:block;width:100%;margin:0;padding:1rem .9rem;border:none;border-radius:16px;position:relative;overflow:hidden;background:#ecfdf5;box-shadow:0 1px 6px #16a34a1a;color:inherit;cursor:pointer;transition:background-color .2s ease,border-color .2s ease;direction:rtl;text-align:right;font-family:Vazir,sans-serif;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.bale-link-widget:hover{background:#d1fae5}.bale-link-widget:active{opacity:.95}.bale-link-widget-content{display:flex;align-items:center;gap:.75rem;position:relative;z-index:1}.bale-link-widget-main{flex:1;min-width:0}.bale-link-widget-line{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem;margin:0;font-family:Vazir,sans-serif;font-size:.85rem;font-weight:700;color:#065f46;line-height:1.45;text-align:right}.bale-link-widget-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:1.35rem;height:1.35rem}.bale-link-widget-logo{display:block;width:100%;height:100%}.bale-link-widget-text{flex:1;min-width:0}.bale-link-widget-badge{display:inline-flex;align-items:center;padding:.15rem .45rem;border-radius:8px;background:#16a34a1f;border:1px solid rgba(22,163,74,.28);color:#15803d;font-size:.7rem;font-weight:700;line-height:1.2}.bale-link-widget-chevron{flex-shrink:0;color:#059669;display:flex;align-items:center;justify-content:center}.bale-link-modal-logo{width:2.5rem;height:2.5rem;flex-shrink:0}.bale-link-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;background:#0f172a73;display:flex;align-items:center;justify-content:center;padding:1rem}.bale-link-modal{position:relative;width:min(100%,420px);max-height:min(90vh,560px);overflow-y:auto;background:#fff;border-radius:18px;padding:1.25rem 1.1rem 1.1rem;box-shadow:0 20px 50px #0f172a38;direction:rtl;text-align:right}.bale-link-close{position:absolute;top:.65rem;left:.75rem;border:none;background:transparent;font-size:1.5rem;line-height:1;color:#64748b;cursor:pointer}.bale-link-modal-head{display:flex;align-items:center;gap:.75rem;margin-bottom:.85rem}.bale-link-modal-head h2{margin:0;font-size:1rem;font-weight:800;color:#065f46}.bale-link-modal-body{display:flex;flex-direction:column;gap:.65rem;font-size:.82rem;line-height:1.65;color:#334155;text-align:right}.bale-link-modal-body p{margin:0;text-align:right}.bale-link-warning{margin:.15rem 0 0;padding:.55rem .65rem;border-radius:10px;background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;font-weight:600;text-align:right}.bale-link-cta{display:flex;align-items:center;justify-content:center;margin-top:1rem;padding:.65rem 1rem;border-radius:12px;background:linear-gradient(135deg,#16a34a,#15803d);color:#fff;font-weight:700;text-decoration:none;box-shadow:0 4px 14px #16a34a47}.bale-link-cta:hover{filter:brightness(1.05)}@media (min-width: 481px){.bale-link-widget{padding:1rem;border-radius:18px}.bale-link-widget-line{font-size:.8rem}}@media (max-width: 480px){.bale-link-widget{padding:.9rem .85rem}.bale-link-widget-line{font-size:.75rem}}[data-theme=dark] .bale-link-widget{background:#16a34a24;box-shadow:0 1px 8px #00000059}[data-theme=dark] .bale-link-widget:hover{background:#16a34a38}[data-theme=dark] .bale-link-widget-line{color:#86efac}[data-theme=dark] .bale-link-widget-chevron{color:#34d399}[data-theme=dark] .bale-link-widget-badge{background:#16a34a33;border-color:#34d39959;color:#86efac}[data-theme=dark] .bale-link-modal{background:var(--bg-card);color:var(--text)}[data-theme=dark] .bale-link-modal-body{color:var(--text-muted, #cbd5e1)}[data-theme=dark] .bale-link-modal-head h2{color:#86efac}[data-theme=dark] .bale-link-warning{background:#7f1d1d40;border-color:#f8717159;color:#fca5a5}.legal-quiz-trigger{display:block;width:100%;margin:0;padding:.44rem .5rem;border-radius:12px;border:none;background:#ede9fe;color:#4c1d95;cursor:pointer;transition:background-color .2s ease;box-shadow:0 1px 6px #6366f11a;text-align:right;font-family:Vazir,sans-serif;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.legal-quiz-trigger:hover{background:#e0e7ff}.legal-quiz-trigger-content{display:flex;gap:.75rem;direction:rtl;min-height:70px;align-items:center}.legal-quiz-trigger-text-wrap{flex:1;min-width:0}.legal-quiz-trigger-text{font-size:.8rem;font-weight:650;margin:0 0 .12rem;line-height:1.4;color:#4c1d95}.legal-quiz-trigger-subtext{font-size:.7rem;font-weight:550;color:#4c1d95d9}.legal-quiz-trigger-icon{flex-shrink:0;width:70px;height:70px;display:flex;align-items:center;justify-content:center;padding:.2rem;box-sizing:border-box;overflow:hidden}.legal-quiz-trigger-icon .lazy-image-container.legal-quiz-trigger-icon-img,.legal-quiz-trigger-icon picture{width:100%;height:100%;min-width:0;min-height:0;display:flex;align-items:center;justify-content:center}.legal-quiz-trigger-icon .lazy-image,.legal-quiz-trigger-icon picture img{width:100%;height:100%;object-fit:contain;object-position:center;display:block}@media (min-width: 481px){.legal-quiz-trigger{padding:.5rem .6rem;border-radius:14px}.legal-quiz-trigger-content{min-height:90px}.legal-quiz-trigger-icon{width:90px;height:90px;padding:.25rem}}@media (max-width: 480px){.legal-quiz-trigger{padding:.38rem .44rem;border-radius:10px}.legal-quiz-trigger-content{min-height:65px}.legal-quiz-trigger-icon{width:65px;height:65px;padding:.2rem}}.legal-quiz-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;overflow-y:auto;-webkit-overflow-scrolling:touch}.legal-quiz-overlay-content{background:#fff;border-radius:20px;width:100%;max-width:500px;max-height:calc(100vh - 2rem);overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px #00000040;animation:legalQuizFadeIn .3s ease-out}@keyframes legalQuizFadeIn{0%{opacity:0;transform:scale(.96) translateY(-16px)}to{opacity:1;transform:scale(1) translateY(0)}}.legal-quiz-overlay-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem .5rem;flex-shrink:0;direction:rtl}.legal-quiz-overlay-header h2{font-family:Vazir,sans-serif;font-size:1.15rem;font-weight:700;color:#1a1a1a;margin:0}.legal-quiz-overlay-close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border:none;border-radius:10px;color:#6b7280;cursor:pointer;transition:all .2s;flex-shrink:0}.legal-quiz-overlay-close:hover{background:#e5e7eb;color:#374151}.legal-quiz-overlay-close svg{width:20px;height:20px}.legal-quiz-overlay-body{flex:1;overflow-y:auto;padding:1.25rem;direction:rtl}.legal-quiz-intro{display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}.legal-quiz-intro-hero{display:flex;flex-direction:column;align-items:center;gap:.75rem}.legal-quiz-intro-graphic{width:120px;height:120px;display:flex;align-items:center;justify-content:center}.legal-quiz-intro-graphic .lazy-image-container.legal-quiz-intro-icon-img,.legal-quiz-intro-graphic picture{width:100%;height:100%;display:block}.legal-quiz-intro-graphic .lazy-image,.legal-quiz-intro-graphic picture img{width:100%;height:100%;object-fit:contain;object-position:center;display:block}.legal-quiz-intro-title{font-family:Vazir,sans-serif;font-size:1.4rem;font-weight:700;color:#4c1d95;margin:0}.legal-quiz-intro-steps{display:flex;flex-direction:column;gap:1rem;text-align:right;width:100%}.legal-quiz-intro-step{display:flex;align-items:flex-start;gap:.75rem}.legal-quiz-intro-step-icon{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#8b5cf6}.legal-quiz-intro-step-icon svg{width:24px;height:24px}.legal-quiz-intro-text{font-size:.95rem;line-height:1.6;color:#374151;margin:0;flex:1}.legal-quiz-start-btn{padding:.85rem 2rem;border-radius:12px;font-family:Vazir,sans-serif;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#8b5cf6,#6366f1);border:none;cursor:pointer;transition:all .2s}.legal-quiz-start-btn:hover{background:linear-gradient(135deg,#9d6af7,#7275f2);transform:translateY(-1px)}.legal-quiz-overlay-loading{display:flex;align-items:center;justify-content:center;padding:2rem;color:#6b7280;font-size:.95rem}.legal-quiz-overlay-done{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem 0 .5rem;text-align:center}.legal-quiz-done-icon{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#10b981,#059669);color:#fff;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 1px #ffffff40 inset,0 12px 24px -10px #10b9818c}.legal-quiz-done-icon svg{width:32px;height:32px}.legal-quiz-done-text{font-family:Vazir,sans-serif;font-size:1rem;font-weight:600;color:#1a1a1a;margin:0;line-height:1.95;max-width:360px}.legal-quiz-close-overlay-btn{padding:.75rem 1.5rem;border-radius:10px;font-family:Vazir,sans-serif;font-size:.95rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#8b5cf6,#6366f1);border:none;cursor:pointer;transition:all .2s}.legal-quiz-close-overlay-btn:hover{background:linear-gradient(135deg,#9d6af7,#7275f2)}.legal-quiz-result{display:flex;flex-direction:column;gap:1rem}.legal-quiz-result-badge{padding:.6rem 1rem;border-radius:10px;font-weight:600;font-size:.95rem}.legal-quiz-result-badge.correct{background:#dcfce7;color:#16a34a}.legal-quiz-result-badge.wrong{background:#fee2e2;color:#dc2626}.legal-quiz-result-correct{font-size:.95rem;color:#374151;margin:0;line-height:1.5}.legal-quiz-result-explanation{background:#f9fafb;padding:1rem;border-radius:12px;font-size:.9rem;line-height:1.6;color:#4b5563}.legal-quiz-result-explanation p{margin:0 0 .5rem}.legal-quiz-result-explanation p:last-child{margin-bottom:0}.legal-quiz-importance{margin-top:.5rem!important}.legal-quiz-links{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem;justify-content:center}.legal-quiz-link{display:inline-block;padding:.4rem .8rem;border-radius:8px;font-size:.85rem;font-weight:500;color:#8b5cf6;background:#8b5cf61a;text-decoration:none;transition:all .2s}.legal-quiz-link:hover{background:#8b5cf633}.legal-quiz-next-btn{padding:.75rem 1.5rem;border-radius:10px;font-family:Vazir,sans-serif;font-size:.95rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#8b5cf6,#6366f1);border:none;cursor:pointer;transition:all .2s}.legal-quiz-next-btn:hover{background:linear-gradient(135deg,#9d6af7,#7275f2)}.legal-quiz-content{display:flex;flex-direction:column;gap:1.25rem}.legal-quiz-question{font-size:1rem;font-weight:600;color:#1a1a1a;margin:0;line-height:1.6}.legal-quiz-choices{display:flex;flex-direction:column;gap:.6rem}.legal-quiz-choice{width:100%;padding:.9rem 1rem;border-radius:12px;font-family:Vazir,sans-serif;font-size:.95rem;font-weight:500;text-align:right;background:#f9fafb;border:2px solid #e5e7eb;color:#374151;cursor:pointer;transition:all .2s}.legal-quiz-choice:hover:not(:disabled){border-color:#8b5cf6;background:#8b5cf60d;color:#4c1d95}.legal-quiz-choice:disabled{opacity:.7;cursor:not-allowed}@media (max-width: 480px){.legal-quiz-trigger{padding:.7rem .8rem}.legal-quiz-trigger-text{font-size:.95rem}.legal-quiz-trigger-subtext{font-size:.8rem}.legal-quiz-overlay-content{border-radius:18px;max-height:calc(100vh - 1rem)}.legal-quiz-overlay-header{padding:.875rem 1rem}.legal-quiz-overlay-body{padding:1rem}.legal-quiz-done-icon{width:56px;height:56px}.legal-quiz-done-icon svg{width:28px;height:28px}.legal-quiz-done-text{font-size:.95rem}}.closest-reminder-banner{display:block;margin:0;padding:1rem .9rem;border-radius:16px;position:relative;overflow:hidden;text-decoration:none;color:inherit;transition:background-color .2s ease,border-color .2s ease;direction:rtl;text-align:right;background:#ede9fe;border:none;box-shadow:0 1px 6px #6366f11a;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.closest-reminder-banner:hover{background:#e0e7ff}.closest-reminder-banner:active{opacity:.95}.closest-reminder-content{display:flex;align-items:center;gap:.75rem;position:relative;z-index:1}.closest-reminder-main{flex:1;min-width:0}.closest-reminder-title{font-family:Vazir,sans-serif;font-size:.85rem;font-weight:700;color:#3730a3;margin:0 0 .5rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.closest-reminder-meta{display:flex;flex-direction:column;gap:.35rem}.closest-reminder-datetime{display:flex;align-items:center;gap:.35rem;font-family:Vazir,sans-serif;font-size:.8rem;color:#4338ca;font-weight:600}.closest-reminder-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:1.05rem;height:1.05rem;color:inherit}.closest-reminder-icon svg{display:block;width:100%;height:100%}.closest-reminder-time-until{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem .15rem;font-family:Vazir,sans-serif;font-size:.8rem;margin:0;line-height:1.4}.closest-reminder-countdown-pill{display:inline-flex;align-items:center;justify-content:center;font-weight:700;padding:.2rem .45rem;border-radius:8px;line-height:1.2}.closest-reminder-countdown-days,.closest-reminder-countdown-hours,.closest-reminder-countdown-minutes{background:#6366f11a;color:#4338ca;border:1px solid rgba(99,102,241,.28)}.closest-reminder-countdown-sep,.closest-reminder-countdown-suffix{color:#4338ca;font-weight:600}.closest-reminder-chevron{flex-shrink:0;color:#4f46e5;display:flex;align-items:center;justify-content:center}@media (min-width: 481px){.closest-reminder-banner{margin:0;padding:1rem;border-radius:18px}.closest-reminder-title{font-size:.8rem}.closest-reminder-datetime,.closest-reminder-time-until{font-size:.7rem}.closest-reminder-countdown-pill{padding:.25rem .5rem}}@media (max-width: 480px){.closest-reminder-banner{padding:.9rem .85rem}.closest-reminder-title{font-size:.75rem}.closest-reminder-datetime,.closest-reminder-time-until{font-size:.7rem}}.website-visits-badge{display:flex;align-items:center;gap:.65rem;margin:0 0 1rem;padding:.75rem 1rem;border-radius:14px;text-decoration:none;color:inherit;direction:rtl;text-align:right;position:relative;overflow:hidden;transition:background .2s ease,border-color .2s ease,transform .15s ease;background:#ede9fe;border:none;box-shadow:0 1px 6px #6366f11a;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.website-visits-badge:hover{background:#e0e7ff;transform:translateY(-1px)}.website-visits-badge:active{transform:translateY(0);opacity:.98}.website-visits-icon{flex-shrink:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;color:#4f46e5}.website-visits-icon svg{width:1.35rem;height:1.35rem}.website-visits-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:.1rem}.website-visits-number{font-family:Vazir,sans-serif;font-size:1.15rem;font-weight:800;line-height:1.2;color:#3730a3;letter-spacing:.02em}.website-visits-label{font-family:Vazir,sans-serif;font-size:.7rem;font-weight:600;color:#4338ca;line-height:1.2;text-align:right}.website-visits-chevron{flex-shrink:0;width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;color:#4f46e5}.website-visits-chevron svg{width:100%;height:100%}@media (min-width: 481px){.website-visits-badge{padding:.85rem 1.1rem;border-radius:16px;gap:.75rem}.website-visits-icon{width:2.25rem;height:2.25rem}.website-visits-icon svg{width:1.5rem;height:1.5rem}.website-visits-number{font-size:1.25rem}.website-visits-label{font-size:.7rem}}@media (max-width: 480px){.website-visits-badge{padding:.65rem .9rem;gap:.55rem}.website-visits-number{font-size:1.05rem}.website-visits-label{font-size:.65rem}}.sitemaker-in-progress-badge{display:flex;align-items:center;gap:.65rem;margin:0 0 1rem;padding:.75rem 1rem;border-radius:14px;text-decoration:none;color:inherit;direction:rtl;text-align:right;position:relative;overflow:hidden;transition:background .2s ease,border-color .2s ease,transform .15s ease;background:#ede9fe;border:none;box-shadow:0 1px 6px #6366f11a;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.sitemaker-in-progress-badge:hover{background:#e0e7ff;transform:translateY(-1px)}.sitemaker-in-progress-badge:active{transform:translateY(0);opacity:.98}.sitemaker-in-progress-icon{flex-shrink:0;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;color:#0d9488}.sitemaker-in-progress-icon svg{width:1.5rem;height:1.5rem}.sitemaker-in-progress-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:.1rem;align-items:flex-end}.sitemaker-in-progress-label{font-family:Vazir,sans-serif;font-size:.8rem;font-weight:700;color:#4338ca;line-height:1.2}.sitemaker-in-progress-chevron{flex-shrink:0;width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;color:#4f46e5}.sitemaker-in-progress-chevron svg{width:100%;height:100%}@media (min-width: 481px){.sitemaker-in-progress-badge{padding:.85rem 1.1rem;border-radius:16px;gap:.75rem}.sitemaker-in-progress-label{font-size:.7rem}}@media (max-width: 480px){.sitemaker-in-progress-badge{padding:.65rem .9rem;gap:.55rem}.sitemaker-in-progress-label{font-size:.7rem}}.continue-last-chat-banner{display:flex;align-items:center;gap:.65rem;margin:0 0 1rem;padding:.85rem 1rem;border-radius:14px;text-decoration:none;color:inherit;direction:rtl;text-align:right;background:#ede9fe;border:none;transition:background .2s ease,transform .15s ease;box-shadow:0 1px 6px #6366f11a;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.continue-last-chat-banner:hover{background:#e0e7ff;transform:translateY(-1px)}.continue-last-chat-banner:active{opacity:.98}.continue-last-chat-icon{font-size:1.35rem;line-height:1;flex-shrink:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;color:#4f46e5}.continue-last-chat-icon svg{width:1.35rem;height:1.35rem}.continue-last-chat-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:.2rem}.continue-last-chat-label{font-family:Vazir,sans-serif;font-size:.7rem;font-weight:600;color:#4338ca}.continue-last-chat-service{font-family:Vazir,sans-serif;font-size:.58rem;font-weight:600;color:#3730a3;line-height:1.2}.continue-last-chat-chevron{flex-shrink:0;width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;color:#4f46e5}.continue-last-chat-chevron svg{width:100%;height:100%}@media (min-width: 1024px) and (display-mode: browser){.continue-last-chat-label{font-size:.7rem}.continue-last-chat-service{font-size:.58rem}}.home-parsivakil-links-row{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;width:100%;margin-top:0;margin-bottom:1.5rem}@media (min-width: 1024px) and (display-mode: browser){.main-content-lawyer-nonchat .home-parsivakil-links-row{margin-bottom:2.5rem}}.home-parsivakil-link{min-width:0;display:flex;align-items:center;justify-content:center;gap:.45rem;min-height:2.75rem;padding:.55rem .85rem;background:linear-gradient(180deg,#f8fafc,#f1f5f9);border:none;border-radius:10px;text-align:center;font-family:Vazir,sans-serif;text-decoration:none;transition:background .2s ease;-webkit-tap-highlight-color:transparent}.home-parsivakil-link:hover{background:linear-gradient(180deg,#f1f5f9,#e2e8f0)}.home-parsivakil-link:active{background:linear-gradient(180deg,#f8fafc,#f1f5f9)}.home-parsivakil-link-label{font-size:.78rem;font-weight:600;color:#475569;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-parsivakil-link-icon{width:1.2rem;height:1.2rem;flex-shrink:0;color:#64748b}.latest-news-widget{display:flex;align-items:center;gap:.5rem;width:100%;min-height:2.2rem;padding:.4rem .75rem;margin-bottom:0;background:linear-gradient(180deg,#f8fafc,#f1f5f9);border:none;border-radius:8px;cursor:pointer;text-align:right;font-family:Vazir,sans-serif;transition:background .2s ease;-webkit-tap-highlight-color:transparent}.latest-news-widget:hover{background:linear-gradient(180deg,#f1f5f9,#e2e8f0)}.latest-news-widget:active{background:#e2e8f0}.latest-news-widget-badge{flex-shrink:0;font-size:.65rem;font-weight:600;color:#64748b;background:#e2e8f0;padding:.15rem .4rem;border-radius:4px}.latest-news-widget-title{flex:1;font-size:.75rem;color:#475569;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.latest-news-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:latestNewsFadeIn .2s ease}@keyframes latestNewsFadeIn{0%{opacity:0}to{opacity:1}}.latest-news-modal{background:#fff;border-radius:12px;max-width:420px;width:100%;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 10px 40px #0000004d;animation:latestNewsModalIn .2s ease;overflow:hidden}@keyframes latestNewsModalIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.latest-news-modal-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;padding:1rem 1.2rem;background:linear-gradient(135deg,#334155,#475569)}.latest-news-modal-title{flex:1;font-family:Vazir,sans-serif;font-size:.9rem;font-weight:700;color:#fff;margin:0;line-height:1.4}.latest-news-modal-close{background:#ffffff29;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:.4rem;border-radius:10px;width:2.25rem;height:2.25rem;flex-shrink:0;transition:background .2s ease,color .2s ease}.latest-news-modal-close:hover{background:#ffffff42}.latest-news-modal-close svg{width:1.2rem;height:1.2rem}.latest-news-modal-content{padding:1rem 1.2rem 1.5rem;overflow-y:auto;overflow-x:hidden;flex:1;min-height:0;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain}.latest-news-source-row{margin:.5rem 0}.latest-news-source-bottom{margin-top:.5rem;margin-bottom:0;padding-top:.75rem}.latest-news-source-link{display:inline-flex;align-items:center;gap:.3rem;font-family:Vazir,sans-serif;font-size:.8rem;font-weight:600;color:var(--accent, #1e3a8a);text-decoration:none;transition:color .2s ease}.latest-news-source-link:hover{color:#3b82f6}.latest-news-source-link:after{content:"←";font-size:.7rem;opacity:.8}.latest-news-summary-wrap{margin-bottom:.5rem;padding:1rem 1.1rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.latest-news-summary-title{font-family:Vazir,sans-serif;font-size:.7rem;font-weight:700;color:var(--accent, #1e3a8a);margin:0 0 .5rem;text-align:right}.latest-news-summary{font-family:Vazir,sans-serif;font-size:.8rem!important;line-height:1.85;color:#374151;text-align:justify}.latest-news-summary p{margin:.45rem 0;font-size:.8rem!important}.latest-news-summary p:first-child{margin-top:0}.latest-news-summary p:last-child{margin-bottom:0}.latest-news-summary blockquote{margin:.5rem 0;padding:.45rem .7rem;border-right:3px solid var(--accent, #1e3a8a);background:#f0f4ff;border-radius:4px;font-style:italic;font-size:.65rem}.latest-news-summary b{font-weight:700}.latest-news-summary h3{font-size:.7rem;font-weight:700;margin:.8rem 0 .4rem;color:var(--accent, #1e3a8a)}.latest-news-summary hr{border:none;border-top:1px solid #e5e7eb;margin:.8rem 0}.home-promo-write-edit-art{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;-webkit-user-select:none;user-select:none}.home-promo-write-edit-art-stage{position:absolute;left:0;top:0;bottom:0;width:min(62%,12.5rem);max-width:100%}.home-promo-write-edit-art-glow{position:absolute;top:50%;left:2.75rem;width:6.5rem;height:6.5rem;transform:translate(-50%,-50%);border-radius:999px;background:radial-gradient(circle,#3b82f647,#3b82f600 70%);animation:home-promo-write-edit-glow 3.8s ease-in-out infinite}.home-promo-write-edit-particles{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.home-promo-write-edit-particles span{position:absolute;width:.22rem;height:.22rem;border-radius:999px;background:#2563eb73;animation:home-promo-write-edit-particle 4.5s ease-in-out infinite}.home-promo-write-edit-particles span:nth-child(1){left:12%;top:22%;animation-delay:0s}.home-promo-write-edit-particles span:nth-child(2){left:28%;top:68%;animation-delay:.9s}.home-promo-write-edit-particles span:nth-child(3){left:44%;top:34%;animation-delay:1.6s}.home-promo-write-edit-particles span:nth-child(4){left:8%;top:52%;animation-delay:2.2s}.home-promo-write-edit-particles span:nth-child(5){left:36%;top:14%;animation-delay:3s}.home-promo-write-edit-art-svg{position:absolute;left:.2rem;top:50%;width:calc(100% - .35rem);height:auto;max-height:94%;transform:translateY(-50%)}.home-promo-write-edit-doc-stack{transform-origin:147px 58px;animation:home-promo-write-edit-float 5s ease-in-out infinite}.home-promo-write-edit-line{transform-origin:left center;animation:home-promo-write-edit-type 3.6s ease-in-out infinite}.home-promo-write-edit-line-1{width:68px;animation-delay:0s}.home-promo-write-edit-line-2{width:82px;animation-delay:.28s}.home-promo-write-edit-line-3{width:74px;animation-delay:.56s}.home-promo-write-edit-line-4{width:58px;animation-delay:.84s}.home-promo-write-edit-line-5{width:44px;animation-delay:1.12s}.home-promo-write-edit-cursor{animation:home-promo-write-edit-cursor 3.6s steps(1,end) infinite}.home-promo-write-edit-link{animation:home-promo-write-edit-dash 1.8s linear infinite}.home-promo-write-edit-ai-ring{transform-origin:34px 60px;animation:home-promo-write-edit-ring 6s linear infinite}.home-promo-write-edit-ai-core{transform-origin:34px 60px;animation:home-promo-write-edit-pulse 2.4s ease-in-out infinite}.home-promo-write-edit-synapses{animation:home-promo-write-edit-synapse 2.8s ease-in-out infinite}.home-promo-write-edit-node{transform-box:fill-box;transform-origin:center;animation:home-promo-write-edit-node 2.2s ease-in-out infinite}.home-promo-write-edit-node-1{animation-delay:0s}.home-promo-write-edit-node-2{animation-delay:.45s}.home-promo-write-edit-node-3{animation-delay:.85s}.home-promo-write-edit-node-4{animation-delay:1.25s}.home-promo-write-edit-scan{animation:home-promo-write-edit-scan 3.6s ease-in-out infinite}.home-promo-write-edit-seal{transform-box:fill-box;transform-origin:center;opacity:0;animation:home-promo-write-edit-seal 3.6s ease-in-out infinite}.home-promo-write-edit-seal-ring{transform-box:fill-box;transform-origin:center;animation:home-promo-write-edit-seal-ring 7s linear infinite}.home-promo-write-edit-flow{opacity:.85}.home-promo-write-edit-sparkle{opacity:.35;animation:home-promo-write-edit-sparkle 2s ease-in-out infinite}.home-promo-write-edit-sparkle-1{animation-delay:0s}.home-promo-write-edit-sparkle-2{animation-delay:.45s}.home-promo-write-edit-sparkle-3{animation-delay:.9s}.home-promo-write-edit-sparkle-4{animation-delay:.2s}.home-promo-write-edit-sparkle-5{animation-delay:.75s}.home-promo-write-edit-shine{position:absolute;top:12%;left:0;width:45%;height:76%;background:linear-gradient(105deg,#fff0,#ffffff80 48%,#fff0);transform:skew(-18deg) translate(-130%);animation:home-promo-write-edit-shine 4.8s ease-in-out infinite}@keyframes home-promo-write-edit-type{0%,18%,to{transform:scaleX(.12);opacity:.35}38%,72%{transform:scaleX(1);opacity:1}}@keyframes home-promo-write-edit-cursor{0%,16%{opacity:0;transform:translate(0)}17%,55%{opacity:1;transform:translate(38px,-8px)}56%,to{opacity:0;transform:translate(38px,-8px)}}@keyframes home-promo-write-edit-float{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}@keyframes home-promo-write-edit-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.14);opacity:.9}}@keyframes home-promo-write-edit-ring{to{transform:rotate(360deg)}}@keyframes home-promo-write-edit-sparkle{0%,to{opacity:.2;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}@keyframes home-promo-write-edit-glow{0%,to{opacity:.5;transform:translate(-50%,-50%) scale(.9)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.08)}}@keyframes home-promo-write-edit-shine{0%,to{transform:skew(-18deg) translate(-130%);opacity:0}10%{opacity:.75}42%{transform:skew(-18deg) translate(180%);opacity:0}}@keyframes home-promo-write-edit-dash{to{stroke-dashoffset:-16}}@keyframes home-promo-write-edit-synapse{0%,to{opacity:.35}50%{opacity:.9}}@keyframes home-promo-write-edit-node{0%,to{transform:scale(.7);opacity:.55}50%{transform:scale(1.15);opacity:1}}@keyframes home-promo-write-edit-scan{0%,8%{transform:translateY(0);opacity:0}16%{opacity:1}56%{transform:translateY(44px);opacity:1}64%,to{transform:translateY(44px);opacity:0}}@keyframes home-promo-write-edit-seal{0%,60%{opacity:0;transform:scale(1.7) rotate(-12deg)}70%{opacity:1;transform:scale(.92) rotate(0)}76%{transform:scale(1.04) rotate(0)}82%,94%{opacity:1;transform:scale(1) rotate(0)}to{opacity:0;transform:scale(1) rotate(0)}}@keyframes home-promo-write-edit-seal-ring{to{transform:rotate(360deg)}}@keyframes home-promo-write-edit-particle{0%,to{opacity:0;transform:translateY(0) scale(.6)}20%,70%{opacity:.8}50%{transform:translateY(-6px) scale(1)}}@media (max-width: 480px){.home-promo-write-edit-art-stage{width:min(56%,9.5rem)}.home-promo-write-edit-art-glow{left:2.1rem;width:5.5rem;height:5.5rem}.home-promo-write-edit-art-svg{left:.1rem}}@media (min-width: 769px) and (display-mode: browser){.home-promo-write-edit-art-stage{width:min(58%,13rem)}}@media (prefers-reduced-motion: reduce){.home-promo-write-edit-art-glow,.home-promo-write-edit-doc-stack,.home-promo-write-edit-line,.home-promo-write-edit-cursor,.home-promo-write-edit-link,.home-promo-write-edit-ai-ring,.home-promo-write-edit-ai-core,.home-promo-write-edit-synapses,.home-promo-write-edit-node,.home-promo-write-edit-scan,.home-promo-write-edit-seal,.home-promo-write-edit-seal-ring,.home-promo-write-edit-sparkle,.home-promo-write-edit-shine,.home-promo-write-edit-particles span{animation:none!important}.home-promo-write-edit-line{transform:scaleX(1);opacity:1}.home-promo-write-edit-cursor{opacity:.6;transform:translate(28px,-6px)}.home-promo-write-edit-node{transform:scale(1);opacity:1}.home-promo-write-edit-seal{opacity:1}.home-promo-write-edit-sparkle{opacity:.65}.home-promo-write-edit-flow{display:none}}.home-promo-legal-tools-art{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;-webkit-user-select:none;user-select:none}.home-promo-legal-tools-art-stage{position:absolute;left:0;top:0;bottom:0;width:min(62%,12.5rem);max-width:100%}.home-promo-legal-tools-art-glow{position:absolute;top:50%;left:3.4rem;width:7rem;height:7rem;transform:translate(-50%,-50%);border-radius:999px;background:radial-gradient(circle,#14b8a64d,#14b8a600 70%);animation:home-promo-legal-tools-glow 4s ease-in-out infinite}.home-promo-legal-tools-particles{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.home-promo-legal-tools-particles span{position:absolute;width:.22rem;height:.22rem;border-radius:999px;background:#0d948880;animation:home-promo-legal-tools-particle 4.6s ease-in-out infinite}.home-promo-legal-tools-particles span:nth-child(1){left:14%;top:24%;animation-delay:0s}.home-promo-legal-tools-particles span:nth-child(2){left:40%;top:70%;animation-delay:1s}.home-promo-legal-tools-particles span:nth-child(3){left:50%;top:30%;animation-delay:1.8s}.home-promo-legal-tools-particles span:nth-child(4){left:8%;top:58%;animation-delay:2.6s}.home-promo-legal-tools-art-svg{position:absolute;left:.2rem;top:50%;width:calc(100% - .35rem);height:auto;max-height:96%;transform:translateY(-50%)}.home-promo-legal-tools-tile{transform-origin:center;opacity:0;animation:home-promo-legal-tools-pop .7s cubic-bezier(.34,1.56,.64,1) forwards,home-promo-legal-tools-float 5s ease-in-out infinite}.home-promo-legal-tools-tile-1{transform-box:fill-box;transform-origin:center;animation-delay:.05s,.9s}.home-promo-legal-tools-tile-2{transform-box:fill-box;transform-origin:center;animation-delay:.25s,1.2s}.home-promo-legal-tools-tile-3{transform-box:fill-box;transform-origin:center;animation-delay:.45s,1.5s}.home-promo-legal-tools-tile-4{transform-box:fill-box;transform-origin:center;animation-delay:.65s,1.8s}.home-promo-legal-tools-connectors{animation:home-promo-legal-tools-dash 2.2s linear infinite;opacity:.7}.home-promo-legal-tools-day{transform-box:fill-box;transform-origin:center;animation:home-promo-legal-tools-day 2.8s ease-in-out infinite}.home-promo-legal-tools-key{animation:home-promo-legal-tools-key 3s ease-in-out infinite}.home-promo-legal-tools-check{stroke-dasharray:18;stroke-dashoffset:18;animation:home-promo-legal-tools-check 3.2s ease-in-out infinite}.home-promo-legal-tools-sparkle{opacity:.35;animation:home-promo-legal-tools-sparkle 2.1s ease-in-out infinite}.home-promo-legal-tools-sparkle-1{animation-delay:.2s}.home-promo-legal-tools-sparkle-2{animation-delay:.8s}.home-promo-legal-tools-sparkle-3{animation-delay:1.3s}@keyframes home-promo-legal-tools-pop{0%{opacity:0;transform:scale(.45) translateY(6px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes home-promo-legal-tools-float{0%,to{transform:translateY(0)}50%{transform:translateY(-2.5px)}}@keyframes home-promo-legal-tools-day{0%,to{opacity:.4;transform:scale(.8)}50%{opacity:1;transform:scale(1.12)}}@keyframes home-promo-legal-tools-key{0%,to{opacity:.55}50%{opacity:1}}@keyframes home-promo-legal-tools-check{0%,18%{stroke-dashoffset:18}45%,to{stroke-dashoffset:0}}@keyframes home-promo-legal-tools-sparkle{0%,to{opacity:.2;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}@keyframes home-promo-legal-tools-glow{0%,to{opacity:.5;transform:translate(-50%,-50%) scale(.9)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.08)}}@keyframes home-promo-legal-tools-dash{to{stroke-dashoffset:-16}}@keyframes home-promo-legal-tools-particle{0%,to{opacity:0;transform:translateY(0) scale(.6)}20%,70%{opacity:.8}50%{transform:translateY(-6px) scale(1)}}@media (max-width: 480px){.home-promo-legal-tools-art-stage{width:min(56%,9.5rem)}.home-promo-legal-tools-art-glow{left:2.6rem;width:5.8rem;height:5.8rem}.home-promo-legal-tools-art-svg{left:.1rem}}@media (min-width: 769px) and (display-mode: browser){.home-promo-legal-tools-art-stage{width:min(58%,13rem)}}@media (prefers-reduced-motion: reduce){.home-promo-legal-tools-art-glow,.home-promo-legal-tools-tile,.home-promo-legal-tools-connectors,.home-promo-legal-tools-day,.home-promo-legal-tools-key,.home-promo-legal-tools-check,.home-promo-legal-tools-sparkle,.home-promo-legal-tools-particles span{animation:none!important}.home-promo-legal-tools-tile{opacity:1}.home-promo-legal-tools-check{stroke-dashoffset:0}.home-promo-legal-tools-sparkle{opacity:.6}}.home-promo-carousel{width:100%;max-width:100%;box-sizing:border-box;margin:0;padding:0}.home-promo-carousel-viewport{position:relative;width:100%;max-width:100%;overflow:hidden;isolation:isolate}.home-promo-carousel-track{display:flex;direction:rtl;width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scrollbar-width:none;box-shadow:none;touch-action:pan-x pinch-zoom}.home-promo-carousel-track::-webkit-scrollbar{display:none}.home-promo-carousel-slide{position:relative;flex:0 0 100%;width:100%;min-width:100%;height:5.75rem;max-height:6.25rem;aspect-ratio:21 / 9;scroll-snap-align:start;scroll-snap-stop:always;border-radius:0;overflow:hidden;background-color:transparent}.home-promo-carousel-slide-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;object-position:center;pointer-events:none;-webkit-user-select:none;user-select:none}.home-promo-carousel-slide-actions{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:.5rem .75rem;z-index:1;pointer-events:none}.home-promo-carousel-slide-composed .home-promo-carousel-slide-actions{direction:rtl;padding-left:min(58%,12.5rem)}@media (max-width: 480px){.home-promo-carousel-slide-composed .home-promo-carousel-slide-actions{padding-left:min(54%,9.75rem)}}.home-promo-carousel-caption{display:flex;flex-direction:column;align-items:flex-start;gap:.05rem;margin-bottom:.22rem;padding-right:.45rem;max-width:min(88%,15rem);text-align:right;direction:rtl}.home-promo-carousel-caption-line{font-family:Vazir,sans-serif;font-size:.62rem;font-weight:600;line-height:1.35;color:#1e293b;text-shadow:0 1px 2px rgba(255,255,255,.45);white-space:nowrap}.home-promo-carousel-btn{font-family:Vazir,sans-serif;display:inline-flex;align-items:center;justify-content:center;padding:.38rem .75rem;font-size:.78rem;font-weight:600;line-height:1.3;color:var(--promo-btn-color, #fff);text-decoration:none;background:linear-gradient(135deg,var(--promo-btn-grad-start, var(--header-grad-start, #1e3a8a)) 0%,var(--promo-btn-grad-end, var(--header-grad-end, #3b82f6)) 100%);border:none;border-radius:999px;box-shadow:var(--promo-btn-shadow, 0 2px 8px rgba(30, 58, 138, .35));cursor:pointer;pointer-events:auto;touch-action:manipulation;-webkit-tap-highlight-color:transparent;transition:transform .15s ease,filter .15s ease,box-shadow .15s ease}.home-promo-carousel-btn:hover{filter:brightness(1.06);transform:translateY(-1px);box-shadow:var(--promo-btn-shadow-hover, var(--promo-btn-shadow, 0 4px 10px rgba(30, 58, 138, .4)))}.home-promo-carousel-btn:active{transform:translateY(0)}.home-promo-carousel-dots{position:absolute;left:50%;bottom:.4rem;transform:translate(-50%);display:flex;align-items:center;justify-content:center;gap:.4rem;margin:0;padding:0;z-index:2;pointer-events:auto}.home-promo-carousel-dot{width:.45rem;height:.45rem;padding:0;border:none;border-radius:999px;background:#64748b73;cursor:pointer;transition:width .2s ease,background-color .2s ease;-webkit-tap-highlight-color:transparent}.home-promo-carousel-dot.active{width:1.1rem;background:linear-gradient(135deg,var(--header-grad-start, #1e3a8a) 0%,var(--header-grad-end, #3b82f6) 100%)}@media (max-width: 480px){.home-promo-carousel-slide-actions{padding:.5rem .6rem}.home-promo-carousel-caption-line{font-size:.58rem}}@media (min-width: 769px) and (display-mode: browser){.home-promo-carousel-slide{height:7.5rem;max-height:8.4rem}.home-promo-carousel-btn{font-size:.82rem;padding:.42rem .85rem}.home-promo-carousel-caption-line{font-size:.66rem}}.home{width:100%;min-width:100%;padding:0;box-sizing:border-box;min-height:auto}.home-quick-access-block{margin-bottom:0;width:100%;min-width:100%;box-sizing:border-box;display:flex;flex-direction:column;gap:.75rem}.home-lawyer-bottom-strip{display:flex;flex-direction:column;gap:.35rem;width:100%;min-width:0;box-sizing:border-box}.home-lawyer-bottom-strip .home-parsivakil-links-row{margin-top:0}:root:not([data-theme=dark]) .home-lawyer-bottom-strip .home-parsivakil-links-row{margin-top:.85rem}.home-quick-access-block .home-quick-actions-section,.home-quick-access-block .home-quick-actions-container{width:100%;min-width:100%;box-sizing:border-box}.home-banners-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:0;align-items:stretch}.home-banners-row.home-banners-row-two{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.home-banners-row>*{flex:1 1 0;min-width:0;display:flex;align-self:stretch}.home-banners-row .continue-last-chat-banner{margin-bottom:0}.home-banners-row .home-sitemaker-widget-wrap{display:flex;min-width:0;box-sizing:border-box}.home-banners-row .home-sitemaker-widget-wrap>*{flex:1;min-width:0;display:flex;align-items:center;box-sizing:border-box}.home-sitemaker-widget-wrap .website-visits-badge,.home-sitemaker-widget-wrap .sitemaker-in-progress-badge{margin-bottom:0}.main-content-lawyer-nonchat .home .home-banners-row .continue-last-chat-banner,.main-content-lawyer-nonchat .home .home-banners-row .website-visits-badge,.main-content-lawyer-nonchat .home .home-banners-row .sitemaker-in-progress-badge{padding:.5rem .75rem;border-radius:12px;gap:.45rem}.main-content-lawyer-nonchat .home .home-banners-row .continue-last-chat-icon,.main-content-lawyer-nonchat .home .home-banners-row .website-visits-icon,.main-content-lawyer-nonchat .home .home-banners-row .sitemaker-in-progress-icon{width:1.65rem;height:1.65rem}.main-content-lawyer-nonchat .home .home-banners-row .continue-last-chat-icon svg,.main-content-lawyer-nonchat .home .home-banners-row .website-visits-icon svg,.main-content-lawyer-nonchat .home .home-banners-row .sitemaker-in-progress-icon svg{width:1.1rem;height:1.1rem}.main-content-lawyer-nonchat .home .home-banners-row .website-visits-content,.main-content-lawyer-nonchat .home .home-banners-row .sitemaker-in-progress-content{gap:.05rem}.main-content-lawyer-nonchat .home .home-banners-row .continue-last-chat-content{gap:.2rem}.main-content-lawyer-nonchat .home .home-banners-row .continue-last-chat-banner{padding:.6rem .75rem}.main-content-lawyer-nonchat .home .home-banners-row .continue-last-chat-label,.main-content-lawyer-nonchat .home .home-banners-row .website-visits-label,.main-content-lawyer-nonchat .home .home-banners-row .sitemaker-in-progress-label{font-size:.62rem;line-height:1.15}.main-content-lawyer-nonchat .home .home-banners-row .continue-last-chat-service{font-size:.55rem;line-height:1.15}.main-content-lawyer-nonchat .home .home-banners-row .website-visits-number{font-size:.95rem;line-height:1.15}.main-content-lawyer-nonchat .home .home-banners-row .continue-last-chat-chevron,.main-content-lawyer-nonchat .home .home-banners-row .website-visits-chevron,.main-content-lawyer-nonchat .home .home-banners-row .sitemaker-in-progress-chevron{width:1rem;height:1rem}@media (min-width: 481px){.main-content-lawyer-nonchat .home .home-banners-row .website-visits-badge{padding:.5rem .75rem;border-radius:12px;gap:.45rem}.main-content-lawyer-nonchat .home .home-banners-row .website-visits-icon{width:1.65rem;height:1.65rem}.main-content-lawyer-nonchat .home .home-banners-row .website-visits-icon svg{width:1.1rem;height:1.1rem}.main-content-lawyer-nonchat .home .home-banners-row .website-visits-number{font-size:.95rem}}.home-quick-access-widget-row{margin-bottom:.5rem}.home-quick-access-widget-row .website-visits-badge,.home-quick-access-widget-row .sitemaker-in-progress-badge{margin-bottom:0}.services-section{margin-top:0;margin-bottom:0;padding-bottom:0;width:100%;max-width:100%;box-sizing:border-box;display:flex;flex-direction:column;gap:.75rem}.service-groups{display:flex;flex-direction:column;gap:1.9rem;margin-bottom:0;padding-bottom:env(safe-area-inset-bottom,0px)}.service-group{position:relative;margin-bottom:0}.service-groups .home-promo-carousel-group,.home-promo-carousel-group{width:100%;min-width:0;padding:0;margin:0}.service-groups .home-promo-carousel-group>.service-group-container,.home-promo-carousel-group>.service-group-container{width:100%;max-width:100%;box-sizing:border-box;padding:0!important;overflow:hidden}.service-groups .home-promo-carousel-group>.service-group-container:after,.home-promo-carousel-group>.service-group-container:after{display:none}.service-groups .home-promo-carousel-group .home-promo-carousel,.home-promo-carousel-group .home-promo-carousel{width:100%;max-width:100%;min-width:0}.service-group+.lawyer-ad-banner{margin-top:0}.service-group-container{background:transparent;border-radius:16px;padding:0;border:none;box-shadow:none;position:relative;overflow:visible;transition:transform .2s ease}.parsivand-loading{display:flex;align-items:center;justify-content:center;gap:.6rem;min-height:96px;padding:.5rem .75rem;color:#b45309;font-family:Vazir,sans-serif;font-size:.82rem;text-align:right;direction:rtl}.parsivand-loading-spinner{width:1.05rem;height:1.05rem;border:2px solid rgba(245,158,11,.25);border-top-color:#d97706;border-radius:50%;animation:parsivand-loading-spin .85s linear infinite;flex:0 0 auto}.parsivand-loading-text{line-height:1.6}@keyframes parsivand-loading-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.parsivand-loading-spinner{animation-duration:1.6s}}.home-bale-widget-wrap{width:100%;margin-top:1.65rem}.service-group-label{position:static;background:transparent;padding:0;margin:0 .1rem .85rem;border:none;box-shadow:none;display:flex;align-items:center;gap:.5rem;letter-spacing:.01em}.group-icon{font-size:.82rem;line-height:1}.group-icon.group-icon-svg{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:2.75rem;height:2.75rem;border-radius:.82rem;line-height:0;font-size:0}.group-icon-svg svg{display:block;width:35px;height:35px}.group-title{font-family:Vazir,sans-serif;font-size:.92rem;font-weight:800;margin:0;white-space:nowrap;background:linear-gradient(135deg,#1e3a8a,#3b82f6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.service-group-parsivand .group-title{background:linear-gradient(135deg,#c2410c,#ea580c);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.services-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;grid-auto-flow:row!important;grid-auto-columns:1fr!important;column-gap:.7rem!important;row-gap:.7rem!important;max-width:100%;width:100%;box-sizing:border-box}.service-card{background:transparent;border:none;box-shadow:none;border-radius:14px;padding:.4rem .25rem .55rem;overflow:hidden;position:relative;min-width:0;max-width:100%;box-sizing:border-box;text-decoration:none;display:block;cursor:pointer;transition:transform .12s ease;-webkit-tap-highlight-color:transparent}.service-card:active:not(.service-card-disabled):not(.service-card-no-transform){transform:scale(.96)}.service-card.service-card-no-transform{transition:none}.service-card.service-card-no-transform:active{transform:none}.service-card:focus-visible{outline:none;box-shadow:0 0 0 2px #3b82f680!important}@media (min-width: 769px) and (display-mode: browser){.services-grid .service-card:not(.service-card-featured){background:transparent!important;border:none!important;box-shadow:none!important;padding:.4rem .25rem .55rem;transition:transform .12s ease}.services-grid .service-highlight-badge,.services-grid .coming-soon-badge,.services-grid .service-card-locked-badge{display:none}.home .services-grid .service-icon-wrapper .lazy-image-container.service-icon,.home .services-grid .service-icon-placeholder{width:4.5815rem!important;min-width:4.5815rem!important;height:4.5815rem!important;min-height:4.5815rem!important}.home .services-grid .service-icon-wrapper picture{width:4.5815rem;height:4.5815rem}.home .services-grid .service-icon-wrapper .lazy-image,.home .services-grid .service-icon-wrapper img{width:4.5815rem!important;min-width:4.5815rem!important;height:4.5815rem!important;min-height:4.5815rem!important}.home .services-grid .service-icon-emoji{width:4.5815rem;min-width:4.5815rem;height:4.5815rem;min-height:4.5815rem;font-size:calc(2.35rem * 1.1)}.home .services-grid .placeholder-icon{font-size:calc(3rem * 1.1)}}.services-grid .service-card.service-card-featured{grid-column:1 / -1;background:var(--bg-elevated)!important;border:1px solid rgba(40,88,224,.28)!important;border-radius:16px;box-shadow:0 4px 14px -10px #1e3a8a59!important;padding:.55rem .85rem!important;overflow:hidden}.service-card-featured .service-card-inner{display:flex;flex-direction:row;align-items:center;gap:.7rem;text-align:right;padding:0;position:relative;z-index:1}.service-card-featured .service-icon-wrapper{margin-bottom:0;width:auto;flex-shrink:0}.service-card-featured .service-title{background:none;-webkit-text-fill-color:var(--text);color:var(--text);font-size:1rem;flex:1;min-width:0;text-align:right}.service-card-featured:hover .service-icon-wrapper{filter:none}.service-card-featured-cta{flex-shrink:0;width:1.9rem;height:1.9rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#2858e01a;color:var(--accent-strong);box-shadow:inset 0 0 0 1px #2858e038;transition:transform .18s ease,background .18s ease}.service-card-featured-cta svg{width:1.05rem;height:1.05rem}.service-card-featured:hover .service-card-featured-cta{background:#2858e02e;transform:translate(-3px)}.home-promo-carousel-top{margin-bottom:.25rem}.service-card-featured:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(120% 90% at 100% 0%,#2858e00f,#2858e000 60%);pointer-events:none}.service-card-disabled{cursor:not-allowed;opacity:.6;pointer-events:none}.service-icon-disabled{filter:blur(.5px) opacity(.7)!important}.service-card-locked{cursor:pointer;opacity:.8;font:inherit;text-align:inherit;color:inherit;-webkit-tap-highlight-color:transparent}.service-card-locked .service-icon,.service-card-locked .service-icon-emoji{filter:blur(.4px) grayscale(.55) opacity(.85)!important}.service-card-locked-badge{display:inline-block;margin-top:.2rem;font-family:Vazir,sans-serif;font-size:.6rem;font-weight:600;letter-spacing:.01em;color:#fff;background:linear-gradient(135deg,#f59e0b,#d97706);padding:.15rem .4rem;border-radius:10px;box-shadow:0 1px 3px #f59e0b4d;border:none}.service-group-locked .group-icon.group-icon-svg{filter:grayscale(.4) opacity(.9)}.service-card-inner{padding:.15rem .1rem;text-align:center;position:relative}.service-icon-wrapper{margin-bottom:.075rem;width:100%;display:flex;justify-content:center;align-items:center;transition:filter .2s ease}.service-icon-wrapper .lazy-image-container.service-icon{width:4.165rem!important;min-width:4.165rem!important;height:4.165rem!important;min-height:4.165rem!important;max-width:none!important;max-height:none!important;flex-shrink:0;margin:0 auto .15rem!important;filter:drop-shadow(0 2px 4px rgba(15,23,42,.12))}.service-icon-wrapper picture{display:block;width:4.165rem;height:4.165rem}.service-icon-wrapper .lazy-image,.services-grid .service-icon-wrapper img{width:4.165rem!important;min-width:4.165rem!important;height:4.165rem!important;min-height:4.165rem!important;max-width:none!important;max-height:none!important;object-fit:contain;display:block}.service-icon-placeholder{width:4.165rem!important;min-width:4.165rem!important;height:4.165rem!important;min-height:4.165rem!important;display:flex;align-items:center;justify-content:center;background:transparent;border-radius:12px;margin:0 auto .075rem!important}.service-icon-emoji{display:flex;align-items:center;justify-content:center;width:4.165rem;min-width:4.165rem;height:4.165rem;min-height:4.165rem;margin:0 auto .15rem;font-size:2.35rem;line-height:1;filter:drop-shadow(0 2px 4px rgba(15,23,42,.12))}.service-icon-emoji-disabled{opacity:.55;filter:grayscale(.4) blur(.5px)}.placeholder-icon{font-size:3rem;opacity:.5}.service-title{font-family:Vazir,sans-serif;font-size:.9rem;font-weight:700;margin:0;line-height:1.25;background:linear-gradient(135deg,#1e3a8a,#3b82f6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.coming-soon-badge{display:inline-block;font-family:Vazir,sans-serif;font-size:.6rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#f59e0b,#d97706);padding:.15rem .4rem;border-radius:10px;margin-top:.2rem;box-shadow:0 1px 3px #f59e0b4d}.service-highlight-badge{display:inline-block;font-family:Vazir,sans-serif;font-size:.6rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#22c55e,#15803d);padding:.15rem .4rem;border-radius:10px;margin-top:.2rem;box-shadow:0 1px 3px #16a34a59}@media (min-width: 1024px) and (display-mode: browser){.main-content-lawyer-nonchat .services-grid{grid-template-columns:repeat(3,1fr)!important}.main-content-lawyer-nonchat .service-icon-wrapper .lazy-image-container.service-icon{width:calc(4.86rem * 1.1)!important;min-width:calc(4.86rem * 1.1)!important;height:calc(4.86rem * 1.1)!important;min-height:calc(4.86rem * 1.1)!important}.main-content-lawyer-nonchat .service-icon-wrapper picture{width:calc(4.86rem * 1.1);height:calc(4.86rem * 1.1)}.main-content-lawyer-nonchat .service-icon-wrapper .lazy-image,.main-content-lawyer-nonchat .services-grid .service-icon-wrapper img{width:calc(4.86rem * 1.1)!important;min-width:calc(4.86rem * 1.1)!important;height:calc(4.86rem * 1.1)!important;min-height:calc(4.86rem * 1.1)!important;max-width:none!important;max-height:none!important}.main-content-lawyer-nonchat .service-icon-placeholder{width:calc(4.86rem * 1.1)!important;min-width:calc(4.86rem * 1.1)!important;height:calc(4.86rem * 1.1)!important;min-height:calc(4.86rem * 1.1)!important}.main-content-lawyer-nonchat .service-icon-emoji{width:calc(4.86rem * 1.1);min-width:calc(4.86rem * 1.1);height:calc(4.86rem * 1.1);min-height:calc(4.86rem * 1.1);font-size:calc(2.741rem * 1.1)}.main-content-lawyer-nonchat .placeholder-icon{font-size:calc(3.499rem * 1.1)}.main-content-lawyer-nonchat .service-card{transition:none}.main-content-lawyer-nonchat .service-card:active:not(.service-card-disabled){transform:none}.main-content-lawyer-nonchat .services-grid img,.main-content-lawyer-nonchat .service-icon-wrapper .lazy-image-container,.main-content-lawyer-nonchat .service-icon-wrapper .lazy-image,.main-content-lawyer-nonchat .service-icon-emoji,.main-content-lawyer-nonchat .service-icon-placeholder{transition:none!important;transform:none!important}.main-content-lawyer-nonchat .service-card:hover img,.main-content-lawyer-nonchat .service-card:hover .lazy-image-container.service-icon,.main-content-lawyer-nonchat .service-card:hover .service-icon-emoji{transform:none!important}.main-content-lawyer-nonchat .home-promo-banners-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;align-items:stretch}.main-content-lawyer-nonchat .home-promo-banners-row .service-promo-banner{height:100%;min-width:0}.main-content-lawyer-nonchat .home-quiz-cowork-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;align-items:stretch}.main-content-lawyer-nonchat .home-quiz-cowork-row>.home-quiz-cowork-cell{min-width:0}.main-content-lawyer-nonchat .home-quiz-cowork-row .home-quiz-cowork-cell{display:flex;min-height:0}.main-content-lawyer-nonchat .home-quiz-cowork-row .home-quiz-cowork-cell .legal-quiz-trigger,.main-content-lawyer-nonchat .home-quiz-cowork-row .home-quiz-cowork-cell .cowork-banner{display:flex;align-items:center;flex:1;width:100%;height:100%;margin-bottom:0;box-sizing:border-box}.main-content-lawyer-nonchat .home-quiz-cowork-row .home-quiz-cowork-cell .legal-quiz-trigger-content,.main-content-lawyer-nonchat .home-quiz-cowork-row .home-quiz-cowork-cell .cowork-banner-content{width:100%}.main-content-lawyer-nonchat .home-promo-banners-row .service-promo-banner{display:flex;align-items:center}.main-content-lawyer-nonchat .home-promo-banners-row .service-promo-content{width:100%}}.home .service-promo-content,.home .legal-quiz-trigger-content,.home .cowork-banner-content{align-items:center}.home-promo-banners-row .service-promo-banner,.home-quiz-cowork-row .legal-quiz-trigger,.home-quiz-cowork-row .cowork-banner{box-sizing:border-box}.home-quiz-cowork-row .cowork-banner,.home-lawyer-promo-quiz-stack .advertisement-banner{margin-bottom:0}.home-lawyer-promo-quiz-stack .home-bale-widget-wrap{margin-top:0}.home .service-promo-icon,.home .legal-quiz-trigger-icon,.home .cowork-banner-logo{flex-shrink:0;display:flex;align-items:center;justify-content:center;box-sizing:border-box;overflow:hidden;background:transparent;border:none;border-radius:0;box-shadow:none;filter:none}.home .service-promo-icon .lazy-image-container,.home .service-promo-icon picture,.home .legal-quiz-trigger-icon .lazy-image-container.legal-quiz-trigger-icon-img,.home .legal-quiz-trigger-icon picture,.home .cowork-banner-logo .lazy-image-container.cowork-banner-logo-img,.home .cowork-banner-logo picture{width:100%;height:100%;min-width:0;min-height:0;display:flex;align-items:center;justify-content:center}.home .service-promo-icon .lazy-image,.home .service-promo-icon picture img,.home .legal-quiz-trigger-icon .lazy-image,.home .legal-quiz-trigger-icon picture img,.home .cowork-banner-logo .lazy-image,.home .cowork-banner-logo picture img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center;display:block;filter:none}.home-quiz-cowork-row .cowork-banner-text-wrap{flex:1;min-width:0}@media (max-width: 1023px){.home .service-promo-banner,.home .legal-quiz-trigger,.home .cowork-banner{padding:.38rem .44rem;border-radius:10px}.home .service-promo-content,.home .legal-quiz-trigger-content,.home .cowork-banner-content{gap:.6rem;min-height:65px}.home .service-promo-icon,.home .legal-quiz-trigger-icon,.home .cowork-banner-logo{width:65px;height:65px;min-width:65px;max-width:65px;min-height:65px;max-height:65px;padding:.2rem}}@media (min-width: 1024px) and (display-mode: browser){.home .service-promo-banner,.home .legal-quiz-trigger,.home .cowork-banner{padding:.5rem .6rem;border-radius:14px}.home .service-promo-content,.home .legal-quiz-trigger-content,.home .cowork-banner-content{gap:.75rem;min-height:90px}.home .service-promo-icon,.home .legal-quiz-trigger-icon,.home .cowork-banner-logo{width:90px;height:90px;min-width:90px;max-width:90px;min-height:90px;max-height:90px;padding:.25rem}}.home-lawyer-promo-quiz-stack,.home-promo-banners-row,.home-quiz-cowork-row{display:flex;flex-direction:column;gap:.75rem;width:100%;min-width:0;box-sizing:border-box}.home-quiz-cowork-cell{width:100%;min-width:0;box-sizing:border-box}.home-quiz-cowork-cell .legal-quiz-trigger,.home-quiz-cowork-cell .cowork-banner{width:100%}@media (max-width: 768px){.services-grid{column-gap:.45rem!important;row-gap:.85rem!important}.service-icon-wrapper .lazy-image-container.service-icon,.service-icon-wrapper picture,.service-icon-wrapper .lazy-image,.services-grid .service-icon-wrapper img,.service-icon-placeholder{width:3.05rem!important;min-width:3.05rem!important;height:3.05rem!important;min-height:3.05rem!important}.service-icon-emoji{width:3.05rem;min-width:3.05rem;height:3.05rem;min-height:3.05rem;font-size:1.75rem}.service-title{font-size:.72rem;line-height:1.2}.service-card-featured .service-title{font-size:.88rem}}@media (max-width: 480px){.service-groups{gap:1.35rem}.service-groups .home-promo-carousel-group>.service-group-container{padding:0!important}.service-group-label{margin-bottom:.7rem;gap:.45rem}.group-title{font-size:.86rem}.group-icon{font-size:.74rem}.group-icon.group-icon-svg{width:2.55rem;height:2.55rem;border-radius:.72rem}.group-icon-svg svg{width:33px;height:33px}.services-grid{column-gap:.85rem!important;row-gap:1.15rem!important}.service-card{padding:.3rem .2rem .45rem;border-radius:14px}.coming-soon-badge,.service-highlight-badge,.service-card-locked-badge{font-size:.55rem;padding:.12rem .35rem}}[data-theme=light] .home{--home-widget-bg: #eef1fa;--home-widget-bg-hover: #e2e8f6;--home-widget-bg-active: #d9e2f2;--home-widget-bg-soft: #aeb0d32b;--home-widget-bg-soft-hover: #aeb0d348;--home-widget-shadow: 0 1px 6px rgba(120, 135, 180, .14);--home-widget-text: #334155;--home-widget-text-strong: #1e3a5f;--home-widget-text-muted: rgba(51, 65, 85, .82);--home-widget-accent: #4f5d7a;--home-widget-chip-bg: rgba(174, 176, 211, .38);--home-widget-chip-border: rgba(148, 163, 184, .42)}[data-theme=light] .home .latest-news-widget,[data-theme=light] .home .continue-last-chat-banner,[data-theme=light] .home .closest-reminder-banner,[data-theme=light] .home .bale-link-widget,[data-theme=light] .home .website-visits-badge,[data-theme=light] .home .sitemaker-in-progress-badge,[data-theme=light] .home .service-promo-banner,[data-theme=light] .home .legal-quiz-trigger,[data-theme=light] .home .cowork-banner,[data-theme=light] .home .home-parsivakil-link{background:var(--home-widget-bg);box-shadow:var(--home-widget-shadow)}[data-theme=light] .home .latest-news-widget,[data-theme=light] .home .home-parsivakil-link{background:linear-gradient(180deg,#f4f6fc 0%,var(--home-widget-bg) 100%)}[data-theme=light] .home .latest-news-widget:hover,[data-theme=light] .home .continue-last-chat-banner:hover,[data-theme=light] .home .closest-reminder-banner:hover,[data-theme=light] .home .bale-link-widget:hover,[data-theme=light] .home .website-visits-badge:hover,[data-theme=light] .home .sitemaker-in-progress-badge:hover,[data-theme=light] .home .service-promo-banner:hover,[data-theme=light] .home .legal-quiz-trigger:hover,[data-theme=light] .home .cowork-banner:hover,[data-theme=light] .home .home-parsivakil-link:hover{background:var(--home-widget-bg-hover)}[data-theme=light] .home .latest-news-widget:hover,[data-theme=light] .home .home-parsivakil-link:hover{background:linear-gradient(180deg,#eef1fa 0%,var(--home-widget-bg-hover) 100%)}[data-theme=light] .home .latest-news-widget:active{background:var(--home-widget-bg-active)}[data-theme=light] .home .home-quick-action-reminder,[data-theme=light] .home .home-quick-action-voice-to-text,[data-theme=light] .home .home-quick-action-ara,[data-theme=light] .home .home-quick-action-tax-stamp{background:var(--home-widget-bg-soft)}[data-theme=light] .home .home-quick-action-reminder:hover,[data-theme=light] .home .home-quick-action-voice-to-text:hover,[data-theme=light] .home .home-quick-action-ara:hover,[data-theme=light] .home .home-quick-action-tax-stamp:hover{background:var(--home-widget-bg-soft-hover)}[data-theme=light] .home .latest-news-widget-badge{color:var(--home-widget-accent);background:var(--home-widget-chip-bg)}[data-theme=light] .home .latest-news-widget-title{color:var(--home-widget-text)}[data-theme=light] .home .continue-last-chat-label,[data-theme=light] .home .continue-last-chat-service,[data-theme=light] .home .closest-reminder-title,[data-theme=light] .home .closest-reminder-datetime,[data-theme=light] .home .bale-link-widget-line,[data-theme=light] .home .bale-link-widget-text,[data-theme=light] .home .website-visits-label,[data-theme=light] .home .website-visits-number,[data-theme=light] .home .sitemaker-in-progress-label,[data-theme=light] .home .service-promo-text,[data-theme=light] .home .legal-quiz-trigger-text,[data-theme=light] .home .cowork-banner-text{color:var(--home-widget-text-strong)}[data-theme=light] .home .continue-last-chat-icon,[data-theme=light] .home .continue-last-chat-chevron,[data-theme=light] .home .closest-reminder-chevron,[data-theme=light] .home .bale-link-widget-chevron,[data-theme=light] .home .website-visits-icon,[data-theme=light] .home .website-visits-chevron,[data-theme=light] .home .sitemaker-in-progress-icon,[data-theme=light] .home .sitemaker-in-progress-chevron{color:var(--home-widget-accent)}[data-theme=light] .home .continue-last-chat-service,[data-theme=light] .home .service-promo-subtext,[data-theme=light] .home .legal-quiz-trigger-subtext,[data-theme=light] .home .cowork-banner-subtext,[data-theme=light] .home .home-parsivakil-link-label{color:var(--home-widget-text-muted)}[data-theme=light] .home .bale-link-widget-badge{background:#dcfce7;color:#15803d;border-color:#22c55e61}[data-theme=light] .home .closest-reminder-countdown-days,[data-theme=light] .home .closest-reminder-countdown-hours,[data-theme=light] .home .closest-reminder-countdown-minutes{background:var(--home-widget-chip-bg);color:var(--home-widget-text-strong);border-color:var(--home-widget-chip-border)}[data-theme=light] .home .closest-reminder-countdown-sep,[data-theme=light] .home .closest-reminder-countdown-suffix{color:var(--home-widget-accent)}.client-home-magazine{margin-bottom:1.1rem;padding:0}.client-home-magazine-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin:0 .1rem .85rem;padding-inline:0}@media (max-width: 480px){.client-home-magazine-head{margin-bottom:.7rem}}.client-home-magazine-label{margin:0}.client-home-magazine-more{font-size:.78rem;font-weight:600;color:#2563eb;text-decoration:none;white-space:nowrap}.client-home-magazine-list{display:flex;flex-direction:column;gap:.55rem}.client-home-magazine-item{display:flex;align-items:stretch;gap:.7rem;padding:.55rem;border-radius:14px;border:1px solid rgba(40,88,224,.18);background:var(--bg-elevated, #fff);text-decoration:none;color:inherit;overflow:hidden;transition:transform .15s ease,box-shadow .15s ease}.client-home-magazine-item:hover{transform:translateY(-1px);box-shadow:0 8px 18px -12px #1e3a8a59}.client-home-magazine-thumb{width:5.2rem;min-width:5.2rem;height:4rem;object-fit:cover;border-radius:10px;display:block;background:#eef2f7}.client-home-magazine-thumb--placeholder{background:linear-gradient(110deg,#e9eef4 8%,#f8fafc 18%,#e9eef4 33%);background-size:200% 100%;animation:client-home-magazine-shimmer 1.2s linear infinite}@keyframes client-home-magazine-shimmer{to{background-position-x:-200%}}.client-home-magazine-text{min-width:0;display:flex;flex-direction:column;justify-content:center;gap:.25rem}.client-home-magazine-item-title{margin:0;font-size:.84rem;font-weight:700;line-height:1.55;color:#1e293b;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.client-home-magazine-item-excerpt{margin:0;font-size:.72rem;line-height:1.6;color:#64748b;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.client-home-magazine-line{height:10px;border-radius:6px;background:#e9eef4}.client-home-magazine-line--short{width:70%}[data-theme=dark] .client-home-magazine-more{color:#93c5fd}[data-theme=dark] .client-home-magazine-item{background:#111c32;border-color:#1e2c47}[data-theme=dark] .client-home-magazine-item-title{color:#e2e8f0}[data-theme=dark] .client-home-magazine-item-excerpt{color:#94a3b8}[data-theme=dark] .client-home-magazine-thumb,[data-theme=dark] .client-home-magazine-thumb--placeholder{background:#0b1220}@media (min-width: 769px) and (display-mode: browser){.client-home-magazine-list{gap:.85rem}.client-home-magazine-item{gap:1rem;padding:.85rem 1rem;min-height:7.5rem}.client-home-magazine-thumb{width:8.5rem;min-width:8.5rem;height:6.5rem;border-radius:12px}.client-home-magazine-item-title{font-size:.95rem;-webkit-line-clamp:3}.client-home-magazine-item-excerpt{font-size:.82rem;-webkit-line-clamp:3}}.client-home-top-cards{--client-top-card-icon-size: 3.1rem;display:flex;flex-direction:column;gap:.7rem;margin-bottom:1rem;width:100%}.client-home-top-card{display:flex;flex-direction:row;align-items:center;gap:.85rem;padding:.7rem .95rem;border-radius:16px;border:1px solid rgba(40,88,224,.28);box-shadow:0 4px 14px -10px #1e3a8a59;text-decoration:none;color:inherit;position:relative;overflow:hidden;transition:transform .15s ease,box-shadow .2s ease}.client-home-top-card--lawyer,.client-home-top-card--ask-ai{background:var(--bg-elevated)}.client-home-top-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(120% 90% at 100% 0%,#2858e00f,#2858e000 60%);pointer-events:none}.client-home-top-card>*{position:relative;z-index:1}.client-home-top-card:active{transform:scale(.99)}@media (hover: hover){.client-home-top-card:hover{transform:translateY(-2px);box-shadow:0 10px 22px -12px #1e3a8a66}.client-home-top-card:hover .client-home-top-card-cta{background:#2858e02e;transform:translate(-3px)}}.client-home-top-card-icon-wrap{margin-bottom:0;width:auto;flex-shrink:0}.client-home-top-card-icon-wrap .lazy-image-container.service-icon{width:var(--client-top-card-icon-size)!important;min-width:var(--client-top-card-icon-size)!important;height:var(--client-top-card-icon-size)!important;min-height:var(--client-top-card-icon-size)!important;margin-bottom:0!important;filter:drop-shadow(0 3px 6px rgba(15,23,42,.22))}.client-home-top-card-icon-wrap picture{width:var(--client-top-card-icon-size);height:var(--client-top-card-icon-size)}.client-home-top-card-icon-wrap .lazy-image,.client-home-top-card-icon-wrap img{width:var(--client-top-card-icon-size)!important;min-width:var(--client-top-card-icon-size)!important;height:var(--client-top-card-icon-size)!important;min-height:var(--client-top-card-icon-size)!important}.client-home-top-card-title{flex:1;min-width:0;font-family:Vazir,sans-serif;font-size:1rem;font-weight:700;text-align:right;line-height:1.4;letter-spacing:.01em;color:var(--text)}.client-home-top-card-cta{flex-shrink:0;width:1.9rem;height:1.9rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#2858e01a;color:var(--accent-strong);box-shadow:inset 0 0 0 1px #2858e038;transition:transform .18s ease,background .18s ease}.client-home-top-card-cta svg{width:1.05rem;height:1.05rem}@media (max-width: 480px){.client-home-top-cards{--client-top-card-icon-size: 2.7rem;gap:.6rem}.client-home-top-card{padding:.6rem .8rem;gap:.7rem}.client-home-top-card-title{font-size:.9rem}}[data-theme=dark] .client-home-top-card{border-color:#60a5fa52;box-shadow:0 6px 18px -12px #000000b3}[data-theme=dark] .client-home-top-card--lawyer,[data-theme=dark] .client-home-top-card--ask-ai{background:var(--bg-elevated)}[data-theme=dark] .client-home-top-card-title{color:var(--text)}[data-theme=dark] .client-home-top-card-cta{background:#60a5fa29;color:var(--accent-light);box-shadow:inset 0 0 0 1px #60a5fa4d}[data-theme=dark] .client-home-top-card:after{background:radial-gradient(120% 90% at 100% 0%,#60a5fa1a,#60a5fa00 60%)}@media (hover: hover){[data-theme=dark] .client-home-top-card:hover .client-home-top-card-cta{background:#60a5fa42}}.voice-recorder-wrapper{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.voice-recorder-timer{font-family:Vazir,sans-serif;font-size:.95rem;font-weight:600;color:#dc2626;min-width:2.5rem;text-align:center;background:#fee2e2;padding:.25rem .5rem;border-radius:8px;direction:ltr}[data-theme=dark] .voice-recorder-timer{background:#f8717126;color:#fca5a5}.voice-recorder-btn{font-family:Vazir,sans-serif;background:transparent;border:none;color:var(--text-muted, #6b7280);width:2rem;height:2rem;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem;transition:all .2s ease;flex-shrink:0;padding:0}.voice-recorder-btn:hover:not(:disabled){background:var(--bg-subtle, #f3f4f6);color:var(--accent);transform:scale(1.05)}.voice-recorder-btn:active:not(:disabled){transform:scale(.95)}.voice-recorder-btn.recording{background:#fee2e2;color:#dc2626;animation:pulse 1s ease-in-out infinite}.voice-recorder-btn.is-loading{position:relative}.voice-recorder-spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;z-index:2}.voice-recorder-loading-icon{position:absolute;display:flex;align-items:center;justify-content:center;opacity:.4;color:#9ca3af;pointer-events:none}.voice-recorder-loading-icon svg{width:20px;height:20px}.voice-recorder-spinner .loading-spinner{width:2.2rem;height:2.2rem;border:2px solid rgba(30,58,138,.2);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.voice-recorder-btn:disabled{opacity:.5;cursor:not-allowed;color:#fff}.voice-recorder-wrapper.voice-recorder--chat{width:100%;flex-direction:column;align-items:stretch;gap:0}.voice-recorder-chat-start{width:100%;box-sizing:border-box;border:none;border-radius:12px;padding:.72rem 1rem;font-size:.88rem;font-weight:700;font-family:Vazir,sans-serif;cursor:pointer;background:linear-gradient(135deg,#0f766e,#0d9488);color:#fff;box-shadow:0 2px 8px #0d948847;display:flex;align-items:center;justify-content:center;gap:.5rem;-webkit-tap-highlight-color:transparent}.voice-recorder-chat-start:hover:not(:disabled){filter:brightness(1.05)}.voice-recorder-chat-start:active:not(:disabled){filter:brightness(.98)}.voice-recorder-chat-start:disabled{opacity:.55;cursor:not-allowed}.voice-recorder-chat-recording-shell{width:100%;box-sizing:border-box;padding:.28rem .4rem;border:1px solid var(--border-strong, #c7d2fe);background:linear-gradient(180deg,var(--bg-elevated, #f8fafc),var(--bg-subtle, #eef2ff));border-radius:12px}.voice-recorder-chat-toolbar{display:flex;flex-direction:row;align-items:center;width:100%;gap:.45rem;direction:rtl}.voice-recorder-chat-send{flex-shrink:0;border:none;border-radius:10px;padding:.38rem .85rem;font-size:.8rem;font-weight:700;font-family:inherit;cursor:pointer;background:linear-gradient(135deg,#0f766e,#0d9488);color:#fff;box-shadow:0 2px 8px #0d948847}.voice-recorder-chat-send:hover:not(:disabled){filter:brightness(1.05)}.voice-recorder-chat-send:disabled{opacity:.55;cursor:not-allowed}.voice-recorder-chat-indicator{flex:1 1 auto;display:flex;align-items:center;justify-content:center;gap:.35rem;font-size:.78rem;color:var(--text-secondary, #334155);font-weight:600;text-align:center;min-width:0}.voice-recorder-chat-dot{width:8px;height:8px;border-radius:50%;background:#ef4444;box-shadow:0 0 #ef44448c;animation:voiceRecorderChatPulse 1.15s ease-in-out infinite}@keyframes voiceRecorderChatPulse{0%{box-shadow:0 0 #ef44448c}70%{box-shadow:0 0 0 8px #ef444400}to{box-shadow:0 0 #ef444400}}.voice-recorder-chat-cancel{flex-shrink:0;border:1px solid var(--border-strong, #cbd5e1);background:var(--bg-elevated, #fff);color:var(--text-secondary, #475569);border-radius:10px;padding:.35rem .72rem;font-size:.8rem;font-weight:700;font-family:inherit;cursor:pointer}.voice-recorder-chat-cancel:hover{background:var(--bg-muted, #f1f5f9);border-color:var(--border, #94a3b8);color:var(--text, #334155)}.voice-recorder-chat-processing{width:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:center;gap:.65rem;padding:.72rem 1rem;border-radius:12px;border:1px solid var(--border, #e2e8f0);background:var(--bg-subtle, #f8fafc);font-size:.85rem;font-weight:600;color:var(--text-secondary, #475569);font-family:Vazir,sans-serif}.voice-recorder-chat-processing .loading-spinner{width:1.35rem;height:1.35rem;border:2px solid rgba(30,58,138,.2);border-top-color:var(--accent, #1e3a8a);border-radius:50%;animation:spin .8s linear infinite}.voice-recorder-wrapper.voice-recorder--compose-idle{width:auto;flex-direction:row;align-items:center}.voice-recorder-compose-mic{width:31px;height:31px;border:none;border-radius:10px;background:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;margin-inline-end:.05rem;color:var(--text-muted, #64748b);padding:0;flex-shrink:0;-webkit-tap-highlight-color:transparent}.voice-recorder-compose-mic:hover:not(:disabled){background:#94a3b829;color:var(--accent)}.voice-recorder-compose-mic:disabled{opacity:.5;cursor:not-allowed}.voice-recorder-compose-toolbar{display:flex;flex-direction:row;align-items:center;width:100%;gap:.45rem;direction:rtl}.voice-recorder-compose-send{flex-shrink:0;border:none;border-radius:12px;padding:.38rem .85rem;font-size:.8rem;font-weight:700;font-family:inherit;cursor:pointer;background:linear-gradient(135deg,#0f766e,#0d9488);color:#fff;box-shadow:0 2px 8px #0d948847}.voice-recorder-compose-send:hover:not(:disabled){filter:brightness(1.05)}.voice-recorder-compose-send:disabled{opacity:.55;cursor:not-allowed}.voice-recorder-compose-indicator{flex:1 1 auto;display:flex;align-items:center;justify-content:center;gap:.35rem;font-size:.78rem;color:var(--text-secondary, #334155);font-weight:600;text-align:center;min-width:0}.voice-recorder-compose-dot{width:8px;height:8px;border-radius:50%;background:#ef4444;box-shadow:0 0 #ef44448c;animation:voiceRecorderComposePulse 1.15s ease-in-out infinite}@keyframes voiceRecorderComposePulse{0%{box-shadow:0 0 #ef44448c}70%{box-shadow:0 0 0 8px #ef444400}to{box-shadow:0 0 #ef444400}}.voice-recorder-compose-cancel{flex-shrink:0;border:1px solid var(--border-strong, #cbd5e1);background:var(--bg-elevated, #fff);color:var(--text-secondary, #475569);border-radius:12px;padding:.35rem .72rem;font-size:.8rem;font-weight:700;font-family:inherit;cursor:pointer}.voice-recorder-compose-cancel:hover{background:var(--bg-muted, #f1f5f9);border-color:var(--border, #94a3b8);color:var(--text, #334155)}.voice-recorder-compose-processing{width:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:center;gap:.65rem;padding:.72rem 1rem;border-radius:12px;border:1px solid var(--border, #e2e8f0);background:var(--bg-subtle, #f8fafc);font-size:.85rem;font-weight:600;color:var(--text-secondary, #475569);font-family:Vazir,sans-serif}.voice-recorder-compose-processing.voice-recorder-compose--embed{border:none;background:transparent;padding:.35rem .25rem}.voice-recorder-compose-processing .loading-spinner{width:1.35rem;height:1.35rem;border:2px solid rgba(30,58,138,.2);border-top-color:var(--accent, #1e3a8a);border-radius:50%;animation:spin .8s linear infinite}.contact-lawyer-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;direction:rtl;cursor:pointer}.contact-lawyer-modal{background:transparent;border-radius:16px;padding:0;max-width:500px;width:100%;max-height:90vh;display:flex;flex-direction:column;position:relative;box-shadow:none;overflow:hidden;border:none;cursor:default}.contact-lawyer-title-row{display:flex;align-items:center;justify-content:space-between;gap:.8rem;margin:1.5rem 0 1rem;background:#fff;padding:1rem 1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;position:relative;flex-direction:row-reverse}.contact-lawyer-close{background:transparent;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b7280;transition:all .2s ease;padding:.4rem .6rem;margin:0;z-index:10001;pointer-events:auto;line-height:1;flex-shrink:0;border-radius:8px;position:relative}.contact-lawyer-close:hover{background:#f3f4f6;color:#1f2937;transform:scale(1.05)}.contact-lawyer-close:active{transform:scale(.95)}.contact-lawyer-close svg{width:20px;height:20px}.contact-lawyer-content{display:flex;flex-direction:column;height:100%;overflow:hidden}.contact-lawyer-content-wrapper{flex:1;overflow:visible;padding:0;box-sizing:border-box;background:transparent;display:flex;flex-direction:column;min-height:0}.contact-lawyer-content-wrapper .contact-lawyer-info-section{padding:0}.contact-lawyer-title{font-family:Vazir,sans-serif;font-size:1.2rem;font-weight:700;color:#1e40af;margin:0;text-align:center;flex:1;position:absolute;left:50%;transform:translate(-50%);width:100%}.contact-lawyer-info-section{display:flex;flex-direction:column;gap:.8rem;width:100%;box-sizing:border-box;flex:1;min-height:0;overflow:hidden}.contact-lawyer-section-title{font-family:Vazir,sans-serif;font-size:.95rem;font-weight:700;color:#374151;margin:0}.contact-lawyer-lawyer-info{display:flex;flex-direction:column;gap:.6rem;background:#fff;padding:1rem;border-radius:12px 12px 0 0;border:1px solid #e5e7eb;width:100%;box-sizing:border-box;overflow-y:auto;flex:1;min-height:0}.contact-lawyer-title-badge{font-family:Vazir,sans-serif;font-size:.55rem;font-weight:600;color:#1e40af;background:#eff6ff;padding:.2rem .5rem;border-radius:12px;border:1px solid #bfdbfe;margin-right:.5rem;white-space:nowrap;display:inline-block;width:auto}.contact-lawyer-stars{display:flex;align-items:center;gap:.3rem;margin:.5rem 0;flex-direction:row-reverse}.contact-lawyer-stars .star-single{font-size:.85rem;line-height:1}.contact-lawyer-stars .star-score-text{font-family:Vazir,sans-serif;font-size:.75rem;color:#666;font-weight:600}.contact-lawyer-stars .star-score-text{font-family:Vazir,sans-serif;font-size:.85rem;color:#666;font-weight:600}.contact-lawyer-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.3rem}.contact-lawyer-tag-badge{font-family:Vazir,sans-serif;font-size:.6rem;font-weight:600;color:#1e40af;background:#eff6ff;padding:.25rem .6rem;border-radius:12px;border:1px solid #bfdbfe;white-space:nowrap}.contact-lawyer-icbar-link{font-family:Vazir,sans-serif;font-size:.85rem;color:#2563eb;text-decoration:none;font-weight:600;transition:color .2s ease}.contact-lawyer-icbar-link:hover{color:#1d4ed8;text-decoration:underline}.contact-lawyer-info-item{display:flex;justify-content:space-between;align-items:flex-start;gap:0;padding:.5rem 0;border-bottom:1px solid #e5e7eb}.contact-lawyer-info-item:last-child{border-bottom:none}.contact-lawyer-info-item-tags{flex-direction:column;align-items:flex-start}.contact-lawyer-info-item-tags .contact-lawyer-info-value{width:100%;margin-top:.3rem}.contact-lawyer-info-item-intro{flex-direction:column;align-items:flex-start}.contact-lawyer-intro-value{width:100%;display:block!important;direction:rtl!important;text-align:right!important;margin-top:.3rem;unicode-bidi:bidi-override}.contact-lawyer-info-label{font-family:Vazir,sans-serif;font-size:.85rem;font-weight:600;color:#666;flex-shrink:0}.contact-lawyer-info-value{font-family:Vazir,sans-serif;font-size:.85rem;color:#374151;text-align:left;word-break:break-word;display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.contact-lawyer-info-item-name .contact-lawyer-info-value{flex-direction:column;align-items:flex-start;gap:.5rem}.contact-lawyer-name-row{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;width:100%;direction:ltr;justify-content:flex-start}.contact-lawyer-name-row strong{font-size:1rem;margin:0;padding:0;text-align:left;align-self:flex-start;width:100%;display:block}.contact-lawyer-score-row{display:flex;align-items:center;width:100%;justify-content:flex-end;gap:.5rem;flex-direction:row-reverse}.contact-lawyer-actions{display:flex;gap:0rem;margin-top:0;position:sticky;bottom:0;z-index:10;flex-shrink:0;width:100%;box-sizing:border-box;padding:0;border-radius:0 0 16px 16px;overflow:hidden;box-shadow:0 -4px 12px #0000001a}.contact-lawyer-actions .contact-lawyer-report-button,.contact-lawyer-actions .contact-lawyer-call-button,.contact-lawyer-actions .contact-lawyer-message-button{flex:1;font-family:Vazir,sans-serif;padding:1rem .75rem;border-radius:0;font-size:.95rem;font-weight:700;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.4rem;border:none;box-sizing:border-box}.contact-lawyer-report-button{background:linear-gradient(135deg,#f59e0b,#f97316);color:#fff}.contact-lawyer-report-button:hover{filter:brightness(1.04)}.contact-lawyer-call-button{background:linear-gradient(135deg,#10b981,#34d399);color:#fff}.contact-lawyer-call-button:hover{filter:brightness(1.04)}.contact-lawyer-message-button{background:linear-gradient(135deg,#3b82f6,#60a5fa);color:#fff}.contact-lawyer-message-button:hover{filter:brightness(1.04)}.contact-lawyer-call-button:active,.contact-lawyer-report-button:active,.contact-lawyer-message-button:active{filter:brightness(.9)}.contact-lawyer-report-button svg,.contact-lawyer-call-button svg,.contact-lawyer-message-button svg{flex-shrink:0;fill:currentColor}.contact-lawyer-complaint-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10010;display:flex;align-items:center;justify-content:center;background:#0f172a80;padding:1rem}.contact-lawyer-complaint-modal{width:100%;max-width:430px;background:#fff;border-radius:14px;box-shadow:0 16px 40px #0003;padding:1rem;direction:rtl}.contact-lawyer-complaint-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.contact-lawyer-complaint-header h3{margin:0;font-family:Vazir,sans-serif;font-size:1rem;color:#1f2937}.contact-lawyer-complaint-close{border:none;background:transparent;color:#6b7280;font-size:1.4rem;line-height:1;cursor:pointer}.contact-lawyer-complaint-hint{margin:0 0 .75rem;font-family:Vazir,sans-serif;color:#4b5563;font-size:.82rem}.contact-lawyer-complaint-form{display:flex;flex-direction:column;gap:.65rem}.contact-lawyer-complaint-form textarea{width:100%;border:1px solid #d1d5db;border-radius:10px;padding:.7rem .8rem;font-family:Vazir,sans-serif;font-size:.9rem;line-height:1.7;resize:vertical;direction:rtl}.contact-lawyer-complaint-form textarea:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b29}.contact-lawyer-complaint-submit{border:none;border-radius:10px;padding:.8rem 1rem;background:linear-gradient(135deg,#f59e0b,#f97316);color:#fff;font-family:Vazir,sans-serif;font-size:.95rem;font-weight:700;cursor:pointer}.contact-lawyer-complaint-submit:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 480px){.contact-lawyer-modal{padding:0;border-radius:12px}.contact-lawyer-title{font-size:1.1rem}.contact-lawyer-section-title{font-size:.9rem}.contact-lawyer-info-label,.contact-lawyer-info-value{font-size:.8rem}.contact-lawyer-actions .contact-lawyer-call-button,.contact-lawyer-actions .contact-lawyer-report-button,.contact-lawyer-actions .contact-lawyer-message-button{padding:.9rem .5rem;font-size:.85rem}}.lawyer-recommendation-section{margin:.5rem 0;padding:1rem;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:16px;border:2px solid #bae6fd;box-shadow:0 4px 12px #3b82f61a}.lawyer-recommendation-title{font-family:Vazir,sans-serif;text-align:center;margin:0 0 1rem;line-height:1.6}.lawyer-recommendation-title p{font-family:Vazir,sans-serif;font-size:.95rem;font-weight:700;color:#1e40af;margin:.3rem 0}.lawyer-recommendation-list{display:flex;flex-direction:column;gap:1rem}.lawyer-recommendation-card{background:#fff;border-radius:12px;padding:1rem;border:2px solid #e5e7eb;box-shadow:0 2px 8px #00000014;cursor:pointer;transition:all .2s ease}.lawyer-recommendation-card:hover{border-color:#93c5fd;box-shadow:0 4px 12px #0000001f}.lawyer-recommendation-content{display:flex;align-items:flex-start;gap:1rem;direction:rtl}.lawyer-recommendation-portrait{flex-shrink:0;width:70px;height:70px;border-radius:12px;overflow:hidden;border:3px solid #e5e7eb;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000001a;color:#9ca3af}.lawyer-recommendation-portrait-img{width:100%;height:100%;object-fit:cover}.lawyer-recommendation-info{flex:1;display:flex;flex-direction:column;gap:.4rem;min-width:0;text-align:right}.lawyer-recommendation-info>.lawyer-recommendation-title-badge{align-self:flex-start}.lawyer-recommendation-name-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.lawyer-recommendation-name{font-family:Vazir,sans-serif;font-size:1rem;font-weight:700;color:#374151;margin:0;line-height:1.3}.lawyer-recommendation-title-badge{font-family:Vazir,sans-serif;font-size:.55rem;font-weight:600;color:#1e40af;background:#eff6ff;padding:.2rem .5rem;border-radius:12px;border:1px solid #bfdbfe;white-space:nowrap;margin:.2rem 0;display:inline-block;width:fit-content;max-width:100%}.lawyer-score-stars{display:flex;align-items:center;gap:.3rem;margin:.3rem 0;flex-direction:row-reverse;justify-content:flex-end;width:100%}.lawyer-score-stars .star-single{font-size:.85rem;line-height:1}.lawyer-score-stars .star-score-text{font-family:Vazir,sans-serif;font-size:.75rem;color:#666;font-weight:600}.lawyer-recommendation-intro{font-family:Vazir,sans-serif;font-size:.75rem;color:#666;margin:0;line-height:1.5;direction:rtl;text-align:right}.lawyer-recommendation-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin:.4rem 0}.lawyer-tag-badge{font-family:Vazir,sans-serif;font-size:.55rem;font-weight:600;color:#1e40af;background:#eff6ff;padding:.2rem .5rem;border-radius:12px;border:1px solid #bfdbfe;white-space:nowrap}.lawyer-recommendation-city{font-family:Vazir,sans-serif;font-size:.7rem;color:#888;margin:0;line-height:1.4;display:flex;align-items:center;gap:.3rem}.lawyer-recommendation-actions{display:flex;gap:.5rem;margin-top:.5rem;flex-wrap:wrap}.lawyer-recommendation-contact-btn{font-family:Vazir,sans-serif;background:linear-gradient(135deg,#60a5fa,#93c5fd);color:#1e3a8a;border:none;padding:.5rem 1rem;border-radius:8px;font-size:.75rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #60a5fa4d;width:100%}.lawyer-recommendation-contact-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #60a5fa66}.lawyer-recommendation-contact-btn:active{transform:translateY(0)}@media (max-width: 480px){.lawyer-recommendation-section{margin:.5rem 0;padding:.8rem;border-radius:12px}.lawyer-recommendation-title{font-size:.85rem}.lawyer-recommendation-portrait{width:60px;height:60px;border-radius:10px}.lawyer-recommendation-name{font-size:.9rem}.lawyer-recommendation-specialties{font-size:.7rem}.lawyer-recommendation-city{font-size:.65rem}.lawyer-recommendation-actions{flex-direction:column}.lawyer-recommendation-contact-btn{width:100%;padding:.45rem .9rem;font-size:.7rem}}.chat-history-container{background:transparent;border-radius:0;box-shadow:none;border:none;margin-bottom:0;display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden;position:relative}.service-page:not(.service-page-chat) .chat-history-container{height:calc(100vh - 200px);height:calc(100dvh - 200px);min-height:400px;max-height:calc(100vh - 200px);max-height:calc(100dvh - 200px)}.service-page:has(.chat-history-container) .chat-history-container{height:auto;min-height:0;max-height:none}.service-page.service-page-chat .chat-history-container{height:auto;min-height:0;max-height:none}.chat-controls-bar{padding:.4rem .6rem;display:flex;justify-content:space-between;align-items:center;flex-direction:row-reverse;background:transparent;flex-shrink:0;gap:.5rem}.chat-controls-left{display:flex;align-items:center;gap:.5rem;flex-direction:row-reverse}.btn-history-compact{font-family:Vazir,sans-serif;background:#fff;border:1px solid #e5e7eb;color:var(--accent);padding:.4rem;border-radius:6px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:32px;height:32px;flex-shrink:0}.btn-history-compact:hover{background:var(--accent);color:#fff;border-color:var(--accent);filter:brightness(1.02)}.btn-history-compact:active{filter:brightness(.92)}.btn-history-compact svg{width:16px;height:16px;flex-shrink:0}.btn-new-chat-compact{font-family:Vazir,sans-serif;background:#fff;border:1px solid #e5e7eb;color:var(--accent);padding:.4rem;border-radius:6px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:32px;height:32px;flex-shrink:0}.btn-new-chat-compact:hover{background:var(--accent);color:#fff;border-color:var(--accent);filter:brightness(1.02)}.btn-new-chat-compact:active{filter:brightness(.92)}.btn-new-chat-compact.btn-export-loading{position:relative;pointer-events:none;cursor:not-allowed;opacity:.95}.chat-controls-bar .btn-new-chat-compact.btn-export-loading:after{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:8px;padding:2px;background:linear-gradient(105deg,transparent 0%,transparent 30%,rgba(255,255,255,.75) 50%,transparent 70%,transparent 100%);background-size:200% 100%;animation:btn-export-shimmer 1.2s ease-in-out infinite;pointer-events:none}.btn-new-chat-compact svg{width:16px;height:16px;flex-shrink:0}.btn-export-session-compact{font-family:Vazir,sans-serif;background:#fff;border:1px solid #e5e7eb;color:var(--accent);padding:.4rem;border-radius:6px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:32px;height:32px;flex-shrink:0}.btn-export-session-compact:hover:not(:disabled){background:var(--accent);color:#fff;border-color:var(--accent);filter:brightness(1.02)}.btn-export-session-compact:active:not(:disabled){filter:brightness(.92)}.btn-export-session-compact svg{width:16px;height:16px;flex-shrink:0}.btn-export-session-compact.btn-export-loading{position:relative;pointer-events:none;cursor:not-allowed;opacity:.95}.chat-controls-bar .btn-export-session-compact.btn-export-loading:after{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:8px;padding:2px;background:linear-gradient(105deg,transparent 0%,transparent 30%,rgba(255,255,255,.75) 50%,transparent 70%,transparent 100%);background-size:200% 100%;animation:btn-export-shimmer 1.2s ease-in-out infinite;pointer-events:none}.btn-back-compact{font-family:Vazir,sans-serif;background:#fff;border:1px solid #e5e7eb;color:var(--accent);padding:.4rem;border-radius:6px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:32px;height:32px;flex-shrink:0}.btn-back-compact:hover{background:var(--accent);color:#fff;border-color:var(--accent);filter:brightness(1.02)}.btn-back-compact:active{filter:brightness(.92)}.btn-back-compact svg{width:16px;height:16px;flex-shrink:0}.btn-maximize-toggle{font-family:Vazir,sans-serif;background:#fff;border:1px solid #e5e7eb;color:#6b7280;padding:.4rem;border-radius:6px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:32px;height:32px;flex-shrink:0}.btn-maximize-toggle--labeled{width:auto;min-width:32px;padding:.35rem .55rem;gap:.3rem}.btn-maximize-toggle-label{font-size:.7rem;font-weight:600;line-height:1;white-space:nowrap;color:inherit}.btn-maximize-toggle:hover{background:#f3f4f6;color:var(--accent);border-color:var(--accent);filter:brightness(1.02)}.btn-maximize-toggle:active{filter:brightness(.94)}.btn-maximize-toggle svg{width:18px;height:18px;flex-shrink:0}.chat-history-container.maximized{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;background:var(--bg-app, #ffffff);height:100vh!important;max-height:100vh!important;min-height:100vh!important;margin:0;padding:0}.chat-history-container.maximized~.service-header-with-back,.chat-history-container.maximized~.service-header,.chat-history-container.maximized~.StickyBackButton,.chat-history-container.maximized~.ClientChatGuide,.chat-history-container.maximized~.GoToTop,.service-page.service-page-chat:has(.chat-history-container.maximized)>.service-header-with-back,.service-page.service-page-chat:has(.chat-history-container.maximized)>.service-header{display:none}.chat-history-container.maximized .chat-history{height:calc(100vh - 200px);height:calc(100dvh - 200px);flex:1;padding-bottom:130px}.chat-history-container.maximized .chat-input-container{position:fixed;bottom:0;left:0;right:0;background:var(--bg-app, #fafbfc);border-top:1px solid var(--border, #e5e7eb);z-index:10000;padding:.55rem .75rem calc(.65rem + env(safe-area-inset-bottom,0px));box-shadow:0 -4px 24px #0f172a14;max-width:100%;box-sizing:border-box}.chat-history-container.maximized .chat-controls-bar{position:sticky;top:0;background:var(--bg-app, #ffffff);z-index:100;box-shadow:0 2px 8px #0f172a0f;border-bottom:none}.chat-history-container.maximized .chat-message-actions{position:relative;z-index:10}@media (min-width: 1024px) and (display-mode: browser){.btn-maximize-toggle{display:none!important}}.chat-history{flex:1;overflow-y:auto;display:flex;flex-direction:column;min-height:0;padding-bottom:80px;touch-action:pan-y;-webkit-overflow-scrolling:touch;contain:layout}.chat-history-loading{padding:2rem;text-align:center;color:#666;font-family:Vazir,sans-serif;font-size:.75rem;display:flex;align-items:center;justify-content:center;gap:.5rem;flex:1;min-height:0}.chat-history-loading .loading-spinner{width:.75rem;height:.75rem;border:2px solid rgba(102,102,102,.3);border-top-color:#666;border-radius:50%;animation:spin .8s linear infinite;display:inline-block;flex-shrink:0}.chat-history-load-more{padding:.6rem;text-align:center;border-bottom:1px solid var(--border-soft);flex-shrink:0;content-visibility:visible}@media (min-width: 1024px) and (display-mode: browser){.chat-history-load-more{min-height:2.5rem;display:flex;align-items:center;justify-content:center}}.btn-load-more{font-family:Vazir,sans-serif;background:var(--bg-muted);border:1px solid var(--border);color:var(--accent);padding:.4rem .8rem;border-radius:6px;cursor:pointer;font-size:.7rem;transition:all .2s ease}.btn-load-more:hover{background:var(--accent);color:var(--accent-on);border-color:var(--accent)}.chat-messages{padding:.8rem;display:flex;flex-direction:column;gap:1rem;contain:layout style}.chat-message-pair{display:flex;flex-direction:column;gap:.6rem;content-visibility:auto}.chat-message-pair--pending-in{animation:chatMessageEnter .38s ease-out both;content-visibility:visible}.chat-answer-reveal{opacity:0;transform:translateY(6px)}.chat-answer-reveal.is-visible{animation:chatAnswerReveal .45s ease forwards}@keyframes chatAnswerReveal{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes chatMessageEnter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.chat-message-pair--pending-in{animation:none}.chat-answer-reveal,.chat-answer-reveal.is-visible{opacity:1;transform:none;animation:none}}.chat-message{display:flex;gap:.6rem;align-items:flex-start}.chat-message-user{flex-direction:row-reverse}.chat-message-assistant{flex-direction:row}.chat-message-avatar{width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.chat-message-user .chat-message-avatar{background:linear-gradient(135deg,#1d4ed8,#3b82f6)}.chat-message-assistant .chat-message-avatar{background:#e5e7eb}.chat-message-avatar-lawyer svg{width:100%;height:100%;color:#4b5563}.chat-message-content{flex:1;min-width:0}.chat-message-text{font-family:Vazir,sans-serif;font-size:.75rem;line-height:1.6;color:var(--text);white-space:pre-wrap;word-wrap:break-word;padding:.6rem .8rem;border-radius:8px;text-align:justify}.chat-message-text p{margin:.5rem 0}.chat-message-text p:first-child{margin-top:0}.chat-message-text p:last-child{margin-bottom:0}.chat-message-text blockquote{margin:.5rem 0;padding:.5rem .8rem;border-right:3px solid rgba(22,101,52,.45);background:#f1f5f9f2;border-radius:4px;font-style:italic}.chat-message-text b{font-weight:700}.chat-message-text u{text-decoration:underline}.chat-message-text .chat-number{color:#ea580c;font-weight:700}.chat-message-text .chat-number-list{color:#1d4ed8;font-weight:700}.chat-ai-warning{margin-top:.5rem;padding:.65rem .85rem;background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #f59e0b;border-radius:8px;font-family:Vazir,sans-serif;font-size:.75rem;font-weight:600;color:#92400e;text-align:right;line-height:1.6}.chat-message-user .chat-message-text{background:#dbeafe;color:#0f172a;border:1px solid rgba(37,99,235,.2);border-top-right-radius:4px}.chat-message-user .chat-message-text blockquote{border-right-color:#1d4ed866;background:#ffffffbf}.chat-message-assistant .chat-message-text{background:#fff;color:var(--text);border:1px solid #e5e7eb;border-top-left-radius:4px;box-shadow:0 1px 2px #0f172a0a}.chat-message-actions{display:flex;gap:.4rem;margin-top:.4rem;flex-wrap:wrap;position:relative;z-index:5}.chat-message-actions .btn-copy,.chat-message-actions .btn-export{font-family:Vazir,sans-serif;background:#f8f9fa;border:1px solid #e5e7eb;padding:.28rem .55rem;border-radius:6px;cursor:pointer;font-size:.65rem;transition:all .2s ease;color:var(--text);white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;gap:.28rem}.chat-message-actions .chat-message-action-icon{flex-shrink:0;display:block;opacity:.92}.chat-message-actions .btn-copy:hover,.chat-message-actions .btn-export:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.chat-message-actions .btn-copy:active,.chat-message-actions .btn-export:active{filter:brightness(.96);transform:none}.chat-message-actions .btn-export.btn-export-loading{position:relative;pointer-events:none;cursor:not-allowed;overflow:hidden;background:#e5e7eb!important;color:#6b7280!important;border:1px solid #d1d5db;border-color:var(--accent);animation:btn-export-pulse 1s ease-in-out infinite}.chat-message-actions .btn-export.btn-export-loading:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:6px;background:linear-gradient(105deg,transparent 0%,transparent 30%,rgba(255,255,255,.75) 50%,transparent 70%,transparent 100%);background-size:200% 100%;animation:btn-export-shimmer 1.2s ease-in-out infinite;pointer-events:none}.chat-message-footer{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.4rem;margin-top:.4rem;position:relative;z-index:5}.chat-message-footer .chat-message-actions{margin-top:0}.chat-message-feedback{display:flex;align-items:center;gap:.25rem}.chat-feedback-btn{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:none;border-radius:4px;background:transparent;cursor:pointer;transition:color .35s ease,opacity .2s ease,transform .2s ease}.chat-feedback-btn svg{display:block}.chat-feedback-btn:hover:not(:disabled){opacity:.85;transform:scale(1.1)}.chat-feedback-btn:active:not(:disabled){transform:scale(.95)}.chat-feedback-btn:disabled{cursor:default;opacity:1}.chat-feedback-btn.feedback-like{color:#16a34a}.chat-feedback-btn.feedback-like:hover:not(:disabled){color:#15803d}.chat-feedback-btn.feedback-dislike{color:#dc2626}.chat-feedback-btn.feedback-dislike:hover:not(:disabled){color:#b91c1c}.chat-feedback-btn.feedback-set{color:#9ca3af;animation:feedback-set-mute .4s ease}@keyframes feedback-set-mute{0%{transform:scale(1);opacity:1}40%{transform:scale(.88);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes btn-export-pulse{0%,to{box-shadow:0 0 #6366f199}50%{box-shadow:0 0 0 5px #6366f159}}@keyframes btn-export-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.chat-input-form{padding:.5rem 0;padding-bottom:max(.5rem,env(safe-area-inset-bottom,0px));background:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0;flex-shrink:0;z-index:10}.chat-history-container.maximized .chat-input-form{padding-bottom:0}.chat-input-container{max-width:100%;margin:0 auto}.chat-ai-wait-hint{margin:0 0 .35rem;padding:0 .2rem;text-align:right}.chat-ai-wait-hint-text{font-family:Vazir,sans-serif;font-size:.75rem;line-height:1.45;font-weight:500;display:inline-block;color:#9ca3af;background-image:linear-gradient(90deg,#9ca3af,#a8b1c0 22%,#292f37,#8c9096 78%,#9ca3af);background-size:200% 100%}@supports ((-webkit-background-clip: text) or (background-clip: text)){.chat-ai-wait-hint-text{-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;animation:chat-ai-wait-shimmer 7s linear infinite reverse}}@keyframes chat-ai-wait-shimmer{0%{background-position:100% 50%}to{background-position:-100% 50%}}.chat-input-wrapper{position:relative;display:flex;align-items:flex-end;background:var(--bg-elevated, #ffffff);border:1px solid rgba(148,163,184,.28);border-radius:24px;box-shadow:0 2px 8px #0f172a0d;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;padding:.42rem .45rem .42rem .6rem;min-height:50px}.chat-input-wrapper:focus-within{border-color:#60a5fa99;box-shadow:0 0 0 3px #3b82f61f,0 1px 3px #0f172a14}.chat-input-wrapper.is-loading{border-color:#6366f173;box-shadow:0 0 0 3px #6366f124,0 1px 3px #0f172a0f;animation:chat-input-loading-pulse 1.6s ease-in-out infinite}@keyframes chat-input-loading-pulse{0%,to{border-color:#6366f159;box-shadow:0 0 0 3px #6366f11a,0 1px 3px #0f172a0f}50%{border-color:#6366f18c;box-shadow:0 0 0 4px #6366f133,0 1px 3px #0f172a0f}}.chat-input-attach-slot{position:relative;display:flex;align-items:center;flex-shrink:0;margin-inline-end:.3rem;margin-bottom:.1rem}.chat-input-actions{display:flex;gap:.4rem;align-items:center;flex-shrink:0;margin-inline-end:.2rem;margin-bottom:.1rem}.chat-input-wrapper.is-voice-recording-ui .chat-input,.chat-input-wrapper.is-voice-recording-ui .animated-placeholder-overlay,.chat-input-wrapper.is-voice-recording-ui .chat-input-attach-slot{display:none!important}.chat-input-actions.is-voice-recording-mode{width:100%;justify-content:stretch;padding:.28rem .4rem;border:1px solid var(--border-strong, #c7d2fe);background:linear-gradient(180deg,var(--bg-elevated, #f8fafc),var(--bg-subtle, #eef2ff));border-radius:18px}.chat-input-actions.is-voice-recording-mode .chat-send-button,.chat-input-actions.is-voice-recording-mode .chat-input-actions-inline{display:none!important}.chat-input{font-family:Vazir,sans-serif;flex:1;width:100%;padding:0;border:none;border-radius:0;font-size:1rem;resize:none;min-height:32px;max-height:200px;line-height:1.45;transition:all .3s ease;background:transparent;box-sizing:border-box;overflow-y:auto;padding-inline-start:.45rem;padding-inline-end:.55rem;outline:none;caret-color:var(--accent-light, #3b82f6);color:var(--text, #1f2937)}.chat-input::selection{background-color:#1e3a8a33}.chat-input:focus{outline:none;border:none;box-shadow:none}.chat-input:focus-visible{outline:none;border:none;box-shadow:none}.chat-input:disabled{background:transparent;cursor:not-allowed;opacity:.6}.animated-placeholder-overlay{-webkit-user-select:none;user-select:none}.animated-cursor{display:inline-block;animation:blink 1s infinite;color:var(--accent);font-weight:700}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.chat-send-button{font-family:Vazir,sans-serif;background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;border:none;width:2rem;height:2rem;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:filter .08s ease,opacity .2s ease;flex-shrink:0;padding:0;position:relative;margin:0;vertical-align:middle}.chat-send-button.is-loading:after{opacity:1}.chat-send-spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;z-index:3}.chat-send-spinner .loading-spinner{width:2rem;height:2rem;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.chat-send-button:hover:not(:disabled){filter:brightness(1.06)}.chat-send-button:active:not(:disabled){filter:brightness(.9)}.chat-send-button:disabled{opacity:.6;cursor:not-allowed;color:#fff}.chat-file-upload-btn{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:transparent;border:none;color:#6b7280;cursor:pointer;transition:all .2s ease;flex-shrink:0;padding:0}.chat-file-upload-btn:hover{background:#f3f4f6;color:var(--accent);transform:scale(1.05)}.chat-file-upload-btn:active{transform:scale(.95)}.chat-file-upload-btn svg{width:1.1rem;height:1.1rem}.chat-file-upload-btn:disabled{opacity:.5;cursor:not-allowed;color:#fff}.chat-history::-webkit-scrollbar{width:4px}.chat-history::-webkit-scrollbar-track{background:transparent}.chat-history::-webkit-scrollbar-thumb{background:#888;border-radius:2px}.chat-history::-webkit-scrollbar-thumb:hover{background:#555}.loading-dots-shiny{display:inline-block;font-size:1.2rem;font-weight:700;background:linear-gradient(135deg,#3b82f6,#1e3a8a,#3b82f6);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:shiny-gradient 2s ease-in-out infinite;text-shadow:0 0 8px rgba(59,130,246,.5);filter:drop-shadow(0 0 4px rgba(59,130,246,.6))}@keyframes shiny-gradient{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.profile-complete-cta-wrap{margin-top:1rem;padding:.5rem .8rem 1.1rem;border-radius:12px;background:linear-gradient(180deg,#f8fafc,#eef2ff);border:1px solid #c7d2fe}.profile-complete-cta-intro{margin:0 0 .85rem;font-size:.75rem;font-weight:600;line-height:1.85;color:#1e293b;text-align:justify}.profile-complete-cta-btn{width:100%;padding:.62rem 1.25rem;font-size:.93rem;font-weight:600;line-height:1.3;border:1px solid rgba(109,40,217,.35);border-radius:12px;cursor:pointer;color:#fff;background:linear-gradient(135deg,#4338ca,#6366f1);box-shadow:0 2px 8px #5b21b638;display:inline-block;box-sizing:border-box;text-decoration:none;text-align:center}.profile-complete-cta-btn:active{transform:scale(.99)}.chat-uploaded-files{display:grid;grid-template-columns:repeat(2,1fr);gap:.45rem;margin-bottom:.55rem;padding:.45rem .38rem;background:var(--bg-subtle, #f1f5f9);border-radius:12px;border:1px solid var(--border-soft, #e2e8f0);box-sizing:border-box}.chat-uploaded-file-chip{display:flex;align-items:center;justify-content:space-between;padding:.42rem .48rem;background:var(--bg-elevated, #ffffff);border-radius:10px;border:1px solid var(--border, #e5e7eb);flex-direction:row-reverse;gap:.4rem;min-width:0;box-sizing:border-box}.chat-uploaded-file-chip-inner{display:flex;align-items:center;gap:.4rem;flex-direction:row-reverse;flex:1;min-width:0}.chat-uploaded-file-chip-meta-wrap{display:flex;flex-direction:column;gap:.2rem;flex:1;min-width:0}.chat-uploaded-file-name{font-size:.72rem;font-weight:600;color:var(--text, #374151);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-uploaded-file-meta{font-size:.62rem;font-weight:600;color:var(--text-muted, #6b7280)}.chat-uploaded-file-meta.is-ok{color:var(--success-text, #047857)}.chat-uploaded-file-meta.is-err{color:var(--error-text, #b91c1c)}.chat-uploaded-file-remove{background:transparent;border:none;color:var(--error, #ef4444);cursor:pointer;padding:.2rem;display:flex;align-items:center;justify-content:center;border-radius:8px;flex-shrink:0;transition:background .15s ease;-webkit-tap-highlight-color:transparent}.chat-uploaded-file-remove:hover{background:var(--error-bg, rgba(239, 68, 68, .12))}.confirm-dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10003;padding:1rem;animation:fadeIn .2s ease;margin:0;box-sizing:border-box}body.chat-maximized .confirm-dialog-overlay{z-index:10003!important}.confirm-dialog-modal{background:#fff;border-radius:12px;max-width:var(--content-max, 400px);width:100%;display:flex;flex-direction:column;box-shadow:0 10px 40px #0000004d;animation:fadeInModal .2s ease;overflow:hidden;position:relative;margin:auto}.confirm-dialog-header{display:flex;align-items:center;gap:.8rem;padding:1rem 1.2rem;background:linear-gradient(135deg,#1e3a8a,#3b82f6)}.confirm-dialog-icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:#fff3;border-radius:50%;flex-shrink:0;color:#fff}.confirm-dialog-icon svg{width:1.5rem;height:1.5rem;stroke:currentColor;stroke-width:2}.confirm-dialog-title{font-family:Vazir,sans-serif;font-size:1rem;font-weight:700;color:#fff!important;margin:0;flex:1}.confirm-dialog-content{padding:1.5rem 1.2rem}.confirm-dialog-message{font-family:Vazir,sans-serif;font-size:.85rem;line-height:1.8;color:#333;text-align:right;margin:0;text-align:justify;white-space:pre-line}.confirm-dialog-actions{display:flex;gap:.8rem;padding:.85rem 1.2rem 1.1rem;justify-content:flex-end}.confirm-dialog-btn{font-family:Vazir,sans-serif;font-size:.85rem;font-weight:600;padding:.6rem 1.2rem;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;min-width:100px}.confirm-dialog-btn-cancel{background:#f3f4f6;color:#374151}.confirm-dialog-btn-cancel:hover{background:#e5e7eb;filter:brightness(.98)}.confirm-dialog-btn-cancel:active{filter:brightness(.92)}.confirm-dialog-btn-confirm{background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff}.confirm-dialog-btn-confirm:hover{filter:brightness(1.05)}.confirm-dialog-btn-confirm:active{filter:brightness(.9)}.chat-history-sidebar-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:9998;animation:fadeIn .2s ease}.chat-history-sidebar{position:fixed;top:0;left:0;bottom:0;width:280px;background:#fff;box-shadow:-2px 0 8px #0000001a;z-index:9999;display:flex;flex-direction:column;animation:slideInLeft .3s ease;direction:rtl}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.chat-history-sidebar-header{padding:1rem;border-bottom:none;display:flex;align-items:center;justify-content:space-between;background:#f9fafb}.chat-history-sidebar-header h3{font-family:Vazir,sans-serif;font-size:1rem;font-weight:600;color:var(--text);margin:0}.chat-history-sidebar-close{background:none;border:none;cursor:pointer;padding:.4rem;display:flex;align-items:center;justify-content:center;border-radius:4px;color:#6b7280;transition:all .2s ease}.chat-history-sidebar-close:hover{background:#e5e7eb;color:var(--text)}.chat-history-sidebar-content{flex:1;overflow-y:auto;padding:.5rem}.chat-history-new-chat-btn{width:100%;padding:.75rem 1rem;margin-bottom:.5rem;background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;border:none;border-radius:8px;font-family:Vazir,sans-serif;font-size:.85rem;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease}.chat-history-new-chat-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #1e3a8a4d}.chat-history-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:2rem 1rem;color:#6b7280;font-family:Vazir,sans-serif;font-size:.85rem}.chat-history-empty{padding:2rem 1rem;text-align:center;color:#6b7280;font-family:Vazir,sans-serif;font-size:.85rem}.chat-history-list{display:flex;flex-direction:column;gap:.25rem}.chat-history-item{padding:.75rem;border-radius:8px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:space-between;gap:.5rem;border:1px solid transparent}.chat-history-item:hover{background:#f3f4f6;border-color:#e5e7eb}.chat-history-item.active{background:#eff6ff;border-color:#3b82f6}.chat-history-item-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.chat-history-item-preview{font-family:Vazir,sans-serif;font-size:.8rem;color:var(--text);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-history-item.active .chat-history-item-preview{color:#1e40af;font-weight:600}.chat-history-item-options{font-family:Vazir,sans-serif;font-size:.7rem;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-history-item.active .chat-history-item-options{color:#3b82f6}.chat-history-item-badge{background:#e5e7eb;color:#4b5563;font-family:Vazir,sans-serif;font-size:.7rem;font-weight:600;padding:.2rem .5rem;border-radius:12px;flex-shrink:0;min-width:1.5rem;text-align:center}.chat-history-item.active .chat-history-item-badge{background:#3b82f6;color:#fff}.chat-history-item-meta{display:flex;align-items:center;gap:.35rem;flex-shrink:0}.chat-history-item-hide{background:none;border:none;cursor:pointer;padding:.35rem;border-radius:6px;color:#9ca3af;display:flex;align-items:center;justify-content:center;transition:color .15s ease,background .15s ease}.chat-history-item-hide:hover:not(:disabled){color:#dc2626;background:#fef2f2}.chat-history-item-hide:disabled{cursor:not-allowed;opacity:.6}.chat-history-item-hide-spinner{width:14px;height:14px;border:2px solid #e5e7eb;border-top-color:#6b7280;border-radius:50%;animation:chat-history-spin .7s linear infinite}@keyframes chat-history-spin{to{transform:rotate(360deg)}}@media (max-width: 768px){.chat-history-sidebar{width:100%;max-width:320px}}.service-guide-icon-btn{background:transparent;border:none;color:var(--accent);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:.3rem;margin:0;transition:all .2s ease;flex-shrink:0;border-radius:50%;width:2rem;height:2rem}.service-guide-icon-btn:hover{background:#1e3a8a1a;transform:scale(1.1)}.service-guide-icon-btn:active{transform:scale(.95)}.service-guide-icon-btn svg{width:1.2rem;height:1.2rem;stroke:currentColor;fill:none}.service-guide-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease;margin:0;box-sizing:border-box}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.service-guide-modal{background:#fff;border-radius:12px;max-width:var(--content-max, 400px);width:100%;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 10px 40px #0000004d;animation:fadeInModal .2s ease;overflow:hidden;position:relative;margin:auto}@keyframes fadeInModal{0%{opacity:0}to{opacity:1}}.service-guide-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.2rem;background:linear-gradient(135deg,#1e3a8a,#3b82f6)}.service-guide-title{font-family:Vazir,sans-serif;font-size:clamp(1.1rem,3.2vw,1.35rem);font-weight:700;color:#fff!important;margin:0}.service-guide-close{background:#fff3;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:.4rem;border-radius:50%;width:2rem;height:2rem;transition:all .2s ease;flex-shrink:0}.service-guide-close:hover{background:#ffffff4d;transform:rotate(90deg)}.service-guide-close:active{transform:rotate(90deg) scale(.9)}.service-guide-close svg{width:1.2rem;height:1.2rem;stroke:currentColor;stroke-width:2.5}.service-guide-content{padding:1.2rem 1.2rem 2rem;overflow-y:scroll;overflow-x:hidden;flex:1;min-height:0;-webkit-overflow-scrolling:touch;touch-action:pan-y;overscroll-behavior-y:contain;position:relative}.service-guide-text{font-family:Vazir,sans-serif;font-size:clamp(.69rem,2.52vw,.805rem);line-height:1.85;color:#555;text-align:justify}.service-guide-text p{margin:.5rem 0;font-size:inherit}.service-guide-text p:first-child{margin-top:0}.service-guide-text p:last-child{margin-bottom:0}.service-guide-text blockquote{margin:.5rem 0;padding:.5rem .8rem;border-right:3px solid var(--accent);background:#f0f4ff;border-radius:4px;font-style:italic;font-size:clamp(.67rem,2.38vw,.756rem)}.service-guide-text blockquote.service-guide-highlight{font-style:normal;font-size:clamp(.7rem,2.45vw,.784rem);background:linear-gradient(135deg,#dbeafe,#e0e7ff);border-right-width:4px;border-right-color:var(--accent);padding:.65rem .9rem}.service-guide-text b{font-weight:700}.service-guide-text h3{font-size:clamp(.71rem,2.38vw,.826rem);font-weight:700;margin:1rem 0 .5rem;color:var(--accent)}.service-guide-text h3:first-child{margin-top:0}.service-guide-text hr{border:none;border-top:1px solid #e5e7eb;margin:1rem 0}.service-guide-icon-animate{animation:guideIconPulse .6s ease}@keyframes guideIconPulse{0%{transform:scale(1)}50%{transform:scale(1.2) rotate(10deg);color:var(--accent)}to{transform:scale(1)}}.go-to-top{position:fixed;bottom:5rem;left:50%;width:3rem;height:3rem;margin-left:-1.5rem;background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:999;transition:opacity .3s ease,filter .08s ease;opacity:1;animation:slideUp .3s ease}.go-to-top:hover{filter:brightness(1.06)}.go-to-top:active{filter:brightness(.9)}.go-to-top svg{width:1.5rem;height:1.5rem}.go-to-top.fade-out{opacity:0;pointer-events:none}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 480px){.go-to-top{width:2.8rem;height:2.8rem;margin-left:-1.4rem;bottom:5rem}.go-to-top svg{width:1.3rem;height:1.3rem}}.btn-back-sticky{position:fixed!important;top:4.5rem;left:calc(50% - 200px + .75rem);z-index:998;background:#ffffffd9!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:50%;width:2.8rem;height:2.8rem;box-shadow:0 2px 12px #00000026;animation:slideInRight .3s ease;border:1px solid rgba(255,255,255,.3)}.btn-back-sticky:hover{background:#fffffff2!important;box-shadow:0 4px 16px #0003;transform:translate(-3px)!important}.btn-back-sticky:active{transform:translate(-1px)!important}@keyframes slideInRight{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}@media (min-width: 1024px) and (display-mode: browser){.btn-back-sticky{left:calc(50% - (var(--content-max, 780px) / 2) + .75rem)}}@media (max-width: 480px){.btn-back-sticky{top:4rem;left:.5rem;width:2.6rem;height:2.6rem}.btn-back-sticky svg{width:1.6rem;height:1.6rem}}.service-page{max-width:var(--content-max, 400px);width:100%;min-width:0;margin:0 auto;padding:0;padding-bottom:2.5rem;box-sizing:border-box;min-height:auto}.main-content-lawyer-nonchat .service-page:not(.service-page-chat){padding-bottom:calc(2rem + env(safe-area-inset-bottom,0px))}.service-page.service-page-chat{flex:1;min-height:0;overflow:hidden;padding:0;display:flex;flex-direction:column;position:relative}.service-page.service-page-chat.contact-lawyer-page:has(.chat-history-container.maximized) .service-header-with-back,.service-page.service-page-chat.contact-lawyer-page:has(.chat-history-container.maximized) .service-header{display:none}.service-page.service-page-chat.contact-lawyer-page:has(.chat-history-container.maximized) .confirm-dialog-overlay,.service-page.service-page-chat.contact-lawyer-page:has(.chat-history-container.maximized) .toast{display:flex!important}.service-page.service-page-chat:has(.chat-history-container.maximized) .service-header-with-back,.service-page.service-page-chat:has(.chat-history-container.maximized) .service-header{display:none}.service-page.service-page-chat:has(.chat-history-container.maximized) .confirm-dialog-overlay,.service-page.service-page-chat:has(.chat-history-container.maximized) .toast{display:flex!important}.service-header{display:flex;flex-direction:column;gap:.6rem;margin-bottom:.8rem;padding-bottom:.6rem;border-bottom:1px solid #f0f0f0;flex-shrink:0}.service-page.service-page-chat .service-header{margin-bottom:.8rem}.service-header-with-back{position:relative;display:flex;flex-direction:column;gap:.6rem;margin-bottom:0;padding-bottom:0;z-index:10;background:inherit;flex-shrink:0}.service-header-row{display:flex;align-items:center;gap:.6rem;flex-direction:row-reverse}.service-header-content{flex:1;display:flex;flex-direction:column;gap:0;min-width:0}.service-header-title-row{display:flex;align-items:center;justify-content:flex-end;width:100%;gap:.4rem;flex-direction:row-reverse}.service-header-title-row h1{margin:0;text-align:right;width:fit-content}.service-header-title-row h1.service-header-title-opens-guide{cursor:pointer;border-radius:6px;outline:none;transition:color .15s ease,background .15s ease}.service-header-title-row h1.service-header-title-opens-guide:hover{color:var(--accent)}.service-header-title-row h1.service-header-title-opens-guide:focus-visible{outline:2px solid rgba(37,99,235,.45);outline-offset:2px}.btn-back{background:transparent;border:none;color:var(--accent);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0;padding:.5rem;margin:0;line-height:1}.btn-back svg{width:1.8rem;height:1.8rem;fill:currentColor;transition:all .2s ease}.btn-back:hover{color:#3b82f6;transform:translate(-3px)}.btn-back:hover svg{fill:#3b82f6}.btn-back:active{transform:translate(-1px)}.service-page h1{font-family:Vazir,sans-serif;color:var(--accent);margin-bottom:0;font-size:1.2rem;font-weight:700;background:linear-gradient(135deg,#1e3a8a,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.mode-selector{display:flex;gap:.4rem;background:#f8f9fa;padding:.3rem;border-radius:8px;width:100%;justify-content:center}.mode-btn{font-family:Vazir,sans-serif;flex:1;padding:.4rem .6rem;border:1px solid transparent;border-radius:6px;background:#fff;color:#666;font-weight:600;font-size:.7rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;flex-direction:row-reverse}.mode-btn svg{width:20px;height:20px;flex-shrink:0;transition:all .3s ease}.mode-btn:hover{background:#f0f0f0;color:var(--accent)}.mode-btn.active{background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;border-color:transparent}.service-description{font-family:Vazir,sans-serif;color:#666;margin-bottom:.5rem;font-size:.75rem;line-height:1.5;text-align:justify;border:none!important;border-right:none!important;padding:0!important;background:transparent!important;flex-shrink:0}.hide-service-description .service-description{display:none}.hide-service-description.show-service-description-client-ask-ai .service-description{display:block}.service-history-btn{margin-top:.75rem;margin-bottom:.75rem;padding:.5rem 1rem;font-size:.85rem;color:#1e40af;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border:none;border-radius:6px;cursor:pointer;font-family:inherit;text-align:center;width:100%;transition:filter .08s ease,background .2s ease;font-weight:600}.service-history-btn:hover{background:linear-gradient(135deg,#bfdbfe,#93c5fd);filter:brightness(1.02)}.service-history-btn:active{filter:brightness(.92)}.service-history-nav-btn{margin-top:.75rem;margin-bottom:.75rem;padding:.55rem 1rem;font-size:.85rem;font-weight:600;font-family:inherit;width:100%;border:1px solid var(--border-strong);border-radius:10px;cursor:pointer;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.55rem;direction:rtl;transition:filter .12s ease,box-shadow .12s ease,border-color .12s ease;background:linear-gradient(180deg,var(--bg-elevated) 0%,var(--bg-subtle) 100%);color:var(--accent);box-shadow:var(--shadow-sm)}.service-history-nav-btn:hover{filter:brightness(1.03);border-color:var(--accent-light)}.service-history-nav-btn:active{filter:brightness(.96);transition:filter .08s ease}.service-history-nav-btn:focus{outline:none}.service-history-nav-btn:focus-visible{outline:2px solid var(--accent-light);outline-offset:2px}.service-history-nav-btn-icon{flex-shrink:0;width:1.35rem;height:1.35rem;display:block}.service-history-nav-btn-label{line-height:1.3}.inquiry-page .inquiry-groups{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1.5rem}.inquiry-group-card{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1rem .5rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:14px;cursor:pointer;transition:all .2s ease;font-family:Vazir,sans-serif;width:100%;box-sizing:border-box}.inquiry-group-card:hover{background:linear-gradient(135deg,#eef2ff,#e0e7ff);border-color:#c7d2fe;box-shadow:0 4px 14px #6366f126}.inquiry-group-card:active{transform:scale(.99)}.inquiry-group-card-disabled{opacity:.65;background:#f1f5f9!important;border-color:#cbd5e1!important;cursor:not-allowed!important}.inquiry-group-card-disabled:hover{background:#f1f5f9!important;border-color:#cbd5e1!important;box-shadow:none}.inquiry-group-card-disabled .inquiry-group-icon,.inquiry-group-card-disabled .inquiry-group-title{color:#94a3b8}.inquiry-group-icon{display:flex;align-items:center;justify-content:center;margin-bottom:.35rem;color:#7c3aed}.inquiry-group-icon svg{width:1.75rem;height:1.75rem;flex-shrink:0;stroke:#0e6ae2}.inquiry-group-icon svg [fill]{fill:#7c3aed}.inquiry-group-title{font-size:1rem;font-weight:700;color:#1e293b;margin-bottom:.2rem}.inquiry-group-desc{display:none}.inquiry-services{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.inquiry-service-card{display:flex;flex-direction:column;align-items:flex-start;text-align:right;padding:.85rem 1rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .2s ease;font-family:Vazir,sans-serif;width:100%;box-sizing:border-box;box-shadow:0 1px 3px #0000000d}.inquiry-service-card:hover{border-color:#6366f1;background:#faf5ff;box-shadow:0 4px 12px #6366f11f}.inquiry-service-card:active{transform:scale(.99)}.inquiry-service-card-disabled{opacity:.65;background:#f1f5f9!important;border-color:#cbd5e1!important;cursor:not-allowed!important}.inquiry-service-card-disabled:hover{border-color:#cbd5e1!important;background:#f1f5f9!important;box-shadow:0 1px 3px #0000000d}.inquiry-service-card-disabled .inquiry-service-label,.inquiry-service-card-disabled .inquiry-service-desc{color:#94a3b8}.inquiry-service-label{font-size:.95rem;font-weight:600;color:#334155}.inquiry-service-desc{font-size:.8rem;color:#64748b;margin-top:.2rem}.inquiry-form .form-group{margin-bottom:.9rem}.service-form{background:transparent;padding:.4rem 0;border-radius:0;box-shadow:none;margin-bottom:.8rem;border:none;width:100%;max-width:100%;min-width:0;box-sizing:border-box}.service-page.service-page-chat .service-form{margin-bottom:0}.main-content-lawyer-nonchat .service-page:not(.service-page-chat) form.service-form{margin-bottom:.8rem;padding-bottom:calc(2rem + env(safe-area-inset-bottom,0px))}.write-edit-compact-form{padding:0;margin-bottom:.3rem}.write-edit-document-type-select .custom-select-dropdown{max-height:min(75vh,22rem)}@media (max-width: 480px){.write-edit-document-type-select .custom-select-dropdown{max-height:min(80vh,20rem)}}.tax-stamp-page .form-input-wrapper>.custom-select .custom-select-dropdown,.hagh-fee-page .form-input-wrapper>.custom-select .custom-select-dropdown{max-height:min(75vh,22rem)}@media (max-width: 480px){.tax-stamp-page .form-input-wrapper>.custom-select .custom-select-dropdown,.hagh-fee-page .form-input-wrapper>.custom-select .custom-select-dropdown{max-height:min(80vh,20rem)}}.mohlat-type-select .custom-select-dropdown{max-height:min(75vh,24rem)}@media (max-width: 480px){.mohlat-type-select .custom-select-dropdown{max-height:min(82vh,22rem)}}.service-page-mohlat form.service-form,.main-content-lawyer-nonchat .service-page-mohlat form.service-form{margin-bottom:.3rem;padding-bottom:.35rem}.service-page-mohlat .response-container{margin-top:.15rem}.write-edit-compact-form .form-group.write-edit-form-row,.write-edit-compact-form .write-edit-form-row,.write-edit-form-row.form-group,.form-group.write-edit-form-row{display:flex!important;gap:.5rem!important;margin-bottom:0!important;flex-direction:row-reverse!important;align-items:flex-end!important;width:100%!important;flex-wrap:nowrap!important;box-sizing:border-box!important}.form-group-inline{flex:1 1 0!important;margin-bottom:0!important;display:flex!important;flex-direction:column!important;gap:.2rem!important;min-width:0!important;max-width:none!important;box-sizing:border-box!important}.form-group-inline label{margin-bottom:0!important;font-size:.7rem;white-space:nowrap}.form-group-inline select{min-height:2.5rem;padding:.5rem .75rem .5rem 2.25rem;font-size:.85rem;font-weight:500;width:100%!important;min-width:0!important;box-sizing:border-box!important;border-radius:10px;border:1px solid #e0e5eb;background-size:1rem;background-position:left .6rem center}.form-group{margin-bottom:.55rem;display:block;width:100%;max-width:100%;min-width:0;box-sizing:border-box}.form-group:last-of-type{margin-bottom:.55rem}.service-page:not(.service-page-chat) .service-form .form-group,.service-page:not(.service-page-chat) .service-form .form-group:last-of-type{margin-bottom:.48rem}.service-page:not(.service-page-chat) .service-form .form-input-wrapper{margin-top:.45rem}.service-page.service-page-chat .service-form .form-group{margin-bottom:0}.form-input-wrapper{position:relative;overflow:visible;margin-top:.6rem;width:100%;max-width:100%;min-width:0;box-sizing:border-box}.form-input-wrapper .form-input-label{position:absolute;top:-.7rem;right:.75rem;background:linear-gradient(to top,#fff,#fff 50%,#fafbfc 51%,#fafbfc);padding:.15rem .5rem 6px;border-radius:6px;display:flex;align-items:center;gap:.25rem;box-shadow:none;border:none;z-index:11;font-family:Vazir,sans-serif;font-size:.7rem;font-weight:500;color:#4b5563;margin:0;white-space:nowrap;pointer-events:none}.form-input-wrapper>.custom-select{position:relative;z-index:1;display:block;width:100%;max-width:100%;min-width:0;box-sizing:border-box}.form-input-wrapper>.custom-select .custom-select-trigger{width:100%;max-width:100%;min-width:0;box-sizing:border-box}.form-input-wrapper>.custom-select.custom-select-open{z-index:30}.cowork-form-required{color:#ef4444}.form-input-wrapper input,.form-input-wrapper textarea{font-family:Vazir,sans-serif;width:100%;min-height:2.75rem;padding:.65rem 1rem;border:1px solid #e0e5eb;border-radius:12px;font-size:.9rem;font-weight:500;color:#1f2937;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;background-color:#fff;box-shadow:0 1px 3px #0000000f;box-sizing:border-box;-webkit-tap-highlight-color:transparent}.form-input-wrapper input:hover,.form-input-wrapper textarea:hover{border-color:#d1d5db;background-color:#fafbfc}.form-input-wrapper select{font-family:Vazir,sans-serif;width:100%;min-height:2.75rem;padding:.65rem 1rem .65rem 2.5rem;border:1px solid #e0e5eb;border-radius:12px;font-size:.9rem;font-weight:500;color:#1f2937;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:left .75rem center;background-size:1.15rem;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;box-shadow:0 1px 3px #0000000f}.form-input-wrapper select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #1e3a8a26;background-color:#fff}.form-input-wrapper select:active{background-color:#f8fafc}.form-input-wrapper input:focus,.form-input-wrapper textarea:focus{outline:none;border-color:var(--accent, #1e3a8a);box-shadow:0 0 0 3px #1e3a8a26}.form-group label{font-family:Vazir,sans-serif;display:block;margin-bottom:.4rem;font-weight:600;color:var(--text);font-size:.75rem}.form-group input,.form-group textarea{font-family:Vazir,sans-serif;width:100%;min-height:2.75rem;padding:.65rem 1rem;border:1px solid #e0e5eb;border-radius:12px;font-size:.9rem;font-weight:500;color:#1f2937;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;background-color:#fff;box-shadow:0 1px 3px #0000000f;box-sizing:border-box;-webkit-tap-highlight-color:transparent}.form-group input:hover,.form-group textarea:hover{border-color:#d1d5db;background-color:#fafbfc}.form-group select{font-family:Vazir,sans-serif;width:100%;min-height:2.75rem;padding:.65rem 1rem .65rem 2.5rem;border:1px solid #e0e5eb;border-radius:12px;font-size:.9rem;font-weight:500;color:#1f2937;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:left .75rem center;background-size:1.15rem;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;box-shadow:0 1px 3px #0000000f}.form-group select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #1e3a8a26;background-color:#fff}.form-group select:active{background-color:#f8fafc}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--accent, #1e3a8a);box-shadow:0 0 0 3px #1e3a8a26}.form-group textarea{resize:vertical;min-height:100px;line-height:1.6}.file-upload-native,.file-upload-label input[type=file]{position:absolute;width:.1px;height:.1px;opacity:0;overflow:hidden;z-index:-1}.file-upload-label{cursor:pointer;display:block;width:100%}.file-upload-box{font-family:Vazir,sans-serif;display:flex;align-items:center;justify-content:center;gap:.6rem;padding:1rem;border:2px dashed #e5e7eb;border-radius:8px;background:#fff;color:var(--accent);transition:all .3s ease;cursor:pointer;font-size:.75rem;font-weight:600;min-height:60px;width:100%}.file-upload-box:hover{border-color:var(--accent);background:#f0f4ff;filter:brightness(1.02)}.file-upload-box svg{flex-shrink:0;stroke:currentColor}.file-upload-box span{text-align:center;word-break:break-word;min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal}.form-group label input[type=checkbox]{width:1.2rem;height:1.2rem;margin:0;cursor:pointer;accent-color:var(--accent);flex-shrink:0}.form-group label:has(input[type=checkbox]){display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;margin-bottom:0;font-weight:600;color:var(--text);font-size:.9rem}.btn-primary{font-family:Vazir,sans-serif;background:linear-gradient(135deg,#4b5563,#6b7280);color:#fff;border:none;padding:.6rem 1rem;border-radius:8px;font-size:.8rem;font-weight:600;cursor:pointer;transition:filter .1s ease,background .12s ease,opacity .12s ease;width:100%;display:flex;align-items:center;justify-content:center;gap:.4rem;margin-bottom:1rem;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.btn-primary:focus{outline:none}.btn-primary:focus-visible{outline:2px solid var(--accent-light);outline-offset:2px}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#374151,#4b5563);filter:brightness(1.03)}.btn-primary:active:not(:disabled){filter:brightness(.9)}.btn-primary:disabled{opacity:.7;cursor:not-allowed;color:#fff}.btn-back-mobile{font-family:Vazir,sans-serif;background:#fff;color:var(--accent);border:1px solid #e5e7eb;padding:.6rem 1rem;border-radius:10px;font-size:.8rem;font-weight:600;cursor:pointer;transition:filter .1s ease,background .12s ease,border-color .12s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;margin:0}.btn-back-mobile:hover{background:#f8f9fa;border-color:var(--accent);filter:brightness(1.02)}.btn-back-mobile:active{filter:brightness(.94)}.btn-back-mobile svg{flex-shrink:0;stroke:currentColor}.btn-secondary{font-family:Vazir,sans-serif;background:#f8f9fa;border:1px solid #e5e7eb;color:var(--accent);padding:.5rem .8rem;border-radius:8px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-secondary:hover{background:#e5e7eb;border-color:var(--accent);color:var(--accent)}.btn-secondary:active{filter:brightness(.94)}.form-step-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem;flex-direction:row-reverse;width:100%;max-width:100%;box-sizing:border-box;align-items:center}.form-step-actions .btn-primary,.form-step-actions .btn-secondary{flex:1 1 auto;min-width:120px;max-width:100%;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center}.form-step-actions.form-step-actions-inline{display:flex;flex-direction:row-reverse;flex-wrap:nowrap;justify-content:center;align-items:center;min-height:2.5rem;margin-top:1rem}.form-step-actions.form-step-actions-inline .form-step-inline-btn{flex:0 0 auto;width:7rem;min-width:7rem;max-width:7rem;height:2.5rem;min-height:2.5rem;padding:.5rem 1rem;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;align-self:center;line-height:1.25;font-size:.8rem;margin:0}.form-step-actions.form-step-actions-inline .btn-primary.form-step-inline-btn,.form-step-actions.form-step-actions-inline .btn-secondary.form-step-inline-btn{padding:.5rem 1rem;font-size:.8rem;line-height:1.25;height:2.5rem;min-height:2.5rem;border-radius:8px;margin:0}@media (max-width: 400px){.form-step-actions .btn-primary:not(.form-step-inline-btn),.form-step-actions .btn-secondary:not(.form-step-inline-btn){flex:1 1 100%;min-width:120px}.form-step-actions-inline .form-step-inline-btn{width:6rem;min-width:6rem;max-width:6rem}}.loading-spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite;display:inline-block;flex-shrink:0;vertical-align:middle}.sarbarg-submit-spinner,.form-step-inline-btn .loading-spinner{width:1rem;height:1rem;min-width:1rem;min-height:1rem}.number-counter{display:flex;align-items:center;justify-content:center;gap:1.5rem;padding:.8rem 1.2rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;border:1px solid #e5e7eb;width:100%}.counter-btn{width:2.2rem;height:2.2rem;border-radius:8px;border:1.5px solid var(--accent);background:#fff;color:var(--accent);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.counter-btn:hover{background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;border-color:transparent;filter:brightness(1.04)}.counter-btn:active{filter:brightness(.92)}.counter-btn svg{stroke:currentColor}.counter-value{font-family:Vazir,sans-serif;font-size:1.5rem;font-weight:700;color:var(--accent);min-width:2.5rem;text-align:center;-webkit-user-select:none;user-select:none;direction:ltr}.error-message{font-family:Vazir,sans-serif;background:#fee;color:#c33;padding:.6rem;border-radius:8px;margin-bottom:.8rem;text-align:center;font-size:.7rem;border-right:2px solid #c33;box-shadow:0 1px 5px #cc33331a}.logo-design-result-img{max-width:200px;width:100%;height:auto;margin-top:1rem;margin-left:auto;margin-right:auto;display:block}.response-container{background:#fff;padding:.8rem;border-radius:10px;box-shadow:0 2px 10px #0000000f;border:1px solid rgba(30,58,138,.1);animation:fadeIn .5s ease;margin-bottom:calc(2rem + env(safe-area-inset-bottom,0px))}.service-page-chat .response-container{margin-bottom:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.response-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.6rem;padding-bottom:.5rem;flex-wrap:wrap;gap:.4rem}.response-header h2{font-family:Vazir,sans-serif;color:var(--accent);margin:0;font-size:1rem;font-weight:700}.response-actions{display:flex;gap:.5rem;flex-wrap:wrap}.btn-copy,.btn-export{font-family:Vazir,sans-serif;background:#f8f9fa;border:1px solid #e5e7eb;padding:.3rem .6rem;border-radius:6px;cursor:pointer;font-size:.65rem;transition:all .2s ease;color:var(--text);white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;gap:.28rem}.btn-copy .copy-btn-icon,.btn-export .export-btn-icon{flex-shrink:0;display:block;opacity:.92}.btn-export.btn-export-loading,.btn-export:disabled{opacity:.65;cursor:wait}.btn-copy:hover,.btn-export:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.btn-copy:active,.btn-export:active{filter:brightness(.96);transform:none;transition:filter .08s ease}.btn-copy:focus,.btn-export:focus{outline:none}.btn-copy:focus-visible,.btn-export:focus-visible{outline:2px solid var(--accent-light);outline-offset:2px}.response-content{font-family:Vazir,sans-serif;line-height:1.8;color:var(--text);font-size:.875rem;text-align:right;direction:rtl}.response-content b{font-weight:700;color:var(--accent)}.response-content blockquote{margin:.75rem 0;padding:.75rem 1rem;border-right:3px solid var(--accent);background:#f0f4ff;border-radius:4px;font-style:italic;font-size:.8rem;direction:rtl;text-align:right}.inquiry-result-company{font-size:.8rem;line-height:1.65;color:#475569}.inquiry-result-company blockquote{margin:.75rem 0 0;padding:.4rem 0;border:none;background:transparent;color:#64748b;font-style:normal;font-weight:500;font-size:.75rem;text-align:right}.inquiry-result-company b{font-weight:600;color:#334155;background:transparent;padding:0;margin-right:.25rem;border-radius:0}.inquiry-result-company br+br{display:block;content:"";margin-top:.2rem}.inquiry-result-company-error{text-align:center;padding:1rem;font-size:.8rem}.inquiry-result-company-error b{background:transparent;color:#b91c1c;font-weight:600;padding:0}.response-content u{text-decoration:underline;text-decoration-color:var(--accent);text-decoration-thickness:2px}.response-content p{margin:.5rem 0}.response-content p:first-child{margin-top:0}.response-content p:last-child{margin-bottom:0}.response-content .fraction{display:inline-flex;flex-direction:column;align-items:center;vertical-align:middle;margin:0 .2rem;font-size:1em}.response-content .fraction .numerator{border-bottom:1.5px solid var(--text);padding-bottom:.1rem;min-width:1.5rem;text-align:center}.response-content .fraction .denominator{padding-top:.1rem;min-width:1.5rem;text-align:center}.success-message{font-family:Vazir,sans-serif;background:#efe;color:#3c3;padding:.6rem;border-radius:8px;margin-bottom:.8rem;text-align:center;border-right:2px solid #3c3;box-shadow:0 1px 5px #3ccc3c1a;font-size:.7rem}@media (min-width: 768px){.service-header{flex-direction:row;align-items:center;justify-content:space-between}.mode-selector{width:auto;flex-shrink:0}.service-page h1{font-size:1.3rem}}@media (max-width: 767px){.service-form{padding:.4rem .55rem}.service-page:not(.service-page-chat) .service-form:not(.write-edit-compact-form){padding-left:0;padding-right:0}.write-edit-compact-form{padding:.4rem 0!important}.response-container{padding:.8rem}.service-page:not(.service-page-chat) .service-form .form-group,.service-page:not(.service-page-chat) .service-form .form-group:last-of-type{margin-bottom:.38rem}.form-input-wrapper{margin-top:.38rem}.service-page h1{font-size:1.1rem}.form-input-wrapper .form-input-label{top:-.55rem;right:.7rem;padding:.12rem .4rem;font-size:.65rem}}@media (max-width: 480px){.form-input-wrapper{margin-top:.45rem}.form-input-wrapper .form-input-label{top:-.5rem;right:.6rem;padding:.1rem .35rem;font-size:.6rem}}@media (max-width: 767px){body>[class*=calendarContainer],body>.calendarContainer{position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;z-index:10010!important;max-width:90vw!important;width:320px!important;max-height:90vh!important;overflow-y:auto!important;overflow-x:hidden!important;background:#fff!important;border-radius:12px!important;padding:.5rem!important;box-shadow:0 8px 24px #0000004d!important;pointer-events:auto!important;display:block!important;visibility:visible!important;opacity:1!important;margin:0!important;box-sizing:border-box!important}body>[class*=calendarContainer] *,body>.calendarContainer *{pointer-events:auto!important;box-sizing:border-box!important}body>[class*=calendarContainer] button,body>[class*=calendarContainer] .dayWrapper,body>.calendarContainer button,body>.calendarContainer .dayWrapper{pointer-events:auto!important;cursor:pointer!important}.calendarContainer,.calendarContainer *{font-size:.65rem!important}.calendarContainer .heading .title,.calendarContainer .heading .title *{font-size:.7rem!important}.calendarContainer .dayWrapper,.calendarContainer .dayWrapper *{font-size:.65rem!important}.calendarContainer .daysOfWeek .dayWrapper,.calendarContainer .daysOfWeek .dayWrapper *{font-size:.6rem!important}.persian-datepicker-wrapper .calendarContainer,.persian-datepicker-wrapper .calendarContainer *{font-size:.65rem!important}.persian-datepicker-wrapper .calendarContainer{width:calc(100vw - 2rem)!important;max-width:320px!important;box-shadow:0 4px 12px #00000026!important;border-radius:12px!important;padding:.5rem!important}.persian-datepicker-wrapper .calendarContainer .heading{padding:.25rem .2rem!important;margin-bottom:.1rem!important;background:linear-gradient(135deg,#1e3a8a,#3b82f6)!important;border-radius:6px 6px 0 0!important}.persian-datepicker-wrapper .calendarContainer .heading .title,.persian-datepicker-wrapper .calendarContainer .heading .title *{font-size:.7rem!important;color:#fff!important;font-weight:600!important;margin:0!important;padding:0!important}.persian-datepicker-wrapper .calendarContainer .dayWrapper,.persian-datepicker-wrapper .calendarContainer .dayWrapper *{width:1.8rem!important;height:1.8rem!important;line-height:1.8rem!important;font-size:.65rem!important;margin:.05rem!important;padding:0!important;border-radius:4px!important;transition:all .2s ease!important}.persian-datepicker-wrapper .calendarContainer .daysOfWeek{padding:.15rem .2rem!important;margin-bottom:.1rem!important;background:#1e3a8a1a!important}.persian-datepicker-wrapper .calendarContainer .daysOfWeek .dayWrapper,.persian-datepicker-wrapper .calendarContainer .daysOfWeek .dayWrapper *{font-size:.6rem!important;font-weight:600!important;color:#1e3a8a!important;margin:.05rem!important;padding:0!important}.persian-datepicker-wrapper .calendarContainer .heading button{width:1.2rem!important;height:1.2rem!important;padding:.1rem!important;margin:0 .1rem!important}.persian-datepicker-wrapper .calendarContainer .heading svg{width:.7rem!important;height:.7rem!important}.persian-datepicker-wrapper .calendarContainer>div{gap:.1rem!important}}@media (max-width: 400px){.calendarContainer,.calendarContainer *{font-size:.5rem!important}.calendarContainer .heading .title,.calendarContainer .heading .title *{font-size:.55rem!important}.calendarContainer .dayWrapper,.calendarContainer .dayWrapper *{font-size:.5rem!important}.calendarContainer .daysOfWeek .dayWrapper,.calendarContainer .daysOfWeek .dayWrapper *{font-size:.45rem!important}.persian-datepicker-wrapper .calendarContainer,.persian-datepicker-wrapper .calendarContainer *{font-size:.5rem!important}.persian-datepicker-wrapper .calendarContainer{width:calc(100vw - 1rem)!important;padding:.08rem!important;position:fixed!important;z-index:10010!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;max-height:90vh!important;overflow-y:auto!important}.persian-datepicker-wrapper .calendarContainer .heading{padding:.12rem .08rem!important;margin-bottom:.04rem!important}.persian-datepicker-wrapper .calendarContainer .heading .title,.persian-datepicker-wrapper .calendarContainer .heading .title *{font-size:.55rem!important}.persian-datepicker-wrapper .calendarContainer .dayWrapper,.persian-datepicker-wrapper .calendarContainer .dayWrapper *{width:1.25rem!important;height:1.25rem!important;line-height:1.25rem!important;font-size:.5rem!important;margin:.025rem!important;padding:0!important}.persian-datepicker-wrapper .calendarContainer .daysOfWeek{padding:.06rem .08rem!important;margin-bottom:.04rem!important}.persian-datepicker-wrapper .calendarContainer .daysOfWeek .dayWrapper,.persian-datepicker-wrapper .calendarContainer .daysOfWeek .dayWrapper *{font-size:.45rem!important;margin:.025rem!important;padding:0!important}.persian-datepicker-wrapper .calendarContainer .heading button{width:.85rem!important;height:.85rem!important;padding:.04rem!important;margin:0 .04rem!important}.persian-datepicker-wrapper .calendarContainer .heading svg{width:.5rem!important;height:.5rem!important}}@media (max-width: 375px){.calendarContainer,.calendarContainer *{font-size:.5rem!important}.calendarContainer .heading .title,.calendarContainer .heading .title *{font-size:.55rem!important}.calendarContainer .dayWrapper,.calendarContainer .dayWrapper *{font-size:.5rem!important}.calendarContainer .daysOfWeek .dayWrapper,.calendarContainer .daysOfWeek .dayWrapper *{font-size:.45rem!important}.persian-datepicker-wrapper .calendarContainer,.persian-datepicker-wrapper .calendarContainer *{font-size:.5rem!important}.persian-datepicker-wrapper .calendarContainer{width:calc(100vw - 1rem)!important;padding:.1rem!important;position:fixed!important;z-index:10010!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;max-height:90vh!important;overflow-y:auto!important}.persian-datepicker-wrapper .calendarContainer .heading{padding:.15rem .1rem!important;margin-bottom:.05rem!important}.persian-datepicker-wrapper .calendarContainer .heading .title,.persian-datepicker-wrapper .calendarContainer .heading .title *{font-size:.55rem!important}.persian-datepicker-wrapper .calendarContainer .dayWrapper,.persian-datepicker-wrapper .calendarContainer .dayWrapper *{width:1.3rem!important;height:1.3rem!important;line-height:1.3rem!important;font-size:.5rem!important;margin:.03rem!important;padding:0!important}.persian-datepicker-wrapper .calendarContainer .daysOfWeek{padding:.08rem .1rem!important;margin-bottom:.05rem!important}.persian-datepicker-wrapper .calendarContainer .daysOfWeek .dayWrapper,.persian-datepicker-wrapper .calendarContainer .daysOfWeek .dayWrapper *{font-size:.45rem!important;margin:.03rem!important;padding:0!important}.persian-datepicker-wrapper .calendarContainer .heading button{width:.9rem!important;height:.9rem!important;padding:.05rem!important;margin:0 .05rem!important}.persian-datepicker-wrapper .calendarContainer .heading svg{width:.5rem!important;height:.5rem!important}}@media (max-width: 480px){.calendarContainer,.calendarContainer *{font-size:.55rem!important}.calendarContainer .heading .title,.calendarContainer .heading .title *{font-size:.6rem!important}.calendarContainer .dayWrapper,.calendarContainer .dayWrapper *{font-size:.55rem!important}.calendarContainer .daysOfWeek .dayWrapper,.calendarContainer .daysOfWeek .dayWrapper *{font-size:.5rem!important}.persian-datepicker-wrapper .calendarContainer,.persian-datepicker-wrapper .calendarContainer *{font-size:.55rem!important}.persian-datepicker-wrapper .calendarContainer{width:calc(100vw - 1.5rem)!important;padding:.15rem!important;position:fixed!important;z-index:10010!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;max-height:90vh!important;overflow-y:auto!important}.persian-datepicker-wrapper .calendarContainer .heading{padding:.2rem .15rem!important;margin-bottom:.08rem!important}.persian-datepicker-wrapper .calendarContainer .heading .title,.persian-datepicker-wrapper .calendarContainer .heading .title *{font-size:.6rem!important}.persian-datepicker-wrapper .calendarContainer .dayWrapper,.persian-datepicker-wrapper .calendarContainer .dayWrapper *{width:1.5rem!important;height:1.5rem!important;line-height:1.5rem!important;font-size:.55rem!important;margin:.04rem!important;padding:0!important}.persian-datepicker-wrapper .calendarContainer .daysOfWeek{padding:.1rem .15rem!important;margin-bottom:.08rem!important}.persian-datepicker-wrapper .calendarContainer .daysOfWeek .dayWrapper,.persian-datepicker-wrapper .calendarContainer .daysOfWeek .dayWrapper *{font-size:.5rem!important;margin:.04rem!important;padding:0!important}.persian-datepicker-wrapper .calendarContainer .heading button{width:1rem!important;height:1rem!important;padding:.08rem!important;margin:0 .08rem!important}.persian-datepicker-wrapper .calendarContainer .heading svg{width:.6rem!important;height:.6rem!important}}@media (max-width: 767px){.persian-timepicker-dropdown{padding:.5rem!important;min-width:auto!important;width:calc(100vw - 2rem)!important;max-width:320px!important}.persian-timepicker-header{padding:.5rem!important;margin-bottom:.4rem!important}.persian-timepicker-header>div:first-child{font-size:.6rem!important}.persian-timepicker-header>div:last-child{font-size:1rem!important}.persian-timepicker-content{gap:.4rem!important}.persian-timepicker-label{font-size:.65rem!important;margin-bottom:.35rem!important;font-weight:600!important}.persian-timepicker-grid{gap:.25rem!important;padding:.2rem!important;max-height:280px!important}.persian-timepicker-option{font-size:.65rem!important}.persian-timepicker-confirm{font-size:.7rem!important;padding:.5rem 1.5rem!important}.persian-timepicker-actions{margin-top:.5rem!important}}@media (max-width: 480px){.persian-timepicker-dropdown{padding:.4rem!important;width:calc(100vw - 1.5rem)!important}.persian-timepicker-header{padding:.4rem!important;margin-bottom:.3rem!important}.persian-timepicker-header>div:first-child{font-size:.55rem!important}.persian-timepicker-header>div:last-child{font-size:.9rem!important}.persian-timepicker-content{gap:.3rem!important}.persian-timepicker-label{font-size:.6rem!important;margin-bottom:.3rem!important}.persian-timepicker-grid{gap:.2rem!important;padding:.15rem!important;max-height:260px!important}.persian-timepicker-option{font-size:.6rem!important}.persian-timepicker-confirm{font-size:.65rem!important;padding:.45rem 1.2rem!important}.persian-timepicker-actions{margin-top:.4rem!important}}@media (max-width: 375px){.persian-timepicker-dropdown{padding:.35rem!important;width:calc(100vw - 1rem)!important}.persian-timepicker-header{padding:.35rem!important;margin-bottom:.25rem!important}.persian-timepicker-header>div:first-child{font-size:.5rem!important}.persian-timepicker-header>div:last-child{font-size:.8rem!important}.persian-timepicker-content{gap:.25rem!important}.persian-timepicker-label{font-size:.55rem!important;margin-bottom:.25rem!important}.persian-timepicker-grid{gap:.15rem!important;padding:.1rem!important;max-height:240px!important}.persian-timepicker-option{font-size:.55rem!important}.persian-timepicker-confirm{font-size:.6rem!important;padding:.4rem 1rem!important}.persian-timepicker-actions{margin-top:.35rem!important}}.history-list{display:flex;flex-direction:column;gap:1rem}.history-entry{padding:1rem;background-color:#f9fafb;border-radius:12px;border:1px solid #e5e7eb;text-align:right;display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;flex-direction:row-reverse;transition:background .2s ease,box-shadow .15s ease}.history-entry:active{background-color:#f3f4f6}.history-entry-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:.35rem;align-items:flex-end}.history-entry-title{font-family:Vazir,sans-serif;font-weight:600;font-size:.95rem;color:#1f2937;margin:0;line-height:1.3}.history-entry-meta{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.85rem;direction:rtl}.history-entry-meta svg{flex-shrink:0;width:1rem;height:1rem;opacity:.85}.history-entry-actions{flex-shrink:0;display:flex;align-items:center;gap:.5rem;flex-direction:row-reverse}.history-entry-btn{width:40px;height:40px;border-radius:10px;border:1px solid #e5e7eb;background:#fff;color:#4b5563;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease,color .2s ease,transform .05s ease;-webkit-tap-highlight-color:transparent;text-decoration:none}.history-entry-btn:hover{background:#f3f4f6;color:#1e40af}.history-entry-btn:active{transform:scale(.96)}.history-entry-btn svg{width:20px;height:20px}.history-entry-thumb{width:48px;height:48px;border-radius:8px;object-fit:contain;background:#fff;border:1px solid #e5e7eb;flex-shrink:0}.history-entry-thumbs-inline{display:flex;flex-direction:row-reverse;align-items:center;gap:.5rem;margin-top:.35rem;flex-wrap:nowrap}.history-entry-thumb-sm{width:32px;height:32px;border-radius:6px;object-fit:contain;background:#fff;border:1px solid #e5e7eb;flex-shrink:0}.history-page-content{padding:1rem}.history-loading,.history-empty{text-align:center;padding:2rem;color:#666;font-size:.9rem}.history-loading p,.history-empty{margin-top:1rem}.history-cards{display:flex;flex-direction:column;gap:1.25rem}.history-card{background:#fff;border-radius:12px;border:1px solid #e5e7eb;overflow:hidden;box-shadow:0 1px 3px #0000000f}.history-card-header{padding:.75rem 1rem;background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;gap:.5rem}.history-card-title{margin:0;font-size:.95rem;font-weight:600;color:#1f2937}.history-card-date{font-size:.8rem;color:#6b7280}.history-card-previews{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:1rem;direction:rtl}.history-preview-block{display:flex;flex-direction:column;align-items:center;gap:.5rem}.history-preview-wrap{width:100%;aspect-ratio:1;max-height:220px;min-height:140px;background:#f3f4f6;border-radius:10px;overflow:hidden;display:flex;align-items:center;justify-content:center;border:1px solid #e5e7eb}.history-preview-img{width:100%;height:100%;object-fit:contain}.history-preview-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:#9ca3af;font-size:.85rem;cursor:pointer}.history-load-btn{padding:.35rem .75rem;font-size:.8rem;border-radius:8px;border:1px solid #d1d5db;background:#fff;color:#4b5563;cursor:pointer;font-family:inherit}.history-load-btn:hover{background:#f3f4f6}.history-download-btn{width:100%;padding:.5rem .75rem;font-size:.85rem;font-weight:600;border-radius:8px;border:none;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;cursor:pointer;font-family:inherit;transition:opacity .2s}.history-download-btn:hover{opacity:.95}.history-download-btn:active{transform:scale(.98)}.sarbarg-history-cards{display:flex;flex-direction:column;gap:1rem}.sarbarg-history-card{background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:1rem;box-shadow:0 1px 3px #0000000f;display:flex;flex-direction:column;gap:.75rem}.sarbarg-history-card-info{flex:0 0 auto}.sarbarg-history-card-title{margin:0 0 .25rem;font-size:1rem;font-weight:600;color:#1f2937}.sarbarg-history-card-date{font-size:.85rem;color:#6b7280}.inquiry-history-cards{display:flex;flex-direction:column;gap:.75rem}.inquiry-history-card{background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:1rem 1.25rem;box-shadow:0 1px 3px #0000000f;display:flex;flex-direction:column;gap:.25rem}.inquiry-history-card-clickable{width:100%;cursor:pointer;text-align:right;font-family:inherit;transition:background-color .2s ease,border-color .2s ease}.inquiry-history-card-clickable:hover{background:#f9fafb;border-color:#d1d5db}.inquiry-history-card-clickable:active{background:#f3f4f6}.inquiry-history-card-title{margin:0;font-size:1rem;font-weight:600;color:#1f2937}.inquiry-history-card-date{font-size:.8rem;color:#6b7280}.ara-history-cards{display:flex;flex-direction:column;gap:.75rem}.ara-history-card{background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:1rem 1.15rem;box-shadow:0 1px 3px #0000000f;display:flex;flex-direction:column;gap:.55rem;text-align:right}.ara-history-card-clickable{width:100%;cursor:pointer;font-family:inherit;transition:background-color .2s ease,border-color .2s ease}.ara-history-card-clickable:hover{background:#f9fafb;border-color:#d1d5db}.ara-history-card-clickable:active{background:#f3f4f6}.ara-history-card-top{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap}.ara-history-type-badge{display:inline-flex;align-items:center;padding:.2rem .55rem;border-radius:999px;font-size:.72rem;font-weight:700;line-height:1.3;white-space:nowrap}.ara-history-type-badge--judicial{color:#1e40af;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border:1px solid rgba(59,130,246,.25)}.ara-history-type-badge--vahdat{color:#6b21a8;background:linear-gradient(135deg,#f3e8ff,#e9d5ff);border:1px solid rgba(168,85,247,.25)}.ara-history-type-badge--neshast{color:#047857;background:linear-gradient(135deg,#d1fae5,#a7f3d0);border:1px solid rgba(16,185,129,.25)}.ara-history-card-date{font-size:.78rem;color:#6b7280;flex-shrink:0}.ara-history-query{margin:0;font-size:.9rem;font-weight:600;color:#1f2937;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ara-history-meta{font-size:.8rem;color:#64748b}.ara-history-detail-modal .inquiry-history-detail-body{display:flex;flex-direction:column;gap:1rem}.ara-history-detail-query{padding:.75rem .85rem;background:var(--bg-subtle, #f8fafc);border:1px solid var(--border, #e5e7eb);border-radius:10px;margin-bottom:0}.ara-history-detail-query-label{display:block;font-size:.75rem;font-weight:600;color:#64748b;margin-bottom:.35rem}.ara-history-detail-query p{margin:0;font-size:.88rem;line-height:1.5;color:#1f2937}.ara-results-copy-row{display:flex;justify-content:flex-end;margin-top:.15rem;margin-bottom:.25rem}.ara-history-detail-badges{margin-bottom:.25rem}.inquiry-history-card-inputs{font-size:.85rem;color:#475569;line-height:1.5}.inquiry-history-card-result{font-size:.8rem;line-height:1.65;color:#475569;padding:.5rem 0;direction:rtl;text-align:right}.inquiry-history-card-result blockquote{margin-top:1em;margin-bottom:0;padding:.6rem .85rem;border-right:3px solid var(--accent, #6366f1);background:#f0f4ff;border-radius:6px;color:#475569;font-size:.8rem}.inquiry-history-card-result.inquiry-result-company{font-size:.8rem}.inquiry-history-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000073;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:1rem;box-sizing:border-box;overflow-y:auto}.inquiry-history-detail-modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0003;max-width:480px;width:100%;max-height:calc(100vh - 2rem);overflow:hidden;display:flex;flex-direction:column;animation:inquiryDetailSlideIn .25s ease}@keyframes inquiryDetailSlideIn{0%{opacity:0;transform:scale(.96) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.inquiry-history-detail-header{padding:1rem 1.25rem;border-bottom:none;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:.75rem;flex-shrink:0;direction:rtl}.inquiry-history-detail-header .inquiry-history-detail-header-text{order:1}.inquiry-history-detail-header .inquiry-history-detail-close{order:2}.inquiry-history-detail-header-text{display:flex;flex-direction:column;gap:.2rem;flex:1 1 auto;min-width:0;text-align:right}.inquiry-history-detail-title{margin:0;font-size:1.1rem;font-weight:600;color:#1f2937}.inquiry-history-detail-date{font-size:.8rem;color:#6b7280}.inquiry-history-detail-close{width:36px;height:36px;border:none;background:#f3f4f6;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6b7280;flex-shrink:0;transition:background .2s,color .2s}.inquiry-history-detail-close:hover{background:#e5e7eb;color:#374151}.inquiry-history-detail-close svg{width:20px;height:20px}.inquiry-history-detail-body{padding:1rem 1.25rem;overflow-y:auto;direction:rtl;text-align:right}.sarbarg-history-card-actions{display:flex;flex-wrap:wrap;gap:.5rem;width:100%}.sarbarg-history-card-actions-row{display:flex;gap:.5rem;width:100%}.sarbarg-history-card-actions-row .sarbarg-history-download-btn{flex:1 1 0;min-width:0;justify-content:center}.sarbarg-history-download-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1rem;font-size:.9rem;font-weight:600;border-radius:10px;border:none;color:#fff;cursor:pointer;font-family:inherit;text-decoration:none;transition:opacity .2s,transform .05s}.sarbarg-history-download-btn:hover{opacity:.95}.sarbarg-history-download-btn:active{transform:scale(.98)}.sarbarg-history-download-btn.pdf{background:linear-gradient(135deg,#dc2626e1,#b91c1cb0)}.sarbarg-history-download-btn.word{background:linear-gradient(135deg,#2564ebcb,#1d4fd8c7)}.sarbarg-history-download-btn.pdf-premium,.sarbarg-premium-pdf-btn{background:linear-gradient(135deg,#dc2626e1,#eb6f0a,#b91c1cb0)!important;color:#fff}.sarbarg-history-download-btn.word-premium,.sarbarg-premium-word-btn{background:linear-gradient(135deg,#2564ebcb,#eb6f0aa6,#1d4fd8c7)!important;color:#fff}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}.reminder-history-item{padding:1rem;border-radius:8px;text-align:right;display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;background-color:var(--bg-elevated);border:1px solid var(--border);color:var(--text);opacity:1}.reminder-history-item-title{font-weight:600;font-size:.95rem;margin-bottom:.5rem;color:var(--text)}.reminder-history-item-notified .reminder-history-item-title{color:var(--text-muted)}.reminder-history-item-meta{display:flex;align-items:center;gap:.5rem;color:var(--text-muted);font-size:.85rem}.reminder-history-item-notified .reminder-history-item-meta{color:var(--text-faint)}.reminder-history-item-past-label{font-size:.75rem;margin-right:.25rem}.reminder-history-item-delete{flex-shrink:0;width:40px;height:40px;border-radius:8px;border:1px solid var(--border);background:var(--bg-elevated);color:var(--text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center}.reminder-history-item-delete:hover{background:var(--bg-subtle);color:var(--text)}.reminder-history-item-delete:disabled{cursor:not-allowed;opacity:.6}.reminder-history-item-notified{background-color:var(--bg-muted);color:var(--text-muted);opacity:.85}.inquiry-tos-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#00000080;display:flex;align-items:center;justify-content:center;padding:1rem;box-sizing:border-box}.inquiry-tos-overlay-content{background:#fff;border-radius:16px;padding:1.5rem;max-width:420px;width:100%;box-shadow:0 20px 60px #00000040;direction:rtl;text-align:right}.inquiry-tos-title{font-size:1.1rem;font-weight:700;color:#1e293b;margin:0 0 1rem}.inquiry-tos-text{font-size:.95rem;color:#334155;line-height:1.6;margin:0 0 .75rem}.inquiry-tos-warning{margin:.75rem 0 1rem;padding:.75rem 1rem;border-right:4px solid #b91c1c;background:#fef2f2;color:#991b1b;font-size:.9rem;border-radius:0 8px 8px 0}.inquiry-tos-checkbox-wrap{display:flex;align-items:flex-start;gap:.5rem;cursor:pointer;margin-bottom:1rem}.inquiry-tos-checkbox{flex-shrink:0;width:1.25rem;height:1.25rem;margin-top:.15rem}.inquiry-tos-checkbox-label{font-size:.9rem;color:#334155;line-height:1.5}.inquiry-tos-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.inquiry-tos-confirm-btn,.inquiry-tos-cancel-btn{width:100%;justify-content:center;margin-top:.3rem!important;margin-bottom:0!important;padding:.6rem!important}.sitemaker-loading-state-text{color:#64748b}.response-container.sitemaker-online-hero{background:linear-gradient(135deg,#10b981,#059669);border-radius:20px;padding:2rem 1.5rem;margin:2rem 0;color:#fff;box-shadow:0 10px 40px #10b9814d;text-align:center;border:1px solid rgba(255,255,255,.22)}.sitemaker-online-hero-title{font-size:1.4rem;font-weight:700;margin:0 0 1.5rem;color:#fff;font-family:Vazir,sans-serif}.sitemaker-online-hero-views{font-size:1rem;font-weight:600;margin:0 0 1.5rem;color:#fffffff2}.sitemaker-online-hero-cta-wrap{margin-bottom:1.5rem}a.sitemaker-online-hero-cta{display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#059669;padding:.75rem 2rem;border-radius:12px;text-decoration:none;font-weight:700;font-size:1rem;box-shadow:0 4px 12px #00000026;transition:transform .2s ease,box-shadow .2s ease}a.sitemaker-online-hero-cta:hover{transform:scale(1.03);box-shadow:0 6px 16px #0003}.sitemaker-online-hero-qr{margin-top:1.5rem;padding:1rem;background:#ffffff26;border-radius:12px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.sitemaker-online-hero-qr--loading{padding:1.25rem}.sitemaker-online-hero-qr-label{margin:0 0 .75rem;font-size:.95rem;font-weight:700;color:#fff}.sitemaker-online-hero-qr-img{max-width:200px;width:100%;height:auto;border-radius:8px;background:#fff;padding:.5rem;box-sizing:border-box}.sitemaker-post-launch-stack{margin-top:1.75rem;display:flex;flex-direction:column;gap:.65rem;padding-bottom:6rem}.sitemaker-post-launch-btn{position:relative;width:100%;margin:0;padding:.85rem 1rem .85rem 2.25rem;font-size:.95rem;border-radius:14px;display:flex;align-items:center;justify-content:flex-start;gap:.65rem;font-family:Vazir,sans-serif;font-weight:600;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;text-align:right;direction:rtl;border:1px solid var(--border);background:var(--bg-elevated);color:var(--text);transition:filter .12s ease,border-color .12s ease}.sitemaker-post-launch-btn:after{content:"‹";position:absolute;left:.85rem;top:50%;transform:translateY(-50%);font-size:1.35rem;font-weight:400;color:var(--text-muted);line-height:1}.sitemaker-post-launch-btn:hover{border-color:var(--accent-light);filter:brightness(1.02)}.sitemaker-post-launch-btn:active{filter:brightness(.97);transition:filter .08s ease}.sitemaker-post-launch-btn:focus{outline:none}.sitemaker-post-launch-btn:focus-visible{outline:2px solid var(--accent-light);outline-offset:2px}.sitemaker-post-launch-btn--primary{border-color:var(--accent-light);background:linear-gradient(135deg,var(--accent) 0%,var(--accent-strong) 100%);color:#fff}.sitemaker-post-launch-btn--primary:after{color:#ffffffd9}.sitemaker-post-launch-btn--primary:hover{filter:brightness(1.06);border-color:var(--accent-light)}.sitemaker-post-launch-btn--primary:active{filter:brightness(.94)}.sitemaker-post-launch-btn svg{flex-shrink:0;stroke:currentColor}.service-muted-hint{font-family:Vazir,sans-serif;font-size:.72rem;line-height:1.6;color:var(--text-muted);margin:0 0 .85rem;padding:.55rem .7rem;border-radius:8px;background:var(--bg-muted);border:1px solid var(--border);box-sizing:border-box}.tambr-tariff-checkboxes{display:flex;flex-direction:column;gap:.35rem;margin:0 0 .4rem;padding:0;border:none;background:transparent;box-sizing:border-box}.tambr-tariff-checkbox-row{display:flex;flex-direction:row-reverse;align-items:center;gap:.65rem;cursor:pointer;font-family:Vazir,sans-serif;font-size:.78rem;font-weight:500;color:var(--text-secondary);line-height:1.45;margin:0;padding:.52rem .65rem;border-radius:12px;border:1px solid var(--border);background:var(--bg-muted);box-shadow:0 1px 2px #0f172a0a;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease;-webkit-tap-highlight-color:transparent}.tambr-tariff-checkbox-row:active{transform:scale(.992)}.tambr-tariff-checkbox-row:has(input:checked){border-color:#1e3a8a6b;background:linear-gradient(135deg,#1e3a8a12,#3b82f60d);box-shadow:0 2px 8px #1e3a8a1a;color:var(--text)}.tambr-tariff-checkbox-row input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;margin:0;flex-shrink:0;width:1.38rem;height:1.38rem;border-radius:8px;border:2px solid var(--border-strong);background-color:var(--bg-input);cursor:pointer;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease}.tambr-tariff-checkbox-row input[type=checkbox]:focus-visible{outline:none;box-shadow:0 0 0 3px #1e3a8a38}.tambr-tariff-checkbox-row input[type=checkbox]:checked{background-color:var(--accent, #1e3a8a);border-color:var(--accent, #1e3a8a);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");background-size:.78rem;background-position:center;background-repeat:no-repeat}.tambr-tariff-checkbox-row span{flex:1;min-width:0;text-align:right}.tambr-calc-rows{display:flex;flex-direction:column;gap:.4rem;margin-bottom:.75rem}.tambr-calc-row{display:flex;flex-direction:row;justify-content:space-between;align-items:baseline;gap:.6rem;padding:.35rem 0;border-bottom:1px solid var(--border-soft);font-size:.78rem}.tambr-calc-row dt{margin:0;font-weight:600;color:var(--text-secondary);text-align:right;flex:1;min-width:0}.tambr-calc-row dd{margin:0;font-weight:600;color:var(--text);direction:ltr;text-align:left;flex-shrink:0;white-space:nowrap}.tambr-calc-row--tambr-highlight{padding:.55rem .5rem;margin:.15rem -.35rem .35rem;border-radius:10px;background:#ef44441a;border:1px solid rgba(220,38,38,.35);align-items:center}.tambr-calc-row--tambr-highlight dt{font-size:.88rem;font-weight:700;color:#b91c1c}.tambr-calc-row--tambr-highlight dd{font-size:1.02rem;font-weight:800;color:#991b1b}.tambr-calc-row--trip-fee{padding:.5rem .45rem;margin:.35rem -.35rem .25rem;border-radius:10px;background:#10b9811a;border:1px solid rgba(5,150,105,.35);align-items:center}.tambr-calc-row--trip-fee dt{font-size:.82rem;font-weight:700;color:#047857}.tambr-calc-row--trip-fee dd{font-size:.95rem;font-weight:800;color:#065f46}.tambr-calc-row--mohlat-due-highlight{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #6ee7b7;border-radius:10px;padding:.65rem .75rem;margin-top:.15rem}.tambr-calc-row--mohlat-due-highlight dt{color:#047857;font-weight:600}.tambr-calc-row--mohlat-due-highlight dd{color:#065f46;font-weight:700;font-size:1.05rem}.tambr-result-currency-note{font-family:Vazir,sans-serif;font-size:.68rem;line-height:1.5;color:var(--text-muted);margin:-.15rem 0 .65rem;padding:0;text-align:right}.tambr-related-docs{margin-top:.85rem;padding-top:.65rem}.tambr-related-docs-body{margin:0;white-space:pre-wrap;word-break:break-word;font-family:Vazir,sans-serif;font-size:.68rem;line-height:1.65;color:var(--text-secondary);padding:.25rem 0 0;text-align:justify}.tambr-related-docs-digit{color:#ea580c;font-weight:700;font-variant-numeric:tabular-nums}[data-theme=dark] .tambr-calc-row--tambr-highlight{background:#f871711f;border-color:#f8717161}[data-theme=dark] .tambr-calc-row--tambr-highlight dt{color:#fca5a5}[data-theme=dark] .tambr-calc-row--tambr-highlight dd{color:#fecaca}[data-theme=dark] .tambr-calc-row--trip-fee{background:#10b98124;border-color:#34d39966}[data-theme=dark] .tambr-calc-row--trip-fee dt{color:#6ee7b7}[data-theme=dark] .tambr-calc-row--trip-fee dd{color:#a7f3d0}[data-theme=dark] .tambr-calc-row--mohlat-due-highlight{background:linear-gradient(135deg,#064e3b,#065f46);border-color:#10b981}[data-theme=dark] .tambr-calc-row--mohlat-due-highlight dt{color:#6ee7b7}[data-theme=dark] .tambr-calc-row--mohlat-due-highlight dd{color:#a7f3d0}[data-theme=dark] .tambr-related-docs-digit{color:#fb923c}.legal-math-service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-top:.5rem}.legal-math-service-grid-tools-span{grid-column:1 / -1}.custom-select{position:relative;display:block;width:100%;max-width:100%;min-width:0;box-sizing:border-box;touch-action:auto}.custom-select-trigger{font-family:Vazir,sans-serif;width:100%;max-width:100%;min-width:0;box-sizing:border-box;min-height:2.75rem;padding:.65rem 1rem .65rem 2.5rem;border:1px solid #e0e5eb;border-radius:12px;font-size:.9rem;font-weight:500;color:#1f2937;background-color:#fff;box-shadow:0 1px 3px #0000000f;cursor:pointer;display:flex;align-items:center;justify-content:flex-end;gap:.5rem;text-align:right;direction:rtl;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-tap-highlight-color:transparent}.custom-select-trigger:hover{border-color:#d1d5db;background-color:#fafbfc}.custom-select-trigger:active,.custom-select-trigger:focus{outline:none;border-color:var(--accent, #1e3a8a);box-shadow:0 0 0 3px #1e3a8a26}.custom-select-open .custom-select-trigger{border-color:var(--accent, #1e3a8a);box-shadow:0 0 0 3px #1e3a8a26}.custom-select-invalid .custom-select-trigger{border-color:#ef4444}.custom-select-value{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-select-placeholder{color:#9ca3af}.custom-select-chevron{flex-shrink:0;width:1.15rem;height:1.15rem;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:transform .2s ease}.custom-select-open .custom-select-chevron{transform:rotate(180deg)}.custom-select-chevron svg{width:100%;height:100%}.custom-select-dropdown{position:absolute;top:calc(100% + 4px);right:0;left:0;z-index:1000;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 40px #0000001f,0 4px 12px #00000014;max-height:16rem;overflow-y:auto;overflow-x:hidden;padding:.35rem;direction:rtl;text-align:right;touch-action:pan-y;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(30,58,138,.5) #f1f5f9}.custom-select-dropup .custom-select-dropdown{top:auto;bottom:calc(100% + 4px)}.custom-select-dropdown::-webkit-scrollbar{width:8px}.custom-select-dropdown::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px;margin:4px 0}.custom-select-dropdown::-webkit-scrollbar-thumb{background:#1e3a8a73;border-radius:4px}.custom-select-dropdown::-webkit-scrollbar-thumb:hover{background:#1e3a8aa6}.custom-select-option{font-family:Vazir,sans-serif;font-size:.9rem;font-weight:500;color:#374151;padding:.65rem .85rem;border-radius:8px;cursor:pointer;transition:background-color .15s ease,color .15s ease;-webkit-tap-highlight-color:transparent}.custom-select-option:hover{background-color:#f3f4f6;color:#1f2937}.custom-select-option:active{background-color:#e5e7eb}.custom-select-option-selected{background:linear-gradient(135deg,#1e3a8a14,#3b82f614);color:var(--accent, #1e3a8a);font-weight:600}.custom-select-option-selected:hover{background:linear-gradient(135deg,#1e3a8a1f,#3b82f61f);color:var(--accent, #1e3a8a)}.custom-select-option-placeholder{color:#9ca3af;font-weight:500}.custom-select-option-placeholder:hover{color:#6b7280;background-color:#f9fafb}.custom-select-option-placeholder.custom-select-option-selected{color:#9ca3af;background:transparent}.custom-select-option-placeholder.custom-select-option-selected:hover{color:#6b7280;background:#f9fafb}.custom-select-inline .custom-select-trigger{min-height:2.5rem;padding:.5rem .75rem .5rem 2.25rem;font-size:.85rem;border-radius:10px}.custom-select-inline .custom-select-option{font-size:.85rem;padding:.55rem .75rem}@media (max-width: 480px){.custom-select-trigger{min-height:2.65rem;font-size:.875rem}.custom-select-dropdown{max-height:14rem;padding:.3rem}.custom-select-option{padding:.6rem .75rem;font-size:.875rem}}.persian-datepicker-wrapper{position:relative}.persian-datepicker-input{direction:rtl;text-align:right;cursor:pointer;width:100%;padding:.65rem 1rem;border:1px solid var(--border);border-radius:12px;font-size:.9rem;font-weight:500;color:var(--text);background:var(--bg-input);opacity:1;box-shadow:var(--shadow-sm);box-sizing:border-box;font-family:inherit}.persian-datepicker-input:disabled{cursor:not-allowed;opacity:.6}.persian-datepicker-input:focus-visible{outline:none;border-color:var(--accent-light);box-shadow:0 0 0 3px var(--accent-subtle)}.persian-datepicker-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background-color:var(--bg-overlay);z-index:10000}.persian-datepicker-dropdown{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);margin-top:0;max-width:90vw;max-height:90vh;width:320px;z-index:10001;background-color:var(--bg-elevated);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow-lg);padding:.75rem;direction:rtl;overflow:auto;box-sizing:border-box}.persian-datepicker-header{text-align:center;padding:.75rem;margin-bottom:.5rem;background:linear-gradient(135deg,var(--header-grad-start) 0%,var(--header-grad-end) 100%);border-radius:8px;color:#fff}.persian-datepicker-header-label{font-size:.7rem;opacity:.9;margin-bottom:.25rem}.persian-datepicker-header-value{font-size:1.2rem;font-weight:700;font-family:ui-monospace,monospace}.persian-datepicker-steps{display:flex;justify-content:center;gap:.5rem;margin-bottom:.75rem;font-size:.7rem;color:var(--text-muted)}.persian-datepicker-steps span.persian-datepicker-step--active{font-weight:600;color:var(--accent-light)}.persian-datepicker-label{font-weight:600;margin-bottom:.5rem;font-size:.75rem;color:var(--text-secondary);text-align:center}.persian-datepicker-grid-years{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.35rem;max-height:220px;overflow-y:auto;padding:.25rem}.persian-datepicker-grid-months{display:grid;grid-template-columns:repeat(3,1fr);gap:.35rem;max-height:220px;overflow-y:auto;padding:.25rem}.persian-datepicker-grid-days{display:grid;grid-template-columns:repeat(7,1fr);gap:.35rem;max-height:220px;overflow-y:auto;padding:.25rem}.persian-datepicker-opt{cursor:pointer;font-size:.75rem;font-weight:400;border-radius:6px;transition:background .15s ease,border-color .15s ease,color .15s ease;display:flex;align-items:center;justify-content:center;font-family:inherit;border:1px solid var(--border);background:var(--bg-elevated);color:var(--text)}.persian-datepicker-opt:hover:not(.persian-datepicker-opt--selected){background:var(--bg-subtle);border-color:var(--border-strong)}.persian-datepicker-opt--selected{border:2px solid var(--accent-light);background:linear-gradient(135deg,var(--accent-strong) 0%,var(--accent-light) 100%);color:#fff;font-weight:600}.persian-datepicker-opt:focus-visible{outline:2px solid var(--accent-light);outline-offset:2px}.persian-datepicker-opt-year{flex:0 0 auto;min-width:4.75rem;padding:.75rem .85rem}.persian-datepicker-opt-month{padding:.75rem .5rem}.persian-datepicker-opt-day{aspect-ratio:1;padding:0}.persian-datepicker-actions{margin-top:.75rem;display:flex;gap:.5rem;justify-content:space-between}.persian-datepicker-back{padding:.6rem 1rem;background:var(--bg-subtle);color:var(--text);border:1px solid var(--border);border-radius:8px;cursor:pointer;font-size:.8rem;font-weight:600;flex:1;font-family:inherit;transition:background .12s ease}.persian-datepicker-back:hover{background:var(--bg-muted)}.persian-datepicker-back:active{filter:brightness(.97)}.persian-datepicker-primary-btn{padding:.6rem 2rem;background:linear-gradient(135deg,var(--accent-strong) 0%,var(--accent-light) 100%);color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:.8rem;font-weight:600;box-shadow:0 2px 8px #3b82f640;transition:filter .12s ease,box-shadow .12s ease;flex:1;font-family:inherit}.persian-datepicker-primary-btn:hover{filter:brightness(1.06);box-shadow:0 4px 12px #3b82f659}.persian-datepicker-primary-btn:active{filter:brightness(.96)}.persian-datepicker-actions-spacer{flex:1}.persian-timepicker-wrapper{position:relative}.persian-timepicker-trigger{width:100%;padding:.75rem 1rem;border:1px solid var(--border);border-radius:12px;font-size:1rem;text-align:right;cursor:pointer;background-color:var(--bg-input);color:var(--text);font-family:inherit;box-sizing:border-box;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.persian-timepicker-trigger::placeholder{color:var(--text-muted)}.persian-timepicker-trigger:disabled{cursor:not-allowed;opacity:.6}.persian-timepicker-trigger-empty:not(:focus){color:var(--text-muted)}.persian-timepicker-trigger:focus-visible{outline:none;border-color:var(--accent-light);box-shadow:0 0 0 3px var(--accent-subtle)}.persian-timepicker-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:var(--bg-overlay);z-index:10000}.persian-timepicker-dropdown.persian-timepicker-wheel-dropdown{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);margin-top:0;max-width:92vw;width:280px;background-color:var(--bg-elevated);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow-lg);padding:.85rem;direction:rtl;z-index:10001;box-sizing:border-box}.persian-timepicker-wheel-summary{text-align:center;padding:.45rem 0;margin-bottom:.4rem;background:linear-gradient(135deg,var(--header-grad-start) 0%,var(--header-grad-end) 100%);border-radius:10px;color:#fff}.persian-timepicker-wheel-summary-label{font-size:.65rem;opacity:.9}.persian-timepicker-wheel-summary-time{font-size:1.1rem;font-weight:700}.persian-timepicker-wheels-row{display:flex;flex-direction:row-reverse;justify-content:center;gap:.35rem;margin-bottom:.75rem}.persian-timepicker-wheel-separator{align-self:center;font-size:1rem;font-weight:600;color:var(--text-muted)}.persian-timepicker-wheel-column{position:relative;flex:1;max-width:50%}.persian-timepicker-wheel-highlight{position:absolute;left:0;right:0;pointer-events:none;border-radius:10px;background:var(--accent-subtle);border:1px solid var(--accent-subtle-strong)}.persian-timepicker-wheel-scroll{-webkit-overflow-scrolling:touch;overflow-y:auto;overflow-x:hidden;scroll-snap-type:y mandatory;scroll-behavior:auto;touch-action:pan-y;overscroll-behavior:contain;scrollbar-width:none;-ms-overflow-style:none}.persian-timepicker-wheel-scroll::-webkit-scrollbar{display:none}.persian-timepicker-wheel-option{display:flex;align-items:center;justify-content:center;scroll-snap-align:center;scroll-snap-stop:normal;font-size:.95rem;font-weight:500;color:var(--text);cursor:pointer;font-family:inherit;box-sizing:border-box}.persian-timepicker-confirm{display:block;width:100%;padding:.6rem;background:var(--accent);color:var(--accent-on);border:none;border-radius:10px;cursor:pointer;font-size:.9rem;font-weight:600;font-family:inherit}.persian-timepicker-confirm:hover{background:var(--accent-strong)}.persian-timepicker-confirm:active{filter:brightness(.92)}.service-legal-notice{position:relative;font-family:Vazir,sans-serif;text-align:justify;color:var(--text-secondary);margin:0 0 1rem;padding:.55rem .85rem .75rem;border-radius:10px;border:1px solid var(--border-strong);background:var(--info-bg);box-sizing:border-box}.service-legal-notice-body{display:flex;flex-direction:column;gap:.45rem}.service-legal-notice .service-legal-notice-paragraph{margin:0;font-family:Vazir,sans-serif;font-size:.68rem;line-height:1.6;text-align:justify;color:var(--text-secondary)}@media (min-width: 768px){.service-legal-notice .service-legal-notice-paragraph{font-size:.72rem;line-height:1.65}.service-legal-notice-body{gap:.5rem}}@media (min-width: 1024px) and (display-mode: browser){.service-legal-notice .service-legal-notice-paragraph{font-size:.75rem;line-height:1.7}}.service-legal-notice .service-legal-notice-paragraph strong{font-weight:700;color:var(--text-primary)}.service-legal-notice-link{display:block;margin-top:.2rem;font-size:inherit;line-height:inherit;color:var(--accent-strong, #2563eb);text-decoration:underline;text-underline-offset:2px;word-break:break-all}.service-legal-notice-link:hover{color:var(--accent-light, #1d4ed8)}.service-legal-notice-free-badge{display:inline-block;font-family:Vazir,sans-serif;font-size:.6rem;font-weight:600;color:var(--error-text);background:var(--error-bg);border:1px solid rgba(239,68,68,.22);padding:.12rem .45rem;border-radius:10px;margin-bottom:.45rem;box-shadow:0 1px 2px #ef44441f}[data-theme=dark] .service-legal-notice-free-badge{border-color:#f8717147;box-shadow:0 1px 3px #0003}.service-legal-notice-collapsible{display:flex;flex-direction:column;gap:.45rem}.service-legal-notice-expand-toggle{display:none;align-self:center;margin-top:.15rem;padding:.2rem .55rem;border:none;border-radius:999px;background:#2858e01a;color:var(--accent-strong, #2563eb);cursor:pointer;-webkit-tap-highlight-color:transparent}.service-legal-notice-expand-toggle:focus-visible{outline:2px solid var(--accent-light, #93c5fd);outline-offset:2px}.service-legal-notice-expand-icon{width:1.15rem;height:1.15rem;display:block}@media (max-width: 768px){.service-legal-notice-expand-toggle{display:inline-flex;align-items:center;justify-content:center}.service-legal-notice-collapsible:not(.service-legal-notice-collapsible--expanded){display:none}}@media (min-width: 769px){.service-legal-notice-expand-toggle{display:none!important}}.reminder-active-nav-btn{margin-top:.75rem;margin-bottom:.75rem;padding:.55rem 1rem;font-size:.85rem;font-weight:600;font-family:inherit;text-align:center;width:100%;border:1px solid var(--border-strong);border-radius:10px;cursor:pointer;transition:filter .12s ease,box-shadow .12s ease;background:linear-gradient(180deg,var(--bg-elevated) 0%,var(--bg-subtle) 100%);color:var(--accent);box-shadow:var(--shadow-sm)}.reminder-active-nav-btn:hover{filter:brightness(1.03);border-color:var(--accent-light)}.reminder-active-nav-btn:active{filter:brightness(.96);transition:filter .08s ease}.reminder-active-nav-btn:focus{outline:none}.reminder-active-nav-btn:focus-visible{outline:2px solid var(--accent-light);outline-offset:2px}.reminder-voice-bar{margin-top:.5rem;display:flex;flex-direction:row-reverse;align-items:center;gap:.5rem;padding:.5rem .65rem;border-radius:12px;border:1px solid var(--border);background:var(--bg-elevated);box-sizing:border-box}.reminder-voice-bar.is-voice-recording-active{flex-direction:column;align-items:stretch;padding:.35rem .45rem;border-color:var(--border-strong, #c7d2fe);background:linear-gradient(180deg,var(--bg-elevated, #f8fafc),var(--bg-subtle, #eef2ff))}.reminder-voice-bar-hint{flex:1;min-width:0;font-size:.82rem;line-height:1.55;text-align:right;color:var(--text-secondary)}.reminder-voice-bar-example{font-size:.74rem;color:var(--text-muted);font-style:italic;font-weight:500;margin-top:.2rem}.reminder-voice-bar-actions{display:flex;align-items:center;flex-shrink:0;margin-inline-end:.05rem}.reminder-voice-bar-actions.is-voice-recording-mode{width:100%;justify-content:stretch;padding:.2rem .15rem;margin-inline-end:0}.reminder-voice-bar-actions.is-voice-recording-mode .voice-recorder-wrapper{width:100%}.reminder-voice-bar-actions.is-voice-recording-mode .voice-recorder-compose-processing{width:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:center;gap:.55rem;padding:.55rem .65rem;border-radius:10px;border:1px solid var(--border);background:var(--bg-subtle);font-size:.82rem;font-weight:600;color:var(--text-secondary);font-family:Vazir,sans-serif}.reminder-voice-bar-actions.is-voice-recording-mode .voice-recorder-compose-toolbar{width:100%}.reminder-form-top-spaced{margin-top:1.5rem}.map-location-picker{width:100%;margin-bottom:.8rem}.map-container{width:100%;border-radius:12px;border:2px solid #e5e7eb;overflow:hidden;position:relative;z-index:0;box-shadow:0 2px 8px #00000014;transition:all .3s ease}.map-container:hover{border-color:var(--accent);box-shadow:0 4px 12px #1e3a8a26}.map-container :global(.leaflet-container){background:#f8f9fa;font-family:Vazir,sans-serif}.map-container :global(.leaflet-control-zoom){border:none;box-shadow:0 2px 8px #00000026;border-radius:8px;overflow:hidden}.map-container :global(.leaflet-control-zoom a){background:#fff;color:var(--accent);border:none;width:32px;height:32px;line-height:32px;font-size:18px;font-weight:600;transition:all .2s ease}.map-container :global(.leaflet-control-zoom a:hover){background:var(--accent);color:#fff}.map-container :global(.leaflet-popup-content-wrapper){border-radius:8px;box-shadow:0 4px 12px #00000026;font-family:Vazir,sans-serif}.map-container :global(.leaflet-popup-tip){background:#fff}.map-container :global(.custom-marker-icon){background:transparent!important;border:none!important}.sitemaker-management{margin:2rem 0}.management-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem;flex-direction:row-reverse}.management-header h2{font-family:Vazir,sans-serif;font-size:1.3rem;font-weight:700;color:var(--accent);margin:0}.management-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:#fff;border-radius:16px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem .75rem;flex-direction:row-reverse}.modal-header-close-left{flex-direction:row}.modal-header-close-left h3{margin-inline-end:auto}.modal-header-close-left .modal-close{margin-inline-start:0}.modal-header h3{font-family:Vazir,sans-serif;font-size:1.2rem;font-weight:700;color:var(--accent);margin:0}.modal-close{background:transparent;border:none;font-size:2rem;color:#6b7280;cursor:pointer;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s ease}.modal-close:hover{background:#f3f4f6;color:#374151}.article-form{padding:1.5rem}.form-group{margin-bottom:1.5rem}.form-group-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;flex-direction:row-reverse}.form-group label:not(.form-input-label){font-family:Vazir,sans-serif;font-size:.95rem;font-weight:600;color:var(--text);display:block;margin-bottom:.5rem}.btn-enhance{font-family:Vazir,sans-serif;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 6px #10b98140;white-space:nowrap}.btn-enhance:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #10b98159}.btn-enhance:disabled{opacity:.5;cursor:not-allowed}.form-input-wrapper-article-content .article-content-actions{margin-top:.5rem;display:flex;justify-content:flex-start;flex-direction:row-reverse}.modal-actions{display:flex;gap:1rem;justify-content:space-between;margin-top:1.5rem;flex-direction:row-reverse}.modal-actions .btn-cancel{order:2}.modal-actions .btn-primary{order:1}.modal-actions-single{justify-content:flex-end!important}.btn-secondary{font-family:Vazir,sans-serif;background:#f3f4f6;color:#374151;border:2px solid #e5e7eb;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-link{font-family:Vazir,sans-serif;color:var(--accent);text-decoration:none;font-weight:600;padding:.5rem 1rem;border-radius:8px;transition:all .2s ease}.btn-link:hover{background:#eff6ff}.management-header-view-website{justify-content:center;margin-bottom:2rem}.btn-link-view-website{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,var(--accent, #1e3a8a) 0%,#3b82f6 100%);color:#fff!important;border-radius:12px;font-size:1rem;box-shadow:0 4px 14px #1e3a8a59;transition:transform .2s ease,box-shadow .2s ease}.btn-link-view-website:hover{background:linear-gradient(135deg,#1e40af,#2563eb);transform:translateY(-2px);box-shadow:0 6px 20px #1e3a8a66}.btn-link-view-website-icon{display:inline-flex;width:1.25rem;height:1.25rem}.btn-link-view-website-icon svg{width:100%;height:100%}.published-articles-title{font-family:Vazir,sans-serif;font-size:1.2rem;font-weight:700;color:var(--accent);margin:2rem 0 1rem;padding-bottom:.75rem}.articles-list{display:flex;flex-direction:column;gap:0;margin-top:1rem;background:#fff;border-radius:12px;border:1px solid #e5e7eb;overflow:hidden;box-shadow:0 1px 3px #0000000d}.articles-list-loading,.sitemaker-loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem 1.5rem;color:#334155;font-family:Vazir,sans-serif;font-size:.95rem}.articles-list-loading .loading-spinner,.sitemaker-loading-state .loading-spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:var(--accent, #1e3a8a);border-right-color:#e2e8f0;border-bottom-color:#e2e8f0;border-left-color:#e2e8f0;border-radius:50%;animation:spin .8s linear infinite}.article-card{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid #f3f4f6;transition:background .2s ease;flex-direction:row;flex-wrap:nowrap;background:transparent;border-radius:0;box-shadow:none}.article-card:last-child{border-bottom:none}.article-card:hover{background:#f8fafc}.article-card-row{display:flex;align-items:center;gap:.5rem;flex:1 1 0%;min-width:0}.article-info{flex:1 1 0%;min-width:0}.article-info h3{font-family:Vazir,sans-serif;font-size:1rem;font-weight:700;color:var(--text);margin:0 0 .5rem}.article-date{font-family:Vazir,sans-serif;font-size:.85rem;color:#6b7280;margin:0}.btn-edit{font-family:Vazir,sans-serif;background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e40af;border:none;padding:.6rem 1.2rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 6px #3b82f633}.btn-edit:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3b82f640;background:linear-gradient(135deg,#bfdbfe,#93c5fd)}.btn-article-delete{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;border:none;background:transparent;color:#9ca3af;border-radius:8px;cursor:pointer;transition:color .2s ease,background .2s ease;flex-shrink:0}.btn-article-delete:hover{color:#dc2626;background:#dc262614}.btn-article-delete:focus{outline:none}.btn-article-delete svg{display:block}.empty-state{text-align:center;padding:3rem 1.5rem;color:#6b7280;font-family:Vazir,sans-serif;background:#fff;border-radius:12px;border:1px solid #e5e7eb}.edit-sections{display:flex;flex-direction:column;gap:2rem}.edit-section{background:linear-gradient(135deg,#fff,#f8f9fa);border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000000f}.edit-section>h3:not(.edit-section-heading){font-family:Vazir,sans-serif;font-size:1.1rem;font-weight:700;color:var(--accent);margin:0 0 1rem;padding-bottom:.75rem}.edit-section .edit-section-heading{display:flex;flex-direction:row;align-items:center;gap:.65rem;font-family:Vazir,sans-serif;font-size:1.1rem;font-weight:700;color:var(--accent);margin:0 0 1rem;padding-bottom:.75rem}.edit-section-heading-icon{flex-shrink:0;width:1.7rem;height:1.7rem;display:flex;align-items:center;justify-content:center;color:var(--accent);opacity:.92}.edit-section-heading-icon svg{width:100%;height:100%;display:block}.edit-section-heading-label{flex:1;min-width:0;line-height:1.35}.options-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.option-card{background:#fff;border:2px solid #e5e7eb;border-radius:10px;padding:1rem;cursor:pointer;transition:all .3s ease;text-align:right;font-family:Vazir,sans-serif}.option-card:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 4px 12px #1e3a8a26}.option-label{font-size:.9rem;font-weight:600;color:var(--accent);margin-bottom:.5rem}.option-value{font-size:.85rem;color:#6b7280;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 767px){.management-header{flex-direction:column;align-items:stretch}.options-grid{grid-template-columns:1fr}.modal-content{max-width:100%;margin:.5rem}.article-card{flex-wrap:wrap}.article-card-row{flex-basis:100%;min-width:0}.btn-edit{width:100%}.form-group-header{flex-direction:column;align-items:stretch;gap:.5rem}.btn-enhance{width:100%}}.enhancement-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10002;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);overflow-y:auto;box-sizing:border-box}.enhancement-modal{background:#fff;border-radius:16px;width:100%;max-width:700px;max-height:calc(100vh - 2rem);max-height:min(90vh,calc(100dvh - 2rem));display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease;overflow:hidden;flex-shrink:0;margin:auto}.enhancement-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:none;flex-direction:row-reverse}.enhancement-header h3{font-family:Vazir,sans-serif;font-size:1.2rem;font-weight:700;color:var(--accent);margin:0}.enhancement-content{padding:1.5rem;overflow-y:auto;flex:1;min-height:0}.enhancement-text{font-family:Vazir,sans-serif;font-size:1rem;line-height:1.8;color:var(--text);white-space:pre-wrap;background:#f8f9fa;padding:1rem;border-radius:8px;border:1px solid #e5e7eb;max-height:400px;overflow-y:auto}.enhancement-actions{display:flex;flex-direction:row-reverse;flex-wrap:nowrap;justify-content:center;align-items:center;gap:.75rem;min-height:2.5rem;padding:.75rem 1rem;padding-bottom:max(.75rem,env(safe-area-inset-bottom,0px));border-top:1px solid #e5e7eb;flex-shrink:0;background:#fff;margin-top:auto}.enhancement-actions .btn-primary,.enhancement-actions .btn-secondary{flex:0 1 auto;min-width:7rem;height:2.5rem;min-height:2.5rem;padding:.5rem 1rem;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;font-size:.8rem;line-height:1.25;border-radius:8px;margin:0;white-space:nowrap}@media (max-width: 400px){.enhancement-actions .btn-primary,.enhancement-actions .btn-secondary{min-width:6rem}}.enhancement-loading{background:#fff;border-radius:16px;padding:3rem;text-align:center;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease}.enhancement-loading .loading-spinner{width:50px;height:50px;border:4px solid #f3f4f6;border-top:4px solid var(--accent);border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1.5rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.enhancement-loading p{font-family:Vazir,sans-serif;font-size:1rem;color:var(--text);margin:0}.sitemaker-bio-ai-hint{font-size:.82rem;color:#64748b;line-height:1.55;margin:.5rem 0 0}.management-modal .custom-select-sitemaker-title .custom-select-dropdown{max-height:none;overflow-y:visible}.management-modal .form-input-wrapper>.form-input-label{z-index:20}.management-modal .custom-select-sitemaker-title.custom-select-open .custom-select-dropdown{z-index:10050}.sitemaker-qr-loading-dots{display:flex;gap:.5rem;align-items:center;justify-content:center;min-height:112px}.sitemaker-qr-loading-dots span{width:.55rem;height:.55rem;border-radius:50%;background:#ffffffeb;animation:sitemakerQrDotBounce 1s ease-in-out infinite}.sitemaker-qr-loading-dots span:nth-child(2){animation-delay:.15s}.sitemaker-qr-loading-dots span:nth-child(3){animation-delay:.3s}@keyframes sitemakerQrDotBounce{0%,80%,to{transform:translateY(0);opacity:.5}40%{transform:translateY(-10px);opacity:1}}.sitemaker-article-field-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;min-height:8.75rem;padding:1.25rem 1rem;box-sizing:border-box;background:linear-gradient(180deg,#f1f5f9,#f8fafc);border:1px solid #e2e8f0;border-radius:10px;color:#475569;font-family:Vazir,sans-serif;font-size:.9rem}.sitemaker-article-field-spinner .loading-spinner{width:2.25rem;height:2.25rem;border:3px solid #e2e8f0;border-top-color:var(--accent, #1e3a8a);border-right-color:#e2e8f0;border-bottom-color:#e2e8f0;border-left-color:#e2e8f0;border-radius:50%;animation:spin .8s linear infinite}.sitemaker-article-edit-boot-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem 1.5rem;margin-top:1rem;background:#fff;border-radius:12px;border:1px solid #e5e7eb;color:#475569;font-family:Vazir,sans-serif;font-size:.95rem;box-shadow:0 1px 3px #0000000d}.sitemaker-article-edit-boot-loading .loading-spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:var(--accent, #1e3a8a);border-right-color:#e2e8f0;border-bottom-color:#e2e8f0;border-left-color:#e2e8f0;border-radius:50%;animation:spin .8s linear infinite}.file-conversions-type-description{margin-top:.75rem}.file-conversions-type-description-text{font-size:.9rem;color:var(--text-muted);line-height:1.65;text-align:right;margin:0}.file-conversions-limit-card{margin-top:1.35rem;padding:.75rem .95rem;border-radius:14px;background:linear-gradient(180deg,var(--bg-muted) 0%,var(--bg-subtle) 100%);border:1px solid var(--border);box-shadow:var(--shadow-sm)}.file-conversions-limit-card-label{display:block;font-size:.62rem;font-weight:700;color:var(--warning-text);letter-spacing:.02em;margin-bottom:.35rem;text-align:right}.file-conversions-limit-card-body{font-size:.82rem;font-weight:600;color:var(--text-secondary);line-height:1.55;text-align:right;margin:0}.file-conversions-free-note{margin-top:.85rem;font-size:.85rem;color:var(--text-muted);line-height:1.55;text-align:right;margin-bottom:0;padding:.25rem 0}.file-conversions-free-note a{color:var(--accent-light);text-decoration:underline;cursor:pointer}.file-conversions-submit-btn{transform:none}.file-conversions-submit-btn:hover:not(:disabled){transform:none;filter:brightness(1.05)}.file-conversions-submit-btn:active:not(:disabled){transform:none;filter:brightness(.96);transition:filter .08s ease}.file-conversions-result-header-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.file-conversions-result-caption{margin-bottom:1rem;font-size:.9rem;color:var(--text-muted)}.file-conversions-result-image-frame{margin-top:1rem;border:1px solid var(--border);border-radius:8px;overflow:hidden;background-color:var(--bg-muted);max-width:600px;margin-left:auto;margin-right:auto}.file-conversions-result-image-frame img{width:100%;height:auto;display:block;cursor:pointer}.file-conversions-result-download{margin-top:1rem;display:inline-block}.file-conversions-result-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-top:1rem}.file-conversions-result-grid-card{border:1px solid var(--border);border-radius:8px;overflow:hidden;background-color:var(--bg-muted)}.file-conversions-result-grid-card img{width:100%;height:auto;display:block;cursor:pointer}.file-conversions-result-grid-label{padding:.5rem;text-align:center;font-size:.85rem;color:var(--text-muted);border-top:1px solid var(--border)}.file-conversions-voice-stack{display:flex;flex-direction:column;gap:.65rem;width:100%}.file-conversions-voice-upload-label{display:block;width:100%}.file-conversions-voice-upload-box{width:100%;box-sizing:border-box;min-height:3.1rem;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:.45rem;padding:.65rem .85rem;font-size:.86rem;font-weight:600;color:var(--accent)}.file-conversions-voice-upload-box span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.file-conversions-voice-upload-box svg{flex-shrink:0;opacity:.85}.file-conversions-result-header-row{margin-bottom:.75rem}.ara-results{display:flex;flex-direction:column;gap:1rem;margin-top:.5rem;margin-bottom:2rem}.ara-result-card{background:linear-gradient(135deg,var(--bg-elevated, #fff) 0%,var(--bg-muted, #f8f9fa) 100%);border:1px solid var(--border, #e5e7eb);border-radius:12px;padding:1rem;box-shadow:0 2px 8px #0000000f;transition:all .3s ease;position:relative;overflow:hidden}.ara-result-card:before{content:"";position:absolute;top:0;right:0;width:4px;height:100%;background:var(--border-strong, #d1d5db)}.ara-result-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.8rem;padding-bottom:.6rem;border-bottom:1px solid var(--border, #e5e7eb);flex-wrap:nowrap;gap:.5rem;flex-direction:row-reverse}.ara-result-number{font-family:Vazir,sans-serif;font-size:.85rem;font-weight:700;color:var(--accent);flex-shrink:0}.ara-result-meta{display:flex;flex-direction:column;align-items:flex-start;gap:.4rem;flex-shrink:0;width:auto}.ara-result-year{font-family:Vazir,sans-serif;font-size:.75rem;color:var(--text-muted, #6b7280);background:var(--bg-subtle, #f3f4f6);padding:.3rem .6rem;border-radius:6px;font-weight:600;white-space:nowrap}.ara-result-court{font-family:Vazir,sans-serif;font-size:.7rem;color:var(--accent);background:var(--accent-subtle, #eff6ff);padding:.3rem .6rem;border-radius:6px;font-weight:600;white-space:nowrap}.ara-result-title{font-family:Vazir,sans-serif;font-size:.8rem;line-height:1.7;margin-bottom:.8rem;color:var(--text);text-align:justify}.ara-result-title strong{color:var(--accent);font-weight:700;margin-left:.3rem}.ara-result-link{margin-top:.8rem;padding-top:.8rem;border-top:1px solid var(--border, #e5e7eb)}.ara-link-button{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;font-family:Vazir,sans-serif;font-size:.75rem;font-weight:600;color:#fff;background:linear-gradient(135deg,var(--accent) 0%,#3b82f6 100%);padding:.6rem 1rem;border-radius:8px;text-decoration:none;transition:all .3s ease;box-shadow:0 2px 6px #1e3a8a40;width:100%;text-align:center}.ara-link-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #1e3a8a59;background:linear-gradient(135deg,#1e40af,#2563eb)}.ara-link-button:active{transform:translateY(0)}.ara-footer{font-family:Vazir,sans-serif;font-size:.7rem;color:var(--text-muted, #6b7280);line-height:1.6;text-align:justify;margin-top:1.5rem;margin-bottom:3rem;padding:.8rem;background:var(--bg-muted, #f9fafb);border-radius:8px;border:1px solid var(--border, #e5e7eb)}@media (max-width: 767px){.ara-result-card{padding:.8rem}.ara-result-header{flex-direction:row-reverse;align-items:center;justify-content:space-between}.ara-result-meta{align-items:flex-start;width:auto}.ara-result-year,.ara-result-court{font-size:.7rem;padding:.25rem .5rem}.ara-result-title{font-size:.75rem}.ara-link-button{font-size:.7rem;padding:.5rem .8rem}}.support-page{max-width:var(--content-max, 400px);width:100%;margin:0 auto;padding:0;padding-bottom:2.5rem;box-sizing:border-box;display:flex;flex-direction:column;gap:.6rem;height:100%}.support-page.service-page{padding:0;padding-bottom:2.5rem}.support-page .service-header-with-back{margin-bottom:.4rem}.support-content{display:flex;flex-direction:column;gap:.8rem}.support-content-embed{flex:1;min-height:68vh}.support-goftino-embed{width:100%;height:100%;min-height:68vh;border-radius:12px;background:transparent}.support-info{font-family:Vazir,sans-serif;font-size:.85rem;line-height:1.8;color:#555;text-align:justify;background:transparent;padding:1rem;border-radius:8px}.support-info p{margin:.5rem 0;font-size:.85rem;text-align:justify}.support-info p:first-child{margin-top:0}.support-info p:last-child{margin-bottom:0}.support-info b{font-weight:700}.support-success-message{font-family:Vazir,sans-serif;background:#d1fae5;color:#065f46;padding:.8rem 1rem;border-radius:8px;text-align:center;font-size:.85rem;border:1px solid #6ee7b7}.support-form,.support-form .form-group{display:flex;flex-direction:column;gap:.35rem}.support-form-buttons{display:flex;flex-direction:column;gap:.5rem;margin-top:.25rem}.btn-support-tickets{font-family:Vazir,sans-serif;width:100%;background:#f8fafc;color:var(--accent, #1e3a8a);border:1px solid #cbd5e1;padding:.75rem 1.25rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.btn-support-tickets:hover{background:#f1f5f9;border-color:#94a3b8}.support-form label{font-family:Vazir,sans-serif;font-size:.85rem;font-weight:600;color:#374151}.support-form textarea{font-family:Vazir,sans-serif;width:100%;padding:.65rem 1rem;border:1px solid #e0e5eb;border-radius:12px;font-size:.9rem;font-weight:500;color:#1f2937;line-height:1.6;resize:vertical;min-height:100px;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;background-color:#fff;box-shadow:0 1px 3px #0000000f;direction:rtl;text-align:right;-webkit-tap-highlight-color:transparent}.support-form textarea:hover{border-color:#d1d5db;background-color:#fafbfc}.support-form textarea:focus{outline:none;border-color:var(--accent, #1e3a8a);box-shadow:0 0 0 3px #1e3a8a26}.support-form textarea:disabled{background:#f3f4f6;cursor:not-allowed}.support-form textarea::placeholder{color:#9ca3af}.error-message{font-family:Vazir,sans-serif;background:#fee2e2;color:#991b1b;padding:.8rem;border-radius:8px;font-size:.85rem;text-align:right;border:1px solid #fca5a5}.btn-support-submit{font-family:Vazir,sans-serif;width:100%;background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;border:none;padding:1rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 4px 6px #1e3a8a33}.btn-support-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 12px #1e3a8a4d}.btn-support-submit:active:not(:disabled){transform:translateY(0)}.btn-support-submit:disabled{opacity:.6;cursor:not-allowed;transform:none;color:#fff}.loading-spinner{width:1rem;height:1rem;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@media (max-width: 480px){.support-page,.support-page.service-page{padding:0;padding-bottom:.8rem}.support-page.service-page .service-header-title-row h1{font-size:.95rem}.support-content-embed,.support-goftino-embed{min-height:64vh}}@media (max-height: 700px){.support-page{padding:0;padding-bottom:.75rem}.support-content{gap:.6rem}.support-content-embed,.support-goftino-embed{min-height:58vh}}.purchase-vouchers-wrap{width:100%;margin:0 0 .75rem}.purchase-vouchers-bar{display:flex;align-items:center;gap:.7rem;width:100%;margin:0;padding:.7rem .85rem;border-radius:14px;border:1px solid rgba(37,99,235,.16);background:radial-gradient(120% 140% at 100% 0%,rgba(37,99,235,.08) 0%,transparent 55%),linear-gradient(135deg,#f5f8ff,#fff);box-shadow:0 2px 10px -4px #1e3a8a2e;cursor:pointer;text-align:right;font:inherit;-webkit-tap-highlight-color:transparent;transition:border-color .18s ease,box-shadow .18s ease,transform .12s ease}.purchase-vouchers-bar:hover{border-color:#2563eb52;box-shadow:0 6px 18px -8px #1e3a8a47}.purchase-vouchers-bar:active{transform:scale(.99)}.purchase-vouchers-bar-icon{flex-shrink:0;width:2.35rem;height:2.35rem;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;box-shadow:0 4px 10px -3px #2563eb80}.purchase-vouchers-bar-icon svg{width:1.35rem;height:1.35rem}.purchase-vouchers-bar-text{display:flex;flex-direction:column;gap:.15rem;min-width:0;flex:1}.purchase-vouchers-bar-title{font-size:.85rem;font-weight:700;color:#1e293b}.purchase-vouchers-bar-count{font-size:.72rem;color:#64748b}.purchase-vouchers-bar-badge{flex-shrink:0;min-width:1.4rem;height:1.4rem;padding:0 .4rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#16a34a,#22c55e);color:#fff;font-size:.72rem;font-weight:700;box-shadow:0 2px 6px -2px #16a34a80}.purchase-vouchers-bar-chevron{flex-shrink:0;display:inline-flex;color:#94a3b8}.purchase-vouchers-bar-chevron svg{width:1.05rem;height:1.05rem}.purchase-vouchers-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10050;background:#0f172a8c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:flex-end;justify-content:center;padding:0;animation:pv-overlay-in .18s ease}@keyframes pv-overlay-in{0%{opacity:0}to{opacity:1}}@media (min-width: 520px){.purchase-vouchers-overlay{align-items:center;padding:1rem}}.purchase-vouchers-modal{--pv-surface: #ffffff;width:100%;max-width:440px;max-height:min(86vh,660px);overflow:hidden;display:flex;flex-direction:column;background:var(--pv-surface);border-radius:22px 22px 0 0;box-shadow:0 -10px 44px #0f172a38;animation:pv-sheet-in .24s cubic-bezier(.22,1,.36,1)}@keyframes pv-sheet-in{0%{transform:translateY(14px);opacity:.6}to{transform:translateY(0);opacity:1}}@media (min-width: 520px){.purchase-vouchers-modal{border-radius:20px;box-shadow:0 24px 56px #0f172a47}}.purchase-vouchers-modal-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1.05rem 1.2rem .7rem}.purchase-vouchers-modal-header h2{margin:0;font-size:1.08rem;font-weight:800;color:#1e293b}.purchase-vouchers-modal-close{border:none;background:#f1f5f9;color:#475569;width:2rem;height:2rem;border-radius:999px;font-size:1.35rem;line-height:1;cursor:pointer;transition:background .15s ease,color .15s ease}.purchase-vouchers-modal-close:hover{background:#e2e8f0;color:#1e293b}.purchase-vouchers-modal-hint{margin:0 1.2rem;padding:.6rem .75rem;font-size:.76rem;color:#475569;line-height:1.55;background:#2563eb0f;border:1px solid rgba(37,99,235,.12);border-radius:10px}.purchase-vouchers-modal-list{list-style:none;margin:0;padding:.9rem 1.2rem 1.35rem;flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:.8rem}.purchase-vouchers-modal-empty{padding:2.25rem 1.2rem;text-align:center;color:#64748b;font-size:.9rem}.purchase-vouchers-modal-loading{display:flex;align-items:center;justify-content:center;gap:.55rem;padding:2.25rem 1.2rem;color:#64748b;font-size:.85rem}.purchase-vouchers-modal-loading .loading-spinner{width:1.1rem;height:1.1rem}.purchase-vouchers-retry-btn{margin-top:.75rem;border:1px solid #cbd5e1;background:#fff;color:#334155;border-radius:9px;padding:.45rem .9rem;font-family:inherit;font-size:.82rem;font-weight:600;cursor:pointer}.purchase-voucher-card{position:relative;display:flex;align-items:stretch;flex-shrink:0;border-radius:16px;background:var(--pv-surface);border:1px solid #e6eaf2;box-shadow:0 2px 10px -5px #0f172a2e;overflow:visible}.purchase-voucher-card.is-applied{border-color:#16a34a80;box-shadow:0 4px 16px -6px #16a34a66}.purchase-voucher-stub{flex-shrink:0;align-self:stretch;width:5.6rem;padding:.85rem .5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.1rem;text-align:center;background:linear-gradient(150deg,#1e40af,#2563eb 55%,#3b82f6);color:#fff;border-radius:0 16px 16px 0;overflow:hidden}.purchase-voucher-card.is-applied .purchase-voucher-stub{background:linear-gradient(150deg,#15803d,#16a34a 55%,#22c55e)}.purchase-voucher-stub-value{font-size:1.15rem;font-weight:800;line-height:1.1;letter-spacing:-.01em;word-break:break-word}.purchase-voucher-stub-unit{font-size:.62rem;font-weight:600;opacity:.92}.purchase-voucher-body{flex:1;min-width:0;padding:.85rem .95rem .95rem;position:relative;border-right:2px dashed #e2e8f0;border-radius:16px 0 0 16px;background:var(--pv-surface)}.purchase-voucher-card-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;margin-bottom:.45rem}.purchase-voucher-body:before,.purchase-voucher-body:after{content:"";position:absolute;right:-7px;width:12px;height:12px;border-radius:50%;background:var(--pv-surface);border:1px solid #e6eaf2}.purchase-voucher-body:before{top:-7px}.purchase-voucher-body:after{bottom:-7px}.purchase-voucher-applied-tag{flex-shrink:0;font-size:.66rem;font-weight:700;color:#15803d;background:#16a34a1f;border:1px solid rgba(22,163,74,.28);padding:.12rem .45rem;border-radius:999px;margin:0}.purchase-voucher-card-desc{margin:0 0 .4rem;font-size:.8rem;font-weight:700;line-height:1.55;color:#64748b}.purchase-voucher-card-cap{margin:-.15rem 0 .45rem;font-size:.74rem;font-weight:600;line-height:1.45;color:#475569}.purchase-voucher-code-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.purchase-voucher-code{flex:1;min-width:0;font-family:ui-monospace,Cascadia Code,SF Mono,monospace;font-size:.92rem;font-weight:700;letter-spacing:.06em;color:#1e40af;background:#2563eb14;border:1px dashed rgba(37,99,235,.3);padding:.42rem .6rem;border-radius:9px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.purchase-voucher-copy{flex-shrink:0;border:none;background:linear-gradient(135deg,#1e40af,#2563eb);color:#fff;border-radius:9px;padding:.45rem .75rem;font-family:inherit;font-size:.78rem;font-weight:700;cursor:pointer;box-shadow:0 2px 6px -2px #2563eb80;transition:filter .15s ease}.purchase-voucher-copy:hover{filter:brightness(1.06)}.purchase-voucher-copy:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.purchase-voucher-copy.copied{background:linear-gradient(135deg,#15803d,#16a34a);box-shadow:0 2px 6px -2px #16a34a80}.purchase-voucher-card-expiry{display:flex;align-items:center;gap:.3rem;font-size:.74rem;color:#64748b}.purchase-voucher-card-expiry svg{width:.85rem;height:.85rem;flex-shrink:0}[data-theme=dark] .purchase-vouchers-bar{border-color:#60a5fa47;background:radial-gradient(120% 140% at 100% 0%,rgba(96,165,250,.12) 0%,transparent 55%),linear-gradient(135deg,var(--bg-subtle) 0%,var(--bg-card) 100%);box-shadow:var(--shadow-sm)}[data-theme=dark] .purchase-vouchers-bar:hover{border-color:#60a5fa73}[data-theme=dark] .purchase-vouchers-bar-title{color:var(--text)}[data-theme=dark] .purchase-vouchers-bar-count,[data-theme=dark] .purchase-vouchers-bar-chevron{color:var(--text-muted)}[data-theme=dark] .purchase-vouchers-modal{--pv-surface: var(--bg-card)}[data-theme=dark] .purchase-vouchers-modal-header h2{color:var(--text)}[data-theme=dark] .purchase-vouchers-modal-close{background:var(--bg-muted);color:var(--text-secondary)}[data-theme=dark] .purchase-vouchers-modal-close:hover{background:var(--bg-subtle);color:var(--text)}[data-theme=dark] .purchase-vouchers-modal-hint{color:var(--text-secondary);background:#60a5fa1a;border-color:#60a5fa33}[data-theme=dark] .purchase-voucher-card{border-color:var(--border);box-shadow:0 2px 12px -6px #000000b3}[data-theme=dark] .purchase-voucher-card.is-applied{border-color:#4ade8073}[data-theme=dark] .purchase-voucher-body{border-right-color:var(--border)}[data-theme=dark] .purchase-voucher-body:before,[data-theme=dark] .purchase-voucher-body:after{border-color:var(--border)}[data-theme=dark] .purchase-voucher-card-desc,[data-theme=dark] .purchase-voucher-card-cap{color:var(--text-secondary)}[data-theme=dark] .purchase-voucher-code{color:var(--accent-light);background:var(--accent-subtle);border-color:#60a5fa59}[data-theme=dark] .purchase-voucher-applied-tag{color:#4ade80;background:#4ade801f;border-color:#4ade804d}[data-theme=dark] .purchase-vouchers-modal-empty,[data-theme=dark] .purchase-vouchers-modal-loading,[data-theme=dark] .purchase-voucher-card-expiry{color:var(--text-muted)}[data-theme=dark] .purchase-vouchers-retry-btn{background:var(--bg-card);border-color:var(--border-strong);color:var(--text-secondary)}.purchase-container{height:auto;min-height:auto;flex:0 0 auto;padding:0;padding-bottom:calc(6rem + env(safe-area-inset-bottom,0px));direction:rtl;font-family:Vazir,sans-serif;max-width:var(--content-max, 400px);width:100%;margin:0 auto;box-sizing:border-box;overflow:visible}.purchase-header-with-back{position:relative;display:flex;flex-direction:column;gap:.6rem;margin-bottom:.4rem;padding-bottom:.3rem;border-bottom:none}.purchase-header-row{display:flex;align-items:center;gap:.6rem;flex-direction:row-reverse}.purchase-header-content{flex:1;display:flex;flex-direction:column;gap:0;min-width:0}.purchase-header-content h1{font-family:Vazir,sans-serif!important;color:var(--accent);margin:0!important;font-size:1.2rem!important;font-weight:700!important;font-style:normal!important;background:linear-gradient(135deg,#1e3a8a,#3b82f6)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important;line-height:1.2!important;padding:0!important;border:none!important;text-transform:none!important;letter-spacing:normal!important}.purchase-header-row .btn-back{background:transparent;border:none;color:var(--accent);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0;padding:.5rem;margin:0;line-height:1}.purchase-header-row .btn-back svg{width:1.8rem;height:1.8rem;fill:currentColor;transition:all .2s ease}.purchase-header-row .btn-back:hover{color:#3b82f6;transform:translate(-3px)}.purchase-header-row .btn-back:hover svg{fill:#3b82f6}.purchase-header-row .btn-back:active{color:#3b82f6;transform:translate(-1px)}.purchase-header-row .btn-back:active svg{fill:#3b82f6}.purchase-hero-banner{display:flex;align-items:center;gap:.85rem;padding:.95rem 1rem;border-radius:18px;margin:.9rem 0 1.3rem;background:radial-gradient(120% 140% at 100% 0%,#facc1538,#facc1500 50%),linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;box-shadow:0 12px 30px -16px #1e3a8a8c;position:relative;overflow:hidden}.purchase-hero-banner:after{content:"";position:absolute;top:-40%;left:-20%;width:60%;height:180%;background:radial-gradient(closest-side,#ffffff29,#fff0);pointer-events:none}.purchase-hero-banner-icon{flex-shrink:0;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:#ffffff29;border-radius:14px;color:#facc15}.purchase-hero-banner-icon svg{width:1.45rem;height:1.45rem}.purchase-hero-banner-text{flex:1;display:flex;flex-direction:column;gap:.15rem;min-width:0}.purchase-hero-banner-eyebrow{font-size:.7rem;font-weight:600;letter-spacing:.02em;color:#ffffffc7}.purchase-hero-banner-title{margin:0;font-size:.85rem;font-weight:600;line-height:1.55;color:#fff;text-align:justify}.plans-grid{display:grid;grid-template-columns:1fr;gap:1.1rem;max-width:1200px;margin:0 auto}.plan-card-modern{position:relative;background:#fff;border-radius:20px;padding:1.1rem 1rem 1rem;border:1px solid #eef0f4;box-shadow:0 6px 18px -10px #0f172a2e;transition:transform .25s ease,box-shadow .25s ease;overflow:hidden;isolation:isolate}.plan-card-modern:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;background:linear-gradient(180deg,var(--plan-tint, transparent) 0%,transparent 28%);opacity:.8;z-index:0}.plan-card-modern>*{position:relative;z-index:1}.plan-card-modern-silver{--plan-color: #94a3b8;--plan-color-strong: #64748b;--plan-tint: rgba(148, 163, 184, .16)}.plan-card-modern-gold{--plan-color: #fbbf24;--plan-color-strong: #b45309;--plan-tint: rgba(251, 191, 36, .08);border-color:#f3e8d8;box-shadow:0 4px 14px -12px #0f172a24;background:#fff}.plan-card-modern-gold:before{opacity:.35}.plan-card-modern-diamond{--plan-color: #38bdf8;--plan-color-strong: #0284c7;--plan-tint: rgba(56, 189, 248, .18)}.plan-card-modern-diamond_plus{--plan-color: #0ea5e9;--plan-color-strong: #0369a1;--plan-tint: rgba(14, 165, 233, .18);border-color:#0369a138;box-shadow:0 10px 28px -16px #0369a159}.plan-card-modern-diamond_plus .plan-modern-icon{background:linear-gradient(135deg,#0c4a6e,#082f49);color:#bae6fd}.plan-card-modern-titanium{--plan-color: #a78bfa;--plan-color-strong: #6d28d9;--plan-tint: rgba(167, 139, 250, .16);border-color:#6d28d938;box-shadow:0 10px 28px -16px #6d28d959}.plan-card-featured{border:1.5px solid var(--plan-color);box-shadow:0 1px #ffffffb3 inset,0 18px 38px -22px #f59e0b8c,0 6px 18px -8px #0f172a1f;background:radial-gradient(120% 120% at 100% 0%,#fffbebf2,#fff 60%)}.plan-card-featured:after{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:inherit;padding:1.5px;background:linear-gradient(135deg,#f59e0b8c,#f59e0b00 60%);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:0}.plan-card-modern-diamond.plan-card-featured{padding-top:2.65rem}.plan-ribbon{position:absolute;top:.65rem;left:.65rem;right:auto;max-width:calc(100% - 1.3rem);display:inline-flex;align-items:center;gap:.35rem;padding:.32rem .62rem;border-radius:999px;background:linear-gradient(135deg,#38bdf8,#0284c7);color:#fff;font-size:.62rem;font-weight:700;letter-spacing:.01em;box-shadow:0 6px 14px -6px #0284c78c;z-index:3}.plan-card-modern-diamond.plan-card-featured .plan-diamond-promotion{margin-top:.45rem}.plan-ribbon-text{line-height:1.35;white-space:nowrap}@media (max-width: 767px){.plan-card-modern.plan-card-featured .plan-ribbon{top:0;left:-1rem;right:-1rem;width:auto;max-width:none;border-radius:0;justify-content:center;padding:.38rem .75rem}.plan-card-modern-diamond.plan-card-featured{padding-top:2.35rem}.plan-card-modern-diamond.plan-card-featured .plan-diamond-promotion{margin-top:.2rem}}@media (max-width: 380px){.plan-card-modern.plan-card-featured .plan-ribbon{font-size:.58rem;padding:.34rem .65rem}.plan-card-modern-diamond.plan-card-featured{padding-top:2.4rem}.plan-card-modern-diamond.plan-card-featured .plan-modern-head{padding-top:.15rem}}@keyframes plan-ribbon-dot-blink{0%,to{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(.88)}}.plan-ribbon-dot{width:.42rem;height:.42rem;border-radius:50%;background:#fff;box-shadow:0 0 0 3px #ffffff59;flex-shrink:0;animation:plan-ribbon-dot-blink 2.4s ease-in-out infinite}.plan-diamond-promotion{position:relative;z-index:1;display:flex;flex-direction:column;align-items:stretch;gap:.35rem;margin-bottom:.65rem;padding:.55rem .65rem;border-radius:11px;background:radial-gradient(120% 140% at 100% 0%,#facc1538,#facc1500 55%),linear-gradient(135deg,#1e3a8a,#0284c7);border:1px solid rgba(125,211,252,.45);box-shadow:0 6px 16px -10px #0284c773;color:#fff}.plan-diamond-promotion-icon{flex-shrink:0;width:1.85rem;height:1.85rem;display:flex;align-items:center;justify-content:center;background:#ffffff24;border-radius:9px;color:#facc15}.plan-diamond-promotion-icon svg{width:1.05rem;height:1.05rem}.plan-diamond-promotion-text{margin:0;font-size:.72rem;font-weight:600;line-height:1.55;color:#fff;text-align:center}.plan-diamond-promotion-subtext{margin:0;text-align:center}.plan-diamond-promotion-subtext-badge{display:inline-block;max-width:100%;padding:.24rem .62rem;border-radius:999px;background:#ffffff24;border:1px solid rgba(255,255,255,.32);box-shadow:inset 0 1px #ffffff1f;font-size:.62rem;font-weight:500;line-height:1.45;color:#ffffffeb;text-align:center}.plan-diamond-promotion-subtext-badge strong{font-weight:800;color:#fff}.plan-diamond-plus-promotion-note{margin:0;padding:.34rem .55rem;border-radius:9px;background:#fef3c729;border:1px solid rgba(251,191,36,.55);border-inline-start:3px solid #fbbf24;font-size:.6rem;font-weight:600;line-height:1.6;color:#fef3c7;text-align:center}.plan-diamond-promotion-badge,.plan-feature-inline-badge{display:inline-block;vertical-align:middle;padding:.1rem .42rem;margin-inline-end:.15rem;border-radius:999px;background:linear-gradient(135deg,#fde047,#facc15);color:#1e3a8a;font-size:.68rem;font-weight:800;line-height:1.35;box-shadow:0 2px 8px -2px #facc15a6}.plan-diamond-plus-promotion .plan-diamond-promotion-badge{padding:.12rem .5rem;background:linear-gradient(135deg,#f0abfc,#e040fb 42%,#c026d3);color:#fff;box-shadow:inset 0 1px #ffffff8c,0 2px 10px -2px #d946efbf;text-shadow:0 1px 2px rgba(112,26,117,.45)}.plan-card-modern-titanium .plan-feature-inline-badge{background:linear-gradient(135deg,#c4b5fd,#a78bfa);color:#4c1d95;box-shadow:0 2px 8px -2px #a78bfa8c}.plan-card-modern-diamond.plan-card-featured{border-color:var(--plan-color);box-shadow:0 1px #ffffffb3 inset,0 18px 38px -22px #38bdf873,0 6px 18px -8px #0f172a1f;background:radial-gradient(120% 120% at 100% 0%,#e0f2fef2,#fff 60%)}.plan-card-modern-diamond.plan-card-featured:after{background:linear-gradient(135deg,#38bdf880,#38bdf800 60%)}.plan-card-modern-diamond.plan-card-featured .plan-ribbon{background:linear-gradient(135deg,#38bdf8,#0284c7);box-shadow:0 6px 14px -6px #0284c78c}.plan-modern-head{display:flex;align-items:center;gap:.7rem;margin-bottom:.85rem}.plan-modern-icon{width:2.6rem;height:2.6rem;border-radius:14px;background:var(--plan-tint, rgba(148, 163, 184, .16));display:flex;align-items:center;justify-content:center;color:var(--plan-color-strong, #64748b);flex-shrink:0;box-shadow:inset 0 0 0 1px #fff6,0 6px 14px -10px var(--plan-color, #94a3b8)}.plan-modern-icon svg{width:1.55rem;height:1.55rem}.plan-modern-titles{flex:1;display:flex;flex-direction:column;gap:.15rem;min-width:0}.plan-modern-name{margin:0;font-size:1.1rem;font-weight:700;color:var(--plan-color-strong, #1f2937);line-height:1.2}.plan-modern-tagline{margin:0;font-size:.72rem;font-weight:500;color:#6b7280;line-height:1.4}.plan-modern-features{list-style:none;margin:0 0 .7rem;padding:0;display:grid;grid-template-columns:1fr;gap:.4rem}.plan-modern-feature{display:flex;align-items:flex-start;gap:.45rem;font-size:.78rem;line-height:1.45;color:#1f2937}.plan-modern-feature.is-excluded{color:#9ca3af}.plan-modern-feature-icon{width:1.05rem;height:1.05rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.12rem}.plan-modern-feature.is-included .plan-modern-feature-icon{background:#10b98124;color:#059669}.plan-modern-feature.is-excluded .plan-modern-feature-icon{background:#9ca3af2e;color:#6b7280}.plan-modern-feature-icon svg{width:.62rem;height:.62rem}.plan-modern-feature.is-excluded .plan-modern-feature-icon svg{width:.55rem;height:.55rem}.plan-modern-feature-text{flex:1}.plan-modern-feature-text.is-highlighted{display:inline-block;padding:.18rem .5rem;margin:-.08rem 0;border-radius:8px;background:linear-gradient(135deg,#38bdf82e,#0ea5e91f);border:1px solid rgba(56,189,248,.35);color:#0369a1;font-weight:700;box-shadow:0 2px 8px -4px #38bdf873}.plan-modern-duration{display:grid;grid-template-columns:1fr 1fr;gap:.4rem;padding:.35rem;background:#f3f4f6;border-radius:14px;margin-bottom:.85rem}.plan-modern-duration-single{grid-template-columns:1fr}.plan-modern-duration-single .duration-pill{width:100%}.duration-pill{position:relative;border:none;background:transparent;border-radius:10px;padding:.55rem .5rem;font-family:Vazir,sans-serif;font-size:.82rem;font-weight:600;color:#4b5563;cursor:pointer;transition:all .18s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem}.duration-pill:hover:not(.is-active){color:#1f2937}.duration-pill.is-active{background:#fff;color:var(--plan-color-strong, #1e3a8a);box-shadow:0 1px #ffffffe6 inset,0 4px 12px -4px #0f172a26}.duration-pill-title{font-size:.85rem;font-weight:700}.duration-pill-badge{font-size:.62rem;font-weight:700;padding:.1rem .4rem;border-radius:999px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;letter-spacing:.01em}.duration-pill.is-active .duration-pill-badge{box-shadow:0 4px 10px -3px #10b98173}.plan-modern-pricing{display:flex;align-items:center;justify-content:space-between;gap:.6rem;padding:.55rem .7rem;border-radius:14px;background:#0f172a06;border:1px dashed rgba(15,23,42,.08);margin-bottom:.9rem;flex-direction:row-reverse}.plan-modern-pricing-main{display:inline-flex;align-items:baseline;gap:.25rem;color:var(--plan-color-strong, #1e3a8a)}.plan-modern-pricing--upgrade{flex-direction:column;align-items:stretch;gap:.35rem}.plan-modern-pricing-upgrade-row{display:flex;flex-direction:row;align-items:baseline;justify-content:space-between;gap:.5rem;width:100%}.plan-modern-pricing-upgrade-row .plan-modern-upgrade-label{flex-shrink:0;text-align:start;width:auto;display:block;font-size:.72rem;color:#64748b;margin-bottom:0}.plan-modern-pricing-upgrade-row .plan-modern-original{flex-shrink:1;min-width:0;text-align:end}.plan-modern-pricing-upgrade-row .plan-modern-pricing-amount{flex-shrink:1;min-width:0;justify-content:flex-end;text-align:end}.plan-modern-pricing-amount{display:inline-flex;align-items:baseline;gap:.25rem;flex-wrap:wrap;justify-content:flex-end;max-width:100%}.plan-modern-price{font-size:1.45rem;font-weight:800;letter-spacing:-.01em;line-height:1}.plan-modern-price-currency{font-size:.78rem;font-weight:600;color:#6b7280}.plan-modern-pricing-meta{display:inline-flex;align-items:center;gap:.4rem;flex-wrap:wrap;justify-content:flex-end}.plan-modern-original{font-size:.78rem;color:#9ca3af;text-decoration:line-through;font-weight:500}.plan-modern-discount-badge{display:inline-flex;align-items:center;font-size:.66rem;font-weight:700;padding:.18rem .45rem;border-radius:999px;background:#10b98124;color:#047857;letter-spacing:.01em;white-space:nowrap}.plan-modern-purchase{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;width:100%;border:none;border-radius:14px;padding:.85rem 1rem;font-family:Vazir,sans-serif;font-size:.95rem;font-weight:700;cursor:pointer;color:#fff;background:linear-gradient(135deg,var(--plan-color, #60a5fa) 0%,var(--plan-color-strong, #3b82f6) 100%);box-shadow:0 12px 24px -12px var(--plan-color, rgba(59, 130, 246, .6));transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.plan-card-modern-gold .plan-modern-purchase{background:linear-gradient(135deg,#ffedd5,#fdba74 52%,#fb923c);box-shadow:0 12px 24px -12px #fb923c73}.plan-card-modern-gold .plan-modern-purchase:hover:not(:disabled){box-shadow:0 16px 28px -12px #f9731680}.plan-modern-purchase.is-diamond-featured{background:linear-gradient(135deg,#38bdf8,#0284c7);box-shadow:0 14px 28px -10px #0284c78c}.plan-modern-purchase.is-featured{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 14px 28px -10px #f59e0b8c}.plan-modern-purchase:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 16px 28px -12px var(--plan-color, rgba(59, 130, 246, .6))}.plan-modern-purchase.is-diamond-featured:hover:not(:disabled){box-shadow:0 18px 32px -12px #0284c799}.plan-modern-purchase.is-featured:hover:not(:disabled){box-shadow:0 18px 32px -12px #f59e0b99}.plan-modern-purchase:active:not(:disabled){transform:translateY(0)}.plan-modern-purchase:disabled{opacity:.65;cursor:not-allowed}.plan-modern-purchase .purchase-arrow{width:1rem;height:1rem;color:#fff}.purchase-spinner{width:.95rem;height:.95rem;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite;display:inline-block}.purchase-trust-row{display:flex;align-items:center;justify-content:space-around;margin:1.2rem auto .5rem;padding:.75rem .6rem;border-radius:14px;background:#0f172a08;border:1px solid rgba(15,23,42,.06);color:#4b5563;max-width:1200px}.purchase-trust-item{display:inline-flex;align-items:center;gap:.35rem;font-size:.72rem;font-weight:600;color:#4b5563}.purchase-trust-item svg{width:1rem;height:1rem;color:var(--accent, #1e3a8a)}.purchase-trust-divider{width:1px;height:1rem;background:#0f172a1f}.subscription-status-hero{display:flex;align-items:center;gap:.85rem;padding:1rem 1.05rem;border-radius:18px;margin:.6rem 0 .9rem;color:#fff;background:radial-gradient(120% 140% at 100% 0%,#facc1538,#facc1500 50%),linear-gradient(135deg,#1e3a8a,#3b82f6);box-shadow:0 12px 30px -16px #1e3a8a8c;position:relative;overflow:hidden}.subscription-status-hero:after{content:"";position:absolute;top:-40%;left:-25%;width:70%;height:200%;background:radial-gradient(closest-side,#ffffff2e,#fff0);pointer-events:none}.subscription-status-hero-icon{flex-shrink:0;width:2.65rem;height:2.65rem;border-radius:14px;display:flex;align-items:center;justify-content:center;background:#ffffff29;color:#facc15}.subscription-status-hero-icon svg{width:1.5rem;height:1.5rem}.subscription-status-hero-icon-titanium{color:#e879f9;background:#e879f933;box-shadow:0 0 12px #d946ef40}.subscription-status-hero-text{display:flex;flex-direction:column;gap:.1rem;flex:1}.subscription-status-hero-label{font-size:.7rem;font-weight:600;color:#fffc}.subscription-status-hero-name{font-size:1.05rem;font-weight:700;color:#fff;letter-spacing:.01em}.subscription-status-hero-badge{flex-shrink:0;width:1.95rem;height:1.95rem;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#10b98138;color:#6ee7b7}.subscription-status-hero-badge svg{width:1.2rem;height:1.2rem}.subscription-status{margin-top:0;padding:1.25rem;background:#fff;border-radius:18px;box-shadow:0 6px 18px -10px #0f172a2e;border:1px solid #eef0f4}.subscription-status-refreshing{opacity:.55;pointer-events:none}.subscription-status-content{direction:rtl;font-family:Vazir,sans-serif;line-height:1.8;color:var(--text, #333)}.subscription-status-title{color:var(--accent, #1e3a8a);font-weight:700;font-size:.95rem;margin:0 0 .85rem;padding-bottom:.55rem;border-bottom:2px solid #eef0f4}.subscription-status-row{display:flex;align-items:flex-start;gap:.6rem;margin:.4rem 0;padding:.45rem .55rem;line-height:1.4;font-size:.85rem;background:#3b82f60a;border-radius:10px;transition:background .2s ease}.subscription-status-row:hover{background:#3b82f612}.status-icon-wrapper{flex-shrink:0;width:1.6rem;height:1.6rem;display:flex;align-items:center;justify-content:center;color:var(--accent, #1e3a8a);background:#3b82f61f;border-radius:8px}.status-icon{width:.95rem;height:.95rem}.status-icon-small{width:.6rem;height:.6rem}.status-text{flex:1;color:var(--text, #333);font-size:.85rem}.status-text-wrapper{flex:1;display:flex;flex-direction:column;gap:.2rem}.status-label{color:var(--text, #1f2937);font-size:.85rem;font-weight:600}.subscription-status-content .status-label-hint{font-size:.7rem;font-weight:400;opacity:.85;color:var(--text, #6b7280)}.status-value{color:var(--text, #4b5563);font-size:.8rem;font-weight:500}.subscription-status-content .status-value.subscription-period-dates{display:inline-flex;align-items:center;gap:.35rem;flex-wrap:wrap}.subscription-status-content .subscription-period-date{background:#9370db33;color:var(--text, #1f2937);padding:.2rem .45rem;border-radius:6px;font-weight:600;display:inline-block}.subscription-status-content b{color:var(--text, #1f2937);font-weight:600;font-size:.85rem}.subscription-status-content code{background:#f3f4f6;padding:.15rem .35rem;border-radius:4px;font-family:Courier New,monospace;font-size:.8rem;color:var(--accent, #1e3a8a);font-weight:600}.subscription-status-support-link{margin:.85rem 0 0;padding:.75rem 1rem;background:linear-gradient(135deg,#3b82f614,#3b82f605);border:1px solid rgba(59,130,246,.15);border-radius:12px;line-height:1.5;font-size:.8rem}.subscription-status-support-link a{display:block;text-align:right;color:var(--accent, #1e3a8a)!important;font-weight:700!important}.loading,.error{text-align:center;padding:2rem;font-size:1.25rem;color:var(--text, #333);display:flex;align-items:center;justify-content:center;gap:.5rem}.loading .loading-spinner{width:.875rem;height:.875rem;border:2px solid rgba(51,51,51,.3);border-top-color:var(--text, #333);border-radius:50%;animation:spin .8s linear infinite;display:inline-block;flex-shrink:0}.pending-payment-loading{flex-direction:column;gap:1rem;padding:2.5rem 1.5rem}.pending-payment-message{font-size:1rem;font-weight:600;color:var(--accent, #1e3a8a);margin:0}.pending-payment-hint{font-size:.8rem;color:#666;margin:0;line-height:1.5}.error{color:#ef4444}@media (min-width: 768px){.plans-grid{gap:1.4rem}.plan-card-modern{padding:1.4rem 1.25rem 1.2rem}.plan-diamond-promotion-text{font-size:.88rem;line-height:1.6;text-align:right}.plan-diamond-promotion-subtext{text-align:right}.plan-diamond-promotion-subtext-badge{font-size:.72rem;padding:.28rem .72rem}.plan-diamond-promotion-badge{font-size:.74rem}.plan-modern-name{font-size:1.2rem}.plan-modern-features{grid-template-columns:1fr 1fr;gap:.5rem .8rem}.plan-modern-price{font-size:1.6rem}}@media (max-width: 480px){.purchase-hero-banner-title{font-size:.8rem}.plan-card-modern{padding:1rem .85rem .95rem}.plan-card-modern.plan-card-featured .plan-ribbon{left:-.85rem;right:-.85rem}.plan-modern-name{font-size:1.05rem}.plan-modern-feature{font-size:.76rem}.plan-modern-price{font-size:1.35rem}.plan-modern-purchase{font-size:.9rem;padding:.8rem 1rem}.purchase-trust-item{font-size:.68rem}}@media (max-height: 700px){.purchase-container:not(.extend-page-inner){padding:0;padding-bottom:calc(6rem + env(safe-area-inset-bottom,0px))}.purchase-header-with-back{gap:.4rem;margin-bottom:.25rem}.purchase-header-content h1{font-size:1.05rem!important}.subscription-status-hero{padding:.85rem .95rem;margin-top:.4rem;margin-bottom:.6rem}.subscription-status{padding:.95rem;border-radius:14px}.subscription-status-content{line-height:1.55}.subscription-status-row{margin:.25rem 0;padding:.3rem .4rem;font-size:.78rem}.status-text,.status-label{font-size:.78rem}.status-value{font-size:.74rem}.subscription-status-support-link{margin:.6rem 0 0;padding:.6rem .8rem;font-size:.75rem}}.purchase-confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10005;background:#0f172a85;display:flex;align-items:center;justify-content:center;padding:1rem;box-sizing:border-box;direction:rtl;font-family:Vazir,sans-serif;animation:purchase-confirm-fade .2s ease;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}@keyframes purchase-confirm-fade{0%{opacity:0}to{opacity:1}}.purchase-confirm-modal{width:100%;max-width:min(var(--content-max, 400px),100%);background:#fff;border-radius:20px;box-shadow:0 25px 50px -12px #00000059,0 0 0 1px #94a3b81f;overflow:hidden;--pc-strong: #64748b;--pc: #94a3b8}.purchase-confirm-modal--silver{--pc-strong: #475569;--pc: #64748b}.purchase-confirm-modal--gold{--pc-strong: #b45309;--pc: #d97706}.purchase-confirm-modal--diamond,.purchase-confirm-modal--diamond_plus{--pc-strong: #0369a1;--pc: #0284c7}.plan-feature-inline-link{color:#2563eb;text-decoration:underline;font-weight:600}.purchase-confirm-ack{display:flex;align-items:flex-start;gap:.5rem;margin-top:.85rem;padding:.65rem .75rem;border:1px solid rgba(2,132,199,.25);border-radius:12px;background:#0284c70f;cursor:pointer}.purchase-confirm-ack-checkbox{width:1.15rem;height:1.15rem;margin-top:.15rem;flex-shrink:0;accent-color:#0284c7;cursor:pointer}.purchase-confirm-ack-text{font-size:.8rem;line-height:1.7;color:var(--text-secondary, #334155)}.purchase-confirm-ack-text a{color:#2563eb;text-decoration:underline;font-weight:600}.purchase-confirm-ack-subtext{display:block;margin-top:.3rem;font-size:.7rem;line-height:1.7;color:var(--text-muted, #64748b)}.purchase-confirm-header{display:flex;align-items:center;gap:.75rem;padding:1rem .95rem;background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff}.purchase-confirm-header-icon{width:2.65rem;height:2.65rem;flex-shrink:0;border-radius:14px;background:#ffffff2e;display:flex;align-items:center;justify-content:center;color:#fffffff5}.purchase-confirm-header-icon svg{width:1.5rem;height:1.5rem}.purchase-confirm-header-title{flex:1;margin:0;font-size:1.02rem;font-weight:700;color:#fff}.purchase-confirm-close{flex-shrink:0;width:2.25rem;height:2.25rem;padding:0;border:none;border-radius:12px;background:#ffffff24;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.purchase-confirm-close svg{width:1.1rem;height:1.1rem}.purchase-confirm-close:hover{background:#ffffff3d}.purchase-confirm-body{padding:1.35rem 1.25rem 1.1rem}.purchase-confirm-plan-label{margin:0 0 .35rem;font-size:.72rem;font-weight:600;color:#64748b}.purchase-confirm-plan-name{margin:0 0 1.05rem;font-size:1.28rem;font-weight:800;line-height:1.35;color:var(--pc-strong)}.purchase-confirm-duration{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.72rem .95rem;margin-bottom:1.2rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:14px;border:1px solid #e2e8f0}.purchase-confirm-duration-label{font-size:.78rem;font-weight:600;color:#64748b}.purchase-confirm-duration-value{font-size:.88rem;font-weight:700;color:var(--pc-strong);padding:.22rem .72rem;border-radius:999px;background:#fffffff2;border:1px solid rgba(148,163,184,.32)}.purchase-confirm-price-section{text-align:center;padding-top:.2rem}.purchase-confirm-price-row{display:flex;align-items:baseline;justify-content:center;gap:.45rem;flex-wrap:wrap}.purchase-confirm-price-amount{font-size:1.92rem;font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:.02em;color:var(--pc-strong);line-height:1}.purchase-confirm-price-currency{font-size:.86rem;font-weight:600;color:var(--pc)}.purchase-confirm-price-meta{display:flex;align-items:center;justify-content:center;gap:.55rem;margin-top:.72rem;flex-wrap:wrap}.purchase-confirm-price-original{font-size:.82rem;color:#94a3b8;text-decoration:line-through;font-variant-numeric:tabular-nums}.purchase-confirm-discount-pill{font-size:.71rem;font-weight:700;color:#fff;padding:.22rem .55rem;border-radius:999px;background:linear-gradient(135deg,#10b981,#059669)}.purchase-confirm-actions{display:flex;gap:.65rem;padding:0 1.25rem 1.35rem}.purchase-confirm-btn{flex:1;font-family:Vazir,sans-serif;font-weight:700;font-size:.89rem;padding:.88rem 1rem;border-radius:14px;border:none;cursor:pointer;-webkit-tap-highlight-color:transparent}.purchase-confirm-btn:disabled{opacity:.6;cursor:not-allowed}.purchase-confirm-btn-cancel{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.purchase-confirm-btn-cancel:active{transform:scale(.98)}.purchase-confirm-btn-submit{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 8px 22px -10px #2563eb8c}.purchase-confirm-btn-submit:active:not(:disabled){transform:scale(.98)}@media (max-width: 380px){.purchase-confirm-price-amount{font-size:1.65rem}.purchase-confirm-plan-name{font-size:1.14rem}}.subscription-extend-container{margin:0 0 1rem;padding:1rem 1.05rem;border-radius:18px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 6px 18px -12px #0f172a24}.subscription-extend-eligible{display:flex;flex-direction:column;align-items:stretch;gap:.85rem}.subscription-extend-eligible-gold{--extend-accent: #d97706;--extend-accent-strong: #b45309;--extend-tint: rgba(251, 191, 36, .14)}.subscription-extend-eligible-silver{--extend-accent: #64748b;--extend-accent-strong: #475569;--extend-tint: rgba(148, 163, 184, .16)}.subscription-extend-eligible-diamond{--extend-accent: #0284c7;--extend-accent-strong: #0369a1;--extend-tint: rgba(56, 189, 248, .16)}.subscription-extend-eligible-titanium{--extend-accent: #7c3aed;--extend-accent-strong: #6d28d9;--extend-tint: rgba(167, 139, 250, .16)}.subscription-extend-hint{margin:0;font-size:.88rem;color:#64748b;line-height:1.55;text-align:center}.subscription-extend-days{color:var(--extend-accent-strong, #1d4ed8);font-weight:800;font-variant-numeric:tabular-nums}.subscription-extend-btn-advanced{position:relative;display:flex;align-items:center;gap:.75rem;width:100%;padding:.9rem 1rem;border:none;border-radius:16px;cursor:pointer;overflow:hidden;text-align:right;font-family:inherit;color:#fff;background:linear-gradient(135deg,var(--extend-accent-strong, #1d4ed8) 0%,var(--extend-accent, #2563eb) 52%,#3b82f6 100%);box-shadow:0 14px 28px -14px #2563eb8c,inset 0 1px #ffffff2e;transition:transform .18s ease,box-shadow .18s ease}.subscription-extend-btn-advanced:hover{transform:translateY(-1px);box-shadow:0 18px 32px -14px #2563eb99,inset 0 1px #ffffff38}.subscription-extend-btn-advanced:active{transform:translateY(0)}.subscription-extend-btn-glow{position:absolute;top:-40%;left:-15%;width:55%;height:180%;background:radial-gradient(closest-side,#ffffff38,#fff0);pointer-events:none}.subscription-extend-btn-icon{flex-shrink:0;width:2.55rem;height:2.55rem;border-radius:14px;display:flex;align-items:center;justify-content:center;background:#ffffff29;color:#facc15;box-shadow:inset 0 0 0 1px #ffffff1f}.subscription-extend-btn-icon svg{width:1.45rem;height:1.45rem}.subscription-extend-eligible-titanium .subscription-extend-btn-icon{color:#e879f9}.subscription-extend-btn-text{flex:1;display:flex;flex-direction:column;gap:.12rem;min-width:0}.subscription-extend-btn-title{font-size:.98rem;font-weight:800;line-height:1.35}.subscription-extend-btn-sub{font-size:.72rem;font-weight:600;color:#ffffffd1;line-height:1.4}.subscription-extend-btn-arrow{flex-shrink:0;width:1.15rem;height:1.15rem;opacity:.92}.subscription-extend-pending{display:flex;flex-direction:column;align-items:center;gap:.65rem;background:#f8fafc}.subscription-extend-pending .subscription-extend-message{margin:0;color:#475569;font-size:.92rem}.subscription-extend-success{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-color:#6ee7b7}.subscription-extend-success .subscription-extend-message{margin:0;color:#065f46;font-weight:700;font-size:.95rem;line-height:1.6;text-align:center}.subscription-extend-thanks{margin:.35rem 0 0;color:#047857;font-size:.88rem;text-align:center}.extend-page-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10004;background:#f1f5f9;direction:rtl;font-family:Vazir,sans-serif}.extend-page-scroll{height:100%;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y}.extend-page-inner{min-height:100%;padding-top:max(.75rem,env(safe-area-inset-top,0px));padding-left:max(.75rem,env(safe-area-inset-left,0px));padding-right:max(.75rem,env(safe-area-inset-right,0px));padding-bottom:calc(2rem + env(safe-area-inset-bottom,0px));box-sizing:border-box}.extend-page-hero{margin-top:.35rem}.plan-modern-purchase.is-extend{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 12px 24px -12px #0596698c}.plan-modern-purchase.is-extend:hover:not(:disabled){box-shadow:0 16px 28px -12px #0596699e}.plan-card-modern-gold .plan-modern-purchase.is-extend{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 12px 24px -12px #05966980}.status-value-dual{display:flex;flex-direction:column;gap:.45rem}.status-period-line{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem}.period-badge{display:inline-flex;align-items:center;padding:.12rem .45rem;border-radius:999px;font-size:.72rem;font-weight:700;line-height:1.4}.period-badge-current{background:#dbeafe;color:#1d4ed8}.period-badge-extended{background:#fef3c7;color:#b45309}.subscription-upgrade-container{margin-top:.85rem}.subscription-upgrade-btn,.plan-modern-purchase.is-upgrade{background:linear-gradient(135deg,#7c3aed,#5b21b6);box-shadow:0 12px 24px -12px #5b21b68c}.plan-modern-purchase.is-upgrade:hover:not(:disabled){box-shadow:0 16px 28px -12px #5b21b69e}.purchase-confirm-price-label{display:block;font-size:.78rem;color:#64748b;margin-bottom:.1rem}.purchase-confirm-price-note{margin:.35rem 0 0;font-size:.78rem;color:#64748b;text-align:center}.upgrade-page-overlay{z-index:10005}[data-theme=dark] .plan-modern-upgrade-label,[data-theme=dark] .purchase-confirm-price-label,[data-theme=dark] .purchase-confirm-price-note{color:var(--text-muted)}.subscription-early-repurchase{margin:1rem 0 1.25rem;padding:1rem 1.1rem;border-radius:14px;background:linear-gradient(135deg,#f59e0b1f,#fbbf2414);border:1px solid rgba(245,158,11,.28);text-align:center}.subscription-early-repurchase p{margin:0 0 .85rem;color:#92400e;font-size:.92rem;line-height:1.6}.subscription-early-repurchase .plan-modern-purchase{width:100%;max-width:none;margin:0}.subscription-early-repurchase-back{background:var(--bg-elevated, #fff);color:var(--text, #0f172a);border:1px solid var(--border, rgba(15, 23, 42, .12));box-shadow:none}.subscription-early-repurchase-back:hover:not(:disabled){background:var(--bg-muted, #f8fafc);filter:none}[data-theme=dark] .subscription-early-repurchase-back{background:var(--bg-elevated);color:var(--text);border-color:var(--border)}.purchase-confirm-voucher-code{margin-top:.75rem;padding-top:.75rem;border-top:1px dashed rgba(15,23,42,.12)}.purchase-confirm-voucher-code-label{display:block;font-size:.74rem;font-weight:600;color:var(--text-secondary, #64748b);margin-bottom:.35rem}.purchase-confirm-voucher-code-row{display:flex;gap:.5rem;align-items:stretch}.purchase-confirm-voucher-code-input{flex:1;min-width:0;border:1px solid var(--border, #e2e8f0);border-radius:8px;padding:.45rem .6rem;font-family:ui-monospace,Cascadia Code,monospace;font-size:.78rem;letter-spacing:.03em;background:var(--bg-input, #fff);color:var(--text, #1e293b)}.purchase-confirm-voucher-code-apply{flex-shrink:0;border:none;border-radius:8px;padding:.45rem .7rem;background:linear-gradient(135deg,#1e40af,#2563eb);color:#fff;font-family:inherit;font-size:.75rem;font-weight:600;cursor:pointer}.purchase-confirm-voucher-code-apply:disabled{opacity:.65;cursor:not-allowed}.purchase-confirm-voucher-code-error{margin:.5rem 0 0;font-size:.78rem;line-height:1.5;color:#dc2626}.purchase-confirm-voucher-applied{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:.45rem;padding:.35rem .55rem;border-radius:7px;background:#16a34a14;font-size:.72rem;color:#15803d}.purchase-confirm-voucher-remove{border:none;background:transparent;color:#dc2626;font-family:inherit;font-size:.78rem;font-weight:600;cursor:pointer;text-decoration:underline}[data-theme=dark] .purchase-confirm-voucher-code{border-top-color:var(--border)}[data-theme=dark] .purchase-confirm-voucher-applied{background:#34d3991f;color:var(--success-text)}[data-theme=dark] .purchase-confirm-voucher-code-error{color:#f87171}[data-theme=dark] .purchase-confirm-voucher-label{color:var(--success-text, #4ade80)}[data-theme=dark] .purchase-confirm-voucher-remove{color:#f87171}.purchase-vouchers-section{margin:1rem 0 1.25rem;padding:1rem;border-radius:12px;border:1px solid var(--border, rgba(15, 23, 42, .1));background:var(--bg-elevated, #fff)}.purchase-vouchers-title{margin:0 0 .35rem;font-size:1rem}.purchase-vouchers-hint{margin:0 0 .75rem;font-size:.82rem;color:var(--text-secondary, #64748b)}.purchase-vouchers-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.purchase-voucher-item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.65rem .75rem;border-radius:10px;border:1px solid var(--border, rgba(15, 23, 42, .08));background:var(--bg-muted, #f8fafc)}.purchase-voucher-item.is-applied{border-color:#16a34a;background:#16a34a0f}.purchase-voucher-main{display:flex;flex-direction:column;gap:.15rem;min-width:0}.purchase-voucher-title{font-weight:600;font-size:.9rem}.purchase-voucher-discount{font-size:.82rem;color:#16a34a}.purchase-voucher-expiry{font-size:.75rem;color:var(--text-secondary, #64748b)}.purchase-voucher-btn-apply,.purchase-voucher-btn-clear{flex-shrink:0;border:none;border-radius:8px;padding:.35rem .65rem;font-size:.82rem;cursor:pointer}.purchase-voucher-btn-apply{background:var(--primary-color, #2563eb);color:#fff}.purchase-voucher-btn-clear{background:transparent;color:#64748b;border:1px solid var(--border, #ddd)}.purchase-confirm-voucher-label{font-size:.82rem;color:#16a34a}.purchase-vouchers-loading{font-size:.85rem;color:var(--text-secondary, #64748b);margin:0}[data-theme=dark] .subscription-early-repurchase-back:hover:not(:disabled){background:#ffffff0f}.payment-loading{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}.payment-loading p{color:#6b7280;font-size:1rem}.payment-success-icon,.payment-error-icon{width:80px;height:80px;margin:0 auto 1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.payment-success-icon{background:#d1fae5;color:#10b981}.payment-success-icon svg{width:48px;height:48px}.payment-error-icon{background:#fee2e2;color:#ef4444}.payment-result-content p{color:#6b7280;font-size:1rem;line-height:1.6;margin-bottom:.5rem}.redirect-message{color:#9ca3af;font-size:.875rem;margin-top:1rem}.btn-back-home{margin-top:2rem;padding:.75rem 2rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.btn-back-home:hover{background:#2563eb}.btn-back-home:active{background:#1d4ed8}.payment-result-container{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;background:#fafbfc;padding:1rem}.payment-result-content{background:#fff;border-radius:12px;padding:3rem 2rem;text-align:center;max-width:500px;width:100%;box-shadow:0 2px 8px #0000001a}.payment-error-icon{width:80px;height:80px;margin:0 auto 1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fee2e2;color:#ef4444}.payment-error-icon svg{width:48px;height:48px}.payment-result-content h1{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#111827}.payment-result-content p{color:#6b7280;font-size:1rem;line-height:1.6;margin-bottom:2rem}.payment-actions{display:flex;flex-direction:column;gap:1rem}.btn-retry,.btn-back-home{padding:.75rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-retry{background:#3b82f6;color:#fff}.btn-retry:hover{background:#2563eb}.btn-retry:active{background:#1d4ed8}.btn-back-home{background:#f3f4f6;color:#374151}.btn-back-home:hover{background:#e5e7eb}.btn-back-home:active{background:#d1d5db}@media (max-width: 480px){.payment-result-content{padding:2rem 1.5rem}.payment-result-content h1{font-size:1.25rem}}.payment-callback-container{display:flex;justify-content:center;align-items:center;height:100vh;height:100dvh;width:100%;background:#fafbfc;position:fixed;top:0;left:0;right:0;bottom:0}.payment-loading{display:flex;flex-direction:column;align-items:center;gap:1rem}.payment-loading .spinner{width:40px;height:40px;border:3px solid rgba(30,58,138,.2);border-top-color:var(--accent, #1e3a8a);border-radius:50%;animation:spin .8s linear infinite}.payment-loading p{color:var(--text-color, #1e3a8a);font-size:1rem}.account-sync-container{max-width:var(--content-max, 400px);width:100%;margin:0 auto;padding:1rem 1rem 3rem;box-sizing:border-box;min-height:auto;animation:none!important;opacity:1!important;transform:none!important}.account-sync-header-with-back{position:relative;display:flex;flex-direction:column;gap:.6rem;margin-bottom:.4rem;padding-bottom:.3rem;border-bottom:none}.account-sync-header-row{display:flex;align-items:center;gap:.6rem;flex-direction:row-reverse}.account-sync-header-content{flex:1;display:flex;flex-direction:column;gap:0;min-width:0}.account-sync-header-content h1{font-family:Vazir,sans-serif!important;color:var(--accent);margin:0!important;font-size:1.2rem!important;font-weight:700!important;font-style:normal!important;background:linear-gradient(135deg,#1e3a8a,#3b82f6)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important;line-height:1.2!important;padding:0!important;border:none!important;text-transform:none!important;letter-spacing:normal!important}.account-sync-header-row .btn-back{background:transparent;border:none;color:var(--accent);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0;padding:.5rem;margin:0;line-height:1}.account-sync-header-row .btn-back svg{width:1.8rem;height:1.8rem;fill:currentColor;transition:all .2s ease}.account-sync-header-row .btn-back:hover{color:#3b82f6;transform:translate(-3px)}.account-sync-header-row .btn-back:hover svg{fill:#3b82f6}.account-sync-header-row .btn-back:active{transform:translate(-1px)}.account-sync-container h1,.account-sync-container h2,.account-sync-container p,.account-sync-container span,.account-sync-container label,.account-sync-container .form-label,.account-sync-container .form-hint{animation:none!important;opacity:1!important;transform:none!important}.account-sync-container .fade-in,.account-sync-container.fade-in{opacity:1!important;transform:none!important;animation:none!important;transition:none!important}.account-sync-card{width:100%;background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;animation:none!important;opacity:1!important;transform:none!important;transition:none!important}.account-sync-info{font-family:Vazir,sans-serif;font-size:.85rem;line-height:1.8;color:#555;text-align:right;background:transparent;padding:1rem;border-radius:8px;margin-bottom:1rem}.account-sync-form{display:flex;flex-direction:column;gap:1.5rem;animation:none!important;opacity:1!important;transform:none!important;transition:none!important}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-family:Vazir,sans-serif;font-size:.9rem;font-weight:600;color:#374151}.platform-selection-row{display:flex;justify-content:center;align-items:center;gap:2rem;padding:1rem 0}.platform-icon-btn{display:flex;flex-direction:column;align-items:center;gap:.5rem;background:transparent;border:none;cursor:pointer;padding:0;transition:all .3s ease}.platform-icon-circle{width:auto;height:auto;display:flex;align-items:center;justify-content:center;background:transparent;transition:all .3s ease;position:relative}.platform-icon-btn.selected .platform-icon-circle{filter:none;opacity:1}.platform-icon-btn:not(.selected) .platform-icon-circle{filter:grayscale(100%);opacity:.6}.platform-icon-circle svg{width:60px;height:60px}.platform-icon-circle .bale-logo-svg{transform:scale(.85);transform-origin:center}.platform-name{font-family:Vazir,sans-serif;font-size:.9rem;font-weight:600;color:#374151;transition:color .3s ease}.platform-icon-btn.selected .platform-name{color:var(--accent)}.form-input{font-family:Vazir,sans-serif;min-height:2.75rem;padding:.65rem 1rem;border:1px solid #e0e5eb;border-radius:12px;font-size:.9rem;font-weight:500;color:#1f2937;background-color:#fff;box-shadow:0 1px 3px #0000000f;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;width:100%;box-sizing:border-box;-webkit-tap-highlight-color:transparent}.form-input:hover{border-color:#d1d5db;background-color:#fafbfc}.form-input:focus{outline:none;border-color:var(--accent, #1e3a8a);box-shadow:0 0 0 3px #1e3a8a26}.form-hint{font-family:Vazir,sans-serif;font-size:.8rem;color:#666;margin:0;line-height:1.6}.btn-primary{font-family:Vazir,sans-serif;background:linear-gradient(135deg,var(--accent) 0%,#3b82f6 100%);color:#fff;border:none;padding:.6rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #3b82f64d;height:auto;min-height:44px}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #3b82f666}.btn-primary:disabled{opacity:.6;cursor:not-allowed;color:#fff}.btn-secondary{font-family:Vazir,sans-serif;background:#f3f4f6;color:#374151;border:2px solid #e5e7eb;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%;margin-top:1rem}.btn-secondary:hover{background:#e5e7eb}.sync-warning{background:#fef3c7;border:2px solid #fbbf24;border-radius:8px;padding:1rem;font-family:Vazir,sans-serif}.sync-warning p{font-weight:700;color:#92400e;margin:0 0 .5rem;font-size:.75rem}.sync-warning ul{margin:0;padding-right:1.5rem;color:#78350f;font-size:.7rem;line-height:1.6}.sync-warning li{margin-bottom:.25rem}.sync-status-section{display:flex;flex-direction:column;gap:1.5rem}.sync-status-success{text-align:center;padding:1.5rem}.sync-status-success svg{margin-bottom:1rem}.sync-status-success h2{font-family:Vazir,sans-serif;font-size:1.2rem;font-weight:700;color:#10b981;margin:0}.sync-info{display:flex;flex-direction:column;gap:1rem}.sync-info-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f9fafb;border-radius:12px;border:2px solid #e5e7eb}.sync-platform-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:12px;border:2px solid #e5e7eb;flex-shrink:0}.sync-platform-icon svg{color:var(--accent)}.sync-info-content{display:flex;flex-direction:column;gap:.25rem;flex:1}.sync-platform-label{font-family:Vazir,sans-serif;font-size:.8rem;color:#666}.sync-platform-id{font-family:Vazir,sans-serif;font-size:1rem;font-weight:700;color:#374151;direction:ltr;text-align:right}.sync-note{background:#fef3c7;border:2px solid #fbbf24;border-radius:8px;padding:1rem;text-align:center;font-family:Vazir,sans-serif}.sync-note p{font-size:.9rem;color:#78350f;margin:0 0 .5rem}.admin-link{color:var(--accent);font-weight:700;text-decoration:none;font-size:1rem}.admin-link:hover{text-decoration:underline}@media (max-width: 480px){.account-sync-container{padding:.8rem}.account-sync-header-content h1{font-size:1.1rem}.account-sync-card{padding:1rem 1rem 2rem;border-radius:12px}.platform-selection-row{gap:1.5rem}.platform-icon-circle svg{width:50px;height:50px}.platform-icon-circle .bale-logo-svg{transform:scale(.85)}.platform-name{font-size:.85rem}}.theme-switcher{display:grid;grid-template-columns:repeat(2,1fr);gap:.4rem;padding:.35rem;background:var(--bg-subtle);border-radius:12px;border:1px solid var(--border-soft);width:100%;box-sizing:border-box;direction:rtl;margin-top:.4rem}.theme-switcher-option{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;color:var(--text-secondary);font-family:Vazir,sans-serif;font-size:.78rem;font-weight:600;cursor:pointer;border-radius:9px;padding:.55rem .4rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;transition:background .18s ease,color .18s ease,filter .08s ease;-webkit-tap-highlight-color:transparent}.theme-switcher-option:hover:not(.is-active){color:var(--text);background:#fff6}[data-theme=dark] .theme-switcher-option:hover:not(.is-active){background:#ffffff0f}.theme-switcher-option:active{filter:brightness(.94)}.theme-switcher-option.is-active{background:var(--bg-card);color:var(--accent);box-shadow:none}[data-theme=dark] .theme-switcher-option.is-active{color:var(--accent-light);box-shadow:none}.theme-switcher-icon{display:inline-flex;align-items:center;justify-content:center}.theme-switcher-icon svg{width:1.15rem;height:1.15rem}.theme-switcher-label{font-size:.82rem;font-weight:700}.settings-page{max-width:var(--content-max, 400px);width:100%;margin:0 auto;margin-bottom:2rem;padding:0;padding-bottom:2.5rem;box-sizing:border-box;min-height:auto}.settings-page.service-page{padding:0;padding-bottom:2.5rem}.settings-page .service-header-with-back{margin-bottom:.4rem}.settings-loading{display:flex;justify-content:center;align-items:center;min-height:50vh}.settings-content{width:100%;max-width:100%;margin:0;padding:0;padding-bottom:3rem;display:flex;flex-direction:column;align-items:stretch;gap:1.1rem;box-sizing:border-box}.settings-card-label{font-family:Vazir,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.01em;color:var(--text-muted, #94a3b8);margin:.7rem 0 .45rem;padding-right:.35rem;text-align:right;direction:rtl}.settings-card{width:100%;background:var(--bg-elevated, #ffffff);border:1px solid var(--border-soft, #eceff5);border-radius:16px;box-shadow:var(--shadow-sm, 0 1px 3px rgba(15, 23, 42, .06));padding:.1rem .9rem;box-sizing:border-box}.settings-row{display:flex;flex-direction:row;align-items:center;gap:.8rem;width:100%;padding:.85rem .05rem;text-align:right;direction:rtl;box-sizing:border-box;border:none;background:transparent;font:inherit;color:inherit;-webkit-tap-highlight-color:transparent}.settings-row+.settings-row{border-top:1px solid var(--border-soft, #eef1f6)}.settings-row-icon{flex-shrink:0;width:2.35rem;height:2.35rem;border-radius:.72rem;display:inline-flex;align-items:center;justify-content:center;background:#3b82f61a;color:#2563eb}.settings-row-icon svg{width:1.28rem;height:1.28rem;display:block}.settings-row-icon--theme{background:#6366f11f;color:#4f46e5}.settings-row-icon--sms{background:#3b82f61f;color:#2563eb}.settings-row-icon--activity{background:#10b9811f;color:#059669}.settings-row-icon--voucher{background:#f59e0b24;color:#d97706}.settings-row-icon--admin{background:#a855f721;color:#9333ea}.settings-row-icon--questions{background:#06b6d421;color:#0891b2}.settings-row-icon--auditor{background:#14b8a621;color:#0d9488}.settings-row-icon--content{background:#6366f121;color:#4f46e5}.settings-row-icon--share{background:#0ea5e921;color:#0284c7}.settings-row-icon--support{background:#10b98121;color:#059669}.settings-row-icon--logout{background:#ef44441f;color:#dc2626}.settings-row-text{flex:1;min-width:0}.settings-row-text h3{margin:0 0 .15rem;font-size:.92rem;font-weight:700;color:var(--text, #111827)}.settings-row-text p{margin:0;font-size:.76rem;line-height:1.55;color:var(--text-muted, #6b7280)}.settings-row-control{flex-shrink:0;display:flex;align-items:center}.settings-row-chevron{flex-shrink:0;display:flex;align-items:center;color:var(--text-muted, #cbd5e1);opacity:.7;transition:transform .18s ease,opacity .18s ease}.settings-row-chevron svg{width:1.05rem;height:1.05rem}.settings-row--action{cursor:pointer;width:100%;text-align:right;transition:background .15s ease}.settings-row--action:hover{background:#3b82f60d}.settings-row--action:hover .settings-row-chevron{transform:translate(-3px);opacity:1}.settings-row--action:active{background:#3b82f617}.settings-row--action:focus-visible{outline:none;background:#3b82f614}.settings-row--danger .settings-row-text h3{color:#dc2626}.settings-row--danger:hover{background:#ef44440f}.settings-row--danger:active{background:#ef44441a}.settings-row--danger .settings-row-chevron{color:#dc26268c}.settings-row--stacked{flex-direction:column;align-items:stretch;gap:.7rem}.settings-row-head{display:flex;flex-direction:row;align-items:center;gap:.8rem}.settings-row-control--full,.settings-row-control--full .theme-switcher{width:100%}.settings-toggle{position:relative;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:3.125rem;height:1.5rem;cursor:pointer;-webkit-tap-highlight-color:transparent}.settings-toggle-disabled{cursor:not-allowed;opacity:.55}.settings-toggle input[type=checkbox]{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;width:100%;height:100%;margin:0;cursor:pointer}.settings-toggle-disabled input[type=checkbox]{cursor:not-allowed}.settings-toggle-track{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;background:linear-gradient(180deg,#e8eaef,#dfe3ea);box-shadow:inset 0 1px 2px #0f172a1f;transition:background .28s cubic-bezier(.4,0,.2,1),box-shadow .28s ease}.settings-toggle-thumb{position:absolute;top:50%;left:3px;width:1.125rem;height:1.125rem;margin-top:-.5625rem;border-radius:50%;background:linear-gradient(180deg,#fff,#f4f5f8);box-shadow:0 1px 2px #0f172a1f,0 2px 6px #0f172a24;transition:left .3s cubic-bezier(.34,1.3,.64,1),box-shadow .25s ease;pointer-events:none}.settings-toggle input:checked+.settings-toggle-track{background:linear-gradient(135deg,#047857,#059669 45%,#10b981);box-shadow:inset 0 1px 1px #ffffff40,0 0 0 1px #05966959}.settings-toggle input:checked+.settings-toggle-track .settings-toggle-thumb{left:calc(100% - 1.125rem - 3px);box-shadow:0 1px 3px #05644659,0 1px 1px #fffc inset}.settings-toggle:hover:not(.settings-toggle-disabled) .settings-toggle-thumb{box-shadow:0 2px 4px #0f172a29,0 3px 10px #0f172a1a,0 1px 1px #ffffffe6 inset}.settings-toggle input:focus-visible+.settings-toggle-track{outline:none;box-shadow:inset 0 1px 2px #0f172a1f,0 0 0 3px #1e3a8a47}.settings-toggle input:checked:focus-visible+.settings-toggle-track{box-shadow:inset 0 1px 1px #fff3,0 0 0 3px #05966959}.settings-toggle-disabled .settings-toggle-track{filter:saturate(.35)}.settings-toggle-disabled input:checked+.settings-toggle-track{background:linear-gradient(135deg,#64748b,#94a3b8)}.btn-small{font-size:.875rem;padding:.5rem 1rem}@media (min-width: 769px) and (display-mode: browser){.settings-page.service-page{max-width:600px;margin-left:auto;margin-right:auto}}[data-theme=dark] .settings-row--action:hover{background:#ffffff0a}[data-theme=dark] .settings-row--action:active,[data-theme=dark] .settings-row--action:focus-visible{background:#ffffff12}[data-theme=dark] .settings-row--danger:hover{background:#ef44441f}[data-theme=dark] .settings-row--danger:active{background:#ef44442e}@media (max-width: 480px){.settings-page,.settings-page.service-page{padding:0;padding-bottom:.8rem}.settings-page.service-page .service-header-title-row h1{font-size:.95rem}.settings-content{padding:0;gap:1rem}.settings-card{padding:.1rem .75rem}.settings-row-text h3{font-size:.88rem}}.settings-lawyer-province-grid{display:flex;flex-direction:column;gap:.35rem;max-height:240px;overflow-y:auto;padding:.5rem .25rem;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc}.settings-lawyer-province-item{display:flex;align-items:flex-start;gap:.45rem;font-size:.86rem;color:#334155;cursor:pointer;direction:rtl}.settings-lawyer-province-item input{margin-top:.18rem;flex-shrink:0}.settings-muted{font-size:.82rem;color:var(--text-muted, #94a3b8);margin:.35rem 0 0}.settings-devices-list{list-style:none;margin:.75rem 0 0;padding:0;display:flex;flex-direction:column;gap:.5rem}.settings-device-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.65rem .75rem;border:1px solid var(--border-color, #e2e8f0);border-radius:8px;direction:rtl}.settings-device-info{display:flex;flex-direction:column;gap:.2rem;min-width:0}.settings-device-info strong{font-size:.88rem;font-weight:600}@media (max-width: 768px){.main-content.main-content-magazine{max-width:100%;width:100%;padding-left:0;padding-right:0}.main-content.main-content-magazine .magazine-page.service-page{max-width:100%;width:100%;margin:0;padding:0;padding-bottom:2.5rem;box-sizing:border-box;min-height:auto}.magazine-page-header{padding-inline:.75rem}.main-content.main-content-magazine .btn-back-sticky{left:.75rem}}.magazine-page .service-header-with-back{margin-bottom:.4rem}@media (min-width: 769px) and (display-mode: browser){.magazine-page-header{padding-inline:0}}.magazine-page .service-header-title-row h1{font-family:Vazir,sans-serif;color:var(--accent);margin-bottom:0;font-size:1.2rem;font-weight:700;background:linear-gradient(135deg,#1e3a8a,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (min-width: 768px){.magazine-page .service-header-title-row h1{font-size:1.3rem}}@media (max-width: 767px){.magazine-page .service-header-title-row h1{font-size:1.1rem}}.magazine-content{width:100%;max-width:none;margin:0;padding:0}.magazine-grid{display:flex;flex-direction:column;gap:0}.magazine-grid--more{margin-top:0}.magazine-card{display:flex;flex-direction:column;text-align:start;padding:0;border:none;border-radius:0;background:#fff;border-bottom:1px solid rgba(0,0,0,.08);cursor:pointer;transition:background .15s ease;box-shadow:none}.magazine-card:hover{background:#f8fafc}.magazine-card--skeleton{cursor:default}.magazine-card--skeleton:hover{background:#fff}.magazine-card-media{position:relative;width:100%;background:#eef2f7}.magazine-card-img{width:100%;height:auto;display:block;animation:magazine-fade .3s ease}@keyframes magazine-fade{0%{opacity:0}to{opacity:1}}.magazine-card-img-skeleton{width:100%;aspect-ratio:16 / 10;min-height:120px}.magazine-card-media--infography,.magazine-article-media--infography{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#eef2f7;position:relative}.magazine-card-img--infography{width:100%;max-width:360px;margin:0 auto;object-fit:contain}.magazine-card-img--expandable{cursor:zoom-in}.magazine-infography-expand-hint{position:absolute;bottom:.45rem;left:50%;transform:translate(-50%);padding:.2rem .55rem;font-size:.68rem;font-weight:600;color:#fff;background:#0f172a9e;border-radius:999px;pointer-events:none;white-space:nowrap}.magazine-card-img-skeleton--infography,.magazine-card-img-fallback--infography{aspect-ratio:4 / 5;width:100%;max-width:360px;margin:0 auto;min-height:0}.magazine-card--infography{align-items:center;padding:0}.magazine-card--infography .magazine-card-media--infography{display:block;width:100%;max-width:none;overflow:hidden;line-height:0;background:#eef2f7}.magazine-card--infography .magazine-card-img--infography,.magazine-card--infography .magazine-card-img-skeleton--infography,.magazine-card--infography .magazine-card-img-fallback--infography{width:100%;max-width:min(100%,420px);height:auto;margin:0 auto;aspect-ratio:auto;object-fit:contain;object-position:center}.magazine-card--infography .magazine-card-img-skeleton--infography,.magazine-card--infography .magazine-card-img-fallback--infography{aspect-ratio:4 / 5}.magazine-card-body--infography{display:none}.magazine-card-body--infography .magazine-card-title,.magazine-card-body--infography .magazine-card-title b,.magazine-card-body--infography .magazine-card-title strong{font-weight:400}@media (max-width: 768px){.magazine-card--infography{align-items:stretch}.magazine-card-body--infography{display:flex;padding:.65rem .75rem .75rem}}.magazine-article-media--infography .magazine-card-media--infography{width:100%}.magazine-card-img-fallback{width:100%;aspect-ratio:16 / 10;min-height:120px;display:flex;align-items:center;justify-content:center;color:#94a3b8}.magazine-card-img-fallback svg{width:38px;height:38px}.magazine-card-body{padding:.75rem .75rem .9rem;display:flex;flex-direction:column;gap:.35rem}@media (min-width: 769px) and (display-mode: browser){.magazine-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.9rem}.magazine-grid--more{margin-top:.9rem}.magazine-card{border:1px solid rgba(0,0,0,.07);border-radius:14px;box-shadow:0 1px 3px #0f172a0d;border-bottom:1px solid rgba(0,0,0,.07);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.magazine-card:hover{transform:translateY(-2px);box-shadow:0 8px 22px #0f172a1a;border-color:#2563eb59;background:#fff}.magazine-card--skeleton:hover{transform:none;box-shadow:none;border-color:#00000012;background:#fff}.magazine-card-body{padding:.7rem .8rem .85rem}.magazine-card--infography{justify-content:center}}.magazine-card-title{margin:0;font-size:.92rem;font-weight:700;line-height:1.6;color:#1e293b;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.magazine-card-excerpt{margin:0;font-size:.78rem;line-height:1.7;color:#64748b;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.magazine-skeleton{position:relative;overflow:hidden;background:#e9eef4}.magazine-skeleton:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,#fff0 0,#ffffff8c,#fff0);animation:magazine-shimmer 1.3s infinite}@keyframes magazine-shimmer{to{transform:translate(100%)}}.magazine-line{height:11px;border-radius:6px;margin-bottom:.5rem}.magazine-line--title{height:14px;width:80%}.magazine-line--short{width:55%}.magazine-empty{text-align:center;padding:3rem 0;color:#64748b}.magazine-empty-icon{display:inline-flex;color:#94a3b8;margin-bottom:.6rem}.magazine-empty-icon svg{width:52px;height:52px}.magazine-empty-title{margin:0 0 .3rem;font-size:.98rem;font-weight:700;color:#334155}.magazine-empty-text{margin:0;font-size:.82rem}.magazine-sentinel{height:1px}.magazine-end{text-align:center;font-size:.78rem;color:#94a3b8;padding:1.4rem 0 .4rem}.magazine-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;display:flex;align-items:center;justify-content:center;padding:0;background:#0f172a8c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.magazine-modal{width:100%;max-width:640px;max-height:100vh;height:100%;display:flex;flex-direction:column;background:#fff;overflow:hidden}.magazine-modal-head{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:.7rem 1rem;background:#f8fafc;border-bottom:1px solid #e2e8f0}.magazine-modal-head-title{font-size:.85rem;font-weight:700;color:#334155}.magazine-modal-close{border:none;background:transparent;font-size:1.5rem;line-height:1;color:#475569;cursor:pointer;padding:0 .4rem}.magazine-modal-scroll{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.magazine-article{padding:0 0 1.5rem}.magazine-article-media{width:100%;background:#eef2f7}.magazine-article-title{margin:1rem 1.1rem .5rem;font-size:1.22rem;font-weight:800;line-height:1.7;color:#0f172a}.magazine-article-body{margin:0 1.1rem;font-size:.92rem;line-height:2;color:#334155;word-break:break-word;text-align:justify}.magazine-article-body p{margin:0 0 .85rem}.magazine-article-body h1,.magazine-article-body h2,.magazine-article-body h3,.magazine-article-body h4{margin:1.1rem 0 .5rem;font-weight:700;line-height:1.6;color:#1e293b}.magazine-article-body h1{font-size:1.15rem}.magazine-article-body h2{font-size:1.06rem}.magazine-article-body h3,.magazine-article-body h4{font-size:.98rem}.magazine-article-body ul,.magazine-article-body ol{margin:0 0 .85rem;padding-inline-start:1.4rem}.magazine-article-body li{margin-bottom:.35rem}.magazine-article-body a{color:#2563eb;text-decoration:underline;text-underline-offset:2px;word-break:break-all}.magazine-article-body img{max-width:100%;height:auto;border-radius:10px}.magazine-article-links{margin:1.1rem 1.1rem 0;padding-top:.85rem;border-top:1px dashed #d8e0ec}.magazine-article-links-title{display:block;font-size:.78rem;font-weight:700;color:#64748b;margin-bottom:.5rem}.magazine-article-links ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem}.magazine-article-links a{display:block;font-size:.76rem;color:#1e40af;background:#eef2fb;border:1px solid #dde6f6;border-radius:9px;padding:.5rem .7rem;word-break:break-all;transition:background .15s ease,border-color .15s ease}.magazine-article-links a:hover{background:#e2eafc;border-color:#c7d6f3}.magazine-article-title b,.magazine-article-title strong,.magazine-card-title b,.magazine-card-title strong{font-weight:inherit}.magazine-article--infography .magazine-article-media--infography{padding:.35rem 0}.magazine-article--infography .magazine-card-img--infography{max-width:min(100%,420px)}.magazine-infography-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:.75rem;background:#000000eb;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.magazine-infography-lightbox-close{position:absolute;top:.65rem;inset-inline-end:.75rem;z-index:1;border:none;background:#ffffff24;color:#fff;font-size:1.65rem;line-height:1;width:2.25rem;height:2.25rem;border-radius:999px;cursor:pointer}.magazine-infography-lightbox-img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block;border-radius:6px}@media (min-width: 560px){.magazine-modal-overlay{padding:1.2rem}.magazine-modal{height:auto;max-height:92vh;border-radius:16px}}[data-theme=dark] .magazine-card{background:#111c32;border-bottom-color:#1e2c47}[data-theme=dark] .magazine-card:hover{background:#152038}[data-theme=dark] .magazine-card--skeleton:hover{background:#111c32}[data-theme=dark] .magazine-card-media,[data-theme=dark] .magazine-article-media,[data-theme=dark] .magazine-card-media--infography,[data-theme=dark] .magazine-article-media--infography{background:#0b1220}[data-theme=dark] .magazine-card-title{color:#e2e8f0}[data-theme=dark] .magazine-card-excerpt{color:#94a3b8}[data-theme=dark] .magazine-skeleton{background:#1b2740}[data-theme=dark] .magazine-skeleton:after{background:linear-gradient(90deg,#fff0 0,#ffffff14,#fff0)}[data-theme=dark] .magazine-empty,[data-theme=dark] .magazine-end{color:#94a3b8}[data-theme=dark] .magazine-empty-title{color:#cbd5e1}[data-theme=dark] .magazine-modal{background:#0b1220}[data-theme=dark] .magazine-modal-head{background:#111c32;border-bottom-color:#1e2c47}[data-theme=dark] .magazine-modal-head-title{color:#cbd5e1}[data-theme=dark] .magazine-modal-close{color:#94a3b8}[data-theme=dark] .magazine-article-title{color:#f1f5f9}[data-theme=dark] .magazine-article-body{color:#cbd5e1}[data-theme=dark] .magazine-article-body h1,[data-theme=dark] .magazine-article-body h2,[data-theme=dark] .magazine-article-body h3,[data-theme=dark] .magazine-article-body h4{color:#e2e8f0}[data-theme=dark] .magazine-article-body a{color:#93c5fd}[data-theme=dark] .magazine-article-links{border-top-color:#1e2c47}[data-theme=dark] .magazine-article-links-title{color:#94a3b8}[data-theme=dark] .magazine-article-links a{color:#bfdbfe;background:#16233c;border-color:#243452}[data-theme=dark] .magazine-infography-lightbox-close{background:#ffffff1f;color:#f1f5f9}.offline-page{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;background:linear-gradient(135deg,#f0f4ff,#e0e7ff,#f0f4ff);background-size:200% 200%;animation:gradientShift 10s ease infinite;direction:rtl}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.offline-container{max-width:var(--content-max, 400px);width:100%;background:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:24px;padding:2.5rem 1.5rem;box-shadow:0 20px 60px #1e3a8a26,0 0 0 1px #ffffff80 inset;text-align:center;animation:fadeInUp .5s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.offline-icon{margin:0 auto 1.5rem;color:var(--accent);display:flex;align-items:center;justify-content:center;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.9}}.offline-title{font-family:Vazir,sans-serif;font-size:1.5rem;font-weight:700;color:var(--accent);margin-bottom:1rem;background:linear-gradient(135deg,#1e3a8a,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.offline-description{font-family:Vazir,sans-serif;font-size:.95rem;color:#666;line-height:1.7;margin-bottom:2rem}.offline-tips{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;text-align:right}.offline-tip{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:#1e3a8a0d;border-radius:12px;border:1px solid rgba(30,58,138,.1);transition:all .3s ease}.offline-tip:hover{background:#1e3a8a14;border-color:#1e3a8a33;transform:translate(-3px)}.offline-tip svg{flex-shrink:0;color:var(--accent);margin-top:.1rem}.offline-tip span{font-family:Vazir,sans-serif;font-size:.85rem;color:#555;line-height:1.6;text-align:right;flex:1}.offline-retry-btn{font-family:Vazir,sans-serif;width:100%;padding:1rem 1.5rem;background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 4px 16px #1e3a8a4d}.offline-retry-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #1e3a8a66;background:linear-gradient(135deg,#2563eb,#4a90f7)}.offline-retry-btn:active{transform:translateY(0)}.offline-retry-btn svg{width:20px;height:20px;animation:rotate 2s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.offline-retry-btn:hover svg{animation:rotate 1s linear infinite}.offline-retry-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.offline-retry-btn:disabled:hover{transform:none;box-shadow:0 4px 16px #1e3a8a4d}.offline-retry-btn .loading-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite;display:inline-block}@media (max-width: 480px){.offline-container{padding:2rem 1.25rem;border-radius:20px}.offline-title{font-size:1.3rem}.offline-description{font-size:.9rem}.offline-tip{padding:.85rem}.offline-tip span{font-size:.8rem}.offline-retry-btn{padding:.9rem 1.25rem;font-size:.95rem}}@media (max-height: 700px){.offline-page{padding:1.5rem 1rem}.offline-container{padding:2rem 1.25rem}.offline-icon{margin-bottom:1rem}.offline-icon svg{width:100px;height:100px}.offline-title{font-size:1.3rem;margin-bottom:.75rem}.offline-description{font-size:.9rem;margin-bottom:1.5rem}.offline-tips{gap:.75rem;margin-bottom:1.5rem}.offline-tip{padding:.75rem}}.not-found-page{position:relative;min-height:min(70vh,560px);display:flex;align-items:center;justify-content:center;padding:2rem 1rem 3rem;font-family:Vazir,sans-serif;direction:rtl}.not-found-glow{position:absolute;inset:-20% -10% auto;height:55%;max-height:320px;background:radial-gradient(ellipse 70% 80% at 50% 0%,var(--accent-subtle-strong) 0%,transparent 70%);pointer-events:none;z-index:0}.not-found-card{position:relative;z-index:1;width:100%;max-width:var(--content-max, 400px);padding:2rem 1.5rem 2.25rem;text-align:center;border-radius:24px;background:var(--bg-elevated);border:1px solid var(--border-soft);box-shadow:var(--shadow-lg)}.not-found-illustration{margin:0 auto 1rem;width:88px;height:88px;display:flex;align-items:center;justify-content:center;border-radius:20px;background:var(--accent-subtle);color:var(--accent-strong);animation:notFoundFloat 4s ease-in-out infinite}.not-found-svg{width:52px;height:52px}.not-found-svg-accent{color:var(--accent-light)}.not-found-code{margin:0 0 .35rem;font-size:2.5rem;font-weight:800;letter-spacing:.04em;line-height:1;font-variant-numeric:tabular-nums;background:linear-gradient(135deg,var(--header-grad-start) 0%,var(--accent-light) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.not-found-title{margin:0 0 .85rem;font-size:1.2rem;font-weight:700;color:var(--text)}.not-found-body{margin:0 0 .65rem;font-size:.95rem;line-height:1.75;color:var(--text-secondary)}.not-found-hint{margin:0 0 1.35rem;font-size:.88rem;line-height:1.65;color:var(--text-muted)}.not-found-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.65rem 1.35rem;border-radius:14px;font-size:.95rem;font-weight:600;text-decoration:none;color:var(--accent-on);background:linear-gradient(135deg,var(--header-grad-start) 0%,var(--header-grad-end) 100%);box-shadow:var(--shadow-sm),0 0 0 1px #ffffff1f inset;transition:transform .15s ease,box-shadow .15s ease,filter .15s ease}.not-found-btn:hover{filter:brightness(1.06);box-shadow:var(--shadow-md)}.not-found-btn:active{transform:scale(.98)}@keyframes notFoundFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@media (prefers-reduced-motion: reduce){.not-found-illustration{animation:none}.not-found-btn{transition:none}.not-found-btn:active{transform:none}}.admin-page{min-height:100vh;height:100vh;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;background:transparent;color:var(--text, #334155);padding:1rem 1rem 3rem;direction:rtl;font-family:Vazir,Tahoma,sans-serif;box-sizing:border-box;position:relative;color-scheme:light dark}@media (min-width: 900px){.admin-page{height:auto;min-height:100vh;max-height:100vh;max-width:960px;margin:0 auto;padding:2rem 2.5rem 3rem;box-shadow:0 0 0 1px #0000000d;overflow-x:hidden;overflow-y:auto}}.admin-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #4b4c4c6b}.admin-header h1{margin:0;font-size:1.5rem;font-weight:700;color:var(--text, #1e293b)}@media (min-width: 900px){.admin-header h1{font-size:1.65rem}}.admin-header-actions{display:flex;align-items:center;gap:.75rem}.admin-refresh-btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.35rem .15rem;margin:0;border:none;border-radius:0;background:transparent;color:var(--accent-strong, #1e40af);font-family:Vazir,Tahoma,sans-serif;font-size:.82rem;font-weight:500;cursor:pointer;text-decoration:none;line-height:1.3;transition:color .15s ease}.admin-refresh-btn .admin-refresh-icon{width:.92rem;height:.92rem;flex-shrink:0;opacity:.92}.admin-refresh-btn:hover:not(:disabled){color:var(--accent-light, #2563eb);text-decoration:underline;text-underline-offset:3px}.admin-refresh-btn:disabled{opacity:.5;cursor:not-allowed}.admin-back{color:var(--accent-strong, #1e40af);text-decoration:none;font-size:.82rem;font-weight:500}.admin-back:hover{color:var(--accent-light, #2563eb);text-decoration:underline;text-underline-offset:3px}.admin-back-btn{background:transparent;border:none;color:var(--accent, #1e40af);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:.35rem;margin:0;flex-shrink:0;transition:transform .2s ease,color .2s ease}.admin-back-btn svg{width:1.7rem;height:1.7rem}.admin-back-btn:hover{color:var(--accent-light, #2563eb);transform:translate(-3px)}.admin-loading{text-align:center;padding:3rem;color:#64748b}.admin-loading-placeholder{text-align:center;padding:2rem;color:#64748b}.admin-tabs-wrap{margin-bottom:1rem}.admin-tabs-select{width:100%;min-height:2.45rem;padding:.45rem 2.5rem .45rem 1rem;border:1px solid #cbd5e1;border-radius:10px;font-family:Vazir,Tahoma,sans-serif;font-size:1rem;font-weight:500;line-height:1.35;color:#1f2937;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1.15rem;box-shadow:0 1px 3px #0000000f;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.admin-tabs-select:focus{outline:none;border-color:var(--accent, #1e3a8a);box-shadow:0 0 0 3px #1e3a8a26}.admin-tabs-desktop{display:none}@media (max-width: 899px){.admin-tabs-select,.admin-filter-select{font-size:16px;min-height:2.65rem}}@media (min-width: 900px){.admin-tabs-select{display:none}.admin-tabs-desktop{display:flex;width:100%;border-bottom:1px solid #4b4c4c6b;gap:0}.admin-tab{flex:1;padding:.45rem .5rem;border:none;border-bottom:3px solid transparent;margin-bottom:-2px;background:transparent;font-family:Vazir,Tahoma,sans-serif;font-size:.56rem;font-weight:700;color:#64748b;cursor:pointer;transition:color .2s,border-color .2s}.admin-tab:hover{color:#334155}.admin-tab.active{color:#1e40af;font-weight:600;border-bottom-color:#1e40af}}.admin-filters{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.9rem}.admin-filters-row{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.5rem}.admin-filters-row-dates{gap:.5rem;width:100%}.admin-filters-row-dates .admin-filter-label{flex:0 0 calc(50% - .375rem);min-width:0}.admin-filters-row-source-role{gap:.5rem;width:100%}.admin-filters-row-source-role .admin-filter-label{flex:0 0 calc(50% - .375rem);min-width:0}.admin-filters-row-apply{gap:.5rem;width:100%}.admin-filters-row-apply .admin-apply-filters-btn{width:100%}@media (min-width: 900px){.admin-filters{flex-direction:row;flex-wrap:nowrap;align-items:flex-end;gap:.75rem}.admin-filters-row,.admin-filters-row-dates,.admin-filters-row-source-role{flex:0 0 auto;margin:0;width:auto}.admin-filters-row-dates .admin-filter-label,.admin-filters-row-source-role .admin-filter-label{flex:0 0 auto;min-width:unset}.admin-filters-row-apply{flex:0 0 auto;margin-inline-start:auto;width:auto}.admin-filters-row-apply .admin-apply-filters-btn{width:auto}}.admin-filter-label{display:flex;flex-direction:column;gap:.15rem;font-size:.8rem;color:#475569}.admin-filter-input{font-family:Vazir,Tahoma,sans-serif;min-height:2.35rem;padding:.42rem .85rem;border:1px solid #e0e5eb;border-radius:10px;font-size:.88rem;font-weight:500;color:#1f2937;background-color:#fff;box-shadow:0 1px 3px #0000000f;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;min-width:140px;-webkit-tap-highlight-color:transparent}.admin-filter-input:hover{border-color:#d1d5db;background-color:#fafbfc}.admin-filter-input:focus{outline:none;border-color:var(--accent, #1e3a8a);box-shadow:0 0 0 3px #1e3a8a26}.admin-filter-select{font-family:Vazir,Tahoma,sans-serif;min-height:2.35rem;padding:.42rem 2.35rem .42rem .85rem;border:1px solid #cbd5e1;border-radius:10px;font-size:.9rem;font-weight:500;line-height:1.35;color:#1f2937;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1.15rem;box-shadow:0 1px 3px #0000000f;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;min-width:120px;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.admin-filter-select:hover{border-color:#d1d5db;background-color:#fafbfc}.admin-filter-select:focus{outline:none;border-color:var(--accent, #1e3a8a);box-shadow:0 0 0 3px #1e3a8a26;background-color:#fff}.admin-filter-select:active{background-color:#f8fafc}.admin-apply-filters-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.38rem .85rem;border-radius:8px;border:1px solid #1e40af;background:#1e40af;color:#fff;font-family:Vazir,Tahoma,sans-serif;font-size:.86rem;cursor:pointer}.admin-apply-filters-btn:hover:not(:disabled){background:#1e3a8a}.admin-apply-filters-btn:disabled{opacity:.9;cursor:wait}.admin-apply-filters-spinner{display:inline-block;width:1rem;height:1rem;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:admin-spinner .7s linear infinite}@keyframes admin-spinner{to{transform:rotate(360deg)}}.admin-overview{display:flex;flex-direction:column;gap:1.25rem;padding:0;min-width:0;max-width:100%}.admin-payments-metrics-grid{display:grid;gap:.85rem;grid-template-columns:1fr}@media (min-width: 640px){.admin-payments-metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.admin-payments-status-block{margin-top:.25rem}.admin-ai-costs-panel{display:flex;flex-direction:column;gap:1.25rem;padding:0}.admin-ai-costs-summary-grid{display:grid;gap:.85rem;grid-template-columns:1fr}@media (min-width: 640px){.admin-ai-costs-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.admin-ai-cost-summary-card .admin-ai-cost-usd-line{margin:.35rem 0 0;font-size:.95rem;color:#64748b}.admin-ai-cost-usd-value{font-weight:600;color:#475569}.admin-ai-cost-usd-label{font-size:.85rem}.admin-ai-cost-model-block{margin-top:.25rem}.admin-ai-cost-model-totals{margin-bottom:.5rem}.admin-ai-cost-stat-line{margin:.35rem 0 0;font-size:.9rem;color:#64748b}.admin-ai-cost-estimated-line{margin:.5rem 0 0;padding-top:.5rem;border-top:1px dashed #cbd5e1;font-size:.9rem;color:#475569}.admin-ai-cost-estimated-label{font-weight:600;color:#334155}.admin-ai-costs-search-section,.admin-ai-costs-voucher-section,.admin-ai-costs-content-gen-section{margin-top:.5rem;padding-top:.25rem;border-top:1px solid #e2e8f0}.admin-content-admin-panel{display:flex;flex-direction:column;gap:1.25rem;padding:0}.admin-content-engagement-section{margin-top:.5rem}.admin-content-engagement-table-wrap{overflow-x:auto;border:1px solid #e2e8f0;border-radius:8px}.admin-content-engagement-table{width:100%;min-width:640px;border-collapse:collapse;font-size:.82rem;font-variant-numeric:tabular-nums}.admin-content-engagement-table th,.admin-content-engagement-table td{padding:.5rem .65rem;text-align:right;border-bottom:1px solid #e2e8f0}.admin-content-engagement-table thead th{background:#f8fafc;font-weight:700;color:#334155;white-space:nowrap}.admin-content-engagement-title{max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-ai-costs-search-stats{display:grid;gap:.85rem;grid-template-columns:1fr}@media (min-width: 640px){.admin-ai-costs-search-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 900px){.admin-ai-costs-search-stats{grid-template-columns:repeat(4,minmax(0,1fr))}}.admin-ai-cost-search-stat .admin-overview-total{margin-bottom:0}.admin-pwa-activity-charts{display:flex;flex-direction:column;gap:1.25rem;width:100%;min-width:0}.admin-chart-block--engagement{width:100%;min-width:0;align-self:stretch}.admin-chart-container--engagement-ltr{direction:ltr;width:100%;min-width:0;box-sizing:border-box}.admin-chart-block--engagement .admin-chart-container{width:100%;min-width:0}.admin-overview.admin-performance-panel{padding:0}.admin-overview-subsection{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:0}.admin-overview-subsection-title{margin:0;font-size:1.05rem;font-weight:600;color:#475569}.admin-ai-perf-stat{border-left:4px solid #c7d2fe}.admin-ai-perf-title{margin:0 0 .65rem;font-size:.95rem;font-weight:500;color:#2563eb;direction:ltr;text-align:left;background:#dbeafe;border:1px solid #bfdbfe;border-radius:8px;padding:.35rem .55rem}.admin-ai-model-name{color:#2563eb;direction:ltr;text-align:left;font-weight:600;background:#e2e8f0;border:1px solid #cbd5e1;border-radius:8px;padding:.35rem .55rem}.admin-performance-panel .admin-performance-date-range{background:#f1f5f9;border-color:#dbe4ef}.admin-performance-panel .admin-overview-block-title{font-size:.92rem;font-weight:500}.admin-performance-panel .admin-overview-total{font-size:.9rem!important;font-weight:400}.admin-performance-panel .admin-overview-total strong{font-weight:700}@media (min-width: 900px){.admin-performance-panel .admin-chart-title{font-size:.9rem;line-height:1.35}}.admin-overview-block{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:.7rem;box-shadow:0 1px 3px #0000000f}.admin-overview-block-title{margin:0 0 .75rem;font-size:1rem;font-weight:600;color:#1e293b}.admin-overview-total{margin:0 0 .75rem;font-size:1.1rem}.admin-overview-total-label{color:#64748b}.admin-overview-total-value{font-weight:700;color:#0f172a}.admin-overview-theme-buckets{display:flex;flex-wrap:wrap;gap:.5rem;margin:-.15rem 0 .85rem}.admin-overview-theme-bucket{display:inline-flex;align-items:baseline;gap:.35rem;padding:.35rem .65rem;border-radius:10px;font-size:.8rem;border:1px solid transparent}.admin-overview-theme-bucket-label{font-weight:600;color:#475569}.admin-overview-theme-bucket-value{font-weight:800;font-variant-numeric:tabular-nums}.admin-overview-theme-bucket-light{background:linear-gradient(135deg,#fffbeb,#fef3c7);border-color:#f59e0b59}.admin-overview-theme-bucket-light .admin-overview-theme-bucket-value{color:#b45309}.admin-overview-theme-bucket-dark{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);border-color:#6366f159}.admin-overview-theme-bucket-dark .admin-overview-theme-bucket-value{color:#4338ca}.admin-overview-theme-bucket-other{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-color:#cbd5e1}.admin-overview-theme-bucket-other .admin-overview-theme-bucket-value{color:#334155}.admin-overview-breakdowns{display:flex;flex-direction:column;gap:1rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #4b4c4c6b}.admin-overview-breakdown{display:flex;flex-direction:column;gap:.5rem}.admin-overview-breakdown-heading{font-size:.8rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.02em}.admin-overview-pills{display:flex;flex-wrap:wrap;gap:.5rem}.admin-overview-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .75rem;border-radius:10px;min-width:5rem;transition:box-shadow .15s ease}.admin-overview-pill-source{background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #bfdbfe;color:#1e40af}.admin-overview-pill-source:hover{box-shadow:0 2px 6px #1e40af26}.admin-overview-pill-role{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:1px solid #bbf7d0;color:#166534}.admin-overview-pill-role:hover{box-shadow:0 2px 6px #16653426}.admin-overview-pill-label{font-size:.875rem;color:inherit;opacity:.95}.admin-overview-pill-value{font-size:.95rem;font-weight:700;margin-inline-start:auto;font-variant-numeric:tabular-nums}.admin-platform-metrics{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.85rem;margin:.75rem 0 1.25rem}.admin-platform-metric-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:.95rem 1rem;box-shadow:0 1px 3px #0000000f;display:flex;flex-direction:column;gap:.45rem}.admin-platform-metric-label{font-size:.78rem;font-weight:600;color:#64748b;line-height:1.4}.admin-platform-metric-value{font-size:1.35rem;font-weight:800;color:#0f172a;font-variant-numeric:tabular-nums}.admin-profile-stage-heading{margin:0 0 .65rem;font-size:1.02rem;font-weight:700;color:#1e293b}.admin-profile-stage-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-bottom:1.5rem}.admin-profile-stage-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1rem 1rem .85rem;box-shadow:0 1px 3px #0000000f}.admin-profile-stage-title{margin:0 0 .65rem;font-size:.86rem;font-weight:700;color:#334155;line-height:1.45}.admin-profile-stage-total{margin:0 0 .75rem;display:flex;align-items:baseline;justify-content:space-between;gap:.5rem}.admin-profile-stage-total-label{font-size:.76rem;font-weight:600;color:#94a3b8}.admin-profile-stage-total-value{font-size:1.25rem;font-weight:800;color:#4338ca;font-variant-numeric:tabular-nums}.admin-profile-stage-tags-empty{margin:0;font-size:.78rem;color:#94a3b8}.admin-profile-stage-tag-list{list-style:none;margin:0;padding:0;max-height:240px;overflow-y:auto}.admin-profile-stage-tag-row{margin-bottom:.55rem}.admin-profile-stage-tag-row:last-child{margin-bottom:0}.admin-profile-stage-tag-meta{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem;margin-bottom:.2rem}.admin-profile-stage-tag-name{font-size:.76rem;color:#475569;line-height:1.3;word-break:break-word}.admin-profile-stage-tag-count{font-size:.78rem;font-weight:700;color:#0f172a;font-variant-numeric:tabular-nums;flex-shrink:0}.admin-profile-stage-tag-bar{height:5px;border-radius:999px;background:linear-gradient(to left,#6366f1 var(--tag-pct, 0%),#e2e8f0 var(--tag-pct, 0%))}.admin-charts--platform-hist{margin-bottom:.5rem}.admin-charts--platform-daily{margin-top:.35rem}.admin-chart-block--histogram{align-self:start}.admin-chart-container--hist{min-height:unset}.admin-cohort-block{direction:rtl;min-width:0;max-width:100%}.admin-cohort-scroll{overflow-x:auto;overflow-y:hidden;width:100%;max-width:100%;border-radius:8px;border:1px solid #e2e8f0;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}@media (max-width: 768px){.admin-cohort-scroll{overflow-x:scroll}}.admin-cohort-table{width:max-content;min-width:100%;border-collapse:collapse;font-size:.74rem;font-variant-numeric:tabular-nums}.admin-cohort-table th,.admin-cohort-table td{padding:.35rem .45rem;text-align:center;border:1px solid #e2e8f0;white-space:nowrap}.admin-cohort-table thead th{background:#f8fafc;font-weight:700;color:#334155;position:sticky;top:0;z-index:1}.admin-cohort-sticky-col{position:sticky;right:0;z-index:2;background:#f1f5f9;font-weight:600;color:#1e293b;min-width:5.5rem}.admin-cohort-table thead .admin-cohort-sticky-col{z-index:3;background:#e2e8f0}.admin-cohort-cell{color:#0f172a;min-width:2.5rem}.admin-lawyer-referral-stats{margin-top:1.5rem}.admin-lawyer-referral-stats-list{display:flex;flex-direction:column;gap:.65rem}.admin-lawyer-referral-row{display:flex;flex-direction:column;gap:.65rem;padding:.85rem 1rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000000d}.admin-lawyer-referral-main{display:flex;flex-direction:column;align-items:stretch;gap:.45rem;min-width:0}.admin-lawyer-referral-identity{display:flex;align-items:center;gap:.75rem;min-width:0}.admin-lawyer-referral-identity--link{margin:0;padding:0;border:none;background:transparent;font:inherit;color:inherit;text-align:inherit;cursor:pointer;width:100%}.admin-lawyer-referral-identity--link:hover:not(:disabled) .admin-lawyer-referral-name{color:#4338ca;text-decoration:underline}.admin-lawyer-referral-identity--link:disabled{cursor:wait;opacity:.75}.admin-lawyer-referral-photo{width:48px;height:48px;border-radius:50%;object-fit:cover;border:1px solid #e2e8f0;flex-shrink:0;background:#f1f5f9}.admin-lawyer-referral-photo-placeholder{width:48px;height:48px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.05rem;color:#4338ca;background:linear-gradient(135deg,#eef2ff,#e0e7ff);border:1px solid #c7d2fe}.admin-lawyer-referral-photo-placeholder--hide{display:none}.admin-lawyer-referral-name{font-weight:500;font-size:.87rem;color:#0f172a;line-height:1.35;word-break:break-word}.admin-lawyer-referral-avg{margin:0;padding:.35rem .55rem .35rem 0;display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem .5rem;font-size:.8rem;line-height:1.45}.admin-lawyer-referral-avg-label{font-weight:600;color:#64748b}.admin-lawyer-referral-avg-value{font-weight:700;font-variant-numeric:tabular-nums;color:#3730a3}.admin-lawyer-referral-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem 1rem;width:100%;max-width:28rem}@media (min-width: 480px){.admin-lawyer-referral-metrics{grid-template-columns:repeat(3,minmax(0,1fr));max-width:none}}@media (min-width: 900px){.admin-lawyer-referral-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width: 640px){.admin-lawyer-referral-row{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:1rem}.admin-lawyer-referral-main{flex:1 1 45%;min-width:15rem;max-width:28rem}.admin-lawyer-referral-metrics{flex:0 1 auto;max-width:36rem;width:auto}}@media (min-width: 1024px) and (display-mode: browser){.admin-lawyer-referral-row{gap:1.5rem;align-items:flex-start}.admin-lawyer-referral-main{flex:1 1 42%;min-width:18rem;max-width:none}.admin-lawyer-referral-metrics{flex:1 1 58%;grid-template-columns:repeat(7,minmax(0,1fr));gap:.35rem .5rem;max-width:none;width:auto}.admin-lawyer-referral-metric-label{font-size:.56rem}.admin-lawyer-referral-metric-value{font-size:.78rem}}.admin-lawyer-referral-metric{display:flex;flex-direction:column;gap:.15rem}.admin-lawyer-referral-metric-label{font-size:.68rem;font-weight:600;color:#64748b;line-height:1.3}.admin-lawyer-referral-metric-value{font-size:1rem;font-weight:800;color:#312e81;font-variant-numeric:tabular-nums}.admin-charts{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-top:.5rem;min-width:0;max-width:100%}.admin-chart-block{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:.2rem;box-shadow:0 1px 3px #0000000f;min-width:0;max-width:100%;box-sizing:border-box}.admin-chart-title{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:#1e293b;text-align:center}.admin-chart-subtitle{margin:0 0 .75rem;font-size:.78rem;font-weight:500;color:#64748b;text-align:center;line-height:1.5;padding:0 .35rem}.admin-chart-container{width:100%;min-height:220px;min-width:0;max-width:100%;direction:ltr;box-sizing:border-box;overflow:visible}@media (max-width: 768px){.admin-chart-container{padding-inline:4px}.admin-chart-block{padding-inline:.35rem}}.admin-error-logs-top{margin-top:.5rem}.admin-error-logs-list{margin:.75rem 0 0;padding-inline-start:1.5rem;list-style:decimal}.admin-error-logs-item{margin-bottom:1rem;padding:.75rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px}.admin-error-logs-item:last-child{margin-bottom:0}.admin-error-logs-count{display:inline-block;font-weight:700;color:#b91c1c;margin-bottom:.5rem;font-variant-numeric:tabular-nums}.admin-error-logs-message{margin:0;font-size:.8rem;white-space:pre-wrap;word-break:break-word;color:#374151;font-family:Vazir,Tahoma,monospace;line-height:1.4;max-height:12rem;overflow-y:auto}.admin-error-logs-users-block{position:relative}.admin-error-logs-phones-btn{margin-top:.5rem;padding:.4rem .9rem;border-radius:8px;border:1px solid #64748b;background:#f8fafc;color:#334155;font-family:Vazir,Tahoma,sans-serif;font-size:.9rem;cursor:pointer}.admin-error-logs-phones-btn:hover{background:#e2e8f0}.admin-overlay-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.admin-overlay-panel{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;max-width:420px;width:100%;max-height:85vh;overflow:hidden;display:flex;flex-direction:column}.admin-overlay-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #4b4c4c6b}.admin-overlay-title{margin:0;font-size:1rem;font-weight:600;color:#1e293b}.admin-overlay-close{width:2rem;height:2rem;border:none;background:transparent;font-size:1.5rem;line-height:1;color:#64748b;cursor:pointer;padding:0}.admin-overlay-close:hover{color:#1e293b}.admin-overlay-phones-list{margin:0;padding:1rem 1.25rem;list-style:none;overflow-y:auto}.admin-overlay-phones-item{padding:.5rem 0;border-bottom:1px solid #4b4c4c6b;font-size:.95rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.admin-overlay-phones-item:last-child{border-bottom:none}.admin-overlay-phone-label{font-variant-numeric:tabular-nums;direction:ltr;text-align:right}.admin-overlay-user-id{font-size:.8rem;color:#64748b}.bot-questions-page{min-height:100vh;height:100vh;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;background:transparent;color:var(--text, #334155);padding:1rem 1rem 3rem;direction:rtl;font-family:Vazir,Tahoma,sans-serif;box-sizing:border-box;position:relative}@media (min-width: 900px){.bot-questions-page{height:auto;min-height:100vh;max-height:100vh;max-width:960px;margin:0 auto;padding:2rem 2.5rem 3rem;box-shadow:0 0 0 1px #0000000d;overflow-x:hidden;overflow-y:auto}}.bot-questions-send-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#0f172a99;display:flex;align-items:center;justify-content:center;pointer-events:auto}.bot-questions-send-overlay-content{background:#fff;border-radius:16px;padding:2rem 2.5rem;box-shadow:0 25px 50px -12px #00000040;text-align:center;font-family:Vazir,Tahoma,sans-serif}.bot-questions-send-overlay-content p{margin:1rem 0 0;font-size:1rem;font-weight:600;color:#334155}.bot-questions-send-overlay-spinner{width:48px;height:48px;margin:0 auto;border:4px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;animation:bot-questions-spin .8s linear infinite}@keyframes bot-questions-spin{to{transform:rotate(360deg)}}.bot-questions-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #94a3b8}.bot-questions-header h1{margin:0;font-size:1.5rem;font-weight:700;color:#1e293b}@media (min-width: 900px){.bot-questions-header{margin-bottom:1.25rem}.bot-questions-header h1{font-size:1.65rem}}.bot-questions-header-actions{display:flex;align-items:center;gap:.75rem}.bot-questions-refresh-btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.35rem .15rem;margin:0;border:none;border-radius:0;background:transparent;color:var(--accent-strong, #1e40af);font-family:Vazir,Tahoma,sans-serif;font-size:.82rem;font-weight:500;cursor:pointer;text-decoration:none;line-height:1.3;transition:color .15s ease}.bot-questions-refresh-btn .bot-questions-refresh-icon{width:.92rem;height:.92rem;flex-shrink:0;opacity:.92}.bot-questions-refresh-btn:hover:not(:disabled){color:var(--accent-light, #2563eb);text-decoration:underline;text-underline-offset:3px}.bot-questions-refresh-btn:disabled{opacity:.5;cursor:not-allowed}.bot-questions-back{color:var(--accent-strong, #1e40af);text-decoration:none;font-size:.82rem;font-weight:500}.bot-questions-back:hover{color:var(--accent-light, #2563eb);text-decoration:underline;text-underline-offset:3px}.bot-questions-back-btn{background:transparent;border:none;color:var(--accent, #1e40af);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:.35rem;margin:0;flex-shrink:0;transition:transform .2s ease,color .2s ease}.bot-questions-back-btn svg{width:1.7rem;height:1.7rem}.bot-questions-back-btn:hover{color:var(--accent-light, #2563eb);transform:translate(-3px)}.bot-questions-stats{display:flex;flex-wrap:wrap;gap:1rem 1.5rem;margin-bottom:1rem;padding:.75rem 1rem;background:#ffffffd9;border-radius:10px;border:1px solid #cbd5e1;font-size:.75rem}.bot-questions-stat{color:#475569;font-weight:500}@media (min-width: 900px){.bot-questions-stats{padding:1rem 1.25rem;margin-bottom:1.25rem}.bot-questions-stat{font-size:1rem}}.bot-questions-pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem 1rem;margin-bottom:1rem;padding:.65rem 1rem;background:#f8fafcf2;border-radius:10px;border:1px solid #e2e8f0}@media (max-width: 899px){.bot-questions-pagination{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:.75rem;align-items:stretch;justify-items:stretch}.bot-questions-pagination-info{grid-column:1 / -1;grid-row:1}.bot-questions-pagination-btn--prev{grid-column:1;grid-row:2;width:100%;min-width:0}.bot-questions-pagination-btn--next{grid-column:2;grid-row:2;width:100%;min-width:0}}.bot-questions-pagination-btn{padding:.45rem 1rem;border-radius:8px;border:1px solid #cbd5e1;background:#fff;color:#334155;font-family:Vazir,Tahoma,sans-serif;font-size:.9rem;cursor:pointer;min-width:5rem;transition:background .15s ease,border-color .15s ease}.bot-questions-pagination-btn:hover:not(:disabled){background:#f1f5f9;border-color:#94a3b8}.bot-questions-pagination-btn:disabled{opacity:.45;cursor:not-allowed}.bot-questions-pagination-info{font-size:.8rem;color:#475569;text-align:center;line-height:1.5;max-width:100%}@media (min-width: 900px){.bot-questions-pagination{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem 1rem;padding:.75rem 1.25rem;margin-bottom:1.25rem}.bot-questions-pagination-btn--prev,.bot-questions-pagination-btn--next{width:auto;min-width:5rem}.bot-questions-pagination-info{font-size:.9rem}}.bot-questions-pagination.bot-questions-pagination--bottom{margin-top:1rem;margin-bottom:0}.bot-questions-filters{display:grid;grid-template-columns:1fr 1fr;align-items:end;gap:.75rem 1rem;margin-bottom:1rem;padding:.75rem 1rem;background:#ffffffe6;border-radius:10px;border:1px solid #cbd5e1}.bot-questions-filters .bot-questions-filter-label:nth-of-type(3){grid-column:span 1}.bot-questions-filters .bot-questions-filter-input,.bot-questions-filters .bot-questions-filter-select{min-width:0;width:100%}.bot-questions-filter-label{display:flex;flex-direction:column;gap:.25rem;font-size:.8rem;color:#64748b}.bot-questions-filter-input,.bot-questions-filter-select{font-family:Vazir,Tahoma,sans-serif;min-height:2.75rem;padding:.65rem 1rem;border:1px solid #e0e5eb;border-radius:12px;font-size:.9rem;font-weight:500;color:#1f2937;background-color:#fff;box-shadow:0 1px 3px #0000000f;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;min-width:140px;-webkit-tap-highlight-color:transparent}.bot-questions-filter-input:hover,.bot-questions-filter-select:hover{border-color:#d1d5db;background-color:#fafbfc}.bot-questions-filter-input:focus,.bot-questions-filter-select:focus{outline:none;border-color:var(--accent, #1e3a8a);box-shadow:0 0 0 3px #1e3a8a26}.bot-questions-filter-select{padding:.65rem 2.5rem .65rem 1rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1.15rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.bot-questions-filter-select:focus{background-color:#fff}.bot-questions-filter-select:active{background-color:#f8fafc}.bot-questions-apply-filters-btn{padding:.4rem .9rem;border-radius:8px;border:none;background:#2563eb;color:#fff;font-family:Vazir,Tahoma,sans-serif;font-size:.9rem;cursor:pointer}.bot-questions-apply-filters-btn:hover:not(:disabled){background:#1d4ed8}.bot-questions-apply-filters-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 899px){.bot-questions-filters .bot-questions-apply-filters-btn{grid-column:1 / -1;width:100%;min-width:0}}.bot-questions-filters-row-will-call{width:100%;margin-top:.5rem;margin-bottom:1rem;padding:.5rem 0}.bot-questions-filter-will-call{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.9rem;color:#475569}.bot-questions-filter-will-call input{width:1.1rem;height:1.1rem;cursor:pointer}@media (min-width: 900px){.bot-questions-filters{display:flex;flex-wrap:nowrap;align-items:flex-end;padding:1rem 1.25rem;margin-bottom:1.25rem}.bot-questions-filters .bot-questions-filter-label:nth-of-type(3),.bot-questions-filters .bot-questions-apply-filters-btn{grid-column:unset}.bot-questions-filter-label{font-size:.85rem}.bot-questions-filter-input,.bot-questions-filter-select{min-width:160px}}.bot-questions-loading,.bot-questions-empty{text-align:center;padding:3rem;color:#64748b}.bot-questions-list{display:flex;flex-direction:column;gap:1.25rem;padding-bottom:8rem}@media (min-width: 900px){.bot-questions-list{gap:1.5rem;padding-bottom:4rem}}.bot-questions-card{background:#fff;border:1px solid #cbd5e1;border-radius:12px;padding:1.25rem;box-shadow:0 2px 8px #0000000f;position:relative}.bot-questions-card.bot-questions-card-last{margin-bottom:4rem}@media (min-width: 900px){.bot-questions-card{padding:1.5rem 1.75rem}.bot-questions-card.bot-questions-card-last{margin-bottom:2rem}.bot-questions-card .question-text{font-size:1rem;line-height:1.65}.bot-questions-card .meta{font-size:.9rem!important}.bot-questions-card textarea.answer-input{min-height:140px;padding:1rem;font-size:1rem;text-align:justify;text-justify:inter-word}.bot-questions-card .call-client-wrap span{font-size:.8rem}.bot-questions-card .call-client-wrap input{width:1.1rem;height:1.1rem}}.bot-questions-card.disabled{border-color:#cbd5e1;background:#f1f5f9;opacity:.92;pointer-events:auto}.bot-questions-card.disabled .question-text{color:#64748b;font-weight:400}.bot-questions-thread-all-answered{margin-top:.5rem;font-size:.9rem;color:#64748b;padding:.5rem 0}.bot-questions-thread-all-answered p{margin:0 0 .75rem;color:#475569;font-size:.95rem}.bot-questions-card .btn-reanswer{padding:.5rem 1rem;border-radius:8px;border:1px solid #2563eb;background:#eff6ff;color:#2563eb;font-family:Vazir,Tahoma,sans-serif;font-size:.9rem;font-weight:600;cursor:pointer}.bot-questions-card .btn-reanswer:hover{background:#dbeafe}.bot-questions-card .btn-cancel-reanswer{padding:.5rem 1rem;border-radius:8px;border:1px solid #94a3b8;background:#f8fafc;color:#64748b;font-family:Vazir,Tahoma,sans-serif;font-size:.9rem;cursor:pointer;margin-right:.5rem}.bot-questions-card .btn-cancel-reanswer:hover{background:#f1f5f9}.bot-questions-card .actions-and-send-wrap .send-row .btn-cancel-reanswer{margin-right:.5rem}@media (max-width: 899px){.bot-questions-card .actions-and-send-wrap .send-row:has(.btn-cancel-reanswer){display:flex;flex-direction:column;gap:.75rem;width:100%}.bot-questions-card .actions-and-send-wrap .send-row:has(.btn-cancel-reanswer) .btn-send,.bot-questions-card .actions-and-send-wrap .send-row:has(.btn-cancel-reanswer) .btn-cancel-reanswer{width:100%;margin:0}.bot-questions-card .btn-reanswer{width:100%}}.bot-questions-card.disabled .meta{color:#94a3b8}.bot-questions-card.disabled .answer-label,.bot-questions-card.disabled .answer-input,.bot-questions-card.disabled .actions-row,.bot-questions-card.disabled .call-client-wrap span,.bot-questions-card.disabled .btn-call-link{opacity:.85}.bot-questions-card.disabled .answer-input:disabled{background:#e2e8f0;color:#64748b}.bot-questions-card .question-text-wrapper{background:#e2e8f04d;border-radius:8px;padding:.75rem 1rem;margin-bottom:.75rem;border:1px solid #cbd5e1}.bot-questions-card .question-text-wrapper .question-text{font-weight:500;color:#475569;margin:0;white-space:pre-wrap;word-break:break-word;text-align:justify;text-justify:inter-word;font-size:.875rem;line-height:1.55}.bot-questions-card.disabled .question-text-wrapper{background:#f1f5f9;border-color:#e2e8f0}.bot-questions-card.disabled .question-text-wrapper .question-text{color:#64748b}.bot-questions-thread-user-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #e2e8f0;font-size:.85rem}.bot-questions-thread-user-meta .thread-meta-platform{color:#64748b}.bot-questions-thread-user-meta .thread-meta-city{color:#475569}.bot-questions-thread-user-meta .meta-copy-phone,.bot-questions-thread-user-meta .btn-call-link{font-size:inherit}.bot-questions-thread-user-meta .call-client-row-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem}.bot-questions-thread-qa{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:1.25rem}.bot-questions-thread-qa-item{border-right:3px solid #e2e8f0;padding-right:.75rem;margin-right:.25rem}.bot-questions-thread-qa-item .thread-q-date{font-size:.75rem;color:#64748b;margin-bottom:.35rem}.bot-questions-thread-qa-item .btn-delete-question{font-size:.7rem;padding:.25rem .5rem;border-radius:6px;border:1px solid #e90c0c71;background:#fff;color:#e93636b4;cursor:pointer;font-family:inherit}.bot-questions-thread-qa-item .btn-delete-question:hover:not(:disabled){background:#e90c0c62;color:#fff}.bot-questions-thread-qa-item .btn-delete-question:disabled{opacity:.6;cursor:not-allowed}.bot-questions-thread-qa-item .thread-q-date-row{margin-bottom:.35rem}.bot-questions-thread-qa-item .question-text-wrapper{margin-bottom:.5rem}.bot-questions-ai-response-block{margin-top:.5rem;padding:.6rem .75rem;background:#fdf2f8;border:1px solid #fbcfe8;border-radius:8px;font-size:.875rem}.bot-questions-ai-tags{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.4rem}.bot-questions-ai-links{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem;margin-top:.35rem}.bot-questions-ai-expand-link,.bot-questions-ai-copy-link{background:none;border:none;padding:0;font-size:.8rem;color:#be185d;cursor:pointer;text-decoration:underline;font-family:Vazir,Tahoma,sans-serif}.bot-questions-ai-expand-link:hover,.bot-questions-ai-copy-link:hover{color:#9d174d}.bot-questions-ai-tag{display:inline-block;padding:.2rem .5rem;background:#df3190;color:#fff;border-radius:6px;font-size:.65rem;font-weight:500}.bot-questions-ai-label{display:block;font-weight:600;color:#831843;margin-bottom:.25rem}.bot-questions-ai-text{color:#831843;white-space:pre-wrap;word-break:break-word;line-height:1.5;text-align:justify;text-justify:inter-word}.bot-questions-ai-text .bot-questions-ai-links-block{margin:.5rem 0 0;padding:.5rem .75rem;border-right:3px solid #be185d;background:#be185d0f;border-radius:4px}.bot-questions-ai-text .bot-questions-ai-links-list{padding-right:1.2rem;margin:.4rem 0 0;list-style:none}.bot-questions-ai-text .bot-questions-ai-links-list a{color:#be185d;text-decoration:underline}.bot-questions-ai-text .bot-questions-ai-links-list a:hover{color:#9d174d}.bot-questions-ai-copy-link.copied{color:#15803d;font-weight:600}.bot-questions-thread-answer-block{margin-top:.5rem;padding:.6rem .75rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;font-size:.875rem}.bot-questions-thread-answer-block .thread-answer-heading{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem .65rem;margin-bottom:.25rem}.bot-questions-thread-answer-block .thread-answer-label{font-weight:600;color:#166534}.bot-questions-thread-answer-block .thread-answer-lawyer-name{font-size:.82rem;font-weight:600;color:#0f766e}.bot-questions-thread-answer-block .thread-answer-text{color:#14532d;white-space:pre-wrap;word-break:break-word;line-height:1.5;text-align:justify;text-justify:inter-word}.bot-questions-card.disabled .bot-questions-thread-answer-block{background:#f1f5f9;border-color:#e2e8f0}.bot-questions-card.disabled .bot-questions-thread-answer-block .thread-answer-label,.bot-questions-card.disabled .bot-questions-thread-answer-block .thread-answer-lawyer-name,.bot-questions-card.disabled .bot-questions-thread-answer-block .thread-answer-text{color:#475569}.bot-questions-card .meta{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem .5rem;font-size:.65rem;color:#64748b;margin-bottom:.75rem}.bot-questions-card .meta-copy-phone{background:none;border:none;padding:.2rem .4rem;font-size:inherit;color:#2563eb;cursor:pointer;font-family:Vazir,Tahoma,sans-serif;border-radius:4px}.bot-questions-card .meta-copy-phone:hover{text-decoration:underline;background:#f1f5f9}.bot-questions-card label.answer-label{display:block;font-size:.9rem;color:#475569;margin-bottom:.35rem}.bot-questions-card textarea.answer-input{width:100%;min-height:100px;padding:.75rem;border-radius:8px;border:1px solid #cbd5e1;background:#fff;color:#334155;text-align:justify;text-justify:inter-word;font-family:Vazir,Tahoma,sans-serif;font-size:.95rem;resize:vertical;box-sizing:border-box}.bot-questions-card textarea.answer-input:disabled{background:#f1f5f9;color:#64748b;cursor:not-allowed}.bot-questions-card .actions-and-send-wrap .actions-row{margin-top:0}.bot-questions-card .actions-row{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-top:.75rem}.bot-questions-card .btn-call-link{display:inline-flex;align-items:center;padding:.35rem .75rem;border-radius:8px;background:#22c55e;color:#fff;text-decoration:none;font-family:Vazir,Tahoma,sans-serif;font-weight:600;font-size:.85rem}.bot-questions-card .btn-call-link:hover{background:#16a34a;color:#fff}.bot-questions-card .call-client-wrap{display:flex;align-items:center;gap:.5rem;font-size:.65rem}.bot-questions-card .call-client-wrap input{width:1rem;height:1rem;cursor:pointer}.bot-questions-card .call-client-wrap span{color:#475569;font-size:.65rem}.bot-questions-card .saved-badge{font-size:.8rem;color:#16a34a}.bot-questions-card .actions-and-send-wrap{margin-top:.75rem;display:flex;flex-direction:column;gap:.75rem}.bot-questions-card .actions-and-send-wrap .send-row{margin-top:0;order:2}.bot-questions-card .actions-and-send-wrap .call-client-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem;order:1}.bot-questions-card .actions-and-send-wrap .call-client-row .btn-call-link,.bot-questions-card .actions-and-send-wrap .call-client-row .call-client-wrap{font-size:.85rem}.bot-questions-card .actions-and-send-wrap .call-client-row .call-client-wrap span{font-size:.8rem}@media (min-width: 900px){.bot-questions-card .actions-and-send-wrap{flex-direction:row;flex-wrap:wrap;align-items:center;gap:1rem}.bot-questions-card .actions-and-send-wrap .send-row{order:2;margin-inline-start:auto}.bot-questions-card .actions-and-send-wrap .call-client-row{order:1}}.bot-questions-card .send-row{margin-top:.75rem}.bot-questions-card .btn-send{padding:.5rem 1rem;border-radius:8px;border:none;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-family:Vazir,Tahoma,sans-serif;font-weight:600;cursor:pointer}.bot-questions-card .btn-send.btn-send-full{width:100%}@media (min-width: 768px){.bot-questions-card .btn-send.btn-send-full{width:auto}}.bot-questions-card .btn-send:hover:not(:disabled){filter:brightness(1.1)}.bot-questions-card .btn-send:disabled{opacity:.5;cursor:not-allowed}.bot-questions-card .send-error{font-size:.85rem;color:#dc2626;margin-top:.5rem}@media (min-width: 900px){.bot-questions-page .btn-back-sticky{display:none!important}}.voucher-admin-panel .voucher-admin-tabs{display:flex;gap:.3rem;margin-bottom:1rem;padding:.35rem;background:#eef2f8;border-radius:14px;border:1px solid #e2e8f0}.voucher-admin-panel .voucher-admin-tabs button{flex:1;padding:.55rem .85rem;border-radius:10px;border:none;background:transparent;color:#64748b;font-family:Vazir,Tahoma,sans-serif;font-size:.88rem;font-weight:600;cursor:pointer;min-width:4.5rem;transition:background .18s ease,color .18s ease,box-shadow .18s ease}.voucher-admin-panel .voucher-admin-tabs button:hover:not(.active):not(:disabled){color:#334155}.voucher-admin-panel .voucher-admin-tabs button.active{background:#fff;color:#1e40af;box-shadow:0 2px 6px -2px #0f172a33}.voucher-admin-panel .voucher-admin-tabs button:disabled{opacity:.45;cursor:not-allowed}@media (min-width: 900px){.voucher-admin-panel .voucher-admin-tabs{margin-bottom:1.25rem}}.voucher-admin-panel .bot-questions-card h2{margin:0 0 .85rem;font-size:1.05rem;font-weight:700;color:var(--text, #1e293b)}.voucher-admin-panel .bot-questions-card h3{margin:1.15rem 0 .55rem;font-size:.95rem;font-weight:600;color:var(--text, #1e293b)}.voucher-admin-panel .bot-questions-card label{display:block;margin-bottom:.7rem;font-size:.85rem;color:#475569}.voucher-admin-panel .voucher-admin-code-input{text-align:left;font-family:ui-monospace,Cascadia Code,monospace;letter-spacing:.03em}.voucher-admin-panel .bot-questions-card input:not([type=checkbox]),.voucher-admin-panel .bot-questions-card select,.voucher-admin-panel .bot-questions-card textarea{display:block;width:100%;max-width:100%;margin-top:.3rem;padding:.65rem 1rem;border:1px solid #e0e5eb;border-radius:12px;font:inherit;box-sizing:border-box;background:#fff;color:#1f2937;box-shadow:0 1px 3px #0000000f}.voucher-admin-panel .bot-questions-card input:not([type=checkbox]):focus,.voucher-admin-panel .bot-questions-card select:focus,.voucher-admin-panel .bot-questions-card textarea:focus{outline:none;border-color:var(--accent, #1e3a8a);box-shadow:0 0 0 3px #1e3a8a26}.voucher-admin-panel .voucher-admin-checkboxes{border:none;margin:0 0 .85rem;padding:0}.voucher-admin-panel .voucher-admin-checkboxes legend{font-size:.85rem;margin-bottom:.5rem;color:#475569}.voucher-admin-panel .voucher-admin-checkboxes .voucher-admin-checkbox-row{display:flex;flex-wrap:wrap;gap:.65rem 1.25rem}.voucher-admin-panel .voucher-admin-checkboxes label{display:inline-flex;align-items:center;gap:.45rem;margin:0;width:auto;font-size:.88rem;color:#1f2937;cursor:pointer}.voucher-admin-panel .voucher-admin-checkboxes input[type=checkbox]{width:1.125rem;height:1.125rem;min-width:1.125rem;margin:0;padding:0;flex-shrink:0;accent-color:var(--accent-strong, #1e40af);cursor:pointer}.voucher-admin-panel .voucher-admin-grant-sms{margin:.5rem 0 1rem;padding:0;border:none}.voucher-admin-panel .voucher-admin-grant-sms .voucher-admin-checkbox-row{display:inline-flex;align-items:center;gap:.45rem;margin:0;width:auto;font-size:.88rem;color:#1f2937;cursor:pointer}.voucher-admin-panel .voucher-admin-sms-template-block{margin:0 0 1rem}.voucher-admin-panel .voucher-sms-preview{margin-top:.75rem;padding:.85rem 1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px}.voucher-admin-panel .voucher-sms-preview-label{margin:0 0 .45rem;font-size:.78rem;font-weight:700;color:#64748b}.voucher-admin-panel .voucher-sms-preview-text{margin:0;font-family:Vazir,Tahoma,sans-serif;font-size:.82rem;line-height:1.75;color:#1e293b;white-space:pre-wrap;word-break:break-word;direction:rtl;text-align:right}.voucher-admin-panel .voucher-sms-preview-hint{margin:.55rem 0 0;font-size:.78rem;color:#64748b}[data-theme=dark] .voucher-admin-panel .voucher-sms-preview{background:var(--surface-elevated, #1e293b);border-color:var(--border)}[data-theme=dark] .voucher-admin-panel .voucher-sms-preview-label,[data-theme=dark] .voucher-admin-panel .voucher-sms-preview-hint{color:var(--text-secondary)}[data-theme=dark] .voucher-admin-panel .voucher-sms-preview-text{color:var(--text)}.voucher-admin-panel .voucher-admin-list ul{list-style:none;margin:0;padding:0}.voucher-admin-panel .voucher-campaign-item{border:1px solid #e6eaf2;border-radius:14px;background:#fff;padding:.85rem .95rem;margin-bottom:.7rem;box-shadow:0 1px 4px #0f172a0d;transition:border-color .15s ease,box-shadow .15s ease}.voucher-admin-panel .voucher-campaign-item:hover{border-color:#cdd6e6;box-shadow:0 3px 12px -5px #0f172a2e}.voucher-admin-panel .voucher-campaign-item:last-child{margin-bottom:0}.voucher-admin-panel .voucher-campaign-row{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;padding:0}.voucher-admin-panel .voucher-campaign-info{min-width:0;flex:1}.voucher-admin-panel .voucher-campaign-title-line{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.voucher-admin-panel .voucher-status-chip{flex-shrink:0;font-size:.68rem;font-weight:700;padding:.12rem .5rem;border-radius:999px;border:1px solid transparent;line-height:1.5}.voucher-admin-panel .voucher-status-active{color:#15803d;background:#16a34a1a;border-color:#16a34a47}.voucher-admin-panel .voucher-status-paused{color:#b45309;background:#d977061a;border-color:#d9770647}.voucher-admin-panel .voucher-status-revoked{color:#b91c1c;background:#dc26261a;border-color:#dc262647}.voucher-admin-panel .voucher-discount-badge{display:inline-flex;align-items:center;font-size:.74rem;font-weight:700;color:#1e40af;background:#2563eb1a;border:1px solid rgba(37,99,235,.2);padding:.1rem .45rem;border-radius:7px}.voucher-admin-panel .voucher-campaign-usage{display:inline-flex;align-items:center;gap:.15rem}.voucher-admin-panel .voucher-campaign-usage-sep{opacity:.5;margin:0 .1rem}.voucher-admin-panel .voucher-campaign-row-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem;flex-shrink:0}.voucher-admin-panel .btn-link-small{border:none;background:transparent;color:var(--accent-strong, #1e40af);font-family:inherit;font-size:.82rem;font-weight:500;cursor:pointer;padding:.2rem .35rem;text-decoration:underline;text-underline-offset:3px}.voucher-admin-panel .btn-link-small:hover{color:var(--accent-light, #2563eb)}.voucher-admin-panel .voucher-campaign-detail{margin:.75rem 0 0;padding:.85rem 1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;display:grid;grid-template-columns:1fr 1fr;gap:.55rem 1rem}.voucher-admin-panel .voucher-campaign-detail>div{min-width:0}.voucher-admin-panel .voucher-campaign-detail dt{font-size:.75rem;color:#64748b;margin:0 0 .15rem}.voucher-admin-panel .voucher-campaign-detail dd{margin:0;font-size:.88rem;color:#1e293b;line-height:1.45;word-break:break-word}.voucher-admin-panel .voucher-campaign-detail-note{grid-column:1 / -1;margin:.35rem 0 0;font-size:.8rem;color:#64748b}.voucher-admin-panel .voucher-admin-form-actions{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:.25rem}.voucher-admin-panel .voucher-admin-amount-input{text-align:left;font-variant-numeric:tabular-nums}@media (max-width: 599px){.voucher-admin-panel .voucher-campaign-detail{grid-template-columns:1fr}.voucher-admin-panel .voucher-campaign-row-actions{width:100%;justify-content:flex-start}}.voucher-admin-panel .voucher-campaign-row strong{color:#1e293b;font-size:.95rem;font-weight:700;word-break:break-word}.voucher-admin-panel .voucher-campaign-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem .6rem;font-size:.78rem;color:#64748b;margin-top:.5rem;line-height:1.45}.voucher-admin-panel .voucher-admin-actions-row{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap;margin-top:.65rem}.voucher-admin-panel .voucher-segment-desc{font-size:.85rem;color:#64748b;line-height:1.55;margin:.35rem 0 0}.voucher-grant-confirm-sms-warning{margin:1rem 0 0;font-weight:700;color:#dc2626;font-size:.88rem;line-height:1.65;text-align:right}[data-theme=dark] .voucher-grant-confirm-sms-warning{color:#f87171}.voucher-admin-panel .voucher-redemptions-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid #e6eaf2;border-radius:12px}.voucher-admin-panel .voucher-redemptions-table{width:100%;min-width:640px;border-collapse:collapse;font-size:.82rem}.voucher-admin-panel .voucher-redemptions-table th,.voucher-admin-panel .voucher-redemptions-table td{border-bottom:1px solid #eef2f7;padding:.6rem .7rem;text-align:right;white-space:nowrap}.voucher-admin-panel .voucher-redemptions-table thead th{position:sticky;top:0;background:#f8fafc;color:#64748b;font-weight:700;font-size:.76rem}.voucher-admin-panel .voucher-redemptions-table tbody tr:nth-child(2n){background:#fafbfd}.voucher-admin-panel .voucher-redemptions-table tbody tr:last-child td{border-bottom:none}.voucher-admin-panel .voucher-redemptions-table td{color:#334155}.voucher-admin-panel .btn-danger-small{background:#dc2626;color:#fff;border:none;border-radius:6px;padding:.3rem .55rem;font-size:.78rem;cursor:pointer;flex-shrink:0;font-family:inherit}.voucher-admin-panel .btn-danger-small:hover{filter:brightness(1.05)}@media (max-width: 599px){.voucher-admin-panel .voucher-campaign-row,.voucher-admin-panel .voucher-admin-actions-row{flex-direction:column;align-items:stretch}.voucher-admin-panel .voucher-admin-actions-row .btn-primary,.voucher-admin-panel .voucher-admin-actions-row .btn-secondary{width:100%}}.rla-page{min-height:100vh;min-height:100dvh;height:100vh;height:100dvh;max-width:760px;margin:0 auto;padding:1rem 1rem calc(1.5rem + env(safe-area-inset-bottom,0px));background:var(--bg-app);color:var(--text);box-sizing:border-box;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain}.rla-header{display:flex;align-items:center;flex-direction:row-reverse;gap:.6rem;margin-bottom:1rem}.rla-back{border:none;background:transparent;padding:.5rem;margin:0;cursor:pointer;color:var(--accent);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .2s ease,color .2s ease}.rla-back svg{width:1.8rem;height:1.8rem}.rla-back:hover{color:var(--accent-light);transform:translate(-3px)}.rla-title{font-size:1.15rem;font-weight:800;margin:0;color:var(--text);flex:1;text-align:right}.rla-tabs{display:flex;gap:.4rem;margin-bottom:1rem}.rla-tab{flex:1;padding:.55rem;border-radius:10px;border:1px solid var(--border);background:var(--bg-card);color:var(--text-secondary);font-family:inherit;font-size:.85rem;font-weight:700;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.rla-tab.is-active{background:var(--accent-subtle);border-color:var(--accent-light);color:var(--accent)}.rla-loading,.rla-empty{text-align:center;padding:2rem;color:var(--text-secondary)}.rla-list{display:flex;flex-direction:column;gap:1rem}.rla-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:1rem;box-shadow:var(--shadow-md)}.rla-card-top{display:flex;gap:.85rem;align-items:center;margin-bottom:.85rem}.rla-image,.rla-image-placeholder{width:72px;height:72px;border-radius:12px;object-fit:cover;flex-shrink:0;border:1px solid var(--border)}.rla-image-placeholder{display:flex;align-items:center;justify-content:center;font-size:.7rem;color:var(--text-secondary);background:var(--bg-subtle)}.rla-image--license{width:auto;max-width:100%;height:auto;max-height:280px;object-fit:contain}.rla-image-download-btn{display:inline-flex;flex-direction:column;align-items:flex-start;gap:.35rem;padding:0;border:none;background:transparent;cursor:pointer;font:inherit;text-align:right}.rla-image-download-btn:hover .rla-image--license{opacity:.92;outline:2px solid var(--accent-light);outline-offset:2px}.rla-image-download-hint{font-size:.72rem;color:var(--accent);font-weight:600}.rla-card-head{display:flex;flex-direction:column;gap:.3rem;min-width:0}.rla-name{font-size:1rem;font-weight:800;margin:0;color:var(--text)}.rla-badge{font-size:.75rem;font-weight:700;color:var(--accent)}.rla-phone{font-size:.8rem;color:var(--text-secondary)}.rla-fields{margin:0 0 .85rem;display:flex;flex-direction:column;gap:.55rem}.rla-field{display:flex;flex-direction:column;gap:.15rem}.rla-field dt{font-size:.72rem;font-weight:700;color:var(--text-secondary)}.rla-field dd{margin:0;font-size:.86rem;line-height:1.8;color:var(--text);word-break:break-word}.rla-field a{color:var(--accent-light);text-decoration:underline}.rla-reject-reason{color:var(--error-text)}.rla-actions{display:flex;gap:.5rem}.rla-btn{flex:1;padding:.65rem;border-radius:10px;border:none;font-family:inherit;font-size:.86rem;font-weight:700;cursor:pointer}.rla-btn:disabled{opacity:.6;cursor:not-allowed}.rla-btn-approve{background:linear-gradient(135deg,#16a34a,#15803d);color:#fff}.rla-btn-reject{background:var(--error-bg);color:var(--error-text);border:1px solid var(--error)}.rla-btn-cancel{background:var(--bg-subtle);color:var(--text)}.rla-reject-box{display:flex;flex-direction:column;gap:.5rem}.rla-reject-input{width:100%;padding:.6rem;border-radius:10px;border:1px solid var(--border);background:var(--bg-input);color:var(--text);font-family:inherit;font-size:.86rem;resize:vertical;box-sizing:border-box}.rla-reject-input::placeholder{color:var(--text-faint)}.rla-forbidden{text-align:center;padding:3rem 1rem;color:var(--text)}.rla-forbidden button{margin-top:1rem;padding:.6rem 1.4rem;border-radius:10px;border:none;background:var(--accent-subtle);color:var(--accent);font-family:inherit;font-weight:700;cursor:pointer}@media (max-width: 480px){.rla-page{padding:.85rem .85rem calc(1.5rem + env(safe-area-inset-bottom,0px))}}@media (min-width: 900px){.rla-page{height:auto;min-height:100vh;min-height:100dvh;max-height:100vh;max-height:100dvh}}.content-admin-panel .content-admin-tabs{display:flex;gap:.3rem;margin-bottom:1rem;padding:.35rem;background:#eef2f8;border-radius:14px;border:1px solid #e2e8f0}.content-admin-panel .content-admin-tabs button{flex:1;padding:.55rem .85rem;border-radius:10px;border:none;background:transparent;color:#64748b;font-family:Vazir,Tahoma,sans-serif;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .18s ease,color .18s ease,box-shadow .18s ease}.content-admin-panel .content-admin-tabs button.active{background:#fff;color:#1e40af;box-shadow:0 2px 6px -2px #0f172a33}.content-admin-panel .content-admin-stepper{list-style:none;display:flex;align-items:flex-start;margin:0 0 1.4rem;padding:.25rem 0 0}.content-admin-panel .content-admin-step{flex:1 1 0;min-width:0;position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.45rem;font-size:.74rem;color:#94a3b8}.content-admin-panel .content-admin-step:before{content:"";position:absolute;top:.95rem;inset-inline-start:-50%;width:100%;height:2px;background:#e2e8f0;z-index:0}.content-admin-panel .content-admin-step:first-child:before{display:none}.content-admin-panel .content-admin-step--done:before,.content-admin-panel .content-admin-step--current:before{background:#2563eb}.content-admin-panel .content-admin-step-dot{position:relative;z-index:1;display:grid;place-items:center;width:1.9rem;height:1.9rem;border-radius:50%;background:#fff;border:2px solid #e2e8f0;color:#94a3b8;font-size:.8rem;font-weight:700;line-height:1;padding:0;box-sizing:border-box;flex-shrink:0;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.content-admin-panel .content-admin-step-label{line-height:1.35;padding:0 .15rem;word-break:break-word}.content-admin-panel .content-admin-step--current .content-admin-step-dot{background:#2563eb;border-color:#2563eb;color:#fff;transform:scale(1.08);box-shadow:0 0 0 4px #2563eb26}.content-admin-panel .content-admin-step--current .content-admin-step-label{color:#1e293b;font-weight:700}.content-admin-panel .content-admin-step--done .content-admin-step-dot{background:#16a34a;border-color:#16a34a;color:#fff;font-size:.72rem}.content-admin-panel .content-admin-step--done .content-admin-step-label{color:#475569}@media (max-width: 560px){.content-admin-panel .content-admin-stepper{margin-bottom:1.1rem}.content-admin-panel .content-admin-step{font-size:.66rem;gap:.35rem}.content-admin-panel .content-admin-step-dot{width:1.65rem;height:1.65rem;font-size:.72rem}.content-admin-panel .content-admin-step:before{top:.82rem}}.content-admin-panel .content-admin-pref-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.7rem;margin:.25rem 0 1.1rem}.content-admin-panel .content-admin-pref-card{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:.3rem;padding:.85rem .85rem .9rem;border:1.5px solid #e2e8f0;border-radius:14px;background:#fff;font-family:inherit;text-align:right;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease,transform .12s ease}.content-admin-panel .content-admin-pref-card:hover:not(.is-disabled){border-color:#93c5fd;box-shadow:0 4px 14px -8px #2563eb66}.content-admin-panel .content-admin-pref-card.is-selected{border-color:#2563eb;background:#2563eb0f;box-shadow:0 0 0 3px #2563eb1f}.content-admin-panel .content-admin-pref-card.is-disabled{cursor:not-allowed;opacity:.62;background:#f8fafc}.content-admin-panel .content-admin-pref-card.is-used-medium{opacity:.52;background:#f1f5f9;border-style:dashed;border-color:#cbd5e1}.content-admin-panel .content-admin-pref-badge--used{color:#64748b;background:#64748b1f;border-color:#64748b47}.content-admin-panel .content-admin-pref-group{font-size:.78rem;color:#64748b}.content-admin-panel .content-admin-pref-brand{font-size:.95rem;font-weight:700;color:#1e293b}.content-admin-panel .content-admin-pref-badge{position:absolute;inset-block-start:.55rem;inset-inline-end:.55rem;font-size:.62rem;font-weight:700;color:#b45309;background:#d977061f;border:1px solid rgba(217,119,6,.25);border-radius:999px;padding:.08rem .4rem}.content-admin-panel .content-admin-pref-check{position:absolute;inset-block-end:.55rem;inset-inline-end:.55rem;display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;border-radius:50%;background:#2563eb;color:#fff;font-size:.72rem;font-weight:700}@media (max-width: 560px){.content-admin-panel .content-admin-pref-grid{grid-template-columns:repeat(2,1fr);gap:.55rem}}.content-admin-panel .content-admin-session-bar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem;margin-bottom:.85rem;padding:.5rem .85rem;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:12px;font-size:.85rem;color:#334155}.content-admin-panel .content-admin-session-status{font-weight:600}.content-admin-panel .content-admin-busy{display:flex;align-items:center;gap:.55rem;margin-bottom:.85rem;padding:.65rem .95rem;background:#2563eb14;border:1px solid rgba(37,99,235,.2);border-radius:12px;color:#1e40af;font-size:.86rem;font-weight:600}.content-admin-panel .content-admin-spinner{width:1.05rem;height:1.05rem;border-radius:50%;border:2.5px solid rgba(30,64,175,.25);border-top-color:#1e40af;animation:content-admin-spin .8s linear infinite;flex-shrink:0}@keyframes content-admin-spin{to{transform:rotate(360deg)}}.content-admin-panel .bot-questions-card h2{margin:0 0 .85rem;font-size:1.05rem;font-weight:700;color:#1e293b}.content-admin-panel .bot-questions-card h3{margin:1.1rem 0 .55rem;font-size:.95rem;font-weight:600;color:#1e293b}.content-admin-panel .bot-questions-card label{display:block;margin-bottom:.8rem;font-size:.85rem;color:#475569}.content-admin-panel .bot-questions-card input:not([type=checkbox]),.content-admin-panel .bot-questions-card textarea{display:block;width:100%;max-width:100%;margin-top:.3rem;padding:.65rem 1rem;border:1px solid #e0e5eb;border-radius:12px;font:inherit;line-height:1.7;box-sizing:border-box;background:#fff;color:#1f2937;box-shadow:0 1px 3px #0000000f}.content-admin-panel .bot-questions-card textarea{resize:vertical}.content-admin-panel .bot-questions-card input:focus,.content-admin-panel .bot-questions-card textarea:focus{outline:none;border-color:#1e3a8a;box-shadow:0 0 0 3px #1e3a8a26}.content-admin-panel .content-admin-links-input{font-family:ui-monospace,Cascadia Code,monospace;font-size:.82rem}.content-admin-panel .content-admin-context{margin:0 0 .85rem;font-size:.85rem;color:#64748b;line-height:1.6}.content-admin-panel .content-admin-context--title{font-size:1rem;font-weight:700;color:#1e293b}.content-admin-panel .content-admin-context--muted{color:#94a3b8;font-size:.8rem}.content-admin-panel .content-admin-image{display:block;width:100%;max-width:480px;height:auto;border-radius:14px;border:1px solid #e2e8f0;margin:.25rem auto .5rem}.content-admin-panel .content-admin-image-placeholder{display:flex;align-items:center;justify-content:center;width:100%;max-width:480px;min-height:180px;border-radius:14px;border:1px dashed #cbd5e1;background:#f8fafc;color:#94a3b8;font-size:.85rem;margin:.25rem auto .5rem}.content-admin-panel .content-admin-image.content-admin-image--infography{width:100%;max-width:420px;height:auto;min-height:0;margin-inline:auto;border-radius:0;object-fit:contain;object-position:center;background:#eef2f7}.content-admin-panel .content-admin-image-placeholder.content-admin-image-placeholder--infography{width:100%;max-width:420px;aspect-ratio:4 / 5;min-height:0;margin-inline:auto;border-radius:0;background:#eef2f7;display:flex}.content-admin-panel .content-admin-published-url{margin:.5rem 0 0;font-size:.82rem;word-break:break-all}.content-admin-panel .content-admin-published-url a{color:#1e40af;text-decoration:underline;text-underline-offset:3px}.content-admin-preview-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;background:#0f172a8c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.content-admin-preview-dialog{width:100%;max-width:420px;max-height:90vh;display:flex;flex-direction:column;background:#f1f5f9;border-radius:18px;overflow:hidden;box-shadow:0 24px 60px -20px #00000080}.content-admin-preview-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.7rem .95rem;background:#fff;border-bottom:1px solid #e2e8f0}.content-admin-preview-head-title{font-size:.82rem;font-weight:700;color:#334155}.content-admin-preview-close{border:none;background:transparent;color:#64748b;font-size:1.45rem;line-height:1;cursor:pointer;padding:0 .3rem;flex-shrink:0}.content-admin-preview-scroll{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:1rem}.content-admin-article-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 6px 20px -12px #0f172a66;border:1px solid #e6eaf2}.content-admin-article-card-media{width:100%;background:#f1f5f9}.content-admin-article-card-image{display:block;width:100%;height:auto;aspect-ratio:16 / 9;object-fit:cover}.content-admin-article-card-image.content-admin-article-card-image--infography{width:100%;max-width:min(100%,420px);height:auto;aspect-ratio:auto;object-fit:contain;object-position:center;background:#eef2f7;border:none;border-radius:0;margin:0 auto}.content-admin-article-card--infography{border-radius:0;border:none;box-shadow:none;background:#fff}.content-admin-article-card-media--infography{display:block;width:100%;overflow:hidden;line-height:0;background:#eef2f7}.content-admin-article-card--infography .content-admin-article-card-body{padding:.65rem .75rem .75rem}.content-admin-article-card--infography .content-admin-article-card-title{font-weight:400;font-size:.92rem;line-height:1.6}.content-admin-article-card--infography .content-admin-article-card-title b,.content-admin-article-card--infography .content-admin-article-card-title strong{font-weight:400}.content-admin-preview-dialog--infography{max-width:420px;background:#fff}.content-admin-preview-scroll--infography{padding:0}.content-admin-article-card-body{padding:.85rem .95rem 1rem}.content-admin-article-card-title{margin:0 0 .55rem;font-size:.98rem;font-weight:800;line-height:1.6;color:#0f172a}.content-admin-article-card-text{font-size:.8rem;line-height:1.85;color:#334155;word-break:break-word;text-align:justify}.content-admin-article-card-text--plain{white-space:pre-wrap}.content-admin-article-card-text p{margin:0 0 .65rem}.content-admin-article-card-text h1,.content-admin-article-card-text h2,.content-admin-article-card-text h3,.content-admin-article-card-text h4{margin:.85rem 0 .45rem;font-size:.9rem;font-weight:700;line-height:1.6;color:#1e293b}.content-admin-article-card-text ul,.content-admin-article-card-text ol{margin:0 0 .65rem;padding-inline-start:1.2rem}.content-admin-article-card-text li{margin-bottom:.3rem}.content-admin-article-card-text a{color:#2563eb;text-decoration:underline;text-underline-offset:2px;word-break:break-all}.content-admin-article-card-text img{max-width:100%;height:auto;border-radius:8px}.content-admin-article-card-links{margin-top:.85rem;padding-top:.7rem;border-top:1px dashed #d8e0ec}.content-admin-article-card-links-title{display:block;font-size:.72rem;font-weight:700;color:#64748b;margin-bottom:.45rem}.content-admin-article-card-links ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.content-admin-article-card-links li{margin:0}.content-admin-article-card-links a{display:block;font-size:.72rem;color:#1e40af;background:#eef2fb;border:1px solid #dde6f6;border-radius:8px;padding:.35rem .55rem;text-decoration:none;word-break:break-all;transition:background .15s ease,border-color .15s ease}.content-admin-article-card-links a:hover{background:#e2eafc;border-color:#c7d6f3}.content-admin-panel .content-admin-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem;margin-top:.4rem}.content-admin-panel .content-admin-actions .btn-primary,.content-admin-panel .content-admin-actions .btn-secondary{width:auto;margin:0;flex:0 1 auto}@media (min-width: 600px){.content-admin-panel .content-admin-actions .btn-primary:not(:only-child),.content-admin-panel .content-admin-actions .btn-secondary:not(:only-child){flex:1 1 0}}.content-admin-panel .btn-link-small{border:none;background:transparent;color:#1e40af;font-family:inherit;font-size:.82rem;font-weight:500;cursor:pointer;padding:.2rem .35rem;text-decoration:underline;text-underline-offset:3px}.content-admin-panel .btn-link-small:disabled{opacity:.5;cursor:not-allowed}.content-admin-panel .content-admin-history-head{display:flex;justify-content:flex-end;margin-bottom:.85rem}.content-admin-panel .content-admin-history-list{list-style:none;margin:0;padding:0}.content-admin-panel .content-admin-history-item{border:1px solid #e6eaf2;border-radius:14px;background:#fff;padding:.85rem .95rem;margin-bottom:.7rem;box-shadow:0 1px 4px #0f172a0d}.content-admin-panel .content-admin-history-main{display:flex;align-items:center;justify-content:flex-start;gap:.55rem;flex-wrap:wrap}.content-admin-panel .content-admin-history-id-badge{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;min-width:1.65rem;padding:.2rem .55rem;border-radius:999px;font-size:.72rem;font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:.02em;color:#1e40af;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid rgba(59,130,246,.32);box-shadow:0 1px #ffffffb3 inset,0 1px 3px #1e40af1a}.content-admin-panel .content-admin-history-main strong{flex:1 1 auto;min-width:0;color:#1e293b;font-size:.95rem;font-weight:700;word-break:break-word}.content-admin-panel .content-admin-history-main .content-admin-status-chip{flex-shrink:0;margin-inline-start:auto}.content-admin-panel .content-admin-history-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.3rem .5rem;font-size:.78rem;color:#64748b;margin-top:.45rem}.content-admin-panel .content-admin-history-sep{opacity:.5}.content-admin-panel .content-admin-history-reused{margin-top:.35rem;font-size:.72rem;color:#6366f1}.content-admin-panel .content-admin-history-preference{font-weight:600;color:#1e40af}.content-admin-panel .content-admin-history-reuse-btn{color:#1d4ed8}.content-admin-panel .content-admin-history-actors{display:flex;flex-wrap:wrap;align-items:center;gap:.3rem .7rem;margin-top:.4rem;font-size:.68rem;color:#94a3b8}.content-admin-panel .content-admin-actor{display:inline-flex;align-items:center;gap:.3rem;font-variant-numeric:tabular-nums}.content-admin-panel .content-admin-actor-label{font-size:.62rem;font-weight:600;color:#64748b;background:#f1f5f9;border-radius:6px;padding:.05rem .3rem}[data-theme=dark] .content-admin-panel .content-admin-history-actors{color:#64748b}[data-theme=dark] .content-admin-panel .content-admin-actor-label{color:#94a3b8;background:#0f172a}.content-admin-panel .content-admin-history-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem;margin-top:.4rem}.content-admin-panel .btn-link-small--danger{color:#dc2626}.content-admin-panel .btn-link-small--danger:hover:not(:disabled){color:#b91c1c}.content-admin-panel .content-admin-btn-danger{color:#dc2626;border-color:#dc262659}.content-admin-panel .content-admin-btn-danger:hover:not(:disabled){background:#dc26260f;border-color:#dc262680;color:#b91c1c}.content-admin-panel .content-admin-empty{text-align:center;color:#64748b}.content-admin-panel .content-admin-status-chip{flex-shrink:0;font-size:.68rem;font-weight:700;padding:.12rem .5rem;border-radius:999px;border:1px solid transparent;line-height:1.6;color:#475569;background:#64748b1f;border-color:#64748b40}.content-admin-panel .content-admin-status--published{color:#15803d;background:#16a34a1a;border-color:#16a34a47}.content-admin-panel .content-admin-status--ready_to_publish{color:#1e40af;background:#2563eb1a;border-color:#2563eb40}@media (max-width: 599px){.content-admin-panel .content-admin-actions .btn-primary,.content-admin-panel .content-admin-actions .btn-secondary{width:100%}}[data-theme=dark] .content-admin-panel .content-admin-tabs{background:#1e293b;border-color:#334155}[data-theme=dark] .content-admin-panel .content-admin-tabs button{color:#94a3b8}[data-theme=dark] .content-admin-panel .content-admin-tabs button.active{background:#0f172a;color:#93c5fd;box-shadow:0 2px 6px -2px #00000080}[data-theme=dark] .content-admin-panel .bot-questions-card h2,[data-theme=dark] .content-admin-panel .bot-questions-card h3,[data-theme=dark] .content-admin-panel .content-admin-context--title,[data-theme=dark] .content-admin-panel .content-admin-history-main strong{color:#e2e8f0}[data-theme=dark] .content-admin-panel .content-admin-history-id-badge{color:#bfdbfe;background:linear-gradient(135deg,#1e3a8a,#1e293b);border-color:#60a5fa59;box-shadow:0 1px #ffffff0f inset,0 1px 3px #00000059}[data-theme=dark] .content-admin-panel .bot-questions-card label{color:#94a3b8}[data-theme=dark] .content-admin-panel .bot-questions-card input:not([type=checkbox]),[data-theme=dark] .content-admin-panel .bot-questions-card textarea{background:#0f172a;border-color:#334155;color:#e2e8f0;box-shadow:none}[data-theme=dark] .content-admin-panel .bot-questions-card input:focus,[data-theme=dark] .content-admin-panel .bot-questions-card textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f640}[data-theme=dark] .content-admin-panel .content-admin-step{color:#94a3b8}[data-theme=dark] .content-admin-panel .content-admin-step:before{background:#334155}[data-theme=dark] .content-admin-panel .content-admin-step--done:before,[data-theme=dark] .content-admin-panel .content-admin-step--current:before{background:#3b82f6}[data-theme=dark] .content-admin-panel .content-admin-step-dot{background:#0f172a;border-color:#334155;color:#94a3b8}[data-theme=dark] .content-admin-panel .content-admin-step--current .content-admin-step-dot{background:#3b82f6;border-color:#3b82f6;color:#fff;box-shadow:0 0 0 4px #3b82f638}[data-theme=dark] .content-admin-panel .content-admin-step--current .content-admin-step-label{color:#e2e8f0}[data-theme=dark] .content-admin-panel .content-admin-step--done .content-admin-step-dot{background:#16a34a;border-color:#16a34a;color:#fff}[data-theme=dark] .content-admin-panel .content-admin-step--done .content-admin-step-label{color:#cbd5e1}[data-theme=dark] .content-admin-panel .content-admin-pref-card{background:#0f172a;border-color:#334155}[data-theme=dark] .content-admin-panel .content-admin-pref-card:hover:not(.is-disabled){border-color:#3b82f6}[data-theme=dark] .content-admin-panel .content-admin-pref-card.is-selected{border-color:#3b82f6;background:#3b82f624;box-shadow:0 0 0 3px #3b82f633}[data-theme=dark] .content-admin-panel .content-admin-pref-card.is-disabled{background:#1e293b}[data-theme=dark] .content-admin-panel .content-admin-pref-card.is-used-medium{background:#111827;border-color:#334155}[data-theme=dark] .content-admin-panel .content-admin-pref-badge--used{color:#94a3b8;background:#94a3b81f;border-color:#94a3b847}[data-theme=dark] .content-admin-panel .content-admin-pref-group{color:#94a3b8}[data-theme=dark] .content-admin-panel .content-admin-pref-brand{color:#e2e8f0}[data-theme=dark] .content-admin-panel .content-admin-pref-badge{color:#fcd34d;background:#fbbf242e;border-color:#fbbf2473}[data-theme=dark] .content-admin-panel .content-admin-pref-check{background:#3b82f6;color:#fff}[data-theme=dark] .content-admin-panel .content-admin-status-chip{color:#cbd5e1;background:#94a3b833;border-color:#94a3b866}[data-theme=dark] .content-admin-panel .content-admin-status--published{color:#86efac;background:#16a34a38;border-color:#22c55e80}[data-theme=dark] .content-admin-panel .content-admin-status--ready_to_publish{color:#93c5fd;background:#2563eb38;border-color:#3b82f680}[data-theme=dark] .content-admin-panel .content-admin-session-bar{background:#1e293b;border-color:#334155;color:#cbd5e1}[data-theme=dark] .content-admin-panel .content-admin-busy{background:#2563eb29;border-color:#3b82f659;color:#93c5fd}[data-theme=dark] .content-admin-panel .content-admin-context,[data-theme=dark] .content-admin-panel .content-admin-history-meta,[data-theme=dark] .content-admin-panel .content-admin-empty{color:#94a3b8}[data-theme=dark] .content-admin-panel .content-admin-history-preference{color:#93c5fd}[data-theme=dark] .content-admin-panel .content-admin-image{border-color:#334155}[data-theme=dark] .content-admin-panel .content-admin-image-placeholder{background:#0f172a;border-color:#334155;color:#64748b}[data-theme=dark] .content-admin-panel .content-admin-history-item{background:#1e293b;border-color:#334155;box-shadow:none}[data-theme=dark] .content-admin-panel .btn-link-small--danger{color:#f87171}[data-theme=dark] .content-admin-panel .btn-link-small--danger:hover:not(:disabled){color:#fca5a5}[data-theme=dark] .content-admin-panel .content-admin-btn-danger{color:#f87171;border-color:#f8717159}[data-theme=dark] .content-admin-panel .content-admin-btn-danger:hover:not(:disabled){background:#f871711a;border-color:#f8717180;color:#fca5a5}[data-theme=dark] .content-admin-panel .content-admin-published-url a{color:#93c5fd}[data-theme=dark] .content-admin-preview-dialog{background:#0b1220}[data-theme=dark] .content-admin-preview-head{background:#111c32;border-bottom-color:#1e2c47}[data-theme=dark] .content-admin-preview-head-title{color:#e2e8f0}[data-theme=dark] .content-admin-preview-close{color:#94a3b8}[data-theme=dark] .content-admin-article-card{background:#111c32;border-color:#1e2c47}[data-theme=dark] .content-admin-article-card-media{background:#0f172a}[data-theme=dark] .content-admin-article-card-title{color:#f1f5f9}[data-theme=dark] .content-admin-article-card-text{color:#cbd5e1}[data-theme=dark] .content-admin-article-card-text h1,[data-theme=dark] .content-admin-article-card-text h2,[data-theme=dark] .content-admin-article-card-text h3,[data-theme=dark] .content-admin-article-card-text h4{color:#e2e8f0}[data-theme=dark] .content-admin-article-card-text a{color:#93c5fd}[data-theme=dark] .content-admin-article-card-links{border-top-color:#1e2c47}[data-theme=dark] .content-admin-article-card-links-title{color:#94a3b8}[data-theme=dark] .content-admin-article-card-links a{color:#bfdbfe;background:#16233c;border-color:#243452}[data-theme=dark] .content-admin-article-card-links a:hover{background:#1c2c49;border-color:#2e4067}.content-admin-clone-dialog{max-width:28rem}.content-admin-clone-options{display:flex;flex-direction:column;gap:.65rem;margin-top:.75rem}.content-admin-clone-option{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;width:100%;padding:.85rem .95rem;border:1px solid #dbe3f0;border-radius:12px;background:#f8fafc;text-align:right;cursor:pointer;transition:border-color .15s,background .15s,box-shadow .15s}.content-admin-clone-option:hover:not(:disabled){border-color:#93c5fd;background:#eff6ff;box-shadow:0 2px 8px #2563eb14}.content-admin-clone-option.is-disabled,.content-admin-clone-option:disabled{opacity:.55;cursor:not-allowed}.content-admin-clone-option-title{font-size:.92rem;font-weight:700;color:#0f172a}.content-admin-clone-option-desc{font-size:.78rem;line-height:1.65;color:#64748b}.content-admin-clone-option-hint{font-size:.74rem;color:#b45309}[data-theme=dark] .content-admin-clone-option{background:#111827;border-color:#243452}[data-theme=dark] .content-admin-clone-option:hover:not(:disabled){background:#16233c;border-color:#3b82f6}[data-theme=dark] .content-admin-clone-option-title{color:#e2e8f0}[data-theme=dark] .content-admin-clone-option-desc{color:#94a3b8}.criticism-tickets-page{min-height:100vh;height:100vh;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;background:#fafbfc;color:#334155;padding:1rem 1rem 3rem;direction:rtl;font-family:Vazir,Tahoma,sans-serif;box-sizing:border-box;position:relative}@media (min-width: 900px){.criticism-tickets-page{height:auto;min-height:100vh;max-height:100vh;max-width:960px;margin:0 auto;padding:2rem 2.5rem 3rem;overflow-x:hidden;overflow-y:auto}}.criticism-tickets-forbidden,.criticism-tickets-loading,.criticism-tickets-empty{text-align:center;padding:3rem;color:#64748b}.criticism-tickets-header-with-back{position:relative;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #cbd5e1}.criticism-tickets-header-row{display:flex;align-items:center;gap:.6rem;flex-direction:row-reverse}.criticism-tickets-header-row .btn-back{background:transparent;border:none;color:var(--accent, #1e3a8a);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:.5rem;margin:0;flex-shrink:0}.criticism-tickets-header-row .btn-back svg{width:1.8rem;height:1.8rem}.criticism-tickets-header-content{flex:1;min-width:0}.criticism-tickets-header-content h1{margin:0;font-size:1.2rem;font-weight:700;color:#1e293b;font-family:Vazir,Tahoma,sans-serif}.criticism-tickets-refresh-btn{padding:.4rem .9rem;border-radius:8px;border:1px solid #64748b;background:#f8fafc;color:#334155;font-family:Vazir,Tahoma,sans-serif;font-size:.9rem;cursor:pointer}.criticism-tickets-refresh-btn:hover:not(:disabled){background:#e2e8f0}.criticism-tickets-refresh-btn:disabled{opacity:.6;cursor:not-allowed}.criticism-tickets-filters{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem;padding:.75rem 1rem;background:#fff;border-radius:10px;border:1px solid #e2e8f0}.criticism-tickets-filter-row-dates{display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1rem}.criticism-tickets-filter-row-status{width:100%}.criticism-tickets-filter-row{align-items:flex-end}.criticism-tickets-filter-label{display:flex;flex-direction:column;gap:.25rem;font-size:.8rem;color:#64748b}.criticism-tickets-filter-label-full{width:100%}.criticism-tickets-select-full{width:100%;min-width:0}.criticism-tickets-date-input,.criticism-tickets-select{font-family:Vazir,Tahoma,sans-serif;padding:.5rem .75rem;border:1px solid #e0e5eb;border-radius:8px;font-size:.9rem;min-width:0}.criticism-tickets-date-input{width:100%;box-sizing:border-box}.criticism-tickets-list{display:flex;flex-direction:column;gap:1.25rem;padding-bottom:4rem}.criticism-tickets-card{background:#fff;border:1px solid #cbd5e1;border-radius:12px;padding:1.25rem;box-shadow:0 2px 8px #0000000f}.criticism-tickets-card-answered{background:#f1f5f9;border-color:#cbd5e1;opacity:.95}.criticism-tickets-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #e2e8f0;font-size:.85rem}.criticism-tickets-meta-city{color:#475569}.criticism-tickets-meta-phone{background:none;border:none;padding:0;color:#2563eb;cursor:pointer;font-size:inherit;font-family:inherit}.criticism-tickets-meta-phone:hover{text-decoration:underline}.criticism-tickets-meta-date{color:#64748b}.criticism-tickets-comment{background:#e2e8f04d;border-radius:8px;padding:.75rem 1rem;margin-bottom:.75rem;border:1px solid #cbd5e1;font-weight:500;color:#475569;white-space:pre-wrap;word-break:break-word;font-size:.9rem;line-height:1.55}.criticism-tickets-answer-block{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e2e8f0}.criticism-tickets-answer-label{display:block;font-size:.85rem;font-weight:600;color:#475569;margin-bottom:.35rem}.criticism-tickets-answer-text{font-size:.9rem;color:#334155;white-space:pre-wrap;word-break:break-word;line-height:1.55}.criticism-tickets-answer-input{width:100%;min-height:100px;padding:.75rem 1rem;border:1px solid #e0e5eb;border-radius:10px;font-family:Vazir,Tahoma,sans-serif;font-size:.9rem;resize:vertical;box-sizing:border-box;margin-top:.35rem}.criticism-tickets-answer-input:focus{outline:none;border-color:var(--accent, #1e3a8a);box-shadow:0 0 0 2px #1e3a8a26}.criticism-tickets-actions{margin-top:.75rem}.criticism-tickets-btn-send{padding:.6rem 1.2rem;border-radius:8px;border:none;background:#2563eb;color:#fff;font-family:Vazir,Tahoma,sans-serif;font-size:.9rem;font-weight:600;cursor:pointer}.criticism-tickets-btn-send:hover:not(:disabled){background:#1d4ed8}.criticism-tickets-btn-send:disabled{opacity:.6;cursor:not-allowed}.criticism-tickets-send-error{margin-top:.5rem;font-size:.85rem;color:#dc2626}.my-tickets-page{min-height:100vh;background:#fafbfc;color:#334155;padding:1rem 1rem 3rem;direction:rtl;font-family:Vazir,Tahoma,sans-serif;box-sizing:border-box}@media (min-width: 900px){.my-tickets-page{max-width:720px;margin:0 auto;padding:2rem 2rem 3rem}}.my-tickets-header-with-back{position:relative;margin-bottom:1rem;padding-bottom:1rem;border-bottom:none}.my-tickets-header-row{display:flex;align-items:center;gap:.6rem;flex-direction:row-reverse}.my-tickets-header-row .btn-back{background:transparent;border:none;color:var(--accent, #1e3a8a);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:.5rem;margin:0;flex-shrink:0}.my-tickets-header-row .btn-back svg{width:1.8rem;height:1.8rem}.my-tickets-header-content{flex:1;min-width:0}.my-tickets-header-content h1{margin:0 0 .25rem;font-size:1.2rem;font-weight:700;color:#1e293b;font-family:Vazir,Tahoma,sans-serif}.my-tickets-subtitle{margin:0;font-size:.85rem;color:#64748b}.my-tickets-loading,.my-tickets-empty{text-align:center;padding:3rem;color:#64748b}.my-tickets-list{display:flex;flex-direction:column;gap:1.25rem;padding-bottom:4rem}.my-tickets-card{background:#fff;border:1px solid #cbd5e1;border-radius:12px;padding:1.25rem;box-shadow:0 2px 8px #0000000f}.my-tickets-card-meta{margin-bottom:.75rem}.my-tickets-date{font-size:.8rem;color:#64748b}.my-tickets-preview{margin-bottom:1rem;padding:.75rem 1rem;background:#f1f5f9;border-radius:8px;border:1px solid #e2e8f0}.my-tickets-preview-label,.my-tickets-response-label{display:block;font-size:.75rem;font-weight:600;color:#64748b;margin-bottom:.35rem;text-transform:uppercase;letter-spacing:.02em}.my-tickets-preview-text{margin:0;font-size:.9rem;color:#475569;line-height:1.55;word-break:break-word}.my-tickets-response{padding:.75rem 1rem;background:#eff6ff;border-radius:8px;border:1px solid #bfdbfe}.my-tickets-response-text{margin:0;font-size:.95rem;color:#1e293b;line-height:1.6;white-space:pre-wrap;word-break:break-word}.my-tickets-response-pending{margin:0;font-size:.9rem;color:#64748b;font-style:italic}.lawyer-ad-banner{margin:0;padding:.6rem;background:linear-gradient(135deg,#fff,#f8f9fa);border-radius:16px;border:2px solid #e5e7eb21;box-shadow:0 4px 12px #00000014;position:relative;overflow:hidden}.lawyer-ad-banner:before{content:"";position:absolute;top:0;right:0;width:100%;height:2px;background:linear-gradient(90deg,#9ca3af,#d1d5db,#9ca3af)}.lawyer-ad-badge{margin-top:.2rem;position:absolute;top:.5rem;left:.5rem;background:#6b7280cc;color:#fff;padding:.2rem .5rem;border-radius:6px;font-family:Vazir,sans-serif;font-size:.65rem;font-weight:700;z-index:10;box-shadow:0 3px 8px #6b728066,0 0 0 2px #ffffffe6;white-space:nowrap;border:2px solid rgba(255,255,255,.9);border-color:transparent!important;text-align:center;display:inline-block;width:auto;min-width:fit-content}.lawyer-ad-content{display:flex;align-items:center;gap:1rem;direction:rtl}.lawyer-ad-portrait{flex-shrink:0;width:80px;height:80px;border-radius:12px;overflow:hidden;border:3px solid #e5e7eb;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000001a}.lawyer-portrait-img{width:100%;height:100%;object-fit:cover}.lawyer-portrait-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);color:#9ca3af}.lawyer-ad-info{flex:1;display:flex;flex-direction:column;gap:.4rem;min-width:0;text-align:right;align-items:flex-start}.lawyer-ad-name{font-family:Vazir,sans-serif;font-size:1rem;font-weight:700;color:#374151;margin:0;line-height:1.3}.lawyer-ad-title{font-family:Vazir,sans-serif;font-size:.75rem;color:#666;margin:0;line-height:1.4;text-align:right;width:100%}.lawyer-ad-specialties{font-family:Vazir,sans-serif;font-size:.7rem;color:#888;margin:0;line-height:1.4;display:-webkit-box;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.lawyer-ad-call-btn{font-family:Vazir,sans-serif;background:linear-gradient(135deg,#60a5fa59,#93c4fd5b);color:#1e3a8a;border:none;padding:.5rem 1rem;border-radius:8px;font-size:.75rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.4rem;box-shadow:0 2px 8px #60a5fa4d;margin-top:.2rem;width:fit-content;align-self:flex-end}.lawyer-ad-call-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #60a5fa66}.lawyer-ad-call-btn:active{transform:translateY(0)}.lawyer-ad-call-btn svg{flex-shrink:0;fill:currentColor}@media (max-width: 480px){.lawyer-ad-banner{margin:0;padding:.25rem;border-radius:12px}.lawyer-ad-badge{top:.4rem;left:.4rem;padding:.15rem .4rem;font-size:.6rem;border-width:1.5px}.lawyer-ad-content{gap:.8rem}.lawyer-ad-portrait{width:70px;height:70px;border-radius:10px}.lawyer-ad-name{font-size:.9rem}.lawyer-ad-title{font-size:.7rem}.lawyer-ad-specialties{font-size:.65rem}.lawyer-ad-call-btn{padding:.45rem .9rem;font-size:.7rem}}.contact-lawyer-lawyer-avatar{width:54px;height:54px;border-radius:50%;overflow:hidden;background:linear-gradient(145deg,#eef2ff,#e2e8f0);display:flex;align-items:center;justify-content:center;box-shadow:inset 0 1px 2px #fffc,0 1px 4px #0f172a26}.contact-lawyer-lawyer-avatar img{width:100%;height:100%;object-fit:cover}.contact-lawyer-lawyer-avatar svg{width:28px;height:28px;color:#6b7280}.contact-lawyer-page{direction:rtl;padding:0 .4rem;flex:1;min-height:0}.contact-lawyer-top-ad{margin:0 0 .9rem;position:relative}.contact-lawyer-top-ad .lawyer-ad-banner{margin:0;padding:1rem 1rem .95rem;border-radius:20px;border:1px solid rgba(99,102,241,.22);background:linear-gradient(165deg,#fffffff7,#f8fafffa 45%,#f0fdfa59),linear-gradient(135deg,#f8fafc,#eef2ff);box-shadow:0 1px #fffffff2 inset,0 12px 40px -12px #0f172a2e,0 4px 24px -8px #4f46e533;overflow:hidden}.contact-lawyer-top-ad .lawyer-ad-banner:before{height:5px;background:linear-gradient(90deg,#4f46e5,#7c3aed,#0891b2 70%,#6366f1);opacity:1}.contact-lawyer-top-ad .lawyer-ad-badge{top:.65rem;left:.65rem;padding:.28rem .65rem;font-size:.68rem;letter-spacing:.02em;border-radius:999px;border:none;background:linear-gradient(135deg,#4338ca,#6366f1 45%,#0d9488);color:#fff;box-shadow:0 4px 14px #4338ca73,0 0 0 1px #ffffff40 inset}.contact-lawyer-top-ad .lawyer-ad-content{gap:1.05rem;margin-top:.15rem}.contact-lawyer-top-ad .lawyer-ad-portrait{width:86px;height:86px;border-radius:18px;border:2px solid rgba(255,255,255,.95);box-shadow:0 0 0 2px #6366f133,0 8px 28px -6px #4f46e559}.contact-lawyer-top-ad .lawyer-portrait-placeholder{background:linear-gradient(145deg,#eef2ff,#e0e7ff,#ccfbf1);color:#6366f1}.contact-lawyer-top-ad .lawyer-ad-name{font-size:1.08rem;font-weight:800;color:#0f172a;letter-spacing:-.02em;line-height:1.25}.contact-lawyer-top-ad .lawyer-ad-title{font-size:.78rem;color:#475569;font-weight:500}.contact-lawyer-top-ad .lawyer-ad-specialties{font-size:.72rem;color:#64748b;-webkit-line-clamp:2;line-clamp:2}.contact-lawyer-top-ad .lawyer-ad-call-btn{margin-top:.35rem;padding:.55rem 1.15rem;font-size:.78rem;font-weight:800;border-radius:12px;color:#fff;background:linear-gradient(135deg,#4f46e5,#6366f1 42%,#0d9488);box-shadow:0 4px 16px #4f46e56b,0 0 0 1px #fff3 inset;border:none;align-self:flex-end}.contact-lawyer-top-ad .lawyer-ad-call-btn:hover{transform:translateY(-2px);box-shadow:0 8px 28px #4f46e580,0 0 0 1px #ffffff40 inset;filter:brightness(1.05)}.contact-lawyer-top-ad .lawyer-ad-call-btn:active{transform:translateY(0);filter:brightness(.98)}@media (max-width: 480px){.contact-lawyer-top-ad{margin-bottom:.75rem}.contact-lawyer-top-ad .lawyer-ad-banner{padding:.85rem .75rem .8rem;border-radius:16px}.contact-lawyer-top-ad .lawyer-ad-badge{top:.5rem;left:.5rem;padding:.22rem .5rem;font-size:.62rem}.contact-lawyer-top-ad .lawyer-ad-portrait{width:76px;height:76px;border-radius:14px}.contact-lawyer-top-ad .lawyer-ad-name{font-size:.95rem}.contact-lawyer-top-ad .lawyer-ad-call-btn{padding:.48rem 1rem;font-size:.72rem;border-radius:10px}}.contact-lawyer-page .service-description{margin-bottom:.55rem;font-size:.75rem}.contact-lawyer-list{background:#fff;border-radius:14px;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;border:1px solid #e2e8f0;flex:1;min-height:0}.contact-lawyer-list-item{width:100%;display:flex;gap:.75rem;align-items:center;padding:.75rem .7rem;border-bottom:1px solid #eef2f7;cursor:pointer;background:#fff;transition:background-color .18s ease}.contact-lawyer-list-item:last-child{border-bottom:none}.contact-lawyer-list-item:hover{background:#f8fafc}.contact-lawyer-list-avatar-wrap{position:relative;flex-shrink:0}.contact-lawyer-page--lawyer-list-scroll{overflow:hidden;min-height:0}.contact-lawyer-list--main-scroll{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.contact-lawyer-list-time-col{display:flex;flex-direction:column;align-items:flex-end;gap:.22rem;flex-shrink:0}.contact-lawyer-list-unread-badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.1rem;padding:.1rem .38rem;border-radius:8px;font-family:Vazir,sans-serif;font-size:.62rem;font-weight:800;line-height:1.2;color:#15803d;background:#bbf7d0d9}.contact-lawyer-chat-head-link{flex-shrink:0;margin-inline-end:.15rem;padding:.2rem .35rem;border:none;background:transparent;font-family:Vazir,sans-serif;font-size:.68rem;font-weight:700;color:#2563eb;text-decoration:none;cursor:pointer;white-space:nowrap}.contact-lawyer-chat-head-link:hover{text-decoration:underline}.contact-lawyer-chat-head-link:disabled{opacity:.5;cursor:not-allowed}.contact-lawyer-loading,.contact-lawyer-empty{font-family:Vazir,sans-serif;color:#6b7280;text-align:center;padding:.75rem;margin:0;font-size:.75rem}.contact-lawyer-empty-gate{padding:1.25rem 1rem 1.5rem;text-align:center}.contact-lawyer-empty-gate-text{margin:0 0 1rem;line-height:1.85;font-size:.88rem;font-weight:600;color:#334155}.contact-lawyer-empty-gate-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;width:100%;max-width:280px;margin:0 auto;box-sizing:border-box}.contact-lawyer-list-main{min-width:0;flex:1}.contact-lawyer-list-top,.contact-lawyer-list-bottom{display:flex;align-items:center;justify-content:space-between;gap:.55rem}.contact-lawyer-list-top{margin-bottom:.23rem}.contact-lawyer-list-name{font-size:.88rem;font-weight:700;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contact-lawyer-list-time{color:#64748b;font-size:.72rem;flex-shrink:0}.contact-lawyer-list-preview{color:#475569;font-size:.77rem;line-height:1.6;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contact-lawyer-chat-screen{display:flex;flex-direction:column;flex:1;min-height:0}.contact-lawyer-chat-head{display:flex;align-items:center;gap:.45rem;background:var(--bg-elevated, #fff);border:1px solid var(--border, #e2e8f0);border-radius:10px;padding:.26rem .5rem;margin-bottom:.35rem}.contact-lawyer-chat-head-avatar-btn{border:none;background:transparent;padding:0;cursor:pointer;border-radius:999px}.contact-lawyer-chat-head-avatar{width:28px;height:28px;border-radius:50%;overflow:hidden;background:var(--bg-subtle, #e2e8f0);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.contact-lawyer-chat-head-avatar img{width:100%;height:100%;object-fit:cover}.contact-lawyer-chat-head-avatar svg{width:15px;height:15px;color:#64748b}.chat-history-container.maximized .contact-lawyer-chat-head{position:sticky;top:0;z-index:100;box-shadow:0 2px 4px #0000000d}body.chat-maximized .contact-lawyer-page>.btn-back-sticky{display:none!important}.contact-lawyer-chat-back{width:28px;height:28px;border:none;border-radius:8px;background:#eef2ff;color:#1e3a8a;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.contact-lawyer-chat-back svg{width:16px;height:16px}.contact-lawyer-chat-head-info{min-width:0;flex:1;overflow:hidden}.contact-lawyer-chat-head-name{color:var(--text, #0f172a);font-size:.8rem;font-weight:700;line-height:1.2;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contact-lawyer-chat-wrap{flex:1;min-height:0;display:flex;flex-direction:column}.contact-lawyer-prompt-wrap{flex:1;display:flex;align-items:center;justify-content:center;padding:1.5rem}.contact-lawyer-prompt{font-family:Vazir,sans-serif;color:#6b7280;text-align:center;margin:0;font-size:.56rem}.contact-lawyer-messages-wrap{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.contact-lawyer-welcome{padding:1rem .8rem;margin:0 .8rem 1rem;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #bfdbfe;border-radius:12px}.contact-lawyer-welcome-text{font-family:Vazir,sans-serif;font-size:.7rem;color:#1e40af;margin:0;white-space:pre-line;line-height:1.6}.contact-lawyer-pending-reply{font-style:italic;color:#6b7280!important}.contact-lawyer-answered-badge{display:inline-flex;align-items:center;gap:.25rem;margin-right:.35rem;color:#059669;font-weight:700}.contact-lawyer-badge-text{font-size:.7rem;font-weight:500}.contact-lawyer-edited-badge{color:#64748b;font-weight:500}.contact-lawyer-edited-badge svg{display:inline-block;vertical-align:middle;flex-shrink:0}.contact-lawyer-chat-wrap .chat-message-avatar-lawyer img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.contact-lawyer-chat-wrap .chat-message-avatar{font-size:1.5rem;line-height:1;display:flex;align-items:center;justify-content:center}.contact-lawyer-chat-wrap .chat-message-text p{font-size:.84rem}.contact-lawyer-chat-wrap .chat-message-meta{font-size:.6rem;color:#6b7280}.contact-lawyer-chat-wrap .chat-input-actions{display:inline-flex!important;visibility:visible!important;opacity:1!important;gap:.22rem}.contact-lawyer-chat-wrap .chat-input-actions.is-recording-mode{width:100%;justify-content:stretch;padding:.28rem .4rem;border:1px solid var(--border-strong, #c7d2fe);background:linear-gradient(180deg,var(--bg-elevated, #f8fafc),var(--bg-subtle, #eef2ff));border-radius:12px}.contact-lawyer-recording-toolbar{display:flex;flex-direction:row;align-items:center;width:100%;gap:.45rem;direction:rtl}.contact-lawyer-send-voice-btn{flex-shrink:0;border:none;border-radius:10px;padding:.38rem .85rem;font-size:.8rem;font-weight:700;font-family:inherit;cursor:pointer;background:linear-gradient(135deg,#0f766e,#0d9488);color:#fff;box-shadow:0 2px 8px #0d948847}.contact-lawyer-send-voice-btn:hover:not(:disabled){filter:brightness(1.05)}.contact-lawyer-send-voice-btn:disabled{opacity:.55;cursor:not-allowed}.contact-lawyer-hidden-input{display:none}.contact-lawyer-attach-btn{width:31px;height:31px;border:none;border-radius:10px;background:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;margin-inline-end:.05rem;color:var(--text-muted, #64748b)}.contact-lawyer-attach-btn svg{width:18px;height:18px}.contact-lawyer-attachment-link{display:inline-flex;align-items:center;gap:.35rem;border:none;cursor:pointer;margin-top:.45rem;color:var(--text, #1f2937);background:var(--bg-subtle, #e2e8f0);padding:.25rem .5rem;border-radius:8px;text-decoration:none;font-size:.78rem;font-weight:700;max-width:100%;box-sizing:border-box}.contact-lawyer-attachment-filename{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:100%}.contact-lawyer-attachment-link:disabled{opacity:.75;cursor:not-allowed}.contact-lawyer-download-spinner{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center}.contact-lawyer-download-spinner .loading-spinner{width:14px;height:14px;border-width:2px}.contact-lawyer-voice-player{margin-top:.45rem;width:min(260px,100%);display:flex;align-items:center;gap:.4rem;background:linear-gradient(180deg,var(--bg-subtle, #f8fafc),var(--bg-muted, #eef2f7));border:1px solid var(--border, #dbe3ee);border-radius:14px;padding:.36rem .48rem;box-shadow:inset 0 1px #ffffff0f}.contact-lawyer-voice-play-btn{width:30px;height:30px;border:none;border-radius:50%;background:#dbeafe;color:#1d4ed8;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0}.contact-lawyer-voice-play-btn svg{width:18px;height:18px;fill:currentColor}.contact-lawyer-voice-track{position:relative;flex:1;height:4px;border-radius:999px;background:#cbd5e1;overflow:hidden}.contact-lawyer-voice-progress{position:absolute;inset:0 auto 0 0;height:100%;background:#64748b}.contact-lawyer-voice-time{font-size:.66rem;color:var(--text-secondary, #1e293b);min-width:4.9rem;text-align:center;font-weight:700}.contact-lawyer-recording-indicator{flex:1 1 auto;display:flex;align-items:center;justify-content:center;gap:.35rem;font-size:.78rem;color:var(--text-secondary, #334155);font-weight:600;text-align:center;min-width:0}.contact-lawyer-cancel-record-btn{flex-shrink:0;border:1px solid var(--border-strong, #cbd5e1);background:var(--bg-elevated, #fff);color:var(--text-secondary, #475569);border-radius:10px;padding:.35rem .72rem;font-size:.8rem;font-weight:700;font-family:inherit;cursor:pointer}.contact-lawyer-cancel-record-btn:hover{background:var(--bg-muted, #f1f5f9);border-color:var(--border, #94a3b8);color:var(--text, #334155)}.contact-lawyer-recording-dot{width:8px;height:8px;border-radius:50%;background:#ef4444;box-shadow:0 0 #ef44448c;animation:contactLawyerPulse 1.15s ease-in-out infinite}@keyframes contactLawyerPulse{0%{box-shadow:0 0 #ef44448c}70%{box-shadow:0 0 0 8px #ef444400}to{box-shadow:0 0 #ef444400}}.contact-lawyer-lawyer-chip-info{width:28px;height:28px;border-radius:9px;background:#eff6ff;border:1px solid #bfdbfe;color:#2563eb;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;flex-shrink:0;transition:all .2s ease}.contact-lawyer-lawyer-chip-info svg{width:14px;height:14px}.contact-lawyer-lawyer-chip-info:hover{background:#dbeafe;border-color:#93c5fd}.contact-lawyer-lawyer-chip-info:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.contact-lawyer-chat-wrap .contact-lawyer-date-divider{display:flex;align-items:center;gap:.55rem;margin:.65rem 0 .5rem;direction:rtl}.contact-lawyer-chat-wrap .contact-lawyer-date-divider-line{flex:1;height:1px;background:linear-gradient(90deg,transparent,#cbd5e1 18%,#cbd5e1 82%,transparent);min-width:.5rem}.contact-lawyer-chat-wrap .contact-lawyer-date-divider-label{flex-shrink:0;font-size:.68rem;font-weight:700;color:#64748b;letter-spacing:.02em}.contact-lawyer-chat-wrap .chat-message-text{position:relative;display:flex;flex-direction:column;align-items:stretch;padding-bottom:.15rem}.contact-lawyer-read-ticks{position:absolute;left:.45rem;bottom:.28rem;display:inline-flex;align-items:center;justify-content:center;color:#94a3b8;line-height:1;pointer-events:none}.contact-lawyer-read-ticks svg{display:block;flex-shrink:0}.contact-lawyer-chat-wrap .chat-message-user .contact-lawyer-read-ticks{left:auto;right:.45rem}.contact-lawyer-read-ticks--read{color:#16a34a}.contact-lawyer-chat-wrap .contact-lawyer-msg-time{display:block;margin-top:.38rem;font-size:.64rem;font-weight:600;line-height:1.2;letter-spacing:.03em}.contact-lawyer-chat-wrap .contact-lawyer-msg-time--user{align-self:flex-end;color:#0f172a9e;padding-inline-end:.15rem}.contact-lawyer-chat-wrap .contact-lawyer-msg-time--lawyer{align-self:flex-start;color:#64748b}.profiles-composer{width:100%;max-width:560px;margin:0 auto;display:flex;flex-direction:column;gap:.95rem;direction:rtl}.profiles-composer-hero{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:.85rem;padding:1.05rem 1.1rem;border-radius:18px;background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid rgba(148,163,184,.32);box-shadow:0 1px #ffffffe6 inset,0 6px 18px -10px #0f172a2e}.profiles-composer-hero-text{flex:1;min-width:0;text-align:right}.profiles-composer-hero-title{margin:0 0 .35rem;font-size:1.16rem;font-weight:800;line-height:1.6;color:#0f172a}.profiles-composer-hero-subtitle{margin:0;font-size:.84rem;font-weight:500;line-height:1.85;color:#475569}.profiles-composer-hero-icon{flex:0 0 auto;width:56px;height:56px;border-radius:16px;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:1px solid rgba(29,78,216,.55);color:#fff;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 1px #ffffff40 inset,0 8px 18px -8px #1d4ed88c}.profiles-composer-hero-icon svg{width:36px;height:36px}.profiles-composer-input{display:flex;flex-direction:column;gap:.55rem;padding:.85rem .95rem .75rem;background:#fff;border:1px solid #cbd5e1;border-radius:18px;box-shadow:0 1px #ffffffe6 inset,0 6px 18px -14px #0f172a29;transition:border-color .18s ease,box-shadow .18s ease}.profiles-composer-input:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f62e,0 6px 18px -14px #0f172a2e}.profiles-composer-input.is-recording{border-color:#dc26268c;background:linear-gradient(180deg,#fff7f7,#fff)}.profiles-composer-textarea{width:100%;min-height:80px;border:none;outline:none;resize:vertical;font-family:inherit;font-size:.95rem;line-height:1.5;color:#0f172a;background:transparent;padding:.15rem .05rem;border-radius:10px}.profiles-composer-textarea::placeholder{color:#94a3b8;font-weight:500}.profiles-composer-input-footer{display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between;gap:.6rem;padding-top:.4rem;border-top:1px dashed rgba(148,163,184,.4)}.profiles-composer-mic{width:2.4rem;height:2.4rem;border-radius:999px;border:1px solid rgba(59,130,246,.35);background:#eff6ff;color:#1d4ed8;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .12s ease,background .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease;flex-shrink:0;box-shadow:0 2px 8px #3b82f62e}.profiles-composer-mic svg{width:1.15rem;height:1.15rem}.profiles-composer-mic:hover:not(:disabled){background:#dbeafe;transform:scale(1.04)}.profiles-composer-mic:active:not(:disabled){transform:scale(.96)}.profiles-composer-mic:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.profiles-composer-mic.is-recording{background:#fee2e2;color:#b91c1c;border-color:#dc26268c;box-shadow:0 0 0 6px #f871712e;animation:profilesComposerMicPulse 1.15s ease-in-out infinite}.profiles-composer-mic.has-clip{background:#ecfdf5;color:#047857;border-color:#10b9818c;box-shadow:0 0 0 4px #6ee7b738}.profiles-composer-mic-status{flex:1;min-width:0;font-size:.8rem;font-weight:600;text-align:right;line-height:1.5}.profiles-composer-mic-status-idle{color:#94a3b8}.profiles-composer-mic-status-rec{color:#b91c1c;display:inline-flex;align-items:center;gap:.35rem}.profiles-composer-mic-status-ready{color:#047857}.profiles-composer-mic-dot{width:8px;height:8px;border-radius:999px;background:#ef4444;box-shadow:0 0 0 3px #f8717159;animation:profilesComposerMicDot 1.15s ease-in-out infinite}.profiles-composer-tips{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem}.profiles-composer-tip{display:flex;flex-direction:row;align-items:stretch;gap:.85rem;padding:.85rem 1rem;background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid rgba(148,163,184,.32);border-radius:14px;box-shadow:0 1px #ffffffd9 inset}.profiles-composer-tip-divider{flex:0 0 auto;width:1px;align-self:stretch;background:linear-gradient(180deg,#94a3b800,#94a3b88c 18%,#94a3b88c 82%,#94a3b800)}.profiles-composer-tip-icon{flex:0 0 auto;width:3rem;height:3rem;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;align-self:center;border:1px solid transparent}.profiles-composer-tip-icon svg{width:1.55rem;height:1.55rem}.profiles-composer-tip-icon-info{background:#eff6ff;border-color:#3b82f652;color:#1d4ed8}.profiles-composer-tip-icon-list{background:#ecfeff;border-color:#0ea5e952;color:#0e7490}.profiles-composer-tip-icon-shield{background:#f5f3ff;border-color:#8b5cf659;color:#6d28d9}.profiles-composer-tip-text{flex:1;min-width:0;font-size:.83rem;line-height:1.5;font-weight:500;color:#334155;text-align:justify;text-justify:inter-word}.profiles-composer-submit{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:.85rem 1.1rem;border:none;border-radius:14px;font-family:inherit;font-size:.98rem;font-weight:800;letter-spacing:.01em;color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 1px #ffffff40 inset,0 8px 22px -10px #1d4ed88c;cursor:pointer;transition:transform .12s ease,filter .18s ease,box-shadow .18s ease;-webkit-tap-highlight-color:transparent}.profiles-composer-submit:hover:not(:disabled){filter:brightness(1.05)}.profiles-composer-submit:active:not(:disabled){transform:translateY(1px)}.profiles-composer-submit:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.profiles-composer-submit-icon{width:1.15rem;height:1.15rem;transform:scaleX(-1)}.profiles-composer-error{margin:-.2rem 0 0;padding:.55rem .7rem;font-size:.83rem;line-height:1.75;color:#b91c1c;background:#fef2f2;border:1px solid rgba(248,113,113,.45);border-radius:10px;text-align:justify;text-justify:inter-word}@keyframes profilesComposerMicPulse{0%,to{box-shadow:0 0 0 4px #f8717129}50%{box-shadow:0 0 0 8px #f8717147}}@keyframes profilesComposerMicDot{0%,to{opacity:.85;transform:scale(1)}50%{opacity:.4;transform:scale(.75)}}.profiles-processing{width:100%;max-width:560px;margin:0 auto;display:flex;flex-direction:column;gap:1rem;direction:rtl}.profiles-processing-hero{text-align:center;padding:0 .25rem}.profiles-processing-title{margin:0 0 .45rem;font-size:1.18rem;font-weight:800;line-height:1.55;color:#0f172a}.profiles-processing-subtitle{margin:0;font-size:.86rem;font-weight:500;line-height:1.85;color:#475569}.profiles-processing-illu{position:relative;width:130px;height:130px;margin:.25rem auto .1rem;display:flex;align-items:center;justify-content:center}.profiles-processing-illu-ring{position:absolute;border-radius:999px;border:1px dashed rgba(59,130,246,.35);pointer-events:none}.profiles-processing-illu-ring-1{width:130px;height:130px;animation:profilesProcessingRingSpin 14s linear infinite}.profiles-processing-illu-ring-2{width:100px;height:100px;border-color:#6366f152;animation:profilesProcessingRingSpin 11s linear infinite reverse}.profiles-processing-illu-ring-3{width:78px;height:78px;border-style:solid;border-color:#3b82f62e;background:radial-gradient(closest-side,rgba(219,234,254,.55),transparent 75%);animation:profilesProcessingRingPulse 2.4s ease-in-out infinite}.profiles-processing-illu-folder{position:relative;z-index:1;width:60px;height:60px;display:inline-flex;align-items:center;justify-content:center;color:#1d4ed8;filter:drop-shadow(0 6px 14px rgba(29,78,216,.35))}.profiles-processing-illu-folder svg{width:100%;height:100%}.profiles-processing-pill{display:inline-flex;align-items:center;gap:.55rem;align-self:center;padding:.55rem .95rem;border-radius:999px;background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid rgba(148,163,184,.45);color:#1e3a8a;font-size:.85rem;font-weight:700;line-height:1.55;box-shadow:0 1px #ffffffd9 inset,0 8px 18px -12px #0f172a2e}.profiles-processing-pill-dots{display:inline-flex;align-items:center;gap:.18rem}.profiles-processing-pill-dots span{width:5px;height:5px;border-radius:999px;background:#2563eb;opacity:.35;animation:profilesProcessingDots 1.15s ease-in-out infinite}.profiles-processing-pill-dots span:nth-child(2){animation-delay:.16s}.profiles-processing-pill-dots span:nth-child(3){animation-delay:.32s}.profiles-processing-pill-text{white-space:nowrap}.profiles-processing-steps{margin-top:.35rem;padding:.95rem .85rem .4rem;background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid rgba(148,163,184,.32);border-radius:16px;box-shadow:0 1px #ffffffd9 inset}.profiles-processing-steps-title{margin:0 0 .65rem;text-align:center;font-size:.95rem;font-weight:800;color:#0f172a}.profiles-processing-steps-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.profiles-processing-step{position:relative;display:grid;grid-template-columns:auto 1fr auto auto;grid-template-rows:auto auto;column-gap:.7rem;row-gap:.15rem;align-items:center;padding:.65rem .4rem;border-bottom:1px dashed rgba(148,163,184,.35)}.profiles-processing-step:last-child{border-bottom:none}.profiles-processing-step-icon{grid-column:1;grid-row:1 / -1;align-self:center;width:2.1rem;height:2.1rem;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:#f1f5f9;border:1px solid rgba(148,163,184,.4);color:#475569}.profiles-processing-step-icon svg{width:1.1rem;height:1.1rem}.profiles-processing-step.is-done .profiles-processing-step-icon{background:#ecfdf5;color:#047857;border-color:#10b98173}.profiles-processing-step.is-active .profiles-processing-step-icon{background:#eff6ff;color:#1d4ed8;border-color:#3b82f673;box-shadow:0 0 0 3px #60a5fa2e}.profiles-processing-step-body,.profiles-processing-step-head{display:contents}.profiles-processing-step-title{grid-column:2;grid-row:1;align-self:center;min-width:0;font-size:.86rem;font-weight:800;color:#0f172a;line-height:1.6;text-align:right}.profiles-processing-step.is-active .profiles-processing-step-title{color:#1d4ed8}.profiles-processing-step.is-done .profiles-processing-step-title{color:#065f46}.profiles-processing-step-marker{grid-column:3;grid-row:1;align-self:center;width:1.25rem;height:1.25rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center}.profiles-processing-step-marker-done{background:#16a34a;color:#fff}.profiles-processing-step-marker-done svg{width:.8rem;height:.8rem}.profiles-processing-step-marker-active{background:transparent;border:2px dashed #2563eb;animation:profilesProcessingMarkerSpin 1.6s linear infinite}.profiles-processing-step-marker-pending{background:transparent;border:1.5px solid #cbd5e1}.profiles-processing-step-desc{grid-column:2 / -1;grid-row:2;margin:0;font-size:.78rem;font-weight:500;line-height:1.7;color:#64748b;text-align:right}.profiles-processing-step-num{grid-column:4;grid-row:1;align-self:center;width:1.65rem;height:1.65rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:800;font-family:inherit;background:#f1f5f9;color:#64748b;border:1px solid rgba(148,163,184,.45)}.profiles-processing-step.is-done .profiles-processing-step-num{background:#d1fae5;color:#047857;border-color:#10b98173}.profiles-processing-step.is-active .profiles-processing-step-num{background:#dbeafe;color:#1d4ed8;border-color:#3b82f673}.profiles-processing-footer{display:flex;flex-direction:row;align-items:center;margin-top:-.65rem;gap:.55rem;padding:.55rem .85rem;border-radius:12px;background:linear-gradient(180deg,#fefce8,#fef9c3);border:1px solid rgba(202,138,4,.32);color:#854d0e}.profiles-processing-footer-icon{width:1.65rem;height:1.65rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#fde68a;color:#854d0e;flex:0 0 auto}.profiles-processing-footer-icon svg{width:.95rem;height:.95rem}.profiles-processing-footer-text{font-size:.82rem;font-weight:600;line-height:1.7;text-align:right}@keyframes profilesProcessingDots{0%,80%,to{transform:translateY(0);opacity:.3}40%{transform:translateY(-2px);opacity:1}}@keyframes profilesProcessingRingSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes profilesProcessingRingPulse{0%,to{transform:scale(1);opacity:.85}50%{transform:scale(1.06);opacity:1}}@keyframes profilesProcessingMarkerSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.profiles-page{max-width:var(--content-max, 400px);width:100%;margin:0 auto;padding:0;padding-bottom:2.5rem;direction:rtl}.profiles-page--referred-stack .profiles-layout-shell,.profiles-page--pending-stack .profiles-layout-shell{min-height:auto}.profiles-page--referred-stack .profiles-center-content,.profiles-page--pending-stack .profiles-center-content{flex:1 1 auto;justify-content:flex-start;gap:.85rem}.profiles-layout-shell{min-height:calc(100vh - 210px);display:flex;flex-direction:column}.profiles-top-link-card{position:relative;z-index:2;width:100%;max-width:560px;box-sizing:border-box;margin:.5rem auto 1.1rem}.profiles-center-content{position:relative;z-index:0;flex:1;display:flex;flex-direction:column;justify-content:center}.profiles-closed-history-open-wrap{width:100%;max-width:560px;margin:0 auto .85rem;box-sizing:border-box}.profiles-closed-history-open-btn{width:100%;border:none;cursor:pointer;padding:0;margin:0;border-radius:14px;background:transparent;text-align:inherit}.profiles-closed-history-open-btn-inner{display:flex;align-items:center;gap:.55rem;width:100%;padding:.72rem .95rem;box-sizing:border-box;border-radius:14px;border:1px solid rgba(15,118,110,.32);background:linear-gradient(180deg,#f0fdfa,#ecfdf5);color:#0f766e;box-shadow:0 2px 14px #0d94881f;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.profiles-closed-history-open-btn:hover .profiles-closed-history-open-btn-inner{border-color:#0f766e80;box-shadow:0 4px 18px #0d94882e}.profiles-closed-history-open-btn:active .profiles-closed-history-open-btn-inner{transform:scale(.992)}.profiles-closed-history-open-icon{display:inline-flex;flex-shrink:0}.profiles-closed-history-open-icon svg{width:1.45rem;height:1.45rem}.profiles-closed-history-open-label{flex:1;font-size:.93rem;font-weight:800;color:#0f172a;text-align:right}.profiles-closed-archive-overlay-panel .profiles-overlay-title{padding-left:2.55rem}.profiles-closed-archive-list--overlay{padding:0;gap:.55rem}.profiles-closed-archive{width:100%;max-width:560px;margin:0 auto 1.15rem;padding:0;box-sizing:border-box;border-radius:14px;border:1px solid rgba(71,85,105,.14);background:#fff;box-shadow:0 4px 22px #0f172a0f;overflow:hidden}.profiles-closed-archive-header{display:flex;align-items:center;gap:.5rem;padding:.72rem .88rem;background:linear-gradient(95deg,#0f766e,#0d9488 52%,#14b8a6);color:#ecfeff}.profiles-closed-archive-header-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:1.85rem;height:1.85rem;border-radius:10px;background:#ffffff29}.profiles-closed-archive-header-icon svg{width:1.08rem;height:1.08rem}.profiles-closed-archive-title{margin:0;font-size:.92rem;font-weight:800;letter-spacing:.01em}.profiles-closed-archive-list{list-style:none;margin:0;display:flex;flex-direction:column;gap:.65rem}.profiles-closed-archive-card{border-radius:12px;border:1px solid rgba(148,163,184,.35);background:linear-gradient(180deg,#fafafa,#fff);padding:.68rem .72rem;box-shadow:0 1px #ffffffd9 inset}.profiles-closed-archive-card--inactive{border-color:#d9770661;background:linear-gradient(180deg,#fffbeb,#fff);box-shadow:0 1px #fffbebe0 inset}.profiles-closed-archive-status-note{margin:-.15rem 0 .48rem;font-size:.72rem;font-weight:800;color:#b45309;letter-spacing:.02em}.profiles-closed-archive-inactive-note{margin:0;font-size:.74rem;line-height:1.55;color:#64748b}.profiles-closed-archive-dates--inactive{background:#fef3c78c;border-color:#f59e0b4d}.profiles-closed-archive-card-title{margin:0 0 .55rem;font-size:.87rem;font-weight:800;color:#0f172a;line-height:1.4}.profiles-closed-archive-lawyer{margin:0 0 .62rem;font-size:.79rem;line-height:1.55;color:#334155}.profiles-closed-archive-lawyer-label{font-weight:700;color:#475569}.profiles-closed-archive-lawyer-name{font-weight:600;color:#0f172a}.profiles-closed-archive-dates{display:flex;flex-direction:column;gap:.38rem;margin:0 0 .65rem;padding:.5rem .55rem;border-radius:10px;background:#f0fdfaa6;border:1px solid rgba(45,212,191,.22)}.profiles-closed-archive-date-row{display:grid;grid-template-columns:auto 1fr;gap:.35rem .75rem;align-items:baseline;font-size:.76rem;line-height:1.45}.profiles-closed-archive-date-row--secondary{opacity:.92;padding-top:.2rem;border-top:1px dashed rgba(100,116,139,.25);margin-top:.08rem}.profiles-closed-archive-date-label{font-weight:700;color:#475569;white-space:nowrap}.profiles-closed-archive-date-value{font-weight:600;color:#1e293b;word-break:break-word;direction:rtl;unicode-bidi:isolate;text-align:right}.profiles-closed-archive-date-value--emph{color:#0f766e}.profiles-closed-archive-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem}.profiles-closed-archive-link{flex:1 1 auto;min-width:8.5rem;text-align:center;padding:.38rem .65rem;font-size:.78rem;font-weight:700;border-radius:9px;text-decoration:none;color:#fff;background:linear-gradient(135deg,#0d9488,#0f766e);border:1px solid rgba(15,118,110,.35)}.profiles-closed-archive-link:hover{filter:brightness(1.06)}.profiles-closed-archive-copy{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:2.05rem;height:2.05rem;padding:0;border:1px solid rgba(37,99,235,.4);border-radius:10px;background:#ffffffd9;color:#1d4ed8;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.profiles-closed-archive-copy:hover{background:#fff;border-color:#2563eb;color:#1e3a8a}.profiles-closed-archive-copy:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.profiles-closed-archive-copy svg{width:1.05rem;height:1.05rem}.profiles-closed-archive-rating-row{display:flex;flex-direction:column;align-items:stretch;gap:.45rem;margin-top:.72rem;padding-top:.72rem;border-top:1px dashed rgba(148,163,184,.45)}.profiles-closed-archive-rating-heading{font-size:.8rem;font-weight:800;color:#334155;text-align:right}.profiles-lawyer-rating-stars{display:inline-flex;align-items:center;justify-content:center;gap:.12rem;direction:ltr;unicode-bidi:plaintext;align-self:center}.profiles-lawyer-rating-stars--interactive{flex-wrap:nowrap}.profiles-lawyer-rating-star,.profiles-lawyer-rating-star-btn{line-height:1;font-size:1.42rem;letter-spacing:0;-webkit-user-select:none;user-select:none}.profiles-lawyer-rating-star--on,.profiles-lawyer-rating-star-btn--on{color:#fbbf24;text-shadow:0 0 1px rgba(217,119,6,.35)}.profiles-lawyer-rating-star--off{color:#94a3b873}.profiles-lawyer-rating-star-btn{margin:0;padding:0;border:none;background:transparent;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:transform .12s ease}.profiles-lawyer-rating-star-btn--off{color:#94a3b880}.profiles-lawyer-rating-star-btn:hover{transform:scale(1.08)}.profiles-lawyer-rating-star-btn:focus-visible{outline:2px solid #f59e0b;outline-offset:3px;border-radius:4px}.profiles-lawyer-rating-modal-stars-summary{display:flex;justify-content:center;margin:.35rem auto 1rem}.profiles-lawyer-rating-comment-label{display:block;font-size:.88rem;font-weight:600;color:#334155;line-height:1.55;text-align:justify;margin-bottom:.55rem}.profiles-lawyer-rating-comment-input{width:100%;box-sizing:border-box;margin-bottom:1rem;padding:.55rem .62rem;font-size:.92rem;border-radius:10px;border:1px solid rgba(71,85,105,.25);background:#fafafa}.profiles-lawyer-rating-submit-btn{margin-top:.25rem}.profiles-overlay-panel .profiles-lawyer-rating-submit-btn{max-width:none}.profiles-page--seed-stack .profiles-layout-shell{min-height:auto}.profiles-page--seed-stack .profiles-center-content{flex:1 1 auto;justify-content:flex-start;transform:none;padding-top:.4rem}.profiles-cta-primary{width:100%;max-width:560px;margin:0 auto;padding:.62rem 1.25rem;font-size:.93rem;font-weight:600;letter-spacing:.01em;line-height:1.3;border:1px solid rgba(109,40,217,.35);border-radius:12px;background:linear-gradient(135deg,#4338ca,#6366f1);color:#fff;cursor:pointer;box-shadow:0 2px 8px #5b21b638;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease,transform .12s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.profiles-cta-primary:hover:not(:disabled){background:#7c3aed;border-color:#5b21b673;box-shadow:0 3px 12px #5b21b647}.profiles-cta-primary:active:not(:disabled){transform:translateY(1px);box-shadow:0 1px 4px #5b21b633}.profiles-cta-primary:focus-visible{outline:2px solid #c4b5fd;outline-offset:2px}.profiles-cta-primary:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none;border-color:#8b5cf640}.profiles-muted{color:#64748b;font-size:.92rem;line-height:1.75;text-align:center;padding:1.5rem .5rem}.profiles-seed-wrap{max-width:560px;margin:0 auto;display:grid;gap:.65rem}.profiles-seed-desc{margin:0;color:#1e3a8a;font-size:.91rem;line-height:1.8;background:linear-gradient(180deg,#eff6ff,#dbeafe);border:1px solid #93c5fd;border-radius:10px;padding:.48rem .62rem;box-shadow:inset 0 1px #ffffffd9}.profiles-seed-textarea{width:100%;min-height:96px;padding:.75rem .85rem;border-radius:10px;border:1px solid #cbd5e1;font-family:inherit;font-size:.85rem;resize:vertical}.profiles-seed-loading{display:flex;justify-content:center;gap:.4rem;padding:.45rem 0 .1rem}.profiles-seed-loading-dot{width:10px;height:10px;border-radius:999px;background:#8b5cf6;opacity:.28;animation:profilesDots 1.15s ease-in-out infinite;box-shadow:0 0 0 1px #a78bfa59}.profiles-seed-loading-dot:nth-child(2){animation-delay:.16s}.profiles-seed-loading-dot:nth-child(3){animation-delay:.32s}.profiles-seed-error{margin:.1rem 0 0;color:#dc2626;font-size:.82rem;line-height:1.75;text-align:right}.profiles-referred-wrap{width:100%;max-width:min(560px,100%);margin:0 auto;text-align:center}.profiles-referred-notices-stack{display:flex;flex-direction:column;align-items:stretch;gap:.72rem;width:100%;max-width:min(560px,100%);margin:0 auto;color:#334155;font-size:.94rem;line-height:1.9;text-align:right}.profiles-referred-notice-justify-body{flex:1;min-width:0;text-align:justify;text-align-last:start;text-justify:inter-word}.profiles-referred-time-row{display:inline-flex;align-items:center;gap:.52rem;font-weight:600}.profiles-referred-time-notice{display:flex;width:100%;box-sizing:border-box;margin:0;padding:.34rem .58rem;border-radius:10px;background:linear-gradient(180deg,#fff7ed,#ffedd5);border:1px solid #fdba74;color:#9a3412;box-shadow:inset 0 1px #fffc}.profiles-referred-main-notice{display:flex;width:100%;box-sizing:border-box;margin:0;padding:.34rem .58rem;border-radius:10px;background:linear-gradient(180deg,#ecfdf5,#dcfce7);border:1px solid #86efac;color:#166534;box-shadow:inset 0 1px #ffffffd9}.profiles-referred-time-icon{width:1.42rem;height:1.42rem;flex:0 0 auto}.profiles-referred-lawyers-count-notice{display:flex;flex-direction:row;align-items:center;gap:.52rem;width:100%;box-sizing:border-box;margin:0;padding:.4rem .62rem;border-radius:10px;background:linear-gradient(180deg,#eff6ff,#dbeafe);border:1px solid #93c5fd;color:#1e3a8a;box-shadow:inset 0 1px #ffffffe6;font-weight:600;font-size:.94rem;line-height:1.75}.profiles-referred-lawyers-count-icon{color:#2563eb;flex:0 0 auto}.profiles-referred-lawyers-count-text{flex:1;min-width:0}.profiles-referred-lawyers-count-badge{display:inline-block;font-weight:800;font-size:.82em;line-height:1.35;padding:.12rem .45rem .14rem;border-radius:999px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 1px 3px #2563eb59;vertical-align:baseline;margin:0 .06em}.profiles-referred-link-notice{display:flex;flex-direction:column;align-items:stretch;gap:.48rem;width:100%;max-width:100%;box-sizing:border-box;margin:0;padding:.4rem .62rem;border-radius:10px;background:linear-gradient(180deg,#eff6ff,#dbeafe);border:1px solid #93c5fd;color:#1e3a8a;box-shadow:inset 0 1px #ffffffe6;text-align:justify;text-align-last:start;text-justify:inter-word}.profiles-referred-link-notice .profiles-referred-link{text-align:start;direction:ltr;unicode-bidi:plaintext}.profiles-referred-link-notice-head{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.5rem;width:100%;min-width:0;font-weight:700;font-size:.88rem;color:#1e40af;line-height:1.45}.profiles-referred-link-notice-label{display:inline-flex;align-items:center;gap:.48rem;min-width:0;flex:1}.profiles-referred-link-notice-title-text{flex:1;min-width:0}.profiles-referred-link-copy-btn{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:1px solid rgba(37,99,235,.35);border-radius:10px;background:#ffffffbf;color:#2563eb;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.profiles-referred-link-copy-btn:hover{background:#fff;border-color:#3b82f6;color:#1d4ed8}.profiles-referred-link-copy-btn:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.profiles-referred-link-copy-btn svg{width:1.05rem;height:1.05rem}.profiles-referred-link-notice-icon{width:1.42rem;height:1.42rem;flex:0 0 auto;color:#2563eb}.profiles-referred-link{font-family:ui-monospace,Cascadia Code,Cascadia Mono,Segoe UI Mono,Roboto Mono,Noto Sans Mono,Menlo,Consolas,monospace;color:#1d4ed8;font-size:.74rem;font-weight:500;letter-spacing:.025em;line-height:1.55;word-break:break-all;overflow-wrap:anywhere;text-decoration:none;display:block;text-align:left;direction:ltr;unicode-bidi:plaintext;padding:.28rem .4rem;margin:0 -.15rem;border-radius:8px;background:#ffffff8c;border:1px solid rgba(147,197,253,.65)}.profiles-referred-link:hover{color:#1e3a8a;background:#ffffffd9;border-color:#60a5fa}.profiles-overlay-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;z-index:2000;display:flex;align-items:flex-end;justify-content:center;padding:0}.profiles-overlay-panel{background:#fff;width:100%;max-width:520px;max-height:88vh;overflow:auto;border-radius:16px 16px 0 0;padding:1.25rem 1.25rem 1.5rem;box-shadow:0 -8px 32px #0000001f;position:relative}.profiles-overlay-backdrop.profiles-lawyer-rating-modal-backdrop{z-index:2200;align-items:center;justify-content:center;padding:1rem}.profiles-overlay-panel.profiles-lawyer-rating-modal-panel{margin:auto;border-radius:16px;width:calc(100% - 2rem);max-width:460px;max-height:min(92vh,520px)}.profiles-idle-notice-backdrop{z-index:2300;align-items:center;justify-content:center;padding:1rem}.profiles-overlay-panel.profiles-idle-notice-panel{margin:auto;border-radius:16px;width:calc(100% - 2rem);max-width:420px;max-height:min(90vh,560px)}.profiles-idle-notice-body{margin:0 0 1.1rem;font-size:.84rem;line-height:1.65;color:#334155;text-align:justify;direction:rtl}.profiles-idle-notice-body p{margin:0 0 .65rem}.profiles-idle-notice-lead{font-weight:700;color:#0f172a}.profiles-idle-notice-list{margin:.35rem 0 0;padding:0 1.1rem 0 0;list-style:disc}.profiles-idle-notice-list li{margin-bottom:.35rem}.profiles-idle-notice-ok{width:100%;margin-top:.15rem}.profiles-overlay-title{font-size:1.1rem;font-weight:700;margin:.4rem 0 .75rem;color:#0f172a;text-align:right}.profiles-overlay-close-x{position:absolute;top:.8rem;left:.8rem;width:2rem;height:2rem;border:none;border-radius:999px;background:#f1f5f9;color:#334155;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.profiles-overlay-close-x svg{width:1.1rem;height:1.1rem}.profiles-overlay-close-x:hover{background:#e2e8f0;transform:scale(1.05)}.profiles-q-text{font-size:.95rem;margin-bottom:.5rem;color:#334155;text-align:justify}.profiles-confirm-desc{margin-bottom:1.15rem}.profiles-confirm-loading{display:flex;justify-content:center;gap:.4rem;margin:.5rem 0 .15rem}.profiles-textarea{width:100%;min-height:100px;padding:.65rem .75rem;border-radius:10px;border:1px solid #cbd5e1;font-family:inherit;font-size:.95rem;resize:vertical;margin-bottom:.75rem}.profiles-row-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.profiles-row-actions .profiles-cta-primary,.profiles-row-actions .profiles-btn-secondary{width:auto;max-width:none;margin:0}.profiles-skip-confirm-box .profiles-row-actions{flex-wrap:nowrap}.profiles-btn-secondary{padding:.5rem .9rem;border-radius:8px;border:1px solid #94a3b8;background:#fff;cursor:pointer;font-size:.88rem}.profiles-nav-btn{flex:1 1 50%;min-width:0}.profiles-nav-btn-full{flex-basis:100%}.profiles-next-btn{background:#6d28d9;border-color:#5b21b680;box-shadow:0 2px 8px #4c1d9540}.profiles-next-btn:hover:not(:disabled){background:#5b21b6;border-color:#4c1d958c;box-shadow:0 3px 12px #4c1d954d}.profiles-btn-ghost{padding:.5rem .75rem;border:none;background:transparent;color:#64748b;cursor:pointer;font-size:.88rem}.profiles-file-list{list-style:none;padding:0;margin:0 0 .75rem;max-height:200px;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;padding-left:.15rem}.profiles-file-list li{display:flex;justify-content:space-between;align-items:center;gap:.55rem;padding:.58rem .62rem;border:1px solid #dbeafe;border-radius:10px;background:#f8fbff;font-size:.88rem;margin-bottom:.45rem}.profiles-success-box{background:#ecfdf5;border:1px solid #6ee7b7;border-radius:12px;padding:1rem;color:#065f46;line-height:1.75;margin-top:1rem;text-align:justify;text-justify:inter-word}.profiles-skip-confirm-box{margin-top:.9rem;border:1px solid #f1d7bf;background:#fff7ed;border-radius:10px;padding:.8rem}.profiles-skip-confirm-text{margin:0 0 .7rem;color:#9a3412;font-size:.9rem;font-weight:600;text-align:justify}.profiles-skip-choice-btn{flex:1 1 50%;min-width:0}.profiles-skip-no-btn{background:#ede9fe;color:#5b21b6;border:1px solid rgba(139,92,246,.45);box-shadow:0 1px 3px #5b21b614}.profiles-skip-no-btn:hover:not(:disabled){background:#ddd6fe;border-color:#7c3aed80}.profiles-intro-step-box{border:1px solid #dbeafe;background:linear-gradient(180deg,#f8fbff,#eef5ff);border-radius:12px;padding:.95rem;color:#1e3a8a;line-height:1.9;margin-bottom:.9rem}.profiles-intro-step-box p{margin:0}.profiles-intro-step-box p+p{margin-top:.55rem}.profiles-full-name-input{min-height:2.75rem;resize:vertical;line-height:1.55}.profiles-province-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.profiles-upload-input-hidden{display:none}.profiles-upload-trigger-btn{width:100%;border:1px dashed #60a5fa;background:linear-gradient(180deg,#eff6ff,#dbeafe);color:#1e40af;border-radius:12px;padding:.78rem .9rem;font-size:.93rem;font-weight:700;cursor:pointer;transition:all .2s ease;margin-bottom:.75rem}.profiles-upload-trigger-btn:hover{background:linear-gradient(180deg,#e0edff,#cfe2ff)}.profiles-upload-trigger-btn:disabled{opacity:.6;cursor:not-allowed}.profiles-upload-skip-note{margin:-.12rem 0 .6rem;color:#64748b;font-size:.82rem}.profiles-upload-back-link{border:none;background:transparent;color:#2563eb;font-size:.9rem;text-decoration:none;cursor:pointer;margin:.75rem auto .7rem;display:block}.profiles-prev-link-btn{margin:.55rem auto .2rem}@keyframes profilesFadePulse{0%,to{opacity:.35}50%{opacity:1}}@keyframes profilesDots{0%,80%,to{transform:translateY(0);opacity:.22}40%{transform:translateY(-3px);opacity:1}}.profiles-in-progress-chat-cta{margin-top:1rem;max-width:560px;margin-left:auto;margin-right:auto;padding:1rem 1.1rem;text-align:center;background:linear-gradient(180deg,#f8fafc,#f1f5f9);border:1px solid rgba(148,163,184,.45);border-radius:14px;box-shadow:0 2px 10px #0f172a0d}.profiles-in-progress-chat-text{margin:0 0 .85rem;line-height:1.85;font-size:.92rem;font-weight:600;color:#1e293b}.profiles-in-progress-chat-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;max-width:280px;margin:0 auto;text-decoration:none;box-sizing:border-box}.profiles-feedback-panel{margin-top:1rem;max-width:560px;margin-left:auto;margin-right:auto;padding:1rem 1.1rem 1.15rem;background:linear-gradient(145deg,#fff7ed,#ffedd5 55%,#fed7aa);border:1px solid rgba(251,146,60,.55);border-radius:14px;box-shadow:0 2px 12px #ea580c1f}.profiles-feedback-intro{margin:0 0 .75rem;line-height:1.85;font-size:.88rem;font-weight:600;color:#9a3412;text-align:justify;text-justify:inter-word}.profiles-feedback-textarea{width:100%;box-sizing:border-box;min-height:96px;padding:.65rem .75rem;border-radius:10px;border:1px solid rgba(234,88,12,.45);font-family:inherit;font-size:.9rem;resize:vertical;margin-bottom:.65rem;background:#ffffffeb;color:#0f172a}.profiles-feedback-textarea:focus{outline:none;border-color:#ea580c;box-shadow:0 0 0 3px #fb923c40}.profiles-feedback-submit{width:100%;border:none;border-radius:10px;padding:.55rem .85rem;font-size:.88rem;font-weight:800;font-family:inherit;cursor:pointer;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;box-shadow:0 2px 8px #ea580c59}.profiles-feedback-submit:hover:not(:disabled){filter:brightness(1.05)}.profiles-feedback-submit:disabled{opacity:.65;cursor:not-allowed}.profiles-accepting-lawyers-list,.profiles-accepting-lawyers-scroll{margin-top:1rem;display:flex;flex-direction:column;gap:.85rem}.profiles-accepting-lawyers-scroll{padding-inline:.15rem}.profiles-accepting-lawyer-card{border:1px solid rgba(148,163,184,.45);border-radius:14px;padding:.85rem 1rem;background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 2px 10px #0f172a0f}.profiles-accepting-lawyer-top{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:.75rem;width:100%}.profiles-accepting-lawyer-profile-btn{flex-shrink:0;border:1px solid #3b82f6;background:#eff6ff;color:#1d4ed8;font-size:.82rem;font-weight:700;padding:.4rem .65rem;border-radius:10px;cursor:pointer;font-family:inherit}.profiles-accepting-lawyer-profile-btn:hover:not(:disabled){background:#dbeafe}.profiles-accepting-lawyer-identity{display:flex;flex-direction:row;align-items:center;gap:.55rem;min-width:0}.profiles-accepting-lawyer-avatar{width:44px;height:44px;border-radius:12px;object-fit:cover;flex-shrink:0;border:1px solid rgba(148,163,184,.4)}.profiles-accepting-lawyer-avatar-placeholder{display:flex;align-items:center;justify-content:center;background:#e2e8f0;color:#64748b}.profiles-accepting-lawyer-avatar-placeholder svg{width:26px;height:26px}.profiles-accepting-lawyer-name{font-weight:800;font-size:.95rem;color:#0f172a;line-height:1.35;text-align:right;min-width:0}.profiles-accepting-lawyer-reason{margin-top:.75rem;padding-top:.65rem;border-top:1px dashed rgba(148,163,184,.55)}.profiles-accepting-lawyer-reason-label{display:block;font-size:.78rem;font-weight:700;color:#475569;margin-bottom:.35rem}.profiles-accepting-lawyer-reason-text{margin:0;font-size:.88rem;line-height:1.75;color:#1e293b;white-space:pre-wrap}.profiles-accepting-lawyer-confirm-btn{margin-top:.85rem;width:100%;border:none;border-radius:12px;padding:.65rem .85rem;font-size:.9rem;font-weight:800;font-family:inherit;cursor:pointer;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;box-shadow:0 2px 8px #16a34a59}.profiles-accepting-lawyer-confirm-btn:hover:not(:disabled){filter:brightness(1.05)}.profiles-accepting-lawyer-confirm-btn:disabled{opacity:.65;cursor:not-allowed}.profiles-page--referred-stack .profiles-referred-wrap{width:100%;max-width:560px;margin:0 auto;display:flex;flex-direction:column;gap:.95rem;text-align:right}.profiles-stage-hero{display:grid;grid-template-columns:auto 1fr;column-gap:.7rem;row-gap:0;align-items:start;padding:1.05rem 1.1rem;border-radius:18px;background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid rgba(148,163,184,.32);box-shadow:0 1px #ffffffe6 inset,0 6px 18px -10px #0f172a2e}.profiles-stage-hero-text{display:contents}.profiles-stage-hero-title{grid-column:2;grid-row:1;align-self:center;min-width:0;margin:0 0 .35rem;font-size:1.1rem;font-weight:800;line-height:1.6;color:#0f172a;text-align:right}.profiles-stage-hero-subtitle{grid-column:1 / -1;grid-row:2;margin:0;font-size:.84rem;font-weight:500;line-height:1.85;color:#475569;text-align:justify}.profiles-stage-hero-meta{grid-column:1 / -1;grid-row:3;margin:.55rem 0 0;font-size:.82rem;font-weight:600;line-height:1.7;color:#1e3a8a;text-align:justify}.profiles-stage-hero-meta-badge{display:inline-block;font-weight:800;font-size:1rem;line-height:1.35;padding:.12rem .5rem .14rem;border-radius:999px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 1px 3px #2563eb59;vertical-align:baseline;margin:0 .06em}.profiles-stage-hero-icon{grid-column:1;grid-row:1;align-self:center;margin-top:.05rem;width:36px;height:36px;border-radius:12px;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:1px solid rgba(29,78,216,.55);color:#fff;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 1px #ffffff40 inset,0 6px 14px -8px #1d4ed88c}.profiles-stage-hero-icon svg{width:20px;height:20px}.profiles-stage-card{width:100%;box-sizing:border-box;padding:.95rem 1rem;border-radius:18px;background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid rgba(148,163,184,.32);box-shadow:0 1px #ffffffe6 inset,0 6px 18px -14px #0f172a29}.profiles-stage-link-card{display:flex;flex-direction:column;gap:.45rem;background:linear-gradient(180deg,#f5f9ff,#eaf2ff);border-color:#93c5fdb3}.profiles-stage-link-description{margin:0;font-size:.78rem;font-weight:500;line-height:1.75;color:#475569}.profiles-stage-card-head{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.55rem}.profiles-stage-card-head-label{display:inline-flex;align-items:center;gap:.5rem;flex:1;min-width:0;font-size:.92rem;font-weight:700;color:#1e3a8a;line-height:1.5}.profiles-stage-card-head-icon{flex:0 0 auto;width:1.85rem;height:1.85rem;border-radius:10px;background:#2563eb1f;color:#1d4ed8;display:inline-flex;align-items:center;justify-content:center}.profiles-stage-card-head-icon svg{width:1.05rem;height:1.05rem}.profiles-stage-link-copy-btn{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:2.05rem;height:2.05rem;padding:0;border:1px solid rgba(37,99,235,.4);border-radius:10px;background:#ffffffd9;color:#1d4ed8;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.profiles-stage-link-copy-btn:hover{background:#fff;border-color:#2563eb;color:#1e3a8a}.profiles-stage-link-copy-btn:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.profiles-stage-link-copy-btn svg{width:1.05rem;height:1.05rem}.profiles-stage-link{font-family:ui-monospace,Cascadia Code,Cascadia Mono,Segoe UI Mono,Roboto Mono,Noto Sans Mono,Menlo,Consolas,monospace;color:#1d4ed8;font-size:.74rem;font-weight:500;letter-spacing:.02em;line-height:1.55;word-break:break-all;overflow-wrap:anywhere;text-decoration:none;display:block;text-align:left;direction:ltr;unicode-bidi:plaintext;padding:.4rem .5rem;border-radius:10px;background:#ffffffb3;border:1px solid rgba(147,197,253,.7)}.profiles-stage-link:hover{color:#1e3a8a;background:#fff;border-color:#60a5fa}.profiles-stage-chat-cta{display:flex;flex-direction:column;gap:.6rem;text-align:center}.profiles-stage-chat-text{margin:0;font-size:.86rem;font-weight:600;line-height:1.75;color:#1e293b}.profiles-stage-primary-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;width:100%;margin:0 auto;padding:.5rem .85rem;border:none;border-radius:11px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-family:inherit;font-size:.84rem;font-weight:700;text-decoration:none;cursor:pointer;box-shadow:0 1px #ffffff40 inset,0 6px 14px -8px #1d4ed880;transition:filter .15s ease,transform .12s ease}.profiles-stage-primary-btn:hover{filter:brightness(1.05)}.profiles-stage-primary-btn:active{transform:scale(.98)}.profiles-stage-primary-btn svg{width:.95rem;height:.95rem}.profiles-stage-chat-cta-profile-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;width:100%;margin:0 auto;padding:.48rem .85rem;border-radius:11px;border:1.5px solid rgba(37,99,235,.5);background:#fff;color:#1d4ed8;font-family:inherit;font-size:.84rem;font-weight:700;cursor:pointer;box-sizing:border-box;transition:background .15s ease,border-color .15s ease,color .15s ease,transform .12s ease}.profiles-stage-chat-cta-profile-btn:hover{background:#eff6ff;border-color:#2563eb;color:#1e3a8a}.profiles-stage-chat-cta-profile-btn:active{transform:scale(.98)}.profiles-stage-chat-cta-profile-btn svg{width:.95rem;height:.95rem;flex-shrink:0}.profiles-stage-feedback-card{display:flex;flex-direction:column;gap:.55rem}.profiles-stage-feedback-intro{margin:0;font-size:.86rem;font-weight:500;line-height:1.85;color:#475569;text-align:justify;text-justify:inter-word;text-align-last:start}.profiles-stage-feedback-textarea{width:100%;box-sizing:border-box;min-height:70px;padding:.65rem .75rem;border-radius:12px;border:1px solid #cbd5e1;font-family:inherit;font-size:.9rem;line-height:1.7;color:#0f172a;background:#fff;resize:vertical;transition:border-color .18s ease,box-shadow .18s ease}.profiles-stage-feedback-textarea::placeholder{color:#94a3b8}.profiles-stage-feedback-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f62e}.profiles-stage-feedback-submit{align-self:flex-end;min-width:6rem;padding:.45rem .9rem;border:1px solid rgba(29,78,216,.55);border-radius:10px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-family:inherit;font-size:.8rem;font-weight:700;cursor:pointer;box-shadow:0 1px #ffffff40 inset,0 5px 12px -8px #1d4ed880;transition:filter .15s ease}.profiles-stage-feedback-submit:hover:not(:disabled){filter:brightness(1.05)}.profiles-stage-feedback-submit:disabled{opacity:.6;cursor:not-allowed}.profiles-stage-steps{margin-top:0}.profiles-stage-pending-card{display:flex;flex-direction:column;gap:.6rem;text-align:center}.profiles-stage-hero-title-case{font-weight:800;color:#1d4ed8}.profiles-stage-pending-progress{display:flex;flex-direction:column;gap:.4rem;width:100%;text-align:right}.profiles-stage-pending-progress-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.5rem;font-size:.82rem;font-weight:700;line-height:1.4;color:#1e3a8a}.profiles-stage-pending-progress-count{font-variant-numeric:tabular-nums;color:#1d4ed8;background:#2563eb1a;padding:.1rem .55rem;border-radius:999px}.profiles-stage-pending-progress-track{position:relative;width:100%;height:8px;border-radius:999px;background:#94a3b847;overflow:hidden}.profiles-stage-pending-progress-fill{position:absolute;top:0;right:0;bottom:0;left:0;width:0%;background:linear-gradient(90deg,#60a5fa,#2563eb 60%,#1d4ed8);border-radius:999px;transition:width .25s ease}.profiles-stage-pending-text{margin:0;font-size:.9rem;font-weight:600;line-height:1.85;color:#1e293b;text-align:justify;text-justify:inter-word;text-align-last:center}.profiles-stage-lawyers-list,.profiles-stage-lawyers-scroll{display:flex;flex-direction:column;gap:.85rem}.profiles-stage-lawyers-scroll{padding-inline:.15rem}.profiles-stage-lawyer-card{display:flex;flex-direction:column;gap:.7rem}.profiles-stage-lawyer-top{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.65rem}.profiles-stage-lawyer-identity{display:flex;flex-direction:row;align-items:center;gap:.6rem;min-width:0}.profiles-stage-lawyer-avatar{width:46px;height:46px;border-radius:14px;object-fit:cover;flex-shrink:0;border:1px solid rgba(37,99,235,.35);box-shadow:0 4px 12px -8px #1d4ed866}.profiles-stage-lawyer-avatar-placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#dbeafe,#eff6ff);color:#1d4ed8}.profiles-stage-lawyer-avatar-placeholder svg{width:26px;height:26px}.profiles-stage-lawyer-name{font-weight:800;font-size:.95rem;color:#0f172a;line-height:1.4;text-align:right;min-width:0}.profiles-stage-lawyer-profile-btn{flex-shrink:0;border:1px solid rgba(37,99,235,.45);background:#fff;color:#1d4ed8;font-family:inherit;font-size:.8rem;font-weight:700;padding:.42rem .7rem;border-radius:10px;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.profiles-stage-lawyer-profile-btn:hover:not(:disabled){background:#eff6ff;border-color:#2563eb;color:#1e3a8a}.profiles-stage-lawyer-reason{padding-top:.65rem;border-top:1px dashed rgba(148,163,184,.55)}.profiles-stage-lawyer-reason-label{display:block;font-size:.78rem;font-weight:700;color:#475569;margin-bottom:.35rem}.profiles-stage-lawyer-reason-text{margin:0;font-size:.88rem;line-height:1.8;color:#1e293b;white-space:pre-wrap;text-align:justify;text-justify:inter-word;text-align-last:start}.profiles-stage-lawyer-confirm-btn{width:100%;border:1px solid rgba(29,78,216,.55);border-radius:11px;padding:.5rem .75rem;font-family:inherit;font-size:.84rem;font-weight:700;cursor:pointer;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 1px #ffffff40 inset,0 6px 14px -8px #1d4ed880;transition:filter .15s ease,transform .12s ease}.profiles-stage-lawyer-confirm-btn:hover:not(:disabled){filter:brightness(1.05)}.profiles-stage-lawyer-confirm-btn:active:not(:disabled){transform:scale(.98)}.profiles-stage-lawyer-confirm-btn:disabled{opacity:.6;cursor:not-allowed;filter:none}@media (max-width: 480px){.profiles-stage-hero{padding:.95rem;gap:.6rem}.profiles-stage-hero-icon{width:32px;height:32px;border-radius:10px}.profiles-stage-hero-icon svg{width:18px;height:18px}.profiles-stage-card{padding:.85rem .9rem}}.profiles-location-check-label{display:flex;align-items:flex-start;gap:.5rem;margin:.75rem 0;font-size:.92rem;line-height:1.5;color:#334155;cursor:pointer}.profiles-location-check-label input[type=checkbox]{margin-top:.2rem;flex-shrink:0}.profiles-province-fields{margin:.75rem 0 1rem;padding:.65rem .75rem;background:#f8fafc;border-radius:10px;border:1px solid #e2e8f0}.profiles-province-select-label{display:block;font-weight:600;font-size:.88rem;color:#1e293b;margin-bottom:.25rem}.profiles-province-help{margin:0 0 .5rem!important;font-size:.82rem!important;color:#64748b!important}.profiles-province-select{width:100%;max-width:100%;padding:.55rem .65rem;font-size:.95rem;font-family:inherit;border-radius:8px;border:1px solid #cbd5e1;background:#fff;color:#1e293b;box-sizing:border-box}[data-theme=dark] .profiles-location-check-label{color:var(--text-secondary)}[data-theme=dark] .profiles-intro-step-box{border:1px solid var(--border-strong);background:linear-gradient(180deg,var(--bg-muted) 0%,var(--bg-elevated) 100%);color:var(--text);box-shadow:0 1px #ffffff0a inset,0 4px 14px -6px #00000073}[data-theme=dark] .profiles-intro-step-box b{color:var(--accent-light)}[data-theme=dark] .profiles-province-fields{background:var(--bg-card);border-color:var(--border)}[data-theme=dark] .profiles-province-select-label{color:var(--text)}[data-theme=dark] .profiles-province-help{color:var(--text-muted)!important}[data-theme=dark] .profiles-province-select:focus{border-color:var(--accent-strong);box-shadow:0 0 0 3px var(--accent-subtle-strong)}.client-initial-statement{margin:0 0 1rem;padding:.85rem .75rem;border-radius:12px;background:linear-gradient(165deg,#f8fafc,#f1f5f9);border:1px solid rgba(148,163,184,.45);box-shadow:inset 0 1px #ffffffe6}.client-initial-statement-heading{margin:0 0 .65rem;font-size:.82rem;font-weight:800;color:#0f172a;letter-spacing:.01em}.client-initial-statement-block{margin-top:.55rem}.client-initial-statement-block:first-of-type{margin-top:0}.client-initial-statement-label{display:block;font-size:.68rem;font-weight:700;color:#64748b;margin-bottom:.3rem;text-transform:none}.client-initial-statement-body{margin:0;font-size:.86rem;line-height:1.85;color:#1e293b;white-space:pre-wrap;text-align:justify;word-break:break-word}.client-initial-statement-toggle{display:inline-flex;align-items:center;gap:.25rem;margin-top:.45rem;padding:0;background:none;border:none;cursor:pointer;font-family:inherit;font-size:.8rem;font-weight:700;color:#1d4ed8;text-decoration:underline;text-underline-offset:3px}.client-initial-statement-toggle:hover{color:#1e40af}.client-initial-statement-toggle:focus-visible{outline:2px solid rgba(29,78,216,.45);outline-offset:3px;border-radius:4px}.client-location-pref-province{font-weight:700;color:#0f172a}.profile-legal-tags-root{margin:.75rem 0}.profile-legal-tags-heading{display:block;font-size:.75rem;font-weight:600;color:#64748b;margin-bottom:.35rem}.profile-legal-tags-rows{display:flex;flex-direction:column;gap:.45rem;align-items:flex-start}.profile-legal-tags-row{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem .4rem;direction:rtl}.profile-legal-tag-child{font-size:.68rem;line-height:1.2;color:#94a3b8;background:#f8fafc;border-radius:5px;padding:.12rem .38rem;font-weight:500}.profile-legal-tag-parent{font-size:.78rem;font-weight:600;color:#1e3a8a;background:#e8edf7;border-radius:7px;padding:.2rem .55rem}.client-profile-page{direction:rtl;width:100%;margin:0;padding:.65rem .45rem;min-height:100dvh;box-sizing:border-box}@media (min-width: 769px) and (display-mode: browser){.client-profile-page{padding:.9rem .5rem}}.client-profile-header{text-align:center;margin-bottom:1.05rem;max-width:720px;margin-right:auto;margin-left:auto}.client-profile-header h1{font-size:1.15rem;color:#334155;font-weight:600}.client-profile-card{background:#fff;border-radius:16px 16px 0 0;padding:.8rem .65rem;box-shadow:0 4px 24px #0f172a14;max-width:720px;margin:0 auto 1.75rem;border:1px solid #e2e8f0}.client-profile-location-note{margin:0 0 .85rem;padding:.65rem .75rem;font-size:.85rem;line-height:1.65;color:#475569;background:#f1f5f9;border-radius:10px;border:1px solid #e2e8f0}@media (min-width: 769px) and (display-mode: browser){.client-profile-card{padding:.95rem .85rem;margin-bottom:2.8rem}}.client-profile-title{font-size:1rem;margin:0 0 .65rem;color:#0f172a}.client-profile-client-full-name,.client-profile-client-residence{margin:0 0 .5rem;font-size:.88rem;line-height:1.45;color:#1e293b}.client-profile-client-full-name-label,.client-profile-client-residence-label{font-weight:600;color:#475569}.client-profile-client-full-name-value,.client-profile-client-residence-value{font-weight:500}.client-profile-qa{margin:0}.client-profile-qa-block{border-bottom:1px solid #e2e8f0;padding:.85rem 0}.client-profile-qa-block:last-child{border-bottom:none}.client-profile-qa dt{font-size:.78rem;color:#64748b;margin:0 0 .2rem}.client-profile-qa dd{margin:0 0 .65rem;font-size:.95rem;color:#1e293b;line-height:1.7}.client-profile-error{color:#b91c1c;margin-bottom:1rem}.client-profile-attachments{margin-top:1.15rem;padding-top:.9rem;border-top:1px solid #e2e8f0}.client-profile-attachments-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.client-profile-attachments-head h3{margin:0;font-size:.95rem;color:#0f172a}.client-profile-attachments-head span{font-size:.78rem;color:#475569;background:#e2e8f0;border-radius:999px;padding:.15rem .48rem}.client-profile-attachments-list{display:flex;flex-direction:column;gap:.5rem}.client-profile-attachment-item{display:flex;align-items:center;justify-content:space-between;gap:.7rem;text-decoration:none;padding:.62rem .72rem;border:1px solid #dbeafe;border-radius:12px;background:linear-gradient(180deg,#f8fbff,#eef4ff);transition:all .2s ease}.client-profile-attachment-item:hover{border-color:#93c5fd;background:linear-gradient(180deg,#eff6ff,#dbeafe)}.client-profile-attachment-name{color:#1e293b;font-size:.86rem;line-height:1.6;word-break:break-word}.client-profile-attachment-action{color:#1d4ed8;font-size:.8rem;font-weight:700;white-space:nowrap}.audit-tel-block{margin:0 0 .95rem;padding:.75rem .82rem;border-radius:12px;background:linear-gradient(145deg,#ecfeff,#e0f2fe);border:1px solid rgba(14,165,233,.35);display:flex;flex-direction:column;gap:.45rem}.audit-tel-block--embedded{margin:0 0 .65rem;padding:.62rem .65rem;background:linear-gradient(145deg,#ecfeffa6,#e0f2fe8c)}.audit-tel-block-heading{margin:0;font-size:.82rem;font-weight:700;color:#0c4a6e}.audit-tel-row{margin:0;display:flex;flex-direction:column;align-items:stretch;gap:.28rem;direction:rtl;font-size:.76rem}.audit-tel-label{font-weight:700;font-size:.85rem;line-height:1.5;letter-spacing:.01em;word-break:break-word}.audit-tel-label--client{color:#047857}.audit-tel-label--lawyer{color:#075985}.audit-tel-call-btn{display:flex;align-items:center;justify-content:center;gap:.38rem;width:100%;box-sizing:border-box;min-height:2.05rem;padding:.26rem .65rem;border-radius:10px;font-weight:700;font-size:.8rem;text-decoration:none;direction:ltr;isolation:isolate;cursor:pointer;transition:transform .12s ease,box-shadow .18s ease,background-color .18s ease,border-color .18s ease}.audit-tel-call-btn--client,.audit-tel-call-btn--lawyer{color:#0c4a6e;border:1px solid rgba(14,165,233,.42);background:linear-gradient(145deg,#e0f2fe,#bae6fd);box-shadow:0 1px 4px #0ea5e92e}.audit-tel-call-btn--client:hover,.audit-tel-call-btn--lawyer:hover{border-color:#0284c78c;background:linear-gradient(145deg,#bae6fd,#7dd3fc);box-shadow:0 3px 10px #0ea5e93d}.audit-tel-call-btn:focus-visible{outline:2px solid #38bdf8;outline-offset:3px}.audit-tel-call-btn:active{transform:translateY(1px)}.audit-tel-call-icon{flex-shrink:0;width:.94rem;height:.94rem}.audit-tel-call-num{flex:1 1 auto;min-width:0;text-align:center;word-break:break-all;font-variant-numeric:tabular-nums}.audit-tel-row+.audit-tel-row{margin-top:.1rem;padding-top:.25rem;border-top:1px dashed rgba(14,165,233,.22)}@media (min-width: 768px){.audit-tel-block{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:end;gap:.65rem .85rem}.audit-tel-block-heading{grid-column:1 / -1}.audit-tel-row+.audit-tel-row{margin-top:0;padding-top:0;border-top:none}}.audit-tel-muted{margin:.1rem 0 0;font-size:.75rem;color:#64748b}.auditor-chat-preview-muted{margin:.5rem 0 0;font-size:.82rem;color:#64748b;line-height:1.5}.auditor-chat-preview{margin-top:.35rem}.auditor-chat-preview-head{display:flex;flex-direction:column;align-items:stretch;gap:.35rem;margin-bottom:.55rem}@media (min-width: 768px){.auditor-chat-preview-head{flex-direction:row;align-items:center;justify-content:space-between;gap:.75rem}}.auditor-chat-preview-toolbar{display:flex;justify-content:flex-end;flex-shrink:0}@media (min-width: 768px){.auditor-chat-preview-toolbar{justify-content:flex-start}}.auditor-chat-preview-fullscreen-btn{display:inline-flex;align-items:center;gap:.22rem;padding:.2rem .42rem;border-radius:6px;border:1px solid rgba(14,165,233,.35);background:linear-gradient(145deg,#e0f2fe,#bae6fd);color:#0c4a6e;font-size:.62rem;font-weight:700;font-family:inherit;line-height:1.2;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease}.auditor-chat-preview-fullscreen-btn svg{width:.78rem;height:.78rem;flex-shrink:0}.auditor-chat-preview-fullscreen-btn:hover{background:linear-gradient(145deg,#bae6fd,#7dd3fc);border-color:#0284c780;box-shadow:0 2px 8px #0ea5e933}.auditor-chat-preview-fullscreen-btn:focus-visible{outline:2px solid #38bdf8;outline-offset:2px}.auditor-chat-preview-parties{display:flex;flex-wrap:wrap;gap:.5rem 1rem;margin:0;font-size:.75rem;font-weight:600;color:#475569}@media (min-width: 768px){.auditor-chat-preview-head .auditor-chat-preview-parties{flex:1 1 auto;min-width:0}}.auditor-chat-preview-scroll{max-height:320px;overflow-y:auto;display:flex;flex-direction:column;gap:.45rem;padding:.55rem;border-radius:10px;background:#f8fafc;border:1px solid #e2e8f0}.auditor-chat-preview-scroll--fullscreen{max-height:none;flex:1;min-height:0}.auditor-chat-preview-bubble{max-width:92%;padding:.45rem .55rem;border-radius:10px;font-size:.82rem;line-height:1.45}.auditor-chat-preview-bubble--client{align-self:flex-end;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border:1px solid rgba(37,99,235,.28)}.auditor-chat-preview-bubble--lawyer{align-self:flex-start;background:#fff;border:1px solid #e2e8f0}.auditor-chat-preview-side{display:block;font-size:.62rem;font-weight:700;color:#64748b;margin-bottom:.15rem}.auditor-chat-preview-text{margin:0;white-space:pre-wrap;word-break:break-word;color:#1e293b}.auditor-chat-preview-time{display:block;margin-top:.28rem;font-size:.62rem;color:#94a3b8}.auditor-chat-preview-fs-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10050;display:flex;align-items:stretch;justify-content:center;padding:.75rem;box-sizing:border-box;background:#0f172a8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.auditor-chat-preview-fs-panel{display:flex;flex-direction:column;width:100%;height:100%;max-height:100%;min-height:0;flex:1;border-radius:14px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 20px 50px #0f172a47;overflow:hidden}@media (min-width: 768px){.auditor-chat-preview-fs-panel{width:60%;max-width:60%;flex:0 0 auto;height:100%}}.auditor-chat-preview-fs-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.65rem .85rem;border-bottom:1px solid #e2e8f0;background:#f8fafc}.auditor-chat-preview-fs-title{margin:0;font-size:.92rem;font-weight:700;color:#0f172a}.auditor-chat-preview-fs-close{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:none;border-radius:8px;background:transparent;color:#64748b;cursor:pointer}.auditor-chat-preview-fs-close:hover{background:#e2e8f0;color:#0f172a}.auditor-chat-preview-fs-panel .auditor-chat-preview-parties{flex:0 0 auto;padding:.65rem .85rem 0}.auditor-chat-preview-fs-panel .auditor-chat-preview-scroll{margin:.65rem .85rem .85rem;border-radius:10px}.auditor-chat-preview-fs-panel .auditor-chat-preview-scroll--fullscreen{flex:1 1 0;min-height:0}body.auditor-chat-preview-fs-open{overflow:hidden}.auditor-only-section{position:relative;margin-top:.85rem;padding-top:.55rem}.auditor-only-badge{position:absolute;top:0;left:.55rem;z-index:1;font-size:.62rem;font-weight:700;line-height:1.2;letter-spacing:.01em;color:#6d28d9;background:#ede9fef2;border:1px solid rgba(139,92,246,.28);border-radius:6px;padding:.12rem .38rem;pointer-events:none}.lawyer-dp-page{direction:rtl;max-width:800px;width:100%;margin:0 auto;padding:.65rem .5rem 2rem;box-sizing:border-box}.lawyer-dp-header{margin-bottom:.65rem}.lawyer-dp-header-row{align-items:center}.lawyer-dp-header .btn-back svg{fill:none}.lawyer-dp-header-title{flex:1;margin:0;min-width:0;font-size:1.05rem;font-weight:600;color:#334155;text-align:right;line-height:1.35}.lawyer-dp-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:.85rem .65rem;box-sizing:border-box}.lawyer-dp-card h2{margin:0 0 .75rem;font-size:1.05rem}.lawyer-dp-chat-preview-title{margin:0 0 .35rem;font-size:.95rem;font-weight:700;color:#1e293b}.lawyer-dp-chat-preview-note{margin:0 0 .5rem;font-size:.72rem;color:#64748b;line-height:1.45}.audit-tel-block-wrap.auditor-only-section,.lawyer-dp-banner-audit-wrap.auditor-only-section{margin-top:.85rem}.lawyer-dp-client-full-name{margin:0 0 .75rem;font-size:.9rem;line-height:1.45;color:#1e293b}.lawyer-dp-client-full-name-label{font-weight:600;color:#475569}.lawyer-dp-client-full-name-value{font-weight:500}.lawyer-dp-client-residence{margin:0 0 .75rem;font-size:.9rem;line-height:1.45;color:#1e293b}.lawyer-dp-client-residence-label{font-weight:600;color:#475569}.lawyer-dp-client-residence-value{font-weight:500}.lawyer-dp-location-note{margin:0 0 .85rem;padding:.65rem .75rem;font-size:.82rem;line-height:1.65;color:var(--text-secondary, #475569);background:var(--bg-subtle, #f1f5f9);border-radius:10px;border:1px solid var(--border, #e2e8f0);box-shadow:inset 0 1px #ffffff8c}.lawyer-dp-scores{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:.55rem;margin-bottom:.85rem}.lawyer-dp-scores>div{background:#f1f5f9;border-radius:10px;padding:.55rem .65rem;display:flex;flex-direction:column;gap:.2rem}.lawyer-dp-label{font-size:.72rem;color:#64748b}.lawyer-dp-tags-wrap{margin-bottom:.85rem}.lawyer-dp-tags-label{display:block;font-size:.72rem;color:#64748b;margin-bottom:.4rem;font-weight:600}.lawyer-dp-tags-badges{display:flex;flex-wrap:wrap;gap:.4rem}.lawyer-dp-tag-badge{display:inline-block;font-size:.78rem;font-weight:600;color:#4338ca;background:linear-gradient(180deg,#eef2ff,#e0e7ff);border:1px solid rgba(99,102,241,.35);border-radius:999px;padding:.22rem .55rem;line-height:1.35}.lawyer-dp-qa{margin:0}.lawyer-dp-qa-block{border-top:1px solid #3b434e94;padding:.65rem 0}.lawyer-dp-qa dt{font-size:.72rem;color:#64748b;font-weight:600}.lawyer-dp-qa dd{margin:.12rem 0 .45rem;font-size:.9rem;line-height:1.65}.lawyer-dp-ai-advice{margin:.5rem 0 .85rem;padding:.75rem .8rem;border-radius:10px;border:1px solid rgba(99,102,241,.22);border-inline-start:3px solid #6366f1;background:linear-gradient(135deg,#f8fafc,#eef2ff 55%,#f5f3ff);box-shadow:0 1px 2px #0f172a0a}.lawyer-dp-ai-advice-title{margin:0 0 .45rem;font-size:.85rem;font-weight:700;color:#3730a3;letter-spacing:-.01em}.lawyer-dp-ai-advice-body{font-family:Vazir,sans-serif;font-size:.84rem;line-height:1.72;color:#1e293b;white-space:pre-wrap;word-break:break-word;text-align:justify;text-justify:inter-word}.lawyer-dp-attachments{margin-top:.35rem;padding-top:.75rem;border-top:1px solid #e2e8f0}.lawyer-dp-attachments-head{display:flex;align-items:center;justify-content:space-between;gap:.65rem;margin-bottom:.55rem}.lawyer-dp-attachments-head h3{margin:0;font-size:.9rem;color:#0f172a}.lawyer-dp-attachments-head span{font-size:.74rem;color:#475569;background:#e2e8f0;border-radius:999px;padding:.12rem .42rem}.lawyer-dp-attachments-list{display:flex;flex-direction:column;gap:.45rem}.lawyer-dp-attachment-item{display:flex;align-items:center;justify-content:space-between;gap:.6rem;width:100%;text-align:right;font:inherit;cursor:pointer;padding:.52rem .62rem;border:1px solid #dbeafe;border-radius:10px;background:linear-gradient(180deg,#f8fbff,#eef4ff);transition:border-color .15s ease,background .15s ease}.lawyer-dp-attachment-item:hover{border-color:#93c5fd;background:linear-gradient(180deg,#eff6ff,#dbeafe)}.lawyer-dp-attachment-name{color:#1e293b;font-size:.84rem;line-height:1.55;word-break:break-word;min-width:0}.lawyer-dp-attachment-action{color:#1d4ed8;font-size:.78rem;font-weight:700;white-space:nowrap;flex-shrink:0}.lawyer-dp-profile-comments{margin-top:.35rem;padding-top:.75rem}.lawyer-dp-profile-comments-title{margin:0 0 .65rem;font-size:.9rem;color:#0f172a}.lawyer-dp-profile-comments-segments{display:flex;flex-direction:column;gap:.85rem}.lawyer-dp-profile-comments-segment{border:1px solid #e2e8f0;border-radius:10px;padding:.65rem .6rem;background:#f8fafc}.lawyer-dp-profile-comments-segment-title{margin:0 0 .5rem;font-size:.82rem;font-weight:800;color:#334155}.lawyer-dp-profile-comments-empty{margin:0;font-size:.78rem;color:#64748b}.lawyer-dp-profile-comments-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem}.lawyer-dp-profile-comment-item{padding:.5rem .45rem;border-radius:8px;background:#fff;border:1px solid #e2e8f0}.lawyer-dp-profile-comment-meta{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem;margin-bottom:.35rem;flex-wrap:wrap}.lawyer-dp-profile-comment-name{font-size:.8rem;font-weight:700;color:#0f172a}.lawyer-dp-profile-comment-time{font-size:.72rem;color:#64748b;font-variant-numeric:tabular-nums;white-space:nowrap}.lawyer-dp-profile-comment-body{margin:0;font-size:.8rem;line-height:1.65;color:#334155;white-space:pre-wrap;word-break:break-word}.lawyer-dp-attach-err{margin:0 0 .45rem;font-size:.8rem;color:#b91c1c}.lawyer-dp-error{color:#b91c1c}.lawyer-dp-linkish{margin-top:.5rem;background:none;border:none;padding:0;color:#0f766e;text-decoration:underline;cursor:pointer;font:inherit}.lawyer-dp-decision{margin-top:.85rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:.95rem .75rem 1rem;box-sizing:border-box;direction:rtl}.lawyer-dp-decision-title{margin:0 0 .5rem;font-size:.98rem;font-weight:700;color:#0f172a}.lawyer-dp-decision-help{margin:0 0 .75rem;font-size:.78rem;line-height:1.65;color:#64748b}.lawyer-dp-decision-label{display:block;margin:0 0 .4rem;font-size:.78rem;font-weight:600;color:#475569;text-align:justify}.lawyer-dp-decision-textarea{width:100%;box-sizing:border-box;border-radius:10px;border:1px solid #cbd5e1;padding:.6rem .7rem;font-family:inherit;font-size:.88rem;line-height:1.6;resize:vertical;min-height:4.5rem;background:#fff;margin-bottom:.65rem;color:#0f172a}.lawyer-dp-decision-textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}.lawyer-dp-decision-btn{display:flex;align-items:center;justify-content:center;width:100%;box-sizing:border-box;font-family:inherit;font-size:.92rem;font-weight:700;padding:.78rem .9rem;border-radius:12px;cursor:pointer;margin-top:.55rem;text-align:center;letter-spacing:-.005em;transition:transform .12s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease,color .15s ease}.lawyer-dp-decision-btn:active{transform:translateY(1px)}.lawyer-dp-decision-btn-accept{background:linear-gradient(135deg,#047857,#059669 45%,#10b981);border:1px solid rgba(5,150,105,.55);color:#fff;box-shadow:0 8px 20px #10b98138}.lawyer-dp-decision-btn-accept:hover:not(:disabled){background:linear-gradient(135deg,#065f46,#047857 45%,#059669);box-shadow:0 10px 22px #10b98147}.lawyer-dp-decision-btn-reject{background:#fff;border:1px solid rgba(239,68,68,.45);color:#b91c1c}.lawyer-dp-decision-btn-reject:hover:not(:disabled){background:#fef2f2;border-color:#ef4444b3}.lawyer-dp-decision-btn-danger{background:linear-gradient(135deg,#b91c1c,#dc2626 45%,#ef4444);border:1px solid rgba(220,38,38,.55);color:#fff;box-shadow:0 8px 20px #ef444438}.lawyer-dp-decision-btn-danger:hover:not(:disabled){background:linear-gradient(135deg,#991b1b,#b91c1c 45%,#dc2626);box-shadow:0 10px 22px #ef444447}.lawyer-dp-decision-btn-ghost{background:#fff;border:1px solid #cbd5e1;color:#334155}.lawyer-dp-decision-btn-ghost:hover:not(:disabled){background:#f8fafc;border-color:#94a3b8}.lawyer-dp-decision-btn:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.lawyer-dp-reject-groups{display:flex;flex-direction:column;gap:.7rem;margin-bottom:.4rem}.lawyer-dp-reject-group{border:1px solid #e2e8f0;border-radius:12px;padding:.6rem .65rem .55rem;margin:0;background:#f8fafc}.lawyer-dp-reject-group-other{background:#fefefe}.lawyer-dp-reject-group-legend{font-size:.82rem;font-weight:700;color:#1e293b;padding:0 .35rem}.lawyer-dp-reject-options{display:flex;flex-direction:column;gap:.35rem;margin-top:.35rem}.lawyer-dp-reject-option{display:flex;align-items:center;gap:.55rem;padding:.45rem .55rem;border-radius:9px;border:1px solid transparent;background:#fff;font-size:.86rem;line-height:1.55;color:#1e293b;cursor:pointer;transition:border-color .12s ease,background .12s ease,color .12s ease}.lawyer-dp-reject-option input[type=checkbox]{width:1.05rem;height:1.05rem;margin:0;accent-color:#dc2626;flex:0 0 auto;cursor:pointer}.lawyer-dp-reject-option:hover:not(.is-disabled){border-color:#ef444459;background:#fff5f5}.lawyer-dp-reject-option.is-checked{border-color:#dc26268c;background:#fef2f2;color:#991b1b;font-weight:600}.lawyer-dp-reject-option.is-disabled{opacity:.55;cursor:not-allowed}.lawyer-dp-reject-option.is-disabled input[type=checkbox]{cursor:not-allowed}@media (min-width: 769px) and (display-mode: browser){.lawyer-dp-page{padding:1rem 1rem 3rem}.lawyer-dp-card{padding:1.1rem 1.25rem}.lawyer-dp-decision{padding:1.2rem 1.25rem}}.lawyer-dp-meta-note{margin:0 0 .95rem;padding:.72rem .92rem;border-radius:12px;border:1px solid rgba(148,163,184,.35);border-inline-start:3px solid #94a3b8;background:linear-gradient(180deg,#f8fafc,#f1f5f9)}.lawyer-dp-meta-note-lawyer{border:1px solid rgba(251,191,36,.28);border-inline-start:3px solid #f59e0b;background:linear-gradient(180deg,#fffdfb,#fffbeb)}.lawyer-dp-meta-note-closed{border:1px solid rgba(45,212,191,.3);border-inline-start:3px solid #14b8a6;background:linear-gradient(180deg,#f8fafc,#f0fdfa 98%)}.lawyer-dp-meta-note h3{margin:0 0 .38rem;font-size:.79rem;font-weight:700;color:#475569;letter-spacing:.01em}.lawyer-dp-meta-note-lawyer h3{color:#9a3412}.lawyer-dp-meta-note-closed h3{color:#115e59}.lawyer-dp-meta-note-body{margin:0;font-size:.81rem;line-height:1.58;color:#334155}.lawyer-dp-banner{margin-top:.75rem;padding:.72rem .82rem;border-radius:12px;border:1px solid #e2e8f0;background:#fff}.lawyer-dp-banner-offer{border-color:#f59e0b66;background:linear-gradient(145deg,#fffbeb,#fef9c3)}.lawyer-dp-banner-audit{border-color:#38bdf873;background:linear-gradient(145deg,#f0f9ff,#e0f2fe)}.lawyer-dp-banner-text{margin:0 0 .6rem;font-size:.82rem;line-height:1.52;color:#475569;text-align:justify}.lawyer-dp-banner-btn{width:100%;padding:.62rem;border:none;border-radius:10px;font-size:.86rem;font-weight:800;cursor:pointer}.lawyer-dp-banner-btn-offer{background:linear-gradient(135deg,#d97706,#ea580c);color:#fff}.lawyer-dp-banner-btn-audit{background:linear-gradient(135deg,#0284c7,#0ea5e9);color:#fff}.lawyer-dp-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;background:#0f172a73;display:flex;align-items:flex-end;justify-content:center;padding:0}@media (min-width: 520px){.lawyer-dp-modal-overlay{align-items:center;padding:1rem}}.lawyer-dp-modal-sheet{width:100%;max-width:420px;background:#fff;border-radius:16px 16px 0 0;padding:1.1rem 1rem;box-sizing:border-box}@media (min-width: 520px){.lawyer-dp-modal-sheet{border-radius:14px;box-shadow:0 14px 40px #0f172a33}}.lawyer-dp-modal-sheet h3{margin:0 0 .45rem;font-size:.95rem;font-weight:800}.lawyer-dp-modal-sheet p.muted{margin:0 0 .55rem;font-size:.79rem;color:#64748b;line-height:1.48}.lawyer-dp-modal-sheet textarea{width:100%;min-height:100px;box-sizing:border-box;font-size:.85rem;padding:.52rem;border-radius:10px;border:1px solid #cbd5e1;margin-bottom:.62rem;resize:vertical}.lawyer-dp-modal-actions{display:flex;gap:.5rem}.lawyer-dp-modal-actions button{flex:1;padding:.54rem;border-radius:10px;font-weight:700;font-size:.82rem;border:none;cursor:pointer}.lawyer-dp-modal-cancel{background:#f1f5f9;color:#334155}.lawyer-dp-modal-confirm-lawyer{background:linear-gradient(135deg,#ea580c,#c2410c);color:#fff}.lawyer-dp-modal-confirm-audit{background:linear-gradient(135deg,#0284c7,#0369a1);color:#fff}.lawyer-referred-page{width:100%;max-width:100%;box-sizing:border-box;padding:0 .35rem 1.25rem}.lawyer-referred-page .service-page-inner{padding-top:.25rem}.lawyer-referred-page .service-page-inner .service-legal-notice{margin-bottom:1rem}.lawyer-referred-list{display:flex;flex-direction:column;gap:.85rem}.lawyer-referred-card{position:relative;width:100%;box-sizing:border-box;background:linear-gradient(145deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:14px;padding:.8rem .5rem;box-shadow:0 2px 12px #0f172a0f}.lawyer-referred-card-pending{border-color:#3b82f659;box-shadow:0 2px 14px #3b82f614}.lawyer-referred-card-accepted{background:linear-gradient(145deg,#f0fdf4,#ecfdf5);border-color:#22c55e61;box-shadow:0 2px 14px #16a34a1a}.lawyer-referred-card-rejected{background:linear-gradient(145deg,#fef2f2,#fee2e2);border-color:#f8717173;box-shadow:0 2px 14px #dc262614}.lawyer-referred-card-chosen{background:linear-gradient(145deg,#ecfdf5,#d1fae5);border-color:#10b98173;box-shadow:0 2px 14px #0596691f}.lawyer-referred-card-closed-review{background:linear-gradient(145deg,#f8fafc,#f1f5f9);border-color:#94a3b88c;box-shadow:0 1px 8px #0f172a0d}.lawyer-referred-card-closed-review .lawyer-referred-card-title,.lawyer-referred-card-closed-review .lawyer-referred-card-meta{color:#64748b}.lawyer-referred-card-title{font-family:Vazir,sans-serif;font-size:1rem;font-weight:800;color:#0f172a;margin:0 0 .45rem;line-height:1.35}.lawyer-referred-card-client-name{font-family:Vazir,sans-serif;font-size:.84rem;font-weight:600;color:#475569;margin:-.15rem 0 .5rem;line-height:1.4}.lawyer-referred-card-meta--datetime{font-variant-numeric:tabular-nums;letter-spacing:.01em}.lawyer-referred-card-meta{font-family:Vazir,sans-serif;font-size:.78rem;color:#64748b;margin:0 0 .65rem;line-height:1.45}.lawyer-referred-card-profile-dates{font-size:.73rem;color:#476569;margin:0 0 .4rem}.lawyer-referred-client-full-name{font-weight:700;color:#334155;margin-bottom:.5rem}.lawyer-referred-detail-link{display:inline-flex;align-items:center;gap:.25rem;font-family:Vazir,sans-serif;font-size:.82rem;font-weight:600;color:#2563eb;text-decoration:none;margin-bottom:.75rem}.lawyer-referred-detail-link:hover{text-decoration:underline}.lawyer-referred-detail-btn{display:flex;width:100%;box-sizing:border-box;align-items:center;justify-content:center;margin:.35rem 0 0;padding:.72rem 1rem;font-family:Vazir,sans-serif;font-size:.86rem;font-weight:800;line-height:1.35;text-align:center;text-decoration:none;color:#fff;background:linear-gradient(135deg,#1d4ed8,#2563eb 45%,#3b82f6);border-radius:12px;border:1px solid rgba(37,99,235,.5);box-shadow:0 4px 14px #2563eb40;transition:transform .12s ease,filter .12s ease}.lawyer-referred-detail-btn:active{transform:scale(.99);filter:brightness(.97)}.lawyer-referred-detail-btn-first{margin-top:.35rem}.lawyer-referred-chat-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;box-sizing:border-box;margin:.65rem 0 0;padding:.72rem 1rem;font-family:Vazir,sans-serif;font-size:.95rem;font-weight:800;line-height:1.35;text-align:center;text-decoration:none;color:#fff;border:none;border-radius:14px;background:linear-gradient(135deg,#2563eb,#1d4ed8);cursor:pointer;box-shadow:0 1px #ffffff40 inset,0 8px 18px -8px #1d4ed88c;transition:filter .15s ease,transform .12s ease}.lawyer-referred-chat-btn:hover{filter:brightness(1.05)}.lawyer-referred-chat-btn:active{transform:scale(.98)}.lawyer-referred-chat-btn svg{flex-shrink:0;width:1.15rem;height:1.15rem}.lawyer-referred-actions{display:flex;flex-direction:row;gap:.5rem;margin-top:.25rem}.lawyer-referred-actions button{flex:1;font-family:Vazir,sans-serif;font-size:.82rem;font-weight:700;padding:.55rem .5rem;border-radius:10px;border:none;cursor:pointer;transition:opacity .15s,transform .1s}.lawyer-referred-actions button:active{transform:scale(.98)}.lawyer-referred-btn-accept{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff}.lawyer-referred-btn-reject{background:linear-gradient(135deg,#f87171,#dc2626);color:#fff}.lawyer-referred-status-pill{display:inline-block;font-family:Vazir,sans-serif;font-size:.6rem;font-weight:700;padding:.2rem .45rem;border-radius:8px}.lawyer-referred-status-pill-corner{float:left;margin:0 0 .35rem .4rem;z-index:1}.lawyer-referred-status-await-lawyer{background:#3b82f624;color:#1d4ed8}.lawyer-referred-status-await-client{background:#22c55e26;color:#15803d}.lawyer-referred-status-rejected{background:#f8717133;color:#b91c1c}.lawyer-referred-status-chosen{background:#10b98133;color:#047857}.lawyer-referred-status-closed{background:#94a3b859;color:#475569}.lawyer-referred-status-archived{background:#0d948838;color:#0f766e}.lawyer-referred-lawyer-comment{margin-top:.75rem;padding-top:.75rem;border-top:1px dashed rgba(16,185,129,.35)}.lawyer-referred-lawyer-comment-hint{font-family:Vazir,sans-serif;font-size:.8rem;font-weight:600;color:#166534;margin:0 0 .55rem;line-height:1.65;text-align:justify}.lawyer-referred-lawyer-comment-input{width:100%;box-sizing:border-box;font-family:Vazir,sans-serif;font-size:.82rem;padding:.5rem .55rem;border-radius:10px;border:1px solid rgba(5,150,105,.35);resize:vertical;margin-bottom:.5rem;background:#fffffff2}.lawyer-referred-lawyer-comment-input:focus{outline:none;border-color:#059669;box-shadow:0 0 0 2px #10b98133}.lawyer-referred-lawyer-comment-submit{width:100%;font-family:Vazir,sans-serif;font-size:.82rem;font-weight:800;padding:.5rem .65rem;border:none;border-radius:10px;cursor:pointer;background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 2px 8px #0596694d}.lawyer-referred-lawyer-comment-submit:hover:not(:disabled){filter:brightness(1.04)}.lawyer-referred-lawyer-comment-submit:disabled{opacity:.65;cursor:not-allowed}.lawyer-referred-empty{font-family:Vazir,sans-serif;text-align:center;color:#64748b;padding:2rem .5rem;font-size:.9rem}.lawyer-referred-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;z-index:2000;display:flex;align-items:flex-end;justify-content:center;padding:0}@media (min-width: 520px){.lawyer-referred-overlay{align-items:center;padding:1rem}}.lawyer-referred-modal{width:100%;max-width:420px;background:#fff;border-radius:16px 16px 0 0;padding:1.1rem 1rem 1rem;box-sizing:border-box;box-shadow:0 -4px 24px #0000001f;max-height:min(88vh,560px);overflow-y:auto}@media (min-width: 520px){.lawyer-referred-modal{border-radius:16px;box-shadow:0 12px 40px #0000002e}}.lawyer-referred-modal h3{font-family:Vazir,sans-serif;font-size:.95rem;font-weight:800;color:#0f172a;margin:0 0 .5rem}.lawyer-referred-modal p{font-family:Vazir,sans-serif;font-size:.8rem;color:#64748b;margin:0 0 .65rem;line-height:1.45}.lawyer-referred-modal textarea{width:100%;min-height:100px;box-sizing:border-box;font-family:Vazir,sans-serif;font-size:.85rem;padding:.55rem .6rem;border-radius:10px;border:1px solid #cbd5e1;resize:vertical;margin-bottom:.65rem}.lawyer-referred-modal-actions{display:flex;gap:.5rem;margin-top:.35rem}.lawyer-referred-modal-actions button{flex:1;font-family:Vazir,sans-serif;font-size:.82rem;font-weight:700;padding:.55rem;border-radius:10px;border:none;cursor:pointer}.lawyer-referred-modal-cancel{background:#f1f5f9;color:#334155}.lawyer-referred-modal-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.lawyer-referred-modal-primary:disabled{opacity:.45;cursor:not-allowed}.lawyer-referred-modal-danger{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff}.lawyer-referred-modal-danger:disabled{opacity:.45;cursor:not-allowed}.lawyer-referred-offer-close-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;margin-top:.55rem;padding:.44rem 1rem;min-height:2.38rem;font-family:Vazir,sans-serif;font-size:.8rem;font-weight:800;letter-spacing:.015em;color:#fff;cursor:pointer;border:1px solid rgba(217,119,6,.45);border-radius:10px;background:linear-gradient(145deg,#ea580c,#c2410c);box-shadow:0 2px 6px #c2410c38,inset 0 1px #fff3;transition:transform .14s ease,box-shadow .14s ease,filter .14s ease}.lawyer-referred-offer-close-btn:hover:not(:disabled){filter:brightness(1.06);box-shadow:0 4px 14px #c2410c52,inset 0 1px #ffffff38}.lawyer-referred-offer-close-btn:active:not(:disabled){transform:translateY(1px)}.lawyer-referred-offer-close-btn:focus-visible{outline:2px solid #fb923c;outline-offset:3px}.lawyer-referred-status-audit-pending{background:linear-gradient(135deg,#fbbf24eb,#f8fafceb);color:#92400e!important}.lawyer-referred-card-auditor-pending{border-color:#f59e0b66}.lawyer-referred-accept-reason{margin:.65rem 0 .35rem;padding:.65rem .75rem;border-radius:12px;background:linear-gradient(165deg,var(--success-bg, rgba(16, 185, 129, .14)) 0%,rgba(16,185,129,.05) 100%);border:1px solid rgba(16,185,129,.28);box-shadow:inset 0 1px #fff6}.lawyer-referred-accept-reason-label{font-size:.72rem;font-weight:700;color:var(--success-text, #047857);margin-bottom:.35rem;letter-spacing:-.01em}.lawyer-referred-accept-reason-body{margin:0;font-size:.82rem;line-height:1.55;color:var(--text, #1e293b);white-space:pre-wrap;word-break:break-word}.lawyer-referred-accept-reason-body--expanded{max-height:none}.lawyer-referred-accept-reason-actions{margin-top:.45rem;display:flex;gap:.75rem;flex-wrap:wrap}.lawyer-referred-accept-reason-toggle{padding:0;border:none;background:none;font:inherit;font-size:.8rem;font-weight:600;color:var(--accent-light, #2563eb);cursor:pointer;text-decoration:underline;text-underline-offset:3px}.lawyer-referred-accept-reason-toggle:hover{color:var(--accent-strong, #1d4ed8)}.lawyer-referred-accept-reason-toggle:focus-visible{outline:2px solid var(--accent-light, #93c5fd);outline-offset:2px;border-radius:4px}.auditor-profiles-page .service-page-inner{padding:0;box-sizing:border-box}.auditor-intro{margin:0 0 1rem;font-size:.9rem;color:#4b5563;line-height:1.55;text-align:justify}.auditor-empty{text-align:center;color:#64748b;padding:1.5rem 0}.auditor-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.auditor-card{position:relative;background:#fff;border-radius:12px;padding:1rem 1rem 1.1rem;box-shadow:0 1px 3px #0f172a14}.auditor-status-pill{display:inline-block;margin-bottom:.55rem;font-size:.72rem;font-weight:600;padding:.2rem .55rem;border-radius:999px;background:#ecfdf5;color:#065f46}.auditor-card-title{margin:0 0 .75rem;font-size:1.05rem;font-weight:700;color:#111827;line-height:1.4}.auditor-card-phone-wrap.audit-tel-block--embedded{gap:.55rem}.auditor-lawyer-note{margin:.65rem 0 1rem;padding:.55rem .62rem;border-radius:10px;background:linear-gradient(180deg,#fffdfb,#fffbeb);border:1px solid rgba(251,191,36,.3)}.auditor-note-label{display:inline-flex;align-items:center;margin:0 0 .35rem;padding:.2rem .62rem;border-radius:999px;font-size:.71rem;font-weight:800;letter-spacing:.02em;color:#9a3412;background:linear-gradient(145deg,#fef3c7,#fde68a);border:1px solid rgba(217,119,6,.35);box-shadow:0 1px 2px #b453091f}.auditor-lawyer-note-body{margin:0;font-size:.8rem;line-height:1.62;color:#78350f;text-align:justify}.auditor-detail-link{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:.55rem .85rem;border-radius:10px;background:linear-gradient(135deg,#0d9488,#059669);color:#fff!important;font-weight:600;font-size:.9rem;text-decoration:none}.lpr-page{flex:1;min-height:100%;display:flex;flex-direction:column}.lpr-card{width:100%;max-width:620px;margin:0 auto;flex:1;min-height:0;display:flex;flex-direction:column;gap:.85rem;background:var(--bg-card);border:1px solid var(--border);border-radius:18px;padding:1rem 1.1rem 0;box-shadow:var(--shadow-md)}.lpr-header{display:flex;align-items:center;gap:.6rem}.lpr-back-home{border:none;background:var(--bg-subtle);color:var(--text);width:2rem;height:2rem;border-radius:10px;cursor:pointer;font-size:.95rem;flex-shrink:0;display:flex;align-items:center;justify-content:center}.lpr-title{font-size:1.05rem;font-weight:800;margin:0;flex:1;color:var(--text)}.lpr-step-indicator{font-size:.78rem;font-weight:700;color:var(--text-secondary);white-space:nowrap}.lpr-progress{height:6px;border-radius:999px;background:var(--accent-subtle);overflow:hidden}.lpr-progress-bar{height:100%;background:linear-gradient(90deg,#0ea5e9,#0369a1);border-radius:999px;transition:width .25s ease}.lpr-reject-banner{display:flex;flex-direction:column;gap:.25rem;padding:.7rem .8rem;border-radius:12px;background:var(--error-bg);border:1px solid var(--error);color:var(--error-text);font-size:.85rem;line-height:1.7}.lpr-reject-hint{color:var(--text-secondary);font-size:.78rem}.lpr-step-body{flex:1;min-height:0;display:flex;flex-direction:column;gap:.8rem;overflow-y:auto;overflow-x:hidden;padding-bottom:.4rem;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.lpr-step-question{font-size:.95rem;font-weight:700;line-height:1.9;margin:0;color:var(--text)}.lpr-step-hint{font-size:.82rem;line-height:1.9;margin:0 0 .4rem;color:var(--text-secondary)}.lpr-input,.lpr-textarea{width:100%;padding:.7rem .8rem;border-radius:12px;border:1px solid var(--border);background:var(--bg-input);color:var(--text);font-size:.95rem;font-family:inherit;box-sizing:border-box}.lpr-input::placeholder,.lpr-textarea::placeholder{color:var(--text-faint)}.lpr-textarea{resize:vertical;min-height:120px}.lpr-input:focus,.lpr-textarea:focus{outline:none;border-color:var(--accent-light);box-shadow:0 0 0 3px var(--accent-subtle-strong)}.lpr-options{display:flex;flex-wrap:wrap;gap:.55rem}.lpr-option{padding:.6rem 1rem;border-radius:12px;border:1.5px solid var(--border);background:var(--bg-input);color:var(--text);font-size:.9rem;font-family:inherit;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.lpr-option.is-selected{border-color:var(--accent-light);background:var(--accent-subtle);color:var(--accent);font-weight:700}.lpr-option:disabled{opacity:.4;cursor:not-allowed}.lpr-chips{display:flex;flex-wrap:wrap;gap:.45rem}.lpr-chip{padding:.45rem .75rem;border-radius:999px;border:1.5px solid var(--border);background:var(--bg-input);color:var(--text);font-size:.82rem;font-family:inherit;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.lpr-chip.is-selected{border-color:var(--accent-light);background:var(--accent-subtle);color:var(--accent);font-weight:700}.lpr-provinces-count{font-size:.8rem;color:var(--text-secondary);font-weight:700}.lpr-image-upload{display:flex;flex-direction:column;align-items:center;gap:.75rem}.lpr-image-preview{width:150px;height:150px;object-fit:cover;border-radius:14px;border:1px solid var(--border)}.lpr-image-existing{font-size:.85rem;color:var(--text-secondary);text-align:center}.lpr-upload-btn{padding:.6rem 1.2rem;border-radius:12px;border:1.5px dashed var(--accent-light);background:var(--accent-subtle);color:var(--accent);font-weight:700;font-family:inherit;cursor:pointer}.lpr-upload-btn:disabled{opacity:.6;cursor:not-allowed}.lpr-submit-step{display:flex;flex-direction:column}.lpr-submit-notice{font-size:.88rem;line-height:2;white-space:pre-line;color:var(--text);background:var(--accent-subtle);border:1px solid var(--accent-subtle-strong);border-radius:12px;padding:.9rem 1rem;margin:0;text-align:justify}.lpr-actions{position:sticky;bottom:0;z-index:2;display:flex;gap:.6rem;margin:0 -1.1rem;padding:.7rem 1.1rem calc(.7rem + env(safe-area-inset-bottom,0px));background:var(--bg-card);border-top:1px solid var(--border)}.lpr-btn{flex:1;padding:.8rem 1rem;border-radius:12px;border:none;font-size:.92rem;font-weight:700;font-family:inherit;cursor:pointer}.lpr-btn-prev{background:var(--bg-subtle);color:var(--text)}.lpr-btn-next{background:linear-gradient(135deg,#0ea5e9,#0369a1);color:#fff}.lpr-btn-submit{background:linear-gradient(135deg,#16a34a,#15803d);color:#fff}.lpr-btn:disabled{opacity:.6;cursor:not-allowed}.lpr-guide-link{text-align:center;font-size:.82rem;color:var(--accent-light);text-decoration:underline;padding:0 1.1rem calc(.8rem + env(safe-area-inset-bottom,0px));margin:0}.lpr-loading{display:flex;align-items:center;justify-content:center;gap:.6rem;padding:2rem;margin:auto;color:var(--text-secondary)}.lpr-spinner{width:1.1rem;height:1.1rem;border:2px solid var(--accent-subtle-strong);border-top-color:var(--accent-light);border-radius:50%;animation:lpr-spin .8s linear infinite}@keyframes lpr-spin{to{transform:rotate(360deg)}}.lpr-gate{flex:0 0 auto;margin:auto;text-align:center;gap:1.1rem;padding:1.5rem 1.3rem}.lpr-gate .lpr-actions{position:static;margin:0;padding:0;border-top:none;flex-direction:column}.lpr-gate-body{font-size:.9rem;line-height:2;color:var(--text-secondary);margin:0}@media (min-width: 769px){.lpr-card{padding:1.3rem 1.4rem 0;border-radius:20px}.lpr-actions{margin:0 -1.4rem;padding:.85rem 1.4rem}.lpr-guide-link{padding:0 1.4rem 1rem}.lpr-step-question{font-size:1rem}}.home-quick-actions-section{margin:0;width:100%;max-width:100%;box-sizing:border-box;padding:0;margin-bottom:.8rem}.home-quick-actions-container{width:100%;max-width:100%;min-width:0;box-sizing:border-box;background:none;border:none;border-radius:10px;padding:0;box-shadow:none;margin-bottom:.35rem}.home-quick-actions-header{margin:0 0 .32rem;padding:0;text-align:center;font-family:Vazir,sans-serif;font-size:.68rem;font-weight:600;color:#64748b;white-space:nowrap;background:none;border:none;line-height:1.2}.home-quick-actions{display:flex;align-items:stretch;gap:.4rem;flex-wrap:nowrap;width:100%}.home-quick-action{flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.22rem;padding:.48rem .45rem;border-radius:9px;text-decoration:none;color:inherit;font-family:Vazir,sans-serif;font-size:.78rem;font-weight:600;transition:filter .08s ease,background .2s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation;border:none;box-sizing:border-box}.home-quick-action:hover{filter:brightness(1.02)}.home-quick-action:active{filter:brightness(.94)}.home-quick-action-desktop-only{display:none!important}@media (min-width: 1024px) and (display-mode: browser){.main-content-lawyer-nonchat .home-quick-action-desktop-only{display:flex!important}}.home-quick-action-reminder,.home-quick-action-voice-to-text,.home-quick-action-ara,.home-quick-action-tax-stamp{flex:1 1 0;max-width:none;background:#aeb0d32b;color:#475569;padding:.32rem}.home-quick-action-reminder:hover,.home-quick-action-voice-to-text:hover,.home-quick-action-ara:hover,.home-quick-action-tax-stamp:hover{background:#aeb0d348}.home-quick-action-icon{display:flex;align-items:center;justify-content:center;line-height:1}.home-quick-action-svg{width:1.45rem;height:1.45rem}.home-quick-action-label{line-height:1.15;text-align:center;font-size:.62rem;font-weight:600;color:#64748b}@media (max-width: 768px){.home-quick-actions-section{padding:0!important}}@media (max-width: 380px){.home-quick-action-label{font-size:.6rem}}.home-quick-actions-section--footer{margin-bottom:0;padding:0}.home-quick-actions-section--footer .home-quick-actions{flex-direction:column;gap:.45rem}.home-quick-actions-section--footer .home-quick-action{flex:none;flex-direction:row;justify-content:flex-start;align-items:center;gap:.65rem;width:100%;padding:.72rem .85rem;border-radius:10px}.home-quick-actions-section--footer .home-quick-action-desktop-only{display:flex!important}.home-quick-actions-section--footer .home-quick-action-label{text-align:right;font-size:.82rem;flex:1}.home-quick-actions-section--footer .home-quick-action-svg{width:1.35rem;height:1.35rem;flex-shrink:0}.footer-bottom-navigation{flex-shrink:0;z-index:1000;background:#fff;box-shadow:0 -2px 10px #0000001a;border-top:1px solid rgba(0,0,0,.08);padding-bottom:env(safe-area-inset-bottom,0px)}.footer-nav-container{max-width:var(--content-max, 400px);margin:0 auto;padding:0}.footer-nav-actions{display:flex;justify-content:space-around;align-items:center;padding:.28rem 0;direction:rtl}.footer-nav-action{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.18rem;padding:.24rem .6rem;border:none;background:transparent;cursor:pointer;transition:all .2s ease;color:#0009;min-width:60px;flex:1;position:relative}.footer-nav-action:hover{background:#0000000a}.footer-nav-actions-lawyer .footer-nav-action{-webkit-tap-highlight-color:transparent}.footer-nav-actions-lawyer .footer-nav-action:hover,.footer-nav-actions-lawyer .footer-nav-action:active{background:transparent}.footer-nav-action.active{color:var(--accent)}.footer-nav-icon-wrap{position:relative;display:inline-flex}.footer-nav-unread-dot{position:absolute;top:-3px;right:-3px;width:12px;height:12px;background:#22c55e;border-radius:50%;border:2px solid white;box-shadow:0 1px 3px #0003;flex-shrink:0}.footer-nav-icon{width:21px;height:21px;fill:currentColor;transition:all .2s ease}.footer-nav-action.active .footer-nav-icon{fill:var(--accent);color:var(--accent)}.footer-nav-label{font-family:Vazir,sans-serif;font-size:.58rem;font-weight:500;line-height:1;margin-top:.15rem;white-space:nowrap}.footer-quick-actions-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:998;background:#0f172a59;animation:footerQuickActionsFadeIn .2s ease-out}.footer-quick-actions-menu{position:fixed;bottom:calc(4.5rem + env(safe-area-inset-bottom,0px));left:50%;transform:translate(-50%);max-width:var(--content-max, 400px);width:100%;z-index:999;padding:0 1rem .65rem;animation:slideUpSettings .3s ease-out;pointer-events:none}.footer-quick-actions-menu>*{pointer-events:auto}.footer-quick-actions-panel{background:#fff;border-radius:14px;box-shadow:0 10px 32px #0f172a2e;padding:.65rem .55rem .55rem;direction:rtl;border:1px solid rgba(148,163,184,.2)}.footer-quick-actions-panel-title{margin:0 0 .5rem;padding:0 .35rem;font-family:Vazir,sans-serif;font-size:.78rem;font-weight:700;color:#475569;text-align:center}@keyframes footerQuickActionsFadeIn{0%{opacity:0}to{opacity:1}}.footer-settings-menu{position:fixed;bottom:calc(4.5rem + env(safe-area-inset-bottom,0px));left:50%;transform:translate(-50%);max-width:var(--content-max, 400px);width:100%;z-index:999;padding:0 1rem 1rem;animation:slideUpSettings .3s ease-out}@keyframes slideUpSettings{0%{opacity:0;transform:translate(-50%) translateY(10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.footer-settings-content{background:#fff;border-radius:12px;box-shadow:0 8px 24px #00000026;overflow:hidden;direction:rtl}.footer-settings-item{width:100%;padding:.8rem 1rem;border:none;background:#fff;color:var(--text);font-family:Vazir,sans-serif;font-size:.85rem;text-align:right;cursor:pointer;display:flex;align-items:center;gap:.8rem;transition:background .2s;border-bottom:1px solid #f0f0f0}.footer-settings-item:last-child{border-bottom:none;margin-bottom:0}.footer-settings-item:hover{background:#f8f9fa}.footer-settings-item:active{background:#e5e7eb}.footer-settings-icon{font-size:1.2rem;width:1.5rem;text-align:center}@media (max-width: 480px){.footer-nav-label{font-size:.54rem}.footer-nav-action{padding:.22rem .4rem;min-width:50px}.footer-nav-icon{width:19px;height:19px}}.credit-display{font-family:Vazir,sans-serif;background:#ffffff26;padding:.22rem .5rem;border-radius:6px;display:flex;flex-direction:column;gap:.18rem;align-items:center;box-sizing:border-box;width:100%}.credit-display-right{align-items:flex-end}.credit-info{display:flex;align-items:center;gap:.22rem;font-size:.6rem;white-space:nowrap;justify-content:center}.credit-display-right .credit-info{justify-content:flex-end}.credit-info-values{display:inline-flex;align-items:baseline;gap:.2rem;font-variant-numeric:tabular-nums;min-width:3.25rem;justify-content:flex-end}.credit-label{opacity:.9;font-size:.6rem}.credit-value{font-weight:700;font-size:.7rem}.credit-value--healthy{color:#6ee7b7}.credit-value--warning{color:#fcd34d}.credit-value--critical{color:#fca5a5}.credit-value--unlimited{color:#5eead4}.credit-separator{opacity:.7;font-size:.65rem}.credit-max{opacity:.8;font-size:.7rem}.credit-bar{direction:ltr;width:100%;height:3px;background:#ffffff29;border-radius:999px;overflow:hidden;box-shadow:inset 0 1px 2px #0f172a1f}.credit-bar-fill{position:relative;height:100%;border-radius:999px;transition:width .45s ease,filter .25s ease;overflow:hidden}.credit-bar-fill--neutral{background:linear-gradient(90deg,#64748b,#94a3b8)}.credit-bar-fill--healthy{background:linear-gradient(90deg,#047857,#10b981 48%,#6ee7b7);box-shadow:0 0 8px #10b98147}.credit-bar-fill--warning{background:linear-gradient(90deg,#b45309,#f59e0b 48%,#fde68a);box-shadow:0 0 8px #f59e0b42}.credit-bar-fill--critical{background:linear-gradient(90deg,#b91c1c,#ef4444 48%,#fca5a5);box-shadow:0 0 8px #ef444442}.credit-bar-fill--unlimited{background:linear-gradient(90deg,#0f766e,#14b8a6 45%,#5eead4);box-shadow:0 0 8px #14b8a647}.credit-bar-fill--updating:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.08) 35%,rgba(255,255,255,.28) 50%,rgba(255,255,255,.08) 65%,transparent 100%);background-size:240% 100%;animation:credit-bar-fill-shimmer 1.85s ease-in-out infinite;opacity:.75;pointer-events:none}@keyframes credit-bar-fill-shimmer{0%{background-position:130% 0}to{background-position:-130% 0}}.credit-display-loading{opacity:.8}.credit-loading-spinner{display:inline-flex;align-items:center;justify-content:center;width:1rem;height:1rem;margin-right:.25rem}.credit-display-refreshing .credit-info-values{opacity:.92}.spinner-ring{width:.75rem;height:.75rem;border:2px solid rgba(255,255,255,.3);border-top-color:#ffffffe6;border-radius:50%;animation:spin .8s linear infinite}.credit-bar-loading{width:100%;height:100%;background:linear-gradient(90deg,#ffffff1a,#ffffff4d,#ffffff1a);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite;border-radius:999px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.credit-display-error .credit-error-icon{display:inline-flex;align-items:center;justify-content:center;width:.3rem;height:.3rem;min-width:.3rem;min-height:.3rem;border-radius:50%;background:#e73939b6;color:#fff;font-size:.7rem;font-weight:700;line-height:1;margin-left:.3rem;flex-shrink:0;animation:server-disconnect-dot-blink 2.6s ease-in-out infinite}@media (prefers-reduced-motion: reduce){.credit-display-error .credit-error-icon{animation:none;opacity:1}.credit-bar-fill--updating:after{animation:none;opacity:.2}}.credit-display-error .credit-label{opacity:.95;font-size:.65rem}@media (max-width: 480px){.credit-display{padding:.2rem .45rem}.credit-info{font-size:.58rem;gap:.2rem}.credit-label{font-size:.56rem}.credit-value{font-size:.66rem}.credit-max{font-size:.6rem}.credit-loading-spinner{width:.9rem;height:.9rem}.spinner-ring{width:.65rem;height:.65rem;border-width:1.5px}}.subscription-type-display{font-family:Vazir,sans-serif;display:inline-flex;align-items:center;gap:.4rem;font-size:.82rem;opacity:.98;font-weight:700;text-decoration:none;color:inherit;cursor:pointer;padding:.16rem .5rem .16rem .38rem;border-radius:999px;background:#ffffff1a;border:1px solid rgba(255,255,255,.18);-webkit-tap-highlight-color:transparent;transition:background .18s ease,border-color .18s ease,transform .18s ease;max-width:100%;min-height:1.45rem;box-sizing:border-box}.subscription-type-display:hover,.subscription-type-display:focus-visible{background:#ffffff2e;border-color:#ffffff47;outline:none}.subscription-type-display:active{transform:scale(.97)}.subscription-cta-chevron{width:.75rem;height:.75rem;flex-shrink:0;color:#ffffffd9;margin-inline-start:.05rem;transition:transform .2s ease}.subscription-type-display:hover .subscription-cta-chevron{transform:translate(2px)}.subscription-tier-free .subscription-svg-icon,.subscription-tier-free .subscription-text{color:#fff}.subscription-tier-silver .subscription-svg-icon,.subscription-tier-silver .subscription-text{color:#eceff4}.subscription-tier-gold .subscription-svg-icon,.subscription-tier-gold .subscription-text{color:#fcd34d}.subscription-tier-diamond .subscription-svg-icon,.subscription-tier-diamond .subscription-text{color:#e0f2fe}.subscription-tier-titanium.subscription-type-display{background:linear-gradient(128deg,#9d174df0,#be185deb 38%,#e11d48e6 72%,#f43f5ee0);border:1px solid rgba(255,200,210,.42);box-shadow:0 2px 12px #be185d6b,0 1px #ffffff1f inset,inset 0 -1px #88133740}.subscription-tier-titanium.subscription-type-display:hover,.subscription-tier-titanium.subscription-type-display:focus-visible{background:linear-gradient(128deg,#be185dfa,#db2777f5 40%,#f43f5ef2);border-color:#ffe4e88c;box-shadow:0 4px 18px #e11d487a,0 1px #ffffff2e inset}.subscription-tier-titanium .subscription-icon{width:1.55rem;height:1.55rem;border-radius:9px;background:#ffffff29;border:1px solid rgba(255,255,255,.22);box-shadow:inset 0 1px #fff3,0 1px 4px #88133747}.subscription-tier-titanium .subscription-svg-icon{width:1.12rem;height:1.12rem;color:#fff7fa;filter:drop-shadow(0 1px 1px rgba(136,19,55,.35))}.subscription-tier-titanium .subscription-text{color:#fff;text-shadow:0 1px 2px rgba(136,19,55,.32)}.subscription-tier-titanium .subscription-cta-chevron{color:#ffedf2f2}.subscription-tier-titanium .subscription-cta-hint{color:#ffe4e8;background:#ffffff24;border:1px solid rgba(255,255,255,.14)}.subscription-tier-default .subscription-svg-icon,.subscription-tier-default .subscription-text{color:#fff}.subscription-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.subscription-svg-icon{width:1.1rem;height:1.1rem;flex-shrink:0;shape-rendering:geometricPrecision;filter:drop-shadow(0 0 2px currentColor);transition:transform .2s ease-in-out}.subscription-type-display:hover .subscription-svg-icon{transform:scale(1.1)}.subscription-text{font-weight:700;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;letter-spacing:.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.subscription-cta-hint{display:none;align-items:center;font-size:.7rem;font-weight:600;color:#ffffffc7;padding:.1rem .4rem;border-radius:999px;background:#ffffff1f;white-space:nowrap;letter-spacing:.005em}@media (min-width: 600px){.subscription-cta-hint{display:inline-flex}}.subscription-type-loading{opacity:.85}.subscription-loading-spinner{display:flex;align-items:center;justify-content:center;width:1.35rem;height:1.35rem}.subscription-loading-spinner .spinner-ring{width:.95rem;height:.95rem;border:2px solid rgba(255,255,255,.3);border-top-color:#ffffffe6;border-radius:50%;animation:spin .8s linear infinite}@keyframes server-disconnect-dot-blink{0%,to{opacity:1;transform:scale(1);box-shadow:0 0 #e2191973}50%{opacity:.35;transform:scale(.92);box-shadow:0 0 8px 2px #e2191959}}.subscription-type-error{opacity:.95}.subscription-type-error .subscription-error-icon{display:inline-flex;align-items:center;justify-content:center;width:.4rem;height:.4rem;min-width:.4rem;min-height:.4rem;border-radius:50%;background:linear-gradient(135deg,#cc5e5ecf,#e21919);color:#fff;font-size:.8rem;font-weight:700;line-height:1;flex-shrink:0;animation:server-disconnect-dot-blink 2.6s ease-in-out infinite}@media (prefers-reduced-motion: reduce){.subscription-type-error .subscription-error-icon{animation:none;opacity:1}}.subscription-type-error .subscription-text{color:#fffffff2;font-size:.85rem}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 480px){.subscription-type-display{font-size:.76rem;gap:.3rem;font-weight:700;padding:.14rem .45rem .14rem .36rem;min-height:1.32rem}.subscription-svg-icon{width:1rem;height:1rem}.subscription-loading-spinner{width:1.2rem;height:1.2rem}.subscription-loading-spinner .spinner-ring{width:.85rem;height:.85rem;border-width:1.5px}.subscription-cta-chevron{width:.7rem;height:.7rem}}.layout{min-height:100dvh;min-height:calc(var(--vh, 1vh) * 100);height:100%;display:flex;flex-direction:column;background:#fafbfc;overflow:hidden;overscroll-behavior-y:none;overscroll-behavior:none}.header{background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;padding:.18rem 0;padding-top:max(.18rem,env(safe-area-inset-top,0px));box-shadow:0 2px 10px #1e3a8a33;position:sticky;top:0;z-index:100;flex-shrink:0}.header-content{max-width:var(--content-max, 400px);margin:0 auto;padding:.2rem .75rem;display:flex;flex-direction:column;gap:.28rem}.header-row{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.header-row-top{min-height:1.5rem}.header-row-bottom{justify-content:space-between;align-items:flex-end}.header-left{display:flex;align-items:center;gap:.5rem;justify-content:flex-start}.header-center{display:flex;align-items:center;justify-content:center;width:100%}.header-right{display:flex;align-items:center;gap:.5rem;justify-content:flex-end}.credit-display-link{display:block;width:100%;text-decoration:none;color:inherit;cursor:pointer}.header-lawyer-grid{display:grid;grid-template-columns:minmax(0,1fr) max-content;grid-template-rows:auto auto;gap:.24rem .5rem;align-items:center}.header-lawyer-grid>.logo{min-width:0;padding-right:.4rem}.header-lawyer-grid .credit-display-link{width:100%;min-width:0}.header-lawyer-grid>.subscription-type-display{justify-self:start;width:fit-content;max-width:100%;box-sizing:border-box;padding-block:.2rem;padding-right:.4rem;padding-left:.52rem}.header-lawyer-grid>.subscription-type-display .subscription-cta-chevron{margin-inline-start:0}@media (max-width: 480px){.header-lawyer-grid>.logo{padding-right:.32rem}.header-lawyer-grid>.subscription-type-display{padding-block:.16rem;padding-right:.32rem;padding-left:.48rem}}.header-lawyer-user-info{width:100%;justify-content:center;box-sizing:border-box}.logo{text-decoration:none;color:#fff;display:flex;align-items:center;gap:.5rem}.logo picture{display:flex;align-items:center}.logo-image{height:.88rem;width:auto;object-fit:contain;filter:brightness(0) invert(1);display:block}.logo h1{font-family:Vazir,sans-serif;margin:0;font-size:1.15rem;font-weight:700;text-shadow:0 2px 10px rgba(0,0,0,.2)}.user-info{font-family:Vazir,sans-serif;font-size:.72rem;opacity:.95;background:#ffffff26;padding:.22rem .55rem;border-radius:6px;height:1.45rem;display:flex;align-items:center;box-sizing:border-box;text-decoration:none;color:inherit;cursor:pointer}.btn-logout{font-family:Vazir,sans-serif;background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);padding:.22rem .75rem;border-radius:6px;cursor:pointer;transition:all .3s ease;font-size:.72rem;height:1.45rem;display:flex;align-items:center;box-sizing:border-box}.btn-logout:hover{background:#ffffff4d;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.main-content-scroll-wrapper{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden;overscroll-behavior-y:none;overscroll-behavior:none;scroll-behavior:auto}.main-content{flex:1;max-width:var(--content-max, 400px);width:100%;margin:0 auto;padding:.75rem .75rem .5rem;box-sizing:border-box;min-height:0;display:flex;flex-direction:column;overflow-y:auto;-webkit-overflow-scrolling:touch;overflow-x:hidden;overscroll-behavior-y:none;overscroll-behavior:none;scroll-behavior:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden}.main-content.main-content-nonchat{padding-bottom:calc(.5rem + env(safe-area-inset-bottom,0px))!important}.main-content.main-content-chat{padding-bottom:.5rem;overflow:hidden}.main-content.main-content-chat:has(.profiles-page){overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.main-content.main-content-chat:has(.lawyer-referred-page),.main-content.main-content-chat:has(.contact-lawyer-page--lawyer-list-scroll){overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.main-content.main-content-nonchat.main-content-lawyer-nonchat,.main-content.main-content-lawyer-nonchat{padding-bottom:calc(.5rem + env(safe-area-inset-bottom,0px))!important}@media (max-width: 768px){.header-content{padding:.2rem .75rem;gap:.22rem}.header-row,.header-left,.header-right{gap:.4rem}.logo h1{font-size:.82rem}.main-content{padding:.75rem .75rem .5rem}.main-content.main-content-nonchat,.main-content.main-content-nonchat.main-content-lawyer-nonchat,.main-content.main-content-lawyer-nonchat{padding-bottom:calc(.5rem + env(safe-area-inset-bottom,0px))!important}}@media (max-width: 480px){.main-content.main-content-nonchat,.main-content.main-content-nonchat.main-content-lawyer-nonchat,.main-content.main-content-lawyer-nonchat{padding-bottom:calc(.5rem + env(safe-area-inset-bottom,0px))!important}}@media (min-width: 769px) and (display-mode: browser){.layout{overflow:hidden}.main-content-scroll-wrapper{width:100%;min-width:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;overflow-x:hidden;overscroll-behavior-y:none;overscroll-behavior:none;scroll-behavior:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden}.main-content{overflow-y:visible;flex:1 1 auto}}.header-client-profile-status{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;margin:0;padding:.26rem .78rem;border-radius:999px;border:1px solid rgba(255,255,255,.25);background:linear-gradient(135deg,#fff3,#94a3b814);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);font-size:.8rem;font-weight:600;color:#eaf1ff;text-align:center;box-shadow:0 8px 18px #0f172a2e,inset 0 0 0 1px #ffffff14;text-decoration:none;cursor:pointer}.header-client-profile-status-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.header-client-profile-status-text{letter-spacing:.01em}.header-client-profile-status-needs-info .header-client-profile-status-dot{background:radial-gradient(circle at 35% 35%,#ffedd5 8%,#fb923c 48%,#f97316);box-shadow:0 0 0 3px #f9731638,0 0 14px #fb923cd9;animation:profile-status-pulse 2s ease-in-out infinite}.header-client-profile-status-referred .header-client-profile-status-dot{background:radial-gradient(circle at 35% 35%,#dcfce7 5%,#86efac 45%,#4ade80);box-shadow:0 0 0 3px #86efac38,0 0 14px #86efacd1;animation:profile-status-pulse 1.8s ease-in-out infinite}.header-client-profile-status-awaiting-client .header-client-profile-status-dot{background:radial-gradient(circle at 35% 35%,#ffedd5 8%,#fb923c 48%,#f97316);box-shadow:0 0 0 3px #f9731638,0 0 14px #fb923cd9;animation:profile-status-pulse 2s ease-in-out infinite}.header-client-profile-status-in-progress .header-client-profile-status-dot{background:radial-gradient(circle at 35% 35%,#ecfdf5 8%,#a7f3d0 42%,#6ee7b7);box-shadow:0 0 0 3px #a7f3d059,0 0 14px #6ee7b7b3;animation:profile-status-in-progress-blink 3.4s ease-in-out infinite}.header-client-profile-status-idle{color:#d7dee8;border-color:#94a3b859;background:linear-gradient(135deg,#94a3b833,#47556929)}.header-client-profile-status-idle .header-client-profile-status-dot{background:radial-gradient(circle at 35% 35%,#e2e8f0 5%,#94a3b8 50%,#64748b);box-shadow:0 0 0 2px #94a3b838,0 0 10px #94a3b880;animation:profile-status-idle-pulse 2.4s ease-in-out infinite}@keyframes profile-status-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.85;transform:scale(1.08)}}@keyframes profile-status-in-progress-blink{0%,to{opacity:1;transform:scale(1);box-shadow:0 0 0 3px #a7f3d061,0 0 14px #6ee7b7b8}50%{opacity:.42;transform:scale(.94);box-shadow:0 0 0 2px #a7f3d024,0 0 7px #6ee7b747}}@keyframes profile-status-idle-pulse{0%,to{opacity:.35;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.startup-theme-picker-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10050;background:#0f172a73;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:1rem;box-sizing:border-box;direction:rtl;transition:background .22s ease,backdrop-filter .22s ease}.startup-theme-picker-backdrop[data-preview-theme=dark]{--bg-elevated: #111827;--bg-subtle: #1b2438;--text: #e5e7eb;--text-secondary: #cbd5e1;--text-muted: #94a3b8;--border: #1f2937;--accent: #60a5fa;--accent-strong: #3b82f6;--accent-light: #93c5fd;--accent-subtle: rgba(96, 165, 250, .12);--accent-subtle-strong: rgba(96, 165, 250, .22);--accent-on: #0b1220;background:#000000ad;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.startup-theme-picker-backdrop[data-preview-theme=dark] .startup-theme-picker-card{box-shadow:0 20px 50px #0000008c,0 0 0 1px #ffffff0f inset}.startup-theme-picker-backdrop[data-preview-theme=dark] .startup-theme-picker-option:hover{border-color:#60a5fa73;color:var(--text)}.startup-theme-picker-backdrop[data-preview-theme=dark] .startup-theme-picker-option.is-active{border-color:var(--accent);background:linear-gradient(180deg,#60a5fa33,#60a5fa12);color:var(--accent-light);box-shadow:0 0 0 1px #60a5fa47}.startup-theme-picker-card{width:100%;max-width:380px;background:var(--bg-elevated, #ffffff);color:var(--text, #0f172a);border:1px solid var(--border, #e2e8f0);border-radius:20px;padding:1.35rem 1.25rem 1.25rem;box-shadow:0 20px 50px #0000002e,0 0 0 1px #ffffff0f inset}.startup-theme-picker-title{font-family:Vazir,sans-serif;font-size:1.15rem;font-weight:700;margin:0 0 .5rem;text-align:center;color:var(--text, #0f172a)}.startup-theme-picker-desc{font-family:Vazir,sans-serif;font-size:.82rem;line-height:1.65;margin:0 0 1.15rem;text-align:center;color:var(--text-secondary, #475569)}.startup-theme-picker-options{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1.1rem}.startup-theme-picker-option{display:flex;flex-direction:column;align-items:center;gap:.45rem;padding:.95rem .65rem;border-radius:14px;border:2px solid var(--border, #e2e8f0);background:var(--bg-subtle, #f8fafc);color:var(--text-secondary, #475569);cursor:pointer;font-family:Vazir,sans-serif;transition:border-color .15s ease,background .15s ease,color .15s ease,transform .12s ease;-webkit-tap-highlight-color:transparent}.startup-theme-picker-option:hover{border-color:#60a5fa73;color:var(--text, #0f172a)}.startup-theme-picker-option.is-active{border-color:var(--accent, #2563eb);background:linear-gradient(180deg,#3b82f61a,#3b82f60a);color:var(--accent, #2563eb);box-shadow:0 0 0 1px #3b82f633}.startup-theme-picker-option:active{transform:scale(.98)}.startup-theme-picker-option-icon{display:flex;width:2.25rem;height:2.25rem;align-items:center;justify-content:center}.startup-theme-picker-option-icon svg{width:1.85rem;height:1.85rem}.startup-theme-picker-option-label{font-size:.88rem;font-weight:700}.startup-theme-picker-continue{width:100%;font-family:Vazir,sans-serif;font-size:.92rem;font-weight:700;padding:.72rem 1rem;border:none;border-radius:12px;cursor:pointer;color:#fff;background:linear-gradient(135deg,var(--accent-strong, #1e40af) 0%,var(--accent, #3b82f6) 100%);box-shadow:0 4px 14px #2563eb59;transition:filter .15s ease,transform .12s ease;-webkit-tap-highlight-color:transparent}.startup-theme-picker-continue:hover{filter:brightness(1.05)}.startup-theme-picker-continue:active{transform:scale(.99)}.role-selection-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:10000;padding:calc(.75rem + env(safe-area-inset-top,0px)) .75rem calc(.75rem + env(safe-area-inset-bottom,0px));backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;min-height:100dvh}.role-selection-modal{background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:24px;padding:2rem 1.5rem;max-width:500px;width:100%;margin:0 auto;min-height:min-content;max-height:none;overflow-y:visible;-webkit-overflow-scrolling:touch;box-shadow:0 20px 60px #0000004d,0 0 0 1px #ffffff80 inset;animation:fadeInModal .3s ease-out;border:1px solid rgba(255,255,255,.3)}@keyframes fadeInModal{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.role-selection-header{text-align:center;margin-bottom:1rem}.role-selection-header h2{font-size:1.15rem;color:#1a1a1a;margin-bottom:.25rem;font-weight:700}.role-selection-header p{font-size:.85rem;color:#666;margin:0}.role-selection-options{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.role-option{border-radius:12px;padding:.75rem 1rem;text-align:center;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;gap:.4rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.lawyer-option{background:linear-gradient(135deg,#a305ec1a,#d2dceb1a);border:2px solid rgba(192,85,235,.2)}.client-option{background:linear-gradient(135deg,#4504dd13,#ccd0d81a);border:2px solid rgba(59,117,224,.2)}.role-option:hover{border-color:#8b5cf699;background:linear-gradient(135deg,#8b5cf633,#3b82f633);box-shadow:0 4px 16px #8b5cf640}.lawyer-option.selected{background:linear-gradient(135deg,#cd36e0dc,#9a59a8e0);color:#fff;box-shadow:0 6px 20px #8b5cf666,0 0 0 2px #fff3 inset}.client-option.selected{background:linear-gradient(135deg,#3a3dd6dc,#435fdde0);color:#fff;box-shadow:0 6px 20px #8b5cf666,0 0 0 2px #fff3 inset}.role-option.selected .role-icon{transform:scale(1.05)}.role-icon{width:160px;height:160px;margin:0 auto;transition:transform .3s ease;display:flex;align-items:center;justify-content:center}.role-icon picture{width:100%;height:100%;display:block}.role-icon img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.15))}.role-option.selected .role-icon img{filter:drop-shadow(0 6px 12px rgba(0,0,0,.25));animation:iconPulse 2s ease-in-out infinite}.role-option.selected .role-icon{filter:drop-shadow(0 6px 12px rgba(0,0,0,.25));animation:iconPulse 2s ease-in-out infinite}@keyframes iconPulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.role-title{font-size:1.05rem;font-weight:700;color:inherit}.role-option.selected .role-title{color:#fff}.role-description{font-size:.8rem;color:#666;line-height:1.4}.role-option.selected .role-description{color:#ffffffe6}.role-confirm-button{width:100%;padding:.65rem;background:linear-gradient(135deg,#8b5cf6,#3b82f6,#6366f1);color:#fff;border:none;border-radius:10px;font-size:.95rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #8b5cf666}.role-confirm-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 24px #8b5cf680;background:linear-gradient(135deg,#9d6af7,#4a90f7,#7275f2)}.role-confirm-button:active:not(:disabled){transform:translateY(0)}.role-confirm-button:disabled{background:#ccc;cursor:not-allowed;box-shadow:none}.lawyer-detail-step{position:relative}.lawyer-detail-back{position:absolute;top:.6rem;left:.6rem;display:flex;align-items:center;gap:.3rem;padding:.4rem .6rem;background:#0000000f;border:none;border-radius:10px;font-family:Vazir,sans-serif;font-size:.85rem;color:#555;cursor:pointer;transition:background .2s,color .2s}.lawyer-detail-back:hover{background:#0000001a;color:#1a1a1a}.lawyer-detail-back svg{width:1.1rem;height:1.1rem}.lawyer-detail-header{text-align:center;margin-bottom:1rem;padding-top:.25rem}.lawyer-detail-icon-wrap{width:72px;height:72px;margin:0 auto .6rem;border-radius:20px;overflow:hidden;background:linear-gradient(135deg,#a305ec1f,#c055eb14);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #8b5cf633}.lawyer-detail-icon-wrap img{width:56px;height:56px;object-fit:contain}.lawyer-detail-header h2{font-size:1.1rem;color:#1a1a1a;margin:0 0 .2rem;font-weight:700}.lawyer-detail-header p{font-size:.8rem;color:#666;margin:0}.lawyer-detail-options{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.lawyer-detail-option{display:flex;align-items:center;gap:.75rem;width:100%;padding:.6rem 1rem;background:#f8fafc;border:2px solid transparent;border-radius:12px;font-family:Vazir,sans-serif;text-align:right;cursor:pointer;transition:all .25s ease;box-shadow:0 1px 3px #0000000f}.lawyer-detail-option:hover{background:#f1f5f9;border-color:#8b5cf640;box-shadow:0 4px 12px #8b5cf61f}.lawyer-detail-option.selected{background:linear-gradient(135deg,#8b5cf626,#6366f11f);border-color:#8b5cf680;box-shadow:0 4px 20px #8b5cf633,0 0 0 1px #8b5cf61a inset}.lawyer-detail-option-radio{width:22px;height:22px;border-radius:50%;border:2px solid #cbd5e1;background:#fff;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:border-color .2s,background .2s}.lawyer-detail-option.selected .lawyer-detail-option-radio{border-color:#8b5cf6;background:#8b5cf6}.lawyer-detail-option-radio-dot{width:8px;height:8px;border-radius:50%;background:#fff}.lawyer-detail-option-label{font-size:.9rem;font-weight:600;color:#334155}.lawyer-detail-option.selected .lawyer-detail-option-label{color:#5b21b6}@media (max-width: 480px){.role-selection-modal{padding:.85rem .75rem}.role-selection-header h2{font-size:1.05rem}.role-option{padding:.6rem .85rem}.role-icon{width:110px;height:110px}.lawyer-detail-option{padding:.5rem .85rem}.lawyer-detail-option-label{font-size:.85rem}}@media (max-height: 700px){.role-selection-modal{padding:.75rem .85rem;border-radius:14px}.role-selection-header{margin-bottom:.75rem}.role-selection-header h2{font-size:1rem}.role-selection-header p{font-size:.8rem}.role-selection-options{gap:.5rem;margin-bottom:.75rem}.role-option{padding:.5rem .75rem;gap:.3rem}.role-icon{width:80px;height:80px}.role-title{font-size:.95rem}.role-description{font-size:.75rem}.role-confirm-button{padding:.5rem;font-size:.9rem}}:root{--bg: #ffffff;--text: #222;--accent: #1e3a8a;--accent-light: #facc15;--card: #f9fafb;--radius: 16px}@font-face{font-family:Tahoma;src:url(/assets/tahoma-CKi-rIv6.ttf) format("ttf");font-weight:400;font-style:normal}@font-face{font-family:Nastaliq;src:url(/assets/IranNastaliq-B-z4dEMo.woff2) format("woff2"),url(/assets/IranNastaliq-CUG2fz0t.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Vazir;src:url(/assets/Vazir-hIcC0_yW.woff2) format("woff2"),url(/assets/Vazir-CjVB_RyC.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Vazir;src:url(/assets/Vazir-Bold-Blh0mdkI.woff2) format("woff2"),url(/assets/Vazir-Bold-C-FneLdy.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);font-family:Vazir,sans-serif;color:var(--text);text-align:right;line-height:1.7;direction:rtl}body.lt-body{margin:0;font-family:Vazir,Vazir FD,Noto Sans,system-ui,-apple-system,Segoe UI,Roboto,Arial;color:#111827;direction:rtl;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;background-image:repeating-linear-gradient(0deg,rgba(0,0,0,.02),rgba(0,0,0,.02) 1px,transparent 1px,transparent 10px),repeating-linear-gradient(90deg,rgba(0,0,0,.02),rgba(0,0,0,.02) 1px,transparent 1px,transparent 10px)}h1,h2,h3{font-family:Vazir,sans-serif;margin:.1rem 0}h1{font-size:1.4rem}h2{font-size:1.2rem}h3{font-size:1rem}@media (max-width: 768px){h1{font-size:1.2rem}h2{font-size:1rem}h3{font-size:.8rem}}p{font-size:1rem;margin:.1rem 0}section{max-width:900px;margin:0 auto;margin-bottom:1rem;background:transparent}.hero{width:100%;overflow:hidden;display:flex;justify-content:center;background-color:transparent}.hero-slider{position:relative;width:100%;max-width:900px;height:450px;border-radius:0;overflow:hidden;box-shadow:0 8px 30px #0000001a;margin:0 auto}.slide{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:0;transition:opacity 1s ease}.slide.active{opacity:1}.slide .overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;text-align:center;padding:2.5rem .2rem;background:linear-gradient(to top,rgba(0,0,0,.6) 0%,rgba(0,0,0,.8) 25%,transparent 100%);color:#fff}.hero h1{font-size:2rem;margin-bottom:1rem}.hero-btn{background:#1e3a8a;color:#fff;text-decoration:none;padding:.75rem 1.5rem;border-radius:12px;margin-top:1rem;display:inline-block;transition:background .3s}.hero-btn:hover{background:#162d6b}@media (min-width: 768px){.hero-slider{height:550px}.hero h1{font-size:2.4rem}}.services-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:1rem}.services-grid-articles{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (max-width: 768px){.services-grid-articles{grid-template-columns:repeat(1,1fr);margin-top:1rem}.services-grid{gap:.5rem}}.services-grid-articles .service-card{background:var(--card);border-radius:var(--radius);padding:1rem;margin-top:1rem;box-shadow:0 8px 20px #0000000a;text-align:center}.service-card{background:var(--card);border-radius:var(--radius);padding:.5rem;box-shadow:0 8px 20px #0000000a;text-align:center;transition:transform 1s}.service-card img{width:60px;margin-bottom:1rem}.service-card-title-products,.service-card-title-weblog,.service-card-title-videos,.service-card-title-subscription,.service-card-title-contact{margin-top:1rem;background:linear-gradient(135deg,#1407d636 20%,#1956c72f 80%);border-radius:var(--radius);padding:.5rem;box-shadow:0 8px 20px #0003;gap:20px;display:flex;align-items:center;text-align:center;justify-content:center;justify-items:center}.service-card-subscription{margin-top:1rem;background:transparent;border-radius:var(--radius);padding:1rem;box-shadow:0 8px 20px #0000000a;gap:20px;display:flex;align-items:center;text-align:center;justify-content:center;justify-items:center}.service-card-banner{background:transparent;border-radius:var(--radius);margin-top:.5rem;padding:1.5rem;text-align:center}@media (min-width: 768px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.services-grid{grid-template-columns:repeat(3,1fr)}}.contact-wrapper{display:flex;flex-direction:column;gap:2rem}@media (min-width: 768px){.contact-wrapper{flex-direction:row}}.contact-info{flex:1}.social-links a{display:inline-block;margin-left:.5rem;padding:.4rem .8rem;border-radius:var(--radius);background:var(--accent);color:#fff;text-decoration:none;font-size:.9rem}.social-links a:hover{background:var(--accent-light);color:#000}.contact-form{flex:1;display:flex;flex-direction:column;gap:1rem}.contact-form input,.contact-form textarea{width:100%;border:1px solid #ccc;border-radius:var(--radius);padding:.75rem;font-family:inherit}.contact-form textarea{min-height:120px;resize:vertical}.contact-form button{border:none;background:var(--accent);color:#fff;padding:.8rem;border-radius:var(--radius);cursor:pointer;transition:background .3s}.contact-form button:hover{background:#162d6b}.title{padding:.5rem;text-align:center;background:var(--card);font-size:1.5rem}@media (max-width: 768px){.title{padding:.2rem;font-size:1.2rem}section{padding:.5rem 1rem}.service-card{background:transparent;border-radius:0;padding:0!important;margin:0!important;box-shadow:0 0 #0000000a;text-align:center}.service-card img{width:60px;margin-bottom:0}.service-card-title-products,.service-card-title-weblog,.service-card-title-videos,.service-card-title-subscription,.service-card-title-contact{font-size:1.2rem;font-weight:700px;margin-top:1rem;border-radius:var(--radius);padding:.5rem;box-shadow:0 8px 20px #0003;gap:20px;display:flex;align-items:center;text-align:center;justify-content:center;justify-items:center}}.footer{text-align:center;background:var(--card);padding:1.5rem;font-size:.9rem}.footer a{color:var(--accent);text-decoration:none}.fade-in{opacity:0;transform:translateY(20px);transition:all .8s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.lt-hamburger-menu{position:absolute;top:20px;left:20px;z-index:1000;direction:rtl}.lt-hamburger-toggle{display:flex;flex-direction:column;justify-content:space-between;width:30px;height:22px;background:none;border:none;cursor:pointer;padding:0;z-index:1001}.lt-hamburger-toggle span{display:block;height:3px;background-color:#fff;border-radius:2px;transition:all .3s ease}.lt-hamburger-menu.active .lt-hamburger-toggle span:nth-child(1){transform:translateY(9px) rotate(45deg)}.lt-hamburger-menu.active .lt-hamburger-toggle span:nth-child(2){opacity:0}.lt-hamburger-menu.active .lt-hamburger-toggle span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.lt-hamburger-list{position:absolute;top:30px;left:0;width:220px;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:5px;box-shadow:0 6px 18px #00000026;list-style:none;margin:0;padding:6px;opacity:0;transform:translateY(-10px);pointer-events:none;transition:all .3s ease}.lt-hamburger-menu.active .lt-hamburger-list{opacity:1;transform:translateY(0);pointer-events:all}.lt-hamburger-list a{display:block;padding:6px;text-decoration:none;color:#111;font-weight:500;border-radius:3px;transition:background-color .2s ease,transform .2s ease}.lt-hamburger-list a:hover{background-color:#0000000d}.lt-hamburger-toggle span{box-shadow:0 0 4px #ffffffb3}.services-grid img{width:64px;height:64px;margin-bottom:12px;transition:transform .2s ease}.intro-section{background:linear-gradient(90deg,#fff,#e9ecf5);padding:40px 20px;margin:30px auto;width:100%;box-shadow:0 8px 18px #0000000d;direction:rtl}.intro-content{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.intro-content h4{color:#1a237e;font-size:1.5rem;font-weight:500;line-height:1.6;flex:1;margin:0}.intro-content img{width:10rem}.intro-logo{width:60px;height:auto;flex-shrink:0;filter:drop-shadow(0 2px 6px rgba(0,0,0,.15));transition:transform .2s ease;margin-left:10px}.intro-logo:hover{transform:scale(1.05)}@media (max-width: 768px){.intro-section{margin:0 auto}.intro-content{flex-direction:column-reverse;text-align:center}.intro-content h4{font-size:1.1rem}.intro-logo{margin-bottom:12px}}.subscription-section{background:#fafafa;padding:20px;direction:rtl}.subscription-container{display:flex;align-items:center;justify-content:space-between;max-width:1100px;margin:0 auto;gap:40px;flex-wrap:wrap}.subscription-text{flex:1 1 380px;text-align:right}.subscription-text h2{font-size:1.75rem;color:#1a237e;margin-bottom:15px;font-weight:700}.subscription-text p{font-size:1.05rem;color:#444;line-height:1.8;margin-bottom:20px}.subscription-text ul{list-style-position:inside;padding:0}.subscription-text li{margin-bottom:8px;list-style-type:"✔ ";color:#2e7d32;font-weight:500}.subscription-banner{flex:1 1 auto;text-align:center}.subscription-banner img{width:100%;height:auto;display:block;border-radius:12px;box-shadow:0 8px 18px #0000001a}@media (max-width: 900px){.subscription-section{padding:40px 16px}.subscription-container{flex-direction:column;align-items:center;gap:20px}.subscription-text{text-align:center;flex:1 1 100%}.subscription-banner{width:100%;margin:0;text-align:center}.subscription-banner img{border-radius:10px;box-shadow:0 4px 10px #00000014;margin:0}.subscription-text ul{list-style-position:inside;padding:0}}.lt-social{display:flex;justify-content:center;align-items:center;gap:.75rem;margin-top:1rem;margin-bottom:1rem;flex-wrap:wrap}.lt-social a{display:inline-flex;align-items:center;justify-content:center}.lt-social a img{width:32px;height:32px;transition:transform .2s ease}.lt-social svg{width:32px;height:32px;flex-shrink:0}.lt-social a:hover img{transform:scale(1.1)}.lt-footer{background:transparent;padding:12px 20px;text-align:center}.lt-footer-inner a{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:#333;font-size:.85rem}.lt-footer-inner a:hover{opacity:.8}.parsi-vakil-logo{height:30px;width:auto;display:inline-block;vertical-align:middle}a{color:var(--lt-accent, #0072b1);text-decoration:none}.service-card-title .h2-icon{flex-shrink:0;width:24px;height:24px;display:block}.videos-section{padding:50px 20px;background:transparent;text-align:center}.services-section{padding-right:unset!important;padding-left:unset!important;background-color:transparent;text-align:center}.videos-section .section-title{font-size:2rem;color:#1a237e;margin-bottom:30px;font-weight:700;display:flex;justify-content:center;align-items:center;gap:10px}.videos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px;max-width:1100px;margin:1rem auto}.video-card{display:flex;flex-direction:column;align-items:center;text-align:center}.video-card iframe{width:100%;height:200px;border-radius:12px;box-shadow:0 6px 18px #0000001a;transition:transform .3s ease}.video-card iframe:hover{transform:scale(1.02)}.video-card p{margin-top:10px;color:#444;font-size:.95rem;line-height:1.4}.hidden-video{display:none}.show-more-btn{margin-top:1rem;background:linear-gradient(135deg,#f58529b4,#dd2a7bab,#8234afa8,#515cd4a8);color:#fff;border:none;padding:10px 25px;border-radius:8px;cursor:pointer;font-family:Vazir,sans-serif!important;font-size:1rem;font-weight:700;transition:transform .2s ease}.show-more-btn-weblog{margin-top:2rem;background:linear-gradient(135deg,#f58529b4,#dd2a7bab,#8234afa8,#515cd4a8);color:#fff;border:none;padding:10px 25px;border-radius:8px;cursor:pointer;font-family:Vazir,sans-serif!important;font-size:1rem;font-weight:700;transition:transform .2s ease}.show-services-btn{margin-top:30px;background:linear-gradient(135deg,#f58529,#dd2a7b,#8134af,#515bd4);color:#fff;border:none;padding:10px 25px;border-radius:8px;cursor:pointer;font-size:1rem;font-family:Vazir,sans-serif!important;transition:transform .2s ease}.show-more-btn:hover,.show-more-btn-weblog:hover{transform:scale(1.05);background:linear-gradient(135deg,#f58529,#dd2a7b,#8134af,#515bd4)}.show-services-btn:hover{transform:scale(1.05)}@media (max-width: 768px){.video-card iframe{height:200px}}@media (max-width: 480px){.video-card iframe{height:200px}}.hero-slider-dots{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:10px;z-index:1002}.hero-slider-dots .dot{width:10px;height:10px;border-radius:50%;background-color:#ffffff80;cursor:pointer;transition:all .3s ease}.hero-slider-dots .dot.active{width:12px;height:12px;background-color:#ffffffe6}.intro{text-align:right}@media (max-width: 768px){.intro{text-align:center}}.hero-right-link{position:absolute;top:1.2rem;right:auto;text-align:center;z-index:100;margin-right:1rem}@media (max-width: 768px){.hero-right-link{margin-right:.5rem}}.hero-right-link a{display:inline-block;background:#00000059;padding:.45rem .9rem;border-radius:8px;color:#fff;text-decoration:none;font-weight:600;font-size:.95rem;transition:.3s;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}@media (max-width: 768px){.hero-right-link a{font-size:.65rem}}.hero-right-link a:hover{background:#0000008c}.products-grid .product-card{position:relative;padding-bottom:.5rem!important;text-align:center}.product-card{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.product-card .product-btn{margin-top:1rem;margin-bottom:.8rem}.product-btn{display:inline-block;background:linear-gradient(135deg,#8e2de2cc,#4a00e0cc);padding:.3rem .9rem;border-radius:8px;color:#fff;font-size:.9rem;margin-top:1rem;transition:.3s;opacity:.5}.product-btn:hover{opacity:.9}.hidden-service{display:none}.lt-row-image{flex:0 0 28%;max-width:100%;text-align:left}.lt-row-image img{width:100%;height:100%;height:170px;object-fit:cover;border-radius:10px;box-shadow:0 6px 18px #0000004d}.lt-row-article-image{flex:0 0 50%;max-width:100%;text-align:left}.lt-row-article-image img{width:100%;height:100%;height:250px;object-fit:cover;border-radius:10px;box-shadow:0 6px 18px #0000004d}.lt-row-text .lt-contact-link{float:left;text-align:left}.lt-contact-link-title{text-align:right}.article-meta{direction:rtl;font-family:Vazir,Vazir FD,Noto Sans,sans-serif;color:#777;font-size:.7rem;text-align:right;margin-top:.5rem;margin-bottom:1.2rem;display:block}@media (max-width: 760px){.article-meta{margin-top:.5rem;margin-bottom:.5rem}}@media (min-width: 760px){.article-meta{margin-top:.1rem;margin-bottom:.2rem;font-size:1rem}}.lt-hero-articles{position:relative;width:100vw;left:50%;margin-left:-50vw;min-height:30vh;height:30vh;overflow:hidden}.lt-banner{align-items:center;width:100%;position:relative;background-color:var(--accent);background-position:center;background-size:cover;background-repeat:no-repeat;box-shadow:0 6px 18px #0000001f;direction:rtl;font-family:Vazir,Vazir FD,Noto Sans,system-ui,-apple-system,Segoe UI,Roboto,Arial,serif;text-align:center;align-items:center!important}.lt-banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#e0b3b31a;z-index:1}.lt-banner-inner{position:relative;z-index:2;max-width:900px;margin:0 auto;padding:2.2rem 1rem;box-sizing:border-box;text-align:center;align-items:center;color:#fff;bottom:0}.lt-banner-title{text-align:center;z-index:999;position:absolute;bottom:20px;left:50%;transform:translate(-50%);margin:0;padding:.45rem .9rem;border-radius:8px;color:#fff;text-decoration:none;font-weight:600;font-size:1.5rem;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000059;min-width:80%}.lt-banner-logo{position:absolute;top:20px;right:30px;z-index:1000;display:flex;align-items:center;justify-content:center;height:60px;width:auto}.lt-banner-logo img{height:100%;width:auto;transition:transform .25s ease}.lt-banner-logo img:hover{transform:scale(1.08)}@media (max-width: 768px){.lt-banner-logo{top:18px;right:18px;height:32px}.lt-banner-title{font-size:1rem;background:#00000059;padding:.45rem .9rem;border-radius:8px;color:#fff;text-decoration:none;font-weight:600;font-size:.95rem;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);width:80%}}.lt-row{display:flex;align-items:flex-start;box-shadow:0 8px 20px #0003;background:var(--bg);border-radius:var(--radius);padding:1rem}.lt-row-text{text-align:right}.lt-row-text h3{margin:0 0 10px;color:var(--accent);font-size:1rem}.lt-row-text p{margin:0;line-height:1.8;color:#222;text-align:justify;text-justify:inter-word}.lt-row-text{max-width:800px;margin:auto;padding:0 1.2rem}@media (max-width: 760px){.lt-row{flex-direction:column;background:transparent}.lt-row-image{max-width:100%;flex-basis:auto;text-align:center;margin:0 auto}.lt-row-image img{max-height:280px;width:82vw}.lt-row-text{padding:0}}.custom-cta-box{background:#f8f8f8;padding:20px;margin-top:1rem;margin-bottom:1rem;border-radius:10px;border-right:5px solid #009688;text-align:center}.custom-cta-box h3{margin-bottom:10px;font-size:20px;color:#333}.custom-cta-box p{font-size:16px;margin-bottom:15px;color:#555}.cta-btn{padding:12px 25px;background:#009688;color:#fff;text-decoration:none;border-radius:25px;font-size:16px;display:inline-block;transition:.3s}.cta-btn:hover{background:#00796b}.custom-cta-box-up{background:transparent;margin-bottom:1.5rem;border-radius:10px;border-right:5px solid #005296;text-align:center}.custom-cta-box-up h4{margin-bottom:.1rem;font-size:1.1rem;color:#333;padding:0;margin-top:0}.custom-cta-box-up h5{margin-bottom:.1rem;font-size:.8rem;color:#333;margin-top:0}.custom-cta-box-up p{font-size:.9rem;margin-bottom:.1rem;color:#555;margin-top:0}.cta-btn-up{padding:6px 12px;background:#2255c2;color:#fff;text-decoration:none;border-radius:25px;font-size:10px;display:inline-block;transition:.3s}.cta-btn-up:hover{background:#00796b}@media (max-width: 760px){.custom-cta-box-up h4{font-size:1rem}.custom-cta-box-up h5,.custom-cta-box-up p{font-size:.8rem}}.parsi-vakil-article-intro li{text-align:right;font-size:.8rem;color:#312a2a}.lt-article-title{font-weight:400}.lt-pagination ul{display:inline-flex;gap:10px;list-style:none;padding:0}.lt-pagination li a,.lt-pagination li span{padding:8px 14px;border-radius:6px;text-decoration:none;border:1px solid #ccc;transition:.3s}.lt-pagination li a:hover{background:#333;color:#fff}.lt-pagination .current{background:#333;color:#fff;font-weight:700}.lt-row-weblog{display:flex;align-items:flex-start;box-shadow:0 8px 20px #0003;background:transparent;border-radius:var(--radius);padding:0}@media (max-width: 760px){.lt-row-weblog{flex-direction:column}}.service-card-title-inner .h2-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.service-card-title-inner .h2-icon{vertical-align:middle;margin-right:.5rem}.contact-info p{direction:rtl;display:flex;align-items:center;gap:8px;margin-bottom:10px;font-size:16px}.icon{width:22px;height:22px;stroke:#555;fill:none;stroke-width:2}.lt-article-content{text-align:justify;font-family:Vazir!important}.lt-article-content *{box-sizing:border-box}p a{word-break:break-word;overflow-wrap:anywhere}@media (max-width: 760px){.page-numbers{font-size:.7rem}}.enamad-box{display:flex;justify-content:center;align-items:center}.enamad-box img{width:120px}@media (max-width: 767px){.enamad-box{order:2}}:root{--bg: #ffffff;--bg-app: #fafbfc;--bg-elevated: #ffffff;--bg-card: #ffffff;--bg-muted: #f9fafb;--bg-subtle: #f3f4f6;--bg-input: #ffffff;--bg-overlay: rgba(15, 23, 42, .5);--text: #1f2937;--text-secondary: #4b5563;--text-muted: #6b7280;--text-faint: #9ca3af;--text-inverse: #ffffff;--border: #e5e7eb;--border-strong: #d1d5db;--border-soft: #eef0f4;--accent: #1e3a8a;--accent-strong: #1e40af;--accent-light: #3b82f6;--accent-secondary: #facc15;--accent-subtle: rgba(59, 130, 246, .08);--accent-subtle-strong: rgba(59, 130, 246, .16);--accent-on: #ffffff;--success: #10b981;--success-bg: rgba(16, 185, 129, .12);--success-text: #047857;--error: #ef4444;--error-bg: rgba(239, 68, 68, .1);--error-text: #b91c1c;--warning: #f59e0b;--warning-bg: rgba(245, 158, 11, .12);--warning-text: #92400e;--info: #3b82f6;--info-bg: rgba(59, 130, 246, .1);--info-text: #1d4ed8;--shadow-sm: 0 2px 8px rgba(15, 23, 42, .08);--shadow-md: 0 6px 18px -10px rgba(15, 23, 42, .18);--shadow-lg: 0 12px 30px -16px rgba(15, 23, 42, .4);--header-grad-start: #1e3a8a;--header-grad-end: #3b82f6;--footer-bg: #ffffff;--footer-border: #e5e7eb;--card: #f9fafb;--scroll-thumb: rgba(0, 0, 0, .12);--scroll-thumb-hover: rgba(0, 0, 0, .2);--radius: 16px;--content-max: 400px}[data-theme=dark]{--bg: #0b1220;--bg-app: #0b1220;--bg-elevated: #111827;--bg-card: #111827;--bg-muted: #131c2e;--bg-subtle: #1b2438;--bg-input: #131c2e;--bg-overlay: rgba(0, 0, 0, .66);--text: #e5e7eb;--text-secondary: #cbd5e1;--text-muted: #94a3b8;--text-faint: #64748b;--text-inverse: #0b1220;--border: #1f2937;--border-strong: #334155;--border-soft: #1b2438;--accent: #60a5fa;--accent-strong: #3b82f6;--accent-light: #93c5fd;--accent-secondary: #fcd34d;--accent-subtle: rgba(96, 165, 250, .12);--accent-subtle-strong: rgba(96, 165, 250, .22);--accent-on: #0b1220;--success: #34d399;--success-bg: rgba(52, 211, 153, .14);--success-text: #6ee7b7;--error: #f87171;--error-bg: rgba(248, 113, 113, .16);--error-text: #fca5a5;--warning: #fbbf24;--warning-bg: rgba(251, 191, 36, .14);--warning-text: #fde68a;--info: #60a5fa;--info-bg: rgba(96, 165, 250, .14);--info-text: #bfdbfe;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .55);--shadow-md: 0 8px 22px -10px rgba(0, 0, 0, .65);--shadow-lg: 0 18px 40px -18px rgba(0, 0, 0, .85);--header-grad-start: #0f1c3d;--header-grad-end: #1e3a8a;--footer-bg: #0e1626;--footer-border: #1f2937;--card: #131c2e;--scroll-thumb: rgba(255, 255, 255, .18);--scroll-thumb-hover: rgba(255, 255, 255, .32)}:root{color-scheme:light}[data-theme=dark]{color-scheme:dark}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:auto;transition:background-color .25s ease,color .25s ease}body{margin:0;font-family:Vazir,Vazir FD,sans-serif!important;color:var(--text);text-align:right;line-height:1.7;direction:rtl;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg-app);transition:background-color .25s ease,color .25s ease}#root{height:100%;min-height:100vh;min-height:100dvh;background:var(--bg-app);overscroll-behavior-y:none;overscroll-behavior:none}html,body{height:100%;overflow:hidden;overscroll-behavior-y:none;overscroll-behavior:none;-webkit-overflow-scrolling:touch}*,button,input,textarea,select,a,span,div,p,h1,h2,h3,h4,h5,h6,label{font-family:Vazir,Vazir FD,sans-serif!important}::-webkit-validation-bubble-message,::-moz-validation-bubble{font-family:Vazir,Vazir FD,sans-serif!important}select::-webkit-validation-bubble-message,input::-webkit-validation-bubble-message,textarea::-webkit-validation-bubble-message{font-family:Vazir,Vazir FD,sans-serif!important}*{scrollbar-width:none;-ms-overflow-style:none}*::-webkit-scrollbar{display:none}html,body{overflow:hidden}@media (min-width: 1024px) and (display-mode: browser){:root{--content-max: 780px}*{scrollbar-width:thin;scrollbar-color:var(--scroll-thumb) transparent;-ms-overflow-style:auto}*::-webkit-scrollbar{display:block;width:4px;height:4px}*::-webkit-scrollbar-button{display:none;width:0;height:0}*::-webkit-scrollbar-track{background:transparent;border-radius:3px}*::-webkit-scrollbar-thumb{background:var(--scroll-thumb);border-radius:3px}*::-webkit-scrollbar-thumb:hover{background:var(--scroll-thumb-hover)}}[data-theme=dark] img.theme-aware-invert{filter:invert(1) hue-rotate(180deg)}[data-theme=dark] .home-hero-illustration img,[data-theme=dark] .lawyer-ad-banner img,[data-theme=dark] .home-parsivakil-link img,[data-theme=dark] .service-icon-img{filter:brightness(.92) contrast(1.02)}[data-theme=dark] body,[data-theme=dark] #root,[data-theme=dark] .layout{background:var(--bg-app)!important;color:var(--text)}[data-theme=dark] p,[data-theme=dark] li,[data-theme=dark] dd,[data-theme=dark] dt,[data-theme=dark] label,[data-theme=dark] th,[data-theme=dark] td,[data-theme=dark] caption,[data-theme=dark] figcaption,[data-theme=dark] details,[data-theme=dark] summary,[data-theme=dark] blockquote,[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] h4,[data-theme=dark] h5,[data-theme=dark] h6{color:var(--text)}[data-theme=dark] hr{border-color:var(--border)}[data-theme=dark] code,[data-theme=dark] kbd,[data-theme=dark] samp{background:var(--bg-subtle);color:var(--accent-light)}[data-theme=dark] pre{background:#0a1224;color:var(--text);border:1px solid var(--border)}[data-theme=dark] a:not([class*=btn]):not([class*=button]):not(.subscription-cta-link):not(.footer-nav-action):not(.logo):not(.user-info):not(.credit-display-link):not(.header-client-profile-status){color:var(--accent-light)}[data-theme=dark] .main-content,[data-theme=dark] .main-content-scroll-wrapper{background:var(--bg-app);color:var(--text)}[data-theme=dark] .header{background:radial-gradient(125% 95% at 50% -45%,rgba(191,219,254,.42) 0%,transparent 52%),radial-gradient(90% 70% at 100% 0%,rgba(129,140,248,.28) 0%,transparent 48%),linear-gradient(135deg,#1e3a8a,#1d4ed8 40%,#2563eb 72%,#3b82f6);box-shadow:inset 0 1px #ffffff24,0 4px 22px #3b82f652,0 2px 12px #0000006b}[data-theme=dark] a.header-client-profile-status,[data-theme=dark] a.header-client-profile-status:visited,[data-theme=dark] a.header-client-profile-status:hover,[data-theme=dark] a.header-client-profile-status:active,[data-theme=dark] .header-client-profile-status-text{color:#fff}[data-theme=dark] a.user-info,[data-theme=dark] a.user-info:visited,[data-theme=dark] a.user-info:hover,[data-theme=dark] a.user-info:active,[data-theme=dark] a.user-info:focus-visible{color:#fff}[data-theme=dark] .user-info{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;opacity:1;text-shadow:none;color:#fff}[data-theme=dark] a.user-info:hover,[data-theme=dark] a.user-info:focus-visible{background:#ffffff1f;border-color:#ffffff2e;box-shadow:none}[data-theme=dark] .header a.user-info{color:#fff!important;-webkit-text-fill-color:#ffffff}[data-theme=dark] .credit-display-link,[data-theme=dark] .credit-display-link:visited{color:#fff}[data-theme=dark] .credit-display{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;color:#fff;text-shadow:none}[data-theme=dark] .credit-display-link:hover .credit-display,[data-theme=dark] .credit-display-link:focus-visible .credit-display{background:#ffffff1f;border-color:#ffffff2e;box-shadow:none}[data-theme=dark] .credit-label,[data-theme=dark] .credit-separator,[data-theme=dark] .credit-max{color:#fff;opacity:1}[data-theme=dark] .credit-display .credit-value{color:#fff!important}[data-theme=dark] .credit-value--healthy{color:#86efac!important}[data-theme=dark] .credit-value--warning{color:#fde047!important}[data-theme=dark] .credit-value--critical{color:#fca5a5!important}[data-theme=dark] .credit-value--unlimited{color:#5eead4!important}[data-theme=dark] .credit-bar{background:#ffffff24;border:none;box-shadow:none}[data-theme=dark] .credit-bar-fill{box-shadow:none}[data-theme=dark] .credit-bar-fill--healthy{box-shadow:0 0 10px #34d39938}[data-theme=dark] .credit-bar-fill--warning{box-shadow:0 0 10px #fbbf2433}[data-theme=dark] .credit-bar-fill--critical{box-shadow:0 0 10px #f8717133}[data-theme=dark] .credit-bar-fill--unlimited{box-shadow:0 0 10px #2dd4bf38}[data-theme=dark] .credit-display-loading .spinner-ring{border-color:#ffffff47;border-top-color:#fff}[data-theme=dark] .credit-display-error .credit-label{color:#fff}[data-theme=dark] .credit-display-error .credit-error-icon{background:linear-gradient(145deg,#fb7185,#e11d48);box-shadow:0 0 8px #fb718573}[data-theme=dark] .footer-bottom-navigation{background:var(--footer-bg);border-top:1px solid var(--footer-border);box-shadow:0 -2px 12px #00000080}[data-theme=dark] .footer-nav-action{color:#ffffff8c;background:transparent}[data-theme=dark] .footer-nav-action:hover{background:#ffffff0d}[data-theme=dark] .footer-nav-action.active{color:var(--accent-light);background:transparent}[data-theme=dark] .footer-nav-action.active .footer-nav-icon{fill:var(--accent-light);color:var(--accent-light)}[data-theme=dark] .footer-nav-unread-dot{border-color:var(--footer-bg)}[data-theme=dark] .footer-settings-content{background:var(--bg-elevated);color:var(--text);border-color:var(--border)}[data-theme=dark] .footer-settings-item{background:var(--bg-card);color:var(--text)}[data-theme=dark] .footer-settings-item:hover{background:var(--bg-muted)}[data-theme=dark] .footer-quick-actions-backdrop{background:#0000008c}[data-theme=dark] .footer-quick-actions-panel{background:var(--bg-elevated);border-color:var(--border);box-shadow:0 10px 32px #00000073}[data-theme=dark] .footer-quick-actions-panel-title{color:var(--text-secondary)}[data-theme=dark] .home-quick-actions-section--footer .home-quick-action-reminder,[data-theme=dark] .home-quick-actions-section--footer .home-quick-action-voice-to-text,[data-theme=dark] .home-quick-actions-section--footer .home-quick-action-ara,[data-theme=dark] .home-quick-actions-section--footer .home-quick-action-tax-stamp{background:#aeb0d32b;color:var(--text-secondary)}[data-theme=dark] .home-quick-actions-section--footer .home-quick-action-reminder:hover,[data-theme=dark] .home-quick-actions-section--footer .home-quick-action-voice-to-text:hover,[data-theme=dark] .home-quick-actions-section--footer .home-quick-action-ara:hover,[data-theme=dark] .home-quick-actions-section--footer .home-quick-action-tax-stamp:hover{background:#aeb0d348}[data-theme=dark] .home-quick-actions-section--footer .home-quick-action-label{color:var(--text-secondary)}[data-theme=dark] input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=submit]):not([type=button]):not([type=reset]):not([type=file]),[data-theme=dark] textarea,[data-theme=dark] select{background:var(--bg-input);color:var(--text);border-color:var(--border-strong)}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder{color:var(--text-muted);opacity:.85}[data-theme=dark] input:focus,[data-theme=dark] textarea:focus,[data-theme=dark] select:focus{border-color:var(--accent);outline:none}[data-theme=dark] input[type=checkbox],[data-theme=dark] input[type=radio]{accent-color:var(--accent-light)}[data-theme=dark] .form-group label{color:var(--text)}[data-theme=dark] .form-group input,[data-theme=dark] .form-input-wrapper{background:var(--bg-input);color:var(--text);border-color:var(--border-strong)}[data-theme=dark] .form-group input:focus{border-color:var(--accent)}[data-theme=dark] .settings-card{background:var(--bg-card);border:1px solid var(--border);box-shadow:0 2px 10px -4px #0009;color:var(--text)}[data-theme=dark] .settings-card-label{color:var(--text-muted)}[data-theme=dark] .settings-row+.settings-row{border-top-color:var(--border)}[data-theme=dark] .settings-row-text h3{color:var(--text)}[data-theme=dark] .settings-row-text p{color:var(--text-muted)}[data-theme=dark] .settings-row--danger .settings-row-text h3{color:#f87171}[data-theme=dark] .settings-toggle-track{background:linear-gradient(180deg,#303c52,#1e293b 55%,#172033);box-shadow:inset 0 2px 4px #0000006b,inset 0 -1px #ffffff0d,0 0 0 1px #94a3b838}[data-theme=dark] .settings-toggle-thumb{background:linear-gradient(180deg,#f8fafc,#e2e8f0);box-shadow:0 1px 2px #00000059,0 2px 6px #00000047,inset 0 1px #ffffffd9}[data-theme=dark] .settings-toggle input:checked+.settings-toggle-track{background:linear-gradient(135deg,#0f766e,#0d9488 42%,#14b8a6);box-shadow:inset 0 1px 1px #ffffff38,0 0 0 1px #2dd4bf59,0 0 12px #14b8a638}[data-theme=dark] .settings-toggle input:checked+.settings-toggle-track .settings-toggle-thumb{box-shadow:0 1px 3px #0006,0 0 0 1px #ffffff59 inset}[data-theme=dark] .settings-toggle input:focus-visible+.settings-toggle-track{box-shadow:inset 0 2px 4px #0000006b,inset 0 -1px #ffffff0d,0 0 0 1px #94a3b838,0 0 0 3px #60a5fa61}[data-theme=dark] .settings-toggle input:checked:focus-visible+.settings-toggle-track{box-shadow:inset 0 1px 1px #ffffff38,0 0 0 1px #2dd4bf66,0 0 0 3px #2dd4bf47,0 0 14px #14b8a640}[data-theme=dark] .settings-toggle-disabled .settings-toggle-track{opacity:.55;filter:saturate(.65)}[data-theme=dark] .settings-toggle-disabled input:checked+.settings-toggle-track{background:linear-gradient(135deg,#334155,#475569);box-shadow:inset 0 1px 2px #00000059,0 0 0 1px #94a3b833}[data-theme=dark] .settings-logout-btn{background:var(--error-bg);color:var(--error-text);border-color:#f8717173}[data-theme=dark] .settings-logout-btn:hover{background:#f8717138}[data-theme=dark] .login-container{background:linear-gradient(135deg,#060c1a,#112047)}[data-theme=dark] .login-card{background:var(--bg-elevated);border-color:var(--border);box-shadow:0 16px 36px #000000b3}[data-theme=dark] .login-header h1{background:linear-gradient(135deg,#93c5fd,#bfdbfe);-webkit-background-clip:text;background-clip:text}[data-theme=dark] .login-header p{color:var(--text-muted)}[data-theme=dark] .login-privacy-modal-overlay{background:transparent}[data-theme=dark] .login-privacy-modal{background:var(--bg-elevated);color:var(--text)}[data-theme=dark] .login-privacy-modal-header{border-bottom:none}[data-theme=dark] .login-privacy-modal-close{background:var(--bg-subtle);color:var(--text-muted)}[data-theme=dark] .login-privacy-modal-close:hover{background:var(--bg-muted);color:var(--text)}[data-theme=dark] .login-privacy-modal-text{background:transparent;border:none}[data-theme=dark] .login-back-link{color:var(--accent-light)}[data-theme=dark] .login-back-link:hover{background:#60a5fa1f;color:var(--accent-light)}[data-theme=dark] .login-privacy-link{color:var(--accent-light)}[data-theme=dark] .otp-digit-input{background:var(--bg-input);color:var(--text);border-color:var(--border-strong)}[data-theme=dark] .otp-digit-input:focus{border-color:var(--accent)}[data-theme=dark] .service-group-container{background:transparent;border:none;box-shadow:none;color:var(--text)}[data-theme=dark] .service-card{background:transparent!important;border:none!important;box-shadow:none!important;color:var(--text)}@media (min-width: 769px) and (display-mode: browser){[data-theme=dark] .services-grid .service-card:not(.service-card-featured){background:transparent!important;border:none!important;box-shadow:none!important}}[data-theme=dark] .services-grid .service-card.service-card-featured{background:var(--bg-elevated)!important;border:1px solid rgba(96,165,250,.32)!important;border-radius:16px;box-shadow:0 6px 18px -12px #000000b3!important}[data-theme=dark] .service-card-featured .service-title{background:none!important;-webkit-text-fill-color:var(--text)!important;color:var(--text)!important}[data-theme=dark] .service-card-featured-cta{background:#60a5fa29;color:var(--accent-light);box-shadow:inset 0 0 0 1px #60a5fa4d}[data-theme=dark] .service-card-featured:hover .service-card-featured-cta{background:#60a5fa42}[data-theme=dark] .service-card-featured:after{background:radial-gradient(120% 90% at 100% 0%,#60a5fa1a,#60a5fa00 60%)}[data-theme=dark] .service-card:focus-visible{box-shadow:0 0 0 2px #60a5fa99!important}[data-theme=dark] .service-group-label{background:transparent;color:var(--text);box-shadow:none}[data-theme=dark] .home-service-card{background:var(--bg-card);border-color:var(--border);color:var(--text)}[data-theme=dark] .home-service-card .service-name,[data-theme=dark] .service-card-title,[data-theme=dark] .home-service-card-title{color:var(--text)}[data-theme=dark] .home-service-card .service-description,[data-theme=dark] .service-card-description{color:var(--text-muted)}[data-theme=dark] .home-quick-action{background:var(--bg-card);color:var(--text);border:none}[data-theme=dark] .home-quick-action:hover{background:var(--bg-muted)}[data-theme=dark] .toast{background:var(--bg-elevated);color:var(--text);border:1px solid var(--border-strong);border-right-width:4px;border-right-style:solid;box-shadow:0 10px 40px #0000008c,inset 0 1px #ffffff14}[data-theme=dark] .toast .toast-message{color:var(--text-secondary);font-weight:500}[data-theme=dark] .toast-success{border-right-color:#34d399;box-shadow:0 10px 40px #0000008c,-5px 0 22px #34d39973,inset 0 1px #ffffff14}[data-theme=dark] .toast-success .toast-icon{color:#6ee7b7;text-shadow:0 0 14px rgba(52,211,153,.65)}[data-theme=dark] .toast-info{border-right-color:#38bdf8;box-shadow:0 10px 40px #0000008c,-5px 0 22px #38bdf87a,inset 0 1px #ffffff14}[data-theme=dark] .toast-info .toast-icon{color:#7dd3fc;text-shadow:0 0 14px rgba(56,189,248,.6)}[data-theme=dark] .toast-warning{border-right-color:#fbbf24;box-shadow:0 10px 40px #0000008c,-5px 0 22px #fbbf246b,inset 0 1px #ffffff14}[data-theme=dark] .toast-warning .toast-icon{color:#fde047;text-shadow:0 0 14px rgba(251,191,36,.55)}[data-theme=dark] .toast-error{border-right-color:#f87171;box-shadow:0 10px 40px #0000008c,-5px 0 22px #f871717a,inset 0 1px #ffffff14}[data-theme=dark] .toast-error .toast-icon{color:#fca5a5;text-shadow:0 0 14px rgba(248,113,113,.58)}[data-theme=dark] .toast-close{color:var(--text-muted)}[data-theme=dark] .toast-close:hover{color:var(--text-secondary)}[data-theme=dark] .confirm-dialog-overlay{background:var(--bg-overlay)}[data-theme=dark] .confirm-dialog-modal{background:var(--bg-elevated);color:var(--text);border:1px solid var(--border);box-shadow:var(--shadow-lg)}[data-theme=dark] .confirm-dialog-content{background:transparent;color:inherit}[data-theme=dark] .confirm-dialog-header{background:linear-gradient(135deg,var(--header-grad-start) 0%,var(--header-grad-end) 100%)}[data-theme=dark] .confirm-dialog-title{color:#fff!important}[data-theme=dark] .confirm-dialog-message{color:var(--text-secondary)}[data-theme=dark] .confirm-dialog-actions{background:var(--bg-subtle);border-top:1px solid var(--border)}[data-theme=dark] .confirm-dialog-btn-cancel{background:var(--bg-muted);color:var(--text);border:1px solid var(--border-strong)}[data-theme=dark] .confirm-dialog-btn-cancel:hover{background:var(--bg-subtle)}[data-theme=dark] .device-picker-overlay{background:var(--bg-overlay)}[data-theme=dark] .device-picker-modal{background:var(--bg-elevated);color:var(--text);border-color:var(--border);box-shadow:var(--shadow-lg)}[data-theme=dark] .device-picker-header h2{color:var(--text)}[data-theme=dark] .device-picker-header p{color:var(--text-secondary)}[data-theme=dark] .device-picker-item{background:var(--bg-subtle);border-color:var(--border-strong)}[data-theme=dark] .device-picker-item:hover{border-color:var(--accent-light)}[data-theme=dark] .device-picker-item.selected{border-color:var(--accent);background:var(--accent-subtle)}[data-theme=dark] .device-picker-item-label{color:var(--text)}[data-theme=dark] .device-picker-item-meta{color:var(--text-muted)}[data-theme=dark] .device-picker-item input{accent-color:var(--accent)}[data-theme=dark] .device-picker-actions{background:var(--bg-muted);border-top-color:var(--border)}[data-theme=dark] .device-picker-btn-cancel{background:var(--bg-subtle);color:var(--text);border-color:var(--border-strong)}[data-theme=dark] .device-picker-btn-cancel:hover:not(:disabled){background:var(--bg-muted)}[data-theme=dark] .device-picker-btn-primary{background:linear-gradient(135deg,var(--header-grad-start) 0%,var(--header-grad-end) 100%);color:#fff}[data-theme=dark] .confirm-dialog-btn-confirm{background:linear-gradient(135deg,var(--accent-strong) 0%,var(--accent) 100%);color:#fff;box-shadow:0 2px 10px #00000059}[data-theme=dark] .confirm-dialog-btn-confirm:hover{filter:brightness(1.06)}[data-theme=dark] .service-guide-modal{background:var(--bg-elevated);color:var(--text);border:1px solid var(--border);box-shadow:var(--shadow-lg)}[data-theme=dark] .service-guide-text{color:var(--text-secondary)}[data-theme=dark] .service-guide-text b,[data-theme=dark] .service-guide-text strong{color:var(--text)}[data-theme=dark] .service-guide-text h3{color:var(--accent-light)}[data-theme=dark] .service-guide-text blockquote{background:#60a5fa14;border-right-color:var(--accent-light);color:var(--text)}[data-theme=dark] .service-guide-text blockquote.service-guide-highlight{background:linear-gradient(135deg,#60a5fa26,#93c5fd1a);border-right-color:var(--accent-light);color:var(--text)}[data-theme=dark] .service-guide-icon-btn{color:var(--accent-light)}[data-theme=dark] .service-guide-icon-btn:hover{background:#ffffff14}[data-theme=dark] .service-guide-text hr{border-top-color:var(--border)}[data-theme=dark] .purchase-header-content h1{background:linear-gradient(135deg,#93c5fd,#bfdbfe)!important;-webkit-background-clip:text!important;background-clip:text!important}[data-theme=dark] .purchase-header-row{color:var(--text)}[data-theme=dark] .purchase-hero-banner,[data-theme=dark] .subscription-status-hero{background:radial-gradient(120% 140% at 100% 0%,#fcd34d2e,#fcd34d00 50%),linear-gradient(135deg,var(--header-grad-start) 0%,var(--header-grad-end) 100%);box-shadow:0 12px 30px -12px #000000b3}[data-theme=dark] .plan-card-modern{background:var(--bg-card);border:1px solid var(--border);box-shadow:0 6px 18px -8px #000000b3}[data-theme=dark] .plan-card-featured{background:radial-gradient(120% 120% at 100% 0%,rgba(252,211,77,.06) 0%,var(--bg-card) 60%)}[data-theme=dark] .plan-modern-name{color:var(--text)}[data-theme=dark] .plan-card-modern-gold .plan-modern-name{color:#fcd34d}[data-theme=dark] .plan-card-modern-diamond .plan-modern-name{color:#93c5fd}[data-theme=dark] .plan-card-modern-silver .plan-modern-name{color:#cbd5e1}[data-theme=dark] .plan-modern-tagline,[data-theme=dark] .plan-modern-price-currency{color:var(--text-muted)}[data-theme=dark] .plan-modern-feature{color:var(--text)}[data-theme=dark] .plan-modern-feature.is-excluded{color:var(--text-faint)}[data-theme=dark] .plan-modern-feature-text.is-highlighted{background:linear-gradient(135deg,#38bdf838,#0ea5e924);border-color:#38bdf873;color:#7dd3fc}[data-theme=dark] .plan-modern-duration{background:#ffffff0f;border:1px solid rgba(255,255,255,.1)}[data-theme=dark] .duration-pill{background:transparent;color:var(--text-muted)}[data-theme=dark] .duration-pill:hover:not(.is-active){color:var(--text);background:#ffffff0d}[data-theme=dark] .duration-pill.is-active{background:#ffffff24;color:var(--accent-light);box-shadow:0 1px #ffffff1a inset,0 4px 14px -6px #00000073}[data-theme=dark] .plan-card-modern-silver .duration-pill.is-active{color:#e2e8f0;background:#94a3b833;box-shadow:0 0 0 1px #94a3b859,0 4px 14px -6px #00000073}[data-theme=dark] .plan-card-modern-gold .duration-pill.is-active{color:#fde68a;background:#fbbf2433;box-shadow:0 0 0 1px #fbbf2461,0 4px 14px -6px #00000073}[data-theme=dark] .plan-card-modern-diamond .duration-pill.is-active{color:#bae6fd;background:#38bdf82e;box-shadow:0 0 0 1px #38bdf866,0 4px 14px -6px #00000073}[data-theme=dark] .plan-card-modern-titanium .duration-pill.is-active{color:#ddd6fe;background:#a78bfa2e;box-shadow:0 0 0 1px #a78bfa61,0 4px 14px -6px #00000073}[data-theme=dark] .duration-pill-badge{background:linear-gradient(135deg,#34d399,#059669);color:#ecfdf5}[data-theme=dark] .duration-pill.is-active .duration-pill-badge{box-shadow:0 2px 8px -2px #10b9818c}[data-theme=dark] .plan-modern-pricing{background:#ffffff08;border-color:#ffffff14}[data-theme=dark] .plan-modern-price{color:var(--accent-light)}[data-theme=dark] .plan-card-modern-gold .plan-modern-price{color:#fcd34d}[data-theme=dark] .plan-card-modern-diamond .plan-modern-price{color:#93c5fd}[data-theme=dark] .plan-modern-original{color:var(--text-faint)}[data-theme=dark] .plan-modern-discount-badge{background:var(--success-bg);color:var(--success-text)}[data-theme=dark] .purchase-confirm-overlay{background:#000000b8}[data-theme=dark] .purchase-confirm-modal{background:var(--bg-elevated);box-shadow:0 25px 50px -12px #000000bf,0 0 0 1px var(--border)}[data-theme=dark] .purchase-confirm-plan-label,[data-theme=dark] .purchase-confirm-duration-label{color:var(--text-muted)}[data-theme=dark] .purchase-confirm-plan-name{color:var(--text)}[data-theme=dark] .purchase-confirm-modal--gold .purchase-confirm-plan-name,[data-theme=dark] .purchase-confirm-modal--gold .purchase-confirm-duration-value,[data-theme=dark] .purchase-confirm-modal--gold .purchase-confirm-price-amount{color:#fcd34d}[data-theme=dark] .purchase-confirm-modal--diamond .purchase-confirm-plan-name,[data-theme=dark] .purchase-confirm-modal--diamond .purchase-confirm-duration-value,[data-theme=dark] .purchase-confirm-modal--diamond .purchase-confirm-price-amount{color:#93c5fd}[data-theme=dark] .purchase-confirm-modal--silver .purchase-confirm-plan-name,[data-theme=dark] .purchase-confirm-modal--silver .purchase-confirm-duration-value,[data-theme=dark] .purchase-confirm-modal--silver .purchase-confirm-price-amount{color:#e2e8f0}[data-theme=dark] .purchase-confirm-modal--gold .purchase-confirm-price-currency,[data-theme=dark] .purchase-confirm-modal--diamond .purchase-confirm-price-currency,[data-theme=dark] .purchase-confirm-modal--silver .purchase-confirm-price-currency{color:var(--text-muted)}[data-theme=dark] .purchase-confirm-duration{background:var(--bg-subtle);border-color:var(--border)}[data-theme=dark] .purchase-confirm-duration-value{background:var(--bg-card);border-color:var(--border);color:inherit}[data-theme=dark] .purchase-confirm-price-original{color:var(--text-faint)}[data-theme=dark] .purchase-confirm-btn-cancel{background:var(--bg-subtle);color:var(--text-secondary);border-color:var(--border)}[data-theme=dark] .purchase-trust-row{background:#ffffff08;border-color:#ffffff0f}[data-theme=dark] .purchase-trust-item{color:var(--text-muted)}[data-theme=dark] .purchase-trust-item svg{color:var(--accent-light)}[data-theme=dark] .purchase-trust-divider{background:#ffffff1a}[data-theme=dark] .subscription-status{background:var(--bg-card);border:1px solid var(--border);box-shadow:var(--shadow-sm);color:var(--text)}[data-theme=dark] .subscription-status-content{background:transparent;border:none;box-shadow:none;color:inherit}[data-theme=dark] .subscription-status-row{background:var(--accent-subtle)}[data-theme=dark] .subscription-status-row:hover{background:var(--accent-subtle-strong)}[data-theme=dark] .status-icon-wrapper{background:var(--accent-subtle-strong);color:var(--accent-light)}[data-theme=dark] .status-label,[data-theme=dark] .subscription-status-content b{color:var(--text)}[data-theme=dark] .status-value,[data-theme=dark] .subscription-status-content .status-label-hint{color:var(--text-muted)}[data-theme=dark] .subscription-status-content .subscription-period-date{background:#a78bfa38;color:var(--text)}[data-theme=dark] .subscription-status-content code{background:var(--bg-subtle);color:var(--accent-light)}[data-theme=dark] .subscription-status-title{color:var(--accent-light);border-bottom-color:var(--border)}[data-theme=dark] .subscription-status-support-link{background:linear-gradient(135deg,#60a5fa1f,#60a5fa0a);border-color:var(--accent-subtle-strong)}[data-theme=dark] .subscription-status-support-link a{color:var(--accent-light)!important}[data-theme=dark] .subscription-extend-container{background:var(--bg-card);border-color:var(--border);box-shadow:0 6px 18px -10px #0000008c}[data-theme=dark] .subscription-extend-hint{color:var(--text-muted)}[data-theme=dark] .subscription-extend-eligible-gold .subscription-extend-days{color:#fcd34d}[data-theme=dark] .subscription-extend-eligible-silver .subscription-extend-days{color:#cbd5e1}[data-theme=dark] .subscription-extend-eligible-diamond .subscription-extend-days{color:#7dd3fc}[data-theme=dark] .subscription-extend-eligible-titanium .subscription-extend-days{color:#c4b5fd}[data-theme=dark] .subscription-extend-btn-advanced{box-shadow:0 14px 28px -14px #000000a6,inset 0 1px #ffffff1f}[data-theme=dark] .subscription-extend-btn-advanced:hover{box-shadow:0 18px 32px -14px #000000b8,inset 0 1px #ffffff29}[data-theme=dark] .subscription-extend-pending{background:var(--bg-muted)}[data-theme=dark] .subscription-extend-pending .subscription-extend-message{color:var(--text-secondary)}[data-theme=dark] .subscription-extend-success{background:linear-gradient(135deg,#10b98133,#0596691f);border-color:#34d39959}[data-theme=dark] .subscription-extend-success .subscription-extend-message{color:#6ee7b7}[data-theme=dark] .subscription-extend-thanks{color:#34d399}[data-theme=dark] .extend-page-overlay{background:var(--bg-app)}[data-theme=dark] .extend-page-inner .purchase-header-row .btn-back{color:var(--accent-light)}[data-theme=dark] .plan-modern-purchase.is-extend{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 12px 24px -12px #10b98166}[data-theme=dark] .plan-modern-purchase.is-extend:hover:not(:disabled){box-shadow:0 16px 28px -12px #10b98180}[data-theme=dark] .plan-card-modern-gold .plan-modern-purchase.is-extend{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 12px 24px -12px #10b98161}[data-theme=dark] .period-badge-current{background:#3b82f638;color:#93c5fd}[data-theme=dark] .period-badge-extended{background:#fbbf242e;color:#fcd34d}[data-theme=dark] .subscription-type-display{background:#ffffff0f;border-color:#ffffff1a}[data-theme=dark] .subscription-type-display:hover,[data-theme=dark] .subscription-type-display:focus-visible{background:#ffffff1f;border-color:#ffffff2e}[data-theme=dark] .subscription-tier-diamond{color:#93c5fd}[data-theme=dark] .subscription-tier-titanium.subscription-type-display{background:linear-gradient(128deg,#581c34f5,#881337f0 32%,#be185deb 68%,#e11d48e6);border-color:#fb718561;box-shadow:0 2px 14px #be185d61,0 0 0 1px #ffffff0f inset,inset 0 1px #ffffff1a}[data-theme=dark] .subscription-tier-titanium.subscription-type-display:hover,[data-theme=dark] .subscription-tier-titanium.subscription-type-display:focus-visible{background:linear-gradient(128deg,#881337fa,#be185df5 45%,#f43f5ef0);border-color:#fda4af7a;box-shadow:0 4px 20px #e11d4873,0 0 12px #f43f5e38}[data-theme=dark] .subscription-tier-titanium .subscription-icon{background:#ffffff1f;border-color:#ffffff2e;box-shadow:inset 0 1px #ffffff24,0 1px 6px #00000040}[data-theme=dark] .subscription-tier-titanium .subscription-svg-icon{color:#fff1f2;filter:drop-shadow(0 1px 2px rgba(0,0,0,.35))}[data-theme=dark] .subscription-tier-titanium .subscription-text{color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.35)}[data-theme=dark] .subscription-tier-titanium .subscription-cta-chevron{color:#fecdd3}[data-theme=dark] .subscription-tier-titanium .subscription-cta-hint{color:#ffe4e6;background:#ffffff1a;border-color:#ffffff1a}[data-theme=dark] .profile-card,[data-theme=dark] .lawyer-recommendation-card,[data-theme=dark] .auditor-card,[data-theme=dark] .lawyer-referred-card,[data-theme=dark] .lawyer-card,[data-theme=dark] .lawyer-dp-card,[data-theme=dark] .lawyer-detailed-info{background:var(--bg-card);border-color:var(--border);color:var(--text)}[data-theme=dark] .profile-card-name,[data-theme=dark] .lawyer-card-name,[data-theme=dark] .auditor-card-title{color:var(--text)}[data-theme=dark] .profile-card-meta,[data-theme=dark] .lawyer-card-meta{color:var(--text-muted)}[data-theme=dark] .auditor-status-pill{background:var(--bg-subtle);color:var(--text-secondary);border-color:var(--border)}[data-theme=dark] .auditor-empty,[data-theme=dark] .auditor-intro{color:var(--text-secondary)}[data-theme=dark] .auditor-lawyer-note{background:linear-gradient(180deg,#fbbf2429,#292524eb);border:1px solid rgba(251,191,36,.35);box-shadow:inset 0 1px #ffffff0f,0 2px 10px #00000059}[data-theme=dark] .auditor-lawyer-note-body{color:#fde68a}[data-theme=dark] .auditor-note-label{color:#78350f;background:linear-gradient(145deg,#fde68a,#fcd34d);border:1px solid rgba(251,191,36,.55);box-shadow:0 1px 3px #00000040}[data-theme=dark] .profiles-overlay-panel{background:var(--bg-elevated);color:var(--text);border:1px solid var(--border);box-shadow:0 -12px 40px #00000073,inset 0 1px #ffffff0f}[data-theme=dark] .profiles-overlay-title,[data-theme=dark] .profiles-q-text{color:var(--text)}[data-theme=dark] .profiles-file-list li{border:1px solid var(--border);background:var(--bg-muted);color:var(--text)}[data-theme=dark] .profiles-overlay-panel .profiles-btn-ghost{color:var(--text-muted)}[data-theme=dark] .profiles-overlay-panel .profiles-btn-ghost:hover{color:var(--error-text);background:var(--error-bg);border-radius:8px}[data-theme=dark] .profiles-overlay-close-x{background:#ffffff1a;color:#f8fafc;border:1px solid rgba(255,255,255,.2)}[data-theme=dark] .profiles-overlay-close-x:hover{background:#ffffff29;color:#fff;border-color:#ffffff47}[data-theme=dark] .profiles-upload-back-link{color:var(--accent-light)}[data-theme=dark] .profiles-upload-back-link:hover{color:var(--info-text)}[data-theme=dark] .profiles-upload-back-link:focus-visible{outline:2px solid var(--accent-light);outline-offset:2px}[data-theme=dark] .profiles-overlay-panel .profiles-cta-primary.profiles-next-btn,[data-theme=dark] .profiles-overlay-panel .profiles-next-btn{background:linear-gradient(135deg,#7c3aed,#a78bfa);border-color:#c4b5fd73;color:#fff;box-shadow:0 2px 14px #7c3aed66}[data-theme=dark] .profiles-overlay-panel .profiles-next-btn:hover:not(:disabled){background:linear-gradient(135deg,#8b5cf6,#c4b5fd);border-color:#ddd6fe8c;box-shadow:0 4px 18px #8b5cf673}[data-theme=dark] .profiles-skip-confirm-box{border:1px solid rgba(251,191,36,.38);background:var(--warning-bg);box-shadow:inset 0 1px #ffffff0d}[data-theme=dark] .profiles-skip-confirm-text{color:var(--warning-text)}[data-theme=dark] .profiles-skip-confirm-box .profiles-btn-secondary{background:var(--bg-muted);color:var(--text);border-color:var(--border-strong)}[data-theme=dark] .profiles-skip-confirm-box .profiles-btn-secondary:hover:not(:disabled){background:var(--bg-subtle);border-color:var(--border)}[data-theme=dark] .profiles-skip-confirm-box .profiles-cta-primary:not(.profiles-skip-no-btn){background:linear-gradient(135deg,#7c3aed,#a78bfa);border-color:#c4b5fd73;color:#fff;box-shadow:0 2px 14px #7c3aed66}[data-theme=dark] .profiles-skip-confirm-box .profiles-cta-primary:not(.profiles-skip-no-btn):hover:not(:disabled){background:linear-gradient(135deg,#8b5cf6,#c4b5fd);border-color:#ddd6fe8c;box-shadow:0 4px 18px #8b5cf673}[data-theme=dark] .profiles-skip-confirm-box .profiles-skip-no-btn{background:linear-gradient(135deg,#5b21b6,#7c3aed 55%,#a78bfa);color:#fff;border-color:#c4b5fd80;box-shadow:0 2px 12px #5b21b666}[data-theme=dark] .profiles-skip-confirm-box .profiles-skip-no-btn:hover:not(:disabled){background:linear-gradient(135deg,#6d28d9,#8b5cf6 55%,#c4b5fd);border-color:#ddd6fe8c;box-shadow:0 4px 16px #7c3aed73}[data-theme=dark] .profiles-closed-archive-copy,[data-theme=dark] .profiles-referred-link-copy-btn,[data-theme=dark] .profiles-stage-link-copy-btn{background:var(--bg-subtle);color:var(--text);border-color:var(--border)}[data-theme=dark] .profiles-closed-archive-copy:hover,[data-theme=dark] .profiles-referred-link-copy-btn:hover,[data-theme=dark] .profiles-stage-link-copy-btn:hover{background:var(--bg-muted)}[data-theme=dark] .profiles-closed-archive-date-value--emph,[data-theme=dark] .profiles-referred-lawyers-count-icon,[data-theme=dark] .profiles-referred-link,[data-theme=dark] .profiles-stage-link{color:var(--accent-light)}[data-theme=dark] .lawyer-dp-modal-cancel,[data-theme=dark] .lawyer-dp-reject-group-other,[data-theme=dark] .lawyer-referred-modal-cancel{background:var(--bg-subtle);color:var(--text);border:1px solid var(--border-strong)}[data-theme=dark] .lawyer-referred-overlay{background:var(--bg-overlay)}[data-theme=dark] .lawyer-referred-modal{background:var(--bg-elevated);color:var(--text);border:1px solid var(--border);box-shadow:var(--shadow-lg)}[data-theme=dark] .lawyer-referred-modal h3{color:var(--text)}[data-theme=dark] .lawyer-referred-modal p{color:var(--text-muted)}[data-theme=dark] .lawyer-referred-modal textarea{background:var(--bg-input);color:var(--text);border-color:var(--border-strong)}[data-theme=dark] .lawyer-referred-modal textarea:focus{outline:none;border-color:var(--accent-strong);box-shadow:0 0 0 3px var(--accent-subtle-strong)}[data-theme=dark] .lawyer-referred-modal-primary{background:linear-gradient(135deg,var(--accent-strong) 0%,#2563eb 100%);color:#fff}[data-theme=dark] .lawyer-referred-modal-primary:disabled{opacity:.45}[data-theme=dark] .lawyer-referred-modal-danger{background:linear-gradient(135deg,#dc2626,#991b1b);color:#fff}[data-theme=dark] .lawyer-referred-modal-danger:disabled{opacity:.45}[data-theme=dark] .lawyer-dp-modal-overlay{background:#0000009e}[data-theme=dark] .lawyer-dp-modal-sheet{background:var(--bg-elevated);color:var(--text);border:1px solid var(--border-strong);box-shadow:0 -8px 32px #00000073,0 0 0 1px #ffffff0a}@media (min-width: 520px){[data-theme=dark] .lawyer-dp-modal-sheet{box-shadow:var(--shadow-lg)}}[data-theme=dark] .lawyer-dp-modal-sheet h3{color:var(--text)}[data-theme=dark] .lawyer-dp-modal-sheet p.muted{color:var(--text-muted)}[data-theme=dark] .lawyer-dp-modal-sheet textarea{background:var(--bg-input);color:var(--text);border-color:var(--border-strong)}[data-theme=dark] .lawyer-dp-modal-sheet textarea:focus{outline:none;border-color:var(--accent-strong);box-shadow:0 0 0 3px var(--accent-subtle-strong)}[data-theme=dark] .lawyer-dp-scores{background:var(--bg-card);border-color:var(--border);color:var(--text)}[data-theme=dark] .lawyer-dp-attachment-action,[data-theme=dark] .lawyer-dp-attachment-name{color:var(--text)}[data-theme=dark] .lawyer-dp-meta-note-closed{color:var(--text-muted)}[data-theme=dark] .lawyer-dp-location-note{color:var(--text-secondary);background:linear-gradient(180deg,var(--bg-subtle) 0%,var(--bg-muted) 100%);border-color:#94a3b847;box-shadow:inset 0 1px #ffffff0d}[data-theme=dark] .lawyer-dp-client-full-name-label,[data-theme=dark] .lawyer-dp-client-residence-label{color:#fff}[data-theme=dark] .lawyer-referred-accept-reason{background:linear-gradient(165deg,#2dd4bf1f,#10b9810d);border-color:#2dd4bf59;box-shadow:inset 0 1px #ffffff0f,0 1px 2px #00000040}[data-theme=dark] .lawyer-referred-accept-reason-label{color:var(--success-text)}[data-theme=dark] .lawyer-referred-accept-reason-body{color:var(--text)}[data-theme=dark] .lawyer-referred-accept-reason-toggle{background:none;color:var(--accent-light);border:none;text-decoration:underline;text-underline-offset:3px}[data-theme=dark] .lawyer-referred-accept-reason-toggle:hover{color:#bfdbfe}[data-theme=dark] .lawyer-referred-accept-reason-toggle:focus-visible{outline:2px solid var(--accent-light);outline-offset:2px}[data-theme=dark] .client-profile-card,[data-theme=dark] .client-profile-public-card,[data-theme=dark] .client-info{background:var(--bg-card);border-color:var(--border);color:var(--text)}[data-theme=dark] .client-profile-attachment-action,[data-theme=dark] .client-profile-attachment-name{color:var(--text)}[data-theme=dark] .ticket-card,[data-theme=dark] .my-tickets-card,[data-theme=dark] .criticism-tickets-card,[data-theme=dark] .criticism-tickets-card-answered,[data-theme=dark] .bot-questions-card,[data-theme=dark] .admin-overview-block,[data-theme=dark] .admin-card,[data-theme=dark] .admin-cohort-block,[data-theme=dark] .admin-cohort-table,[data-theme=dark] .admin-chart-block,[data-theme=dark] .admin-platform-metric-card,[data-theme=dark] .admin-profile-stage-card,[data-theme=dark] .admin-error-logs-item,[data-theme=dark] .admin-lawyer-referral-row,[data-theme=dark] .admin-overview-pill,[data-theme=dark] .admin-overview-breakdown,[data-theme=dark] .admin-overview-subsection,[data-theme=dark] .admin-performance-panel{background:var(--bg-card);border-color:var(--border);color:var(--text)}[data-theme=dark] .bot-questions-page{box-shadow:0 0 0 1px var(--border)}[data-theme=dark] .voucher-admin-panel .bot-questions-card h2,[data-theme=dark] .voucher-admin-panel .bot-questions-card h3{color:var(--text)}[data-theme=dark] .voucher-admin-panel .voucher-campaign-detail{background:var(--bg-subtle);border-color:var(--border)}[data-theme=dark] .voucher-admin-panel .voucher-campaign-detail dt,[data-theme=dark] .voucher-admin-panel .voucher-campaign-detail-note{color:var(--text-muted)}[data-theme=dark] .voucher-admin-panel .voucher-campaign-detail dd{color:var(--text)}[data-theme=dark] .voucher-admin-panel .btn-link-small{color:var(--accent-light)}[data-theme=dark] .voucher-admin-panel .voucher-campaign-item{background:var(--bg-subtle);border-color:var(--border);box-shadow:0 1px 6px -3px #0009}[data-theme=dark] .voucher-admin-panel .voucher-campaign-item:hover{border-color:var(--border-strong)}[data-theme=dark] .voucher-admin-panel .voucher-campaign-row strong{color:var(--text)}[data-theme=dark] .voucher-admin-panel .voucher-discount-badge{color:var(--accent-light);background:var(--accent-subtle);border-color:#60a5fa4d}[data-theme=dark] .voucher-admin-panel .voucher-status-active{color:#4ade80;background:#4ade801f;border-color:#4ade804d}[data-theme=dark] .voucher-admin-panel .voucher-status-paused{color:#fbbf24;background:#fbbf241f;border-color:#fbbf244d}[data-theme=dark] .voucher-admin-panel .voucher-status-revoked{color:#f87171;background:#f871711f;border-color:#f871714d}[data-theme=dark] .voucher-admin-panel .voucher-campaign-meta,[data-theme=dark] .voucher-admin-panel .voucher-segment-desc,[data-theme=dark] .voucher-admin-panel .bot-questions-card label,[data-theme=dark] .voucher-admin-panel .voucher-admin-checkboxes legend{color:var(--text-muted)}[data-theme=dark] .voucher-admin-panel .voucher-admin-tabs{background:var(--bg-muted);border-color:var(--border)}[data-theme=dark] .voucher-admin-panel .voucher-admin-tabs button{background:transparent;border:none;color:var(--text-muted)}[data-theme=dark] .voucher-admin-panel .voucher-admin-tabs button:hover:not(.active){color:var(--text-secondary)}[data-theme=dark] .voucher-admin-panel .voucher-admin-tabs button.active{background:var(--bg-card);color:var(--accent-light);box-shadow:0 2px 6px -2px #0009}[data-theme=dark] .voucher-admin-panel .bot-questions-card input:not([type=checkbox]),[data-theme=dark] .voucher-admin-panel .bot-questions-card select,[data-theme=dark] .voucher-admin-panel .bot-questions-card textarea{background:var(--bg-input);border-color:var(--border-strong);color:var(--text)}[data-theme=dark] .voucher-admin-panel .voucher-admin-grant-sms .voucher-admin-checkbox-row{color:var(--text)}[data-theme=dark] .voucher-admin-panel .voucher-campaign-row{border-bottom-color:var(--border)}[data-theme=dark] .voucher-admin-panel .voucher-redemptions-table-wrap{border-color:var(--border)}[data-theme=dark] .voucher-admin-panel .voucher-redemptions-table thead th{color:var(--text-muted);background:var(--bg-muted)}[data-theme=dark] .voucher-admin-panel .voucher-redemptions-table td{color:var(--text-secondary)}[data-theme=dark] .voucher-admin-panel .voucher-redemptions-table tbody tr:nth-child(2n){background:var(--bg-subtle)}[data-theme=dark] .voucher-admin-panel .voucher-redemptions-table th,[data-theme=dark] .voucher-admin-panel .voucher-redemptions-table td{border-bottom-color:var(--border)}[data-theme=dark] .bot-questions-header{border-bottom-color:var(--border-strong)}[data-theme=dark] .bot-questions-header h1{color:var(--text)}[data-theme=dark] .bot-questions-stats{background:var(--bg-subtle);border-color:var(--border);color:var(--text)}[data-theme=dark] .bot-questions-stat{color:var(--text-secondary)}[data-theme=dark] .bot-questions-pagination{background:var(--bg-subtle);border-color:var(--border)}[data-theme=dark] .bot-questions-pagination-info{color:var(--text-muted)}[data-theme=dark] .bot-questions-pagination-btn{background:var(--bg-card);color:var(--text);border-color:var(--border-strong)}[data-theme=dark] .bot-questions-pagination-btn:hover:not(:disabled){background:var(--bg-muted);border-color:var(--border-strong)}[data-theme=dark] .bot-questions-pagination-btn:disabled{color:var(--text-faint)}[data-theme=dark] .bot-questions-filter-will-call{color:var(--text-secondary)}[data-theme=dark] .bot-questions-filter-input:hover,[data-theme=dark] .bot-questions-filter-select:hover{border-color:var(--border-strong);background:var(--bg-muted)}[data-theme=dark] .bot-questions-filter-input:focus,[data-theme=dark] .bot-questions-filter-select:focus{box-shadow:0 0 0 3px var(--accent-subtle-strong)}[data-theme=dark] .bot-questions-filter-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E")}[data-theme=dark] .bot-questions-apply-filters-btn{background:var(--accent-strong);color:#fff}[data-theme=dark] .bot-questions-apply-filters-btn:hover:not(:disabled){filter:brightness(1.08)}[data-theme=dark] .bot-questions-thread-user-meta{border-bottom-color:var(--border);color:var(--text-muted)}[data-theme=dark] .bot-questions-thread-user-meta .thread-meta-platform{color:var(--text-muted)}[data-theme=dark] .bot-questions-thread-user-meta .thread-meta-city{color:var(--text-secondary)}[data-theme=dark] .bot-questions-thread-qa-item{background:transparent;border-right-color:var(--border-strong);color:var(--text)}[data-theme=dark] .bot-questions-thread-qa-item .thread-q-date{color:var(--text-muted)}[data-theme=dark] .bot-questions-thread-qa-item .btn-delete-question{background:var(--bg-card);border-color:#f8717173;color:var(--error-text)}[data-theme=dark] .bot-questions-thread-qa-item .btn-delete-question:hover:not(:disabled){background:var(--error-bg);color:#fecaca}[data-theme=dark] .bot-questions-ai-response-block{background:linear-gradient(180deg,#f472b624,#ec48990f);border-color:#f472b661;color:var(--text)}[data-theme=dark] .bot-questions-ai-label{color:#f9a8d4}[data-theme=dark] .bot-questions-ai-tag{background:#ec48996b;color:#fff}[data-theme=dark] .bot-questions-ai-text{color:#fce7f3}[data-theme=dark] .bot-questions-ai-text p,[data-theme=dark] .bot-questions-ai-text li,[data-theme=dark] .bot-questions-ai-text td,[data-theme=dark] .bot-questions-ai-text th{color:inherit}[data-theme=dark] .bot-questions-ai-text h1,[data-theme=dark] .bot-questions-ai-text h2,[data-theme=dark] .bot-questions-ai-text h3,[data-theme=dark] .bot-questions-ai-text h4,[data-theme=dark] .bot-questions-ai-text h5,[data-theme=dark] .bot-questions-ai-text h6{color:#fdf2f8}[data-theme=dark] .bot-questions-ai-text a{color:#f9a8d4}[data-theme=dark] .bot-questions-ai-text a:hover{color:#fdf2f8}[data-theme=dark] .bot-questions-ai-text .bot-questions-ai-links-block{border-right-color:#ec4899;background:#ec48991f}[data-theme=dark] .bot-questions-ai-text .bot-questions-ai-links-list a{color:#f9a8d4}[data-theme=dark] .bot-questions-ai-text .bot-questions-ai-links-list a:hover{color:#fdf2f8}[data-theme=dark] .bot-questions-ai-expand-link,[data-theme=dark] .bot-questions-ai-copy-link{color:#f472b6}[data-theme=dark] .bot-questions-ai-expand-link:hover,[data-theme=dark] .bot-questions-ai-copy-link:hover{color:#fbcfe8}[data-theme=dark] .bot-questions-ai-copy-link.copied{color:var(--success-text)}[data-theme=dark] .bot-questions-thread-answer-block{background:linear-gradient(180deg,#34d39924,#10b98112);border-color:#34d39961}[data-theme=dark] .bot-questions-thread-answer-block .thread-answer-label{color:var(--success-text)}[data-theme=dark] .bot-questions-thread-answer-block .thread-answer-lawyer-name{color:#5eead4}[data-theme=dark] .bot-questions-thread-answer-block .thread-answer-text{color:#d1fae5}[data-theme=dark] .bot-questions-card .question-text-wrapper{background:var(--bg-subtle);border-color:var(--border)}[data-theme=dark] .bot-questions-card .question-text-wrapper .question-text{color:var(--text-secondary)}[data-theme=dark] .bot-questions-card .meta{color:var(--text-muted)}[data-theme=dark] .bot-questions-card .meta-copy-phone{color:var(--accent-light)}[data-theme=dark] .bot-questions-card .meta-copy-phone:hover{background:var(--bg-subtle)}[data-theme=dark] .bot-questions-card label.answer-label{color:var(--text-secondary)}[data-theme=dark] .bot-questions-card textarea.answer-input{background:var(--bg-input);color:var(--text);border-color:var(--border-strong)}[data-theme=dark] .bot-questions-card textarea.answer-input:disabled{background:var(--bg-muted);color:var(--text-muted)}[data-theme=dark] .bot-questions-card .call-client-wrap span{color:var(--text-secondary)}[data-theme=dark] .bot-questions-card .saved-badge{color:var(--success-text)}[data-theme=dark] .bot-questions-card .send-error{color:var(--error-text)}[data-theme=dark] .bot-questions-card.disabled{background:var(--bg-muted);border-color:var(--border);opacity:.96}[data-theme=dark] .bot-questions-card.disabled .question-text{color:var(--text-muted)}[data-theme=dark] .bot-questions-card.disabled .question-text-wrapper{background:var(--bg-subtle);border-color:var(--border)}[data-theme=dark] .bot-questions-card.disabled .question-text-wrapper .question-text{color:var(--text-muted)}[data-theme=dark] .bot-questions-card.disabled .meta{color:var(--text-faint)}[data-theme=dark] .bot-questions-card.disabled .bot-questions-thread-answer-block{background:var(--bg-subtle);border-color:var(--border)}[data-theme=dark] .bot-questions-card.disabled .bot-questions-thread-answer-block .thread-answer-label,[data-theme=dark] .bot-questions-card.disabled .bot-questions-thread-answer-block .thread-answer-lawyer-name,[data-theme=dark] .bot-questions-card.disabled .bot-questions-thread-answer-block .thread-answer-text{color:var(--text-muted)}[data-theme=dark] .bot-questions-card.disabled textarea.answer-input:disabled{background:var(--bg-muted);color:var(--text-muted)}[data-theme=dark] .bot-questions-card .btn-reanswer{background:var(--accent-subtle);border-color:var(--accent-strong);color:var(--accent-light)}[data-theme=dark] .bot-questions-card .btn-reanswer:hover{background:var(--accent-subtle-strong)}[data-theme=dark] .bot-questions-card .btn-cancel-reanswer{background:var(--bg-subtle);border-color:var(--border-strong);color:var(--text-muted)}[data-theme=dark] .bot-questions-card .btn-cancel-reanswer:hover{background:var(--bg-muted)}[data-theme=dark] .bot-questions-thread-all-answered{background:var(--bg-subtle);border:1px solid var(--border);border-radius:8px;padding:.65rem .85rem;margin-top:.5rem;color:var(--text-secondary)}[data-theme=dark] .bot-questions-thread-all-answered p{color:var(--text-secondary)}[data-theme=dark] .bot-questions-send-overlay{background:var(--bg-overlay)}[data-theme=dark] .bot-questions-send-overlay-content{background:var(--bg-elevated);color:var(--text);border:1px solid var(--border);box-shadow:var(--shadow-lg)}[data-theme=dark] .bot-questions-send-overlay-content p{color:var(--text-secondary)}[data-theme=dark] .bot-questions-send-overlay-spinner{border-color:var(--border-strong);border-top-color:var(--accent-light)}[data-theme=dark] .admin-overlay-backdrop{background:var(--bg-overlay)}[data-theme=dark] .admin-overlay-panel{background:var(--bg-elevated);color:var(--text);border-color:var(--border)}[data-theme=dark] .admin-overlay-header{border-bottom-color:var(--border)}[data-theme=dark] .admin-overlay-title,[data-theme=dark] .admin-overlay-phone-label,[data-theme=dark] .admin-overlay-user-id,[data-theme=dark] .admin-cohort-cell,[data-theme=dark] .admin-chart-title,[data-theme=dark] .admin-chart-subtitle,[data-theme=dark] .admin-overview-block-title,[data-theme=dark] .admin-overview-pill-label,[data-theme=dark] .admin-overview-pill-value,[data-theme=dark] .admin-overview-pill-role,[data-theme=dark] .admin-overview-pill-source,[data-theme=dark] .admin-overview-total-label,[data-theme=dark] .admin-overview-total-value,[data-theme=dark] .admin-overview-breakdown-heading,[data-theme=dark] .admin-overview-subsection-title,[data-theme=dark] .admin-platform-metric-label,[data-theme=dark] .admin-platform-metric-value,[data-theme=dark] .admin-lawyer-referral-name,[data-theme=dark] .admin-lawyer-referral-metric-label,[data-theme=dark] .admin-lawyer-referral-metric-value,[data-theme=dark] .admin-lawyer-referral-avg-label,[data-theme=dark] .admin-lawyer-referral-avg-value,[data-theme=dark] .admin-error-logs-message,[data-theme=dark] .admin-error-logs-count,[data-theme=dark] .admin-ai-perf-stat,[data-theme=dark] .admin-overlay-close,[data-theme=dark] .admin-profile-stage-tag-name,[data-theme=dark] .admin-profile-stage-tag-count,[data-theme=dark] .admin-profile-stage-tag-meta,[data-theme=dark] .admin-profile-stage-heading,[data-theme=dark] .admin-profile-stage-title,[data-theme=dark] .admin-profile-stage-total,[data-theme=dark] .admin-profile-stage-total-label,[data-theme=dark] .admin-profile-stage-total-value{color:var(--text)}[data-theme=dark] .admin-overlay-close:hover,[data-theme=dark] .admin-back,[data-theme=dark] .admin-refresh-btn,[data-theme=dark] .bot-questions-refresh-btn,[data-theme=dark] .bot-questions-back{color:var(--accent-light)}[data-theme=dark] .admin-back:hover,[data-theme=dark] .admin-refresh-btn:hover:not(:disabled),[data-theme=dark] .bot-questions-refresh-btn:hover:not(:disabled),[data-theme=dark] .bot-questions-back:hover{color:#bfdbfe}[data-theme=dark] .admin-ai-perf-title{color:#e0e7ff;background:#2563eb47;border-color:#60a5fa73}[data-theme=dark] .admin-ai-model-name{color:#bfdbfe;background:var(--bg-subtle);border-color:var(--border-strong)}[data-theme=dark] .admin-ai-perf-stat{border-left-color:#a5b4fc8c}@media (min-width: 900px){[data-theme=dark] .admin-tabs-desktop{border-bottom:1px solid #4b4c4c6b}[data-theme=dark] .admin-tab{color:#ffffffe6}[data-theme=dark] .admin-tab:hover{color:#fff}[data-theme=dark] .admin-tab.active{color:#fff;border-bottom-color:var(--accent-light)}}[data-theme=dark] .admin-overlay-header{border-bottom:1px solid #4b4c4c6b}[data-theme=dark] .admin-overlay-phones-item{border-bottom-color:#4b4c4c6b}[data-theme=dark] .admin-header{border-bottom:1px solid #4b4c4c6b}[data-theme=dark] .admin-header h1{color:var(--text)}[data-theme=dark] .admin-cohort-scroll{border-color:var(--border)}[data-theme=dark] .admin-cohort-table thead th{background:var(--bg-subtle);color:var(--text);border-color:var(--border)}[data-theme=dark] .admin-cohort-table th,[data-theme=dark] .admin-cohort-table td{border-color:var(--border)}[data-theme=dark] .admin-cohort-sticky-col{background:var(--bg-muted);color:var(--text);border-color:var(--border)}[data-theme=dark] .admin-cohort-table thead .admin-cohort-sticky-col{background:var(--bg-subtle)}[data-theme=dark] .admin-link{color:var(--accent-light)}[data-theme=dark] .admin-overview-theme-bucket-light{background:linear-gradient(135deg,#fbbf242e,#f59e0b1a);border-color:#fbbf2459}[data-theme=dark] .admin-overview-theme-bucket-light .admin-overview-theme-bucket-label{color:var(--text-secondary)}[data-theme=dark] .admin-overview-theme-bucket-light .admin-overview-theme-bucket-value{color:var(--warning-text)}[data-theme=dark] .admin-overview-theme-bucket-dark{background:linear-gradient(135deg,#818cf838,#6366f11f);border-color:#a5b4fc66}[data-theme=dark] .admin-overview-theme-bucket-dark .admin-overview-theme-bucket-label{color:var(--text-secondary)}[data-theme=dark] .admin-overview-theme-bucket-dark .admin-overview-theme-bucket-value{color:#c7d2fe}[data-theme=dark] .admin-overview-theme-bucket-other{background:var(--bg-subtle);border-color:var(--border)}[data-theme=dark] .admin-overview-theme-bucket-other .admin-overview-theme-bucket-label{color:var(--text-muted)}[data-theme=dark] .admin-overview-theme-bucket-other .admin-overview-theme-bucket-value{color:var(--text)}[data-theme=dark] .admin-filters,[data-theme=dark] .admin-filters-row,[data-theme=dark] .bot-questions-filters{background:var(--bg-card);border-color:var(--border)}[data-theme=dark] .admin-filter-input,[data-theme=dark] .admin-filter-select,[data-theme=dark] .bot-questions-filter-input,[data-theme=dark] .bot-questions-filter-select{background:var(--bg-input);color:var(--text);border-color:var(--border-strong)}[data-theme=dark] .admin-filter-label,[data-theme=dark] .bot-questions-filter-label{color:var(--text-secondary)}[data-theme=dark] .admin-tabs-desktop,[data-theme=dark] .admin-tabs-wrap{background:var(--bg-card);border-color:var(--border)}[data-theme=dark] .admin-tabs-select{background:var(--bg-input);color:var(--text);border-color:var(--border-strong)}[data-theme=dark] .admin-page,[data-theme=dark] .bot-questions-page,[data-theme=dark] .criticism-tickets-page,[data-theme=dark] .auditor-profiles-page,[data-theme=dark] .lawyer-referred-page{background:linear-gradient(180deg,var(--bg-app) 0%,var(--bg-muted) 50%,var(--bg-app) 100%);color:var(--text)}[data-theme=dark] .admin-page,[data-theme=dark] .bot-questions-page{color-scheme:dark}[data-theme=dark] .admin-loading,[data-theme=dark] .admin-loading-placeholder,[data-theme=dark] .bot-questions-loading,[data-theme=dark] .bot-questions-empty,[data-theme=dark] .criticism-tickets-meta-city{color:var(--text-muted)}[data-theme=dark] .my-tickets-card{color:var(--text)}[data-theme=dark] .btn-support-tickets{background:var(--bg-card);border-color:var(--border);color:var(--text)}[data-theme=dark] .support-form{background:transparent;border-color:var(--border);color:var(--text)}[data-theme=dark] .chat-history,[data-theme=dark] .chat-history-container:not(.maximized){background:transparent;color:var(--text);border-color:var(--border)}[data-theme=dark] .chat-history-empty{color:var(--text-muted)}[data-theme=dark] .chat-history-item{background:transparent;color:var(--text);border-color:var(--border)}[data-theme=dark] .chat-history-item:hover{background:var(--bg-muted)}[data-theme=dark] .chat-history-item.is-active{background:var(--accent-subtle);border-color:var(--accent-subtle-strong);color:var(--text)}[data-theme=dark] .chat-message,[data-theme=dark] .chat-bubble{background:transparent;color:var(--text)}[data-theme=dark] .chat-message-text{color:var(--text)}[data-theme=dark] .chat-feedback-btn{background:var(--bg-subtle);color:var(--text);border-color:var(--border)}[data-theme=dark] .chat-feedback-btn:hover{background:var(--bg-muted)}[data-theme=dark] .btn-maximize-toggle,[data-theme=dark] .chat-actions-toggle,[data-theme=dark] .chat-file-upload-btn,[data-theme=dark] .btn-back-compact,[data-theme=dark] .btn-history-compact,[data-theme=dark] .btn-new-chat-compact,[data-theme=dark] .btn-export-session-compact{background:var(--bg-subtle);color:var(--accent-light);border-color:var(--border-strong)}[data-theme=dark] .btn-maximize-toggle:hover,[data-theme=dark] .chat-actions-toggle:hover,[data-theme=dark] .chat-file-upload-btn:hover,[data-theme=dark] .btn-back-compact:hover,[data-theme=dark] .btn-history-compact:hover,[data-theme=dark] .btn-new-chat-compact:hover,[data-theme=dark] .btn-export-session-compact:hover:not(:disabled){background:var(--accent);color:var(--accent-on);border-color:var(--accent)}[data-theme=dark] .chat-controls-bar{background:transparent}[data-theme=dark] .chat-history-sidebar-overlay{background:#0000009e}[data-theme=dark] .chat-history-sidebar{background:var(--bg-elevated);color:var(--text);box-shadow:-4px 0 24px #0000008c,-1px 0 0 var(--border-strong)}[data-theme=dark] .chat-history-sidebar-header{background:var(--bg-subtle);border-bottom:1px solid var(--border)}[data-theme=dark] .chat-history-sidebar-header h3{color:var(--text)}[data-theme=dark] .chat-history-sidebar-close{color:var(--text-muted)}[data-theme=dark] .chat-history-sidebar-close:hover{background:var(--bg-muted);color:var(--text)}[data-theme=dark] .chat-history-sidebar .chat-history-loading,[data-theme=dark] .chat-history-sidebar .chat-history-empty{color:var(--text-muted)}[data-theme=dark] .chat-history-sidebar .loading-spinner{border-color:var(--border-strong);border-top-color:var(--accent-light)}[data-theme=dark] .chat-history-sidebar .chat-history-item.active .chat-history-item-preview,[data-theme=dark] .chat-history-sidebar .chat-history-item.active .chat-history-item-options{color:var(--accent-light)}[data-theme=dark] .chat-history-sidebar .chat-history-item-badge{background:var(--bg-muted);color:var(--text-secondary)}[data-theme=dark] .chat-history-sidebar .chat-history-item.active .chat-history-item-badge{background:var(--accent);color:var(--accent-on)}[data-theme=dark] .chat-history-sidebar .chat-history-item-hide{color:var(--text-muted)}[data-theme=dark] .chat-history-sidebar .chat-history-item-hide:hover:not(:disabled){color:#f87171;background:#f871711f}[data-theme=dark] .chat-history-sidebar .chat-history-item-hide-spinner{border-color:var(--border-strong);border-top-color:var(--text-muted)}[data-theme=dark] .voice-recorder{background:var(--bg-card);border-color:var(--border);color:var(--text)}[data-theme=dark] .voice-recorder-btn,[data-theme=dark] .voice-recorder-chat-cancel{background:var(--bg-subtle);color:var(--text);border-color:var(--border)}[data-theme=dark] .voice-recorder-btn:hover,[data-theme=dark] .voice-recorder-chat-cancel:hover{background:var(--bg-muted)}[data-theme=dark] .voice-recorder-compose-mic{color:var(--text-muted)}[data-theme=dark] .voice-recorder-compose-mic:hover:not(:disabled){background:var(--bg-muted);color:var(--accent-light)}[data-theme=dark] .voice-recorder-compose-cancel{background:var(--bg-subtle);color:var(--text);border-color:var(--border)}[data-theme=dark] .voice-recorder-compose-cancel:hover{background:var(--bg-muted)}[data-theme=dark] .voice-recorder-compose-processing:not(.voice-recorder-compose--embed){background:var(--bg-subtle);border-color:var(--border);color:var(--text-secondary)}[data-theme=dark] .chat-input-actions.is-voice-recording-mode{border-color:var(--border-strong);background:linear-gradient(180deg,var(--bg-elevated) 0%,var(--bg-subtle) 100%)}[data-theme=dark] .custom-select-trigger,[data-theme=dark] .custom-select-dropdown{background:var(--bg-elevated);color:var(--text);border-color:var(--border-strong)}[data-theme=dark] .custom-select-option{background:transparent;color:var(--text)}[data-theme=dark] .custom-select-option:hover,[data-theme=dark] .custom-select-option.is-selected{background:var(--bg-subtle)}[data-theme=dark] .latest-news-widget{border:none}[data-theme=dark] .latest-news-modal,[data-theme=dark] .legal-quiz-widget,[data-theme=dark] .lawyer-ad-banner,[data-theme=dark] .cowork-overlay-content{background:var(--bg-card);color:var(--text);border-color:var(--border)}[data-theme=dark] .latest-news-modal{background:var(--bg-elevated);border-color:var(--border)}[data-theme=dark] .latest-news-source-link{color:var(--accent-light)}[data-theme=dark] .legal-quiz-overlay-content{background:var(--bg-elevated);color:var(--text);border-color:var(--border)}[data-theme=dark] .legal-quiz-result-badge{background:var(--accent-subtle);color:var(--accent-light);border-color:var(--accent-subtle-strong)}[data-theme=dark] .legal-quiz-result-explanation{background:var(--bg-card);color:var(--text-secondary);border-color:var(--border)}[data-theme=dark] .legal-quiz-result-correct{color:var(--text)}[data-theme=dark] .legal-quiz-result-badge.correct{background:var(--success-bg);color:var(--success-text)}[data-theme=dark] .legal-quiz-result-badge.wrong{background:var(--error-bg);color:var(--error-text)}[data-theme=dark] .legal-quiz-question,[data-theme=dark] .legal-quiz-question-text,[data-theme=dark] .legal-quiz-options,[data-theme=dark] .legal-quiz-option{color:var(--text)}[data-theme=dark] .legal-quiz-option{background:var(--bg-card);border-color:var(--border)}[data-theme=dark] .legal-quiz-option:hover{background:var(--bg-muted);border-color:var(--accent)}[data-theme=dark] .legal-quiz-option.selected{background:var(--accent-subtle);border-color:var(--accent-light);color:var(--accent-light)}[data-theme=dark] .cowork-form-cancel{background:var(--bg-subtle);color:var(--text);border-color:var(--border)}[data-theme=dark] .cowork-overlay-close{background:var(--bg-subtle);color:var(--text-secondary)}[data-theme=dark] .cowork-overlay-close:hover{background:var(--bg-muted);color:var(--text)}[data-theme=dark] .cowork-success-text,[data-theme=dark] .cowork-overlay-header,[data-theme=dark] .cowork-overlay-title{color:var(--text)}[data-theme=dark] .cowork-form-label,[data-theme=dark] .cowork-form-help,[data-theme=dark] .cowork-form-tip{color:var(--text-secondary)}[data-theme=dark] .cowork-form input,[data-theme=dark] .cowork-form textarea{background:var(--bg-input);color:var(--text);border-color:var(--border-strong)}[data-theme=dark] .contact-lawyer-page,[data-theme=dark] .contact-lawyer-form{background:var(--bg-app);color:var(--text)}[data-theme=dark] .contact-lawyer-list{background:transparent;border-color:var(--border);color:var(--text)}[data-theme=dark] .contact-lawyer-list-item{background:transparent;color:var(--text);border-color:var(--border)}[data-theme=dark] .contact-lawyer-list-item:hover{background:var(--bg-muted)}[data-theme=dark] .contact-lawyer-list-name,[data-theme=dark] .contact-lawyer-list-preview,[data-theme=dark] .contact-lawyer-chat-head-name{color:var(--text)}[data-theme=dark] .contact-lawyer-list-time{color:var(--text-muted)}[data-theme=dark] .contact-lawyer-cancel-record-btn{background:var(--bg-subtle);color:var(--text);border-color:var(--border)}[data-theme=dark] .contact-lawyer-close{color:var(--text-muted)}[data-theme=dark] .contact-lawyer-close:hover{background:var(--bg-muted);color:var(--text)}[data-theme=dark] .contact-lawyer-icbar-link{color:var(--accent-light)}[data-theme=dark] .contact-lawyer-icbar-link:hover{color:var(--info-text)}[data-theme=dark] .contact-lawyer-overlay{background:var(--bg-overlay)}[data-theme=dark] .contact-lawyer-title-row{background:var(--bg-elevated);border:1px solid var(--border);box-shadow:0 4px 24px #00000073}[data-theme=dark] .contact-lawyer-title{color:var(--accent-light)}[data-theme=dark] .contact-lawyer-lawyer-info{background:var(--bg-elevated);border-color:var(--border)}[data-theme=dark] .contact-lawyer-section-title{color:var(--text)}[data-theme=dark] .contact-lawyer-title-badge,[data-theme=dark] .contact-lawyer-tag-badge{background:var(--accent-subtle);color:var(--accent-light);border-color:#60a5fa59}[data-theme=dark] .contact-lawyer-stars .star-score-text{color:var(--text-secondary)}[data-theme=dark] .contact-lawyer-info-item{border-bottom-color:var(--border)}[data-theme=dark] .contact-lawyer-info-label{color:var(--text-muted)}[data-theme=dark] .contact-lawyer-info-value,[data-theme=dark] .contact-lawyer-name-row strong{color:var(--text)}[data-theme=dark] .contact-lawyer-actions{box-shadow:0 -4px 16px #00000059}[data-theme=dark] .contact-lawyer-complaint-overlay{background:#000000b8}[data-theme=dark] .contact-lawyer-complaint-modal{background:var(--bg-elevated);border:1px solid var(--border);box-shadow:var(--shadow-lg)}[data-theme=dark] .contact-lawyer-complaint-header h3{color:var(--text)}[data-theme=dark] .contact-lawyer-complaint-close{color:var(--text-muted)}[data-theme=dark] .contact-lawyer-complaint-close:hover{color:var(--text)}[data-theme=dark] .contact-lawyer-complaint-hint{color:var(--text-secondary)}[data-theme=dark] .contact-lawyer-complaint-form textarea{background:var(--bg-input);color:var(--text);border-color:var(--border-strong)}[data-theme=dark] .contact-lawyer-complaint-form textarea:focus{border-color:var(--warning);box-shadow:0 0 0 3px #fbbf2438}[data-theme=dark] .contact-lawyer-complaint-form textarea::placeholder{color:var(--text-faint)}[data-theme=dark] .sitemaker-page-card,[data-theme=dark] .sitemaker-info,[data-theme=dark] .article-card,[data-theme=dark] .articles-list,[data-theme=dark] .article-form,[data-theme=dark] .enhancement-modal,[data-theme=dark] .enhancement-loading,[data-theme=dark] .modal-content,[data-theme=dark] .option-card{background:var(--bg-card);color:var(--text);border-color:var(--border)}[data-theme=dark] .sitemaker-management{background:transparent;color:var(--text)}[data-theme=dark] .modal-close{background:var(--bg-subtle);color:var(--text);border-color:var(--border)}[data-theme=dark] .modal-close:hover{background:var(--bg-muted)}[data-theme=dark] .service-page,[data-theme=dark] .service-container,[data-theme=dark] .service-content{background:var(--bg-app);color:var(--text)}[data-theme=dark] .service-page .service-description{color:var(--text-muted)}[data-theme=dark] .service-result,[data-theme=dark] .service-history,[data-theme=dark] .service-input-section,[data-theme=dark] .service-output-section,[data-theme=dark] .response-container{background:transparent;color:var(--text);border-color:var(--border)}[data-theme=dark] .service-history-item,[data-theme=dark] .history-card,[data-theme=dark] .history-entry,[data-theme=dark] .inquiry-history-card,[data-theme=dark] .inquiry-history-card-clickable,[data-theme=dark] .sarbarg-history-card,[data-theme=dark] .ara-result-card,[data-theme=dark] .reminder-history-item{background:var(--bg-card);color:var(--text);border-color:var(--border);box-shadow:var(--shadow-sm)}[data-theme=dark] .reminder-history-item-notified{opacity:.95}[data-theme=dark] .reminder-card,[data-theme=dark] .inquiry-group-card-disabled{background:var(--bg-card);color:var(--text);border-color:var(--border)}[data-theme=dark] .service-form{background:transparent;color:var(--text)}[data-theme=dark] .inquiry-history-detail-modal,[data-theme=dark] .inquiry-tos-overlay-content{background:var(--bg-elevated);color:var(--text);border-color:var(--border)}[data-theme=dark] .history-load-btn,[data-theme=dark] .history-entry-btn,[data-theme=dark] .mode-btn,[data-theme=dark] .btn-back-mobile{background:var(--bg-subtle);color:var(--text);border-color:var(--border)}[data-theme=dark] .history-load-btn:hover,[data-theme=dark] .history-entry-btn:hover,[data-theme=dark] .mode-btn:hover,[data-theme=dark] .btn-back-mobile:hover{background:var(--bg-muted)}[data-theme=dark] .ara-result-title,[data-theme=dark] .ara-result-number{color:var(--text)}[data-theme=dark] .ara-result-court{color:var(--accent-light);background:var(--accent-subtle)}[data-theme=dark] .ara-result-year,[data-theme=dark] .ara-result-meta{color:var(--text-muted)}[data-theme=dark] .ara-result-year{background:var(--bg-subtle);color:var(--text-secondary)}[data-theme=dark] .ara-result-header{border-bottom-color:var(--border)}[data-theme=dark] .ara-link-button{color:#fff;background:linear-gradient(135deg,var(--accent-strong) 0%,var(--accent-light) 100%);box-shadow:0 2px 10px #00000059}[data-theme=dark] .ara-link-button:hover{background:linear-gradient(135deg,var(--accent) 0%,var(--accent-strong) 100%);color:#fff}[data-theme=dark] .ara-result-link{border-top-color:var(--border)}[data-theme=dark] .ara-footer{background:var(--bg-muted);border-color:var(--border);color:var(--text-muted)}[data-theme=dark] .file-conversions-free-note{color:var(--text-muted)}[data-theme=dark] .file-conversions-free-note a{color:var(--accent-light)}[data-theme=dark] .file-conversions-limit-card{background:linear-gradient(180deg,var(--bg-subtle) 0%,var(--bg-muted) 100%);border-color:var(--border-strong);box-shadow:0 1px 2px #00000059,inset 0 1px #ffffff0a}[data-theme=dark] .file-conversions-limit-card-label{color:var(--warning-text)}[data-theme=dark] .file-conversions-limit-card-body{color:var(--text-secondary)}[data-theme=dark] .btn-back{color:var(--text)}[data-theme=dark] .btn-back:hover{color:var(--accent-light)}[data-theme=dark] .btn-back-home{background:var(--bg-subtle);color:var(--text);border-color:var(--border)}[data-theme=dark] .audit-tel-block{background:var(--bg-card);border-color:var(--border);color:var(--text)}[data-theme=dark] .audit-tel-block-heading,[data-theme=dark] .audit-tel-call-num,[data-theme=dark] .audit-tel-label{color:var(--text)}[data-theme=dark] .audit-tel-label--client{color:#93c5fd}[data-theme=dark] .audit-tel-label--lawyer{color:#c4b5fd}[data-theme=dark] .audit-tel-muted{color:var(--text-muted)}[data-theme=dark] .audit-tel-call-btn--client,[data-theme=dark] .audit-tel-call-btn--lawyer{background:linear-gradient(145deg,#38bdf847,#38bdf824);color:#bae6fd;border-color:#38bdf86b;box-shadow:0 1px 4px #00000040}[data-theme=dark] .audit-tel-call-btn--client:hover,[data-theme=dark] .audit-tel-call-btn--lawyer:hover{background:linear-gradient(145deg,#38bdf861,#38bdf833);border-color:#7dd3fc8c}[data-theme=dark] .auditor-chat-preview-muted,[data-theme=dark] .auditor-chat-preview-parties{color:var(--text-muted)}[data-theme=dark] .auditor-chat-preview-scroll{background:var(--bg-muted);border-color:var(--border)}[data-theme=dark] .auditor-chat-preview-bubble--client{background:linear-gradient(135deg,#2563eb47,#1d4ed82e);border-color:#60a5fa59}[data-theme=dark] .auditor-chat-preview-bubble--lawyer{background:var(--bg-card);border-color:var(--border)}[data-theme=dark] .auditor-chat-preview-side{color:var(--text-muted)}[data-theme=dark] .auditor-chat-preview-text{color:var(--text)}[data-theme=dark] .auditor-chat-preview-time{color:var(--text-muted)}[data-theme=dark] .auditor-chat-preview-fullscreen-btn{background:linear-gradient(145deg,#38bdf847,#38bdf824);color:#bae6fd;border-color:#38bdf86b}[data-theme=dark] .auditor-chat-preview-fullscreen-btn:hover{background:linear-gradient(145deg,#38bdf861,#38bdf833)}[data-theme=dark] .auditor-chat-preview-fs-overlay{background:#000000b8}[data-theme=dark] .auditor-chat-preview-fs-panel{background:var(--bg-elevated);border-color:var(--border);box-shadow:0 20px 50px #0000008c}[data-theme=dark] .auditor-chat-preview-fs-head{background:var(--bg-card);border-color:var(--border)}[data-theme=dark] .auditor-chat-preview-fs-title{color:var(--text)}[data-theme=dark] .auditor-chat-preview-fs-close{color:var(--text-muted)}[data-theme=dark] .auditor-chat-preview-fs-close:hover{background:var(--bg-muted);color:var(--text)}[data-theme=dark] .account-sync-page,[data-theme=dark] .account-sync-container,[data-theme=dark] .offline-page,[data-theme=dark] .my-tickets-page,[data-theme=dark] .home-page,[data-theme=dark] .home,[data-theme=dark] .home-container,[data-theme=dark] .settings-page,[data-theme=dark] .login-page,[data-theme=dark] .support-page,[data-theme=dark] .ticket-page,[data-theme=dark] .lawyer-dp-page,[data-theme=dark] .client-profile-page,[data-theme=dark] .profiles-page,[data-theme=dark] .purchase-container,[data-theme=dark] .payment-callback-container,[data-theme=dark] .payment-result-container,[data-theme=dark] .payment-success-page,[data-theme=dark] .payment-failed-page{background:var(--bg-app);color:var(--text)}[data-theme=dark] .profiles-page{color-scheme:dark}[data-theme=dark] .account-sync-card,[data-theme=dark] .account-sync-form,[data-theme=dark] .account-sync-info,[data-theme=dark] .account-sync-header-content,[data-theme=dark] .payment-success-card,[data-theme=dark] .payment-failed-card,[data-theme=dark] .offline-card,[data-theme=dark] .offline-container,[data-theme=dark] .payment-result-content{background:var(--bg-card);border-color:var(--border);color:var(--text)}[data-theme=dark] .account-sync-header-row{color:var(--text)}[data-theme=dark] .sync-note,[data-theme=dark] .sync-warning{background:var(--warning-bg);color:var(--warning-text);border-color:#fcd34d66}[data-theme=dark] .payment-error-icon{background:var(--error-bg);color:var(--error-text)}[data-theme=dark] .rmdp-wrapper,[data-theme=dark] .rmdp-shadow,[data-theme=dark] .rmdp-calendar,[data-theme=dark] .rmdp-day-picker,[data-theme=dark] .rmdp-week-day,[data-theme=dark] .rmdp-header-values,[data-theme=dark] .persian-time-picker,[data-theme=dark] .persian-date-picker{background:var(--bg-elevated);color:var(--text);border-color:var(--border)}[data-theme=dark] .rmdp-day{color:var(--text)}[data-theme=dark] .rmdp-day.rmdp-disabled,[data-theme=dark] .rmdp-day.rmdp-deactive{color:var(--text-faint)}[data-theme=dark] .rmdp-day.rmdp-today span{background:var(--accent-subtle-strong);color:var(--accent-light)}[data-theme=dark] .rmdp-arrow-container,[data-theme=dark] .rmdp-arrow{border-color:var(--text-muted)}[data-theme=dark] .rmdp-input,[data-theme=dark] input.rmdp-input{background:var(--bg-input);color:var(--text);border-color:var(--border-strong)}[data-theme=dark] .map-container{background:var(--bg-card);border-color:var(--border)}[data-theme=dark] .profiles-composer-hero{background:linear-gradient(180deg,var(--bg-card) 0%,var(--bg-muted) 100%);border-color:var(--border-strong);box-shadow:0 4px 18px -8px #00000073}[data-theme=dark] .profiles-composer-hero-title{color:var(--text)}[data-theme=dark] .profiles-composer-hero-subtitle{color:var(--text-secondary)}[data-theme=dark] .profiles-composer-input{background:var(--bg-input);border-color:var(--border-strong);box-shadow:none}[data-theme=dark] .profiles-composer-input:focus-within{border-color:var(--accent-strong);box-shadow:0 0 0 3px var(--accent-subtle-strong)}[data-theme=dark] .profiles-composer-input.is-recording{background:var(--error-bg);border-color:#f8717173}[data-theme=dark] .profiles-composer-textarea{color:var(--text)}[data-theme=dark] .profiles-composer-textarea::placeholder{color:var(--text-faint)}[data-theme=dark] .profiles-composer-input-footer{border-top-color:var(--border-strong)}[data-theme=dark] .profiles-composer-mic{background:var(--bg-subtle);border-color:var(--accent-subtle-strong);color:var(--accent-light);box-shadow:none}[data-theme=dark] .profiles-composer-mic:hover:not(:disabled){background:var(--bg-muted)}[data-theme=dark] .profiles-composer-mic:disabled{opacity:.5}[data-theme=dark] .profiles-composer-mic.is-recording{background:var(--error-bg);color:var(--error-text);border-color:#f871718c;box-shadow:0 0 0 3px #f871711f}[data-theme=dark] .profiles-composer-mic.has-clip{background:var(--success-bg);color:var(--success-text);border-color:#34d39959;box-shadow:0 0 0 3px #34d3991a}[data-theme=dark] .profiles-composer-mic-status-idle{color:var(--text-muted)}[data-theme=dark] .profiles-composer-mic-status-rec{color:var(--error-text)}[data-theme=dark] .profiles-composer-mic-status-ready{color:var(--success-text)}[data-theme=dark] .profiles-composer-tip{background:var(--bg-card);border-color:var(--border);box-shadow:none}[data-theme=dark] .profiles-composer-tip-divider{background:linear-gradient(180deg,transparent 0%,var(--border-strong) 18%,var(--border-strong) 82%,transparent 100%)}[data-theme=dark] .profiles-composer-tip-icon-info{background:var(--accent-subtle);border-color:var(--accent-subtle-strong);color:var(--accent-light)}[data-theme=dark] .profiles-composer-tip-icon-list{background:#2dd4bf1f;border-color:#2dd4bf47;color:#5eead4}[data-theme=dark] .profiles-composer-tip-icon-shield{background:var(--accent-subtle);border-color:var(--accent-subtle-strong);color:var(--accent-light)}[data-theme=dark] .profiles-composer-tip-text{color:var(--text-secondary)}[data-theme=dark] .profiles-composer-submit{background:linear-gradient(135deg,var(--accent-strong) 0%,#2563eb 100%);color:#fff;box-shadow:0 4px 18px -6px #2563eb8c}[data-theme=dark] .profiles-composer-submit:disabled{opacity:.5}[data-theme=dark] .profiles-composer-error{color:var(--error-text);background:var(--error-bg);border-color:#f8717166}[data-theme=dark] .profiles-processing-title{color:var(--text)}[data-theme=dark] .profiles-processing-subtitle{color:var(--text-muted)}[data-theme=dark] .profiles-processing-illu-ring{border-color:var(--accent-subtle-strong)}[data-theme=dark] .profiles-processing-illu-ring-2{border-color:#818cf859}[data-theme=dark] .profiles-processing-illu-ring-3{border-color:var(--accent-subtle);background:radial-gradient(closest-side,rgba(96,165,250,.18),transparent 75%)}[data-theme=dark] .profiles-processing-illu-folder{color:var(--accent-light);filter:drop-shadow(0 6px 14px rgba(0,0,0,.45))}[data-theme=dark] .profiles-processing-pill{background:var(--bg-card);border-color:var(--border-strong);color:var(--text);box-shadow:var(--shadow-sm)}[data-theme=dark] .profiles-processing-pill-dots span{background:var(--accent-light);opacity:.55}[data-theme=dark] .profiles-processing-steps{background:var(--bg-card);border-color:var(--border);box-shadow:none}[data-theme=dark] .profiles-processing-steps-title{color:var(--text)}[data-theme=dark] .profiles-processing-step{border-bottom-color:var(--border)}[data-theme=dark] .profiles-processing-step-icon{background:var(--bg-subtle);border-color:var(--border-strong);color:var(--text-muted)}[data-theme=dark] .profiles-processing-step.is-done .profiles-processing-step-icon{background:var(--success-bg);color:var(--success-text);border-color:#34d39959}[data-theme=dark] .profiles-processing-step.is-active .profiles-processing-step-icon{background:var(--accent-subtle);color:var(--accent-light);border-color:var(--accent-subtle-strong);box-shadow:0 0 0 3px var(--accent-subtle)}[data-theme=dark] .profiles-processing-step-title{color:var(--text)}[data-theme=dark] .profiles-processing-step.is-active .profiles-processing-step-title{color:var(--accent-light)}[data-theme=dark] .profiles-processing-step.is-done .profiles-processing-step-title{color:var(--success-text)}[data-theme=dark] .profiles-processing-step-marker-pending{border-color:var(--border-strong)}[data-theme=dark] .profiles-processing-step-marker-active{border-color:var(--accent-light)}[data-theme=dark] .profiles-processing-step-desc{color:var(--text-muted)}[data-theme=dark] .profiles-processing-step-num{background:var(--bg-subtle);color:var(--text-muted);border-color:var(--border-strong)}[data-theme=dark] .profiles-processing-step.is-done .profiles-processing-step-num{background:var(--success-bg);color:var(--success-text);border-color:#34d39959}[data-theme=dark] .profiles-processing-step.is-active .profiles-processing-step-num{background:var(--accent-subtle);color:var(--accent-light);border-color:var(--accent-subtle-strong)}[data-theme=dark] .profiles-processing-footer{background:var(--warning-bg);border-color:#fbbf2447;color:var(--warning-text)}[data-theme=dark] .profiles-processing-footer-icon{background:#fbbf2433;color:var(--warning-text)}[data-theme=dark] .profiles-processing-step{color:var(--text)}[data-theme=dark] .driver-tour-popover-rtl{background:var(--bg-elevated);color:var(--text);border-color:var(--border)}[data-theme=dark] .lawyer-detail-option{background:var(--bg-card);color:var(--text);border-color:var(--border)}[data-theme=dark] .lawyer-detail-option:hover{background:var(--bg-muted)}[data-theme=dark] .client-initial-statement-toggle{color:var(--text)}[data-theme=dark] .sticky-back-button,[data-theme=dark] .go-to-top{background:var(--bg-card);color:var(--text);border-color:var(--border)}[data-theme=dark] .lazy-image-placeholder{background:var(--bg-subtle)}[data-theme=dark] .step-nav-icons{background:var(--bg-card);border-color:var(--border)}[data-theme=dark] table{background:var(--bg-card);color:var(--text)}[data-theme=dark] table th{background:var(--bg-subtle);color:var(--text);border-color:var(--border)}[data-theme=dark] table td{color:var(--text);border-color:var(--border)}[data-theme=dark] table tr:hover{background:var(--bg-muted)}[data-theme=dark] .markdown-content,[data-theme=dark] .formatted-content,[data-theme=dark] .response-content{background:var(--bg-card);color:var(--text)}[data-theme=dark] .markdown-content code,[data-theme=dark] .formatted-content code{background:var(--bg-subtle);color:var(--accent-light)}[data-theme=dark] .markdown-content pre,[data-theme=dark] .formatted-content pre{background:#0a1224;color:var(--text);border:1px solid var(--border)}[data-theme=dark] .status-success{background:var(--success-bg);color:var(--success-text)}[data-theme=dark] .status-error,[data-theme=dark] .status-failed{background:var(--error-bg);color:var(--error-text)}[data-theme=dark] .status-warning,[data-theme=dark] .status-pending{background:var(--warning-bg);color:var(--warning-text)}[data-theme=dark] .status-info{background:var(--info-bg);color:var(--info-text)}[data-theme=dark] .muted,[data-theme=dark] .text-muted,[data-theme=dark] .help-text,[data-theme=dark] small{color:var(--text-muted)}[data-theme=dark] [style*="color: #11"],[data-theme=dark] [style*="color:#11"],[data-theme=dark] [style*="color: #22"],[data-theme=dark] [style*="color:#22"],[data-theme=dark] [style*="color: #33"],[data-theme=dark] [style*="color:#33"],[data-theme=dark] [style*="color: #44"],[data-theme=dark] [style*="color:#44"],[data-theme=dark] [style*="color: #55"],[data-theme=dark] [style*="color:#55"],[data-theme=dark] [style*="color: #66"],[data-theme=dark] [style*="color:#66"],[data-theme=dark] [style*="color: black"],[data-theme=dark] [style*="color:black"]{color:var(--text)!important}[data-theme=dark] [style*="background: #fff"],[data-theme=dark] [style*="background:#fff"],[data-theme=dark] [style*="background: white"],[data-theme=dark] [style*="background:white"],[data-theme=dark] [style*="background-color: #fff"],[data-theme=dark] [style*="background-color:#fff"],[data-theme=dark] [style*="background-color: white"],[data-theme=dark] [style*="background-color:white"]{background:var(--bg-card)!important}[data-theme=dark] .btn-primary{background:linear-gradient(135deg,var(--accent-strong) 0%,var(--accent-light) 100%);color:var(--accent-on);border-color:transparent}[data-theme=dark] .btn-primary:hover:not(:disabled){filter:brightness(1.08)}[data-theme=dark] .btn-primary:active:not(:disabled){filter:brightness(.95)}[data-theme=dark] .btn-secondary{background:var(--bg-subtle);color:var(--text);border:1px solid var(--border-strong)}[data-theme=dark] .btn-secondary:hover{background:var(--bg-muted);border-color:var(--accent);color:var(--accent-light)}[data-theme=dark] .btn-copy,[data-theme=dark] .btn-export{background:var(--bg-subtle);border-color:var(--border-strong);color:var(--text)}[data-theme=dark] .btn-copy:hover,[data-theme=dark] .btn-export:hover{background:var(--accent);color:var(--accent-on);border-color:var(--accent);transform:none}[data-theme=dark] .btn-copy:active,[data-theme=dark] .btn-export:active{filter:brightness(.95)}[data-theme=dark] .btn-tertiary,[data-theme=dark] .btn-link{color:var(--accent-light)}[data-theme=dark] .btn-back-home{background:var(--bg-subtle);color:var(--text);border-color:var(--border-strong)}[data-theme=dark] .btn-back-home:hover{background:var(--bg-muted);border-color:var(--accent)}[data-theme=dark] .btn-secondary.settings-logout-btn,[data-theme=dark] .settings-logout-btn{background:#f8717129;color:var(--error-text);border-color:#f8717173}[data-theme=dark] .btn-secondary.settings-logout-btn:hover,[data-theme=dark] .settings-logout-btn:hover{background:#f8717142;border-color:#f87171b3}[data-theme=dark] [style*="#dbeafe"],[data-theme=dark] [style*="#bfdbfe"],[data-theme=dark] [style*="#c7d2fe"],[data-theme=dark] [style*="#e0e7ff"],[data-theme=dark] [style*="#eef2ff"],[data-theme=dark] [style*="#e0f2fe"],[data-theme=dark] [style*="#f0f9ff"]{background:linear-gradient(135deg,#60a5fa2e,#60a5fa14)!important;color:var(--accent-light)!important;border-color:#60a5fa52!important;box-shadow:0 2px 8px #00000073!important}[data-theme=dark] [style*="#fef3c7"],[data-theme=dark] [style*="#fde68a"],[data-theme=dark] [style*="#fffbeb"]{background:linear-gradient(135deg,#fbbf2429,#fcd34d14)!important;color:var(--warning-text)!important;border-color:#fbbf245c!important}[data-theme=dark] [style*="#dcfce7"],[data-theme=dark] [style*="#ecfdf5"],[data-theme=dark] [style*="#bbf7d0"],[data-theme=dark] [style*="#f0fdf4"],[data-theme=dark] [style*="#f0fdfa"]{background:linear-gradient(135deg,#4ade8029,#86efac14)!important;color:var(--success-text)!important;border-color:#4ade8052!important}[data-theme=dark] [style*="#ddd6fe"],[data-theme=dark] [style*="#ede9fe"],[data-theme=dark] [style*="#f5f3ff"]{background:linear-gradient(135deg,#a78bfa2e,#c4b5fd14)!important;color:#c4b5fd!important;border-color:#a78bfa52!important}[data-theme=dark] [style*="color: #1e40af"],[data-theme=dark] [style*="color:#1e40af"],[data-theme=dark] [style*="color: #1e3a8a"],[data-theme=dark] [style*="color:#1e3a8a"],[data-theme=dark] [style*="color: #1d4ed8"],[data-theme=dark] [style*="color:#1d4ed8"],[data-theme=dark] [style*="color: #075985"],[data-theme=dark] [style*="color:#075985"]{color:var(--accent-light)!important}[data-theme=dark] .mode-selector{background:var(--bg-subtle)}[data-theme=dark] .mode-btn{background:var(--bg-card);color:var(--text-muted);border-color:transparent}[data-theme=dark] .mode-btn:hover{background:var(--bg-muted);color:var(--accent-light)}[data-theme=dark] .mode-btn.active{background:linear-gradient(135deg,var(--accent) 0%,var(--accent-strong) 100%);color:var(--accent-on);border-color:transparent;box-shadow:0 4px 14px #60a5fa52}[data-theme=dark] .service-history-btn{background:linear-gradient(135deg,#60a5fa29,#60a5fa14);color:var(--accent-light);border:1px solid rgba(96,165,250,.28)}[data-theme=dark] .service-history-btn:hover{background:linear-gradient(135deg,#60a5fa42,#60a5fa24);box-shadow:0 4px 14px #00000080}[data-theme=dark] .service-history-btn:active{background:linear-gradient(135deg,#60a5fa52,#60a5fa2e)}[data-theme=dark] .service-history-nav-btn{background:linear-gradient(180deg,var(--bg-elevated) 0%,var(--bg-subtle) 100%);color:var(--accent-light);border-color:var(--border-strong);box-shadow:var(--shadow-sm)}[data-theme=dark] .service-history-nav-btn:hover{border-color:#60a5fa73;filter:brightness(1.05)}[data-theme=dark] .ara-history-card,[data-theme=dark] .ara-history-card-clickable{background:var(--bg-card);border-color:var(--border);color:var(--text)}[data-theme=dark] .ara-history-card-clickable:hover{background:var(--bg-muted);border-color:var(--border-strong)}[data-theme=dark] .ara-history-card-clickable:active{background:var(--bg-subtle)}[data-theme=dark] .ara-history-query{color:var(--text)}[data-theme=dark] .ara-history-meta,[data-theme=dark] .ara-history-card-date{color:var(--text-muted)}[data-theme=dark] .ara-history-type-badge--judicial{color:#93c5fd;background:#3b82f62e;border-color:#60a5fa52}[data-theme=dark] .ara-history-type-badge--vahdat{color:#d8b4fe;background:#a855f72e;border-color:#a855f752}[data-theme=dark] .ara-history-type-badge--neshast{color:#6ee7b7;background:#10b9812e;border-color:#34d39952}[data-theme=dark] .ara-history-detail-query{background:var(--bg-subtle);border-color:var(--border)}[data-theme=dark] .ara-history-detail-query-label{color:var(--text-muted)}[data-theme=dark] .ara-history-detail-query p{color:var(--text)}[data-theme=dark] .history-card-header{background:var(--bg-subtle);border-bottom-color:var(--border)}[data-theme=dark] .history-card-title{color:var(--text)}[data-theme=dark] .history-card-date{color:var(--text-muted)}[data-theme=dark] .history-preview-wrap,[data-theme=dark] .history-preview-placeholder{background:var(--bg-subtle);border-color:var(--border);color:var(--text-muted)}[data-theme=dark] .history-loading,[data-theme=dark] .history-empty{color:var(--text-muted)}[data-theme=dark] .history-download-btn{border:1px solid rgba(96,165,250,.35)}[data-theme=dark] .inquiry-group-card{background:linear-gradient(135deg,var(--bg-card) 0%,var(--bg-muted) 100%);border-color:var(--border);color:var(--text)}[data-theme=dark] .inquiry-group-card:hover{background:linear-gradient(135deg,#60a5fa1f,#60a5fa0f);border-color:#60a5fa52;box-shadow:0 4px 14px #00000080}[data-theme=dark] .inquiry-group-icon{color:var(--accent-light)}[data-theme=dark] .inquiry-group-card-disabled,[data-theme=dark] .inquiry-group-card-disabled:hover{background:var(--bg-subtle)!important;border-color:var(--border)!important}[data-theme=dark] .inquiry-group-card-disabled .inquiry-group-icon,[data-theme=dark] .inquiry-group-card-disabled .inquiry-group-title{color:var(--text-faint)}[data-theme=dark] .btn-edit{background:linear-gradient(135deg,#60a5fa2e,#60a5fa14);color:var(--accent-light);border:1px solid rgba(96,165,250,.28)}[data-theme=dark] .btn-edit:hover{background:linear-gradient(135deg,#60a5fa47,#60a5fa24);box-shadow:0 4px 12px #00000080}[data-theme=dark] .file-upload-label,[data-theme=dark] .file-upload-box{background:var(--bg-input);color:var(--text);border-color:var(--border-strong)}[data-theme=dark] .file-upload-label:hover,[data-theme=dark] .file-upload-box:hover{background:var(--bg-muted)}[data-theme=dark] .chat-input-wrapper{background:transparent;border-color:var(--border-strong);box-shadow:none}[data-theme=dark] .chat-input-wrapper:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px #60a5fa29}[data-theme=dark] .chat-input-wrapper.is-loading{background:transparent}[data-theme=dark] .chat-input-wrapper.is-loading:after{background:transparent}[data-theme=dark] .chat-input-wrapper textarea,[data-theme=dark] .chat-input-wrapper input{background:transparent;border:none;color:var(--text)}[data-theme=dark] .chat-message-assistant .chat-message-text{background:linear-gradient(180deg,var(--bg-muted) 0%,var(--bg-elevated) 100%);color:var(--text);border:1px solid var(--border-strong);box-shadow:0 1px 3px #00000059}[data-theme=dark] .chat-message-user .chat-message-text{background:linear-gradient(180deg,#1a2740,#1e3a5f);color:#eff6ff;border:1px solid rgba(96,165,250,.35);box-shadow:0 1px 4px #00000059}[data-theme=dark] .chat-message-user .chat-message-avatar{background:linear-gradient(135deg,#1d4ed8,#2563eb)}[data-theme=dark] .chat-message-text blockquote{background:#ffffff0f;border-right-color:#4ade8080;color:var(--text-secondary)}[data-theme=dark] .chat-message-user .chat-message-text blockquote{background:#00000038;border-right-color:#93c5fd8c;color:#eff6fff2}[data-theme=dark] .chat-message-text .chat-number{color:#fbbf24}[data-theme=dark] .chat-message-text .chat-number-list{color:#86efac}[data-theme=dark] .chat-message-user .chat-message-text .chat-number{color:#fde68a}[data-theme=dark] .chat-message-user .chat-message-text .chat-number-list{color:#bfdbfe}[data-theme=dark] .chat-message-assistant .chat-message-avatar{background:var(--bg-subtle)}[data-theme=dark] .chat-message-assistant .chat-message-avatar-lawyer{background:linear-gradient(145deg,rgba(96,165,250,.16) 0%,var(--bg-subtle) 42%,var(--bg-muted) 100%);box-shadow:0 0 0 1px #60a5fa4d,inset 0 1px #ffffff0d}[data-theme=dark] .chat-message-avatar-lawyer svg{color:var(--accent-light)}[data-theme=dark] .chat-message-avatar-lawyer svg path[fill=white]{fill:#93c5fd42}[data-theme=dark] .chat-message-avatar-lawyer svg path[stroke=white]{stroke:var(--accent-light)}[data-theme=dark] .chat-message-actions .btn-copy,[data-theme=dark] .chat-message-actions .btn-export{background:var(--bg-subtle);color:var(--text);border-color:var(--border)}[data-theme=dark] .chat-message-actions .btn-copy:hover,[data-theme=dark] .chat-message-actions .btn-export:hover{background:var(--accent);color:var(--accent-on);border-color:var(--accent)}[data-theme=dark] .chat-message-actions .btn-export.btn-export-loading{background:var(--bg-muted)!important;color:var(--text-muted)!important;border-color:var(--border-strong)}[data-theme=dark] .chat-ai-warning{background:linear-gradient(135deg,#fbbf242e,#fcd34d14);border-color:#fbbf2466;color:var(--warning-text)}[data-theme=dark] .chat-ai-wait-hint-text{color:var(--text-muted)}[data-theme=dark] .profile-complete-cta-wrap{background:linear-gradient(135deg,#60a5fa29,#60a5fa0f);border-color:#60a5fa52}[data-theme=dark] .lawyer-dp-page{background:var(--bg-app);color:var(--text)}[data-theme=dark] .lawyer-dp-decision{background:var(--bg-card);border-color:var(--border);box-shadow:inset 0 1px #ffffff0a}[data-theme=dark] .lawyer-dp-decision-title{color:var(--text)}[data-theme=dark] .lawyer-dp-decision-help{color:var(--text-muted)}[data-theme=dark] .lawyer-dp-decision-label{color:var(--text-secondary)}[data-theme=dark] .lawyer-dp-decision-textarea{background:var(--bg-input);border-color:var(--border-strong);color:var(--text)}[data-theme=dark] .lawyer-dp-decision-textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #60a5fa38}[data-theme=dark] .lawyer-dp-decision-textarea::placeholder{color:var(--text-faint)}[data-theme=dark] .lawyer-dp-decision-btn-accept{box-shadow:0 8px 22px #10b98140}[data-theme=dark] .lawyer-dp-decision-btn-accept:hover:not(:disabled){box-shadow:0 10px 26px #10b98152}[data-theme=dark] .lawyer-dp-decision-btn-reject{background:var(--error-bg);color:var(--error-text);border-color:#f8717173}[data-theme=dark] .lawyer-dp-decision-btn-reject:hover:not(:disabled){background:#f8717129;border-color:#f87171a6;color:#fecaca}[data-theme=dark] .lawyer-dp-decision-btn-danger{box-shadow:0 8px 22px #ef444438}[data-theme=dark] .lawyer-dp-decision-btn-danger:hover:not(:disabled){box-shadow:0 10px 26px #ef44444d}[data-theme=dark] .lawyer-dp-decision-btn-ghost{background:var(--bg-subtle);color:var(--text);border-color:var(--border-strong)}[data-theme=dark] .lawyer-dp-decision-btn-ghost:hover:not(:disabled){background:var(--bg-muted);border-color:var(--border)}[data-theme=dark] .lawyer-dp-reject-option{background:var(--bg-input);border-color:transparent;color:var(--text)}[data-theme=dark] .lawyer-dp-reject-option:hover:not(.is-disabled){border-color:#f8717161;background:#f8717114}[data-theme=dark] .lawyer-dp-reject-option.is-checked{border-color:#f8717194;background:#f8717124;color:var(--error-text)}[data-theme=dark] .lawyer-dp-scores>div{background:var(--bg-subtle);color:var(--text)}[data-theme=dark] .lawyer-dp-tag-badge{background:linear-gradient(180deg,#6366f12e,#6366f114);border-color:#6366f16b;color:#c7d2fe}[data-theme=dark] .lawyer-dp-reject-group{background:var(--bg-subtle);border-color:var(--border)}[data-theme=dark] .lawyer-dp-reject-group-other{background:var(--bg-muted)}[data-theme=dark] .lawyer-dp-reject-group-legend{color:var(--text)}[data-theme=dark] .lawyer-dp-meta-note{background:linear-gradient(180deg,var(--bg-subtle) 0%,var(--bg-muted) 100%);border-color:#94a3b852;border-inline-start-color:var(--text-faint)}[data-theme=dark] .lawyer-dp-meta-note h3,[data-theme=dark] .lawyer-dp-meta-note-body{color:var(--text-secondary)}[data-theme=dark] .lawyer-dp-meta-note-lawyer{background:linear-gradient(180deg,#fbbf2414,#f59e0b0f);border-color:#fbbf2447;border-inline-start-color:var(--warning)}[data-theme=dark] .lawyer-dp-meta-note-lawyer h3{color:var(--warning-text)}[data-theme=dark] .lawyer-dp-meta-note-closed{background:linear-gradient(180deg,#2dd4bf14,#14b8a60d);border-color:#2dd4bf52;border-inline-start-color:#14b8a6}[data-theme=dark] .lawyer-dp-meta-note-closed h3{color:#5eead4}[data-theme=dark] .lawyer-dp-banner{background:var(--bg-elevated);border-color:var(--border)}[data-theme=dark] .lawyer-dp-banner-text{color:var(--text-secondary)}[data-theme=dark] .lawyer-dp-banner-offer{background:linear-gradient(135deg,#fbbf2424,#f59e0b0f);border-color:#fbbf2461}[data-theme=dark] .lawyer-dp-banner-offer .lawyer-dp-banner-text{color:var(--text-secondary)}[data-theme=dark] .lawyer-dp-banner-btn-offer{background:linear-gradient(135deg,#d97706,#ea580c);color:#fff}[data-theme=dark] .lawyer-dp-banner-audit{background:linear-gradient(135deg,#60a5fa1f,#60a5fa0a);border-color:#60a5fa47;color:var(--text)}[data-theme=dark] .sticky-back-button{background:#111827eb;color:var(--text);border:1px solid var(--border-strong);box-shadow:0 4px 14px #000000b3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}[data-theme=dark] .go-to-top{background:linear-gradient(135deg,#3b82f6,#60a5fa);color:var(--accent-on)}[data-theme=dark] .form-input-label{background:var(--bg-card);color:var(--text-secondary);border-color:var(--border)}[data-theme=dark] .form-group-with-label .form-input-label{background:var(--bg-card);color:var(--text-secondary)}[data-theme=dark] .profiles-referred-link-notice,[data-theme=dark] .profiles-referred-main-notice,[data-theme=dark] .profiles-referred-time-notice,[data-theme=dark] .profiles-referred-lawyers-count-notice,[data-theme=dark] .profiles-feedback-panel,[data-theme=dark] .profiles-seed-desc{background:linear-gradient(180deg,#60a5fa24,#60a5fa0f);border-color:#60a5fa52;color:var(--text);box-shadow:inset 0 1px #ffffff0a}[data-theme=dark] .profiles-referred-link-notice-head,[data-theme=dark] .profiles-referred-link-notice-icon,[data-theme=dark] .profiles-referred-link{color:var(--accent-light)}[data-theme=dark] .profiles-referred-link-copy-btn,[data-theme=dark] .profiles-stage-link-copy-btn{background:#ffffff0a;border-color:#60a5fa52;color:var(--accent-light)}[data-theme=dark] .profiles-referred-link-copy-btn:hover,[data-theme=dark] .profiles-stage-link-copy-btn:hover{background:#60a5fa1f;border-color:var(--accent-light);color:var(--accent-light)}[data-theme=dark] .profiles-referred-link:hover{background:#ffffff0f;color:#bfdbfe}[data-theme=dark] .profiles-referred-link-notice .profiles-referred-link{color:var(--accent-light)}[data-theme=dark] .profiles-stage-card{background:linear-gradient(180deg,var(--bg-card) 0%,var(--bg-muted) 100%);border-color:var(--border);box-shadow:0 1px #ffffff0a inset,0 6px 18px -14px #0009;color:var(--text)}[data-theme=dark] .profiles-stage-link-card{background:linear-gradient(180deg,#60a5fa1f,#60a5fa0a);border-color:#60a5fa52}[data-theme=dark] .profiles-stage-link-description{color:var(--text-secondary)}[data-theme=dark] .profiles-stage-card-head-label{color:var(--accent-light)}[data-theme=dark] .profiles-stage-card-head-icon{background:#60a5fa2e;color:var(--accent-light)}[data-theme=dark] .profiles-stage-link{background:#ffffff0a;color:var(--accent-light);border-color:#60a5fa52}[data-theme=dark] .profiles-stage-link:hover{background:#60a5fa14;color:#bfdbfe;border-color:var(--accent-light)}[data-theme=dark] .profiles-closed-archive-link{color:var(--accent-light)}[data-theme=dark] .profiles-closed-archive-card{border-color:var(--border-strong);background:linear-gradient(180deg,var(--bg-muted) 0%,var(--bg-elevated) 100%);box-shadow:none}[data-theme=dark] .profiles-closed-archive-card-title{color:var(--text)}[data-theme=dark] .profiles-closed-archive-lawyer,[data-theme=dark] .profiles-closed-archive-lawyer-label{color:var(--text-muted)}[data-theme=dark] .profiles-closed-archive-lawyer-name{color:var(--text)}[data-theme=dark] .profiles-closed-archive-dates{background:var(--bg-subtle);border-color:var(--border)}[data-theme=dark] .profiles-closed-archive-date-row--secondary{border-top-color:var(--border)}[data-theme=dark] .profiles-closed-archive-date-label{color:var(--text-muted)}[data-theme=dark] .profiles-closed-archive-date-value{color:var(--text)}[data-theme=dark] .profiles-closed-archive-card--inactive{border-color:#fbbf2459;background:linear-gradient(180deg,rgba(120,53,15,.35) 0%,var(--bg-elevated) 100%);box-shadow:none}[data-theme=dark] .profiles-closed-archive-dates--inactive{background:#b453092e;border-color:#fbbf2438}[data-theme=dark] .profiles-closed-archive-status-note{color:#fbbf24}[data-theme=dark] .profiles-closed-archive-inactive-note,[data-theme=dark] .profiles-idle-notice-body,[data-theme=dark] .profiles-idle-notice-list{color:var(--text-muted)}[data-theme=dark] .profiles-idle-notice-lead{color:var(--text)}[data-theme=dark] .profiles-closed-history-open-btn-inner{background:linear-gradient(180deg,var(--bg-muted) 0%,var(--bg-subtle) 100%);color:var(--accent-light);border-color:#60a5fa61;box-shadow:0 2px 14px #00000047}[data-theme=dark] .profiles-closed-history-open-btn:hover .profiles-closed-history-open-btn-inner{border-color:#93c5fd8c;box-shadow:0 4px 20px #0000005c}[data-theme=dark] .profiles-closed-history-open-btn:active .profiles-closed-history-open-btn-inner{transform:scale(.992)}[data-theme=dark] .profiles-closed-history-open-label{color:var(--text)}[data-theme=dark] .profiles-closed-history-open-icon{color:var(--accent-light)}[data-theme=dark] .profiles-upload-trigger-btn{background:linear-gradient(135deg,#60a5fa2e,#60a5fa14);color:var(--accent-light);border:1px solid rgba(96,165,250,.32)}[data-theme=dark] .profiles-stage-lawyer-avatar-placeholder{background:var(--bg-subtle);color:var(--text-muted)}[data-theme=dark] .profiles-stage-lawyer-name{color:var(--text)}[data-theme=dark] .profiles-stage-lawyer-profile-btn{background:var(--bg-subtle);color:var(--accent-light);border-color:#60a5fa6b}[data-theme=dark] .profiles-stage-lawyer-profile-btn:hover:not(:disabled){background:#60a5fa1f;border-color:var(--accent-light);color:#bfdbfe}[data-theme=dark] .profiles-stage-chat-cta-profile-btn{background:var(--bg-subtle);color:var(--accent-light);border-color:#60a5fa6b}[data-theme=dark] .profiles-stage-chat-cta-profile-btn:hover{background:#60a5fa1f;border-color:var(--accent-light);color:#bfdbfe}[data-theme=dark] .audit-tel-block{background:linear-gradient(135deg,var(--bg-card) 0%,var(--bg-muted) 100%);border-color:var(--border)}[data-theme=dark] .service-guide-text blockquote{background:linear-gradient(135deg,#fbbf2424,#fcd34d0f);border-right-color:var(--warning);color:var(--text)}[data-theme=dark] .voice-recorder-chat-recording-shell{background:linear-gradient(135deg,#f871712e,#f8717114);border-color:#f871715c;color:var(--text)}[data-theme=dark] .auditor-note-label{background:linear-gradient(135deg,#60a5fa29,#60a5fa0f);color:var(--accent-light);border-color:#60a5fa52}[data-theme=dark] .lawyer-recommendation-section{background:var(--bg-card);border-color:var(--border);color:var(--text)}[data-theme=dark] .contact-lawyer-chat-wrap{background:transparent;border-color:transparent;color:var(--text)}[data-theme=dark] .contact-lawyer-top-ad,[data-theme=dark] .contact-lawyer-welcome{background:transparent;border:1px solid var(--border);color:var(--text)}[data-theme=dark] .contact-lawyer-welcome-text{color:var(--accent-light)}[data-theme=dark] .contact-lawyer-lawyer-avatar{background:var(--bg-subtle)}[data-theme=dark] .lawyer-referred-card-accepted,[data-theme=dark] .lawyer-referred-card-chosen{background:linear-gradient(135deg,#4ade801a,#4ade800a);border-color:#4ade8052}[data-theme=dark] .lawyer-referred-card-client-name{color:var(--text-secondary, #94a3b8)}[data-theme=dark] .lawyer-referred-status-chosen{background:#4ade8038;color:#4ade80}[data-theme=dark] .lawyer-referred-status-closed{background:var(--bg-subtle);color:var(--text-secondary);border:1px solid var(--border)}[data-theme=dark] .contact-lawyer-list-unread-badge{color:#4ade80;background:#4ade8033}[data-theme=dark] .contact-lawyer-chat-head-link{color:var(--accent-light, #60a5fa)}[data-theme=dark] .admin-overview-pill-role,[data-theme=dark] .admin-overview-pill-source{background:linear-gradient(135deg,#60a5fa1f,#60a5fa0a);color:var(--accent-light);border-color:#60a5fa47}[data-theme=dark] .admin-lawyer-referral-photo-placeholder{background:var(--bg-subtle);color:var(--text-muted)}[data-theme=dark] [style*="#bae6fd"],[data-theme=dark] [style*="#7dd3fc"]{border-color:#7dd3fc52!important}[data-theme=dark] .file-upload-native+.file-upload-box,[data-theme=dark] .modal-content .file-upload-box{background:var(--bg-input);color:var(--text);border:2px dashed var(--border-strong)}[data-theme=dark] .home-tour{background:var(--bg-card);color:var(--text);border-color:var(--border)}[data-theme=dark] .rmdp-shadow{box-shadow:0 8px 24px #0009}[data-theme=dark] .rmdp-day:not(.rmdp-disabled):not(.rmdp-deactive):hover{background:var(--bg-subtle);color:var(--text)}[data-theme=dark] .rmdp-day.rmdp-selected span:not(.highlight){background:var(--accent);color:var(--accent-on)}[data-theme=dark] .rmdp-week-day{color:var(--text-muted)}[data-theme=dark] .rmdp-header-values span{color:var(--text)}[data-theme=dark] .persian-time-picker-input,[data-theme=dark] input.time-input,[data-theme=dark] input[type=time]{background:var(--bg-input);color:var(--text);border-color:var(--border-strong)}[data-theme=dark] .btn-back-sticky{background:#111827d9!important;color:var(--text)!important;border:1px solid rgba(148,163,184,.18)!important;box-shadow:0 2px 12px #0000008c!important}[data-theme=dark] .btn-back-sticky:hover{background:#1f2937eb!important;box-shadow:0 4px 16px #000000a6!important}[data-theme=dark] .btn-back-sticky svg{color:var(--text)}[data-theme=dark] .home-quick-actions-section{background:none}[data-theme=dark] .home-quick-actions-container{background:none!important;border:none;box-shadow:none}[data-theme=dark] .home-quick-actions-header{color:var(--text-muted)}[data-theme=dark] .home-quick-action-reminder,[data-theme=dark] .home-quick-action-voice-to-text,[data-theme=dark] .home-quick-action-ara,[data-theme=dark] .home-quick-action-tax-stamp{background:#aeb0d32b;border:none;color:var(--text-secondary)}[data-theme=dark] .home-quick-action-reminder:hover,[data-theme=dark] .home-quick-action-voice-to-text:hover,[data-theme=dark] .home-quick-action-ara:hover,[data-theme=dark] .home-quick-action-tax-stamp:hover{background:#aeb0d348}[data-theme=dark] .home-quick-action-label{color:var(--text-secondary)}[data-theme=dark] .service-group-parsivand .service-group-label,[data-theme=dark] .service-group-parsivand.service-group-locked .service-group-label{background:transparent;border:none;box-shadow:none}[data-theme=dark] .service-group-parsivand.service-group-locked .service-group-label .group-icon{filter:none}[data-theme=dark] .parsivand-loading-text,[data-theme=dark] .parsivand-loading-spinner{color:var(--text-secondary);border-color:#f59e0b52}[data-theme=dark] .latest-news-summary-wrap{background:var(--bg-subtle);border-color:var(--border)}[data-theme=dark] .latest-news-summary-title{color:var(--accent-light)}[data-theme=dark] .latest-news-summary,[data-theme=dark] .latest-news-summary p{color:var(--text-secondary)}[data-theme=dark] .latest-news-summary b{color:var(--text)}[data-theme=dark] .latest-news-summary blockquote{background:#60a5fa14;border-right-color:var(--accent-light);color:var(--text-secondary)}[data-theme=dark] .latest-news-summary h3{color:var(--accent-light)}[data-theme=dark] .latest-news-summary hr{border-top-color:var(--border)}[data-theme=dark] .latest-news-modal-header{background:linear-gradient(135deg,var(--header-grad-start) 0%,var(--header-grad-end) 100%)}[data-theme=dark] .latest-news-widget-badge{background:var(--bg-subtle);color:var(--text-muted)}[data-theme=dark] .latest-news-widget-title{color:var(--text-secondary)}[data-theme=dark] .latest-news-widget{background:linear-gradient(180deg,#1f2937b3,#111827b3);border:none}[data-theme=dark] .latest-news-widget:hover{background:linear-gradient(180deg,#374151d9,#1f2937d9)}[data-theme=dark] .service-promo-text{color:#e0e7ff}[data-theme=dark] .service-promo-subtext{color:#e0e7ffe0}[data-theme=dark] .lawyer-ad-banner{background:linear-gradient(135deg,#1f2937eb,#111827eb);border:1px solid rgba(148,163,184,.18);box-shadow:0 4px 12px #00000080}[data-theme=dark] .lawyer-ad-banner:before{background:linear-gradient(90deg,var(--accent) 0%,var(--accent-light) 50%,var(--accent) 100%)}[data-theme=dark] .lawyer-ad-badge{background:#60a5fad9;color:#0b1220;border:2px solid rgba(17,24,39,.9);box-shadow:0 3px 8px #00000080,0 0 0 2px #60a5fa40}[data-theme=dark] .lawyer-ad-portrait{background:var(--bg-subtle);border-color:#94a3b847;box-shadow:0 2px 8px #00000080}[data-theme=dark] .lawyer-portrait-placeholder{background:linear-gradient(135deg,var(--bg-subtle) 0%,var(--bg-muted) 100%);color:var(--text-muted)}[data-theme=dark] .lawyer-ad-name{color:var(--text)}[data-theme=dark] .lawyer-ad-title{color:var(--text-secondary)}[data-theme=dark] .lawyer-ad-specialties{color:var(--text-muted)}[data-theme=dark] .lawyer-ad-call-btn{background:linear-gradient(135deg,#60a5fa38,#93c5fd2e);color:var(--accent-light);box-shadow:0 2px 8px #0006}[data-theme=dark] .lawyer-ad-call-btn:hover{box-shadow:0 4px 12px #0000008c}[data-theme=dark] .driver-tour-popover-rtl.driver-popover{box-shadow:0 8px 32px #000000b3,0 0 0 1px #ffffff0d}[data-theme=dark] .driver-tour-popover-rtl .driver-popover-title,[data-theme=dark] .driver-tour-popover-rtl .driver-popover-description{color:var(--text)}[data-theme=dark] .driver-tour-popover-rtl .driver-popover-footer button{background:var(--bg-subtle);color:var(--text);border-color:var(--border-strong)}[data-theme=dark] .driver-tour-popover-rtl .driver-popover-footer button:hover,[data-theme=dark] .driver-tour-popover-rtl .driver-popover-footer button:focus{background:var(--bg-muted)}[data-theme=dark] .driver-tour-popover-rtl .driver-popover-next-btn{background:var(--accent)!important;color:var(--accent-on)!important;border-color:var(--accent)!important}[data-theme=dark] .driver-tour-popover-rtl .driver-popover-next-btn:hover,[data-theme=dark] .driver-tour-popover-rtl .driver-popover-next-btn:focus{background:var(--accent-strong)!important;box-shadow:0 2px 6px #60a5fa52}[data-theme=dark] .driver-tour-popover-rtl .driver-popover-close-btn{color:var(--text-muted)!important}[data-theme=dark] .driver-tour-popover-rtl .driver-popover-close-btn:hover{background:var(--bg-subtle)!important;color:var(--text)!important}[data-theme=dark] .driver-tour-popover-rtl .driver-popover-progress-text{color:var(--text-muted)}[data-theme=dark] .driver-popover-arrow-side-left.driver-popover-arrow{border-left-color:var(--bg-elevated)}[data-theme=dark] .driver-popover-arrow-side-right.driver-popover-arrow{border-right-color:var(--bg-elevated)}[data-theme=dark] .driver-popover-arrow-side-top.driver-popover-arrow{border-top-color:var(--bg-elevated)}[data-theme=dark] .driver-popover-arrow-side-bottom.driver-popover-arrow{border-bottom-color:var(--bg-elevated)}[data-theme=dark] .chat-history-container.maximized .chat-controls-bar{background:var(--bg-app)!important;border-bottom:1px solid var(--border);box-shadow:0 2px 8px #00000073}[data-theme=dark] .continue-last-chat-banner,[data-theme=dark] .closest-reminder-banner,[data-theme=dark] .website-visits-badge,[data-theme=dark] .sitemaker-in-progress-badge,[data-theme=dark] .service-promo-banner,[data-theme=dark] .legal-quiz-trigger,[data-theme=dark] .cowork-banner{position:relative;overflow:hidden;background:linear-gradient(180deg,#1f2937b3,#111827b3);border:none;color:var(--text)}[data-theme=dark] .continue-last-chat-banner:before,[data-theme=dark] .closest-reminder-banner:before,[data-theme=dark] .website-visits-badge:before,[data-theme=dark] .sitemaker-in-progress-badge:before,[data-theme=dark] .service-promo-banner:before,[data-theme=dark] .legal-quiz-trigger:before,[data-theme=dark] .cowork-banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(125deg,#ffffff1a,#fff0 42%,#fff0);pointer-events:none}[data-theme=dark] .continue-last-chat-banner>*,[data-theme=dark] .closest-reminder-banner>*,[data-theme=dark] .website-visits-badge>*,[data-theme=dark] .sitemaker-in-progress-badge>*,[data-theme=dark] .service-promo-banner>*,[data-theme=dark] .legal-quiz-trigger>*,[data-theme=dark] .cowork-banner>*{position:relative;z-index:1}[data-theme=dark] .continue-last-chat-banner:hover,[data-theme=dark] .closest-reminder-banner:hover,[data-theme=dark] .website-visits-badge:hover,[data-theme=dark] .sitemaker-in-progress-badge:hover,[data-theme=dark] .service-promo-banner:hover,[data-theme=dark] .legal-quiz-trigger:hover,[data-theme=dark] .cowork-banner:hover{background:linear-gradient(145deg,#4f46e580,#6366f161 42%,#1e1b4bf5);border:none;transform:translateY(-1px)}[data-theme=dark] .continue-last-chat-icon,[data-theme=dark] .continue-last-chat-chevron,[data-theme=dark] .closest-reminder-chevron,[data-theme=dark] .website-visits-icon,[data-theme=dark] .website-visits-chevron,[data-theme=dark] .sitemaker-in-progress-icon,[data-theme=dark] .sitemaker-in-progress-chevron{color:#c7d2fe}[data-theme=dark] .continue-last-chat-label,[data-theme=dark] .closest-reminder-title,[data-theme=dark] .closest-reminder-datetime,[data-theme=dark] .closest-reminder-countdown-sep,[data-theme=dark] .closest-reminder-countdown-suffix,[data-theme=dark] .website-visits-label,[data-theme=dark] .sitemaker-in-progress-label{color:#e0e7ff}[data-theme=dark] .continue-last-chat-service,[data-theme=dark] .website-visits-number{color:#e0e7ffeb}[data-theme=dark] .closest-reminder-countdown-days,[data-theme=dark] .closest-reminder-countdown-hours,[data-theme=dark] .closest-reminder-countdown-minutes{background:#6366f147;color:#e0e7ff;border-color:#a5b4fc66}[data-theme=dark] .confirm-dialog-header,[data-theme=dark] .cowork-overlay-header,[data-theme=dark] .legal-quiz-overlay-header,[data-theme=dark] .latest-news-modal-header,[data-theme=dark] .modal-header,[data-theme=dark] .login-privacy-modal-header{border-color:transparent}[data-theme=dark] .legal-quiz-overlay-close{background:var(--bg-subtle);color:var(--text-secondary)}[data-theme=dark] .legal-quiz-overlay-close:hover{background:var(--bg-muted);color:var(--text)}[data-theme=dark] .latest-news-modal-close{background:#ffffff1f;color:#fff}[data-theme=dark] .latest-news-modal-close:hover{background:#fff3}[data-theme=dark] .legal-quiz-trigger-text,[data-theme=dark] .legal-quiz-trigger-subtext,[data-theme=dark] .cowork-banner-text,[data-theme=dark] .cowork-banner-subtext{color:#e0e7ff}[data-theme=dark] .legal-quiz-trigger-subtext,[data-theme=dark] .cowork-banner-subtext{color:#e0e7ffe0}[data-theme=dark] .home-promo-carousel-btn{box-shadow:0 2px 10px #00000073}[data-theme=dark] .home-promo-carousel-dot{background:#94a3b873}[data-theme=dark] .home-promo-carousel-dot.active{background:linear-gradient(135deg,#4338ca,#6366f1)}[data-theme=dark] .legal-quiz-overlay-header h2,[data-theme=dark] .legal-quiz-question,[data-theme=dark] .legal-quiz-intro-title{color:var(--text)}[data-theme=dark] .legal-quiz-intro-text,[data-theme=dark] .legal-quiz-result-correct{color:var(--text-secondary)}[data-theme=dark] .legal-quiz-overlay-loading{color:var(--text-muted)}[data-theme=dark] .latest-news-modal-title{color:#fff}[data-theme=dark] .home-parsivakil-link{background:linear-gradient(180deg,#1f2937b3,#111827b3);border:none}[data-theme=dark] .home-parsivakil-link:hover{background:linear-gradient(180deg,#374151d9,#1f2937d9)}[data-theme=dark] .home-parsivakil-link-label{color:var(--text-secondary)}[data-theme=dark] .home-parsivakil-link-icon{color:var(--text-muted)}[data-theme=dark] .service-page h1,[data-theme=dark] .purchase-header-content h1,[data-theme=dark] .service-header-title-row h1,[data-theme=dark] .service-title,[data-theme=dark] .group-title{background:linear-gradient(135deg,#60a5fa,#93c5fd)!important;-webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:transparent!important;color:transparent!important}[data-theme=dark] .service-group-parsivand .group-title{background:linear-gradient(135deg,#fb923c,#fcd34d)!important;-webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:transparent!important;color:transparent!important}.service-header-title-row h1,.service-header-content h1{font-family:Vazir,sans-serif;color:var(--accent);margin:0;font-size:1rem;font-weight:700;background:linear-gradient(135deg,#1e3a8a,#3b82f6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;line-height:1.2}[data-theme=dark] .profiles-stage-hero{background:linear-gradient(180deg,var(--bg-card) 0%,var(--bg-elevated) 100%);border-color:var(--border-strong);box-shadow:0 1px #ffffff0a inset,0 6px 18px -10px #000000b3}[data-theme=dark] .profiles-stage-hero-title,[data-theme=dark] .profiles-stage-hero-title-case{color:var(--text)}[data-theme=dark] .profiles-stage-hero-title-case{color:var(--accent-light)}[data-theme=dark] .profiles-stage-hero-subtitle{color:var(--text-secondary)}[data-theme=dark] .profiles-stage-hero-meta{color:var(--accent-light)}[data-theme=dark] .profiles-stage-hero-meta-badge{background:linear-gradient(135deg,var(--accent-strong) 0%,var(--accent) 100%);color:#fff;box-shadow:0 1px 3px #00000080}[data-theme=dark] .profiles-stage-hero-icon{background:linear-gradient(135deg,var(--accent-strong) 0%,var(--accent) 100%);border-color:#60a5fa8c;box-shadow:0 1px #ffffff2e inset,0 6px 14px -8px #000000b3}[data-theme=dark] .chat-actions-menu{background:var(--bg-elevated);box-shadow:0 4px 16px #000000a6,0 0 0 1px var(--border-strong)}[data-theme=dark] .chat-actions-toggle{color:var(--text-muted)}[data-theme=dark] .chat-actions-toggle:hover{background:var(--bg-subtle);color:var(--accent-light)}[data-theme=dark] .chat-history-container.maximized{background:var(--bg-app)}[data-theme=dark] .chat-history-container.maximized .chat-input-container{background:var(--bg-app);border-top-color:var(--border);box-shadow:0 -2px 10px #00000080}[data-theme=dark] .lawyer-dp-ai-advice{background:linear-gradient(135deg,#6366f124,#6366f10f 60%,#a78bfa14);border-color:#6366f14d;border-inline-start-color:#818cf8;box-shadow:0 1px 2px #00000080}[data-theme=dark] .lawyer-dp-ai-advice-title{color:#c4b5fd}[data-theme=dark] .lawyer-dp-ai-advice-body{color:var(--text-secondary)}[data-theme=dark] .lawyer-dp-attachments{border-top-color:var(--border)}[data-theme=dark] .lawyer-dp-attachments-head h3{color:var(--text)}[data-theme=dark] .lawyer-dp-attachments-head span{color:var(--text-secondary);background:var(--bg-subtle)}[data-theme=dark] .lawyer-dp-attachment-item{background:linear-gradient(180deg,#60a5fa14,#60a5fa0a);border-color:#60a5fa47}[data-theme=dark] .lawyer-dp-attachment-item:hover{background:linear-gradient(180deg,#60a5fa29,#60a5fa14);border-color:#60a5fa73}[data-theme=dark] .lawyer-dp-attachment-name{color:var(--text)}[data-theme=dark] .lawyer-dp-attachment-action{color:var(--accent-light)}[data-theme=dark] .lawyer-dp-attach-err{color:var(--error-text)}[data-theme=dark] .lawyer-dp-profile-comments-title{color:var(--text)}[data-theme=dark] .lawyer-dp-profile-comments-segment{background:var(--bg-subtle);border-color:var(--border)}[data-theme=dark] .lawyer-dp-profile-comments-segment-title{color:var(--text)}[data-theme=dark] .lawyer-dp-profile-comments-empty{color:var(--text-secondary)}[data-theme=dark] .lawyer-dp-profile-comment-item{background:var(--bg-elevated);border-color:var(--border)}[data-theme=dark] .lawyer-dp-profile-comment-name{color:var(--text)}[data-theme=dark] .lawyer-dp-profile-comment-time,[data-theme=dark] .lawyer-dp-profile-comment-body{color:var(--text-secondary)}[data-theme=dark] .client-initial-statement{background:linear-gradient(165deg,var(--bg-card) 0%,var(--bg-elevated) 100%);border-color:#94a3b852;box-shadow:inset 0 1px #ffffff08}[data-theme=dark] .client-initial-statement-heading{color:var(--text)}[data-theme=dark] .client-initial-statement-label{color:var(--text-muted)}[data-theme=dark] .client-initial-statement-body{color:var(--text)}[data-theme=dark] .client-initial-statement-toggle{color:var(--accent-light)}[data-theme=dark] .client-initial-statement-toggle:hover{color:#bfdbfe}[data-theme=dark] .profile-legal-tags-heading{color:var(--text-muted)}[data-theme=dark] .profile-legal-tag-parent{color:var(--accent-light);background:linear-gradient(180deg,#60a5fa38,#60a5fa17);border:1px solid rgba(96,165,250,.32)}[data-theme=dark] .profile-legal-tag-child{color:var(--text-secondary);background:var(--bg-muted);border:1px solid var(--border)}[data-theme=dark] .contact-lawyer-chat-head{background:var(--bg-elevated);border-color:var(--border)}[data-theme=dark] .contact-lawyer-chat-head-avatar{background:var(--bg-subtle)}[data-theme=dark] .contact-lawyer-chat-head-avatar svg{color:var(--text-muted)}[data-theme=dark] .contact-lawyer-chat-head-name{color:var(--text)}[data-theme=dark] .contact-lawyer-chat-back{background:var(--accent-subtle);color:var(--accent-light)}[data-theme=dark] .contact-lawyer-chat-back:hover{background:var(--bg-muted);color:var(--accent-light)}[data-theme=dark] .contact-lawyer-chat-wrap .contact-lawyer-msg-time--user{color:#eff6ffb8}[data-theme=dark] .contact-lawyer-chat-wrap .contact-lawyer-msg-time--lawyer{color:var(--text-muted)}[data-theme=dark] .number-counter{background:var(--bg-card);border:1px solid var(--border);box-shadow:0 2px 8px #00000059}[data-theme=dark] .counter-btn{background:var(--bg-subtle);border-color:var(--accent);color:var(--accent-light)}[data-theme=dark] .counter-btn:hover{background:var(--accent);color:var(--accent-on);border-color:var(--accent);box-shadow:0 3px 8px #00000073}[data-theme=dark] .counter-btn:active{box-shadow:0 1px 3px #0006}[data-theme=dark] .counter-value,[data-theme=dark] .management-header h2,[data-theme=dark] .modal-header h3{color:var(--accent-light)}[data-theme=dark] .modal-content{background:var(--bg-elevated);color:var(--text)}[data-theme=dark] .modal-close{color:var(--text-muted)}[data-theme=dark] .modal-close:hover{background:var(--bg-subtle);color:var(--text)}[data-theme=dark] .article-card{background:var(--bg-card);border-color:var(--border);color:var(--text)}[data-theme=dark] .article-card:hover{background:var(--bg-muted)}[data-theme=dark] .article-form{color:var(--text)}[data-theme=dark] .form-group label,[data-theme=dark] .form-group .form-label{color:var(--text-secondary)}[data-theme=dark] .form-group input,[data-theme=dark] .form-group textarea,[data-theme=dark] .form-group select{background:var(--bg-input);color:var(--text);border-color:var(--border-strong)}[data-theme=dark] .btn-link{color:var(--accent-light)}[data-theme=dark] .btn-link:hover{background:var(--bg-subtle)}[data-theme=dark] .option-card{background:var(--bg-card);border-color:var(--border);color:var(--text)}[data-theme=dark] .enhancement-modal,[data-theme=dark] .enhancement-loading{background:var(--bg-elevated);color:var(--text)}[data-theme=dark] .management-header-view-website .btn-link-view-website{box-shadow:0 4px 14px #0000008c}[data-theme=dark] .sitemaker-loading-state{background:var(--bg-app);color:var(--text-secondary)}[data-theme=dark] .articles-list-loading{color:var(--text-secondary)}[data-theme=dark] .articles-list-loading .loading-spinner,[data-theme=dark] .sitemaker-article-field-spinner .loading-spinner,[data-theme=dark] .sitemaker-article-edit-boot-loading .loading-spinner{border-color:var(--border-strong);border-top-color:var(--accent-light)}[data-theme=dark] .sitemaker-article-field-spinner{background:var(--bg-subtle);border-color:var(--border);color:var(--text-secondary)}[data-theme=dark] .sitemaker-article-edit-boot-loading{color:var(--text-secondary);background:var(--bg-card);border-color:var(--border);box-shadow:0 4px 14px #00000059}[data-theme=dark] .response-container{background:var(--bg-card);color:var(--text);border-color:var(--border)}[data-theme=dark] .response-container.sitemaker-online-hero{background:linear-gradient(135deg,#0f766e,#0d9488 42%,#115e59);color:#fff;border-color:#ffffff38;box-shadow:0 12px 48px #0000008c}[data-theme=dark] .sitemaker-online-hero-title,[data-theme=dark] .sitemaker-online-hero-qr-label{color:#fff}[data-theme=dark] .sitemaker-online-hero-views{color:#ffffffeb}[data-theme=dark] .sitemaker-post-launch-btn{background:var(--bg-card);border-color:var(--border-strong);color:var(--text)}[data-theme=dark] .sitemaker-post-launch-btn:hover{border-color:var(--accent-light);filter:brightness(1.05)}[data-theme=dark] .sitemaker-post-launch-btn--primary{background:linear-gradient(135deg,var(--accent-strong) 0%,var(--accent-light) 100%);color:var(--accent-on);border-color:#60a5fa73}[data-theme=dark] .sitemaker-post-launch-btn--primary:hover{filter:brightness(1.08)}[data-theme=dark] .sitemaker-loading-state-text{color:var(--text-muted)}[data-theme=dark] .edit-section{background:linear-gradient(135deg,var(--bg-card) 0%,var(--bg-muted) 100%);border-color:var(--border);box-shadow:0 4px 14px #00000059}[data-theme=dark] .option-value{color:var(--text-muted)}[data-theme=dark] .sitemaker-management .empty-state{background:var(--bg-card);color:var(--text-muted);border-color:var(--border)}[data-theme=dark] .client-profile-header h1,[data-theme=dark] .client-profile-title,[data-theme=dark] .client-profile-client-full-name,[data-theme=dark] .client-profile-client-residence{color:var(--text)}[data-theme=dark] .client-profile-client-full-name-label,[data-theme=dark] .client-profile-client-residence-label{color:var(--text-secondary)}[data-theme=dark] .client-profile-client-full-name-value,[data-theme=dark] .client-profile-client-residence-value{color:var(--text)}[data-theme=dark] .client-profile-location-note{background:var(--bg-subtle);border-color:var(--border);color:var(--text-secondary)}[data-theme=dark] .client-location-pref-province{color:var(--accent-light)}[data-theme=dark] .client-profile-qa-block{border-bottom-color:var(--border)}[data-theme=dark] .client-profile-qa dt{color:var(--text-muted)}[data-theme=dark] .client-profile-qa dd{color:var(--text)}[data-theme=dark] .client-profile-attachments{border-top-color:var(--border)}[data-theme=dark] .client-profile-attachments-head h3{color:var(--text)}[data-theme=dark] .client-profile-attachments-head span{background:var(--bg-subtle);color:var(--text-secondary)}[data-theme=dark] .client-profile-attachment-item{background:linear-gradient(180deg,#60a5fa1a,#60a5fa0a);border-color:#60a5fa47}[data-theme=dark] .client-profile-attachment-item:hover{background:linear-gradient(180deg,#60a5fa2e,#60a5fa14);border-color:#60a5fa73}[data-theme=dark] .client-profile-attachment-action{color:var(--accent-light)}.btn-primary,.btn-secondary,.btn-copy,.btn-export,.btn-back-mobile,.counter-btn,.confirm-dialog-btn,.confirm-dialog-btn-cancel,.confirm-dialog-btn-confirm,.login-otp-actions .login-otp-btn-primary,.login-otp-actions .login-otp-btn-secondary,.chat-message-actions .btn-copy,.chat-message-actions .btn-export,.sitemaker-post-launch-btn,.persian-datepicker-primary-btn,.persian-datepicker-back,.persian-timepicker-confirm,.ara-link-button,.reminder-active-nav-btn,.file-conversions-submit-btn,.service-history-btn,.service-page-reminder .voice-recorder-btn,.btn-history-compact,.btn-new-chat-compact,.btn-export-session-compact,.btn-back-compact,.btn-maximize-toggle,.chat-send-button,.contact-lawyer-report-button,.contact-lawyer-call-button,.contact-lawyer-message-button,.home-quick-action{box-shadow:none!important;transform:none!important;transition:filter .08s ease,background .12s ease,border-color .12s ease,opacity .12s ease,color .12s ease}.btn-primary:hover:not(:disabled),.btn-secondary:hover:not(:disabled),.btn-back-mobile:hover,.btn-copy:hover,.btn-export:hover,.counter-btn:hover,.confirm-dialog-btn-cancel:hover,.confirm-dialog-btn-confirm:hover,.login-otp-actions .login-otp-btn-primary:hover:not(:disabled),.login-otp-actions .login-otp-btn-secondary:hover:not(:disabled),.chat-message-actions .btn-copy:hover,.chat-message-actions .btn-export:hover,.sitemaker-post-launch-btn:hover,.persian-datepicker-primary-btn:hover,.persian-timepicker-confirm:hover,.ara-link-button:hover,.reminder-active-nav-btn:hover,.service-history-btn:hover,.btn-history-compact:hover,.btn-new-chat-compact:hover,.btn-export-session-compact:hover:not(:disabled),.btn-back-compact:hover,.btn-maximize-toggle:hover,.chat-send-button:hover:not(:disabled),.contact-lawyer-report-button:hover,.contact-lawyer-call-button:hover,.contact-lawyer-message-button:hover,.home-quick-action:hover{transform:none!important;box-shadow:none!important}.file-upload-box{transition:filter .08s ease,background .12s ease,border-color .12s ease}.file-upload-box:hover{transform:none!important;box-shadow:none!important}.file-upload-box:active{filter:brightness(.94)}.btn-primary:active:not(:disabled),.btn-secondary:active:not(:disabled),.btn-back-mobile:active,.btn-copy:active,.btn-export:active,.counter-btn:active,.confirm-dialog-btn-cancel:active,.confirm-dialog-btn-confirm:active,.login-otp-actions .login-otp-btn-primary:active:not(:disabled),.login-otp-actions .login-otp-btn-secondary:active:not(:disabled),.chat-message-actions .btn-copy:active,.chat-message-actions .btn-export:active,.sitemaker-post-launch-btn:active,.persian-datepicker-primary-btn:active,.persian-datepicker-back:active,.persian-timepicker-confirm:active,.ara-link-button:active,.reminder-active-nav-btn:active,.file-conversions-submit-btn:active:not(:disabled),.service-history-btn:active,.btn-history-compact:active,.btn-new-chat-compact:active,.btn-export-session-compact:active:not(:disabled),.btn-back-compact:active,.btn-maximize-toggle:active,.chat-send-button:active:not(:disabled),.contact-lawyer-report-button:active,.contact-lawyer-call-button:active,.contact-lawyer-message-button:active,.home-quick-action:active{transform:none!important;box-shadow:none!important;filter:brightness(.88);transition:filter .06s ease}[data-theme=dark] .btn-primary,[data-theme=dark] .btn-primary:hover:not(:disabled),[data-theme=dark] .login-otp-actions .login-otp-btn-primary{box-shadow:none!important}[data-theme=dark] .btn-primary:hover:not(:disabled){filter:brightness(1.06)}[data-theme=dark] .btn-primary:active:not(:disabled),[data-theme=dark] .login-otp-actions .login-otp-btn-primary:active:not(:disabled){filter:brightness(.9)}[data-theme=dark] .btn-copy:hover,[data-theme=dark] .btn-export:hover,[data-theme=dark] .chat-message-actions .btn-copy:hover,[data-theme=dark] .chat-message-actions .btn-export:hover{transform:none!important;box-shadow:none!important}button:focus:not(:focus-visible){outline:none}
