@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:wght@400;500;600;700;800&family=Hanken+Grotesk:wght@400;500;600;700;800&display=swap";.loader{display:flex;align-items:center;justify-content:center}.loader--body{position:absolute;top:0;right:0;bottom:0;left:0;min-height:280px;background:#f8fafcd1;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);z-index:8}.loader--screen{position:fixed;top:0;right:0;bottom:0;left:0;background:#ffffffd6;z-index:9999}.loader__spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;animation:spin 1s linear infinite}.loader--sm .loader__spinner{width:24px;height:24px;border-width:3px}.loader--lg .loader__spinner{width:60px;height:60px;border-width:5px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--navy: #071238;--blue: #1D45DF;--blue-50: #EEF1FC;--blue-100: #CED4F6;--blue-300: #768EED;--blue-600: #6366f1;--blue-800: #3730a3;--blue-900: #312e81;--teal: #37C1CE;--teal-200: #99f6e4;--teal-400: #2dd4bf;--teal-600: #289EA6;--teal-800: #065f46;--teal-50: #E8F7F9;--teal-100: #C1EAF0;--teal-700: #1f7b82;--purple: #8a5ad0;--purple-400: #818cf8;--purple-600: #3d3dff;--purple-900: #1e1b4b;--amber: #E8943B;--amber-500: #f59e0b;--amber-600: #d97706;--amber-800: #a05c00;--green: #2FA76B;--green-700: #1f7d4f;--pink: #D45A9A;--danger: #D0463F;--danger-fill: #FCECEB;--danger-border: #f6d6d4;--orange-50: #fff7ed;--orange-600: #ea580c;--slate-100: #F2F3F5;--slate-200: #D8DAE2;--slate-300: #A7AABD;--slate-400: #9398ad;--slate-500: #717694;--slate-500-accessible: #5c6178;--slate-700: #383B4A;--text-strong: var(--tertiary-70);--text-primary: var(--navy);--text-body: var(--slate-700);--text-secondary: var(--slate-500);--text-muted: var(--slate-400);--text-faint: var(--slate-300);--bg: #F7F9FC;--white: #fff;--surface-sidebar: linear-gradient(180deg, var(--navy), #050d24);--surface-app: var(--bg);--surface-raised: var(--white);--surface-sunken: var(--slate-100);--border-default: var(--slate-200);--border-strong: var(--slate-300);--border-brand: var(--blue-100);--border-on-dark: rgba(255, 255, 255, .07);--brand-primary: var(--blue);--brand-gradient: linear-gradient(135deg, var(--blue), #3358e8);--brand-gradient-teal: linear-gradient(135deg, var(--blue), var(--teal));--brand-gradient-ai: linear-gradient(135deg, var(--teal), var(--blue));--accent-teal: var(--teal);--success: var(--green);--tertiary-05: #FAFBFB;--tertiary-10: #ECEDF1;--tertiary-20: #DEE0E6;--tertiary-30: #D1D3DB;--tertiary-40: #C3C5D1;--tertiary-50: #A2A6B8;--tertiary-60: #717793;--tertiary-70: #4B4F62;--tertiary-80: #383B4A;--tertiary-90: #252831;--linked: #F4B60C;--linked-700: #8A6400;--linked-50: #FEF9E7;--font-display: "Bricolage Grotesque", sans-serif;--font-body: "Hanken Grotesk", -apple-system, BlinkMacSystemFont, sans-serif;--radius-xs: 7px;--radius-sm: 9px;--radius-md: 10px;--radius-lg: 14px;--radius-xl: 16px;--radius-pill: 20px;--radius-round: 50%;--shadow-card: 0 1px 3px rgba(7, 18, 56, .06);--shadow-card-hover: 0 14px 30px -10px rgba(7, 18, 56, .18);--shadow-card-hover-lg: 0 16px 32px -14px rgba(7, 18, 56, .22);--shadow-panel: 0 10px 30px -14px rgba(7, 18, 56, .2);--shadow-menu: 0 16px 36px -10px rgba(7, 18, 56, .3);--shadow-modal: 0 30px 70px rgba(7, 18, 56, .4);--shadow-toast: 0 12px 30px rgba(7, 18, 56, .4);--shadow-btn-blue: 0 5px 14px rgba(29, 69, 223, .3);--shadow-focus: 0 0 0 3px var(--blue-50);--dur-fast: .12s;--dur-base: .15s;--dur-slow: .18s;--ease-standard: cubic-bezier(.4, 0, .2, 1);--ease-out: cubic-bezier(0, 0, .2, 1);--z-raised: 10;--z-sticky: 20;--z-dropdown: 30;--z-drawer: 40;--z-topbar: 50;--z-sidebar: 55;--z-modal-scrim: 59;--z-modal: 60;--z-toast: 80;--side-muted: #7488b8;--sidebar-bg: linear-gradient(180deg, var(--navy), #050d24);--sidebar-surface: linear-gradient(180deg, var(--navy), #050d24);--sidebar-border: rgba(255, 255, 255, .07);--sidebar-text: #c7d2f0;--sidebar-text-hover: #ffffff;--sidebar-text-active: #ffffff;--sidebar-text-muted: rgba(255, 255, 255, .45);--sidebar-section: rgba(255, 255, 255, .4);--sidebar-bg-hover: rgba(255, 255, 255, .05);--sidebar-bg-active: rgba(29, 69, 223, .22);--reports-head-height: 37px;--reports-row-height: 44px;--reports-row-height-org: 57px;--reports-visible-rows: 10;--reports-scroll-buffer: 4px;--reports-table-max-height: calc(var(--reports-head-height) + var(--reports-row-height) * var(--reports-visible-rows) + var(--reports-scroll-buffer));--reports-table-max-height-org: calc(var(--reports-head-height) + var(--reports-row-height-org) * var(--reports-visible-rows) + var(--reports-scroll-buffer));--primary: #0ea5a0;--primary-hover: #0f7560;--main-bg: #f6f8fc;--topbar-bg: rgba(255, 255, 255, .85);--topbar-border: #edf1f7;--card-border: #e6ebf2;--text-dark: #071238;--text-gray: #64748b;--text-light: #94a3b8;--shadow-topbar: 0 6px 18px -10px rgba(7, 18, 56, .18);--badge-green-bg: #dcfce7;--badge-green-text: #15803d;--badge-amber-bg: #fef3c7;--badge-amber-text: #92400e;--badge-red-bg: #fee2e2;--badge-red-text: #dc2626;--badge-gray-bg: #f3f4f6;--badge-gray-text: #4b5563;--badge-blue-bg: #eff6ff;--badge-blue-text: #1d4ed8;--badge-purple-bg: #f5f3ff;--badge-purple-text: #6d28d9;--badge-teal-bg: #ccfbf1;--badge-teal-text: #0f766e;--badge-linked-bg: var(--linked-50);--badge-linked-text: var(--linked-700);--role-super-admin-bg: #FDF1E3;--role-super-admin-text: #8a5a1f;--role-global-admin-bg: var(--blue-50);--role-global-admin-text: var(--blue);--role-org-admin-bg: var(--teal-50);--role-org-admin-text: var(--teal-700);--role-org-manager-bg: #E9F7F0;--role-org-manager-text: var(--green-700);--role-user-bg: #E9F7F0;--role-user-text: var(--green-700)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);font-size:14px;line-height:1.5;color:var(--text-body);background:var(--main-bg);min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:800;color:var(--text-strong);letter-spacing:-.02em}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#d1d5db}.flex{display:flex}.flex-col{display:flex;flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.gap-1{gap:4px}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.gap-6{gap:24px}.p-0{padding:0}.p-2{padding:8px}.p-3{padding:12px}.p-4{padding:16px}.p-6{padding:24px}.m-0{margin:0}.m-2{margin:8px}.m-4{margin:16px}.mb-2{margin-bottom:8px}.mb-4{margin-bottom:16px}.mt-2{margin-top:8px}.mt-4{margin-top:16px}.text-center{text-align:center}.text-right{text-align:right}.w-full{width:100%}.h-full{height:100%}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.badge{display:inline-flex;align-items:center;padding:3px 9px;border-radius:var(--radius-pill);font-size:11px;font-weight:600;letter-spacing:.01em;width:fit-content}.badge.badge-green{background:#e9f7f0;color:var(--green-700)}.badge.badge-amber{background:#fdf1e3;color:#8a5a1f}.badge.badge-red{background:var(--danger-fill);color:var(--danger)}.badge.badge-gray{background:var(--slate-100);color:var(--slate-500)}.badge.badge-blue{background:var(--blue-50);color:var(--blue)}.badge.badge-purple{background:#f3edfb;color:#7a45c4}.badge.badge-teal{background:var(--teal-50);color:var(--teal-700)}.role-badge{display:inline-flex;align-items:center;min-height:24px;font-size:11px;font-weight:600;padding:3px 10px;border-radius:var(--radius-pill);letter-spacing:.01em}.role-badge.super-admin{background:var(--role-super-admin-bg);color:var(--role-super-admin-text)}.role-badge.global-admin{background:var(--badge-blue-bg);color:var(--badge-blue-text)}.role-badge.org-admin{background:var(--role-org-admin-bg);color:var(--role-org-admin-text)}.role-badge.org-manager{background:var(--badge-green-bg);color:var(--badge-green-text)}.role-badge.user{background:var(--role-user-bg);color:var(--role-user-text)}.card{background:var(--white);border:1px solid var(--slate-200);border-radius:var(--radius-lg);overflow:hidden;margin-bottom:16px;box-shadow:var(--shadow-card)}.card-header{padding:16px 20px;border-bottom:1px solid var(--slate-100);display:flex;align-items:center;justify-content:space-between;background:var(--white)}.card-header-meta{display:flex;align-items:center;gap:10px}.card-title{font-family:var(--font-display);font-size:16px;font-weight:700;color:var(--text-strong);letter-spacing:-.01em}.card-body{padding:20px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border-radius:var(--radius-md);font-size:13px;font-weight:600;cursor:pointer;border:1px solid var(--slate-200)!important;background:var(--white)!important;color:var(--text-strong)!important;transition:all var(--dur-base);white-space:nowrap;outline:none;font-family:var(--font-body)}.btn:hover{border-color:var(--blue-300)!important;color:var(--blue)!important;background:var(--white)!important}.btn.btn-primary{background:linear-gradient(135deg,var(--teal-600),var(--teal))!important;color:#fff!important;border-color:transparent!important;box-shadow:0 5px 14px #289ea64d!important}.btn.btn-primary:hover{background:linear-gradient(135deg,var(--teal-600),var(--teal))!important;filter:brightness(1.06)!important;transform:translateY(-1px);color:#fff!important;border-color:transparent!important}.btn.btn-nexus{background:linear-gradient(135deg,#198b6a,#0f5f49)!important;color:#fff!important;border-color:transparent!important;box-shadow:0 5px 14px #1f7d4f4d!important}.btn.btn-nexus:hover{background:linear-gradient(135deg,#198b6a,#0f5f49)!important;filter:brightness(1.06)!important;transform:translateY(-1px);color:#fff!important;border-color:transparent!important}.btn.btn-nexus:disabled,.btn.btn-nexus[disabled]{opacity:.55;cursor:not-allowed;transform:none;filter:none}.btn.btn-sm{padding:6px 11px;font-size:12px;border-radius:var(--radius-sm)}.btn.btn-sm-blue{display:inline-flex;align-items:center;gap:6px;color:var(--text-strong);background:#1d45df14;border-color:#1d45df38;cursor:pointer}.btn.btn-sm-blue:hover{background:#1d45df24;border-color:#1d45df59;color:var(--blue)}.btn.btn-sm-blue:disabled,.btn.btn-sm-blue.btn-sm-blue--disabled{opacity:.7;cursor:not-allowed;background:#1d45df0d;border-color:#1d45df29;color:#1d45df80}.btn.btn-sm-blue.is-loading{pointer-events:none;opacity:.8;cursor:wait}.btn.btn-ghost{background:transparent;border-color:transparent;color:var(--text-secondary)}.btn.btn-ghost:hover{background:var(--slate-100);color:var(--text-strong);border-color:transparent}.btn.btn-secondary{background:var(--brand-gradient)!important;color:#fff!important;border-color:transparent!important;box-shadow:var(--shadow-btn-blue)!important}.btn.btn-secondary:hover{background:var(--brand-gradient)!important;filter:brightness(1.06);transform:translateY(-1px);color:#fff!important;border-color:transparent!important}.btn.btn-set-default{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:700;padding:9px 16px;border-radius:var(--radius-md);border:1px solid transparent!important;background:linear-gradient(135deg,#1d45df,#3358e8)!important;color:#fff!important;cursor:pointer;box-shadow:0 8px 18px -8px color-mix(in srgb,var(--blue) 60%,rgba(7,18,56,.3))}.btn.btn-set-default .btn-set-default__icon{width:15px;height:15px}.btn.btn-set-default:hover{filter:brightness(1.06);transform:translateY(-1px)}.btn.btn-set-default--is-default{background:color-mix(in srgb,var(--blue) 12%,#fff)!important;border-color:color-mix(in srgb,var(--blue) 40%,#fff)!important;color:var(--blue)!important;box-shadow:none;cursor:default}.btn.btn-set-default--is-default:hover{filter:none;transform:none}.btn.btn-ai{background:var(--brand-gradient-ai)!important;color:#fff!important;font-weight:700;border-color:transparent!important}.btn.btn-ai:hover{background:var(--brand-gradient-ai)!important;filter:brightness(1.06);color:#fff!important}.btn.btn-danger{color:var(--danger);border-color:var(--danger-border);background:var(--white)}.btn.btn-danger:hover{background:var(--danger-fill);color:var(--danger);border-color:var(--danger-border)}.btn.btn-danger-solid{color:#fff;background:var(--danger);border-color:var(--danger);box-shadow:0 4px 12px -3px #d0463f73}.btn.btn-danger-solid:hover{background:#d0463fdb;border-color:#d0463fdb;color:#fff}.btn.btn-outline-blue{color:var(--blue);background:#1d45df14;border-color:#1d45df59}.btn.btn-outline-blue:hover{background:#1d45df29;border-color:var(--blue);color:var(--blue)}.btn.btn-outline-purple{color:var(--purple);background:#8a5ad014;border-color:#8a5ad059}.btn.btn-outline-purple:hover{background:#8a5ad029;border-color:var(--purple);color:var(--purple)}.btn.btn-outline-teal{color:var(--teal-700);background:#37c1ce14;border-color:#37c1ce61}.btn.btn-outline-teal:hover{background:#37c1ce29;border-color:var(--teal-600);color:var(--teal-700)}.btn.btn-outline-red{color:var(--danger);background:#d0463f14;border-color:#d0463f59}.btn.btn-outline-red:hover{background:#d0463f29;border-color:var(--danger);color:var(--danger)}.btn:disabled{opacity:.45;cursor:not-allowed}.app-icon-mask{display:inline-block;flex-shrink:0;width:15px;height:15px;background-color:currentColor;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.app-icon-mask--star{-webkit-mask-image:url(/icons/topbar/star.svg);mask-image:url(/icons/topbar/star.svg)}.app-icon-mask--grid{-webkit-mask-image:url(/icons/grid.svg);mask-image:url(/icons/grid.svg)}.app-icon-mask--chart-bar{-webkit-mask-image:url(/icons/chart-bar.svg);mask-image:url(/icons/chart-bar.svg)}.app-icon-mask--trophy{-webkit-mask-image:url(/icons/trophy.svg);mask-image:url(/icons/trophy.svg)}.app-icon-mask--users-group{-webkit-mask-image:url(/icons/users-group.svg);mask-image:url(/icons/users-group.svg)}.app-icon-mask--globe{-webkit-mask-image:url(/icons/globe.svg);mask-image:url(/icons/globe.svg)}.app-icon-mask--database{-webkit-mask-image:url(/icons/billing/database.svg);mask-image:url(/icons/billing/database.svg)}.app-icon-mask--dollar{-webkit-mask-image:url(/icons/billing/dollar.svg);mask-image:url(/icons/billing/dollar.svg)}.MuiButton-root.btn{min-width:0;box-shadow:none}.MuiButton-root.btn:hover{box-shadow:none}.search-input{width:200px}.search-input .MuiOutlinedInput-input{padding:10px 13px;font-size:13.5px;color:var(--slate-700);font-family:var(--font-body)}.search-input .MuiOutlinedInput-root{border:1px solid var(--slate-200);border-radius:var(--radius-md);background:var(--white)}.search-input .MuiOutlinedInput-root:hover{border-color:var(--slate-300)}.search-input .MuiOutlinedInput-root.Mui-focused{border-color:var(--blue);box-shadow:var(--shadow-focus)}.search-input__icon{font-size:18px;color:var(--text-muted)}.search-input--w-180{width:180px}.search-input--w-200{width:200px}.search-input--w-210{width:210px}.search-input--w-220{width:220px}.select-field,.select-field__control{min-width:120px}.select-field__control .MuiSelect-select{padding:10px 13px;font-size:13.5px;color:var(--slate-700);font-family:var(--font-body);border:1px solid var(--slate-200);border-radius:var(--radius-md);background:var(--white)}.select-field__control .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:var(--slate-300)}.select-field__control .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--blue);box-shadow:var(--shadow-focus)}.data-table-wrap{width:100%}.table-panel{background:var(--white);border:1px solid var(--slate-100);border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000000a}.table-panel__header{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;padding:16px 20px;border-bottom:1px solid var(--slate-100)}.table-panel__title{font-size:14px;font-weight:600;color:var(--navy)}.table-panel__actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-left:auto}.table-panel__footer{border-top:1px solid #f0f0f4}.data-table{width:100%;border-collapse:collapse}.data-table__head-cell{padding:11px 16px!important;font-weight:600!important;font-size:11px!important;color:var(--text-muted)!important;text-transform:uppercase;letter-spacing:.06em!important;border-bottom:1px solid var(--slate-100)!important;background:var(--slate-100)!important;box-sizing:border-box}.data-table__body-cell{padding:13px 16px!important;font-size:13px!important;color:var(--text-body)!important;vertical-align:middle!important;border-bottom:1px solid var(--slate-100)!important}.data-table__body-row:hover .data-table__body-cell{background:var(--slate-100)!important}.data-table__body-row:last-child .data-table__body-cell{border-bottom:none!important}.pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 20px;border-top:1px solid var(--slate-100);font-size:12px;color:var(--text-muted);flex-wrap:wrap}.pagination__summary,.pagination__label{font-size:12px!important;color:var(--text-muted)!important}.pagination__controls{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.pagination__select{padding:4px 8px;border:1px solid var(--slate-200);border-radius:6px;font-size:12px;background:var(--white)}.pagination__page{font-size:13px;font-weight:500;color:var(--navy)}.stat-card{background:var(--white);border:1px solid var(--slate-100);border-radius:12px;padding:18px 20px;box-shadow:0 1px 3px #0000000a}.stat-card--accented{border-left:3px solid var(--primary)}.stat-card__label{font-size:11px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px;font-weight:500}.stat-card__value{font-size:28px;font-weight:700;color:var(--navy);letter-spacing:-.6px;line-height:1}.stat-card__subtitle{font-size:12px;color:var(--text-muted);margin-top:6px}.stat-card__progress{height:4px;background:var(--slate-100);border-radius:2px;margin-top:12px;overflow:hidden}.stat-card__progress-fill{height:100%;border-radius:2px;background:var(--primary)}.stat-card__progress-fill--0{width:0%}.stat-card__progress-fill--1{width:1%}.stat-card__progress-fill--2{width:2%}.stat-card__progress-fill--3{width:3%}.stat-card__progress-fill--4{width:4%}.stat-card__progress-fill--5{width:5%}.stat-card__progress-fill--6{width:6%}.stat-card__progress-fill--7{width:7%}.stat-card__progress-fill--8{width:8%}.stat-card__progress-fill--9{width:9%}.stat-card__progress-fill--10{width:10%}.stat-card__progress-fill--11{width:11%}.stat-card__progress-fill--12{width:12%}.stat-card__progress-fill--13{width:13%}.stat-card__progress-fill--14{width:14%}.stat-card__progress-fill--15{width:15%}.stat-card__progress-fill--16{width:16%}.stat-card__progress-fill--17{width:17%}.stat-card__progress-fill--18{width:18%}.stat-card__progress-fill--19{width:19%}.stat-card__progress-fill--20{width:20%}.stat-card__progress-fill--21{width:21%}.stat-card__progress-fill--22{width:22%}.stat-card__progress-fill--23{width:23%}.stat-card__progress-fill--24{width:24%}.stat-card__progress-fill--25{width:25%}.stat-card__progress-fill--26{width:26%}.stat-card__progress-fill--27{width:27%}.stat-card__progress-fill--28{width:28%}.stat-card__progress-fill--29{width:29%}.stat-card__progress-fill--30{width:30%}.stat-card__progress-fill--31{width:31%}.stat-card__progress-fill--32{width:32%}.stat-card__progress-fill--33{width:33%}.stat-card__progress-fill--34{width:34%}.stat-card__progress-fill--35{width:35%}.stat-card__progress-fill--36{width:36%}.stat-card__progress-fill--37{width:37%}.stat-card__progress-fill--38{width:38%}.stat-card__progress-fill--39{width:39%}.stat-card__progress-fill--40{width:40%}.stat-card__progress-fill--41{width:41%}.stat-card__progress-fill--42{width:42%}.stat-card__progress-fill--43{width:43%}.stat-card__progress-fill--44{width:44%}.stat-card__progress-fill--45{width:45%}.stat-card__progress-fill--46{width:46%}.stat-card__progress-fill--47{width:47%}.stat-card__progress-fill--48{width:48%}.stat-card__progress-fill--49{width:49%}.stat-card__progress-fill--50{width:50%}.stat-card__progress-fill--51{width:51%}.stat-card__progress-fill--52{width:52%}.stat-card__progress-fill--53{width:53%}.stat-card__progress-fill--54{width:54%}.stat-card__progress-fill--55{width:55%}.stat-card__progress-fill--56{width:56%}.stat-card__progress-fill--57{width:57%}.stat-card__progress-fill--58{width:58%}.stat-card__progress-fill--59{width:59%}.stat-card__progress-fill--60{width:60%}.stat-card__progress-fill--61{width:61%}.stat-card__progress-fill--62{width:62%}.stat-card__progress-fill--63{width:63%}.stat-card__progress-fill--64{width:64%}.stat-card__progress-fill--65{width:65%}.stat-card__progress-fill--66{width:66%}.stat-card__progress-fill--67{width:67%}.stat-card__progress-fill--68{width:68%}.stat-card__progress-fill--69{width:69%}.stat-card__progress-fill--70{width:70%}.stat-card__progress-fill--71{width:71%}.stat-card__progress-fill--72{width:72%}.stat-card__progress-fill--73{width:73%}.stat-card__progress-fill--74{width:74%}.stat-card__progress-fill--75{width:75%}.stat-card__progress-fill--76{width:76%}.stat-card__progress-fill--77{width:77%}.stat-card__progress-fill--78{width:78%}.stat-card__progress-fill--79{width:79%}.stat-card__progress-fill--80{width:80%}.stat-card__progress-fill--81{width:81%}.stat-card__progress-fill--82{width:82%}.stat-card__progress-fill--83{width:83%}.stat-card__progress-fill--84{width:84%}.stat-card__progress-fill--85{width:85%}.stat-card__progress-fill--86{width:86%}.stat-card__progress-fill--87{width:87%}.stat-card__progress-fill--88{width:88%}.stat-card__progress-fill--89{width:89%}.stat-card__progress-fill--90{width:90%}.stat-card__progress-fill--91{width:91%}.stat-card__progress-fill--92{width:92%}.stat-card__progress-fill--93{width:93%}.stat-card__progress-fill--94{width:94%}.stat-card__progress-fill--95{width:95%}.stat-card__progress-fill--96{width:96%}.stat-card__progress-fill--97{width:97%}.stat-card__progress-fill--98{width:98%}.stat-card__progress-fill--99{width:99%}.stat-card__progress-fill--100{width:100%}.profile-field-label{display:block;margin-bottom:6px;font-size:12px;font-weight:600;color:var(--text-strong)}.profile-field{width:100%;padding:10px 13px;border:1px solid var(--slate-200);border-radius:var(--radius-md);font-size:13.5px;color:var(--slate-700);background-color:var(--tertiary-10);transition:border-color var(--dur-base),box-shadow var(--dur-base),background-color var(--dur-base);font-family:var(--font-body)}.profile-field:focus{outline:none;border-color:var(--blue);box-shadow:var(--shadow-focus);background-color:var(--white)}.profile-field:disabled{background-color:var(--tertiary-20);color:var(--text-muted);cursor:not-allowed;-webkit-text-fill-color:var(--text-muted)}.profile-field--error{border-color:var(--danger-border)}.profile-field--error:focus{border-color:var(--danger);box-shadow:0 0 0 3px var(--danger-fill)}.rich-text{display:block;min-height:60px;max-height:220px;overflow-y:auto;line-height:1.5;cursor:text}.rich-text:empty:before{content:attr(data-placeholder);color:var(--slate-400);pointer-events:none}.rich-text.is-readonly{cursor:default;background-color:var(--tertiary-20, #eef0f4);color:var(--text-muted)}.rich-text p{margin:0 0 6px}.rich-text p:last-child{margin-bottom:0}.progress-bar{width:100%;background:#f3f4f6;border-radius:6px;overflow:hidden;display:flex}.progress-bar.progress-bar--thin{min-height:4px}.progress-bar__fill{height:12px;transition:width .3s ease;border-radius:6px}.progress-bar__fill.progress-bar__fill--teal{background:#0ea5a0}.progress-bar__fill--0{width:0%}.progress-bar__fill--1{width:1%}.progress-bar__fill--2{width:2%}.progress-bar__fill--3{width:3%}.progress-bar__fill--4{width:4%}.progress-bar__fill--5{width:5%}.progress-bar__fill--6{width:6%}.progress-bar__fill--7{width:7%}.progress-bar__fill--8{width:8%}.progress-bar__fill--9{width:9%}.progress-bar__fill--10{width:10%}.progress-bar__fill--11{width:11%}.progress-bar__fill--12{width:12%}.progress-bar__fill--13{width:13%}.progress-bar__fill--14{width:14%}.progress-bar__fill--15{width:15%}.progress-bar__fill--16{width:16%}.progress-bar__fill--17{width:17%}.progress-bar__fill--18{width:18%}.progress-bar__fill--19{width:19%}.progress-bar__fill--20{width:20%}.progress-bar__fill--21{width:21%}.progress-bar__fill--22{width:22%}.progress-bar__fill--23{width:23%}.progress-bar__fill--24{width:24%}.progress-bar__fill--25{width:25%}.progress-bar__fill--26{width:26%}.progress-bar__fill--27{width:27%}.progress-bar__fill--28{width:28%}.progress-bar__fill--29{width:29%}.progress-bar__fill--30{width:30%}.progress-bar__fill--31{width:31%}.progress-bar__fill--32{width:32%}.progress-bar__fill--33{width:33%}.progress-bar__fill--34{width:34%}.progress-bar__fill--35{width:35%}.progress-bar__fill--36{width:36%}.progress-bar__fill--37{width:37%}.progress-bar__fill--38{width:38%}.progress-bar__fill--39{width:39%}.progress-bar__fill--40{width:40%}.progress-bar__fill--41{width:41%}.progress-bar__fill--42{width:42%}.progress-bar__fill--43{width:43%}.progress-bar__fill--44{width:44%}.progress-bar__fill--45{width:45%}.progress-bar__fill--46{width:46%}.progress-bar__fill--47{width:47%}.progress-bar__fill--48{width:48%}.progress-bar__fill--49{width:49%}.progress-bar__fill--50{width:50%}.progress-bar__fill--51{width:51%}.progress-bar__fill--52{width:52%}.progress-bar__fill--53{width:53%}.progress-bar__fill--54{width:54%}.progress-bar__fill--55{width:55%}.progress-bar__fill--56{width:56%}.progress-bar__fill--57{width:57%}.progress-bar__fill--58{width:58%}.progress-bar__fill--59{width:59%}.progress-bar__fill--60{width:60%}.progress-bar__fill--61{width:61%}.progress-bar__fill--62{width:62%}.progress-bar__fill--63{width:63%}.progress-bar__fill--64{width:64%}.progress-bar__fill--65{width:65%}.progress-bar__fill--66{width:66%}.progress-bar__fill--67{width:67%}.progress-bar__fill--68{width:68%}.progress-bar__fill--69{width:69%}.progress-bar__fill--70{width:70%}.progress-bar__fill--71{width:71%}.progress-bar__fill--72{width:72%}.progress-bar__fill--73{width:73%}.progress-bar__fill--74{width:74%}.progress-bar__fill--75{width:75%}.progress-bar__fill--76{width:76%}.progress-bar__fill--77{width:77%}.progress-bar__fill--78{width:78%}.progress-bar__fill--79{width:79%}.progress-bar__fill--80{width:80%}.progress-bar__fill--81{width:81%}.progress-bar__fill--82{width:82%}.progress-bar__fill--83{width:83%}.progress-bar__fill--84{width:84%}.progress-bar__fill--85{width:85%}.progress-bar__fill--86{width:86%}.progress-bar__fill--87{width:87%}.progress-bar__fill--88{width:88%}.progress-bar__fill--89{width:89%}.progress-bar__fill--90{width:90%}.progress-bar__fill--91{width:91%}.progress-bar__fill--92{width:92%}.progress-bar__fill--93{width:93%}.progress-bar__fill--94{width:94%}.progress-bar__fill--95{width:95%}.progress-bar__fill--96{width:96%}.progress-bar__fill--97{width:97%}.progress-bar__fill--98{width:98%}.progress-bar__fill--99{width:99%}.progress-bar__fill--100{width:100%}.avatar{display:flex;align-items:center;justify-content:center;border-radius:50%;font-weight:600;color:#fff;flex-shrink:0}.avatar.avatar-1{background:linear-gradient(135deg,#6366f1,#8b5cf6)}.avatar.avatar-2{background:linear-gradient(135deg,#14b8a6,#0ea5a0)}.avatar.avatar-3{background:linear-gradient(135deg,#f59e0b,#f97316)}.avatar.avatar-4{background:linear-gradient(135deg,#ec4899,#d946ef)}.avatar.avatar-5{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.avatar.avatar-default{background:#d1d5db;color:#6b7280}.avatar.avatar--size-26{width:26px;height:26px;font-size:9px}.avatar.avatar--size-28{width:28px;height:28px;font-size:10px}.avatar.avatar--size-30{width:30px;height:30px;font-size:11px}.avatar.avatar--size-32{width:32px;height:32px;font-size:12px}.avatar.avatar--size-56{width:56px;height:56px;font-size:20px;font-weight:700}.av-1{background:#ede9fe;color:#5b21b6}.av-2{background:#d1fae5;color:#065f46}.av-3{background:#fee2e2;color:#991b1b}.av-4{background:#fef3c7;color:#78350f}.av-5{background:#e0e7ff;color:#3730a3}.av-6{background:#fce7f3;color:#9d174d}.activity-feed{display:flex;align-items:flex-start;gap:10px;padding:10px 16px;border-bottom:1px solid #f0f0f4}.activity-feed:last-child{border-bottom:none}.activity-feed__avatar{width:28px;height:28px;font-size:10px;flex-shrink:0;margin-top:1px}.activity-feed__icon{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0;margin-top:1px}.activity-feed__icon.activity-feed__icon--system{background:#f0f0f4}.activity-feed__icon.activity-feed__icon--billing{background:#e8eaff}.activity-feed__content{flex:1}.activity-feed__title{font-size:13px;color:#374151}.activity-feed__subtitle{font-size:11px;color:#9b9bac;margin-top:2px}.info-box{display:flex;align-items:flex-start;gap:10px;padding:14px 16px;background:var(--slate-50);border:1px solid var(--slate-200);border-radius:8px;margin-bottom:20px;font-size:13px;color:var(--text-body);line-height:1.5}.info-box img{flex-shrink:0;margin-top:1px}.toggle-wrap{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:16px;border-bottom:1px solid var(--slate-100)}.toggle-wrap:last-child{border-bottom:none;padding-bottom:0}.toggle-label{font-size:13px;font-weight:500;color:var(--text-primary);margin-bottom:2px}.toggle-sub{font-size:12px;color:var(--text-muted);line-height:1.4}.linked-accounts-placeholder{text-align:center;padding:48px 24px}.linked-accounts-placeholder__icon{opacity:.4;margin-bottom:16px}.linked-accounts-placeholder__title{font-size:15px;font-weight:600;color:var(--text-strong);margin-bottom:6px}.linked-accounts-placeholder__text{font-size:13px;color:var(--text-secondary)}.modal-header--amber{background:color-mix(in srgb,var(--amber) 8%,#fff);border-bottom-color:color-mix(in srgb,var(--amber) 24%,#fff)}.modal-subtitle{font-size:12px;color:var(--text-muted);margin-top:2px}.modal-close-btn{border:none;background:none;font-size:18px;cursor:pointer;color:var(--text-muted);display:flex;align-items:center;justify-content:center;padding:4px;border-radius:var(--radius-sm);transition:background var(--dur-fast),color var(--dur-fast)}.modal-close-btn:hover{background:var(--slate-100);color:var(--text-strong)}.icon-mask{display:inline-block;background:currentColor;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.icon-mask--nav-admin-options{-webkit-mask-image:url(/icons/nav/admin-options.svg);mask-image:url(/icons/nav/admin-options.svg)}.icon-mask--nav-admin-panel{-webkit-mask-image:url(/icons/nav/admin-panel.svg);mask-image:url(/icons/nav/admin-panel.svg)}.icon-mask--nav-all-users{-webkit-mask-image:url(/icons/nav/all-users.svg);mask-image:url(/icons/nav/all-users.svg)}.icon-mask--nav-analytics{-webkit-mask-image:url(/icons/nav/analytics.svg);mask-image:url(/icons/nav/analytics.svg)}.icon-mask--nav-back-globe{-webkit-mask-image:url(/icons/nav/back-globe.svg);mask-image:url(/icons/nav/back-globe.svg)}.icon-mask--nav-back{-webkit-mask-image:url(/icons/nav/back.svg);mask-image:url(/icons/nav/back.svg)}.icon-mask--nav-billing{-webkit-mask-image:url(/icons/nav/billing.svg);mask-image:url(/icons/nav/billing.svg)}.icon-mask--nav-dashboard{-webkit-mask-image:url(/icons/nav/dashboard.svg);mask-image:url(/icons/nav/dashboard.svg)}.icon-mask--nav-features{-webkit-mask-image:url(/icons/nav/features.svg);mask-image:url(/icons/nav/features.svg)}.icon-mask--nav-global-admin{-webkit-mask-image:url(/icons/nav/global-admin.svg);mask-image:url(/icons/nav/global-admin.svg)}.icon-mask--nav-linked-accounts{-webkit-mask-image:url(/icons/nav/linked-accounts.svg);mask-image:url(/icons/nav/linked-accounts.svg)}.icon-mask--nav-organisations{-webkit-mask-image:url(/icons/nav/organisations.svg);mask-image:url(/icons/nav/organisations.svg)}.icon-mask--nav-products{-webkit-mask-image:url(/icons/nav/products.svg);mask-image:url(/icons/nav/products.svg)}.icon-mask--nav-profile{-webkit-mask-image:url(/icons/nav/profile.svg);mask-image:url(/icons/nav/profile.svg)}.icon-mask--nav-reports{-webkit-mask-image:url(/icons/nav/reports.svg);mask-image:url(/icons/nav/reports.svg)}.icon-mask--nav-settings{-webkit-mask-image:url(/icons/nav/settings.svg);mask-image:url(/icons/nav/settings.svg)}.icon-mask--nav-support{-webkit-mask-image:url(/icons/nav/support.svg);mask-image:url(/icons/nav/support.svg)}.icon-mask--nav-teams{-webkit-mask-image:url(/icons/nav/teams.svg);mask-image:url(/icons/nav/teams.svg)}.icon-mask--nav-users{-webkit-mask-image:url(/icons/nav/users.svg);mask-image:url(/icons/nav/users.svg)}.icon-mask--prod-list{-webkit-mask-image:url(/icons/products/list.svg);mask-image:url(/icons/products/list.svg)}.icon-mask--prod-message{-webkit-mask-image:url(/icons/products/message.svg);mask-image:url(/icons/products/message.svg)}.icon-mask--prod-star{-webkit-mask-image:url(/icons/products/star.svg);mask-image:url(/icons/products/star.svg)}.icon-mask--prod-close{-webkit-mask-image:url(/icons/products/close.svg);mask-image:url(/icons/products/close.svg)}.icon-mask--prod-monitor-placeholder{-webkit-mask-image:url(/icons/products/monitor-placeholder.svg);mask-image:url(/icons/products/monitor-placeholder.svg)}.icon-mask--prod-swap-arrows{-webkit-mask-image:url(/icons/products/swap-arrows.svg);mask-image:url(/icons/products/swap-arrows.svg)}.icon-mask--chevron-down{-webkit-mask-image:url(/icons/chevron-down.svg);mask-image:url(/icons/chevron-down.svg)}.icon-mask--edit{-webkit-mask-image:url(/icons/edit.svg);mask-image:url(/icons/edit.svg)}.icon-mask--info{-webkit-mask-image:url(/icons/info.svg);mask-image:url(/icons/info.svg)}.icon-mask--delete{-webkit-mask-image:url(/icons/delete.svg);mask-image:url(/icons/delete.svg)}.icon-mask--tab-access{-webkit-mask-image:url(/icons/users-access.svg);mask-image:url(/icons/users-access.svg)}.icon-mask--tab-templates{-webkit-mask-image:url(/icons/templates-grid-mask.svg);mask-image:url(/icons/templates-grid-mask.svg)}.icon-mask--tab-analytics{-webkit-mask-image:url(/icons/chart-bar.svg);mask-image:url(/icons/chart-bar.svg)}.icon-mask--tab-integrations{-webkit-mask-image:url(/icons/integrations.svg);mask-image:url(/icons/integrations.svg)}.icon-mask--team-award{-webkit-mask-image:url(/icons/team-icons/award.svg);mask-image:url(/icons/team-icons/award.svg)}.icon-mask--team-bell{-webkit-mask-image:url(/icons/team-icons/bell.svg);mask-image:url(/icons/team-icons/bell.svg)}.icon-mask--team-bolt{-webkit-mask-image:url(/icons/team-icons/bolt.svg);mask-image:url(/icons/team-icons/bolt.svg)}.icon-mask--team-bookmark{-webkit-mask-image:url(/icons/team-icons/bookmark.svg);mask-image:url(/icons/team-icons/bookmark.svg)}.icon-mask--team-book{-webkit-mask-image:url(/icons/team-icons/book.svg);mask-image:url(/icons/team-icons/book.svg)}.icon-mask--team-briefcase{-webkit-mask-image:url(/icons/team-icons/briefcase.svg);mask-image:url(/icons/team-icons/briefcase.svg)}.icon-mask--team-code{-webkit-mask-image:url(/icons/team-icons/code.svg);mask-image:url(/icons/team-icons/code.svg)}.icon-mask--team-compass{-webkit-mask-image:url(/icons/team-icons/compass.svg);mask-image:url(/icons/team-icons/compass.svg)}.icon-mask--team-cpu{-webkit-mask-image:url(/icons/team-icons/cpu.svg);mask-image:url(/icons/team-icons/cpu.svg)}.icon-mask--team-crown{-webkit-mask-image:url(/icons/team-icons/crown.svg);mask-image:url(/icons/team-icons/crown.svg)}.icon-mask--team-database{-webkit-mask-image:url(/icons/team-icons/database.svg);mask-image:url(/icons/team-icons/database.svg)}.icon-mask--team-feather{-webkit-mask-image:url(/icons/team-icons/feather.svg);mask-image:url(/icons/team-icons/feather.svg)}.icon-mask--team-flag{-webkit-mask-image:url(/icons/team-icons/flag.svg);mask-image:url(/icons/team-icons/flag.svg)}.icon-mask--team-gear{-webkit-mask-image:url(/icons/team-icons/gear.svg);mask-image:url(/icons/team-icons/gear.svg)}.icon-mask--team-gift{-webkit-mask-image:url(/icons/team-icons/gift.svg);mask-image:url(/icons/team-icons/gift.svg)}.icon-mask--team-globe{-webkit-mask-image:url(/icons/team-icons/globe.svg);mask-image:url(/icons/team-icons/globe.svg)}.icon-mask--team-grid{-webkit-mask-image:url(/icons/team-icons/grid.svg);mask-image:url(/icons/team-icons/grid.svg)}.icon-mask--team-headphones{-webkit-mask-image:url(/icons/team-icons/headphones.svg);mask-image:url(/icons/team-icons/headphones.svg)}.icon-mask--team-heart{-webkit-mask-image:url(/icons/team-icons/heart.svg);mask-image:url(/icons/team-icons/heart.svg)}.icon-mask--team-home{-webkit-mask-image:url(/icons/team-icons/home.svg);mask-image:url(/icons/team-icons/home.svg)}.icon-mask--team-key{-webkit-mask-image:url(/icons/team-icons/key.svg);mask-image:url(/icons/team-icons/key.svg)}.icon-mask--team-layers{-webkit-mask-image:url(/icons/team-icons/layers.svg);mask-image:url(/icons/team-icons/layers.svg)}.icon-mask--team-lightbulb{-webkit-mask-image:url(/icons/team-icons/lightbulb.svg);mask-image:url(/icons/team-icons/lightbulb.svg)}.icon-mask--team-map-pin{-webkit-mask-image:url(/icons/team-icons/map-pin.svg);mask-image:url(/icons/team-icons/map-pin.svg)}.icon-mask--team-message{-webkit-mask-image:url(/icons/team-icons/message.svg);mask-image:url(/icons/team-icons/message.svg)}.icon-mask--team-moon{-webkit-mask-image:url(/icons/team-icons/moon.svg);mask-image:url(/icons/team-icons/moon.svg)}.icon-mask--team-puzzle{-webkit-mask-image:url(/icons/team-icons/puzzle.svg);mask-image:url(/icons/team-icons/puzzle.svg)}.icon-mask--team-rocket{-webkit-mask-image:url(/icons/team-icons/rocket.svg);mask-image:url(/icons/team-icons/rocket.svg)}.icon-mask--team-shield{-webkit-mask-image:url(/icons/team-icons/shield.svg);mask-image:url(/icons/team-icons/shield.svg)}.icon-mask--team-smile{-webkit-mask-image:url(/icons/team-icons/smile.svg);mask-image:url(/icons/team-icons/smile.svg)}.icon-mask--team-star{-webkit-mask-image:url(/icons/team-icons/star.svg);mask-image:url(/icons/team-icons/star.svg)}.icon-mask--team-sun{-webkit-mask-image:url(/icons/team-icons/sun.svg);mask-image:url(/icons/team-icons/sun.svg)}.icon-mask--team-tag{-webkit-mask-image:url(/icons/team-icons/tag.svg);mask-image:url(/icons/team-icons/tag.svg)}.icon-mask--team-target{-webkit-mask-image:url(/icons/team-icons/target.svg);mask-image:url(/icons/team-icons/target.svg)}.icon-mask--team-users{-webkit-mask-image:url(/icons/team-icons/users.svg);mask-image:url(/icons/team-icons/users.svg)}.icon-mask--team-zap{-webkit-mask-image:url(/icons/team-icons/zap.svg);mask-image:url(/icons/team-icons/zap.svg)}.nav-icon .icon-mask{width:100%;height:100%}.sidebar-admin-back__icon .icon-mask{width:16px;height:16px}.sidebar-admin-panel-card__icon .icon-mask,.sidebar-global-admin-banner__icon .icon-mask,.team-icon-mask{width:18px;height:18px}.rf-int-card__icon-mask{width:36px;height:36px;color:var(--slate-300)}.rf-int-form__arrows-mask{width:26px;height:14px;color:var(--slate-400)}.toggle{width:38px;height:22px;border-radius:11px;position:relative;cursor:pointer;flex-shrink:0;transition:background .15s;border:none;padding:0}.toggle.off{background:var(--slate-200)}.toggle:after{content:"";position:absolute;width:16px;height:16px;background:#fff;border-radius:50%;top:3px;transition:left .15s;box-shadow:0 1px 3px #0003}.toggle.off:after{left:3px}.toggle:disabled{opacity:.5;cursor:not-allowed}.sidebar{width:240px;background:var(--surface-sidebar);border-right:none;display:flex;flex-direction:column;flex-shrink:0;height:100vh;position:relative;z-index:var(--z-sidebar);transition:width .2s ease}.sidebar .sidebar-logo{padding:0 14px 0 18px;border-bottom:1px solid var(--border-on-dark);display:flex;align-items:center;gap:10px;height:72px}.sidebar .sidebar-logo .sidebar-brand{flex:1;min-width:0;display:flex;align-items:center;gap:10px}.sidebar .sidebar-logo .sidebar-logo-mark{width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar .sidebar-logo .sidebar-logo-mark img{width:28px;height:29px;display:block}.sidebar .sidebar-logo .logo-text{font-family:var(--font-display);font-size:13px;font-weight:700;color:#fff;line-height:1.3;letter-spacing:-.2px}.sidebar .sidebar-logo .logo-text .logo-subtitle{display:block;font-size:11px;font-weight:400;color:#fff6}.sidebar .sidebar-nav{flex:1;padding:10px 0;overflow-y:auto}.sidebar .nav-section-label{font-size:10px;color:var(--side-muted);font-weight:700;text-transform:uppercase;letter-spacing:.14em;padding:12px 18px 4px}.sidebar .nav-item{display:flex;align-items:center;gap:9px;padding:9px 10px;margin:1px 12px;font-size:13px;color:#c7d2f0;cursor:pointer;border-radius:var(--radius-sm);transition:all var(--dur-base);-webkit-user-select:none;user-select:none;border:none;background:transparent;width:calc(100% - 24px);text-align:left;text-decoration:none}.sidebar .nav-item:hover{background:#ffffff0d;color:#fff}.sidebar .nav-item.active{background:#1d45df38;color:#fff;font-weight:600}.sidebar .nav-item .nav-icon{width:16px;height:16px;opacity:.65;flex-shrink:0}.sidebar .nav-item .nav-icon img,.sidebar .nav-item .nav-icon svg{width:100%;height:100%}.sidebar .nav-item.active .nav-icon{opacity:1}.sidebar .nav-item:hover .nav-icon{opacity:.95}.sidebar .sidebar-footer{padding:12px 14px;border-top:1px solid var(--border-on-dark);display:flex;align-items:center;gap:8px;position:relative}.sidebar .sidebar-footer .sidebar-footer-link{display:flex;align-items:center;gap:8px;flex:1;text-decoration:none}.sidebar-footer--collapsed .sidebar .sidebar-footer .sidebar-footer-link{justify-content:center;flex:0}.sidebar .sidebar-footer .user-avatar{width:30px;height:30px;border-radius:var(--radius-round);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#fff;flex-shrink:0;background:linear-gradient(135deg,#6a3aaa,var(--blue))}.sidebar .sidebar-footer .user-avatar.super-admin{background:var(--role-super-admin-bg);color:var(--role-super-admin-text)}.sidebar .sidebar-footer .user-avatar.global-admin{background:var(--role-global-admin-bg);color:var(--role-global-admin-text)}.sidebar .sidebar-footer .user-avatar.org-admin{background:var(--role-org-admin-bg);color:var(--role-org-admin-text)}.sidebar .sidebar-footer .user-avatar.org-manager{background:var(--role-org-manager-bg);color:var(--role-org-manager-text)}.sidebar .sidebar-footer .user-avatar.user{background:var(--role-user-bg);color:var(--role-user-text)}.sidebar .sidebar-footer .user-info{flex:1;min-width:0}.sidebar .sidebar-footer .user-info .user-name{font-size:12px;font-weight:600;color:#ffffffe6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar .sidebar-footer .user-info .user-role{font-size:11px;color:var(--side-muted)}.sidebar .sidebar-footer .sidebar-signout{cursor:pointer;padding:6px;border-radius:8px;color:var(--text-muted);display:flex;align-items:center;flex-shrink:0;transition:all .15s ease}.sidebar .sidebar-footer .sidebar-signout img{transition:filter .15s ease}.sidebar .sidebar-footer .sidebar-signout:hover{background:#ffffff0f;color:#fff}.sidebar .sidebar-footer .sidebar-signout:hover img{filter:brightness(2.2)}.sidebar .sidebar-footer--collapsed{justify-content:center}.sidebar.collapsed{width:72px!important;min-width:72px!important}.sidebar.collapsed .sidebar-logo{justify-content:center;padding:0;gap:0}.sidebar.collapsed .sidebar-logo .sidebar-brand,.sidebar.collapsed .logo-text,.sidebar.collapsed .nav-section-label{display:none}.sidebar.collapsed .sidebar-nav{overflow:visible}.sidebar.collapsed .nav-item{justify-content:center;gap:0!important;font-size:0!important;padding:9px 0!important;margin:1px 12px;position:relative}.sidebar.collapsed .nav-item .nav-icon{font-size:initial;width:16px;height:16px}.sidebar.collapsed .nav-item:after{content:attr(data-tip);position:absolute;left:calc(100% + 12px);top:50%;transform:translateY(-50%) translate(-6px);background:var(--navy);color:#fff;font-family:var(--font-body);font-size:12px;font-weight:600;letter-spacing:.01em;white-space:nowrap;padding:7px 11px;border-radius:var(--radius-sm);box-shadow:0 6px 18px -4px #07123880;opacity:0;pointer-events:none;transition:opacity var(--dur-fast) var(--ease-out),transform var(--dur-fast) var(--ease-out);z-index:var(--z-modal)}.sidebar.collapsed .nav-item:before{content:"";position:absolute;left:calc(100% + 4px);top:50%;transform:translateY(-50%);border:6px solid transparent;border-right-color:var(--navy);opacity:0;pointer-events:none;transition:opacity var(--dur-fast) var(--ease-out);z-index:var(--z-modal)}.sidebar.collapsed .nav-item:hover:after{opacity:1;transform:translateY(-50%) translate(0)}.sidebar.collapsed .nav-item:hover:before{opacity:1}.sidebar-collapse-btn{flex-shrink:0;width:28px;height:28px;border-radius:var(--radius-sm);padding:0;color:#ffffff8c;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;user-select:none;border:none;background:transparent;transition:background var(--dur-fast),color var(--dur-fast)}.sidebar-collapse-btn img{transition:filter var(--dur-fast)}.sidebar-collapse-btn:hover{color:#fff;background:#ffffff14}.sidebar-collapse-btn:hover img{filter:brightness(1.8)}@media (max-width: 1200px){.sidebar{width:72px!important;min-width:72px!important}.sidebar .sidebar-brand,.sidebar .logo-text,.sidebar .nav-section-label{display:none}.sidebar .sidebar-logo{justify-content:center;padding:0;gap:0}.sidebar .nav-item{justify-content:center;gap:0!important;font-size:0!important;padding:9px 0!important;position:relative}.sidebar .nav-item .nav-icon{font-size:initial;width:16px;height:16px}.sidebar .sidebar-nav{overflow:visible}}.topbar{position:relative;background:#ffffffd9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--slate-100);padding:0 28px;height:72px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0;box-shadow:var(--shadow-topbar);z-index:var(--z-topbar)}.topbar .topbar__left,.topbar .topbar-actions{display:flex;align-items:center}.topbar .topbar__left{gap:8px}.topbar .topbar-actions{gap:8px;flex-wrap:wrap;justify-content:flex-end}.topbar .topbar-action__icon{display:block;flex-shrink:0}.topbar .topbar-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:8px;color:var(--text-strong)}.topbar .topbar-breadcrumb__item{display:inline-flex;align-items:center;gap:8px}.topbar .topbar-breadcrumb__link{padding:0;border:none;background:transparent;font-family:var(--font-body);font-size:14px;font-weight:500;color:var(--text-secondary);text-decoration:none;cursor:pointer}.topbar .topbar-breadcrumb__link:hover{color:var(--blue)}.topbar .topbar-breadcrumb__link.is-static{cursor:default}.topbar .topbar-breadcrumb__sep{color:var(--slate-300);font-size:16px;font-weight:400}.topbar .topbar-breadcrumb__current{font-family:var(--font-display);font-size:20px;font-weight:800;color:var(--text-strong);letter-spacing:-.02em}.company-chip{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:6;display:flex;align-items:center;gap:11px;background:#f5f6f9;border:1px solid var(--slate-200);border-radius:12px;padding:6px 18px;box-shadow:0 1px 2px #0712380a}.company-chip__avatar-wrap{position:relative;flex-shrink:0}.company-chip__avatar{width:24px;height:24px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:10.5px;font-family:var(--font-display)}.company-chip__avatar--teal{background:var(--teal-50);color:var(--teal-700);border:1px solid rgba(55,193,206,.2)}.company-chip__viewing-badge{position:absolute;right:-3px;bottom:-3px;width:13px;height:13px;border-radius:50%;background:var(--teal-600);border:2px solid #fff;display:flex;align-items:center;justify-content:center;color:#fff}.company-chip__name{font-size:18px;font-weight:500;color:var(--text-strong);font-family:var(--font-display);letter-spacing:-.01em;line-height:1.1;max-width:280px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 2px}.company-chip__divider{width:1px;align-self:stretch;margin:3px -2px 3px 0;background:var(--slate-200);flex-shrink:0}.company-chip__rename-btn{width:27px;height:27px;border-radius:7px;background:transparent;border:none;color:var(--text-muted);display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background var(--dur-fast),color var(--dur-fast)}.company-chip__rename-btn:hover{background:#37c1ce1f;color:var(--teal-700)}.content-area{flex:1;overflow-y:auto;padding:26px 32px 32px;background:var(--main-bg);position:relative}.content-area__inner{width:100%;max-width:1240px;margin:0 auto;min-height:100%;position:relative}.page-header{margin-bottom:20px;display:flex;align-items:center;justify-content:space-between;padding-top:4px}.page-header .page-title{font-family:var(--font-display);font-size:26px;font-weight:800;color:var(--text-strong);letter-spacing:-.025em}.page-header .page-sub{font-size:13px;color:var(--text-secondary)}.page-header .page-header-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.admin-layout{display:flex;height:100vh;overflow:hidden}.admin-layout__main{flex:1;display:flex;flex-direction:column;overflow:hidden;min-width:0}.auth-layout{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--main-bg);padding:16px}.login-page-card{width:360px;max-width:100%}.login-page-card__subheading{color:var(--text-gray)}.platform-dashboard .page-sub.MuiTypography-root{font-size:13px!important;color:var(--text-secondary)!important;font-family:var(--font-body)!important;font-weight:400!important;line-height:1.5!important}.platform-dashboard__date-input{width:200px;padding:7px 12px;border:1px solid var(--border-default);border-radius:var(--radius-md);font-size:13px;background:#fff;color:var(--text-body)}.platform-dashboard__stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:16px}.platform-dashboard__charts-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.platform-dashboard__charts-grid .card{margin-bottom:0}@media (max-width: 640px){.topbar{padding:0 14px}.content-area{padding:18px 14px 24px}.page-header{align-items:flex-start;gap:12px;flex-direction:column}.page-header .page-header-actions{width:100%}}.platform-dashboard__card{margin-bottom:0;border-color:var(--slate-200)!important;border-radius:var(--radius-lg)!important;box-shadow:var(--shadow-card)!important}.platform-dashboard__card .card-title{font-family:var(--font-display);font-size:16px;font-weight:700;color:var(--text-strong);letter-spacing:-.01em}.platform-dashboard__stats-grid .stat-card{border-color:var(--slate-200)!important;border-radius:var(--radius-lg)!important;box-shadow:var(--shadow-card)!important}.platform-dashboard__stats-grid .stat-card__label{color:var(--text-secondary)!important;font-weight:600!important}.platform-dashboard__stats-grid .stat-card__value{font-family:var(--font-display)!important;font-size:26px!important;font-weight:800!important;color:var(--text-strong)!important;letter-spacing:-.02em!important;line-height:1!important}.platform-dashboard__error{margin-bottom:16px;padding:12px 16px;border:1px solid #fecaca;border-radius:var(--radius-md);background:#fff1f2;color:#be123c;font-size:13px}.platform-dashboard__chart-svg{width:100%}.platform-dashboard__chart-svg.platform-dashboard__chart-svg--medium{height:200px}.platform-dashboard__chart-svg.platform-dashboard__chart-svg--large{height:180px}.organisations-filters{display:flex;align-items:flex-end;gap:10px;margin-bottom:16px;flex-wrap:wrap}.organisations-filters__group{display:flex;flex-direction:column}.organisations-filters__label{display:block;margin-bottom:4px;font-size:10px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.org-context-banner{display:none}.sidebar-admin-back{margin:12px 12px 2px;width:calc(100% - 24px);padding:10px 12px;display:flex;align-items:center;gap:9px;background:var(--brand-gradient);border:none;border-radius:var(--radius-md);color:#fff;font-size:13px;font-weight:600;cursor:pointer;box-shadow:var(--shadow-card);transition:filter var(--dur-fast)}.sidebar-admin-back:hover{filter:brightness(1.06)}.sidebar-admin-back--collapsed{margin:12px auto 2px;width:46px;padding:10px 0;justify-content:center;gap:0}.sidebar-admin-back__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center}.sidebar-admin-back--gold{background:linear-gradient(135deg,var(--linked),#FFCB2E);color:var(--navy)}.sidebar-admin-panel-card{margin:12px 12px 4px;padding:12px;border-radius:var(--radius-md);background:var(--brand-gradient);display:flex;align-items:center;gap:10px;box-shadow:var(--shadow-card)}.sidebar-admin-panel-card--collapsed{margin:12px auto 4px;padding:6px;width:46px;justify-content:center;gap:0}.sidebar-admin-panel-card__icon{width:34px;height:34px;border-radius:var(--radius-sm);background:#fff3;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar-admin-panel-card__content{min-width:0}.sidebar-admin-panel-card__label{font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:#ffffffbf;font-weight:600;margin-bottom:2px}.sidebar-admin-panel-card__title{font-size:14px;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.sidebar-global-admin-banner{margin:12px 12px 4px;padding:12px;border-radius:var(--radius-md);background:linear-gradient(135deg,var(--linked),#FFCB2E);display:flex;align-items:center;gap:10px;box-shadow:var(--shadow-card)}.sidebar-global-admin-banner--collapsed{margin:12px auto 4px;padding:6px;width:46px;justify-content:center;gap:0}.sidebar-global-admin-banner__icon{width:34px;height:34px;border-radius:var(--radius-sm);background:#07123824;color:var(--navy);display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar-global-admin-banner__content{min-width:0}.sidebar-global-admin-banner__label{font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:#07123899;font-weight:700;margin-bottom:2px}.sidebar-global-admin-banner__title{font-size:14px;font-weight:700;color:var(--navy);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.sidebar-back-to-platform{position:relative;margin:2px 12px 8px;width:auto}.sidebar-back-to-platform--collapsed{margin:2px auto 8px;width:46px}.sidebar-back-to-platform__btn{width:100%;display:inline-flex;align-items:center;gap:9px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-sm);padding:8px 10px;color:#c7d2f0;font-size:12.5px;font-weight:600;cursor:pointer;transition:background var(--dur-fast)}.sidebar-back-to-platform__btn:hover{background:#ffffff14}.sidebar-back-to-platform__btn--collapsed{width:46px;height:40px;padding:0;justify-content:center}.sidebar-back-to-platform__btn__icon{flex-shrink:0;display:flex;align-items:center}.sidebar-back-to-platform__btn__label{flex:1;min-width:0;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-back-to-platform__btn__chevron{flex-shrink:0;opacity:.6}.organisations-page__header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding-top:4px;flex-wrap:wrap}.organisations-page__current-org-button{display:inline-flex;align-items:center;gap:7px;color:var(--text-strong);background:color-mix(in srgb,var(--blue) 8%,#fff);border-color:color-mix(in srgb,var(--blue) 22%,#fff);padding:8px 14px;border-radius:var(--radius-md);font-size:13px;font-weight:600;cursor:pointer;transition:all var(--dur-base)}.organisations-page__current-org-button:hover{border-color:var(--blue-300);filter:brightness(.98)}.organisations-table-card{border-color:var(--slate-200)!important}.organisations-table-card .table-panel__header{display:none}.organisations-page__current-org-button{display:inline-flex;align-items:center;gap:7px;color:var(--text-strong);background:color-mix(in srgb,var(--blue) 8%,#fff);border-color:color-mix(in srgb,var(--blue) 22%,#fff)!important;padding:8px 14px;border-radius:var(--radius-md);font-size:13px;font-weight:600;cursor:pointer}.organisations-page__current-org-button strong{font-weight:700}.organisations-table{width:100%;table-layout:fixed}.organisations-table .data-table__head-cell{padding:11px 16px!important;font-size:11px!important;font-weight:600!important;color:var(--text-muted)!important;text-transform:uppercase;letter-spacing:.06em!important;border-bottom:1px solid var(--slate-100)!important;background:var(--slate-100)!important}.organisations-table .organisations-table__head-cell--actions{text-align:left!important}.organisations-table .data-table__body-row:hover{background-color:var(--slate-100)}.organisations-table .organisations-table__row{cursor:pointer}.organisations-table .organisations-table__row--child{background:var(--slate-50)}.organisations-table .organisations-table__cell{padding:13px 16px!important;font-size:13px!important;color:var(--text-body)!important;border-bottom:1px solid var(--slate-100)!important;vertical-align:middle}.organisations-table .organisations-table__cell--name{font-size:15px!important;font-weight:700!important;color:var(--text-strong)!important}.organisations-table .organisations-table__row--child .organisations-table__cell--name{font-size:14px!important}.organisations-table .organisations-table__cell--actions{text-align:left!important;white-space:nowrap;padding-right:0!important}.organisations-table__action-button{min-width:0!important;margin-right:6px!important}.organisations-table__action-button:last-child{margin-right:0!important}.organisations-table__action-button--view{background:linear-gradient(135deg,var(--teal-600),var(--teal))!important;border-color:var(--teal-600)!important;color:#fff!important}.organisations-table__action-button--view:hover{background:linear-gradient(135deg,var(--teal-600),var(--teal))!important;filter:brightness(1.05)}.organisations-table__action-button--join{background:var(--brand-gradient)!important;border-color:transparent!important;color:#fff!important;box-shadow:none!important}.organisations-table__action-button--join:hover{background:var(--brand-gradient)!important;filter:brightness(1.06);color:#fff!important;border-color:transparent!important}.organisations-table__action-button--join:disabled{background:color-mix(in srgb,var(--blue) 10%,#fff)!important;border-color:color-mix(in srgb,var(--blue) 28%,#fff)!important;color:var(--blue)!important;cursor:not-allowed!important;box-shadow:none!important;filter:none!important}.organisations-table__name-button{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap;cursor:pointer;color:var(--text-strong)}.organisations-table__name-button--depth-1{padding-left:0}.organisations-table__name-label{flex:auto;min-width:0}.organisations-table__linked-btn{display:inline-flex;align-items:center;gap:5px;background:color-mix(in srgb,var(--linked) 5%,#fff);border:1px solid color-mix(in srgb,var(--linked) 26%,#fff);color:var(--linked-700);border-radius:var(--radius-pill);padding:3px 10px;font-size:11px;font-weight:700;font-family:var(--font-body);cursor:pointer;transition:background var(--dur-fast),transform var(--dur-fast);line-height:1}.organisations-table__linked-btn:hover,.organisations-table__linked-btn.is-expanded{background:color-mix(in srgb,var(--linked) 10%,#fff)}.organisations-table__linked-btn .organisations-table__linked-btn-icon{font-size:11px!important;color:var(--linked-700)!important;transition:transform var(--dur-fast)}.organisations-table__linked-btn.is-expanded .organisations-table__linked-btn-icon{transform:rotate(90deg)}.organisations-table__name-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.organisations-table__child-name-wrapper{display:inline-flex;align-items:center;gap:9px;padding-left:16px;min-width:0}.organisations-table__child-arrow{flex-shrink:0;font-size:14px!important;color:var(--slate-400)!important}.organisations-table-card__pagination{width:100%}.organisations-table__empty-row{text-align:center;color:var(--text-muted);padding:24px 16px;font-size:13px}.organisations-page__default-org-button{border-color:var(--danger-border)!important;background:var(--danger-fill)!important;color:var(--danger)!important;display:inline-flex;align-items:center;gap:6px}.organisations-page__default-org-button:disabled{border-color:color-mix(in srgb,var(--danger) 18%,#fff)!important;background:color-mix(in srgb,var(--danger) 6%,#fff)!important;color:color-mix(in srgb,var(--danger) 55%,var(--text-muted))!important;opacity:1!important;cursor:not-allowed!important}.organisations-page__create-button{padding:8px 14px!important;border-radius:var(--radius-md)!important;font-size:13px!important;font-weight:600!important;box-shadow:0 5px 14px #289ea64d!important}.organisations-table-card .card-title{font-family:var(--font-display);font-size:16px;font-weight:700;color:var(--text-strong);letter-spacing:-.01em}.organisation-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-modal);display:flex;align-items:center;justify-content:center;background:#07123873;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);padding:20px}.organisation-modal{width:520px;max-width:90%;max-height:92vh;overflow-y:auto;border-radius:var(--radius-xl);background:var(--white);box-shadow:var(--shadow-modal);display:flex;flex-direction:column;animation:pop .2s var(--ease-out)}.organisation-modal__header{display:flex;align-items:center;justify-content:space-between;padding:20px 22px;background:color-mix(in srgb,var(--blue) 6%,#fff);border-bottom:1px solid color-mix(in srgb,var(--blue) 16%,#fff)}.organisation-modal__title{font-family:var(--font-display);font-size:18px;font-weight:800;color:var(--text-strong);letter-spacing:-.02em}.organisation-modal__close{border:0;background:none;cursor:pointer;font-size:18px;line-height:1;color:var(--text-muted)}.organisation-modal__body{display:flex;flex-direction:column;gap:14px;padding:20px 22px;overflow-y:auto}.organisation-modal__grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.organisation-modal__field{display:flex;flex-direction:column}.organisation-modal__required{color:var(--danger)}.organisation-modal__inline-row{display:flex;align-items:center;gap:10px}.organisation-modal__inline-input{flex:1}.organisation-modal__small-input{width:72px}.organisation-modal__inline-input--disabled{opacity:.45;background:#fff}.organisation-modal .organisation-modal__toggle-button{min-width:94px!important}.organisation-modal .btn.organisation-modal__toggle-button--danger{color:var(--danger)!important;border-color:var(--danger-border)!important;border-width:1px!important;background:#fff!important;background-color:#fff!important;box-shadow:none!important;background-image:none!important}.organisation-modal .btn.organisation-modal__toggle-button--danger:hover,.organisation-modal .btn.organisation-modal__toggle-button--danger:focus,.organisation-modal .btn.organisation-modal__toggle-button--danger:active,.organisation-modal .btn.organisation-modal__toggle-button--danger.Mui-focusVisible{color:var(--danger)!important;border-color:var(--danger-border)!important;background:var(--danger-fill)!important;background-color:var(--danger-fill)!important;box-shadow:none!important;background-image:none!important}.organisation-modal .MuiButton-root.btn.organisation-modal__submit-button{min-width:180px!important;justify-content:center!important}.organisation-modal__helper{margin-top:6px;font-size:11px;color:var(--text-muted)}.organisation-modal__products-table{border:1px solid var(--slate-200);border-radius:var(--radius-md);overflow:hidden}.organisation-modal__products-header{display:flex;align-items:center;padding:7px 14px;background:var(--slate-100);font-size:10.5px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.organisation-modal__products-row{display:flex;align-items:center;padding:8px 14px;border-top:1px solid var(--slate-100)}.organisation-modal__products-col--name{flex:1}.organisation-modal__products-col--active{width:54px;text-align:center}.organisation-modal__products-col--hide{width:46px;text-align:center}.organisation-modal__products-cell--name{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.organisation-modal__products-cell--active{width:54px;display:flex;justify-content:center}.organisation-modal__products-cell--hide{width:46px;display:flex;justify-content:center}.organisation-modal__products-icon{width:26px;height:26px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0}.organisation-modal__products-name{font-size:13px;font-weight:600;color:var(--text-strong);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.organisation-modal__products-default-badge{flex-shrink:0;padding:1px 7px;border-radius:var(--radius-pill, 999px);background:var(--teal-50, #e6f7f2);color:var(--teal-700, #0f766e);font-size:9.5px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.organisation-modal__products-checkbox{width:16px;height:16px;cursor:pointer}.organisation-modal__products-checkbox--active{accent-color:var(--teal-600)}.organisation-modal__products-checkbox--hide{accent-color:var(--slate-500)}.organisation-modal__products-checkbox:disabled{cursor:not-allowed;opacity:.7}.organisation-modal__field-error,.organisation-modal__submit-error{margin-top:6px;font-size:11px;font-weight:500;color:var(--danger)}.organisation-modal__submit-error{margin-top:-2px;text-align:center}.organisation-modal__footer{display:flex;justify-content:flex-end;gap:10px;padding:16px 22px 20px;border-top:1px solid var(--slate-100);background:var(--white)}.organisation-modal__footer--centered{justify-content:center}.organisation-modal--delete{max-width:480px}.organisation-modal__subtitle--delete{margin-top:8px;font-size:14px;color:#666}.organisation-modal__warning-section{background-color:#fff3cd;border:1px solid #ffc107;border-radius:4px;padding:16px;margin-bottom:24px}.organisation-modal__warn-row{display:flex;align-items:flex-start;gap:12px}.organisation-modal__warn-emoji{font-size:24px;line-height:1}.organisation-modal__warn-title{font-weight:600;margin-bottom:8px;color:#856404}.organisation-modal__warn-text{font-size:14px;color:#856404;line-height:1.5}.organisation-modal__footer--delete{gap:12px}.organisation-modal__submit-button{min-width:180px!important;justify-content:center!important}@media (max-width: 640px){.organisation-modal__grid{grid-template-columns:1fr}.organisation-modal__inline-row{flex-direction:column;align-items:stretch}.organisation-modal__small-input{width:100%}}.modal-card.confirm-modal{width:420px}.confirm-modal__body{padding:24px 24px 0;text-align:center}.confirm-modal__icon{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.confirm-modal--danger .confirm-modal__icon{background:var(--danger-fill)}.confirm-modal--primary .confirm-modal__icon{background:var(--teal-50)}.confirm-modal__icon-mask{width:22px;height:22px;display:inline-block;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.confirm-modal__icon-mask--danger{-webkit-mask-image:url(/icons/warning-triangle-danger.svg);mask-image:url(/icons/warning-triangle-danger.svg);background:var(--danger)}.confirm-modal__icon-mask--primary{-webkit-mask-image:url(/icons/info.svg);mask-image:url(/icons/info.svg);background:var(--teal-600)}.confirm-modal__title{font-size:17px;font-weight:700;color:var(--text-strong);margin-bottom:8px}.confirm-modal__message{font-size:13px;color:var(--text-secondary);line-height:1.6}.confirm-modal__error{font-size:12px;color:var(--danger);margin-top:10px}.confirm-modal__footer{padding:18px 24px 24px;display:flex;gap:10px}.confirm-modal__btn{flex:1;justify-content:center}.confirm-modal--danger .confirm-modal__confirm{background:var(--danger-fill)!important;color:var(--danger)!important;border-color:var(--danger-border)!important}.confirm-modal--primary .confirm-modal__confirm{background:var(--teal-50)!important;color:var(--teal-600)!important;border-color:var(--teal-100)!important}.global-error-modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#07123873;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;z-index:var(--z-modal)}.global-error-modal{background:var(--white);border-radius:var(--radius-xl);width:420px;max-width:90%;max-height:92vh;overflow-y:auto;box-shadow:var(--shadow-modal);display:flex;flex-direction:column;animation:pop .2s var(--ease-out)}.global-error-modal__body{padding:24px 24px 0;text-align:center}.global-error-modal__icon{width:52px;height:52px;border-radius:50%;background:var(--danger-fill);display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.global-error-modal__icon-mask{width:22px;height:22px;background-color:var(--danger);-webkit-mask-image:url(/icons/warning-triangle-mask.svg);mask-image:url(/icons/warning-triangle-mask.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.global-error-modal__title{font-size:17px;font-weight:700;color:var(--text-strong);margin-bottom:8px}.global-error-modal__message{font-size:13px;color:var(--text-secondary);line-height:1.6}.global-error-modal__reference{margin-top:12px;font-size:11.5px;color:var(--text-muted, var(--text-secondary));font-variant-numeric:tabular-nums}.global-error-modal__footer{padding:18px 24px 24px;display:flex}.global-error-modal__dismiss{flex:1;justify-content:center;background:var(--danger-fill);color:var(--danger);border-color:var(--danger-border)}@keyframes toastPop{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.toast-viewport{position:fixed;bottom:26px;left:50%;transform:translate(-50%);z-index:var(--z-toast);pointer-events:none}.toast-card{display:flex;align-items:center;gap:10px;background:#fff;border-left:3px solid var(--toast-accent);border-radius:var(--radius-md);box-shadow:0 10px 30px -8px #07123847;padding:12px 16px 12px 14px;max-width:380px;pointer-events:auto;outline:none}.toast-card--success{--toast-accent: var(--green-700);--toast-tint: #E9F7F0}.toast-card--danger{--toast-accent: var(--danger);--toast-tint: color-mix(in srgb, var(--danger) 12%, #fff)}.toast-card--info{--toast-accent: var(--blue);--toast-tint: var(--blue-50)}.toast-pop{animation:toastPop var(--dur-base) var(--ease-standard)}.toast-icon{width:26px;height:26px;border-radius:50%;background:var(--toast-tint);display:flex;align-items:center;justify-content:center;flex-shrink:0}.toast-icon__mask{width:16px;height:16px;background-color:var(--toast-accent);-webkit-mask-image:url(/icons/toast-check.svg);mask-image:url(/icons/toast-check.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.toast-message{font-size:13.5px;font-weight:600;color:var(--text-strong)}@media (prefers-reduced-motion: reduce){.toast-pop{animation:none}}.all-users-page .page-header{margin-bottom:16px}.all-users-card{margin-bottom:0;border-color:var(--slate-200)!important;border-radius:var(--radius-lg)!important;overflow:hidden}.all-users-card__header{display:flex;gap:10px;align-items:center;flex-wrap:wrap;justify-content:flex-start}.all-users-card__title{font-family:var(--font-display);font-size:16px;font-weight:700;color:var(--text-strong);letter-spacing:-.01em;flex:0 0 auto}.all-users-card__actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-left:auto}.all-users-card__search{width:220px;padding:8px 12px;border:1px solid var(--border-default);border-radius:var(--radius-md);background:#fff;color:var(--text-body);font-size:13px;font-family:var(--font-body)}.all-users-card__search::placeholder{color:var(--text-muted)}.all-users-card__search:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px color-mix(in srgb,var(--blue) 12%,transparent)}.all-users-card__filter{width:auto;min-width:126px;padding:6px 10px;border:1px solid var(--border-default);border-radius:var(--radius-md);background:#fff;color:var(--text-body);font-size:12px;font-family:var(--font-body)}.all-users-card__filter:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px color-mix(in srgb,var(--blue) 10%,transparent)}.all-users-table{width:100%;table-layout:fixed;border-collapse:collapse}.all-users-table th{padding:11px 16px;font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid var(--slate-100);background:var(--slate-100);text-align:left}.all-users-table tbody tr:hover{background:color-mix(in srgb,var(--blue) 3.5%,#fff)}.all-users-table .all-users-table__cell{padding:13px 16px;font-size:13px;color:var(--text-body);border-bottom:1px solid var(--slate-100);vertical-align:middle}.all-users-table .all-users-table__cell--name{font-weight:500}.all-users-table .all-users-table__cell--organisation{color:var(--blue);font-weight:600}.all-users-table__org-link{padding:0;border:0;background:transparent;color:var(--blue);font-size:13px;font-weight:600;font-family:var(--font-body);cursor:pointer}.all-users-table__org-link.is-disabled{color:var(--text-muted);cursor:default}.all-users-card__footer{padding:14px 20px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--slate-100);gap:12px;flex-wrap:wrap}.all-users-card__count{font-size:12px;color:var(--text-muted)}.all-users-card__pagination{display:flex;gap:6px;align-items:center}.all-users-card__pagination-label{font-size:12px;color:var(--text-secondary)}.all-users-card__page-size{padding:5px 8px;border:1px solid var(--border-default);border-radius:var(--radius-sm);font-size:12px;background:#fff;color:var(--text-body)}.all-users-card__page-btn{min-width:32px}.all-users-table__empty-row{text-align:center;color:var(--text-muted);padding:24px 16px;font-size:13px}.all-users-table__error{padding:18px 20px;font-size:13px;color:var(--danger)}@media (max-width: 900px){.all-users-card__actions{margin-left:0}.all-users-card__search{width:100%}}.reports-page .page-sub.MuiTypography-root{font-size:13px!important;color:var(--text-secondary)!important;font-family:var(--font-body)!important;font-weight:400!important;line-height:1.5!important}.reports-page .page-sub{max-width:780px}.reports-toolbar{display:flex;align-items:center;gap:10px;margin-bottom:16px;flex-wrap:wrap}.reports-tab-group{display:inline-flex;overflow:hidden;border:1px solid var(--slate-200);border-radius:var(--radius-md);background:var(--white)}.reports-tab-group__button{padding:8px 16px;border:0;background:var(--white);color:var(--text-secondary);font-size:13px;font-weight:600;font-family:var(--font-body);cursor:pointer}.reports-tab-group__button.has-divider{border-left:1px solid var(--slate-200)}.reports-tab-group__button.is-active{background:var(--navy);color:var(--white)}.reports-toolbar__controls{display:flex;align-items:center;gap:8px;flex:1;flex-wrap:wrap}.reports-control{min-width:150px;padding:8px 12px;border:1px solid var(--border-default);border-radius:var(--radius-md);background:var(--white);color:var(--text-body);font-size:13px;font-family:var(--font-body)}.reports-control--search,.reports-control--date{width:200px}.reports-daterange{display:inline-flex;align-items:center;gap:6px}.reports-daterange .reports-control--date{width:140px;min-width:0}.reports-daterange__sep{color:var(--text-muted);font-size:13px}.reports-inline-error{margin-bottom:12px;padding:9px 13px;border:1px solid var(--slate-200);border-radius:var(--radius-md);background:var(--white);color:var(--text-body);font-size:13px;font-family:var(--font-body)}.reports-export-button,.reports-submit-button,.reports-export-row-button,.reports-pagination__button{border:1px solid var(--slate-200);border-radius:var(--radius-md);background:var(--white);color:var(--text-body);font-family:var(--font-body);cursor:pointer}.reports-export-button,.reports-submit-button{padding:10px 16px;font-size:13px;font-weight:600}.reports-submit-button{background:linear-gradient(135deg,var(--blue),#3358e8)!important;color:#fff!important;border-color:transparent!important;box-shadow:none!important}.reports-export-menu{position:relative;margin-left:auto}.reports-export-menu__list{position:absolute;top:calc(100% + 4px);right:0;z-index:20;min-width:120px;padding:4px;display:flex;flex-direction:column;border:1px solid var(--slate-200);border-radius:var(--radius-md);background:var(--white);box-shadow:var(--shadow-card)}.reports-export-menu__item{padding:8px 12px;border:0;border-radius:var(--radius-sm);background:transparent;color:var(--text-body);font-size:13px;font-weight:600;font-family:var(--font-body);text-align:left;cursor:pointer}.reports-export-menu__item:hover{background:var(--slate-100)}.reports-export-button__chevron{margin-left:3px}.reports-export-button:disabled,.reports-export-row-button:disabled,.reports-pagination__button:disabled{opacity:.5;cursor:not-allowed}.reports-card{margin-bottom:0;background:var(--white);border:1px solid var(--slate-200);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-card)}.reports-card__table-wrap{overflow-x:auto;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.reports-card__table-wrap::-webkit-scrollbar{width:0;height:0;display:none}.reports-card__table-wrap--capped{max-height:var(--reports-table-max-height)}.reports-card__table-wrap--capped.reports-card__table-wrap--org{max-height:var(--reports-table-max-height-org)}.reports-table{width:100%;border-collapse:collapse}.reports-table--wide{min-width:920px;table-layout:fixed}.reports-table--wide th:nth-child(1),.reports-table--wide td:nth-child(1){width:11.5%}.reports-table--wide th:nth-child(2),.reports-table--wide td:nth-child(2){width:11.1%}.reports-table--wide th:nth-child(3),.reports-table--wide td:nth-child(3){width:15.6%}.reports-table--wide th:nth-child(4),.reports-table--wide td:nth-child(4){width:8.7%}.reports-table--wide th:nth-child(5),.reports-table--wide td:nth-child(5){width:8.6%}.reports-table--wide th:nth-child(6),.reports-table--wide td:nth-child(6){width:17%}.reports-table--wide th:nth-child(7),.reports-table--wide td:nth-child(7){width:27.5%}.reports-table--parsing{min-width:1000px;table-layout:fixed}.reports-table--parsing th:nth-child(1),.reports-table--parsing td:nth-child(1){width:9.3%}.reports-table--parsing th:nth-child(2),.reports-table--parsing td:nth-child(2){width:9.4%}.reports-table--parsing th:nth-child(3),.reports-table--parsing td:nth-child(3){width:15.5%}.reports-table--parsing th:nth-child(4),.reports-table--parsing td:nth-child(4){width:21.4%}.reports-table--parsing th:nth-child(5),.reports-table--parsing td:nth-child(5){width:10.4%}.reports-table--parsing th:nth-child(6),.reports-table--parsing td:nth-child(6){width:14%}.reports-table--parsing th:nth-child(7),.reports-table--parsing td:nth-child(7){width:20%}.reports-table--wide tbody td,.reports-table--parsing tbody td{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reports-table thead th{padding:11px 16px;background:var(--slate-100);color:var(--text-muted);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;text-align:left;border-bottom:1px solid var(--slate-100);white-space:nowrap;position:sticky;top:0;z-index:2}.reports-table tbody td{padding:13px 16px;color:var(--text-body);font-size:13px;border-bottom:1px solid var(--slate-100);vertical-align:middle}.reports-table tbody tr:hover td{background:color-mix(in srgb,var(--blue) 3.5%,#fff)}.reports-table__export-heading{width:160px}.reports-table__cell--strong{font-weight:500}.reports-table__cell--name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reports-table__cell--org-name{font-weight:500;color:var(--text-strong)}.reports-table__cell--muted,.reports-table__cell--secondary{color:var(--text-secondary)}.reports-table__cell--date{color:var(--text-secondary);white-space:nowrap}.reports-sort-heading{display:inline-flex;align-items:center;gap:4px}.reports-sort-heading__icon{color:var(--text-muted);font-size:9px}.reports-export-row-button{padding:6px 11px;font-size:12px;border-radius:var(--radius-sm);font-weight:600;background:var(--brand-gradient)!important;color:#fff!important;border-color:transparent!important;box-shadow:none!important}.reports-pagination{display:flex;align-items:center;justify-content:flex-end;gap:16px;padding:14px 20px;border-top:1px solid var(--slate-100)}.reports-pagination__label,.reports-pagination__summary{color:var(--text-secondary);font-size:12px}.reports-pagination__select{padding:5px 8px;border:1px solid var(--border-default);border-radius:var(--radius-sm);font-size:12px;background:var(--white)}.reports-pagination__buttons{display:flex;gap:4px}.reports-pagination__button{padding:4px 8px;font-size:12px;background:transparent!important;border-color:transparent!important;color:var(--text-secondary)!important}@media (max-width: 900px){.reports-toolbar__controls{width:100%}.reports-export-button{margin-left:0}.reports-pagination{justify-content:flex-start;flex-wrap:wrap}}.packages-matrix-card{background:var(--white);border:1px solid var(--slate-200);border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000000a;margin-bottom:0}.packages-matrix-card--embedded{max-width:100%}.packages-page__create-button{box-shadow:var(--shadow-btn-blue)!important}.packages-matrix-card__header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;padding:16px 20px;border-bottom:1px solid var(--slate-100)}.packages-matrix-card__title{font-family:var(--font-display);font-size:16px;font-weight:700;color:var(--text-strong);letter-spacing:-.01em}.packages-matrix-card__subtitle{margin-top:3px;font-size:12px;color:var(--text-muted)}.packages-matrix-card__actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.packages-matrix-card__search{width:210px}.packages-matrix-card__save-button{box-shadow:var(--shadow-btn-blue)!important}.packages-matrix-card__table-wrap{width:100%;overflow-x:auto}.packages-catalog__error,.packages-catalog__empty{padding:28px 20px;font-size:13px;color:var(--text-muted);text-align:center}.settings-matrix .settings-matrix__feature-col{width:auto;min-width:280px}.settings-matrix .settings-matrix__package-col{width:auto}.settings-matrix thead th{background:var(--slate-100);padding:12px 20px 10px;font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid var(--slate-200);vertical-align:bottom;text-align:center}.settings-matrix .settings-matrix__feature-heading{text-align:left}.settings-matrix .settings-matrix__package-heading{white-space:nowrap}.settings-matrix .settings-matrix__package-heading>div{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}.settings-matrix .settings-matrix__package-badge{vertical-align:middle}.settings-matrix tbody td{padding:11px 20px;font-size:13px;color:var(--text-body);border-bottom:1px solid var(--slate-100);vertical-align:middle}.settings-matrix .settings-matrix__section-row td{background:var(--slate-100);font-size:10px;font-weight:700;color:var(--slate-500);text-transform:uppercase;letter-spacing:.14em;padding:7px 20px}.settings-matrix .settings-matrix__feature-cell{font-weight:500;color:var(--navy)}.settings-matrix .settings-matrix__toggle-cell{text-align:center;vertical-align:middle}.settings-matrix .settings-matrix__toggle-cell .toggle{display:inline-block;vertical-align:middle}@media (max-width: 900px){.packages-matrix-card__actions{width:100%}}.admin-options-page .page-sub.MuiTypography-root{font-size:13px!important;color:var(--text-secondary)!important;font-family:var(--font-body)!important;font-weight:400!important;line-height:1.5!important}.admin-options-page .page-sub{max-width:760px}.admin-options-tab-shell{display:flex;gap:4px;width:fit-content;margin-bottom:22px;padding:4px;border-radius:var(--radius-lg);background:var(--slate-100);flex-wrap:wrap}.admin-options-tab-shell__button{padding:8px 16px;border:0;border-radius:var(--radius-md);background:transparent;color:var(--text-secondary);font-size:13px;font-weight:600;font-family:var(--font-body);cursor:pointer;transition:background var(--dur-fast),color var(--dur-fast)}.admin-options-tab-shell__button.is-active{background:var(--navy);color:var(--white)}.admin-options-panel{display:flex;flex-direction:column;gap:16px}.admin-options-fonts-intro{margin-bottom:18px}.admin-options-panel__intro{color:var(--text-secondary);font-size:12.5px;line-height:1.5}.admin-options-panel__header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.admin-options-card{margin-bottom:0;border-color:var(--slate-200)!important;border-radius:var(--radius-lg)!important;box-shadow:var(--shadow-card)!important}.admin-options-card .card-title{font-family:var(--font-display);font-size:16px;font-weight:700;color:var(--text-strong);letter-spacing:-.01em}.admin-options-card--narrow{max-width:680px}.admin-options-card__action{margin-left:auto!important;min-width:0!important}.admin-options-fonts-upload{display:flex;flex-direction:column;gap:16px}.admin-options-fonts-upload__row{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.admin-options-file-input{font-size:13px;color:var(--text-body)}.admin-options-fonts-upload__divider{padding-top:16px;border-top:1px solid var(--slate-100)}.admin-options-fonts-upload__divider .admin-options-fonts-upload__refresh{margin-left:0}.admin-options-fonts-list{margin-bottom:0}.admin-options-fonts-list .card-header{justify-content:space-between}.admin-options-fonts-list .card-body{padding-left:20px;padding-right:20px;padding-top:16px}.admin-options-fonts-upload__refresh{align-self:flex-start;background:var(--teal-50);color:var(--teal-700);border-color:var(--teal-100)}.admin-options-fonts-list .card-body{max-height:460px;overflow-y:auto}.admin-options-fonts-list__items{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:14px;color:var(--text-secondary);font-size:13px;list-style:disc;line-height:1.5}.admin-options-fonts-list__file{color:var(--text-strong);font-weight:600}.admin-options-info{display:flex;align-items:flex-start;gap:8px;padding:12px 14px;border:1px solid var(--blue-100);border-radius:var(--radius-md);background:var(--blue-50);color:var(--blue);font-size:12px;font-weight:600;line-height:1.5;margin-bottom:16px}.admin-options-info__icon{width:14px;height:14px;flex-shrink:0;margin-top:1px}.admin-options-cost-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px;align-items:start}.admin-options-panel--packages{display:block}.admin-options-cost-card__body{padding:0!important}.admin-options-cost-card__title-row{display:flex;align-items:center;gap:10px}.admin-options-cost-card__icon{width:30px;height:30px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700}.admin-options-cost-card__icon--reformatter-uploads{background:#e9f7f0;color:var(--green-700)}.admin-options-cost-card__icon--hiring-manager-portal{background:var(--blue-50);color:var(--blue)}.admin-options-cost-card__icon--nexus-tokens{background:#fdf1e3;color:#8a5a1f}.admin-options-cost-card__icon--nexus-sourcing-search{background:var(--teal-50);color:var(--teal-700)}.admin-options-cost-card__icon--resume-guard-anonymise{background:#f3edfb;color:#7a45c4}.admin-options-cost-card__item{padding:14px 16px}.admin-options-cost-card__item:not(:last-child){border-bottom:1px solid var(--slate-100)}.admin-options-cost-card__label{color:var(--text-strong);font-size:13px;font-weight:600;margin-bottom:2px}.admin-options-cost-card__hint{color:var(--text-muted);font-size:12px;line-height:1.5;margin-bottom:10px}.admin-options-cost-card__input-row{display:flex;align-items:center;gap:8px}.admin-options-cost-card__input-row .profile-field{flex:1;min-width:0;text-align:right}.admin-options-cost-card__suffix{color:var(--text-secondary);font-size:12px;font-weight:600}.admin-options-products-card__header{gap:10px;align-items:center;justify-content:space-between;background:color-mix(in srgb,var(--teal) 4%,#fff)}.admin-options-products-card__title-group{display:flex;align-items:center;gap:10px}.admin-options-products-card__title-chip{width:28px;height:28px;border-radius:var(--radius-sm);background:var(--teal-50);color:var(--teal-700);display:inline-flex;align-items:center;justify-content:center}.admin-options-products-card__title-chip svg{width:15px;height:15px}.admin-options-products-card__body{display:flex;flex-direction:column;padding:14px 18px 8px!important}.admin-options-products-card__copy{color:var(--text-secondary);font-size:12.5px;line-height:1.5;margin-bottom:12px}.admin-options-products-card__product{display:flex;align-items:center;gap:12px}.admin-options-products-card__icon{width:38px;height:38px;border-radius:var(--radius-md);margin-bottom:0;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.admin-options-products-card__icon img{width:20px;height:20px}.admin-options-cost-card__icon--fallback{background:var(--slate-100);color:var(--slate-500)}.admin-options-products-card__name{color:var(--text-body);font-size:13px;font-weight:500;margin-bottom:0}.admin-options-coming-soon{flex-shrink:0}.cs-box{width:15px;height:15px;border-radius:5px;border:1.5px solid var(--slate-300);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--white);transition:background var(--dur-base),border-color var(--dur-base)}.cs-box img{width:10px;height:10px;opacity:0;transition:opacity var(--dur-fast)}.cs-toggle.is-on .cs-box img{opacity:1}.admin-options-ai-card__body{display:flex;flex-direction:column;padding:4px 18px 8px!important}.admin-options-ai-card{max-width:640px}.admin-options-ai-search{width:100%;max-width:420px;margin-bottom:18px;min-height:42px;padding:10px 14px;border:1px solid var(--slate-200);border-radius:12px;background:var(--white);color:var(--text-body);font-size:13px;box-shadow:inset 0 1px #ffffffbf}.admin-options-ai-search::placeholder{color:var(--text-muted)}.admin-options-ai-search:focus{outline:none;border-color:var(--blue-300);box-shadow:0 0 0 3px #1d45df14}.admin-options-products-card__row,.admin-options-ai-card__row{padding:10px 0;border-bottom:1px solid var(--slate-100);display:flex;align-items:center;justify-content:space-between;gap:16px}.admin-options-products-card__row:last-child,.admin-options-ai-card__row:last-child{border-bottom:0;padding-bottom:0}.admin-options-products-card__row.is-disabled,.admin-options-ai-card__row.is-disabled{opacity:.5}.admin-options-products-card__name,.admin-options-ai-card__label{font-size:13px;font-weight:500;color:var(--text-body);margin-bottom:0}.admin-options-ai-card__note{font-size:11px;color:var(--text-muted);margin-top:1px;line-height:1.4}@media (max-width: 900px){.admin-options-products-card__row,.admin-options-ai-card__row{align-items:flex-start;flex-direction:column}.admin-options-coming-soon{align-self:flex-start}}.admin-options__mb16{margin-bottom:16px}.dash-glow{position:absolute;top:-55px;right:-50px;width:160px;height:160px;border-radius:50%;pointer-events:none;z-index:0;background:var(--glow, var(--blue));opacity:.07}.title-chip{width:28px;height:28px;border-radius:var(--radius-sm);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:inset 0 0 0 1px color-mix(in srgb,currentColor 22%,transparent)}.title-chip img,.title-chip svg,.title-chip .title-chip__icon-mask{width:15px;height:15px}.title-chip--teal{background:var(--teal-50);color:var(--teal-700)}.title-chip--linked{background:color-mix(in srgb,var(--linked) 12%,#fff);color:var(--linked-700)}.title-chip--blue{background:var(--blue-50);color:var(--blue)}.title-chip--green{background:color-mix(in srgb,var(--green) 12%,#fff);color:var(--green-700)}.title-chip--purple{background:color-mix(in srgb,var(--purple) 12%,#fff);color:var(--purple)}.card-title-group{display:flex;align-items:center;gap:10px}.dashboard-main-grid .card-title,.live-usage-card .card-title,.activity-feed-card .card-title{font-size:16px;font-weight:700;font-family:var(--font-display);letter-spacing:-.01em}.credit-info-wrap{display:inline-flex;align-items:center;gap:4px;position:relative;margin-left:6px}.credit-info-icon{width:16px;height:16px;border-radius:50%;border:1px solid var(--border-default);background:var(--white);color:var(--text-muted);font-size:10px;font-weight:600;display:flex;align-items:center;justify-content:center;cursor:pointer}.credit-info-icon:focus{outline:2px solid var(--blue);outline-offset:2px}.credit-info-icon:hover{border-color:var(--text-secondary)}.credit-tooltip{position:absolute;top:calc(100% + 8px);left:-100px;width:280px;background:#0f1117f2;color:var(--white);padding:12px 16px;border-radius:var(--radius-md);font-size:12px;line-height:1.5;pointer-events:none;opacity:0;visibility:hidden;transition:all .15s;z-index:1000}@media (prefers-reduced-motion: reduce){.credit-tooltip{transition:none}}.credit-info-wrap:hover .credit-tooltip,.credit-info-wrap:focus-within .credit-tooltip{opacity:1;visibility:visible}.credit-tooltip__title{font-weight:700;margin-bottom:6px;font-size:13px}.credit-tooltip__note{margin-top:8px;padding-top:8px;border-top:1px solid rgba(255,255,255,.15);color:var(--text-muted);font-size:11px}.stats-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:20px}.stats-5{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;margin-bottom:20px}.stat-card{padding:18px 20px;background:var(--white);border:1px solid var(--slate-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);position:relative;overflow:hidden}.stat-card>*:not(.dash-glow){position:relative;z-index:1}.stat-card--credits-remaining{border-left:3px solid var(--teal)}.stat-card--credits-used{border-left:3px solid var(--blue)}.stat-card--active-users{border-left:3px solid var(--purple)}.stat-card--active-products{border-left:3px solid var(--amber)}.dashboard-sub-status-card{border:none;border-left:5px solid #0A6B47;overflow:visible;position:relative;background:linear-gradient(135deg,#0e9e68,#34d399);box-shadow:0 8px 22px -8px #109e6880}.dashboard-sub-status-card[data-sub-status=inactive]{border-left-color:#93251c;background:linear-gradient(135deg,#c0392b,#f0655a);box-shadow:0 8px 22px -8px #d0463f80}.dashboard-sub-status-card__circles{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;border-radius:inherit;pointer-events:none;z-index:0}.dashboard-sub-status-card__circle{position:absolute;border-radius:50%;background:#ffffff26}.dashboard-sub-status-card__circle--top{width:116px;height:116px;top:-42px;right:-32px}.dashboard-sub-status-card__circle--bottom{width:74px;height:74px;bottom:-28px;left:-16px;background:#ffffff1a}.dashboard-sub-status-card .stat-label{color:#ffffffd1}.dashboard-sub-status-card .stat-value{color:#fff;font-size:22px}.dashboard-sub-status-card .stat-sub{color:#ffffffc7}.stat-card__subtitle--positive{color:var(--green-700)}.stat-label{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px;font-family:var(--font-display)}.stat-value{font-size:26px;font-weight:800;color:var(--text-strong);line-height:1;margin-bottom:4px;font-family:var(--font-display);letter-spacing:-.02em}.stat-bar{height:4px;background:var(--slate-100);border-radius:3px;margin-top:12px;overflow:hidden;display:flex}.stat-bar-fill{height:100%;border-radius:3px}.dashboard-page .progress-bar__fill{height:4px!important}.dashboard-page .progress-bar--thin{min-height:4px!important;height:4px!important}.stat-sub{font-size:12px;color:var(--text-muted);margin-top:6px;font-family:var(--font-body)}.dashboard-main-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:16px;margin-bottom:16px}.dashboard-credit-card,.activity-feed-card,.live-usage-card{margin-bottom:0}.dashboard-credit-card__body{padding:24px 26px}.dashboard-credit-card__summary{margin-bottom:20px}.dashboard-credit-card__summary-row{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:8px}.dashboard-credit-card__summary-label,.dashboard-credit-card__summary-copy{font-size:12px;color:var(--text-secondary);font-family:var(--font-body)}.dashboard-credit-card__summary-label{font-weight:500}.dashboard-credit-card__summary-copy strong{color:var(--teal);margin-left:4px}.credit-cycle-bar{height:12px;background:var(--slate-100);border-radius:var(--radius-sm);overflow:hidden;display:flex;margin-bottom:20px}.credit-cycle-bar__segment{height:100%}.credit-cycle-bar__segment--resume-guard{background:var(--blue)}.credit-cycle-bar__segment--reformatter{background:var(--teal)}.credit-cycle-bar__segment--nexus{background:var(--amber)}.credit-cycle-bar__segment--other{background:var(--slate-300)}.credit-cycle-bar__segment--remaining{background:var(--slate-100);border:1px dashed var(--border-default)}.credit-cycle-bar__segment--bp-0{width:0%}.credit-cycle-bar__segment--bp-1{width:.1%}.credit-cycle-bar__segment--bp-2{width:.2%}.credit-cycle-bar__segment--bp-3{width:.3%}.credit-cycle-bar__segment--bp-4{width:.4%}.credit-cycle-bar__segment--bp-5{width:.5%}.credit-cycle-bar__segment--bp-6{width:.6%}.credit-cycle-bar__segment--bp-7{width:.7%}.credit-cycle-bar__segment--bp-8{width:.8%}.credit-cycle-bar__segment--bp-9{width:.9%}.credit-cycle-bar__segment--bp-10{width:1%}.credit-cycle-bar__segment--bp-11{width:1.1%}.credit-cycle-bar__segment--bp-12{width:1.2%}.credit-cycle-bar__segment--bp-13{width:1.3%}.credit-cycle-bar__segment--bp-14{width:1.4%}.credit-cycle-bar__segment--bp-15{width:1.5%}.credit-cycle-bar__segment--bp-16{width:1.6%}.credit-cycle-bar__segment--bp-17{width:1.7%}.credit-cycle-bar__segment--bp-18{width:1.8%}.credit-cycle-bar__segment--bp-19{width:1.9%}.credit-cycle-bar__segment--bp-20{width:2%}.credit-cycle-bar__segment--bp-21{width:2.1%}.credit-cycle-bar__segment--bp-22{width:2.2%}.credit-cycle-bar__segment--bp-23{width:2.3%}.credit-cycle-bar__segment--bp-24{width:2.4%}.credit-cycle-bar__segment--bp-25{width:2.5%}.credit-cycle-bar__segment--bp-26{width:2.6%}.credit-cycle-bar__segment--bp-27{width:2.7%}.credit-cycle-bar__segment--bp-28{width:2.8%}.credit-cycle-bar__segment--bp-29{width:2.9%}.credit-cycle-bar__segment--bp-30{width:3%}.credit-cycle-bar__segment--bp-31{width:3.1%}.credit-cycle-bar__segment--bp-32{width:3.2%}.credit-cycle-bar__segment--bp-33{width:3.3%}.credit-cycle-bar__segment--bp-34{width:3.4%}.credit-cycle-bar__segment--bp-35{width:3.5%}.credit-cycle-bar__segment--bp-36{width:3.6%}.credit-cycle-bar__segment--bp-37{width:3.7%}.credit-cycle-bar__segment--bp-38{width:3.8%}.credit-cycle-bar__segment--bp-39{width:3.9%}.credit-cycle-bar__segment--bp-40{width:4%}.credit-cycle-bar__segment--bp-41{width:4.1%}.credit-cycle-bar__segment--bp-42{width:4.2%}.credit-cycle-bar__segment--bp-43{width:4.3%}.credit-cycle-bar__segment--bp-44{width:4.4%}.credit-cycle-bar__segment--bp-45{width:4.5%}.credit-cycle-bar__segment--bp-46{width:4.6%}.credit-cycle-bar__segment--bp-47{width:4.7%}.credit-cycle-bar__segment--bp-48{width:4.8%}.credit-cycle-bar__segment--bp-49{width:4.9%}.credit-cycle-bar__segment--bp-50{width:5%}.credit-cycle-bar__segment--bp-51{width:5.1%}.credit-cycle-bar__segment--bp-52{width:5.2%}.credit-cycle-bar__segment--bp-53{width:5.3%}.credit-cycle-bar__segment--bp-54{width:5.4%}.credit-cycle-bar__segment--bp-55{width:5.5%}.credit-cycle-bar__segment--bp-56{width:5.6%}.credit-cycle-bar__segment--bp-57{width:5.7%}.credit-cycle-bar__segment--bp-58{width:5.8%}.credit-cycle-bar__segment--bp-59{width:5.9%}.credit-cycle-bar__segment--bp-60{width:6%}.credit-cycle-bar__segment--bp-61{width:6.1%}.credit-cycle-bar__segment--bp-62{width:6.2%}.credit-cycle-bar__segment--bp-63{width:6.3%}.credit-cycle-bar__segment--bp-64{width:6.4%}.credit-cycle-bar__segment--bp-65{width:6.5%}.credit-cycle-bar__segment--bp-66{width:6.6%}.credit-cycle-bar__segment--bp-67{width:6.7%}.credit-cycle-bar__segment--bp-68{width:6.8%}.credit-cycle-bar__segment--bp-69{width:6.9%}.credit-cycle-bar__segment--bp-70{width:7%}.credit-cycle-bar__segment--bp-71{width:7.1%}.credit-cycle-bar__segment--bp-72{width:7.2%}.credit-cycle-bar__segment--bp-73{width:7.3%}.credit-cycle-bar__segment--bp-74{width:7.4%}.credit-cycle-bar__segment--bp-75{width:7.5%}.credit-cycle-bar__segment--bp-76{width:7.6%}.credit-cycle-bar__segment--bp-77{width:7.7%}.credit-cycle-bar__segment--bp-78{width:7.8%}.credit-cycle-bar__segment--bp-79{width:7.9%}.credit-cycle-bar__segment--bp-80{width:8%}.credit-cycle-bar__segment--bp-81{width:8.1%}.credit-cycle-bar__segment--bp-82{width:8.2%}.credit-cycle-bar__segment--bp-83{width:8.3%}.credit-cycle-bar__segment--bp-84{width:8.4%}.credit-cycle-bar__segment--bp-85{width:8.5%}.credit-cycle-bar__segment--bp-86{width:8.6%}.credit-cycle-bar__segment--bp-87{width:8.7%}.credit-cycle-bar__segment--bp-88{width:8.8%}.credit-cycle-bar__segment--bp-89{width:8.9%}.credit-cycle-bar__segment--bp-90{width:9%}.credit-cycle-bar__segment--bp-91{width:9.1%}.credit-cycle-bar__segment--bp-92{width:9.2%}.credit-cycle-bar__segment--bp-93{width:9.3%}.credit-cycle-bar__segment--bp-94{width:9.4%}.credit-cycle-bar__segment--bp-95{width:9.5%}.credit-cycle-bar__segment--bp-96{width:9.6%}.credit-cycle-bar__segment--bp-97{width:9.7%}.credit-cycle-bar__segment--bp-98{width:9.8%}.credit-cycle-bar__segment--bp-99{width:9.9%}.credit-cycle-bar__segment--bp-100{width:10%}.credit-cycle-bar__segment--bp-101{width:10.1%}.credit-cycle-bar__segment--bp-102{width:10.2%}.credit-cycle-bar__segment--bp-103{width:10.3%}.credit-cycle-bar__segment--bp-104{width:10.4%}.credit-cycle-bar__segment--bp-105{width:10.5%}.credit-cycle-bar__segment--bp-106{width:10.6%}.credit-cycle-bar__segment--bp-107{width:10.7%}.credit-cycle-bar__segment--bp-108{width:10.8%}.credit-cycle-bar__segment--bp-109{width:10.9%}.credit-cycle-bar__segment--bp-110{width:11%}.credit-cycle-bar__segment--bp-111{width:11.1%}.credit-cycle-bar__segment--bp-112{width:11.2%}.credit-cycle-bar__segment--bp-113{width:11.3%}.credit-cycle-bar__segment--bp-114{width:11.4%}.credit-cycle-bar__segment--bp-115{width:11.5%}.credit-cycle-bar__segment--bp-116{width:11.6%}.credit-cycle-bar__segment--bp-117{width:11.7%}.credit-cycle-bar__segment--bp-118{width:11.8%}.credit-cycle-bar__segment--bp-119{width:11.9%}.credit-cycle-bar__segment--bp-120{width:12%}.credit-cycle-bar__segment--bp-121{width:12.1%}.credit-cycle-bar__segment--bp-122{width:12.2%}.credit-cycle-bar__segment--bp-123{width:12.3%}.credit-cycle-bar__segment--bp-124{width:12.4%}.credit-cycle-bar__segment--bp-125{width:12.5%}.credit-cycle-bar__segment--bp-126{width:12.6%}.credit-cycle-bar__segment--bp-127{width:12.7%}.credit-cycle-bar__segment--bp-128{width:12.8%}.credit-cycle-bar__segment--bp-129{width:12.9%}.credit-cycle-bar__segment--bp-130{width:13%}.credit-cycle-bar__segment--bp-131{width:13.1%}.credit-cycle-bar__segment--bp-132{width:13.2%}.credit-cycle-bar__segment--bp-133{width:13.3%}.credit-cycle-bar__segment--bp-134{width:13.4%}.credit-cycle-bar__segment--bp-135{width:13.5%}.credit-cycle-bar__segment--bp-136{width:13.6%}.credit-cycle-bar__segment--bp-137{width:13.7%}.credit-cycle-bar__segment--bp-138{width:13.8%}.credit-cycle-bar__segment--bp-139{width:13.9%}.credit-cycle-bar__segment--bp-140{width:14%}.credit-cycle-bar__segment--bp-141{width:14.1%}.credit-cycle-bar__segment--bp-142{width:14.2%}.credit-cycle-bar__segment--bp-143{width:14.3%}.credit-cycle-bar__segment--bp-144{width:14.4%}.credit-cycle-bar__segment--bp-145{width:14.5%}.credit-cycle-bar__segment--bp-146{width:14.6%}.credit-cycle-bar__segment--bp-147{width:14.7%}.credit-cycle-bar__segment--bp-148{width:14.8%}.credit-cycle-bar__segment--bp-149{width:14.9%}.credit-cycle-bar__segment--bp-150{width:15%}.credit-cycle-bar__segment--bp-151{width:15.1%}.credit-cycle-bar__segment--bp-152{width:15.2%}.credit-cycle-bar__segment--bp-153{width:15.3%}.credit-cycle-bar__segment--bp-154{width:15.4%}.credit-cycle-bar__segment--bp-155{width:15.5%}.credit-cycle-bar__segment--bp-156{width:15.6%}.credit-cycle-bar__segment--bp-157{width:15.7%}.credit-cycle-bar__segment--bp-158{width:15.8%}.credit-cycle-bar__segment--bp-159{width:15.9%}.credit-cycle-bar__segment--bp-160{width:16%}.credit-cycle-bar__segment--bp-161{width:16.1%}.credit-cycle-bar__segment--bp-162{width:16.2%}.credit-cycle-bar__segment--bp-163{width:16.3%}.credit-cycle-bar__segment--bp-164{width:16.4%}.credit-cycle-bar__segment--bp-165{width:16.5%}.credit-cycle-bar__segment--bp-166{width:16.6%}.credit-cycle-bar__segment--bp-167{width:16.7%}.credit-cycle-bar__segment--bp-168{width:16.8%}.credit-cycle-bar__segment--bp-169{width:16.9%}.credit-cycle-bar__segment--bp-170{width:17%}.credit-cycle-bar__segment--bp-171{width:17.1%}.credit-cycle-bar__segment--bp-172{width:17.2%}.credit-cycle-bar__segment--bp-173{width:17.3%}.credit-cycle-bar__segment--bp-174{width:17.4%}.credit-cycle-bar__segment--bp-175{width:17.5%}.credit-cycle-bar__segment--bp-176{width:17.6%}.credit-cycle-bar__segment--bp-177{width:17.7%}.credit-cycle-bar__segment--bp-178{width:17.8%}.credit-cycle-bar__segment--bp-179{width:17.9%}.credit-cycle-bar__segment--bp-180{width:18%}.credit-cycle-bar__segment--bp-181{width:18.1%}.credit-cycle-bar__segment--bp-182{width:18.2%}.credit-cycle-bar__segment--bp-183{width:18.3%}.credit-cycle-bar__segment--bp-184{width:18.4%}.credit-cycle-bar__segment--bp-185{width:18.5%}.credit-cycle-bar__segment--bp-186{width:18.6%}.credit-cycle-bar__segment--bp-187{width:18.7%}.credit-cycle-bar__segment--bp-188{width:18.8%}.credit-cycle-bar__segment--bp-189{width:18.9%}.credit-cycle-bar__segment--bp-190{width:19%}.credit-cycle-bar__segment--bp-191{width:19.1%}.credit-cycle-bar__segment--bp-192{width:19.2%}.credit-cycle-bar__segment--bp-193{width:19.3%}.credit-cycle-bar__segment--bp-194{width:19.4%}.credit-cycle-bar__segment--bp-195{width:19.5%}.credit-cycle-bar__segment--bp-196{width:19.6%}.credit-cycle-bar__segment--bp-197{width:19.7%}.credit-cycle-bar__segment--bp-198{width:19.8%}.credit-cycle-bar__segment--bp-199{width:19.9%}.credit-cycle-bar__segment--bp-200{width:20%}.credit-cycle-bar__segment--bp-201{width:20.1%}.credit-cycle-bar__segment--bp-202{width:20.2%}.credit-cycle-bar__segment--bp-203{width:20.3%}.credit-cycle-bar__segment--bp-204{width:20.4%}.credit-cycle-bar__segment--bp-205{width:20.5%}.credit-cycle-bar__segment--bp-206{width:20.6%}.credit-cycle-bar__segment--bp-207{width:20.7%}.credit-cycle-bar__segment--bp-208{width:20.8%}.credit-cycle-bar__segment--bp-209{width:20.9%}.credit-cycle-bar__segment--bp-210{width:21%}.credit-cycle-bar__segment--bp-211{width:21.1%}.credit-cycle-bar__segment--bp-212{width:21.2%}.credit-cycle-bar__segment--bp-213{width:21.3%}.credit-cycle-bar__segment--bp-214{width:21.4%}.credit-cycle-bar__segment--bp-215{width:21.5%}.credit-cycle-bar__segment--bp-216{width:21.6%}.credit-cycle-bar__segment--bp-217{width:21.7%}.credit-cycle-bar__segment--bp-218{width:21.8%}.credit-cycle-bar__segment--bp-219{width:21.9%}.credit-cycle-bar__segment--bp-220{width:22%}.credit-cycle-bar__segment--bp-221{width:22.1%}.credit-cycle-bar__segment--bp-222{width:22.2%}.credit-cycle-bar__segment--bp-223{width:22.3%}.credit-cycle-bar__segment--bp-224{width:22.4%}.credit-cycle-bar__segment--bp-225{width:22.5%}.credit-cycle-bar__segment--bp-226{width:22.6%}.credit-cycle-bar__segment--bp-227{width:22.7%}.credit-cycle-bar__segment--bp-228{width:22.8%}.credit-cycle-bar__segment--bp-229{width:22.9%}.credit-cycle-bar__segment--bp-230{width:23%}.credit-cycle-bar__segment--bp-231{width:23.1%}.credit-cycle-bar__segment--bp-232{width:23.2%}.credit-cycle-bar__segment--bp-233{width:23.3%}.credit-cycle-bar__segment--bp-234{width:23.4%}.credit-cycle-bar__segment--bp-235{width:23.5%}.credit-cycle-bar__segment--bp-236{width:23.6%}.credit-cycle-bar__segment--bp-237{width:23.7%}.credit-cycle-bar__segment--bp-238{width:23.8%}.credit-cycle-bar__segment--bp-239{width:23.9%}.credit-cycle-bar__segment--bp-240{width:24%}.credit-cycle-bar__segment--bp-241{width:24.1%}.credit-cycle-bar__segment--bp-242{width:24.2%}.credit-cycle-bar__segment--bp-243{width:24.3%}.credit-cycle-bar__segment--bp-244{width:24.4%}.credit-cycle-bar__segment--bp-245{width:24.5%}.credit-cycle-bar__segment--bp-246{width:24.6%}.credit-cycle-bar__segment--bp-247{width:24.7%}.credit-cycle-bar__segment--bp-248{width:24.8%}.credit-cycle-bar__segment--bp-249{width:24.9%}.credit-cycle-bar__segment--bp-250{width:25%}.credit-cycle-bar__segment--bp-251{width:25.1%}.credit-cycle-bar__segment--bp-252{width:25.2%}.credit-cycle-bar__segment--bp-253{width:25.3%}.credit-cycle-bar__segment--bp-254{width:25.4%}.credit-cycle-bar__segment--bp-255{width:25.5%}.credit-cycle-bar__segment--bp-256{width:25.6%}.credit-cycle-bar__segment--bp-257{width:25.7%}.credit-cycle-bar__segment--bp-258{width:25.8%}.credit-cycle-bar__segment--bp-259{width:25.9%}.credit-cycle-bar__segment--bp-260{width:26%}.credit-cycle-bar__segment--bp-261{width:26.1%}.credit-cycle-bar__segment--bp-262{width:26.2%}.credit-cycle-bar__segment--bp-263{width:26.3%}.credit-cycle-bar__segment--bp-264{width:26.4%}.credit-cycle-bar__segment--bp-265{width:26.5%}.credit-cycle-bar__segment--bp-266{width:26.6%}.credit-cycle-bar__segment--bp-267{width:26.7%}.credit-cycle-bar__segment--bp-268{width:26.8%}.credit-cycle-bar__segment--bp-269{width:26.9%}.credit-cycle-bar__segment--bp-270{width:27%}.credit-cycle-bar__segment--bp-271{width:27.1%}.credit-cycle-bar__segment--bp-272{width:27.2%}.credit-cycle-bar__segment--bp-273{width:27.3%}.credit-cycle-bar__segment--bp-274{width:27.4%}.credit-cycle-bar__segment--bp-275{width:27.5%}.credit-cycle-bar__segment--bp-276{width:27.6%}.credit-cycle-bar__segment--bp-277{width:27.7%}.credit-cycle-bar__segment--bp-278{width:27.8%}.credit-cycle-bar__segment--bp-279{width:27.9%}.credit-cycle-bar__segment--bp-280{width:28%}.credit-cycle-bar__segment--bp-281{width:28.1%}.credit-cycle-bar__segment--bp-282{width:28.2%}.credit-cycle-bar__segment--bp-283{width:28.3%}.credit-cycle-bar__segment--bp-284{width:28.4%}.credit-cycle-bar__segment--bp-285{width:28.5%}.credit-cycle-bar__segment--bp-286{width:28.6%}.credit-cycle-bar__segment--bp-287{width:28.7%}.credit-cycle-bar__segment--bp-288{width:28.8%}.credit-cycle-bar__segment--bp-289{width:28.9%}.credit-cycle-bar__segment--bp-290{width:29%}.credit-cycle-bar__segment--bp-291{width:29.1%}.credit-cycle-bar__segment--bp-292{width:29.2%}.credit-cycle-bar__segment--bp-293{width:29.3%}.credit-cycle-bar__segment--bp-294{width:29.4%}.credit-cycle-bar__segment--bp-295{width:29.5%}.credit-cycle-bar__segment--bp-296{width:29.6%}.credit-cycle-bar__segment--bp-297{width:29.7%}.credit-cycle-bar__segment--bp-298{width:29.8%}.credit-cycle-bar__segment--bp-299{width:29.9%}.credit-cycle-bar__segment--bp-300{width:30%}.credit-cycle-bar__segment--bp-301{width:30.1%}.credit-cycle-bar__segment--bp-302{width:30.2%}.credit-cycle-bar__segment--bp-303{width:30.3%}.credit-cycle-bar__segment--bp-304{width:30.4%}.credit-cycle-bar__segment--bp-305{width:30.5%}.credit-cycle-bar__segment--bp-306{width:30.6%}.credit-cycle-bar__segment--bp-307{width:30.7%}.credit-cycle-bar__segment--bp-308{width:30.8%}.credit-cycle-bar__segment--bp-309{width:30.9%}.credit-cycle-bar__segment--bp-310{width:31%}.credit-cycle-bar__segment--bp-311{width:31.1%}.credit-cycle-bar__segment--bp-312{width:31.2%}.credit-cycle-bar__segment--bp-313{width:31.3%}.credit-cycle-bar__segment--bp-314{width:31.4%}.credit-cycle-bar__segment--bp-315{width:31.5%}.credit-cycle-bar__segment--bp-316{width:31.6%}.credit-cycle-bar__segment--bp-317{width:31.7%}.credit-cycle-bar__segment--bp-318{width:31.8%}.credit-cycle-bar__segment--bp-319{width:31.9%}.credit-cycle-bar__segment--bp-320{width:32%}.credit-cycle-bar__segment--bp-321{width:32.1%}.credit-cycle-bar__segment--bp-322{width:32.2%}.credit-cycle-bar__segment--bp-323{width:32.3%}.credit-cycle-bar__segment--bp-324{width:32.4%}.credit-cycle-bar__segment--bp-325{width:32.5%}.credit-cycle-bar__segment--bp-326{width:32.6%}.credit-cycle-bar__segment--bp-327{width:32.7%}.credit-cycle-bar__segment--bp-328{width:32.8%}.credit-cycle-bar__segment--bp-329{width:32.9%}.credit-cycle-bar__segment--bp-330{width:33%}.credit-cycle-bar__segment--bp-331{width:33.1%}.credit-cycle-bar__segment--bp-332{width:33.2%}.credit-cycle-bar__segment--bp-333{width:33.3%}.credit-cycle-bar__segment--bp-334{width:33.4%}.credit-cycle-bar__segment--bp-335{width:33.5%}.credit-cycle-bar__segment--bp-336{width:33.6%}.credit-cycle-bar__segment--bp-337{width:33.7%}.credit-cycle-bar__segment--bp-338{width:33.8%}.credit-cycle-bar__segment--bp-339{width:33.9%}.credit-cycle-bar__segment--bp-340{width:34%}.credit-cycle-bar__segment--bp-341{width:34.1%}.credit-cycle-bar__segment--bp-342{width:34.2%}.credit-cycle-bar__segment--bp-343{width:34.3%}.credit-cycle-bar__segment--bp-344{width:34.4%}.credit-cycle-bar__segment--bp-345{width:34.5%}.credit-cycle-bar__segment--bp-346{width:34.6%}.credit-cycle-bar__segment--bp-347{width:34.7%}.credit-cycle-bar__segment--bp-348{width:34.8%}.credit-cycle-bar__segment--bp-349{width:34.9%}.credit-cycle-bar__segment--bp-350{width:35%}.credit-cycle-bar__segment--bp-351{width:35.1%}.credit-cycle-bar__segment--bp-352{width:35.2%}.credit-cycle-bar__segment--bp-353{width:35.3%}.credit-cycle-bar__segment--bp-354{width:35.4%}.credit-cycle-bar__segment--bp-355{width:35.5%}.credit-cycle-bar__segment--bp-356{width:35.6%}.credit-cycle-bar__segment--bp-357{width:35.7%}.credit-cycle-bar__segment--bp-358{width:35.8%}.credit-cycle-bar__segment--bp-359{width:35.9%}.credit-cycle-bar__segment--bp-360{width:36%}.credit-cycle-bar__segment--bp-361{width:36.1%}.credit-cycle-bar__segment--bp-362{width:36.2%}.credit-cycle-bar__segment--bp-363{width:36.3%}.credit-cycle-bar__segment--bp-364{width:36.4%}.credit-cycle-bar__segment--bp-365{width:36.5%}.credit-cycle-bar__segment--bp-366{width:36.6%}.credit-cycle-bar__segment--bp-367{width:36.7%}.credit-cycle-bar__segment--bp-368{width:36.8%}.credit-cycle-bar__segment--bp-369{width:36.9%}.credit-cycle-bar__segment--bp-370{width:37%}.credit-cycle-bar__segment--bp-371{width:37.1%}.credit-cycle-bar__segment--bp-372{width:37.2%}.credit-cycle-bar__segment--bp-373{width:37.3%}.credit-cycle-bar__segment--bp-374{width:37.4%}.credit-cycle-bar__segment--bp-375{width:37.5%}.credit-cycle-bar__segment--bp-376{width:37.6%}.credit-cycle-bar__segment--bp-377{width:37.7%}.credit-cycle-bar__segment--bp-378{width:37.8%}.credit-cycle-bar__segment--bp-379{width:37.9%}.credit-cycle-bar__segment--bp-380{width:38%}.credit-cycle-bar__segment--bp-381{width:38.1%}.credit-cycle-bar__segment--bp-382{width:38.2%}.credit-cycle-bar__segment--bp-383{width:38.3%}.credit-cycle-bar__segment--bp-384{width:38.4%}.credit-cycle-bar__segment--bp-385{width:38.5%}.credit-cycle-bar__segment--bp-386{width:38.6%}.credit-cycle-bar__segment--bp-387{width:38.7%}.credit-cycle-bar__segment--bp-388{width:38.8%}.credit-cycle-bar__segment--bp-389{width:38.9%}.credit-cycle-bar__segment--bp-390{width:39%}.credit-cycle-bar__segment--bp-391{width:39.1%}.credit-cycle-bar__segment--bp-392{width:39.2%}.credit-cycle-bar__segment--bp-393{width:39.3%}.credit-cycle-bar__segment--bp-394{width:39.4%}.credit-cycle-bar__segment--bp-395{width:39.5%}.credit-cycle-bar__segment--bp-396{width:39.6%}.credit-cycle-bar__segment--bp-397{width:39.7%}.credit-cycle-bar__segment--bp-398{width:39.8%}.credit-cycle-bar__segment--bp-399{width:39.9%}.credit-cycle-bar__segment--bp-400{width:40%}.credit-cycle-bar__segment--bp-401{width:40.1%}.credit-cycle-bar__segment--bp-402{width:40.2%}.credit-cycle-bar__segment--bp-403{width:40.3%}.credit-cycle-bar__segment--bp-404{width:40.4%}.credit-cycle-bar__segment--bp-405{width:40.5%}.credit-cycle-bar__segment--bp-406{width:40.6%}.credit-cycle-bar__segment--bp-407{width:40.7%}.credit-cycle-bar__segment--bp-408{width:40.8%}.credit-cycle-bar__segment--bp-409{width:40.9%}.credit-cycle-bar__segment--bp-410{width:41%}.credit-cycle-bar__segment--bp-411{width:41.1%}.credit-cycle-bar__segment--bp-412{width:41.2%}.credit-cycle-bar__segment--bp-413{width:41.3%}.credit-cycle-bar__segment--bp-414{width:41.4%}.credit-cycle-bar__segment--bp-415{width:41.5%}.credit-cycle-bar__segment--bp-416{width:41.6%}.credit-cycle-bar__segment--bp-417{width:41.7%}.credit-cycle-bar__segment--bp-418{width:41.8%}.credit-cycle-bar__segment--bp-419{width:41.9%}.credit-cycle-bar__segment--bp-420{width:42%}.credit-cycle-bar__segment--bp-421{width:42.1%}.credit-cycle-bar__segment--bp-422{width:42.2%}.credit-cycle-bar__segment--bp-423{width:42.3%}.credit-cycle-bar__segment--bp-424{width:42.4%}.credit-cycle-bar__segment--bp-425{width:42.5%}.credit-cycle-bar__segment--bp-426{width:42.6%}.credit-cycle-bar__segment--bp-427{width:42.7%}.credit-cycle-bar__segment--bp-428{width:42.8%}.credit-cycle-bar__segment--bp-429{width:42.9%}.credit-cycle-bar__segment--bp-430{width:43%}.credit-cycle-bar__segment--bp-431{width:43.1%}.credit-cycle-bar__segment--bp-432{width:43.2%}.credit-cycle-bar__segment--bp-433{width:43.3%}.credit-cycle-bar__segment--bp-434{width:43.4%}.credit-cycle-bar__segment--bp-435{width:43.5%}.credit-cycle-bar__segment--bp-436{width:43.6%}.credit-cycle-bar__segment--bp-437{width:43.7%}.credit-cycle-bar__segment--bp-438{width:43.8%}.credit-cycle-bar__segment--bp-439{width:43.9%}.credit-cycle-bar__segment--bp-440{width:44%}.credit-cycle-bar__segment--bp-441{width:44.1%}.credit-cycle-bar__segment--bp-442{width:44.2%}.credit-cycle-bar__segment--bp-443{width:44.3%}.credit-cycle-bar__segment--bp-444{width:44.4%}.credit-cycle-bar__segment--bp-445{width:44.5%}.credit-cycle-bar__segment--bp-446{width:44.6%}.credit-cycle-bar__segment--bp-447{width:44.7%}.credit-cycle-bar__segment--bp-448{width:44.8%}.credit-cycle-bar__segment--bp-449{width:44.9%}.credit-cycle-bar__segment--bp-450{width:45%}.credit-cycle-bar__segment--bp-451{width:45.1%}.credit-cycle-bar__segment--bp-452{width:45.2%}.credit-cycle-bar__segment--bp-453{width:45.3%}.credit-cycle-bar__segment--bp-454{width:45.4%}.credit-cycle-bar__segment--bp-455{width:45.5%}.credit-cycle-bar__segment--bp-456{width:45.6%}.credit-cycle-bar__segment--bp-457{width:45.7%}.credit-cycle-bar__segment--bp-458{width:45.8%}.credit-cycle-bar__segment--bp-459{width:45.9%}.credit-cycle-bar__segment--bp-460{width:46%}.credit-cycle-bar__segment--bp-461{width:46.1%}.credit-cycle-bar__segment--bp-462{width:46.2%}.credit-cycle-bar__segment--bp-463{width:46.3%}.credit-cycle-bar__segment--bp-464{width:46.4%}.credit-cycle-bar__segment--bp-465{width:46.5%}.credit-cycle-bar__segment--bp-466{width:46.6%}.credit-cycle-bar__segment--bp-467{width:46.7%}.credit-cycle-bar__segment--bp-468{width:46.8%}.credit-cycle-bar__segment--bp-469{width:46.9%}.credit-cycle-bar__segment--bp-470{width:47%}.credit-cycle-bar__segment--bp-471{width:47.1%}.credit-cycle-bar__segment--bp-472{width:47.2%}.credit-cycle-bar__segment--bp-473{width:47.3%}.credit-cycle-bar__segment--bp-474{width:47.4%}.credit-cycle-bar__segment--bp-475{width:47.5%}.credit-cycle-bar__segment--bp-476{width:47.6%}.credit-cycle-bar__segment--bp-477{width:47.7%}.credit-cycle-bar__segment--bp-478{width:47.8%}.credit-cycle-bar__segment--bp-479{width:47.9%}.credit-cycle-bar__segment--bp-480{width:48%}.credit-cycle-bar__segment--bp-481{width:48.1%}.credit-cycle-bar__segment--bp-482{width:48.2%}.credit-cycle-bar__segment--bp-483{width:48.3%}.credit-cycle-bar__segment--bp-484{width:48.4%}.credit-cycle-bar__segment--bp-485{width:48.5%}.credit-cycle-bar__segment--bp-486{width:48.6%}.credit-cycle-bar__segment--bp-487{width:48.7%}.credit-cycle-bar__segment--bp-488{width:48.8%}.credit-cycle-bar__segment--bp-489{width:48.9%}.credit-cycle-bar__segment--bp-490{width:49%}.credit-cycle-bar__segment--bp-491{width:49.1%}.credit-cycle-bar__segment--bp-492{width:49.2%}.credit-cycle-bar__segment--bp-493{width:49.3%}.credit-cycle-bar__segment--bp-494{width:49.4%}.credit-cycle-bar__segment--bp-495{width:49.5%}.credit-cycle-bar__segment--bp-496{width:49.6%}.credit-cycle-bar__segment--bp-497{width:49.7%}.credit-cycle-bar__segment--bp-498{width:49.8%}.credit-cycle-bar__segment--bp-499{width:49.9%}.credit-cycle-bar__segment--bp-500{width:50%}.credit-cycle-bar__segment--bp-501{width:50.1%}.credit-cycle-bar__segment--bp-502{width:50.2%}.credit-cycle-bar__segment--bp-503{width:50.3%}.credit-cycle-bar__segment--bp-504{width:50.4%}.credit-cycle-bar__segment--bp-505{width:50.5%}.credit-cycle-bar__segment--bp-506{width:50.6%}.credit-cycle-bar__segment--bp-507{width:50.7%}.credit-cycle-bar__segment--bp-508{width:50.8%}.credit-cycle-bar__segment--bp-509{width:50.9%}.credit-cycle-bar__segment--bp-510{width:51%}.credit-cycle-bar__segment--bp-511{width:51.1%}.credit-cycle-bar__segment--bp-512{width:51.2%}.credit-cycle-bar__segment--bp-513{width:51.3%}.credit-cycle-bar__segment--bp-514{width:51.4%}.credit-cycle-bar__segment--bp-515{width:51.5%}.credit-cycle-bar__segment--bp-516{width:51.6%}.credit-cycle-bar__segment--bp-517{width:51.7%}.credit-cycle-bar__segment--bp-518{width:51.8%}.credit-cycle-bar__segment--bp-519{width:51.9%}.credit-cycle-bar__segment--bp-520{width:52%}.credit-cycle-bar__segment--bp-521{width:52.1%}.credit-cycle-bar__segment--bp-522{width:52.2%}.credit-cycle-bar__segment--bp-523{width:52.3%}.credit-cycle-bar__segment--bp-524{width:52.4%}.credit-cycle-bar__segment--bp-525{width:52.5%}.credit-cycle-bar__segment--bp-526{width:52.6%}.credit-cycle-bar__segment--bp-527{width:52.7%}.credit-cycle-bar__segment--bp-528{width:52.8%}.credit-cycle-bar__segment--bp-529{width:52.9%}.credit-cycle-bar__segment--bp-530{width:53%}.credit-cycle-bar__segment--bp-531{width:53.1%}.credit-cycle-bar__segment--bp-532{width:53.2%}.credit-cycle-bar__segment--bp-533{width:53.3%}.credit-cycle-bar__segment--bp-534{width:53.4%}.credit-cycle-bar__segment--bp-535{width:53.5%}.credit-cycle-bar__segment--bp-536{width:53.6%}.credit-cycle-bar__segment--bp-537{width:53.7%}.credit-cycle-bar__segment--bp-538{width:53.8%}.credit-cycle-bar__segment--bp-539{width:53.9%}.credit-cycle-bar__segment--bp-540{width:54%}.credit-cycle-bar__segment--bp-541{width:54.1%}.credit-cycle-bar__segment--bp-542{width:54.2%}.credit-cycle-bar__segment--bp-543{width:54.3%}.credit-cycle-bar__segment--bp-544{width:54.4%}.credit-cycle-bar__segment--bp-545{width:54.5%}.credit-cycle-bar__segment--bp-546{width:54.6%}.credit-cycle-bar__segment--bp-547{width:54.7%}.credit-cycle-bar__segment--bp-548{width:54.8%}.credit-cycle-bar__segment--bp-549{width:54.9%}.credit-cycle-bar__segment--bp-550{width:55%}.credit-cycle-bar__segment--bp-551{width:55.1%}.credit-cycle-bar__segment--bp-552{width:55.2%}.credit-cycle-bar__segment--bp-553{width:55.3%}.credit-cycle-bar__segment--bp-554{width:55.4%}.credit-cycle-bar__segment--bp-555{width:55.5%}.credit-cycle-bar__segment--bp-556{width:55.6%}.credit-cycle-bar__segment--bp-557{width:55.7%}.credit-cycle-bar__segment--bp-558{width:55.8%}.credit-cycle-bar__segment--bp-559{width:55.9%}.credit-cycle-bar__segment--bp-560{width:56%}.credit-cycle-bar__segment--bp-561{width:56.1%}.credit-cycle-bar__segment--bp-562{width:56.2%}.credit-cycle-bar__segment--bp-563{width:56.3%}.credit-cycle-bar__segment--bp-564{width:56.4%}.credit-cycle-bar__segment--bp-565{width:56.5%}.credit-cycle-bar__segment--bp-566{width:56.6%}.credit-cycle-bar__segment--bp-567{width:56.7%}.credit-cycle-bar__segment--bp-568{width:56.8%}.credit-cycle-bar__segment--bp-569{width:56.9%}.credit-cycle-bar__segment--bp-570{width:57%}.credit-cycle-bar__segment--bp-571{width:57.1%}.credit-cycle-bar__segment--bp-572{width:57.2%}.credit-cycle-bar__segment--bp-573{width:57.3%}.credit-cycle-bar__segment--bp-574{width:57.4%}.credit-cycle-bar__segment--bp-575{width:57.5%}.credit-cycle-bar__segment--bp-576{width:57.6%}.credit-cycle-bar__segment--bp-577{width:57.7%}.credit-cycle-bar__segment--bp-578{width:57.8%}.credit-cycle-bar__segment--bp-579{width:57.9%}.credit-cycle-bar__segment--bp-580{width:58%}.credit-cycle-bar__segment--bp-581{width:58.1%}.credit-cycle-bar__segment--bp-582{width:58.2%}.credit-cycle-bar__segment--bp-583{width:58.3%}.credit-cycle-bar__segment--bp-584{width:58.4%}.credit-cycle-bar__segment--bp-585{width:58.5%}.credit-cycle-bar__segment--bp-586{width:58.6%}.credit-cycle-bar__segment--bp-587{width:58.7%}.credit-cycle-bar__segment--bp-588{width:58.8%}.credit-cycle-bar__segment--bp-589{width:58.9%}.credit-cycle-bar__segment--bp-590{width:59%}.credit-cycle-bar__segment--bp-591{width:59.1%}.credit-cycle-bar__segment--bp-592{width:59.2%}.credit-cycle-bar__segment--bp-593{width:59.3%}.credit-cycle-bar__segment--bp-594{width:59.4%}.credit-cycle-bar__segment--bp-595{width:59.5%}.credit-cycle-bar__segment--bp-596{width:59.6%}.credit-cycle-bar__segment--bp-597{width:59.7%}.credit-cycle-bar__segment--bp-598{width:59.8%}.credit-cycle-bar__segment--bp-599{width:59.9%}.credit-cycle-bar__segment--bp-600{width:60%}.credit-cycle-bar__segment--bp-601{width:60.1%}.credit-cycle-bar__segment--bp-602{width:60.2%}.credit-cycle-bar__segment--bp-603{width:60.3%}.credit-cycle-bar__segment--bp-604{width:60.4%}.credit-cycle-bar__segment--bp-605{width:60.5%}.credit-cycle-bar__segment--bp-606{width:60.6%}.credit-cycle-bar__segment--bp-607{width:60.7%}.credit-cycle-bar__segment--bp-608{width:60.8%}.credit-cycle-bar__segment--bp-609{width:60.9%}.credit-cycle-bar__segment--bp-610{width:61%}.credit-cycle-bar__segment--bp-611{width:61.1%}.credit-cycle-bar__segment--bp-612{width:61.2%}.credit-cycle-bar__segment--bp-613{width:61.3%}.credit-cycle-bar__segment--bp-614{width:61.4%}.credit-cycle-bar__segment--bp-615{width:61.5%}.credit-cycle-bar__segment--bp-616{width:61.6%}.credit-cycle-bar__segment--bp-617{width:61.7%}.credit-cycle-bar__segment--bp-618{width:61.8%}.credit-cycle-bar__segment--bp-619{width:61.9%}.credit-cycle-bar__segment--bp-620{width:62%}.credit-cycle-bar__segment--bp-621{width:62.1%}.credit-cycle-bar__segment--bp-622{width:62.2%}.credit-cycle-bar__segment--bp-623{width:62.3%}.credit-cycle-bar__segment--bp-624{width:62.4%}.credit-cycle-bar__segment--bp-625{width:62.5%}.credit-cycle-bar__segment--bp-626{width:62.6%}.credit-cycle-bar__segment--bp-627{width:62.7%}.credit-cycle-bar__segment--bp-628{width:62.8%}.credit-cycle-bar__segment--bp-629{width:62.9%}.credit-cycle-bar__segment--bp-630{width:63%}.credit-cycle-bar__segment--bp-631{width:63.1%}.credit-cycle-bar__segment--bp-632{width:63.2%}.credit-cycle-bar__segment--bp-633{width:63.3%}.credit-cycle-bar__segment--bp-634{width:63.4%}.credit-cycle-bar__segment--bp-635{width:63.5%}.credit-cycle-bar__segment--bp-636{width:63.6%}.credit-cycle-bar__segment--bp-637{width:63.7%}.credit-cycle-bar__segment--bp-638{width:63.8%}.credit-cycle-bar__segment--bp-639{width:63.9%}.credit-cycle-bar__segment--bp-640{width:64%}.credit-cycle-bar__segment--bp-641{width:64.1%}.credit-cycle-bar__segment--bp-642{width:64.2%}.credit-cycle-bar__segment--bp-643{width:64.3%}.credit-cycle-bar__segment--bp-644{width:64.4%}.credit-cycle-bar__segment--bp-645{width:64.5%}.credit-cycle-bar__segment--bp-646{width:64.6%}.credit-cycle-bar__segment--bp-647{width:64.7%}.credit-cycle-bar__segment--bp-648{width:64.8%}.credit-cycle-bar__segment--bp-649{width:64.9%}.credit-cycle-bar__segment--bp-650{width:65%}.credit-cycle-bar__segment--bp-651{width:65.1%}.credit-cycle-bar__segment--bp-652{width:65.2%}.credit-cycle-bar__segment--bp-653{width:65.3%}.credit-cycle-bar__segment--bp-654{width:65.4%}.credit-cycle-bar__segment--bp-655{width:65.5%}.credit-cycle-bar__segment--bp-656{width:65.6%}.credit-cycle-bar__segment--bp-657{width:65.7%}.credit-cycle-bar__segment--bp-658{width:65.8%}.credit-cycle-bar__segment--bp-659{width:65.9%}.credit-cycle-bar__segment--bp-660{width:66%}.credit-cycle-bar__segment--bp-661{width:66.1%}.credit-cycle-bar__segment--bp-662{width:66.2%}.credit-cycle-bar__segment--bp-663{width:66.3%}.credit-cycle-bar__segment--bp-664{width:66.4%}.credit-cycle-bar__segment--bp-665{width:66.5%}.credit-cycle-bar__segment--bp-666{width:66.6%}.credit-cycle-bar__segment--bp-667{width:66.7%}.credit-cycle-bar__segment--bp-668{width:66.8%}.credit-cycle-bar__segment--bp-669{width:66.9%}.credit-cycle-bar__segment--bp-670{width:67%}.credit-cycle-bar__segment--bp-671{width:67.1%}.credit-cycle-bar__segment--bp-672{width:67.2%}.credit-cycle-bar__segment--bp-673{width:67.3%}.credit-cycle-bar__segment--bp-674{width:67.4%}.credit-cycle-bar__segment--bp-675{width:67.5%}.credit-cycle-bar__segment--bp-676{width:67.6%}.credit-cycle-bar__segment--bp-677{width:67.7%}.credit-cycle-bar__segment--bp-678{width:67.8%}.credit-cycle-bar__segment--bp-679{width:67.9%}.credit-cycle-bar__segment--bp-680{width:68%}.credit-cycle-bar__segment--bp-681{width:68.1%}.credit-cycle-bar__segment--bp-682{width:68.2%}.credit-cycle-bar__segment--bp-683{width:68.3%}.credit-cycle-bar__segment--bp-684{width:68.4%}.credit-cycle-bar__segment--bp-685{width:68.5%}.credit-cycle-bar__segment--bp-686{width:68.6%}.credit-cycle-bar__segment--bp-687{width:68.7%}.credit-cycle-bar__segment--bp-688{width:68.8%}.credit-cycle-bar__segment--bp-689{width:68.9%}.credit-cycle-bar__segment--bp-690{width:69%}.credit-cycle-bar__segment--bp-691{width:69.1%}.credit-cycle-bar__segment--bp-692{width:69.2%}.credit-cycle-bar__segment--bp-693{width:69.3%}.credit-cycle-bar__segment--bp-694{width:69.4%}.credit-cycle-bar__segment--bp-695{width:69.5%}.credit-cycle-bar__segment--bp-696{width:69.6%}.credit-cycle-bar__segment--bp-697{width:69.7%}.credit-cycle-bar__segment--bp-698{width:69.8%}.credit-cycle-bar__segment--bp-699{width:69.9%}.credit-cycle-bar__segment--bp-700{width:70%}.credit-cycle-bar__segment--bp-701{width:70.1%}.credit-cycle-bar__segment--bp-702{width:70.2%}.credit-cycle-bar__segment--bp-703{width:70.3%}.credit-cycle-bar__segment--bp-704{width:70.4%}.credit-cycle-bar__segment--bp-705{width:70.5%}.credit-cycle-bar__segment--bp-706{width:70.6%}.credit-cycle-bar__segment--bp-707{width:70.7%}.credit-cycle-bar__segment--bp-708{width:70.8%}.credit-cycle-bar__segment--bp-709{width:70.9%}.credit-cycle-bar__segment--bp-710{width:71%}.credit-cycle-bar__segment--bp-711{width:71.1%}.credit-cycle-bar__segment--bp-712{width:71.2%}.credit-cycle-bar__segment--bp-713{width:71.3%}.credit-cycle-bar__segment--bp-714{width:71.4%}.credit-cycle-bar__segment--bp-715{width:71.5%}.credit-cycle-bar__segment--bp-716{width:71.6%}.credit-cycle-bar__segment--bp-717{width:71.7%}.credit-cycle-bar__segment--bp-718{width:71.8%}.credit-cycle-bar__segment--bp-719{width:71.9%}.credit-cycle-bar__segment--bp-720{width:72%}.credit-cycle-bar__segment--bp-721{width:72.1%}.credit-cycle-bar__segment--bp-722{width:72.2%}.credit-cycle-bar__segment--bp-723{width:72.3%}.credit-cycle-bar__segment--bp-724{width:72.4%}.credit-cycle-bar__segment--bp-725{width:72.5%}.credit-cycle-bar__segment--bp-726{width:72.6%}.credit-cycle-bar__segment--bp-727{width:72.7%}.credit-cycle-bar__segment--bp-728{width:72.8%}.credit-cycle-bar__segment--bp-729{width:72.9%}.credit-cycle-bar__segment--bp-730{width:73%}.credit-cycle-bar__segment--bp-731{width:73.1%}.credit-cycle-bar__segment--bp-732{width:73.2%}.credit-cycle-bar__segment--bp-733{width:73.3%}.credit-cycle-bar__segment--bp-734{width:73.4%}.credit-cycle-bar__segment--bp-735{width:73.5%}.credit-cycle-bar__segment--bp-736{width:73.6%}.credit-cycle-bar__segment--bp-737{width:73.7%}.credit-cycle-bar__segment--bp-738{width:73.8%}.credit-cycle-bar__segment--bp-739{width:73.9%}.credit-cycle-bar__segment--bp-740{width:74%}.credit-cycle-bar__segment--bp-741{width:74.1%}.credit-cycle-bar__segment--bp-742{width:74.2%}.credit-cycle-bar__segment--bp-743{width:74.3%}.credit-cycle-bar__segment--bp-744{width:74.4%}.credit-cycle-bar__segment--bp-745{width:74.5%}.credit-cycle-bar__segment--bp-746{width:74.6%}.credit-cycle-bar__segment--bp-747{width:74.7%}.credit-cycle-bar__segment--bp-748{width:74.8%}.credit-cycle-bar__segment--bp-749{width:74.9%}.credit-cycle-bar__segment--bp-750{width:75%}.credit-cycle-bar__segment--bp-751{width:75.1%}.credit-cycle-bar__segment--bp-752{width:75.2%}.credit-cycle-bar__segment--bp-753{width:75.3%}.credit-cycle-bar__segment--bp-754{width:75.4%}.credit-cycle-bar__segment--bp-755{width:75.5%}.credit-cycle-bar__segment--bp-756{width:75.6%}.credit-cycle-bar__segment--bp-757{width:75.7%}.credit-cycle-bar__segment--bp-758{width:75.8%}.credit-cycle-bar__segment--bp-759{width:75.9%}.credit-cycle-bar__segment--bp-760{width:76%}.credit-cycle-bar__segment--bp-761{width:76.1%}.credit-cycle-bar__segment--bp-762{width:76.2%}.credit-cycle-bar__segment--bp-763{width:76.3%}.credit-cycle-bar__segment--bp-764{width:76.4%}.credit-cycle-bar__segment--bp-765{width:76.5%}.credit-cycle-bar__segment--bp-766{width:76.6%}.credit-cycle-bar__segment--bp-767{width:76.7%}.credit-cycle-bar__segment--bp-768{width:76.8%}.credit-cycle-bar__segment--bp-769{width:76.9%}.credit-cycle-bar__segment--bp-770{width:77%}.credit-cycle-bar__segment--bp-771{width:77.1%}.credit-cycle-bar__segment--bp-772{width:77.2%}.credit-cycle-bar__segment--bp-773{width:77.3%}.credit-cycle-bar__segment--bp-774{width:77.4%}.credit-cycle-bar__segment--bp-775{width:77.5%}.credit-cycle-bar__segment--bp-776{width:77.6%}.credit-cycle-bar__segment--bp-777{width:77.7%}.credit-cycle-bar__segment--bp-778{width:77.8%}.credit-cycle-bar__segment--bp-779{width:77.9%}.credit-cycle-bar__segment--bp-780{width:78%}.credit-cycle-bar__segment--bp-781{width:78.1%}.credit-cycle-bar__segment--bp-782{width:78.2%}.credit-cycle-bar__segment--bp-783{width:78.3%}.credit-cycle-bar__segment--bp-784{width:78.4%}.credit-cycle-bar__segment--bp-785{width:78.5%}.credit-cycle-bar__segment--bp-786{width:78.6%}.credit-cycle-bar__segment--bp-787{width:78.7%}.credit-cycle-bar__segment--bp-788{width:78.8%}.credit-cycle-bar__segment--bp-789{width:78.9%}.credit-cycle-bar__segment--bp-790{width:79%}.credit-cycle-bar__segment--bp-791{width:79.1%}.credit-cycle-bar__segment--bp-792{width:79.2%}.credit-cycle-bar__segment--bp-793{width:79.3%}.credit-cycle-bar__segment--bp-794{width:79.4%}.credit-cycle-bar__segment--bp-795{width:79.5%}.credit-cycle-bar__segment--bp-796{width:79.6%}.credit-cycle-bar__segment--bp-797{width:79.7%}.credit-cycle-bar__segment--bp-798{width:79.8%}.credit-cycle-bar__segment--bp-799{width:79.9%}.credit-cycle-bar__segment--bp-800{width:80%}.credit-cycle-bar__segment--bp-801{width:80.1%}.credit-cycle-bar__segment--bp-802{width:80.2%}.credit-cycle-bar__segment--bp-803{width:80.3%}.credit-cycle-bar__segment--bp-804{width:80.4%}.credit-cycle-bar__segment--bp-805{width:80.5%}.credit-cycle-bar__segment--bp-806{width:80.6%}.credit-cycle-bar__segment--bp-807{width:80.7%}.credit-cycle-bar__segment--bp-808{width:80.8%}.credit-cycle-bar__segment--bp-809{width:80.9%}.credit-cycle-bar__segment--bp-810{width:81%}.credit-cycle-bar__segment--bp-811{width:81.1%}.credit-cycle-bar__segment--bp-812{width:81.2%}.credit-cycle-bar__segment--bp-813{width:81.3%}.credit-cycle-bar__segment--bp-814{width:81.4%}.credit-cycle-bar__segment--bp-815{width:81.5%}.credit-cycle-bar__segment--bp-816{width:81.6%}.credit-cycle-bar__segment--bp-817{width:81.7%}.credit-cycle-bar__segment--bp-818{width:81.8%}.credit-cycle-bar__segment--bp-819{width:81.9%}.credit-cycle-bar__segment--bp-820{width:82%}.credit-cycle-bar__segment--bp-821{width:82.1%}.credit-cycle-bar__segment--bp-822{width:82.2%}.credit-cycle-bar__segment--bp-823{width:82.3%}.credit-cycle-bar__segment--bp-824{width:82.4%}.credit-cycle-bar__segment--bp-825{width:82.5%}.credit-cycle-bar__segment--bp-826{width:82.6%}.credit-cycle-bar__segment--bp-827{width:82.7%}.credit-cycle-bar__segment--bp-828{width:82.8%}.credit-cycle-bar__segment--bp-829{width:82.9%}.credit-cycle-bar__segment--bp-830{width:83%}.credit-cycle-bar__segment--bp-831{width:83.1%}.credit-cycle-bar__segment--bp-832{width:83.2%}.credit-cycle-bar__segment--bp-833{width:83.3%}.credit-cycle-bar__segment--bp-834{width:83.4%}.credit-cycle-bar__segment--bp-835{width:83.5%}.credit-cycle-bar__segment--bp-836{width:83.6%}.credit-cycle-bar__segment--bp-837{width:83.7%}.credit-cycle-bar__segment--bp-838{width:83.8%}.credit-cycle-bar__segment--bp-839{width:83.9%}.credit-cycle-bar__segment--bp-840{width:84%}.credit-cycle-bar__segment--bp-841{width:84.1%}.credit-cycle-bar__segment--bp-842{width:84.2%}.credit-cycle-bar__segment--bp-843{width:84.3%}.credit-cycle-bar__segment--bp-844{width:84.4%}.credit-cycle-bar__segment--bp-845{width:84.5%}.credit-cycle-bar__segment--bp-846{width:84.6%}.credit-cycle-bar__segment--bp-847{width:84.7%}.credit-cycle-bar__segment--bp-848{width:84.8%}.credit-cycle-bar__segment--bp-849{width:84.9%}.credit-cycle-bar__segment--bp-850{width:85%}.credit-cycle-bar__segment--bp-851{width:85.1%}.credit-cycle-bar__segment--bp-852{width:85.2%}.credit-cycle-bar__segment--bp-853{width:85.3%}.credit-cycle-bar__segment--bp-854{width:85.4%}.credit-cycle-bar__segment--bp-855{width:85.5%}.credit-cycle-bar__segment--bp-856{width:85.6%}.credit-cycle-bar__segment--bp-857{width:85.7%}.credit-cycle-bar__segment--bp-858{width:85.8%}.credit-cycle-bar__segment--bp-859{width:85.9%}.credit-cycle-bar__segment--bp-860{width:86%}.credit-cycle-bar__segment--bp-861{width:86.1%}.credit-cycle-bar__segment--bp-862{width:86.2%}.credit-cycle-bar__segment--bp-863{width:86.3%}.credit-cycle-bar__segment--bp-864{width:86.4%}.credit-cycle-bar__segment--bp-865{width:86.5%}.credit-cycle-bar__segment--bp-866{width:86.6%}.credit-cycle-bar__segment--bp-867{width:86.7%}.credit-cycle-bar__segment--bp-868{width:86.8%}.credit-cycle-bar__segment--bp-869{width:86.9%}.credit-cycle-bar__segment--bp-870{width:87%}.credit-cycle-bar__segment--bp-871{width:87.1%}.credit-cycle-bar__segment--bp-872{width:87.2%}.credit-cycle-bar__segment--bp-873{width:87.3%}.credit-cycle-bar__segment--bp-874{width:87.4%}.credit-cycle-bar__segment--bp-875{width:87.5%}.credit-cycle-bar__segment--bp-876{width:87.6%}.credit-cycle-bar__segment--bp-877{width:87.7%}.credit-cycle-bar__segment--bp-878{width:87.8%}.credit-cycle-bar__segment--bp-879{width:87.9%}.credit-cycle-bar__segment--bp-880{width:88%}.credit-cycle-bar__segment--bp-881{width:88.1%}.credit-cycle-bar__segment--bp-882{width:88.2%}.credit-cycle-bar__segment--bp-883{width:88.3%}.credit-cycle-bar__segment--bp-884{width:88.4%}.credit-cycle-bar__segment--bp-885{width:88.5%}.credit-cycle-bar__segment--bp-886{width:88.6%}.credit-cycle-bar__segment--bp-887{width:88.7%}.credit-cycle-bar__segment--bp-888{width:88.8%}.credit-cycle-bar__segment--bp-889{width:88.9%}.credit-cycle-bar__segment--bp-890{width:89%}.credit-cycle-bar__segment--bp-891{width:89.1%}.credit-cycle-bar__segment--bp-892{width:89.2%}.credit-cycle-bar__segment--bp-893{width:89.3%}.credit-cycle-bar__segment--bp-894{width:89.4%}.credit-cycle-bar__segment--bp-895{width:89.5%}.credit-cycle-bar__segment--bp-896{width:89.6%}.credit-cycle-bar__segment--bp-897{width:89.7%}.credit-cycle-bar__segment--bp-898{width:89.8%}.credit-cycle-bar__segment--bp-899{width:89.9%}.credit-cycle-bar__segment--bp-900{width:90%}.credit-cycle-bar__segment--bp-901{width:90.1%}.credit-cycle-bar__segment--bp-902{width:90.2%}.credit-cycle-bar__segment--bp-903{width:90.3%}.credit-cycle-bar__segment--bp-904{width:90.4%}.credit-cycle-bar__segment--bp-905{width:90.5%}.credit-cycle-bar__segment--bp-906{width:90.6%}.credit-cycle-bar__segment--bp-907{width:90.7%}.credit-cycle-bar__segment--bp-908{width:90.8%}.credit-cycle-bar__segment--bp-909{width:90.9%}.credit-cycle-bar__segment--bp-910{width:91%}.credit-cycle-bar__segment--bp-911{width:91.1%}.credit-cycle-bar__segment--bp-912{width:91.2%}.credit-cycle-bar__segment--bp-913{width:91.3%}.credit-cycle-bar__segment--bp-914{width:91.4%}.credit-cycle-bar__segment--bp-915{width:91.5%}.credit-cycle-bar__segment--bp-916{width:91.6%}.credit-cycle-bar__segment--bp-917{width:91.7%}.credit-cycle-bar__segment--bp-918{width:91.8%}.credit-cycle-bar__segment--bp-919{width:91.9%}.credit-cycle-bar__segment--bp-920{width:92%}.credit-cycle-bar__segment--bp-921{width:92.1%}.credit-cycle-bar__segment--bp-922{width:92.2%}.credit-cycle-bar__segment--bp-923{width:92.3%}.credit-cycle-bar__segment--bp-924{width:92.4%}.credit-cycle-bar__segment--bp-925{width:92.5%}.credit-cycle-bar__segment--bp-926{width:92.6%}.credit-cycle-bar__segment--bp-927{width:92.7%}.credit-cycle-bar__segment--bp-928{width:92.8%}.credit-cycle-bar__segment--bp-929{width:92.9%}.credit-cycle-bar__segment--bp-930{width:93%}.credit-cycle-bar__segment--bp-931{width:93.1%}.credit-cycle-bar__segment--bp-932{width:93.2%}.credit-cycle-bar__segment--bp-933{width:93.3%}.credit-cycle-bar__segment--bp-934{width:93.4%}.credit-cycle-bar__segment--bp-935{width:93.5%}.credit-cycle-bar__segment--bp-936{width:93.6%}.credit-cycle-bar__segment--bp-937{width:93.7%}.credit-cycle-bar__segment--bp-938{width:93.8%}.credit-cycle-bar__segment--bp-939{width:93.9%}.credit-cycle-bar__segment--bp-940{width:94%}.credit-cycle-bar__segment--bp-941{width:94.1%}.credit-cycle-bar__segment--bp-942{width:94.2%}.credit-cycle-bar__segment--bp-943{width:94.3%}.credit-cycle-bar__segment--bp-944{width:94.4%}.credit-cycle-bar__segment--bp-945{width:94.5%}.credit-cycle-bar__segment--bp-946{width:94.6%}.credit-cycle-bar__segment--bp-947{width:94.7%}.credit-cycle-bar__segment--bp-948{width:94.8%}.credit-cycle-bar__segment--bp-949{width:94.9%}.credit-cycle-bar__segment--bp-950{width:95%}.credit-cycle-bar__segment--bp-951{width:95.1%}.credit-cycle-bar__segment--bp-952{width:95.2%}.credit-cycle-bar__segment--bp-953{width:95.3%}.credit-cycle-bar__segment--bp-954{width:95.4%}.credit-cycle-bar__segment--bp-955{width:95.5%}.credit-cycle-bar__segment--bp-956{width:95.6%}.credit-cycle-bar__segment--bp-957{width:95.7%}.credit-cycle-bar__segment--bp-958{width:95.8%}.credit-cycle-bar__segment--bp-959{width:95.9%}.credit-cycle-bar__segment--bp-960{width:96%}.credit-cycle-bar__segment--bp-961{width:96.1%}.credit-cycle-bar__segment--bp-962{width:96.2%}.credit-cycle-bar__segment--bp-963{width:96.3%}.credit-cycle-bar__segment--bp-964{width:96.4%}.credit-cycle-bar__segment--bp-965{width:96.5%}.credit-cycle-bar__segment--bp-966{width:96.6%}.credit-cycle-bar__segment--bp-967{width:96.7%}.credit-cycle-bar__segment--bp-968{width:96.8%}.credit-cycle-bar__segment--bp-969{width:96.9%}.credit-cycle-bar__segment--bp-970{width:97%}.credit-cycle-bar__segment--bp-971{width:97.1%}.credit-cycle-bar__segment--bp-972{width:97.2%}.credit-cycle-bar__segment--bp-973{width:97.3%}.credit-cycle-bar__segment--bp-974{width:97.4%}.credit-cycle-bar__segment--bp-975{width:97.5%}.credit-cycle-bar__segment--bp-976{width:97.6%}.credit-cycle-bar__segment--bp-977{width:97.7%}.credit-cycle-bar__segment--bp-978{width:97.8%}.credit-cycle-bar__segment--bp-979{width:97.9%}.credit-cycle-bar__segment--bp-980{width:98%}.credit-cycle-bar__segment--bp-981{width:98.1%}.credit-cycle-bar__segment--bp-982{width:98.2%}.credit-cycle-bar__segment--bp-983{width:98.3%}.credit-cycle-bar__segment--bp-984{width:98.4%}.credit-cycle-bar__segment--bp-985{width:98.5%}.credit-cycle-bar__segment--bp-986{width:98.6%}.credit-cycle-bar__segment--bp-987{width:98.7%}.credit-cycle-bar__segment--bp-988{width:98.8%}.credit-cycle-bar__segment--bp-989{width:98.9%}.credit-cycle-bar__segment--bp-990{width:99%}.credit-cycle-bar__segment--bp-991{width:99.1%}.credit-cycle-bar__segment--bp-992{width:99.2%}.credit-cycle-bar__segment--bp-993{width:99.3%}.credit-cycle-bar__segment--bp-994{width:99.4%}.credit-cycle-bar__segment--bp-995{width:99.5%}.credit-cycle-bar__segment--bp-996{width:99.6%}.credit-cycle-bar__segment--bp-997{width:99.7%}.credit-cycle-bar__segment--bp-998{width:99.8%}.credit-cycle-bar__segment--bp-999{width:99.9%}.credit-cycle-bar__segment--bp-1000{width:100%}.credit-legend{display:flex;gap:16px;margin-top:8px;flex-wrap:wrap}.credit-legend__item{display:flex;align-items:center;gap:5px;font-size:11px;color:var(--text-secondary);font-family:var(--font-body)}.credit-legend__dot{width:10px;height:10px;border-radius:2px}.credit-legend__dot--resume-guard{background:var(--blue);border-radius:50%}.credit-legend__dot--reformatter{background:var(--teal);border-radius:50%}.credit-legend__dot--nexus{background:var(--amber);border-radius:50%}.credit-legend__dot--other{background:var(--slate-300);border-radius:50%}.credit-legend__dot--remaining{background:var(--slate-100);border:1px dashed var(--border-default)}.product-breakdown{display:flex;flex-direction:column}.product-breakdown__header,.product-breakdown__row{display:grid;grid-template-columns:1fr 80px 120px 70px;gap:16px;align-items:center}.product-breakdown__header{padding:10px 0 8px;border-bottom:2px solid var(--border-default)}.product-breakdown__row{padding:10px 0;border-bottom:1px solid var(--slate-100)}.product-breakdown__header-label{font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-family:var(--font-display)}.product-breakdown__header-label--right{text-align:right}.product-breakdown__product{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-body);font-weight:500;font-family:var(--font-body)}.product-breakdown__dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.product-breakdown__dot--resume-guard{background:var(--blue)}.product-breakdown__dot--reformatter{background:var(--teal)}.product-breakdown__dot--nexus{background:var(--amber)}.product-breakdown__dot--other{background:var(--slate-300)}.product-breakdown__dot--remaining{background:transparent;border:2px solid var(--teal-100)}.product-breakdown__credits{font-size:14px;font-weight:700;color:var(--navy);text-align:right;font-family:var(--font-display)}.product-breakdown__credits--muted{color:var(--text-muted)}.product-breakdown__percent{font-size:11px;color:var(--text-secondary);background:var(--slate-100);padding:2px 8px;border-radius:20px;display:inline-block;width:fit-content;font-family:var(--font-body)}.product-breakdown__percent--muted{background:var(--slate-50);color:var(--text-muted)}.product-breakdown__trend{font-size:10px;width:fit-content}.product-breakdown__note{font-size:11px;color:var(--text-muted);text-align:right;font-family:var(--font-body)}.product-breakdown__muted-copy,.product-breakdown__dash{color:var(--text-muted)}.product-breakdown__dash{font-size:10px}.product-breakdown__row--remaining{background:var(--teal-50);border-radius:var(--radius-sm);margin-top:4px;padding:10px 8px}.product-breakdown__row--remaining .product-breakdown__product,.product-breakdown__row--remaining .product-breakdown__note,.product-breakdown__row--remaining .product-breakdown__percent{color:var(--teal-700)}.product-breakdown__row--remaining .product-breakdown__credits{color:var(--teal)}.product-breakdown__row--remaining .product-breakdown__percent{background:var(--teal-100)}.dashboard-credit-card__footnote{margin-top:14px;padding-top:12px;border-top:1px solid var(--slate-100);font-size:11px;color:var(--text-muted);font-family:var(--font-body)}.activity-feed-list{padding:8px 0}.live-usage-card__status{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--green-700);font-weight:500;font-family:var(--font-body)}.live-usage-card__pulse{width:7px;height:7px;border-radius:50%;background:var(--green-700);animation:pulse 2s infinite}@media (prefers-reduced-motion: reduce){.live-usage-card__pulse{animation:none}}.live-usage-card__body{padding:14px 16px;display:flex;flex-direction:column;gap:12px}.live-product-card{background:var(--slate-100);border-radius:var(--radius-md);padding:14px 16px}.live-product-card__header,.live-product-card__brand,.live-product-card__status,.live-product-card__users,.live-product-card__avatars{display:flex;align-items:center}.live-product-card__header{justify-content:space-between;gap:10px;margin-bottom:10px}.live-product-card__brand,.live-product-card__status{gap:8px}.live-product-card__icon{width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700}.dashboard-product-icon--resume-guard{background:var(--blue-50);color:var(--blue)}.dashboard-product-icon--reformatter{background:#e9f7f0;color:var(--green-700)}.dashboard-product-icon--nexus{background:#fdf1e3;color:#8a5a1f}.live-product-card__name{font-size:13px;font-weight:600;color:var(--navy);font-family:var(--font-display)}.live-product-card__status{gap:6px}.live-product-card__status span{font-size:12px;font-weight:600;color:var(--text-muted)}.live-product-card__status .is-active{color:var(--green-700)}.live-product-card__status-dot{width:7px;height:7px;border-radius:50%;background:var(--border-default)}.live-product-card__status-dot.is-active{background:var(--green-700)}.live-product-card__avatars{gap:0}.live-product-card__avatar{border:2px solid var(--white);margin-right:-4px}.live-product-card__month-copy{font-size:11px;color:var(--text-muted);margin-left:8px;font-family:var(--font-body)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.dashboard-page-actions button:focus,.stat-card:focus,.card:focus{outline:2px solid var(--blue);outline-offset:2px}.skeleton{background:linear-gradient(90deg,var(--slate-100) 25%,var(--slate-50) 50%,var(--slate-100) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:var(--radius-sm)}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton--stat{height:80px;width:100%}.skeleton--card{height:200px;width:100%}.skeleton--text{height:14px;width:60%;margin-bottom:8px}.dashboard-error{padding:20px;background:var(--red-50);border:1px solid var(--red-200);border-radius:var(--radius-md);color:var(--red-700);font-family:var(--font-body);margin:20px 0}.dashboard-error__title{font-weight:700;margin-bottom:8px;font-family:var(--font-display)}.dashboard-error__message{font-size:13px;margin-bottom:12px}.dashboard-error__retry{padding:8px 16px;background:var(--red-700);color:var(--white);border:none;border-radius:var(--radius-sm);cursor:pointer;font-weight:600;font-family:var(--font-body)}.dashboard-error__retry:hover{background:var(--red-800)}.dashboard-error__retry:focus{outline:2px solid var(--red-700);outline-offset:2px}.dashboard-empty-state{padding:40px 20px;text-align:center;color:var(--text-muted);font-family:var(--font-body)}.dashboard-empty-state__icon{font-size:48px;margin-bottom:16px;opacity:.5}.dashboard-empty-state__title{font-weight:600;font-size:16px;margin-bottom:8px;font-family:var(--font-display);color:var(--text-secondary)}.dashboard-empty-state__message{font-size:13px}@media (max-width: 1200px){.stats-4,.dashboard-main-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.dashboard-quick-links{margin-bottom:34px}.dashboard-quick-links__heading{text-align:center;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--slate-500);margin-bottom:14px}.dashboard-quick-links__row{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;padding:0 56px}.dashboard-quick-links__notice{max-width:760px;margin:0 auto 14px;padding:10px 14px;border-radius:var(--radius-md);background:color-mix(in srgb,var(--amber) 9%,#fff);border:1px solid color-mix(in srgb,var(--amber) 26%,#fff);color:var(--text-body);font-size:12px;line-height:1.5;text-align:center}.qa-launch{display:inline-flex;align-items:center;gap:11px;padding:12px 14px;border:1px solid transparent;border-radius:var(--radius-md);cursor:pointer;font-family:var(--font-body);text-align:left;flex:1 1 200px;max-width:300px;background:linear-gradient(140deg,color-mix(in srgb,var(--qa-color, var(--blue)) 15%,#fff),color-mix(in srgb,var(--qa-color, var(--blue)) 33%,#fff));border-color:color-mix(in srgb,var(--qa-color, var(--blue)) 42%,#fff);color:color-mix(in srgb,var(--qa-color, var(--blue)) 82%,#000);box-shadow:0 6px 16px -9px color-mix(in srgb,var(--qa-color, var(--blue)) 55%,transparent);transition:transform var(--dur-base),box-shadow var(--dur-base),filter var(--dur-base)}.qa-launch:hover{transform:translateY(-2px);filter:saturate(1.06) brightness(1.01)}.qa-launch--templates{--qa-color: #2E8BC9}.qa-launch--reformatter{--qa-color: var(--teal)}.qa-launch--nexus{--qa-color: var(--purple)}.qa-launch--hiring-manager{--qa-color: var(--blue)}.qa-launch--resume-guard{--qa-color: var(--amber)}.qa-launch--nexus-sourcing{--qa-color: var(--green)}.qa-launch-icon{width:34px;height:34px;border-radius:var(--radius-sm);background:var(--qa-color, var(--blue));color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.qa-launch-icon img{width:20px;height:20px;display:block}.qa-launch__text{flex:1;min-width:0}.qa-launch__title{display:block;font-weight:700;font-size:13px;line-height:1.2}.qa-launch__hint{display:block;font-size:10.5px;font-weight:600;color:color-mix(in srgb,var(--qa-color, var(--blue)) 62%,#000)}.qa-launch-arrow{opacity:.7;flex-shrink:0}.dash-product-card{position:relative;overflow:hidden;text-align:left;display:flex;flex-direction:column;gap:12px;padding:18px;border:1px solid var(--slate-200);border-radius:var(--radius-md);background:var(--white);cursor:pointer;transition:transform var(--dur-fast),box-shadow var(--dur-fast),border-color var(--dur-fast);font-family:var(--font-body)}.dash-product-card:hover{transform:translateY(-2px);box-shadow:0 12px 26px -14px color-mix(in srgb,var(--tile-accent, var(--blue)) 55%,rgba(7,18,56,.25));border-color:color-mix(in srgb,var(--tile-accent, var(--blue)) 45%,var(--slate-200))}.dash-product-card:after{content:"";position:absolute;right:-18px;top:-18px;width:62px;height:62px;border-radius:50%;background:var(--tile-accent, var(--blue));opacity:.09;pointer-events:none;z-index:0;transition:opacity var(--dur-base),transform var(--dur-base)}.dash-product-card:hover:after{opacity:.18;transform:scale(1.25)}.dash-product-card.no-splash:after{display:none}.dash-product-card>*{position:relative;z-index:1}.dash-product-card__name{font-size:13px;font-weight:600;color:var(--text-strong)}.dash-product-card__link{font-size:11px;font-weight:600;color:var(--blue);display:inline-flex;align-items:center;gap:4px}.team-badge{width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:11px;font-weight:800;color:#fff;letter-spacing:.02em;flex-shrink:0;background:linear-gradient(135deg,var(--team),color-mix(in srgb,var(--team) 68%,#000));box-shadow:0 3px 8px color-mix(in srgb,var(--team) 42%,transparent)}.dash-team-list{display:flex;flex-direction:column;gap:8px}.dash-team-row{display:flex;align-items:center;gap:13px;width:100%;text-align:left;padding:12px 14px;border:1px solid var(--slate-200);border-left:3px solid var(--team);border-radius:var(--radius-md);background:#fff;cursor:pointer;font-family:var(--font-body);transition:background var(--dur-fast),border-color var(--dur-fast),box-shadow var(--dur-fast),transform var(--dur-fast)}.dash-team-row:hover{background:color-mix(in srgb,var(--team) 5%,#fff);border-color:color-mix(in srgb,var(--team) 30%,var(--slate-200));border-left-color:var(--team);box-shadow:0 8px 20px -14px color-mix(in srgb,var(--team) 70%,rgba(7,18,56,.3));transform:translateY(-1px)}.dash-team-row__info{min-width:0;flex:1}.dash-linked__body{padding:16px 20px 20px}.dash-linked__node{display:flex;align-items:center;gap:11px;width:100%;text-align:left;padding:8px 10px;border-radius:var(--radius-md);border:1px solid transparent;background:transparent;font-family:var(--font-body)}.dash-linked__node--root{padding:10px 12px}.dash-linked__node--switchable{cursor:pointer;transition:background var(--dur-fast)}.dash-linked__node--switchable:hover{background:color-mix(in srgb,var(--linked) 7%,#fff)}.dash-linked__node--current{border-color:color-mix(in srgb,var(--linked) 12%,#fff);background:color-mix(in srgb,var(--linked) 3.5%,#fff);cursor:default}.dash-linked__avatar{flex-shrink:0;width:32px;height:32px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:800;font-size:12px;background:color-mix(in srgb,var(--linked) 14%,#fff);color:var(--linked-700);border:1px solid color-mix(in srgb,var(--linked) 22%,#fff)}.dash-linked__avatar--root{width:40px;height:40px;font-size:14px}.dash-linked__info{min-width:0;flex:1}.dash-linked__name-row{display:flex;align-items:center;gap:7px}.dash-linked__name{font-size:13px;font-weight:700;color:var(--text-strong);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-linked__node--root .dash-linked__name{font-size:14px}.dash-linked__parent-badge{font-size:9px;flex-shrink:0}.dash-linked__sub{display:block;font-size:11px;color:var(--text-muted);margin-top:1px}.dash-linked__viewing{flex-shrink:0;white-space:nowrap;font-size:9.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--blue);background:color-mix(in srgb,var(--blue) 12%,#fff);border:1px solid color-mix(in srgb,var(--blue) 28%,#fff);border-radius:999px;padding:3px 9px}.dash-linked__view{flex-shrink:0;display:inline-flex;align-items:center;gap:3px;font-size:11px;font-weight:600;color:var(--blue)}.dash-linked__view img{filter:none}.dash-linked__children{position:relative;margin-top:2px}.dash-linked__child-wrap{position:relative;padding-left:42px}.dash-linked__child-wrap:before{content:"";position:absolute;left:32px;top:0;width:2px;height:100%;background:color-mix(in srgb,var(--linked) 55%,#fff)}.dash-linked__child-wrap.is-last:before{height:24px}.dash-linked__child-wrap:after{content:"";position:absolute;left:32px;top:24px;width:20px;height:2px;background:color-mix(in srgb,var(--linked) 55%,#fff)}.dash-team-row__name{font-size:13.5px;font-weight:700;color:var(--text-strong);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-team-row__count{font-size:11px;color:var(--text-muted);margin-top:2px}.dash-team-row__chevron{flex-shrink:0;color:var(--text-muted)}.card--top-teal{border-top:3px solid var(--teal)}.card--top-blue{border-top:3px solid var(--blue)}.card--top-green{border-top:3px solid var(--green)}.card--top-purple{border-top:3px solid var(--purple)}.card--top-linked{border-top:3px solid var(--linked)}.dash-card-header--teal{background:color-mix(in srgb,var(--teal) 3.5%,#fff);padding:18px 24px}.dash-card-header--blue{background:color-mix(in srgb,var(--blue) 3%,#fff);padding:18px 24px}.dash-card-header--green{background:color-mix(in srgb,var(--green) 4%,#fff);padding:18px 24px}.dash-card-header--purple{background:color-mix(in srgb,var(--purple) 4%,#fff);padding:18px 24px}.dash-card-header--linked{background:color-mix(in srgb,var(--linked) 4%,#fff);padding:18px 24px}.dash-nav-link{border:none;background:none;cursor:pointer;font-family:var(--font-body);font-size:12.5px;font-weight:700;color:var(--blue);display:inline-flex;align-items:center;gap:5px;padding:0}.dash-nav-link:hover{text-decoration:underline}.dash-nav-link--teal{color:var(--teal-700)}.dash-nav-link--green{color:var(--green-700)}.dash-nav-link--purple{color:var(--purple)}.dash-nav-link--linked{color:var(--linked-700)}.card--no-margin{margin-bottom:0}.card-header__right{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.card__body{padding:24px}.dash-stats-row{margin-bottom:28px;gap:24px}.dash-product-card__icon{width:36px;height:36px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--tile-accent, var(--blue));color:#fff}.dash-product-card__icon img,.dash-product-card__icon svg{width:19px;height:19px}.dash-product-card--reformatter{--tile-accent: var(--teal)}.dash-product-card--nexus{--tile-accent: var(--purple)}.dash-product-card--hiring-manager{--tile-accent: var(--blue)}.dash-product-card--resume-guard{--tile-accent: var(--amber)}.dash-product-card--nexus-sourcing{--tile-accent: var(--green)}.dash-top-users__pill--all{--pill-bg: #EEF0F4;--pill-border: var(--slate-200);--pill-text: var(--text-strong)}.dash-top-users__pill--resume-guard{--pill-bg: #FDF1E3;--pill-border: #f5d89a;--pill-text: #8a5a1f}.dash-top-users__pill--reformatter{--pill-bg: var(--teal-50);--pill-border: var(--teal-100);--pill-text: var(--teal-700)}.dash-top-users__pill--nexus{--pill-bg: #efe9fb;--pill-border: #d9c9f5;--pill-text: #7a45c4}.dash-top-users__pill--hiring-manager{--pill-bg: var(--blue-50);--pill-border: var(--blue-100);--pill-text: var(--blue)}.dash-top-users__pill--nexus-sourcing{--pill-bg: #E9F7F0;--pill-border: #b2e8c8;--pill-text: var(--green-700)}.dash-top-users__pill{border:1px solid;cursor:pointer;font-size:11px;font-weight:600;padding:4px 11px;border-radius:999px;transition:background var(--dur-fast),color var(--dur-fast);font-family:var(--font-body);background:var(--pill-bg, #EEF0F4);border-color:var(--pill-border, var(--slate-200));color:var(--pill-text, var(--text-strong))}.dash-top-users__pill.is-active{background:var(--pill-text, var(--text-strong));border-color:var(--pill-text, var(--text-strong));color:#fff}.dash-top-users__credits{font-weight:600;color:var(--tertiary-60, var(--text-body))}.dash-glow--credits-remaining{--glow: var(--teal);width:110px;height:110px;top:-42px;right:-38px}.dash-glow--credits-used{--glow: var(--blue);width:140px;height:140px;top:-64px;right:-52px}.dash-glow--active-users{--glow: var(--purple);width:96px;height:96px;top:-30px;right:-44px}.dash-glow--active-products{--glow: var(--amber);width:124px;height:124px;top:-50px;right:-34px}.dash-bottom-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px;align-items:start;margin-bottom:24px}.dash-bottom-grid__left,.dash-bottom-grid__right{display:flex;flex-direction:column;gap:24px;min-width:0}.dash-top-users__filters{display:flex;gap:6px;flex-wrap:wrap;padding:16px 22px 12px}.dash-top-users__table{table-layout:auto;width:100%}.dash-top-users__table th{font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;padding:10px 16px;border-bottom:1px solid var(--slate-100);text-align:left}.dash-top-users__table td{font-size:13px;color:var(--text-body);padding:10px 16px;border-bottom:1px solid var(--slate-100)}.dash-top-users__table tr{cursor:pointer;transition:background var(--dur-fast)}.dash-top-users__table tr:hover td{background:var(--slate-100)}.dash-top-users__empty{text-align:center;color:var(--text-muted);padding:16px;font-size:12px}.dash-empty{font-size:12px;color:var(--text-muted);padding:16px;border:1px dashed var(--slate-200);border-radius:var(--radius-md);text-align:center}.dash-empty--error{display:flex;flex-direction:column;align-items:center;gap:10px;border-color:color-mix(in srgb,var(--amber) 40%,#fff);background:color-mix(in srgb,var(--amber) 8%,#fff);color:var(--text-default)}.dash-empty__text{font-size:12px}.dash-empty__retry{font-family:var(--font-body);font-size:12px;font-weight:600;padding:5px 14px;border:1px solid var(--border-default);border-radius:var(--radius-sm);background:#fff;color:var(--text-default);cursor:pointer}.dash-empty__retry:hover{background:var(--slate-100)}.dash-expired-banner{display:flex;align-items:flex-start;gap:14px;padding:16px 20px;margin-bottom:24px;background:color-mix(in srgb,var(--amber) 10%,#fff);border:1px solid color-mix(in srgb,var(--amber) 32%,#fff);border-radius:var(--radius-lg);font-family:var(--font-body)}.dash-expired-banner__icon{flex-shrink:0;width:38px;height:38px;border-radius:50%;background:color-mix(in srgb,var(--amber) 18%,#fff);display:flex;align-items:center;justify-content:center;color:var(--amber)}.dash-expired-banner__title{font-weight:700;font-size:14.5px;color:var(--text-strong);margin-bottom:3px;font-family:var(--font-display)}.dash-expired-banner__desc{font-size:13px;color:var(--text-secondary);line-height:1.55}.dash-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px}.user-cell{display:flex;align-items:center;gap:10px}.user-cell-name{font-size:13px;font-weight:600;color:var(--text-strong)}@media (max-width: 1200px){.dash-bottom-grid{grid-template-columns:1fr}.stats-4,.stats-5,.dashboard-main-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-quick-links__row{padding:0 24px}}@media (max-width: 1150px) and (min-width: 641px){.stats-5{grid-template-columns:repeat(6,minmax(0,1fr))}.stats-5>*{grid-column:span 2}.stats-5>:nth-child(4),.stats-5>:nth-child(5){grid-column:span 3}}@media (max-width: 900px){.stats-4,.stats-5,.dashboard-main-grid{grid-template-columns:1fr}}.billing-page .platform-dashboard__error{margin-bottom:16px}.billing-content{display:flex;flex-direction:column;gap:24px}.billing-icon-mask{display:inline-block;width:16px;height:16px;background-color:currentColor;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.billing-icon-mask--database{-webkit-mask-image:url(/icons/billing/database.svg);mask-image:url(/icons/billing/database.svg)}.billing-icon-mask--database-white{-webkit-mask-image:url(/icons/billing/database.svg);mask-image:url(/icons/billing/database.svg)}.billing-icon-mask--dollar{-webkit-mask-image:url(/icons/billing/dollar.svg);mask-image:url(/icons/billing/dollar.svg)}.billing-icon-mask--license{-webkit-mask-image:url(/icons/card-invoice.svg);mask-image:url(/icons/card-invoice.svg)}.billing-icon-mask--link{-webkit-mask-image:url(/icons/link.svg);mask-image:url(/icons/link.svg)}.billing-icon-mask--file{-webkit-mask-image:url(/icons/file.svg);mask-image:url(/icons/file.svg)}.billing-icon-mask--hubspot{-webkit-mask-image:url(/icons/hubspot.svg);mask-image:url(/icons/hubspot.svg)}.billing-icon-mask--users{-webkit-mask-image:url(/icons/billing/users.svg);mask-image:url(/icons/billing/users.svg)}.billing-icon-mask--clock{-webkit-mask-image:url(/icons/clock.svg);mask-image:url(/icons/clock.svg)}.billing-icon-mask--clock-blue{-webkit-mask-image:url(/icons/clock-blue.svg);mask-image:url(/icons/clock-blue.svg)}.billing-icon-mask--calendar{-webkit-mask-image:url(/icons/calendar.svg);mask-image:url(/icons/calendar.svg)}.billing-icon-mask--calendar-white{-webkit-mask-image:url(/icons/calendar-white.svg);mask-image:url(/icons/calendar-white.svg)}.billing-icon-mask--upload{-webkit-mask-image:url(/icons/upload.svg);mask-image:url(/icons/upload.svg)}.billing-icon-mask--external-link{-webkit-mask-image:url(/icons/external-link.svg);mask-image:url(/icons/external-link.svg)}.billing-icon-mask--external-link-sm{-webkit-mask-image:url(/icons/external-link-sm.svg);mask-image:url(/icons/external-link-sm.svg)}.billing-icon-mask--warning-triangle{-webkit-mask-image:url(/icons/warning-triangle.svg);mask-image:url(/icons/warning-triangle.svg)}.billing-icon-mask--plus{-webkit-mask-image:url(/icons/plus.svg);mask-image:url(/icons/plus.svg)}.billing-icon-mask--settings-white{-webkit-mask-image:url(/icons/settings.svg);mask-image:url(/icons/settings.svg)}.billing-icon-mask--check-white{-webkit-mask-image:url(/icons/check-white.svg);mask-image:url(/icons/check-white.svg)}.billing-icon-mask--check{-webkit-mask-image:url(/icons/check.svg);mask-image:url(/icons/check.svg)}.billing-icon-mask--check-circle{-webkit-mask-image:url(/icons/billing/check-circle.svg);mask-image:url(/icons/billing/check-circle.svg)}.billing-icon-mask--close{-webkit-mask-image:url(/icons/billing/close.svg);mask-image:url(/icons/billing/close.svg)}.billing-icon-mask--info-circle{-webkit-mask-image:url(/icons/info.svg);mask-image:url(/icons/info.svg)}.billing-icon-mask--chevron-right{-webkit-mask-image:url(/icons/chevron-right.svg);mask-image:url(/icons/chevron-right.svg)}.billing-icon-mask--status-active{-webkit-mask-image:url(/icons/check-circle.svg);mask-image:url(/icons/check-circle.svg)}.billing-icon-mask--status-trial{-webkit-mask-image:url(/icons/clock.svg);mask-image:url(/icons/clock.svg)}.billing-icon-mask--status-cancelled{-webkit-mask-image:url(/icons/collapse-chevron.svg);mask-image:url(/icons/collapse-chevron.svg)}.billing-icon-mask--status-inactive{-webkit-mask-image:url(/icons/delete.svg);mask-image:url(/icons/delete.svg)}.billing-icon-mask--card{-webkit-mask-image:url(/icons/billing/card.svg);mask-image:url(/icons/billing/card.svg)}.billing-icon-mask--bank{-webkit-mask-image:url(/icons/billing/receipt.svg);mask-image:url(/icons/billing/receipt.svg)}.billing-icon-mask--receipt-white{-webkit-mask-image:url(/icons/invoice-white.svg);mask-image:url(/icons/invoice-white.svg)}.billing-icon-mask--card-white{-webkit-mask-image:url(/icons/card-invoice-white.svg);mask-image:url(/icons/card-invoice-white.svg)}[data-width="0"]{width:0%}[data-width="1"]{width:1%}[data-width="2"]{width:2%}[data-width="3"]{width:3%}[data-width="4"]{width:4%}[data-width="5"]{width:5%}[data-width="6"]{width:6%}[data-width="7"]{width:7%}[data-width="8"]{width:8%}[data-width="9"]{width:9%}[data-width="10"]{width:10%}[data-width="11"]{width:11%}[data-width="12"]{width:12%}[data-width="13"]{width:13%}[data-width="14"]{width:14%}[data-width="15"]{width:15%}[data-width="16"]{width:16%}[data-width="17"]{width:17%}[data-width="18"]{width:18%}[data-width="19"]{width:19%}[data-width="20"]{width:20%}[data-width="21"]{width:21%}[data-width="22"]{width:22%}[data-width="23"]{width:23%}[data-width="24"]{width:24%}[data-width="25"]{width:25%}[data-width="26"]{width:26%}[data-width="27"]{width:27%}[data-width="28"]{width:28%}[data-width="29"]{width:29%}[data-width="30"]{width:30%}[data-width="31"]{width:31%}[data-width="32"]{width:32%}[data-width="33"]{width:33%}[data-width="34"]{width:34%}[data-width="35"]{width:35%}[data-width="36"]{width:36%}[data-width="37"]{width:37%}[data-width="38"]{width:38%}[data-width="39"]{width:39%}[data-width="40"]{width:40%}[data-width="41"]{width:41%}[data-width="42"]{width:42%}[data-width="43"]{width:43%}[data-width="44"]{width:44%}[data-width="45"]{width:45%}[data-width="46"]{width:46%}[data-width="47"]{width:47%}[data-width="48"]{width:48%}[data-width="49"]{width:49%}[data-width="50"]{width:50%}[data-width="51"]{width:51%}[data-width="52"]{width:52%}[data-width="53"]{width:53%}[data-width="54"]{width:54%}[data-width="55"]{width:55%}[data-width="56"]{width:56%}[data-width="57"]{width:57%}[data-width="58"]{width:58%}[data-width="59"]{width:59%}[data-width="60"]{width:60%}[data-width="61"]{width:61%}[data-width="62"]{width:62%}[data-width="63"]{width:63%}[data-width="64"]{width:64%}[data-width="65"]{width:65%}[data-width="66"]{width:66%}[data-width="67"]{width:67%}[data-width="68"]{width:68%}[data-width="69"]{width:69%}[data-width="70"]{width:70%}[data-width="71"]{width:71%}[data-width="72"]{width:72%}[data-width="73"]{width:73%}[data-width="74"]{width:74%}[data-width="75"]{width:75%}[data-width="76"]{width:76%}[data-width="77"]{width:77%}[data-width="78"]{width:78%}[data-width="79"]{width:79%}[data-width="80"]{width:80%}[data-width="81"]{width:81%}[data-width="82"]{width:82%}[data-width="83"]{width:83%}[data-width="84"]{width:84%}[data-width="85"]{width:85%}[data-width="86"]{width:86%}[data-width="87"]{width:87%}[data-width="88"]{width:88%}[data-width="89"]{width:89%}[data-width="90"]{width:90%}[data-width="91"]{width:91%}[data-width="92"]{width:92%}[data-width="93"]{width:93%}[data-width="94"]{width:94%}[data-width="95"]{width:95%}[data-width="96"]{width:96%}[data-width="97"]{width:97%}[data-width="98"]{width:98%}[data-width="99"]{width:99%}[data-width="100"]{width:100%}.bill-top-row{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:stretch}.billing-card-chip__icon,.billing-mini-stat__icon-img,.sub-status-card__icon{display:block}.billing-card-chip__icon-mask{display:block;width:15px;height:15px}.bill-hero,.bill-plan-card{min-height:100%}.bill-hero{position:relative;overflow:hidden;border-radius:14px;padding:24px 28px;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(135deg,#0f7560,#0ea5a0 60%,#34d399)}.bill-hero--inactive{background:linear-gradient(135deg,var(--tertiary-90) 0%,var(--tertiary-80) 55%,var(--tertiary-60) 100%)}.bill-hero__bg,.bill-plan-card__bg{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.bill-hero__bubble,.bill-plan-card__bubble{position:absolute;border-radius:50%}.bill-hero__bubble--lg,.bill-plan-card__bubble--lg{width:220px;height:220px;top:-60px;right:-50px;background:#ffffff12}.bill-hero__bubble--sm,.bill-plan-card__bubble--sm{width:120px;height:120px;bottom:-30px;left:20px;background:#ffffff0d}.bill-hero__top,.bill-hero__mid,.bill-hero__footer,.bill-plan-card__header,.bill-plan-card__plan-row,.bill-plan-card__portal{position:relative;z-index:1}.bill-hero__eyebrow-row{display:flex;align-items:center;gap:8px;margin-bottom:14px}.bill-hero__eyebrow{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:#ffffff8c}.bill-hero__eyebrow-actions{margin-left:auto;display:flex;align-items:center;gap:8px}.bill-hero__badge{background:#ffffff40;color:#fff;border:1px solid rgba(255,255,255,.4);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:3px 9px;border-radius:10px}.bill-hero__admin-btn{display:inline-flex;align-items:center;gap:6px;border-radius:8px;cursor:pointer;font-family:var(--font-body)}.bill-hero__admin-btn{background:#ffffff2e;border:1px solid rgba(255,255,255,.35);color:#fff;padding:5px 11px;font-size:11.5px;font-weight:600}.bill-hero__admin-btn-icon{display:block;flex-shrink:0;filter:brightness(0) invert(1)}.bill-hero__value{font-size:44px;font-weight:800;color:#fff;font-family:var(--font-display);letter-spacing:-.02em;line-height:1}.bill-hero__remaining{font-size:13.5px;color:#ffffffbf;margin-top:8px}.bill-hero__remaining-strong{color:#fff;font-weight:700;font-size:15px}.bill-hero__boost{display:inline-flex;align-items:center;gap:5px;margin-top:9px;background:#ffffff2e;border:1px solid rgba(255,255,255,.28);border-radius:var(--radius-pill);padding:3px 10px;font-size:11px;color:#fff;font-weight:600}.bill-hero__boost-icon,.bill-hero__self-management-icon,.bill-plan-card__portal-btn-icon,.bill-plan-card__warning-pill-icon,.bill-plan-card__portal-alert-icon,.bill-hero__tile-arrow{flex-shrink:0}.bill-hero__tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:12px}.bill-hero__tile{background:#ffffff17;border-radius:10px;padding:13px 14px}.bill-hero__tile--actionable{cursor:pointer}.bill-hero__tile-label{min-height:26px;display:flex;align-items:center;gap:4px;font-size:10px;text-transform:uppercase;letter-spacing:.03em;color:#ffffffa6;font-weight:600;line-height:1.25}.bill-hero__tile-value{font-size:20px;font-weight:800;font-family:var(--font-display);color:#fff;margin-top:5px;line-height:1}.bill-hero__tile-value--gold{color:#f2c879}.bill-hero__progress-meta{display:flex;justify-content:space-between;font-size:12px;color:#ffffffa6;margin-bottom:8px}.bill-hero__progress{height:10px;background:#fff3;border-radius:5px;overflow:hidden;display:flex}.bill-hero__progress-base{height:100%;background:#fff;opacity:.9}.bill-hero__progress-spend{height:100%;background:#f2c879}.bill-hero__footer{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:16px}.bill-hero__renewal-date{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#ffffffd1;font-weight:600}.bill-hero__renewal-note{font-size:11px;color:#ffffff8c;margin-top:3px}.bill-hero__self-management{flex-shrink:0;display:inline-flex;align-items:center;gap:5px;background:var(--purple);color:#fff;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:5px 12px;border-radius:10px;box-shadow:0 1px 5px #0000002e}.bill-hero__self-serve{flex-shrink:0;display:inline-flex;align-items:center;gap:10px}.bill-hero__add-licenses-btn{background:#fff3;border:1px solid rgba(255,255,255,.35);color:#fff;padding:9px 15px;border-radius:8px;font-size:12.5px;font-weight:600;cursor:pointer}.bill-hero__add-credits-btn{display:inline-flex;align-items:center;gap:6px;background:#fff;border:1px solid #fff;color:var(--teal-700);padding:9px 18px;border-radius:8px;font-size:13px;font-weight:800;cursor:pointer;box-shadow:0 8px 20px -6px #0006}.bill-hero__add-credits-icon{width:14px;height:14px}.bill-hero__contact-credits-btn{flex-shrink:0;background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;padding:8px 15px;border-radius:8px;font-size:12.5px;font-weight:600;cursor:pointer}.plan-card{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--navy) 0%,#12235c 100%);color:#fff;border-radius:var(--radius-lg);padding:24px 28px}.plan-card-name{font-size:13px;color:#ffffff80;text-transform:uppercase;letter-spacing:.14em;margin-bottom:12px;font-weight:700}.plan-card-plan{font-family:var(--font-display);font-size:24px;font-weight:800;letter-spacing:-.02em;margin-bottom:0}.bill-plan-card__header,.bill-plan-card__plan-row{display:flex;justify-content:space-between;gap:12px}.bill-plan-card__plan-note{font-size:11px;color:#5fcdd8;margin-top:2px;font-weight:700;letter-spacing:.02em}.bill-plan-card__status-action{display:flex;flex-direction:column;align-items:flex-end;gap:5px}.bill-plan-card__status-note{font-size:11px;color:#ffffff80;font-weight:700;letter-spacing:.02em}.bill-plan-card__danger-btn,.bill-plan-card__danger-btn:hover{background:#d0463f40!important;border-color:#d0463f99!important;color:#ffb3ae!important}.bill-plan-card__header-btn,.bill-plan-card__header-btn:hover{background:#1d45df40!important;border-color:#1d45df80!important;color:#fff!important}.plan-row{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-top:1px solid rgba(255,255,255,.08);font-size:12px}.bill-plan-card__row--first{margin-top:18px}.plan-row-label{color:#ffffff80}.plan-row-val{font-weight:500;color:#fff;min-width:100px;text-align:right}.bill-plan-card__expired-value{color:#ffb3ae}.bill-plan-card__row-value-group,.bill-plan-card__payment-label{display:flex;align-items:center;gap:8px}.bill-plan-card__payment-label{min-width:0}.bill-plan-card__warning-pill{display:inline-flex;align-items:center;gap:4px;background:#d0463f33;border:1px solid rgba(208,70,63,.5);color:#ffb3ae;font-size:10px;font-weight:700;padding:2px 8px;border-radius:10px;white-space:nowrap}.plan-card .sub-edit{order:-1;opacity:0;transition:opacity var(--dur-fast) var(--ease-standard);background:#ffffff1f;border:1px solid rgba(255,255,255,.25);color:#fff;font-size:11px;font-weight:600;padding:2px 9px;border-radius:6px;cursor:pointer;line-height:1.5}.plan-card .plan-row:hover .sub-edit{opacity:1}.bill-plan-card__portal{margin-top:12px;background:#ffffff12;border:1px solid rgba(255,255,255,.16);border-radius:12px;padding:11px 13px;display:flex;align-items:center;gap:11px;flex-wrap:wrap}.bill-plan-card__portal-icon-wrap{width:30px;height:30px;border-radius:8px;background:#ffffff1f;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}.bill-plan-card__portal-icon-img{display:block;flex-shrink:0;filter:brightness(0) invert(1)}.bill-plan-card__portal-copy{flex:1;min-width:110px}.bill-plan-card__portal-title{font-size:13px;font-weight:700;color:#fff}.bill-plan-card__portal-text{font-size:11px;color:#fff9}.bill-plan-card__portal-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;flex-shrink:0;background:linear-gradient(135deg,#289ea6,#37c1ce);border:1px solid #4fd0dc;color:#fff;font-weight:700;font-size:13px;padding:9px 15px;border-radius:8px;box-shadow:0 6px 18px -5px #37c1ceb3;cursor:pointer}.bill-plan-card__portal-alert{flex-basis:100%;display:flex;gap:9px;align-items:flex-start;background:#ffffff0d;border:1px solid rgba(255,255,255,.14);border-radius:8px;padding:10px 12px}.bill-plan-card__portal-alert p{margin:0;font-size:11.5px;line-height:1.5;color:#ffffffb8}.bill-plan-card__portal-alert--danger{background:#d0463f29;border-color:#d0463f73}.bill-plan-card__portal-alert--danger p{color:#ffb3ae}.bill-stats-row{display:grid;grid-template-columns:repeat(5,1fr);gap:24px;align-items:stretch}.sub-status-card{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:none;border-left:5px solid #0A6B47;overflow:visible;position:relative;background:linear-gradient(135deg,#0e9e68,#34d399);box-shadow:0 8px 22px -8px #109e6880}.sub-status-card[data-sub-status=trialling]{border-left-color:#a9600f;background:linear-gradient(135deg,#d9801a,#fbbf4b);box-shadow:0 8px 22px -8px #e8943b80}.sub-status-card[data-sub-status=trial-cancelled]{border-left-color:#3b4152;background:linear-gradient(135deg,#565d70,#9aa1b4);box-shadow:0 8px 22px -8px #565d7073}.sub-status-card[data-sub-status=inactive]{border-left-color:#93251c;background:linear-gradient(135deg,#c0392b,#f0655a);box-shadow:0 8px 22px -8px #d0463f80}.sub-status-card .stat-label,.sub-status-card .stat-value,.sub-status-card .stat-sub{color:#fff;position:relative;z-index:1}.sub-status-card .stat-label{text-transform:none;letter-spacing:0;margin-top:4px;margin-bottom:0;color:#ffffffe0}.sub-status-card .stat-value{font-size:20px}.sub-status-card__circles{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;border-radius:inherit;pointer-events:none}.sub-status-card__circle{position:absolute;border-radius:50%;background:#ffffff26}.sub-status-card__circle--top{width:116px;height:116px;top:-42px;right:-32px}.sub-status-card__circle--bottom{width:74px;height:74px;bottom:-28px;left:-16px;background:#ffffff1a}.sub-status-card__icon-wrap{position:relative;z-index:1;width:34px;height:34px;border-radius:50%;background:#ffffff38;display:flex;align-items:center;justify-content:center;margin-bottom:8px;color:#fff}.sub-status-card__icon{filter:brightness(0) invert(1)}.billing-mini-stat{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;position:relative}.billing-mini-stat--teal{border-left:3px solid var(--teal)}.billing-mini-stat--purple{border-left:3px solid var(--purple)}.billing-mini-stat--amber{border-left:3px solid var(--amber)}.billing-mini-stat--green{border-left:3px solid var(--green)}.billing-mini-stat__glow{width:104px;height:104px;top:-38px;right:-38px}.billing-mini-stat--teal .billing-mini-stat__glow{--glow: var(--teal)}.billing-mini-stat--purple .billing-mini-stat__glow{--glow: var(--purple)}.billing-mini-stat--amber .billing-mini-stat__glow{--glow: var(--amber)}.billing-mini-stat--green .billing-mini-stat__glow{--glow: var(--green)}.billing-mini-stat__icon-wrap{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:8px;flex-shrink:0;position:relative;z-index:1}.billing-mini-stat--teal .billing-mini-stat__icon-wrap{background:var(--teal-50);color:var(--teal-700)}.billing-mini-stat--purple .billing-mini-stat__icon-wrap{background:color-mix(in srgb,var(--purple) 12%,#fff);color:#8a5ad0}.billing-mini-stat--amber .billing-mini-stat__icon-wrap{background:#fdf1e3;color:#e8943b}.billing-mini-stat--green .billing-mini-stat__icon-wrap{background:#e9f7f0;color:var(--green-700)}.billing-mini-stat__value{font-size:24px;position:relative;z-index:1}.billing-mini-stat__value--small{font-size:17px}.billing-mini-stat__label{margin-top:4px;margin-bottom:0;text-transform:none;letter-spacing:0}.billing-mini-stat__note,.billing-mini-stat__subnote{font-size:12px;color:var(--text-secondary);margin-top:3px;position:relative;z-index:1}.billing-mini-stat__subnote{font-size:11.5px;font-weight:600;margin-top:2px}.credit-dash{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:24px}.billing-analytics-card,.billing-info-card,.org-spend-card{margin-bottom:0;display:flex;flex-direction:column}.billing-analytics-card__header,.billing-info-card__header,.org-spend-card__header{padding:18px 24px}.billing-analytics-card__header{background:color-mix(in srgb,var(--teal) 7%,#fff)}.billing-analytics-card--amber .billing-analytics-card__header{background:color-mix(in srgb,var(--amber) 9%,#fff)}.billing-info-card__header--blue{background:color-mix(in srgb,var(--blue) 6%,#fff)}.billing-info-card__header--purple{background:color-mix(in srgb,var(--purple) 7%,#fff)}.billing-info-card__header--green{background:color-mix(in srgb,var(--green) 8%,#fff)}.org-spend-card__header{background:color-mix(in srgb,var(--amber) 9%,#fff)}.billing-analytics-card__header--between,.org-spend-card__header{display:flex;justify-content:space-between;align-items:center;gap:10px}.billing-analytics-card__chip{background:var(--teal-50);color:var(--teal-700)}.billing-analytics-card__chip--amber,.org-spend-card__chip{background:#fdf1e3;color:#b06f1f}.billing-info-card__chip--blue{background:var(--blue-50);color:var(--blue)}.billing-info-card__chip--purple{background:color-mix(in srgb,var(--purple) 14%,#fff);color:#8a5ad0}.billing-info-card__chip--green{background:#e9f7f0;color:var(--green-700)}.billing-analytics-card__sub{font-size:11.5px;font-weight:400;color:var(--text-muted);margin-top:2px;line-height:1.35}.billing-analytics-card__body,.billing-info-card__body{display:flex;flex-direction:column;flex:1}.billing-line{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px;border-bottom:1px solid var(--slate-100);font-size:13px}.billing-line--no-border,.billing-line:last-child{border-bottom:none}.billing-line-label{color:var(--text-secondary)}.credit-dash .billing-line-label{color:var(--text-strong);font-weight:700;font-size:13.5px}.credit-dash .billing-line{padding-top:17px;padding-bottom:17px}.billing-line-lead{flex:1;min-width:0;padding-right:10px}.billing-line-sub{display:block;font-size:11.5px;color:var(--text-muted);margin-top:3px;line-height:1.4}.billing-line-labelrow{display:flex;align-items:center;gap:7px}.billing-line-tag{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:2px 7px;border-radius:999px;flex-shrink:0;background:var(--slate-100);color:var(--slate-500);border:1px solid var(--slate-200)}.billing-line-tag--recurring{background:var(--teal-50);color:var(--teal-700);border-color:var(--teal-100)}.billing-line-chip{background:var(--tertiary-10);color:var(--text-secondary);padding:1px 6px;border-radius:5px;font-weight:600;white-space:nowrap}.billing-line-value-group{display:flex;align-items:center;gap:10px}.billing-line-value-group .billing-edit-btn{order:-1}.billing-line-val{display:inline-block;min-width:58px;text-align:right;font-weight:600;color:var(--text-strong)}.billing-line-val--teal{color:var(--teal-700)}.billing-edit-btn{opacity:0;visibility:hidden;transition:opacity var(--dur-fast) var(--ease-standard)}.billing-line:hover .billing-edit-btn,#billing-data-card:hover .billing-edit-btn{opacity:1;visibility:visible}.btn.billing-edit-btn{background:var(--teal-50)!important;color:var(--teal-700)!important;border:1px solid var(--teal-100)!important}.btn.billing-edit-btn:hover{background:var(--teal-100)!important;color:var(--teal-700)!important;border-color:color-mix(in srgb,var(--teal) 45%,#fff)!important}.btn.billing-edit-btn--danger{background:var(--danger-fill)!important;color:var(--danger)!important;border-color:var(--danger-border)!important}.btn.billing-edit-btn--danger:hover{background:var(--danger-border)!important;color:var(--danger)!important;border-color:var(--danger-border)!important}.billing-line:has(>.billing-line-value-group .billing-edit-btn),.billing-line.row-actionable{background:color-mix(in srgb,var(--teal) 3%,#fff);box-shadow:inset 2px 0 color-mix(in srgb,var(--teal) 45%,#fff)}.billing-spacer,.billing-info-card__spacer{flex:1;min-height:14px}.billing-line--total{border-top:2px solid var(--slate-200);border-bottom:none;padding-top:16px}.billing-total-chip{font-weight:800;font-size:20px;font-family:var(--font-display);border-radius:8px;padding:3px 13px}.billing-total-chip--teal{color:var(--teal-700);background:var(--teal-50);border:1px solid var(--teal-100)}.billing-total-chip--amber{color:#8a5a1f;background:#fdf1e3;border:1px solid #F3D9B8}.add-charge-btn{font-size:11.5px;font-weight:600;padding:5px 12px;border-radius:8px;cursor:pointer;white-space:nowrap;min-width:154px;text-align:center;background:#fdf1e3;color:#8a5a1f;border:1px solid #F3D9B8}.org-spend-card{max-width:520px;border-top:3px solid var(--amber)}.org-spend-card__body{padding:20px 24px;display:flex;flex-direction:column;gap:14px}.org-spend-card__label{font-size:12px;color:var(--text-muted);font-weight:600}.org-spend-card__value{font-size:30px;font-weight:800;font-family:var(--font-display);color:#b06f1f;line-height:1.05;margin-top:4px}.org-spend-card__value-sub{font-size:13px;font-weight:600;color:var(--text-muted);margin-left:6px}.org-spend-card__list{display:flex;flex-direction:column;gap:8px}.org-spend-card__item{display:flex;align-items:center;gap:12px;padding:10px 12px;border:1px solid var(--slate-200);border-radius:var(--radius-md)}.org-spend-card__amount{min-width:56px;text-align:center;font-weight:700;font-size:13px;font-family:var(--font-display);padding:5px 8px;border-radius:8px;background:#fdf1e3;color:#b06f1f;flex-shrink:0}.org-spend-card__item-copy{flex:1;min-width:0}.org-spend-card__item-title{font-size:13px;font-weight:600;color:var(--text-strong)}.org-spend-card__item-sub{font-size:11px;color:var(--text-muted);margin-top:1px}.org-spend-card__empty{font-size:12.5px;color:var(--text-muted);padding:14px 12px;border:1px dashed var(--slate-200);border-radius:var(--radius-md);text-align:center}.bill-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:24px;align-items:stretch}.bill-cards--single{grid-template-columns:minmax(0,460px)}.billing-info-card{border-top:3px solid var(--blue)}.billing-info-card:nth-child(2){border-top-color:var(--purple)}.billing-info-card:nth-child(3){border-top-color:var(--green)}.billing-info-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.billing-info-card__top-title{font-size:13.5px;font-weight:700;color:var(--text-strong)}.billing-info-card__top-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.billing-info-card__retention{margin-top:16px;display:flex;align-items:center;gap:11px;padding:13px 15px;border-radius:var(--radius-md);background:color-mix(in srgb,var(--blue) 6%,#fff);border:1px solid color-mix(in srgb,var(--blue) 15%,#fff)}.billing-info-card__retention-icon{width:34px;height:34px;border-radius:8px;background:var(--blue-50);color:var(--blue);display:flex;align-items:center;justify-content:center;flex-shrink:0}.billing-info-card__retention-label{font-size:10.5px;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);font-weight:600}.billing-info-card__retention-value{font-size:16px;font-weight:800;font-family:var(--font-display);color:var(--text-strong);line-height:1.1}.billing-info-card__desc{margin:0;font-size:11.5px;line-height:1.5;color:var(--text-muted)}.billing-info-card__desc strong{color:var(--text-body);font-weight:600}.billing-license-card__meta{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px}.billing-license-card__meta-label{font-size:11.5px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.billing-license-card__meta-value{font-size:13px;font-weight:700;color:var(--text-strong)}.billing-license-card__meta-value span{color:var(--text-muted);font-weight:600}.billing-license-card__progress{height:8px;background:var(--slate-100);border-radius:var(--radius-sm);overflow:hidden}.billing-license-card__progress-fill{height:100%;background:var(--purple);border-radius:var(--radius-sm)}.billing-license-card__remaining{font-size:11.5px;color:var(--text-muted);margin-top:8px}.billing-license-card__empty{flex:1;display:flex;align-items:center}.billing-license-card__empty-text{margin:0;font-size:13px;line-height:1.5;color:var(--text-muted)}.billing-license-card__empty-text strong{color:var(--text-body)}.billing-client-row__left,.billing-client-row__right{display:flex;align-items:center;gap:10px}.billing-client-row__left{min-width:0}.billing-client-row__icon{width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}.billing-client-row__icon--stripe{background:#635bff}.billing-client-row__icon--hubspot{background:#ff7a59}.billing-client-row__stripe-glyph{font-family:var(--font-display);font-weight:800;font-size:15px;color:#fff}.billing-client-row__hubspot-icon{color:#fff}.billing-client-row__link{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:700;text-decoration:none;padding:5px 11px;border-radius:var(--radius-pill)}.billing-client-row__link--stripe{color:#635bff;background:color-mix(in srgb,#635BFF 12%,#fff);border:1px solid color-mix(in srgb,#635BFF 32%,#fff)}.billing-client-row__link--hubspot{color:#ff7a59;background:color-mix(in srgb,#FF7A59 12%,#fff);border:1px solid color-mix(in srgb,#FF7A59 32%,#fff)}.billing-client-row__unlinked{font-size:13px;font-weight:500;color:var(--text-muted)}.billing-client-row__badge{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:700;color:var(--green-700);background:#e9f7f0;border:1px solid #c8ecd9;border-radius:var(--radius-pill);padding:2px 9px}.billing-client-row__link-btn{background:color-mix(in srgb,var(--blue) 8%,#fff);color:var(--blue);border:1px solid color-mix(in srgb,var(--blue) 28%,#fff)}.billing-add-credits-modal{width:480px;max-width:min(480px,94vw)}.billing-add-credits-modal__header{background:color-mix(in srgb,var(--teal) 6%,#fff);border-bottom:1px solid color-mix(in srgb,var(--teal) 16%,#fff)}.billing-add-credits-modal__subtitle{font-size:12px;color:var(--text-muted);margin-top:2px}.billing-add-credits-modal__desc{font-size:13px;color:var(--text-secondary);margin-bottom:16px;line-height:1.5}.billing-add-credits-modal__packs{display:flex;flex-direction:column;gap:10px}.billing-add-credits-modal__continue-btn{width:100%}.billing-license-card__header-actions{margin-left:auto;display:flex;align-items:center;gap:8px}.billing-add-licenses-modal{width:460px;max-width:min(460px,94vw)}.billing-add-licenses-modal__header{background:color-mix(in srgb,var(--purple, #7a45c4) 6%,#fff);border-bottom:1px solid color-mix(in srgb,var(--purple, #7a45c4) 16%,#fff)}.billing-add-licenses-modal__subtitle{font-size:12px;color:var(--text-muted);margin-top:2px}.billing-add-licenses-modal__loading{padding:32px 20px;text-align:center;color:var(--text-muted);font-size:13px}.billing-add-licenses-modal__unit{font-size:13px;color:var(--text-secondary);margin-bottom:16px}.billing-add-licenses-modal__stepper{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:18px}.billing-stepper-btn{width:36px;height:36px;border:1px solid var(--border-default);border-radius:var(--radius-md);background:var(--white);font-size:18px;line-height:1;cursor:pointer;color:var(--text-primary)}.billing-stepper-btn:disabled{opacity:.45;cursor:not-allowed}.billing-stepper-input{width:64px;height:36px;text-align:center;border:1px solid var(--border-default);border-radius:var(--radius-md);font-size:15px;font-weight:600;color:var(--text-primary);background:var(--white)}.billing-add-licenses-modal__total{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-radius:var(--radius-md);background:var(--surface-muted, #f6f7f9);border:1px solid var(--border-default)}.billing-add-licenses-modal__total-label{font-size:13px;color:var(--text-secondary)}.billing-add-licenses-modal__total-value{font-size:15px;font-weight:700;color:var(--text-primary)}.billing-add-licenses-modal__warning{font-size:13px;line-height:1.5;color:var(--text-secondary);margin-bottom:14px}.billing-pack{padding:14px 18px;border:2px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;background:var(--white);display:flex;justify-content:space-between;align-items:center}.billing-pack--selected{border-color:var(--blue);background:var(--blue-50)}.billing-pack__title-row{display:flex;align-items:center;gap:6px}.billing-pack__credits{font-size:15px;color:var(--text-strong)}.billing-pack__popular{background:#e9f7f0;color:var(--green-700);font-size:9px;font-weight:700;padding:2px 6px;border-radius:10px;text-transform:uppercase}.billing-pack__label{font-size:12px;color:var(--text-secondary)}.billing-pack__price{font-size:18px;font-weight:700;font-family:var(--font-display);letter-spacing:-.02em;color:var(--text-body)}.billing-order-summary{padding:12px;background:var(--slate-100);border-radius:var(--radius-md);border:1px solid var(--border-default);display:flex;justify-content:space-between}.billing-order-summary__label{display:block;font-size:12px;color:var(--text-secondary)}.billing-order-summary__value{font-size:14px;font-weight:600;color:var(--text-body)}.billing-order-summary__price{font-size:16px;font-weight:700;font-family:var(--font-display);letter-spacing:-.02em;color:var(--blue)}.billing-form-field{display:flex;flex-direction:column}.billing-form-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.billing-add-credits-modal__payment-body{display:flex;flex-direction:column;gap:14px}.billing-add-credits-modal__success-body{text-align:center;padding:36px 24px}.billing-modal{max-width:min(94vw,640px)}.billing-modal--credit-field,.billing-modal--spend-charge{width:420px}.billing-modal--spend-history{width:640px}.billing-modal--plan{width:560px}.billing-modal--payment,.billing-modal--super-admin{width:540px}.billing-modal--support,.billing-modal--data-deletion{width:480px}.billing-modal--support-form{width:520px}.billing-modal--client-link{width:460px}.billing-modal--simple-field,.billing-modal--license-available{width:440px}.billing-modal__header{border-bottom-width:1px;border-bottom-style:solid}.billing-modal__header--teal{background:color-mix(in srgb,var(--teal) 6%,#fff);border-bottom-color:color-mix(in srgb,var(--teal) 16%,#fff)}.billing-modal__header--amber{background:color-mix(in srgb,var(--amber) 9%,#fff);border-bottom-color:color-mix(in srgb,var(--amber) 18%,#fff)}.billing-modal__header--blue{background:color-mix(in srgb,var(--blue) 6%,#fff);border-bottom-color:color-mix(in srgb,var(--blue) 16%,#fff)}.billing-modal__subtitle{font-size:12px;color:var(--text-muted);margin-top:2px;line-height:1.5}.billing-modal__field{display:flex;flex-direction:column;gap:7px;margin-bottom:18px}.billing-modal__field:last-child{margin-bottom:0}.billing-modal__field--spaced{margin-top:16px;margin-bottom:0}.billing-modal__label{display:block;margin-bottom:6px}.billing-modal__help{font-size:12px;color:var(--text-muted);line-height:1.5}.billing-retention-row{display:flex;align-items:center;gap:10px;margin-bottom:8px}.billing-retention-row__prefix{font-size:13px;font-weight:600;color:var(--text-body);flex-shrink:0}.billing-retention-row__interval{width:72px;flex-shrink:0;text-align:center}.billing-retention-row__unit{flex:1;min-width:0}.billing-modal__field-error{font-size:11.5px;font-weight:600;color:var(--danger);line-height:1.5;margin-bottom:8px}.billing-modal__warning{display:block;font-size:11.5px;line-height:1.5;color:var(--text-body);padding:10px 12px;margin-bottom:8px;border-radius:var(--radius-md);background:color-mix(in srgb,var(--amber) 9%,#fff);border:1px solid color-mix(in srgb,var(--amber) 26%,#fff)}.billing-modal__hint,.billing-modal__error{font-size:12px;margin:8px 0 0}.billing-modal__hint{color:var(--text-muted)}.billing-modal__hint--danger,.billing-modal__error{color:var(--danger)}.billing-modal__textarea{width:100%;resize:vertical}.billing-modal__footer{display:flex;gap:8px;justify-content:flex-end}.billing-modal__footer--split{justify-content:space-between;align-items:center}.billing-modal__footer-actions{display:flex;gap:8px}.billing-confirm-modal{width:420px}.billing-confirm-modal__body{padding:24px 24px 0;text-align:center}.billing-confirm-modal__icon{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.billing-confirm-modal__icon-img{display:block;width:22px;height:22px}.billing-confirm-modal__icon--danger{background:var(--danger-fill)}.billing-confirm-modal__icon--primary{background:var(--teal-50)}.billing-confirm-modal__title{font-size:17px;font-weight:700;color:var(--text-strong);margin-bottom:8px}.billing-confirm-modal__message{font-size:13px;color:var(--text-secondary);line-height:1.6}.billing-confirm-modal__footer{padding:18px 24px 24px;display:flex;gap:10px}.billing-confirm-modal__btn{flex:1;justify-content:center}.billing-confirm-modal__action--danger{background:var(--danger-fill)!important;color:var(--danger)!important;border-color:var(--danger-border)!important}.billing-confirm-modal__action--primary{background:var(--teal-50)!important;color:var(--teal-600)!important;border-color:var(--teal-100)!important}.billing-credit-field__danger-block{margin-top:16px;padding-top:14px;border-top:1px solid var(--slate-100)}.billing-credit-field__danger-btn{display:inline-flex;align-items:center;gap:7px;font-size:12.5px;font-weight:600;color:var(--danger);background:var(--danger-fill);border:1px solid var(--danger-border);border-radius:8px;padding:7px 13px;cursor:pointer}.billing-credit-field__danger-icon{width:14px;height:14px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;border:2px solid currentColor;font-size:11px;line-height:1;font-weight:700}.billing-credit-field__danger-copy{font-size:11.5px;color:var(--text-muted);margin:8px 0 0;line-height:1.45}.billing-spend-charge{display:flex;flex-direction:column}.billing-spend-history__tabs{display:flex;align-items:center;border-bottom:1px solid var(--border-default);margin-bottom:14px;gap:0}.billing-spend-history__tab{border:none;background:none;cursor:pointer;padding:9px 4px;margin-right:20px;font-size:13px;font-weight:600;color:var(--text-secondary);border-bottom:2px solid transparent;margin-bottom:-1px}.billing-spend-history__tab span{color:var(--text-muted);font-weight:600}.billing-spend-history__tab.is-active{color:#b06f1f;font-weight:700;border-bottom-color:var(--amber)}.billing-spend-history__tab.is-active span{color:#b06f1f}.billing-spend-history__add-btn{margin-left:auto;margin-bottom:6px;min-width:0}.billing-spend-history__info{display:flex;gap:10px;align-items:flex-start;margin-bottom:18px;background:color-mix(in srgb,var(--teal) 5%,#fff);border:1px solid color-mix(in srgb,var(--teal) 20%,#fff);border-radius:var(--radius-md);padding:11px 13px}.billing-spend-history__info p{margin:0;font-size:12px;line-height:1.55;color:var(--teal-700)}.billing-spend-history__info-icon{width:15px;height:15px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px;background:var(--teal-50);color:var(--teal-700);font-size:10px;font-weight:700}.billing-spend-history__empty{text-align:center;padding:44px 20px}.billing-spend-history__empty-circle{width:46px;height:46px;border-radius:50%;background:var(--slate-100);display:flex;align-items:center;justify-content:center;margin:0 auto 14px;color:var(--text-muted)}.billing-spend-history__empty-title{font-size:13.5px;font-weight:600;color:var(--text-secondary)}.billing-spend-history__empty-copy{font-size:12px;color:var(--text-muted);margin-top:4px}.billing-spend-history__head{display:flex;align-items:center;gap:14px;padding:0 16px 8px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.billing-spend-history__head-amount{width:66px;flex-shrink:0;text-align:center}.billing-spend-history__head-label{flex:1;min-width:0}.billing-spend-history__list{display:flex;flex-direction:column;gap:8px}.billing-spend-history__row{display:flex;align-items:center;gap:14px;padding:13px 16px;border:1px solid var(--border-default);border-radius:var(--radius-md)}.billing-spend-history__row--editing{gap:10px;padding:11px 14px;border-color:color-mix(in srgb,var(--amber) 24%,#fff);background:#fdf1e3}.billing-spend-history__amount-chip{min-width:66px;text-align:center;font-weight:700;font-size:14px;font-family:var(--font-display);padding:6px 10px;border-radius:8px;flex-shrink:0;background:#fdf1e3;color:#b06f1f}.billing-spend-history__amount-value{display:block;line-height:1.05}.billing-spend-history__amount-unit{display:block;font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;opacity:.75;margin-top:1px}.billing-spend-history__copy{flex:1;min-width:0}.billing-spend-history__title{font-size:13.5px;font-weight:600;color:var(--text-strong);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.billing-spend-history__sub{font-size:11.5px;color:var(--text-muted);margin-top:3px}.billing-spend-history__row-actions{display:flex;gap:6px;align-items:center;flex-shrink:0}.billing-edit-btn--visible{opacity:1;visibility:visible}.billing-spend-history__delete-btn{border:none;background:none;cursor:pointer;color:var(--danger);padding:4px;display:inline-flex}.billing-spend-history__amount-input{width:84px;flex-shrink:0}.billing-spend-history__desc-input{flex:1;min-width:0}.billing-spend-history__total{display:flex;justify-content:space-between;align-items:center;margin-top:16px;padding-top:14px;border-top:1px solid var(--slate-100)}.billing-spend-history__total span{font-size:12.5px;color:var(--text-secondary);font-weight:600}.billing-spend-history__total strong{font-weight:800;font-size:17px;font-family:var(--font-display);color:#b06f1f}.billing-success-icon{width:56px;height:56px;border-radius:50%;background:#e9f7f0;color:var(--green-700);display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.billing-success-title{font-size:18px;font-weight:700;color:var(--text-strong);margin-bottom:8px}.billing-success-text{font-size:13px;color:var(--text-secondary);line-height:1.5}.billing-plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.billing-option-list{display:flex;flex-direction:column;gap:10px}.billing-option-card{text-align:left;cursor:pointer;border-radius:var(--radius-md);padding:14px 16px;border:1px solid var(--border-default);background:#fff;display:flex;gap:13px;align-items:flex-start;transition:border-color var(--dur-fast),background var(--dur-fast)}.billing-option-card--plan{display:block;padding:14px}.billing-option-card--selected{border-width:2px}.billing-option-card--teal{border-color:var(--teal);background:var(--teal-50)}.billing-option-card--blue{border-color:var(--blue);background:var(--blue-50)}.billing-option-card__copy{min-width:0;flex:1}.billing-option-card__top{display:flex;align-items:center;justify-content:space-between;gap:8px}.billing-option-card__title{font-size:14px;font-weight:700;color:var(--text-strong)}.billing-option-card__badge{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);background:var(--slate-100);border-radius:var(--radius-pill);padding:2px 7px}.billing-option-card__desc{font-size:12px;color:var(--text-secondary);margin-top:4px;line-height:1.45}.billing-option-card--plan .billing-option-card__desc{margin-top:8px;font-size:11px;color:var(--text-muted);line-height:1.4}.billing-option-card__icon{flex-shrink:0;width:34px;height:34px;border-radius:var(--radius-md);display:inline-flex;align-items:center;justify-content:center;margin-top:1px;color:inherit}.billing-option-card__icon .billing-icon-mask{width:17px;height:17px}.billing-option-card__icon.billing-option-card--teal{background:var(--teal-50);color:var(--teal-700)}.billing-option-card__icon.billing-option-card--blue{background:var(--blue-50);color:var(--blue)}.billing-toggle-card{display:flex;gap:14px;align-items:flex-start;cursor:pointer;padding:14px 16px;border-radius:var(--radius-md);border:1px solid var(--border-default);background:#fff;transition:background var(--dur-fast),border-color var(--dur-fast),box-shadow var(--dur-fast)}.billing-toggle-card input{width:18px;height:18px;margin-top:2px;flex-shrink:0}.billing-toggle-card--teal input{accent-color:var(--teal)}.billing-toggle-card--teal.is-active{border-color:color-mix(in srgb,var(--teal) 55%,#fff);background:color-mix(in srgb,var(--teal) 8%,#fff);box-shadow:0 2px 10px -4px color-mix(in srgb,var(--teal) 45%,transparent)}.billing-toggle-card--blue input{accent-color:var(--blue)}.billing-toggle-card--blue.is-active{border-color:color-mix(in srgb,var(--blue) 55%,#fff);background:color-mix(in srgb,var(--blue) 8%,#fff)}.billing-toggle-card__copy{min-width:0;flex:1}.billing-toggle-card__title{font-size:14px;font-weight:700;color:var(--text-strong)}.billing-toggle-card__desc{font-size:12px;color:var(--text-secondary);margin-top:5px;line-height:1.5}.billing-request-success{text-align:center;padding:36px 24px}.billing-request-success__icon{width:46px;height:46px;border-radius:50%;background:#e9f7f0;color:var(--green-700);display:flex;align-items:center;justify-content:center;margin:0 auto 14px}.billing-request-success__icon .billing-icon-mask{width:22px;height:22px}.billing-request-success__title{font-size:14px;font-weight:700;color:var(--text-strong)}.billing-request-success__copy{font-size:12.5px;color:var(--text-secondary);margin-top:4px}.modal-close-btn{border:none;background:transparent;cursor:pointer;color:var(--text-muted);padding:0;display:inline-flex;align-items:center;justify-content:center}@media (max-width: 1280px){.bill-top-row,.bill-stats-row{grid-template-columns:repeat(2,minmax(0,1fr))}.billing-plan-grid{grid-template-columns:1fr}}@media (max-width: 900px){.bill-cards,.credit-dash{grid-template-columns:1fr}}@media (max-width: 768px){.bill-top-row,.bill-stats-row,.bill-hero__tiles,.billing-form-row{grid-template-columns:1fr}.bill-hero,.plan-card{padding:20px}.bill-hero__footer,.bill-plan-card__portal{align-items:stretch;flex-direction:column}}.billing-load-error{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;padding:48px 24px;margin-top:8px;background:var(--white);border:1px solid var(--border-default);border-radius:var(--radius-xl)}.billing-load-error__icon{width:36px;height:36px;background-color:var(--danger);-webkit-mask-image:url(/icons/warning-triangle-mask.svg);mask-image:url(/icons/warning-triangle-mask.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;margin-bottom:4px}.billing-load-error__title{font-size:15px;font-weight:700;color:var(--text-strong)}.billing-load-error__copy{font-size:13px;line-height:1.6;color:var(--text-secondary);max-width:420px}.billing-load-error__retry{margin-top:8px}.billing-load-error--info .billing-load-error__title{color:var(--text-strong)}.billing-inline-error{margin:0 0 12px;padding:10px 14px;border-radius:var(--radius-md);background:var(--danger-fill);border:1px solid var(--danger-border);color:var(--danger);font-size:13px;line-height:1.5}.org-users-stats{display:grid;margin-bottom:20px;gap:20px;grid-template-columns:repeat(3,minmax(0,1fr))}.users-stat--purple{border-left:3px solid var(--purple)}.users-stat--purple .dash-glow{--glow: var(--purple);width:124px;height:124px;top:-50px;right:-34px}.users-stat--teal{border-left:3px solid var(--teal)}.users-stat--teal .dash-glow{--glow: var(--teal);width:120px;height:120px;top:-46px;right:-40px}.users-stat--green{border-left:3px solid var(--green)}.users-stat--green .dash-glow{--glow: var(--green);width:110px;height:110px;top:-42px;right:-38px}.users-stat--amber{border-left:3px solid var(--amber)}.users-stat--amber .dash-glow{--glow: var(--amber);width:96px;height:96px;top:-30px;right:-44px}.users-stat--blue{border-left:3px solid var(--blue)}.users-stat--blue .dash-glow{--glow: var(--blue);width:140px;height:140px;top:-64px;right:-52px}.users-stat--slate{border-left:3px solid var(--slate-500)}.users-stat--slate .dash-glow{--glow: var(--slate-500);width:120px;height:120px;top:-46px;right:-40px}.org-users-card{margin-bottom:16px;border-top:3px solid var(--purple)}.org-users-card__header{background:color-mix(in srgb,var(--purple) 4%,#fff);padding:18px 24px}.org-users-card__chip{background:color-mix(in srgb,var(--purple) 12%,#fff);color:var(--purple)}.org-users-card__chip-icon{width:15px;height:15px;display:block}.org-users-card__filters{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.org-users-search{width:210px;padding:8px 12px;border:1px solid var(--slate-200);border-radius:var(--radius-sm);font-size:13px;font-family:var(--font-body);color:var(--text-body);background:var(--white)}.org-users-search::placeholder{color:var(--slate-400)}.org-users-search:focus{outline:none;border-color:var(--teal-600);box-shadow:0 0 0 3px color-mix(in srgb,var(--teal) 22%,transparent)}.org-users-team-filter{padding:8px 12px;font-size:13px;border:1px solid var(--slate-200);border-radius:var(--radius-sm);color:var(--text-secondary);background:var(--white);cursor:pointer;font-weight:600;font-family:var(--font-body)}.org-users-team-filter:focus{outline:none;border-color:var(--teal-600);box-shadow:0 0 0 3px color-mix(in srgb,var(--teal) 22%,transparent)}.team-color-dot{width:10px;height:10px;border-radius:3px;flex-shrink:0;display:inline-block;background:var(--team, #c3c5d1)}.org-users-team-swatch{width:16px;height:16px;border-radius:4px;cursor:default;background:var(--team, transparent);box-shadow:inset 0 0 0 1px #0712381a}.org-users-table__col-teams{width:280px;max-width:280px}.org-users-team-filter-dd{position:relative;display:inline-block}.org-users-team-filter-dd__trigger{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;font-size:13px;border:1px solid var(--slate-200);border-radius:var(--radius-sm);color:var(--text-secondary);background:var(--white);cursor:pointer;font-weight:600;font-family:var(--font-body)}.org-users-team-filter-dd__menu{position:absolute;top:calc(100% + 4px);right:0;min-width:210px;background:var(--white);border:1px solid var(--slate-200);border-radius:var(--radius-md);box-shadow:var(--shadow-menu);z-index:6;max-height:260px;overflow-y:auto;padding:4px}.org-users-team-filter-dd__option{display:flex;align-items:center;gap:8px;width:100%;text-align:left;padding:7px 10px;cursor:pointer;font-size:13px;border:none;background:none;border-radius:var(--radius-sm);color:var(--text-body);font-family:var(--font-body)}.org-users-team-filter-dd__option:hover{background:var(--slate-50)}.org-users-team-filter-dd__option.is-active{background:var(--slate-100);font-weight:700}.org-users-bulk-bar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:12px 24px;background:var(--white);border-bottom:1px solid var(--slate-200)}.org-users-bulk-bar__count{font-size:13px;font-weight:700;color:var(--text-strong)}.org-users-bulk-bar__divider{width:1px;height:18px;background:var(--slate-200)}.org-users-bulk-bar__btn{font-size:12px!important;font-weight:600!important;padding:6px 11px!important;border-radius:var(--radius-sm)!important;box-shadow:none!important}.org-users-bulk-bar__btn--teal{background:var(--teal-50)!important;color:var(--teal-700)!important;border-color:var(--teal-100)!important;box-shadow:none!important}.org-users-bulk-bar__btn--blue{background:transparent!important;color:var(--blue)!important;border-color:var(--blue-100)!important}.org-users-bulk-bar__btn--danger{background:transparent!important;color:var(--danger)!important;border-color:var(--danger-border)!important}.org-users-bulk-bar__clear{margin-left:auto;font-size:12px!important;font-weight:600!important;color:var(--text-secondary)!important}.org-users-table{width:100%;border-collapse:collapse}.org-users-table th{text-align:left;padding:11px 16px;font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid var(--slate-100);background:var(--slate-100)}.org-users-table td{padding:13px 16px;border-bottom:1px solid var(--slate-100);font-size:13px;color:var(--text-body);vertical-align:middle}.org-users-table tr:last-child td{border-bottom:none}.org-users-table tbody tr:hover td{background:var(--slate-100)}.org-users-table__th--checkbox{width:40px}.org-users-table__row--selected td{background:color-mix(in srgb,var(--tertiary) 5%,#fff)}.org-users-table__td--muted{color:var(--text-muted);font-size:12px}.org-users-cb{width:16px;height:16px;accent-color:var(--blue);cursor:pointer}.user-cell{display:flex;align-items:center;gap:10px;min-width:0}.user-cell-name{font-size:13px;font-weight:600;color:var(--blue);cursor:pointer}.user-cell-email{font-size:12px;color:var(--text-muted);margin-top:1px}.pill-row{display:flex;flex-wrap:wrap;gap:2px}.pill{display:inline-flex;align-items:center;padding:3px 9px;border:1px solid var(--slate-200);border-radius:var(--radius-pill);font-size:11px;color:var(--slate-500);background:var(--white);margin:1px;font-weight:600}.pill--muted{color:var(--text-muted);border-color:var(--slate-200)}.org-users-credits{font-size:13px;font-weight:600;color:var(--text-strong)}.org-users-credits--muted{font-weight:500;color:var(--text-muted)}.qe-wrap{position:relative;display:inline-flex;justify-content:flex-end;width:100%}.qe-btn{display:inline-flex;align-items:center;gap:6px;min-width:58px;justify-content:center;padding:5px 10px;font-size:11.5px;font-weight:600;color:var(--text-secondary)}.qe-btn:hover{color:var(--blue)!important}.qe-btn__icon{display:block;flex-shrink:0}.org-users-card__pagination{border-top:1px solid var(--slate-100);padding:14px 18px}.user-create-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-modal);display:flex;align-items:center;justify-content:center;padding:24px;background:#0910268a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.user-create-modal{width:680px;max-width:min(680px,94vw);max-height:92vh;overflow:hidden;border-radius:var(--radius-xl);background:#fff;box-shadow:0 30px 72px #0f172a3d;display:flex;flex-direction:column;animation:pop .2s var(--ease-out)}.user-create-modal__header{display:flex;align-items:flex-start;justify-content:space-between;padding:20px 22px;border-bottom:1px solid color-mix(in srgb,var(--purple) 16%,#fff);background:color-mix(in srgb,var(--purple) 6%,#fff)}.user-create-modal__title{font-family:var(--font-display);font-size:18px;font-weight:800;line-height:1.2;color:var(--text-strong);letter-spacing:-.02em}.user-create-modal__subtitle{margin-top:2px;font-size:12px;color:var(--text-muted);line-height:1.45}.user-create-modal__close{border:0;background:transparent;color:var(--text-muted);font-size:18px;cursor:pointer;line-height:1;padding:0}.user-create-modal__close:hover{color:var(--text-strong)}.user-create-modal__form{display:flex;flex-direction:column;flex:1;overflow:hidden}.user-create-modal__body{padding:20px 22px;overflow-y:auto;display:flex;flex-direction:column;gap:18px}.user-create-modal__columns{display:grid;grid-template-columns:1fr 1fr;gap:18px}.user-create-modal__col{display:flex;flex-direction:column;gap:12px}.user-create-modal__field{display:flex;flex-direction:column}.user-create-modal__required{color:#ef4444}.user-create-modal__field .profile-field{min-height:40px;border-radius:8px;border-color:#dbe2ea;font-size:13px;color:#334155;box-shadow:none}.user-create-modal__field-error,.user-create-modal__submit-error{margin-top:6px;font-size:11px;font-weight:500;color:#dc2626}.user-create-modal__submit-error{margin-top:2px}.user-create-modal__textarea-wrap{display:flex;flex-direction:column}.user-create-modal__textarea{min-height:78px;resize:vertical;font-family:var(--font-body)}.user-create-modal__team-trigger{display:flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer}.user-create-modal__team-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-body);font-size:13px}.user-create-modal__team-text--placeholder{color:var(--text-muted)}.user-create-modal__team-chevron{display:block;flex-shrink:0;color:var(--text-muted)}.user-create-modal__team-field{position:relative}.user-create-modal__team-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--white);border:1px solid var(--slate-200);border-radius:var(--radius-md);box-shadow:var(--shadow-menu);z-index:5;max-height:184px;overflow-y:auto;padding:4px}.user-create-modal__team-empty{padding:8px 10px;font-size:12px;color:var(--text-muted)}.user-create-modal__team-option{display:flex;align-items:center;gap:8px;padding:7px 10px;cursor:pointer;font-size:13px;border-radius:var(--radius-sm)}.user-create-modal__team-option:hover{background:var(--slate-50)}.user-create-modal__team-cb{width:15px;height:15px;accent-color:var(--blue)}.user-create-modal__role-section{display:flex;flex-direction:column;gap:6px}.user-create-modal__role-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.user-create-modal__role-card{text-align:left;cursor:pointer;border-radius:var(--radius-md);padding:12px 14px;border:1px solid var(--border-default);background:#fff;display:flex;flex-direction:column;gap:7px;transition:border-color var(--dur-fast),background var(--dur-fast),box-shadow var(--dur-fast)}.user-create-modal__role-card:hover{border-color:color-mix(in srgb,var(--purple) 40%,#fff);background:color-mix(in srgb,var(--purple) 4%,#fff)}.user-create-modal__role-card--selected{border:2px solid var(--purple);background:color-mix(in srgb,var(--purple) 7%,#fff);box-shadow:0 2px 10px -4px color-mix(in srgb,var(--purple) 45%,transparent)}.user-create-modal__role-card-text{font-size:12px;color:var(--text-secondary);line-height:1.45}.user-create-modal__footer{display:flex;justify-content:flex-end;gap:10px;padding:16px 22px 20px;border-top:1px solid var(--slate-100);background:#fff}.user-options-modal{width:560px;max-width:min(560px,94vw);max-height:92vh;overflow:hidden;border-radius:var(--radius-xl);background:#fff;box-shadow:0 30px 72px #0f172a3d;display:flex;flex-direction:column;animation:pop .2s var(--ease-out)}.user-options-modal__header{display:flex;align-items:flex-start;justify-content:space-between;padding:20px 22px;border-bottom:1px solid color-mix(in srgb,var(--purple) 18%,#fff);background:color-mix(in srgb,var(--purple) 7%,#fff)}.user-options-modal__title{font-family:var(--font-display);font-size:18px;font-weight:800;line-height:1.2;color:var(--text-strong);letter-spacing:-.02em}.user-options-modal__subtitle{margin-top:2px;font-size:12px;color:var(--text-muted);line-height:1.45}.user-options-modal__body{padding:20px 22px;display:flex;flex-direction:column;gap:14px}.user-options-modal__error{padding:10px 12px;border-radius:8px;background:var(--danger-bg, #fdecec);color:var(--danger-fg, #b42318);font-size:13px;line-height:1.4}.user-options-modal__row{width:100%;display:flex;gap:14px;align-items:flex-start;padding:14px 16px;border-radius:var(--radius-md);border:1px solid var(--border-default);background:#fff;cursor:pointer;text-align:left;transition:background var(--dur-fast) var(--ease-standard),border-color var(--dur-fast) var(--ease-standard),box-shadow var(--dur-fast) var(--ease-standard)}.user-options-modal__row--active{border:1.5px solid color-mix(in srgb,var(--purple) 55%,#fff);background:color-mix(in srgb,var(--purple) 8%,#fff);box-shadow:0 2px 10px -4px color-mix(in srgb,var(--purple) 45%,transparent)}.user-options-modal__copy{min-width:0;flex:1}.user-options-modal__row-title{font-size:14px;font-weight:700;color:var(--text-strong)}.user-options-modal__row--active .user-options-modal__row-title{color:var(--purple)}.user-options-modal__row-text{margin-top:5px;font-size:12px;color:var(--text-secondary);line-height:1.5}.user-options-modal__checkbox{width:18px;height:18px;margin-top:2px;accent-color:var(--purple);pointer-events:none;flex-shrink:0}.user-options-modal__period-row{margin-top:11px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.user-options-modal__period-label{font-size:12.5px;font-weight:600;color:var(--text-secondary)}.user-options-modal__period-select{width:auto;min-width:128px;padding:7px 32px 7px 12px}.user-options-modal__footer{display:flex;gap:8px;justify-content:flex-end;padding:16px 22px 20px;border-top:1px solid var(--slate-100);background:#fff}.qe-modal{width:420px;max-width:min(420px,94vw);max-height:92vh;overflow:hidden;border-radius:var(--radius-xl);background:#fff;box-shadow:0 30px 72px #0f172a3d;display:flex;flex-direction:column;animation:pop .2s var(--ease-out)}.qe-modal__header{display:flex;align-items:flex-start;justify-content:space-between;padding:20px 22px;border-bottom:1px solid color-mix(in srgb,var(--purple) 16%,#fff);background:color-mix(in srgb,var(--purple) 6%,#fff)}.qe-modal__title{font-family:var(--font-display);font-size:18px;font-weight:800;line-height:1.2;color:var(--text-strong);letter-spacing:-.02em}.qe-modal__subtitle{margin-top:2px;font-size:11px;color:var(--text-muted);line-height:1.45}.qe-modal__form{display:flex;flex-direction:column;flex:1;overflow:hidden}.qe-modal__body{padding:20px 22px;display:flex;flex-direction:column;gap:14px}.qe-modal__field{display:flex;flex-direction:column}.qe-modal__readonly{background:var(--slate-100)!important;cursor:not-allowed!important;color:var(--text-muted)!important;-webkit-text-fill-color:var(--text-muted)!important}.qe-modal__note{font-size:11px;color:var(--text-muted);margin-top:3px}.qe-modal__error{padding:0 22px;font-size:12px;color:var(--danger);font-weight:500}.qe-modal__footer{display:flex;justify-content:flex-end;gap:10px;padding:16px 22px 20px;border-top:1px solid var(--slate-100);background:#fff}.user-detail-back{display:inline-flex;align-items:center;gap:6px;cursor:pointer;margin-bottom:20px;color:var(--text-secondary);border:none;background:none;font-size:13px;font-weight:500;font-family:var(--font-body);padding:0}.user-detail-back:hover{color:var(--text-strong)}.user-detail-header{display:flex;align-items:center;gap:16px;margin-bottom:24px}.user-detail-header__info{flex:1;min-width:0}.user-detail-header__row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.user-detail-name{font-family:var(--font-display);font-size:20px;font-weight:700;color:var(--text-strong);letter-spacing:-.01em}.user-detail-meta{font-size:13px;color:var(--text-secondary);margin-top:2px;display:block}.user-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start}.user-detail-col{display:flex;flex-direction:column;gap:16px}.user-detail-label{display:block;font-size:10px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}.user-detail-card{margin-bottom:0}.user-detail-actions{display:flex;gap:8px;align-items:center}.user-detail-saved{font-size:12px;color:var(--green-700);font-weight:600}.user-detail-form{padding:20px 22px;display:grid;grid-template-columns:1fr 1fr;gap:14px 20px}.user-detail-field--full{grid-column:1/-1}.user-detail-required{color:var(--danger)}.user-detail-note{font-size:11px;color:var(--text-muted);margin-top:3px;display:block}.user-detail-textarea{min-height:60px;resize:vertical;font-family:var(--font-body)}.user-detail-error{padding:10px 22px 16px;font-size:12px;color:var(--danger);font-weight:500}.user-detail-not-found{font-size:13px;color:var(--text-muted)}.user-detail-products-body{display:flex;flex-direction:column;gap:8px}.user-detail-product-row{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border:1px solid var(--slate-200);border-radius:8px;cursor:pointer;transition:border-color var(--dur-base)}.user-detail-product-row:hover{border-color:var(--slate-300)}.user-detail-product-row--locked{cursor:default}.user-detail-product-row--locked .user-detail-product-cb{cursor:not-allowed}.user-detail-product-default-badge{flex-shrink:0;padding:1px 7px;border-radius:var(--radius-pill, 999px);background:var(--teal-50, #e6f7f2);color:var(--teal-700, #0f766e);font-size:9.5px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.user-detail-product-info{display:flex;align-items:center;gap:10px;min-width:0}.user-detail-product-icon{width:22px;height:22px;border-radius:5px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:10px;font-weight:700;line-height:1;font-family:var(--font-display)}.user-detail-product-icon.user-detail-product-icon--reformatter{background:#e9f7f0;color:#1f7d4f}.user-detail-product-icon.user-detail-product-icon--nexus{background:#fdf1e3;color:#8a5a1f}.user-detail-product-icon.user-detail-product-icon--hiring-manager{background:#f3edfb;color:#7a45c4}.user-detail-product-icon.user-detail-product-icon--resume-guard{background:#eef1fc;color:#1d45df}.user-detail-product-icon.user-detail-product-icon--nexus-sourcing{background:#e9f7f0;color:var(--green-700)}.user-detail-product-name{font-size:13px;font-weight:600;color:var(--text-body)}.user-detail-product-cb{width:16px;height:16px;accent-color:var(--blue);cursor:pointer}.user-detail-product-empty{font-size:12px;color:var(--text-muted);padding:12px 14px;border:1px dashed var(--slate-200);border-radius:8px;text-align:center}.user-detail-team-checklist{display:flex;flex-direction:column;gap:8px;max-height:320px;overflow-y:auto}.user-detail-team-check{--team: var(--green);display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border:1px solid var(--border-default);background:#fff;border-radius:8px;cursor:pointer;transition:background var(--dur-fast),border-color var(--dur-fast)}.user-detail-team-check[data-in]{border-color:color-mix(in srgb,var(--team) 45%,#fff);background:color-mix(in srgb,var(--team) 8%,#fff)}.user-detail-team-check__left{display:flex;align-items:center;gap:11px;min-width:0}.user-detail-team-check__badge{width:26px;height:26px;font-size:10px}.user-detail-team-check__name{font-size:13px;font-weight:600;color:var(--text-body)}.user-detail-team-check[data-in] .user-detail-team-check__name{color:var(--team)}.user-detail-team-check__box{width:16px;height:16px;accent-color:var(--team);cursor:pointer;flex-shrink:0}@media (max-width: 768px){.org-users-stats{grid-template-columns:1fr}.org-users-card__header,.org-users-card__filters,.org-users-bulk-bar{flex-direction:column;align-items:stretch}.org-users-bulk-bar__clear{margin-left:0}.user-create-modal{width:100%;max-width:100%;border-radius:16px}.user-create-modal__header,.user-create-modal__body{padding-left:18px;padding-right:18px}.user-create-modal__columns,.user-create-modal__role-grid{grid-template-columns:1fr}.user-create-modal__footer{flex-direction:column-reverse}.user-create-modal__cancel-button,.user-create-modal__submit-button{width:100%}.user-detail-grid{grid-template-columns:1fr}.user-detail-header{flex-direction:column;align-items:flex-start;gap:12px}.user-detail-form{grid-template-columns:1fr;gap:14px}.user-detail-field--full{grid-column:auto}}.teams-avail-card{background:#fff;border:1px solid #D8DAE2;border-radius:14px;overflow:hidden;margin-bottom:16px;box-shadow:0 1px 3px #0712380a}.teams-avail-header{display:flex;align-items:center;gap:12px;padding:14px 20px;-webkit-user-select:none;user-select:none;cursor:pointer}.teams-chevron-btn{background:none;border:none;cursor:pointer;padding:3px;margin:-3px;display:flex;align-items:center;color:#9398ad;flex-shrink:0}.teams-chevron-btn--sm{padding:1px;margin:-1px}.teams-chevron-icon{display:flex;align-items:center;transition:transform .18s ease}.teams-chevron-icon.open{transform:rotate(180deg)}.teams-avail-icon{width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#f2f3f5;color:#717694}.teams-avail-icon__mask{width:16px;height:16px}.teams-avail-text{display:flex;flex-direction:column;gap:2px;min-width:0}.teams-avail-title{font-size:14px;font-weight:600;color:#4b4f62}.teams-avail-subtitle{font-size:12px;color:#9398ad}.teams-avail-body{padding:0 20px 16px}.teams-avail-empty{font-size:12px;color:#9398ad;padding:16px;border:1px dashed #D8DAE2;border-radius:10px;text-align:center}.collapsar{display:grid;grid-template-rows:0fr;transition:grid-template-rows .2s ease-out}.collapsar.open{grid-template-rows:1fr}.collapsar>.collapsar-inner{overflow:hidden;min-height:0}.teams-card{background:#fff;border:1px solid #D8DAE2;border-radius:14px;overflow:hidden;box-shadow:0 1px 3px #0712380a}.teams-card__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;border-bottom:1px solid #F2F3F5}.teams-card__header-left{display:flex;align-items:center;gap:12px;min-width:0}.teams-card__header-text{display:flex;flex-direction:column;gap:2px;min-width:0}.teams-card__title{font-size:14px;font-weight:600;color:#4b4f62}.teams-card__subtitle{font-size:12px;color:#9398ad}.teams-search-input{width:180px;padding:6px 10px;border:1px solid #D8DAE2;border-radius:8px;font-size:13px;color:#4b4f62;background:#fff;outline:none;transition:border-color .12s ease}.teams-search-input::placeholder{color:#a7aabd}.teams-search-input:focus{border-color:#0ea5a0;box-shadow:0 0 0 2px #0ea5a01f}.teams-table-head,.team-row-header{display:grid;grid-template-columns:36px 1.6fr 1fr 1fr 100px 92px;align-items:center}.teams-table-head.teams-table--no-templates,.team-row-header.teams-table--no-templates{grid-template-columns:36px 1.6fr 1fr 100px 92px}.teams-table-head{padding:10px 20px;background:#f2f3f5;border-bottom:1px solid #F2F3F5}.teams-table-head__cell{font-size:11px;font-weight:600;color:#717694;text-transform:uppercase;letter-spacing:.05em}.teams-table-head__cell--icon{width:36px}.teams-table-head__cell--actions{justify-self:center}.team-row{position:relative;overflow:hidden;--team: #A7AABD}.team-row+.team-row{border-top:1px solid #F2F3F5}.team-accent--1{--team: #6366f1}.team-accent--2{--team: #059669}.team-accent--3{--team: #d97706}.team-accent--4{--team: #dc2626}.team-row:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--team);z-index:1}.team-row-header{position:relative;overflow:hidden;padding:14px 20px;cursor:pointer;-webkit-user-select:none;user-select:none;background:color-mix(in srgb,var(--team) 4%,#fff);transition:background .1s ease}.team-row-header:hover{background:color-mix(in srgb,var(--team) 9%,#fff)}.team-row-header:active{background:color-mix(in srgb,var(--team) 16%,#fff)}.team-row.open>.team-row-header{background:color-mix(in srgb,var(--team) 14%,#fff)}.team-splash{position:absolute;right:-26px;top:-26px;width:82px;height:82px;border-radius:50%;background:var(--team);opacity:.08;pointer-events:none}.team-chevron{display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.team-chevron.open{transform:rotate(180deg)}.team-badge{width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;color:#fff;letter-spacing:.02em;flex-shrink:0;background:linear-gradient(135deg,var(--team),color-mix(in srgb,var(--team) 68%,#000));box-shadow:0 3px 8px color-mix(in srgb,var(--team) 42%,transparent)}.team-row-identity{display:flex;align-items:center;gap:10px;min-width:0}.team-row-name{font-size:14px;font-weight:600;color:#4b4f62;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.team-row-count{font-size:13px;color:#383b4a;font-weight:500}.team-row-status{justify-self:start}.team-actions{display:flex;align-items:center;gap:7px;justify-self:end;opacity:0;transition:opacity .12s ease}.team-row-header:hover .team-actions,.team-row-header:focus-visible .team-actions{opacity:1}.team-action-btn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:9px;cursor:pointer;transition:transform .1s ease,box-shadow .1s ease;box-shadow:0 1px 3px #0712381f}.team-action-btn--edit{color:#4b4f62;background:#fff;border:1px solid #D8DAE2}.team-action-btn--edit:hover{transform:translateY(-1px);box-shadow:0 4px 10px #0712382e}.team-action-btn--delete{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.team-action-btn--delete:hover{transform:translateY(-1px);box-shadow:0 4px 10px #0712382e}.team-action-btn:active{transform:translateY(0)}.team-row-body{background:#fafbfc;border-top:1px solid #F2F3F5}.team-row-body__content{padding:16px 20px 20px}.team-section+.team-section{margin-top:22px}.team-section__bar{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;padding:9px 14px;background:#f4f5f8;border:1px solid #F2F3F5;border-radius:10px;margin-bottom:14px}.team-section__bar-left{display:flex;align-items:center;gap:10px}.team-section__label{font-size:12px;font-weight:600;color:#4b4f62}button.btn.btn-sm.team-section__add-btn.team-section__add-btn--accent{color:#fff!important;background:#1d45df!important;border:1px solid rgb(29,69,223)!important;box-shadow:none!important;font-size:12px!important;font-weight:600!important;line-height:1.2;padding:5px 12px!important;border-radius:999px!important}button.btn.btn-sm.team-section__add-btn.team-section__add-btn--accent:hover,button.btn.btn-sm.team-section__add-btn.team-section__add-btn--accent:focus-visible{color:#fff!important;background:#1d45df!important;border-color:#1d45df!important;box-shadow:none!important}button.btn.btn-sm.team-section__add-btn.team-section__add-btn--accent:active{color:#fff!important;background:#1d45df!important;border-color:#1d45df!important;box-shadow:none!important}.team-section__link-btn{font-size:12px;font-weight:600;color:#1d45df;background:transparent;border:1px solid rgba(29,69,223,.35);box-shadow:none;display:inline-flex;align-items:center;gap:6px;padding:5px 12px;cursor:pointer;border-radius:20px;transition:background .1s ease}.team-section__link-btn:hover{background:#1d45df0f}.tacc-remove{opacity:0;transition:opacity .12s ease;position:absolute;padding:4px;line-height:0;z-index:2;cursor:pointer;border:none;background:none}.tacc-remove--member{top:4px;right:4px;color:#dc2626;background:#f2f3f5;border-radius:7px}.tacc-remove--tpl{top:6px;right:6px;color:#dc2626;background:#ffffffeb;border-radius:7px;box-shadow:0 1px 4px #07123833}.tacc-member-card:hover .tacc-remove--member,.tacc-tpl-card:hover .tacc-remove--tpl{opacity:1}.team-members-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:12px}.tacc-member-card{position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px;padding:16px 10px;aspect-ratio:1/1;background:#fff;border:1px solid #D8DAE2;border-top:3px solid var(--team, #A7AABD);border-radius:10px;box-shadow:0 1px 3px #0712380a;transition:border-color .15s ease,box-shadow .15s ease;cursor:pointer}.tacc-member-card:after{content:"";position:absolute;right:-16px;top:-16px;width:54px;height:54px;border-radius:50%;background:var(--team, #A7AABD);opacity:.08;pointer-events:none}.tacc-member-card:hover{border-color:color-mix(in srgb,var(--team, #A7AABD) 45%,#D8DAE2);border-top-color:var(--team, #A7AABD);box-shadow:0 10px 24px -12px color-mix(in srgb,var(--team, #A7AABD) 40%,rgba(7,18,56,.25))}.tacc-member-card__avatar{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;flex-shrink:0;color:#fff;position:relative;z-index:1;background:#6366f1}.tacc-member-card__avatar[data-variant="1"]{background:linear-gradient(135deg,#6366f1,#4f46e5)}.tacc-member-card__avatar[data-variant="2"]{background:linear-gradient(135deg,#059669,#047857)}.tacc-member-card__avatar[data-variant="3"]{background:linear-gradient(135deg,#d97706,#b45309)}.tacc-member-card__avatar[data-variant="4"]{background:linear-gradient(135deg,#dc2626,#b91c1c)}.tacc-member-card__avatar[data-variant="5"]{background:linear-gradient(135deg,#7c3aed,#6d28d9)}.tacc-member-card__avatar[data-variant="6"]{background:linear-gradient(135deg,#0891b2,#0e7490)}.tacc-member-card__name{font-size:12px;font-weight:500;color:#4b4f62;line-height:1.25;max-width:100%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.team-empty-msg{font-size:12px;color:#9398ad;padding:16px;border:1px dashed #D8DAE2;border-radius:10px;text-align:center;grid-column:1/-1}.team-tpl-sections{display:flex;flex-direction:column;gap:14px}.team-tpl-category{border:1px solid #D8DAE2;border-radius:12px;overflow:hidden;background:#fff}.team-tpl-category__header{display:flex;align-items:center;gap:8px;padding:11px 16px;border-bottom:1px solid #F2F3F5}.team-tpl-category__title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.team-tpl-category__count{font-size:10px;font-weight:700;padding:2px 8px;border-radius:999px}.team-tpl-cat--full-reformat{color:#1d45df}.team-tpl-cat--full-reformat .team-tpl-category__count.team-tpl-cat--full-reformat{color:#1d45df;background:#1d45df1f}.team-tpl-cat--preserve{color:#289ea6}.team-tpl-cat--coversheet{color:#0b5f67}.team-tpl-cat--coversheet.team-tpl-category__count{color:#0b5f67;background:#0b5f671f}.team-tpl-cat--termsheet{color:#54cedc}.team-tpl-cat--termsheet.team-tpl-category__count{color:#54cedc;background:#54cedc1f}.team-tpl-category__body{padding:18px 20px 20px;display:flex;flex-direction:column;gap:22px}.team-tpl-subcat__label{display:flex;align-items:center;gap:8px;margin-bottom:10px}.team-tpl-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:14px}.tacc-tpl-card{position:relative;border:1px solid #D8DAE2;border-top:3px solid var(--team, #A7AABD);border-radius:10px;overflow:hidden;background:#fff;box-shadow:0 1px 3px #0712380f;transition:border-color .15s ease,box-shadow .15s ease;cursor:pointer}.tacc-tpl-card:hover{border-color:color-mix(in srgb,var(--team, #A7AABD) 45%,#D8DAE2);border-top-color:var(--team, #A7AABD);box-shadow:0 10px 24px -12px color-mix(in srgb,var(--team, #A7AABD) 40%,rgba(7,18,56,.25))}.tacc-tpl-card__thumb{background:linear-gradient(160deg,#6c7590,#5a6280);padding:12px 12px 0;height:108px;overflow:hidden;display:flex;justify-content:center}.tacc-tpl-card__thumb-inner{width:60px;height:80px;border-radius:4px;background:#ffffff1f}.tacc-tpl-card__thumb-img{width:60px;height:80px;border-radius:4px;object-fit:cover;background:#ffffff1f;box-shadow:0 1px 4px #07123840}.tacc-tpl-card__eye{position:absolute;top:8px;left:8px;width:26px;height:26px;border-radius:50%;border:none;background:#ffffffeb;color:var(--text-secondary, #6b7094);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 1px 4px #07123840;z-index:3;padding:0;opacity:0;transition:background .12s ease,opacity .12s ease}.tacc-tpl-card__eye img{display:block}.tacc-tpl-card__eye:hover{background:#fff}.tacc-tpl-card:hover .tacc-tpl-card__eye{opacity:1}.tacc-tpl-card__info{padding:8px 10px}.tacc-tpl-card__name{font-size:12px;font-weight:500;color:#4b4f62;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#07123873;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;z-index:1300}.modal-card{background:#fff;border-radius:16px;width:520px;max-width:90%;max-height:92vh;overflow-y:auto;box-shadow:0 20px 60px #07123840;display:flex;flex-direction:column;animation:pop .2s ease-out}.modal-card--420{width:420px}.modal-card--440{width:440px}.modal-card--760{width:760px}.modal-card--880{width:880px}@keyframes pop{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.modal-header{padding:20px 22px;border-bottom:1px solid #F2F3F5;display:flex;align-items:center;justify-content:space-between}.modal-title{font-size:18px;font-weight:800;color:#4b4f62;letter-spacing:-.02em}.modal-body{padding:20px 22px;overflow-y:auto}.modal-footer{padding:16px 22px 20px;border-top:1px solid #F2F3F5;display:flex;justify-content:flex-end;gap:10px;background:#fff}.dtm-top{padding:24px 24px 0;text-align:center}.dtm-icon-circle{width:52px;height:52px;border-radius:50%;background:#fef2f2;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.dtm-title{font-size:17px;font-weight:700;color:#4b4f62;margin-bottom:8px}.dtm-desc{font-size:13px;color:#717694;line-height:1.6;margin-bottom:6px}.dtm-warning{background:#fef2f2;border:1px solid #fecaca;border-radius:10px;padding:10px 14px;margin:14px 0;text-align:left;display:flex;gap:8px;align-items:flex-start}.dtm-warning__icon{flex-shrink:0;margin-top:1px}.dtm-warning__text{font-size:12px;color:#dc2626}.dtm-error{font-size:12px;color:#dc2626;margin-top:8px}.dtm-footer{padding:16px 24px 24px;display:flex;gap:10px}.dtm-cancel{flex:1;justify-content:center}.dtm-confirm{flex:1;justify-content:center;background:#fef2f2;color:#dc2626;border:1px solid #fecaca;font-weight:600}.dtm-confirm:hover{background:#fee2e2}.modal-header--green{background:color-mix(in srgb,#059669 6%,#fff);border-bottom-color:color-mix(in srgb,#059669 16%,#fff)}.etm-step-label{font-size:11px;font-weight:700;color:#1d45df;text-transform:uppercase;letter-spacing:.05em;margin-bottom:3px}.etm-subtitle{font-size:12px;color:#9398ad;margin-top:2px}.etm-close-btn{border:none;background:none;font-size:18px;cursor:pointer;color:#9398ad;padding:4px;line-height:1}.etm-body{display:flex;flex-direction:column;gap:18px}.etm-preview{display:flex;align-items:center;gap:12px}.etm-preview-badge{width:34px;height:34px;border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;color:#fff;flex-shrink:0;background:linear-gradient(135deg,var(--etm-color, #1D45DF),color-mix(in srgb,var(--etm-color, #1D45DF) 68%,#000));box-shadow:0 3px 8px color-mix(in srgb,var(--etm-color, #1D45DF) 42%,transparent);transition:background .15s ease,box-shadow .15s ease}.etm-preview-name{font-size:14px;font-weight:600;color:#4b4f62}.etm-swatches{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:8px}.etm-swatch{width:28px;height:28px;border-radius:6px;cursor:pointer;outline:3px solid transparent;border:2px solid #fff;overflow:hidden;transition:outline-color .1s ease}.etm-swatch--active{outline-color:var(--etm-color, #1D45DF)}.etm-swatch--custom{position:relative;background:conic-gradient(from 0deg,#ef4444,#f59e0b,#eab308,#22c55e,#3b82f6,#8b5cf6,#ef4444);display:flex;align-items:center;justify-content:center}.etm-swatch__inner--c{width:100%;height:100%}.etm-swatch__inner--c[data-color="#1D45DF"]{background:#1d45df}.etm-swatch__inner--c[data-color="#37C1CE"]{background:#37c1ce}.etm-swatch__inner--c[data-color="#D45A9A"]{background:#d45a9a}.etm-swatch__inner--c[data-color="#6366f1"]{background:#6366f1}.etm-swatch__inner--c[data-color="#7c3aed"]{background:#7c3aed}.etm-swatch__inner--c[data-color="#f59e0b"]{background:#f59e0b}.etm-swatch__inner--c[data-color="#059669"]{background:#059669}.etm-swatch__inner--c[data-color="#dc2626"]{background:#dc2626}[data-team-color="#1D45DF"]{--team: #1D45DF}[data-team-color="#37C1CE"]{--team: #37C1CE}[data-team-color="#D45A9A"]{--team: #D45A9A}[data-team-color="#6366f1"]{--team: #6366f1}[data-team-color="#7c3aed"]{--team: #7c3aed}[data-team-color="#f59e0b"]{--team: #f59e0b}[data-team-color="#059669"]{--team: #059669}[data-team-color="#dc2626"]{--team: #dc2626}[data-etm-color="#1D45DF"]{--etm-color: #1D45DF}[data-etm-color="#37C1CE"]{--etm-color: #37C1CE}[data-etm-color="#D45A9A"]{--etm-color: #D45A9A}[data-etm-color="#6366f1"]{--etm-color: #6366f1}[data-etm-color="#7c3aed"]{--etm-color: #7c3aed}[data-etm-color="#f59e0b"]{--etm-color: #f59e0b}[data-etm-color="#059669"]{--etm-color: #059669}[data-etm-color="#dc2626"]{--etm-color: #dc2626}.etm-color-input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;border:none;padding:0}.etm-color-label{font-size:12px;color:#717694}.etm-color-name{font-weight:600;color:var(--etm-color, #1D45DF)}.etm-color-hex{color:#9398ad}.etm-error{font-size:12px;color:#dc2626}.etm-badge-toggle{display:inline-flex;gap:4px;background:#f2f3f5;padding:3px;border-radius:6px;margin-bottom:10px}.etm-badge-toggle__btn{border:none;cursor:pointer;font-size:12px;font-weight:600;padding:6px 14px;border-radius:4px;background:transparent;color:#717694;transition:background .12s ease,color .12s ease}.etm-badge-toggle__btn--active{background:#071238;color:#fff}.etm-badge-hint{font-size:12px;color:#9398ad}.etm-badge-hint strong{color:#4b4f62}.team-options-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-modal);display:flex;align-items:center;justify-content:center;background:#07123873;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);padding:20px}.team-options-modal{width:540px;max-width:92%;max-height:92vh;overflow-y:auto;border-radius:var(--radius-xl);background:var(--white);box-shadow:var(--shadow-modal);display:flex;flex-direction:column;animation:pop .2s var(--ease-out)}.team-options-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:20px 22px;background:color-mix(in srgb,var(--green) 7%,#fff);border-bottom:1px solid color-mix(in srgb,var(--green) 18%,#fff)}.team-options-modal__title{font-family:var(--font-display);font-size:18px;font-weight:800;color:var(--text-strong);letter-spacing:-.02em}.team-options-modal__subtitle{margin-top:2px;font-size:12px;color:var(--text-muted)}.team-options-modal__close{border:0;background:none;cursor:pointer;font-size:18px;line-height:1;color:var(--text-muted)}.team-options-modal__body{display:flex;flex-direction:column;gap:14px;padding:20px 22px}.team-options-modal__row{width:100%;display:flex;align-items:flex-start;gap:14px;cursor:pointer;padding:14px 16px;border-radius:var(--radius-md);border:1px solid var(--border-default);background:#fff;text-align:left;transition:background var(--dur-fast) var(--ease-standard),border-color var(--dur-fast) var(--ease-standard),box-shadow var(--dur-fast) var(--ease-standard)}.team-options-modal__row--active{border:1.5px solid color-mix(in srgb,var(--green) 55%,#fff);background:color-mix(in srgb,var(--green) 9%,#fff);box-shadow:0 2px 10px -4px color-mix(in srgb,var(--green) 45%,transparent)}.team-options-modal__copy{min-width:0;flex:1}.team-options-modal__row-title{font-size:14px;font-weight:700;color:var(--text-strong)}.team-options-modal__row--active .team-options-modal__row-title{color:var(--green-700)}.team-options-modal__row-text{margin-top:5px;font-size:12px;line-height:1.5;color:var(--text-secondary)}.team-options-modal__checkbox{width:18px;height:18px;margin-top:2px;accent-color:var(--green);cursor:pointer;flex-shrink:0}.team-options-modal__footer{display:flex;justify-content:flex-end;gap:8px;padding:0 22px 20px}.etm-icon-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(40px,1fr));gap:8px;max-height:176px;overflow-y:auto;padding:2px}.etm-icon-grid::-webkit-scrollbar{width:5px}.etm-icon-grid::-webkit-scrollbar-track{background:transparent}.etm-icon-grid::-webkit-scrollbar-thumb{background:#d8dae2;border-radius:3px}.etm-icon-cell{aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;border-radius:8px;cursor:pointer;background:#fff;border:1px solid #D8DAE2;color:#717694;transition:background .12s ease,border-color .12s ease,color .12s ease}.etm-icon-cell:hover{border-color:#b0b4c8}.etm-icon-cell--active{background:color-mix(in srgb,var(--etm-color, #1D45DF) 14%,#fff);border-color:var(--etm-color, #1D45DF);color:var(--etm-color, #1D45DF)}.atm-header-row{display:flex;align-items:center;gap:10px}.atm-count-pill{font-size:11px;font-weight:700;color:#717694;background:#f2f3f5;padding:3px 10px;border-radius:999px;white-space:nowrap}.atm-count-pill--active{color:var(--team, #0ea5a0);background:color-mix(in srgb,var(--team, #0ea5a0) 12%,#fff)}.atm-body{display:flex;flex-direction:column;gap:14px}.atm-search{width:100%;padding:8px 12px;border:1px solid #D8DAE2;border-radius:8px;font-size:13px;color:#4b4f62;outline:none;transition:border-color .12s ease}.atm-search::placeholder{color:#a7aabd}.atm-search:focus{border-color:#0ea5a0;box-shadow:0 0 0 2px #0ea5a01f}.atm-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:14px;max-height:430px;overflow-y:auto;padding:2px}.atm-loading,.atm-empty{text-align:center;color:#9398ad;padding:12px;font-size:12px;grid-column:1/-1}.atm-card{position:relative;border:2px solid #D8DAE2;border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 10px 24px #0712380f;cursor:pointer;display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;padding:20px 14px 14px;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.atm-card:hover{border-color:color-mix(in srgb,var(--team, #0ea5a0) 34%,#D8DAE2);box-shadow:0 14px 30px #07123817;transform:translateY(-1px)}.atm-card--selected{border-color:var(--team, #0ea5a0);box-shadow:0 16px 34px color-mix(in srgb,var(--team, #0ea5a0) 16%,rgba(7,18,56,.06))}.atm-check{position:absolute;top:10px;right:10px;width:24px;height:24px;border-radius:50%;background:#ffffffe6;border:1px solid #D8DAE2;color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;box-shadow:0 1px 4px #07123833}.atm-check--on{background:var(--team, #0ea5a0);border:none}.atm-card__avatar{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:#fff;flex-shrink:0}.atm-card__avatar[data-variant="1"]{background:linear-gradient(135deg,#6366f1,#4f46e5)}.atm-card__avatar[data-variant="2"]{background:linear-gradient(135deg,#059669,#047857)}.atm-card__avatar[data-variant="3"]{background:linear-gradient(135deg,#d97706,#b45309)}.atm-card__avatar[data-variant="4"]{background:linear-gradient(135deg,#dc2626,#b91c1c)}.atm-card__avatar[data-variant="5"]{background:linear-gradient(135deg,#7c3aed,#6d28d9)}.atm-card__avatar[data-variant="6"]{background:linear-gradient(135deg,#0891b2,#0e7490)}.atm-card__info{min-width:0;width:100%}.atm-card__name{font-size:13px;font-weight:700;color:#4b4f62;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.atm-card__email{margin-top:2px;font-size:10px;color:#9398ad;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.atm-card__status{font-size:10px;font-weight:700;color:#8b90a7;background:#f5f6f9;border-radius:999px;padding:4px 10px}.atm-card__status--on{color:var(--team, #0ea5a0);background:color-mix(in srgb,var(--team, #0ea5a0) 12%,#fff)}.atm-back-btn{margin-right:auto}.att-body{display:flex;flex-direction:column;gap:14px}.att-search{width:100%;padding:8px 12px;border:1px solid #D8DAE2;border-radius:8px;font-size:13px;color:#4b4f62;outline:none;transition:border-color .12s ease}.att-search::placeholder{color:#a7aabd}.att-search:focus{border-color:#0ea5a0;box-shadow:0 0 0 2px #0ea5a01f}.att-scroll{display:flex;flex-direction:column;gap:22px;max-height:460px;overflow-y:auto;padding:2px}.att-scroll::-webkit-scrollbar{width:6px}.att-scroll::-webkit-scrollbar-track{background:transparent}.att-scroll::-webkit-scrollbar-thumb{background:#c8cad4;border-radius:3px}.att-scroll::-webkit-scrollbar-thumb:hover{background:#a7aab8}.att-feature-box{border:1px solid #D8DAE2;border-radius:14px;overflow:hidden;flex-shrink:0}.att-feature-box--blue{border-color:color-mix(in srgb,#1D45DF 45%,#fff);background:color-mix(in srgb,#1D45DF 4%,#fff)}.att-feature-box--teal{border-color:color-mix(in srgb,#289EA6 45%,#fff);background:color-mix(in srgb,#289EA6 4%,#fff)}.att-feature-header{padding:13px 22px}.att-feature-header--blue{background:color-mix(in srgb,#1D45DF 12%,#fff);border-bottom:1px solid color-mix(in srgb,#1D45DF 24%,#fff)}.att-feature-header--teal{background:color-mix(in srgb,#289EA6 12%,#fff);border-bottom:1px solid color-mix(in srgb,#289EA6 24%,#fff)}.att-feature-header__row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.att-feature-title{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.att-feature-title--blue{color:#1d45df}.att-feature-title--teal{color:#289ea6}.att-feature-title--coversheet{color:#0b5f67;font-size:11px;font-weight:700;letter-spacing:.05em}.att-feature-title--termsheet{color:#54cedc;font-size:11px;font-weight:700;letter-spacing:.05em}.att-feature-count{font-size:10px;font-weight:700;padding:2px 8px;border-radius:999px}.att-feature-count--blue{color:#1d45df;background:color-mix(in srgb,#1D45DF 16%,#fff)}.att-feature-count--coversheet{color:#0b5f67;background:color-mix(in srgb,#0B5F67 12%,#fff)}.att-feature-count--termsheet{color:#54cedc;background:color-mix(in srgb,#54CEDC 12%,#fff)}.att-feature-sel{font-size:11px;font-weight:600;color:var(--text-muted, #9398ad)}.att-feature-sel.att-pill--blue.att-sel-count--active{color:#1d45df}.att-feature-sel.att-pill--coversheet.att-sel-count--active{color:#0b5f67}.att-feature-sel.att-pill--termsheet.att-sel-count--active{color:#54cedc}.att-pill--blue{color:#1d45df}.att-pill--coversheet{color:#0b5f67}.att-pill--termsheet{color:#54cedc}.att-sel-count--active{font-weight:600}.att-feature-desc{font-size:11.5px;color:var(--text-secondary, #6b7094);margin-top:4px}.att-feature-desc strong,.att-desc-strong{font-weight:600}.att-desc-strong--coversheet{color:#0b5f67}.att-desc-strong--termsheet{color:#54cedc}.att-feature-body{padding:22px 26px 26px}.att-feature-body--preserve{display:flex;flex-direction:column;gap:30px}.att-category__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:18px}.att-subcat__head{margin-bottom:16px}.att-subcat__label{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.att-subcat__desc{font-size:11px;color:var(--text-muted, #9398ad);margin-top:3px}.att-card{position:relative;border:2px solid #D8DAE2;border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 10px 24px #0712380f;cursor:pointer;display:flex;flex-direction:column;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.att-card:hover{border-color:color-mix(in srgb,var(--team, #1D45DF) 34%,#D8DAE2);box-shadow:0 14px 30px #07123817;transform:translateY(-1px)}.att-card--selected{border-color:var(--team, #1D45DF);box-shadow:0 16px 34px color-mix(in srgb,var(--team, #1D45DF) 14%,rgba(7,18,56,.06))}.att-card__thumb{position:relative;background:linear-gradient(160deg,#6c7590,#5a6280);padding:14px 14px 0;height:116px;overflow:hidden;display:flex;justify-content:center}.att-card__svg{width:100%;display:block;border-radius:4px;box-shadow:0 2px 8px #0712382e}.att-card__eye{position:absolute;top:10px;left:10px;width:26px;height:26px;border-radius:50%;border:none;background:#ffffffeb;color:var(--text-secondary, #6b7094);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 1px 4px #07123840;z-index:3;padding:0;transition:background .12s ease}.att-card__eye:hover{background:#fff}.att-card__eye img{display:block}.att-card__check{position:absolute;top:10px;right:10px;width:24px;height:24px;border-radius:50%;background:#ffffffe6;border:1px solid #D8DAE2;color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;box-shadow:0 1px 4px #07123840;z-index:1;transition:background .15s ease,border-color .15s ease}.att-card__check--on{background:var(--team, #1D45DF);border:none}.att-card__info{padding:10px 12px 12px;display:flex;flex-direction:column;gap:4px}.att-card__name{font-size:12px;font-weight:700;color:var(--text-strong, #4B4F62);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.att-card__status{font-size:10px;color:#8b90a7;font-weight:700;background:#f5f6f9;border-radius:999px;padding:4px 10px;align-self:flex-start}.att-card__status--on{color:var(--team, #1D45DF);background:color-mix(in srgb,var(--team, #1D45DF) 12%,#fff)}.att-empty{text-align:center;color:var(--text-muted, #9398ad);padding:12px;font-size:12px}.tp-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#07123880;display:flex;align-items:center;justify-content:center;z-index:1400}.tp-card{width:560px;max-height:90vh;overflow-y:auto}.tp-header-row{display:flex;align-items:center;gap:10px}.tp-subtitle{font-size:12px;color:var(--text-muted, #9398ad);margin-top:2px}.tp-badge{font-size:10px;font-weight:700;padding:2px 8px;border-radius:999px}.tp-badge--blue{color:#1d45df;background:color-mix(in srgb,#1D45DF 12%,#fff)}.tp-badge--coversheet{color:#0b5f67;background:color-mix(in srgb,#0B5F67 12%,#fff)}.tp-badge--termsheet{color:#54cedc;background:color-mix(in srgb,#54CEDC 12%,#fff)}.tp-preview{background:linear-gradient(160deg,#6c7590,#5a6280);border-radius:var(--radius-md, 10px);padding:28px;display:flex;justify-content:center}.tp-preview__svg-wrap{width:260px;max-width:100%}.tp-preview__svg-wrap img,.tp-preview__svg-wrap svg{width:100%;display:block;border-radius:4px;box-shadow:0 2px 8px #0712382e}.tp-placeholder{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:14px;font-size:12px;color:var(--text-muted, #9398ad)}.tp-placeholder img{display:block;flex-shrink:0}@media (max-width: 1180px){.teams-table-head,.team-row-header{grid-template-columns:28px minmax(150px,1fr) minmax(100px,1fr) minmax(80px,.8fr) 80px 80px}}@media (max-width: 900px){.teams-table-head{display:none}.team-row-header{grid-template-columns:28px 1fr;gap:10px;padding:12px 16px}.team-row-name{grid-column:2}.team-row-count,.team-row-status,.team-actions{display:none}.team-members-grid{grid-template-columns:repeat(auto-fill,minmax(90px,1fr))}}.analytics-page__actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.analytics-date-select{padding:7px 12px;border:1px solid var(--slate-200);border-radius:8px;font-size:13px;background:#fff;color:var(--text-body);cursor:pointer;outline:none}.analytics-date-select:focus{border-color:var(--blue);box-shadow:0 0 0 2px #1d45df1f}.analytics-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:16px;background:var(--white);border:1px solid var(--slate-200);border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000000a}.analytics-stats__item{padding:18px 22px;border-right:1px solid var(--slate-100);background:transparent}.analytics-stats__item:last-child{border-right:0}.analytics-stats .stat-card__label{margin-bottom:6px;font-size:12px;font-family:var(--font-body);color:var(--text-muted)}.analytics-stats .stat-card__value{font-size:26px;font-weight:700;font-family:var(--font-display);color:var(--text-body);letter-spacing:-.5px}.analytics-stats .stat-card__subtitle{margin-top:2px;font-size:12px}.analytics-stats .stat-card__subtitle.is-positive{color:var(--green-700)}.analytics-stats .stat-card__subtitle.is-neutral{color:var(--text-muted)}.analytics-stats .stat-card__subtitle.is-negative{color:var(--danger)}.analytics-team-filters{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:16px}.analytics-team-filters__label{font-size:12px;font-weight:600;font-family:var(--font-body);color:var(--text-muted)}.analytics-team-filters__chips{display:flex;gap:8px;flex-wrap:wrap}.analytics-team-filters__hint{margin-left:auto;font-size:11px;font-family:var(--font-body);color:var(--text-muted)}.analytics-team-chip{padding:6px 14px;border:1.5px solid var(--slate-200);border-radius:20px;background:var(--white);color:var(--text-body);font-size:12px;font-weight:500;font-family:var(--font-body);cursor:pointer;transition:all .12s ease}.analytics-team-chip.is-active{border-color:var(--blue);background:var(--blue);color:var(--white)}.analytics-chart-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(320px,1fr);gap:16px;margin-bottom:16px}.analytics-card{margin-bottom:0}.analytics-card__body{padding:20px!important}.analytics-card__body--donut{display:flex;flex-direction:column;align-items:center}.analytics-bars{display:flex;gap:12px;min-height:220px}.analytics-bars__y-axis{width:24px;display:flex;flex-direction:column;justify-content:space-between;padding:2px 0 16px}.analytics-bars__y-axis span{font-size:9px;color:var(--text-muted);text-align:right}.analytics-bars__plot{position:relative;flex:1;min-height:220px;padding-bottom:20px}.analytics-bars__gridline{position:absolute;left:0;right:0;border-top:1px solid var(--slate-100)}.analytics-bars__gridline--1{top:0}.analytics-bars__gridline--2{top:45px}.analytics-bars__gridline--3{top:90px}.analytics-bars__gridline--4{top:135px}.analytics-bars__gridline--base{top:180px;border-top-color:var(--slate-300);border-top-width:1.5px}.analytics-bars__series{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:16px;align-items:end}.analytics-bars__column{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:200px}.analytics-bars__bar{width:100%;max-width:26px;border-radius:3px 3px 0 0;background:var(--blue)}.analytics-bars__label{margin-top:8px;font-size:8px;color:var(--text-muted)}.analytics-bars__bar--1{height:95px;opacity:.79}.analytics-bars__bar--2{height:70px;opacity:.73}.analytics-bars__bar--3{height:130px;opacity:.88}.analytics-bars__bar--4{height:110px;opacity:.83}.analytics-bars__bar--5{height:155px;opacity:.94}.analytics-bars__bar--6{height:90px;opacity:.78}.analytics-bars__bar--7{height:140px;opacity:.9}.analytics-bars__bar--8{height:120px;opacity:.85}.analytics-bars__bar--9{height:165px;opacity:.96}.analytics-bars__bar--10{height:145px;opacity:.91}.analytics-bars__bar--11{height:175px;opacity:.99}.analytics-bars__bar--12{height:150px;opacity:.93}.analytics-donut{position:relative;width:170px;height:170px}.analytics-donut__svg{width:100%;height:100%}.analytics-donut__center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.analytics-donut__total{font-size:20px;font-weight:700;color:var(--text-body)}.analytics-donut__caption{font-size:9px;color:var(--text-muted);letter-spacing:.05em}.analytics-donut-legend{display:flex;flex-direction:column;gap:6px;width:100%;margin-top:16px}.analytics-donut-legend__row{display:flex;align-items:center;gap:8px;font-size:12px}.analytics-donut-legend__swatch{width:10px;height:10px;border-radius:2px;flex-shrink:0}.analytics-donut-legend__swatch--resume-guard{background:#1d45df}.analytics-donut-legend__swatch--hiring-manager{background:#8a5ad0}.analytics-donut-legend__swatch--reformatter{background:#37c1ce}.analytics-donut-legend__swatch--nexus{background:#e8943b}.analytics-donut-legend__swatch--p1{background:#2fbf71}.analytics-donut-legend__swatch--p2{background:#e0559b}.analytics-donut-legend__swatch--p3{background:#f2c037}.analytics-donut-legend__swatch--p4{background:#6366f1}.analytics-donut-legend__swatch--other{background:#9ca3af}.analytics-donut-empty{margin-top:12px;text-align:center;font-size:13px;color:var(--text-muted)}.analytics-donut-legend__label{color:var(--text-body)}.analytics-donut-legend__value{margin-left:auto;font-weight:600;color:var(--text-body)}.analytics-breakdown{margin-bottom:0}.analytics-breakdown__hint{font-size:12px;color:var(--text-muted)}.analytics-breakdown__head,.analytics-breakdown__row,.analytics-breakdown__subrow{display:grid;grid-template-columns:40% 15% 15% 15% 15%;align-items:center}.analytics-breakdown__head{padding:12px 20px;border-bottom:1px solid var(--slate-100);background:var(--slate-50);font-size:11px;font-weight:600;font-family:var(--font-body);color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.analytics-breakdown__row{width:100%;padding:14px 20px;border:0;border-bottom:1px solid var(--slate-100);background:var(--white);text-align:left;cursor:pointer;font-family:var(--font-body)}.analytics-breakdown__product{display:flex;align-items:center;gap:10px}.analytics-breakdown__chevron{display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:transform .18s ease}.analytics-breakdown__chevron.is-expanded{transform:rotate(180deg)}.analytics-breakdown__icon{width:26px;height:26px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700}.analytics-breakdown__icon--resume-guard{background:#e8eaff;color:#1d45df}.analytics-breakdown__icon--hiring-manager{background:#ede8ff;color:#8a5ad0}.analytics-breakdown__icon--reformatter{background:#e0f7f5;color:#37c1ce}.analytics-breakdown__icon--nexus{background:#fdf3e2;color:#e8943b}.analytics-breakdown__name{font-weight:600;font-family:var(--font-body);color:var(--text-body)}.analytics-breakdown__metric,.analytics-breakdown__subcell{font-size:13px;font-family:var(--font-body);color:var(--text-body)}.analytics-breakdown__metric--strong{font-weight:600}.analytics-breakdown__percent{font-size:12px}.analytics-breakdown__percent--resume-guard{background:#e8eaff;color:#1d45df;border-color:#c5c9ff}.analytics-breakdown__percent--hiring-manager{background:#ede8ff;color:#8a5ad0;border-color:#d4ccff}.analytics-breakdown__percent--reformatter{background:#e0f7f5;color:#37c1ce;border-color:#b2ece6}.analytics-breakdown__percent--nexus{background:#fdf3e2;color:#e8943b;border-color:#f5d89a}.analytics-breakdown__subrow{padding:12px 20px;background:var(--slate-50);border-bottom:1px solid var(--slate-100)}.analytics-breakdown__subcell--name{padding-left:60px;color:var(--text-muted)}.analytics-logs-card{margin-bottom:0}.analytics-logs-header{display:flex;justify-content:space-between;align-items:center;padding:14px 20px;border-bottom:1px solid var(--slate-100)}.analytics-logs-filters{display:flex;gap:8px}.analytics-logs-search{padding:4px 10px;font-size:12px;width:200px;border:1px solid var(--slate-200);border-radius:6px;color:var(--text-body);outline:none}.analytics-logs-search::placeholder{color:var(--text-muted)}.analytics-logs-search:focus{border-color:var(--blue);box-shadow:0 0 0 2px #1d45df1a}.analytics-logs-type-select{padding:4px 10px;font-size:12px;border:1px solid var(--slate-200);border-radius:6px;color:var(--text-body);background:#fff;cursor:pointer;outline:none}.analytics-logs-type-select:focus{border-color:var(--blue)}.analytics-logs-body{padding:0}.analytics-logs-table{width:100%;border-collapse:collapse;font-size:13px}.analytics-logs-table thead tr{background:var(--slate-50)}.analytics-logs-table thead th{padding:10px 20px;text-align:left;font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--slate-100)}.analytics-logs-table tbody tr{border-bottom:1px solid var(--slate-100);transition:background .1s ease}.analytics-logs-table tbody tr:hover{background:var(--slate-50)}.analytics-logs-table tbody td{padding:12px 20px;color:var(--text-body);vertical-align:top}.analytics-logs-cell--time{color:var(--text-muted);font-size:12px;white-space:nowrap}.analytics-logs-cell--user{font-weight:600;white-space:nowrap}.analytics-logs-empty{text-align:center;color:var(--text-muted);padding:24px 20px!important;font-size:13px}@media (max-width: 980px){.analytics-stats,.analytics-chart-grid{grid-template-columns:1fr}.analytics-team-filters__hint{margin-left:0}}@media (max-width: 720px){.analytics-breakdown__head{display:none}.analytics-breakdown__row,.analytics-breakdown__subrow{grid-template-columns:1fr;gap:6px}.analytics-breakdown__subcell--name{padding-left:0}.analytics-bars__series{gap:10px}}.profile-page__hero{display:flex;align-items:center;gap:16px;margin-bottom:24px}.profile-page__hero-copy{flex:1;min-width:0}.profile-page__hero-title-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.profile-page__hero-title{margin:0;font-size:20px;font-weight:700;color:var(--text-strong);font-family:var(--font-display);letter-spacing:-.02em}.profile-page__hero-meta{margin-top:2px;font-size:13px;color:var(--text-secondary)}.profile-tabs{display:flex;gap:0;border-bottom:1px solid var(--border-default);margin-bottom:24px}.profile-tabs__item{padding:12px 18px;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--text-muted);font-size:13px;font-weight:500;cursor:pointer;font-family:var(--font-body);margin-bottom:-1px}.profile-tabs__item.is-active{color:var(--text-strong);font-weight:700;border-bottom-color:var(--blue)}.profile-account-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}.profile-account-grid__left,.profile-account-grid__right{display:flex;flex-direction:column;gap:24px}.profile-account-section{margin:0}.profile-account-section--blue{border-top:3px solid var(--blue)}.profile-account-section--teal{border-top:3px solid var(--teal)}.profile-account-section--purple{border-top:3px solid var(--purple)}.profile-account-section--green{border-top:3px solid var(--green)}.profile-account-section--amber{border-top:3px solid var(--amber)}.profile-account-section__header--blue{background:color-mix(in srgb,var(--blue) 4%,#fff)}.profile-account-section__header--teal{background:color-mix(in srgb,var(--teal) 4%,#fff)}.profile-account-section__header--purple{background:color-mix(in srgb,var(--purple) 4%,#fff)}.profile-account-section__header--green{background:color-mix(in srgb,var(--green) 4%,#fff)}.profile-account-section__header--amber{background:color-mix(in srgb,var(--amber) 5%,#fff)}.profile-account-section__chip img{display:block}.profile-account-section__chip--blue{background:var(--blue-50);color:var(--blue)}.profile-account-section__chip--teal{background:var(--teal-50);color:var(--teal-700)}.profile-account-section__chip--purple{background:color-mix(in srgb,var(--purple) 12%,#fff);color:var(--purple)}.profile-account-section__chip--green{background:color-mix(in srgb,var(--green) 12%,#fff);color:var(--green-700)}.profile-account-section__chip--amber{background:#fdf1e3;color:#b06f1f}.profile-account-section__chip-icon{display:block;width:16px;height:16px;background-color:currentColor;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;mask-position:center;mask-repeat:no-repeat;mask-size:contain}.profile-account-section__chip-icon--grid{-webkit-mask-image:url(/icons/grid.svg);mask-image:url(/icons/grid.svg)}.profile-account-section__chip-icon--shield{-webkit-mask-image:url(/icons/admin-shield.svg);mask-image:url(/icons/admin-shield.svg)}.profile-account-section__chip-icon--users-group{-webkit-mask-image:url(/icons/users-group.svg);mask-image:url(/icons/users-group.svg)}.profile-account-section__chip-icon--settings{-webkit-mask-image:url(/icons/settings.svg);mask-image:url(/icons/settings.svg)}.profile-account__card-body{padding:24px 26px}.profile-account__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:20px}.profile-account__identity{display:flex;align-items:center;gap:16px}.profile-account__name{font-size:20px;font-weight:700;color:var(--text-strong);font-family:var(--font-display);letter-spacing:-.02em}.profile-account__email,.profile-account__org{margin-top:2px;font-size:13px;color:var(--text-secondary)}.profile-account__org span{color:var(--blue);font-weight:500}.profile-account__actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.profile-account__saved{font-size:12px;color:var(--green-700);font-weight:600}.profile-account__feedback{margin-bottom:16px;padding:10px 12px;border-radius:8px;font-size:12px;line-height:1.5}.profile-account__feedback--error{border:1px solid var(--red-200);background:var(--red-50);color:var(--red-700)}.profile-account__feedback--success{border:1px solid var(--green-200);background:var(--green-50);color:var(--green-700)}.profile-account__info-banner{display:flex;gap:10px;align-items:flex-start;padding:11px 13px;border-radius:var(--radius-md);background:color-mix(in srgb,var(--teal) 5%,#fff);border:1px solid color-mix(in srgb,var(--teal) 20%,#fff);margin-bottom:18px}.profile-account__info-banner-icon{flex-shrink:0;margin-top:1px}.profile-account__info-banner-copy{margin:0;font-size:12px;color:var(--teal-700);line-height:1.5}.profile-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px 20px}.profile-form-grid__full{grid-column:1/-1}.profile-rich-text--short{min-height:60px}.profile-field-note{margin-top:3px;font-size:11px;color:var(--text-muted)}.profile-stack-list{display:flex;flex-direction:column;gap:8px}.profile-account-section--green .profile-stack-list{max-height:220px;overflow-y:auto;padding-right:4px}.profile-access-item{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border:1px solid color-mix(in srgb,var(--teal) 40%,#fff);background:color-mix(in srgb,var(--teal) 6%,#fff);border-radius:8px}.profile-access-item__left{display:flex;align-items:center;gap:11px}.profile-access-item__icon{width:28px;height:28px;font-size:11px;font-weight:700;border-radius:var(--radius-sm);flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;letter-spacing:-.02em}.profile-access-item__icon--reformatter{background:#e9f7f0;color:#1f7d4f}.profile-access-item__icon--nexus{background:#fdf1e3;color:#8a5a1f}.profile-access-item__icon--hiring-manager{background:#f3edfb;color:#7a45c4}.profile-access-item__icon--resume-guard{background:#eef1fc;color:#1d45df}.profile-access-item__icon--nexus-sourcing{background:#e9f7f0;color:var(--green-700)}.profile-access-item__name{font-size:13px;font-weight:600;color:var(--text-body)}.profile-access-item__status{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:700;color:var(--teal-700)}.profile-role-copy{font-size:12.5px;color:var(--text-secondary);line-height:1.55;margin:11px 0 0}.profile-team-item{display:flex;align-items:center;gap:11px;padding:10px 14px;border-radius:8px;border:1px solid color-mix(in srgb,var(--team, var(--green)) 40%,#fff);background:color-mix(in srgb,var(--team, var(--green)) 8%,#fff);--team: var(--green)}.profile-team-item__badge{width:26px;height:26px;font-size:10px}.profile-team-item__name{font-size:13px;font-weight:600;color:var(--team, var(--green-700))}.profile-options__heading{margin-bottom:16px}.profile-options__heading--divided{margin-top:20px;padding-top:20px;border-top:1px solid var(--border-default)}.profile-options__rows{display:flex;flex-direction:column;gap:18px}.profile-options__row{display:flex;gap:18px;align-items:center}.profile-options__button{width:154px;flex-shrink:0;justify-content:center!important}.profile-options__button--teal{border-color:var(--teal)!important;color:var(--teal-700)!important;background:#fff!important}.profile-options__button--blue{border-color:var(--blue)!important;color:var(--blue)!important;background:#fff!important}.profile-options__button--teal:hover,.profile-options__button--teal:active,.profile-options__button--teal:focus-visible,.profile-options__button--blue:hover,.profile-options__button--blue:active,.profile-options__button--blue:focus-visible{background:#fff!important}.profile-options__button--red{border-color:#d0463f59!important;color:var(--danger)!important;background:#d0463f14!important}.profile-options__button--danger{border-color:var(--danger)!important;color:#fff!important;background:var(--danger)!important}.profile-options__copy,.profile-help-copy{margin:0;font-size:11.5px;color:var(--text-muted);line-height:1.5}.profile-error-state{display:flex;flex-direction:column;align-items:center;gap:8px;padding:32px 20px;text-align:center}.profile-error-state__icon{font-size:22px;color:var(--amber-600)}.profile-error-state__title{font-family:var(--font-display);font-size:15px;font-weight:600;color:var(--text-default)}.profile-error-state__message{font-size:13px;color:var(--text-muted);margin-bottom:6px}.profile-empty-state{font-size:12px;color:var(--text-muted);padding:12px 14px;border:1px dashed var(--slate-200);border-radius:8px}.profile-empty-state--center{text-align:center}.profile-prompts{padding:0;border-top:3px solid var(--blue);background:#fff;border:1px solid var(--slate-200);border-top-width:3px;border-radius:var(--radius-lg);overflow:hidden}.profile-prompts__actions{display:flex;justify-content:flex-end;padding:18px 24px 0}.profile-prompts__table{width:100%;border-collapse:collapse;margin-top:14px}.profile-prompts__table thead th{text-align:left;padding:11px 16px;font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid var(--slate-100);background:var(--slate-100)}.profile-prompts__table thead th:last-child{text-align:right}.profile-prompts__col-index{width:40px}.profile-prompts__col-active{width:80px}.profile-prompts__col-created{width:120px}.profile-prompts__col-actions{width:90px}.profile-prompts__table tbody td{padding:13px 16px;border-bottom:1px solid var(--slate-100);font-size:13px;color:var(--text-body);vertical-align:middle}.profile-prompts__cell--name{font-weight:500}.profile-prompts__table td.profile-prompts__cell--muted{color:var(--text-secondary)}.profile-prompts__cell--actions{text-align:right;white-space:nowrap}.profile-prompts__action-row{display:inline-flex;align-items:center;gap:4px}.profile-prompts__icon-btn{min-width:0;padding:4px 6px;background:transparent;border:none;cursor:pointer;color:var(--text-secondary);border-radius:6px}.profile-prompts__icon-btn img{display:block}.profile-prompts__icon-btn:hover{background:var(--slate-100)}.profile-prompts__icon-btn--edit{color:var(--blue)}.profile-prompts__icon-btn--delete{color:var(--danger)}@media (max-width: 980px){.profile-account-grid{grid-template-columns:1fr}}@media (max-width: 768px){.profile-page__hero{align-items:flex-start}.profile-form-grid{grid-template-columns:1fr}.profile-options__row{flex-direction:column;align-items:flex-start}.profile-options__button,.profile-account__actions{width:100%}}.change-password-modal__header{padding:24px 24px 4px}.change-password-modal__title{font-family:var(--font-display);font-size:17px;font-weight:700;color:var(--text-strong)}.change-password-modal__desc{margin-top:4px;font-size:13px;color:var(--text-secondary)}.change-password-modal__body{display:flex;flex-direction:column;gap:6px;padding:16px 24px 20px}.change-password-modal__body .profile-field-label{margin-top:8px}.change-password-modal__body .profile-field-label:first-child{margin-top:0}.change-password-modal__error{margin-top:10px;font-size:12.5px;font-weight:600;color:var(--danger, #dc2626)}.features-page__header{align-items:center}.features-page__header-copy{display:flex;align-items:center;gap:12px}.features-page__page-chip{width:34px;height:34px;background:var(--blue-50);color:var(--blue)}.features-page__page-chip img,.features-page__card-chip img{display:block}.features-page__card{overflow:hidden}.features-page__card-header{padding:18px 24px;background:color-mix(in srgb,var(--blue) 4%,#fff)}.features-page__card-chip{background:var(--blue-50);color:var(--blue)}.features-page__table-wrap{padding:0}.features-page__table{width:100%;border-collapse:collapse}.features-page__table th,.features-page__table td{padding:13px 20px;border-bottom:1px solid var(--slate-100);font-size:13px;color:var(--text-secondary);vertical-align:middle}.features-page__table th{font-size:11px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;background:#fff}.features-page__section-row td{padding:7px 20px;background:var(--slate-100);font-size:10px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.features-page__feature-name{font-weight:500;color:var(--text-strong)}.features-page__center{text-align:center}.features-page__check-badge{display:inline-flex;align-items:center;justify-content:center}.features-page__toggle{display:inline-block;width:38px;height:22px;border-radius:11px;background:var(--slate-200);position:relative;border:none;padding:0;transition:background var(--dur-base, .18s)}.features-page__toggle:after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #07123833;transition:left var(--dur-base, .18s)}.features-page__toggle--on{background:var(--brand-gradient)}.features-page__toggle--on:after{left:19px}.features-page__toggle--btn{cursor:pointer}.features-page__toggle--btn:disabled{cursor:not-allowed;opacity:.55}.features-page__toggle--readonly{cursor:default;opacity:.9}.features-page__org-name{color:var(--text-strong);font-weight:600}.features-page__muted{color:var(--text-muted)}.features-page__state{padding:40px 24px;text-align:center;color:var(--text-secondary);font-size:13px}.features-page__state--error{color:var(--red, #c0392b)}.features-page__action-error{margin:0 0 12px;padding:10px 14px;border-radius:var(--radius-md, 8px);background:color-mix(in srgb,var(--red, #c0392b) 8%,#fff);border:1px solid color-mix(in srgb,var(--red, #c0392b) 24%,#fff);color:var(--red, #c0392b);font-size:12.5px}.features-page__confirm-text{font-size:13px;color:var(--text-secondary);line-height:1.55;margin:0}.features-page__confirm-actions{display:flex;gap:8px;justify-content:flex-end}.linked-accounts-page__banner{display:flex;align-items:flex-start;gap:10px;padding:13px 15px;margin-bottom:20px;border-radius:var(--radius-md);background:color-mix(in srgb,var(--blue) 5%,#fff);border:1px solid color-mix(in srgb,var(--blue) 20%,#fff);color:var(--blue)}.linked-accounts-page__banner--warning{background:#fdf1e3;border-color:color-mix(in srgb,var(--amber) 34%,#fff);color:#b06f1f}.linked-accounts-page__banner-icon{flex-shrink:0;margin-top:1px}.linked-accounts-page__banner-copy{margin:0;font-size:12.5px;line-height:1.55}.linked-accounts-page__card{overflow:hidden;border-top:3px solid var(--blue)}.linked-accounts-page__card-header{padding:18px 24px;background:color-mix(in srgb,var(--blue) 4%,#fff)}.linked-accounts-page__title-chip{background:color-mix(in srgb,var(--blue) 12%,#fff);color:var(--blue)}.linked-accounts-page__table-wrap{overflow-x:auto}.linked-accounts-page__table{width:100%;border-collapse:collapse}.linked-accounts-page__table th,.linked-accounts-page__table td{padding:14px 16px;border-bottom:1px solid var(--slate-100);font-size:13px;color:var(--text-secondary);vertical-align:middle}.linked-accounts-page__table th{font-size:11px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;text-align:left}.linked-accounts-page__actions-col{width:230px}.linked-accounts-page__actions{white-space:nowrap}.linked-accounts-page__actions .btn+.btn{margin-left:6px}.linked-accounts-page__name{font-size:15px;font-weight:700;color:var(--text-strong)}.linked-accounts-page__empty{text-align:center;color:var(--text-muted);padding:28px}.linked-accounts-page__footer{padding:12px 16px;border-top:1px solid var(--slate-100);font-size:12px;color:var(--text-muted)}.linked-accounts-page__error{padding:16px 20px;color:var(--danger);font-size:13px}.linked-accounts-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-modal);display:flex;align-items:center;justify-content:center;background:#07123873;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);padding:20px}.linked-accounts-modal{width:520px;max-width:92%;border-radius:var(--radius-xl);background:var(--white);box-shadow:var(--shadow-modal);display:flex;flex-direction:column;animation:pop .2s var(--ease-out)}.linked-accounts-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:20px 22px;background:color-mix(in srgb,var(--blue) 6%,#fff);border-bottom:1px solid color-mix(in srgb,var(--blue) 16%,#fff)}.linked-accounts-modal__title{font-family:var(--font-display);font-size:18px;font-weight:800;color:var(--text-strong);letter-spacing:-.02em}.linked-accounts-modal__subtitle{margin-top:2px;font-size:12px;color:var(--text-muted)}.linked-accounts-modal__close{border:0;background:none;cursor:pointer;font-size:18px;line-height:1;color:var(--text-muted)}.linked-accounts-modal__body{display:flex;flex-direction:column;gap:14px;padding:20px 22px}.linked-accounts-modal__field{display:flex;flex-direction:column}.linked-accounts-modal__hint{font-size:11px;color:var(--text-muted)}.linked-accounts-modal__footer{display:flex;justify-content:flex-end;gap:8px;padding:0 22px 20px}.products-page{min-height:100%}.filter-chip-group{display:flex;gap:8px;align-items:center}.filter-chip{padding:6px 12px;border-radius:20px;font-size:12px;font-weight:500;border:1px solid var(--slate-200);background:var(--white);color:var(--slate-700);cursor:pointer;transition:all var(--dur-base);white-space:nowrap}.filter-chip:hover{background:var(--slate-50);border-color:var(--slate-300)}.filter-chip.active{background:var(--navy);color:var(--white);border-color:var(--navy)}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:14px;margin-top:20px}.product-card{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--white);border:1px solid var(--slate-200);border-radius:var(--radius-lg);padding:20px;cursor:pointer;transition:all var(--dur-slow);box-shadow:var(--shadow-card);display:flex;flex-direction:column;text-align:left;width:100%;font:inherit;outline:none}.product-card:hover{border-color:var(--blue-100);box-shadow:var(--shadow-card-hover);transform:translateY(-3px)}.product-card--disabled{cursor:default;opacity:.84}.product-card--disabled:hover{border-color:var(--slate-200);box-shadow:var(--shadow-card);transform:none}.product-icon{width:44px;height:44px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;margin-bottom:14px;letter-spacing:-.3px;flex-shrink:0}.product-card--nexus .product-icon,.product-icon--nexus{background:var(--amber-50);color:var(--amber-700)}.product-card--hiring-manager .product-icon,.product-icon--hiring-manager{background:var(--blue-50);color:var(--blue)}.product-card--resume-guard .product-icon,.product-icon--resume-guard{background:var(--purple-50);color:var(--purple)}.product-card--reformatter .product-icon,.product-icon--reformatter{background:var(--teal-50);color:var(--teal-700)}.product-name{font-family:var(--font-display);font-size:15px;font-weight:700;color:var(--navy);margin-bottom:4px;letter-spacing:-.3px}.product-desc{font-family:var(--font-body);font-size:12px;color:var(--text-secondary);line-height:1.6;margin-bottom:0;flex:1}.product-card__status-row{display:flex;align-items:center;margin:14px 0 12px}.product-meta{display:flex;gap:14px;padding-top:12px;border-top:1px solid var(--slate-100)}.product-meta-item{font-size:11px;color:var(--text-muted);font-family:var(--font-body)}.product-meta-item strong{display:block;font-family:var(--font-display);font-size:15px;font-weight:800;color:var(--navy);margin-bottom:2px;letter-spacing:-.3px}.product-card__footer{display:flex;justify-content:flex-end;padding-top:14px}.products-empty-state{text-align:center;padding:40px;color:var(--text-muted);font-size:14px;font-family:var(--font-body)}.product-grid--skeleton{opacity:.8}.product-card--skeleton{pointer-events:none;animation:pulse-shimmer 1.5s ease-in-out infinite}.product-icon--skeleton,.product-name--skeleton,.product-desc--skeleton,.product-meta--skeleton{background:linear-gradient(90deg,var(--slate-100) 0%,var(--slate-50) 50%,var(--slate-100) 100%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.product-icon--skeleton{width:44px;height:44px;margin-bottom:14px}.product-name--skeleton{width:60%;height:16px;margin-bottom:8px}.product-desc--skeleton{width:100%;height:32px;margin-bottom:12px}.product-meta--skeleton{width:80%;height:20px;margin-top:12px}.product-hero--skeleton{background:linear-gradient(135deg,var(--slate-200) 0%,var(--slate-300) 100%);position:relative;overflow:hidden}.product-hero-icon--skeleton{width:40px;height:40px;background:linear-gradient(90deg,#ffffff4d,#ffffff80,#ffffff4d);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:11px}.product-hero-title--skeleton{width:150px;height:22px;background:linear-gradient(90deg,#ffffff4d,#ffffff80,#ffffff4d);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px;margin-bottom:6px}.product-hero-desc--skeleton{width:300px;height:13px;background:linear-gradient(90deg,#fff3,#fff6,#fff3);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.product-stat--skeleton{width:86px;height:48px;background:linear-gradient(90deg,#ffffff26,#ffffff40,#ffffff26);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:10px}.product-hero-tab--skeleton{width:80px;height:40px;background:linear-gradient(90deg,#ffffff1a,#fff3,#ffffff1a);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.card--skeleton{min-height:200px;background:var(--white);border:1px solid var(--slate-200);border-radius:var(--radius-lg);padding:20px;position:relative;overflow:hidden}.card--skeleton:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,var(--slate-50) 0%,var(--slate-100) 50%,var(--slate-50) 100%);background-size:200% 100%;animation:shimmer 1.5s infinite;opacity:.5}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes pulse-shimmer{0%,to{opacity:1}50%{opacity:.7}}.products-error-state{text-align:center;padding:60px 40px;background:var(--white);border:1px solid var(--slate-200);border-radius:var(--radius-lg);display:flex;flex-direction:column;align-items:center;gap:12px}.products-error-icon{width:48px;height:48px;border-radius:50%;background:var(--orange-50);color:var(--orange-600);display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:8px}.products-error-title{font-family:var(--font-display);font-size:16px;font-weight:700;color:var(--navy)}.products-error-message{font-family:var(--font-body);font-size:13px;color:var(--text-secondary);margin:0}.product-card--nexus{--card-accent: #7a45c4}.product-card--hiring-manager{--card-accent: var(--blue)}.product-card--resume-guard{--card-accent: #8a5a1f}.product-card--reformatter,.product-card--nexus-sourcing{--card-accent: var(--green-700)}.product-accent{color:#fff;box-shadow:0 6px 16px -6px color-mix(in srgb,var(--product-accent) 70%,transparent)}.product-accent img{display:block}.product-accent--reformatter{--product-accent: #1f7d4f;background:linear-gradient(140deg,color-mix(in srgb,#1f7d4f 84%,#fff),#1f7d4f 58%,color-mix(in srgb,#1f7d4f 84%,#000))}.product-accent--nexus{--product-accent: #7a45c4;background:linear-gradient(140deg,color-mix(in srgb,#7a45c4 84%,#fff),#7a45c4 58%,color-mix(in srgb,#7a45c4 84%,#000))}.product-accent--hiring-manager{--product-accent: #1d45df;background:linear-gradient(140deg,color-mix(in srgb,#1d45df 84%,#fff),#1d45df 58%,color-mix(in srgb,#1d45df 84%,#000))}.product-accent--resume-guard{--product-accent: #8a5a1f;background:linear-gradient(140deg,color-mix(in srgb,#8a5a1f 84%,#fff),#8a5a1f 58%,color-mix(in srgb,#8a5a1f 84%,#000))}.product-accent--nexus-sourcing{--product-accent: #1f7d4f;background:linear-gradient(140deg,color-mix(in srgb,#1f7d4f 84%,#fff),#1f7d4f 58%,color-mix(in srgb,#1f7d4f 84%,#000))}.products-page .page-header{margin-bottom:24px}.products-page .page-sub{max-width:760px}.prod-header-left{display:flex;align-items:center;gap:12px}.prod-header-chip{width:34px;height:34px;border-radius:var(--radius-sm);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--blue-50);color:var(--blue);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--blue) 22%,transparent)}.prod-header-chip__icon{width:17px;height:17px}.prod-header-right{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.prod-section{margin-bottom:34px}.prod-section:last-child{margin-bottom:0}.prod-section-header{display:flex;align-items:center;gap:11px;margin-bottom:18px}.prod-section-title{font-family:var(--font-display);font-size:16px;font-weight:800;letter-spacing:-.01em}.prod-section-count{font-family:var(--font-body);font-size:12px;font-weight:800;border-radius:var(--radius-pill);padding:2px 10px;line-height:1.5;min-width:22px;text-align:center}.prod-section-count--active{color:var(--green-700);background:color-mix(in srgb,var(--green-700) 13%,#fff);border:1px solid color-mix(in srgb,var(--green-700) 22%,#fff)}.prod-section-count--inactive{color:var(--slate-500);background:color-mix(in srgb,var(--slate-500) 13%,#fff);border:1px solid color-mix(in srgb,var(--slate-500) 22%,#fff)}.prod-section-title--active{color:var(--green-700)}.prod-section-title--inactive{color:var(--slate-500)}.product-grid--products{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;align-items:stretch}.product-card{position:relative;overflow:hidden;background:var(--white);border:1px solid var(--slate-200);border-radius:var(--radius-lg);padding:24px;cursor:pointer;transition:transform var(--dur-slow),box-shadow var(--dur-slow),border-color var(--dur-slow);box-shadow:var(--shadow-card);display:flex;flex-direction:column;text-decoration:none;color:inherit}.product-card:after{content:"";position:absolute;right:-34px;top:-34px;width:128px;height:128px;border-radius:50%;background:var(--card-accent, var(--blue));opacity:.06;pointer-events:none;z-index:0;transition:opacity var(--dur-base),transform var(--dur-base)}.product-card:hover{border-color:color-mix(in srgb,var(--card-accent, var(--blue)) 45%,var(--slate-200));box-shadow:0 16px 32px -16px color-mix(in srgb,var(--card-accent, var(--blue)) 55%,rgba(7,18,56,.28));transform:translateY(-3px)}.product-card:hover:after{opacity:.12;transform:scale(1.1)}.product-card>*{position:relative;z-index:1}.product-card.is-active{border-color:color-mix(in srgb,var(--card-accent, var(--blue)) 32%,var(--slate-200));border-top:3px solid var(--card-accent, var(--blue));box-shadow:0 8px 20px -10px color-mix(in srgb,var(--card-accent, var(--blue)) 42%,transparent)}.product-card.is-active:after{opacity:.09}.product-card.is-active:hover{box-shadow:0 22px 44px -14px color-mix(in srgb,var(--card-accent, var(--blue)) 60%,transparent)}.product-card.is-inactive{cursor:default;opacity:.84}.product-card.is-inactive:after{opacity:.035}.product-card.is-inactive:hover{border-color:var(--slate-200);box-shadow:var(--shadow-card);transform:none}.product-card.is-inactive:hover:after{opacity:.035;transform:none}.product-card.is-inactive .prod-desc{opacity:.5}.prod-hero-header{margin:-24px -24px 0;padding:16px 20px;background:linear-gradient(140deg,color-mix(in srgb,var(--card-accent, var(--blue)) 15%,#fff),color-mix(in srgb,var(--card-accent, var(--blue)) 33%,#fff));border-bottom:1px solid color-mix(in srgb,var(--card-accent, var(--blue)) 22%,#fff);display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.prod-hero-left{display:flex;align-items:center;gap:12px;min-width:0}.prod-hero-icon{width:40px;height:40px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;flex-shrink:0}.prod-hero-icon img{width:22px;height:22px}.prod-hero-name{font-family:var(--font-display);font-size:16px;font-weight:800;letter-spacing:-.01em;color:color-mix(in srgb,var(--card-accent, var(--blue)) 82%,#000);line-height:1.2;min-width:0}.prod-hero-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.prod-body{display:flex;flex-direction:column;margin-top:18px;flex:1 1 auto}.prod-desc{font-size:12px;color:var(--text-secondary);line-height:1.6;margin-bottom:0}.prod-desc-row{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.prod-action-row{margin-top:16px;padding-top:16px;border-top:1px solid var(--slate-100);display:flex;align-items:center;gap:8px;flex-wrap:wrap}.prod-hero-toggle{flex-shrink:0}.prod-hero-toggle--danger,.prod-hero-toggle--danger:hover{color:var(--danger)!important;border-color:var(--danger-border)!important;background:var(--white)!important}.prod-hero-toggle--danger:hover{background:var(--danger-fill)!important}.prod-status-row{margin-top:14px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.prod-badge--subscribed{background:var(--green);color:#fff;box-shadow:0 2px 6px -1px color-mix(in srgb,var(--green) 55%,transparent)}.prod-badge--unsubscribed{background:var(--slate-100);color:var(--slate-500)}.prod-coming-soon-badge{background:linear-gradient(120deg,var(--teal) 0%,var(--blue) 100%);color:#fff;box-shadow:0 2px 8px -2px color-mix(in srgb,var(--blue) 50%,transparent)}.pcta{padding:8px 14px;border-radius:var(--radius-sm);font-size:12px;font-weight:600;cursor:pointer;border:1px solid transparent;transition:transform var(--dur-fast),box-shadow var(--dur-fast),background-color var(--dur-fast),border-color var(--dur-fast),filter var(--dur-fast);font-family:var(--font-body);white-space:nowrap;outline:none}.pcta img,.pcta svg{flex-shrink:0;display:block}.pcta>span{display:inline-flex;align-items:center;line-height:1}.pcta-icon-mask{width:14px;height:14px;flex-shrink:0;display:inline-block;background-color:currentColor;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.pcta-icon-mask--settings{-webkit-mask-image:url(/icons/settings-mask.svg);mask-image:url(/icons/settings-mask.svg)}.pcta-icon-mask--arrow{-webkit-mask-image:url(/icons/arrow-mask.svg);mask-image:url(/icons/arrow-mask.svg)}.pcta-icon-mask--arrow-right{-webkit-mask-image:url(/icons/arrow-right-mask.svg);mask-image:url(/icons/arrow-right-mask.svg)}.pcta-icon-mask--link{-webkit-mask-image:url(/icons/link-mask.svg);mask-image:url(/icons/link-mask.svg)}.pcta-icon-mask--stars{-webkit-mask-image:url(/icons/stars-mask.svg);mask-image:url(/icons/stars-mask.svg)}.pcta-icon-mask--sm{width:13px;height:13px}.pcta-outline img,.pcta-outline svg,.pcta-outline .pcta-icon-mask{width:14px;height:14px}.pcta-solid img,.pcta-solid svg,.pcta-solid .pcta-icon-mask{width:13px;height:13px}.pcta-solid,.pcta-solid:hover,.pcta-solid:active{background-color:var(--card-accent, var(--blue))!important;border-color:transparent!important;color:#fff!important}.pcta-solid{box-shadow:0 3px 10px -4px color-mix(in srgb,var(--card-accent, var(--blue)) 55%,transparent)}.pcta-solid:hover{filter:brightness(1.07) saturate(1.05);transform:translateY(-1px);box-shadow:0 8px 18px -6px color-mix(in srgb,var(--card-accent, var(--blue)) 65%,transparent)}.pcta-solid:active{filter:brightness(.93);transform:translateY(0);box-shadow:0 2px 6px -3px color-mix(in srgb,var(--card-accent, var(--blue)) 60%,transparent)}.pcta-outline,.pcta-outline:hover,.pcta-outline:active{background-color:transparent!important;border:1px solid var(--card-accent, var(--blue))!important;color:var(--card-accent, var(--blue))!important}.pcta-outline:hover{background-color:color-mix(in srgb,var(--card-accent, var(--blue)) 12%,#fff)!important;transform:translateY(-1px)}.pcta-outline:active{background-color:color-mix(in srgb,var(--card-accent, var(--blue)) 20%,#fff)!important;transform:translateY(0)}.cs-toggle{display:inline-flex;align-items:center;gap:7px;padding:5px 11px 5px 8px;border-radius:var(--radius-pill);font-family:var(--font-body);font-size:11px;font-weight:700;letter-spacing:.01em;cursor:pointer;-webkit-user-select:none;user-select:none;border:1px solid var(--slate-200);background:var(--white);color:var(--text-secondary);box-shadow:0 1px 3px #07123814;transition:border-color var(--dur-base),color var(--dur-base),background var(--dur-base),box-shadow var(--dur-base)}.cs-toggle:hover{border-color:var(--blue-300);color:var(--text-strong)}.cs-toggle input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.cs-toggle .cs-box{width:15px;height:15px;border-radius:5px;border:1.5px solid var(--slate-300);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--white);transition:background var(--dur-base),border-color var(--dur-base)}.cs-toggle .cs-box img,.cs-toggle .cs-box svg{width:10px;height:10px;opacity:0;transition:opacity var(--dur-fast)}.cs-toggle.is-on{border-color:transparent;color:#fff;background:linear-gradient(120deg,var(--teal),var(--blue));box-shadow:0 4px 12px -3px color-mix(in srgb,var(--blue) 45%,transparent)}.cs-toggle.is-on .cs-box{background:#ffffff47;border-color:transparent}.cs-toggle.is-on .cs-box img,.cs-toggle.is-on .cs-box svg{opacity:1}.prod-toggle{display:inline-flex;align-items:center;gap:7px;padding:5px 11px 5px 8px;border-radius:var(--radius-pill);font-family:var(--font-body);font-size:11px;font-weight:700;letter-spacing:.01em;cursor:pointer;-webkit-user-select:none;user-select:none;border:1px solid var(--slate-200);background:var(--white);color:var(--text-secondary);box-shadow:0 1px 3px #07123814;transition:border-color var(--dur-base),color var(--dur-base),background var(--dur-base),box-shadow var(--dur-base)}.prod-toggle:hover{border-color:var(--blue-300);color:var(--text-strong)}.prod-toggle input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.prod-toggle .prod-toggle-box{width:15px;height:15px;border-radius:5px;border:1.5px solid var(--slate-300);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--white);transition:background var(--dur-base),border-color var(--dur-base)}.prod-toggle .prod-toggle-box svg{width:10px;height:10px;color:#fff;opacity:0;transition:opacity var(--dur-fast)}.prod-toggle.is-on{border-color:transparent;color:#fff;background:linear-gradient(120deg,var(--teal),var(--blue));box-shadow:0 4px 12px -3px color-mix(in srgb,var(--blue) 45%,transparent)}.prod-toggle.is-on .prod-toggle-box{background:#ffffff47;border-color:transparent}.prod-toggle.is-on .prod-toggle-box svg{opacity:1}.prod-active-badge{font-size:12px;padding:6px 12px}.prod-active-badge strong{color:var(--blue);font-weight:700}.prod-manage-cs{border:none;background:none;cursor:pointer;font-family:var(--font-body);font-size:12.5px;font-weight:700;color:var(--blue);display:inline-flex;align-items:center;gap:5px;padding:0;line-height:1}.prod-manage-cs .pcta-icon-mask{position:relative;top:1px}.coming-soon-flare{position:relative;overflow:hidden;display:inline-flex;align-items:center;gap:7px;padding:8px 15px;border-radius:var(--radius-pill);font-family:var(--font-body);font-size:12px;font-weight:700;letter-spacing:.01em;color:#fff;background:linear-gradient(120deg,var(--teal) 0%,var(--blue) 100%);box-shadow:0 5px 14px -4px color-mix(in srgb,var(--blue) 50%,transparent)}.coming-soon-flare img,.coming-soon-flare svg{width:14px;height:14px;display:block}.coming-soon-flare>span{display:inline-flex;align-items:center;line-height:1}.coming-soon-flare:after{content:"";position:absolute;top:0;left:-70%;width:45%;height:100%;background:linear-gradient(100deg,transparent,rgba(255,255,255,.55),transparent);transform:skew(-20deg);animation:cs-shimmer 2.8s ease-in-out infinite}@keyframes cs-shimmer{0%{left:-70%}55%,to{left:140%}}.product-card.is-coming-soon{border-color:color-mix(in srgb,var(--blue) 28%,var(--slate-200));border-top:3px solid transparent;background:linear-gradient(180deg,color-mix(in srgb,var(--blue) 6%,#fff) 0%,var(--white) 58%)}.product-hide{opacity:0;pointer-events:none;transition:opacity var(--dur-base)}.product-card:hover .product-hide,.product-card:focus-within .product-hide,.product-hide.is-shown{opacity:1;pointer-events:auto}.product-hide.is-on{background:var(--slate-500)!important;border-color:transparent!important;color:#fff!important;box-shadow:0 4px 12px -3px color-mix(in srgb,var(--slate-500) 45%,transparent)!important}.prod-request-btn{background:var(--blue-50)!important;color:var(--blue)!important;border-color:var(--blue-100)!important}.prod-request-btn:hover{background:var(--blue-100)!important;color:var(--blue)!important;border-color:var(--blue-300)!important}.prod-access-via{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:500;color:var(--text-secondary);white-space:nowrap}.prod-access-via img,.prod-access-via svg{width:14px;height:14px;flex-shrink:0;display:block}.prod-access-via>span{display:inline-flex;align-items:center;line-height:1}.prod-action-row--center{justify-content:center}.prod-action-row--end{justify-content:flex-end}@media (max-width: 1180px){.product-grid--products{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 768px){.product-grid--products{grid-template-columns:1fr}}.product-detail-page{min-height:100%}.product-hero{margin:-26px -32px 0;padding:16px 36px 0;position:relative;overflow:hidden;color:#fff;border-bottom-left-radius:var(--radius-lg)!important;border-bottom-right-radius:var(--radius-lg)!important}.product-hero--nexus{background:linear-gradient(135deg,#3d2170,#6d3bd0 55%,#9a6de0)}.product-hero--hiring-manager{background:linear-gradient(135deg,#312e81,#3730a3 55%,#6366f1)}.product-hero--resume-guard{background:linear-gradient(135deg,#7a4410,#a05c00 45%,#d97706)}.product-hero--reformatter{background:linear-gradient(135deg,#0e5a61,#1f9aa3 55%,#37c1ce)}.product-hero--nexus-sourcing{background:linear-gradient(135deg,#0f5f49,#198b6a 55%,#2fb082)}.product-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.product-hero-bubble{position:absolute;border-radius:50%}.product-hero-bubble--large{width:400px;height:400px;top:-120px;right:-80px;background:#ffffff14}.product-hero-bubble--small{width:200px;height:200px;bottom:-60px;left:-40px;background:#ffffff0d}.product-hero-identity{position:relative;z-index:1;display:flex;align-items:center;flex-wrap:wrap;gap:14px;margin-bottom:16px}.product-hero-inner{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:16px}.product-hero-brand{display:flex;align-items:center;gap:16px}.product-hero-icon{width:40px;height:40px;border-radius:11px;display:flex;align-items:center;justify-content:center;background:#ffffff29;border:1px solid rgba(255,255,255,.28);color:var(--white);box-shadow:0 8px 24px #07123826;flex-shrink:0}.product-hero-icon img{width:22px;height:22px;filter:brightness(0) invert(1)}.product-hero-title-row{display:flex;align-items:center;gap:10px}.product-hero-title{font-family:var(--font-display);font-size:22px!important;font-weight:800!important;letter-spacing:-.5px!important;line-height:1!important;color:var(--white)}.product-hero-access{flex-shrink:0;display:inline-flex;align-items:center;gap:8px;background:#fff;color:var(--blue);border:none;border-radius:10px;padding:8px 14px;font-family:var(--font-body);font-size:12.5px;font-weight:700;cursor:pointer;box-shadow:0 8px 20px -6px #07123859;transition:filter .12s,transform .12s}.product-hero-access:hover{filter:brightness(1.03);transform:translateY(-1px)}.product-hero-access:active{transform:translateY(0);filter:brightness(.97)}.product-hero-access__icon{width:14px;height:14px;display:inline-block;flex-shrink:0;background-color:currentColor;-webkit-mask-image:url(/icons/external-link-mask.svg);mask-image:url(/icons/external-link-mask.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.product-hero--nexus .product-hero-access{color:#7a45c4}.product-hero--hiring-manager .product-hero-access{color:var(--blue)}.product-hero--resume-guard .product-hero-access{color:#8a5a1f}.product-hero--reformatter .product-hero-access{color:var(--teal-700)}.product-hero--nexus-sourcing .product-hero-access{color:var(--green-700)}.product-hero-badge{background:#fff3;border:1px solid rgba(255,255,255,.3);color:var(--white)}.product-hero-desc{font-size:13px!important;color:#ffffffbf;margin-top:6px!important}.product-hero-stats{display:flex;gap:10px;align-items:stretch}.product-stat{background:#ffffff26;border:1px solid rgba(255,255,255,.2);border-radius:10px;padding:12px 16px;min-width:86px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.product-stat-label{font-size:10px!important;text-transform:uppercase;letter-spacing:.07em!important;font-weight:600!important;opacity:.6;margin-bottom:5px!important}.product-stat-value{font-size:22px!important;font-weight:700!important;line-height:1!important}.product-stat-sub{font-size:11px!important;opacity:.6;margin-top:4px!important}.product-hero-tabs{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:4px}.product-hero-tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;font:inherit;outline:none;padding:10px 13px;font-size:13px;font-weight:500;cursor:pointer;color:#ffffffa6;border-bottom:3px solid transparent;transition:all .12s;display:inline-flex;align-items:center;gap:7px}.product-hero-tab:hover{color:#fff}.product-hero-tab.is-active{color:#fff;font-weight:600;border-bottom-color:#fff;opacity:1}.product-hero-tab .tab-icon{width:15px;height:15px;flex-shrink:0}.product-detail-content{padding-top:28px}.product-tab-panel{display:flex;flex-direction:column;gap:16px;height:calc(100vh - 280px);overflow:auto}.pa-card{background:var(--white);border:1px solid var(--border-default);border-top:3px solid var(--pa-accent);border-radius:var(--radius-lg);overflow:hidden;height:100%;min-height:0;display:flex;flex-direction:column;--pa-accent: var(--blue)}.pa-card--nexus{--pa-accent: #7a45c4}.pa-card--hiring-manager{--pa-accent: var(--blue)}.pa-card--resume-guard{--pa-accent: #8a5a1f}.pa-card--reformatter{--pa-accent: var(--teal-700)}.pa-card--nexus-sourcing{--pa-accent: var(--green-700)}.pa-card-header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;background:color-mix(in srgb,var(--pa-accent) 4%,#fff);border-bottom:1px solid color-mix(in srgb,var(--pa-accent) 10%,#fff);flex-shrink:0}.pa-card-title-group{display:flex;align-items:center;gap:10px}.pa-title-chip{width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--pa-accent) 12%,#fff);color:var(--pa-accent)}.pa-badge{display:inline-block;background:color-mix(in srgb,var(--pa-accent) 12%,#fff);color:var(--pa-accent);border:1px solid color-mix(in srgb,var(--pa-accent) 22%,#fff);font-size:12px;font-weight:500;padding:4px 10px;border-radius:20px}.pa-card-body{padding:16px 20px;display:flex;flex-direction:column;gap:8px;flex:1;min-height:0;overflow:auto}.pa-info{font-size:12px;color:var(--text-muted);margin-bottom:4px;line-height:1.5}.pa-loading,.pa-error,.pa-empty{padding:24px;text-align:center;color:var(--text-muted);font-size:13px}.pa-error{display:flex;flex-direction:column;align-items:center;gap:10px}.pa-error-text{color:var(--danger)}.pa-user-row{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-radius:8px;cursor:pointer;transition:background var(--dur-fast),border-color var(--dur-fast);background:var(--white);border:1px solid var(--border-default)}.pa-user-row:hover{background:color-mix(in srgb,var(--pa-accent) 5%,#fff)}.pa-user-row.is-enabled{background:color-mix(in srgb,var(--pa-accent) 9%,#fff);border-color:color-mix(in srgb,var(--pa-accent) 45%,#fff)}.pa-user-left{display:flex;align-items:center;gap:10px;min-width:0}.pa-avatar{width:30px;height:30px;border-radius:50%;font-size:11px;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--white)}.pa-avatar--0{background:linear-gradient(135deg,#6366f1,#818cf8)}.pa-avatar--1{background:linear-gradient(135deg,#0ea5a0,#5eead4)}.pa-avatar--2{background:linear-gradient(135deg,#f59e0b,#fcd34d)}.pa-avatar--3{background:linear-gradient(135deg,#ef4444,#fca5a5)}.pa-avatar--4{background:linear-gradient(135deg,#7a45c4,#a78bfa)}.pa-user-info{min-width:0}.pa-user-name{font-size:13px;font-weight:600;color:var(--blue);cursor:pointer;width:fit-content}.pa-user-name:hover{text-decoration:underline}.pa-user-email{font-size:12px;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pa-toggle{width:16px;height:16px;accent-color:var(--pa-accent);cursor:pointer;flex-shrink:0}.two-col-eq{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.product-card-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.product-card-actions input,.product-card-actions select{padding:7px 10px;border:1px solid #e2e4e9;border-radius:8px;font-size:12px;color:#374151;background:#fff}.info-box{background:var(--teal-50);border:1px solid var(--teal-200);border-radius:var(--radius-md);padding:12px 14px;font-size:12px;color:var(--teal-700);line-height:1.5;font-family:var(--font-body)}.product-team-grid,.product-template-grid,.product-integration-grid{display:grid;gap:14px}.product-team-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-template-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:16px}.template-card{background:var(--white);border:1px solid var(--slate-200);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-card);transition:transform var(--dur-slow),box-shadow var(--dur-slow),border-color var(--dur-slow);cursor:pointer;display:flex;flex-direction:column}.template-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-card-hover);border-color:var(--blue-100)}.template-thumb{position:relative;background:linear-gradient(160deg,#6c7590,#5a6280);padding:22px 24px 0;display:flex;align-items:flex-start;justify-content:center;height:172px;overflow:hidden;cursor:pointer}.template-foot{position:relative;z-index:2;display:flex;align-items:center;gap:10px;padding:12px 14px;margin-top:-26px;background:var(--white);box-shadow:0 -5px 14px #0712381a}.product-template-foot-label{flex:1;min-width:0;font-size:13px;font-weight:500;color:var(--text-strong);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tpl-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:32px}.template-card__accent{display:block;width:100%;height:3px;background:var(--team, transparent)}.template-card--selected{border-color:var(--teal-700, #0b7a6e);box-shadow:0 0 0 2px color-mix(in srgb,var(--teal-700, #0b7a6e) 40%,#fff)}.tpl-check{width:15px;height:15px;accent-color:var(--blue);flex-shrink:0;cursor:pointer}.template-foot{cursor:pointer}.tpl-hover{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:22px;background:#07123880;opacity:0;transition:opacity .12s ease}.template-card:hover .tpl-hover,.template-thumb:focus-within .tpl-hover{opacity:1}.tpl-configure{display:inline-flex;align-items:center;justify-content:center;gap:7px;width:120px;box-sizing:border-box;background:#ffffff14;color:#fff;border:1px solid rgba(255,255,255,.4);border-radius:9px;padding:8px 16px;font-family:var(--font-body);font-size:12.5px;font-weight:700;cursor:pointer;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transition:background .12s}.tpl-configure:hover{background:#ffffff2e}.tpl-configure:active{transform:translateY(1px);filter:brightness(.95)}.tpl-configure__i{width:15px;height:15px;display:inline-block;background-color:currentColor;-webkit-mask:url(/icons/settings-mask.svg) no-repeat center;mask:url(/icons/settings-mask.svg) no-repeat center;-webkit-mask-size:contain;mask-size:contain}.tpl-quick-actions{display:flex;align-items:center;justify-content:center;gap:15px}.tpl-qa{position:relative;width:30px;height:30px;border:none;border-radius:8px;background:#ffffffeb;color:var(--text-secondary, #6b7094);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #07123833;transition:background .12s,color .12s}.tpl-qa img{display:block}.tpl-qa:hover{background:#fff;color:var(--text-strong)}.tpl-qa:active{transform:translateY(1px)}.tpl-qa--blue,.tpl-qa--blue:hover{color:var(--blue)}.tpl-qa--danger,.tpl-qa--danger:hover{color:var(--danger, #dc2626)}.tpl-qa[data-tip]:after{content:attr(data-tip);position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background:var(--navy, #071238);color:#fff;font-family:var(--font-body);font-size:10.5px;font-weight:600;padding:4px 8px;border-radius:6px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .12s ease;box-shadow:0 8px 24px #0712382e;z-index:5}.tpl-qa[data-tip]:hover:after{opacity:1}.artm-overlay .artm-card{--artm-accent: var(--blue);--artm-cta-text: #fff;width:480px;max-width:95%;overflow:visible;background:var(--white);border-radius:var(--radius-xl, 16px);box-shadow:0 24px 60px #07123847;display:flex;flex-direction:column;align-items:stretch;text-align:left}.artm-overlay .artm-card.artm--coversheet{--artm-accent: #0b5f67}.artm-overlay .artm-card.artm--termsheet{--artm-accent: #54cedc;--artm-cta-text: var(--navy, #071238)}.artm-header{display:flex;align-items:center;justify-content:space-between;padding:20px 22px;background:color-mix(in srgb,var(--artm-accent) 7%,#fff);border-bottom:1px solid color-mix(in srgb,var(--artm-accent) 18%,#fff);border-top-left-radius:var(--radius-xl, 16px);border-top-right-radius:var(--radius-xl, 16px)}.artm-title-group{display:flex;align-items:center;gap:10px}.artm-chip{width:28px;height:28px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background:color-mix(in srgb,var(--artm-accent) 14%,#fff);color:var(--artm-accent)}.artm-chip__i{width:15px;height:15px;display:inline-block;background-color:currentColor;-webkit-mask:url(/icons/plus-mask.svg) no-repeat center;mask:url(/icons/plus-mask.svg) no-repeat center;-webkit-mask-size:contain;mask-size:contain}.artm-title{font-family:var(--font-display);font-size:18px;font-weight:800;color:var(--text-strong);letter-spacing:-.02em}.artm-close{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;cursor:pointer;font-size:18px;line-height:1;color:var(--text-muted);padding:2px 4px}.artm-body{padding:20px 22px;display:flex;flex-direction:column;gap:16px}.artm-drop{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;padding:28px 20px;cursor:pointer;border:1.5px dashed var(--slate-300, #cbd0dd);border-radius:var(--radius-md, 8px);background:#fafbfb;transition:border-color .12s,background .12s}.artm-drop.is-filled{border-color:var(--artm-accent);background:color-mix(in srgb,var(--artm-accent) 5%,#fff)}.artm-drop.is-dragover{border-color:var(--artm-accent);background:color-mix(in srgb,var(--artm-accent) 10%,#fff)}.artm-drop__input{display:none}.artm-drop__icon{width:40px;height:40px;border-radius:11px;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--artm-accent) 12%,#fff);color:var(--artm-accent)}.artm-drop__icon-i{width:20px;height:20px;display:inline-block;background-color:currentColor;-webkit-mask:url(/icons/upload-cloud-mask.svg) no-repeat center;mask:url(/icons/upload-cloud-mask.svg) no-repeat center;-webkit-mask-size:contain;mask-size:contain}.artm-drop__hint{font-size:13px;color:var(--text-body)}.artm-drop__hint strong{color:var(--artm-accent)}.artm-drop__file{font-size:13px;font-weight:700;color:var(--text-strong);word-break:break-all}.artm-drop__fmt{font-size:11px;color:var(--text-muted)}.artm-drop__files{display:flex;flex-direction:column;gap:8px;width:100%}.artm-drop__count{font-size:12px;font-weight:600;color:var(--text-secondary);text-align:center}.artm-drop__notice{font-size:11px;color:var(--text-muted);text-align:center;font-style:italic}.artm-drop__list{display:flex;flex-direction:column;gap:6px;max-height:120px;overflow-y:auto;width:100%}.artm-drop__file-item{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 12px;background:var(--slate-50, #f8fafc);border:1px solid var(--slate-200, #e2e8f0);border-radius:var(--radius-sm, 6px);transition:background-color .2s,border-color .2s}.artm-drop__file-item:hover{background-color:var(--slate-100, #f1f5f9);border-color:var(--slate-300, #cbd5e1)}.artm-drop__file-name{flex:1;font-size:12px;font-weight:600;color:var(--text-strong);word-break:break-all;line-height:1.4}.artm-drop__file-size{font-size:11px;color:var(--text-muted);flex-shrink:0}.artm-drop__file-remove{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;cursor:pointer;font-size:16px;line-height:1;color:var(--text-muted);padding:2px 6px;border-radius:4px;transition:color .2s,background-color .2s}.artm-drop__file-remove:hover:not(:disabled){color:var(--danger, #dc2626);background-color:var(--danger-tint, #fef2f2)}.artm-drop__file-remove:disabled{opacity:.4;cursor:not-allowed}.artm-drop__progress{font-size:12px;font-weight:600;color:var(--artm-accent);text-align:center;margin-top:4px}.artm-note{display:flex;gap:9px;font-size:11.5px;color:var(--text-secondary);line-height:1.5;background:color-mix(in srgb,#c4781c 8%,#fff);border:1px solid color-mix(in srgb,#c4781c 24%,#fff);border-radius:var(--radius-md, 8px);padding:10px 12px}.artm-note img{flex-shrink:0;margin-top:1px}.artm-note strong{color:var(--text-body);font-weight:700}.artm-note__i{width:15px;height:15px;display:inline-block;flex-shrink:0;margin-top:1px;background-color:#c4781c;-webkit-mask:url(/icons/warning-triangle-mask.svg) no-repeat center;mask:url(/icons/warning-triangle-mask.svg) no-repeat center;-webkit-mask-size:contain;mask-size:contain}.artm-field__label{display:block;margin-bottom:5px;font-size:12px;font-weight:600;color:var(--text-secondary)}.artm-overlay .artm-team-dd{width:100%;display:block}.artm-overlay .artm-team-dd .rft-group-dd__trigger{height:auto;padding:9px 12px}.artm-error{font-size:12px;color:var(--danger, #dc2626)}.artm-footer{padding:16px 22px 20px;border-top:1px solid var(--slate-100);display:flex;justify-content:flex-end;gap:10px}.artm-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;padding:10px 16px;border-radius:var(--radius-md, 8px);font-family:var(--font-body);font-size:13px;font-weight:700;display:inline-flex;align-items:center;gap:6px}.artm-btn--cancel{border:1px solid var(--slate-200);background:#fff;color:var(--text-strong)}.artm-btn--cta{border:none;background:var(--artm-accent);color:var(--artm-cta-text)}.artm-btn--cta:disabled{opacity:.5;cursor:not-allowed}.artm-btn__i{width:14px;height:14px;display:inline-block;background-color:currentColor;-webkit-mask:url(/icons/plus-mask.svg) no-repeat center;mask:url(/icons/plus-mask.svg) no-repeat center;-webkit-mask-size:contain;mask-size:contain}.product-template-foot-accent{height:3px}.product-template-foot-accent--blue{background:var(--blue)}.product-template-foot-accent--teal{background:var(--teal)}.product-template-foot-accent--purple{background:var(--purple)}.product-integration-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-tool-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.product-tool-card{border-color:#eaecf0;border-radius:14px;overflow:hidden}.product-tool-card__top,.product-tool-card__status,.product-tool-card__benefit{display:flex;gap:12px}.product-tool-card__top{align-items:flex-start;justify-content:space-between;margin-bottom:14px}.product-tool-card__lead{display:flex;align-items:flex-start;gap:14px;min-width:0}.product-tool-card__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.product-tool-card__top .product-tool-card__header{flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:6px}.product-tool-card__icon{width:52px;height:52px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:800;letter-spacing:-.03em;flex-shrink:0}.product-tool-card__launch{width:14px;height:14px;flex-shrink:0;margin-top:4px;stroke:#9ca3af;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.product-tool-card__launch path{vector-effect:non-scaling-stroke}.product-tool-card__title{font-family:var(--font-display);font-size:16px!important;font-weight:700!important;color:var(--navy);letter-spacing:-.02em}.product-tool-card__copy{font-family:var(--font-body);font-size:13px!important;color:var(--text-primary);margin:10px 0 14px!important;line-height:1.6!important}.product-tool-card__top .product-tool-card__copy{margin:0!important}.product-tool-card__status{margin-top:18px;padding-top:16px;border-top:1px solid #f3f4f6;flex-direction:column;align-items:flex-start;justify-content:flex-start}.product-tool-card__status-row{display:flex;align-items:center;gap:6px;margin-bottom:10px}.product-tool-card__status-dot{width:8px;height:8px;border-radius:999px;background:#d1d5db}.product-tool-card__footer{display:flex;align-items:center;gap:12px;margin-top:16px;justify-content:flex-start}.product-tool-card__status-value{font-size:13px!important;font-weight:500!important;color:#6b7280}.product-tool-card__status-copy{font-size:13px!important;color:#374151;line-height:1.6!important;margin-bottom:14px!important}.product-tool-card__benefits{margin:18px -20px -20px;padding:18px 24px}.product-tool-card__benefits-title{font-size:13px!important;font-weight:700!important;color:#0f1117;margin-bottom:12px!important}.product-tool-card__benefit-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.product-tool-card__benefit{display:flex;align-items:flex-start;width:100%}.product-tool-card__benefit-index{width:18px;height:18px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0}.product-tool-card__benefit-text{display:flex;flex-direction:column;gap:4px;width:100%}.product-tool-card__benefit-title{font-size:12px!important;font-weight:600!important}.product-tool-card__benefit-copy{font-size:11px!important;color:#374151;line-height:1.5!important}.product-tool-card--teal{border-color:#eaecf0}.product-tool-card--teal .product-tool-card__icon,.product-tool-card--teal .product-tool-card__benefit-index{background:#0ea5a0;color:#fff}.product-tool-card--teal .product-tool-card__benefits{background:linear-gradient(135deg,#f0fdfa,#e8f9f7);border-top:1px solid #e8f9f7}.product-tool-card--teal .product-tool-card__benefits-title,.product-tool-card--teal .product-tool-card__benefit-title{color:#0f766e}.product-tool-card--violet{border-color:#eaecf0}.product-tool-card--violet .product-tool-card__icon,.product-tool-card--violet .product-tool-card__benefit-index{background:#7c3aed;color:#fff}.product-tool-card--violet .product-tool-card__benefits{background:linear-gradient(135deg,#f5f3ff,#ede9fe);border-top:1px solid #ede9fe}.product-tool-card--violet .product-tool-card__benefits-title,.product-tool-card--violet .product-tool-card__benefit-title{color:#5b21b6}.product-team-title{display:flex;align-items:center;gap:8px}.product-team-dot{width:10px;height:10px;border-radius:50%}.product-team-dot--team-1{background:#6366f1}.product-team-dot--team-2{background:#0ea5a0}.product-team-dot--team-3{background:#a05c00}.product-team-dot--hm-team-1{background:#3d3dff}.product-team-dot--rg-team-1{background:#3d3dff}.product-team-dot--rg-team-2{background:#1a7a42}.product-team-header-actions{display:flex;align-items:center;gap:6px}.product-section-label,.product-section-heading{font-family:var(--font-body);font-size:11px!important;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em!important;margin-bottom:10px!important;font-weight:600!important}.product-section-heading{font-family:var(--font-display);font-size:15px!important;text-transform:none;color:var(--navy);letter-spacing:0!important;margin-bottom:14px!important}.product-toggle-list{display:flex;flex-direction:column}.toggle-wrap{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid #f3f4f6}.toggle-wrap:last-child{border-bottom:none}.toggle-label{font-family:var(--font-body);font-size:13px;font-weight:600;color:var(--text-body)}.toggle-sub{font-size:12px;color:var(--text-secondary);line-height:1.5;margin-top:2px}.toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;width:38px;height:22px;border-radius:11px;position:relative;cursor:pointer;transition:background var(--dur-base);background:var(--slate-200);flex-shrink:0}.toggle:after{content:"";position:absolute;width:16px;height:16px;background:var(--white);border-radius:50%;top:3px;left:3px;transition:left var(--dur-base);box-shadow:0 1px 3px #0003}.toggle.on{background:var(--brand-gradient)}.toggle.on:after{left:19px}.product-members{border-top:1px solid #f0f0f4;margin-top:12px;padding-top:12px}.product-member-stack{display:flex;flex-wrap:wrap;gap:6px}.product-member-chip{min-width:26px;height:26px;border-radius:50%;background:#ede9fe;color:#5b21b6;border:2px solid #fff;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:700}.product-member-chip.summary{background:#f0f0f4;color:#9b9bac}.product-actions-row{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.product-actions-row--end{justify-content:flex-end}.product-team-grid--hm{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:16px}.product-team-grid--hm .product-team-card{height:100%;margin-bottom:0;display:flex;flex-direction:column}.product-team-grid--hm .product-member-stack{display:flex;gap:0}.product-team-grid--hm .product-member-chip{margin-right:-6px}.product-team-grid--hm .product-member-chip.summary{margin-right:0}.product-team-placeholder-card{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:100%;border:2px dashed #e2e4e9;border-radius:12px;background:#fafbfc;color:#9ca3af;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;cursor:pointer;font:inherit;outline:none}.product-team-placeholder-card__icon{width:32px;height:32px;border-radius:999px;border:1.5px solid currentColor;display:flex;align-items:center;justify-content:center;font-size:22px;line-height:1}.product-team-placeholder-card__label{font-size:13px;font-weight:500}.product-template-card{cursor:pointer}.product-template-body{padding:0}.product-template-preview{height:100px;display:flex;align-items:center;justify-content:center}.product-template-preview--indigo{background:#e8eaff}.product-template-preview--amber{background:#fff4e0}.product-template-preview--green{background:#e6f7ee}.product-template-preview--violet{background:#f3eeff}.product-template-preview--pink{background:#fde8f5}.product-template-preview--slate{background:#e0e7ff}.product-template-preview--gold{background:#fef3c7}.product-template-preview--teal-soft{background:linear-gradient(135deg,#f0fdfa,#e8f9f7)}.product-template-sheet{width:68px;height:84px;background:#fff;border-radius:6px;box-shadow:0 2px 12px #0000001a;display:flex;flex-direction:column;padding:8px 6px;gap:3px}.product-template-line{height:3px;background:#e8e9ec;border-radius:1px}.product-template-line.product-template-line--strong{height:6px;width:80%;border-radius:2px}.product-template-line.product-template-line--short{width:70%}.product-template-line--indigo{background:#3d3dff}.product-template-line--amber{background:#a05c00}.product-template-line--green{background:#1a7a42}.product-template-line--violet{background:#6122c8}.product-template-line--pink{background:#9c1d6e}.product-template-line--slate{background:#3730a3}.product-template-line--gold{background:#78350f}.product-template-line--teal{background:#0ea5a0}.product-template-copy{padding:12px 14px 14px}.product-template-title{font-size:13px!important;font-weight:600!important;color:#0f1117;margin-bottom:3px!important}.product-template-subtitle{font-size:11px!important;color:#9ca3af;margin-bottom:10px!important}.product-template-footer{display:flex;align-items:center;justify-content:space-between;gap:10px}.pill-row{display:flex;flex-wrap:wrap;gap:4px}.pill{display:inline-flex;align-items:center;padding:2px 9px;border:1px solid #e5e7eb;border-radius:20px;font-size:11px;color:#4b5563;background:#f9fafb;font-weight:500}.pill-unassigned{color:#0f766e;background:#f0fdfa;border-color:#99f6e4}.product-checkbox-row{display:inline-flex;align-items:center;gap:7px;font-size:13px;color:#374151}.product-template-controls{display:flex;align-items:flex-end;gap:12px;margin-bottom:20px;flex-wrap:wrap}.product-template-filter{display:flex;flex-direction:column;gap:5px}.product-template-label{font-size:11px;font-weight:600;color:var(--blue);margin-bottom:5px}.product-template-select{min-width:150px;padding:8px 12px;border:1px solid var(--border-default);border-radius:6px;font-size:13px;background:var(--white);color:var(--text-primary)}.product-template-select--wide{min-width:160px}.product-template-btn-icon{display:flex;align-items:center;gap:8px}.product-template-btn-icon svg{flex-shrink:0}.product-template-btn-primary{margin-left:auto}.product-template-spacer{flex:1}.product-template-checkbox{width:15px;height:15px;accent-color:var(--blue);flex-shrink:0;cursor:pointer}.product-template-name{font-size:13px;font-weight:500;color:var(--navy);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.product-template-accent{height:3px;background:var(--slate-200)}.product-template-accent.product-template-line--indigo{background:var(--blue)}.product-template-accent.product-template-line--amber{background:#a05c00}.product-template-accent.product-template-line--green{background:var(--green-700)}.product-template-accent.product-template-line--violet{background:#6122c8}.product-template-accent.product-template-line--pink{background:#9c1d6e}.product-template-accent.product-template-line--slate{background:#3730a3}.product-template-accent.product-template-line--gold{background:#78350f}.product-template-accent.product-template-line--teal{background:var(--teal)}.product-analytics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.product-analytics-grid--six{grid-template-columns:repeat(6,minmax(0,1fr))}.product-analytics-stat{background:#fff;border:1px solid #eaecf0;border-radius:12px;padding:18px}.product-analytics-stat-value{font-size:24px!important;font-weight:700!important;color:#0f1117;margin-bottom:6px!important}.product-analytics-stat-label,.product-analytics-stat-sub{font-size:12px!important;color:#6b7280;line-height:1.5!important}.product-analytics-stat-sub{margin-top:4px!important}.product-donut-layout{display:flex;align-items:center;justify-content:center;gap:28px;min-height:180px}.product-donut-shell{width:150px;height:150px;border-radius:50%;background:conic-gradient(#6366f1 0,#6366f1 33%,#37c1ce 33%,#37c1ce 60%,#1e2a78 60%,#1e2a78 82%,#0f766e 82%,#0f766e);position:relative}.product-donut-shell:after{content:"";position:absolute;top:24px;right:24px;bottom:24px;left:24px;border-radius:50%;background:#fff}.product-donut-legend{display:flex;flex-direction:column;gap:8px}.product-donut-legend-row,.product-legend-dot-row{display:flex;align-items:center;gap:8px;font-size:13px}.product-donut-legend-row{justify-content:space-between;gap:14px}.product-donut-percent{font-weight:600;color:#0f1117}.product-legend-dot{width:11px;height:11px;border-radius:3px}.product-legend-dot--indigo{background:#6366f1}.product-legend-dot--cyan{background:#37c1ce}.product-legend-dot--navy{background:#1e2a78}.product-legend-dot--teal{background:#0f766e}.product-legend-dot--violet-soft{background:#818cf8}.product-legend-dot--mint{background:#5eead4}.product-chart-card .card-body{padding:20px}.product-chart-placeholder{display:flex;flex-direction:column;gap:18px}.product-chart-bars{display:flex;align-items:flex-end;gap:12px;min-height:240px;padding-top:12px}.product-chart-bar-group{flex:1;display:flex;align-items:flex-end;gap:3px;height:220px}.product-chart-bar{width:10px;border-radius:4px 4px 0 0}.product-chart-bar--primary{background:#6366f1}.product-chart-bar--secondary{background:#37c1ce}.product-chart-bar--tertiary{background:#1e2a78}.product-chart-bar-group--1 .product-chart-bar--primary{height:44%}.product-chart-bar-group--1 .product-chart-bar--secondary{height:26%}.product-chart-bar-group--1 .product-chart-bar--tertiary{height:10%}.product-chart-bar-group--2 .product-chart-bar--primary{height:58%}.product-chart-bar-group--2 .product-chart-bar--secondary{height:40%}.product-chart-bar-group--2 .product-chart-bar--tertiary{height:24%}.product-chart-bar-group--3 .product-chart-bar--primary{height:72%}.product-chart-bar-group--3 .product-chart-bar--secondary{height:54%}.product-chart-bar-group--3 .product-chart-bar--tertiary{height:38%}.product-chart-bar-group--4 .product-chart-bar--primary{height:55%}.product-chart-bar-group--4 .product-chart-bar--secondary{height:37%}.product-chart-bar-group--4 .product-chart-bar--tertiary{height:21%}.product-chart-bar-group--5 .product-chart-bar--primary{height:76%}.product-chart-bar-group--5 .product-chart-bar--secondary{height:58%}.product-chart-bar-group--5 .product-chart-bar--tertiary,.product-chart-bar-group--6 .product-chart-bar--primary{height:42%}.product-chart-bar-group--6 .product-chart-bar--secondary{height:24%}.product-chart-bar-group--6 .product-chart-bar--tertiary{height:10%}.product-chart-bar-group--7 .product-chart-bar--primary{height:64%}.product-chart-bar-group--7 .product-chart-bar--secondary{height:46%}.product-chart-bar-group--7 .product-chart-bar--tertiary{height:30%}.product-chart-bar-group--8 .product-chart-bar--primary{height:53%}.product-chart-bar-group--8 .product-chart-bar--secondary{height:35%}.product-chart-bar-group--8 .product-chart-bar--tertiary{height:19%}.product-chart-bar-group--9 .product-chart-bar--primary{height:79%}.product-chart-bar-group--9 .product-chart-bar--secondary{height:61%}.product-chart-bar-group--9 .product-chart-bar--tertiary{height:45%}.product-chart-bar-group--10 .product-chart-bar--primary{height:59%}.product-chart-bar-group--10 .product-chart-bar--secondary{height:41%}.product-chart-bar-group--10 .product-chart-bar--tertiary{height:25%}.product-chart-bar-group--11 .product-chart-bar--primary{height:81%}.product-chart-bar-group--11 .product-chart-bar--secondary{height:63%}.product-chart-bar-group--11 .product-chart-bar--tertiary{height:47%}.product-chart-bar-group--12 .product-chart-bar--primary{height:67%}.product-chart-bar-group--12 .product-chart-bar--secondary{height:49%}.product-chart-bar-group--12 .product-chart-bar--tertiary{height:33%}.product-chart-legend{display:flex;gap:18px;justify-content:center;flex-wrap:wrap;font-size:12px;color:#6b7280}.product-integration-list{display:flex;flex-direction:column}.product-integration-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid #f3f4f6}.product-integration-row:last-child{border-bottom:none}.product-integration-name,.product-integration-brand{font-size:13px!important;font-weight:600!important;color:#0f1117;margin-bottom:4px!important}.product-integration-desc{font-size:12px!important;color:#6b7280}.product-integration-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.product-integration-actions--stacked{justify-content:space-between}.product-toggle-sections{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.product-toggle-section{border:1px solid #eaecf0;border-radius:12px;padding:16px}.nexus-package-grid{display:grid;grid-template-columns:minmax(180px,1.4fr) repeat(3,minmax(0,1fr));border:1px solid #e8e9ec;border-radius:10px;overflow:hidden}.nexus-package-col{border-right:1px solid #e8e9ec}.nexus-package-col:last-child{border-right:none}.nexus-package-header{height:52px;padding:0 20px;display:flex;align-items:center;justify-content:center;background:#fafafa;border-bottom:1px solid #e8e9ec;font-size:13px;font-weight:600;color:#1a1a2e}.nexus-package-col--feature .nexus-package-header{justify-content:flex-start}.nexus-package-group{padding:8px 20px 4px;font-size:10px;color:#9ca3af;text-transform:uppercase;letter-spacing:.06em;background:#f4f5f7;border-bottom:1px solid #f0f0f4}.nexus-package-group--spacer{height:33px}.nexus-package-cell{padding:11px 20px;border-bottom:1px solid #f0f0f4;font-size:13px}.nexus-package-cell.nexus-package-cell--toggle{display:flex;justify-content:center;align-items:center;padding:9px}.nexus-integration-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:20px;align-items:start}.nexus-integration-groups{display:flex;flex-direction:column;gap:18px}.nexus-integration-group{display:flex;flex-direction:column;gap:10px}.nexus-integration-group__label{font-size:11px!important;font-weight:700!important;text-transform:uppercase;letter-spacing:.08em!important;color:#98a2b3}.nexus-integration-group__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.nexus-integration-card{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;min-width:0;border:1.5px solid #eaecf0;border-radius:10px;background:#fff;padding:12px 14px;text-align:left;cursor:pointer;transition:border-color .15s,box-shadow .15s,transform .15s;font:inherit;outline:none}.nexus-integration-card:hover{border-color:#cbd5e1;box-shadow:0 6px 18px #0f172a0d}.nexus-integration-card.active{border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed14}.nexus-integration-card__content{display:flex;flex-direction:column;gap:8px}.nexus-integration-card__title-row{display:flex;align-items:center;gap:8px;margin-bottom:6px}.nexus-integration-card__icon{width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:800;flex-shrink:0}.nexus-integration-card__name{font-size:14px;font-weight:600;color:#0f1117}.nexus-integration-card__status-badge{margin-left:auto;font-size:10px;font-weight:600;background:#dcfce7;color:#15803d;padding:2px 7px;border-radius:20px}.nexus-integration-card__helper{font-size:11px!important;line-height:1.4!important;color:#9ca3af}.nexus-integration-card__tags{display:flex;flex-wrap:wrap;gap:4px;margin-top:6px}.nexus-integration-card__tag{font-size:10px;border:1px solid #e5e7eb;border-radius:20px;padding:2px 7px;color:#6b7280}.nexus-integration-card__icon--reformatter{background:#e6f7ee;color:#065f46}.nexus-integration-card__icon--resume-guard{background:#e8eaff;color:#3d3dff}.nexus-integration-card__icon--bullhorn{background:#f97316;color:#fff}.nexus-integration-card__icon--jobadder{background:#3b82f6;color:#fff}.nexus-integration-card__icon--salesforce{background:#0ea5e9;color:#fff}.nexus-integration-card__icon--vincere,.nexus-integration-card__icon--mercury{background:#1f2937;color:#fff}.nexus-integration-card__icon--lever{background:#8b5cf6;color:#fff}.nexus-integration-panel{position:sticky;top:0;min-height:340px}.nexus-integration-empty,.nexus-integration-form{display:flex;flex-direction:column;height:100%}.nexus-integration-empty{align-items:center;justify-content:center;text-align:center;min-height:300px;gap:12px}.nexus-integration-empty__device{width:36px;height:26px;border:1.5px solid #d1d5db;border-radius:4px;position:relative;display:flex;align-items:center;justify-content:center}.nexus-integration-empty__device:after{content:"";position:absolute;bottom:-5px;width:12px;height:1.5px;background:#d1d5db;border-radius:999px}.nexus-integration-empty__screen{width:20px;height:10px;border-radius:2px;background:#f3f4f6}.nexus-integration-empty__plain{font-size:13px!important;color:#9ca3af}.nexus-integration-form__flow{display:flex;flex-direction:column;align-items:center;gap:10px;margin-bottom:20px}.nexus-integration-form__pill{display:flex;align-items:center;justify-content:center;width:120px;height:48px;border-radius:28px;border:2.5px solid;background:#fff;font-size:13px;font-weight:700}.nexus-integration-form__pill--nexus{border-color:#818cf8;color:#5473e8}.nexus-integration-form__pill--reformatter{border-color:#065f46;color:#065f46}.nexus-integration-form__pill--resume-guard{border-color:#3d3dff;color:#3d3dff}.nexus-integration-form__pill--bullhorn{border-color:#f97316;color:#f97316}.nexus-integration-form__pill--jobadder{border-color:#3b82f6;color:#3b82f6}.nexus-integration-form__pill--salesforce{border-color:#0ea5e9;color:#0ea5e9}.nexus-integration-form__pill--vincere,.nexus-integration-form__pill--mercury{border-color:#1f2937;color:#1f2937}.nexus-integration-form__pill--lever{border-color:#8b5cf6;color:#8b5cf6}.nexus-integration-form__arrow{width:24px;height:14px;position:relative}.nexus-integration-form__arrow:before,.nexus-integration-form__arrow:after{content:"";position:absolute;top:6px;height:2px;background:#9ca3af}.nexus-integration-form__arrow:before{left:0;right:0}.nexus-integration-form__arrow:after{right:0;width:8px;transform:rotate(45deg);transform-origin:right center}.nexus-integration-form__status{font-size:12px!important;color:#9ca3af;text-align:center;margin-bottom:20px!important}.nexus-integration-form__copy{font-size:13px!important;line-height:1.6!important;color:#6b7280;margin:0 0 16px!important}.nexus-integration-form__copy--center{text-align:center}.nexus-integration-form__fields{display:flex;flex-direction:column;gap:14px}.nexus-integration-form__fields--grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.nexus-integration-field{display:flex;flex-direction:column}.nexus-integration-field input,.nexus-integration-field select{width:100%;border:1px solid #dde1f0;border-radius:8px;background:#f4f6fb;padding:9px 12px;font-size:13px;color:#111827;outline:none}.nexus-integration-field input:focus,.nexus-integration-field select:focus{border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed14}.nexus-integration-field--full{grid-column:1/-1}.nexus-integration-form__actions{margin-top:16px}.nexus-integration-form__actions--center{display:flex;justify-content:center}.nexus-integration-form__cta{min-width:180px}.nexus-integration-form__cta--indigo{background:#4f46e5}.product-team-dot--rf-team-1{background:#3d3dff}.product-team-dot--rf-team-2{background:#1a7a42}.product-team-dot--rf-team-3{background:#a05c00}.card-body--no-padding{padding:0}.settings-matrix{width:100%;border-collapse:collapse}.settings-matrix th{text-align:left;padding:12px 20px;border-bottom:1px solid var(--slate-200);font-size:11px;font-weight:600;color:var(--text-muted);background:#fff}.settings-matrix td{padding:13px 20px;border-bottom:1px solid var(--slate-100);vertical-align:middle}.settings-matrix__center{text-align:center}.settings-section-row{background:var(--slate-100)}.settings-section-row__cell{background:var(--slate-100);font-weight:600;font-size:10px;color:var(--text-muted);text-transform:uppercase;padding:7px 20px}.settings-feature-name{font-weight:500;color:var(--text-primary)}.settings-feature-category{color:var(--text-body)}.settings-check-icon{display:inline-block}.settings-matrix-center-cell{text-align:center}.reformatter-features-card{margin-bottom:0}.reformatter-features-card .card-header{padding:16px 20px}.reformatter-features-card .card-title{font-size:14px;font-weight:600;color:var(--navy)}.reformatter-features-card__body{padding:0}.reformatter-features-table{width:100%;border-collapse:collapse}.reformatter-features-table__header{padding:12px 20px;border-bottom:1px solid var(--slate-200);text-align:left;font-size:11px;font-weight:600;color:var(--text-muted);background:var(--white)}.reformatter-features-table__header--center{text-align:center}.reformatter-features-table__section-row{background:var(--slate-100)}.reformatter-features-table__section-cell{padding:7px 20px;background:var(--slate-100);font-size:10px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.01em}.reformatter-features-table__name-cell,.reformatter-features-table__category-cell,.reformatter-features-table__center-cell{padding:13px 20px;border-bottom:1px solid var(--slate-100);vertical-align:middle}.reformatter-features-table__name-cell{font-size:13px;font-weight:500;color:var(--text-primary)}.reformatter-features-table__category-cell{color:var(--text-body)}.reformatter-features-table__center-cell{text-align:center}.reformatter-features-table__toggle-cell .toggle,.reformatter-feature-check{display:inline-block;vertical-align:middle}.reformatter-integrations-list{display:flex;gap:20px}.rf-integrations-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:start}.rf-integrations-left__grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.rf-integrations-group{margin-bottom:16px}.rf-integrations-group:last-child{margin-bottom:0}.rf-integrations-group__label{font-size:10px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.07em;margin-bottom:8px}.rf-integrations-lock-note{margin-bottom:12px;padding:10px 12px;border:1px solid var(--border-default);border-radius:var(--radius-md);background:var(--slate-50, #f8fafc);font-size:12.5px;line-height:1.5;color:var(--text-secondary)}.rf-int-card{display:block;width:100%;text-align:left;cursor:pointer;border:1.5px solid var(--border-default);background:#fff;border-radius:var(--radius-md);padding:12px 14px;font-family:var(--font-body);transition:border-color var(--dur-fast),background var(--dur-fast)}.rf-int-card:hover{border-color:var(--slate-300)}.rf-int-card--active{border-color:var(--teal);background:var(--teal-50)}.rf-int-card--locked{opacity:.45;cursor:not-allowed;background:var(--slate-50, #f8fafc)}.rf-int-card--locked:hover{border-color:var(--border-default)}.rf-int-card__head{display:flex;align-items:center;gap:8px;margin-bottom:6px}.rf-int-card__badge{width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:800;color:#fff;flex-shrink:0}.rf-int-card__name{font-size:13px;font-weight:600;color:var(--text-strong)}.rf-int-card__status{margin-left:auto;font-size:10px}.rf-int-card__desc{font-size:11px;color:var(--text-muted);line-height:1.4}.rf-int-card__tags{display:flex;flex-wrap:wrap;gap:4px;margin-top:8px}.rf-int-card__tag{font-size:10px;border:1px solid var(--slate-200);border-radius:20px;padding:2px 7px;color:var(--text-secondary);white-space:nowrap}.rf-integrations-right{padding:24px;min-height:320px;margin:0}.rf-int-card__badge[data-accent]{background:var(--rf-accent)}.rf-int-form__pill[data-accent]{border-color:var(--rf-accent);color:var(--rf-accent)}.rf-clear-x-mask{width:11px;height:11px}.reformatter-doc-thumb__svg{width:100%;display:block;border-radius:4px;box-shadow:0 2px 10px #0712382e}.rf-integrations-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:272px;text-align:center;color:var(--text-muted)}.rf-integrations-empty svg,.rf-integrations-empty .icon-mask{margin-bottom:12px}.rf-integrations-empty__text{font-size:13px}.rf-int-form__diagram{display:flex;flex-direction:column;align-items:center;gap:10px;margin-bottom:22px}.rf-int-form__pill-row{display:flex;align-items:center;gap:14px}.rf-int-form__pill{display:flex;align-items:center;justify-content:center;min-width:104px;height:48px;border-radius:26px;border:2.5px solid currentColor;background:#fff;font-size:13px;font-weight:700;color:inherit;padding:0 14px;white-space:nowrap}.rf-int-form__pill--allsorter{color:var(--teal-700);border-color:var(--teal);font-weight:800}.rf-int-form__arrows{margin:0}.rf-int-form__status{font-size:12px;color:var(--text-muted);font-weight:400;margin-top:-12px;margin-bottom:4px}.rf-int-form__status--linked{color:var(--green-700);font-weight:700}.rf-int-form__fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}.rf-int-form__fields .profile-field{width:100%}.rf-int-form__internal{margin:0;font-size:12.5px;color:var(--text-secondary);line-height:1.55;text-align:center}.rf-int-form__switches{display:flex;flex-direction:column;gap:12px;padding:14px 16px;margin-bottom:18px;border:1px solid var(--border-default);border-radius:var(--radius-md);background:var(--slate-50, #f8fafc)}.rf-int-form__field-with-action{display:flex;align-items:center;gap:8px}.rf-int-form__field-with-action .profile-field{flex:1;min-width:0}.rf-int-form__generate{flex-shrink:0;white-space:nowrap}.rf-int-form__error{margin-top:16px;padding:10px 12px;border-radius:var(--radius-md);background:var(--red-50, #fef2f2);color:var(--red-700, #b91c1c);font-size:12.5px;line-height:1.5}.rf-int-form__confirm{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px;margin-top:20px}.rf-int-form__confirm-text{width:100%;text-align:center;font-size:13px;color:var(--text-primary);margin-bottom:4px}.rf-int-form__actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px;margin-top:20px}.rf-int-form__diagram .rf-int-form__pill-row{display:flex;align-items:center;gap:14px}.int-card{flex:1;padding:16px;border:1px solid var(--border-default);border-radius:var(--radius-md);background:var(--white);cursor:pointer;transition:all .2s ease}.int-card--active{border:2px solid var(--blue);background:var(--blue-50)}.int-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.int-card__name{font-size:15px;font-weight:600;color:var(--text-primary)}.int-card__description{font-size:12px;color:var(--text-secondary);line-height:1.55}.product-team-grid--rf{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:16px}.product-team-grid--rf .product-team-card{height:100%;margin-bottom:0;display:flex;flex-direction:column}.product-team-grid--rf .product-member-stack{display:flex;gap:0}.product-team-grid--rf .product-member-chip{margin-right:-6px}.product-team-grid--rf .product-member-chip.summary{margin-right:0}.product-template-preview--legacy{background:#f0f0f4}.product-template-line--legacy{background:#d1d5db}.product-template-title-row{display:flex;align-items:center;gap:6px}.product-template-title-meta{font-size:10px!important;font-weight:500!important;color:#9ca3af}.product-template-card--internal-draft{border-left:3px solid #0ea5a0}.pill--team-1{background:#e8eaff;border-color:#c5c9ff;color:#3d3dff}.pill--team-2{background:#e6f7ee;border-color:#b2e8c8;color:#1a7a42}.pill--team-3{background:#fff4e0;border-color:#f5d89a;color:#a05c00}.pill--no-team{background:#fff;border-style:dashed;color:#d1d5db}.reformatter-analytics-panel{display:flex;flex-direction:column;gap:16px}.reformatter-analytics-controls input,.reformatter-analytics-controls select{padding:8px 12px;border:1px solid #e2e4e9;border-radius:8px;font-size:13px;background:#fff;color:#374151}.reformatter-analytics-controls--report{margin-bottom:8px}.reformatter-analytics-control--inline{min-height:37px;align-items:center}.reformatter-analytics-control{display:flex;flex-direction:column;gap:4px}.reformatter-analytics-control__label{font-size:10px;font-weight:600;color:#0ea5a0;letter-spacing:.04em}.reformatter-analytics-kpis{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));border:1px solid #eaecf0;border-radius:12px;overflow:hidden;background:#fff}.reformatter-analytics-kpi{padding:16px 18px;border-right:1px solid #f0f0f4}.reformatter-analytics-kpi__label{font-size:11px!important;color:#9ca3af;margin-bottom:6px!important}.reformatter-analytics-kpi__value{font-size:22px!important;font-weight:700!important;color:#0f1117;letter-spacing:-.03em!important}.reformatter-analytics-chart-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(280px,1fr);gap:16px}.reformatter-analytics-card{margin-bottom:0}.reformatter-analytics-activity{display:flex;flex-direction:column;gap:8px}.reformatter-analytics-activity__svg{width:100%;height:180px}.reformatter-analytics-activity__grid{stroke:#f0f0f4}.reformatter-analytics-activity__axis{stroke:#e5e7eb;stroke-width:1.5}.reformatter-analytics-activity__tick{font-size:9px;fill:#9ca3af}.reformatter-analytics-activity__bar--uploads{fill:#0ea5a0;opacity:.85}.reformatter-analytics-activity__bar--exports{fill:#6366f1;opacity:.85}.reformatter-analytics-activity__legend{display:flex;justify-content:center;gap:18px;margin-top:8px}.reformatter-analytics-activity__legend-item{display:flex;align-items:center;gap:6px;font-size:12px;color:#6b7280}.reformatter-analytics-activity__legend-swatch{width:10px;height:10px;border-radius:2px}.reformatter-analytics-activity__legend-swatch--uploads{background:#0ea5a0}.reformatter-analytics-activity__legend-swatch--exports{background:#6366f1}.reformatter-analytics-donut{display:flex;flex-direction:column;align-items:center;gap:16px}.reformatter-analytics-donut__svg{width:140px;height:140px;flex-shrink:0}.reformatter-analytics-donut__legend{width:100%;display:flex;flex-direction:column;gap:7px}.reformatter-analytics-table__cell{padding:14px 16px;font-size:13px;color:#0f1117}.reformatter-analytics-table__credits-head,.reformatter-analytics-table__credits{text-align:right!important}.reformatter-analytics-table__credits{font-weight:600}.reformatter-analytics-table thead th{text-align:left!important}.reformatter-analytics-table thead th.reformatter-analytics-table__credits-head{text-align:right!important}.reformatter-analytics-table__muted{color:#6b7280}.reformatter-analytics-user-cell{display:flex;align-items:center;gap:10px}.reformatter-analytics-avatar{width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;flex-shrink:0}.reformatter-analytics-avatar--one{background:#e8eaff;color:#3d3dff}.reformatter-analytics-avatar--two{background:#e6f7ee;color:#1a7a42}.reformatter-analytics-avatar--three{background:#fff4e0;color:#a05c00}.reformatter-analytics-avatar--four{background:#f3eeff;color:#6122c8}.reformatter-analytics-avatar--five{background:#fde8f5;color:#9c1d6e}.reformatter-analytics-user-name{font-size:13px;font-weight:600;color:#0f1117}.reformatter-analytics-user-email{font-size:11px;color:#9ca3af;margin-top:2px}.reformatter-analytics-empty-card{padding:60px 20px;text-align:center;background:#fff;border:1px solid #eaecf0;border-radius:12px;color:#9ca3af}.reformatter-analytics-empty-icon{color:#d1d5db;margin-bottom:12px}.reformatter-analytics-empty-title{font-size:14px!important;font-weight:600!important;color:#374151;margin-bottom:4px!important}.reformatter-analytics-empty-copy{font-size:13px!important;color:#9ca3af}.reformatter-features-header{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:16px}.reformatter-features-header__package{font-size:13px!important;color:#6b7280;margin-bottom:3px!important}.reformatter-features-header__package span{color:#0ea5a0;font-weight:600}.reformatter-features-header__copy{font-size:12px!important;color:#9ca3af}.reformatter-features-search{width:210px;padding:8px 12px;border:1px solid #e2e4e9;border-radius:8px;font-size:13px;background:#fff;color:#374151;outline:none}.reformatter-features-table-card{margin-bottom:0}.reformatter-features-table__cell{padding:12px 16px;font-size:13px;color:#374151}.reformatter-features-table__muted{color:#6b7280}.reformatter-features-table__center{text-align:center!important}.reformatter-features-table__blank,.reformatter-features-list__blank{display:inline-block;width:15px;height:15px}.reformatter-feature-check{flex-shrink:0}.reformatter-features-actions{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap;margin-bottom:20px}.reformatter-features-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:start}.reformatter-features-column{display:flex;flex-direction:column;gap:16px}.reformatter-features-group-card{margin-bottom:0}.reformatter-features-list{display:flex;flex-direction:column}.reformatter-features-list__row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 0;border-bottom:1px solid #f3f4f6}.reformatter-features-list__row:last-child{border-bottom:none}.reformatter-features-list__label{font-size:13px;color:#374151}.reformatter-features-list__controls{display:flex;align-items:center;gap:8px;flex-shrink:0}.reformatter-integration-layout{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:start}.reformatter-integration-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.reformatter-integration-card{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;min-width:0;border:1.5px solid #eaecf0;border-radius:10px;padding:12px 14px;cursor:pointer;background:#fff;text-align:left;font:inherit;outline:none;transition:border-color .12s,box-shadow .12s}.reformatter-integration-card:hover{border-color:#cbd5e1}.reformatter-integration-card.active{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e514}.reformatter-integration-card__title-row{display:flex;align-items:center;gap:8px;margin-bottom:6px}.reformatter-integration-card__icon{width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:800;color:#fff;flex-shrink:0}.reformatter-integration-card__icon--bullhorn{background:#f97316}.reformatter-integration-card__icon--jobadder{background:#3b82f6}.reformatter-integration-card__icon--salesforce{background:#0ea5e9}.reformatter-integration-card__icon--vincere,.reformatter-integration-card__icon--mercury,.reformatter-integration-card__icon--tracker{background:#1f2937}.reformatter-integration-card__icon--lever{background:#8b5cf6}.reformatter-integration-card__icon--greenhouse{background:#22c55e}.reformatter-integration-card__name{font-size:13px;font-weight:600;color:#0f1117}.reformatter-integration-card__helper{font-size:11px!important;color:#9ca3af;line-height:1.4!important;margin-bottom:8px!important}.reformatter-integration-card__tags{display:flex;flex-wrap:wrap;gap:4px}.reformatter-integration-card__tag{font-size:10px;border:1px solid #e5e7eb;border-radius:20px;padding:2px 7px;color:#6b7280;white-space:nowrap}.reformatter-integration-panel{margin-bottom:0;min-height:300px}.reformatter-integration-empty,.reformatter-integration-form{display:flex;flex-direction:column;height:100%}.reformatter-integration-empty{align-items:center;justify-content:center;min-height:260px;text-align:center;color:#9ca3af}.reformatter-integration-empty__device{width:36px;height:26px;border:1.5px solid #d1d5db;border-radius:4px;position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.reformatter-integration-empty__device:after{content:"";position:absolute;bottom:-5px;width:12px;height:1.5px;background:#d1d5db;border-radius:999px}.reformatter-integration-empty__screen{width:20px;height:10px;border-radius:2px;background:#f3f4f6}.reformatter-integration-empty__copy{font-size:13px!important;color:#9ca3af}.reformatter-integration-form__flow{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:8px;flex-wrap:wrap}.reformatter-integration-form__pill{display:inline-flex;align-items:center;justify-content:center;min-width:120px;height:52px;padding:0 20px;border-radius:30px;border:3px solid;background:#fff;font-size:14px;font-weight:700}.reformatter-integration-form__pill--allsorter{border-color:#818cf8;color:#5473e8}.reformatter-integration-form__pill--bullhorn{border-color:#f97316;color:#f97316}.reformatter-integration-form__pill--jobadder{border-color:#3b82f6;color:#2563eb}.reformatter-integration-form__pill--salesforce{border-color:#0ea5e9;color:#0369a1}.reformatter-integration-form__pill--vincere,.reformatter-integration-form__pill--mercury,.reformatter-integration-form__pill--tracker{border-color:#1f2937;color:#111827}.reformatter-integration-form__pill--lever{border-color:#8b5cf6;color:#6d28d9}.reformatter-integration-form__pill--greenhouse{border-color:#22c55e;color:#15803d}.reformatter-integration-form__arrow{width:28px;height:16px;position:relative}.reformatter-integration-form__arrow:before,.reformatter-integration-form__arrow:after{content:"";position:absolute;top:7px;height:2px;background:#9ca3af}.reformatter-integration-form__arrow:before{left:0;right:0}.reformatter-integration-form__arrow:after{right:0;width:9px;transform:rotate(45deg);transform-origin:right center}.reformatter-integration-form__status{font-size:12px!important;color:#9ca3af;text-align:center;margin-bottom:24px!important}.reformatter-integration-form__fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.reformatter-integration-field{display:flex;flex-direction:column}.reformatter-integration-field input,.reformatter-integration-field select{width:100%;padding:9px 12px;border:1px solid #dde1f0;border-radius:8px;font-size:13px;background:#f4f6fb;color:#374151;outline:none}.reformatter-integration-field--full{grid-column:1/-1}.reformatter-integration-form__spacer{min-height:1px}.reformatter-integration-form__actions{display:flex;justify-content:center;margin-top:20px}.reformatter-integration-form__button{min-width:170px}@media (max-width: 1280px){.product-team-grid,.product-tool-grid,.product-template-grid,.product-integration-grid,.product-team-grid--hm,.product-team-grid--rf,.product-toggle-sections{grid-template-columns:repeat(2,minmax(0,1fr))}.product-analytics-grid--six,.reformatter-analytics-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}.reformatter-features-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 1024px){.product-hero-inner,.two-col-eq,.product-donut-layout,.nexus-package-grid,.nexus-integration-layout,.reformatter-integration-layout,.reformatter-analytics-chart-grid{grid-template-columns:1fr;flex-direction:column}.product-hero-stats{width:100%;flex-wrap:wrap}.product-team-grid,.product-tool-grid,.product-template-grid,.product-integration-grid,.product-team-grid--hm,.product-team-grid--rf,.product-team-grid--two,.product-analytics-grid,.reformatter-integration-grid,.reformatter-features-grid,.product-toggle-sections{grid-template-columns:1fr}.product-analytics-grid--six,.reformatter-analytics-kpis,.reformatter-integration-form__fields{grid-template-columns:1fr 1fr}.nexus-integration-panel{position:static;min-height:0}}@media (max-width: 768px){.product-hero{margin:-28px -16px 0;padding:24px 20px 0}.product-hero-title{font-size:24px!important}.product-detail-content{padding-top:20px}.product-card-actions,.product-actions-row{width:100%;flex-direction:column;align-items:stretch}.product-analytics-grid--six,.reformatter-analytics-kpis,.reformatter-integration-form__fields{grid-template-columns:1fr}.reformatter-features-actions,.reformatter-features-header{width:100%;flex-direction:column;align-items:stretch}}@supports not (gap: 1px){.product-grid,.product-team-grid,.product-template-grid,.product-integration-grid{display:flex;flex-wrap:wrap;margin:-7px}.product-grid>*,.product-team-grid>*,.product-template-grid>*,.product-integration-grid>*{margin:7px}.product-team-grid{margin:0 -7px -14px}.product-tool-grid{display:flex;flex-wrap:wrap;margin:-10px}.product-tool-grid>*{margin:10px}}@-moz-document url-prefix(){.filter-chip,.product-hero-tab{box-sizing:border-box}.toggle{position:relative}}@supports (-ms-ime-align: auto){.product-stat{background:#ffffff40}}@supports not (display: grid){.product-grid{display:flex;flex-wrap:wrap;gap:14px}.product-card{flex:0 0 calc(25% - 11px);max-width:calc(25% - 11px)}@media (max-width: 1280px){.product-card{flex:0 0 calc(50% - 7px);max-width:calc(50% - 7px)}}@media (max-width: 768px){.product-card{flex:0 0 100%;max-width:100%}}}.product-detail-page .product-detail-content{padding-top:24px}.product-hero{border-bottom-left-radius:0;border-bottom-right-radius:0}.product-hero-icon{box-shadow:0 8px 24px #07123826}.product-hero-title-row{flex-wrap:wrap}.product-stat{min-width:96px}.product-team-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.product-team-card{height:100%;margin-bottom:0}.product-team-card .card-body{height:100%}.product-team-grid--hm .product-member-stack,.product-team-grid--two .product-member-stack{gap:0}.product-team-grid--hm .product-member-chip,.product-team-grid--two .product-member-chip{margin-right:-6px}.product-team-grid--hm .product-member-chip.summary,.product-team-grid--two .product-member-chip.summary{margin-right:0}.product-team-placeholder-card{min-height:236px}.nexus-teams-card{margin-bottom:0}.nexus-teams-card__header{padding:16px 20px}.nexus-teams-card__title{font-size:14px;font-weight:600;color:var(--navy)}.nexus-teams-card__body{padding:0}.nexus-teams-table{width:100%;border-collapse:collapse}.nexus-teams-table__head{padding:14px 20px;font-size:13px;font-weight:600;color:var(--text-body);text-align:left;border-bottom:1px solid var(--slate-100);background:#fff}.nexus-teams-table__cell{padding:16px 20px;font-size:13px;color:var(--text-body);vertical-align:middle;border-bottom:1px solid var(--slate-100)}.nexus-teams-table__row:last-child .nexus-teams-table__cell{border-bottom:none}.nexus-prompts-card{margin-bottom:16px}.nexus-prompts-card__header{padding:16px 20px}.nexus-prompts-card__title{font-size:14px;font-weight:600;color:var(--navy)}.nexus-prompts-card__body{padding:0}.nexus-prompts-table{width:100%;border-collapse:collapse}.nexus-prompts-table__head{padding:11px 16px;font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;text-align:left;border-bottom:1px solid var(--slate-100);background:var(--slate-100)}.nexus-prompts-table__cell{padding:13px 16px;font-size:13px;color:var(--text-body);vertical-align:middle;border-bottom:1px solid var(--slate-100)}.nexus-prompts-table__row:last-child .nexus-prompts-table__cell{border-bottom:none}.nexus-prompts-table__cell.nexus-prompts-table__name{font-size:13px;font-weight:600;color:var(--blue)}.nexus-teams-table__team-cell{display:flex;align-items:center;gap:8px;font-weight:600;color:var(--text-body)}.nexus-teams-table__muted{font-size:13px;color:var(--text-secondary)}.nexus-teams-table__status{white-space:nowrap}.nexus-prompts-table__description,.nexus-prompts-table__muted{font-size:13px;color:var(--text-secondary)}.nexus-prompts-table__actions-head,.nexus-prompts-table__actions{text-align:right}.nexus-tools-list{display:flex;flex-direction:column}.nexus-tools-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 0 12px;margin-bottom:12px;border-bottom:1px solid var(--slate-100)}.nexus-tools-row:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.nexus-tools-row__name{font-size:14px!important;font-weight:600!important;color:var(--text-body);margin-bottom:4px!important}.nexus-tools-row__copy{font-size:12px!important;color:var(--text-secondary);line-height:1.55!important}.nexus-simple-integrations{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.nexus-simple-integration-card{flex:1;padding:16px;border:1px solid var(--border-default);border-radius:var(--radius-md);background:#fff}.nexus-simple-integration-card--linked{border:2px solid var(--blue);background:var(--blue-50)}.nexus-simple-integration-card__header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px}.nexus-simple-integration-card__name{font-size:15px!important;font-weight:700!important;color:var(--text-body)}.nexus-simple-integration-card__copy{font-size:12px!important;color:var(--text-secondary);line-height:1.55!important}.reformatter-settings-list{display:flex;flex-direction:column}.reformatter-settings-body{display:flex;flex-direction:column;gap:16px}.reformatter-settings-row{padding:16px 0}.reformatter-settings-row__label{font-size:13px!important;font-weight:600!important;color:var(--text-body);margin-bottom:4px!important}.reformatter-settings-row__copy{font-size:12px!important;color:var(--text-secondary);line-height:1.55!important}.reformatter-analytics-subtabs{display:flex;gap:8px;flex-wrap:wrap}.reformatter-analytics-controls{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap}.reformatter-analytics-control{display:flex;flex-direction:column;gap:5px}.reformatter-analytics-control__label{font-size:11px;font-weight:600;color:var(--blue)}.reformatter-analytics-controls input,.reformatter-analytics-controls select,.reformatter-features-search{padding:8px 12px;border:1px solid var(--border-default);border-radius:var(--radius-md);font-size:13px;background:#fff;color:var(--text-body)}.reformatter-analytics-kpis{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));border:1px solid var(--border-default);border-radius:var(--radius-lg);overflow:hidden;background:#fff}.reformatter-analytics-kpi{padding:16px 18px;border-right:1px solid var(--slate-100)}.reformatter-analytics-kpi:last-child{border-right:none}.reformatter-analytics-kpi__label{font-size:11px!important;color:var(--text-muted);margin-bottom:6px!important}.reformatter-analytics-kpi__value{font-size:22px!important;font-weight:700!important;color:var(--navy)}.reformatter-analytics-chart-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:16px}.reformatter-analytics-empty-card{padding:60px 20px;text-align:center;background:#fff;border:1px solid var(--border-default);border-radius:var(--radius-lg)}.reformatter-analytics-empty-title{font-size:14px!important;font-weight:600!important;color:var(--text-body);margin:12px 0 4px!important}.reformatter-analytics-empty-copy{font-size:13px!important;color:var(--text-secondary)}.reformatter-features-header{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.reformatter-features-header__package{font-size:15px!important;font-weight:700!important;color:var(--navy);margin-bottom:6px!important}.reformatter-features-header__package span{color:var(--teal-700)}.reformatter-features-header__copy{font-size:13px!important;color:var(--text-secondary)}.reformatter-features-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}@media (max-width: 1180px){.product-template-grid,.product-team-grid,.product-team-grid--two,.product-team-grid--hm,.reformatter-analytics-chart-grid,.product-tool-grid{grid-template-columns:1fr}.reformatter-analytics-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.nexus-simple-integrations{grid-template-columns:1fr}}@media (max-width: 768px){.product-hero{margin:-28px -16px 0;padding:24px 16px 0}.product-hero-inner,.nexus-tools-row{flex-direction:column;align-items:flex-start}.product-hero-stats,.product-meta,.reformatter-features-actions{width:100%}.product-hero-stats{flex-wrap:wrap}.product-grid,.reformatter-analytics-kpis{grid-template-columns:1fr}}.product-teams-table-card{margin-bottom:0}.product-teams-table{width:100%;border-collapse:collapse}.product-teams-table th{text-align:left;padding:12px 16px;border-bottom:1px solid var(--slate-200);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);background:var(--slate-50)}.product-teams-table td{padding:14px 16px;border-bottom:1px solid var(--slate-100);font-size:13px;color:var(--text-primary)}.product-teams-table tbody tr:last-child td{border-bottom:none}.product-teams-table tbody tr:hover{background:var(--slate-50)}.product-team-name-row{display:flex;align-items:center;gap:8px;font-weight:600}.product-team-name{color:var(--text-primary)}.product-teams-table__users{color:var(--text-body)}.product-teams-table__license{text-align:center}.product-team-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.product-team-dot--team-1{background:var(--blue)}.product-team-dot--team-2{background:#6366f1}.product-team-dot--team-3{background:var(--green-700)}.product-team-dot--hm-team-1{background:var(--blue)}.product-team-dot--hm-team-2{background:#6366f1}.product-team-dot--rg-team-1{background:var(--blue)}.product-team-dot--rg-team-2{background:var(--green-700)}.product-team-dot--rf-team-1{background:var(--blue)}.product-team-dot--rf-team-2{background:#6366f1}.product-team-dot--rf-team-3{background:var(--green-700)}.rf-additional-card{border-top:3px solid var(--teal)}.rf-additional-header{background:color-mix(in srgb,var(--teal) 4%,#fff)}.rf-additional-chip{width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:var(--teal-50);color:var(--teal-700)}.rf-additional-chip svg,.rf-additional-chip .icon-mask{width:16px;height:16px}.rf-additional-list{padding:4px 24px 10px}.rf-additional-row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:15px 0;border-bottom:1px solid var(--slate-100)}.rf-additional-row:last-child{border-bottom:none}.rf-additional-row__info{min-width:0}.rf-additional-row__name{font-size:13.5px;font-weight:700;color:var(--text-strong)}.rf-additional-row__desc{font-size:11.5px;color:var(--text-muted);margin-top:2px}.rf-custom-prompts-card{border-top:3px solid var(--purple)}.rf-custom-prompts-header{background:color-mix(in srgb,var(--purple) 4%,#fff)}.rf-custom-prompts-chip{width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--purple) 12%,#fff);color:var(--purple)}.rf-custom-prompts-chip svg,.rf-custom-prompts-chip .icon-mask{width:16px;height:16px}.rf-custom-prompts-table-wrap{padding:0 24px}.rf-custom-prompts-table{width:100%;border-collapse:collapse;font-size:13px}.rf-custom-prompts-table th{text-align:left;font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;padding:10px 0;border-bottom:1px solid var(--slate-100)}.rf-custom-prompts-table td{padding:12px 0;border-bottom:1px solid var(--slate-100);vertical-align:middle}.rf-custom-prompts-table__active-head{width:90px;text-align:center}.rf-custom-prompts-row:last-child td{border-bottom:none}.rf-custom-prompts-row__name{font-weight:600;color:var(--text-strong)}.rf-custom-prompts-row__desc{color:var(--text-secondary)}.rf-custom-prompts-row__toggle{text-align:center}.rf-custom-prompts-row__toggle .toggle{margin:0 auto}.rf-custom-skills-card{border-top:3px solid var(--blue)}.rf-custom-skills-header{background:color-mix(in srgb,var(--blue) 4%,#fff)}.rf-custom-skills-chip{width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:var(--blue-50);color:var(--blue)}.rf-custom-skills-chip svg,.rf-custom-skills-chip .icon-mask{width:16px;height:16px}.rf-custom-skills-body{padding:0 24px 20px}.rf-custom-skills-copy{margin:0 0 14px;font-size:12.5px;color:var(--text-secondary);line-height:1.55}.rf-custom-skills-tags{display:flex;flex-wrap:wrap;gap:8px}.rf-skill-pill{display:inline-flex;align-items:center;gap:7px;font-size:12.5px;font-weight:600;color:var(--text-body);background:#fff;border:1px solid var(--slate-300);border-radius:999px;padding:5px 6px 5px 12px}.rf-skill-pill__remove{border:none;background:var(--slate-200);width:17px;height:17px;border-radius:50%;padding:0;cursor:pointer;color:var(--slate-500);display:inline-flex;align-items:center;justify-content:center;transition:color var(--dur-fast),background var(--dur-fast)}.rf-skill-pill__remove .icon-mask{width:9px;height:9px}.rf-skill-pill__remove:hover{color:var(--danger);background:var(--danger-border)}.rf-cskills-panel{border-top:3px solid var(--blue)}.rf-cskills-panel-header{background:var(--tertiary-05)}.rf-cskills-chip{width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:var(--blue-50);color:var(--blue)}.rf-cskills-chip .icon-mask{width:16px;height:16px}.rf-cskills-panel-body{display:flex;flex-direction:column;gap:12px;padding:18px 20px 20px;flex:1;min-height:0;overflow:auto}.rf-cskills-acc{border:1px solid var(--slate-200);border-radius:var(--radius-md);overflow:hidden;flex-shrink:0}.rf-cskills-acc__head{width:100%;display:flex;align-items:center;justify-content:space-between;padding:14px 18px;background:var(--slate-100);border:none;cursor:pointer;font-family:var(--font-body);font-size:14px;font-weight:700;color:var(--text-strong)}.rf-cskills-acc__head:hover{background:color-mix(in srgb,var(--slate-200) 55%,#fff)}.rf-cskills-acc__title{display:inline-flex;align-items:center;gap:10px}.rf-cskills-acc__count{font-size:11px;font-weight:700;color:var(--text-muted);background:#fff;border:1px solid var(--slate-200);border-radius:999px;padding:1px 8px}.rf-cskills-acc__chev{width:16px;height:16px;background-color:var(--text-muted);transition:transform var(--dur-fast)}.rf-cskills-acc__chev.is-open{transform:rotate(180deg)}.rf-cskills-acc__body{padding:16px 18px 20px}.rf-cskills-only{display:inline-flex;align-items:center;gap:11px;font-size:13px;color:var(--text-body);cursor:pointer;margin-bottom:14px}.rf-cskills-only__cb{accent-color:var(--blue);width:16px;height:16px;flex-shrink:0;cursor:pointer}.rf-cskills-only__text{line-height:1.3}.rf-cskills-input{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:12px 14px;border:1px solid var(--slate-200);border-radius:var(--radius-md);background:var(--tertiary-05)}.rf-cskills-input:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-50)}.rf-cskills-field{flex:1;min-width:140px;border:none;outline:none;background:transparent;font-family:var(--font-body);font-size:13px;color:var(--text-body);padding:4px 2px}.rf-cskills-field::placeholder{color:var(--text-muted)}.rf-cskills-field:disabled{opacity:.5}.rf-secfields-card{border-top:3px solid var(--teal);display:flex;flex-direction:column}.rf-secfields-header{background:var(--tertiary-05);flex-wrap:wrap;row-gap:10px}.rf-secfields-titlewrap{flex-wrap:wrap;row-gap:10px}.rf-secfields-chip{width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:var(--teal-50);color:var(--teal-700)}.rf-secfields-chip .icon-mask{width:16px;height:16px}.rf-secfields-seg{display:flex;align-items:stretch;gap:3px;background:var(--slate-100);padding:3px;border-radius:10px;margin-left:14px;height:34px;box-sizing:border-box}.rf-secfields-seg__btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;cursor:pointer;font-family:var(--font-body);font-size:12.5px;font-weight:700;padding:0 15px;border-radius:7px;white-space:nowrap;display:flex;align-items:center;background:transparent;color:var(--text-muted);transition:all var(--dur-fast)}.rf-secfields-seg__btn:not(.is-on):hover{background:#fff9;color:var(--text-body)}.rf-secfields-seg__btn.is-on{background:color-mix(in srgb,var(--teal) 18%,#fff);color:var(--teal-700);box-shadow:var(--shadow-card)}.rf-secfields-body{padding:18px 20px 20px;display:flex;flex-direction:column;flex:1;min-height:0}.rf-secfields-subtabs{display:flex;align-items:center;gap:24px;border-bottom:1px solid var(--slate-200);margin-bottom:18px;flex-shrink:0}.rf-secfields-subtab{border:none;background:none;cursor:pointer;font-family:var(--font-body);font-size:13px;font-weight:700;padding:0 0 10px;margin-bottom:-1px;color:var(--text-muted);border-bottom:2px solid transparent;display:flex;align-items:center;gap:7px;transition:color var(--dur-fast),border-color var(--dur-fast)}.rf-secfields-subtab:hover:not(.is-on){color:var(--text-body)}.rf-secfields-subtab.is-on{color:var(--teal-700);border-bottom-color:var(--teal-600, var(--teal-700))}.rf-secfields-subtab__count{font-size:10px;font-weight:700;color:var(--teal-700);background:color-mix(in srgb,var(--teal) 12%,#fff);padding:2px 8px;border-radius:999px}.rf-secfields-tablewrap{border:1px solid var(--slate-100);border-radius:var(--radius-md);flex:1;min-height:0;overflow:auto}.rf-secfields-table{width:100%;border-collapse:collapse}.rf-secfields-table th{text-align:left;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);padding:12px 16px;border-bottom:1px solid var(--slate-100)}.rf-secfields-table td{padding:8px 16px;border-bottom:1px solid var(--slate-100);vertical-align:middle}.rf-secfields-table tbody tr:last-child td{border-bottom:none}.rf-secfields-th--num,.rf-secfields-td--num{width:160px}.rf-secfields-td--num{font-size:13px;color:var(--text-muted);font-variant-numeric:tabular-nums}.rf-secfields-th--code{width:38%}.rf-secfields-th--change{width:120px}.rf-secfields-th--act,.rf-secfields-td--act{width:110px;white-space:nowrap}.rf-secfields-code{font-family:var(--font-mono, ui-monospace, monospace);font-size:12.5px;color:var(--text-secondary)}.rf-secfields-name{font-weight:600;color:var(--text-strong)}.rf-secfields-ats{display:inline-flex;font-family:var(--font-mono, ui-monospace, monospace);font-size:11px;font-weight:600;color:var(--teal-700);background:var(--teal-50);border:1px solid color-mix(in srgb,var(--teal) 22%,#fff);border-radius:999px;padding:3px 10px}.rf-secfields-dash{font-size:12px;color:var(--slate-400)}.rf-secfields-input{height:34px;max-width:340px;width:100%;box-sizing:border-box;border:1px solid var(--slate-200);background:#fff;padding:0 10px;border-radius:6px;font-family:var(--font-body);font-size:13px;color:var(--text-strong)}.rf-secfields-input:focus{outline:none;border-color:var(--teal-700);box-shadow:0 0 0 3px color-mix(in srgb,var(--teal-700) 15%,#fff)}.rf-secfields-iconbtn{width:28px;height:28px;border:1px solid var(--slate-200);border-radius:7px;background:#fff;color:var(--text-secondary);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;margin-left:6px;font-size:13px}.rf-secfields-iconbtn img{display:block}.rf-secfields-iconbtn:hover:not(:disabled){background:var(--slate-100)}.rf-secfields-iconbtn:disabled{opacity:.5;cursor:not-allowed}.rf-secfields-iconbtn--danger{color:var(--danger, #dc2626)}.rf-secfields-add{display:inline-flex;align-items:center;gap:7px}.rf-secfields-add__i{width:14px;height:14px;display:inline-block;background-color:currentColor;-webkit-mask:url(/icons/plus-mask.svg) no-repeat center;mask:url(/icons/plus-mask.svg) no-repeat center;-webkit-mask-size:contain;mask-size:contain}.rf-secfields-modal{width:460px;max-width:92vw}.rf-secfields-modal-header{background:var(--tertiary-05)}.rf-secfields-req{color:var(--danger)}.rf-secfields-modal-label{display:block;margin-bottom:6px;font-size:12px;font-weight:600;color:var(--text-secondary)}.rf-secfields-modal-input{width:100%;box-sizing:border-box;height:38px;padding:0 12px;border:1px solid var(--slate-200);border-radius:var(--radius-md, 8px);font-family:var(--font-body);font-size:14px;color:var(--text-strong)}.rf-secfields-modal-input:focus{outline:none;border-color:var(--teal-700);box-shadow:0 0 0 3px color-mix(in srgb,var(--teal-700) 15%,#fff)}.rf-secfields-confirm{margin:0;font-size:13px;color:var(--text-secondary);line-height:1.55}.rf-cprompts-card{border-top:3px solid var(--purple);display:flex;flex-direction:column;overflow:visible}.rf-cprompts-cardhead{background:var(--tertiary-05)}.rf-cprompts-chip{width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--purple) 12%,#fff);color:var(--purple)}.rf-cprompts-chip .icon-mask{width:16px;height:16px}.rf-cprompts-add__i{width:14px;height:14px;display:inline-block;background-color:currentColor;-webkit-mask:url(/icons/plus-mask.svg) no-repeat center;mask:url(/icons/plus-mask.svg) no-repeat center;-webkit-mask-size:contain;mask-size:contain}.rf-cprompts-body{display:flex;flex-direction:column;flex:1;min-height:0}.rf-cprompts-usage{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;background:var(--tertiary-05);border:1px solid var(--slate-200);border-radius:var(--radius-md);padding:14px 18px;margin-bottom:18px}.rf-cprompts-usage__meter{min-width:0}.rf-cprompts-usage__text{font-size:13px;font-weight:700;color:var(--purple)}.rf-cprompts-usage__text strong{color:var(--purple)}.rf-cprompts-usage__rem{color:var(--text-muted);font-weight:600;margin-left:6px}.rf-cprompts-usage__actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.rf-cprompts-bar{margin-top:8px;height:6px;width:260px;max-width:100%;border-radius:999px;background:var(--slate-200);overflow:hidden}.rf-cprompts-bar__fill{display:block;height:100%;border-radius:999px;background:var(--purple);transition:width var(--dur-base)}.rf-cprompts-bar__fill.is-warning{background:#c4781c}.rf-cprompts-bar__fill.is-error{background:var(--danger, #dc2626)}.rf-cprompts-enable{display:inline-flex;align-items:center;gap:10px;font-size:12.5px;font-weight:600;color:var(--text-body);cursor:pointer}.rf-cprompts-seg{flex-shrink:0;display:flex;align-items:stretch;gap:3px;background:var(--slate-100);padding:3px;border-radius:10px;width:fit-content;height:36px;box-sizing:border-box;margin-bottom:16px}.rf-cprompts-seg__btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;cursor:pointer;font-family:var(--font-body);font-size:12.5px;font-weight:700;padding:0 15px;border-radius:7px;white-space:nowrap;display:flex;align-items:center;background:transparent;color:var(--text-muted);transition:all var(--dur-fast) var(--ease-standard)}.rf-cprompts-seg__btn:not(.is-on):hover{background:#fff9;color:var(--text-body)}.rf-cprompts-seg__btn.is-on{background:color-mix(in srgb,var(--purple) 16%,#fff);color:var(--purple);box-shadow:var(--shadow-card)}.rf-cprompts-tablewrap{border:1px solid var(--slate-100);border-radius:var(--radius-md);flex:1;min-height:0;overflow:auto}.rf-cprompts-table{width:100%;border-collapse:collapse}.rf-cprompts-table th{text-align:left;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);padding:12px 16px;border-bottom:1px solid var(--slate-100);white-space:nowrap}.rf-cprompts-table td{padding:10px 16px;border-bottom:1px solid var(--slate-100);vertical-align:middle;font-size:13px;color:var(--text-secondary)}.rf-cprompts-table tbody tr:last-child td{border-bottom:none}.rf-cprompts-th--num,.rf-cprompts-td--num{width:48px}.rf-cprompts-td--num{color:var(--text-muted)}.rf-cprompts-th--date{width:120px}.rf-cprompts-th--by{width:130px}.rf-cprompts-th--groups,.rf-cprompts-th--orgwide{width:110px}.rf-cprompts-th--act,.rf-cprompts-td--act{width:130px;white-space:nowrap}.rf-cprompts-td--name{font-weight:700;color:var(--text-strong)}.rf-cprompts-td--muted{color:var(--text-secondary)}.rf-cprompts-td--desc{max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-secondary)}.rf-cprompts-code{font-family:var(--font-mono, ui-monospace, monospace);font-size:12px;color:var(--text-secondary)}.rf-cprompts-dash,.rf-cprompts-groups{color:var(--text-muted)}.rf-cprompts-empty{text-align:center;padding:40px 16px;color:var(--text-muted);font-size:12.5px}.rf-cprompts-empty strong{color:var(--text-body)}.rf-cprompts-actions{display:flex;gap:6px}.rf-cprompts-iconbtn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border-radius:var(--radius-sm);border:1px solid var(--slate-200);background:#fff;color:var(--text-muted);cursor:pointer;transition:color var(--dur-fast),background var(--dur-fast),border-color var(--dur-fast)}.rf-cprompts-iconbtn .icon-mask{width:15px;height:15px;background-color:currentColor}.rf-cprompts-iconbtn:active{transform:translateY(1px)}.rf-cprompts-iconbtn:disabled{opacity:.5;cursor:not-allowed}.rf-cprompts-iconbtn--info{color:#fff;background:var(--navy);border-color:var(--navy)}.rf-cprompts-iconbtn--info:hover{filter:brightness(1.35);color:#fff}.rf-cprompts-iconbtn--edit{color:var(--blue);border-color:color-mix(in srgb,var(--blue) 35%,#fff);background:color-mix(in srgb,var(--blue) 8%,#fff)}.rf-cprompts-iconbtn--edit:hover{color:#fff;background:var(--blue);border-color:var(--blue)}.rf-cprompts-iconbtn--danger{color:var(--danger);border-color:var(--danger-border);background:var(--danger-fill)}.rf-cprompts-iconbtn--danger:hover{color:#fff;background:var(--danger);border-color:var(--danger)}.rf-cprompts-modal-header{background:var(--tertiary-05)}.rf-cprompts-close{border:none;background:none;font-size:18px;line-height:1;cursor:pointer;color:var(--text-muted)}.rf-cprompts-close:hover{color:var(--text-strong)}.rf-cprompts-confirm{margin:0;font-size:13px;color:var(--text-secondary);line-height:1.55}.rf-cprompts-modal-label{display:block;margin-bottom:6px;font-size:12px;font-weight:600;color:var(--text-secondary)}.rf-cprompts-modal-input{width:100%;box-sizing:border-box;height:38px;padding:0 12px;border:1px solid var(--slate-200);border-radius:var(--radius-md, 8px);font-family:var(--font-body);font-size:14px;color:var(--text-strong)}.rf-cprompts-modal-input:focus{outline:none;border-color:var(--purple);box-shadow:0 0 0 3px color-mix(in srgb,var(--purple) 15%,#fff)}.rf-cprompts-modal-hint{margin:6px 0 0;font-size:11.5px;color:var(--text-muted)}.rf-cprompts-info{width:480px;max-width:92vw}.rf-cprompts-info-grid{display:grid;grid-template-columns:auto 1fr;gap:10px 18px;font-size:13px;align-items:start}.rf-cprompts-info-k{color:var(--text-muted);font-weight:600}.rf-cprompts-info-v{color:var(--text-body);line-height:1.5}.cpm-card{width:560px;max-width:95%;max-height:90vh;display:flex;flex-direction:column}.cpm-body{overflow-y:auto;display:flex;flex-direction:column;gap:14px}.cpm-field{display:flex;flex-direction:column;gap:5px}.cpm-row{display:flex;gap:14px}.cpm-field--half{flex:1;min-width:0}.cpm-label{font-size:12px;font-weight:600;color:var(--text-secondary)}.cpm-req{color:var(--danger, #dc2626)}.cpm-hint{font-size:11px;color:var(--text-muted)}.cpm-counter{font-size:11px;color:var(--text-muted);align-self:flex-end}.cpm-input,.cpm-textarea{width:100%;box-sizing:border-box;padding:9px 12px;border:1px solid var(--slate-200);border-radius:var(--radius-md, 8px);font-family:var(--font-body);font-size:14px;color:var(--text-strong);background:#fff}.cpm-input:focus,.cpm-textarea:focus{outline:none;border-color:var(--teal-700);box-shadow:0 0 0 3px color-mix(in srgb,var(--teal-700) 15%,#fff)}.cpm-input:disabled,.cpm-textarea:disabled{background:var(--slate-100);color:var(--text-muted)}.cpm-textarea{resize:vertical;line-height:1.5}.cpm-check{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--text-secondary);cursor:pointer}.cpm-check input{accent-color:var(--teal-700);width:15px;height:15px;flex-shrink:0}.cpm-groups{display:flex;flex-direction:column;gap:6px;max-height:160px;overflow-y:auto;border:1px solid var(--slate-200);border-radius:var(--radius-md, 8px);padding:10px 12px}.cpm-group{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-strong);cursor:pointer}.cpm-group input{accent-color:var(--teal-700);flex-shrink:0}.rft-tpl-card{--tpl-accent: var(--blue);background:var(--white);border:1px solid var(--slate-200);border-top:3px solid var(--tpl-accent);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);overflow:visible;transition:border-color .12s}.rft-tpl-card--preserve{--tpl-accent: var(--teal-700)}.rft-tpl-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;row-gap:12px;padding:14px 20px;background:#fafbfb;border-bottom:1px solid var(--slate-100);border-top-left-radius:var(--radius-lg);border-top-right-radius:var(--radius-lg)}.rft-tpl-header-left{display:flex;align-items:center;flex-wrap:wrap;gap:10px;row-gap:10px}.rft-tpl-header-right{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.rft-tpl-chip{width:28px;height:28px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background:color-mix(in srgb,var(--tpl-accent) 14%,#fff);color:var(--tpl-accent);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--tpl-accent) 22%,transparent)}.rft-tpl-chip__i{width:15px;height:15px;display:inline-block;background-color:currentColor;-webkit-mask:url(/icons/templates-grid-mask.svg) no-repeat center;mask:url(/icons/templates-grid-mask.svg) no-repeat center;-webkit-mask-size:contain;mask-size:contain}.rft-tpl-title{font-family:var(--font-display);font-size:16px;font-weight:700;color:var(--text-strong);letter-spacing:-.01em}.rft-tpl-typetabs{display:inline-flex;align-items:stretch;gap:3px;background:var(--slate-100);padding:3px;border-radius:10px;height:34px;margin-left:4px}.rft-tpl-typetab{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;cursor:pointer;font-family:var(--font-body);font-size:12.5px;font-weight:700;padding:0 13px;border-radius:7px;white-space:nowrap;display:flex;align-items:center;background:transparent;color:var(--text-muted);transition:all .12s}.rft-tpl-typetab:not(.is-on):hover{background:#fff9;color:var(--text-body)}.rft-tpl-typetab:active{transform:translateY(1px)}.rft-tpl-typetab.is-on{background:color-mix(in srgb,var(--blue) 18%,#fff);color:var(--blue);box-shadow:var(--shadow-card)}.rft-tpl-typetab--preserve.is-on{background:color-mix(in srgb,var(--teal-700) 18%,#fff);color:var(--teal-700)}.rft-tpl-ghost-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:34px;padding:0 11px;display:inline-flex;align-items:center;gap:6px;border:1px solid var(--slate-300, #cbd0dd);border-radius:var(--radius-md, 8px);background:transparent;color:var(--text-secondary);font-family:var(--font-body);font-size:12px;font-weight:600;cursor:pointer;transition:background .12s}.rft-tpl-ghost-btn:hover{background:#00000008}.rft-tpl-ghost-btn img{opacity:.75}.rft-tpl-filter-label{font-size:12px;font-weight:600;color:var(--text-muted);white-space:nowrap}.rft-tpl-header-right .rft-group-dd{width:150px}.rft-tpl-header-right .rft-group-dd__trigger{height:34px;padding:0 12px}.rft-tpl-builder-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:34px;padding:0 12px;display:inline-flex;align-items:center;gap:7px;border:1.5px solid transparent;border-radius:var(--radius-md, 8px);background:linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,color-mix(in srgb,var(--teal-600) 48%,#fff),color-mix(in srgb,var(--teal) 48%,#fff)) border-box;color:var(--teal-600);font-family:var(--font-body);font-size:12.5px;font-weight:700;cursor:pointer;transition:box-shadow .12s}.rft-tpl-builder-btn:hover{box-shadow:0 3px 10px color-mix(in srgb,var(--teal) 22%,transparent)}.product-launch-notice{margin:12px 0 0;padding:10px 14px;border-radius:var(--radius-md, 8px);background:color-mix(in srgb,var(--amber) 9%,#fff);border:1px solid color-mix(in srgb,var(--amber) 26%,#fff);color:var(--text-body);font-family:var(--font-body);font-size:12px;line-height:1.5}.products-launch-notice{margin:0 0 16px;padding:10px 14px;border-radius:var(--radius-md, 8px);background:color-mix(in srgb,var(--amber) 9%,#fff);border:1px solid color-mix(in srgb,var(--amber) 26%,#fff);color:var(--text-body);font-family:var(--font-body);font-size:12px;line-height:1.5}.rft-tpl-launch-notice{margin:0 0 14px;padding:10px 14px;border-radius:var(--radius-md, 8px);background:color-mix(in srgb,var(--amber) 9%,#fff);border:1px solid color-mix(in srgb,var(--amber) 26%,#fff);color:var(--text-body);font-family:var(--font-body);font-size:12px;line-height:1.5}.rft-tpl-builder-btn__i{width:15px;height:15px;display:inline-block;background-color:currentColor;-webkit-mask:url(/icons/templates-grid-mask.svg) no-repeat center;mask:url(/icons/templates-grid-mask.svg) no-repeat center;-webkit-mask-size:contain;mask-size:contain}.rft-tpl-add-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:34px;padding:0 13px;display:inline-flex;align-items:center;gap:6px;border:none;border-radius:var(--radius-md, 8px);background:linear-gradient(135deg,var(--teal-600),var(--teal));color:#fff;font-family:var(--font-body);font-size:12px;font-weight:700;cursor:pointer;box-shadow:0 5px 14px #289ea64d;transition:filter .12s,transform .12s}.rft-tpl-add-btn:hover:not(:disabled){filter:brightness(1.06);transform:translateY(-1px)}.rft-tpl-add-btn:active:not(:disabled){transform:translateY(0)}.rft-tpl-add-btn:disabled{opacity:.5;cursor:not-allowed}.rft-tpl-add-btn__i{width:14px;height:14px;display:inline-block;background-color:currentColor;-webkit-mask:url(/icons/plus-mask.svg) no-repeat center;mask:url(/icons/plus-mask.svg) no-repeat center;-webkit-mask-size:contain;mask-size:contain}.rft-tpl-body{display:flex;flex-direction:column;padding:16px 20px 20px}.rft-tpl-subtabs{display:flex;gap:24px;border-bottom:1px solid var(--slate-200);margin-bottom:16px}.rft-tpl-subtab{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;cursor:pointer;font-family:var(--font-body);font-size:13px;font-weight:700;padding:0 0 10px;margin-bottom:-1px;color:var(--text-muted);border-bottom:2px solid transparent;display:flex;align-items:center;gap:7px;transition:color .12s,border-color .12s}.rft-tpl-subtab.is-on{color:#0b5f67;border-bottom-color:#0b5f67}.rft-tpl-subtab--term.is-on{color:#2ba3b0;border-bottom-color:#54cedc}.rft-tpl-subtab__count{font-size:10px;font-weight:700;padding:2px 8px;border-radius:999px;background:var(--slate-100);color:var(--text-muted)}.rft-tpl-subtab.is-on .rft-tpl-subtab__count{background:color-mix(in srgb,#0b5f67 12%,#fff);color:#0b5f67}.rft-tpl-subtab--term.is-on .rft-tpl-subtab__count{background:color-mix(in srgb,#54cedc 18%,#fff);color:#2ba3b0}.rft-tpl-bulk{display:flex;align-items:center;flex-wrap:wrap;gap:10px;padding:10px 14px;margin-bottom:14px;background:color-mix(in srgb,var(--blue) 6%,#fff);border:1px solid var(--border-default);border-radius:var(--radius-md, 8px)}.rft-tpl-bulk__count{font-size:12.5px;font-weight:700;color:var(--blue)}.rft-tpl-bulk__sep{width:1px;height:18px;background:var(--border-default)}.rft-tpl-bulk__btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;gap:6px;padding:6px 11px;border:1px solid color-mix(in srgb,var(--blue) 35%,#fff);border-radius:var(--radius-sm, 7px);background:#fff;color:var(--blue);font-family:var(--font-body);font-size:12px;font-weight:600;cursor:pointer}.rft-tpl-bulk__btn:hover:not(:disabled){filter:brightness(.97)}.rft-tpl-bulk__btn:disabled{opacity:.5;cursor:not-allowed}.rft-tpl-bulk__btn--danger{color:var(--danger);border-color:color-mix(in srgb,var(--danger) 35%,#fff)}.rft-tpl-bulk__clear{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;cursor:pointer;font-family:var(--font-body);font-size:12.5px;font-weight:700;color:var(--blue);padding:0 4px}.rft-tpl-card--archived .rft-tpl-header{background:color-mix(in srgb,var(--tpl-accent) 12%,#fff)}.rft-tpl-back-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:34px;padding:0 11px;display:inline-flex;align-items:center;gap:6px;border:none;border-radius:var(--radius-md, 8px);background:var(--teal-600);color:#fff;font-family:var(--font-body);font-size:12px;font-weight:700;cursor:pointer}.rft-tpl-back-btn img{filter:brightness(0) invert(1)}.rft-tpl-back-btn:hover{filter:brightness(1.05)}.rft-tpl-archived-badge{display:inline-flex;align-items:center;font-size:12.5px;font-weight:700;color:var(--text-secondary);background:#fff;border:1px solid var(--slate-300, #cbd0dd);padding:7px 15px;border-radius:999px;text-transform:uppercase;letter-spacing:.07em}.archived-card{cursor:default}.archived-card .archived-actions{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;gap:8px;background:#0712388c;opacity:0;transition:opacity .12s ease}.archived-card:hover .archived-actions,.archived-card:focus-within .archived-actions{opacity:1}.archived-restore-btn img{display:block}.rft-tpl-body .archived-delete-btn{color:#fff!important;background:var(--danger, #dc2626)!important;border-color:var(--danger, #dc2626)!important}.rft-controls{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap;margin-bottom:18px}.rft-group-dd{position:relative;display:inline-block;width:180px}.rft-group-dd__trigger{display:inline-flex;align-items:center;gap:8px;width:100%;padding:9px 12px;border:1px solid var(--slate-200);border-radius:var(--radius-md, 8px);background:#fff;font-size:13px;color:var(--text-secondary);cursor:pointer}.rft-group-dd__label{flex:1;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rft-group-dd__menu{position:absolute;top:calc(100% + 4px);left:0;right:0;width:100%;z-index:40;max-height:300px;overflow-y:auto;padding:4px;background:#fff;border:1px solid var(--slate-200);border-radius:var(--radius-md, 8px);box-shadow:0 8px 24px #0712381f}.rft-card-accent{display:block;width:100%;height:3px;background:var(--team, transparent)}.rft-group-dd__option{display:flex;align-items:center;gap:8px;width:100%;padding:7px 10px;border:none;background:none;border-radius:6px;font-size:13px;color:var(--text-secondary);cursor:pointer;text-align:left}.rft-group-dd__option:hover{background:var(--slate-100)}.rft-group-dd__option.is-active{background:var(--blue-50);color:var(--blue);font-weight:600}.rft-group-dd__option .team-color-dot{width:13px;height:13px}.rft-bulk-inline{display:flex;align-items:center;gap:12px;height:38px}.rft-state{padding:28px 16px;text-align:center;font-size:13px;color:var(--text-muted, #9398ad);border:1px dashed var(--slate-200, #D8DAE2);border-radius:10px;margin-top:4px}.rft-state--error{color:var(--red, #dc2626);border-color:color-mix(in srgb,var(--red, #dc2626) 40%,#fff)}.rft-card .template-thumb{position:relative}.rft-card--selected{border-color:var(--teal-700, #0B7A6E);box-shadow:0 0 0 2px color-mix(in srgb,var(--teal-700, #0B7A6E) 40%,#fff)}.rft-thumb-img{max-height:186px;max-width:100%;border-radius:4px;object-fit:contain;box-shadow:0 2px 10px #07123847;background:#fff}.rft-thumb-inner{width:120px;height:168px;border-radius:4px;background:#ffffff24}.rft-check{position:absolute;top:10px;left:10px;width:16px;height:16px;accent-color:var(--teal-700, #0B7A6E);cursor:pointer;z-index:3}.rft-card-actions{position:absolute;top:8px;right:8px;display:flex;gap:6px;opacity:0;transition:opacity .12s ease;z-index:3}.rft-card:hover .rft-card-actions,.rft-card--selected .rft-card-actions{opacity:1}.rft-icon-btn{width:26px;height:26px;border-radius:50%;border:none;background:#ffffffeb;color:var(--text-secondary, #6b7094);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 1px 4px #07123840;padding:0}.rft-icon-btn img{display:block}.rft-icon-btn:hover{background:#fff}.rft-icon-btn--danger{color:var(--red, #dc2626)}.rft-bulkbar{display:flex;align-items:center;gap:12px;padding:10px 14px;margin-bottom:14px;background:color-mix(in srgb,var(--teal-700, #0B7A6E) 8%,#fff);border:1px solid color-mix(in srgb,var(--teal-700, #0B7A6E) 22%,#fff);border-radius:10px}.rft-bulkbar__count{font-size:13px;font-weight:600;color:var(--teal-700, #0B7A6E)}.rft-bulkbar__btn{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--slate-200, #D8DAE2);background:#fff;border-radius:8px;padding:6px 12px;font-size:13px;font-weight:600;color:var(--text-strong, #4B4F62);cursor:pointer}.rft-bulkbar__btn--danger{color:var(--red, #dc2626);border-color:color-mix(in srgb,var(--red, #dc2626) 30%,#fff)}.rft-bulkbar__btn:disabled{opacity:.5;cursor:default}.rft-bulkbar__clear{border:none;background:none;font-size:13px;color:var(--text-secondary, #6b7094);cursor:pointer}.rft-confirm-text{font-size:13px;color:var(--text-secondary, #6b7094);margin:0}.rtp-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#07123880;display:flex;align-items:center;justify-content:center;z-index:1400}.rtp-card{width:720px;max-width:94%;max-height:92vh;overflow-y:auto}.rtp-header-row{display:flex;align-items:center;gap:10px}.rtp-subtitle{font-size:12px;color:var(--text-muted, #9398ad);margin-top:2px}.rtp-badge{font-size:10px;font-weight:700;padding:2px 8px;border-radius:999px}.rtp-badge--blue{color:#0b7a6e;background:color-mix(in srgb,#0B7A6E 12%,#fff)}.rtp-badge--coversheet{color:#0b5f67;background:color-mix(in srgb,#0B5F67 12%,#fff)}.rtp-badge--termsheet{color:#54cedc;background:color-mix(in srgb,#54CEDC 12%,#fff)}.rtp-preview{background:var(--slate-100, #F2F3F5);border-radius:10px;min-height:420px;display:flex;align-items:center;justify-content:center;overflow:hidden}.rtp-frame{width:100%;height:60vh;border:none;border-radius:10px;background:#fff}.rtp-img-wrap{padding:24px;display:flex;justify-content:center}.rtp-img{max-width:320px;max-height:52vh;border-radius:6px;box-shadow:0 2px 10px #07123833}.rtp-placeholder{font-size:13px;color:var(--text-muted, #9398ad)}.rts-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#07123880;display:flex;align-items:center;justify-content:center;z-index:1400;padding:24px}.rts-card{--rts-accent: var(--blue);width:1000px;max-width:96%;max-height:92vh;display:flex;flex-direction:column;overflow:hidden}.rts-card.rts--template{--rts-accent: var(--blue)}.rts-card.rts--coversheet{--rts-accent: #0b5f67}.rts-card.rts--termsheet{--rts-accent: #54cedc}.rts-card--term{width:460px}.rts-card--wide{width:1000px;height:86vh}.rts-header{align-items:center;background:color-mix(in srgb,var(--rts-accent) 7%,#fff);border-bottom:1px solid color-mix(in srgb,var(--rts-accent) 18%,#fff)}.rts-header-row{display:flex;align-items:center;gap:10px}.rts-header-icon{opacity:.85}.rts-chip{width:28px;height:28px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background:color-mix(in srgb,var(--rts-accent) 14%,#fff);color:var(--rts-accent);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--rts-accent) 22%,transparent)}.rts-chip__i{width:15px;height:15px;display:inline-block;background-color:currentColor;-webkit-mask:url(/icons/edit-mask.svg) no-repeat center;mask:url(/icons/edit-mask.svg) no-repeat center;-webkit-mask-size:contain;mask-size:contain}.rts-close{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;cursor:pointer;font-size:18px;line-height:1;color:var(--text-muted);padding:2px 4px}.rts-badge{font-size:10px;font-weight:700;padding:2px 8px;border-radius:999px}.rts-badge--blue{color:#0b7a6e;background:color-mix(in srgb,#0B7A6E 12%,#fff)}.rts-badge--coversheet{color:#0b5f67;background:color-mix(in srgb,#0B5F67 12%,#fff)}.rts-badge--termsheet{color:#218e9a;background:color-mix(in srgb,#54CEDC 22%,#fff)}.rts-body{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:20px;flex:1;min-height:0;overflow:hidden;align-items:stretch}.rts-preview{background:var(--slate-100, #F2F3F5);border-radius:10px;flex:1;min-height:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.rts-frame{width:100%;height:100%;border:none;border-radius:10px;background:#fff}.rts-placeholder{font-size:13px;color:var(--text-muted, #9398ad)}.rts-placeholder--sm{padding:14px 0}.rts-img-wrap{padding:20px;display:flex;align-items:flex-start;justify-content:center;width:100%;overflow-y:auto}.rts-img{max-width:88%;border-radius:6px;box-shadow:0 2px 12px #0712382e}.rts-form{display:flex;flex-direction:column;gap:14px;min-width:0;min-height:0;overflow-y:auto;overflow-x:hidden;padding-right:4px}.rts-form .rts-team-dd{width:100%;display:block}.rts-form .rts-team-dd .rft-group-dd__trigger{width:100%}.rts-field{display:flex;flex-direction:column;gap:6px}.rts-label{font-size:12px;font-weight:600;color:var(--text-muted, #6b7280)}.rts-req{color:#d64545;margin-left:2px}.rts-hint{font-weight:400;color:var(--text-muted, #9398ad);font-size:11px}.rts-input{width:100%;box-sizing:border-box;padding:9px 12px;border:1px solid var(--slate-200, #E1E3E8);border-radius:8px;font-size:14px;color:var(--text-strong, #1f2430);background:#fff}.rts-input:focus{outline:none;border-color:var(--teal-700, #0B7A6E);box-shadow:0 0 0 3px color-mix(in srgb,var(--teal-700, #0B7A6E) 18%,#fff)}.rts-input:disabled{background:var(--slate-100, #F2F3F5);color:var(--text-muted, #9398ad)}.rts-select{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;cursor:pointer}.rts-group-row{display:flex;align-items:center;gap:8px}.rts-group-dot{flex:0 0 auto;width:12px;height:12px;border-radius:50%;background:var(--slate-300, #c7cbd4);box-shadow:inset 0 0 0 1px #07123814}.rts-combine{padding-top:2px}.rts-workflow-head{display:flex;align-items:center;gap:6px;margin-top:2px}.rts-info{opacity:.7;cursor:help}.rts-order-box{border:1px solid color-mix(in srgb,var(--rts-accent) 24%,#fff);border-radius:var(--radius-md, 8px);background:color-mix(in srgb,var(--rts-accent) 5%,#fff);padding:16px}.rts-order-title{font-size:13.5px;font-weight:700;color:var(--text-strong);margin-bottom:3px}.rts-order-desc{font-size:12px;color:var(--text-muted);line-height:1.5;margin-bottom:12px}.rts-workflow{display:flex;flex-direction:column;gap:8px}.rts-wf-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--slate-200, #E1E3E8);border-radius:var(--radius-md, 8px);background:#fff;box-shadow:var(--shadow-card);cursor:grab}.rts-wf-item:active{cursor:grabbing}.rts-wf-item--over{border-color:var(--rts-accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--rts-accent) 25%,#fff)}.rts-wf-grip{color:var(--slate-400, #9398ad);display:inline-flex;flex-shrink:0;cursor:grab}.rts-wf-num{width:20px;height:20px;flex-shrink:0;border-radius:6px;background:color-mix(in srgb,var(--rts-accent) 12%,#fff);color:var(--rts-accent);font-family:var(--font-display);font-size:11px;font-weight:800;display:flex;align-items:center;justify-content:center}.rts-wf-name{flex:1 1 auto;min-width:0;font-size:13.5px;font-weight:600;color:var(--text-strong, #1f2430);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rts-wf-moves{display:inline-flex;gap:6px}.rts-wf-move{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border:1px solid var(--slate-200, #E1E3E8);border-radius:7px;background:#fff;color:var(--text-secondary, #6b7094);cursor:pointer}.rts-wf-move:hover:not(:disabled){background:var(--slate-100, #F2F3F5)}.rts-wf-move:disabled{opacity:.4;cursor:not-allowed}.rts-footer{gap:8px}.rts-btn-ghost{display:inline-flex;align-items:center;gap:6px}.rts-footer--split{justify-content:space-between}.rts-footer-left,.rts-footer-right{display:flex;align-items:center;gap:10px}.rts-footer .rts-btn-danger{color:var(--danger, #dc2626)!important;border-color:color-mix(in srgb,var(--danger, #dc2626) 40%,#fff)!important;background:#fff!important}.rts-footer .rts-btn-danger:hover:not(:disabled){background:color-mix(in srgb,var(--danger, #dc2626) 8%,#fff)!important}.rts-term-body{display:flex;flex-direction:column;gap:16px}.rts-note{font-size:11.5px;color:var(--text-muted, #6b7280);line-height:1.5;background:#fafbfb;border:1px solid var(--slate-200, #E1E3E8);border-radius:var(--radius-md, 8px);padding:10px 12px}.rts-note strong{color:var(--text-body);font-weight:600}.rts-preview-col{display:flex;flex-direction:column;gap:12px;min-width:0;min-height:0}.rts-state{font-size:12px;color:var(--text-muted, #6b7280)}.rft-file-input{display:none}.modal-card--560{width:560px;max-width:94%}.rft-arch-list{display:flex;flex-direction:column;gap:8px;max-height:52vh;overflow-y:auto}.rft-arch-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid var(--slate-200, #E1E3E8);border-radius:8px;background:#fff}.rft-arch-name{flex:1 1 auto;min-width:0;font-size:13px;color:var(--text-strong, #1f2430);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rtl-head{display:flex;align-items:center;gap:16px;margin-bottom:18px}.rtl-back{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--slate-200, #E1E3E8);background:#fff;border-radius:8px;padding:7px 12px;font-size:13px;font-weight:600;color:var(--teal-700, #0B7A6E);cursor:pointer}.rtl-back:hover{background:color-mix(in srgb,var(--teal-700, #0B7A6E) 8%,#fff)}.rtl-title{font-size:15px;font-weight:700;color:var(--text-strong, #1f2430)}.rtl-title-note{font-weight:400;font-size:12px;color:var(--text-muted, #9398ad)}.ns-header{align-items:flex-start}.ns-header-main{display:flex;gap:12px;align-items:flex-start}.ns-icon{width:48px;height:48px;border-radius:8px;background:var(--green-700, #1f7d4f);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ns-desc{margin-top:4px}.ns-pills{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.ns-ico-16{font-size:16px!important}.ns-status{display:flex;align-items:center;gap:6px}.ns-status-dot{width:8px;height:8px;border-radius:50%;background:#d1d5db}.ns-status-dot.is-on{background:#10b981}.ns-status-label{font-size:13px;font-weight:600;color:#9ca3af}.ns-status-label.is-on{color:#059669}.ns-field-row{display:flex;gap:8px;align-items:center}.ns-field{flex:1}.ns-test-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.ns-test-result{display:inline-flex;align-items:center;gap:4px;padding:6px 10px;border-radius:4px;font-size:12px;font-weight:600;border:1px solid transparent}.ns-test-result.is-ok{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.ns-test-result.is-fail{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.ns-banner{position:relative;overflow:hidden;flex-shrink:0;min-height:200px;padding:24px;color:#fff;background:linear-gradient(135deg,#0f5f49,#198b6a 55%,#2fb082);display:flex;flex-direction:column;justify-content:flex-start}.ns-banner-bubbles{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.ns-banner-bubble{position:absolute;border-radius:50%}.ns-banner-bubble--lg{width:280px;height:280px;top:-90px;right:-60px;background:#ffffff14}.ns-banner-bubble--sm{width:160px;height:160px;bottom:-50px;left:-30px;background:#ffffff0d}.ns-banner-content{position:relative;z-index:1}.ns-banner-title{font-weight:800;font-size:16px;margin-bottom:12px}.ns-features{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width: 900px){.ns-features{grid-template-columns:repeat(3,1fr)}}.ns-feature{display:flex;gap:8px}.ns-step{width:20px;height:20px;border-radius:50%;background:#ffffff2e;border:1px solid rgba(255,255,255,.28);color:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;flex-shrink:0;margin-top:2px}.ns-feature-title{font-size:13px}.ns-feature-desc{margin-top:2px;font-size:12px;color:#ffffffc7}html,body,#root{margin:0;height:100%}body{font-family:inherit}
