:root{color-scheme:light;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--brand-primary: #004ffe;--brand-primary-dark: #003bd0;--brand-navy: #000a2f;--brand-navy-soft: #071745;--canvas: #f4f4f1;--surface: #ffffff;--text: #111827;--muted: #5d6673;--border: #d8dde5;--blue-soft: #e7efff;--success: #00875a;--warning: #b25e00;--danger: #c9362b;--shadow-sm: 0 1px 3px rgba(0, 10, 47, .06);--shadow-lg: 0 16px 42px rgba(0, 10, 47, .13);--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--control-height: 34px;--control-height-compact: 30px}*{box-sizing:border-box}html{min-width:320px;background:var(--canvas)}body{margin:0;min-width:320px;min-height:100vh;color:var(--text);background:var(--canvas);font-size:14px;line-height:1.4}button,a,input,select,textarea{font:inherit}:focus-visible{outline:2px solid #ffbf47;outline-offset:2px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}#root{min-height:100vh}button{border:0;cursor:pointer}h1,h2,p{margin-top:0}.brand{--logo-height: 32px;display:inline-flex;align-items:center;color:var(--brand-navy)}.brand--inverse{color:#fff}.brand--compact{--logo-height: 25px}.brand__logo{width:auto;height:var(--logo-height);display:block}.login-shell{min-height:100svh;display:grid;grid-template-columns:1fr 1fr;background:#f8f8f6}.login-story{min-height:100svh;display:grid;place-items:center;padding:48px;background:linear-gradient(90deg,#000a2f0d,#000a2f2e),url(/brand/rci-login-background.jpg) center / cover no-repeat}.login-story .brand{--logo-height: 62px}.login-panel{min-height:100svh;display:grid;place-items:center;padding:48px;background:#f8f8f6}.login-card{width:min(100%,390px);color:var(--brand-navy);text-align:center}.login-card__handle{display:none}.login-card h1{margin-bottom:13px;font-size:clamp(1.9rem,3vw,2.35rem);font-weight:500;line-height:1.15;letter-spacing:-.035em}.login-card>p{margin-bottom:42px;color:#4e5668;font-size:.95rem}.microsoft-button,.primary-button{min-height:54px;display:flex;align-items:center;justify-content:center;gap:13px;padding:0 22px;border-radius:5px;color:#fff;background:#0659ee;font-weight:700;text-decoration:none;transition:background .16s ease,transform .16s ease}.microsoft-button:hover,.primary-button:hover{background:#0047d4;transform:translateY(-1px)}.microsoft-mark{display:grid;grid-template-columns:repeat(2,9px);gap:2px}.microsoft-mark i{width:9px;height:9px}.microsoft-mark i:nth-child(1){background:#f25022}.microsoft-mark i:nth-child(2){background:#7fba00}.microsoft-mark i:nth-child(3){background:#00a4ef}.microsoft-mark i:nth-child(4){background:#ffb900}.dev-login-button{width:100%;min-height:44px;margin-top:12px;border:1px solid var(--border);border-radius:5px;color:var(--brand-primary);background:#fff;font-weight:700}.dev-login-button:disabled{cursor:wait;opacity:.62}.login-security{margin-top:42px;color:#737b88;font-size:.72rem}.login-security span{margin:0 7px;color:#a4a9b2}.alert{margin:0 0 20px;padding:12px 14px;border:1px solid #efb1aa;border-radius:5px;color:#8e241d;background:#fff1ef;font-size:.85rem}.alert--success{border-color:#9bd3ae;color:#176b3a;background:#effaf3}.splash{min-height:100svh;display:grid;place-content:center;justify-items:center;gap:18px;color:#fff;background:var(--brand-navy)}.splash p{margin:0;color:#b5bed7}.loader{width:28px;height:28px;border:3px solid rgba(255,255,255,.22);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.app-shell{min-height:100svh;display:grid;grid-template-columns:202px minmax(0,1fr);background:#fafaf8;transition:grid-template-columns .2s ease}.sidebar{position:fixed;inset:0 auto 0 0;z-index:10;width:202px;display:flex;flex-direction:column;padding:29px 10px 22px;color:#fff;background:#000a2f;transition:width .2s ease,padding .2s ease,transform .22s ease}.sidebar__header{min-height:31px;display:flex;align-items:center;margin:0 15px 33px;overflow:hidden}.sidebar__header .brand{--logo-height: 31px;flex:0 0 auto}.sidebar__mobile-close{display:none}.sidebar__collapse{position:absolute;top:76px;right:-13px;z-index:2;width:27px;height:27px;display:grid;place-items:center;padding:0;border:1px solid #d9dce3;border-radius:50%;color:var(--brand-navy);background:#fff;box-shadow:0 3px 10px #000a2f24}.sidebar__collapse:hover{color:var(--brand-primary);background:#f4f7ff}.sidebar nav{display:flex;flex-direction:column;gap:4px;overflow-y:auto}.sidebar nav button,.sidebar__external a,.sidebar__settings{min-height:42px;display:flex;align-items:center;gap:12px;padding:0 16px;border-radius:3px;color:#d0d5e4;background:transparent;font-size:.8rem;font-weight:500;text-align:left}.sidebar nav button:hover,.sidebar__external a:hover,.sidebar__settings:hover{color:#fff;background:#ffffff12}.sidebar nav button.is-active{color:#fff;background:#0758f0}.sidebar__external{display:grid;gap:4px;margin:12px 8px 0;padding-top:12px;border-top:1px solid rgba(255,255,255,.12)}.sidebar__external-title{padding:0 8px 3px;color:#8892ad;font-size:.63rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.sidebar__external a{text-decoration:none}.sidebar__external a>svg:last-child{margin-left:auto;opacity:.52}.sidebar__settings{margin-top:auto}.sidebar-backdrop{display:none}.app-shell--sidebar-collapsed{grid-template-columns:76px minmax(0,1fr)}.app-shell--sidebar-collapsed .sidebar{width:76px;padding-inline:10px}.app-shell--sidebar-collapsed .sidebar__header{justify-content:center;margin-inline:0}.app-shell--sidebar-collapsed .sidebar__header .brand{--logo-height: 15px}.app-shell--sidebar-collapsed .sidebar nav button span,.app-shell--sidebar-collapsed .sidebar__external span,.app-shell--sidebar-collapsed .sidebar__external a>svg:last-child,.app-shell--sidebar-collapsed .sidebar__settings span{display:none}.app-shell--sidebar-collapsed .sidebar nav button,.app-shell--sidebar-collapsed .sidebar__external a,.app-shell--sidebar-collapsed .sidebar__settings{justify-content:center;padding:0}.app-shell--sidebar-collapsed .sidebar__external{margin-inline:0}.workspace{grid-column:2;min-width:0}.topbar{height:64px;display:flex;align-items:center;padding:0 clamp(22px,4vw,52px);background:#fafaf8}.topbar__brand,.mobile-menu{display:none}.topbar__page-title{min-width:0;display:grid;gap:1px}.topbar__page-title h1{margin:0;color:var(--brand-navy);font-size:clamp(1.58rem,2.3vw,1.95rem);font-weight:600;letter-spacing:-.04em}.topbar__page-title p{margin:0;color:#667085;font-size:.68rem;line-height:1.2}.topbar--commercial{padding-inline:clamp(18px,2.25vw,36px)}.topbar__actions{display:flex;align-items:center;gap:11px;margin-left:auto}.icon-button{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;color:var(--brand-navy);background:transparent}.icon-button:hover{color:var(--brand-primary);background:#eef2fa}.avatar{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;color:#fff;background:var(--brand-navy);font-size:.72rem;font-weight:800}.profile-menu{position:relative}.avatar-button{width:34px;height:34px;display:grid;place-items:center;padding:0;border-radius:50%;background:transparent}.avatar-button:focus-visible{outline:2px solid var(--brand-primary);outline-offset:2px}.profile-avatar{position:relative;display:grid;place-items:center;flex:0 0 auto;overflow:hidden;border-radius:50%;color:#fff;background:var(--brand-navy);font-size:.72rem;font-weight:800}.profile-avatar img{width:100%;height:100%;display:block;object-fit:cover}.profile-avatar--small{width:34px;height:34px}.profile-avatar--large{width:42px;height:42px;font-size:.8rem}.profile-popover{position:absolute;z-index:70;top:calc(100% + 9px);right:0;width:290px;overflow:hidden;border:1px solid #dfe4ec;border-radius:9px;color:#17213b;background:#fff;box-shadow:0 18px 50px #121f352e}.profile-popover>header{display:flex;align-items:center;gap:11px;padding:14px;border-bottom:1px solid #edf0f4}.profile-popover>header>span:last-child{min-width:0}.profile-popover>header strong,.profile-popover>header small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-popover>header strong{font-size:.79rem}.profile-popover>header small{margin-top:3px;color:#758092;font-size:.69rem}.profile-popover>button{width:100%;min-height:54px;display:flex;align-items:center;gap:11px;padding:9px 14px;color:#273248;background:#fff;text-align:left}.profile-popover>button+button{border-top:1px solid #edf0f4}.profile-popover>button:hover{color:#0756db;background:#f6f8fc}.profile-popover>button:disabled{cursor:wait;opacity:.65}.profile-popover>button span{min-width:0}.profile-popover>button strong,.profile-popover>button small{display:block}.profile-popover>button strong{font-size:.75rem}.profile-popover>button small{margin-top:2px;color:#7c8594;font-size:.66rem;font-weight:500}.profile-popover__error{margin:0;padding:8px 14px;border-top:1px solid #f7d7d7;color:#a52929;background:#fff7f7;font-size:.68rem}.preference-modal{box-sizing:border-box;width:min(100%,540px);padding:21px;border:1px solid #dfe4ec;border-radius:10px;color:#17213b;background:#fff;box-shadow:0 30px 90px #0000004d}.preference-modal>header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.preference-modal>header .eyebrow{margin-bottom:4px;color:#687386;font-size:.67rem}.preference-modal>header h2{margin:0;font-size:1.12rem}.preference-modal>header>button{width:30px;height:30px;display:grid;place-items:center;padding:0;color:#687386;background:transparent}.preference-modal form{display:grid;gap:14px}.preference-section{display:grid;gap:15px;padding:15px;border:1px solid #dfe4ec;border-radius:8px;background:#fbfcfe}.preference-section h3{margin:0 0 4px;font-size:.88rem}.preference-section p,.preference-note{margin:0;color:#737d8e;font-size:.72rem;line-height:1.5}.preference-section label{display:grid;gap:6px;color:#3d4759;font-size:.74rem;font-weight:700}.preference-section select{width:100%;height:38px;min-height:38px;padding-inline:10px 30px;border:1px solid #cfd5df;border-radius:6px;color:#17213b;background-color:#fff;font:inherit}.preference-modal footer{display:flex;justify-content:flex-end;gap:8px}.preference-modal footer button{min-width:126px}.main-content{width:min(100%,1260px);margin:0 auto;padding:18px clamp(28px,4.5vw,66px) 54px}.welcome-row h1,.module-placeholder h1{margin-bottom:28px;color:var(--brand-navy);font-size:clamp(1.7rem,2.8vw,2.3rem);font-weight:500;letter-spacing:-.035em}.overview-section,.content-section,.activity-section{margin-bottom:33px}.overview-section>h2,.content-section>h2,.activity-section>h2{margin-bottom:14px;color:var(--brand-navy);font-size:1rem;font-weight:500}.metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.metric{position:relative;min-height:124px;display:flex;flex-direction:column;padding:18px 62px 17px 18px;border:1px solid #d9dce3;border-radius:4px;background:#fff}.metric>span{color:#202638;font-size:.75rem}.metric strong{margin:8px 0 7px;color:#0054ff;font-size:2rem;font-weight:500;line-height:1}.metric small{color:#6c7380;font-size:.66rem;line-height:1.35}.metric__icon{position:absolute;top:50%;right:18px;width:32px;height:32px;display:grid;place-items:center;border-radius:50%;color:#0054ff;background:#e5edff;transform:translateY(-50%)}.metric--primary .metric__icon{color:#19814f;background:#ddf2e5}.metric--neutral .metric__icon{color:#6551c9;background:#e9e4fb}.quick-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));overflow:hidden;border:1px solid #d9dce3;border-radius:4px;background:#fff}.quick-grid>button{min-width:0;min-height:104px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:12px 8px;border-right:1px solid #e0e2e7;color:#202638;background:#fff;font-size:.73rem}.quick-grid>button:last-child{border-right:0}.quick-grid>button:hover{color:var(--brand-primary);background:#f7f9ff}.quick-icon{width:35px;height:35px;display:grid;place-items:center;color:#0054ff;background:transparent}.quick-grid strong{overflow:hidden;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.activity-list,.document-list{overflow:hidden;border:1px solid #d9dce3;border-radius:4px;background:#fff}.activity-row{min-height:51px;display:grid;grid-template-columns:24px minmax(0,1fr) 105px 78px;align-items:center;gap:11px;padding:0 17px;border-bottom:1px solid #e6e7ea;color:#0054ff}.activity-row strong{overflow:hidden;color:#3a4050;font-size:.72rem;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.activity-row time{color:#8a9099;font-size:.65rem;text-align:right}.activity-row>span{padding:5px 8px;border-radius:4px;color:#375086;background:#edf1f8;font-size:.6rem;text-align:center}.activity-row:first-child>span{color:#0758f0;background:#e5edff}.activity-list__all,.document-list>button{width:100%;min-height:44px;display:flex;align-items:center;justify-content:space-between;padding:0 17px;color:#0054ff;background:#fff;font-size:.7rem}.mobile-documents{display:none}.empty-state{grid-column:1 / -1;padding:28px;color:var(--muted);text-align:center}.module-placeholder{min-height:calc(100svh - 140px);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;max-width:580px}.module-placeholder .quick-icon{width:48px;height:48px}.module-placeholder .eyebrow{margin:18px 0 8px;color:var(--brand-primary);font-size:.7rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.module-placeholder h1{margin-bottom:10px}.module-placeholder p{color:var(--muted);line-height:1.6}.module-placeholder .primary-button{margin-top:18px}.bottom-nav{display:none}@media(max-width:1020px)and (min-width:721px){.quick-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.quick-grid>button{border-bottom:1px solid #e0e2e7}.quick-grid>button:nth-child(3n){border-right:0}.quick-grid>button:nth-last-child(-n+3){border-bottom:0}}@media(max-width:720px){html,body,#root{overscroll-behavior-y:none}.login-shell{position:relative;display:block;overflow:hidden}.login-story{min-height:59svh;place-items:start center;padding:20svh 24px 48px;background-position:center top}.login-story .brand{--logo-height: 58px}.login-panel{position:absolute;inset:auto 10px 0;min-height:46svh;display:block;padding:0;background:transparent}.login-card{position:relative;min-height:46svh;display:flex;flex-direction:column;padding:38px 24px calc(20px + env(safe-area-inset-bottom));border-radius:21px 21px 0 0;background:#fafaf9}.login-card__handle{position:absolute;top:11px;left:50%;width:34px;height:3px;display:block;border-radius:4px;background:#c8cbd1;transform:translate(-50%)}.login-card h1{margin-bottom:10px;font-size:1.45rem}.login-card>p{margin-bottom:25px;font-size:.78rem}.microsoft-button{min-height:48px;font-size:.76rem}.login-security{margin-top:auto;padding-top:22px}.app-shell{display:block;min-height:100svh;background:#fff}.sidebar{position:fixed;z-index:50;width:min(82vw,304px);display:none;padding:calc(21px + env(safe-area-inset-top)) 14px calc(22px + env(safe-area-inset-bottom));box-shadow:14px 0 38px #000a2f3d}.app-shell--sidebar-collapsed .sidebar{width:min(82vw,304px);padding:calc(21px + env(safe-area-inset-top)) 14px calc(22px + env(safe-area-inset-bottom))}.app-shell--mobile-menu-open .sidebar{display:flex}.sidebar__header{min-height:34px;justify-content:space-between;margin:0 11px 27px;overflow:visible}.sidebar__header .brand,.app-shell--sidebar-collapsed .sidebar__header .brand{--logo-height: 31px}.sidebar__mobile-close{width:36px;height:36px;display:grid;place-items:center;margin-right:-8px;padding:0;border-radius:50%;color:#fff;background:transparent}.sidebar__mobile-close:hover{background:#ffffff17}.sidebar__collapse{display:none}.app-shell--sidebar-collapsed .sidebar nav button span,.app-shell--sidebar-collapsed .sidebar__external span,.app-shell--sidebar-collapsed .sidebar__settings span{display:inline}.app-shell--sidebar-collapsed .sidebar nav button,.app-shell--sidebar-collapsed .sidebar__external a,.app-shell--sidebar-collapsed .sidebar__settings{justify-content:flex-start;padding:0 16px}.app-shell--sidebar-collapsed .sidebar__external a>svg:last-child{display:block}.app-shell--sidebar-collapsed .sidebar__external{margin-inline:8px}.sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:45;width:100%;height:100%;padding:0;background:#0007237a;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.app-shell--mobile-menu-open .sidebar-backdrop{display:block}.workspace{width:100%;padding-top:56px;overscroll-behavior-y:none}.topbar{position:fixed;top:0;right:0;left:0;z-index:20;width:100%;height:56px;padding:0 11px;color:#fff;background:var(--brand-navy)}.mobile-menu{width:36px;height:36px;display:grid;place-items:center;padding:0;color:#fff;background:transparent}.topbar__brand{display:block;margin-left:7px}.topbar__page-title{display:none}.topbar__brand .brand{--logo-height: 24px}.topbar__actions{min-width:0;gap:4px}.topbar .icon-button{width:34px;height:34px;color:#fff}.topbar .icon-button:hover{color:#fff;background:#ffffff14}.topbar .avatar{width:29px;height:29px;color:var(--brand-navy);background:#fff;font-size:.63rem}.topbar .avatar-button{width:31px;height:31px}.topbar .profile-avatar--small{width:29px;height:29px;color:var(--brand-navy);background:#fff;font-size:.63rem}.main-content{width:100%;padding:13px 8px calc(72px + env(safe-area-inset-bottom))}.welcome-row h1{margin-bottom:13px;font-size:1.22rem}.overview-section,.content-section,.activity-section{margin-bottom:13px}.overview-section>h2{display:none}.content-section>h2,.activity-section>h2{margin-bottom:8px;font-size:.78rem}.metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}.metric{min-width:0;min-height:89px;align-items:center;padding:8px 4px 7px;text-align:center}.metric>span{overflow:hidden;width:100%;font-size:.57rem;text-overflow:ellipsis;white-space:nowrap}.metric strong{margin:7px 0 5px;font-size:1.2rem}.metric small{display:none}.metric__icon{position:static;width:22px;height:22px;transform:none}.metric__icon svg{width:13px;height:13px}.quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.quick-grid>button{min-height:62px;flex-direction:row;justify-content:flex-start;gap:6px;padding:8px 11px;border-bottom:1px solid #e0e2e7;font-size:.63rem}.quick-grid>button:nth-child(2n){border-right:0}.quick-grid>button:nth-last-child(-n+2){border-bottom:0}.quick-icon{width:28px;height:28px}.quick-icon svg{width:20px;height:20px}.desktop-activity{display:none}.mobile-documents{display:block}.document-row{min-height:37px;display:grid;grid-template-columns:19px minmax(0,1fr) 72px;align-items:center;gap:5px;padding:0 9px;border-bottom:1px solid #e6e7ea;color:#6f7784}.document-row strong{overflow:hidden;color:#444a57;font-size:.58rem;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.document-row time{color:#8b919b;font-size:.51rem;text-align:right}.document-list>button{min-height:30px;font-size:.57rem}.module-placeholder{min-height:calc(100svh - 145px);padding:10px}.bottom-nav{position:fixed;inset:auto 0 0;z-index:30;height:calc(58px + env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(4,1fr);padding:4px 6px env(safe-area-inset-bottom);border-top:1px solid #d9dce3;background:#fffffffa}.bottom-nav button{min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:#5f6673;background:transparent;font-size:.55rem}.bottom-nav button.is-active{color:#0054ff}.bottom-nav button span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media(max-height:620px)and (max-width:720px){.login-story{padding-top:14svh}.login-panel,.login-card{min-height:52svh}}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.security-settings{width:100%;max-width:1320px;margin:0 auto;color:var(--brand-navy)}.security-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:26px}.security-heading h1{margin:4px 0 7px;font-size:clamp(1.75rem,3vw,2.35rem);font-weight:600;letter-spacing:-.035em}.security-heading p,.security-toolbar p{margin:0;color:#667085;font-size:.88rem}.security-heading__badge{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border:1px solid #cbdcff;border-radius:999px;color:#064fc4;background:#eef4ff;font-size:.76rem;font-weight:700;white-space:nowrap}.security-tabs{display:flex;gap:4px;padding:4px;border:1px solid #dfe3ea;border-radius:8px;background:#f3f5f8;width:fit-content;margin-bottom:18px}.security-tabs button{min-height:38px;padding:0 17px;border-radius:6px;color:#586174;background:transparent;font-weight:650}.security-tabs button.is-active{color:#073b94;background:#fff;box-shadow:0 1px 5px #0f23461a}.security-panel{padding:22px;border:1px solid #dfe3ea;border-radius:10px;background:#fff;box-shadow:0 8px 28px #061b430a}.security-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.security-toolbar h2{margin:0 0 4px;font-size:1.05rem}.directory-search{display:flex;gap:8px}.directory-toolbar__actions{display:flex;align-items:center;gap:8px}.directory-sync{display:inline-flex;align-items:center;justify-content:center;gap:7px;white-space:nowrap}.directory-search input{width:min(28vw,310px)}.directory-search input,.security-form input,.security-form select,.security-form textarea{min-height:42px;padding:9px 11px;border:1px solid #cfd5df;border-radius:6px;color:#111b35;background:#fff;font:inherit}.secondary-button{min-height:40px;padding:0 16px;border:1px solid #cdd5e2;border-radius:6px;color:#17417d;background:#fff;font-weight:700}.directory-table{border:1px solid #e1e5ec;border-radius:8px;overflow:hidden}.directory-row{min-height:66px;display:grid;grid-template-columns:1.25fr 1.35fr .85fr .65fr 90px;align-items:center;gap:14px;padding:10px 15px;border-bottom:1px solid #e7eaf0;color:#4c5669;font-size:.8rem}.directory-row:last-child{border-bottom:0}.directory-row--head{min-height:42px;color:#697386;background:#f7f8fa;font-size:.7rem;font-weight:750;text-transform:uppercase;letter-spacing:.04em}.directory-row>span:first-child{min-width:0;display:flex;align-items:center;gap:10px;color:#111b35}.directory-row strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-initials{width:32px;height:32px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;color:#0756db;background:#e9f0ff;font-size:.7rem;font-style:normal;font-weight:800}.user-initials--photo{display:block;object-fit:cover}.access-count{color:#0756db}.access-summary{display:flex;flex-wrap:wrap;align-items:center;gap:4px}.access-summary em{flex-basis:100%;color:#0756db;font-size:.68rem;font-style:normal;font-weight:750}.link-button,.danger-link{padding:5px 3px;color:#0756db;background:transparent;font-weight:750}.link-button:disabled{color:#8d96a7;cursor:default}.danger-link{color:#b42318}.inline-loading,.load-more{margin-top:16px}.inline-loading{color:#667085;font-size:.8rem}.profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.profile-card{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;padding:17px;border:1px solid #e0e5ed;border-radius:8px}.profile-card__icon,.area-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:8px;color:#0756db;background:#edf3ff}.profile-card h3{margin:0 0 4px;font-size:.9rem}.profile-card p{margin:0 0 5px;color:#687386;font-size:.75rem}.profile-card small{color:#8a92a1}.area-tree{padding:8px 10px;border:1px solid #e1e5ec;border-radius:8px;overflow:hidden;background:#fbfcfe}.area-tree__row{position:relative;min-height:62px;display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;padding:8px 12px 8px calc(12px + var(--area-depth) * 34px);color:#17213b;font-size:.8rem}.area-tree__row+.area-tree__row{border-top:1px solid #edf0f4}.area-tree__row--root{font-size:.84rem;font-weight:700}.area-tree__row--root .area-icon{color:#fff;background:#0756db}.area-tree__row--disconnected{color:#6d4b00;background:#fffaf0}.area-tree__content{min-width:0}.area-tree__content strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.area-tree__content small{display:block;margin-top:3px;color:#87909e;font-weight:500}.area-tree__kind{padding:4px 8px;border-radius:999px;color:#667085;background:#f0f3f7;font-size:.68rem;white-space:nowrap}.area-tree__row--root .area-tree__kind{color:#064fc4;background:#eaf1ff}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:22px;background:#000c2694;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.system-dialog-backdrop{z-index:120}.system-dialog{width:min(100%,440px);padding:20px;border:1px solid #e0e5ed;border-radius:10px;color:#17213b;background:#fff;box-shadow:0 30px 90px #0000004d}.system-dialog>header{display:grid;grid-template-columns:38px minmax(0,1fr) 28px;align-items:start;gap:11px;margin-bottom:16px}.system-dialog>header h2{margin:1px 0 5px;font-size:1rem}.system-dialog>header p{margin:0;color:#697386;font-size:.76rem;line-height:1.5}.system-dialog>header>button{width:28px;height:28px;display:grid;place-items:center;padding:0;color:#667085;background:transparent}.system-dialog__icon{width:38px;height:38px;display:grid;place-items:center;border-radius:8px;color:#0756db;background:#edf3ff}.system-dialog__icon--danger{color:#b42318;background:#fff0ee}.system-dialog form{display:grid;gap:12px}.system-dialog label{display:grid;gap:6px;color:#3d4759;font-size:.74rem;font-weight:700}.system-dialog textarea{width:100%;min-height:84px;padding:9px 11px;border:1px solid #cfd5df;border-radius:6px;color:#111b35;background:#fff;font:inherit;resize:vertical}.system-dialog footer{display:flex;justify-content:flex-end;gap:8px;padding-top:2px}.system-dialog footer button{min-width:112px}.security-modal{width:min(100%,650px);max-height:min(90vh,820px);overflow:auto;padding:22px;border-radius:12px;background:#fff;box-shadow:0 30px 90px #0000004d}.security-modal>header{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:18px}.security-modal>header h2{margin:0;font-size:1.2rem}.security-modal>header button{padding:5px;color:#596273;background:transparent}.security-modal__user-title{min-width:0;display:flex;align-items:center;gap:11px}.security-modal__user-title>span{min-width:0;display:flex;align-items:baseline;gap:5px;font-weight:500}.security-modal__user-title strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.security-modal__user-avatar{width:42px;height:42px;border:2px solid white;box-shadow:0 0 0 1px #d8e1ee,0 2px 7px #0c234b1f;font-size:.78rem}.security-form{display:grid;gap:14px}.security-form h3{margin:8px 0 0;font-size:.9rem}.security-form label{display:grid;gap:6px;color:#3d4759;font-size:.78rem;font-weight:700}.security-form textarea{min-height:74px;resize:vertical}.security-form .primary-button{width:fit-content;min-height:44px}.current-access{margin-bottom:18px;padding-bottom:15px;border-bottom:1px solid #e2e6ed}.current-access h3{margin:0 0 10px;font-size:.9rem}.current-access>div{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 0}.current-access small{display:block;margin-top:3px;color:#7c8594}.current-access p{color:#7c8594;font-size:.8rem}.current-access__actions{display:flex;align-items:center;gap:8px}.security-form__heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.managed-note--action{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px;border:1px solid #dbe5f4;border-radius:7px;background:#f7faff}.managed-note--action .secondary-button{min-height:36px;flex:0 0 auto}.global-admin-control,.base-access-control{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0 14px;border-bottom:1px solid #e2e6ed}.global-admin-control{margin-bottom:0}.base-access-control{margin-bottom:18px}.global-admin-summary{min-width:0;display:flex;align-items:center;gap:9px}.global-admin-control h3,.base-access-control h3{margin:0;font-size:.86rem}.global-admin-control p,.base-access-control p{margin:3px 0 0;color:#727b8b;font-size:.74rem}.admin-status{width:fit-content;flex:0 0 auto;padding:3px 7px;border-radius:999px;color:#0756db;background:#eef3ff;font-size:.66rem;font-weight:750}.admin-status--bootstrap{color:#6b4f00;background:#fff5d6}.admin-toggle{flex:0 0 auto;font-size:.75rem}.admin-toggle:disabled{color:#8d96a7;cursor:wait}.danger-button{width:fit-content;min-height:42px;padding:9px 14px;border-radius:6px;color:#fff;background:#b42318;font-weight:750}.managed-note,.field-error,.form-hint{margin:0;color:#626d80;font-size:.78rem}.form-hint{margin-top:-9px;color:#7b8493;font-size:.72rem}.field-error{color:#b42318!important}.permission-matrix{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.permission-matrix fieldset{display:flex;flex-wrap:wrap;gap:8px 12px;padding:12px;border:1px solid #dfe4ec;border-radius:7px}.permission-matrix legend{padding:0 4px;font-size:.76rem;font-weight:800}.permission-matrix label{display:flex;grid-template-columns:none;align-items:center;gap:5px;font-size:.7rem;font-weight:500}.permission-matrix input{min-height:auto}.permission-actions{display:flex;align-items:center;justify-content:space-between;gap:16px}.permission-actions .danger-link{min-height:40px}.audit-heading{align-items:flex-start}.audit-retention-button{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;gap:7px;white-space:nowrap}.audit-summary{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:-4px 0 13px;color:#647084;font-size:.76rem}.audit-summary strong{color:#111b35;font-size:.92rem}.audit-summary small{color:#7e8796}.audit-filters{display:grid;grid-template-columns:minmax(250px,1fr) minmax(135px,.32fr) minmax(145px,.34fr) minmax(135px,.3fr) auto;gap:8px;margin-bottom:14px}.audit-filters select,.audit-search{min-width:0;min-height:40px;border:1px solid #cfd5df;border-radius:6px;color:#17213b;background:#fff;font:inherit}.audit-filters select{width:100%;padding:0 10px}.audit-search{display:flex;align-items:center;gap:8px;padding:0 11px;color:#778195}.audit-search input{width:100%;min-width:0;height:38px;border:0;outline:0;color:#17213b;background:transparent;font:inherit}.audit-table{overflow:hidden;border:1px solid #e1e5ec;border-radius:8px}.audit-row{display:grid;grid-template-columns:145px minmax(125px,.9fr) minmax(155px,1.1fr) 92px minmax(170px,1.25fr) 64px;align-items:center;gap:12px;min-height:62px;padding:9px 13px;border-bottom:1px solid #e7eaf0;color:#4c5669;font-size:.74rem}.audit-row:last-child{border-bottom:0}.audit-row>span{min-width:0}.audit-row strong,.audit-row small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.audit-row strong{color:#16213c;font-size:.76rem}.audit-row small{margin-top:3px;color:#8590a2;font-size:.66rem}.audit-row time{color:#27344d;font-weight:650}.audit-row--head{min-height:37px;color:#697386;background:#f7f8fa;font-size:.64rem;font-weight:750;text-transform:uppercase;letter-spacing:.04em}.audit-row--head+.audit-row{border-top:0}.audit-row.is-expanded{background:#fbfcff}.audit-result{display:inline-flex;width:fit-content;padding:4px 7px;border-radius:999px;color:#22643d;background:#eaf8ef;font-size:.65rem;font-style:normal;font-weight:750}.audit-result--denied,.audit-result--failure{color:#a52a22;background:#fff0ee}.audit-result--partial{color:#805a00;background:#fff6dc}.audit-reason{overflow:hidden;color:#536075;text-overflow:ellipsis;white-space:nowrap}.audit-row__action{text-align:right}.audit-detail{display:grid;grid-column:1 / -1;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:11px;border:1px solid #e2e8f2;border-radius:6px;background:#fff}.audit-detail>div{min-width:0;padding:7px 9px;border-radius:5px;background:#f6f8fb}.audit-detail strong,.audit-detail span,.audit-detail code{display:block;overflow-wrap:anywhere;white-space:normal}.audit-detail strong{margin-bottom:3px;color:#687386;font-size:.62rem;text-transform:uppercase;letter-spacing:.03em}.audit-detail span,.audit-detail code{color:#27344d;font:inherit;font-size:.7rem}.audit-pagination{display:flex;align-items:center;justify-content:center;gap:13px;margin-top:14px;color:#687386;font-size:.74rem}.audit-pagination button{min-height:34px}.audit-retention-dialog{width:min(100%,520px)}.audit-retention-warning{display:flex;align-items:flex-start;gap:9px;margin:0;padding:11px;border:1px solid #f4d2cd;border-radius:7px;color:#7d2821;background:#fff7f5;font-size:.75rem;line-height:1.45}.audit-retention-warning svg{flex:0 0 auto}.audit-retention-actions{display:flex;justify-content:flex-end;gap:8px}@media(max-width:840px){.security-heading{display:block}.security-heading__badge{margin-top:12px}.security-toolbar{align-items:flex-start;flex-direction:column}.directory-toolbar__actions,.directory-search{width:100%}.directory-search{flex:1 1 auto}.directory-search input{width:100%;min-width:0}.global-admin-control{align-items:flex-start;flex-direction:column}.global-admin-summary{align-items:flex-start;flex-wrap:wrap}.directory-row--head{display:none}.directory-table{border:0;overflow:visible}.directory-row{display:block;margin-bottom:10px;padding:14px;border:1px solid #e0e5ed;border-radius:8px}.directory-row>span{min-height:29px;display:flex;justify-content:space-between;gap:14px;padding:5px 0;border-bottom:1px solid #eef0f4;text-align:right}.directory-row>span:not(:first-child):before{content:attr(data-label);color:#7a8494;font-size:.68rem;font-weight:700;text-transform:uppercase}.directory-row>span:first-child{justify-content:flex-start;text-align:left}.directory-row>span:last-child{justify-content:flex-end;border-bottom:0}.directory-row.directory-row--head{display:none}.profile-grid{grid-template-columns:1fr}.profile-card{grid-template-columns:40px minmax(0,1fr)}.profile-card>button{grid-column:2;justify-self:start}.area-tree__row{grid-template-columns:36px minmax(0,1fr) auto;padding-left:calc(8px + var(--area-depth) * 22px)}.area-tree__kind{display:none}.audit-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.audit-search{grid-column:1 / -1}.audit-filters>button{grid-column:2}.audit-row--head{display:none}.audit-table{overflow:visible;border:0}.audit-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 14px;margin-bottom:10px;padding:12px;border:1px solid #e0e5ed;border-radius:8px}.audit-row>span{min-height:43px;padding:6px 0;border-bottom:1px solid #eef0f4}.audit-row>span:before{content:attr(data-label);display:block;margin-bottom:4px;color:#87909f;font-size:.6rem;font-weight:750;text-transform:uppercase}.audit-row__action{display:flex;align-items:flex-end;justify-content:flex-end}.audit-row__action:before{display:none!important}.audit-reason{white-space:normal}.audit-detail{grid-column:1 / -1;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:10px}}@media(max-width:520px){.profile-popover{position:fixed;top:60px;right:8px;width:min(290px,calc(100vw - 16px))}.preference-modal{width:100%;padding:18px 16px calc(16px + env(safe-area-inset-bottom));border-radius:15px 15px 0 0}.preference-section select{height:44px;min-height:44px;font-size:16px}.preference-modal footer{display:grid;grid-template-columns:1fr 1fr}.preference-modal footer button{width:100%;min-width:0}.security-settings{padding-bottom:15px}.security-heading h1{font-size:1.55rem}.security-heading__badge{white-space:normal}.security-tabs{width:100%;overflow-x:auto}.security-tabs button{flex:1 0 auto;padding:0 11px;font-size:.72rem}.security-panel{padding:13px}.directory-toolbar__actions{align-items:stretch;flex-direction:column}.directory-search{display:grid;grid-template-columns:1fr auto}.directory-sync{width:100%}.profile-card{padding:12px}.modal-backdrop{align-items:end;padding:0}.security-modal{max-height:91svh;padding:18px 16px calc(18px + env(safe-area-inset-bottom));border-radius:15px 15px 0 0}.system-dialog{width:100%;padding:18px 16px calc(16px + env(safe-area-inset-bottom));border-radius:15px 15px 0 0}.system-dialog>header{grid-template-columns:36px minmax(0,1fr) 28px}.system-dialog__icon{width:36px;height:36px}.system-dialog textarea{font-size:16px}.system-dialog footer{display:grid;grid-template-columns:1fr 1fr}.system-dialog footer button{width:100%;min-width:0}.permission-matrix{grid-template-columns:1fr}.audit-heading .audit-retention-button{width:100%}.audit-summary{align-items:flex-start;flex-direction:column;gap:3px}.audit-filters{grid-template-columns:1fr}.audit-search,.audit-filters>button{grid-column:1}.audit-filters select,.audit-search input{font-size:16px}.audit-row{grid-template-columns:1fr}.audit-row>span{min-height:0}.audit-detail{grid-template-columns:1fr}.audit-pagination{justify-content:space-between}.audit-pagination button{padding-inline:10px}.audit-retention-actions{display:grid;grid-template-columns:1fr 1fr}.audit-retention-actions button{width:100%}}.main-content--commercial{width:100%;max-width:none;padding-inline:clamp(18px,2.25vw,36px)}.commercial-crm{width:100%;min-width:0;margin:0;color:var(--brand-navy)}.crm-heading{display:flex;align-items:flex-end;justify-content:flex-end;gap:24px;margin:0 0 9px}.crm-heading__copy{display:none}.crm-heading h1{display:none;margin:4px 0 6px;font-size:clamp(1.8rem,3vw,2.45rem);font-weight:600;letter-spacing:-.04em}.crm-heading p{margin:0;color:#667085;font-size:.88rem}.crm-heading__actions,.crm-stage-actions{display:flex;align-items:center;gap:9px}.crm-heading__actions button,.crm-stage-actions button,.crm-calendar-refresh{display:inline-flex;align-items:center;justify-content:center;gap:7px}.crm-metrics{display:grid;grid-template-columns:minmax(560px,1fr) minmax(165px,.23fr) minmax(120px,.14fr);align-items:stretch;gap:9px;margin-bottom:12px}.crm-metrics article{box-sizing:border-box;min-width:0;height:106px;padding:10px 14px;border:1px solid #e0e5ed;border-radius:8px;background:#fff;box-shadow:0 4px 14px #061b4306}.crm-metrics span,.crm-metrics small{display:block;color:#778195;font-size:.72rem}.crm-metrics article>span,.crm-metric-forecast__summary span{color:#344054;font-weight:750}.crm-metrics strong{display:block;margin:4px 0 3px;overflow:hidden;color:#12203e;font-size:clamp(1.08rem,1.65vw,1.38rem);font-weight:650;text-overflow:ellipsis;white-space:nowrap}.crm-metrics article.is-warning{border-color:#f5c7b9;background:#fff9f7}.crm-metrics article.is-warning strong{color:#b42318}.crm-metric--compact,.crm-metric--overdue{display:flex;justify-content:center;flex-direction:column}.crm-metric-forecast{display:grid;grid-template-columns:max-content minmax(0,1fr);align-items:stretch;gap:12px}.crm-metric-forecast__summary{min-width:0;display:flex;align-items:center;flex-wrap:nowrap;gap:8px 18px}.crm-metric-forecast__heading{min-width:112px}.crm-metric-forecast__totals{min-width:0;display:flex;align-items:center;gap:17px}.crm-metric-forecast__totals>div{min-width:0;padding-left:12px;border-left:1px solid #e5e9f0}.crm-metrics .crm-metric-forecast__totals strong{margin:1px 0 0;font-size:clamp(.95rem,1.35vw,1.2rem);text-align:left}.crm-metric-forecast__year-nav{width:max-content;display:flex;align-items:center;gap:2px;margin:-5px 0 1px -5px;color:#344054;font-size:.7rem}.crm-metric-forecast__year-nav button{width:30px;height:30px;display:grid;place-items:center;padding:0;border:1px solid transparent;border-radius:5px;color:#4c5870;background:transparent;font-size:1.15rem;font-weight:500;line-height:1}.crm-metric-forecast__year-nav button:not(:disabled):hover{border-color:#d8e1ee;color:#0756db;background:#f4f7fc}.crm-metric-forecast__year-nav button:disabled{opacity:.35;cursor:default}.crm-metric--overdue>strong{text-align:center}.crm-forecast-mini-chart{min-width:0;display:flex;align-items:flex-end}.crm-forecast-mini-chart__chart{width:100%;height:72px;cursor:pointer}.crm-forecast-mini-chart__chart:focus,.crm-forecast-mini-chart__chart .recharts-wrapper:focus,.crm-forecast-mini-chart__chart .recharts-surface:focus{outline:none!important;box-shadow:none!important}.crm-forecast-mini-chart__chart .recharts-surface{overflow:visible}.crm-forecast-mini-chart__chart .recharts-tooltip-wrapper{z-index:3}.crm-forecast-mini-chart__tooltip{display:grid;gap:3px;padding:7px 9px;border:1px solid #dbe2ec;border-radius:6px;color:#344054;background:#fff;box-shadow:0 8px 22px #12203e1a;font-size:11px}.crm-metrics .crm-forecast-mini-chart__tooltip span{display:flex;justify-content:space-between;gap:12px;color:#12203e;font-size:11px;line-height:1.25;white-space:nowrap}.crm-metrics .crm-forecast-mini-chart__tooltip b{color:#667085;font-weight:650}.crm-metrics .crm-forecast-mini-chart__tooltip .crm-forecast-mini-chart__tooltip-month{color:#344054;font-size:11px;font-weight:750}.crm-forecast-mini-chart__cumulative-end circle{fill:#102a56;stroke:#fff;stroke-width:1.5}.crm-forecast-mini-chart__cumulative-end text{fill:#102a56;font-size:7px;font-weight:800}.crm-toolbar{display:grid;grid-template-columns:auto auto minmax(250px,1fr) auto;align-items:center;gap:12px;margin-bottom:17px}.crm-toolbar--pipeline{grid-template-columns:auto auto minmax(280px,1fr) auto}.crm-tabs{display:flex;gap:3px;padding:4px;border:1px solid #dfe3ea;border-radius:8px;background:#f3f5f8}.crm-tabs button{min-height:36px;padding:0 15px;border-radius:6px;color:#657086;background:transparent;font-size:.78rem;font-weight:700}.crm-tabs button.is-active{color:#0756db;background:#fff;box-shadow:0 1px 5px #0f23461a}.crm-search{min-height:44px;display:flex;align-items:center;gap:9px;padding:0 13px;border:1px solid #d3d9e3;border-radius:8px;color:#778195;background:#fff}.crm-search input{width:100%;min-width:0;padding:0;border:0;outline:0;color:#18233f;background:transparent;font:inherit}.crm-toolbar__filters{min-width:0;display:flex;align-items:center;justify-content:flex-end;gap:8px}.crm-toolbar__filters--pipeline{justify-content:flex-start;flex-wrap:wrap}.crm-filter{min-width:0;display:flex;align-items:center;gap:7px;color:#667085;font-size:.68rem;font-weight:700;white-space:nowrap}.crm-filter select{width:clamp(116px,11vw,160px);min-height:36px;padding:0 30px 0 10px;border:1px solid #d3d9e3;border-radius:7px;color:#344054;background:#fff;font:inherit}.crm-filter--year select{width:84px}.crm-filter--month select{width:148px}.crm-filter--quarter select{width:112px}.crm-filter--funnel-quarter select{width:104px}.crm-toolbar>select,.crm-stage-actions select{min-height:44px;padding:0 34px 0 12px;border:1px solid #d3d9e3;border-radius:8px;color:#344054;background:#fff;font:inherit}.crm-board-toolbar{display:flex;align-items:center;gap:8px;color:#737e90;font-size:.7rem;white-space:nowrap}.crm-board-toggle{display:flex;gap:3px;padding:3px;border:1px solid #dfe3ea;border-radius:7px;background:#f3f5f8}.crm-board-toggle button{min-height:30px;padding:0 11px;border-radius:5px;color:#657086;background:transparent;font-size:.7rem;font-weight:700}.crm-board-toggle button.is-active{color:#0756db;background:#fff;box-shadow:0 1px 3px #0f234617}.crm-board-toggle button:disabled{cursor:wait;opacity:.7}.crm-context-action{width:max-content;min-height:36px;display:inline-flex;align-items:center;justify-content:center;justify-self:end;gap:6px;padding-inline:13px;white-space:nowrap}.crm-context-actions{display:flex;align-items:center;justify-self:end;gap:7px}.crm-context-actions .crm-context-action{justify-self:auto}.crm-context-actions--pipeline{white-space:nowrap}.crm-kanban{display:grid;grid-auto-columns:minmax(260px,1fr);grid-auto-flow:column;gap:12px;padding:2px 1px 14px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:rgba(91,102,120,.55) transparent}.crm-kanban::-webkit-scrollbar{height:7px}.crm-kanban::-webkit-scrollbar-track{background:transparent}.crm-kanban::-webkit-scrollbar-thumb{border-radius:999px;background:#5b66788c}.crm-kanban--months,.crm-kanban--quarters{grid-auto-columns:minmax(250px,1fr);scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.crm-month-board{min-width:0;display:grid;grid-template-rows:minmax(0,1fr) auto}.crm-month-pagination{min-height:25px;display:flex;align-items:center;justify-content:center;overflow:hidden;touch-action:pan-y;-webkit-user-select:none;user-select:none}.crm-month-pagination__dots{display:flex;align-items:center;gap:1px}.crm-month-pagination__dots button{width:26px;height:28px;display:grid;place-items:center;border-radius:50%;background:transparent;pointer-events:auto}.crm-month-pagination__dots button span{width:5px;height:5px;display:block;border-radius:999px;background:#828ea07a;transition:width .16s ease,background-color .16s ease}.crm-month-pagination__dots button.is-active span{width:16px;background:#1769e8e6}.crm-column{min-height:0;height:clamp(380px,calc(100svh - 330px),690px);display:flex;overflow:hidden;flex-direction:column;border:1px solid #e0e5ed;border-radius:10px;background:#f6f8fb;scroll-snap-align:start;transition:border-color .16s ease,box-shadow .16s ease,opacity .16s ease,transform .16s ease}.crm-column-stack{min-height:0;height:clamp(380px,calc(100svh - 330px),690px);display:grid;grid-template-rows:repeat(2,minmax(0,1fr));gap:12px;scroll-snap-align:start}.crm-column-stack>.crm-column{height:auto;scroll-snap-align:none}.crm-column>header{min-height:67px;padding:13px 14px;border-bottom:1px solid #e0e5ed;background:#fff}.crm-column>header div{display:flex;align-items:center;justify-content:space-between;gap:8px}.crm-column>header strong{font-size:.82rem}.crm-column>header span{padding:3px 7px;border-radius:999px;color:#0756db;background:#edf3ff;font-size:.66rem;font-weight:800}.crm-column>header small{display:block;margin-top:7px;color:#7b8495}.crm-column--month.is-current{border-color:#b9cdf3;box-shadow:inset 0 3px #2f6fe4}.crm-column--month.is-selected{border-color:#8cafea;box-shadow:inset 0 3px #0756db}.crm-column--won{border-color:#b8dfc8;background:#f4faf6;box-shadow:inset 0 3px #278653}.crm-column--won>header{border-bottom-color:#cfe8d8}.crm-column--won>header span{color:#17663b;background:#e7f6ed}.crm-column--lost{border-color:#efb8b8;background:#fff7f7;box-shadow:inset 0 3px #c73535}.crm-column--lost>header{border-bottom-color:#f3cccc}.crm-column--lost>header span{color:#a62323;background:#fdeaea}.crm-column.crm-column--lost.is-drag-target{border-color:#e08a8a;background:#fff1f1;box-shadow:inset 0 0 0 1px #c7353538}.crm-column.crm-column--lost.is-drag-target .crm-column__cards:before{border-color:#d66a6a;color:#a62323;background:#ffefefeb}.crm-column.crm-column--lost.is-drag-over{border-color:#c73535;background:#ffe8e8;box-shadow:inset 0 0 0 2px #c735356b,0 8px 20px #c735351f}.crm-column.crm-column--lost.is-drag-over .crm-column__cards:before{color:#fff;background:#c73535}.crm-column--month.is-readonly{background:#f8f9fb}.crm-column--month.is-readonly .crm-column__empty{color:#a4abb7}.crm-column.is-drag-target{border-color:#8eb4f2;background:#f1f6ff;box-shadow:inset 0 0 0 1px #0756db33}.crm-column.is-drag-target .crm-column__cards:before{content:"Solte aqui";min-height:30px;display:grid;place-items:center;border:1px dashed #7fa9ed;border-radius:7px;color:#0756db;background:#edf4ffe0;font-size:.66rem;font-weight:800}.crm-column.is-drag-over{border-color:#0756db;background:#eaf2ff;box-shadow:inset 0 0 0 2px #0756db6b,0 8px 20px #0756db1f;transform:translateY(-2px)}.crm-column.is-drag-over .crm-column__cards:before{border-style:solid;color:#fff;background:#0756db}.crm-column.is-drag-disabled{opacity:.56}.crm-column--month>header{min-height:82px}.crm-column--month>header b{display:block;margin-top:5px;color:#17213b;font-size:.78rem}.crm-column--quarter>header{min-height:104px}.crm-column--quarter>header .crm-quarter-totals{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:7px}.crm-column--quarter>header .crm-quarter-totals span{min-width:0;display:grid;gap:2px;padding:0;border-radius:0;color:#667085;background:transparent}.crm-column--quarter>header .crm-quarter-totals em{font-size:.58rem;font-style:normal;font-weight:650}.crm-column--quarter>header .crm-quarter-totals b{min-width:0;display:block;overflow:hidden;margin:0;color:#17213b;font-size:.69rem;text-overflow:ellipsis;white-space:nowrap}.crm-column--month>header b em{color:#87909f;font-size:.62rem;font-style:normal;font-weight:600}.crm-column__cards{min-height:0;display:grid;align-content:start;flex:1;gap:9px;padding:10px;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:rgba(123,134,151,.42) transparent;touch-action:pan-y}.crm-column__cards::-webkit-scrollbar{width:5px}.crm-column__cards::-webkit-scrollbar-track{background:transparent}.crm-column__cards::-webkit-scrollbar-thumb{border-radius:999px;background:#7b86976b}.crm-kanban--months .crm-column__cards{padding-bottom:10px}.crm-deal-card{overflow:hidden;border:1px solid #e0e5ed;border-radius:8px;color:#17213b;background:#fff;box-shadow:0 4px 12px #162a4d0a;transition:border-color .16s ease,box-shadow .16s ease,opacity .16s ease,transform .16s ease}.crm-deal-card:hover{border-color:#a9c4f8;box-shadow:0 8px 20px #0756db14}.crm-deal-card.is-lost{border-color:#cf5b5b}.crm-deal-card.is-lost:hover{border-color:#b42323;box-shadow:0 8px 20px #162a4d14}.crm-deal-card.is-won{border-color:#58a878}.crm-deal-card.is-won:hover{border-color:#268653;box-shadow:0 8px 20px #162a4d14}.crm-deal-card.is-draggable{cursor:grab}.crm-deal-card.is-draggable:active{cursor:grabbing}.crm-deal-card.is-dragging{border-color:#6f9ce8;border-style:dashed;opacity:.4;box-shadow:none;transform:scale(.98)}.crm-deal-card.is-drag-locked{cursor:default}.crm-deal-card__open{width:100%;display:grid;gap:7px;padding:13px;color:inherit;background:transparent;text-align:left}.crm-deal-card__heading{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:8px}.crm-deal-card__organization{min-width:0;overflow:hidden;color:#4f5b70;font-size:.68rem;font-weight:800;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.crm-deal-card__heading-actions{flex:0 0 auto;display:flex;align-items:center;gap:5px}.crm-deal-card__drag-indicator{width:22px;height:22px;display:grid;place-items:center;border-radius:5px;color:#7b8798;background:#f0f2f5}.crm-deal-card.is-draggable .crm-deal-card__drag-indicator{color:#0756db;background:#edf3ff}.crm-deal-card.is-draggable:hover .crm-deal-card__drag-indicator{color:#fff;background:#0756db}.crm-deal-card__title{overflow:hidden;font-size:.86rem;font-weight:500;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.crm-deal-card__open footer{display:flex;justify-content:space-between;gap:6px;padding-top:7px;border-top:1px solid #eef1f5;color:#828b9a;font-size:.65rem}.crm-deal-card__value-row{min-width:0;display:flex;align-items:flex-end;justify-content:space-between;gap:8px;margin-top:2px}.crm-deal-card__value-row>b{flex:0 0 auto;font-size:.9rem}.crm-deal-card__stage{min-width:0;max-width:52%;display:flex;flex-wrap:wrap;align-items:baseline;justify-content:flex-end;gap:1px 6px;color:#657086;text-align:right}.crm-deal-card__stage>span{min-width:0;overflow:hidden;font-size:.66rem;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.crm-deal-card__stage>b{flex:0 0 auto;color:#0756db;font-size:.64rem;font-weight:800;white-space:nowrap}.crm-segment{width:fit-content;padding:3px 7px;border-radius:999px;color:#176044;background:#e9f8f0;font-size:.62rem;font-weight:800}.crm-segment--public{color:#8a4b0b;background:#fff3df}.crm-column__empty{padding:28px 10px;color:#9aa2b0;font-size:.7rem;line-height:1.5;text-align:center}.crm-table-wrap,.crm-activity-panel{overflow:hidden;border:1px solid #e0e5ed;border-radius:10px;background:#fff;box-shadow:0 7px 22px #061b4309}.crm-table{width:100%;border-collapse:collapse;font-size:.75rem}.crm-table th{padding:12px 15px;color:#748095;background:#f7f8fa;font-size:.65rem;text-align:left;text-transform:uppercase;letter-spacing:.04em}.crm-table td{padding:14px 15px;border-top:1px solid #e8ebf0;color:#4c5669}.crm-table td>strong,.crm-table td>small{display:block}.crm-table td>strong{color:#16213c}.crm-table td>small{margin-top:4px;color:#8a92a1}.text-button{padding:5px;color:#0756db;background:transparent;font-size:.72rem;font-weight:750;white-space:nowrap}.crm-row-actions{display:flex;align-items:center;justify-content:flex-end;gap:5px}.crm-contact-groups{min-height:0;display:grid;align-content:start;gap:11px;overflow-y:auto;overscroll-behavior:contain;padding:1px 2px 12px;scrollbar-gutter:stable}.crm-contact-group{overflow:hidden;border:1px solid #dfe4ec;border-radius:10px;background:#fff;box-shadow:0 5px 18px #162a4d09}.crm-contact-group>header{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 15px;border-bottom:1px solid #e6eaf0;background:#f8f9fb}.crm-contact-group__company{min-width:0;display:flex;align-items:center;gap:11px}.crm-contact-group__company-icon{width:36px;height:36px;display:grid;flex:0 0 auto;place-items:center;border-radius:8px;color:#0756db;background:#eaf1ff}.crm-contact-group__company h2{overflow:hidden;margin:0 0 5px;color:#17213b;font-size:.88rem;text-overflow:ellipsis;white-space:nowrap}.crm-contact-group__company p{display:flex;align-items:center;flex-wrap:wrap;gap:6px 10px;margin:0;color:#737e90;font-size:.66rem}.crm-contact-group__company p>span:not(.crm-segment){position:relative}.crm-contact-group__company p>span:not(.crm-segment)+span:not(.crm-segment):before{position:absolute;left:-6px;content:"·"}.crm-contact-group__actions{flex:0 0 auto;display:flex;align-items:center;justify-content:flex-end;gap:5px}.crm-contact-list>article{min-height:62px;display:grid;grid-template-columns:36px minmax(180px,1fr) minmax(180px,1fr) minmax(140px,.72fr) auto;align-items:center;gap:12px;padding:10px 15px;border-bottom:1px solid #edf0f4;font-size:.72rem}.crm-contact-list>article:last-child{border-bottom:0}.crm-contact-avatar{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;color:#20579e;background:#eaf1ff;font-size:.65rem;font-weight:800}.crm-contact-list__identity{min-width:0}.crm-contact-list__identity>div{min-width:0;display:flex;align-items:center;gap:7px}.crm-contact-list__identity strong{overflow:hidden;color:#18233f;text-overflow:ellipsis;white-space:nowrap}.crm-contact-list__identity small{display:block;overflow:hidden;margin-top:4px;color:#7b8596;text-overflow:ellipsis;white-space:nowrap}.crm-contact-primary{flex:0 0 auto;padding:3px 6px;border-radius:999px;color:#176044;background:#e9f8f0;font-size:.58rem;font-weight:800}.crm-contact-list__channel{min-width:0;display:grid;gap:4px}.crm-contact-list__channel small{color:#8992a1;font-size:.59rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.crm-contact-list__channel a,.crm-contact-list__channel span{overflow:hidden;color:#4f5a6e;text-overflow:ellipsis;white-space:nowrap}.crm-contact-list__channel a:hover{color:#0756db;text-decoration:underline}.crm-contact-list__empty{min-height:84px;display:flex;align-items:center;justify-content:center;gap:6px;color:#7d8797;font-size:.72rem}.crm-contact-list__empty p{margin:0}.crm-contact-groups__empty{border:1px solid #e0e5ed;border-radius:10px;background:#fff}.crm-contacts-workspace{min-height:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,36%);overflow:hidden;border:1px solid #dfe4ec;border-radius:9px;background:#fff;box-shadow:0 6px 20px #162a4d09}.crm-contacts-workspace.is-detail-closed{grid-template-columns:minmax(0,1fr)}.crm-contacts-master{min-width:0;min-height:0;display:grid;grid-template-rows:auto auto minmax(0,1fr);overflow:hidden;background:#fff}.crm-contacts-master__header{min-height:48px;display:flex;align-items:center;justify-content:space-between;padding:9px 13px;border-bottom:1px solid #e7ebf1}.crm-contacts-master__header h2{margin:0;color:#17213b;font-size:.78rem}.crm-contacts-master__header p{margin:3px 0 0;color:#7a8496;font-size:.62rem}.crm-contacts-master__columns{display:grid;grid-template-columns:minmax(230px,1.25fr) 94px minmax(170px,.85fr);gap:10px;padding:7px 13px;border-bottom:1px solid #e7ebf1;color:#68758a;background:#f7f9fc;font-size:.57rem;font-weight:800;text-transform:uppercase;letter-spacing:.035em}.crm-contacts-master__rows{min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.crm-contacts-master__group{border-bottom:1px solid #e7ebf1}.crm-contacts-row{width:100%;min-height:48px;display:grid;grid-template-columns:minmax(230px,1.25fr) 94px minmax(170px,.85fr);align-items:center;gap:10px;padding:7px 13px;border-left:3px solid transparent;color:#3e4a60;background:#fff;font:inherit;text-align:left;transition:background .14s ease,border-color .14s ease}.crm-contacts-row:hover{background:#f7faff}.crm-contacts-row.is-selected{border-left-color:#0756db;background:#eef4ff;box-shadow:inset 0 0 0 1px #9bbcf3}.crm-contacts-row--contact{min-height:44px;border-top:1px solid #f0f2f6;background:#fcfdff}.crm-contacts-row--contact .crm-contacts-row__identity{padding-left:22px}.crm-contacts-row__identity{min-width:0;display:flex;align-items:center;gap:9px}.crm-contacts-row__identity>span:last-child{min-width:0;display:grid;gap:3px}.crm-contacts-row__identity strong{min-width:0;display:flex;align-items:center;gap:6px;overflow:hidden;color:#17213b;font-size:.7rem;text-overflow:ellipsis;white-space:nowrap}.crm-contacts-row__identity strong em{padding:2px 5px;border-radius:999px;color:#176044;background:#e9f8f0;font-size:.52rem;font-style:normal;font-weight:800}.crm-contacts-row__identity small{overflow:hidden;color:#7b8596;font-size:.6rem;text-overflow:ellipsis;white-space:nowrap}.crm-contact-company-icon{width:29px;height:29px;display:grid;flex:0 0 auto;place-items:center;border-radius:6px;color:#0756db;background:#eaf1ff}.crm-contacts-row .crm-contact-avatar{width:28px;height:28px;font-size:.56rem}.crm-contacts-row__type{color:#647086;font-size:.62rem}.crm-contacts-row__summary{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:7px;overflow:hidden;color:#6c778a;font-size:.61rem;text-overflow:ellipsis;white-space:nowrap}.crm-contacts-row__summary svg{flex:0 0 auto;color:#8a96a8}.crm-contacts-master__empty{min-height:180px;border:0;box-shadow:none}.crm-contact-detail{min-width:0;min-height:0;display:flex;overflow:hidden;flex-direction:column;border-left:1px solid #dfe4ec;background:#fff}.crm-contact-detail__header{min-height:69px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:12px 14px;border-bottom:1px solid #e7ebf1;background:#fbfcfe}.crm-contact-detail__header>div{min-width:0}.crm-contact-detail__header small{color:#0756db;font-size:.56rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.crm-contact-detail__header h2{overflow:hidden;margin:3px 0;color:#17213b;font-size:.82rem;text-overflow:ellipsis;white-space:nowrap}.crm-contact-detail__header p{margin:0;color:#727e91;font-size:.62rem}.crm-contact-detail__close{width:28px;height:28px;display:grid;flex:0 0 auto;place-items:center;border-radius:5px;color:#788397;background:transparent}.crm-contact-detail__close:hover{color:#0756db;background:#edf3ff}.crm-contact-detail__body{min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.crm-contact-detail__badges{display:flex;align-items:center;gap:6px;padding:9px 14px;border-bottom:1px solid #edf0f4}.crm-contact-relationship{padding:3px 7px;border-radius:999px;color:#3f4c61;background:#eef1f5;font-size:.6rem;font-weight:750}.crm-contact-detail__summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-bottom:1px solid #e7ebf1}.crm-contact-detail__summary>div{display:grid;gap:4px;padding:11px 14px;border-right:1px solid #e7ebf1}.crm-contact-detail__summary>div:last-child{border-right:0}.crm-contact-detail__summary span{color:#788397;font-size:.57rem}.crm-contact-detail__summary strong{color:#17213b;font-size:.84rem}.crm-contact-detail__section{padding:11px 14px;border-bottom:1px solid #e7ebf1}.crm-contact-detail__section h3{margin:0 0 9px;color:#27334a;font-size:.66rem}.crm-contact-detail__section>p{margin:0;color:#68758a;font-size:.64rem;line-height:1.55}.crm-contact-detail__data{display:grid;gap:8px;margin:0}.crm-contact-detail__data>div{min-width:0;display:grid;grid-template-columns:116px minmax(0,1fr);gap:9px}.crm-contact-detail__data dt{color:#8490a2;font-size:.58rem}.crm-contact-detail__data dd{min-width:0;overflow:hidden;margin:0;color:#344057;font-size:.63rem;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.crm-contact-detail__data a{color:#0756db}.crm-contact-detail__company-link{width:100%;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;padding:8px;border:1px solid #e3e8f0;border-radius:7px;color:#344057;background:#fbfcfe;text-align:left}.crm-contact-detail__company-link:hover{border-color:#a9c4f8;background:#f4f8ff}.crm-contact-detail__company-link>span:nth-child(2){min-width:0;display:grid;gap:3px}.crm-contact-detail__company-link strong{overflow:hidden;color:#17213b;font-size:.67rem;text-overflow:ellipsis;white-space:nowrap}.crm-contact-detail__company-link small{color:#7d8797;font-size:.58rem}.crm-contact-detail__people{display:grid;gap:4px}.crm-contact-detail__people>button{width:100%;display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:8px;padding:6px;border-radius:6px;color:#344057;background:transparent;text-align:left}.crm-contact-detail__people>button:hover{background:#f4f7fc}.crm-contact-detail__people>button>span:nth-child(2){min-width:0;display:grid;gap:2px}.crm-contact-detail__people strong{overflow:hidden;color:#17213b;font-size:.64rem;text-overflow:ellipsis;white-space:nowrap}.crm-contact-detail__people small{color:#7d8797;font-size:.57rem}.crm-contact-detail__people p{margin:0;color:#858fa0;font-size:.62rem}.crm-contact-detail__people .crm-contact-avatar{width:27px;height:27px;font-size:.53rem}.crm-contact-detail__actions{display:flex;align-items:center;gap:6px;margin-top:auto;padding:9px 12px;border-top:1px solid #dfe4ec;background:#fbfcfe}.crm-contact-detail__actions button{min-width:0;flex:1;padding-inline:8px;font-size:.64rem}.crm-agenda-legend{display:flex;align-items:center;gap:2px;min-height:32px;padding:2px;border:1px solid #dce2eb;border-radius:999px;color:#596579;background:#f8fafc;font-size:.67rem;font-weight:700;white-space:nowrap}.crm-agenda-legend button{min-height:26px;display:inline-flex;align-items:center;gap:5px;padding:0 8px;border:0;border-radius:999px;color:inherit;background:transparent;font:inherit}.crm-agenda-legend button:hover{color:#28364f;background:#edf1f6}.crm-agenda-legend button:focus-visible{outline:2px solid #0756db;outline-offset:1px}.crm-agenda-legend button.is-active{color:#28364f;background:#fff;box-shadow:0 1px 2px #14233c1f}.crm-agenda-legend button.is-inactive{opacity:.48}.crm-agenda-legend i{width:8px;height:8px;border-radius:2px;background:#2372d8}.crm-agenda-legend i.is-commercial{background:#25805f}.crm-calendar-refresh{min-height:32px;padding-inline:10px;white-space:nowrap}.crm-calendar-notice{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 18px;border-bottom:1px solid #f1d7ad;color:#765600;background:#fff9e8;font-size:.72rem}.crm-calendar-notice .text-button{flex:0 0 auto}.crm-activity-list article{display:grid;grid-template-columns:38px minmax(180px,1fr) 130px 85px 112px;align-items:center;gap:12px;padding:13px 18px;border-bottom:1px solid #edf0f4;font-size:.75rem}.crm-activity-list article:last-child{border-bottom:0}.crm-activity-list article.is-overdue{background:#fff9f7}.crm-activity-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:8px;color:#0756db;background:#edf3ff}.crm-activity-list article>div strong,.crm-activity-list article>div span{display:block}.crm-activity-list article>div span,.crm-activity-list time{margin-top:3px;color:#7d8797}.crm-status{width:fit-content;padding:4px 7px;border-radius:999px;color:#175c43;background:#e8f7ef;font-size:.64rem;font-weight:750}.crm-status--planned{color:#5c4a00;background:#fff6d7}.crm-activity-list article.is-microsoft{border-left:3px solid #2563c9}.crm-activity-icon--microsoft{color:#fff;background:#2563c9}.crm-status--microsoft{color:#174b8b;background:#e9f2ff}.crm-status--sync-error{color:#a12b22;background:#fff0ee}.crm-activity-panel{display:flex;min-height:0;flex-direction:column}.crm-month-calendar__layout{min-height:0;display:grid;flex:1 1 auto;grid-template-columns:minmax(0,1fr) 260px;overflow:hidden}.crm-month-calendar{min-width:0;min-height:0;display:grid;grid-template-rows:auto auto minmax(0,1fr);border-right:1px solid #e4e8ef;background:#fff}.crm-month-calendar__toolbar{min-height:48px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;padding:7px 12px;border-bottom:1px solid #e4e8ef}.crm-month-calendar__toolbar h3{margin:0;color:#17213b;font-size:.85rem;font-weight:750}.crm-month-calendar__navigation{display:flex;align-items:center;gap:4px}.crm-month-calendar__navigation button{width:30px;height:30px;display:grid;place-items:center;border:1px solid transparent;border-radius:5px;color:#4c5870;background:transparent;font-size:1.15rem}.crm-month-calendar__navigation button:hover:not(:disabled){border-color:#d8e1ee;color:#0756db;background:#f4f7fc}.crm-month-calendar__navigation button:disabled{opacity:.35;cursor:default}.crm-month-calendar__navigation .crm-month-calendar__today{width:auto;padding:0 10px;border-color:#d8dee8;font-size:.68rem;font-weight:750}.crm-month-calendar__actions{min-width:0;display:flex;justify-self:end;align-items:center;gap:8px}.crm-month-calendar__weekdays{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));border-bottom:1px solid #dfe4ec;color:#707b8e;background:#f8f9fb}.crm-month-calendar__weekdays span{padding:7px 8px;border-right:1px solid #edf0f4;font-size:.6rem;font-weight:800;text-align:right;text-transform:uppercase;letter-spacing:.04em}.crm-month-calendar__weekdays span:last-child{border-right:0}.crm-month-calendar__grid{min-height:0;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-template-rows:repeat(6,minmax(62px,1fr));overflow-y:auto}.crm-month-day{position:relative;min-width:0;min-height:0;padding:4px 5px;border-right:1px solid #e5e9ef;border-bottom:1px solid #e5e9ef;background:#fff}.crm-month-day:nth-child(7n){border-right:0}.crm-month-day:nth-last-child(-n+7){border-bottom:0}.crm-month-day.is-outside{background:#fafbfc}.crm-month-day.is-selected{background:#f5f8fe;box-shadow:inset 0 0 0 1px #82a9ed}.crm-month-day__select{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border-radius:0;background:transparent}.crm-month-day__select:hover{background:#0756db09}.crm-month-day__select:focus-visible{outline:2px solid #0756db;outline-offset:-3px}.crm-month-day__number{position:relative;z-index:1;width:24px;height:22px;display:grid;margin:0 0 2px auto;place-items:center;border-radius:50%;color:#344057;background:transparent;font-size:.66rem;font-weight:700;pointer-events:none}.crm-month-day.is-outside .crm-month-day__number{color:#a3abb8}.crm-month-day.is-today .crm-month-day__number{color:#fff;background:#0756db}.crm-month-day__events{position:relative;z-index:1;display:grid;gap:2px}.crm-month-event{min-width:0;min-height:18px;display:flex;align-items:center;gap:4px;overflow:hidden;padding:2px 5px;border-left:3px solid #3a73d2;border-radius:2px;color:#183f77;background:#e8f1ff;font-size:.58rem;text-align:left}.crm-month-event:hover{filter:brightness(.97)}.crm-month-event--commercial{border-left-color:#25805f;color:#1d5c48;background:#e7f6f0}.crm-month-event__time{flex:0 0 auto;font-weight:800}.crm-month-event__label{min-width:0;overflow:hidden;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.crm-month-day__more{width:fit-content;padding:1px 4px;color:#0756db;background:transparent;font-size:.58rem;font-weight:750}.crm-day-agenda{min-width:0;min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr);background:#fbfcfe}.crm-day-agenda>header{display:grid;gap:3px;padding:14px;border-bottom:1px solid #e4e8ef}.crm-day-agenda>header span{color:#0756db;font-size:.62rem;font-weight:800;text-transform:capitalize}.crm-day-agenda>header strong{color:#17213b;font-size:.88rem;text-transform:capitalize}.crm-day-agenda>header small{color:#7b8596;font-size:.62rem}.crm-day-agenda__items{min-height:0;overflow-y:auto}.crm-day-agenda__items article{display:grid;gap:4px;padding:11px 13px;border-bottom:1px solid #e8ecf2;border-left:3px solid #25805f;background:#fff;font-size:.68rem}.crm-day-agenda__items article.is-microsoft{border-left-color:#3a73d2}.crm-day-agenda__items article.is-overdue{background:#fff9f7}.crm-day-agenda__items time{color:#647086;font-size:.59rem;font-weight:800}.crm-day-agenda__items strong{color:#1c2741;line-height:1.35}.crm-day-agenda__items article>span{overflow:hidden;color:#7b8596;font-size:.62rem;text-overflow:ellipsis;white-space:nowrap}.crm-day-agenda__items article>a{width:fit-content;margin:2px -5px -3px}.crm-day-agenda__actions{display:flex;align-items:center;flex-wrap:wrap;gap:3px;margin:2px -5px -3px}.crm-day-agenda__actions .crm-delete-action{color:#b42318}.crm-day-agenda__empty{min-height:150px;display:grid;place-items:center;align-content:center;gap:8px;padding:20px;color:#8791a1;font-size:.68rem;text-align:center}.crm-empty,.crm-loading{display:grid;place-items:center;gap:10px;min-height:220px;color:#687386;text-align:center}.crm-empty h1{margin:0;color:#13203d}.crm-empty p{margin:0}.crm-empty--error{min-height:60vh}.crm-loading{display:flex;justify-content:center}.spinner{width:18px;height:18px;border:2px solid #d5def0;border-top-color:#0756db;border-radius:50%;animation:crm-spin .8s linear infinite}@keyframes crm-spin{to{transform:rotate(360deg)}}.crm-dialog{width:min(100%,650px);max-height:min(91vh,880px);overflow:auto;padding:22px;border-radius:12px;background:#fff;box-shadow:0 30px 90px #0000004d}.crm-dialog--wide{width:min(100%,880px)}.crm-dialog--detail{height:min(91vh,880px);display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden}.crm-dialog>header{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:18px}.crm-dialog>header h2{margin:0;color:#111b35;font-size:1.15rem}.crm-dialog>header button{padding:5px;color:#667085;background:transparent}.crm-form{display:grid;gap:14px}.crm-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.crm-form label{display:grid;gap:6px;color:#3d4759;font-size:.75rem;font-weight:700}.crm-form input,.crm-form select,.crm-form textarea{width:100%;min-height:42px;padding:9px 11px;border:1px solid #cfd5df;border-radius:6px;color:#111b35;background:#fff;font:inherit}.crm-form textarea{min-height:78px;resize:vertical}.crm-form h3{margin:6px 0 -3px;font-size:.84rem}.crm-form h3 small{color:#87909e;font-weight:500}.crm-form footer{display:flex;justify-content:flex-end;padding-top:3px}.crm-form footer.crm-form__footer--split{justify-content:space-between;gap:12px}.crm-calendar-required{display:flex;align-items:flex-start;gap:9px;padding:10px 11px;border:1px solid #b9dfd0;border-radius:7px;color:#1d5c48;background:#edf8f4}.crm-calendar-required>svg{flex:0 0 auto;margin-top:1px}.crm-calendar-required span,.crm-calendar-required strong,.crm-calendar-required small{display:block}.crm-calendar-required strong{font-size:.75rem}.crm-calendar-required small{margin-top:3px;color:#527668;font-size:.7rem;font-weight:500;line-height:1.4}.crm-form-error{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 11px;border:1px solid #efb1aa;border-radius:7px;color:#8e241d;background:#fff1ef;font-size:.72rem;font-weight:650}.crm-form-error .secondary-button{flex:0 0 auto;min-height:32px;color:#0756db;text-decoration:none}.crm-form .crm-checkbox{display:flex;align-items:flex-start;gap:9px;padding:10px 11px;border:1px solid #dfe4ec;border-radius:7px;background:#f8f9fb;cursor:pointer}.crm-form .crm-checkbox input{width:16px;min-height:16px;height:16px;flex:0 0 auto;margin:2px 0 0;accent-color:#0756db}.crm-checkbox span,.crm-checkbox strong,.crm-checkbox small{display:block}.crm-checkbox small{margin-top:3px;color:#7b8596;font-weight:500}.crm-form select:disabled,.crm-form input:disabled{color:#657086;background:#f4f6f9;cursor:not-allowed}.crm-field-hint{margin-top:-2px;color:#8a93a2;font-size:.64rem;font-weight:500}.crm-currency-input{min-height:42px;display:flex;align-items:center;overflow:hidden;border:1px solid #cfd5df;border-radius:6px;color:#111b35;background:#fff}.crm-currency-input:focus-within{border-color:#3978e9;box-shadow:0 0 0 2px #0756db1a}.crm-currency-input>span{padding-left:11px;color:#667085;font-weight:700}.crm-form .crm-currency-input input{min-height:40px;padding-left:7px;border:0;outline:0;box-shadow:none}.crm-deal-detail{min-height:0}.crm-dialog--detail .crm-deal-detail{display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden}.crm-deal-detail__overview{min-height:0}.crm-deal-detail__toolbar{display:flex;justify-content:flex-end;gap:8px;margin-bottom:12px}.crm-deal-detail__toolbar button{display:inline-flex;align-items:center;justify-content:center;gap:6px}.crm-deal-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.crm-deal-summary>div{padding:12px;border:1px solid #e3e7ed;border-radius:8px}.crm-deal-summary span,.crm-deal-summary strong{display:block}.crm-deal-summary span{margin-bottom:5px;color:#7c8595;font-size:.66rem}.crm-deal-summary strong{color:#17213b;font-size:.82rem}.crm-deal-description{max-height:74px;overflow:auto;padding:13px;color:#596477;background:#f7f8fa;font-size:.78rem;line-height:1.55}.crm-stage-actions{justify-content:space-between;margin:16px 0;padding:13px 0;border-top:1px solid #e4e8ef;border-bottom:1px solid #e4e8ef}.crm-stage-actions label{display:flex;align-items:center;gap:9px;color:#4e596c;font-size:.72rem;font-weight:700}.crm-detail-columns{min-height:0;display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.crm-detail-columns>section{min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr)}.crm-detail-columns h3{margin:0 0 8px;font-size:.84rem}.crm-detail-scroll{min-height:0;overflow-y:auto;overscroll-behavior:contain;padding-right:7px;scrollbar-gutter:stable}.crm-detail-row{display:grid;gap:4px;padding:10px 0;border-bottom:1px solid #edf0f4;font-size:.72rem}.crm-detail-row span,.muted{color:#7b8494}.crm-deal-summary small{display:block;margin-top:4px;color:#8a93a2;font-size:.6rem;line-height:1.35}.crm-summary-control{box-sizing:border-box;width:100%;min-width:0;height:32px;min-height:32px;padding:0 28px 0 8px;border:1px solid #cfd6e1;border-radius:6px;color:#17213b;background:#fff;font-size:.78rem;font-weight:700}.crm-deal-summary input.crm-summary-control{padding-right:8px}.crm-summary-control:focus{border-color:#3978e9;outline:0;box-shadow:0 0 0 2px #0756db1a}.crm-stage-actions--activity{justify-content:flex-end}.crm-deal-detail__toolbar .primary-button:disabled{opacity:.5;cursor:default;transform:none}.crm-history-details{display:grid;gap:3px;margin-top:2px}.crm-history-change{line-height:1.45}.crm-history-change b,.crm-history-justification b{color:#4c5669}.crm-history-change i{padding:0 3px;color:#0756db;font-style:normal;font-weight:700}.crm-history-justification{margin-top:2px;line-height:1.45}.crm-history-meta{margin-top:2px;font-size:.68rem}.crm-deal-prerequisite{display:grid;justify-items:center;gap:9px;padding:18px 10px 8px;text-align:center}.crm-deal-prerequisite>span{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;color:#0756db;background:#edf3ff}.crm-deal-prerequisite h3{margin:3px 0 0;color:#17213b;font-size:1rem}.crm-deal-prerequisite p{max-width:390px;margin:0 0 8px;color:#6f798b;font-size:.78rem}.crm-deal-prerequisite .primary-button{min-height:42px}@media(max-width:980px){.crm-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.crm-metric-forecast{grid-column:1 / -1;order:1}.crm-metric--wins{order:2}.crm-metric--overdue{order:3}.crm-toolbar,.crm-toolbar--pipeline{grid-template-columns:auto minmax(0,1fr) auto}.crm-tabs,.crm-board-toolbar{grid-column:1 / -1;width:fit-content}.crm-toolbar__filters{justify-content:flex-start}.crm-search{min-width:0}.crm-table-wrap{overflow-x:auto}.crm-table{min-width:800px}.crm-month-calendar__layout{display:block;overflow-y:auto}.crm-month-calendar{min-height:520px;border-right:0;border-bottom:1px solid #e4e8ef}.crm-day-agenda{min-height:260px}}@media(max-width:720px){.main-content--commercial{padding-inline:8px}.crm-heading h1{display:block}.crm-heading{display:flex;align-items:stretch;flex-direction:column;gap:10px}.crm-heading__copy{display:block}.crm-heading__actions{width:100%}.crm-heading__actions button{min-width:0;flex:1;padding:0 10px}.crm-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:10px}.crm-metrics article{height:auto;min-height:82px;padding:11px 12px}.crm-metrics strong{font-size:1.05rem}.crm-metric-forecast{min-height:142px;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto minmax(0,1fr);grid-column:1 / -1;gap:6px 10px;order:1}.crm-metric--wins{order:2}.crm-metric--overdue{order:3}.crm-metric-forecast__summary{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-column:1;grid-row:1;align-items:center;gap:6px 10px}.crm-metric-forecast__totals{grid-column:1 / -1;grid-row:2}.crm-metric-forecast__totals>div{flex:1}.crm-metric-forecast__year-nav{grid-column:2;grid-row:1}.crm-forecast-mini-chart{grid-column:1 / -1;grid-row:2}.crm-forecast-mini-chart__chart{height:62px}.crm-toolbar,.crm-toolbar--pipeline{grid-template-columns:1fr}.crm-tabs,.crm-board-toolbar{width:100%}.crm-tabs{overflow-x:auto}.crm-tabs button{min-width:0;flex:1;padding:0 10px}.crm-context-action{width:100%;min-height:44px}.crm-toolbar__filters{display:grid;grid-template-columns:1fr}.crm-toolbar__filters--pipeline{grid-template-columns:repeat(2,minmax(0,1fr))}.crm-filter{display:grid;gap:4px}.crm-filter select{width:100%;min-height:44px;font-size:16px}.crm-search input,.crm-stage-actions select{font-size:16px}.crm-kanban{width:100%;grid-auto-columns:min(84vw,390px);overscroll-behavior-inline:contain;scrollbar-gutter:stable}.crm-column,.crm-column-stack{height:clamp(420px,58svh,560px)}.crm-activity-list article{grid-template-columns:38px minmax(0,1fr) auto}.crm-activity-list time{grid-column:2}.crm-activity-list .crm-status{grid-column:3;grid-row:1}.crm-activity-list article>.crm-row-actions{grid-column:2 / -1;justify-content:flex-end}.crm-dialog{width:100%;min-width:0;max-width:100vw;max-height:92svh;overscroll-behavior:contain;padding:18px 16px calc(18px + env(safe-area-inset-bottom));border-radius:15px 15px 0 0}.crm-dialog--detail{height:92svh}.crm-form__grid,.crm-detail-columns{grid-template-columns:1fr}.crm-deal-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.crm-detail-columns{grid-template-rows:repeat(2,minmax(0,1fr));gap:10px}.crm-detail-columns h3{margin-bottom:5px}.crm-stage-actions{align-items:stretch;flex-direction:column;margin:10px 0;padding:9px 0}.crm-stage-actions label,.crm-stage-actions select,.crm-stage-actions button{width:100%}.crm-calendar-notice{align-items:flex-start;flex-direction:column;padding-inline:13px}.crm-month-calendar{min-height:430px}.crm-month-calendar__toolbar{grid-template-columns:auto 1fr;padding-inline:8px}.crm-month-calendar__toolbar h3{justify-self:end;font-size:.76rem}.crm-month-calendar__actions{width:100%;grid-column:1 / -1;justify-content:space-between}.crm-agenda-legend{min-height:32px}.crm-month-calendar__weekdays span{padding:6px 2px;font-size:.54rem;text-align:center}.crm-month-calendar__grid{grid-template-rows:repeat(6,minmax(55px,1fr))}.crm-month-day{padding:3px}.crm-month-day__number{width:23px;height:22px;margin-inline:auto;font-size:.63rem}.crm-month-day__events{gap:2px}.crm-month-event{min-height:4px;height:4px;padding:0;border:0;border-radius:999px;font-size:0}.crm-month-event--microsoft{background:#3a73d2}.crm-month-event--commercial{background:#25805f}.crm-month-event__time,.crm-month-event__label,.crm-month-day__more{display:none}.crm-kanban{scroll-snap-type:x mandatory;touch-action:pan-x pan-y;-webkit-overflow-scrolling:touch}.crm-column,.crm-column-stack{scroll-snap-stop:always}.crm-column__cards{overscroll-behavior-x:auto;overscroll-behavior-y:contain;touch-action:pan-x pan-y}.crm-deal-card,.crm-deal-card__open{touch-action:pan-x pan-y}.crm-metric-forecast{grid-template-columns:minmax(0,1fr);gap:6px}.crm-forecast-mini-chart{grid-column:1}.crm-dialog>header{position:sticky;top:-18px;z-index:2;margin:-18px -16px 16px;padding:18px 16px 12px;border-bottom:1px solid #edf0f4;background:#fff}.crm-form input,.crm-form select,.crm-form textarea,.crm-form .crm-currency-input input{min-width:0;font-size:16px}.crm-form input[type=date]{width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none}.crm-board-toolbar{align-items:stretch;flex-direction:column;gap:6px}.crm-board-toggle{width:100%}.crm-board-toggle button{min-width:0;flex:1}.crm-deal-card__stage>span{font-size:.76rem}.crm-deal-card__stage>b{font-size:.72rem}.crm-month-pagination{min-height:44px}.crm-month-pagination__dots button{width:34px;height:44px}.crm-heading__actions .primary-button,.crm-heading__actions .secondary-button{min-height:46px;padding:0 12px;border-radius:6px;font-size:.76rem}.crm-deal-detail__toolbar{display:grid;grid-template-columns:minmax(0,1.28fr) minmax(0,.72fr)}.crm-deal-detail__toolbar button{width:100%;min-width:0;padding-inline:8px}.crm-summary-control{height:44px;min-height:44px;font-size:16px}}@media(min-width:721px){.app-shell--commercial{height:100svh;min-height:0;overflow:hidden}.app-shell--commercial .workspace{height:100svh;overflow:hidden}.app-shell--commercial .main-content--commercial{box-sizing:border-box;height:calc(100svh - 54px);overflow:hidden}.app-shell--commercial .commercial-crm{height:100%;display:flex;overflow:hidden;flex-direction:column}.app-shell--commercial .crm-heading,.app-shell--commercial .crm-metrics,.app-shell--commercial .crm-toolbar{flex:0 0 auto}.app-shell--commercial .crm-kanban,.app-shell--commercial .crm-month-board,.app-shell--commercial .crm-contacts-workspace,.app-shell--commercial .crm-contact-groups,.app-shell--commercial .crm-table-wrap,.app-shell--commercial .crm-activity-panel{min-height:0;flex:1 1 auto}.app-shell--commercial .crm-column,.app-shell--commercial .crm-column-stack{height:calc(100% - 10px);max-height:none;align-self:start}.app-shell--commercial .crm-column-stack>.crm-column{height:auto;align-self:stretch}.app-shell{grid-template-columns:188px minmax(0,1fr)}.sidebar{width:188px;padding:23px 9px 17px}.sidebar__header{min-height:27px;margin:0 13px 25px}.sidebar__header .brand{--logo-height: 27px}.sidebar__collapse{top:65px;width:24px;height:24px}.sidebar nav{gap:2px}.sidebar nav button,.sidebar__external a,.sidebar__settings{min-height:35px;gap:9px;padding:0 13px;font-size:.72rem}.app-shell--sidebar-collapsed{grid-template-columns:68px minmax(0,1fr)}.app-shell--sidebar-collapsed .sidebar{width:68px;padding-inline:8px}.topbar{height:54px;padding:0 clamp(20px,3.5vw,44px)}.topbar__actions{gap:6px}.icon-button{width:32px;height:32px}.avatar{width:30px;height:30px;font-size:.66rem}.avatar-button,.profile-avatar--small{width:30px;height:30px}.main-content{width:min(100%,1320px);padding:13px clamp(24px,4vw,54px) 40px}.main-content.main-content--commercial{width:100%;max-width:none;padding-top:6px;padding-bottom:4px;padding-inline:clamp(18px,2.25vw,36px)}.welcome-row h1,.module-placeholder h1{margin-bottom:20px;font-size:clamp(1.5rem,2.25vw,1.9rem)}.overview-section,.content-section,.activity-section{margin-bottom:24px}.overview-section>h2,.content-section>h2,.activity-section>h2{margin-bottom:10px;font-size:.88rem}.metrics{gap:10px}.metric{min-height:98px;padding:14px 50px 13px 14px;border-radius:3px}.metric strong{margin:6px 0 5px;font-size:1.65rem}.metric__icon{right:14px;width:28px;height:28px}.quick-grid>button{min-height:78px;gap:6px;padding:9px 7px;font-size:.68rem}.quick-icon{width:29px;height:29px}.activity-row{min-height:43px;padding:0 13px}.activity-list__all,.document-list>button{min-height:36px;padding:0 13px}.microsoft-button{min-height:46px;padding:0 18px;font-size:.8rem}.dev-login-button{min-height:36px;font-size:.76rem}.login-card h1{font-size:clamp(1.65rem,2.5vw,2rem)}.login-card>p{margin-bottom:30px;font-size:.86rem}.login-security{margin-top:30px}.primary-button,.secondary-button,.danger-button{min-height:var(--control-height);padding:0 12px;border-radius:5px;font-size:.73rem}input:not([type=checkbox]):not([type=radio]),select{height:var(--control-height);min-height:var(--control-height);font-size:.75rem}textarea{font-size:.75rem}.security-heading{gap:18px;margin-bottom:18px}.security-heading h1{margin:2px 0 4px;font-size:clamp(1.55rem,2.2vw,1.9rem)}.security-heading p,.security-toolbar p{font-size:.78rem}.security-heading__badge{gap:6px;padding:6px 9px;font-size:.68rem}.security-tabs{margin-bottom:13px;padding:3px;border-radius:6px}.security-tabs button{min-height:31px;padding:0 13px;border-radius:4px;font-size:.73rem}.security-tabs button.is-active{box-shadow:0 1px 2px #0f234614}.security-panel{padding:16px;border-radius:7px;box-shadow:none}.security-toolbar{gap:14px;margin-bottom:14px}.security-toolbar h2{font-size:.94rem}.directory-search{gap:6px}.directory-search input,.security-form input,.security-form select,.security-form textarea{min-height:var(--control-height);padding:7px 9px;border-radius:5px;font-size:.75rem}.directory-search input,.security-form input,.security-form select{height:var(--control-height)}.directory-row{min-height:54px;gap:10px;padding:7px 12px;font-size:.74rem}.directory-row--head{min-height:34px;font-size:.64rem}.user-initials{width:28px;height:28px;font-size:.64rem}.profile-grid{gap:9px}.profile-card{grid-template-columns:34px minmax(0,1fr) auto;gap:9px;padding:12px;border-radius:6px}.profile-card__icon,.area-icon{width:31px;height:31px;border-radius:6px}.profile-card h3{font-size:.82rem}.profile-card p{font-size:.7rem}.area-tree{padding:5px 8px;border-radius:6px}.area-tree__row{min-height:49px;grid-template-columns:31px minmax(0,1fr) auto;gap:8px;padding-block:6px;font-size:.74rem}.area-tree__row--root{font-size:.78rem}.area-tree__kind{padding:3px 6px;font-size:.62rem}.modal-backdrop{padding:18px}.security-modal{width:min(100%,610px);padding:17px;border-radius:8px;box-shadow:var(--shadow-lg)}.security-modal>header{margin-bottom:13px}.security-modal>header h2{font-size:1.02rem}.security-modal__user-title{gap:9px}.security-modal__user-title>span{display:block}.security-modal__user-title strong{display:block;margin-top:2px}.security-modal__user-avatar{width:38px;height:38px}.security-form{gap:10px}.security-form label{gap:4px;font-size:.72rem}.security-form textarea{min-height:60px}.security-form .primary-button{min-height:var(--control-height)}.audit-filters .audit-search,.audit-filters>.secondary-button{height:var(--control-height);min-height:var(--control-height)}.audit-filters .audit-search input{height:calc(var(--control-height) - 2px);min-height:0}.current-access{margin-bottom:13px;padding-bottom:11px}.current-access>div{padding:6px 0}.global-admin-control{margin-bottom:13px;padding:7px 0 10px}.danger-button{padding:0 12px}.permission-matrix{gap:7px}.permission-matrix fieldset{gap:6px 10px;padding:9px;border-radius:5px}.permission-actions .danger-link{min-height:34px}.crm-heading{display:none;gap:0;margin:0}.crm-heading h1{margin:2px 0 4px;font-size:clamp(1.58rem,2.3vw,1.95rem)}.crm-heading p{font-size:.78rem}.crm-heading__actions,.crm-stage-actions{gap:6px}.crm-metrics{gap:9px;margin-bottom:13px}.crm-metrics article{padding:12px 13px;border-radius:7px;box-shadow:none}.crm-metrics strong{margin:5px 0 3px;font-size:clamp(1rem,1.7vw,1.3rem)}.crm-toolbar{gap:8px;margin-bottom:12px}.crm-tabs{padding:3px;border-radius:6px}.crm-tabs button{min-height:30px;padding:0 12px;border-radius:4px;font-size:.71rem}.crm-tabs button.is-active{box-shadow:0 1px 2px #0f234614}.crm-search{min-height:var(--control-height);gap:7px;padding:0 10px;border-radius:6px}.crm-toolbar>select,.crm-stage-actions select{height:var(--control-height);min-height:var(--control-height);padding:0 28px 0 9px;border-radius:6px;font-size:.73rem}.crm-kanban{gap:9px;padding-bottom:12px}.crm-column-stack{gap:9px}.crm-kanban:not(.crm-kanban--months):not(.crm-kanban--quarters){grid-auto-columns:calc((100% - 36px)/5)}.crm-kanban--months,.crm-kanban--quarters{grid-auto-columns:calc((100% - 36px)/5)}.crm-column{height:clamp(360px,calc(100svh - 330px),690px);border-radius:7px}.crm-column>header{min-height:53px;padding:9px 11px}.crm-column>header strong{font-size:.76rem}.crm-column>header small{margin-top:4px}.crm-column__cards{gap:7px;padding:8px}.crm-deal-card{border-radius:6px;box-shadow:none}.crm-deal-card__open{gap:5px;padding:10px}.crm-column--month>header{min-height:70px}.crm-deal-card:hover{box-shadow:0 3px 10px #0756db12}.crm-table-wrap,.crm-activity-panel{border-radius:7px;box-shadow:none}.crm-table th{padding:9px 11px}.crm-table td{padding:10px 11px}.crm-activity-list article{grid-template-columns:32px minmax(180px,1fr) 115px 75px 105px;gap:9px;padding:9px 13px;font-size:.7rem}.crm-activity-icon{width:29px;height:29px;border-radius:6px}.crm-dialog{width:min(100%,610px);padding:17px;border-radius:8px;box-shadow:var(--shadow-lg)}.crm-dialog--wide{width:min(100%,820px)}.crm-dialog>header{margin-bottom:13px}.crm-dialog>header h2{font-size:1.02rem}.crm-form{gap:10px}.crm-form__grid{gap:9px}.crm-form label{gap:4px;font-size:.7rem}.crm-form input,.crm-form select,.crm-form textarea{min-height:var(--control-height);padding:7px 9px;border-radius:5px;font-size:.75rem}.crm-form input,.crm-form select{height:var(--control-height)}.crm-form textarea{min-height:62px}.crm-currency-input{min-height:var(--control-height);border-radius:5px}.crm-form .crm-currency-input input{min-height:calc(var(--control-height) - 2px)}.crm-deal-summary{gap:7px}.crm-deal-summary>div{padding:9px;border-radius:6px}.crm-deal-summary input.crm-summary-control{height:32px;min-height:32px}.crm-deal-description{padding:10px;font-size:.74rem}.crm-stage-actions{margin:12px 0;padding:9px 0}.crm-detail-columns{gap:15px}.crm-detail-row{padding:7px 0}}@media(max-width:720px){.primary-button,.secondary-button,.danger-button{min-height:44px}input:not([type=checkbox]):not([type=radio]),select{height:44px;min-height:44px;font-size:16px}textarea{font-size:16px}.crm-context-actions{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.crm-context-actions .crm-context-action{width:100%}.crm-contact-groups{overflow:visible}.crm-contact-group>header{align-items:flex-start;flex-direction:column;gap:9px;padding:12px}.crm-contact-group__actions{width:100%;justify-content:flex-start;overflow-x:auto}.crm-contact-list>article{grid-template-columns:36px minmax(0,1fr) auto;gap:8px 10px;padding:11px 12px}.crm-contact-list__identity{grid-column:2}.crm-contact-list__channel{grid-column:2 / -1;padding-top:3px}.crm-contact-list>article>.text-button{grid-column:3;grid-row:1}.crm-contact-list__empty{align-items:flex-start;flex-direction:column;padding:16px}.crm-contacts-workspace{display:block;overflow:visible;border-radius:8px}.crm-contacts-master{overflow:visible}.crm-contacts-master__columns{display:none}.crm-contacts-master__rows{overflow:visible}.crm-contacts-row{grid-template-columns:minmax(0,1fr) auto;padding:9px 10px}.crm-contacts-row>:nth-child(2){justify-self:end}.crm-contacts-row__summary{grid-column:1 / -1;padding-left:38px}.crm-contacts-row--contact .crm-contacts-row__identity{padding-left:12px}.crm-contact-detail{margin-top:10px;border:1px solid #dfe4ec;border-radius:8px}.crm-contact-detail__data>div{grid-template-columns:100px minmax(0,1fr)}.crm-contact-detail__actions{position:sticky;bottom:0;z-index:2}}
