:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#10233f;font-synthesis:none;text-rendering:optimizelegibility;--navy:#10233f;--navy-mid:#173b5c;--teal:#267d74;--teal-dark:#14534f;--gold:#c89b3c;--surface:#fff;--surface-soft:#eef2f6;--text:#172033;--muted:#566276;--line:#cbd4df;--danger:#d32f2f;--success:#20835a;--shadow:0 4px 16px #10233f12;--radius:18px;--screen-padding:16px;--field-height:52px;background:#f5f7fa;font-family:Vazirmatn,Tahoma,Segoe UI,sans-serif}*{box-sizing:border-box}html{direction:rtl;background:#f5f7fa}body{background:#f5f7fa;min-width:320px;min-height:100vh;margin:0}body,button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:2px;outline:3px solid #10233f4d}a{color:inherit}button{cursor:pointer}h1,h2,h3,p{margin-top:0}h1{margin-bottom:.35rem;font-size:clamp(1.55rem,4vw,2.25rem);line-height:1.25}h2{font-size:1.08rem}p{line-height:1.75}.skip-link{z-index:1000;background:#fff;border-radius:10px;padding:.7rem 1rem;position:fixed;top:-5rem;right:1rem}.skip-link:focus{top:1rem}.app-shell{min-height:100vh}.status-bar-fill,.mobile-app-bar{display:none}.sidebar{z-index:30;width:250px;padding:calc(1.25rem + env(safe-area-inset-top)) 1rem 1.25rem;background:var(--navy);color:#fff;flex-direction:column;display:flex;position:fixed;inset:0 0 0 auto}.brand-lockup{align-items:center;gap:.8rem;padding:.2rem .5rem 1.3rem;display:flex}.brand-lockup img{object-fit:cover;background:var(--navy);border-radius:14px;width:52px;height:52px}.brand-lockup strong{font-size:1.35rem;display:block}.brand-lockup span{color:#c8d4df;margin-top:.1rem;font-size:.75rem;display:block}.sidebar nav{gap:.25rem;display:grid}.sidebar nav a{color:#dbe5ed;border-radius:12px;align-items:center;gap:.75rem;min-height:48px;padding:.7rem .85rem;text-decoration:none;display:flex}.sidebar nav a svg{width:21px}.sidebar nav a:hover,.sidebar nav a.active{color:#fff;background:#ffffff1c}.sidebar nav a.active{box-shadow:inset -3px 0 var(--gold)}.privacy-note{color:#c8d4df;align-items:center;gap:.45rem;margin-top:auto;padding:.8rem;font-size:.74rem;line-height:1.5;display:flex}.privacy-note svg{width:17px}.status-dot{background:#4ad39a;border-radius:50%;flex:none;width:8px;height:8px}.status-dot.offline{background:var(--gold)}.main-content{width:min(1180px,100% - 250px);padding:clamp(1rem,3vw,2.25rem);padding-top:calc(clamp(1rem, 3vw, 2.25rem) + env(safe-area-inset-top));margin-right:250px;padding-bottom:3rem}.bottom-nav{display:none}.update-notice{z-index:80;box-shadow:var(--shadow);background:#fff;border:1px solid #b7d8d2;border-radius:14px;align-items:center;gap:.8rem;padding:.7rem .8rem;display:flex;position:fixed;bottom:1rem;left:1rem}.page-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin:.35rem 0 1.35rem;display:flex}.page-header p{color:var(--muted);margin-bottom:0}.page-action{flex-wrap:wrap;gap:.5rem;display:flex}.section{margin-bottom:1.35rem}.section-heading{justify-content:space-between;align-items:center;gap:1rem;min-height:2.5rem;display:flex}.section-heading h2{margin-bottom:.65rem}.card,.record-card,.stat-card,.match-card{background:var(--surface);border-radius:var(--radius);border:1px solid #cbd4df94;box-shadow:0 2px 8px #10233f13}.card{padding:clamp(1rem,3vw,1.4rem)}.grid{gap:1rem;display:grid}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.stat-card{align-items:center;gap:.85rem;padding:1.1rem;display:flex}.stat-icon{width:46px;height:46px;color:var(--teal);background:#e8f3f1;border-radius:14px;flex:none;place-items:center;display:grid}.stat-icon svg{width:23px}.stat-card strong{font-size:1.45rem;display:block}.stat-card span{color:var(--muted);font-size:.84rem}.two-column{grid-template-columns:1.1fr .9fr}.record-list{gap:.7rem;display:grid}.record-card{grid-template-columns:1fr auto;gap:.8rem;padding:1rem;display:grid;position:relative}.record-card h3{margin:0 0 .45rem;font-size:1rem;line-height:1.55}.record-card p{color:var(--muted);margin:.25rem 0;font-size:.87rem}.record-card .meta{flex-wrap:wrap;gap:.4rem .7rem;margin-top:.65rem;display:flex}.record-card-actions{align-items:flex-start;gap:.35rem;display:flex}.record-card-link{color:inherit;text-decoration:none}.record-card-link:after{content:"";border-radius:inherit;position:absolute;inset:0}.record-card-actions>*{z-index:1;position:relative}.record-card.selected{border-color:color-mix(in srgb, var(--teal) 60%, var(--line));background:color-mix(in srgb, var(--teal) 7%, white)}.record-card:has(.record-selector){padding-right:3.5rem}.record-selector{z-index:3;background:var(--surface-soft);border-radius:9px;place-items:center;width:32px;height:32px;display:grid;position:absolute;top:.85rem;right:.85rem}.record-selector input{width:20px;min-height:20px;accent-color:var(--teal)}.button,.icon-button,.text-button{border:0}.button{color:#fff;background:var(--navy);border-radius:18px;justify-content:center;align-items:center;gap:.45rem;min-height:48px;padding:.65rem 1rem;font-weight:800;text-decoration:none;display:inline-flex}.button:hover{background:var(--navy-mid)}.button:disabled{cursor:not-allowed;opacity:.5}.button svg{width:19px}.button-secondary{color:var(--navy);background:#eef2f6}.button-secondary:hover{background:#dce6eb}.button-danger{background:var(--danger)}.button-danger:hover{background:#812525}.button-ghost{color:var(--navy);border:1px solid var(--line);background:0 0}.button-small{min-height:44px;padding:.45rem .7rem;font-size:.84rem}.icon-button{width:44px;height:44px;color:var(--navy);background:0 0;border-radius:12px;place-items:center;display:grid}.icon-button:hover{background:#edf2f4}.icon-button svg{width:21px}.icon-button.danger{color:var(--danger)}.text-button{min-height:44px;color:inherit;background:0 0;padding:.25rem .5rem;text-decoration:underline}.button-row{flex-wrap:wrap;align-items:center;gap:.65rem;margin-top:1rem;display:flex}.mobile-detail-identity{display:none}.badge{width:-moz-fit-content;width:fit-content;color:var(--navy-mid);background:#e9eef2;border-radius:999px;align-items:center;padding:.25rem .55rem;font-size:.74rem;font-weight:700;display:inline-flex}.badge-success{color:#075638;background:#e0f3e9}.badge-warning{color:#77530a;background:#fff2d8}.badge-danger{color:var(--danger);background:#f8e3e3}.badge-gold{color:#6f4f0c;background:#fff1ce}.toolbar{gap:.65rem;margin-bottom:1rem;display:flex}.search-box{flex:1;position:relative}.search-box svg{width:20px;color:var(--muted);pointer-events:none;position:absolute;top:50%;right:.85rem;transform:translateY(-50%)}.search-box input{min-height:56px;padding-right:2.9rem}.segmented{background:#e5ebee;border-radius:12px;padding:.2rem;display:inline-flex}.segmented button{min-height:44px;color:var(--muted);background:0 0;border:0;border-radius:9px;padding:.45rem .8rem}.segmented button.active{color:var(--navy);background:#fff;font-weight:700;box-shadow:0 2px 8px #10233f14}.segmented-scroll{scrollbar-width:none;max-width:100%;overflow-x:auto}.segmented-scroll::-webkit-scrollbar{display:none}.segmented-scroll button{flex:none}.compact-filter{min-width:150px}.toolbar-actions{flex-wrap:wrap;gap:.5rem;display:flex}.count-badge{color:#fff;background:var(--navy);border-radius:999px;place-items:center;min-width:22px;height:22px;padding-inline:.35rem;font-size:.72rem;display:inline-grid}.selection-bar,.undo-bar,.active-filter-row{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:14px;flex-wrap:wrap;align-items:center;gap:.65rem;margin:-.25rem 0 1rem;padding:.7rem .8rem;display:flex}.selection-bar strong{margin-left:auto}.undo-bar{background:#eff8f6;border-color:#b7d8d2}.undo-bar span{margin-left:auto}.active-filter-row{color:var(--navy);box-shadow:none;background:#eef3f6}.active-filter-row span{margin-left:auto;font-size:.82rem;font-weight:800}.archive-toolbar .segmented{grid-template-columns:repeat(2,minmax(0,1fr));width:min(100%,520px);display:grid}.archive-toolbar .segmented button{justify-content:center;align-items:center;gap:.4rem;display:inline-flex}.archive-toolbar .segmented svg{width:19px}.archive-search-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.75rem;margin:0 0 1rem;display:grid}.archive-search-row>span{color:var(--muted);white-space:nowrap;font-size:.78rem;font-weight:800}.directory-toolbar{grid-template-columns:minmax(280px,1fr) auto auto;align-items:center;display:grid}.search-bar-shell{background:#eef2f647;border:1px solid #cbd4dfcc;border-radius:18px;grid-template-columns:48px minmax(0,1fr) 44px;align-items:center;min-width:0;min-height:58px;display:grid;overflow:hidden}.search-bar-shell:focus-within{border-color:var(--navy);box-shadow:0 0 0 1px var(--navy);background:#fff}.search-bar-shell label{min-width:0}.search-bar-shell input{min-height:56px;box-shadow:none;background:0 0;border:0;border-radius:0;padding:.7rem .25rem}.search-bar-shell input:focus{box-shadow:none;background:0 0;border:0}.search-filter-button{width:44px;height:44px;color:var(--navy);background:#10233f14;border:0;border-radius:50%;justify-self:center;place-items:center;display:grid;position:relative}.search-filter-button svg,.search-trailing-icon{width:21px}.search-filter-count{color:#fff;background:var(--danger);border:2px solid #fff;border-radius:999px;place-items:center;min-width:18px;height:18px;padding-inline:4px;font-size:.62rem;font-weight:900;display:grid;position:absolute;inset:-2px auto auto -2px}.search-trailing-icon{color:var(--muted);justify-self:center}.directory-toolbar .segmented{scrollbar-width:none;background:0 0;gap:.45rem;padding:0;overflow-x:auto}.directory-toolbar .segmented::-webkit-scrollbar{display:none}.directory-toolbar .segmented button{background:0 0;border:1px solid #cbd4dfcc;border-radius:12px;flex:none;min-height:42px;padding-inline:.85rem}.directory-toolbar .segmented button.active{border-color:var(--navy);color:var(--navy);box-shadow:none;background:#10233f14}.directory-list{gap:10px}.record-card.directory-card{border-color:#0000;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:88px;padding:10px 12px}.directory-card .directory-copy{min-width:0}.directory-card h3,.directory-card p,.directory-card .directory-price{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.directory-card h3{margin:0;font-size:.9rem;font-weight:900}.directory-card p{margin:2px 0;font-size:.72rem;font-weight:700}.directory-price{color:var(--navy);font-size:.78rem;font-weight:900;display:block}.directory-avatar{border:1px solid #10233f1a;border-radius:15px;flex:none;place-items:center;width:48px;height:48px;display:grid}.directory-avatar svg{width:26px}.property-avatar-apartment{color:#80590a;background:#fff0c8}.property-avatar-villa{color:#087562;background:#d9f3ed}.property-avatar-office{color:#315c88;background:#e4eef8}.property-avatar-shop{color:#a33c51;background:#fae2e6}.property-avatar-land{color:#3c7053;background:#e4f1e8}.property-avatar-other{color:var(--navy-mid);background:var(--surface-soft)}.customer-avatar{color:var(--navy);border-radius:50%;font-size:1rem;font-weight:900}.avatar-tone-0{background:#d9f3ed}.avatar-tone-1{background:#e4eef8}.avatar-tone-2{background:#f1e4f7}.avatar-tone-3{background:#fff0c8}.compact-contact-actions{z-index:2;direction:ltr;align-items:center;gap:4px;display:flex;position:relative}.compact-contact-actions .icon-button{width:40px;height:40px;color:var(--muted);background:#fbfcfd;border:1px solid #cbd4dfb3;border-radius:12px}.compact-contact-actions .icon-button.contact{color:var(--success)}.compact-contact-actions .icon-button.contact-missing{color:var(--muted);background:var(--surface-soft);border-style:dashed}.customer-card-meta{color:var(--muted);align-items:center;gap:.45rem;margin-top:.2rem;font-size:.7rem;font-weight:750;display:flex}.customer-match-badge{color:var(--teal-dark);background:#e3f2ef;border-radius:999px;padding:.12rem .4rem}input,select,textarea{width:100%;min-height:var(--field-height);color:var(--text);background-color:#eef2f638;border:1px solid #cbd4dfd9;border-radius:18px;padding:.72rem .85rem}input:focus,select:focus,textarea:focus{border-color:var(--navy);box-shadow:0 0 0 1px var(--navy);background-color:#fff;outline:0}select{appearance:none;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='%23102033' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3C/svg%3E");background-position:.85rem;background-repeat:no-repeat;background-size:20px;padding-left:2.75rem}textarea{resize:vertical;min-height:96px;line-height:1.7}input::placeholder,textarea::placeholder{color:#89959f}.field{align-content:start;gap:4px;display:grid}.field-spaced{margin-top:1rem}.field-label{color:var(--muted);padding-inline-start:4px;font-size:.86rem;font-weight:900}.field-hint{color:var(--muted);font-size:.74rem;line-height:1.6}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;display:grid}.form-span{grid-column:1/-1}.toggle-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;display:grid}.form-section{background:#fff;border:1px solid #cbd4dfa6;border-radius:18px;min-width:0;margin:0;padding:1rem}.form-section>legend{color:var(--navy);padding:0 .5rem;font-weight:800}.filter-panel{gap:1rem;display:grid}.filter-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;display:grid}.filter-section{border:1px solid var(--line);background:var(--surface-soft);border-radius:16px;min-width:0;margin:0;padding:.9rem}.filter-section>legend{color:var(--navy);padding:0 .45rem;font-size:.88rem;font-weight:800}.filter-chip-grid{flex-wrap:wrap;gap:.5rem;display:flex}.filter-chip{border:1px solid var(--line);min-height:42px;color:var(--navy);background:#fff;border-radius:12px;padding:.5rem .75rem;font-size:.8rem;font-weight:700}.filter-chip.active{border-color:color-mix(in srgb, var(--teal) 65%, white);color:var(--teal-dark);background:color-mix(in srgb, var(--teal) 12%, white)}.filter-range{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;display:grid}.filter-summary{min-height:46px;color:var(--teal-dark);background:#eff8f6;border:1px solid #b7d8d2;border-radius:13px;justify-content:center;align-items:center;padding:.6rem .8rem;font-weight:800;display:flex}.filter-actions{z-index:2;padding:.85rem 1.15rem calc(.85rem + env(safe-area-inset-bottom));border-top:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff7;margin:0 -1.15rem -1.15rem;position:sticky;bottom:-1.15rem}.deletion-confirmation{color:#702424;background:#fff5f5;border:1px solid #edc5c5;border-radius:16px;grid-template-columns:44px 1fr;align-items:start;gap:.8rem;margin-bottom:1rem;padding:.9rem;display:grid}.deletion-confirmation>svg{width:28px;height:28px;margin:.2rem auto 0}.deletion-confirmation h3,.deletion-confirmation p{margin:0}.deletion-confirmation p{color:#704545;margin-top:.35rem;font-size:.82rem}.deletion-impact-list{color:var(--navy);gap:.55rem;margin:0 0 1rem;padding:0 1.3rem 0 0;font-size:.86rem;line-height:1.8;display:grid}.danger-zone{background:snow;border-color:#edc5c5;justify-content:space-between;align-items:center;gap:1rem;display:flex}.danger-zone>div{min-width:0}.danger-zone strong{color:#702424}.danger-zone p{color:var(--muted);margin:.3rem 0 0;font-size:.82rem;line-height:1.8}.danger-zone .button{flex:none}.feature-picker{gap:1rem;display:grid}.feature-group{gap:.55rem;display:grid}.feature-group h4{color:var(--muted);margin:0;font-size:.88rem}.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;display:grid}.feature-grid.compact{grid-template-columns:repeat(5,minmax(0,1fr))}.feature-option{border:1px solid var(--line);min-height:46px;color:var(--navy);text-align:center;cursor:pointer;background:#fff;border-radius:12px;justify-content:center;align-items:center;padding:.55rem .65rem;font-size:.8rem;font-weight:700;display:flex;position:relative}.feature-option.selected{border-color:color-mix(in srgb, var(--teal) 55%, white);background:color-mix(in srgb, var(--teal) 10%, white);color:var(--teal-dark)}.feature-option input{opacity:0;block-size:1px;inline-size:1px;position:absolute}.feature-option:has(input:focus-visible){outline:3px solid color-mix(in srgb, var(--teal) 32%, transparent);outline-offset:2px}.sticky-form-actions{z-index:2;margin-inline:-1.15rem;padding:.9rem 1.15rem calc(.9rem + env(safe-area-inset-bottom));border-top:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;margin-bottom:-1.15rem;position:sticky;bottom:-.1rem}.private-values{border-color:color-mix(in srgb, var(--gold) 45%, var(--line));background:color-mix(in srgb, var(--gold) 7%, white)}.private-values>p{color:var(--muted);font-size:.82rem}.toggle-row{border:1px solid var(--line);background:var(--surface-soft);border-radius:11px;align-items:center;gap:.6rem;min-height:46px;padding:.6rem .75rem;display:flex}.toggle-row input{width:21px;min-height:21px;accent-color:var(--teal)}.location-picker{gap:.85rem;display:grid}.location-picker-copy{background:var(--surface-soft);border-radius:15px;align-items:center;gap:.75rem;padding:.8rem;display:flex}.location-picker-copy>svg{width:28px;color:var(--teal);flex:none}.location-picker-copy div{gap:.2rem;min-width:0;display:grid}.location-picker-copy span{color:var(--muted);font-size:.82rem;line-height:1.65}.location-picker .button-row{margin-top:0}.field-error{color:var(--danger);margin:0;font-size:.84rem}.coordinate-details{border-top:1px solid var(--line);padding-top:.7rem}.coordinate-details summary{min-height:44px;color:var(--muted);cursor:pointer;align-items:center;font-weight:800;display:flex}.coordinate-details .form-grid{margin-top:.7rem}.modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#05112094;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.modal{width:min(580px,100%);max-height:min(90vh,900px);background:#fff;border-radius:24px;flex-direction:column;max-height:min(90dvh,900px);display:flex;overflow:hidden;box-shadow:0 25px 75px #00000040}.modal-wide{width:min(820px,100%)}.modal-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.15rem;display:flex}.modal-header h2{margin:0}.modal-body{overscroll-behavior:contain;padding:1.15rem;overflow:auto}.drawer-backdrop{z-index:110;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0511208c;position:fixed;inset:0}.app-drawer{width:min(88vw,360px);color:var(--text);background:#fff;flex-direction:column;display:flex;position:absolute;inset:0 0 0 auto;overflow:hidden;box-shadow:-18px 0 50px #05112038}.drawer-header{padding:calc(1rem + env(safe-area-inset-top)) 1rem 1rem;background:linear-gradient(145deg,#f8fafc,#eef2f6);border-bottom:1px solid #cbd4df99;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.drawer-brand{align-items:center;gap:.75rem;min-width:0;display:flex}.drawer-brand img{object-fit:contain;background:var(--navy);border-radius:16px;width:52px;height:52px}.drawer-brand h2,.drawer-brand p{margin:0}.drawer-brand h2{color:var(--navy);font-size:1.15rem;font-weight:900}.drawer-brand p{color:var(--muted);margin-top:.1rem;font-size:.74rem}.drawer-body{min-height:0;padding:.9rem .85rem calc(1.2rem + env(safe-area-inset-bottom));overscroll-behavior:contain;overflow:auto}.alert{border-radius:11px;justify-content:space-between;align-items:center;gap:.8rem;margin-bottom:1rem;padding:.75rem .9rem;line-height:1.6;display:flex}.alert-error{color:#792323;background:#fae8e8;border:1px solid #edcaca}.alert-success{color:#075638;background:#e2f4ea;border:1px solid #bce1cb}.empty-state{text-align:center;color:var(--muted);padding:clamp(2rem,8vw,4rem) 1rem}.empty-state h2{color:var(--navy);margin-bottom:.4rem}.empty-icon{width:58px;height:58px;color:var(--teal);background:#e6f2f0;border-radius:18px;place-items:center;margin:0 auto 1rem;display:grid}.empty-icon svg{width:28px}.loading{min-height:50vh;min-height:50dvh;color:var(--muted);justify-content:center;align-items:center;gap:.7rem;display:flex}.spinner{border:3px solid #d8e1e5;border-top-color:var(--teal);border-radius:50%;width:22px;height:22px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.hero-card{color:#fff;background:linear-gradient(135deg, var(--navy), var(--navy-mid));padding:clamp(1.25rem,4vw,2rem);position:relative;overflow:hidden}.hero-card:after{content:"";background:#c89b3c21;border-radius:50%;width:17rem;height:17rem;position:absolute;bottom:-6rem;left:-4rem}.hero-card>*{z-index:1;position:relative}.hero-card h2{font-size:clamp(1.2rem,3vw,1.65rem)}.hero-card p{color:#dce8f0;max-width:60ch}.hero-card .button{color:var(--navy);background:#fff}.quick-grid{grid-template-columns:repeat(2,1fr);gap:.7rem;display:grid}.quick-action{min-height:100px;color:var(--navy);border:1px solid var(--line);background:#fff;border-radius:16px;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:.8rem;padding:1rem;text-decoration:none;display:flex}.quick-action svg{color:var(--teal)}.detail-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;display:grid}.detail-item{background:var(--surface-soft);border-radius:12px;padding:.85rem}.detail-item span{color:var(--muted);margin-bottom:.3rem;font-size:.76rem;display:block}.detail-item strong{overflow-wrap:anywhere}.next-action-card{justify-content:space-between;align-items:center;gap:1rem;display:flex}.next-action-card h3{margin:.55rem 0 .2rem}.next-action-card p{color:var(--muted);margin:0}.activity-list h3{align-items:center;gap:.45rem;display:flex}.activity-list h3 svg{width:20px;color:var(--teal)}.compact-list .record-card{box-shadow:none}.match-card{padding:1rem}.match-head{justify-content:space-between;align-items:center;gap:.8rem;display:flex}.match-score{color:#fff;background:var(--teal);border-radius:50%;place-items:center;min-width:54px;min-height:54px;font-weight:800;display:grid}.match-reasons{flex-wrap:wrap;gap:.4rem;margin-top:.75rem;display:flex}.install-steps{padding-right:1.25rem;line-height:2}.privacy-list{gap:.65rem;padding:0;list-style:none;display:grid}.privacy-list li{align-items:flex-start;gap:.6rem;display:flex}.privacy-list svg{width:20px;color:var(--teal);flex:none;margin-top:.2rem}.file-input{padding:.55rem}.file-picker{border:1px solid var(--line);min-height:52px;color:var(--navy);background:var(--surface-soft);cursor:pointer;overflow-wrap:anywhere;border-radius:12px;justify-content:center;align-items:center;gap:.55rem;padding:.7rem .85rem;font-weight:700;display:flex}.file-picker svg{flex:none;width:20px}.file-picker:has(input:focus-visible){outline-offset:2px;outline:3px solid #267d7459}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.workspace-hero{color:#fff;background:linear-gradient(135deg, var(--navy), var(--navy-mid) 58%, var(--teal-dark));border:1px solid #267d746b;border-radius:20px;align-items:center;gap:.65rem;min-height:80px;margin:.6rem 0 1rem;padding:.75rem .9rem;display:flex;position:relative;overflow:hidden;box-shadow:0 3px 9px #10233f24}.workspace-hero>*{z-index:1;position:relative}.workspace-hero div{text-align:center;flex:1;justify-items:center;gap:.15rem;min-width:0;display:grid}.workspace-hero span{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:1rem;font-weight:900;overflow:hidden}.workspace-hero strong{color:#ffffffc7;font-size:.78rem}.workspace-hero img{object-fit:contain;flex:none;width:68px;height:40px}.summary-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem;margin-bottom:1.35rem;display:grid}.summary-card{text-align:center;border:1px solid;border-radius:16px;align-content:center;justify-items:center;gap:.2rem;min-width:0;min-height:80px;padding:.65rem .35rem;text-decoration:none;display:grid}.summary-card strong{font-size:.98rem;font-weight:900}.summary-card span{font-size:.75rem;font-weight:700;line-height:1.4}.summary-navy{color:#10233f;background:#eef2f6;border-color:#cbd4df}.summary-navy span{color:#33435a}.summary-teal{color:#156849;background:#e9f4ef;border-color:#c1ded4}.summary-teal span{color:#28785c}.summary-gold{color:#80590a;background:#f9f5eb;border-color:#e5d8b9}.summary-gold span{color:#765307}.work-total{min-height:32px;color:var(--navy);background:#e5eaf0;border-radius:10px;align-items:center;padding:.25rem .65rem;font-size:.78rem;font-weight:900;display:inline-flex}.today-list{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:18px;overflow:hidden}.today-list>a,.today-empty{min-height:70px;color:var(--navy);grid-template-columns:auto 1fr auto;align-items:center;gap:.75rem;padding:.65rem .85rem;text-decoration:none;display:grid}.today-list>*+*{border-top:1px solid var(--line)}.today-list>a>span:nth-child(2),.today-empty>span:nth-child(2){gap:.18rem;min-width:0;display:grid}.today-list strong,.today-list small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.today-list small{color:var(--muted)}.today-list>a>svg{width:18px;color:var(--muted)}.today-icon{border-radius:14px;place-items:center;width:44px;height:44px;display:grid}.today-icon svg{width:21px}.today-icon-danger{color:var(--danger);background:#fbeaea}.today-icon-navy{color:var(--navy-mid);background:#e8eef4}.today-icon-teal{color:var(--teal);background:#e3f2ef}.workspace-quick-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem;display:grid}.workspace-quick-grid a{border:1px solid var(--line);min-height:88px;color:var(--navy);text-align:center;background:#fff;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:.4rem;padding:.65rem .35rem;text-decoration:none;display:flex}.workspace-quick-grid svg{width:28px;color:var(--teal)}.compact-banner{border-radius:16px;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;padding:.8rem .9rem;display:flex}.compact-banner div{gap:.15rem;display:grid}.compact-banner span{line-height:1.55}.compact-banner div span{color:var(--muted);font-size:.78rem}.install-banner{background:#fff8e8;border:1px solid #eed9a9}.privacy-banner{color:#075638;background:#e8f5ed;border:1px solid #bce1cb}.privacy-banner>svg,.privacy-banner a svg{width:21px}.privacy-banner a{color:#075638;border-radius:12px;flex:none;place-items:center;width:44px;height:44px;display:grid}.matching-hero{color:#fff;background:linear-gradient(135deg, var(--navy), var(--navy-mid), var(--teal-dark));border-radius:20px;align-items:center;gap:.85rem;margin-bottom:1rem;padding:1.05rem;display:flex;box-shadow:0 8px 24px #10233f26}.matching-hero>svg{color:#fff1ce;flex:none;width:36px}.matching-hero div{gap:.2rem;min-width:0;display:grid}.matching-hero strong{font-size:1.05rem}.matching-hero span{color:#dce8f0;font-size:.78rem}.matching-controls .segmented{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid}.matching-controls .segmented button{white-space:nowrap;justify-content:center;align-items:center;gap:.35rem;display:flex}.matching-controls .segmented svg{width:20px}.tool-list{gap:.7rem;display:grid}.tool-search{margin-bottom:1rem}.tool-search label{display:block}.tool-card-shell{min-width:0;position:relative}.tool-card-shell.pinned .tool-card{background:#f7fbfa;border-color:#b7d8d2}.tool-card{border:1px solid var(--line);min-height:82px;color:var(--navy);box-shadow:var(--shadow);background:#fff;border-radius:18px;grid-template-columns:auto 1fr auto;align-items:center;gap:.8rem;padding:.8rem;text-decoration:none;display:grid}.tool-card>svg{width:18px;color:var(--muted)}.tool-icon{border-radius:15px;place-items:center;width:48px;height:48px;display:grid}.tool-icon svg{width:23px}.tool-icon-teal{color:var(--teal);background:#e3f2ef}.tool-icon-navy{color:var(--navy-mid);background:#e8eef4}.tool-icon-gold{color:#805c0c;background:#fff2d8}.tool-copy{gap:.2rem;min-width:0;display:grid}.tool-copy small{color:var(--muted)}.tool-card-pin-space{width:36px}.tool-pin-button{z-index:2;border:1px solid var(--line);width:40px;height:40px;color:var(--muted);background:#fff;border-radius:12px;place-items:center;display:grid;position:absolute;inset:50% auto auto .7rem;transform:translateY(-50%)}.tool-pin-button.active{color:var(--teal-dark);background:#e3f2ef;border-color:#b7d8d2}.tool-pin-button svg{width:20px}.tool-customize-hint{background:#eff8f6;border:1px solid #b7d8d2;justify-content:flex-start}.tool-customize-hint>svg{width:24px;color:var(--teal-dark);flex:none}.tool-privacy-card{align-items:center;gap:.8rem;display:flex}.tool-privacy-card>svg{width:28px;color:var(--success);flex:none}.tool-privacy-card div{flex:1}.tool-privacy-card p{color:var(--muted);margin:.25rem 0 0}.backup-scope-note{background:#fff8e8;border:1px solid #eed9a9;margin-bottom:1.35rem}.backup-scope-note>svg{color:#805c0c;flex:none;width:23px}.tool-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.route-hero{color:#fff;background:linear-gradient(135deg, var(--navy), var(--navy-mid), var(--teal-dark));align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.route-hero h2,.route-hero p{margin:0}.route-hero p{color:#dce8f0;margin-top:.25rem}.route-hero-icon{color:#fff;background:#ffffff21;border-radius:18px;flex:none;place-items:center;width:58px;height:58px;display:grid}.route-hero-icon svg{width:30px}.route-card{gap:1rem;display:grid}.route-destination{background:var(--surface-soft);border-radius:16px;align-items:flex-start;gap:.75rem;padding:.9rem;display:flex}.route-destination>svg{width:25px;color:var(--teal);flex:none}.route-destination div{gap:.2rem;min-width:0;display:grid}.route-destination span,.route-destination small{color:var(--muted)}.route-actions>*{flex:1}.route-privacy{justify-content:flex-start}.backup-hero{background:linear-gradient(145deg,#fff,#eff8f6);border-color:#b7d8d2;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.backup-hero h2,.backup-hero p{margin:0}.backup-hero p{color:var(--muted);margin:.3rem 0 .65rem}.backup-hero-icon{color:#fff;background:var(--teal-dark);border-radius:19px;flex:none;place-items:center;width:60px;height:60px;display:grid}.backup-hero-icon svg{width:31px}.backup-primary-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;margin-bottom:1.35rem;display:grid}.backup-action{border:1px solid var(--line);text-align:right;cursor:pointer;border-radius:18px;align-items:center;gap:.8rem;min-height:110px;padding:1rem;display:flex}.backup-action>svg{flex:none;width:32px}.backup-action span{gap:.2rem;min-width:0;display:grid}.backup-action small{color:inherit;opacity:.78}.backup-action-primary{border-color:var(--navy);color:#fff;background:var(--navy)}.backup-action-secondary{color:var(--navy);box-shadow:var(--shadow);background:#fff}.backup-action:has(input:focus-visible){outline-offset:2px;outline:3px solid #10233f4d}.backup-steps{gap:.8rem;margin:0;padding-right:clamp(1rem,3vw,1.4rem);list-style:none;display:grid}.backup-steps li{align-items:flex-start;gap:.75rem;display:flex}.backup-steps li>span{color:#fff;background:var(--teal);border-radius:12px;flex:none;place-items:center;width:36px;height:36px;font-weight:900;display:grid}.backup-steps p{color:var(--muted);margin:.15rem 0 0}.backup-details{margin-bottom:1.35rem}.backup-details summary{min-height:48px;color:var(--navy);cursor:pointer;align-items:center;gap:.6rem;font-weight:900;display:flex}.backup-details summary svg{width:23px;color:var(--teal)}.backup-details>div{border-top:1px solid var(--line);padding-top:.7rem}.install-card>svg{width:28px;color:var(--teal)}.backup-modal-form{gap:1rem;display:grid}.backup-modal-intro,.selected-backup-file{background:var(--surface-soft);border-radius:15px;align-items:center;gap:.75rem;padding:.8rem;display:flex}.backup-modal-intro>svg,.selected-backup-file>svg{width:27px;color:var(--teal);flex:none}.backup-modal-intro p{margin:0}.selected-backup-file span{gap:.15rem;min-width:0;display:grid}.selected-backup-file small{overflow-wrap:anywhere;color:var(--muted)}.password-field{position:relative}.password-field input{padding-left:3.4rem}.password-field .icon-button{position:absolute;inset:50% auto auto .35rem;transform:translateY(-50%)}.backup-preview{box-shadow:none}.backup-replace-warning{color:#702424}.calculator-layout{gap:1rem;width:min(100%,760px);margin-inline:auto;display:grid}.calculator-form{box-shadow:none}.calculator-result{background:#f0f8f6;border:1px solid #b9d6d2;border-radius:18px;padding:1rem}.calculator-result h2{color:var(--teal-dark);margin:0 0 .8rem;font-size:1rem}.calculator-result dl{gap:.25rem;margin:0;display:grid}.calculator-result dl div{border-bottom:1px solid #267d7424;justify-content:space-between;align-items:center;gap:1rem;min-height:44px;padding:.45rem .1rem;display:flex}.calculator-result dl div:last-child{border-bottom:0}.calculator-result dt{color:var(--muted)}.calculator-result dd{color:var(--navy);text-align:left;margin:0;font-weight:800}.words-result p{font-size:1.05rem;line-height:2}.simple-calculator{width:min(100%,420px);margin-inline:auto}.simple-calculator output{min-height:88px;color:var(--navy);background:var(--surface-soft);font-variant-numeric:tabular-nums;border-radius:15px;justify-content:flex-end;align-items:end;padding:.8rem;font-size:clamp(1.8rem,8vw,2.7rem);display:flex;overflow:auto}.calculator-keypad{direction:ltr;grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem;margin-top:.8rem;display:grid}.calculator-keypad button{min-height:56px;color:var(--navy);background:#edf1f4;border:0;border-radius:15px;font-size:1.15rem;font-weight:800}.calculator-keypad .key-operator{color:var(--teal-dark);background:#dcefeb}.calculator-keypad .key-primary{color:#fff;background:var(--teal)}.shell-menu-list,.quick-add-sheet{gap:.65rem;display:grid}.shell-menu-list h3{color:var(--muted);margin:.35rem .25rem -.15rem;font-size:.75rem}.shell-menu-list h3:first-child{margin-top:0}.shell-menu-list a,.quick-add-sheet a{border:1px solid var(--line);min-height:72px;color:var(--navy);background:var(--surface-soft);border-radius:16px;align-items:center;gap:.8rem;padding:.75rem;text-decoration:none;display:flex}.shell-menu-list a>svg{width:23px;color:var(--teal)}.shell-menu-list a span,.quick-add-sheet a div{gap:.15rem;display:grid}.shell-menu-list small,.quick-add-sheet small{color:var(--muted)}.local-status{color:var(--muted);background:var(--surface-soft);border-radius:12px;align-items:center;gap:.45rem;margin-top:1rem;padding:.7rem;font-size:.78rem;display:flex}.quick-add-sheet a>span{width:46px;height:46px;color:var(--teal);background:#e3f2ef;border-radius:14px;flex:none;place-items:center;display:grid}.quick-add-sheet svg{width:23px}.app-drawer .shell-menu-list{gap:.2rem}.app-drawer .shell-menu-list h3{color:var(--muted);margin:.9rem .7rem .25rem;font-size:.7rem;font-weight:900}.app-drawer .shell-menu-list h3:first-child{margin-top:.1rem}.app-drawer .shell-menu-list a{background:0 0;border:0;border-radius:14px;gap:.8rem;min-height:58px;padding:.55rem .7rem}.app-drawer .shell-menu-list a:hover,.app-drawer .shell-menu-list a:focus-visible{background:var(--surface-soft)}.app-drawer .shell-menu-list a>svg{width:22px;color:var(--navy-mid);flex:none}.app-drawer .shell-menu-list strong{font-size:.87rem}.app-drawer .shell-menu-list small{font-size:.7rem}.app-drawer .local-status{margin:1rem .7rem 0}.compact-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-bottom:1rem;display:grid}.compact-summary .summary-card{border-color:var(--line);min-height:96px;color:var(--navy);text-align:right;box-shadow:var(--shadow);background:#fff;grid-template-columns:auto 1fr;justify-items:start;gap:.75rem;padding:.85rem}.compact-summary .summary-card>svg{width:30px;color:var(--teal)}.compact-summary .summary-card div{gap:.2rem;min-width:0;display:grid}.compact-summary .summary-card strong{overflow-wrap:anywhere;font-size:1.05rem}.compact-summary .summary-card span{color:var(--muted)}.message-preview{white-space:pre-line;-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.sms-variable-list{flex-wrap:wrap;gap:.4rem;display:flex}.sms-variable-list button{cursor:pointer;border:0;min-height:36px}.composer-layout{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);align-items:start;gap:1rem;display:grid}.composer-layout .section{margin:0}.message-composer-card textarea{resize:vertical;min-height:230px;line-height:1.9}.message-composer-card .alert{margin-top:.75rem}.alert-warning{color:#6c4b08;background:#fff8e7;border-color:#e4c982}.privacy-inline{color:var(--muted);font-size:.78rem}.badge svg{vertical-align:-.2em;width:15px;height:15px}.icon-button.success{color:var(--success);background:#e8f5ed}.schedule-summary{margin-top:1rem}.contact-choice-list{gap:.75rem;display:grid}.contact-choice-list .button{width:100%}.persian-calendar{width:min(100%,620px);margin:0 auto 1rem;padding:.8rem}.persian-calendar-header{grid-template-columns:44px 1fr 44px;align-items:center;gap:.5rem;min-height:48px;display:grid}.persian-calendar-header strong{color:var(--navy);text-align:center}.persian-calendar-weekdays,.persian-calendar-grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:.35rem;display:grid}.persian-calendar-weekdays{color:var(--muted);text-align:center;margin:.35rem 0;font-size:.72rem;font-weight:800}.calendar-blank{min-height:44px}.calendar-day{min-width:0;min-height:44px;color:var(--navy);font:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;place-items:center;padding:.2rem;font-weight:750;display:grid;position:relative}.calendar-day:hover{background:var(--surface-soft)}.calendar-day.today{border-color:var(--teal)}.calendar-day.selected{color:#fff;background:var(--teal-dark)}.calendar-day i{background:var(--gold);border-radius:50%;width:5px;height:5px;position:absolute;inset:auto 50% 4px auto;transform:translate(50%)}.calendar-day.selected i{background:#fff}.calendar-selected-date{min-height:44px;color:var(--teal-dark);font:inherit;cursor:pointer;background:#e3f2ef;border:0;border-radius:12px;justify-content:center;align-items:center;gap:.4rem;margin:.65rem auto 0;padding:.45rem .7rem;font-size:.78rem;font-weight:800;display:flex}.calendar-selected-date svg{width:17px}@media (max-width:900px){:root{--field-height:56px}.sidebar{display:none}.status-bar-fill{z-index:70;height:env(safe-area-inset-top);background:#f5f7fa;display:block;position:fixed;inset:0 0 auto}.mobile-app-bar{z-index:60;min-height:calc(64px + env(safe-area-inset-top));padding:env(safe-area-inset-top) .75rem 8px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff5;border-bottom:1px solid #cbd4df9e;grid-template-columns:48px 1fr 48px;align-items:end;gap:.5rem;display:grid;position:sticky;top:0}.mobile-app-bar.root-app-bar{min-height:calc(68px + env(safe-area-inset-top))}.mobile-app-bar h1{text-align:right;align-self:center;margin:0;font-size:1.125rem;font-weight:900;line-height:1.35}.mobile-app-bar.root-app-bar h1{font-size:1.25rem}.mobile-app-bar .icon-button{align-self:end;width:44px;height:44px}.mobile-app-bar .icon-button svg{width:24px}.main-content{width:100%;padding-top:1rem;padding-bottom:calc(2rem + env(safe-area-inset-bottom));margin:0}.app-shell.has-bottom-nav .main-content{padding-bottom:calc(5.75rem + env(safe-area-inset-bottom))}.bottom-nav{z-index:50;padding:.35rem .25rem calc(.35rem + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffffa;border-top:1px solid #cbd4dfb3;grid-template-columns:repeat(5,1fr);align-items:end;display:grid;position:fixed;inset:auto 0 0}.update-notice{left:.75rem;right:.75rem;bottom:calc(1rem + env(safe-area-inset-bottom));justify-content:space-between}.app-shell.has-bottom-nav .update-notice{bottom:calc(5rem + env(safe-area-inset-bottom))}.bottom-nav a{min-height:68px;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:.15rem;font-size:.75rem;text-decoration:none;display:flex}.bottom-icon{border-radius:999px;place-items:center;width:52px;height:32px;display:grid}.bottom-icon svg{width:24px}.bottom-nav a.active{color:var(--navy);font-weight:700}.bottom-nav a.active .bottom-icon{background:#10233f1a}.quick-add-nav{min-height:68px;color:var(--navy);background:0 0;border:0;flex-direction:column;justify-content:center;align-self:center;align-items:center;gap:.15rem;padding:0;font-weight:800;display:flex}.quick-add-nav>span{color:#fff;background:var(--navy);border:1px solid #ffffff24;border-radius:14px;place-items:center;width:44px;height:44px;display:grid;box-shadow:0 5px 12px #10233f3d}.quick-add-nav svg{width:27px}.quick-add-nav small{font-size:.75rem}.section-heading h2{font-size:1.12rem}.button{min-height:54px;font-size:.98rem}.button-small{min-height:46px;font-size:.9rem}.badge{font-size:.78rem}.field-label{font-size:.9rem}.field-hint{font-size:.82rem}input,select,textarea{font-size:1rem}.modal-header h2{font-size:1.25rem}.page-header:not(.page-header-with-action),.page-header>div:first-child{display:none}.page-header{margin:0 0 1rem}.page-action{width:100%}.page-action>*{flex:1}.mobile-detail-identity{gap:.2rem;margin:-.15rem 0 1rem;display:grid}.mobile-detail-identity h2,.mobile-detail-identity p{margin:0}.mobile-detail-identity h2{color:var(--navy);font-size:1.15rem}.mobile-detail-identity p{color:var(--muted);font-size:.8rem}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.main-content{padding:1rem;padding-bottom:calc(2rem + env(safe-area-inset-bottom))}.app-shell.has-bottom-nav .main-content{padding-bottom:calc(5.75rem + env(safe-area-inset-bottom))}.page-header{align-items:stretch}.page-header,.toolbar{flex-direction:column}.directory-toolbar{grid-template-columns:1fr auto;align-items:center;gap:.65rem;display:grid}.directory-toolbar .search-bar-shell{grid-column:1/-1}.directory-toolbar .segmented{min-width:0}.directory-toolbar .toolbar-actions{width:auto}.directory-toolbar .toolbar-actions .button{min-width:92px}.toolbar-actions{width:100%}.toolbar-actions .button,.page-action .button{flex:1}.list-fab{inset:auto auto calc(80px + env(safe-area-inset-bottom)) 16px;z-index:49;border-radius:17px;min-width:164px;min-height:54px;padding-inline:1rem;position:fixed;box-shadow:0 9px 24px #10233f47;width:auto!important}.two-column,.form-grid,.filter-grid{grid-template-columns:1fr}.form-span{grid-column:auto}.toggle-grid{grid-template-columns:1fr}.feature-grid,.feature-grid.compact,.detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.quick-grid{grid-template-columns:1fr}.quick-action{flex-direction:row;justify-content:flex-start;align-items:center;min-height:72px}.modal-backdrop{align-items:end;padding:0}.modal{width:100%;max-height:94vh;max-height:94dvh;padding-bottom:env(safe-area-inset-bottom);border-radius:22px 22px 0 0}.modal-wide .form-section{background:0 0;border:0;border-radius:0;padding:.2rem 0 1rem}.modal-wide .form-section+.form-section{border-top:1px solid #cbd4df99;padding-top:1rem}.modal-wide .form-section>legend{margin-bottom:.7rem;padding:0;font-size:.95rem}.record-card{grid-template-columns:1fr}.record-card.directory-card{grid-template-columns:48px minmax(0,1fr) auto;gap:11px;min-height:98px;padding:10px 12px}.directory-avatar{border-radius:15px;width:48px;height:48px}.customer-avatar{font-size:.94rem}.directory-avatar svg{width:25px}.directory-card h3{font-size:.97rem}.directory-card p{font-size:.75rem}.directory-price{font-size:.81rem}.customer-card-meta{font-size:.72rem}.compact-contact-actions{gap:4px}.compact-contact-actions .icon-button{width:40px;height:40px}.record-card-actions{justify-content:flex-end}.selection-bar,.undo-bar{align-items:stretch}.selection-bar strong,.undo-bar span{width:100%;margin-left:0}.filter-actions .button{flex:45%}.next-action-card,.danger-zone{flex-direction:column;align-items:stretch}.danger-zone .button{width:100%}.summary-strip{gap:.5rem}.workspace-hero{min-height:96px;padding:.9rem 1rem}.workspace-hero span{font-size:1.14rem}.workspace-hero strong{font-size:.88rem}.workspace-hero img{width:76px;height:46px}.summary-card{min-height:94px;padding:.72rem .25rem}.summary-card strong{font-size:1.12rem}.summary-card span{font-size:.84rem}.work-total{min-height:36px;font-size:.88rem}.today-list>a,.today-empty{min-height:84px;padding-inline:.78rem}.today-list strong{font-size:1.02rem}.today-list small{font-size:.86rem}.today-icon{width:50px;height:50px}.today-icon svg{width:25px}.workspace-quick-grid a{gap:.55rem;min-height:104px}.workspace-quick-grid svg{width:32px}.workspace-quick-grid strong{font-size:1.03rem}.tool-card{min-height:68px;padding:.65rem .7rem}.tool-icon{border-radius:13px;width:40px;height:40px}.tool-icon svg{width:21px}.tool-copy strong{font-size:.95rem}.tool-copy small{font-size:.76rem}.app-drawer .shell-menu-list a{min-height:66px}.app-drawer .shell-menu-list strong{font-size:.98rem}.app-drawer .shell-menu-list small{font-size:.8rem}.backup-primary-actions{grid-template-columns:1fr}.backup-action{min-height:102px}.backup-hero{align-items:flex-start}.backup-hero-icon{width:54px;height:54px}.route-hero{align-items:flex-start}.archive-search-row{grid-template-columns:1fr}.archive-search-row>span{justify-self:start}.tool-privacy-card{flex-wrap:wrap;align-items:flex-start}.tool-privacy-card .button{width:100%}.tool-grid,.compact-summary,.composer-layout{grid-template-columns:1fr}.persian-calendar{padding:.6rem}.persian-calendar-weekdays,.persian-calendar-grid{gap:.18rem}.calendar-day{border-radius:10px;min-height:42px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (prefers-contrast:more){:root{--line:#71808d}.card,.record-card,.stat-card,.match-card{box-shadow:none;border-color:#71808d}}
