:root{--sf-blue:#1b96ff;--sf-blue-dark:#0176d3;--bg:#f4f6f9;--panel:#ffffff;--text:#1f2937;--muted:#6b7280;--line:#d8dde6}html,body{margin:0;padding:0;height:100%;overflow-x:hidden}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:var(--text)}#app,#view{height:100%}.lx{display:grid;grid-template-columns:86px 1fr;height:100vh;width:100%}.lx-rail{background:#032d60;display:flex;flex-direction:column;align-items:center;padding-top:18px}.lx-rail-item{width:100%;padding:14px 0;display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer;color:#fff;transition:background .15s ease}.lx-rail-item.active{background:#ffffff24}.lx-rail-icon{width:46px;height:46px;margin:0 auto;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:20px;transition:all .15s ease}.lx-rail-label{font-size:12px;font-weight:600}.lx-main{display:flex;flex-direction:column;height:100vh;overflow:hidden}.lx-header{height:56px;background:#066afe;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 28px;box-shadow:0 1px #00000026}.lx-header-title{font-size:18px;font-weight:600}.lx-header-right{display:flex;gap:12px}.icon-btn{width:34px;height:34px;border-radius:999px;border:none;background:#ffffff2e;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.icon-btn:hover{background:#ffffff47}.lx-appnav{height:44px;background:#fff;display:flex;align-items:center;padding:0 28px;border-bottom:1px solid var(--line)}.lx-tabs{display:flex;gap:12px;align-items:center}.lx-tab{background:transparent;border:none;height:32px;display:flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:#2e3c54;cursor:pointer;position:relative;white-space:nowrap}.lx-tab:hover{color:var(--sf-blue-dark)}.lx-tab.is-active{color:var(--sf-blue-dark);font-weight:700}.lx-tab.is-active:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background:var(--sf-blue-dark);border-radius:2px 2px 0 0}.lx-chevron{width:12px;height:12px;opacity:.6;transform:translateY(1px)}.lx-tab.is-active .lx-chevron{opacity:1}.lx-app-search{margin-left:auto}.lx-app-search input{width:520px;border-radius:999px;border:1px solid #c9cfd6;padding:8px 14px;background:#f9fafb;font-size:14px;outline:none}.lx-app-search input:focus{border-color:var(--sf-blue-dark);background:#fff}.lx-content{flex:1;overflow-y:auto;padding:24px 32px;background:#f3f3f3}.page{background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px;box-shadow:0 2px 4px #0000000d}.table-wrap{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff}table{width:100%;border-collapse:collapse}th,td{padding:10px 12px;border-bottom:1px solid var(--line);text-align:left;font-size:13px}th{color:var(--muted);font-weight:700}tr:hover td{background:#f9fafb}.link{color:var(--sf-blue-dark);font-weight:700;cursor:pointer}.btn{padding:8px 14px;border:1px solid var(--line);background:#fff;border-radius:999px;font-weight:600;cursor:pointer}.btn.primary{background:var(--sf-blue-dark);color:#fff;border-color:var(--sf-blue-dark)}@media(max-width:980px){.lx{grid-template-columns:70px 1fr}.lx-rail-label,.lx-app-search{display:none}}.lx-rail-item:hover,.lx-rail-item.active{background:transparent}.icon-box{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.lx-rail-item .icon-box{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center}.lx-rail-item:hover .icon-box{border:2px solid rgba(255,255,255,.6)}.lx-rail-item.active .icon-box,.lx-rail-item.active:hover .icon-box{border:2px solid #ffffff}.toast{position:absolute;top:16px;right:24px;background:#323232;color:#fff;padding:10px 16px;border-radius:8px;font-size:14px;z-index:1000;box-shadow:0 6px 20px #00000040;animation:fadeIn .2s ease}.toast.hidden{display:none}.lx-tabs-dropdown{position:absolute;top:40px;left:0;width:200px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 30px #0000001a;z-index:100;overflow:hidden}.lx-tab-item{padding:12px 14px;font-size:14px;cursor:pointer}.lx-tab-item:hover{background:#f3f4f6}@media(max-width:768px){.desktop-tabs{display:none}.lx-tabs-mobile{display:block}}.lx-tabs-mobile{position:relative}.lx-tabs-dropdown{position:absolute;top:42px;left:0;min-width:180px;background:#fff;border-radius:12px;box-shadow:0 12px 30px #00000026;padding:8px 0;z-index:9999}.lx-tab-item{padding:10px 16px;font-size:14px;cursor:pointer;transition:.2s}.mobile-tab{background:#eef2ff;border-radius:10px;padding:8px 14px;font-weight:600;font-size:14px}@media(max-width:768px){.desktop-tabs{display:none!important}}.lx-tabs-mobile{display:none;position:relative}.mobile-tab{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:240px;background:#eef2ff;border-radius:12px;padding:10px 14px;font-weight:700;font-size:14px;color:#1e3a8a;border:1px solid #dbeafe;box-shadow:0 6px 18px #2563eb26;cursor:pointer;transition:all .2s ease}.mobile-tab:hover{transform:translateY(-1px)}.lx-tabs-dropdown{position:absolute;top:48px;left:0;width:220px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:14px;box-shadow:0 18px 40px #0000002e;padding:8px 0;z-index:9999;opacity:0;transform:translateY(-8px);pointer-events:none;transition:all .2s ease}.lx-tabs-dropdown.open{opacity:1;transform:translateY(0);pointer-events:auto}.lx-tab-item{padding:12px 16px;font-size:14px;font-weight:600;color:#111827;cursor:pointer;transition:.2s}.lx-tab-item:hover{background:#f1f5ff}.lx-tab-item.active{background:#e0e7ff;color:#1d4ed8}@media(max-width:768px){.lx-tabs-mobile{display:block}}.mobile-tab:after{content:"▼";transition:.2s}.mobile-tab.active:after{transform:rotate(180deg)}.home-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.home-hero__actions{display:flex;gap:8px;flex-wrap:wrap}.home-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;align-items:stretch}.home-card{display:flex;flex-direction:column;height:100%}.home-card .mini-list,.home-card .card-body{flex:1}@media(max-width:980px){.home-grid{grid-template-columns:1fr}}.mini-list{padding:6px 0}.mini-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-top:1px solid rgba(0,0,0,.06);cursor:pointer}.mini-row:first-child{border-top:0}.mini-row:hover{background:#00000005}.mini-title{font-weight:600}.mini-sub{font-size:12px;margin-top:2px}.mini-right{white-space:nowrap}.banner-toggle{position:absolute;left:12px;top:12px;width:34px;height:34px;border-radius:999px;border:0;background:transparent;cursor:pointer;font-size:20px;font-weight:900;color:#0b5cab}.banner-cards{display:flex;gap:16px;align-items:flex-start;overflow-x:auto;padding-bottom:4px}.banner-x{width:24px;height:24px;border-radius:999px;border:0;background:transparent;cursor:pointer;font-weight:900;color:#0b5cab;font-size:18px}.banner-icons{display:flex;gap:10px;justify-content:flex-end;width:100%}.banner-content,.banner-cards,.home-grid,.hw-body{min-width:0;max-width:100%}.sidebar,.app-shell__nav{width:220px;min-width:220px}.lx-content{background:#f3f2f2;width:100%}.page{background:transparent;border:0;box-shadow:none;padding:0}.home-grid.sf6{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}@media(max-width:1100px){.home-grid.sf6{grid-template-columns:1fr}}.hw{border-radius:18px;border:1px solid rgba(0,0,0,.08);background:#fff;overflow:hidden;position:relative}.hw-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px 8px}.hw-left{display:flex;align-items:center;gap:10px;min-width:0;flex:1}.hw-ico{width:40px;height:40px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-weight:900}.hw-picker{display:flex;align-items:center;gap:10px;min-width:0;flex:1}.hw-pill{border:1px solid rgba(0,0,0,.35);background:#fff;border-radius:12px;padding:9px 12px;font-weight:800;cursor:pointer;display:flex;align-items:center;gap:10px;min-width:180px}.hw-pill__txt{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hw-pill__chev{opacity:.75}.hw-search{border:1px solid rgba(0,0,0,.35);background:#fff;border-radius:12px;padding:9px 12px;display:flex;align-items:center;gap:10px;flex:1;min-width:0}.hw-search input{border:0;outline:none;width:100%;font-weight:700}.hw-search__ico{opacity:.75}.hw-actions{display:flex;align-items:center;gap:10px}.hw-new{border:1px solid rgba(0,0,0,.25);background:#fff;border-radius:999px;padding:9px 16px;font-weight:900;color:#0b5cab;cursor:pointer}.hw-menu{width:40px;height:40px;border-radius:999px;border:1px solid rgba(0,0,0,.25);background:#fff;cursor:pointer;font-weight:900}.hw-dd{position:absolute;left:64px;top:60px;width:min(520px,calc(100% - 90px));background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:14px;box-shadow:0 18px 40px #0f172a1f;padding:10px;z-index:10}.hw-dd-title{font-weight:900;color:#0000008c;padding:6px 8px}.hw-dd-list{display:flex;flex-direction:column;gap:4px;max-height:260px;overflow:auto}.hw-opt{border:0;background:transparent;text-align:left;padding:10px;border-radius:10px;cursor:pointer;font-weight:800}.hw-opt:hover{background:#0000000a}.hw-opt.is-active{background:#0176d31a;color:#0b5cab}.hw-body{min-height:220px;padding:8px 0 0}.hw-foot{border-top:1px solid rgba(0,0,0,.08);padding:10px 14px;display:flex;justify-content:space-between;align-items:center;color:#0000008c;font-weight:700}.hw-link{color:#0b5cab;font-weight:900;text-decoration:none}.hw-foot-right{display:flex;align-items:center;gap:12px}.hw-refresh{border:0;background:transparent;cursor:pointer;font-weight:900;color:#0b5cab}.hw-table{width:100%;border-top:1px solid rgba(0,0,0,.08)}.hw-table table{width:100%;border-collapse:collapse}.hw-table th,.hw-table td{padding:10px 12px;border-bottom:1px solid rgba(0,0,0,.08);text-align:left;font-size:13px}.hw-table th{color:#0000008c;font-weight:900}.hw-table .link{color:#0b5cab;font-weight:900;cursor:pointer}.card{border-radius:16px;box-shadow:0 2px 6px #0000000f}.home-banner{background:#eaf3ff;border-radius:18px;border:1px solid rgba(0,0,0,.06);box-shadow:0 8px 22px #0f172a14;margin:8px 0 18px;position:relative;overflow:hidden}.banner-toggle{position:absolute;left:12px;top:12px;width:4px;height:34px;border-radius:999px;border:0;background:transparent;cursor:pointer;font-size:20px;font-weight:900;color:#0b5cab}.home-banner.is-open{padding:10px 50px 10px 40px}.home-banner.is-closed{padding:14px 18px 10px 55px}.banner-content{display:flex;align-items:center;justify-content:space-between;gap:22px}.banner-left{min-width:260px}.banner-title{font-size:24px;font-weight:200;color:#0b1f44;letter-spacing:-.4px}.banner-sub{margin-top:6px;font-weight:200;color:#000000b3}.banner-link{display:inline-block;margin-top:16px;font-weight:400;color:#0b5cab;text-decoration:none}.banner-cards{display:flex;gap:18px;align-items:flex-start}.banner-card{width:210px;background:#fff;border-radius:18px;border:1px solid rgba(0,0,0,.08);padding:16px}.banner-card-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.banner-dot{width:18px;height:18px;border-radius:999px;background:#1b96ff;display:inline-block}.banner-x{width:14px;height:14px;border-radius:999px;border:0;background:transparent;cursor:pointer;font-weight:900;color:#0b5cab;font-size:20px}.banner-card-title{font-weight:300;font-size:16px;color:#0b5cab}.banner-card-body{margin-top:6px;font-weight:400;color:#000000b3;line-height:1.35}.banner-closed{display:flex;align-items:center;height:46px}.banner-closed-text{font-weight:800;color:#000000bf}@media(max-width:1100px){.banner-content{flex-direction:column;align-items:flex-start}.banner-cards,.banner-card{width:85%}.banner-title{font-size:34px}}.banner-icons{display:flex;gap:10px;justify-content:flex-end;width:085}.banner-card-cat{margin-top:14px;font-weight:800;color:#0000008c}.banner-cards{display:flex;gap:16px;overflow-x:auto;padding-bottom:4px}.banner-content,.banner-cards,.home-grid,.hw-card,.hw-body{min-width:0;max-width:100%}.sf-lvmenu{position:absolute;margin-left:46px;margin-top:-8px;width:260px;background:var(--sf-surface);border:1px solid var(--sf-border);border-radius:10px;box-shadow:var(--sf-shadow);padding:6px;z-index:50}.sf-lvitem{padding:8px 10px;border-radius:8px;cursor:pointer;font-size:12px;color:var(--sf-text)}.sf-lvitem:hover{background:#f7f7f7}.sf-lvitem.is-active{background:#eef6ff;border:1px solid #cfe6ff;color:var(--sf-link)}.sf-rowmenu{cursor:pointer;color:var(--sf-muted)}.ct-page{padding:10px 6px 18px}.ct-objhead{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px;max-width:1325px}.ct-pillbtn{height:32px;padding:0 14px;border-radius:999px;font-size:12px;font-weight:600;white-space:nowrap}.ct-objleft{display:flex;align-items:center;gap:14px}.ct-objname{font-size:16px;font-weight:900;color:#000000c7}.ct-objdrop{font-size:12px;font-weight:900;color:#0000008c;display:flex;align-items:center;gap:6px}.ct-caret{font-weight:900}.ct-objright{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.ct-pillbtn{border:1px solid rgba(0,0,0,.18);background:#fff;border-radius:999px;padding:3px 12px;font-size:12px;font-weight:900;cursor:pointer}.ct-pillbtn.is-primary{background:#0176d3;border-color:#0176d3;color:#fff}.ct-lvhead{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:16px}.ct-lvleft{position:relative}.ct-kicker{font-size:12px;font-weight:900;color:#0000008c}.ct-lvtitleline{display:flex;align-items:center;gap:10px;margin-top:4px}.ct-lvbadge{width:26px;height:26px;border-radius:8px;background:#b24bd61f;border:1px solid rgba(178,75,214,.25);display:flex;align-items:center;justify-content:center}.ct-lvtitlebtn{border:0;background:transparent;cursor:pointer;display:flex;align-items:center;gap:6px;padding:0}.ct-lvtitle{font-size:26px;font-weight:900;color:#000000c7}.ct-pin{width:30px;height:30px;border-radius:10px;border:1px solid rgba(0,0,0,.18);background:#fff;cursor:pointer}.ct-subkicker{margin-top:6px;font-size:12px;font-weight:800;color:#0000008c}.ct-tools{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.ct-search{display:flex;align-items:center;flex:0 0 auto;gap:10px;width:min(340px,62vw);border:1px solid rgba(0,0,0,.2);background:#fff;border-radius:10px;padding:3px 8px;margin:0 auto}.ct-search input{border:none;outline:none;font-size:13px;flex:1}.ct-toolrow{display:flex;align-items:center;gap:6px}.ct-ico{width:30px;height:30px;border-radius:10px;border:1px solid rgba(0,0,0,.18);background:#fff;cursor:pointer;font-weight:900;color:#000000a6}.ct-ico:hover{background:#00000008}.ct-lvmenu{position:absolute;left:0;top:66px;width:420px;background:#fff;border:1px solid rgba(0,0,0,.14);border-radius:10px;box-shadow:0 14px 30px #0000001f;padding:10px;z-index:50}.ct-lvmenu-search input{width:100%;border:1px solid rgba(0,0,0,.18);border-radius:8px;padding:7px 10px;font-weight:800}.ct-lvmenu-title{margin-top:10px;font-size:12px;font-weight:900;color:#0000008c}.ct-lvitem{width:100%;text-align:left;border:0;background:transparent;padding:8px 10px;border-radius:8px;cursor:pointer;font-weight:800}.ct-lvitem:hover{background:#00000008}.ct-lvitem.is-active{background:#0176d31a;color:#0176d3}.ct-tablewrap{background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:10px;overflow:hidden;box-shadow:0 2px 8px #0000000f}.ct-table{width:100%;border-collapse:collapse;font-size:12px}.ct-table thead th{background:#fff;padding:10px;border-bottom:1px solid rgba(0,0,0,.1);color:#000000a6;font-weight:900;white-space:nowrap}.ct-table tbody td{padding:10px;border-bottom:1px solid rgba(0,0,0,.08);font-weight:700;color:#000000c7}.ct-table tbody tr:hover td{background:#0176d30d}.ct-link{color:#0176d3;font-weight:900;text-decoration:none}.ct-page{padding-left:14px;padding-right:30px}.ct-tablewrap{margin-left:-4px}.ct-link:hover{text-decoration:underline}.ct-sort{color:#00000059;font-weight:900}.ct-rowmenu{text-align:right;color:#0000008c;cursor:pointer}.ct-empty{padding:14px;font-weight:900;color:#0000008c}@media(max-width:768px){.ct-lvhead{flex-direction:column;align-items:flex-start}.ct-tools{width:100%;align-items:stretch}.ct-search{width:100%}}.contacts-page{padding:8px 12px}.sf-lv-header{margin-bottom:6px}.sf-lv-title{display:flex;align-items:center;gap:8px;font-weight:900}.sf-lv-meta{font-size:12px;color:#6b7280}.sf-lv-actions{display:flex;gap:8px;margin:6px 0}.sf-lv-tools{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.sf-lv-tools .search{display:flex;align-items:center;gap:6px;background:#fff;padding:6px 10px;border-radius:10px;border:1px solid #d1d5db}.sf-object-header{padding:12px 24px}.sf-object-title{display:flex;gap:8px;align-items:center;font-size:14px;color:#444}.sf-record-page{padding:12px 16px}.sf-record-header{display:flex;align-items:center;gap:16px;margin-bottom:12px}.sf-back{border:0;background:transparent;font-weight:900;cursor:pointer}.sf-record-title{flex:1}.sf-record-title .sf-object{font-size:12px;font-weight:900;color:#0000008c}.sf-record-title .sf-name{font-size:22px;font-weight:900}.sf-record-actions{display:flex;gap:8px}.sf-record-body{display:flex;gap:16px}.sf-col.left,.sf-col.right{width:320px}.sf-col.center{flex:1;min-width:480px}.sf-card{background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:12px;padding:12px;box-shadow:0 2px 8px #0000000f}.sf-card-title{font-size:14px;font-weight:900;margin-bottom:10px}.sf-fieldrow{display:flex;justify-content:space-between;margin-bottom:8px}.sf-label{font-size:12px;font-weight:900;color:#0000008c}.sf-value{font-size:12px;font-weight:800}.sf-activity-bar{display:flex;gap:8px;margin-bottom:10px}.sf-activity-bar button{width:34px;height:34px;border-radius:10px;border:1px solid rgba(0,0,0,.18);background:#fff;cursor:pointer}.sf-empty{font-size:12px;font-weight:800;color:#0000008c;padding:16px;text-align:center}.sf-related-item{padding:8px;font-weight:800;cursor:pointer}.sf-related-item:hover{background:#00000008}.sf-record-page{padding:20px 24px 32px}.sf-record-body{max-width:1280px;margin:0 auto}.sf-col.center .sf-card{background:#f9fafb}.sf-activity-bar{justify-content:center;padding-bottom:8px;border-bottom:1px solid rgba(0,0,0,.08)}.sf-empty-title{font-size:14px;font-weight:900;margin-bottom:4px}.sf-empty-sub{font-size:12px;color:#0000008c}.sf-related-title{padding-bottom:8px;border-bottom:1px solid rgba(0,0,0,.1)}.sf-related-item{border-radius:8px}.sf-related-item:hover{background:#0176d30f;color:#0176d3}.sf-col.left .sf-card{background:#fcfcfd}.sf-record-header{padding-bottom:10px;border-bottom:1px solid rgba(0,0,0,.08);margin-bottom:16px}.sf-back{margin-right:6px;color:#000000a6}.sf-fieldrow{display:grid;grid-template-columns:110px 1fr;gap:12px;align-items:center}.sf-activity-bar button:hover{background:#0176d314;border-color:#0176d359}.sf-activity-bar button:active{transform:translateY(1px)}.sf-related-item{display:flex;justify-content:space-between;align-items:center}.sf-related-item:after{content:"›";color:#00000059}.sf-section{background:#fff;border-radius:12px;border:1px solid rgba(0,0,0,.12);margin-bottom:12px}.sf-section-head{display:flex;justify-content:space-between;padding:10px 12px;font-weight:900;background:#f4f6f9;border-radius:12px 12px 0 0}.sf-section-body{padding:10px 12px}.sf-record-tabs{gap:20px}.sf-tab{padding:8px 0;font-size:14px;background:transparent;border:0;color:#0009}.sf-tab:hover{color:#0176d3}.sf-tab.is-active{color:#0176d3;border-bottom:3px solid #0176d3}.sf-section-head.clickable{cursor:pointer}.sf-section-head.clickable:hover{background:#eef1f6}.sf-collapse{transition:transform .15s ease}.sf-section.collapsed .sf-collapse{transform:rotate(-90deg)}.sf-edit{opacity:0;margin-left:6px}.sf-fieldrow:hover .sf-edit{opacity:1}.sf-activity-composer{display:flex;justify-content:space-between;align-items:center;gap:12px;padding-bottom:10px;border-bottom:1px solid rgba(0,0,0,.08);margin-bottom:12px}.sf-activity-actions{display:flex;gap:8px}.sf-splitbtn{position:relative;display:flex;border:1px solid rgba(0,0,0,.18);border-radius:999px;background:#fff;overflow:hidden}.sf-split-main,.sf-split-caret{background:transparent;border:0;padding:6px 10px;cursor:pointer;font-weight:900}.sf-split-caret{border-left:1px solid rgba(0,0,0,.18)}.sf-split-menu{position:absolute;top:110%;left:0;min-width:220px;background:#fff;border:1px solid rgba(0,0,0,.14);border-radius:8px;box-shadow:0 12px 28px #0000002e;padding:6px;display:none;z-index:50}.sf-split-menu button{width:100%;text-align:left;border:0;background:transparent;padding:8px 10px;font-weight:800;cursor:pointer;border-radius:6px}.sf-split-menu button:hover{background:#0000000a}.sf-splitbtn.open .sf-split-menu{display:block}.sf-activity-tools{display:flex;align-items:center;gap:10px;font-size:12px}.sf-activity-filters{color:#0000008c}.sf-gear{border:0;background:transparent;cursor:pointer}.sf-link{border:0;background:transparent;color:#0176d3;cursor:pointer;font-weight:800}.sf-record-grid{display:grid;grid-template-columns:minmax(280px,360px) 1fr minmax(260px,320px);gap:16px;align-items:start;width:100%;max-width:100%;box-sizing:border-box}.sf-col.activity-span{grid-column:2 / span 1}.sf-record-tabs{border-bottom:1px solid #e5e7eb;margin-bottom:12px}.sf-tab{padding:8px 12px;font-weight:700;cursor:pointer;border-bottom:2px solid transparent}.sf-tab.is-active{color:#0176d3;border-color:#0176d3}.sf-modal{width:min(900px,calc(100vw - 64px));max-height:85vh;background:#fff;border-radius:12px;display:flex;flex-direction:column}.sf-modal__body{overflow-y:auto;padding:0 14px}.sf-modal-body form{display:grid;grid-template-columns:1fr 1fr;column-gap:16px;row-gap:12px}.sf-modal-body form textarea,.sf-modal-body form .sf-section,.sf-modal-body form .sf-form-section{grid-column:1 / -1}.sf-form-section{grid-column:1 / -1;margin-top:8px;padding-top:8px;border-top:1px solid #e5e5e5}.sf-form-section-title{font-size:13px;font-weight:600;color:#3e3e3c;margin-bottom:8px}.sf-modal input,.sf-modal select,.sf-modal textarea{width:100%;padding:12px 0;font-size:13px;border-radius:4px;border:1px solid #d8dde6}.sf-modal textarea{resize:vertical;min-height:60px}.sf-modal-footer{display:flex;justify-content:flex-end;gap:8px;padding:12px 20px;border-top:1px solid #e5e5e5}.sf-modal-header{flex:0 0 auto;padding:16px 20px;border-bottom:1px solid #e5e5e5}.sf-modal-body{flex:1 1 auto;overflow-y:auto;padding:16px 24px}.sf-modal-footer{flex:0 0 auto;padding:12px 20px;border-top:1px solid #e5e5e5;display:flex;justify-content:flex-end;gap:8px}.sf-modal-backdrop{display:flex;align-items:center;justify-content:center;background:#00000073}#modal .sf-modal{width:840px;max-width:calc(100vw - 64px);height:85vh;max-height:85vh;display:flex;flex-direction:column}.lx-content{display:block!important;width:100%;max-width:100%;overflow-x:hidden}@media(max-width:1280px){.sf-record-grid{grid-template-columns:360px minmax(0,1fr)}.sf-record-right{display:none}}.sf-record-right{width:100%;min-width:0;max-width:100%;box-sizing:border-box}.lx-topbar{position:sticky;top:0;z-index:20;height:56px;background:#1b6cff;color:#fff;display:flex;align-items:center;justify-content:flex-start;padding:0 16px}.sf-record-page{padding:12px 16px;background:#f3f2f2}.sf-record-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.sf-rh-left{display:flex;align-items:center;gap:12px}.sf-back{background:none;border:none;color:#0176d3;font-weight:600;cursor:pointer}.sf-object{font-size:12px;color:#706e6b}.sf-title{font-size:22px;font-weight:700}.sf-btn{border:1px solid #d8dde6;background:#fff;padding:6px 12px;border-radius:4px;font-weight:600}.sf-primary{background:#0176d3;color:#fff;border-color:#0176d3}.sf-tabs{display:flex;gap:18px;border-bottom:1px solid #dddbda;margin-bottom:12px}.sf-tab{padding:8px 0;font-weight:600;background:none;border:none;cursor:pointer}.sf-active{border-bottom:2px solid #0176d3;color:#0176d3}.sf-record-grid{display:grid;grid-template-columns:minmax(420px,480px) minmax(420px,480px) minmax(280px,320px);gap:16px;align-items:start;width:100%;max-width:100%;box-sizing:border-box}.sf-record-left-only,.sf-record-middle,.sf-record-right{min-width:0}.sf-record-middle{margin-top:48px}.sf-card{background:#fff;border-radius:6px;padding:12px;box-shadow:0 2px 2px #0000000d}.sf-card h3{font-size:14px;margin-bottom:8px}.sf-kv{display:grid;grid-template-columns:120px 1fr;row-gap:6px;font-size:13px}.sf-kv dt{color:#706e6b}.sf-activity-composer{display:flex;align-items:center;gap:8px;background:#fff;padding:10px;border-radius:6px;margin-bottom:10px}.sf-activity-btn{display:flex;align-items:center;gap:6px;border:1px solid #d8dde6;background:#fff;padding:6px 10px;border-radius:16px;font-weight:600}.sf-activity-filters{margin-left:auto;font-size:12px;color:#706e6b}.sf-activity-filters span{color:#0176d3;cursor:pointer}.sf-empty{text-align:center;font-size:13px}.sf-empty .muted{color:#706e6b}.sf-empty .foot{margin-top:8px;color:#0176d3}.sf-related{padding:6px 0;font-weight:600}.sf-record-left-only{max-width:650px;background:#f3f2f2;padding:16px;min-height:700px}.sf-record-title{margin-bottom:12px}.sf-object-label{font-size:12px;color:#706e6b}.sf-name-row{display:flex;align-items:center;gap:8px}.sf-avatar{background:#a86bd7;color:#fff;border-radius:50%;padding:6px}.sf-record-name{font-size:22px;font-weight:700}.sf-section{background:#fff;border-radius:6px;margin-bottom:12px;box-shadow:0 2px 2px #0000000d}.sf-section .sf-activity-card{padding:8px 10px}.sf-section-header{padding:10px 12px;font-weight:700;display:flex;justify-content:space-between;cursor:pointer}.sf-section-body{padding:8px 12px}.sf-field-row{display:grid;grid-template-columns:180px 1fr;padding:6px 0;border-bottom:1px solid #ecebea}.sf-field-row:last-child{border-bottom:none}.sf-field-label{font-size:13px;color:#706e6b}.sf-field-value{display:flex;justify-content:space-between;align-items:center;font-size:13px}.sf-edit{opacity:0;cursor:pointer}.sf-field-row:hover .sf-edit{opacity:1}.sf-activity-wrapper{background:#fff;border-radius:6px;padding:12px;box-shadow:0 2px 2px #0000000d}.sf-activity-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.sf-action-btn{display:flex;align-items:center;gap:6px;border:1px solid #d8dde6;background:#fff;padding:6px 10px;border-radius:16px;font-size:13px;font-weight:600;cursor:pointer}.sf-action-btn .caret{font-size:10px;margin-left:2px}.sf-activity-filters{margin-left:auto;font-size:12px;color:#706e6b;display:flex;align-items:center;gap:6px}.sf-filter-gear{cursor:pointer}.sf-activity-links{margin-top:8px;text-align:right;font-size:12px}.sf-activity-links a{color:#0176d3;text-decoration:none;margin-left:12px;font-weight:600}.sf-activity-card{margin-top:12px;border-top:1px solid #ecebea}.sf-activity-header{padding:8px 0;font-weight:700;display:flex;align-items:center;gap:6px}.sf-activity-empty{text-align:center;padding:24px 8px;font-size:13px}.sf-empty-title{font-weight:600}.sf-empty-text{margin-top:4px;color:#706e6b}.sf-empty-foot{margin-top:8px;color:#0176d3}.sf-record-middle{margin-top:80px}.sf-section-body{padding-bottom:70px}.sf-modal{width:420px;background:#fff;border-radius:12px;box-shadow:0 16px 40px #00000040;font-size:13px}.sf-modal-header{display:flex;justify-content:space-between;padding:14px 16px;font-weight:600;border-bottom:1px solid #eee}.sf-filter-group{margin-bottom:16px}.sf-filter-title{font-size:11px;font-weight:600;color:#5f6a7d;margin-bottom:8px}.sf-filter-group label{display:block;margin-bottom:6px}.sf-modal-footer{display:flex;justify-content:space-between;padding:12px 16px;border-top:1px solid #eee}.sf-btn-primary{background:#0176d3;color:#fff;border-radius:20px;padding:6px 16px;border:none}.sf-btn-secondary{background:#f3f3f3;border-radius:20px;padding:6px 16px;border:none}.sf-record-right{margin-top:16px}.sf-related-wrapper{background:#fff;border-radius:6px;box-shadow:0 2px 2px #0000000d;padding:10px}.sf-related-header{font-size:13px;font-weight:700;margin-bottom:8px;color:#080707}.sf-related-item{display:flex;justify-content:space-between;align-items:center;padding:8px 6px;border-top:1px solid #ecebea}.sf-related-item:first-of-type{border-top:none}.sf-related-left{display:flex;align-items:center;gap:4px}.sf-related-name{font-size:13px;font-weight:600;color:#0176d3;cursor:pointer}.sf-related-name:hover{text-decoration:underline}.sf-related-count{font-size:12px;color:#706e6b}.sf-related-action{font-size:12px;padding:4px 10px;border-radius:16px;border:1px solid #d8dde6;background:#fff;font-weight:600;cursor:pointer}.sf-right-panel{display:flex;flex-direction:column;gap:12px}.sf-right-actions{display:flex;justify-content:flex-end;align-items:center;gap:10px;margin-bottom:6px}.sf-hierarchy-btn{width:34px;height:34px;border-radius:50%;border:1px solid #d8dde6;background:#fff;cursor:pointer;transition:all .15s ease}.sf-hierarchy-btn:hover{background:#f4f6f9;transform:translateY(-1px)}.sf-action-pill{display:flex;align-items:center;border:1px solid #d8dde6;border-radius:18px;background:#fff;overflow:hidden}.sf-pill-main,.sf-pill-sub,.sf-pill-caret{padding:6px 12px;border:none;background:transparent;cursor:pointer;font-weight:600}.sf-pill-main{color:#0176d3}.sf-pill-divider{width:1px;height:20px;background:#d8dde6}.sf-related-card{background:#fff;border-radius:12px;padding:8px 15px;box-shadow:0 1px 3px #00000014}.sf-related-row{display:flex;align-items:center;justify-content:space-between}.sf-related-icon{width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:12px}.sf-related-icon.opp{background:#fdecea}.sf-related-icon.case,.sf-related-icon.file{background:#f3f2f2}.sf-related-title{flex:1;margin-left:8px;font-weight:400}.sf-related-caret{color:#54698d}.sf-related-files{padding-bottom:16px}.sf-upload-box{margin-top:12px;border:1px dashed #c9c9c9;border-radius:10px;padding:18px;text-align:center}.sf-upload-btn{border:1px solid #d8dde6;background:#fff;padding:6px 14px;border-radius:16px;font-weight:600;cursor:pointer}.sf-upload-hint{margin-top:6px;font-size:12px;color:#54698d}.sf-record-right{width:100%;min-width:0;max-width:320px;margin-top:28px;box-sizing:border-box}.sf-upload-box{padding:12px;min-height:75px}.sf-modal__body{padding:16px 24px;overflow-y:auto}.sf-section{background:#f3f3f3;border-radius:10px;padding:16px;margin-bottom:20px}.sf-section__title{font-size:16px;font-weight:600;color:#3e3e3c;margin-bottom:12px}.sf-form{display:flex;flex-direction:column;gap:12px}.sf-field{display:flex;flex-direction:column}.sf-label{font-size:12px;font-weight:600;color:#444;margin-bottom:4px}.sf-input,.sf-textarea{width:100%;padding:8px 10px;border:1px solid #d8dde6;border-radius:6px;font-size:14px;background:#fff}.sf-textarea{min-height:80px;resize:vertical}.sf-row-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.sf-modal__body{flex:1;overflow-y:auto}.sf-modal__foot{border-top:1px solid #e5e5e5;padding:12px 16px;display:flex;align-items:center}.sf-modal__title{text-align:center;font-size:20px;font-weight:700;color:#2e2e2e}.sf-modal__subbar{position:absolute;top:20px;right:56px;padding:0;background:transparent;border:none}.sf-modal__body{padding-top:32px}.sf-modal{width:860px;max-width:calc(100vw - 64px);max-height:90vh;display:flex;flex-direction:column}.sf-modal__top{position:relative;padding:16px 24px;border-bottom:1px solid #e5e5e5}.sf-modal__title{text-align:center;font-size:20px;font-weight:700}.sf-modal__x{position:absolute;top:14px;right:16px}.sf-modal__subbar{position:absolute;top:18px;right:56px;background:transparent;padding:0;border:none}.sf-modal__hint{font-size:12px;color:#6b6d70}.req{color:#c23934;font-weight:700}@media(max-width:640px){.sf-modal{width:100%;max-width:100%;height:100vh;max-height:100vh;border-radius:0}.sf-modal__top{padding:14px 16px}.sf-modal__title{font-size:17px}.sf-modal__subbar{position:static;margin-top:6px;text-align:center}.sf-modal__hint{font-size:11px}.sf-modal__body{padding:16px;overflow-y:auto}.sf-modal__foot{padding:12px 16px}}.sf-check label{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:#2e2e2e;cursor:pointer}.sf-check input[type=checkbox]{margin:0;width:14px;height:14px}@media(max-width:1200px){.sf-record-grid{grid-template-columns:minmax(260px,320px) 1fr}.sf-record-right{grid-column:2}}@media(max-width:900px){.sf-record-grid{grid-template-columns:1fr}.sf-record-left,.sf-record-middle,.sf-record-right{grid-column:1}.sf-record-right{margin-top:16px}}.sf-modal-backdrop{position:fixed;inset:0;background:#00000073;z-index:1000;display:flex;align-items:center;justify-content:center}.sf-modal-backdrop.hidden{display:none}.sf-modal{width:420px;max-width:calc(100vw - 32px);max-height:90vh;background:#fff;border-radius:12px;box-shadow:0 16px 40px #00000040;display:flex;flex-direction:column;font-size:13px}.sf-modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;font-size:16px;font-weight:700;color:#181818;border-bottom:1px solid #ecebea}.sf-modal-header button{background:none;border:none;font-size:18px;cursor:pointer;color:#444}.sf-modal-body{padding:16px 20px;overflow-y:auto}.sf-filter-group{margin-bottom:20px}.sf-filter-title{font-size:11px;font-weight:700;letter-spacing:.5px;color:#5f6a7d;margin-bottom:10px;text-transform:uppercase}.sf-filter-group label{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 0;cursor:pointer;font-size:14px;color:#181818}.sf-filter-group input[type=radio],.sf-filter-group input[type=checkbox]{width:16px;height:16px;accent-color:#0176d3;cursor:pointer}.sf-modal-footer{padding:12px 20px;border-top:1px solid #ecebea;display:flex;align-items:center;justify-content:space-between;gap:8px}.sf-modal-actions{display:flex;gap:8px}.sf-btn-secondary{background:#f3f3f3;color:#181818;border-radius:20px;padding:6px 16px;border:none;font-weight:600;cursor:pointer}.sf-btn-secondary:hover{background:#e5e5e5}.sf-btn-primary{background:#0176d3;color:#fff;border-radius:20px;padding:6px 18px;border:none;font-weight:600;cursor:pointer}.sf-btn-primary:hover{background:#014486}@media(max-width:480px){.sf-modal{width:100%;height:100%;max-height:100%;border-radius:0}.sf-modal-header,.sf-modal-body{padding:14px 16px}.sf-modal-footer{padding:12px 16px}}.sf-activity-filters{display:flex;align-items:center;gap:10px;font-size:12px;color:#706e6b}.sf-filter-label{font-weight:600;white-space:nowrap}.sf-filter-chips{display:flex;gap:6px;flex-wrap:wrap}.sf-filter-chip{background:#eef4ff;color:#0176d3;border:none;border-radius:16px;padding:4px 10px;font-size:12px;font-weight:600;cursor:pointer}.sf-filter-chip:hover{background:#dbe8ff}.sf-filter-gear{margin-left:auto;border:1px solid #d8dde6;background:#fff;border-radius:50%;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.sf-filter-gear:hover{background:#f4f6f9}.sf-filter-box{background:#f8f9fb;border-radius:10px;padding:12px 14px;border:1px solid #e5e7eb}.sf-radio{display:flex;align-items:center;gap:10px;padding:6px 0;font-size:14px;cursor:pointer}.sf-radio input{accent-color:#0176d3}.sf-activity-dd{position:relative;display:inline-flex;align-items:center;gap:6px}.sf-activity-caret{border:1px solid rgba(0,0,0,.18);background:#fff;border-radius:999px;height:30px;padding:0 10px;font-weight:900;cursor:pointer}.sf-activity-menu{position:absolute;top:38px;left:0;min-width:220px;background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:12px;box-shadow:0 12px 24px #0000002e;padding:6px;z-index:50}.sf-activity-menu.hidden{display:none}.sf-menu-item{width:100%;text-align:left;border:none;background:transparent;padding:10px;border-radius:10px;font-weight:800;cursor:pointer}.sf-menu-item:hover{background:#0176d314}.sf-emailmodal .sf-emailcard{position:fixed;left:50%;top:52%;transform:translate(-50%,-50%);width:min(1200px,92vw);height:min(720px,86vh);background:#fff;border-radius:14px;border:1px solid rgba(0,0,0,.18);box-shadow:0 18px 60px #00000059;overflow:hidden}.sf-emailmodal.is-max .sf-emailcard{width:98vw;height:92vh}.sf-emailhead{height:52px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;border-bottom:2px solid #0176d3;background:#fff}.sf-emailtitle{display:flex;align-items:center;gap:10px;font-weight:900;font-size:18px}.sf-emailwin{display:flex;align-items:center;gap:8px}.sf-ico{width:34px;height:34px;border-radius:8px;border:1px solid rgba(0,0,0,.18);background:#fff;font-weight:900;cursor:pointer}.sf-emailbody{height:calc(100% - 52px);display:flex;flex-direction:column}.sf-emailrow{display:grid;grid-template-columns:70px 1fr;gap:10px;align-items:center;padding:10px 14px}.sf-emaillbl{font-weight:900;color:#000000bf}.sf-emaillbl.req:before{content:"*";color:#d73a49;margin-right:6px}.sf-emailfield{display:flex;align-items:center;gap:10px;min-width:0}.sf-emailfrom{width:100%;border:1px solid rgba(0,0,0,.25);border-radius:10px;padding:10px 12px;font-weight:800;background:#fff}.sf-link{border:none;background:transparent;color:#0176d3;font-weight:900;cursor:pointer;padding:6px 8px}.sf-emailtoolbar{display:flex;align-items:center;gap:8px;padding:8px 14px;border-top:1px solid rgba(0,0,0,.12);border-bottom:1px solid rgba(0,0,0,.12);background:#f6f7f9;flex-wrap:wrap}.sf-tbtn{height:30px;padding:0 10px;border-radius:6px;border:1px solid rgba(0,0,0,.2);background:#fff;font-weight:900;cursor:pointer}.sf-tsep{width:1px;height:22px;background:#00000040;margin:0 4px}.sf-emaileditor{padding:10px 14px;flex:1 1 auto;min-height:0}.sf-emailtext{width:100%;height:100%;resize:none;border:1px solid rgba(0,0,0,.18);border-radius:10px;padding:12px;font-size:14px;font-weight:700;outline:none}.sf-emailfooter{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-top:1px solid rgba(0,0,0,.12);gap:12px}.sf-emailrelated{display:flex;align-items:center;gap:10px;min-width:0;flex:1 1 auto}.sf-emailrel-lbl{font-weight:900;color:#000000a6;white-space:nowrap}.sf-emailrel-field{position:relative;flex:1 1 auto;min-width:0}.sf-emailrel-field .sf-input{width:100%;padding-right:34px}.sf-emailrel-ico{position:absolute;right:10px;top:50%;transform:translateY(-50%);opacity:.6}@media(max-width:768px){.sf-emailmodal .sf-emailcard{width:96vw;height:90vh;top:50%}.sf-emailrow{grid-template-columns:60px 1fr}}.sf-emailmodal .sf-emailcard{display:flex;flex-direction:column}.sf-emailbody{flex:1 1 auto;min-height:0}.sf-emaileditor{flex:1 1 auto;min-height:180px}.sf-emailtext{height:100%}.sf-emailfooter{flex-shrink:0;background:#fff}.sf-emailrte{width:100%;height:100%;min-height:240px;border:1px solid rgba(0,0,0,.18);border-radius:10px;padding:12px;font-size:14px;font-weight:700;outline:none;overflow:auto}.sf-emailfooter{display:flex;align-items:center;justify-content:space-between;gap:12px}.sf-emailrelated{flex:1 1 auto;min-width:0}.sf-emailrel-field{width:100%;max-width:520px;position:relative}#emSend{flex:0 0 auto}.sf-tselect{height:30px;border-radius:6px;border:1px solid rgba(0,0,0,.2);background:#fff;font-weight:900;padding:0 8px}.sf-emailrte{font-size:14px;line-height:1.6;font-family:Arial,Helvetica,sans-serif}.sf-emailrte font[size="1"]{font-size:10px}.sf-emailrte font[size="2"]{font-size:12px}.sf-emailrte font[size="3"]{font-size:14px}.sf-emailrte font[size="4"]{font-size:16px}.sf-emailrte font[size="5"]{font-size:18px}.sf-emailrte font[size="6"]{font-size:22px}.sf-emailrte font[size="7"]{font-size:26px}.sf-emailrte{font-weight:400!important}.sf-emailrte b,.sf-emailrte strong{font-weight:700}.sf-emailtoolbar b{font-weight:900}.sf-emailmodal .sf-emailcard{display:flex;flex-direction:column;height:min(820px,86vh)}.sf-emailbody{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.sf-emaileditor{flex:1 1 auto;min-height:0;padding:10px 14px}.sf-emailrte{height:100%;min-height:220px;overflow:auto}.sf-emailfooter{flex:0 0 auto;padding:12px 14px;border-top:1px solid rgba(0,0,0,.12);background:#fff}.sf-emailrte{white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}.sf-emailmodal .sf-emailcard{border-radius:14px}.sf-emailhead{padding:0 14px}.sf-emailrte{-webkit-overflow-scrolling:touch}.sf-activity-actions{display:flex;gap:8px;align-items:center}.sf-activity-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;border:1px solid rgba(0,0,0,.15);background:#fff;font-weight:900;cursor:pointer}.sf-activity-btn:hover{background:#f4f6f9}.sf-eventmodal{position:fixed;inset:0;z-index:9999}.sf-eventmodal .sf-modal__backdrop{position:absolute;inset:0;z-index:0}.sf-eventmodal .sf-eventcard{position:fixed;left:50%;top:52%;transform:translate(-50%,-50%);width:min(980px,92vw);height:min(640px,86vh);background:#fff;border-radius:14px;border:1px solid rgba(0,0,0,.18);box-shadow:0 18px 60px #00000059;overflow:hidden;z-index:1;display:flex;flex-direction:column}.sf-eventmodal.is-max .sf-eventcard{width:98vw;height:92vh}.sf-eventhead{height:52px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;border-bottom:2px solid #0176d3;background:#fff}.sf-eventtitle{display:flex;align-items:center;gap:10px;font-weight:900;font-size:18px}.sf-eventwin{display:flex;align-items:center;gap:8px}.sf-eventbody{flex:1 1 auto;min-height:0;overflow:auto;padding:12px 14px;-webkit-overflow-scrolling:touch}.sf-eventrow{display:grid;grid-template-columns:110px 1fr;gap:10px;align-items:center;margin-bottom:10px}.sf-evlbl{font-weight:900;color:#000000bf}.sf-evlbl.req:before{content:"*";color:#d73a49;margin-right:6px}.sf-evfield{min-width:0}.sf-evcheck{display:flex;align-items:center;gap:10px;font-weight:800;color:#000000b3}.sf-eventgrid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.sf-evdt{display:flex;gap:10px;align-items:center}.sf-evdt .sf-input{width:100%}.sf-evdt .ev-time{max-width:180px}.sf-evrelated{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.sf-evpill{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;border:1px solid rgba(0,0,0,.18);background:#f6f7f9;font-weight:900}.sf-evhint{font-size:12px;font-weight:800;color:#0000008c}.sf-evdesc{align-items:start}.sf-evdesc .sf-textarea{min-height:140px;width:100%}.sf-eventfooter{flex:0 0 auto;display:flex;justify-content:flex-end;gap:10px;padding:12px 14px;border-top:1px solid rgba(0,0,0,.12);background:#fff}@media(max-width:768px){.sf-eventcard{width:96vw;height:90vh;top:50%}.sf-eventrow{grid-template-columns:90px 1fr}.sf-eventgrid{grid-template-columns:1fr}.sf-evdt .ev-time{max-width:140px}}.sf-activity-body{padding:10px 0}.sf-act-group{padding:6px 0}.sf-act-ghead{font-weight:900;color:#000000bf;padding:8px 14px}.sf-act-item{display:flex;gap:10px;padding:10px 14px;border-top:1px solid rgba(0,0,0,.06)}.sf-act-item:hover{background:#0176d30a}.sf-act-title{font-weight:900}.sf-act-meta{margin-top:2px;font-size:12px;font-weight:800;color:#0009;display:flex;flex-wrap:wrap;gap:6px;align-items:center}.sf-act-meta .dot{opacity:.6}.sf-act-badge{font-size:11px;font-weight:900;padding:4px 8px;border-radius:999px;border:1px solid rgba(0,0,0,.12);background:#f6f7f9;white-space:nowrap}.sf-act-badge.is-upcoming{background:#0176d314;color:#0176d3;border-color:#0176d359}.sf-act-badge.is-overdue{background:#ea43351f;color:#b3261e;border-color:#ea433573}.sf-cal-wrap{padding:14px}.sf-cal-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.sf-cal-title{font-size:18px;font-weight:900}.sf-cal-sub{font-size:12px;font-weight:800;color:#0009}.sf-cal-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.sf-cal-month{font-weight:900;padding:0 8px}.sf-cal-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:12px;align-items:start}.sf-cal-main{background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:12px;overflow:hidden;box-shadow:0 2px 10px #0000000f}.sf-cal-weekdays{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));background:#f6f7f9;border-bottom:1px solid rgba(0,0,0,.1)}.sf-cal-weekdays>div{padding:10px 12px;font-size:12px;font-weight:900;color:#000000a6}.sf-cal-monthgrid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.sf-cal-cell{min-height:110px;padding:8px;border-right:1px solid rgba(0,0,0,.06);border-bottom:1px solid rgba(0,0,0,.06);background:#fff;cursor:pointer;min-width:0}.sf-cal-cell:nth-child(7n){border-right:none}.sf-cal-cell.is-out{background:#fbfbfc;color:#0000008c}.sf-cal-cell.is-today{outline:2px solid rgba(1,118,211,.35);outline-offset:-2px}.sf-cal-cell.is-selected{box-shadow:inset 0 0 0 2px #0176d38c}.sf-cal-daytop{display:flex;align-items:center;justify-content:space-between;gap:8px}.sf-cal-daynum{font-weight:900}.sf-cal-badge{font-size:11px;font-weight:900;padding:2px 8px;border-radius:999px;background:#ea43351f;color:#b3261e;border:1px solid rgba(234,67,53,.35)}.sf-cal-chips{margin-top:6px;display:flex;flex-direction:column;gap:6px;min-width:0}.sf-cal-chip{padding:6px 8px;border-radius:8px;border:1px solid rgba(0,0,0,.12);font-size:12px;font-weight:900;background:#f6f7f9;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sf-cal-chip.is-upcoming{background:#0176d314;color:#0176d3;border-color:#0176d359}.sf-cal-chip.is-overdue{background:#ea43351f;color:#b3261e;border-color:#ea433573}.sf-cal-more{font-size:12px;font-weight:800;color:#0009;padding-left:2px}.sf-cal-side{background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:12px;overflow:hidden;box-shadow:0 2px 10px #0000000f}.sf-cal-sidehead{padding:12px 14px;border-bottom:1px solid rgba(0,0,0,.1);background:#fff}.sf-cal-side-title{font-weight:900}.sf-cal-side-date{margin-top:2px;font-size:12px;font-weight:800;color:#0009}.sf-cal-agenda{padding:8px 0}.sf-cal-empty{padding:14px}.sf-cal-empty-title{font-weight:900}.sf-cal-empty-sub{margin-top:4px;font-weight:800;color:#0009}.sf-cal-agitem{display:flex;gap:10px;padding:10px 14px;border-top:1px solid rgba(0,0,0,.06);cursor:pointer}.sf-cal-agitem:hover{background:#0176d30a}.sf-cal-agleft{width:90px;display:flex;align-items:center;gap:10px}.sf-cal-agtime{font-size:12px;font-weight:900;color:#000000bf}.sf-cal-agdot{width:10px;height:10px;border-radius:999px;border:1px solid rgba(0,0,0,.12)}.sf-cal-agdot.is-upcoming{background:#0176d3;border-color:#0176d359}.sf-cal-agdot.is-overdue{background:#b3261e;border-color:#ea433573}.sf-cal-agtitle{font-weight:900}.sf-cal-agmeta{margin-top:2px;font-size:12px;font-weight:800;color:#0009;display:flex;gap:6px;flex-wrap:wrap;align-items:center}.sf-cal-agmeta .dot{opacity:.6}@media(max-width:980px){.sf-cal-grid{grid-template-columns:1fr}}.sf-leadmodal{position:fixed;inset:0;z-index:9999}.sf-leadmodal .sf-modal__backdrop{position:absolute;inset:0;z-index:0}.sf-leadmodal .sf-leadcard{position:fixed;left:50%;top:52%;transform:translate(-50%,-50%);width:min(980px,92vw);height:min(720px,88vh);background:#fff;border-radius:14px;border:1px solid rgba(0,0,0,.18);box-shadow:0 18px 60px #00000059;overflow:hidden;z-index:1;display:flex;flex-direction:column}.sf-leadhead{height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;border-bottom:2px solid #0176d3}.sf-leadtitle{display:flex;align-items:center;gap:10px}.sf-leadkicker{font-size:12px;font-weight:900;color:#0009}.sf-leadname{font-size:18px;font-weight:900}.sf-leadwin{display:flex;gap:8px}.sf-leadtabs{display:flex;gap:8px;padding:10px 14px;border-bottom:1px solid rgba(0,0,0,.12);background:#f6f7f9}.sf-tab{border:1px solid rgba(0,0,0,.15);background:#fff;border-radius:999px;padding:6px 12px;font-weight:900;cursor:pointer}.sf-tab.is-active{border-color:#0176d38c;box-shadow:inset 0 0 0 2px #0176d340}.sf-leadbody{flex:1 1 auto;min-height:0;overflow:auto;-webkit-overflow-scrolling:touch;padding:12px 14px}.sf-leadpane{display:none}.sf-leadpane.is-active{display:block}.sf-leadgrid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.sf-kv{border:1px solid rgba(0,0,0,.1);border-radius:12px;padding:10px 12px;background:#fff}.sf-k{font-size:12px;font-weight:900;color:#0009}.sf-v{margin-top:4px;font-size:14px;font-weight:900}.sf-leadsection{border:1px solid rgba(0,0,0,.1);border-radius:12px;padding:12px;background:#fff;margin-bottom:12px}.sf-leadsectitle{font-weight:900;margin-bottom:8px}.sf-leadrow{display:grid;grid-template-columns:180px 1fr;gap:10px;align-items:center;margin-top:10px}.sf-leadactions{margin-top:10px;display:flex;justify-content:flex-end;gap:10px}.sf-leadlist{display:flex;flex-direction:column;gap:10px}.sf-leaditem{border:1px solid rgba(0,0,0,.1);border-radius:12px;padding:10px 12px;background:#fff}.sf-leaditem-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.sf-leaditem-title{font-weight:900}.sf-leaditem-body{margin-top:6px;font-weight:800;color:#000000bf}.sf-leaditem-actions{display:flex;align-items:center;gap:8px}.sf-btn.tiny{padding:4px 10px;border-radius:999px;font-size:12px;font-weight:900}.sf-pill{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;border:1px solid rgba(0,0,0,.12);background:#f6f7f9;font-weight:900;font-size:12px}.sf-pill.warn{background:#ea43351a;border-color:#ea433559;color:#b3261e}.sf-muted{font-weight:800;color:#0000008c}.sf-leadfooter{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-top:1px solid rgba(0,0,0,.12);background:#fff}@media(max-width:900px){.sf-leadgrid,.sf-leadrow{grid-template-columns:1fr}}.sf-card{background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:12px;box-shadow:0 2px 10px #0000000f;overflow:hidden}.sf-lv-titlewrap{display:flex;flex-direction:column;gap:2px}.sf-lv-kicker{font-size:12px;font-weight:900;color:#0000008c}.sf-lv-title{font-size:22px;font-weight:900}.sf-lv-sub{font-size:12px;font-weight:800;color:#0000008c}.sf-table th{font-size:12px;font-weight:900;color:#0009;background:#f6f7f9}.sf-table td{font-weight:800}.sf-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:900;border:1px solid rgba(0,0,0,.12);background:#f6f7f9}.status-new{background:#0176d31a;border-color:#0176d359;color:#0176d3}.status-working{background:#f59e0b24;border-color:#f59e0b73;color:#92400e}.status-qualified{background:#22c55e24;border-color:#22c55e66;color:#166534}.sf-convertmodal{position:fixed;inset:0;z-index:9999}.sf-convertmodal .sf-modal__backdrop{position:absolute;inset:0;z-index:0}.sf-convertcard{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:min(900px,92vw);background:#fff;border-radius:14px;border:1px solid rgba(0,0,0,.18);box-shadow:0 18px 60px #00000059;overflow:hidden;z-index:1}.sf-convertgrid{display:grid;grid-template-columns:1fr 1fr;gap:10px}@media(max-width:900px){.sf-convertgrid{grid-template-columns:1fr}}.sf-path{margin:10px 0 14px;display:flex;align-items:center;gap:12px}.sf-path-steps{flex:1;display:flex;background:#eef0f3;border-radius:999px;padding:6px;overflow:hidden}.sf-path-step{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 8px;border-radius:999px;font-weight:900;font-size:12px;color:#0009}.sf-path-step .sf-path-dot{width:10px;height:10px;border-radius:999px;border:2px solid rgba(0,0,0,.25)}.sf-path-step.is-active{background:#0b5cab;color:#fff}.sf-path-step.is-active .sf-path-dot{border-color:#fff}.sf-path-step.is-done{background:#10b9812e;color:#065f46}.sf-path-step.is-done .sf-path-dot{border-color:#10b981;background:#10b981}.sf-path-btn{border-radius:999px;padding:10px 14px;font-weight:900}.sf-leadrec{padding:14px 16px 24px;background:#f3f2f2}.sf-rec-hdr{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;background:#f3f2f2}.sf-rec-hdr-left{display:flex;align-items:center;gap:12px;min-width:0}.sf-rec-icon{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#1aa39a;color:#fff;font-weight:900}.sf-rec-titles{min-width:0}.sf-rec-obj{font-weight:900;color:#0000009e;font-size:12px}.sf-rec-name{font-weight:900;font-size:28px;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sf-rec-hdr-actions{display:flex;gap:8px;align-items:center}.sf-btn{border:1px solid rgba(0,0,0,.25);background:#fff;border-radius:999px;padding:8px 12px;font-weight:900;font-size:12px;cursor:pointer}.sf-btn.primary{background:#0176d3;color:#fff;border-color:#0176d3}.sf-path{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:14px;margin:8px 0 14px;box-shadow:0 2px 10px #0000000f}.sf-path-steps{display:flex;align-items:center;gap:10px;overflow:auto;padding:4px 2px}.sf-path-step{flex:0 0 auto}.sf-path-pill{display:flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;background:#e5e5e5;font-weight:900;font-size:12px;color:#1b1b1b;min-width:120px;justify-content:center}.sf-path-step.is-active .sf-path-pill{background:#b8f2ea}.sf-path-check{width:18px;height:18px;border-radius:50%;display:grid;place-items:center;background:#00000014;font-size:12px}.sf-path-done{padding:10px 14px}.sf-rec-grid3{display:grid;grid-template-columns:360px minmax(0,1fr) 360px;gap:14px;align-items:start}.sf-card{background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:14px;box-shadow:0 2px 10px #0000000f;overflow:hidden}.sf-card-h{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;border-bottom:1px solid rgba(0,0,0,.08);background:#fff}.sf-card-title{font-weight:900;font-size:18px}.sf-collapse{border:none;background:transparent;font-weight:900;cursor:pointer;font-size:14px;opacity:.8}.sf-card-b{padding:10px 14px 14px}.sf-frow{display:grid;grid-template-columns:120px 1fr 30px;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid rgba(0,0,0,.06)}.sf-frow:last-child{border-bottom:none}.sf-flbl{font-weight:900;color:#0000009e;font-size:12px}.sf-fval{font-weight:800;color:#000000d1;font-size:12px}.sf-fedit{border:none;background:transparent;cursor:pointer;opacity:.6}.sf-fedit:hover{opacity:1}.sf-activity-tabs{padding:12px 14px;display:flex;align-items:center;gap:10px;flex-wrap:wrap;border-bottom:1px solid rgba(0,0,0,.08)}.sf-pill{border:1px solid rgba(0,0,0,.18);background:#fff;border-radius:999px;padding:8px 12px;font-weight:900;font-size:12px;cursor:pointer}.sf-pill.is-active{border-color:#0176d3;box-shadow:0 0 0 2px #0176d326}.sf-activity-filters{margin-left:auto;display:flex;align-items:center;gap:8px;font-weight:800;font-size:12px;color:#0000009e}.sf-activity-filters a{color:#0176d3;text-decoration:none;font-weight:900}.sf-ico-gear{border:none;background:transparent;cursor:pointer;opacity:.8}.sf-activity-box{padding:12px 14px 14px}.sf-activity-h{display:flex;align-items:center;gap:10px;padding:8px 0 10px}.sf-activity-empty{padding:10px 0 4px;text-align:center}.sf-muted{color:#0000009e;font-weight:800;font-size:13px;margin:6px 0}.sf-linkline{margin-top:10px;font-weight:800;font-size:13px}.sf-linkline a{color:#0176d3;font-weight:900;text-decoration:none}.sf-side-actions{display:flex;align-items:center;gap:8px}.sf-ico{border:1px solid rgba(0,0,0,.18);background:#fff;border-radius:10px;padding:6px 8px;cursor:pointer}.sf-slack{padding:14px;text-align:center}.sf-slack-hero{width:100%;height:140px;border-radius:14px;background:linear-gradient(180deg,#0176d31a,#0176d308);display:grid;place-items:center;font-size:54px}.sf-slack-title{margin-top:12px;font-weight:900;font-size:18px}.sf-slack-text{margin-top:6px;color:#0000009e;font-weight:800;font-size:13px}.sf-slack-footer{margin-top:10px}.sf-slack-footer a{color:#0176d3;font-weight:900;text-decoration:none}@media(max-width:900px){.sf-rec-grid3{grid-template-columns:1fr}.sf-rec-hdr{flex-direction:column;align-items:flex-start}.sf-rec-hdr-actions{width:100%}}.sf-leftstack{display:flex;flex-direction:column;gap:16px}.sf-card-pad .sf-card-b{padding:10px 14px 14px}.sf-pathbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:8px 0 14px}.sf-pathtrack{flex:1;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));background:#e5e5e5;border-radius:999px;padding:6px;gap:6px}.sf-pathitem{position:relative;height:38px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:12px;color:#000000b8;background:#d9d9d9;overflow:hidden}.sf-pathitem:after{content:"";position:absolute;top:0;right:-18px;width:0;height:0;border-top:19px solid transparent;border-bottom:19px solid transparent;border-left:18px solid #d9d9d9;z-index:2}.sf-pathitem:before{content:"";position:absolute;top:0;left:0;width:0;height:0;border-top:19px solid transparent;border-bottom:19px solid transparent;border-left:18px solid #e5e5e5;z-index:1}.sf-pathitem:first-child:before{display:none}.sf-pathitem:last-child:after{display:none}.sf-pathlabel{position:relative;z-index:3;white-space:nowrap}.sf-pathitem.is-active{background:#b8f2ea;color:#0b3d38}.sf-pathitem.is-active:after{border-left-color:#b8f2ea}.sf-pathitem.is-done{background:#16325c;color:#fff}.sf-pathitem.is-done:after{border-left-color:#16325c}.sf-pathbtn{border-radius:999px;padding:10px 14px;font-weight:900}@media(max-width:1280px){.sf-rec-grid3{grid-template-columns:360px minmax(0,1fr)}.sf-rec-grid3>aside{display:none}}@media(max-width:900px){.sf-rec-grid3{grid-template-columns:1fr}}.sf-leadrec .sf-pathbar{display:flex;gap:12px;align-items:center;margin:10px 0 14px}.sf-leadrec .sf-pathtrack{flex:1;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));background:#e5e5e5;border-radius:999px;padding:6px;gap:0;overflow:hidden}.sf-leadrec .sf-pathitem{position:relative;height:36px;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:12px;color:#1b1b1b;background:#d9d9d9;padding:0 10px}.sf-leadrec .sf-pathitem:after{content:"";position:absolute;right:-18px;top:0;width:0;height:0;border-top:18px solid transparent;border-bottom:18px solid transparent;border-left:18px solid #d9d9d9;z-index:2}.sf-leadrec .sf-pathitem:before{content:"";position:absolute;left:0;top:0;width:0;height:0;border-top:18px solid transparent;border-bottom:18px solid transparent;border-left:18px solid #e5e5e5;z-index:1}.sf-leftstack .sf-card{box-shadow:0 2px 10px #0000000f}.sf-leftstack .sf-card-b{padding:12px 12px 14px}.sf-leftstack .sf-frow{padding:8px 0}.sf-activity-tabs{display:flex;align-items:center;gap:8px;padding:12px 14px;border-bottom:1px solid rgba(0,0,0,.08)}.sf-activity-filters{margin-left:auto;display:flex;align-items:center;gap:8px;font-weight:800;font-size:12px;color:#0009}.sf-leadrec .sf-pathitem.is-done .sf-pathlabel:before{content:"✓";display:inline-grid;place-items:center;width:18px;height:18px;border-radius:999px;margin-right:8px;background:#ffffff2e}#modalBackdrop{position:fixed;inset:0;background:#00000073;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:9000}#modal{position:fixed;inset:0;z-index:9001;display:flex;align-items:center;justify-content:center;padding:24px}.sf-modal__card{width:min(980px,92vw);max-height:calc(100vh - 48px);overflow:hidden;border-radius:16px;background:#fff;display:flex;flex-direction:column}.sf-modal__scroll{flex:1;overflow:auto}.sf-newlead-card{width:min(980px,92vw);max-height:min(86vh,920px);border-radius:14px;overflow:hidden}.sf-newlead-body{padding:16px 18px;background:#fff}.sf-form-sec{background:#f4f6f9;border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:12px;margin:14px 0}.sf-form-sec-h{font-weight:700;margin-bottom:10px}.sf-form-sec-b{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:10px;padding:12px}.sf-fctrl2,.sf-fctrl2 *{box-sizing:border-box}.sf-fctrl2 .sf-input,.sf-fctrl2 select.sf-input,.sf-fctrl2 .sf-textarea,.sf-fctrl2 textarea.sf-textarea{width:100%!important;max-width:100%;display:block}.sf-input{height:38px;line-height:38px;padding:0 12px}.sf-textarea{width:100%;padding:10px 12px;line-height:1.35;resize:vertical}select.sf-input{height:38px}.sf-dd{position:absolute;right:0;top:44px;width:200px;background:#fff;border:1px solid rgba(0,0,0,.15);border-radius:12px;box-shadow:0 10px 30px #0000001f;padding:6px;z-index:50}.sf-dd-item{width:100%;text-align:left;border:0;background:transparent;padding:10px;border-radius:10px;font-weight:800;cursor:pointer}.sf-import-backdrop{position:fixed;inset:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:9999}.sf-import-modal{width:min(1000px,90vw);background:#f6fbff;border-radius:16px;padding:28px;position:relative;box-shadow:0 30px 80px #00000040}.sf-import-close{position:absolute;top:16px;right:16px;background:#fff;border:none;border-radius:50%;width:36px;height:36px;cursor:pointer}.sf-import-body{display:flex;gap:40px}.sf-import-right{flex:1;display:flex;flex-direction:column;gap:20px}.sf-import-card{background:#fff;padding:20px;border-radius:12px;border:2px solid transparent;display:flex;justify-content:space-between;cursor:pointer}.sf-import-card.selected{border:2px solid #1b71ff}.sf-import-footer{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}.sf-upload-wrapper{display:flex;gap:40px}.sf-upload-drop{border:2px dashed #cbd5e1;padding:40px;text-align:center;border-radius:12px}.sf-upload-btn{padding:10px 18px;border-radius:999px;border:1px solid #1b71ff;background:#fff;color:#1b71ff;cursor:pointer}.sf-import-backdrop{position:fixed;inset:0;background:#b4c5d88c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;z-index:9999}.sf-import-modal{width:min(1100px,94vw);background:#fff;border-radius:22px;box-shadow:0 20px 60px #0000002e;overflow:hidden;display:flex;flex-direction:column;position:relative}.sf-import-close{position:absolute;top:20px;right:24px;border:none;background:#fff;width:38px;height:38px;border-radius:50%;font-size:18px;cursor:pointer;box-shadow:0 2px 6px #00000026}.sf-import-body{display:flex;padding:60px;gap:80px}.sf-import-left h2{font-size:32px;margin:20px 0 14px;font-weight:700}.sf-import-left p{color:#456;line-height:1.6}.sf-import-note{margin-top:14px;font-size:14px;color:#1b71ff}.sf-import-illustration{width:220px;height:220px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#c8d9ff,#a5bfff);margin-bottom:20px}.sf-import-card{background:#f5f6f8;border:2px solid #e1e4ea;border-radius:16px;padding:26px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;position:relative;transition:.2s ease}.sf-import-card h3{margin:0 0 6px;font-weight:700}.sf-import-card p{margin:0;font-size:14px;color:#555}.sf-import-card.selected{border-color:#1b71ff;background:#eef4ff}.sf-import-icon{font-weight:700;font-size:18px;color:#1b71ff}.sf-import-icon.db{color:#666}.sf-checkmark{position:absolute;top:0;right:0;background:#1b71ff;color:#fff;padding:6px 10px;font-size:12px;border-bottom-left-radius:12px}.sf-import-footer{border-top:1px solid #e1e4ea;padding:20px 40px;display:flex;justify-content:flex-end;gap:14px}.sf-import-cancel{padding:8px 18px;border-radius:999px;border:1px solid #d1d5db;background:#fff;cursor:pointer}.sf-import-next{padding:8px 22px;border-radius:999px;border:none;background:#1b71ff;color:#fff;cursor:pointer}.sf-import-backdrop{position:fixed;inset:0;background:#c8d2e199;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;z-index:9999}.sf-import-modal{width:min(1100px,94vw);background:#eef3fb;border-radius:20px;box-shadow:0 25px 80px #00000040;padding:60px 70px;position:relative}.sf-import-body{display:flex;gap:100px}.sf-import-left{flex:1}.sf-import-left h2{font-size:28px;font-weight:700;margin-bottom:16px}.sf-import-left p{font-size:16px;color:#445;max-width:420px}.sf-import-circle{width:240px;height:240px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#cfdcff,#a7bfff);margin-bottom:30px}.sf-import-right{flex:1;display:flex;flex-direction:column;gap:30px}.sf-import-card{background:#f6f7fa;border:2px solid #d7dbe3;border-radius:14px;padding:26px 30px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:.2s ease}.sf-import-card:hover{border-color:#1b71ff}.sf-import-card.selected{border-color:#1b71ff;background:#fff;box-shadow:0 0 0 2px #1b71ff26}.sf-import-icon{font-weight:700;color:#1b71ff}.sf-import-footer{margin-top:50px;display:flex;justify-content:flex-end;gap:16px}.diw-page{padding:40px 60px;max-width:1200px;margin:0 auto}.diw-header h1{font-size:28px;font-weight:700;margin-bottom:8px}.diw-header p{color:#6b7280;margin-bottom:30px}.diw-steps{display:flex;gap:30px;margin-bottom:40px}.diw-step{display:flex;align-items:center;gap:10px;color:#6b7280;font-weight:500}.diw-step-circle{width:28px;height:28px;border-radius:50%;border:2px solid #d1d5db;display:flex;align-items:center;justify-content:center;font-size:14px}.diw-step.active{color:#0176d3;font-weight:600}.diw-step.active .diw-step-circle{border-color:#0176d3;background:#0176d3;color:#fff}.diw-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.diw-col h3{margin-bottom:15px;font-size:16px}.diw-card{border:2px solid #0176d3;border-radius:14px;padding:18px;background:#f4faff;font-weight:600}.diw-option{border:2px solid #e5e7eb;border-radius:12px;padding:14px;margin-bottom:12px;cursor:pointer;transition:.2s ease}.diw-option:hover{border-color:#0176d3}.diw-option.selected{border-color:#0176d3;background:#f0f8ff}.diw-footer{margin-top:40px;display:flex;justify-content:space-between;border-top:1px solid #e5e7eb;padding-top:20px}.sf-btn-primary{background:#0176d3;color:#fff;border:none;border-radius:999px;padding:8px 20px;cursor:pointer}.sf-btn-secondary{background:#fff;border:1px solid #d1d5db;border-radius:999px;padding:8px 20px;cursor:pointer}.sf-btn-primary:hover{background:#015ea6}.sf-record-page{padding:24px}.sf-record-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.sf-record-kicker{font-size:12px;color:#777}.sf-record-title{font-size:28px;font-weight:600}.sf-record-sub{color:#666;margin-top:4px}.sf-stage-bar{display:flex;gap:10px;margin-bottom:24px}.sf-stage.active{background:#0176d3;color:#fff}.sf-record-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.sf-field.full{grid-column:span 2}.sf-oppty-modal{width:720px;border-radius:16px}.sf-field{display:flex;flex-direction:column;margin-bottom:18px}.sf-field label{font-size:13px;margin-bottom:6px}.sf-field label.required:before{content:"* ";color:#d62b1f}.sf-lookup-results{border:1px solid #ddd;border-radius:8px;background:#fff;margin-top:4px;max-height:180px;overflow:auto}.sf-lookup-item{padding:8px 12px;cursor:pointer}.sf-lookup-dropdown{position:absolute;top:100%;left:0;width:100%;background:#fff;border:1px solid #d8dde6;border-radius:6px;box-shadow:0 8px 20px #00000026;max-height:240px;overflow-y:auto;z-index:9999}.sf-lookup-item:hover,.sf-lookup-new:hover{background:#f3f6f9}.sf-lookup-menu{position:absolute;top:100%;left:0;width:100%;background:#fff;border:1px solid #d8dde6;border-radius:6px;box-shadow:0 8px 16px #00000026;max-height:220px;overflow-y:auto;z-index:2000}.sf-lookup-item,.sf-lookup-new{padding:10px 14px;cursor:pointer}.sf-lookup-item:hover,.sf-lookup-new:hover{background:#0d6fe0}.sf-modal{width:720px;max-width:95vw;background:#fff;border-radius:12px;box-shadow:0 12px 40px #0003;padding:0}.sf-modal-header{display:flex;justify-content:space-between;align-items:center;padding:22px 28px;border-bottom:1px solid #eee}.sf-modal-title{font-size:22px;font-weight:600}.sf-modal-close{background:none;border:none;font-size:20px;cursor:pointer}.sf-modal-body{padding:28px}.sf-modal-footer{padding:18px 28px;display:flex;justify-content:flex-end;gap:12px;border-top:1px solid #eee}.sf-field{margin-bottom:18px}.sf-label{display:block;font-weight:600;margin-bottom:6px}.sf-input{width:100%;padding:8px 10px;border-radius:6px;border:1px solid #d0d0d0}.sf-lookup-dropdown{position:absolute;background:#fff;border:1px solid #ddd;border-radius:6px;width:100%;margin-top:4px;max-height:220px;overflow-y:auto;z-index:20}.sf-modal-backdrop{position:fixed;inset:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:1000}.sf-modal{background:#fff;width:720px;max-width:95%;border-radius:14px;box-shadow:0 20px 60px #00000040}.sf-stage-wrap{display:flex;align-items:center;justify-content:space-between;background:#f3f4f6;padding:14px 18px;border-radius:12px;margin-bottom:24px}.sf-stage-path{display:flex;align-items:center;flex:1;overflow:visible}.sf-stage{position:relative;padding:8px 22px;font-size:13px;font-weight:600;background:#e5e7eb;color:#374151;cursor:pointer;transition:all .2s ease}.sf-stage:first-child{border-radius:24px 0 0 24px;padding-left:28px}.sf-stage:not(:last-child):after{content:"";position:absolute;top:0;right:-18px;width:0;height:0;border-top:22px solid transparent;border-bottom:22px solid transparent;border-left:18px solid #d8dde6;z-index:2}.sf-stage:not(:last-child):before{content:"";position:absolute;right:-11px;top:0;width:0;height:0;border-top:21px solid transparent;border-bottom:21px solid transparent;border-left:11px solid #fff;z-index:1}.sf-stage.is-complete:after{border-left-color:#1b71ff}.sf-stage.is-active{background:#1d4ed8;color:#fff}.sf-stage.is-active:after{border-left-color:#1d4ed8}.sf-stage-inner{display:flex;align-items:center;gap:8px}.sf-stage-check{margin-right:6px;font-weight:700}.sf-stage-dot{width:8px;height:8px;background:currentColor;border-radius:50%}.sf-stage-label{white-space:nowrap}.sf-stage-btn{margin-left:20px}.sf-opprec .sf-stage-wrap{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:16px 0 24px}.sf-opprec .sf-stage-path{display:flex;flex:1;overflow:hidden}.sf-opprec .sf-stage{position:relative;flex:1;text-align:center;padding:10px 20px;font-weight:600;font-size:14px;background:#e5e7eb;color:#334155;cursor:pointer;transition:all .2s ease}.sf-opprec .sf-stage:not(:last-child){margin-right:5px}.sf-opprec .sf-stage:not(:last-child):after{content:"";position:absolute;top:0;right:-18px;width:0;height:0;border-top:20px solid transparent;border-bottom:20px solid transparent;border-left:18px solid #e5e7eb;z-index:2}.sf-opprec .sf-stage:not(:first-child):before{content:"";position:absolute;left:0;top:0;border-top:20px solid transparent;border-bottom:20px solid transparent;border-left:16px solid #ffffff;z-index:1}.sf-stage.is-complete,.sf-opprec .sf-stage.is-complete{background:#5ec69d;color:#fff}.sf-opprec .sf-stage.is-complete:after{border-left-color:#5ec69d}.sf-stage.is-complete:after{border-left-color:#5ec69d}.sf-opprec .sf-stage.is-active{background:#1e3a8a;color:#fff}.sf-opprec .sf-stage.is-active:after{border-left-color:#1e3a8a}.sf-opprec .sf-stage:last-child{border-radius:0 24px 24px 0}.sf-opprec .sf-stage:hover{filter:brightness(o.95)}.sf-opprec .sf-stage-complete-btn{white-space:nowrap}.sf-path-card{background:#fff;border-radius:14px;padding:20px 24px;margin-bottom:24px;box-shadow:0 2px 6px #0000000d}.sf-guidance{margin-top:18px;padding-top:18px;border-top:1px solid #e5e7eb}.sf-guidance-title{font-weight:600;font-size:14px;color:#1f2937;margin-bottom:10px}.sf-guidance-body{font-size:14px;color:#374151;line-height:1.6}.sf-guidance-body ul{margin:8px 0 0 18px;padding:0}.sf-guidance-body li{margin-bottom:6px}.sf-guidance-container{background:#f3f3f3;border-radius:16px;padding:24px;margin-top:18px;margin-bottom:24px}.sf-guidance-header{font-weight:600;color:#5f6368;margin-bottom:16px;font-size:14px}.sf-guidance-title{font-weight:600;font-size:16px;margin-bottom:10px}.sf-guidance-list{padding-left:20px;color:#444;line-height:1.6}.sf-guidance-list li{margin-bottom:6px}.sf-stage.is-disabled{opacity:.45;cursor:not-allowed}.sf-required-error{border-left:4px solid #e53935;background:#e539350d}.sf-stage.is-disabled{opacity:.4;cursor:not-allowed}.sf-lookup-input{width:100%;padding:8px}.sf-lookup-results{position:absolute;background:#fff;width:100%;border:1px solid #ddd;max-height:160px;overflow-y:auto;z-index:999}.sf-lookup-item{padding:8px;cursor:pointer}.sf-lookup-item:hover{background:#f3f3f3}.sf-user-pill{display:inline-flex;align-items:center;background:#e3f2fd;padding:4px 8px;border-radius:16px;margin-top:6px}.sf-user-pill .sf-remove{margin-left:8px;cursor:pointer}.sf-modal-backdrop{position:fixed;inset:0;background:#00000059;z-index:9999}.sf-modal-card{position:relative;z-index:10000}.sf-modal-card .sf-lookup-results{position:absolute;z-index:11000}.sf-modal-card .sf-lookup{position:relative;width:100%}.sf-modal-card .sf-lookup-input{width:100%;padding:8px 10px;border:1px solid #d8dde6;border-radius:6px;font-size:14px;background:#fff}.sf-modal-card .sf-lookup-input:focus{outline:none;border-color:#1b96ff;box-shadow:0 0 0 2px #1b96ff33}.sf-modal-card .sf-lookup-results{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #d8dde6;border-top:none;max-height:220px;overflow-y:auto;z-index:10000;border-radius:0 0 6px 6px;box-shadow:0 6px 16px #0000001f}.sf-modal-card .sf-lookup-item{padding:8px 12px;cursor:pointer;font-size:14px}.sf-modal-card .sf-lookup-item:hover{background:#f3f6f9}.sf-modal-card .sf-selected-user{margin-top:8px}.sf-modal-card .sf-user-pill{display:inline-flex;align-items:center;gap:6px;background:#eef4ff;border:1px solid #cbdcff;padding:4px 8px;border-radius:16px;font-size:13px}.sf-modal-card .sf-user-pill .sf-remove{cursor:pointer;font-size:12px;opacity:.6}.sf-modal-card .sf-user-pill .sf-remove:hover{opacity:1}.filter-banner{background:#eef4ff;border:1px solid #c7d7ff;padding:10px 14px;margin-bottom:14px;border-radius:6px;display:flex;justify-content:space-between;align-items:center}.filter-banner button{background:#2563eb;color:#fff;border:none;padding:6px 12px;border-radius:4px;cursor:pointer}.task-card{background:#fff;border-radius:12px;padding:12px;margin-bottom:10px;box-shadow:0 2px 6px #00000014;cursor:pointer;transition:.2s}.task-card-header{display:flex;justify-content:space-between;align-items:center}.task-title{font-weight:600}.task-meta{display:flex;justify-content:space-between;margin-top:8px;font-size:12px;color:#666}.task-footer{display:flex;justify-content:space-between;align-items:center;margin-top:10px}.avatar{width:26px;height:26px;border-radius:50%;background:#1976d2;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px}.avatar.empty{background:#ccc}.priority-high{color:#f44336}.priority-medium{color:#ff9800}.priority-low{color:#4caf50}.task-overdue-indicator{font-size:11px;color:#f44336;font-weight:600}.tasks-board{padding:20px}.tasks-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.kanban{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media(max-width:768px){.kanban{display:flex!important;overflow-x:auto!important;gap:12px;padding:10px}.kanban-column{min-width:260px!important;max-width:260px!important;flex:0 0 auto!important}}.kanban-column{background:#f4f6f9;border-radius:12px;padding:10px;min-height:500px}.kanban-header{font-weight:700;margin-bottom:10px}.task-card{background:#fff;padding:12px;border-radius:10px;margin-bottom:10px;cursor:grab;box-shadow:0 2px 6px #00000014;transition:.2s}.task-card.overdue{border-left:4px solid #f44336}.task-meta{display:flex;justify-content:space-between;font-size:12px;margin-top:6px;color:#666}.dragging{opacity:.4}.header,.jira-header{display:flex;justify-content:space-between;align-items:center}.jira-header{padding:14px 18px;border-bottom:1px solid #ddd;background:#fff;position:sticky;top:0;z-index:10}.jira-header h2{margin:0;font-size:18px}.jira-header-right{display:flex;gap:12px;align-items:center}.jira-config-btn{border:1px solid #d0d5dd;background:#f9fafb;padding:6px 12px;border-radius:6px;cursor:pointer;font-size:13px}.jira-close{background:none;border:none;font-size:20px;cursor:pointer}.jira-config-panel{border-bottom:1px solid #ddd;padding:14px 20px;background:#fafbfc}.jira-config-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 20px;font-size:13px}.jira-body{display:grid;grid-template-columns:2fr 1fr;gap:32px;padding:24px;overflow-y:auto;max-height:calc(90vh - 160px)}.jira-group{margin-bottom:14px}.jira-group label{display:block;font-size:13px;font-weight:600;margin-bottom:4px}.jira-group input,.jira-group select{width:100%;padding:7px 8px;border:1px solid #ccc;border-radius:4px;font-size:14px}.jira-top-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}#jiraEditor{height:180px;border:1px solid #ccc;border-radius:4px}.jira-editor-tabs{display:flex;gap:6px;margin-bottom:6px}.jira-editor-tabs button{padding:4px 10px;border:1px solid #ccc;background:#f4f5f7;cursor:pointer;border-radius:4px;font-size:12px}.jira-editor-tabs button.active{background:#fff;border-bottom:2px solid #0052cc}.footer,.jira-footer{display:flex;justify-content:space-between;align-items:center;margin-top:20px}.jira-footer{position:sticky;bottom:0;z-index:10;background:#fff}.primary,.jira-btn.primary{background:#0052cc;color:#fff;border:none;padding:6px 14px;cursor:pointer;border-radius:4px}.kanban{padding:20px}.kanban-header{display:flex;justify-content:space-between;margin-bottom:20px}.filters{display:flex;gap:10px}.board{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}@media(max-width:768px){.board{display:flex!important;overflow-x:auto!important;gap:12px}.column{min-width:260px!important;flex:0 0 260px!important}}.column{background:#f4f5f7;border-radius:6px;padding:10px;min-height:70vh}.column h3{text-align:center}.list{min-height:60vh}.card{background:#fff;padding:8px;margin-bottom:8px;border-radius:4px;cursor:grab;box-shadow:0 1px 2px #0000001a}.card.dragging{opacity:.5}.jira-modal{position:relative}.jira-config-drawer{position:absolute;top:0;right:-380px;width:360px;height:100%;background:#fff;border-left:1px solid #ddd;box-shadow:-8px 0 30px #00000040;transition:right .25s ease;z-index:20;display:flex;flex-direction:column}.jira-body>div:last-child{border-left:1px solid #eee;padding-left:24px}.jira-config-drawer.open{right:0}.jira-config-header{padding:14px 16px;border-bottom:1px solid #ddd;font-weight:600;display:flex;justify-content:space-between;align-items:center;background:#fff}.jira-config-body{flex:1;overflow-y:auto;padding:16px}.jira-config-footer{padding:12px 16px;border-top:1px solid #ddd;display:flex;justify-content:flex-end;gap:8px}.jira-board-app{width:100%;height:100%;padding:16px;background:#f4f5f7;box-sizing:border-box}.jira-board-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.jira-board-left h2{margin:0 0 8px}.jira-board-menu{display:flex;gap:6px}.board-tab{padding:4px 10px;border:1px solid #ccc;background:#fff;cursor:pointer}.board-tab.active{background:#0052cc;color:#fff;border-color:#0052cc}.jira-filters{display:flex;gap:8px;margin-right:12px}.issue-drawer{position:fixed;top:0;right:0;width:480px;height:100%;background:#fff;box-shadow:-4px 0 20px #00000026;transform:translate(100%);transition:transform .25s ease;z-index:2000}.issue-drawer.show{transform:translate(0)}.issue-drawer-content{padding:24px;overflow-y:auto;height:100%}.drawer-close{position:absolute;right:16px;top:16px;border:none;background:transparent;font-size:18px;cursor:pointer}.issue-panel{position:fixed;top:0;right:0;width:420px;height:100vh;background:#fff;box-shadow:-2px 0 10px #00000026;z-index:9999;display:flex;flex-direction:column}.issue-panel-header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #ddd;font-weight:600}.issue-panel-body{flex:1;padding:16px;overflow-y:auto}.issue-field{margin-bottom:16px}.issue-field label{display:block;font-size:13px;color:#666;margin-bottom:4px}.issue-field select,.issue-field textarea{width:100%;padding:6px}.issue-panel-footer{padding:12px;border-top:1px solid #ddd;text-align:right}.issue-close-btn{border:none;background:none;font-size:18px;cursor:pointer}.issues-top-nav{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:#fff;border-bottom:1px solid #e5e7eb}.issues-title{font-size:18px;font-weight:600;margin-right:24px}.issues-menu{display:inline-flex;gap:18px}.issues-link{color:#5e6c84;font-size:14px;cursor:pointer}.issues-link.active{color:#0052cc;font-weight:600}.issues-create-btn{background:#0052cc;color:#fff;border:none;padding:6px 14px;border-radius:4px}.issues-layout{display:flex;height:calc(100vh - 110px)}.issues-project-sidebar{width:220px;background:#f4f5f7;border-right:1px solid #e1e4e8;padding:16px}.project-title{font-weight:600;margin-bottom:18px}.project-menu{display:flex;flex-direction:column;gap:10px}.project-link{padding:6px 10px;border-radius:4px;cursor:pointer;font-size:14px}.project-link:hover{background:#e9ecef}.project-link.active{background:#0052cc;color:#fff}.issues-board-area{flex:1;padding:20px;overflow:auto}.jira-global-bar{background:#0747a6;color:#fff;padding:8px 16px}.jira-global-left{display:flex;align-items:center;gap:20px}.jira-global-menu{display:flex;gap:12px;align-items:center}.jira-dd-btn{background:none;border:none;color:#fff;cursor:pointer}.jira-dd-menu{position:absolute;top:30px;left:0;background:#fff;color:#000;min-width:180px;border-radius:6px;box-shadow:0 6px 20px #0003;z-index:999}.jira-dd-item{padding:8px 12px;cursor:pointer;font-size:13px}.jira-dd-item:hover{background:#f4f5f7}.jira-dd-item.create{font-weight:600;color:#0052cc}.jira-board-layout{display:flex}.issue-drawer{position:fixed;top:0;right:0;width:420px;height:100vh;background:#fff;border-left:1px solid #ddd;box-shadow:-4px 0 10px #0000001a;z-index:999;overflow-y:auto;transform:translate(100%);transition:transform .25s ease}.issue-drawer.open{transform:translate(0)}.issue-drawer-header{padding:16px;border-bottom:1px solid #eee;font-weight:600}.issue-drawer-body{padding:16px}.issue-drawer{position:fixed;top:0;right:-520px;width:500px;height:100vh;background:#fff;border-left:1px solid #ddd;z-index:99999;transition:right .25s ease;overflow-y:auto}.drawer-header{display:flex;justify-content:space-between;padding:14px;border-bottom:1px solid #eee;background:#f8fafc}.drawer-title{width:100%;font-size:18px;margin-bottom:12px}.drawer-desc{width:100%;min-height:80px}.drawer-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:16px 0}.drawer-grid label{font-size:12px;color:#555}#boardsList{position:absolute;top:100%;left:0;background:#fff;min-width:180px;border:1px solid #ddd;box-shadow:0 4px 12px #00000026;display:none;z-index:9999}.jira-dd{position:relative}body{font-family:Arial,sans-serif;background:#f4f5f7;margin:0}.jira-global-bar{background:#0747a6;color:#fff;padding:8px 16px;overflow:visible}.jira-global-left{display:flex;align-items:center;gap:20px;overflow:visible}.jira-brand{font-weight:600}.jira-global-menu{display:flex;gap:12px;align-items:center;overflow:visible}.jira-top-link{background:none;border:none;color:#fff;cursor:pointer;font-size:14px}.jira-dd{position:relative;overflow:visible}.jira-dd-btn{background:none;border:none;color:#fff;cursor:pointer;font-size:14px}#boardsList{position:absolute;top:36px;left:0;background:#fff;color:#172b4d;min-width:220px;border-radius:6px;border:1px solid #dfe1e6;box-shadow:0 8px 24px #00000040;display:none;z-index:999999}#boardsList.open{display:block}#boardsList .jira-dd-item{padding:10px 14px;cursor:pointer;font-size:14px}#boardsList .jira-dd-item:hover{background:#f4f5f7}#boardsList .jira-dd-item.create{font-weight:600;color:#0052cc;border-top:1px solid #eee}.jira-board-app{width:100%;height:100%;padding:16px;background:#f4f5f7;box-sizing:border-box;overflow:visible}.jira-board-layout{display:flex;overflow:visible}.jira-board-left{width:220px;background:#f4f5f7;border-right:1px solid #ddd;padding:16px 12px}.board-left-title{font-weight:600;margin-bottom:14px}.board-left-item{padding:8px 12px;border-radius:6px;cursor:pointer;margin-bottom:4px;font-size:14px}.board-left-item:hover{background:#e6ebf5}.board-left-item.active{background:#1d5fd0;color:#fff}.jira-board-right{flex:1;padding-left:20px}.jira-board-header{padding:12px 20px;border-bottom:1px solid #ddd;display:flex;justify-content:space-between;align-items:center}.jira-board-filters{display:flex;gap:8px}.jira-filter-btn{background:#f4f5f7;border:1px solid #ccc;border-radius:4px;padding:4px 8px;cursor:pointer}.jira-create-btn{background:#0052cc;color:#fff;border:none;padding:6px 14px;border-radius:4px;cursor:pointer}.jira-create-btn:hover{background:#0747a6}.jira-board{display:flex;gap:12px;align-items:flex-start;overflow-x:auto}.jira-column{background:#ebecf0;border-radius:6px;min-width:260px;max-width:260px;display:flex;flex-direction:column;max-height:calc(100vh - 220px)}.jira-column-header{font-weight:700;padding:10px;border-bottom:1px solid #ccc}.jira-list{padding:8px;overflow-y:auto;min-height:100px;flex:1}.jira-card{background:#fff;border-radius:4px;padding:8px;margin-bottom:8px;cursor:grab;box-shadow:0 1px 2px #00000026;font-size:13px}.jira-card:hover{background:#f7f8f9}.jira-card.dragging{opacity:.5}.card-key{font-size:11px;color:#5e6c84;margin-bottom:4px}.card-title{font-weight:600;margin-bottom:4px}.card-type{font-size:11px;color:#6b778c}.issue-drawer{position:fixed;top:0;right:-520px;width:500px;height:100vh;background:#fff;border-left:1px solid #ddd;box-shadow:-4px 0 20px #00000026;z-index:9000;transition:right .25s ease;overflow-y:auto}.issue-drawer.open{right:0}.drawer-header{display:flex;justify-content:space-between;align-items:center;padding:14px;border-bottom:1px solid #eee;background:#f8fafc}.drawer-header h3{margin:0;font-size:16px}.drawer-header button{background:none;border:none;font-size:18px;cursor:pointer}.drawer-body{padding:16px}.drawer-body h4{margin-top:0}.drawer-body textarea,.drawer-body input,.drawer-body select{width:100%;padding:6px;margin-bottom:10px}.drawer-save-btn{background:#0052cc;color:#fff;border:none;padding:8px 12px;border-radius:4px;cursor:pointer}.drawer-save-btn:hover{background:#0747a6}.jira-modal{width:1100px;max-width:96vw;height:90vh;background:#fff;border-radius:8px;margin:5vh auto;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 25px 70px #00000059}.jira-attach{border:2px dashed #d0d5dd;padding:16px;text-align:center;border-radius:6px;font-size:13px;color:#555}.jira-btn{padding:6px 14px;border-radius:4px;border:1px solid #ccc;background:#f4f5f7;cursor:pointer}.jira-btn.primary{background:#0052cc;color:#fff;border:none}.jira-btn.primary:hover{background:#0747a6}.jira-card{background:#fff;border-radius:6px;padding:10px 12px;margin-bottom:10px;cursor:pointer;box-shadow:0 1px 3px #091e4240;border-left:4px solid transparent;transition:all .15s ease}.jira-card:hover{background:#f9fafb;box-shadow:0 4px 10px #091e4233;transform:translateY(-1px)}.jira-card.dragging{opacity:.6}.jira-card .card-key{font-size:11px;font-weight:500;color:#6b778c;margin-bottom:6px}.jira-card .card-title{font-size:14px;font-weight:600;color:#172b4d;margin-bottom:6px}.jira-card .card-type{display:inline-block;font-size:11px;font-weight:600;padding:2px 6px;border-radius:4px;background:#e9f2ff;color:#0052cc}.jira-card[data-type=bug]{border-left-color:#de350b}.jira-card[data-type=story]{border-left-color:#0052cc}.jira-card[data-type=task]{border-left-color:#36b37e}.jira-card[data-type=epic]{border-left-color:#6554c0}.jira-card:after{content:"";position:absolute;top:8px;right:8px;width:8px;height:8px;border-radius:50%;background:transparent}.jira-card[data-priority=high]:after{background:#de350b}.jira-card[data-priority=medium]:after{background:#ffab00}.jira-card[data-priority=low]:after{background:#36b37e}.card-status{display:inline-block;font-size:10px;font-weight:600;padding:2px 6px;border-radius:10px;margin-top:4px}.card-status.todo{background:#dfe1e6;color:#172b4d}.card-status.in_progress{background:#deebff;color:#0052cc}.card-status.review{background:#e6fcff;color:#008da6}.card-status.done{background:#e3fcef;color:#064}.card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:8px}.card-avatar{width:22px;height:22px;border-radius:50%;background:#0052cc;color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600}.card-avatar.unassigned{background:#dfe1e6;color:#6b778c}.card-due{font-size:11px;font-weight:500}.card-due.warning{color:#ff8b00}.card-due.overdue{color:#de350b;font-weight:600}.card-top{display:flex;justify-content:space-between;margin-bottom:6px}.card-key{font-size:11px;font-weight:500;color:#6b778c}.card-title{font-size:14px;font-weight:600;color:#172b4d;margin-bottom:10px;line-height:1.3}.card-footer{display:flex;align-items:center;justify-content:space-between;gap:6px}.card-type-badge{font-size:10px;font-weight:600;padding:2px 6px;border-radius:4px;background:#e9f2ff;color:#0052cc}.card-type-badge.bug{background:#ffebe6;color:#de350b}.card-type-badge.story{background:#e9f2ff;color:#0052cc}.card-type-badge.task{background:#e3fcef;color:#064}.card-type-badge.epic{background:#f3e8ff;color:#6554c0}.card-priority{font-size:10px;font-weight:600;color:#6b778c}.card-assignee{width:22px;height:22px;border-radius:50%;background:#0052cc;color:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:600}.card-assignee.unassigned{background:#dfe1e6;color:#6b778c}.backlog-dropdown{background:#fff;border:1px solid #ddd;border-radius:6px;margin:12px 0;padding:12px;max-height:400px;overflow-y:auto;box-shadow:0 6px 18px #0000001a}.backlog-dropdown .backlog-tabs{display:flex;gap:10px;margin-bottom:12px}.backlog-dropdown button{background:#f4f5f7;border:1px solid #ccc;padding:4px 10px;border-radius:4px;cursor:pointer}.backlog-dropdown button:hover{background:#e6ebf5}.backlog-item{padding:8px 10px;border-radius:4px;cursor:pointer;margin-bottom:4px}.backlog-item:hover{background:#f4f5f7}.epic-item{font-weight:600;margin-top:8px}.jira-board-right{position:relative}.backlog-dropdown{position:absolute;top:70px;left:0;width:260px;background:#fff;border:1px solid #ddd;border-radius:6px;padding:12px;box-shadow:0 8px 24px #00000026;z-index:5000;max-height:400px;overflow-y:auto}.epic-row{padding:8px 10px;cursor:pointer;display:flex;align-items:center;gap:6px;border-radius:4px;font-weight:600}.epic-row:hover{background:#f4f5f7}.epic-toggle{font-size:12px;width:14px}.epic-issues{margin-left:18px}.issue-row{padding:6px 8px;cursor:pointer;border-radius:4px;font-weight:400}.issue-row:hover{background:#e6ebf5}.backlog-tabs{display:flex;gap:8px;padding:8px 0}.backlog-tabs button{border:1px solid #ccc;background:#f4f5f7;padding:4px 8px;border-radius:4px;cursor:pointer}.backlog-tabs button.active{background:#0052cc;color:#fff;border-color:#0052cc}.all-epics-label{font-size:12px;font-weight:600;padding:6px 0;color:#555}.epic-tree{margin-top:6px}.epic-node{margin-bottom:4px}.epic-header{display:flex;align-items:center;gap:6px;cursor:pointer;font-weight:600;padding:4px 0}.epic-header:hover{background:#f4f5f7}.epic-children{padding-left:18px}.issue-node{padding:4px 0;font-size:13px;cursor:pointer}.issue-node:hover{text-decoration:underline}.jira-board-layout{display:flex;height:100%}.epics-panel{width:260px;background:#f4f5f7;border-right:1px solid #ddd;padding:12px;overflow-y:auto;transition:all .2s ease}.epics-tabs button.active{background:#0052cc;color:#fff;border-color:#0052cc}.jira-board-app{position:relative}.epics-overlay{position:absolute;top:110px;left:240px;width:300px;bottom:0;background:#f4f5f7;border-right:1px solid #ddd;box-shadow:2px 0 8px #0000001a;z-index:1000}.epics-overlay-content{padding:16px;height:100%;overflow-y:auto}.epics-tabs{display:flex;gap:6px;margin-bottom:12px}.epics-tabs button{padding:4px 10px;border:1px solid #ccc;background:#fff;border-radius:4px;cursor:pointer}.epics-tabs button.active{background:#0052cc;color:#fff}.epics-close{margin-left:auto;background:transparent;border:none;font-size:16px;cursor:pointer}.epic-node{margin-bottom:6px}.epic-header{display:flex;align-items:center;gap:6px;cursor:pointer;font-weight:500}.epic-children{padding-left:16px;margin-top:4px}.issue-node{padding:4px 0;cursor:pointer;font-size:13px}.issue-node:hover{color:#0052cc}.epic-label{cursor:pointer;margin-left:6px}.epic-arrow{cursor:pointer;width:16px;display:inline-block}.inline-epic-select{margin-left:10px;font-size:12px}.epic-badge{display:inline-block;padding:2px 6px;font-size:10px;font-weight:600;color:#fff;border-radius:4px;margin-bottom:6px}.assignee-header{font-size:20px;font-weight:600;color:#42526e;margin:16px 0 6px;display:flex;justify-content:space-between}.jira-card{position:relative}.card-assignee-top{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:50%;background:#0052cc;color:#fff;font-size:12px;font-weight:600;display:flex;align-items:center;justify-content:center}.card-assignee-top.unassigned{background:#dfe1e6;color:#5e6c84}.todo-assignee-header{font-weight:600;margin:12px 0 6px;font-size:14px;color:#172b4d}.todo-count{background:#dfe1e6;padding:2px 6px;border-radius:10px;font-size:12px;margin-left:6px}.drawer-comments{margin-bottom:16px}.drawer-comment{background:#f4f5f7;padding:10px;border-radius:6px;margin-bottom:8px}.comment-arrow{font-size:12px}.comment-text{margin-top:8px;font-size:14px}.drawer-comment{margin-bottom:12px}.comment-meta{cursor:pointer;font-size:13px;color:#44546f;display:flex;align-items:center;padding:6px 0;gap:6px}.comment-meta:hover{background:#00000008;border-radius:4px}.comment-body{margin-top:8px}.comment-text{margin-bottom:8px}.reply-btn{background:none;border:none;color:#0052cc;font-size:12px;cursor:pointer}.reply-btn:hover{text-decoration:underline}.reply-box textarea{width:100%;margin-top:6px;min-height:60px}.thread-title{font-weight:600;font-size:14px}.reply-count{font-size:12px;color:#6b778c;margin-left:6px}.thread-header{display:flex;flex-direction:column}.thread-summary{font-size:12px;color:#6b778c;margin-top:2px}.thread-panel{position:absolute;right:0;top:0;width:380px;height:100%;background:#fff;border-left:1px solid #ddd;display:flex;flex-direction:column;z-index:20}.thread-panel-header{padding:12px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;font-weight:600}.thread-panel-body{flex:1;overflow-y:auto;padding:12px}.thread-item{margin-bottom:16px}.thread-author{font-size:13px;color:#44546f}.thread-text{margin:6px 0}.thread-message{display:flex;gap:10px;margin-bottom:16px}.thread-message .avatar{width:32px;height:32px;border-radius:50%;background:#3b82f6;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;flex-shrink:0}.thread-meta{font-size:13px;color:#555}.thread-text{margin-top:4px;font-size:14px}.thread-message{display:flex;gap:12px;margin-bottom:18px;position:relative}.thread-message.level-1{margin-left:40px}.thread-message.level-2{margin-left:70px}.thread-line{position:absolute;left:-20px;top:10px;width:2px;height:calc(100% - 10px);background:#e2e8f0}.avatar{width:36px;height:36px;border-radius:50%;background:#3b82f6;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;flex-shrink:0}.thread-content{flex:1}.thread-meta{font-size:14px;color:#444}.thread-date{margin-left:8px;color:#888;font-size:12px}.thread-text{margin-top:6px;font-size:15px}.thread-reply-btn{margin-top:6px;font-size:12px;background:none;border:none;color:#3b82f6;cursor:pointer}.thread-reply-btn:hover{text-decoration:underline}.inline-reply{margin-top:8px}.inline-reply textarea{width:100%;min-height:60px;margin-bottom:6px}.thread-actions{margin-top:6px;font-size:12px}.thread-actions button{background:none;border:none;color:#888;margin-right:10px;cursor:pointer}.thread-actions button:hover{color:#000}.edit-box textarea{width:100%;min-height:60px;margin-top:6px}.reaction-bar{margin-top:6px;display:flex;gap:6px;align-items:center}.reaction-chip{background:#f1f5f9;padding:4px 8px;border-radius:20px;font-size:13px;cursor:pointer}.reaction-chip:hover{background:#e2e8f0}.add-reaction{background:none;border:none;font-size:14px;cursor:pointer}.emoji-picker{background:#fff;border:1px solid #ddd;padding:10px;border-radius:10px;box-shadow:0 6px 18px #00000026;z-index:9999;display:grid;grid-template-columns:repeat(8,1fr);gap:8px;max-width:280px;max-height:220px;overflow-y:auto}.emoji-picker span{cursor:pointer;font-size:20px;text-align:center;transition:transform .15s ease}.emoji-picker span:hover{transform:scale(1.3)}.mention-dropdown{position:absolute;background:#fff;border:1px solid #ddd;width:220px;max-height:200px;overflow-y:auto;z-index:99999;box-shadow:0 8px 20px #00000026}.mention-item{padding:8px;cursor:pointer}.mention-item:hover{background:#f4f5f7}.view-replies{color:#0c66e4;cursor:pointer;font-size:13px;margin:6px 0}.view-replies:hover{text-decoration:underline}.edited-tag{font-size:12px;color:#6b778c;font-style:italic}.sprint-header{padding:10px 16px;background:#f4f5f7;border-bottom:1px solid #ddd;font-size:14px}.sprint-header .sprint-title{font-weight:600}.sprint-header .sprint-dates{font-size:12px;color:#666}.jira-modal.small{width:500px;max-width:95vw}.sprint-goal{font-size:13px;color:#555;margin-top:4px}.planning-column{flex:1;background:#f4f5f7;padding:10px;border-radius:8px}.planning-list{min-height:400px;background:#fff;padding:10px;border-radius:6px}.planning-card{background:#fff;border:1px solid #ddd;padding:8px;margin-bottom:8px;cursor:grab;border-radius:4px}.planning-layout{display:flex;gap:20px}.planning-epics{width:220px;flex-shrink:0;z-index:2;position:relative}.planning-column{flex:1;min-width:0}.planning-epics-item{cursor:pointer;padding:8px 10px}.planning-epics-item:hover{background:#f0f4ff}.planning-epics{width:220px;flex-shrink:0}.planning-epics-header{display:flex;justify-content:space-between;cursor:pointer;font-weight:600;padding:8px 10px;background:#f4f6fb;border-radius:6px}.planning-epics-item{padding:8px 10px;cursor:pointer;border-radius:4px}.planning-epics-item:hover{background:#eef3ff}.planning-epics-item.active{background:#dbe7ff;font-weight:600}#planningEpicsList.collapsed{display:none}.planning-card{background:#fff;border-radius:8px;margin-bottom:12px;padding:10px;box-shadow:0 1px 3px #00000026;cursor:grab;transition:all .2s ease}.planning-card:hover{box-shadow:0 6px 16px #0003;transform:translateY(-2px)}.planning-card-top{display:flex;justify-content:space-between;font-size:12px;color:#666}.planning-avatar{width:22px;height:22px;border-radius:50%;background:#0052cc;color:#fff;font-size:11px;display:flex;align-items:center;justify-content:center}.planning-title{margin:6px 0;font-weight:500}.planning-card-bottom{display:flex;justify-content:space-between;align-items:center}.planning-type{padding:2px 6px;border-radius:4px;color:#fff;font-size:11px;text-transform:capitalize}.planning-points{font-weight:600;font-size:12px}.dragging{opacity:.5;transform:scale(.98)}.planning-layout{display:flex;gap:20px;overflow-x:auto}.planning-column{min-width:280px;background:#f4f5f7;padding:10px;border-radius:8px}.planning-sprints-wrapper{display:flex;gap:20px}.planning-epics-item{display:flex;justify-content:space-between;align-items:center}.epic-count{font-size:12px;opacity:.7}.active-badge{font-size:11px;background:#0052cc;color:#fff;padding:2px 6px;border-radius:12px;margin-left:8px}.epic-progress-wrapper{width:100%;height:6px;background:#e5e7eb;border-radius:4px;margin-top:6px;overflow:hidden}.epic-progress-bar{height:100%;background:#36b37e;transition:width .3s ease}.epic-progress-text{font-size:11px;margin-left:auto;color:#6b7280}.sprint-goal{margin-top:6px;font-size:13px;color:#5e6c84}.goal-label{font-weight:600}.sprint-progress{margin-top:6px}.progress-bar{height:6px;background:#dfe1e6;border-radius:3px;overflow:hidden}.progress-text{font-size:12px;margin-top:4px}.sprint-progress-wrapper{margin-top:8px;max-width:360px}.progress-bar{height:6px;background:#dfe1e6;border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:#36b37e;transition:width .3s ease}.progress-meta{font-size:12px;margin-top:4px;color:#5e6c84}.issues-layout,.issues-board-area,.jira-board-app,.hc-page,.tasks-board{overflow-x:auto!important}.board{overflow-x:auto!important;display:flex!important}.column{flex:0 0 260px!important;min-width:260px!important}@media(max-width:768px){.kanban{display:flex!important;overflow-x:auto!important}.kanban-column{min-width:260px!important;flex:0 0 260px!important}}.card-key{font-size:12px;color:#888}.epic-option{display:flex;gap:8px;padding:8px;cursor:pointer;border-radius:6px}.epic-option:hover{background:#f4f5f7}.epic-color{width:8px;border-radius:4px}.epic-content{flex:1}.epic-title{font-size:13px;font-weight:600}.epic-progress{display:flex;align-items:center;gap:6px;margin-top:4px}.epic-bar{flex:1;height:6px;background:#e0e0e0;border-radius:3px}.epic-bar-fill{height:100%;background:#36b37e;border-radius:3px}@media(max-width:768px){.kanban,.tasks-board{display:none!important}.mobile-issues-block{display:block;padding:40px 20px;text-align:center;color:#555;font-size:14px}}.rte-editor{min-height:140px;border:1px solid #dfe1e6;border-radius:6px;padding:12px;background:#fff;font-size:14px;line-height:1.5}.rte-editor p{margin:0 0 10px}.rte-editor ul{padding-left:20px;margin:8px 0}.rte-editor strong{font-weight:600}.rte-toolbar{margin-bottom:8px}.rte-toolbar button{border:1px solid #ccc;background:#f4f5f7;padding:4px 8px;margin-right:6px;cursor:pointer;border-radius:4px}.rte-toolbar button:hover{background:#e4e6ea}.sf-leadrec .sf-pathbar{display:flex;align-items:center;gap:12px;margin:10px 0 14px}.sf-leadrec .sf-pathtrack{flex:1;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));background:#e5e5e5;border-radius:999px;padding:6px;overflow:hidden}.sf-leadrec .sf-pathitem{position:relative;border:0;height:36px;background:#d9d9d9;cursor:pointer;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:12px;color:#1b1b1b;padding:0 10px}.sf-leadrec .sf-pathitem:after{content:"";position:absolute;top:0;right:-18px;width:0;height:0;border-top:18px solid transparent;border-bottom:18px solid transparent;border-left:18px solid #d9d9d9;z-index:2}.sf-leadrec .sf-pathitem:before{content:"";position:absolute;top:0;left:0;width:0;height:0;border-top:18px solid transparent;border-bottom:18px solid transparent;border-left:18px solid #e5e5e5;z-index:1}.sf-leadrec .sf-pathitem:first-child:before{display:none}.sf-leadrec .sf-pathitem:last-child:after{display:none}.sf-leadrec .sf-pathlabel{position:relative;z-index:3;white-space:nowrap}.sf-leadrec .sf-pathitem.is-done{background:#16325c;color:#fff}.sf-leadrec .sf-pathitem.is-done:after{border-left-color:#16325c}.sf-leadrec .sf-pathitem.is-active{background:#b8f2ea;color:#0b3d38}.sf-leadrec .sf-pathitem.is-active:after{border-left-color:#b8f2ea}.sf-leadrec .sf-pathitem:hover{filter:brightness(.98)}.sf-leadrec .sf-pathbtn{border-radius:999px;padding:10px 14px;font-weight:900}#modalBackdrop{position:fixed;inset:0;background:#0000006b;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:9000}#modal{position:fixed;inset:0;z-index:9001;display:flex;align-items:center;justify-content:center;padding:22px}#modal .sf-modal__card{width:min(980px,94vw);max-height:calc(100vh - 44px);overflow:hidden;border-radius:16px}#modal .sf-modal__scroll{flex:1;overflow:auto}#modal .sf-modal__card{display:flex;flex-direction:column}.modal-backdrop{position:fixed;inset:0;background:#0000006b;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:9000}body.is-modal-open{overflow:hidden}.modal .sf-modal__card{width:min(980px,94vw);max-height:calc(100vh - 44px);overflow:hidden;border-radius:16px;display:flex;flex-direction:column}.modal .sf-modal__scroll{overflow:auto;flex:1;min-height:0}.sf-rec-grid3{display:grid;gap:16px;align-items:start;grid-template-columns:minmax(300px,360px) minmax(460px,540px) minmax(320px,380px)}@media(max-width:1200px){.sf-rec-grid3{grid-template-columns:1fr}}.sf-rightstack{display:flex;flex-direction:column;gap:16px}.sf-side-actions{position:relative}.sf-dd{position:absolute;right:0;top:34px;min-width:240px;background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:12px;box-shadow:0 10px 24px #0000001f;padding:6px;z-index:60}.sf-dd.hidden{display:none}.sf-dd-item{width:100%;text-align:left;border:0;background:transparent;padding:10px;border-radius:10px;font-weight:700;cursor:pointer}.sf-dd-item:hover{background:#0000000f}.sf-dd-sep{height:1px;margin:6px;background:#0000001a}.hc-card canvas{max-width:500px;margin:auto;display:block}.giving-summary{display:flex;gap:40px;margin-bottom:20px}.giving-stat .value{font-size:22px;font-weight:600}.hc-actions{display:flex;gap:10px;margin-bottom:12px}.hc-actions.modern{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}.hc-actions .filters{display:flex;gap:10px;align-items:center}.hc-actions .actions{display:flex;gap:10px}.btn.ghost{background:#f5f5f5;border:none;padding:8px 12px;border-radius:6px;cursor:pointer}.user-menu{position:relative}.user-dropdown{position:absolute;right:0;top:42px;width:220px;background:#fff;border-radius:12px;box-shadow:0 10px 30px #00000026;padding:10px 0;z-index:999}.user-dropdown.hidden{display:none}.user-info{padding:10px 16px}.user-info .name{font-weight:600}.user-info .email{font-size:12px;color:#666}.divider{height:1px;background:#eee;margin:8px 0}.dropdown-item{width:100%;text-align:left;padding:10px 16px;border:none;background:none;cursor:pointer}.dropdown-item:hover{background:#f5f7fa}.dropdown-item.danger{color:#d32f2f}.mobile-bottom-nav{display:none}@media(max-width:768px){.mobile-bottom-nav{position:fixed;left:12px;right:12px;bottom:12px;z-index:99999;display:grid;grid-template-columns:repeat(5,1fr);gap:4px;padding:8px;border-radius:24px;background:#0f172af0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 24px 70px #0f172a59;border:1px solid rgba(255,255,255,.14)}.mobile-bottom-nav button{appearance:none;border:0;background:transparent;color:#ffffffd1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-height:52px;border-radius:18px;cursor:pointer}.mobile-bottom-nav button:hover,.mobile-bottom-nav button:focus{background:#ffffff1a;color:#fff}.mobile-bottom-nav span{font-size:18px;line-height:1}.mobile-bottom-nav small{font-size:10px;font-weight:800;line-height:1}}@media(max-width:768px){html,body{width:100%!important;max-width:100%!important;overflow-x:hidden!important}#app,#view{width:100%!important;max-width:100%!important;min-height:100vh!important;overflow-x:hidden!important;margin:0!important;padding:0!important}.lx{display:block!important;width:100%!important;max-width:100%!important;min-height:100vh!important;overflow-x:hidden!important;margin:0!important;padding:0!important;background:#f8fafc!important}.lx-rail{display:none!important;width:0!important;min-width:0!important;max-width:0!important;flex:0 0 0!important}.lx-main{position:relative!important;display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;min-height:100vh!important;margin:0!important;padding:0!important;left:auto!important;right:auto!important;transform:none!important;overflow-x:hidden!important;background:#f8fafc!important}.lx-header{position:sticky!important;top:0!important;z-index:50!important;width:100%!important;max-width:100%!important;min-height:58px!important;height:58px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:0 14px!important;margin:0!important;box-sizing:border-box!important;background:#1473f8!important;overflow:visible!important}.lx-header-title{max-width:48vw!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:22px!important;line-height:1!important;font-weight:900!important;color:#fff!important}.lx-header-right{display:flex!important;align-items:center!important;gap:8px!important;flex-shrink:0!important}.lx-header-right .icon-btn{width:38px!important;height:38px!important;min-width:38px!important;border-radius:999px!important;font-size:15px!important}.lx-appnav{position:relative!important;z-index:40!important;width:100%!important;max-width:100%!important;display:flex!important;align-items:center!important;gap:10px!important;padding:10px 14px!important;margin:0!important;box-sizing:border-box!important;background:#fff!important;border-bottom:1px solid rgba(148,163,184,.25)!important;overflow:visible!important}.desktop-tabs{display:none!important}.lx-tabs-mobile{display:block!important;width:auto!important;max-width:60vw!important;position:relative!important}.lx-tab.mobile-tab{height:42px!important;max-width:60vw!important;padding:0 14px!important;border-radius:16px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:15px!important;font-weight:900!important}.lx-tabs-dropdown{position:absolute!important;top:calc(100% + 8px)!important;left:0!important;z-index:99999!important;width:230px!important;max-width:calc(100vw - 28px)!important;background:#fff!important;border:1px solid rgba(226,232,240,.95)!important;border-radius:18px!important;box-shadow:0 24px 60px #0f172a38!important;overflow:hidden!important}.lx-tabs-dropdown.hidden{display:none!important}.lx-tab-item{padding:14px 16px!important;font-size:14px!important;font-weight:800!important;color:#0f172a!important}.lx-app-search{display:none!important}.lx-content{position:relative!important;z-index:1!important;width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;padding:0 0 92px!important;box-sizing:border-box!important;overflow-x:hidden!important;background:#f8fafc!important}#content{width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;padding:0!important;overflow-x:hidden!important;box-sizing:border-box!important}.mobile-bottom-nav{position:fixed!important;left:12px!important;right:12px!important;bottom:12px!important;z-index:999999!important;display:grid!important;grid-template-columns:repeat(5,1fr)!important;gap:4px!important;padding:8px!important;border-radius:24px!important;background:#0f172af5!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important;box-shadow:0 24px 70px #0f172a59!important;border:1px solid rgba(255,255,255,.14)!important}.mobile-bottom-nav button{border:0!important;background:transparent!important;color:#ffffffd1!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:3px!important;min-height:50px!important;border-radius:18px!important;cursor:pointer!important}.mobile-bottom-nav span{font-size:18px!important;line-height:1!important}.mobile-bottom-nav small{font-size:10px!important;font-weight:800!important;line-height:1!important}}@media(max-width:768px){html,body{height:auto!important;min-height:100%!important;overflow-x:hidden!important;overflow-y:auto!important}#app,#view,.lx,.lx-main{height:auto!important;min-height:100vh!important;max-height:none!important;overflow-x:hidden!important;overflow-y:visible!important}.lx-content{height:auto!important;min-height:calc(100vh - 112px)!important;max-height:none!important;overflow-x:hidden!important;overflow-y:visible!important;padding-bottom:110px!important}#content{height:auto!important;min-height:auto!important;max-height:none!important;overflow-x:hidden!important;overflow-y:visible!important}.church-members-page,.church-members-shell,.church-members-card,.church-members-table-wrap{height:auto!important;max-height:none!important;overflow-x:hidden!important;overflow-y:visible!important}.mobile-bottom-nav{position:fixed!important;pointer-events:auto!important}}html,body{max-width:100%;overflow-x:hidden}#app,#view,.lx,.lx-main,.lx-content,#content{max-width:100%;box-sizing:border-box}img,video,canvas,svg{max-width:100%}table{max-width:100%}@media(max-width:768px){html,body{width:100%!important;max-width:100%!important;overflow-x:hidden!important}#app,#view,.lx{width:100vw!important;max-width:100vw!important;overflow-x:hidden!important}.lx-main,.lx-content,#content{width:100%!important;max-width:100%!important;min-width:0!important;overflow-x:hidden!important;box-sizing:border-box!important}.lx-header,.lx-appnav{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important}#content>*{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important}[class*=page],[class*=shell],[class*=wrapper],[class*=content],[class*=card],[class*=grid],[class*=table-wrap]{max-width:100%!important;min-width:0!important;box-sizing:border-box!important}.church-members-table-wrap,.church-member-record-table-wrap,.table-wrap,.admin-table-wrap,.hc-table-wrap{width:100%!important;max-width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}}@media(max-width:768px){.admin-wrapper{display:block!important;width:100%!important;max-width:100%!important;min-height:auto!important;margin:0!important;padding:0!important;overflow-x:hidden!important;overflow-y:visible!important}.admin-sidebar{display:none!important;width:0!important;min-width:0!important;max-width:0!important;flex:0 0 0!important}.admin-content{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;padding:16px 14px 110px!important;box-sizing:border-box!important;overflow-x:hidden!important;overflow-y:visible!important}#admin-content{width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;padding:0!important;overflow-x:hidden!important;box-sizing:border-box!important}.admin-content h1,.admin-content h2,#admin-content h1,#admin-content h2{font-size:30px!important;line-height:1.08!important;letter-spacing:-1px!important;margin-bottom:10px!important}.admin-content p,#admin-content p{font-size:15px!important;line-height:1.45!important;max-width:100%!important}.admin-card,.admin-panel,.admin-section,.admin-overview-card{width:100%!important;max-width:100%!important;box-sizing:border-box!important}}.sfh-page,.sfh-page *{box-sizing:border-box}.sfh-page{width:100%;min-height:100vh;padding:26px;color:#181818;background:#f3f2f2}.sfh-banner,.sfh-grid,.sfh-loading-card{width:min(1500px,100%);margin-left:auto;margin-right:auto}.sfh-banner{position:relative;display:grid;grid-template-columns:420px minmax(0,1fr);gap:34px;align-items:center;min-height:300px;margin-bottom:24px;padding:42px 54px;border:1px solid #d8dde6;border-radius:28px;background:radial-gradient(circle at top left,rgba(27,150,255,.16),transparent 34%),linear-gradient(135deg,#eaf4ff,#f7fbff 46%,#edf6ff);box-shadow:0 4px 14px #0807070f}.sfh-banner-closed{grid-template-columns:42px minmax(0,1fr);min-height:82px;padding:18px 22px}.sfh-banner-toggle{position:absolute;top:18px;left:18px;right:auto;width:42px;height:42px;border:1px solid #d8dde6;border-radius:999px;background:#fff;color:#080707;font-size:18px;font-weight:900;cursor:pointer;box-shadow:0 1px 3px #00000014}.sfh-banner-welcome h1{margin:0;color:#080707;font-size:clamp(44px,4vw,68px);line-height:.98;letter-spacing:-.06em;font-weight:950}.sfh-banner-welcome p{max-width:360px;margin:24px 0 0;color:#3e4e63;font-size:22px;line-height:1.35;font-weight:850}.sfh-banner-welcome button{margin-top:30px;border:0;background:transparent;color:#0176d3;padding:0;font-size:20px;line-height:1.1;font-weight:950;cursor:pointer}.sfh-banner-cards{display:grid;grid-template-columns:repeat(3,minmax(220px,1fr));gap:28px;align-items:stretch}.sfh-banner-card{min-height:200px;padding:22px;border:1px solid #d8dde6;border-radius:22px;background:#fff;box-shadow:0 2px 10px #0000000f}.sfh-banner-card-top{display:flex;justify-content:space-between;align-items:center}.sfh-banner-card-top span{width:12px;height:12px;border-radius:999px;background:#2e844a}.sfh-banner-card-top button{width:34px;height:34px;border:1px solid #d8dde6;border-radius:999px;background:#fff;color:#080707;font-size:22px;line-height:1;cursor:pointer}.sfh-banner-card h3{margin:28px 0 0;color:#032d60;font-size:19px;line-height:1.25;font-weight:850}.sfh-banner-card p{margin:12px 0 0;color:#3e4e63;font-size:15px;line-height:1.5;font-weight:650}.sfh-banner-card small{display:inline-flex;margin-top:18px;color:#3e4e63;font-size:15px;font-weight:850}.sfh-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.sfh-widget{min-width:0;min-height:390px;display:flex;flex-direction:column;border:1px solid #d8dde6;background:#fff;box-shadow:0 2px 5px #0000000e}.sfh-widget-head{min-height:88px;display:grid;grid-template-columns:56px minmax(0,1fr);align-items:center;gap:14px;padding:18px 20px;border-bottom:1px solid #d8dde6;background:#fff}.sfh-widget-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:999px;color:#fff;font-size:20px;font-weight:900}.sfh-widget-icon.blue{background:#0176d3}.sfh-widget-icon.orange{background:#fe9339}.sfh-widget-icon.purple{background:#8e5cff}.sfh-widget-icon.pink{background:#ff538a}.sfh-widget-icon.gray{background:#dddbda;color:#080707}.sfh-widget-controls{min-width:0;display:grid;grid-template-columns:220px minmax(180px,1fr) auto 46px;gap:10px;align-items:center}.sfh-view-select,.sfh-widget-search input{width:100%;min-height:44px;border:1px solid #747474;border-radius:10px;background:#fff;color:#080707;padding:0 14px;outline:none;font-size:15px;font-weight:650}.sfh-widget-search{position:relative;display:block}.sfh-widget-search span{position:absolute;top:50%;right:12px;transform:translateY(-50%);color:#3e4e63;font-size:18px;pointer-events:none}.sfh-widget-search input{padding-right:42px}.sfh-new-btn,.sfh-menu-btn{min-height:44px;border:1px solid #d8dde6;background:#fff;color:#0176d3;font-size:15px;font-weight:800;cursor:pointer}.sfh-new-btn{min-width:76px;border-radius:999px}.sfh-menu-btn{width:46px;border-radius:999px;color:#080707}.sfh-widget-body{flex:1;min-height:248px;background:#fff}.sfh-widget-footer{min-height:56px;display:grid;grid-template-columns:1fr auto 34px;align-items:center;gap:10px;padding:0 18px;border-top:1px solid #d8dde6;background:#fff}.sfh-widget-footer button{border:0;background:transparent;color:#0176d3;font-size:16px;font-weight:900;cursor:pointer;text-align:left}.sfh-widget-footer span{color:#3e4e63;font-size:15px;font-weight:800}.sfh-table-wrap{width:100%;overflow-x:auto}.sfh-table{width:100%;min-width:680px;border-collapse:collapse}.sfh-table th{height:52px;padding:0 18px;border-bottom:1px solid #d8dde6;color:#3e4e63;background:#fff;text-align:left;font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.sfh-table td{height:54px;padding:0 18px;border-bottom:1px solid #d8dde6;color:#080707;font-size:15px;font-weight:650}.sfh-table tbody tr{cursor:pointer}.sfh-table tbody tr:hover td{background:#f3f3f3}.sfh-link{color:#0176d3!important;font-weight:850!important}.sfh-list,.sfh-recent-list{display:grid}.sfh-list-row,.sfh-recent-row{min-height:68px;display:grid;grid-template-columns:46px minmax(0,1fr);align-items:center;gap:12px;padding:0 18px;border:0;border-bottom:1px solid #d8dde6;background:#fff;color:#080707;text-align:left;cursor:pointer}.sfh-recent-row{grid-template-columns:1fr;gap:2px;padding:10px 22px}.sfh-list-row:hover,.sfh-recent-row:hover{background:#f3f3f3}.sfh-list-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:999px;background:#eef4ff}.sfh-list-row strong,.sfh-recent-row strong{color:#24364b;font-size:16px;font-weight:850}.sfh-list-row small,.sfh-recent-row span{display:block;margin-top:4px;color:#3e4e63;font-size:14px;font-weight:700}.sfh-view-all{min-height:62px;border:0;border-bottom:1px solid #d8dde6;background:#fff;color:#0176d3;font-size:17px;font-weight:900;cursor:pointer}.sfh-widget-empty{min-height:248px;display:grid;place-items:center;padding:28px;color:#24364b;text-align:center;font-size:16px;line-height:1.45;font-weight:800}.sfh-empty-soft{display:grid;place-items:center;min-height:170px;color:#3e4e63;font-size:15px;font-weight:700}.sfh-home-setup{min-height:248px;display:grid;align-content:center;gap:24px;padding:34px;text-align:center}.sfh-home-setup p{max-width:620px;margin:0 auto;color:#24364b;font-size:17px;line-height:1.45;font-weight:800}.sfh-setup-steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;max-width:620px;margin:0 auto}.sfh-setup-steps div{min-height:48px;display:grid;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:10px;text-align:left}.sfh-setup-steps span{width:30px;height:30px;display:grid;place-items:center;border-radius:999px;background:#f3f3f3;color:#3e4e63;font-weight:900}.sfh-setup-steps .done span{background:#e3fcef;color:#2e844a}.sfh-setup-steps strong{color:#24364b;font-size:14px;font-weight:800}.sfh-loading-card{min-height:300px;padding:34px;border:1px solid #d8dde6;background:#fff}.sfh-skel{border-radius:999px;background:linear-gradient(90deg,#e5e5e5,#f8f8f8,#e5e5e5);background-size:220% 100%;animation:sfhSkel 1.2s ease-in-out infinite}.sfh-skel.small{width:150px;height:16px}.sfh-skel.title{width:min(620px,100%);height:56px;margin-top:18px;border-radius:12px}.sfh-skel.text{width:min(820px,100%);height:18px;margin-top:18px}@keyframes sfhSkel{to{background-position:-220% 0}}@media(max-width:1200px){.sfh-banner,.sfh-banner-cards,.sfh-grid{grid-template-columns:1fr}}@media(max-width:760px){.sfh-page{padding:14px}.sfh-banner{padding:24px 18px;border-radius:20px}.sfh-banner-welcome h1{font-size:34px}.sfh-widget-head,.sfh-widget-controls{grid-template-columns:1fr}.sfh-new-btn,.sfh-menu-btn,.sfh-view-select{width:100%}.sfh-widget-footer{grid-template-columns:1fr;padding:12px 18px}.sfh-setup-steps{grid-template-columns:1fr}}.sfh-menu-wrap{position:relative}.sfh-card-menu{position:absolute;top:52px;right:0;z-index:20;width:210px;padding:8px;border:1px solid #d8dde6;border-radius:12px;background:#fff;box-shadow:0 12px 28px #08070729}.sfh-card-menu button{width:100%;min-height:38px;border:0;border-radius:8px;background:transparent;color:#080707;text-align:left;padding:0 10px;font-size:14px;font-weight:700;cursor:pointer}.sfh-card-menu button:hover{background:#f3f3f3}.sfh-card-menu.hidden{display:none}.esx-page,.esx-page *{box-sizing:border-box}.esx-page{width:100%;min-height:100vh;padding:28px 32px 96px;color:#0f172a;background:radial-gradient(circle at top left,rgba(37,99,235,.1),transparent 34%),radial-gradient(circle at top right,rgba(16,185,129,.09),transparent 30%),linear-gradient(180deg,#f8fbff,#f3f6fb)}.esx-hero,.esx-health,.esx-grid,.esx-alert{width:min(1480px,100%);margin-left:auto;margin-right:auto}.esx-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:28px;margin-bottom:22px;padding:38px 44px;border:1px solid rgba(226,232,240,.95);border-radius:34px;background:radial-gradient(circle at top right,rgba(37,99,235,.13),transparent 35%),#fff;box-shadow:0 24px 70px #0f172a17}.esx-eyebrow{display:inline-flex;align-items:center;gap:9px;margin-bottom:14px;color:#64748b;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.esx-eyebrow span{width:9px;height:9px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 6px #22c55e24}.esx-hero h1{margin:0;color:#0f172a;font-size:clamp(46px,4.6vw,78px);line-height:.96;letter-spacing:-.075em;font-weight:950}.esx-hero p{max-width:880px;margin:18px 0 0;color:#64748b;font-size:16px;line-height:1.65;font-weight:750}.esx-hero-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.esx-btn{appearance:none;min-height:46px;display:inline-flex;align-items:center;justify-content:center;padding:0 20px;border-radius:999px;border:1px solid #dbe3ef;background:#fff;color:#0f172a;font-size:13px;font-weight:900;cursor:pointer;text-decoration:none;white-space:nowrap;box-shadow:0 10px 22px #0f172a0f;transition:.16s ease}.esx-btn:hover:not(:disabled){transform:translateY(-1px);border-color:#93c5fd;box-shadow:0 16px 32px #0f172a1c}.esx-btn:disabled{opacity:.6;cursor:not-allowed}.esx-btn.primary{border-color:transparent;color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 16px 36px #2563eb47}.esx-btn.light{background:#fff}.esx-btn.small{min-height:38px;padding:0 14px;font-size:12px}.esx-btn.dirty{box-shadow:0 0 0 4px #2563eb1f,0 16px 36px #2563eb47}.esx-health{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:22px}.esx-health-card{min-width:0;min-height:124px;display:grid;grid-template-columns:56px minmax(0,1fr);align-items:center;gap:14px;padding:20px;border:1px solid #e2e8f0;border-radius:26px;background:#fff;box-shadow:0 22px 55px #0f172a13}.esx-health-icon{width:56px;height:56px;display:grid;place-items:center;border-radius:20px;background:#eff6ff;font-size:23px}.esx-health-card.green .esx-health-icon{background:#ecfdf5}.esx-health-card.purple .esx-health-icon{background:#f5f3ff}.esx-health-card.orange .esx-health-icon{background:#fff7ed}.esx-health-card span{display:block;color:#64748b;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.07em}.esx-health-card strong{display:block;max-width:100%;margin-top:8px;color:#0f172a;font-size:clamp(18px,1.8vw,26px);line-height:1.05;font-weight:950;letter-spacing:-.035em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.esx-health-card small{display:block;margin-top:8px;color:#64748b;font-size:12px;line-height:1.35;font-weight:750}.esx-alert{margin-bottom:22px;padding:16px 18px;border-radius:22px;font-size:14px;font-weight:750}.esx-alert.warning{border:1px solid #fed7aa;background:#fff7ed;color:#9a3412}.esx-alert strong{display:block;font-weight:950}.esx-alert p{margin:6px 0 0}.esx-grid{display:grid;grid-template-columns:320px minmax(0,1fr);gap:22px;align-items:start}.esx-side-card,.esx-main-card{border:1px solid #e2e8f0;background:#fffffff5;box-shadow:0 24px 70px #0f172a16}.esx-side-card{position:sticky;top:18px;padding:20px;border-radius:28px}.esx-main-card{min-width:0;border-radius:30px;overflow:hidden}.esx-quickfind{margin-bottom:18px}.esx-quickfind label{display:block;margin-bottom:8px;color:#334155;font-size:13px;font-weight:950}.esx-quickfind div{min-height:44px;display:flex;align-items:center;gap:9px;border:1px solid #dbe4f0;border-radius:999px;background:#fff;padding:0 13px}.esx-quickfind input{width:100%;min-width:0;border:0;outline:none;background:transparent;color:#0f172a;font-size:13px;font-weight:800}.esx-nav{display:grid;gap:8px}.esx-nav-item{width:100%;min-height:48px;display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;border:1px solid transparent;border-radius:16px;background:transparent;color:#334155;text-align:left;padding:0 12px;cursor:pointer}.esx-nav-item:hover,.esx-nav-item.active{border-color:#bfdbfe;background:#eff6ff;color:#1d4ed8}.esx-nav-item span{font-size:17px}.esx-nav-item strong{font-size:13px;font-weight:950}.esx-side-note{margin-top:18px;padding:16px;border-radius:20px;background:radial-gradient(circle at top right,rgba(37,99,235,.18),transparent 36%),#0f172a;color:#fff}.esx-side-note strong{display:block;font-size:14px;font-weight:950}.esx-side-note p{margin:8px 0 0;color:#e2e8f0cc;font-size:12px;line-height:1.55;font-weight:750}.esx-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:26px;border-bottom:1px solid #e2e8f0;background:radial-gradient(circle at top right,rgba(37,99,235,.08),transparent 35%),#fff}.esx-card-head span{display:block;color:#64748b;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.07em}.esx-card-head h2{margin:7px 0 0;color:#0f172a;font-size:clamp(28px,3vw,42px);line-height:1;font-weight:950;letter-spacing:-.055em}.esx-card-head p{max-width:720px;margin:10px 0 0;color:#64748b;font-size:14px;line-height:1.55;font-weight:750}.esx-status-pill{min-height:36px;display:inline-flex;align-items:center;padding:0 13px;border-radius:999px;font-size:12px;font-weight:950;white-space:nowrap}.esx-status-pill.ready{background:#ecfdf5;color:#047857}.esx-status-pill.needs{background:#fff7ed;color:#c2410c}.esx-form{padding:26px}.esx-section{padding:22px;border:1px solid #e2e8f0;border-radius:26px;background:#fff}.esx-section+.esx-section{margin-top:18px}.esx-section-title{display:grid;grid-template-columns:46px minmax(0,1fr);gap:14px;align-items:start;margin-bottom:18px}.esx-section-title>span{width:46px;height:46px;display:grid;place-items:center;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:13px;font-weight:950}.esx-section-title h3{margin:0;color:#0f172a;font-size:22px;line-height:1.1;font-weight:950;letter-spacing:-.04em}.esx-section-title p{margin:7px 0 0;color:#64748b;font-size:13px;line-height:1.5;font-weight:750}.esx-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.esx-field{display:grid;gap:8px}.esx-field.full{grid-column:1 / -1}.esx-field>span{color:#334155;font-size:13px;font-weight:950}.esx-field input,.esx-field textarea{width:100%;min-height:52px;border:1px solid #dbe4f0;border-radius:18px;background:#fff;color:#0f172a;padding:0 15px;outline:none;font-size:14px;font-weight:800;box-shadow:0 10px 24px #0f172a09}.esx-field textarea{min-height:170px;padding-top:14px;resize:vertical;line-height:1.55}.esx-field textarea.small-textarea{min-height:110px}.esx-field input:focus,.esx-field textarea:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb21,0 16px 34px #0f172a14}.esx-field small{color:#64748b;font-size:12px;line-height:1.4;font-weight:750}.esx-provider-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.esx-provider-option{min-height:112px;display:grid;grid-template-columns:52px minmax(0,1fr);align-items:start;gap:14px;padding:16px;border:1px solid #e2e8f0;border-radius:22px;background:#fff;text-align:left;cursor:pointer;transition:.16s ease}.esx-provider-option:hover:not(:disabled),.esx-provider-option.selected{border-color:#93c5fd;background:radial-gradient(circle at top right,rgba(37,99,235,.1),transparent 34%),#fff;box-shadow:0 16px 36px #0f172a14}.esx-provider-option.disabled{opacity:.62;cursor:not-allowed}.esx-provider-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:18px;background:#eff6ff;font-size:23px}.esx-provider-title{display:flex;align-items:center;justify-content:space-between;gap:8px}.esx-provider-title strong{color:#0f172a;font-size:15px;font-weight:950}.esx-provider-title span{min-height:24px;display:inline-flex;align-items:center;padding:0 8px;border-radius:999px;background:#f1f5f9;color:#64748b;font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.05em}.esx-provider-option.selected .esx-provider-title span{background:#ecfdf5;color:#047857}.esx-provider-option p{margin:8px 0 0;color:#64748b;font-size:12px;line-height:1.45;font-weight:750}.esx-provider-hint{margin-top:14px;padding:14px;border-radius:18px;background:#f8fafc;border:1px solid #eef2f7;color:#475569;font-size:13px;line-height:1.5;font-weight:750}.esx-provider-hint strong{color:#0f172a;font-weight:950}.esx-signature-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:16px;align-items:start}.esx-preview-card{border:1px solid #e2e8f0;border-radius:24px;background:#f8fafc;overflow:hidden}.esx-preview-head{padding:16px;border-bottom:1px solid #e2e8f0;background:#fff}.esx-preview-head span{display:block;color:#64748b;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.06em}.esx-preview-head strong{display:block;margin-top:5px;color:#0f172a;font-size:15px;font-weight:950}.esx-preview-body{min-height:170px;padding:16px;color:#334155;font-size:13px;line-height:1.65;font-weight:750;background:#fff}.esx-empty-preview{color:#94a3b8;font-weight:800}.esx-preview-card .esx-btn{margin:0 16px 16px}.esx-test-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:end}.esx-test-note{margin-top:12px;padding:13px 14px;border:1px solid #dbeafe;border-radius:18px;background:#eff6ff;color:#1d4ed8;font-size:12px;line-height:1.5;font-weight:800}.esx-card-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 26px;border-top:1px solid #e2e8f0;background:#fff}.esx-card-footer strong{display:block;color:#0f172a;font-size:13px;font-weight:950}.esx-card-footer span{display:block;margin-top:4px;color:#64748b;font-size:12px;font-weight:750}.esx-card-footer>div:last-child{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.esx-skel{border-radius:999px;background:linear-gradient(90deg,#eef2f7,#f8fafc,#eef2f7);background-size:220% 100%;animation:esxSkel 1.2s ease-in-out infinite}.esx-skel.small{width:140px;height:14px}.esx-skel.title{width:min(620px,100%);height:72px;margin-top:18px;border-radius:20px}.esx-skel.text{width:min(780px,100%);height:20px;margin-top:18px}.esx-skel.nav{height:48px;margin-bottom:10px;border-radius:16px}.esx-skel.form{height:64px;margin-top:16px;border-radius:18px}.esx-skel.textarea{height:170px;margin-top:16px;border-radius:18px}.esx-skel.small-title{width:min(360px,100%);height:42px}@keyframes esxSkel{to{background-position:-220% 0}}@media(max-width:1180px){.esx-hero,.esx-grid{grid-template-columns:1fr}.esx-side-card{position:static}.esx-health,.esx-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.esx-signature-layout{grid-template-columns:1fr}}@media(max-width:760px){.esx-page{padding:16px 12px 96px}.esx-hero{padding:22px;border-radius:24px}.esx-hero h1{font-size:40px;letter-spacing:-.055em}.esx-hero p{font-size:14px}.esx-hero-actions,.esx-health,.esx-nav,.esx-form-grid,.esx-provider-grid,.esx-test-row{grid-template-columns:1fr}.esx-hero-actions{display:grid;width:100%}.esx-hero-actions .esx-btn,.esx-test-row .esx-btn{width:100%}.esx-main-card,.esx-side-card{border-radius:22px}.esx-card-head{display:block;padding:20px}.esx-status-pill{margin-top:14px}.esx-form{padding:18px}.esx-section{padding:18px;border-radius:22px}.esx-section-title{grid-template-columns:1fr}.esx-field.full{grid-column:1}.esx-card-footer{flex-direction:column;align-items:stretch}.esx-card-footer>div:last-child{display:grid;grid-template-columns:1fr}.esx-card-footer .esx-btn{width:100%}}.ds-type{color:#0000008c;font-weight:700;margin-top:2px;font-size:13px}.ds-meta{display:grid;gap:6px;color:#000000b3;font-weight:700;font-size:13px;margin:10px 0 12px}@media(max-width:720px){.data-source-grid{grid-template-columns:1fr}}.ds-top-actions{display:flex;align-items:center;gap:10px}.ds-search{width:min(420px,50vw);border:1px solid rgba(0,0,0,.18);background:#fff;border-radius:999px;padding:10px 12px;font-weight:700}.data-source-grid{display:grid;grid-template-columns:repeat(3,minmax(240px,1fr));gap:14px}.data-source-card{background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:14px;padding:14px;box-shadow:0 2px 10px #0000000a}.ds-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.ds-name{font-weight:900;font-size:15px}.ds-type{color:#0000008c;font-weight:800;margin-top:2px;font-size:13px}.ds-meta{display:grid;gap:6px;color:#000000b3;font-weight:750;font-size:13px;margin:10px 0 12px}.ds-actions{display:flex;gap:14px}.ds-status{font-weight:900;font-size:12px;padding:6px 10px;border-radius:999px;border:1px solid rgba(0,0,0,.12);text-transform:capitalize}.ds-status.connected{background:#e8f5ee;border-color:#b9e2c6;color:#1e7f3e}.ds-status.disconnected{background:#fff2e0;border-color:#ffd4a2;color:#a15c00}.ds-modal{width:min(980px,92vw);border-radius:18px}.ds-x{border:none;background:transparent;font-size:20px;cursor:pointer}.ds-form{display:grid;gap:14px}.ds-section{border:1px solid rgba(0,0,0,.1);border-radius:14px;padding:12px;background:#fff}.ds-section-title{font-weight:950;margin-bottom:10px}.ds-grid2{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));gap:12px}.ds-textarea{grid-column:1 / -1}.ds-hint{margin-top:8px;color:#0000008c;font-weight:700;font-size:12px}.ds-note{color:#0009;font-weight:800;font-size:12px;padding:10px 12px;border-radius:12px;background:#f7f7f8;border:1px solid rgba(0,0,0,.08)}.ds-toggle-row{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid rgba(0,0,0,.12);border-radius:12px;background:#fff}.ds-footer{display:flex;justify-content:flex-end;gap:10px}@media(max-width:1100px){.data-source-grid{grid-template-columns:repeat(2,minmax(240px,1fr))}}@media(max-width:780px){.data-source-grid,.ds-grid2{grid-template-columns:1fr}.ds-search{width:100%}.ds-top-actions{width:100%;justify-content:space-between}}.admin-page{padding:24px;max-width:1200px}.admin-header{margin-bottom:24px}.admin-sub{color:#6b7280}.admin-section{margin-bottom:32px}.admin-section h2{font-size:16px;font-weight:600;margin-bottom:12px}.admin-kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.admin-kpi{background:#fff;border-radius:12px;padding:16px;box-shadow:0 1px 2px #00000014}.admin-kpi.warn{border-left:4px solid #22c55e}.kpi-label{font-size:12px;color:#6b7280}.kpi-value{font-size:28px;font-weight:700;margin:4px 0}.kpi-sub{font-size:12px;color:#10b981}.admin-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.admin-card{background:#fff;border-radius:12px;padding:16px;cursor:pointer;box-shadow:0 1px 2px #00000014;transition:transform .12s ease,box-shadow .12s ease}.admin-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f}.admin-card h3{margin:0 0 6px}.admin-card p{margin:0;color:#6b7280}.admin-card.is-disabled{opacity:.55;cursor:default}.admin-card .badge{display:inline-block;margin-top:10px;font-size:11px;padding:4px 8px;border-radius:999px;background:#e5e7eb}.admin-dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.admin-status-card{background:#fff;border-radius:12px;padding:16px;box-shadow:0 1px 2px #00000014;border-left:4px solid transparent}.admin-status-card.ok{border-left-color:#22c55e}.admin-status-card.warn{border-left-color:#f59e0b}.admin-status-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.admin-status-card h3{margin:0;font-size:15px}.admin-status-card p{margin:0;font-size:13px;color:#6b7280}.admin-pill{font-size:11px;padding:4px 10px;border-radius:999px;font-weight:600}.admin-pill.ok{background:#dcfce7;color:#166534}.admin-pill.warn{background:#fef3c7;color:#92400e}.admin-alerts{display:flex;flex-direction:column;gap:12px}.admin-alert{display:flex;align-items:flex-start;gap:12px;background:#fff;border-radius:12px;padding:14px 16px;box-shadow:0 1px 2px #00000014;border-left:4px solid transparent}.admin-alert.warn{border-left-color:#f59e0b}.admin-alert.info{border-left-color:#3b82f6}.admin-alert-icon{font-size:18px;line-height:1.2}.admin-alert-body{flex:1}.admin-alert-title{font-weight:600;margin-bottom:2px}.admin-alert-desc{font-size:13px;color:#6b7280}.admin-alert-action{background:#1b96ff;color:#fff;border:none;border-radius:8px;padding:6px 12px;font-size:12px;cursor:pointer}.admin-alert-action:hover{background:#147ad6}.admin-alert.is-disabled{opacity:.6}.admin-alert .badge{align-self:center;font-size:11px;padding:4px 8px;border-radius:999px;background:#e5e7eb}.admin-search{position:relative;margin-bottom:20px;max-width:520px}.admin-search input{width:100%;padding:10px 14px;border-radius:10px;border:1px solid #d1d5db;font-size:14px}.admin-search-results{position:absolute;top:110%;left:0;right:0;background:#fff;border-radius:12px;box-shadow:0 12px 24px #00000026;z-index:50;overflow:hidden}.admin-search-results.hidden{display:none}.admin-search-item{width:100%;text-align:left;padding:12px 14px;border:none;background:none;cursor:pointer}.admin-search-item:hover{background:#f3f4f6}.admin-search-title{font-weight:600}.admin-search-desc{font-size:12px;color:#6b7280}.admin-search-empty{padding:12px;color:#9ca3af}.admin-home{padding:24px}.admin-header h1{font-size:28px;font-weight:800}.admin-sub{color:#0009;margin-top:4px}.admin-grid{margin-top:24px;display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}.admin-card{display:flex;gap:14px;padding:16px;border:1px solid rgba(0,0,0,.1);border-radius:14px;background:#fff;cursor:pointer;transition:box-shadow .15s ease,transform .1s ease}.admin-card:hover{box-shadow:0 6px 20px #00000014;transform:translateY(-2px)}.admin-card-icon{font-size:26px}.admin-card-title{font-weight:700}.admin-card-desc{font-size:13px;color:#0009;margin-top:4px}.admin-nav-item{padding:10px 14px;margin-bottom:6px;border-radius:8px;cursor:pointer;font-weight:600}.admin-kpi-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.admin-title{margin-bottom:20px}.admin-kpi-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:30px}.kpi-card{background:#fff;padding:18px;border-radius:14px;box-shadow:0 2px 8px #0000000f}.kpi-label{font-size:13px;color:#666;margin-bottom:8px}.kpi-value{font-size:26px;font-weight:700}.kpi-value.success{color:#2e7d32}.kpi-value.danger{color:#c62828}.kpi-value.warning{color:#f57c00}.admin-chart-grid canvas{background:#fff;padding:20px;border-radius:14px;box-shadow:0 2px 8px #0000000f}.admin-risk-panel h3{margin:0 0 12px;font-weight:700}.risk-item{display:flex;justify-content:space-between;padding:6px 0}.good{color:#2e7d32;font-weight:600}.admin-risk-panel.critical{background:#ffebee;border-left:6px solid #d32f2f}.risk-item{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid rgba(0,0,0,.05)}.risk-meta{font-size:12px;color:#666}.pulse{animation:pulseAnim 1s ease}@keyframes pulseAnim{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}.btn.small{padding:6px 10px;font-size:12px}.heatmap-grid{display:grid;grid-template-columns:repeat(20,14px);gap:6px;margin-top:18px;justify-content:center}.heatmap-cell{width:14px;height:14px;border-radius:4px;background:#eef1f5;transition:.2s ease}.heatmap-cell:hover{transform:scale(1.2)}.level-0{background:#f1f5f9}.level-1{background:#cfe3ff}.level-2{background:#90caf9}.level-3{background:#42a5f5}.level-4{background:#1565c0}.admin-chart-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:24px;margin-top:24px;margin-bottom:32px}.admin-card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 2px 10px #0000000f}.heatmap-card{margin-top:28px}.leaderboard-card{margin-top:32px}.admin-risk-panel .good{color:#2e7d32;font-weight:600}.admin-card{background:#fff;border-radius:18px;padding:24px;box-shadow:0 2px 8px #0000000a,0 8px 24px #0000000a;transition:all .2s ease}.admin-card:hover{box-shadow:0 8px 24px #00000014}.admin-kpi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:24px 0}.admin-risk-panel{margin:32px 0;padding:20px 24px;border-radius:16px;background:#fff8e1;border:1px solid #ffe0b2;box-shadow:0 4px 12px #0000000a;position:relative;z-index:1}.admin-risk-panel.critical{background:#ffeaea;border-left:6px solid #f44336}.leaderboard-card{margin-top:28px}.leaderboard-list{margin-top:16px}.leaderboard-item{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-radius:12px;background:#f7f9fc;margin-bottom:10px;font-weight:600}.leaderboard-item:nth-child(1){background:linear-gradient(90deg,#fff8e1,#fff)}.rank{font-weight:900;font-size:16px;color:#1976d2}.leaderboard-card{padding:24px}.leaderboard-list{margin-top:18px}.leaderboard-item{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;border-radius:12px;background:#f7f9fc;margin-bottom:12px;transition:.2s ease}.leaderboard-item:hover{background:#eef3ff}.rank{font-weight:700;font-size:15px;color:#1976d2}.admin-card{background:#fff;padding:20px;border-radius:12px}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.member-row{display:flex;justify-content:space-between;padding:12px;border-bottom:1px solid #eee}.member-row .sub{font-size:12px;color:#666}.role{font-weight:600;text-transform:capitalize}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;align-items:center;justify-content:center}.modal-content{background:#fff;padding:20px;border-radius:12px;width:300px;display:flex;flex-direction:column;gap:10px}.role-select{padding:5px}.member-actions{display:flex;gap:10px;align-items:center}.remove-btn{background:none;border:none;cursor:pointer;font-size:16px}.remove-btn:hover{color:red}.admin-members-page .member-row{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-bottom:1px solid #f0f3f7;border-radius:10px;transition:background .2s ease}.admin-members-page .member-row:hover{background:#f9fbff}.admin-members-page .member-row b{font-size:15px;font-weight:600}.admin-members-page .member-row .sub{font-size:12px;color:#6b7280;margin-top:2px}.admin-members-page .member-actions{display:flex;gap:10px;align-items:center}.admin-members-page .role-select{border-radius:8px;padding:6px 8px;border:1px solid #dfe3e8;font-size:13px}.admin-members-page .remove-btn{font-size:18px;opacity:.7}.admin-members-page .remove-btn:hover{color:red;opacity:1}.badge{display:inline-block;margin-top:6px;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600;text-transform:capitalize}.badge.admin{background:#fee2e2;color:#b91c1c}.badge.manager{background:#fef3c7;color:#92400e}.badge.member{background:#e0f2fe;color:#0369a1}@media(max-width:768px){.admin-members-page .member-row{flex-direction:column;align-items:flex-start;gap:10px}.admin-members-page .member-actions{width:100%;justify-content:space-between}.admin-members-page .role-select{width:70%}.admin-members-page .remove-btn{font-size:20px}.admin-members-page .admin-header{flex-direction:column;align-items:flex-start;gap:10px}.admin-members-page .admin-header button{width:100%}}@media(max-width:768px){.admin-page .lx-dropdown-menu button{display:none}.admin-page .lx-dropdown-menu button[data-path*=members]{display:block}}.admin-members-page .member-row b{color:#111827;font-weight:700;opacity:1}.admin-members-page .member-row{color:#1f2937}@media(prefers-color-scheme:dark){.admin-members-page .member-row b{color:#222f49}.admin-members-page .member-row{color:#111827}}.admin-members-page .member-row b{font-size:15px;letter-spacing:.2px}.admin-members-page .member-row.invite{background:#f9fafb;border-radius:10px}@media(max-width:768px){#invitesList .member-row{flex-direction:column;align-items:flex-start}#invitesList .member-actions{width:100%;justify-content:space-between}}.admin-page{background:#f8fafc;min-height:100vh;padding:40px;color:#0f172a;font-family:system-ui,-apple-system,sans-serif}.admin-page h1{font-size:28px;margin-bottom:20px}.admin-page h2{margin-top:30px;margin-bottom:10px;font-size:18px}.admin-table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden}.admin-table th,.admin-table td{padding:12px;text-align:left;border-bottom:1px solid #e5e7eb}.admin-table th{background:#f1f5f9;font-weight:600}.admin-page button{background:#2563eb;color:#fff;border:none;padding:8px 14px;border-radius:8px;cursor:pointer}.admin-page button:hover{background:#1d4ed8}.admin-header-row{display:flex;justify-content:space-between;align-items:center}.create-org-btn{background:#22c55e;color:#fff;padding:10px 16px;border-radius:8px;border:none;cursor:pointer;font-weight:600}.create-org-btn:hover{background:#16a34a}.admin-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999}.admin-modal.hidden{display:none}.admin-modal-content{background:#fff;padding:24px;border-radius:12px;width:400px;display:flex;flex-direction:column;gap:12px}.admin-modal-content input,.admin-modal-content select{padding:10px;border:1px solid #ddd;border-radius:6px}.modal-actions{display:flex;justify-content:flex-end;gap:10px}.btn-primary{background:#2563eb;color:#fff;padding:8px 14px;border-radius:6px;border:none}.btn-secondary{background:#e5e7eb;padding:8px 14px;border-radius:6px;border:none}.org-row{cursor:pointer}.org-row:hover{background:#f8fafc}#modalBackdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:999}.org-modal{padding:24px}.org-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:16px 0}.org-card{background:#f8fafc;padding:12px;border-radius:8px;text-align:center}.org-card span{display:block;font-size:12px;color:#64748b}.org-card b{font-size:20px}.admin-page{width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box}.admin-page *{box-sizing:border-box}.admin-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;flex-wrap:wrap}.admin-header-row h1{line-height:1}.create-org-btn{max-width:100%;white-space:normal}.metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:22px 0}.metric-box{min-width:0}.admin-table-wrapper{width:100%;max-width:100%;overflow-x:auto;border-radius:18px;-webkit-overflow-scrolling:touch}.admin-table{width:100%;min-width:760px;border-collapse:collapse}.admin-table th,.admin-table td{white-space:nowrap}.admin-table td:first-child,.admin-table th:first-child{white-space:normal;min-width:180px}.action-btn,.invite-btn{min-height:40px;padding:10px 14px;border-radius:10px;white-space:nowrap}@media(max-width:900px){.admin-page{padding:28px 18px}.admin-header-row{align-items:stretch}.admin-header-row>div{width:100%}.create-org-btn{width:100%;justify-content:center;text-align:center}.metrics{grid-template-columns:1fr}.search-input{width:100%;max-width:100%}}@media(max-width:640px){.admin-page{padding:22px 14px}.admin-header-row h1{font-size:42px;letter-spacing:-.05em}.admin-sub{font-size:18px;line-height:1.25}.create-org-btn{font-size:18px;padding:16px;border-radius:16px}.admin-section{margin-top:28px}.admin-section h2{font-size:26px}.admin-table-wrapper{overflow:visible;border-radius:0}.admin-table{min-width:0;width:100%;border-collapse:separate;border-spacing:0 14px}.admin-table thead{display:none}.admin-table tbody{display:grid;gap:14px}.admin-table tbody tr{display:grid;grid-template-columns:1fr;gap:10px;background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:16px;box-shadow:0 14px 34px #0f172a0f}.admin-table tbody td{display:flex;align-items:center;justify-content:space-between;gap:12px;border:none;padding:6px 0;white-space:normal;font-size:15px}.admin-table tbody td:before{content:attr(data-label);font-weight:800;color:#64748b;font-size:13px;text-transform:uppercase;letter-spacing:.04em}.admin-table tbody td:last-child{justify-content:flex-start;flex-wrap:wrap;padding-top:12px;border-top:1px solid #eef2f7}.admin-table tbody td:last-child:before{width:100%}.action-btn,.invite-btn{flex:1;min-width:120px}.badge{max-width:100%;white-space:nowrap}}@media(max-width:420px){.admin-header-row h1{font-size:36px}.admin-page{padding:18px 12px}.admin-table tbody tr{padding:14px}.action-btn,.invite-btn{width:100%;flex:unset}}.owner-page,.owner-page *{box-sizing:border-box}.owner-page{min-height:100vh;width:100%;overflow-x:hidden;padding:clamp(20px,4vw,56px);background:radial-gradient(circle at 12% 8%,rgba(37,99,235,.08),transparent 28%),radial-gradient(circle at 90% 0%,rgba(14,165,233,.08),transparent 24%),#f7f9fd;color:#0f172a}.owner-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:28px;margin-bottom:28px}.owner-eyebrow{display:inline-flex;width:fit-content;margin-bottom:16px;padding:8px 12px;border:1px solid #dbeafe;border-radius:999px;background:#eff6ff;color:#2563eb;font-size:13px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.owner-hero h1{margin:0;font-size:clamp(44px,7vw,88px);letter-spacing:-.07em;line-height:.92;font-weight:950}.owner-hero p{max-width:740px;margin:20px 0 0;color:#64748b;font-size:clamp(17px,2vw,22px);line-height:1.35;font-weight:650}.owner-hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.owner-primary-btn,.owner-secondary-btn,.owner-action-btn,.owner-invite-btn,.owner-icon-btn{border:0;cursor:pointer;font-weight:900;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease}.owner-primary-btn:hover,.owner-secondary-btn:hover,.owner-action-btn:hover,.owner-invite-btn:hover{transform:translateY(-1px)}.owner-primary-btn{min-height:48px;padding:14px 20px;border-radius:16px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 18px 38px #2563eb3d}.owner-secondary-btn{min-height:48px;padding:14px 18px;border-radius:16px;background:#fff;color:#0f172a;border:1px solid #e5e7eb;box-shadow:0 12px 26px #0f172a0f}button:disabled{cursor:not-allowed;opacity:.65;transform:none!important}.owner-metrics-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;margin:28px 0}.owner-metric-card{min-width:0;padding:18px;border:1px solid #e5e7eb;border-radius:22px;background:#ffffffe6;box-shadow:0 18px 44px #0f172a0f}.owner-metric-card span{display:block;color:#64748b;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.04em}.owner-metric-card strong{display:block;margin-top:8px;font-size:clamp(26px,3vw,42px);letter-spacing:-.04em}.owner-metric-card small{display:block;margin-top:6px;color:#94a3b8;font-weight:750}.owner-section{margin-top:28px;padding:clamp(18px,2.5vw,28px);border:1px solid #e5e7eb;border-radius:28px;background:#ffffffeb;box-shadow:0 22px 60px #0f172a12}.owner-section-header{display:flex;justify-content:space-between;gap:18px;margin-bottom:18px}.owner-section h2{margin:0;font-size:clamp(26px,3vw,36px);letter-spacing:-.04em}.owner-section p{margin:8px 0 0;color:#64748b;font-weight:650}.owner-toolbar{display:grid;grid-template-columns:minmax(260px,1fr) 180px 180px 180px;gap:12px;margin-bottom:18px}.owner-search-input,.owner-filter-select,.owner-form-grid input,.owner-form-grid select,.owner-invite-output input{width:100%;min-height:48px;padding:0 14px;border:1px solid #dbe3ef;border-radius:16px;outline:none;background:#fff;color:#0f172a;font-size:15px;font-weight:700}.owner-search-input:focus,.owner-filter-select:focus,.owner-form-grid input:focus,.owner-form-grid select:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.owner-table-shell{width:100%;overflow-x:auto;border:1px solid #eef2f7;border-radius:22px;background:#fff;-webkit-overflow-scrolling:touch}.owner-table{width:100%;min-width:860px;border-collapse:collapse}.owner-table th,.owner-table td{padding:16px 18px;border-bottom:1px solid #eef2f7;text-align:left;vertical-align:middle}.owner-table th{color:#64748b;background:#f8fafc;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.06em}.owner-table tr:last-child td{border-bottom:0}.owner-org-row{cursor:pointer}.owner-org-row:hover{background:#f8fbff}.owner-org-name{display:grid;gap:5px}.owner-org-name strong{font-size:15px}.owner-org-name small{color:#94a3b8;font-weight:700;word-break:break-all}.owner-badge{display:inline-flex;align-items:center;min-height:28px;padding:5px 10px;border-radius:999px;background:#eef2ff;color:#1e40af;font-size:13px;font-weight:950;text-transform:capitalize}.owner-row-actions{display:flex;flex-wrap:wrap;gap:8px}.owner-action-btn,.owner-invite-btn{min-height:38px;padding:9px 12px;border-radius:12px;background:#eff6ff;color:#1d4ed8}.owner-action-btn.view{background:#eef2ff;color:#3730a3}.owner-action-btn.activate{background:#dcfce7;color:#166534}.owner-action-btn.suspend{background:#fee2e2;color:#991b1b}.owner-empty-cell{padding:28px!important;text-align:center!important;color:#94a3b8;font-weight:800}.owner-invite-output{display:grid;grid-template-columns:minmax(220px,280px) minmax(260px,1fr) auto;gap:12px;align-items:center;margin-top:24px;padding:18px;border:1px solid #bfdbfe;border-radius:22px;background:#eff6ff}.owner-invite-output.hidden,.owner-modal.hidden{display:none}.owner-invite-output p{margin:4px 0 0;color:#64748b}.owner-modal{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:18px;background:#0f172a94;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.owner-modal-card{width:min(720px,100%);max-height:92vh;overflow-y:auto;padding:clamp(20px,3vw,30px);border-radius:28px;background:#fff;box-shadow:0 30px 90px #0f172a59}.owner-modal-header{display:flex;justify-content:space-between;gap:16px;margin-bottom:20px}.owner-modal-header h2{margin:0;font-size:30px;letter-spacing:-.04em}.owner-modal-header p{margin:8px 0 0;color:#64748b;font-weight:650}.owner-icon-btn{width:42px;height:42px;border-radius:14px;background:#f1f5f9;color:#0f172a;font-size:28px;line-height:1}.owner-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.owner-form-grid label{display:grid;gap:8px;color:#334155;font-weight:900}.owner-modal-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}.owner-loading-card,.owner-error-card{max-width:560px;margin:12vh auto;padding:28px;border:1px solid #e5e7eb;border-radius:28px;background:#fff;box-shadow:0 22px 60px #0f172a14}.owner-spinner{width:38px;height:38px;border:4px solid #dbeafe;border-top-color:#2563eb;border-radius:999px;animation:ownerSpin .8s linear infinite}@keyframes ownerSpin{to{transform:rotate(360deg)}}@media(max-width:1180px){.owner-metrics-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.owner-toolbar{grid-template-columns:1fr 1fr}.owner-search-wrap{grid-column:1 / -1}}@media(max-width:760px){.owner-page{padding:18px}.owner-hero{flex-direction:column}.owner-hero-actions,.owner-hero-actions button{width:100%}.owner-metrics-grid{grid-template-columns:1fr 1fr}.owner-toolbar{grid-template-columns:1fr}.owner-section{padding:16px;border-radius:22px}.owner-table-shell{overflow:visible;border:0;background:transparent}.owner-table{min-width:0;border-collapse:separate;border-spacing:0 14px}.owner-table thead{display:none}.owner-table tbody{display:grid;gap:14px}.owner-table tr{display:grid;gap:10px;padding:16px;border:1px solid #e5e7eb;border-radius:20px;background:#fff;box-shadow:0 16px 34px #0f172a0f}.owner-table td{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;padding:0;border:0;white-space:normal}.owner-table td:before{content:attr(data-label);flex:0 0 110px;color:#64748b;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.05em}.owner-table td[data-label=Actions]{display:grid;gap:10px;padding-top:12px;border-top:1px solid #eef2f7}.owner-table td[data-label=Actions]:before{flex:unset}.owner-row-actions{display:grid;grid-template-columns:1fr 1fr}.owner-row-actions .view{grid-column:1 / -1}.owner-invite-output,.owner-form-grid{grid-template-columns:1fr}.owner-modal-actions{flex-direction:column-reverse}.owner-modal-actions button{width:100%}}@media(max-width:430px){.owner-page{padding:14px}.owner-hero h1{font-size:42px}.owner-metrics-grid{grid-template-columns:1fr}.owner-table td{display:grid;gap:6px}.owner-table td:before{flex:unset}.owner-row-actions{grid-template-columns:1fr}}.ctpro-page,.ctpro-page *{box-sizing:border-box}.ctpro-page{width:100%;min-height:100vh;padding:28px 32px 90px;color:#0f172a;background:radial-gradient(circle at top left,rgba(37,99,235,.1),transparent 34%),radial-gradient(circle at top right,rgba(16,185,129,.09),transparent 30%),linear-gradient(180deg,#f8fbff,#f3f6fb)}.ctpro-hero,.ctpro-stats,.ctpro-list-card,.ctpro-error{width:min(1440px,100%);margin-left:auto;margin-right:auto}.ctpro-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:28px;margin-bottom:22px;padding:38px 44px;border:1px solid rgba(226,232,240,.95);border-radius:34px;background:radial-gradient(circle at top right,rgba(37,99,235,.13),transparent 35%),#fff;box-shadow:0 24px 70px #0f172a17}.ctpro-eyebrow{display:inline-flex;align-items:center;gap:9px;margin-bottom:14px;color:#64748b;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.ctpro-eyebrow span{width:9px;height:9px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 6px #22c55e24}.ctpro-hero h1{margin:0;color:#0f172a;font-size:clamp(48px,4.8vw,82px);line-height:.96;letter-spacing:-.075em;font-weight:950}.ctpro-hero p{max-width:860px;margin:18px 0 0;color:#64748b;font-size:16px;line-height:1.65;font-weight:750}.ctpro-hero-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.ctpro-btn{appearance:none;min-height:46px;display:inline-flex;align-items:center;justify-content:center;padding:0 20px;border-radius:999px;border:1px solid #dbe3ef;background:#fff;color:#0f172a;font-size:13px;font-weight:900;cursor:pointer;text-decoration:none;white-space:nowrap;box-shadow:0 10px 22px #0f172a0f;transition:.16s ease}.ctpro-btn:hover:not(:disabled){transform:translateY(-1px);border-color:#93c5fd;box-shadow:0 16px 32px #0f172a1c}.ctpro-btn:disabled{opacity:.55;cursor:not-allowed}.ctpro-btn.primary{border-color:transparent;color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 16px 36px #2563eb47}.ctpro-btn.light{background:#fff}.ctpro-btn.small{min-height:38px;padding:0 14px;font-size:12px}.ctpro-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:22px}.ctpro-stat{min-width:0;min-height:124px;display:grid;grid-template-columns:56px minmax(0,1fr);align-items:center;gap:14px;padding:20px;border:1px solid #e2e8f0;border-radius:26px;background:#fff;box-shadow:0 22px 55px #0f172a13}.ctpro-stat-icon{width:56px;height:56px;display:grid;place-items:center;border-radius:20px;background:#eff6ff;font-size:23px}.ctpro-stat.green .ctpro-stat-icon{background:#ecfdf5}.ctpro-stat.purple .ctpro-stat-icon{background:#f5f3ff}.ctpro-stat.orange .ctpro-stat-icon{background:#fff7ed}.ctpro-stat span{display:block;color:#64748b;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.07em}.ctpro-stat strong{display:block;margin-top:8px;color:#0f172a;font-size:clamp(24px,2vw,32px);line-height:1;font-weight:950;letter-spacing:-.045em;white-space:nowrap}.ctpro-stat small{display:block;margin-top:8px;color:#64748b;font-size:12px;line-height:1.35;font-weight:750}.ctpro-list-card{border:1px solid #e2e8f0;border-radius:30px;background:#fffffff5;box-shadow:0 24px 70px #0f172a16;overflow:hidden}.ctpro-list-head{position:relative;display:grid;grid-template-columns:minmax(320px,.55fr) minmax(0,1fr);gap:22px;align-items:start;padding:24px;border-bottom:1px solid #e2e8f0;background:radial-gradient(circle at top right,rgba(37,99,235,.08),transparent 34%),#fff}.ctpro-list-title{position:relative;display:grid;grid-template-columns:58px minmax(0,1fr);gap:14px;align-items:center}.ctpro-object-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:20px;background:#eff6ff;font-size:26px}.ctpro-kicker{color:#64748b;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.07em}.ctpro-list-title-row{display:flex;align-items:center;gap:8px;margin-top:5px}.ctpro-list-view-btn{display:inline-flex;align-items:center;gap:8px;border:0;background:transparent;color:#0f172a;padding:0;font-size:26px;font-weight:950;letter-spacing:-.045em;cursor:pointer}.ctpro-list-view-btn span{font-size:15px}.ctpro-pin{width:34px;height:34px;border:1px solid #dbe3ef;border-radius:12px;background:#fff;cursor:pointer}.ctpro-list-title p{margin:8px 0 0;color:#64748b;font-size:13px;font-weight:800}.ctpro-tools{display:grid;grid-template-columns:minmax(260px,1fr) auto;gap:12px;align-items:center}.ctpro-search{min-height:48px;display:flex;align-items:center;gap:10px;border:1px solid #dbe3ef;border-radius:18px;background:#fff;padding:0 14px;box-shadow:0 8px 18px #0f172a09}.ctpro-search input{width:100%;min-width:0;border:0;outline:none;background:transparent;color:#0f172a;font-size:13px;font-weight:850}.ctpro-search:focus-within{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f,0 12px 24px #0f172a0f}.ctpro-tool-buttons{display:flex;gap:8px;flex-wrap:wrap}.ctpro-icon-btn{width:42px;height:42px;display:grid;place-items:center;border:1px solid #dbe3ef;border-radius:14px;background:#fff;color:#0f172a;cursor:pointer;font-size:15px}.ctpro-icon-btn:hover{border-color:#93c5fd;background:#eff6ff}.ctpro-lv-menu{position:absolute;z-index:20;top:74px;left:72px;width:300px;padding:12px;border:1px solid #dbe3ef;border-radius:22px;background:#fff;box-shadow:0 24px 70px #0f172a2e}.ctpro-lv-search input{width:100%;min-height:40px;border:1px solid #dbe3ef;border-radius:14px;padding:0 12px;outline:none;font-weight:800}.ctpro-lv-menu-title{margin:12px 4px 8px;color:#64748b;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.07em}.ctpro-lv-item{width:100%;min-height:40px;display:grid;grid-template-columns:22px minmax(0,1fr);gap:8px;align-items:center;border:0;border-radius:14px;background:transparent;color:#0f172a;text-align:left;padding:0 10px;font-size:13px;font-weight:850;cursor:pointer}.ctpro-lv-item:hover,.ctpro-lv-item.active{background:#eff6ff;color:#1d4ed8}.ctpro-filters,.ctpro-bulk-bar{margin:18px 24px 0;border:1px solid #e2e8f0;border-radius:22px;background:#f8fafc}.ctpro-filters{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) auto;gap:12px;align-items:end;padding:16px}.ctpro-filters label{display:grid;gap:7px}.ctpro-filters label span{color:#64748b;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.06em}.ctpro-filters select{width:100%;min-height:42px;border:1px solid #dbe3ef;border-radius:14px;background:#fff;color:#0f172a;padding:0 12px;font-size:13px;font-weight:850;outline:none}.ctpro-bulk-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px;background:#eff6ff;border-color:#bfdbfe}.ctpro-bulk-bar strong{display:block;color:#0f172a;font-weight:950}.ctpro-bulk-bar span{display:block;margin-top:3px;color:#64748b;font-size:12px;font-weight:750}.ctpro-bulk-bar>div:last-child{display:flex;gap:8px;flex-wrap:wrap}.ctpro-table-wrap{width:100%;overflow-x:auto;margin-top:18px}.ctpro-table{width:100%;min-width:1180px;border-collapse:separate;border-spacing:0}.ctpro-table th{padding:14px 18px;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;background:#f8fafc;color:#64748b;font-size:12px;font-weight:950;text-align:left;text-transform:uppercase;letter-spacing:.055em;white-space:nowrap}.ctpro-table td{padding:15px 18px;border-bottom:1px solid #eef2f7;color:#334155;font-size:14px;font-weight:750;vertical-align:middle}.ctpro-page.is-compact .ctpro-table td{padding-top:10px;padding-bottom:10px}.ctpro-table tr:hover td{background:#f8fbff}.ctpro-table .check{width:42px;text-align:center}.ctpro-table .right{text-align:right}.ctpro-th-btn{display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;color:inherit;padding:0;font:inherit;cursor:pointer;text-transform:inherit;letter-spacing:inherit}.ctpro-th-btn.active{color:#1d4ed8}.ctpro-name-cell{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:12px}.ctpro-avatar{width:42px;height:42px;display:grid;place-items:center;border-radius:999px;background:linear-gradient(135deg,#dbeafe,#eff6ff);color:#1d4ed8;font-size:13px;font-weight:950}.ctpro-name-cell strong,.ctpro-name-cell a{display:block;color:#0f172a;font-weight:950}.ctpro-name-cell span{display:block;margin-top:3px;color:#64748b;font-size:12px;font-weight:750}.ctpro-link{color:#1d4ed8;text-decoration:none;font-weight:900}.ctpro-link:hover{text-decoration:underline}.ctpro-muted{color:#94a3b8;font-size:12px;font-weight:850}.ctpro-status{min-height:28px;display:inline-flex;align-items:center;padding:0 10px;border-radius:999px;font-size:11px;font-weight:950;white-space:nowrap}.ctpro-status.good{background:#ecfdf5;color:#047857}.ctpro-status.warn{background:#fff7ed;color:#c2410c}.ctpro-status.bad{background:#fef2f2;color:#b91c1c}.ctpro-row-actions{display:flex;justify-content:flex-end;gap:7px}.ctpro-mini-btn{min-height:32px;display:inline-flex;align-items:center;justify-content:center;padding:0 11px;border:1px solid #dbe3ef;border-radius:999px;background:#fff;color:#0f172a;font-size:12px;font-weight:900;cursor:pointer;white-space:nowrap}.ctpro-mini-btn:hover{border-color:#93c5fd;background:#eff6ff}.ctpro-empty{padding:48px 18px!important;text-align:center}.ctpro-empty div{font-size:34px}.ctpro-empty strong{display:block;margin-top:10px;color:#0f172a;font-size:18px;font-weight:950}.ctpro-empty span{display:block;margin-top:5px;color:#64748b;font-size:13px;font-weight:750}.ctpro-mobile-list{display:none;gap:14px;padding:16px}.ctpro-mobile-card,.ctpro-empty-card{padding:16px;border:1px solid #e2e8f0;border-radius:22px;background:#fff;box-shadow:0 16px 36px #0f172a0f}.ctpro-empty-card{color:#64748b;text-align:center;font-weight:850}.ctpro-mobile-card{display:grid;gap:14px}.ctpro-mobile-top{display:flex;align-items:center;justify-content:space-between;gap:14px}.ctpro-mobile-grid{display:grid;grid-template-columns:1fr;gap:10px}.ctpro-mobile-grid div{min-width:0;padding:12px;border:1px solid #eef2f7;border-radius:16px;background:#f8fafc}.ctpro-mobile-grid span{display:block;color:#64748b;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.06em}.ctpro-mobile-grid strong{display:block;margin-top:5px;color:#0f172a;font-size:13px;font-weight:850;overflow-wrap:anywhere}.ctpro-mobile-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.ctpro-footer-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 24px;border-top:1px solid #e2e8f0;background:#fff}.ctpro-page-size{display:flex;align-items:center;gap:10px;color:#64748b;font-size:12px;font-weight:850}.ctpro-page-size select{min-height:36px;border:1px solid #dbe3ef;border-radius:12px;padding:0 10px;background:#fff;font-weight:850}.ctpro-pagination{display:flex;align-items:center;gap:12px}.ctpro-pagination button{min-height:38px;padding:0 16px;border:1px solid #dbe3ef;border-radius:999px;background:#fff;color:#0f172a;font-size:12px;font-weight:900;cursor:pointer}.ctpro-pagination button:disabled{opacity:.5;cursor:not-allowed}.ctpro-pagination span{color:#64748b;font-size:12px;font-weight:850}.ctpro-skel{border-radius:999px;background:linear-gradient(90deg,#eef2f7,#f8fafc,#eef2f7);background-size:220% 100%;animation:ctproSkel 1.2s ease-in-out infinite}.ctpro-skel.small{width:120px;height:14px}.ctpro-skel.title{width:min(520px,100%);height:70px;margin-top:18px;border-radius:20px}.ctpro-skel.text{width:min(720px,100%);height:20px;margin-top:18px}.ctpro-skel.icon{width:52px;height:52px;border-radius:18px}.ctpro-skel.stat{width:150px;height:28px;margin-top:12px}@keyframes ctproSkel{to{background-position:-220% 0}}.ctpro-error{display:grid;place-items:center;text-align:center;min-height:460px;padding:46px;border:1px solid #fecaca;border-radius:34px;background:#fff;box-shadow:0 24px 70px #0f172a17}.ctpro-error div{font-size:42px}.ctpro-error h2{margin:12px 0 0;color:#0f172a;font-size:36px;font-weight:950;letter-spacing:-.055em}.ctpro-error p{margin:10px 0 18px;color:#64748b;font-size:15px;font-weight:750}@media(max-width:1180px){.ctpro-hero,.ctpro-list-head{grid-template-columns:1fr}.ctpro-hero-actions{justify-content:flex-start}.ctpro-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.ctpro-tools{grid-template-columns:1fr}.ctpro-filters{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.ctpro-page{padding:16px 12px 100px}.ctpro-hero{padding:22px;border-radius:24px}.ctpro-hero h1{font-size:40px;letter-spacing:-.055em}.ctpro-hero p{font-size:14px}.ctpro-hero-actions,.ctpro-stats,.ctpro-filters{grid-template-columns:1fr}.ctpro-hero-actions{display:grid;width:100%}.ctpro-hero-actions .ctpro-btn{width:100%}.ctpro-list-head{padding:18px}.ctpro-list-title{grid-template-columns:48px minmax(0,1fr)}.ctpro-object-icon{width:48px;height:48px}.ctpro-list-view-btn{font-size:22px}.ctpro-tool-buttons{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.ctpro-icon-btn{width:100%}.ctpro-table-wrap{display:none}.ctpro-mobile-list{display:grid}.ctpro-bulk-bar{flex-direction:column;align-items:stretch}.ctpro-bulk-bar>div:last-child{display:grid;grid-template-columns:1fr}.ctpro-footer-row{flex-direction:column;align-items:stretch}.ctpro-pagination{justify-content:space-between}.ctpro-lv-menu{left:0;top:72px;width:min(320px,calc(100vw - 40px))}}.crx-page,.crx-page *{box-sizing:border-box}.crx-page{width:100%;min-height:100vh;padding:28px 32px 90px;color:#0f172a;background:radial-gradient(circle at top left,rgba(37,99,235,.1),transparent 34%),radial-gradient(circle at top right,rgba(16,185,129,.09),transparent 30%),linear-gradient(180deg,#f8fbff,#f3f6fb)}.crx-record-hero,.crx-kpis,.crx-layout,.crx-loading-card,.crx-error-card{width:min(1480px,100%);margin-left:auto;margin-right:auto}.crx-record-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:28px;margin-bottom:22px;padding:34px 38px;border:1px solid rgba(226,232,240,.95);border-radius:34px;background:radial-gradient(circle at top right,rgba(37,99,235,.13),transparent 35%),#fff;box-shadow:0 24px 70px #0f172a17}.crx-record-main{min-width:0}.crx-back-link{min-height:36px;display:inline-flex;align-items:center;margin-bottom:18px;padding:0 13px;border:1px solid #dbe4f0;border-radius:999px;background:#fff;color:#1d4ed8;font-size:13px;font-weight:900;cursor:pointer;box-shadow:0 10px 22px #0f172a0e}.crx-record-title-row{display:grid;grid-template-columns:82px minmax(0,1fr);align-items:center;gap:18px}.crx-eyebrow{display:inline-flex;align-items:center;gap:9px;margin-bottom:8px;color:#64748b;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.crx-eyebrow span{width:9px;height:9px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 6px #22c55e24}.crx-record-hero h1{margin:0;color:#0f172a;font-size:clamp(46px,4.8vw,78px);line-height:.96;letter-spacing:-.075em;font-weight:950;overflow-wrap:anywhere}.crx-record-hero p{max-width:860px;margin:12px 0 0;color:#64748b;font-size:16px;line-height:1.55;font-weight:750}.crx-hero-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.crx-avatar{width:72px;height:72px;display:grid;place-items:center;border-radius:26px;background:linear-gradient(135deg,#dbeafe,#eff6ff);color:#1d4ed8;font-size:22px;font-weight:950;box-shadow:inset 0 0 0 1px #93c5fd8c}.crx-avatar.large{width:64px;height:64px;border-radius:22px;font-size:20px}.crx-btn{appearance:none;min-height:46px;display:inline-flex;align-items:center;justify-content:center;padding:0 20px;border-radius:999px;border:1px solid #dbe3ef;background:#fff;color:#0f172a;font-size:13px;font-weight:900;cursor:pointer;text-decoration:none;white-space:nowrap;box-shadow:0 10px 22px #0f172a0f;transition:.16s ease}.crx-btn:hover:not(:disabled){transform:translateY(-1px);border-color:#93c5fd;box-shadow:0 16px 32px #0f172a1c}.crx-btn.primary{border-color:transparent;color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 16px 36px #2563eb47}.crx-btn.light{background:#fff}.crx-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:22px}.crx-kpi{min-width:0;min-height:118px;display:grid;grid-template-columns:56px minmax(0,1fr);align-items:center;gap:14px;padding:20px;border:1px solid #e2e8f0;border-radius:26px;background:#fff;box-shadow:0 22px 55px #0f172a13}.crx-kpi-icon{width:56px;height:56px;display:grid;place-items:center;border-radius:20px;background:#eff6ff;font-size:23px}.crx-kpi.good .crx-kpi-icon{background:#ecfdf5}.crx-kpi.warn .crx-kpi-icon{background:#fff7ed}.crx-kpi.neutral .crx-kpi-icon{background:#f8fafc}.crx-kpi span{display:block;color:#64748b;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.07em}.crx-kpi strong{display:block;max-width:100%;margin-top:8px;color:#0f172a;font-size:clamp(18px,1.8vw,25px);line-height:1.05;font-weight:950;letter-spacing:-.035em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crx-kpi small{display:block;margin-top:8px;color:#64748b;font-size:12px;line-height:1.35;font-weight:750}.crx-layout{display:grid;grid-template-columns:360px minmax(0,1fr) 360px;gap:22px;align-items:start}.crx-left,.crx-right{display:grid;gap:16px}.crx-card{border:1px solid #e2e8f0;border-radius:28px;background:#fffffff5;box-shadow:0 24px 70px #0f172a16;overflow:hidden}.crx-summary-card{padding:20px}.crx-summary-top{display:grid;grid-template-columns:64px minmax(0,1fr);align-items:center;gap:14px;margin-bottom:18px}.crx-summary-top h2{margin:0;color:#0f172a;font-size:24px;line-height:1.05;font-weight:950;letter-spacing:-.045em}.crx-summary-top p{margin:6px 0 0;color:#64748b;font-size:13px;font-weight:750}.crx-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.crx-summary-grid div{min-width:0;padding:13px;border:1px solid #eef2f7;border-radius:16px;background:#f8fafc}.crx-summary-grid span{display:block;color:#64748b;font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.06em}.crx-summary-grid strong{display:block;margin-top:6px;color:#0f172a;font-size:13px;font-weight:900;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crx-health.good{color:#047857!important}.crx-health.warn{color:#c2410c!important}.crx-health.bad{color:#b91c1c!important}.crx-section-header{width:100%;min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 18px;border:0;border-bottom:1px solid #e2e8f0;background:#f8fafc;color:#0f172a;font-size:15px;font-weight:950;cursor:pointer}.crx-section-body{padding:6px 0}.crx-field-row{display:grid;grid-template-columns:140px minmax(0,1fr);gap:14px;padding:13px 18px;border-bottom:1px solid #f1f5f9}.crx-field-row:last-child{border-bottom:0}.crx-field-label{color:#64748b;font-size:12px;font-weight:850}.crx-field-value{min-width:0;display:flex;align-items:center;gap:8px;color:#0f172a;font-size:13px;font-weight:850;overflow-wrap:anywhere}.crx-field-value a{color:#1d4ed8;text-decoration:none;font-weight:900}.crx-field-value a:hover{text-decoration:underline}.crx-edit-icon{margin-left:auto;border:0;background:transparent;color:#94a3b8;cursor:pointer}.crx-activity-card{padding:20px}.crx-activity-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:16px}.crx-activity-btn,.crx-activity-caret{min-height:50px;border:1px solid #dbe3ef;background:#fff;color:#0f172a;cursor:pointer;font-size:13px;font-weight:950}.crx-activity-btn{display:grid;place-items:center;gap:4px;border-radius:18px}.crx-activity-btn span{font-size:19px}.crx-activity-btn:hover,.crx-activity-caret:hover{border-color:#93c5fd;background:#eff6ff}.crx-activity-dd{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 34px}.crx-activity-dd .crx-activity-btn{border-radius:18px 0 0 18px}.crx-activity-caret{border-left:0;border-radius:0 18px 18px 0}.crx-email-menu{position:absolute;z-index:30;top:56px;left:0;width:210px;padding:8px;border:1px solid #dbe3ef;border-radius:18px;background:#fff;box-shadow:0 24px 60px #0f172a29}.crx-email-menu button{width:100%;min-height:40px;border:0;border-radius:12px;background:transparent;color:#0f172a;text-align:left;padding:0 12px;font-size:13px;font-weight:850;cursor:pointer}.crx-email-menu button:hover{background:#eff6ff;color:#1d4ed8}.crx-activity-filter-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px;border:1px solid #e2e8f0;border-radius:20px;background:#f8fafc}.crx-activity-filter-row>div{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.crx-activity-filter-row span{color:#64748b;font-size:12px;font-weight:950}.crx-chip{min-height:30px;padding:0 10px;border:1px solid #dbe3ef;border-radius:999px;background:#fff;color:#334155;font-size:12px;font-weight:850;cursor:pointer}.crx-icon-btn{width:36px;height:36px;display:grid;place-items:center;flex:0 0 auto;border:1px solid #dbe3ef;border-radius:13px;background:#fff;cursor:pointer}.crx-activity-links{display:flex;justify-content:flex-end;gap:14px;margin:14px 0}.crx-activity-links button{border:0;background:transparent;color:#1d4ed8;font-size:12px;font-weight:900;cursor:pointer}.crx-timeline-card{border:1px solid #e2e8f0;border-radius:22px;overflow:hidden}.crx-timeline-head{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 16px;border-bottom:1px solid #e2e8f0;background:#fff}.crx-timeline-head>div{display:flex;align-items:center;gap:8px}.crx-timeline-head strong{color:#0f172a;font-size:14px;font-weight:950}.crx-timeline-head small{color:#64748b;font-size:12px;font-weight:750}.crx-activity-body{padding:16px;background:#f8fafc}.crx-activity-empty{display:grid;place-items:center;text-align:center;min-height:260px;padding:24px}.crx-activity-empty div{font-size:38px}.crx-activity-empty strong{display:block;margin-top:12px;color:#0f172a;font-size:18px;font-weight:950}.crx-activity-empty p{max-width:420px;margin:8px 0 0;color:#64748b;font-size:14px;line-height:1.5;font-weight:750}.crx-activity-empty small{display:block;margin-top:14px;color:#94a3b8;font-size:12px;font-weight:750}.crx-act-group{display:grid;gap:10px}.crx-act-group+.crx-act-group{margin-top:18px}.crx-act-group-head{color:#64748b;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.07em}.crx-act-item{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;padding:14px;border:1px solid #e2e8f0;border-radius:18px;background:#fff}.crx-act-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:15px;background:#eff6ff}.crx-act-icon.past{background:#f1f5f9}.crx-act-title-row{display:flex;align-items:start;justify-content:space-between;gap:10px}.crx-act-title-row strong{color:#0f172a;font-size:14px;font-weight:950}.crx-act-title-row span{color:#64748b;font-size:12px;font-weight:800;white-space:nowrap}.crx-act-main p{margin:5px 0 0;color:#64748b;font-size:12px;font-weight:750}.crx-related-card{padding:18px}.crx-related-actions{display:grid;grid-template-columns:46px minmax(0,1fr);gap:10px;margin-bottom:16px}.crx-icon-action{width:46px;height:46px;border:1px solid #dbe3ef;border-radius:16px;background:#fff;cursor:pointer;font-size:19px}.crx-split-action{display:grid;grid-template-columns:minmax(0,1fr) 70px 42px;border:1px solid #dbe3ef;border-radius:999px;overflow:hidden;background:#fff}.crx-split-action button{min-height:46px;border:0;border-right:1px solid #e2e8f0;background:transparent;color:#0f172a;font-size:12px;font-weight:900;cursor:pointer}.crx-split-action button:last-child{border-right:0}.crx-related-block{border:1px solid #e2e8f0;border-radius:20px;background:#fff;overflow:hidden}.crx-related-block+.crx-related-block,.crx-insight-card{margin-top:12px}.crx-related-head{width:100%;min-height:56px;display:grid;grid-template-columns:42px minmax(0,1fr) auto auto;align-items:center;gap:10px;border:0;background:#fff;padding:0 14px;cursor:pointer}.crx-related-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:15px;background:#eff6ff;font-size:20px}.crx-related-head strong{color:#0f172a;font-size:14px;font-weight:950;text-align:left}.crx-related-head small{min-width:28px;min-height:28px;display:grid;place-items:center;border-radius:999px;background:#f1f5f9;color:#64748b;font-size:12px;font-weight:950}.crx-related-block p{margin:0;padding:0 14px 14px 66px;color:#64748b;font-size:12px;line-height:1.5;font-weight:750}.crx-upload-box{margin:0 14px 14px;min-height:118px;display:grid;place-items:center;align-content:center;gap:8px;border:1.5px dashed #bfdbfe;border-radius:18px;background:#f8fbff;text-align:center}.crx-upload-box.dragging{border-color:#2563eb;background:#eff6ff}.crx-upload-box button{min-height:36px;padding:0 14px;border:1px solid #dbe3ef;border-radius:999px;background:#fff;color:#1d4ed8;font-size:12px;font-weight:950;cursor:pointer}.crx-upload-box span{color:#64748b;font-size:12px;font-weight:750}.crx-insight-card{padding:18px;border-radius:20px;background:radial-gradient(circle at top right,rgba(37,99,235,.16),transparent 34%),#0f172a;color:#fff}.crx-insight-card strong{display:block;font-size:15px;font-weight:950}.crx-insight-card p{margin:8px 0 0;color:#e2e8f0cc;font-size:13px;line-height:1.55;font-weight:750}.crx-modal-backdrop{position:fixed;inset:0;z-index:99999;display:grid;place-items:center;padding:20px;background:#0f172a9e;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.crx-modal-backdrop.hidden,.hidden{display:none!important}.crx-modal{width:min(620px,100%);max-height:calc(100vh - 40px);display:flex;flex-direction:column;border:1px solid #e2e8f0;border-radius:28px;background:#fff;box-shadow:0 30px 100px #0f172a6b;overflow:hidden}.crx-modal-header,.crx-modal-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 24px;border-bottom:1px solid #e2e8f0;background:linear-gradient(180deg,#fff,#f8fbff)}.crx-modal-footer{border-top:1px solid #e2e8f0;border-bottom:0}.crx-modal-footer>div{display:flex;gap:10px;flex-wrap:wrap}.crx-modal-header span{display:block;color:#64748b;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.crx-modal-header h3{margin:6px 0 0;color:#0f172a;font-size:26px;font-weight:950;letter-spacing:-.04em}.crx-modal-close{width:40px;height:40px;border:1px solid #dbe3ef;border-radius:14px;background:#fff;cursor:pointer;font-size:18px}.crx-modal-body{padding:22px 24px;overflow-y:auto}.crx-filter-group{padding:16px;border:1px solid #e2e8f0;border-radius:20px;background:#f8fafc}.crx-filter-group+.crx-filter-group{margin-top:12px}.crx-filter-title{margin-bottom:10px;color:#64748b;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.07em}.crx-filter-option{min-height:32px;display:flex;align-items:center;gap:9px;color:#334155;font-size:13px;font-weight:800}.crx-loading-card,.crx-error-card{min-height:420px;padding:42px;border:1px solid #e2e8f0;border-radius:34px;background:#fff;box-shadow:0 24px 70px #0f172a17}.crx-error-card{display:grid;place-items:center;text-align:center}.crx-error-card div{font-size:42px}.crx-error-card h2{margin:12px 0 0;color:#0f172a;font-size:36px;font-weight:950;letter-spacing:-.055em}.crx-error-card p{max-width:560px;margin:10px 0 18px;color:#64748b;font-size:15px;font-weight:750}.crx-skel{border-radius:999px;background:linear-gradient(90deg,#eef2f7,#f8fafc,#eef2f7);background-size:220% 100%;animation:crxSkel 1.2s ease-in-out infinite}.crx-skel.small{width:120px;height:14px}.crx-skel.title{width:min(520px,100%);height:70px;margin-top:18px;border-radius:20px}.crx-skel.text{width:min(760px,100%);height:20px;margin-top:18px}@keyframes crxSkel{to{background-position:-220% 0}}@media(max-width:1280px){.crx-layout{grid-template-columns:340px minmax(0,1fr)}.crx-right{grid-column:1 / -1;grid-template-columns:repeat(2,minmax(0,1fr))}.crx-related-card{grid-column:1 / -1}}@media(max-width:980px){.crx-page{padding:22px 18px 90px}.crx-record-hero{grid-template-columns:1fr;padding:28px;border-radius:28px}.crx-hero-actions{justify-content:flex-start}.crx-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.crx-layout{grid-template-columns:1fr}.crx-activity-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.crx-right{grid-template-columns:1fr}}@media(max-width:720px){.crx-page{padding:16px 12px 100px}.crx-record-hero{padding:22px;border-radius:24px}.crx-record-title-row{grid-template-columns:1fr}.crx-record-hero h1{font-size:40px;letter-spacing:-.055em}.crx-record-hero p{font-size:14px}.crx-hero-actions,.crx-kpis,.crx-summary-grid,.crx-activity-actions{grid-template-columns:1fr}.crx-hero-actions{display:grid;width:100%}.crx-hero-actions .crx-btn{width:100%}.crx-field-row{grid-template-columns:1fr;gap:6px}.crx-activity-filter-row,.crx-timeline-head,.crx-act-title-row{align-items:flex-start;flex-direction:column}.crx-related-actions{grid-template-columns:1fr}.crx-icon-action{width:100%}.crx-split-action{grid-template-columns:1fr;border-radius:18px}.crx-split-action button{border-right:0;border-bottom:1px solid #e2e8f0}.crx-split-action button:last-child{border-bottom:0}.crx-modal-backdrop{align-items:flex-start;padding:10px;overflow-y:auto}.crx-modal-footer{flex-direction:column;align-items:stretch}.crx-modal-footer>div,.crx-modal-footer .crx-btn{width:100%}}.crx-split-action{position:relative}.crx-more-menu{position:absolute;z-index:40;top:54px;right:0;width:230px;padding:8px;border:1px solid #dbe3ef;border-radius:18px;background:#fff;box-shadow:0 24px 60px #0f172a29}.crx-more-menu button{width:100%;min-height:40px;border:0;border-radius:12px;background:transparent;color:#0f172a;text-align:left;padding:0 12px;font-size:13px;font-weight:850;cursor:pointer}.crx-more-menu button:hover{background:#eff6ff;color:#1d4ed8}.crx-drawer-backdrop{position:fixed;inset:0;z-index:99999;display:flex;justify-content:flex-end;background:#0f172a8a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.crx-drawer{width:min(560px,100%);height:100vh;display:flex;flex-direction:column;background:#fff;box-shadow:-24px 0 80px #0f172a52}.crx-drawer-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:24px;border-bottom:1px solid #e2e8f0;background:radial-gradient(circle at top right,rgba(37,99,235,.14),transparent 35%),#fff}.crx-drawer-head span{display:block;color:#64748b;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.crx-drawer-head h3{margin:8px 0 0;color:#0f172a;font-size:32px;line-height:1;font-weight:950;letter-spacing:-.055em}.crx-drawer-head p{margin:10px 0 0;color:#64748b;font-size:14px;line-height:1.5;font-weight:750}.crx-drawer-close{width:42px;height:42px;flex:0 0 auto;border:1px solid #dbe3ef;border-radius:14px;background:#fff;color:#0f172a;font-size:18px;cursor:pointer}.crx-drawer-body{flex:1;overflow-y:auto;padding:24px}.crx-drawer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.crx-drawer-field{display:grid;gap:8px}.crx-drawer-field.full,.crx-drawer-check.full{grid-column:1 / -1}.crx-drawer-field span,.crx-drawer-check span{color:#334155;font-size:13px;font-weight:950}.crx-drawer-field input,.crx-drawer-field textarea{width:100%;min-height:50px;border:1px solid #dbe4f0;border-radius:16px;background:#fff;color:#0f172a;padding:0 14px;outline:none;font-size:14px;font-weight:800}.crx-drawer-field textarea{min-height:130px;padding-top:14px;resize:vertical;line-height:1.5}.crx-drawer-field input:focus,.crx-drawer-field textarea:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.crx-drawer-check{min-height:50px;display:flex;align-items:center;gap:10px;padding:0 14px;border:1px solid #dbe4f0;border-radius:16px;background:#f8fafc}.crx-drawer-footer{display:flex;justify-content:flex-end;gap:10px;padding:18px 24px;border-top:1px solid #e2e8f0;background:#fff}.crx-info-empty{padding:24px;border:1px solid #e2e8f0;border-radius:22px;background:#f8fafc}.crx-info-empty strong{display:block;color:#0f172a;font-size:18px;font-weight:950}.crx-info-empty p{margin:8px 0 0;color:#64748b;font-size:14px;line-height:1.6;font-weight:750}@media(max-width:720px){.crx-drawer{width:100%}.crx-drawer-grid{grid-template-columns:1fr}.crx-drawer-field.full,.crx-drawer-check.full{grid-column:1}.crx-drawer-footer{flex-direction:column-reverse}.crx-drawer-footer .crx-btn{width:100%}.crx-more-menu{right:auto;left:0;width:100%}}.crx-task-backdrop{position:fixed;inset:0;z-index:99999;display:grid;place-items:center;padding:22px;background:#0f172a9e;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.crx-task-modal{width:min(760px,100%);max-height:calc(100vh - 44px);display:flex;flex-direction:column;border:1px solid rgba(226,232,240,.95);border-radius:30px;background:radial-gradient(circle at top right,rgba(37,99,235,.13),transparent 34%),#fff;box-shadow:0 34px 110px #0f172a70;overflow:hidden}.crx-task-head{display:flex;justify-content:space-between;gap:18px;padding:26px 28px;border-bottom:1px solid #e2e8f0;background:linear-gradient(180deg,#fff,#f8fbff)}.crx-task-head span{display:inline-flex;align-items:center;gap:8px;color:#64748b;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.crx-task-head span:before{content:"";width:9px;height:9px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 6px #22c55e24}.crx-task-head h3{margin:10px 0 0;color:#0f172a;font-size:38px;line-height:.95;font-weight:950;letter-spacing:-.06em}.crx-task-head p{margin:10px 0 0;color:#64748b;font-size:14px;line-height:1.55;font-weight:750}.crx-task-close{width:44px;height:44px;flex:0 0 auto;border:1px solid #dbe3ef;border-radius:16px;background:#fff;color:#0f172a;font-size:20px;cursor:pointer}.crx-task-body{padding:26px 28px;overflow-y:auto}.crx-task-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.crx-task-field{display:grid;gap:8px}.crx-task-field.full,.crx-task-check.full{grid-column:1 / -1}.crx-task-field span,.crx-task-check span{color:#334155;font-size:13px;font-weight:950}.crx-task-field input,.crx-task-field select,.crx-task-field textarea{width:100%;min-height:52px;border:1px solid #dbe4f0;border-radius:18px;background:#fff;color:#0f172a;padding:0 15px;outline:none;font-size:14px;font-weight:800}.crx-task-field input:disabled{background:#f8fafc;color:#64748b}.crx-task-field textarea{min-height:140px;padding-top:14px;resize:vertical;line-height:1.5}.crx-task-field input:focus,.crx-task-field select:focus,.crx-task-field textarea:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.crx-task-check{min-height:52px;display:flex;align-items:center;gap:10px;padding:0 15px;border:1px solid #dbe4f0;border-radius:18px;background:#f8fafc}.crx-task-footer{display:flex;justify-content:flex-end;gap:10px;padding:20px 28px;border-top:1px solid #e2e8f0;background:#fff}.crx-act-description{margin-top:10px;padding:10px 12px;border-radius:14px;background:#f8fafc;color:#475569;font-size:12px;line-height:1.5;font-weight:750}body.crx-contact-modal-polish .sf-modal{background:#0f172a94!important;-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important;padding:24px!important}body.crx-contact-modal-polish .sf-modal-card,body.crx-contact-modal-polish .sf-composer,body.crx-contact-modal-polish .sf-modal [class*=modal-card],body.crx-contact-modal-polish .sf-modal [class*=composer]{width:min(1080px,calc(100vw - 48px))!important;max-height:calc(100vh - 48px)!important;border-radius:30px!important;border:1px solid rgba(226,232,240,.95)!important;background:radial-gradient(circle at top right,rgba(37,99,235,.1),transparent 34%),#fff!important;box-shadow:0 34px 110px #0f172a70!important;overflow:hidden!important}body.crx-contact-modal-polish .sf-modal-header,body.crx-contact-modal-polish .sf-composer-head,body.crx-contact-modal-polish .sf-modal [class*=modal-head],body.crx-contact-modal-polish .sf-modal [class*=header]{min-height:86px!important;padding:22px 26px!important;border-bottom:1px solid #e2e8f0!important;background:linear-gradient(180deg,#fff,#f8fbff)!important}body.crx-contact-modal-polish .sf-modal h1,body.crx-contact-modal-polish .sf-modal h2,body.crx-contact-modal-polish .sf-modal h3,body.crx-contact-modal-polish .sf-modal [class*=title]{color:#0f172a!important;opacity:1!important;font-size:clamp(26px,2.4vw,38px)!important;line-height:1!important;font-weight:950!important;letter-spacing:-.055em!important}body.crx-contact-modal-polish .sf-modal-body,body.crx-contact-modal-polish .sf-composer-body,body.crx-contact-modal-polish .sf-modal form,body.crx-contact-modal-polish .sf-modal [class*=body]{background:#fff!important}body.crx-contact-modal-polish .sf-modal label,body.crx-contact-modal-polish .sf-modal .label,body.crx-contact-modal-polish .sf-modal [class*=label]{color:#334155!important;opacity:1!important;font-size:13px!important;font-weight:950!important}body.crx-contact-modal-polish .sf-modal label:first-letter{color:#ef4444!important}body.crx-contact-modal-polish .sf-modal input,body.crx-contact-modal-polish .sf-modal select,body.crx-contact-modal-polish .sf-modal textarea{width:100%!important;min-height:54px!important;border:1px solid #dbe4f0!important;border-radius:18px!important;background:#fff!important;color:#0f172a!important;opacity:1!important;padding:0 16px!important;outline:none!important;font-size:15px!important;font-weight:850!important;box-shadow:0 10px 24px #0f172a09!important}body.crx-contact-modal-polish .sf-modal input::placeholder,body.crx-contact-modal-polish .sf-modal textarea::placeholder{color:#94a3b8!important;opacity:1!important}body.crx-contact-modal-polish .sf-modal textarea{min-height:190px!important;padding-top:16px!important;resize:vertical!important;line-height:1.55!important}body.crx-contact-modal-polish .sf-modal input:focus,body.crx-contact-modal-polish .sf-modal select:focus,body.crx-contact-modal-polish .sf-modal textarea:focus{border-color:#2563eb!important;box-shadow:0 0 0 4px #2563eb21,0 16px 34px #0f172a14!important}body.crx-contact-modal-polish .sf-modal input:disabled,body.crx-contact-modal-polish .sf-modal button:disabled{background:#f8fafc!important;color:#64748b!important;opacity:1!important}body.crx-contact-modal-polish .sf-modal-footer,body.crx-contact-modal-polish .sf-composer-footer,body.crx-contact-modal-polish .sf-modal [class*=footer]{min-height:78px!important;padding:18px 26px!important;border-top:1px solid #e2e8f0!important;background:#fff!important}body.crx-contact-modal-polish .sf-modal button{font-weight:900!important}body.crx-contact-modal-polish .sf-modal button[type=submit],body.crx-contact-modal-polish .sf-modal .primary,body.crx-contact-modal-polish .sf-modal [class*=primary]{border-color:transparent!important;background:linear-gradient(135deg,#2563eb,#1d4ed8)!important;color:#fff!important;box-shadow:0 16px 36px #2563eb47!important}body.crx-contact-modal-polish .sf-modal [class*=close],body.crx-contact-modal-polish .sf-modal [class*=min],body.crx-contact-modal-polish .sf-modal [class*=max]{border:1px solid #dbe4f0!important;background:#fff!important;color:#0f172a!important;border-radius:14px!important}body.crx-contact-modal-polish .sf-modal[data-modal=opportunity],body.crx-contact-modal-polish .sf-modal[data-modal=opportunity] *{color-scheme:light!important}body.crx-contact-modal-polish .sf-modal[data-modal=opportunity] .sf-modal-card,body.crx-contact-modal-polish .sf-modal[data-modal=opportunity] [class*=modal-card]{background:radial-gradient(circle at top right,rgba(37,99,235,.1),transparent 34%),#fff!important;color:#0f172a!important}body.crx-contact-modal-polish .sf-modal[data-modal=opportunity] form,body.crx-contact-modal-polish .sf-modal[data-modal=opportunity] .sf-modal-body,body.crx-contact-modal-polish .sf-modal[data-modal=opportunity] [class*=body]{background:#fff!important;color:#0f172a!important}body.crx-contact-modal-polish .sf-modal[data-modal=opportunity] label{color:#334155!important;opacity:1!important}body.crx-contact-modal-polish .sf-modal[data-modal=opportunity] input,body.crx-contact-modal-polish .sf-modal[data-modal=opportunity] select,body.crx-contact-modal-polish .sf-modal[data-modal=opportunity] textarea{background:#fff!important;color:#0f172a!important;-webkit-text-fill-color:#0f172a!important}@media(max-width:720px){body.crx-contact-modal-polish .sf-modal{align-items:flex-start!important;padding:10px!important;overflow-y:auto!important}body.crx-contact-modal-polish .sf-modal-card,body.crx-contact-modal-polish .sf-composer,body.crx-contact-modal-polish .sf-modal [class*=modal-card],body.crx-contact-modal-polish .sf-modal [class*=composer]{width:100%!important;max-height:none!important;border-radius:24px!important}body.crx-contact-modal-polish .sf-modal input,body.crx-contact-modal-polish .sf-modal select,body.crx-contact-modal-polish .sf-modal textarea{font-size:16px!important}}.crx-act-group-head{width:100%;min-height:44px;display:grid;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:8px;border:0;border-radius:14px;background:transparent;color:#64748b;padding:0 4px;text-align:left;cursor:pointer}.crx-act-group-head:hover{background:#2563eb0f}.crx-act-group-head strong{color:#64748b;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.07em}.crx-act-group-head small{min-height:28px;display:inline-flex;align-items:center;padding:0 10px;border-radius:999px;background:#f1f5f9;color:#64748b;font-size:11px;font-weight:950;white-space:nowrap}.crx-act-chevron{width:22px;height:22px;display:grid;place-items:center;color:#0f172a;font-size:13px;transition:transform .18s ease}.crx-act-group-body{display:grid;gap:10px}.crx-act-group.collapsed .crx-act-group-body{display:none}.crx-act-group.collapsed .crx-act-chevron{transform:rotate(-90deg)}.crx-act-group.collapsed{padding-bottom:0}.crx-act-group.is-past{margin-top:14px}.diw-pro-page,.diw-pro-page *{box-sizing:border-box}.diw-pro-page{width:100%;min-height:100vh;padding:28px 32px 90px;color:#0f172a;background:radial-gradient(circle at top left,rgba(37,99,235,.1),transparent 34%),radial-gradient(circle at top right,rgba(16,185,129,.09),transparent 30%),linear-gradient(180deg,#f8fbff,#f3f6fb)}.diw-pro-hero,.diw-pro-progress,.diw-pro-context,.diw-pro-shell,.diw-pro-footer,.diw-pro-alert{width:min(1440px,100%);margin-left:auto;margin-right:auto}.diw-pro-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:28px;margin-bottom:22px;padding:38px 44px;border:1px solid rgba(226,232,240,.95);border-radius:34px;background:radial-gradient(circle at top right,rgba(37,99,235,.13),transparent 35%),#fff;box-shadow:0 24px 70px #0f172a17}.diw-pro-eyebrow{display:inline-flex;align-items:center;gap:9px;margin-bottom:14px;color:#64748b;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.diw-pro-eyebrow span{width:9px;height:9px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 6px #22c55e24}.diw-pro-hero h1{margin:0;color:#0f172a;font-size:clamp(46px,4.4vw,76px);line-height:.96;letter-spacing:-.07em;font-weight:950}.diw-pro-hero p{max-width:860px;margin:18px 0 0;color:#64748b;font-size:16px;line-height:1.65;font-weight:750}.diw-pro-hero-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.diw-pro-btn{appearance:none;min-height:46px;display:inline-flex;align-items:center;justify-content:center;padding:0 20px;border-radius:999px;border:1px solid #dbe3ef;background:#fff;color:#0f172a;font-size:13px;font-weight:900;cursor:pointer;text-decoration:none;white-space:nowrap;box-shadow:0 10px 22px #0f172a0f;transition:.16s ease}.diw-pro-btn:hover:not(:disabled){transform:translateY(-1px);border-color:#93c5fd;box-shadow:0 16px 32px #0f172a1c}.diw-pro-btn:disabled{opacity:.6;cursor:not-allowed}.diw-pro-btn.primary{border-color:transparent;color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 16px 36px #2563eb47}.diw-pro-btn.light{background:#fff}.diw-pro-btn.small{min-height:40px;padding:0 14px;font-size:12px}.diw-pro-progress{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:18px}.diw-pro-step{display:grid;grid-template-columns:46px minmax(0,1fr);gap:12px;align-items:center;min-height:78px;padding:14px;border:1px solid #e2e8f0;border-radius:24px;background:#fff;box-shadow:0 18px 42px #0f172a11}.diw-pro-step.active{border-color:#bfdbfe;background:radial-gradient(circle at top right,rgba(37,99,235,.12),transparent 34%),#fff}.diw-pro-step.done{border-color:#bbf7d0}.diw-pro-step-circle{width:46px;height:46px;display:grid;place-items:center;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:14px;font-weight:950}.diw-pro-step.done .diw-pro-step-circle{background:#ecfdf5;color:#047857}.diw-pro-step strong{display:block;color:#0f172a;font-size:15px;font-weight:950}.diw-pro-step span{display:block;margin-top:4px;color:#64748b;font-size:12px;font-weight:750}.diw-pro-context{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}.diw-pro-context article{min-width:0;padding:16px;border:1px solid #e2e8f0;border-radius:22px;background:#fff;box-shadow:0 16px 38px #0f172a0e}.diw-pro-context span{display:block;color:#64748b;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.07em}.diw-pro-context strong{display:block;margin-top:7px;color:#0f172a;font-size:14px;font-weight:950;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.diw-pro-alert{margin-bottom:18px;padding:16px 18px;border-radius:22px;font-size:14px;font-weight:750}.diw-pro-alert strong{display:block;margin-bottom:8px;font-weight:950}.diw-pro-alert ul{margin:0;padding-left:20px}.diw-pro-alert.error{border:1px solid #fecaca;background:#fef2f2;color:#991b1b}.diw-pro-alert.warning{border:1px solid #fed7aa;background:#fff7ed;color:#9a3412}.diw-pro-alert.success{border:1px solid #bbf7d0;background:#ecfdf5;color:#047857}.diw-pro-alert.inline{width:100%;margin:18px 0 0}.diw-pro-shell{display:grid;grid-template-columns:320px minmax(0,1fr);gap:22px;align-items:start}.diw-pro-side{display:grid;gap:16px;position:sticky;top:18px}.diw-pro-side-card,.diw-pro-card{border:1px solid #e2e8f0;background:#fffffff5;box-shadow:0 24px 70px #0f172a16}.diw-pro-side-card{padding:20px;border-radius:28px}.diw-pro-side-card h3{margin:0 0 14px;color:#0f172a;font-size:18px;font-weight:950;letter-spacing:-.035em}.diw-pro-side-card.dark{background:radial-gradient(circle at top right,rgba(37,99,235,.18),transparent 36%),linear-gradient(135deg,#0f172a,#111827);color:#fff}.diw-pro-side-card.dark>span{width:56px;height:56px;display:grid;place-items:center;border-radius:20px;background:#ffffff1a;font-size:26px;margin-bottom:14px}.diw-pro-side-card.dark strong{display:block;color:#fff;font-size:20px;font-weight:950}.diw-pro-side-card.dark p{margin:10px 0 0;color:#e2e8f0c7;font-size:13px;line-height:1.55;font-weight:750}.diw-pro-check{display:grid;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid #eef2f7}.diw-pro-check:last-child{border-bottom:0}.diw-pro-check span{width:30px;height:30px;display:grid;place-items:center;border-radius:999px;background:#f1f5f9;color:#64748b;font-size:13px;font-weight:950}.diw-pro-check.done span{background:#ecfdf5;color:#047857}.diw-pro-check strong{color:#334155;font-size:13px;font-weight:850}.diw-pro-card{min-width:0;border-radius:30px;overflow:hidden}.diw-pro-step-body{padding:26px}.diw-pro-section-head{display:flex;align-items:start;justify-content:space-between;gap:18px;margin-bottom:20px}.diw-pro-section-head h2{margin:0;color:#0f172a;font-size:clamp(28px,3vw,42px);line-height:1;font-weight:950;letter-spacing:-.055em}.diw-pro-section-head p{margin:10px 0 0;color:#64748b;font-size:14px;line-height:1.55;font-weight:750}.diw-pro-grid{display:grid;gap:16px}.diw-pro-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.diw-pro-panel{min-width:0;padding:18px;border:1px solid #e2e8f0;border-radius:24px;background:#fff}.diw-pro-panel h3{margin:0 0 14px;color:#0f172a;font-size:17px;font-weight:950;letter-spacing:-.025em}.diw-pro-options{display:grid;gap:10px}.diw-pro-option{width:100%;min-height:74px;display:grid;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:12px;padding:12px;border:1px solid #e2e8f0;border-radius:18px;background:#fff;color:#0f172a;text-align:left;cursor:pointer;transition:.16s ease}.diw-pro-option:hover,.diw-pro-option.selected{border-color:#93c5fd;background:#eff6ff}.diw-pro-option.disabled{opacity:.68}.diw-pro-option>span{width:44px;height:44px;display:grid;place-items:center;border-radius:16px;background:#f8fafc;font-size:22px}.diw-pro-option strong{display:block;color:#0f172a;font-size:14px;font-weight:950}.diw-pro-option small{display:block;margin-top:4px;color:#64748b;font-size:12px;line-height:1.35;font-weight:750}.diw-pro-upload{min-height:210px;display:grid;place-items:center;align-content:center;gap:10px;padding:22px;border:1.5px dashed #bfdbfe;border-radius:24px;background:radial-gradient(circle at top right,rgba(37,99,235,.1),transparent 34%),#f8fbff;cursor:pointer;text-align:center;transition:.16s ease}.diw-pro-upload.dragging,.diw-pro-upload:hover{border-color:#2563eb;background:#eff6ff}.diw-pro-upload input{display:none}.diw-pro-upload>span{width:58px;height:58px;display:grid;place-items:center;border-radius:22px;background:#fff;font-size:26px;box-shadow:0 12px 28px #0f172a0f}.diw-pro-upload strong{color:#0f172a;font-size:15px;font-weight:950;overflow-wrap:anywhere}.diw-pro-upload small{color:#64748b;font-size:12px;font-weight:750}.diw-pro-required{margin-top:14px;padding:14px;border-radius:18px;background:#f8fafc;border:1px solid #eef2f7}.diw-pro-required>span{display:block;margin-bottom:8px;color:#64748b;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.07em}.diw-pro-required div,.diw-pro-sample div:last-child{display:flex;flex-wrap:wrap;gap:7px}.diw-pro-required code,.diw-pro-sample code{min-height:28px;display:inline-flex;align-items:center;padding:0 9px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:11px;font-weight:950}.diw-pro-sample{display:grid;grid-template-columns:minmax(240px,.35fr) minmax(0,1fr);gap:18px;align-items:center;margin-top:16px;padding:18px;border:1px solid #e2e8f0;border-radius:24px;background:#fff}.diw-pro-sample h3{margin:0;color:#0f172a;font-size:17px;font-weight:950}.diw-pro-sample p{margin:6px 0 0;color:#64748b;font-size:13px;font-weight:750}.diw-pro-map-score{min-width:130px;padding:14px;border:1px solid #dbeafe;border-radius:20px;background:#eff6ff;text-align:center}.diw-pro-map-score strong{display:block;color:#1d4ed8;font-size:28px;font-weight:950}.diw-pro-map-score span{display:block;margin-top:4px;color:#475569;font-size:12px;font-weight:850}.diw-pro-map-tools{display:grid;grid-template-columns:auto auto minmax(220px,1fr);gap:10px;margin-bottom:16px}.diw-pro-map-tools input{width:100%;min-height:42px;border:1px solid #dbe4f0;border-radius:999px;padding:0 14px;color:#0f172a;font-size:13px;font-weight:800;outline:none}.diw-pro-map-tools input:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.diw-pro-map-table{overflow:hidden;border:1px solid #e2e8f0;border-radius:24px}.diw-pro-map-head,.diw-pro-map-row{display:grid;grid-template-columns:minmax(220px,.9fr) minmax(280px,1fr) 140px;gap:14px;align-items:center}.diw-pro-map-head{padding:14px 16px;background:#f8fafc;border-bottom:1px solid #e2e8f0;color:#64748b;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.06em}.diw-pro-map-row{padding:14px 16px;background:#fff;border-bottom:1px solid #eef2f7}.diw-pro-map-row:last-child{border-bottom:0}.diw-pro-map-row.required{background:linear-gradient(90deg,#eff6ffb8,#fff 22%)}.diw-pro-map-row strong{display:block;color:#0f172a;font-size:14px;font-weight:950}.diw-pro-map-row small{display:block;margin-top:4px;color:#64748b;font-size:11px;font-weight:750}.diw-pro-map-row select{width:100%;min-height:44px;border:1px solid #dbe4f0;border-radius:16px;padding:0 12px;background:#fff;color:#0f172a;font-size:13px;font-weight:800;outline:none}.diw-pro-map-row select:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.diw-pro-badge{min-height:28px;display:inline-flex;align-items:center;padding:0 10px;border-radius:999px;font-size:11px;font-weight:950}.diw-pro-badge.required{background:#eff6ff;color:#1d4ed8}.diw-pro-badge.optional{background:#f8fafc;color:#64748b}.diw-pro-preview{margin-top:18px;border:1px solid #e2e8f0;border-radius:24px;background:#fff;overflow:hidden}.diw-pro-preview-head{padding:18px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.diw-pro-preview-head h3{margin:0;color:#0f172a;font-size:18px;font-weight:950}.diw-pro-preview-head p{margin:6px 0 0;color:#64748b;font-size:13px;font-weight:750}.diw-pro-preview-wrap{overflow-x:auto}.diw-pro-preview-table{width:100%;min-width:900px;border-collapse:collapse}.diw-pro-preview-table th,.diw-pro-preview-table td{padding:13px 14px;border-bottom:1px solid #eef2f7;text-align:left;font-size:13px;white-space:nowrap}.diw-pro-preview-table th{background:#fff;color:#64748b;font-weight:950;text-transform:uppercase;letter-spacing:.055em}.diw-pro-preview-table td{color:#334155;font-weight:750}.diw-pro-review-grid,.diw-pro-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.diw-pro-review-grid article,.diw-pro-summary-grid article{min-width:0;padding:18px;border:1px solid #e2e8f0;border-radius:22px;background:#fff}.diw-pro-review-grid span,.diw-pro-summary-grid span{display:block;color:#64748b;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.07em}.diw-pro-review-grid strong,.diw-pro-summary-grid strong{display:block;margin-top:8px;color:#0f172a;font-size:22px;font-weight:950;overflow-wrap:anywhere}.diw-pro-summary-grid article.success strong{color:#047857}.diw-pro-summary-grid article.danger strong{color:#b91c1c}.diw-pro-confirm{margin-top:18px;padding:22px;border:1px solid #dbeafe;border-radius:24px;background:radial-gradient(circle at top right,rgba(37,99,235,.14),transparent 36%),#fff}.diw-pro-confirm strong{display:block;color:#0f172a;font-size:18px;font-weight:950}.diw-pro-confirm p{max-width:760px;margin:8px 0 0;color:#64748b;line-height:1.6;font-size:14px;font-weight:750}.diw-pro-complete{text-align:center;padding:18px 0 28px}.diw-pro-complete-icon{width:72px;height:72px;display:grid;place-items:center;margin:0 auto 16px;border-radius:999px;background:#ecfdf5;color:#047857;font-size:34px;font-weight:950}.diw-pro-complete h2{margin:0;color:#0f172a;font-size:42px;line-height:1;letter-spacing:-.055em;font-weight:950}.diw-pro-complete p{margin:10px 0 0;color:#64748b;font-size:15px;font-weight:750}.diw-pro-empty{display:grid;place-items:center;text-align:center;padding:70px 22px}.diw-pro-empty.compact{padding:34px 22px}.diw-pro-empty div{font-size:42px;margin-bottom:12px}.diw-pro-empty h3{margin:0;color:#0f172a;font-size:26px;font-weight:950;letter-spacing:-.04em}.diw-pro-empty p{max-width:520px;margin:10px 0 0;color:#64748b;font-size:14px;line-height:1.55;font-weight:750}.diw-pro-footer{position:sticky;bottom:18px;z-index:20;display:flex;justify-content:space-between;gap:16px;margin-top:22px;padding:16px;border:1px solid #e2e8f0;border-radius:26px;background:#ffffffeb;box-shadow:0 24px 70px #0f172a24;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.diw-pro-footer>div{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}@media(max-width:1180px){.diw-pro-hero,.diw-pro-shell{grid-template-columns:1fr}.diw-pro-side{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}.diw-pro-grid.three{grid-template-columns:1fr}.diw-pro-context{grid-template-columns:repeat(2,minmax(0,1fr))}.diw-pro-map-head,.diw-pro-map-row{grid-template-columns:minmax(180px,.75fr) minmax(220px,1fr) 120px}}@media(max-width:760px){.diw-pro-page{padding:16px 12px 100px}.diw-pro-hero{padding:22px;border-radius:24px}.diw-pro-hero h1{font-size:38px;letter-spacing:-.055em}.diw-pro-hero-actions,.diw-pro-progress,.diw-pro-context,.diw-pro-side,.diw-pro-review-grid,.diw-pro-summary-grid,.diw-pro-sample,.diw-pro-map-tools{grid-template-columns:1fr}.diw-pro-hero-actions .diw-pro-btn,.diw-pro-footer .diw-pro-btn{width:100%}.diw-pro-card,.diw-pro-side-card,.diw-pro-footer{border-radius:22px}.diw-pro-step-body{padding:18px}.diw-pro-section-head{display:block}.diw-pro-map-score{margin-top:14px}.diw-pro-map-head{display:none}.diw-pro-map-row{grid-template-columns:1fr;gap:10px}.diw-pro-footer{position:static;flex-direction:column}.diw-pro-footer>div{width:100%;flex-direction:column}}.leads-page{width:100%;min-height:100%;padding:28px 32px 60px;background:radial-gradient(circle at top left,rgba(37,99,235,.08),transparent 34%),#f6f8fc;color:#0f172a;box-sizing:border-box;overflow-x:hidden}.leads-hero{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:22px}.leads-eyebrow{color:#64748b;font-size:13px;font-weight:850;letter-spacing:.04em;text-transform:uppercase;margin-bottom:10px}.leads-hero h1{margin:0;font-size:clamp(34px,4vw,54px);line-height:.95;font-weight:950;color:#0f172a;letter-spacing:-.055em}.leads-hero p{margin:14px 0 0;max-width:720px;color:#64748b;font-size:16px;line-height:1.55;font-weight:650}.leads-hero-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.leads-page .sf-btn{appearance:none;border:1px solid transparent;border-radius:999px;min-height:38px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:900;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease,background .15s ease}.leads-page .sf-btn:hover:not(:disabled){transform:translateY(-1px)}.leads-page .sf-btn:disabled{opacity:.5;cursor:not-allowed}.leads-page .sf-btn.primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 14px 30px #2563eb47}.leads-page .sf-btn.secondary,.leads-page .sf-btn.ghost{background:#fff;color:#0f172a;border-color:#dbe3ef;box-shadow:0 8px 18px #0f172a0f}.leads-page .sf-btn.secondary:hover:not(:disabled),.leads-page .sf-btn.ghost:hover:not(:disabled){border-color:#93c5fd;box-shadow:0 14px 28px #0f172a1a}.leads-metrics{display:grid;grid-template-columns:repeat(5,minmax(140px,1fr));gap:14px;margin-bottom:18px}.leads-metric-card{background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:18px 20px;box-shadow:0 16px 38px #0f172a0f}.leads-metric-card span{display:block;color:#64748b;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px}.leads-metric-card strong{display:block;color:#0f172a;font-size:30px;line-height:1;font-weight:950}.leads-toolbar{display:grid;grid-template-columns:minmax(260px,1fr) 170px 170px 170px 140px;gap:12px;margin-bottom:18px}.leads-search{min-height:44px;display:flex;align-items:center;gap:10px;padding:0 14px;background:#fff;border:1px solid #dbe3ef;border-radius:16px;box-shadow:0 12px 28px #0f172a0d}.leads-search span{font-size:16px;color:#64748b}.leads-search input{width:100%;height:100%;border:0;outline:0;background:transparent;color:#0f172a;font-size:14px;font-weight:700}.leads-search input::placeholder{color:#94a3b8}.leads-filter{min-height:44px;padding:0 14px;border-radius:16px;border:1px solid #dbe3ef;background:#fff;color:#0f172a;font-size:13px;font-weight:800;outline:none;box-shadow:0 12px 28px #0f172a0d}.leads-list-card{background:#fff;border:1px solid #e2e8f0;border-radius:26px;overflow:hidden;box-shadow:0 22px 55px #0f172a14}.leads-list-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px 24px;border-bottom:1px solid #e2e8f0;background:linear-gradient(180deg,#f8fafce6,#fff)}.leads-list-head h2{margin:0;color:#0f172a;font-size:22px;line-height:1.1;font-weight:950;letter-spacing:-.025em}.leads-list-head p{margin:6px 0 0;color:#64748b;font-size:13px;font-weight:800}.leads-bulk-actions{display:flex;align-items:center;gap:10px;color:#475569;font-size:13px;font-weight:850}.leads-table-wrap{width:100%;overflow-x:auto}.leads-page .sf-table{width:100%;min-width:1120px;border-collapse:separate;border-spacing:0;background:#fff;color:#0f172a}.leads-page .sf-table thead th{position:sticky;top:0;z-index:2;background:#f8fafc;color:#64748b;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.055em;text-align:left;padding:14px 16px;border-bottom:1px solid #e2e8f0;white-space:nowrap}.leads-page .sf-table tbody td{padding:16px;border-bottom:1px solid #eef2f7;color:#334155;font-size:14px;font-weight:700;vertical-align:middle}.leads-page .sf-table tbody tr{transition:background .14s ease}.leads-page .sf-table tbody tr:hover{background:#f8fbff}.leads-page .sf-table input[type=checkbox]{width:16px;height:16px;accent-color:#2563eb}.lead-name-link,.leads-page .sf-link{color:#0b66d8;font-weight:950;text-decoration:none;overflow-wrap:anywhere}.lead-name-link:hover,.leads-page .sf-link:hover{text-decoration:underline}.lead-sub{margin-top:4px;color:#64748b;font-size:12px;font-weight:700}.sf-badge.lead-status{display:inline-flex;align-items:center;min-height:26px;padding:0 10px;border-radius:999px;background:#eef6ff;color:#1d4ed8;font-size:12px;font-weight:900;white-space:nowrap}.sf-badge.status-new{background:#eff6ff;color:#1d4ed8}.sf-badge.status-working,.sf-badge.status-in-progress{background:#fff7ed;color:#c2410c}.sf-badge.status-qualified{background:#ecfdf5;color:#047857}.sf-badge.status-converted{background:#f0fdf4;color:#166534}.sf-badge.status-lost,.sf-badge.status-disqualified{background:#fef2f2;color:#b91c1c}.leads-sort-btn{appearance:none;border:0;background:transparent;color:inherit;display:inline-flex;align-items:center;gap:6px;padding:0;font:inherit;cursor:pointer}.leads-sort-btn.active{color:#1d4ed8}.leads-sort-btn span{font-size:10px}.leads-page .sf-iconbtn{width:34px;height:34px;border:1px solid #dbe3ef;border-radius:12px;background:#fff;color:#0f172a;cursor:pointer;box-shadow:0 8px 20px #0f172a0f}.leads-page .sf-iconbtn:hover{border-color:#93c5fd;background:#eff6ff}.leads-empty{display:grid;place-items:center;gap:8px;color:#64748b}.leads-empty-icon{font-size:30px}.leads-empty h3{margin:0;color:#0f172a;font-size:18px;font-weight:950}.leads-empty p{margin:0;color:#64748b;font-size:14px;font-weight:750}.leads-pagination{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:16px 24px;background:#fff}.leads-pagination span{color:#475569;font-size:13px;font-weight:850}.leads-loading{min-height:320px;display:grid;place-items:center;gap:12px;color:#64748b;font-size:15px;font-weight:850}.leads-spinner{width:34px;height:34px;border:4px solid #dbeafe;border-top-color:#2563eb;border-radius:999px;animation:leads-spin .9s linear infinite}@keyframes leads-spin{to{transform:rotate(360deg)}}.leads-error-card{max-width:520px;margin:80px auto;padding:34px;border-radius:28px;background:#fff;border:1px solid #fee2e2;box-shadow:0 24px 60px #0f172a1f;text-align:center}.leads-error-icon{font-size:38px;margin-bottom:12px}.leads-error-card h2{margin:0;color:#0f172a;font-size:24px;font-weight:950}.leads-error-card p{color:#64748b;font-weight:750}@media(max-width:1200px){.leads-hero{align-items:flex-start;flex-direction:column}.leads-hero-actions{justify-content:flex-start}.leads-metrics{grid-template-columns:repeat(3,minmax(150px,1fr))}.leads-toolbar{grid-template-columns:1fr 1fr}}@media(max-width:760px){.leads-page{padding:18px 14px 90px}.leads-hero h1{font-size:38px}.leads-hero-actions{width:100%}.leads-hero-actions .sf-btn{flex:1 1 calc(50% - 8px)}.leads-metrics,.leads-toolbar{grid-template-columns:1fr}.leads-list-head{align-items:flex-start;flex-direction:column}.leads-bulk-actions{width:100%;justify-content:space-between;flex-wrap:wrap}.leads-pagination{justify-content:space-between}}@media(max-width:520px){.leads-hero-actions .sf-btn{flex:1 1 100%}.leads-list-head{padding:18px}.leads-pagination{flex-direction:column;align-items:stretch}.leads-pagination .sf-btn{width:100%}}.sf-leadrec{width:100%;min-height:100%;padding:26px 32px 70px;box-sizing:border-box;overflow-x:hidden;background:radial-gradient(circle at top left,rgba(37,99,235,.08),transparent 34%),linear-gradient(180deg,#f8fbff,#f5f7fb);color:#0f172a}.sf-leadrec .sf-rec-hdr{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:22px;margin-bottom:16px;border:1px solid rgba(226,232,240,.95);border-radius:30px;background:radial-gradient(circle at top right,rgba(37,99,235,.15),transparent 34%),#fff;box-shadow:0 24px 70px #0f172a17}.sf-leadrec .sf-rec-hdr-left{display:flex;align-items:center;gap:16px;min-width:0}.sf-leadrec .sf-rec-icon{width:58px;height:58px;display:grid;place-items:center;flex:0 0 auto;border-radius:20px;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #bfdbfe;font-size:28px;box-shadow:0 16px 34px #2563eb24}.sf-leadrec .sf-rec-obj{color:#64748b;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.sf-leadrec .sf-rec-name{margin-top:2px;color:#0f172a;font-size:clamp(28px,3vw,44px);line-height:1;font-weight:950;letter-spacing:-.055em;overflow-wrap:anywhere}.sf-leadrec .sf-rec-hdr-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px}.sf-leadrec .sf-btn{appearance:none;min-height:38px;padding:0 16px;border:1px solid #dbe3ef;border-radius:999px;background:#fff;color:#0f172a;font-size:13px;font-weight:900;cursor:pointer;box-shadow:0 10px 22px #0f172a0f;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,background .16s ease}.sf-leadrec .sf-btn:hover:not(:disabled){transform:translateY(-1px);border-color:#93c5fd;box-shadow:0 16px 32px #0f172a1c}.sf-leadrec .sf-btn.primary{border-color:transparent;color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 16px 36px #2563eb47}.sf-leadrec .sf-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.sf-path-shell{margin-bottom:18px;padding:18px;border:1px solid #dbeafe;border-radius:28px;background:radial-gradient(circle at top right,rgba(37,99,235,.12),transparent 30%),#fff;box-shadow:0 22px 55px #0f172a14}.sf-path-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.sf-path-eyebrow{color:#64748b;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.sf-path-title{display:flex;align-items:center;gap:10px;margin-top:4px;color:#0f172a;font-size:20px;font-weight:950;letter-spacing:-.025em}.sf-path-success{display:inline-flex;align-items:center;min-height:24px;padding:0 10px;border-radius:999px;background:#ecfdf5;color:#047857;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.05em}.sf-path-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.sf-path-secondary{background:#f8fafc!important}.sf-pathbar{width:100%}.sf-pathtrack{display:grid;grid-template-columns:repeat(5,minmax(120px,1fr));gap:0;width:100%;overflow:hidden;border-radius:18px;border:1px solid #cbd5e1;background:#e2e8f0}.sf-pathitem{position:relative;min-height:46px;padding:0 20px 0 26px;border:0;background:#e5e7eb;color:#334155;font-size:13px;font-weight:950;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;clip-path:polygon(0 0,calc(100% - 18px) 0,100% 50%,calc(100% - 18px) 100%,0 100%,18px 50%);margin-left:-13px;transition:background .18s ease,color .18s ease,transform .18s ease}.sf-pathitem:first-child{margin-left:0;clip-path:polygon(0 0,calc(100% - 18px) 0,100% 50%,calc(100% - 18px) 100%,0 100%)}.sf-pathitem:last-child{clip-path:polygon(0 0,100% 0,100% 100%,0 100%,18px 50%)}.sf-pathitem:hover{transform:translateY(-1px);z-index:2}.sf-pathitem.is-done{background:linear-gradient(135deg,#16a34a,#15803d);color:#fff}.sf-pathitem.is-active{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;z-index:3;box-shadow:inset 0 0 0 2px #ffffff38}.sf-pathitem.is-next{background:#e2e8f0;color:#475569}.sf-path-index{width:22px;height:22px;display:grid;place-items:center;flex:0 0 auto;border-radius:999px;background:#ffffff47;font-size:11px;font-weight:950}.sf-pathitem.is-next .sf-path-index{background:#fff;color:#64748b}.sf-pathlabel{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sf-path-guidance{display:none;margin-top:16px;padding:16px;border:1px solid #dbeafe;border-radius:20px;background:linear-gradient(180deg,#eff6ffc7,#fff)}.sf-path-guidance.is-open{display:grid;grid-template-columns:minmax(220px,.85fr) minmax(260px,1fr);gap:16px}.sf-guidance-label{color:#64748b;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.sf-guidance-title{margin-top:4px;color:#0f172a;font-size:18px;font-weight:950}.sf-guidance-main p{margin:8px 0 0;color:#475569;font-size:13px;line-height:1.5;font-weight:750}.sf-guidance-checklist{display:grid;gap:8px}.sf-guidance-check{display:flex;align-items:center;gap:10px;min-height:38px;padding:8px 10px;border-radius:14px;background:#fff;border:1px solid #e2e8f0}.sf-guidance-check span{width:22px;height:22px;display:grid;place-items:center;border-radius:999px;background:#dcfce7;color:#15803d;font-size:11px;font-weight:950}.sf-guidance-check strong{color:#334155;font-size:13px;font-weight:850}.sf-leadrec .sf-rec-grid3{display:grid;grid-template-columns:minmax(330px,.9fr) minmax(460px,1.45fr) minmax(340px,.95fr);gap:18px;align-items:start}.sf-leadrec .sf-leftstack,.sf-leadrec .sf-rightstack{display:grid;gap:16px;min-width:0}.sf-leadrec .sf-card{border:1px solid #e2e8f0;border-radius:26px;background:#fff;box-shadow:0 22px 55px #0f172a13;overflow:hidden;min-width:0}.sf-leadrec .sf-card-h{display:flex;align-items:center;gap:10px;min-height:54px;padding:16px 18px;border-bottom:1px solid #edf2f7;background:linear-gradient(180deg,#fff,#fbfdff)}.sf-leadrec .sf-card-title{color:#0f172a;font-size:16px;font-weight:950}.sf-leadrec .sf-collapse{width:28px;height:28px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;color:#334155;cursor:pointer}.sf-leadrec .sf-card-b{padding:10px 18px 16px}.sf-leadrec .sf-frow{display:grid;grid-template-columns:145px minmax(0,1fr) 28px;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #eef2f7}.sf-leadrec .sf-frow:last-child{border-bottom:0}.sf-leadrec .sf-flbl{color:#64748b;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.055em}.sf-leadrec .sf-fval{min-width:0;color:#0f172a;font-size:14px;font-weight:760;overflow-wrap:anywhere;word-break:break-word}.sf-leadrec .sf-fedit{width:28px;height:28px;display:grid;place-items:center;border:1px solid #e2e8f0;border-radius:10px;background:#fff;color:#64748b;cursor:pointer;opacity:0}.sf-leadrec .sf-frow:hover .sf-fedit{opacity:1}.sf-leadrec .sf-activity-tabs{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:16px;border-bottom:1px solid #e2e8f0}.sf-leadrec .sf-pill{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 12px;border:1px solid #dbe3ef;border-radius:999px;background:#fff;color:#334155;font-size:12px;font-weight:900;cursor:pointer}.sf-leadrec .sf-pill.is-active{color:#fff;background:#2563eb;border-color:#2563eb}.sf-leadrec .sf-activity-filters{margin-left:auto;display:flex;align-items:center;gap:8px;color:#64748b;font-size:13px;font-weight:800}.sf-leadrec .sf-activity-box{padding:16px}.sf-leadrec .sf-activity-h{display:flex;align-items:center;gap:12px;padding-bottom:14px;border-bottom:1px solid #eef2f7}.sf-leadrec .sf-activity-links{margin-left:auto}.sf-leadrec .sf-activity-links a,.sf-leadrec .sf-activity-filters a{color:#2563eb;font-weight:900;text-decoration:none}.sf-leadrec .sf-activity-empty{padding:54px 16px;text-align:center}.sf-leadrec .sf-empty-title{color:#0f172a;font-size:18px;font-weight:950}.sf-leadrec .sf-empty-text,.sf-leadrec .sf-muted{color:#64748b;font-size:13px;font-weight:750}.sf-leadrec .sf-activity-composer{padding:16px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.sf-leadrec .sf-ac-card{padding:16px;border:1px solid #dbe3ef;border-radius:20px;background:#fff}.sf-leadrec .sf-ac-title{color:#0f172a;font-size:16px;font-weight:950;margin-bottom:14px}.sf-leadrec .sf-ac-row{display:grid;gap:7px;margin-bottom:12px}.sf-leadrec .sf-ac-lbl{color:#334155;font-size:13px;font-weight:900}.sf-leadrec .sf-input,.sf-leadrec .sf-textarea{width:100%;box-sizing:border-box;border:1px solid #dbe3ef;border-radius:14px;background:#fff;color:#0f172a;padding:11px 12px;font-size:14px;font-weight:750;outline:none}.sf-leadrec .sf-input:focus,.sf-leadrec .sf-textarea:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.sf-leadrec .sf-ac-actions{display:flex;justify-content:flex-end;gap:10px}.sf-leadrec .sf-timeline{display:grid;gap:16px;padding:16px 0 0}.sf-leadrec .sf-tl-day{margin:6px 0 10px;color:#64748b;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.07em}.sf-leadrec .sf-tl-item{display:grid;grid-template-columns:40px minmax(0,1fr);gap:12px;align-items:start;margin-bottom:12px}.sf-leadrec .sf-tl-ico{width:36px;height:36px;display:grid;place-items:center;border-radius:14px;background:#eff6ff;border:1px solid #bfdbfe}.sf-leadrec .sf-tl-main{padding:14px;border:1px solid #e2e8f0;border-radius:18px;background:#fff;min-width:0}.sf-leadrec .sf-tl-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.sf-leadrec .sf-tl-title{color:#0f172a;font-size:14px;font-weight:950}.sf-leadrec .sf-tl-when{color:#94a3b8;font-size:11px;font-weight:800}.sf-leadrec .sf-tl-body{margin-top:8px;color:#475569;font-size:13px;line-height:1.5}.sf-leadrec .sf-side-actions{margin-left:auto;display:flex;align-items:center;gap:8px;position:relative}.sf-leadrec .sf-ico{width:34px;height:34px;display:grid;place-items:center;border:1px solid #dbe3ef;border-radius:12px;background:#fff}.sf-leadrec .sf-dd{position:absolute;top:calc(100% + 8px);right:0;z-index:50;width:230px;padding:8px;border:1px solid #e2e8f0;border-radius:16px;background:#fff;box-shadow:0 24px 60px #0f172a2e}.sf-leadrec .sf-dd.hidden,.sf-leadrec .hidden{display:none!important}.sf-leadrec .sf-dd-item{width:100%;min-height:38px;display:flex;align-items:center;padding:0 12px;border:0;border-radius:12px;background:transparent;color:#0f172a;font-size:13px;font-weight:850;text-align:left;cursor:pointer}.sf-leadrec .sf-dd-item:hover{background:#f1f5f9}.sf-leadrec .sf-dd-sep{height:1px;margin:6px 0;background:#e2e8f0}.sf-leadrec .sf-slack{padding:24px 18px 22px;text-align:center}.sf-leadrec .sf-slack-hero{width:64px;height:64px;display:grid;place-items:center;margin:0 auto 14px;border-radius:22px;background:#eff6ff;font-size:30px}.sf-leadrec .sf-slack-title{color:#0f172a;font-size:16px;font-weight:950}.sf-leadrec .sf-slack-text{margin-top:8px;color:#64748b;font-size:13px;line-height:1.5;font-weight:700}.sf-leadrec .sf-slack-footer{margin-top:14px}.sf-leadrec .sf-slack-footer a{color:#2563eb;font-weight:900;text-decoration:none}.sf-leadrec .sf-relatedcard{padding:14px 14px 12px!important}@media(max-width:1320px){.sf-leadrec .sf-rec-grid3{grid-template-columns:360px minmax(440px,1fr)}.sf-leadrec .sf-rightstack{grid-column:1 / -1;grid-template-columns:repeat(2,minmax(0,1fr))}.sf-leadrec .sf-rightstack .sf-card:first-child{grid-column:1 / -1}}@media(max-width:1020px){.sf-leadrec{padding:22px 18px 90px}.sf-leadrec .sf-rec-hdr{align-items:flex-start;flex-direction:column}.sf-leadrec .sf-rec-hdr-actions{width:100%;justify-content:flex-start}.sf-leadrec .sf-rec-hdr-actions .sf-btn{flex:1 1 calc(50% - 8px)}.sf-path-top{align-items:flex-start;flex-direction:column}.sf-path-actions{width:100%}.sf-path-actions .sf-btn{flex:1 1 calc(50% - 8px)}.sf-pathtrack{display:flex;overflow-x:auto;border-radius:18px;scroll-snap-type:x mandatory}.sf-pathitem{min-width:180px;scroll-snap-align:start}.sf-path-guidance.is-open,.sf-leadrec .sf-rec-grid3,.sf-leadrec .sf-rightstack{grid-template-columns:1fr}}@media(max-width:640px){.sf-leadrec{padding:16px 12px 100px}.sf-leadrec .sf-rec-hdr{padding:18px;border-radius:24px}.sf-leadrec .sf-rec-hdr-left{align-items:flex-start;flex-direction:column}.sf-leadrec .sf-rec-icon{width:52px;height:52px;border-radius:18px;font-size:24px}.sf-leadrec .sf-rec-name{font-size:30px}.sf-leadrec .sf-rec-hdr-actions .sf-btn,.sf-path-actions .sf-btn{flex:1 1 100%}.sf-path-shell{padding:14px;border-radius:22px}.sf-pathitem{min-width:165px;min-height:44px;font-size:12px}.sf-leadrec .sf-frow{grid-template-columns:1fr 28px;gap:8px}.sf-leadrec .sf-flbl{grid-column:1 / -1}.sf-leadrec .sf-fedit{opacity:1}.sf-leadrec .sf-activity-filters{margin-left:0;width:100%;justify-content:space-between}.sf-leadrec .sf-pill{flex:1 1 calc(50% - 8px)}.sf-leadrec .sf-tl-top{flex-direction:column}.sf-leadrec .sf-ac-actions{flex-direction:column-reverse}.sf-leadrec .sf-ac-actions .sf-btn{width:100%}}.sf-leadrec .sf-path-shell{position:relative;z-index:20;pointer-events:auto}.sf-leadrec .sf-pathbar,.sf-leadrec .sf-pathtrack{position:relative;z-index:21;pointer-events:auto}.sf-leadrec .sf-pathitem{position:relative;z-index:22;pointer-events:auto!important;cursor:pointer!important;-webkit-user-select:none;user-select:none}.sf-leadrec .sf-pathitem *{pointer-events:none}.sf-leadrec .sf-path-actions,.sf-leadrec .sf-path-actions .sf-btn{position:relative;z-index:23;pointer-events:auto!important}.sf-leadrec .sf-pathitem:disabled,.sf-leadrec .sf-pathbtn:disabled{cursor:not-allowed!important;pointer-events:auto!important}.accounts-page{width:100%;min-height:100%;padding:28px 32px 60px;background:radial-gradient(circle at top left,rgba(59,130,246,.08),transparent 34%),#f6f8fc;color:#0f172a;box-sizing:border-box}.accounts-hero{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:22px}.accounts-eyebrow{color:#64748b;font-size:13px;font-weight:850;letter-spacing:.04em;text-transform:uppercase;margin-bottom:10px}.accounts-hero h1{margin:0;font-size:clamp(34px,4vw,54px);line-height:.95;font-weight:950;color:#0f172a;letter-spacing:-.055em}.accounts-hero p{margin:14px 0 0;max-width:720px;color:#64748b;font-size:16px;line-height:1.55;font-weight:650}.accounts-hero-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.accounts-page .sf-btn{appearance:none;border:1px solid transparent;border-radius:999px;height:38px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:900;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease,background .15s ease}.accounts-page .sf-btn:hover:not(:disabled){transform:translateY(-1px)}.accounts-page .sf-btn:disabled{opacity:.5;cursor:not-allowed}.accounts-page .sf-btn.primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 14px 30px #2563eb47}.accounts-page .sf-btn.primary:hover:not(:disabled){box-shadow:0 18px 36px #2563eb59}.accounts-page .sf-btn.secondary,.accounts-page .sf-btn.ghost{background:#fff;color:#0f172a;border-color:#dbe3ef;box-shadow:0 8px 18px #0f172a0f}.accounts-page .sf-btn.secondary:hover:not(:disabled),.accounts-page .sf-btn.ghost:hover:not(:disabled){border-color:#93c5fd;box-shadow:0 14px 28px #0f172a1a}.accounts-metrics{display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));gap:14px;margin-bottom:18px}.accounts-metric-card{background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:18px 20px;box-shadow:0 16px 38px #0f172a0f}.accounts-metric-card span{display:block;color:#64748b;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px}.accounts-metric-card strong{display:block;color:#0f172a;font-size:30px;line-height:1;font-weight:950}.accounts-toolbar{display:grid;grid-template-columns:minmax(260px,1fr) 180px 180px 140px;gap:12px;margin-bottom:18px}.accounts-search{height:44px;display:flex;align-items:center;gap:10px;padding:0 14px;background:#fff;border:1px solid #dbe3ef;border-radius:16px;box-shadow:0 12px 28px #0f172a0d}.accounts-search span{font-size:16px;color:#64748b}.accounts-search input{width:100%;height:100%;border:0;outline:0;background:transparent;color:#0f172a;font-size:14px;font-weight:700}.accounts-search input::placeholder{color:#94a3b8}.accounts-filter{height:44px;padding:0 14px;border-radius:16px;border:1px solid #dbe3ef;background:#fff;color:#0f172a;font-size:13px;font-weight:800;outline:none;box-shadow:0 12px 28px #0f172a0d}.accounts-list-card{background:#fff;border:1px solid #e2e8f0;border-radius:26px;overflow:hidden;box-shadow:0 22px 55px #0f172a14}.accounts-list-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px 24px;border-bottom:1px solid #e2e8f0;background:linear-gradient(180deg,#f8fafce6,#fff)}.accounts-list-head h2{margin:0;color:#0f172a;font-size:22px;line-height:1.1;font-weight:950;letter-spacing:-.025em}.accounts-list-head p{margin:6px 0 0;color:#64748b;font-size:13px;font-weight:800}.accounts-bulk-actions{display:flex;align-items:center;gap:10px;color:#475569;font-size:13px;font-weight:850}.accounts-table-wrap{width:100%;overflow-x:auto}.accounts-page .sf-table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;color:#0f172a}.accounts-page .sf-table thead th{position:sticky;top:0;z-index:2;background:#f8fafc;color:#64748b;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.055em;text-align:left;padding:14px 16px;border-bottom:1px solid #e2e8f0;white-space:nowrap}.accounts-page .sf-table tbody td{padding:16px;border-bottom:1px solid #eef2f7;color:#334155;font-size:14px;font-weight:700;vertical-align:middle}.accounts-page .sf-table tbody tr{transition:background .14s ease}.accounts-page .sf-table tbody tr:hover{background:#f8fbff}.accounts-page .sf-table input[type=checkbox]{width:16px;height:16px;accent-color:#2563eb}.account-name-link,.accounts-page .sf-link{color:#0b66d8;font-weight:950;text-decoration:none}.account-name-link:hover,.accounts-page .sf-link:hover{text-decoration:underline}.account-sub{margin-top:4px;color:#64748b;font-size:12px;font-weight:700}.account-pill{display:inline-flex;align-items:center;min-height:26px;padding:0 10px;border-radius:999px;background:#eef6ff;color:#1d4ed8;font-size:12px;font-weight:900}.accounts-sort-btn{appearance:none;border:0;background:transparent;color:inherit;display:inline-flex;align-items:center;gap:6px;padding:0;font:inherit;cursor:pointer}.accounts-sort-btn.active{color:#1d4ed8}.accounts-sort-btn span{font-size:10px}.sf-row-actions{text-align:right}.accounts-page .sf-iconbtn{width:34px;height:34px;border:1px solid #dbe3ef;border-radius:12px;background:#fff;color:#0f172a;cursor:pointer;box-shadow:0 8px 20px #0f172a0f}.accounts-page .sf-iconbtn:hover{border-color:#93c5fd;background:#eff6ff}.sf-empty-row{text-align:center;padding:42px 20px!important}.accounts-empty{display:grid;place-items:center;gap:8px;color:#64748b}.accounts-empty-icon{font-size:30px}.accounts-empty h3{margin:0;color:#0f172a;font-size:18px;font-weight:950}.accounts-empty p{margin:0;color:#64748b;font-size:14px;font-weight:750}.accounts-pagination{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:16px 24px;background:#fff}.accounts-pagination span{color:#475569;font-size:13px;font-weight:850}.accounts-page .sf-loading{min-height:320px;display:grid;place-items:center;gap:12px;color:#64748b;font-size:15px;font-weight:850}.accounts-spinner{width:34px;height:34px;border:4px solid #dbeafe;border-top-color:#2563eb;border-radius:999px;animation:accounts-spin .9s linear infinite}@keyframes accounts-spin{to{transform:rotate(360deg)}}.accounts-error-card{max-width:520px;margin:80px auto;padding:34px;border-radius:28px;background:#fff;border:1px solid #fee2e2;box-shadow:0 24px 60px #0f172a1f;text-align:center}.accounts-error-icon{font-size:38px;margin-bottom:12px}.accounts-error-card h2{margin:0;color:#0f172a;font-size:24px;font-weight:950}.accounts-error-card p{color:#64748b;font-weight:750}@media(max-width:1100px){.accounts-hero{align-items:flex-start;flex-direction:column}.accounts-hero-actions{justify-content:flex-start}.accounts-metrics{grid-template-columns:repeat(2,minmax(160px,1fr))}.accounts-toolbar{grid-template-columns:1fr 1fr}}@media(max-width:720px){.accounts-page{padding:18px 14px 90px}.accounts-hero h1{font-size:38px}.accounts-hero-actions{width:100%}.accounts-hero-actions .sf-btn{flex:1 1 calc(50% - 8px)}.accounts-metrics,.accounts-toolbar{grid-template-columns:1fr}.accounts-list-head{align-items:flex-start;flex-direction:column}.accounts-bulk-actions{width:100%;justify-content:space-between}.accounts-pagination{justify-content:space-between}}.sf-accrec{width:100%;min-height:100%;padding:28px 32px 70px;background:radial-gradient(circle at top left,rgba(37,99,235,.08),transparent 32%),linear-gradient(180deg,#f8fbff,#f6f8fc);color:#0f172a;box-sizing:border-box;overflow-x:hidden}.sf-accrec-hero{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-bottom:18px;padding:22px;border:1px solid rgba(226,232,240,.95);border-radius:30px;background:radial-gradient(circle at top right,rgba(37,99,235,.14),transparent 30%),#fff;box-shadow:0 24px 70px #0f172a17}.sf-accrec .sf-rec-hdr-left{display:flex;align-items:center;gap:16px;min-width:0;flex:1}.sf-accrec .sf-rec-icon{width:58px;height:58px;display:grid;place-items:center;flex:0 0 auto;border-radius:20px;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid rgba(147,197,253,.8);font-size:28px;box-shadow:0 16px 34px #2563eb24}.sf-accrec .sf-rec-titles{min-width:0}.sf-accrec .sf-rec-obj{color:#64748b;font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.sf-accrec .sf-rec-name{margin-top:2px;color:#0f172a;font-size:clamp(28px,3vw,44px);line-height:1;font-weight:950;letter-spacing:-.055em;overflow-wrap:anywhere}.sf-accrec .sf-rec-subtitle{margin-top:8px;color:#64748b;font-size:14px;font-weight:750;overflow-wrap:anywhere}.sf-accrec .sf-rec-hdr-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.sf-accrec .sf-btn,.sf-edit-account-modal .sf-btn,.sf-activity-modal .sf-btn{appearance:none;border:1px solid #dbe3ef;border-radius:999px;min-height:38px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#fff;color:#0f172a;font-size:13px;font-weight:900;text-decoration:none;cursor:pointer;box-shadow:0 10px 22px #0f172a0f;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,background .16s ease}.sf-accrec .sf-btn:hover:not(:disabled),.sf-edit-account-modal .sf-btn:hover:not(:disabled),.sf-activity-modal .sf-btn:hover:not(:disabled){transform:translateY(-1px);border-color:#93c5fd;box-shadow:0 16px 32px #0f172a1c}.sf-accrec .sf-btn:disabled,.sf-edit-account-modal .sf-btn:disabled,.sf-activity-modal .sf-btn:disabled{opacity:.55;cursor:not-allowed}.sf-accrec .sf-btn.primary,.sf-edit-account-modal .sf-btn.primary,.sf-activity-modal .sf-btn.primary{border-color:transparent;color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 16px 36px #2563eb47}.sf-accrec .sf-btn.tiny{min-height:32px;padding:0 11px;font-size:12px;border-radius:12px}.sf-accrec .sf-linkbtn{appearance:none;border:0;background:transparent;color:#2563eb;font-size:13px;font-weight:900;cursor:pointer}.sf-accrec .sf-link,.sf-edit-account-modal .sf-link,.sf-activity-modal .sf-link{color:#0b66d8;font-weight:900;text-decoration:none;overflow-wrap:anywhere}.sf-accrec .sf-link:hover{text-decoration:underline}.sf-rec-kpis{display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));gap:14px;margin-bottom:18px}.sf-rec-kpi{display:flex;align-items:center;gap:14px;padding:18px;border-radius:22px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 18px 42px #0f172a0f}.sf-rec-kpi-icon{width:44px;height:44px;display:grid;place-items:center;flex:0 0 auto;border-radius:16px;background:#eff6ff;font-size:22px}.sf-rec-kpi-value{color:#0f172a;font-size:24px;line-height:1;font-weight:950}.sf-rec-kpi-label{margin-top:5px;color:#64748b;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.055em}.sf-accrec .sf-rec-grid3{display:grid;grid-template-columns:minmax(330px,.9fr) minmax(460px,1.45fr) minmax(340px,.95fr);gap:18px;align-items:start}.sf-accrec .sf-leftstack,.sf-accrec .sf-rightstack{display:grid;gap:16px;min-width:0}.sf-accrec .sf-card{position:relative;border:1px solid #e2e8f0;border-radius:26px;background:#fff;box-shadow:0 22px 55px #0f172a13;overflow:hidden;min-width:0}.sf-accrec .sf-card-pad{padding:0}.sf-accrec .sf-card-h{display:flex;align-items:center;gap:10px;min-height:54px;padding:16px 18px;border-bottom:1px solid #edf2f7;background:linear-gradient(180deg,#fff,#fbfdff)}.sf-accrec .sf-card-title{color:#0f172a;font-size:16px;font-weight:950}.sf-accrec .sf-collapse{width:28px;height:28px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;color:#334155;font-size:13px;cursor:pointer;flex:0 0 auto}.sf-accrec .sf-card-b{padding:10px 18px 16px}.sf-accrec .sf-frow{display:grid;grid-template-columns:140px minmax(0,1fr) 28px;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #eef2f7}.sf-accrec .sf-frow:last-child{border-bottom:0}.sf-accrec .sf-flbl{color:#64748b;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.055em}.sf-accrec .sf-fval{min-width:0;color:#0f172a;font-size:14px;font-weight:760;overflow-wrap:anywhere;word-break:break-word}.sf-accrec .sf-fedit{width:28px;height:28px;display:grid;place-items:center;border:1px solid #e2e8f0;border-radius:10px;background:#fff;color:#64748b;cursor:pointer;opacity:0;transition:opacity .15s ease,background .15s ease,color .15s ease}.sf-accrec .sf-frow:hover .sf-fedit{opacity:1}.sf-accrec .sf-fedit:hover{background:#eff6ff;color:#1d4ed8}.sf-accrec .sf-activity-card{min-height:430px;overflow:hidden}.sf-accrec .sf-activity-tabs{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:16px;border-bottom:1px solid #e2e8f0;background:#fff}.sf-accrec .sf-pill{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 12px;border:1px solid #dbe3ef;border-radius:999px;background:#fff;color:#334155;font-size:12px;font-weight:900;cursor:pointer}.sf-accrec .sf-pill.is-active{color:#fff;background:#2563eb;border-color:#2563eb;box-shadow:0 12px 26px #2563eb3d}.sf-accrec .sf-activity-filters{margin-left:auto;display:flex;align-items:center;gap:8px;color:#64748b;font-size:13px;font-weight:800}.sf-accrec .sf-activity-box{padding:16px}.sf-accrec .sf-activity-h{display:flex;align-items:flex-start;gap:12px;padding-bottom:14px;border-bottom:1px solid #eef2f7}.sf-accrec .sf-muted{color:#64748b;font-size:13px;font-weight:750}.sf-accrec .sf-activity-empty{padding:54px 16px;text-align:center}.sf-accrec .sf-empty-title{color:#0f172a;font-size:18px;font-weight:950}.sf-accrec .sf-empty-text{margin-top:8px;color:#64748b;font-size:14px;font-weight:700}.sf-accrec .sf-timeline{position:relative;display:grid;gap:12px;padding:18px 4px 4px}.sf-accrec .sf-tl-item{display:grid;grid-template-columns:40px minmax(0,1fr);gap:12px;align-items:start}.sf-accrec .sf-tl-ico{width:36px;height:36px;display:grid;place-items:center;border-radius:14px;background:#eff6ff;border:1px solid #bfdbfe}.sf-accrec .sf-tl-main{padding:14px;border:1px solid #e2e8f0;border-radius:18px;background:#fff;min-width:0}.sf-accrec .sf-tl-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.sf-accrec .sf-tl-title{color:#0f172a;font-size:14px;font-weight:950}.sf-accrec .sf-tl-when{flex:0 0 auto;color:#94a3b8;font-size:11px;font-weight:800}.sf-accrec .sf-tl-body{margin-top:8px;color:#475569;font-size:13px;font-weight:650;line-height:1.5}.sf-accrec .sf-tl-meta{margin-top:10px}.sf-accrec .sf-side-actions{margin-left:auto;display:flex;align-items:center;gap:8px;position:relative}.sf-accrec .sf-ico{width:34px;height:34px;display:grid;place-items:center;border:1px solid #dbe3ef;border-radius:12px;background:#fff;cursor:pointer}.sf-accrec .sf-slack{padding:24px 18px 22px;text-align:center}.sf-accrec .sf-slack-hero{width:64px;height:64px;display:grid;place-items:center;margin:0 auto 14px;border-radius:22px;background:#eff6ff;font-size:30px}.sf-accrec .sf-slack-title{color:#0f172a;font-size:16px;font-weight:950}.sf-accrec .sf-slack-text{margin-top:8px;color:#64748b;font-size:13px;line-height:1.5;font-weight:700}.sf-accrec .sf-slack-footer{margin-top:14px}.sf-accrec .sf-related-h{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px 12px;border-bottom:1px solid #eef2f7}.sf-accrec .sf-related-title{display:flex;align-items:center;gap:8px;min-width:0;color:#0f172a;font-size:14px;font-weight:950}.sf-accrec .sf-related-ico{width:28px;height:28px;display:grid;place-items:center;flex:0 0 auto;border-radius:10px;background:#eff6ff}.sf-accrec .sf-related-b{padding:14px 16px 16px}.sf-accrec .sf-related-row{padding:9px 0;border-bottom:1px solid #eef2f7;color:#334155;font-size:13px;font-weight:800;overflow-wrap:anywhere}.sf-accrec .sf-related-row:last-child{border-bottom:0}.sf-accrec .sf-related-b a{color:#0b66d8;font-weight:900;text-decoration:none}.sf-accrec .sf-related-b a:hover{text-decoration:underline}.sf-accrec .sf-file-drop{padding:18px;border:1px dashed #cbd5e1;border-radius:18px;background:#f8fafc;text-align:center}.sf-accrec .sf-menu-wrap{position:relative}.sf-accrec .sf-dd{position:absolute;top:calc(100% + 8px);right:0;z-index:50;width:230px;padding:8px;border:1px solid #e2e8f0;border-radius:16px;background:#fff;box-shadow:0 24px 60px #0f172a2e}.sf-accrec .sf-dd.hidden,.sf-accrec .hidden{display:none!important}.sf-accrec .sf-dd-item{width:100%;min-height:38px;display:flex;align-items:center;padding:0 12px;border:0;border-radius:12px;background:transparent;color:#0f172a;font-size:13px;font-weight:850;text-align:left;cursor:pointer}.sf-accrec .sf-dd-item:hover{background:#f1f5f9}.sf-accrec .sf-dd-item.danger{color:#dc2626}.sf-accrec .sf-dd-item.danger:hover{background:#fef2f2}.sf-accrec .sf-dd-sep{height:1px;margin:6px 0;background:#e2e8f0}.sf-edit-account-modal,.sf-activity-modal{width:min(860px,calc(100vw - 32px));max-height:calc(100vh - 48px);overflow:auto;background:#fff;border-radius:28px;box-shadow:0 30px 90px #0f172a59;border:1px solid #e2e8f0}.sf-activity-modal-overlay{position:fixed;inset:0;z-index:99999;display:grid;place-items:center;padding:18px;background:#0f172a94;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.sf-activity-modal{padding:0}.sf-edit-account-modal .sf-modal-head,.sf-activity-modal .sf-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:26px 28px 20px;border-bottom:1px solid #e2e8f0;background:radial-gradient(circle at top left,rgba(37,99,235,.11),transparent 34%),#fff}.sf-edit-account-modal .sf-modal-head h2,.sf-activity-modal .sf-modal-head h2{margin:4px 0 0;color:#0f172a;font-size:28px;font-weight:950;letter-spacing:-.035em}.sf-modal-x{width:40px;height:40px;display:grid;place-items:center;border:0;border-radius:14px;background:#f1f5f9;color:#0f172a;font-size:24px;line-height:1;cursor:pointer}.sf-modal-x:hover{background:#e2e8f0}.sf-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:24px 28px 28px}.sf-form-section{grid-column:1 / -1;margin-top:8px;padding-top:16px;border-top:1px solid #e2e8f0;color:#0f172a;font-size:14px;font-weight:950;text-transform:uppercase;letter-spacing:.06em}.sf-form-field{display:grid;gap:8px}.sf-form-field.full,.sf-modal-actions.full{grid-column:1 / -1}.sf-form-field span{color:#334155;font-size:13px;font-weight:900}.sf-form-field b{color:#dc2626}.sf-form-field input,.sf-form-field select,.sf-form-field textarea{width:100%;min-height:44px;box-sizing:border-box;border:1px solid #dbe3ef;border-radius:16px;background:#fff;color:#0f172a;padding:0 14px;outline:none;font-size:14px;font-weight:750}.sf-form-field textarea{padding-top:12px;resize:vertical}.sf-form-field input:focus,.sf-form-field select:focus,.sf-form-field textarea:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.sf-modal-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:8px}.sf-rec-loading,.sf-error-page{min-height:420px;display:grid;place-items:center;padding:32px}.sf-rec-loading .sf-loading{color:#64748b;font-size:15px;font-weight:900}.sf-error-card{width:min(520px,100%);padding:32px;border-radius:28px;background:#fff;border:1px solid #fee2e2;box-shadow:0 24px 70px #0f172a1f}.sf-error-card h2{margin:0;color:#0f172a;font-size:26px;font-weight:950}.sf-error-card p{color:#64748b;font-size:14px;font-weight:750}@media(max-width:1320px){.sf-accrec .sf-rec-grid3{grid-template-columns:360px minmax(440px,1fr)}.sf-accrec .sf-rightstack{grid-column:1 / -1;grid-template-columns:repeat(2,minmax(0,1fr))}.sf-accrec .sf-rightstack .sf-card:first-child{grid-column:1 / -1}}@media(max-width:1020px){.sf-accrec{padding:22px 18px 90px}.sf-accrec-hero{align-items:flex-start;flex-direction:column;border-radius:24px}.sf-accrec .sf-rec-hdr-actions{width:100%;justify-content:flex-start}.sf-accrec .sf-rec-hdr-actions .sf-btn,.sf-accrec .sf-rec-hdr-actions .sf-menu-wrap{flex:1 1 calc(50% - 8px)}.sf-accrec .sf-menu-wrap .sf-btn{width:100%}.sf-rec-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.sf-accrec .sf-rec-grid3,.sf-accrec .sf-rightstack,.sf-form-grid{grid-template-columns:1fr}}@media(max-width:640px){.sf-accrec{padding:16px 12px 100px}.sf-accrec-hero{padding:18px}.sf-accrec .sf-rec-hdr-left{align-items:flex-start;flex-direction:column}.sf-accrec .sf-rec-icon{width:52px;height:52px;border-radius:18px;font-size:24px}.sf-accrec .sf-rec-name{font-size:30px;white-space:normal}.sf-accrec .sf-rec-hdr-actions .sf-btn,.sf-accrec .sf-rec-hdr-actions .sf-menu-wrap{flex:1 1 100%}.sf-rec-kpis{grid-template-columns:1fr}.sf-accrec .sf-frow{grid-template-columns:1fr 28px;gap:8px}.sf-accrec .sf-flbl{grid-column:1 / -1}.sf-accrec .sf-fedit{opacity:1}.sf-accrec .sf-activity-tabs{align-items:flex-start}.sf-accrec .sf-pill{flex:1 1 calc(50% - 8px)}.sf-accrec .sf-activity-filters{margin-left:0;width:100%;justify-content:space-between}.sf-accrec .sf-tl-top{flex-direction:column}.sf-edit-account-modal,.sf-activity-modal{width:100%;max-height:calc(100vh - 24px);border-radius:22px}.sf-edit-account-modal .sf-modal-head,.sf-activity-modal .sf-modal-head{padding:22px}.sf-form-grid{padding:20px}.sf-modal-actions{flex-direction:column-reverse}.sf-modal-actions .sf-btn{width:100%}}.opx-page,.opx-page *{box-sizing:border-box}.opx-page{width:100%;min-height:100vh;padding:28px 32px 96px;color:#0f172a;background:radial-gradient(circle at top left,rgba(37,99,235,.1),transparent 34%),radial-gradient(circle at top right,rgba(16,185,129,.08),transparent 30%),linear-gradient(180deg,#f8fbff,#f3f6fb)}.opx-page button,.opx-page input,.opx-page select,.opx-page textarea{font:inherit}.opx-hero,.opx-alert,.opx-filter-banner,.opx-kpis,.opx-path-card,.opx-toolbar,.opx-workspace-grid,.opx-main-grid{width:min(1540px,100%);margin-left:auto;margin-right:auto}.opx-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:26px;margin-bottom:22px;padding:38px 44px;border:1px solid rgba(226,232,240,.95);border-radius:34px;background:radial-gradient(circle at top right,rgba(37,99,235,.13),transparent 35%),#fff;box-shadow:0 24px 70px #0f172a17}.opx-eyebrow{display:inline-flex;align-items:center;gap:9px;margin-bottom:14px;color:#64748b;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.opx-eyebrow span{width:9px;height:9px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 6px #22c55e24}.opx-hero h1{margin:0;color:#0f172a;font-size:clamp(48px,5vw,82px);line-height:.95;letter-spacing:-.075em;font-weight:950}.opx-hero p{max-width:880px;margin:18px 0 0;color:#64748b;font-size:16px;line-height:1.65;font-weight:750}.opx-hero-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.opx-btn{appearance:none;min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:0 20px;border-radius:999px;border:1px solid #dbe3ef;background:#fff;color:#0f172a;font-size:13px;font-weight:900;cursor:pointer;text-decoration:none;white-space:nowrap;box-shadow:0 10px 22px #0f172a0f;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,background .16s ease}.opx-btn:hover{transform:translateY(-1px);border-color:#93c5fd;box-shadow:0 16px 32px #0f172a1c}.opx-btn.primary{border-color:transparent;color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 16px 36px #2563eb47}.opx-btn.light{background:#fff}.opx-alert,.opx-filter-banner{margin-bottom:20px;padding:16px 18px;border-radius:22px;font-size:14px;font-weight:800}.opx-alert{border:1px solid #fecaca;background:#fef2f2;color:#991b1b}.opx-alert strong{display:block;font-weight:950}.opx-alert span{display:block;margin-top:4px}.opx-filter-banner{display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid #bfdbfe;background:#eff6ff;color:#1d4ed8}.opx-filter-banner div{display:flex;gap:8px;flex-wrap:wrap}.opx-filter-banner button{min-height:38px;border:1px solid #bfdbfe;border-radius:999px;background:#fff;color:#1d4ed8;padding:0 16px;font-size:13px;font-weight:950;cursor:pointer}.opx-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:20px}.opx-kpi{min-width:0;min-height:126px;display:grid;grid-template-columns:58px minmax(0,1fr);align-items:center;gap:14px;padding:20px;border:1px solid #e2e8f0;border-radius:26px;background:#fff;box-shadow:0 22px 55px #0f172a13}.opx-kpi-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:20px;background:#eff6ff;font-size:24px}.opx-kpi.green .opx-kpi-icon{background:#ecfdf5}.opx-kpi.purple .opx-kpi-icon{background:#f5f3ff}.opx-kpi.orange .opx-kpi-icon{background:#fff7ed}.opx-kpi span{display:block;color:#64748b;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.07em}.opx-kpi strong{display:block;margin-top:8px;color:#0f172a;font-size:clamp(22px,2vw,31px);line-height:1;font-weight:950;letter-spacing:-.045em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.opx-kpi small{display:block;margin-top:8px;color:#64748b;font-size:12px;line-height:1.35;font-weight:750}.opx-path-card{margin-bottom:20px;padding:22px;border:1px solid #dbeafe;border-radius:30px;background:radial-gradient(circle at top right,rgba(37,99,235,.1),transparent 34%),#fff;box-shadow:0 22px 60px #0f172a13}.opx-path-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.opx-path-head span{display:block;color:#64748b;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.opx-path-head h2{margin:7px 0 0;color:#0f172a;font-size:30px;line-height:1;font-weight:950;letter-spacing:-.055em}.opx-path-head p{margin:9px 0 0;color:#64748b;font-size:13px;line-height:1.5;font-weight:750}.opx-path{display:grid;grid-template-columns:repeat(8,minmax(145px,1fr));gap:0;overflow-x:auto;padding-bottom:4px}.opx-path-step{position:relative;min-height:72px;display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;border:0;border-right:2px solid #ffffff;background:#eaf2ff;color:#1e3a8a;padding:0 18px 0 22px;text-align:left;cursor:pointer;transition:.16s ease;clip-path:polygon(0 0,calc(100% - 18px) 0,100% 50%,calc(100% - 18px) 100%,0 100%,18px 50%)}.opx-path-step:first-child{border-radius:18px 0 0 18px;clip-path:polygon(0 0,calc(100% - 18px) 0,100% 50%,calc(100% - 18px) 100%,0 100%)}.opx-path-step:last-child{border-radius:0 18px 18px 0}.opx-path-step:hover{filter:brightness(.98)}.opx-path-step.completed{background:linear-gradient(135deg,#60a5fa,#3b82f6);color:#fff}.opx-path-step.active{background:linear-gradient(135deg,#1d4ed8,#1e40af);color:#fff;box-shadow:inset 0 -5px #0f172a29,0 14px 28px #2563eb3d;z-index:2}.opx-path-step:not(.completed):not(.active):not(.won):not(.lost){background:#eaf2ff;color:#1e3a8a}.opx-path-step.won:not(.completed):not(.active){background:#dcfce7;color:#047857}.opx-path-step.won.active{background:linear-gradient(135deg,#16a34a,#047857);color:#fff}.opx-path-step.lost:not(.completed):not(.active){background:#fee2e2;color:#b91c1c}.opx-path-step.lost.active{background:linear-gradient(135deg,#ef4444,#b91c1c);color:#fff}.opx-path-index{width:30px;height:30px;display:grid;place-items:center;border-radius:999px;background:#ffffffbf;color:inherit;font-size:12px;font-weight:950}.opx-path-step.completed .opx-path-index,.opx-path-step.active .opx-path-index{background:#ffffff42;color:#fff}.opx-path-label{min-width:0;display:grid;gap:4px}.opx-path-label strong{display:block;color:inherit;font-size:13px;line-height:1.15;font-weight:950;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.opx-path-label small{display:block;color:inherit;opacity:.82;font-size:11px;line-height:1.2;font-weight:850;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.opx-toolbar{display:grid;grid-template-columns:minmax(220px,340px) minmax(0,1fr);align-items:center;gap:22px;margin-bottom:20px;padding:22px;border:1px solid #e2e8f0;border-radius:30px;background:#fffffff7;box-shadow:0 18px 48px #0f172a11;overflow:hidden}.opx-toolbar-title{min-width:0}.opx-toolbar-title h2{margin:0;color:#0f172a;font-size:32px;line-height:1;font-weight:950;letter-spacing:-.055em}.opx-toolbar-title p{margin:8px 0 0;color:#64748b;font-size:14px;line-height:1.4;font-weight:750}.opx-filter-stack{min-width:0;display:grid;gap:12px}.opx-filter-row{min-width:0;display:grid;align-items:center;gap:10px}.opx-filter-row-main{grid-template-columns:minmax(230px,1.35fr) minmax(145px,.75fr) minmax(145px,.65fr) minmax(145px,.65fr) minmax(165px,.75fr) minmax(156px,max-content)}.opx-filter-row-secondary{grid-template-columns:minmax(145px,180px) minmax(145px,180px) 118px;justify-content:end}.opx-search,.opx-filter-row input,.opx-filter-row select{width:100%;min-width:0;height:54px;min-height:54px;border:1px solid #dbe4f0;border-radius:17px;background-color:#fff;color:#0f172a;font-size:14px;font-weight:850;outline:none;box-shadow:none}.opx-filter-row input,.opx-filter-row select{padding:0 14px}.opx-search{display:flex;align-items:center;gap:9px;padding:0 14px}.opx-search span{flex:0 0 auto;color:#0f172a;font-size:15px;font-weight:900}.opx-search input{width:100%;height:auto;min-height:0;border:0;border-radius:0;padding:0;background:transparent;box-shadow:none}.opx-filter-row input:focus,.opx-filter-row select:focus,.opx-search:focus-within{border-color:#93c5fd;box-shadow:0 0 0 4px #2563eb1a}.opx-view-toggle{width:156px;min-width:156px;height:54px;display:flex;align-items:center;padding:5px;border:1px solid #dbe4f0;border-radius:999px;background:#fff}.opx-view-toggle button{flex:1;min-height:42px;border:0;border-radius:999px;background:transparent;color:#64748b;padding:0 12px;font-size:13px;font-weight:950;cursor:pointer}.opx-view-toggle button.active{background:#2563eb;color:#fff;box-shadow:0 10px 24px #2563eb40}.opx-clear-filter-btn{width:118px;min-width:118px;height:54px;min-height:54px}.opx-filters{display:flex;gap:10px;flex-wrap:wrap}.opx-workspace-grid,.opx-main-grid{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:24px;align-items:start}.opx-opportunity-board,.opx-list-card{min-height:360px;align-self:start}.opx-list-card,.opx-side-card{border:1px solid #e2e8f0;border-radius:30px;background:#fffffff5;box-shadow:0 24px 70px #0f172a16;overflow:hidden}.opx-insights-rail,.opx-side-panel{display:grid;grid-template-columns:1fr;gap:16px;align-content:start;align-self:start;position:sticky;top:18px}.opx-stage-card{order:1}.opx-deal-card{order:2}.opx-action-card{order:3}.opx-table-wrap{min-height:360px;overflow-x:auto}.opx-table{width:100%;min-width:920px;border-collapse:collapse}.opx-table th{padding:16px 20px;border-bottom:1px solid #e2e8f0;background:#f8fafc;color:#64748b;text-align:left;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.07em}.opx-table td{padding:16px 20px;border-bottom:1px solid #eef2f7;color:#334155;font-size:13px;font-weight:800}.opx-table tbody tr{cursor:pointer}.opx-table tbody tr:hover td{background:#f8fbff}.opx-table tbody td[colspan="6"]{padding:0}.opx-name-cell{display:grid;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:12px}.opx-name-cell>span{width:44px;height:44px;display:grid;place-items:center;border-radius:16px;background:#eff6ff;color:#1d4ed8;font-size:13px;font-weight:950}.opx-name-cell strong{display:block;color:#0f172a;font-size:14px;font-weight:950}.opx-name-cell small{display:block;margin-top:4px;color:#64748b;font-size:12px;font-weight:750}.opx-money{color:#047857!important;font-weight:950!important}.opx-stage-pill,.opx-health{min-height:30px;display:inline-flex;align-items:center;border-radius:999px;padding:0 11px;font-size:11px;font-weight:950;white-space:nowrap}.opx-stage-pill.open{background:#eff6ff;color:#1d4ed8}.opx-stage-pill.qualification{background:#f5f3ff;color:#6d28d9}.opx-stage-pill.proposal{background:#fff7ed;color:#c2410c}.opx-stage-pill.negotiation{background:#fef9c3;color:#854d0e}.opx-stage-pill.won{background:#ecfdf5;color:#047857}.opx-stage-pill.lost{background:#fef2f2;color:#b91c1c}.opx-health.good{background:#ecfdf5;color:#047857}.opx-health.warn{background:#fff7ed;color:#c2410c}.opx-health.bad{background:#fef2f2;color:#b91c1c}.opx-health.neutral{background:#f1f5f9;color:#475569}.opx-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding:18px}.opx-opp-card{min-height:260px;display:flex;flex-direction:column;gap:14px;border:1px solid #e2e8f0;border-radius:24px;background:#fff;padding:18px;cursor:pointer;transition:.16s ease}.opx-opp-card:hover{transform:translateY(-2px);border-color:#93c5fd;box-shadow:0 24px 50px #0f172a1a}.opx-opp-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.opx-card-avatar{width:48px;height:48px;display:grid;place-items:center;border-radius:17px;background:#eff6ff;color:#1d4ed8;font-size:14px;font-weight:950}.opx-opp-card h3{margin:0;color:#0f172a;font-size:20px;line-height:1.15;font-weight:950;letter-spacing:-.035em}.opx-opp-card p{margin:-6px 0 0;color:#64748b;font-size:13px;font-weight:800}.opx-card-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:auto}.opx-card-meta div,.opx-card-next{border:1px solid #eef2f7;border-radius:18px;background:#f8fafc;padding:13px}.opx-card-meta span,.opx-card-next span{display:block;color:#64748b;font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.07em}.opx-card-meta strong,.opx-card-next strong{display:block;margin-top:6px;color:#0f172a;font-size:13px;font-weight:950}.opx-side-card{width:100%;padding:18px;border-radius:26px}.opx-side-head span{display:block;color:#64748b;font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.07em}.opx-side-head h3{margin:7px 0 0;color:#0f172a;font-size:24px;line-height:1;font-weight:950;letter-spacing:-.05em}.opx-pipeline-big{margin-top:14px;padding:16px;border:1px solid #eef2f7;border-radius:18px;background:#f8fafc}.opx-pipeline-big span{color:#64748b;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.07em}.opx-pipeline-big strong{display:block;margin-top:8px;color:#0f172a;font-size:30px;line-height:1;font-weight:950;letter-spacing:-.055em}.opx-meter{margin-top:12px}.opx-meter>div:first-child{display:flex;justify-content:space-between;gap:12px;color:#334155;font-size:13px;font-weight:950}.opx-meter-track,.opx-bar-track{height:8px;margin-top:6px;border-radius:999px;background:#eef2f7;overflow:hidden}.opx-meter-track i,.opx-bar-track i{display:block;height:100%;border-radius:inherit;background:linear-gradient(135deg,#2563eb,#22c55e)}.opx-side-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:12px}.opx-side-stats div{padding:11px;border:1px solid #eef2f7;border-radius:15px;background:#fff}.opx-side-stats span{display:block;color:#64748b;font-size:10px;font-weight:950;text-transform:uppercase}.opx-side-stats strong{display:block;margin-top:7px;color:#0f172a;font-size:20px;font-weight:950}.opx-stage-bars,.opx-stage-bars.compact{display:grid;gap:9px;margin-top:14px}.opx-stage-bar,.opx-stage-bar.compact{width:100%;display:block;border:0;background:transparent;text-align:left;padding:0;margin:0;cursor:pointer}.opx-stage-bar>div:first-child,.opx-stage-bar.compact>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:5px}.opx-stage-bar strong,.opx-stage-bar.compact strong{color:#334155;font-size:12px;line-height:1.15;font-weight:950}.opx-stage-bar span,.opx-stage-bar.compact span{color:#64748b;font-size:12px;font-weight:950}.opx-stage-bar small,.opx-stage-bar.compact small{display:none}.opx-stage-bar:hover strong,.opx-stage-bar.compact:hover strong{color:#2563eb}.opx-guidance-list,.opx-guidance-list.compact{display:grid;gap:10px;margin-top:14px}.opx-guidance{display:grid;grid-template-columns:40px minmax(0,1fr);gap:10px;padding:12px;border:1px solid #eef2f7;border-radius:16px;background:#fff}.opx-guidance>div:first-child{width:40px;height:40px;display:grid;place-items:center;border-radius:14px;background:#eff6ff;font-size:16px}.opx-guidance.good>div:first-child{background:#ecfdf5}.opx-guidance.warn>div:first-child{background:#fff7ed}.opx-guidance strong{display:block;color:#0f172a;font-size:12px;line-height:1.2;font-weight:950}.opx-guidance p{margin:4px 0 0;color:#64748b;font-size:11px;line-height:1.35;font-weight:750}.opx-empty{min-height:300px;display:grid;place-items:center;align-content:center;gap:12px;text-align:center;padding:34px}.opx-empty div{width:66px;height:66px;display:grid;place-items:center;border-radius:22px;background:#eff6ff;font-size:28px}.opx-empty strong{color:#0f172a;font-size:22px;font-weight:950;letter-spacing:-.035em}.opx-empty p{max-width:460px;margin:0;color:#64748b;font-size:14px;line-height:1.55;font-weight:750}.opx-skel{border-radius:999px;background:linear-gradient(90deg,#eef2f7,#f8fafc,#eef2f7);background-size:220% 100%;animation:opxSkel 1.2s ease-in-out infinite}.opx-skel.small{width:140px;height:14px}.opx-skel.title{width:min(620px,100%);height:72px;margin-top:18px;border-radius:20px}.opx-skel.text{width:min(780px,100%);height:20px;margin-top:18px}.opx-skel.icon{width:58px;height:58px;border-radius:20px}.opx-skel.stat{width:150px;height:30px;margin-top:12px}@keyframes opxSkel{to{background-position:-220% 0}}@media(max-width:1440px){.opx-toolbar{grid-template-columns:1fr;align-items:start}.opx-filter-row-main{grid-template-columns:minmax(240px,1.35fr) minmax(150px,.75fr) minmax(145px,.65fr) minmax(145px,.65fr) minmax(165px,.75fr) minmax(156px,max-content)}}@media(max-width:1280px){.opx-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.opx-workspace-grid,.opx-main-grid{grid-template-columns:1fr}.opx-insights-rail,.opx-side-panel{position:static;grid-template-columns:repeat(3,minmax(0,1fr))}.opx-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.opx-path{grid-template-columns:repeat(8,minmax(170px,1fr))}}@media(max-width:1080px){.opx-filter-row-main{grid-template-columns:repeat(2,minmax(0,1fr))}.opx-filter-row-secondary{grid-template-columns:repeat(3,minmax(0,1fr));justify-content:stretch}.opx-view-toggle,.opx-clear-filter-btn{width:100%;min-width:0}}@media(max-width:860px){.opx-page{padding:16px 12px 96px}.opx-hero{grid-template-columns:1fr;padding:24px;border-radius:24px}.opx-hero h1{font-size:44px;letter-spacing:-.055em}.opx-hero-actions{width:100%;display:grid;grid-template-columns:1fr}.opx-btn{width:100%}.opx-kpis,.opx-insights-rail,.opx-side-panel,.opx-card-grid{grid-template-columns:1fr}.opx-toolbar{padding:16px;border-radius:22px}.opx-toolbar-title h2{font-size:28px}.opx-filter-row-main,.opx-filter-row-secondary{grid-template-columns:1fr}.opx-search,.opx-filter-row input,.opx-filter-row select,.opx-view-toggle,.opx-clear-filter-btn{width:100%;min-width:0}.opx-list-card,.opx-side-card{border-radius:22px}.opx-filter-banner{display:grid}.opx-table{min-width:880px}.opx-path-card{padding:16px;border-radius:22px}.opx-path-head{display:grid}.opx-path-head .opx-btn{width:100%}.opx-path{display:flex;gap:8px}.opx-path-step,.opx-path-step:first-child,.opx-path-step:last-child{min-width:210px;border-radius:18px;clip-path:none;border-right:0}.opx-opportunity-board,.opx-list-card,.opx-table-wrap{min-height:auto}.opx-empty{min-height:260px}}@media(max-width:520px){.opx-hero h1{font-size:38px}.opx-kpi{grid-template-columns:52px minmax(0,1fr);padding:16px}.opx-kpi-icon{width:52px;height:52px}.opx-toolbar-title h2{font-size:25px}}.opx-page .opx-filter-row-secondary{justify-content:start!important;grid-template-columns:220px 220px 200px!important;width:max-content!important;margin-left:0!important}.opx-page .opx-filter-row-secondary .opx-view-toggle{justify-self:start!important;width:120px!important;min-width:116px!important}.opx-page .opx-filter-row-secondary input{width:180px!important;min-width:180px!important}.opx-page .opx-filter-row-secondary .opx-clear-filter-btn{justify-self:start!important}.opx-modal-backdrop{position:fixed;inset:0;display:grid;place-items:center;padding:24px;background:#0f172a7a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.opx-opportunity-modal{width:min(980px,96vw);max-height:92vh;overflow:hidden;border:1px solid rgba(226,232,240,.8);border-radius:28px;background:#fff;box-shadow:0 30px 90px #0f172a47}.opx-modal-header{display:flex;justify-content:space-between;gap:18px;padding:24px 28px;border-bottom:1px solid rgba(226,232,240,.9);background:radial-gradient(circle at top right,rgba(37,99,235,.12),transparent 34%),linear-gradient(135deg,#fff,#f8fafc)}.opx-modal-eyebrow{margin-bottom:6px;color:#2563eb;font-size:11px;font-weight:950;letter-spacing:.1em;text-transform:uppercase}.opx-modal-header .sf-modal-title{color:#0f172a;font-size:28px;font-weight:950;letter-spacing:-.04em}.opx-modal-subtitle{max-width:640px;margin:8px 0 0;color:#64748b;font-size:14px;line-height:1.55}.opx-modal-close{flex:0 0 auto;display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(148,163,184,.28);border-radius:999px;background:#fff;color:#0f172a;font-weight:900}.opx-modal-body{display:grid;gap:18px;max-height:calc(92vh - 180px);overflow-y:auto;padding:22px 28px;background:#f8fafc}.opx-form-section{padding:18px;border:1px solid rgba(226,232,240,.92);border-radius:22px;background:#fff;box-shadow:0 10px 24px #0f172a0b}.opx-section-head{display:flex;gap:12px;margin-bottom:16px}.opx-section-head>span{flex:0 0 auto;display:grid;place-items:center;width:34px;height:34px;border-radius:13px;background:#2563eb1a;color:#2563eb;font-size:12px;font-weight:950}.opx-section-head h3{margin:0;color:#0f172a;font-size:17px;font-weight:950;letter-spacing:-.02em}.opx-section-head p{margin:4px 0 0;color:#64748b;font-size:13px;line-height:1.45}.opx-field{display:grid;gap:7px;margin:0}.opx-field label{color:#334155;font-size:12px;font-weight:950;letter-spacing:.04em;text-transform:uppercase}.opx-field input,.opx-field select,.opx-field textarea{width:100%;min-height:46px;border:1px solid rgba(148,163,184,.32);border-radius:15px;background:#fff;color:#0f172a;padding:11px 13px;font-size:14px;font-weight:700;outline:none;transition:border-color .18s ease,box-shadow .18s ease}.opx-field textarea{resize:vertical;min-height:110px;line-height:1.5}.opx-field input:focus,.opx-field select:focus,.opx-field textarea:focus{border-color:#2563eb8c;box-shadow:0 0 0 4px #2563eb1f}.opx-field small{display:none;color:#dc2626;font-size:12px;font-weight:800}.opx-field small.show{display:block}.opx-field-error{border-color:#dc262699!important;box-shadow:0 0 0 4px #dc26261a!important}.opx-field-help{display:flex;justify-content:space-between;gap:10px;margin-top:8px;color:#64748b;font-size:12.5px;line-height:1.4}.opx-link-btn{border:0;background:transparent;color:#2563eb;font-weight:900;white-space:nowrap}.opx-lookup{position:relative}.opx-lookup-results{position:absolute;z-index:20;top:calc(100% + 8px);left:0;right:0;max-height:260px;overflow-y:auto;border:1px solid rgba(226,232,240,.95);border-radius:16px;background:#fff;box-shadow:0 18px 44px #0f172a29}.opx-lookup-results.hidden{display:none}.opx-lookup-item{display:flex;align-items:center;gap:10px;padding:12px;cursor:pointer;border-bottom:1px solid rgba(226,232,240,.75)}.opx-lookup-item:hover{background:#2563eb0f}.opx-lookup-item:last-child{border-bottom:0}.opx-lookup-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:12px;background:#2563eb1a}.opx-lookup-item strong{display:block;color:#0f172a;font-size:13.5px;font-weight:950}.opx-lookup-item small{display:block;margin-top:2px;color:#64748b;font-size:12px}.sf-lookup-empty{padding:14px;color:#64748b;font-size:13px;line-height:1.5}.sf-lookup-hint{color:#94a3b8;font-size:12px}.opx-forecast-preview{display:flex;justify-content:space-between;gap:16px;margin-top:14px;padding:14px;border:1px solid rgba(37,99,235,.16);border-radius:18px;background:linear-gradient(135deg,#2563eb14,#fffffff2)}.opx-forecast-preview span{display:block;color:#64748b;font-size:11px;font-weight:950;letter-spacing:.07em;text-transform:uppercase}.opx-forecast-preview strong{display:block;margin-top:5px;color:#0f172a;font-size:24px;font-weight:950;letter-spacing:-.04em}.opx-forecast-preview p{margin:0;align-self:center;color:#64748b;font-size:13px;font-weight:800}.opx-modal-footer{display:flex;justify-content:space-between;gap:18px;padding:18px 28px;border-top:1px solid rgba(226,232,240,.9);background:#fff}.opx-save-status{align-self:center;color:#64748b;font-size:13px;font-weight:800}.opx-save-status.error{color:#dc2626}.opx-footer-actions{display:flex;gap:10px;margin-left:auto}.opx-btn{min-height:42px;padding:10px 16px;border-radius:999px;font-weight:900}.opx-btn.light{border:1px solid rgba(148,163,184,.32);background:#fff;color:#334155}.opx-btn.primary{border:0;background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff;box-shadow:0 14px 30px #2563eb40}@media(max-width:760px){.opx-modal-backdrop{padding:10px;align-items:end}.opx-opportunity-modal{width:100%;max-height:96vh;border-radius:24px 24px 0 0}.opx-modal-header,.opx-modal-body,.opx-modal-footer{padding-left:16px;padding-right:16px}.opx-modal-header .sf-modal-title{font-size:24px}.opx-form-grid.two{grid-template-columns:1fr}.opx-field-help,.opx-forecast-preview,.opx-modal-footer{flex-direction:column}.opx-footer-actions{width:100%;margin-left:0}.opx-footer-actions .opx-btn{flex:1}}:root{--opxr-bg: #f5f7fb;--opxr-surface: #ffffff;--opxr-surface-soft: #f8fafc;--opxr-surface-muted: #f1f5f9;--opxr-text: #0f172a;--opxr-muted: #64748b;--opxr-soft-text: #94a3b8;--opxr-border: rgba(148, 163, 184, .28);--opxr-border-strong: rgba(100, 116, 139, .34);--opxr-primary: #2563eb;--opxr-primary-dark: #1d4ed8;--opxr-primary-soft: rgba(37, 99, 235, .11);--opxr-green: #16a34a;--opxr-green-soft: rgba(22, 163, 74, .12);--opxr-red: #dc2626;--opxr-red-soft: rgba(220, 38, 38, .12);--opxr-orange: #f97316;--opxr-orange-soft: rgba(249, 115, 22, .13);--opxr-purple: #7c3aed;--opxr-purple-soft: rgba(124, 58, 237, .12);--opxr-teal: #0f766e;--opxr-teal-soft: rgba(15, 118, 110, .12);--opxr-shadow-sm: 0 8px 22px rgba(15, 23, 42, .06);--opxr-shadow-md: 0 16px 40px rgba(15, 23, 42, .08);--opxr-shadow-lg: 0 26px 80px rgba(15, 23, 42, .14);--opxr-radius-sm: 12px;--opxr-radius-md: 18px;--opxr-radius-lg: 26px;--opxr-focus: 0 0 0 4px rgba(37, 99, 235, .16)}.sf-opprec.opx-record,.opx-record{width:100%;min-height:100vh;padding:28px;color:var(--opxr-text);background:radial-gradient(circle at top left,rgba(37,99,235,.12),transparent 34%),radial-gradient(circle at top right,rgba(124,58,237,.1),transparent 30%),linear-gradient(180deg,#f8fafc 0%,var(--opxr-bg) 100%);box-sizing:border-box}.opx-record *,.opx-record *:before,.opx-record *:after,.sf-opprec *,.sf-opprec *:before,.sf-opprec *:after{box-sizing:border-box}.opx-record button,.opx-record input,.opx-record select,.opx-record textarea{font:inherit}.opx-record button{cursor:pointer}.opx-record button:disabled{cursor:not-allowed;opacity:.65}.opx-record input,.opx-record select,.opx-record textarea{min-width:0}.opx-record .sf-btn,.opx-mini-modal .sf-btn,.opx-drawer .sf-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:10px 16px;border:1px solid var(--opxr-border);border-radius:999px;background:#fff;color:#334155;font-size:13.5px;font-weight:900;line-height:1;text-decoration:none;white-space:nowrap;box-shadow:0 8px 18px #0f172a0a;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease,color .18s ease}.opx-record .sf-btn:hover,.opx-mini-modal .sf-btn:hover,.opx-drawer .sf-btn:hover{transform:translateY(-1px);border-color:#2563eb3d;color:var(--opxr-primary);box-shadow:var(--opxr-shadow-sm)}.opx-record .sf-btn:active,.opx-mini-modal .sf-btn:active,.opx-drawer .sf-btn:active{transform:translateY(0)}.opx-record .sf-btn:focus-visible,.opx-mini-modal .sf-btn:focus-visible,.opx-drawer .sf-btn:focus-visible{outline:none;box-shadow:var(--opxr-focus)}.opx-record .sf-btn.primary,.opx-mini-modal .sf-btn.primary,.opx-drawer .sf-btn.primary{border-color:transparent;color:#fff;background:linear-gradient(135deg,var(--opxr-primary),#4f46e5);box-shadow:0 14px 32px #2563eb3d}.opx-record .sf-btn.primary:hover,.opx-mini-modal .sf-btn.primary:hover,.opx-drawer .sf-btn.primary:hover{color:#fff;background:linear-gradient(135deg,var(--opxr-primary-dark),#4338ca);box-shadow:0 18px 38px #2563eb4d}.sf-loading{display:grid;place-items:center;min-height:320px;color:var(--opxr-muted);font-size:15px;font-weight:850}.sf-error,.opx-record-error{display:grid;place-items:center;text-align:center;min-height:440px;padding:42px;border:1px solid var(--opxr-border);border-radius:var(--opxr-radius-lg);background:#ffffffeb;box-shadow:var(--opxr-shadow-md)}.opx-record-error>div{display:grid;place-items:center;width:78px;height:78px;margin-bottom:16px;border-radius:26px;background:var(--opxr-red-soft);font-size:34px}.opx-record-error strong{color:var(--opxr-text);font-size:24px;font-weight:950;letter-spacing:-.03em}.opx-record-error p{max-width:520px;margin:10px 0 22px;color:var(--opxr-muted);font-size:14px;line-height:1.6}.opx-record-hero{position:relative;overflow:hidden;display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:26px;border:1px solid var(--opxr-border);border-radius:var(--opxr-radius-lg);background:linear-gradient(135deg,#fffffff5,#f8fafce6),radial-gradient(circle at 88% 20%,rgba(37,99,235,.18),transparent 30%);box-shadow:var(--opxr-shadow-md)}.opx-record-hero:after{content:"";position:absolute;top:-85px;right:-90px;width:285px;height:285px;border-radius:999px;background:linear-gradient(135deg,#2563eb33,#7c3aed26);filter:blur(4px);pointer-events:none}.opx-hero-left,.opx-hero-actions{position:relative;z-index:1}.opx-back-btn{display:inline-flex;align-items:center;gap:7px;min-height:36px;margin-bottom:18px;padding:8px 12px;border:1px solid rgba(37,99,235,.18);border-radius:999px;background:#2563eb14;color:var(--opxr-primary);font-size:12.5px;font-weight:950;transition:transform .18s ease,background .18s ease,border-color .18s ease}.opx-back-btn:hover{transform:translateY(-1px);background:#2563eb1f;border-color:#2563eb47}.opx-title-row{display:flex;align-items:flex-start;gap:16px;min-width:0}.opx-record-icon{flex:0 0 auto;display:grid;place-items:center;width:58px;height:58px;border-radius:20px;background:linear-gradient(135deg,#2563eb24,#7c3aed21),#fff;color:var(--opxr-primary);font-size:27px;box-shadow:0 10px 24px #2563eb1f}.opx-object-label{margin-bottom:5px;color:var(--opxr-primary);font-size:12px;font-weight:950;letter-spacing:.1em;text-transform:uppercase}.opx-record-hero h1{max-width:900px;margin:0;color:var(--opxr-text);font-size:clamp(30px,4vw,50px);line-height:1.04;letter-spacing:-.055em;overflow-wrap:anywhere}.opx-hero-meta{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin-top:14px}.opx-hero-meta>span:not(.opx-health-pill){display:inline-flex;align-items:center;min-height:30px;padding:7px 11px;border:1px solid var(--opxr-border);border-radius:999px;background:#ffffffbd;color:#475569;font-size:12.5px;font-weight:850}.opx-hero-actions{display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;gap:10px;min-width:360px}.opx-health-pill{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:7px 11px;border-radius:999px;font-size:12px;font-weight:950;line-height:1;white-space:nowrap}.opx-health-pill.good{color:#15803d;background:#16a34a21}.opx-health-pill.warn{color:#b45309;background:#f59e0b29}.opx-health-pill.bad{color:#b91c1c;background:#dc26261f}.opx-health-pill.neutral{color:#475569;background:#64748b1f}.opx-path-card,.sf-path-card.opx-path-card{margin-top:18px;padding:20px;border:1px solid var(--opxr-border);border-radius:var(--opxr-radius-lg);background:#ffffffeb;box-shadow:var(--opxr-shadow-sm)}.opx-path-top{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px}.opx-path-top span{color:var(--opxr-primary);font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.opx-path-top h2{margin:4px 0 0;color:var(--opxr-text);font-size:23px;font-weight:950;letter-spacing:-.035em}.opx-path-top p{margin:6px 0 0;color:var(--opxr-muted);font-size:13.5px;line-height:1.55}.opx-path-actions{flex:0 0 auto}.opx-stage-wrap,.sf-stage-wrap.opx-stage-wrap{width:100%}.opx-stage-path,.sf-stage-path.opx-stage-path{display:grid;grid-template-columns:repeat(8,minmax(150px,1fr));gap:10px;overflow-x:auto;padding-bottom:4px;scrollbar-width:thin}.opx-stage,.sf-stage.opx-stage{position:relative;display:flex;align-items:center;gap:10px;min-height:74px;min-width:150px;padding:13px;border:1px solid var(--opxr-border);border-radius:16px;background:#fff;color:var(--opxr-text);text-align:left;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease,opacity .18s ease}.opx-stage:hover,.sf-stage.opx-stage:hover{transform:translateY(-1px);border-color:#2563eb42;box-shadow:var(--opxr-shadow-sm)}.opx-stage.is-active,.sf-stage.opx-stage.is-active{border-color:#2563eb6b;background:linear-gradient(135deg,#2563eb1a,#fff);box-shadow:0 12px 26px #2563eb1f}.opx-stage.is-complete,.sf-stage.opx-stage.is-complete{background:linear-gradient(135deg,#16a34a13,#fff)}.opx-stage.is-disabled,.sf-stage.opx-stage.is-disabled{opacity:.58;cursor:not-allowed}.opx-stage-index{flex:0 0 auto;display:grid;place-items:center;width:31px;height:31px;border-radius:999px;background:var(--opxr-surface-muted);color:#475569;font-size:12px;font-weight:950}.opx-stage.is-active .opx-stage-index,.sf-stage.opx-stage.is-active .opx-stage-index{background:var(--opxr-primary);color:#fff}.opx-stage.is-complete .opx-stage-index,.sf-stage.opx-stage.is-complete .opx-stage-index{background:var(--opxr-green);color:#fff}.opx-stage-label{display:block;min-width:0;color:var(--opxr-text);font-size:13px;font-weight:950;line-height:1.25}.opx-stage small{display:block;margin-left:auto;color:var(--opxr-muted);font-size:11.5px;font-weight:850}.opx-guidance-panel,.sf-guidance.opx-guidance-panel{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:16px;margin-top:18px;padding:16px;border:1px solid rgba(226,232,240,.9);border-radius:20px;background:#fff}.sf-guidance-title{color:var(--opxr-primary);font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.sf-guidance-body{margin-top:7px;color:var(--opxr-text)}.sf-guidance-body strong{display:block;margin-bottom:7px;font-size:14px;font-weight:950}.sf-guidance-body ul{margin:0;padding-left:18px;color:var(--opxr-muted);font-size:13px;line-height:1.7}.opx-stage-requirements{min-width:0}.opx-req-good,.opx-req-warn{height:100%;padding:14px;border-radius:17px}.opx-req-good{border:1px solid rgba(22,163,74,.18);background:#16a34a14}.opx-req-warn{border:1px solid rgba(249,115,22,.2);background:#f9731617}.opx-req-good strong,.opx-req-warn strong{display:block;color:var(--opxr-text);font-size:13px;font-weight:950}.opx-req-good span,.opx-req-warn li{color:var(--opxr-muted);font-size:12.5px;line-height:1.55}.opx-req-warn ul{margin:8px 0 0;padding-left:18px}.opx-kpi-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;margin-top:18px}.opx-kpi-card{position:relative;overflow:hidden;min-height:126px;padding:18px;border:1px solid var(--opxr-border);border-radius:var(--opxr-radius-md);background:#ffffffeb;box-shadow:var(--opxr-shadow-sm);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.opx-kpi-card:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(37,99,235,.12),transparent 36%);opacity:0;transition:opacity .18s ease}.opx-kpi-card:hover{transform:translateY(-2px);border-color:#2563eb33;box-shadow:var(--opxr-shadow-md)}.opx-kpi-card:hover:after{opacity:1}.opx-kpi-card>*{position:relative;z-index:1}.opx-kpi-card>div{display:grid;place-items:center;width:43px;height:43px;margin-bottom:14px;border-radius:15px;background:var(--opxr-primary-soft);font-size:20px}.opx-kpi-card span{display:block;color:var(--opxr-muted);font-size:11px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.opx-kpi-card strong{display:block;margin-top:7px;color:var(--opxr-text);font-size:clamp(20px,2vw,28px);font-weight:950;line-height:1;letter-spacing:-.04em}.opx-kpi-card small{display:block;margin-top:8px;color:var(--opxr-muted);font-size:12px;line-height:1.35}.opx-record-grid{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:18px;align-items:start;margin-top:18px}.opx-main-stack,.opx-side-stack{display:grid;gap:18px;min-width:0}.opx-side-stack{position:sticky;top:18px}.opx-card,.sf-card.opx-card,.sf-card.sf-card-pad.opx-card{overflow:hidden;border:1px solid var(--opxr-border);border-radius:var(--opxr-radius-lg);background:#ffffffeb;box-shadow:var(--opxr-shadow-sm)}.sf-card-pad.opx-card{padding:0}.opx-card-head,.sf-card-h.opx-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:18px;border-bottom:1px solid rgba(226,232,240,.82);background:linear-gradient(135deg,#f8fafcf5,#ffffffeb)}.sf-card-title{color:var(--opxr-text);font-size:17px;font-weight:950;letter-spacing:-.025em}.opx-card-head p{margin:5px 0 0;color:var(--opxr-muted);font-size:13px;line-height:1.45}.opx-card-actions{display:flex;align-items:center;gap:8px}.opx-summary-card{padding-bottom:18px}.opx-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:18px}.opx-summary-grid>div{padding:14px;border:1px solid rgba(226,232,240,.92);border-radius:16px;background:#fff}.opx-summary-grid span{display:block;color:var(--opxr-muted);font-size:11px;font-weight:950;letter-spacing:.07em;text-transform:uppercase}.opx-summary-grid strong{display:block;margin-top:7px;color:var(--opxr-text);font-size:14px;font-weight:950;line-height:1.35;overflow-wrap:anywhere}.opx-progress-block{display:grid;gap:10px;margin:0 18px;padding:15px;border:1px solid rgba(37,99,235,.14);border-radius:18px;background:linear-gradient(135deg,#2563eb14,#fffffff5)}.opx-progress-block>div:first-child{display:flex;justify-content:space-between;gap:12px}.opx-progress-block span{color:var(--opxr-muted);font-size:12px;font-weight:950;letter-spacing:.06em;text-transform:uppercase}.opx-progress-block strong{color:var(--opxr-text);font-size:13px;font-weight:950}.opx-progress-track{height:10px;overflow:hidden;border-radius:999px;background:#e2e8f0}.opx-progress-track i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--opxr-primary),#22c55e)}.sf-card-b{display:grid;gap:0;padding:6px 0}.opx-field-row,.sf-frow.opx-field-row{display:grid;grid-template-columns:145px minmax(0,1fr);gap:12px;align-items:center;padding:13px 18px;border-bottom:1px solid rgba(226,232,240,.72)}.opx-field-row:last-child,.sf-frow.opx-field-row:last-child{border-bottom:0}.sf-flbl{color:var(--opxr-muted);font-size:12px;font-weight:950;letter-spacing:.05em;text-transform:uppercase}.sf-fval{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}.sf-field-value{min-width:0;color:var(--opxr-text);font-size:13.5px;font-weight:800;line-height:1.45;overflow-wrap:anywhere}.opx-inline-edit,.sf-inline-edit.opx-inline-edit{flex:0 0 auto;display:grid;place-items:center;width:30px;height:30px;border:1px solid var(--opxr-border);border-radius:999px;background:#fff;color:var(--opxr-primary);font-size:12px;font-weight:950;opacity:0;transform:translate(4px);transition:opacity .18s ease,transform .18s ease,border-color .18s ease,background .18s ease}.opx-field-row:hover .opx-inline-edit,.sf-frow.opx-field-row:hover .sf-inline-edit.opx-inline-edit,.opx-field-row.is-editing .opx-inline-edit{opacity:1;transform:translate(0)}.opx-inline-edit:hover{border-color:#2563eb47;background:var(--opxr-primary-soft)}.sf-required-error,.opx-field-row.sf-required-error{background:#f9731614;box-shadow:inset 4px 0 0 var(--opxr-orange)}.opx-inline-input,.sf-inline-input.opx-inline-input{width:100%;min-height:42px;border:1px solid rgba(37,99,235,.34);border-radius:14px;background:#fff;color:var(--opxr-text);padding:10px 12px;font-size:13.5px;font-weight:750;outline:none;box-shadow:var(--opxr-focus)}textarea.opx-inline-input{min-height:120px;resize:vertical}.opx-inline-actions{display:flex;gap:8px;margin-top:8px}.opx-inline-actions .sf-btn{min-height:34px;padding:8px 12px;font-size:12px}.opx-timeline{display:grid;gap:0;padding:6px 0}.opx-timeline-item{display:grid;grid-template-columns:44px minmax(0,1fr);gap:12px;padding:16px 18px;border-bottom:1px solid rgba(226,232,240,.72)}.opx-timeline-item:last-child{border-bottom:0}.opx-timeline-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:15px;background:var(--opxr-primary-soft);font-size:17px}.opx-timeline-item strong{display:block;color:var(--opxr-text);font-size:14px;font-weight:950}.opx-timeline-item p{margin:5px 0 0;color:var(--opxr-muted);font-size:13px;line-height:1.5}.opx-timeline-item small{display:block;margin-top:7px;color:var(--opxr-soft-text);font-size:12px;font-weight:800}.opx-empty,.sf-activity-empty.opx-empty{display:grid;place-items:center;text-align:center;min-height:270px;padding:34px 18px}.opx-empty>div:first-child{display:grid;place-items:center;width:68px;height:68px;margin-bottom:14px;border-radius:23px;background:linear-gradient(135deg,#2563eb21,#7c3aed21);font-size:30px}.sf-empty-title{color:var(--opxr-text);font-size:19px;font-weight:950;letter-spacing:-.03em}.sf-empty-text{max-width:430px;margin-top:7px;color:var(--opxr-muted);font-size:13.5px;line-height:1.55}.opx-insight-list{display:grid;gap:12px;padding:18px}.opx-insight{display:flex;align-items:flex-start;gap:12px;padding:14px;border:1px solid rgba(226,232,240,.9);border-radius:18px;background:#fff}.opx-insight>div:first-child{flex:0 0 auto;display:grid;place-items:center;width:38px;height:38px;border-radius:15px;background:var(--opxr-surface-muted);font-size:18px}.opx-insight.good>div:first-child{background:var(--opxr-green-soft)}.opx-insight.warn>div:first-child{background:var(--opxr-orange-soft)}.opx-insight.neutral>div:first-child{background:#64748b1f}.opx-insight strong{display:block;color:var(--opxr-text);font-size:13.5px;font-weight:950}.opx-insight p{margin:5px 0 0;color:var(--opxr-muted);font-size:13px;line-height:1.5}.opx-note-box{display:grid;gap:14px;padding:18px}.opx-note-box .sf-field-value{min-height:120px;padding:16px;border:1px solid rgba(226,232,240,.9);border-radius:18px;background:#fff;color:#334155;font-size:14px;line-height:1.65}.opx-next-action{margin:14px 18px;padding:14px;border:1px solid rgba(226,232,240,.92);border-radius:17px;background:#fff}.opx-next-action span{display:block;color:var(--opxr-muted);font-size:11px;font-weight:950;letter-spacing:.07em;text-transform:uppercase}.opx-next-action strong{display:block;margin-top:6px;color:var(--opxr-text);font-size:14px;font-weight:950;line-height:1.4}.opx-next-action small{display:block;margin-top:6px;color:var(--opxr-muted);font-size:12px;font-weight:800}.opx-side-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:0 18px 18px}.opx-record .sf-field,.opx-mini-modal .sf-field,.opx-drawer .sf-field{display:grid;gap:7px;margin:0}.opx-record .sf-field label,.opx-mini-modal .sf-field label,.opx-drawer .sf-field label{color:#334155;font-size:12px;font-weight:950;letter-spacing:.04em;text-transform:uppercase}.opx-record .sf-field input,.opx-record .sf-field select,.opx-record .sf-field textarea,.opx-mini-modal .sf-field input,.opx-mini-modal .sf-field select,.opx-mini-modal .sf-field textarea,.opx-drawer .sf-field input,.opx-drawer .sf-field select,.opx-drawer .sf-field textarea{width:100%;min-height:46px;border:1px solid rgba(148,163,184,.32);border-radius:15px;background:#fff;color:var(--opxr-text);padding:11px 13px;font-size:14px;font-weight:750;outline:none;transition:border-color .18s ease,box-shadow .18s ease}.opx-record .sf-field textarea,.opx-mini-modal .sf-field textarea,.opx-drawer .sf-field textarea{min-height:108px;resize:vertical;line-height:1.5}.opx-record .sf-field input:focus,.opx-record .sf-field select:focus,.opx-record .sf-field textarea:focus,.opx-mini-modal .sf-field input:focus,.opx-mini-modal .sf-field select:focus,.opx-mini-modal .sf-field textarea:focus,.opx-drawer .sf-field input:focus,.opx-drawer .sf-field select:focus,.opx-drawer .sf-field textarea:focus{border-color:#2563eb8c;box-shadow:var(--opxr-focus)}.opx-form-grid{display:grid;gap:14px}.opx-form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.opx-check-line{display:flex;align-items:center;gap:10px;color:#334155;font-size:13.5px;font-weight:850}.opx-check-line input{width:16px;height:16px;accent-color:var(--opxr-primary)}.sf-lookup{position:relative}.sf-lookup-results{position:absolute;z-index:30;top:calc(100% + 8px);left:0;right:0;max-height:240px;overflow-y:auto;border:1px solid rgba(226,232,240,.95);border-radius:16px;background:#fff;box-shadow:0 18px 44px #0f172a29}.sf-lookup-item{display:grid;gap:2px;padding:12px;border-bottom:1px solid rgba(226,232,240,.72);cursor:pointer}.sf-lookup-item:last-child{border-bottom:0}.sf-lookup-item:hover{background:#2563eb0f}.sf-lookup-item strong{color:var(--opxr-text);font-size:13.5px;font-weight:950}.sf-lookup-item small{color:var(--opxr-muted);font-size:12px}.sf-lookup-empty{padding:14px;color:var(--opxr-muted);font-size:13px;line-height:1.5}.sf-selected-user{margin-top:8px}.sf-user-pill{display:inline-flex;align-items:center;gap:8px;min-height:32px;padding:7px 10px;border-radius:999px;background:var(--opxr-primary-soft);color:var(--opxr-primary);font-size:12.5px;font-weight:900}.sf-remove{display:grid;place-items:center;width:18px;height:18px;border-radius:999px;background:#2563eb1f;cursor:pointer}.opx-mini-modal-backdrop,.sf-modal-backdrop.opx-mini-modal-backdrop{position:fixed;inset:0;z-index:1100;display:grid;place-items:center;padding:24px;background:#0f172a7a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.opx-mini-modal,.sf-modal-card.opx-mini-modal{width:min(720px,96vw);max-height:92vh;overflow:hidden;border:1px solid rgba(226,232,240,.82);border-radius:26px;background:#fff;box-shadow:0 30px 90px #0f172a4d}.opx-mini-modal-header,.sf-modal-header.opx-mini-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:22px 24px;border-bottom:1px solid rgba(226,232,240,.88);background:radial-gradient(circle at top right,rgba(37,99,235,.12),transparent 35%),linear-gradient(135deg,#fff,#f8fafc)}.opx-mini-modal-header strong{display:block;color:var(--opxr-text);font-size:22px;font-weight:950;letter-spacing:-.035em}.opx-mini-modal-header p{margin:6px 0 0;color:var(--opxr-muted);font-size:13.5px;line-height:1.45}.sf-close{flex:0 0 auto;display:grid;place-items:center;width:38px;height:38px;border:1px solid rgba(148,163,184,.28);border-radius:999px;background:#fff;color:var(--opxr-text);font-weight:950}.opx-mini-modal-body,.sf-modal-body.opx-mini-modal-body{display:grid;gap:15px;max-height:calc(92vh - 164px);overflow-y:auto;padding:22px 24px;background:#f8fafc}.opx-mini-modal-footer,.sf-modal-footer.opx-mini-modal-footer{display:flex;justify-content:flex-end;gap:10px;padding:18px 24px;border-top:1px solid rgba(226,232,240,.88);background:#fff}.opx-drawer-backdrop{position:fixed;inset:0;z-index:1200;display:flex;justify-content:flex-end;background:#0f172a70;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.opx-drawer{display:flex;flex-direction:column;width:min(520px,94vw);height:100%;background:#fff;box-shadow:-24px 0 80px #0f172a42;animation:opxDrawerIn .22s ease both}@keyframes opxDrawerIn{0%{transform:translate(32px);opacity:.6}to{transform:translate(0);opacity:1}}.opx-drawer header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:24px;border-bottom:1px solid rgba(226,232,240,.9);background:radial-gradient(circle at top right,rgba(37,99,235,.12),transparent 34%),linear-gradient(135deg,#fff,#f8fafc)}.opx-drawer header span{color:var(--opxr-primary);font-size:11px;font-weight:950;letter-spacing:.1em;text-transform:uppercase}.opx-drawer header h2{margin:5px 0 0;color:var(--opxr-text);font-size:24px;font-weight:950;letter-spacing:-.04em;line-height:1.15}.opx-drawer header button{flex:0 0 auto;display:grid;place-items:center;width:40px;height:40px;border:1px solid rgba(148,163,184,.28);border-radius:999px;background:#fff;color:var(--opxr-text);font-weight:950}.opx-drawer-body{display:grid;gap:15px;flex:1;overflow-y:auto;padding:22px 24px;background:#f8fafc}.opx-drawer footer{display:flex;justify-content:flex-end;gap:10px;padding:18px 24px;border-top:1px solid rgba(226,232,240,.9);background:#fff}.opx-skeleton-card{min-height:190px}.opx-skel{position:relative;overflow:hidden;border-radius:999px;background:#e2e8f0}.opx-skel:after,.opx-skel-block:after{content:"";position:absolute;inset:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.7),transparent);animation:opxRecordShimmer 1.25s infinite}.opx-skel.small{width:120px;height:16px}.opx-skel.title{width:min(520px,80vw);height:48px;margin-top:14px;border-radius:16px}.opx-skel.text{width:min(680px,84vw);height:18px;margin-top:14px}.opx-skel-block{position:relative;overflow:hidden;min-height:260px;border:1px solid var(--opxr-border);border-radius:var(--opxr-radius-lg);background:#ffffffe0}@keyframes opxRecordShimmer{to{transform:translate(100%)}}.sf-rec-hdr{display:flex;justify-content:space-between;gap:18px;padding:20px;border:1px solid var(--opxr-border);border-radius:var(--opxr-radius-lg);background:#ffffffeb;box-shadow:var(--opxr-shadow-sm)}.sf-rec-hdr-left{display:flex;align-items:center;gap:14px}.sf-rec-icon{display:grid;place-items:center;width:54px;height:54px;border-radius:19px;background:var(--opxr-primary-soft);font-size:25px}.sf-rec-obj{color:var(--opxr-primary);font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.sf-rec-name{margin-top:3px;color:var(--opxr-text);font-size:28px;font-weight:950;letter-spacing:-.04em}.sf-rec-hdr-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}@media(max-width:1480px){.opx-kpi-row{grid-template-columns:repeat(3,minmax(0,1fr))}.opx-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.opx-record-grid{grid-template-columns:minmax(0,1fr) 350px}}@media(max-width:1220px){.sf-opprec.opx-record,.opx-record{padding:22px}.opx-record-hero{flex-direction:column}.opx-hero-actions{justify-content:flex-start;width:100%;min-width:0}.opx-stage-path,.sf-stage-path.opx-stage-path{grid-template-columns:repeat(8,180px)}.opx-guidance-panel,.sf-guidance.opx-guidance-panel,.opx-record-grid{grid-template-columns:1fr}.opx-side-stack{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.sf-opprec.opx-record,.opx-record{padding:18px}.opx-kpi-row{grid-template-columns:repeat(2,minmax(0,1fr))}.opx-side-stack{grid-template-columns:1fr}.opx-card-head,.sf-card-h.opx-card-head{flex-direction:column}.opx-card-actions{width:100%;flex-wrap:wrap}.opx-card-actions .sf-btn{flex:1}.opx-form-grid.two{grid-template-columns:1fr}.opx-field-row,.sf-frow.opx-field-row{grid-template-columns:1fr;gap:7px}.opx-inline-edit,.sf-inline-edit.opx-inline-edit{opacity:1;transform:none}}@media(max-width:720px){.sf-opprec.opx-record,.opx-record{padding:12px}.opx-record-hero,.opx-path-card,.sf-path-card.opx-path-card,.opx-card,.sf-card.opx-card,.sf-card.sf-card-pad.opx-card{border-radius:21px}.opx-record-hero{padding:20px}.opx-title-row{flex-direction:column}.opx-record-icon{width:52px;height:52px}.opx-record-hero h1{font-size:31px}.opx-hero-actions{display:grid;grid-template-columns:1fr 1fr}.opx-hero-actions .sf-btn{width:100%}.opx-path-top{flex-direction:column}.opx-path-actions,.opx-path-actions .sf-btn{width:100%}.opx-stage-path,.sf-stage-path.opx-stage-path{grid-template-columns:repeat(8,165px)}.opx-stage,.sf-stage.opx-stage{min-width:165px}.opx-kpi-row,.opx-summary-grid,.opx-side-actions{grid-template-columns:1fr}.opx-mini-modal-backdrop,.sf-modal-backdrop.opx-mini-modal-backdrop{align-items:end;padding:10px}.opx-mini-modal,.sf-modal-card.opx-mini-modal{width:100%;max-height:96vh;border-radius:24px 24px 0 0}.opx-mini-modal-header,.sf-modal-header.opx-mini-modal-header,.opx-mini-modal-body,.sf-modal-body.opx-mini-modal-body,.opx-mini-modal-footer,.sf-modal-footer.opx-mini-modal-footer{padding-left:16px;padding-right:16px}.opx-mini-modal-footer,.sf-modal-footer.opx-mini-modal-footer,.opx-drawer footer{flex-direction:column}.opx-mini-modal-footer .sf-btn,.sf-modal-footer.opx-mini-modal-footer .sf-btn,.opx-drawer footer .sf-btn{width:100%}.opx-drawer{width:100%}.opx-drawer header,.opx-drawer-body,.opx-drawer footer{padding-left:16px;padding-right:16px}.sf-rec-hdr{flex-direction:column}.sf-rec-hdr-actions{display:grid;grid-template-columns:1fr;width:100%}}@media(max-width:460px){.sf-opprec.opx-record,.opx-record{padding:10px}.opx-record-hero{padding:18px}.opx-record-hero h1{font-size:28px}.opx-hero-actions{grid-template-columns:1fr}.opx-hero-meta{align-items:flex-start;flex-direction:column}.opx-hero-meta>span,.opx-health-pill{width:100%;justify-content:center}.opx-kpi-card{min-height:112px}.opx-kpi-card strong{font-size:24px}.opx-card-head,.sf-card-h.opx-card-head,.opx-summary-grid,.opx-insight-list,.opx-note-box{padding:14px}.opx-field-row,.sf-frow.opx-field-row{padding:12px 14px}.opx-timeline-item{grid-template-columns:1fr}.opx-timeline-icon{width:42px;height:42px}.opx-inline-actions{flex-direction:column}.opx-inline-actions .sf-btn{width:100%}}.dark .opx-record,.dark .sf-opprec.opx-record,[data-theme=dark] .opx-record,[data-theme=dark] .sf-opprec.opx-record{--opxr-bg: #020617;--opxr-surface: #0f172a;--opxr-surface-soft: #111827;--opxr-surface-muted: #1e293b;--opxr-text: #f8fafc;--opxr-muted: #94a3b8;--opxr-soft-text: #64748b;--opxr-border: rgba(148, 163, 184, .18);--opxr-border-strong: rgba(148, 163, 184, .28);background:radial-gradient(circle at top left,rgba(37,99,235,.25),transparent 34%),radial-gradient(circle at top right,rgba(124,58,237,.18),transparent 30%),linear-gradient(180deg,#020617,#0f172a)}.dark .opx-record-hero,.dark .opx-path-card,.dark .sf-path-card.opx-path-card,.dark .opx-kpi-card,.dark .opx-card,.dark .sf-card.opx-card,.dark .sf-card.sf-card-pad.opx-card,.dark .opx-mini-modal,.dark .sf-modal-card.opx-mini-modal,.dark .opx-drawer,.dark .sf-rec-hdr,[data-theme=dark] .opx-record-hero,[data-theme=dark] .opx-path-card,[data-theme=dark] .sf-path-card.opx-path-card,[data-theme=dark] .opx-kpi-card,[data-theme=dark] .opx-card,[data-theme=dark] .sf-card.opx-card,[data-theme=dark] .sf-card.sf-card-pad.opx-card,[data-theme=dark] .opx-mini-modal,[data-theme=dark] .sf-modal-card.opx-mini-modal,[data-theme=dark] .opx-drawer,[data-theme=dark] .sf-rec-hdr{background:#0f172ae6}.dark .opx-stage,.dark .sf-stage.opx-stage,.dark .opx-summary-grid>div,.dark .opx-next-action,.dark .opx-insight,.dark .opx-note-box .sf-field-value,.dark .opx-record .sf-btn,.dark .opx-mini-modal .sf-btn,.dark .opx-drawer .sf-btn,.dark .opx-inline-input,.dark .sf-inline-input.opx-inline-input,.dark .opx-record .sf-field input,.dark .opx-record .sf-field select,.dark .opx-record .sf-field textarea,.dark .opx-mini-modal .sf-field input,.dark .opx-mini-modal .sf-field select,.dark .opx-mini-modal .sf-field textarea,.dark .opx-drawer .sf-field input,.dark .opx-drawer .sf-field select,.dark .opx-drawer .sf-field textarea,.dark .sf-lookup-results,[data-theme=dark] .opx-stage,[data-theme=dark] .sf-stage.opx-stage,[data-theme=dark] .opx-summary-grid>div,[data-theme=dark] .opx-next-action,[data-theme=dark] .opx-insight,[data-theme=dark] .opx-note-box .sf-field-value,[data-theme=dark] .opx-record .sf-btn,[data-theme=dark] .opx-mini-modal .sf-btn,[data-theme=dark] .opx-drawer .sf-btn,[data-theme=dark] .opx-inline-input,[data-theme=dark] .sf-inline-input.opx-inline-input,[data-theme=dark] .opx-record .sf-field input,[data-theme=dark] .opx-record .sf-field select,[data-theme=dark] .opx-record .sf-field textarea,[data-theme=dark] .opx-mini-modal .sf-field input,[data-theme=dark] .opx-mini-modal .sf-field select,[data-theme=dark] .opx-mini-modal .sf-field textarea,[data-theme=dark] .opx-drawer .sf-field input,[data-theme=dark] .opx-drawer .sf-field select,[data-theme=dark] .opx-drawer .sf-field textarea,[data-theme=dark] .sf-lookup-results{background:#0f172af5;color:var(--opxr-text)}.dark .opx-mini-modal-body,.dark .sf-modal-body.opx-mini-modal-body,.dark .opx-drawer-body,[data-theme=dark] .opx-mini-modal-body,[data-theme=dark] .sf-modal-body.opx-mini-modal-body,[data-theme=dark] .opx-drawer-body{background:#020617}.dark .opx-progress-track,[data-theme=dark] .opx-progress-track{background:#334155e6}@media print{.opx-record,.sf-opprec.opx-record{padding:0;background:#fff}.opx-hero-actions,.opx-back-btn,.opx-path-card,.opx-side-stack,.opx-card-actions,.opx-inline-edit{display:none!important}.opx-record-grid{display:block}.opx-record-hero,.opx-card,.sf-card.opx-card,.opx-kpi-card{box-shadow:none}}.sf-modal-backdrop{position:fixed!important;inset:0!important;z-index:9999!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:24px!important;background:#0f172a8c!important;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.sf-modal-card{width:min(640px,94vw)!important;max-height:90vh!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;border-radius:26px!important;border:1px solid rgba(226,232,240,.95)!important;background:#fff!important;box-shadow:0 30px 90px #0f172a59!important}.sf-modal-card .sf-modal-header{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;padding:22px 26px!important;border-bottom:1px solid rgba(226,232,240,.9)!important;background:radial-gradient(circle at top right,rgba(37,99,235,.12),transparent 35%),linear-gradient(135deg,#fff,#f8fafc)!important;color:#0f172a!important;font-size:22px!important;font-weight:950!important;letter-spacing:-.03em!important}.sf-modal-card .sf-close{flex:0 0 auto!important;width:40px!important;height:40px!important;display:grid!important;place-items:center!important;border:1px solid rgba(148,163,184,.35)!important;border-radius:999px!important;background:#fff!important;color:#0f172a!important;font-size:18px!important;font-weight:900!important;cursor:pointer!important}.sf-modal-card .sf-close:hover{background:#f1f5f9!important}.sf-modal-card .sf-modal-body{display:grid!important;gap:16px!important;padding:24px 26px!important;overflow-y:auto!important;background:#f8fafc!important}.sf-modal-card .sf-field{display:grid!important;gap:7px!important;margin:0!important}.sf-modal-card .sf-field label{color:#334155!important;font-size:12px!important;font-weight:950!important;letter-spacing:.04em!important;text-transform:uppercase!important}.sf-modal-card .sf-field input,.sf-modal-card .sf-field select,.sf-modal-card .sf-field textarea{width:100%!important;min-height:46px!important;border:1px solid rgba(148,163,184,.36)!important;border-radius:15px!important;background:#fff!important;color:#0f172a!important;padding:11px 13px!important;font-size:14px!important;font-weight:750!important;outline:none!important;box-shadow:none!important}.sf-modal-card .sf-field textarea{min-height:92px!important;resize:vertical!important;line-height:1.5!important}.sf-modal-card .sf-field input:focus,.sf-modal-card .sf-field select:focus,.sf-modal-card .sf-field textarea:focus{border-color:#2563eb8c!important;box-shadow:0 0 0 4px #2563eb21!important}.sf-modal-card .sf-modal-footer{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:12px!important;padding:18px 26px!important;border-top:1px solid rgba(226,232,240,.9)!important;background:#fff!important}.sf-modal-card .sf-btn{min-height:42px!important;padding:10px 18px!important;border:1px solid rgba(148,163,184,.35)!important;border-radius:999px!important;background:#fff!important;color:#334155!important;font-size:14px!important;font-weight:900!important;cursor:pointer!important}.sf-modal-card .sf-btn:hover{background:#f8fafc!important}.sf-modal-card .sf-btn.primary{border-color:transparent!important;background:linear-gradient(135deg,#2563eb,#4f46e5)!important;color:#fff!important;box-shadow:0 14px 30px #2563eb47!important}.sf-modal-card .sf-btn.primary:hover{background:linear-gradient(135deg,#1d4ed8,#4338ca)!important}.sf-modal-card .sf-lookup{position:relative!important}.sf-modal-card .sf-lookup-results{position:absolute!important;z-index:10000!important;top:calc(100% + 8px)!important;left:0!important;right:0!important;max-height:220px!important;overflow-y:auto!important;border:1px solid rgba(226,232,240,.95)!important;border-radius:16px!important;background:#fff!important;box-shadow:0 18px 44px #0f172a29!important}.sf-modal-card .sf-lookup-item{padding:11px 13px!important;color:#0f172a!important;font-size:14px!important;font-weight:800!important;cursor:pointer!important;border-bottom:1px solid rgba(226,232,240,.75)!important}.sf-modal-card .sf-lookup-item:hover{background:#2563eb12!important}.sf-modal-card .sf-selected-user{margin-top:8px!important}.sf-modal-card .sf-user-pill{display:inline-flex!important;align-items:center!important;gap:8px!important;padding:8px 11px!important;border-radius:999px!important;background:#2563eb1a!important;color:#2563eb!important;font-size:13px!important;font-weight:900!important}.sf-modal-card .sf-remove{display:grid!important;place-items:center!important;width:18px!important;height:18px!important;border-radius:999px!important;background:#2563eb24!important;cursor:pointer!important}@media(max-width:720px){.sf-modal-backdrop{align-items:flex-end!important;padding:10px!important}.sf-modal-card{width:100%!important;max-height:94vh!important;border-radius:24px 24px 0 0!important}.sf-modal-card .sf-modal-header,.sf-modal-card .sf-modal-body,.sf-modal-card .sf-modal-footer{padding-left:16px!important;padding-right:16px!important}.sf-modal-card .sf-modal-footer{flex-direction:column-reverse!important}.sf-modal-card .sf-btn{width:100%!important}}.sf-rec-subline{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.sf-rec-subline span{display:inline-flex;align-items:center;min-height:28px;padding:6px 10px;border-radius:999px;background:#f1f5f9;color:#475569;font-size:12px;font-weight:800}.sf-health-pill{font-weight:950!important}.sf-health-pill.good{color:#15803d!important;background:#16a34a1f!important}.sf-health-pill.warn{color:#b45309!important;background:#f59e0b29!important}.sf-health-pill.neutral{color:#475569!important;background:#64748b1f!important}.sf-opp-metrics{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin:18px 0}.sf-opp-metric{padding:16px;border:1px solid rgba(148,163,184,.24);border-radius:18px;background:#fff;box-shadow:0 10px 24px #0f172a0d}.sf-opp-metric div{display:grid;place-items:center;width:38px;height:38px;margin-bottom:12px;border-radius:14px;background:#2563eb1a;font-size:18px}.sf-opp-metric span{display:block;color:#64748b;font-size:11px;font-weight:950;letter-spacing:.07em;text-transform:uppercase}.sf-opp-metric strong{display:block;margin-top:6px;color:#0f172a;font-size:22px;font-weight:950;letter-spacing:-.04em}.sf-opp-metric small{display:block;margin-top:6px;color:#64748b;font-size:12px;line-height:1.35}.sf-card-subtitle{margin-top:4px;color:#64748b;font-size:12.5px;font-weight:700}.sf-card-actions{display:flex;gap:8px}.sf-mini-btn{min-height:32px;padding:7px 11px;border:1px solid rgba(148,163,184,.32);border-radius:999px;background:#fff;color:#334155;font-size:12px;font-weight:900;cursor:pointer}.sf-mini-btn:hover{border-color:#2563eb4d;color:#2563eb}.sf-stage small{margin-left:8px;font-size:11px;opacity:.75}.sf-stage-ready-box{margin-top:16px}.sf-ready-good,.sf-ready-warn{max-width:420px;padding:14px;border-radius:16px}.sf-ready-good{border:1px solid rgba(22,163,74,.18);background:#16a34a14}.sf-ready-warn{border:1px solid rgba(249,115,22,.18);background:#f973161a}.sf-ready-good strong,.sf-ready-warn strong{display:block;color:#0f172a;font-size:13px;font-weight:950}.sf-ready-good span,.sf-ready-warn li{color:#64748b;font-size:12.5px;line-height:1.5}.sf-ready-warn ul{margin:8px 0 0;padding-left:18px}.sf-next-action-box{margin:14px 18px;padding:14px;border:1px solid rgba(226,232,240,.95);border-radius:16px;background:#fff}.sf-next-action-box span{display:block;color:#64748b;font-size:11px;font-weight:950;letter-spacing:.07em;text-transform:uppercase}.sf-next-action-box strong{display:block;margin-top:6px;color:#0f172a;font-size:14px;font-weight:950;line-height:1.45}.sf-next-action-box small{display:block;margin-top:5px;color:#64748b;font-size:12px}.sf-activity-timeline{display:grid;padding:8px 0}.sf-activity-item{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;padding:15px 18px;border-bottom:1px solid rgba(226,232,240,.8)}.sf-activity-item:last-child{border-bottom:0}.sf-activity-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:14px;background:#2563eb1a}.sf-activity-item strong{display:block;color:#0f172a;font-size:14px;font-weight:950}.sf-activity-item p{margin:5px 0 0;color:#64748b;font-size:13px;line-height:1.45}.sf-activity-item small{display:block;margin-top:6px;color:#94a3b8;font-size:12px;font-weight:800}.sf-health-card{padding:18px}.sf-health-main{padding:15px;border-radius:16px;margin-bottom:14px}.sf-health-main.good{background:#16a34a1a}.sf-health-main.warn{background:#f59e0b24}.sf-health-main.neutral{background:#64748b1a}.sf-health-main strong{display:block;color:#0f172a;font-size:17px;font-weight:950}.sf-health-main span{display:block;margin-top:5px;color:#64748b;font-size:13px;line-height:1.45}.sf-health-meter{display:grid;gap:8px}.sf-health-meter>div:first-child{display:flex;justify-content:space-between;color:#64748b;font-size:12px;font-weight:900}.sf-health-meter strong{color:#0f172a}.sf-health-track{height:9px;overflow:hidden;border-radius:999px;background:#e2e8f0}.sf-health-track i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#2563eb,#22c55e)}.sf-smart-actions{display:grid;gap:10px;padding:18px}.sf-smart-action{display:flex;gap:11px;padding:12px;border:1px solid rgba(226,232,240,.95);border-radius:15px;background:#fff}.sf-smart-action>div:first-child{display:grid;place-items:center;width:34px;height:34px;border-radius:13px;background:#2563eb1a}.sf-smart-action strong{display:block;color:#0f172a;font-size:13px;font-weight:950}.sf-smart-action span{display:block;margin-top:3px;color:#64748b;font-size:12.5px;line-height:1.4}.sf-drawer-backdrop{position:fixed;inset:0;z-index:10000;display:flex;justify-content:flex-end;background:#0f172a7a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.sf-drawer{width:min(520px,94vw);height:100%;display:flex;flex-direction:column;background:#fff;box-shadow:-24px 0 80px #0f172a40}.sf-drawer-header{display:flex;justify-content:space-between;gap:16px;padding:24px;border-bottom:1px solid rgba(226,232,240,.9)}.sf-drawer-header span{color:#2563eb;font-size:11px;font-weight:950;letter-spacing:.1em;text-transform:uppercase}.sf-drawer-header h2{margin:5px 0 0;color:#0f172a;font-size:25px;font-weight:950}.sf-drawer-header button{width:40px;height:40px;border:1px solid rgba(148,163,184,.32);border-radius:999px;background:#fff;cursor:pointer}.sf-drawer-body{flex:1;display:grid;gap:15px;overflow-y:auto;padding:22px 24px;background:#f8fafc}.sf-drawer-footer{display:flex;justify-content:flex-end;gap:10px;padding:18px 24px;border-top:1px solid rgba(226,232,240,.9)}@media(max-width:1280px){.sf-opp-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.sf-opp-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.sf-rec-subline{align-items:flex-start}}@media(max-width:640px){.sf-opp-metrics{grid-template-columns:1fr}.sf-card-actions{width:100%}.sf-mini-btn{flex:1}.sf-activity-item{grid-template-columns:1fr}.sf-drawer{width:100%}.sf-drawer-footer{flex-direction:column}.sf-drawer-footer .sf-btn{width:100%}}.opx-opportunity-modal{display:flex!important;flex-direction:column!important;max-height:92vh!important;overflow:hidden!important}.opx-modal-body{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;padding-bottom:130px!important;scroll-padding-bottom:130px!important}.opx-modal-footer{position:sticky!important;bottom:0!important;z-index:20!important;flex:0 0 auto!important;background:#fffffff5!important;-webkit-backdrop-filter:blur(14px)!important;backdrop-filter:blur(14px)!important;box-shadow:0 -14px 34px #0f172a14!important}.opx-form-section:last-child{margin-bottom:24px!important}@media(max-width:760px){.opx-modal-backdrop{padding:10px!important;align-items:flex-end!important}.opx-opportunity-modal{width:100%!important;max-height:96vh!important;border-radius:24px 24px 0 0!important}.opx-modal-body{padding-bottom:150px!important;scroll-padding-bottom:150px!important}.opx-modal-footer{padding:14px 16px calc(14px + env(safe-area-inset-bottom))!important}.opx-footer-actions{width:100%!important;display:grid!important;grid-template-columns:1fr 1.4fr!important;gap:10px!important}.opx-footer-actions .opx-btn,.opx-footer-actions .sf-btn{width:100%!important;min-height:54px!important}}.opx-opportunity-modal{width:min(1180px,96vw)!important}.opx-modal-body{padding-left:34px!important;padding-right:34px!important}.opx-form-section{max-width:none!important}.opx-form-grid.two{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:22px!important}.opx-modal-header,.opx-modal-footer{padding-left:34px!important;padding-right:34px!important}@media(min-width:1300px){.opx-opportunity-modal{width:min(1280px,94vw)!important}}@media(max-width:900px){.opx-opportunity-modal{width:min(760px,96vw)!important}.opx-form-grid.two{grid-template-columns:1fr!important}}@media(max-width:760px){.opx-opportunity-modal{width:100%!important}.opx-modal-body,.opx-modal-header,.opx-modal-footer{padding-left:16px!important;padding-right:16px!important}}.kanban-board{display:flex;gap:16px;overflow-x:auto;padding-bottom:10px}.kanban-column{flex:0 0 300px;background:#fff;border-radius:12px;display:flex;flex-direction:column;box-shadow:0 4px 10px #0000000d}.kanban-column-header{padding:15px;font-weight:700;border-bottom:1px solid #eee;background:#fafafa}.kanban-column-body{padding:10px;overflow-y:auto;flex:1}.task-card{background:#fff;padding:12px;border-radius:10px;margin-bottom:10px;cursor:pointer;border-left:6px solid #ddd;transition:.2s ease}.task-card:hover{transform:translateY(-2px)}.priority-low{border-left-color:#5cb85c}.priority-medium{border-left-color:#0275d8}.priority-high{border-left-color:#f0ad4e}.priority-critical{border-left-color:#d9534f}.task-title{font-weight:600;margin-bottom:6px}.task-meta{font-size:12px;display:flex;justify-content:space-between;color:#666}.task-actions{margin-top:8px}.task-card.dragging{opacity:.6;transform:rotate(2deg)}.kanban-column-body{min-height:200px}.kanban-column-body.drag-over{background:#0000000a}.task-card.overdue{box-shadow:0 0 0 2px #ef4444 inset}.task-card.escalated{border-left:4px solid #7b1fa2}.task-badge{margin-top:6px;padding:4px 6px;font-size:10px;font-weight:600;border-radius:4px;display:inline-block}.badge-overdue{background:#e53935;color:#fff}.badge-escalated{background:#7b1fa2;color:#fff}.due-overdue{color:#e53935;font-weight:600}.hc-page,.tasks-board{width:100%;overflow-x:hidden}.drawer-close{cursor:pointer;font-size:14px;color:#666;margin-bottom:16px}.drawer-section h4{margin-bottom:8px;font-size:14px;color:#333}.avatar-group{display:flex;gap:6px}.avatar{width:28px;height:28px;border-radius:50%;background:#1976d2;color:#fff;font-size:12px;display:flex;align-items:center;justify-content:center}.sla-countdown{font-weight:600;font-size:13px}.sla-danger{color:#e53935}.task-drawer{position:fixed;top:0;right:0;width:520px;max-width:100%;height:100vh;background:#fff;box-shadow:-6px 0 20px #0000001f;z-index:2000;padding:24px;overflow-y:auto;transition:transform .3s ease}@media(max-width:768px){.task-drawer{width:100%!important;left:0;right:0;border-radius:0;padding:16px}}.task-drawer.hidden{transform:translate(100%)}.drawer-section{margin-bottom:20px}.drawer-close{cursor:pointer;margin-bottom:16px;font-size:14px}.task-modal{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:9999}.task-modal-content{background:#fff;width:520px;max-width:90%;border-radius:12px;padding:24px;box-shadow:0 20px 60px #00000040;display:flex;flex-direction:column;gap:12px}.task-modal-content input,.task-modal-content textarea,.task-modal-content select{width:100%;padding:8px;border-radius:6px;border:1px solid #ddd}.task-modal-content textarea{resize:vertical;min-height:80px}.assignee-group{margin-bottom:16px}.assignee-header{font-weight:600;font-size:13px;padding:6px 8px;background:#f7f8fa;border-radius:6px;margin-bottom:8px}.epic-badge{background:#0052cc;color:#fff;font-size:11px;padding:3px 6px;border-radius:4px;margin-right:6px}.task-epic-badge{display:inline-block;background:#0052cc;color:#fff;padding:2px 8px;border-radius:4px;font-size:11px;margin-bottom:6px}.issue-parent{margin-bottom:16px}.issue-children{margin-left:20px;margin-top:8px;border-left:2px solid #e0e0e0;padding-left:12px}.issue-type{font-size:11px;font-weight:600;color:#666}.issue-card{background:#fff;border-radius:8px;padding:10px;margin-bottom:8px;box-shadow:0 1px 2px #0000001a}.kanban-board{display:flex;gap:20px;padding:20px;overflow-x:auto}.kanban-column{background:#f4f5f7;border-radius:8px;width:280px;flex-shrink:0;display:flex;flex-direction:column}.kanban-column-header{padding:12px;font-weight:600;font-size:14px}.kanban-column-body{padding:10px;min-height:400px}.issue-card{background:#fff;border-radius:6px;padding:10px;margin-bottom:10px;cursor:grab;box-shadow:0 1px 3px #00000026}.issue-type{font-size:11px;font-weight:600;color:#5e6c84;margin-bottom:4px}.issue-title{font-size:13px;font-weight:500;margin-bottom:6px}.issue-priority{font-size:11px;color:#999}body{font-family:Arial,sans-serif;background:#f4f5f7}.header{display:flex;justify-content:space-between;align-items:center}.config{background:#f1f2f4;padding:15px;margin:15px 0}.config label{display:block;margin:6px 0}.row{margin-bottom:15px}.row label{display:block;margin-bottom:4px;font-weight:700}.row input,.row select{width:100%;padding:6px}.footer{display:flex;justify-content:space-between;margin-top:20px}.primary{background:#0052cc;color:#fff;border:none;padding:6px 14px;cursor:pointer}#fileList{font-size:13px;margin-top:5px}@media(max-width:768px){.kanban,.kanban-board{display:flex!important;overflow-x:auto;gap:12px;padding:10px}.kanban-column{min-width:260px;max-width:260px;flex:0 0 auto}.task-card{padding:10px}.task-title{font-size:14px}.task-meta{font-size:11px}.tasks-header{flex-direction:column;align-items:flex-start;gap:10px}.task-drawer{width:100%!important;max-width:100%;right:0;left:0;border-radius:0;padding:16px}.issue-panel,.task-modal-content{width:100%!important;max-width:100%;height:100%;border-radius:0}.thread-modal,.task-modal{padding:10px}.thread-modal-content{width:100%!important;max-width:100%}.task-title,.issue-title{word-break:break-word}}@media(max-width:768px){.kanban-board{display:flex!important;flex-direction:row!important;overflow-x:auto!important;gap:12px!important;padding:10px!important}.kanban-column{min-width:260px!important;max-width:260px!important;flex:0 0 260px!important}.hc-page,.tasks-board{overflow-x:hidden!important}.task-drawer{width:100%!important;left:0!important;right:0!important;padding:16px!important}.task-modal-content{width:100%!important;max-width:100%!important;border-radius:0!important}}.sf-dashboard{padding:20px;background:#f4f6f9}.sf-dash-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.sf-dash-controls{display:flex;gap:10px}.sf-kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:24px}.sf-kpi{background:#fff;border-radius:12px;padding:16px;box-shadow:0 1px 3px #00000014}.sf-kpi-title{font-size:13px;color:#5e6b7f}.sf-kpi-value{font-size:28px;font-weight:600;margin-top:4px}.sf-kpi-trend{font-size:12px;color:#2e844a;margin-top:4px}.sf-chart-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px;margin-bottom:24px}.sf-table-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.sf-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;padding:16px}.sf-card-header{font-weight:600;margin-bottom:12px}.sf-chart-placeholder{height:220px;display:flex;align-items:center;justify-content:center;background:#f9fafb;border-radius:8px}.sf-chart-mock{color:#9aa5b1;font-size:20px}.sf-filter-bar{display:flex;gap:16px;align-items:flex-end;background:#fff;padding:12px 16px;border-radius:12px;margin:16px 0 24px;box-shadow:0 1px 3px #00000014}.sf-filter-group{display:flex;flex-direction:column;gap:4px}.sf-filter-group label{font-size:12px;color:#5e6b7f}.sf-filter-group select{padding:6px 8px;border-radius:6px;border:1px solid #d8dde6}.sf-clickable{cursor:pointer}.sf-clickable:hover{box-shadow:0 0 0 2px #1b96ff inset}.sf-chart-canvas{height:260px;position:relative}.sf-layout-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.sf-layout-item{transition:transform .15s ease,box-shadow .15s ease}.sf-draggable{cursor:grab}.sf-draggable:active{cursor:grabbing}.sf-draggable:hover{box-shadow:0 0 0 2px #1b96ff inset}.w-1{grid-column:span 1}.w-2{grid-column:span 2}.h-1{min-height:160px}.h-2{min-height:340px}.sf-dashboard{padding:20px 24px 32px;background:#f4f6f9}.sf-dash-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.sf-dash-header h1{font-size:22px;font-weight:600;letter-spacing:-.01em}.sf-card,.sf-kpi{background:#fff;border-radius:14px;box-shadow:0 1px 2px #0000000f,0 6px 18px #0000000a}.sf-card:hover,.sf-kpi:hover{transform:translateY(-1px);box-shadow:0 4px 10px #00000014,0 10px 24px #0000000f}.sf-card,.sf-kpi{transition:transform .15s ease,box-shadow .15s ease}.sf-kpi-title{font-size:12px;color:#5e6b7f;text-transform:uppercase;letter-spacing:.04em}.sf-kpi-value{font-size:30px;font-weight:600;margin-top:4px}.sf-kpi-trend{font-size:13px;font-weight:500;margin-top:6px}.sf-chart-canvas{padding:8px 4px 4px}.sf-card-header{font-size:14px;font-weight:600;color:#1f2937;margin-bottom:6px}.sf-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e6e6e6 37%,#f0f0f0 63%);background-size:400% 100%;animation:shimmer 1.4s ease infinite;border-radius:8px}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.sf-empty{padding:28px;text-align:center;color:#6b7280;font-size:14px}.sf-chart-canvas{position:relative;width:100%;height:260px;padding:0 8px;box-sizing:border-box}.sf-chart-canvas canvas{display:block;width:100%!important;height:100%!important}.sf-card-header{padding-bottom:2px}.sf-chart-canvas{padding-top:4px}.sf-widget-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:160px}.spinner{width:28px;height:28px;border:3px solid #e5e7eb;border-top:3px solid #1b96ff;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:10px}@keyframes spin{to{transform:rotate(360deg)}}.sf-modal-content{background:#fff;padding:20px;border-radius:8px;width:320px}.sf-widget-menu{position:absolute;top:10px;right:10px}.sf-widget-menu-btn{background:none;border:none;font-size:18px;cursor:pointer}.sf-widget-dropdown{display:none;position:absolute;right:0;top:26px;background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 8px 24px #00000014}.sf-widget-dropdown.open{display:block}.sf-widget-action{padding:8px 12px;cursor:pointer}.sf-widget-action:hover{background:#f3f4f6}.sf-chart-canvas canvas{pointer-events:auto}.sf-widget-menu{z-index:10}.sf-kpi-card{display:flex;flex-direction:column;justify-content:center;height:140px}.sf-kpi-title{font-size:14px;color:#6b7280}.sf-kpi-value{font-size:32px;font-weight:600;margin-top:8px}:root{--lx-bg: #f5f7fb;--lx-surface: #ffffff;--lx-surface-soft: #f8fafc;--lx-surface-muted: #f1f5f9;--lx-text: #0f172a;--lx-muted: #64748b;--lx-soft-text: #94a3b8;--lx-border: rgba(148, 163, 184, .28);--lx-border-strong: rgba(100, 116, 139, .36);--lx-primary: #2563eb;--lx-primary-dark: #1d4ed8;--lx-primary-soft: rgba(37, 99, 235, .11);--lx-green: #16a34a;--lx-green-soft: rgba(22, 163, 74, .12);--lx-purple: #7c3aed;--lx-purple-soft: rgba(124, 58, 237, .12);--lx-orange: #f97316;--lx-orange-soft: rgba(249, 115, 22, .13);--lx-red: #dc2626;--lx-red-soft: rgba(220, 38, 38, .12);--lx-teal: #0f766e;--lx-teal-soft: rgba(15, 118, 110, .12);--lx-shadow-sm: 0 8px 22px rgba(15, 23, 42, .06);--lx-shadow-md: 0 16px 44px rgba(15, 23, 42, .09);--lx-shadow-lg: 0 28px 90px rgba(15, 23, 42, .16);--lx-radius-sm: 12px;--lx-radius-md: 18px;--lx-radius-lg: 28px;--lx-focus: 0 0 0 4px rgba(37, 99, 235, .15)}.lx-analytics,.lx-analytics-pro{min-height:100vh;width:100%;background:radial-gradient(circle at top left,rgba(37,99,235,.12),transparent 34%),radial-gradient(circle at top right,rgba(124,58,237,.1),transparent 30%),linear-gradient(180deg,#f8fafc 0%,var(--lx-bg) 100%);color:var(--lx-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.lx-analytics *,.lx-analytics *:before,.lx-analytics *:after{box-sizing:border-box}.lx-analytics button,.lx-analytics input,.lx-analytics select,.lx-analytics textarea{font:inherit}.lx-analytics button{cursor:pointer}.lx-analytics button:disabled{cursor:not-allowed;opacity:.65}.lx-analytics input,.lx-analytics select,.lx-analytics textarea{min-width:0}.lx-page-header{position:relative;overflow:hidden;display:flex;justify-content:space-between;align-items:flex-start;gap:28px;padding:32px;border-bottom:1px solid var(--lx-border);background:linear-gradient(135deg,#fffffff5,#f8fafceb),radial-gradient(circle at 88% 20%,rgba(37,99,235,.16),transparent 32%);box-shadow:0 8px 28px #0f172a0a}.lx-page-header:after{content:"";position:absolute;right:-90px;top:-120px;width:310px;height:310px;border-radius:999px;background:linear-gradient(135deg,#2563eb2e,#7c3aed24);filter:blur(4px);pointer-events:none}.lx-page-header>*{position:relative;z-index:1}.lx-eyebrow{display:inline-flex;align-items:center;gap:9px;margin-bottom:10px;padding:7px 11px;border:1px solid rgba(37,99,235,.18);border-radius:999px;background:#2563eb14;color:var(--lx-primary);font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.lx-eyebrow:before{content:"";width:8px;height:8px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 6px #22c55e21}.lx-page-header h1{margin:0;color:var(--lx-text);font-size:clamp(34px,4vw,54px);line-height:1.02;font-weight:950;letter-spacing:-.055em}.lx-sub{max-width:760px;margin-top:12px;color:var(--lx-muted);font-size:15.5px;line-height:1.65;font-weight:650}.lx-actions{display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;gap:11px;min-width:min(520px,100%)}.lx-search-wrap{position:relative;flex:1 1 300px;min-width:260px}.lx-search-wrap span{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--lx-soft-text);font-size:18px;pointer-events:none}.lx-search,.lx-search-wrap input{width:100%;min-height:46px;border:1px solid var(--lx-border);border-radius:999px;background:#fff;color:var(--lx-text);padding:11px 16px 11px 44px;font-size:14px;font-weight:750;outline:none;box-shadow:0 8px 18px #0f172a0a;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.lx-search::placeholder,.lx-search-wrap input::placeholder{color:#94a3b8;font-weight:650}.lx-search:focus,.lx-search-wrap input:focus{border-color:#2563eb7a;box-shadow:var(--lx-focus)}.lx-btn,.lx-btn-primary,.lx-btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:10px 16px;border-radius:999px;font-size:13.5px;font-weight:900;line-height:1;white-space:nowrap;border:1px solid transparent;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease,border-color .18s ease}.lx-btn:hover,.lx-btn-primary:hover,.lx-btn-secondary:hover{transform:translateY(-1px)}.lx-btn:active,.lx-btn-primary:active,.lx-btn-secondary:active{transform:translateY(0)}.lx-btn:focus-visible,.lx-btn-primary:focus-visible,.lx-btn-secondary:focus-visible{outline:none;box-shadow:var(--lx-focus)}.lx-btn,.lx-btn-secondary{color:#334155;background:#fff;border-color:var(--lx-border);box-shadow:0 8px 18px #0f172a0a}.lx-btn:hover,.lx-btn-secondary:hover{color:var(--lx-primary);border-color:#2563eb3d;background:#fff}.lx-btn-primary{color:#fff;background:linear-gradient(135deg,var(--lx-primary),#4f46e5);box-shadow:0 14px 32px #2563eb40}.lx-btn-primary:hover{background:linear-gradient(135deg,var(--lx-primary-dark),#4338ca);box-shadow:0 18px 38px #2563eb4f}.lx-alert{display:flex;flex-direction:column;gap:4px;margin:22px 32px 0;padding:16px 18px;border:1px solid rgba(220,38,38,.22);border-radius:var(--lx-radius-md);background:linear-gradient(135deg,#fff7f7,#fff);color:#991b1b;box-shadow:var(--lx-shadow-sm)}.lx-alert strong{font-size:14px;font-weight:950}.lx-alert span{color:#7f1d1d;font-size:13px}.lx-body{display:grid;grid-template-columns:280px minmax(0,1fr);align-items:start;gap:22px;padding:24px 32px 36px}.lx-content{display:grid;gap:20px;min-width:0}.lx-sidebar{position:sticky;top:18px;display:grid;gap:18px;align-self:start;min-width:0;padding:18px;border:1px solid var(--lx-border);border-radius:var(--lx-radius-lg);background:#ffffffe6;box-shadow:var(--lx-shadow-sm)}.lx-section{display:grid;gap:7px}.lx-section-title{margin:0 0 5px;padding:0 4px;color:var(--lx-muted);font-size:11px;font-weight:950;letter-spacing:.09em;text-transform:uppercase}.lx-item{width:100%;display:flex;align-items:center;gap:11px;min-height:40px;padding:9px 11px;border:1px solid transparent;border-radius:14px;background:transparent;color:#475569;text-align:left;font-size:13.5px;font-weight:850;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease}.lx-item span{display:grid;place-items:center;width:24px;height:24px;border-radius:9px;background:var(--lx-surface-muted);font-size:13px}.lx-item b{min-width:0;font-weight:850;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lx-item:hover{transform:translate(2px);background:#2563eb0f;color:var(--lx-primary)}.lx-item.active{border-color:#2563eb2e;background:#2563eb1a;color:var(--lx-primary)}.lx-item.active span{background:#fff}.lx-empty-small{padding:10px 8px;color:var(--lx-muted);font-size:12.5px;line-height:1.45}.lx-insight-hero{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:24px;align-items:center;padding:26px;border:1px solid var(--lx-border);border-radius:var(--lx-radius-lg);background:linear-gradient(135deg,#fffffff5,#f8fafce6),radial-gradient(circle at 84% 18%,rgba(37,99,235,.18),transparent 30%);box-shadow:var(--lx-shadow-md)}.lx-insight-hero:after{content:"";position:absolute;right:-80px;top:-90px;width:260px;height:260px;border-radius:999px;background:linear-gradient(135deg,#2563eb2e,#7c3aed21);pointer-events:none}.lx-insight-hero>*{position:relative;z-index:1}.lx-hero-label{color:var(--lx-primary);font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.lx-insight-hero h2{max-width:820px;margin:8px 0 0;color:var(--lx-text);font-size:clamp(28px,3.4vw,46px);line-height:1.06;font-weight:950;letter-spacing:-.055em}.lx-insight-hero p{max-width:760px;margin:12px 0 0;color:var(--lx-muted);font-size:15px;line-height:1.65;font-weight:650}.lx-hero-panel{padding:18px;border:1px solid rgba(37,99,235,.16);border-radius:22px;background:linear-gradient(135deg,#2563eb1a,#ffffffe6),#fff;box-shadow:var(--lx-shadow-sm)}.lx-hero-panel span{display:block;color:var(--lx-muted);font-size:11px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.lx-hero-panel strong{display:block;margin-top:9px;color:var(--lx-text);font-size:42px;line-height:1;font-weight:950;letter-spacing:-.05em}.lx-hero-panel small{display:block;margin-top:8px;color:var(--lx-muted);font-size:12.5px;font-weight:750}.lx-health-track{height:10px;overflow:hidden;margin-top:14px;border-radius:999px;background:#e2e8f0}.lx-health-track i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--lx-primary),#22c55e)}.lx-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.lx-kpi{position:relative;overflow:hidden;min-height:132px;padding:18px;border:1px solid var(--lx-border);border-radius:var(--lx-radius-md);background:#ffffffeb;box-shadow:var(--lx-shadow-sm);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.lx-kpi:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(37,99,235,.1),transparent 36%);opacity:0;transition:opacity .18s ease}.lx-kpi:hover{transform:translateY(-2px);border-color:#2563eb33;box-shadow:var(--lx-shadow-md)}.lx-kpi:hover:after{opacity:1}.lx-kpi>*{position:relative;z-index:1}.lx-kpi-icon{display:grid;place-items:center;width:44px;height:44px;margin-bottom:14px;border-radius:16px;background:var(--lx-primary-soft);font-size:20px}.lx-kpi.green .lx-kpi-icon{background:var(--lx-green-soft)}.lx-kpi.purple .lx-kpi-icon{background:var(--lx-purple-soft)}.lx-kpi.orange .lx-kpi-icon{background:var(--lx-orange-soft)}.lx-kpi.teal .lx-kpi-icon{background:var(--lx-teal-soft)}.lx-kpi span{display:block;color:var(--lx-muted);font-size:11px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.lx-kpi strong{display:block;margin-top:7px;color:var(--lx-text);font-size:clamp(24px,2.2vw,34px);line-height:1;font-weight:950;letter-spacing:-.045em}.lx-kpi small{display:block;margin-top:8px;color:var(--lx-muted);font-size:12.5px;line-height:1.35}.lx-toolbar{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:15px;border:1px solid var(--lx-border);border-radius:var(--lx-radius-lg);background:#ffffffe8;box-shadow:var(--lx-shadow-sm)}.lx-filter-group{display:flex;align-items:center;flex-wrap:wrap;gap:10px;min-width:0}.lx-filter-group select,.lx-modal select,.lx-modal input,.lx-modal textarea{min-height:42px;border:1px solid var(--lx-border);border-radius:999px;background:#fff;color:var(--lx-text);padding:10px 14px;font-size:13.5px;font-weight:750;outline:none;transition:border-color .18s ease,box-shadow .18s ease}.lx-filter-group select:focus,.lx-modal select:focus,.lx-modal input:focus,.lx-modal textarea:focus{border-color:#2563eb80;box-shadow:var(--lx-focus)}.lx-view-toggle{display:inline-flex;align-items:center;gap:4px;min-height:42px;padding:4px;border:1px solid var(--lx-border);border-radius:999px;background:var(--lx-surface-soft)}.lx-view-toggle button{min-height:32px;padding:7px 13px;border:0;border-radius:999px;background:transparent;color:#64748b;font-size:12.5px;font-weight:950;transition:color .18s ease,background .18s ease,box-shadow .18s ease}.lx-view-toggle button.active{color:var(--lx-primary);background:#fff;box-shadow:0 8px 18px #0f172a14}.lx-top-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.lx-card,.lx-my-analytics{overflow:hidden;border:1px solid var(--lx-border);border-radius:var(--lx-radius-lg);background:#ffffffeb;box-shadow:var(--lx-shadow-sm)}.lx-card-header,.lx-my-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:18px;border-bottom:1px solid rgba(226,232,240,.82);background:linear-gradient(135deg,#f8fafcf5,#ffffffeb)}.lx-card-header h3,.lx-my-header h3{margin:0;color:var(--lx-text);font-size:18px;font-weight:950;letter-spacing:-.025em}.lx-card-header p,.lx-my-header p{margin:5px 0 0;color:var(--lx-muted);font-size:13px;line-height:1.45}.lx-card-header>span{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:30px;padding:0 10px;border-radius:999px;background:var(--lx-primary-soft);color:var(--lx-primary);font-size:12.5px;font-weight:950}.lx-card-body{display:grid;gap:8px;padding:12px 16px 16px}.lx-list-item{width:100%;display:flex;align-items:center;gap:12px;min-height:64px;padding:10px;border:1px solid transparent;border-radius:16px;background:transparent;color:inherit;text-align:left;cursor:pointer;transition:background .18s ease,border-color .18s ease,transform .18s ease}.lx-list-item:hover{transform:translateY(-1px);border-color:#2563eb29;background:#2563eb0d}.lx-icon,.lx-icon-sm{flex:0 0 auto;display:grid;place-items:center;border-radius:14px;background:var(--lx-primary-soft);color:var(--lx-primary);font-size:17px}.lx-icon{width:42px;height:42px}.lx-icon-sm{width:36px;height:36px;font-size:15px}.lx-icon.dashboard,.lx-icon-sm.dashboard{background:var(--lx-green-soft);color:var(--lx-green)}.lx-icon.insight,.lx-icon-sm.insight{background:var(--lx-purple-soft);color:var(--lx-purple)}.lx-title{color:var(--lx-text);font-size:14px;font-weight:950;line-height:1.25}.lx-meta{margin-top:4px;color:var(--lx-muted);font-size:12.5px;line-height:1.35}.lx-view-all{justify-self:start;display:inline-flex;align-items:center;min-height:34px;margin-top:5px;padding:8px 10px;border:0;border-radius:999px;background:transparent;color:var(--lx-primary);font-size:13px;font-weight:900}.lx-view-all:hover{background:var(--lx-primary-soft)}.lx-mini-empty{display:grid;place-items:center;min-height:110px;color:var(--lx-muted);font-size:13.5px;font-weight:750;text-align:center}.lx-my-analytics{display:grid}.lx-my-actions{display:flex;align-items:center;gap:8px}.lx-tabs{display:flex;align-items:center;gap:2px;padding:0 18px;border-bottom:1px solid rgba(226,232,240,.82);background:#fff}.lx-tab{position:relative;min-height:50px;padding:0 16px;border:0;background:transparent;color:var(--lx-muted);font-size:13.5px;font-weight:900;cursor:pointer}.lx-tab:after{content:"";position:absolute;left:14px;right:14px;bottom:-1px;height:3px;border-radius:999px 999px 0 0;background:transparent}.lx-tab:hover,.lx-tab.active{color:var(--lx-primary)}.lx-tab.active:after{background:var(--lx-primary)}.lx-tab-panel.hidden,.hidden{display:none!important}.lx-table-wrap{width:100%;overflow-x:auto;scrollbar-width:thin}.lx-table{width:100%;min-width:1040px;border-collapse:separate;border-spacing:0}.lx-table thead th{position:sticky;top:0;z-index:2;padding:14px 16px;border-bottom:1px solid var(--lx-border);background:#f8fafcfa;color:#475569;font-size:11px;font-weight:950;letter-spacing:.08em;text-align:left;text-transform:uppercase;white-space:nowrap}.lx-table tbody td{padding:14px 16px;border-bottom:1px solid rgba(226,232,240,.78);color:var(--lx-text);font-size:13.5px;vertical-align:middle}.lx-table tbody tr{cursor:pointer;transition:background .16s ease}.lx-table tbody tr:hover{background:#2563eb0a}.lx-table tbody tr:last-child td{border-bottom:0}.lx-table-title{display:flex;align-items:center;gap:11px;min-width:0}.lx-table-title strong{display:block;color:var(--lx-text);font-size:14px;font-weight:950;line-height:1.25}.lx-table-title small{display:block;max-width:420px;margin-top:4px;color:var(--lx-muted);font-size:12.5px;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lx-pill,.lx-status{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:6px 10px;border-radius:999px;font-size:11.5px;font-weight:950;line-height:1;white-space:nowrap}.lx-pill.report{color:#1d4ed8;background:#2563eb1a}.lx-pill.dashboard{color:#15803d;background:#16a34a1f}.lx-pill.insight{color:#6d28d9;background:#7c3aed1f}.lx-status.active{color:#15803d;background:#16a34a1f}.lx-status.favorite{color:#b45309;background:#f59e0b29}.lx-status.shared{color:#1d4ed8;background:#2563eb1a}.lx-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding:18px}.lx-report-card{display:grid;gap:14px;padding:16px;border:1px solid var(--lx-border);border-radius:var(--lx-radius-md);background:linear-gradient(135deg,#fffffffa,#f8fafcdb);box-shadow:0 10px 24px #0f172a0b;cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.lx-report-card:hover{transform:translateY(-2px);border-color:#2563eb3d;box-shadow:var(--lx-shadow-md)}.lx-report-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.lx-report-card h4{margin:0;color:var(--lx-text);font-size:16px;font-weight:950;line-height:1.25;letter-spacing:-.02em}.lx-report-card p{min-height:42px;margin:-6px 0 0;color:var(--lx-muted);font-size:13.5px;line-height:1.5}.lx-report-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.lx-report-meta div{padding:11px;border:1px solid rgba(226,232,240,.86);border-radius:14px;background:#fff}.lx-report-meta span{display:block;color:var(--lx-muted);font-size:11px;font-weight:950;letter-spacing:.06em;text-transform:uppercase}.lx-report-meta strong{display:block;margin-top:5px;color:var(--lx-text);font-size:13px;font-weight:950;line-height:1.25}.lx-empty-state{display:grid;place-items:center;text-align:center;min-height:340px;padding:36px 18px}.lx-empty-state>div{display:grid;place-items:center;width:74px;height:74px;margin-bottom:16px;border-radius:24px;background:linear-gradient(135deg,#2563eb21,#7c3aed21);font-size:34px}.lx-empty-state strong{display:block;color:var(--lx-text);font-size:22px;font-weight:950;letter-spacing:-.03em}.lx-empty-state p{max-width:420px;margin:8px 0 18px;color:var(--lx-muted);font-size:14px;line-height:1.6}.lx-modal-backdrop{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;padding:24px;background:#0f172a85;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.lx-modal{width:min(680px,96vw);max-height:92vh;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(226,232,240,.86);border-radius:28px;background:#fff;box-shadow:var(--lx-shadow-lg)}.lx-modal-header{display:flex;justify-content:space-between;gap:18px;padding:24px 28px;border-bottom:1px solid rgba(226,232,240,.9);background:radial-gradient(circle at top right,rgba(37,99,235,.12),transparent 34%),linear-gradient(135deg,#fff,#f8fafc)}.lx-modal-header span{display:block;color:var(--lx-primary);font-size:11px;font-weight:950;letter-spacing:.1em;text-transform:uppercase}.lx-modal-header h2{margin:6px 0 0;color:var(--lx-text);font-size:28px;font-weight:950;letter-spacing:-.04em;line-height:1.1}.lx-modal-header p{margin:8px 0 0;color:var(--lx-muted);font-size:13.5px;line-height:1.5}.lx-modal-header button{flex:0 0 auto;display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(148,163,184,.3);border-radius:999px;background:#fff;color:var(--lx-text);font-size:18px;font-weight:950}.lx-modal-header button:hover{background:var(--lx-surface-muted)}.lx-modal-body{display:grid;gap:15px;flex:1;min-height:0;overflow-y:auto;padding:22px 28px;background:#f8fafc}.lx-field{display:grid;gap:7px}.lx-field label{color:#334155;font-size:12px;font-weight:950;letter-spacing:.04em;text-transform:uppercase}.lx-field input,.lx-field select,.lx-field textarea{width:100%;border-radius:15px;font-weight:750}.lx-field textarea{min-height:110px;resize:vertical;line-height:1.5}.lx-check{display:flex;align-items:center;gap:10px;color:#334155;font-size:13.5px;font-weight:850}.lx-check input{width:16px;height:16px;accent-color:var(--lx-primary)}.lx-modal-footer{display:flex;justify-content:flex-end;gap:10px;padding:18px 28px;border-top:1px solid rgba(226,232,240,.9);background:#fff}.lx-skel,.lx-skel-block,.lx-skel-card,.lx-skel-hero,.lx-skel-nav{position:relative;overflow:hidden;background:#e2e8f0}.lx-skel:after,.lx-skel-block:after,.lx-skel-card:after,.lx-skel-hero:after,.lx-skel-nav:after{content:"";position:absolute;inset:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.7),transparent);animation:lxShimmer 1.25s infinite}.lx-skel-sm{width:140px;height:16px;border-radius:999px}.lx-skel-title{width:min(440px,74vw);height:48px;margin-top:14px;border-radius:16px}.lx-skel-nav{height:40px;border-radius:14px}.lx-skel-hero{min-height:210px;border-radius:var(--lx-radius-lg)}.lx-skel-card{min-height:132px;border-radius:var(--lx-radius-md)}@keyframes lxShimmer{to{transform:translate(100%)}}.lx-report-page,.lx-dashboard-page{min-height:100vh;padding:28px;background:radial-gradient(circle at top left,rgba(37,99,235,.1),transparent 34%),linear-gradient(180deg,#f8fafc 0%,var(--lx-bg) 100%);color:var(--lx-text)}.lx-report-header,.lx-report-meta,.lx-report-table-container,.lx-dashboard-widget{border:1px solid var(--lx-border);border-radius:var(--lx-radius-md);background:#ffffffeb;box-shadow:var(--lx-shadow-sm)}.lx-report-header{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;padding:22px}.lx-breadcrumb{color:var(--lx-primary);font-size:12px;font-weight:950;letter-spacing:.06em;text-transform:uppercase}.lx-report-header h1,.lx-dashboard-header h1{margin:4px 0 0;color:var(--lx-text);font-size:28px;font-weight:950;letter-spacing:-.04em}.lx-report-actions{display:flex;gap:9px;flex-wrap:wrap}.lx-report-meta{display:flex;gap:34px;flex-wrap:wrap;margin-top:16px;padding:14px 18px;color:var(--lx-muted);font-size:13px;font-weight:750}.lx-report-table-container{margin-top:16px;overflow:auto}.lx-report-table,.lx-dashboard-table{width:100%;border-collapse:separate;border-spacing:0}.lx-report-table th,.lx-dashboard-table th{padding:12px 14px;border-bottom:1px solid var(--lx-border);background:#f8fafc;color:#475569;font-size:11px;font-weight:950;letter-spacing:.08em;text-align:left;text-transform:uppercase}.lx-report-table td,.lx-dashboard-table td{padding:12px 14px;border-bottom:1px solid rgba(226,232,240,.78);color:var(--lx-text);font-size:13.5px}.lx-report-table tr:hover,.lx-dashboard-table tr:hover{background:#2563eb0a}.lx-group-header td{background:#f1f5f9;font-weight:950}.lx-subtotal td{background:#fafaf9;font-weight:850}.lx-grand-total td{background:#2563eb1a;font-weight:950;border-top:2px solid var(--lx-primary)}.lx-dashboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.lx-dashboard-widget{min-height:180px;padding:20px}.lx-widget-loading{color:var(--lx-muted);font-size:14px}.lx-kpi-value{color:var(--lx-text);font-size:40px;font-weight:950;letter-spacing:-.05em}.lx-kpi-label{color:var(--lx-muted);font-size:14px;font-weight:750}.lx-error{display:grid;place-items:center;min-height:280px;color:var(--lx-muted);font-size:15px;font-weight:850}.sf-analytics-layout,.sf-analytics-body{display:flex;gap:24px;min-height:100%;background:var(--lx-bg)}.sf-analytics,.sf-analytics-content{flex:1;padding:28px;background:var(--lx-bg)}.sf-analytics-sidebar{width:240px;flex:0 0 240px;padding:18px;border:1px solid var(--lx-border);border-radius:var(--lx-radius-lg);background:#fff;box-shadow:var(--lx-shadow-sm)}.sf-nav-title,.sf-side-title{margin-bottom:8px;color:var(--lx-muted);font-size:11px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.sf-nav-item,.sf-side-item,.sf-collection-item{min-height:38px;padding:9px 11px;border-radius:13px;color:#475569;font-size:13.5px;font-weight:800;cursor:pointer}.sf-nav-item:hover,.sf-side-item:hover,.sf-collection-item:hover{background:#2563eb0f}.sf-nav-item.active,.sf-side-item.active{background:#2563eb1a;color:var(--lx-primary);font-weight:950}.sf-section,.sf-card,.sf-analytics-card{border:1px solid var(--lx-border);border-radius:var(--lx-radius-md);background:#fff;box-shadow:var(--lx-shadow-sm)}.sf-section{padding:24px;margin-bottom:24px}.sf-card,.sf-analytics-card{padding:16px}.sf-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:18px}.sf-card-grid.two-col{grid-template-columns:repeat(2,minmax(0,1fr))}.sf-analytics-card:hover{transform:translateY(-2px);box-shadow:var(--lx-shadow-md)}.sf-card-title{color:var(--lx-text);font-size:15px;font-weight:950}.sf-card-meta{margin-top:5px;color:var(--lx-muted);font-size:13px}.dot-blue{background:var(--lx-primary)}@media(max-width:1400px){.lx-kpi-grid,.lx-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lx-insight-hero{grid-template-columns:minmax(0,1fr) 250px}}@media(max-width:1180px){.lx-page-header{flex-direction:column}.lx-actions{width:100%;justify-content:flex-start}.lx-search-wrap{flex:1 1 100%}.lx-body{grid-template-columns:1fr;padding:20px}.lx-sidebar{position:static;display:flex;overflow-x:auto;gap:14px;padding:14px;border-radius:22px}.lx-section{flex:0 0 auto;min-width:220px}.lx-insight-hero{grid-template-columns:1fr}.lx-hero-panel{max-width:360px}}@media(max-width:900px){.lx-top-row,.lx-card-grid{grid-template-columns:1fr}.lx-toolbar{align-items:stretch;flex-direction:column}.lx-filter-group,.lx-view-toggle{width:100%}.lx-filter-group select,.lx-filter-group .lx-btn,.lx-view-toggle button{flex:1}.lx-my-header,.lx-card-header{flex-direction:column}.lx-dashboard-grid,.sf-card-grid.two-col{grid-template-columns:1fr}}@media(max-width:720px){.lx-page-header{padding:22px 16px}.lx-page-header h1{font-size:36px}.lx-body{padding:14px}.lx-sidebar{margin-inline:-2px}.lx-section{min-width:190px}.lx-insight-hero,.lx-card,.lx-my-analytics,.lx-toolbar,.lx-kpi,.lx-report-card{border-radius:22px}.lx-insight-hero{padding:20px}.lx-insight-hero h2{font-size:30px}.lx-kpi-grid{grid-template-columns:1fr}.lx-kpi{min-height:118px}.lx-filter-group{display:grid;grid-template-columns:1fr}.lx-view-toggle{justify-content:center}.lx-tabs{overflow-x:auto;padding-inline:12px}.lx-tab{flex:0 0 auto}.lx-table{min-width:980px}.lx-report-meta{flex-direction:column;gap:10px}.lx-report-header{flex-direction:column}.lx-report-actions{width:100%}.lx-report-actions .lx-btn,.lx-report-actions .lx-btn-secondary,.lx-report-actions .lx-btn-primary{flex:1}.lx-modal-backdrop{align-items:end;padding:10px}.lx-modal{width:100%;max-height:96vh;border-radius:24px 24px 0 0}.lx-modal-header,.lx-modal-body,.lx-modal-footer{padding-left:16px;padding-right:16px}.lx-modal-footer{flex-direction:column-reverse}.lx-modal-footer .lx-btn,.lx-modal-footer .lx-btn-primary{width:100%}}@media(max-width:460px){.lx-page-header h1{font-size:31px}.lx-sub{font-size:14px}.lx-actions{display:grid;grid-template-columns:1fr}.lx-actions .lx-btn,.lx-actions .lx-btn-primary{width:100%}.lx-card-header,.lx-my-header,.lx-card-body,.lx-card-grid{padding-left:14px;padding-right:14px}.lx-report-meta{padding:14px}}.dark .lx-analytics,[data-theme=dark] .lx-analytics{--lx-bg: #020617;--lx-surface: #0f172a;--lx-surface-soft: #111827;--lx-surface-muted: #1e293b;--lx-text: #f8fafc;--lx-muted: #94a3b8;--lx-soft-text: #64748b;--lx-border: rgba(148, 163, 184, .18);--lx-border-strong: rgba(148, 163, 184, .28);background:radial-gradient(circle at top left,rgba(37,99,235,.24),transparent 34%),radial-gradient(circle at top right,rgba(124,58,237,.18),transparent 30%),linear-gradient(180deg,#020617,#0f172a)}.dark .lx-page-header,.dark .lx-sidebar,.dark .lx-insight-hero,.dark .lx-kpi,.dark .lx-toolbar,.dark .lx-card,.dark .lx-my-analytics,.dark .lx-report-card,.dark .lx-modal,.dark .lx-report-header,.dark .lx-report-meta,.dark .lx-report-table-container,.dark .lx-dashboard-widget,[data-theme=dark] .lx-page-header,[data-theme=dark] .lx-sidebar,[data-theme=dark] .lx-insight-hero,[data-theme=dark] .lx-kpi,[data-theme=dark] .lx-toolbar,[data-theme=dark] .lx-card,[data-theme=dark] .lx-my-analytics,[data-theme=dark] .lx-report-card,[data-theme=dark] .lx-modal,[data-theme=dark] .lx-report-header,[data-theme=dark] .lx-report-meta,[data-theme=dark] .lx-report-table-container,[data-theme=dark] .lx-dashboard-widget{background:#0f172aeb}.dark .lx-card-header,.dark .lx-my-header,.dark .lx-tabs,.dark .lx-table thead th,.dark .lx-modal-header,.dark .lx-modal-footer,.dark .lx-report-table th,.dark .lx-dashboard-table th,[data-theme=dark] .lx-card-header,[data-theme=dark] .lx-my-header,[data-theme=dark] .lx-tabs,[data-theme=dark] .lx-table thead th,[data-theme=dark] .lx-modal-header,[data-theme=dark] .lx-modal-footer,[data-theme=dark] .lx-report-table th,[data-theme=dark] .lx-dashboard-table th{background:#0f172af5}.dark .lx-search,.dark .lx-search-wrap input,.dark .lx-filter-group select,.dark .lx-view-toggle,.dark .lx-report-meta div,.dark .lx-report-meta,.dark .lx-modal input,.dark .lx-modal select,.dark .lx-modal textarea,.dark .lx-report-card,[data-theme=dark] .lx-search,[data-theme=dark] .lx-search-wrap input,[data-theme=dark] .lx-filter-group select,[data-theme=dark] .lx-view-toggle,[data-theme=dark] .lx-modal input,[data-theme=dark] .lx-modal select,[data-theme=dark] .lx-modal textarea,[data-theme=dark] .lx-report-card{background:#0f172af5;color:var(--lx-text)}.dark .lx-report-meta div,.dark .lx-report-meta,[data-theme=dark] .lx-report-meta div,[data-theme=dark] .lx-report-meta{color:var(--lx-muted)}.dark .lx-health-track,[data-theme=dark] .lx-health-track{background:#334155e6}@media print{.lx-analytics,.lx-report-page,.lx-dashboard-page{padding:0;background:#fff}.lx-sidebar,.lx-actions,.lx-toolbar,.lx-view-toggle,.lx-btn,.lx-btn-primary,.lx-btn-secondary,.lx-modal-backdrop{display:none!important}.lx-body{display:block;padding:0}.lx-page-header,.lx-card,.lx-my-analytics,.lx-kpi,.lx-report-header,.lx-report-table-container,.lx-dashboard-widget{box-shadow:none}.lx-table,.lx-report-table{min-width:100%}}.automation-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px;margin-top:24px}.automation-card{background:#fff;border-radius:14px;padding:16px;box-shadow:0 6px 16px #00000014}.automation-top{display:flex;justify-content:space-between;align-items:start}.automation-name{font-weight:600;font-size:15px}.automation-type{font-size:12px;color:#6b7280}.automation-status{padding:4px 10px;border-radius:999px;font-size:12px;text-transform:capitalize}.automation-status.active{background:#e6f4ea;color:#1e7f43}.automation-status.paused{background:#fff4e5;color:#a15c00}.automation-desc{margin:12px 0;color:#374151;font-size:13px}.automation-meta{font-size:12px;color:#6b7280;margin-bottom:10px}.automation-actions{display:flex;gap:14px}.automation-actions .sf-link{background:none;border:none;color:#1b96ff;cursor:pointer}.automation-actions .danger{color:#dc2626}.sf-modal-backdrop{position:fixed;inset:0;background:#0006;z-index:90}.sf-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:14px;width:420px;z-index:100;box-shadow:0 12px 28px #00000040}.sf-modal-header,.sf-modal-footer{padding:12px 16px;display:flex;justify-content:space-between;align-items:center}.sf-modal-body{padding:16px}.automation-builder{padding:20px;height:100%;display:flex;flex-direction:column}.builder-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.builder-sub{font-size:12px;color:#6b7280}.builder-main{flex:1;display:grid;grid-template-columns:240px 1fr 280px;gap:16px}.builder-left,.builder-right{background:#fff;border-radius:12px;padding:14px;box-shadow:0 2px 8px #00000014}.builder-left h3,.builder-right h3{margin-top:0;font-size:14px}.builder-item{padding:8px 10px;border-radius:8px;background:#f3f4f6;margin-bottom:8px;cursor:pointer;font-size:13px}.builder-item:hover{background:#e5e7eb}.builder-canvas{background:#f9fafb;border-radius:12px;padding:20px;display:flex;flex-direction:column;align-items:center}.canvas-node{background:#fff;border-radius:10px;padding:10px 14px;box-shadow:0 1px 4px #0000001f;font-size:13px}.canvas-node.start{font-weight:600}.canvas-arrow{margin:8px 0;font-size:18px;color:#9ca3af}.prop-group{display:flex;flex-direction:column;margin-bottom:12px}.prop-group label{font-size:12px;color:#6b7280;margin-bottom:4px}.prop-group input,.prop-group textarea,.prop-group select{padding:6px 8px;border-radius:8px;border:1px solid #d1d5db}.canvas-node.trigger{border-left:4px solid #10b981}.canvas-node.action{border-left:4px solid #1b96ff}.canvas-node.start{font-weight:600;background:#f8fafc}.canvas-node{cursor:grab}.canvas-node:active{cursor:grabbing}.canvas-node:not(.start):hover{outline:2px dashed #c7d2fe}.canvas-node{position:relative}.node-delete{position:absolute;top:6px;right:8px;font-size:14px;cursor:pointer;opacity:0;transition:opacity .15s ease}.canvas-node:hover .node-delete{opacity:1}.node-delete:hover{color:#ba0517}.undo-toast{position:fixed;bottom:20px;left:50%;transform:translate(-50%);background:#032d60;color:#fff;padding:10px 14px;border-radius:8px;display:flex;gap:12px;align-items:center;z-index:9999;box-shadow:0 4px 16px #00000040}.undo-toast button{background:none;border:none;color:#4bc076;font-weight:600;cursor:pointer}.canvas-condition{margin:12px 0}.condition-branches{display:flex;gap:20px;margin-top:8px}.branch{flex:1;background:#f3f3f3;border-radius:8px;padding:8px;min-height:60px}.branch-label{font-size:11px;font-weight:700;color:#444;margin-bottom:6px}.builder-canvas-viewport{position:relative;flex:1;overflow:auto;background:radial-gradient(circle at 1px 1px,#dcdcdc 1px,transparent 0);background-size:20px 20px;cursor:grab}.builder-canvas-viewport:active{cursor:grabbing}.canvas-controls{position:absolute;bottom:12px;right:12px}.canvas-controls button{background:#fff;border:1px solid #ccc;border-radius:6px;padding:6px 10px;cursor:pointer}.canvas-condition{margin:16px 0;display:flex;flex-direction:column;align-items:center}.condition-connectors{display:flex;justify-content:space-between;width:420px;margin:4px 0;font-size:12px;color:#64748b}.connector.left{text-align:left}.connector.right{text-align:right}.condition-branches{display:flex;gap:32px;width:100%;justify-content:center}.branch{min-width:200px;padding-top:8px;border-top:1px dashed #cbd5e1}.branch.true{text-align:right}.branch.false{text-align:left}.canvas-arrow.insert{text-align:center;font-size:18px;color:#94a3b8;cursor:pointer;padding:6px 0}.canvas-arrow.insert:hover{color:#1b96ff;background:#1b96ff14;border-radius:6px}.arrow-down:after{content:"↓"}.arrow-right:after{content:"→"}.arrow-left:after{content:"←"}.canvas-node{white-space:normal}.condition-branches{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-top:16px}.branch{padding:12px;border-radius:14px;background:#f9fafc}.branch-arrow{font-size:13px;font-weight:600;color:#6b778c;margin-bottom:8px}.branch-arrow.left{text-align:left}.branch-arrow.right{text-align:right}.branch-placeholder{padding:16px;text-align:center;color:#9aa5b1;border:2px dashed #d8dee8;border-radius:10px;font-size:13px}.canvas-condition{display:flex;flex-direction:column;align-items:center}.condition-connectors{display:flex;width:100%;justify-content:space-between;font-size:12px;margin:6px 0;color:#6b7280}.condition-branches{display:flex;gap:16px;width:100%}.branch{flex:1;min-height:80px;padding:8px;border:1px dashed #d0d5dd;border-radius:6px;background:#fafbfc}.branch-placeholder{font-size:12px;color:#98a2b3;text-align:center;padding:12px}.branch-arrow{font-size:11px;font-weight:600;margin-bottom:6px;color:#475467}.canvas-node{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;min-height:40px;width:fit-content;max-width:260px;white-space:nowrap;border-radius:12px;background:#fff;box-shadow:0 2px 8px #00000014}.admin-wrapper{display:flex;height:calc(100vh - 120px)}.admin-sidebar{width:260px;border-right:1px solid rgba(0,0,0,.08);padding:20px 10px;background:#fafafa}.admin-nav-item{padding:10px 14px;margin-bottom:6px;border-radius:8px;cursor:pointer;font-weight:600;transition:all .2s ease}.admin-nav-item:hover{background:#0000000d}.admin-nav-item.active{background:#2563eb;color:#fff}.admin-content{flex:1;padding:30px;overflow-y:auto}.admin-kpi-grid{margin-top:30px;display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px}.admin-kpi{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:18px}.admin-kpi-title{font-size:13px;color:#0009;margin-bottom:8px}.admin-kpi-value{font-size:22px;font-weight:800}.flow-container{width:520px;margin:0 auto;display:flex;flex-direction:column;align-items:center;position:relative;z-index:2}.flow-node{position:relative;margin:20px 0}.node-card{width:440px;background:#fff;border-radius:8px;padding:16px;box-shadow:0 6px 18px #00000014;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.flow-add{margin:12px 0}.flow-add button{width:36px;height:36px;border-radius:50%;border:1px solid #ccc;background:#fff;cursor:pointer}.fault-branch{position:absolute;top:0;left:100%;margin-left:40px;width:180px;padding-left:12px;border-left:2px dashed #e5484d}.builder-main{display:flex;gap:24px}.builder-right{width:420px;background:#fff;border-left:1px solid #e5e7eb;padding:24px;position:sticky;top:0;height:100vh;overflow-y:auto}.prop-panel{display:flex;flex-direction:column;height:100%}.prop-header{margin-bottom:18px}.prop-body{flex:1;overflow-y:auto}.prop-footer{margin-top:18px;display:flex;justify-content:space-between}.picker-backdrop{position:fixed;inset:0;background:#00000040;z-index:1000}.action-picker{position:fixed;right:0;top:0;width:380px;height:100vh;background:#fff;box-shadow:-10px 0 30px #0000001f;z-index:1001;display:flex;flex-direction:column}.picker-header{padding:20px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between}.picker-list{flex:1;overflow-y:auto}.picker-item{padding:16px 20px;cursor:pointer;border-bottom:1px solid #f1f1f1;transition:background .15s ease}.picker-item:hover{background:#f9fafb}.condition-wrapper{display:flex;flex-direction:column;align-items:center;margin:40px 0}.condition-center{margin-bottom:30px}.condition-card{background:#eef2ff;border-left:4px solid #6366f1}.condition-branches{display:flex;gap:80px;justify-content:center;position:relative}.branch{width:320px;min-height:80px;display:flex;flex-direction:column;align-items:center;gap:16px}.branch-label{font-size:12px;font-weight:600;color:#6b7280}.branch-placeholder{width:100%;padding:14px;border:2px dashed #d1d5db;border-radius:8px;text-align:center;cursor:pointer;transition:background .2s ease}.branch-placeholder:hover{background:#f9fafb}.condition-header{display:flex;justify-content:center;margin-bottom:20px}.collapse-toggle{margin-left:auto;cursor:pointer;font-size:14px;opacity:.6}.collapse-toggle:hover{opacity:1}.condition-card{display:flex;align-items:center;gap:10px}@keyframes flowDash{to{stroke-dashoffset:-1000}}.flow-line{stroke-dasharray:6;animation:flowDash 30s linear infinite;opacity:.85}@keyframes flowDash{to{stroke-dashoffset:-2000}}.flow-wrapper{position:relative;flex:1}.flow-svg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background:#ff000014}.flow-grid{display:flex;flex-direction:column;gap:60px;padding:40px}.flow-row{display:grid;grid-template-columns:1fr 300px 1fr;align-items:start;gap:40px;position:relative}.flow-col.center{display:flex;justify-content:center}.branch{display:flex;flex-direction:column;gap:40px;align-items:center}.admin-page{padding:22px;max-width:1200px}.admin-header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:18px}.admin-header h1{margin:0;font-size:40px;letter-spacing:-.02em}.admin-sub{margin:6px 0 0;color:#0009;font-weight:600}.sf-card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:16px;box-shadow:0 8px 28px #0f172a0f}.sf-grid{display:grid;grid-template-columns:320px 1fr;gap:16px}@media(max-width:980px){.sf-grid{grid-template-columns:1fr}}.sf-list{padding:14px}.sf-list h3{margin:0 0 10px;font-size:16px;color:#000c}.sf-provider{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-radius:12px;cursor:pointer;border:1px solid transparent}.sf-provider:hover{background:#0f172a0a}.sf-provider.is-active{border-color:#3b82f659;background:#3b82f614}.sf-pill{font-size:12px;font-weight:800;padding:4px 10px;border-radius:999px;border:1px solid rgba(0,0,0,.1);background:#00000008}.sf-pill.ok{border-color:#22c55e59;background:#22c55e1f;color:#166534f2}.sf-pill.warn{border-color:#f59e0b59;background:#f59e0b1f;color:#92400ef2}.sf-pill.off{border-color:#94a3b880;background:#94a3b82e;color:#0f172ad9}.sf-detail{padding:16px}.sf-detail-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.sf-detail-top h2{margin:0;font-size:22px}.sf-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:900px){.sf-row{grid-template-columns:1fr}}.prop-group{display:grid;gap:6px;margin-bottom:12px}.prop-group label{font-weight:800;color:#000000b3;font-size:13px}.prop-group input,.prop-group select,.prop-group textarea{width:100%;border:1px solid rgba(0,0,0,.12);border-radius:12px;padding:10px 12px;font-size:14px;outline:none;background:#fff}.prop-group textarea{min-height:92px;resize:vertical}.sf-muted{color:#0000008c;font-weight:650;font-size:13px;line-height:1.4}.sf-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}.sf-btn{border:1px solid rgba(0,0,0,.18);background:#fff;border-radius:999px;padding:8px 14px;font-weight:800;cursor:pointer}.sf-btn:hover{background:#00000008}.sf-btn-primary{background:#2563eb;border-color:#2563eb;color:#fff}.sf-btn-primary:hover{filter:brightness(.98)}.sf-btn-danger{border-color:#ef444473;color:#b91c1c;background:#ef44440f}.sf-btn-danger:hover{background:#ef44441a}.sf-kv{display:grid;gap:8px;margin-top:6px}.kv-row{display:grid;grid-template-columns:1fr 1fr auto;gap:8px;align-items:center}.kv-row input{border-radius:12px;padding:10px 12px;border:1px solid rgba(0,0,0,.12)}.kv-row button{width:38px;height:38px;border-radius:12px;border:1px solid rgba(0,0,0,.14);background:#fff;cursor:pointer}.kv-row button:hover{background:#00000008}.sf-banner{padding:12px 14px;border-radius:14px;border:1px solid rgba(0,0,0,.1);background:#0284c70f;margin-bottom:14px;font-weight:750}.admin-grid{display:grid;grid-template-columns:repeat(2,minmax(280px,1fr));gap:14px;margin-top:14px}.admin-card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:16px;padding:14px;box-shadow:0 1px #0000000a}.admin-card--click{cursor:pointer;transition:transform .08s ease,box-shadow .08s ease}.admin-card--click:hover{transform:translateY(-1px);box-shadow:0 6px 18px #00000014}.admin-card__top{display:flex;align-items:center;justify-content:space-between;gap:10px}.admin-card__title{font-weight:900;font-size:16px}.admin-pill{font-size:12px;font-weight:800;padding:6px 10px;border-radius:999px;background:#1a73e81a;color:#1a73e8}.admin-card__sub{margin-top:8px;color:#0000009e;font-weight:600;line-height:1.35}.admin-card__cta{margin-top:10px;color:#1a73e8;font-weight:900}@keyframes slideIn{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}:root{--am-bg: #f5f7fb;--am-surface: #ffffff;--am-surface-soft: #f8fafc;--am-surface-muted: #f1f5f9;--am-text: #0f172a;--am-muted: #64748b;--am-soft-text: #94a3b8;--am-border: rgba(148, 163, 184, .28);--am-border-strong: rgba(100, 116, 139, .36);--am-primary: #2563eb;--am-primary-dark: #1d4ed8;--am-primary-soft: rgba(37, 99, 235, .11);--am-green: #16a34a;--am-green-soft: rgba(22, 163, 74, .12);--am-purple: #7c3aed;--am-purple-soft: rgba(124, 58, 237, .12);--am-orange: #f97316;--am-orange-soft: rgba(249, 115, 22, .13);--am-red: #dc2626;--am-red-soft: rgba(220, 38, 38, .12);--am-teal: #0f766e;--am-teal-soft: rgba(15, 118, 110, .12);--am-shadow-sm: 0 8px 22px rgba(15, 23, 42, .06);--am-shadow-md: 0 16px 44px rgba(15, 23, 42, .09);--am-shadow-lg: 0 28px 90px rgba(15, 23, 42, .16);--am-radius-sm: 12px;--am-radius-md: 18px;--am-radius-lg: 28px;--am-focus: 0 0 0 4px rgba(37, 99, 235, .15)}.admin-members-page,.am-page{min-height:100vh;width:100%;padding:28px;color:var(--am-text);background:radial-gradient(circle at top left,rgba(37,99,235,.12),transparent 34%),radial-gradient(circle at top right,rgba(124,58,237,.1),transparent 30%),linear-gradient(180deg,#f8fafc 0%,var(--am-bg) 100%);box-sizing:border-box}.admin-members-page *,.admin-members-page *:before,.admin-members-page *:after,.am-modal-backdrop *,.am-modal-backdrop *:before,.am-modal-backdrop *:after{box-sizing:border-box}.admin-members-page button,.admin-members-page input,.admin-members-page select,.admin-members-page textarea,.am-modal-backdrop button,.am-modal-backdrop input,.am-modal-backdrop select,.am-modal-backdrop textarea{font:inherit}.admin-members-page button,.am-modal-backdrop button{cursor:pointer}.admin-members-page button:disabled,.am-modal-backdrop button:disabled{cursor:not-allowed;opacity:.65}.admin-members-page input,.admin-members-page select,.admin-members-page textarea,.am-modal-backdrop input,.am-modal-backdrop select,.am-modal-backdrop textarea{min-width:0}.admin-members-page .btn,.am-modal-backdrop .btn,.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:10px 16px;border:1px solid var(--am-border);border-radius:999px;background:#fff;color:#334155;font-size:13.5px;font-weight:900;line-height:1;text-decoration:none;white-space:nowrap;box-shadow:0 8px 18px #0f172a0a;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease,color .18s ease}.admin-members-page .btn:hover,.am-modal-backdrop .btn:hover,.btn:hover{transform:translateY(-1px);border-color:#2563eb42;color:var(--am-primary);box-shadow:var(--am-shadow-sm)}.admin-members-page .btn:active,.am-modal-backdrop .btn:active,.btn:active{transform:translateY(0)}.admin-members-page .btn:focus-visible,.am-modal-backdrop .btn:focus-visible,.btn:focus-visible{outline:none;box-shadow:var(--am-focus)}.admin-members-page .btn.primary,.am-modal-backdrop .btn.primary,.btn.primary{border-color:transparent;color:#fff;background:linear-gradient(135deg,var(--am-primary),#4f46e5);box-shadow:0 14px 32px #2563eb40}.admin-members-page .btn.primary:hover,.am-modal-backdrop .btn.primary:hover,.btn.primary:hover{color:#fff;background:linear-gradient(135deg,var(--am-primary-dark),#4338ca);box-shadow:0 18px 38px #2563eb4f}.am-hero{position:relative;overflow:hidden;display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:28px;border:1px solid var(--am-border);border-radius:var(--am-radius-lg);background:linear-gradient(135deg,#fffffff5,#f8fafce6),radial-gradient(circle at 88% 20%,rgba(37,99,235,.18),transparent 30%);box-shadow:var(--am-shadow-md)}.am-hero:after{content:"";position:absolute;top:-95px;right:-100px;width:300px;height:300px;border-radius:999px;background:linear-gradient(135deg,#2563eb33,#7c3aed24);filter:blur(4px);pointer-events:none}.am-hero>*{position:relative;z-index:1}.am-eyebrow{display:inline-flex;align-items:center;gap:9px;margin-bottom:12px;padding:7px 11px;border:1px solid rgba(37,99,235,.18);border-radius:999px;background:#2563eb14;color:var(--am-primary);font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.am-eyebrow:before{content:"";width:8px;height:8px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 6px #22c55e21}.am-hero h2{margin:0;color:var(--am-text);font-size:clamp(34px,4vw,54px);line-height:1.02;font-weight:950;letter-spacing:-.055em}.am-hero p{max-width:760px;margin:13px 0 0;color:var(--am-muted);font-size:15.5px;line-height:1.65;font-weight:650}.am-hero-actions{display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;gap:10px;min-width:380px}.am-alert{display:flex;flex-direction:column;gap:4px;margin-top:18px;padding:16px 18px;border:1px solid rgba(220,38,38,.22);border-radius:var(--am-radius-md);background:linear-gradient(135deg,#fff7f7,#fff);color:#991b1b;box-shadow:var(--am-shadow-sm)}.am-alert strong{font-size:14px;font-weight:950}.am-alert span{color:#7f1d1d;font-size:13px}.am-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:18px}.am-stat-card{position:relative;overflow:hidden;min-height:126px;padding:18px;border:1px solid var(--am-border);border-radius:var(--am-radius-md);background:#ffffffeb;box-shadow:var(--am-shadow-sm);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.am-stat-card:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(37,99,235,.1),transparent 38%);opacity:0;transition:opacity .18s ease}.am-stat-card:hover{transform:translateY(-2px);border-color:#2563eb33;box-shadow:var(--am-shadow-md)}.am-stat-card:hover:after{opacity:1}.am-stat-card>*{position:relative;z-index:1}.am-stat-icon{display:grid;place-items:center;width:44px;height:44px;margin-bottom:14px;border-radius:16px;background:var(--am-primary-soft);font-size:20px}.am-stat-card.green .am-stat-icon{background:var(--am-green-soft)}.am-stat-card.purple .am-stat-icon{background:var(--am-purple-soft)}.am-stat-card.orange .am-stat-icon{background:var(--am-orange-soft)}.am-stat-card span{display:block;color:var(--am-muted);font-size:11px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.am-stat-card strong{display:block;margin-top:7px;color:var(--am-text);font-size:clamp(24px,2.2vw,34px);line-height:1;font-weight:950;letter-spacing:-.045em}.am-stat-card small{display:block;margin-top:8px;color:var(--am-muted);font-size:12.5px;line-height:1.35}.am-grid{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:18px;align-items:start;margin-top:18px}.am-side-stack{position:sticky;top:18px;display:grid;gap:18px;min-width:0}.admin-card{overflow:hidden;border:1px solid var(--am-border);border-radius:var(--am-radius-lg);background:#ffffffeb;box-shadow:var(--am-shadow-sm)}.admin-header,.am-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:18px;border-bottom:1px solid rgba(226,232,240,.82);background:linear-gradient(135deg,#f8fafcf5,#ffffffeb)}.admin-header h2,.admin-header h3,.am-card-header h2,.am-card-header h3{margin:0;color:var(--am-text);font-size:20px;font-weight:950;letter-spacing:-.025em}.admin-header p,.am-card-header p{margin:5px 0 0;color:var(--am-muted);font-size:13px;line-height:1.45}.am-toolbar-card{margin-top:18px}.am-toolbar{display:grid;grid-template-columns:minmax(260px,1fr) 170px 170px auto;gap:12px;align-items:center;padding:16px}.am-search{position:relative;display:flex;align-items:center;min-width:0}.am-search span{position:absolute;left:16px;color:var(--am-soft-text);font-size:18px;pointer-events:none}.am-search input{padding-left:44px!important}.am-toolbar input,.am-toolbar select,.am-field input,.am-field select{width:100%;min-height:44px;border:1px solid var(--am-border);border-radius:999px;background:#fff;color:var(--am-text);padding:11px 14px;font-size:14px;font-weight:750;outline:none;box-shadow:0 8px 18px #0f172a09;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.am-toolbar input::placeholder,.am-field input::placeholder{color:#94a3b8;font-weight:650}.am-toolbar input:focus,.am-toolbar select:focus,.am-field input:focus,.am-field select:focus{border-color:#2563eb80;box-shadow:var(--am-focus)}.am-toolbar select,.am-field select,.role-select{appearance:none;padding-right:34px!important;background-image:linear-gradient(45deg,transparent 50%,#64748b 50%),linear-gradient(135deg,#64748b 50%,transparent 50%);background-position:calc(100% - 18px) calc(50% - 2px),calc(100% - 13px) calc(50% - 2px);background-size:5px 5px,5px 5px;background-repeat:no-repeat}.member-list,.am-member-list,.am-invite-list{display:grid;gap:0}.member-row,.am-member-row,.am-invite-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 18px;border-bottom:1px solid rgba(226,232,240,.76);background:transparent;transition:background .18s ease,transform .18s ease}.member-row:last-child,.am-member-row:last-child,.am-invite-row:last-child{border-bottom:0}.member-row:hover,.am-member-row:hover,.am-invite-row:hover{background:#2563eb09}.am-member-left{display:flex;align-items:center;gap:13px;min-width:0}.am-avatar{flex:0 0 auto;display:grid;place-items:center;width:48px;height:48px;border-radius:17px;background:linear-gradient(135deg,#2563eb21,#7c3aed1f),#fff;color:var(--am-primary);font-size:14px;font-weight:950;letter-spacing:.02em;box-shadow:0 10px 24px #2563eb1a}.am-avatar.invite{color:#b45309;background:var(--am-orange-soft)}.am-member-info{min-width:0}.am-member-name{display:flex;align-items:center;flex-wrap:wrap;gap:7px}.am-member-name b,.member-row b{color:var(--am-text);font-size:14.5px;font-weight:950;line-height:1.25;overflow-wrap:anywhere}.sub,.member-row .sub{margin-top:4px;color:var(--am-muted);font-size:13px;line-height:1.35;font-weight:700;overflow-wrap:anywhere}.email{color:var(--am-text);font-size:14px;font-weight:900;overflow-wrap:anywhere}.am-member-meta{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin-top:8px}.am-member-meta span{color:var(--am-soft-text);font-size:12px;font-weight:800}.am-you-pill,.am-expired-pill{display:inline-flex;align-items:center;min-height:23px;padding:5px 8px;border-radius:999px;font-size:11px;font-weight:950;line-height:1}.am-you-pill{color:var(--am-primary);background:var(--am-primary-soft)}.am-expired-pill{color:#b91c1c;background:var(--am-red-soft)}.member-actions,.am-member-actions{display:flex;align-items:center;justify-content:flex-end;gap:9px;flex:0 0 auto}.role-select{min-width:150px;min-height:40px;border:1px solid var(--am-border);border-radius:999px;background-color:#fff;color:var(--am-text);padding:9px 13px;font-size:13px;font-weight:850;outline:none}.role-select:focus{border-color:#2563eb80;box-shadow:var(--am-focus)}.am-icon-btn{width:40px;min-width:40px;height:40px;padding:0;border-radius:999px}.badge{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:6px 9px;border-radius:999px;font-size:11.5px;font-weight:950;line-height:1;text-transform:capitalize;white-space:nowrap}.badge.admin{color:#6d28d9;background:#7c3aed1f}.badge.pastor{color:#b45309;background:#f59e0b29}.badge.manager{color:#1d4ed8;background:#2563eb1c}.badge.approver{color:#15803d;background:#16a34a1f}.badge.treasury{color:#0f766e;background:#0f766e1f}.badge.finance{color:#0369a1;background:#0ea5e91f}.badge.member{color:#475569;background:#64748b1f}.am-role-guide{display:grid;gap:0;padding:6px 0}.am-role-guide-row{display:grid;grid-template-columns:92px minmax(0,1fr);gap:12px;align-items:center;padding:12px 18px;border-bottom:1px solid rgba(226,232,240,.76)}.am-role-guide-row:last-child{border-bottom:0}.am-role-guide-row span{color:var(--am-muted);font-size:13px;line-height:1.45;font-weight:700}.am-empty-card{display:grid;place-items:center;text-align:center;min-height:260px;padding:32px 18px}.am-empty-card.compact{min-height:210px}.am-empty-card>div{display:grid;place-items:center;width:68px;height:68px;margin-bottom:14px;border-radius:23px;background:linear-gradient(135deg,#2563eb21,#7c3aed21);font-size:30px}.am-empty-card strong{display:block;color:var(--am-text);font-size:19px;font-weight:950;letter-spacing:-.03em}.am-empty-card p{max-width:360px;margin:7px 0 16px;color:var(--am-muted);font-size:13.5px;line-height:1.55}.am-modal-backdrop,.modal{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;padding:24px;background:#0f172a85;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.am-modal,.modal-content{width:min(640px,96vw);max-height:92vh;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(226,232,240,.86);border-radius:28px;background:#fff;box-shadow:var(--am-shadow-lg)}.am-modal-header{display:flex;justify-content:space-between;gap:18px;padding:24px 28px;border-bottom:1px solid rgba(226,232,240,.9);background:radial-gradient(circle at top right,rgba(37,99,235,.12),transparent 34%),linear-gradient(135deg,#fff,#f8fafc)}.am-modal-header span{display:block;color:var(--am-primary);font-size:11px;font-weight:950;letter-spacing:.1em;text-transform:uppercase}.am-modal-header h3{margin:6px 0 0;color:var(--am-text);font-size:30px;font-weight:950;letter-spacing:-.04em;line-height:1.1}.am-modal-header p{margin:8px 0 0;color:var(--am-muted);font-size:13.5px;line-height:1.5}.am-modal-close{flex:0 0 auto;display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(148,163,184,.3);border-radius:999px;background:#fff;color:var(--am-text);font-size:18px;font-weight:950;transition:background .18s ease,transform .18s ease}.am-modal-close:hover{background:var(--am-surface-muted);transform:translateY(-1px)}.am-modal-body{display:grid;gap:15px;flex:1;min-height:0;overflow-y:auto;padding:22px 28px;background:#f8fafc}.am-field{display:grid;gap:7px}.am-field>span{color:#334155;font-size:12px;font-weight:950;letter-spacing:.04em;text-transform:uppercase}.am-field small{display:none;color:var(--am-red);font-size:12px;font-weight:800}.am-field small.show{display:block}.am-field-error{border-color:#dc262699!important;box-shadow:0 0 0 4px #dc26261a!important}.am-role-preview{display:flex;align-items:flex-start;gap:13px;padding:15px;border:1px solid rgba(37,99,235,.16);border-radius:18px;background:linear-gradient(135deg,#2563eb14,#fffffff5)}.am-role-preview-icon{flex:0 0 auto;display:grid;place-items:center;width:42px;height:42px;border-radius:15px;background:var(--am-primary-soft);font-size:21px}.am-role-preview strong{display:block;color:var(--am-text);font-size:14px;font-weight:950}.am-role-preview p{margin:5px 0 0;color:var(--am-muted);font-size:13px;line-height:1.45}.am-modal-footer,.modal-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;flex:0 0 auto;padding:18px 28px;border-top:1px solid rgba(226,232,240,.9);background:#fffffff5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.am-modal-footer>div:last-child,.modal-actions{display:flex;gap:10px;margin-left:auto}.am-modal-status{color:var(--am-muted);font-size:13px;font-weight:800}.am-modal-status:not(:empty){padding:8px 10px;border-radius:999px;background:var(--am-surface-muted)}.am-skeleton-row{display:flex;align-items:center;gap:13px;padding:16px 18px;border-bottom:1px solid rgba(226,232,240,.76)}.am-skel-avatar,.am-skel-line{position:relative;overflow:hidden;background:#e2e8f0}.am-skel-avatar:after,.am-skel-line:after{content:"";position:absolute;inset:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.72),transparent);animation:amShimmer 1.25s infinite}.am-skel-avatar{width:48px;height:48px;border-radius:17px}.am-skel-content{flex:1;display:grid;gap:9px}.am-skel-line{width:45%;height:14px;border-radius:999px}.am-skel-line.wide{width:70%;height:18px}@keyframes amShimmer{to{transform:translate(100%)}}.modal-content h3{margin:0 0 14px;color:var(--am-text);font-size:24px;font-weight:950}.modal-content{padding:24px}.modal-content input,.modal-content select{width:100%;min-height:44px;margin-bottom:12px;border:1px solid var(--am-border);border-radius:15px;padding:11px 13px;color:var(--am-text);background:#fff;font-size:14px;font-weight:750}.modal-content input:focus,.modal-content select:focus{outline:none;border-color:#2563eb80;box-shadow:var(--am-focus)}.modal-content .primary{border-color:transparent;color:#fff;background:linear-gradient(135deg,var(--am-primary),#4f46e5)}@media(max-width:1280px){.am-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.am-grid{grid-template-columns:1fr}.am-side-stack{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:980px){.admin-members-page,.am-page{padding:20px}.am-hero{flex-direction:column}.am-hero-actions{justify-content:flex-start;width:100%;min-width:0}.am-toolbar{grid-template-columns:1fr 1fr}.am-search{grid-column:1 / -1}.am-side-stack{grid-template-columns:1fr}.member-row,.am-member-row,.am-invite-row{align-items:flex-start;flex-direction:column}.member-actions,.am-member-actions{width:100%;justify-content:flex-start}.role-select{flex:1;min-width:0}}@media(max-width:720px){.admin-members-page,.am-page{padding:14px 14px 120px;overflow-x:hidden}.am-hero,.admin-card,.am-stat-card,.am-toolbar-card,.am-modal{border-radius:22px}.am-hero{padding:20px}.am-hero h2{font-size:34px}.am-hero p{font-size:14px;line-height:1.55}.am-hero-actions{display:grid;grid-template-columns:1fr}.am-hero-actions .btn{width:100%}.am-stats{grid-template-columns:1fr}.am-toolbar{grid-template-columns:1fr;padding:14px}.am-toolbar input,.am-toolbar select,.am-toolbar .btn{width:100%;min-height:52px}.admin-header,.am-card-header{padding:16px}.am-member-left{width:100%;align-items:flex-start}.am-avatar{width:44px;height:44px;border-radius:15px}.member-actions,.am-member-actions,.invite-actions{display:grid;grid-template-columns:1fr auto;gap:10px}.invite-actions{grid-template-columns:1fr 1fr}.member-actions .role-select{width:100%;min-height:48px}.am-icon-btn{width:48px;min-width:48px;height:48px}.am-role-guide-row{grid-template-columns:1fr}.am-modal-backdrop,.modal{align-items:end;padding:10px}.am-modal,.modal-content{width:100%;max-height:96vh;border-radius:24px 24px 0 0}.am-modal-header,.am-modal-body,.am-modal-footer{padding-left:16px;padding-right:16px}.am-modal-footer{align-items:stretch;flex-direction:column}.am-modal-footer>div:last-child{width:100%;display:grid;grid-template-columns:1fr 1fr;margin-left:0}.am-modal-footer .btn{width:100%;min-height:52px}}@media(max-width:460px){.admin-members-page,.am-page{padding-left:10px;padding-right:10px;padding-bottom:130px}.am-hero{padding:18px}.am-hero h2{font-size:30px}.am-member-left{gap:10px}.am-member-name b,.member-row b{font-size:14px}.sub,.member-row .sub{font-size:12.5px}.member-actions,.am-member-actions{grid-template-columns:1fr}.invite-actions{grid-template-columns:1fr 1fr}.am-icon-btn{width:100%}.am-modal-header h3{font-size:25px}.am-modal-footer>div:last-child{grid-template-columns:1fr}}@media(max-width:820px){body:has(.admin-members-page){overflow-x:hidden}.admin-members-page:after{content:"";display:block;height:90px}}.dark .admin-members-page,.dark .am-page,[data-theme=dark] .admin-members-page,[data-theme=dark] .am-page{--am-bg: #020617;--am-surface: #0f172a;--am-surface-soft: #111827;--am-surface-muted: #1e293b;--am-text: #f8fafc;--am-muted: #94a3b8;--am-soft-text: #64748b;--am-border: rgba(148, 163, 184, .18);--am-border-strong: rgba(148, 163, 184, .28);background:radial-gradient(circle at top left,rgba(37,99,235,.24),transparent 34%),radial-gradient(circle at top right,rgba(124,58,237,.18),transparent 30%),linear-gradient(180deg,#020617,#0f172a)}.dark .am-hero,.dark .admin-card,.dark .am-stat-card,.dark .am-modal,[data-theme=dark] .am-hero,[data-theme=dark] .admin-card,[data-theme=dark] .am-stat-card,[data-theme=dark] .am-modal{background:#0f172aeb}.dark .admin-header,.dark .am-card-header,.dark .am-modal-header,.dark .am-modal-footer,[data-theme=dark] .admin-header,[data-theme=dark] .am-card-header,[data-theme=dark] .am-modal-header,[data-theme=dark] .am-modal-footer{background:#0f172af5}.dark .btn,.dark .role-select,.dark .am-toolbar input,.dark .am-toolbar select,.dark .am-field input,.dark .am-field select,.dark .am-role-preview,[data-theme=dark] .btn,[data-theme=dark] .role-select,[data-theme=dark] .am-toolbar input,[data-theme=dark] .am-toolbar select,[data-theme=dark] .am-field input,[data-theme=dark] .am-field select,[data-theme=dark] .am-role-preview{background:#0f172af5;color:var(--am-text)}.dark .am-avatar,[data-theme=dark] .am-avatar{background:#1e293bf5}@media print{.admin-members-page,.am-page{padding:0;background:#fff}.am-hero-actions,.am-toolbar-card,.member-actions,.am-member-actions,.am-modal-backdrop,.modal{display:none!important}.am-hero,.admin-card,.am-stat-card{box-shadow:none}.am-grid{display:block}.am-side-stack{display:block;margin-top:18px}}.am-role-guide-card{margin-top:18px}.am-role-guide-card .am-role-guide{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;padding:18px!important}.am-role-guide-card .am-role-guide-row{display:flex!important;align-items:flex-start!important;gap:12px!important;min-height:112px!important;padding:16px!important;border:1px solid rgba(226,232,240,.9)!important;border-radius:18px!important;background:#fff!important}.am-role-guide-card .am-role-guide-row .badge{flex:0 0 auto!important;min-width:92px!important}.am-role-guide-card .am-role-guide-row span{color:var(--am-muted)!important;font-size:13px!important;line-height:1.45!important;font-weight:750!important}.am-grid{margin-top:18px!important;grid-template-columns:minmax(0,1fr) 420px!important}@media(max-width:1280px){.am-role-guide-card .am-role-guide{grid-template-columns:repeat(2,minmax(0,1fr))!important}.am-grid{grid-template-columns:1fr!important}}@media(max-width:720px){.am-role-guide-card .am-role-guide{grid-template-columns:1fr!important;padding:14px!important}.am-role-guide-card .am-role-guide-row{min-height:auto!important}.am-role-guide-card .am-role-guide-row .badge{min-width:90px!important}}@media(max-width:460px){.am-role-guide-card .am-role-guide-row{flex-direction:column!important}.am-role-guide-card .am-role-guide-row .badge{width:fit-content!important}}.sf-analytics-layout{display:flex;height:100%;background:#f3f2f2}.sf-analytics-sidebar{width:220px;background:#fff;border-radius:14px;padding:24px 0;box-shadow:0 2px 6px #0000000d;border:1px solid rgba(0,0,0,.04)}.sf-analytics-content{flex:1;padding:24px;overflow-y:auto}.sf-nav-title{font-weight:600;font-size:14px;margin-bottom:8px}.sf-nav-item{padding:8px 12px;border-radius:4px;cursor:pointer}.sf-nav-item.active{background:#e5f3ff;color:#0176d3}.sf-collection-item{display:flex;align-items:center;gap:8px;padding:6px 12px}.dot{width:8px;height:8px;border-radius:50%}.dot-blue{background:#0176d3}.dot-pink{background:#ea001e}.sf-card-grid.two-col{display:grid;grid-template-columns:1fr 1fr;gap:24px}.sf-card{background:#fff;border:1px solid #dddbda;border-radius:6px;padding:16px}.sf-card-title{font-weight:600;margin-bottom:12px}.sf-analytics{padding:40px 48px;background:linear-gradient(to bottom,#f8fafc,#f3f6f9);min-height:100vh}.sf-analytics-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.sf-analytics-title h1{font-size:30px;font-weight:600;letter-spacing:-.3px;margin:0;color:#1f2937}.sf-analytics-sub{font-size:14px;color:#6b7280;margin-top:4px}.sf-analytics-actions{display:flex;gap:12px;align-items:center}.sf-search{padding:8px 12px;border-radius:6px;border:1px solid #d1d5db;background:#fff;width:240px;font-size:14px}.sf-btn-primary{background:#1b96ff;border:none;color:#fff;padding:8px 16px;border-radius:6px;font-weight:500;cursor:pointer}.sf-btn-primary:hover{background:#0176d3}.sf-analytics-body{display:flex;gap:32px}.sf-analytics-sidebar{width:220px;background:#fff;border-radius:10px;padding:20px 0;box-shadow:0 1px 2px #0000000d}.sf-side-section{margin-bottom:20px}.sf-side-title{font-size:12px;font-weight:600;color:#6b7280;padding:0 20px 8px;text-transform:uppercase;letter-spacing:.5px}.sf-side-item{padding:8px 20px;font-size:14px;cursor:pointer;border-left:3px solid transparent;transition:all .15s ease}.sf-side-item:hover{background:#f3f4f6}.sf-side-item.active{background:#e0f2fe;border-left:3px solid #1b96ff;font-weight:600}.sf-analytics-content{flex:1}.sf-section{background:#fff;border-radius:14px;padding:28px;margin-bottom:32px;box-shadow:0 2px 6px #0000000a;border:1px solid rgba(0,0,0,.04)}.sf-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.sf-section-header h2{font-size:18px;margin:0;font-weight:600}.sf-link-btn{background:none;border:none;color:#1b96ff;font-size:14px;cursor:pointer}.sf-link-btn:hover{text-decoration:underline}.sf-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:22px}.sf-analytics-card{background:#fff;border-radius:12px;padding:20px;cursor:pointer;transition:all .18s ease;border:1px solid rgba(0,0,0,.06)}.sf-analytics-card:hover{transform:translateY(-3px);box-shadow:0 12px 22px #00000014;border-color:#0000001f}.sf-card-icon{font-size:20px;margin-bottom:8px}.sf-card-title{font-weight:600;font-size:15px;margin-bottom:6px;color:#111827}.sf-card-meta{font-size:13px;color:#6b7280}.lx-analytics{background:#f3f2f2;min-height:100vh;font-family:Salesforce Sans,Arial,sans-serif}.lx-page-header{background:#fff;padding:24px 24px 16px;border-bottom:1px solid #d8dde6;display:flex;justify-content:space-between;align-items:flex-start}.lx-page-header h1{margin:0;font-size:28px;font-weight:700}.lx-sub{font-size:14px;color:#706e6b;margin-top:4px}.lx-actions{display:flex;gap:12px}.lx-search{height:32px;padding:0 10px;border:1px solid #d8dde6;border-radius:4px;background:#fff}.lx-btn-primary{height:32px;padding:0 16px;border-radius:4px;border:none;background:#0176d3;color:#fff;font-weight:600}.lx-body{display:flex}.lx-sidebar{width:240px;background:#fff;border-right:1px solid #d8dde6;padding:16px}.lx-section-title{font-size:12px;font-weight:700;color:#706e6b;margin-top:20px;text-transform:uppercase}.lx-item{padding:6px 8px;border-radius:4px;cursor:pointer;font-size:14px}.lx-item:hover{background:#f3f2f2}.lx-item.active{background:#e5f3ff;font-weight:600}.lx-content{flex:1;padding:24px}.lx-top-row{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}.lx-card{background:#fff;border:1px solid #d8dde6;border-radius:4px}.lx-card-header{padding:16px;font-weight:700;font-size:16px;border-bottom:1px solid #f3f2f2}.lx-card-body{padding:12px 16px 16px}.lx-list-item{display:flex;gap:12px;padding:8px 0;cursor:pointer}.lx-list-item:hover{background:#f3f2f2}.lx-title{font-weight:600;font-size:14px}.lx-meta{font-size:12px;color:#706e6b}.lx-view-all{margin-top:8px;font-size:13px;color:#0176d3;cursor:pointer}.lx-my-analytics{background:#fff;border:1px solid #d8dde6;border-radius:4px}.lx-my-header{padding:16px;font-weight:700;border-bottom:1px solid #f3f2f2}.lx-tabs{display:flex;border-bottom:1px solid #d8dde6}.lx-tab{padding:4px 6px;cursor:pointer;font-size:14px}.lx-tab.active{border-bottom:2px solid #0176d3;font-weight:700}.lx-table{width:100%;border-collapse:collapse}.lx-table th{text-align:left;font-size:12px;font-weight:700;color:#706e6b;padding:12px 16px;border-bottom:1px solid #d8dde6}.lx-table td{padding:12px 16px;border-bottom:1px solid #f3f2f2;font-size:14px}.lx-table tr:hover{background:#f3f2f2}.lx-table-title{display:flex;align-items:center;gap:8px}.lx-icon-sm{width:16px;height:16px;background:#e5f3ff;border-radius:2px}.lx-report-page{background:#f3f2f2;padding:24px;min-height:100vh}.lx-report-header{background:#fff;border:1px solid #d8dde6;border-radius:4px;padding:20px;display:flex;justify-content:space-between;align-items:flex-start}.lx-breadcrumb{font-size:12px;color:#706e6b;margin-bottom:4px}.lx-report-header h1{margin:0;font-size:22px;font-weight:700}.lx-report-actions{display:flex;gap:8px}.lx-btn-secondary{height:32px;padding:0 12px;border-radius:4px;border:1px solid #d8dde6;background:#fff;font-size:13px;cursor:pointer}.lx-btn-secondary:hover{background:#f3f2f2}.lx-report-meta{background:#fff;border:1px solid #d8dde6;border-radius:4px;padding:12px 20px;margin-top:16px;display:flex;gap:40px;font-size:13px}.lx-report-table-container{background:#fff;border:1px solid #d8dde6;border-radius:4px;margin-top:16px;overflow:auto}.lx-report-table{width:100%;border-collapse:collapse}.lx-report-table th{text-align:left;padding:12px;font-size:12px;font-weight:700;color:#706e6b;border-bottom:1px solid #d8dde6}.lx-report-table td{padding:12px;font-size:14px;border-bottom:1px solid #f3f2f2}.lx-report-table tr:hover{background:#f3f2f2}.lx-error{padding:40px;text-align:center}.lx-group-header td{background:#f3f2f2;font-weight:700;border-top:1px solid #d8dde6}.lx-subtotal td{background:#fafaf9;border-top:1px solid #e5e5e5}.lx-grand-total td{background:#e5f3ff;font-weight:700;border-top:2px solid #0176d3}.lx-dashboard-page{background:#f3f2f2;padding:24px;min-height:100vh}.lx-dashboard-header{margin-bottom:20px}.lx-dashboard-header h1{font-size:24px;font-weight:700}.lx-dashboard-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.lx-dashboard-widget{background:#fff;border:1px solid #d8dde6;border-radius:4px;padding:20px;min-height:160px}.lx-widget-loading{color:#706e6b;font-size:14px}.lx-kpi-widget{text-align:center}.lx-kpi-value{font-size:36px;font-weight:700}.lx-kpi-label{font-size:14px;color:#706e6b}.lx-dashboard-table{width:100%;border-collapse:collapse}.lx-dashboard-table th{text-align:left;font-size:12px;color:#706e6b;padding:8px;border-bottom:1px solid #d8dde6}.lx-dashboard-table td{padding:8px;border-bottom:1px solid #f3f2f2}.hc-admin{padding:30px;font-family:Inter,system-ui,sans-serif;color:#1f2937}.hc-admin h1{font-size:28px;font-weight:600;margin-bottom:20px}.admin-menu{display:flex;gap:10px;margin-bottom:25px;flex-wrap:wrap}.admin-menu button{background:#f3f4f6;border:1px solid #d1d5db;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:14px;transition:all .15s}.admin-menu button:hover{background:#2563eb;color:#fff;border-color:#2563eb}#adminContent h2{font-size:20px;font-weight:600;margin-bottom:12px}.admin-create,#adminContent button{background:#2563eb;color:#fff;border:none;padding:8px 14px;border-radius:6px;cursor:pointer;font-size:14px;margin-bottom:12px}.admin-create:hover{background:#1d4ed8}.admin-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #e5e7eb;border-radius:6px;overflow:hidden}.admin-table th{text-align:left;padding:12px;background:#f9fafb;font-weight:600;font-size:14px;border-bottom:1px solid #e5e7eb}.admin-table td{padding:12px;border-bottom:1px solid #f1f5f9;font-size:14px}.admin-table tr:hover{background:#f9fafb}.admin-table button{padding:6px 10px;font-size:13px;border-radius:4px;border:none;cursor:pointer;margin-right:6px}.editDept,.editBed,.editRoom,.editEquip,.editAmb{background:#f59e0b;color:#fff}.deleteDept,.deleteBed,.deleteRoom,.deleteEquip,.deleteAmb{background:#ef4444;color:#fff}.admin-table button:hover{opacity:.9}.admin-modal{background:#fff;padding:28px;border-radius:8px;width:420px;max-width:90%;box-shadow:0 10px 40px #00000026}.admin-modal h2{margin-bottom:20px;font-size:22px}.form-grid{display:grid;grid-template-columns:120px 1fr;gap:12px 14px;align-items:center;margin-bottom:20px}.form-grid label{font-weight:500;font-size:14px}.form-grid input,.form-grid textarea,.form-grid select{width:100%;padding:8px;border-radius:6px;border:1px solid #d1d5db;font-size:14px}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:10px}.modal-actions button{padding:8px 14px;border-radius:6px;border:none;cursor:pointer;font-size:14px}#cancelDept,#cancelRoom,#cancelBed,#cancelEquip,#cancelAmb,#cancelUnit,#cancelRule{background:#e5e7eb}#saveDept,#saveRoom,#saveBed,#saveEquip,#saveAmb,#saveUnit,#saveRule{background:#2563eb;color:#fff}#saveDept:hover,#saveRoom:hover,#saveBed:hover,#saveEquip:hover,#saveAmb:hover,#saveUnit:hover,#saveRule:hover{background:#1d4ed8}@media(max-width:800px){.form-grid{grid-template-columns:1fr}.admin-table th,.admin-table td{font-size:13px}.admin-menu{flex-direction:column}}.admin-modal{width:650px;max-width:90%;background:#fff;border-radius:12px;padding:30px;box-shadow:0 20px 50px #00000026}.admin-modal h2{margin-bottom:25px;font-size:26px;font-weight:600}.form-grid{display:grid;grid-template-columns:160px 1fr 120px 1fr;gap:18px 20px;align-items:center}.form-grid label{font-weight:500;color:#333}.form-grid input,.form-grid textarea,.form-grid select{width:100%;padding:10px 12px;border:1px solid #dcdcdc;border-radius:6px;font-size:14px;background:#fff}.form-grid textarea{min-height:70px;resize:vertical}.modal-actions{margin-top:25px;display:flex;justify-content:flex-end;gap:12px}.modal-actions button{padding:10px 18px;border:none;border-radius:6px;font-size:14px;cursor:pointer}.modal-actions button:first-child{background:#e5e7eb}.modal-actions button:last-child{background:#2563eb;color:#fff}.bed-header{font-weight:700}.bed-patient{margin-top:8px;font-size:14px}.bed-board{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.bed-card{background:#fff;border-radius:8px;padding:12px;border:1px solid #ddd}.bed-card.available{border-left:6px solid #2ecc71}.bed-card.occupied{border-left:6px solid #e74c3c}.bed-card.cleaning{border-left:6px solid #f39c12}.bed-grid{display:grid;grid-template-columns:repeat(auto-fill,70px);gap:10px;margin-top:10px}.bed{height:60px;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:600;font-size:12px}.bed-room{font-size:10px;opacity:.7}.bed-number{font-size:14px}.bed-unit{margin-bottom:20px}.bed-room-row{display:flex;align-items:center;gap:10px;margin:6px 0}.room-label{width:80px;font-weight:600}.bed{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:6px;font-size:12px;font-weight:600}.bed.available{background:#d1fae5;color:#065f46}.bed.occupied{background:#fee2e2;color:#7f1d1d}.bed.cleaning{background:#fef3c7;color:#92400e}.hc-command{padding:24px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;background:#f6f8fb;min-height:100vh}.hc-command h1{font-size:26px;font-weight:600;margin-bottom:14px;color:#1f2937}.hc-status-bar{display:flex;gap:30px;align-items:center;margin-bottom:20px;font-size:13px;color:#6b7280}.status-item{display:flex;align-items:center;gap:6px}.dot{width:9px;height:9px;border-radius:50%}.dot.live{background:#22c55e;box-shadow:0 0 6px #22c55e99}.hc-kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:14px;margin-bottom:22px}.hc-kpi{background:#fff;border-radius:12px;padding:16px;box-shadow:0 2px 10px #0000000d;display:flex;flex-direction:column;justify-content:center}.hc-kpi .value{font-size:26px;font-weight:700;color:#111827}.hc-kpi .value.critical{color:#dc2626}.hc-kpi .label{font-size:13px;margin-top:4px;color:#6b7280}.bed-bar{height:6px;background:#e5e7eb;border-radius:4px;margin:8px 0;overflow:hidden}#bedBarFill{height:100%;background:#3b82f6;width:0%;transition:width .3s ease}.kpi-split{display:flex;justify-content:space-between;margin-top:6px}.kpi-split .value{font-size:18px}.sub{font-size:11px;color:#6b7280}.hc-modules{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:14px;margin-bottom:22px}.hc-module{background:#fff;border-radius:12px;padding:18px;text-align:center;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 10px #0000000d}.hc-module:hover{transform:translateY(-3px);box-shadow:0 6px 18px #00000014}.hc-module h3{margin-top:6px;font-size:15px;font-weight:600}.hc-flow{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px;margin-bottom:22px}.flow-card{background:#fff;border-radius:10px;padding:14px;text-align:center;box-shadow:0 2px 10px #0000000d}.flow-card .value{font-size:22px;font-weight:700;color:#111827}.flow-card .label{font-size:12px;color:#6b7280;margin-top:4px}.hc-analytics{display:grid;grid-template-columns:1fr;gap:18px;margin-bottom:22px}.hc-card{background:#fff;border-radius:12px;padding:18px;box-shadow:0 2px 10px #0000000d;margin-bottom:20px}.hc-card h3{font-size:16px;margin-bottom:12px;font-weight:600}.patient-board{width:100%;border-collapse:collapse;font-size:13px}.patient-board th{text-align:left;padding:10px;background:#f3f4f6;font-weight:600}.patient-board td{padding:10px;border-top:1px solid #f1f5f9}.bed-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(40px,1fr));gap:6px}.bed{height:34px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600}.bed.available{background:#dcfce7;color:#166534}.bed.occupied{background:#fee2e2;color:#991b1b}.bed.cleaning{background:#fef9c3;color:#854d0e}.provider-load{margin-bottom:12px}.provider-name{font-size:13px;margin-bottom:4px}.provider-bar{height:6px;background:#e5e7eb;border-radius:4px;overflow:hidden}.provider-bar div{height:100%;background:#3b82f6}.provider-load span{font-size:11px;color:#6b7280}.ambulance{display:flex;justify-content:space-between;padding:8px 10px;border-radius:6px;background:#f3f4f6;margin-bottom:6px;font-size:13px}.icu-grid{display:flex;gap:30px}.icu-grid span{font-size:24px;font-weight:700;display:block}.icu-grid label{font-size:12px;color:#6b7280}.activity{padding:8px 0;border-bottom:1px solid #f1f5f9}.activity .type{font-weight:600;font-size:13px}.activity .desc{font-size:13px;color:#374151}.activity .time{font-size:11px;color:#9ca3af}.alert{padding:10px;border-radius:6px;margin-bottom:8px;font-size:13px}.alert.critical{background:#fee2e2;color:#991b1b}.alert.warning{background:#fef9c3;color:#854d0e}.alert.info{background:#e0f2fe;color:#0369a1}canvas{width:100%!important;height:260px!important}#recentActivity{display:flex;flex-direction:column;gap:12px}.activity-item{display:flex;gap:12px;padding:12px;border-radius:10px;background:#f8fafc;transition:all .2s ease;border:1px solid #f1f5f9}.activity-item:hover{background:#f1f5f9}.activity-icon{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#e0f2fe;font-size:16px}.activity-content{flex:1}.activity-title{font-weight:600;font-size:14px;color:#1f2937}.activity-desc{font-size:13px;color:#374151;margin-top:2px}.activity-time{font-size:11px;color:#9ca3af;margin-top:4px}.activity-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.activity-controls{display:flex;gap:8px;align-items:center}.activity-controls select,.activity-controls input{padding:4px 6px;font-size:12px;border:1px solid #d1d5db;border-radius:4px}.activity-controls button{background:#e5e7eb;border:none;padding:4px 8px;font-size:12px;border-radius:4px;cursor:pointer}.activity-controls button:hover{background:#d1d5db}.collapsed{display:none}.empty{font-size:13px;color:#9ca3af;padding:10px}.lx-tab[data-path*=healthcare-analytics]{display:none}.hc-page{padding:20px}.hc-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.hc-table{width:100%;border-collapse:collapse}.hc-table th,.hc-table td{padding:12px;border-bottom:1px solid #eee;color:#000}.hc-table tr:hover{background:#f8fafc;cursor:pointer}.risk-badge{padding:4px 8px;border-radius:12px;font-size:12px}.risk-badge.low{background:#dcfce7}.risk-badge.medium{background:#fef9c3}.risk-badge.high{background:#fecaca}.hc-record-header{display:flex;justify-content:space-between;margin-bottom:20px}.risk-card{padding:15px;border-radius:10px;text-align:center}.risk-card.low{background:#dcfce7}.risk-card.medium{background:#fef9c3}.risk-card.high{background:#fecaca}.timeline-item{padding:8px 0;border-bottom:1px solid #eee}.timeline-card{background:#fff;padding:14px;margin-bottom:14px;border-radius:8px;box-shadow:0 2px 6px #0000000d}.timeline-header{display:flex;justify-content:space-between;padding-left:12px;margin-bottom:8px}.timeline-type{font-weight:700;letter-spacing:.5px}.timeline-date{color:#6b7280;font-size:12px}.timeline-body{font-size:13px;background:#f9fafb;padding:10px;border-radius:6px}.timeline-vertical{position:relative;margin-left:20px;padding-left:20px}.timeline-vertical:before{content:"";position:absolute;left:9px;top:0;bottom:0;width:2px;background:#e5e7eb}.timeline-item{position:relative;margin-bottom:24px;display:flex;align-items:flex-start}.timeline-dot{position:absolute;left:-2px;width:14px;height:14px;border-radius:50%;margin-top:6px;box-shadow:0 0 0 4px #fff}.timeline-content{margin-left:30px;background:#fff;border-radius:8px;padding:16px;box-shadow:0 1px 3px #00000014;width:100%}.timeline-header{display:flex;justify-content:space-between;margin-bottom:8px}.timeline-title{font-weight:600;font-size:14px}.timeline-body{font-size:13px;line-height:1.5}.clinical-summary{margin-bottom:20px}.summary-label{font-weight:600;font-size:13px;margin-bottom:6px;color:#374151}.summary-empty{font-size:12px;color:#9ca3af}.timeline-body{margin-top:8px;font-size:13px;transition:all .2s ease}.timeline-header.clickable{cursor:pointer}.timeline-header.clickable:hover{opacity:.8}.hc-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999}.hc-modal{background:#fff;width:600px;max-width:95%;border-radius:8px;padding:24px;box-shadow:0 30px 80px #00000059;animation:fadeIn .15s ease-out}@keyframes fadeIn{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}.hc-modal-body{display:flex;flex-direction:column;gap:12px}.hc-modal-body label{font-weight:600;font-size:14px}.hc-modal-body input,.hc-modal-body select,.hc-modal-body textarea{width:100%;padding:8px;border-radius:6px;border:1px solid #d1d5db}.hc-modal-footer{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.enc-status{display:inline-block;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:600;margin-bottom:10px}.enc-status.signed{background:#dcfce7;color:#166534;border:1px solid #22c55e}.enc-status.draft{background:#fef3c7;color:#92400e;border:1px solid #f59e0b}.hc-modal{width:700px;max-width:95vw;max-height:90vh;background:#fff;border-radius:8px;display:flex;flex-direction:column;overflow:hidden}.hc-modal-header{padding:16px;border-bottom:1px solid #eee;flex-shrink:0}.hc-modal-body{padding:16px;overflow-y:auto;flex:1}.hc-modal-footer{padding:16px;border-top:1px solid #eee;flex-shrink:0;display:flex;justify-content:flex-end;gap:10px}.hc-modal-body::-webkit-scrollbar{width:6px}.hc-modal-body::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.hc-modal{width:1100px;max-width:96vw;height:90vh;display:flex;flex-direction:column}.hc-actions,.add-dropdown{position:relative}.add-menu{position:absolute;right:0;top:48px;background:#fff;border-radius:8px;box-shadow:0 15px 40px #00000026;width:200px;overflow:hidden;z-index:100}.add-menu div{padding:12px 16px;cursor:pointer;transition:background .2s ease}.add-menu div:hover{background:#f3f4f6}.hc-modal{width:700px;max-width:95vw;max-height:90vh;background:#fff;border-radius:8px;display:flex;flex-direction:column}.hc-modal-body{padding:20px;overflow-y:auto;flex:1}.hc-modal-footer{padding:16px 20px;border-top:1px solid #eee;display:flex;justify-content:flex-end;gap:10px}.hc-modal-overlay{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:9999}.timeline-body.collapsed,#timelineContainer.collapsed{display:none}.loinc-results{position:absolute;width:100%;max-height:200px;overflow-y:auto;background:#fff;border:1px solid #ddd;border-radius:6px;margin-top:4px;z-index:9999;box-shadow:0 8px 20px #0000001a}.loinc-item{padding:8px 12px;cursor:pointer}.loinc-item:hover{background:#f3f4f6}.hc-record{max-width:1400px;margin:auto;padding:24px;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial}.card{background:#fff;border-radius:8px;padding:18px;margin-bottom:20px;box-shadow:0 1px 3px #00000014}h3{margin:0 0 12px}.patient-banner{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:16px 20px;border-radius:10px;margin-bottom:16px;box-shadow:0 2px 6px #00000014}.banner-left{display:flex;gap:14px;align-items:center}.avatar{width:44px;height:44px;background:#2563eb;color:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%;font-weight:600;font-size:18px}.patient-name{font-size:20px;font-weight:600}.patient-meta{font-size:13px;color:#6b7280}.banner-right{display:flex;align-items:center;gap:16px}.banner-actions{display:flex;gap:8px}.risk-indicator{padding:8px 12px;border-radius:6px;font-size:13px;font-weight:600}.risk-indicator.low{background:#d1fae5;color:#065f46}.risk-indicator.medium{background:#fef3c7;color:#92400e}.risk-indicator.high{background:#fee2e2;color:#991b1b}.btn{padding:7px 12px;border-radius:6px;border:1px solid #d1d5db;background:#fff;cursor:pointer;font-size:13px}.btn.primary{background:#2563eb;border:none;color:#fff}.btn:hover{opacity:.9}.hc-alert-bar{display:flex;gap:10px;margin-bottom:16px}.alert{padding:8px 12px;border-radius:6px;font-size:13px}.alert-high{background:#fee2e2;color:#991b1b}.alert-warning{background:#fef3c7;color:#92400e}.hc-snapshot{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.snapshot-card{background:#fff;padding:14px;border-radius:8px;box-shadow:0 1px 3px #00000014}.snapshot-card .label{font-size:12px;color:#6b7280;margin-bottom:4px}.summary-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.summary-label{font-weight:600;margin-bottom:6px}.summary-item{font-size:13px;margin-bottom:4px}.summary-empty{color:#9ca3af}.vital-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.vital-card{background:#f9fafb;padding:12px;border-radius:8px;text-align:center;border:1px solid #e5e7eb}.vital-label{font-size:12px;color:#6b7280;margin-bottom:6px}.timeline-header-main{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.timeline-controls{display:flex;gap:10px;align-items:center}.timeline-vertical{position:relative;padding-left:20px}.timeline-item{display:flex;margin-bottom:20px;position:relative}.timeline-dot{width:12px;height:12px;border-radius:50%;position:absolute;left:-6px;top:6px}.timeline-content{background:#fff;border-radius:6px;padding:12px;width:100%;border:1px solid #e5e7eb}.timeline-header{display:flex;justify-content:space-between;cursor:pointer}.timeline-title{font-weight:600}.timeline-date{font-size:12px;color:#6b7280}.timeline-body{margin-top:8px;font-size:13px}.timeline-body.collapsed{display:none}.encounter-actions{display:flex;gap:8px;margin-top:10px}.encounter-actions button{padding:6px 10px;font-size:12px;border-radius:4px;border:none;cursor:pointer}.edit-encounter{background:#3b82f6;color:#fff}.sign-encounter{background:#16a34a;color:#fff}.add-observation{background:#0891b2;color:#fff}@media(max-width:1100px){.hc-snapshot,.vital-grid{grid-template-columns:repeat(2,1fr)}.summary-grid{grid-template-columns:1fr}.patient-banner{flex-direction:column;align-items:flex-start;gap:12px}}.vital-card{height:220px}.vital-card canvas{width:100%!important;height:160px!important}.no-vitals{padding:40px;text-align:center;color:#777;font-size:14px}.vitals-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.vitals-controls{display:flex;gap:10px;align-items:center}#vitalsContainer.collapsed{display:none}.vital-summary-row{display:grid;grid-template-columns:repeat(6,1fr);gap:15px;margin-bottom:20px}.vital-summary{background:#f9fafb;border-radius:8px;padding:12px;text-align:center}.vital-summary-label{font-size:12px;color:#6b7280}.vital-summary-value{font-size:18px;font-weight:600}.vital-alerts{background:#fff7ed;border:1px solid #fdba74;padding:12px;border-radius:8px;margin-bottom:15px}.alert-header{font-weight:600;color:#b45309;margin-bottom:6px}.vital-alert-item{padding:12px 14px;border-left:4px solid #f97316;background:#fff7ed;border-radius:6px;margin-bottom:8px}.hidden{display:none}.vital-alert-item.warning{border-left-color:#f97316;background:#fff7ed}.vital-alert-item.critical{border-left-color:#dc2626;background:#fde8e8}.alert-title{font-size:14px}.alert-detail{font-size:13px}.alert-time{font-size:12px;color:#6b7280}.vital-alert-item{padding:10px;border-radius:6px;margin-bottom:8px}.vital-alert-item.warning{background:#fff7ed;border-left:4px solid #f97316}.vital-alert-item.critical{background:#fee2e2;border-left:4px solid #dc2626}.ews-indicator{padding:6px 10px;border-radius:6px;font-weight:600;background:#e5e7eb}.ews-low{background:#d1fae5;color:#065f46}.ews-medium{background:#fef3c7;color:#92400e}.ews-high{background:#fee2e2;color:#991b1b}.vital-warning{color:#d97706;font-weight:600}.vital-critical{color:#dc2626;font-weight:700}.critical-title{font-weight:600;color:#dc2626;font-size:13px}.critical-value{font-size:12px;color:#b91c1c}.critical-banner{background:#fde8e8;border-left:4px solid #dc2626;padding:10px 14px;border-radius:8px;display:flex;flex-direction:column;gap:2px}.critical-name{font-weight:600;font-size:13px}.critical-date{font-size:11px;color:#666}.vital-alert-item:last-child{border-bottom:none}.summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.hc-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:999}.hc-modal{background:#fff;width:480px;border-radius:10px;box-shadow:0 20px 60px #00000040;overflow:hidden}.hc-modal-header{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;border-bottom:1px solid #eee}.hc-modal-body{padding:18px}.form-row{margin-bottom:14px;display:flex;flex-direction:column}.form-row label{font-size:13px;margin-bottom:4px;color:#555}.form-row input,.form-row textarea{padding:8px;border:1px solid #ddd;border-radius:6px;font-size:14px}.hc-modal-footer{padding:14px 18px;border-top:1px solid #eee;display:flex;justify-content:flex-end;gap:10px}.track-board{display:flex;gap:20px}.track-column{flex:1;background:#f7f7f7;padding:10px;border-radius:6px}.track-card{background:#fff;border:1px solid #ddd;padding:10px;margin-bottom:10px;border-radius:4px}.track-name{font-weight:600}.track-meta{font-size:12px;color:#666}.track-dropzone{min-height:200px}.track-card{background:#fff;border:1px solid #ddd;padding:10px;margin-bottom:10px;border-radius:6px;cursor:grab}.track-columns{display:flex;gap:20px;margin-top:20px}.track-col{flex:1;background:#f4f6f8;padding:10px;border-radius:6px;min-height:400px}.track-card{background:#fff;border:1px solid #ddd;padding:10px;margin-bottom:10px;border-radius:4px;box-shadow:0 1px 2px #0000000d}.track-name{font-weight:600;margin-top:3px}.track-meta{font-size:12px;color:#666;margin-top:3px}.track-wait{font-size:12px;color:#999;margin-top:3px}.track-card{cursor:grab}.track-card:active{cursor:grabbing}.form-grid{display:grid;grid-template-columns:150px 1fr 150px 1fr;gap:12px 16px;margin-top:16px}.form-grid label{font-weight:600;align-self:center}.form-grid input{padding:6px 8px;border:1px solid #ccc;border-radius:4px}.modal-actions .btn{padding:6px 12px}.vitals-modal{width:520px}.vitals-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:16px}.vital-field{display:flex;flex-direction:column}.vital-field label{font-weight:600;margin-bottom:4px}.vital-field input{padding:8px;border:1px solid #ccc;border-radius:4px}.modal-actions{margin-top:20px;display:flex;gap:10px}.row-ready{background:#f1f8e9}.pharmacy-layout{display:grid;grid-template-columns:320px 1fr;height:calc(100vh - 120px);border:1px solid #ddd}.pharmacy-queue{border-right:1px solid #ddd;background:#fafafa;overflow:auto}.queue-item{padding:14px;border-bottom:1px solid #eee;cursor:pointer}.queue-item:hover{background:#f3f6ff}.queue-name{font-weight:600;font-size:14px}.queue-med{font-size:13px;color:#444}.pharmacy-detail{padding:20px;overflow:auto}.detail-section{margin-bottom:25px}.detail-actions{margin-top:30px}.alerts{background:#fff6f6;border:1px solid #ffd1d1;padding:10px}.queue-item.active{background:#eef3ff;border-left:4px solid #2b6de5}.queue-list{overflow-y:auto;height:calc(100vh - 180px)}.queue-mrn{font-size:12px;color:#777}.queue-status{font-size:12px;font-weight:600;margin-top:4px}.queue-status.active{color:#2b6de5}.queue-status.pending{color:#f59e0b}.queue-status.dispensed{color:#10b981}.rx-card{background:#f8fafc;border:1px solid #e2e8f0;padding:12px;border-radius:6px}.rx-drug{font-weight:600;margin-bottom:4px}.rx-sig,.rx-duration{font-size:13px;color:#555}.alert-ok{color:#10b981}.alert-warning{color:#f59e0b}.alert-critical{color:#ef4444;font-weight:600}.lab-page{display:flex;flex-direction:column;gap:20px}.lab-header{display:flex;justify-content:space-between;align-items:center}.lab-layout{display:grid;grid-template-columns:320px 1fr;gap:20px}.lab-worklist{border:1px solid #e5e7eb;border-radius:8px;background:#fff}.worklist-header{padding:12px;border-bottom:1px solid #eee;font-weight:600}.worklist-body{max-height:650px;overflow-y:auto}.work-item{padding:12px;border-bottom:1px solid #f0f0f0;cursor:pointer}.work-item:hover{background:#f9fafb}.work-item.active{background:#eef4ff;border-left:4px solid #2563eb}.work-name{font-weight:600}.work-mrn{font-size:12px;color:#6b7280}.work-test{font-size:13px;margin-top:3px}.work-status{font-size:12px;color:#4b5563}.lab-detail{border:1px solid #e5e7eb;border-radius:8px;padding:20px;background:#fff}.detail-empty{color:#9ca3af;font-style:italic}.lab-test-card{padding:12px;border:1px solid #e5e7eb;border-radius:6px;background:#f9fafb}.detail-actions{display:flex;gap:10px;margin-top:15px}.priority-stat{border-left:4px solid red}.lab-test-status{font-weight:600;margin-top:5px}.lab-test-status.processing{color:#f59e0b}.lab-test-status.active{color:#2563eb}.lab-test-status.in_progress{color:#f59e0b}.lab-test-status.resulted{color:#10b981}.lab-test-status.verified{color:#16a34a}.work-status.active{color:#2563eb;font-weight:600}.work-status.in_progress{color:#f59e0b;font-weight:600}.work-status.resulted{color:#10b981;font-weight:600}.work-status.verified{color:#16a34a;font-weight:600}.lab-result-table{width:100%;border-collapse:collapse;margin-top:10px}.lab-result-table th,.lab-result-table td{border-bottom:1px solid #eee;padding:8px;text-align:left}.lab-result-input{width:80px}.low{border:2px solid orange}.high{border:2px solid red}#labsContainer.collapsed{display:none}.labs-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.labs-header button{border:none;background:none;font-size:16px;cursor:pointer}.lab-abnormal{color:#dc2626;font-weight:600;background:#fff5f5}.lab-chart-section{display:flex;justify-content:center;align-items:center;max-width:350px;margin:20px auto}.lab-trend-chart{max-width:700px;margin:20px auto}.finance-page,.finance-page *{box-sizing:border-box}.finance-page{width:100%;min-height:100vh;padding:30px 34px 90px;color:#0f172a;background:radial-gradient(circle at top left,rgba(37,99,235,.1),transparent 34%),radial-gradient(circle at top right,rgba(16,185,129,.1),transparent 30%),linear-gradient(180deg,#f8fbff,#f3f6fb)}.finance-hero,.finance-kpi-grid,.finance-action-strip,.finance-main-grid,.finance-lower-grid{width:min(1440px,100%);margin-left:auto;margin-right:auto}.finance-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:28px;margin-bottom:22px;padding:34px 38px;border:1px solid rgba(226,232,240,.95);border-radius:32px;background:radial-gradient(circle at top right,rgba(37,99,235,.13),transparent 35%),#fff;box-shadow:0 24px 70px #0f172a17}.finance-hero-copy{min-width:0}.finance-eyebrow{display:inline-flex;align-items:center;gap:9px;margin-bottom:14px;color:#64748b;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.finance-eyebrow span{width:9px;height:9px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 6px #22c55e24}.finance-hero h1{margin:0;color:#0f172a;font-size:clamp(46px,5vw,78px);line-height:.96;letter-spacing:-.065em;font-weight:950}.finance-hero p{max-width:760px;margin:18px 0 0;color:#64748b;font-size:16px;line-height:1.65;font-weight:750}.finance-hero-actions{display:flex;justify-content:flex-end;align-items:center;gap:12px;flex-wrap:wrap}.finance-btn{appearance:none;min-height:46px;display:inline-flex;align-items:center;justify-content:center;padding:0 20px;border-radius:999px;border:1px solid #dbe3ef;background:#fff;color:#0f172a;font-size:13px;font-weight:900;cursor:pointer;text-decoration:none;white-space:nowrap;box-shadow:0 10px 22px #0f172a0f;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease}.finance-btn:hover:not(:disabled){transform:translateY(-1px);border-color:#93c5fd;box-shadow:0 16px 32px #0f172a1c}.finance-btn.primary{border-color:transparent;color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 16px 36px #2563eb47}.finance-btn.light{background:#fff}.finance-btn.small{min-height:38px;padding:0 15px;font-size:12px}.finance-kpi-grid{margin-bottom:22px;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}.finance-kpi-card{min-width:0;min-height:132px;display:flex;align-items:center;gap:14px;padding:20px;border:1px solid #e2e8f0;border-radius:26px;background:#fff;box-shadow:0 22px 55px #0f172a13}.finance-kpi-card.wide{grid-column:span 1}.finance-kpi-icon{width:48px;height:48px;flex:0 0 auto;display:grid;place-items:center;border-radius:18px;background:#eff6ff;font-size:21px}.finance-kpi-card.income .finance-kpi-icon{background:#ecfdf5}.finance-kpi-card.expense .finance-kpi-icon{background:#fef2f2}.finance-kpi-card.system .finance-kpi-icon{background:#eff6ff}.finance-kpi-card.net .finance-kpi-icon{background:#f5f3ff}.finance-kpi-card span{display:block;color:#64748b;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.07em}.finance-kpi-card strong{display:block;margin-top:8px;color:#0f172a;font-size:26px;line-height:1;font-weight:950;letter-spacing:-.04em;white-space:nowrap}.finance-kpi-card small{display:block;margin-top:8px;color:#64748b;font-size:12px;line-height:1.3;font-weight:750}.finance-action-strip{margin-bottom:22px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.finance-action-card{min-width:0;display:grid;grid-template-columns:56px minmax(0,1fr);align-items:center;gap:16px;min-height:128px;padding:22px;border:1px solid #e2e8f0;border-radius:28px;background:#fff;text-align:left;cursor:pointer;box-shadow:0 18px 42px #0f172a11;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.finance-action-card:hover{transform:translateY(-2px);border-color:#93c5fd;box-shadow:0 24px 54px #0f172a1c}.finance-action-card>span{width:56px;height:56px;display:grid;place-items:center;border-radius:20px;background:#eff6ff;font-size:24px}.finance-action-card>div{min-width:0}.finance-action-card strong{display:block;color:#0f172a;font-size:18px;line-height:1.15;font-weight:950;white-space:normal;word-break:normal}.finance-action-card small{display:block;max-width:280px;margin-top:8px;color:#64748b;font-size:13px;line-height:1.4;font-weight:800;white-space:normal;word-break:normal}.finance-main-grid,.finance-lower-grid{margin-bottom:22px;display:grid;gap:22px;align-items:start}.finance-main-grid{grid-template-columns:minmax(0,1.55fr) minmax(360px,.65fr)}.finance-lower-grid{grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr)}.finance-card{min-width:0;padding:26px;border:1px solid #e2e8f0;border-radius:30px;background:#fffffff5;box-shadow:0 24px 70px #0f172a16;overflow:hidden}.finance-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.finance-card-head.compact{margin-bottom:16px}.finance-card-head h2{margin:0;color:#0f172a;font-size:25px;line-height:1.08;font-weight:950;letter-spacing:-.045em}.finance-card-head p{margin:8px 0 0;color:#64748b;font-size:13px;line-height:1.45;font-weight:800}.finance-card-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.finance-health-badge{min-height:34px;display:inline-flex;align-items:center;padding:0 13px;border-radius:999px;font-size:12px;font-weight:950;white-space:nowrap}.finance-health-badge.healthy{background:#ecfdf5;color:#047857}.finance-health-badge.neutral{background:#eff6ff;color:#1d4ed8}.finance-health-badge.warning{background:#fff7ed;color:#c2410c}.finance-chart-card{min-height:470px}.finance-chart-wrap{position:relative;width:100%;height:360px;padding:14px;border:1px solid #eef2f7;border-radius:24px;background:linear-gradient(180deg,#fff,#f8fafc)}.finance-insight-card{display:grid;align-content:start}.finance-insights{display:grid;gap:12px}.finance-insight-item{display:grid;grid-template-columns:48px minmax(0,1fr);gap:14px;align-items:start;padding:16px;border:1px solid #e2e8f0;border-radius:20px;background:#f8fafc}.finance-insight-item>span{width:48px;height:48px;display:grid;place-items:center;border-radius:18px;background:#fff;font-size:22px}.finance-insight-item strong{display:block;color:#0f172a;font-size:14px;line-height:1.25;font-weight:950}.finance-insight-item small{display:block;margin-top:5px;color:#64748b;font-size:12px;line-height:1.45;font-weight:750}.finance-approvals-card{align-self:start}.finance-table-wrap{width:100%;overflow-x:auto;border:1px solid #e2e8f0;border-radius:22px;background:#fff}.finance-table{width:100%;min-width:640px;border-collapse:separate;border-spacing:0}.finance-table th{padding:15px 16px;border-bottom:1px solid #e2e8f0;background:#f8fafc;color:#64748b;font-size:12px;font-weight:950;text-align:left;text-transform:uppercase;letter-spacing:.055em;white-space:nowrap}.finance-table td{padding:16px;border-bottom:1px solid #eef2f7;color:#334155;font-size:14px;font-weight:750;vertical-align:middle}.finance-table tr:last-child td{border-bottom:0}.finance-table .right{text-align:right}.finance-table-title strong{display:block;color:#0f172a;font-size:14px;font-weight:950}.finance-table-title span{display:block;margin-top:3px;color:#64748b;font-size:12px;font-weight:750}.finance-status{min-height:26px;display:inline-flex;align-items:center;padding:0 10px;border-radius:999px;font-size:11px;font-weight:950;white-space:nowrap}.finance-status.pending{background:#fff7ed;color:#c2410c}.finance-mini-btn{min-height:32px;padding:0 12px;border:1px solid #dbe3ef;border-radius:999px;background:#fff;color:#0f172a;font-size:12px;font-weight:900;cursor:pointer}.finance-mini-btn:hover{border-color:#93c5fd;background:#eff6ff}.finance-empty-cell{padding:38px 18px!important;text-align:center;color:#64748b;font-weight:850}.finance-empty-cell.error{color:#b91c1c}.finance-transactions-card{align-self:start}.finance-card-head.history-head{align-items:flex-start}.finance-filters-panel{display:grid;grid-template-columns:minmax(220px,1.2fr) minmax(138px,.75fr) minmax(138px,.75fr) minmax(145px,.8fr) minmax(128px,.7fr);gap:10px;margin-bottom:16px}.finance-search-input,.finance-filters-panel input,.finance-filters-panel select{width:100%;min-width:0;min-height:46px;border:1px solid #dbe3ef;border-radius:16px;background:#fff;color:#0f172a;outline:none;font-size:13px;font-weight:800;box-shadow:0 8px 18px #0f172a09}.finance-filters-panel input,.finance-filters-panel select{padding:0 14px}.finance-search-input{display:flex;align-items:center;gap:10px;padding:0 14px}.finance-search-input input{width:100%;min-width:0;border:0;outline:none;background:transparent;color:#0f172a;font-size:13px;font-weight:800}.finance-search-input:focus-within,.finance-filters-panel input:focus,.finance-filters-panel select:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f,0 12px 24px #0f172a0f}.finance-transaction-list{display:grid;gap:10px;max-height:720px;overflow-y:auto;padding-right:4px}.finance-transaction-list::-webkit-scrollbar{width:8px}.finance-transaction-list::-webkit-scrollbar-thumb{border-radius:999px;background:#cbd5e1}.finance-transaction-item{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px;border:1px solid #eef2f7;border-radius:18px;background:#fff}.finance-transaction-left{min-width:0;display:flex;align-items:center;gap:12px}.finance-transaction-icon{width:42px;height:42px;flex:0 0 auto;display:grid;place-items:center;border-radius:15px;font-size:18px;font-weight:950}.finance-transaction-icon.income{background:#ecfdf5;color:#047857}.finance-transaction-icon.expense{background:#fef2f2;color:#b91c1c}.finance-transaction-left strong{display:block;max-width:360px;color:#0f172a;font-size:14px;font-weight:950;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.finance-transaction-left span{display:block;margin-top:4px;color:#64748b;font-size:12px;font-weight:750}.finance-transaction-amount{flex:0 0 auto;font-size:15px;font-weight:950;white-space:nowrap}.finance-transaction-amount.income{color:#047857}.finance-transaction-amount.expense{color:#b91c1c}.finance-mobile-list{display:none;gap:12px;margin-top:12px}.finance-mobile-card{display:grid;gap:10px;padding:15px;border:1px solid #e2e8f0;border-radius:20px;background:#fff}.finance-mobile-card strong{display:block;color:#0f172a;font-size:14px;font-weight:950}.finance-mobile-card span{color:#64748b;font-size:12px;font-weight:750}.finance-mobile-card b{color:#0f172a;font-size:17px;font-weight:950}.finance-empty-state{padding:24px;border:1px dashed #cbd5e1;border-radius:20px;background:#fff;color:#64748b;font-size:13px;font-weight:850;text-align:center}.finance-empty-state strong{display:block;margin-bottom:4px;color:#0f172a;font-size:14px;font-weight:950}.finance-empty-state span{color:#64748b;font-size:12px;font-weight:750}.finance-empty-state.error{color:#b91c1c;border-color:#fecaca;background:#fef2f2}.finance-toast{position:fixed;right:22px;bottom:22px;z-index:999999;opacity:0;transform:translateY(8px);padding:14px 16px;border-radius:18px;background:#0f172a;color:#fff;font-size:13px;font-weight:850;box-shadow:0 24px 60px #0f172a40;transition:opacity .18s ease,transform .18s ease}.finance-toast.show{opacity:1;transform:translateY(0)}.finance-error-card{width:min(720px,100%);margin:80px auto;padding:32px;border:1px solid #fecaca;border-radius:28px;background:#fff;text-align:center;box-shadow:0 24px 70px #0f172a17}.finance-error-card>div{font-size:38px}.finance-error-card h2{margin:14px 0 8px;color:#0f172a;font-size:28px;font-weight:950}.finance-error-card p{margin:0;color:#64748b;font-weight:750}@media(max-width:1360px){.finance-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.finance-main-grid,.finance-lower-grid{grid-template-columns:1fr}.finance-filters-panel{grid-template-columns:repeat(2,minmax(0,1fr))}.finance-search-input{grid-column:1 / -1}.finance-transaction-list{max-height:620px}}@media(max-width:980px){.finance-page{padding:22px 18px 90px}.finance-hero{grid-template-columns:1fr;padding:26px;border-radius:26px}.finance-hero-actions{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.finance-hero-actions .finance-btn{width:100%}.finance-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.finance-action-strip{grid-template-columns:1fr}.finance-action-card{min-height:auto}.finance-chart-card{min-height:390px}.finance-chart-wrap{height:285px}}@media(max-width:720px){.finance-page{padding:16px 12px 100px}.finance-hero{padding:20px;border-radius:22px}.finance-hero h1{font-size:40px;letter-spacing:-.055em}.finance-hero p{font-size:14px}.finance-hero-actions,.finance-kpi-grid,.finance-filters-panel{grid-template-columns:1fr}.finance-card{padding:18px;border-radius:22px}.finance-card-head{flex-direction:column;gap:10px}.finance-card-actions,.finance-card-actions .finance-btn,.finance-card-head .finance-btn{width:100%}.finance-card-actions{display:grid;grid-template-columns:1fr 1fr}.finance-table-wrap{display:none}.finance-mobile-list{display:grid}.finance-transaction-list{max-height:none;overflow:visible;padding-right:0}.finance-transaction-item{align-items:flex-start;flex-direction:column}.finance-transaction-left strong{max-width:100%;white-space:normal}.finance-transaction-amount{align-self:flex-end}.finance-toast{left:12px;right:12px;bottom:14px;text-align:center}}@media(max-width:440px){.finance-hero h1{font-size:34px}.finance-kpi-card{align-items:flex-start}.finance-kpi-card strong{font-size:23px}.finance-action-card{grid-template-columns:48px minmax(0,1fr);padding:18px}.finance-action-card>span{width:48px;height:48px}.finance-card-actions{grid-template-columns:1fr}}.finance-page{padding:24px 28px 80px!important}.finance-hero{min-height:310px!important;padding:38px 44px!important;align-items:center!important}.finance-hero h1{max-width:760px!important;font-size:clamp(56px,5.2vw,88px)!important;line-height:.98!important}.finance-hero p{max-width:760px!important;font-size:17px!important}.finance-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}.finance-kpi-card{min-height:128px!important;padding:22px!important;display:grid!important;grid-template-columns:58px minmax(0,1fr)!important;align-items:center!important}.finance-kpi-card.net,.finance-kpi-card.wide{grid-column:auto!important}.finance-kpi-icon{width:58px!important;height:58px!important;border-radius:20px!important}.finance-kpi-card>div:last-child{min-width:0!important}.finance-kpi-card strong{display:block!important;width:100%!important;max-width:100%!important;font-size:clamp(26px,2.2vw,34px)!important;line-height:1.05!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important;letter-spacing:-.045em!important}.finance-kpi-card span{max-width:100%!important;line-height:1.2!important;white-space:normal!important;word-break:normal!important}.finance-kpi-card small{line-height:1.35!important;white-space:normal!important}.finance-action-strip{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}.finance-action-card{min-height:118px!important;padding:22px 24px!important;grid-template-columns:64px minmax(0,1fr)!important;border-radius:28px!important}.finance-action-card>span{width:64px!important;height:64px!important;border-radius:22px!important}.finance-action-card strong{font-size:20px!important;line-height:1.15!important}.finance-action-card small{max-width:none!important;font-size:14px!important;line-height:1.35!important}.finance-main-grid{grid-template-columns:minmax(0,1.55fr) minmax(360px,.65fr)!important;align-items:start!important}.finance-chart-card{min-height:430px!important}.finance-chart-wrap{height:320px!important}.finance-lower-grid{grid-template-columns:minmax(420px,.8fr) minmax(0,1.2fr)!important;align-items:start!important}.finance-transaction-list{max-height:560px!important;overflow-y:auto!important}.finance-filters-panel{grid-template-columns:minmax(220px,1fr) minmax(132px,.65fr) minmax(132px,.65fr) minmax(140px,.7fr) minmax(120px,.6fr)!important}.finance-card{border-radius:30px!important}@media(max-width:1360px){.finance-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.finance-main-grid,.finance-lower-grid{grid-template-columns:1fr!important}.finance-filters-panel{grid-template-columns:repeat(2,minmax(0,1fr))!important}.finance-search-input{grid-column:1 / -1!important}}@media(max-width:980px){.finance-page{padding:20px 16px 90px!important}.finance-hero{min-height:auto!important;grid-template-columns:1fr!important;padding:28px!important}.finance-hero h1{font-size:clamp(44px,8vw,64px)!important}.finance-hero-actions{width:100%!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important}.finance-hero-actions .finance-btn{width:100%!important}.finance-action-strip{grid-template-columns:1fr!important}.finance-action-card{min-height:auto!important}}@media(max-width:720px){.finance-page{padding:14px 12px 90px!important}.finance-hero{padding:22px!important;border-radius:24px!important}.finance-hero h1{font-size:38px!important;letter-spacing:-.055em!important}.finance-hero-actions,.finance-kpi-grid,.finance-filters-panel{grid-template-columns:1fr!important}.finance-kpi-card{grid-template-columns:54px minmax(0,1fr)!important}.finance-kpi-icon{width:54px!important;height:54px!important}.finance-kpi-card strong{font-size:28px!important}.finance-main-grid,.finance-lower-grid{grid-template-columns:1fr!important}.finance-chart-wrap{height:260px!important}.finance-transaction-list{max-height:none!important;overflow:visible!important}}.finance-hero{grid-template-columns:minmax(0,1fr) auto!important}.finance-hero h1{max-width:none!important;white-space:nowrap!important;font-size:clamp(54px,5vw,92px)!important;line-height:.95!important;letter-spacing:-.07em!important}.finance-hero-copy{min-width:0!important;max-width:980px!important}.finance-hero-actions{flex-shrink:0!important}@media(max-width:1180px){.finance-hero{grid-template-columns:1fr!important}.finance-hero h1{white-space:normal!important;font-size:clamp(44px,8vw,72px)!important}}.expense-page,.expense-page *{box-sizing:border-box}.expense-page{width:100%;min-height:100vh;padding:28px 32px 90px;color:#0f172a;background:radial-gradient(circle at top left,rgba(37,99,235,.1),transparent 34%),radial-gradient(circle at top right,rgba(16,185,129,.09),transparent 30%),linear-gradient(180deg,#f8fbff,#f3f6fb)}.expense-hero,.expense-stats,.expense-card{width:min(1440px,100%);margin-left:auto;margin-right:auto}.expense-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:28px;margin-bottom:22px;padding:38px 44px;border:1px solid rgba(226,232,240,.95);border-radius:34px;background:radial-gradient(circle at top right,rgba(37,99,235,.13),transparent 35%),#fff;box-shadow:0 24px 70px #0f172a17}.expense-hero h1{margin:0;color:#0f172a;font-size:clamp(48px,4.8vw,82px);line-height:.96;letter-spacing:-.07em;font-weight:950}.expense-hero p{max-width:820px;margin:18px 0 0;color:#64748b;font-size:16px;line-height:1.65;font-weight:750}.expense-hero-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.expense-btn{appearance:none;min-height:46px;display:inline-flex;align-items:center;justify-content:center;padding:0 20px;border-radius:999px;border:1px solid #dbe3ef;background:#fff;color:#0f172a;font-size:13px;font-weight:900;cursor:pointer;text-decoration:none;white-space:nowrap;box-shadow:0 10px 22px #0f172a0f;transition:.16s ease}.expense-btn:disabled{opacity:.6;cursor:not-allowed}.expense-btn.danger{border-color:transparent;color:#fff;background:linear-gradient(135deg,#ef4444,#b91c1c);box-shadow:0 16px 36px #ef444438}.expense-btn.small{min-height:36px;padding:0 14px;font-size:12px}.expense-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:22px}.expense-stat{min-width:0;min-height:124px;display:grid;grid-template-columns:56px minmax(0,1fr);align-items:center;gap:14px;padding:20px;border:1px solid #e2e8f0;border-radius:26px;background:#fff;box-shadow:0 22px 55px #0f172a13}.expense-stat-icon{width:56px;height:56px;display:grid;place-items:center;border-radius:20px;background:#eff6ff;font-size:23px}.expense-stat.success .expense-stat-icon{background:#ecfdf5}.expense-stat.expense .expense-stat-icon{background:#fef2f2}.expense-stat.warning .expense-stat-icon{background:#fff7ed}.expense-stat span{display:block;color:#64748b;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.07em}.expense-stat strong{display:block;margin-top:8px;color:#0f172a;font-size:clamp(24px,2vw,32px);line-height:1;font-weight:950;letter-spacing:-.045em;white-space:nowrap}.expense-stat small{display:block;margin-top:8px;color:#64748b;font-size:12px;line-height:1.35;font-weight:750}.expense-skel{border-radius:999px;background:linear-gradient(90deg,#eef2f7,#f8fafc,#eef2f7);background-size:220% 100%;animation:expenseSkel 1.2s ease-in-out infinite}.expense-skel.icon{width:52px;height:52px;border-radius:18px}.expense-skel.short{width:90px;height:12px}.expense-skel.long{width:150px;height:26px;margin-top:12px}.expense-card{border:1px solid #e2e8f0;border-radius:30px;background:#fffffff5;box-shadow:0 24px 70px #0f172a16;overflow:hidden}.expense-toolbar{display:grid;grid-template-columns:minmax(260px,.42fr) minmax(0,1fr);gap:20px;align-items:end;padding:24px;margin-bottom:22px}.expense-toolbar h2{margin:0;color:#0f172a;font-size:26px;line-height:1.08;font-weight:950;letter-spacing:-.045em}.expense-toolbar p{margin:8px 0 0;color:#64748b;font-size:13px;line-height:1.45;font-weight:800}.expense-filters{display:grid;grid-template-columns:minmax(240px,1.4fr) minmax(160px,.8fr) minmax(140px,.7fr) 86px;gap:10px;align-items:center}.expense-search,.expense-filters input,.expense-filters select{width:100%;min-height:46px;border:1px solid #dbe3ef;border-radius:16px;background:#fff;color:#0f172a;outline:none;font-size:13px;font-weight:800;box-shadow:0 8px 18px #0f172a09}.expense-filters select{padding:0 14px}.expense-search{display:flex;align-items:center;gap:10px;padding:0 14px}.expense-search input{width:100%;border:0;outline:none;background:transparent;color:#0f172a;font-size:13px;font-weight:800}.expense-search:focus-within,.expense-filters select:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f,0 12px 24px #0f172a0f}.expense-table-card{padding:0}.expense-table{width:100%;min-width:1280px;border-collapse:separate;border-spacing:0}.expense-table th{padding:16px 18px;border-bottom:1px solid #e2e8f0;background:#f8fafc;color:#64748b;font-size:12px;font-weight:950;text-align:left;text-transform:uppercase;letter-spacing:.055em;white-space:nowrap}.expense-table td{padding:16px 18px;border-bottom:1px solid #eef2f7;color:#334155;font-size:14px;font-weight:750;vertical-align:middle}.expense-table tr:last-child td{border-bottom:0}.expense-table .right{text-align:right}.expense-request-cell strong{display:block;max-width:260px;color:#0f172a;font-size:14px;font-weight:950;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.expense-request-cell span{display:block;max-width:260px;margin-top:4px;color:#64748b;font-size:12px;font-weight:750;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.expense-table .amount{color:#0f172a;font-weight:950;white-space:nowrap}.expense-action-group{display:flex;justify-content:flex-end;gap:7px;flex-wrap:wrap}.expense-mini-btn,.expense-mini-link{min-height:32px;display:inline-flex;align-items:center;justify-content:center;padding:0 11px;border:1px solid #dbe3ef;border-radius:999px;background:#fff;color:#0f172a;font-size:12px;font-weight:900;cursor:pointer;white-space:nowrap;text-decoration:none}.expense-mini-btn:hover,.expense-mini-link:hover{border-color:#93c5fd;background:#eff6ff}.muted{color:#94a3b8;font-size:12px;font-weight:850}.expense-badge,.priority-pill{min-height:28px;display:inline-flex;align-items:center;padding:0 10px;border-radius:999px;font-size:11px;font-weight:950;white-space:nowrap}.expense-badge.pending{background:#fff7ed;color:#c2410c}.expense-badge.ready_for_payment{background:#eff6ff;color:#1d4ed8}.expense-badge.manager_approved{background:#f5f3ff;color:#6d28d9}.expense-badge.paid{background:#ecfdf5;color:#047857}.expense-badge.rejected{background:#fef2f2;color:#b91c1c}.priority-pill.low{background:#f1f5f9;color:#475569}.priority-pill.normal{background:#eff6ff;color:#1d4ed8}.priority-pill.high{background:#fff7ed;color:#c2410c}.priority-pill.urgent{background:#fef2f2;color:#b91c1c}.expense-empty-cell{padding:42px 18px!important;text-align:center;color:#64748b;font-weight:850}.expense-empty{padding:22px;text-align:center;color:#64748b;font-weight:850}.expense-mobile-list{display:none;gap:14px;padding:16px}.expense-empty-card,.expense-mobile-card{padding:16px;border:1px solid #e2e8f0;border-radius:22px;background:#fff;box-shadow:0 16px 36px #0f172a0f}.expense-empty-card{color:#64748b;text-align:center;font-weight:850}.expense-empty-card.error{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.expense-mobile-card{display:grid;gap:14px}.expense-mobile-top b{color:#0f172a;font-size:17px;font-weight:950;white-space:nowrap}.expense-mobile-tags,.expense-mobile-actions{display:flex;flex-wrap:wrap;gap:8px}.expense-mobile-meta{display:grid;grid-template-columns:1fr 1fr;gap:10px}.expense-mobile-meta div{min-width:0;padding:12px;border:1px solid #eef2f7;border-radius:16px;background:#f8fafc}.expense-mobile-meta span{display:block;color:#64748b;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.06em}.expense-mobile-meta strong{display:block;margin-top:5px;color:#0f172a;font-size:13px;font-weight:850;overflow-wrap:anywhere}.expense-modal{position:fixed;inset:0;z-index:99999;display:grid;place-items:center;padding:20px;background:#0f172a9e;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.expense-modal.hidden,.hidden{display:none!important}.expense-modal-card{width:min(560px,100%);max-height:calc(100vh - 40px);display:flex;flex-direction:column;border:1px solid #e2e8f0;border-radius:28px;background:#fff;box-shadow:0 30px 100px #0f172a6b;overflow:hidden}.expense-modal-card.wide{width:min(920px,100%)}.expense-modal-card.preview{width:min(940px,100%)}.expense-modal-head,.expense-modal-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 24px;border-bottom:1px solid #e2e8f0;background:linear-gradient(180deg,#fff,#f8fbff)}.expense-modal-actions{justify-content:flex-end;border-top:1px solid #e2e8f0;border-bottom:0}.expense-modal-head span{display:block;color:#64748b;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px}.expense-modal-head h3{margin:0;color:#0f172a;font-size:26px;font-weight:950;letter-spacing:-.04em}.expense-modal-head p{margin:7px 0 0;color:#64748b;font-size:13px;line-height:1.45;font-weight:750}.expense-icon-btn{width:40px;height:40px;flex:0 0 auto;border:1px solid #dbe3ef;border-radius:14px;background:#fff;font-size:18px;cursor:pointer}.expense-modal-body{padding:22px 24px;overflow-y:auto}.expense-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.dynamic-fields{grid-column:1 / -1}.expense-field{min-width:0;display:grid;gap:8px}.expense-field.full{grid-column:1 / -1}.expense-field span{color:#334155;font-size:13px;font-weight:950}.expense-field input,.expense-field select,.expense-field textarea{width:100%;min-height:48px;border:1px solid #dbe4f0;border-radius:16px;background:#fff;color:#0f172a;padding:0 14px;outline:none;font-size:14px;font-weight:750}.expense-field textarea{min-height:120px;padding-top:14px;resize:vertical;line-height:1.5}.expense-field input:focus,.expense-field select:focus,.expense-field textarea:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.input-error{border-color:#ef4444!important;box-shadow:0 0 0 4px #ef44441f!important}.expense-preview{margin-top:8px}.expense-preview img{width:110px;max-height:90px;object-fit:cover;border-radius:14px;border:1px solid #e2e8f0}.file-preview{width:fit-content;padding:10px 12px;border-radius:14px;background:#f8fafc;color:#334155;font-size:13px;font-weight:850}.signature-wrap{padding:12px;border:1px solid #dbe4f0;border-radius:20px;background:linear-gradient(180deg,#fff,#f8fafc)}#signaturePad{width:100%;height:220px;display:block;border-radius:14px;background:#fff;border:1px dashed #cbd5e1;touch-action:none}.expense-viewer{min-height:560px;background:#f8fafc}.expense-viewer iframe{display:block;width:100%;min-height:560px;border:0}.expense-viewer img{display:block;max-width:100%;max-height:620px;margin:0 auto;object-fit:contain}.signature-preview{min-height:360px;display:grid;place-items:center;padding:24px}.signature-preview img{padding:20px;border:1px solid #e2e8f0;border-radius:18px;background:#fff}@media(max-width:1280px){.expense-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.expense-toolbar{grid-template-columns:1fr;align-items:start}.expense-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.expense-search{grid-column:1 / -1}}@media(max-width:980px){.expense-page{padding:22px 18px 90px}.expense-hero{grid-template-columns:1fr;padding:28px;border-radius:28px}.expense-hero h1{font-size:clamp(44px,8vw,64px)}.expense-hero-actions{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.expense-hero-actions .expense-btn{width:100%}}@media(max-width:720px){.expense-page{padding:16px 12px 100px}.expense-hero{padding:22px;border-radius:24px}.expense-hero h1{font-size:38px;letter-spacing:-.055em}.expense-hero p{font-size:14px}.expense-hero-actions,.expense-stats,.expense-filters,.expense-form-grid{grid-template-columns:1fr}.dynamic-fields,.expense-field.full{grid-column:1}.expense-toolbar{padding:18px;border-radius:22px}.expense-table-wrap{display:none}.expense-mobile-list{display:grid}.expense-mobile-meta{grid-template-columns:1fr}.expense-mobile-top,.expense-mobile-actions,.expense-action-group{flex-direction:column}.expense-mobile-actions .expense-btn,.expense-mobile-actions .expense-mini-btn,.expense-action-group .expense-btn{width:100%}.expense-modal{align-items:flex-start;padding:10px;overflow-y:auto}.expense-modal-card{border-radius:22px}.expense-modal-head,.expense-modal-actions{padding:18px}.expense-modal-actions{flex-direction:column-reverse}.expense-modal-actions .expense-btn,.expense-modal-actions .expense-mini-link{width:100%}.expense-modal-body{padding:18px}.expense-viewer,.expense-viewer iframe{min-height:420px}}@media(max-width:420px){.expense-hero h1{font-size:34px}.expense-stat{grid-template-columns:52px minmax(0,1fr)}.expense-stat-icon{width:52px;height:52px}.expense-stat strong{font-size:24px}}.expense-hero-actions{align-items:center!important}#goBackFinance{color:#334155!important}#goBackFinance:hover{color:#1d4ed8!important;background:#eff6ff!important}@media(max-width:980px){.expense-hero-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important}}.expense-hero{grid-template-columns:minmax(0,1fr) auto!important;gap:28px!important}.expense-hero h1{font-size:clamp(52px,4.8vw,88px)!important;line-height:.95!important;letter-spacing:-.07em!important;max-width:820px!important}.expense-hero p{max-width:760px!important;font-size:16px!important}.expense-hero-actions{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:flex-end!important;gap:12px!important;flex-shrink:0!important}.expense-hero-actions .expense-btn{min-width:132px!important;padding-left:20px!important;padding-right:20px!important}#newRequest{min-width:172px!important}@media(max-width:1500px){.expense-hero h1{font-size:clamp(46px,4.4vw,76px)!important;max-width:740px!important}.expense-hero-actions .expense-btn{min-width:120px!important;padding-left:18px!important;padding-right:18px!important}#newRequest{min-width:158px!important}}@media(max-width:1180px){.expense-hero{grid-template-columns:1fr!important}.expense-hero-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%!important}.expense-hero-actions .expense-btn,#newRequest{width:100%!important;min-width:0!important}}@media(max-width:560px){.expense-hero-actions{grid-template-columns:1fr!important}}.giving-page,.giving-page *{box-sizing:border-box}.giving-page{width:100%;min-height:100vh;padding:28px 32px 80px;overflow-x:hidden;color:#0f172a;background:radial-gradient(circle at 8% 4%,rgba(37,99,235,.1),transparent 32%),radial-gradient(circle at 92% 0%,rgba(16,185,129,.1),transparent 30%),linear-gradient(180deg,#f8fbff,#f4f7fb)}.giving-shell{width:min(1320px,100%);margin:0 auto;display:grid;gap:22px}.giving-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:28px;padding:34px 38px;border:1px solid rgba(226,232,240,.95);border-radius:32px;background:radial-gradient(circle at top right,rgba(37,99,235,.13),transparent 34%),#fff;box-shadow:0 24px 70px #0f172a17}.giving-eyebrow{display:inline-flex;align-items:center;gap:9px;margin-bottom:14px;color:#64748b;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.giving-eyebrow span{width:9px;height:9px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 6px #22c55e24}.giving-hero h1{margin:0;color:#0f172a;font-size:clamp(52px,5.1vw,82px);line-height:.96;letter-spacing:-.07em;font-weight:950}.giving-hero p{max-width:760px;margin:18px 0 0;color:#64748b;font-size:16px;line-height:1.65;font-weight:750}.giving-hero-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.giving-btn{appearance:none;min-height:46px;display:inline-flex;align-items:center;justify-content:center;padding:0 20px;border-radius:999px;border:1px solid #dbe3ef;background:#fff;color:#0f172a;font-size:13px;font-weight:900;cursor:pointer;text-decoration:none;white-space:nowrap;box-shadow:0 10px 22px #0f172a0f;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease}.giving-btn:hover:not(:disabled){transform:translateY(-1px);border-color:#93c5fd;box-shadow:0 16px 32px #0f172a1c}.giving-btn:disabled{opacity:.58;cursor:not-allowed}.giving-btn.primary{border-color:transparent;color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 16px 36px #2563eb47}.giving-btn.light{background:#fff}.giving-btn.danger{border-color:transparent;color:#fff;background:linear-gradient(135deg,#dc2626,#b91c1c)}.giving-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.giving-stat{min-height:118px;display:flex;align-items:center;gap:14px;min-width:0;padding:20px;border:1px solid #e2e8f0;border-radius:24px;background:#fff;box-shadow:0 22px 55px #0f172a13}.giving-stat-icon{width:48px;height:48px;display:grid;place-items:center;flex:0 0 auto;border-radius:18px;background:#eff6ff;font-size:21px}.giving-stat-label{color:#64748b;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.07em}.giving-stat-value{margin-top:7px;color:#0f172a;font-size:30px;line-height:1;font-weight:950;letter-spacing:-.04em}.giving-stat-sub{margin-top:7px;color:#64748b;font-size:12px;font-weight:750}.giving-stat.skeleton{display:grid;align-content:center}.giving-skel-line{border-radius:999px;background:linear-gradient(90deg,#eef2f7,#f8fafc,#eef2f7);background-size:220% 100%;animation:givingSkel 1.2s ease-in-out infinite}.giving-skel-line.short{width:90px;height:12px}.giving-skel-line.tall{width:130px;height:28px;margin-top:12px}@keyframes givingSkel{to{background-position:-220% 0}}.giving-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:22px;align-items:stretch}.giving-card{min-width:0;border:1px solid #e2e8f0;border-radius:28px;background:#fffffff5;box-shadow:0 24px 70px #0f172a16;overflow:hidden}.giving-form-card,.giving-help-card,.giving-history-card{padding:24px}.giving-form-card{display:grid;grid-template-columns:260px minmax(0,1fr);column-gap:28px;row-gap:12px;align-content:start}.giving-form-card>.giving-card-head{grid-column:1;grid-row:1 / span 3;display:block;margin-bottom:0;align-self:start;padding-top:6px}.giving-form-card>#givingFormNotice,.giving-form-card>#givingFormError,.giving-form-card>.giving-form-grid,.giving-form-card>.giving-form-footer{grid-column:2}.giving-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.giving-card-head.compact{margin-bottom:16px}.giving-card-head h2{margin:0;color:#0f172a;font-size:26px;line-height:1.05;font-weight:950;letter-spacing:-.04em}.giving-card-head p{margin:8px 0 0;color:#64748b;font-size:13px;line-height:1.5;font-weight:800}.giving-required-note{display:inline-flex;margin-top:18px;color:#2563eb;font-size:12px;font-weight:950;white-space:nowrap}.giving-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px;min-width:0}.giving-form-grid .full,.giving-field.full,.giving-quick-amounts.full{grid-column:1 / -1}.giving-field{display:grid;gap:8px;min-width:0}.giving-field label{color:#334155;font-size:13px;font-weight:900}.giving-field input,.giving-field select,.giving-field textarea,.giving-history-controls input,.giving-history-controls select{width:100%;min-width:0;min-height:50px;box-sizing:border-box;border:1px solid #dbe3ef;border-radius:16px;background:#fff;color:#0f172a;padding:0 14px;outline:none;font-size:14px;font-weight:750;box-shadow:0 8px 18px #0f172a09;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.giving-field textarea{min-height:120px;padding-top:13px;resize:vertical;line-height:1.5}.giving-field input:focus,.giving-field select:focus,.giving-field textarea:focus,.giving-search-input:focus-within,.giving-history-controls input:focus,.giving-history-controls select:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f,0 12px 24px #0f172a0f}.giving-search-input{width:100%;min-width:0;min-height:50px;display:flex;align-items:center;gap:10px;padding:0 14px;border:1px solid #dbe3ef;border-radius:16px;background:#fff;box-shadow:0 8px 18px #0f172a09}.giving-search-input span{flex:0 0 auto}.giving-search-input input{width:100%;min-width:0;min-height:auto;padding:0;border:0;border-radius:0;background:transparent;color:#0f172a;outline:none;font-size:14px;font-weight:750;box-shadow:none}.giving-money-input{position:relative;min-width:0}.giving-money-input span{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#64748b;font-weight:950;z-index:1}.giving-money-input input{padding-left:34px}.giving-quick-amounts{display:flex;flex-wrap:wrap;gap:8px}.giving-quick-amounts button{min-height:36px;padding:0 14px;border:1px solid #dbe3ef;border-radius:999px;background:#f8fbff;color:#1d4ed8;font-size:12px;font-weight:950;cursor:pointer}.giving-quick-amounts button:hover{border-color:#93c5fd;background:#eff6ff}.giving-form-footer{display:flex;justify-content:flex-end;gap:10px;margin-top:18px;flex-wrap:wrap}.giving-form-footer .giving-btn{min-width:124px}.giving-form-error{margin-bottom:16px;padding:13px 14px;border:1px solid #fecaca;border-radius:16px;background:#fef2f2;color:#b91c1c;font-size:13px;font-weight:850}.giving-permission-card{display:flex;align-items:center;gap:14px;padding:16px;border:1px solid #fecaca;border-radius:18px;background:#fef2f2;color:#991b1b}.giving-permission-icon{width:44px;height:44px;display:grid;place-items:center;flex:0 0 auto;border-radius:16px;background:#fff;font-size:22px}.giving-permission-card h4{margin:0;color:#991b1b;font-size:14px;font-weight:950}.giving-permission-card p{margin:5px 0 0;font-size:13px;line-height:1.45;font-weight:750}.giving-help-card{min-width:0;display:grid;align-content:start}.giving-workflow{display:grid;gap:12px}.giving-workflow-step{display:grid;grid-template-columns:46px minmax(0,1fr);gap:12px;align-items:start;padding:15px;border:1px solid #e2e8f0;border-radius:18px;background:#f8fafc}.giving-workflow-step>div{width:46px;height:46px;display:grid;place-items:center;border-radius:999px;background:#dbeafe;color:#1d4ed8;font-size:13px;font-weight:950}.giving-workflow-step section{min-width:0}.giving-workflow-step strong{display:block;color:#0f172a;font-size:15px;line-height:1.2;font-weight:950;white-space:normal;word-break:normal;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none}.giving-workflow-step span{display:block;margin-top:6px;color:#64748b;font-size:12px;line-height:1.5;font-weight:750;white-space:normal;word-break:normal;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none}.giving-tip{margin-top:16px;padding:16px;border-radius:18px;background:#ecfdf5;color:#047857;font-size:13px;line-height:1.5;font-weight:800;white-space:normal;word-break:normal;overflow-wrap:normal}.giving-tip strong{display:block;margin-bottom:5px;font-weight:950}.giving-history-card{overflow:hidden}.giving-card-head.history-head{display:grid;grid-template-columns:minmax(220px,270px) minmax(0,1fr);align-items:end;gap:20px;margin-bottom:18px}.giving-history-controls{width:100%;min-width:0;display:grid;grid-template-columns:minmax(190px,1.3fr) minmax(132px,.8fr) minmax(132px,.8fr) minmax(135px,.8fr) minmax(135px,.8fr) minmax(78px,auto) minmax(78px,auto);gap:10px;align-items:center}.giving-history-controls .giving-search-input,.giving-history-controls input,.giving-history-controls select,.giving-history-controls .giving-btn{width:100%;min-width:0;min-height:44px}.giving-history-controls input,.giving-history-controls select{font-size:13px}.giving-history-controls .giving-btn{padding-left:14px;padding-right:14px}.giving-table-wrap{width:100%;overflow-x:auto;margin-top:10px;border-radius:20px;border:1px solid #edf2f7}.giving-table{width:100%;min-width:1120px;border-collapse:separate;border-spacing:0;background:#fff}.giving-table th{padding:15px 16px;border-bottom:1px solid #e2e8f0;background:#f8fafc;color:#64748b;font-size:12px;font-weight:950;text-align:left;text-transform:uppercase;letter-spacing:.055em;white-space:nowrap}.giving-table td{padding:16px;border-bottom:1px solid #eef2f7;color:#334155;font-size:14px;font-weight:750;vertical-align:middle}.giving-table tr:last-child td{border-bottom:0}.giving-member-cell strong{display:block;color:#0f172a;font-size:14px;font-weight:950}.giving-member-cell span{display:block;margin-top:3px;color:#64748b;font-size:12px;font-weight:750}.giving-amount-cell{color:#047857!important;font-weight:950!important;white-space:nowrap}.giving-method{display:inline-flex;align-items:center;min-height:26px;padding:0 10px;border-radius:999px;font-size:11px;font-weight:950;white-space:nowrap;background:#eff6ff;color:#1d4ed8}.method-cash{background:#ecfdf5;color:#047857}.method-card{background:#eef2ff;color:#4338ca}.method-check{background:#fff7ed;color:#c2410c}.method-bank{background:#f0f9ff;color:#0369a1}.giving-mini-btn{min-height:32px;padding:0 12px;border:1px solid #dbe3ef;border-radius:999px;background:#fff;color:#0f172a;font-size:12px;font-weight:900;cursor:pointer}.giving-mini-btn:hover{border-color:#93c5fd;background:#eff6ff}.giving-mini-btn.danger{color:#b91c1c;border-color:#fecaca}.giving-mini-btn.full{width:100%}.giving-muted{color:#94a3b8}.giving-loading-cell,.giving-empty-cell{padding:42px 18px!important;text-align:center;color:#64748b;font-weight:850}.giving-empty-cell.error{color:#b91c1c}.giving-mobile-list{display:none;gap:14px;padding-top:12px}.giving-mobile-card{display:grid;gap:14px;padding:16px;border:1px solid #e2e8f0;border-radius:22px;background:#fff;box-shadow:0 16px 36px #0f172a0f}.giving-mobile-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.giving-mobile-top strong{display:block;color:#0f172a;font-size:15px;font-weight:950}.giving-mobile-top span{display:block;margin-top:4px;color:#64748b;font-size:12px;font-weight:750}.giving-mobile-amount{color:#047857;font-size:17px;font-weight:950;white-space:nowrap}.giving-mobile-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.giving-mobile-grid div{padding:12px;border-radius:16px;background:#f8fafc;border:1px solid #eef2f7;min-width:0}.giving-mobile-grid span{display:block;color:#64748b;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.06em}.giving-mobile-grid strong{display:block;margin-top:5px;color:#0f172a;font-size:13px;font-weight:850;overflow-wrap:anywhere}.giving-mobile-empty{padding:22px;border-radius:20px;background:#fff;border:1px dashed #cbd5e1;color:#64748b;font-weight:850;text-align:center}.giving-mobile-empty.error{color:#b91c1c;border-color:#fecaca;background:#fef2f2}.income-modal-overlay,.usher-setup-overlay,.giving-message-overlay,.giving-confirm-overlay{position:fixed;inset:0;z-index:99999;display:grid;place-items:center;padding:20px;background:#0f172a9e;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.income-modal,.usher-setup-modal,.giving-message-modal,.giving-confirm-modal{width:min(860px,100%);max-height:calc(100vh - 40px);display:flex;flex-direction:column;border-radius:28px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 30px 100px #0f172a6b;overflow:hidden}.giving-message-modal,.giving-confirm-modal{width:min(440px,100%);padding:28px;align-items:center;text-align:center}.income-modal-header,.income-modal-footer,.usher-setup-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 24px;border-bottom:1px solid #e2e8f0;background:linear-gradient(180deg,#fff,#f8fbff)}.income-modal-footer{border-top:1px solid #e2e8f0;border-bottom:0;justify-content:flex-end}.income-modal-kicker{color:#64748b;font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px}.income-modal-header h3,.usher-setup-header h3,.giving-message-modal h3,.giving-confirm-modal h3{margin:0;color:#0f172a;font-size:26px;font-weight:950;letter-spacing:-.04em}.income-modal-header p,.usher-setup-header p,.giving-message-modal p,.giving-confirm-modal p{margin:7px 0 0;color:#64748b;font-size:13px;line-height:1.45;font-weight:750}.income-modal-close,.usher-setup-close{width:40px;height:40px;flex:0 0 auto;border:1px solid #dbe3ef;border-radius:14px;background:#fff;font-size:18px;cursor:pointer}.income-modal-body,.usher-setup-body{padding:22px 24px;overflow-y:auto}.usher-setup-body{display:grid;grid-template-columns:320px minmax(0,1fr);gap:18px}.usher-setup-section{display:grid;gap:10px;align-content:start}.usher-setup-section h4{margin:0 0 4px;color:#0f172a;font-size:16px;font-weight:950}.usher-setup-section label{color:#334155;font-size:13px;font-weight:900}.usher-setup-section input,.giving-confirm-modal input{width:100%;min-height:44px;border:1px solid #dbe3ef;border-radius:14px;background:#fff;color:#0f172a;padding:0 12px;outline:none;font-size:14px;font-weight:750}.usher-setup-list{display:grid;gap:10px}.usher-setup-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px;border:1px solid #e2e8f0;border-radius:18px;background:#f8fafc}.usher-setup-name{color:#0f172a;font-size:14px;font-weight:950}.usher-setup-meta{margin-top:3px;color:#64748b;font-size:12px;font-weight:750}.usher-setup-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.usher-empty-state{padding:18px;border:1px dashed #cbd5e1;border-radius:18px;background:#fff;color:#64748b;font-size:13px;font-weight:800;text-align:center}.usher-empty-state.error{border-color:#fecaca;background:#fef2f2;color:#b91c1c}.giving-message-icon,.giving-confirm-icon{width:58px;height:58px;display:grid;place-items:center;margin-bottom:12px;border-radius:20px;background:#eff6ff;color:#2563eb;font-size:26px;font-weight:950}.giving-message-icon.error{background:#fef2f2;color:#b91c1c}.giving-confirm-actions{width:100%;display:flex;justify-content:center;gap:10px;margin-top:18px}.giving-success-toast{position:fixed;right:22px;bottom:22px;z-index:999999;opacity:0;transform:translateY(8px);display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:18px;background:#0f172a;color:#fff;box-shadow:0 24px 60px #0f172a40;transition:opacity .18s ease,transform .18s ease}.giving-success-toast.show{opacity:1;transform:translateY(0)}@media(max-width:1220px){.giving-shell{width:min(1120px,100%)}.giving-layout{grid-template-columns:1fr}.giving-help-card{display:grid;grid-template-columns:minmax(220px,260px) minmax(0,1fr);gap:20px;align-items:start}.giving-help-card>.giving-card-head{margin-bottom:0}.giving-workflow{grid-template-columns:repeat(2,minmax(0,1fr))}.giving-tip{grid-column:2}.giving-card-head.history-head{grid-template-columns:1fr;align-items:start}.giving-history-controls{grid-template-columns:minmax(220px,1fr) minmax(140px,.65fr) minmax(140px,.65fr) minmax(150px,.7fr) minmax(150px,.7fr) 90px 90px}}@media(max-width:980px){.giving-page{padding:22px 18px 90px}.giving-hero{grid-template-columns:1fr;align-items:start;padding:26px;border-radius:26px}.giving-hero h1{font-size:clamp(44px,8vw,68px);white-space:normal}.giving-hero-actions{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));justify-content:stretch}.giving-hero-actions .giving-btn{width:100%;min-width:0}.giving-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.giving-form-card{grid-template-columns:1fr}.giving-form-card>.giving-card-head,.giving-form-card>#givingFormNotice,.giving-form-card>#givingFormError,.giving-form-card>.giving-form-grid,.giving-form-card>.giving-form-footer{grid-column:auto;grid-row:auto}.giving-form-card>.giving-card-head{display:flex}.giving-help-card{grid-template-columns:1fr}.giving-workflow{grid-template-columns:repeat(2,minmax(0,1fr))}.giving-tip{grid-column:auto}.giving-history-controls{grid-template-columns:repeat(2,minmax(0,1fr))}.usher-setup-body{grid-template-columns:1fr}}@media(max-width:720px){.giving-page{padding:16px 12px 100px}.giving-shell{gap:16px}.giving-hero{padding:20px;border-radius:22px}.giving-hero h1{font-size:42px;letter-spacing:-.05em}.giving-hero p{font-size:14px}.giving-hero-actions,.giving-stats,.giving-form-grid,.giving-history-controls,.giving-workflow{grid-template-columns:1fr}.giving-card{border-radius:22px}.giving-form-card,.giving-help-card,.giving-history-card{padding:18px}.giving-form-card>.giving-card-head,.giving-card-head{flex-direction:column;gap:8px}.giving-required-note{margin-top:0}.giving-form-grid .full,.giving-field.full,.giving-quick-amounts.full{grid-column:auto}.giving-form-footer{flex-direction:column}.giving-form-footer .giving-btn{width:100%}.giving-table-wrap{display:none}.giving-mobile-list{display:grid}.giving-mobile-grid{grid-template-columns:1fr}.income-modal-overlay,.usher-setup-overlay,.giving-message-overlay,.giving-confirm-overlay{align-items:flex-start;padding:10px;overflow-y:auto}.income-modal,.usher-setup-modal,.giving-message-modal,.giving-confirm-modal{border-radius:22px}.income-modal-header,.income-modal-footer,.usher-setup-header,.income-modal-body,.usher-setup-body{padding:18px}.income-modal-footer,.giving-confirm-actions{flex-direction:column-reverse}.income-modal-footer .giving-btn,.giving-confirm-actions .giving-btn{width:100%}.usher-setup-row{grid-template-columns:1fr}.usher-setup-actions{justify-content:stretch}.usher-setup-actions .giving-mini-btn{flex:1}.giving-success-toast{left:12px;right:12px;bottom:14px}}@media(max-width:420px){.giving-hero h1{font-size:36px}.giving-stat{align-items:flex-start}.giving-stat-value{font-size:26px}.giving-mobile-top{flex-direction:column}}.giving-layout{display:grid!important;grid-template-columns:minmax(0,1fr) 380px!important;gap:24px!important;align-items:start!important}.giving-form-card{display:grid!important;grid-template-columns:260px minmax(0,1fr)!important;column-gap:34px!important;row-gap:12px!important;align-items:start!important}.giving-form-card>.giving-card-head{grid-column:1!important;grid-row:1 / span 5!important;display:block!important;margin:0!important;padding-top:4px!important}.giving-form-card>#givingFormNotice,.giving-form-card>#givingFormError,.giving-form-card>.giving-form-grid,.giving-form-card>.giving-form-footer{grid-column:2!important}.giving-form-grid{max-width:520px!important}.giving-form-footer{max-width:520px!important;justify-content:flex-end!important;align-items:center!important}.giving-help-card{display:block!important;min-width:0!important;width:100%!important;padding:24px!important}.giving-help-card>.giving-card-head,.giving-help-card>.giving-card-head.compact{display:block!important;margin:0 0 18px!important;padding:0!important}.giving-workflow{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;width:100%!important}.giving-workflow-step{display:grid!important;grid-template-columns:48px minmax(0,1fr)!important;gap:14px!important;width:100%!important;min-width:0!important;padding:16px!important}.giving-workflow-step>div{width:48px!important;height:48px!important;flex:0 0 48px!important}.giving-workflow-step section,.giving-workflow-step strong,.giving-workflow-step span,.giving-tip,.giving-tip strong{min-width:0!important;white-space:normal!important;word-break:normal!important;overflow-wrap:normal!important;-webkit-hyphens:none!important;hyphens:none!important}.giving-workflow-step strong{display:block!important;font-size:15px!important;line-height:1.2!important}.giving-workflow-step span{display:block!important;margin-top:6px!important;font-size:12px!important;line-height:1.45!important}.giving-tip{width:100%!important;margin-top:16px!important;padding:16px!important}.giving-card-head.history-head{display:grid!important;grid-template-columns:260px minmax(0,1fr)!important;gap:22px!important;align-items:end!important}.giving-history-controls{display:grid!important;grid-template-columns:minmax(200px,1.4fr) minmax(130px,.8fr) minmax(130px,.8fr) minmax(135px,.8fr) minmax(135px,.8fr) 82px 82px!important;gap:10px!important;align-items:center!important}.giving-table-wrap{clear:both!important;margin-top:16px!important}@media(max-width:1180px){.giving-layout{grid-template-columns:1fr!important}.giving-help-card{display:block!important}.giving-workflow{grid-template-columns:repeat(2,minmax(0,1fr))!important}.giving-tip{grid-column:1 / -1!important}.giving-card-head.history-head{grid-template-columns:1fr!important}.giving-history-controls{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:900px){.giving-form-card{grid-template-columns:1fr!important}.giving-form-card>.giving-card-head,.giving-form-card>#givingFormNotice,.giving-form-card>#givingFormError,.giving-form-card>.giving-form-grid,.giving-form-card>.giving-form-footer{grid-column:1!important;grid-row:auto!important}.giving-form-grid,.giving-form-footer{max-width:100%!important}.giving-workflow{grid-template-columns:1fr!important}}@media(max-width:640px){.giving-page{padding:14px 12px 90px!important}.giving-form-card,.giving-help-card,.giving-history-card{padding:18px!important}.giving-form-grid{grid-template-columns:1fr!important}.giving-form-footer{flex-direction:column!important}.giving-form-footer .giving-btn{width:100%!important}.giving-history-controls{grid-template-columns:1fr!important}.giving-workflow-step{grid-template-columns:44px minmax(0,1fr)!important}.giving-workflow-step>div{width:44px!important;height:44px!important}}.giving-history-card{display:block!important;padding:24px!important;overflow:hidden!important}.giving-card-head.history-head{display:grid!important;grid-template-columns:1fr!important;gap:18px!important;align-items:start!important;margin-bottom:22px!important}.giving-card-head.history-head>div:first-child{width:100%!important;min-width:0!important}.giving-history-controls{width:100%!important;max-width:100%!important;min-width:0!important;display:grid!important;grid-template-columns:minmax(260px,1.4fr) minmax(150px,.8fr) minmax(150px,.8fr) minmax(160px,.9fr) minmax(160px,.9fr) 90px 90px!important;gap:12px!important;align-items:center!important;overflow:visible!important}.giving-history-controls .giving-search-input,.giving-history-controls input,.giving-history-controls select,.giving-history-controls button,.giving-history-controls .giving-btn{width:100%!important;min-width:0!important;max-width:100%!important;height:48px!important;min-height:48px!important}.giving-history-controls input[type=date]{padding-left:16px!important;padding-right:12px!important}.giving-table-wrap{display:block!important;width:100%!important;max-width:100%!important;clear:both!important;margin-top:8px!important;overflow-x:auto!important;border-radius:22px!important;border:1px solid #e2e8f0!important;background:#fff!important}.giving-table{width:100%!important;min-width:980px!important;table-layout:auto!important}.giving-table th,.giving-table td{padding:18px 22px!important;white-space:nowrap!important}.giving-table td:nth-child(8){white-space:normal!important;min-width:180px!important}@media(max-width:1320px){.giving-history-controls{grid-template-columns:minmax(240px,1fr) minmax(145px,1fr) minmax(145px,1fr) minmax(150px,1fr) minmax(150px,1fr) 90px 90px!important}}@media(max-width:1100px){.giving-history-controls{grid-template-columns:repeat(2,minmax(0,1fr))!important}.giving-history-controls .giving-search-input{grid-column:1 / -1!important}}@media(max-width:720px){.giving-history-card{padding:18px!important}.giving-history-controls{grid-template-columns:1fr!important}.giving-table-wrap{display:none!important}.giving-mobile-list{display:grid!important}}.giving-form-card{display:grid!important;grid-template-columns:1fr!important;gap:24px!important;padding:30px!important;border-radius:32px!important;background:radial-gradient(circle at top right,rgba(37,99,235,.07),transparent 34%),linear-gradient(180deg,#fff,#f8fbff)!important;border:1px solid #e2e8f0!important;box-shadow:0 28px 80px #0f172a1a!important;overflow:hidden!important}.giving-form-card>.giving-card-head{grid-column:1!important;grid-row:auto!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important;gap:18px!important;margin:0!important;padding:0 0 22px!important;border-bottom:1px solid #eaf0f7!important}.giving-form-card>.giving-card-head h2{margin:0!important;color:#0f172a!important;font-size:34px!important;line-height:1!important;font-weight:950!important;letter-spacing:-.055em!important}.giving-form-card>.giving-card-head p{max-width:560px!important;margin:10px 0 0!important;color:#64748b!important;font-size:15px!important;line-height:1.55!important;font-weight:800!important}.giving-required-note{margin:0!important;min-height:36px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0 14px!important;border-radius:999px!important;background:#eff6ff!important;color:#1d4ed8!important;border:1px solid #bfdbfe!important;font-size:12px!important;font-weight:950!important;white-space:nowrap!important}.giving-form-card>#givingFormNotice,.giving-form-card>#givingFormError,.giving-form-card>.giving-form-grid,.giving-form-card>.giving-form-footer{grid-column:1!important}.giving-form-grid{max-width:none!important;display:grid!important;grid-template-columns:repeat(12,minmax(0,1fr))!important;gap:18px!important;align-items:start!important}.giving-field,.giving-search-input,.giving-quick-amounts{min-width:0!important}.giving-field{grid-column:span 6!important;padding:16px!important;border:1px solid #e2e8f0!important;border-radius:24px!important;background:linear-gradient(180deg,#fff,#f9fbff)!important;box-shadow:0 16px 38px #0f172a0e!important}.giving-field.full,.giving-form-grid .full{grid-column:1 / -1!important}.giving-field:has(.giving-search-input){grid-column:1 / -1!important}.giving-field:has(#memberSelect),.giving-field:has(select[id*=member i]){grid-column:1 / -1!important}.giving-quick-amounts{grid-column:1 / -1!important;padding:16px!important;border:1px solid #e2e8f0!important;border-radius:24px!important;background:linear-gradient(180deg,#fff,#f8fafc)!important;box-shadow:0 16px 38px #0f172a0e!important}.giving-form-grid:before{content:"Donation Entry";grid-column:1 / -1;width:fit-content;min-height:34px;display:inline-flex;align-items:center;padding:0 13px;border-radius:999px;background:#ecfdf5;color:#047857;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.07em}.giving-field label{display:block!important;margin:0 0 10px!important;color:#334155!important;font-size:13px!important;line-height:1.2!important;font-weight:950!important;letter-spacing:-.01em!important}.giving-field input,.giving-field select,.giving-field textarea,.giving-search-input{width:100%!important;min-height:54px!important;border-radius:18px!important;border:1px solid #dbe4f0!important;background:#fff!important;color:#0f172a!important;font-size:15px!important;font-weight:850!important;box-shadow:none!important}.giving-search-input{display:flex!important;align-items:center!important;gap:12px!important;padding:0 16px!important}.giving-search-input span{width:34px!important;height:34px!important;flex:0 0 34px!important;display:grid!important;place-items:center!important;border-radius:14px!important;background:#eff6ff!important}.giving-search-input input{min-height:auto!important;border:0!important;padding:0!important;background:transparent!important}.giving-field:focus-within,.giving-quick-amounts:focus-within{border-color:#bfdbfe!important;box-shadow:0 0 0 5px #2563eb1a,0 20px 44px #2563eb1a!important}.giving-field input:focus,.giving-field select:focus,.giving-field textarea:focus,.giving-search-input:focus-within{border-color:#2563eb!important;box-shadow:0 0 0 4px #2563eb1f!important}.giving-money-input span{left:18px!important;color:#64748b!important;font-size:17px!important;font-weight:950!important}.giving-money-input input{padding-left:50px!important;font-size:18px!important;font-weight:950!important}.giving-quick-amounts{display:flex!important;flex-wrap:wrap!important;gap:10px!important}.giving-quick-amounts:before{content:"Quick Amounts";width:100%;color:#334155;font-size:13px;font-weight:950;margin-bottom:2px}.giving-quick-amounts button{min-width:76px!important;min-height:40px!important;padding:0 18px!important;border-radius:999px!important;border:1px solid #bfdbfe!important;background:#fff!important;color:#1d4ed8!important;font-size:13px!important;font-weight:950!important;box-shadow:0 8px 18px #2563eb12!important;transition:.16s ease!important}.giving-quick-amounts button:hover{transform:translateY(-1px)!important;background:#eff6ff!important;border-color:#60a5fa!important}.giving-quick-amounts button.active,.giving-quick-amounts button.is-active{color:#fff!important;border-color:transparent!important;background:linear-gradient(135deg,#2563eb,#1d4ed8)!important}.giving-field textarea{min-height:132px!important;padding-top:16px!important;line-height:1.5!important}.giving-field textarea::placeholder{color:#94a3b8!important;font-weight:800!important}.giving-field:has(#usherPin):after,.giving-field:has(input[placeholder*="usher PIN"]):after{content:"Only required when an usher/receiver is selected.";display:block;margin-top:8px;color:#64748b;font-size:11px;line-height:1.35;font-weight:800}.giving-form-footer{max-width:none!important;margin-top:0!important;padding:18px!important;border:1px solid #e2e8f0!important;border-radius:26px!important;background:linear-gradient(180deg,#fff,#f8fafc)!important;display:flex!important;justify-content:flex-end!important;align-items:center!important;gap:12px!important;box-shadow:0 16px 38px #0f172a0e!important}.giving-form-footer .giving-btn{min-width:150px!important;min-height:52px!important;border-radius:999px!important;font-size:14px!important;font-weight:950!important}.giving-form-footer .giving-btn.primary{min-width:190px!important;box-shadow:0 18px 42px #2563eb4d!important}@media(max-width:980px){.giving-form-card{padding:22px!important;border-radius:26px!important}.giving-form-card>.giving-card-head{grid-template-columns:1fr!important}.giving-required-note{width:fit-content!important}.giving-form-grid{grid-template-columns:1fr!important}.giving-field,.giving-field.full,.giving-form-grid .full,.giving-quick-amounts{grid-column:1!important}.giving-form-footer{flex-direction:column!important}.giving-form-footer .giving-btn,.giving-form-footer .giving-btn.primary{width:100%!important;min-width:0!important}}.giving-field{position:relative}.member-search-results{position:absolute;left:16px;right:16px;top:calc(100% - 10px);z-index:9999;display:grid;gap:8px;padding:10px;border:1px solid #dbe4f0;border-radius:18px;background:#fff;box-shadow:0 24px 60px #0f172a2e}.member-search-results.hidden{display:none!important}.member-search-result{width:100%;min-height:48px;display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:10px;padding:8px 10px;border:0;border-radius:14px;background:#fff;color:#0f172a;text-align:left;cursor:pointer}.member-search-result:hover{background:#eff6ff}.member-search-result span{width:38px;height:38px;display:grid;place-items:center;border-radius:999px;background:#dbeafe;color:#1d4ed8;font-size:12px;font-weight:950}.member-search-result strong{display:block;color:#0f172a;font-size:14px;font-weight:950;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.member-search-empty{padding:14px;border-radius:14px;background:#f8fafc;color:#64748b;font-size:13px;font-weight:850;text-align:center}.church-members-page{width:100%;min-height:100%;padding:28px 32px 70px;box-sizing:border-box;overflow-x:hidden;background:radial-gradient(circle at top left,rgba(37,99,235,.09),transparent 34%),radial-gradient(circle at top right,rgba(16,185,129,.08),transparent 30%),linear-gradient(180deg,#f8fbff,#f5f7fb);color:#0f172a}.church-members-shell{width:min(1540px,100%);margin:0 auto;display:grid;gap:18px}.church-members-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:34px;border:1px solid rgba(226,232,240,.95);border-radius:32px;background:radial-gradient(circle at top right,rgba(37,99,235,.13),transparent 34%),#fff;box-shadow:0 24px 70px #0f172a17}.church-members-eyebrow{display:inline-flex;align-items:center;gap:9px;margin-bottom:14px;color:#64748b;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.church-members-eyebrow span{width:9px;height:9px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 6px #22c55e24}.church-members-hero h1{margin:0;color:#0f172a;font-size:clamp(38px,5vw,72px);line-height:.92;letter-spacing:-.065em;font-weight:950}.church-members-hero p{max-width:780px;margin:18px 0 0;color:#64748b;font-size:16px;line-height:1.6;font-weight:700}.church-members-hero-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.church-members-page .church-btn,.church-import-overlay .church-btn{appearance:none;min-height:40px;padding:0 18px;border-radius:999px;border:1px solid #dbe3ef;background:#fff;color:#0f172a;font-size:13px;font-weight:900;cursor:pointer;box-shadow:0 10px 22px #0f172a0f;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease}.church-members-page .church-btn:hover:not(:disabled),.church-import-overlay .church-btn:hover:not(:disabled){transform:translateY(-1px);border-color:#93c5fd;box-shadow:0 16px 32px #0f172a1c}.church-members-page .church-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.church-members-page .church-btn-primary{border-color:transparent;color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 16px 36px #2563eb47}.church-members-page .church-btn-light{background:#fff}.church-members-page .church-btn.small{min-height:34px;padding:0 13px;font-size:12px}.church-members-stats{display:grid;grid-template-columns:repeat(5,minmax(150px,1fr));gap:14px}.church-members-stat{display:flex;align-items:center;gap:14px;min-height:118px;padding:18px;border:1px solid #e2e8f0;border-radius:24px;background:#fff;box-shadow:0 22px 55px #0f172a13}.church-members-stat-icon{width:42px;height:42px;display:grid;place-items:center;flex:0 0 auto;border-radius:16px;background:#eff6ff;font-size:21px}.church-members-stat-label{color:#64748b;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.07em}.church-members-stat-value{margin-top:7px;color:#0f172a;font-size:28px;line-height:1;font-weight:950;letter-spacing:-.04em}.church-members-stat-sub{margin-top:7px;color:#64748b;font-size:12px;font-weight:750}.church-members-stat.skeleton{display:grid;align-content:center}.church-skel-line{border-radius:999px;background:linear-gradient(90deg,#eef2f7,#f8fafc,#eef2f7);background-size:220% 100%;animation:churchSkel 1.2s ease-in-out infinite}.church-skel-line.short{width:80px;height:12px}.church-skel-line.tall{width:120px;height:28px;margin-top:12px}@keyframes churchSkel{to{background-position:-220% 0}}.church-members-toolbar{display:grid;grid-template-columns:minmax(260px,1fr) 170px 180px 190px 140px;gap:12px}.church-members-search{min-height:44px;display:flex;align-items:center;gap:10px;padding:0 14px;border:1px solid #dbe3ef;border-radius:16px;background:#fff;box-shadow:0 12px 28px #0f172a0d}.church-members-search span{color:#64748b}.church-members-search input{width:100%;height:100%;border:0;outline:0;background:transparent;color:#0f172a;font-size:14px;font-weight:750}.church-members-filter{min-height:44px;padding:0 14px;border:1px solid #dbe3ef;border-radius:16px;background:#fff;color:#0f172a;font-size:13px;font-weight:850;outline:none;box-shadow:0 12px 28px #0f172a0d}.church-members-card{border:1px solid #e2e8f0;border-radius:28px;background:#fff;box-shadow:0 24px 70px #0f172a16;overflow:hidden}.church-members-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:22px 24px;border-bottom:1px solid #e2e8f0;background:linear-gradient(180deg,#fff,#f8fbff)}.church-members-card-head h2{margin:0;color:#0f172a;font-size:24px;line-height:1;font-weight:950;letter-spacing:-.035em}.church-members-card-head p{margin:7px 0 0;color:#64748b;font-size:13px;font-weight:800}.church-members-bulk{display:flex;align-items:center;gap:10px;color:#475569;font-size:13px;font-weight:850;flex-wrap:wrap}.church-members-table-wrap{width:100%;overflow-x:auto}.church-members-table{width:100%;min-width:1180px;border-collapse:separate;border-spacing:0;background:#fff}.church-members-table th{position:sticky;top:0;z-index:2;padding:14px 16px;border-bottom:1px solid #e2e8f0;background:#f8fafc;color:#64748b;font-size:12px;font-weight:950;text-align:left;text-transform:uppercase;letter-spacing:.055em;white-space:nowrap}.church-members-table td{padding:15px 16px;border-bottom:1px solid #eef2f7;color:#334155;font-size:14px;font-weight:750;vertical-align:middle}.church-member-row{cursor:pointer;transition:background .14s ease}.church-member-row:hover{background:#f8fbff}.check-col{width:44px}.actions-col{width:90px;text-align:right}.church-members-table input[type=checkbox],.church-member-mobile-card input[type=checkbox]{width:16px;height:16px;accent-color:#2563eb}.church-members-sort{appearance:none;border:0;background:transparent;color:inherit;display:inline-flex;align-items:center;gap:6px;padding:0;font:inherit;cursor:pointer}.church-members-sort.active{color:#2563eb}.church-members-sort span{font-size:10px}.church-member-main{display:flex;align-items:center;gap:12px;min-width:0}.church-member-avatar{width:42px;height:42px;display:grid;place-items:center;flex:0 0 auto;border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#1d4ed8;font-size:13px;font-weight:950;border:1px solid #bfdbfe}.church-member-avatar-img{width:100%;height:100%;object-fit:cover}.church-member-name{color:#0f172a;font-size:14px;font-weight:950;overflow-wrap:anywhere}.church-member-sub{margin-top:3px;color:#64748b;font-size:12px;font-weight:750}.church-member-badge{display:inline-flex;align-items:center;min-height:26px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:900;white-space:nowrap}.church-member-badge.family{background:#ecfdf5;color:#047857}.church-member-badge.no-family{background:#fff7ed;color:#c2410c}.church-member-badge.role{background:#eff6ff;color:#1d4ed8}.church-member-muted{color:#94a3b8;font-weight:800}.church-member-link{color:#0b66d8;font-weight:900;text-decoration:none;overflow-wrap:anywhere}.church-member-link:hover{text-decoration:underline}.church-member-open-btn{min-height:32px;padding:0 12px;border:1px solid #dbe3ef;border-radius:999px;background:#fff;color:#0f172a;font-size:12px;font-weight:900;cursor:pointer}.church-member-open-btn:hover{border-color:#93c5fd;background:#eff6ff}.church-member-open-btn.full{width:100%;min-height:38px}.church-members-loading,.church-members-empty{padding:44px 18px!important;text-align:center;color:#64748b;font-weight:850}.church-members-empty.error{color:#b91c1c}.church-members-empty-state{display:grid;place-items:center;gap:7px}.church-members-empty-state div{font-size:32px}.church-members-empty-state strong{color:#0f172a;font-size:18px;font-weight:950}.church-members-empty-state span{color:#64748b;font-size:13px;font-weight:750}.church-members-mobile-list{display:none;padding:16px;gap:14px}.church-member-mobile-card{display:grid;gap:14px;padding:16px;border:1px solid #e2e8f0;border-radius:22px;background:#fff;box-shadow:0 16px 36px #0f172a0f}.church-member-mobile-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.church-member-mobile-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.church-member-mobile-grid div{padding:12px;border-radius:16px;background:#f8fafc;border:1px solid #eef2f7;min-width:0}.church-member-mobile-grid span{display:block;color:#64748b;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.06em}.church-member-mobile-grid strong{display:block;margin-top:5px;color:#0f172a;font-size:13px;font-weight:850;overflow-wrap:anywhere}.church-members-mobile-empty,.church-members-mobile-loading{padding:22px;border-radius:20px;background:#fff;border:1px dashed #cbd5e1;color:#64748b;font-weight:850;text-align:center}.church-members-mobile-empty.error{color:#b91c1c;border-color:#fecaca;background:#fef2f2}.church-members-pagination{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid #eef2f7;background:#fff}.church-members-pagination span{color:#475569;font-size:13px;font-weight:850}.church-import-overlay{position:fixed;inset:0;z-index:99999;display:grid;place-items:center;padding:20px;background:#0f172a9e;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.church-import-modal{width:min(760px,100%);border-radius:30px;border:1px solid rgba(226,232,240,.95);background:#fff;box-shadow:0 30px 100px #0f172a6b;overflow:hidden;animation:churchImportIn .18s ease-out}@keyframes churchImportIn{0%{opacity:0;transform:translateY(14px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.church-import-modal-head{display:flex;justify-content:space-between;gap:16px;padding:26px 28px 22px;border-bottom:1px solid #e2e8f0;background:radial-gradient(circle at top right,rgba(37,99,235,.13),transparent 34%),linear-gradient(180deg,#fff,#f8fbff)}.church-import-eyebrow{color:#64748b;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.church-import-modal h3{margin:8px 0 0;color:#0f172a;font-size:30px;line-height:1;font-weight:950;letter-spacing:-.045em}.church-import-modal p{margin:10px 0 0;color:#64748b;font-size:14px;line-height:1.5;font-weight:750}.church-import-close{width:42px;height:42px;display:grid;place-items:center;flex:0 0 auto;border:1px solid #dbe3ef;border-radius:14px;background:#fff;color:#0f172a;font-size:20px;cursor:pointer}.church-import-options{display:grid;gap:14px;padding:22px 28px}.church-import-option{display:grid;grid-template-columns:48px minmax(0,1fr);gap:14px;align-items:flex-start;padding:18px;border:1px solid #e2e8f0;border-radius:22px;background:#fff;cursor:pointer;text-align:left;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.church-import-option:hover{transform:translateY(-2px);border-color:#93c5fd;box-shadow:0 18px 42px #0f172a1a}.church-import-option-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:16px;background:#eff6ff;font-size:22px}.church-import-option h4{margin:0;color:#0f172a;font-size:16px;font-weight:950}.church-import-option small{display:block;margin-top:8px;color:#2563eb;font-size:12px;font-weight:900}.church-import-note{margin:0 28px 26px;padding:14px;border-radius:18px;background:#f8fafc;color:#64748b;font-size:13px;font-weight:750}@media(max-width:1280px){.church-members-stats{grid-template-columns:repeat(3,minmax(160px,1fr))}.church-members-toolbar{grid-template-columns:1fr 1fr}}@media(max-width:920px){.church-members-page{padding:22px 18px 90px}.church-members-hero{align-items:flex-start;flex-direction:column;padding:26px;border-radius:26px}.church-members-hero-actions{width:100%;justify-content:flex-start}.church-members-hero-actions .church-btn{flex:1 1 calc(50% - 8px)}.church-members-stats{grid-template-columns:repeat(2,minmax(160px,1fr))}.church-members-card-head{align-items:flex-start;flex-direction:column}.church-members-bulk{width:100%}}@media(max-width:720px){.church-members-page{padding:16px 12px 100px}.church-members-hero{padding:20px;border-radius:22px}.church-members-hero h1{font-size:38px;letter-spacing:-.05em}.church-members-hero-actions .church-btn{flex:1 1 100%}.church-members-stats,.church-members-toolbar{grid-template-columns:1fr}.church-members-table-wrap{display:none}.church-members-mobile-list{display:grid}.church-members-card{border-radius:22px}.church-members-card-head{padding:18px}.church-members-bulk{display:grid;grid-template-columns:1fr 1fr}.church-members-bulk span{grid-column:1 / -1}.church-members-pagination{align-items:stretch;flex-direction:column;padding:16px}.church-members-pagination .church-btn{width:100%}.church-member-mobile-grid{grid-template-columns:1fr}.church-import-overlay{align-items:flex-start;padding:12px;overflow-y:auto}.church-import-modal{border-radius:24px}.church-import-modal-head{padding:22px 20px 18px}.church-import-options{padding:18px 20px}.church-import-note{margin:0 20px 20px}}@media(max-width:420px){.church-members-hero h1{font-size:34px}.church-members-stat{min-height:auto}.church-members-stat-value{font-size:24px}.church-import-option{grid-template-columns:1fr}}.church-members-hero-actions{display:grid;grid-template-columns:repeat(2,minmax(130px,1fr));gap:10px;width:min(360px,100%)}.church-members-hero-actions .church-btn{width:100%}@media(max-width:920px){.church-members-hero-actions{width:100%;grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.church-members-hero-actions{grid-template-columns:1fr}}#churchRegisterMemberModalRoot,#churchRegisterMemberModalRoot *{box-sizing:border-box}#churchRegisterMemberModalRoot{position:relative;z-index:99999;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}#churchRegisterMemberModalRoot .church-modal-backdrop{position:fixed;inset:0;z-index:99999;display:grid;place-items:center;padding:24px;background:#0f172a9e;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);overflow-y:auto}#churchRegisterMemberModalRoot .church-modal{width:min(980px,100%);max-height:calc(100vh - 48px);display:flex;flex-direction:column;border-radius:30px;border:1px solid rgba(226,232,240,.95);background:radial-gradient(circle at top right,rgba(37,99,235,.13),transparent 34%),#fff;box-shadow:0 30px 100px #0f172a6b;overflow:hidden;color:#0f172a}#churchRegisterMemberModalRoot .church-member-modal{animation:churchMemberModalIn .18s ease-out}@keyframes churchMemberModalIn{0%{opacity:0;transform:translateY(14px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}#churchRegisterMemberModalRoot .church-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:26px 30px 22px;border-bottom:1px solid #e2e8f0;background:radial-gradient(circle at top left,rgba(37,99,235,.12),transparent 34%),linear-gradient(180deg,#fff,#f8fbff)}#churchRegisterMemberModalRoot .church-modal-title{color:#0f172a;font-size:clamp(28px,3vw,38px);line-height:1;font-weight:950;letter-spacing:-.055em}#churchRegisterMemberModalRoot .church-modal-sub{margin-top:8px;color:#64748b;font-size:14px;line-height:1.45;font-weight:750}#churchRegisterMemberModalRoot .church-modal-close{width:42px;height:42px;display:grid;place-items:center;flex:0 0 auto;border:1px solid #dbe3ef;border-radius:14px;background:#fff;color:#0f172a;font-size:22px;line-height:1;cursor:pointer;box-shadow:0 12px 24px #0f172a14;transition:transform .16s ease,border-color .16s ease,background .16s ease}#churchRegisterMemberModalRoot .church-modal-close:hover{transform:translateY(-1px);border-color:#93c5fd;background:#eff6ff}#churchRegisterMemberModalRoot .church-modal-body{padding:24px 30px;overflow-y:auto;background:#fff}#churchRegisterMemberModalRoot .church-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}#churchRegisterMemberModalRoot .church-field{display:grid;gap:8px;min-width:0}#churchRegisterMemberModalRoot .church-field-full{grid-column:1 / -1}#churchRegisterMemberModalRoot .church-field label{color:#334155;font-size:13px;font-weight:900}#churchRegisterMemberModalRoot .church-field input,#churchRegisterMemberModalRoot .church-field select,#churchRegisterMemberModalRoot .church-field textarea{width:100%;min-height:46px;border:1px solid #dbe3ef;border-radius:16px;background:#fff;color:#0f172a;padding:0 14px;outline:none;font-size:14px;font-weight:750;box-shadow:0 8px 18px #0f172a09;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}#churchRegisterMemberModalRoot .church-field textarea{min-height:96px;padding-top:12px;resize:vertical;line-height:1.5}#churchRegisterMemberModalRoot .church-field input::placeholder,#churchRegisterMemberModalRoot .church-field textarea::placeholder{color:#94a3b8}#churchRegisterMemberModalRoot .church-field input:focus,#churchRegisterMemberModalRoot .church-field select:focus,#churchRegisterMemberModalRoot .church-field textarea:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f,0 12px 24px #0f172a0f}#churchRegisterMemberModalRoot .church-field input[type=date]{color-scheme:light}#churchRegisterMemberModalRoot .church-form-section{margin-top:22px}#churchRegisterMemberModalRoot .church-form-section-title{display:flex;align-items:center;gap:10px;margin-bottom:14px;color:#0f172a;font-size:15px;font-weight:950;letter-spacing:-.015em}#churchRegisterMemberModalRoot .church-form-section-title:before{content:"";width:9px;height:9px;border-radius:999px;background:#2563eb;box-shadow:0 0 0 6px #2563eb1f}#churchRegisterMemberModalRoot .register-member-divider{height:1px;margin:24px 0;background:linear-gradient(90deg,transparent,#e2e8f0,transparent)}#churchRegisterMemberModalRoot #existingFamilyBox,#churchRegisterMemberModalRoot #newFamilyBox{padding:16px;border:1px solid #e2e8f0;border-radius:20px;background:#f8fafc}#churchRegisterMemberModalRoot .church-form-error{margin-bottom:16px;padding:13px 14px;border:1px solid #fecaca;border-radius:16px;background:#fef2f2;color:#b91c1c;font-size:13px;font-weight:850}#churchRegisterMemberModalRoot .church-modal-footer{display:flex;justify-content:flex-end;gap:10px;padding:18px 30px 24px;border-top:1px solid #e2e8f0;background:#f8fafc}#churchRegisterMemberModalRoot .church-btn{appearance:none;min-height:42px;padding:0 18px;border-radius:999px;border:1px solid #dbe3ef;background:#fff;color:#0f172a;font-size:13px;font-weight:900;cursor:pointer;box-shadow:0 10px 22px #0f172a0f;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease}#churchRegisterMemberModalRoot .church-btn:hover:not(:disabled){transform:translateY(-1px);border-color:#93c5fd;box-shadow:0 16px 32px #0f172a1c}#churchRegisterMemberModalRoot .church-btn:disabled{opacity:.62;cursor:not-allowed;transform:none}#churchRegisterMemberModalRoot .church-btn-primary{border-color:transparent;color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 16px 36px #2563eb47}#churchRegisterMemberModalRoot .church-btn-light{background:#fff}@media(max-width:760px){#churchRegisterMemberModalRoot .church-modal-backdrop{align-items:flex-start;padding:12px}#churchRegisterMemberModalRoot .church-modal{width:100%;max-height:calc(100vh - 24px);border-radius:24px}#churchRegisterMemberModalRoot .church-modal-header{padding:22px 20px 18px}#churchRegisterMemberModalRoot .church-modal-title{font-size:30px}#churchRegisterMemberModalRoot .church-modal-body{padding:20px}#churchRegisterMemberModalRoot .church-form-grid{grid-template-columns:1fr}#churchRegisterMemberModalRoot .church-modal-footer{padding:16px 20px 20px;flex-direction:column-reverse}#churchRegisterMemberModalRoot .church-modal-footer .church-btn{width:100%}}@media(max-width:420px){#churchRegisterMemberModalRoot .church-modal-backdrop{padding:8px}#churchRegisterMemberModalRoot .church-modal{border-radius:20px}#churchRegisterMemberModalRoot .church-modal-title{font-size:28px}#churchRegisterMemberModalRoot .church-modal-close{width:38px;height:38px}}.church-family-page{width:100%;min-height:100%;padding:28px 32px 80px;box-sizing:border-box;overflow-x:hidden;background:radial-gradient(circle at top left,rgba(37,99,235,.09),transparent 34%),radial-gradient(circle at top right,rgba(16,185,129,.08),transparent 30%),linear-gradient(180deg,#f8fbff,#f5f7fb);color:#0f172a}.church-family-shell{width:min(1540px,100%);margin:0 auto;display:grid;gap:18px}.church-family-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.church-family-grid{display:grid;gap:18px}.church-family-page .church-btn,.church-family-modal-overlay .church-btn{appearance:none;min-height:42px;padding:0 18px;border-radius:999px;border:1px solid #dbe3ef;background:#fff;color:#0f172a;font-size:13px;font-weight:900;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 10px 22px #0f172a0f;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease}.church-family-page .church-btn:hover:not(:disabled),.church-family-modal-overlay .church-btn:hover:not(:disabled){transform:translateY(-1px);border-color:#93c5fd;box-shadow:0 16px 32px #0f172a1c}.church-family-page .church-btn:disabled{opacity:.56;cursor:not-allowed}.church-family-page .church-btn-primary,.church-family-modal-overlay .church-btn-primary{border-color:transparent;color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 16px 36px #2563eb47}.church-family-page .church-btn-light,.church-family-modal-overlay .church-btn-light{background:#fff}.church-family-page .church-btn.compact{min-height:34px;padding:0 13px;font-size:12px}.church-family-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:28px;padding:34px 30px;border:1px solid rgba(226,232,240,.95);border-radius:32px;background:radial-gradient(circle at top right,rgba(37,99,235,.13),transparent 34%),#fff;box-shadow:0 24px 70px #0f172a17}.church-family-hero-main{display:flex;align-items:center;gap:22px;min-width:0}.church-family-avatar{width:92px;height:92px;display:grid;place-items:center;flex:0 0 auto;border-radius:999px;background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#1d4ed8;font-size:34px;border:1px solid #bfdbfe}.church-family-hero-copy{min-width:0}.church-family-kicker{color:#64748b;font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px}.church-family-hero h1{margin:0;color:#0f172a;font-size:clamp(34px,4.4vw,58px);line-height:.95;letter-spacing:-.06em;font-weight:950;overflow-wrap:anywhere}.church-family-subline{margin-top:8px;color:#64748b;font-size:16px;font-weight:750}.church-family-badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.church-family-badge{min-height:28px;display:inline-flex;align-items:center;padding:0 13px;border-radius:999px;font-size:12px;font-weight:900}.church-family-badge.neutral{background:#eff6ff;color:#1d4ed8}.church-family-badge.warn{background:#fff7ed;color:#c2410c}.church-family-badge.finance{background:#ecfdf5;color:#047857}.church-family-badge.restricted{background:#fef2f2;color:#b91c1c}.church-family-hero-actions{display:grid;grid-template-columns:repeat(2,minmax(130px,auto));gap:10px;justify-content:end}.church-family-card,.church-family-health{padding:22px;border:1px solid #e2e8f0;border-radius:26px;background:#fff;box-shadow:0 22px 55px #0f172a13;min-width:0}.church-family-cards.two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.church-family-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:16px}.church-family-card-title{color:#0f172a;font-size:20px;line-height:1.05;font-weight:950;letter-spacing:-.035em}.church-family-muted{color:#64748b;font-size:13px;font-weight:750;line-height:1.45;margin-top:5px}.church-family-health-main{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.church-family-score{color:#0f172a;font-size:34px;line-height:1;font-weight:950;letter-spacing:-.04em}.church-family-progress{height:12px;overflow:hidden;border-radius:999px;background:#e2e8f0}.church-family-progress>div{height:100%;border-radius:999px;background:linear-gradient(135deg,#2563eb,#22c55e)}.church-family-health-grid{display:grid;grid-template-columns:repeat(5,minmax(120px,1fr));gap:10px;margin-top:14px}.church-family-health-item{display:flex;align-items:center;gap:9px;min-height:38px;padding:8px 10px;border-radius:14px;border:1px solid #e2e8f0;background:#f8fafc}.church-family-health-item span{width:22px;height:22px;display:grid;place-items:center;border-radius:999px;font-size:12px;font-weight:950}.church-family-health-item.ok span{background:#dcfce7;color:#15803d}.church-family-health-item.missing span{background:#ffedd5;color:#c2410c}.church-family-health-item strong{color:#334155;font-size:12px;font-weight:900}.church-family-details{display:grid}.church-family-detail-row{display:grid;grid-template-columns:150px minmax(0,1fr);gap:12px;padding:13px 0;border-bottom:1px solid #eef2f7}.church-family-detail-row:last-child{border-bottom:0}.church-family-detail-label{color:#64748b;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.055em}.church-family-detail-value{color:#0f172a;font-size:14px;font-weight:800;overflow-wrap:anywhere}.church-family-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.church-family-stat-card{display:flex;align-items:center;gap:12px;padding:14px;border:1px solid #e2e8f0;border-radius:18px;background:#f8fafc}.church-family-stat-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:16px;background:#eff6ff}.church-family-stat-value{color:#0f172a;font-size:24px;font-weight:950;line-height:1}.church-family-stat-label{margin-top:4px;color:#64748b;font-size:12px;font-weight:850}.church-family-members-toolbar{display:grid;grid-template-columns:minmax(240px,1fr) 180px;gap:12px;margin-bottom:14px}.church-family-search{min-height:44px;display:flex;align-items:center;gap:10px;padding:0 14px;border:1px solid #dbe3ef;border-radius:16px;background:#fff}.church-family-search input,.church-family-members-toolbar select{width:100%;min-height:44px;border:1px solid #dbe3ef;border-radius:16px;background:#fff;color:#0f172a;padding:0 14px;outline:none;font-size:14px;font-weight:750}.church-family-search input{border:0;min-height:auto;padding:0}.church-family-member-list{display:grid;gap:12px}.church-family-member-card{width:100%;display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,auto);align-items:center;gap:14px;padding:14px;border:1px solid #e2e8f0;border-radius:20px;background:#fff;text-align:left;cursor:pointer;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,background .16s ease}.church-family-member-card:hover,.church-family-member-card.selected{transform:translateY(-1px);border-color:#93c5fd;background:#f8fbff;box-shadow:0 18px 42px #0f172a14}.church-family-member-main{display:flex;align-items:center;gap:12px;min-width:0}.church-family-member-avatar{width:46px;height:46px;display:grid;place-items:center;flex:0 0 auto;border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#1d4ed8;font-size:13px;font-weight:950;border:1px solid #bfdbfe}.church-family-member-avatar img{width:100%;height:100%;object-fit:cover}.church-family-member-name{color:#0f172a;font-size:14px;font-weight:950}.church-family-member-sub,.church-family-member-contact{color:#64748b;font-size:12px;font-weight:750}.church-family-member-contact{display:grid;gap:5px;overflow-wrap:anywhere}.member-profile-panel.hidden,.hidden{display:none!important}.church-family-selected-member{display:grid;grid-template-columns:170px minmax(0,1fr);gap:18px}.church-family-selected-photo-wrap{display:grid;justify-items:center;align-content:start;gap:12px}.church-family-selected-photo-wrap img{width:112px;height:112px;border-radius:999px;object-fit:cover;background:#eff6ff;border:1px solid #bfdbfe}.church-family-selected-meta{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:16px}.church-family-selected-meta div{padding:12px;border-radius:16px;background:#f8fafc;border:1px solid #eef2f7}.church-family-selected-meta strong{display:block;color:#64748b;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.055em}.church-family-selected-meta span{display:block;margin-top:5px;color:#0f172a;font-size:13px;font-weight:850;overflow-wrap:anywhere}.church-family-mini-stat{padding:16px;border-radius:20px;border:1px solid #e2e8f0;background:#f8fafc}.church-family-mini-value{color:#0f172a;font-size:28px;line-height:1;font-weight:950;letter-spacing:-.04em}.church-family-mini-label{margin-top:7px;color:#64748b;font-size:12px;font-weight:900}.church-family-giving-summary{display:grid;grid-template-columns:repeat(3,minmax(160px,1fr));gap:12px}.church-family-chart-wrap{height:290px;margin:18px 0;position:relative}.church-family-finance-actions{display:grid;gap:14px}.church-family-filters,.church-family-export-actions{display:flex;align-items:end;gap:10px;flex-wrap:wrap}.church-family-filters label{display:grid;gap:6px;color:#64748b;font-size:12px;font-weight:900}.church-family-filters input,.church-family-filters select{min-height:40px;border:1px solid #dbe3ef;border-radius:14px;background:#fff;color:#0f172a;padding:0 12px;font-weight:750}.church-family-history{margin-top:16px}.church-family-giving-list{display:grid;gap:10px}.church-family-giving-row{display:grid;grid-template-columns:minmax(0,1fr) 160px 130px;align-items:center;gap:12px;padding:14px;border:1px solid #e2e8f0;border-radius:18px;background:#fff}.church-family-giving-date{color:#0f172a;font-size:14px;font-weight:950}.church-family-giving-member,.church-family-giving-type{color:#64748b;font-size:12px;font-weight:800}.church-family-giving-amount{color:#047857;font-size:15px;font-weight:950;text-align:right}.church-family-restricted-card,.church-family-restricted-inline{display:flex;align-items:center;gap:16px;padding:22px;border:1px solid #fecaca;border-radius:22px;background:#fef2f2;color:#991b1b}.church-family-restricted-icon{width:54px;height:54px;display:grid;place-items:center;flex:0 0 auto;border-radius:18px;background:#fff;font-size:26px}.church-family-restricted-card h3{margin:0;font-size:18px;font-weight:950}.church-family-restricted-card p{margin:6px 0 0;font-size:13px;line-height:1.45;font-weight:750}.church-family-table-wrap{max-height:260px;overflow:auto;border:1px solid #e2e8f0;border-radius:16px}.church-family-table{width:100%;border-collapse:collapse;font-size:12px}.church-family-table th,.church-family-table td{padding:10px 12px;border-bottom:1px solid #eef2f7;text-align:left}.church-family-table th{background:#f8fafc;color:#64748b;font-weight:950;text-transform:uppercase;letter-spacing:.05em}.church-family-table-empty{text-align:center!important;color:#64748b;font-weight:800}.church-family-settings{border-top:1px solid #eef2f7;padding-top:16px}.church-family-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.church-family-form-grid label{display:grid;gap:7px;color:#334155;font-size:13px;font-weight:900}.church-family-form-grid label.full{grid-column:1 / -1}.church-family-form-grid input,.church-family-form-grid textarea,.church-family-modal input,.church-family-modal select{width:100%;min-height:44px;box-sizing:border-box;border:1px solid #dbe3ef;border-radius:14px;background:#fff;color:#0f172a;padding:0 12px;outline:none;font-size:14px;font-weight:750}.church-family-form-grid textarea{min-height:96px;padding-top:12px;resize:vertical;line-height:1.5}.church-family-logo-preview-card{display:grid;align-content:end;gap:10px}.church-family-logo-preview-card img{display:none;max-width:180px;max-height:90px;border-radius:14px;border:1px solid #e2e8f0;background:#f8fafc;object-fit:contain}.church-family-settings-footer{margin-top:16px;display:flex;justify-content:flex-end}.church-family-modal-overlay{position:fixed;inset:0;z-index:99999;display:grid;place-items:center;padding:20px;background:#0f172a9e;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.church-family-modal{width:min(720px,100%);max-height:calc(100vh - 40px);display:flex;flex-direction:column;border-radius:28px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 30px 100px #0f172a6b;overflow:hidden}.church-family-modal.side-panel{width:min(520px,100%)}.church-family-modal-header,.church-family-modal-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 24px;border-bottom:1px solid #e2e8f0;background:linear-gradient(180deg,#fff,#f8fbff)}.church-family-modal-footer{border-top:1px solid #e2e8f0;border-bottom:0;justify-content:flex-end}.church-family-modal-header h3{margin:0;color:#0f172a;font-size:26px;font-weight:950;letter-spacing:-.04em}.church-family-modal-header button{width:40px;height:40px;border:1px solid #dbe3ef;border-radius:14px;background:#fff;font-size:18px;cursor:pointer}.church-family-modal-body{padding:22px 24px;overflow-y:auto}.church-family-form-error{margin-bottom:14px;padding:12px 14px;border-radius:14px;border:1px solid #fecaca;background:#fef2f2;color:#b91c1c;font-size:13px;font-weight:850}.church-family-loading-card,.church-family-empty-state{min-height:360px;display:grid;place-items:center;gap:12px;text-align:center;border:1px solid #e2e8f0;border-radius:30px;background:#fff;box-shadow:0 24px 70px #0f172a17;padding:40px}.church-family-empty-state div{font-size:42px}.church-family-empty-state h2{margin:0;color:#0f172a;font-size:26px;font-weight:950}.church-family-empty-state p{margin:0;color:#64748b;font-size:14px;font-weight:750}.church-family-empty-inline{padding:18px;border:1px dashed #cbd5e1;border-radius:18px;background:#f8fafc;color:#64748b;font-size:13px;font-weight:800;text-align:center}.church-family-empty-inline.error{border-color:#fecaca;background:#fef2f2;color:#b91c1c}.church-family-spinner{width:38px;height:38px;border:4px solid #dbeafe;border-top-color:#2563eb;border-radius:999px;animation:familySpin .9s linear infinite}@keyframes familySpin{to{transform:rotate(360deg)}}.church-family-toast{position:fixed;right:22px;bottom:22px;z-index:999999;opacity:0;transform:translateY(8px);padding:13px 16px;border-radius:16px;background:#0f172a;color:#fff;font-size:13px;font-weight:900;box-shadow:0 24px 60px #0f172a47;transition:opacity .18s ease,transform .18s ease}.church-family-toast.show{opacity:1;transform:translateY(0)}@media(max-width:1180px){.church-family-hero{grid-template-columns:1fr;align-items:start}.church-family-hero-actions{width:100%;justify-content:start;grid-template-columns:repeat(2,minmax(0,1fr))}.church-family-hero-actions .church-btn{width:100%}.church-family-health-grid,.church-family-selected-meta{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.church-family-page{padding:22px 18px 90px}.church-family-cards.two,.church-family-giving-summary,.church-family-members-toolbar,.church-family-member-card,.church-family-selected-member,.church-family-form-grid{grid-template-columns:1fr}.church-family-form-grid label.full{grid-column:auto}}@media(max-width:640px){.church-family-page{padding:16px 12px 100px}.church-family-topbar{flex-direction:column;align-items:stretch}.church-family-topbar .church-btn{width:100%}.church-family-hero,.church-family-card,.church-family-health{border-radius:22px;padding:18px}.church-family-hero-main{align-items:flex-start;flex-direction:column}.church-family-avatar{width:76px;height:76px;font-size:28px}.church-family-hero h1{font-size:34px}.church-family-hero-actions,.church-family-health-grid{grid-template-columns:1fr}.church-family-detail-row{grid-template-columns:1fr;gap:5px}.church-family-stat-grid,.church-family-selected-meta,.church-family-giving-row{grid-template-columns:1fr}.church-family-giving-amount{text-align:left}.church-family-filters,.church-family-export-actions{flex-direction:column;align-items:stretch}.church-family-filters label,.church-family-filters .church-btn,.church-family-export-actions .church-btn{width:100%}.church-family-modal-overlay{align-items:flex-start;padding:10px;overflow-y:auto}.church-family-modal{border-radius:22px}.church-family-modal-footer{flex-direction:column-reverse}.church-family-modal-footer .church-btn{width:100%}.church-family-toast{left:12px;right:12px;bottom:14px;text-align:center}}.church-page{width:100%;min-height:100%;padding:28px 32px 70px;box-sizing:border-box;overflow-x:hidden;background:radial-gradient(circle at top left,rgba(37,99,235,.09),transparent 34%),radial-gradient(circle at top right,rgba(16,185,129,.08),transparent 30%),linear-gradient(180deg,#f8fbff,#f5f7fb);color:#0f172a}.church-shell{width:min(1540px,100%);margin:0 auto;display:grid;gap:18px}.church-page.is-soft-loading{cursor:progress}.church-hero{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(340px,.65fr);gap:18px;align-items:stretch}.church-hero-main,.church-hero-side{border:1px solid rgba(226,232,240,.95);border-radius:32px;background:radial-gradient(circle at top right,rgba(37,99,235,.13),transparent 33%),#fff;box-shadow:0 24px 70px #0f172a17}.church-hero-main{padding:34px}.church-eyebrow{display:inline-flex;align-items:center;gap:9px;margin-bottom:14px;color:#64748b;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.church-eyebrow-dot{width:9px;height:9px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 6px #22c55e24}.church-hero h1{margin:0;color:#0f172a;font-size:clamp(38px,5vw,72px);line-height:.92;letter-spacing:-.065em;font-weight:950}.church-hero p{max-width:780px;margin:18px 0 0;color:#64748b;font-size:16px;line-height:1.6;font-weight:700}.church-hero-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.church-pill{display:inline-flex;align-items:center;min-height:32px;padding:0 13px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:12px;font-weight:950;border:1px solid #bfdbfe}.church-pill.danger-soft{background:#fff7ed;color:#c2410c;border-color:#fed7aa}.church-hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.church-hero-side{padding:22px}.church-hero-side-top{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:16px}.church-hero-side-title{color:#0f172a;font-size:18px;font-weight:950;letter-spacing:-.03em}.church-hero-side-sub{margin-top:4px;color:#64748b;font-size:13px;font-weight:750}.church-service-box{display:grid;gap:12px}.church-service-item{padding:16px;border:1px solid #e2e8f0;border-radius:22px;background:linear-gradient(180deg,#fff,#f8fafc)}.church-service-main{display:flex;align-items:center;gap:12px}.church-service-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:16px;background:#eff6ff;font-size:20px}.church-service-label{margin-bottom:8px;color:#64748b;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.07em}.church-service-value{color:#0f172a;font-size:26px;line-height:1;font-weight:950}.church-service-sub{margin-top:5px;color:#64748b;font-size:12px;font-weight:750}.church-btn,.church-icon-btn,.church-link-btn{appearance:none;border:1px solid #dbe3ef;background:#fff;color:#0f172a;cursor:pointer;font-weight:900;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease}.church-btn{min-height:40px;padding:0 18px;border-radius:999px;font-size:13px;box-shadow:0 10px 22px #0f172a0f}.church-btn:hover,.church-icon-btn:hover,.church-link-btn:hover{transform:translateY(-1px);border-color:#93c5fd;box-shadow:0 16px 32px #0f172a1c}.church-btn.primary{border-color:transparent;color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 16px 36px #2563eb47}.church-icon-btn{width:38px;height:38px;display:grid;place-items:center;border-radius:14px}.church-link-btn{border:0;background:transparent;color:#2563eb;padding:0;font-size:13px}.church-card{border:1px solid #e2e8f0;border-radius:26px;background:#fff;box-shadow:0 22px 55px #0f172a13;min-width:0}.church-section{padding:22px}.church-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:16px}.church-section-kicker{color:#64748b;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px}.church-section-title{color:#0f172a;font-size:22px;line-height:1.05;font-weight:950;letter-spacing:-.035em}.church-grid-6{display:grid;grid-template-columns:repeat(6,minmax(150px,1fr));gap:14px}.church-grid-4{display:grid;grid-template-columns:repeat(4,minmax(230px,1fr));gap:14px}.church-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.church-kpi{min-height:148px;display:flex;align-items:flex-start;gap:14px;padding:18px;text-align:left;cursor:pointer;border:1px solid #e2e8f0}.church-kpi:hover,.church-module:hover,.church-action-btn:hover,.church-list-item:hover,.church-finance-stat:hover{transform:translateY(-2px);border-color:#93c5fd;box-shadow:0 24px 60px #0f172a1c}.church-kpi-icon{width:42px;height:42px;display:grid;place-items:center;flex:0 0 auto;border-radius:16px;background:#eff6ff;font-size:21px}.church-kpi-label{color:#64748b;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.07em}.church-kpi-value{margin-top:8px;color:#0f172a;font-size:28px;line-height:1;font-weight:950;letter-spacing:-.04em}.church-kpi-sub{margin-top:8px;color:#64748b;font-size:12px;line-height:1.4;font-weight:750}.tone-green .church-kpi-icon{background:#ecfdf5}.tone-purple .church-kpi-icon{background:#f3e8ff}.tone-red .church-kpi-icon{background:#fef2f2}.church-actions{display:grid;grid-template-columns:repeat(6,minmax(150px,1fr));gap:12px}.church-action-btn,.church-module,.church-list-item,.church-finance-stat{appearance:none;width:100%;border:1px solid #e2e8f0;background:#fff;color:inherit;text-align:left;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease}.church-action-btn{display:grid;gap:12px;padding:16px;border-radius:22px}.church-action-icon,.church-module-icon,.church-list-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:16px;background:#eff6ff;font-size:20px}.church-action-title,.church-module-title,.church-list-title{color:#0f172a;font-size:14px;font-weight:950}.church-action-sub,.church-module-sub,.church-list-sub{margin-top:5px;color:#64748b;font-size:12px;line-height:1.45;font-weight:750}.church-module{display:grid;grid-template-columns:46px minmax(0,1fr) 22px;align-items:center;gap:14px;padding:18px;border-radius:24px}.church-module-main{min-width:0}.church-module-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.church-module-badge{flex:0 0 auto;min-height:22px;padding:0 8px;border-radius:999px;background:#f1f5f9;color:#475569;font-size:10px;font-weight:950;display:inline-flex;align-items:center}.church-module-arrow{color:#94a3b8;font-weight:950}.church-list{display:grid;gap:12px}.church-list-item{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:72px;padding:14px;border-radius:20px}.church-list-left{display:flex;align-items:center;gap:12px;min-width:0}.church-badge{flex:0 0 auto;min-height:26px;padding:0 10px;border-radius:999px;font-size:11px;font-weight:950;display:inline-flex;align-items:center}.church-badge.blue{background:#eff6ff;color:#1d4ed8}.church-badge.green{background:#ecfdf5;color:#047857}.church-badge.amber{background:#fff7ed;color:#c2410c}.church-badge.red{background:#fef2f2;color:#b91c1c}.church-empty{padding:24px;border:1px dashed #cbd5e1;border-radius:20px;background:#f8fafc;color:#64748b;font-size:13px;font-weight:800;line-height:1.45}.church-empty.success{border-color:#bbf7d0;background:#f0fdf4;color:#15803d}.church-finance-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.church-finance-stat{padding:16px;border-radius:20px}.church-finance-stat-label{color:#64748b;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.07em}.church-finance-stat-value{margin-top:8px;color:#0f172a;font-size:24px;line-height:1;font-weight:950}.church-mini-note{margin-top:14px;color:#64748b;font-size:12px;font-weight:750;line-height:1.45}.church-chart-card{cursor:pointer}.church-chart-wrap{height:250px;position:relative}.church-chart-hint{color:#64748b;font-size:12px;font-weight:800}.church-loading-card,.church-error-card{min-height:360px;display:grid;place-items:center;gap:16px;text-align:center;border:1px solid #e2e8f0;border-radius:30px;background:#fff;box-shadow:0 24px 70px #0f172a17;padding:40px}.church-loading-card strong{display:block;color:#0f172a;font-size:18px;font-weight:950}.church-loading-card span,.church-error-card p{display:block;margin-top:6px;color:#64748b;font-size:14px;font-weight:750}.church-spinner{width:38px;height:38px;border:4px solid #dbeafe;border-top-color:#2563eb;border-radius:999px;animation:church-spin .9s linear infinite}@keyframes church-spin{to{transform:rotate(360deg)}}.church-error-icon{font-size:42px}.church-error-card h2{margin:0;color:#0f172a;font-size:26px;font-weight:950}.is-pressed{opacity:.72;transform:scale(.985)!important}@media(max-width:1280px){.church-grid-6{grid-template-columns:repeat(3,minmax(180px,1fr))}.church-grid-4{grid-template-columns:repeat(2,minmax(230px,1fr))}.church-actions{grid-template-columns:repeat(3,minmax(160px,1fr))}}@media(max-width:1020px){.church-page{padding:22px 18px 90px}.church-hero,.church-grid-2{grid-template-columns:1fr}.church-hero-main{padding:26px}}@media(max-width:720px){.church-page{padding:16px 12px 100px}.church-shell{gap:14px}.church-hero-main,.church-hero-side,.church-card{border-radius:22px}.church-hero-main,.church-hero-side,.church-section{padding:18px}.church-hero h1{font-size:38px;letter-spacing:-.05em}.church-hero-actions{width:100%}.church-hero-actions .church-btn{flex:1 1 100%;width:100%}.church-grid-6,.church-grid-4,.church-actions,.church-finance-grid{grid-template-columns:1fr}.church-kpi{min-height:auto}.church-section-head{flex-direction:column}.church-list-item{align-items:flex-start;flex-direction:column}.church-badge{margin-left:54px}.church-module{grid-template-columns:46px minmax(0,1fr)}.church-module-arrow{display:none}.church-module-top{align-items:flex-start;flex-direction:column}.church-chart-wrap{height:220px}}@media(max-width:420px){.church-hero h1{font-size:34px}.church-service-value,.church-kpi-value,.church-finance-stat-value{font-size:24px}}.church-member-record-page{padding:24px;background:#f5f7fb;min-height:100vh}@media(max-width:768px){.church-member-record-page{padding:12px 12px 20px}}.church-member-record-shell{max-width:1500px;margin:0 auto}.church-member-record-topbar{margin-bottom:16px}.church-member-record-loading-card,.church-member-record-empty{background:#fff;border:1px solid rgba(15,23,42,.05);box-shadow:0 10px 28px #0f172a0f;border-radius:22px;padding:24px;color:#64748b}.church-member-record-empty.error{color:#991b1b}.church-member-record-grid{display:grid;gap:18px}.church-member-record-hero{background:#fff;border:1px solid rgba(15,23,42,.05);box-shadow:0 10px 28px #0f172a0f;border-radius:24px;padding:24px;display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.church-member-record-hero-main{display:flex;gap:16px;align-items:flex-start}.church-member-record-avatar{width:70px;height:70px;border-radius:22px;background:#e8f0ff;color:#1d4ed8;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:800;flex:0 0 70px}.church-member-record-hero h1{margin:0;font-size:32px;font-weight:800;color:#0f172a}.church-member-record-subline{margin-top:6px;color:#64748b;font-size:15px}.church-member-record-badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.church-member-record-badge{padding:8px 12px;border-radius:999px;font-size:12px;font-weight:800}.church-member-record-badge.family{background:#dbeafe;color:#1d4ed8}.church-member-record-badge.no-family{background:#fef3c7;color:#92400e}.church-member-record-badge.neutral{background:#eef2f7;color:#475569}.church-member-record-cards,.church-member-record-lower{display:grid;grid-template-columns:1fr 1fr;gap:18px}.church-member-record-card{background:#fff;border:1px solid rgba(15,23,42,.05);box-shadow:0 10px 28px #0f172a0f;border-radius:22px;padding:22px}.church-member-record-card-title{font-size:18px;font-weight:800;color:#0f172a;margin-bottom:16px}.church-member-record-details{display:grid;gap:12px}.church-member-record-detail-row{display:grid;grid-template-columns:180px 1fr;gap:16px;padding:10px 0;border-bottom:1px solid #eef2f7}.church-member-record-detail-row:last-child{border-bottom:none}.church-member-record-detail-label{font-size:13px;font-weight:800;color:#475569}.church-member-record-detail-value{font-size:14px;color:#0f172a}.church-member-record-family-name{font-size:20px;font-weight:800;color:#0f172a}.church-member-record-family-sub{margin-top:6px;color:#64748b;font-size:14px}.church-member-record-family-address{margin-top:10px;color:#334155;font-size:14px}.church-member-record-empty-inline{color:#64748b;font-size:14px}.church-member-record-family-list{display:grid;gap:12px}.church-member-record-family-item{display:flex;gap:12px;align-items:center;padding:12px;border:1px solid #eef2f7;border-radius:16px;cursor:pointer;transition:.18s ease}.church-member-record-family-item:hover{background:#f8fbff}.church-member-record-family-item-avatar{width:40px;height:40px;border-radius:12px;background:#eef2ff;color:#1d4ed8;display:flex;align-items:center;justify-content:center;font-weight:800}.church-member-record-family-item-name{font-weight:800;color:#0f172a}.church-member-record-family-item-sub{font-size:12px;color:#64748b;margin-top:3px}.church-member-record-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.church-member-record-stat{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:16px}.church-member-record-stat-label{font-size:12px;color:#64748b;font-weight:700;margin-bottom:8px}.church-member-record-stat-value{font-size:20px;font-weight:800;color:#0f172a}@media(max-width:900px){.church-member-record-hero,.church-member-record-cards,.church-member-record-lower,.church-member-record-stats{grid-template-columns:1fr;display:grid}.church-member-record-hero{display:grid}.church-member-record-detail-row{grid-template-columns:1fr;gap:6px}}@media(max-width:600px){.church-member-record-page{padding:14px}.church-member-record-hero-main{flex-direction:column}}.form-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:10px}.form-group{display:flex;flex-direction:column}.form-group.full{grid-column:span 3}.form-group label{font-size:12px;font-weight:600;margin-bottom:4px;color:#555}.preview img{margin-top:8px;border-radius:6px}.hc-modal-content{width:700px;max-width:90%}.church-member-record-avatar{width:80px;height:80px;border-radius:50%;overflow:hidden;background:#e9ecef;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:20px}.church-member-record-avatar-img{width:100%;height:100%;object-fit:cover;object-position:center 30%}.church-member-record-family-item-avatar{width:36px;height:36px;border-radius:50%;overflow:hidden;background:#e9ecef;display:flex;align-items:center;justify-content:center;font-size:12px}.church-member-record-family-item-avatar-img{width:100%;height:100%;object-fit:cover}.church-member-record-page table.hc-table tr:hover td{background:#f8fafc}.church-member-record-page .church-table-fixed th{text-align:left;padding:14px 16px;font-weight:700;color:#334155;border-bottom:1px solid #e5e7eb}.church-member-record-page .church-table-fixed td{padding:14px 16px;border-bottom:1px solid #f1f5f9;word-break:break-word}.church-member-record-page .church-table-fixed tr:hover{background:#f8fafc}@media(max-width:768px){.church-member-record-page .hc-table th,.church-member-record-page .hc-table td{padding:10px 8px;font-size:13px}}.church-member-record-page table.church-table-fixed th{padding:14px 16px;text-align:left;font-weight:700;color:#334155;border-bottom:1px solid #e5e7eb}.church-member-record-page table.church-table-fixed tr:hover{background:#f8fafc}.church-member-record-page table.church-table-fixed thead th{font-weight:700;color:#334155;border-bottom:1px solid #e5e7eb}.church-member-record-page table.church-table-fixed tbody td{border-bottom:1px solid #f1f5f9}.church-member-record-page table.church-table-fixed tbody tr:hover{background:#f8fafc}.church-member-record-page table.church-table-fixed{table-layout:fixed}.church-member-record-page table.church-table-fixed th:nth-child(1),.church-member-record-page table.church-table-fixed td:nth-child(1){width:35%}.church-member-record-page table.church-table-fixed th:nth-child(2),.church-member-record-page table.church-table-fixed td:nth-child(2){width:15%}.church-member-record-page table.church-table-fixed th:nth-child(3),.church-member-record-page table.church-table-fixed td:nth-child(3){width:20%}.church-member-record-page table.church-table-fixed th:nth-child(4),.church-member-record-page table.church-table-fixed td:nth-child(4){width:30%}.church-member-record-page table.church-table-fixed{font-size:14px}.church-member-record-page table.church-table-fixed td{vertical-align:middle}.church-member-record-page tbody tr:hover{background:#f8fafc}@media(max-width:768px){.church-member-record-page table.church-table-fixed thead{display:none}.church-member-record-page table.church-table-fixed,.church-member-record-page table.church-table-fixed tbody,.church-member-record-page table.church-table-fixed tr{display:block;width:100%}.church-member-record-page table.church-table-fixed tr{background:#fff;margin-bottom:12px;border-radius:12px;padding:12px}.church-member-record-page table.church-table-fixed td{display:flex;justify-content:space-between;padding:6px 0;border:none}.church-member-record-page table.church-table-fixed td:before{content:attr(data-label);font-weight:600;color:#64748b}}.member-list{display:grid;gap:12px;margin-top:10px}.member-card{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#fff;border:1px solid #eef2f7;border-radius:14px;transition:.2s ease;cursor:pointer}.member-card:hover{background:#f8fbff;box-shadow:0 6px 18px #0000000f}.member-main{display:flex;align-items:center;gap:12px}.member-avatar{width:42px;height:42px;border-radius:50%;background:#dbeafe;color:#1d4ed8;display:flex;align-items:center;justify-content:center;font-weight:700}.member-info{display:flex;flex-direction:column}.member-name{font-weight:700;color:#0f172a}.member-role{font-size:12px;color:#64748b}.member-meta{display:flex;gap:20px}.member-field{display:flex;align-items:center;gap:6px;font-size:13px;color:#334155}@media(max-width:768px){.member-card{flex-direction:column;align-items:flex-start;gap:10px}.member-meta{flex-direction:column;gap:6px}}.members-section{margin-top:10px}.members-header{display:grid;grid-template-columns:2fr 1fr 1fr 2fr;font-weight:700;color:#334155;padding:12px 16px;border-bottom:1px solid #e5e7eb}.member-list{display:flex;flex-direction:column;gap:10px}.member-card{display:grid;grid-template-columns:2fr 1fr 1fr 2fr;align-items:center;padding:14px 16px;background:#fff;border-radius:12px;border:1px solid #eef2f7;transition:.2s ease}.member-card:hover{background:#f8fbff}.member-name{font-weight:600;color:#0f172a}.member-role,.member-phone,.member-email{font-size:14px;color:#334155}@media(max-width:768px){.members-header{display:none}.member-card{grid-template-columns:1fr;gap:6px}}.member-name-cell{display:flex;align-items:center;gap:10px}.member-avatar{width:38px;height:38px;border-radius:50%;background:#dbeafe;color:#1d4ed8;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;overflow:hidden}.member-avatar img{width:100%;height:100%;object-fit:cover}.giving-list{display:flex;flex-direction:column;gap:10px;margin-top:10px}.giving-card{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;background:#fff;border:1px solid #eef2f7;border-radius:12px;transition:.2s ease}.giving-card:hover{background:#f8fbff}.giving-left{display:flex;flex-direction:column}.giving-date{font-size:12px;color:#64748b}.giving-member{font-weight:600;color:#0f172a}.giving-middle{color:#334155;font-size:14px}.giving-amount{font-weight:700;color:#16a34a}@media(max-width:768px){.church-member-record-page.standalone .church-member-record-shell{max-width:100%;margin:0 auto;padding:0}}.church-member-record-hero{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid rgba(15,23,42,.06);box-shadow:0 20px 40px #0f172a14;border-radius:28px;padding:26px;display:flex;justify-content:space-between;align-items:center;gap:20px}.church-member-record-avatar{width:84px;height:84px;border-radius:50%;background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1d4ed8;font-size:28px;font-weight:800}.church-member-record-hero h1{font-size:28px;font-weight:900;letter-spacing:-.3px}.church-member-record-subline{font-size:14px;color:#64748b}.church-member-record-badge{padding:6px 12px;font-size:11px;border-radius:999px}.church-member-record-hero-actions{display:flex;gap:10px}.church-member-record-hero-actions button{border-radius:12px;padding:10px 16px}.church-member-record-card{background:#fff;border-radius:20px;padding:22px;border:1px solid rgba(15,23,42,.06);box-shadow:0 12px 28px #0f172a0d;transition:.2s ease}.church-member-record-card:hover{transform:translateY(-2px);box-shadow:0 18px 36px #0f172a14}.church-member-record-card-title{font-size:16px;font-weight:800;margin-bottom:14px;color:#0f172a}@media(max-width:768px){.church-member-record-hero{flex-direction:column;align-items:flex-start;gap:14px;padding:20px}.church-member-record-hero h1{font-size:22px}.church-member-record-hero-actions{width:100%;flex-direction:column}.church-member-record-hero-actions button{width:100%}.church-member-record-card{padding:18px}.church-member-record-detail-row{flex-direction:column;gap:4px}}.church-member-record-page{background:#f5f7fb}.church-member-record-grid{gap:20px}.member-message-overlay{position:fixed;inset:0;z-index:2000000;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172aa8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.member-message-modal{width:min(460px,100%);background:#fff;border-radius:26px;padding:30px;box-shadow:0 30px 90px #0f172a61;text-align:center;animation:memberMessageIn .18s ease-out}.member-message-icon{width:66px;height:66px;margin:0 auto 18px;display:flex;align-items:center;justify-content:center;border-radius:22px;font-size:30px;font-weight:900}.member-message-icon.lock{background:#eff6ff;color:#2563eb}.member-message-icon.error{background:#fef2f2;color:#dc2626}.member-message-modal h3{margin:0 0 10px;font-size:25px;line-height:1.1;font-weight:900;color:#0f172a;letter-spacing:-.5px}.member-message-modal p{margin:0;font-size:15px;line-height:1.55;color:#64748b}.member-message-actions{display:flex;justify-content:center;gap:12px;margin-top:26px}.member-message-actions.single{display:grid;grid-template-columns:1fr}.member-message-btn{min-height:46px;padding:0 20px;border:0;border-radius:15px;font-size:14px;font-weight:900;cursor:pointer}.member-message-btn.secondary{background:#f1f5f9;color:#0f172a}.member-message-btn.primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 14px 34px #2563eb4d}.member-message-btn:hover{transform:translateY(-1px)}@keyframes memberMessageIn{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:640px){.member-message-overlay{align-items:flex-end;padding:16px}.member-message-modal{border-radius:24px;padding:26px 22px}.member-message-actions{display:grid;grid-template-columns:1fr}.member-message-btn{width:100%}}.upgrade-required-overlay{position:fixed;inset:0;z-index:1000000;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172a9e;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.upgrade-required-modal{width:min(440px,100%);background:#fff;border-radius:24px;padding:28px;box-shadow:0 30px 90px #0f172a59;text-align:center}.upgrade-required-icon{width:64px;height:64px;margin:0 auto 16px;display:flex;align-items:center;justify-content:center;border-radius:20px;background:#eff6ff;font-size:30px}.upgrade-required-modal h3{margin:0 0 10px;font-size:24px;font-weight:900;color:#0f172a}.upgrade-required-modal p{margin:0;font-size:15px;line-height:1.5;color:#64748b}.upgrade-required-actions{display:flex;gap:10px;justify-content:center;margin-top:24px}.upgrade-required-actions .btn{min-height:44px;padding:0 18px;border-radius:14px;border:0;font-weight:800;cursor:pointer}.upgrade-required-actions .btn.secondary{background:#f1f5f9;color:#0f172a}.upgrade-required-actions .btn.primary{background:#2563eb;color:#fff}@media(max-width:640px){.upgrade-required-modal{padding:24px;border-radius:22px}.upgrade-required-actions{display:grid;grid-template-columns:1fr}.upgrade-required-actions .btn{width:100%}}.hc-modal-overlay{position:fixed!important;inset:0!important;z-index:999999!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#0f172a8c!important;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:24px}.hc-modal-overlay .hc-modal{position:relative!important;z-index:1000000!important;width:min(760px,calc(100vw - 32px));max-height:calc(100vh - 48px);overflow:auto;background:#fff;border-radius:18px;box-shadow:0 30px 80px #0f172a59}.hc-modal-overlay.side{align-items:stretch!important;justify-content:flex-end!important}.hc-modal-overlay.side .hc-modal.side-panel{width:min(520px,100%);height:100%;max-height:100vh;border-radius:18px 0 0 18px}.church-member-record-kicker,.hc-modal-kicker{color:#64748b;font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px}.church-member-record-hero-copy{min-width:0}.church-member-record-muted{color:#64748b;font-size:13px;font-weight:750;line-height:1.45}.church-member-record-health{padding:22px;border:1px solid #e2e8f0;border-radius:26px;background:#fff;box-shadow:0 22px 55px #0f172a13}.church-member-record-health-main{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.church-member-record-score{color:#0f172a;font-size:34px;line-height:1;font-weight:950;letter-spacing:-.04em}.church-member-record-progress{height:12px;overflow:hidden;border-radius:999px;background:#e2e8f0}.church-member-record-progress>div{height:100%;border-radius:999px;background:linear-gradient(135deg,#2563eb,#22c55e);transition:width .25s ease}.church-member-record-health-grid{display:grid;grid-template-columns:repeat(5,minmax(120px,1fr));gap:10px;margin-top:14px}.church-member-record-health-item{display:flex;align-items:center;gap:9px;min-height:38px;padding:8px 10px;border-radius:14px;border:1px solid #e2e8f0;background:#f8fafc}.church-member-record-health-item span{width:22px;height:22px;display:grid;place-items:center;border-radius:999px;font-size:12px;font-weight:950}.church-member-record-health-item.ok span{background:#dcfce7;color:#15803d}.church-member-record-health-item.missing span{background:#ffedd5;color:#c2410c}.church-member-record-health-item strong{color:#334155;font-size:12px;font-weight:900}.church-member-record-card-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;margin-bottom:14px}.church-btn.compact{min-height:34px;padding:0 13px;font-size:12px}.church-member-record-stat.wide{flex:2;min-width:340px}.church-member-record-stat-top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.church-member-record-stat-chip{min-height:26px;display:inline-flex;align-items:center;padding:0 10px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:11px;font-weight:950}.church-member-record-table-wrap{margin-top:14px;max-height:260px;overflow:auto;border:1px solid #e2e8f0;border-radius:16px}.church-member-giving-table{width:100%;border-collapse:collapse;font-size:12px}.church-member-giving-table th,.church-member-giving-table td{padding:10px 12px;border-bottom:1px solid #eef2f7;text-align:left}.church-member-giving-table th{background:#f8fafc;color:#64748b;font-weight:950;text-transform:uppercase;letter-spacing:.05em}.church-member-record-table-empty{text-align:center!important;color:#64748b;font-weight:800}.church-member-record-details.system .church-member-record-detail-value{overflow-wrap:anywhere}.advanced-member-modal{width:min(980px,100%)}.church-member-record-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.church-member-record-form-grid label,.advanced-member-modal label{display:grid;gap:7px;color:#334155;font-size:13px;font-weight:900}.church-member-record-form-grid label.full{grid-column:1 / -1}.church-member-record-form-grid input,.church-member-record-form-grid select,.church-member-record-form-grid textarea,.advanced-member-modal input,.advanced-member-modal select,.advanced-member-modal textarea{width:100%;min-height:44px;box-sizing:border-box;border:1px solid #dbe3ef;border-radius:14px;background:#fff;color:#0f172a;padding:0 12px;outline:none;font-size:14px;font-weight:750}.church-member-record-form-grid textarea,.advanced-member-modal textarea{min-height:96px;padding-top:12px;resize:vertical;line-height:1.5}.church-member-record-form-grid input:focus,.church-member-record-form-grid select:focus,.church-member-record-form-grid textarea:focus,.advanced-member-modal input:focus,.advanced-member-modal select:focus,.advanced-member-modal textarea:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.church-member-record-form-error{margin-bottom:14px;padding:12px 14px;border-radius:14px;border:1px solid #fecaca;background:#fef2f2;color:#b91c1c;font-size:13px;font-weight:850}.church-member-record-form-error.hidden{display:none}.church-member-toast{position:fixed;right:22px;bottom:22px;z-index:999999;opacity:0;transform:translateY(8px);padding:13px 16px;border-radius:16px;background:#0f172a;color:#fff;font-size:13px;font-weight:900;box-shadow:0 24px 60px #0f172a47;transition:opacity .18s ease,transform .18s ease}.church-member-toast.show{opacity:1;transform:translateY(0)}.church-member-record-loading-inner{display:grid;place-items:center;gap:12px;min-height:260px;color:#64748b;font-weight:900}.church-member-record-spinner{width:36px;height:36px;border:4px solid #dbeafe;border-top-color:#2563eb;border-radius:999px;animation:memberSpin .9s linear infinite}@keyframes memberSpin{to{transform:rotate(360deg)}}.church-member-record-empty-icon{font-size:42px;margin-bottom:10px}@media(max-width:980px){.church-member-record-health-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.church-member-record-form-grid{grid-template-columns:1fr}.church-member-record-form-grid label.full{grid-column:auto}}@media(max-width:640px){.church-member-record-health-main{align-items:flex-start;flex-direction:column}.church-member-record-health-grid{grid-template-columns:1fr}.church-member-record-stat.wide{min-width:100%}.church-member-record-stat-top{flex-direction:column}.church-member-toast{left:12px;right:12px;bottom:14px;text-align:center}}.church-member-record-hero-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important;flex-wrap:wrap!important}.church-member-record-hero-actions .church-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:auto!important;min-width:auto!important;max-width:none!important;min-height:44px!important;height:44px!important;padding:0 18px!important;line-height:1!important;text-decoration:none!important;white-space:nowrap!important;box-sizing:border-box!important;overflow:visible!important;text-indent:0!important;font-size:14px!important;font-weight:900!important}.church-member-record-hero-actions #editMemberBtn{min-width:130px!important;color:#fff!important;background:linear-gradient(135deg,#2563eb,#1d4ed8)!important;border-color:transparent!important}.church-member-record-hero-actions a.church-btn{color:#0f172a!important}.church-member-record-hero-actions a.church-btn:hover{text-decoration:none!important}.church-member-record-hero{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:28px!important}.church-member-record-hero-main,.church-member-record-hero-copy{min-width:0!important}.church-member-record-hero-copy h1{max-width:620px!important;overflow-wrap:anywhere!important}.church-member-record-hero-actions{display:grid!important;grid-template-columns:repeat(5,auto)!important;align-items:center!important;justify-content:end!important;gap:10px!important;flex-wrap:nowrap!important;width:auto!important;max-width:none!important}.church-member-record-hero-actions .church-btn{width:auto!important;min-width:max-content!important;height:44px!important;white-space:nowrap!important}@media(max-width:1280px){.church-member-record-hero-actions .church-btn{padding-left:14px!important;padding-right:14px!important;font-size:13px!important}}@media(max-width:1100px){.church-member-record-hero{grid-template-columns:1fr!important;align-items:start!important}.church-member-record-hero-actions{width:100%!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;justify-content:stretch!important}.church-member-record-hero-actions .church-btn{width:100%!important;min-width:0!important}}@media(max-width:520px){.church-member-record-hero-actions{grid-template-columns:1fr!important}}.church-kids-page{padding:24px;background:#f5f7fb;min-height:100vh}.church-kids-shell{max-width:1500px;margin:0 auto}.church-kids-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px}.church-kids-header h2{margin:0;font-size:30px;font-weight:800;color:#0f172a}.church-kids-header p{margin:6px 0 0;color:#64748b;font-size:14px}.church-kids-header-actions{display:flex;gap:12px;align-items:center}.church-kids-search input{width:320px;max-width:100%;padding:12px 14px;border:1px solid #dbe3ee;border-radius:14px;font-size:14px;background:#fff;outline:none}.church-kids-search input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.church-kids-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.church-kids-stat{background:#fff;border:1px solid rgba(15,23,42,.05);box-shadow:0 10px 28px #0f172a0f;border-radius:18px;padding:18px}.church-kids-stat-label{font-size:13px;color:#64748b;font-weight:700;margin-bottom:8px}.church-kids-stat-value{font-size:28px;font-weight:800;color:#0f172a}.church-kids-card{background:#fff;border:1px solid rgba(15,23,42,.05);box-shadow:0 10px 28px #0f172a0f;border-radius:22px;overflow:hidden}.church-kids-table-wrap{overflow:auto}.church-kids-table{width:100%;border-collapse:collapse;min-width:980px}.church-kids-table thead th{text-align:left;padding:16px 18px;font-size:13px;font-weight:800;color:#475569;border-bottom:1px solid #eef2f7;background:#fbfcfe}.church-kids-table tbody td{padding:16px 18px;border-bottom:1px solid #eef2f7;vertical-align:middle;font-size:14px;color:#0f172a}.church-kid-row{cursor:pointer;transition:.18s ease}.church-kid-row:hover{background:#f8fbff}.church-kid-main{display:flex;align-items:center;gap:12px}.church-kid-avatar{width:42px;height:42px;border-radius:14px;background:#eef2ff;color:#1d4ed8;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:14px;flex:0 0 42px}.church-kid-name{font-weight:800;color:#0f172a}.church-kid-sub{margin-top:3px;font-size:12px;color:#64748b}.church-kid-badge{display:inline-flex;align-items:center;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:800}.church-kid-badge.family{background:#dbeafe;color:#1d4ed8}.church-kid-badge.no-family{background:#fef3c7;color:#92400e}.church-kid-muted{color:#94a3b8}.church-kids-loading,.church-kids-empty{text-align:center;color:#64748b;padding:26px!important}.church-kids-empty.error{color:#991b1b}@media(max-width:900px){.church-kids-header{flex-direction:column;align-items:stretch}.church-kids-header-actions{width:100%;flex-direction:column;align-items:stretch}.church-kids-search input{width:100%}.church-kids-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.church-kids-page{padding:14px}.church-kids-stats{grid-template-columns:1fr}}.church-kid-parent{font-weight:700;color:#0f172a}.processing-page,.processing-page *{box-sizing:border-box}.processing-page{width:100%;min-height:100vh;padding:28px 32px 90px;color:#0f172a;background:radial-gradient(circle at top left,rgba(37,99,235,.1),transparent 34%),radial-gradient(circle at top right,rgba(16,185,129,.09),transparent 30%),linear-gradient(180deg,#f8fbff,#f3f6fb)}.processing-hero,.processing-stats,.processing-card{width:min(1440px,100%);margin-left:auto;margin-right:auto}.processing-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:28px;margin-bottom:22px;padding:38px 44px;border:1px solid rgba(226,232,240,.95);border-radius:34px;background:radial-gradient(circle at top right,rgba(37,99,235,.13),transparent 35%),#fff;box-shadow:0 24px 70px #0f172a17}.processing-eyebrow{display:inline-flex;align-items:center;gap:9px;margin-bottom:14px;color:#64748b;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.processing-eyebrow span{width:9px;height:9px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 6px #22c55e24}.processing-hero h1{max-width:920px;margin:0;color:#0f172a;font-size:clamp(52px,4.6vw,82px);line-height:.96;letter-spacing:-.07em;font-weight:950}.processing-hero p{max-width:820px;margin:18px 0 0;color:#64748b;font-size:16px;line-height:1.65;font-weight:750}.processing-hero-actions{display:flex;justify-content:flex-end;align-items:center;gap:12px;flex-wrap:wrap;flex-shrink:0}.processing-btn{appearance:none;min-height:46px;display:inline-flex;align-items:center;justify-content:center;padding:0 20px;border-radius:999px;border:1px solid #dbe3ef;background:#fff;color:#0f172a;font-size:13px;font-weight:900;cursor:pointer;text-decoration:none;white-space:nowrap;box-shadow:0 10px 22px #0f172a0f;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease}.processing-btn:hover:not(:disabled){transform:translateY(-1px);border-color:#93c5fd;box-shadow:0 16px 32px #0f172a1c}.processing-btn:disabled{opacity:.58;cursor:not-allowed}.processing-btn.primary{border-color:transparent;color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 16px 36px #2563eb47}.processing-btn.light{background:#fff}.processing-btn.small{min-height:36px;padding:0 14px;font-size:12px}.processing-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:22px}.processing-stat{min-width:0;min-height:124px;display:grid;grid-template-columns:56px minmax(0,1fr);align-items:center;gap:14px;padding:20px;border:1px solid #e2e8f0;border-radius:26px;background:#fff;box-shadow:0 22px 55px #0f172a13}.processing-stat-icon{width:56px;height:56px;display:grid;place-items:center;border-radius:20px;background:#eff6ff;font-size:23px}.processing-stat.income .processing-stat-icon{background:#ecfdf5}.processing-stat.expense .processing-stat-icon{background:#fef2f2}.processing-stat.system .processing-stat-icon{background:#eff6ff}.processing-stat span{display:block;color:#64748b;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.07em}.processing-stat strong{display:block;margin-top:8px;color:#0f172a;font-size:clamp(25px,2vw,32px);line-height:1;font-weight:950;letter-spacing:-.045em;white-space:nowrap}.processing-stat small{display:block;margin-top:8px;color:#64748b;font-size:12px;line-height:1.35;font-weight:750}.processing-stat.skeleton{display:grid;align-content:center}.processing-skel{border-radius:999px;background:linear-gradient(90deg,#eef2f7,#f8fafc,#eef2f7);background-size:220% 100%;animation:processingSkel 1.2s ease-in-out infinite}.processing-skel.short{width:90px;height:12px}.processing-skel.tall{width:150px;height:28px;margin-top:12px}@keyframes processingSkel{to{background-position:-220% 0}}.processing-card{border:1px solid #e2e8f0;border-radius:30px;background:#fffffff5;box-shadow:0 24px 70px #0f172a16;overflow:hidden}.processing-toolbar{display:grid;grid-template-columns:minmax(260px,.45fr) minmax(0,1fr);gap:20px;align-items:end;padding:24px;margin-bottom:22px}.processing-toolbar h2{margin:0;color:#0f172a;font-size:26px;line-height:1.08;font-weight:950;letter-spacing:-.045em}.processing-toolbar p{margin:8px 0 0;color:#64748b;font-size:13px;line-height:1.45;font-weight:800}.processing-filters{display:grid;grid-template-columns:minmax(240px,1.3fr) minmax(150px,.8fr) minmax(110px,.6fr) minmax(110px,.6fr) 82px;gap:10px;align-items:center}.processing-search,.processing-filters input,.processing-filters select{width:100%;min-width:0;min-height:46px;border:1px solid #dbe3ef;border-radius:16px;background:#fff;color:#0f172a;outline:none;font-size:13px;font-weight:800;box-shadow:0 8px 18px #0f172a09}.processing-filters input,.processing-filters select{padding:0 14px}.processing-search{display:flex;align-items:center;gap:10px;padding:0 14px}.processing-search input{width:100%;min-width:0;border:0;outline:none;background:transparent;color:#0f172a;font-size:13px;font-weight:800}.processing-search:focus-within,.processing-filters input:focus,.processing-filters select:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f,0 12px 24px #0f172a0f}.processing-table-card{padding:0}.processing-table-wrap{width:100%;overflow-x:auto}.processing-table{width:100%;min-width:1180px;border-collapse:separate;border-spacing:0}.processing-table th{padding:16px 18px;border-bottom:1px solid #e2e8f0;background:#f8fafc;color:#64748b;font-size:12px;font-weight:950;text-align:left;text-transform:uppercase;letter-spacing:.055em;white-space:nowrap}.processing-table td{padding:16px 18px;border-bottom:1px solid #eef2f7;color:#334155;font-size:14px;font-weight:750;vertical-align:middle}.processing-table tr:last-child td{border-bottom:0}.processing-table .right{text-align:right}.processing-request-cell strong{display:block;max-width:260px;color:#0f172a;font-size:14px;font-weight:950;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.processing-request-cell span{display:block;margin-top:4px;color:#64748b;font-size:12px;font-weight:750}.processing-amount-cell{color:#b91c1c!important;font-weight:950!important;white-space:nowrap}.processing-doc-actions{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.processing-mini-btn,.processing-upload-label{min-height:32px;display:inline-flex;align-items:center;justify-content:center;padding:0 11px;border:1px solid #dbe3ef;border-radius:999px;background:#fff;color:#0f172a;font-size:12px;font-weight:900;cursor:pointer;white-space:nowrap}.processing-mini-btn:hover,.processing-upload-label:hover{border-color:#93c5fd;background:#eff6ff}.processing-upload-label input{display:none}.processing-muted{color:#94a3b8;font-size:12px;font-weight:850;white-space:nowrap}.processing-empty-cell{padding:42px 18px!important;text-align:center;color:#64748b;font-weight:850}.processing-empty-cell.error{color:#b91c1c}.processing-mobile-list{display:none;gap:14px;padding:16px}.processing-mobile-card{display:grid;gap:14px;padding:16px;border:1px solid #e2e8f0;border-radius:22px;background:#fff;box-shadow:0 16px 36px #0f172a0f}.processing-mobile-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.processing-mobile-top strong{display:block;color:#0f172a;font-size:15px;font-weight:950}.processing-mobile-top span{display:block;margin-top:4px;color:#64748b;font-size:12px;font-weight:750}.processing-mobile-top b{color:#b91c1c;font-size:17px;font-weight:950;white-space:nowrap}.processing-mobile-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.processing-mobile-grid div{min-width:0;padding:12px;border:1px solid #eef2f7;border-radius:16px;background:#f8fafc}.processing-mobile-grid span{display:block;color:#64748b;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.06em}.processing-mobile-grid strong{display:block;margin-top:5px;color:#0f172a;font-size:13px;font-weight:850;overflow-wrap:anywhere}.processing-mobile-actions{display:flex;flex-wrap:wrap;gap:8px}.processing-empty-state{padding:24px;border:1px dashed #cbd5e1;border-radius:20px;background:#fff;color:#64748b;font-size:13px;font-weight:850;text-align:center}.processing-empty-state strong{display:block;margin-bottom:4px;color:#0f172a;font-size:14px;font-weight:950}.processing-empty-state span{color:#64748b;font-size:12px;font-weight:750}.processing-empty-state.error{color:#b91c1c;border-color:#fecaca;background:#fef2f2}.processing-modal{position:fixed;inset:0;z-index:99999;display:grid;place-items:center;padding:20px;background:#0f172a9e;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.processing-modal.hidden,.hidden{display:none!important}.processing-modal-card{width:min(520px,100%);max-height:calc(100vh - 40px);display:flex;flex-direction:column;border:1px solid #e2e8f0;border-radius:28px;background:#fff;box-shadow:0 30px 100px #0f172a6b;overflow:hidden}.processing-modal-card.preview{width:min(940px,100%)}.processing-modal-head,.processing-modal-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 24px;border-bottom:1px solid #e2e8f0;background:linear-gradient(180deg,#fff,#f8fbff)}.processing-modal-actions{justify-content:flex-end;border-top:1px solid #e2e8f0;border-bottom:0}.processing-modal-kicker{color:#64748b;font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px}.processing-modal-head h3{margin:0;color:#0f172a;font-size:26px;font-weight:950;letter-spacing:-.04em}.processing-modal-head p{margin:7px 0 0;color:#64748b;font-size:13px;line-height:1.45;font-weight:750}.processing-icon-btn{width:40px;height:40px;flex:0 0 auto;border:1px solid #dbe3ef;border-radius:14px;background:#fff;font-size:18px;cursor:pointer}.processing-modal-body{padding:22px 24px;overflow-y:auto}.processing-modal-body label{display:block;margin:14px 0 8px;color:#334155;font-size:13px;font-weight:900}.processing-modal-body select,.processing-modal-body input{width:100%;min-height:46px;border:1px solid #dbe3ef;border-radius:16px;background:#fff;color:#0f172a;padding:0 14px;outline:none;font-size:14px;font-weight:750}.processing-help-note{margin-top:14px;padding:13px 14px;border-radius:16px;background:#eff6ff;color:#1d4ed8;font-size:12px;line-height:1.45;font-weight:800}.processing-error{margin-bottom:14px;padding:13px 14px;border:1px solid #fecaca;border-radius:16px;background:#fef2f2;color:#b91c1c;font-size:13px;font-weight:850}.preview-body{padding:0}.processing-viewer{min-height:560px;background:#f8fafc}.processing-viewer iframe{display:block;width:100%;min-height:560px;border:0}.processing-viewer img{display:block;max-width:100%;max-height:620px;margin:0 auto;object-fit:contain}.processing-signature-preview{min-height:360px;display:grid;place-items:center;padding:24px}.processing-signature-preview img{padding:20px;border:1px solid #e2e8f0;border-radius:18px;background:#fff}.processing-page-error{width:min(720px,100%);margin:80px auto;padding:32px;border:1px solid #fecaca;border-radius:28px;background:#fff;text-align:center;box-shadow:0 24px 70px #0f172a17}.processing-page-error>div{font-size:38px}.processing-page-error h2{margin:14px 0 8px;color:#0f172a;font-size:28px;font-weight:950}.processing-page-error p{margin:0;color:#64748b;font-weight:750}@media(max-width:1280px){.processing-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.processing-toolbar{grid-template-columns:1fr;align-items:start}.processing-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.processing-search{grid-column:1 / -1}}@media(max-width:980px){.processing-page{padding:22px 18px 90px}.processing-hero{grid-template-columns:1fr;padding:28px;border-radius:28px}.processing-hero h1{font-size:clamp(44px,8vw,64px)}.processing-hero-actions{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.processing-hero-actions .processing-btn{width:100%}}@media(max-width:720px){.processing-page{padding:16px 12px 100px}.processing-hero{padding:22px;border-radius:24px}.processing-hero h1{font-size:38px;letter-spacing:-.055em}.processing-hero p{font-size:14px}.processing-hero-actions,.processing-stats,.processing-filters{grid-template-columns:1fr}.processing-toolbar{padding:18px;border-radius:22px}.processing-table-wrap{display:none}.processing-mobile-list{display:grid}.processing-mobile-grid{grid-template-columns:1fr}.processing-mobile-top,.processing-mobile-actions{flex-direction:column}.processing-mobile-actions .processing-btn,.processing-mobile-actions .processing-mini-btn,.processing-mobile-actions .processing-upload-label{width:100%}.processing-modal{align-items:flex-start;padding:10px;overflow-y:auto}.processing-modal-card{border-radius:22px}.processing-modal-head,.processing-modal-actions{padding:18px}.processing-modal-actions{flex-direction:column-reverse}.processing-modal-actions .processing-btn{width:100%}.processing-modal-body{padding:18px}.processing-viewer,.processing-viewer iframe{min-height:420px}}@media(max-width:420px){.processing-hero h1{font-size:34px}.processing-stat{grid-template-columns:52px minmax(0,1fr)}.processing-stat-icon{width:52px;height:52px}.processing-stat strong{font-size:24px}}:root{--ev-bg: #f5f7fb;--ev-surface: #ffffff;--ev-surface-soft: #f8fafc;--ev-surface-muted: #f1f5f9;--ev-text: #0f172a;--ev-muted: #64748b;--ev-soft-text: #94a3b8;--ev-border: rgba(148, 163, 184, .28);--ev-border-strong: rgba(100, 116, 139, .36);--ev-primary: #2563eb;--ev-primary-dark: #1d4ed8;--ev-primary-soft: rgba(37, 99, 235, .11);--ev-green: #16a34a;--ev-green-soft: rgba(22, 163, 74, .12);--ev-orange: #f97316;--ev-orange-soft: rgba(249, 115, 22, .13);--ev-red: #dc2626;--ev-red-soft: rgba(220, 38, 38, .12);--ev-purple: #7c3aed;--ev-purple-soft: rgba(124, 58, 237, .12);--ev-shadow-sm: 0 8px 22px rgba(15, 23, 42, .06);--ev-shadow-md: 0 16px 44px rgba(15, 23, 42, .09);--ev-shadow-lg: 0 28px 90px rgba(15, 23, 42, .16);--ev-radius-sm: 12px;--ev-radius-md: 18px;--ev-radius-lg: 28px;--ev-focus: 0 0 0 4px rgba(37, 99, 235, .15)}.hc-page.hc-events-page,.hc-events-page{min-height:100vh;padding:28px;color:var(--ev-text);background:radial-gradient(circle at top left,rgba(37,99,235,.12),transparent 34%),radial-gradient(circle at top right,rgba(124,58,237,.1),transparent 30%),linear-gradient(180deg,#f8fafc 0%,var(--ev-bg) 100%);box-sizing:border-box}.hc-events-page *,.hc-events-page *:before,.hc-events-page *:after,.cf-modal *,.cf-modal *:before,.cf-modal *:after{box-sizing:border-box}.hc-events-page button,.hc-events-page input,.hc-events-page select,.hc-events-page textarea,.cf-modal button,.cf-modal input,.cf-modal select,.cf-modal textarea{font:inherit}.hc-events-page button,.cf-modal button{cursor:pointer}.hc-events-page button:disabled,.cf-modal button:disabled{cursor:not-allowed;opacity:.65}.hc-events-page input,.hc-events-page select,.hc-events-page textarea,.cf-modal input,.cf-modal select,.cf-modal textarea{min-width:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:10px 16px;border:1px solid var(--ev-border);border-radius:999px;background:#fff;color:#334155;font-size:13.5px;font-weight:900;line-height:1;text-decoration:none;white-space:nowrap;box-shadow:0 8px 18px #0f172a0a;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease,color .18s ease}.btn:hover{transform:translateY(-1px);border-color:#2563eb42;color:var(--ev-primary);box-shadow:var(--ev-shadow-sm)}.btn:active{transform:translateY(0)}.btn:focus-visible{outline:none;box-shadow:var(--ev-focus)}.btn.primary{border-color:transparent;color:#fff;background:linear-gradient(135deg,var(--ev-primary),#4f46e5);box-shadow:0 14px 32px #2563eb40}.btn.primary:hover{color:#fff;background:linear-gradient(135deg,var(--ev-primary-dark),#4338ca);box-shadow:0 18px 38px #2563eb4f}.btn.danger{border-color:#dc262633;color:#b91c1c;background:#fff}.btn.danger:hover{color:#fff;border-color:transparent;background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 14px 28px #dc262638}.hc-event-hero{position:relative;overflow:hidden;display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:28px;border:1px solid var(--ev-border);border-radius:var(--ev-radius-lg);background:linear-gradient(135deg,#fffffff5,#f8fafce6),radial-gradient(circle at 88% 20%,rgba(37,99,235,.18),transparent 30%);box-shadow:var(--ev-shadow-md)}.hc-event-hero:after{content:"";position:absolute;top:-95px;right:-100px;width:300px;height:300px;border-radius:999px;background:linear-gradient(135deg,#2563eb33,#7c3aed24);filter:blur(4px);pointer-events:none}.hc-event-hero>*{position:relative;z-index:1}.hc-eyebrow{display:inline-flex;align-items:center;gap:9px;margin-bottom:12px;padding:7px 11px;border:1px solid rgba(37,99,235,.18);border-radius:999px;background:#2563eb14;color:var(--ev-primary);font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.hc-eyebrow:before{content:"";width:8px;height:8px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 6px #22c55e21}.hc-event-hero h2{margin:0;color:var(--ev-text);font-size:clamp(34px,4vw,54px);line-height:1.02;font-weight:950;letter-spacing:-.055em}.hc-event-hero p{max-width:760px;margin:13px 0 0;color:var(--ev-muted);font-size:15.5px;line-height:1.65;font-weight:650}.hc-hero-actions{display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;gap:10px;min-width:380px}.event-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:18px}.event-stat-card{position:relative;overflow:hidden;min-height:126px;padding:18px;border:1px solid var(--ev-border);border-radius:var(--ev-radius-md);background:#ffffffeb;box-shadow:var(--ev-shadow-sm);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.event-stat-card:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(37,99,235,.1),transparent 38%);opacity:0;transition:opacity .18s ease}.event-stat-card:hover{transform:translateY(-2px);border-color:#2563eb33;box-shadow:var(--ev-shadow-md)}.event-stat-card:hover:after{opacity:1}.event-stat-card>*{position:relative;z-index:1}.event-stat-icon{display:grid;place-items:center;width:44px;height:44px;margin-bottom:14px;border-radius:16px;background:var(--ev-primary-soft);font-size:20px}.event-stat-card span{display:block;color:var(--ev-muted);font-size:11px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.event-stat-card strong{display:block;margin-top:7px;color:var(--ev-text);font-size:clamp(24px,2.2vw,34px);line-height:1;font-weight:950;letter-spacing:-.045em}.event-stat-card small{display:block;margin-top:8px;color:var(--ev-muted);font-size:12.5px;line-height:1.35}.hc-toolbar.hc-event-toolbar,.hc-event-toolbar{display:grid;grid-template-columns:minmax(260px,1fr) minmax(150px,.38fr) minmax(170px,.44fr) auto auto;gap:12px;align-items:center;margin-top:18px;padding:16px;border:1px solid var(--ev-border);border-radius:var(--ev-radius-lg);background:#ffffffeb;box-shadow:var(--ev-shadow-sm)}.event-search-wrap{position:relative;display:flex;align-items:center;min-width:0}.event-search-wrap span{position:absolute;left:16px;color:var(--ev-soft-text);font-size:18px;pointer-events:none}.event-search-wrap input{width:100%;padding-left:44px!important}.hc-event-toolbar input,.hc-event-toolbar select,.event-field input,.event-field textarea{width:100%;min-height:44px;border:1px solid var(--ev-border);border-radius:999px;background:#fff;color:var(--ev-text);padding:11px 14px;font-size:14px;font-weight:750;outline:none;box-shadow:0 8px 18px #0f172a09;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.hc-event-toolbar input::placeholder,.event-field input::placeholder,.event-field textarea::placeholder{color:#94a3b8;font-weight:650}.hc-event-toolbar input:focus,.hc-event-toolbar select:focus,.event-field input:focus,.event-field textarea:focus{border-color:#2563eb80;box-shadow:var(--ev-focus)}.hc-event-toolbar select{appearance:none;padding-right:34px;background-image:linear-gradient(45deg,transparent 50%,#64748b 50%),linear-gradient(135deg,#64748b 50%,transparent 50%);background-position:calc(100% - 18px) calc(50% - 2px),calc(100% - 13px) calc(50% - 2px);background-size:5px 5px,5px 5px;background-repeat:no-repeat}.event-view-toggle{display:inline-flex;align-items:center;gap:4px;min-height:44px;padding:4px;border:1px solid var(--ev-border);border-radius:999px;background:var(--ev-surface-soft);white-space:nowrap}.event-view-toggle button{min-height:34px;padding:8px 13px;border:0;border-radius:999px;background:transparent;color:#64748b;font-size:12.5px;font-weight:950;transition:color .18s ease,background .18s ease,box-shadow .18s ease}.event-view-toggle button.active{color:var(--ev-primary);background:#fff;box-shadow:0 8px 18px #0f172a14}.events-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:18px}.event-card{overflow:hidden;border:1px solid var(--ev-border);border-radius:var(--ev-radius-lg);background:#fffffff0;box-shadow:var(--ev-shadow-sm);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.event-card:hover{transform:translateY(-3px);border-color:#2563eb38;box-shadow:var(--ev-shadow-md)}.event-media{position:relative;min-height:210px;background:radial-gradient(circle at top right,rgba(37,99,235,.14),transparent 42%),linear-gradient(135deg,#eef2ff,#f8fafc)}.event-poster{width:100%;height:240px;display:block;object-fit:cover;cursor:zoom-in}.event-placeholder{display:grid;place-items:center;width:100%;height:240px;color:var(--ev-primary);background:radial-gradient(circle at top right,rgba(37,99,235,.14),transparent 42%),linear-gradient(135deg,#eef2ff,#f8fafc);font-size:58px}.event-body{padding:17px}.event-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.event-title{color:var(--ev-text);font-size:17px;font-weight:950;line-height:1.25;letter-spacing:-.025em;overflow-wrap:anywhere}.event-countdown{margin-top:5px;color:var(--ev-primary);font-size:12.5px;font-weight:900}.event-meta,.event-date{margin-top:10px;color:var(--ev-muted);font-size:13.5px;line-height:1.45;font-weight:750}.event-desc{min-height:42px;margin:12px 0 0;color:#475569;font-size:13.5px;line-height:1.55}.event-desc.muted{color:var(--ev-soft-text)}.event-actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:16px}.event-actions .btn{min-height:36px;padding:8px 12px;font-size:12.5px}.badge{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:6px 10px;border-radius:999px;font-size:11px;font-weight:950;line-height:1;letter-spacing:.04em;white-space:nowrap}.event-media .badge{position:absolute;top:14px;right:14px;box-shadow:0 10px 24px #0f172a1f}.badge.upcoming{color:#1d4ed8;background:#eff6fff5;border:1px solid rgba(37,99,235,.18)}.badge.today{color:#b45309;background:#fffbebf5;border:1px solid rgba(245,158,11,.22)}.badge.past{color:#475569;background:#f1f5f9f5;border:1px solid rgba(148,163,184,.24)}.events-grid.events-list-view{display:grid;grid-template-columns:1fr}.event-list-row{display:grid;grid-template-columns:82px minmax(0,1fr) auto;gap:18px;align-items:center;padding:18px;border:1px solid var(--ev-border);border-radius:var(--ev-radius-lg);background:#fffffff0;box-shadow:var(--ev-shadow-sm);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.event-list-row:hover{transform:translateY(-2px);border-color:#2563eb38;box-shadow:var(--ev-shadow-md)}.event-list-date{display:grid;place-items:center;min-height:74px;border-radius:20px;background:linear-gradient(135deg,#2563eb1c,#7c3aed1a)}.event-list-date strong{color:var(--ev-text);font-size:28px;font-weight:950;line-height:1}.event-list-date span{margin-top:4px;color:var(--ev-primary);font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.event-list-main{min-width:0}.event-list-main p{max-width:860px;margin:8px 0 0;color:var(--ev-muted);font-size:13.5px;line-height:1.5}.event-list-side{display:grid;justify-items:end;gap:12px}.event-empty-state,.event-error-state{grid-column:1 / -1;display:grid;place-items:center;text-align:center;min-height:360px;padding:42px 20px;border:1px solid var(--ev-border);border-radius:var(--ev-radius-lg);background:#ffffffeb;box-shadow:var(--ev-shadow-sm)}.event-empty-state>div,.event-error-state>div{display:grid;place-items:center;width:78px;height:78px;margin-bottom:16px;border-radius:26px;background:linear-gradient(135deg,#2563eb21,#7c3aed21);font-size:34px}.event-error-state>div{background:var(--ev-red-soft)}.event-empty-state strong,.event-error-state strong{display:block;color:var(--ev-text);font-size:22px;font-weight:950;letter-spacing:-.03em}.event-empty-state p,.event-error-state p{max-width:440px;margin:8px 0 18px;color:var(--ev-muted);font-size:14px;line-height:1.6}.event-skeleton{padding-bottom:18px}.event-skel{position:relative;overflow:hidden;background:#e2e8f0}.event-skel:after{content:"";position:absolute;inset:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.72),transparent);animation:evShimmer 1.25s infinite}.event-skel.poster{height:240px}.event-skel.title{width:70%;height:24px;margin:18px 18px 0;border-radius:12px}.event-skel.line{width:calc(100% - 36px);height:16px;margin:14px 18px 0;border-radius:999px}.event-skel.line.short{width:52%}@keyframes evShimmer{to{transform:translate(100%)}}.cf-modal{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;padding:24px;background:#0f172a85;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cf-modal.hidden,.hidden{display:none!important}.hc-modal-content.event-modal-content,.event-modal-content{width:min(1040px,96vw);max-height:92vh;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(226,232,240,.86);border-radius:28px;background:#fff;box-shadow:var(--ev-shadow-lg)}.event-modal-header{display:flex;justify-content:space-between;gap:18px;padding:24px 28px;border-bottom:1px solid rgba(226,232,240,.9);background:radial-gradient(circle at top right,rgba(37,99,235,.12),transparent 34%),linear-gradient(135deg,#fff,#f8fafc)}.event-modal-header h3{margin:0;color:var(--ev-text);font-size:30px;font-weight:950;letter-spacing:-.04em;line-height:1.1}.event-modal-header p{margin:8px 0 0;color:var(--ev-muted);font-size:13.5px;line-height:1.5}.event-modal-close{flex:0 0 auto;display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(148,163,184,.3);border-radius:999px;background:#fff;color:var(--ev-text);font-size:18px;font-weight:950;transition:background .18s ease,transform .18s ease}.event-modal-close:hover{background:var(--ev-surface-muted);transform:translateY(-1px)}.event-modal-body{display:grid;gap:18px;flex:1;min-height:0;overflow-y:auto;padding:22px 28px 120px;background:#f8fafc;scroll-padding-bottom:120px}.event-form-section{padding:18px;border:1px solid rgba(226,232,240,.94);border-radius:22px;background:#fff;box-shadow:0 10px 24px #0f172a0b}.event-section-title{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}.event-section-title>span{flex:0 0 auto;display:grid;place-items:center;width:34px;height:34px;border-radius:13px;background:var(--ev-primary-soft);color:var(--ev-primary);font-size:12px;font-weight:950}.event-section-title strong{display:block;color:var(--ev-text);font-size:17px;font-weight:950;letter-spacing:-.02em}.event-section-title p{margin:4px 0 0;color:var(--ev-muted);font-size:13px;line-height:1.45}.event-form-grid{display:grid;gap:14px}.event-form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.event-field{display:grid;gap:7px;margin:0 0 14px}.event-field:last-child{margin-bottom:0}.event-field>span,.event-field label{color:#334155;font-size:12px;font-weight:950;letter-spacing:.04em;text-transform:uppercase}.event-field textarea{min-height:118px;resize:vertical;border-radius:15px;line-height:1.5}.event-field small{display:block;color:var(--ev-muted);font-size:12px;line-height:1.4}.event-field small[data-error-for]{display:none;color:var(--ev-red);font-weight:800}.event-field small[data-error-for].show{display:block}.event-field-error{border-color:#dc262699!important;box-shadow:0 0 0 4px #dc26261a!important}.event-poster-uploader{display:grid;grid-template-columns:300px minmax(0,1fr);gap:18px;align-items:start}.poster-preview{overflow:hidden;display:grid;place-items:center;text-align:center;min-height:210px;border:1px dashed rgba(148,163,184,.55);border-radius:20px;background:radial-gradient(circle at top right,rgba(37,99,235,.12),transparent 42%),#f8fafc;color:var(--ev-muted)}.poster-preview>div{font-size:44px}.poster-preview span{display:block;margin-top:8px;padding:0 12px;color:var(--ev-muted);font-size:13px;font-weight:750;overflow-wrap:anywhere}.poster-preview img{width:100%;height:210px;display:block;object-fit:cover}.event-modal-actions,.modal-actions.event-modal-actions{position:sticky;bottom:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:16px;flex:0 0 auto;margin:0;padding:18px 28px;border-top:1px solid rgba(226,232,240,.9);background:#fffffff5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 -14px 34px #0f172a14}.event-modal-actions>div:last-child{display:flex;gap:10px;margin-left:auto}.event-save-status{color:var(--ev-muted);font-size:13px;font-weight:800}.event-save-status:not(:empty){padding:8px 10px;border-radius:999px;background:var(--ev-surface-muted)}.hc-page{min-height:100vh}.hc-page-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.hc-page-header h2{margin:0;color:var(--ev-text);font-size:32px;font-weight:950;letter-spacing:-.045em}.hc-toolbar{display:flex;gap:10px;align-items:center}.hc-modal-content{background:#fff}@media(max-width:1500px){.events-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hc-event-toolbar{grid-template-columns:minmax(260px,1fr) minmax(140px,.45fr) minmax(160px,.48fr)}.event-view-toggle,#clearEventFiltersBtn{width:100%}.event-view-toggle{justify-content:center}.event-view-toggle button{flex:1}}@media(max-width:1180px){.hc-events-page{padding:22px}.hc-event-hero{flex-direction:column}.hc-hero-actions{justify-content:flex-start;width:100%;min-width:0}.event-stats,.hc-event-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}.event-search-wrap{grid-column:1 / -1}.event-poster-uploader{grid-template-columns:1fr}.poster-preview,.poster-preview img{min-height:240px;height:240px}}@media(max-width:820px){.hc-events-page{padding:16px}.hc-event-hero,.event-card,.event-list-row,.event-stat-card,.hc-event-toolbar,.event-modal-content,.event-form-section{border-radius:22px}.events-grid,.event-stats,.event-list-row{grid-template-columns:1fr}.event-list-date{width:82px}.event-list-side{justify-items:start}.hc-event-toolbar{grid-template-columns:1fr}.hc-hero-actions{display:grid;grid-template-columns:1fr}.hc-hero-actions .btn,.hc-event-toolbar .btn,.event-view-toggle{width:100%}.cf-modal{align-items:end;padding:10px}.hc-modal-content.event-modal-content,.event-modal-content{width:100%;max-height:96vh;border-radius:24px 24px 0 0}.event-modal-header,.event-modal-body,.event-modal-actions{padding-left:16px;padding-right:16px}.event-modal-body{padding-bottom:150px;scroll-padding-bottom:150px}.event-modal-actions{align-items:stretch;flex-direction:column}.event-modal-actions>div:last-child{width:100%;display:grid;grid-template-columns:1fr 1fr;margin-left:0}.event-modal-actions .btn{width:100%;min-height:52px}.event-form-grid.two{grid-template-columns:1fr}}@media(max-width:520px){.hc-events-page{padding:10px}.hc-event-hero{padding:20px}.hc-event-hero h2{font-size:34px}.hc-event-hero p{font-size:14px}.event-media,.event-poster,.event-placeholder{height:210px;min-height:210px}.event-actions{display:grid;grid-template-columns:1fr}.event-actions .btn{width:100%}.event-modal-header h3{font-size:25px}.event-section-title{flex-direction:column}.event-modal-actions>div:last-child{grid-template-columns:1fr}.poster-preview,.poster-preview img{min-height:210px;height:210px}}.dark .hc-events-page,[data-theme=dark] .hc-events-page{--ev-bg: #020617;--ev-surface: #0f172a;--ev-surface-soft: #111827;--ev-surface-muted: #1e293b;--ev-text: #f8fafc;--ev-muted: #94a3b8;--ev-soft-text: #64748b;--ev-border: rgba(148, 163, 184, .18);--ev-border-strong: rgba(148, 163, 184, .28);background:radial-gradient(circle at top left,rgba(37,99,235,.24),transparent 34%),radial-gradient(circle at top right,rgba(124,58,237,.18),transparent 30%),linear-gradient(180deg,#020617,#0f172a)}.dark .hc-event-hero,.dark .event-stat-card,.dark .hc-event-toolbar,.dark .event-card,.dark .event-list-row,.dark .event-empty-state,.dark .event-error-state,.dark .event-form-section,.dark .event-modal-content,[data-theme=dark] .hc-event-hero,[data-theme=dark] .event-stat-card,[data-theme=dark] .hc-event-toolbar,[data-theme=dark] .event-card,[data-theme=dark] .event-list-row,[data-theme=dark] .event-empty-state,[data-theme=dark] .event-error-state,[data-theme=dark] .event-form-section,[data-theme=dark] .event-modal-content{background:#0f172aeb}.dark .event-modal-header,.dark .event-modal-actions,[data-theme=dark] .event-modal-header,[data-theme=dark] .event-modal-actions{background:#0f172af5}.dark .btn,.dark .event-view-toggle,.dark .hc-event-toolbar input,.dark .hc-event-toolbar select,.dark .event-field input,.dark .event-field textarea,.dark .poster-preview,[data-theme=dark] .btn,[data-theme=dark] .event-view-toggle,[data-theme=dark] .hc-event-toolbar input,[data-theme=dark] .hc-event-toolbar select,[data-theme=dark] .event-field input,[data-theme=dark] .event-field textarea,[data-theme=dark] .poster-preview{background:#0f172af5;color:var(--ev-text)}@media print{.hc-events-page{padding:0;background:#fff}.hc-hero-actions,.hc-event-toolbar,.event-actions,.cf-modal{display:none!important}.hc-event-hero,.event-card,.event-stat-card,.event-list-row{box-shadow:none}.events-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.events-grid.events-calendar-view{display:block}.event-calendar-shell{overflow:hidden;border:1px solid var(--ev-border);border-radius:var(--ev-radius-lg);background:#fffffff0;box-shadow:var(--ev-shadow-sm)}.event-calendar-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:20px;border-bottom:1px solid rgba(226,232,240,.86);background:radial-gradient(circle at top right,rgba(37,99,235,.12),transparent 34%),linear-gradient(135deg,#fff,#f8fafc)}.event-calendar-header span{display:block;color:var(--ev-primary);font-size:11px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.event-calendar-header h3{margin:5px 0 0;color:var(--ev-text);font-size:28px;font-weight:950;letter-spacing:-.04em}.event-calendar-header p{margin:7px 0 0;color:var(--ev-muted);font-size:13.5px;line-height:1.5}.event-calendar-legend{display:flex;align-items:center;flex-wrap:wrap;gap:8px;justify-content:flex-end}.event-calendar-legend span{display:inline-flex;align-items:center;gap:7px;min-height:30px;padding:7px 10px;border:1px solid rgba(226,232,240,.9);border-radius:999px;background:#fff;color:#475569;font-size:11.5px;font-weight:900;letter-spacing:0;text-transform:none}.event-calendar-legend i{width:9px;height:9px;border-radius:999px}.event-calendar-legend .has-poster{background:var(--ev-primary)}.event-calendar-legend .no-poster{background:var(--ev-orange)}.event-calendar-legend .today-dot{background:var(--ev-green)}.event-calendar-weekdays{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));border-bottom:1px solid rgba(226,232,240,.86);background:#f8fafc}.event-calendar-weekdays div{padding:12px;color:#475569;font-size:11px;font-weight:950;letter-spacing:.08em;text-align:center;text-transform:uppercase}.event-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.event-calendar-cell{min-height:170px;padding:10px;border-right:1px solid rgba(226,232,240,.82);border-bottom:1px solid rgba(226,232,240,.82);background:#fff}.event-calendar-cell:nth-child(7n){border-right:0}.event-calendar-cell.is-empty{background:#f8fafcb3}.event-calendar-cell.is-today{background:linear-gradient(135deg,#16a34a13,#fffffff5);box-shadow:inset 0 0 0 2px #16a34a38}.event-calendar-day{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:9px}.event-calendar-day strong{display:grid;place-items:center;width:30px;height:30px;border-radius:999px;color:var(--ev-text);font-size:13px;font-weight:950}.event-calendar-cell.is-today .event-calendar-day strong{background:var(--ev-green);color:#fff}.event-calendar-day span{color:var(--ev-green);font-size:11px;font-weight:950}.event-calendar-events{display:grid;gap:7px}.event-calendar-empty-day{display:grid;place-items:center;min-height:78px;color:#cbd5e1;font-size:12px;font-weight:800;border:1px dashed rgba(203,213,225,.9);border-radius:13px}.event-calendar-item{display:flex;align-items:center;gap:8px;width:100%;min-width:0;min-height:42px;padding:7px;border:1px solid rgba(226,232,240,.92);border-radius:13px;background:#fff;text-align:left;cursor:pointer;transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease}.event-calendar-item:hover{transform:translateY(-1px);border-color:#2563eb47;background:#2563eb0b;box-shadow:0 8px 18px #0f172a12}.event-calendar-item.with-poster{border-left:4px solid var(--ev-primary)}.event-calendar-item.without-poster{border-left:4px solid var(--ev-orange)}.event-calendar-item.today{background:#f59e0b14}.event-calendar-item.past{opacity:.74}.event-calendar-item img{flex:0 0 auto;width:34px;height:34px;border-radius:10px;object-fit:cover;background:#f1f5f9}.event-calendar-icon{flex:0 0 auto;display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--ev-orange-soft);font-size:15px}.event-calendar-item span{min-width:0}.event-calendar-item b{display:block;color:var(--ev-text);font-size:12.5px;font-weight:950;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.event-calendar-item small{display:block;margin-top:3px;color:var(--ev-muted);font-size:11px;font-weight:850}.event-calendar-more{min-height:30px;border:1px dashed rgba(148,163,184,.5);border-radius:999px;background:#f8fafc;color:var(--ev-primary);font-size:12px;font-weight:950}@media(max-width:1180px){.event-calendar-grid,.event-calendar-weekdays{min-width:980px}.event-calendar-shell{overflow-x:auto}}@media(max-width:820px){.event-calendar-header{flex-direction:column}.event-calendar-legend{justify-content:flex-start}.event-calendar-cell{min-height:155px}}@media(max-width:520px){.event-calendar-header h3{font-size:24px}.event-calendar-grid,.event-calendar-weekdays{min-width:920px}}.dark .event-calendar-shell,.dark .event-calendar-cell,[data-theme=dark] .event-calendar-shell,[data-theme=dark] .event-calendar-cell{background:#0f172af0}.dark .event-calendar-header,.dark .event-calendar-weekdays,[data-theme=dark] .event-calendar-header,[data-theme=dark] .event-calendar-weekdays,.dark .event-calendar-item,.dark .event-calendar-legend span,.dark .event-calendar-more,[data-theme=dark] .event-calendar-item,[data-theme=dark] .event-calendar-legend span,[data-theme=dark] .event-calendar-more{background:#0f172af5}@media(max-width:820px){.hc-page.hc-events-page,.hc-events-page{width:100%;max-width:100%;overflow-x:hidden;padding-left:14px!important;padding-right:14px!important;padding-bottom:120px!important}.hc-toolbar.hc-event-toolbar,.hc-event-toolbar{width:100%;max-width:100%;display:grid!important;grid-template-columns:1fr!important;gap:12px!important;padding:14px!important;overflow:hidden!important}.event-search-wrap,.event-search-wrap input,.hc-event-toolbar select,.event-view-toggle,.hc-event-toolbar .btn{width:100%!important;max-width:100%!important;min-width:0!important}.event-view-toggle{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important}.event-view-toggle button{width:100%!important;padding-left:8px!important;padding-right:8px!important}.events-grid{width:100%;max-width:100%;overflow:visible}.event-card{width:100%;max-width:100%;overflow:hidden}.event-media,.event-poster,.event-placeholder{height:230px!important;min-height:230px!important}.event-body{padding:16px!important}.event-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin-top:18px!important}.event-actions .btn{width:100%!important;min-height:48px!important;justify-content:center!important}}@media(max-width:520px){.hc-page.hc-events-page,.hc-events-page{padding-left:10px!important;padding-right:10px!important;padding-bottom:130px!important}.hc-event-hero,.event-stats,.hc-event-toolbar,.events-grid{margin-left:0!important;margin-right:0!important}.hc-event-hero{padding:18px!important}.hc-event-hero h2{font-size:30px!important}.hc-event-hero p{font-size:14px!important;line-height:1.55!important}.hc-hero-actions{display:grid!important;grid-template-columns:1fr!important;width:100%!important;min-width:0!important}.hc-hero-actions .btn{width:100%!important}.event-search-wrap input,.hc-event-toolbar select{min-height:56px!important;border-radius:22px!important;font-size:15px!important}.event-card{border-radius:24px!important}.event-title{font-size:20px!important}.event-meta,.event-date,.event-desc{font-size:15px!important}.event-media,.event-poster,.event-placeholder{height:220px!important;min-height:220px!important}}@media(max-width:820px){body:has(.hc-events-page){overflow-x:hidden}.hc-events-page:after{content:"";display:block;height:90px}}:root{--ss-bg: #f6f9ff;--ss-bg-2: #eef5ff;--ss-card: rgba(255, 255, 255, .92);--ss-card-solid: #ffffff;--ss-text: #0f172a;--ss-muted: #64748b;--ss-soft: #e2e8f0;--ss-blue: #2563eb;--ss-blue-2: #1d4ed8;--ss-green: #10b981;--ss-shadow: 0 24px 70px rgba(15, 23, 42, .1);--ss-shadow-soft: 0 18px 46px rgba(15, 23, 42, .075);--ss-radius-xl: 34px;--ss-radius-lg: 26px;--ss-max: 1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0}.ss-landing{min-height:100vh;overflow-x:hidden;color:var(--ss-text);background:radial-gradient(circle at 0% 0%,rgba(37,99,235,.12),transparent 34%),radial-gradient(circle at 100% 0%,rgba(16,185,129,.12),transparent 34%),linear-gradient(180deg,#f8fbff,#f4f8ff 45%,#fff);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.ss-nav-wrap{position:sticky;top:0;z-index:1000;padding:16px 22px 0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.ss-nav{width:min(var(--ss-max),100%);min-height:74px;margin:0 auto;display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:24px;padding:12px 16px;border:1px solid rgba(226,232,240,.9);border-radius:999px;background:#ffffffd1;box-shadow:0 20px 52px #0f172a14}.ss-brand{display:inline-flex;align-items:center;min-width:0}.ss-brand img{height:38px;width:auto;display:block}.ss-links{justify-self:center;display:flex;align-items:center;gap:6px}.ss-links a{display:inline-flex;align-items:center;min-height:40px;padding:0 14px;border-radius:999px;color:#475569;font-size:14px;font-weight:850;transition:.16s ease}.ss-links a:hover{color:var(--ss-blue);background:#eff6ff}.ss-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.ss-signin,.ss-button-reset{min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:0 16px;border:0;border-radius:999px;background:transparent;color:#0f172a;font-size:14px;font-weight:900;cursor:pointer}.ss-signin:hover{background:#f1f5f9}.ss-mobile-toggle{display:none;width:46px;height:46px;border:1px solid #dbe3ef;border-radius:16px;background:#fff;cursor:pointer}.ss-mobile-toggle span{display:block;width:18px;height:2px;margin:4px auto;border-radius:999px;background:#0f172a;transition:.18s ease}.ss-mobile-toggle.open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.ss-mobile-toggle.open span:nth-child(2){opacity:0}.ss-mobile-toggle.open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.ss-mobile-menu{width:min(var(--ss-max),calc(100% - 44px));margin:10px auto 0;display:grid;gap:8px;padding:14px;border:1px solid #e2e8f0;border-radius:24px;background:#fffffff5;box-shadow:var(--ss-shadow)}.ss-mobile-menu a{min-height:44px;display:flex;align-items:center;padding:0 14px;border-radius:14px;color:#334155;font-weight:900}.ss-mobile-menu a:hover,.ss-mobile-primary{color:#fff!important;background:var(--ss-blue)!important}.ss-btn{min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:0 20px;border-radius:999px;border:1px solid transparent;font-size:14px;font-weight:950;white-space:nowrap;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease}.ss-btn:hover{transform:translateY(-2px)}.ss-btn-primary{color:#fff;background:linear-gradient(135deg,var(--ss-blue),var(--ss-blue-2));box-shadow:0 18px 42px #2563eb47}.ss-btn-primary:hover{box-shadow:0 24px 54px #2563eb57}.ss-btn-secondary{color:#0f172a;background:#fff;border-color:#dbe3ef;box-shadow:0 12px 28px #0f172a12}.ss-btn-secondary:hover{border-color:#93c5fd;background:#eff6ff}.ss-hero{position:relative;width:min(var(--ss-max),calc(100% - 44px));margin:32px auto 24px;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr);align-items:center;gap:36px;min-height:720px;padding:58px;border:1px solid rgba(226,232,240,.95);border-radius:46px;background:radial-gradient(circle at top right,rgba(37,99,235,.14),transparent 38%),#ffffffdb;box-shadow:var(--ss-shadow);overflow:hidden}.ss-hero:before{content:"";position:absolute;width:520px;height:520px;right:-180px;top:-220px;border-radius:999px;background:#2563eb21;filter:blur(10px)}.ss-hero:after{content:"";position:absolute;width:360px;height:360px;left:-160px;bottom:-120px;border-radius:999px;background:#10b98121;filter:blur(10px)}.ss-hero-copy,.ss-hero-visual{position:relative;z-index:1}.ss-pill{width:fit-content;min-height:38px;display:inline-flex;align-items:center;gap:10px;padding:0 15px;border-radius:999px;background:#ecfdf5;color:#047857;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.075em;margin-bottom:20px}.ss-pill span{width:9px;height:9px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 6px #22c55e26}.ss-hero h1{max-width:720px;margin:0;color:var(--ss-text);font-size:clamp(56px,6vw,92px);line-height:.94;letter-spacing:-.075em;font-weight:950}.ss-hero h1 span{display:block;background:linear-gradient(135deg,#0f172a,#1d4ed8);-webkit-background-clip:text;background-clip:text;color:transparent}.ss-hero p{max-width:650px;margin:24px 0 0;color:#64748b;font-size:18px;line-height:1.68;font-weight:750}.ss-hero-buttons{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:30px}.ss-hero-proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:32px}.ss-hero-proof div{min-width:0;padding:16px;border:1px solid #e2e8f0;border-radius:22px;background:#ffffffb8}.ss-hero-proof strong{display:block;color:#0f172a;font-size:16px;font-weight:950}.ss-hero-proof span{display:block;margin-top:5px;color:#64748b;font-size:12px;line-height:1.35;font-weight:800}.ss-command-card{position:relative;padding:20px;border:1px solid #dbeafe;border-radius:34px;background:linear-gradient(180deg,#fffffff5,#f8fbfff0);box-shadow:0 34px 80px #0f172a29,inset 0 1px #ffffffd9}.ss-command-card:before{content:"";position:absolute;inset:-12px;z-index:-1;border-radius:42px;background:linear-gradient(135deg,#2563eb29,#10b9811f);filter:blur(18px)}.ss-command-top,.ss-chart-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.ss-command-top{padding:8px 4px 18px}.ss-command-top>div{display:flex;align-items:center;gap:10px}.ss-live-dot{width:11px;height:11px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 7px #22c55e24}.ss-command-top strong,.ss-chart-head strong{color:#0f172a;font-size:14px;font-weight:950}.ss-command-top small{color:#047857;font-size:12px;font-weight:950}.ss-command-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.ss-command-stats div{padding:14px;border:1px solid #e2e8f0;border-radius:20px;background:#fff}.ss-command-stats span{display:block;color:#64748b;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.06em}.ss-command-stats strong{display:block;margin-top:8px;color:#0f172a;font-size:22px;font-weight:950;letter-spacing:-.04em}.ss-command-stats small{display:block;margin-top:5px;color:#64748b;font-size:11px;font-weight:750}.ss-chart-card{margin-top:12px;padding:16px;border:1px solid #e2e8f0;border-radius:24px;background:#fff}.ss-chart-head span{color:#047857;font-size:12px;font-weight:950}.ss-chart-bars{height:180px;display:flex;align-items:end;gap:12px;padding:18px 8px 4px}.ss-chart-bars i{flex:1;min-width:18px;border-radius:999px 999px 8px 8px;background:linear-gradient(180deg,#60a5fa,#2563eb);box-shadow:0 12px 28px #2563eb38}.ss-command-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.ss-mini-module{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:10px;padding:12px;border:1px solid #e2e8f0;border-radius:20px;background:#fff}.ss-mini-module>span{width:42px;height:42px;display:grid;place-items:center;border-radius:16px;background:#eff6ff;font-size:20px}.ss-mini-module strong{display:block;color:#0f172a;font-size:13px;font-weight:950}.ss-mini-module small{display:block;margin-top:3px;color:#64748b;font-size:11px;font-weight:750}.ss-trust{width:min(var(--ss-max),calc(100% - 44px));margin:0 auto 26px;padding:22px;border:1px solid #e2e8f0;border-radius:28px;background:#ffffffc7;box-shadow:var(--ss-shadow-soft)}.ss-trust p{margin:0 0 14px;color:#64748b;text-align:center;font-size:13px;font-weight:850}.ss-trust-logos{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap}.ss-trust-logos span{min-height:38px;display:inline-flex;align-items:center;padding:0 16px;border-radius:999px;background:#f8fafc;color:#475569;border:1px solid #e2e8f0;font-size:13px;font-weight:950}.ss-section,.ss-industries,.ss-architecture,.ss-security,.ss-demo-section,.ss-cta{width:min(var(--ss-max),calc(100% - 44px));margin:0 auto 28px}.ss-section{padding:74px 0}.ss-section-head{max-width:760px;margin:0 auto 34px;text-align:center}.ss-section-kicker{width:fit-content;min-height:34px;display:inline-flex;align-items:center;padding:0 13px;margin-bottom:14px;border-radius:999px;background:#ecfdf5;color:#047857;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.075em}.ss-section-head h2,.ss-industries h2,.ss-architecture h2,.ss-security h2,.ss-demo-copy h2,.ss-cta h2{margin:0;color:#0f172a;font-size:clamp(36px,4.4vw,64px);line-height:.98;letter-spacing:-.06em;font-weight:950}.ss-section-head p,.ss-industries p,.ss-architecture p,.ss-security p,.ss-demo-copy p,.ss-cta p{margin:16px 0 0;color:#64748b;font-size:16px;line-height:1.65;font-weight:750}.ss-platform-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);gap:18px}.ss-platform-card{min-width:0;padding:24px;border:1px solid #e2e8f0;border-radius:30px;background:#fff;box-shadow:var(--ss-shadow-soft)}.ss-platform-card.large{grid-row:span 3;padding:28px}.ss-platform-card-head{display:flex;align-items:center;gap:12px}.ss-platform-card-head span{width:44px;height:44px;display:grid;place-items:center;border-radius:16px;background:#eff6ff;color:#1d4ed8;font-size:13px;font-weight:950}.ss-platform-card-head strong,.ss-platform-card h3{margin:0;color:#0f172a;font-size:21px;font-weight:950;letter-spacing:-.035em}.ss-platform-card p{margin:14px 0 0;color:#64748b;line-height:1.6;font-weight:750}.ss-platform-icon{width:52px;height:52px;display:grid;place-items:center;margin-bottom:16px;border-radius:18px;background:#eff6ff;font-size:24px}.ss-dashboard-mock{height:330px;display:grid;grid-template-columns:86px minmax(0,1fr);gap:14px;margin-top:24px;padding:16px;border-radius:26px;background:#f8fafc;border:1px solid #e2e8f0}.mock-sidebar{border-radius:18px;background:linear-gradient(#dbeafe 0 0) 18px 22px / 42px 10px no-repeat,linear-gradient(#bfdbfe 0 0) 18px 52px / 34px 8px no-repeat,linear-gradient(#bfdbfe 0 0) 18px 78px / 46px 8px no-repeat,#fff}.mock-main{padding:16px;border-radius:18px;background:#fff}.mock-line{width:70%;height:16px;border-radius:999px;background:#dbeafe}.mock-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px}.mock-kpis span{height:72px;border-radius:18px;background:#eff6ff}.mock-chart{height:150px;margin-top:16px;border-radius:18px;background:linear-gradient(180deg,transparent 0 24%,rgba(226,232,240,.7) 24% 25%,transparent 25% 49%,rgba(226,232,240,.7) 49% 50%,transparent 50% 74%,rgba(226,232,240,.7) 74% 75%,transparent 75%),linear-gradient(135deg,#2563eb33,#10b98138)}.ss-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.ss-feature-card{min-width:0;padding:24px;border:1px solid #e2e8f0;border-radius:30px;background:#fff;box-shadow:var(--ss-shadow-soft);transition:.18s ease}.ss-feature-card:hover,.ss-industry-card:hover,.ss-platform-card:hover,.ss-workflow-step:hover,.ss-testimonial-grid article:hover{transform:translateY(-4px);border-color:#bfdbfe;box-shadow:0 28px 70px #0f172a21}.ss-feature-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:20px;background:#eff6ff;font-size:25px;margin-bottom:18px}.ss-feature-card h3{margin:0;color:#0f172a;font-size:21px;font-weight:950;letter-spacing:-.035em}.ss-feature-card p{margin:12px 0 0;color:#64748b;line-height:1.6;font-size:14px;font-weight:750}.ss-industries{display:grid;grid-template-columns:minmax(280px,.45fr) minmax(0,1fr);gap:24px;align-items:start;padding:38px;border:1px solid #e2e8f0;border-radius:38px;background:radial-gradient(circle at top right,rgba(16,185,129,.12),transparent 36%),#fff;box-shadow:var(--ss-shadow)}.ss-industry-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.ss-industry-card{min-width:0;padding:22px;border-radius:28px;border:1px solid #e2e8f0;background:#f8fafcd6;transition:.18s ease}.ss-industry-icon{width:54px;height:54px;display:grid;place-items:center;margin-bottom:16px;border-radius:20px;background:#fff;font-size:26px}.ss-industry-card h3{margin:0;color:#0f172a;font-size:20px;font-weight:950;letter-spacing:-.035em}.ss-industry-card p{margin:10px 0 0;font-size:14px}.ss-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:16px}.ss-tags span{min-height:28px;display:inline-flex;align-items:center;padding:0 10px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:11px;font-weight:950}.ss-workflow-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.ss-workflow-step{position:relative;padding:24px;border:1px solid #e2e8f0;border-radius:30px;background:#fff;box-shadow:var(--ss-shadow-soft);transition:.18s ease}.ss-workflow-step span{width:46px;height:46px;display:grid;place-items:center;margin-bottom:18px;border-radius:999px;background:#dbeafe;color:#1d4ed8;font-size:13px;font-weight:950}.ss-workflow-step h3{margin:0;color:#0f172a;font-size:20px;font-weight:950;letter-spacing:-.035em}.ss-workflow-step p{margin:10px 0 0;color:#64748b;line-height:1.55;font-size:14px;font-weight:750}.ss-architecture{display:grid;grid-template-columns:minmax(0,.85fr) minmax(360px,1fr);gap:28px;align-items:center;padding:42px;border:1px solid #e2e8f0;border-radius:38px;background:radial-gradient(circle at top left,rgba(37,99,235,.12),transparent 36%),#fff;box-shadow:var(--ss-shadow)}.ss-arch-list{display:grid;gap:10px;margin-top:20px}.ss-arch-list div{min-height:42px;display:flex;align-items:center;padding:0 14px;border:1px solid #e2e8f0;border-radius:16px;background:#f8fafc;color:#334155;font-size:13px;font-weight:850}.ss-architecture-map{display:grid;gap:12px}.ss-arch-layer{position:relative;min-height:58px;display:flex;align-items:center;justify-content:center;padding:0 18px;border:1px solid #dbeafe;border-radius:20px;background:#fff;color:#0f172a;text-align:center;font-size:14px;font-weight:950;box-shadow:0 14px 32px #0f172a0e}.ss-arch-layer.top{background:#eff6ff}.ss-arch-layer.bottom{background:#ecfdf5;border-color:#bbf7d0}.ss-security-card{padding:42px;border:1px solid #e2e8f0;border-radius:38px;background:linear-gradient(135deg,#0f172a,#111827);color:#fff;box-shadow:var(--ss-shadow)}.ss-security h2{color:#fff}.ss-security p{max-width:680px;color:#e2e8f0d1}.ss-security-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:28px}.ss-security-item{display:grid;grid-template-columns:46px minmax(0,1fr);gap:12px;align-items:start;padding:16px;border:1px solid rgba(148,163,184,.22);border-radius:22px;background:#ffffff12}.ss-security-item span{width:46px;height:46px;display:grid;place-items:center;border-radius:16px;background:#ffffff1a;font-size:22px}.ss-security-item strong{display:block;color:#fff;font-size:14px;font-weight:950}.ss-security-item small{display:block;margin-top:5px;color:#e2e8f0c2;line-height:1.45;font-size:12px;font-weight:750}.ss-demo-section{display:grid;grid-template-columns:minmax(280px,.4fr) minmax(0,1fr);gap:28px;align-items:center;padding:42px;border:1px solid #e2e8f0;border-radius:38px;background:#fff;box-shadow:var(--ss-shadow)}.ss-video-gate{position:relative;min-height:420px;border-radius:30px;overflow:hidden;background:#0f172a}.ss-video-wrapper{position:absolute;inset:0}.ss-video-wrapper iframe{width:100%;height:100%;border:0}.ss-video-wrapper.blur{filter:blur(8px);transform:scale(1.04)}.ss-video-overlay{position:absolute;inset:0;display:grid;place-items:center;padding:22px;background:#0f172a8a}.ss-video-card{width:min(420px,100%);padding:26px;border:1px solid rgba(226,232,240,.3);border-radius:28px;background:#fffffff2;text-align:center;box-shadow:0 30px 90px #00000059}.ss-video-icon{width:58px;height:58px;display:grid;place-items:center;margin:0 auto 14px;border-radius:999px;background:#2563eb;color:#fff;font-size:22px;font-weight:950}.ss-video-card h3{margin:0;color:#0f172a;font-size:28px;font-weight:950;letter-spacing:-.045em}.ss-video-card p{margin:8px 0 18px;color:#64748b;font-weight:750}.ss-demo-form{display:grid;gap:10px}.ss-demo-form input{width:100%;min-height:48px;border:1px solid #dbe3ef;border-radius:16px;background:#fff;color:#0f172a;padding:0 14px;outline:none;font-size:14px;font-weight:800}.ss-demo-form input:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.ss-demo-form button{min-height:48px;border:0;border-radius:16px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-size:14px;font-weight:950;cursor:pointer}.ss-video-card a{display:inline-flex;margin-top:14px;color:#1d4ed8;font-size:13px;font-weight:950}.ss-demo-error{margin-top:12px;padding:10px 12px;border-radius:14px;background:#fef2f2;color:#b91c1c;font-size:12px;font-weight:850}.ss-testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.ss-testimonial-grid article{padding:24px;border:1px solid #e2e8f0;border-radius:30px;background:#fff;box-shadow:var(--ss-shadow-soft);transition:.18s ease}.ss-testimonial-grid p{margin:0;color:#334155;font-size:15px;line-height:1.6;font-weight:800}.ss-testimonial-grid strong{display:block;margin-top:18px;color:#0f172a;font-size:14px;font-weight:950}.ss-testimonial-grid span{display:block;margin-top:4px;color:#64748b;font-size:12px;font-weight:800}.ss-faq-list{max-width:880px;margin:0 auto;display:grid;gap:12px}.ss-faq-list details{border:1px solid #e2e8f0;border-radius:22px;background:#fff;box-shadow:0 14px 34px #0f172a0e;overflow:hidden}.ss-faq-list summary{min-height:62px;display:flex;align-items:center;padding:0 20px;color:#0f172a;font-size:15px;font-weight:950;cursor:pointer}.ss-faq-list p{margin:0;padding:0 20px 20px;color:#64748b;line-height:1.6;font-weight:750}.ss-cta{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;padding:42px;border-radius:38px;border:1px solid #dbeafe;background:radial-gradient(circle at top right,rgba(37,99,235,.18),transparent 36%),#fff;box-shadow:var(--ss-shadow)}.ss-cta h2{max-width:780px}.ss-cta p{max-width:640px}.ss-cta-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}.ss-footer{width:min(var(--ss-max),calc(100% - 44px));margin:0 auto;padding:34px 0 42px}.ss-footer-top{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:start;padding:28px;border:1px solid #e2e8f0;border-radius:30px;background:#fff;box-shadow:var(--ss-shadow-soft)}.ss-footer img{height:38px;width:auto}.ss-footer p{max-width:420px;margin:12px 0 0;color:#64748b;line-height:1.55;font-weight:750}.ss-footer-links{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.ss-footer-links a{min-height:38px;display:inline-flex;align-items:center;padding:0 12px;border-radius:999px;color:#475569;font-size:13px;font-weight:900}.ss-footer-links a:hover{background:#eff6ff;color:#1d4ed8}.ss-footer-bottom{display:flex;justify-content:space-between;gap:16px;padding:18px 4px 0;color:#64748b;font-size:12px;font-weight:800}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.show{opacity:1;transform:translateY(0)}@media(max-width:1080px){.ss-links,.ss-actions{display:none}.ss-nav{grid-template-columns:auto minmax(0,1fr) auto}.ss-mobile-toggle{display:block}.ss-hero,.ss-industries,.ss-architecture,.ss-demo-section,.ss-cta{grid-template-columns:1fr}.ss-hero{min-height:auto;padding:42px}.ss-platform-grid,.ss-feature-grid,.ss-industry-grid,.ss-workflow-grid,.ss-security-grid,.ss-testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ss-platform-card.large{grid-row:auto;grid-column:1 / -1}.ss-cta{align-items:start}.ss-cta-actions{justify-content:flex-start}}@media(max-width:720px){.ss-nav-wrap{padding:12px 12px 0}.ss-nav{min-height:66px;padding:10px 12px;border-radius:24px}.ss-brand img{height:32px}.ss-mobile-menu,.ss-hero,.ss-section,.ss-industries,.ss-architecture,.ss-security,.ss-demo-section,.ss-cta,.ss-trust,.ss-footer{width:calc(100% - 24px)}.ss-hero{margin-top:18px;padding:26px;border-radius:30px}.ss-hero h1{font-size:42px;letter-spacing:-.06em}.ss-hero p{font-size:15px}.ss-hero-buttons,.ss-cta-actions{display:grid;grid-template-columns:1fr}.ss-btn{width:100%}.ss-hero-proof,.ss-command-stats,.ss-command-grid,.ss-platform-grid,.ss-feature-grid,.ss-industry-grid,.ss-workflow-grid,.ss-security-grid,.ss-testimonial-grid{grid-template-columns:1fr}.ss-section{padding:46px 0}.ss-section-head{text-align:left}.ss-section-head h2,.ss-industries h2,.ss-architecture h2,.ss-security h2,.ss-demo-copy h2,.ss-cta h2{font-size:36px}.ss-industries,.ss-architecture,.ss-security-card,.ss-demo-section,.ss-cta{padding:24px;border-radius:30px}.ss-dashboard-mock{grid-template-columns:1fr;height:auto}.mock-sidebar{display:none}.ss-video-gate{min-height:360px}.ss-footer-top{grid-template-columns:1fr}.ss-footer-links{justify-content:flex-start}.ss-footer-bottom{flex-direction:column}}@media(max-width:420px){.ss-hero h1{font-size:36px}.ss-section-head h2,.ss-industries h2,.ss-architecture h2,.ss-security h2,.ss-demo-copy h2,.ss-cta h2{font-size:32px}.ss-command-card{padding:14px;border-radius:26px}.ss-chart-bars{height:140px}}.ss-hero{grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr)!important;align-items:center!important;gap:42px!important;min-height:auto!important;padding:52px 56px!important}.ss-hero-copy{grid-column:1!important;order:1!important;justify-self:start!important;align-self:center!important;max-width:680px!important}.ss-hero-visual{grid-column:2!important;order:2!important;justify-self:end!important;align-self:center!important;width:100%!important;max-width:520px!important}.ss-command-card{width:100%!important;max-width:520px!important;margin:0!important}.ss-hero h1{max-width:680px!important;font-size:clamp(56px,5.4vw,86px)!important;line-height:.95!important}.ss-hero p,.ss-hero-proof{max-width:620px!important}@media(max-width:1180px){.ss-hero{grid-template-columns:1fr!important;gap:32px!important}.ss-hero-copy,.ss-hero-visual{grid-column:1!important;justify-self:stretch!important;max-width:100%!important}.ss-command-card{max-width:100%!important}}@media(max-width:720px){.ss-hero{padding:26px!important}.ss-hero h1{font-size:42px!important}}.ss-hero h1{font-size:clamp(46px,4.6vw,72px)!important;line-height:.98!important;letter-spacing:-.065em!important;max-width:640px!important}.ss-hero p{max-width:600px!important;margin-top:20px!important;font-size:17px!important}.ss-hero-visual{transform:translateY(-34px)!important}.ss-command-card{max-width:500px!important}.ss-hero-buttons,.ss-hero-proof{margin-top:26px!important}@media(max-width:1180px){.ss-hero-visual{transform:translateY(-12px)!important}.ss-hero h1{font-size:clamp(42px,7vw,62px)!important}}@media(max-width:720px){.ss-hero-visual{transform:none!important}.ss-hero h1{font-size:38px!important;line-height:1!important}}.signup-hero{display:flex;height:100vh;background:linear-gradient(135deg,#1e3a8a,#2563eb);color:#fff}.signup-left{flex:1;padding:60px}.signup-left h1{font-size:42px;margin-bottom:20px}.signup-left p{font-size:18px;margin-bottom:20px}.signup-left ul{list-style:none;padding:0}.signup-left li{margin-bottom:10px}.signup-card{width:420px;background:#fff;color:#111;padding:30px;border-radius:12px;margin:auto;box-shadow:0 10px 30px #0003}.signup-card h2{margin-bottom:20px}.signup-card input{width:100%;padding:10px;margin-bottom:15px}.org-types{display:flex;gap:10px;margin-bottom:20px}.org-type{flex:1;border:1px solid #ddd;padding:10px;cursor:pointer;border-radius:8px;text-align:center;font-size:14px}.org-type span{display:block;font-size:11px;color:#666}.org-type.active{border-color:#2563eb;background:#eff6ff}.btn.full{width:100%}.signup{display:grid;grid-template-columns:1fr 1fr;min-height:100vh;background:#020617}.signup-left{display:flex;align-items:center;justify-content:center;padding:60px;background:radial-gradient(circle at 30% 40%,rgba(59,130,246,.3),transparent 50%),#020617}.signup-content{max-width:420px}.signup-left h1{font-size:42px;line-height:1.1;margin-bottom:20px}.gradient-text{background:linear-gradient(90deg,#3b82f6,#60a5fa);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.signup-left p{color:#94a3b8;margin-bottom:20px}.signup-points{display:flex;flex-direction:column;gap:10px;color:#cbd5f5}.signup-right{display:flex;align-items:center;justify-content:center;padding:40px}.signup-card{width:420px;padding:40px;border-radius:20px;background:#0f172ab3;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border:1px solid rgba(255,255,255,.08);box-shadow:0 40px 100px #0009}.input-group{position:relative;margin-bottom:20px}.input-group input{width:100%;padding:16px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#020617;color:#fff}.input-group label{position:absolute;left:14px;top:50%;transform:translateY(-50%);font-size:13px;color:#64748b;transition:.2s}.input-group input:focus+label,.input-group input:not(:placeholder-shown)+label{top:-8px;font-size:11px;color:#3b82f6}.org-types{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.org-type{padding:16px;border-radius:12px;border:1px solid rgba(255,255,255,.06);background:#ffffff05;cursor:pointer;transition:.25s}.org-type:hover{border-color:#3b82f6;transform:translateY(-2px)}.org-type.active{border-color:#3b82f6;background:#3b82f614}.org-top{display:flex;align-items:center;gap:10px;margin-bottom:6px}.org-type p{font-size:12px;color:#94a3b8}@media(max-width:900px){.signup{grid-template-columns:1fr}.signup-left{display:none}}.signup:before{content:"";position:absolute;top:0;left:40%;width:300px;height:100%;background:radial-gradient(circle,rgba(59,130,246,.15),transparent 70%);filter:blur(80px);pointer-events:none}.signup-card{animation:floatCard 6s ease-in-out infinite}@keyframes floatCard{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.btn.primary{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 15px 40px #2563eb66;transition:.25s}.btn.primary:hover{transform:translateY(-2px) scale(1.01);box-shadow:0 20px 60px #2563eb80}.org-type.active{border-color:#3b82f6;background:#3b82f61f;box-shadow:0 10px 30px #3b82f633}.signup-card h2{font-size:24px;font-weight:600;margin-bottom:20px;background:linear-gradient(90deg,#fff,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.input-group input{color:#fff}.input-group input::placeholder{color:#fff6}.org-type b{color:#fff;font-weight:600}.org-type p{color:#94a3b8}.org-type.active b{color:#3b82f6}.org-top span{font-size:18px}.auth-card{max-width:420px;margin:120px auto;padding:32px;border-radius:16px;background:#fff;box-shadow:0 10px 30px #00000014;text-align:center}.auth-card h2{margin-bottom:20px;font-size:22px;font-weight:700}.auth-card input{width:100%;padding:12px;margin-bottom:12px;border-radius:10px;border:1px solid #ddd;font-size:14px}.auth-card button{width:100%;padding:12px;border-radius:10px;border:none;background:#2563eb;color:#fff;font-weight:600;cursor:pointer}.auth-card button:hover{background:#1e40af}.auth-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at top left,rgba(37,99,235,.16),transparent 36%),linear-gradient(180deg,#fff,#f6f9ff)}.auth-card{width:100%;max-width:440px;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:28px;padding:34px;box-shadow:0 30px 80px #0f172a24}.auth-logo{display:inline-flex;margin-bottom:28px}.auth-logo img{height:34px}.auth-header h1{margin:0;font-size:34px;letter-spacing:-1px;color:#0f172a}.auth-header p{margin:10px 0 28px;color:#64748b;font-size:16px}.auth-form{display:grid;gap:12px}.auth-form label{font-weight:800;color:#0f172a;margin-top:8px}.auth-form input{height:52px;border-radius:14px;border:1px solid #dbe3ef;padding:0 16px;font-size:16px;outline:none}.auth-form input:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.auth-primary-btn{margin-top:14px;height:54px;border:0;border-radius:15px;color:#fff;font-size:16px;font-weight:800;cursor:pointer;background:linear-gradient(135deg,#2563eb,#3b82f6);box-shadow:0 16px 35px #2563eb4d}.auth-primary-btn:hover{transform:translateY(-2px)}.auth-footer-text{text-align:center;margin:24px 0 0;color:#64748b}.auth-footer-text a{color:#2563eb;font-weight:800;text-decoration:none}@media(max-width:520px){.auth-card{padding:26px;border-radius:24px}.auth-header h1{font-size:30px}}.auth-card-wide{max-width:560px}.auth-check-row{display:flex!important;align-items:center;justify-content:center;gap:10px;margin-top:16px!important;color:#334155;font-weight:700!important}.auth-check-row input{width:18px;height:18px;box-shadow:none!important}.auth-check-row span{line-height:1.4}@media(max-width:520px){.auth-card-wide{max-width:100%}}.auth-card-wide{max-width:520px;padding:28px 34px}.auth-card-wide .auth-logo{display:flex;justify-content:center;margin-bottom:18px}.auth-card-wide .auth-header{text-align:center}.auth-card-wide .auth-header h1{font-size:30px}.auth-card-wide .auth-header p{margin-bottom:20px}.auth-card-wide .auth-form{gap:8px}.auth-card-wide .auth-form label{margin-top:6px;text-align:left}.auth-card-wide .auth-form input{height:46px}.auth-card-wide .auth-check-row{margin-top:14px!important;justify-content:center}.auth-card-wide .auth-primary-btn{margin-top:8px}.ss-logo{display:flex;align-items:center;gap:10px;font-weight:700;font-size:18px;color:#0f172a}.ss-logo img{height:28px;width:auto;object-fit:contain}.login-card a,.login-card .forgot-password,.login-card .forgot-link,.login-card #forgotPassword,.auth-card a,.auth-card .forgot-password,.auth-card .forgot-link,.auth-card #forgotPassword{color:#2563eb!important;opacity:1!important;font-weight:850!important;text-decoration:none!important}.login-card a:hover,.login-card .forgot-password:hover,.login-card .forgot-link:hover,.auth-card a:hover,.auth-card .forgot-password:hover,.auth-card .forgot-link:hover{color:#1d4ed8!important;text-decoration:underline!important}.login-error,.auth-error,.error-message,.form-error,#loginError,#errorMessage,#authError{color:#b91c1c!important;background:#fef2f2!important;border:1px solid #fecaca!important;opacity:1!important;visibility:visible!important;font-size:15px!important;font-weight:850!important;line-height:1.4!important;text-align:center!important;padding:12px 14px!important;border-radius:16px!important;margin:14px 0 18px!important}.login-success,.auth-success,.form-success,#loginSuccess{color:#047857!important;background:#ecfdf5!important;border:1px solid #bbf7d0!important;opacity:1!important;font-size:15px!important;font-weight:850!important;padding:12px 14px!important;border-radius:16px!important;margin:14px 0 18px!important}.login-card p,.login-card span,.login-card div,.auth-card p,.auth-card span,.auth-card div{opacity:1}.login-card .muted,.auth-card .muted,.login-muted,.auth-muted{color:#64748b!important;opacity:1!important}.ss-contact-page{min-height:100vh;padding:18px 22px 46px;background:radial-gradient(circle at top left,rgba(37,99,235,.13),transparent 34%),radial-gradient(circle at top right,rgba(16,185,129,.12),transparent 34%),linear-gradient(180deg,#f8fbff,#f4f8ff 58%,#fff)}.ss-contact-nav,.ss-contact-main{width:min(1180px,100%);margin:0 auto}.ss-contact-hero{max-width:860px;margin:82px auto 34px;text-align:center}.ss-contact-pill{width:fit-content;min-height:36px;display:inline-flex;align-items:center;gap:9px;margin-bottom:18px;padding:0 14px;border-radius:999px;background:#ecfdf5;color:#047857;border:1px solid #bbf7d0;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.075em}.ss-contact-pill span{width:9px;height:9px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 6px #22c55e24}.ss-contact-hero h1{margin:0;color:#0f172a;font-size:clamp(48px,6vw,84px);line-height:.95;letter-spacing:-.075em;font-weight:950}.ss-contact-hero p{max-width:760px;margin:20px auto 0;color:#64748b;font-size:17px;line-height:1.65;font-weight:750}.ss-contact-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);gap:24px;align-items:start}.ss-contact-panel,.ss-contact-info-card,.ss-contact-trust{border:1px solid #e2e8f0;background:#fffffff0;box-shadow:0 24px 70px #0f172a17}.ss-contact-form-card{padding:30px;border-radius:34px}.ss-contact-card-head{margin-bottom:22px}.ss-contact-card-head h2{margin:0;color:#0f172a;font-size:34px;line-height:1;font-weight:950;letter-spacing:-.055em}.ss-contact-card-head p{margin:10px 0 0;color:#64748b;font-size:14px;line-height:1.5;font-weight:750}.ss-contact-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.ss-contact-field{min-width:0;display:grid;gap:8px}.ss-contact-field.full{grid-column:1 / -1}.ss-contact-field span{color:#334155;font-size:13px;font-weight:950}.ss-contact-field input,.ss-contact-field select,.ss-contact-field textarea{width:100%;min-height:54px;border:1px solid #dbe4f0;border-radius:18px;background:#fff;color:#0f172a;padding:0 15px;outline:none;font-size:14px;font-weight:800;box-shadow:0 12px 28px #0f172a0b}.ss-contact-field textarea{min-height:150px;padding-top:15px;resize:vertical;line-height:1.5}.ss-contact-field input:focus,.ss-contact-field select:focus,.ss-contact-field textarea:focus{border-color:#2563eb;box-shadow:0 0 0 5px #2563eb1f,0 18px 40px #2563eb1a}.ss-contact-submit{width:100%;min-height:56px;margin-top:18px;border-radius:999px}.ss-contact-submit:disabled{opacity:.65;cursor:not-allowed;transform:none}.ss-contact-error,.ss-contact-success{margin-top:16px;padding:13px 15px;border-radius:16px;font-size:13px;font-weight:850}.ss-contact-error{border:1px solid #fecaca;background:#fef2f2;color:#b91c1c}.ss-contact-success{border:1px solid #bbf7d0;background:#ecfdf5;color:#047857}.ss-contact-side{display:grid;gap:16px}.ss-contact-info-card{display:grid;grid-template-columns:58px minmax(0,1fr);gap:15px;padding:22px;border-radius:28px}.ss-contact-info-card.primary{background:radial-gradient(circle at top right,rgba(37,99,235,.1),transparent 34%),#fff}.ss-contact-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:20px;background:#eff6ff;font-size:25px}.ss-contact-info-card h3{margin:0;color:#0f172a;font-size:21px;font-weight:950;letter-spacing:-.035em}.ss-contact-info-card p{margin:8px 0 12px;color:#64748b;font-size:14px;line-height:1.55;font-weight:750}.ss-contact-info-card a{color:#1d4ed8;font-size:14px;font-weight:950;text-decoration:none}.ss-contact-trust{padding:22px;border-radius:28px;background:linear-gradient(135deg,#0f172a,#111827);color:#fff}.ss-contact-trust strong{display:block;font-size:19px;font-weight:950;letter-spacing:-.035em}.ss-contact-trust div{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.ss-contact-trust span{min-height:32px;display:inline-flex;align-items:center;padding:0 11px;border-radius:999px;background:#ffffff14;color:#e2e8f0e0;border:1px solid rgba(148,163,184,.2);font-size:12px;font-weight:800}.ss-contact-footer{width:min(1180px,100%);margin:46px auto 0}@media(max-width:920px){.ss-contact-page{padding:12px 12px 36px}.ss-contact-hero{margin-top:54px;text-align:left}.ss-contact-layout{grid-template-columns:1fr}}@media(max-width:640px){.ss-contact-hero h1{font-size:42px}.ss-contact-form-card{padding:20px;border-radius:26px}.ss-contact-form-grid{grid-template-columns:1fr}.ss-contact-field.full{grid-column:1}.ss-contact-info-card{grid-template-columns:1fr}}.ss-help-page{min-height:100vh;padding:18px 22px 46px;background:radial-gradient(circle at top left,rgba(37,99,235,.13),transparent 34%),radial-gradient(circle at top right,rgba(16,185,129,.12),transparent 34%),linear-gradient(180deg,#f8fbff,#f4f8ff 58%,#fff)}.ss-help-nav,.ss-help-main,.ss-help-footer{width:min(1180px,100%);margin-left:auto;margin-right:auto}.ss-help-main{padding-top:72px}.ss-help-hero{max-width:900px;margin:0 auto 30px;text-align:center}.ss-help-pill{width:fit-content;min-height:36px;display:inline-flex;align-items:center;gap:9px;margin-bottom:18px;padding:0 14px;border-radius:999px;background:#ecfdf5;color:#047857;border:1px solid #bbf7d0;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.075em}.ss-help-pill span{width:9px;height:9px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 6px #22c55e24}.ss-help-hero h1{margin:0;color:#0f172a;font-size:clamp(52px,7vw,92px);line-height:.92;letter-spacing:-.08em;font-weight:950}.ss-help-hero p{max-width:760px;margin:20px auto 0;color:#64748b;font-size:17px;line-height:1.65;font-weight:750}.ss-help-search-shell{max-width:860px;margin:30px auto 0}.ss-help-search{min-height:66px;display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:12px;padding:8px 10px 8px 18px;border:1px solid #dbe4f0;border-radius:24px;background:#fff;box-shadow:0 24px 70px #0f172a1a}.ss-help-search span{width:42px;height:42px;display:grid;place-items:center;border-radius:16px;background:#eff6ff;font-size:20px}.ss-help-search input{width:100%;min-width:0;border:0;outline:none;background:transparent;color:#0f172a;font-size:16px;font-weight:850}.ss-help-search button{min-height:46px;padding:0 18px;border:1px solid #dbe4f0;border-radius:999px;background:#f8fafc;color:#0f172a;font-size:13px;font-weight:950;cursor:pointer}.ss-help-search button:hover{background:#eff6ff;border-color:#93c5fd}#helpResultCount{display:block;margin-top:12px;color:#64748b;font-size:13px;font-weight:800}.ss-help-quick{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:34px 0 22px}.ss-help-quick article,.ss-help-card,.ss-help-guide,.ss-help-empty,.ss-help-faq-list details{border:1px solid #e2e8f0;background:#fffffff0;box-shadow:0 20px 52px #0f172a13}.ss-help-quick article{padding:22px;border-radius:28px}.ss-help-quick span{width:54px;height:54px;display:grid;place-items:center;margin-bottom:16px;border-radius:20px;background:#eff6ff;font-size:24px}.ss-help-quick strong{display:block;color:#0f172a;font-size:18px;font-weight:950;letter-spacing:-.035em}.ss-help-quick p{margin:8px 0 0;color:#64748b;font-size:14px;line-height:1.55;font-weight:750}.ss-help-categories{display:flex;flex-wrap:wrap;justify-content:center;gap:9px;margin:20px 0 28px}.ss-help-categories button{min-height:40px;padding:0 15px;border:1px solid #dbe4f0;border-radius:999px;background:#fff;color:#475569;font-size:13px;font-weight:950;cursor:pointer;box-shadow:0 10px 24px #0f172a0b}.ss-help-categories button:hover,.ss-help-categories button.active{color:#fff;border-color:transparent;background:linear-gradient(135deg,#2563eb,#1d4ed8)}.ss-help-content,.ss-help-guides,.ss-help-faq{margin-top:28px}.ss-help-section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:18px}.ss-help-section-head h2{margin:0;color:#0f172a;font-size:clamp(30px,4vw,48px);line-height:1;font-weight:950;letter-spacing:-.055em}.ss-help-section-head p{margin:8px 0 0;color:#64748b;font-size:14px;line-height:1.55;font-weight:750}.ss-help-section-head a{color:#1d4ed8;font-size:14px;font-weight:950;white-space:nowrap;text-decoration:none}.ss-help-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.ss-help-card{display:grid;grid-template-columns:58px minmax(0,1fr);gap:15px;padding:22px;border-radius:28px;transition:.18s ease}.ss-help-card:hover,.ss-help-guide:hover{transform:translateY(-3px);border-color:#bfdbfe;box-shadow:0 28px 70px #0f172a1f}.ss-help-card-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:20px;background:#eff6ff;font-size:25px}.ss-help-card-body>span{display:inline-flex;min-height:26px;align-items:center;padding:0 9px;border-radius:999px;background:#ecfdf5;color:#047857;font-size:11px;font-weight:950}.ss-help-card h3{margin:10px 0 0;color:#0f172a;font-size:19px;font-weight:950;letter-spacing:-.035em}.ss-help-card p{margin:8px 0 12px;color:#64748b;font-size:14px;line-height:1.55;font-weight:750}.ss-help-card a{color:#1d4ed8;font-size:13px;font-weight:950;text-decoration:none}.ss-help-empty{margin-top:16px;padding:34px;border-radius:30px;text-align:center}.ss-help-empty div{font-size:36px}.ss-help-empty h3{margin:10px 0 6px;color:#0f172a;font-size:24px;font-weight:950}.ss-help-empty p{margin:0 0 18px;color:#64748b;font-weight:750}.ss-help-guide-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.ss-help-guide{display:block;padding:20px;border-radius:24px;text-decoration:none;transition:.18s ease}.ss-help-guide strong{display:block;color:#0f172a;font-size:16px;font-weight:950;letter-spacing:-.025em}.ss-help-guide span{display:block;margin-top:8px;color:#64748b;font-size:13px;line-height:1.5;font-weight:750}.ss-help-faq-list{display:grid;gap:12px}.ss-help-faq-list details{border-radius:22px;overflow:hidden}.ss-help-faq-list summary{min-height:62px;display:flex;align-items:center;padding:0 20px;color:#0f172a;font-size:15px;font-weight:950;cursor:pointer}.ss-help-faq-list p{margin:0;padding:0 20px 20px;color:#64748b;line-height:1.6;font-weight:750}.ss-help-cta{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:22px;margin-top:34px;padding:34px;border:1px solid #dbeafe;border-radius:34px;background:radial-gradient(circle at top right,rgba(37,99,235,.18),transparent 36%),#fff;box-shadow:0 24px 70px #0f172a17}.ss-help-cta h2{margin:0;color:#0f172a;font-size:clamp(30px,4vw,48px);line-height:1;font-weight:950;letter-spacing:-.055em}.ss-help-cta p{margin:10px 0 0;color:#64748b;font-weight:750}.ss-help-cta>div:last-child{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}@media(max-width:1040px){.ss-help-grid,.ss-help-quick,.ss-help-guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ss-help-cta{grid-template-columns:1fr}.ss-help-cta>div:last-child{justify-content:flex-start}}@media(max-width:720px){.ss-help-page{padding:12px 12px 36px}.ss-help-main{padding-top:48px}.ss-help-hero{text-align:left}.ss-help-hero h1{font-size:44px}.ss-help-search{grid-template-columns:40px minmax(0,1fr)}.ss-help-search button{grid-column:1 / -1;width:100%}.ss-help-grid,.ss-help-quick,.ss-help-guide-grid,.ss-help-card{grid-template-columns:1fr}.ss-help-section-head{display:block}.ss-help-section-head a{display:inline-flex;margin-top:10px}.ss-help-cta{padding:24px;border-radius:28px}.ss-help-cta>div:last-child,.ss-help-cta .ss-btn{width:100%}}.lp{--bg: #95b6d7;--card: #b88b8b;--text: 0f172a;--muted: #4f6685;--primary: #2563eb}.lp{background:var(--bg);color:var(--text);transition:background .6s ease,color .4s ease}.lp-container{max-width:1200px;margin:auto;padding:0 20px}.lp-section{padding:100px 0}.lp-section.alt{background:#020c1b}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.feature-card,.industry-card{background:var(--card);padding:24px;border-radius:14px;transition:.3s}.feature-card:hover,.industry-card:hover{transform:translateY(-6px)}.feature-grid,.industry-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.demo-card{background:var(--card);padding:30px;border-radius:14px;width:420px}.reveal{opacity:0;transform:translateY(20px)}.reveal.show{opacity:1;transform:translateY(0);transition:.6s}.hero-bg{position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,#1e3a8a,transparent 40%),radial-gradient(circle at 80% 20%,#2563eb,transparent 40%);opacity:.2;filter:blur(80px)}.lp-hero{position:relative;overflow:hidden}.product-panel{background:#0f172ab3;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:20px;box-shadow:0 20px 60px #00000080}.panel-header{font-weight:600;margin-bottom:12px}.panel-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.hero-trust{display:flex;gap:30px;margin-top:30px}.hero-trust b{display:block;font-size:18px}.hero-trust span{font-size:12px;color:var(--muted)}.section-divider{height:1px;background:linear-gradient(to right,transparent,rgba(24,41,194,.1),transparent);margin:80px 0}.feature-card{background:linear-gradient(145deg,#0f172a,#020617);border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:28px;transition:.3s}.feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000080}.demo-card{width:480px;background:#84a3eacc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(247,247,247,.08);padding:40px;border-radius:20px}.section-title{font-size:26px;margin-bottom:40px}h1{font-size:46px;line-height:1.1}p{color:var(--muted);font-size:16px}.section-title{font-size:26px;margin-bottom:20px}.section-sub{color:#1d5fbc;margin-bottom:20px;text-align:center}.feature-card{padding:28px;border-radius:16px;background:#0f172a;border:1px solid rgba(255,255,255,.05);transition:.3s}@media(max-width:900px){.industry-grid{grid-template-columns:1fr}}.feature-card:hover{transform:translateY(-6px)}.industry-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.industry-card{padding:28px;border-radius:16px;background:#0f172a;cursor:pointer}.arch-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}.arch-card{padding:30px;border-radius:16px;background:#020617;display:grid;gap:12px}.demo-card{max-width:500px;margin:auto;padding:40px;border-radius:20px;background:#020617}.cta-section{text-align:center}.footer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.footer-bottom{text-align:center;margin-top:40px;color:#64748b}.lp-container{width:100%;max-width:var(--container);margin:auto;padding:0 var(--space-3)}.lp-section{padding:60px 0}.lp-section.alt{background:var(--bg-soft)}.center{text-align:center}h1,h2,h3{letter-spacing:-.02em}.hero-title{font-size:36px;line-height:1.1;font-weight:700}.section-title{font-size:26px;margin-bottom:var(--space-3);text-align:center}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-3)}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-5)}@media(max-width:900px){.grid-3,.grid-2{grid-template-columns:1fr}}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-4);transition:.3s}.card:hover{transform:translateY(-6px);box-shadow:var(--shadow-soft)}.btn{border:none;cursor:pointer;border-radius:var(--radius-sm);padding:12px 20px;font-weight:600}.btn.primary{background:var(--primary);color:#fff}.btn.primary:hover{background:var(--primary-hover)}.btn.ghost{background:transparent;border:1px solid var(--border);color:var(--text)}.btn.xl{padding:14px 24px;font-size:16px}:root{--bg: #020617;--card: #0f172a;--text: #e2e8f0;--muted: #94a3b8;--primary: #3b82f6}[data-theme=day]{--bg: #f8fafc;--card: #ffffff;--text: #0f172a;--muted: #64748b;--primary: #2563eb}.demo-card{max-width:720px;margin:auto;padding:40px;border-radius:20px}.demo-header{text-align:center;margin-bottom:24px}.demo-header h2{font-size:28px;margin-bottom:8px}.demo-header p{color:var(--text-muted)}.demo-form{display:flex;flex-direction:column;gap:16px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.input{width:100%;padding:14px 16px;border-radius:10px;border:1px solid var(--border);background:#020617;color:#fff;font-size:14px;outline:none}.input::placeholder{color:#64748b}.input:focus{border-color:var(--primary)}.textarea{min-height:110px;resize:none}.btn.full{width:100%;margin-top:10px}@media(max-width:700px){.form-row{grid-template-columns:1fr}}.arch-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.arch-left{max-width:500px}.arch-list{margin-top:20px;display:flex;flex-direction:column;gap:10px;color:var(--text-muted)}.arch-visual{display:flex;justify-content:center}.arch-stack{display:flex;flex-direction:column;gap:16px;width:320px}.arch-layer{padding:18px 20px;background:var(--card);border:1px solid var(--border);border-radius:12px;text-align:center;font-weight:500;transition:.3s}.arch-layer:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft)}.arch-layer.secure{background:linear-gradient(135deg,#3b82f626,#3b82f60d);border-color:#3b82f666}@media(max-width:900px){.arch-grid{grid-template-columns:1fr;gap:30px}.arch-left{text-align:center}.arch-stack{width:100%}}@media(max-width:700px){.demo-card{width:100%;padding:24px}.form-row{grid-template-columns:1fr}}@media(max-width:700px){.cta-title{font-size:24px}.cta-sub{font-size:14px}}@media(max-width:900px){.footer-inner{flex-direction:column}.footer-grid{grid-template-columns:1fr}}#architecture{margin-top:-40px}.product-panel{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:20px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.panel-header{font-size:14px;margin-bottom:16px;display:flex;align-items:center;gap:8px;color:var(--text-muted)}.live-dot{width:8px;height:8px;background:#22c55e;border-radius:50%;box-shadow:0 0 10px #22c55e}.panel-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.panel-item{display:flex;gap:10px;padding:10px;border-radius:10px;transition:.25s}.panel-item:hover{background:#ffffff0a}.panel-item b{font-size:14px}.panel-item p{font-size:12px;color:var(--text-muted)}.hero-trust{display:flex;gap:30px;margin-top:24px}.trust-item{display:flex;flex-direction:column;font-size:12px;color:var(--text-muted)}.trust-item b{font-size:16px;color:#fff}.hero-left{max-width:600px}.hero-actions{display:flex;gap:14px;margin-top:24px}.hero-trust{display:flex;gap:48px;margin-top:36px}.trust-item{display:flex;flex-direction:column}.trust-value{font-size:18px;font-weight:600;color:#382ea4}.trust-label{font-size:12px;color:var(--text-muted);margin-top:4px}.hero-left h1{line-height:1.1;margin-bottom:18px}.hero-left p{font-size:16px;color:var(--text-muted);max-width:520px}.hero-trust{border-top:1px solid rgba(255,255,255,.06);padding-top:20px}.btn.primary{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 10px 30px #2563eb59}.btn.primary:hover{transform:translateY(-1px);box-shadow:0 14px 40px #2563eb73}.lp-header{position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#02061799;border-bottom:1px solid rgba(255,255,255,.04)}.header-inner{display:flex;justify-content:space-between;align-items:center;padding:18px 0}.header-left{display:flex;flex-direction:column;gap:4px}.logo{font-size:16px;font-weight:600;display:flex;align-items:center;gap:6px}.sub-brand{font-size:12px;color:#ffffff80}.header-actions{display:flex;gap:12px}.btn.ghost{background:transparent;border:1px solid rgba(255,255,255,.1)}.btn.ghost:hover{background:#ffffff0d}.lp-header:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:1px;background:linear-gradient(to right,transparent,rgba(59,130,246,.4),transparent)}.lp-header{background:#ffffffb3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.nav{display:flex;gap:22px;margin-left:40px;align-items:center}.nav-item{position:relative;font-size:14px;color:#5263e5b3;cursor:pointer;transition:.2s}.nav-item:hover{color:#fff}.has-dropdown{position:relative}.dropdown{position:absolute;top:120%;left:0;opacity:0;pointer-events:none;transform:translateY(10px);transition:.25s ease}.has-dropdown:hover .dropdown{opacity:1;pointer-events:auto;transform:translateY(0)}.mega{background:#0f172ae6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:18px;width:420px;box-shadow:0 20px 60px #00000080}.mega-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.mega-item{display:flex;gap:12px;padding:10px;border-radius:10px;transition:.2s}.mega-item:hover{background:#ffffff0d}.mega-icon{font-size:16px}.mega-title{font-size:13px;font-weight:600}.mega-desc{font-size:11px;color:#ffffff80}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media(max-width:900px){.feature-grid{grid-template-columns:1fr}}.feature-card{position:relative;padding:22px;border-radius:18px;background:var(--card);border:1px solid rgba(223,180,180,.06);overflow:hidden;transition:.3s ease}.feature-glow{position:absolute;inset:0;background:radial-gradient(circle at var(--x,50%) var(--y,50%),rgba(59,130,246,.15),transparent 60%);opacity:0;transition:.3s}.feature-card:hover{transform:translateY(-6px);border:1px solid rgba(59,130,246,.4)}.feature-card:hover .feature-glow{opacity:1}.feature-top{display:flex;align-items:center;gap:10px;margin-bottom:10px}.feature-icon{font-size:18px}.feature-card h3{font-size:16px;font-weight:600}.feature-card p{font-size:13px;color:#fff9}.feature-arrow{position:absolute;bottom:16px;right:16px;font-size:14px;opacity:0;transform:translate(-6px);transition:.25s}.feature-card:hover .feature-arrow{opacity:1;transform:translate(0)}.feature-card{opacity:0;transform:translateY(20px)}.feature-card.show{opacity:1;transform:translateY(0);transition:.5s ease}.industry-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px}.industry-card{position:relative;padding:24px;border-radius:18px;background:var(--card);border:1px solid rgba(94,46,46,.06);cursor:pointer;overflow:hidden;transition:.3s ease}.industry-glow{position:absolute;inset:0;background:radial-gradient(circle at var(--x,50%) var(--y,50%),rgba(59,130,246,.18),transparent 60%);opacity:0;transition:.3s}.industry-card:hover{transform:translateY(-6px);border:1px solid rgba(59,130,246,.4)}.industry-card:hover .industry-glow{opacity:1}.industry-top{display:flex;align-items:center;gap:10px;margin-bottom:10px}.industry-icon{font-size:20px}.industry-card h3{font-size:17px;font-weight:600}.industry-card p{font-size:13px;color:#fff9;margin-bottom:20px}.industry-footer{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#ffffffb3}.industry-footer .arrow{opacity:0;transform:translate(-6px);transition:.25s}.industry-card:hover .arrow{opacity:1;transform:translate(0)}.lp-section.alt{background:#ffffff04;border-top:1px solid rgba(255,255,255,.04);border-bottom:1px solid rgba(255,255,255,.04)}.lp-container{max-width:1200px;margin:0 auto;padding:0 24px}.section-title{font-size:30px;font-weight:700;letter-spacing:-.02em;margin-bottom:20px;text-align:center}.section-sub{font-size:16px;color:#0e3fe099;max-width:600px;line-height:1.6;text-align:center}[data-theme=night] .lp:before{--bg: #22407d;opacity:.1}[data-theme=day] .lp:before{background:radial-gradient(circle,#4d8cd9,transparent 60%);opacity:.15}.demo-section{position:relative}.demo-wrapper{display:flex;justify-content:center}.demo-card{position:relative;width:520px;padding:50px 40px;border-radius:22px;background:#0f172ab3;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border:1px solid rgba(255,255,255,.08);box-shadow:0 40px 120px #0009;overflow:hidden}.demo-glow{position:absolute;inset:-2px;background:radial-gradient(circle at 30% 20%,rgba(59,130,246,.25),transparent 60%);filter:blur(40px);opacity:.6;z-index:0}.demo-card>*{position:relative;z-index:1}.input-group{position:relative}.input{width:100%;padding:16px 14px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#020617;color:#fff;outline:none;font-size:14px}.input-group label{position:absolute;left:14px;top:50%;transform:translateY(-50%);font-size:13px;color:#64748b;pointer-events:none;transition:.2s}.input:focus+label,.input:not(:placeholder-shown)+label{top:-8px;font-size:11px;color:#3b82f6}.demo-btn{position:relative;overflow:hidden}.demo-btn:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent,rgba(255,255,255,.3),transparent);transform:translate(-100%)}.demo-btn:hover:before{transform:translate(100%);transition:.6s}.demo-trust{text-align:center;margin-top:12px;font-size:12px;color:#ffffff80}.hero-dashboard{position:relative;background:#0f172a99;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:20px;box-shadow:0 30px 80px #0009;transform:perspective(1000px) rotateY(-6deg) rotateX(3deg);transition:.4s}.hero-dashboard:hover{transform:perspective(1000px) rotateY(0) rotateX(0)}.dash-header{font-size:13px;color:var(--text-muted);display:flex;align-items:center;gap:8px;margin-bottom:12px}.dash-content{display:grid;grid-template-columns:1fr 1fr;gap:12px}.dash-card{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:12px;transition:.3s}.dash-card:hover{background:#3b82f614}.dash-card.kpi b{font-size:18px;display:block;margin-top:4px}.dash-card.kpi small{color:#22c55e;font-size:11px}.dash-card.wide{grid-column:span 2}.chart-bars{display:flex;gap:6px;align-items:flex-end;height:60px}.chart-bars span{flex:1;background:linear-gradient(#3b82f6,#2563eb);border-radius:4px;animation:grow 1.2s ease forwards}@keyframes grow{0%{height:0}}.hero-dashboard{animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0) rotateY(-6deg)}50%{transform:translateY(-10px) rotateY(-6deg)}}.hero-bg{position:absolute;inset:0;background:radial-gradient(circle at 30% 40%,rgba(59,130,246,.4),transparent 50%),radial-gradient(circle at 80% 20%,rgba(37,99,235,.4),transparent 50%);filter:blur(120px);opacity:.5}.lp-footer{margin-top:80px;border-top:1px solid rgba(255,255,255,.06);background:linear-gradient(to bottom,transparent,rgba(255,255,255,.02))}.footer-inner{display:flex;justify-content:space-between;gap:60px;padding:60px 0 40px}.footer-brand{max-width:280px}.footer-brand .logo{font-weight:600;margin-bottom:12px}.footer-brand p{font-size:13px;color:var(--text-muted);line-height:1.5}.footer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:50px}.footer-col h4{font-size:13px;margin-bottom:12px;color:#fff}.footer-col a{display:block;font-size:13px;color:#fff9;margin-bottom:8px;cursor:pointer;transition:.2s;text-decoration:none}.footer-col a:hover{color:#fff;transform:translate(2px)}.footer-bottom{border-top:1px solid rgba(24,19,19,.05);padding:16px 0;display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#ffffff80}.footer-status{display:flex;align-items:center;gap:6px}.footer-status .dot{width:8px;height:8px;background:#22c55e;border-radius:50%;box-shadow:0 0 8px #22c55e}@media(max-width:900px){.footer-inner{flex-direction:column;gap:40px}.footer-grid{grid-template-columns:1fr;gap:30px}.footer-bottom{flex-direction:column;gap:10px;text-align:center}}.lp-footer:before{content:"";display:block;height:1px;width:100%;background:linear-gradient(to right,transparent,rgba(59,130,246,.4),transparent);margin-bottom:40px}.footer-logo{display:flex;align-items:center;gap:8px;font-weight:600;font-size:15px}.footer-logo .bolt{color:#3b82f6;filter:drop-shadow(0 0 6px rgba(59,130,246,.6))}.footer-col a{position:relative}.footer-col a:after{content:"";position:absolute;left:0;bottom:-2px;width:0%;height:1px;background:#3b82f6;transition:.25s}.footer-col a:hover:after{width:100%}.footer-bottom{border-top:1px solid rgba(255,255,255,.04);padding:18px 0;display:flex;justify-content:center;align-items:center;gap:20px;font-size:12px;color:#17141480}.footer-status .dot{box-shadow:0 0 8px #22c55e,0 0 18px #22c55e66}.lp-footer{background:radial-gradient(circle at 20% 0%,rgba(59,130,246,.08),transparent 40%),linear-gradient(to bottom,transparent,rgba(255,255,255,.02))}.social-proof{text-align:center;padding-top:40px}.social-title{font-size:13px;color:#1e06068a;margin-bottom:20px}.logo-row{display:flex;justify-content:center;gap:40px;flex-wrap:wrap;font-size:14px;color:#fff6}.logo-row span{opacity:.6;transition:.3s}.logo-row span:hover{opacity:1;color:#fff}.section-sub{line-height:2;font-size:16px;margin:0 auto 40px}.section-header{text-align:center;max-width:800px;margin:0 auto 40px}.section-sub{text-align:center}.org-grid{display:grid;gap:12px;margin-top:16px}.org-item{padding:16px;border-radius:12px;background:#f8fafc;cursor:pointer;transition:all .2s ease;border:1px solid #e2e8f0}.org-item:hover{transform:translateY(-2px);box-shadow:0 6px 18px #00000014}.org-name{font-weight:600;font-size:16px}.org-meta{margin-top:6px;display:flex;gap:8px}.badge{background:#2563eb;color:#fff;padding:2px 8px;border-radius:6px;font-size:12px}.role{background:#e2e8f0;padding:2px 8px;border-radius:6px;font-size:12px}.lp{background:linear-gradient(180deg,#f8fbff,#eef4ff)}.feature-card,.industry-card,.arch-card,.demo-card{background:#fff!important;border:1px solid rgba(0,0,0,.05);box-shadow:0 10px 30px #0000000d}@media(max-width:900px){.hero-grid{grid-template-columns:1fr;gap:40px}.hero-left{text-align:center;margin:auto}.hero-actions{justify-content:center;flex-wrap:wrap}.hero-trust{justify-content:center;gap:20px;flex-wrap:wrap}.hero-right,.product-panel{width:100%}}.expense-request-only-page{width:100%;min-height:100%;padding:28px 32px 80px;box-sizing:border-box;overflow-x:hidden;background:radial-gradient(circle at top left,rgba(37,99,235,.09),transparent 34%),radial-gradient(circle at top right,rgba(16,185,129,.08),transparent 30%),linear-gradient(180deg,#f8fbff,#f5f7fb);color:#0f172a}.expense-shell{width:min(1540px,100%);margin:0 auto;display:grid;gap:18px}.expense-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:34px;border:1px solid rgba(226,232,240,.95);border-radius:32px;background:radial-gradient(circle at top right,rgba(37,99,235,.13),transparent 34%),#fff;box-shadow:0 24px 70px #0f172a17}.expense-eyebrow{display:inline-flex;align-items:center;gap:9px;margin-bottom:14px;color:#64748b;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.expense-eyebrow span{width:9px;height:9px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 6px #22c55e24}.expense-hero h1{margin:0;color:#0f172a;font-size:clamp(38px,5vw,72px);line-height:.92;letter-spacing:-.065em;font-weight:950}.expense-hero p{max-width:820px;margin:18px 0 0;color:#64748b;font-size:16px;line-height:1.6;font-weight:700}.expense-hero-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:10px}.expense-btn{appearance:none;min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0 18px;border-radius:999px;border:1px solid #dbe3ef;background:#fff;color:#0f172a;font-size:13px;font-weight:900;cursor:pointer;text-decoration:none;box-shadow:0 10px 22px #0f172a0f;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease}.expense-btn:hover:not(:disabled){transform:translateY(-1px);border-color:#93c5fd;box-shadow:0 16px 32px #0f172a1c}.expense-btn:disabled{opacity:.58;cursor:not-allowed}.expense-btn.primary{border-color:transparent;color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 16px 36px #2563eb47}.expense-btn.light{background:#fff}.expense-stats{display:grid;grid-template-columns:repeat(4,minmax(170px,1fr));gap:14px}.expense-stat{min-height:118px;display:flex;align-items:center;gap:14px;padding:18px;border:1px solid #e2e8f0;border-radius:24px;background:#fff;box-shadow:0 22px 55px #0f172a13}.expense-stat-icon{width:44px;height:44px;display:grid;place-items:center;flex:0 0 auto;border-radius:16px;background:#eff6ff;font-size:21px}.expense-stat-label{color:#64748b;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.07em}.expense-stat-value{margin-top:7px;color:#0f172a;font-size:28px;line-height:1;font-weight:950;letter-spacing:-.04em}.expense-stat-sub{margin-top:7px;color:#64748b;font-size:12px;font-weight:750}.expense-stat.skeleton{display:grid;align-content:center}.expense-skel-line{border-radius:999px;background:linear-gradient(90deg,#eef2f7,#f8fafc,#eef2f7);background-size:220% 100%;animation:expenseSkel 1.2s ease-in-out infinite}.expense-skel-line.short{width:90px;height:12px}.expense-skel-line.tall{width:130px;height:28px;margin-top:12px}@keyframes expenseSkel{to{background-position:-220% 0}}.expense-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:18px;align-items:start}.expense-card{border:1px solid #e2e8f0;border-radius:28px;background:#fff;box-shadow:0 24px 70px #0f172a16;overflow:hidden}.expense-form-card,.expense-help-card,.expense-requests-card{padding:22px}.expense-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.expense-card-head.compact{margin-bottom:14px}.expense-card-head h2{margin:0;color:#0f172a;font-size:24px;line-height:1;font-weight:950;letter-spacing:-.035em}.expense-card-head p{margin:7px 0 0;color:#64748b;font-size:13px;font-weight:800}.expense-required-note{color:#2563eb;font-size:12px;font-weight:950;white-space:nowrap}.expense-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.expense-form-grid.full,.expense-field.full{grid-column:1 / -1}.expense-field{display:grid;gap:8px;min-width:0}.expense-field label{color:#334155;font-size:13px;font-weight:900}.expense-field input,.expense-field select,.expense-field textarea{width:100%;min-height:46px;box-sizing:border-box;border:1px solid #dbe3ef;border-radius:16px;background:#fff;color:#0f172a;padding:0 14px;outline:none;font-size:14px;font-weight:750;box-shadow:0 8px 18px #0f172a09;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.expense-field textarea{min-height:120px;padding-top:13px;resize:vertical;line-height:1.5}.expense-field input:focus,.expense-field select:focus,.expense-field textarea:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f,0 12px 24px #0f172a0f}.expense-money-input{position:relative}.expense-money-input span{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#64748b;font-weight:950}.expense-money-input input{padding-left:30px}.expense-form-error{margin-bottom:16px;padding:13px 14px;border:1px solid #fecaca;border-radius:16px;background:#fef2f2;color:#b91c1c;font-size:13px;font-weight:850}.hidden{display:none!important}.expense-upload-box{display:flex;align-items:center;gap:14px;min-height:94px;padding:16px;border:1px dashed #93c5fd;border-radius:20px;background:#f8fbff;cursor:pointer;transition:transform .16s ease,border-color .16s ease,background .16s ease}.expense-upload-box:hover{transform:translateY(-1px);border-color:#2563eb;background:#eff6ff}.expense-upload-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:16px;background:#dbeafe;color:#1d4ed8;font-weight:950}.expense-upload-box strong{display:block;color:#0f172a;font-size:14px;font-weight:950}.expense-upload-box span{display:block;margin-top:4px;color:#64748b;font-size:12px;font-weight:750}.expense-preview{display:flex;align-items:center;gap:14px;padding:12px;border:1px solid #e2e8f0;border-radius:18px;background:#fff}.expense-preview img{width:86px;height:86px;border-radius:14px;object-fit:cover}.expense-pdf-preview{width:86px;height:86px;display:grid;place-items:center;border-radius:14px;background:#fef2f2;color:#b91c1c;font-weight:950}.expense-preview-meta strong{display:block;color:#0f172a;font-size:13px;font-weight:950;overflow-wrap:anywhere}.expense-preview-meta span{display:block;margin-top:5px;color:#64748b;font-size:12px;font-weight:750}.expense-form-footer{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.expense-workflow{display:grid;gap:12px}.expense-workflow-step{display:grid;grid-template-columns:38px minmax(0,1fr);gap:12px;align-items:start;padding:14px;border:1px solid #e2e8f0;border-radius:18px;background:#f8fafc}.expense-workflow-step>div{width:38px;height:38px;display:grid;place-items:center;border-radius:999px;background:#dbeafe;color:#1d4ed8;font-size:13px;font-weight:950}.expense-workflow-step strong{display:block;color:#0f172a;font-size:13px;font-weight:950}.expense-workflow-step span{display:block;margin-top:4px;color:#64748b;font-size:12px;line-height:1.45;font-weight:750}.expense-tip{margin-top:14px;padding:14px;border-radius:18px;background:#ecfdf5;color:#047857;font-size:13px;line-height:1.45;font-weight:750}.expense-tip strong{display:block;margin-bottom:4px;font-weight:950}.request-head{align-items:flex-start}.expense-request-controls{display:grid;grid-template-columns:minmax(230px,1fr) 160px 160px;gap:10px;min-width:min(620px,100%)}.expense-search{min-height:42px;display:flex;align-items:center;gap:9px;padding:0 13px;border:1px solid #dbe3ef;border-radius:16px;background:#fff}.expense-search input,.expense-request-controls select{width:100%;min-height:42px;border:1px solid #dbe3ef;border-radius:16px;background:#fff;color:#0f172a;padding:0 13px;outline:none;font-size:13px;font-weight:800}.expense-search input{border:0;min-height:auto;padding:0}.expense-table-wrap{width:100%;overflow-x:auto}.expense-table{width:100%;min-width:1080px;border-collapse:separate;border-spacing:0}.expense-table th{padding:14px 16px;border-bottom:1px solid #e2e8f0;background:#f8fafc;color:#64748b;font-size:12px;font-weight:950;text-align:left;text-transform:uppercase;letter-spacing:.055em;white-space:nowrap}.expense-table td{padding:15px 16px;border-bottom:1px solid #eef2f7;color:#334155;font-size:14px;font-weight:750;vertical-align:middle}.expense-title-cell strong{display:block;color:#0f172a;font-size:14px;font-weight:950}.expense-title-cell span{display:block;margin-top:3px;color:#64748b;font-size:12px;font-weight:750;max-width:360px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.expense-badge,.expense-priority{display:inline-flex;align-items:center;min-height:26px;padding:0 10px;border-radius:999px;font-size:11px;font-weight:950;white-space:nowrap}.expense-badge{background:#eff6ff;color:#1d4ed8}.status-paid{background:#ecfdf5;color:#047857}.status-pending,.status-submitted{background:#fff7ed;color:#c2410c}.status-rejected,.status-denied{background:#fef2f2;color:#b91c1c}.status-ready_for_payment,.status-manager_approved,.status-approved{background:#eef2ff;color:#4338ca}.expense-priority{background:#f1f5f9;color:#475569}.priority-high{background:#fff7ed;color:#c2410c}.priority-urgent{background:#fef2f2;color:#b91c1c}.priority-low{background:#ecfdf5;color:#047857}.expense-loading-cell,.expense-empty-cell{padding:42px 18px!important;text-align:center;color:#64748b;font-weight:850}.expense-empty-cell.error{color:#b91c1c}.expense-mobile-list{display:none;gap:14px;padding-top:12px}.expense-mobile-card{display:grid;gap:14px;padding:16px;border:1px solid #e2e8f0;border-radius:22px;background:#fff;box-shadow:0 16px 36px #0f172a0f}.expense-mobile-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.expense-mobile-top strong{display:block;color:#0f172a;font-size:15px;font-weight:950}.expense-mobile-top span{display:block;margin-top:4px;color:#64748b;font-size:12px;font-weight:750}.expense-mobile-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.expense-mobile-grid div{padding:12px;border-radius:16px;background:#f8fafc;border:1px solid #eef2f7;min-width:0}.expense-mobile-grid span{display:block;color:#64748b;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.06em}.expense-mobile-grid strong{display:block;margin-top:5px;color:#0f172a;font-size:13px;font-weight:850;overflow-wrap:anywhere}.expense-mobile-empty{padding:22px;border-radius:20px;background:#fff;border:1px dashed #cbd5e1;color:#64748b;font-weight:850;text-align:center}.expense-mobile-empty.error{color:#b91c1c;border-color:#fecaca;background:#fef2f2}.expense-empty-state{padding:44px;text-align:center}.expense-empty-state div{font-size:42px}.expense-empty-state h2{margin:10px 0 0;color:#0f172a;font-size:26px;font-weight:950}.expense-empty-state p{margin:8px 0 0;color:#64748b;font-size:14px;font-weight:750}@media(max-width:1280px){.expense-layout{grid-template-columns:1fr}.expense-stats{grid-template-columns:repeat(2,minmax(170px,1fr))}}@media(max-width:980px){.expense-request-only-page{padding:22px 18px 90px}.expense-hero{align-items:flex-start;flex-direction:column;padding:26px;border-radius:26px}.expense-hero-actions{width:100%;justify-content:flex-start}.expense-hero-actions .expense-btn{flex:1 1 calc(50% - 8px)}.request-head{flex-direction:column}.expense-request-controls{width:100%;min-width:0;grid-template-columns:1fr}}@media(max-width:720px){.expense-request-only-page{padding:16px 12px 100px}.expense-hero{padding:20px;border-radius:22px}.expense-hero h1{font-size:38px;letter-spacing:-.05em}.expense-hero-actions .expense-btn{flex:1 1 100%;width:100%}.expense-stats,.expense-form-grid{grid-template-columns:1fr}.expense-form-grid.full,.expense-field.full{grid-column:auto}.expense-card{border-radius:22px}.expense-form-card,.expense-help-card,.expense-requests-card{padding:18px}.expense-card-head,.expense-form-footer{flex-direction:column}.expense-form-footer .expense-btn{width:100%}.expense-table-wrap{display:none}.expense-mobile-list{display:grid}.expense-mobile-grid{grid-template-columns:1fr}.expense-upload-box,.expense-preview{align-items:flex-start;flex-direction:column}}@media(max-width:420px){.expense-hero h1{font-size:34px}.expense-stat{min-height:auto}.expense-stat-value{font-size:24px}}.expense-hero{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:28px!important}.expense-hero-actions{display:grid!important;grid-template-columns:repeat(3,minmax(140px,auto))!important;gap:12px!important;align-items:center!important;justify-content:end!important;width:auto!important;flex-wrap:nowrap!important}.expense-hero-actions .expense-btn{width:100%!important;min-width:140px!important;height:48px!important;white-space:nowrap!important}@media(max-width:1280px){.expense-hero-actions{grid-template-columns:repeat(3,minmax(120px,auto))!important}.expense-hero-actions .expense-btn{min-width:120px!important;padding-left:14px!important;padding-right:14px!important;font-size:13px!important}}@media(max-width:980px){.expense-hero{grid-template-columns:1fr!important;align-items:start!important}.expense-hero-actions{width:100%!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;justify-content:stretch!important}.expense-hero-actions .expense-btn{width:100%!important;min-width:0!important}}@media(max-width:520px){.expense-hero-actions{grid-template-columns:1fr!important}}.expense-hero{grid-template-columns:minmax(0,1fr) auto!important}.expense-hero h1{white-space:nowrap!important;max-width:none!important;font-size:clamp(64px,5.1vw,102px)!important;line-height:.95!important;letter-spacing:-.07em!important}.expense-hero p{max-width:980px!important}.expense-hero-actions{grid-template-columns:repeat(3,minmax(118px,auto))!important}.expense-hero-actions .expense-btn{min-width:118px!important}@media(max-width:1180px){.expense-hero{grid-template-columns:1fr!important}.expense-hero h1{white-space:normal!important;font-size:clamp(44px,7vw,72px)!important}.expense-hero-actions{width:100%!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}.expense-hero-actions .expense-btn{min-width:0!important;width:100%!important}}@media(max-width:520px){.expense-hero h1{font-size:38px!important}.expense-hero-actions{grid-template-columns:1fr!important}}.ss-help-article-page,.ss-help-article-page *{box-sizing:border-box}.ss-help-article-page{min-height:100vh;padding:18px 22px 46px;color:#0f172a;background:radial-gradient(circle at top left,rgba(37,99,235,.13),transparent 34%),radial-gradient(circle at top right,rgba(16,185,129,.12),transparent 34%),linear-gradient(180deg,#f8fbff,#f4f8ff 58%,#fff);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.ss-help-article-nav,.ss-help-article-shell,.ss-help-article-footer{width:min(1180px,100%);margin-left:auto;margin-right:auto}.ss-help-article-shell{padding-top:58px}.ss-help-article-hero{max-width:920px;margin:0 auto 32px;text-align:center}.ss-back-link{display:inline-flex;align-items:center;min-height:38px;margin-bottom:18px;padding:0 14px;border:1px solid #dbe4f0;border-radius:999px;background:#fff;color:#1d4ed8;font-size:13px;font-weight:950;text-decoration:none;box-shadow:0 10px 24px #0f172a0e}.ss-article-kicker{width:fit-content;min-height:38px;display:inline-flex;align-items:center;gap:9px;margin-bottom:18px;padding:0 14px;border-radius:999px;background:#ecfdf5;color:#047857;border:1px solid #bbf7d0;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.075em}.ss-article-kicker span{font-size:17px}.ss-help-article-hero h1{margin:0;color:#0f172a;font-size:clamp(46px,6vw,82px);line-height:.95;letter-spacing:-.075em;font-weight:950}.ss-help-article-hero p{max-width:760px;margin:20px auto 0;color:#64748b;font-size:17px;line-height:1.65;font-weight:750}.ss-article-meta{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin-top:22px}.ss-article-meta span{min-height:34px;display:inline-flex;align-items:center;padding:0 12px;border:1px solid #dbe4f0;border-radius:999px;background:#fff;color:#64748b;font-size:12px;font-weight:850}.ss-help-article-layout{display:grid;grid-template-columns:320px minmax(0,1fr);gap:24px;align-items:start}.ss-help-sidebar{position:sticky;top:96px;display:grid;gap:16px}.ss-sidebar-card,.ss-help-article,.ss-article-feedback,.ss-article-cta{border:1px solid #e2e8f0;background:#fffffff0;box-shadow:0 24px 70px #0f172a17}.ss-sidebar-card{padding:18px;border-radius:28px}.ss-sidebar-back{min-height:38px;display:inline-flex;align-items:center;margin-bottom:16px;padding:0 12px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:13px;font-weight:950;text-decoration:none}.ss-sidebar-card h4{margin:0 0 12px;color:#0f172a;font-size:14px;font-weight:950;text-transform:uppercase;letter-spacing:.06em}.ss-sidebar-links{display:grid;gap:8px}.ss-sidebar-links a{display:grid;grid-template-columns:42px minmax(0,1fr);gap:10px;align-items:center;padding:10px;border:1px solid transparent;border-radius:18px;text-decoration:none;color:#0f172a;transition:.16s ease}.ss-sidebar-links a:hover,.ss-sidebar-links a.active{border-color:#bfdbfe;background:#eff6ff}.ss-sidebar-links a>span{width:42px;height:42px;display:grid;place-items:center;border-radius:15px;background:#fff;font-size:20px}.ss-sidebar-links strong{display:block;color:#0f172a;font-size:13px;font-weight:950;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ss-sidebar-links small{display:block;margin-top:3px;color:#64748b;font-size:11px;font-weight:800}.ss-sidebar-card.support{background:radial-gradient(circle at top right,rgba(37,99,235,.18),transparent 36%),linear-gradient(135deg,#0f172a,#111827);color:#fff}.ss-sidebar-card.support>span{width:52px;height:52px;display:grid;place-items:center;margin-bottom:14px;border-radius:18px;background:#ffffff1a;font-size:24px}.ss-sidebar-card.support strong{display:block;color:#fff;font-size:18px;font-weight:950}.ss-sidebar-card.support p{margin:8px 0 14px;color:#e2e8f0c7;font-size:13px;line-height:1.5;font-weight:750}.ss-sidebar-card.support a{color:#bfdbfe;font-size:13px;font-weight:950;text-decoration:none}.ss-help-article{border-radius:34px;overflow:hidden}.ss-help-article-body{padding:34px}.ss-help-article-body p{margin:0 0 18px;color:#334155;font-size:16px;line-height:1.75;font-weight:650}.ss-help-article-body h2{margin:34px 0 14px;color:#0f172a;font-size:30px;line-height:1.05;font-weight:950;letter-spacing:-.05em}.ss-help-article-body h2:first-child{margin-top:0}.ss-help-article-body h3{margin:28px 0 12px;color:#0f172a;font-size:24px;line-height:1.08;font-weight:950;letter-spacing:-.04em}.ss-help-article-body ul{display:grid;gap:10px;margin:16px 0 24px;padding:0;list-style:none}.ss-help-article-body li{position:relative;padding:14px 16px 14px 44px;border:1px solid #e2e8f0;border-radius:18px;background:#f8fafc;color:#334155;font-size:15px;line-height:1.5;font-weight:750}.ss-help-article-body li:before{content:"✓";position:absolute;left:15px;top:13px;width:22px;height:22px;display:grid;place-items:center;border-radius:999px;background:#ecfdf5;color:#047857;font-size:13px;font-weight:950}.ss-help-article-body a{color:#1d4ed8;font-weight:950;text-decoration:none}.ss-article-feedback{margin:0 34px 24px;padding:18px;border-radius:24px;display:flex;align-items:center;justify-content:space-between;gap:16px}.ss-article-feedback strong{display:block;color:#0f172a;font-size:15px;font-weight:950}.ss-article-feedback span{display:block;margin-top:4px;color:#64748b;font-size:12px;font-weight:750}.ss-article-feedback>div:last-child{display:flex;gap:8px}.ss-feedback-btn{min-height:38px;padding:0 16px;border:1px solid #dbe4f0;border-radius:999px;background:#fff;color:#0f172a;font-size:13px;font-weight:950;cursor:pointer}.ss-feedback-btn:hover,.ss-feedback-btn.selected{border-color:transparent;color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8)}.ss-article-cta{margin:0 34px 34px;padding:24px;border-radius:28px;background:radial-gradient(circle at top right,rgba(37,99,235,.16),transparent 36%),#fff;display:flex;align-items:center;justify-content:space-between;gap:18px}.ss-article-cta h3{margin:0;color:#0f172a;font-size:24px;line-height:1.05;font-weight:950;letter-spacing:-.045em}.ss-article-cta p{margin:8px 0 0;color:#64748b;font-size:14px;line-height:1.5;font-weight:750}.ss-help-article-footer{margin-top:48px}@media(max-width:980px){.ss-help-article-page{padding:12px 12px 36px}.ss-help-article-shell{padding-top:44px}.ss-help-article-hero{text-align:left}.ss-article-meta{justify-content:flex-start}.ss-help-article-layout{grid-template-columns:1fr}.ss-help-sidebar{position:static;order:2}.ss-help-article{order:1}.ss-sidebar-links{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.ss-help-article-hero h1{font-size:42px}.ss-help-article-body{padding:22px}.ss-help-article-body h2{font-size:26px}.ss-help-article-body p,.ss-help-article-body li{font-size:14px}.ss-sidebar-links{grid-template-columns:1fr}.ss-article-feedback,.ss-article-cta{margin-left:22px;margin-right:22px}.ss-article-feedback,.ss-article-cta{flex-direction:column;align-items:stretch}.ss-article-feedback>div:last-child,.ss-article-cta .ss-btn{width:100%}.ss-feedback-btn{width:100%}}.fhx-page,.fhx-page *{box-sizing:border-box}.fhx-page{width:100%;min-height:100vh;padding:28px 32px 90px;color:#0f172a;background:radial-gradient(circle at top left,rgba(37,99,235,.1),transparent 34%),radial-gradient(circle at top right,rgba(16,185,129,.09),transparent 30%),linear-gradient(180deg,#f8fbff,#f3f6fb)}.fhx-hero,.fhx-stats,.fhx-card,.fhx-pagination{width:min(1440px,100%);margin-left:auto;margin-right:auto}.fhx-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:28px;margin-bottom:22px;padding:38px 44px;border:1px solid rgba(226,232,240,.95);border-radius:34px;background:radial-gradient(circle at top right,rgba(37,99,235,.13),transparent 35%),#fff;box-shadow:0 24px 70px #0f172a17}.fhx-eyebrow{display:inline-flex;align-items:center;gap:9px;margin-bottom:14px;color:#64748b;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.fhx-eyebrow span{width:9px;height:9px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 6px #22c55e24}.fhx-hero h1{margin:0;color:#0f172a;font-size:clamp(48px,4.5vw,78px);line-height:.96;letter-spacing:-.07em;font-weight:950}.fhx-hero p{max-width:820px;margin:18px 0 0;color:#64748b;font-size:16px;line-height:1.65;font-weight:750}.fhx-hero-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.fhx-btn{appearance:none;min-height:46px;display:inline-flex;align-items:center;justify-content:center;padding:0 20px;border-radius:999px;border:1px solid #dbe3ef;background:#fff;color:#0f172a;font-size:13px;font-weight:900;cursor:pointer;text-decoration:none;white-space:nowrap;box-shadow:0 10px 22px #0f172a0f;transition:.16s ease}.fhx-btn:hover:not(:disabled){transform:translateY(-1px);border-color:#93c5fd;box-shadow:0 16px 32px #0f172a1c}.fhx-btn:disabled{opacity:.6;cursor:not-allowed}.fhx-btn.primary{border-color:transparent;color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 16px 36px #2563eb47}.fhx-btn.light{background:#fff}.fhx-btn.small{min-height:42px;padding:0 14px;font-size:12px}.fhx-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:22px}.fhx-stat{min-width:0;min-height:124px;display:grid;grid-template-columns:56px minmax(0,1fr);align-items:center;gap:14px;padding:20px;border:1px solid #e2e8f0;border-radius:26px;background:#fff;box-shadow:0 22px 55px #0f172a13}.fhx-stat-icon{width:56px;height:56px;display:grid;place-items:center;border-radius:20px;background:#eff6ff;font-size:23px}.fhx-stat.green .fhx-stat-icon{background:#ecfdf5}.fhx-stat.purple .fhx-stat-icon{background:#f5f3ff}.fhx-stat.orange .fhx-stat-icon{background:#fff7ed}.fhx-stat span{display:block;color:#64748b;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.07em}.fhx-stat strong{display:block;margin-top:8px;color:#0f172a;font-size:clamp(24px,2vw,32px);line-height:1;font-weight:950;letter-spacing:-.045em;white-space:nowrap}.fhx-stat small{display:block;margin-top:8px;color:#64748b;font-size:12px;line-height:1.35;font-weight:750}.fhx-skel{border-radius:999px;background:linear-gradient(90deg,#eef2f7,#f8fafc,#eef2f7);background-size:220% 100%;animation:fhxSkel 1.2s ease-in-out infinite}.fhx-skel.icon{width:52px;height:52px;border-radius:18px}.fhx-skel.short{width:90px;height:12px}.fhx-skel.long{width:150px;height:26px;margin-top:12px}@keyframes fhxSkel{to{background-position:-220% 0}}.fhx-card{border:1px solid #e2e8f0;border-radius:30px;background:#fffffff5;box-shadow:0 24px 70px #0f172a16;overflow:hidden}.fhx-toolbar{display:grid;grid-template-columns:minmax(260px,.35fr) minmax(0,1fr);gap:20px;align-items:end;padding:24px;margin-bottom:22px}.fhx-toolbar h2{margin:0;color:#0f172a;font-size:26px;line-height:1.08;font-weight:950;letter-spacing:-.045em}.fhx-toolbar p{margin:8px 0 0;color:#64748b;font-size:13px;line-height:1.45;font-weight:800}.fhx-filters{display:grid;grid-template-columns:minmax(220px,1.4fr) 150px 150px 150px 110px 110px 90px 84px;gap:10px;align-items:center}.fhx-search,.fhx-filters input,.fhx-filters select{width:100%;min-height:46px;border:1px solid #dbe3ef;border-radius:16px;background:#fff;color:#0f172a;outline:none;font-size:13px;font-weight:800;box-shadow:0 8px 18px #0f172a09}.fhx-filters input,.fhx-filters select{padding:0 13px}.fhx-search{display:flex;align-items:center;gap:10px;padding:0 14px}.fhx-search input{width:100%;border:0;outline:none;background:transparent;color:#0f172a;font-size:13px;font-weight:800}.fhx-search:focus-within,.fhx-filters input:focus,.fhx-filters select:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f,0 12px 24px #0f172a0f}.fhx-presets{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}.fhx-presets button{min-height:34px;padding:0 12px;border:1px solid #dbe3ef;border-radius:999px;background:#f8fafc;color:#334155;font-size:12px;font-weight:850;cursor:pointer}.fhx-presets button:hover{border-color:#93c5fd;background:#eff6ff;color:#1d4ed8}.fhx-table-card{padding:0}.fhx-table-wrap{width:100%;overflow-x:auto}.fhx-table{width:100%;min-width:1280px;border-collapse:separate;border-spacing:0}.fhx-table th{padding:16px 18px;border-bottom:1px solid #e2e8f0;background:#f8fafc;color:#64748b;font-size:12px;font-weight:950;text-align:left;text-transform:uppercase;letter-spacing:.055em;white-space:nowrap}.fhx-table td{padding:16px 18px;border-bottom:1px solid #eef2f7;color:#334155;font-size:14px;font-weight:750;vertical-align:middle}.fhx-table tr:last-child td{border-bottom:0}.fhx-payment-cell strong{display:block;max-width:280px;color:#0f172a;font-size:14px;font-weight:950;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fhx-payment-cell span{display:block;max-width:280px;margin-top:4px;color:#64748b;font-size:12px;font-weight:750;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fhx-amount{color:#047857!important;font-weight:950!important;white-space:nowrap}.fhx-method,.fhx-reference{min-height:28px;display:inline-flex;align-items:center;padding:0 10px;border-radius:999px;font-size:11px;font-weight:950;white-space:nowrap}.fhx-method{background:#eff6ff;color:#1d4ed8}.fhx-method.cash{background:#ecfdf5;color:#047857}.fhx-method.check{background:#fff7ed;color:#c2410c}.fhx-method.card,.fhx-method.bank{background:#f5f3ff;color:#6d28d9}.fhx-reference{background:#f8fafc;color:#475569}.fhx-mini-btn{min-height:32px;display:inline-flex;align-items:center;justify-content:center;padding:0 11px;border:1px solid #dbe3ef;border-radius:999px;background:#fff;color:#0f172a;font-size:12px;font-weight:900;cursor:pointer;white-space:nowrap}.fhx-mini-btn:hover{border-color:#93c5fd;background:#eff6ff}.fhx-muted{color:#94a3b8;font-size:12px;font-weight:850}.fhx-empty-cell{padding:42px 18px!important;text-align:center;color:#64748b;font-weight:850}.fhx-empty-cell.error{color:#b91c1c}.fhx-mobile-list{display:none;gap:14px;padding:16px}.fhx-empty,.fhx-empty-card,.fhx-mobile-card{padding:16px;border:1px solid #e2e8f0;border-radius:22px;background:#fff;box-shadow:0 16px 36px #0f172a0f}.fhx-empty,.fhx-empty-card{color:#64748b;text-align:center;font-weight:850}.fhx-empty-card.error{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.fhx-mobile-card{display:grid;gap:14px}.fhx-mobile-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.fhx-mobile-top strong{display:block;color:#0f172a;font-size:15px;font-weight:950}.fhx-mobile-top span{display:block;margin-top:4px;color:#64748b;font-size:12px;font-weight:750}.fhx-mobile-top b{color:#047857;font-size:17px;font-weight:950;white-space:nowrap}.fhx-mobile-tags,.fhx-mobile-actions{display:flex;flex-wrap:wrap;gap:8px}.fhx-mobile-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.fhx-mobile-meta div{min-width:0;padding:12px;border:1px solid #eef2f7;border-radius:16px;background:#f8fafc}.fhx-mobile-meta span{display:block;color:#64748b;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.06em}.fhx-mobile-meta strong{display:block;margin-top:5px;color:#0f172a;font-size:13px;font-weight:850;overflow-wrap:anywhere}.fhx-pagination{display:flex;justify-content:center;align-items:center;gap:14px;margin-top:22px}.fhx-pagination button{min-height:42px;padding:0 18px;border:1px solid #dbe3ef;border-radius:999px;background:#fff;color:#0f172a;font-size:13px;font-weight:900;cursor:pointer}.fhx-pagination button:disabled{opacity:.5;cursor:not-allowed}.fhx-pagination span{color:#64748b;font-size:13px;font-weight:850}.fhx-modal{position:fixed;inset:0;z-index:99999;display:grid;place-items:center;padding:20px;background:#0f172a9e;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.fhx-modal.hidden,.hidden{display:none!important}.fhx-modal-card{width:min(940px,100%);max-height:calc(100vh - 40px);display:flex;flex-direction:column;border:1px solid #e2e8f0;border-radius:28px;background:#fff;box-shadow:0 30px 100px #0f172a6b;overflow:hidden}.fhx-modal-head,.fhx-modal-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 24px;border-bottom:1px solid #e2e8f0;background:linear-gradient(180deg,#fff,#f8fbff)}.fhx-modal-actions{justify-content:flex-end;border-top:1px solid #e2e8f0;border-bottom:0}.fhx-modal-head span{display:block;color:#64748b;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px}.fhx-modal-head h3{margin:0;color:#0f172a;font-size:26px;font-weight:950;letter-spacing:-.04em}.fhx-icon-btn{width:40px;height:40px;flex:0 0 auto;border:1px solid #dbe3ef;border-radius:14px;background:#fff;font-size:18px;cursor:pointer}.fhx-viewer{min-height:560px;background:#f8fafc}.fhx-viewer iframe{display:block;width:100%;min-height:560px;border:0}.fhx-viewer img{display:block;max-width:100%;max-height:620px;margin:0 auto;object-fit:contain}@media print{.fhx-hero-actions,.fhx-filters,.fhx-presets,.fhx-pagination,.fhx-modal{display:none!important}.fhx-page{padding:0;background:#fff}.fhx-hero,.fhx-card,.fhx-stat{box-shadow:none}}@media(max-width:1320px){.fhx-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.fhx-toolbar{grid-template-columns:1fr}.fhx-filters{grid-template-columns:repeat(4,minmax(0,1fr))}.fhx-search{grid-column:1 / -1}}@media(max-width:980px){.fhx-page{padding:22px 18px 90px}.fhx-hero{grid-template-columns:1fr;padding:28px;border-radius:28px}.fhx-hero h1{font-size:clamp(44px,8vw,64px)}.fhx-hero-actions{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.fhx-hero-actions .fhx-btn{width:100%}.fhx-filters{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.fhx-page{padding:16px 12px 100px}.fhx-hero{padding:22px;border-radius:24px}.fhx-hero h1{font-size:38px;letter-spacing:-.055em}.fhx-hero p{font-size:14px}.fhx-hero-actions,.fhx-stats,.fhx-filters{grid-template-columns:1fr}.fhx-toolbar{padding:18px;border-radius:22px}.fhx-table-wrap{display:none}.fhx-mobile-list{display:grid}.fhx-mobile-meta{grid-template-columns:1fr}.fhx-mobile-top,.fhx-mobile-actions{flex-direction:column}.fhx-mobile-actions .fhx-mini-btn{width:100%}.fhx-modal{align-items:flex-start;padding:10px;overflow-y:auto}.fhx-modal-card{border-radius:22px}.fhx-modal-head,.fhx-modal-actions{padding:18px}.fhx-modal-actions{flex-direction:column-reverse}.fhx-modal-actions .fhx-btn{width:100%}.fhx-viewer,.fhx-viewer iframe{min-height:420px}}.fhx-toolbar{grid-template-columns:360px minmax(0,1fr)!important;align-items:start!important;overflow:hidden!important}.fhx-filters{width:100%!important;min-width:0!important;display:grid!important;grid-template-columns:1.35fr .75fr .75fr .9fr!important;gap:12px!important;align-items:center!important}.fhx-search{grid-column:1!important}#fhxFromDate{grid-column:2!important}#fhxToDate{grid-column:3!important}#fhxMethod{grid-column:4!important}#fhxMinAmount{grid-column:1!important}#fhxMaxAmount{grid-column:2!important}#fhxSearchBtn{grid-column:3!important}#fhxClearFilters{grid-column:4!important}.fhx-search,.fhx-filters input,.fhx-filters select,.fhx-filters button{width:100%!important;min-width:0!important;max-width:100%!important}.fhx-search input{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important}.fhx-presets{grid-column:1 / -1!important;display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin-top:10px!important}.fhx-search,.fhx-filters input,.fhx-filters select{min-height:52px!important;border-radius:18px!important}.fhx-filters .fhx-btn{min-height:52px!important;border-radius:999px!important}@media(max-width:1320px){.fhx-toolbar{grid-template-columns:1fr!important}.fhx-filters{grid-template-columns:repeat(2,minmax(0,1fr))!important}.fhx-search,#fhxFromDate,#fhxToDate,#fhxMethod,#fhxMinAmount,#fhxMaxAmount,#fhxSearchBtn,#fhxClearFilters{grid-column:auto!important}.fhx-search{grid-column:1 / -1!important}}@media(max-width:720px){.fhx-filters{grid-template-columns:1fr!important}.fhx-search,#fhxFromDate,#fhxToDate,#fhxMethod,#fhxMinAmount,#fhxMaxAmount,#fhxSearchBtn,#fhxClearFilters{grid-column:1!important}}.owner-org-page,.owner-org-page *{box-sizing:border-box}.owner-org-page{min-height:100vh;width:100%;overflow-x:hidden;padding:clamp(20px,4vw,56px);background:radial-gradient(circle at 12% 6%,rgba(37,99,235,.08),transparent 30%),radial-gradient(circle at 88% 0%,rgba(124,58,237,.08),transparent 24%),#f7f9fd;color:#0f172a}.owner-org-hero{display:flex;justify-content:space-between;align-items:flex-start;gap:28px;margin-bottom:28px}.org-back-link{border:0;background:transparent;color:#2563eb;font-weight:950;cursor:pointer;padding:0;margin-bottom:20px}.org-eyebrow{display:inline-flex;width:fit-content;margin-bottom:16px;padding:8px 12px;border:1px solid #dbeafe;border-radius:999px;background:#eff6ff;color:#2563eb;font-size:13px;font-weight:950;letter-spacing:.05em;text-transform:uppercase}.owner-org-hero h1{margin:0;max-width:900px;font-size:clamp(44px,7vw,88px);letter-spacing:-.07em;line-height:.92;font-weight:950}.owner-org-hero p{max-width:760px;margin:20px 0 0;color:#64748b;font-size:clamp(17px,2vw,22px);line-height:1.35;font-weight:650}.org-meta-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.org-badge{display:inline-flex;align-items:center;min-height:30px;padding:6px 12px;border-radius:999px;background:#eef2ff;color:#1e40af;font-size:13px;font-weight:950;text-transform:capitalize}.status-active{background:#dcfce7;color:#166534}.status-trial{background:#dbeafe;color:#1d4ed8}.status-suspended{background:#fee2e2;color:#991b1b}.plan-pro{background:#ede9fe;color:#6d28d9}.plan-enterprise{background:#111827;color:#fff}.org-hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.org-btn,.org-icon-btn{border:0;cursor:pointer;font-weight:950;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease}.org-btn:hover{transform:translateY(-1px)}.org-btn{min-height:48px;padding:14px 18px;border-radius:16px;background:#fff;color:#0f172a;border:1px solid #e5e7eb;box-shadow:0 12px 26px #0f172a0f}.org-btn.small{min-height:38px;padding:9px 12px;border-radius:12px}.org-btn.primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:0;box-shadow:0 18px 38px #2563eb3d}.org-btn.secondary{background:#fff;color:#0f172a}.org-btn.success{background:#dcfce7;color:#166534;border:0}.org-btn.danger{background:#fee2e2;color:#991b1b;border:0}button:disabled,select:disabled{cursor:not-allowed;opacity:.65;transform:none!important}.org-metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:28px 0}.org-metric-card{min-width:0;padding:18px;border:1px solid #e5e7eb;border-radius:22px;background:#ffffffeb;box-shadow:0 18px 44px #0f172a0f}.org-metric-card span,.org-billing-metrics span,.org-usage-grid span,.org-detail-list span{display:block;color:#64748b;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.04em}.org-metric-card strong{display:block;margin-top:8px;font-size:clamp(22px,2.5vw,34px);letter-spacing:-.04em}.org-metric-card small{display:block;margin-top:6px;color:#94a3b8;font-weight:750}.org-tabs-shell{display:flex;width:fit-content;max-width:100%;gap:6px;padding:6px;margin:24px 0;border:1px solid #e5e7eb;border-radius:18px;background:#fff;box-shadow:0 16px 34px #0f172a0f;overflow-x:auto}.org-tab{border:0;min-height:42px;padding:10px 16px;border-radius:13px;background:transparent;color:#64748b;font-weight:950;cursor:pointer;white-space:nowrap}.org-tab.active{background:#2563eb;color:#fff;box-shadow:0 12px 24px #2563eb3d}.org-tab-content{margin-top:20px}.org-overview-grid,.org-billing-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:18px}.org-panel{padding:clamp(18px,2.5vw,28px);border:1px solid #e5e7eb;border-radius:28px;background:#ffffffed;box-shadow:0 22px 60px #0f172a12}.org-panel-header{margin-bottom:18px}.org-panel-header-row{display:flex;justify-content:space-between;align-items:flex-start;gap:18px}.org-panel h2{margin:0;font-size:clamp(26px,3vw,36px);letter-spacing:-.04em}.org-panel p{margin:8px 0 0;color:#64748b;font-weight:650}.org-detail-list{display:grid;gap:12px}.org-detail-list div{display:grid;gap:6px;padding:14px 0;border-bottom:1px solid #eef2f7}.org-detail-list div:last-child{border-bottom:0}.org-detail-list b{word-break:break-word}.org-usage-grid,.org-billing-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.org-usage-grid div,.org-billing-metrics div{padding:16px;border:1px solid #e5e7eb;border-radius:18px;background:#f8fafc}.org-usage-grid b,.org-billing-metrics b{display:block;margin-top:8px;font-size:22px;letter-spacing:-.03em;word-break:break-word}.org-billing-actions,.org-modal-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.org-note-list{margin:0;padding-left:20px;color:#475569;font-weight:700;line-height:1.8}.org-table-shell{width:100%;overflow-x:auto;border:1px solid #eef2f7;border-radius:22px;background:#fff;-webkit-overflow-scrolling:touch}.org-table{width:100%;min-width:720px;border-collapse:collapse}.org-table th,.org-table td{padding:16px 18px;border-bottom:1px solid #eef2f7;text-align:left;vertical-align:middle}.org-table th{color:#64748b;background:#f8fafc;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.06em}.org-table tr:last-child td{border-bottom:0}.role-select,.org-form-grid input,.org-form-grid select{width:100%;min-height:44px;padding:0 12px;border:1px solid #dbe3ef;border-radius:14px;background:#fff;color:#0f172a;font-weight:850}.org-empty-cell,.org-empty-state{padding:30px!important;text-align:center;color:#94a3b8;font-weight:800}.org-empty-state{border:1px dashed #cbd5e1;border-radius:22px;background:#f8fafc}.org-empty-state h3{margin:0;color:#0f172a}.org-activity-list{display:grid;gap:12px}.org-activity-item{padding:16px;border:1px solid #e5e7eb;border-radius:18px;background:#f8fafc}.org-activity-item p{margin:5px 0 0;color:#64748b}.org-modal.hidden{display:none}.org-modal{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:18px;background:#0f172a94;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.org-modal-card{width:min(680px,100%);max-height:92vh;overflow-y:auto;padding:clamp(20px,3vw,30px);border-radius:28px;background:#fff;box-shadow:0 30px 90px #0f172a59}.org-modal-header{display:flex;justify-content:space-between;gap:16px;margin-bottom:20px}.org-modal-header h2{margin:0;font-size:30px;letter-spacing:-.04em}.org-icon-btn{width:42px;height:42px;border-radius:14px;background:#f1f5f9;color:#0f172a;font-size:28px;line-height:1}.org-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.org-form-grid label{display:grid;gap:8px;color:#334155;font-weight:900}.owner-org-loading,.owner-org-error{max-width:560px;margin:12vh auto;padding:28px;border:1px solid #e5e7eb;border-radius:28px;background:#fff;box-shadow:0 22px 60px #0f172a14}.owner-org-spinner{width:38px;height:38px;border:4px solid #dbeafe;border-top-color:#2563eb;border-radius:999px;animation:ownerOrgSpin .8s linear infinite}@keyframes ownerOrgSpin{to{transform:rotate(360deg)}}@media(max-width:1180px){.org-metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.org-overview-grid,.org-billing-grid{grid-template-columns:1fr}}@media(max-width:760px){.owner-org-page{padding:18px}.owner-org-hero{flex-direction:column}.org-hero-actions,.org-hero-actions .org-btn{width:100%}.org-metrics-grid,.org-usage-grid,.org-billing-metrics{grid-template-columns:1fr}.org-tabs-shell{width:100%}.org-panel{padding:16px;border-radius:22px}.org-panel-header-row{flex-direction:column}.org-panel-header-row .org-btn{width:100%}.org-table-shell{overflow:visible;border:0;background:transparent}.org-table{min-width:0;border-collapse:separate;border-spacing:0 14px}.org-table thead{display:none}.org-table tbody{display:grid;gap:14px}.org-table tr{display:grid;gap:12px;padding:16px;border:1px solid #e5e7eb;border-radius:20px;background:#fff;box-shadow:0 16px 34px #0f172a0f}.org-table td{display:grid;gap:6px;padding:0;border:0}.org-table td:before{content:attr(data-label);color:#64748b;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.05em}.org-billing-actions,.org-modal-actions{flex-direction:column}.org-billing-actions .org-btn,.org-modal-actions .org-btn{width:100%}.org-form-grid{grid-template-columns:1fr}}@media(max-width:430px){.owner-org-page{padding:14px}.owner-org-hero h1{font-size:42px}}.owner-login-page,.owner-login-page *{box-sizing:border-box}.owner-login-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 20% 10%,rgba(37,99,235,.15),transparent 28%),radial-gradient(circle at 90% 0%,rgba(124,58,237,.12),transparent 26%),#f7f9fd;color:#0f172a}.owner-login-card{width:min(460px,100%);padding:clamp(24px,5vw,42px);border:1px solid #e5e7eb;border-radius:30px;background:#fffffff0;box-shadow:0 30px 90px #0f172a1f}.owner-login-brand{display:flex;align-items:center;gap:12px;margin-bottom:28px;color:#2563eb;font-weight:950}.owner-login-mark{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:#2563eb;color:#fff;font-weight:950}.owner-login-card h1{margin:0;font-size:clamp(38px,7vw,58px);line-height:.95;letter-spacing:-.06em;font-weight:950}.owner-login-card p{margin:16px 0 28px;color:#64748b;font-size:16px;font-weight:650}.owner-login-form{display:grid;gap:16px}.owner-login-form label{display:grid;gap:8px;color:#334155;font-weight:900}.owner-login-form input{width:100%;min-height:52px;padding:0 14px;border:1px solid #dbe3ef;border-radius:16px;background:#fff;color:#0f172a;font-size:16px;font-weight:700;outline:none}.owner-login-form input:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.owner-login-form button{min-height:54px;border:0;border-radius:16px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-weight:950;cursor:pointer;box-shadow:0 18px 40px #2563eb40}.owner-login-form button:disabled{opacity:.65;cursor:not-allowed}.owner-login-error{margin-top:16px;padding:12px 14px;border-radius:14px;background:#fee2e2;color:#991b1b;font-weight:800}.owner-login-error.hidden{display:none}.owner-login-link{display:inline-block;margin-top:22px;color:#2563eb;font-weight:900;text-decoration:none}@media(max-width:480px){.owner-login-page{padding:14px}.owner-login-card{border-radius:24px}}.billing-page{width:100%;min-height:100vh;padding:32px;background:#f8fafc;box-sizing:border-box}.billing-hero{max-width:1100px;margin:0 auto 24px;padding:38px;border-radius:28px;background:radial-gradient(circle at top right,rgba(37,99,235,.14),transparent 35%),#fff;border:1px solid rgba(226,232,240,.9);box-shadow:0 24px 70px #0f172a14}.billing-badge{display:inline-flex;margin-bottom:14px;padding:8px 12px;border-radius:999px;background:#eff6ff;color:#2563eb;font-weight:900;font-size:13px}.billing-hero h1{margin:0 0 12px;font-size:clamp(34px,5vw,56px);line-height:1;letter-spacing:-2px;color:#0f172a}.billing-hero p{max-width:720px;margin:0;font-size:17px;line-height:1.55;color:#64748b}.billing-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.billing-card{padding:26px;border-radius:26px;background:#fff;border:1px solid rgba(226,232,240,.9);box-shadow:0 18px 50px #0f172a12}.billing-card.featured{border-color:#2563eb59;box-shadow:0 28px 80px #2563eb29}.billing-plan{font-size:18px;font-weight:900;color:#0f172a}.billing-price{margin:14px 0;font-size:40px;font-weight:950;color:#0f172a;letter-spacing:-1px}.billing-price span{font-size:14px;color:#64748b}.billing-card p{color:#64748b;line-height:1.45}.billing-card ul{margin:20px 0;padding:0;list-style:none}.billing-card li{padding:8px 0;color:#334155;font-weight:700}.billing-card li:before{content:"✓";margin-right:8px;color:#2563eb;font-weight:900}.billing-btn{width:100%;height:48px;border:0;border-radius:16px;font-weight:900;cursor:pointer}.billing-btn.primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 16px 34px #2563eb47}.billing-btn.secondary{background:#f1f5f9;color:#0f172a}.billing-btn:disabled{opacity:.7;cursor:not-allowed}@media(max-width:768px){.billing-page{padding:16px 14px 110px}.billing-hero{padding:24px;border-radius:24px}.billing-grid{grid-template-columns:1fr}}
