.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#fff;padding:24px}.login-card{width:40%;max-width:680px;padding:32px 34px 40px;border:1px solid #e6e9f2;border-radius:12px;box-shadow:0 8px 26px #122a5814;background:#fff}.login-form{display:flex;flex-direction:column}.login-field-label{margin-bottom:10px;color:#233d73;font-size:22px;font-size:clamp(17px,1.2vw,22px);line-height:1;font-weight:700;letter-spacing:.01em}.required-star{margin-right:8px}.login-input-row{display:flex;align-items:center;gap:10px;margin-bottom:26px}.login-input{width:100%;height:54px;border-radius:8px;border:1.6px solid #cad9ff;color:#1f2f57;font-size:22px;line-height:1;transition:border-color .2s ease,box-shadow .2s ease}.login-input:focus{outline:none;border-color:#8aa7ff;box-shadow:0 0 0 3px #6284ff29}.login-help-btn{height:30px;width:30px;border-radius:999px;border:3px solid #526080;color:#526080;background:#fff;font-size:16px;font-weight:700;line-height:1;cursor:default;display:grid;place-items:center}.login-row{margin-top:18px;margin-bottom:24px;display:flex;align-items:center;justify-content:space-between;gap:12px}.remember-wrap{display:inline-flex;align-items:center;gap:12px;color:#233d73;font-size:20px;font-size:clamp(16px,1.2vw,20px);font-weight:700;cursor:pointer}.remember-wrap input{width:28px;height:28px;accent-color:#2bb857}.forgot-link{border:none;background:transparent;color:#16bf3f;font-size:20px;font-size:clamp(16px,1.2vw,20px);line-height:1.1;font-weight:700;cursor:pointer;padding:0}.login-error{margin-bottom:18px;color:#c7253e;font-size:14px;font-weight:600}.login-btn-primary{height:60px;border:0;border-radius:10px;background:#38b75b;color:#fff;font-size:24px;font-size:clamp(17px,1.4vw,24px);font-weight:700;cursor:pointer;transition:filter .2s ease}.login-btn-primary:hover:not(:disabled){filter:brightness(.96)}.login-btn-primary:disabled,.login-sso-btn:disabled{opacity:.65;cursor:not-allowed}.login-divider{margin:34px 0 20px;text-align:center;color:#2f467a;font-size:28px;font-size:clamp(20px,1.4vw,28px);font-weight:500;position:relative}.login-divider:before,.login-divider:after{content:"";position:absolute;top:50%;width:35%;border-top:1px solid #d4dbea}.login-divider:before{left:0}.login-divider:after{right:0}.login-divider span{background:#fff;padding:0 14px}.login-sso-btn{align-self:center;height:70px;min-width:260px;border:0;border-radius:10px;padding:0 34px;background:#fff;color:#2d3f6a;box-shadow:0 8px 18px #17285024;cursor:pointer;display:inline-flex;align-items:center;gap:14px;font-size:24px;font-size:clamp(17px,1.3vw,24px);font-weight:700}@media (max-width: 920px){.login-card{max-width:540px;padding:24px}.login-input{height:54px}.login-sso-btn{min-width:240px;height:70px}}.admin-layout{min-height:100vh;display:flex;background:#f3f4f6}.admin-layout-main{flex:1;display:flex;flex-direction:column;min-width:0}.admin-layout-content{flex:1;padding:24px}.app-header{height:56px;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;padding:0 16px;color:#337ab7}.app-header-left{display:flex;align-items:center}.sidebar-toggle-btn{color:#6b7280}.sidebar-toggle-btn:hover{color:#111827;background:#f3f4f6}.app-header-actions{display:flex;align-items:center;gap:8px}.icon-button{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;background:transparent;border-radius:8px;cursor:pointer;color:inherit}.icon-button:hover{background:#f3f4f6}.user-menu{position:relative}.user-menu-dropdown{position:absolute;right:0;top:44px;min-width:220px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 25px #00000014;padding:6px;z-index:50}.user-menu-header{padding:8px 10px;border-bottom:1px solid #f3f4f6;margin-bottom:4px}.user-menu-title{font-size:14px;font-weight:700;color:#111827}.user-menu-item{width:100%;display:flex;align-items:center;gap:8px;padding:10px;border:none;border-radius:10px;background:transparent;cursor:pointer;font-size:14px;color:#374151;text-align:left}.user-menu-item:hover{background:#f3f4f6}.user-menu-item.danger{color:#b91c1c}.app-footer{height:48px;background:#fff;border-top:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;padding:0 16px}.app-footer-text{margin:0;font-size:13px;color:#6b7280}.sidebar{width:130px;background:#fff;border-right:1px solid #e5e7eb;padding:16px;transition:width .25s ease,padding .25s ease;overflow:hidden;flex-shrink:0}.sidebar--collapsed{width:60px;padding:16px 8px}.sidebar-title{font-weight:700;margin-bottom:16px}.sidebar-nav{display:block}.sidebar-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.sidebar-link{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;text-decoration:none;color:#374151;white-space:nowrap;overflow:hidden}.sidebar-link:hover{background:#f3f4f6}.sidebar-link.is-active{background:#2563eb;color:#fff}.sidebar--collapsed .sidebar-link{justify-content:center;padding:10px;gap:0}.sidebar-label{transition:opacity .2s ease,width .2s ease}.sidebar--collapsed .sidebar-label{opacity:0;width:0;overflow:hidden}.clients-page{min-width:0;width:100%}.clients-toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:16px}.clients-title{margin:0;font-size:22px}.clients-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.clients-search{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px;margin-bottom:16px}.clients-search input{border:none;outline:none;width:100%;font-size:14px}.card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.table-scroll{width:100%;overflow-x:auto}.clients-table-scroll{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}.table{width:100%;border-collapse:collapse}.admin-data-table.table{--admin-table-body-fs: 13px;--admin-table-header-fs: 14px}.admin-data-table.table>thead>tr:first-child>th{font-size:var(--admin-table-header-fs);vertical-align:middle}.admin-data-table.table>thead>tr.table-filters>th{font-size:var(--admin-table-body-fs);min-width:0;vertical-align:middle}.admin-data-table.table>tbody>tr>td{font-size:var(--admin-table-body-fs)}.admin-data-table.table .table-filters input{box-sizing:border-box;min-width:0;max-width:100%;width:100%;font-size:var(--admin-table-body-fs)}.admin-data-table .sort-button,.admin-data-table .stacked-datetime__time{font-size:inherit}.clients-table{table-layout:fixed}.clients-table th.col-row-num,.clients-table td.col-row-num{width:2rem;min-width:2rem;max-width:2.5rem;padding:8px 2px;text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap;vertical-align:middle}.clients-table .table-filters th.col-row-num{padding-top:6px;padding-bottom:10px}.table th.select-col,.table td.select-col{width:1.75rem;min-width:1.75rem;max-width:2rem;padding:8px 2px;text-align:center;vertical-align:middle;white-space:nowrap}.table th.select-col input,.table td.select-col input{margin:0;width:1rem;height:1rem;flex-shrink:0}.table tbody tr:nth-child(2n) td{background:#f9f9f9}.table th,.table td{text-align:left;padding:10px 12px;border-bottom:1px solid #f3f4f6;vertical-align:top;font-size:15px}.table-filters th{padding-top:6px;padding-bottom:10px;background:#fff}.table-filters input{width:100%;padding:6px 8px;font-size:13px;border:1px solid #e5e7eb;border-radius:8px;outline:none}.table-filters input:focus{border-color:#93c5fd;box-shadow:0 0 0 3px #3b82f626}.admin-data-table.table .table-filters th.col-stacked-datetime input{padding:5px 4px;text-align:center}.clients-table .table-filters th.col-fqdn input,.clients-table .table-filters th.col-type input,.clients-table .table-filters th.col-version input,.clients-table .table-filters th.col-imcc input,.clients-table .table-filters th.col-iss input,.clients-table .table-filters th.col-notes input,.clients-table .table-filters th.col-level input{padding:5px}.sort-button{all:unset;cursor:pointer;display:inline-flex;align-items:center;gap:6px;color:inherit;font-weight:700}.sort-button:hover{text-decoration:underline}.sort-icon{opacity:.85}.table th.col-stacked-datetime{min-width:0;width:clamp(4.75rem,10vw,6.75rem);max-width:6.75rem;white-space:normal}.table td.col-stacked-datetime{min-width:0;width:clamp(4.75rem,10vw,6.75rem);max-width:6.75rem;white-space:normal;vertical-align:top}.clients-table td.col-stacked-datetime{text-align:center;vertical-align:middle}.clients-table td.col-stacked-datetime .stacked-datetime{align-items:center}.stacked-datetime{display:flex;flex-direction:column;align-items:flex-start;gap:2px;line-height:1.2;font-variant-numeric:tabular-nums}.stacked-datetime__date{font-weight:500}.stacked-datetime__time{font-size:.8125rem;color:#6b7280}.stacked-datetime--single{display:block}.clients-table th.col-stacked-datetime,.clients-table td.col-stacked-datetime,.clients-table th.col-type,.clients-table td.col-type,.clients-table th.col-version,.clients-table td.col-version,.clients-table th.col-imcc,.clients-table td.col-imcc,.clients-table th.col-iss,.clients-table td.col-iss,.clients-table th.col-level,.clients-table td.col-level,.clients-table th.col-notes,.clients-table td.col-notes{padding-left:4px;padding-right:4px}.clients-table th.col-fqdn,.clients-table td.col-fqdn{min-width:0;width:clamp(4.5rem,15vw,10rem);max-width:min(10rem,36vw);white-space:normal;overflow-wrap:anywhere;word-break:break-word}.clients-table td.col-fqdn .fqdn-text{display:block;white-space:normal;overflow:visible;overflow-wrap:anywhere;word-break:break-word;line-height:1.35}.clients-table th.col-type,.clients-table td.col-type{width:clamp(2rem,5.5vw,3.5rem);max-width:3.75rem;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}.clients-table th.col-type .sort-button{max-width:100%;white-space:normal;line-height:1.2}.clients-table th.col-version,.clients-table td.col-version{width:clamp(3rem,8.5vw,5.25rem);max-width:5.75rem;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}.clients-table th.col-imcc,.clients-table td.col-imcc,.clients-table th.col-iss,.clients-table td.col-iss{width:clamp(2.5rem,7vw,4.25rem);max-width:4.75rem;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}.clients-table th.col-level,.clients-table td.col-level{width:clamp(3rem,9vw,5.5rem);max-width:5.75rem;min-width:0;white-space:normal;vertical-align:middle}.clients-table td.col-level .badge{padding:1px 5px;max-width:100%;box-sizing:border-box;justify-content:center;text-align:center;line-height:1.2;overflow-wrap:anywhere;word-break:break-word}.clients-table th.col-level .sort-button{max-width:100%;white-space:normal;line-height:1.2;text-align:left}.clients-table th.col-notes,.clients-table td.col-notes{min-width:0;width:clamp(3rem,9vw,5.5rem);max-width:5.75rem}.clients-table th.col-notes .sort-button{max-width:100%;white-space:normal;line-height:1.2}.clients-table td.col-notes .notes-text{display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere;word-break:break-word}.table th{font-weight:700;color:#337ab7;background:#fafafa}.table td.actions{width:110px}.clients-table th.actions,.clients-table td.actions{width:92px;text-align:center;white-space:nowrap}.badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:12px;border:1px solid #e5e7eb;background:#f9fafb}.admin-data-table .badge{font-size:var(--admin-table-body-fs)}.notice{border-radius:10px;padding:10px 12px;margin-bottom:12px;border:1px solid transparent;font-size:13px}.notice.success{background:#ecfdf5;border-color:#a7f3d0;color:#065f46}.notice.error{background:#fef2f2;border-color:#fecaca;color:#991b1b}.btn{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:10px;border:1px solid transparent;background:#2563eb;color:#fff;cursor:pointer;font-size:13px;font-weight:600;transition:background-color .12s ease,border-color .12s ease,color .12s ease}.btn:disabled{opacity:.6;cursor:not-allowed}.btn:not(.outline):not(.danger):not(:disabled):hover{background-color:#1d4ed8}.btn.outline{background-color:#fff;border-color:#e5e7eb;color:#111827;transition:background-color .12s ease,border-color .12s ease,color .12s ease}.btn.outline:not(:disabled):hover{background-color:#f3f4f6}.btn.outline:disabled:hover{background-color:#fff}.btn.ghost{background:transparent;color:#374151}.btn.danger{background:#dc2626;color:#fff}.icon-btn{width:34px;height:34px;border-radius:10px;border:1px solid transparent;background:transparent;cursor:pointer;color:#374151;display:inline-flex;align-items:center;justify-content:center}.icon-btn:hover{background:#f3f4f6}.icon-btn.danger{color:#dc2626}.pagination{display:flex;justify-content:space-between;align-items:center;margin-top:12px;gap:12px}.pagination .meta{font-size:13px;color:#6b7280}.pagination .controls{display:flex;align-items:center;gap:8px}.page-jump{display:inline-flex;align-items:center;gap:8px;padding:0 4px}.page-jump-label,.page-jump-total{font-size:13px;color:#6b7280;white-space:nowrap}.page-jump-select{height:34px;border-radius:10px;border:1px solid #e5e7eb;background:#fff;padding:0 10px;font-size:13px;color:#111827}@media (max-width: 960px){.clients-table .clients-col-imcc,.clients-table .clients-col-iss{display:none}.clients-table{table-layout:auto}.clients-table th.col-type,.clients-table td.col-type{width:clamp(1.75rem,5vw,3.25rem);max-width:3.5rem;font-size:var(--admin-table-body-fs)}.clients-table th.col-version,.clients-table td.col-version{width:clamp(2.75rem,10vw,5rem);max-width:5.25rem;font-size:var(--admin-table-body-fs)}.clients-table th.col-notes,.clients-table td.col-notes{width:clamp(2.75rem,11vw,5rem);max-width:5.25rem;font-size:var(--admin-table-body-fs)}}@media (max-width: 720px){.admin-data-table.table{--admin-table-body-fs: 12px;--admin-table-header-fs: 13px}.admin-layout-content:has(>.clients-page){padding:14px 12px}.clients-title{font-size:18px}.clients-search{padding:8px 10px}.clients-table th,.clients-table td{padding:8px}.clients-table th.col-row-num,.clients-table td.col-row-num{width:1.75rem;min-width:1.75rem;max-width:2.25rem;padding:6px 1px}.clients-table th.select-col,.clients-table td.select-col{width:1.5rem;min-width:1.5rem;max-width:1.75rem;padding:6px 1px}.clients-table th.select-col input,.clients-table td.select-col input{width:.9375rem;height:.9375rem}.clients-table th.col-level,.clients-table td.col-level{width:clamp(2.75rem,11vw,4.5rem);max-width:4.75rem;padding-left:4px;padding-right:4px}.clients-table td.col-level .badge{padding:0 4px}.table th.col-stacked-datetime{width:clamp(3.25rem,14vw,4.5rem);max-width:4.5rem}.table td.col-stacked-datetime{min-width:0;width:clamp(3.25rem,14vw,4.5rem);max-width:4.5rem}.table td.col-stacked-datetime .stacked-datetime__time{font-size:inherit}.table th.col-stacked-datetime .sort-button,.clients-table th.col-type .sort-button,.clients-table th.col-version .sort-button,.clients-table th.col-imcc .sort-button,.clients-table th.col-iss .sort-button,.clients-table th.col-notes .sort-button{white-space:normal;line-height:1.25;font-size:inherit;gap:3px}.clients-table th.col-fqdn,.clients-table td.col-fqdn{width:clamp(5rem,32vw,12rem);max-width:min(12rem,78vw)}.clients-table th.col-type,.clients-table td.col-type{width:clamp(1.5rem,12vw,2.75rem);max-width:3rem;padding:6px 2px}.clients-table th.col-version,.clients-table td.col-version{width:clamp(2.5rem,14vw,4.25rem);max-width:4.5rem;padding:6px 2px;white-space:normal;word-break:break-word;overflow:visible;text-overflow:clip}.clients-table th.col-imcc,.clients-table td.col-imcc,.clients-table th.col-iss,.clients-table td.col-iss{width:clamp(2.25rem,12vw,3.75rem);max-width:4rem;padding:6px 2px}.clients-table th.col-notes,.clients-table td.col-notes{width:clamp(2.5rem,12vw,4rem);max-width:4.25rem;padding:6px 2px}.clients-table td.col-notes .notes-text{-webkit-line-clamp:2;line-clamp:2}.admin-data-table.table .table-filters th.col-stacked-datetime input,.clients-table .table-filters th.col-fqdn input,.clients-table .table-filters th.col-type input,.clients-table .table-filters th.col-version input,.clients-table .table-filters th.col-imcc input,.clients-table .table-filters th.col-iss input,.clients-table .table-filters th.col-notes input,.clients-table .table-filters th.col-level input{padding:4px;font-size:var(--admin-table-body-fs)}.clients-table th.actions,.clients-table td.actions{width:auto;min-width:5.5rem}.clients-page .pagination{flex-wrap:wrap;justify-content:center;text-align:center}.clients-page .pagination .meta{flex:1 1 100%;order:-1}.clients-page .pagination .controls{flex-wrap:wrap;justify-content:center}}@media (max-width: 420px){.admin-data-table.table{--admin-table-body-fs: 12px;--admin-table-header-fs: 13px}.clients-table th.col-row-num,.clients-table td.col-row-num{width:1.5rem;min-width:1.5rem;max-width:2rem;padding:6px 0}.clients-table th.select-col,.clients-table td.select-col{width:1.375rem;min-width:1.375rem;padding:6px 0}.clients-table th.col-type,.clients-table td.col-type{max-width:2.75rem}.clients-table th.col-version,.clients-table td.col-version,.clients-table th.col-imcc,.clients-table td.col-imcc,.clients-table th.col-iss,.clients-table td.col-iss,.clients-table th.col-notes,.clients-table td.col-notes{padding:6px 1px}.admin-data-table.table .table-filters th.col-stacked-datetime input,.clients-table .table-filters th.col-fqdn input,.clients-table .table-filters th.col-type input,.clients-table .table-filters th.col-version input,.clients-table .table-filters th.col-imcc input,.clients-table .table-filters th.col-iss input,.clients-table .table-filters th.col-notes input,.clients-table .table-filters th.col-level input{padding:3px;font-size:var(--admin-table-body-fs)}.clients-toolbar-outline span,.clients-toolbar-outline{font-size:12px}.clients-actions .btn{padding:7px 8px;font-size:12px}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:2000}.modal{width:min(520px,calc(100vw - 24px));background:#fff;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 18px 60px #00000040;max-height:calc(100vh - 24px);display:flex;flex-direction:column}.modal.modal-wide{width:min(1180px,calc(100vw - 24px))}.modal-header{padding:14px 16px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between}.modal-title{margin:0;font-size:16px}.modal-body{padding:16px;overflow:auto}.form-grid{display:grid;grid-template-columns:1fr;gap:10px}.form-grid.form-grid-2{grid-template-columns:1fr}.field.span-2{grid-column:1 / -1}@media (min-width: 820px){.form-grid.form-grid-2{grid-template-columns:1fr 1fr}}.field label{display:block;font-size:12px;color:#6b7280;margin-bottom:4px}.field input,.field select,.field textarea{width:100%;box-sizing:border-box;padding:10px;border-radius:10px;border:1px solid #e5e7eb;font-size:14px}.field textarea{min-height:96px;resize:vertical}.field textarea.long-value{min-height:44px;resize:none;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.modal-footer{padding:14px 16px;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;gap:10px}html,body{height:100%}body{margin:0;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.42857143;color:#333;background-color:#fff}
