:root{--bg:#f5f7fb;--panel:#fff;--ink:#0d1526;--muted:#667085;--soft:#e5eaf2;--line:#dfe5ee;--blue:#15f;--blue-dark:#0b3dc7;--teal:#19c8c3;--green:#107c41;--red:#c72f3b;--sidebar:#080d14;--sidebar-2:#111827;--shadow:0 24px 70px #0f172a1f}*{box-sizing:border-box}html,body{background:var(--bg);min-height:100%;color:var(--ink);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,textarea{font:inherit}a{color:inherit;text-decoration:none}.app-shell{grid-template-columns:286px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{color:#fff;background:linear-gradient(#06090f 0%,#0b111b 100%);border-right:1px solid #ffffff14;height:100vh;position:sticky;top:0;overflow:auto}.brand{border-bottom:1px solid #ffffff14;justify-content:center;align-items:center;padding:24px 22px 20px;display:flex}.brand-logo{object-fit:contain;object-position:left center;background:#fff;border-radius:14px;width:198px;height:74px;padding:8px}.sidebar-label,.eyebrow{color:#667085;letter-spacing:.32em;text-transform:uppercase;margin:0;font-size:.76rem;font-weight:900}.nav-list{gap:4px;padding:0 12px 24px;display:grid}.nav-item{color:#dfe7f4;border-radius:12px;align-items:center;gap:12px;min-height:48px;padding:0 14px;font-weight:800;display:flex}.nav-item:hover,.nav-item.active{color:#fff;background:#1b2432}.nav-icon{color:#a8b3c4;text-align:center;width:24px}.nav-item-disabled{opacity:.44;cursor:not-allowed}.main-area{min-width:0}.topbar{z-index:20;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);background:#f5f7fbe8;justify-content:space-between;align-items:center;gap:20px;padding:28px 36px;display:flex;position:sticky;top:0}.topbar-actions{align-items:center;gap:12px;display:flex}.alert-button,.profile-button,.primary-button,.secondary-button{border:1px solid var(--line);cursor:pointer;font-weight:900}.alert-button{background:#fff;border-radius:16px;align-items:center;gap:10px;padding:14px 18px;display:inline-flex}.alert-button span{background:var(--blue);color:#fff;border-radius:8px;place-items:center;min-width:26px;min-height:26px;display:inline-grid}.profile-button{color:#fff;background:#101928;border-radius:16px;width:48px;height:48px}.page-heading{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:26px;display:flex}.page-heading p:not(.eyebrow){color:var(--muted);max-width:680px;margin:0;font-size:1.05rem;line-height:1.55}.primary-button,.secondary-button{border-radius:16px;justify-content:center;align-items:center;min-height:50px;padding:0 22px;display:inline-flex}.primary-button{background:var(--blue);color:#fff;border-color:var(--blue);box-shadow:0 18px 36px #15f3}.secondary-button{color:var(--ink);background:#fff}.stats-grid{gap:14px;margin-bottom:26px;display:grid}.dashboard-grid{grid-template-columns:repeat(7,minmax(130px,1fr))}.stat-card{background:var(--panel);border:1px solid var(--line);text-align:left;border-radius:22px;align-content:start;gap:8px;width:100%;min-height:132px;padding:22px;display:grid}.stat-card strong{letter-spacing:-.05em;font-size:clamp(2rem,3vw,3.2rem);line-height:1}.stat-card span{color:var(--muted);font-weight:700}.stat-label{color:var(--muted);letter-spacing:.26em;text-transform:uppercase;margin:0;font-size:.8rem;font-weight:900}.stat-card.clickable{cursor:pointer}.stat-card.clickable:hover{border-color:#1155ff80;transform:translateY(-1px);box-shadow:0 16px 36px #1155ff17}.filter-pills{flex-wrap:wrap;gap:12px;margin:0 0 22px;display:flex}.filter-pills button{border:1px solid var(--line);color:#344054;cursor:pointer;background:#fff;border-radius:999px;min-height:48px;padding:0 22px;font-weight:900}.filter-pills button.active{background:var(--ink);color:#fff;border-color:var(--ink)}.content-grid{gap:22px;display:grid}.two-columns{grid-template-columns:minmax(0,1.35fr) minmax(360px,.65fr)}.panel-card{background:var(--panel);border:1px solid var(--line);border-radius:26px;overflow:hidden;box-shadow:0 10px 30px #0f172a0a}.panel-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;padding:24px;display:flex}.panel-header h3{margin:8px 0 0;font-size:1.5rem}.table-card{border-radius:24px}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%}th,td{border-bottom:1px solid var(--line);text-align:left;vertical-align:middle;padding:20px 22px}th{color:#243044;text-transform:uppercase;letter-spacing:.28em;background:#fbfcff;font-size:.78rem;font-weight:950}td{font-size:.98rem;font-weight:700}td strong,td span{display:block}td span{color:var(--muted);margin-top:5px;font-weight:600}.clickable-row{cursor:pointer}.table-link{color:var(--blue);cursor:pointer;background:0 0;border:0;border-radius:8px;padding:6px 8px;font-weight:950}.table-link:hover{background:#1155ff14}.status-pill{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:28px;padding:0 10px;font-size:.76rem;font-weight:950;display:inline-flex}.status-pill.green{color:#067647;background:#dcfae6}.status-pill.blue{color:#1849a9;background:#e8f0ff}.status-pill.red{color:#b42318;background:#fee4e2}.action-list{display:grid}.action-item{border-bottom:1px solid var(--line);padding:22px 24px}.action-item strong,.action-item span{display:block}.action-item span{color:var(--muted);margin-top:6px}.drawer-layer{z-index:80;position:fixed;inset:0}.drawer-backdrop{cursor:pointer;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0d152673;border:0;position:absolute;inset:0}.detail-drawer{width:min(760px,96vw);box-shadow:var(--shadow);background:#fff;padding:34px;position:absolute;inset:0 0 0 auto;overflow-y:auto}.drawer-close{float:right;border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:18px;width:52px;height:52px;font-size:2rem;line-height:1;position:sticky;top:0}.detail-drawer h2{letter-spacing:-.06em;margin:12px 64px 12px 0;font-size:clamp(2rem,4vw,3rem);line-height:1.05}.drawer-subtitle{color:var(--muted);font-size:1.08rem;line-height:1.6}.drawer-stats-grid{margin:28px 0 20px}.drawer-stats-grid .stat-card{min-height:112px}.drawer-tabs{border-bottom:1px solid var(--line);flex-wrap:wrap;gap:8px;margin:24px 0;padding-bottom:14px;display:flex}.drawer-tabs button{cursor:pointer;color:#475467;text-transform:capitalize;background:#f1f5f9;border:0;border-radius:999px;padding:10px 14px;font-weight:900}.drawer-tabs button.active{background:var(--blue);color:#fff}.drawer-section h3{margin:0 0 14px;font-size:1.5rem}.drawer-section p{color:var(--muted);line-height:1.7}.mini-card{border:1px solid var(--line);background:#fbfcff;border-radius:18px;padding:16px 18px}.mini-card span{color:var(--muted);margin-top:6px}.empty-state{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:16px;padding:18px}.notes-box{border:1px solid var(--line);resize:vertical;border-radius:18px;width:100%;min-height:140px;margin-bottom:14px;padding:16px}@media (max-width:1180px){.app-shell{grid-template-columns:88px minmax(0,1fr)}.brand-logo{object-fit:cover;object-position:left center;width:54px;height:54px}.sidebar-label,.nav-item span:last-child{display:none}.nav-item{justify-content:center}.dashboard-grid,.page-stats{grid-template-columns:repeat(2,minmax(160px,1fr))}.two-columns{grid-template-columns:1fr}}@media (max-width:720px){.app-shell{grid-template-columns:1fr}.sidebar{height:auto;position:static}.brand{justify-content:flex-start}.brand-logo{object-fit:contain;width:170px;height:62px}.nav-list{grid-auto-columns:max-content;grid-auto-flow:column;padding:12px;overflow-x:auto}.nav-item span:last-child{display:inline}.topbar,.page-heading{flex-direction:column;align-items:flex-start}.topbar,.page-section{padding:24px}.dashboard-grid,.page-stats,.drawer-stats-grid{grid-template-columns:1fr}.detail-drawer{width:100vw;padding:24px}}.status-pill.yellow{color:#b54708;background:#fff4d6}.muted-note{color:var(--muted);margin:0 0 16px;font-weight:700}.pipeline-board{grid-auto-columns:minmax(280px,1fr);grid-auto-flow:column;gap:16px;padding-bottom:18px;display:grid;overflow-x:auto}.pipeline-column{border:1px solid var(--line);background:#eef3f9;border-radius:24px;min-height:460px;overflow:hidden}.pipeline-column-header{border-bottom:1px solid var(--line);background:#fbfcff;justify-content:space-between;align-items:flex-start;gap:14px;padding:18px;display:flex}.pipeline-column-header strong,.pipeline-column-header span{display:block}.pipeline-column-header strong{letter-spacing:-.02em;font-size:1rem}.pipeline-column-header span{color:var(--muted);white-space:nowrap;font-size:.86rem;font-weight:800}.pipeline-card-list{gap:12px;padding:14px;display:grid}.opportunity-card{border:1px solid var(--line);text-align:left;cursor:pointer;background:#fff;border-radius:18px;gap:8px;width:100%;padding:16px;display:grid;box-shadow:0 10px 24px #0f172a0a}.opportunity-card:hover{border-color:#1155ff80;transform:translateY(-1px)}.opportunity-card strong,.opportunity-card span,.opportunity-card b,.opportunity-card em{display:block}.opportunity-card span,.opportunity-card em{color:var(--muted);font-style:normal;font-weight:800}.opportunity-card-footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding-top:8px;display:flex}.pipeline-empty{color:var(--muted);text-align:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:16px;margin:0;padding:18px;font-weight:800}.filter-panel-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.filter-panel-header h3{margin:8px 0 0;font-size:1.35rem}.filter-grid{grid-template-columns:repeat(3,minmax(180px,1fr));gap:14px;display:grid}.filter-field{gap:8px;display:grid}.filter-field span,.settings-field span{color:#344054;letter-spacing:.18em;text-transform:uppercase;font-size:.78rem;font-weight:950}.filter-field select,.settings-field input{border:1px solid var(--line);width:100%;min-height:50px;color:var(--ink);background:#fff;border-radius:16px;outline:none;padding:0 14px;font-weight:850}.filter-field select:focus,.settings-field input:focus{border-color:#1155ffa6;box-shadow:0 0 0 4px #1155ff14}.compact-button{min-height:44px;padding-inline:16px}.table-empty-state{color:var(--muted);border-top:1px solid var(--line);background:#fbfcff;padding:24px;font-weight:850}.settings-panel{overflow:hidden}.settings-form-grid{grid-template-columns:repeat(2,minmax(220px,1fr));gap:16px;padding:24px;display:grid}.settings-field{gap:8px;display:grid}.settings-note{color:var(--muted);margin:0;padding:0 24px 24px;font-weight:800}.settings-list{padding:24px}@media (max-width:920px){.filter-grid,.settings-form-grid{grid-template-columns:1fr}.filter-panel-header{flex-direction:column}}.auth-loading-screen,.login-page{background:radial-gradient(circle at 0 0,#1155ff24,#0000 34%),#f4f7fb;min-height:100vh}.auth-loading-screen{place-items:center;padding:24px;display:grid}.auth-loading-card{border:1px solid var(--line);width:min(420px,100%);box-shadow:var(--shadow);text-align:center;background:#fff;border-radius:28px;padding:34px}.auth-loading-card img{width:130px;height:auto;margin-bottom:14px}.login-page{grid-template-columns:1.05fr .95fr;align-items:stretch;gap:28px;padding:36px;display:grid}.login-hero-panel,.login-card{border:1px solid var(--line);box-shadow:var(--shadow);background:#ffffffeb;border-radius:34px}.login-hero-panel{flex-direction:column;justify-content:center;padding:44px;display:flex;position:relative;overflow:hidden}.login-hero-panel:after{content:"";background:#1155ff17;border-radius:999px;width:360px;height:360px;position:absolute;bottom:-120px;right:-90px}.login-brand-card{border:1px solid var(--line);background:#fff;border-radius:24px;width:178px;margin-bottom:34px;padding:18px}.login-brand-card img{width:100%;height:auto;display:block}.login-hero-panel h1{z-index:1;letter-spacing:-.08em;max-width:720px;margin:12px 0 16px;font-size:clamp(2.2rem,5vw,4.8rem);line-height:.95;position:relative}.login-hero-panel p:not(.eyebrow){z-index:1;max-width:680px;color:var(--muted);font-weight:750;line-height:1.7;position:relative}.login-note-grid{z-index:1;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:36px;display:grid;position:relative}.login-note-grid div{border:1px solid var(--line);background:#fbfcff;border-radius:22px;padding:18px}.login-note-grid strong,.login-note-grid span{display:block}.login-note-grid strong{margin-bottom:8px}.login-note-grid span{color:var(--muted);font-size:.9rem;font-weight:750;line-height:1.45}.login-card{align-self:center;padding:34px}.login-card h2{letter-spacing:-.04em;margin:10px 0 8px;font-size:2rem}.login-subtitle,.login-footer-note{color:var(--muted);font-weight:750;line-height:1.55}.demo-user-list{gap:12px;margin-top:24px;display:grid}.demo-user-button{border:1px solid var(--line);text-align:left;cursor:pointer;background:#fff;border-radius:20px;grid-template-columns:48px 1fr auto;align-items:center;gap:14px;width:100%;padding:16px;transition:all .18s;display:grid}.demo-user-button:hover{border-color:#1155ff59;transform:translateY(-2px);box-shadow:0 18px 36px #10182814}.demo-avatar{color:#fff;background:#0b1220;border-radius:16px;place-items:center;width:48px;height:48px;font-weight:950;display:grid}.demo-user-copy strong,.demo-user-copy small{display:block}.demo-user-copy small{color:var(--muted);margin-top:4px;font-weight:750;line-height:1.4}.demo-user-arrow{color:var(--blue);font-size:1.3rem;font-weight:950}.login-footer-note{margin-top:22px;font-size:.9rem}.tenant-card{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:18px;margin:10px 16px 20px;padding:14px}.tenant-card strong,.tenant-card span{display:block}.tenant-card strong{color:#fff;font-size:.88rem;line-height:1.25}.tenant-card span{color:#fff9;margin-top:5px;font-size:.75rem;font-weight:800}.logout-button{border:1px solid var(--line);min-height:42px;color:var(--muted);cursor:pointer;background:#fff;border-radius:999px;padding:0 16px;font-weight:900}.worker-action-panel{justify-content:space-between;align-items:center;gap:20px;margin-top:24px;padding:24px;display:flex}.worker-action-panel h3{margin:8px 0}.worker-action-panel p:not(.eyebrow){color:var(--muted);font-weight:750;line-height:1.55}.worker-action-buttons{flex-wrap:wrap;gap:10px;display:flex}@media (max-width:980px){.login-page{grid-template-columns:1fr;padding:18px}.login-note-grid{grid-template-columns:1fr}.worker-action-panel{flex-direction:column;align-items:flex-start}}.guard-shell{background:#f5f7fb;grid-template-columns:260px minmax(0,1fr);min-height:100vh;display:grid}.guard-sidebar{color:#fff;background:#081827;flex-direction:column;gap:26px;height:100vh;padding:22px;display:flex;position:sticky;top:0}.guard-brand{color:#fff;align-items:center;gap:12px;text-decoration:none;display:flex}.guard-brand-mark{background:linear-gradient(135deg,#1371ff,#24c7c7);border-radius:14px;place-items:center;width:42px;height:42px;font-weight:950;display:grid}.guard-brand strong{font-size:1.05rem;display:block}.guard-brand span{color:#ffffffa6;font-size:.82rem}.guard-nav{gap:8px;display:grid}.guard-nav a{color:#ffffffc2;border-radius:14px;align-items:center;gap:12px;min-height:44px;padding:0 12px;font-weight:850;text-decoration:none;display:flex}.guard-nav a.active,.guard-nav a:hover{color:#fff;background:#ffffff1f}.guard-nav span{text-align:center;width:24px}.guard-logout{color:#fff;cursor:pointer;background:#ffffff1a;border:0;border-radius:14px;min-height:44px;margin-top:auto;font-weight:900}.guard-main{min-width:0}.guard-topbar{border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;min-height:76px;padding:0 30px;display:flex}.guard-topbar p{color:var(--muted);margin:0;font-weight:800}.guard-topbar strong{color:var(--ink)}.guard-page{padding:30px}.guard-hero{color:#fff;box-shadow:var(--shadow);background:linear-gradient(135deg,#071927,#0c4fb8);border-radius:28px;justify-content:space-between;align-items:flex-end;gap:22px;margin-bottom:24px;padding:30px;display:flex}.guard-hero h1{margin:8px 0;font-size:clamp(2rem,4vw,3.2rem)}.guard-hero p{color:#ffffffc7;max-width:680px}.guard-dashboard-grid{grid-template-columns:minmax(0,1.5fr) minmax(280px,.7fr);gap:20px;display:grid}.guard-card-header,.guard-shift-card-top{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.guard-card-header h2{margin:8px 0 0}.guard-shift-preview{gap:16px;margin-top:22px;display:grid}.guard-shift-preview div{gap:4px;display:grid}.guard-shift-preview span,.guard-shift-card span,.guard-shift-details-grid span{color:var(--muted);font-size:.9rem;font-weight:750}.guard-action-row{flex-wrap:wrap;gap:12px;margin-top:10px;display:flex}.guard-quick-actions a{color:var(--ink);border:1px solid var(--line);background:#f7f9ff;border-radius:16px;padding:14px;font-weight:900;text-decoration:none}.guard-shift-list{gap:16px;display:grid}.guard-shift-card-top strong{font-size:1.12rem;display:block}.guard-shift-details-grid{grid-template-columns:repeat(4,minmax(130px,1fr));gap:14px;margin-top:18px;display:grid}.guard-shift-details-grid div{border:1px solid var(--line);background:#f8faff;border-radius:16px;gap:6px;padding:14px;display:grid}.guard-shift-notes{color:var(--muted);margin:18px 0 8px;font-weight:750}.guard-form-layout{grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:20px;display:grid}.guard-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:22px;display:grid}.guard-form label{gap:8px;display:grid}.guard-form label span{color:#344054;font-size:.82rem;font-weight:900}.guard-form select,.guard-form textarea{border:1px solid var(--line);font:inherit;color:var(--ink);background:#fff;border-radius:16px;outline:none;padding:14px;font-weight:750}.guard-form textarea{resize:vertical}.guard-checkbox-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.guard-checkbox-grid label{border:1px solid var(--line);background:#f8faff;border-radius:14px;align-items:center;gap:8px;padding:12px;font-weight:850;display:flex}.guard-report-preview{align-self:start;padding:22px}.guard-report-preview h3{margin-top:8px}.guard-success-box{color:#067647;background:#ecfdf3;border:1px solid #abefc6;border-radius:16px;margin-top:18px;padding:14px;font-weight:850}.guard-profile-grid{grid-template-columns:repeat(2,minmax(280px,1fr));gap:20px;display:grid}@media (max-width:980px){.guard-shell{grid-template-columns:1fr}.guard-sidebar{height:auto;position:static}.guard-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.guard-dashboard-grid,.guard-form-layout,.guard-profile-grid,.guard-shift-details-grid,.guard-checkbox-grid,.guard-form{grid-template-columns:1fr}.guard-hero{flex-direction:column;align-items:flex-start}}.guard-main{background:#f4f7fb;min-height:100vh}.guard-page{max-width:1480px;margin:0 auto;padding:32px}.guard-page .page-heading{margin-bottom:24px}.guard-page .panel-card{padding:24px;overflow:visible}.guard-page .eyebrow{color:#667085;letter-spacing:.22em;text-transform:uppercase;margin:0 0 10px;font-size:.76rem;font-weight:950;line-height:1.2;display:block}.guard-page h1,.guard-page h2,.guard-page h3{color:#0f172a;line-height:1.05}.guard-hero{background:radial-gradient(circle at 100% 0,#2563eb8c,#0000 32%),linear-gradient(135deg,#061827,#0f4fb8);border-radius:30px;margin-bottom:26px;padding:34px}.guard-hero h1{margin:8px 0 12px}.guard-hero .primary-button{white-space:nowrap;flex:none;width:auto}.guard-page .stats-grid{align-items:stretch}.guard-page .stat-card,.guard-page .summary-card{min-height:150px;padding:24px;overflow:hidden}.guard-page .stat-card h3,.guard-page .summary-card h3{margin-top:0}.guard-page .stat-card strong,.guard-page .summary-card strong{word-break:normal;line-height:1}.guard-dashboard-grid{grid-template-columns:minmax(0,1.45fr) minmax(320px,.65fr);align-items:start;gap:22px;display:grid}.guard-card-large{min-height:380px}.guard-card-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:20px;display:flex}.guard-card-header h2{margin:0;font-size:1.7rem}.guard-shift-preview{gap:14px;display:grid}.guard-shift-preview>div:not(.guard-action-row){background:#f8faff;border:1px solid #dbe4f0;border-radius:16px;padding:15px}.guard-shift-preview strong{color:#0f172a;margin-bottom:4px;display:block}.guard-shift-preview span{color:#667085;font-weight:750}.guard-action-row{flex-wrap:wrap;align-items:center;gap:12px;margin-top:16px;display:flex}.guard-action-row .primary-button,.guard-action-row .secondary-button{justify-content:center;width:auto;min-width:145px}.guard-quick-actions{gap:12px;margin-top:16px;display:grid}.guard-quick-actions a{color:#0f172a;background:#f8faff;border:1px solid #dbe4f0;border-radius:16px;justify-content:space-between;align-items:center;min-height:52px;padding:0 16px;font-weight:900;text-decoration:none;display:flex}.guard-quick-actions a:hover{background:#eef4ff;border-color:#1155ff73}.guard-shift-card{padding:24px}.guard-shift-card-top{margin-bottom:18px}.guard-shift-card-top strong{color:#0f172a;font-size:1.25rem}.guard-shift-details-grid{grid-template-columns:repeat(4,minmax(140px,1fr));gap:14px;display:grid}.guard-shift-details-grid div{background:#f8faff;border:1px solid #dbe4f0;border-radius:16px;padding:15px}.guard-shift-details-grid span{color:#667085;letter-spacing:.12em;text-transform:uppercase;margin-bottom:6px;font-size:.78rem;font-weight:900;display:block}.guard-shift-details-grid strong{color:#0f172a}.guard-profile-grid{grid-template-columns:repeat(2,minmax(320px,1fr));align-items:start;gap:22px;display:grid}.guard-profile-grid .panel-card{min-height:100%}.guard-profile-grid .mini-list{gap:12px}.guard-profile-grid .mini-card{background:#f8faff;border:1px solid #dbe4f0;border-radius:16px;padding:16px 18px}.guard-profile-grid .mini-card strong{color:#0f172a;margin-bottom:8px;display:block}.guard-profile-grid .mini-card span{color:#667085;font-weight:750}.guard-profile-grid .status-pill{width:fit-content;padding:7px 12px;display:inline-flex}.guard-form{gap:18px;padding:24px}.guard-form label span{color:#344054;letter-spacing:.12em;text-transform:uppercase;font-size:.8rem;font-weight:950}.guard-form select,.guard-form textarea{border-color:#dbe4f0}.guard-report-preview{padding:24px}.guard-success-box{margin-top:18px}.guard-sidebar{box-shadow:12px 0 40px #0f172a14}.guard-nav a{transition:all .18s}.guard-nav a.active{background:#ffffff24}@media (max-width:1050px){.guard-page{padding:22px}.guard-dashboard-grid,.guard-profile-grid,.guard-form-layout{grid-template-columns:1fr}.guard-shift-details-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.guard-hero{align-items:flex-start}}@media (max-width:680px){.guard-page{padding:16px}.guard-shift-details-grid{grid-template-columns:1fr}.guard-action-row{flex-direction:column;align-items:stretch}.guard-action-row .primary-button,.guard-action-row .secondary-button{width:100%}.guard-topbar{padding:16px}}.real-login-form{gap:16px;margin-top:22px;display:grid}.real-login-form label{gap:8px;display:grid}.real-login-form label span{letter-spacing:.12em;color:#344054;text-transform:uppercase;font-size:.8rem;font-weight:950}.real-login-form input{border:1px solid var(--line);min-height:52px;font:inherit;border-radius:16px;outline:none;padding:0 14px;font-weight:750}.real-login-form input:focus{border-color:#1155ffa6;box-shadow:0 0 0 4px #1155ff14}.login-error{color:#b42318;background:#fee4e2;border:1px solid #fecdca;border-radius:14px;padding:12px;font-weight:850}.dashboard-grid .panel-card{padding:24px;overflow:visible}.panel-header{margin-bottom:18px}.panel-header h3{color:#0f172a;margin:6px 0 0;font-size:1.35rem}.mini-list{gap:12px;display:grid}.mini-card{box-shadow:none;background:#f8faff;border:1px solid #dbe4f0;border-radius:16px;padding:16px 18px}.mini-card strong{color:#0f172a;margin-bottom:8px;font-weight:950;line-height:1.25;display:block}.mini-card span{color:#667085;font-size:.92rem;font-weight:750;line-height:1.45}.mini-card .status-pill{vertical-align:middle;border-radius:999px;width:fit-content;min-height:auto;padding:5px 10px;font-size:.72rem;line-height:1;display:inline-flex}.empty-state{color:#667085;font-weight:800;line-height:1.5}@media (max-width:980px){.dashboard-grid{grid-template-columns:1fr}}.drawer-select{color:#0f172a;width:100%;min-height:50px;font:inherit;background:#fff;border:1px solid #dbe4f0;border-radius:14px;outline:none;padding:0 14px;font-weight:800}.drawer-select:focus{border-color:#1155ffa6;box-shadow:0 0 0 4px #1155ff14}.drawer-section-spaced:first-of-type{margin-top:0}.table-card td strong{color:#0f172a;display:block}.table-card td span{color:#667085;margin-top:3px;font-size:.86rem;font-weight:750;display:block}.table-card .status-pill{width:fit-content;display:inline-flex}@media (max-width:760px){.record-form{grid-template-columns:1fr}.record-form-actions{flex-direction:column}.record-form-actions button{width:100%}}.drawer-action-bar{justify-content:flex-end;margin-bottom:18px;display:flex}.record-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.record-form-field{gap:8px;display:grid}.record-form-field span{color:#344054;letter-spacing:.12em;text-transform:uppercase;font-size:.78rem;font-weight:950}.record-form-field input,.record-form-field select,.record-form-field textarea{color:#0f172a;width:100%;font:inherit;background:#fff;border:1px solid #dbe4f0;border-radius:14px;outline:none;padding:13px 14px;font-weight:750}.record-form-field input,.record-form-field select{min-height:50px}.record-form-field textarea{resize:vertical;min-height:90px}.record-form-field input:focus,.record-form-field select:focus,.record-form-field textarea:focus{border-color:#1155ffa6;box-shadow:0 0 0 4px #1155ff14}.record-form-actions{justify-content:flex-end;gap:12px;margin-top:8px;display:flex}.form-error{color:#b42318;background:#fee4e2;border:1px solid #fecdca;border-radius:14px;padding:12px;font-weight:850}.record-checkbox{background:#fff;border:1px solid #dbe4f0;border-radius:14px;align-items:center;gap:10px;min-height:50px;padding:0 14px;font-weight:850;display:flex!important}@media (max-width:760px){.record-form{grid-template-columns:1fr}.record-form-actions{flex-direction:column}.record-form-actions button{width:100%}}.shift-day-grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;display:grid}.shift-day-button{color:#475467;cursor:pointer;min-height:46px;font:inherit;background:#fff;border:1px solid #dbe4f0;border-radius:14px;font-weight:950}.shift-day-button.active{color:#fff;background:#15f;border-color:#1155ff40}.shift-warning-card{background:#fffaeb;border:1px solid #fedf89;border-radius:18px;gap:14px;margin:0 0 22px;padding:18px;display:grid}.shift-warning-card strong{color:#93370d;font-size:1.05rem;font-weight:950}.shift-warning-card span{color:#b54708;font-weight:800;line-height:1.5}.shift-preview-table{margin-top:18px;padding:0}@media (max-width:760px){.shift-day-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.pipeline-tabs{border:1px solid var(--line);background:#fff;border-radius:18px;gap:8px;margin:0 0 18px;padding:8px;display:inline-flex}.pipeline-tab{min-height:44px;color:var(--muted);cursor:pointer;font:inherit;background:0 0;border:1px solid #0000;border-radius:14px;padding:0 18px;font-weight:950}.pipeline-tab.active{background:var(--blue);color:#fff;border-color:#1155ff2e;box-shadow:0 12px 28px #1155ff2e}.pipeline-toolbar{border:1px solid var(--line);background:#fff;border-radius:20px;justify-content:space-between;align-items:center;gap:16px;margin:0 0 18px;padding:18px 20px;display:flex}.pipeline-toolbar strong,.pipeline-toolbar span{display:block}.pipeline-toolbar strong{letter-spacing:-.02em;font-size:1.05rem}.pipeline-toolbar span{color:var(--muted);margin-top:4px;font-weight:800}.drawer-action-bar{flex-wrap:wrap;gap:10px}@media (max-width:760px){.pipeline-tabs,.pipeline-toolbar{width:100%}.pipeline-tabs,.pipeline-toolbar,.drawer-action-bar{flex-direction:column;align-items:stretch}.pipeline-tab,.pipeline-toolbar button,.drawer-action-bar button{width:100%}.record-form{grid-template-columns:1fr}.record-form-actions{flex-direction:column}.record-form-actions button{width:100%}}.drawer-helper-text{color:var(--muted-text);margin:-.25rem 0 1rem;font-size:.9rem;line-height:1.5}.client-form-link-grid{gap:1rem;display:grid}.client-form-link-card{border:1px solid var(--border-color);background:#ffffff0a;border-radius:18px;gap:.75rem;padding:1rem;display:grid}.client-form-link-card strong{color:var(--text-color);margin-bottom:.2rem;display:block}.client-form-link-card span{color:var(--muted-text);font-size:.88rem}.client-form-link-card input{border:1px solid var(--border-color);width:100%;color:var(--text-color);background:#ffffff0f;border-radius:12px;padding:.75rem .85rem;font-size:.86rem}.form-helper-message{color:var(--muted-text);margin-top:.75rem;font-size:.9rem}.public-form-page{color:#f8fafc;background:radial-gradient(circle at 0 0,#1db9d629,#0000 28rem),linear-gradient(135deg,#08111f 0%,#101827 55%,#07101d 100%);justify-content:center;align-items:flex-start;min-height:100vh;padding:3rem 1rem;display:flex}.public-form-card{background:#0f172ae0;border:1px solid #94a3b838;border-radius:28px;width:min(760px,100%);padding:clamp(1.5rem,4vw,2.5rem);box-shadow:0 28px 80px #00000047}.public-form-card-centered{text-align:center;margin-top:8vh}.public-form-card h1{margin:.35rem 0 .85rem;font-size:clamp(2rem,5vw,3.4rem);line-height:1}.public-form-card p{color:#cbd5e1;line-height:1.6}.public-form-summary{background:#ffffff0d;border:1px solid #94a3b838;border-radius:18px;gap:.25rem;margin:1.5rem 0;padding:1rem;display:grid}.public-form-summary span{color:#94a3b8;text-transform:uppercase;letter-spacing:.08em;font-size:.82rem}.public-form-summary strong{color:#f8fafc}.public-record-form{margin-top:1.5rem}.public-record-form .record-form-field span{color:#e2e8f0}.public-record-form input,.public-record-form select,.public-record-form textarea{color:#f8fafc;background:#ffffff14;border-color:#94a3b84d}.public-record-form option{color:#0f172a}:root{--bg:#eef4fb;--panel:#fff;--ink:#0b1220;--muted:#64748b;--soft:#f6f9fd;--line:#d8e2ef;--blue:#1167ff;--blue-dark:#0b43c9;--teal:#18c7c8;--green:#0f8a54;--red:#d92d20;--yellow:#b54708;--sidebar:#07111f;--sidebar-2:#0d1b2d;--shadow:0 24px 80px #0611232e;--premium-shadow:0 20px 60px #0f172a14;--ring:0 0 0 4px #1167ff1a;--muted-text:var(--muted);--text-color:var(--ink);--border-color:var(--line)}html{text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px}body{color:var(--ink);background:radial-gradient(circle at 10% -10%,#18c7c82e,#0000 34rem),radial-gradient(circle at 85% 0,#1167ff24,#0000 34rem),linear-gradient(#f7fbff 0%,#eef4fb 52%,#eaf1f8 100%);font-size:1rem}button,input,select,textarea{font:inherit}button,a,.clickable-row,.table-link,.opportunity-card,.nav-item,.stat-card.clickable{transition:background-color .18s,border-color .18s,color .18s,box-shadow .18s,transform .18s,opacity .18s}.app-shell{background:0 0;grid-template-columns:268px minmax(0,1fr)}.sidebar{background:radial-gradient(circle at 30% 0,#18c7c81f,#0000 18rem),linear-gradient(#06111f 0%,#081525 52%,#050b14 100%);border-right:1px solid #ffffff14;box-shadow:12px 0 40px #0611231f}.brand{justify-content:flex-start;padding:20px 18px 16px}.brand-logo{background:#fffffff5;border-radius:16px;width:178px;height:60px;padding:7px 10px;box-shadow:0 16px 34px #00000029}.tenant-card{background:#fff1;border-color:#ffffff1c;border-radius:16px;margin:10px 14px 18px;padding:13px 14px}.tenant-card strong{letter-spacing:-.01em;font-size:.86rem}.tenant-card span{font-size:.74rem}.sidebar-label,.eyebrow{letter-spacing:.18em;font-size:.68rem;font-weight:900}.sidebar-label{color:#93a4bb;padding:18px 18px 10px}.nav-list{gap:3px;padding:0 10px 22px}.nav-item{color:#eaf2ffc7;border-radius:12px;gap:10px;min-height:40px;padding:0 12px;font-size:.92rem;font-weight:760}.nav-icon{color:#eaf2ff8a;width:22px}.nav-item:hover{color:#fff;background:#ffffff13}.nav-item.active{color:#fff;background:linear-gradient(135deg,#1167fff5,#18c7c8d6);box-shadow:0 14px 30px #1167ff38}.nav-item.active .nav-icon{color:#fff}.main-area{background:0 0}.topbar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f7fbffc7;border-bottom:1px solid #d8e2efbf;min-height:76px;padding:18px 28px}.topbar h1{letter-spacing:-.035em;margin:5px 0 0;font-size:clamp(1.35rem,2vw,2rem);line-height:1.08}.topbar-actions{gap:10px}.alert-button,.profile-button,.logout-button{border-radius:999px;min-height:40px;font-size:.86rem;font-weight:850;box-shadow:0 10px 24px #0f172a0d}.alert-button{background:#ffffffeb;padding:0 14px}.alert-button span{border-radius:999px;min-width:22px;min-height:22px;font-size:.76rem}.profile-button{background:linear-gradient(135deg,#0b1220,#143b63);border-radius:999px;width:40px;height:40px}.logout-button{padding:0 14px}.page-section{padding:28px}.page-heading{gap:18px;margin-bottom:22px}.page-heading h2{letter-spacing:-.055em;margin:6px 0 8px;font-size:clamp(1.95rem,4vw,3.15rem);line-height:1.02}.page-heading p:not(.eyebrow){color:#667085;max-width:720px;font-size:.96rem;font-weight:650;line-height:1.55}.primary-button,.secondary-button,.compact-button{border-radius:13px;min-height:42px;padding:0 16px;font-size:.9rem;font-weight:850}.primary-button{background:linear-gradient(135deg, var(--blue), #0b52d6);border-color:#0000;box-shadow:0 14px 32px #1167ff33}.primary-button:hover{transform:translateY(-1px);box-shadow:0 18px 42px #1167ff42}.secondary-button{border-color:var(--line);color:#172033;background:#ffffffeb}.secondary-button:hover{border-color:#1167ff47;box-shadow:0 12px 28px #0f172a0f}.stats-grid{gap:12px;margin-bottom:22px}.page-stats,.drawer-stats-grid{grid-template-columns:repeat(4,minmax(150px,1fr))}.stat-card{min-height:108px;box-shadow:var(--premium-shadow);background:linear-gradient(#fffffffa,#fafdfffa);border-color:#d8e2efe6;border-radius:18px;padding:18px}.stat-card strong{letter-spacing:-.05em;font-size:clamp(1.55rem,2.2vw,2.25rem)}.stat-card span{color:#667085;font-size:.86rem;font-weight:680;line-height:1.35}.stat-label{color:#64748b;letter-spacing:.17em;font-size:.68rem;font-weight:900}.stat-card.clickable:hover{border-color:#1167ff6b;box-shadow:0 18px 48px #1167ff1f}.panel-card{box-shadow:var(--premium-shadow);background:#fffffff5;border-color:#d8e2efeb;border-radius:20px}.panel-header{padding:18px 20px}.panel-header h3{letter-spacing:-.025em;margin:5px 0 0;font-size:1.12rem}.dashboard-grid{grid-template-columns:minmax(0,1.28fr) minmax(330px,.72fr);align-items:start;gap:16px;display:grid}.dashboard-grid .panel-card{padding:18px}.dashboard-grid .panel-card:first-child{grid-row:span 2}.dashboard-grid .panel-card:nth-child(4){grid-column:1/-1}.mini-list{gap:10px}.mini-card{background:#f8fbff;border-color:#dde7f3;border-radius:14px;padding:14px 15px}.mini-card strong{letter-spacing:-.01em;margin-bottom:6px;font-size:.95rem}.mini-card span{font-size:.84rem}.table-card{border-radius:20px;overflow:hidden}.table-wrap{background:#fff}th,td{padding:14px 16px}th{color:#56657a;letter-spacing:.16em;background:#f8fbff;font-size:.68rem;font-weight:900}td{color:#152033;font-size:.9rem;font-weight:680}td span,.table-card td span{color:#667085;font-size:.8rem;font-weight:650}.clickable-row:hover{background:#f8fbff}.table-link{font-size:.86rem;font-weight:850}.status-pill{letter-spacing:.01em;min-height:24px;padding:0 9px;font-size:.68rem}.filter-pills{gap:8px;margin-bottom:18px}.filter-pills button,.pipeline-tab{min-height:38px;padding:0 14px;font-size:.86rem;font-weight:820}.filter-panel{margin-bottom:18px;padding:18px}.filter-panel-header h3{font-size:1.08rem}.filter-grid{gap:12px}.filter-field span,.settings-field span,.record-form-field span{color:#526174;letter-spacing:.12em;font-size:.68rem;font-weight:880}.filter-field input,.filter-field select,.settings-field input,.settings-field select,.record-form-field input,.record-form-field select,.record-form-field textarea,.drawer-select,.notes-box{color:#132033;background:#fff;border-color:#d8e2ef;border-radius:12px;font-size:.92rem;font-weight:650;box-shadow:inset 0 1px #ffffffb3}.filter-field input,.filter-field select,.settings-field input,.settings-field select,.record-form-field input,.record-form-field select,.drawer-select{min-height:42px;padding:0 12px}.record-form-field textarea,.notes-box{padding:12px}.filter-field input:focus,.filter-field select:focus,.settings-field input:focus,.settings-field select:focus,.record-form-field input:focus,.record-form-field select:focus,.record-form-field textarea:focus,.drawer-select:focus,.notes-box:focus{box-shadow:var(--ring);border-color:#1167ff99}.pipeline-board{gap:14px}.pipeline-column{background:#f2f7fceb;border-radius:20px}.pipeline-column-header{padding:14px}.pipeline-card-list{padding:12px}.opportunity-card{border-radius:15px;padding:14px}.drawer-layer{z-index:120}.drawer-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#040c1885}.detail-drawer{background:#f6f9fd;border:1px solid #d8e2efe6;border-radius:28px;flex-direction:column;width:min(900px,100vw - 28px);padding:0;display:flex;inset:14px 14px 14px auto;overflow:hidden;box-shadow:0 30px 90px #030a1847}.record-panel-header{z-index:2;background:radial-gradient(circle at 10% 0,#18c7c821,#0000 18rem),linear-gradient(135deg,#fff 0%,#f8fbff 100%);border-bottom:1px solid #d8e2efeb;justify-content:space-between;align-items:flex-start;gap:20px;padding:22px 24px 18px;display:flex;position:sticky;top:0}.record-panel-title-block{min-width:0}.record-panel-eyebrow{color:#1167ff;margin-bottom:8px}.detail-drawer h2{color:#07111f;letter-spacing:-.045em;margin:0;font-size:clamp(1.45rem,2.6vw,2.2rem);line-height:1.08}.drawer-subtitle{color:#667085;max-width:720px;margin:10px 0 0;font-size:.94rem;font-weight:650;line-height:1.5}.drawer-close{color:#334155;background:#fff;border-radius:999px;flex:none;width:38px;height:38px;font-size:1.5rem;position:static;box-shadow:0 10px 26px #0f172a14}.drawer-close:hover{color:var(--blue);border-color:#1167ff42;transform:translateY(-1px)}.record-panel-body{flex:1;padding:22px 24px 26px;overflow-y:auto}.drawer-action-bar{z-index:1;background:linear-gradient(#f6f9fdfa,#f6f9fd00);justify-content:flex-end;gap:8px;margin:-4px -2px 18px;padding:0 0 12px;position:sticky;top:0}.drawer-tabs{background:#edf3fa;border:1px solid #d8e2ef;border-radius:16px;gap:6px;margin:18px 0;padding:6px}.drawer-tabs button{color:#526174;background:0 0;border-radius:12px;min-height:34px;padding:0 12px;font-size:.84rem;font-weight:820}.drawer-tabs button.active{color:#0b1220;background:#fff;box-shadow:0 8px 20px #0f172a14}.drawer-stats-grid{gap:10px;margin:0 0 18px}.drawer-stats-grid .stat-card{min-height:88px;box-shadow:none;border-radius:16px}.drawer-stats-grid .stat-card strong{font-size:1.35rem}.drawer-section,.drawer-section-spaced{background:#fff;border:1px solid #d8e2ef;border-radius:18px;margin-top:14px;padding:18px;box-shadow:0 12px 32px #0f172a0a}.drawer-section:first-child,.drawer-section-spaced:first-child{margin-top:0}.drawer-section p,.drawer-helper-text{color:#667085;font-size:.9rem;font-weight:620;line-height:1.58}.record-form{gap:12px}.record-form-actions{gap:10px}.record-checkbox,.checkbox-field label{border-radius:12px;font-size:.9rem}.full-width{grid-column:1/-1}.empty-state,.table-empty-state{color:#667085;border-radius:14px;font-size:.9rem;font-weight:700}.client-form-link-card{background:#f8fbff;border-color:#d8e2ef}.client-form-link-card strong{color:#0b1220}.client-form-link-card span{color:#667085}.client-form-link-card input{color:#132033;background:#fff;border-color:#d8e2ef}@media (max-width:1180px){.app-shell{grid-template-columns:82px minmax(0,1fr)}.brand{justify-content:center;padding-inline:10px}.brand-logo{object-fit:cover;object-position:left center;width:52px;height:52px;padding:5px}.tenant-card{display:none}.nav-item{justify-content:center}.page-stats,.drawer-stats-grid{grid-template-columns:repeat(2,minmax(150px,1fr))}.dashboard-grid{grid-template-columns:1fr}.dashboard-grid .panel-card:first-child,.dashboard-grid .panel-card:nth-child(4){grid-area:auto}}@media (max-width:760px){html{font-size:13px}.app-shell{grid-template-columns:1fr}.topbar,.page-section{padding:18px}.topbar-actions{flex-wrap:wrap;width:100%}.page-heading{flex-direction:column}.page-stats,.drawer-stats-grid,.filter-grid,.record-form{grid-template-columns:1fr}.detail-drawer{border-radius:22px;width:calc(100vw - 16px);inset:8px}.record-panel-header,.record-panel-body{padding-left:16px;padding-right:16px}.drawer-action-bar,.record-form-actions{flex-direction:column;align-items:stretch;position:static}.drawer-action-bar button,.record-form-actions button{width:100%}th,td{padding:12px}}body.drawer-open{overflow:hidden}.drawer-layer{z-index:100;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.drawer-backdrop{-webkit-backdrop-filter:blur(8px)saturate(1.05);backdrop-filter:blur(8px)saturate(1.05);cursor:pointer;background:radial-gradient(circle at 68% 18%,#185fff2e,#0000 34rem),#080f1c8f;border:0;position:absolute;inset:0}.detail-drawer{background:linear-gradient(#fffffffa,#f8fbfffa);border:1px solid #cbd5e1f2;border-radius:30px;flex-direction:column;height:min(900px,100vh - 48px);max-height:calc(100vh - 48px);display:flex;box-shadow:0 28px 90px #0f172a52,inset 0 0 0 1px #ffffffb8;width:min(1180px,100vw - 48px)!important;padding:0!important;position:relative!important;inset:auto!important;overflow:hidden!important}.drawer-header{z-index:3;background:radial-gradient(circle at 14% 0,#1db9d61f,#0000 22rem),linear-gradient(#fffffffa,#f8fbfff5);border-bottom:1px solid #cbd5e1e6;justify-content:space-between;align-items:flex-start;gap:24px;padding:24px 28px 20px;display:flex;position:sticky;top:0}.drawer-title-block{min-width:0}.drawer-header .eyebrow{color:#15f;letter-spacing:.22em;text-transform:uppercase;margin:0 0 8px;font-size:.68rem;font-weight:950}.detail-drawer h2,.drawer-header h2{color:#07111f;letter-spacing:-.045em;max-width:850px;line-height:1.05;margin:0!important;font-size:clamp(1.5rem,2vw,2.05rem)!important}.drawer-subtitle{color:#64748b;margin:10px 0 0;font-weight:800;line-height:1.45;font-size:.9rem!important}.drawer-close{color:#0f172a;cursor:pointer;flex:none;box-shadow:0 10px 24px #0f172a14;float:none!important;background:#ffffffeb!important;border:1px solid #cbd5e1f2!important;border-radius:999px!important;width:42px!important;height:42px!important;font-size:1.35rem!important;line-height:1!important;position:static!important}.drawer-close:hover{color:#15f;transform:translateY(-1px);border-color:#1155ff59!important}.drawer-content{flex:auto;padding:22px 28px 28px;overflow-y:auto}.drawer-content::-webkit-scrollbar{width:10px}.drawer-content::-webkit-scrollbar-thumb{background-color:#64748b73;background-clip:padding-box;border:3px solid #0000;border-radius:999px}.drawer-action-bar{justify-content:flex-end;gap:10px;margin-bottom:16px;display:flex}.drawer-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0 0 16px!important;display:grid!important}.drawer-stats-grid .stat-card{background:linear-gradient(#fffffff5,#f8fbfff5);box-shadow:0 10px 26px #0f172a0a;border-radius:18px!important;min-height:104px!important;padding:16px!important}.drawer-stats-grid .stat-card strong{letter-spacing:-.045em;font-size:1.45rem!important}.drawer-stats-grid .stat-label,.drawer-stats-grid .stat-card p{letter-spacing:.16em!important;font-size:.66rem!important}.drawer-tabs{z-index:2;background:#f1f5f9c7;border-radius:18px;gap:8px;position:sticky;top:0;overflow-x:auto;border:1px solid #cbd5e1e6!important;flex-wrap:nowrap!important;margin:0 0 18px!important;padding:8px!important;display:flex!important}.drawer-tabs button{text-transform:capitalize;cursor:pointer;flex:none;min-height:36px;font-size:.78rem;font-weight:950;color:#475569!important;background:0 0!important;border:1px solid #0000!important;border-radius:12px!important;padding:0 14px!important}.drawer-tabs button.active{box-shadow:0 8px 20px #0f172a14;color:#0f172a!important;background:#fff!important;border-color:#1155ff38!important}.drawer-section{background:#ffffffc7;border:1px solid #cbd5e1e6;border-radius:22px;padding:18px;box-shadow:0 10px 24px #0f172a09}.drawer-section h3{color:#0f172a;letter-spacing:-.02em;margin:0 0 14px!important;font-size:1.05rem!important}.drawer-section p{color:#64748b;font-size:.88rem;line-height:1.55}.mini-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid!important}.mini-card{min-width:0;background:#f8fbff!important;border:1px solid #cbd5e1e6!important;border-radius:16px!important;padding:15px 16px!important}.mini-card strong,.mini-card span{display:block}.mini-card strong{color:#0f172a;overflow-wrap:anywhere;font-size:.88rem;line-height:1.35}.mini-card span{color:#64748b;overflow-wrap:anywhere;margin-top:5px;font-size:.78rem;font-weight:760;line-height:1.45}.record-form,.public-record-form{grid-template-columns:repeat(2,minmax(0,1fr));display:grid;gap:14px!important}.record-form .full-width,.public-record-form .full-width,.record-form-field.full-width{grid-column:1/-1}.record-form-field{min-width:0}.record-form-field span,.filter-field span{letter-spacing:.11em;text-transform:uppercase;color:#475569;font-weight:950;font-size:.72rem!important}.record-form-field input,.record-form-field select,.record-form-field textarea,.filter-field input,.filter-field select{border-radius:13px!important;min-height:42px!important;font-size:.86rem!important}.record-form-actions{grid-column:1/-1;justify-content:flex-end;gap:10px;padding-top:6px;display:flex}.primary-button,.secondary-button{font-size:.84rem;border-radius:13px!important;min-height:40px!important;padding:0 16px!important}.drawer-grid-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.drawer-grid-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.drawer-main-aside{grid-template-columns:minmax(0,1.5fr) minmax(280px,.8fr);gap:16px;display:grid}@media (max-width:1100px){.detail-drawer{width:min(960px,100vw - 32px)!important}.drawer-stats-grid,.mini-list,.drawer-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.drawer-layer{place-items:stretch stretch;padding:0}.detail-drawer{border-radius:0;height:100vh;max-height:100vh;width:100vw!important}.drawer-header{padding:20px}.drawer-content{padding:18px 18px 24px}.drawer-stats-grid,.mini-list,.record-form,.public-record-form,.drawer-grid-2,.drawer-grid-3,.drawer-main-aside{grid-template-columns:1fr}.drawer-action-bar,.record-form-actions{flex-direction:column}.drawer-action-bar button,.record-form-actions button{width:100%}}.home-page{gap:20px;display:grid}.home-heading{align-items:center;margin-bottom:0}.home-heading h2{margin-top:6px}.home-heading-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.home-kpi-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;display:grid}.home-kpi-card,.home-panel,.home-attention-item,.home-metric-row,.home-signal-card,.home-site-card{text-decoration:none}.home-kpi-card{color:#0f172a;background:radial-gradient(circle at 100% 0,#1155ff1f,#0000 34%),#fff;border:1px solid #b3c4dbbf;border-radius:24px;align-content:space-between;gap:10px;min-height:134px;padding:18px;transition:transform .18s,box-shadow .18s,border-color .18s;display:grid;position:relative;overflow:hidden;box-shadow:0 18px 44px #0f172a0f}.home-kpi-card:after{content:"";opacity:.16;background:#155eef;border-radius:16px;width:38px;height:38px;position:absolute;inset:auto 16px 14px auto}.home-kpi-card:hover{border-color:#1155ff6b;transform:translateY(-2px);box-shadow:0 22px 54px #0f172a1a}.home-kpi-label{color:#53657f;letter-spacing:.16em;text-transform:uppercase;font-size:.72rem;font-weight:950}.home-kpi-card strong{letter-spacing:-.06em;font-size:clamp(2rem,3vw,3.1rem);line-height:.92}.home-kpi-card small{color:#607089;max-width:210px;font-size:.82rem;font-weight:800;line-height:1.35}.home-kpi-card.tone-orange:after{background:#f79009}.home-kpi-card.tone-red:after{background:#d92d20}.home-kpi-card.tone-purple:after{background:#7a5af8}.home-kpi-card.tone-green:after{background:#12b76a}.home-main-grid{grid-template-columns:minmax(0,1.55fr) minmax(340px,.7fr);align-items:stretch;gap:18px;display:grid}.home-secondary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.home-panel{color:#0f172a;background:#ffffffeb;border:1px solid #b3c4dbb8;border-radius:26px;min-width:0;padding:20px;box-shadow:0 18px 48px #0f172a11}.home-panel-large{min-height:382px}.home-panel-header{border-bottom:1px solid #becce0b8;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:14px;padding-bottom:14px;display:flex}.home-panel-header h3{color:#0b1220;letter-spacing:-.03em;margin:5px 0 0;font-size:1.08rem}.home-panel-link{color:#155eef;white-space:nowrap;font-size:.82rem;font-weight:950}.home-attention-list{gap:10px;display:grid}.home-attention-item{color:#0f172a;background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #becce0c2;border-radius:18px;grid-template-columns:12px minmax(0,1fr);align-items:start;gap:14px;padding:14px;transition:transform .16s,border-color .16s,box-shadow .16s;display:grid}.home-attention-item:hover{border-color:#1155ff57;transform:translateY(-1px);box-shadow:0 14px 34px #0f172a12}.attention-dot{background:#155eef;border-radius:999px;width:10px;height:10px;margin-top:5px;box-shadow:0 0 0 5px #155eef1f}.attention-dot.danger{background:#d92d20;box-shadow:0 0 0 5px #d92d201f}.attention-dot.warning{background:#f79009;box-shadow:0 0 0 5px #f7900924}.attention-dot.success{background:#12b76a;box-shadow:0 0 0 5px #12b76a1f}.home-attention-item small{color:#64748b;letter-spacing:.1em;text-transform:uppercase;margin-bottom:4px;font-size:.72rem;font-weight:950;display:block}.home-attention-item strong{color:#0b1220;text-overflow:ellipsis;white-space:nowrap;font-size:.95rem;font-weight:950;line-height:1.25;display:block;overflow:hidden}.home-attention-item p{color:#617089;margin:5px 0 0;font-size:.82rem;font-weight:750;line-height:1.35}.home-empty-state{color:#496078;background:#f8fbff;border:1px dashed #8097b794;border-radius:20px;align-content:center;gap:6px;min-height:140px;padding:22px;display:grid}.home-empty-state strong{color:#0b1220;font-size:1.02rem}.home-empty-state span{font-weight:750;line-height:1.45}.home-metric-list{gap:10px;display:grid}.home-metric-list.compact{gap:8px}.home-metric-row{color:#0f172a;background:#f8fbff;border:1px solid #becce0bf;border-radius:17px;justify-content:space-between;align-items:center;gap:14px;min-height:54px;padding:13px 14px;display:flex}.home-metric-row:hover{border-color:#1155ff5c}.home-metric-row span{color:#53657f;font-size:.86rem;font-weight:850}.home-metric-row strong{color:#0b1220;font-size:1.18rem;font-weight:950}.home-metric-row.warning strong{color:#b54708}.home-metric-row.danger strong{color:#b42318}.home-signal-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.home-signal-card{color:#0f172a;background:#f8fbff;border:1px solid #becce0bd;border-radius:18px;gap:8px;min-height:104px;padding:14px;display:grid}.home-signal-card:hover{border-color:#1155ff5c}.home-signal-card span{color:#607089;font-size:.78rem;font-weight:850;line-height:1.35}.home-signal-card strong{color:#0b1220;letter-spacing:-.04em;align-self:end;font-size:1.8rem;line-height:.95}.home-finance-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:12px;display:grid}.home-finance-summary>div{background:linear-gradient(#f8fbff 0%,#eef5ff 100%);border:1px solid #becce0bd;border-radius:18px;gap:8px;padding:16px;display:grid}.home-finance-summary span{color:#607089;font-size:.78rem;font-weight:900}.home-finance-summary strong{color:#0b1220;letter-spacing:-.04em;font-size:1.25rem}.home-site-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.home-site-card{color:#0f172a;background:#f8fbff;border:1px solid #becce0bd;border-radius:18px;gap:6px;padding:14px;display:grid}.home-site-card:hover{border-color:#1155ff5c}.home-site-card strong{color:#0b1220;text-overflow:ellipsis;white-space:nowrap;font-size:.92rem;font-weight:950;overflow:hidden}.home-site-card span{color:#617089;font-size:.78rem;font-weight:760;line-height:1.35}@media (max-width:1320px){.home-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-site-grid,.home-signal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:1060px){.home-main-grid,.home-secondary-grid{grid-template-columns:1fr}.home-panel-large{min-height:auto}}@media (max-width:740px){.home-heading{align-items:stretch}.home-heading-actions{justify-content:stretch}.home-heading-actions .primary-button,.home-heading-actions .secondary-button{width:100%}.home-kpi-grid,.home-site-grid,.home-signal-grid,.home-finance-summary{grid-template-columns:1fr}}.home-command-grid{grid-template-columns:minmax(0,1.7fr) minmax(360px,.7fr);align-items:stretch}.home-action-panel,.home-operations-panel{flex-direction:column;height:430px;min-height:430px;display:flex;overflow:hidden}.home-action-panel .home-panel-header,.home-operations-panel .home-panel-header,.home-equal-panel .home-panel-header,.home-client-panel .home-panel-header{flex:none}.home-scroll-list{scrollbar-width:thin;scrollbar-color:#64748b6b transparent;min-height:0;padding-right:4px;overflow-y:auto}.home-scroll-list::-webkit-scrollbar{width:8px}.home-site-scroll::-webkit-scrollbar{width:8px}.home-scroll-list::-webkit-scrollbar-thumb{background:#64748b61;border-radius:999px}.home-site-scroll::-webkit-scrollbar-thumb{background:#64748b61;border-radius:999px}.home-scroll-list::-webkit-scrollbar-track{background:0 0}.home-site-scroll::-webkit-scrollbar-track{background:0 0}.home-ops-list{flex:1;align-content:stretch}.home-ops-list .home-metric-row{min-height:48px}.home-metric-row.success strong{color:#067647}.home-finance-sites-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch}.home-equal-panel{flex-direction:column;height:332px;min-height:332px;display:flex;overflow:hidden}.home-sites-panel .home-site-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-site-scroll{min-height:0;padding-right:4px;overflow-y:auto}.home-site-scroll .home-site-card{min-height:78px}.home-client-panel{min-height:auto}.home-signal-wide-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.home-signal-wide-grid .home-signal-card{background:radial-gradient(circle at 100% 0,#155eef14,#0000 34%),#f8fbff;min-height:118px}@media (max-width:1320px){.home-command-grid,.home-finance-sites-grid{grid-template-columns:1fr}.home-action-panel,.home-operations-panel,.home-equal-panel{height:auto;min-height:auto}.home-scroll-list,.home-site-scroll{max-height:420px}.home-signal-wide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:740px){.home-signal-wide-grid,.home-sites-panel .home-site-grid{grid-template-columns:1fr}}.home-action-panel,.home-operations-panel{height:500px!important;min-height:500px!important;overflow:hidden!important}.home-action-panel .home-scroll-list{flex:auto;min-height:0;max-height:none;padding-bottom:8px;overflow-y:auto}.home-operations-panel .home-ops-list{flex:auto;min-height:0;padding-bottom:8px;overflow-y:auto}.home-operations-panel .home-metric-row{flex-shrink:0;min-height:54px}.home-equal-panel{height:390px!important;min-height:390px!important;overflow:hidden!important}.home-equal-panel .home-metric-list.compact,.home-sites-panel .home-site-scroll{flex:auto;min-height:0;padding-bottom:10px;overflow-y:auto}.home-finance-summary{flex:none}.home-equal-panel .home-metric-row{flex-shrink:0;min-height:50px;padding-top:11px;padding-bottom:11px}@media (max-width:1320px){.home-action-panel,.home-operations-panel,.home-equal-panel{height:auto!important;min-height:auto!important;overflow:visible!important}.home-action-panel .home-scroll-list,.home-operations-panel .home-ops-list,.home-equal-panel .home-metric-list.compact,.home-sites-panel .home-site-scroll{max-height:420px;overflow-y:auto}}.smart-filter-panel{margin-bottom:14px}.smart-filter-grid{grid-template-columns:minmax(280px,1.5fr) repeat(3,minmax(180px,1fr));align-items:end}.filter-field-wide{min-width:280px}.filter-field input{border:1px solid var(--border,#cbd8ea);width:100%;color:var(--text,#07111f);font:inherit;background:#ffffffeb;border-radius:14px;outline:none;min-height:42px;padding:10px 12px;transition:border-color .18s,box-shadow .18s,background .18s}.filter-field input:focus{border-color:var(--primary,#2563eb);background:#fff;box-shadow:0 0 0 4px #2563eb1f}.contract-related-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.related-record-card{align-items:flex-start;min-height:126px}.related-record-card em{width:100%;color:var(--muted,#52647f);border-top:1px solid #94a3b82e;padding-top:7px;font-size:12px;font-style:normal;line-height:1.45;display:block}.pipeline-toolbar span{color:var(--muted,#52647f)}@media (max-width:1200px){.smart-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.filter-field-wide{grid-column:1/-1}.contract-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.smart-filter-grid,.contract-related-grid{grid-template-columns:1fr}}.smartops-filter-panel{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffb8;border:1px solid #94a3b847;border-radius:22px;grid-template-columns:minmax(260px,1.6fr) repeat(auto-fit,minmax(170px,1fr));align-items:end;gap:12px;margin:14px 0 18px;padding:14px;display:grid;box-shadow:0 18px 55px #0f172a0d}.smartops-search-field,.smartops-select-field,.smartops-checkbox-pill{flex-direction:column;gap:6px;min-width:0;display:flex}.smartops-search-field span,.smartops-select-field span{color:#64748b;letter-spacing:.08em;text-transform:uppercase;font-size:.68rem;font-weight:800}.smartops-search-field input,.smartops-select-field input,.smartops-select-field select{color:#0f172a;background:#f8fafcf2;border:1px solid #94a3b85c;border-radius:14px;outline:none;width:100%;min-height:42px;padding:0 12px;font-size:.86rem;font-weight:650;transition:border-color .16s,box-shadow .16s,background .16s}.smartops-search-field input:focus,.smartops-select-field input:focus,.smartops-select-field select:focus{background:#fff;border-color:#2563eb8c;box-shadow:0 0 0 4px #2563eb1a}.smartops-checkbox-pill{color:#334155;white-space:nowrap;background:#f8fafc;border:1px solid #94a3b85c;border-radius:999px;flex-direction:row;justify-content:center;align-self:end;align-items:center;gap:8px;min-height:42px;padding:0 14px;font-size:.82rem;font-weight:800}.smartops-checkbox-pill input{accent-color:#2563eb;width:15px;height:15px}.filter-field.filter-field-wide{grid-column:span 2}.filter-field input[type=date],.filter-field input[type=text],.filter-field input:not([type]){color:#0f172a;background:#f8fafcf2;border:1px solid #94a3b85c;border-radius:14px;min-height:42px;padding:0 12px;font-size:.86rem;font-weight:650}.table-empty-state{background:#f8fafcc2;border-radius:18px;margin-top:10px}@media (max-width:1100px){.smartops-filter-panel{grid-template-columns:1fr 1fr}.smartops-search-field,.filter-field.filter-field-wide{grid-column:1/-1}}@media (max-width:720px){.smartops-filter-panel{grid-template-columns:1fr}.smartops-checkbox-pill,.smartops-filter-panel .secondary-button{width:100%}}@media (max-width:760px){.record-files-header,.record-upload-dropzone,.record-file-row,.record-files-grid{grid-template-columns:1fr}.record-files-header{display:grid}.record-file-actions{flex-wrap:wrap;justify-content:flex-start}}.record-files-panel{gap:16px;display:grid}.record-files-panel.compact{gap:12px}.record-files-header{border-bottom:1px solid #94a3b838;justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:6px;display:flex}.record-files-header h3{color:#0f172a;margin:2px 0 4px;font-size:1rem;line-height:1.2}.record-files-header p{color:#64748b;margin:0;font-size:.82rem}.record-files-count{color:#0369a1;background:#0ea5e914;border:1px solid #0ea5e938;border-radius:999px;flex:none;padding:6px 10px;font-size:.72rem;font-weight:800}.record-files-upload-card{background:linear-gradient(#fff 0%,#f8fafc 100%);border:1px solid #94a3b838;border-radius:18px;padding:16px;box-shadow:0 14px 35px #0f172a0a}.record-files-grid{grid-template-columns:minmax(180px,.45fr) 1fr;align-items:end;gap:12px;display:grid}.record-upload-dropzone{background:#0ea5e90e;border:1px dashed #0ea5e973;border-radius:16px;grid-template-columns:minmax(220px,.7fr) 1fr;align-items:center;gap:14px;margin-top:12px;padding:14px;display:grid}.record-upload-dropzone input[type=file]{color:#334155;width:100%;font-size:.8rem}.record-upload-dropzone strong{color:#0f172a;margin-bottom:3px;font-size:.9rem;display:block}.record-upload-dropzone p{color:#64748b;margin:0;font-size:.78rem}.record-files-list{gap:10px;display:grid}.record-file-row{background:#fff;border:1px solid #94a3b82e;border-radius:16px;grid-template-columns:48px 1fr auto;align-items:center;gap:12px;padding:12px;display:grid;box-shadow:0 12px 28px #0f172a09}.record-file-icon{letter-spacing:.04em;color:#075985;background:linear-gradient(135deg,#0ea5e921,#14b8a621);border:1px solid #0ea5e92e;border-radius:14px;place-items:center;width:42px;height:42px;font-size:.66rem;font-weight:900;display:grid}.record-file-main{min-width:0}.record-file-main strong{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;font-size:.88rem;line-height:1.25;display:block;overflow:hidden}.record-file-main p{color:#64748b;margin:3px 0 0;font-size:.75rem}.record-file-main small{color:#475569;margin-top:4px;font-size:.75rem;line-height:1.35;display:block}.record-file-actions{align-items:center;gap:8px;display:flex}.secondary-button.small,.danger-button.small{border-radius:10px;padding:7px 10px;font-size:.72rem}.danger-button{color:#b91c1c;cursor:pointer;background:#fef2f2f2;border:1px solid #ef444438;font-weight:800}.danger-button:hover:not(:disabled){background:#fee2e2}.danger-button:disabled,.secondary-button:disabled{opacity:.65;cursor:not-allowed}.form-success{color:#15803d;background:#f0fdf4f2;border:1px solid #22c55e38;border-radius:14px;margin:0;padding:10px 12px;font-size:.8rem;font-weight:700}@media (max-width:760px){.record-files-header,.record-upload-dropzone,.record-file-row,.record-files-grid{grid-template-columns:1fr}.record-files-header{display:grid}.record-file-actions{flex-wrap:wrap;justify-content:flex-start}}.record-relationship-tabs{margin-top:18px}.relationship-tab-bar{background:#f8fafcdb;border:1px solid #94a3b83d;border-radius:18px;flex-wrap:wrap;gap:8px;margin-bottom:16px;padding:8px;display:flex}.relationship-tab-bar button{color:#64748b;letter-spacing:-.01em;cursor:pointer;background:0 0;border:0;border-radius:12px;padding:8px 12px;font-size:12px;font-weight:800;transition:all .16s}.relationship-tab-bar button:hover{color:#0f172a;background:#0f172a0f}.relationship-tab-bar button.active{color:#fff;background:#0f172a;box-shadow:0 10px 22px #0f172a29}.relationship-context-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.relationship-context-card,.relationship-related-card{color:inherit;background:#fff;border:1px solid #94a3b83d;border-radius:18px;padding:14px 15px;text-decoration:none;box-shadow:0 14px 38px #0f172a0d}.relationship-context-card{flex-direction:column;gap:5px;min-height:104px;display:flex}.relationship-context-card span,.relationship-related-main span,.relationship-related-main small,.relationship-context-card small{color:#64748b;font-size:12px;line-height:1.45}.relationship-context-card strong{color:#0f172a;font-size:14px;line-height:1.35}.relationship-context-card em{color:#2563eb;margin-top:auto;font-size:12px;font-style:normal;font-weight:800}.relationship-context-card.linked:hover,.relationship-related-card.linked:hover{border-color:#2563eb5c;transform:translateY(-1px);box-shadow:0 18px 45px #2563eb1c}.relationship-related-section{flex-direction:column;gap:12px;display:flex}.relationship-related-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.relationship-related-card{justify-content:space-between;align-items:flex-start;gap:16px;min-height:90px;display:flex}.relationship-related-main{flex-direction:column;gap:5px;min-width:0;display:flex}.relationship-related-main strong{color:#0f172a;font-size:14px;line-height:1.35}.relationship-badge{color:#0369a1;background:#0ea5e91c;border-radius:999px;flex:none;padding:5px 9px;font-size:11px;font-weight:800}@media (max-width:1100px){.relationship-context-grid,.relationship-related-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.relationship-context-grid,.relationship-related-list{grid-template-columns:1fr}}.guard-mobile-shell{background:radial-gradient(circle at 0 0,#1155ff2e,#0000 34%),linear-gradient(135deg,#06111f 0%,#0c1726 42%,#eef4ff 42%,#f6f9fc 100%);min-height:100vh}.guard-mobile-main{min-width:0}.guard-mobile-topbar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffeb;border-bottom:1px solid #94a3b838}.guard-mobile-brand{align-items:center;gap:10px;display:inline-flex}.guard-mobile-brand p{color:#64748b;letter-spacing:.14em;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:900}.guard-mobile-brand strong{color:#0f172a;letter-spacing:-.02em;font-size:.98rem;display:block}.guard-topbar-actions{align-items:center;gap:10px;display:flex}.guard-report-chip,.guard-mobile-logout{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #94a3b859;border-radius:999px;padding:10px 13px;font-size:.78rem;font-weight:900}.guard-report-chip{color:#fff;background:#0f172a;border-color:#0f172a}.guard-mobile-content{min-height:calc(100vh - 72px)}.guard-mobile-page{max-width:1180px;margin:0 auto;padding:24px}.guard-kicker{color:#64748b;letter-spacing:.16em;text-transform:uppercase;margin:0 0 6px;font-size:.72rem;font-weight:950}.guard-mobile-hero-card,.guard-today-card,.guard-mobile-section-card,.guard-mobile-shift-card,.guard-mobile-form-card,.guard-mobile-preview-card,.guard-mobile-empty-card,.guard-mobile-profile-hero{background:#fffffff5;border:1px solid #94a3b838;border-radius:28px;box-shadow:0 22px 70px #0f172a1a}.guard-mobile-hero-card{justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px;padding:26px;display:flex;position:relative;overflow:hidden}.guard-mobile-hero-card:after{content:"";pointer-events:none;background:#19c8c32e;border-radius:999px;width:230px;height:230px;position:absolute;inset:auto -80px -120px auto}.guard-mobile-hero-card h1,.guard-mobile-title-row h1,.guard-mobile-profile-hero h1{color:#0f172a;letter-spacing:-.06em;margin:0;font-size:clamp(1.8rem,6vw,3rem);line-height:1}.guard-mobile-hero-card span,.guard-mobile-title-row span,.guard-mobile-profile-hero span{color:#64748b;margin-top:8px;font-size:.92rem;font-weight:700;display:block}.guard-mobile-hero-action{z-index:1;color:#fff;background:linear-gradient(135deg,#15f,#19c8c3);border-radius:999px;justify-content:center;align-items:center;min-height:44px;padding:0 16px;font-size:.85rem;font-weight:950;display:inline-flex;box-shadow:0 16px 34px #1155ff38}.guard-today-card{margin-bottom:16px;padding:22px}.guard-card-header.compact{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:16px;display:flex}.guard-card-header.compact h2{color:#0f172a;letter-spacing:-.045em;margin:0;font-size:clamp(1.35rem,4vw,2rem);line-height:1.08}.guard-mobile-shift-meta{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:14px 0;display:grid}.guard-mobile-shift-meta div{background:#f8fafc;border:1px solid #e2e8f0e0;border-radius:18px;min-width:0;padding:13px}.guard-mobile-shift-meta span,.guard-mobile-stat-card span,.guard-mobile-info-list span{color:#64748b;letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:950;display:block}.guard-mobile-shift-meta strong,.guard-mobile-info-list strong{color:#0f172a;overflow-wrap:anywhere;margin-top:5px;font-size:.92rem;font-weight:900;display:block}.guard-next-shift-note{background:linear-gradient(135deg,#1155ff14,#19c8c314);border:1px solid #1155ff1f;border-radius:20px;padding:14px}.guard-next-shift-note strong,.guard-next-shift-note span{display:block}.guard-next-shift-note strong{color:#0f172a;font-size:.92rem}.guard-next-shift-note span{color:#64748b;margin-top:4px;font-size:.86rem;line-height:1.45}.guard-mobile-action-row{align-items:center;gap:10px;margin-top:16px;display:flex}.guard-mobile-action-row .primary-button,.guard-mobile-action-row .secondary-button{text-align:center;border-radius:16px;flex:1 1 0;justify-content:center;min-height:46px}.guard-mobile-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:16px 0;display:grid}.guard-mobile-stat-grid.compact{grid-template-columns:repeat(3,minmax(0,1fr))}.guard-mobile-stat-card{background:#fff;border:1px solid #94a3b838;border-radius:22px;padding:16px;display:block;box-shadow:0 14px 34px #0f172a14}.guard-mobile-stat-card strong{color:#0f172a;letter-spacing:-.05em;margin:8px 0 2px;font-size:clamp(1.5rem,5vw,2.15rem);line-height:1;display:block}.guard-mobile-stat-card small{color:#64748b;font-size:.78rem;font-weight:800}.guard-mobile-section-card{margin-top:16px;padding:20px}.guard-mobile-section-card.muted{background:#f8fafc}.guard-mobile-section-card.muted p:not(.guard-kicker){color:#64748b;line-height:1.55}.guard-mobile-section-header{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:14px;display:flex}.guard-mobile-section-header h3,.guard-mobile-section-card h3,.guard-mobile-preview-card h3{color:#0f172a;letter-spacing:-.03em;margin:0;font-size:1.16rem}.guard-mobile-quick-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.guard-mobile-quick-grid a{color:#0f172a;text-align:center;background:#f8fafc;border:1px solid #e2e8f0e6;border-radius:18px;place-items:center;min-height:58px;padding:12px;font-size:.86rem;font-weight:950;display:grid}.guard-mobile-title-row{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:16px;display:flex}.guard-mobile-filter-strip{scrollbar-width:none;gap:8px;margin-top:12px;padding:2px 0 12px;display:flex;overflow-x:auto}.guard-mobile-filter-strip::-webkit-scrollbar{display:none}.guard-mobile-filter-strip button{color:#334155;cursor:pointer;background:#fff;border:1px solid #94a3b847;border-radius:999px;flex:none;padding:10px 14px;font-size:.82rem;font-weight:950}.guard-mobile-filter-strip button.active{color:#fff;background:#0f172a;border-color:#0f172a}.guard-mobile-card-list{gap:14px;display:grid}.guard-mobile-shift-card{padding:18px}.guard-mobile-shift-card.history{background:#fff}.guard-shift-card-top{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.guard-shift-card-top strong,.guard-shift-card-top span:not(.status-pill){display:block}.guard-shift-card-top strong{color:#0f172a;letter-spacing:-.02em;font-size:1.05rem;font-weight:950}.guard-shift-card-top span:not(.status-pill){color:#64748b;margin-top:4px;font-size:.86rem;font-weight:750}.guard-mobile-notice,.guard-mobile-alert{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;border-radius:18px;margin:12px 0;padding:13px 15px;font-size:.88rem;font-weight:850}.guard-mobile-alert.success{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.guard-mobile-alert.error{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.guard-mobile-empty-card{color:#64748b;text-align:center;padding:22px;font-weight:850}.guard-mobile-empty-text{color:#64748b;font-weight:750;line-height:1.55}.guard-mobile-form-shell{grid-template-columns:minmax(0,1.2fr) 360px;align-items:start;gap:16px;display:grid}.guard-mobile-form-card,.guard-mobile-preview-card{padding:20px}.guard-mobile-form-card label{gap:7px;margin-bottom:14px;display:grid}.guard-mobile-form-card label span{color:#334155;font-size:.8rem;font-weight:950}.guard-mobile-form-card input,.guard-mobile-form-card select,.guard-mobile-form-card textarea{color:#0f172a;background:#fff;border:1px solid #dbe3ef;border-radius:16px;outline:none;width:100%;padding:12px 13px}.guard-mobile-form-card textarea{resize:vertical}.guard-mobile-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.guard-mobile-check-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;gap:10px;margin-bottom:14px;padding:14px;display:grid}.guard-mobile-check-card label{align-items:center;gap:10px;margin:0;font-size:.9rem;font-weight:850;display:flex}.guard-mobile-submit{border-radius:16px;width:100%;min-height:50px}.guard-mobile-profile-hero{align-items:center;gap:16px;margin-bottom:16px;padding:22px;display:flex}.guard-avatar-large{color:#fff;background:linear-gradient(135deg,#15f,#19c8c3);border-radius:22px;flex:0 0 62px;place-items:center;width:62px;height:62px;font-size:1.15rem;font-weight:950;display:grid;box-shadow:0 16px 32px #1155ff38}.guard-mobile-info-list{gap:10px;display:grid}.guard-mobile-info-list div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:14px}.guard-bottom-nav{display:none}@media (max-width:920px){.guard-shell{min-height:100vh;display:block!important}.guard-desktop-sidebar,.guard-sidebar{display:none!important}.guard-main{min-height:100vh}.guard-mobile-topbar{z-index:80;padding:calc(12px + env(safe-area-inset-top)) 14px 12px;justify-content:space-between;gap:12px;display:flex;position:sticky;top:0}.guard-mobile-content{padding-bottom:calc(92px + env(safe-area-inset-bottom))}.guard-mobile-page{padding:16px 14px 0}.guard-mobile-hero-card,.guard-mobile-profile-hero{border-radius:24px;flex-direction:column;align-items:flex-start;padding:20px}.guard-mobile-hero-action{width:100%;min-height:48px}.guard-mobile-shift-meta,.guard-mobile-stat-grid,.guard-mobile-stat-grid.compact,.guard-mobile-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.guard-mobile-action-row{flex-direction:column}.guard-mobile-action-row .primary-button,.guard-mobile-action-row .secondary-button{width:100%}.guard-mobile-form-shell,.guard-mobile-form-grid{grid-template-columns:1fr}.guard-report-chip{display:none}.guard-bottom-nav{left:10px;right:10px;bottom:calc(10px + env(safe-area-inset-bottom));z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f172af0;border:1px solid #ffffff1f;border-radius:24px;grid-template-columns:repeat(5,minmax(0,1fr));gap:4px;padding:8px;display:grid;position:fixed;box-shadow:0 24px 60px #02061759}.guard-bottom-nav a{color:#cbd5e1;border-radius:18px;align-content:center;place-items:center;gap:3px;min-height:54px;font-size:1rem;display:grid}.guard-bottom-nav a small{font-size:.64rem;font-weight:850}.guard-bottom-nav a.active{color:#fff;background:linear-gradient(135deg,#15f,#19c8c3)}.smartops-login-page{grid-template-columns:1fr;gap:14px;min-height:100vh;padding:16px;display:grid}.smartops-login-hero,.smartops-login-card{border-radius:28px}.smartops-login-hero{padding:24px 20px}.smartops-login-hero h1{font-size:clamp(2.1rem,13vw,3.4rem);line-height:.95}.smartops-login-note-grid{grid-template-columns:1fr}.smartops-login-card{padding:24px 20px}.smartops-login-form .primary-button{border-radius:16px;width:100%;min-height:50px}}@media (max-width:520px){.guard-mobile-shift-meta{grid-template-columns:1fr 1fr}.guard-mobile-stat-grid,.guard-mobile-stat-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.guard-mobile-quick-grid{grid-template-columns:1fr 1fr}.guard-mobile-title-row{flex-direction:column;align-items:flex-start}.guard-mobile-logout{padding-inline:11px}}@media (max-width:380px){.guard-bottom-nav a small{font-size:.58rem}.guard-mobile-brand strong{font-size:.9rem}}.guard-mobile-action-row.three-actions{grid-template-columns:repeat(3,minmax(0,1fr))}.secondary-button.danger-soft{color:#b91c1c;background:#fef2f2e6;border-color:#ef444447}.secondary-button.danger-soft:hover:not(:disabled){background:#fee2e2;border-color:#ef44448c}.guard-request-panel{z-index:80;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a7a;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.guard-request-panel-card{background:#fffffffa;border:1px solid #94a3b852;border-radius:28px;width:min(520px,100%);padding:24px;box-shadow:0 30px 70px #0f172a38}.guard-request-panel-card h3{letter-spacing:-.04em;margin:4px 0 8px;font-size:24px}.guard-request-panel-card p{color:#64748b;margin:0 0 16px;font-size:14px;line-height:1.5}.guard-request-panel-card label,.guard-history-filter-card label,.guard-mobile-upload-card label{color:#0f172a;gap:8px;font-size:13px;font-weight:800;display:grid}.guard-request-panel-card textarea,.guard-history-filter-card input,.guard-mobile-upload-card input{color:#0f172a;width:100%;font:inherit;background:#fff;border:1px solid #94a3b85c;border-radius:16px;outline:none;padding:12px 14px}.guard-request-panel-card textarea:focus,.guard-history-filter-card input:focus,.guard-mobile-upload-card input:focus{border-color:#2563eb8c;box-shadow:0 0 0 4px #2563eb1a}.guard-history-filter-card{background:#ffffffe6;border:1px solid #94a3b847;border-radius:24px;grid-template-columns:repeat(2,minmax(0,1fr)) auto;align-items:end;gap:14px;margin-bottom:18px;padding:16px;display:grid;box-shadow:0 16px 42px #0f172a14}.guard-mobile-check-card.three-column-checks{background:0 0;border:none;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:0;display:grid}.guard-mobile-check-card.three-column-checks label{color:#0f172a;background:#f8fafceb;border:1px solid #94a3b847;border-radius:18px;justify-content:flex-start;align-items:center;gap:10px;min-height:54px;padding:12px 14px;font-weight:800;line-height:1.25;display:flex}.guard-mobile-check-card.three-column-checks input{accent-color:#2563eb;flex:none;width:18px;height:18px}.guard-mobile-upload-card{background:linear-gradient(135deg,#eff6fff2,#ecfdf5b8);border:1px dashed #2563eb59;border-radius:20px;gap:10px;padding:16px;display:grid}.guard-mobile-upload-card p{color:#64748b;margin:0;font-size:13px;font-weight:700}.guard-mobile-form-card label small{color:#64748b;font-size:12px;font-weight:700}@media (max-width:760px){.guard-mobile-action-row.three-actions,.guard-mobile-check-card.three-column-checks,.guard-history-filter-card{grid-template-columns:1fr}.guard-request-panel{align-items:flex-end;padding:12px}.guard-request-panel-card{border-radius:24px;padding:20px}}.guard-extra-shift-button{white-space:nowrap}.guard-mobile-title-row{align-items:flex-start;gap:14px}.guard-request-panel-card label span{color:var(--text-muted,#64748b);letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:800;display:block}.guard-request-panel-card textarea{resize:vertical;width:100%}.task-cancellation-resolution-card{background:linear-gradient(135deg,#fffbebe0,#fffffff2)!important;border-color:#f59e0b59!important}.task-resolution-notes{margin-top:14px;display:block}.task-resolution-notes textarea{min-height:92px}@media (max-width:720px){.guard-mobile-title-row{flex-direction:column}.guard-extra-shift-button{width:100%}.task-cancellation-resolution-card .record-form-actions{grid-template-columns:1fr;display:grid}}.guard-shift-title-button{color:inherit;cursor:pointer;text-align:left;background:0 0;border:0;gap:4px;padding:0;display:grid}.guard-shift-title-button:hover strong{text-decoration:underline}.guard-geofence-pill{border-radius:999px;align-items:center;gap:6px;width:fit-content;margin-top:10px;padding:7px 10px;font-size:12px;font-weight:800;display:inline-flex}.guard-geofence-pill.configured{color:#047857;background:#10b9811f}.guard-geofence-pill.warning{color:#92400e;background:#f59e0b24}.guard-record-overlay{z-index:80;background:#0f172a70;justify-content:center;align-items:flex-end;padding:20px;display:flex;position:fixed;inset:0}.guard-record-panel{background:#fff;border:1px solid #94a3b847;border-radius:28px;width:min(760px,100%);max-width:760px;max-height:88vh;padding:22px;overflow-y:auto;box-shadow:0 28px 80px #0f172a47}.guard-record-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.guard-record-header h2{color:#0f172a;letter-spacing:-.04em;margin:3px 0 2px;font-size:24px}.guard-record-header span{color:#64748b;font-size:13px;font-weight:700}.guard-record-close{color:#0f172a;cursor:pointer;background:#f8fafc;border:1px solid #94a3b859;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;font-size:24px;line-height:1;display:inline-flex}.guard-mobile-shift-meta.detail{grid-template-columns:repeat(3,minmax(0,1fr))}.guard-geofence-card{border-radius:20px;gap:5px;margin:14px 0;padding:14px;display:grid}.guard-geofence-card strong{font-size:14px}.guard-geofence-card span{font-size:13px;line-height:1.45}.guard-geofence-card.ready{color:#065f46;background:#10b9811a;border:1px solid #10b9812e}.guard-geofence-card.warning{color:#78350f;background:#f59e0b1f;border:1px solid #f59e0b38}.guard-mobile-stat-card:is(button){cursor:pointer;text-align:left;font-family:inherit}.guard-mobile-shift-card.linked{color:inherit;text-decoration:none}.geofence-form-note{background:#0ea5e914;border:1px solid #0ea5e929;border-radius:18px;gap:4px;padding:14px;display:grid}.geofence-form-note strong{color:#0f172a;font-size:14px}.geofence-form-note span{color:#475569;font-size:13px}@media (max-width:720px){.guard-record-overlay{align-items:flex-end;padding:0}.guard-record-panel{border-bottom-right-radius:0;border-bottom-left-radius:0;max-height:92vh;padding:18px}.guard-mobile-shift-meta.detail{grid-template-columns:repeat(2,minmax(0,1fr))}}.geofence-alert-overlay{z-index:80;justify-content:center;align-items:center;padding:18px}.guard-geofence-alert-card{text-align:left;background:#fff;border:1px solid #e2e8f0f2;border-radius:24px;gap:16px;width:min(420px,100%);padding:24px;display:grid;box-shadow:0 28px 80px #0f172a47}.guard-geofence-alert-icon{color:#c2410c;background:#fff7ed;border-radius:18px;place-items:center;width:52px;height:52px;font-size:24px;display:grid}.guard-geofence-alert-card h3{color:#0f172a;margin:2px 0 8px;font-size:21px;line-height:1.2}.guard-geofence-alert-card p{color:#334155;margin:0;font-size:14px;line-height:1.55}.guard-geofence-alert-card small{color:#64748b;margin-top:8px;font-size:12px;line-height:1.45;display:block}.guard-incident-history-card{background:#fffffff5;border:1px solid #e2e8f0f2;border-radius:26px;margin-top:18px;padding:20px;box-shadow:0 20px 48px #0f172a14}.guard-incident-history-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.guard-incident-history-header h2{color:#0f172a;margin:0;font-size:20px}.guard-incident-history-header span{color:#64748b;font-size:13px}.guard-incident-history-header>strong{color:#0f4c81;background:#eef6ff;border-radius:16px;place-items:center;min-width:42px;height:42px;font-size:18px;display:grid}.guard-incident-history-list{gap:10px;display:grid}.guard-incident-history-item{background:#f8fafc;border:1px solid #e2e8f0e6;border-radius:18px;grid-template-columns:1fr auto;gap:12px;padding:14px;display:grid}.guard-incident-history-item strong{color:#0f172a;margin-bottom:4px;font-size:14px;display:block}.guard-incident-history-item span,.guard-incident-history-item small{color:#64748b;font-size:12px;line-height:1.45;display:block}.guard-incident-history-item small{-webkit-box-orient:vertical;max-width:680px;margin-top:6px;display:-webkit-box;overflow:hidden}.guard-incident-history-meta{flex-direction:column;align-items:flex-end;gap:6px;display:flex}@media (max-width:720px){.guard-incident-history-card{border-radius:22px;padding:16px}.guard-incident-history-item{grid-template-columns:1fr}.guard-incident-history-meta{flex-direction:row;justify-content:flex-start;align-items:center}}.chat-widget{z-index:80;font-family:inherit;position:fixed;bottom:24px;right:24px}.chat-floating-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0f3b63,#1fa58f);border:0;border-radius:999px;place-items:center;width:58px;height:58px;transition:transform .18s,box-shadow .18s;display:grid;position:relative;box-shadow:0 22px 55px #0c233b3d}.chat-floating-button:hover{transform:translateY(-2px);box-shadow:0 26px 65px #0c233b52}.chat-floating-button span{font-size:24px;line-height:1}.chat-floating-button strong{color:#fff;background:#ef4444;border:2px solid #fff;border-radius:999px;place-items:center;min-width:22px;height:22px;font-size:11px;font-weight:800;display:grid;position:absolute;top:-4px;right:-4px}.chat-panel{background:#fff;border:1px solid #8696aa40;border-radius:24px;flex-direction:column;width:min(920px,100vw - 48px);height:min(680px,100vh - 118px);display:flex;position:absolute;bottom:74px;right:0;overflow:hidden;box-shadow:0 32px 90px #0f233747}.chat-header{color:#fff;background:linear-gradient(135deg,#09263f,#0e4664);justify-content:space-between;align-items:center;gap:16px;min-height:72px;padding:18px 22px;display:flex}.chat-header p{letter-spacing:.11em;text-transform:uppercase;color:#ffffffb8;margin:0 0 4px;font-size:11px;font-weight:800}.chat-header strong{font-size:17px;line-height:1.2}.chat-header button{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff2e;border-radius:999px;width:34px;height:34px;font-size:24px;line-height:1}.chat-body{background:#f5f8fb;flex:1;grid-template-columns:255px minmax(0,1fr);min-height:0;display:grid}.chat-thread-list{background:#f8fafc;border-right:1px solid #8696aa38;min-height:0;padding:14px;overflow-y:auto}.chat-thread-heading{color:#64748b;text-transform:uppercase;letter-spacing:.08em;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:12px;font-weight:800;display:flex}.chat-thread-heading button{color:#0f3b63;cursor:pointer;background:#e8eef5;border:0;border-radius:999px;width:28px;height:28px}.chat-thread-list>button{text-align:left;cursor:pointer;color:#0f172a;background:0 0;border:1px solid #0000;border-radius:16px;gap:3px;width:100%;margin-bottom:6px;padding:12px;display:grid}.chat-thread-list>button span{font-size:13px;font-weight:800}.chat-thread-list>button small{color:#64748b;font-size:11px}.chat-thread-list>button:hover,.chat-thread-list>button.active{background:#fff;border-color:#1ea58f3d;box-shadow:0 10px 24px #0f233712}.chat-conversation{background:#fff;flex-direction:column;min-height:0;display:flex}.chat-tools{border-bottom:1px solid #8696aa33;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:12px 14px;display:grid}.chat-tools input,.chat-compose textarea,.chat-invite-box select{width:100%;font:inherit;color:#0f172a;background:#fff;border:1px solid #d8e1ea;border-radius:14px;outline:none;padding:10px 12px;font-size:13px}.chat-tools input:focus,.chat-compose textarea:focus,.chat-invite-box select:focus{border-color:#1fa58f;box-shadow:0 0 0 3px #1fa58f21}.chat-tools button,.chat-invite-box button,.chat-compose button{color:#fff;cursor:pointer;background:#0f3b63;border:0;border-radius:14px;padding:10px 14px;font-size:13px;font-weight:800}.chat-tools button:disabled,.chat-invite-box button:disabled,.chat-compose button:disabled{opacity:.55;cursor:not-allowed}.chat-invite-box{background:#f0fdfa;border:1px solid #1fa58f38;border-radius:18px;grid-template-columns:1fr minmax(180px,260px) auto;align-items:end;gap:10px;margin:12px 14px 0;padding:12px;display:grid}.chat-invite-box div{gap:3px;display:grid}.chat-invite-box strong{color:#0f172a;font-size:13px}.chat-invite-box span{color:#64748b;font-size:12px}.chat-member-strip{align-items:center;gap:6px;min-height:38px;padding:10px 14px 0;display:flex}.chat-member-strip span,.chat-member-strip small{color:#0f3b63;background:#eaf2f7;border:1px solid #0f3b6314;border-radius:999px;place-items:center;width:30px;height:30px;font-size:10px;font-weight:900;display:grid}.chat-message-list{flex-direction:column;flex:1;gap:10px;min-height:0;padding:14px;display:flex;overflow-y:auto}.chat-message{color:#0f172a;background:#f1f5f9;border-radius:16px 16px 16px 5px;align-self:flex-start;max-width:78%;padding:10px 12px}.chat-message.mine{color:#fff;background:linear-gradient(135deg,#0f3b63,#145a75);border-radius:16px 16px 5px;align-self:flex-end}.chat-message-meta{justify-content:space-between;align-items:center;gap:10px;margin-bottom:5px;display:flex}.chat-message-meta strong{font-size:11px;font-weight:900}.chat-message-meta span{color:#64748b;white-space:nowrap;font-size:10px}.chat-message.mine .chat-message-meta span{color:#ffffffad}.chat-message p{white-space:pre-wrap;word-break:break-word;margin:0;font-size:13px;line-height:1.45}.chat-compose{background:#fff;border-top:1px solid #8696aa33;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px;padding:12px 14px 14px;display:grid}.chat-compose textarea{resize:none;min-height:44px;max-height:96px}.chat-muted,.chat-helper,.chat-empty-state{color:#64748b;font-size:13px}.chat-muted{margin:12px 4px}.chat-helper{margin:0 14px 8px}.chat-empty-state{text-align:center;background:#f8fafc;border:1px dashed #d7e0e8;border-radius:18px;margin:auto;padding:28px}.guard-shell .chat-widget{bottom:24px}@media (max-width:900px){.chat-widget{bottom:86px;right:16px}.guard-shell .chat-widget{bottom:92px}.chat-panel{border-radius:22px;width:auto;height:min(76vh,690px);position:fixed;inset:auto 10px 86px}.guard-shell .chat-panel{bottom:92px}.chat-body{grid-template-columns:1fr}.chat-thread-list{border-bottom:1px solid #8696aa38;border-right:0;gap:8px;padding:10px;display:flex;overflow:auto hidden}.chat-thread-heading{display:none}.chat-thread-list>button{min-width:175px;margin-bottom:0}.chat-invite-box{grid-template-columns:1fr;align-items:stretch}.chat-message{max-width:92%}}@media (max-width:560px){.chat-floating-button{width:54px;height:54px}.chat-panel{height:auto;inset:12px 8px 84px}.guard-shell .chat-panel{bottom:88px}.chat-header{min-height:64px;padding:14px 16px}.chat-tools,.chat-compose{grid-template-columns:1fr}}.login-success{color:#067647;background:#dcfae6;border:1px solid #abefc6;border-radius:14px;padding:12px;font-weight:850}.login-link-row{justify-content:flex-end;margin-top:14px;display:flex}.text-button{color:var(--blue);cursor:pointer;font:inherit;background:0 0;border:0;padding:0;font-weight:950}.text-button:disabled{cursor:not-allowed;opacity:.65}.profile-button{place-items:center;text-decoration:none;display:inline-grid}.record-checkbox-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.record-checkbox-grid.three-column{grid-template-columns:repeat(3,minmax(0,1fr))}.record-checkbox input[type=checkbox],.checkbox-field input[type=checkbox]{accent-color:#15f;flex:0 0 18px;width:18px!important;min-width:18px!important;max-width:18px!important;height:18px!important;min-height:18px!important;padding:0!important}.record-checkbox{justify-content:flex-start;min-width:0;line-height:1.25}.checkbox-field{grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid!important}.checkbox-field label{background:#fff;border:1px solid #dbe4f0;border-radius:14px;align-items:center;gap:10px;min-height:50px;padding:0 14px;font-weight:850;display:flex!important}@media (max-width:900px){.record-checkbox-grid,.record-checkbox-grid.three-column,.checkbox-field{grid-template-columns:1fr}}.guard-preference-summary{margin-bottom:14px}.guard-preference-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.guard-preference-field,.guard-preference-toggle{gap:7px;display:grid}.guard-preference-field.full-width,.guard-preference-toggle,.guard-preference-checkbox-grid.full-width{grid-column:1/-1}.guard-preference-field>span{color:#4b5565;letter-spacing:.12em;text-transform:uppercase;font-size:.74rem;font-weight:950}.guard-preference-field input,.guard-preference-field textarea{color:#111827;width:100%;font:inherit;background:#fff;border:1px solid #dbe4f0;border-radius:14px;padding:12px 13px;font-weight:750}.guard-preference-toggle,.guard-preference-checkbox-grid label{background:#fff;border:1px solid #dbe4f0;border-radius:14px;min-height:50px;padding:12px 14px}.guard-preference-toggle{align-items:center;gap:12px;display:flex}.guard-preference-toggle span{gap:3px;display:grid}.guard-preference-toggle small{color:#667085;font-weight:750}.guard-preference-checkbox-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.guard-preference-checkbox-grid.three-column{grid-template-columns:repeat(3,minmax(0,1fr))}.guard-preference-checkbox-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.guard-preference-checkbox-grid label{align-items:center;gap:10px;font-weight:850;display:flex}.guard-preference-form input[type=checkbox],.guard-preference-checkbox-grid input[type=checkbox],.guard-preference-toggle input[type=checkbox]{accent-color:#15f;flex:0 0 18px;width:18px!important;min-width:18px!important;max-width:18px!important;height:18px!important;min-height:18px!important;padding:0!important}.guard-mobile-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:14px;grid-column:1/-1;padding:12px;font-weight:850}.guard-preference-card.neutral{background:#f8fafc}.guard-preference-mini-list{margin-top:10px}.guard-preference-note{background:#fff;border:1px solid #dbe4f0;border-radius:14px;gap:4px;margin-top:10px;padding:12px;display:grid}.guard-preference-note strong{color:#344054;letter-spacing:.08em;text-transform:uppercase;font-size:.76rem}.guard-preference-note span{color:#344054;font-weight:750}.guard-preference-alert-list{gap:8px;margin-top:10px;display:grid}.guard-preference-alert-list span{color:#92400e;background:#fffbeb;border:1px solid #fedf89;border-radius:12px;padding:9px 10px;font-weight:850}@media (max-width:760px){.guard-preference-form,.guard-preference-checkbox-grid,.guard-preference-checkbox-grid.three-column,.guard-preference-checkbox-grid.compact{grid-template-columns:1fr}}.page-record-search{justify-content:space-between;align-items:center;gap:16px;margin:16px 0;padding:14px;display:flex}.page-record-search-main{border:1px solid var(--border);background:#fff;border-radius:16px;flex:1;align-items:center;gap:10px;min-width:220px;padding:0 14px;display:flex}.page-record-search-main span{color:var(--muted);font-size:20px;font-weight:900}.page-record-search-main input{width:100%;min-height:46px;color:var(--ink);font:inherit;background:0 0;border:0;outline:0;font-weight:750}.page-record-search-main input::placeholder{color:#8a95a8}.page-record-search-meta{color:var(--muted);white-space:nowrap;align-items:center;gap:12px;font-size:13px;font-weight:850;display:flex}@media (max-width:760px){.page-record-search{flex-direction:column;align-items:stretch}.page-record-search-meta{justify-content:space-between}}.reports-page .filter-pills{margin-top:18px}.reports-heading{margin-bottom:18px}.report-architecture-card{justify-content:space-between;align-items:center;gap:22px;margin-bottom:22px;padding:20px;display:flex}.report-architecture-card h3{letter-spacing:-.03em;margin:6px 0 8px;font-size:1.2rem}.report-architecture-card p{color:var(--muted);max-width:820px;margin:0;line-height:1.5}.report-architecture-grid{flex-wrap:wrap;justify-content:flex-end;gap:8px;min-width:280px;display:flex}.report-architecture-grid span{color:#174ea6;background:#eef5ff;border:1px solid #1155ff24;border-radius:999px;padding:8px 11px;font-size:.78rem;font-weight:900}.report-kpi-grid{margin-top:22px}.report-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:18px;display:grid}.report-card{min-height:390px}.report-card-wide{grid-column:1/-1;min-height:0}.report-card-header{min-height:84px}.report-card-body{padding:20px}.report-empty-state{margin:0;padding:26px}.report-bar-list,.report-stacked-list{gap:16px;display:grid}.report-bar-row,.report-stacked-row{grid-template-columns:minmax(150px,.72fr) minmax(180px,1.3fr) minmax(72px,auto);align-items:center;gap:12px;display:grid}.report-bar-label,.report-stacked-label{gap:4px;min-width:0;display:grid}.report-bar-label strong,.report-stacked-label strong{color:#172033;text-overflow:ellipsis;white-space:nowrap;font-size:.92rem;overflow:hidden}.report-bar-label span,.report-stacked-label span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;font-weight:750;overflow:hidden}.report-bar-track,.report-stacked-track{background:#eef3f9;border:1px solid #94a3b82e;border-radius:999px;height:14px;overflow:hidden}.report-bar-fill{border-radius:999px;min-width:6px;height:100%}.report-bar-value,.report-stacked-row>strong{color:#172033;text-align:right;white-space:nowrap;font-size:.9rem}.report-donut-wrap{grid-template-columns:190px minmax(0,1fr);align-items:center;gap:22px;display:grid}.report-donut{aspect-ratio:1;border-radius:999px;place-items:center;padding:24px;display:grid;position:relative}.report-donut:after{content:"";background:#fff;border-radius:999px;position:absolute;inset:34px;box-shadow:inset 0 0 0 1px #94a3b829}.report-donut>div{text-align:center;z-index:1;gap:4px;display:grid;position:relative}.report-donut strong{color:#101828;letter-spacing:-.06em;font-size:1.7rem}.report-donut span{color:var(--muted);letter-spacing:.18em;text-transform:uppercase;font-size:.76rem;font-weight:900}.report-legend{gap:10px;display:grid}.report-legend div{grid-template-columns:12px minmax(0,1fr) auto;align-items:center;gap:9px;display:grid}.report-legend i{border-radius:999px;width:12px;height:12px;display:block}.report-legend span{color:#344054;text-overflow:ellipsis;white-space:nowrap;font-size:.88rem;font-weight:800;overflow:hidden}.report-legend strong{font-size:.88rem}.report-stacked-track{display:flex}.report-stacked-track div{min-width:3px;height:100%}.report-line-wrap{gap:18px;display:grid}.report-line-chart{background:linear-gradient(#f8fbff,#fff);border:1px solid #e4ebf5;border-radius:18px;width:100%;height:190px}.report-line-chart polyline{fill:none;stroke:var(--blue);stroke-linecap:round;stroke-linejoin:round;stroke-width:3px;vector-effect:non-scaling-stroke}.report-line-points{grid-template-columns:repeat(auto-fit,minmax(82px,1fr));gap:8px;display:grid}.report-line-points div{background:#f8fbff;border:1px solid #e4ebf5;border-radius:14px;padding:10px}.report-line-points strong,.report-line-points span{display:block}.report-line-points strong{color:#101828;font-size:1rem}.report-line-points span{color:var(--muted);margin-top:3px;font-size:.74rem;font-weight:800}.report-table-wrap table{min-width:760px}@media (max-width:1180px){.report-grid,.report-donut-wrap{grid-template-columns:1fr}.report-card{min-height:0}.report-architecture-card{flex-direction:column;align-items:flex-start}.report-architecture-grid{justify-content:flex-start;min-width:0}}@media (max-width:760px){.report-bar-row,.report-stacked-row{grid-template-columns:1fr;align-items:stretch}.report-bar-value,.report-stacked-row>strong{text-align:left}.report-card-body{padding:16px}.report-donut{max-width:220px}}.code-preview{color:#e5e7eb;background:#0f172a;border-radius:18px;max-height:520px;padding:18px;font-size:12px;line-height:1.6;overflow:auto}.lead-intake-page .lead-page-heading{align-items:center;margin-bottom:18px}.lead-heading-actions{align-items:center;gap:10px;display:flex}.lead-automation-live{color:#067647;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap;background:#ecfdf3;border:1px solid #abefc6;border-radius:999px;align-items:center;min-height:38px;padding:0 14px;font-size:.78rem;font-weight:950;display:inline-flex}.lead-action-message{color:#174ea6;background:#eef5ff;border:1px solid #1155ff2e;border-radius:18px;margin-bottom:16px;padding:14px 16px;font-weight:900}.lead-stats-grid{margin-bottom:18px}.lead-automation-card{margin-bottom:18px;overflow:hidden}.lead-automation-card-header{color:#fff;background:radial-gradient(circle at 14% 20%,#19c8c352,#0000 30%),linear-gradient(135deg,#07111f,#102a4a 58%,#0f766e);justify-content:space-between;align-items:center;gap:18px;padding:20px 22px;display:flex}.lead-automation-card-header .eyebrow{color:#9ff7f3}.lead-automation-card-header h3{color:#fff;letter-spacing:-.035em;margin:6px 0;font-size:1.28rem}.lead-automation-card-header p{color:#ffffffc7;max-width:760px;margin:0;font-weight:750;line-height:1.45}.lead-automation-card-header>span{color:#fff;white-space:nowrap;background:#ffffff1f;border:1px solid #fff3;border-radius:999px;flex:none;padding:10px 13px;font-size:.8rem;font-weight:950}.lead-webhook-grid{grid-template-columns:1.4fr .75fr 1fr;gap:12px;padding:14px;display:grid}.lead-webhook-card{background:#f8fbff;border:1px solid #dfe8f4;border-radius:16px;gap:8px;min-width:0;padding:14px;display:grid}.lead-webhook-card strong{color:#344054;letter-spacing:.18em;text-transform:uppercase;font-size:.72rem;font-weight:950}.lead-webhook-card code{color:#243044;text-overflow:ellipsis;white-space:nowrap;background:#fff;border:1px solid #e4ebf5;border-radius:12px;min-width:0;padding:10px 12px;font-family:inherit;font-size:.86rem;font-weight:900;line-height:1.45;display:block;overflow:hidden}.lead-toolbar{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:16px;display:flex}.lead-toolbar .filter-pills{flex:1;margin:0}.lead-site-filter{gap:6px;min-width:220px;display:grid}.lead-site-filter span{color:#56657a;letter-spacing:.18em;text-transform:uppercase;font-size:.7rem;font-weight:950}.lead-site-filter select{border:1px solid var(--line);color:#172033;background:#fff;border-radius:16px;min-height:48px;padding:0 14px;font-weight:850}.lead-intake-page .page-record-search{margin:0 0 18px}.lead-table-card{margin-top:0}.lead-table-card .table-wrap{overflow-x:auto}.lead-table-card table{min-width:980px}.lead-empty-state{margin:16px}@media (max-width:1180px){.lead-webhook-grid{grid-template-columns:1fr}.lead-automation-card-header,.lead-toolbar,.lead-intake-page .lead-page-heading{flex-direction:column;align-items:flex-start}.lead-site-filter{width:100%}}@media (max-width:760px){.lead-automation-card-header{padding:18px}.lead-webhook-grid{padding:12px}.lead-webhook-card code{white-space:normal;word-break:break-word}}.lead-automation-card.compact{border:1px solid #becce0c7;border-radius:24px;margin-bottom:16px;box-shadow:0 16px 44px #0f172a0e}.lead-automation-card.compact .lead-automation-card-header{border-radius:23px;min-height:96px;padding:18px 22px}.lead-automation-card.expanded .lead-automation-card-header{padding:20px 22px}.lead-api-actions{flex-wrap:wrap;flex:none;justify-content:flex-end;align-items:center;gap:10px;display:flex}.lead-api-actions>span{color:#fff;white-space:nowrap;background:#ffffff1f;border:1px solid #fff3;border-radius:999px;padding:10px 13px;font-size:.78rem;font-weight:950}.lead-automation-card-header>span{display:none}.lead-api-toggle{box-shadow:0 14px 32px #0000001a;color:#0f172a!important;background:#ffffffeb!important;border-color:#ffffff3d!important}.lead-api-toggle:hover{transform:translateY(-1px)}.lead-intake-page .clickable-row,.email-queue-page .clickable-row{cursor:pointer}.lead-intake-page .drawer-action-bar{margin-bottom:14px}.lead-intake-page .drawer-tabs{margin-bottom:18px!important}.lead-intake-page .drawer-section .mini-list{margin-top:0}.lead-intake-page .shift-warning-card{margin-top:14px}.settings-users-card .table-wrap{overflow-x:auto}.settings-users-card table{min-width:960px}.settings-inline-select{color:#0f172a;cursor:pointer;background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #becce0e6;border-radius:14px;min-width:130px;min-height:44px;padding:0 42px 0 14px;font-size:.88rem;font-weight:900;transition:border-color .16s,box-shadow .16s,transform .16s;box-shadow:0 8px 20px #0f172a09}.settings-inline-select:hover{border-color:#1155ff57;transform:translateY(-1px)}.settings-inline-select:focus{border-color:#15f9;outline:0;box-shadow:0 0 0 4px #1155ff21}.settings-save-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#155eef,#1167ff);border:1px solid #1155ff2e;border-radius:999px;justify-content:center;align-items:center;min-width:82px;min-height:40px;padding:0 16px;font-size:.84rem;font-weight:950;transition:transform .16s,box-shadow .16s,opacity .16s;display:inline-flex;box-shadow:0 14px 30px #15f3}.settings-save-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 18px 36px #1155ff40}.settings-save-button:disabled{cursor:not-allowed;opacity:.62}.settings-users-card td:last-child{min-width:150px}.settings-users-card td:last-child span{color:#64748b;margin-left:10px;font-size:.8rem;font-weight:800;display:inline-block}@media (max-width:1180px){.lead-api-actions{justify-content:flex-start}}@media (max-width:760px){.lead-automation-card.compact .lead-automation-card-header{min-height:0}.lead-api-actions,.lead-api-actions>span,.lead-api-toggle{width:100%}.lead-api-actions>span,.lead-api-toggle{justify-content:center}}.smartops-login-v3-page{background:radial-gradient(circle at 8% 8%,#41cec924,#0000 22%),radial-gradient(circle at 92% 10%,#1155ff29,#0000 28%),linear-gradient(135deg,#f7fbff 0%,#eef5ff 44%,#e6efff 100%);place-items:center;min-height:100vh;padding:34px clamp(20px,3vw,40px);display:grid;overflow-x:hidden}.smartops-login-v3-shell{grid-template-columns:minmax(0,720px) minmax(420px,560px);justify-content:center;align-items:center;gap:clamp(42px,5vw,84px);width:min(1400px,100%);margin:0 auto;display:grid}.smartops-login-v3-hero{align-content:start;min-width:0;display:grid;position:relative}.smartops-login-v3-hero:before{content:"";aspect-ratio:1;pointer-events:none;z-index:0;background:#7ba2ff14;border:1px solid #7ba2ff1f;border-radius:999px;width:clamp(240px,26vw,360px);position:absolute;inset:38px auto auto 155px}.smartops-login-v3-logo-row,.smartops-login-v3-copy,.smartops-login-v3-art{z-index:1;position:relative}.smartops-login-v3-logo-row{width:160px;margin-bottom:clamp(18px,2.4vw,30px)}.smartops-login-v3-logo-row img{width:100%;height:auto;display:block}.smartops-login-v3-copy h1{color:#061738;letter-spacing:-.075em;max-width:610px;margin:0;font-size:clamp(3rem,4.3vw,4.5rem);line-height:.98}.smartops-login-v3-copy p{color:#5d6f8e;max-width:560px;margin:18px 0 0;font-size:clamp(1.02rem,1.3vw,1.25rem);font-weight:700;line-height:1.45}.smartops-login-v3-art{align-items:flex-end;width:min(720px,100%);min-height:clamp(260px,30vw,410px);margin-top:clamp(18px,2.7vw,30px);display:flex}.smartops-login-v3-art-image{object-fit:contain;object-position:left bottom;filter:saturate(1.02)contrast(.98)brightness(1.02);width:100%;height:auto;display:block;-webkit-mask-image:radial-gradient(circle,#000 55%,#000000eb 70%,#0000 96%);mask-image:radial-gradient(circle,#000 55%,#000000eb 70%,#0000 96%)}.smartops-login-v3-card{background:linear-gradient(#fffffff7,#fafcfff2);border:1px solid #c0cee4e0;border-radius:28px;width:min(560px,100%);margin:0 auto;padding:clamp(38px,4vw,48px);box-shadow:0 24px 64px #16223e1a}.smartops-login-v3-card-header{text-align:center;margin-bottom:28px}.smartops-login-v3-card-header h2{color:#0a1835;letter-spacing:-.055em;margin:0;font-size:clamp(2rem,2.1vw,2.55rem);line-height:1.08}.smartops-login-v3-card-header p{color:#6a7c98;margin:12px 0 0;font-size:1rem;font-weight:700}.smartops-login-v3-form{gap:16px;display:grid}.smartops-login-v3-form label{gap:8px;display:grid}.smartops-login-v3-form label>span{color:#324562;font-size:.9rem;font-weight:850}.smartops-login-v3-input-wrap{background:#ffffffe6;border:1px solid #d8e1f0;border-radius:13px;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;min-height:56px;transition:border-color .18s,box-shadow .18s;display:grid}.smartops-login-v3-input-wrap:focus-within{border-color:#4b8dff;box-shadow:0 0 0 4px #1155ff17}.smartops-login-v3-input-icon{color:#8a9ab5;place-items:center;font-size:.95rem;display:grid}.smartops-login-v3-input-wrap input{color:#13233f;width:100%;min-height:54px;font:inherit;background:0 0;border:0;outline:none;padding:0 4px 0 0;font-weight:700}.smartops-login-v3-input-wrap input::placeholder{color:#97a6be}.smartops-login-v3-password-toggle{color:#71819b;font:inherit;cursor:pointer;background:0 0;border:0;margin-right:14px;font-size:.82rem;font-weight:850}.smartops-login-v3-forgot-row{justify-content:flex-end;margin-top:-4px;display:flex}.smartops-login-v3-forgot-button{color:#15f;font-size:.92rem;font-weight:850}.smartops-login-v3-submit{color:#fff;min-height:58px;font:inherit;cursor:pointer;background:linear-gradient(135deg,#3577ff 0%,#15f 100%);border:0;border-radius:14px;font-size:1.02rem;font-weight:900;box-shadow:0 14px 28px #1155ff38}.smartops-login-v3-submit:disabled{cursor:not-allowed;opacity:.72}.smartops-login-v3-note{text-align:center;color:#6f7f99;border-top:1px solid #e0e8f4;justify-content:center;align-items:center;gap:10px;margin-top:24px;padding-top:18px;font-size:.93rem;font-weight:700;display:flex}.smartops-login-v3-note span{color:#7f8ea9;font-size:.75rem}.smartops-login-v3-note p{margin:0}.smartops-login-v3-note a{color:#15f;font-weight:850;text-decoration:none}.smartops-login-v3-note a:hover{text-decoration:underline}@media (max-width:1240px){.smartops-login-v3-shell{grid-template-columns:minmax(0,1fr) minmax(400px,520px);gap:40px}.smartops-login-v3-copy h1{font-size:clamp(2.8rem,4.8vw,4rem)}.smartops-login-v3-art{width:min(630px,100%);min-height:300px}}@media (max-width:920px){.smartops-login-v3-page{place-items:start center;padding:14px}.smartops-login-v3-shell{grid-template-columns:1fr;gap:16px;width:min(620px,100%)}.smartops-login-v3-card{border-radius:24px;order:1;width:100%;padding:28px 22px}.smartops-login-v3-hero{order:2}.smartops-login-v3-hero:before{width:230px;top:20px;left:auto;right:-30px}.smartops-login-v3-logo-row{width:144px;margin-bottom:18px}.smartops-login-v3-copy h1{font-size:clamp(2.2rem,10vw,3rem)}.smartops-login-v3-copy p{margin-top:12px;font-size:1rem}.smartops-login-v3-art{width:100%;min-height:220px;margin-top:12px}.smartops-login-v3-art-image{-webkit-mask-image:radial-gradient(circle,#000 52%,#000000eb 72%,#0000 98%);mask-image:radial-gradient(circle,#000 52%,#000000eb 72%,#0000 98%)}}@media (max-width:520px){.smartops-login-v3-page{padding:10px}.smartops-login-v3-card{padding:24px 16px}.smartops-login-v3-card-header h2{font-size:1.8rem}.smartops-login-v3-card-header p,.smartops-login-v3-note{font-size:.9rem}.smartops-login-v3-input-wrap{grid-template-columns:40px minmax(0,1fr) auto}.smartops-login-v3-password-toggle{margin-right:12px;font-size:.78rem}}.so-login-page-v4{background:radial-gradient(circle at 9% 9%,#17c9be21,#0000 24%),radial-gradient(circle at 88% 11%,#1155ff26,#0000 31%),linear-gradient(135deg,#f8fbff 0%,#eef5ff 48%,#e6efff 100%)!important;justify-content:center!important;align-items:center!important;width:100vw!important;min-height:100vh!important;padding:32px 28px!important;display:flex!important;overflow-x:hidden!important}.so-login-page-v4,.so-login-page-v4 *{box-sizing:border-box}.so-login-shell-v4{grid-template-columns:minmax(0,610px) minmax(420px,500px)!important;justify-content:center!important;align-items:center!important;gap:clamp(44px,5vw,82px)!important;width:min(1220px,100%)!important;margin:0 auto!important;display:grid!important}.so-login-hero-v4{min-width:0!important;position:relative!important}.so-login-hero-v4:before{content:"";pointer-events:none;background:#1155ff0b;border:1px solid #1155ff13;border-radius:999px;width:330px;height:330px;position:absolute;top:28px;right:36px}.so-login-logo-v4{z-index:2;position:relative;width:150px!important;height:auto!important;margin-bottom:28px!important;display:block!important}.so-login-copy-v4{z-index:2;position:relative}.so-login-copy-v4 h1{color:#061738!important;letter-spacing:-.07em!important;max-width:600px!important;margin:0!important;font-size:clamp(42px,4.2vw,62px)!important;font-weight:950!important;line-height:1.02!important}.so-login-copy-v4 p{color:#5b6f8f!important;max-width:540px!important;margin:18px 0 0!important;font-size:clamp(16px,1.25vw,19px)!important;font-weight:750!important;line-height:1.45!important}.so-login-hero-image-v4{z-index:1!important;object-fit:contain!important;object-position:left bottom!important;width:min(620px,100%)!important;height:auto!important;box-shadow:none!important;filter:saturate(1.03)brightness(1.03)contrast(.98)!important;background:0 0!important;border:0!important;outline:0!important;margin-top:24px!important;display:block!important;position:relative!important;-webkit-mask-image:radial-gradient(circle,#000 58%,#000000e6 73%,#0000 98%)!important;mask-image:radial-gradient(circle,#000 58%,#000000e6 73%,#0000 98%)!important}.so-login-card-v4{background:linear-gradient(#fffffff7,#fafcfff2)!important;border:1px solid #c0cee4e6!important;border-radius:28px!important;width:min(500px,100%)!important;margin:0 auto!important;padding:46px 42px!important;box-shadow:0 28px 70px #16223e1c!important}.so-login-card-header-v4{text-align:center!important;margin-bottom:28px!important}.so-login-card-header-v4 h2{color:#07142d!important;letter-spacing:-.055em!important;margin:0!important;font-size:clamp(30px,2.1vw,38px)!important;font-weight:950!important;line-height:1.1!important}.so-login-card-header-v4 p{color:#657895!important;margin:11px 0 0!important;font-size:15px!important;font-weight:750!important}.so-login-form-v4{gap:16px!important;display:grid!important}.so-login-form-v4 label{gap:8px!important;display:grid!important}.so-login-form-v4 label>span{color:#314762!important;font-size:13px!important;font-weight:900!important}.so-login-input-v4{background:#ffffffeb!important;border:1px solid #d7e1f0!important;border-radius:13px!important;grid-template-columns:44px minmax(0,1fr) auto!important;align-items:center!important;min-height:56px!important;transition:border-color .18s,box-shadow .18s!important;display:grid!important}.so-login-input-v4:focus-within{border-color:#4b8dff!important;box-shadow:0 0 0 4px #1155ff17!important}.so-login-input-v4 span{color:#8b9ab4!important;place-items:center!important;font-size:14px!important;display:grid!important}.so-login-input-v4 input{color:#14233d!important;width:100%!important;min-height:54px!important;font:inherit!important;background:0 0!important;border:0!important;outline:0!important;font-weight:750!important}.so-login-input-v4 input::placeholder{color:#98a7bd!important}.so-login-show-v4{color:#64748b!important;font:inherit!important;cursor:pointer!important;background:0 0!important;border:0!important;margin-right:14px!important;font-size:12px!important;font-weight:900!important}.so-login-forgot-v4{justify-content:flex-end!important;margin-top:-4px!important;display:flex!important}.so-login-forgot-v4 button{color:#15f!important;font:inherit!important;cursor:pointer!important;background:0 0!important;border:0!important;font-size:14px!important;font-weight:900!important}.so-login-submit-v4{color:#fff!important;width:100%!important;min-height:58px!important;font:inherit!important;cursor:pointer!important;background:linear-gradient(135deg,#3477ff 0%,#1054ff 100%)!important;border:0!important;border-radius:14px!important;font-size:16px!important;font-weight:950!important;box-shadow:0 14px 28px #1155ff38!important}.so-login-submit-v4:disabled{opacity:.72!important;cursor:not-allowed!important}.so-login-note-v4{text-align:center!important;color:#6d7d97!important;border-top:1px solid #e0e8f4!important;margin-top:24px!important;padding-top:18px!important;font-size:14px!important;font-weight:750!important;line-height:1.45!important}.so-login-note-v4 a{color:#15f!important;font-weight:950!important;text-decoration:none!important}.so-login-note-v4 a:hover{text-decoration:underline!important}@media (max-width:980px){.so-login-page-v4{align-items:flex-start!important;padding:14px!important}.so-login-shell-v4{grid-template-columns:1fr!important;gap:18px!important;width:min(620px,100%)!important}.so-login-card-v4{border-radius:24px!important;order:1!important;width:100%!important;padding:28px 22px!important}.so-login-hero-v4{order:2!important}.so-login-logo-v4{width:142px!important;margin-bottom:18px!important}.so-login-copy-v4 h1{font-size:clamp(34px,9vw,46px)!important}.so-login-copy-v4 p{margin-top:12px!important;font-size:15px!important}.so-login-hero-image-v4{object-position:center bottom!important;width:100%!important;margin-top:14px!important}}@media (max-width:520px){.so-login-page-v4{padding:10px!important}.so-login-card-v4{padding:24px 16px!important}.so-login-card-header-v4 h2{font-size:28px!important}.so-login-input-v4{grid-template-columns:40px minmax(0,1fr) auto!important}.so-login-show-v4{margin-right:10px!important;font-size:11px!important}}.so-login-shell-v4{grid-template-columns:minmax(0,660px) minmax(520px,560px)!important;gap:clamp(56px,6vw,96px)!important;width:min(1320px,100%)!important}.so-login-logo-v4{mix-blend-mode:normal!important;background:0 0!important;width:160px!important}.so-login-copy-v4 h1{letter-spacing:-.055em!important;max-width:650px!important;font-size:clamp(44px,3.65vw,58px)!important;font-weight:900!important;line-height:1.06!important}.so-login-copy-v4 p{max-width:560px!important;margin-top:16px!important;font-size:clamp(16px,1.18vw,18px)!important;font-weight:650!important;line-height:1.42!important}.so-login-card-v4{width:min(560px,100%)!important;padding:50px 46px!important}.so-login-card-header-v4 h2{white-space:nowrap!important;letter-spacing:-.045em!important;font-size:clamp(30px,2vw,35px)!important;font-weight:900!important}.so-login-card-header-v4 p{font-size:16px!important;font-weight:650!important}.so-login-hero-image-v4{width:min(680px,100%)!important;margin-top:18px!important;-webkit-mask-image:radial-gradient(circle,#000 52%,#000000e6 72%,#0000 98%)!important;mask-image:radial-gradient(circle,#000 52%,#000000e6 72%,#0000 98%)!important}@media (max-width:980px){.so-login-shell-v4{grid-template-columns:1fr!important;gap:18px!important;width:min(620px,100%)!important}.so-login-card-v4{order:1!important;width:100%!important;padding:28px 22px!important}.so-login-card-header-v4 h2{white-space:normal!important;font-size:clamp(28px,7vw,34px)!important}.so-login-hero-v4{order:2!important}.so-login-copy-v4 h1{font-size:clamp(34px,9vw,46px)!important}.so-login-hero-image-v4{width:100%!important}.so-login-page-v4{justify-content:center!important;align-items:center!important;width:100vw!important;min-height:100vh!important;padding:16px!important;display:flex!important;overflow-x:hidden!important}.so-login-shell-v4{width:min(440px,100%)!important;margin:0 auto!important;display:block!important}.so-login-hero-v4{display:none!important}.so-login-card-v4{border-radius:26px!important;width:100%!important;margin:0 auto!important;padding:30px 22px!important}.so-login-card-v4:before{content:"";background-image:url(/images/smartops-logo.png);background-position:50%;background-repeat:no-repeat;background-size:contain;width:158px;height:46px;margin:0 auto 24px;display:block}.so-login-card-header-v4{margin-bottom:24px!important}.so-login-card-header-v4 h2{white-space:normal!important;letter-spacing:-.045em!important;font-size:30px!important;line-height:1.08!important}.so-login-card-header-v4 p{font-size:14px!important}.so-login-input-v4{min-height:54px!important}.so-login-submit-v4{min-height:56px!important}.so-login-note-v4{font-size:13px!important;line-height:1.4!important}}@media (max-width:420px){.so-login-page-v4{padding:10px!important}.so-login-card-v4{border-radius:24px!important;padding:26px 16px!important}.so-login-card-header-v4 h2{font-size:27px!important}.so-login-card-v4:before{width:145px;height:42px;margin-bottom:22px}}
