:root{color-scheme:light;--bg: #f8fafc;--surface: #ffffff;--surface-solid: #ffffff;--text: #0f172a;--muted: #64748b;--line: #e2e8f0;--green: #16a34a;--green-dark: #166534;--green-soft: #ecfdf5;--accent-1: #f0f9ff;--accent-2: #fff7ed;--accent-3: #f7f6ff;--shadow: 0 4px 6px -1px rgb(0 0 0 / .05), 0 2px 4px -2px rgb(0 0 0 / .05);--radius-xl: 20px;--radius-lg: 16px;--radius-md: 12px;--radius-sm: 8px}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:radial-gradient(circle at top left,rgba(37,99,235,.06),transparent 36%),radial-gradient(circle at right bottom,rgba(59,130,246,.04),transparent 28%),var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}input,select,textarea,button{font:inherit}input,select,textarea{width:100%;border:1px solid #cbd5e1;background:var(--surface-solid);border-radius:12px;padding:10px 12px;color:var(--text);outline:none;transition:border-color .2s ease,box-shadow .2s ease}input:focus,select:focus,textarea:focus{border-color:var(--green);box-shadow:0 0 0 4px #16a34a26}button{cursor:pointer}.button{border:0;border-radius:999px;padding:10px 16px;font-weight:700}.button-primary{background:linear-gradient(135deg,var(--green),var(--green-dark));color:#fff;box-shadow:0 12px 28px #16652d1f}.button-secondary{background:#f1f5f9;color:#334155;border:1px solid #e2e8f0}.button-danger{background:#fef2f2;color:#ef4444;border:1px solid #fecaca}.button-danger:hover{background:#fee2e2;color:#dc2626}.button-group{display:flex;gap:8px;align-items:center}.app-shell{display:grid;grid-template-columns:280px minmax(0,1fr);min-height:100vh}.sidebar{padding:32px 20px;background:#fff;border-right:1px solid var(--line);display:flex;flex-direction:column;position:sticky;top:0;height:100vh;box-sizing:border-box}.brand{display:flex;align-items:center;gap:14px;margin-bottom:36px}.brand-mark{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,var(--green),#10b981);color:#fff;font-weight:800;font-size:1.2rem;box-shadow:0 4px 10px #10b98126}.brand-mark.large{width:64px;height:64px;border-radius:20px;font-size:1.5rem}.brand-title{font-size:1.05rem;font-weight:800;color:var(--text);letter-spacing:-.01em}.brand-subtitle{color:var(--muted);font-size:.78rem;font-weight:600;margin-top:1px}.nav{display:flex;flex-direction:column;gap:8px}.nav-link{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:12px;color:var(--muted);background:transparent;font-weight:600;font-size:.92rem;text-decoration:none;transition:all .2s ease-in-out}.nav-icon{flex-shrink:0;opacity:.7;transition:all .2s ease-in-out}.nav-link:hover{background:#f8fafc;color:var(--text)}.nav-link:hover .nav-icon{opacity:1;color:var(--text)}.nav-link.active{background:var(--green-soft);color:var(--green-dark);font-weight:700}.nav-link.active .nav-icon{opacity:1;color:var(--green-dark)}.content-wrap{padding:20px}.topbar,.hero-panel,.panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-xl);box-shadow:var(--shadow)}.topbar{display:flex;justify-content:space-between;align-items:center;padding:18px 24px;margin-bottom:24px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-xl);box-shadow:var(--shadow)}.topbar h1.gradient-title{margin:6px 0 0;font-size:1.6rem;font-weight:800;letter-spacing:-.025em;background:linear-gradient(135deg,#0f172a,#15803d);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@keyframes pulse{0%{transform:scale(.9);box-shadow:0 0 #16a34ab3}70%{transform:scale(1.1);box-shadow:0 0 0 6px #16a34a00}to{transform:scale(.9);box-shadow:0 0 #16a34a00}}.pulse-dot{animation:pulse 2s infinite}.topbar-actions{display:flex;align-items:center;gap:16px}.user-chip small,.muted,.eyebrow,.brand-subtitle{color:var(--muted)}.page-content{display:block}.hero-panel{display:flex;justify-content:space-between;gap:24px;align-items:center;padding:28px 32px;margin-bottom:24px;overflow:hidden;position:relative;background:linear-gradient(135deg,var(--surface) 0%,rgba(22,163,74,.03) 100%);border:1px solid var(--line)}.hero-panel:after{content:"";position:absolute;inset:auto -80px -120px auto;width:260px;height:260px;background:radial-gradient(circle,rgba(22,163,74,.08),transparent 68%);pointer-events:none}.hero-panel h2{margin:0 0 8px;font-size:1.8rem;font-weight:800;background:linear-gradient(135deg,var(--text) 0%,var(--green-dark) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-content{max-width:480px}.hero-stats-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;min-width:440px;z-index:1}.stat-card,.mini-card,.article-card{border-radius:16px;border:1px solid var(--line);background:var(--surface-solid)}.stat-card{padding:16px 20px;display:grid;gap:6px;position:relative;overflow:hidden;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1)}.stat-card:hover{transform:translateY(-4px);box-shadow:0 12px 20px -8px #00000014}.stat-card strong{font-size:1.8rem;font-weight:800}.stat-card:before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:4px}.stat-card--profiles:before{background:linear-gradient(90deg,#10b981,#047857)}.stat-card--schedulers:before{background:linear-gradient(90deg,#f59e0b,#b45309)}.stat-card--runs:before{background:linear-gradient(90deg,#3b82f6,#1d4ed8)}.stat-card--insights:before{background:linear-gradient(90deg,#8b5cf6,#6d28d9)}.stat-card--profiles{background:linear-gradient(180deg,var(--accent-1),var(--surface))}.stat-card--schedulers{background:linear-gradient(180deg,var(--accent-2),var(--surface))}.stat-card--runs{background:linear-gradient(180deg,#eff6ff,var(--surface))}.stat-card--insights{background:linear-gradient(180deg,var(--accent-3),var(--surface))}.company-filter-select{width:auto;min-width:190px;border-radius:99px;padding:10px 36px 10px 18px;background-color:#f8fafc;border:1px solid #cbd5e1;font-size:.875rem;font-weight:600;color:#334155;outline:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23475569' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 14px center;background-size:14px;transition:all .2s ease}.company-filter-select:focus,.company-filter-select:hover{border-color:var(--green);background-color:#fff;box-shadow:0 4px 12px #16a34a14}.list-row-link{text-decoration:none!important;color:inherit!important;cursor:pointer;transition:background-color .2s ease,transform .1s ease,border-color .2s ease;display:flex!important;justify-content:space-between;align-items:center}.list-row-link:hover{background-color:#f8fafc;border-color:#cbd5e1}.list-row-link:active{transform:scale(.995)}.panel{padding:20px;margin-bottom:20px}.panel-head{display:grid;gap:6px;margin-bottom:18px}.row-between{display:flex;align-items:center;justify-content:space-between}.stack-large{display:grid;gap:24px}.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.form-grid{display:grid;gap:12px}.form-grid label{display:grid;gap:6px;font-size:.95rem;font-weight:700;color:var(--text)}.full-width{grid-column:1 / -1}.inline-fields{display:grid;grid-template-columns:1fr 1.2fr;gap:10px}.compact-form{display:grid;gap:10px}.compact-form label{display:grid;gap:6px;font-size:.92rem;font-weight:600;color:var(--text)}.compact-form input,.compact-form select,.compact-form textarea{padding:10px 12px;border-radius:12px;font-size:.95rem}.compact-form textarea{min-height:92px}.compact-form--single{gap:12px}.profile-tabs-shell{display:grid;gap:14px}.profile-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.profile-tab{display:grid;gap:4px;text-align:left;border:1px solid var(--line);background:linear-gradient(180deg,#fffffff2,#f9fcf9fa);padding:14px 16px;border-radius:16px;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.profile-tab--person{background:linear-gradient(180deg,#e6f4ecd1,#fffffffa)}.profile-tab--company{background:linear-gradient(180deg,#eef7ead1,#fffffffa)}.profile-tab--industry{background:linear-gradient(180deg,#edf5ffd1,#fffffffa)}.profile-tab span{font-size:1rem;font-weight:800}.profile-tab small{color:var(--muted);font-size:.86rem}.profile-tab.active{border-color:#2f8f5747;box-shadow:0 12px 24px #2f8f571a;transform:translateY(-1px)}.profile-card--tabbed{min-height:0}.button-full{width:100%}.compact-panel{align-self:start;background:linear-gradient(180deg,var(--bg),var(--surface))}.profile-sections{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.profile-card{padding:18px;border:1px solid var(--line);border-radius:14px;background:var(--surface-solid);display:grid;gap:14px}.profile-card__head{display:flex;align-items:flex-start;gap:12px}.profile-card__head h4,.profile-card__head p{margin:0}.profile-card__head h4{font-size:1rem}.profile-card__head p{color:var(--muted);font-size:.9rem;line-height:1.45}.profile-directory{grid-template-columns:repeat(3,minmax(0,1fr))}.profile-directory .mini-card{min-height:132px}.profile-link,.form-hint{color:var(--muted);font-size:.84rem;line-height:1.45}.alert-success{background:#eff9f1;color:#2b7f4d;border:1px solid #cce9d6}.dashboard-directory{margin-bottom:16px}.create-panel{margin-top:14px}.empty-state{padding:18px;border:1px dashed var(--line);border-radius:18px;background:#f8fcf8e6;color:var(--muted)}.empty-state h4{margin:0 0 6px;color:var(--text)}.row-actions{display:flex;align-items:center;gap:12px}.cards-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.article-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mini-card,.article-card{padding:16px;display:grid;gap:10px}.article-card h4,.article-card p,.mini-card strong,.mini-card small{margin:0}.article-card{transition:transform .2s ease,box-shadow .2s ease}.article-card:hover{transform:translateY(-2px);box-shadow:0 18px 36px #0f172a14}.list{display:grid;gap:12px}.list-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;border-radius:14px;background:var(--surface-solid);border:1px solid var(--line)}.link-row{transition:transform .2s ease}.link-row:hover{transform:translateY(-1px)}.pill{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:6px 12px;font-size:.82rem;font-weight:700;text-transform:capitalize}.pill-person{background:#eff6ff;color:#1d4ed8;border:1px solid #dbeafe}.pill-company{background:#fdf2f8;color:#be185d;border:1px solid #fce7f3}.pill-industry{background:#f0fdf4;color:#15803d;border:1px solid #dcfce7}.pill-success{background:#ecfdf5;color:#047857;border:1px solid #d1fae5}.pill-running,.pill-queued{background:#fef3c7;color:#b45309;border:1px solid #fde68a}.pill-failed{background:#fef2f2;color:#b91c1c;border:1px solid #fee2e2}.pill-partial{background:#ffedd5;color:#c2410c;border:1px solid #fed7aa}.article-source{font-size:.8rem;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.text-link{color:var(--green-dark);font-weight:700}.alert{border-radius:16px;padding:14px 16px}.alert-error{background:#fff0f0;color:#9c4040;border:1px solid #ffd0d0}.muted{font-size:.92rem}.auth-screen{min-height:100vh;display:grid;grid-template-columns:1.1fr .9fr}.auth-hero{display:grid;place-content:center;gap:14px;padding:40px;color:#14301f}.auth-hero h1{margin:0;font-size:clamp(2.4rem,6vw,4.5rem)}.auth-hero p{max-width:520px;font-size:1.1rem;line-height:1.6;color:var(--muted)}.auth-card{margin:auto 36px auto 0;padding:28px;background:#ffffffe6;border-radius:24px;border:1px solid var(--line);box-shadow:var(--shadow);display:grid;gap:14px}.auth-footnote{margin:0;color:var(--muted)}.summary{font-size:1.05rem;line-height:1.7}.meta-row{display:flex;justify-content:space-between;gap:16px;margin:16px 0;color:var(--muted)}.article-detail{display:grid;gap:14px}.center-screen{min-height:100vh;display:grid;place-items:center;background:var(--bg)}.loading-card{padding:18px 22px;background:#fff;border-radius:16px;box-shadow:var(--shadow)}@media(max-width:1100px){.app-shell,.auth-screen,.grid-2,.hero-panel{grid-template-columns:1fr}.sidebar{display:none}.hero-stats,.cards-grid,.article-grid,.profile-sections,.profile-directory{grid-template-columns:1fr;min-width:0}.topbar{flex-direction:column;align-items:flex-start}.topbar-actions{width:100%;justify-content:space-between}.auth-card{margin:24px}.profile-tabs{grid-template-columns:1fr}}@media(max-width:640px){.content-wrap{padding:14px}.panel,.topbar,.hero-panel,.auth-card{padding:18px;border-radius:22px}.profile-card__head{align-items:center}.inline-fields{grid-template-columns:1fr}.meta-row,.list-row{flex-direction:column;align-items:flex-start}}.filter-tabs{display:flex;gap:8px;padding:6px;border-radius:999px;background:transparent}.filter-tab{border:0;background:transparent;padding:8px 18px;border-radius:999px;font-size:.9rem;font-weight:700;color:var(--muted);transition:all .16s ease;cursor:pointer}.filter-tab.active{background:var(--surface);color:var(--text);box-shadow:0 6px 18px #0f172a0f}.filter-tab:hover:not(.active){color:var(--text)}.profile-row{display:flex;align-items:flex-start;justify-content:space-between;padding:20px;gap:24px;transition:transform .2s ease,box-shadow .2s ease}.profile-row:hover{transform:translateY(-1px);box-shadow:0 10px 15px -3px #0000000a}.profile-row-info{display:flex;flex-direction:column;gap:6px;flex:1}.profile-row-title{display:flex;align-items:center;gap:10px}.profile-row-title strong{font-size:1.1rem;color:var(--text)}.profile-row-sub{font-size:.9rem;font-weight:600;color:var(--muted)}.profile-row-desc{margin:4px 0 0;font-size:.95rem;color:#475569;line-height:1.5}.profile-row-meta{display:flex;flex-direction:column;align-items:flex-end;min-width:280px;gap:12px}.profile-link-details{display:flex;flex-direction:column;gap:6px;font-size:.88rem;color:var(--muted);text-align:right}.meta-label{font-weight:600;color:#64748b}.meta-val{color:#334155}.stack-small{display:grid;gap:12px}.small-panel{padding:14px;min-height:180px}.article-groups-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.article-group-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -2px #0000000d;border:1px solid #e2e8f0;display:flex;align-items:center;gap:16px;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1)}.article-group-card:hover{transform:translateY(-4px);box-shadow:0 12px 20px -5px #00000014,0 8px 10px -6px #0000000d;border-color:#cbd5e1}.group-card-icon{background:#f0fdf4;color:#16a34a;width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.group-card-content{flex:1;min-width:0}.group-title{font-weight:600;font-size:1.05rem;margin:0 0 4px;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.group-count{font-size:.875rem;color:#64748b;font-weight:500}.list-controls{padding:12px 20px;border-bottom:1px solid #f1f5f9;background:#f8fafc;border-radius:12px 12px 0 0}.checkbox-label{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:.9rem;font-weight:500}.checkbox-label input[type=checkbox],.checkbox-column input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#16a34a}.link-row-wrapper{display:flex;align-items:stretch;padding:0;border-bottom:1px solid #f1f5f9;transition:background .2s ease}.link-row-wrapper:hover{background:#f8fafc}.link-row-wrapper:last-child{border-bottom:none}.checkbox-column{padding:0 0 0 20px;display:flex;align-items:center}.link-row-content{flex:1;display:flex;justify-content:space-between;align-items:center;padding:16px 20px 16px 16px;text-decoration:none;color:inherit}.bulk-action-bar{position:fixed;bottom:40px;left:50%;transform:translate(-50%);background:#fff;border-radius:16px;padding:12px 16px 12px 24px;display:flex;align-items:center;gap:24px;box-shadow:0 20px 25px -5px #00000026,0 8px 10px -6px #0000001a;border:1px solid #e2e8f0;z-index:50;animation:slideUp .4s cubic-bezier(.16,1,.3,1)}.bulk-action-bar span{color:#334155;font-size:.95rem}@keyframes slideUp{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}.abm-container{display:grid;grid-template-columns:280px 1fr;gap:24px;align-items:start}@media(max-width:900px){.abm-container{grid-template-columns:1fr}}.abm-sidebar-panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-xl);box-shadow:var(--shadow);display:flex;flex-direction:column;max-height:calc(100vh - 180px)}.abm-sidebar-header{padding:16px;border-bottom:1px solid var(--line);display:flex;flex-direction:column;gap:12px}.abm-search-input{width:100%;padding:10px 14px;font-size:.85rem;border:1px solid var(--line);border-radius:var(--radius-sm);outline:none;background-color:#f8fafc;transition:all .2s ease}.abm-search-input:focus{border-color:var(--green);background-color:#fff;box-shadow:0 0 0 3px #16a34a14}.abm-category-tabs{display:flex;gap:4px;flex-wrap:wrap}.abm-cat-tab{background:transparent;border:none;font-size:.72rem;font-weight:700;padding:6px 10px;border-radius:99px;color:var(--muted);cursor:pointer;transition:all .2s ease}.abm-cat-tab:hover{background:#f1f5f9;color:var(--text)}.abm-cat-tab.active{background:#e2e8f0;color:var(--text)}.abm-profile-list{flex:1;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:4px;max-height:480px}.abm-profile-item{width:100%;display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-radius:var(--radius-sm);background:transparent;border:none;text-align:left;cursor:pointer;transition:all .2s ease}.abm-profile-item:hover{background:#f8fafc}.abm-profile-item.active{background:var(--green-soft);color:var(--green-dark);font-weight:600}.profile-item-name{font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.abm-content-panel{min-width:0}.abm-profile-header{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-xl);padding:24px;box-shadow:var(--shadow)}.abm-section-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-xl);box-shadow:var(--shadow);padding:24px;display:flex;flex-direction:column;gap:20px;overflow:hidden}.abm-section--activity{border-left:4px solid var(--green);background:linear-gradient(180deg,rgba(22,163,74,.02) 0%,var(--surface) 100%)}.abm-section--signals{border-left:4px solid #3b82f6;background:linear-gradient(180deg,rgba(59,130,246,.02) 0%,var(--surface) 100%)}.abm-section--personalisation{border-left:4px solid #8b5cf6;background:linear-gradient(180deg,rgba(139,92,246,.02) 0%,var(--surface) 100%)}.abm-section-header{display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--line);padding-bottom:14px}.abm-section-icon{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;font-weight:800;font-size:.85rem}.abm-fields-list{display:flex;flex-direction:column;gap:1px;background:var(--line);border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--line)}.abm-row{display:grid;grid-template-columns:220px 1fr;background:var(--surface)}@media(max-width:640px){.abm-row{grid-template-columns:1fr}.abm-label-cell{border-right:none!important;border-bottom:1px solid var(--line)}}.abm-label-cell{padding:14px 18px;background:#f8fafc;font-weight:700;font-size:.825rem;color:#475569;border-right:1px solid var(--line);display:flex;align-items:center}.abm-value-cell{padding:14px 18px;font-size:.875rem;color:#1e293b;line-height:1.5;align-self:center}.abm-header-inline-row{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:8px}.abm-header-profile-info{display:flex;flex-direction:column;gap:2px}.abm-tabs-row{display:flex;gap:6px;background:var(--surface);border:1px solid var(--line);padding:4px;border-radius:var(--radius-xl);box-shadow:var(--shadow)}.abm-tab-button{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 14px;background:transparent;border:1px solid transparent;border-radius:var(--radius-lg);font-size:.85rem;font-weight:700;color:var(--muted);cursor:pointer;transition:all .2s ease}.abm-tab-button:hover{background:#f8fafc;color:var(--text)}.abm-tab-button.active{background:#fff;box-shadow:0 4px 12px #0000000d}.abm-tab-button--activity.active{border-color:#16a34a4d;color:var(--green-dark)}.abm-tab-button--signals.active{border-color:#3b82f64d;color:#1e3a8a}.abm-tab-button--personalisation.active{border-color:#8b5cf64d;color:#4c1d95}.abm-tab-number{width:20px;height:20px;border-radius:50%;font-size:.75rem;font-weight:800;display:grid;place-items:center;transition:all .2s ease}.animate-fade-in{animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.abm-horizontal-selector-bar{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-xl);box-shadow:var(--shadow);padding:16px;display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.abm-horizontal-controls{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.abm-search-input-inline{width:240px;padding:8px 14px;font-size:.85rem;border:1px solid var(--line);border-radius:var(--radius-lg);outline:none;background-color:#f8fafc;transition:all .2s ease}.abm-search-input-inline:focus{border-color:var(--green);background-color:#fff;box-shadow:0 0 0 3px #16a34a14}.abm-category-tabs-inline{display:flex;gap:6px}.abm-cat-tab-inline{background:transparent;border:none;font-size:.8rem;font-weight:700;padding:6px 14px;border-radius:var(--radius-lg);color:var(--muted);cursor:pointer;transition:all .2s ease;border:1px solid var(--line)}.abm-cat-tab-inline:hover{background:#f1f5f9;color:var(--text)}.abm-cat-tab-inline.active{background:#e2e8f0;color:var(--text);border-color:#cbd5e1}.abm-horiz-profile-list{display:flex;gap:8px;overflow-x:auto;padding-bottom:8px;scrollbar-width:thin}.abm-horiz-profile-list::-webkit-scrollbar{height:6px}.abm-horiz-profile-list::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:3px}.abm-horiz-profile-pill{flex-shrink:0;display:flex;align-items:center;padding:8px 16px;background:#f8fafc;border:1px solid var(--line);border-radius:99px;cursor:pointer;transition:all .2s ease}.abm-horiz-profile-pill:hover{background:#f1f5f9;border-color:#cbd5e1}.abm-horiz-profile-pill.active{background:var(--green-soft);color:var(--green-dark);border-color:#16a34a4d;font-weight:600}.profile-pill-name{font-size:.85rem}.abm-fullwidth-container{width:100%}.client-settings-page{max-width:1000px;margin:0 auto;padding:16px 24px 48px;display:flex;flex-direction:column;gap:16px}.settings-header-banner{display:flex;justify-content:space-between;align-items:center;gap:16px;border-bottom:1px solid var(--line);padding-bottom:12px;margin-bottom:16px}.settings-header-banner h2{margin:0;font-size:1.45rem;font-weight:800;color:var(--text);letter-spacing:-.02em}.settings-header-banner p{margin:4px 0 0;color:var(--muted);font-size:.82rem}.mode-toggle-buttons{display:none}.progress-card{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid var(--line);border-radius:16px;padding:24px;box-shadow:0 4px 20px #00000005}.progress-card-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.progress-title{font-weight:700;color:var(--text);font-size:1.05rem}.progress-percentage{font-weight:800;color:var(--green-dark);font-size:1.15rem}.progress-bar-container{height:10px;background:#e2e8f0;border-radius:5px;overflow:hidden;margin-bottom:12px}.progress-bar-fill{height:100%;background:linear-gradient(90deg,var(--green),#10b981);border-radius:5px;transition:width .4s cubic-bezier(.4,0,.2,1)}.progress-card-hint{margin:0;font-size:.85rem;color:var(--muted)}.wizard-container{display:flex;flex-direction:column;gap:24px}.wizard-stepper{display:flex;justify-content:space-between;background:#fff;border:1px solid var(--line);border-radius:8px;padding:10px 14px;overflow-x:auto;gap:10px;margin-bottom:8px}.wizard-step-node{flex:0 0 auto;display:flex;align-items:center;gap:6px;padding:4px 8px;border-radius:6px;cursor:pointer;transition:all .2s ease}.wizard-step-node:hover{background:#f8fafc}.wizard-step-node.active{background:var(--green-soft);color:var(--green-dark)}.wizard-step-node.completed .step-num{background:var(--green);color:#fff;border-color:var(--green)}.step-num{width:22px;height:22px;border-radius:50%;border:2px solid #cbd5e1;display:grid;place-items:center;font-weight:700;font-size:.75rem;color:var(--muted);transition:all .2s ease;background:#fff}.wizard-step-node.active .step-num{border-color:var(--green-dark);color:var(--green-dark);background:#fff}.step-label{font-size:.85rem;font-weight:600;white-space:nowrap}.wizard-actions{display:flex;justify-content:space-between;margin-top:24px;padding-top:20px;border-top:1px solid var(--line)}.settings-form{display:grid;grid-template-columns:repeat(2,1fr);gap:20px 24px}.settings-form .form-group.full-width{grid-column:span 2}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:.85rem;font-weight:700;color:var(--text)}.form-group input,.form-group select,.form-group textarea{padding:10px 14px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:var(--text);font-family:inherit;font-size:.9rem;transition:all .15s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 3px #22c55e1f}.preview-container{display:flex;flex-direction:column;gap:24px}.preview-sections-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:24px}.preview-section-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:20px;box-shadow:0 2px 12px #00000003}.preview-section-card h4{margin:0 0 16px;font-size:1.1rem;font-weight:800;color:var(--text);border-bottom:2px solid var(--green-soft);padding-bottom:8px}.preview-fields-list{display:flex;flex-direction:column;gap:12px}.preview-field-row{display:flex;flex-direction:column;gap:4px;border-bottom:1px solid #f1f5f9;padding-bottom:8px}.preview-field-row:last-child{border-bottom:none;padding-bottom:0}.field-label{font-size:.78rem;font-weight:700;text-transform:uppercase;color:var(--muted);letter-spacing:.03em}.field-value{font-size:.9rem;color:var(--text);line-height:1.45;word-break:break-word}.flex-between{display:flex;justify-content:space-between;align-items:flex-start}.pill-active{background:var(--green-soft);color:var(--green-dark);font-size:.8rem;font-weight:700;padding:6px 12px;border-radius:99px}.pill-inactive{background:#f1f5f9;color:#64748b;font-size:.8rem;font-weight:700;padding:6px 12px;border-radius:99px}.circular-progress-wrapper{display:inline-flex;align-items:center;justify-content:center}.circular-progress{transform:rotate(-90deg)}.circular-progress .circle-bg{stroke:#e2e8f0}.circular-progress .circle{stroke:var(--green);transition:stroke-dasharray .3s ease}.circular-progress .circle-text{transform:rotate(90deg);transform-origin:center;fill:var(--text)}.segmented-control{display:flex;background:#f1f5f9;border-radius:8px;padding:3px;border:1px solid var(--line)}.segmented-control .control-btn{background:transparent;border:none;border-radius:6px;padding:6px 14px;font-size:.8rem;font-weight:600;color:var(--muted);cursor:pointer;transition:all .15s ease}.segmented-control .control-btn:hover{color:var(--text)}.segmented-control .control-btn.active{background:#fff;color:var(--text);box-shadow:0 1px 3px #00000014}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:16px;padding:32px;width:100%;max-width:480px;text-align:center;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;position:relative}.modal-close{position:absolute;top:16px;right:16px;background:transparent;border:none;font-size:1.5rem;color:var(--muted);cursor:pointer;line-height:1}.modal-close:hover{color:var(--text)}.success-icon-wrapper{width:80px;height:80px;border-radius:50%;background:var(--green-soft);display:grid;place-items:center;margin:0 auto 20px}.modal-content h2{font-size:1.5rem;font-weight:800;color:var(--text);margin-bottom:12px;letter-spacing:-.01em}.modal-content p{font-size:.92rem;color:var(--muted);line-height:1.6;margin-bottom:24px}.modal-actions{display:flex;gap:12px;justify-content:center}.animate-scale-in{animation:scaleIn .35s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes scaleIn{0%{transform:scale(.92);opacity:0}to{transform:scale(1);opacity:1}}.form-group.has-error input,.form-group.has-error textarea,.form-group.has-error select{border-color:#ef4444!important;background-color:#fef2f2!important;box-shadow:0 0 0 1px #ef4444!important}.form-group.has-error input:focus,.form-group.has-error textarea:focus,.form-group.has-error select:focus{outline:none!important;box-shadow:0 0 0 3px #ef444426!important}.field-error-message{display:block;font-size:.72rem;color:#dc2626;margin-top:4px;font-weight:600;animation:fadeInError .2s ease-in-out}@keyframes fadeInError{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}
