:root{--sidebar-width:250px;--header-height:76px;--background:#f4f7fb;--surface:#fff;--surface-soft:#f8fafc;--sidebar:#061321;--sidebar-secondary:#0b1d31;--primary:#009caf;--primary-light:#00d9ef;--primary-dark:#007f90;--text:#172337;--text-soft:#68778c;--border:#dce4ed;--danger:#d84040;--success:#2e934c;--warning:#f3b21b;--radius-small:8px;--radius-medium:13px;--radius-large:18px;--shadow-small:0 4px 15px #0f22370f;--shadow:0 10px 30px #0f223717}html{background:var(--background);scroll-behavior:smooth;min-width:320px}body{background:var(--background);min-width:320px;color:var(--text);margin:0;font-family:Inter,Segoe UI,Roboto,Helvetica,Arial,sans-serif;overflow-x:hidden}button,input,select,textarea{font:inherit}button{-webkit-tap-highlight-color:transparent}button:disabled{cursor:not-allowed}.sidebar{z-index:1000;width:var(--sidebar-width);background:linear-gradient(180deg, var(--sidebar) 0%, var(--sidebar-secondary) 100%);color:#fff;flex-direction:column;display:flex;position:fixed;top:0;bottom:0;left:0;overflow:hidden auto;box-shadow:8px 0 28px #05111f17}.sidebar::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-track{background:0 0}.sidebar::-webkit-scrollbar-thumb{background:#fff3;border-radius:10px}.brand{border-bottom:1px solid #ffffff1a;align-items:center;gap:13px;min-height:96px;padding:20px;display:flex}.brand-logo{background:linear-gradient(145deg, var(--primary-light), #00b9cf);color:#041421;border-radius:50%;flex:0 0 48px;place-items:center;width:48px;height:48px;font-size:24px;font-weight:900;display:grid;box-shadow:0 8px 22px #00d9ef2e}.brand-text{flex-direction:column;gap:3px;min-width:0;display:flex}.brand-text strong{color:var(--primary-light);font-size:22px;line-height:1.1}.brand-text span{color:#e6f0f8;font-size:14px;font-weight:600}.sidebar-close-button{color:#fff;cursor:pointer;background:0 0;border:0;margin-left:auto;font-size:29px;line-height:1;display:none}.sidebar-nav{flex:1;padding:20px 12px 28px}.sidebar-link,.sidebar-disabled{color:#d8e4ef;text-align:left;border:0;border-radius:11px;align-items:center;gap:11px;width:100%;min-height:50px;margin:4px 0;padding:10px 12px;font-size:15px;font-weight:700;text-decoration:none;transition:background .16s,color .16s,transform .16s,box-shadow .16s;display:flex}.sidebar-link:hover{color:#fff;background:#ffffff12;transform:translate(2px)}.sidebar-link.active{background:linear-gradient(135deg, var(--primary-light), #08bfd4);color:#041421;box-shadow:0 8px 20px #00d9ef2e}.nav-icon{background:#ffffff14;border-radius:8px;flex:0 0 29px;place-items:center;width:29px;height:29px;font-size:12px;font-weight:900;display:grid}.sidebar-link.active .nav-icon{background:#0414211f}.sidebar-disabled{opacity:.38}.sidebar-disabled small{background:#ffffff1a;border-radius:20px;margin-left:auto;padding:3px 7px;font-size:10px}.sidebar-footer{color:#91a8c0;border-top:1px solid #ffffff14;flex-direction:column;gap:3px;padding:17px 24px 22px;display:flex}.sidebar-footer span{font-size:12px;font-weight:700}.sidebar-footer small{font-size:10px}.portal-main{width:calc(100% - var(--sidebar-width));min-width:0;margin-left:var(--sidebar-width)}.portal-header{z-index:500;min-height:var(--header-height);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;justify-content:space-between;align-items:center;gap:20px;padding:11px clamp(18px,3vw,36px);display:flex;position:sticky;top:0;box-shadow:0 4px 18px #0e1f320d}.header-left{align-items:center;gap:14px;min-width:0;display:flex}.menu-button{border:1px solid var(--border);width:42px;height:42px;color:var(--text);cursor:pointer;background:#fff;border-radius:9px;flex:0 0 42px;place-items:center;font-size:20px;display:none}.portal-header-title{flex-direction:column;gap:4px;min-width:0;display:flex}.portal-header-title strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:clamp(15px,1.5vw,19px);overflow:hidden}.portal-header-title span{color:var(--text-soft);font-size:13px}.header-user{flex:none;align-items:center;gap:11px;display:flex}.user-avatar{background:var(--sidebar);width:42px;height:42px;color:var(--primary-light);border-radius:50%;flex:0 0 42px;place-items:center;font-weight:900;display:grid}.header-user-details{flex-direction:column;gap:2px;min-width:90px;display:flex}.header-user-details strong{max-width:180px;color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.header-user-details span{color:var(--text-soft);font-size:11px}.logout-button{border:1px solid var(--border);min-height:42px;color:var(--text);cursor:pointer;background:#fff;border-radius:9px;padding:9px 15px;font-weight:800;transition:border-color .16s,background .16s,color .16s}.logout-button:hover{border-color:var(--danger);color:var(--danger);background:#fff5f5}.portal-content{width:100%;min-width:0;padding:clamp(22px,3vw,40px) clamp(16px,3vw,38px) 52px}.portal-content-inner{width:min(100%,1500px);margin:0 auto}.page-container{width:100%;min-width:0}.page-title-row{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:24px;display:flex}.page-title-row>div:first-child{min-width:0}.eyebrow{color:var(--primary-dark);letter-spacing:.13em;text-transform:uppercase;margin:0 0 7px;font-size:12px;font-weight:900}.page-title-row h1{color:var(--text);margin:0;font-size:clamp(29px,4vw,45px);line-height:1.08}.page-description{max-width:700px;color:var(--text-soft);margin:9px 0 0;font-size:clamp(14px,1.5vw,17px);line-height:1.55}.content-card{border:1px solid var(--border);border-radius:var(--radius-large);background:var(--surface);width:100%;min-width:0;box-shadow:var(--shadow);padding:clamp(20px,3vw,30px)}.card-heading-row h2{color:var(--text);margin:0;font-size:clamp(20px,2vw,26px)}.card-heading-row p{color:var(--text-soft);margin:6px 0 0;line-height:1.5}.user-summary{grid-template-columns:repeat(2,112px);gap:10px;display:grid}.user-summary>div{border-radius:var(--radius-medium);background:linear-gradient(145deg, var(--sidebar), #10243a);color:#fff;flex-direction:column;justify-content:center;align-items:center;min-height:92px;padding:12px;display:flex;box-shadow:0 9px 24px #07152521}.form-field{flex-direction:column;gap:7px;min-width:0;display:flex}.form-field label{color:#26364d;font-size:14px;font-weight:800}.form-field input,.form-field select,.form-field textarea{border-radius:var(--radius-small);width:100%;min-height:46px;color:var(--text);background:#fff;border:1px solid #bfccd9;outline:none;padding:11px 13px;transition:border-color .15s,box-shadow .15s}.form-field textarea{resize:vertical;min-height:110px}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #009caf21}.form-field input:disabled,.form-field select:disabled,.form-field textarea:disabled{cursor:not-allowed;opacity:.75;background:#f1f4f7}.checkbox-field label{cursor:pointer;align-items:center;gap:9px;display:flex}.checkbox-field input{width:18px;min-height:18px;accent-color:var(--primary)}.primary-button,.secondary-button{cursor:pointer;border-radius:9px;min-height:44px;padding:10px 17px;font-weight:800;transition:transform .15s,background .15s,border-color .15s}.primary-button{background:linear-gradient(135deg, var(--primary), #00b2c6);color:#fff;border:0}.primary-button:hover:not(:disabled){background:linear-gradient(135deg, var(--primary-dark), var(--primary));transform:translateY(-1px)}.secondary-button{border:1px solid var(--border);color:var(--text);background:#f1f5f9}.secondary-button:hover:not(:disabled){background:#e8eef4;border-color:#b9c7d5}.user-filter-bar{grid-template-columns:minmax(220px,1fr) minmax(160px,220px) minmax(150px,200px) auto;align-items:end;gap:12px;margin-top:22px;display:grid}.table-scroll{-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #e5ebf1;border-radius:11px;width:100%;max-width:100%;margin-top:20px;overflow-x:auto}.table-scroll::-webkit-scrollbar{height:9px}.table-scroll::-webkit-scrollbar-track{background:#eef2f6}.table-scroll::-webkit-scrollbar-thumb{background:#b9c5d1;border-radius:20px}.user-table{border-collapse:collapse;background:#fff;width:100%;min-width:980px}.user-table th{z-index:1;color:#33445b;letter-spacing:.01em;background:#f5f7fa;font-size:12px;position:sticky;top:0}.user-table tbody tr{transition:background .14s}.user-table tbody tr:hover{background:#f8fbfd}.user-table tbody tr:last-child td{border-bottom:0}.user-table .user-company-group-row,.user-table .user-company-group-row:hover{background:#eef9fb}.user-table .user-company-group-row td{border-top:2px solid #17a9bb;border-bottom:1px solid #cfe9ed;padding:16px 14px}.user-company-group-heading,.user-company-group-heading>div{align-items:center;gap:12px;display:flex}.user-company-group-heading{flex-wrap:wrap;justify-content:space-between}.user-company-group-heading strong{color:#102238;font-size:16px}.user-company-group-heading span{color:#64758a;font-size:12px;font-weight:700}.user-role,.status-badge{white-space:nowrap;border-radius:30px;justify-content:center;align-items:center;padding:6px 9px;font-size:10px;font-weight:900;display:inline-flex}.document-id{color:#687991;text-overflow:ellipsis;white-space:nowrap;background:#f6f3ea;border-radius:6px;max-width:130px;padding:5px 8px;font-size:10px;display:inline-block;overflow:hidden}.table-actions{flex-wrap:wrap;gap:6px;min-width:220px;display:flex}.edit-button,.enable-button,.disable-button,.delete-button{white-space:nowrap;cursor:pointer;border:0;border-radius:7px;min-height:36px;padding:7px 11px;font-size:12px;font-weight:800;transition:transform .14s,opacity .14s}.edit-button:hover:not(:disabled),.enable-button:hover:not(:disabled),.disable-button:hover:not(:disabled),.delete-button:hover:not(:disabled){transform:translateY(-1px)}.edit-button{background:var(--warning);color:#142033}.enable-button{background:var(--success);color:#fff}.delete-button{background:var(--danger);color:#fff}.force-logout-button{color:#fff;white-space:nowrap;cursor:pointer;background:#b45309;border:0;border-radius:7px;min-height:36px;padding:7px 11px;font-size:12px;font-weight:800}.force-logout-button:disabled,.edit-button:disabled,.enable-button:disabled,.disable-button:disabled,.delete-button:disabled{cursor:not-allowed;opacity:.38}.sidebar-overlay{z-index:900;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#040f1b9e;border:0;display:none;position:fixed;inset:0}.dashboard-page{flex-direction:column;gap:24px;width:100%;min-width:0;display:flex}.dashboard-welcome{text-align:left;justify-content:space-between;align-items:flex-end;gap:24px;padding:4px 2px;display:flex}.dashboard-welcome>div:first-child,.dashboard-welcome h1,.dashboard-welcome p,.dashboard-welcome .eyebrow{text-align:left}.dashboard-welcome h1{color:var(--text);margin:0;font-size:clamp(30px,4vw,46px);line-height:1.1}.dashboard-welcome>div:first-child>p:last-child{max-width:720px;color:var(--text-soft);margin:10px 0 0;font-size:16px;line-height:1.55}.dashboard-welcome-user{border:1px solid var(--border);min-width:190px;box-shadow:var(--shadow);background:#fff;border-radius:12px;flex-direction:column;gap:5px;padding:14px 18px;display:flex}.dashboard-welcome-user span{color:var(--text-soft);text-transform:uppercase;font-size:11px;font-weight:700}.dashboard-welcome-user strong{color:var(--primary-dark);font-size:14px}.dashboard-error{color:#a92727;background:#fff4f4;border:1px solid #f2c2c2;border-radius:10px;justify-content:space-between;align-items:center;gap:15px;padding:14px 16px;font-weight:700;display:flex}.dashboard-error button{color:#fff;cursor:pointer;background:#c73535;border:0;border-radius:7px;padding:8px 12px;font-weight:800}.dashboard-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.dashboard-stat-card{border:1px solid var(--border);min-width:0;box-shadow:var(--shadow);background:#fff;border-radius:16px;padding:21px;transition:transform .18s,box-shadow .18s;position:relative;overflow:hidden}.dashboard-stat-card:hover{transform:translateY(-3px);box-shadow:0 15px 35px #0f22371f}.dashboard-stat-card:after{content:"";opacity:.08;border-radius:50%;width:110px;height:110px;position:absolute;bottom:-38px;right:-28px}.dashboard-stat-card.blue:after{background:#3c77d7}.dashboard-stat-card.teal:after{background:#00a6b9}.dashboard-stat-card.purple:after{background:#835bc7}.dashboard-stat-card.green:after{background:#3a9a57}.dashboard-stat-header{align-items:center;gap:11px;display:flex}.dashboard-stat-icon{color:#fff;border-radius:10px;flex:0 0 38px;place-items:center;width:38px;height:38px;font-size:14px;font-weight:900;display:grid}.blue .dashboard-stat-icon{background:#3c77d7}.teal .dashboard-stat-icon{background:#00a6b9}.purple .dashboard-stat-icon{background:#835bc7}.green .dashboard-stat-icon{background:#3a9a57}.dashboard-stat-label{color:var(--text-soft);font-size:13px;font-weight:800}.dashboard-stat-value{color:var(--text);margin-top:18px;font-size:34px;line-height:1;display:block}.dashboard-stat-card p{z-index:1;color:var(--text-soft);margin:9px 0 0;font-size:12px;line-height:1.45;position:relative}.dashboard-main-grid{grid-template-columns:minmax(0,1.55fr) minmax(300px,.75fr);gap:20px;display:grid}.dashboard-card-heading{justify-content:space-between;align-items:flex-start;gap:15px;display:flex}.dashboard-card-heading h2{color:var(--text);margin:0;font-size:23px}.dashboard-progress-list{flex-direction:column;gap:21px;margin-top:27px;display:flex}.dashboard-progress-heading{justify-content:space-between;gap:15px;margin-bottom:8px;display:flex}.dashboard-progress-heading span{color:var(--text);font-size:13px;font-weight:800}.dashboard-progress-heading strong{color:var(--text-soft);font-size:12px}.dashboard-progress-track{background:#e9eef3;border-radius:20px;width:100%;height:10px;overflow:hidden}.dashboard-progress-fill{border-radius:inherit;height:100%;transition:width .4s}.dashboard-progress-fill.completed{background:#38a15b}.dashboard-progress-fill.progress{background:#e4a51c}.dashboard-progress-fill.pending{background:#66778e}.dashboard-progress-item small{color:var(--text-soft);text-align:right;margin-top:5px;font-size:11px;display:block}.dashboard-completion-box{color:#fff;background:linear-gradient(135deg,#071525,#10304b);border-radius:13px;justify-content:space-between;align-items:center;gap:25px;margin-top:28px;padding:19px;display:flex}.dashboard-completion-box>div:first-child{flex-direction:column;gap:5px;display:flex}.dashboard-completion-box span{color:#a8bdd1;font-size:12px}.dashboard-completion-box strong{color:var(--primary-light);font-size:29px}.dashboard-circle-progress{background:conic-gradient(var(--primary-light) var(--dashboard-progress), #ffffff1f 0deg);border-radius:50%;place-items:center;width:75px;height:75px;display:grid}.dashboard-circle-progress>div{color:#fff;background:#0a1d30;border-radius:50%;place-items:center;width:57px;height:57px;font-size:13px;font-weight:900;display:grid}.dashboard-quick-list{flex-direction:column;gap:10px;margin-top:24px;display:flex}.dashboard-quick-list a{color:var(--text);border:1px solid #e2e8ef;border-radius:11px;align-items:center;gap:12px;padding:13px;text-decoration:none;transition:background .15s,border-color .15s,transform .15s;display:flex}.dashboard-quick-list a:hover{background:#f4fcfd;border-color:#a9dbe1;transform:translate(3px)}.quick-action-icon{color:#00899a;background:#e5f9fb;border-radius:10px;flex:0 0 38px;place-items:center;width:38px;height:38px;font-size:13px;font-weight:900;display:grid}.dashboard-quick-list div{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.dashboard-quick-list strong{font-size:13px}.dashboard-quick-list small{color:var(--text-soft);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.dashboard-quick-list b{color:var(--text-soft);font-size:24px}.dashboard-record-count{color:var(--text-soft);background:#edf2f7;border-radius:20px;padding:6px 10px;font-size:11px;font-weight:800}.dashboard-recent-table-wrapper{border:1px solid #e2e8ef;border-radius:11px;width:100%;margin-top:21px;overflow-x:auto}.dashboard-recent-table{border-collapse:collapse;width:100%;min-width:720px}.dashboard-recent-table th,.dashboard-recent-table td{text-align:left;border-bottom:1px solid #e5ebf1;padding:14px}.dashboard-recent-table th{color:#45566d;text-transform:uppercase;background:#f5f7fa;font-size:11px}.dashboard-recent-table tbody tr:last-child td{border-bottom:0}.dashboard-recent-table td{color:var(--text);font-size:13px}.dashboard-recent-table td:first-child span{color:var(--text-soft);margin-top:3px;font-size:11px;display:block}.dashboard-status{white-space:nowrap;border-radius:20px;padding:6px 9px;font-size:10px;font-weight:900;display:inline-flex}.dashboard-status.completed{color:#2e8247;background:#e1f6e7}.dashboard-status.in_progress,.dashboard-status.progress{color:#946200;background:#fff1d5}.dashboard-status.pending{color:#516176;background:#edf1f5}.dashboard-empty{color:var(--text-soft);text-align:center;background:#fafcfd;border:1px dashed #ccd7e2;border-radius:11px;margin-top:20px;padding:35px 20px}@media (width<=1180px){:root{--sidebar-width:230px}.portal-content{padding-left:22px;padding-right:22px}.user-table{min-width:920px}}@media (width<=900px){.sidebar{width:min(290px,86vw);transition:transform .22s;transform:translate(-105%)}.sidebar.sidebar-open{transform:translate(0)}.sidebar-overlay{display:block}.sidebar-close-button,.menu-button{display:grid}.portal-main{width:100%;margin-left:0}.portal-header{min-height:70px;padding:10px 16px}.portal-content{padding:22px 16px 40px}.page-title-row{align-items:flex-start}.user-filter-bar,.dashboard-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-main-grid{grid-template-columns:1fr}}@media (width<=720px){.portal-header-title span,.header-user-details{display:none}.logout-button{padding:8px 12px}.page-title-row{flex-direction:column}.user-summary{grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.user-summary>div{min-height:82px}.user-form-grid{grid-template-columns:1fr}.card-heading-row,.dashboard-card-heading{flex-direction:column}.card-heading-row .secondary-button{align-self:flex-start}.form-actions{justify-content:stretch}.form-actions .primary-button{width:100%}.dashboard-welcome{flex-direction:column;align-items:stretch}.dashboard-welcome-user{width:100%}}@media (width<=620px){.user-filter-bar{grid-template-columns:1fr}.user-filter-bar .secondary-button{width:100%}}@media (width<=480px){.portal-header{gap:8px;padding:9px 11px}.menu-button{flex-basis:39px;width:39px;height:39px}.portal-header-title strong{max-width:180px;font-size:13px}.user-avatar{display:none}.logout-button{min-height:39px;padding:7px 10px;font-size:12px}.portal-content{padding:18px 11px 34px}.content-card{border-radius:13px;padding:17px 14px}.page-title-row h1{font-size:29px}.page-description{font-size:14px}.user-summary{gap:8px}.user-summary strong{font-size:23px}.dashboard-stat-grid{grid-template-columns:1fr}.dashboard-completion-box{flex-direction:column;align-items:flex-start}.dashboard-circle-progress{align-self:center}.dashboard-error{flex-direction:column;align-items:stretch}.user-table{min-width:860px}}@media (width<=360px){.portal-header-title strong{max-width:135px;font-size:12px}.logout-button{padding:7px 8px}.user-summary{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.project-summary-grid{grid-template-columns:repeat(3,105px);gap:10px;display:grid}.project-summary-grid>div{background:linear-gradient(145deg, var(--sidebar), #10243a);color:#fff;border-radius:13px;flex-direction:column;justify-content:center;align-items:center;min-height:88px;padding:12px;display:flex;box-shadow:0 9px 24px #07152521}.project-summary-grid strong{color:var(--primary-light);font-size:25px}.project-summary-grid span{margin-top:4px;font-size:11px}.project-edit-card,.project-list-card{margin-top:22px}.project-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:24px;display:grid}.project-filter-bar{grid-template-columns:minmax(240px,1fr) minmax(160px,210px) minmax(160px,230px) auto;align-items:end;gap:12px;margin-top:22px;display:grid}.project-result-count{color:var(--text-soft);margin-top:18px;font-size:13px}.project-table{border-collapse:collapse;background:#fff;width:100%;min-width:1050px}.project-table th,.project-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #e5ebf1;padding:14px 12px}.project-table th{z-index:1;color:#33445b;background:#f5f7fa;font-size:12px;position:sticky;top:0}.project-table tbody tr:hover{background:#f8fbfd}.project-table tbody tr:last-child td{border-bottom:0}.project-status{white-space:nowrap;border-radius:30px;justify-content:center;align-items:center;padding:6px 10px;font-size:10px;font-weight:900;display:inline-flex}.project-status.pending{color:#526176;background:#edf1f5}.project-status.in-progress{color:#946200;background:#fff1d5}.project-status.completed{color:#2e8247;background:#e1f6e7}.project-status.kiv{color:#7650a3;background:#f2e8ff}@media (width<=900px){.project-filter-bar{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.project-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));width:100%}.project-form-grid{grid-template-columns:1fr}}@media (width<=620px){.project-filter-bar{grid-template-columns:1fr}.project-filter-bar .secondary-button{width:100%}}@media (width<=440px){.project-summary-grid{grid-template-columns:1fr}}.project-dashboard-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;margin-bottom:22px;display:grid}.project-dashboard-card{border:1px solid var(--border);min-width:0;box-shadow:var(--shadow);background:#fff;border-radius:15px;padding:18px;position:relative;overflow:hidden}.project-dashboard-card:after{background:var(--primary);content:"";opacity:.08;border-radius:50%;width:95px;height:95px;position:absolute;bottom:-36px;right:-25px}.project-dashboard-card span{color:var(--text-soft);font-size:12px;font-weight:800;display:block}.project-dashboard-card strong{color:var(--text);margin-top:10px;font-size:30px;line-height:1;display:block}.project-dashboard-card small{color:var(--text-soft);margin-top:9px;font-size:10px;display:block}.project-dashboard-card.pending:after{background:#64748b}.project-dashboard-card.progress:after{background:#e4a51c}.project-dashboard-card.completed:after{background:#38a15b}.project-dashboard-card.kiv:after{background:#8055b5}.project-dashboard-card.users:after{background:#3779d0}.project-dashboard-card.progress strong{color:#b77b00}.project-dashboard-card.completed strong{color:#2e934c}.project-dashboard-card.kiv strong{color:#7650a3}.project-dashboard-card.users strong{color:#376cba}.project-toolbar-actions{flex-wrap:wrap;gap:10px;display:flex}.project-table-progress{align-items:center;gap:8px;min-width:130px;display:flex}.project-table-progress-track{background:#e5ebf1;border-radius:20px;width:90px;height:8px;overflow:hidden}.project-table-progress-track span{border-radius:inherit;background:linear-gradient(90deg, var(--primary), var(--primary-light));height:100%;display:block}.project-table-progress small{min-width:32px;color:var(--text-soft);font-size:10px;font-weight:800}@media (width<=1300px){.project-dashboard-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=720px){.project-create-button{width:100%}.project-dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.project-toolbar-actions{width:100%}.project-toolbar-actions button{flex:1}}@media (width<=440px){.project-dashboard-grid{grid-template-columns:1fr}}.project-dashboard-grid{grid-template-columns:repeat(6,minmax(130px,1fr));gap:12px;margin-top:10px;margin-bottom:18px}.project-dashboard-card{text-align:center;min-height:150px;padding:16px 14px}.project-dashboard-card span{font-size:12px;line-height:1.35}.project-dashboard-card strong{margin-top:9px;font-size:31px}.project-dashboard-card small{margin-top:10px;font-size:10px;line-height:1.4}.project-edit-card{margin-top:18px;padding:28px 32px}.project-edit-card .card-heading-row{align-items:flex-start}.project-edit-card .card-heading-row h2{font-size:29px}.project-edit-card .card-heading-row p{font-size:16px}.project-form-grid{gap:20px;margin-top:26px}.project-form-grid .form-field label{text-align:left}.project-create-button{min-width:160px}@media (width<=1300px){.project-dashboard-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.project-dashboard-card{min-height:130px}}@media (width<=720px){.project-edit-card{padding:22px 18px}.project-dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=440px){.project-dashboard-grid{grid-template-columns:1fr}}.project-import-card{margin-top:20px;margin-bottom:22px}.excel-format-help{color:var(--text-soft);background:#f1fbfc;border:1px solid #cfe4e8;border-radius:10px;flex-wrap:wrap;gap:6px;margin-top:20px;padding:14px 16px;font-size:13px;line-height:1.5;display:flex}.excel-format-help strong{color:var(--primary-dark)}.project-import-file-row{flex-wrap:wrap;align-items:center;gap:15px;margin-top:20px;display:flex}.project-import-file-row input{border:1px solid var(--border);background:#fff;border-radius:9px;max-width:100%;padding:10px}.project-import-file-row span{color:var(--text-soft);font-size:13px;font-weight:700}.import-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:22px;display:grid}.import-summary-grid>div{border:1px solid var(--border);background:var(--surface-soft);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;min-height:90px;display:flex}.import-summary-grid strong{color:var(--text);font-size:26px}.import-summary-grid span{color:var(--text-soft);margin-top:5px;font-size:11px;font-weight:800}.import-summary-grid .ready strong{color:var(--success)}.import-summary-grid .invalid strong{color:var(--danger)}.import-summary-grid .duplicate strong{color:#9a6900}.import-preview-table{border-collapse:collapse;width:100%;min-width:950px}.import-preview-table th,.import-preview-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #e5ebf1;padding:13px 12px}.import-preview-table th{color:#33445b;background:#f5f7fa;font-size:12px}.import-row-valid{background:#fbfffc}.import-row-invalid{background:snow}.import-validation{border-radius:20px;padding:6px 10px;font-size:10px;font-weight:900;display:inline-flex}.import-validation.ready{color:var(--success);background:#e3f8e9}.import-error-text{max-width:330px;color:var(--danger);font-size:11px;line-height:1.45;display:block}@media (width<=720px){.import-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=440px){.import-summary-grid{grid-template-columns:1fr}.project-import-file-row{flex-direction:column;align-items:stretch}}.attendance-settings-page{max-width:1220px}.attendance-hero{color:#fff;background:linear-gradient(135deg,#07192c,#0b3b55);border-radius:22px;justify-content:space-between;align-items:center;gap:24px;padding:28px 30px;display:flex;box-shadow:0 18px 45px #08233d26}.attendance-hero h1{margin:4px 0 8px;font-size:36px}.attendance-hero p:last-child{color:#c7d9e7;margin:0}.policy-status{white-space:nowrap;color:#7ff7db;letter-spacing:.08em;background:#0b7a6640;border:1px solid #53e6c5;border-radius:999px;padding:10px 14px;font-weight:800}.policy-status.off{color:#ffc2c2;background:#9d2d2d3d;border-color:#ff9b9b}.attendance-company-bar{background:#fff;border:1px solid #dce5ec;border-radius:16px;justify-content:space-between;align-items:end;gap:20px;margin:20px 0;padding:18px 22px;display:flex}.attendance-company-bar label,.attendance-mode-grid label{gap:7px;font-weight:750;display:grid}.attendance-company-bar select,.attendance-mode-grid select{background:#fff;border:1px solid #b9c7d3;border-radius:10px;min-width:280px;padding:11px 13px}.attendance-company-bar div{text-align:right;display:grid}.attendance-company-bar small,.attendance-mode-grid small,.attendance-save-bar small{color:#6c7a88;margin-top:4px;font-weight:500}.attendance-alert{border-radius:10px;padding:12px 16px;font-weight:700}.attendance-alert.error{color:#a32121;background:#fff0f0}.attendance-alert.success{color:#087852;background:#eafaf3}.attendance-mode-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:18px;display:grid}.attendance-mode-grid label{background:#fff;border:1px solid #dce5ec;border-radius:16px;padding:20px}.attendance-group{background:#fff;border:1px solid #dce5ec;border-radius:18px;margin:16px 0;padding:22px}.attendance-group-title{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.attendance-group-title h2{margin:0;font-size:20px}.attendance-group-title span{color:#597083;font-size:13px;font-weight:750}.attendance-toggle-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.attendance-toggle{background:#f9fbfc;border:1px solid #e2e9ee;border-radius:13px;justify-content:space-between;align-items:center;gap:18px;min-height:80px;padding:14px 72px 14px 15px;display:flex;position:relative}.attendance-toggle span{gap:5px;display:grid}.attendance-toggle small{color:#6c7a88;line-height:1.35}.attendance-toggle input{opacity:0;position:absolute}.attendance-toggle i{background:#bec9d1;border-radius:999px;width:42px;height:24px;transition:all .2s;position:absolute;right:16px}.attendance-toggle i:after{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:all .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 4px #0003}.attendance-toggle input:checked+i{background:#0b8f7a}.attendance-toggle input:checked+i:after{transform:translate(18px)}.attendance-toggle.is-disabled{opacity:.5}.attendance-save-bar{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffef;border:1px solid #cbd8e2;border-radius:16px;justify-content:space-between;align-items:center;gap:20px;margin-top:22px;padding:16px 20px;display:flex;position:sticky;bottom:16px;box-shadow:0 14px 34px #0b243526}.attendance-save-bar div{display:grid}.primary-button{color:#fff;background:#087f8c;border:0;border-radius:10px;padding:12px 18px;font-weight:800}@media (width<=780px){.attendance-hero,.attendance-company-bar,.attendance-save-bar{flex-direction:column;align-items:stretch}.attendance-company-bar div{text-align:left}.attendance-company-bar select{width:100%;min-width:0}.attendance-mode-grid,.attendance-toggle-grid{grid-template-columns:1fr}}*{box-sizing:border-box}body{color:#142033;background:#f3f6f9;margin:0;font-family:Inter,Arial,Helvetica,sans-serif}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.65}.app-shell{min-height:100vh}.top-header{color:#fff;background:#06111f;padding:18px 32px;box-shadow:0 2px 8px #0000002e}.top-header div{align-items:center;gap:12px;display:flex}.top-header strong{color:#00e5ff;font-size:24px}.top-header span{font-size:17px}.page-container{width:min(1180px,100% - 32px);margin:32px auto}.page-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:22px;display:flex}.page-header h1{margin:4px 0 8px;font-size:34px}.eyebrow{color:#087f8c;text-transform:uppercase;letter-spacing:.08em;margin:0;font-weight:700}.page-description{color:#5d6877;margin:0}.count-box{color:#fff;text-align:center;background:#06111f;border-radius:12px;min-width:135px;padding:16px}.count-box strong,.count-box span{display:block}.count-box strong{color:#00e5ff;font-size:27px}.count-box span{margin-top:4px;font-size:13px}.panel{background:#fff;border:1px solid #dce3ea;border-radius:14px;margin-bottom:22px;padding:24px;box-shadow:0 6px 22px #1420330f}.panel h2{margin-top:0}.master-form{flex-wrap:wrap;gap:12px;display:flex}.master-form input{border:1px solid #b7c2ce;border-radius:8px;outline:none;flex:1;min-width:240px;padding:12px 14px}.master-form input:focus{border-color:#008da1;box-shadow:0 0 0 3px #008da124}.master-form button,.secondary-button,.edit-button,.delete-button{border:0;border-radius:8px;padding:11px 16px;font-weight:700}.master-form button{color:#fff;background:#008da1}.secondary-button{color:#243244;background:#e9eef3}.status-message{color:#34445a;margin:15px 0 0;font-weight:600}.section-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.table-wrapper{overflow-x:auto}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-bottom:1px solid #e5eaf0;padding:14px 12px}th{color:#39485c;background:#f6f8fa;font-size:14px}.document-id{color:#748095;word-break:break-all;max-width:270px;font-family:Consolas,monospace;font-size:12px}.action-buttons{gap:8px;display:flex}@media (width<=700px){.top-header{padding:16px 18px}.page-header{flex-direction:column}.count-box{width:100%}.master-form{flex-direction:column}.master-form input,.master-form button,.secondary-button{width:100%}}.projects-home-page,.project-master-list-page{padding:30px}.projects-home-header,.project-master-list-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;display:flex}.projects-home-header h1,.project-master-list-header h1{color:#102033;margin:4px 0 8px;font-size:clamp(28px,4vw,42px)}.projects-home-header p,.project-master-list-header p,.master-list-workspace p{color:#64748b;margin:0}.page-eyebrow{letter-spacing:.14em;font-size:12px;font-weight:800;color:#008da1!important}.project-type-card-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px;display:grid}.project-type-card{color:#102033;background:#fff;border:1px solid #d8e3eb;border-radius:18px;align-items:center;gap:18px;min-height:150px;padding:24px;text-decoration:none;transition:transform .16s,border-color .16s,box-shadow .16s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 28px #10203312}.project-type-card:hover{border-color:#00b9cf;transform:translateY(-3px);box-shadow:0 14px 34px #008da124}.project-type-card-number{color:#00e5ff;background:#06111f;border-radius:13px;flex:none;place-items:center;width:46px;height:46px;font-weight:800;display:grid}.project-type-card h2{margin:0 0 6px;font-size:22px}.project-type-card p{color:#718096;margin:0}.project-type-card-arrow{color:#008da1;margin-left:auto;font-size:28px}.project-type-empty,.master-list-workspace{text-align:center;background:#fff;border:1px dashed #b8c8d5;border-radius:18px;padding:48px 28px}.project-type-message.error{color:#a52222;background:#fff1f1;border:1px solid #f1b6b6;border-radius:10px;margin-bottom:20px;padding:14px 16px}.project-back-link{color:#007f91;margin-bottom:20px;font-weight:700;text-decoration:none;display:inline-block}.master-list-type-badge{color:#00e5ff;background:#06111f;border-radius:999px;padding:10px 16px;font-weight:800}.master-list-workspace-icon{color:#007f91;background:#e6fbfe;border-radius:18px;place-items:center;width:62px;height:62px;margin:0 auto 18px;font-size:28px;font-weight:900;display:grid}.master-list-workspace h2{color:#102033;margin:0 0 8px}.master-list-toolbar{flex-wrap:wrap;gap:10px;margin-bottom:18px;display:flex}.work-order-hero{background:linear-gradient(135deg,#fff 0%,#f3fbfc 100%);border:1px solid #dbe5ec;border-radius:18px;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:22px;padding:26px 28px;display:flex;box-shadow:0 10px 32px #1020330f}.work-order-hero h1{color:#102033;margin:4px 0 8px;font-size:clamp(27px,3vw,38px)}.work-order-hero p{color:#64748b;margin:0}.work-order-hero-meta{color:#64748b;flex-direction:column;align-items:flex-end;gap:9px;font-size:12px;font-weight:700;display:flex}.work-order-summary{grid-template-columns:repeat(3,minmax(150px,1fr));gap:14px;margin-bottom:16px;display:grid}.work-order-summary div{background:#fff;border:1px solid #dbe5ec;border-radius:13px;padding:16px 18px}.work-order-summary span{color:#6b7b8e;text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:750;display:block}.work-order-summary strong{color:#102033;margin-top:5px;font-size:25px;display:block}.work-order-command-bar{background:#fff;border:1px solid #d7e2ea;border-radius:14px;justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:16px;padding:14px;display:flex}.work-order-primary-actions,.work-order-secondary-actions,.field-settings-buttons{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.work-order-view-tabs{gap:8px;margin:-4px 0 18px;display:flex}.work-order-view-tabs button{color:#56677b;cursor:pointer;background:#fff;border:1px solid #cbd8e1;border-radius:9px;padding:9px 13px;font-weight:800}.work-order-view-tabs button.active{color:#087f90;background:#e8f7f9;border-color:#008da1}.work-order-view-tabs button.deleted.active{color:#ae3036;background:#fff0f0;border-color:#dc878b}.work-order-view-tabs button span{background:#e7edf1;border-radius:999px;place-items:center;min-width:22px;height:22px;margin-left:6px;font-size:11px;display:inline-grid}.work-order-command-bar button,.field-settings-buttons button{cursor:pointer;border:0;border-radius:9px;min-height:42px;padding:9px 14px;font-weight:800}.primary-command{color:#fff;background:#008da1}.full-form-command{color:#087f90;background:#e8f7f9;border:1px solid #008da1!important}.outline-command,.settings-command,.maximize-command,.activity-command{color:#26374b;background:#f8fafc;border:1px solid #c7d5df!important}.settings-command{color:#fff;background:#06111f}.maximize-command{color:#087f90;background:#e8f7f9}.export-command{color:#087f90}.activity-command{color:#26374b;background:#fff}.bulk-delete-command{color:#fff;background:#c83b3b;border:1px solid #a92930!important}.bulk-restore-command{color:#176b2c;background:#eaf8ee;border:1px solid #19743a!important}.bulk-delete-command:disabled,.bulk-restore-command:disabled{opacity:.5;cursor:not-allowed}.master-search span{color:#607086;text-transform:uppercase;margin-bottom:5px;font-size:11px;font-weight:800;display:block}.master-search input{width:260px;font:inherit;border:1px solid #c9d6df;border-radius:9px;padding:10px 12px}.master-search input:focus{border-color:#008da1;outline:3px solid #008da11f}.field-settings-panel{background:#fff;border:1px solid #d3dee6;border-radius:16px;margin-bottom:18px;padding:0;overflow:hidden;box-shadow:0 8px 25px #1020330d}.field-settings-heading{background:#fbfcfd;border-bottom:1px solid #e2e9ee;justify-content:space-between;align-items:center;gap:20px;margin:0;padding:20px 22px;display:flex}.field-settings-heading h2{color:#17283b;margin:0 0 4px;font-size:18px}.field-settings-heading p{color:#708096;margin:0;font-size:13px}.field-settings-panel .column-chip-list{padding:0;gap:0!important}.field-settings-panel .column-chip{box-sizing:border-box;background:#fff;border-bottom:1px solid #e8edf1;border-radius:0;grid-template-columns:42px minmax(0,1fr) 210px;align-items:center;gap:12px;width:100%;min-height:58px;padding:9px 16px;display:grid}.field-settings-panel .column-chip:last-child{border-bottom:0}.field-settings-panel .column-chip:hover{background:#f6fbfc}.field-order{color:#3f566a;background:#e5eef3;border-radius:8px;place-items:center;width:28px;height:28px;font-size:12px;font-weight:900;display:grid}.field-name{color:#172b40;text-align:left;flex-direction:column;justify-self:start;align-items:flex-start;width:100%;min-width:0;margin:0;display:flex;overflow:hidden}.field-name strong{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:15px;overflow:hidden}.field-name small{color:#718096;margin-top:3px;font-size:10px;font-weight:650}.field-name small b{color:#087f90;text-transform:uppercase}.field-row-actions{justify-content:flex-end;align-items:center;gap:6px;display:flex}.field-settings-panel .field-row-actions button{color:#087f90;background:#edf4f6;border-radius:8px;width:34px;min-height:34px;padding:0;font-size:15px}.field-settings-panel .field-row-actions button:hover:not(:disabled){background:#d8f1f4}.field-settings-panel .field-row-actions button:disabled{opacity:.35;cursor:default}.field-settings-panel .field-row-actions .field-edit-button{background:#e6f5f7;width:auto;padding:0 12px;font-size:12px}.field-settings-panel .field-row-actions button.danger{color:#bd2f35;background:#fff0f0}.project-workspace-grid{grid-template-columns:repeat(2,minmax(280px,1fr));gap:18px;display:grid}.workspace-action-card{color:#17283b;background:#fff;border:1px solid #d5e1e9;border-radius:18px;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;min-height:170px;padding:24px;text-decoration:none;transition:transform .16s,border-color .16s;display:grid;box-shadow:0 9px 28px #10203312}.workspace-action-card:hover{border-color:#00a7ba;transform:translateY(-3px)}.workspace-card-icon{color:#00e5ff;background:#06111f;border-radius:16px;place-items:center;width:58px;height:58px;font-size:24px;font-weight:900;display:grid}.workspace-action-card p{color:#008da1;letter-spacing:.11em;margin:0 0 5px;font-size:11px;font-weight:900}.workspace-action-card h2{margin:0 0 7px;font-size:22px}.workspace-action-card span:not(.workspace-card-icon){color:#6a7b8f}.workspace-action-card strong{color:#008da1;white-space:nowrap}.workspace-card-disabled{background:#f7f9fa}.template-action-link{border-radius:9px;margin-top:18px;padding:11px 16px;text-decoration:none;display:inline-block}.master-list-toolbar button,.row-actions button,.column-chip button{color:#fff;cursor:pointer;background:#008da1;border:0;border-radius:8px;padding:10px 14px;font-weight:750}.project-type-message.success{color:#176b2c;background:#effcf2;border:1px solid #9ad9a6;border-radius:10px;margin-bottom:18px;padding:14px 16px}.bulk-operation-status{color:#174651;background:#effbfc;border:1px solid #9bcbd2;border-radius:10px;grid-template-columns:minmax(230px,auto) minmax(220px,1fr) auto;align-items:center;gap:14px;margin-bottom:18px;padding:14px 16px;display:grid}.bulk-operation-status div{flex-direction:column;gap:2px;display:flex}.bulk-operation-status span,.bulk-operation-status small{color:#587181}.bulk-operation-status progress{accent-color:#008da1;width:100%;height:16px}.column-manager{background:#fff;border:1px solid #d8e3eb;border-radius:14px;margin-bottom:18px;padding:18px}.column-manager h2{margin:0 0 12px;font-size:17px}.column-chip-list{flex-wrap:wrap;gap:8px;display:flex}.column-chip{color:#25364b;background:#eef4f7;border-radius:9px;align-items:center;gap:5px;padding:6px 7px 6px 11px;display:flex}.column-chip button{padding:5px 8px;font-size:12px}.column-chip button.danger,.row-actions button.danger{background:#c83b3b}.editable-master-table-wrap{background:#fff;border:1px solid #cfdbe4;border-radius:14px;max-width:100%;max-height:68vh;overflow:auto}body.work-order-full-view-open{overflow:hidden}.editable-master-table-wrap.full-view{z-index:1000;border-radius:12px;flex-direction:column;max-width:none;max-height:none;display:flex;position:fixed;inset:12px;box-shadow:0 24px 80px #06111f47}.full-view-toolbar{z-index:6;background:#fff;border-bottom:1px solid #d5e1e9;flex:none;justify-content:space-between;align-items:center;gap:20px;min-height:62px;padding:10px 16px;display:flex;position:sticky;left:0}.full-view-toolbar>div:first-child{flex-direction:column;gap:3px;display:flex}.full-view-toolbar strong{color:#102033;font-size:17px}.full-view-toolbar span{color:#6b7b8e;font-size:12px}.full-view-toolbar button{color:#fff;cursor:pointer;background:#06111f;border:0;border-radius:8px;min-height:40px;padding:8px 14px;font-weight:800}.full-view-actions{align-items:center;gap:9px;display:flex}.full-view-record-tabs{gap:5px;margin-right:6px;display:flex}.full-view-toolbar .full-view-record-tabs button{color:#536579;background:#eef3f6;min-height:36px;padding:7px 10px;font-size:12px}.full-view-toolbar .full-view-record-tabs button.active{color:#fff;background:#008da1}.full-view-toolbar .full-view-record-tabs button.deleted.active{background:#b9363c}.grid-zoom-controls{background:#f5f8fa;border:1px solid #cfdae2;border-radius:9px;align-items:center;gap:3px;padding:3px;display:flex}.full-view-toolbar .grid-zoom-controls button{color:#26374b;background:#fff;min-width:34px;min-height:32px;padding:5px 8px;font-size:15px}.full-view-toolbar .grid-zoom-controls button:disabled{opacity:.35;cursor:default}.full-view-toolbar .grid-zoom-controls .zoom-percentage{color:#087f90;min-width:58px;font-size:11px}.full-view-toolbar .full-view-new-order{background:#008da1}.full-view-toolbar .full-view-form-order,.full-view-toolbar .full-view-export{color:#087f90;background:#e8f7f9;border:1px solid #b9d8dd}.full-view-toolbar .full-view-bulk-delete{background:#c83b3b}.full-view-toolbar .full-view-bulk-restore{background:#19743a}.editable-master-table-wrap.full-view .editable-master-table th{top:62px}.master-list-pagination{z-index:5;box-sizing:border-box;color:#52677a;background:#f7fafc;border-bottom:1px solid #d9e4eb;justify-content:space-between;align-items:center;gap:14px;width:100%;min-width:min(100%,760px);padding:9px 12px;font-size:12px;font-weight:800;display:flex;position:sticky;left:0}.master-list-pagination>div{align-items:center;gap:9px;display:flex}.master-list-pagination button{color:#087f90;cursor:pointer;background:#fff;border:1px solid #b9d6dc;border-radius:7px;min-height:34px;padding:7px 12px;font-weight:800}.master-list-pagination button:disabled{color:#9aa7b1;cursor:default;border-color:#dce4e9}.editable-master-table{min-width:max-content;font-size:13px}.editable-master-table th{z-index:2;color:#fff;letter-spacing:.02em;background:#06111f;border-right:1px solid #2b4058;min-width:165px;padding:12px 10px;font-size:12px;position:sticky;top:0}.editable-master-table td{background:#fff;border-right:1px solid #edf1f4;padding:5px}.editable-master-table tbody tr:nth-child(2n) td{background:#f8fafb}.editable-master-table tbody tr:hover td{background:#f0fbfc}.editable-master-table td input{width:100%;min-width:155px;font:inherit;background:0 0;border:1px solid #0000;border-radius:6px;padding:8px 9px}.editable-master-table td select{color:#17283b;width:100%;min-width:155px;font:inherit;background:#fff;border:1px solid #d8e4ea;border-radius:6px;padding:8px 28px 8px 9px}.editable-master-table td select:focus{border-color:#00aabd;outline:2px solid #00aabd24}.editable-master-table td .status-field-control{color:#087f90;background:#eef9fa;font-weight:800}.required-field-mark{color:#ff777d}.duplicate-check-mark{color:#55dbe8}.cell-editor{min-width:155px;position:relative}.cell-editor.duplicate-detected{padding-bottom:14px}.editable-master-table td input.duplicate-cell-control{background:#fff4f4;border-color:#e14b52;outline:2px solid #e14b521a}.duplicate-cell-warning{color:#c3333a;white-space:nowrap;font-size:9px;font-weight:850;position:absolute;bottom:-1px;left:8px}.editable-master-table td input:focus{border-color:#00aabd;outline:2px solid #00aabd24}.editable-master-table td input[readonly]{color:#657486;cursor:default}.editable-master-table .sticky-actions{z-index:3;min-width:430px;position:sticky;right:0;box-shadow:-5px 0 12px #06111f14}.editable-master-table td.sticky-actions{background:#f7fafc}.editable-master-table .sticky-row-number{z-index:3;text-align:center;width:54px;min-width:54px;position:sticky;left:0;box-shadow:4px 0 10px #06111f0f}.editable-master-table td.sticky-row-number{background:#f2f6f8}.row-state{color:#42576a;background:#dfe8ed;border-radius:8px;place-items:center;width:28px;height:28px;font-weight:900;display:inline-grid}.row-state.dirty{color:#805b00;background:#fff0bf}.row-actions{gap:7px;display:flex}.row-actions button{padding:8px 10px}.row-actions button:disabled{color:#718096;cursor:default;background:#dbe4e9}.row-actions .row-activity-button{color:#087f90;background:#e5f5f7}.row-actions .row-form-button{color:#087f90;background:#fff;border:1px solid #9fd4da}.row-actions .restore-button{color:#fff;background:#238a47}.deleted-record-info{flex-direction:column;justify-content:center;min-width:150px;max-width:210px;display:flex;overflow:hidden}.deleted-record-info strong,.deleted-record-info span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.deleted-record-info strong{color:#a83238;font-size:11px}.deleted-record-info span{color:#718096;margin-top:2px;font-size:10px}.empty-table-cell{color:#64748b;text-align:center!important;padding:30px!important}.activity-log-panel{background:#fff;border:1px solid #d3dee6;border-radius:14px;margin-bottom:18px;overflow:hidden;box-shadow:0 8px 24px #1020330d}.activity-log-heading{background:#f8fafb;border-bottom:1px solid #e3e9ee;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;display:flex}.activity-log-heading h2{color:#17283b;margin:0 0 3px;font-size:18px}.activity-log-heading p{color:#708096;margin:0;font-size:12px}.activity-log-heading button{color:#26374b;cursor:pointer;background:#fff;border:1px solid #c7d5df;border-radius:8px;padding:8px 12px;font-weight:800}.activity-log-list{max-height:420px;overflow:auto}.activity-item{border-bottom:1px solid #edf1f4;grid-template-columns:160px minmax(0,1fr) 170px;align-items:center;gap:14px;padding:14px 18px;display:grid}.activity-item:last-child{border-bottom:0}.activity-item strong{color:#17283b;font-size:13px}.activity-item p{color:#6b7b8e;margin:4px 0 0;font-size:12px}.activity-item time{color:#6b7b8e;text-align:right;font-size:12px}.activity-type{color:#087f90;letter-spacing:.03em;background:#e9f5f7;border-radius:999px;width:fit-content;padding:5px 8px;font-size:10px;font-weight:900}.activity-type.work_order_deleted{color:#bd2f35;background:#fff0f0}.activity-type.work_order_created{color:#28753a;background:#effaf1}.activity-empty{color:#708096;text-align:center;margin:0;padding:28px}.record-activity-overlay{z-index:1200;background:#06111f6b;justify-content:flex-end;display:flex;position:fixed;inset:0}.record-activity-dialog{background:#fff;width:min(520px,94vw);height:100%;overflow:hidden;box-shadow:-18px 0 55px #06111f38}.record-activity-header{background:linear-gradient(135deg,#fff,#f2fbfc);border-bottom:1px solid #dfe7ec;justify-content:space-between;align-items:flex-start;gap:18px;padding:24px;display:flex}.record-activity-header span{color:#008da1;letter-spacing:.12em;font-size:10px;font-weight:900}.record-activity-header h2{color:#102033;margin:5px 0 4px;font-size:23px}.record-activity-header p{color:#6b7b8e;margin:0;font-size:12px}.record-activity-header button{color:#fff;cursor:pointer;background:#06111f;border:0;border-radius:9px;place-items:center;width:38px;height:38px;font-size:22px;display:grid}.record-activity-list{height:calc(100% - 112px);padding:8px 24px 24px;overflow:auto}.record-activity-item{border-bottom:1px solid #edf1f4;grid-template-columns:18px minmax(0,1fr);gap:11px;padding:17px 0;display:grid;position:relative}.record-activity-marker{box-sizing:content-box;background:#008da1;border:3px solid #bcebf0;border-radius:50%;width:11px;height:11px;margin-top:7px}.record-activity-item>div:last-child{flex-direction:column;align-items:flex-start;gap:6px;display:flex}.record-activity-item strong{color:#17283b;font-size:14px}.record-activity-item p,.record-activity-item time{color:#6b7b8e;margin:0;font-size:12px}.work-order-form-overlay{z-index:1250;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#06111f8f;place-items:center;padding:8px;display:grid;position:fixed;inset:0}.work-order-form-dialog{background:#f7fafb;border:1px solid #d7e2e9;border-radius:18px;flex-direction:column;width:calc(100vw - 16px);max-width:none;height:calc(100vh - 16px);max-height:none;display:flex;overflow:hidden;box-shadow:0 28px 90px #06111f52}.work-order-form-header{background:linear-gradient(135deg,#fff,#effbfc);border-bottom:1px solid #dfe7ec;justify-content:space-between;align-items:flex-start;gap:20px;padding:22px 26px;display:flex}.work-order-form-header>div{min-width:0}.work-order-form-header span{color:#008da1;letter-spacing:.12em;font-size:10px;font-weight:900}.work-order-form-header h2{color:#102033;margin:5px 0;font-size:25px}.work-order-form-header p{color:#6b7b8e;margin:0;font-size:13px}.work-order-form-header>button{color:#fff;cursor:pointer;background:#06111f;border:0;border-radius:9px;flex:none;place-items:center;width:38px;height:38px;font-size:22px;display:grid}.work-order-form-identity{background:#e8f7f9;border-bottom:1px solid #dfe7ec;align-items:center;gap:12px;padding:12px 26px;display:flex}.work-order-form-identity strong{color:#087f90}.work-order-form-identity span{color:#65768a;font-size:12px}.work-order-form-grid{box-sizing:border-box;grid-template-columns:minmax(0,1fr);align-content:start;gap:16px;width:100%;margin:0;padding:24px 26px 30px;display:grid;overflow-y:auto}.work-order-form-field{grid-template-columns:minmax(160px,220px) minmax(0,1fr);align-items:center;gap:16px;min-width:0;display:grid}.work-order-form-field>span{color:#536579;text-align:left;text-transform:uppercase;letter-spacing:.04em;justify-self:start;width:100%;font-size:11px;font-weight:850}.work-order-form-field>span b{color:#c7343c}.work-order-form-field input,.work-order-form-field select{color:#17283b;width:100%;min-height:43px;font:inherit;box-sizing:border-box;background:#fff;border:1px solid #cbd8e1;border-radius:8px;padding:10px 11px}.work-order-form-field input:focus,.work-order-form-field select:focus{border-color:#008da1;outline:3px solid #008da11f}.work-order-form-field.primary-identity-field{background:#effbfc;border:1px solid #9fd9df;border-radius:12px;grid-column:auto;padding:16px}.work-order-form-field.primary-identity-field input,.work-order-form-field.primary-identity-field select{border-color:#74c6cf;max-width:none;font-size:17px;font-weight:800}.work-order-form-field.form-duplicate-field input,.work-order-form-field.form-duplicate-field select{background:#fff3f4;border-color:#d33d45}.work-order-form-field small{color:#b52931;grid-column:2;font-size:10px;font-weight:750}.work-order-form-footer{background:#fff;border-top:1px solid #dfe7ec;justify-content:flex-end;gap:10px;padding:16px 26px;display:flex}.work-order-form-footer button{cursor:pointer;border-radius:8px;min-height:42px;padding:9px 16px;font-weight:800}.work-order-form-footer .save-add-next-command{color:#087f90;background:#eef9fa;border-color:#8acbd3!important}.work-order-form-footer button:disabled,.work-order-form-header button:disabled{cursor:not-allowed;opacity:.55}.field-editor-overlay{z-index:1300;background:#06111f7a;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.field-editor-dialog{background:#fff;border-radius:16px;width:min(650px,96vw);max-height:94vh;overflow:auto;box-shadow:0 24px 75px #06111f4d}.field-editor-header{background:linear-gradient(135deg,#fff,#f2fbfc);border-bottom:1px solid #dde6ec;justify-content:space-between;align-items:flex-start;gap:18px;padding:22px 24px;display:flex}.field-editor-header>div{min-width:0}.field-editor-header span{color:#008da1;letter-spacing:.12em;font-size:10px;font-weight:900}.field-editor-header h2{color:#102033;margin:5px 0 4px;font-size:25px}.field-editor-header p{color:#6b7b8e;margin:0;font-size:12px}.field-editor-header button{color:#fff;cursor:pointer;background:#06111f;border:0;border-radius:9px;place-items:center;width:38px;height:38px;font-size:22px;display:grid}.field-editor-body{grid-template-columns:repeat(2,minmax(0,1fr));gap:17px;padding:24px;display:grid}.field-editor-body>label{flex-direction:column;gap:6px;min-width:0;display:flex}.field-editor-body>label>span{color:#536579;text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:850}.field-editor-body input:not([type=checkbox]),.field-editor-body select,.field-editor-body textarea{color:#17283b;width:100%;font:inherit;box-sizing:border-box;background:#fff;border:1px solid #cbd8e1;border-radius:8px;padding:10px 11px}.field-editor-body input:focus,.field-editor-body select:focus,.field-editor-body textarea:focus{border-color:#008da1;outline:3px solid #008da11f}.field-editor-body textarea{resize:vertical}.field-help-text{color:#718096;font-size:11px;line-height:1.45;display:block}.field-editor-wide{grid-column:1/-1}.field-rule-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.field-rule-options label{cursor:pointer;background:#f8fafb;border:1px solid #d8e3e9;border-radius:10px;align-items:flex-start;gap:10px;padding:13px;display:flex}.field-rule-options input{accent-color:#008da1;margin-top:3px}.field-rule-options span{flex-direction:column;gap:3px;display:flex}.field-rule-options strong{color:#17283b;font-size:13px}.field-rule-options small{color:#718096;font-size:11px}.field-editor-footer{background:#f8fafb;border-top:1px solid #e1e8ed;justify-content:flex-end;gap:9px;padding:16px 24px;display:flex}.field-editor-footer button{color:#26374b;cursor:pointer;background:#fff;border:1px solid #c9d6df;border-radius:8px;min-height:40px;padding:9px 14px;font-weight:800}.field-editor-footer .primary-command{color:#fff;background:#008da1;border-color:#008da1}@media (width<=700px){.work-order-form-overlay{padding:0}.work-order-form-dialog{border-radius:0;width:100%;height:100%;max-height:100vh}.work-order-form-header{padding:18px}.work-order-form-identity{flex-direction:column;align-items:flex-start;gap:3px;padding:11px 18px}.work-order-form-grid{grid-template-columns:1fr;padding:18px}.work-order-form-field{grid-template-columns:1fr;gap:6px}.work-order-form-field small,.work-order-form-field.primary-identity-field{grid-column:auto}.work-order-form-footer{flex-direction:column-reverse;padding:12px 18px}.work-order-form-footer button{width:100%}.field-editor-body{grid-template-columns:1fr}.field-editor-wide{grid-column:auto}.field-rule-options{grid-template-columns:1fr}.activity-item{grid-template-columns:1fr;gap:7px}.activity-item time{text-align:left}.projects-home-page,.project-master-list-page{padding:20px 16px}.projects-home-header,.project-master-list-header{flex-direction:column}.project-type-card-grid{grid-template-columns:1fr}.work-order-hero,.field-settings-heading,.work-order-command-bar{flex-direction:column;align-items:stretch}.work-order-hero-meta{align-items:flex-start}.work-order-summary,.project-workspace-grid{grid-template-columns:1fr}.work-order-secondary-actions{align-items:stretch}.master-search,.master-search input{width:100%}.field-settings-panel .column-chip{grid-template-columns:34px minmax(110px,1fr) 168px;gap:7px;padding:9px 10px}.field-settings-panel .field-row-actions{gap:4px}.field-settings-panel .field-row-actions .field-edit-button{padding:0 8px}}.top-header{justify-content:space-between;align-items:center;gap:20px;display:flex}.top-nav{gap:10px;display:flex}.nav-button{color:#dce9f4;background:0 0;border:1px solid #2b4058;border-radius:8px;padding:9px 14px;font-weight:700}.nav-button:hover,.nav-button.active{color:#06111f;background:#00e5ff;border-color:#00e5ff}.master-select{color:#142033;width:min(100%,520px);font:inherit;background:#fff;border:1px solid #b7c2ce;border-radius:8px;outline:none;padding:12px 14px}.master-select:focus{border-color:#008da1;box-shadow:0 0 0 3px #008da124}.assignment-page{gap:18px;width:100%;min-width:0;display:grid}.assignment-header{background:linear-gradient(135deg,#fff 0%,#f0fbfd 100%);border:1px solid #dce6eb;border-radius:16px;justify-content:space-between;align-items:center;gap:28px;padding:24px 26px;display:flex}.assignment-heading-copy{min-width:0;max-width:720px}.assignment-header .eyebrow{color:#087f90;letter-spacing:.1em;margin:0 0 7px;font-size:11px;font-weight:900}.assignment-header h1{color:#06111f;margin:0;font-size:clamp(30px,3vw,42px);line-height:1.05}.assignment-header p{color:#607086;margin:10px 0 0;font-size:15px;line-height:1.55}.assignment-section-title{justify-content:space-between;align-items:center;gap:20px;display:flex}.assignment-section-title h2{color:#06111f;margin:0;font-size:22px}.assignment-section-title p{color:#607086;margin:5px 0 0}.assignment-import{text-align:center;white-space:nowrap;justify-content:center;align-items:center;width:auto;min-width:190px;min-height:46px;padding:11px 17px;display:inline-flex}.assignment-import input{display:none}.assignment-summary{grid-template-columns:repeat(5,minmax(110px,1fr));gap:12px;display:grid}.assignment-summary>div{background:#fff;border:1px solid #dce6eb;border-radius:13px;justify-content:space-between;align-items:center;gap:12px;min-height:78px;padding:15px 17px;display:flex}.assignment-summary span{color:#667789;font-size:12px;font-weight:800}.assignment-summary strong{color:#06111f;font-size:25px}.assignment-toolbar{background:#fff;border:1px solid #dce6eb;border-radius:14px;grid-template-columns:minmax(240px,1fr) minmax(280px,1.2fr) auto;align-items:end;gap:14px;padding:18px;display:grid}.assignment-field{gap:7px;min-width:0;display:grid}.assignment-field>span{color:#526376;text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:900}.assignment-toolbar input,.assignment-toolbar select{width:100%;min-width:0;min-height:46px;font:inherit;background:#fff;border:1px solid #c9d6df;border-radius:9px;padding:10px 12px}.assignment-toolbar input:focus,.assignment-toolbar select:focus{border-color:#00aabd;outline:3px solid #00aabd1f}.assignment-submit{white-space:nowrap;min-width:150px;min-height:46px;padding-inline:17px}.assignment-list,.assignment-preview{background:#fff;border:1px solid #dce6eb;border-radius:14px;min-width:0;padding:20px;box-shadow:0 8px 24px #06111f0d}.assignment-table-wrap,.assignment-preview{overflow-x:auto}.assignment-table,.assignment-preview table{border-collapse:separate;border-spacing:0;width:100%;min-width:920px;margin-top:16px}.assignment-table th,.assignment-table td,.assignment-preview th,.assignment-preview td{text-align:left;vertical-align:middle;border-bottom:1px solid #e7eef2;padding:13px 12px}.assignment-table th,.assignment-preview th{color:#fff;letter-spacing:.03em;text-transform:uppercase;white-space:nowrap;background:#06111f;font-size:11px}.assignment-table th:first-child{border-radius:9px 0 0}.assignment-table th:last-child{border-radius:0 9px 0 0}.assignment-table tbody tr:hover td{background:#f4fbfc}.assignment-check-column{width:66px;text-align:center!important}.assignment-check-column input{accent-color:#00aabd;width:17px;height:17px}.assignment-project-number{color:#102338;overflow-wrap:anywhere;max-width:240px;font-weight:800}.assignment-status{color:#087f90;text-align:center;background:#e7f8fa;border-radius:999px;align-items:center;max-width:150px;padding:6px 10px;font-size:11px;font-weight:800;line-height:1.25;display:inline-flex}.assignment-muted{color:#8290a0}.assignment-user-entry{gap:5px;padding:5px 0;display:grid}.assignment-user-entry+.assignment-user-entry{border-top:1px solid #e7eef2}.assignment-user-actions{flex-wrap:wrap;gap:5px;display:flex}.assignment-user-actions button{min-height:28px;padding:4px 8px;font-size:11px}.assignment-action-column{min-width:120px}.release-kiv-button{color:#087f90;min-height:36px;font:inherit;cursor:pointer;white-space:nowrap;background:#e7f8fa;border:1px solid #087f90;border-radius:8px;padding:8px 12px;font-size:12px;font-weight:800}.release-kiv-button:hover{color:#fff;background:#087f90}.kiv-release-overlay{z-index:1000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#06111f94;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.kiv-release-dialog{background:#fff;border:1px solid #dce6eb;border-radius:16px;width:min(100%,520px);max-height:calc(100vh - 40px);padding:26px;overflow-y:auto;box-shadow:0 24px 70px #06111f47}.kiv-release-dialog .eyebrow{color:#087f90;letter-spacing:.1em;margin:0 0 7px;font-size:11px;font-weight:900}.kiv-release-dialog h2{color:#06111f;margin:0;font-size:26px}.kiv-release-dialog>p:not(.eyebrow){color:#526376;margin:12px 0 18px;line-height:1.55}.kiv-reason-summary{color:#526376;background:#f5fafb;border:1px solid #dce6eb;border-radius:10px;gap:5px;margin-bottom:18px;padding:14px;display:grid}.kiv-reason-summary strong{color:#06111f}.kiv-reason-summary span{color:#087f90;font-weight:800}.kiv-reason-summary p{overflow-wrap:anywhere;margin:0;line-height:1.45}.kiv-release-dialog textarea{resize:vertical;width:100%;font:inherit;background:#fff;border:1px solid #c9d6df;border-radius:9px;padding:11px 12px}.kiv-release-dialog textarea:focus{border-color:#00aabd;outline:3px solid #00aabd1f}.kiv-release-actions{justify-content:flex-end;gap:10px;margin-top:20px;display:flex}.secondary-command{color:#26384c;min-height:42px;font:inherit;cursor:pointer;background:#fff;border:1px solid #c9d6df;border-radius:8px;padding:10px 16px;font-weight:800}.secondary-command:hover{background:#f0f5f7}.secondary-command:disabled,.release-kiv-button:disabled{cursor:not-allowed;opacity:.55}.unmatched-row td{color:#a11c26;background:#fff4f4}.matched-row td:last-child{color:#147a37;font-weight:800}.success-banner,.error-banner{border-radius:10px;padding:13px 16px;font-weight:700}.success-banner{color:#146b32;background:#eaf8ef;border:1px solid #9ed7af}.error-banner{color:#9c1e26;background:#fff0f1;border:1px solid #e6a7ac}@media (width<=850px){.assignment-header,.assignment-section-title{flex-direction:column;align-items:stretch}.assignment-import{width:100%}.assignment-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.assignment-toolbar{grid-template-columns:1fr}.assignment-submit{width:100%}.kiv-release-actions{flex-direction:column-reverse}.kiv-release-actions button{width:100%}}@media (width<=700px){.top-header{flex-direction:column;align-items:flex-start}.top-nav{width:100%}.nav-button{flex:1}}.portal-layout{background:#f3f6f9;min-height:100vh;display:flex}.sidebar{z-index:20;color:#fff;background:#06111f;width:260px;padding:24px 18px;position:fixed;inset:0 auto 0 0;overflow-y:auto}.brand{border-bottom:1px solid #24374c;align-items:center;gap:12px;padding:4px 8px 24px;display:flex}.brand-logo{color:#06111f;background:#00e5ff;border-radius:50%;place-items:center;width:44px;height:44px;font-size:22px;font-weight:800;display:grid}.brand strong,.brand span{display:block}.brand strong{color:#00e5ff;font-size:20px}.brand span{color:#d6e2ed;margin-top:2px;font-size:14px}.sidebar-nav{flex-direction:column;gap:7px;margin-top:22px;display:flex}.sidebar-heading{color:#70859c;letter-spacing:.12em;text-transform:uppercase;margin:22px 10px 6px;font-size:11px;font-weight:800}.sidebar-link,.sidebar-disabled{color:#d6e2ed;text-align:left;background:0 0;border:0;border-radius:9px;width:100%;padding:12px 14px;font-weight:700;text-decoration:none}.sidebar-link:hover{color:#fff;background:#12263a}.sidebar-link.active{color:#06111f;background:#00e5ff}.sidebar-disabled{color:#65778a;cursor:not-allowed}.portal-main{width:calc(100% - 260px);min-height:100vh;margin-left:260px}.portal-header{z-index:10;background:#fff;border-bottom:1px solid #dce3ea;justify-content:space-between;align-items:center;gap:20px;min-height:76px;padding:14px 30px;display:flex;position:sticky;top:0;box-shadow:0 2px 12px #1420330d}.portal-header>div:first-child strong,.portal-header>div:first-child span,.header-user strong,.header-user span{display:block}.portal-header>div:first-child strong{color:#142033;font-size:17px}.portal-header>div:first-child span{color:#758194;margin-top:3px;font-size:13px}.header-user{align-items:center;gap:10px;display:flex}.header-user strong{font-size:14px}.header-user span{color:#758194;margin-top:2px;font-size:12px}.user-avatar{color:#00e5ff;background:#06111f;border-radius:50%;place-items:center;width:39px;height:39px;font-weight:800;display:grid}.portal-content{min-height:calc(100vh - 76px)}.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.dashboard-card{background:#fff;border:1px solid #dce3ea;border-radius:14px;padding:24px;box-shadow:0 6px 22px #1420330f}.dashboard-card span,.dashboard-card strong{display:block}.dashboard-card span{color:#087f8c;letter-spacing:.05em;text-transform:uppercase;font-size:13px;font-weight:800}.dashboard-card strong{color:#142033;margin-top:10px;font-size:25px}.dashboard-card p{color:#6a7687;margin:8px 0 0}@media (width<=900px){.sidebar{width:100%;position:static}.portal-layout{display:block}.portal-main{width:100%;margin-left:0}.sidebar-nav{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.sidebar-heading{grid-column:1/-1}.portal-header{position:static}}@media (width<=650px){.dashboard-grid,.sidebar-nav{grid-template-columns:1fr}.portal-header{flex-direction:column;align-items:flex-start;padding:16px 18px}}.selection-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.selection-grid label{color:#39485c;margin-bottom:8px;font-weight:700;display:block}.selection-grid .master-select{width:100%}.label-form{grid-template-columns:minmax(240px,1fr) 120px auto auto;align-items:center;gap:12px;margin-top:18px;display:grid}.label-form input{font:inherit;border:1px solid #b7c2ce;border-radius:8px;outline:none;padding:12px 14px}.label-form input:focus{border-color:#008da1;box-shadow:0 0 0 3px #008da124}.label-form button{color:#fff;background:#008da1;border:0;border-radius:8px;padding:12px 16px;font-weight:700}.error-message{color:#c83b3b}@media (width<=800px){.selection-grid,.label-form{grid-template-columns:1fr}}.login-page{background:#f3f6f9;grid-template-columns:minmax(360px,.9fr) minmax(460px,1.1fr);min-height:100vh;display:grid}.login-brand-panel{color:#fff;background:linear-gradient(140deg,#06111ff5,#072f43f2);place-items:center;min-height:100vh;padding:48px;display:grid}.login-brand-content{width:min(460px,100%)}.login-logo{color:#06111f;background:#00e5ff;border-radius:50%;place-items:center;width:72px;height:72px;margin-bottom:28px;font-size:36px;font-weight:900;display:grid}.login-eyebrow{color:#00e5ff;letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:13px;font-weight:800}.login-brand-content h1{margin:10px 0 16px;font-size:clamp(40px,5vw,64px)}.login-brand-content>p:last-child{color:#c7d7e4;max-width:460px;font-size:18px;line-height:1.6}.login-form-panel{place-items:center;min-height:100vh;padding:32px;display:grid}.login-card{background:#fff;border:1px solid #dce3ea;border-radius:18px;flex-direction:column;gap:12px;width:min(460px,100%);padding:38px;display:flex;box-shadow:0 18px 50px #1420331f}.login-card h2{color:#142033;margin:5px 0 4px;font-size:34px}.login-description{color:#6a7687;margin:0 0 16px}.login-card label{color:#34445a;font-weight:700}.login-card input{border:1px solid #b7c2ce;border-radius:9px;outline:none;width:100%;padding:13px 14px}.login-card input:focus{border-color:#008da1;box-shadow:0 0 0 3px #008da124}.password-input-wrap{width:100%;position:relative}.password-input-wrap input{width:100%;padding-right:58px!important}.password-eye-button{z-index:5;cursor:pointer;justify-content:center;align-items:center;color:#007f91!important;background:#eef9fb!important;border:0!important;border-radius:50%!important;width:40px!important;min-width:40px!important;height:40px!important;margin:0!important;padding:0!important;display:flex!important;position:absolute!important;top:50%!important;right:10px!important;transform:translateY(-50%)!important}.password-eye-icon{font-size:22px;line-height:1;display:block}.password-eye-button:hover,.password-eye-button:focus-visible{outline-offset:1px;outline:2px solid #008da1;background:#dff4f7!important}.password-eye-button:disabled{cursor:default;opacity:.55}.login-card>button{color:#fff;background:#008da1;border:0;border-radius:9px;margin-top:10px;padding:13px 16px;font-weight:800}.login-error{color:#b92828;background:#fff0f0;border-radius:8px;margin:2px 0;padding:11px 12px;font-weight:700}.login-footer{color:#8b96a5;text-align:center;margin:12px 0 0;font-size:12px}.logout-button{color:#34445a;background:#fff;border:1px solid #d4dde5;border-radius:8px;margin-left:8px;padding:9px 12px;font-weight:700}.logout-button:hover{color:#c83b3b;border-color:#c83b3b}.full-page-message{background:#f3f6f9;place-items:center;min-height:100vh;display:grid}.loading-card{text-align:center;background:#fff;border-radius:14px;padding:28px 38px;box-shadow:0 10px 35px #1420331f}.loading-spinner{border:4px solid #dce3ea;border-top-color:#008da1;border-radius:50%;width:38px;height:38px;margin:0 auto 14px;animation:.8s linear infinite portal-spin}@keyframes portal-spin{to{transform:rotate(360deg)}}@media (width<=850px){.login-page{grid-template-columns:1fr}.login-brand-panel{min-height:auto;padding:42px 28px}.login-form-panel{min-height:auto;padding:36px 20px}}.user-summary{gap:12px;display:flex}.user-summary>div{color:#fff;background:#06111f;border-radius:12px;flex-direction:column;align-items:center;min-width:105px;padding:16px;display:flex}.user-summary strong{color:#00e5ff;font-size:25px}.user-summary span{margin-top:3px;font-size:12px}.security-migration-button{color:#865e0b;cursor:pointer;background:#fff8e8;border:1px solid #d6a74a;border-radius:12px;padding:10px 13px;font-weight:850}.security-migration-button:disabled{opacity:.55;cursor:wait}.user-form-card,.user-list-card{margin-top:24px}.card-heading-row{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.card-heading-row h2{margin:0}.card-heading-row p{color:#69768a;margin:6px 0 0}.user-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:24px;display:grid}.form-field{flex-direction:column;gap:7px;display:flex}.form-field label{color:#26364d;font-weight:700}.form-field input,.form-field select{background:#fff;border:1px solid #bdc8d5;border-radius:8px;outline:none;width:100%;padding:12px 13px}.form-field input:focus,.form-field select:focus{border-color:#0097a9;box-shadow:0 0 0 3px #0097a91f}.checkbox-field{justify-content:flex-end;padding-bottom:11px}.checkbox-field label{align-items:center;gap:9px;display:flex}.checkbox-field input{width:18px;height:18px}.form-actions{justify-content:flex-end;margin-top:20px;display:flex}.primary-button,.secondary-button{cursor:pointer;border-radius:8px;padding:11px 17px;font-weight:800}.primary-button{color:#fff;background:#0098aa;border:0}.secondary-button{color:#25354b;background:#edf2f7;border:1px solid #ccd6e0}.form-error,.form-success{border-radius:8px;margin:18px 0 0;padding:12px 14px;font-weight:700}.form-error{color:#b52c2c;background:#fff0f0}.form-success{color:#24743b;background:#e9f9ee}.table-scroll{margin-top:20px;overflow-x:auto}.user-table{border-collapse:collapse;width:100%}.user-table th,.user-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #e1e7ee;padding:14px 12px}.user-table th{color:#34445a;background:#f3f6f9;font-size:13px}.table-subtext{color:#7b8797;margin-top:3px;font-size:12px;display:block}.user-role,.status-badge{border-radius:20px;padding:5px 9px;font-size:11px;font-weight:800;display:inline-block}.user-role.super-admin{color:#007b8a;background:#dffaff}.user-role.admin{color:#345da8;background:#e7efff}.user-role.project-admin{color:#916000;background:#fff2d7}.user-role.user{color:#4b5a6c;background:#edf0f4}.status-badge.enabled{color:#25743b;background:#e3f8e9}.status-badge.disabled{color:#b42e2e;background:#ffe8e8}.document-id{color:#687991;font-size:11px}.table-actions{flex-wrap:wrap;gap:7px;display:flex}.edit-button,.enable-button,.disable-button,.delete-button{cursor:pointer;border:0;border-radius:7px;padding:8px 11px;font-weight:800}.edit-button{color:#101c2b;background:#f5b51b}.enable-button{color:#fff;background:#2e9d50}.disable-button{color:#fff;background:#64748b}.delete-button{color:#fff;background:#d23b3b}.delete-button:disabled{cursor:not-allowed;opacity:.4}.table-message{color:#718096;text-align:center;padding:30px}@media (width<=850px){.user-form-grid{grid-template-columns:1fr}.page-title-row,.card-heading-row{flex-direction:column;align-items:stretch}.user-summary{width:100%}.user-summary>div{flex:1}}@media (width<=900px){.user-filter-bar{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=620px){.user-filter-bar{grid-template-columns:1fr!important}.user-filter-bar .secondary-button{width:100%}}.excel-import-overlay{z-index:1600;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#021120b8;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.excel-import-dialog{overscroll-behavior:contain;background:#f7fbfc;border:1px solid #d5e3e9;border-radius:22px;flex-direction:column;width:min(1180px,96vw);max-height:92vh;display:flex;overflow:hidden auto;box-shadow:0 26px 80px #02112047}.template-import-dialog{max-width:1180px}.template-import-controls{grid-template-columns:1fr 180px;gap:16px;padding:18px 28px 0;display:grid}.template-import-controls label{color:#50627a;gap:7px;font-weight:800;display:grid}.template-import-controls input,.template-import-controls select,.template-mapping-table input,.template-mapping-table select{min-height:42px;font:inherit;background:#fff;border:1px solid #c8d8e5;border-radius:8px;padding:8px 10px}.template-import-controls input[type=number]{width:100%}.template-safety-note{color:#176634;background:#effbf3;border:1px solid #83d5a0;border-radius:10px;gap:4px;margin:18px 28px;padding:14px 16px;display:grid}.template-mapping-scroll{border:1px solid #d7e2ea;border-radius:10px;max-height:48vh;margin:0 28px;overflow:auto}.template-mapping-table{border-collapse:collapse;width:100%}.template-mapping-table th{z-index:1;color:#fff;text-align:left;background:#06182b;padding:12px;position:sticky;top:0}.template-mapping-table td{border-bottom:1px solid #e1e9ef;padding:10px 12px}.template-mapping-table input:not([type=checkbox]),.template-mapping-table select{width:100%}.template-mapping-table input[type=checkbox]{width:20px;height:20px;min-height:auto}.template-import-progress{color:#007f90;background:#e6f8fb;border-radius:8px;margin:14px 28px 0;padding:12px;font-weight:800}@media (width<=760px){.template-import-controls{grid-template-columns:1fr}.template-mapping-scroll{margin-inline:14px}}.excel-import-header{background:#fff;border-bottom:1px solid #dce7ec;justify-content:space-between;align-items:flex-start;gap:24px;padding:24px 28px 18px;display:flex}.excel-import-header span{color:#0088a0;letter-spacing:.12em;font-size:.78rem;font-weight:900}.excel-import-header h2{color:#07182c;margin:6px 0}.excel-import-header p{color:#62738a;margin:0}.excel-import-header>button{color:#fff;cursor:pointer;background:#06182c;border:0;border-radius:12px;flex:none;width:44px;height:44px;font-size:1.6rem;font-weight:800}.excel-import-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:18px 28px;display:grid}.excel-import-summary>div{background:#fff;border:1px solid #d7e3e8;border-radius:14px;justify-content:space-between;align-items:center;gap:16px;padding:14px 18px;display:flex}.excel-import-summary span{color:#5f7086;font-size:.82rem;font-weight:800}.excel-import-summary strong{color:#06182c;font-size:1.6rem}.excel-import-summary .valid{background:#f0fbf4;border-color:#9edbb4}.excel-import-summary .duplicate{background:#fff9e9;border-color:#f0cd79}.excel-import-summary .error{background:#fff3f3;border-color:#efabab}.excel-header-review{color:#5e4a16;background:#fff9e9;border:1px solid #f0cd79;border-radius:14px;margin:0 28px 18px;padding:14px 18px}.excel-header-review>strong{color:#5a4306;margin-bottom:6px;display:block}.excel-header-review p{overflow-wrap:anywhere;margin:4px 0}.excel-import-table-wrap{background:#fff;border:1px solid #d7e3e8;border-radius:14px;min-height:220px;margin:0 28px;overflow:auto}.excel-import-table{border-collapse:collapse;width:100%}.excel-import-table th{z-index:1;color:#fff;text-align:left;text-transform:uppercase;background:#06182c;padding:14px 16px;font-size:.78rem;position:sticky;top:0}.excel-import-table td{color:#17283d;vertical-align:top;border-bottom:1px solid #e3ebef;padding:13px 16px}.excel-import-table td:first-child{width:100px;font-weight:800}.excel-import-table td:nth-child(2){width:190px;font-weight:800}.excel-import-table td:nth-child(3){width:130px}.excel-result{border-radius:999px;padding:6px 10px;font-size:.76rem;font-weight:900;display:inline-flex}.excel-result.valid{color:#087531;background:#dff6e7}.excel-result.duplicate{color:#815d00;background:#fff0c7}.excel-result.error{color:#a32727;background:#ffe1e1}.excel-import-footer{z-index:30;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffffa;border-top:1px solid #dce7ec;flex:none;justify-content:flex-end;gap:12px;padding:18px 28px 22px;display:flex;position:sticky;bottom:0;box-shadow:0 -10px 24px #0211201a}@media (width<=720px){.excel-import-overlay{padding:0}.excel-import-dialog{border-radius:0;width:100vw;min-height:100dvh;max-height:100dvh}.excel-import-header,.excel-import-summary,.excel-import-footer{padding-left:16px;padding-right:16px}.excel-import-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.excel-header-review,.excel-import-table-wrap{margin-left:16px;margin-right:16px}.excel-import-footer{flex-wrap:wrap}.excel-import-footer button{flex:180px}}.excel-import-progress-panel{color:#163247;background:#eefbfe;border:1px solid #8fd3df;border-radius:14px;margin:0 28px 18px;padding:16px 18px}.excel-import-progress-panel.complete{background:#f0fbf4;border-color:#95d5aa}.excel-import-progress-panel.error{background:#fff3f3;border-color:#efabab}.excel-import-progress-heading{justify-content:space-between;align-items:center;gap:18px;display:flex}.excel-import-progress-heading>div{gap:3px;display:grid}.excel-import-progress-heading strong{color:#06182c;font-size:1rem}.excel-import-progress-heading span{color:#60738a;font-size:.82rem;font-weight:700}.excel-import-progress-heading>b{color:#007f90;font-size:1.6rem}.excel-import-progress-panel progress{accent-color:#009bb0;width:100%;height:14px;margin:12px 0}.excel-import-live-stats,.excel-import-current-row{gap:10px;display:grid}.excel-import-current-row{border-top:1px solid #07182c1f;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:10px;padding-top:10px}.excel-import-live-stats span,.excel-import-current-row span{color:#5c7086;font-size:.8rem}.excel-import-live-stats b,.excel-import-current-row b{color:#07182c}@media (width<=720px){.excel-import-progress-panel{margin-left:16px;margin-right:16px}.excel-import-live-stats,.excel-import-current-row{grid-template-columns:repeat(2,minmax(0,1fr))}}.excel-import-complete-copy{background:#ffffff94;border-radius:10px;margin:14px 0 4px;padding:12px 14px;font-weight:700;line-height:1.5}.excel-import-complete-actions{border-top:1px solid #072d471f;justify-content:flex-end;gap:10px;margin-top:14px;padding-top:14px;display:flex}@media (width<=700px){.excel-import-complete-actions{flex-direction:column}.excel-import-complete-actions button{width:100%}}.excel-import-footer{justify-content:space-between;align-items:center;min-height:76px}.excel-import-footer-left,.excel-import-footer-right{align-items:center;gap:12px;display:flex}.excel-import-footer-right{margin-left:auto}.excel-import-live-stats,.excel-import-current-row{grid-template-columns:repeat(5,minmax(0,1fr))}.excel-import-footer button{white-space:nowrap;min-height:42px}@media (width<=720px){.excel-import-footer{flex-direction:column;align-items:stretch}.excel-import-footer-left,.excel-import-footer-right{width:100%}.excel-import-footer-right{margin-left:0}.excel-import-footer-left button,.excel-import-footer-right button{flex:1 1 0}.excel-import-live-stats,.excel-import-current-row{grid-template-columns:repeat(2,minmax(0,1fr))}}.excel-import-options{background:#f8fafc;border-bottom:1px solid #e2e8f0;align-items:end;gap:18px;padding:12px 18px;display:flex}.excel-import-options label{color:#334155;gap:6px;font-size:13px;font-weight:700;display:grid}.excel-import-options select{background:#fff;border:1px solid #cbd5e1;border-radius:8px;min-width:240px;padding:9px 11px}.excel-import-options .excel-dry-run-option{align-items:center;gap:8px;padding-bottom:8px;font-weight:600;display:flex}.excel-import-options input[type=checkbox]{width:17px;height:17px}@media (width<=720px){.excel-import-options{flex-direction:column;align-items:stretch;gap:10px}.excel-import-options select{width:100%;min-width:0}}.excel-import-preview-summary{background:#f2fbfd;border:1px solid #9bc4d2;border-radius:16px;gap:14px;padding:18px 22px;display:grid}.excel-import-preview-summary>div:first-child{flex-direction:column;gap:4px;display:flex}.excel-import-preview-summary strong{color:#102238;font-size:1.05rem}.excel-import-preview-summary span{color:#60738a}.excel-import-preview-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.excel-import-preview-stats span{text-align:center;background:#fff;border:1px solid #d9e8ed;border-radius:12px;padding:10px 12px}.excel-import-preview-stats b{color:#102238;margin-right:4px}@media (width<=760px){.excel-import-preview-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}.import-history-command{justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.import-history-page{gap:20px;display:grid}.import-history-hero{background:#fff;border:1px solid #dbe5ec;border-radius:20px;justify-content:space-between;align-items:center;gap:20px;padding:30px 34px;display:flex;box-shadow:0 12px 30px #0c203012}.import-history-hero span{color:#00889a;letter-spacing:.12em;font-weight:800}.import-history-hero h1{color:#081b2d;margin:7px 0 5px;font-size:clamp(30px,4vw,46px)}.import-history-hero p{color:#62758c;margin:0}.import-history-actions{flex-wrap:wrap;gap:10px;display:flex}.import-history-actions a{text-decoration:none}.import-history-summary{grid-template-columns:repeat(5,minmax(120px,1fr));gap:14px;display:grid}.import-history-summary>div{background:#fff;border:1px solid #dbe5ec;border-radius:16px;flex-direction:column;gap:8px;padding:20px;display:flex}.import-history-summary span{color:#62758c;font-weight:700}.import-history-summary strong{color:#081b2d;font-size:30px}.import-history-panel{background:#fff;border:1px solid #dbe5ec;border-radius:20px;overflow:hidden}.import-history-toolbar{border-bottom:1px solid #e5edf2;justify-content:space-between;align-items:end;gap:20px;padding:22px 24px;display:flex}.import-history-toolbar h2{color:#081b2d;margin:0 0 4px}.import-history-toolbar p{color:#6d7e91;margin:0}.import-history-toolbar label{color:#34475b;gap:6px;min-width:280px;font-weight:700;display:grid}.import-history-toolbar input{font:inherit;border:1px solid #cad8e2;border-radius:10px;padding:12px 14px}.import-history-table-wrap{max-height:60vh;overflow:auto}.import-history-table{border-collapse:collapse;width:100%;min-width:1180px}.import-history-table th{z-index:1;color:#fff;text-align:left;background:#06192b;padding:14px 12px;font-size:13px;position:sticky;top:0}.import-history-table td{color:#33475b;vertical-align:middle;border-bottom:1px solid #e6edf2;padding:14px 12px}.import-history-table tbody tr:hover{background:#f7fbfd}.import-history-table code{color:#006f7f;background:#ecf8fa;border-radius:6px;padding:5px 7px;font-size:12px}.import-history-status{color:#17753a;white-space:nowrap;background:#e6f7ec;border-radius:999px;padding:6px 9px;font-size:12px;font-weight:800;display:inline-flex}.import-history-status.dry-run{color:#245a9a;background:#e8f2ff}.import-history-status.failed{color:#a32d2d;background:#ffe9e9}.import-history-status.completed_with_warning{color:#8b6400;background:#fff5dc}.import-history-empty,.import-history-error{text-align:center;color:#6d7e91;padding:34px}.import-history-error{color:#a32d2d;background:#fff1f1}.import-history-dialog{background:#fff;border-radius:20px;width:min(760px,100vw - 32px);max-height:86vh;overflow:auto;box-shadow:0 30px 80px #00000040}.import-history-dialog header{border-bottom:1px solid #e4ebf0;justify-content:space-between;align-items:start;gap:20px;padding:24px 26px;display:flex}.import-history-dialog header span{color:#00889a;letter-spacing:.1em;font-weight:800}.import-history-dialog header h2{word-break:break-word;margin:6px 0}.import-history-dialog header p{color:#6d7e91;margin:0}.import-history-dialog header button{color:#fff;cursor:pointer;background:#06192b;border:0;border-radius:12px;width:42px;height:42px;font-size:26px}.import-history-detail-grid{grid-template-columns:repeat(3,1fr);gap:14px;padding:24px 26px;display:grid}.import-history-detail-grid>div{background:#f8fbfc;border:1px solid #dfe8ee;border-radius:12px;gap:6px;padding:15px;display:grid}.import-history-detail-grid span{color:#6d7e91;font-size:13px}.import-history-detail-grid strong{color:#0b2033;word-break:break-word}.import-history-dialog footer{border-top:1px solid #e4ebf0;justify-content:flex-end;padding:16px 26px;display:flex}@media (width<=900px){.import-history-hero,.import-history-toolbar{flex-direction:column;align-items:stretch}.import-history-summary{grid-template-columns:repeat(2,1fr)}.import-history-toolbar label{min-width:0}.import-history-detail-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.import-history-summary,.import-history-detail-grid{grid-template-columns:1fr}}.assignment-filters{background:#fff;border:1px solid #dce6eb;border-radius:14px;grid-template-columns:2fr repeat(3,minmax(150px,1fr)) auto;gap:12px;padding:16px;display:grid}.assignment-filters input,.assignment-filters select,.assignment-toolbar select,.kiv-release-dialog select{min-height:44px;font:inherit;background:#fff;border:1px solid #c9d6df;border-radius:9px;padding:9px 11px}.assignment-selection-info{background:#f4fbfc;border:1px solid #dce6eb;border-radius:9px;align-items:center;gap:8px;min-height:46px;padding:0 14px;display:flex}.assignment-selection-info strong{color:#087f90;font-size:22px}.assignment-list-actions,.assignment-row-actions,.assignment-pagination{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.assignment-row-actions button,.assignment-pagination button{color:#17314a;cursor:pointer;background:#fff;border:1px solid #bfcdd6;border-radius:8px;padding:7px 10px;font-weight:700}.assignment-row-actions button:hover,.assignment-pagination button:hover{color:#087f90;border-color:#00aabd}.assignment-row-actions button:disabled,.assignment-pagination button:disabled{opacity:.45;cursor:not-allowed}.assignment-pagination{justify-content:flex-end;margin-top:14px}.assignment-status.status-completed{color:#1b7b42;background:#e8f8ee}.assignment-status.status-kiv{color:#7b5520;background:#fff1d6}.assignment-status.status-progress{color:#7652b5;background:#f0eafd}.assignment-status.status-pending{color:#586778;background:#eef2f5}.assignment-detail-dialog{background:#fff;border-radius:18px;width:min(860px,100vw - 32px);max-height:88vh;padding:24px;overflow:auto;box-shadow:0 28px 80px #06111f59}.assignment-detail-dialog header{border-bottom:1px solid #e3ebef;justify-content:space-between;align-items:flex-start;gap:18px;padding-bottom:16px;display:flex}.assignment-detail-dialog header h2,.assignment-detail-dialog h3{margin:5px 0}.assignment-detail-dialog header button{color:#fff;background:#06111f;border:0;border-radius:11px;width:42px;height:42px;font-size:26px}.assignment-detail-grid{grid-template-columns:repeat(4,1fr);gap:12px;margin:18px 0;display:grid}.assignment-detail-grid>div{background:#f8fbfc;border:1px solid #dfe8ed;border-radius:11px;gap:5px;padding:13px;display:grid}.assignment-detail-grid span{color:#6b7c8e;font-size:12px}.assignment-history-list{gap:10px;display:grid}.assignment-history-list article{background:#f5fbfc;border-left:4px solid #00aabd;border-radius:8px;gap:4px;padding:13px 15px;display:grid}.assignment-history-list small{color:#748496}@media (width<=1100px){.assignment-filters,.assignment-detail-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.assignment-filters,.assignment-detail-grid{grid-template-columns:1fr}.assignment-row-actions{min-width:250px}}.assignment-project-types-page .project-type-card{min-height:150px}.assignment-project-type-card:hover{transform:translateY(-2px)}.assignment-back-link{color:#087f90;margin-top:10px;font-weight:800;text-decoration:none;display:inline-flex}.assignment-back-link:hover{text-decoration:underline}.operations-filter-panel{background:#fff;border:1px solid #dbe6ed;border-radius:18px;margin:20px 0;padding:18px;box-shadow:0 8px 24px #0f23370d}.operations-period-buttons{flex-wrap:wrap;gap:8px;margin-bottom:14px;display:flex}.operations-period-buttons button{color:#163047;cursor:pointer;background:#f7fbfc;border:1px solid #bcd3dd;border-radius:10px;padding:10px 16px;font-weight:700}.operations-period-buttons button.active{color:#fff;background:#078da0;border-color:#078da0}.operations-filter-grid{grid-template-columns:minmax(220px,2fr) repeat(3,minmax(150px,1fr));align-items:end;gap:12px;display:grid}.operations-filter-grid input,.operations-filter-grid select{color:#14253a;background:#fff;border:1px solid #cbdbe3;border-radius:10px;width:100%;min-height:44px;padding:9px 12px}.operations-filter-grid label{color:#60758a;gap:5px;font-size:12px;font-weight:700;display:grid}.operations-stat-grid{grid-template-columns:repeat(6,minmax(145px,1fr));gap:14px;margin:20px 0;display:grid}.operations-stat-card{text-align:left;color:#17283d;cursor:pointer;background:#fff;border:1px solid #dce8ed;border-radius:16px;flex-direction:column;gap:8px;min-height:132px;padding:18px;display:flex;box-shadow:0 8px 22px #0f23370d}.operations-stat-card strong{font-size:30px}.operations-stat-card small{color:#6e8192}.operations-stat-card.selected{outline:3px solid #11aabe;transform:translateY(-2px)}.operations-stat-card.green{border-top:5px solid #39ad69}.operations-stat-card.purple{border-top:5px solid #8b6ac8}.operations-stat-card.brown{border-top:5px solid #a36a3c}.operations-stat-card.blue{border-top:5px solid #27a8c2}.operations-stat-card.grey{border-top:5px solid #9aa7b2}.operations-stat-card.teal{cursor:default;border-top:5px solid #078da0}.operations-list-card{margin-top:20px}.operations-table-wrapper{width:100%;overflow:auto}.operations-table{border-collapse:collapse;width:100%;min-width:960px}.operations-table th{color:#fff;text-align:left;text-transform:uppercase;background:#061527;padding:15px 12px;font-size:12px}.operations-table td{vertical-align:middle;border-bottom:1px solid #e3ebef;padding:15px 12px}.operations-table .secondary-button{padding:8px 12px;text-decoration:none;display:inline-block}.operation-status{white-space:nowrap;background:#edf1f4;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:800;display:inline-block}.operation-status.completed{color:#187443;background:#e3f6e9}.operation-status.in_progress{color:#67449c;background:#eee8fb}.operation-status.kiv{color:#7d4924;background:#f5e8dc}.operation-status.assigned{color:#087889;background:#e3f6f8}.operations-empty{text-align:center;color:#718394;padding:32px!important}.analytics-summary-grid{grid-template-columns:repeat(5,minmax(130px,1fr));gap:14px;margin:20px 0;display:grid}.analytics-summary-grid>div,.analytics-summary-grid>button{text-align:left;background:#fff;border:1px solid #dce8ed;border-radius:14px;gap:7px;padding:17px;display:grid}.analytics-summary-grid>button{cursor:pointer}.analytics-summary-grid>button.selected{outline:3px solid #10a9bc}.analytics-summary-grid span{color:#6b7d8e}.analytics-summary-grid strong{color:#12283e;font-size:28px}.kpi-bar-list{gap:18px;display:grid}.kpi-bar-row>div:first-child{justify-content:space-between;gap:12px;margin-bottom:7px;display:flex}.kpi-bar-track{background:#e7eef2;border-radius:999px;height:12px;overflow:hidden}.kpi-bar-track span{border-radius:inherit;background:linear-gradient(90deg,#00a9c0,#2ab66f);height:100%;display:block}.analytics-metric{border-bottom:1px solid #e5ecef;grid-template-columns:1fr auto auto;align-items:center;gap:14px;padding:15px 0;display:grid}.analytics-metric strong{font-size:22px}.analytics-metric small{color:#6e8192;min-width:48px}.report-export-actions{flex-wrap:wrap;gap:10px;display:flex}@media print{@page{margin:12mm}html,body,#root,.portal-layout,.portal-main,.portal-content,.portal-content-inner,.operations-page{width:auto!important;height:auto!important;min-height:0!important;overflow:visible!important}body{background:#fff!important}.sidebar,.portal-header,.operations-filter-panel,.report-export-actions{display:none!important}.portal-main,.portal-content{margin:0!important;padding:0!important}.operations-page{display:block!important}.operations-page>*{margin-bottom:18px}.operations-page>:last-child{margin-bottom:0}.operations-list-card{box-shadow:none;break-after:avoid-page;border:0}.operations-table{min-width:0;font-size:10px}.operations-table tr{break-inside:avoid}}@media (width<=1100px){.operations-stat-grid{grid-template-columns:repeat(3,1fr)}.operations-filter-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=680px){.operations-stat-grid,.analytics-summary-grid{grid-template-columns:repeat(2,1fr)}.operations-filter-grid{grid-template-columns:1fr}.operations-stat-card{min-height:112px}.dashboard-welcome{align-items:flex-start}.dashboard-welcome>button{width:100%}}:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}
